/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author: PERIMETRIK®
Author URI: https://perimetrik.de
Template: Divi
*/

/******************************************************
    01. Schriften
*******************************************************/

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/Divi-child/fonts/roboto-v30-latin-300.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/Divi-child/fonts/roboto-v30-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/Divi-child/fonts/roboto-v30-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/Divi-child/fonts/roboto-v30-latin-700.woff2') format('woff2');
}


h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 500 !important;
}

h4.dachzeile-titel, h2.widget{
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 300 !important;
}

.et-db .et-l body, body, input, textarea, select, button{
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 400 !important;
}

/******************************************************
    02. Allgemeine Schriftgrößen
*******************************************************/

h1 { font-size: clamp(26px, 2vw, 30px) !important; }
h2 { font-size: clamp(24px, 1.867vw, 28px) !important; }
h3 { font-size: clamp(22px, 1.733vw, 26px) !important; }
h4 { font-size: clamp(20px, 1.6vw, 24px) !important; }
h5 { font-size: clamp(18px, 1.467vw, 22px) !important; }
h6 { font-size: clamp(16px, 1.333vw, 20px) !important; }
body { font-size: clamp(15px, 1.067vw, 16px) !important; }
ul li{ font-size: clamp(15px, 1.067vw, 16px) !important; }
.right figcaption { font-size: clamp(12px, 0.933vw, 14px) !important; }

a.et_pb_button, a.e-paper-button, a.magazin-button{font-size: clamp(15px, 0.933vw, 14px) !important;}

/* News klein */
.post-infos-small .post-date{font-size: clamp(12px, 0.8vw, 12px) !important; line-height: 1.2em !important;}
.post-infos-small h3.small-titel{font-size: clamp(17px, 0.933vw, 14px) !important;} 
.post-infos-small h3.small-titel span{font-size: clamp(15px, 0.933vw, 14px) !important;}

/* News List */
.post-content h3.post-titel{font-size: clamp(17px, 1.333vw, 20px) !important;} 
.post-content h4.dachzeile-titel{font-size: clamp(15px, 1.2vw, 18px) !important;}
.post-content{font-size: clamp(15px, 1.067vw, 16px) !important; line-height: 1.4em}
.post-meta span{font-size: clamp(11px, 0.933vw, 14px) !important;}

/* News Advertorials */
.post-wrapper h3.post-titel{font-size: clamp(15px, 1.333vw, 20px) !important;} 
.post-wrapper h4.dachzeile-titel{font-size: clamp(14px, 1.2vw, 18px) !important;}
.post-wrapper .post-excerpt{font-size: clamp(12px, 1.067vw, 16px) !important; line-height: 1.4em}
.post-besonderheit, .asm_async_creative{font-size: clamp(10px, 0.667vw, 10px) !important;}

/* Jobs */
.job h4{font-size: clamp(15px, 1.333vw, 20px) !important;} 

.post-excerpt{font-size: clamp(18px, 1.467vw, 22px) !important;line-height: 1.6em !important;}

@media all and (min-width: 1441px){

    .post-grid .post-meta{font-size: 0.88rem !important;} /* 14px */
    .post-grid .post-content h3.post-titel-grid span{font-size: 1rem !important;} /* 16px */
    .post-grid .post-content h3.post-titel-grid{font-size: 0.94rem !important;} /* 15px */
    .post-grid .post-content{font-size: 0.88rem !important;} /* 14px */

    .termin-table .event-title h4{font-size: 0.88rem !important;} /* 14px */
    .termin-table .event-date{font-size: 0.75rem !important;line-height: 1.2em !important;} /* 12px */
    .termin-table .event-location{font-size: 0.75rem !important;} /* 12px */

    .termin-loop .event-title h3{font-size: 1.25rem !important;} /* 20px */
    .termin-loop .event-date-location{font-size: 0.88rem !important;} /* 14px */
    .termin-loop .event-excerpt{font-size: 1rem !important; line-height: 1.4em} /* 16px */

    .pcm-title{font-size: 1rem !important;}
    a.thema-term, a.firma-hersteller-term, a.sortiment-produkte-term{font-size: 1rem !important;}

    h2.widget{font-size: 1.38rem !important;} /* 22px */

/*    h3.post-excerpt{font-size: clamp(18px, 1.467vw, 22px) !important;line-height: 1.6em !important;} /* 18px */
}

@media all and (min-width: 1101px) and (max-width: 1440px){

    .post-grid .post-meta{font-size: 0.88rem !important;} /* 14px */
    .post-grid .post-content h3.post-titel-grid span{font-size: 1rem !important;} /* 16px */
    .post-grid .post-content h3.post-titel-grid{font-size: 0.94rem !important;} /* 15px */
    .post-grid .post-content{font-size: 0.88rem !important;} /* 14px */

    .termin-table .event-title h4{font-size: 0.88rem !important;} /* 14px */
    .termin-table .event-date{font-size: 0.75rem !important;line-height: 1.2em !important;} /* 12px */
    .termin-table .event-location{font-size: 0.75rem !important;} /* 12px */

    .termin-loop .event-title h3{font-size: 1.19rem !important;} /* 19px */
    .termin-loop .event-date-location{font-size: 0.81rem !important;} /* 13px */
    .termin-loop .event-excerpt{font-size: 0.94rem !important; line-height: 1.4em} /* 15px */

    .pcm-title{font-size: 1rem !important;}
    a.thema-term, a.firma-hersteller-term, a.sortiment-produkte-term{font-size: 1rem !important;}

    h2.widget{font-size: 1.31rem !important;} /* 21px */

/*    h3.post-excerpt{font-size: clamp(18px, 1.467vw, 22px) !important;line-height: 1.6em !important;} /* 18px */
}

@media all and (min-width: 981px) and (max-width: 1100px) {

    .post-grid .post-meta{font-size: 0.88rem !important;} /* 14px */
    .post-grid .post-content h3.post-titel-grid span{font-size: 1rem !important;} /* 16px */
    .post-grid .post-content h3.post-titel-grid{font-size: 0.94rem !important;} /* 15px */
    .post-grid .post-content{font-size: 0.88rem !important;} /* 14px */

    .termin-table .event-title h4{font-size: 0.88rem !important;} /* 14px */
    .termin-table .event-date{font-size: 0.75rem !important;line-height: 1.2em !important;} /* 12px */
    .termin-table .event-location{font-size: 0.75rem !important;} /* 12px */

    .termin-loop .event-title h3{font-size: 1.13rem !important;} /* 18px */
    .termin-loop .event-date-location{font-size: 0.81rem !important;} /* 13px */
    .termin-loop .event-excerpt{font-size: 0.94rem !important; line-height: 1.4em} /* 15px */

    .pcm-title{font-size: 1rem !important;}
    a.thema-term, a.firma-hersteller-term, a.sortiment-produkte-term{font-size: 1rem !important;}

    h2.widget{font-size: 1.25rem !important;} /* 20px */

/*    h3.post-excerpt{font-size: 1.13rem !important;line-height: 1.6em !important;} /* 18px */
}

@media all and (min-width: 768px) and (max-width: 980px) {

    .post-grid .post-meta{font-size: 0.88rem !important;} /* 14px */
    .post-grid .post-content h3.post-titel-grid span{font-size: 1rem !important;} /* 16px */
    .post-grid .post-content h3.post-titel-grid{font-size: 0.94rem !important;} /* 15px */
    .post-grid .post-content{font-size: 0.88rem !important;} /* 14px */

    .termin-table .event-title h4{font-size: 0.88rem !important;} /* 14px */
    .termin-table .event-date{font-size: 0.75rem !important;line-height: 1.2em !important;} /* 12px */
    .termin-table .event-location{font-size: 0.75rem !important;} /* 12px */

    .termin-loop .event-title h3{font-size: 1.13rem !important;} /* 18px */
    .termin-loop .event-date-location{font-size: 0.81rem !important;} /* 13px */
    .termin-loop .event-excerpt{font-size: 0.94rem !important; line-height: 1.4em} /* 15px */

    .pcm-title{font-size: 0.94rem !important;}
    a.thema-term, a.firma-hersteller-term, a.sortiment-produkte-term{font-size: 0.94rem !important;}

    h2.widget{font-size: 1.19rem !important;} /* 19px */

/*    h3.post-excerpt{font-size: 1.06rem !important;line-height: 1.6em !important;} /* 17px */
}

