/* Normaler Button */

.button,
.button.logo-button,
.simple_form .block-button,
.simple_form .button,
.simple_form button {background-color: #003064}

/* Normaler Button - Hover */

.button:active,
.button:hover,
.button:focus,
.button.logo-button:active,
.button.logo-button:focus,
.button.logo-button:hover,
.simple_form .block-button:active,
.simple_form .block-button:focus,
.simple_form .block-button:hover,
.simple_form .button:active,
.simple_form .button:focus,
.simple_form .button:hover,
.simple_form button:active,
.simple_form button:focus,
.simple_form button:hover {background-color: #001E49}

/* Secondary Button */

.button.button-secondary {
    border-color: #003064;
    color: #282c37;
}

/* Secondary Button - Hover*/

.button.button-secondary:active, .button.button-secondary:focus, .button.button-secondary:hover {

    border-color: #001E49;
    background: #D4004B;
    color: #FFFFFF;

}


/* Tertiary Button */

.button.button-tertiary {
    color: #003064;
    background: transparent;
    border: 1px solid #003064;
}

/* Tertiary Button - Hover */

.button.button-tertiary:hover {
    color: #FFFFFF;
    background: #D4004B;
    border: 1px solid #001E49;
}

/* Link*/


.column-link--transparent.active {
    color: #D4004B;
}


/* About section*/

.about__section__title {
    color: #003064;
}

.radio-button__input.checked {
    border-color: #003064;
    background: #001E49;
}

