@font-face {
font-family: 'Dala Moa Web';
src: url('fonts/DalaMoa-Regular-Web.eot');
src: url('fonts/DalaMoa-Regular-Web.eot?#iefix') format('embedded-opentype'),
url('fonts/DalaMoa-Regular-Web.woff2') format('woff2'),
url('fonts/DalaMoa-Regular-Web.woff') format('woff');
font-weight: 400; font-style: normal; font-stretch: normal;
}

@font-face {
font-family: 'Monument Grotesk';
src: url('fonts/MonumentGrotesk-Mono.otf') format("opentype");
font-weight: 400; font-style: normal; font-stretch: normal;
}

@font-face {
font-family: 'Sauvage';
src: url('fonts/Sauvage-Regular.otf') format("opentype");
font-weight: 400; font-style: normal; font-stretch: normal;
}

body{
    font-family: 'Monument Grotesk';
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Sauvage';
}

h3, h4, h5, h6{
    font-family: 'Monument Grotesk';
}

a:hover, a:focus{
    color: inherit;
}

.container{
    overflow-x: hidden;
    position: relative;
}

.mob-only{
    display: none;
}

header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    padding: 17px 0;
    transition: background-color 0.3s;
}

header.dark{
    background-color: rgba(255,255,255,0.7);
    color: #000;
}

header.dark .menu a{
    color: #000;
}

header .burger-box{
    display: none;
    font-size: 30px;
    letter-spacing: 0.01em;
    padding: 0 5px;
    line-height: 38px;
    color: #fff;
    transition: color 0.3s;
}

header.dark .burger-box{
    color: #000;
}

header .menu{
    margin: 0;
    display: flex;
    font-size: 13px;
    line-height: 15.6px;
    letter-spacing: -0.02em;
}

header .menu-right{
    justify-content: flex-end;
}

header .menu li{
    display: block;
    list-style: none;
}

header .menu-left{
    margin-left: -4px;
}

header .menu-left li{
    margin-left: 0;
    margin-right: 25px;
}

header .menu-right{
    margin-right: -4px;
}

header .menu-right li{
    margin-left: 25px;
    margin-right: 0;
}

header .menu a{
    display: inline-block;
    color: #fff;
    padding: 0 4px;
    transition: color 0.3s;
}

header .menu a:hover{
    border-bottom: 1px solid #fff;
}

header.dark .menu a:hover{
    border-bottom: 1px solid #000;
}

.logo{
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 511px;
    max-width: calc(100vw - 20px);
    /*transition: all 0.01s linear;*/
}

.logo-svg .cls-1{
    fill:#fff;
}

.logo.top{
    top: 56px !important;
    width: 138px !important;
}

.logo-svg.top .cls-1{
    fill:#000;
}

.slider{
    background-color: #000;
}

.slider .swiper-wrapper{
    opacity: 0.8;
}

.slider .swiper-slide{
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.slider .slide-1{
    background-image: url('pic_oc/hero/hero-1.jpg');
}

.slider .slide-2{
    background-image: url('pic_oc/hero/hero-2.jpg');
}

.slider .slide-3{
    background-image: url('pic_oc/hero/hero-3.jpg');
}

.slider .slide-4{
    background-image: url('pic_oc/hero/hero-4.jpg');
}

.slider .slide-5{
    background-image: url('pic_oc/hero/hero-5.jpg');
}

.slider .slide-6{
    background-image: url('pic_oc/hero/hero-6.jpg');
}

.slider .swiper-button-prev, .slider .swiper-button-next{
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/CHO_web_180329_Pfeile_links.svg);
    opacity: 1;
}

.slider .swiper-button-prev{
    left: 30px;
}

.slider .swiper-button-next{
    transform: scaleX(-1);
    right: 30px;
}

.content{
    position: relative;
    z-index: 10;
}

.content .grid-container{
    padding: 0;
}

.content h2{
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 19px;
}

.content h3{
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    padding-left: 20%;
    margin-bottom: 26px;
}

.content p{
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    padding-left: 20%;
    margin-bottom: 0;
}