@media all and (min-width: 481px) and (max-width: 767px) {

    .post-grid .post-meta{font-size: 0.75rem !important;} /* 14px */
    .post-grid .post-content h3.post-titel-grid span{font-size: 1rem !important;} /* 16px */
    .post-grid .post-content h3.post-titel-grid{font-size: 0.94rem !important;} /* 15px */
    .post-grid .post-content{font-size: 0.88rem !important;} /* 14px */

    .termin-table .event-title h4{font-size: 1.06rem !important;} /* 17px */
    .termin-table .event-date{font-size: 0.75rem !important;line-height: 1.2em !important;} /* 12px */
    .termin-table .event-location{font-size: 0.75rem !important;} /* 12px */

    .termin-loop .event-title h3{font-size: 1.06rem !important;} /* 17px */
    .termin-loop .event-date-location{font-size: 0.75rem !important;} /* 12px */
    .termin-loop .event-excerpt{font-size: 0.88rem !important; line-height: 1.4em} /* 14px */

    .pcm-title{font-size: 0.94rem !important;}
    a.thema-term, a.firma-hersteller-term, a.sortiment-produkte-term{font-size: 0.94rem !important;}

    h2.widget{font-size: 1.13rem !important;} /* 18px */

/*    h3.post-excerpt{font-size: 1.06rem !important;line-height: 1.6em !important;} /* 17px */
}

@media all and (max-width: 480px) {

    .post-grid .post-meta{font-size: 0.75rem !important;} /* 12px */
    .post-grid .post-content h3.post-titel-grid{font-size: 1rem !important;} /* 16px */

    .termin-table .event-title h4{font-size: 1rem !important;}
    .termin-table .event-date{font-size: 0.75rem !important;}
    .termin-table .event-location{font-size: 0.75rem !important;}

    .termin-loop .event-title h3{font-size: 17px !important;} 
    .termin-loop .event-date-location{font-size: 14px !important;} 
    .termin-loop .event-excerpt{font-size: 15px !important;}

    .pcm-title{font-size: 15px !important;}
    a.thema-term, a.firma-hersteller-term, a.sortiment-produkte-term{font-size: 15px !important;}

    h2.widget{font-size: 18px !important;}
}

/******************************************************************/
/* Allgemeine Einstellungen */
/******************************************************************/

h1.h1-title span{
    font-weight: 300 !important;
}
h2.h2-title{
    border-bottom: 1px solid #999999;
}
h2.h2-title-thin, 
.post-infos-small h4.dachzeile-titel, 
.small-titel span,
.post-meta .post-date,
.post-besonderheit,
.post-titel-grid{
    font-weight: 300 !important;
}
.event-meta .event-date, 
.event-meta .event-location,
.post-meta .post-date-grid{
    font-weight: 300 !important;
}

h3.post-titel-grid span{
   font-weight: 500 !important; 
}
a.e-paper-button, a.magazin-button, .et_pb_button, button{
    font-weight: 400 !important;
}

sub, sup{
    font-size: 10px !important;
    font-weight: 400 !important;
}

strong {
    font-weight: 600 !important;
}
/* Silbentrennung */
h1, h2 {
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; 
}
h3, h4, h5, h6 {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}
body {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}
::selection {
    background: #bbce00; /* WebKit/Blink Browsers */
    color: white;
}
::-moz-selection {
    background: #bbce00; /* Gecko Browsers */
    color: white;
}
#catapult-cookie-bar {
    z-index:999999999!important;
}
/* Bild Portrait oder Landscape  */
 .landscape .et_pb_image_wrap {
    padding-top: 56.25%;
    display: block;
 }
 .portrait .et_pb_image_wrap {
    padding-top: 177.78%;
    display: block;
 }
.landscape .et_pb_image_wrap img,
.portrait .et_pb_image_wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.landscape .et_pb_main_blurb_image{
    display: block;
}
.landscape .et_pb_main_blurb_image .et_pb_image_wrap {
    padding-top: 66.67%;
    display: block;
    position: relative;
}
.landscape .et_pb_main_blurb_image .et_pb_image_wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}



/* buttons fixed to the bottom */

.gq_r_fixed_buttons .et_pb_column {
    padding-bottom:30px;
}

.gq_r_fixed_buttons .et_pb_button_module_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.et-db #left-area ul, 
.et-db .entry-content ul, 
.et-db .et-l--body ul, 
.et-db .et-l--footer ul, 
.et-db .et-l--header ul {
/*  color: #bbce00 !important;*/
    list-style-type: square;
}
.post-keywords li a{
    color: #000000;
}
.post-keywords li a:hover{
    border-bottom: 1px dotted #bbce00;
}
.shariff-buttons li.shariff-button{
    margin: 0px 5px 5px 0px !important;
}

.et_pb_post_content .et_builder_inner_content.et_pb_gutters2 .et_pb_section{
    padding: 0;
}
.et_pb_post_content .et_builder_inner_content.et_pb_gutters2 .et_pb_row{
    width: 100% !important;
}

.h3-padding-bottom-0 h3 {
    padding-bottom: 0 !important;
}

.asm_async_creative img{
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    left: 0 !important;
}

/******************************************************************/
/* Bild - Aspecto Ratio */
/******************************************************************/

/*.et_pb_gutters2 .et_pb_pcm_image{
    margin-bottom: 0 !important;
}
.et_pb_gutters2 .et_pb_pcm_image .et_pb_image_wrap img{
    display: block;
} */

/*image aspect ratio square 1:1*/
.image-1-1 .et_pb_image_wrap {
    padding-top: 100%;
    display: block;
}
.image-1-1 .et_pb_image_wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

/*image aspect ratio landscape 16:9*/
.image-16-9 .et_pb_image_wrap {
    padding-top: 56.25%;
    display: block;
}
.image-16-9 .et_pb_image_wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

/*image aspect ratio landscape 4:3*/
.image-4-3 .et_pb_image_wrap {
    padding-top: 75%;
    display: block;
}
.image-4-3 .et_pb_image_wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

/*image aspect ratio landscape 3:2*/
.image-3-2 .et_pb_image_wrap {
    padding-top: 66.66%;
    display: block;
}
.image-3-2 .et_pb_image_wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

/******************************************************************/
/* Header - Navigation */
/******************************************************************/
@media only screen and ( max-width: 1100px ) {
    #top-menu-nav, #top-menu {display: none;}
    #et_top_search {display: none;}
    #et_mobile_nav_menu {display: block;}
}
/*** Mobile menü Scrollen ***/
.et_mobile_menu {
    overflow-y:scroll!important;
    max-height:80vh!important;
    overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
}
.nav li a{
    font-weight: 400;
}
.nav li ul{
    width: 360px;
    border-top-width: 2px;
}
#top-menu li{
    padding-right: 10px;
}
#top-menu li li a{
    width: 320px;
}
#top-menu li li ul {
    right: 360px !important;
    left: auto !important;
    top: -22px;
}
#top-menu .current-menu-item a::before {
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
    opacity: 1.0;
}
/*#top-menu li a:hover:before {
-webkit-transform: translateY(18px);
transform: translateY(18px);
opacity: 1;
}*/
#top-menu li a:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: #e30016; /* Change your color here */
    width: 100%;
    height: 2px;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    opacity: 0;
    transition: 0.3s ease;
}
#top-menu li ul.sub-menu li a:before{
    opacity: 0;
}
#top-menu li ul.sub-menu li.current-menu-item a:before{
    opacity: 1;
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    height: 0;
}
#top-menu li ul.sub-menu li.current-menu-item > a{
    color: #bbce00;
}
/******************************************************************/
/* Gravity Form */
/******************************************************************/

.gform_wrapper .gform_footer input.button {
 float: right;
 background: #bbce00;
 border: 1px solid #bbce00;
 font-size: 22px;
 color: #ffffff;
 padding: 12px 23px;
 border-radius: 3px;
 letter-spacing: 0;
 cursor: pointer;
 font-weight: 400 !important;
}

.gform_wrapper .gform_footer input.button:hover {
 background: #bbce00;
 border: 1px solid #bbce00;
}

#footer-contact .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px) !important;
}
#footer-contact .gform_wrapper ul.gform_fields li.gfield,
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
#footer-contact .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"]{
    font-size: 16px;
}
#footer-contact .gfield_consent_label a{
    color: #ffffff !important;
    border-bottom: 1px dotted #fff;
}

