.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;
}



.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 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 select {
    display: block;
    /* margin-top: 12px; */
}


.form-container input[type="submit"] {
    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 {
    background-color: #66aa66;
}

.input-group {
    flex: 0 0 calc(50% - 10px);
}

.input-select {
    flex: 100%;
}


.separator {
    width: 100%;
    border: 1px solid #66aa66;
    margin: 10px 0;
}

.error-message {
    color: #ff0000;
    text-align: center;
    font-size: 24px;
}

.anmeldungsinfo {
    text-align: center;
    margin-top: 20px;
}

.anmeldungsinfo p {
    font-size: 18px; 
    color: #555; 
    margin-bottom: 10px;
}

.anmeldungsinfo button {
    background-color: #4CAF50;
    color: white; 
    padding: 10px 20px; 
    font-size: 16px;
    border: none;
    cursor: pointer; 
    border-radius: 5px; 
}

.anmeldungsinfo button:hover {
    background-color: #45a049;
}




@media (max-width: 768px) {
    .form-container {
        width: 90%;
    }
    .form-inner {
        display: block;
    }
}