/*#console div.messages.status .krumo-root {
    color: #000;
    text-align: left;
}*/


.admin.admin-toolbar {
    background-color: rgba(0,0,0,0.6);
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%;
} 

.page-node #main-content .admin.admin-toolbar{
    top: -10px;
}
.admin.admin-toolbar a{     
    color: #fff;
} 

div#toolbar div.toolbar-shortcuts ul.admin-menu { 
    background-color: #000;
    border-left: 2px solid;
    border-right: 2px solid;
    display: block;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#homepage-reload-wrapper{
    position: relative;
    min-height: 550px;
}

#homepage-reload-prospector-wrapper{
    /* height: 400px;*/
    width: 100%;
}

#homepage-reload-prospector-wrapper .overlay {
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 200;
    top:0;
}

#homepage-reload-prospector-wrapper #header{
    position: relative;
}

.article-overscrolling-notification, .article-overscrolling-notification--sticky {
    cursor: pointer;
    display: none;
    left: 50%;
    margin-bottom: 0;
    margin-left: -100px;
    margin-top: 20px;
    position: absolute;
    width: 148px;
    top:-50px;
    z-index: 300;
}
.article-overscrolling-notification--sticky {
    bottom: 10px;
    margin-left: -175px;
    position: fixed;
    top: auto;
}

.radialprogress {
    width: 148px;
    height: 148px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.radialprogress-fill, .radialprogress-base {
    background-color: #fff;
    stroke: #e8e8e8;
    stroke-dashoffset: 0;
    stroke-dasharray: 452.39;
    stroke-width: 4px;
    transition: stroke-dashoffset 150ms linear 0s;
}

.radialprogress-fill {
    stroke: #00b5f1;
    stroke-dashoffset: 450px;
}

.article-overscrolling-notification-text {
    font-size: 18px;
    left: 50%;    
    top: 45%;    
    position: absolute;  
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    content: "Zur Startseite";
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    font-weight: 700;
}

#homepage-reload-wrapper a, 
#homepage-reload-wrapper a:link, 
#homepage-reload-wrapper a:visited {
    color: inherit;
}
header .logo h1 {
    position: absolute;
    text-indent: -2000em;
}

span.isadd{
    font-family: Arial,sans-serif;
    font-size: 12px;
    color: #acacac;
    letter-spacing: 0;
    word-spacing: 0;
    font-weight: normal;
    margin-bottom: 0;
    float:right;
    line-height: 110%;
    /*
    right: 0;
    position: absolute;
    */
}

span.isadd a {
    font-weight: normal !important;
    color: inherit !important;
} 
span.isadd a:hover {
    font-weight: normal !important;
    color: #00aeef !important;
} 

figure span.isadd{
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: rgba(255,255,255, 0.7);
    padding: 3px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-bottom: 4px;
    padding-left: 4px;
    border-radius: 0 0 0 2px;
    color: rgba(0,0,0,0.5);
}