

html, body{
    width: 100vw !important;
    position: relative;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: rgb(240, 240, 240);
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.test{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1500;
    left: 0;
    top: 0;
    
    
}



.container-1{
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    position: relative;
    background-color: rgb(110, 1, 1);
   
}

.background-logo{
    width: 300px;
    height: 300px;
   
    position: absolute;
    
    z-index: 110;
    opacity: .4;
    
}



.background-logo img{
    width: 100%;
    height: 100%;
}


.background-1{
    left: 0;
    top: 0;
}





.container{
    
    position: relative;
   
    height: 100vh;
    width: 100vw;
}

.kleines-div{
    opacity: 0;
    position: absolute;
    padding: 3% 3%;
    
    background-color: blue;
    
    z-index: 1000;
    background-color: rgba(110, 1, 1,0.7) ;
    border-radius: 6px;
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Lucida Handwriting', cursive;
    font-size: 1rem;
}

.there{
    opacity: 1;
    transition: 1s;
}

.div1{
    left: 15%;
    top: 40%;
}

.div2{
    left: 50%;
    top: 12%;
}
.div3{
    right: 20%;
    top: 30%;
}
.div4{
    left: 65%;
    top: 70%;
}
.div5{
    left: 25%;
    top: 65%;
}



video{
    max-height: 100vh;
    max-width: 100vh;
    min-width: 100vw;
    min-height: 100vh;
    object-fit: fill;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    
    transform: translateX(calc((100% - 100vw) / 2));
   
    
}
.video-container{
    
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    min-height: 100vh;
    
}





.menu-item{
    background-color: blue;
    height: 100%;
}
.menu-item i{
    width: 100%;
    height: 2%;
    margin: 0;
    padding: 0;
}



.darker{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    opacity: .6;
    z-index: 100;
}

.rosa{
    
    background-color: #ff0091;
    width: 200px;
    height: 200px;
    opacity: 1;
    border-radius: 50%;
    transform: scale(1.5);

}

/* .logo-container{
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
} */

.logo-container img{
    width: 50%;
    min-width: 250px;
    
    
}

.fade{

    height: 30vh;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.9164040616246498) 0%, rgba(110,1,1,1) 100%);
}

.content{

    position: relative;
    z-index: 150;
    width: 100vw;
    
    height: max-content;
    padding-top: 15%;
    padding-bottom: 10%;
    
   
    
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 80;
}

.wave{
    margin-top: -1%;
    
    z-index: 1;

    margin-bottom: 5%;
}

.content2{
    position: relative;
    z-index: 150;
    width: 100%;
    
    min-width: 100vw;
    min-height: max-content;
    
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    
   
}

.angebot-container{
    background-color: transparent;
  width: 80%;
  
  min-height: max-content;
  perspective: 1000px;
  cursor: pointer;
}


.angebot-inner{
    position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border: 3px solid black;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  display: flex;
}

.angebot-container:hover .angebot-inner {
    transform: rotateX(180deg);
  }
.angebot{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.angebot-img{
    width: 29%;
    height: 95%;
    
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.angebot-img img{
    max-width: 95%;
    max-height: 95%;
}
.angebot-space{
    width: 2px;
    height: 80%;
    background-color: black;
}

.angebot-text{
    width: 69%;
    
    min-height: max-content;
   
}

.angebot-back{
    background-color: white;
    transform: rotateX(180deg);
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    
    border-radius: 12px;
    
    overflow-y: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
   
}

.angebot-back::-webkit-scrollbar{
    width: 0px;
}

.angebot-images{
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
    height: 90%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
   

}




.back-img-container{
    height: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
   
   object-fit: contain;
    min-width: 100px;
    border-radius: 8px;
}

.angebot-images img{
    
    min-height: 100%;
    min-width: 100%;
}

.back-container{
    height: 80%;
    aspect-ratio: 1 / 1;
}



.text-header{
    margin: auto;
    width: 80%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border-bottom:2px solid  rgb(110, 1, 1);
    
}
.text-text{
    margin: auto;
    font-size: 1.2rem;
    margin-top: 25px;
    width: 80%;
    padding-bottom: 20px;
    
}
.change-page{
    
    width: 100%;
    
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.change-page .icon {
    height: 100%;
    width: max-content;
    transform: scale(.6);
    
    
}
.scrolled.slide-right {
    animation: slide-in-right 1s ease-in-out both;
  }
  .scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both;
  }

  .js-scroll {
    opacity: 0;
    transition: opacity 500ms;
  }
  
  .js-scroll.scrolled {
    opacity: 1;
  }
  .scroll-element,
.scroll-caption {
  width: 100%;
}


.gallery-preview{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    justify-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 10%;
}

.gallery-container{
    margin: auto;
    width: 30%;
    min-width: 250px;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    transition: .5s;


}

.gallery-container:hover{
    transform: scale(1.1);
    transition: .5s;
}

.gallery-container img{
    min-width: 100%;
}

.partner-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    margin-bottom: 10%;
    gap: 50px;
    
}
.partner-card{
    height: 400px;
    width: 300px;
    
  
  
    border: 1px solid rgba(155, 155, 155,0.5);
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 11px -2px rgba(0,0,0,0.62); 
box-shadow: 5px 5px 11px -2px rgba(0,0,0,0.62);
transition: .5s;
}
.partner-card:hover{
    transform: scale(1.05);
    transition: .5s;
}

.partner-card a{
    text-decoration: none;
    color: black;
}

.partner-text{
    display: flex;
    justify-content: space-between;
    
    flex-direction: column;
    width: 100%;
    height: 50%;
}

.partner-text h2{
    text-align: center;
}
.partner-text p{
    padding: 2%;
}

.partner-container .link-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 100%;
    
}

