@font-face {
    font-family: 'Conv_LexendPeta-Regular';
    src: url('fonts/LexendPeta-Regular.eot');
    src: local('☺'), url('fonts/LexendPeta-Regular.woff') format('woff'),
        url('fonts/LexendPeta-Regular.ttf') format('truetype'),
        url('fonts/LexendPeta-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* baskervville-regular - latin */
@font-face {
    font-family: 'Baskervville';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/baskervville-v3-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Baskervville Regular'), local('Baskervville-Regular'),
        url('fonts/baskervville-v3-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/baskervville-v3-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/baskervville-v3-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/baskervville-v3-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/baskervville-v3-latin-regular.svg#Baskervville') format('svg');
    /* Legacy iOS */
}

/* nanum-myeongjo-regular - latin */
@font-face {
    font-family: 'Nanum Myeongjo';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/nanum-myeongjo-v15-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('NanumMyeongjo'),
        url('fonts/nanum-myeongjo-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/nanum-myeongjo-v15-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/nanum-myeongjo-v15-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/nanum-myeongjo-v15-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/nanum-myeongjo-v15-latin-regular.svg#NanumMyeongjo') format('svg');
    /* Legacy iOS */
}

.genesis-skip-link {
    display: none;
}

:focus {
    outline: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Conv_LexendPeta-Regular';
    margin: 0;
    font-size: 18px;
    overflow-x: hidden;
}

.site-container {
    width: 100%;
    overflow-x: hidden;
    display: inline;
}

a {
    color: #000;
    text-decoration: none;
}

#logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4em 0 3em;
    position: relative;
}

.home #logo {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    margin: 0;
    min-height: 550px;
}

.home #logo img {
    max-width: 50%;
    margin-top: -300px;
}

#icon {
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
    align-items: center;
}

#icon img {
    margin-left: 15px;
}

#icon:after,
.icon:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: -12px;
    top: -12px;
    border-right: 2px solid #967427;
    border-top: 2px solid #967427;
}

.icon {
    position: relative;
}

@media (max-width: 768px) {
    #icon:nth-child(2) > img {
        width: 25px;
        margin-left: 8px;
    }
}

#container {
    width: 100vw;
    /* Fallback for browsers that do not support Custom Properties */
    position: relative;
    min-height: 600px;
    margin-bottom: 5vh;
    display: inline-block;
}

#container:before {
    position: absolute;
    width: 75px;
    height: 75px;
    border-left: 9px solid #967427;
    border-top: 9px solid #967427;
    top: 5px;
    left: 5px;
}

#container:after {
    position: absolute;

    width: 50px;
    height: 50px;
    border-right: 6px solid #967427;
    border-bottom: 6px solid #967427;
    bottom: 7px;
    right: 7px;
}

p em {
    font-style: normal;
    color: #967427;
}

.box {
    margin: 40px 0;
    width: 50%;
    max-width: 50%;
}

img {
    max-width: 100%;
}

.box.margin {
    margin-top: 100px;
}

.special {
    text-align: center;
    text-transform: uppercase;
    line-height: 1.8;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    line-height: 1.8;
}

.slide {
    width: 1600px;
    margin: 3em auto 0;
    max-width: 100%;
    font-family: 'Baskervville';
    font-size: 25px;
    line-height: 1.5;
    position: relative;
    display: table;
    padding-bottom: 5em;
}

.slide:after {
    position: absolute;
    content: '';
    height: 95%;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 2px dotted #ccc;
    z-index: -1;
}

.slidenav {
    position: sticky;
    top: 1em;
    left: 50%;
    transform: translate(-50%);
    font-family: 'Conv_LexendPeta-Regular';
    font-size: 0.7em;
    color: #ac832e;
    background: #fff;
    padding: 10px;
    text-align: center;
    width: 160px;
    z-index: 109;
}

.slidenav a {
    text-align: center;
    display: block;
}

.gold,
.gold a {
    color: #ac832e;
}

.gold:not(.slider) div {

    /** display: inline;**/
}

.gold .small {
    display: inline-block;
    margin-left: 20px;
    color: #000;
    font-size: 18px;
}

.box.left {
    text-align: right;
    float: left;
    padding-right: 5em;
}

.box.left.margin {
    margin-top: -2em;
}

.box.right {
    text-align: left;
    float: right;
    padding-left: 5em;
}

.black_font {
    color: #000;
    display: block;
    font-size: 18px;
    margin-left: 20px;
}

