body, html {
  background-color:#E0D4C5;
  color: #172321;
  font-family: 'Oakes', Fallback, serif;
  font-size: 1.5rem;
  font-style: normal;
  margin: 0;
  padding: 0;

}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     box-sizing: border-box;
}

@font-face {
  font-family: 'Oakes';
  src: url('fonts/Oakes-reg.woff') format('woff'); /* Pretty Modern Browsers */
  font-style: normal;
}

@font-face {
  font-family: 'Oakes';
  src: url('fonts/Oakes-ital.woff') format('woff'); /* Pretty Modern Browsers */
  font-style: italic;
}

@font-face {
	font-family: 'OakesGrotesk-Light';
	src: url('fonts/oakes-grotesk-light.woff2') format('woff2'),
	     url('fonts/oakes-grotesk-light.woff') format('woff');
  font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OakesGrotesk-Semi';
	src: url('fonts/oakes-grotesk-semi-bold.woff2') format('woff2'),
	     url('fonts/oakes-grotesk-semi-bold.woff') format('woff');
  font-weight: normal;
	font-style: normal;
}


@font-face {
  font-family: 'Hand';
  src: url('fonts/Esszimmer-Hand.woff2') format('woff2'); /* Pretty Modern Browsers */
  font-style: normal;
}


h1{
  font-size: 2.9vw;
  padding-left: 5px;
  margin-top: 20px;
  white-space: nowrap;
      margin-top: 0.75vw;
}

a{
  color: #172321 ;
}


.h1new{
  font-size: 2.4vw !important;
  margin-top: 0.55vw !important;
}


.thin{
  font-family: 'OakesGrotesk-Light';
}

.semibold{
  font-family: 'OakesGrotesk-semi';
}

em{
   font-family: 'Oakes', Fallback, serif;
}


.flex{
  display: flex;
}

.space{
  justify-content: space-between;
}



.titel p{
  font-size: 1.4rem;
  margin-bottom:20px;
}

.titel1 p{
  font-size: 1.7rem;
  margin-bottom:20px;
  margin-top: 20px;
}


.inhalt p{
  font-size: 0.8rem;
  line-height: 1rem;
}

.menublockstart .inhalt p {
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.menublockstarto .inhalt p {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.speiseplan{
  background-color: #172321;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.speiseplaninner{
  color: #ECE2D5;
  max-width: 90vw;
  margin: 0 auto;
  padding-top: 40px;
}



.container{
  padding: 10px;
}

.orange{
  background-color: #FF7245;
  border: 2px solid #FF7245;
}

.neworange{
  background-color:rgb(255, 86, 29);
  border: 2px solid rgb(255, 86, 29);
}


.newlilac{
  background-color: #937AFF;
  border: 2px solid #ECE1D4;
}


.newlilac p{
  color: #ECE1D4;
}


.neworange-light{
  background-color:rgb(255, 86, 29);
  border: 2px solid rgb(255, 86, 29);
  opacity: 0.5;
}

.neworange-light:hover{
  background-color:rgb(255, 86, 29);
  border: 2px solid rgb(255, 86, 29);
  opacity: 1;
}

.dark{
  border: 2px solid #172321;
}

.semidark{
  border: 2px solid #8b8b8b;
}
.semidark a{
  color: #8b8b8b !important;
}

.darkfont a{
  color: #172321 !important;
}

.rel{
  position: relative;
}


.running{
  width: 100%;
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
}

.running p{
  line-height: 0rem;
  margin: 11px;
  left: -200px;
  position: relative;
  font-size: 0.7em;
}

.carty{
  width: 29px;
  margin-left: 11px;
  margin-right: 12px;
}


.buttons{
}

.button{
  border-radius: 100px;
  padding: 1vw 1.4vw 0.7vw 1.4vw;
  height: fit-content;
  margin-left: 0.8vw;
  width: fit-content;
}

.button p{
  margin: 0;
  font-size: 1.6vw;
  white-space: nowrap;
}


.buttonnew{
  border-radius: 100px;
  padding: 1vw 1.35vw 0.75vw 1.35vw;
  height: fit-content;
  margin-left: 0.5vw;
  width: fit-content;
}

.buttonnew p{
  margin: 0;
  font-size: 1.2vw;
  white-space: nowrap;
}

.buttonnew2{
  border-radius: 100px;
  padding: 0.8vw 1.35vw 0.6vw 1.35vw;
  height: fit-content;
  margin-right: 0.5vw;
  width: fit-content;
}

.buttonnew2 p{
  margin: 0;
  font-size: 1.2vw;
  white-space: nowrap;
}


.special{
  padding: 0vw 1.35vw 0.6vw 1.35vw !important; 
}



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

  .buttonnew {
      border-radius: 100px;
      padding: 3.4vw 2.35vw 2vw 5.35vw;
      height: fit-content;
      margin-left: 0.5vw;
      width: 100%;
      margin-bottom: 5px;
}

.buttons{
  margin-bottom: 50px;
}


.h1new {
  font-size: 4.2vw !important;
  margin-top: 1vw !important;
}

.special{
  padding: 0vw 1.35vw 0.6vw 5.35vw !important;
}

.buttonnew p {
  margin: 0;
  font-size: 6.2vw;
  white-space: nowrap;
}
  
}



.small{
  font-size: 1vw !important;
}

.marker{
  margin-top: -5px;
margin-right: 10px;
width: 1vw;
}

.mob{
  display: none;
}

.desk{
  display: block;
}

.imgholder{
  border-radius: 20px;
  width: 100%;
  height: 40vh;
  min-height: 600px;
  overflow: hidden;
}

.imgholder img{
  object-fit: cover;
  width: 100%;
  height: 40vh;
  min-height: 600px;
}


.flextop{
  display: flex;
  gap: 10px;
  height: 100vh;
}




.part1, .part2{
  width: 50%;
  position: relative;
}

.part2 img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 600px;
  border-radius: 10px;
}