.link-container img{
    max-width: 70%;
    
}



  @media screen and (max-width: 650px) {
    .scroll-container,
    .scroll-container:nth-of-type(even) {
      flex-direction: column;
      align-content: inherit;
    }
  
    .scroll-element {
      height: 100%;
    }
  
    .scroll-element,
    .scroll-caption {
      width: 100%;
    }

    .location{
        width: 90% !important;
        margin: auto !important;
        float: none !important;

    }
  }

@keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }

.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
  }
   
  .js-scroll.scrolled {
    opacity: 1;
  }

.content-container  .text{
    height: 90%;
    
    width: 200%;
    
    border-right: black 1px solid;
}
.content-container  .text p{
    margin: 2%;
    font-size: 1.5rem;
    
}


.content-container .img{
    
    
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: b,lightblue;
}

.content-container img{
    width: 90%;
    height: 80%;
    border-radius: 8px;
    
}


.content-container2{
    margin: auto;
    display: flex;
    overflow: hidden;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
/* grid-template-columns: repeat(2, 1fr);

grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px; */
justify-items: center;
align-items: center;
    
    width: 100%;
    height: max-content;
    z-index: 100;
    padding-bottom: 10%;
    
    background-color: rgb(240, 240, 240);
    border-radius: 16px;
    
    
    
}

.contentbox{
    /* margin-right: 100px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
   
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 8px;
    width: 80%;
    min-width: 350px;
    
    height: 25%;
    /* margin-bottom: 10%; */
    box-shadow:
    
    2.8px 2.8px 2.2px rgba(0, 0, 0, 0.028),
    6.7px 6.7px 5.3px rgba(0, 0, 0, 0.04),
    12.5px 12.5px 10px rgba(0, 0, 0, 0.05),
    22.3px 22.3px 17.9px rgba(0, 0, 0, 0.06),
    41.8px 41.8px 33.4px rgba(0, 0, 0, 0.072),
    100px 100px 80px rgba(0, 0, 0, 0.1);
    transition: .5s;
    
   
}
.contentbox-left{
    width: 30%;
    height: 100%;
    background-color: blue;
}

