:root {
    --godi-yellow: #fab52c;
    --godi-red: #dc4c64;
    --godi-green: #14a44d;
    --godi-mid-blue: #aecaec;
    --godi-gray: #727676;
    --site-text: #434440;
    --hover-color: rgba(0, 118, 171, 0.7);
    --primary: #003057;
}

body {
    background-color: #fbfbfb;
    font-family: 'Montserrat';
    color: var(--site-text) !important;
}

p {
    font-size: 1.25rem;
    color: var(--primary) !important;
}

strong {
    font-weight: bold;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}

h1 {
    color: #003057;
    font-weight: 700;
    margin-bottom: 1.2rem !important;
}

h2 {
    color: #003057;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem !important;
    margin-top: 2rem !important;
}

h3 {
    color: #003057;
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 2rem !important;
}

a {
    color: #003057;
    display: inline-block;
    font-weight: 400;
}

li {
    color: #003057;
    font-weight: 400;
}


.top-nav-collapse,
.page-footer {
    background-color: white !important;
}

.navbar:not(.top-nav-collapse) {
    background: white !important;
}

.rgba-gradient {
    background: rgba(35, 7, 77, 0.6);
    /* fallback for old browsers */
    background: -webkit-linear-gradient(
        to right,
        rgba(204, 83, 51, 0.6),
        rgba(35, 7, 77, 0.6)
    );
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to right,
        rgba(204, 83, 51, 0.6),
        rgba(35, 7, 77, 0.6)
    );
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.img-gradient:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    /* FF3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgba(220, 66, 37, 0.5)),
        color-stop(100%, rgba(0, 47, 75, 0.5))
    );
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(
        top,
        rgba(0, 47, 75, 0.5) 0%,
        rgba(220, 66, 37, 0.5) 100%
    );
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(
        top,
        rgba(0, 47, 75, 0.5) 0%,
        rgba(220, 66, 37, 0.5) 100%
    );
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 47, 75, 0.5)),
        to(rgba(220, 66, 37, 0.5))
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 47, 75, 0.5) 0%,
        rgba(220, 66, 37, 0.5) 100%
    );
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002f4b', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.website-logo {
    width: 170px;
    height: 50px;
}

@media (max-width: 991px) {
    h3 {
        font-size: 1.4rem !important;
        font-weight: 400;
    }

    #intro-section {
        background-position: left 75px;
    }
}



.godi-gray {
    background-color: var(--godi-gray) !important;
}

.btn-primary {
    background-color: var(--primary) !important;
    color: #ffffff !important;
}

.white-navbar {
    background-color: white !important;
}

.nav-link:hover {
    color: red;
}

.avatar {
    width: 250px;
    height: 250px;
}

.nav-link:hover {
    color: var(--primary) !important;
}

.active {
    color: var(--primary) !important;
}

.table-datenschutz td,
th {
    border: 1px solid var(--godi-gray);
    padding: 10px;
}

.table-datenschutz th {
    background-color: #eee;
}

@media (max-width: 575px) {
    .header-img {
        padding-top: 20px;
    }

    .intro-text {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    .w-responsive {
        padding-left: 10%;
        padding-right: 10%;
    }

    .lead {
        font-size: 1rem !important;
    }

    #intro-section {
        background-size: contain;
    }

    .align-items {
        align-items: flex-end !important;
    }

    .img-header {
        display: none !important;
    }

    .back-button {
        margin-top: 3rem !important;
    }
}

@media (min-width: 992px) {
    .text-align {
        text-align: center !important;
    }

    #intro-section {
        /* margin-top: 3rem; */
        background-size: cover;
    }

    .align-items {
        align-items: center !important;
    }
}

.wrong-input {
    border-bottom: 1px solid red !important;
}

.phone-img {
    margin-top: -3rem;
}

.modal-link:hover {
    text-decoration: underline !important;
}

.button-box {
    text-align: center;
}

.button-center {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.pagination .page-item.active .page-link {
    background-color: var(--primary) !important;
    color: #fff !important;
}

.btn-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 16px;
}

.btn-shadow:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.4), 0 4px 15px 0 rgba(0, 0, 0, 0.4);
    border-radius: 16px;
}

@media (max-width: 991px) {
    .align-items > .container {
        margin-bottom: 3rem;
    }

    .w-responsive {
        width: 100%;
    }
}

.video-container, .video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-backdrop {
    background: none !important;
}

.pills-primary .show > .nav-link {
    background-color: var(--primary) !important
}

.pills-primary .nav-link.active {
    background-color: var(--primary) !important;
}

ul {
    padding-left: 1rem;
    list-style-position: inside;
}

@media (max-width: 767px) {
    .text-md-right {
        text-align: left !important;
    }

    .text-md-right ul {
        float: none;
    }
}

