/* 
 Theme Name:     leichteratmen
 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 --------------------------- */

/* open-sans-regular - latin */
@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/ProximaNova-Regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/ProximaNova-Regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'proxima-nova';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('fonts/ProximaNova-RegularIt.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/ProximaNova-RegularIt.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('fonts/ProximaNova-Semibold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/ProximaNova-Semibold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/ProximaNova-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/ProximaNova-Bold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {font-family: proxima-nova, sans-serif; font-weight: 400; font-style: normal;}

/******** REMOVE Line under Menu *********/
/* #main-header {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
} */

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

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


/******** 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;}
}


h1, h2, h3, h4, h5 { font-weight: 600 }
.blog-post-content h2 { padding: 0.75em 0 0.5em 0 }


.et_fixed_nav #main-header .container { width: 90% }
/* .mobile_menu_bar:before { color: #fff !important; } */

@media (max-width: 980px) {
    #et_top_search {
        margin: 0 20px 0 0
    }
    .et_header_style_left .et-search-form {
        width: 35%!important;
        max-width: 35%!important;
    }
}
@media (max-width: 479px) {
  .et_header_style_left #logo {
    max-width: 60%;
  }
}

#et-top-navigation {font-weight:600;}


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

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

/******** Search Icon Correction *********/

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #et_search_icon:before {
    top: 3px;
  }
}



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

#top-menu-nav #top-menu a:hover,
#mobile_menu_slide a:hover { 
    color: #003e90 !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: 50%;
 background: #4a8016; /*** COLOR OF THE LINE ***/
 height: 1px; /*** THICKNESS OF THE LINE ***/
 -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 li a:before {
   background: #ffffff; /*** COLOR OF THE LINE ***/
   height: 1px; /*** THICKNESS OF THE LINE ***/
}
#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.blogger a {
	color: #003e90;
}

/******** Dropdown ********/

.nav li ul {
    position: absolute;
    padding: 10px;
    top: 40px !important;
    border-top: none;
    width: auto;
    -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: 150px;
padding: 5px 0;
font-size: 15px;
}
.nav ul li a:hover {
  background-color: unset;
}

/******** Dropdown 2. Ebene ********/

ul.sub-menu {
	background: #fff !important;
}
.nav li li ul {
    z-index: 1000;
    top: 0px !important;
    left: 160px;
}
.nav li.et-reverse-direction-nav li ul {
    left: auto;
    right: 170px;
    top: 0px !important;
}

/******** 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: #333;
    font-size: 16px;
    font-family: ETmodules;
}
span.menu-closed.menu-open:before {
    content: "\4d";
}

/********/

#mobile_menu .menu-item-has-children > a {
  font-weight: 600;
}
.et_mobile_menu li a {
  font-size: 16px;
}

.et_mobile_menu li.blogger a {
	color: #003e90;
}
.et_mobile_menu li.blogger a::after {
    content: "\77";
    font-family: "ETmodules";
    position: relative;
    right: -15px;
    top: 4px;
    font-size: 20px; /* Icon-Größe */
    line-height: 1; /* Zentrierung mit der Headline */
	color: #003e90;
}
.sub-menu li a {
	color: #000 !important;
}
.sub-menu li a::after {
	content:none !important;
}

/****** Slider Start *******/
/* .homeslide .et_pb_slide_description {
  padding: 9% 0 9% 50%
} */
.homeslide .et_pb_slide {
  padding: 0;
}
@media (max-width: 479px) {
  .homeslide .et_pb_more_button {
    margin-top: 5px;
}
}

@media (max-width: 479px) {
.img-full-mob img {
  max-width: 112%;
  margin: auto -6% auto -6%;
}
}


/****** Correct columns Staking *******/
@media (max-width: 980px) {
  .et_pb_column {
    margin-bottom: 20px;
}
}

/****** Social Share *******/
.essb_links {
  margin: 0.5em 0 1em 0;
}

/****** 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;
}


/* Buttons side by side for header */

.btn-inline .et_pb_button_module_wrapper {
display: inline-block;
padding-bottom: 20px;
margin: 0 20px 0 0;
}

