/*LOAD DIFFERENT FONTS*/

@import url('fonts.css');
@import url('font-formate.css');

html{
  -webkit-hyphenate-character: '-';
}

#logo{
  height: auto !important;
}

h1,h2,h3,h4,h5{
  font-weight: inherit !important;
}

.testing{

  width: 600px;
  overflow: scroll;
  height: 400px;
  position: fixed;
  z-index: 99999;

}

.error404 .header-404{
  margin-top: -145px;
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/*SEITE TEXT*/

body, html{

  overflow-x: hidden;
  hyphens: auto;
  background: #fff !important;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;

}

.mfp-title{

  font-family: 'Questa Sans W05 Light', sans-serif;
  font-weight: inherit;

}

.et_pb_text ol, .et_pb_text ul{

  padding-bottom: 0;

}

.et_pb_text ul + p{

  padding-top: 1em;

}

ol, ul{

  padding: 0 0 30px 1.143em;

}

h2 > strong{

  font-weight: inherit;

}

h2.seitentitel{

  font-size: 28px;

}

h6{
  font-family: "Questa Sans W05 Bold", sans-serif !important;
    font-size: 17px !important;
    color: #000000 !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
}

:focus {
    outline: 0 !important;
}

.advads-adlabel{

  text-transform: uppercase;
  font-size:13px;
  padding-bottom:5px;
  font-family: 'Questa Sans W05 Regular', sans-serif;

}

.et_pb_text_inner .fussnote{

  color:#000;
  font-size:14px;

}

.et_pb_text_inner h2:not(.headline-first-of-row):not(.headline-plus):not(.interview-headline-text){

  padding-top: 20px;

}

.info-box .et_pb_text_inner h2:not(.headline-first-of-row), .info-box-background .et_pb_text_inner h2:not(.headline-first-of-row){

  padding-top: 0;
  padding-bottom: 10px;

}

.single-post .et_pb_row:not(.info-box):not(.info-box-background) > .et_pb_column > .et_pb_module.et_pb_text .et_pb_text_inner > h2:not(.headline-first-of-row){

  padding-top: 20px;

}

.headline-first-of-row{

  padding-top:0;

}


.et_pb_text_inner:first-child h2:first-child:not(.info-box-background h2){

  padding-top: 10px;

}

.et_pb_text_inner h2:first-child:not(.info-box-background h2){

  padding-top: 10px;

}

.page article {

  border-radius:0 !important;

}

/* ======================= */
/* ORDERED LIST NUMBERING */
/* ====================== */

ol{
    list-style: none !important;
    counter-reset: counter;
    padding: 10px 10px 10px 0px !important
}
ol > li:before{
    counter-increment: counter;
    content: counter(counter);
    padding-right: 1.5em;
}
ol li ol{
    counter-reset: inner;
    list-style-type: none;
}
ol ol li:before{
    counter-increment: inner;
    content: counter(counter)+"."+counters(inner,'.');
    padding-right: 1em;
}


/*FACT FINDER*/

.ff_asn_filter{
  display: block;
  padding-top: 20px;
  background: #74b8b8;
  padding: 30px;
}

.search-result-item{

  hyphens: auto;

}

ff-asn-group{

  max-width: 100% !important;
  padding: 10px;

}

#ffSliderBar #slider1 .sliderBtn, #ffSliderBar #slider2 .sliderBtn{

  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  cursor:pointer;
  margin-top: -8px;

}

.ff_ehi_suggest_container{

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;

}

.ff_ehi_suggest_container .ffw-suggestContainerWrapper{

  right: 200px;
  top: -30px;

}

.ff_ehi_suggest_container .ffw-suggestContainer{

  padding: 30px;

}

.search-term-container{

  width: 0;
  height: 0;
  overflow:hidden;

}

.ff_ehi_suggest_container .containerCaption{

  font-family: 'Questa Slab W05 Bold', serif;
  font-weight: inherit;
  font-size: 21px;
  border-bottom: 1px solid #efefef;

}

.suggestions-container{

  width: 100% !important;

}

#ffSuggestContainer .product-name a{

  font-family: 'Questa Sans W05 Light', sans-serif !important;
  font-weight: inherit !important;
  color:#000 !important;

}

#ffSuggestContainer .product-name a:hover{

  font-family: 'Questa Sans W05 Light', sans-serif !important;
  font-weight: inherit !important;
  color:#000 !important;

}

.ff_ehi_suggest_container #ffSuggestContainerWrapper{

  right: 200px;
  background: #fff;
  padding: 0px;
  width: 100%;
  max-width: 450px;
  top: -30px;

}

.ff_ehi_suggest_container #ffSuggestContainerWrapper.scrolled{

  right: 303px;
  background: #fff;
  padding: 0px;
  width: 100%;
  max-width: 450px;
  top: 140px;
  border: 1px solid lightgrey;
  position:fixed;
  z-index: 9999;

}

.ff_ehi_suggest_container #ffSuggestContainer{

  padding: 30px;

}

ff-asn-group-slider{

  max-width:100% !important;

}

.slider-published-posts{
  padding: 10px;

}

.slider-opened-posts{
  padding: 10px;

}

ff-asn-group-element.clusterLevel1{
  padding-left: 10px;
}

ff-asn-group-element.clusterLevel2{
  padding-left: 20px;
}

ff-asn-group-element > #selected{

  cursor: pointer;


}

ff-asn-group-element > #unselected{

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

ff-asn-group .groupCaption{

  border-bottom: 1px solid #000;

}

.filterCaption{

  position:relative;
  font-size: 16px;
  text-transform: uppercase;
  color:#000;
  font-family:"Questa Sans W05 Medium" !important;
  padding-bottom: 5px;

}

.filterPlusMinus:before{

    content: url('/wp-content/uploads/logo/ehi_h_plus_schwarz.svg');
    position:absolute;
    right: 2%;
    cursor: pointer;
    transform: scale(.7);

}

.cursor {
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;

}

ff-record img{

  width:100%;

}

.checkbox_ff_unchecked{

  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0px;
  background: url('/wp-content/uploads/icons/checkbox_inactive.png') no-repeat transparent;
  transition: all 0.3s ease-in-out;

}

.checkbox_ff{

  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0px;
  background: url('/wp-content/uploads/icons/checkbox_active.png') no-repeat transparent;

}

.checkbox_ff_checked{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: 0px;
    background: url('/wp-content/uploads/icons/checkbox_active.png') no-repeat transparent;
}

ff-asn-group-element:hover .checkbox_ff_unchecked{

  background: url('/wp-content/uploads/icons/checkbox_active.png') no-repeat transparent;

}

ff-asn-group-element:hover .checkbox_ff_checked{

  background: url('/wp-content/uploads/icons/checkbox_remove.png') no-repeat transparent;

}

ff-asn-group-element:hover{

  cursor:pointer;

}

.ff_record_container{
  position:relative;
}

.ff_link{

  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:20;

}
.ff_record_cat{
  font-family:"Questa Sans W05 Medium" !important;
  font-weight: inherit;
  font-size: 14px;
  color: #74b8b8;
  text-transform: uppercase;
  hyphens: none;
  letter-spacing: 0.3px;
}

.post-content h3.ff_title{

  font-size:22px;
  line-height:25px;

}

.ff_record_content{

  padding: 15px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background: #fff;
  max-height: 250px;
  min-height: 250px;
  overflow:hidden;

}

#content-area .et_pb_extra_column_main > div{
  max-width: 100%;
}

#back_to_top{

  width: 48px;
  height: 48px;
  display: flex !important;
  align-items: center;
  padding-left: 10px;
  border-radius: 0px !important;
  padding: 10px !important;

}

/*===============*/
/*  EHI HEADER   */
/*=============*/

#page-container.top-ad-active .top-header-ad {

  margin: -30px auto 20px auto;
  max-width:980px;
  width: 100%;

}

.store-adlabel{

  font-size:17px;
  font-family: 'Questa Sans W05 Light', sans-serif;
  margin-bottom: 10px;

}

.left-page-ad{

  /*position: absolute;
  left: 1270px;
  z-index: 100;
  margin-left: -20px;
  margin-top: 30px;*/


  position: relative;
  z-index: 100;
  margin-top: -155px;
  float: right;
  margin-right: -140px;

}

.left-page-ad .widgettitle{

  display:none;

}

.left-page-ad .store-adlabel{

  line-height: 20px;
  font-size: 17px;
  font-family: 'Questa Sans W05 Light',sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
}

.left-page-ad > div{

  margin-bottom: 20px;

}

.et_pb_text_inner h1, h2, h3{
    text-transform: none;
}

.newsletter h2{
    padding-bottom: 20px !important;
}

.home .et_pb_text_inner h1 {

  text-transform: uppercase;

}


#page-container.top-ad-active{

  padding-top: 20px;

}
#page-container{

  padding-top: 0;

}

#top-header.ehi-top-header{
  padding:0 ;
}

#main-header{
  padding: 0 30px;
}

#top-header-ehi {
    background: #fff;
    padding: 10px 0 10px 0;
}

#ehi-secondary-nav-container{
  display: flex;
  flex-direction: row-reverse;
  padding-right: 200px;
}

#ehi-secondary-nav-container a{
  font-family: 'Questa Sans W05 Medium', sans-serif;
  letter-spacing: 0.3px;
  font-weight: inherit;
  text-transform: uppercase;
}

#ehi-secondary-nav-container a:hover{
  font-family: 'Questa Sans W05 Medium', sans-serif;
  text-decoration: none;
  color: #74b8b8;
  font-weight: inherit;
  text-transform: uppercase;
}

#ehi-secondary-nav-container li{

  padding-left:0;
  padding-right:15px;

}

#ehi-secondary-nav-container li:last-child{

  padding-right:0;
  padding-left:0;

}

#main-header-ehi > .container {
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:0 60px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 10%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 10%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    max-width:1200px;

}

#top-header-ehi > .container{
      max-width:1200px;
}

#main-header-ehi .logo{
  margin: 19.6px 0;
}

#main-header-ehi #et-navigation{
  height:80px;
}


#main-header-ehi .ehi-navigation {
  padding-right: 140px;
}

#main-header-ehi {
    background-color: transparent !important;
}

#main-header {
    background-color: #000 !important;
}

#main-header .container{
  padding:0 40px;
}

.ehi-logo-red{
  top:-10px;
  right: 60px;
  position:absolute;
  z-index: 99;
}
#et-navigation .sub-menu li a {
    padding: 5px 0 !important;

}

#et-navigation .sub-menu li {
    padding: 0 15px !important;

}

#et-navigation > ul > li:last-child {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 0 10px;
}

#et-navigation > ul > li:first-child {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}

#et-navigation .current-menu-item > a{
  color:#fff !important;
}

#et-navigation .sub-menu .current-menu-item > a {
    color: #3cbfc4 !important;
}

#et-navigation > ul > li {
    margin: 0 10px !important;
}

#et-navigation > ul > li > a {
  font-family: 'Questa Sans W05 Medium', sans-serif;
  font-size: 16px;
  font-weight: inherit !important;
  color: #fff !important;
}

#et-navigation > ul > li > a:hover{

  color: #fff !important;

}

#et-navigation ul li, #et-navigation li a, #et-navigation > ul > li > a {
  font-family: 'Questa Sans W05 Medium', sans-serif;
  font-size: 16px;
  font-weight: inherit !important;
  color: #c3c3c3;
}


header.header li.menu-item-has-children > a::after {
    display:none !important;
}

header.header li.menu-item-has-children > .mobile-chevron-icon::before {
    content: '\e62d';
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: top;
    color: inherit;
    transition: 0.3s ease;
    font-family: 'ET-Extra' !important;
    transform-origin: center;
    position: absolute;
    cursor:pointer;

}
header.header li.menu-item-has-children > .mobile-chevron-icon.selected::before {
    transform: rotate(-180deg);
    transition: 0.3s ease;
    font-family: 'ET-Extra' !important;
    transform-origin: center;
    cursor:pointer;

}


#et-navigation > ul > li.menu-item-has-children > a::before {
    width: 100% !important;
}

.ehi-main-header .container:not(.noborder){
  padding-top: 30px;
  border-top: 2px solid #333;

}

.ehi-main-header #et-menu li:first-child{

  margin-left:0;

}

.ehi-header .logo{

  margin: 15px 0;

}

.et-top-search-primary-menu-item .et-top-search .et-search-submit::before {
    content: '\e63a';
    padding: 0;
    font-size: inherit;
    font-weight: 600;
    display:none;
}

.primary-color{
    color: #74b8b8 !important;
}

.link{
    text-decoration: underline !important;
}

.single-post .post-content p a, .et_pb_text_inner a {

  color: #74b8b8 !important;

}

.single-post .post-content .et_pb_text_inner li{

  list-style: square;

}

.page .post-wrap .post-content, .single .post-wrap .post-content {
    margin: 0 0 20px !important;
}

.home .page .post-wrap .post-content, .single .post-wrap .post-content {
    margin: 0 !important;
}

.home .home-technology{

  margin-top: 40px !important;
  padding-bottom: 0px !important;

}

.home .home-design{

  margin-top: 60px !important;
  padding-bottom: 0px !important;

}

.home .home-konzept{

  margin-top: 60px !important;
  padding-bottom: 60px !important;

}

.page article.ehi-left-image{

  margin-bottom: 20px;
  margin-top:0;

}

.page article.ehi-right-image{

  margin-bottom: 20px;
  margin-top:0;

}

/*=======================*/
/* HOME SLIDER ELEMENTE */
/*======================*/

.home .header-slider .et_pb_slide_description{

    position:absolute;
    bottom:75px;
    padding:0;
    left: 10%;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
    max-width: 50%;

}

.home .header-slider .et_pb_slide_content {

  display:none !important;

}

.et_pb_slide_title{

    padding-bottom: 0px !important;

}

.home .header-slider .et_pb_slide_title p{

  line-height: 30px;

}

.home .header-slider .et_pb_slide_title a{

  font-size: 32px;
  font-family:"Questa Slab W05 Bold" !important;
  color:#000;
  text-shadow: none;

}

.home .header-slider .et_pb_slide_title a:hover{

  font-size: 32px;
  font-family:"Questa Slab W05 Bold" !important;
  text-decoration: none;
  text-shadow: none;

}

.home .header-slider .et-pb-slider-arrows a{

  background: #74b8b8;

}

.ehi_slider_single_post_select .et_pb_text_overlay_wrapper{

  background-color: rgba(255,255,255,0.75) !important;
  text-align: left !important;
  border-radius: 0px !important;

}

.et-pb-slider-arrows a{

  background: #74b8b8;

}


/*.content-slider {

    min-height:348px;

}

.content-slider .et_pb_container{

  min-height:348px;

}*/

.content-slider .et_pb_slide{

  padding: 0 !important;

}

.slider-img-container img{

  width:100%;
  height:auto;

}

.content-slider .et_pb_slide_description {
    position: absolute;
    bottom: 15px;
    padding: 0;
    left: 10%;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
    max-width: 80%;
}

.content-slider .et_pb_slide_title p{

  line-height: 30px;

}