/* NL */
.gf-form-style {
    /*background-color: #e5e5e5;
    padding: 20px;*/
    font-size: 16px !important;
}
.gf-form-style fieldset {
    border: 0 !important;
}
.gf-form-style fieldset legend.gfield_label {
    padding: 0px !important;
    border-bottom: none !important;
}
.gf-form-style .gform_footer {
    padding-bottom: 0 !important;
}
.gf-form-style input[type="submit"] {
    margin-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .gf-form-style .gfield_checkbox label, 
.gform_wrapper.gravity-theme .gf-form-style .gfield_radio label {
    font-size: 16px !important;
}
/*.gform_wrapper .gf-form-style fieldset.newsletter-checkbox-box button[type="button"]#button_15_select_all,
.gform_wrapper.gravity-theme .gfield_checkbox button {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 13px !important;
    background: #bbce00;
    border: 0px solid #bbce00 !important;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px !important;
    cursor: pointer;
    line-height: normal;
}*/
.gf-form-style fieldset .gfield_checkbox {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
}
@media (max-width: 1000px) {
    .gf-form-style fieldset .gfield_checkbox {
        display: block;
    }
}
@media (min-width: 1000px) {
    .gform_wrapper .gf-form-style fieldset.e-paper-checkbox-box label, 
    .gform_wrapper .gf-form-style fieldset.newsletter-checkbox-box label {
        white-space: nowrap;
        padding-right: 20px;
    }
}

/* readonly */
#field_6_17 {
    height: 0;
}
@media (max-width: 480px) {
    .sfm-floating-menu{
        display: none !important;
    }
}


/******************************************************************/
/* Toggle */
/******************************************************************/
.et_pb_toggle {
    background: #ffffff;
}
.et_pb_toggle_content .et_pb_button {
    float: right;
    background-color: #000000 !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}
.et_pb_toggle_content .et_pb_button:hover{
    background-color: #000000 !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}
.et_pb_toggle_close .et_pb_toggle_title::before {
    content: "\f107";
    font-family: 'FontAwesome',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 900;
    color: #ffffff !important;
}
.et_pb_toggle_open .et_pb_toggle_title::before {
    content: "\f106";
    font-family: 'FontAwesome',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 900;
    color: #ffffff !important;
    display: block !important;
}
/******************************************************************/
/* Divi Module Person */
/******************************************************************/
.et_pb_team_member_image{
    max-width: 100%;
}
/******************************************************************/
/* Contact Form 7 */
/******************************************************************/
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
}
.wpcf7-submit {
color: #a8171a !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover {
background-color: #eee;
border-color:#eee;
padding: 6px 20px !important;
}
/******************************************************************/
/* WP Page Navi */
/******************************************************************/
.wp-pagenavi .current{
    background: #e30016;
    padding: 2px 8px;
}
.wp-pagenavi span.current{
    color: #fff !important;
}
.wp-pagenavi a, .wp-pagenavi span{
    color: #e30016 !important;
}
.wp-pagenavi a:hover{
    color: #000000 !important;
}
/******************************************************************/
/* Footer */
/******************************************************************/
#footer-bottom{
    padding: 15px 0 15px;
}
/******************************************************************/
/* Footer CTA */
/******************************************************************/
.cta-title-underline-white h1::after {
    content: "";
    display: block;
    width: 32%;
    padding-top: 20px;
    border-bottom: 2px solid #ffffff;
    transition: .5s;
    margin-bottom: 0;
}
.cta-title-underline-red h1::after {
    content: "";
    display: block;
    width: 220px;
    padding-top: 15px;
    border-bottom: 2px solid #E30016;
    transition: .5s;
    margin-bottom: 0;
}
.cta-title-underline-white h2::after {
    content: "";
    display: block;
    width: 32%;
    padding-top: 20px;
    border-bottom: 2px solid #ffffff;
    transition: .5s;
    margin-bottom: 15px;
}
.cta-title-underline-red h2::after {
    content: "";
    display: block;
    width: 220px;
    padding-top: 15px;
    border-bottom: 2px solid #E30016;
    transition: .5s;
    margin-bottom: 15px;
}
.term-group-box h4:after{
    content: "";
    display: block;
    width: 80px;
    padding-top: 15px;
    border-bottom: 2px solid #E30016;
    transition: .5s;
    margin-bottom: 10px;    
}
/******************************************************************/
/* Footer Kontaktformular */
/******************************************************************/
footer .et_pb_contact p input{
    padding: 10px;
}
/******************************************************************/
/* Registrierungsformular (ID: 4) */
/******************************************************************/

#gform_wrapper_4 .gform_required_legend {
    display: none;
}

input.text, 
input.title, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="text"], 
select, 
textarea {
  border: 0.5px solid #ddd !important;
}

.gform_wrapper.gravity-theme .gsection {
  border-bottom: 0.5px solid #ddd;
}

/******************************************************************/
/* Registrierungsformular (ID: 5) */
/******************************************************************/

#gform_wrapper_5 .gform_required_legend {
    display: none;
}

body button.gfield_choice_all_toggle,
body .et_pb_button,
body .gform_button,
.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover {
    font-weight: 400 !important;
    background-color: #c6de54 !important;
    border-width: 0px !important;
    border-radius: 0px !important;
    padding: 0.3em 1em !important;
    margin-top: 0px !important;
    color: #fff !important;
    line-height: 1.7em!important;
}

#gform_wrapper_5 .checkbox-datenschutz .gfield_required {
    display: none;
}

/* Abo-Bereich */
@media all and (min-width: 1000px) {
    #gform_wrapper_5 fieldset.e-paper-checkbox-box .gfield_checkbox,
    #gform_wrapper_5 fieldset.newsletter-checkbox-box .gfield_checkbox {
      display: flex;
      flex-direction: row;
      align-items: baseline;
    }

    #gform_wrapper_5 fieldset.e-paper-checkbox-box input[type="checkbox"],
    #gform_wrapper_5 fieldset.newsletter-checkbox-box input[type="checkbox"] {
      vertical-align: middle;
      /*margin-top: 7px;*/
      margin-left: 0;
    }

    #gform_wrapper_5 fieldset.e-paper-checkbox-box label,
    #gform_wrapper_5 fieldset.newsletter-checkbox-box label {
      white-space: nowrap;
      padding-right: 20px;
    }

    #gform_wrapper_5 fieldset.e-paper-checkbox-box .gchoice,
    #gform_wrapper_5 fieldset.newsletter-checkbox-box .gchoice {
        margin-bottom: 10px;
    }
}
/*#gform_wrapper_5 fieldset.e-paper-checkbox-box button,
#gform_wrapper_5 fieldset.newsletter-checkbox-box button {
    margin-top: 0px;
    font-size: 13px !important;
    background: #bbce00;
    border: 1px solid #bbce00;
    color: #fff;
    border-radius: 3px;
    padding: 0 5px 1px;
    cursor: pointer;
}*/

.widecolumn {
    text-align: center;
    padding: 20px;
}

