/* ALLGEMEIN */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: white;
    /* Hintergrund Fix */
    background-image: url(/images/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.name{
    color: #c62828;
    font-family: 'ChunkFive';
}
header {
    background-color: #212121;
    padding: 20px -500px;
    text-align: center;
    color: #c62828;
}
header img{
    margin-top: 5px;
    width: 20%;
}
#headerlogo:hover{
    cursor: pointer;
}
h1 {
    font-family: 'ChunkFive', sans-serif;
    font-size: 48px;
    letter-spacing: 3px;
    margin: 0;
    text-decoration: underline overline;
    text-underline-offset: 12px;
}
h1 a{
    color: #c62828;
}
h1 a:hover{
    color: white;
    text-decoration: underline overline;
}
nav {
    width: 40%;
    margin-left: 30%;
    text-align:center;
    padding: 20px 0;
    background-color: #212121;
    display: flex;
    justify-content: space-between;
}
nav a {
    color: white;
    text-decoration: none;
    padding: 0px 0px;
    border-bottom: 2px solid transparent;
    transition: all 0.55s ease;
}
nav a:hover{
    border-bottom: 2px solid transparent;
    color: #c62828;
    font-size: 25px;
}
section {
    width: 60%;
    justify-content: center;
    color: white;
    padding: 20px;
    margin-left: 15%;
    margin-bottom: 20px;
    background-color: none;
    border-radius: 5px;
/*    box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
}
footer {
    text-align: center;
    background-color: #212121;
    color: white;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* STARTSEITE */
/* POPUP HEADER */
.popup{
    background-color: #212121;
    background-position: 20% 20%;
    width: 100%;
    height: 151%;
    padding: 0% 0%;
    position: absolute;
    transform: translate(0%, 0%);
    left: 0%;
    top: 0%;
    border-radius: 8px;
    display: block;
    border-color: #c62828;
    border: #c62828 2px transparent;
}
.popup h2{
    text-align: center;
    font-size: 48px;
    font-family: 'Chunk-Five', sans-serif;
    font-weight: 900;
    letter-spacing: 0px;
    margin-top: -5%;
    color: #c62828;
}
.popup #eventaktuell{
    width: 66%;
    height: auto;
    justify-content: center;
    justify-self: center;
    margin-left: 17%;
}
#space{
    height: 1px;
}
.popup #close{
    display: block;
    margin: 1% 2% 20px auto;
    background-color: transparent;
    font-size: 80px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup #okay{
    display: block;
    position: relative;
    justify-content: center;
    margin: auto;
    background-color: transparent;
    font-size: 40px;
    font-weight: 900;
    color: #c62828;
    border-radius: 8px;
    text-align: center;
    border-color: transparent;
    cursor: pointer;
}
.popup p {
    font-size: 16px;
    text-align: justify;
    margin: 20px 0;
}
.popup a{
    display: block;
    width: 150px;
    position: relative;
    margin: auto;
    text-align: center;
    background-color: black;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 0;
}
.mobileaktuell{
    text-align: center;
    color: #c62828;
    font-size: 24px;
    font-family: 'ChunkFive';
    font-weight: 200;
    letter-spacing: 2px;
    width: 100%;
    display: none;
}
#mobileeventpic{
    width: 100%;
    height: auto;
}
/*POPUP ENDE */
#intro{
    margin-left: 20%;
}

#introheader{
    font-size: 40px;
    text-align: center;
}
#introheader2{
    font-size: 40px;
    margin-top: -20px;
    text-align: center;
}
#foodtruck{
    width: 60%;
    height: 60%;
    margin-left: 22%;
}
.introtext{
    font-size: 18px;
    text-align: center;
}
.standort{
    font-size: 28px;
    text-align: left;
}
#uhrzeit{
    color: #c62828;
    font-weight: bold;
    text-decoration: underline;
}
#standortimg{
    width: 100%;
    height: auto;
}
/* GALLERIE */
.gallery {
    display: grid;
    justify-content: center;
    margin-top: 20px;
    grid-template-columns: repeat(3, 0.22fr);
    grid-gap: 0px;
}
.gallery img {
    width: 300px;
    height: 300px;
    margin: 10px;
    border-radius: 5px;
    border: #212121 solid 4px;
    cursor: pointer;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 50%;
    max-height: 50%;
    margin-top: 200px;
}

