/* specific for testament */
body {
    /* Variables */
    --cid-red: #448389 !important;
    --cid-red: #ba1523;
    --hover-col: black;
    --hover-col2: #093f29 !important;
    --hover-col2: darkred;
    /*------------------*/

    font-family: "Open Sans", sans-serif;
    color: #444444;
}

.vorteile {
    background: var(--cid-red);
    border-left: 10px solid var(--hover-col2);
    color: #fff;
    padding: 10px;
}

span.vorsorge-fuersorge {
    margin-top: 0em;
}

.press_link {
    color: var(--hover-col2);
    text-decoration: none;
}

.press_link:hover {
    color: #6596ff;
    text-decoration: underline;
}

@media (max-width: 992px) {
    #negative_margin_mobile_p {
        margin-top: -25px;
    }
    #why-us {
        padding-bottom: 10px !important;
    }
    #address_mobile_no_margin {
        margin-top: 0px !important;
    }
    #fax_mobile_add_margin {
        margin-top: 20px !important;
    }
    #info_negative_margin_mobile {
        margin-top: -85px;
    }
}

#testament_text_mobile {
    display: none;
}

@media (max-width: 1105px) {
    #testament_text {
        display: none;
    }
    #testament_text_mobile {
        display: inline;
    }
}
@media (max-width: 991px) {
    #testament_text {
        display: inline;
    }
    #testament_text_mobile {
        display: none;
    }
}
#hero {
    width: 100%;
    height: 80vh;
    background: url(assets/img/wald-testament.jpg) center center;
    background-size: cover;
    position: relative;
}
.cta {
    background: linear-gradient(rgba(2, 2, 2, 0.4), rgba(0, 0, 0, 0.7)),
        url(assets/img/wald-testament.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
}
li,
small {
    text-align: justify;
    word-wrap: break-word;
    overflow-wrap: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#why-us .content a {
    color: #fff !important;
}

#why-us .content a:hover {
    color: #fff !important;
    text-decoration: underline;
}