.custom-ehi-posts .entry-title a {

  color:#000000 !important;

}

.content-slider .et_pb_slide_title a{

  font-size: 32px;
  font-family:"Questa Slab W05 Bold" !important;
  text-decoration: none;
  color: #000000 !important;

}

.content-slider .et_pb_slide_title a:hover{

  font-size: 32px;
  font-family:"Questa Slab W05 Bold" !important;
  text-decoration: none;

}

.content-slider .et_pb_slide_content {

  display:none !important;

}

.content-slider .et_pb_slide_title p{

  line-height: 30px;

}

/*============================*/
/*  EHI Custom Post Element   */
/*===========================*/

.image-container img{
  width:100%;
  height:auto;
  display: block;
}

.ehi-right-image{
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ehi-right-image .image-container{

  text-align:center;
  flex: none;
  float:right;
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;

}

.ehi-right-image .content{

  float:right;
  padding: 20px;

}

.et_pb_post .post-content{

  margin: 0 !important;

}

.ehi-left-image{
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top-width: 0;
}

.ehi-left-image .image-container{

  text-align:center;
  flex: none;
  float:left;


}

.ehi-left-image .content{

  float:right;
  padding: 20px;

}



.ehi-top-image{
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ehi-top-image .image-container{

  width:100%;
  text-align:center;
  flex: none;


}

.ehi-top-image .content{

  width:100%;
  padding: 20px;

}

.ehi-full-post-link{
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

/*==================*/
/*  CATEGORY PAGE  */
/*=================*/

.archive.category .ehi-main-post{

  bottom: 75px;
  padding: 0 6%;

}

.archive.category .ehi-overlay-content{

  background: rgba(255,255,255,0.75);
  display: table;
  padding: 20px;

}
.archive.category .ehi-overlay-content .post-meta{

  font-size: 14px;
  color: #000 !important;
  text-transform: uppercase;
  font-family:"Questa Sans W05 Medium", sans-serif;
  text-shadow: none;
  letter-spacing: 0.3px;

}

.archive.category .ehi-overlay-content h2 a{

  font-size: 32px;
  font-family: "Questa Slab W05 Bold" !important;
  color: #000;
  text-shadow: none;

}

.archive.category .ehi-overlay-content h2 a:hover{

  text-decoration: none;

}

.archive.category #main-content{
  padding-top: 0;
  margin-top: -150px;
}

.category #et-boc{
  max-width: 1200px;
  width: 90%;
  margin: -150px auto 0 auto;
}

.ehi_category_post_feeds{

  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 20px 20px 0 0 !important;
}

.et_pb_module.filters-wrapper {
  margin-bottom: 0 !important;
}

#alm-filters-product_placement + .filter-reset-button {
  margin-bottom: 0;
}

.alm-filters-inner {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5 !important;
}

#ajax-load-more:not(.alm-is-filtering) .ehi_category_post_feeds:after {

  content: "Keine Ergebnisse. Bitte passen Sie die Filterung an.";
  display: inline-block;
  font-size: 130%;
  font-style: italic;
  font-weight: 700;
  opacity: 0 !important;
  transition: opacity .7s ease-in-out 1s;
}

#ajax-load-more:not(.alm-is-filtering) .ehi_category_post_feeds:empty:after {

  opacity: 0 !important;
}


.page-id-2158 .ehi_category_post_feeds{

  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding:0 !important;

}

.archive #content-area.with_sidebar > div:first-child{

  width: calc(100% - 300px);
  max-width: calc(100% - 300px);
  min-width: calc(100% - 300px);

}

.archive #content-area.with_sidebar > div:last-child{

  width: 300px;
  max-width:300px;
  min-width:300px;

}

/*.single-post.with_sidebar #content-area > div:first-child{

  width: calc(100% - 300px);
  max-width: calc(100% - 300px);
  min-width: calc(100% - 300px);

}

.single-post.with_sidebar #content-area > div:last-child{

  width: 300px;
  max-width:300px;
  min-width:300px;

}


.single-post.with_sidebar #content-area.whitepaper-content > div:last-child{

  width: 100%;
  min-width: 100%;
  max-width: 100%;

}*/



.single-post.with_sidebar #content-area > .et_pb_extra_column_main{
/*
  width: calc(100% - 300px);
  max-width: calc(100% - 300px);
  min-width: calc(100% - 300px);
 */
  width: auto;
  max-width: none;
  min-width: 0;
  flex-basis: 900px;
  flex-shrink: 1;
}

.single-post.with_sidebar #content-area > .et_pb_extra_column_sidebar{
/*
  width: 300px;
  max-width:300px;
  min-width:300px;
 */
  width: auto;
  max-width: none;
  min-width: 0;
  flex-basis: 300px;
  flex-shrink: 3;
}


.single-post.with_sidebar #content-area.whitepaper-content > .et_pb_extra_column_sidebar{

  width: 100%;
  min-width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}


.single-post .whitepaper-badge{
  right: 30%;
  top: 20%;

  max-width: 150px;
  max-height: 150px;
  background-image: url('/wp-content/uploads/Beitraege/whitepaper_badge.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;

  padding: 0 20px 0 15px;
}
.single-post{

  hyphens: none;

}

.single-post .whitepaper-badge > * {
  line-height: 20px;
}

.single-post .whitepaper-badge .et_pb_icon{
  font-family: 'ETmodules' !important;
  padding-top: 5px;
  display: inline-block;
}




.ehi_category_post_feeds article{

  padding: 0!important;
  border-bottom: 1px solid #e5e5e5 !important;
  border-left: 1px solid #e5e5e5 !important;
  border-top: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
  position: relative !important;
  border-radius: 0 !important;

}

.ehi_category_post_feeds .article-link{

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:20;

}

.ehi_category_post_feeds .content {

  padding: 20px !important;
  height: 167px;
}


/* styles for '...' */
/*.ehi_category_post_feeds .content p{
  /* hide text if it more than N lines
  overflow: hidden;
  /* for set '...' in absolute position
  position: relative;
  /* use this value to count block height
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3)
  max-height: 3.6em;
  /* fix problem when last visible word doesn't adjoin right side
  text-align: left;
  /* place for '...'
  margin-right: 2em;
  padding-right: 1em !important;
}*/

/*.ehi_category_post_feeds .content p:before {
  /* points in the end
  content: '...';
  /* absolute position
  position: absolute;
  /* set position to right bottom corner of block
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines
.ehi_category_post_feeds .content p:after {
  /* points in the end
  content: '';
  /* absolute position
  position: absolute;
  /* set position to right bottom corner of text
  right: 0;
  /* set width and height
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block
  background: white;
}*/


.ehi_category_post_feeds .image{

  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 167px;
  width: 298px

}

.ehi_category_post_feeds p{

  padding: 0 !important;
  font-family: 'Questa Sans W05 Light', sans-serif;

}


.ehi_category_post_feeds .post-title.entry-title a{

  font-family: 'Questa Slab W05 Bold', serif !important;
  color: #000 !important;
  font-size:22px;

}

.ehi_category_post_feeds .post-meta.vcard{

  padding: 0;
  font-family:"Questa Sans W05 Regular", sans-serif !important;
  font-weight: inherit;
  font-size: 14px;
  color: #74b8b8;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.ehi_category_post_feeds .post-meta.vcard a{

  color: #74b8b8 !important;
  text-transform: uppercase;

}


.et_pb_ehi_post_slider .et-pb-arrow-next, .et_pb_ehi_post_slider .et-pb-arrow-prev{


  color:#fff !important;


}

/*===============================*/
/* CATEGORY SLIDER AS HOME SLIDER*/
/*==============================*/

.header-slider .ehi-main-post{

  bottom: 75px;
  padding: 0 6%;

}

.header-slider .ehi-overlay-content{

  background: rgba(255,255,255,0.75);
  display: table;
  padding: 20px;
  max-width: 70%;

}
.header-slider .ehi-overlay-content .post-meta{

  font-size: 14px;
  color: #000 !important;
  text-transform: uppercase;
  font-family:"Questa Sans W05 Medium", sans-serif;
  text-shadow: none;
  letter-spacing: 0.3px;

}

.header-slider .ehi-overlay-content h2 a{

  font-size: 32px;
  font-family: "Questa Slab W05 Bold" !important;
  color: #000;
  text-shadow: none;

}

.header-slider .ehi-overlay-content h2 a:hover{

  text-decoration: none;

}

.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper{

  padding:20px !important;

}

/*==================*/
/* EHI POST BEITRAG */
/*=================*/

.post-thumbnail{

  margin: 0 !important;

}

.post-footer-ehi{
  position: relative;
  margin-top: -20px;
  padding-top: 20px;
}

.post-thumbnail .header-overlay-content {
    background: rgba(0,0,0,0.9);
    padding: 20px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -80px;
    right: 0;
    left: 0;
    opacity: 0;
}

.post-thumbnail:hover .header-overlay-content {
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
}

.post-thumbnail.is_advertorial .header-overlay-content{

  display:none;

}

.header-overlay-content p{
  color: #fff !important;
  font-size: 14px;
  font-family: 'Questa Sans W05 Light', sans-serif;
}

.et_pb_extra_column_sidebar{

  padding:0 !important;

}

.et_pb_extra_column_sidebar .widgettitle{

  display:none;

}

.et_pb_extra_column_sidebar > .et_pb_widget.widget_text .textwidget{

  padding: 0 !important;

}

.et_pb_widget{
  box-shadow: none !important;

}

/* Whitepaper CSS */

/* Parent DIV */
.alm-filters-container .alm-filter--title h3{
  font-weight: normal !important;
}

.alm-filters-container .alm-filter--title .alm-filter--toggle[aria-expanded="false"]::after,
.alm-filters-container .alm-filter--title .alm-filter--toggle:hover::after,
.alm-filters-container .alm-filter--title .alm-filter--toggle::after {
  display: none;
}

#alm-filters-whitepaper .ss-filter-container,
#alm-filters-product_placement .ss-filter-container{
  float: left;
}

#alm-filters-whitepaper .ss-filter-container .alm-filter--inner,
#alm-filters-product_placement .ss-filter-container .alm-filter--inner{
  padding: 0px;
  overflow: hidden;
  height: 0;
}

#alm-filters-whitepaper .ss-filter-container .alm-filter--inner.animateHeight,
#alm-filters-product_placement .ss-filter-container .alm-filter--inner.animateHeight{
  overflow: visible;
}

#alm-filters-whitepaper .ss-filter-container.publisher-filter,
#alm-filters-product_placement .ss-filter-container.herausgeber-filter{
  max-width: 200px;
  width: 100%;
  padding-bottom: 20px;
}

#alm-filters-whitepaper .ss-filter-container.rubriken-filter,
#alm-filters-product_placement .ss-filter-container.rubriken-filter{
  max-width: 200px;
  width: 100%;
  margin-right: 25px;
  padding-bottom: 20px;
}

#alm-filters-whitepaper .ss-filter-container.year-filter,
#alm-filters-product_placement .ss-filter-container.year-filter{
  max-width: 200px;
  width: 100%;
  margin-right: 25px;
  padding-bottom: 20px;
}

#alm-filters-whitepaper .ss-filter-container:last-child,
#alm-filters-product_placement .ss-filter-container:last-child{
  float: left;
  clear: both;
}

#alm-filters-whitepaper .alm-filter--submit,
#alm-filters-product_placement .alm-filter--submit{
  clear: both;
  padding-top: 20px;
  cursor:pointer;
}

#alm-filters-whitepaper .select-hidden,
#alm-filters-product_placement .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.alm-filter--group {
  cursor: pointer;
}

/*
#alm-filters-whitepaper select{
  display: none;
  visibility: hidden;
}*/

#alm-filters-whitepaper .alm-filter--title,
#alm-filters-product_placement .alm-filter--title{
  background: #74b8b8;
  padding: 10px;
  position: relative;

}

#alm-filters-whitepaper .alm-filter--title h3,
#alm-filters-product_placement .alm-filter--title h3{
  margin-bottom: 0 !important;
}

#alm-filters-whitepaper .select,
#alm-filters-product_placement .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 40px;
}

#alm-filters-whitepaper .select-styled,
#alm-filters-product_placement .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 7px 10px 2px rgba(0,0,0,0.1);
  padding: 8px;
  white-space: nowrap;
  line-height: 170% !important;
  padding-right: 32px;
  overflow-x: clip;
  text-overflow: ellipsis;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#alm-filters-whitepaper .select-styled:after,
#alm-filters-product_placement .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

#alm-filters-whitepaper .select-styled:active,
#alm-filters-whitepaper select-styled.active,
#alm-filters-product_placement .select-styled:active,
#alm-filters-product_placement .select-styled.active {
  background-color: #ccc;
}
#alm-filters-whitepaper .select-styled:active:after,
#alm-filters-whitepaper .select-styled.active:after,
#alm-filters-product_placement .select-styled:active:after,
#alm-filters-product_placement .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #000 transparent;
}

#alm-filters-whitepaper .select-options,
#alm-filters-product_placement .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  max-height: 500px;
  overflow: hidden auto;
  list-style: none;
  background-color: #fff;
}

#alm-filters-whitepaper .select-options li,
#alm-filters-product_placement .select-options li {
  margin: 0;
  padding: 8px;
  /*text-indent: 15px;*/
  border-top: 1px solid #bbb;
  line-height: 120%;
  hyphens: none;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
#alm-filters-whitepaper .select-options li:hover,
#alm-filters-product_placement .select-options li:hover {
  color: #000;
  background: #e7e7e7;
}
#alm-filters-whitepaper .select-options li[rel="hide"],
#alm-filters-product_placement .select-options li[rel="hide"] {
  display: none;
}

.alm-filters-container .alm-filters--controls {
  /*padding-top: 20px !important;*/
}


/* Whitepaper Form */

.whitepaper-dynamic-form .consent_data_processing .nf-after-field{
  width: 100% !important;
}

.whitepaper-dynamic-form input,
.whitepaper-dynamic-form select{
  background: #fff !important;
  border-radius: 0px !important;
}

.whitepaper-dynamic-form .submit-wrap input{
  background: #000 !important;
  border-radius: 0px !important;
  color: #fff !important;
}

.post-badge{
  position: absolute;
  background: #000;
  padding:5px 15px;
  color:#fff;
  font-size:13px;
  font-family: 'Questa Sans W05 Medium', sans-serif;
}
.post-badge.whitepaper{
  right: 10px;
  top: 10px;
}
 /* Whitepaper ALM */
.category-whitepaper .ehi_category_post_feeds .entry-title{
  padding-top: 0px !important;
}

.post_is_advertorial:not(.post_image_on_left){

  position: absolute;
  background: #000;
  padding:5px 15px;
  right: 10px;
  top:10px;
  color:#fff;
  font-size:13px;
  font-family: 'Questa Sans W05 Medium', sans-serif;

}

.post_is_advertorial.post_image_on_left{

  position: absolute;
  background: #000;
  padding:5px 15px;
  left: 20px;
  top: 20px;
  color:#fff;
  font-size:13px;
  font-family: 'Questa Sans W05 Medium', sans-serif;
  z-index:999;
}