::-webkit-input-placeholder {
    font-family: 'Conv_LexendPeta-Regular';
    letter-spacing: 2px;
    color: #b7b7b7;
    font-size: 14px;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    font-family: 'Conv_LexendPeta-Regular';
    letter-spacing: 2px;
    color: #b7b7b7;
    font-size: 14px;
    text-transform: uppercase;
}

::placeholder {
    font-family: 'Conv_LexendPeta-Regular';
    letter-spacing: 2px;
    color: #b7b7b7;
    font-size: 14px;
    text-transform: uppercase;
}

input {
    width: 440px;
    max-width: 100%;
    padding: 16px 0;
    border: none;
    border-bottom: 1px solid #e6dac0;
    margin-bottom: 12px;
    font-family: 'Conv_LexendPeta-Regular';
    color: #000;
    font-size: 16px;
}

input.wpcf7-submit {
    background: #ac842e;
    color: #fff;
    width: auto;
    padding: 1em 1.5em;
    text-transform: uppercase;
    font-size: 19px;
    float: right;
    margin-top: 10px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.box.left .wpcf7-acceptance {
    font-size: 12px;
    line-height: 1.2;
    width: 440px;
    display: block;
    float: right;
    color: rgba(0, 0, 0, 0.5);
    margin: 5px 0;
    max-width: 100%;
}

.wpcf7-acceptance input {
    margin-bottom: 0;
    width: 16px;

    padding: 0;
    line-height: 1;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    background: #000;
    color: rgba(256, 256, 256, 0.7);
    font-size: 18px;
    display: inline-block;
    padding: 0.5em 1em;
    margin: 10px 0;
}

.site-footer {
    position: relative;
}

.site-footer:after {
    background: url(img/tw.png) bottom left repeat-x;
    content: '';
    width: 100%;
    position: absolute;
    height: 100px;
    left: 0;
    bottom: 30px;
    z-index: 1000;
}

body:not(.home) article {
    width: 1000px;
    margin: 0 auto 8em;
    max-width: 100%;
    font-family: 'Baskervville';
    text-align: justify;
    line-height: 1.5;
    padding: 0 1em;
}

body:not(.home) .site-inner {
    min-height: calc(100vh - 410px);
}

body:not(.home) h1 {
    margin-bottom: 20px;
}

.linkhome {
    position: absolute;
    width: 190px;
    font-size: 14px;
    left: 10px;
    top: 10px;
}

body:not(.home) article p {
    margin-bottom: 1.5em;
}

#menu-footer-menue {
    display: flex;
    justify-content: center;
    list-style: none;
    font-family: 'Baskervville';
    font-size: 14px;
}

#menu-footer-menue li {
    margin: 0 10px 10px;
}

.wpcf7-not-valid-tip {
    font-size: 15px;
}

#cookie-law-info-bar,
.cli-modal-content {
    font-family: 'Baskervville' !important;
}

#cookie-law-info-bar a {
    margin: 0 0 10px !important;
    display: block !important;
}

#cookie-law-info-bar a.cli_settings_button {
    width: 100%;
    text-align: left;
}

.small.cli-plugin-button,
.small.cli-plugin-button:visited {
    font-size: 15px;
}

#cookie-law-info-bar[data-cli-style='cli-style-v2'][data-cli-type='widget'] {
    padding: 32px 30px 20px;
}

#home .black {
    font-size: 0.8em;
    background: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    padding: 0.5em;
}

#home .black a {
    color: #fff;
}

.events:not(.slider) {
    display: flex;
    justify-content: center;
    margin-bottom: 1.8em;
}

.events.slider {
    max-width: 1100px;
    margin: auto;
}

.events .slick-list {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
}

.events .event {
    margin: 0 50px;
    text-align: left;
    line-height: 1.3;
}

.fullbooked a {
    position: relative;
}

.fullbooked a::before {
    position: absolute;
    content: '';
    width: 99px;
    height: 50px;
    right: 29px;
    top: 5px;
    background: url(img/ausgebucht.png) no-repeat;
    background-size: contain;
}

.events.slider .event {
    margin: 1em 50px;

}

.events.slick-slider {}

.eventtime {
    color: #000;
    font-size: 0.8em;
}

.eventdate {
    font-family: 'Nanum Myeongjo';
    color: #000;
    text-transform: none;
    font-size: 25px;
    position: relative;
}

.datenumber {
    position: relative;
}

.datenumber:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    left: -5px;
    top: -5px;
    background: #ebebeb;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.25s ease;
}

.events.slider .datenumber:before {
    top: auto;
}

.event a {
    display: block;
    text-align: center;
    position: relative;
    z-index: 100;
}

