body {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
    color:#101010;
}

a{
    color: #0069b4;
    text-decoration: underline;
}

h1, .h1 {
    letter-spacing: 6px;
    text-transform: uppercase;
    padding:23px;
    color: #ffffff;
    margin: 0;
}

h1, .h1 {
    font-size: 27px;
    line-height: 40px;
}

h2, .h2 {
    font-size: 24px;
    letter-spacing: 0.45px;
    padding: 26px 0;
    margin: 0;
   
    line-height: normal;
    font-weight: bold;
}

*:focus {
    outline: none;
}

span.input[role="percent"]{
    text-align: right;
    width: 150px;
}

span.input[role="percent"]::after{
    content: '%';
    position: absolute;
    right: -20px;
}

span.input[role="euro"]{
    text-align: right;
    width: 150px;
}

span.input[role="euro"]::after{
    content: '€';
    position: absolute;
    right: -20px;
}

span.input[role="number"]{
    width: 50px;
}

.text-end{
    text-align: right !important;
}

.subline{
    margin-bottom: 1rem;
}

.text-error{
    color: red !important;
}

input[type="text"], span.input {
    width: 100%;
    border: 2px solid #e3e4e4;
    min-height: 30px;
    line-height: normal;
    padding: 5px 8px;
    border-radius: 0;
    -webkit-appearance: none;
    float: left;
    position: relative;
}

input[type="text"]:focus {
    border-color: #101010;
}
input[type="text"].formerror {
    color: #e30045;
}

input[type="text"].formerror:focus {
    border-color: #e30045;
}



input[type="button"] {
    margin: 10px 0;
    -webkit-appearance: none;
    border: none;
    padding: 23px 26px;
    font-size: 17px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fff;
    background-color: #00436e;
    border-radius: 0;
}

input[type="button"]:hover {
    background-color: #004b81;
}

label {
    font-weight: 400;
    position: relative;
    line-height: normal;
}

label:hover {
    cursor: pointer;
}

label[for="message"] {
    width: 100%;
}

label[for="message"] textarea {
    width: 100%;
    border: 2px solid #e3e4e4;
    padding: 10px;
    border-radius: 0;
}

label[for="message"] textarea:focus {
    border-color: #101010;
}

#selectLang {
    float: right;
}

#selectLang a {
    font-size: 10px;
    padding: 7px 15px;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #87888a;
    margin: 0 0 0 5px;
    text-transform: uppercase;
    text-decoration: none;
}

#selectLang a.active {
    background-color: #00436e;
}

#selectLang a:hover {
    background-color: #004b81;
    text-decoration: none;
}

#logo {
    width: 270px;
    margin: 0 10px;
    float: left;
}

#logo img {
    width: 100%;
}

#head {
    padding-top: 20px;
    padding-bottom: 30px;
}

#head .container h1 {
    text-align: center;
    background-color: #0069b4;
}

#mailSection {
    margin: 20px 0 30px 0;
}

.subhead {
    padding-top: 30px;
    padding-bottom: 30px;
}

.subhead .container h1 {
    text-align: center;
    background-color: #87888a;
}

.checkbox-margin {
    margin: 10px;
}

.checkbox-icon {
    padding: 0 0 0 40px;
}

:checked + .checkbox-icon:before {
    content: '\e010';
    border-color: #00436e;
    background-color: #00436e;
    color: #fff;
}

.checkbox-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 Novoferm;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: '';
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: 1px solid #101010;
    font-size: 12px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 22px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 50%;
}

.checkbox-icon.formerror:before {
    border-color: #e30045;
}

.notice {
    margin: 20px 0 30px 0;
}

.check-mail-wrapper {
    width: 100%;
    margin: 20px 0 20px 0;
}

.checking-mail-wrapper {
    display:none;
    width: 100%;
    margin: 20px 0 20px 0;
}

.reload-page-wrapper {
    width: 100%;
    margin: 20px 0 20px 0;
}

.check-mail-submit {
    margin: 10px 0;
    -webkit-appearance: none;
    border: none;
    padding: 23px 26px;
    font-size: 17px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fff;
    background-color: #00436e;
    display: inline-block;
}