.single-post .ehi-post-title .post_is_advertorial{

  position:relative;
  top: 0;
  left: 0;
  display: initial;
  padding: 5px 15px 5px 15px;

}

.post_is_top_shop{

  position: absolute;
  width: 100%;

}

.post_is_top_shop > img{

  float: right;
  width: 20%;
  margin-right: 20px;

}

.post_is_top_shop.post_image_on_left{

  position: absolute;

}



#main-content.ehi-post {
    padding-top: 0;
    margin-top: -150px;
}

.ehi-post-title{
  padding: 40px 20px 0 0;
  z-index: 1;
  position: relative;

}

.post-content{
  font-size: 17px;
  color: #000;
  font-family: "Questa Sans W05 Light";
}

.post-content p{
  margin-bottom: 20px;
 line-height: 20px;
}


.ehi-leseprobe .content-collection-content p:nth-child(4){
margin-bottom: 20px !important;
}

.post-content h3{

  font-family: "Questa Sans W05 Bold";
  font-size: 21px;

}

.ansprechpartner-sidebar h3{

  text-transform: none;


}

.ansprechpartner-headline{
    margin-bottom: 40px !important;
}

.content-collection-content h3{

  text-transform: none;
  font-size: 22px;
  font-weight: inherit;
  font-family: 'Questa Slab W05 Bold', serif;

}

ol li, ul li {
    margin-bottom: 0 !important;
}

.et_pb_testimonial_ehi.uk-grid{

  padding:20px 0;
  margin-left:0 !important;

}

.post-footer-ehi:before{

  content: '';
  border-bottom: solid 1px #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 20px;
  z-index: 1;

}

.post-excerpt .the_champ_sharing_container{

  display:none;

}

.the_champ_sharing_container{

  margin-top: -10px;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  right: 20px;

}

.the_champ_sharing_title{

  font-weight:inherit !important;

}

.the_champ_sharing_title .share-title{

  font-weight: inherit !important;
  font-family: 'Questa Sans W05 Regular', sans-serif;
  text-transform: uppercase;
  margin-right: 10px;

}



.single.single-post .the_champ_sharing_ul li:last-child{

  margin-right: 20px !important;

}

.post-map-row > .et_pb_column_1_2:first-child{

  padding: 30px;
  display:flex;


}

.post-map-row > .et_pb_column_1_2:first-child >*{

  align-self: center;


}

.post-map-row > .et_pb_column_1_2:first-child h2{

  font-family: "Questa Slab W05 Bold";
  font-size: 21px;
  color:#000;
  padding-bottom: 1.6em;


}

.post-map-row > .et_pb_column_1_2:first-child p{

  font-family: "Questa Sans W05 Light";
  line-height: 20px;
  font-size: 17px;
  color: #000;


}

.post-excerpt{
  margin: 15px 0 30px 0;
}

.post-excerpt p{
    line-height: 20px;
    font-size: 17px;
    color: #000;
    font-family: "Questa Sans W05 Medium";
}

.ehi-post-title > .entry-title{
  font-family: "Questa Slab W05 Bold";
  font-size: 28px;
  text-transform: none;
}

.ehi-post-title > .post-meta{
  font-family: "Questa Sans W05 Medium";
  font-size: 16px;
  color: #74b8b8 !important;
  letter-spacing: 0.3px;
}

.ehi-post-title > .post-meta a{
  color: #74b8b8 !important;
}

.ehi-post-title > .post-meta a:hover{
  color: #74b8b8 !important;
}

.ehi-post-content{
  padding: 0 20px 0 0;
  position: relative;
}

.ehi-post-content .et_pb_section {
    padding: 0 0;
}

.page article, .single article {

    box-shadow: 0 0 0 rgba(0,0,0,0) !important;

}


.page .et_pb_row, .single .et_pb_row {
    width: 100% !important;
}

.header-overlay{
position: absolute;
top:0;
left:0;
right:0;
height:30%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.single-post .post-content > .et-boc{
  margin-top: 0;
}

/*.single-post #content-area{
  margin-top: 40px;
}*/

.single-post .ehi-post-title {
    padding: 0px 20px 0 0;
    position: relative;
}



/*=======================*/
/*  BEITRAG ACCORDION   */
/*=====================*/

.beitrag-accordion > .et_pb_accordion_item{
  border:none;
  margin-bottom: 10px !important;
}

.beitrag-accordion > .et_pb_accordion_item.et_pb_toggle_open{
  border:none;
  padding: 0;
}

.beitrag-accordion > .et_pb_accordion_item.et_pb_toggle_close{
  border:none;
  padding: 0;
}

.beitrag-accordion > .et_pb_accordion_item.et_pb_toggle_close h5{

  font-size: 18px;
  color: #000;
  background: #f2f2f2;
  padding: 15px 15px 15px 15px;
  font-family: "Questa Sans W05 Bold";
  transition:all 0.3s ease-in-out;
  text-transform: none;
  font-weight: inherit;
}

.beitrag-accordion > .et_pb_accordion_item.et_pb_toggle_open h5{

  font-size: 18px;
  color: #000;
  background: #ddebeb;
  padding: 15px 15px 15px 15px;
  font-family: "Questa Sans W05 Bold";
  transition: all 0.3s ease-in-out;
  text-transform:none;
  font-weight: inherit;

}

.beitrag-accordion .et_pb_toggle_open .et_pb_toggle_content{

  padding: 15px;
  background: #ddebeb;
  transition: background 0.3s ease-in-out;

}

.beitrag-accordion .et_pb_toggle_close .et_pb_toggle_content{

  padding: 15px;
  background: #f2f2f2;
  transition: background 0.3s ease-in-out;

}

.et_pb_toggle_title::before {
    display:none;
}

.beitrag-accordion > .et_pb_accordion_item.et_pb_toggle_close h5:before{

  content: url('/wp-content/uploads/icons/ehi_h_plus_grau.svg');
  color: #000;
  display:inline-block;
  right: 20px;

}


.beitrag-accordion > .et_pb_accordion_item.et_pb_toggle_open h5:before{

  content: url('/wp-content/uploads/icons/ehi_h_minus_grau.svg');
  color: #000;
  display:inline-block;
  right: 20px;
  margin-top: -9px;

}

.beitrag-accordion .et_pb_toggle_content{

  padding-bottom: 20px;

}


/* GALLERY BEITRAG */
/*
.et_pb_ehi_gallery .uk-grid-small {
    margin-left: 0 !important;
}

.et_pb_ehi_gallery .uk-grid > *{

  padding-left: 0 !important;
  margin-right: 15px;
}

.et_pb_ehi_gallery .uk-grid > *:last-child{

  padding-left: 0 !important;
  margin-right: 0 !important;

}*/


/* COLUMN FIX */

.et_pb_column:last-child{

    margin-right:0 !important;

}/*

.et_pb_gutters3 .et_pb_row:not(.post-map-row) .et_pb_column_1_2 {
    width: 50%;
    margin-right: 0 !important;
    padding-right: 10px;
}

.et_pb_gutters3 .et_pb_row:not(.post-map-row) .et_pb_column_1_2:last-child {
    width: 50%;
    margin-right: 0 !important;
    padding-left: 10px;
    padding-right: 0;
}

.et_pb_gutters3 .et_pb_row:not(.post-map-row) .et_pb_column_1_2.et-last-child {
    width: 50%;
    margin-right: 0 !important;
    padding-left: 10px;
    padding-right:0;
}

.home .et_pb_gutters3 .et_pb_column_1_3{
    width:33.5%;
}*/


/*===============*/
/*  EHI SUCHE   */
/*=============*/
.suchergebnis .ff_ehi_suggest_container{

  display:none !important;

}

#et-search-icon >*{
  color:#fff;
}

.search-icon{
  color:#fff;
}

.suche-ehi{
  position: absolute;
  right: 190px;
  top: 70px;
  background: #fff;
  opacity:0;
  z-index:-1;
  transition: all 0.3s;
  width: 100%;
  max-width:330px;
}

.suche-ehi ff-searchbox{

  display:block;
  width: 100%;

}

.suche-ehi ff-searchbox input{

  width: 100%;

}

#main-header #et-navigation{
	background: #000;
	z-index: 1;

}

.suche-ehi-main{

  position: absolute;
  top: 40px;
  background: #fff;
  right: 80px;
  opacity: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
max-width: 330px;

}
.suche-ehi-main.activated{

  position: absolute;
  top: 80px;
  background: #fff;
  right: 80px;
  opacity: 1;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
max-width: 330px;

}

.suche-ehi-main ff-searchbox{
  width: 100%;
  display: block;
}

.suche-ehi-main input{
  width: 100%;
  border-radius: 0px !important;
}

#search-result-field{

  width: 100%;
border: 1px solid #000;
border-radius: 0;
background: #fff;
margin-bottom: 10px;

}

.search-result-form.uk-search {
    display: block;
}

.search-result-form.uk-search .uk-search-icon {
    bottom: 10px;
    right: 10px;
}

.search-result-form #search-result-field{

  font-family: 'Questa Sans W05 Regular', sans-serif;

}

.ehi-mobile-search{

  cursor:pointer;

}

.ehi-mobile-menu-container #mobile-menu.tablet-search-open{

  margin-top:55px;
  transition: margin-top 0.3s ease-in-out;
  max-height: 500px;
  overflow-y: auto;

}
.ehi-mobile-menu-container #mobile-menu{
  margin-top:0;
  transition: margin-top 0.3s ease-in-out;
  max-height: 500px;
  overflow-y: auto;

}


.suche-ehi > input[type="text"]{
  width: 100%;
  max-width:330px;
  background: #fff;
  line-height: 1px;
  font-family: 'Questa Sans W05 Regular', sans-serif !important;
}

.suche-ehi-mobile > input[type="text"]{
  font-family: 'Questa Sans W05 Regular', sans-serif !important;
}


.suche-ehi > input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  padding: 10px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.suche-ehi > input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  padding: 10px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.suche-ehi > input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  padding: 10px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.suche-ehi > input[type="text"]:-moz-placeholder { /* Firefox 18- */
  padding: 10px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}


.suche-ehi-main > input[type="text"] {
    width: 100%;
    max-width: 330px;
    background: #efefef;
    line-height: 1px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-family: 'Questa Sans W05 Regular', sans-serif !important;
}

header.header li:hover > ul {
    transition-delay: .3s !important;
}


.suche-ehi-main > input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  padding: 10px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.suche-ehi-main > input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  padding: 10px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.suche-ehi-main > input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  padding: 10px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.suche-ehi-main > input[type="text"]:-moz-placeholder { /* Firefox 18- */
  padding: 10px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-family: 'Questa Sans W05 Regular', sans-serif !important;
}

.suche-ehi.open{
  position: absolute;
  right: 200px;
  top: 70px;
  background: #fff;
  opacity:1;
  z-index:10;
  transition: all 0.3s;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}


.suche-ehi-mobile{
  position: absolute;
  right: 0;
  top: 60px;
  background: #fff;
  opacity:0;
  z-index:-1;
  transition: all 0.3s;
  width: 100%;
  height: 58px;
}

.suche-ehi-mobile > input[type="text"]{
  width: 100%;
  background: #efefef;
  line-height: 1px;
  border-radius: 0;
  padding: 20px;
  font-size: 18px;
}

.suche-ehi-mobile > input[type="text"]:focus{
  background: #efefef;
}

.ehi-svg path{

  fill: #999;

}



.suche-ehi-mobile > input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  padding: 10px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.suche-ehi-mobile > input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  padding: 10px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.suche-ehi-mobile > input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  padding: 10px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.suche-ehi-mobile > input[type="text"]:-moz-placeholder { /* Firefox 18- */
  padding: 10px;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.suche-ehi-mobile.open{
  position: absolute;
  right: 0;
  top: 60px;
  height: 58px;
  background: #fff;
  opacity: 1;
  z-index:10;
  transition: all 0.3s;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  display:block;
}

.suche-ehi-mobile.open > ff-searchbox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


.suche-ehi-mobile.open input {
	height: 100%;
	width: 100%;
	padding-right: 75px;
}




.ehi-suche{

  position: absolute;
  right: 0;
  order: 4;
  top: 20px;

}

.ehi-suche .et-search-submit{

  border-radius:50%;
  width: 40px;
  height:40px;
  background: #000;
  color:#fff;
  padding: 0 2px 0 0;

}
.ehi-suche .et-search-form{

  display:flex;

}
.ehi-suche .et-search-field{

  margin-right: 10px;

}

.ehi-suche .et-search-submit:before{

  content: "\35";
  font-family: ETmodules !important;
  font-size: 30px;
  font-weight: 600;

}

.ehi-suche input::-webkit-input-placeholder{

  text-transform: none !important;
  letter-spacing: 0 !important;

}

.ehi-suche input::-moz-placeholder{

  text-transform: none !important;
  letter-spacing: 0 !important;

}

.ehi-suche input:-moz-placeholder{

  text-transform: none !important;
  letter-spacing: 0 !important;

}

.ehi-suche input:-ms-input-placeholder{

  text-transform: none !important;
  letter-spacing: 0 !important;

}

/*===========================*/
/*  SAFARI SEARCH FIELD FIX */
/*=========================*/

input[type="text"] {
      -webkit-appearance: textfield;

}

input::-webkit-input-placeholder {
    text-transform: none !important;

}
input:-moz-placeholder {
    text-transform: none !important;

}
input::-moz-placeholder {
    text-transform: none !important;

}
input:-ms-input-placeholder {
    text-transform: none !important;

}


textarea::-webkit-input-placeholder {
    text-transform: none !important;

}
textarea:-moz-placeholder {
    text-transform: none !important;

}
textarea::-moz-placeholder {
    text-transform: none !important;

}
textarea:-ms-input-placeholder {
    text-transform: none !important;

}

/*===========================*/
/*  NEWS */
/*=========================*/

.pagination {
  line-height: 15px;
}

.pagination li{
  float:left;
  list-style: none;
}

.pagination li.active-pager a{
  font-weight: bold;
  color: #74b8b8;
}

.pagination li a:hover{
  color: #74b8b8;
}

.buzina-wrapper--pager{
  display: flex;
}

.buzina-wrapper--pager >*{
  padding:0;
  margin: 20px auto;
}

.pagination li:not(:last-child){
  padding-right: 5px;
  padding-left: 5px;
  border-right: 1px solid #000;
}

.pagination li:last-child{
  padding-left: 5px;
}

.content-page.content-page-active {
    display: block;
}

.content-page {
    display: none;
}

.ehi-post-meta{

  font-size: 14px;
  color: #74b8b8 !important;
  text-transform: uppercase;
  font-family: "Questa Sans W05 Regular", sans-serif;
  letter-spacing: 0.3px;

}

.home .header-slider .ehi-post-meta{

  font-size: 14px;
  color: #000 !important;
  text-transform: uppercase;
  font-family:"Questa Sans W05 Regular", sans-serif;
  text-shadow: none;
  letter-spacing: 0.3px;
  line-height: 14px;
  margin-bottom: 8px;

}

.home .header-slider {

  margin-bottom:0 !important;

}

.home .header-slider .et_pb_slide{

  padding: 0 !important;

}

.home .header-slider .et_pb_slider .et_pb_container {
    width: 100% !important;
    max-width: 100% !important;
}

.home .et_pb_slide.ehi_post_slider{

  background-size: cover;
  background-repeat: no-repeat;

}

.home-news-container {
    margin-bottom: 30px !important;
}

.home-technology-posts {
    margin-bottom: 10px !important;
}

.ehi-post-meta >*{

  color: #74b8b8 !important;

}

.page .home-news-container article{

  border-top: none;
  border-radius: 0;
  border-bottom: 1px solid;
  border-color: rgba(0,0,0,0.1);
  margin: 0 60px 0 0;

}

.home-news-container .uk-grid{

  margin-left: 0;

}

.home-news-container .published:before {

    content: ' | ';

}

.page .home-news-container article:not(:first-child) .content{

  padding: 20px 0;

}

.page .home-news-container article:first-child .content{

  padding: 0 0 20px 0;

}

.home-technology-posts > #no-buzina-wrapper > div:nth-child(2) article{
    margin-bottom: 30px;
}

