#popup {
   position: fixed;
   bottom: 81px;
   right: 17px;
   width: 450px;
    right: 17px;
    
   height: 450px;
   background-color: #f7f9ef;
   border-radius: 10px;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
   display: none;
    z-index: 9999;

padding: 0rem; border: 8px solid #45ACDB;
margin:0 auto;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
border-radius: 22px;
background: #fff;
box-sizing: border-box;
}

#popup:after{
content: '';
position: absolute;
border-style: solid;
border-width: 27px 17px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
bottom: -27px;
right: 17px;}

#popup:before{
content: '';
position: absolute;
border-style: solid;
border-width: 33px 23px 0;
border-color: #45ACDB transparent;
display: block;
width: 0;
z-index: 0;
bottom: -40px;
right: 11px;}

.popup-content {
   position: relative;
   margin: 0px;
    padding: 31px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    
}

.close-button {
   position: absolute;
   top: 0;
   right: 0;
   padding: 10px;
   cursor: pointer;
    color: lightgrey;
    z-index: 9999;
}

.close-button:hover{
    color: #000000;
}

#duckster{
    
    position: absolute;
    width: 150px;
    height: auto;
    left: 10px;
    top: 66%;
    transition: top 0.5s;
    animation: shake 3.3s ease-in-out infinite 1s;
}
          
@keyframes shake {


    6%, 15%, 24% {
        transform: translateX(-5px) rotate(-3deg);
    }
    3%, 12%, 21% {
        transform: translateX(5px) rotate(3deg);
    }
    0%, 9%, 18%, 25%, 100% {
        transform: translateX(0) rotate(0);
    }
   
}        
          
#duckster:hover{
    top: 39%;
    animation: none;
          }

.text-bewertung{
    font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
  font-style: italic;
  font-size: 1.5em; /* Verwenden von vw für die Textgröße */
  text-align: left;
    margin: 17px 0 0 11px;
    padding-top: 17px;
          }

/* RATING */
          
.rating {
  display: flex;
  flex-direction: row-reverse;
    justify-content: center;
  gap: 7px;
  --stroke: #666;
  --fill: #ffc73a;
    position: absolute;
    left: 0;
    margin: 11px 0 0 21px;
}

.rating input {
  appearance: unset;
}

.rating label {
  cursor: pointer;
}

.rating svg {
  width: 40px;
  height: 40px;
  overflow: visible;
  fill: transparent;
  stroke: var(--stroke);
  stroke-linejoin: bevel;
  stroke-dasharray: 12;
  animation: idle 4s linear infinite;
  transition: stroke 0.2s, fill 0.5s;
}

@keyframes idle {
  from {
    stroke-dashoffset: 24;
  }
}

.rating label:hover svg {
  stroke: var(--fill);
}

.rating input:checked ~ label svg {
  transition: 0s;
  animation: idle 4s linear infinite, yippee 0.75s backwards;
  fill: var(--fill);
  stroke: var(--fill);
  stroke-opacity: 0;
  stroke-dasharray: 0;
  stroke-linejoin: miter;
  stroke-width: 8px;
}

@keyframes yippee {
  0% {
    transform: scale(1);
    fill: var(--fill);
    fill-opacity: 0;
    stroke-opacity: 1;
    stroke: var(--stroke);
    stroke-dasharray: 10;
    stroke-width: 1px;
    stroke-linejoin: bevel;
  }

  30% {
    transform: scale(0);
    fill: var(--fill);
    fill-opacity: 0;
    stroke-opacity: 1;
    stroke: var(--stroke);
    stroke-dasharray: 10;
    stroke-width: 1px;
    stroke-linejoin: bevel;
  }

  30.1% {
    stroke: var(--fill);
    stroke-dasharray: 0;
    stroke-linejoin: miter;
    stroke-width: 8px;
  }

  60% {
    transform: scale(1.2);
    fill: var(--fill);
  }
}

          
          
          
          
          
          
          

 .div1 {
  position: absolute;
  width: 100%;
  height: 27%;
  top: 0;
  left: 0;
  background-color: transparent;
     z-index: 3;
     border-radius: 11px;
     padding: 11px 0 0 7px;
     margin-top: -3px;
     text-align: left;
     box-sizing: border-box;
}

.div2 {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: transparent;
    border-radius: 11px;
}

.div3 {
  position: absolute;
  width: 60%;
  height: 50%;
  bottom: 23%;
  left: 0;
  background-color: transparent;
    border-radius: 11px;
    padding: 17px 0;
    overflow-x: visible;
}

.div4 {
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;
  right: 0;
  background-color: #c1c1c1;
    background: #FFFFFF;
box-shadow: 0px -3px 9px rgba(0, 0, 0, 0.33);
border-radius: 11px;
    padding: 7px 0 0 0;   
    text-align: left;
}  
          


          
.titel-popup {
  --fontcolor-ente: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  color: var(--fontcolor-ente);
  font-style: italic;
  font-size: 70px;
  text-align: left;
  max-width: 99%;
  display: inline-block; /* Ändere von 'inline' auf 'block' */
  margin-bottom: -30px; /* Füge den Abstand zwischen den Zeilen hinzu */
}

.gbr {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--fontcolor-ente);
  font-style: italic;
  font-size: 27px;
  text-align: center;
  max-width: 90%;
  display: inline-block; /* Ändere von 'inline' auf 'block' */
}

.titel-namen {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #666;
  font-style: italic;
  font-size: 18px;
  text-align: center;
  max-width: 99%;
  display: inline-block; /* Ändere von 'inline' auf 'block' */
    margin-left: 3px;
} 
          
          
          
          
.button-send {
    font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;



    display: inline;
  font-size: 20px;
  background: #45ACDB;
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
    position: absolute;
    right: 21px;
    top: 42px;
    
    height: 42px;
    width: 111px;
        z-index: 1;
}
          
.buttonblock {
  background: #fff;
    opacity: 0.66;
    z-index: 9999;
  display: flex;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
    position: absolute;
    right: 21px;
    top: 42px;
    
    height: 42px;
    width: 111px;
    cursor: not-allowed;
}
          

.button-send span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}

.button-send svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

.button-send:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.button-send:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

.button-send:hover span {
  transform: translateX(5em);
}

.button-send:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}


.gbr-beschreibung {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 20px;
  text-align: left;
  margin-left: 6px;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
}

.gbr-beschreibung p {
  margin-bottom: 10px;
}

.gbr-beschreibung ul {
  padding-left: 30px;
  list-style-type: none;
  margin-bottom: 20px;
}

.gbr-beschreibung li {
  margin-bottom: 10px;
  position: relative;
}

.gbr-beschreibung li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #45ACDB;
}