.copd_headline h2, .asthma_headline h2 {
  border-bottom: 1px solid #929292;
  padding: 0 0 5px 0;
  margin-bottom: 15px
}



.posts-new-home .entry-featured-image-url {
  margin-bottom: 10px;
}
.posts-new-home-first .entry-featured-image-url {
  margin-bottom: 15px;
}
.posts-new-home-first h2.entry-title {
  max-width: 700px;
  padding-bottom: 5px
}
.posts-new-home h2.entry-title {
  padding-bottom: 5px
}

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

.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;
  }
}


/* Read more blog button */

/* .more-link {
  border: 1px solid #ccc;
  border-radius: 25px;
  background-color: #fff;
  display: inline-block !important;
  padding: 5px 15px;
  margin-top: 15px;
}
.more-link:hover {
    background-color: #f4f4f4;
} */

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

.et_pb_widget .wp-block-search__button,.et_pb_widget .wp-block-search__input,.widget_search input#s,.widget_search input#searchsubmit {
    padding: .7em;
    height: 40px!important;
    margin: 0;
    font-size: 14px;
    line-height: normal!important;
    border: 1px solid #333;
    color: #333
}

/********** Category Page Blog latest Comments **********/

ol.wp-block-latest-comments {
	list-style-type:none;
}

.com-cat-blog .wp-block-latest-comments__comment-meta {
  margin-left: 0 !important;
}
.com-cat-blog .wp-block-latest-comments__comment-excerpt {
  margin-left: 0 !important;
}
.com-cat-blog .wp-block-latest-comments__comment-excerpt p {
  font-size: 1em;
  line-height: 1.6;
  margin: .36em 0 1.4em;
}
.com-cat-blog .wp-block-latest-comments__comment-excerpt p:before {
  content: "\7b";
  font-family: 'ETmodules';
  font-weight: 500;
  float: left;
  padding-right: 2px;
}
.com-cat-blog .wp-block-latest-comments__comment-link {
font-weight: 600;
}
.com-cat-blog .wp-block-latest-comments__comment-author {
  font-weight: 600;
}

a.wp-block-latest-comments__comment-link {
	text-decoration:underline;
}
/********** Category Post Grid Page Navi  **********/

div.wp-pagenavi {
float: right;
padding-top: 5%;
}

/*styles the wp-pagenavi pagination links*/
.wp-pagenavi a, .wp-pagenavi span {
  padding: 0.3em 0.8em !important;
  font-size: 1em !important;
  color: #333333;
  line-height: 2em;
  background: #fff;
  transition: all .5s;
  border: 1px solid #ccc; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
  margin-right: 5px;
}
/*styles the wp-pagenavi current page number*/
.wp-pagenavi span.current {
  color: #ffffff !important;
  background: #003e90 !important;
  border: 1px solid #003e90; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}
/*styles the wp-pagenavi pagination links on hover*/
.wp-pagenavi a:hover {
  color: #ffffff !important;
  background: #003e90 !important;
  border: 1px solid #003e90; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}
/*styles the wp-pagenavi pages text*/
.wp-pagenavi .pages {
  background: none;
}

.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink {
    color: #333!important
}

/* .wp-pagenavi a, .wp-pagenavi span {
  padding: 5px; margin-right: 10px;
  font-size: 15px; color: #03719c; text-decoration: none;
  border: 3px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
  }
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #03719c;
  color: #fff;
  border: 3px solid #AFAFAF;
  }
.wp-pagenavi span.current { font-weight: bold; } */




/********** Blog Post Divi  **********/
.et_pb_pagebuilder_layout .et_pb_column_1_tb_body {
  padding-right: 0;
}


/********** Blog Post Content  **********/

/* .rank-math-link {
  border-bottom: 1px solid #015999;
} */
/* .rank-math-link {
  font-weight: 600;
  text-decoration: underline;
} */

p.teas {
  padding-bottom: 1em;
  margin-top: -0.5em;
}
p.teas a:before {
  content: "\3d";
  font-family: 'ETmodules';
  font-weight: 500;
  color: #003e90;
  float: left;
  padding-right: 10px;
}

p.download a:before {
  content: "\e004";
  font-family: 'ETmodules';
  font-weight: 500;
  font-size: 28px;
  color: #003e90;
  float: left;
  padding-right: 12px;
}


.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;
}

.wp-block-image.size-full {
  margin-top:1em;
}
/* .wp-block-image.featured-img img {
  max-width: 120%;
  margin-left: -75px;
} */
.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;
  }
}