.datenumber {
    font-size: 70px;
    letter-spacing: -3px;
}

.michelin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 3em 0 0 20px;
}

/***MIchelin 3 Logos ***/

.michelin {
    display: flex;
    align-items: center;
    margin: 4em 0 0 -10px;
    width: 100%;
    justify-content: center;
}

.michelin a {
    margin: 0 45px
}

.home #logo .michelin img {
    max-width: 100%;
    margin-top: 0;
}

.headertext {
    font-family: 'Baskervville';
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
    display: block !important;
    position: absolute;
    bottom: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    padding: 0 2em;
}

.headertext p.center {
    margin-top: 1em;
}

.headertext p.center a {
    margin: 0 5px;
}

/**
.ausgebucht {
    display: flex;
    font-size: 10px;
    color: #fff;
    background: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Conv_LexendPeta-Regular';
    transform: rotate(10deg);
    position: absolute;
    left: 510px;
    top: 60px;

}
+*/
.ausgebucht {
    display: flex;
    font-size: 10px;
    color: #fff;
    background: #000;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Conv_LexendPeta-Regular';
    transform: rotate(10deg);
    position: absolute;
    left: 570px;
    top: 60px;
    text-transform: uppercase;
    font-size: 9px;
    color: #fff !important;
}

.specialdate {
    color: black;
    margin-left: 23px;
}

/* .flex-event-link {
    display: flex;
    align-items: baseline;
} */

.flex-event-link svg {
    margin-right: 5px;
    float: left;
}

.flex-event-link {
    display: block;
}

.container_font {
    color: #ac832e;
}

.gold > a > svg {
    margin-top: 10px;
}

ul.slick-dots li {
    margin: 0;
}

.slick-dots li.slick-active button::before {
    color: #ac832e;
}

.until {
    margin-right: 8px;
}

.no-pointer {
    cursor: default;
}

/* .events i.fa-long-arrow-left {
    position: absolute;
    bottom: -40px;
    left: 45%;
    transform: translateY(-50%);
    font-size: 25px;
}

.events i.fa-long-arrow-right {
    position: absolute;
    bottom: -40px;
    transform: translateY(-50%);
    left: auto;
    font-size: 25px;
    right: 45%;
} */

#cmplz-cookiebanner-container {
    font-family: 'Nanum Myeongjo';
}

@media (max-height: 1300px) {
    .ausgebucht {
        right: -60px;
    }
}

@media (max-height: 840px) {
    .home #logo .michelin img {
        max-height: 11vh;
        object-fit: contain;
        object-position: top;
    }
}

@media (max-height: 650px) {
    .michelin {
        margin-top: 0;
    }
}

@media (max-width: 1500px) {
    .boxen {
        transform: scale(0.9);
    }

    .slide {
        width: 100%;
        overflow-x: hidden;
        padding-bottom: 0;
    }

    .box.margin {
        margin-top: 140px;
    }
}

@media (max-width: 1300px) {
    .box.left {
        padding-right: 4em;
    }

    .box.right {
        padding-left: 4em;
    }

    .box.margin {
        margin-top: 130px;
    }
}

@media (max-width: 960px) {
    .box.margin {
        margin-top: 100px;
    }
}

@media (max-width: 880px) {
    .box.margin {
        margin-top: 110px;
    }

    .slide {
        font-size: 20px;
    }

    input.wpcf7-submit {
        font-size: 17px;
    }

    .slidenav {
        width: 140px;
    }

    .events .event {
        font-size: 0.9em;
        margin: 0 30px;
    }

    .events .event {
        text-align: center;
    }

    .events i {
        cursor: pointer;
    }

    .events i {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        font-size: 25px;
    }

    .events i.fa-long-arrow-right {
        left: auto;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .box {
        width: calc(100% - 140px);
        max-width: 100%;
        margin-right: 20px;
        font-size: 3vw;
    }

    .slidenav {
        left: 0;
        transform: none;
        font-size: 0.5em;
        padding: 0;
        width: 100px;
    }

    .slide::after {
        left: 49px;
        transform: none;
    }

    .box.left {
        padding-right: 0em;
        float: right;
    }

    .box.right {
        text-align: right;
        float: right;
    }

    .box.margin {
        margin-top: 3vw;
    }

    .box.right {
        padding-left: 0;
    }

    .boxen {
        transform: scale(1);
    }

    .slide {
        display: inline-block;
        padding-bottom: 5em;
    }

    .events .event {
        font-size: 0.8em;
        margin: 0 20px;
    }

    .michelin {
        margin-left: -5px;
    }

    .headertext {
        font-size: 16px;
    }

    .ausgebucht {
        right: 52vw;
        left: auto;
        transform: rotate(-10deg);
        top: 47px;
    }

    /* .gold div {
        display: inline-block;
    } */

    .datenumber::before {
        top: 0;
    }

    .flex-event-link svg {
        float: none;
    }
}

@media (max-width: 600px) {
    #logo p {
        padding: 0 1em;
    }

    #logo p br:first-child {
        display: none;
    }

    input.wpcf7-submit {
        font-size: 12px;
    }

    ::-webkit-input-placeholder {
        letter-spacing: 1px;
        font-size: 12px;
    }

    :-ms-input-placeholder {
        letter-spacing: 1px;
        font-size: 12px;
    }

    ::placeholder {
        letter-spacing: 1px;
        font-size: 12px;
    }

    .box form p {
        padding: 0;
        margin: 0;
    }

    .margin.box p br {
        display: none;
    }

    .eventdate {
        font-size: 20px;
    }

    .datenumber {
        font-size: 60px;
    }

    .michelin {}
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
    p {
        bottom: 1em;
    }
}

