body {
    background-color: black;
    font-family: "Magistral";
}

@font-face {
    font-family: "Magistral";
    src: url("/assets/font/mgs75.otf") format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: "Magistral";
    src: url("/assets/font/mgs65.otf");
    font-weight: normal;
}

.page {
    max-width: 1800px;
    margin: auto;
}

.home-stage-wrapper {
    display: flex;
}

.home-stage {
    width: 100%;
}

.home-stage-content {
    position: relative;
    
}

.glider-contain {
    display: flex;
}
.glider {
    width: 100%;
}

.glider-dots {
    position: absolute;
    z-index: 4;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.slide-contain {
    width: 100%;
}

.slide {
    background: #222;
    color: #fff;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
}

.lan-box {
    font-size: 16px;
    list-style-type: none;
    text-align: right;
    box-sizing: border-box;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 10;
}

.lan--de, .lan--en, .lan--line {
    display: inline;
    text-decoration: none;
    color: #7DB2C1;
    font-size: 16px;
    font-weight: normal;
}

.de--active, .en--active {
    color: white;

}

a.lan--de:hover, a.lan--en:hover {
    color: white;
}

.slider {
    position: relative;
}
.slide {
    width: 100%;
    
}

.stagelogo {
    display: block;
    width: 50vw;
    max-width: 120px;
    z-index: 5;
    box-sizing: border-box;
    left: 30px;
    top: 25px;
    position: absolute;
}

.fade {
    width: 100%;
    height: 300px;
    position: absolute;
    background-image: linear-gradient(black, rgba(0,0,0,0) );
    z-index: 2;
}

.teaser-row {
    display: flex;
    flex-wrap: wrap;
}

.teaser__container {
    width: calc(100% / 3);
}
.teaser {
    display: block;
    padding-top: 56.25%;
    color: white;
    font-size: 21px;
    font-weight: 600;
    font-style: italic;
    position: relative;
    overflow: hidden;
}

.teaser__text {
    z-index: 3;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.teaser__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
    transform: scale(1);
}

.teaser__background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

.teaserhover:hover .teaser__background {
    transform: scale(1.15);
}

.maps-contain {
    display: flex;
}

.maps-contain-content {
    width: 100%;
}

.maps {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    background-image: url("/assets/teaser/c4rmap@2x.jpg");
    background-size: cover;
    background-position: initial;
    display: block;
    text-decoration: none;
}

.adress {
    background-color: rgba(0, 103, 132, 0.8);
    width: calc(100% / 3);
    padding-top: 56.25%;
    font-size: 12px;
    color: white;
    line-height: 21px;
    font-weight: 100;
    padding: 35px 40px;
    box-sizing: border-box;
}

.adress h1 {
    text-align: left;
    font-weight: 600;
}

.adress a {
    color: black;
    text-decoration: none;
}

.meet {
    width: 100%;
    margin: 24px 0 24px;
    background-color: black;
    color: white;
    font-size: 21px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about {
    width: 100%;
    padding: 24px 0 60px 0;
    background-color: black;
    color: white;
    text-align: left;
}

h1 {
    margin: 0;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
}

.seo {
    font-size: 16px;
    padding: 40px 50px 0;
    margin: 0px;
}

.partners {
    margin: 0 0 0 0;
    padding: 44px 0 44px 0;
    width: 100%;
    background-color: black;
    color: white;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    transition: all .2s ease-in-out;
}

.logo__partner {
    display: inline-block;
    padding: 24px 30px 24px;
    transition: all .2s ease-in-out;
    opacity: 0.7;
    filter: alpha(opacity=40);
}

.logo__partner:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.line {
    background-color: white;
    height: 1px;
}

.follow {
    padding: 44px 0 44px 0;
    width: 100%;
    background-color: black;
    color: white;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
}

.follow__icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 24px 17px 0;
    transition: all .2s ease-in-out;
    opacity: 0.7;
    filter: alpha(opacity=40);
}

.follow__icon:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.contact {
    width: 100%;
    background-color: black;
    color: white;
    padding: 44px 0 44px 0;
}

.info {
    font-size: 12px;
    line-height: 21px;
    margin: 0px;
    text-align: center;
    padding: 24px 0;
}

.infosub-row {
    display: flex;
    justify-content: space-around;
}

.infosub {
    display: block;
    font-size: 12px;
    color: #00A1FF;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
}

.info--link {
    text-decoration: none;
    color: #00A1FF;
    line-height: 21px;
}

.contact h1 {
    font-size: 21px;
    font-weight: 600;
    margin: 0px;
    text-align: center;
}

.home-box {
    box-sizing: border-box;
    position: absolute;
    left: 100px;
    top: 25px;
    z-index: 3;
}

.home--link {
    display: inline;
    color: white;
    font-size: 10px;
    text-decoration: none;
    font-weight: 400;
}

.home--link {
    opacity: 0.8;
    filter: alpha(opacity=40);
}

a.home--link:hover {
    color: #7DB2C1;
}

/*
   --------------------------------------------------------------------------------------------

stylesheet for legal notice and privacy policy pages

   --------------------------------------------------------------------------------------------
*/

.stage-wrapper {
    display: flex;
}

.stage-contain {
    width: 100%;
}

.stage {

    padding-top: 36.25%;
    background-image: url("/assets/stage/etvrside@2x.jpg");
    background-size: cover;
    background-position: center;
    background-position: 0% 50%;
    color: white;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin-bottom: 44px;
}

.stage--text {
    font-size: 60px;
    font-weight: bold;
    z-index: 3;
    color: white;
    padding: 0 0 0 18.94%;
}

.home-box {
    box-sizing: border-box;
    position: absolute;
    left: 30px;
    top: 25px;
    z-index: 4;
}

.home--link {
    display: inline;
    color: white;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
}

a.home--link:hover {
    opacity: 1;
}

.content-box {
    width: 100%;
    padding: 55px 15.36% 0 18.94%;
    color: white;
    box-sizing: border-box;
}

.content--head1 {
    font-size: 40px;
    margin: 0;
    text-align: left;
}

.content--head2 {
    font-size: 21px;
    margin: 0;
    text-align: left;
}

.content--text {
    font-size: 16px;
    line-height: 24px;
}

.content--text a {
    color: #00A1FF;
}

/*
   --------------------------------------------------------------------------------------------

responsive sizes

   --------------------------------------------------------------------------------------------
*/

@media (max-width: 1400px) {

    .maps {
        background-position: center;
    }
}
@media (max-width: 768px) {

    .lan-box {
        right: 40px;
    }
    .stagelogo {
        left: 40px;
        max-width: 80px;
    }

    .adress {
        width: 100%;
    }
    .teaser__container {
        width: 50%;
    }
    .stage {
        padding: 190px 10px 0 60px;
    }
    .stage--text {
        padding: 0 0 0 60px;
    }
    .content-box {
        padding: 55px 40px 0 60px;
    }
    .content--text {
        font-size: 14px;
    }
    .content--head1 {
        font-size: 35px;
    }
    .content--head2 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .fade {
        height: 50px;
    }
    .stagelogo {
        max-width: 70px;
        left: 15px;
        top: 15px;
    }

    .lan-box {
        right: 15px;
        top: 15px;
    }

    .slide {
        padding-top: 90%;
    }
    .teaser-row {
        display: block;
    }
    .teaser__container {
        width: 100%;
    }
    .stage {
        padding: 190px 10px 0 20px;
    }
    .stage--text {
        padding: 0 0 0 20px;
        font-size: 50px;
    }
    .content-box {
        padding: 55px 20px 0 20px;
    }
    .content--text {
        font-size: 12px;
    }
    .content--head1 {
        font-size: 30px;
    }
    .content--head2 {
        font-size: 16px;
    }
}

/*
   --------------------------------------------------------------------------------------------
modal video
   --------------------------------------------------------------------------------------------
*/

@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}
