/* 
 Theme Name:     Cegla
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* source-sans-pro-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/source-sans-pro-v21-latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/source-sans-pro-v21-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/source-sans-pro-v21-latin-italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/source-sans-pro-v21-latin-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('fonts/source-sans-pro-v21-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body {font-family: 'Source Sans Pro', Helvetica, sans-serif; font-weight: 400;}

/*** Topmenu ***/
.phone-top, .mail-top, .language-top {float: right; box-sizing: border-box; font-size:14px}

div.mail-top, div.phone-top {margin-right:12px}

#info-phone:before {
	font-family: 'ETmodules';
    content: "\e090";
    position: relative;
    top: 2px;
    margin-right: 5px;
}
#info-email:before {
	font-family: 'ETmodules';
    content: "\e076";
    position: relative;
    top: 2px;
    margin-right: 6px;
}
span.wpml-ls-native:before {
	font-family: 'ETmodules';
    content: "\e0e3";
    position: relative;
    top: 1px;
    margin-right: 6px;
}
.language-top ul {padding:0}
.wpml-ls-legacy-list-horizontal {border:none; padding:0;}
.wpml-ls-legacy-list-horizontal a {padding: 0 !important;}

@media all and (max-width: 479px) {
	div.language-top {margin-top:-1px}
}

/***** Main Menu *****/
#menu-main-menu li {
	padding-right: 20px;
}
@media (max-width: 1160px) {
	#menu-main-menu li {
	padding-right: 10px;
	}
}


/*** Submenu ***/
.et_pb_menu_0_tb_header.et_pb_menu .et-menu-nav li ul.sub-menu a {font-size: 15px; color: #444;}


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

#main-header {
      top: 43px !important;
}
}


#main-header .container { width: 94% }
#top-header .container { width: 94%; padding-top: 1.25em; font-weight: 400; }
*/


/******** Zeilen Korrektur ********/

.et_pb_row {width: 88%}

.row_1080 {max-width: 1080px !important}
.row_1140 {max-width: 1140px !important}
.row_100 {max-width: 100% !important}


/******** REMOVE HORIZONTAL SCROLLBAR *********/

#page-container { overflow-x: hidden;}


/******** Top Bar *********/
 
/* #et-info { float: right; } */


/******** Logo Correction *********/
/*
@media only screen and (min-width: 981px) {
.et_header_style_left .logo_container {
	margin-top: -22px;
}
.et-fixed-header .logo_container {
	margin-top: 0;
}
}

.et-fixed-header #logo {
	height: 75% !important;
}
*/

/******** hide top header on scroll by Geno Quiroz *********/
/*
#top-header {z-index: 9;}
#main-header {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
#main-header.et-fixed-header {
	top: 0 !important;
}
*/
        


/******** Dropdown ********/
/*
.nav li ul {
    position: absolute;
    padding: 5px 0;
    top: 40px !important;
    border-top: none;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}
#top-menu li li {
	padding: 0 10px;
}
#top-menu li li a {
width: 220px;
padding: 5px 15px;
font-size: 15px;
}
*/

.nav li li {
	padding: 0 12px;
}

#menu-main-menu li li a, #menu-main-menu-en li li a {
width: 220px;
padding: 5px 12px;
font-size: 15px;
line-height:1.6em;
}


/******** Fixed Navigation *********/
/*
.et-fixed-header .nav li ul {
	top: 35px !important;
}
.et-fixed-header #top-menu li li a {
	font-size: 14px;
}
*/


/******** Mobile Menu Breakpoint Correction *********/

#top-menu li {
	padding-right: 30px;
}

@media (max-width: 1160px) {
	#top-menu li, #top-menu li a {
	padding-right: 10px;
	}
}

/*
@media only screen and ( max-width: 1120px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}
*/


/******** Top Menu change hover color *********/

#top-menu-nav #top-menu a:hover,
#mobile_menu_slide a:hover { 
    color: #005ca0 !important; 
    opacity:1 !important;
}

/******** Top Menu Growing line underneath *********/

#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 40%;
 background: #005ca0;
 height: 2px;
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}


#top-menu li li a:before {
 background: #fff
}
#top-menu li li a:hover:before {
 right: 100%;
}


/******** Mobile Menu Collapsed mzcreativestudio/com/collapses-show-mobile-menu-divi-theme *********/

#main-header .et_mobile_menu li ul.hide { display: none !important; }
#mobile_menu .menu-item-has-children { position: relative; }
#mobile_menu .menu-item-has-children > a { background: transparent; }

#mobile_menu .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #586171;
    font-size: 16px;
    font-family: ETmodules;
}
span.menu-closed.menu-open:before {
    content: "\4d";
}


/******** Hamburger Menu *********/

/*
span.mobile_menu_bar:before {
    color: #fff !important;
}
.mobile_menu_bar:before {
	font-size: 48px;
}
*/


/*
@media (min-width: 981px) {
	.et_fullwidth_nav #main-header .container {
		padding-right: 50px;
		padding-left: 50px;
	}
}
*/


/*** Section Border top ***/
@media all and (min-width: 1405px) {
		.first-section {
		border-top: 20px solid #164194
	}
}
@media all and (min-width: 1100px) and (max-width: 1405px) {
		.first-section {
		border-top: 20px solid #164194
	}
}
@media all and (max-width: 980px) {
		.first-section {
		border-top: 15px solid #164194
	}
}
@media all and (min-width: 768px) and (max-width: 980px) {
		.first-section {
		border-top: 15px solid #164194
	}
}
@media all and (max-width: 767px) {
		.first-section {
		border-top: 10px solid #164194
	}
}
@media all and (max-width: 479px) {
	.first-section {
		border-top: 10px solid #164194
	}
}


