<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Impreza (Formblitz Ratgeber)
 Description:  Impreza Child Theme für Formblitz&lt;
 Author:       Anton Kurth
 Author URI:   https://www.molaron.de/;
 Template:     Impreza
 Version:      1.0.0
 Text Domain:  imprezachild
*/

/* Datenschutz Störer */
#datenschutzStorer {
    position: fixed;
    right: .5em;
    bottom: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 98;
}
#datenschutzStorer img {
    width: 230px;
    height: auto;
}

@media only screen and (max-width: 900px) {
    #datenschutzStorer {
        display: none;
    }
}

/* Shopheader CSS */

.fb-shopheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: white;
    border-bottom: 2px solid #e6e6e6;
}

@media only screen and (min-width: 1000px) and (max-width: 1800px) {
    .fb-shopheader {
        font-size: min(max(12px, 1vw),18px);
    }
    .breadcrumb {
        font-size: min(max(12px, 1vw),18px);
    }
}

.fb-shopheadermobile-wrapper {
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
}

.fb-shopheadermobile {
    position: fixed;
    background-color: white;
    z-index: 3;
    border-bottom: 2px solid #e6e6e6;
}

#naviTopMobileLinks {
    position: fixed;
    background-color: white;
    z-index: 3;
    top: 150px;
    border-bottom: 2px solid #e6e6e6;
    font-family: 'Montserrat';
}

#naviTopMobileLinks .catListContainer {
    margin-left: 0;
    width: 100%;
}

.dropdown-menu {
    font-family: 'Montserrat';
    line-height: normal;
}

.dropdown-menu li {
    margin: 0;
}

@media only screen and (max-width: 1000px) {
    .fb-shopheader {
        display: none;
    }
    .fb-shopheadermobile-wrapper {
        display: block;
    }
}

.breadcrumb {
    width: 100%;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
    line-height: 2em;
}

.breadcrumb a {
    color: black;
}

.breadcrumb a:hover {
    color: black !important;
    text-decoration: underline;
}

.breadcrumb .breadcrumb_last {
    color: #1761FF;
    font-weight: 700;
}

.breadcrumb .breadcrumb-content {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1800px;
    padding: 1.25em 10em;
    background-color: #F6F6F6;
}

@media screen and (max-width: 1050px) {
    .breadcrumb .breadcrumb-content {
        padding: 1.25em 5em;
    }
}

@media screen and (max-width: 1000px) {
    .breadcrumb .breadcrumb-content {
        padding: 1.25em 1em;
    }
}

.breadcrumb.breadcrumb-post .breadcrumb-content {
    /*padding-left: 2.5rem;*/
}

.breadcrumb .breadcrumb-content .breadcrumb-inner {
    font-size: .8rem !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.breadcrumb.breadcrumb-post .breadcrumb-content .breadcrumb-inner {
    /*max-width: calc(1300px + 2.5rem);*/
}

#page-content {
}

.mst-post-cat-wrapper-container {
    margin: 0 !important;
}

.w-popup-box-h {
    width: min(100vw, min(900px, max(600px,31vw)));
    height: auto;
    text-align: left;
    top: 5%;
    overflow: auto;
    background: white;
    box-shadow: -1px -1px 10px 0px rgb(50 50 50 / 30%);
    font-family: 'Montserrat';
}

.popup_promotion .relative {
    position: relative;
}
.popup_promotion .absolute {
    position: absolute;
}
.popup_promotion #promo_headrow {
    top: 1%;
    right: 1%;
}
.popup_promotion .white {
    color: #fff;
}
.popup_promotion .fs16 {
    font-size: 1.6em;
}
.popup_promotion #promo_mainform {
    padding: 2.433rem !important;
}
.popup_promotion #promo_mainform h2 {
    text-transform: uppercase;
    color: #1761FF;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: .833em;
}
.popup_promotion #promo_mainform h2 span {
    font-size: 1.1em;
    font-family: 'Montserrat SemiBold';
    font-weight: 700;
}
.popup_promotion #promo_mainform h3 {
    color: #1761FF;
    font-size: 1.3em;
    font-family: 'Montserrat SemiBold';
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 1.25em;
}
.popup_promotion .fs-9 {
    font-size: .9em;
}
.popup_promotion .darkblue {
    color: #1761FF;
}
.popup_promotion .mb-10 {
    margin-bottom: .833em !important;
}
.popup_promotion .mt-10 {
    margin-top: .833em !important;
}
.popup_promotion .mr-5 {
    margin-right: .417em !important;
}
.popup_promotion .mr-20 {
    margin-right: 1.667em !important;
}
.popup_promotion .lh-19 {
    line-height: 1.583em;
}
.popup_promotion .fs-11 {
    font-size: .8em;
}
.promotion_div p {
    padding: 10px 0px;
    clear: both;
}
.popup_promotion .mb-5 {
    margin-bottom: .417em !important;
}
.popup_promotion .float-container {
    height: 3.3em;
}
.popup_promotion .float-container {
    border: solid 1px #D2DCE6;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    display: inline-block;
    border-radius: .333em;
}
.float-container label {
    pointer-events: none;
    font-size: .9em;
    font-weight: 200;
    position: absolute;
    transform-origin: top left;
    transform: translate(0, .9em) scale(1);
    transition: all .1s ease-in-out;
    color: grey;
    padding-left: 1.3em;
    padding-top: .2em;
    cursor: text;
}
.float-container input {
    border: none;
    line-height: normal !important;
    min-height: unset !important;
    font-size: .9em !important;
    outline: 0 !important;
    padding: 1.4em 1em .6em 1em !important;
    width: 100% !important;
    background: none !important;
    border-radius: .2em !important;
    border: 1px solid transparent;
}
.popup_promotion .btn {
    font: unset !important;
    line-height: normal !important;
    min-height: unset !important;
    padding: 1em !important;
    width: 100%;
    max-height: 3.3em;
    text-transform: uppercase;
    background-color: #1761FF;
    color: #fff;
    border-color: #1761FF;
    border: .083em solid #ebedee;
    border-radius: .333em;
    white-space: break-spaces;
    font-family: 'Montserrat SemiBold' !important;
    font-weight: 700;
}
.popup_promotion #promo_disclaimer {
    padding-top: 10px;
    font-size: 10px;
    clear: both;
    line-height: normal;
}
.footer-newsletterpopup {
    cursor: pointer;
}

/* CSS Used Formblitz Shop Header Desktop */

