@import url("https://p.typekit.net/p.css?s=1&k=xiv8uym&ht=tk&f=51907.51908&a=726381&app=typekit&e=css");

@font-face {
font-family:"zedou";
src:url("https://use.typekit.net/af/c74209/0000000000000000774ba94a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/c74209/0000000000000000774ba94a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/c74209/0000000000000000774ba94a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}

@font-face {
font-family:"zedou";
src:url("https://use.typekit.net/af/9ad45c/0000000000000000774ba94b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/9ad45c/0000000000000000774ba94b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/9ad45c/0000000000000000774ba94b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

.tk-zedou { font-family: "zedou",sans-serif; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    margin:0;
    padding: 0;
    overflow-x: hidden;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
    max-width: 100%;
  }








body {
    background-color: white !important;
    font-size: 15px;
    line-height: 1.7;
}

div, p, span {
    font-family: "zedou", sans-serif;
}

a.cta {
    opacity: 0;
}

a.cta {
    display: inline-block;
    background-color:#911a1a;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1;
    color:white;
    text-decoration: none !important;
    font-family: "zedou", sans-serif;
    font-weight: 800;
    border-radius: 5px;
    opacity: 1;
    transition: all 0.5s;
}

a.cta:hover {
    background-color:#500f0f;
}



header {

    width:100%;
    height: 85px;
    position: fixed;
    z-index: 1212121212;
    background-color: white;
    left: 50%;
    transform: translate(-50%,0);
    box-shadow: 0px 0px 2.8px rgba(0, 0, 0, 0.021),
                0px 0px 6.2px rgba(0, 0, 0, 0.031),
                0px 0px 10.4px rgba(0, 0, 0, 0.038),
                0px 0px 15.6px rgba(0, 0, 0, 0.044),
                0px 0px 22.5px rgba(0, 0, 0, 0.05),
                0px 0px 31.9px rgba(0, 0, 0, 0.056),
                0px 0px 45.2px rgba(0, 0, 0, 0.062),
                0px 0px 65.7px rgba(0, 0, 0, 0.069),
                0px 0px 101.3px rgba(0, 0, 0, 0.079),
                0px 0px 180px rgba(0, 0, 0, 0.1);
                
}

header .inner {
    width:100%;
    max-width:1024px;
    margin: 0 auto;
    position: relative;
    height: 85px;
}

header img {
    display: block;
    height: 85%;
    margin: 0px auto;
    position: absolute;
    top:50%;
    left:0;
    transform: translate(0,-50%);
    z-index: 23423422;
}

header a.cta {
    position: absolute;
    right: 0;
    top:50%;
    transform: translate(0,-50%);
}

.header-placeholder {
    height: 85px;
}



.main {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
}




.main-content {
    width:100%;
    max-width:1024px;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}


.main-content .logo {
    display: block;
    position: absolute;
    top:0px;
    left:0;
    width: 100%;
    height: 100px;
    background-color: white;
}


.main-content .logo  img {
    display: block;
    position: absolute;
    top:50%;
    left:10px;
    height: 90%;
    transform: translate(0,-50%);
    background-color: white;
}

.main-content-inner {
    padding:0px;
    position: absolute;
    top:50%;
    left:0;
    width: calc(1024px / 2.5);
    transform: translate(0,-50%);
    background-color: rgba(255,255,255,0.7);
    height:auto;
    backdrop-filter: blur(5px);
}

.main-content h1 {
    font-family: "zedou", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 40px;
    line-height: 1.3;
    text-align: left;
    padding-bottom: 12px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.main-content h3 {
    font-family: "zedou", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    line-height: 1.4;
    text-align: left;
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
}
.main-content .cta {
    margin-left: 25px;
    margin-bottom: 25px;
}

.main-background {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.main-background img {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.descriptiopn {
    width:100%;
    max-width:1024px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding:80px 0;
}


.descriptiopn h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.8;
    padding-bottom: 5px;
}


.descriptiopn p {
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 20px;
}

.descriptiopn p:last-child {
    padding-bottom: 0;
}

.descriptiopn a {
    display: block;
    text-align: center;
    height: 75px;
    line-height: 75px;
    font-size: 25px;
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.descriptiopn a:last-child {
    margin-bottom: 0;
}
.descriptiopn a img {
    display: inline-block;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 70%;
    object-fit: contain;
}

.descriptiopn a.booking {
    background-color: #05377e;
}

.descriptiopn a.booking:hover {
    background-color: #01092f;
    transform: scale(1.05);
}

.descriptiopn a.airbnb {
    background-color: #fc3c60;
}

.descriptiopn a.airbnb:hover {
    background-color: #f70000;
    transform: scale(1.05);
}

.descriptiopn .info {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 15px;
    
}

.descriptiopn .line {
    display: block;
    text-align: center;
    padding-bottom: 5px;
}

.descriptiopn .line label {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    
}

.descriptiopn .line a {
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1;
    color:#0047ab;
    height: auto;
}

.simpleBenefits {
    width:100%;
    max-width:1024px;
    height: auto;
    margin: 0 auto;
    background: rgb(238,238,238);
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(238,238,238,0) 100%);
    overflow: auto;
    padding-top: 20px;
}

.simpleBenefits::after {
    content: "";
    clear: both;
    display: table;
  }

.simpleBenefits-column {
    display: block;
    float: left;
    width: 25%;
    padding: 30px 0px 35px 0;
    text-align: center;
    position: relative;
    height: 94px;
}

.simpleBenefits-column.small {
    width: calc(100% / 5);
    padding: 30px 0px 25px 0;
}

.simpleBenefits-column::after {
    display: none !important;
    content: "";
    position: absolute;
    display: block;
    right:0px;
    top:50%;
    transform: translate(0,-50%);
    height: 60%;
    width: 1px;
}

.simpleBenefits > div:not(.small):nth-child(4n):after {
    display: none !important;
}

.simpleBenefits > div.small:after {
    display: none !important;
}

.simpleBenefits-column:first-child {
    //padding-left: 60px;
}
.simpleBenefits-column:last-child::after {
    display: none !important;
}

.simpleBenefits > div {
    overflow: auto;
}

.simpleBenefits
 > div:after {
    content: "";
    clear: both;
    display: table;
}

.simpleBenefits-column i {
    font-size: 32px;
    display: block;
    margin-bottom: 20px;
}

.simpleBenefits-column img {
    height: 32px;
    display: inline-block;
    margin-top: -5px;
    margin-bottom: 10px;
}

.simpleBenefits-column.small i {
    font-size: 20px;
    margin-bottom: 15px;
}

.simpleBenefits-column strong {
    display: block;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0px;
    line-height: 1;
}

.simpleBenefits-column.small strong {
    font-size: 14px;
}


.map {

    width:100%;
    max-width:1024px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding:0px 0 0;
}

.map h2 {
    text-align: center;
    font-family: "zedou", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 25px;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    background-color: #ddd;
    
}

.map iframe {
    border-left: 10px solid #ddd !important;
    border-right: 10px solid #ddd !important;
    border-bottom: 10px solid #ddd !important;
    width: calc(100% - 20px) !important;
}

.testimonial {
    background-image:url("https://a0.muscache.com/im/pictures/miso/Hosting-7289329/original/43331018-7181-4a30-8380-dad60a0df1ca.jpeg?im_w=1440");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.testimonial::after {
    display: block !important;
    content: "";
    position: absolute;
    display: block;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 234;
    backdrop-filter: blur(4px);
}

.testimonial-container {
    width: 2000000px;
    height: 450px;
    position: relative;
    z-index: 121212;
    transition: all 0.4s;
}

.testimonial-container>div {
    width:100vw;
    height: 450px;
    float: left;
    position: relative;
}

.testimonial-inner {
    width: 100%;
    max-width: 768px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -55%);
    z-index: 2121;
    text-align: center;
    color:white;
}

.testimonial-inner .image {
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    border-radius: 80px;
    position: relative;
}
.testimonial-inner .image img {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.testimonial-inner p {
    font-size: 25px;
}

.testimonial-inner small {
    font-size: 16px;
    opacity: 0.4;
}

.testimonial .arr-left {
    position: absolute;
    top: 50%;
    z-index: 121212;
    left: 20px;
    height: 50px;
    cursor: pointer;
}

.testimonial .arr-right {
    position: absolute;
    top: 50%;
    z-index: 121212;
    right: 20px;
    height: 50px;
    cursor: pointer;
    transform: rotate(180deg);
}

.testimonial .arr-left img, .testimonial .arr-right img {
    height: 50px;
    object-fit: contain;
}

.testimonial .nav {

    max-width: 768px;
    position: absolute;
    bottom:0;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 1212;
}

.testimonial .nav div {
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: rgba(255,255,255,0.15);
    transition: all 0.3s;
}



.testimonial .nav div.active {
    background: #fff;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: masonry;
    border-left:2px solid white;
}

.gallery div {
    height: 225px;
    overflow: hidden;
    border-top:0px;
    border-right:2px solid white;
    border-bottom:2px solid white;
    transition: transform 0.3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}

.gallery div:not(.fullsceen):hover {
    transform: scale(1.1);
    border-left:2px solid white;
    border-top:2px solid white;
    z-index: 23232;
}

.fullscreenDisplay {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20938409283902890209;
    background-color: rgba(255,255,255,0.7);
    transform: scale(1) !important;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.fullscreenDisplay.active {
    opacity: 1;
    pointer-events: unset;
}


.fullscreenDisplay img {
    object-fit: contain;
    width: 95%;
    height: 95%;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 9292929292;
    transition: all 0.4s;
    opacity: 0;
}

.cta-overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(255,255,255,0.55);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    z-index: 92929292;
    pointer-events: none;
    transition: all 0.4s;
    opacity: 0;
}

.cta-overlay.active {
    height: 100vh !important;
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.cta-overlay.active .cta-overlay-bg {
    height: 100% !important;
    opacity: 1;
    pointer-events: unset !important;
}

.cta-overlay-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: auto;
    max-width: 400px;
    max-height: 400px;
    background-color: #fff;
    padding: 25px;
    z-index: 9292929292;
    box-shadow: 0px 2px 1.6px rgba(0, 0, 0, 0.01),
        0px 4.5px 3.6px rgba(0, 0, 0, 0.014),
        0px 7.9px 6.3px rgba(0, 0, 0, 0.017),
        0px 12.5px 10px rgba(0, 0, 0, 0.02),
        0px 19.3px 15.5px rgba(0, 0, 0, 0.023),
        0px 30.1px 24.1px rgba(0, 0, 0, 0.026),
        0px 50px 40px rgba(0, 0, 0, 0.03),
        0px 100px 80px rgba(0, 0, 0, 0.04);
}

.cta-overlay-inner p {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.cta-overlay-inner a {
    display: block;
    text-align: center;
    height: 75px;
    line-height: 75px;
    font-size: 25px;
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s;
}

.cta-overlay-inner a:last-child {
    margin-bottom: 0;
}
.cta-overlay-inner a img {
    display: inline-block;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 70%;
    object-fit: contain;
}

.cta-overlay-inner a.booking {
    background-color: #05377e;
}

.cta-overlay-inner a.booking:hover {
    background-color: #01092f;
    transform: scale(1.05);
}

.cta-overlay-inner a.airbnb {
    background-color: #fc3c60;
}

.cta-overlay-inner a.airbnb:hover {
    background-color: #f70000;
    transform: scale(1.05);
}

.cta-overlay-inner hr {
    background-color: none;
    border:0;
    outline: 0;
    height: 2px;
    background-color: #bbb;
    margin:25px 0 20px;
}

.cta-overlay-inner .info {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 15px;
    
}

.cta-overlay-inner .line {
    display: block;
    text-align: center;
    padding-bottom: 5px;
}

.cta-overlay-inner .line label {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    
}

.cta-overlay-inner .line a {
    display: inline-block;
    padding-left: 10px;
    font-size: 20px;
    line-height: 1;
    color:#0047ab;
    height: auto;
}

.impressum {
    width: 100%;
    background-color: #eee;
    min-height: 200px;
    margin-top: 75px;
    border-top: 1px solid #bbb;
    padding-bottom: 30px;
}

.impressum-inner {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
} 

.impressum-container {
    text-align: center;
}

.impressum-container .logo {
    width: 200px;
    margin-top: -42px;
    display: inline-block;
    background-color: white;
    padding: 5px 25px 3px;
    position: relative;
    border-bottom: 1px solid #bbb;
}

.impressum-container .logo::after {
    position: absolute;
    content: "";
    display: block;
    height: 50%;
    width: 1px;
    background-color: #bbb;
    top: 50%;
    left: 0;
}

.impressum-container .logo::before {
    position: absolute;
    content: "";
    display: block;
    height: 50%;
    width: 1px;
    background-color: #bbb;
    top: 50%;
    right: 0;
}

.impressum-content {
    margin-top: 15px;
}

.impressum-content h3 {
    font-size: 18px;
}

.impressum-content p {
    font-size: 12px;
}

.sep {
    max-width: 320px;
    height: 3px;
    background-color: #aaa;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

@media only screen and (max-width: 600px) {


    header {
        width:100%;
        overflow: hidden;
        height: 60px;
    }

    header .inner {
        height: 60px;
    }


    header img {
        height: 75%;
    }


    header a.cta {
        font-size: 12px;
        margin-right: 10px;
    }

    .header-placeholder {
        height: 60px;
    }

    .main {
        height: 350px;
        min-height: unset;
    }

    .main-content {
        height: 100%;
        width: 100%;
        left: 50%;
        transform: translate(-50%,0);
        top: unset;
        bottom: 0;
        background-color:rgba(0,0,0,0.2);
    }
    
    .main-content-inner {
        width: 100%;
        height: 100%;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        background: unset;
        backdrop-filter: unset;
    }

    .main-content h1 {
        font-size: 30px;
        color: white;
        text-align: center;
        padding-top:25px;
        padding-bottom:30px;
        background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    }

    .main-content h3 {
        font-size: 14px;
        display: none !important;
    }
    .main-content a {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%,0);
        width: 75%;
        margin:0 !important;
        text-align: center;
        border:1px solid rgba(255,255,255,0.25);
    }

    .main-background {
        overflow: hidden;
    }
    
    .main-background img {
        width: 175%;
        height: 175%;
        object-fit: cover;
    }

    .testimonial-inner {
        width: calc(100vw - 110px);
    }

    .testimonial .arr-left, .testimonial .arr-right {
        height: 30px;
    }

    .testimonial .arr-left img, .testimonial .arr-right img {
        height: 30px;
    }

    .testimonial-inner p {
        font-size: 18px;
    }

    .testimonial-inner .image {
        width: 70px;
        height: 70px;
    }
    

    .simpleBenefits-column {
        width: 50%;
        font-size: 14px;
    }

    .simpleBenefits-column strong {
        font-size: 18px;
    }

    .simpleBenefits-column.small {
        width: 33.333333333333333333333333%;
        font-size: 12px;
    }

    .simpleBenefits-column.small strong {
        font-size: 14px;
    }

    .simpleBenefits-column.small i {
        font-size: 32px;
        display: block;
        margin-bottom: 20px;
    }
    
    .simpleBenefits-column.small img {
        height: 32px;
        display: inline-block;
        margin-top: -5px;
        margin-bottom: 10px;
    }

    .descriptiopn {
        padding:40px;
        width: calc(100% - 80px);
    }

    .gallery div {
        height: 100px;
    }

}