/**************** Home *****************/


@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    .two-columns .et_pb_column {
    width: 48.5%!important;
    margin-right: 3%;
    margin-bottom: 0 !important;
    }
    .two-columns .et_pb_column.et-last-child {
    margin-right: 0 !important;
    }
}

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    .two-columns-mobile .et_pb_column {
    width: 48.5%!important;
    margin-right: 3%;
    margin-bottom: 0 !important;
    }
    .two-columns-mobile .et_pb_column.et-last-child {
    margin-right: 0 !important;
    }
}

@media only screen and ( max-width: 479px ) {
    .two-columns-mobile .et_pb_column {
    width: 48.5%!important;
    margin-right: 3%;
    margin-bottom: 0 !important;
    }
    .two-columns-mobile .et_pb_column.et-last-child {
    margin-right: 0 !important;
    }
}

/*
@media only screen and ( max-width: 980px ) {
	.et_pb_column {
		width: 100%;
		margin-bottom: 10px;
	}
}
*/

/******** Divider Module *********/
.et_pb_space {
	box-sizing: content-box;
	height: 10px;
}


/******** Übersichtsseiten *********/


@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    .two-columns .et_pb_column {
    width: 48.5%!important;
    margin-right: 3%;
    margin-bottom: 0 !important;
    }
    .two-columns .et_pb_column.et-last-child {
    margin-right: 0 !important;
    }
}


.teaser-00 {
	height: 340px !important;
}
.teaser-00 .et_pb_button_wrapper {
	position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
}
.teaser-00 .et_pb_button {
	font-size: 13px !important;
}
.teaser-00 .et_pb_promo_description h2 {
	position:absolute;
	top: 220px;
    left: 25px;
    display: inline-block;
    text-align: left;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}


.teaser-01 {
	height: 330px !important;
}
.teaser-01 .et_pb_button_wrapper {
	position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
}
.teaser-01 .et_pb_button {
	font-size: 13px !important;
}
.teaser-01 .et_pb_promo_description h2 {
	position:absolute;
	top: 220px;
    left: 25px;
    display: inline-block;
    text-align: left;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}

@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
	.teaser-01 {
	height: 310px !important;
	}
	.teaser-01 .et_pb_promo_description h2 {
    font-size: 24px;
    }
}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	.teaser-01 {
	height: 260px !important;
	}
	.teaser-01 .et_pb_promo_description h2 {
    font-size: 20px;
	top: 170px;
    }
    .teaser-01 .et_pb_button {
	font-size: 12px !important;
	}
	.teaser-01 .et_pb_button_wrapper {
    top: 125px;
    }
}

@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	.teaser-01 {
	height: 240px !important;
	}
	.teaser-01 .et_pb_promo_description h2 {
    font-size: 20px;
	top: 160px;
    }
    .teaser-01 .et_pb_button {
	font-size: 12px !important;
	}
	.teaser-01 .et_pb_button_wrapper {
    top: 115px;
    }
}

@media only screen and ( max-width: 479px ) {
	.teaser-01 {
	height: 220px !important;
	}
	.teaser-01 .et_pb_promo_description h2 {
    font-size: 18px;
	top: 150px;
	left: 15px;
    }
    .teaser-01 .et_pb_button {
	font-size: 12px !important;
	}
	.teaser-01 .et_pb_button_wrapper {
    top: 105px;
    left: 15px;
    }
}


.teaser-02 {
	height: 250px !important;
}
.teaser-02 .et_pb_button_wrapper {
	position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
}
.teaser-02 .et_pb_button {
	font-size: 13px !important;
}
.teaser-02 .et_pb_promo_description h2 {
	position:absolute;
	top: 170px;
    left: 25px;
    display: inline-block;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
	.teaser-02 {
	height: 310px !important;
	}
	.teaser-02 .et_pb_promo_description h2 {
    font-size: 24px;
    }
}




.zoom-bg {
background-position: 0px 0px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background-size: 100% ;
}
.zoom-bg:hover {
background-size: 105%;
opacity: 0.92;
/*
-webkit-filter: brightness(0.95);
filter: brightness(0.95);
*/
}




hr.greyline {
    border: none;
    height: 1px;
    color: #ddd; /* old IE */
    background-color: #ddd; /* Modern Browsers */
    margin: 0 !important;
}


/******** buttons fixed to the bottom *********/

.row_align_buttons .et_pb_column {
padding-bottom:30px;
}
 
.row_align_buttons .et_pb_button_module_wrapper {
position: absolute;
bottom: 18px;
left: 25px;
right: 0;
margin: auto;
}


/******** Blurb Produktdesign Cornet Plus *********/

.blurb-produktdesign .et_pb_blurb_container {
	padding-left: 25px !important;
}


/* --------------------------------------------- PAGE STYLES ----------------------------------------------- */