@media all{
.montserratMedium{font-family:"Montserrat Medium";}
.montserratSemiBold{font-family:"Montserrat SemiBold";font-weight:100!important;}
.fbshop-nav{display:block;}
.fbshop-img{max-width:100%;width:100%;height:auto;border:0;}
.fbshop-form{margin-bottom:0;}
.fbshop-a{color:#1761FF;}
.fbshop-a:hover{text-decoration:underline;}
:focus{outline:none;outline-offset:0;}
.fbshop-button{font-family:Montserrat SemiBold!important;}
.wrapper{
    width:100%;
    max-width: 1800px;
    /*padding: 0 calc(max(2.5rem, (min(1800px,100%) - min(1560px,100%))/2));*/
    padding: 0 10em;
    margin: 0 auto;
    text-align:left;
}
.container{width:100%;}
.clear:before,.clear:after{content:"";display:table;table-layout:fixed;}
.clear:after{clear:both;}
.fbshop-input[type=email],input[type=password]{color:#000;font-size:1em;font-weight:200;padding:.083em;}
.fbshop-input[type=search]{color:#979da4;border:.167em solid #ccc;font-size:1.167em;font-weight:700;line-height:1.167em;}
.fbshop-button:disabled{cursor:not-allowed;}
.fbshop-button{cursor:pointer;}
.btn{background-color:#ebedee;color:#000;font-size:1em;border:.083em solid #ebedee;border-radius:.333em;padding:.417em 1.667em;cursor:pointer;white-space:break-spaces;}
.btn:hover{opacity:.8;}
.btn-blueBorder{background-color:transparent;border:2px solid #1761FF;color:#1761FF;border-radius:.333em;}
.btn-blueBorder:hover{border:2px solid #044ADE;color:#044ADE;}
.brand{float:left;width:22%;}
.brand .logo{display:block;padding:1.2em 0 0 0;width:80%;}
.recessions{width:20%;height:auto;display:inline-block;float:right;margin-top:.9em;position:relative;margin-right:1%;border:1px solid transparent;}
.recessions img{width:1.8em;}
#recessionsInner{padding-top:0.65em;}
#recessionsInner.recessionsInnerOvered, .recessionsInnerOveredFixed {
    position: absolute;
    left: 0%;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 14%);
    z-index: 999;
}
.float-container{border:solid 1px #D2DCE6;box-sizing:border-box;position:relative;width:90%;display:inline-block;border-radius:.333em;}
.float-container input{border:none;font-size:.9em;outline:0;padding:1.4em 1em .6em 1em;width:100%;background:none;border-radius:.2em;border:1px solid transparent;}
.float-container label{font-size:.9em;font-weight:200;position:absolute;transform-origin:top left;transform:translate(0, .9em) scale(1);transition:all .1s ease-in-out;color:grey;padding-left:1.3em;padding-top:.2em;cursor:text;}
.float-container.active label{transform:translate(0, .1em) scale(.75);color:#83A7C9!important;}
.search-form{width:50%;margin:1.2em 0 0 0;display:inline-block;}
.search-form input{font-family: 'Arial';width:90%;height:3em;font-weight:400;border:0;margin-left:0%;}
.search-icon{width:100%;height: 3em;border-radius:34px;background:#f6f6f6;overflow:hidden;}
.search-input{font-family: 'Arial' !important;box-shadow: none !important;-webkit-appearance:none !important;background:#f6f6f6 !important;min-height: unset !important;}
.search-input::placeholder{color:#9B9B9B;opacity:1;}
.navbarContainer{height:auto;margin-top:1.5em;}
.navbar{list-style:none;padding-left:0;text-align:left;}
.navbar .nav{justify-content:space-between;display:flex;flex-wrap:wrap;padding:0;margin:0;list-style:none;text-align:center;}
.navbar .nav::after{content:'';width:100%;margin:0;height:auto;vertical-align:middle;display:block;}
.navbar .nav &gt; li{display:inline-block;position:relative;white-space:nowrap;text-align:left;width:auto;}
.navbar .nav &gt; li &gt; div &gt; a{color:black;display:inline-block;font-weight:700;text-decoration:none;min-height:2.2em;}
.dropdown-menu{display:none;text-align:left;width:100%;padding:0 10em;max-width:1800px;background:white;}
#navitopLinksContainer{position:absolute;text-align:center;z-index:99;background:white;border-top:2px solid #e6e6e6;box-shadow:0 8px 2px -2px #e6e6e6;}
.navbar .nav .menu{display:inline-block;background:white;text-align:left;}
.dropdown-menu a{color:black;}
.dropdown-menu li{list-style:none;}
.dropdown-menu span{font-weight:bold;}
.fbshop-a.myfb-blue{color:#1761FF;}
.fbshop-a.myfb-blue:hover{color:#79ae35;}
.fbshop-a.myfb-blue:link{color:#1761FF;}
.navitopElementContainer a{padding:0 .7em;}
.navitopElementContainer a:first-of-type{margin-left:-.7em;}
.searchSubmitImg {height: 100%;}
.searchSubmitImg img{height:1.5em;margin:.6em;}
.float-container{height:3.3em;}
.btn{max-height:3.3em;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.grey-line{border-bottom:.167em solid #ebedee;}
.bold{font-weight:700;}
.no-underline{text-decoration:none;}
.no-underline-hover:hover{text-decoration:none;}
.float-l{float:left;}
.float-r{float:right;}
.none{display:none;}
.block{display:block;}
.inline-block{display:inline-block;}
.w-10{width:10%;}
.w-25{width:25%;}
.w-30{width:30%;}
.w-33{width:33.33333333333333%;}
.w-70{width:70%;}
.w-80{width:80%;}
.w-90{width:90%;}
.w-100{width:100%;}
html body .fs9{font-size:.9em;}
html body .fs10{font-size:1em;}
html body .fs-11{font-size:.8em;}
.p-0{padding:0!important;}
.p-5{padding:.417em!important;}
.pt-5{padding-top:.417em!important;}
.p-10{padding:.833em!important;}
.p-40{padding:3.2em!important;}
.pr-10{padding-right:.833em!important;}
body .pl-0{padding-left:0!important;}
body .pr-0{padding-right:0!important;}
.pb-small{padding-bottom:.233em!important;}
.pt-5{padding-top:.417em!important;}
.pb-10{padding-bottom:.833em!important;}
.pt-15{padding-top:1.25em!important;}
.pb-15{padding-bottom:1.25em!important;}
.pl-20{padding-left:1.667em!important;}
.mt-5{margin-top:.417em!important;}
.mb-10{margin-bottom:.833em!important;}
.mb-15{margin-bottom:1.25em!important;}
.m-0{margin:0;}
.p-0{padding:0;}
.pointer{cursor:pointer;}
.mini-basket{width:5.5%;display:inline-block;float:right;padding-left:.5em;}
.mini-basket-link{text-decoration:none;}
.mini-basket-anchor{position:relative;float:left;color:#1761FF;text-align:right;margin-top:1.4em;white-space:nowrap;}
.mini-basket-icon{top:0.4em;width:2.3em;}
.mini-basket-number{border-radius:50%;padding:.25em;background:#1761FF;color:white;text-align:center;font:.7em Arial, sans-serif;width:1.7em;position:absolute;right:-.5em;top:0em;font-weight:bold;}
@media screen and (max-width: 1050px){
.wrapper,.dropdown-menu{padding:0 5em;}
body .wrapper{min-width:0;width:100%;}
body .btn{max-height:none;}
body .myfb-blue{margin-left:0!important;}
body .recessions{width:20%;}
body .search-form{width:49%;}
.navbar .nav &gt; li{font-size:.9em;}
}
@media screen and (max-width: 600px){
.navbar .nav &gt; li{font-size:.8em;}
.search-form input{width:79%;}
}
}
/*! CSS Used fontfaces */
@font-face{font-family:"Montserrat Medium";src:url("fonts/Montserrat-Medium.ttf");}
@font-face{font-family:"Montserrat SemiBold";src:url("fonts/Montserrat-SemiBold.ttf");}

/* CSS Used Formblitz Shop Header Desktop -- END */

/* CSS Used Formblitz Shop Header Mobile */

/*! CSS Used from: https://www.formblitz.de/assets/css/styleMobile.css?v=1.0 ; media=all */
@media screen and (max-width: 1000px){
.fb-shopheadermobile-wrapper *{font-size:16px;}
.fb-shopheadermobile-wrapper h2{font-size:1.4em!important;}
.fb-shopheadermobile-wrapper h3{font-size:1.3em!important;}
.fb-shopheadermobile-wrapper  .generalWrapper{overflow:hidden;}
.fb-shopheadermobile-wrapper  .wrapper{padding:1em;padding-top:0;padding-bottom:0;margin-top:1em!important;}
.fb-shopheadermobile-wrapper  .generalWrapper,html body .wrapper{min-width:100%;max-width:100%;}
.fb-shopheadermobile-wrapper  .promotionContainer{top:0;}
.fb-shopheadermobile-wrapper  .promotion_div input[type="button"]{width:100%;font-size:1em;}
.topSection{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 1.5em 0;}
.naviTopMobileMenu{font-size:.8em;flex:3;display:flex;align-items:center;}
.brand{flex:8;display:flex;justify-content:center;align-items:center;}
#logo{width:90%;}
.mobile-right-section{flex:2;display:flex;justify-content:flex-end;align-items:center;}
.mobile-menu-icon,.mini-basket-icon-mobile,.login-icon{max-width:26px!important;width:8vw;}
.login-icon{padding-right:4px;margin-right:7px;}
.search-section{display:block;padding-top:25px;}
.search-bar{display:flex;align-items:center;justify-content:center;margin:1.5em 0;height:50px;width: 100%;padding-left:5%;padding-right:10px;border-radius:34px;background:#f6f6f6;overflow:hidden;}
.search-bar input{height:65px!important;width:90%!important;font-weight:400!important;border:0!important;height:45px!important;font-size:1em!important;}
.search-submit-img{height: 100%;margin-right: 20px;}
.search-submit-img img {margin: 70%;}
.fb-shopheadermobile-wrapper  .promotion_div.popup_promotion{width:100%;left:0;top:0;max-height:95vh;}

/*! CSS Used from: https://www.formblitz.de/assets/css/font-awesome-5.min.css?v=1 ; media=all */
.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
.fa-check:before{content:"\f00c";}
.fa-times:before{content:"\f00d";}
.fas{font-family:"Font Awesome 5 Free";}
.fas{font-weight:900;}
/*! CSS Used from: https://www.formblitz.de/assets/css/style.css?v=7 ; media=all */
.montserrat{font-family:"Montserrat";}
.montserratBold{font-family:"Montserrat Bold";font-weight:100!important;}
.generalWrapper{min-width:980px;max-width:1800px;width:100%;display:inline-block;}
.fb-shopheadermobile-wrapper img{max-width:100%;width:100%;height:auto;border:0;}
.fb-shopheadermobile-wrapper form{margin-bottom:0;}
.fb-shopheadermobile-wrapper a{color:#1761FF;}
.fb-shopheadermobile-wrapper a:hover{text-decoration:underline;}
:focus{outline:none;outline-offset:0;}
.black{color:#000000!important;}
.darkblue{color:#1761FF;}
.white{color:#fff;}
.black{color:#000;}
.promotion_grey{z-index:1199;position:absolute;display:none;top:0;left:0;width:0;height:0;background-color:white;color:#000000;margin:0;padding:0;opacity:.6;}
.promotion_div{-webkit-box-shadow:-1px -1px 10px 0px rgba(50, 50, 50, 0.3);-moz-box-shadow:-1px -1px 10px 0px rgba(50, 50, 50, 0.3);box-shadow:-1px -1px 10px 0px rgba(50, 50, 50, 0.3);}
#promo_headrow{top:1%;right:1%;}
.promotion_div #promo_headrow{clear:both;}
.promotion_div #promo_headrow div{float:right;}
.fb-shopheadermobile-wrapper h2{font-size:120%;}
.promotion_div h3{font-weight:bold;}
.promotion_div p{padding:10px 0px;clear:both;}
#promo_disclaimer{padding-top:10px;font-size:10px;clear:both;}
.g-recaptcha{display:block;position:static;clear:both;}
.fb-shopheadermobile-wrapper h2,h3{color:#1761FF;font-weight:400;line-height:1.5em;}
.fb-shopheadermobile-wrapper h2{font-size:2.5em;}
.fb-shopheadermobile-wrapper h3{font-size:2em;}
.fb-shopheadermobile-wrapper *,*:before,*:after{box-sizing:inherit;}
.wrapper{width:100%;max-width:1800px;padding:0 10em;margin:0 auto;text-align:left;}
.fb-shopheadermobile-wrapper input[type=text]{color:#000;font-size:1em;font-weight:200;padding:.083em;}
.fb-shopheadermobile-wrapper input[type=search]{color:#979da4;border:.167em solid #ccc;font-size:1.167em;font-weight:700;line-height:1.167em;}
.fb-shopheadermobile-wrapper input[type=button]:disabled{cursor:not-allowed;}
.btn{background-color:#ebedee;color:#000;font-size:1em;border:.083em solid #ebedee;border-radius:.333em;padding:.417em 1.667em;cursor:pointer;white-space:break-spaces;}
.btn:hover{opacity:.8;}
.btn-darkblue{background-color:#1761FF;color:#fff;border-color:#1761FF;}
.brand{float:left;width:22%;}
.float-container{border:solid 1px #D2DCE6;box-sizing:border-box;position:relative;width:90%;display:inline-block;border-radius:.333em;}
.float-container input{border:none;font-size:.9em;outline:0;padding:1.4em 1em .6em 1em;width:100%;background:none;border-radius:.2em;border:1px solid transparent;}
.float-container label{font-size:.9em;font-weight:200;position:absolute;transform-origin:top left;transform:translate(0, .9em) scale(1);transition:all .1s ease-in-out;color:grey;padding-left:1.3em;padding-top:.2em;cursor:text;}
.search-input{-webkit-appearance:none;background:#f6f6f6;}
.search-input::placeholder{color:#9B9B9B;opacity:1;}
.promotionContainer{width:100%;height:100%;text-align:center;display:block;position:fixed;top:4%;left:0;z-index:1000000;}
.promotion_grey{display:block;width:100%;height:100%;position:fixed;}
.float-container{height:3.3em;}
.btn{max-height:3.3em;}
.upper{text-transform:uppercase;}
.absolute{position:absolute;}
.relative{position:relative;}
.inline-block{display:inline-block;}
.w-40{width:40%;}
.w-100{width:100%;}
.fb-shopheadermobile-wrapper .fs9{font-size:.9em;}
.fb-shopheadermobile-wrapper .fs11{font-size:1.1em;}
.fb-shopheadermobile-wrapper .fs13{font-size:1.3em;}
.fb-shopheadermobile-wrapper .fs16{font-size:1.6em;}
.fb-shopheadermobile-wrapper .fs-11{font-size:.8em;}
.fb-shopheadermobile-wrapper .lh-19{line-height:1.583em;}
.p-0{padding:0!important;}
.p-30{padding:2.433em!important;}
.pt-0{padding-top:0!important;}
.p-12{padding:1em!important;}
.mt-0{margin-top:0!important;}
.mb-5{margin-bottom:.417em!important;}
.mr-5{margin-right:.417em!important;}
.mr-20{margin-right:1.667em!important;}
.mt-10{margin-top:.833em!important;}
.mb-10{margin-bottom:.833em!important;}
.mb-15{margin-bottom:1.25em!important;}
.m-0{margin:0;}
.p-0{padding:0;}
.pointer{cursor:pointer;}
.mini-basket-link{text-decoration:none;}
/*! CSS Used fontfaces */
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(fonts/fa-regular-400.eot);src:url(fonts/fa-regular-400.eot#iefix) format("embedded-opentype"),url(fonts/fa-regular-400.woff2) format("woff2"),url(fonts/fa-regular-400.woff) format("woff"),url(fonts/fa-regular-400.ttf) format("truetype"),url(fonts/fa-regular-400.svg#fontawesome) format("svg");}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(fonts/fa-solid-900.eot);src:url(fonts/fa-solid-900.eot#iefix) format("embedded-opentype"),url(fonts/fa-solid-900.woff2) format("woff2"),url(fonts/fa-solid-900.woff) format("woff"),url(fonts/fa-solid-900.ttf) format("truetype"),url(fonts/fa-solid-900.svg#fontawesome) format("svg");}
@font-face{font-family:"Montserrat";src:url("fonts/Montserrat-Regular.ttf");}
@font-face{font-family:"Montserrat Bold";src:url("fonts/Montserrat-Bold.ttf");}

/*! CSS Used from: https://www.formblitz.de/assets/css/styleMobile.css?v=1.0 ; media=all */
.fb-shopheadermobile-wrapper .wrapper{padding:1em;padding-top:0;padding-bottom:0;margin-top:1em!important;}
.fb-shopheadermobile-wrapper .wrapper{min-width:100%;max-width:100%;}
#naviTopMobileLinks,.subCatListContainer,.catListContainer ul{display:none;}
#naviTopMobileLinks{list-style:none;}
#naviTopMobileLinks{margin-bottom:2em;margin-top:0!important;}
.fb-shopheadermobile-wrapper #naviTopMobileLinks li{clear:both;margin:0.2em 0 0.4em 0;font-size:120%;line-height:150%;border-bottom:0.1em solid #999999;cursor:pointer;color:#999999;}
.fb-shopheadermobile-wrapper #naviTopMobileLinks a.cat-link:visited{color:#999999;}
.fb-shopheadermobile-wrapper #naviTopMobileLinks li i.fa{font-size:1.4em;}
.fb-shopheadermobile-wrapper #naviTopMobileLinks ul{margin-bottom:0.2em;list-style:none;}
.catListContainer{padding-left:0;}
.catListContainer{margin-top:0;}
#naviTopMobileLinks .right{float:right;}
#naviTopMobileLinks a{text-decoration:none;}
#naviTopMobileLinks a,#naviTopMobileLinks a:visited{color:#003278;}
#u-0{display:block;}
/*! CSS Used from: https://www.formblitz.de/assets/css/font-awesome-5.min.css?v=1 ; media=all */
.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}
.fa-chevron-down:before{content:"\f078";}
.fa-chevron-up:before{content:"\f077";}
.fa{font-family:"Font Awesome 5 Free";}
.fa{font-weight:900;}
/*! CSS Used from: https://www.formblitz.de/assets/css/style.css?v=7 ; media=all */
.fb-shopheadermobile-wrapper a{color:#1761FF;}
.fb-shopheadermobile-wrapper a:hover{text-decoration:underline;}
:focus{outline:none;outline-offset:0;}
.fb-shopheadermobile-wrapper *,*:before,*:after{box-sizing:inherit;}
.wrapper{width:100%;max-width:1800px;padding:0 10em;margin:0 auto;text-align:left;}
}

@media screen and (max-width: 1050px){
.wrapper{padding:0 5em;}
.fb-shopheadermobile-wrapper .wrapper{min-width:0;width:100%;}
}

@media screen and (max-width: 1050px){
.wrapper{padding:0 5em;}
.fb-shopheadermobile-wrapper .generalWrapper,body .wrapper{min-width:0;width:100%;}
.fb-shopheadermobile-wrapper .btn{max-height:none;}
.fb-shopheadermobile-wrapper .promotionContainer{top:0;}
}

/* CSS Used Formblitz Shop Header Mobile -- END */

.formblitz-stoerer {
    position: fixed;
    z-index: 1000;
    top: 130px;
    left: calc( 50% + min(1560px,100vw)/2 - min(190px, 190px)/2);
    width: 190px;
    transform: translateX(-50%);
    height: 85px;
    background-color: white;
    background-image: url(img/Formblitz-Ratgeber_GFX-Button.svg);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: center left;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 23%);
    -webkit-transition: .3s;
    transition: .3s;
}


.formblitz-stoerer:hover {
    left: calc( 50% + min(1560px,100vw)/2 - min(500px, 500px)/2);
    width: 500px;
}

.l-subheader.at_middle {
    /*background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.59) 100%) !important;*/
}

.l-section-img {
    opacity: 1 !important;
}

.mainnav {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: medium;
    filter: brightness(1);
    padding-top: 20px;
}

.mainnav .w-nav-anchor {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.current-menu-item {
    filter: brightness(0.9);
}

.mainnav:hover {
    filter: brightness(0.9);
}


.icon-coronaratgeber::before  {
    color: green !important;
    width: 0px;
    height: 0px;
}

.l-subheader-h {
    overflow: hidden;
}

.mst-post-cat-wrapper-container {
    padding: 0 !important;
}

.post-content h1, h2, h3, h4, h5, h6 {
    padding-top: 0rem;
}

.fb-site-banner .l-section-h.i-cf .g-cols.vc_row
{
    width: 100%;
    margin: 0 !important;
}

.fb-site-banner-title
{
    margin-bottom: 0 !important;
}
.fb-site-banner-title div div h1 {
    display: inline-block;
    padding: 15px;
    color: white;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 50px;
}

.unterseite-title div div div {
    color: white !important;
}

.fb-site-banner-subtitle
{
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 17px;
}
.fb-site-banner-subtitle div div div {
    display: inline-block;
    color: white;
    padding: 10px;
    font-size: 17px;
    line-height: 29px;
}
.fb-site-banner-search-container {
    margin: 0 !important;
    width: 100%;
    position: relative;
    padding-left: 25%;
    padding-right: 25%;
}

.w-search-form form {
    border-style: solid;
    border-color: rgba(251, 251, 251, 0.32);
    border-radius: 0px;
    border-width: 10px;
}

.w-search-form form div input {
    height: 55px;
    color: black !important;
    font-size: 18px !important;
    font-weight: 300;
}

.select2-container--open .select2-selection, select:focus, textarea:focus, input:not([type="submit"]):focus, input:focus + .w-form-checkbox, input:focus + .w-form-radio {
    box-shadow: unset !important;
}

.fb-sitelocation-text
{
    color: #668eb3;
    padding-top: 27px;
    padding-bottom: 20px;
    padding-left: 170px;
    padding-right: 80px;
    font-family: Montserrat, sans-serif;
    font-size: 11pt;
    background-image: url(img/navigation-home-icon.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position-y: center;
    background-position-x: 130px;
}

.footer-row {
    background-color: #1761FF;
    color: white;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
}

.footer-row a {
    color: white !important;
}


.footer-text
{
    color: #000000;
    font-family: 'Roboto Slab';
    font-size: 14px;
    font-weight: 300px;
    line-height: 26px;
}

.footer-fblogo div img
{
    width: 180px;
}

.g-cols.gap-15px {
    margin: 0 calc(-15px) !important;
}

.rechtsgebiete-searchcontainer&gt;.wpb_column&gt;.vc_column-inner {
    padding: 0 !important;
}

.rechtsgebiete-searchcontainer&gt;.wpb_column&gt;.vc_column-inner .w-form-row-field {
    border: 1px solid gray;
}

.article-searchbar .w-form-row-field {
    border: 1px solid gray;
}

.article-bar-heading h3 {
    font-family: Montserrat, sans-serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 31px;
}

.article-bar-list-left {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23);
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

.article-bar-list-right {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23);
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

.article-bar-entry {
    cursor: pointer;
    background-image: url(img/ico_mietrecht_blue.svg), url(img/icon-arrow-button.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 12px, 97.5%;
    background-size: 32px, auto;
    color: #54789C;
    background-color: #f5f6fb;
    padding: 8px !important;
    padding-left: 60px !important;
    padding-top: 10px !important;
    padding-right: 30px !important;
    font-family: 'Roboto Slab';
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 45px;    
}

.article-bar-entry a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.category-arbeitsrecht .article-bar-entry {
    background-image: url(img/ico_arbeitsrecht_blue.svg), url(img/icon-arrow-button.png);
}

.category-corona-blog .article-bar-entry {
    background-image: url(img/ico_corona_blue.svg), url(img/icon-arrow-button.png);
}

.category-datenschutz .article-bar-entry {
    background-image: url(img/ico_datenschutz_blue.svg), url(img/icon-arrow-button.png);
}

.category-mietrecht .article-bar-entry {
    background-image: url(img/ico_mietrecht_blue.svg), url(img/icon-arrow-button.png);
}

.category-erbrecht .article-bar-entry {
    background-image: url(img/ico_testament_blue.svg), url(img/icon-arrow-button.png);
}

.category-unternehmensplanung .article-bar-entry {
    background-image: url(img/ico_unternehmensplanung_blue.svg), url(img/icon-arrow-button.png);
}

.category-vorsorge .article-bar-entry {
    background-image: url(img/ico_vorsorge_blue.svg), url(img/icon-arrow-button.png);
}

.article-bar-entry:not(:last-child) {
    margin-bottom: 1.2rem !important;
}

.post-title-container {
    padding-top: 2rem !important;
    padding-bottom: 0px !important;
}

.post-sidebox-title {
    position: relative;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    margin-bottom: -2rem !important;
    background-color: #1761FF;
    color: white;
    display: inline-block;
    padding: 0 20px;
}

.post-sidebox-subtitle div h3 {
    margin-top: 20px;
    font-size: 20pt;
    font-weight: 600;
}

.post-sidebox2-title {
    position: relative;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 50px;
    margin-bottom: -.5rem !important;
    background-color: #1761FF;
    color: white;
}

.post-sidebox-title div {
    height: 100%;
}

.post-sidebox2-title div {
    height: 100%;
}

.post-sidebox-title div h3 {
    color: white;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22pt;
    font-weight: 700;
}

.post-customsidebox-title {
    color: white;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22pt;
    background-color: #1761FF;
    position: relative;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 50px;
    margin-bottom: -.5rem !important;
    padding-top: 12px;
    background-color: #1761FF;
    color: white;
    font-family: Montserrat, sans-serif;
}

.post-customsidebox-text {
    color: #668eb1;
    padding: 10px;
    font-size: 12pt;
}

.post-sidebox-example {
    display: block;
}

.post-sidebox-button {
    background-color: transparent;
    border-radius: 25px;
    border: 2px solid #3e61ea;
    display: inline-block;
    cursor: pointer;
    color: #3e61ea;
    font-family: Montserrat, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    padding: 3px 30px;
    text-decoration: none;
    text-shadow:0px 1px 0px #ffffff;
    margin-bottom: 20px;
}
.post-sidebox-button:hover {
    color:#0b31ba;
    border-color:#0b31ba;
}
.post-sidebox-button:active {
    position:relative;
    top:1px;
}

.post-maincontainer {
    height: 450px;
}

.post-mainimage {
    position: absolute !important;
    height: 450px;
    width: 100%;
    background: #4b4b61;
}

.post-mainimage img {
    opacity: 0.3;
    position: absolute;
}

.post-maintitle-wrapper {
    padding: 0 200px !important;
    width: 100%;
}

.post-maintitle {
    position: relative;
    text-align: center;
    font-size: 40pt;
    line-height: 40pt;
    color: white;
    font-weight: 700;
    background-color: #1761FF;
    padding: 15px !important;    
}

.post-mainsubtitle {
    position: relative;
    width: 100%;
    color: #CBD4D9;
    font-size: 25pt;
}

.post-maincategory {
    background-color: white;
    color: #1761FF;
    padding: 10px !important;
    padding-right: 0 !important;
}

.post-maindate {
    background-color: white;
    color: #1761FF;
    padding: 10px !important;
}

.post-carousel-category {
    position: relative;
    left: 40px;
    height: 70px;
    font-family: Montserrat, sans-serif;
    font-size: 12pt;
}

.post-carousel-title {
    background-color: #1761FF;
    margin-top: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    position: absolute;
    width: 85%;
    left: 20px;
    top: 25px;
    z-index: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

.post-carousel-image {

}

.post-carousel-text {
    position: relative;
    top: -50px;
    left: 20px;
    background-color: white;
    width: calc(100% - 40px);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #414141;
    font-size: 11pt;
    line-height: 18pt;
    font-weight: 500;
}

.post-sidebar .wpb_wrapper {
    height: 100%;
}

.sidebox-tableofcontents {
    position: sticky;
    top: calc(100px + 2rem);
}

.sidebox-tableofcontents .lwptoc {
    margin: 0 !important;
}

.sidebox-tableofcontents .lwptoc_i {
    padding: 0;
}

.sidebox-tableofcontents .lwptoc_header {
    margin-bottom: 20px;
}

.sidebox-tableofcontents .lwptoc_title {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    overflow-wrap: break-word;
}

.sidebox-tableofcontents .lwptoc_toggle {
    display: none;
}

.sidebox-tableofcontents .lwptoc_items {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
}

.sidebox-tableofcontents .lwptoc_item {
    margin-bottom: 8px;
}

.sidebox-tableofcontents .lwptoc_item a {
    position: relative;
}

.sidebox-tableofcontents .lwptoc_item_number {
    position: absolute;
    color: #1761fe;
    font-weight: 600;
}

.sidebox-tableofcontents .lwptoc_item_label {
    display: block;
    padding-left: 1em;
    color: black;
}

.recommended-grid .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 430px;
}

.owl-carousel.navpos_outside .owl-next {
    left: calc(100% - 40px);
}

.owl-carousel.navpos_outside .owl-prev {
    right: calc(100% - 40px);
}

.fb-post-banner-search-container {
    width: 100%;
    padding-top: 35px;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 40px;
}

.fb-list {
    list-style-image: url(img/icon-list.png);
}

.fb-article-link {
    background-image: url(img/icon-arrow-article-link.png);
    background-repeat: no-repeat;
    background-position: right;
    font-family: 'Roboto Slab';
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    border-bottom-style: solid !important;
    border-bottom-width: 1px;
    border-image: linear-gradient(to right, rgba(0,0,255,0.1) 90%, rgba(0,0,0,0) 10%);
    border-image-slice: 1;
    margin-bottom: 0 !important;
    padding: 15px 0 !important;
    padding-right: 8px !important;
    color: #000000;
}

.fb-article-link a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fb-article-link div p a {
    color: #3f58f0 !important;
}

.fb-article-link:last-child {
    border-bottom-style: none;
}

.rubric-grid:not(.search-grid) .w-grid-list {
    flex-flow: column wrap;
    display: flex;
    max-height: 1200px;
}

.rubric-grid:not(.search-grid) .w-grid-list .w-grid-item .w-grid-item-h {
    height: 270px;
}

.rubric-grid .w-grid-list .w-grid-item .w-grid-item-h .w-vwrapper .post_image {
    display: none;
}

.rubric-grid:not(.search-grid) .w-grid-list .w-grid-item:nth-child(3) .w-grid-item-h {
    height: 430px;
}

.rubric-grid:not(.search-grid) .w-grid-list .w-grid-item:nth-child(5) .w-grid-item-h {
    height: 430px;
}

.rubric-grid:not(.search-grid) .w-grid-list .w-grid-item:nth-child(9) .w-grid-item-h {
    height: 430px;
}

.rubric-grid:not(.search-grid) .w-grid-list .w-grid-item:nth-child(3) .w-grid-item-h .w-vwrapper .post_image {
    height: 430px;
    display: block;
}

.rubric-grid:not(.search-grid) .w-grid-list .w-grid-item:nth-child(5) .w-grid-item-h .w-vwrapper .post_image {
    height: 430px;
    display: block;
}

.rubric-grid:not(.search-grid) .w-grid-list .w-grid-item:nth-child(9) .w-grid-item-h .w-vwrapper .post_image {
    height: 430px;
    display: block;
}

.rubric-grid:not(.search-grid) .w-grid-list .w-grid-item:nth-child(3) .rubric-grid-content {
    -webkit-line-clamp: 3;
}

.rubric-grid:not(.search-grid) .w-grid-list .w-grid-item:nth-child(5) .rubric-grid-content {
    -webkit-line-clamp: 3;
}

.rubric-grid:not(.search-grid) .w-grid-list .w-grid-item:nth-child(9) .rubric-grid-content {
    -webkit-line-clamp: 3;
}

.rubric-grid-article {
    border-color: transparent;
    border-style: solid;
    border-width: 1px;    
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23);
    padding: 30px;
    overflow-wrap: break-word;
    background-image: url(img/arrow.svg);
    background-repeat: no-repeat;
    background-position: bottom 20px right 20px;    
}

.rubric-grid-article-placeholder {
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    padding: 30px;
    overflow-wrap: break-word;
}

.rubric-grid-article:hover {
    border-color: #1761FF;
    border-style: solid;
    border-width: 1px;
}

.rubric-grid-article:hover .entry-title {
    color: #1761FF;
}

.rubric-grid-article .usg_post_image_1 {
    height: 220px !important;
}

.rubric-grid-article .usg_post_image_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.rubric-grid-category {
    color: #e6302f;
    font-weight: bold;
    font-variant: caps;
    text-transform: uppercase;
    margin-right: 0px !important;
}

.rubric-grid-date {
    color: #989898;
    font-weight: bold;
}

.rubric-grid-separatorbar {
    color: #989898;
    font-weight: bold;
    margin: 0 5px !important;
}

.rubric-grid-title {
    min-height: 2.5em;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}

.rubric-grid-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rubric-grid-linktitle {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.rubric-grid-linktitle a {
    height: 100%;
    width: 100%;
    display: block;
    color: transparent;
}
.rubric-grid-linktitle a:hover {
    color: transparent !important;
}

.rubric-grid-content {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-family: 'Roboto Slab';
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; 
}

.fb-row-no-bottompadding {
    padding-bottom: 0 !important;
}

.fb-hiddenrow {
    display: none;
}

.contactform-title {
    color: #1761FF;
    font-size: 12pt;
}

.wpcf7-form-control-wrap.container {
    white-space: nowrap;
    margin-bottom: 20px;
}

.wpcf7-form-control-wrap.rowleft {
    display: inline-block;
    width: 50%;
    padding-right: 10px;
}

.wpcf7-form-control-wrap.rowright {
    display: inline-block;
    width: 50%;
    padding-left: 10px;
    padding-right: 5px;
}

.wpcf7-form-control-wrap.hinweis {
    color: #638db3;
    font-size: 12pt;
    cursor: default;
}

.wpcf7-form-control-wrap.absenden {
    text-align: center;
}

.wpcf7-form-control-wrap input:not(.wpcf7-submit) {
    color: #638db3 !important;
    background-color: white !important;
    min-height: auto !important;
    line-height: normal !important;
    font-size: 12pt !important;
    padding: 10px !important;
    padding-top: 13px !important;
    margin-top: 20px !important;
    border-style: solid !important;
    border-color: #638db38a !important;
    border-width: 1px !important;
}

.wpcf7-form-control-wrap textarea {
    color: #638db3 !important;
    background-color: white !important;
    min-height: auto !important;
    line-height: normal !important;
    font-size: 12pt !important;
    padding: 10px !important;
    padding-top: 13px !important;
    border-style: solid;
    border-color: #638db38a;
    border-width: 1px; 
}

.wpcf7-form-control-wrap select {
    color: #638db3 !important;
    background-color: white !important;
    height: auto !important;
    min-height: auto !important;
    line-height: normal !important;
    font-size: 12pt !important;
    padding: 10px !important;
    padding-top: 13px !important;
    margin-bottom: 20px !important;
    border-style: solid;
    border-color: #638db38a;
    border-width: 1px;
}

.newsletter-box {
    height: 340px;
    border-style: solid;
    border-width: 4px;
    border-color: #ccd9e2;
}

.newsletter-box-title {
    position: relative;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    margin-bottom: 0 !important;
    background-color: #1761FF;
    display: inline-block;
    padding: 0 20px;
}

.nbt-post {
    top: -45px;
}

.newsletter-box-title div h3 {
    margin-top: 10px;
    font-size: 20pt;
    font-weight: 600;
    color: white;
}

.newsletter-box-contentbig {
    position: relative;
    top: -15px;
    margin-bottom: 0 !important;
}

.newsletter-box-contentbig div h6 {
    font-weight: 600;
}

.newsletter-box-advert1 {
    font-size: 10pt;
    color: #678fb3;
    background-image: url(img/newsletter-icon1.png);
    background-repeat: no-repeat;
    padding-left: 32px;
    line-height: normal;

    height: 32px;
    display: table;    
}

.newsletter-box-advert1 .wpb_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.newsletter-box-advert2 {
    font-size: 10pt;
    color: #678fb3;
    background-image: url(img/newsletter-icon2.png);
    background-repeat: no-repeat;
    padding-left: 32px;
    line-height: normal;

    height: 32px;
    display: table;      
}

.newsletter-box-advert2 .wpb_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.newsletter-box-input {
    padding: 10px !important;
    font-size: 13px !important;
    border-width: 0px !important;
    border-color: #ffffff !important;
    background-color: #d0dce8 !important;
    color: #608cb1 !important;
    border-radius: 25px !important;
    min-height: 0 !important;
    line-height: normal !important;
    padding-left: 20px !important;
    width: 170px !important;
}

.newsletter-box-input:focus {
    outline:none;
}

.newsletter-box-button {
    background-color: transparent;
    border-radius: 25px;
    border: 2px solid #3e61ea;
    display: inline-block;
    cursor: pointer;
    color: #3e61ea;
    font-family: "Montserrat", sans-serif;
    font-size: 11pt;
    font-weight: bold;
    padding: 2px 20px !important;
    margin-left: 10px !important;
    padding: 3px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1280px) {
    .newsletter-box-button {
        padding: 2px 5px !important;
    }
}

.newsletter-box-disclaimer {
    font-size: 7pt;
    line-height: normal;
    color: #c0c5c9;
}

#searchresults_rownotfound1 {
    padding-bottom: 0 !important;
}

.post-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 0;
}

.post-category {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FD181A;
}

.post-topinfo {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.post-date {
    font-family: 'Roboto Slab';
    font-size: 18px;
    line-height: 31px;
    color: #000000;
    font-weight: 300;
    margin-top: 0;
    display: none;
}

.post-topvorlagen-heading h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 45px;
    color: #000000;
    margin-bottom: 4rem;
}

.post-users-searched-for-heading h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 45px;
    color: #000000;
}

.post-show-date {
    display: none;
}

.post-content-row {
    padding-top: 20px !important;
}

.post-content {
    color: black;
}

.post-introduction {
    font-family: 'Montserrat';
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.post-content h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000000 !important;
    margin-bottom: 0;
}

.post-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000 !important;
    margin-bottom: 0;
}

.post-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000 !important;
    margin-bottom: 0;
}

.mainpage-grid-detailswrapper {
    pointer-events: none;
    background-color: white;
    position: absolute !important;
    right: 0;
    bottom: 60px;
    width: 350px;
    max-width: 90%;
    padding: 20px;
    padding-left: 25px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #f3f3f3;
    overflow-wrap: break-word;
}

.mainpage-grid-title {
    height: 4.5em;
    width: 100%;
}

.mainpage-grid-date {
	font-family: 'Montserrat SemiBold';
    font-size: 16px;
    color: gray;
    margin-bottom: 0 !important;
}

.mainpage-grid-readingtime {
    font-family: 'Montserrat';
    font-size: 16px;
    color: gray;
    margin-bottom: 0 !important;
}

.mainpage-grid-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mainpage-grid-image:before {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #007eff59;
    pointer-events: none;
}

.mainpage-grid-category {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;   
}

.mainpage-grid-content {
    width: 100%;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;   
    background-image: url(img/arrow.svg);
    background-repeat: no-repeat;
    background-position: bottom 8px right;    
    padding-right: 20px; 
}

.mainpage-grid-spacer {

}

.mainpage-grid-link {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    color: #ffffff;
    font-weight: 700;
    font-size: 26px;    
}

.owl-prev {
    background: #f4f5f7;
}

.owl-prev:hover {
    background: #d8d8d8 !important;
}

.owl-prev:after {
    content: '\f060' !important;
    font-family: fontawesome;
    font-weight: 100;
    padding-left: 0.2rem;
    color: #939393;
}

.owl-next {
    background: #f4f5f7;
}

.owl-next:hover {
    background: #d8d8d8 !important;
}

.owl-next:after {
    content: '\f061' !important;
    font-family: fontawesome;
    font-weight: 100;
    color: #939393;
}


.sidebox {
    background-color: #f5f8fd;
    padding: 5px;
    padding-top: 25px;
    padding-bottom: 30px;
    margin-top: 2rem !important;
}

.sidebox-first .sidebox {
    margin-top: 0 !important;
    border-style: solid;
    border-color: #1761fe;
    background-color: white;   
}

.sidebox .vc_column_container {
    margin-top: -35px;
}

.sidebox-light {
    background-color: white;
    border-style: solid;
    border-color: #FF1511;
    border-width: 2px;
    margin-top: 0 !important;
}

.sidebox-light .vc_column-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.sidebox:before {
    opacity: 0;
    top: -25px;
    right: calc(-100% - 5px + 40px);
    content: "";
    position: relative;
    border-width: 0 40px 40px 0;
    border-style: solid;
    border-color: #bccffa #ffffff;
}

.sidebox-light:before {
    top: calc(-25px - 2px);
    right: calc(-100% - 5px + 40px - 2px);
    border-color: #FF1511 #ffffff;
}

.sidebox-post:before {
    top: 0.5rem;
}

.sidebox-custom:before {
    position: relative;
    top: -25px;
    right: calc(-100% - 5px + 40px);
    width: 0px;
}

.sidebox-first .sidebox:before {
    top: -28px;
    right: calc(-100% - 5px + 37px);
    border-color: #1761fe #ffffff;
}

.sidebox-custom .vc_column-inner {
    margin-top: -40px;
}

.sidebox-custom-title {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    overflow-wrap: break-word;
}

.sidebox-custom-content {
    font-family: 'Roboto Slab';
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
}

.sidebox-title div p {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: 26px;
    line-height: 19px;
}

.sidebox-newsletter-title div p {
    font-family: 'Montserrat', sans-serif;
    color: #1761FF;
    font-weight: 600;
    font-size: 24px;
    line-height: 19px;  
}

.sidebox-content {
    font-family: 'Roboto Slab';
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.sidebox-contentbold {
    color: #1761FF;
    font-family: 'Roboto Slab';
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;    
}

.sidebox-contentsmall {
    color: #000000;
    font-family: 'Roboto Slab';
    font-size: 14px;
    line-height: normal;
    font-weight: 300px;
}

.sidebox-input {
    background-color: #f5f8fd !important;
    color: #868686 !important;
    font-family: 'Roboto Slab';
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.08) inset !important;
}

.sidebox-button {
    background-color: transparent;
    border-radius: 3px !important;
    border: 2px solid #3e61ea;
    display: inline-block;
    cursor: pointer;
    color: #3e61ea;
    font-family: "Montserrat", sans-serif !important;
    font-size: 17px !important;
    line-height: 23px !important;
    font-weight: 700 !important;
    padding: 15px 30px !important;
    text-decoration: none;
    text-shadow:0px 1px 0px #ffffff;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 20px;  
    box-shadow: none !important;
}

.sidebox-button:before {
    border-style: none !important;
}

.mainpage-9grid-element {
    height:285px;
    margin-bottom: 30px!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 19px;
    font-weight: 600;
}

.mainpage-9grid-element.last-row {
    margin-bottom: 0 !important;
}

.topvorlage-entry {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.23);
    padding: 10px;
    border-style:solid;
    border-color:transparent;
    border-width:1px;
}

.topvorlage-entry:hover {
    border-color:#0b31ba;
}

.topvorlage-title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    width: 100%;
    height: 4.5rem;
}

.topvorlage-title a {
    word-wrap: break-word
}

.topvorlage-image {
    height: 200px;
    width: 128px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.kostenlose-muster {
    text-align: center;
}
.kostenlose-muster a {
    white-space: nowrap;
    font-weight: 500;
    margin: 1rem;
}

.kostenlose-vorlage-bluebox {
    background: #e2ebf8;
    padding: 1.2rem;  
}

.kostenlose-vorlagen-grid .w-grid-list {
    margin: 0 !important;
    position: relative;
    width: max(min(100%, 1000px), 80%);
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 900px) {
   .kostenlose-vorlagen-grid .w-grid-list .w-grid-item {
        padding: .5rem !important;
    }
}

@media only screen and (max-width: 600px) {
    .kostenlose-vorlagen-grid .w-grid-list {
        width: max(min(100%, 300px), 60%);
    }
    .kostenlose-vorlagen-grid .w-grid-list .w-grid-item {
        padding: .5rem !important;
    }
}

.fb-advertbanner-row .l-section-h .g-cols {
    margin: 0 -3rem;
}

.newsletterpopup-row {
    position: fixed !important;
    bottom: 5px;
    right: 5px;
    top: unset !important;
    padding: 0 !important;
    width: 800px;
    height: 230px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.28);
}

.newsletterpopup-image {
    margin: 0 !important;
}

.newsletterpopup-image div img {
    height: 230px;
    width: auto;
}

.newsletterpopup-content {
    width: 600px;
    padding: 20px;
    padding-right: 0 !important;
    background-image: url(img/close.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: calc(10px);  
}

.newsletterpopup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 12px;
    color: transparent !important;
}

.newsletterpopup-input {
    height:50px;
    width: 300px !important;
    background-color: #F3F6FA !important;
    color: #969696 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    border-radius: 3px !important;
    border-style: none !important;
    box-shadow: none !important;
    margin-bottom: 10px !important;
}

.newsletterpopup-button {
    height:50px;
    background-color: transparent;
    border-radius: 3px !important;
    border: 2px solid #3e61ea !important;
    display: inline-block;
    cursor: pointer;
    color: #3e61ea !important;
    font-family: Montserrat, sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 6px 30px !important;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    margin-left: 10px;
    box-shadow: none !important;
}

.newsletterpopup-button:before {
    border-style: none !important;
}

.mst-post-cat-wrapper-container {
    max-width: unset;
}

.categorypage-morebox .vc_column-inner {
    background-color: #ebf0f4;
}

.categorypage-moreheading {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 43px;
}

.categorypage-interestingheading {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 45px;
}

.adbanner img {
    width: 100%;
}

.adbanner-mobile {
    display: none;
}

.datenschutz-banner-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .datenschutz-banner-desktop {
        display: none;
    }
    .datenschutz-banner-mobile {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .fb-post-banner-search-container {
        width: 100%;
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 !important;
        margin-left: -.5rem !important;
        padding-bottom: 20px;
    }
    .fb-advertbanner-row .l-section-h .g-cols {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 1024px) {
    .article-bar-heading h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .mainpage-grid-link {
        font-size: 22px; 
        line-height: 26px;   
    }   
    .categorypage-list {
        overflow: scroll;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 900px) {
    .rubric-grid:not(.search-grid) .w-grid-list {
        flex-flow: column;
        display: flex;
        max-height: unset;
        flex-wrap: wrap;
    }
    .rubric-grid:not(.search-grid) .w-grid-item {
        width: 100% !important;
    }
    .fb-site-banner-search-container {
        padding-right: 10%;
        padding-left: 10%;
    }
    .header-startseite .l-section-img {
        background-image: url(../../uploads/2020/07/startseite-header-mobil.jpg) !important;
    }
    .header-mietrecht .l-section-img {
        background-image: url(../../uploads/2020/07/mietrecht-header-mobil.jpg) !important;
    }
    .header-arbeitsrecht .l-section-img {
        background-image: url(../../uploads/2020/07/arbeitsrecht-header-mobil.jpg) !important;
    }
    .header-vorsorge .l-section-img {
        background-image: url(../../uploads/2020/07/vorsorge-header-mobil.jpg) !important;
    }
    .header-testament .l-section-img {
        background-image: url(../../uploads/2020/07/testament-header-mobil.jpg) !important;
    }
    .header-datenschutz .l-section-img {
        background-image: url(../../uploads/2020/07/datenschutz-header-mobil.jpg) !important;
    }
    .header-corona .l-section-img {
        background-image: url(../../uploads/2020/07/corona-header-mobil.jpg) !important;
    }
    .header-suche .l-section-img {
        background-image: url(../../uploads/2020/07/suche-header-mobil.jpg) !important;
    }
    .newsletterpopup-row {
        opacity: 0;
    }
}

@media only screen and (max-width: 600px) {
    .mobile-hidden {
        display: none;
    }
    .fb-site-banner-title div div h1 {
        font-size: 32px;
    }
    .fb-site-banner-subtitle {
        font-size: 14px;
    }
    .fb-site-banner-search-container {
        padding-bottom: 20px;
    }

    .fb-post-banner-search-container {
        margin: 0 !important;
    }

    .mst-post-cat-wrapper-container {
        max-width: unset !important;
        margin: 0 !important;
        padding: 0 !important;
    }   

    .mobile-category-separator {
        height: 80px !important;
    }

    .mobile-padding-row {
        margin-left: 33px;
        margin-right: 33px;
    }

    .sidebox-light {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .sidebox-custom-info {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .fb-site-banner {
        margin: 0 !important;
    }

    .rubric-grid:not(.search-grid) .w-grid-list {
        flex-flow: wrap;
        display: flex;
        max-height: unset;
    }

    .adbanner {
        display: none;
    }

    .adbanner-mobile {
        display: inherit;
    }

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

    .categorypage-intro&gt;.vc_column-inner {
        padding: 0 !important;
    }

    .newsletter-column&gt;.vc_column-inner {
        padding: 0 !important;
    }   
}

.topthemen-container h1, .topthemen-container h2, .topthemen-container h3, .topthemen-container h4, .topthemen-container h5, .topthemen-container h6 {
    color:  #1761FF;
}

.topthemen-maincontent h2:not(:first-child) {
    margin-top: 4rem;
}

.topthemen-container a {
    text-decoration: underline;
}

.topthemen-container ul {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.topthemen-container ul li::before { 
    color: #1761FF; 
    font-size: 1em;
    content: "+ ";
}

.topdownload-bild {
    min-height: 12rem;
    text-align: center;
}

.topvorlage-entry .topdownloadlink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.topdownload-bild img {
    position: absolute;
    top: 6rem;
    left: 50%;
    max-width: 50%;
    transform: translateX(-50%);
}
.topthemen-moreoftopic .post_title {
    color:#1761FF;
    padding-left: 2rem;
}
.topthemen-moreoftopic .post_title a {
    text-decoration: none;
}

.topthemen-moreoftopic .post_title::before {
    font-size: 1em;
    content: "";
    background-image: url(img/bulletIcon.svg);
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 100%;  
}
                    .navitopElementContainer a { color: black !important; }
                    .fb-site-banner-title h1 { color: black !important; }
                    .fb-site-banner-search-container { display: none !important; }
                    .fb-site-banner-subtitle div div div { color:#1761FF; }
                    .l-section { max-width: 1360px; margin-left: auto; margin-right: auto; }
                    .mainpage-9grid-element .vc_column_container { background:#1761FF; }
                    .l-section.adbanner { display: none; }
                    footer { padding-top:3rem; }
                    .mainpage-grid-image img { display: none !important; }
                    .fb-site-banner { padding-bottom: 0 !important; }
                    /* .mst-post-cat-wrapper-container { padding-top: 4rem !important; } */
                    body, .sidebox-content, .rubric-grid-title, .rubric-grid-content, .sidebox-contentsmall, .sidebox-contentbold, .fb-article-link { font-family: Montserrat, sans-serif; }
                    .sidebox-title { margin-bottom: 1.5rem; }
                    .fbshop-input[type="search"] { border: none; }
                    .w-grid-item .w-hwrapper, .w-grid-item .w-vwrapper { margin: 1rem; }
                    *:empty { padding: 0 !important; }
                    .wpb_wrapper:empty { display: none !important; }
/*                    .post-title-container:first-child { padding-top: 6rem !important; } */
                    .topdownload-bild { min-height: unset !important; }
                    .post-users-searched-for-heading { display: none !important; }
                    .article-searchbar, .rechtsgebiete-searchcontainer  { display: none !important; }
                    .w-grid-item-h &gt; .w-vwrapper:only-child { height: unset !important; }
                    .breadcrumb { margin-top: 160px; }
                    .sidebox-newsletter-title { margin-bottom: 1rem; margin-top: 1rem; }
                    #nl_abo_email { margin-top: 1rem; }
                    #nl_abo_email ~ #newsletter-button { margin-bottom: 0; }
                    .wrapper { max-width: 1360px;padding: 0; }
                    .breadcrumb .breadcrumb-content { max-width: 1360px;padding-left: 3rem;  }
		    .fb-shopheader { padding-bottom: 1rem; }
		    .fbshop-input[type="search"] { background: transparent;border: none !important;font-size: 1rem !important;padding-left: 2rem !important;font-weight:normal !important;color:#575757 !important; }
                    .fbshop-input[type="search"], .fbshop-input[type="search"]:placeholder { font-size: 1rem !important; }
                    .searchSubmitImg { padding-right: 1.5rem !important; }
                    .search-icon { background-color: transparent !important;border:1px solid #d3d3d3 !important;max-width: 567px;margin-left: auto; }
                }</pre></body></html>