.part1{
  display: flex;
    flex-direction: column;
    gap: 10px;
}

.part1 video{
  object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.part1 img{
  object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.img-left{
  height: 100%;
}


.details{
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  padding: 35px;
}

.details p {
  font-size: 0.5em;
  line-height: 1em;
  margin: 0;
}

.sterntop{
  position: absolute;
  left: 50%;
  top: 30%;
}

.gutes{
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.sterntopnew{
  position: absolute;
  left: 50%;
  top: 30%;
  
}

.gutesnew{
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 100px;
  height: auto;
  min-height: 0;
  object-fit: none !important;
}
@media screen and (max-width: 1330px){

  .details p {
    font-size: 0.4em;
    line-height: 1em;
    margin: 0;
}
  
}

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

  .details p {
    font-size: 0.3em;
    line-height: 1.1em;
    margin: 0;
}
  
}


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

  .flextop {
    display: flex;
    gap: 0px;
    height: 100%;
    flex-direction: column;
}
.part1, .part2{
  width: 100%;
  position: relative;
}
.details p {
  font-size: 0.5em;
  line-height: 1.1em;
  margin: 0;
}
.part1{
    gap: 0px;
}

.part2{
  margin-top: 10px;
}
.part1 img {
  object-fit: cover;
  width: 100%;
  height: 120%;
  border-radius: 10px;
}
  
}



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

  .details{
    display: none;
  }

  .gutesnew{
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100px;
    height: auto;
    min-height: 0;
    object-fit: none !important;
  }

}

@media screen and (max-width: 450px){
  .part1 img {
      object-fit: cover;
      width: 100%;
      height: 90%;
      border-radius: 10px;
  }
  }
  


.textbox{
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.textbox2{
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
}

.textbox h1{
  text-align: center;
  white-space: normal;
  text-transform: uppercase;
}

.textbox h2{
  text-align: center;
  white-space: normal;
}

.textbox2 h2{
  text-align: center;
  white-space: normal;
}

.textbox p{
  text-align: center;
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.3rem;
}

.textbox2  p{
  text-align: center;
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.3rem;
}


.gap{
  grid-gap: 20px;
}


.right{
  font-size: 0.8rem;
  text-align: end;
  margin-top: 12px;
}


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

  .men{
    display: block !important;
    height: auto !important;
  }

  .imgholder {
      border-radius: 8px;
  }

  .men h1 {
    font-size: 1.7rem;
    padding-left: 5px;
    margin-top: 20px;
    white-space: nowrap;
    text-align: center;
    line-height: 0;
    padding-bottom: 8px;
}

.buttons{
  display: block !important;
}

.button{
  margin-left: 0;
  margin-bottom: 5px;
  justify-content: center;
    padding: 10px 10px 4px 10px;
}

.button p{
  text-align: center;
  font-size: 1rem;
}

.small{
  font-size: 3vw !important;
}

.marker{
width: 2vw !important;
}

.mob{
  display: block;
}

.desk{
  display: none;
}


}



@media screen and (max-width: 600px){
  .men{
    display: block !important;
    height: auto !important;
    padding-top:0;
  }


h4{
      margin-top: 2px;

}
  .speiseplan h1{
    font-size: 1rem;
    text-align: center;

  }

  .inhalt p {
      font-size: 1.1rem;
      line-height: 1rem;
      margin-top: 5px;
  }

  .speiseplan {
    padding-top: 55px;

}

  .speiseplan span{
    margin-left: 0px !important;
  }

  .right {
    font-size: 1rem;
    text-align: center;
    margin-top: 12px;
}

  .blockwrapperstart:first-child{
        box-sizing: border-box;
        padding-bottom: 25px;
        width: 100%;
  }

  .blockwrapperstart{
        box-sizing: border-box;
        padding-bottom: 25px;
        width: 100%;
  }


  .space{
    justify-content: space-between;
    display: block !important;
  }

  .gap{
    grid-gap: 20px;
    display: block !important;

  }


  .running p {
    line-height: 0rem;
    margin: 10px;
    left: -200px;
    position: relative;
    font-size: 0.8rem;
}

.carty {
    width: 21px;
    margin-left: 5px;
    margin-right: 5px;
}

  .imgholder {
      border-radius: 8px;
      min-height: 400px;
  }

  .imgholder img {
    min-height: 400px;
}

.textbox p {
  text-align: center;
  font-size: 0.8rem;
  max-width: 400px;
  line-height: 1rem;
}



.textbox {
    padding-top: 30px;

}

  .men h1 {
    font-size: 0.7rem;
    padding-left: 5px;
    margin-top: 10px;
    white-space: nowrap;
    text-align: center;
    line-height: 0;
    padding-bottom: 8px;
}

.buttons{
  display: block !important;
}

.button{
  margin-left: 0;
  margin-bottom: 5px;
  justify-content: space-around;
    padding: 14px 10px 9px 10px;
}

.button p{
  text-align: center;
}

.small{
  font-size: 0.8rem !important;
  margin-top: 5px !important;
  text-align: left !important;
}

.marker{
width: 6vw !important;
margin-top:0px;
}



.sterntop{
  position: absolute;
  left: 50%;
  top: 30%;
  width: 80px;
}

.gutes{
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 220px;
}


.mob{
  display: none;
}

.desk{
  display: block;
}

}