.contentbox-right{
    width: 70%;
    height: 100%;
    background-color: green;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.contentbox .right-header{
    width: 100%;
    height: 20%;
    
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentbox .right-text{
    height: 80%;
}

.contentbox:hover{
    /* transform: scale(1.1);

    transition: .5s; */
    /* animation: turn 1s ; */
}

.contentbox:first-child{
    
    /* margin-left: 100px; */
}






.contentbox .box-img{
    height: 100%;
    width: 100%;
    margin: auto;
    border-bottom: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}

.contentbox-left img{
    max-width: 100%;
    max-height: 100%;
    /* width: 90%;
    height: 90%;
    border-radius: 8px; */

}
.contentbox a{
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    
}

.contentbox .box-text{
    height: 40%;
    width: 100%;
   
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7rem;
    font-weight: bold;
}

/* @keyframes turn {
    0%{
        transform: rotateY(0deg);
        
    }
    100%{
        transform: rotateY(180deg);
        
    }
} */



.next{
    width: 100vw;
    height: 15%;
    z-index: 1000;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle{
    z-index: 1000;
    width: 50px;
    height: 50px;
    border: 1px solid black;
    background-color: white;
    position:inherit;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    color: black;
    opacity: 1;
    transition: .5s;
}

.button{
    width: 50px;
    height: 50px;
    background-color: green;
}

.Rastergrafik{
    animation: zoom 6s ease forwards;
    transform-origin: 73% 100% ;
}

.pointer{
    /* position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation-delay: 4s;
    animation: show 4s ease forwards;
    -webkit-animation-name: show;
    -webkit-animation-duration: 4s;
    -webkit-animation-delay: 4s; */
    
    animation: show 4s ease forwards;

}


.location{
    
    width: 40%;
    max-height: 90vh;
    float: right;
    object-fit: contain;
    overflow: hidden;
    border-radius: 8px;
   
}

#svg-file {
    max-width: 100%;
}

@keyframes show {
    from{
        transform: rotateX(200deg);
    }
    to{
        transform: rotateX(0deg);
    }
}

@keyframes zoom{
    100% {
       
        
        transform: scale(7,7);
    }
}

/* .animation{
    transform: scale(5);
    transition: 2s;
} */


/* ANGEBOTE */


.angebote{
    position: relative;
    width: 80%;
    margin: auto;
    height: 75vh;
    display: flex;
    flex-direction: column;
    
    /* background-color: rgba(110, 1, 1,.8); */
   
    margin-top: 10%;
}

/* html, body{
    background-color: white;
    height: 100%;
    
    width: 100vw;
} */

.mutze{
    position: absolute;
    width: 10rem;
    height: 10rem;
    right: 5%;
    bottom: 5%;
    opacity: .5;
    z-index: 0;
}
.mutze img{
    max-width: 100%;
    max-width: 100%;
    object-fit: contain;
}


.top-angebot{
    
    width: 100%;
    height: 10%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    background-color: gray;
    border: 1px solid rgb(110, 1, 1);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;


}

.angebot-box{
    
    width: 25%;
    height: 100%;
    
    /* border: 3px solid rgb(110, 1, 1); */
   
    transition: .2s;
    
}



.angebot-box span{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    font-size: 1.5rem;
   
}

.angebot-box:hover{
    cursor: pointer;
}



.full{
    
    /* border-left: 3px solid rgb(110, 1, 1);
    border-top: 3px solid rgb(110, 1, 1);
    border-right: 3px solid rgb(110, 1, 1);
    border-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; */
    /* transition: .2s; */
    background-color: rgb(110, 1, 1);
    color: white;
    
    position: relative;
}

.full::after{
    content: "";
    position: absolute;
    width: 80%;
    height: 2%;
    background-color: white;
    z-index: 200;
    left: 50%;
    margin-left: -40%;
    
    
}
.move{
    /* height: 90% !important; */
    
    

}

.id1{
    border-top-left-radius: 8px;
}

.id4{
    border-top-right-radius: 8px;
}

.shadow{

    -webkit-box-shadow: 10px 0px 11px -6px rgba(0,0,0,0.58); 
box-shadow: 10px 0px 11px -6px rgba(0,0,0,0.58);
    /* box-shadow:

    2.8px 2.8px 2.2px rgba(0, 0, 0, 0.028),
    6.7px 6.7px 5.3px rgba(0, 0, 0, 0.04),
    12.5px 12.5px 10px rgba(0, 0, 0, 0.05),
    22.3px 22.3px 17.9px rgba(0, 0, 0, 0.06),
    41.8px 41.8px 33.4px rgba(0, 0, 0, 0.072),
    100px 100px 80px rgba(0, 0, 0, 0.1) */
}

.shadow:last-child{
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0,0,0,0.58); 
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.58);
}

.angebot-box:hover .beschreibung-events{
    
    
    

}

.beschreibung{
    position: relative;
    margin: auto;
    
    width: 100%;

    height: 90%;
    background-color: rgb(110, 1, 1);
    /* border-radius: 8px; */
    border: 1px solid rgb(110, 1, 1);
    box-shadow:
    2.8px 2.8px 2.2px rgba(0, 0, 0, 0.028),
    6.7px 6.7px 5.3px rgba(0, 0, 0, 0.04),
    12.5px 12.5px 10px rgba(0, 0, 0, 0.05),
    22.3px 22.3px 17.9px rgba(0, 0, 0, 0.06),
    41.8px 41.8px 33.4px rgba(0, 0, 0, 0.072),
    100px 100px 80px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    
}

