:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-67108bb */.datenschutz h1, h2, h3, h4, p, a {
    font-family: Barlow;
}

.datenschutz h1, h2, h3, h4 {
    font-weight: 600;
    text-transform: uppercase;
    hyphens: auto;
}

.datenschutz .blau {
    /*color: #1e4187;*/
}

.datenschutz h2{
    font-size: 2rem;
    color: #e62232;
}

.datenschutz h3 {
    font-size: 1.6rem;
    color: #F08119 !important;
}

.datenschutz h4 {
    font-size: 1.4rem;
    color: #CE80B4 !important;
}

.datenschutz p {
    font-size: 1rem;
    font-weight: 500;
    color: #003366 !important;
    text-transform: normal;
}

.datenschutz a {
    font-weight: 600;
    color: #F08119 !important;
    word-break: break-all;
    hyphens: auto;
}

.datenschutz a:hover {
    color: #e62232 !important;
}

@media only screen and (max-width: 800px) {
    .datenschutz h2{
        font-size: 1.6rem;
    }
    .datenschutz h3 {
        font-size: 1.3rem;
    }
    .datenschutz h4 {
        font-size: 1.2rem;
    }
}/* End custom CSS */