@media (max-width: 560px) {
    .events {
        display: block;
    }

    .gold div {
        display: inherit;
    }

    .slick-track {
        width: 100%;
        text-align: center;
    }

    .datenumber::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 80px;
    }

    .events:not(.slider) {
        display: block;
    }

    .michelin {
        width: 90%;
    }

    .michelin a {
        margin: 0 15px
    }
}

@media (max-width: 480px) {

    p,
    li {
        font-size: 16px;
    }

    .box {
        font-size: 17px;
        margin: 20px 20px 20px 0;
    }

    .box p {
        font-size: 17px;
    }

    #container::after {
        width: 11vw;
        height: 11vw;
        border-right: 1vw solid #967427;
        border-bottom: 1vw solid #967427;
    }

    #container::before {
        width: 17vw;
        height: 17vw;
        border-left: 2vw solid #967427;
        border-top: 2vw solid #967427;
    }

    #logo {
        align-items: flex-start;
        padding-top: 20vh;
    }

    #logo.active {
        padding-top: 15vh;
    }

    .special {
        line-height: 1.6;
        font-size: 15px;
        padding: 0 0;
    }

    .events {
        flex-wrap: wrap;
        margin-bottom: 0.6em;
    }

    .events .event {
        width: 100%;
        text-align: center;
        margin: 0 0 1em;
        padding: 0 10px;
    }

    .home #logo img {
        margin-top: 0;
    }

    .datenumber::before {
        width: 60px;
        height: 60px;
        left: 50%;
        transform: translateX(-50%);
    }

    .headertext {
        padding: 0;
    }

    .michelin {
        margin-top: 2em;
        top: 50%;
    }

    .home #logo .michelin img {
        max-height: 9vh;
        object-fit: contain;
    }

    .headertext {
        line-height: 1.25;
    }

    .headertext p.center {
        margin-top: 0.5em;
    }

    .home #logo img {
        max-width: 40%;
    }

    .ausgebucht {
        right: 68vw;
        top: 30px;
    }

    .flex-event-link {
        font-size: 17px;
    }

    .flex-event-link svg {
        transform: scale(0.8);
    }

    .black_font {
        display: inline;
        margin-left: 0;
        font-size: 17px;
    }
}

@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 812px) {

    .home #logo img,
    #logo img {
        max-width: 25%;
        margin-top: 5%;
    }

    .home #logo img {
        margin-top: 15%
    }

    .home #logo.active img {
        margin-top: 5%
    }

    .michelin {
        top: 70%;
    }

    #logo {
        align-items: flex-start;
    }

    .home #logo {
        min-height: 490px;
    }

    .active .michelin {
        top: 55%;
    }
}

@media (max-width: 380px) {
    ::-webkit-input-placeholder {
        letter-spacing: 1px;
        font-size: 10px;
    }

    :-ms-input-placeholder {
        letter-spacing: 1px;
        font-size: 10px;
    }

    ::placeholder {
        letter-spacing: 1px;
        font-size: 10px;
    }

    .ausgebucht {
        right: auto;
        left: -80px;
        transform: rotate(-10deg) scale(0.8);
        top: 40px;
    }
}

@media (max-width: 360px) {
    .slidenav {
        font-size: 0.3em;
        width: 60px;
    }

    .slide::after {
        left: 29px;
    }

    .box {
        width: calc(100% - 100px);
    }
}
