.sw-label, .sw-accept, .sw-input{
    font-family: "OpenSans-Light", sans-serif !important;
    font-size: 0.913rem!important;
    color: #004e9c !important;
}

.sw-input {
    width: 100%!important;
    background-color: transparent!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-radius: 0!important;
    border-color: #004e9c!important;
}
.sw-column{
    margin-bottom: 20px!important;
}
.sw-column:last-child {
    margin-bottom: 0!important;
}
.sw-btn{
    background-color: #004e9c!important;
    color: white!important;
    border-radius: 100px!important;
    font-family: "OpenSans-Light", sans-serif!important;
    border: 1px solid #004e9c!important;
}
.sw-btn:hover{
    background-color: transparent!important;
    color: #004e9c!important;
    border: 1px solid #004e9c!important;
    transition: 0.1s ease-in!important;
}

.sw-checkbox{
    cursor: pointer!important;
}

#c4278 .sw-contact-form{
    justify-content: end;
}

#c4278 .sw-label, .sw-accept, .sw-input{
    font-family: "OpenSans-Light", sans-serif !important;
    font-size: 0.913rem !important;
    color: #004e9c !important;
}

#c4278 textarea.sw-input {
    width: 100%!important;
    background-color: transparent!important;
    border: 1px solid #004e9c !important;
    border-radius: 5px !important;
    height: 125px!important;
    margin-top: 20px !important;
}

#c4278 input.sw-input {
    width: 100%!important;
    background-color: transparent!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-radius: 0!important;
    border-color: #004e9c!important;
}


#c4278 .sw-column{
    margin-bottom: 20px!important;
    width: 50% !important;
}
#c4278 .sw-column:last-child, #c4278 .sw-column:nth-last-child(2) {
    margin-bottom: 0!important;
    width: 25% !important;
}

/* Container für die beiden inneren Divs */
#c4278 .sw-mt-2.sw-ml-1.sw-mr-1 {
    display: flex; /* Flexbox verwenden */
    flex-direction: column; /* Die inneren Divs sollen untereinander angeordnet werden */
    width: 50%;
    left: 50%;
    position: relative;
}

.sw-thanks-message{
    color: #004e9c !important;
}

@media only screen and (max-width: 768px) {
    #c4278 .sw-column{
        margin-bottom: 20px!important;
        width: 100% !important;
    }
    #c4278 .sw-column:last-child, #c4278 .sw-column:nth-last-child(2) {
        margin-bottom: 0!important;
        width: 100% !important;
    }
    #c4278 .sw-accept{
        width: 1000% !important;
    }
    #c4278 .sw-mt-2.sw-ml-1.sw-mr-1 {
        width: 100%;
        left: 0%;
        position: relative;
    }
}