/******************************************************************/
/* Key Visual */
/******************************************************************/
.key-visual-slide .et_pb_slide_description {
    text-align: left;
    position: relative;
    bottom: 0;
    padding: 45% 0 5% 0;
    display: grid;
}
.key-visual-slide .et_pb_slide_description .et_pb_slide_content h2{
    border-left: 4px solid #004d8c;
    padding-left: 20px;
}
.key-visual-slide .et_pb_slide_description .et_pb_text_overlay_wrapper{
    width: max-content;
}
.key-visual-slide .et_pb_slide_description .et_pb_slide_content h2{
    padding-bottom: 0 !important;
}
.key-visual-slide .et_pb_slide_description{
    max-width: 1280px;
    width: 100%;
}
@media all and (max-width: 1600px) {
    .key-visual-slide .et_pb_slide_description{
        max-width: 1280px;
        width: 90%;
    }
}
.key-visual-slide .et_pb_slide_description .et_pb_slide_content h2.key-visual-title span{
    text-transform: uppercase;
}
@media all and (min-width: 1405px) {
    .key-visual-slide .et_pb_slide_description .et_pb_slide_content h2{
        font-size: 3.125rem;
        line-height: 1.1em !important
    }
}
@media all and (min-width: 1100px) and (max-width: 1405px) {
    .key-visual-slide .et_pb_slide_description .et_pb_slide_content h2{
        font-size: 2.75rem;
        line-height: 1.1em !important
    } 
}
@media all and (max-width: 980px) {
    .key-visual-slide .et_pb_slide_description .et_pb_slide_content h2{
        font-size: 2.375rem;
    } 
}
@media all and (min-width: 768px) and (max-width: 980px) {
    .key-visual-slide .et_pb_slide_description .et_pb_slide_content h2{
        font-size: 1.875rem;
    } 
}
@media all and (max-width: 767px) {
    .key-visual-slide .et_pb_slide_description .et_pb_slide_content h2{
        font-size: 1.875rem;
    } 
}
@media all and (max-width: 479px) {
    .key-visual-slide .et_pb_slide_description .et_pb_slide_content h2{
        font-size: 1.875rem;
    }  
}
/* Text-Animation im Slider ausschalten */
.key-visual-slide .et_pb_slide_image,
.key-visual-slide .et_pb_slide:first-child .et_pb_slide_image img.active {
    animation-name: none!important;
    -webkit-animation-name: none!important;
    -moz-animation-name: none!important;
    -o-animation-name: none!important;
}
.key-visual-slide .et_pb_slide_description {
    -webkit-animation-name: fadeOut!important;
    -moz-animation-name: fadeOut!important;
    -o-animation-name: fadeOut!important;
    animation-name: fadeOut!important;
}

/*@media screen and (min-width: 981px) {
    #page-container {
        top: 115px !important;
        padding-top: 115px !important;
    }
}*/

/* 241011 ADA » Ticket #86965tya8 Abstände zwischen den Texten auf dem Slider verringert */
.text-line div.pcm-image-roofline-caption h3 {
    line-height: 19px;
}

/******************************************************************/
/* PCM Ausnahmen */
/******************************************************************/

.advertorials.et_pb_pcm_dynamic_content .et_pb_posts .pcm-loop-element .et_pb_section{
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 480px) {
    .et_pb_column .et_pb_module.advertorials {
        margin-bottom: 0px !important;
    }
}

.pcm-posts-small.et_pb_pcm_dynamic_content .et_pb_posts .pcm-loop-element .et_pb_section{
    padding-top: 15px !important;
}

/*@media only screen and (max-width: 480px) {
    .pcm-posts-small.et_pb_pcm_dynamic_content .et_pb_posts .pcm-loop-element .et_pb_section{
        padding-top: 30px !important;
    }   
}*/

.pcm-news.et_pb_pcm_dynamic_content .et_pb_posts .pcm-loop-element:nth-child(3n) .et_pb_section{
    margin-bottom: 0;
}

.pcm-news-magazin.et_pb_pcm_dynamic_content .et_pb_posts .pcm-loop-element .et_pb_section{
    margin-bottom: 0px;
}




/******************************************************************/
/* PCM Grid */
/******************************************************************/
.et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .et_pb_row.et_pb_row_cpt,
.et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .et_pb_row.et_pb_row_cpt .et_pb_row,
.et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .et_pb_row,
.et-db #et-boc .et-l .et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .et_pb_row{
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.et-db #et-boc .et-l .et_pb_pcm_dynamic_content .et_pb_blog_grid .et_pb_row .et_pb_section{
    padding: 0 !important;
}
.et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .pcm-loop-element:last-of-type .et_pb_row,
.et-db #et-boc .et-l .et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .pcm-loop-element:last-of-type .et_pb_row{
    margin-bottom: 0px;
}
@media only screen and (max-width: 980px) {
    .et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .et_pb_row.et_pb_row_cpt,
    .et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .et_pb_row.et_pb_row_cpt .et_pb_row,
    .et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .et_pb_row,
    .et-db #et-boc .et-l .et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .et_pb_row{
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .et_pb_row.et_pb_row_cpt,
    .et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .et_pb_row.et_pb_row_cpt .et_pb_row,
    .et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .et_pb_row,
    .et-db #et-boc .et-l .et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .et_pb_row{
        margin-bottom: 0px;
    }
}

/******************************************************************/
/* PCM List */
/******************************************************************/

.et_pb_pcm_dynamic_content .et_pb_cpt_archive_list .et_pb_row.et_pb_row_cpt,
.et_pb_pcm_dynamic_content .et_pb_cpt_archive_list .et_pb_row.et_pb_row_cpt .et_pb_row,
.et_pb_pcm_dynamic_content .et_pb_cpt_archive_list .et_pb_row,
.et-db #et-boc .et-l .et_pb_pcm_dynamic_content .et_pb_cpt_archive_list .et_pb_row{
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.et_pb_pcm_dynamic_content .et_pb_cpt_archive_list .pcm-loop-element:last-of-type .et_pb_row,
.et-db #et-boc .et-l .et_pb_pcm_dynamic_content .et_pb_cpt_archive_list .pcm-loop-element:last-of-type .et_pb_row{
    margin-bottom: 0px;
}
@media only screen and (max-width: 980px) {
    .et_pb_pcm_dynamic_content .et_pb_cpt_archive_list .et_pb_row.et_pb_row_cpt,
    .et_pb_pcm_dynamic_content .et_pb_cpt_archive_list .et_pb_row.et_pb_row_cpt .et_pb_row,
    .et_pb_pcm_dynamic_content .et_pb_cpt_archive_list .et_pb_row,
    .et-db #et-boc .et-l .et_pb_pcm_dynamic_content .et_pb_cpt_archive_list .et_pb_row{
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 480px) {
    .et_pb_pcm_dynamic_content .et_pb_cpt_archive_list .et_pb_row.et_pb_row_cpt,
    .et_pb_pcm_dynamic_content .et_pb_cpt_archive_list .et_pb_row.et_pb_row_cpt .et_pb_row,
    .et_pb_pcm_dynamic_content .et_pb_cpt_archive_list .et_pb_row,
    .et-db #et-boc .et-l .et_pb_pcm_dynamic_content .et_pb_cpt_archive_list .et_pb_row{
        margin-bottom: 0px;
    }
}

/******************************************************************/
/* PCM Image */
/******************************************************************/

.pcm-caption {
    line-height: 1.2em !important;
}

.pcm-caption{
    font-weight: 300;
}
.pcm-caption span{
    font-weight: 500;
}

/******************************************************************/
/* PCM Elements */
/******************************************************************/

.bottom-null .et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .et_pb_row, 
.et-db #et-boc .et-l .bottom-null .et_pb_pcm_dynamic_content .et_pb_cpt_archive_grid .et_pb_row{
    margin-bottom: 0 !important;
}
.bottom-null .pcm_dynamic_content.et_pb_module{
    margin-bottom: 0 !important;
}

.et_pb_pcm_dynamic_content .loop-archive-title{
    margin-bottom: 20px !important;
}
.et_pb_pcm_dynamic_content .et_pb_button.pcm_load_more{
    width: max-content;
    margin: 40px auto !important;
}
.et_pb_pcm_dynamic_content p:empty{
    display: none;
}
.et_pb_pcm_dynamic_content .group-box .term-group-box{
    margin-bottom: 20px;
}

.animation-position-top, 
.animation-position-bottom {
    pointer-events: none;
}

.slider-module .pcm_dynamic_content.et_pb_module{
    margin-bottom: 0 !important;
}
.pcm-image-caption .pcm-caption{
    line-height: 1em;
}
.pcm-aspect-ratio-image-default{
    background: #f9f9f9;
}
.pcm-aspect-ratio-image-default img{
    margin: 0 auto;
}
.pcm-border .et_pb_section{
    border-bottom: 1px solid #696870;
    margin-bottom: 20px;
}
.pcm-border.advertorials .et_pb_section{
    margin-bottom: 0px;
}
/*.pcm-border.et_pb_pcm_dynamic_content{
    margin-bottom: 0px !important;
}*/
.pcm-border-small .et_pb_section{
    border-bottom: 1px solid #696870;
}
.mobile-slider .scroll-container .swipe-element{
    margin: 0px 0 20px 10px !important;
}
.news-slider .scroll-container .swipe-element{
    margin: 0 0 0 10px !important;
}