.beschreibung-events{
    display: none;
    

}


.event-da{
    display: flex;
}

.beschreibung-text{
    display: block;
    position: relative;
    height: 80%;
    width: 75%;
   
    border-right: 2px solid rgb(225, 225, 225);
}
.beschreibung-bilder{
    width: 49%;
    

    height: 80%;
    display: flex;
    justify-content: center;
    
    z-index: 100;
    overflow-y: scroll;
}

.beschreibung-container{
    width: 100%;
    height: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.beschreibung-events{
    
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.bilder-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr));
        grid-gap: 1.5rem;
    width: 80%;
    height: 80%;
    
    
}




.img-box{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);

  
  text-align: center;
  height: 90px;
  width: 90px;
  margin: auto;
  /* box-shadow:
  2.8px 2.8px 2.2px rgba(0, 0, 0, 0.028),
  6.7px 6.7px 5.3px rgba(0, 0, 0, 0.04),
  12.5px 12.5px 10px rgba(0, 0, 0, 0.05),
  22.3px 22.3px 17.9px rgba(0, 0, 0, 0.06),
  41.8px 41.8px 33.4px rgba(0, 0, 0, 0.072),
  100px 100px 80px rgba(0, 0, 0, 0.1);
   */
  
}

.img-box img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.modal-img-container{
    display: flex;
    justify-content: center;
    align-items: center;
     position: fixed; /* Stay in place */
    
     left: 0;
     top: 0;
     width: 100%; /* Full width */
     height: 100%; /* Full height */
     overflow: auto; /* Enable scroll if needed */
     background-color: rgb(0,0,0); /* Fallback color */
     background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
     z-index: 2000;
     margin: auto;
     backdrop-filter: blur(5px);
}