strong{
  color: #FF905F;
  font-family: 'Hand', Fallback, serif;
  font-size: 1.7rem;
  line-height: 24px;
  position: absolute;
  margin-top: 5px;
  margin-left: -8px;
  font-style: normal;
  font-weight: 100;
}













.center{
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
}

.center a{
  color: #ECE2D5;
  text-decoration: none;
}


footer a{
  color: #ECE1D4;
  text-decoration: none;
}

footer{
  font-size: 0.7rem;
  line-height: 1rem;
  position: relative;
  background-color: #1A2321;
  color: #ECE1D4;
  padding: 15px;
  font-family: 'OakesGrotesk-Light';

}

.logofooter{
  width: 140px;
  margin-left: 20px;
  margin-top: 100px;
}

.footerflex{
  display: flex;
  gap: 90px;
  padding: 20px;
  margin-top: 25px;
}

@media screen and (max-width: 840px){
  .footerflex{
    display: flex;
    padding: 20px;
    gap: 70px;
    margin-top: 25px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}




.footerflex span{
  margin-top: 64px;
  position: absolute;
}



.button-footer{
  border-radius: 100px;
  padding: 10px 18px 7px 18px;
  height: fit-content;
  margin-right: 5px;
  width: fit-content;
  border: 1px solid #ECE1D4;
  font-size: 0.9em;
  transition: 0.3s;
  line-height: 44px;
}

.button-footer:hover{
  border-radius: 100px;
  padding: 10px 18px 7px 18px;
  height: fit-content;
  margin-right: 5px;
  width: fit-content;
  border: 1px solid #ECE1D4;
  background-color: #ECE1D4;
  color: #172321;
  font-size: 0.9em;
  transition: 0.3s;
}

.button-footer p{
  margin: 0;
  /* font-size: 1.2vw; */
  white-space: nowrap;
}
.dark{
  border: 2px solid #172321;
}



.stern{
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: rgb(255, 86, 29)  ;
}


.st33{
  fill: rgb(255, 86, 29) !important;
}





.menublockstart{
  background-color: #ECE2D5;
  border-radius: 5px;
  width: 100%;
  min-height: 400px;
  color: black;
  box-sizing:border-box;
  text-align: center;

padding: 20px;
margin-bottom: 20px;
position: relative;
display: flex;
align-items: center;
flex-direction: column;
}

.menublockstart h3{
font-size: 1.1rem;
}

.menublockstart p{
color: black;
}

.menublockstart em{
color: black;
}

.menublockstart img{
  width: 30px;
  height: 30px;
}

.menublockstart .price{
  border: 1px solid black;
  padding: 5px 10px 1px 10px;
  border-radius: 30px;
  margin: 0;
  font-size: 0.5rem !important;
  line-height: 23px;
}




.menublockstart .titel p {
    font-size: 1.7rem;
    margin-bottom: 20px;
    margin-top: 20px;
}

.menublockstart .blockdetails{
  display: flex;
justify-content: space-between;
width: calc(100% - 20px);
bottom:10px;
position: absolute;
}











.menublockstarto{
  background-color: #ECE2D5;
  border-radius: 5px;
  width: 100%;
  min-height: 400px;
  color: black;
  box-sizing:border-box;
  text-align: center;

padding: 20px;
margin-bottom: 20px;
position: relative;
display: flex;
align-items: center;
flex-direction: column;
}

.menublockstarto h3{
font-size: 1.1rem;
}

.menublockstarto p{
color: black;
}

.menublockstarto em{
color: black;
}

.menublockstarto img{
  width: 30px;
  height: 30px;
}

.menublockstarto .price{
  border: 1px solid black;
  padding: 5px 10px 1px 10px;
  border-radius: 30px;
  margin: 0;
  font-size: 0.5rem !important;
  line-height: 23px;
}



.menublockstarto .blockdetails{
  display: flex;
justify-content: space-between;
width: calc(100% - 20px);
bottom:10px;
position: absolute;
}













.menublock{
  background-color: #ECE2D5;
  border-radius: 5px;
  width: 100%;
  height: 295px;
  padding: 10px;
  color: black;
  box-sizing:border-box;
  position: relative;
  text-align: center;
}

.menublock h3{
font-size: 1.1rem;
}

.menublock p{
color: black;
}

.menublock em{
color: black;
}

.menublock img{
  width: 30px;
  height: 30px;
}

.menublock .price{
  border: 1px solid black;
  padding: 5px 10px 1px 10px;
  border-radius: 30px;
  margin: 0;
  font-size: 0.5rem !important;
  line-height: 23px;
}

.menublockwoche .price{
  border: 1px solid black;
  padding: 5px 10px 1px 10px;
  border-radius: 30px;
  margin: 0;
  font-size: 0.5rem !important;
  line-height: 23px;
}

.menublock .titel p{
  font-size: 1.1rem;
  margin-bottom:20px;
}


.menublock .blockdetails{
  display: flex;
justify-content: space-between;
width: calc(100% - 20px);
bottom:10px;
position: absolute;
}


.kopf{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 23px;

}

.wochengerichte .kopf{
  display: flex;
  justify-content: center;
  margin-bottom: 23px;

}

.kopf h4{
  line-height: 0;
  margin-top: 25px;
  font-size: 1.1rem;
    margin-top: 18px;
    color: #ECE2D5;
  }


  .wochengerichte .kopf h4{
    line-height: 0;
    margin-top: 25px;
    font-size: 1.1rem;
      margin-top: 18px;
      color: black;
    }


.blockwrapper{
  width: 32.5%;
      box-sizing: border-box;
      padding-bottom: 25px;

}





.day{
  font-size: 0.5rem;
  width: 100%;
  border: 1px solid #ECE2D5;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 10px;
  font-style: italic;

}




.day p{
  margin: 6px 6px 3px 6px;
  text-transform: uppercase;
  color: #ECE2D5;
}


.day1 {
    font-size: 0.6rem;
    width: 100%;
    border: 1px solid #ECE2D5;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 10px;
    font-style: italic;
}
.day1 p{
margin: 11px 6px 7px 11px;
  text-transform: uppercase;
  color: #ECE2D5;
}

.main{
  display: flex;
flex-flow: wrap;
justify-content: space-between;
position: relative;
}


.menublockw{
  background-color: #172321;
  border-radius: 20px;
  width: 100%;
  height: calc(50% - 47px);
  padding: 20px;
  color: black;
  box-sizing:border-box;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  color: white;

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

.menublockw h3{
font-size: 1.6rem;
}

.menublockw p{
color: white;
}

.menublockw em{
color: white;
}
.menublockw img{
  width: 40px;
}





.menublockwoche{
  background-color: #ECE2D5;
  border-radius: 5px;
  width: 100%;
  min-height: 340px;
  color: black;
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.menublockwoche h3{
font-size: 1.6rem;
}

.menublockwoche p{
color: #172321;
}

.menublockwoche em{
color: #172321;
}
.menublockwoche img{
  width: 40px;
}

.menublockwoche .hand{
color: #172321 !important;
}






.blockcontent{
  padding-bottom: 60px;
}

.blockdetails{
  display: flex;
justify-content: space-between;
width: calc(100% - 40px);
bottom:20px;
position: absolute;
}

.price{
  border: 1px solid white;
  padding: 10px 10px 6px 10px;
  border-radius: 30px;
  margin: 0;
  font-size: 0.7rem !important;
  line-height: 22px;
}




.head{
  color: #9e87ff;
  position: absolute;
  font-size: 1.5rem;
  line-height: 0px;
  left: 10px;
}

.hand{
  color: #FF905F !important;
  font-family: 'Hand', Fallback, serif;
  line-height: 22px;
  font-size: 0.5rem;
  width: 85%;
  margin: 0 auto;
  line-height: 0.7rem;
}

.handy{
  color: #FF7245 !important;
  font-family: 'Hand', Fallback, serif;
  line-height: 22px;
  font-size: 0.8rem;
  width: 85%;
  margin: 0 auto;
  line-height: 0.7rem;
}

#hand{
  cursor: move;
  cursor: n-resize;
  margin-bottom:0px;
  width: 90px;
  height: 30px;
  padding: 0.5em;
  float: left;
  margin: 0 5px 5px 0;
}

.draggable {
    width: 90px;
    height: 90px;
    padding: 0.5em;
    float: left;
    margin: 0 10px 10px 0;
}
#draggable, #draggable2 {
    margin-bottom:20px;
}
#draggable {
    cursor: n-resize;
}
#draggable3 {
    cursor: move;
}
#containment-wrapper {
    width: 700px;
    height:500px;
    border:1px solid #000;
    padding: 5px;
}
h3 {
    clear: left;
}