.content a{
    color: #000;
    display: block;
    margin-top: 31px;
    font-size: 20px;
    line-height: 20px;
}

.content .pics{
    position: relative;
}

.link-box{
    float: left;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.link-box a:hover{
    text-decoration: underline;
}

/*--- BLOCK 1 ---*/

.block-1{
    margin-bottom: 140px;
}

.vr-image-container{
  position: relative;
  overflow: hidden;
  width: 70%;
  padding-top: 50%;
  margin-bottom: 140px;
}

.vr-frame{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.block-1 .text{
    padding-top: 203px;
    padding-left: 4px;
}

.pic-1-1{
    position: relative;
    width: 285px;
    top: 140px;
    left: 15px;
}

.pic-1-2{
    position: absolute;
    width: 383px;
    top: 354px;
    left: 226px;
}

.pic-1-3{
    position: absolute;
    width: 229px;
    top: 36px;
    left: 379px;
}

/*--- BLOCK 2 ---*/

.block-2{
    margin-bottom: 288px;
}

.block-2 .text{
    padding-top: 172px;
    padding-left: 26px;
    padding-right: 0;
}

.block-2 h3{
    padding-left: 0;
    margin-bottom: 21px;
}

.pic-2-1{
    position: relative;
    width: 383px;
    top: 211px;
    left: 187px;
}

.pic-2-2{
    position: absolute;
    width: 286px;
    top: 0px;
    left: 103px;
}

.pic-2-3{
    position: absolute;
    width: 240px;
    top: 139px;
    left: -51px;
}

.link-box-2-1{
    margin-left: 20%;
    padding-left: 4px;
}

.link-box-2-2{
    margin-left: 66px;
}

/*--- BLOCK 3 ---*/

.block-3{
    margin-bottom: 209px;
}

.block-3 h2{
    margin-bottom: 23px;
}

.block-3 h3{
    line-height: 20px;
}

.block-3 .text{
    padding-left: 4px;
}

.pic-3-1{
    position: relative;
    width: 483px;
    top: 99px;
    left: 112px;
}

.pic-3-2{
    position: absolute;
    width: 286px;
    top: -80px;
    left: 226px;
}

.link-box-3-1{
    margin-top: 30px;
    margin-left: 29.5%;
    padding-left: 4px;
}

.link-box-3-2{
    margin-top: 30px;
    margin-left: 85px;
}

.link-box-3-3{
    margin-left: 25%;
}

.link-box-3-4{
    margin-left: 60px;
}

.link-box-3-1 a, .link-box-3-2 a{
    margin-top: 1px;
}

/*--- BLOCK 4 ---*/

.block-4{
    margin-bottom: 204px;
}

.block-4 .text{
    padding-top: 79px;
    padding-left: 26px;
    padding-right: 0;
}

.block-4 h3{
    margin-bottom: 23px;
}

.pic-4-1{
    position: relative;
    width: 286px;
    top: 0;
    left: 88px;
}

.pic-4-2{
    position: absolute;
    width: 286px;
    top: 252px;
    left: 201px;
}

.pic-4-3{
    position: absolute;
    width: 164px;
    top: 382px;
    left: 84px;
}

/*--- BLOCK 5 ---*/

.block-5{
    margin-bottom: 341px;
}

.block-5 .text{
    padding-left: 4px;
}

.block-5 h3{
    margin-bottom: 23px;
}

.pic-5-1{
    position: relative;
    width: 482px;
    top: 81px;
    left: 113px;
}

.pic-5-2{
    position: absolute;
    width: 286px;
    top: -98px;
    left: 30px;
}

.link-box-5-1{
    margin-left: 46.3%;
    padding-top: 5px;
}


/*--- BLOCK 6 ---*/

.block-6{
    padding-bottom: 221px;
}

.block-6 .text{
    padding-top: 146px;
    padding-left: 26px;
    padding-right: 0;
}

.block-6 h3{
    margin-bottom: 23px;
}

.block-6 h2{
    margin-bottom: 22px;
}

.pic-6-1{
    position: relative;
    width: 286px;
    top: 0;
    left: -10px;
    z-index: 1;
}

.pic-6-2{
    position: absolute;
    width: 385px;
    top: 215px;
    right: 30px;
}

.link-box-6-1{
    margin-left: 23.5%;
}

.link-box-6-2{
    margin-left: 49px;
}

.link-box-6-1 a, .link-box-6-2 a{
    margin-top: 12px;
}

/*--- TEAM BOX ---*/

.team-box{
    font-size: 16px;
    line-height: 19.2px;
    margin-top: 33px;
}

.team-box h3{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 1px;
    padding-left: 0;
}

.team-box h2{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.team-box a{
    font-size: 16px;
    line-height: 19.2px;
    display: inline-block;
    margin-top: 2px;
    margin-left: 55px;
    margin-bottom: 20px;
}

.team-box a.nopad{
    margin-bottom: 0;
}

.content .tb-1{
    padding-left: 26px;
}

.content .tb-2{
    padding-left: 10px;
}

/*--- FOOTER ---*/

footer{
    background-color: #000;
    color: #fff;
    padding: 38px 36px 60px;
    position: relative;
    z-index: 10;
}

footer .grid-container{
    padding: 0;
}

footer .cell{
    padding: 0;
}

footer h2{
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 1px;
    text-transform: uppercase;
}

footer p{
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 34px;
}

footer p:last-child{
    margin-bottom: 0;
}

footer a, footer a:focus{
    color: #fff;
    display: inline-block;
    padding: 0 4px;
}

footer a:hover{
    color: #fff;
    border-bottom: 1px solid #000;
    margin-bottom: -1px;
}

footer .cell{
    width: calc((100% - 390px)/3);
}

footer .reservierung{
    width: 390px;
    padding-top: 7px;
}

footer .reservierung > div{
    margin: auto;
}

footer .impressum{
    width: 100%;
    height: 0;
    overflow-y: hidden;
    transition: height 0.5s;
}

footer .impressum .impressum-inner{
    padding: 70px 20px 10px;
    font-size: 20px;
}

.nospace{
    letter-spacing: 0;
}

@media all and (min-width: 1200px){
    
    header.dark{
        height: 50px;
    }
    
}

@media all and (max-width: 1199px){
    
    .content .grid-container{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    /*--- BLOCK 1 ---*/
    
    .block-1 {
        margin-bottom: 50px;
    }
    
    .block-1 .text {
        padding-left: 20px;
    }
    
    .pic-1-1{
        width: 47.5%;
        top: 11.6vw;
        left: 2.5%;
    }

    .pic-1-2{
        width: 64%;
        top: 29.5vw;
        left: 38%;
    }

    .pic-1-3{
        width: 38%;
        top: 3vw;
        left: 63%;
    }
    
    /*--- BLOCK 2 ---*/
    
    .block-2 {
        margin-bottom: 90px;
    }
    
    .pic-2-1{
        width: 64%;
        top: 18vw;
        left: 31%;
    }

    .pic-2-2{
        width: 48%;
        top: 0;
        left: 17%;
    }

    .pic-2-3{
        width: 40%;
        top: 12vw;
        left: -8.5%;
    }
    
    .link-box-2-1 {
        margin-left: 0;
    }

    /*--- BLOCK 3 ---*/
    
    .block-3 {
        margin-bottom: 90px;
    }

    .pic-3-1{
        width: 80.5%;
        top: 8vw;
        left: 19%;
    }

    .pic-3-2{
        width: 47.7%;
        top: -6.6vw;
        left: 38%;
    }
    
    .link-box-3-1 {
        margin-left: 0;
    }

    .link-box-3-3 {
        margin-left: 20%;
    }

    /*--- BLOCK 4 ---*/
    
    .block-4 {
        margin-bottom: 90px;
    }

    .pic-4-1{
        width: 47.7%;
        top: 0;
        left: 15%;
    }

    .pic-4-2{
        width: 47.7%;
        top: 21vw;
        left: 33.5%;
    }

    .pic-4-3{
        width: 27%;
        top: 32vw;
        left: 14%;
    }

    /*--- BLOCK 5 ---*/
    
    .block-5 {
        margin-bottom: 80px;
    }

    .pic-5-1{
        width: 80%;
        top: 7vw;
        left: 19%;
    }

    .pic-5-2{
        width: 47.7%;
        top: -8vw;
        left: 5%;
    }


    /*--- BLOCK 6 ---*/
    
    .block-6 {
        padding-bottom: 70px;
    }

    .pic-6-1{
        width: 47.7%;
        top: 0;
        left: -1.67%;
    }

    .pic-6-2{
        width: 64%;
        top: 18vw;
        right: 5%;
    }
    
    .link-box-6-1 {
        margin-left: 0;
    }
    
    footer .cell{
        margin-bottom: 50px;
    }
    
}

@media all and (max-width: 800px){
    
    header .burger-box{
        display: block;
        text-align: right;
    }
    
    header .menu{
        display: none;
        color: #fff;
    }
    
    header .menu-box{
        width: 100% !important;
    }
    
    header .menu li{
        margin: 0;
        text-align: center;
        font-size: 40px;
        line-height: 70px;
    }
    
    header.open{
        height: 100vh;
        background-color: #fff;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 50;
    }
    
    header.open .menu{
        display: block;
    }
    
    header.open .burger-box, header .menu a{
        color: #000;
    }
    
}


@media all and (max-width: 640px){
    
    .slider .slide-1{
        background-image: url('pic_oc/hero/mobil/hero-1.jpg');
    }

    .slider .slide-2{
        background-image: url('pic_oc/hero/mobil/hero-2.jpg');
    }

    .slider .slide-3{
        background-image: url('pic_oc/hero/mobil/hero-3.jpg');
    }

    .slider .slide-4{
        background-image: url('pic_oc/hero/mobil/hero-4.jpg');
    }

    .slider .slide-5{
        background-image: url('pic_oc/hero/mobil/hero-5.jpg');
    }

    .slider .slide-6{
        background-image: url('pic_oc/hero/mobil/hero-6.jpg');
    }
    
    .content .grid-container{
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .content p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .block-2 {
        margin-bottom: 190px;
    }
    
    .block-2 .text {
        padding-top: 70px;
    }
    
    .block-2 .text {
        margin-bottom: 70px;
    }
    
    .block-3 .pics{
        margin-bottom: 140px;
    }
    
    .block-4 .text {
        margin-bottom: 70px;
    }
    
    .block-4 .pics{
        margin-bottom: 140px;
    }
    
    .content .tb-1, .content .tb-2{
        padding-left: 50px;
    }
    
    .team-box h2 {
        font-size: 35px;
        line-height: 40px;
    }
    
    .team-box h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px;
        padding-left: 0;
    }
    
    .team-box a {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
        margin-left: 0;
    }
    
    .block-6 .text {
        margin-bottom: 70px;
    }
    
}

@media all and (max-width: 500px){
    
    .content .grid-container{
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .content p{
        padding-left: 10%;
    }
    
}

@media all and (max-width: 440px){
    
    .content h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
    .content .tb-1, .content .tb-2 {
        padding-left: 30px;
    }
    
}


@media all and (max-width: 800px)and (min-width: 641px){
    
    .content h2 {
        font-size: 40px;
        line-height: 47px;
    }
    
}

/*--- DEV ---*/



/*@media all and (max-width: 1200px)and (min-width: 1200px){
    
    .slider .swiper-slide{
        height: 900px;
    }

    .logo {
        top: 350px;
    }

    .content {
        background-position: center -350px;
        margin-top: -350px;
        padding-top: 350px;
    }
    
}*/

/*
@media all and (max-width: 640px) and (min-width: 640px){
    
    .slider .swiper-slide{
        height: 1126px;
    }

    .logo {
        top: 563px;
        top: 352px;
    }

    .content {
        background-position: center -563px;
        margin-top: -563px;
        padding-top: 563px;
    }
    
}
*/