.ehi-1-3-column ul.uk-accordion{
  overflow-y: auto;
}

.page .home-news-container .entry-title a {

  font-size: 22px;
  font-family:"Questa Slab W05 Bold" !important;

}

.page .home-news-container .entry-title a:hover {

  font-size: 22px;
  font-family:"Questa Slab W05 Bold" !important;
  color: inherit;

}

.page .home-news-container .entry-title a {

  font-size: 22px;
  font-family:"Questa Slab W05 Bold" !important;

}

.page .home-news-container .post-content{

  font-size:17px;
  font-family: "Questa Sans W05 Light";
  line-height: 20px;
  color: #000;

}

.home .post-content{

  font-size:17px;
  font-family: "Questa Sans W05 Light";
  line-height: 20px;
  color: #000;

}

.home .entry-title a {

  font-size: 22px;
  font-family:"Questa Slab W05 Bold" !important;

}

.ehi-post-meta {

  font-size: 14px;
  font-family: "Questa Sans W05 Medium" !important;

}

.home-technology-posts article{

  border: 1px solid #efefef !important;

}

/* ANSPRECHPARTNER SIDEBAR */

.ansprechpartner-sidebar .team-member-image{

  margin-top: -65px;

}

.ansprechpartner-sidebar .et_pb_team_member_description{

  position: relative;
  margin-left: -50px;
  color: #fff;
  margin-top: 105px;

}

.ansprechpartner-sidebar .ueber-uns-bilder {
    width: 160px;
}

.ansprechpartner-sidebar .ueber-uns-p, .ansprechpartner-sidebar .ueber-uns-h4{
  color:#fff !important;
  font-size:17px;
}

.ansprechpartner-sidebar .primary-color.link{

  color:#fff!important;

}

.ansprechpartner-sidebar .et_pb_team_member_description >* {

  display: table;
  background: #74b8b8;
  padding: 2px 5px !important;
  hyphens: auto;

}

.team-member-image {
    margin-top: 20px;
}

.et_pb_ehi_team_member{
    margin-bottom: 30px;
}
/* =============== */
/* EHI BREADCRUMB */
/* ============= */

.home .ehi-breadcrumb{

  display:none;

}
.home.is_dossier_cat .ehi-breadcrumb {
  display:block;
}

.ehi-breadcrumb{

  padding-bottom: 20px;
  padding-top: 20px;

}

.ehi-breadcrumb > .breadcrumb a{

  font-family: 'Questa Sans W05 Regular', sans-serif;
  font-size: 14px;
  color: #74b8b8 !important;

}

.ehi-breadcrumb > .breadcrumb a:hover{

  text-decoration: underline;

}

.ehi-breadcrumb > .breadcrumb .current-page{

  font-family: 'Questa Sans W05 Regular', sans-serif;
  font-size: 14px;
  color: #74b8b8;

}

.ehi-breadcrumb > .breadcrumb .current-page:hover{

  text-decoration: underline;
}

.ehi-breadcrumb > .breadcrumb .breadcrumb-delimeter{

  font-family: 'Questa Sans W05 Regular', sans-serif;
  font-size: 12px;

}

#et-boc > div > div > div.et_pb_row.et_pb_row_1.three-child-columns > div.et_pb_column.et_pb_column_1_3.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough{
    margin-right: 20px !important;
}


/* =========== */
/* EHI BUTTON */
/* =========== */

.ehi-weiter-button{

  font-size: 14px !important;
  text-transform: uppercase;
  font-family: 'Questa Sans W05 Medium', sans-serif;
  border-radius: 0 !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: color 0 ease-in !important;
  transition: none !important;
  border: none !important;
  background-color: #000 !important;
  letter-spacing: 0.3px;
  padding: 10px 20px !important;
  display: block;

}

.ehi-weiter-button > a{
  color:#fff !important;
  letter-spacing: 0.3px;
}

.ehi-weiter-button > a:hover{
  color:#fff !important;
  text-decoration: none;
}

.ehi-weiter-button::after{

  display: none !important;

}

.ehi-weiter-button:hover{

  text-decoration:none !important;
  border: none !important;
  padding: 10px 20px !important;


}

.ehi-weiter-button:hover::after{

  display: none !important;

}


/*
Neueroeffnung Accordion

*/

.list-title{

  font-size: 22px !important;
  font-family:"Questa Slab W05 Bold", sans-serif !important;
  padding-bottom: 20px;
  font-weight: inherit;
  text-transform: none;
}

.ehi_list_item{

  margin-bottom: 20px !important;

}

.ehi_list_item:last-child{

  margin-bottom: 0 !important;

}

.ehi_accordion_city_date{

  text-transform: uppercase;
  font-size: 14px;

}



.ehi_list_item .uk-accordion-title{

  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
  border-top: none !important;

}

.ehi_list_item .title-new-openings{

  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
  border-top: none !important;

}
.ehi_list_item .image-new-openings{

  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
  border-top: none !important;

}

.ehi_list_item .uk-accordion-content{

  padding-bottom:40px;
  padding-right:  25px;
  border-bottom: 1px solid rgba(0,0,0,0.1) !important;

}

.new-openings-headline{
  text-transform: uppercase;
  padding-bottom: 0px !important;
}

/* Accordeon Neueröffnungen */
.ehi_list_item .title-new-openings::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url('/wp-content/uploads/icons/ehi_h_plus_grau.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 6%;
}

.ehi_list_item .title-new-openings.no-content::before{

  display:none;

}

.ehi_list_item.uk-open .title-new-openings::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url('/wp-content/uploads/icons/ehi_h_minus_grau.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 6%;
}

/* Accordeon Neueröffnungen */
.ehi_list_item .uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url('/wp-content/uploads/icons/ehi_h_plus_grau.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 6%;
}

.ehi_list_item.uk-open .uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url('/wp-content/uploads/icons/ehi_h_minus_grau.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 6%;
}

.ehi_list_item.no-content .uk-accordion-title::before {
    display:none;
}

/*===========================*/
/*  NAVI FIX */
/*=========================*/

.top-ad-active #main-header {

  -moz-transform:translateY(-332px);
  -webkit-transform:translateY(-332px);
  -o-transform:translateY(-332px);
  -ms-transform:translateY(-332px);
  transform:translateY(-332px);
  position: fixed;
  z-index: 9999;
  width:100%;
  transition: transform 0.3s;

}

.top-ad-active #main-header.scrolled {

  -moz-transform:translateY(-204px);
  -webkit-transform:translateY(-204px);
  -o-transform:translateY(-204px);
  -ms-transform:translateY(-204px);
  transform:translateY(-204px);
  position: fixed;
  z-index: 9999;
  width:100%;
  transition: transform 0.3s;

}

.top-ad-active #main-header.no-ad-loaded {

  -moz-transform:translateY(-187px);
  -webkit-transform:translateY(-187px);
  -o-transform:translateY(-187px);
  -ms-transform:translateY(-187px);
  transform:translateY(-187px);
  position: fixed;
  z-index: 9999;
  width:100%;
  transition: transform 0.3s;

}

.top-ad-active #main-header.no-ad-loaded.scrolled {

  -moz-transform:translateY(-34px);
  -webkit-transform:translateY(-34px);
  -o-transform:translateY(-34px);
  -ms-transform:translateY(-34px);
  transform:translateY(-34px);
  position: fixed;
  z-index: 9999;
  width:100%;
  transition: transform 0.3s;

}

#main-header {

  -moz-transform:translateY(-115px);
  -webkit-transform:translateY(-115px);
  -o-transform:translateY(-115px);
  -ms-transform:translateY(-115px);
  transform:translateY(-115px);
  position: fixed;
  z-index: 9999;
  width:100%;
  transition: transform 0.3s;

}

#main-header.scrolled {

  -moz-transform:translateY(-34px);
  -webkit-transform:translateY(-34px);
  -o-transform:translateY(-34px);
  -ms-transform:translateY(-34px);
  transform:translateY(-34px);
  position: fixed;
  z-index: 9999;
  width:100%;
  transition: transform 0.3s;

}

#main-header .ehi-navigation {

  margin-right: 80px;

}

#main-header .container{

  padding: 0;
  width: 100%;
  max-width: 1200px;

}

#main-header {

  padding: 0 5%;

}

#main-header.scrolled .container{

  padding: 0;
  width: 100%;

}

#main-header.scrolled {

  padding: 0 5%;

}

.ehi-logo-red-scrolled{

  position:absolute;
  top: 10px;
  right: 0;
  z-index:9999;

}


/* =================== */
/* EHI NORMAL CONTENT */
/*===================*/
.impressum h3{

  text-transform:none !important;

}

.impressum h2.seitentitel{
  margin-bottom: 20px;
}


.ehi-body-normal .et_pb_row {
    width:100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.home.ehi-body-normal .et_pb_section:first-child{
  padding: 0;
}

.ehi-body-normal .et_pb_section:first-child{
  padding: 0 0 20px 0;
}
.ehi-body-normal .et_pb_section.dossier_header{
  padding: 0;
}

.home.ehi-body-normal .et_pb_row{
  padding-bottom: 20px;
}

.ehi-body-normal .et_pb_row{
  padding: 0 0 20px 0;
}

/* ==================== */
/* SINGLE POST ABSTAND */
/* ================== */

.single-post .et_pb_row:first-child{
  padding: 0;
}

.single-post .et_pb_section .et_pb_row .et_pb_column .et_pb_module:not(.et_pb_map_container):not(.info-box .et_pb_module:last-child){

  margin-bottom: 40px;

}

.single-post .et_pb_row:not(:first-child):not(.related-posts-container){

  padding: 0;

}

.single-post .et_pb_section .et_pb_row:last-child{

  padding: 0;

}

.single-post .et_pb_module:not(.et_pb_accordion_item):not(.et_pb_testimonial_ehi){

  margin-bottom: 40px;
  margin-top: 0;

}

.single-post .et_pb_module.et_pb_image:not(.ehi-special-image){
  margin-bottom: 40px !important;
}

.single-post .post-map-row{
  margin-bottom:40px;
}

.single-post .related-posts-container .et_pb_module.et_pb_single_einzel_beitrag{

  margin-bottom: 0;

}

.single-post .related-posts-container article.ehi-single-post-select{

  margin:0;

}

.single-post .et_pb_text_inner:not(.ehi-special-text){
  display:table;
  margin-bottom: 40px;
}

.single-post .et_pb_testimonial_ehi > .et_pb_module_inner{

  margin-bottom: 40px;

}
/* ======================== */


.home .ehi-single-post-select{

  border: 1px solid #efefef !important;
  border-radius: 0;

}

.et_pb_single_einzel_beitrag.uk-grid{

  border: 1px solid #efefef;
  border-radius: 0;

}

.home #main-content{

  padding-top: 0px;
  margin-top: -150px;

}

.page #main-content{

  padding-top: 0px;
  margin-top: -150px;

}

.newsletter-form input:not(.submit_button):not(.reset_button):not(.checkbox){

  width: 100%;
  background: #fff;
  border-radius: 0 !important;
  margin-bottom: 10px;

}

.newsletter-form .text.error{

  background: #FAC8C8 !important;

}

.newsletter-form label.error {display:none !important;}

.newsletter-form .ehi-weiter-button{

  color: #fff !important;
  padding: .3em 1em !important;
  margin-top: 20px;
  font-family: 'Questa Sans W05 Bold', sans-serif;
  font-weight: inherit;

}


/*==============================*/

.newsletter-form .custom-select {
  position: relative;
  font-family: 'Questa Sans W05 Light', sans-serif;
}

.newsletter-form .custom-select select {
  display: none; /*hide original SELECT element:*/
}

.newsletter-form .select-selected {
  background-color: #fff;
  margin-bottom: 10px;
}
/*style the arrow inside the select element:*/
.newsletter-form .select-selected:after {
  position: absolute;
  content: url('/wp-content/uploads/icons/ehi_h_plus_grau.svg');
  color: #000;
  display:inline-block;
  top: 10px;
  right: 30px;
  width: 0;
  height: 0;
}
/*point the arrow upwards when the select box is open (active):*/
.newsletter-form .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  content: url('/wp-content/uploads/icons/ehi_h_minus_grau.svg');
  color: #000;
  display:inline-block;
  top: 11px;
}
/*style the items (options), including the selected item:*/
.newsletter-form .select-items div,.select-selected {
  color: rgba(0,0,0,1);
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
}

.newsletter-form .select-selected.nothing-choosen{

    color: rgba(0,0,0,0.4);
}

/*style items (options):*/
.newsletter-form .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #000;
}
/*hide the items when the select box is closed:*/
.newsletter-form .select-hide {
  display: none;
}

.newsletter-form .select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


/* graceful degradation for ie8 */
.newsletter-form input[type='checkbox'],
.newsletter-form input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
  display: none;
}

.newsletter-form input[type='checkbox']:checked,
.newsletter-form input[type='checkbox']:not(:checked),
.newsletter-form input[type='radio']:checked,
.newsletter-form input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  display: none;
  margin:0;
  padding:0;
}

.newsletter-form input[type='checkbox'] + label,
.newsletter-form input[type='radio'] + label {
  cursor: pointer;
}


.newsletter-form input[type='checkbox']:checked + label::before,
.newsletter-form input[type='checkbox']:not(:checked) + label::before,
.newsletter-form input[type='radio']:checked + label::before,
.newsletter-form input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top:4px;
    border: 1px solid #bbb;
    background: white;
    margin-right: 1em;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

.newsletter-form input[type=radio]:checked + label::before,
.newsletter-form input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

.newsletter-form input[type='checkbox']:hover  + label::before,
.newsletter-form input[type='radio']:hover  + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
}

.newsletter-form input[type='checkbox']:checked  + label::before,
.newsletter-form input[type='radio']:checked  + label::before {
  background:black;
  box-shadow: inset 0 0 0 2px white;
}