p.summary {
  font-weight: 700;
  color: #003059;
}

/* .blog-post-content p, .blog-post-content h2 {
    padding-left: 8%;
} */

.blog-post-content figcaption {
    font-size: 16px;
    line-height: 1.5em;
	text-align:left;
    font-style: italic;
    color: #444;
    margin-top: 0.8em;
    margin-bottom: 2em;
}
.figure_copy {font-size: 15px; color: #666}


.wp-block-separator {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 1em auto 1.5em auto;
}


.wp-block-media-text {
  margin: 1em 0 2em 0 !important;
}

.wp-block-image {margin-bottom:1.5em}


sub, sup {
	font-size:0.6em;
}

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

.post-category-links {padding-top:1em; padding-bottom:1.5em}
.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: 5px;
	color: #164194;
/*	font-size: 0.8em; */
	transition: .3s ease all;
	border-bottom:none;
	margin-bottom:0.5em;
	margin-right:0.5em
}
.post-category-links a:hover {
	background: #164194;
	color: #ffffff;
	transition: .3s ease all;
	border-bottom:none;
}

/********** Tabellen **********/

.table-scroll {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}
.table-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}


.wp-block-table {
  margin: 1em auto 2em auto;
}
.wp-block-table thead {
  background: #dee2e6;
}
.wp-block-table td {
  border: 2px solid #dee2e6;
  padding: 5px 10px;
  }
.table-01 td {
  padding: 15px 15px;
}

  
  

.wp-block-embed-youtube {
    margin: 1em 0 2em 0;
}
.fluid-width-video-wrapper {
  margin: 1em 0 1em 0;
}

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

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

.a-box-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;
}
.a-box-01 h2 {
    color: #003e90 !important;
}
div.wp-block-group.a-box-1 {
  margin-bottom: 25px;
  background: #f6f8fa;
  border-left: 4px solid #003e90;
  padding: 1.2em 1em 1.2em 2em;
  margin: 0.5em 0 1.5em 0;
}

.a-box-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: 0.5em 0 1.5em 0;
}

.a-box-info {
  margin-bottom: 25px;
  background: #f6f8fa;
  padding: 1.2em 1em 1.2em 3.3em !important;
  margin: 0.5em 0.5em 1.5em 0;
}
.a-box-info::before {
  content:'\70';
  font-family: 'ETmodules';
  font-weight: 500;
  font-size: 1.5em;
  color: #003e90;
  position:absolute;
  left:20px;
}
.a-box-info h3 {
  color: #003e90 !important;
}
.a-box-blue {
  background: #e8eff7;
  padding: 1.5em 1em 0.5em 1.75em;
  margin: 0 0 1.5em 0;
}



/******** Content Listen *********/

/******** Standard Listen *********/

ul.list {padding-left: 30px;}
ul.list li {padding-bottom: 0.5em;}

ol.list {line-height: 1.7em; text-indent: -1em;}
ol.list li {margin-left: 40px;}


ul.list-arrow_carrot-right {
list-style-type:none!important;
line-height: 1.6em;
padding-top: 0.75em;
padding-left: 0;
}

