:root {
    --sk-farbe-pink: #fbd8c6;
    --sk-farbe-rot: #2C4E72;
    --sk-farbe-gold: #bc8e59;
    --sk-farbe-gruen: #b5cbb2;
    --header-height: 100px;
    --header-mobile-height: 80px;
    --sidemen-width: 400px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    font-family: roboto;
    scroll-behavior: smooth;
}

.hilite {
    color: #B88A53;
    font-weight: 500;
}

.events .menue_name strong {
    color: #D54B33;
    color: #AEC8AD;
    color: #B88A53;
    color: #2c4e72;
    font-weight: 600;
}

.events .menue_name {
    font-weight: 200 !important;
}

body,
html {
    background-color: black;
}

section:first-of-type {
    padding-top: calc(var(--header-height) + 50px)
}

::-webkit-scrollbar {
    display: none;
}

.sidemen {
    width: var(--sidemen-width);
    padding: 20px;
    position: absolute;
    right: calc(-1 * var(--sidemen-width));
    top: var(--header-height);
    bottom: 0;
    z-index: 400;
    position: fixed;
    /* background-color: rgba(0, 0, 0, .4); */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: right 0.5s ease;
    /* Glatter Übergang für das Ein- und Ausfahren */
}

a#weinlink {
    color: white !important;
    font-weight: 400;
}

.sidemen.open {
    right: 0;
    box-shadow: -10px 0px 10px 1px rgba(0, 0, 0, .4);
}


nav li a,
.legallinks {
    display: inline-block;
    padding: 20px;
    color: white !important;
    font-weight: 200;
    line-height: 20px;
    width: 100%;
    text-shadow: 1px 1px 2px black;
}

nav li:hover {
    background-color: rgba(100, 100, 100, .15);
}

.legallinks {
    font-size: 14px;
    position: absolute;
    bottom: 20px;
}

.legallinks a {
    display: inline-block;
    padding: 5px;
    color: white !important;
    font-weight: 200;
}

nav li {
    display: block;
    border-bottom: solid 1px #333;
}

nav li ul li a {

    padding: 15px;
    padding-left: 50px;
    line-height: 15px;
}

nav li ul li {
        border-bottom: none;
            border-top: solid 1px #333;
}

nav li ul li a:before {
    content: "» ";
}

.reserve {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    align-items: center;
}

/* header .reserve.button {
        border: solid 1px #DCE1E7;
} */

header {
    width: 100%;
    height: var(--header-height);
    position: fixed;
    z-index: 100;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, .05);
    /* background-color: rgba(255, 255, 255, .1); */
    backdrop-filter: blur(25px) brightness(.5);
    ;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#burger {
    width: 30px;
    height: 30px;
    stroke: white;
    display: block;
    cursor: pointer;
}

.button {
    display: block;
    text-decoration: none;
    background-color: var(--sk-farbe-rot);
    color: white;
    padding: 13px 20px;
    border-radius: 8px;
    font-weight: 300;
    width: fit-content;
    height: fit-content;
    font-size: 14px;
}

.text {
    background-color: black !important;
}

.col_text {
    width: 80%;
    margin: 0 auto;
    padding: 0 5%;
    padding-bottom: 10%;
    letter-spacing: 1px;
    color: white;
    padding-bottom: 5%;
        break-inside: avoid;

}

#home .col_text {
    padding: 10% 5%;
    padding-bottom: 10%;
}

.col_text h2 {
    font-size: 37px;
    font-weight: 100;
    padding: 40px 0;
    text-transform: uppercase;
    letter-spacing: 6px;
    opacity: .8;
}

.col_text p {
    opacity: .8;
    column-count: 2;
    line-height: 23px;
    column-gap: 4em;
    width: 100%;
    font-weight: 300 !important;
    margin-bottom: 20px;
    font-size: 15px;
    orphans: 3;
    color: white !important;
}