.modal-content img {
    width: 100%;
    height: auto;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.überschrift h3{
    font-size: 40px;
    text-align: center;
}
.galleri{
    display: grid;
    grid-template-columns: repeat(auto-fill, minimax(250px, 1fr));
    grid-gap: 10px;
}
.galleri img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* SPEISEKARTE */


/*Test*/
.menu-content p{
    color: white;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
}
.item-container{
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: white;
    font-size: 24px;
    position: relative;
    margin-top: 2%;
}
.item-test{
    width: 33%;
    height: 100%;
    font-weight: 300;
    margin-bottom: 2%;
    position: relative;
}
.item-test:nth-child(1n){
    height: 100%;
    width: 45%;
    color: #c62828;
    font-weight: 600;
    font-size: 36px;
}
.item-test:nth-child(2n){
    height: 100%;
    width: 14%;
    text-align: end;
    color: white;
    font-weight: 100;
    font-size: 24px;
    margin-top: 10px;
}
.item-test:nth-child(3n){
    width: 20%;
    height: 150px;
}
.item-test:nth-child(3n) img{
    max-width: 320px;
    width: auto;
    height: 130px;
}
.item-test:nth-child(4n){
    width: 70%;
    margin-top: -12%;
    text-align: left;
}
.item-extras:nth-child(1n)
{
    height: 100%;
    width: 45%;
    color: #c62828;
    font-weight: 600;
    font-size: 36px;
}
.item-extras:nth-child(2n)
{
    height: 100%;
    width: 14%;
    font-weight: 100;
    text-align: end;
    color: white;
    font-size: 24px;
    margin-top: 10px;
}
.item-extras:nth-child(3n){
    width: 20%;
}

/* CATERING */
.cateringinhalt{
    width: 60%;
    margin-left: 20%;
    color: white;
    font-size: 24px;
    text-align: center;
}
.cateringinhalt p.cateringtext1{
    text-align: left;
    margin-left: 0%;
}
.cateringliste{
    display: inline-block;
    text-align: left;
    margin-left: -50%;
}
.cateringinhalt p.cateringtext2{
    text-align: left;
    margin-left: 0%;
}
/* Catering Form*/
label{
    color: black;
    font-weight: bold;
}
input[type=text], select, textarea {
    color: black;
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  input[type=email], select, textarea{
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: white;
    border: #c62828 1px solid;
    color: #c62828;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #c62828;
    color: white;
    border: white 1px solid;
  }
  
  /* Add a background color and some padding around the form */
  .container {
    width: 58%;
    border-radius: 5px;
    background-color: #c62828; /*#f2f2f2 ist weiß/Standard */
    margin-top: 3%;
    margin-left: 20%;
    padding: 20px;
  }

  /* Catering ENDE */

  /*ÜBER UNS */
  .abouttext{
    width: 60%;
    margin-left: 20%;
    font-size: 24px;
    color: white;
  }
  .about1{
    text-align: center;
    font-size: 32px;
  }

  /* KONTAKT */
  .contacttext{
    width: 60%;
    margin-left: 20%;
    color: white;
    font-size: 24px;
  }
  .contacttext a{
    color: white;
    text-decoration: none;
  }
  .contacttext a:hover{
    font-size: 28px;
    background: -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all ease 0.22s;
  }
.contactfront{
    font-size: 32px;
    color: #c62828;
}
#contacticon{
    margin-left: 0%;
    margin-top: -20px;
    height: 75px;
    width: 75px;
}

/* IMPRESSUM */
#impressumheader{
    text-align: center;
    margin-top: 2%;
    color: #c62828;
    font-weight: 200;
}
.impressum-text{
    width: 60%;
    color: white;
    font-size: 18px;
    margin-left: 20%;
}
.platz{
    height: 100px;
}
.platz-desktop{
    height: 100px;
}
.platz-catering{
    height: 150px;
}
#footer a{
    color: white;
}
h9{
    margin-left: 200px;
}
#impressum:hover{
    color: #c62828;
    text-decoration: underline #c62828;
}
/* DATENSVHUTZ */
.datenschutz-text{
    width: 60%;
    margin-left: 20%;
    margin-top: 2%;
    color: white;
}
.datenschutz-text h1{
    text-align: center;
}
/* Social Media Icons */
.fa {
    margin-left: 50px;
    font-size: 24px;
    color: white;
  }
  
  /* Add a hover effect if you want */
  .fa-instagram{
    text-decoration: none;
    color: white;
    height: 50px;
    width: 50px;
    align-content: center;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  }
  .fa-instagram:hover{
    color: white;
  }