#print{
  position: absolute;
  right: 10px;
  padding: 15px;
  border: 2px solid #9e87ff;
  background-color: white;
  border-radius: 40px;
  z-index: 999;
  margin-top: 10px;
  color: #9e87ff;
  font-size: 0.8rem;
}




#print:hover{
background-color: #9e87ff;
border: 2px solid #9e87ff;
cursor: pointer;
color: white;
}

#printarea{
  background-color: #172321;
width: 100%;
height: 100%;
display: flex;
margin 0 auto;
}


.tagesgerichte{
  width: 65vw;
  padding: 18px;

}

.wochengerichte{
  background-color: #FF905F;
  width: 35vw;
  padding: 18px;
}

.wochengerichte h1{
  color: black;
  font-size: 1rem;
}


#logo, .men, .rel, .sterntop, .gutes, .textbox{
  opacity: 0;
}



.no-events{
  text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.no-events > div{
  scale: 0.5;
  margin-bottom: -20px;
  width: fit-content;
  text-wrap: nowrap;
}

.no-events a{
  text-decoration: none;
}

.no-events img{
  scale: 0.6;
}

.no-events p{
  font-size: 0.7em;
}

.events{
  display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 50px;
    max-width: 90vw;
}

.events-empty{
  display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 50px;
    max-width: 90vw;
}

.event{
  background-color: #FF6633 ;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}

.sternsmall{
  width: 40px !important;
  height: 40px;
  object-fit: none;
  position: absolute;
  right: -14px;
  top: -16px;
}

.event .date{
  background-color: #ECE2D5;
  margin-top: -6px;
}

.event .date p{
  background-color: #ECE2D5;

}

.title p{
  text-transform: uppercase;
  background: none !important;
  font-size: 1.4rem;
  margin-bottom: 0px;
  min-width: 100%;
}

.title{
  width: 100%;
}

.event .imgcontainer{
  aspect-ratio: 1/1;
  position: relative;
}

.event .date p{
  width: max-content;
  margin: 0px 0px 0px -60px;
  padding: 14px 0px 10px 0px;
  font-size: 0.8rem;
}

.event .tags{
  display: flex;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px;
  gap: 5px;
  flex: 1;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;

}

.event .tags div{
  border: 1px solid black;
  border-radius: 30px;
  text-transform: uppercase;
  list-style: none;
  padding: 11px 16px 8px 16px;
  color: #172321;
  font-size: 0.6rem;
  /* white-space: nowrap; */
  min-width: fit-content;
}

.ticketlink div{
    background-color: #172321;
    border-radius: 10px;
    margin: 15px;
    padding: 20px 15px 15px 15px;
    font-size: 0.9rem;
}


.events h2{
  font-family: 'OakesGrotesk-Light';
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;

}


.overlay{
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  text-align: center;
  z-index: 99;
  width: 100%;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
}



.event img{
  width: 100%;
    aspect-ratio: 1/1;
object-fit: cover;
}

.event p{
  background-color: white;
  border-radius: 30px;
  padding: 20px;
  width: fit-content;
  padding: 17px 26px 12px 26px;
  position: relative;

}

.bottom{
  display: inline-flex;
  align-items: end;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}



@media screen and (max-width: 1150px){
  .events{
      display: grid;
      grid-template-columns: repeat(2,1fr);
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      padding-bottom: 50px;
      max-width: 90vw;
  }
  .title p{

    font-size: 1.2rem;
  }

}


@media screen and (max-width: 800px){
  .events{
      display: grid;
      grid-template-columns: repeat(1,1fr);
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      padding-bottom: 50px;
      max-width: 90vw;
  }

  .textbox2 h2{
    font-size: 1.3rem;
  }
  .textbox2{
    padding-top: 30px;
  }
  .event .tags div{
    padding: 7px 8px 6px 8px;
    font-size: 0.4rem;
  }
  .event .date p{
    font-size: 0.6rem;
  }
}


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

  .event p{
    padding: 20px;
    width: fit-content;
    padding: 17px 26px 12px 26px;
    position: relative;
    font-size: 0.8rem;

  }

  .title p{

    font-size: 1.4rem;
    margin-bottom: 0px;
    min-width: 100%;
  }
}



.locationgallery{
  display: block;
}

.locationgallery img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rowtop, .rowbottom{
  display: flex;
  width: 100%;
  min-height: 500px;
  height: 70vh;
}

.row70{
  width: 60%;
}

.row30{
  width: 40%;
}

.row33{
  width: 33.33%;
}



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

  .locationgallery img{
    object-fit:  fill;
    width: 100%;
    height: 100%;
    padding-bottom: 7px;
  }

  .rowtop, .rowbottom{
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100%;
  }


  .rowtop div, .rowbottom div{
    padding:7px 14px 7px 14px;
    margin: 0px;
    font-size: 0px;
  }

  .row70{
    width: 100%;
  }

  .row30{
    width: 100%;
  }

  .row33{
    width: 100%;
  }
}