@media only screen and (min-device-pixel-ratio: 2),
       only screen and (min-resolution: 192dpi),
       only screen and (min-resolution: 2dppx) {

.col_text p {
    opacity: .8;
    column-count: 2;
    line-height: 23px;
    column-gap: 4em;
    width: 100%;
    font-weight: 100;
    margin-bottom: 20px;
    font-size: 15px;
    orphans: 3;
        color: white !important;
}

.col_text p strong {
    font-weight: 400;
}
}

.impressum p {
    columns: 1 !important;
}

.impressum h2,
.impressum h3,
.impressum h1 {
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 30px;
}

.col_text.faqs p {
    column-count: 1 !important;
    line-height: 23px;
    column-gap: 4em;
    padding: 20px 0;
}

.col_text p strong {
    font-weight: 600;
}

.sprungmarken {
    display: flex;
    gap: 20px;
    margin-top: 80px;
}

.outline {
    background-color: transparent;
    border: solid 1px var(--sk-farbe-rot);
    color: #D9DEE4;
    transition: background 0.4s;
    /* For modern browsers */
}

.outline:hover {
    background-color: var(--sk-farbe-rot);
    color: white;
}

.logo {
    object-fit: contain;
    display: block;
    height: 100%;
    width: auto;
    max-height: 100px;
    cursor: pointer;
}

.logobig {
    width: 800px;
    height: auto;
    z-index: 20;
    position: absolute;
    top: 50px;
    z-index: 200;
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, .5));
}



.vorschau .logobig {
    width: 800px;
    height: auto;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, .8));
}

.bottrop.logobig {
    width: 400px;
    margin-top: 50px;
}

#hero {
    display: flex;
    justify-content: center;
}

#video {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: black;
}


.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;

}

.frontvid {
    width: 100%;
    max-width: 100%;
    height: auto;
}


.topbar {
    display: block;
    height: 3px;
    display: flex;
    flex-wrap: nowrap;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: var(--sk-farbe-rot);
    z-index: 1000;
}

