@font-face {
  font-family: 'scope';
  src: url('../fonts/Scope-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
    overflow-y:scroll;
    min-height: 100%;
    max-width: 100%;
}
body {
    min-height: 100%;
    background-color: #000;
    color: #fff;
    font-family: 'scope', sans-serif;
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    overflow:hidden;
}
.clear {
    margin: 0px;
    padding: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    clear: both;
    overflow: hidden;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip:padding-box;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    -webkit-appearance:none;
    background-color:#fff;
    color:#000;
    outline:0;
    margin:0;
    padding:0;
    text-align: left;
    font-size:1em;
    height: 1em;
    vertical-align: middle;
}
select {
    background:#fff url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: 97% center;
    padding:0 25px 0 8px;
    font-size: .875em
}

ul {
    list-style-type: square;
    list-style-position: outside;
    margin: 0;
    padding: 0 0 0 8px;
}
li {
    
}

/* layout */
a {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #fff;
}

/* overlay */
.button_overlay {
    font-weight: 500;
    color: #e13d31;
    background-color: transparent;
    border: none;
}
.button-overlay :hover,
.button-overlay :active,
.button-overlay .hover {
    background-color: #e13d31;
}
.ssi-modalWrapper {
    margin: 140px auto 20px;
}
.menuopen .ssi-modalOuter {
    left: 136px !important;
}
@media only screen and (max-width: 825px) {
    .menuopen .ssi-modalOuter {
        left: 0 !important;
    }
}
.ssi-modalWindow {
    padding: 18px 0px 4px 0px;
}
.ssi-buttons .ssi-rightButtons {
    float: none;
}
.ssi-buttons .ssi-modalBtn {
    margin: 2px auto 2px auto;
    display: block;
    position: relative;
    /*
    top: 30px;
    padding-bottom: 20px;
    */
}
.ssi-buttons {
    position: relative;
    bottom: 0;
    padding: 0;
    border-top: none;
    /* height: 1px; */ 
}
.ssi-modalContent {
    padding: 5px 15px 15px 15px;
}
.ssi-topIcons {
    display: none;
}


.ssi-modalWrapper.small, .ssi-modalWrapper .ssi-modalWindow.small {
    width: 500px;
}
@media only screen and (max-width: 540px) {
    .ssi-modalWrapper.small, .ssi-modalWrapper .ssi-modalWindow.small {
        width: 99%;
    }
    .overlay_topic {
        
    }
    .ssi-modalWrapper {
        margin-bottom: 1px;
    }
}



/* home */

#background {
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow:hidden;
    position: fixed;
    z-index: 1;
}
#background_video {
    min-width: 100%;
    min-height: 100%;
}

/* header */

#header {
    position: absolute;
    margin-top: 20px;
    width: 100%;
    height: 24px;
    z-index: 2;
    padding-left: 10px;
}
#header a {
    font-size: 12px;
    line-height: 20px;
}
.header_info {
    border: 1px solid #fff;
    border-radius: 12px;
    float: right;
    height: 24px;
    padding: 0 15px;
    margin-right: 10px;
}
#header_lang {
    display: none;
}


/* stats */

#stats {
    position: relative;
    width: 380px;
    background: transparent;
    max-width: 90%;
    margin: 80px auto 120px auto;
    z-index: 2;
}
#stats .topic {
    color: rgb(167, 0, 244);
    font-size: 12px;
}
#stats_general {
    margin: 100px 0 35px 0;
}
#stats table {
    width: 100%;
}
#stats .col_1 {
    padding: 5px 10px 5px 0;
}
#stats .col_2 {
    
}
#stats .col_3 {
    
    text-align: right;
}
#stats .col_4 {
    width: 45px;
    text-align: right;
}

/*gallery */

#gallery {
    position: relative;
    z-index: 2;
    padding-right: 10px;
    display: block;
}

.szen_cont {
    float: left;
    width: 222px;
    height: 222px;
    margin: 10px 0 0 10px;
    background: rgb(167, 0, 244) 0 0 no-repeat;
    background-size: 100% 100%;
}
.desktop .szen_cont {
    filter: blur(4px);
    transition: filter 0.25s linear;
}
.szen_cont:hover {
  filter: blur(0);
}
.szen_date {
    padding: 8px 0 0 10px;
    font-size: 12px;
    text-shadow: 1px 1px 2px black;
}
@media only screen and (max-width: 475px) {
    .szen_cont {
        width: 150px;
        height: 150px;
    }
}

/* loading */
#gallery_loading {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 200px;
}
#gallery_loading img {
    margin-left: auto;
    margin-right: auto;
}
#gallery_more {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 200px;
    display: none;
}



/* footer */

#footer {
    position: relative;
    z-index: 2;
    height: 100px;
    width: 100%;
    padding: 20px;
}
#footer_tmw {
    display: block;
    width: 100px;
    height: 20px;
    background: transparent url(../img/logo_tmw.png) 0 0 no-repeat;
    background-size: 100px 20px;
}
#footer .right {
    float: right;
    padding-left: 20px;
    font-size: 14px;
}

/* info */

#info_logo {
    position: relative;
    width: 380px;
    background: transparent;
    max-width: 90%;
    margin: 80px auto 400px auto;
    z-index: 2;
}
#info_text {
    position: relative;
    width: 600px;
    background: transparent;
    max-width: 90%;
    margin: 0px auto 100px auto;
    z-index: 2;
    text-align: center;
}