@charset "UTF-8";


@font-face {
    font-family: 'SpiegelSansWeb';
    font-weight: normal;
    src: url('webfont/Spiegel-Regular.eot');
    src: url('webfont/Spiegel-Regular.eot?') format('embedded-opentype'), url('webfont/Spiegel-Regular.woff') format('woff'), url('webfont/Spiegel-Regular.ttf') format('opentype')
}

@font-face {
    font-family: 'SpiegelSansWebbold';
    font-weight: bold;
    src: url('webfont/Spiegel-Bold.eot');
    src: url('webfont/Spiegel-Bold.eot?') format('embedded-opentype'), url('webfont/Spiegel-Bold.woff') format('woff'), url('webfont/Spiegel-Bold.ttf') format('opentype')
}

@font-face {
    font-family: 'SpiegelSansHead';
    font-weight: bold;
    src: url('webfont/SpiegelHeadline06.eot');
    src: url('webfont/SpiegelHeadline06.eot?') format('embedded-opentype'), url('webfont/SpiegelHeadline07.woff') format('woff'), url('webfont/SpiegelHeadline06.ttf') format('opentype')
}


body {
    background-color: #000000;
    margin: 0px;
    overflow: hidden;
    font-family: 'SpiegelSansWebbold',sans-serif;
}

#info {
    color: #fff;
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
    z-index: 100;
    display:block;
}



a { color: skyblue }

.info{
    position: absolute;
    background: white;
    z-index: 999;
    padding:6px;
    opacity: 0.9;
    padding-top:3px;
    padding-bottom: 3px;

    /*border-radius: 10px;*/
    /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);*/
}


.info p{
    font-weight: normal !important;
    margin-top: 2px;
    margin-bottom: 2px;
}

h1{
    margin-top: 0;
    margin-bottom: 0;
}


ul{
    -webkit-padding-start: 16px;
    -moz-padding-start: 16px;
    padding-start: 16px;
}


.fallback{
    width:100%;
}

.oben{
    z-index: 99999999;
    max-width: 400px;
}


.detail{
    cursor: pointer;
    padding-left: 31px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.detail:before {
    content: url(../img/icon_i_30.png);
    display: block;
    position: absolute;
    margin-left: -33px;
    margin-top: -6px;
    -ms-transform: scale(0.8,0.8); /* IE 9 */
    -webkit-transform: scale(0.8,0.8); /* Safari */
    transform: scale(0.8,0.8);
}


.top_info{
    margin:10px;
    padding:10px;
    position: absolute;
    top:5px;
    left:5px;
    background: white;
    opacity: 0.9;
    max-width: 371px;
}

.top_info h1{
    font-size: 25px;
}

.top_info p, .top_info li{
    font-family: 'SpiegelSansWeb',sans-serif;
}
.info p{
    font-family: 'SpiegelSansWeb',sans-serif;
}

b{
    font-family: 'SpiegelSansWebbold',sans-serif;
}


.buttons{
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.button{
    background: #c6c6c6;
    border-radius: 5px;
    margin: 5px;
    padding: 9px;
    cursor: pointer;
    float: left;
}

.control_btns{
    position: absolute;
    bottom: 10px;
    left: 10px;
    overflow: hidden;
}

.control_btn{
    background: white;
    padding: 7px 6px 4px 4px;
    cursor: pointer;
    margin-top: -4px;
}


.control_btns .on{
    display: inline-block;
    font-family: 'SpiegelSansWeb',sans-serif;
    font-size: 13px;
    margin-right: 10px;
    background: #b6d495;
    padding-left: 3px;
    padding-top: 1px;
    padding-right: 4px;
    padding-bottom: 1px;
    float: right;
}
.control_btns .off{
    display: inline-block;
    font-family: 'SpiegelSansWeb',sans-serif;
    font-size: 13px;
    background: #d29881;
    padding-left: 2px;
    padding-top: 1px;
    padding-right: 3px;
    padding-bottom: 1px;
    float: right;
}
.control_btns .control_label{
    display: inline-block;
    margin-right: 13px;
    font-family: 'SpiegelSansWeb',sans-serif;
    font-size: 13px;
}