.modal-reservierung{
  background-color: #937AFF;
  width: calc(100% - 20px);
  height: auto;
  border-radius: 10px;
  padding: 30px;
  left: 10px;
  position: absolute;
  top: 419px;
  z-index: 999;
  display: none;
}

#resevierungmodal{
  cursor: pointer;
}

#close{
  cursor: pointer;
}
.close{
  position: absolute;
  right: 30px;
  top: 30px;
}

.form-wrapper {
  display: flex;
  width: 100%;
}

.form-wrapper > div{
  width: 50%;
}

.first .full-input{
  display: inline-block;
  width: auto;
  width: 100%;
  min-width: 10px;
}


.full-input-datenschutz{
    width: 85%;
    
}

.full-input-datenschutz a{
  color: #e0d3c5;
  
}


.error { border: 2px solid red !important; }
.disabled { opacity: 0.5; cursor: not-allowed; }

#submit{
  margin-top: 10px;
  font-size: 0.6em;
  background-color: #e0d3c5;
  color: #937AFF;
  cursor: pointer;
}

.pakete .full-input {
  display: inline-block;
  width: 50%;
  position: relative;
}

.pakete > div {
  cursor: pointer;
}

.pakete > div:hover {
  background-color: #542AE5;
}

.first input{
  font-size: 24px;
}

.disabled{
  background-color: #A387FE !important;
  color: #937AFF;
  cursor: not-allowed !important;
}


#thanks{
  display: block;
    color: antiquewhite;
    /* margin: 0 auto; */
    font-size: 0.5em;
    /* text-align: center; */
    padding-top: 30px;
}


.full-input {
    /* display: inline-block; */
    padding: 19px;
    border: none;
    background-color: #A387FF;
    border-radius: 20px;
    color: #E0D4C5;
    width: 90%;
    margin-bottom: 13px;
}
input {
  outline: none;
  border: none;
  display: block;
  line-height: 1.2em;
  margin-top: 5px;
  font-size: 14pt;
  background: transparent;
  color: #E0D4C5;
}

textarea{
  background: transparent;
  border: none;
  user-select: none;
  width: 100%;
  min-height: 80px;
  margin-top: 15px;
  color: #E0D4C5;
font-family: 'Oakes', Fallback, serif;
font-size: 14pt;
-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    resize: none; /*remove the resize handle on the bottom right*/
}

textarea:focus{
  border: 0 none #FFF;
  overflow: scroll;
  outline:none;
}

label {
  display: block;
  font-size: 12px;
  color: #E0D4C5;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #A387FF inset !important;
    -webkit-text-stroke-color: #A387FF !important;
    -webkit-text-fill-color: #E0D4C5 !important;
    width: inherit;
}