.et_pb_text a {border-bottom: 1px solid rgba(50, 50, 50, 0.5)}
.et_pb_text a:hover {color:#164194; border-bottom: 1px solid rgba(22, 65, 148, 0.5)}
.et_pb_text strong {font-weight:600}

sup { position: relative; font-size: 50%; line-height: 0; vertical-align: baseline; top: -1em; }
sub { position: relative; font-size: 70%; line-height: 0; vertical-align: baseline; top: 0.3em;}

/****** Vertically center rows in sections and modules in columns *******/  

.valign-center-row .et_pb_column, 
.valign-center-section, 
.valign-center-module { 
   display: flex; 
   flex-direction: column; 
   justify-content: center;
}

p.article-subline {font-size: 20px;line-height: 1.5em;font-weight: 400;padding: 6px 0 36px 0;}

.telsupport { font-size: 2em; letter-spacing: 1px; font-weight: 700; margin-left: 0.5em; }
.telsupport a { color: #164194; border-bottom: none; }
.telsupport a:hover { color: #164194; border-bottom: none; }


.bg-text-grey { background-color: #f4f4f4; padding: 10px 8px 10px 16px !important; line-height: 1.3; margin-bottom: 0.5em }


/**** Inline Buttons ****/

.btn-inline .et_pb_button_module_wrapper { display: inline-block; margin: 0 5px; }


/******** Navigation ********/

.pagenavi h4 {
	border-bottom: 1px solid #666;
	display: inline-block;
	padding: 3px;
	margin-bottom: 15px;
}

.pagenavi ul {
    margin: 0px;
    padding-left: 0;
}
.pagenavi li {
    margin-left: 0;
    font-size: 16px;
    list-style: none;
    position: relative;
    border-top: 1px solid #fff
}
.pagenavi li a {
    display: block;
    padding: 4px 0 4px 0;
    background: #fff;
    color: #666;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: 0.4s ease
}
.pagenavi li a:hover {
    padding-left: 5px;
    text-decoration: none;
    color: #00367c;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: 0.4s ease
}
.pagenavi li.activ {
    color: #00367c;
    padding: 4px 0 4px 6px;
}
.pagenavi li.activ :hover {
    color: #00367c
}

.pagenavi a {border-bottom: none}
.pagenavi a:hover {border-bottom: none}




/******** Accordion ********/

.et_pb_accordion .et_pb_toggle {
	margin-bottom: 15px !important;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\e04f";
	color: #005ca0;
}
.et_pb_toggle_close .et_pb_toggle_title:before {
	display: block !important;
	content: "\e050";
	color: #005ca0;
}
.et_pb_toggle_close, .et_pb_toggle_open {
padding: 12px 25px 12px 20px;
}
.et_pb_toggle_close h5.et_pb_toggle_title,
.et_pb_toggle_close .et_pb_toggle_title {
	color: #005ca0;
	font-weight: 600;
}

.et_pb_toggle_open h5.et_pb_toggle_title,
.et_pb_toggle_open .et_pb_toggle_title {
	color: #005ca0;
	font-weight: 600;
}



/* Form submit button center */
#et_pb_contact_form_0 .et_contact_bottom_container {
	float: none !important;
	text-align: center !important;
	margin-top: 20px;
}
/* Datenschutzlabel */
.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
	display: none;
}
.et_pb_contact_field a {
font-weight: 500;
}


/******** Listen *********/

.et_pb_text ul {
	padding-top: 1em !important;
}

ul.list-1 {
list-style-type:none!important;
line-height: 1.6em;
padding-top: 1em;
padding-left: 0;
}
ul.list-1 li {
	padding-bottom: 0.25em
}

ul.list-1 li:before {
content: "\5a";
font-family: 'ETmodules';
color: green;
float: left;
padding-right: 5px;
}


ul.list-2 {
list-style-type:none!important;
line-height: 32px;
padding-top: 1em;
}
ul.list-2 li:before {
content: "\5a";
font-family: 'ETmodules';
color: #8e8e8e;
float: left;
padding-right: 0.5em;
margin-left: -1em;
}

ul.list-3 {
list-style-type:none!important;
line-height: 32px;
padding-top: 1em;
}
ul.list-3 li:before {
content: "\5a";
font-family: 'ETmodules';
color: #6eba01;
float: left;
padding-right: 0.5em;
margin-left: -1em;
}


/**** Liste ohne Bullets ****/

ul.conlist-1 {
	margin-top: 2em;
	padding-left: 0;
}
ul.conlist-1 li {
	padding-bottom: 0.6em;
	list-style-type: none;
}

/**** Große Zahlen ****/

ol.ol-big-numbr {
    list-style-type: none;
/*    list-style-type: decimal !ie; IE 7- hack*/
    margin: 0;
    margin-left: 2.2em;
    margin-top: 2em;
    padding: 0;
    counter-reset: li-counter;
}
ol.ol-big-numbr > li{
	list-style-type: none;
    position: relative;
    margin-bottom: 20px;
    padding: 1em;
    min-height: 3em;
    border-left: 2px solid #CCCCCC;
	background-color: #f4f4f4;
}
ol.ol-big-numbr > li:before {
    position: absolute;
    top: 0;
    left: -1.125em;
    width: 0.8em;
    font-size: 2.5em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;
    content: counter(li-counter);
    counter-increment: li-counter;
}


ol.ol-big-numbr-1 {
    list-style-type: none;
/*    list-style-type: decimal !ie; IE 7- hack*/
    margin: 1em 0 0 3em;
    padding: 0;
    counter-reset: li-counter;
}
ol.ol-big-numbr-1 > li{
	list-style-type: none;
    position: relative;
    margin-bottom: 20px;
    padding: 1em;
    min-height: 3em;
    border-left: 2px solid #CCCCCC;
	background-color: #fff;
}
ol.ol-big-numbr-1 > li:before {
    position: absolute;
    top: 0;
    left: -1.125em;
    width: 0.8em;
    font-size: 2.75em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;
    content: counter(li-counter);
    counter-increment: li-counter;
}


/******** Youtube Video *********/

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/******** Video Overlay *********/

/*
.et-gallery-section--main .et-gallery-video { 
background: #414b56; 
box-shadow: 0 10px 10px rgba(0,0,0,0.1); 
} 

.et-gallery-video--block { 
display: block;
 }
 
.et-gallery-video__button, .et-gallery-video__button:before {
 -webkit-transition: all .4s ease;
 transition: all .4s ease;
} 

 .et-gallery-video:hover .et-gallery-video__button { 
background: #ba4cff; 
width: 80px; 
height: 80px; 
box-shadow: 0 15px 40px rgba(0,0,0,.5); 
}

 .et-gallery-video:hover .et-gallery-video__button:before { 
border-left: 10px solid #fff; 
}

 #overlay-26826 .overlay-close {
background-color: black; 
z-index: 100; 
border: 8px solid black; border-radius: 30px; 
}

 #overlay26826 .et_pb_code { 
max-width: 900px; 
margin-left: auto; 
margin-right: auto; 
margin-top: 5%; 
}
*/
 




/******** Start Timeline *********/

.ds-timeline .timeline-item {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
padding: 0 0 50px;
position: relative;
}

.ds-timeline .timeline-item:after {
content: '';
position: absolute;
width: 3px;
height: 100%;
visibility: visible;
top: 0;
left: 0;
margin-left: -1.5px;
background-color: #164194;
}

.ds-timeline .timeline-item .col-date {
position: relative;
padding-left: 40px;
}

.ds-timeline .timeline-item .col-date:before {
content: '';
position: absolute;
left: -18px;
top: 50%;
background-color: #164194;
width: 26px;
height: 26px;
margin-top: -35px;
border: 5px solid #f4f4f4;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}

.ds-timeline .timeline-item .col-details {
padding-left: 40px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12) 0.5em 0px 0px #000000;
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12) 0.5em 0px 0px #000000;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12) 0.5em 0px 0px #000000;
}

.ds-timeline .tm-date {
font-size: 18px;
}

.ds-timeline .tm-date h4 {
font-weight: 600;
font-size: 23px;
margin: 8px 0;
}


.ds-timeline .tm-desc {
padding: 30px;
background-color: #fff;
}

.ds-timeline .tm-title {
border-bottom: 2px solid #f4f4f4;
border-left: 3px solid #164194;
background-color: #fff;
padding: 15px 30px;
}

.ds-timeline .tm-title h3 {
padding: 0;
line-height: 1.1;
font-weight: 600;
}


@media (min-width: 980px) {
.ds-timeline .timeline-item:after {
left: 50% !important;
}

.ds-timeline .timeline-item:first-child:after {
height: 60%;
top: 40%;
}

.ds-timeline .timeline-item:last-child:after {
height: 20%;
}

.ds-timeline .timeline-item.even {
flex-direction: row-reverse;
}

.ds-timeline .timeline-item.even .col-details {
padding-right: 40px;
padding-left: 0 !important;
}

.ds-timeline .timeline-item.odd .col-date {
padding-right: 40px;
padding-left: 0 !important;
}

.ds-timeline .timeline-item.odd .col-date:before {
left: auto;
right: -18px;
}

.ds-timeline .timeline-item.odd .et_pb_button_module_wrapper {
    text-align: right;
}

.ds-timeline .timeline-item.odd .tm-date  {
text-align: right;
}

.ds-timeline .timeline-item.odd .tm-countdown .et_pb_countdown_timer_container {
justify-content: flex-end;
}
}

/******** Ende Timeline *********/



/******** Kontaktformular *********/

.et_contact_bottom_container {padding-left: 3%;}



/* --------------- Newsletter -------------------- */

.et_pb_newsletter_result h2 {
	font-size: 22px;
}
.et_pb_newsletter_success h2 {
	color:#068306 !important;
}
.et_pb_newsletter_error h2 {
	color: #bb0505 !important;
}


/* --------------- Overlay -------------------- */

.divioverlay .overlay_close_btn {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  border: none;
  outline: none;
  z-index: 99999;
  font-size: 4em;
  line-height: 60px;
  min-height: 15px;
  min-width: 15px;
  color: #ffffff;
  background-color: transparent;
  font-family: inherit;
  font-weight: 300;
}



/* ----------------------------- Footer ------------------------------- */


.footer-widget h4 {
	font-weight: 600;
}

.footer-layout a {
	text-decoration:none;
	border-bottom: none;
}



/* ----- TOC ----- */
#toc_container {
	padding:10px 20px 15px 30px;
	border-radius: 3px;
}
#toc_container a {
	border-bottom: none;
	color:#164194
}
ul.toc_list {
	margin-top:0 !important;
}
ul.toc_list li {
	list-style-type:initial !important;
	color: #164194;
}


