/*Styling Seiten*/

#main {
    padding-top: 180px !important;
}


/*Styling Strom Formular  */

.radio-btn-section {
    padding: 15px;
    border-color: #010101;
}

.form-check-input {
    margin-top: 10px;
}

.form-check-input:checked {
    background-color: #374709 !important;

}

.radio-btn-section label {
    margin-top: 4px;
    margin-left: 5px;
}

body {
    font-family: Arial, sans-serif;
}

body {
    font-family: Arial, sans-serif;
}

.slider-container {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: auto;
    border: 1px solid #010101;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1), 0 12px 24px 0 rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    margin-top: 30px;
    padding: 60px 10px 10px 10px;
    background: #f8f8f8;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;

}

.slide {
    min-width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 20px;
    background: #f8f8f8;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

button.prev {
    margin-left: 20px;
    margin-top: 40px;
    margin-right: 15px;
}

button.next {
    margin-left: 20px;
    margin-top: 40px;
    margin-right: 15px;
}

button.submit {
    background-color: #28a745;
    margin-left: 20px;
    margin-top: 40px;
    margin-right: 15px;
}

button.submit:hover {
    background-color: #759242;
}
button.next:hover {
    background-color: #759242;
}
button.prev:hover {
    background-color: #759242;
}

.slider-container .row {
    justify-content: space-between;
}

.strom-form {
    position: relative;
    background-image: url('/images/windrad_2.jpg'); /* Check path and file name */
    background-size: cover; /* Adjust as needed */
    background-position: center; /* Adjust as needed */
}

.gas-form {
    position: relative;
    background-image: url('/images/windraeder.jpg'); /* Check path and file name */
    background-size: cover; /* Adjust as needed */
    background-position: center; /* Adjust as needed */
}

.overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Adjust overlay color and opacity */
    backdrop-filter: blur(10px); /* Increase blur radius for stronger effect */
}

.form-section label {
    font-size: 22px;
}

.form div.success  {
    background: #0c4128 !important;
}
