/* Gemeinsame Eigenschaften für Hintergrundfarbe und Schriftfarbe */
.main, .slider, .btn-seam.btn-seam-light {
    background-color: #ededed;
}

form legend {
    color: #095da6;
}

/* Gemeinsame Eigenschaften für Schriftfarbe und Rand */
.btn-seam.btn-seam-light, .add-next-file, .add-next-emp, form button, form .next .btn, input[type="file"]::-webkit-file-upload-button {
    color: #095da6;
    border: 1px solid #095da6;
}

/* Gemeinsame Eigenschaften für Abstand */
form .clearfix p:first-of-type {
    padding-top: 35px;
}

/* Gemeinsame Eigenschaften für Überschriften */
#bewerbungsformularPrototyp-1009 form h2, form .clearfix h2, fieldset {
    color: #095da6;
    margin-bottom: 15px;
    margin-top: 25px;
}
#newsletterRegistration form h2 {
        text-align: center;
        color: white;
        font-size: 16px;
}

/* Gemeinsame Eigenschaften für Schaltflächen */
.add-next-file, .add-next-emp, form button, form .next .btn, input[type="file"]::-webkit-file-upload-button, form .next .btn, form button a, form #delete-btn:hover, form #delete-empl:hover {
    padding: 5px 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #095da6;
    border: 1px solid #ffffff;
}
form button:hover {
    background-color: #2e75b3;
}

/* Spezifische Eigenschaften für die nächste Schaltfläche */
form .next .btn {
    font-size: 16px;
    padding: 15px 25px;
    margin-top: 35px;
}

/* Spezifische Eigenschaften für den Datei-Upload-Button */
form input[type="file"]::-webkit-file-upload-button {
    margin-bottom: 15px;
}

/* Spezifische Eigenschaften für den roten Text-Button */
form .input button {
    color: red;
}

/* Gemeinsame Eigenschaften für Platzierung des Formulars */
.myForm {
    margin-top: 10px;
}

form .next .btn:hover {
    background-color: #2e75b3;
}

button:hover, input[type="file"]::-webkit-file-upload-button:hover {
    cursor: pointer;
}

form .form-check {
    padding-left: 0;
    color: #095da6;
}

/* Media Query für kleinere Bildschirme */
@media screen and (max-width: 992px) {

    form .row {
        flex-direction: column;
    }
    form .col-lg-3, .col-4, form .col-lg-6, form col-6 {
        max-width: 100%;
    }
    form h2 {
        margin-bottom: 15px;
    }
    form .next .btn {
        font-size: 16px;
        padding: 10px 15px;
        margin-top: 35px;
    }
}



/* Cookiefirst */

.cf1uIq,
.cf3-eh {
    display: none !important;
}