/*==============================*/

.ehi-single-post-select-content{

  padding: 20px 20px;
  color: #000;
  overflow:hidden;
}

.page article.et_pb_single_einzel_beitrag ,
.single article.et_pb_single_einzel_beitrag {
    margin: 0 0 15px;
    border-radius: 0;
}

.home .header-post-row article.et_pb_single_einzel_beitrag {
  margin: 0 0 0 0;
  border-radius: 0;
}

.home .header-post-row > .et_pb_column /*,
.single .ehi-product-placment-list > .ehi-product-placment-list-item*/ {
  margin-bottom: 15px;
  border-radius: 0;
}

.ehi-single-post-select-cat{

  font-size: 14px;
  color: #74b8b8;
  text-transform: uppercase;
  font-family:"Questa Sans W05 Medium", sans-serif;
  letter-spacing: 0.3px;

}

.home .ehi-single-post-select-title{

  font-size: 22px;
  font-family:"Questa Slab W05 Bold", serif;

}

.home .ehi-single-post-select-content .post-content{

  font-size: 17px;
  font-family:"Questa Sans W05 Light", sans-serif;

}


.home .ehi-single-post-select-content .post-content > p{

  line-height: 20px;

}

.home .et_pb_row_1 .ehi-single-post-select-content{

  height: 250px;

}

.is_dossier_cat .ehi-single-post-select-content{

  height: 250px;

}

.is_dossier_cat .et_pb_post{

  margin-bottom: 0px !important;

}

.is_dossier_cat .et_pb_row:not(:first-child):not(.no-padding-headline):not(:last-child) {

  padding: 0 0 60px 0 !important;

}

.is_dossier_cat .et_pb_row:first-child {

  padding: 0 0 20px 0 !important;

}

.is_dossier_cat .et_pb_row.no-padding-headline {

  padding: 0 !important;

}

.home-dossiers{

  padding: 60px 55px !important;
  background: #ddebeb;
  margin-bottom: 60px !important;
  margin-top: 40px !important;

}

.home-dossiers .ehi-cat-list-item h2 {

  font-family: "Questa Slab W05 Regular";
  background: #fff;
  padding: 20px;
  font-size: 21px;

}

.home-section-headline{

  margin-bottom:20px !important;

}

.home-section-headline h2{

  font-size:32px !important;
  font-family: "Questa Slab W05 Bold";
  position:relative;
  text-transform: uppercase;

}

.headline-plus:before{

  font-size:32px;
  content: url('/wp-content/uploads/logo/ehi_h_plus.svg');
  position:absolute;
  top:-21px;
  left: -21px;
  width: 20px;
  height: 20px;

}
.headline-plus_tb h1::before {

    font-size: 32px;
    content: url('/wp-content/uploads/logo/ehi_h_plus.svg');
    position: absolute;
    top: -21px;
    left: -21px;
    width: 20px;
    height: 20px;

}

.archive-headline-ehi, .archive-headline-ehi h1{

  font-weight: inherit;
  padding: 0;
  margin-bottom: 20px !important;
  font-size: 32px !important;
  font-family: 'Questa Slab W05 Bold', serif !important;

}

.headline-plus_tb h1.entry-title{

  font-family: 'Questa Slab W05 Bold', serif !important;

}

.archive-headline-container{

  margin-top: 10px !important;

}

.et_pb_pagebuilder_layout .page .post-content h1{
font-size:32px;
font-weight: inherit;
}

.home-section-headline h2:before{

  font-size:32px;
  /*content: url('/wp-content/uploads/logo/ehi_h_plus.svg');*/
  position:absolute;
  top:-21px;
  left: -21px;
  font-family: "Questa Slab W05 Bold";
  width: 20px;
  height: 20px;

}

.home-section-headline h3{

  font-size:24px !important;
  font-family: "Questa Slab W05 Light";
  position:relative;
  text-transform: none;
  color: #7c7c7c;
  margin-top:-12px;

}

.info-box-background{

  background:#ddebeb;
  padding: 20px !important;
  margin-bottom: 40px !important;

}

.et_pb_row:last-child.info-box-background{

  margin-bottom:40px !important;

}

.info-box-background h2{

  padding-top: 0;

}

.info-box{

  border: 1px solid #e5e5e5;
  padding: 20px !important;
  margin-bottom: 40px !important;
  display: flex;
  align-items: center;
/*  margin-top: 10px !important; */

}

.et_pb_row.info-box:last-child{


  margin-bottom:40px !important;


}

.info-box h2{

  font-size:24px;
  font-family: 'Questa Slab W05 Bold';
  text-transform: uppercase;
  padding-bottom: 0px;

}

.info-box h4{

  font-size:21px;
  font-family: 'Questa Slab W05 Light';
  color: #7c7c7c;

}

.info-box p{

  font-size:17px;
  font-family: 'Questa Sans W05 Light';

}
.info-box ul:last-of-type{
    margin-top: 20px;

}
.post-end{

  border-bottom: 1px solid;
  border-color: #000 !important;
  padding-bottom: 10px;

}

.et_pb_social_media_follow li a.icon{

  border-radius: 50% !important;
  background: #949494 !important;
}

.ed-social-share-icons{

  display:inline-block;

}

.info-box-background li{

  line-height:20px;
  margin-bottom: 5px;

}

.info-box-background h2{

  font-size:22px !important;
  font-family: "Questa Slab W05 Bold";
  position:relative;
  text-transform: none;

}


.info-box-background .section-headline{
  margin-bottom: 0 !important;
}

/*.info-box-background h2:before{

  font-size:32px;
  content: url('/wp-content/uploads/logo/ehi_h_plus.svg');
  position:absolute;
  top:-21px;
  left: -21px;
  font-family: "Questa Slab W05 Bold";
  width: 20px;
  height: 20px;

}*/

.et_pb_ehi_interview.home-section-headline h2{

  font-size: 26px !important;
text-transform: none;
padding-top:0;

}

.et_pb_ehi_interview.home-section-headline h3{

  font-size: 17px !important;
  text-transform: none;
  font-family: 'Questa Sans W05 Light', sans-serif !important;
  font-weight: inherit;
  color: #7c7c7c;
  padding-bottom: 13px !important;
  margin-top: 0;

}

.subline-in-text {

  font-size: 21px !important;
  text-transform: none;
  font-family: 'Questa Sans W05 Light', sans-serif !important;
  font-weight: inherit;
  color: #7c7c7c;

}




.ehi-interview-image{

  border-radius: 50%;
  margin-top: 12px;
  width: 115px;
  height: 115px;

}

.interview-box p{

  margin-bottom: 15px;

}

.interview-box h5{

  font-size:17px;
  color: #74b8b8;
  font-family: "Questa Sans W05 Bold";
  padding-bottom: 3px;

}

.interview-box .interview-questions{

  font-size:17px;
  color: #74b8b8;
  font-family: "Questa Sans W05 Bold", sans-serif;
  margin-bottom: 3px;

}

.interview-questions{

  font-size:17px;
  color: #74b8b8;
  font-family: "Questa Sans W05 Bold", sans-serif;
  margin-bottom: 3px;

}

/*IMAGE BEITRAG*/
.et_overlay::before {
    color: #ffffff !important;
}

.et_overlay {
    background-color: rgba(0,0,0,0.32);
    border-color: rgba(0,0,0,0.32);
}


.et_overlay .ehi_overlay_img_desc{

  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: #fff;

}

.et_overlay .ehi_overlay_img_desc p{

  font-family: 'Questa Sans W05 Medium', sans-serif;
  color: #fff !important;

}

.wp-caption{

  border: none !important;
  background-color: transparent !important;
  max-width: 100% !important;

}

.wp-caption-text{

  display:none;

}

.wp-caption.alignleft {

  padding: 0 8px 0 0 !important;

}

.wp-caption.alignright {

  padding: 0 0 0 8px !important;

}

.et_overlay::before{

  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);

}

/* ======================== */
/* DOSSIERS OVERVIEW */
/* ====================== */

.category-dossiers .headline-plus{

  margin-top: 10px;
  font-size: 32px;

}

.category-dossiers .uk-slidenav{

  padding: 0;

}

.ehi-cat-list-item .post-title{

  border-left: 1px solid #efefef !important;
  border-right: 1px solid #efefef !important;
  border-bottom: 1px solid #efefef !important;
  border-top: 0;
  padding: 20px 0;

}

.dossier-slider-next{

  background: #74b8b8;
  color: #fff!important;
  font-size: 35px;
  right: -22px;
  opacity: 0;
  transition: all .2s ease-in-out;
  text-transform: none;

}

.dossier-slider-prev > svg{

  display:none;

}
.dossier-slider-next > svg{

  display:none;

}

.dossier-slider-prev:before{
  font-family: ETmodules !important;
  content: "\34";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 48px;
  background: #74b8b8;
}

.dossier-slider-next:before{
  font-family: ETmodules !important;
  content: "\35";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 48px;
  background: #74b8b8;
}

.dossier-slider-prev{

  background: transparent;
  color: #fff!important;
  font-size: 35px;
  left: -22px;
  opacity: 0;
  transition: all .2s ease-in-out;
  text-transform: none;
}

.dossier-slider-next{

  background: transparent;
  color: #fff!important;
  font-size: 35px;
  right: -22px;
  opacity: 0;
  transition: all .2s ease-in-out;
  text-transform: none;
}

.dossier-slider-prev:hover{

  text-decoration: none;

}

.dossier-slider-prev:focus{

  text-decoration: none;

}

.dossier-slider-next:hover{

  text-decoration: none;

}

.dossier-slider-next:focus{

  text-decoration: none;

}

.dossier-overview-slideshow:hover .dossier-slider-next{

  transition: all 0.3s ease-in-out;
  opacity: 1;
  right: 20px;

}

.dossier-overview-slideshow:hover .dossier-slider-prev{

  transition: all 0.3s ease-in-out;
  left: 20px;
  opacity: 1;

}

/* ======================== */
/* DOSSIERS DETAIL */
/* ====================== */

.dossier-grid article .content{

  padding: 15px;
  border-top: 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;


}

.dossier-grid .image-container {

  position:relative;

}


/* ======================== */
/* AGB */
/* ====================== */

.agb-intro h2{

  font-family: 'Questa Slab W05 Bold', serif;
  font-size: 28px;
  text-transform: none;

}

.agb-inhalt h2{

  font-family: 'Questa Slab W05 Bold', serif;
  font-size: 22px;
  text-transform: none;

}

.agb-inhalt h3{

  font-family: 'Questa Slab W05 Bold', serif;
  font-size: 19px;
  text-transform: none;

}

.agb-inhalt strong{

  font-family: 'Questa Sans W05 Medium', serif;
  margin-right: 10px;

}
/* ======================== */
/* ZITAT EHI */
/* ====================== */

.zitat-ehi .ehi-zitat-icon{

  width: 10%;

}

.zitat-ehi .ehi-zitat-content-text{

  width: 69%;

}

.zitat-ehi.et_pb_testimonial_no_image .ehi-zitat-content-text{
  width: 90%;
}

.zitat-ehi .ehi-zitat-image-container{

  width: 150px;

}

/* ======================== */
/* ZITAT */
/* ====================== */

.zitat-ehi .icon-container{
    padding-left: 0;
}

.et_pb_testimonial_ehi{

  margin-top: 10px;

}

.et_pb_testimonial_ehi.uk-grid {
    padding: 30px 30px;
}

.zitat-ehi{
    background: #74b8b8 !important;
}

.zitat-ehi .et_pb_testimonial_description_inner > p{
    color: #ffffff !important;
    /*font-style: italic;*/
    font-size: 23px;
    line-height: normal;
}

.zitat-ehi .et_pb_testimonial_description_inner > p:first-child{
    font-family: 'Questa Slab W05 Medium Italic', serif;
}

.zitat-ehi .et_pb_testimonial_author{

  font-family: 'Questa Slab W05 Bold',serif;
  font-weight: inherit;
  font-size:18px;

}


.zitat-ehi span{
    color: #000000;
    font-size: 16px;
}

.zitat-ehi .et_pb_testimonial_description{
    padding-right: 26px;
    padding-left: 0;
}

.zitat-ehi .et_pb_testimonial_portrait {
    width: 120px !important;
    height: 120px !important;
    margin-right: 0px !important;
    padding-left: 0px;
    margin-left: 14px;
}


/* ======================== */
/* EHI GRID SLIDER GALLERY */
/* ====================== */

.ehi-slider-grid{
  float:left;
  padding:0px 5px 0 5px;
}

.et_pb_gallery_item{

  margin-top:0 !important;

}

.et_pb_ehi_gallery .et_pb_gallery_item {
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
}

.et_pb_ehi_gallery .et_pb_gallery_item {
    width: 100%;
}

.et_pb_ehi_gallery .et_pb_gallery_grid .et_pb_gallery_item {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
}
.et_pb_ehi_gallery .et_pb_gallery_pagination{

  display:none;

}

.ehi-slider-grid .et_overlay{
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.9);
  opacity: 0;
  transition: all .3s;
  border: 1px solid #e5e5e5;
}

.ehi-slider-grid:hover > div > a > .et_overlay{
      z-index: 1;
      opacity: 1;
      transition: all .3s;
}

.ehi-slider-grid .et_pb_gallery_image{
    position: relative;
    overflow: hidden;
}

.et_pb_ehi_gallery.et_pb_slider.et_pb_gallery_fullwidth span.et_overlay {
    display: block;
}

.et_pb_ehi_gallery .et_overlay:before{
  -moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}

.et_pb_ehi_gallery .et-pb-arrow-prev{

  background: #74b8b8;
  color: #fff!important;
  font-size: 35px;
  left: 22px;
  opacity: 1;
}

.et_pb_ehi_gallery .et-pb-arrow-next{

  background: #74b8b8;
  color: #fff!important;
  font-size: 35px;
  right: 22px;
  opacity: 1;
}

.et_pb_ehi_gallery .et-pb-controllers{
  display:none;
}

/* ======================== */
/* Über Uns             */
/* ====================== */

.ueber-uns-mitarbeiter-text{
    padding-left: 15px !important;
}

.ueber-uns-bilder{

  width: 150px;

}
.ueber-uns .ehi-body-normal .et_pb_row{
  padding: 0;
}

.ueber-uns .team-member-image{
  margin-top: 0;
}

.ueber-uns .et_pb_ehi_team_member{
    margin-bottom: 30px !important;
}

.ueber-uns .et_pb_column {
    margin-bottom: 0px;
}

.ueber-uns .redaktionsbeirat-profil{
  padding-bottom: 10px;
}

.angebote-ueber-uns h3{
  padding-bottom: 20px;
}

.ueber-uns-teaser{
  padding-bottom: 30px !important;
}
/* ======================== */
/* Kooperationspartner     */
/* ====================== */

.kooperationspartner .partner{
    padding: 0px 0 40px 0;
}

.kooperationspartner .partner > div img{
    border-radius: 150px;
    margin-bottom: 0px;
    width: 200px;
    background: #f2f2f2;
}

