:root {
    --primary-color: #555;
    --primary-color-2: #0087d2;
}

* {
    font-family: 'geogrotesque', Arial, sans-serif;
}

html {
    font-size: 17px;
    color: black;
}
body {
    font-family: 'geogrotesque', Arial, sans-serif;
    color: black;
}

h1, h2, h3, h4, h5 {
    color: var(--primary-color);
    color: black;
}
h1 {
    font-weight: 400;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 20px;
    font-family: geogrotesque, Arial, sans-serif;
}
h2 {
    font-weight: 400;
    font-size: 32px;
    font-family: geogrotesque, Arial, sans-serif;
    color: #555;
    margin-bottom: 25px;
    margin-top: 23px;
}

button, .button {
    padding: 10px 50px !important;
    margin-top: 10px !important;
    cursor: pointer;
    border: 0;
    font-size: 14.5px;
    font-weight: 400;
    text-decoration: none;
    background-color: #0087d2;
    transition: 250ms;
    font-family: 'geogrotesque', sans-serif;
    color: #fff;
}
button:hover, .button:hover {
    background: #0077c2;
}

.container {
    max-width: 1100px;
    padding: 30px;
    box-sizing: border-box;
}

.container.main > *:not(.introbox) {
    padding-left: 15px;
    padding-right: 15px;
}

.logo {
    width: 230px;
    margin: 2rem 2rem 2rem 0;
    margin-top: 5px;
    margin-bottom: 0;
}
.main-image {
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.header {
    padding-bottom: 7px;
}
.footer {
    padding: 12px 10px 8px 10px;
    line-height: 25px;
    border: none;
    background-color: #0087d2;
    background-image: linear-gradient(to right, #0087d2 0%, #a0c814 100%);
    text-align: right;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 40px;
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
    color: white;
}

input, select {
    border-color: black;
    border-radius: 3px;
}
input,
select {
    padding: 8px;
    border: none;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    font-family: geogrotesque, Arial, sans-serif;
    font-size: 13.3333px;
    border-radius: 0;
    padding-left: 10px;
}
.login-form input {
    width: 240px;
    min-width: unset !important;
}
#gebT,
#gebM,
#gebY {
    width: 100px;
    margin-left: 10px;
}
#gebT,
#gebM {
    width: 60px;
}

input:focus-visible,
select:focus-visible {
    border: none;
    border-bottom: 1px solid #0087d2;
    outline: none;
 }

label, legend {
    color: #777;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 10px;
}


.messages_errors {
    padding: 20px !important;
    font-weight: bold;
    background: darkred;
    color: white;
    list-style: none;
}
.messages_errors strong {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* ------------- */
.introbox p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: 400;
    font-family: merriweather, sans-serif;
}
@media (min-width: 900px) {
    h1 {
        margin-bottom: 20px;
    }
    .introbox {
        margin-bottom: 0;
        background: url(/assets/portale/heimat/banner.jpg);
        background-size: cover;
        padding: 110px 50px 0 470px;

    }
    .introbox h1 {
        font-size: 44px;
        color: #555;
        line-height: 50px;
    }
}
@media (min-width: 1070px) {
    .introbox {
        margin-bottom: 0;
        background: url(/assets/portale/heimat/banner.jpg);
        background-size: cover;
        padding: 110px 190px 0 490px;

    }
}
@media (min-width: 450px) {
    h1 { font-size: 30px; line-height: 25px;}
    .introbox {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 900px) {
    .introbox:before {
        content: " ";
        display: block;
        width: 100%;
        height: 38vw;
        background: url(/assets/portale/heimat/bannermobi.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        margin-bottom: 25px;
    }
}
/* ------------- */
.dsgvo {
    max-width: 600px;
    margin-bottom: 5px;
    line-height: 20px;
    clear: both;
    font-size: 14px;
    color: #777;
}
.dsgvo__headline {
    font-weight: bold;
    font-size: 14px;
    color: black;
}
/* ------------- */

@media (max-width: 600px) {
    .container.main > *:not(.introbox) {
        padding-left: 0;
        padding-right: 0;
    }
}

.container.subtext {
    margin-top: -25px;
    padding-top: 0;
    font-size: 12px;
    line-height: 20px;
}

.cb_container {
    display: flex;
}
.cb_container label {
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
    color: black;
}

/* ------- */
.image-check-image-container {
    margin : 0 auto;
    position: relative;
    background: #ddd;
    width: 200px;
    height: 200px;

}
.image-check-image-container img {
    display: block;
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
}
@media (min-width: 551px) {
    .image-check-image-container {
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
    }
}
/* ------- */