.scroll-container .swipe-element{
    margin: 0 0 0 10px !important;
}
.scroll-container .swipe-element:first-child{
    margin-left: 0 !important;
}
.scroll-container .swipe-element:last-child{
    padding-right: 0 !important;
}
@media only screen and (max-width: 480px) {
    .pcm-border .et_pb_section{
        border-bottom: 1px solid #696870;
        margin-bottom: 0px;
    }  
}


@media (min-width: 1400px) {
    .swipe-three-half-columns .scroll-container .swipe-element{
        margin-right: 3% !important;
        padding-right: 0px !important;
        width: 27% !important;
    }
    .swipe-three-half-columns .scroll-container .swipe-element:last-child{
        margin-right: 0 !important;
    }
}

@media (min-width: 981px) and (max-width: 1399px) {
    .swipe-three-half-columns .scroll-container .swipe-element{
        margin-right: 5% !important;
        padding-right: 0px !important;
        width: 40% !important;
    }
    .swipe-three-half-columns .scroll-container .swipe-element:last-child{
        margin-right: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .swipe-two-half-columns .scroll-container .swipe-element{
        margin-right: 5% !important;
        padding-right: 0px !important;
        width: 40% !important;
    }
    .swipe-two-half-columns .scroll-container .swipe-element:last-child{
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .swipe-one-half-columns .scroll-container .swipe-element{
        margin-right: 5% !important;
        padding-right: 0px !important;
        width: 65% !important;
    }
    .swipe-one-half-columns .scroll-container .swipe-element:last-child{
        margin-right: 0 !important;
    }
}





/******************************************************************/
/* Datenauszug */
/******************************************************************/
.sp-dsgvo form .lwb-col-6 input {
    padding: 10px;
    border-radius: 3px;
    border-color: #f2f2f2;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}
.sp-dsgvo form .lwb-col-3 label{
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}
.sp-dsgvo form .lwb-col label span,
.sp-dsgvo form .lwb-col-12 label span{
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300 !important;
}
.sp-dsgvo .lwb-row{
    margin-bottom: 10px;
}
.sp-dsgvo form fieldset input[type=submit]{
    font-size: 16px;
    background-color: #e30016;
    font-weight: 500;
    padding: .3em 1em;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}
/******************************************************************/
/* Search Result Page */
/******************************************************************/
.et_pb_ajax_pagination_container .post-meta{
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}
.et_pb_ajax_pagination_container .post-meta,
.et_pb_ajax_pagination_container .post-meta .author a,
.et_pb_ajax_pagination_container .post-meta .published{
    color: #000000 !important;
}

/******************************************************************/
/* Ajax Search */
/******************************************************************/
.asp_w_container.asp_w_container_1.asp_w_container_1_1 {
    display: inline-block;
    margin-right: 0px;
}
#ajaxsearchprores1_1 .results .item .etc .asp_date{
    margin-left: 0;
}
.et_search_form_container.et_pb_search_visible{
    padding-top: 36px !important;
}

.et-fixed-header .et_search_form_container.et_pb_search_visible{
    padding-top: 22px !important;
}

.titel_filter_box .asp_option_inner, .titel_filter_box .asp_option_label{
    display: inline-block;
}
.titel_filter_box{
    padding: 10px !important;
}
#ajaxsearchprosettings1_1.searchsettings div.asp_option_label{
    vertical-align: middle !important;
    font-size: 8px !important;
    line-height: 1em !important;
}

.asp_content h3 span{
    font-weight: 400 !important;
}
.asp_content h3{
    font-weight: 500 !important;
}
.asp_content .etc span.asp_date{
    margin: 0 !important;
}

/******************************************************************/
/* Nach oben Button */
/******************************************************************/
.et_pb_scroll_top.et-pb-icon {
    text-align: center;
    background: #c6de54;
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 0;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: none;
    cursor: pointer;
    font-size: 35px;
    padding: 5px;
    color: #fff;
}
.et_pb_scroll_top:before {
    content: '6';
}

/* SM-ICON */
ul.wpfm-nav.wpfm-nav-show-hide {
    left: 10px;
}
.wpfm-icon-block.wpfm-image-icon-block {
    background-color: transparent !important;
}
.wpfm-icon-block img {
    padding: 2px 5px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
}

/* Person Modul */

.person.et_pb_team_member{
    display: grid;
    grid-template-columns: 50% 50%;
}
@media (max-width: 480px){
    .person.et_pb_team_member{
        display: block;
    }
    .person .et_pb_team_member_image{
        width: 100%;
        max-width: 100% !important;
    }
}
.person .et_pb_team_member_image{
    margin: 0;
}

@media (min-width: 768px) and (max-width: 980px){
    .et_pb_column .person .et_pb_team_member_image{
        margin: 0px;
    }
    .person .et_pb_team_member_image{
        width: 100%;
        max-width: 100% !important;
    }
}
.person .et_pb_team_member_description {
    padding:20px;
    text-align: -webkit-center;
}
.person .et_pb_member_position {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.person .et_pb_member_position:after {
    content: ' ';
    display: block;
    width: 20px;
    margin: 5px 0 5px;
    border: 1px solid;
}
.person:hover .et_pb_member_social_links a {
    opacity:1;
    transform: translate(0px, -15px);
    -webkit-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    transition: all .4s ease-in-out;
}
.person .et_pb_member_social_links a {
    opacity:0;
    margin-top: 20px;
    transition: all 0.4s ease-in-out;
}
.person:hover img {
    -ms-transform: scale(1.00) !important;
    -webkit-transform: scale(1.00) !important;
    transform: scale(1.00) !important;
    transition: all .5s cubic-bezier(0.170, 0.690, 0.470, 0.995);
}
.person {
    border: none !important;
    border-radius: 15px !important;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    box-shadow:0 20px 150px rgba(0,0,0,0.2);
}
.person img {
    transition: all .5s ease;
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}

/* Image-Caption */
.featured-image .image-caption {
    font-size: 12px;
    position: relative;
    background: rgba(0,0,0,0.6);
    line-height: 1.4em;
    padding: 5px 10px !important;
    color: #fff;
    font-weight: 400;
    bottom: 27px;
}
.featured-image {
    background-color: transparent;
    display: inline-block;
}

/* E-Paper */
.e-paper-row{
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0 !important;
    display: grid;
    grid-template-columns: auto auto;
}

@media (max-width: 1020px){
    .e-paper-row{
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0 !important;
        display: grid;
        grid-template-columns: 1fr;
    }
    .e-paper-row .et_pb_column.et_pb_column_1_2:not(.e-paper-row .et_pb_column.et_pb_column_1_2.et-last-child){
        border-bottom: 2px solid #ffffff;
    }
}
@media (max-width: 1020px) and (min-width: 980px) {
    .e-paper-row.sonderheft-buttons{
        display: grid;
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 980px){
    .e-paper-row .et_pb_column.et_pb_column_1_2:not(.e-paper-row .et_pb_column.et_pb_column_1_2.et-last-child){
        border-bottom: 2px solid #696870;
        border-top: 2px solid #696870;
    }
}


.e-paper-row .et_pb_button_module_wrapper {
    margin-top: 0 !important;
}
.e-paper-image-row img {
    display: block;
}

/* Tax-Titel */
/*.tax-titel-sektion .pcm_dynamic_content > div > div.animation_column {
    margin-bottom: 30px !important;
}*/

/* Newsletter */
.newsletter-box h2 {
    font-size: 20px !important;
}
.newsletter-box input[type="text"] {
    background-color: #fff !important;
}
.newsletter-box input[type="submit"] {
    background-color: #bbce00 !important;
    border: none !important;
    margin-bottom: 0 !important;
}
.newsletter-box .gform_footer.top_label {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.newsletter-box input[type="submit"]:hover {
    background-color: rgba(187,206,0,0.75) !important;
}

/**/
.pcm-kooperationen span.pcm-loop-element > div.et_pb_section {
    background-color: #f2f2f2 !important;
}
.pcm-kooperationen span.pcm-loop-element > div.et_pb_section > div.et_pb_row {
    border-bottom: 1px solid #fff;
}
.pcm-kooperationen span.pcm-loop-element:last-of-type > div.et_pb_section > div.et_pb_row {
    border-bottom: 0px solid #fff;
}

.featured-image img {
    display: block;
    width: 100%;
}
.featured-image.post-block {
    width: 100%;
}

.keyvisual-hochformat p.image-caption {
    grid-template-columns: 100% !important;
    bottom: 44px;
}
.keyvisual-hochformat p.image-caption > span {
    text-align: left !important;
}

/*div.asp_s.asp_s_1.searchsettings.asp_s, 
div.asp_s.asp_s_1.searchsettings.asp_s, 
div.asp_s.asp_s_1.searchsettings.asp_s {
    z-index: 3000000000;
}

#ajaxsearchprores1_1 {
    z-index: 1000000000 !important;
}*/

/******************************************************************/
/* Mein Konto */
/******************************************************************/

.et-db .w3eden #wpdmreg, .et-db .w3eden #wpdmlogin{
    width: 100% !important;
    max-width: 100% !important;
}

.w3eden .wpdmlogin-logo img {
    width: 128px;
}

/******************************************************************/
/* Allgemeine Einstellungen */
/******************************************************************/

.vertikal-zentrieren {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/******************************************************************/
/* Banner */
/******************************************************************/
#et-boc .et-l .content-banner-width {
    margin: 0 auto !important;
}

/* ≥ 1.900 Px */
@media (min-width: 1900px) {
    .banner-layout .banner-left-middle-right-grid-wrapper,
    .banner-layout .wallpaper-right-grid-wrapper,
    .banner-layout .wallpaper-left-grid-wrapper,
    .banner-layout .skyscraper-left-grid-wrapper,
    .banner-layout .skyscraper-right-grid-wrapper,
    .banner-layout .skyscraper-left-right-grid-wrapper{
        display: grid;
        grid-template-columns: 160px 1540px 160px;
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
        margin-top: 20px;
    }

    .banner-layout .et_pb_row,
    .supper-banner-layout .et_pb_row{
        width: 100%;
    }

    .banner-layout{
        width: 100%;
        max-width: 1860px;
        margin: auto;
        position: relative;
    }

    .banner-layout .superbanner{
        width: 100%;
        max-width: 1500px;
        margin: 20px auto 20px auto;
        position: relative;
    }

    .supper-banner-layout{
        width: 100%;
        max-width: 1500px;
        margin: auto;
        position: relative;
    }

    .banner-layout .banner-left-middle-right-grid-wrapper .banner-middle{
        max-width: 1540px;
        margin: 0 auto 20px;
    }

    .banner-layout .wallpaper-left-grid-wrapper .banner-middle{
        /* 240717 ADA » Ticket #86954fqux » 1540px auf 1520px geändert und für Margin-Left 0 hinzugefügt */
        max-width: 1520px;
        margin: 0 auto 20px 0;
    }

    .banner-layout .banner-left-middle-right-grid-wrapper .banner-middle img,
    .supper-banner-layout .supperbanner img,
    .banner-layout .superbanner img,
    .banner-layout .wallpaper-right-grid-wrapper .banner-middle img,
    .banner-layout .wallpaper-left-grid-wrapper .banner-middle img{
        display: block;
    }

    .banner-layout .skyscraper-left-grid-wrapper .banner-left img,
    .banner-layout .skyscraper-right-grid-wrapper .banner-right img,
    .banner-layout .skyscraper-left-right-grid-wrapper .banner-right img,
    .banner-layout .skyscraper-left-right-grid-wrapper .banner-left img{
        display: block;
        margin-bottom: 20px;
    }

    .banner-layout .banner-left-middle-right-grid-wrapper .banner-left .asm_async_creative,
    .banner-layout .banner-left-middle-right-grid-wrapper .banner-right .asm_async_creative{
        margin-bottom: 15px;
    }

    .banner-layout .banner-left-middle-right-grid-wrapper .content-wrapper .et_pb_section:first-child,
    .banner-layout .banner-left-middle-right-grid-wrapper .content-wrapper .et_pb_section:first-child .et_pb_row,
    .supper-banner-layout .content-wrapper .et_pb_section:first-child,
    .supper-banner-layout .content-wrapper .et_pb_section:first-child .et_pb_row,
    .banner-layout .wallpaper-right-grid-wrapper .content-wrapper .et_pb_section:first-child,
    .banner-layout .wallpaper-right-grid-wrapper .content-wrapper .et_pb_section:first-child .et_pb_row,
    .banner-layout .wallpaper-left-grid-wrapper .content-wrapper .et_pb_section:first-child,
    .banner-layout .wallpaper-left-grid-wrapper .content-wrapper .et_pb_section:first-child .et_pb_row,
    .banner-layout .skyscraper-left-grid-wrapper .content-wrapper .et_pb_section:first-child,
    .banner-layout .skyscraper-left-grid-wrapper .content-wrapper .et_pb_section:first-child .et_pb_row,
    .banner-layout .skyscraper-right-grid-wrapper .content-wrapper .et_pb_section:first-child,
    .banner-layout .skyscraper-right-grid-wrapper .content-wrapper .et_pb_section:first-child .et_pb_row,
    .banner-layout .skyscraper-left-right-grid-wrapper .content-wrapper .et_pb_section:first-child,
    .banner-layout .skyscraper-left-right-grid-wrapper .content-wrapper .et_pb_section:first-child .et_pb_row{
        padding-top: 0;
    }
    .banner-layout .banner-left-middle-right-grid-wrapper .content-wrapper > .et_pb_section .et_pb_row:first-child,
    .banner-layout .wallpaper-right-grid-wrapper .content-wrapper > .et_pb_section .et_pb_row:first-child,
    .banner-layout .wallpaper-left-grid-wrapper .content-wrapper > .et_pb_section .et_pb_row:first-child{
        margin-top: 20px;
    }
    .banner-layout .wallpaper-right-grid-wrapper .banner-middle{
        margin-left: 20px;
        /* 240717 ADA » Ticket #86954gat0 » Margin-Bottom 20px hinzugefügt */
        margin-bottom: 20px;
    }
    .supper-banner-layout .supperbanner{
        margin: 20px 0 20px;
    }
}


/* < 1.900 Px und ≥ 1.440 Px */
@media (max-width: 1899px) and (min-width: 1440px) {
    .banner-layout .banner-left-middle-right-grid-wrapper,
    .banner-layout .wallpaper-right-grid-wrapper,
    .banner-layout .wallpaper-left-grid-wrapper,
    .banner-layout .skyscraper-left-grid-wrapper,
    .banner-layout .skyscraper-right-grid-wrapper,
    .banner-layout .skyscraper-left-right-grid-wrapper{
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
        margin-top: 1.05vw;
        padding-right: 1.05vw;
        padding-left: 1.05vw;
    }

    .banner-layout .et_pb_row,
    .supper-banner-layout .et_pb_row{
        width: 100%;
    }

    .banner-layout .content-wrapper article{
        padding: 0 1.05vw;
    }

    .banner-layout{
        width: 100%;
        max-width: 1860px;
        margin: auto;
        position: relative;
    }

    .banner-layout .et_pb_row,
    .supper-banner-layout .et_pb_row{
        width: 100%;
    }

    .banner-layout{
        width: 100%;
        max-width: max-content;
        margin: auto;
        position: relative;
    }

    .banner-layout .superbanner{
        width: 100%;
        max-width: max-content;
        margin: 1.05vw auto;
        padding: 0 1.05vw;
        position: relative;
    }

    .supper-banner-layout{
        width: 100%;
        max-width: max-content;
        margin: auto;
        position: relative;
    }

    .banner-layout .banner-left-middle-right-grid-wrapper .banner-middle{
        max-width: max-content;
        margin: 0 auto 1.05vw;
    }

    .banner-layout .wallpaper-left-grid-wrapper .banner-middle{
        max-width: max-content;
        margin: 0 1.05vw 1.05vw auto;
    }

    .banner-layout .wallpaper-right-grid-wrapper .banner-middle{
        max-width: max-content;
        margin: 0 auto 1.05vw 1.05vw;
    }

    .banner-layout .banner-left-middle-right-grid-wrapper .banner-middle img,
    .banner-layout .banner-left-middle-right-grid-wrapper .superbanner img{
        object-fit: contain;
        width: 100% !important;
        height: auto !important;
    }

    .banner-layout .banner-left-middle-right-grid-wrapper .banner-left img,
    .banner-layout .banner-left-middle-right-grid-wrapper .banner-right img{
        width: 8.42vw !important;
        height: auto !important;
        object-fit: contain;
    }

    /* 240717 */
    .banner-layout .wallpaper-left-grid-wrapper .banner-left img,
    .banner-layout .wallpaper-left-grid-wrapper .banner-right img{
        width: 8.42vw !important;
        height: auto !important;
        object-fit: contain;
    }

    /* 240717 */
    .banner-layout .wallpaper-right-grid-wrapper .banner-left img,
    .banner-layout .wallpaper-right-grid-wrapper .banner-right img{
        width: 8.42vw !important;
        height: auto !important;
        object-fit: contain;
    }

    .banner-layout .banner-left-middle-right-grid-wrapper .banner-middle img,
    .supper-banner-layout .supperbanner img,
    .banner-layout .superbanner img,
    .banner-layout .wallpaper-right-grid-wrapper .banner-middle img,
    .banner-layout .wallpaper-left-grid-wrapper .banner-middle img,
    .banner-layout .wallpaper-left-grid-wrapper .banner-left img,
    .banner-layout .wallpaper-left-grid-wrapper .banner-right img,
    .banner-layout .wallpaper-right-grid-wrapper .banner-left img,
    .banner-layout .wallpaper-right-grid-wrapper .banner-right img{
        display: block;
    }

    .banner-layout .skyscraper-left-grid-wrapper .banner-left img,
    .banner-layout .skyscraper-right-grid-wrapper .banner-right img,
    .banner-layout .skyscraper-left-right-grid-wrapper .banner-right img,
    .banner-layout .skyscraper-left-right-grid-wrapper .banner-left img,
    .banner-layout .wallpaper-left-grid-wrapper .banner-left img,
    .banner-layout .wallpaper-left-grid-wrapper .banner-right img,
    .banner-layout .wallpaper-right-grid-wrapper .banner-left img,
    .banner-layout .wallpaper-right-grid-wrapper .banner-right img{
        display: block;
        margin-bottom: 1.05vw;
    }

    .banner-layout .banner-left-middle-right-grid-wrapper .banner-left .asm_async_creative,
    .banner-layout .banner-left-middle-right-grid-wrapper .banner-right .asm_async_creative{
        margin-bottom: 0.79vw;
    }

    .banner-layout .banner-left-middle-right-grid-wrapper .content-wrapper .et_pb_section:first-child,
    .banner-layout .banner-left-middle-right-grid-wrapper .content-wrapper .et_pb_section:first-child .et_pb_row,
    .supper-banner-layout .content-wrapper .et_pb_section:first-child,
    .supper-banner-layout .content-wrapper .et_pb_section:first-child .et_pb_row,
    .banner-layout .wallpaper-right-grid-wrapper .content-wrapper .et_pb_section:first-child,
    .banner-layout .wallpaper-right-grid-wrapper .content-wrapper .et_pb_section:first-child .et_pb_row,
    .banner-layout .wallpaper-left-grid-wrapper .content-wrapper .et_pb_section:first-child,
    .banner-layout .wallpaper-left-grid-wrapper .content-wrapper .et_pb_section:first-child .et_pb_row,
    .banner-layout .skyscraper-left-grid-wrapper .content-wrapper .et_pb_section:first-child,
    .banner-layout .skyscraper-left-grid-wrapper .content-wrapper .et_pb_section:first-child .et_pb_row,
    .banner-layout .skyscraper-right-grid-wrapper .content-wrapper .et_pb_section:first-child,
    .banner-layout .skyscraper-right-grid-wrapper .content-wrapper .et_pb_section:first-child .et_pb_row,
    .banner-layout .skyscraper-left-right-grid-wrapper .content-wrapper .et_pb_section:first-child,
    .banner-layout .skyscraper-left-right-grid-wrapper .content-wrapper .et_pb_section:first-child .et_pb_row{
        padding-top: 0;
    }
    .banner-layout .banner-left-middle-right-grid-wrapper .content-wrapper > .et_pb_section .et_pb_row:first-child,
    .banner-layout .wallpaper-right-grid-wrapper .content-wrapper > .et_pb_section .et_pb_row:first-child,
    .banner-layout .wallpaper-left-grid-wrapper .content-wrapper > .et_pb_section .et_pb_row:first-child{
        margin-top: 1.05vw;
    }
    .banner-layout .wallpaper-right-grid-wrapper .banner-middle{
        margin-left: 1.05vw;
/*        margin-bottom: 1.05vw;*/
    }
    .supper-banner-layout .supperbanner{
        margin: 1.05vw 0 1.05vw;
    }
}


/* < 1.440 Px */
@media (max-width: 1439px){
    .banner-layout .banner-left-middle-right-grid-wrapper .banner-left,
    .banner-layout .banner-left-middle-right-grid-wrapper .banner-right,
    .banner-layout .banner-left-middle-right-grid-wrapper .banner-middle,
    .supper-banner-layout .supperbanner,
    .banner-layout .superbanner,
    .banner-layout .wallpaper-right-grid-wrapper .banner-left,
    .banner-layout .wallpaper-right-grid-wrapper .banner-right,
    .banner-layout .wallpaper-right-grid-wrapper .banner-middle,
    .banner-layout .wallpaper-left-grid-wrapper .banner-left,
    .banner-layout .wallpaper-left-grid-wrapper .banner-right,
    .banner-layout .wallpaper-left-grid-wrapper .banner-middle,
    .banner-layout .skyscraper-left-grid-wrapper .banner-left,
    .banner-layout .skyscraper-left-grid-wrapper .banner-right,
    .banner-layout .skyscraper-left-grid-wrapper .banner-middle,
    .banner-layout .skyscraper-right-grid-wrapper .banner-left,
    .banner-layout .skyscraper-right-grid-wrapper .banner-right,
    .banner-layout .skyscraper-right-grid-wrapper .banner-middle,
    .banner-layout .skyscraper-left-right-grid-wrapper .banner-left,
    .banner-layout .skyscraper-left-right-grid-wrapper .banner-right,
    .banner-layout .skyscraper-left-right-grid-wrapper .banner-middle{
        display: none;
    }

    .banner-layout .banner-left-middle-right-grid-wrapper .content-wrapper .et_pb_section.et_pb_section_1{
        margin-top: 0;
    }

    .magazin-top-banner.et_pb_section{
        margin-top: 20px;
    }
}





/******************************************************************/
/* Content */
/******************************************************************/


.et_builder_inner_content.et_pb_gutters2 .et_builder_inner_content .et_pb_row{
    width: 100%;
}


/******************************************************************/
/* Dashboard */
/******************************************************************/

.w3eden .input-wrapper {
    border: 1px solid #f2f2f2;
    border-radius: 0px;
}
.w3eden div#wpdmlogin, .w3eden div#wpdmreg{
    border: 1px solid #f2f2f2;
    border-radius: 0px;
}
.w3eden .input-wrapper label{
    opacity: 1;
}
.w3eden .form-control{
    border-radius: 0px;
}
.w3eden .btn-lg{
    border-radius: 0px;
}
.w3eden .btn-primary, .w3eden .btn-info{
    padding: 0.3rem 1rem !important;
    line-height: 1.7em !important;
    letter-spacing: 0;
    font-weight: 500;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
}
.w3eden .btn-primary:hover{
    background-color: rgba(187,206,0,0.8);
    box-shadow: none;
    border: 1px solid rgba(187,206,0,0.8);
}
.w3eden .btn-info:hover{
     box-shadow: none;
}
.w3eden .alert{
    border-radius: 0px;
}
.w3eden #wpdm-dashboard-sidebar #logo-block {
    border-radius: 0px;
    border: 1px solid #f2f2f2;
}
.w3eden #wpdm-dashboard-sidebar .shop-logo {
    border-radius: 0px;
}
.w3eden .card{
    border-radius: 0px;
    border: 1px solid #f2f2f2;
}
.w3eden .table thead th {
    background: #f9f9f9;
    border-bottom: 1px solid #f2f2f2 !important;
}
.w3eden .card-header:first-child{
    border-radius: 0px;
}
.w3eden .card-header {
    background-color: #f9f9f9;
    border-bottom: 1px solid #f2f2f2 !important;
}
.w3eden .card .table thead th, .w3eden .panel .table thead th {
    border-bottom-width: 1px;
    background-color: #eeeeee;
}
.entry-content table:not(.variations) {
    border: 0;
}
.w3eden #wpdm-dashboard-sidebar .selected .m-icon {
    box-shadow: none !important;
    background: #004d8c !important;
    color: #fff !important;
}
.w3eden #wpdm-dashboard-sidebar .m-icon{
    border-radius: 0px;
}
.w3eden .color-info, .w3eden .color-blue,
.w3eden #wpdm-dashboard-sidebar .m-icon {
    color: #fff !important;
    background: #004d8c !important;
}
.w3eden .udb-item.selected, .w3eden #wpdm-dashboard-sidebar .udb-item {
    color: #000 !important;
}
#wpdm-dashboard-sidebar h3 {
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
}
.w3eden a {
    color: #000;
}
.w3eden .card.text-white, .w3eden .card.text-white * {
    color: #000;
}
.w3eden .card .card-header {
    letter-spacing: 0;
}
.w3eden .card-header {
    padding: 0.75rem;
}
.w3eden .card-footer {
    background-color: #eeeeee;
    border-top: 1px solid #f2f2f2;
}
.w3eden .form-control{
    border: 1px solid #f2f2f2;
}
.w3eden .card-header .role-tabs a.active i.fa-circle {
  color: #bbce00 !important;
  opacity: 1;
}
.w3eden .card-header .role-tabs a i.fa-circle {
  color: #bbce00 !important;
  opacity: 0.3;
}
.w3eden #wpdm-dashboard-sidebar .udb-item{
    letter-spacing: 0;
}