.close-modal{
    position: absolute;
    right: 10px;
    top: 10px;
    height: 50px;
    width: 50px;
    background-color: white;
    border: 1px solid black;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-img{
        /* width: 200px; */
    /* position: relative; */
    /* height: 50%; */
    padding: 2%;
    max-width: 90%;
    /* max-height: max-content; */
    
    /* border-radius: 12px; */
    /* opacity: 1; */
    /* box-shadow: inset 0px 0px 8px 8px black; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    object-fit: contain;
    
    border-radius: 8px;
    overflow: hidden;
}

.modal-img img{
    max-width: 100%;
    max-height: 100%;
    /* margin: auto; */
    aspect-ratio: 16 / 9;
    /* width: 50%; */
    /* object-fit: contain;*/
    border-radius: 25px;
}


.gone{
    display: none;
}

.stop-scroll{
    overflow: hidden;
}




.circle:hover{
    transform: scale(1.5);
    transition: .5s;
}

.anweisung-container{
    width: 70%;
    height: 100%;
    
    display: flex;
    justify-content: space-evenly;
    gap: 80px;
    flex-direction: column;
    
}
.text-img-container{
    
    height: 20%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;


}

/* .text-img-container:nth-child(2){
    flex-direction: row-reverse;

}
.text-img-container:nth-child(2) .font{
    justify-content: flex-end;
    
}
.text-img-container:nth-child(4){
    flex-direction: row-reverse;

}
.text-img-container:nth-child(4) .font{
    justify-content: flex-end;
    
} */


.font{
    
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 4rem;
    color: rgb(110, 1, 1);
}

.font svg{
    transform: scale(1.3);
    color: rgb(110, 1, 1);
}

.text-anweisung{
    width: 80%;
}


.interesse{
    
    font-size: 1.8rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 80%;
    
    
    margin: auto;
    margin-bottom: 10%;
    
    text-align: center;
    
    }
    
    .interesse a{
        
      padding: 1% 0;
      width: 50%;
    border-radius: 12px;
      border: 4px solid rgb(110, 1, 1);
        position: relative;
        color: white;
        text-decoration: none;
    }
    
    .a-text{
        color: black !important;
        z-index: 100;
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 1s;
        
    }
    
    .a-back{
        position: absolute;
        background-color:rgb(110, 1, 1);
        z-index: 1;
        top: -1%;
        left: 0;
        width: 0;
        height: 102%;
        
        transition: 1s;
        
    }
    
    .interesse a:hover .a-back{
        width: 100%;
        transition: 1s;
    
    }

    .interesse a:hover .a-text{
       color: white !important;
       transition: 1s;
    
    }
    .parallax {
        /* The image used */
        background-image: url("../img/Extern/ravensburg.jpg");
      
        /* Set a specific height */
        min-height: 500px; 
      
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
    
    

/* .interesse a:hover{
    text-decoration: none;
    color:white;
    border-radius: 45px;
    border: 4px solid rgb(110, 1, 1);
    padding: 1.5%3.5%;
    background-color: rgb(110, 1, 1);
} */



/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .uberschrift{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    }


  @media only screen and (max-width: 915px) {
      
    body{
        width: 100vw;
        
    }    
      .content{
          height: max-content;
          margin-bottom: 10%;
          
          
      }
    .content-container2 {
        width: 70%;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
    .contentbox{
        width: 80%;
        height: auto;
        margin-bottom: 5%;
        padding: 2%;
        box-shadow: none;
    }
    .contentbox:first-child{
        margin-top: 5%;
    }
    .box-img{
        padding: 2%;
    }
    .img{
        min-height: 100% !important; 
        width: 100%;
    }
    .content-container{
        position: relative;
        display: flex;
    }
  }


  @media only screen and (max-width: 1150px) {
    
    

    .beschreibung-bilder{
        overflow-y: scroll;
        
        
    }

    

  }

  @media only screen and (max-width: 775px) {
    
    .bilder-container{
        grid-template-columns: auto;
        
    }
    .img-box{
        
        margin: auto;
    }

  }


  
@media screen and (max-width: 700px) {
    .angebote{
        width: 90%;
        height: 90vh;
        
    }
    .top-angebot{
        flex-direction: column;
        height: 40%
    }

    .beschreibung{
        height: 60%;
    }

    .angebot-box{
        width: 100%;
        height: 25%;
    }

    .img-box{
        width: 120px;
        height: 120px;
    }

    .interesse a{
        width: 90%;
        padding: 4% 0 ;
    }

    .interesse{
        font-size: 1.6rem;
        width: 95%;
        margin-bottom: 200px;
    }


    .beschreibung-container{
        flex-direction: column;

    }

    .beschreibung-text{
        border: none;
        width: 100%;
        min-height: max-content;
        height: 40%;
    }

    .beschreibung-bilder{
        width: 100%;
        height: 60%;
        margin-bottom: 20px;
    }

    .bilder-container{
        margin-bottom: 40px;
        grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
        grid-gap: 1.5rem;
        width: 95%;
        /* display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row; */
    }

    .partner-container{
        justify-content: center;
    }

    }


    @media screen and (max-width: 800px) {
        .angebot-img, .angebot-space{
            display: none;
        }

        .kochevent{
            position: relative;
        }

        .angebot:after{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: center;
            background-size: cover;
            opacity: .3;
            backface-visibility: hidden;

        }

        .kochevent::after{
            background-image: url("../../cooking.jpg");
        }
        .firmenfeier::after{
            background-image: url("../../buffet.jpg");
        }

        .hochzeit::after{
            background-image: url("../../hochzeit.jpg");
        }

        .geburtstag::after{
            background-image: url("../../geburtstag.jpg");
        }


        .angebot-text{
            width: 100%;
            position: relative;
            z-index: 1;
        }
        
        .angebot-back{
            z-index: 1;
        }
        .text-header{
            font-size: 2rem;
        }
       
        }
      

        @media screen and (max-width: 850px){
            .anweisung-container{
                width: 85%;
            }
        }

        @media screen and (max-width: 890px){
            .div1{
                left: 10%;
                top: 30%;
            }
            .div5{
                left: 15%;
            }
            .div3{
                top: 70%;
                right: 20%;
            }
            .div2{
                left: 55%;;
            }
            }

            @media screen and (max-width: 500px){
                .div1{
                    left: 10%;
                    top: 30%;
                }
                .div5{
                    left: 15%;
                    top: 75%;

                }
                .div3{
                    top: 70%;
                    right: 10%;
                }
                .div2{
                    left: 55%;;
                }
                }

                @media screen and (max-width: 400px){
                    .div1{
                        left: 10%;
                        top: 15%;
                    }
                    .div5{
                        left: 8%;
                        top: 75%;
    
                    }
                    .div3{
                        top: 70%;
                        right: 10%;
                    }
                    .div2{
                        left: 55%;;
                    }
                    }