.iris1 {
    margin: 0px;
    padding: 0px;
    background-image: url("img/slideshow/PraeziBahnTiere.jpg");
    background-repeat: no-repeat;
    height: 40vh;
    background-size: cover;
}

.iris2 {
    margin: 0px;
    padding: 0px;
    background-image: url("img/slideshow/Perkussionswaffen.jpg");
    background-repeat: no-repeat;
    height: 40vh;
    background-size: cover;
}

.iris3 {
    margin: 0px;
    padding: 0px;
    background-image: url("img/slideshow/SK-VfS-Maulbronn.jpg");
    background-repeat: no-repeat;
    height: 40vh;
    background-size: cover;
}

.iris4 {
    margin: 0px;
    padding: 0px;
    background-image: url("img/sf.PNG");
    background-repeat: no-repeat;
    height: 40vh;
    background-size: cover;
}

.boxCarousel{
    background-color: rgba(255,255,255,.9);
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}

.nav-element{
    color: #0075a9; 
    min-height: 50px; 
    padding-top: 1px;
    margin-top: 50px;
}

.dropdown-trigger{
    color: #0075a9; 
    height: 50px; 
    padding-top: 1px;
    margin-top: 50px;
}

.footer-drk{
    border-top-style: solid;
    border-color: rgb(185, 185, 185);
    border-width: 1px;
    
}

.icon-color{
    background-color: #1b5e20;
}




.header {
    background-color: #f0f0f0;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.title {
    color: #1b5e20;
    text-align: center;
    font-size: 48px;
}

.termin_date {
    text-align: center;
}

.form-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 60%;
    margin: 0 auto;
}

.form-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_title {
    color: #1b5e20;
    text-align: center;
    margin-bottom: 40px;
}

.form-container label {
    /* display: block; */
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.form-container input[type="text"],
.form-container input[type="number"],
.form-container input[type="password"],
.form-container input[type="email"],
.form-container input[type="date"],
.form-container textarea,
.form-container select {
    font-size: 1.2rem !important; 
    padding: 0.5rem !important;
    border-radius: 0.5rem !important;
    border: 1px solid #88cc88 !important;
    margin-bottom: 0.5rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.form-container textarea {
    padding: 0.7rem !important;
}

.form-container select {
    display: block;
    /* margin-top: 12px; */
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.checkbox-container input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #88cc88;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px;
    opacity: inherit;
    pointer-events: all;
}

.checkbox-container label {
    margin-left: 40px;
    margin-top: 3px;
    font-size: 1.2rem;
}

.missing-selection {
    border: 2px solid #ff0000 !important;
}


.checkbox-container input[type="checkbox"]::before {
    content: "\2713";
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    height: 20px;
    width: 20px;
    background-color: #88cc88;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
}

.checkbox-container input[type="checkbox"]:checked::before {
    opacity: 1;
}



.form-container input[type="submit"], .startseiteLink {
    font-size: 1.2rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: #88cc88;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
}

.form-container input[type="submit"]:hover, .startseiteLink:hover {
    background-color: #66aa66;
}

.input-group {
    flex: 0 0 calc(50% - 10px);
}

.input-select {
    flex: 100%;
}

.input-daten {
    flex: 100%;
}


.personal-data-title {
    color: #1b5e20;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.input-daten {
    flex: 100%;
    margin-top: 20px;
    border: 1px solid #66aa66;
    border-radius: 10px;
    padding: 10px;
}

.input-daten p {
    font-size: 16px;
    margin-bottom: 8px;
}



.separator {
    width: 100%;
    border: 1px solid #66aa66;
    margin: 10px 0;
}

.info-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-bottom: 2px;
}

.info-btn img {
    width: 20px;
    height: auto;
    vertical-align: bottom;
}

.error-message {
    color: #ff0000;
    text-align: center;
    font-size: 24px;
}

.success-message {
    text-align: center;
    font-size: 24px;
}

.startnummerinput {
    display: flex;
    justify-content: space-between;
}

.price_p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.price_c {
    margin-top: 40px;
}

.wrong_mail {
    color: #ff0000;
}

.preis-liste {
    list-style: none;
    padding: 0;

}

.preis-liste li {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.preis-liste li span {
    display: block;
}

.preis-liste li span:first-child {
    float: left;
    clear: left;
}

.preis-liste li span:last-child {
    float: right;
    clear: right;
}

#preis-gesamt {
    margin-top: 70px;
}


.warteliste-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.warteliste-link {
    color: #007bff; 
    text-decoration: none; 
    font-weight: bold; 
    font-family: Arial, sans-serif; 
    padding: 5px 10px; 
    border: 2px solid #007bff; 
    border-radius: 5px; 
    transition: all 0.3s ease;
}

.warteliste-link:hover {
    background-color: #007bff;
    color: #ffffff;
}


.info-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    max-width: 80%;
    overflow-y: auto;
    max-height: 80%;
}
.bogenklasse-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}



