:root {
    --main-color-1: #002E5D; /* Neue Hauptfarbe 1 */
    --main-color-2: #009CA6; /* Neue Hauptfarbe 2 */
}

/* Generelle Stile, die für mehrere Bereiche verwendet werden */
body {
    font-family: Arial, sans-serif;
}

/* BUTTONS */

.i2tb-nausys-btn-turqouise {
    background-color: #009CA6!important;
    border:2px solid #009CA6!important;
    color:#fff!important;
    text-transform:uppercase!important;
    width:100%!important;
    display:block!important;
    padding:10px!important;
    font-size:18px!important;
    line-height:32px!important;
    transition: all 0.9s!important;
}
.i2tb-nausys-btn-turqouise:hover {
    background-color: transparent!important;
    border:2px solid #009CA6!important;
    transition: all 0.9s!important;
}