.gfield_checkbox .gchoice.gchoice_6_15_1,
.gfield_checkbox .gchoice.gchoice_6_15_2,
.gfield_checkbox .gchoice.gchoice_6_15_3{
/*    padding-left: 10px;*/
}
button#button_15_select_all{
    margin-bottom: 25px;
    background: #bbce00;
    border: 1px solid #bbce00;
    font-size: 12px !important#;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 3px;
    letter-spacing: 0;
    cursor: pointer;
}

.gform_wrapper.gravity-theme .gform_validation_errors{
    margin-top: 0 !important;
    border: 1px solid #e50000 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 20px !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2{
    font-size: 16px !important;
}

.gf_list_inline .gfield_checkbox{
    padding-bottom: 10px;
}


/*************************************
    Mobile Abstände
*************************************/
@media (max-width: 980px){
    .et-db #et-boc .et-l .dfh-76-menu-row.et_pb_row, .dfh-76-menu-row.et_pb_row{
        width: 100% !important;
        max-width: 100% !important;
    }
    .et-db #et-boc .et-l .et_pb_row, .et_pb_row{
        width: 90% !important;
        max-width: 90% !important;
    }
    .et-db #et-boc .et-l .mobile-slider .et_pb_row,
    .mobile-slider .et_pb_row{
        width: 100% !important;
        max-width: 100% !important;
    }
    #main-footer .container{
        width: 90% !important;
        max-width: 90% !important;
    }
    #main-header .container{
        width: 90% !important;
        max-width: 90% !important;
    }
    .et_pb_post_content .et_builder_inner_content.et_pb_gutters2 .et_pb_row,
    .et-db #et-boc .et-l .et_pb_post_content .et_builder_inner_content.et_pb_gutters2 .et_pb_row{
        width: 100% !important;
        max-width: 100% !important;
    }
}

