.grid-container {
    max-width: 60rem;
 }

.blue{
    color: #193d51;
}

.gold{
    color: #a18741;
    transition: color 0.3s;
}

body{
    background-color: #002735;
    min-height: 100vh;
}

p{
    font-family: 'FreightDispProSemibold-Regular', 'Noto Serif';
    font-size: 27px;
    margin-bottom: 0;
    line-height: 35px;
}

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

.single-content h1{
    font-family: 'FolioCon-Med', Arial, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.single-content h2{
    font-family: 'FreightDispProSemibold-Regular', 'Noto Serif';
    font-size: 27px;
    margin-bottom: 10px;
}

.single-content p, .single-content ul{
    font-family: 'FolioCon-Med', Arial, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}

.single-content:not(.impressum) p:not(:last-child, :first-of-type):after{
    display: block;
    content: '';
    border-top: 1px solid #193d51;
    width: 140px;
    margin: 40px auto 20px;
}

.single-content a{
    color: #a18741;
    text-decoration: underline;
}

.block-3 .single-content .fancy-border-outer{
    margin-top: 10px;
}

.single-content .fancy-border-inner .fancy-border-inner{
    padding: 42px 78px;
}

.small-links,
.header-style-1,
.header-style-2,
h2.block-title,
.block-1-style-1,
.block-1-style-2,
.block-1-style-3,
.block-1-style-4,
.block-1-style-5,
.button-link,
.block-3-style-1,
.block-3-style-2,
.sk-item .sk-name,
.sk-item .sk-price,
.sk-item .sk-details,
.block-5-style-1,
.block-6-style-2,
footer{
    font-family: 'FolioCon-Med', Arial, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.header-spacer{
    height: 100px;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*display: flex;*/
    /*justify-content: space-between;*/
    background-color: #002735;
    z-index: 60;
}

.header-logo-box{
    padding: 20px 0;
    transition: opacity 0.3s;
}

.show-menu .header-logo-box{
    opacity: 0.3;
}

.header-logo{
    width: 80px;
}

header .address-cell{
    padding-right: 28px;
    transition: opacity 0.3s;
    display: flex;
    justify-content: flex-end;
}

header .address-cell .grid-container{
    margin: 0;
    transition: color 0.3s;
}

header .address-cell .grid-container:hover{
    color: #f5d7c5;
}

.show-menu header .address-cell{
    opacity: 0.3;
}

/*header .address-cell a{
    transition: color 0.3s;
}

header .address-cell a:hover{
    color: #f5d7c5;
}*/

.header-arrow{
    width: 34px;
    position: relative;
    left: 2px;
}

.header-box-1{
    position: relative;
    top: 2px;
}

.header-style-1{
    font-size: 11px;
}

.header-style-2{
    font-size: 14px;
    line-height: 19px;
}

.burger-box{
    padding: 20px 27px;
}

.hamburger-box {
    width: 28px;
    height: 20px;
}

.hamburger{
    position: relative;
    top: 4px;
}

.hamburger:hover, .hamburger.is-active:hover {
    opacity: 1.0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 3px;
    background-color: #b09644;
    border-radius: 0;
    transition: background-color 0.3s;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #b09644;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.menu-container{
    position: relative;
    background-color: rgba(0,39,53,0.95);
    height: 0;
    z-index: 50;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

.show-menu .menu-container{
    min-height: calc(100vh - 99px);
    height: auto;
    overflow: visible;
    opacity: 1;
    display: flex;
}

.menu-container .grid-container{
    padding-top: 38px;
    padding-bottom: 38px;
    min-height: 100%;
}

.menu-container .grid-container,
.menu-container .grid-y{
    min-height: 100%;
}

.show-menu .content-box{
    overflow: hidden;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.show-menu .content{
    position: absolute;
    left: 0;
    width: 100%;
}

.menu-item .menu-svg{
    height: 118px;
    max-width: calc(100% - 50px)
}

.small-links{
    font-size: 13px;
    margin-top: 70px;
}

.small-links a{
    transition: color 0.3s ease;
}

.small-links a:hover{
    color: #f5d7c5;
}

.anchor{
    position: relative;
    top: -100px;
}

.hero{
    position: relative;
    margin-bottom: -7px;
}

.hero .video{
    width: 100%;
}

.hero-video-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: soft-light;
    background-color: rgba(0,0,0,0.3);
}

.hero-logo-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-logo{
    width: 800px;
}

.bgc-1{
    background-color: #f5d7c5;
}

.bgc-2{
    background-color: #fcf3ee;
}

.bgc-3{
    background-color: #002735;
}

.fancy-border-outer{
    border: 1px solid #193d51;
}

.fancy-border-inner{
    border: 1px solid #193d51;
    margin: 6px -8px;
    padding-left: 16px;
    padding-right: 16px;
}

.block-title-box{
    height: 75px;
    display: flex;
    align-items: center;
}

h2.block-title{
    color: #a18741;
    font-size: 13px;
    margin: 0;
}

.block-1{
    position: relative;
    z-index: 1;
}

.block-1-cell-1{
    position: relative;
    top: -2px;
}

.block-1-style-1{
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.1;
}

.block-1-style-2{
    font-size: 19px;
    text-transform: uppercase;
}

.block-1-style-3{
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.1;
}

.block-1-style-4{
    font-size: 15px;
    text-transform: uppercase;
}

.block-1-style-5{
    font-size: 13px;
    
    text-decoration: underline;
    text-align: center;
    position: relative;
    top: 5px;
}

.block-1-style-5:hover{
    color: #002735;
}

.block-1 .fancy-border-outer{
    max-width: 546px;
    margin: 35px auto;
}

.block-1 .fancy-border-inner{
    padding: 14px 24px 10px;
}

.block-2 p{
    margin-top: -8px;
    margin-bottom: 60px;
}

.button-link{
    background-color: #a18741;
    font-size: 18px;
    text-align: center;
    padding: 14px 10px 7px;
    color: #f5d7c5;
    transition: background-color 0.3s;
}

.button-link:hover{
    background-color: #002735;
}

span.button-link{
    display: inline-block;
}

.block-3, .block-4, .block-5, .block-6{
    padding-bottom: 85px;
}

.block-3{
    padding-bottom: 73px;
}

.block-3 .fancy-border-outer{
    border-color: #a18741;
}

.block-3 .fancy-border-inner{
    border-color: #a18741;
}

.block-3 .block-title-box{
    margin-bottom: 1px;
}

.block-3-style-1{
    font-size: 24px;
    text-align: center;
    margin-top: 42px;
    margin-bottom: 24px;
}

.block-3 .fancy-border-outer{
    margin-left: 14px;
    margin-right: 14px;
    margin-top: 1px;
    margin-bottom: 66px;
}

.block-3 .fancy-border-inner{
    padding: 0;
    margin: 9px -8px;
}

.block-3 .fancy-border-inner .fancy-border-inner{
    padding-bottom: 35px;
}

.sk-item{
    display: flex;
    flex-flow: row wrap;
    padding: 0 77px 0 81px;
    margin-bottom: 25px;
}

.sk-item .sk-name{
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.1em;
}

.sk-item .sk-price{
    font-size: 19px;
}

.sk-item .sk-details{
    position: relative;
    font-size: 14.5px;
    width: 100%;
    letter-spacing: 0.14em;
    top: -1px;
}

.sk-item .sk-spacer{
    flex-grow: 1;
    border-bottom: 1px solid #193d51;
    height: 22px;
    margin: 0 10px;
}

.spacer-item{
    border-top: 1px solid #193d51;
    width: 140px;
    margin: 33px auto 25px;
}

.block-3 .menu-img{
    width: 119px;
    margin-bottom: 32px;
}

.block-3 .menu-img-2{
    width: 90px;
}

.block-3-img-1-mob{
    width: 207px;
    margin-bottom: 28px;
}

.block-3-img-2-mob{
    width: 195px;
    height: 105px;
    margin-bottom: 27px;
}

.block-3-style-2{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: 14px;
    max-width: 117px;
    margin-left: auto;
    border-bottom: 1px solid #a18741;
    line-height: 15px;
    margin-bottom: 10px;
}

.block-3 .button-link{
    max-width: 115px;
    margin-left: auto;
    margin-top: 39px;
}

.block-4{
    padding-bottom: 80px;
}

.gallery-box{
    margin-bottom: 43px;
}

.gallerySwiper .swiper-slide{
    width: auto;
}

.gallerySwiper img{
    height: 415px;
    width: auto;
}

.gallery-placeholder{
    height: 415px;
    background-color: #999;
    background-image: url(pic/gallery.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: center center;
}

.block-5 .gutschein-img{
    width: 534px;
    margin-top: 8px;
}

.block-5-style-1{
    font-size: 14px;
    margin: 18px auto 22px;
    max-width: 590px;
}

.block-5 .button-link{
    padding: 13px 24px 9px;
}

.block-5 .button-link:hover{
    color: #a18741;
    background-color: #f5d7c5;
}

.block-6-style-1{
    font-family: 'FreightDispProSemibold-Regular', 'Noto Serif';
    font-size: 27px;
    line-height: 33px;
    margin-top: 83px;
}

.block-6-style-2{
    font-size: 15px;
    margin-top: 4px;
}

.block-6-style-3{
    font-family: 'FreightDispProSemibold-Regular', 'Noto Serif';
    font-size: 25px;
    line-height: 32px;
}

.block-6 a.underline{
    text-decoration: underline;
}

.block-6 .spacer{
    border-top: 1px solid #b09644;
    width: 36%;
    margin: 34px auto 29px;
}

.block-6 .fb-icon, .block-6 .insta-icon{
    width: 35px;
    margin-top: 15px;
    margin-left: 3px;
}

.block-6 .google-maps{
    border: 0; 
    width: 100%; 
    height: 470px;
}

.block-6 .map-box{
    height: 470px;
}

footer{
    padding-bottom: 85px;   
    font-size: 13px;
}

footer .top-border{
    border-top: 1px solid #b09644;
    padding-top: 26px;
}

.block-6-style-3 a.underline, footer a{
    transition: color 0.3s;
}

.block-6-style-3 a.underline:hover, footer a:hover{
    color: #002735;
}

@media all and (min-width: 641px){

    .small-only{
        display: none;
    }

    .hamburger:hover .hamburger-inner, 
    .hamburger:hover .hamburger-inner::before, 
    .hamburger:hover .hamburger-inner::after,{
        background-color: #f5d7c5;
    }

    .header-logo{
        position: relative;
        top: 3px;
    }


}


@media all and (max-width: 1023px){

    .medium-hide{
        display: none;
    }

    p {
        font-size: 23px;
        line-height: 29px;
    }

    .block-2 p {
        margin-top: 0;
    }

}


@media all and (max-width: 640px){

    .small-hide{
        display: none;
    }

    p {
        font-size: 22px;
        line-height: 28px;
    }

    .small-links,
    .header-style-1,
    .header-style-2,
    h2.block-title,
    .block-1-style-1,
    .block-1-style-2,
    .block-1-style-3,
    .block-1-style-4,
    .block-1-style-5,
    .button-link,
    .block-3-style-1,
    .block-3-style-2,
    .sk-item .sk-name,
    .sk-item .sk-price,
    .sk-item .sk-details,
    .block-5-style-1,
    .block-6-style-2,
    footer{
        letter-spacing: 0.05em;
    }

    .menu-item .menu-svg{
        height: 58px;
    }

    .show-menu .menu-container {
        min-height: calc(100vh - 65px);
    }

    .header-logo-box {
        padding: 10px 0;
    }

    .header-logo {
        width: 50px;
        position: relative;
        top: 3px;
    }

    .burger-box {
        padding: 4px 6px;
    }

    header{
        height: 65px;
    }

    .anchor{
        position: relative;
        top: -65px;
    }

    .header-spacer {
        height: 65px;
    }

    .hero-logo {
        width: 283px;
    }

    h2.block-title {
        font-size: 15px;
    }

    .block-1 .fancy-border-outer {
        margin: 21px auto 13px;
    }

    .fancy-border-container{
        padding: 0 16px;
    }

    .block-1 .fancy-border-inner {
        padding: 12px 24px 15px;
    }

    .block-1-style-3 {
        font-size: 20px;
        line-height: 23px;
    }

    .block-1-style-4 {
        font-size: 15px;
        line-height: 19px;
        margin-top: 4px;
    }

    .button-link{
        padding: 13px 12px 8px 14px;
    }

    .block-1 .button-link{
        width: 160px;
        margin: 0 auto 29px;
    }

    .block-2, .block-3, .block-4 .block-title, .block-4 p, .block-5, .block-6, footer{
        padding: 0 10px;
    }

    .block-3{
        padding-bottom: 40px;
    }

    .block-3-style-2 {
        max-width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }

    .block-3-box-1{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .block-title-box {
        height: 60px;
    }

    .block-2 p {
        margin-top: 17px;
        margin-bottom: 44px;
    }

    .gallery-placeholder {
        height: 240px;
        margin-top: 14px;
        background-position: 58.3% center;
    }

    .gallery-box {
        margin-bottom: 17px;
    }

    .block-3 .fancy-border-outer {
        margin-bottom: 6px;
    }

    .block-3 .fancy-border-inner {
        margin: 7px -8px;
    }

    .block-3 .fancy-border-inner .fancy-border-inner {
        padding-top: 27px;
        padding-bottom: 17px;
    }

    .sk-item {
        padding: 0 33px 0 39px;
        margin-bottom: 18px;
    }

    .sk-item .sk-name {
        font-size: 19px;
        line-height: 22px;
    }

    .sk-item .sk-spacer {
        height: 17px;
        margin: 0 6px;
    }

    .sk-item .sk-price {
        font-size: 18px;
        line-height: 22px;
    }

    .sk-item .sk-details {
        top: 1px;
        font-size: 14px;
        letter-spacing: 0.015em;
    }

    .spacer-item {
        width: 23%;
        margin: 18px auto 20px;
    }

    .block-3 .button-link {
        max-width: 128px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px;
        margin-bottom: 34px;
        padding: 10px 12px 8px;
    }

    .block-4 {
        padding-bottom: 40px;
    }

    .gallerySwiper img {
        height: 270px;
    }

    .block-5 .gutschein-img {
        width: 97.5%;
        margin-top: 16px;
    }

    .block-5-style-1 {
        padding: 0 18px;
        font-size: 16px;
        margin: 12px auto 17px;
    }

    .block-5 .button-link {
        padding: 11px 24px 10px;
        font-size: 20px;
        margin-bottom: 55px;
    }

    .block-6 .google-maps {
        height: 400px;
    }

    .block-6 .map-box {
        height: auto;
    }

    .block-6-style-1 {
        font-size: 33px;
        line-height: 38px;
        margin-top: 6px;
    }

    .block-6-style-2 {
        font-size: 17px;
        margin-top: 7px;
    }

    .block-6 .spacer {
        width: 31%;
        margin: 23px auto 22px;
    }

    .block-6-style-3 {
        font-size: 30px;
        line-height: 38px;
    }

    .block-6 .fb-icon, .block-6 .insta-icon {
        margin-top: 11px;
    }

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

    footer .top-border {
        padding-top: 20px;
    }

    footer{
        text-align: center;
        font-size: 15px;
        padding-bottom: 45px;
    }

    .single-content{
        margin-bottom: 30px;
    }

    .single-content .fancy-border-inner .fancy-border-inner{
        padding-left: 30px;
        padding-right: 30px;
    }

    .single-content h1 {
        font-size: 18px;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
    }

    .single-content h2 {
        font-size: 22px;
    }

}