* {
    margin: 0;
    padding: 0;
}
html, body {
    height:  100%;
}
html {
    overflow-y: hidden;
}
body {

    font-family: Arial,sans-serif,Verdana;
    font-size: 13px;
} 
#bar {
    /*border-bottom:1px solid #ccc;
    padding: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;*/
    background-color: #efefef;
    min-height: 7em!important;
}
.framebrecherInfoText{
    top: 20px;
    position: relative;
    margin-left: 5em

}
iframe {
    width: 100%;
    
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#timer {
    position: absolute;
    float: left;
    left: 0;
    margin: 3px;
    background: rgba(255,255,255,0.85);
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color:#333;
}
#loader {
    text-align: left;
    padding: 5px;
    padding-left: 80px;
    padding-top: 35px;
}


#augen {
    padding: 20px;
}
#augen p {
    width: 20px;
    height: 20px;
    background: #fff;
    margin: 1px;
    float: right;
    border-radius: 50%;
}
#augen p:after {
    top:7px;
    position: relative;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    margin: 1px;
    border-radius: 50%;
    z-index: 99;
}

.info{
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    margin: 0 !important;
}
.warnung.alert, .fehler.alert, .info.alert, .erfolg.alert{

}
/* .info > button{
    color: #808080!important;
}*/
*.info:before {
    height: 20px !important;
    background-size: 15px 35px !important;
    background: linear-gradient(to bottom, transparent 0%,transparent 10%, white 10%, white 100%) !important;
    background-size: 8px 25px !important;
    background-repeat: repeat-y !important;
    background-position: center top !important;
}
.alert{
    padding-bottom: 0px!important;
}
/* *.erfolg:before {
    top:5px !important;
}*/
 .buttons{

    padding: .5em;
}
div.erfolg{
    min-height: 96px !important;
    margin-bottom: 0px!important;
    display:none;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding-top: 34px!important;
}
div#failed{

    display:none;
    margin-right: 2em;
    margin-bottom: 0px;
}
*#failed a{
    /*color:#fff;*/
}
#bar{
    color:#333;
}
.framebrecherTestPassed{
    margin-bottom: 10px!important;
}
#test_success_text {
    padding-left: 8em;
    padding-top: 10px ;
    margin-top: 5px;
}

#checkicon {
    color:green !important;
    margin-left: .6em;
    margin-top: 15px;
}
#checkicon:before {
    content: "";
    position: absolute;
    display: block;
    top:24px;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
}
#checkicon:after {
    content: "\f058";
    position: absolute;
    display: block;
    z-index: 2;
    text-shadow: 0px 2px 1px rgba(255,255,255,.5);

}
.buttons button {

    font-size: 1em !important;
    min-width: 23em;
}
#container {
    margin: 10px;
    width: 100px;
    height: 100px;
    position: absolute;
    top:-14px;
    left:0;
    color:#333;

}
#container > svg {
    color:#fff;
}
.progressbar-text {
    top:45% !important;
}