@media (min-width: 768px) {
    .text-md-right {
        text-align: right !important;
    }

    .text-md-right ul {
        float: right !important;
    }

    .text-md-right ul li::after {
        content: '\A';
        white-space: pre;
    }
}

.row p:last-of-type {
    margin-bottom: 0px !important;
}

.row u {
    margin-top: 1rem !important;
}

footer.page-footer a {
    color: #ffffff !important;
}

footer.page-footer {
    bottom: 0;
    color: var(--site-text) !important;
}

p:not(.privacy__text) a:not(.btn):not(.black-text):not(.text-white),
p:not(.privacy__text) a:not(.btn):not(.black-text):not(.text-white):active,
p:not(.privacy__text) a:not(.btn):not(.black-text):not(.text-white):visited,
nav a:not(.btn):not(.black-text):not(.text-white),
nav a:not(.btn):not(.black-text):not(.text-white):active,
nav a:not(.btn):not(.black-text):not(.text-white):visited
nav a:not(.btn):not(.black-text):not(.text-white):hover {
    color: var(--site-text) !important;
    font-weight: 400;
}

.privacy__text, .privacy__text a {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    line-height: 1.4rem !important;

}

.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover {
    color: white !important;
    background-color: var(--primary) !important;
}

@media (max-width: 575px) {
    .my-xs-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .mb-xs-4 {
        margin-bottom: 1.5rem !important;
    }

    .my-xs-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .mb-xs-5 {
        margin-bottom: 3rem !important;
    }

    .text-xs-center {
        text-align: center;
    }

    .text-xs-center img {
        max-width: 60%;
    }

    .hide-xs {
        display: none;
    }
}

.black-text, .nav-link {
    color: var(--site-text) !important;
}

.alert-info {
    color: #ffffff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary);
}

.alert-info p, .alert-info ul, .alert-info ul li, .alert-info ol, .alert-info ol li, .alert-info i {
    color: #ffffff !important;
}

.alert-primary {
    color: #ffffff !important;
    background-color: var(--primary) !important;
    border-color: var(--primary);
}

.alert-primary p, .alert-primary ul, .alert-primary ul li, .alert-primary ol, .alert-primary ol li, .alert-primary i {
    color: #ffffff !important;
}

.alert-dark {
    color: #ffffff !important;
    background-color: var(--godi-gray) !important;
    border-color: var(--godi-gray);
}

.alert-dark p, .alert-dark ul, .alert-dark ul li, .alert-dark ol, .alert-dark ol li, alert-dark i {
    color: #ffffff !important;
}

.alert-success {
    background-color: var(--godi-green) !important;
    color: #fff !important;
}

.alert-success p, .alert-success ul, .alert-success ul li, .alert-success ol, .alert-success ol li, alert-success i {
    color: #ffffff !important;
}

.alert-danger {
    background-color: var(--godi-red) !important;
    color: #fff !important;
}

.alert-danger p, .alert-danger ul, .alert-danger ul li, .alert-danger ol, .alert-danger ol li, alert-danger i {
    color: #ffffff !important;
}

.md-toast-success {
    background-color: var(--godi-green) !important;
}

.md-toast-error {
    background-color: var(--godi-red) !important;
}

.md-toast-info {
    background-color: var(--primary) !important;
}

.h4 {
    line-height: 1.9rem;
}

.popover-body {
    font-size: 1rem !important;
}

.external-content-box {
    background-color: #009ec4;
    color: #ffffff;
    border-radius: 0.25rem;
    width: 100vw;
}

.a-consent {
    color: #212529 !important;
}

.a-consent:hover {
    text-decoration: underline;
}


@media (max-width: 1300px) {
    .hide-sm {
        display:none;
    }
}

#section_259 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.btn-deep-purple {
    background-color:#8e0c4f !important;
}

.bg-deep-purple {
    background-color:#8e0c4f !important;
    color:#fff;
}

.bg-deep-purple p {
    color:#fff !important;
}

main ul {
    list-style-position: outside;
}

main li {
    list-style-type: disc;
    list-style-position: outside;
}

ul.largeBullets {
    padding:0;
    list-style-type:none;
    list-style-position:inside;
}

ul.largeBullets li {
    list-style-position:inside;
    background-color:var(--primary);
    color:#fff;
    margin-bottom:0.7rem;
    padding:0.6rem;
    border-radius:65px;
    display: flex;
    flex-direction: row;
    padding-right:2rem;
    align-items: center;
    font-weight:normal;
    font-size:1.3rem !important;
}

ul.largeBullets li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    margin-right:2rem;
    margin-left:2rem;
    font-size:2rem;
}

section {
    overflow:hidden;
}

.btn.white-text {
    color:#ffffff !important;
}

main {
    padding-bottom:6rem;
}

footer {
    margin-top:2rem;
}

footer .footer-copyright {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.6);
    background-color: var(--primary) !important;
}
