.container.new-header {
    max-width: unset;
    padding: 0;
    margin-bottom: 50px;
    width: 100%;
}

.container.new-header .row{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.container.new-header .row .image-div{
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container.new-header .row .text-div{
    padding: 15px 30px 15px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.container.new-header .row .text-div .background-image{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    max-height: 330px;
}

.container.new-header .row .text-div .wichtige_punkte{
    width: 100%;
    max-width: 577px;
    margin-bottom: 20px;
    z-index: 1;
}

.container.new-header .row .text-div .wichtige_punkte .einzel_punkt{
    margin-bottom: 10px;
}

.container.new-header .row .text-div .wichtige_punkte .einzel_punkt i{
    font-family: "Fontawesome";
    font-style: normal;
    margin-right: 10px;
    color: #C90C0F;
}

.container.new-header .row .text-div h1{
    font-size: 40px;
    max-width: 577px;
    z-index: 1;
    margin-top: 20px;
}

.container.new-header .row .text-div .text-text{
    margin-bottom: 20px;
    max-width: 577px;
    z-index: 1;
}

.container.new-header .row .text-div .text-links{
    max-width: 577px;
    width: 100%;
    z-index: 1;
}

.container.new-header .row .text-div .text-links .col-12{
    margin-bottom: 30px;
    padding: 0;
}

.container.new-header .row .text-div .text-links .col-12 .btn {
    min-width: 335px;
}

.container.new-header .row .text-div .text-links .col-12 .btn-tertiary{
    background: #C90C0F;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
}

.container.new-header .row .text-div .text-links .col-12 .btn-tertiary:hover{
    background: #fff;
    border: 1px solid #C90C0F;
    color: #C90C0F;
}

@media screen and (min-width:992px){
    .container.new-header .row .image-div img{
        display: none;
    }
}

@media screen and (max-width:991px){
    .container.new-header .row .image-div{
        background: unset !important;
    }
}

.btn-tertiary{
    background: #C90C0F;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;
}

.btn-tertiary:hover{
    background: #fff;
    border: 1px solid #C90C0F;
    color: #C90C0F;
}

.modul-ansprechpartner{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0 !important;
}

.modul-ansprechpartner .modul-inner .ansprechpartner-bild{
    display: flex;
    justify-content: center;
    align-items: center;
}

.modul-ansprechpartner .modul-inner .ansprechpartner-bild .bild-inner{
    width: 100%;
    height: 100%;
    max-width: 382px;
    min-height: 382px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.modul-ansprechpartner .modul-inner .ansprechpartner-bild .bild-inner img{        
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.modul-ansprechpartner .modul-inner .ansprechpartner-text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modul-ansprechpartner .modul-inner .ansprechpartner-text h3{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.modul-ansprechpartner .modul-inner .ansprechpartner-text .ansprechpartner-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modul-ansprechpartner .modul-inner .ansprechpartner-text .ansprechpartner-inner .telefon{
    color: #C90C0F;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.modul-ansprechpartner .modul-inner .ansprechpartner-text .ansprechpartner-inner pseudo-h2{
    color: #00468C;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.modul-ansprechpartner .modul-inner .ansprechpartner-text .ansprechpartner-inner .position{
    font-size: 17px;
    color: #3D3D3F;
    text-align: center;
}

.modul-landingpage-top .modul-inner .landingpage-top .landingpage-top-text .titel{
    font-size: 40px !important;
    font-weight: bold;
    hyphens: auto;
}

.modul-landingpage-top .modul-inner .landingpage-top .landingpage-top-text .subtitel{
    font-size: 35px !important;
    font-weight: 400;
}

@media screen and (max-width:991px){
    .modul-landingpage-top .modul-inner .landingpage-top .landingpage-top-text .titel{
        font-size: 34px !important;
        hyphens: auto;
    }
    
    .modul-landingpage-top .modul-inner .landingpage-top .landingpage-top-text .subtitel{
        font-size: 25px !important;
    }
}

.modul-landingpage-top .modul-inner .landingpage-top .landingpage-top-bilder .bildreihe{
    justify-content: center;
    align-items: center;
    height: 100%;
}

.modul-landingpage-icon_titel_link .modul-inner .icon-text-repeater{
    justify-content: center;
}

.modul-landingpage-icon_titel_link .modul-inner .icon-text-repeater .icon-text-inner{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.modul-landingpage-icon_titel_link .modul-inner .icon-text-repeater .icon-text-inner .inner-icon{
    max-width: 105px;
}

.modul-landingpage-icon_titel_link .modul-inner .icon-text-repeater .icon-text-inner .inner-titel{
    font-size: 17px;
    color: #00478A;
}

.modul-landingpage-icon_titel_link .modul-inner .icon-text-repeater .icon-text-inner .inner-text{
    text-align: center;
    font-size: 14px;
}

.btn.btn-without{
    border: none;
    box-shadow: none;
    color: #00478A;
}

.btn.btn-without i{
    font-family: "Fontawesome";
    font-style: normal;
    margin-left: 10px;
}

.btn.btn-without:hover{
    color: #C90C0F;
}

#arf_modal_default{
    background: #C90C0F;
    box-shadow: none;
    border: 1px solid transparent;
    color: #fff;    
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: unset;
    border-radius: 0;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    display: flex;
}

#arf_modal_default:hover{
    background: #fff;
    border: 1px solid #C90C0F;
    color: #C90C0F;
    text-decoration: none;
}

.modul-faq .accordion-section .panel-default .panel-title a::after{
    content: url("/wp-content/uploads/2022/03/pfad-3-1.png") !important;
}

nav#top-navbar.fixed-top {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .175);
}

.modul-text-bilder li::marker {
    content: "\f00c";
    font-family: "Fontawesome";
    font-style: normal;
    color: #C90C0F;
}

.modul-text-bilder li {
    padding-left: 10px;
}

.modul-text-bild-gross{
    margin: 0 !important;
}

.modul-text-bild-gross .modul-inner .text-div{
    padding: 25px 50px;
    position: relative;
}

.modul-text-bild-gross .modul-inner .text-div .content-page-title{
    z-index: 1;
    position: relative;
}

.modul-text-bild-gross .modul-inner .text-div .content-page-text{
    z-index: 1;
    position: relative;
}

.modul-text-bild-gross .modul-inner .text-div  .content-more{
    z-index: 1;
    position: relative;
}

.modul-text-bild-gross .modul-inner .text-div .image_back{
    position: absolute;
    bottom: -50px;
    right: 50px;
    max-width: 372px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(60deg) brightness(102%) contrast(103%);
}

.modul-text-bild-gross .modul-inner .image-div{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

@media screen and (min-width:992px){
    .modul-text-bild-gross .modul-inner .image-div .image_inner{
        display: none;
    }
}

@media screen and (max-width:991px){
    .modul-text-bild-gross .modul-inner .image-div{
        background: unset !important;
    }
}

.arf_fieldset .arfformfield .arf_radiobutton .arf_enable_radio_image .arf_radio_label_image svg g image{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 991px){
    .modul-ansprechpartner .modul-inner{
        padding-left: 15px;
        padding-right: 15px;
    }
    .modul-landingpage-icon_titel_link .modul-inner .icon-text-repeater .icon-text-inner{
        margin-bottom: 30px;
    }
    #arf_modal_default{
        height: fit-content;
        hyphens: auto;
        min-height: 50px;
        justify-content: center;
        align-items: center;
        line-height: unset;
        padding: 5px 15px;
        text-align: center;
    }

    .btn.btn-tertiary {
        min-height: 50px;
        height: fit-content;
        line-height: unset;
        padding: 5px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .btn.btn-tertiary span {
        white-space: wrap;
    }  
}