.quantity {
  /* position: absolute; */
  min-width: 140px;
  /* margin-left: 15px; */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
    /* width: 45px; */
    /* height: 42px; */
    /* line-height: 1.65; */
    float: left;
    display: block;
    padding: 0;
    /* margin: 0; */
    /* padding-left: 20px; */
    border: none;
    /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08); */
    /* font-size: 1rem; */
    /* border-radius: 4px;*/
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: right;
  position: relative;
  height: 36px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border: none;
    border: 0px;
    width: 21px;
    text-align: center;
    padding: 0;
    background: none;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: url(/images/arrow.svg);
    background-repeat: no-repeat;
}

.quantity-button:active {
  background:none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transform-origin: left;
  margin-top: -10px;

}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
  font-family: "FontAwesome";
  border-radius: 0 0 4px 0;
}


.pakete{
  display: flex;
  gap: 10px;
}

.pakete .container{
  background-color: #A387FF;
  transition: .5s;
  width: 46%;
}

.pakete .container:hover{
  background-color: #552ae5;
  transition: .5s;
  cursor: pointer;
}



.selected{
  background-color: #552ae5 !important;
  transition: .5s;
  cursor: pointer;
}



form{
  display: flex;
  width: 100%;
  gap:50px;
}

form > input{
  width: 100%;
}

form > div{
  width: 50%;
}

.customlabel{
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #E0D4C5;
}


.introtext{
  font-size: 27px;
  line-height: 30px;
  color: #E0D4C5;
}

.introtext-sub{
  font-size: 17px;
  line-height: 22px;
  color: #E0D4C5;
}




.pakhead{
  display: flex;
  justify-content: space-between;
}

.pakhead p{
  margin: 0;
}

.pakhead > .introtext{
  font-size: 30px;
}


.containerx li{
  list-style: disc;
  margin: 0;
  padding: 0;
}

.containerx ul{
  font-size: 20px;line-height: 24px;
  margin: 0;
  padding: 0;
}


@media screen and (max-width: 1200px){
  .containerx ul {
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-size: 0.13em;
}
}


.flex-form{
  display: flex;
}

@media screen and (max-width: 1000px){
  form{
    display: block;
    width: 100%;
    gap:0px;
  }
  
  form > input{
    width: 100%;
  }
  
  form > div{
    width: 100%;
  }
  .containerx ul {
    font-size: 20px;
}
.full-input {
  width: 100%;
}


}



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

.pakhead > .introtext {
  font-size: 21px;
  line-height: 21px;
}

.modal-reservierung {

  padding: 10px;

}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.buttons-form .buttonnew2 p {
  margin: 0;
  font-size: 4.2vw;
  white-space: nowrap;
}

.pakete {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.pakete .full-input {
  display: inline-block;
  width: 100%;
  position: relative;
}

}




.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}










.round-checkbox + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.round-checkbox + label:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

.round-checkbox:checked + label:before {
  transform: scale(1);
}






.ui-widget-content {
  border: 1px solid #dddddd !important;
  background: #A387FE !important;
  color: #ECE1D4 !important;
  scale: 0.7 !important;
  border-radius: 7px !important;
}

.ui-widget-header {
  border: 0px !important; 
  background: none !important;
  color: #ECE1D4 !important;
  font-weight: normal !important;
}

.ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0px !important;
  background: #6150ad !important;
  font-weight: normal !important;
  color: #937AFF !important;
  border-radius: 5px !important;
}


.ui-state-active, .ui-state-active, .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #FF551E !important;
  color: #6150ad !important;
}

.additional-fields{
  display: grid;
}

.containerpay{
  font-size: 30px;
}

.containerpay:hover{
  background-color: #542ae5;
  cursor: pointer;
}

.gridy{
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: space-between;
}


input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.checkbox-round {
  width: 1.5em;
  height: 1.2em;
  background-color: #E0D3C5;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #542ae5;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  margin-right: 20px;
  font-size: 0.7rem;
}

.checkbox-round:checked {
  background-color: #542ae5;
}


.second{
  margin-top: 65px;
}


.produzenten{
  font-size: 0.4em;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  display: flex;
  flex-wrap: wrap;
}

.produzenten li{
  list-style: none;
  font-family: 'OakesGrotesk-Light';
}


.drei{
  display: flex;
  max-width: 90vw;
  margin: 0 auto;
  justify-content: center;
  gap: 25px;
  margin-bottom: 25px;
}

.drei .cont{
  overflow: hidden;
  background-color: #542ae5;
  border-radius: 9px;
  width: 100%;
  aspect-ratio: 9/11;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.drei .cont h3{
  text-align: center;
  font-size: 0.8em;
  position: absolute;
  padding: 30px;
  z-index: 9;

}

.drei .cont a{
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 30px;
  z-index: 9;
}

.drei .cont .light{
  color: #E0D3C5;
}

.drei .cont .darky{
  color: #172321;
}


/* @media screen and (max-width: 450px){

  .drei .cont .darky{
    color: #E0D3C5;
  }
} */


.drei .cont img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}


.drei .cont img:hover{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  scale: 1.02;
  z-index: 0;
}



@media screen and (max-width: 1000px){
  .drei{
    display: flex;
    max-width: 90vw;
    margin: 0 auto;
    justify-content: center;
    gap: 25px;
    margin-bottom: 25px;
    flex-direction: column;
  }
  .drei .cont h3 {
    /* font-size: 1.5em; */
}
.drei .buttonnew{
  border-radius: 100px;
  padding: 2vw 2.35vw 1vw 2.35vw;
    height: fit-content;
  margin-left: 0.5vw;
  width: fit-content;
}
.drei .buttonnew p {
  margin: 0;
  font-size: 5vw;
  white-space: nowrap;
}
.drei .cont{
  aspect-ratio: 10/11;
}
.drei .cont a {
  padding: 55px;
}
h1 {
  font-size: 5.9vw;
}
}