ul.list-arrow_carrot-right li:before {
content: "\3d";
font-family: 'ETmodules';
font-weight: 500;
color: #003e90;
float: left;
padding-right: 10px;
}
/* ul.list-arrow_carrot-right li:after {
  content: "\35";
  content: "\24";
  font-family: 'ETmodules';
  font-size: 20px;
  color: #555;
  text-decoration:none;
  position: relative;
  top: 4px;
  left: 6px;
} */



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.circle {
   list-style: none;
   counter-reset: item;
   margin-top: 1em;
}
ol.circle > li{
   counter-increment: item;
   margin-bottom: 10px;
   padding-left: 2.5em;
}
ol.circle > li:before {
   margin-right: 14px;
   content: counter(item);
   background: #164194;
   border-radius: 50%;
   color: white;
   margin-left: -2.5em;
   width: 1.7em;
   text-align: center;
   display: inline-block;
}

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


/********** Icons  **********/

.icon-link:before {
  content: "\e02c";
  font-size: 20px;
}





/********** Table of Contents  **********/

#toc_container ul,#toc_container li {margin:0;padding:0;}

#toc_container.no_bullets ul,
#toc_container.no_bullets li,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
  background:none;
  list-style-type:none;
  list-style:none;
}

#toc_container.have_bullets li {padding-left:12px;}
#toc_container ul ul {margin-left:0;}

#toc_container {
  background:#f9f9f9;
  border:1px solid #aaa;
  border-radius: 3px;
  padding:10px 20px;
  margin-top:0.5em;
  margin-bottom:1.5em;
  width:auto;
  display:table;
  font-size:95%;
}

#toc_container.toc_light_blue {background:#edf6ff;}
#toc_container.toc_white {background:#fff;}
#toc_container.toc_black {background:#000;}
#toc_container.toc_transparent {background:none transparent;}
#toc_container p.toc_title {text-align:center;font-weight:700;margin:0;padding:0;}
#toc_container.toc_black p.toc_title {color:#aaa;}
#toc_container span.toc_toggle {font-weight:400;font-size:90%; padding-left: 8px}
#toc_container p.toc_title + ul.toc_list {margin-top:1em;}
.toc_wrap_left {float:left;margin-right:10px;}
.toc_wrap_right {float:right;margin-left:10px;}
#toc_container a {text-decoration:none;text-shadow:none;}
#toc_container a:hover {text-decoration:underline;}
.toc_sitemap_posts_letter {font-size:1.5em;font-style:italic;}



/********** 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 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;
    }
}

/********** Display Posts Inline  **********/

.display-posts-listing.image-left {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0 12px 0;
  margin: 0.75em 0 1.5em 0;
}

.display-posts-listing.image-left .listing-item {
  overflow: hidden; 
  width: 100%;
}
.display-posts-listing.image-left .image {
  float: left;
  margin: 0 20px 0 0;
}
.display-posts-listing.image-left .title {
  display: block;
}
.display-posts-listing.image-left .excerpt-dash { 
  display: none; 
}
.display-posts-listing.image-left p {
  line-height: 1.4em;
  padding-left: 0;
}
.display-posts-listing.image-left span.excerpt {
  font-size: 16px;
  font-weight: 500;
}
.display-posts-listing.image-left a.excerpt-more {
  /* display: block; */
  font-weight: 700;
  text-decoration: none;
}
.display-posts-listing.image-left a.excerpt-more:before {
  content: "\35";
  font-size: 20px;
  font-family: 'ETmodules';
  color: #003e90;
  position: relative;
  top:3px;
  left:-2px;
}