/*************************************
    TB Layout Abstände
*************************************/

@media all and (min-width: 981px) {
    .et_pb_post_content .et_builder_inner_content.et_pb_gutters3 .et_pb_row,
    .et-db #et-boc .et-l .et_pb_post_content .et_builder_inner_content.et_pb_gutters3 .et_pb_row{
        width: 100% !important;
        max-width: 1500px !important;
    }
}
.et_pb_post_content .et_builder_inner_content.et_pb_gutters3 .et_pb_section:first-child,
.et-db #et-boc .et-l .et_pb_post_content .et_builder_inner_content.et_pb_gutters3 .et_pb_section:first-child{
    padding-top: 0;
}
.et_pb_post_content .et_builder_inner_content.et_pb_gutters3 .et_pb_row:first-child,
.et-db #et-boc .et-l .et_pb_post_content .et_builder_inner_content.et_pb_gutters3 .et_pb_row:first-child{
    padding-top: 0;
}

.et_pb_post_content .et_builder_inner_content.et_pb_gutters3 .et_pb_section:last-child,
.et-db #et-boc .et-l .et_pb_post_content .et_builder_inner_content.et_pb_gutters3 .et_pb_section:last-child{
    padding-bottom: 0;
}
.et_pb_post_content .et_builder_inner_content.et_pb_gutters3 .et_pb_row:last-child,
.et-db #et-boc .et-l .et_pb_post_content .et_builder_inner_content.et_pb_gutters3 .et_pb_row:last-child{
    padding-bottom: 0;
}