/* TEST */
.line {
    position: fixed;
    top: 0; /* Position der Linie von oben (Startpunkt) */
    left: 1190px; /* Position der Linie von links */
    width: 0px; /* Breite der Linie */
    height: 100vh; /* Höhe der Linie, 100vh bedeutet 100% der Bildschirmhöhe */
    background-color: red; /* Farbe der Linie */
    transform: translateX(-50%); /* Zentrieren der Linie */
}

/* MOBILE ACCESSABILITY */

.mobile-trigger, .mobile-nav, .abouttext-mobile, .contacttext-mobile
{
    display: none;
}

/* TEST */
@media (max-width: 1300px){
    /* BODY */
    body{
        background-image: url(/images/background.jpg);
        background-position: center center;
        background-attachment:fixed;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        overflow-x: hidden;
    }
    /* HEADER */
    header{
        width: 100%;
    }
    header img{
        width: 40%;
        height: auto;
    }
    nav{
        width: 80%;
        margin-left: 10%;
        font-size: 24px;
    }
    /*MOBILE POPUP */
    .popup{
        display: none;
        background-color: transparent;
        color: transparent;
        border: transparent;
    }
    .popup #eventaktuell{
        display: none;
    }
    .popup h2{
        display: none;
        color: transparent;
    }
    .popup #close{
        display: block;
    }
    .popup #okay{
        display: none;
        color: transparent;
    }
    .popup p{
        display: none;
        color: transparent;
    }
    .popup a{
        display: none;
        color: transparent;
    }
    .mobileaktuell{
        display: block;
    }

    /* GALERIE */
    .gallery{
        width: 100%;
        justify-content: space-around;
        grid-template-columns: repeat(2, 0.23fr);
    }
    .gallery img{
        width: 300px;
        height: auto;
    }

    /* ÜBER UNS */
    .abouttext{
        width: 80%;
        margin-left: 10%;
    }
    .about1{
        width: 100%;
        font-size: 52px;
    }

    /* CATERING */
    .cateringinhalt{
        width: 80%;
        margin-left: 10%;
        margin-top: 5%;
    }
    .container{
        width: 80%;
        margin-left: 10%;
        margin-top: 10%;
        font-size: 24px;
    }

    /* IMPRESSUM */
    .impressum-text{
        width: 80%;
        margin-left: 10%;
    }
    .datenschutz-text{
        width: 80%;
        margin-left: 10%;
    }

    /* INDEX - STARTSEITE */
    #intro{
        width: 90%;
        margin-left: 5%;
    }
    .introtext{
        font-size: 24px;
    }
    .introinhalt #introheader{
        font-size: 52px;
        text-align: center;
        margin-left: 0;
    }
    #foodtruck{
        width: 80%;
        margin-left: 10%;
    }
    #standortimg{
        width: 100%;
    }

    /* KONTAKT */
    .contacttext{
        width: 80%;
        margin-left: 10%;
        font-size: 32px;
    }
    .contactfront{
        font-size: 42px;
    }

    /* SPEISEKARTE */
    .menu-content{
        width: 90%;
        margin-left: 5%;
    }
    /* FOOTER */
    footer{
        height: 5%;
    }
    h9{
        margin-left: 10%;
        text-align: center;
        font-size: 22px;
    }
}
@media (max-width: 1000px){
    body{
        background-position: center center;
    }
    /*MOBILE POPUP */
    .popup{
        display: none;
    }
    .mobileaktuell{
        display: block;
    }
    /* ÜBER UNS */
    .about1{
        width: 100%;
        font-size: 40px;
    }

    /* CATERING */
    .container{
        margin-top: 5%;
    }

    /* INDEX - STARTSEITE */
    #intro{
        width: 90%;
        margin-left: 5%;
    }
    #introheader2{
        font-size: 32px;
    }
    .introtext{
        font-size: 24px;
    }
    .introinhalt #introheader{
        font-size: 44px;
        text-align: center;
        margin-left: 0;
    }

    /* KONTAKT */
    .contactfront{
        font-size: 32px;
    }
    .contacttext{
        font-size: 24px;
    }

    /* SPEISEKARTE */
    .menu-content{
        width: 80%;
        margin-left: 10%;
    }
    /* FOOTER */
    h9{
        margin-left: 5%;
        text-align: center;
        font-size: 18px;
    }
}
@media (max-width: 1024px) and (max-height: 600px){
    /* BODY */
    body{
        background-image: url(/images/background.jpg);
        background-position: center center;
        background-attachment:fixed;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        overflow-x: hidden;
    }
    /*MOBILE POPUP */
    .popup{
        display: none;
    }
    .mobileaktuell{
        display: block;
    }

    /* SPEISEKARTE */
    .menu-content{
        width: 90%;
        margin-left: 5%;
    }
    /* FOOTER */
    footer{
        height: 10%;
        padding: 0px 0px;
    }
    h9{
        margin-left: 5%;
        font-size: 18px;
        vertical-align: super;
    }
}
@media (width: 1280px) and (height:800px){
    /* BODY */
    body{
        background-image: url(/images/background.jpg);
        background-position: center center;
        background-attachment:fixed;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        overflow-x: hidden;
    }
    /*MOBILE POPUP */
    .popup{
        display: none;
    }
    .mobileaktuell{
        display: block;
    }
    /* SPEISEKARTE */
    .menu-content{
        width: 90%;
        margin-left: 5%;
    }
    /* FOOTER */
    footer{
        height: 10%;
        padding: 0px 0px;
    }
    h9{
        margin-left: 5%;
        font-size: 20px;
        vertical-align: super;
    }
}
@media (max-width: 750px) {

    /* ALLGEMEIN */
    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url(/images/background.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    body{
        background-image: url(/images/background.jpg);
        background-position: center center;
        background-attachment:fixed;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        overflow-x: hidden;
    }
    
    .desktop-break{
        display: none;
    }
    .platz-desktop{
        display: none;
    }
    header{
        width: 100%;
        height: auto;
    }
    #headerlogo{
        margin-top: 10px;
        width: 60%;
        height: auto;
    }

    footer{
        display: none;
    }
    .mobile-trigger{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 10%;
        height: auto;
        margin-top: 6%;
        margin-right: 5%;
    }
    .mobile-trigger:hover{
        background: #c62828;
        color: #212121;
    }
    .mobile-nav{
        z-index: 1;
        position: absolute;
        top: 11;
        right: 0;
        margin-right: 0px;
        width: 30%;
        height: auto;
        background: #212121;
        display: none;
        align-items: center;
        flex-direction: column;
        padding: 20px 20px;
        transition: all .55s ease;
    }
    .mobile-nav a{
        display: block;
        margin: 5px 0;
        margin-left: 0;
    }
    #nav{
        display: none;
    }
    .navelement{
        color: #c62828;
    }

    /* STARTSEITE */
    /*MOBILE POPUP */
    .popup{
        display: none;
    }
    .mobileaktuell{
        display: block;
    }
    .startseite{
        width: 100%;
        height: auto;
    }
    #intro{
        position: relative;
        width: 89%;
        margin-top: 0%;
        margin-left: 0%;
    }
    .introinhalt{
        margin-left: 0;
        width: 100%;
        margin-top: -7%;
    }
    .introinhalt #introheader{
        margin-left: 0;
        font-size: 42px;
    }
    #introheader2{
        font-size: 24px;
    }
    #foodtruck{
        width: 90%;
        height: auto;
        display: flex;
        justify-content: center;
        margin-left: 5%;
    }
    .introtext{
        margin-top: -5%;
    }
    .standort p{
        text-align: left;
        font-size: 24px;
        margin-top: 100px;
    }
    #uhrzeit{
        font-weight: bold;
    }
    #standortimg{
        width: 100%;
        height: auto;
    }
    .modal{
        width: 100%;
        height: 100%;
        overflow-y: hidden;
    }
    .modal-content{
        width: 100%;
        height: auto;
    }
    .modal-content img{
        width: 100%;
        height: auto;
    }

    /* CATERING */
    .cateringinhalt{
        width: 100%;
        text-align: center;
        color: white;
        font-size: 20px;
        margin-left: 0;
    }
    .cateringinhalt p{
        width: 100%;
    }
    .cateringinhalt p.cateringtext1{
        width: 90%;
        margin-left: 5%;
        text-align: justify;
    }
    .cateringliste{
        margin-left: 0;
    }
    .cateringinhalt p.cateringtext2{
        text-align: justify;
        width: 90%;
        margin-left: 5%;
    }
    .container{
        width: 80%;
        margin-left: 5%;
        margin-top: 10%;
    }

    /* GALLERIE */
    .gallery{
        width: 100%;
        height: auto;
        justify-content: space-around;
        grid-template-columns: repeat(2, 0.23fr);
        grid-gap: 0%;
    }
    .gallery img{
        width: 150px;
        height: auto;
        border: 0.5px #212121 solid;
    }
    .modal{
        padding-top: 20%;
        width: 100%;
        height: 100%;
    }
    .modal-content{
        width: auto;
        max-width: 95%;
        max-height: auto;
        margin-top: 30%;
    }

    /* ÜBER UNS */
    .abouttext{
        display: none;
    }
    .abouttext-mobile{
        display: block;
        width: 90%;
        margin-left: 5%;
        font-size: 20px;
        color: white;
        text-align: left;
      }
      .about-welcome-mobile{
        font-size: 32px;
        text-align: center;
      }
      .about1{
        font-size: 20px;
        text-align: center;
      }

      /* KONTAKT */
      .contacttext{
        display: none;
      }
      .contacttext-mobile{
        display: block;
        width: 90%;
        margin-left: 5%;
        font-size: 20px;
        color: white;
      }
      .contactfront{
        font-size: 24px;
        text-align: justify;
      }
      .contacttext-mobile a{
        font-size: 18px;
        text-align: left;
        color: white;
      }
      .fa-instagram{
        width: 100px;
        height: 100px;
        text-align: center;
      }
      .contacttext i{
        color: white
      }
      .contacttext-mobile a:hover{
        font-size: 28px;
        background: -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: all ease 0.22s;
      }

      /*SPEISEKARTE */
      .menu-content{
        width: 90%;
        height: auto;
        margin-left: 5%;
      }
      .menu-content p{
        font-size: 32px;
      }
      .item-container{
        width: 90%;
      }
      .item-test:nth-child(1n){
        font-size: 19px;
        width: 50%;
        text-align: start;
        margin-top: 5px;
        font-weight: 600;
      }
      .item-test:nth-child(2n){
        font-size: 14px;
        width: 15%;
        margin-top: 8px;
        font-weight: 100;
        text-align: end;
      }
      .item-test:nth-child(3n){
        width: 30%;
        height: 100px;
      }
      .item-test:nth-child(3n) img{
        width: 100px;
        height: auto;
      }
      .item-test:nth-child(4n){
        width: 60%;
        margin-top: -19%;
        text-align: left;
      }
      .item-extras:nth-child(1n){
        width: 50%;
        font-size: 19px;
        font-weight: 600;
      }
      .item-extras:nth-child(2n){
        width: 15%;
        font-size: 14px;
        font-weight: 100;
      }
      .item-extras:nth-child(3n){
        width: 30%;
      }

      /*IMPRESSUM*/
      #impressumheader{
        font-size: 32px;
      }
      .impressum-text{
        width: 90%;
        margin-left: 5%;
        margin-top: 5%;
      }

      /* DATENSCHUTZ */
    .datenschutz-text{
        width: 90%;
        margin-left: 5%;
    }
    .datenschutz-text h1{
        text-align: center;
        font-size: 24px;
    }
    .datenschutz-text h2{
        font-size: 20px;
    }
}