.display-posts h3 {
  color: #7ab035;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
@media (max-width: 479px) {
  .display-posts h3 {
    font-size: 20px;
  }
}


p.dps-title a {
  font-size: 22px;
  font-weight: 700;
  color: #003e90;
  margin: 0 !important;
  text-decoration: none;
}
p.dps-title {
  padding-bottom: 10px;
}


p.dps-image {padding-bottom: 0}
p.dps-meta { font-size: 0.75em; padding-bottom: 0.5em}


@media (max-width: 479px) {
  .display-posts-listing.image-left {
    margin: 0.75em -6% 1.5em -6%;
  }
  .display-posts-listing.image-left p {
    padding-left: 6%;
    padding-right: 6%;
  }
  /* .display-posts-listing.image-left .image {
    max-width: 50%;
    margin-left: -10%;
  } */
.display-posts-listing.image-left .image {
  max-width: 45%;
  margin-left: -15%;
}
}



h4.widgettitle {
  font-weight: 700 !important;
  font-size: 22px;
  color: #003059 !important;
  padding-bottom: 0
}

/* ul > li:nth-child(1) > img {
  width: 120px;
  height: 80px;
} */

/* img.wpp-thumbnail {
  width: 120px;
  height: 90px;
} */


.wpp-list {
  padding-left: 0 !important;
}
.wpp-list li {
  overflow: hidden;
  margin: 0 0 1em 0;
  /* padding: 0 0 0.3em 0;
  border-bottom: #ddd 1px solid;
  border-bottom: rgba(255,255,255,0.8) 1px solid; */
  list-style-type: none !important;
}
/* .wpp-list li:first-of-type {
  padding: 0 0 0.1em 0;
} */
/* .wpp-list li:last-of-type {
  border-bottom: none;
} */
.wpp-list li .wpp-thumbnail {
  float: left;
  margin: 0 1em 0.6em 0;
  max-width: 150px
}
@media (max-width: 479px) {
.wpp-list li .wpp-thumbnail {
  max-width: 100px
}
}
.wpp-list li .category,
.wpp-list li .wpp-post-title {
  display: block;
  font-weight: 600;
}
.wpp-list li .category {
  margin-bottom: 0.6em;
  color: #0366d6;
  font-size: 0.8em;
  line-height: 1;
}
.wpp-list li .wpp-post-title {
  margin-bottom: 0.4em;
  font-size: 20px !important;
  line-height: 1.3;
}
@media (max-width: 479px) {
  .wpp-list li .wpp-post-title {
  font-size: 18px !important;
  line-height: 1.3;
}
}
.wpp-list li .wpp-excerpt {
  float: none;
  clear: both;
  margin: 0;
}

.wpp-cards-compact li .wpp-post-title {
  margin-bottom: 0.5em;
  font-size: 1em !important;
  line-height: 1.2;
}
.wpp-cards-compact li {
  font-size: 16px !important;
}
a.wpp-post-title {
  font-size: 1em !important;
}


/********** wpDisquz  **********/

#wpdcom {
  margin: auto;
  max-width: 800px;
}
#comments {
  margin: 0 auto;
  color: #162020;
}

#wpdcom .wpd-blog-administrator .wpd-comment-author, #wpdcom .wpd-blog-administrator .wpd-comment-author a {
  color: #003e90;
}
#wpdcom .wpd-comment-text {
  font-size: 16px;
}


/****** Kommentare *******/

#comments {
    margin: 10px auto;
    color: #162020;
}

.comment-body {
    margin-bottom: 25px;
    min-height: 87px;
}
/*
li.even > article.comment-body {
	padding: 0 110px 0 100px;
}
li.odd > article.comment-body {
	padding: 0 0 0 100px;
}
*/
.comment .children {
    margin-left: 50px;
    padding-left: 0 !important;
}

/********** Anzeigen  **********/

.square-content {
  float: right;
  clear: none;
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 2em;
}
@media (max-width: 479px) {
.square-content {
  float: none;
  margin: 1em auto 1em auto;
}
}

.admark:before {
display: block;
content: "- Anzeige -";
margin-left: auto;
margin-right: auto;
color: #999;
font-family: "Helvetica Neue", Helvetica, Arial, FreeSans, sans-serif;
font-size: .5625em;
letter-spacing: .15em;
line-height: 1;
margin-bottom: .5rem;
text-align: right;
text-transform: uppercase;
}

@media all and (min-width: 980px) {
	.adcontent {
	margin-left: 2em;
}
}

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

.btn-icon-container {margin-bottom:1rem;display:block;}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  padding: 0.4rem 1rem;
  font-size: 1rem;
  letter-spacing:0.5px;
  font-weight: 600;
  border: none;
  border-radius: 0.3rem;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  width:290px;
}
.btn-icon-small {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  padding: 0.4rem 1rem;
  font-size: 1rem;
  letter-spacing:0.5px;
  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;}