.kooperationspartner .img-in-text{
  margin-bottom: 0;
}

/* ================= */
/* Newsletter Seite */
/* =============== */

.newsletter .et_contact_bottom_container {
    float: left;
    text-align: left;
    margin-top: 20px;
}

/* ======================== */
/* Pre Footer              */
/* ====================== */

footer{
    max-width: 1200px;
    margin: 0 auto !important;
    color: #ffffff;
    background: #000000 !important;
}

footer ul{
    list-style: none;
}

footer ul li{
    border-bottom: none !important;
    padding-top: 0 !important;
}

footer .ehi-pre-footer-text ul li {
    padding-bottom: 20px !important;
}

#footer .et_pb_widget.widget_text .textwidget {
    padding: 0  !important;
}

#footer .container p{
  color: #fff;
  font-size: 17px !important;
  font-family: 'Questa Sans W05 Medium', sans-serif;
}

#footer-bottom .menu-footer-menu-container a, .borlabs-cookie-preference{

  font-family: 'Questa Sans W05 Medium', sans-serif;
  font-size: 16px;
  font-weight: inherit;

}
.borlabs-cookie-preference{
  color:#fff;
  margin-right: 15px;
}
.borlabs-cookie-preference:hover{
  color:#fff;
  text-decoration: none;
}
.mobile-footer .menu-footer-menu-container{
    text-align: center;
}

  #footer .container{

    width: 100%;
    padding: 60px;
    max-width: 1200px;


  }


  #footer .et_pb_widget:first-of-type {
    padding-top: 0;
}

.footer-grey-media p{
  color:#000 !important;
  font-family: 'Questa Sans W05 Light', sans-serif !important;
  font-size: 17px !important;
}

.footer-grey-media-mobile .et_pb_text_inner{
  display: flex;
  align-items: center;

}

.footer-grey-media-mobile:not(.et_pb_row_14) .et_pb_text{

  border-bottom: 2px solid #000;
  padding-bottom: 20px;

}

footer .footer-logos{
  margin-right: 40px;
}

footer .menu-pre-footer-menu-mitte-container{

  display: table;
  margin: 0 auto;
  padding-top: 20px;

}

footer .menu-pre-footer-menu-mitte-container ul li a{

  font-size:16px;
  font-family: 'Questa Sans W05 Medium', sans-serif;
  font-weight: inherit;
  text-transform: uppercase;
  color: #fff;

}

footer .menu-pre-footer-menu-rechts-container{

  display: table;
  margin: 0 auto;
  padding-top: 20px;

}

footer .menu-pre-footer-menu-rechts-container ul li a{

  font-size:16px;
  font-family: 'Questa Sans W05 Medium', sans-serif;
  font-weight: inherit;
  text-transform: uppercase;
  color: #fff;

}

/* ======================== */
/* Footer                  */
/* ====================== */

.category-40 #footer-bottom .container{

  display:table;

}

#footer-bottom{
    background: #6b6b6a !important;
    width: 100%;
    max-width: 1200px;
    padding-right: 60px;
    padding-left: 60px;
    margin: 0 auto;
}

#footer-info{

  font-family: 'Questa Sans W05 Medium', sans-serif;
  font-weight: inherit;
  font-size: 16px !important;
  text-align: left;

}

#footer .et_pb_widget {
    background: 0;
    box-shadow: none;
    margin: 0 0 0;
}

.footer-logos img {

  max-height: 110px;

}

.footertext p {

  font-size: 14px;

}

.footer_bottom_right .widget-title{
  display:none;
}

.footer_bottom_right{

  display:inline-block;

}

.footer_bottom_right ul li {

  display:inline-block;
  margin-right: 15px;
  color: #fff;
  margin-bottom: 0;

}

.footer_bottom_right ul li:first-child {
  margin-left: 0;
}

.footer_social_icons{

  display:inline-block;
}

.mobile-footer {

  margin-top: 10px !important;

}

.mobile-footer .footer_social_icons{
margin: 0 auto 10px auto;
}

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

.footer_social_icons ul li{

  display:inline-block;
  margin-right: 5px;
  color: #6b6b6a;
  margin-bottom: 0;
  background: none;
  border-radius: 50%;
  line-height: 28px;
  width: 30px;
  height:30px;
}

.yt_social{
  padding-left: 5px;
}

.tw_social{

  padding-left: 5px;

}

.ehi-pre-footer-text span{
  font-weight: 900;
}

.footer_social_icons ul {

  padding:0;

}

.footer_bottom_right ul li a{

  color: #fff;

}

.footer_bottom_right ul li a:hover{

  color: #fff;
  text-decoration: none;

}

.footer_bottom_right ul {

  padding:0;

}

.abo .headline-plus{
  padding-bottom: 30px;
}

.abo-fom-ehi input:not(.et_pb_button), .abo-fom-ehi select, .abo-fom-ehi textarea{

  background: #fff !important;
  border-radius: 0;

}

.abo-fom-ehi .nf-after-field .nf-error-msg {
  margin-right: 10px;
  position: absolute;
  font-size: 10px;
  bottom: -21px;
}
.checkbox_standalone_agb a,
.checkbox_standalone_email a,
.checkbox_standalone_tech a,
.checkbox_standalone_shops a {
  text-decoration: underline;
}

.abo-fom-ehi .nf-next-previous{

  padding: 1em .3em !important;
  margin: 0px;
}


.abo-fom-ehi h4{
  font-family: 'Questa Slab W05 Bold',Georgia,"Times New Roman",serif !important;
  font-size: 16px;
}

.abo-fom-ehi hr{
  margin-top: -5px;
  margin-bottom: 15px;
  border-top: 1px solid #3a3a3a;
}

.abo-fom-ehi .formular-ausgabe{
  float: right;
}

.abo-fom-ehi .absenden-wrapper{
  position: relative;
  height: 0px;
}

.abo-fom-ehi .ehi-abo-absenden{
  margin-bottom: 0px;
  position: absolute;
  top: 37px;
  left: 110px;
}

.abo-fom-ehi .nf-before-form-content{

  display:none;

}

.abo-fom-ehi .nf-response-msg p{
    padding: 0 3px 0 0;
}


.abo-fom-ehi  .ansprechpartner-abo .ueber-uns-bilder {
    width: 150px;
    margin: auto;
    display: block;
}


.abo-fom-ehi .input::-moz-placeholder, .textarea::-moz-placeholder, input::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit !important;
    letter-spacing: 1.2px;
    text-transform: none !important;
}

.checkbox_standalone.label-right .checkbox-wrap .nf-field-element {
    width: 100%;
}

.checkbox_standalone_shops.label-right .checkbox-wrap .nf-field-element {
    width: 100%;
}

.checkbox_standalone_tech.label-right .checkbox-wrap .nf-field-element {
    width: 100%;
}

.checkbox_standalone_agb.label-right .checkbox-wrap .nf-field-element {
    width: 100%;
}

.checkbox_standalone_email.label-right .checkbox-wrap .nf-field-element {
    width: 100%;
}

.checkbox_standalone_shops{
  margin-bottom: 5px !important;
}

.nf-before-form-content{

  padding: 0 0 20px 5px;

}

.form-container-ehi h3{
  padding: 20px 25px 20px 0;
  text-transform: none;
}
.form-container-ehi p{

  padding: 0 25px 0 0;

}

.form-container-ehi .abo-fom-ehi{

  padding: 0 20px;

}



.abo-fom-ehi .list-checkbox-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
    margin-left: 0;
}

.abo-fom-ehi .nf-response-msg{

  padding:15px 0 15px 0;

}

/* graceful degradation for ie8*/
.abo-fom-ehi input[type='checkbox'],
.abo-fom-ehi input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
  display: none;
}

.abo-fom-ehi input[type='checkbox']:checked,
.abo-fom-ehi input[type='checkbox']:not(:checked),
.abo-fom-ehi input[type='radio']:checked,
.abo-fom-ehi input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  display: none;
  margin:0;
  padding:0;
}

.abo-fom-ehi input[type='checkbox'] + label,
.abo-fom-ehi input[type='radio'] + label {
  cursor: pointer;
}


.abo-fom-ehi input[type='checkbox']:checked + label::before,
.abo-fom-ehi input[type='checkbox']:not(:checked) + label::before,
.abo-fom-ehi input[type='radio']:checked + label::before,
.abo-fom-ehi input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top:4px;
    border: 1px solid #bbb;
    background: white;
    margin-right: 1em;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

.abo-fom-ehi input[type=radio]:checked + label::before,
.abo-fom-ehi input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

.abo-fom-ehi input[type='checkbox']:hover  + label::before,
.abo-fom-ehi input[type='radio']:hover  + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
}

.abo-fom-ehi input[type='checkbox']:checked  + label::before,
.abo-fom-ehi input[type='radio']:checked  + label::before {
  background:black;
  box-shadow: inset 0 0 0 2px white;
}

.post-thumbnail {

  max-height: 530px;

}

/*.post-category-header{
  min-height: 530px;
}*/


/* ==================== */
/* COLUMNS AND SPACES  */
/* =================== */


.et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 23.75%;
    margin-right: 1.66%;
}

.et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
    width: 23.75%;
    margin-right: 1.66%;
}


.et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
    width: 49.17%;
    margin-right: 1.66%;
}

.post-map-row > .et_pb_column_1_2{

  width:50%;
  margin-right: 0 !important;


}

.ehi-mobile-nav{

  display:none;

}

.related-posts-container .et_pb_single_einzel_beitrag.uk-grid{

  background:#fff;
  border: none;
}

.related-posts-container:before{

  content: 'Weitere Beiträge';
  font-family: 'Questa Slab W05 Bold', serif;
  font-size: 28px;
  display: block;
  margin-bottom: 30px;
  color:#000;
  text-transform: uppercase;

}

.related-posts-container{

  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  background-color: #ddebeb;

}

.related-posts-container .ehi-single-post-select-content{

  height: 190px;

}

.uk-parent .mobile-nav-toggle-icon{

  position: absolute;
  top: 4px;
  right: 20px;
  cursor: pointer;
  z-index: 9999999;
  width: 20px;
  height: 22px;

}


.uk-parent .mobile-nav-toggle-icon:before{

    content: url('/wp-content/uploads/icons/ehi_h_plus_blau.svg');
    outline: none !important;

  }

  .uk-parent.uk-open .mobile-nav-toggle-icon:before{

      content: url('/wp-content/uploads/icons/ehi_h_minus_blau.svg');
      outline: none !important;

  }

.uk-parent.uk-open .mobile-nav-toggle-icon{

  position: absolute;
  top: 4px;
  right: 20px;
  cursor:pointer;
  outline: none !important;
  z-index: 9999999;
  width: 20px;
  height: 22px;

}




#mobile-menu {

  background: #fff;
  border: 1px solid #efefef;
  position: absolute;
  top: 60px;
  padding: 30px;
  right: 0;
  width: 100%;
  max-width: 350px;
  display: none;

}

#mobile-menu a:not(.mobile-nav-toggle-icon){

  max-width: 80%;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;

}

#mobile-menu a:active{

  outline: none !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

#mobile-menu a:focus{

  outline: none !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

#mobile-menu.toggle_open {

  background: #fff;
  border: none;
  position: absolute;
  top: 60px;
  padding: 30px;
  right: 0;
  width: 100%;
  max-width: 350px;
}
a{

  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;

}

a:active{

  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;

}

a:focus{

  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;

}

.img-in-text{

  position:relative;

}
/*
img.mfp-img{

  padding: 0;

}*/

.mfp-bottom-bar {
  margin-top:0 !important;
  position: absolute;
  left: 0 !important;
  width: 100% !important;
  cursor: auto !important;
  background: rgba(0,0,0,0.9);
  padding: 20px !important;
  top: auto !important;
  bottom: 40px !important;
}
/*
.mfp-close{

  margin-top: -40px;

}*/

.mfp-counter {
    top: 20px !important;
    right: 20px !important;
    color: #fff;
    font-family: 'Questa Sans W05 Regular', sans-serif;
    font-size: 14px;
}

.alignleft.img-in-text:hover .image-in-content-overlay{

  opacity: 1 !important;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  margin-left: 0
}

.alignnone.img-in-text:hover .image-in-content-overlay{

  opacity: 1 !important;
  transition: all 0.3s ease-in-out;
  margin-right: 0;
  margin-left: 0
}

.aligncenter.img-in-text:hover .image-in-content-overlay{

  opacity: 1 !important;
  transition: all 0.3s ease-in-out;
  margin-right: 0;
  margin-left: 0
}

.alignright.img-in-text:hover .image-in-content-overlay{

  opacity: 1 !important;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  margin-right: 0;

}

.alignleft.img-in-text .image-in-content-overlay{

  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  background-color: rgba(0,0,0,0.32);
  border-color: rgba(0,0,0,0.32);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 10px;
  margin-left: 0;
}

.alignnone.img-in-text .image-in-content-overlay{

  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  background-color: rgba(0,0,0,0.32);
  border-color: rgba(0,0,0,0.32);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 0;
  margin-left: 0;
}

.aligncenter.img-in-text .image-in-content-overlay{

  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  background-color: rgba(0,0,0,0.32);
  border-color: rgba(0,0,0,0.32);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 0;
  margin-left: 0;
}


.alignright.img-in-text .image-in-content-overlay{

  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  background-color: rgba(0,0,0,0.32);
  border-color: rgba(0,0,0,0.32);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 10px;
  margin-right: 0;

}
.image-in-content-overlay::before {

    content: '\e050';
    position: absolute;
    top: 55%;
    left: 50%;
    margin: -16px 0 0 -16px;
    font-size: 32px;
    transition: all .4s;
    color: #ffffff !important;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);

}

.image-in-content-overlay.et_pb_inline_icon::before, .et_pb_inline_icon::before {
    content: attr(data-icon);
}

.four-columns-single-post {

  padding: 0 0 60px 0 !important;
  display: flex !important;
  align-items: stretch;
}

.four-columns-single-post > .et_pb_column > .et_pb_module ,
.four-columns-single-post > .et_pb_column > .et_pb_module > .et_pb_module_inner ,
.four-columns-single-post > .et_pb_column > .et_pb_module > .et_pb_module_inner > article {
height: 100% !important;
}

.home .google-ad {

    padding: 0 0 60px 0 !important;

}

.handel-aktuell-zahl-der-woche{

    padding: 0 0 60px 0 !important;

}

.handel-aktuell-zahl-der-woche .post-meta.ehi-post-meta{

    line-height: 16px;

}



/* ================ */
/* MOBILE QUERIES  */
/* ============== */

@media screen and (max-width: 1236px){


  .archive.category #main-content {
    padding-top: 0;
    margin-top: -108px;
}


}


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

  #et-mobile-navigation nav {
    padding: 20px !important;
  }

  .with_sidebar .et_extra_layout .et_pb_column_sidebar, .with_sidebar .et_pb_extra_column_sidebar {
        display:none;
  }

}

@media screen and (min-width:960px){

  .et_pb_ehi_gallery .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.11);
  }

}

