@font-face {
    font-family: 'Tangerine';
    src: url('/assets/fonts/Tangerine-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tangerine';
    src: url('/assets/fonts/Tangerine-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

:root {
    --headerHeight: 10vh;
    --headlineTop: 20vh;
    --contentTop: 40vh;

    --backgroundColor: rgb(56, 57, 60)
        /*rgb(168, 127, 73)*/
    ;
    --titleHeight: 5vh;
    --borderwidth: 2px;
    --screenHeight: 100px;

    --speisekarteTop: 30vh;
    --speisekarteHeight: 60vh;
    --fotoHeight: 50vh;


    --reservierenTop: calc(100vh + 10vh);
    --reservierenHeight: 20vh;


}

* {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin: 0;
    padding: 0;
}


.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.fillParent {
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 100vw;
    margin: 0 0 0 0;
}

header {
    width: 100vw;
    height: var(--headerHeight);
    top: 0;

    background-color: #000;
    position: fixed;
    z-index: 999;
}

#navigatorBar {
    background-color: #750505;
}

#navigatorBarWithoutLogo {
    background-image: linear-gradient(90deg,
            rgb(56, 57, 60),
            rgb(76, 80, 83));
}

nav {
    float: right;
    display: flex;
    flex-direction: row;
}

nav a {

    text-decoration: none;
    letter-spacing: 4px;
    font-size: 1vw;
    color: #fff;
    padding: calc(var(--headerHeight) / 2 - 2vh) 1vw;
    margin: 0 1px;
    border-radius: 15px;
}

nav a:hover {
    background-color: #fff;
    color: darkred;
}

nav a:active {
    background-color: #8a4e4e;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 50vw;

    background-color: var(--backgroundColor);
    font-size: 100px;

    border-left: white solid;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;


    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

nav a.sidebarElement {
    text-align: center;
    width: 96%;
    font-size: 3vw;
}

#headline {
    top: var(--headlineTop);
    position: relative;
    z-index: 2;
    text-align: center;
    background-color: #00000000;
    color: rgb(255, 255, 255);
}

html body {
    padding-top: 15vh;
}


h1 {
    font-weight: bold;
    font-size: 160px;
    margin: 0 0 0 0;

    font-family: 'Tangerine';
    padding-top: 8%;
    padding: 0;
}


.banner {
    margin: 0 0 0 0;
    top: var(--headerHeight);
    /* height: calc(var(--screenHeight, 1vh)*100); */
    height: max(60rem, 100vh);
    width: 100%;
    background: url('../pic/Rest_Innen.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-attachment: scroll; */
    /* overflow: hidden; */
    position: fixed;
    background-color: black;
}

.banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: black;
    width: 100%;
    /* height: 100%; */
    /*background: #130f40;*/
    opacity: .4;
    z-index: -1;
}

.outline {
    --color:
        /*#750505*/
        black;
    text-shadow: 1px 1px 1px var(--color),
        1px -1px 1px var(--color),
        -1px 1px 1px var(--color),
        -1px -1px 1px var(--color);
}


.line {
    border-style: dashed;
    border-width: 1px;
    border-color: #808080;
    margin-inline: 10vw;
    margin-block: 20px;
}





/*Boxes*/
.boxWrapper {
    scroll-margin-top: 15vh;
    position: relative;
}

.boxTitleWrapper {
    z-index: -1;
    display: inline-flex;
    justify-content: center;
    align-items: start;
    overflow: hidden;


    height: var(--titleHeight);
    width: 50vw;

    border-style: solid;
    border-width: 1px;
    border-radius: 15px;

    padding-top: 1vh;
    padding-bottom: 5vh;
    padding-inline: 1vw;
    background-color: var(--backgroundColor);
}

.boxTitle {
    font-family: 'Tangerine';
    font-size: min(10vw, var(--titleHeight));
    white-space: nowrap;
}

.boxContentWrapper {
    position: relative;
    z-index: 10;
    margin-top: -4vh;

    background-color: var(--backgroundColor);

    border-color: rgb(255, 255, 255);
    border-radius: 10px;
    border-style: solid;
    border-width: var(--borderwidth);

    overflow: hidden;
}

/*END Boxes*/


.scrollContainer {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-color: #f00 #fff;
}

.scrollContainer ::-webkit-scrollbar-thumb {
    background: #f00;
    /* Dunkelgrau */
    border-radius: 10px;
    /* Runde Ecken */
}

.scrollContainer>* {
    display: inline-block;
}

.scrollContainer img {
    height: var(--fotoHeight);
}

/*Speisekarte*/
.dishCategory {
    font-family: 'Tangerine';
    font-size: 4rem;
    /*min(10vw, var(--titleHeight));*/
    margin-bottom: 5px;
    margin-top: 20px;
}

.dishSubcategory {

    color: rgb(215, 215, 215);
    font-family: 'Tangerine';
    background-color: rgb(66, 67, 70);
    font-size: 3rem;
    /*min(8vw, calc(var(--titleHeight)*2/3));*/

    width: fit-content;

    margin-inline: auto;
    margin-top: 20px;

    border-radius: 30px 30px 0px 0px;
    padding-inline: 10vw;
    padding-top: 5px;
}


.dishRow .scrollContainer {
    display: block;
    gap: 1rem;
    overflow-x: auto;
    /* justify-content: center; */
    margin: 0 auto;
    /*centers it horizontaly*/
    width: fit-content;
    /* margin-bottom: 20px; */
    white-space: nowrap;
    background-color: rgb(76, 77, 81);
    border-radius: 20px;
}

.dishWrapper {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    min-width: fit-content;
    /* max-width: 20vw; */
    text-wrap: initial;
    overflow-x: hidden;
    overflow-y: auto;
    /* background-color: #ddd; */
    padding: 1rem;
}

.dishTitle {
    font-size: larger;
    margin-bottom: 5px;
}

.dishContent {
    color: rgb(190, 190, 190);
    margin-bottom: 5px;
}


.dishPrice {
    color: rgb(215, 215, 215);
    margin-top: 5px;
    margin-bottom: 5px;
}

/*END Speisekarte*/




/*SCREENSIZES*/
@media screen and (max-width: 640px) {
    .hideForSmallDevices {
        display: none;
    }

    .hideForBigDevices {
        display: flex;
    }
}

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

    .hideForBigDevices {
        display: none;
    }
}



/*END SCREENSIZES*/