h3.tageszeit {
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 100;
    padding: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

section {
    padding: 20px 0;
    background-color: antiquewhite;
    background-color: rgb(17, 17, 17);
}

#hero {
    background-image: url(assets/startseite/startseite-01.jpg);
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

#menue {
    background-image: url(assets/setzkasten-menue-01.jpg);
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

#drinks {
    background-image: url(assets/weine.jpg);
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

.hero {
    background-size: cover;
    height: 100vh;
}

.inner {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: black;
    opacity: .5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.bildstrecke {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.bildstrecke img {
    display: block;
    width: 25%;
    height: auto;
    align-self: center;
}

.display_menues {
    width: 80%;
    height: auto;
    padding: 10px;
    font-weight: 200;
    font-size: 14px;
    margin: 0 auto;
}

.accordion {
    color: #ddd;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: 500;
    display: flex;
    gap: 20px;
    background-color: rgba(255, 255, 255, .12);
    justify-content: space-between;
}

.accordion.soon {
    cursor: default;
}

.panel {
    padding: 20px 0;
    display: none;
}

.entry {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted rgba(255, 255, 255, .2);
}

a {
    color: var(--sk-farbe-rot);
    /* color: #fa705b; */
    color: #5f9edd;
    text-decoration: none;
    font-weight: 400;
}

.entry_name {
    font-weight: 400;
    align-self: center;
    text-transform: uppercase;
    min-width: 35%;
}

.entry_long {
    font-weight: 200 !important;
}

.entry_name em {
    font-size: 12px;
    text-transform: none;
    padding: 5px;
    display: inline-block;
    margin-top: 5px;
    text-decoration: none !important;
}

.entry_name em a:before {
    content: "> ";
}

.entry_zutaten {
    height: auto;
    width: 80%;
    text-align: right;
}

.drinks {
    margin-top: 50px;
}

.acc_item {
    margin-bottom: 10px;
}

.menue_name span {
    font-weight: 100;
    opacity: .8;
}

.price:after {
    content: '\27A4';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: var(--sk-farbe-pink);
    float: right;
    margin-left: 15px;
}


.active .price:after {
    content: '\27A4';
    /* Unicode character for "plus" sign (+) */
    rotate: 90deg;
    color: var(--sk-farbe-gruen);
}

.kontaktdiv {
    display: flex;
    margin-top: 30px;
    gap: 130px;
}

.display_menues p {
    width: 70%;
    columns: 1;
    padding: 20px;
}

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

    .display_menues {
        width: 100%;
    }

    .col_text {
        width: 100%;
    }

    .bildstrecke img:last-of-type {
        display: none;
    }

    .bildstrecke img {
        width: 33.33%;
        height: auto;
    }

    section:first-of-type {
        padding-top: var(--header-height) !important;
    }

    .display_menues p {
        width: 100% !important;
        columns: 1;
        padding: 20px;
    }


}

@media screen and (max-width: 1050px) {
    .entry {
        display: block;
        padding: 15px 5px;
    }

    .entry div {
        width: 100%;
        text-align: left;
    }

    .entry_name {
        margin-bottom: 12px;
    }
}

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


nav ul li ul {
    display: none;
}

nav {
    width: 100%;
    overflow-x: hidden;
}


    #hero {
        background-position-x: 33%;
    }

    .kontaktdiv {
        display: block;
        margin-top: 30px;
    }

    .kontaktdiv div {
        width: 100%;
        margin-bottom: 15px;
    }

    nav li a,
    .legallinks {
        color: white !important;
        font-weight: 300 !important;
        font-size: 18px !important;
    }

    .legallinks a {
        font-weight: 300 !important;
        font-size: 18px !important;
    }

    .sprungmarken {
        display: block;
        margin-top: 50px;
    }

    .sprungmarken a {
        display: block;
        width: 80%;
        text-align: center;
        padding: 20px;
        margin: 0 auto;
        margin-bottom: 17px;
    }

    .display_menues {
        padding: 0;
    }

    .col_text {
        padding: 0 6%;
    }

    .col_text p {
        opacity: 1;
        column-count: 1;
        line-height: 23px;
        width: 100%;
        font-weight: 100;
        margin-bottom: 20px;
        font-size: 15px;
        orphans: 4;
    }

    h2 {
    font-size: 22px !important;
    font-weight: 100;
    padding: 40px 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    opacity: 1;
    line-height: 25px;
}

    .logobig {
        width: 230px;
        width: 80% !important;
        top: 120px;
        z-index: 80;
    }

    .logo {
        width: auto;
        height: 50px;
    }

    header {
        background-color: black;
        height: var(--header-mobile-height);
        padding: 10px 5%;
    }

    .reserve {
        gap: 30px;
    }

    section:first-of-type {
        padding-top: var(--header-mobile-height) !important;
    }


    .sidemen {
        width: var(--sidemen-width);
        width: 100%;
        padding: 20px;
        position: absolute;
        right: calc(-1 * var(--sidemen-width));
        right: -100%;
        top: var(--header-mobile-height);
        bottom: 0;
        z-index: 400;
        position: fixed;
        background-color: rgba(0, 0, 0, .5);
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
        transition: right 0.5s ease;
        /* Glatter Übergang für das Ein- und Ausfahren */
    }

    .bildstrecke img:not(:first-of-type) {
        display: none;
    }

    .bildstrecke img {
        width: 100%;
        height: auto;
    }

    .entry {
        display: block;
        padding: 15px 5px;
    }

    .entry div {
        width: 100%;
        text-align: left;
    }

    .entry_name {
        margin-bottom: 12px;
    }

    .price {
        text-align: right;
        width: 30%;
    }

    .price:after,
    .active .price:after {
        display: none;
        content: '';
        /* Unicode character for "plus" sign (+) */
        font-size: 0;
        color: var(--sk-farbe-pink);
        float: right;
        margin-left: 0;
        /* rotate: -180deg; */
    }

}