@media screen and (max-width:959px){

  .abo-fom-ehi  .ansprechpartner-abo .uk-width-4-5 {
      width: 100%;
       text-align: center !important;
  }
  .whitepaper-image-packshot{
    display: none;
  }

}


@media screen and (max-width: 980px){

  .is_dossier_cat .ehi-single-post-select-content{

    height: 250px;

  }

  .is_dossier_cat .et_pb_post{

    margin-bottom: 10px !important;

  }

  .is_dossier_cat .et_pb_row:not(:first-child):not(.no-padding-headline):not(:last-child) {

    padding: 0 0 30px 0 !important;

  }

  .is_dossier_cat .et_pb_row:first-child {

    padding: 0 0 20px 0 !important;

  }

  .is_dossier_cat .et_pb_row_4col > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4{

    min-width: 49.17% !important;
    max-width: 49.17% !important;

  }

  .category #et-boc{
    margin-top: 40px;
  }

  .dossier_header{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }


  .home .header-slider .et_pb_slide_description{

    left:0;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;

  }

  .archive.category .ehi-main-post {
    bottom: 0;
    padding: 0;
    position: relative !important;
    border-bottom: 1px solid #e5e5e5;
  }

  .archive.category .ehi-overlay-content {
    background: transparent;
    display: table;
    padding: 30px 0;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .header-slider .ehi-main-post {
    bottom: 0;
    padding: 0;
    position: relative !important;
    border-bottom: 1px solid #e5e5e5;
  }

  .header-slider .ehi-overlay-content {
    background: transparent;
    display: table;
    padding: 30px 0;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .home .header-slider .et_pb_slide_description .et_pb_text_overlay_wrapper{

    width: 90%;
    margin: 0 auto;
    padding: 30px 0 30px 0;

  }




  .home .header-slider .et-pb-arrow-next, .home .header-slider .et-pb-arrow-prev {
    top: 25%;
  }



  .top-header-ad, .left-page-ad{

    display:none;

  }

  .et_pb_extra_column_sidebar{

    display:none !important;

  }

  .single-post.with_sidebar #content-area > div:first-child{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;

  }

  .ehi-post-content {
    padding: 0;
    position: relative;
  }

  .ehi_category_post_feeds {
    padding: 0 0 0 0 !important;
  }

  .page #main-content {
    padding-top: 0px;
    margin-top: 40px;
  }

  .archive #content-area.with_sidebar > div:first-child {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .archive #content-area.with_sidebar > div:last-child {
    display:none;
  }

  .archive.category #main-content {
    padding-top: 0;
    margin-top: 40px;
  }

  #main-content.ehi-post {
    padding-top: 0;
    margin-top: 40px;
  }

  #main-header-ehi, #main-header, #top-header-ehi{

    display:none;

  }


  .et-pb-arrow-next {
    margin-right: 8px;
  }

  .et-pb-arrow-prev {
    margin-left: 8px;
  }


  header.header .nav-mobile-header li {
    display: block;
  }

  header.header .nav-mobile-header-footer li {
    display: block;
  }

  .ehi-mobile-nav{

    background: #000;
    display:block;
    position:fixed;
    width:100%;
    height: 60px;
    top: 0;

  }

  header.header #menu-mobile-menu li ul {
    z-index: 1000;
    position: relative;
    border-radius: 0;
    box-sizing: border-box;
    transition: none;
    opacity: 1;
    visibility: visible;
  }

  header.header #menu-mobile-menu li {
    position: relative;
    display: block;
  }

#mobile-nav-icon{

  width: 30px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#mobile-nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

/* Icon 3 */

#mobile-nav-icon span:nth-child(1) {
  top: 6px;
}

#mobile-nav-icon span:nth-child(2),#mobile-nav-icon span:nth-child(3) {
  top: 15px;
}

#mobile-nav-icon span:nth-child(4) {
  top: 24px;
}

#mobile-nav-icon.uk-open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobile-nav-icon.uk-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile-nav-icon.uk-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile-nav-icon.uk-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


  #menu-mobile-menu li {

    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px solid #efefef;

  }

  #menu-mobile-menu li:first-child {

    padding-bottom: 7px;
    border-bottom: 1px solid #efefef;

  }

  #menu-mobile-menu li:last-child {

    padding-top: 7px;
    border-bottom: none;

  }

  #menu-mobile-menu .uk-nav-sub li {

    padding-bottom: 4px;
    padding-top: 4px;
    border-bottom: none;

  }

  #menu-mobile-menu .uk-nav-sub li:first-child {

    padding-bottom: 4px;
    padding-top: 8px;
    border-bottom: none;

  }

  #menu-mobile-menu .uk-nav-sub li:last-child {

    padding-bottom: 8px;
    padding-top: 4px;
    border-bottom: none;

  }


  #menu-mobile-menu a {

    text-transform: uppercase;
    color: #000;
    font-family: 'Questa Sans W05 Medium', sans-serif;
    font-weight: inherit;
    font-size: 16px;

  }

  #menu-mobile-menu a:hover {

    color: #74b8b8;

  }

  #menu-mobile-menu .uk-nav-sub a {

    text-transform: uppercase;
    color: #000;
    font-family: 'Questa Sans W05 Light', sans-serif;
    font-weight: inherit;
    font-size: 16px;

  }

  #menu-mobile-menu .uk-nav-sub a:hover {

    color: #74b8b8;

  }

  #menu-mobile-menu .uk-nav-sub .current-menu-item a{

    color: #74b8b8;

  }

  .uk-nav-sub li{

    padding-left: 15px;

  }

  .ehi-mobile-menu-container{

    border-right: 1px solid #efefef;
    margin-top: 14px;
    padding-right:15px;
    margin-left:0;

  }

  .ehi-mobile-menu-container.reverse{

    border-left: 1px solid #efefef;
    margin-top: 14px;
    padding-left:15px;
    margin-right:0;
    border-right: none;

  }

  .ehi-logo-red-mobile{
    padding-right:10px;
    position: relative;
    z-index: 99999999;
  }
  .mobile-container-wrapper{

    max-width: 90%;
    margin:0 auto;

  }
  .ehi-logo-red-mobile.reverse{
    padding-left:0;
    position: relative;
    z-index: 99999999;
    padding-right: 15px;
  }

  .logo-container-mobile{

    padding-left: 0;
    margin-top: 18px;

  }

  .ansprechpartner-sidebar .et_pb_team_member_description {
      position: relative;
      margin-left: 0;
      color: #fff;
      margin-top: 0;
  }

  .ansprechpartner-sidebar .team-member-image{

    margin-top: 0px;

  }


  .ehi-mobile-nav .show-menu-button{

    display: block;
    background: #000;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 9px 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

  }

  .ehi-mobile-nav .show-menu-button span {
    display: block;
    background: rgba(255,255,255,.75);
    width: 20px;
    height: 2px;
    border-radius: 3px;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: .3s ease;
  }

  .ehi-mobile-nav #et-mobile-navigation{

    display:block;

  }

  #et-mobile-navigation nav {
    background-color: #6b6b6a !important;
    color: #fff !important;
    text-transform: uppercase;
  }

  #et-mobile-navigation nav a {
    color: #fff !important;
  }

  #et-mobile-navigation nav{
    text-align:center;
  }

  #et-mobile-navigation nav li{
    padding:10px 0;
  }

  #et-mobile-navigation .et_extra_mobile_menu:last-child{
    display: none !important;
  }

  #et-mobile-navigation .sub-menu{

    padding-top: 10px;

  }

  #et-mobile-navigation #et-extra-mobile-menu li.menu-item-has-children > a::after {

    right: -20px;

  }

  header.header li ul {
    position: relative !important;
  }


	header + .ff_ehi_suggest_container .ffw-suggestContainerWrapper {
		top: 98px;
		left: 0;
		right: 0;
	}

  /* SLIDER CONTAINER */

  .header-slider.et_pb_ehi_post_slider{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }

  .header-slider.ehi_post_slider{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }

  .post-thumbnail {
    width: 100vw !important;
    margin-left: -50vw !important;
    left: 50% !important;
  }

  /*MAP POST*/

  .post-map-row > .et_pb_column_1_2 {
    width: 100%;
  }

  .post-map-row{

    display: flex;
    flex-direction: column-reverse;

  }

  /*TWO THIRD COLUMNS*/

  .two-child-columns .et_pb_column_2_3{
    width: 65%;
    margin-right: 1.66%;
  }

  .two-child-columns .et_pb_column_2_3.has_ap_sidebar{
    width: 100%;
    margin-right: 0;
  }

  .mediadaten .two-child-columns .et_pb_column_2_3 {
    width: 100%;
    margin-right: 0;
  }

  .two-child-columns .et_pb_column_1_3{
    width:33.2%;
    margin-right:1.66%;
  }

  .two-child-columns .et_pb_column_1_3:last-child{
    width:33.2%;
    margin-right:0;
  }

  .two-child-columns .et_pb_column_1_3.ansprechpartner-sidebar{
    width: 100%;
    margin-right: 0;
  }

  .ansprechpartner-sidebar .et_pb_module.et_pb_ehi_team_member.clearfix{

    width:50%;
    float:left;

  }

  .ansprechpartner-sidebar .et_pb_team_member_description > * {
    display: table;
    background: #fff;
    padding: 2px 5px !important;
    hyphens: auto;
    color: #000 !important;
  }

  .ansprechpartner-sidebar .primary-color.link {
    color: #74b8b8 !important;
  }

  .two-child-columns .et_pb_column_2_3:last-child{
    width: 65%;
    margin-right: 0;
  }

  .home .three-child-columns .et_pb_column_1_3{

    width: 31.65%;
    margin-left: 1.66%;

  }

  .home .three-child-columns .et_pb_column_1_3:last-child{

    margin-left: 0;

  }

  /* 4 COLUMNS*/
  .home .et_pb_row_4col > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 {
    margin-bottom: 5px;
  }

  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 {
    width: 49.17%;
    margin-right: 1.65%;
  }

  .home .header-post-row > div.et_pb_column.et_pb_column_1_4 /*,
  .page .header-post-row > div.et_pb_column.et_pb_column_1_4 ,
  .single .ehi-product-placment-list > .ehi-product-placment-list-item */{
      margin-bottom: 15px;
  }

  .mediadaten .three-child-columns .et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
      margin-right:0;
      width: 100%;
  }

  /* HOME NEWS CONTAINER */

  .page .home-news-container article {
    margin: 0 0 0 0;
    width: 100%;
  }

  .home .header-slider .et_pb_slide_description {
    max-width: 100%;
    position: relative;
    display: block;
    bottom: 0;
  }


  .et_pb_slides .et_pb_slider_container_inner {
    display: block;
  }

  .home .header-slider {
    overflow: visible;
  }

  /* HOME NEW OPENINGS ACCORDION */

  /* FOOTER */

  #footer .container > div > div:nth-child(2){
    display:none;
  }

  #footer .container > div > div:last-child{
    display:none;
  }

  .footertext{
    text-align:center;
  }

  .footer-logos > div {

    text-align: center;

  }

  .footer-logos > div img {

    max-width: 50%;
    margin: 0 auto;
    max-height: 110px;

  }




  /* ==================== */
  /* SINGLE POST ABSTAND */
  /* ================== */

  .single-post .et_pb_column{

    margin-bottom: 0;

  }

  .single-post .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child{

    margin-bottom: 30px;

  }

  .single-post .et_pb_row:first-child{
    padding: 0;
  }

  .single-post .et_pb_row:not(:first-child):not(.related-posts-container){

    padding: 0;

  }

  .single-post .et_pb_section .et_pb_row:last-child{

    padding: 0;

  }

  .single-post .et_pb_module:not(.et_pb_accordion_item):not(.et_pb_testimonial_ehi){

    margin-bottom: 30px;
    margin-top: 0;

  }

  .single-post .et_pb_module.et_pb_image:not(.ehi-special-image){
    margin-bottom: 30px !important;
  }

  .single-post .post-map-row{
    margin-bottom:30px;
  }

  .single-post .post-map-row .et_pb_column{
    margin-bottom: 0px;
  }

  .single-post .related-posts-container .et_pb_module{

    margin-bottom: 0;

  }

  .single-post .related-posts-container article.ehi-single-post-select{

    margin:0;

  }

  .single-post .et_pb_text_inner:not(.ehi-special-text){
    display:table;
    margin-bottom: 30px;
  }

  .single-post .et_pb_testimonial_ehi > .et_pb_module_inner{

    margin-bottom: 30px;

  }

  /* ======================== */



}


@media only screen and (min-width:1024px) and (max-width: 1255px){


  .zitat-ehi .ehi-zitat-icon{

    width: 14%;

  }

  .zitat-ehi .ehi-zitat-content-text{

    width: 55%;

  }

  .zitat-ehi .ehi-zitat-image-container{

    width: 150px;

  }


}

@media only screen and (max-width: 780px){
  .single-post .whitepaper-badge{
    display: none;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1319px){

  .error404 .header-404 {
    margin-top: -145px;
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }


}

@media only screen and (min-width: 981px) and (max-width: 1023px){

  .error404 .header-404 {
    margin-top: -100px;
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }


}

@media only screen and (max-width: 980px){

  .error404 .header-404 {
    margin-top: 40px;
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }

  .error404 .container-404 {
    width: 90%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px !important;
  }

  .error404 .container-404 .et_pb_row{
    margin: 0;
  }


}


@media only screen and (min-width: 661px) and (max-width: 1023px){


  /* ======================= */
  /*  ZITAT EHI             */
  /* ====================== */

  .zitat-ehi .ehi-zitat-icon{

    width: 10%;

  }

  .zitat-ehi .ehi-zitat-content-text{

    width: 60%;

  }

  .zitat-ehi .ehi-zitat-image-container{

    width: 150px;

  }

}


@media only screen and (min-width: 300px) and (max-width: 660px){


  /* ======================= */
  /*  ZITAT EHI             */
  /* ====================== */

  .zitat-ehi .ehi-zitat-icon{

    width: 100%;
    text-align:center;
    order: 2;
  }

  .single-post .related-posts-container .et_pb_column_1_2:last-child > .et_pb_module{

    margin-bottom: 0;
    margin-top: 0;

  }

  .zitat-ehi .ehi-zitat-content-text{

    width: 100%;
    text-align:center;
    order: 3;
    margin-top: 20px;

  }

  .zitat-ehi .ehi-zitat-image-container{

    width: 150px;
    margin:0 auto 20px auto;
    order: 1;

  }

  .ad-content-container > div{

    margin-bottom: 30px !important;
    margin-top: 0 !important;

  }

  .home .google-ad{

    padding:0 !important;

  }

  .four-columns-single-post{

    padding: 0 0 30px 0 !important;

  }

  .home .four-columns-single-post > .et_pb_column:last-child article{

    margin: 0;

  }

  .handel-aktuell-zahl-der-woche{

    padding: 0 0 30px 0 !important;

  }

  #no-buzina-wrapper .uk-grid-margin{

    margin-top: 0;

  }


}