@media screen and (max-width: 400px){
.drei .cont h3 {
    font-size: 1.1em;
}
}






.drei-2{
  display: flex;
  max-width: 90vw;
  margin: 0 auto;
  justify-content: center;
  gap: 25px;
  margin-bottom: 100px;
}


@media screen and (max-width: 888px){
  .drei-2 {
    display: flex;
    max-width: 90vw;
    margin: 0 auto;
    justify-content: center;
    gap: 25px;
    margin-bottom: 100px;
    flex-direction: column;
  }
}

@media screen and (max-width: 850px){
  .drei-2{
    display: flex;
    max-width: 90vw;
    margin: 0 auto;
    justify-content: center;
    gap: 25px;
    margin-bottom: 100px;
  }
}




.drei-2 p{
  font-size: 0.6em;
  font-family: 'OakesGrotesk-Light';
}



.imgcont{
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}

.imgcont img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  
}

.imgcont img:hover {
  webkit-filter: blur(4px); /* Chrome, Safari, Opera */
  filter: blur(4px);
}



.drei-2 .cont{
    /* overflow: hidden; */
    border-radius: 9px;
    width: 100%;
    /* position: relative; */
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-evenly; */

}

.drei-2 .cont h3{
    /* text-align: center; */
    font-size: 0.7em;
    /* position: absolute; */
    /* padding: 30px; */

}

.drei-2 .cont a{
    /* padding: 30px; */
    font-size: 0.6em;
    z-index: 9;
    text-decoration: none;

}

.drei-2 .buttonnew{
  border-radius: 100px;
  padding: 4px 13px 7px 14px;
  height: fit-content;
  margin-right: 6px;
  margin-left: 0px;
  transition: 0.2s;
  width: fit-content;
  float: left;
  margin-bottom: 8px;
}



/* .drei-2 .dark:hover{
  border-radius: 100px;
  padding: 4px 13px 7px 14px;
  height: fit-content;
  margin-right: 6px;
  margin-left: 0px;
  width: fit-content;
  float: left;
  background-color: #172321;
  transition: 0.2s;
  color: #E0D3C5;
} */



.drei-2 .cont .light{
  /* color: #E0D3C5; */
}

.drei-2 .cont .darky{
  color: #172321;
}




/* .drei-2 .cont img:hover{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  scale: 1.02;
  z-index: 0;
} */
















.zwei{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: 90vw;
  margin: 0 auto;
  margin-bottom: 100px;
}

/* .zwei .cont{
  overflow: hidden;
  background-color: #542ae5;
  border-radius: 9px;
  width: 100%;
  aspect-ratio: 9/11;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
} */


  .left-column, .right-column {
    flex: 1;
}

.right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}




.right-column .cont-text {
  background-color: #937aff;
  margin-bottom: 25px;
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
}


.right-column .cont-text h3{
  font-size: 0.7em;
  padding: 40px;
  margin: 0;
  color: #E0D3C5;
}

.card{
  width: 50px;
  margin-right: 40px;
  height: auto !important;
  object-fit: unset !important;
}





.right-column .cont-flex {
  /* flex-grow: 1;
  background-color: lightgreen;
  overflow: hidden;
  border-radius: 9px; */
  flex-grow: 1;
  background-color: lightgreen;
}

.conti {
  overflow: hidden;
  border-radius: 9px;
 
}









.grid-container {
  display: flex;
  max-width: 90vw;
  margin: 0 auto;
  gap: 20px;
  margin-bottom: 100px;
}


.left-column, .right-column {
  flex: 1;
}

.left-column img{
  border-radius: 9px;
  aspect-ratio: 1/1;
}

.right-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.right-column .top-div {
  height: 100px;
}

.right-column .bottom-div {
  flex-grow: 1;
  border-radius: 9px;
  overflow: hidden;
  aspect-ratio: 4/1;
}


.right-column .bottom-div img {
  width: 100%;
}

.grid-container img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}




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

 
.grid-container {
    display: flex;
    max-width: 90vw;
    margin: 0 auto;
    gap: 20px;
    flex-direction: column;
}
.right-column .cont-text h3 {
  font-size: 0.35em;
  padding: 40px;
  margin: 0;
  color: #E0D3C5;
}

.right-column .bottom-div {
  flex-grow: 1;
  border-radius: 9px;
  overflow: hidden;
  aspect-ratio: unset;
}
  
.left-column{
  flex: 1;
  height: 60vh;
}
}






.fullwidth{
  background-image: url("/images/lena.jpg");
  /* margin-bottom: 100px; */
  background-position: center;
  }