/* ----- WP-Forms ----- */

div.wpforms-container-full .wpforms-form select {
	border: 1px solid #999;
	height: 48px;
}
div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email] {
	border: 1px solid #999;
	height: 48px;
}
div.wpforms-container-full .wpforms-form textarea {
	border: 1px solid #999;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #164194;
    border: 1px solid #164194;
	border-radius: 3px;
    color: #fff;
    font-size: 1em;
    padding: 10px 20px;
	letter-spacing: 1px;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #2d549e !important;
    border: 1px solid #2d549e !important;
    cursor: pointer;
	color: #fff !important;
}

div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form textarea, div.wpforms-container-full .wpforms-form select {
    color: #333 !important;
    border: 1px solid #666 !important;
}

div.wpforms-container-full .wpforms-form input::placeholder, div.wpforms-container-full .wpforms-form textarea::placeholder {
  color: #333 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #333333 !important;
}


div.wpforms-container-full a {
    color: #164194;
    border-bottom: 1px solid rgba(22, 65, 148, 0.5);
}

div.wpforms-container-full .wpforms-form ul li.wpforms-image-choices-item {
    margin-bottom: 20px !important;
}

/* ----- Borlabs Content Blocker ----- */
.brlbs-cmpnt-cb-btn {
    background: #b00000 !important;
    border-radius: 20px
}
.brlbs-cmpnt-cb-btn:hover {
    background: #fff;
    color: #b00000 !important;
}