@media screen and (max-width:640px){

    .post-excerpt{

      margin: 15px 0 20px 0;

    }

    .ehi-logo-red-mobile img{
      width: 40px;
      margin-top: 10px;

    }

    .single-post .breadcrumb .current-page{

      display:none;

    }

    .single-post .category-delimeter:last-child{

      display:none !important;
      color:red;
    }

    .single-post .breadcrumb .breadcrumb-delimeter.is_post_delimeter{

      display:none;

    }

    .suche-ehi-mobile{

      max-width:350px;

    }

    .ehi_category_post_feeds .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: auto;
    width: 100%;
    }



}

@media screen and (max-width: 500px){

  .footer-grey-media-mobile .et_pb_column{

    padding-right:10px;
    padding-left:10px;

  }

}

@media screen and (min-width:640px){
  /*.suche-ehi-mobile .uk-search-icon-flip{

    display:none;

  }*/

  .ehi-logo-red-mobile img{
    width: 40px;
    margin-top: 10px;
  }

}

@media screen and (max-width: 650px){
  /*TWO THIRD COLUMNS*/

  .is_dossier_cat .ehi-single-post-select-content {

    height: auto;

  }

  .three-child-columns .et_pb_column_1_3{

    width: 100%;

  }

  .two-child-columns .et_pb_column_2_3{

    width:100%;

  }
  .two-child-columns .et_pb_column_1_3{

    width: 100%;

  }

  .two-child-columns .et_pb_column_1_3:last-child {
    width: 100%;
  }

  .home .three-child-columns .et_pb_column_1_3 {
    width: 100%;
  }

/*  .home-dossiers .et_pb_category_list .ehi-cat-list-item > div{
    min-height: 300px !important;
  }*/

  .home-dossiers .cat-image{

    width: 100% !important;

  }

  .home-dossiers {
    padding: 30px 20px !important;
    background: #ddebeb;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }

}

@media screen and (min-width: 981px){

  /*.et_pb_module.et_pb_ehi_gallery, .et_pb_module.et_pb_ehi_gallery{

    margin-bottom: 0px !important;

  }*/
  .gecko.et_extra_layout.et_pb_gutters2 .et_pb_column .et_pb_module {
      margin-bottom: 0 !important;
  }

  .container-404{
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
  }

}
@media screen and (min-width: 981px) and (max-width: 1184px){

  .ansprechpartner-sidebar .team-member-image {
    margin-top: -65px;
    width: 45%;
  }

}

@media screen and (min-width:981px) and (max-width: 1152px){




  #main-header-ehi > .container {
    padding: 0 30px;
  }

  #main-header-ehi .ehi-navigation {
    padding-right: 30px;
  }

  .ehi-logo-red{

    width: 50px;
    right: 30px;

  }

  #ehi-secondary-nav-container {
    padding-right: 100px;
  }


}
.header > .container {

  display:block;

}

.single-post.with_sidebar .et_extra_layout .et_pb_column_main, .single-post.with_sidebar .et_pb_extra_column_main {
    padding: 0 12px 0 0 !important;
}

/* ====================== */
/*   BANNER DISPLAY FIX   */
/* ====================== */
@media screen and (max-width: 1320px){

  .header > .container {

    display:none;

  }

  .left-page-ad{
    display:none;
  }

}

@media screen and (min-width: 1320px) and (max-width: 1440px){

  .header > .container {

    display:block;

  }



}

@media screen and (min-width:1320px) and (max-width:1600px){

  #page-container {

    margin-left: -8%;

  }

  #main-header{

    padding: 0 !important;
    width:108% !important;
  }


}


@media screen and (min-width: 981px ) and (max-width: 1239px){

  .page:not(.home) #main-content {
      padding-top: 0px;
      margin-top: -98px;
  }

}

@media screen and (min-width:1240px) and (max-width:1256px){

  .page #main-content {
      padding-top: 0px;
      margin-top: -130px;
  }

}

@media screen and (min-width: 981px ) and (max-width: 1024px){

  .home #main-content {
      padding-top: 0px;
      margin-top: -98px;
  }

  .single-post #main-content {
      padding-top: 0px;
      margin-top: -90px;
  }

}

@media screen and (min-width: 1024px ) and (max-width: 1240px){

  .home #main-content {
      padding-top: 0px;
      margin-top: -138px;
  }

  .single-post #main-content {
      padding-top: 0px;
      margin-top: -148px;
  }

}

@media screen and (max-width: 960px){

  .ehi-new-openings-columns .et_pb_column_2_3{
    width: 100%;
    margin-right: 1.66%;
  }

  .ehi-new-openings-columns .et_pb_column_1_3:last-child,
  .handel-aktuell-zahl-der-woche .et_pb_column_2_3,
  .handel-aktuell-zahl-der-woche .et_pb_column_1_3{
    width: 100% !important;
  }

  .home .content-slider .et_pb_slide_description {
    max-width: 100%;
    position: relative;
    display: block;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 0;
  }

  .home .content-slider .et_pb_slide_description .et_pb_text_overlay_wrapper{

    width: 90%;
    margin: 0 auto;
    padding: 10px 0 30px 0;

  }

  /*.home .content-slider .et-pb-arrow-next, .home .header-slider .et-pb-arrow-prev {
    top: 25%;
  }*/

}

@media screen and (min-width: 651px ) and (max-width: 900px){

  #footer .footer-grey-media .et_pb_column_1_3 {
      padding-right: 20px;
      padding-left: 20px;
  }

  #footer .footer-grey-media .et_pb_column_1_3 .ehi-weiter-button{
      display: block;
      hyphens: none;
  }

}


@media screen and (min-width: 981px ) and (max-width: 983px){

  #main-header .container {
    padding: 0 30px;
  }

}


@media only screen and (max-width: 735px){

.et_post_format-et-post-format-standard .uk-width-1-2\@s{
  width: 100% !important;
  }
}

@media screen and (min-width: 651px ) and (max-width: 678px){

  #footer .footer-grey-media .et_pb_column_1_3 h3{
      letter-spacing: -0.5px;
  }

}

@media screen and (max-width: 600px){

.abo .post-content p {
      margin-bottom: 10px;
  }

.home .page .post-content h1{
        padding: 0px !important;
    }

.home-news-container, .new-openings-headline,
.mediadaten .et_pb_column .et_pb_module,
.mediadaten .et_pb_column {
    margin-bottom: 20px !important;
}

.home .footer .et_pb_row_12 {

    padding-top: 20px !important;
    }

.home-technology-posts > #no-buzina-wrapper > div:nth-child(2) article {
    margin-bottom: 10px;
}

.tw_social, .yt_social{
            padding-left: 5px;
    }

.mobile-footer  .footer_social_icons ul li {
    line-height: 26px;

}

.mobile-footer .footer_social_icons,.mobile-footer .menu-footer-menu-container{
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 500px){

  #footer .container {
    width: 100%;
    padding: 40px 20px 30px;
    max-width: 1200px;
  }

  #footer .footertext{
    margin-top: 10px;
  }

}

@media only screen and (max-width: 639px){

.custom-ehi-posts .content{
  height: auto;
  min-height: auto;
  min-height: 100% !important;
}

.team-member-image{

  width:30%;

}

.ansprechpartner-sidebar .et_pb_module.et_pb_ehi_team_member.clearfix {

    width: 100%;
    float: left;

}

}

@media screen and (min-width: 320px) and (max-width: 500px){

  .ehi_category_post_feeds .image{
    height: auto;
    width: 100%;

  }
  body.no-scroll{

    position:fixed;

  }

  .ehi-mobile-menu-container {

    padding-right: 8px;

  }
  .ehi-logo-red-mobile {
    padding-right: 0;
    position: relative;
    z-index: 99999999;
  }

  .logo-container-mobile {
    padding-left: 0px;
    margin-top: 18px;
  }

  .logo-container-mobile.uk-align-left {
    margin-right: 10px;
  }

  .uk-margin-small-right {
    margin-right: 0px !important;
  }

  .single-post.with_sidebar .et_extra_layout .et_pb_column_main, .single-post.with_sidebar .et_pb_extra_column_main{

    padding: 0 !important;

  }

  .post-footer-ehi::before {
    right: 0;
  }


}

@media screen and (min-width: 0px) and (max-width: 450px){

  .footer-grey-media-mobile .et_pb_text_inner{

    display:block;

  }

  .footer-grey-media-mobile .et_pb_text_inner p{

    width:100%;
    float:none;
    clear:both;
    text-align: center;

  }

  .footer-grey-media-mobile .et_pb_text_inner img.alignleft{

    display: block;
    float: none;
    width: 60%;
    margin: 0 auto 10px auto;

  }

  .footer-grey-media-mobile .et_pb_text_inner h1{

    display: block;
    width: 100%;
    text-align: center;

  }

}

@media screen and (min-width:300px) and (max-width: 640px){


  .is_dossier_cat .et_pb_row_4col > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .is_dossier_cat .et_pb_column_1_3, .et_pb_extra_column_1_3{
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .is_dossier_cat .et_pb_column_1_2, .et_pb_extra_column_1_2{
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .ff_ehi_suggest_container{

    display:none;

  }

  ff-asn-group-element{

    padding: 10px 0;

  }

  .zitat-ehi .et_pb_testimonial_portrait {
      padding-top: 10px !important;
  }


  .toggle-filter > div{

    margin-bottom: 20px !important;

  }

  .new-openings-headline{
    text-transform: uppercase;
    font-size: 20px;
  }

  .post-content p{
   line-height: 22px;
  }

  .post-excerpt p{

    line-height: 22px;

  }

  .home .custom-ehi-posts h2.entry-title{

    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;

  }

  .home .custom-ehi-posts .content{

    display:flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;

  }

  .home .custom-ehi-posts .content .post-meta{

    width:100%;

  }

  .home .content-slider .et_pb_slide_title a{

    font-size: 25px;

  }

  .home .header-slider .et_pb_slide_title a{

    font-size: 25px;

  }

  .home .ehi-single-post-select-content .post-content > p{

    line-height: 22px;

  }

  h2.ehi-single-post-select-title{

    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;

  }

  .ehi-mobile-menu-container #mobile-menu{
    max-height: 100vh;
  }

  .home .et_pb_row_1 .ehi-single-post-select-content {
    height: auto;
  }

  .ehi_category_post_feeds .content {

    padding: 25px !important;
    height: auto;
  }

  .post-thumbnail .header-overlay-content {
    bottom: -100px;
  }

  .ff_record_content{

    padding: 15px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #fff;
    max-height: 200px;
    min-height: auto;
    overflow:hidden;

  }

  .archive.category .ehi-overlay-content h2 a {
    font-size: 22px;
    font-family: "Questa Slab W05 Bold" !important;
    color: #000;
    text-shadow: none;
  }


  /* styles for '...' */
  .ehi_category_post_feeds .content p{
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 100%;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: left;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em !important;
  }

  .ehi_category_post_feeds .content p:before {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block*/
    right: 0;
    bottom: 0;
  }
  /* hide ... if we have text, which is less than or equal to max lines */
  .ehi_category_post_feeds .content p:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: transparent;
  }


}


@media screen and (min-width:300px) and (max-width: 600px){

  .wp-caption-text{

    background: #000;
    color:#fff !important;
    text-align: left;
    font-family: 'Questa Sans W05 Medium', sans-serif;
    padding:10px 20px !important;
    font-size: 14px !important;
  }

  .et_pb_image_wrap {

    width: 100%;
    text-align: center;
    display: block;
  }

  .et_pb_image_wrap > img.alignright{

    float:none;
    margin: 20px 0;
    width: 150px;
    height: 150px;

  }

  .mobile-overlay{

    position:relative;
    z-index: 1;
    opacity: 1;
    display:none;
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: rgba(0,0,0,1);

  }

  .mobile-overlay .ehi_overlay_img_desc{

    position:relative;
    text-align: left;
    left:0;
    right:0;
    bottom:0;


  }

  .mobile-overlay .ehi_overlay_img_desc p{

    font-family: 'Questa Sans W05 Regular', sans-serif !important;
    color: #fff !important;

  }


  .related-posts-container .ehi-single-post-select-content {
    height: auto;
  }


  .wp-caption{

    width:100% !important;
    padding:0 !important;

  }
  .headline-plus:before{

    display: none;

  }

  .ehi-new-openings-columns > .et_pb_column_1_3{

    height: auto;

  }

  .ehi_category_post_feeds {
    padding: 0 0 0 0 !important;
  }

  .wp-caption img{

    width:100%;

  }

  .wp-caption.alignright {
    padding: 0 !important;
  }

  .wp-caption.alignleft {
    padding: 0 !important;
  }

  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 {
    width: 100%;
    margin-right: 0;
  }

  .footer-logos > div img {

    max-width: 100%;
    margin: 0 auto;
    max-height: 110px;

  }

  footer .footer-logos {
    margin-right: 40px;
    margin-left: 40px;
  }

  #footer .et_pb_widget {
    background: 0;
    box-shadow: none;
    margin: 0 0 25px;
  }
  #footer .et_pb_widget:first-of-type {
      padding-top: 25px;
  }


  .et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
    width: 100%;
    margin-right: 0;
  }

  .info-box {
    flex-flow: column-reverse;
  }

  .info-box > .et_pb_column:last-child{

    margin-bottom: 20px;

  }

  .ehi-post-content {
    padding: 0;
    position: relative;
  }

  .ehi-mobile-search > .uk-icon{

    display:none;


  }


  #et-mobile-navigation nav.mobile-nav-padding{

    padding: 70px 20px 20px 20px !important;

  }

}

@media only screen and (max-width: 1024px){


  .single-post #content-area {
    flex-wrap: wrap;
  }

  .single-post .et_pb_extra_column_main {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    padding: 0 !important;
    float: none;
    clear: both;
  }

  #et-mobile-navigation nav {

    display: none;
    width: 100%;
    padding:20px;

}

.footer-logos{
  margin: 0 auto;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 470px;
}

}

@media only screen and (max-width: 1024px ) and (min-width: 981px ){
  #footer .et_pb_extra_column{
      width: 33% !important;
      max-width: 33% !important;
      min-width: 33% !important;
  }
}

@media only screen and (min-width: 1024px){

  #main-header-wrapper {
      transition: none;
      height:150px;
  }

}

@media all and (orientation:portrait)
{
  #mobile-menu{ max-height:500px;}
}

@media all and (orientation:landscape)
{
  #mobile-menu{ max-height:300px;}
}

@media screen and (min-width: 770px) and (max-width: 959px){

  .social_footer_menu_bar_desktop{

    margin-top: -27px !important;

  }

}

@media screen and (max-width: 753px){

  #footer-info{

    text-align: center;

  }

}


.produktnews_content_wrapper p{
  margin-bottom: 0 !important;
}

.produktnews_content_wrapper a{
  color: #4db7b2 !important;
}

.ehi-produktnews-headline p{
  font-weight: bold;
}

.ehi-produktnews-anschrift{
  margin-bottom: 20px;
}

.ehi-produktnews-kontakt-headline{
  font-weight: bold;
}