.fullwidth .inner{
  max-width: 90vw;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.textcontainer-fullwidth{
  background-color: #9480FF;
  border-radius: 15px;
  color: #E0D3C5;
  width: 40vw;
  min-width: 400px;
  padding: 50px;
}

.textcontainer-fullwidth h2{
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 45px;
}


.textcontainer-fullwidth p{
  font-size: 0.6em;
  font-family: 'OakesGrotesk-Light';
  line-height: 1.2em;
  padding-bottom: 30px;
}


@media screen and (max-width: 1024px){
  .fullwidth {
    background-image: url(/images/lena.jpg);
    margin-bottom: 0px;
    background-position: left;
}
.textcontainer-fullwidth {
  width: 60vw;
  min-width: 400px;
  padding: 50px;
  margin: 0 auto;
}
}


@media screen and (max-width: 800px){
  .fullwidth {
    background-position: center;
}
.textcontainer-fullwidth {
  width: 90vw;
  min-width: 0px;
  padding: 25px;
  margin: 0 auto;
}
}

.button-cage{
  display: inline-flex;
  gap: 8px;
}

.fullwidth .buttonnew{
  border-radius: 100px;
  padding: 4px 13px 7px 14px;
  height: fit-content;
  margin-right: 6px;
  margin-left: 0px;
  transition: 0.2s;
  width: fit-content;
  border: 1px solid #E0D3C5;
}

.textcontainer-fullwidth p{

    font-size: 0.6em;
    font-family: 'OakesGrotesk-Light';

}


.fullwidth a{
  /* padding: 30px; */
  font-size: 0.6em;
  z-index: 9;
  text-decoration: none;
  color: #E0D3C5;

}





.spec{
  color: #FF551E;
    font-size: 0.6em;
    border: 1px solid #FF551E;
    border-radius: 15px;
    padding: 7px 12px 5px 12px;
    /* margin-top: -6px; */
    /* line-height: 22px; */
    position: absolute;
    margin-top: -5px;
    margin-left: 10px;
}

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

  .spec{
    color: #FF551E;
      font-size: 0.6em;
      border: 1px solid #FF551E;
      border-radius: 15px;
      padding: 7px 12px 5px 12px;
      /* margin-top: -6px; */
      /* line-height: 22px; */
      position: relative;
      margin-top: 10px;
      margin-left: 0px;
      width: fit-content;
  }

  .h3spec{
    display: flex;
      flex-direction: column;
  }
  
}










        /* Overlay */
        .popup-overlay {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          /* background-color: rgba(0, 0, 0, 0.7); */
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 9999;
          animation: fadeIn 0.3s ease;
      }

      /* Popup Container */
      .popup-container {
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
          max-width: 500px;
          width: 90%;
          position: relative;
          animation: slideIn 0.4s ease;
          overflow: hidden;
          border-radius: 20px;
          text-align: center;
      }

      /* Header with pattern */
      .popup-header {
         
      }

      .popup-header h2 {
          font-size: 50px;
          text-transform: uppercase;
      }

      .popup-header .subtitle {
          color: #ccc;
          font-size: 14px;
          letter-spacing: 1px;
      }

      /* Close button */
      .close-btn {
          position: absolute;
          top: 15px;
          right: 15px;
          width: 30px;
          height: 30px;
          background: none;
          border: none;
          cursor: pointer;
          transition: transform 0.2s ease;
      }

      .close-btn:hover {
          transform: rotate(90deg);
      }

      .close-btn::before,
      .close-btn::after {
          content: '';
          position: absolute;
          width: 20px;
          height: 2px;
          background-color: black;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
      }

      .close-btn::before {
          transform: translate(-50%, -50%) rotate(45deg);
      }

      .close-btn::after {
          transform: translate(-50%, -50%) rotate(-45deg);
      }

      /* Content */
      .popup-content {
      
      }

      .popup-content p {
          font-size: 20px;
          padding:30px;
          white-space: normal;
          text-transform: uppercase;

      }

      .popup-content .dates {
          font-weight: 600;
          color: #000;
          font-size: 20px;
          margin: 20px 0;
      }

      .popup-content .greeting {
          font-style: italic;
          color: #666;
          margin-top: 25px;
      }

      .popup-content .signature {
          font-weight: 600;
          color: #1a1a1a;
          margin-top: 30px;
          font-size: 16px;
          letter-spacing: 1px;
      }

      /* Sun icon decoration */
      .sun-icon {
          width: 60px;
          height: 60px;
          margin: 0 auto 20px;

      }

      .sun-icon::before {
        content: '☀';
        font-size: 50px;
        color: #ffb400;
        position: absolute;
        margin-top: 12px;
        /* top: 50%; */
        /* left: 50%; */
        /* transform: translate(-50%, -50%); */
        animation: rotate 20s linear infinite;  }

      /* Animations */
      @keyframes fadeIn {
          from {
              opacity: 0;
          }
          to {
              opacity: 1;
          }
      }

      @keyframes slideIn {
          from {
              transform: translateY(-30px);
              opacity: 0;
          }
          to {
              transform: translateY(0);
              opacity: 1;
          }
      }

      @keyframes rotate {
          from {
              transform: translate(-50%, -50%) rotate(0deg);
          }
          to {
              transform: translate(-50%, -50%) rotate(360deg);
          }
      }

      /* Mobile Responsive */
      @media (max-width: 600px) {
          .popup-container {
              width: 95%;
              margin: 10px;
          }

          .popup-header h2 {
              font-size: 30px;
          }

          .popup-content {
              /* padding: 30px 20px; */
          }

          .popup-content p {
              font-size: 16px;
          }

          .popup-content .dates {
              font-size: 18px;
          }

          .sun-icon::before {
              font-size: 40px;
          }
      }

      /* Demo content */
      .demo-content {
          max-width: 800px;
          margin: 50px auto;
          padding: 20px;
          background: white;
          border-radius: 8px;
          box-shadow: 0 2px 10px rgba(0,0,0,0.1);
      }

      .demo-content h1 {
          color: #1a1a1a;
          margin-bottom: 20px;
      }

      .demo-content p {
          color: #666;
          line-height: 1.6;
          margin-bottom: 20px;
      }

      .show-popup-btn {
          background-color: #1a1a1a;
          color: white;
          border: none;
          padding: 12px 30px;
          font-size: 16px;
          border-radius: 4px;
          cursor: pointer;
          transition: background-color 0.3s ease;
      }

      .show-popup-btn:hover {
          background-color: #333;
      }

      /* Hide popup initially for demo */
      .popup-overlay.hidden {
          display: none;
      }