/* ----- Toggle zweispaltig ----- */

.toggle-con {
  display: flex;
}
.toggle-left-con,
.toggle-right-con {
  flex: 1;
  position: relative; /* Positionierung im Verhältnis zum Container */
}
.left-con-icon,
.right-con-icon {
  position: absolute; /* Positionierung relativ zum Container */
  top: 0;
  left: 0;
}
.toggle-left-con {padding-right:2%}
.toggle-right-con {padding-left:2%}

.left-con-icon {
  background-image: url('icons/logo-rc-cornet-plus.jpg'); /* Hintergrundbild festlegen */
  background-size: contain; /* Größe des Hintergrundbilds anpassen */
  background-repeat:no-repeat;
  width:80px;
  height:30px;
}
.right-con-icon {
  background-image: url('icons/logo-rc-fit-classic.jpg');
  background-size: contain;
  background-repeat:no-repeat;
  width:75px;
  height:30px;
}
ul.toggle-list {
  list-style-type: none;
  padding-left: 0.6em;
  text-indent: -0.6em;
}
ul.toggle-list li:before {
  content: "\2022";
  margin-right: 0.3em;
}

/* ----- Bestellbuttons ----- */

.btn-icon-container {margin-bottom:1rem;display:block;}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 0.3rem;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
.btn-icon-small {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  padding: 0.4rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 0.3rem;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  width:230px;
}
.btn-icon-blue {color:#fff; background-color:#164194;}
.btn-icon-red {color:#fff; background-color:#dc0032;}
.btn-icon-red:hover {background-color:#dc0032;}
.left-icon {height:24px; margin-right:0.8rem;}
.right-icon {height:24px; margin-left:1.5rem;}
.left-icon-info {height:24px; margin-left:2px; margin-right:13px;}

/* --------------------------------------- */
/* --------------- B L O G --------------- */
/* --------------------------------------- */

.themen-hdl-top {
	color: #6d767b;
	color: #8a9195;
	font-weight: 600;
	letter-spacing:0.3px;
	padding-bottom: 0.5em;
}
.themen-hdl-icon {
    position: relative;
    padding-right: 45px; /* Platz für das Icon  */
    display: inline-block;
	text-transform:uppercase;
	letter-spacing:1px
}
.themen-hdl-icon::after {
    content: "\24";
    font-family: "ETmodules";
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 32px;
    line-height: 1; /* Zentrierung mit der Headline */
}

@media (max-width: 479px) {
   .themen-hdl-icon {
      padding-right: 40px; /* Platz für das Icon  */
	}
   .themen-hdl-icon::after {
      top: 4px;
      font-size: 28px;
	}
}

h2.themen-hdl {text-transform:uppercase;letter-spacing:1px}
h2.themen-hdl > a, h2.themen-hdl > a:hover {border-bottom:none}

.themen-hdl-h3 {
    position: relative;
    padding-right: 40px; /* Platz für das Icon rechts einfügen */
    display: inline-block;
}
.themen-hdl-h3::after {
    content: "\24";
    font-family: "ETmodules";
    position: relative;
    right: -10px;
    top: 4px;
    font-size: 24px; /* Icon-Größe */
    line-height: 1; /* Zentrierung mit der Headline */
}
.themen-hdl-h3 a {
	border-bottom: none !important;
}
.themen-hdl-h3 a:hover {
	color:#5678b8;
}

.blog-post-content p a {
  font-weight: 600;
  text-decoration: underline;
}
.blog-post-content li a {
  font-weight: 600;
  text-decoration: underline;
}
.blog-post-content strong {
  font-weight: 600;
}


/* BlogSlider */

.blogslider-wissen .et_pb_post {
    margin-bottom: 20px;
}
.blogslider-wissen .post-content-inner {max-width:500px}
.blogslider-wissen h2.entry-title {max-width:500px}

@media (max-width: 479px) {
  .blogslider-wissen .post-content {
    display:none;
  }
  .blogslider-wissen .et_pb_post {
  margin-bottom: 10px;
}
}

/********** Category Page  **********/


/*** Navi ***/

ul.category-navi {
    list-style: none; /* Entfernt Standard-Punkte */
    padding: 0;
    margin: 0;
	padding-top:0 !important;
}
ul.category-navi li {
    display: flex; /* Um das Icon und den Text nebeneinander anzuordnen */
    align-items: center;
    padding: 10px 0; /* Abstand oben und unten für jeden Listenpunkt */
    border-bottom: 1px solid #ddd;
}
ul.category-navi li a {
	color: #164194;
	text-decoration:none;
	border-bottom:none;
	font-weight: 600;
	font-size:20px;
}
ul.category-navi li a:hover {
	text-decoration:none;
	border-bottom:none;
}
ul.category-navi li:last-child {
    border-bottom: none;
}
ul.category-navi li::before {
    content:'\33';
    font-family: 'ETmodules';
    font-weight: 500;
    margin-right: 10px;
    color: #164194;
    font-size: 1.5em; /* Icon-Größe */
}


.cat-post-hdl h3 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
@media (max-width: 479px) {
  .cat-post-hdl h3 {
    font-size: 20px;
  }
}

.cat-post-first .entry-featured-image-url {
  margin-bottom: 20px;
}
.cat-post-first .post-content {
  margin-top:-10px;
}
@media (max-width: 479px) {
  .cat-post-first .entry-featured-image-url {
    margin: 0 -6% 15px -6%;
  }
  .cat-post-first .post-content {
    margin-top:5px;
  }
}


.cat-post-grid .et_pb_image_container {
  margin:0;
}
.cat-post-grid .et_pb_post .entry-featured-image-url {
  margin-bottom: 20px;
}
.cat-post-grid .post-content {
  margin-top:-5px;
}
.cat-post-grid article {
  margin-bottom: 1% !important;
}
@media (max-width: 479px) {
  .cat-post-grid .et_pb_image_container {
    margin: 0 -6% 15px -6%;
  }
  .cat-post-grid .post-content {
    margin-top:5px;
  }
}

.more-link {
  border: 1px solid #003e90;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block !important;
  padding: 4px 20px;
margin-top:18px;
}
.more-link:hover {
    background-color: #fff;
}
.wp-block-divi-layout .more-link {
  text-decoration: none;
}


.blog-post-content h2, .blog-post-content h3, .blog-post-content h4 {padding-top:0.8em;}


.pa-blog-equal-height .et_pb_ajax_pagination_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	column-gap: 3em
}
.pa-blog-equal-height .et_pb_ajax_pagination_container article {
	padding: 0;
	border-radius: 10px;
	border: 2px solid blue
}
.pa-blog-equal-height .et_pb_ajax_pagination_container div {
	grid-column: 1 / -1;
}
.pa-blog-equal-height .et_pb_post div.post-content a.more-link {
	position: absolute;
	bottom: 30px
}
.pa-blog-equal-height .post-content {
	padding-bottom: 1em;
}
@media all and (max-width: 980px) {
	.pa-blog-equal-height .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (max-width: 768px) {
	.pa-blog-equal-height .et_pb_ajax_pagination_container {
		grid-template-columns: repeat(1, 1fr);
	}
}
.pa-blog-equal-height .et_pb_post {
	margin-bottom: 30px;
}
.pa-blog-equal-height .et_pb_post .entry-featured-image-url {
    margin-bottom: 15px;
}

/* image left */
.pa-blog-list .entry-featured-image-url  {width: 45%; float: left; margin-bottom: 0!important;}
.pa-blog-list .entry-title,
.pa-blog-list .post-meta,
.pa-blog-list .post-content {width: 55%; float: left; padding-left: 15px;}

@media (max-width: 479px) {
.pa-blog-list .entry-featured-image-url  {width: 30%; float: left; margin-bottom: 0!important;}
.pa-blog-list .entry-title,
.pa-blog-list .post-meta,
.pa-blog-list .post-content {width: 70%; float: left; padding-left: 15px; max-width:210px}
}

/********** Category Page erweitert **********/

.et_pb_image_container {
	margin: 0;
}
.et_pb_blog_grid .et_pb_post {
	padding: 0;
}
.dipl_blog_slider .layout3 .dipl_blog_slider_content_wrapper {
    padding: 20px 10px 0 0!important;
}
.et_pb_post .entry-featured-image-url {
    margin-bottom: 20px;
}


/* Hintergrund des Blog Grid Teasers transparent machen */
.et_pb_blog_grid .et_pb_post {
    background-color: transparent !important;
}



/********** Post Template  **********/

/* Post Images */

.wp-block-image.featured-img img {margin-left:-80px; max-width: 970px;}
@media (max-width: 479px) {
  .wp-block-image.featured-img img {
    margin-left: -6%;
    max-width: 112%;
  }
}
@media (max-width: 479px) {
  .fullwidth-mobil img {
    margin-left: -6%;
    max-width: 112%;
    margin-top: 12px;
  }
}

.blog-caption {font-size:18px; font-style:italic; margin-bottom:1em}
.blog-caption-credit {font-size:15px; color:#777}
@media all and (max-width: 768px) {
	.blog-caption {font-size:16px;}
}

.wp-block-image.content-img {margin: 2em 0}
.wp-block-image.content-img figcaption {margin-bottom:1em; margin-top:.5em; font-size:18px; font-style:italic; text-align:left}
@media all and (max-width: 768px) {
	.wp-block-image.content-img figcaption {font-size:16px;}
}

.wp-block-video {margin: 2em 0}
.wp-block-video figcaption {margin-bottom:1em; margin-top:.5em; font-size:18px; font-style:italic; text-align:left}
@media all and (max-width: 768px) {
	.wp-block-video figcaption {font-size:16px;}
}

figure.wp-block-embed.is-type-video {
	margin: 1.5em 0
}

/* Autoren Box */

.authorbox {
	margin: 2em 0;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 1.25em;
}
.authorbox .topline {
	color: #333;
	padding-bottom:0;
	text-transform: uppercase;
	letter-spacing:2px;
}
.authorbox h2 {padding-top:0.5em; padding-bottom:0.2em}
.authorbox h4 {padding-top:0;}
.authorbox .wp-block-image.authorimg {
	margin:0;
	max-width: 90%;
}

a.autor-morelink {
	color: #164194;
	border-bottom: 1px solid #164194;
	font-weight: 600;
}
a.autor-morelink:hover {
	border-bottom: 1px solid #164194;
}

/****** Content Boxen ******/

.blogbox-01 {
    margin-bottom: 25px;
    background: #f6f8fa;
    border-left: 4px solid #003e90;
    padding: 1.2em 1em 1.2em 2em !important;
    margin: 0.5em 0 1.5em 0;
}
.blogbox-01 h2 {
    color: #003e90 !important;
}
div.wp-block-group.blogbox-01 {
  margin-bottom: 25px;
  background: #f6f8fa;
  border-left: 4px solid #003e90;
  padding: 1.2em 1em 1.2em 2em;
  margin: 0.5em 0 1.5em 0;
}

.blogbox-02 {
  margin-bottom: 25px;
  background-color: rgba(208,223,240,0.6);
  border-left: 4px solid #003e90;
  padding: 1.2em 1em 1.2em 2em !important;
  margin: 2em 0 2em 0;
}
.blogbox-02 h3 {
  padding-top: 0;
}

.blogbox-03 {
  margin-bottom: 25px;
  background-color: #fff;
  border: 4px solid #003e90;
  padding: 1.2em 1em 1.2em 2em !important;
  margin: 0.5em 0 1.5em 0;
}

.blogbox-info-01 {
  margin-bottom: 25px;
  background: #f6f8fa;
  padding: 1.2em 1em 1.2em 3.5em !important;
  margin: 0.5em 0.5em 1.5em 0;
}
.blogbox-info-01::before {
  content:'\70';
  font-family: 'ETmodules';
  font-weight: 500;
  font-size: 2em;
  color: #003e90;
  position:absolute;
  left:15px;
}
.blogbox-info-01 h3 {
  color: #003e90 !important;
}
.blogbox-info-02 {
  margin-bottom: 25px;
  background: #f6f8fa;
  padding: 1.2em 1em 1.2em 3.5em !important;
  margin: 0.5em 0.5em 1.5em 0;
}
.blogbox-info-02::before {
  content:'\7a';
  font-family: 'ETmodules';
  font-weight: 500;
  font-size: 2em;
  color: #003e90;
  position:absolute;
  left:15px;
}

.blogbox-blue {
  background: #e8eff7;
  padding: 1em 1em 1em 1.5em;
  margin: 0 0 1.5em 0;
}
.blogbox-dark-blue {
  background: #003e90;
  color:#fff;
  padding: 1em 1em 1em 1.5em;
  margin: 0 0 1.5em 0;
}


/****** Listen ******/

ul.bloglist-01 {
	list-style:none
}
ul.bloglist-01 li {
	position: relative;
	margin-top: 12px;
	margin-bottom: 0;
	padding-left: 20px;
}
ul.bloglist-01 li::after {
	position: absolute;
	background-color: #003E90;
	top: 11px;
	left: 0;
	z-index: 1;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	content: "";
	transition:none
}
@media (max-width: 479px) {
	ul.bloglist-01 li {
	padding-left: 5px;
}
	ul.bloglist-01 li::after {
	left: -15px;
	top: 9px;
}
}


ul.list-1 {
  list-style-type:none!important;
  line-height: 1.6em;
  padding-top: 0;
  padding-left: 0;
}
ul.list-1 li {
  padding-bottom: 0.5em
}
ul.list-1 li:before {
  content: "\5a";
  font-family: 'ETmodules';
  color: green;
  float: left;
  padding-right: 5px;
}
  
ul.list-2 {
  list-style-type:none!important;
  line-height: 32px;
  padding-top: 1em;
}
ul.list-2 li:before {
  content: "\5a";
  font-family: 'ETmodules';
  color: #8e8e8e;
  float: left;
  padding-right: 0.5em;
  margin-left: -1em;
}

ol.bloglist-ol-01 {
    counter-reset: list-counter;
    list-style: none;
    padding-left: 0;
	padding-top: 1em;
}
ol.bloglist-ol-01 > li {
    position: relative;
    padding-left: 45px;
    padding-top: 3px;
    padding-bottom: 15px;
    overflow: hidden; /* Falls der Text sehr lang ist, bleibt der Zähler am Anfang */
}
ol.bloglist-ol-01 > li::before {
    counter-increment: list-counter;
    content: counter(list-counter) ".";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(208, 223, 240, 0.6);
    color: #164194;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
}

ol.bloglist-ol-02 {
    counter-reset: list-counter;
    list-style: none;
    padding-left: 0;
	padding-top:2em;
}
ol.bloglist-ol-02 > li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
    overflow: hidden; /* Falls der Text sehr lang ist, bleibt der Zähler am Anfang */
}
ol.bloglist-ol-02 > li::before {
    counter-increment: list-counter;
    content: counter(list-counter) ".";
    position: absolute;
    left: 0px;
    top: 0px; /* Positioniert den Zähler am Textanfang */
    background-color: #164194;
    color: #ffffff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
}

/****** Post Categories Links ******/

.post-category-links {padding-top:1em; padding-bottom:1em}
.post-category-links-hdl {color:#46555f; font-weight: bold; font-size:1.2em; margin-bottom: 0.5em}
.post-category-links a {
	display:inline-block;
	background: #f1f5f9;
	padding: .3em 1em;
	padding: .5em 1.4em;
	border-radius: 50px;
	color: #164194;
/*	font-size: 0.8em; */
	transition: .3s ease all;
	border-bottom:none;
	margin-bottom:0.5em
}
.post-category-links a:hover {
	background: #164194;
	color: #ffffff;
	transition: .3s ease all;
	border-bottom:none;
}

/****** Categories Links als Tag-Cloud ******/

ul.tag-cloud {
  padding: 0 !important;
}
.tag-cloud {
  list-style-type: none;
  padding: 0;
}
.tag-cloud li {
  display: inline-block;
  margin: 0.8rem 0.4rem 0.8rem 0rem;
}
.tag-cloud a {
  text-decoration: none;
  color: #164194;
  padding: .5em 1.4em;
  border-radius: 50px;
  transition: transform 0.2s;
  background-color: #f1f5f9;
  border-bottom:none;
}
.tag-cloud a:hover {
  transform: scale(1.1);
  background-color: #164194;
  color: #fff;
  border-bottom:none;
}
@media all and (max-width: 768px) {
	.tag-cloud a {
		font-size: 15px;
	}
}

.tag-cloud.tag-cloud-1 a {
  text-decoration: none;
  color: #164194;
  padding: .5em 1.4em;
  border-radius: 50px;
  transition: transform 0.2s;
  background-color: #fff;
  border-bottom:none;
}


/* Quellenangabe */
p.copy {
  font-size: 14px;
  line-height: 1.6em;
  font-style: italic;
  color: #444;
  padding: 15px 0 15px 0 !important;
/*  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; */
}
p.copy a {font-weight: 400;text-decoration: none}

/* Post Teaser */
div.post-teaser {
	padding: 30px 0 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 30px 0
}
div.post-teaser p a {text-decoration:none; font-weight:normal}



/********** Display Posts Grid Shortcode  **********/

.display-posts h3 {
    margin-bottom: 0.5em;
    padding-top: 1em;
}
.display-posts-listing.grid {
    display: grid;
}
.display-posts-listing.grid .title {
    display: block;
    padding-top: 0.5em;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 600;
    color: #003e90;
}
.display-posts-listing.grid a.title {
    border-bottom:none;
}
.display-posts-listing.grid img { 
    display: block;
    max-width: 100%;
    height: auto;
}
@media (min-width: 300px) {
    .display-posts-listing.grid {
        grid-template-columns: repeat( 2, 1fr );
        grid-gap: 20px;
    }
}
@media (min-width: 1024px) {
    .display-posts-listing.grid {
        grid-template-columns: repeat( 3, 1fr );
        grid-gap: 36px;
    }
}

/* Left aligned image */
.display-posts-listing.image-left .listing-item {
	overflow: hidden; 
	margin-bottom: 32px;
	width: 100%;
}

.display-posts-listing.image-left .image {
	float: left;
	margin: 0 16px 0 0;
}

.display-posts-listing.image-left .title {
	display: block;
}

.display-posts-listing.image-left .excerpt-dash { 
	display: none; 
}

/********** Produktplatzierung  **********/

.blog-product {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 1.5em auto 2em auto;
	padding: 2em 0
}
.blog-product-top-hdl {font-style:italic; color: #003e90; padding-bottom:0.5em}
.blog-product-hdl {padding-top:0 !important}
.blog-product-btn {}
.blog-product-img {width:85%;}
.blog-product .wp-block-column:first-child {display: flex; justify-content: center;}

.blog-product-btn .wp-block-button__link {
    background-color: #003e90;
	border-radius: 5px;
	margin-top:1.25em;
	padding: 8px 20px;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size: 14px;
	font-weight: 600;
}

/********** Buttons Produktseite  **********/

.button-group {
  display: flex;
  gap: 1rem; /* Abstand zwischen Buttons */
  max-width: 540px;
  margin: 2.5rem 0;
}
.btn-product {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight:500;
  letter-spacing:0.5px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  flex: 1; /* beide gleich breit */
}
/* Linker Button: blau gefüllt */
.btn-filled {
  background-color: #164194;
  color: #fff;
  border: 2px solid #164194;
}
.btn-filled:hover {
  background-color: #fff;
  border-color: #164194;
  color: #164194;
}
/* Rechter Button: nur Outline */
.btn-outline {
  background-color: transparent;
  color: #164194;
  border: 2px solid #164194;
}
.btn-outline:hover {
  background-color: #164194;
  color: #fff;
}
/* Mobile: Buttons untereinander */
@media (max-width: 600px) {
  .button-group {
    flex-direction: column;
  }
}

/* --------------- Print -------------------- */

@media print {

#top-header {display:none}
#main-header {display:none}
#main-footer {display:none}

body {font-family: "Times New Roman", Times, serif; font-size: 12pt; color: #000}
h1, h2, h3, h4 {font-size: 24pt}
img {display: none}

}

.et_pb_post_extra.el_dbe_vertical_grid .post-content 
{
padding:0px!important;
}