.success-container {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.success-container h1 {
    color: #1b5e20;
    font-size: 36px;
    margin-bottom: 20px;
}

.success-container p {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.error-container {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.error-container h1 {
    color: #ff0000;
    font-size: 36px;
    margin-bottom: 20px;
}

.error-container p {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}



#countdown {
    color: #1b5e20;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
}

#countdown .countdown-content {
    background-color: #88cc88;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

#countdown .countdown-content span {
    color: #fff;
    margin: 0 5px;
}


.header {
    background-color: #f0f0f0;
    padding: 20px;
}

.title {
    color: #1b5e20;
    text-align: center;
    font-size: 48px;
    margin-bottom: 10px;
}

.termin_date {
    text-align: center;
    color: #333;
    font-size: 18px;
}

.flyer-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.flyer-container img {
    max-width: 48%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.flyer-container img:first-child {
    margin-right: 2%;
}

.flyer-container img:hover {
    transform: scale(1.05);
}

.link-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.start-anmelde-link {
    background-color: #1B5E20;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    transition-duration: 0.4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    max-width: 100%;
}

.start-anmelde-link:hover {
    background-color: #155419;
}


.ergebniss-container, .anmeldung-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    margin-top: 40px;
    width: 60%; 
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.ergebniss-alt-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  margin-top: 40px;
  width: 60%; 
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ergebnisse-title, .anmeldung-title {
    color: #1b5e20;
    font-size: 48px;
    margin-bottom: 0;
}

.ergebnisse-title-small, .anmeldung-title-small {
    color: #1b5e20;
    font-size: 22px;
    margin-bottom: 0;
}

.ergebniss-container {
    position: relative;
}

.ergebniss-container::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 8px;
    z-index: -1;
    box-shadow: 0 0 10px 5px green;
    animation: colorAnimation 4s linear infinite;
    pointer-events: none; /* Verhindert, dass das Pseudo-Element interaktiv wird */
}


@keyframes colorAnimation {
    0% {
        box-shadow: 0 0 5px 5px #1B5E20; /* Startfarbe: Dunkelgrün */
    }
    16.67% {
        box-shadow: 0 0 5px 5px #388E3C; /* Dunkelgrün, etwas heller */
    }
    33.33% {
        box-shadow: 0 0 5px 5px #4CAF50; /* Mittleres Grün */
    }
    50% {
        box-shadow: 0 0 5px 5px #66BB6A; /* Helleres, freundliches Grün */
    }
    66.67% {
        box-shadow: 0 0 5px 5px #81C784; /* Sanftes Limettengrün */
    }
    83.33% {
        box-shadow: 0 0 5px 5px #388E3C; /* Dunkelgrün, etwas heller */
    }
    100% {
        box-shadow: 0 0 5px 5px #1B5E20; /* Zurück zur Startfarbe: Dunkelgrün */
    }
}



.info-anmeldung {
    margin-bottom: 30px;
    text-align: center;
}

.results-link {
    display: block;
    width: 200px;
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: center;
    background-color: #1b5e20;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.results-link:hover {
    background-color: #155419;
}


.welcome-text {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.welcome-message h2 {
    color: #1b5e20;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.welcome-message p {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
}






/* Media Query für mobile Geräte */
@media (max-width: 768px) {
    .title {
        font-size: 48px;
    }
    .termin_date {
        font-size: 16px;
    }
    .flyer-container {
        flex-direction: column;
    }
    .flyer-container img {
        margin-bottom: 10px;
        min-width: 100%;
    }
    .form-container, .error-container, .success-container {
        width: 90%;
    }
    .form-inner {
        display: block;
    }
    .price_c {
        margin-top: 0;
    }
    .anmeldung-container {
        width: 98% !important;
    }
    .ergebniss-container {
        width: 96% !important;
    }
    .ergebniss-alt-container {
      width: 96% !important;
    }
}

.🤚 {
    --skin-color: #E4C560;
    --tap-speed: 0.6s;
    --tap-stagger: 0.1s;
    position: relative;
    width: 80px;
    height: 60px;
    margin-left: 80px;
    display: block;

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
  
  .🤚:before {
    content: '';
    display: block;
    width: 180%;
    height: 75%;
    position: absolute;
    top: 70%;
    right: 20%;
    background-color: black;
    border-radius: 40px 10px;
    filter: blur(10px);
    opacity: 0.3;
  }
  
  .🌴 {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--skin-color);
    border-radius: 10px 40px;
  }
  
  .👍 {
    position: absolute;
    width: 120%;
    height: 38px;
    background-color: var(--skin-color);
    bottom: -18%;
    right: 1%;
    transform-origin: calc(100% - 20px) 20px;
    transform: rotate(-20deg);
    border-radius: 30px 20px 20px 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-left: 2px solid rgba(0, 0, 0, 0.1);
  }
  
  .👍:after {
    width: 20%;
    height: 60%;
    content: '';
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: -8%;
    left: 5px;
    border-radius: 60% 10% 10% 30%;
    border-right: 2px solid rgba(0, 0, 0, 0.05);
  }
  
  .👉 {
    position: absolute;
    width: 80%;
    height: 35px;
    background-color: var(--skin-color);
    bottom: 32%;
    right: 64%;
    transform-origin: 100% 20px;
    animation-duration: calc(var(--tap-speed) * 2);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform: rotate(10deg);
  }
  
  .👉:before {
    content: '';
    position: absolute;
    width: 140%;
    height: 30px;
    background-color: var(--skin-color);
    bottom: 8%;
    right: 65%;
    transform-origin: calc(100% - 20px) 20px;
    transform: rotate(-60deg);
    border-radius: 20px;
  }
  
  .👉:nth-child(1) {
    animation-delay: 0;
    filter: brightness(70%);
    animation-name: tap-upper-1;
  }
  
  .👉:nth-child(2) {
    animation-delay: var(--tap-stagger);
    filter: brightness(80%);
    animation-name: tap-upper-2;
  }
  
  .👉:nth-child(3) {
    animation-delay: calc(var(--tap-stagger) * 2);
    filter: brightness(90%);
    animation-name: tap-upper-3;
  }
  
  .👉:nth-child(4) {
    animation-delay: calc(var(--tap-stagger) * 3);
    filter: brightness(100%);
    animation-name: tap-upper-4;
  }
  
  @keyframes tap-upper-1 {
    0%, 50%, 100% {
      transform: rotate(10deg) scale(0.4);
    }
  
    40% {
      transform: rotate(50deg) scale(0.4);
    }
  }
  
  @keyframes tap-upper-2 {
    0%, 50%, 100% {
      transform: rotate(10deg) scale(0.6);
    }
  
    40% {
      transform: rotate(50deg) scale(0.6);
    }
  }
  
  @keyframes tap-upper-3 {
    0%, 50%, 100% {
      transform: rotate(10deg) scale(0.8);
    }
  
    40% {
      transform: rotate(50deg) scale(0.8);
    }
  }
  
  @keyframes tap-upper-4 {
    0%, 50%, 100% {
      transform: rotate(10deg) scale(1);
    }
  
    40% {
      transform: rotate(50deg) scale(1);
    }
  }


#loading-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; /* Set the width of the loading overlay */
    height: 100%; /* Set the height of the loading overlay */
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;

}
.pencil {
  display: block;
  width: 10em;
  height: 10em;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pencil__body1,
.pencil__body2,
.pencil__body3,
.pencil__eraser,
.pencil__eraser-skew,
.pencil__point,
.pencil__rotate,
.pencil__stroke {
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.pencil__body1,
.pencil__body2,
.pencil__body3 {
  transform: rotate(-90deg);
}

.pencil__body1 {
  animation-name: pencilBody1;
}

.pencil__body2 {
  animation-name: pencilBody2;
}

.pencil__body3 {
  animation-name: pencilBody3;
}

.pencil__eraser {
  animation-name: pencilEraser;
  transform: rotate(-90deg) translate(49px,0);
}

.pencil__eraser-skew {
  animation-name: pencilEraserSkew;
  animation-timing-function: ease-in-out;
}

.pencil__point {
  animation-name: pencilPoint;
  transform: rotate(-90deg) translate(49px,-30px);
}

.pencil__rotate {
  animation-name: pencilRotate;
}

.pencil__stroke {
  animation-name: pencilStroke;
  transform: translate(100px,100px) rotate(-113deg);
}

/* Animations */
@keyframes pencilBody1 {
  from,
	to {
    stroke-dashoffset: 351.86;
    transform: rotate(-90deg);
  }

  50% {
    stroke-dashoffset: 150.8;
 /* 3/8 of diameter */
    transform: rotate(-225deg);
  }
}

@keyframes pencilBody2 {
  from,
	to {
    stroke-dashoffset: 406.84;
    transform: rotate(-90deg);
  }

  50% {
    stroke-dashoffset: 174.36;
    transform: rotate(-225deg);
  }
}

@keyframes pencilBody3 {
  from,
	to {
    stroke-dashoffset: 296.88;
    transform: rotate(-90deg);
  }

  50% {
    stroke-dashoffset: 127.23;
    transform: rotate(-225deg);
  }
}

@keyframes pencilEraser {
  from,
	to {
    transform: rotate(-45deg) translate(49px,0);
  }

  50% {
    transform: rotate(0deg) translate(49px,0);
  }
}

@keyframes pencilEraserSkew {
  from,
	32.5%,
	67.5%,
	to {
    transform: skewX(0);
  }

  35%,
	65% {
    transform: skewX(-4deg);
  }

  37.5%, 
	62.5% {
    transform: skewX(8deg);
  }

  40%,
	45%,
	50%,
	55%,
	60% {
    transform: skewX(-15deg);
  }

  42.5%,
	47.5%,
	52.5%,
	57.5% {
    transform: skewX(15deg);
  }
}

@keyframes pencilPoint {
  from,
	to {
    transform: rotate(-90deg) translate(49px,-30px);
  }

  50% {
    transform: rotate(-225deg) translate(49px,-30px);
  }
}

@keyframes pencilRotate {
  from {
    transform: translate(100px,100px) rotate(0);
  }

  to {
    transform: translate(100px,100px) rotate(720deg);
  }
}

@keyframes pencilStroke {
  from {
    stroke-dashoffset: 439.82;
    transform: translate(100px,100px) rotate(-113deg);
  }

  50% {
    stroke-dashoffset: 164.93;
    transform: translate(100px,100px) rotate(-113deg);
  }

  75%,
	to {
    stroke-dashoffset: 439.82;
    transform: translate(100px,100px) rotate(112deg);
  }
}

.very-interesting-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: translate(-50%, -50%) rotate(1turn);}}