.checking-mail-note {
    margin: 10px 0;
    -webkit-appearance: none;
    border: none;
    padding: 23px 26px;
    font-size: 17px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fff;
    background-color: #00436e;
    display: inline-block;
}

.reload-page-submit {
    margin: 10px 0;
    -webkit-appearance: none;
    border: none;
    padding: 23px 26px;
    font-size: 17px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fff;
    background-color: #00436e;
    display: inline-block;
}

.check-mail-submit:hover {
    cursor: pointer;
    background-color: #004b81;
}

.reload-page-submit:hover {
    cursor: pointer;
    background-color: #004b81;
}

.hide-on-load {
    display: none;
}

#send-form {
    padding: 30px 0;
}

#duplicate.notice,
#invalid.notice{
    display: none;
    margin: 0;
    margin-left: 30px;
    font-weight: bold;
    max-width: 60%;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#d5d6df;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#d5d6df;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#d5d6df;
}

.formerror::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:rgba(227, 0, 69, 0.5);
}

.formerror:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:rgba(227, 0, 69, 0.5);
}

.formerror::-ms-input-placeholder { /* Microsoft Edge */
    color:rgba(227, 0, 69, 0.5);
}

/*********************************************************************************************************************

 ÄNDERUNGEN AN BOOTSTRAP

*********************************************************************************************************************/


.row .row {
    margin-bottom: 14px;
}

@media (min-width: 768px){
    .row .col-sm-6:first-child{
        padding-right: 46px;
    }
    .row .col-sm-6:last-child{
        padding-left: 46px;
    }
}











.b-contain *,
.b-contain *::before,
.b-contain *::after {
    box-sizing: content-box !important;
}

.b-contain input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.b-contain span {
    line-height: 1.5;
    font-size: 1rem;
    font-family: inherit;
}

.b-contain {
    display: table;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    margin-bottom: 0.4rem;


    margin-right: 20px;
}

.b-contain input[type="checkbox"] ~ .b-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background: transparent;
    transition: background 250ms;
    border: 2px solid #e3e4e4;
    border-radius: 0rem;
}

.b-contain input[type="radio"] ~ .b-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background: transparent;
    transition: background 250ms;
    border: 2px solid #e3e4e4;
    border-radius: 3rem;
}

.b-contain input[type="checkbox"] ~ .b-input::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 0.3rem;
    height: 0.6rem;
    border: solid #45B02B;
    border-width: 0 2px 2px 0;
    transition: background 250ms;
    transform: rotate(45deg);
}

.b-contain input[type="radio"] ~ .b-input::after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 4px;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 3rem;
    background: #ffffff;
    transition: background 250ms;
}

.b-contain input[type="checkbox"]:disabled ~ .b-input::after {
    border-color: #ffffff;
}

.b-contain input:checked ~ .b-input::after {
    display: block;
}

.b-contain:hover input[type="checkbox"]:not([disabled]) ~ .b-input,
.b-contain input[type="checkbox"]:focus ~ .b-input {
    background: transparent;
    border-color: #64748b;
}

.b-contain:hover input[type="radio"]:not([disabled]) ~ .b-input,
.b-contain input[type="radio"]:focus ~ .b-input {
    background: #e2e8f0;
    border-color: #64748b;
}

.b-contain input:focus ~ .b-input {
    box-shadow: 0 0 0 2px #60a5fa;
}

.b-contain input[type="checkbox"]:checked ~ .b-input {
    background: transparent;
    border-color: #e3e4e4;
}

.b-contain input[type="radio"]:checked ~ .b-input {
    background: #3b82f6;
    border-color: #1d4ed8;
}

.b-contain input[type="checkbox"]:disabled ~ .b-input,
.b-contain input[type="radio"]:disabled ~ .b-input {
    opacity: 0.5;
    cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input::after {
    background: #ffffff;
}

.b-contain:hover input[type="checkbox"]:not([disabled]):checked ~ .b-input,
.b-contain input[type="checkbox"]:checked:focus ~ .b-input {
    background: transparent;
    border-color: #1e40af;
}

.b-contain:hover input[type="radio"]:not([disabled]):checked ~ .b-input,
.b-contain input[type="radio"]:checked:focus ~ .b-input {
    background: #2563eb;
    border-color: #1e40af;
}