/******************************************************************/
/* Floating Menu */
/******************************************************************/
    
@media all and (max-width: 479px) {
    .wpfm-floating-wh-wrapper{
        display: none;
    }
}

/******************************************************************/
/* Termin Tabelle */
/******************************************************************/

.termin-table{
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 10px;
}
.termin-table .event-logo{
    max-width: 100px;
}
.termin-table .event-logo{
    float: right;
}
.termin-table .event-date{
    padding-bottom: 10px;
}


/******************************************************************/
/* Downloads Table of Contents */
/******************************************************************/
.table-of-contents h3{
    margin-bottom: 10px;
}
.table-of-contents{
    font-weight: 300 !important;
}
.table-of-contents strong{
    display: block;
}
.table-of-contents h4{
    font-weight: 300 !important;
/*    border-bottom: 1px solid #707070;*/
    margin-top: 20px;
    margin-bottom: 20px; 
}

.table-of-contents p:not(.has-background):last-of-type {
  padding-bottom: 10px;
}

@media all and (max-width: 980px) {
    .single-wpdmpro .table-of-contents .one_third {
        width: 100% !important;
        margin-right: 0px !important;
    }
}



/******************************************************************/
/* Breakpoints */
/******************************************************************/
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {

}
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {

}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

}

/*.right {
    float: right;
    margin-left: 20px !important;
    margin-bottom: 20px !important; 
    max-width: 30%;
}
.right img {
    display: block; 
    margin: 0; 
    width: 100%; 
    clear: right;
}
.right figcaption {
    background-color: #f0f0f0; 
    padding: 10px;
    text-align: left;
    margin: 0;
}*/

/*.right {
    margin-bottom: 20px !important; 
    margin-top: 10px !important;
    max-width: 100%;
}*/

.right{
    float: right;
    margin-bottom: 20px !important; 
    margin-top: 10px !important;
    max-width: 25%;
    margin-left: 25px;
}

@media all and (max-width: 980px) {
    .right{
        float: right;
        margin-bottom: 20px !important; 
        margin-top: 10px !important;
        max-width: 50%;
        margin-left: 25px;
    }
}

.right img {
    display: block; 
    margin: 0; 
    width: 100%; 
}
.right figcaption {
    background-color: #f0f0f0; 
    padding: 10px;
    line-height: 1.4em;
    text-align: left;
}

.custom-post-content h5,
.custom-post-content h4,
.custom-post-content h3,
.custom-post-content h2{
    clear: both;
}

.custom-post-content p:not(.has-background):last-of-type {
  padding-bottom: 20px;
}

.cfGMLl{bottom: 105px !important;}

.single-wpdmpro .one_third {
  width: 29% !important;
}

.asp_r_attachment .asp_res_url::before{
    content: '';
    display: inline-block;
    width: 16px; /* Passe die Breite an, falls nötig */
    height: 16px; /* Passe die Höhe an, falls nötig */
    background-image: url('/wp-content/uploads/2024/08/icon-tablet.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle; /* Optional: Zentriert das Icon vertikal */
    margin-right: 3px; /* Optional: Fügt etwas Abstand zwischen dem Icon und dem folgenden Text hinzu */
}

.active .et_cpt_container_column.et_pb_column.et_pb_column_1_1{float: none;} 


/* Breite der Termine festlegen */
@media all and (min-width: 1440px) and (max-width: 1900px) {
    #post-2520 .et_pb_row.et_pb_row_1.swift-in-viewport.et_pb_row_1-4_3-4,
    #post-5605 .et_pb_row.et_pb_row_1.et_pb_row_1-4_3-4{
        width: 77vw;
    }
}


