@charset "UTF-8";
/*
Theme Name: E3DC
Author: Felix Möller - OMSAG
Author URI: https://www.omsag.de
*/
@font-face {
  font-family: "Helvetica Neue LT W05 55 Roman";
  src: url("./fonts/5664093/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix");
  src: url("./fonts/5664093/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix") format("eot"), url("./fonts/5664093/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("./fonts/5664093/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff"), url("./fonts/5664093/8f4a1705-214a-4dd0-80b8-72252c37e688.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Neue LT W04_75 Bold";
  src: url("./fonts/5664153/205c4074-038f-4329-a9f0-7abe0b51ff45.eot?#iefix");
  src: url("./fonts/5664153/205c4074-038f-4329-a9f0-7abe0b51ff45.eot?#iefix") format("eot"), url("./fonts/5664153/ba8c9043-f9e0-42d9-a5df-5264bfb5d160.woff2") format("woff2"), url("./fonts/5664153/ee5dbcdd-fc55-49b1-ab08-65bb7620ce53.woff") format("woff"), url("./fonts/5664153/2f68d5c6-8c8c-4bb2-96d4-c40c62bf5d6c.ttf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1024px)
.site_header > .container #menu-produkt-menu-top {
    margin-right: 30px;
}

html, body {
  width: 100%;
  max-width: 100%;
}

body {
  font-family: "Helvetica Neue LT W05 55 Roman", "Arial Regular", sans-serif;
  color: #a3a7b4;
  font-weight: normal;
  line-height: 1.6;
  font-size: 18px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

body #content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

body a {
  color: #79b41c;
  text-decoration: none;
}

body nav a {
  color: #4a4a4a;
}

body b, body strong {
  color: #4a4a4a;
  font-family: "Helvetica Neue LT W04_75 Bold", "Arial Bold", sans-serif;
  font-weight: normal;
}
.single-job_listing b, .single-job_listing strong {
  color: #a3a7b4 ;
}

body h1, body h2, body h3 {
  font-family: "Helvetica Neue LT W04_75 Bold", "Arial Bold", sans-serif;
  font-weight: normal;
  color: #1c393d;
}

body h4, body h5 {
  font-weight: normal;
}

body h4 {
  font-size: 24px;
}

body h5 {
  font-size: 20px;
}

body .wpb_text_column ul {
  list-style-position: outside;
  padding-left: 25px;
}
body .scroll_section h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

body .scroll_section h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
body .hide {
  display: none !important;
}
body .scroll_section.alt_section {
  color: white;
}

body .scroll_section.alt_section h1, body .scroll_section.alt_section h2, body .scroll_section.alt_section h3 {
  color: white;
}

body .scroll_section.alt_section b, body .scroll_section.alt_section strong {
  color: #79b41c;
}

body .scroll_section.alt_section .e3_btn, body .scroll_section.alt_section .vc_btn3 {
  background: "";
  color: #fff !important;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid #fff !important;
  font-size: 18px;
  line-height: 1;
}

body .scroll_section .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

body .scroll_section .icon_teaser_row:not(.section_side) .vc_column-inner > .wpb_wrapper {
  z-index: 11;
  position: relative;
}

body .scroll_section .icon_teaser_row:not(.section_side) .vc_column-inner:after {
  content: '';
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.4) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  position: absolute;
  /* bottom: 0; */
  bottom: -40px;
  left: 0;
  right: 0;
  height: 150%;
  max-height: 250px;
  z-index: 1;
  display: block;
}

body h4.subtitle {
  color: #79b41c;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 70px;
}

body h4.subtitle:before {
  content: '';
  width: 50px;
  height: 2px;
  background: #79b41c;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
}

body .wpb_text_column p {
  margin-bottom: 25px;
}

body .wpb_text_column p:last-child {
  margin-bottom: 0;
}

body .animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

body .animated.animated_slower {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

body .animated.delay {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

body .animated.delay_longer {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

body .animated.delay_long {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.flex_mex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#content .e3_btn, #content .vc_btn3 {
  background: transparent;
  color: #1c393d;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid #1c393d;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#content .e3_btn.slim, #content .vc_btn3.slim {
  padding-top: 5px;
  padding-bottom: 5px;
}

#content .e3_btn:hover, #content .vc_btn3:hover {
  background: #1c393d;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid white;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#content .e3_btn.btn_alt, #content .btn_alt .vc_btn3 {
  background: transparent;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid white;
  font-size: 18px;
  line-height: 1;
}

/* Header */
.site_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  z-index: 12;
}

.site_header.trans_header #menu-produkt-menu-top a, .site_header.trans_header #menu-meta-head-menu a, .site_header.dark_header #menu-produkt-menu-top a, .site_header.dark_header #menu-meta-head-menu a {
  color: white;
}
.site_header.darkmode #menu-produkt-menu-top a, .site_header.darkmode #menu-meta-head-menu a, .site_header.darkmode + #primary .hero_title h1 {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 1));
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 1));
    /* color: #1c393d !important; */
}
.site_header.darkermode #menu-produkt-menu-top a, .site_header.darkermode #menu-meta-head-menu a {
  color: #1c393d !important;
}
/* .site_header.darkmode .hamburger-inner, .site_header.darkmode .hamburger-inner:before, .site_header.darkmode .hamburger-inner:after, */
.site_header.darkermode .hamburger-inner, .site_header.darkermode .hamburger-inner:before, .site_header.darkermode .hamburger-inner:after {
  background-color: #1c393d !important;
}
.site_header.dark_header {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#191919+0,202020+100 */
  background: #191919;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#202020));
  background: linear-gradient(to bottom, #191919 0%, #202020 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#202020',GradientType=0 );
  /* IE6-9 */
}

.site_header.white_header {
  position: relative;
  background: white;
}

.site_header > .container {
  padding: 20px 65px;
}

.site_header > .container .logo_wrap {
  width: 100%;
  max-width: 120px;
}

.site_header > .container .logo_wrap a {
  position: fixed;
  width: 100%;
  max-width: 120px;
}
.site_thg .site_header > .container .logo_wrap a {
  left: 5vw;
}
.site_header > .container .logo_wrap img {
  width: 100%;
  max-width: 120px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.site_header > .container .logo_wrap img.altlogo {
  display: none;
}

.site_header > .container .logo_wrap.darkmode img {
  display: none;
}

.site_header > .container .logo_wrap.darkmode img.altlogo {
  display: block;
}

.site_header > .container .menu.info {
  display: none;
}

.site_header > .container #menu-produkt-menu-top {
  line-height: 50px;
  margin-right: -160px;
}

.site_header > .container #menu-produkt-menu-top li {
  display: inline-block;
}

.site_header > .container #menu-produkt-menu-top li a {
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
}

.site_header > .container .offcanvas {
  position: fixed;
  right: 30px;
  top: 30px;
}

.site_header > .container .offcanvas .hamburger-box {
  letter-spacing: 0.06em;
  font: inherit;
  cursor: pointer;
  text-transform: none;
  color: white;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.site_header > .container .offcanvas .hamburger-box .hamburger-inner {
  letter-spacing: 0.06em;
  font: inherit;
  cursor: pointer;
  text-transform: none;
  color: white;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  display: block;
  margin-top: -2px;
  position: absolute;
  height: 3px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: white;
  border-radius: 0;
  width: 30px;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.7));
}

.site_header > .container .offcanvas .hamburger-box .hamburger-inner:after, .site_header > .container .offcanvas .hamburger-box .hamburger-inner:before {
  background-color: white;
  border-radius: 0;
  width: 30px;
  position: absolute;
  height: 3px;
  display: block;
  content: '';
}

.site_header > .container .offcanvas .hamburger-box .hamburger-inner:before {
  top: -9px;
}

.site_header > .container .offcanvas .hamburger-box .hamburger-inner:after {
  bottom: -9px;
}

.site_header > .container .offcanvas .nav-overnout {
  height: 100%;
  height: 100vh;
  background: white;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: -350px;
  padding: 30px 20px;
  list-style: none;
  width: 100%;
  max-width: 350px;
  overflow: auto;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.site_header > .container .offcanvas .nav-overnout.active {
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.site_header > .container .offcanvas .nav-overnout .canvas_close {
  border-bottom: none;
  margin-bottom: 50px;
}

.site_header > .container .offcanvas .nav-overnout .canvas_close a {
  color: transparent;
  text-indent: -9999px;
  display: inline-block;
  background: url("img/close-icon.svg") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 20px;
  position: absolute;
  right: 30px !important;
  top: 45px;
}

.site_header > .container .offcanvas .nav-overnout #menu-hauptmenue {
  height: 90%;
  overflow: auto;
}

.site_header > .container .offcanvas .nav-overnout #menu-hauptmenu #menu-item-592 .sub-menu > li:first-child {
  display: none;
}

.site_header > .container .offcanvas .nav-overnout #menu-hauptmenu li a {
  font-size: 15px;
}

.site_header > .container .offcanvas .nav-overnout li {
  list-style: none;
  clear: both;
  border-bottom: 1px solid #dadada;
}

.site_header > .container .offcanvas .nav-overnout li:hover, .site_header > .container .offcanvas .nav-overnout li.current-page-parent, .site_header > .container .offcanvas .nav-overnout li.current-page-ancestor, .site_header > .container .offcanvas .nav-overnout li.current-page-item {
  background: #f4f4f4;
}

.site_header > .container .offcanvas .nav-overnout li:last-child {
  border-bottom: none;
}

.site_header > .container .offcanvas .nav-overnout li a {
  text-transform: uppercase;
  line-height: 70px;
  font-size: 16px;
  display: block;
}

.site_header > .container .offcanvas .nav-overnout li.menu-item-has-children > a:after {
  content: '';
  background: url("img/plus.svg") no-repeat center center;
  width: 35px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  vertical-align: sub;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.site_header > .container .offcanvas .nav-overnout li.menu-item-has-children.active_submenu {
  -webkit-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
  background: #f9f9f9;
  height: auto;
}

.site_header > .container .offcanvas .nav-overnout li.menu-item-has-children.active_submenu > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  background: url("img/minus.svg") no-repeat center center;
}

.site_header > .container .offcanvas .nav-overnout li.menu-item-has-children.active_submenu > .sub-menu,
.site_header > .container .offcanvas .nav-overnout li.menu-item-has-children.active_submenu > .sub-menu li.menu-item-has-children.active_submenu .sub-menu {
  display: block !important;
  max-height: 999px;
  background: #f9f9f9;
  padding: 0 10px;
}

.site_header > .container .offcanvas .nav-overnout li.menu-item-has-children.active_submenu .sub-menu a {
  color: #575757;
}

.site_header > .container .offcanvas .nav-overnout li > .sub-menu,
.site_header > .container .offcanvas .nav-overnout li > .sub-menu > li > .sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.site_header > .container .offcanvas .nav-overnout li > .sub-menu > li > .sub-menu li {
  height: auto;
}
.site_header > .container .offcanvas .nav-overnout li > .sub-menu > li > .sub-menu li a {
  font-size: 14px;
  line-height: 36px;
}

.site_header > .container .offcanvas .nav-overnout li.menu-item-has-children.active_submenu .sub-menu .sub-menu {
  transition: none !important;
}
.site_header > .container .offcanvas .nav-overnout li.mlp-language-nav-item {
  display: inline-block;
  border: 1px solid #dadada;
}

.site_header > .container .offcanvas .nav-overnout li.mlp-language-nav-item a {
  line-height: 3;
}

.site_header > .container .offcanvas .nav-overnout li.mlp-language-nav-item.mlp-current-language-item {
  background: #dadada;
}
.menu-item:not(.mlp-language-nav-item) + .mlp-language-nav-item {
  margin-top: 25px;
}
.site_header > .container .meta_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  line-height: 50px;
}

.site_header > .container .meta_head .meta ul li {
  list-style: none;
  display: inline-block;
}

.site_header > .container .meta_head .meta ul li a {
  text-transform: uppercase;
  padding: 20px;
}

.site_header.fixed_nav {
  position: fixed;
  height: 60px;
}

.site_header.fixed_nav.white_header {
  background: transparent;
}

.site_header.fixed_nav > .container {
  padding: 10px 65px;
}

.site_header.fixed_nav > .container .offcanvas {
  top: 10px;
}

.site_header.fixed_nav .menu-produkt-menu-top-container, .site_header.fixed_nav .meta_head .meta {
  display: none;
}

.site_header.fixed_nav .logo_wrap img {
  max-width: 70px;
}

.site_en .site_header #menu-produkt-menu-top,
.site_ch .site_header #menu-produkt-menu-top {
  margin-right: 0;
}

#content .section_alignment {
  position: relative;
  padding-top: 0;
}

#content .section_alignment [class*="align_"] {
  position: absolute !important;
}

#content .section_alignment .align_top {
  top: 0px;
  left: 0 !important;
  right: 0 !important;
}

#content .section_alignment .align_bottom {
  bottom: 0px;
  left: 0 !important;
  right: 0 !important;
}

#content .section_alignment .align_bottom.extra_space {
  bottom: 130px;
}

.centered {
  text-align: center;
}
.hero_section {
  height: auto !important;
}
.hero_section .hero_title {
  padding-top: 75px;
}
.hero_section .innerhero + .vc_row, .hero_section .innerhero + .vc_row ~ .vc_row {
  z-index: 9;
}
.hero_section .hero_title h4 {
  font-size: 50px;
  color: white;
}

.hero_section .hero_title h4 strong {
  font-size: 2.2em;
  color: white;
  line-height: 1;
  letter-spacing: 10px;
}

.hero_section .hero_title.size_x1_5 h4 strong {
  font-size: 1.5em;
}

.hero_section .hero_title.size_x2 h4 strong {
  font-size: 2em;
}

.hero_section .hero_title.size_x3 h4 strong {
  font-size: 3em;
}

.hero_section .hero_subtitle {
  font-size: 120%;
}

.hero_section .hero_subtitle.subtitle_light {
  color: white;
}

#content .prod_parallax .vc_parallax-inner {
  height: 70vh !important;
  top: auto !important;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  background-position: bottom right;
}

#content .prod_parallax.prod_parallax_left .vc_parallax-inner {
  background-position: bottom left;
  left: 0 !important;
}

/* PRODUKTÜBERSICHT*/
#content .prod_overview .prod_descr {
  color: white;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#content .prod_overview .white_btn {
  background: transparent;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid white;
  font-size: 18px;
  line-height: 1;
}

#content .prod_overview h6 {
  font-size: 22px;
  color: white;
  font-weight: normal;
}

#content .prod_overview .hero_title:not(:first-child) {
  padding-top: 0 !important;
}

#content .prod_overview .hero_title:not(:first-child):before {
  content: '';
  display: block;
  height: 30px;
  width: 2px;
  margin: 0 auto;
  background: white;
}

#primary .vc_row {
  margin-right: 0;
}

.section_pagination {
  position: fixed;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 11pt;
  z-index: 9;
}

.section_pagination li {
  list-style: none;
}

.section_pagination a {
  display: block;
  height: 20px;
  margin-bottom: 15px;
  color: white;
  position: relative;
  padding: 4px;
}

.section_pagination a .hover-text {
  position: absolute;
  left: 15px;
  top: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
}

.section_pagination a:hover .hover-text {
  opacity: 1;
}

.section_pagination a.active:after {
  background-color: white;
  width: 3px;
}

.section_pagination a:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 1px;
  height: 25px;
  display: block;
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  right: 4px;
  bottom: 0;
  background-color: #1c393d;
}

.section_pagination.darkmode a {
  color: #1c393d;
}

.section_pagination.darkmode a.active:after {
  background-color: #1c393d;
}

.section_pagination.darkmode a::after {
  background-color: #a3a7b4;
}

.e3_icon_wrap:not(.icon_cta) {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}

.e3_icon_wrap.inline_icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 25px;
  max-width: 300px;
}

.e3_icon_wrap.inline_icon:after {
  content: '';
  width: 1px;
  height: 50px;
  background: white;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20%;
}

.e3_icon_wrap.inline_icon:last-of-type:after {
  content: '';
  display: none !important;
}

.e3_icon_wrap.inline_icon + .vc_btn3-container {
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 30px;
}

.e3_icon_wrap .e3_icon.icon_center {
  text-align: center;
}

.e3_icon_wrap .e3_icon.icon_center + .icon_descr {
  text-align: center;
}

.e3_icon_wrap .e3_icon.icon_right {
  text-align: right;
}

.e3_icon_wrap .e3_icon.bg_round {
  border-radius: 100%;
}

.e3_icon_wrap .e3_icon.bg_rounded {
  border-radius: 5px;
}

.e3_icon_wrap .e3_icon svg.icon {
  width: 100px;
  height: 100px;
}

.e3_icon_wrap .icon_descr {
  line-height: 1;
}

.e3_icon_wrap .icon_descr .icon_title {
  display: block;
  font-size: 20px;
  font-family: "Helvetica Neue LT W04_75 Bold", "Arial Bold", sans-serif;
  text-transform: uppercase;
}

.e3_icon_wrap.teaser_icon .icon_descr {
  font-size: 14px;
}

.e3_icon_wrap.icon_cta, .e3_icon_wrap.icon_cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.e3_icon_wrap.icon_cta .e3_icon, .e3_icon_wrap.icon_cta a .e3_icon {
  -webkit-box-shadow: 10px 0px 19px 0px rgba(122, 122, 122, 0.3);
  box-shadow: 10px 0px 19px 0px rgba(122, 122, 122, 0.3);
  width: 60px;
  height: 60px;
  text-align: center;
}

.e3_icon_wrap.icon_cta .e3_icon svg, .e3_icon_wrap.icon_cta a .e3_icon svg {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-left: 10px;
}

.e3_icon_wrap.icon_cta .icon_descr, .e3_icon_wrap.icon_cta a .icon_descr {
  margin-left: 20px;
  margin-top: 10px;
}

.e3_icon_wrap.icon_cta .icon_descr .icon_title, .e3_icon_wrap.icon_cta a .icon_descr .icon_title {
  font-size: 22px;
  font-family: "Helvetica Neue LT W05 55 Roman", "Arial Regular", sans-serif;
}

.e3_icon_wrap.icon_cta .icon_descr .icon_subtxt, .e3_icon_wrap.icon_cta a .icon_descr .icon_subtxt {
  font-size: 14px;
}

.bg_vid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blob {
  background: #79b41c;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
  margin: 10px;
  height: 20px;
  width: 20px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blob .green {
  background: #79b41c;
  -webkit-box-shadow: 0 0 0 0 #79b41c;
          box-shadow: 0 0 0 0 #79b41c;
  -webkit-animation: pulse-green 2s infinite;
          animation: pulse-green 2s infinite;
}

.cq-videocover-iconcontainer:after {
  content: '';
  height: 80px;
  width: 80px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #79b41c;
  -webkit-box-shadow: 0 0 0 0 #79b41c;
          box-shadow: 0 0 0 0 #79b41c;
  -webkit-animation: pulse-green 2s infinite;
          animation: pulse-green 2s infinite;
}

.cq-videocover-iconcontainer .cq-videocover-icon:after {
  content: 'Ton ab';
  font-family: "Helvetica Neue LT W04_75 Bold", "Arial Bold", sans-serif;
  font-size: 0.7em;
  color: white;
  position: absolute;
  right: -120px;
}
.site_ch-fr .cq-videocover-iconcontainer .cq-videocover-icon:after {
  content: 'Jouer';
}

@-webkit-keyframes pulse-green {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(102, 196, 48, 0.7);
            box-shadow: 0 0 0 0 rgba(102, 196, 48, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px rgba(102, 196, 48, 0);
            box-shadow: 0 0 0 15px rgba(102, 196, 48, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(102, 196, 48, 0);
            box-shadow: 0 0 0 0 rgba(102, 196, 48, 0);
  }
}

@keyframes pulse-green {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(102, 196, 48, 0.7);
            box-shadow: 0 0 0 0 rgba(102, 196, 48, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 15px rgba(102, 196, 48, 0);
            box-shadow: 0 0 0 15px rgba(102, 196, 48, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(102, 196, 48, 0);
            box-shadow: 0 0 0 0 rgba(102, 196, 48, 0);
  }
}

.konfig_teaser_wrap {
  background: white;
  padding: 40px;
  margin-top: 40px;
  border-radius: 10px;
  text-align: center;
}

.slidecontainer {
  width: 100%;
  /* Width of the outside container */
  position: relative;
  margin: 70px 0 35px;
  /* The slider itself */
}

.slidecontainer .e3_range {
  -webkit-appearance: none;
  /* Override default CSS styles */
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  /* Full-width */
  height: 10px;
  /* Specified height */
  background: #a3a7b4;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s;
  /* 0.2 seconds transition on hover */
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  border-radius: 10px;
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
}

.slidecontainer .e3_range:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}

.slidecontainer .e3_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 30px;
  /* Set a specific slider handle width */
  height: 30px;
  /* Slider handle height */
  background: url("img/rangeslider_icon_sonne.svg") no-repeat center center, white;
  background-size: 15px;
  border-radius: 100%;
  cursor: pointer;
  /* Cursor on hover */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
  box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
}

.slidecontainer .e3_range::-moz-range-thumb {
  -webkit-appearance: none;
  /* Override default look */
  -moz-appearance: none;
       appearance: none;
  width: 30px;
  /* Set a specific slider handle width */
  height: 30px;
  /* Slider handle height */
  background: url("img/rangeslider_icon_sonne.svg") no-repeat center center, white;
  background-size: 15px;
  border-radius: 100%;
  cursor: pointer;
  /* Cursor on hover */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
  box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
}

.slidecontainer .e3_range.kwh-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 30px;
  /* Set a specific slider handle width */
  height: 30px;
  /* Slider handle height */
  background: url("img/rangeslider_icon_blitz.svg") no-repeat center center, white;
  background-size: 15px;
  border-radius: 100%;
  cursor: pointer;
  /* Cursor on hover */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
  box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
}

.slidecontainer .e3_range.kwh-slider::-moz-range-thumb {
  -webkit-appearance: none;
  /* Override default look */
  -moz-appearance: none;
       appearance: none;
  width: 30px;
  /* Set a specific slider handle width */
  height: 30px;
  /* Slider handle height */
  background: url("img/rangeslider_icon_blitz.svg") no-repeat center center, white;
  background-size: 15px;
  border-radius: 100%;
  cursor: pointer;
  /* Cursor on hover */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
  box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
}

.slidecontainer .e3_range.nutzflaeche::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 30px;
  /* Set a specific slider handle width */
  height: 30px;
  /* Slider handle height */
  background: url("img/rangeslider_icon_haus.svg") no-repeat center center, white;
  background-size: 15px;
  border-radius: 100%;
  cursor: pointer;
  /* Cursor on hover */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
  box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
}

.slidecontainer .e3_range.nutzflaeche::-moz-range-thumb {
  -webkit-appearance: none;
  /* Override default look */
  -moz-appearance: none;
       appearance: none;
  width: 30px;
  /* Set a specific slider handle width */
  height: 30px;
  /* Slider handle height */
  background: url("img/rangeslider_icon_haus.svg") no-repeat center center, white;
  background-size: 15px;
  border-radius: 100%;
  cursor: pointer;
  /* Cursor on hover */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
  box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
}

.slidecontainer .e3_range.kosten::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 30px;
  /* Set a specific slider handle width */
  height: 30px;
  /* Slider handle height */
  background: url("img/rangeslider_icon_stromkosten.svg") no-repeat center center, white;
  background-size: 15px;
  border-radius: 100%;
  cursor: pointer;
  /* Cursor on hover */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
  box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
}

.slidecontainer .e3_range.kosten::-moz-range-thumb {
  -webkit-appearance: none;
  /* Override default look */
  -moz-appearance: none;
       appearance: none;
  width: 30px;
  /* Set a specific slider handle width */
  height: 30px;
  /* Slider handle height */
  background: url("img/rangeslider_icon_stromkosten.svg") no-repeat center center, white;
  background-size: 15px;
  border-radius: 100%;
  cursor: pointer;
  /* Cursor on hover */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
  box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
}

.slidecontainer .e3_range.steigerung::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 30px;
  /* Set a specific slider handle width */
  height: 30px;
  /* Slider handle height */
  background: url("img/rangeslider_icon_steigerung.svg") no-repeat center center, white;
  background-size: 15px;
  border-radius: 100%;
  cursor: pointer;
  /* Cursor on hover */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
  box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
}

.slidecontainer .e3_range.steigerung::-moz-range-thumb {
  -webkit-appearance: none;
  /* Override default look */
  -moz-appearance: none;
       appearance: none;
  width: 30px;
  /* Set a specific slider handle width */
  height: 30px;
  /* Slider handle height */
  background: url("img/rangeslider_icon_steigerung.svg") no-repeat center center, white;
  background-size: 15px;
  border-radius: 100%;
  cursor: pointer;
  /* Cursor on hover */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
  box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
}

.slidecontainer .e3_range.verguetung::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 30px;
  /* Set a specific slider handle width */
  height: 30px;
  /* Slider handle height */
  background: url("img/rangeslider_icon_verguetung.svg") no-repeat center center, white;
  background-size: 15px;
  border-radius: 100%;
  cursor: pointer;
  /* Cursor on hover */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
  box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
}

.slidecontainer .e3_range.verguetung::-moz-range-thumb {
  -webkit-appearance: none;
  /* Override default look */
  -moz-appearance: none;
       appearance: none;
  width: 30px;
  /* Set a specific slider handle width */
  height: 30px;
  /* Slider handle height */
  background: url("img/rangeslider_icon_verguetung.svg") no-repeat center center, white;
  background-size: 15px;
  border-radius: 100%;
  cursor: pointer;
  /* Cursor on hover */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
  box-shadow: 0px 0px 10px 0px rgba(131, 200, 91, 0.71);
}

.slidecontainer .range_tooltip {
  position: absolute;
  bottom: -65px;
  left: -42px;
  padding: 10px;
  background: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(122, 122, 122, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(122, 122, 122, 0.3);
  font-size: 14px;
  border-radius: 5px;
  width: 130px;
  text-align: center;
}

.slidecontainer .range_tooltip:after {
  content: '';
  width: 20px;
  height: 10px;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  position: absolute;
  left: 42%;
  top: -10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(122, 122, 122, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(122, 122, 122, 0.3);
  background: white;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slidecontainer .range_tooltip span {
  color: #79b41c;
  font-size: 20px;
}

.slidecontainer.alt_slider .range_tooltip {
  bottom: auto !important;
  top: -40px;
  right: 0;
  left: auto !important;
}

.slidecontainer.alt_slider .range_tooltip:after {
  display: none;
}

/*
** UNTERSEITEN
*/
.page .hero_section .meta_menu .widget_nav_menu {
  border-bottom: 1px solid white;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page .hero_section .meta_menu .widget_nav_menu .widgettitle {
  font-size: 18px;
  margin-bottom: 0;
}

.page .hero_section .meta_menu .widget_nav_menu .menu li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}

.page .hero_section .meta_menu .widget_nav_menu .menu li a {
  color: #4a4a4a;
  font-size: 16px;
}

.page .hero_section .meta_menu .widget_nav_menu .menu li.current-menu-item > a {
  color: #79b41c;
}

.page .hero_section .meta_menu.alt_menu .widget_nav_menu .widgettitle {
  color: white;
}

.page .hero_section .meta_menu.alt_menu .widget_nav_menu .menu li a {
  color: white;
}

#content section .wpb_column:last-child .teaser {
  border-right: none;
}

#content .teaser {
  border-right: 1px solid #9d9f9f;
}

#content .teaser:last-child {
  border-right: none;
}

#content .teaser .cq-colorblock-imagecontainer {
  width: 30%;
}

#content .teaser .cq-colorblock-textcontainer {
  width: 70%;
}

#content .teaser .cq-colorblock-textcontainer h4.cq-colorblock-title {
  font-size: 22px;
  color: black !important;
}

#content .teaser .cq-colorblock-textcontainer h4.cq-colorblock-title strong {
  display: block;
  font-family: "Helvetica Neue LT W05 55 Roman", "Arial Regular", sans-serif;
  font-size: 17px;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px 0;
}

#content .teaser .cq-colorblock-textcontainer .cq-colorblock-caption {
  font-size: 16px;
  color: #4a4a4a !important;
}

#content .teaser + .vc_btn3-container {
  float: right;
  margin-top: 15px;
  margin-right: 50px;
}

#content .teaser + .vc_btn3-container .vc_btn3 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.cta_banner.img_banner > .vc_row {
  background-position: right 30px bottom !important;
}

/*
** ÜBERSICHTSELEMENTE - CARDS - ETC
*/
.vc_grid-item-mini {
  background: white;
  -webkit-box-shadow: 10px 0px 19px 0px rgba(122, 122, 122, 0.3);
  box-shadow: 10px 0px 19px 0px rgba(122, 122, 122, 0.3);
}

.vc_grid-item-mini .vc_gitem-row-position-top {
  bottom: 0;
}

.vc_grid-item-mini .vc_gitem-row-position-top .vc_col-sm-12 {
  height: 100%;
}

.vc_grid-item-mini .vc_gitem-row-position-top .vc_col-sm-12 .vc_single_image-wrapper {
  background: url("/wp-content/uploads/2020/01/news-fallback.jpg") no-repeat right center;
  position: absolute;
  top: 0;
  bottom: 16px;
  left: 0;
  right: 0;
  background-size: cover;
}

.vc_grid-item-mini .vc_gitem-col {
  padding: 0 !important;
}

.vc_grid-item-mini .vc_gitem-zone-c {
  padding: 20px;
}

.vc_grid-item-mini .vc_gitem-post-data {
  margin-bottom: 0;
}

.vc_grid-item-mini .wpb_single_image .vc_single_image-wrapper, .vc_grid-item-mini .wpb_single_image .vc_figure {
  width: 100%;
}

.vc_grid-item-mini .wpb_single_image .vc_single_image-wrapper img, .vc_grid-item-mini .wpb_single_image .vc_figure img {
  width: 100%;
}

.vc_grid-item-mini .vc_gitem-post-data-source-post_title {
  height: 85px !important;
  display: -webkit-box;
  box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}

.vc_grid-item-mini .vc_gitem-post-data-source-post_title h4 {
  font-family: "Helvetica Neue LT W04_75 Bold", "Arial Bold", sans-serif;
  font-weight: normal;
  color: #1c393d;
  font-size: 18px;
}

.vc_grid-item-mini .vc_gitem-post-data-source-post_date {
  font-size: 12px;
  color: #79b41c;
  margin-bottom: 15px;
}

.vc_grid-item-mini .vc_gitem-post-data-source-post_excerpt {
  padding-top: 15px;
  margin: 15px 0;
  border-top: 1px solid #f4f4f4;
  height: 120px !important;
}

.vc_grid-item-mini .vc_gitem-post-data-source-post_excerpt p,
.vc_grid-item-mini .vc_gitem-post-data-source-post_excerpt div {
  font-size: 15px;
}

.vc_grid-item-mini .vc_btn3-container {
  margin-bottom: 0;
}

/*
** News Detailseite
*/
.news-detail .single_hero {
  max-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-detail .single_hero .col {
  width: 40%;
  overflow: hidden;
}

.news-detail .single_hero .col:first-child {
  min-width: 700px;
}

.news-detail .single_hero .col img {
  width: 100%;
  max-width: 750px;
}

.news-detail .single_hero .col.intro {
  width: 60%;
  padding-left: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-detail .single_hero .col.intro .date {
  color: #79b41c;
}

.news-detail .single_hero .col.intro h1 {
  font-size: 36px;
}

.news-detail #content {
  max-width: 100%;
  background: #f6f6f6;
  padding: 150px 0 0;
  margin-top: -150px;
}

.news-detail #content .alignright {
  float: right;
  margin-left: 15px;
}

.news-detail #content .alignleft {
  float: left;
  margin-right: 15px;
}

.news-detail #content .single_news {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 2fr 1fr;
      grid-template-columns: 0.5fr 2fr 1fr;
  -webkit-column-gap: 100px;
          column-gap: 100px;
}
.news-cat_förderungen .sidebar {
  display: none;
}
.news-detail #content .single_news .single_content {
  -ms-grid-column: 2;
      grid-column-start: 2;
      max-width: 1000px;
}
.news-detail #content .single_news .single_content ul,
.news-detail #content .single_news .single_content ol {
  /* list-style-position: inside; */
}
.news-detail #content .single_news .single_content img[class*="wp-image"], .news-detail #content .single_news .single_content .wp-caption {
  max-width: 500px;
  width: 100% !important;
  height: auto;
}

.news-detail #content .single_news .single_content img[class*="wp-image"] .wp-caption-text, .news-detail #content .single_news .single_content .wp-caption .wp-caption-text {
  font-size: 80%;
}

.news-detail #content .single_news .single_content .single_foot {
  padding: 0;
  margin-top: 100px;
}

.news-detail #content .single_news .single_content .single_foot .e3_btn {
  display: inline-block;
  margin-bottom: 50px;
}

.news-detail #content .single_news .news_sidebar .sidebar {
  padding-left: 50px;
  margin-bottom: 50px;
}

.news-detail #content .single_news .news_sidebar .sidebar a {
  color: #1c393d;
  font-size: 18px;
  margin-top: 15px;
  display: block;
}

.news-detail #content .single_news .news_sidebar .sidebar .post-date {
  display: block;
  font-size: 80%;
}

.news-detail #content .single_news .news_sidebar h3 {
  color: #79b41c;
  font-family: "Helvetica Neue LT W05 55 Roman", "Arial Regular", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 70px;
  margin-left: -70px;
}

.news-detail #content .single_news .news_sidebar h3:before {
  content: '';
  width: 50px;
  height: 2px;
  background: #79b41c;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
}

.news-detail #content .single_news .news_sidebar .wpp-list li {
  margin-bottom: 50px;
}

.news-detail #content .single_news .news_sidebar .wpp-list .wpp-thumbnail {
  float: none;
  display: block;
  width: 100%;
  height: auto;
}

.news-detail #content .single_news + .new_posts {
  padding: 45px;
  background: white;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.news-detail #content .single_news + .new_posts .col {
  width: 30%;
  max-width: 400px;
  min-width: 400px;
}

.news-detail #content .single_news + .new_posts .col h4 {
  color: #79b41c;
  font-family: "Helvetica Neue LT W05 55 Roman", "Arial Regular", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 70px;
}

.news-detail #content .single_news + .new_posts .col h4:before {
  content: '';
  width: 50px;
  height: 2px;
  background: #79b41c;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
}

.news-detail #content .single_news + .new_posts .col .thumb_wrap {
  /*height: 180px;*/
  height: 210px;
  overflow: hidden;
}

.news-detail #content .single_news + .new_posts .col h3 {
  font-family: "Helvetica Neue LT W05 55 Roman", "Arial Regular", sans-serif;
  font-size: 18px;
  margin-top: 15px;
}

.single-post .single_hero, .single-job_listing .single_hero {
  height: 75vh;
  margin-bottom: 45px;
}

.single_news .single_content p, .single-job_listing .single_content p {
  margin: 15px 0;
}

.single_news .single_content h4, .single-job_listing .single_content h4 {
  font-family: "Helvetica Neue LT W04_75 Bold", "Arial Bold", sans-serif;
  font-weight: normal;
  color: #1c393d;
}

.single_news .single_foot, .single-job_listing .single_foot {
  padding: 0 45px 45px;
}

.single-referenzen .single_hero {
  height: 75vh;
  margin-bottom: 45px;
}

.single-referenzen .e3dc-container {
  margin: 20px 0;
}

.single-referenzen .e3dc-container h3 {
  margin-top: 20px;
}

.single-referenzen .e3dc-container ul {
  list-style-position: inside;
  padding-left: 20px;
}

.single-referenzen .e3dc-container .bx-wrapper {
  margin-bottom: 20px;
}

.single-job_listing .job-type {
  background-color: #79b41c !important;
}

.single-job_listing .date-posted {
  display: none;
}

.single-job_listing .company .company_logo {
  display: none;
}

.single-job_listing .company .name, .single-job_listing .company .tagline {
  margin-left: 0 !important;
}

.single-job_listing .job_description ul {
  padding-left: 30px;
}

.single-job_listing .job_description h3 {
  margin: 10px 0;
}

.single-job_listing .job_application {
  display: none;
}

#content .job_listings .job_filters {
  background: transparent;
}

#content .job_listings .job_listing .company {
  display: none;
}

#content .job_listings .job_listing .meta {
  width: 25%;
}

#content .job_listings .job_listing .meta .job-type {
  color: #79b41c;
  font-weight: normal !important;
}

#content .job_listings .job_listing .meta .date {
  display: none;
}

/*
** MEDIATHEK
*/
.video_wrapper .media_video > div {
  height: 100%;
}
.page-id-2090 .video_wrapper .media_video .thumb {
  max-height: 184px;
  overflow: hidden;
}
.video_wrapper .media_video .thumb img {
  width: 100%;
}

.video_wrapper .media_video .content {
  padding: 10px 25px 25px !important;
}

.video_wrapper .media_video .headline {
  font-family: "Helvetica Neue LT W04_75 Bold", "Arial Bold", sans-serif;
  font-weight: normal;
  color: #1c393d;
  display: -webkit-box;
  box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
  font-size: 18px;
}

.video_wrapper .media_video .date {
  margin-top: 15px;
  font-size: 14px;
  color: #79b41c;
}

.video_wrapper .media_video .description {
  font-size: 16px;
  padding-top: 15px;
  margin: 15px 0;
  border-top: 1px solid #f4f4f4;
}
.page-id-53 .video_wrapper .media_video .description,
.page-id-2090 .video_wrapper .media_video .description {
  min-height: 260px;
}
.video_wrapper .media_video .description + a {
  display: inline-block;
}

#content .video_wrapper a.e3_btn {
  text-align: center !important;
}

/*
** Slider
*/
/* AWARD SLIDER */
.wraparound .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  background: #e6e6e6;
  width: 45px;
  height: 5px;
  border-radius: 0;
}

.wraparound .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  background: #303f48;
}

.wraparound .bx-controls-direction a {
  background: url("img/chevron_down.png") no-repeat center center;
  background-size: contain;
  
}
.wraparound.ref_imgslider .bx-wrapper .bx-controls-direction a {
 color: transparent;
 text-indent: 0;
}
.wraparound .bx-controls-direction .bx-prev {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -50px;
}

.wraparound .bx-controls-direction .bx-next {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: -50px;
}
.wraparound .bx-wrapper .bx-next:focus, .wraparound .bx-wrapper .bx-next:hover,
.wraparound .bx-wrapper .bx-prev:focus, .wraparound .bx-wrapper .bx-prev:hover {
  background-position: unset !important;
}
.wraparound.awards, .wraparound.partner { 
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 25px;
}

.wraparound.awards .bx-wrapper, .wraparound.partner .bx-wrapper {
  margin-bottom: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.wraparound.awards .bx-viewport .bxslider_awards, .wraparound.awards .bx-viewport .bxslider_partner, .wraparound.partner .bx-viewport .bxslider_awards, .wraparound.partner .bx-viewport .bxslider_partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wraparound.awards .bx-viewport .bxslider_awards > div, .wraparound.awards .bx-viewport .bxslider_partner > div, .wraparound.partner .bx-viewport .bxslider_awards > div, .wraparound.partner .bx-viewport .bxslider_partner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
}

.wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content, .wraparound.awards .bx-viewport .bxslider_partner > div .slide_wrap .slide_content, .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content, .wraparound.partner .bx-viewport .bxslider_partner > div .slide_wrap .slide_content {
  padding: 45px;
  height: 100%;
  border: 1px solid #e6e6e6;
}

.wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_logo, .wraparound.awards .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_logo, .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_logo, .wraparound.partner .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_logo {
  text-align: center;
  margin-bottom: 30px;
  height: 100px;
}

.wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_logo img, .wraparound.awards .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_logo img, .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_logo img, .wraparound.partner .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_logo img {
  max-height: 210px;
  max-width: 250px;
  width: auto;
  margin: 0 auto;
}

.wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_name, .wraparound.awards .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_name, .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_name, .wraparound.partner .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_name {
  margin-bottom: 30px;
}

.wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_name h4, .wraparound.awards .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_name h4, .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_name h4, .wraparound.partner .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_name h4 {
  font-family: "Helvetica Neue LT W04_75 Bold", "Arial Bold", sans-serif;
  color: #1c393d;
  font-size: 22px;
  text-transform: uppercase;
}

.wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_content, .wraparound.awards .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_content, .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_content, .wraparound.partner .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_content {
  font-size: 16px;
}

.wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_content > div, .wraparound.awards .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_content > div, .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_content > div, .wraparound.partner .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_content > div {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_logo img, .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_logo img {
  height: 100%;
}

.e3dc-custom-list-style {
  list-style: none;
}

.e3dc-custom-list-style li {
  position: relative;
  padding-left: 25px;
  line-height: 2;
}

.e3dc-custom-list-style li .fa-check:before {
  content: '\2713';
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -5px;
  font-weight: bold;
}

/*
** Konfigurator
*/
.page-template-konfigurator #content {
  max-width: 100%;
}

.page-template-konfigurator #content .konfigurator_bg {
  background-image: url("/wp-content/uploads/2020/03/Konfigurator_new.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 100px 0 !important;
}

.page-template-konfigurator .e3_konfigurator {
  padding: 30px 50px;
  width: 100%;
  max-width: 850px;
  background: white;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-box-shadow: 10px 0px 19px 0px rgba(122, 122, 122, 0.3);
  box-shadow: 10px 0px 19px 0px rgba(122, 122, 122, 0.3);
}

.page-template-konfigurator .section_wrap {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* height: 450px !important; */
}

.page-template-konfigurator .konfigurator_wrap {
  width: 100%;
  overflow: hidden;
}

.page-template-konfigurator .konfigurator_wrap > h3 {
  text-align: center;
  margin-bottom: 40px;
}

.page-template-konfigurator .konfigurator_wrap .form_section {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;
  vertical-align: top;
  width: 100%;
  max-width: 750px;
  margin-right: 50px;
  padding: 0 50px;
  position: relative;
}

.page-template-konfigurator .konfigurator_wrap .form_section:first-of-type {
  display: block;
}

.page-template-konfigurator .konfigurator_wrap .form_section .konfig_content > p {
  text-align: center;
  margin-bottom: 20px;
}

.page-template-konfigurator .konfigurator_wrap .form_section .konfig_content .input_label {
  font-size: 12px;
  text-align: left;
}

.page-template-konfigurator .konfigurator_wrap .form_section .konfig_content input[type="text"] {
  padding: 10px;
}

.page-template-konfigurator .konfigurator_wrap .form_section .konfig_content .form_divider {
  width: 100%;
  clear: both;
  margin: 30px 0;
  border: 1px solid #f9f9f9;
}

.page-template-konfigurator .konfigurator_wrap .form_section .expand_toggle {
  cursor: pointer;
}

.page-template-konfigurator .konfigurator_wrap .form_section .expand_toggle h4 {
  display: inline-block;
}

.page-template-konfigurator .konfigurator_wrap .form_section .expand_toggle .toggelino {
  background: url("img/plus.svg") no-repeat center center;
  width: 35px;
  height: 25px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: right;
}

.page-template-konfigurator .konfigurator_wrap .form_section .expand_toggle .toggelino.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("img/minus.svg") no-repeat center center;
}

.page-template-konfigurator .konfigurator_wrap .form_section .expand_toggle + .expand_content {
  height: 0;
  max-height: 9999px;
  opacity: 0;
  -webkit-transition: height 0.2s ease-out, opacity 0.2s linear 0.3s;
  transition: height 0.2s ease-out, opacity 0.2s linear 0.3s;
  overflow: hidden;
  font-size: 14px;
}

.page-template-konfigurator .konfigurator_wrap .form_section .expand_toggle + .expand_content.expanded {
  height: 100%;
  opacity: 1;
  overflow: visible;
}

.page-template-konfigurator .konfigurator_wrap .form_section .kompass {
  position: relative;
  margin: 0 auto 30px;
  height: 300px !important;
  width: 300px !important;
}

.page-template-konfigurator .konfigurator_wrap .form_section .kompass:before {
  content: '';
  background: url("img/kompass.svg") no-repeat center center;
  background-size: contain;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.page-template-konfigurator .konfigurator_wrap .form_section .kompass > .rs-container {
  margin: 0 auto;
  top: 17%;
  left: 1%;
}

.page-template-konfigurator .konfigurator_wrap .form_section .kompass > .rs-container .rs-border {
  border: none;
}

.page-template-konfigurator .konfigurator_wrap .form_section .kompass > .rs-container .rs-bar {
  z-index: 12 !important;
}

.page-template-konfigurator .konfigurator_wrap .form_section .kompass .rs-range-color {
  background-color: #79b41c;
}

.page-template-konfigurator .konfigurator_wrap .form_section .kompass .rs-path-color {
  background-color: #f1f1f1;
}

.page-template-konfigurator .konfigurator_wrap .form_section .kompass .rs-handle {
  width: 30px !important;
  /* Set a specific slider handle width */
  height: 30px !important;
  /* Slider handle height */
  background: url("img/roundslider_icon.svg") no-repeat center center;
  z-index: 17;
  position: relative;
  margin: -16px -11px 0px !important;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.page-template-konfigurator .konfigurator_wrap .form_section .kompass .rs-bg-color {
  background-color: white;
}

.page-template-konfigurator .konfigurator_wrap .form_section .kompass .rs-tooltip-text {
  font-size: 32px;
  color: #79b41c;
  font-family: "Helvetica Neue LT W04_75 Bold", "Arial Bold", sans-serif;
  top: 34%;
  left: 36%;
}

.page-template-konfigurator .konfigurator_wrap .form_section .hidden_information {
  display: none;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] {
  padding: 0;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top {
  -webkit-box-shadow: 0 10 19px 0px rgba(122, 122, 122, 0.3);
  box-shadow: 0 10 19px 0px rgba(122, 122, 122, 0.3);
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e7e6));
  background: linear-gradient(180deg, white 0%, #e6e7e6 100%);
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .device {
  position: relative;
  background: white;
  font-size: 12px;
  padding: 10px;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .device img {
  display: block;
  margin: 0 auto;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .device.active {
  -webkit-filter: drop-shadow(2px 4px 6px #ccc);
          filter: drop-shadow(2px 4px 6px #ccc);
  /* box-shadow: 4px 0px 10px rgba(0,0,0,0.5); */
  z-index: 1;
  color: #444;
  background: white;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .device.active:after {
  content: '';
  width: 20px;
  height: 10px;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  position: absolute;
  right: -15px;
  background: white;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 42%;
  /* filter: drop-shadow(10px 20px 19px black); */
  z-index: 1;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .device_image {
  width: 50%;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup {
  background: white;
  -webkit-filter: drop-shadow(2px 4px 6px #ccc);
          filter: drop-shadow(2px 4px 6px #ccc);
  padding: 25px;
  /* The switch - the box around the slider */
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .grid {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .grid .column {
  width: 47.5%;
  margin-bottom: 25px;
  text-align: left;
  margin-right: 5%;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .grid .column:nth-child(even) {
  margin-right: 0;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Helvetica Neue LT W04_75 Bold", "Arial Bold", sans-serif;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .prod_customize .kw, .page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .force_kw .kw {
  width: 100%;
  text-align: center;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .prod_customize .kw.black, .page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .force_kw .kw.black {
  background: black !important;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .prod_customize .kw.white, .page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .force_kw .kw.white {
  background: white !important;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .prod_customize .kw.active, .page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .force_kw .kw.active {
  background: #79b41c;
  -webkit-filter: drop-shadow(0px 0px 5px #79b41c);
          filter: drop-shadow(0px 0px 5px #79b41c);
  color: white;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .prod_customize, .page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .force_kw > div.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .prod_color .kw {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .e3_switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .e3_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .e3_switch input:checked + .slider {
  background-color: #79b41c;
  -webkit-filter: drop-shadow(0px 0px 5px #79b41c);
          filter: drop-shadow(0px 0px 5px #79b41c);
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .e3_switch input:checked + .slider:before {
  -webkit-transform: translateX(32px);
  transform: translateX(32px);
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .e3_switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #79b41c;
          box-shadow: 0 0 1px #79b41c;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .e3_switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .e3_switch .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .e3_switch .slider.round {
  border-radius: 34px;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .e3_switch .slider.round:before {
  border-radius: 50%;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .bottom {
  padding-top: 40px;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .bottom .highlight {
  color: #79b41c;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .bottom .result_item.special {
  font-family: "Helvetica Neue LT W04_75 Bold", "Arial Bold", sans-serif;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .bottom .result_item.special .label {
  font-size: 18px;
  color: #1c393d;
}

.page-template-konfigurator .konfigurator_wrap [data-step="5"] .bottom .result_item.special .value {
  color: #79b41c;
  font-size: 48px;
}

.page-template-konfigurator #content .konfig_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.page-template-konfigurator #content .konfig_control .stepper {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.page-template-konfigurator #content .konfig_control .stepper .step {
  display: inline-block;
  width: 35px;
  height: 20px;
  border-bottom: 2px solid #4a4a4a;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.page-template-konfigurator #content .konfig_control .stepper .step span {
  visibility: hidden;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  bottom: 0px;
  font-size: 70%;
  max-width: 230px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.page-template-konfigurator #content .konfig_control .stepper .step:hover {
  border-color: #79b41c;
}

.page-template-konfigurator #content .konfig_control .stepper .step:hover span {
  color: #79b41c;
  visibility: visible;
  opacity: 1;
}

.page-template-konfigurator #content .konfig_control .stepper .step.visited {
  border-color: #91da67;
}

.page-template-konfigurator #content .konfig_control .stepper .step.active {
  border-color: #79b41c;
}

.page-template-konfigurator #content .konfig_control .e3_btn {
  cursor: pointer;
  padding: 10px 20px;
  width: 190px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-template-konfigurator #content .konfig_control .e3_btn.optional {
  font-size: 15px;
}

.info {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.info:before {
  content: '';
  background: url("img/tooltip_info2.svg") no-repeat center center;
  height: 25px;
  width: 30px;
  display: inline-block;
}

.info.tooltip .tt_content {
  position: absolute;
  top: 35px;
  right: -150px;
  font-size: 12px;
  width: 300px;
  background: white;
  -webkit-box-shadow: 10px 0px 19px 0px rgba(122, 122, 122, 0.3);
  box-shadow: 10px 0px 19px 0px rgba(122, 122, 122, 0.3);
  border-radius: 10px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 99;
}

.info.tooltip .tt_content:after {
  content: '';
  width: 20px;
  height: 10px;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  position: absolute;
  left: 42%;
  bottom: -8px;
  background: white;
}

.info.tooltip .tt_content.tt_bot:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: auto;
  top: -8px;
}

.info.tooltip.active .tt_content, .info.tooltip:hover .tt_content {
  opacity: 1;
  visibility: visible;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.profiles {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profiles .profile {
  width: 47.5%;
  position: relative;
  border-radius: 10px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}

.profiles .profile input {
  display: none;
}

.profiles .profile input:checked + label {
  background: #79b41c;
  color: white;
  -webkit-box-shadow: 0px 0px 10px 0px #79b41c;
  box-shadow: 0px 0px 10px 0px #79b41c;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.profiles .profile label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 10px 0px 19px 0px rgba(122, 122, 122, 0.3);
  box-shadow: 10px 0px 19px 0px rgba(122, 122, 122, 0.3);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  line-height: 1.6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.profiles .profile:hover input + label {
  background: #79b41c;
  color: white;
}

#ref_map, #e3_map {
  height: 100vh;
}

#ref_map .gm-style .gm-style-iw-c, #e3_map .gm-style .gm-style-iw-c {
  max-width: 400px !important;
}

#ref_map .gm-style .gm-style-iw-c .iw_wrapper, #e3_map .gm-style .gm-style-iw-c .iw_wrapper {
  text-align: left;
}

#ref_map .gm-style .gm-style-iw-c .iw_wrapper > *, #e3_map .gm-style .gm-style-iw-c .iw_wrapper > * {
  padding: 5px;
}
.ref_imgslider .img_descr {
  padding: 0 15px;
}
.event_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 5fr;
      grid-template-columns: 1fr 1fr 5fr;
  grid-column-gap: 40px;
  margin: 40px 0;
}

.event_row .month_wrap .invisible {
  display: none;
}

.event_row .date_wrap {
  text-align: center;
}

.event_row .event_txt {
  padding: 10px 0 20px;
  border-bottom: 1px solid #f2f2f2;
}
.e3-modal .event_txt, .event_txt h5{
  font-size: 14px;
}
.event_row .meta_infos {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event_row .meta_infos h3 {
  font-family: "Helvetica Neue LT W05 55 Roman", "Arial Regular", sans-serif;
}

.event_row .meta_infos h3:first-child {
  min-width: 180px;
}

.wpcf7 .wpcf7-form.sent .form_wrap {
  /* display: none; */
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block !important;
}
.wpcf7 .wpcf7-response-output {
 /* position: absolute;*/
	position: fixed;
  top: calc(50% - 50px);
  left: calc(50% - 175px);
  max-width: 350px;
  text-align: center;
  padding: 10px;
  background: white;
  -webkit-box-shadow: 10px 0px 19px 0px rgba(122, 122, 122, 0.3);
  box-shadow: 10px 0px 19px 0px rgba(122, 122, 122, 0.3);
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #79b41c;
  color: white;
}

.wpcf7 .wpcf7-not-valid {
  border: 1px solid red;
}

.wpcf7 .wpcf7-not-valid + .wpcf7-not-valid-tip {
  font-size: 0.7em;
}

form .number_group, .e3_konfigurator .number_group {
  width: 110px;
}

form .number_group input[type="button"], .e3_konfigurator .number_group input[type="button"] {
  border-radius: 5px;
  width: 40px;
}

form .number_group input[type="button"]:focus, .e3_konfigurator .number_group input[type="button"]:focus {
  outline: none;
}

form .number_group input[type="number"], .e3_konfigurator .number_group input[type="number"] {
  padding-left: 30px;
  margin-left: -10px;
  -webkit-appearance: none;
  margin-right: -10px;
}

form .number_group input[type="number"], form .number_group input[type="button"], .e3_konfigurator .number_group input[type="number"], .e3_konfigurator .number_group input[type="button"] {
  padding-top: 10px;
  padding-bottom: 10px;
}

form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form input[type="button"], form input[type="date"], .e3_konfigurator input[type="text"], .e3_konfigurator input[type="email"], .e3_konfigurator input[type="tel"], .e3_konfigurator input[type="number"], .e3_konfigurator input[type="button"], .e3_konfigurator input[type="date"] {
  padding: 15px 10px;
  border: none;
  border-radius: 5px;
  width: 100%;
  background: #edf1f4;
}

form input[readonly="readonly"], .e3_konfigurator input[readonly="readonly"] {
  background: transparent;
  cursor: not-allowed;
  font-family: "Helvetica Neue LT W04_75 Bold", "Arial Bold", sans-serif;
}

form select, form textarea, .e3_konfigurator select, .e3_konfigurator textarea {
  padding: 10px;
  border: none;
  border-radius: 5px;
  width: 100%;
  background-color: #edf1f4;
}

form textarea, .e3_konfigurator textarea {
  font-family: "Helvetica Neue LT W05 55 Roman", "Arial Regular", sans-serif;
  resize: none;
}

form select, .e3_konfigurator select {
  height: 46px;
}

form input[type="submit"], form .e3_btn, .e3_konfigurator input[type="submit"], .e3_konfigurator .e3_btn {
  background: transparent;
  color: #1c393d;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid #1c393d;
  font-size: 18px;
  line-height: 1;
  padding: 10px 15px;
  font-size: 16px;
}

form input[type="submit"], .e3_konfigurator input[type="submit"] {
  font-size: 18px;
  margin: 20px auto 0;
}

form input[name="selected_schulung"], .e3_konfigurator input[name="selected_schulung"] {
  padding-left: 0;
}

form .form_row, .e3_konfigurator .form_row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}

form .form_row.last_row, .e3_konfigurator .form_row.last_row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form .form_row.last_row p, .e3_konfigurator .form_row.last_row p {
  margin: 0 auto;
  text-align: center;
}

form .form_row .field_wrap, .e3_konfigurator .form_row .field_wrap {
  width: 100%;
  margin: 0 10px;
  font-size: 14px;
}

form .form_row .field_wrap:first-child, .e3_konfigurator .form_row .field_wrap:first-child {
  margin-right: 10px;
  margin-left: 0;
}

form .form_row .field_wrap:last-child, .e3_konfigurator .form_row .field_wrap:last-child {
  margin-left: 10px;
  margin-right: 0;
}

form .form_row .field_wrap:only-child, .e3_konfigurator .form_row .field_wrap:only-child {
  margin-right: 0;
  margin-left: 0;
}

form .form_row .field_wrap .wpcf7-acceptance, .e3_konfigurator .form_row .field_wrap .wpcf7-acceptance {
  font-size: 80%;
  /* line-height: 45px; */
}
form .form_row .wpcf7-recaptcha {
  margin-top: 30px;
}
form .form_row .field_wrap .wpcf7-list-item, .e3_konfigurator .form_row .field_wrap .wpcf7-list-item {
  font-size: 14px;
  display: block;
  margin: 15px 0;
  position: relative;
}

form .form_row .field_wrap .wpcf7-list-item .wpcf7-list-item-label, .e3_konfigurator .form_row .field_wrap .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 50px;
  display: block;
}

form .form_row .field_wrap .wpcf7-list-item .wpcf7-list-item-label:before, .e3_konfigurator .form_row .field_wrap .wpcf7-list-item .wpcf7-list-item-label:before {
  float: none !important;
  position: absolute !important;
  top: auto !important;
  left: 0;
}

form .form_row .field_wrap br, .e3_konfigurator .form_row .field_wrap br {
  display: none;
}

form .form_row .wpcf7-list-item, .e3_konfigurator .form_row .wpcf7-list-item {
  margin-left: 0;
}

form .abschnitt, .e3_konfigurator .abschnitt {
  -webkit-box-shadow: 5px 0px 19px 0px rgba(122, 122, 122, 0.3);
  box-shadow: 5px 0px 19px 0px rgba(122, 122, 122, 0.3);
  padding: 20px;
  margin: 15px 0;
  border-radius: 5px;
}

.partner_form .last_row {
  padding: 0 20px;
}

.wpcf7 ::-webkit-input-placeholder {
  /* Edge */
  color: #4a4a4a !important;
}

.wpcf7 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4a4a4a !important;
}

.wpcf7 ::-ms-input-placeholder {
  color: #4a4a4a !important;
}

.wpcf7 ::placeholder {
  color: #4a4a4a !important;
}

.e3-modal {
  display: none;
  z-index: 999;
}

.e3-modal .e3-modal-dialog {
  background: white;
  z-index: 99;
  margin: 100px auto 50px;
  top: auto !important;
  max-width: 800px;
  padding: 50px;
  border-radius: 5px;
  position: relative;
  max-height: 80%;
  min-height: 300px;
  overflow: auto;
  color: #4a4a4a;
}

.e3-modal .e3-modal-dialog .modal-back {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
  cursor: pointer;
}

.e3-modal .e3-modal-dialog .e3-close {
  background: url("img/close-icon.svg") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.e3-modal .e3-modal-dialog .profiles {
  margin-top: 40px;
}

.e3-modal .e3-modal-dialog h3, .e3-modal .e3-modal-dialog h4 {
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  font-size: 28px;
}

.e3-modal .e3-modal-dialog p, .e3-modal .e3-modal-dialog .wpcf7-list-item {
  font-size: 14px;
  display: block;
}

.e3-modal .e3-modal-dialog form input[type="submit"]:disabled {
  opacity: 0.7;
}

.e3-modal.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.e3-modal.active .modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.e3-modal[data-modal="infomaterial"] .form_title {
  margin-bottom: 0px;
}

.e3-modal[data-modal="infomaterial"] .sub_title {
  margin-top: 0;
  color: #4a4a4a;
  font-size: 16px;
}

.e3-modal[data-modal="infomaterial"] .form_row .rm-list-flat {
  font-size: 14px;
}

.e3-modal[data-modal="infomaterial"] .form_row .rm-list-flat .zusendung {
  display: block;
  padding: 10px 0;
}

.e3-modal[data-modal="infomaterial"] .form_row .rm-list-flat .wpcf7-radio > span {
  margin-right: 25px;
}

.e3-modal[data-modal="infomaterial"] div[data-id="per-post"] {
  padding: 10px;
  background: #f4f4f4;
}

.e3-modal[data-modal="infomaterial"] div[data-id="per-post"] .form-row {
  margin: 0;
}

.e3-modal[data-modal="infomaterial"] div[data-id="per-post"] .form-row:first-child {
  margin-bottom: 10px;
}

.e3-modal[data-modal="infomaterial"] div[data-id="per-post"] .form-row:last-child .col:last-child {
  margin-top: -25px;
}

.e3-modal[data-modal="rueckruf"] .e3-modal-dialog .form_lead {
  font-size: 14px;
}

.e3-modal[data-modal="rueckruf"] .e3-modal-dialog .e3_btn {
  margin-top: 10px;
  display: inline-block;
  padding: 5px 30px;
  font-weight: bold;
}

.e3-modal[data-modal="rueckruf"] .e3-modal-dialog .form-row {
  width: 100%;
}

.e3-modal[data-modal="content_slider"] .award_logo img {
  max-width: 200px;
}

.e3-modal[data-modal="content_slider"] .award_name h4 {
  text-align: left;
}

.e3-modal[data-modal="mediathek"].e3-modal .e3-modal-dialog h4 {
  text-align: left;
  margin-bottom: 25px;
}
.e3-modal[data-modal="event-detail"].e3-modal .e3-modal-dialog .event_row {
  margin: 0;
}
.e3-modal[data-modal="event-detail"].e3-modal .e3-modal-dialog .event_row .month_wrap .invisible {
  display: block;
}
.e3-modal[data-modal="event-detail"].e3-modal .e3-modal-dialog .event_row .meta_infos {
  flex-wrap: wrap;
}
.e3-modal[data-modal="event-detail"].e3-modal .e3-modal-dialog .event_row .meta_infos h3 {
  font-size: 16px !important;
  font-family: "Helvetica Neue LT W05 55 Roman", "Arial Regular", sans-serif;
  width: 49%;
}

.e3-modal[data-modal="event-detail"].e3-modal .e3-modal-dialog .event_row .ap_kontakt {
  background: #f4f4f4;
  padding: 10px;
}

.e3-modal[data-modal="event-detail"].e3-modal .e3-modal-dialog .event_row .ap_kontakt h5 {
  font-size: 16px;
}

.e3-modal[data-modal="anmeldeform"].e3-modal .e3-modal-dialog h3, .e3-modal[data-modal="anmeldeform"].e3-modal .e3-modal-dialog h4 {
  text-align: left;
  margin: 10px 0;
}

.e3-modal[data-modal="anmeldeform"].e3-modal .e3-modal-dialog h3 {
  font-size: 26px;
}

.e3-modal[data-modal="anmeldeform"].e3-modal .e3-modal-dialog h4 {
  font-size: 22px;
}

.e3-modal[data-modal="anmeldeform"].e3-modal .e3-modal-dialog ul {
  list-style-position: inside;
}

.e3-modal[data-modal="anmeldeform"].e3-modal .e3-modal-dialog ul li {
  font-size: 14px;
}

.e3-modal .profile > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 10px 0px 19px 0px rgb(122 122 122 / 30%);
  box-shadow: 10px 0px 19px 0px rgb(122 122 122 / 30%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  line-height: 1.6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 10px;
}
/* .e3-modal[data-modal="anmeldeform"].e3-modal .e3-modal-dialog .wpcf7-form-control label span.wpcf7-list-item-label:before {
  margin-top: 5px !important;
} */

body .sm_list {
  margin-top: 20px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
}

body .sm_list a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 47px;
  height: 47px;
  background: #3e4247;
  border-radius: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
body .sidebar .sm_list a img {
  /* width: 47px !important;
  height: auto; */
  width: auto;
  height: 20px;
  margin: 0 auto;
}
body footer .sm_list a img {
  width: 47px !important;
  height: auto;
  margin: 0 auto;
}

#wait_txt {
  position: absolute;
  top: 25%;
}

/* SHOWROOM*/
#side_bar_showrooms .hideatside {
  display: none;
}
footer {
  background: #2b2f35;
  width: 100%;
  position: relative;
  z-index: 9;
}

footer .footer_top, footer .footer_socket, footer .bread_wrap {
  width: 100%;
  max-width: 1280px;
  padding: 30px 0;
  margin: 0 auto;
}

footer .footer_top h3, footer .footer_socket h3, footer .bread_wrap h3 {
  color: white;
  margin-bottom: 40px;
}

footer .bread_wrap {
  font-size: 16px;
}

footer .bread_wrap span a, footer .bread_wrap span strong.breadcrumb_last {
  color: white;
}

footer p, footer li, footer a, footer .copyright {
  color: #a3a7b4;
  font-size: 14px;
  line-height: 1.6;
}

footer a:hover {
  color: #79b41c;
}

footer .footer_top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer_top > [class^="col"] {
  width: 22.5%;
}

footer .footer_top > [class^="col"] .footer_widget img {
  width: 120px;
}

footer .footer_top > [class^="col"] .footer_widget li {
  list-style: none;
  margin-bottom: 5px;
}

footer .footer_top > .col_2 .menu > li {
  margin-bottom: 10px;
}

footer .footer_top > .col_2 .menu > li > a {
  font-family: "Helvetica Neue LT W04_75 Bold", "Arial Bold", sans-serif;
  color: white;
}

footer .footer_top > .col_4 p {
  margin-bottom: 10px;
}

footer .footer_top > .col_4 strong {
  color: white;
}

footer .footer_top > .col_4 a {
  color: #79b41c;
}

footer .footer_socket .socket_wrap .menu {
  margin-right: 50px;
}

footer .footer_socket .socket_wrap .menu li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
}

.grecaptcha-badge {
  z-index: -1;
  visibility: hidden;
}

body.is_safari a, body.is_safari .e3_btn {
  cursor: pointer;
}

body.is_phone #content input[type="color"],
body.is_phone #content input[type="date"],
body.is_phone #content input[type="datetime"],
body.is_phone #content input[type="datetime-local"],
body.is_phone #content input[type="email"],
body.is_phone #content input[type="month"],
body.is_phone #content input[type="number"],
body.is_phone #content input[type="password"],
body.is_phone #content input[type="search"],
body.is_phone #content input[type="tel"],
body.is_phone #content input[type="text"],
body.is_phone #content input[type="time"],
body.is_phone #content input[type="url"],
body.is_phone #content input[type="week"],
body.is_phone #content select:focus,
body.is_phone #content select,
body.is_phone #content textarea {
  font-size: 16px;
}

#content input[type="search" i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button {
  display: none !important;
}

.scroll_section .maptest > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.fixed_bg {
  background-attachment: fixed;
}

/*SHOWROOM*/
.showroom_results {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
}
.showroom_results .borderright:nth-child(3n+3) {
  border-right: none;
}


/*MEDIA QUERIES*/
@media (max-width: 1640px) and (min-width: 1025px) {
  .section_side.vc_col-sm-4 + .vc_col-sm-8,
  .vc_col-sm-8.maptest,
  .vc_col-sm-8.space_class,
  .section_side.vc_col-sm-4 {
    width: 50%;
  }
  .page-id-171 .video_wrapper .media_video {
    width: 50%;
  }
  .news_home .vc_grid-item {
    max-width: 400px;
  }
  .news_home .section_side.vc_col-sm-4 {
    width: 25%;
  }
  .news_home .vc_col-sm-8 {
    width: 75%;
  }
  .news_home .vc_col-sm-8 .vc_grid-item-mini .vc_gitem-post-data-source-post_excerpt p {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .borderright.vc_col-sm-3 .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 1025px) {
  .home .hero_section {
    background-position: center bottom !important;
  }
  #content .vc_section.vc_section-has-fill, #content .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, #content .vc_section.vc_section-has-fill + .vc_section {
    padding-top: 0;
  }

  #content .scroll_section:not(.prod_data) .section_side .vc_column-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #content .scroll_section .section_side.side_right {
    -webkit-box-shadow: -10px 0px 19px 0px rgba(122, 122, 122, 0.3);
    box-shadow: -10px 0px 19px 0px rgba(122, 122, 122, 0.3);
  }
  #content .scroll_section .section_side.cards .vc_column-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-height: 950px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-height: 650px) {
  #content .meta_menu {
    margin-top: 0;
  }
  .wpb_images_carousel .vc_carousel-inner .vc_item .vc_inner {
    text-align: center;
  }
  .wpb_images_carousel .vc_carousel-inner .vc_item .vc_inner img {
    max-height: 450px;
    width: auto;
  }
  .e3-modal .e3-modal-dialog {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  body .scroll_section h2 {
    font-size: calc(36px - 20%);
  }
  #content .scroll_section .section_side .vc_column-inner,
  #content .not_scroll .section_side .vc_column-inner {
    padding: 40px !important;
  }
  #content .hero_title h1.heading {
    letter-spacing: 4px;
    font-size: 2em;
  }
  #content .hero_title h1.heading strong {
    font-size: 2.2em;
  }
  .wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content,
  .wraparound.awards .bx-viewport .bxslider_partner > div .slide_wrap .slide_content,
  .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content,
  .wraparound.partner .bx-viewport .bxslider_partner > div .slide_wrap .slide_content {
    padding: 25px;
  }
  .wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_content > div,
  .wraparound.awards .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_content > div,
  .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_content > div,
  .wraparound.partner .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_content > div {
    -webkit-line-clamp: 3;
  }
  .wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_name h4,
  .wraparound.awards .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_name h4,
  .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_name h4,
  .wraparound.partner .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_name h4 {
    font-size: 18px;
  }
  .vc_custom_1583475659592 {
    margin-top: -75px;
  }
}

@media screen and (max-width: 1380px) {
  .cq-videocover .cq-videocover-iconcontainer.icon-left-bottom {
    left: 75px;
  }
}

@media (max-width: 1280px) and (max-height: 700px) {
  .wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_content > div,
  .wraparound.awards .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_content > div,
  .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_content > div,
  .wraparound.partner .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_content > div {
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 1280px) and (min-width: 1025px) {
  .scroll_section .vc_row-has-fill,
  .cta_banner .vc_row-has-fill {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .scroll_section .vc_row-has-fill .vc_column-inner,
  .cta_banner .vc_row-has-fill .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 1365px) and (max-height: 1024px) {
  #content .prod_parallax .vc_parallax-inner {
    height: 50vh !important;
  }
}
@media screen and (max-width: 1280px) {
  .hero_section .vc_col-sm-8 {
    padding-left: 40px;
  }
  #content ul.job_listings li.job_listing a div.position {
    width: 50%;
  }
  .job_listings .job_listing .meta .job-type {
    font-size: 14px;
  }
  tr.schulungstable td,
  #content tr.schulungstable td .e3_btn {
    font-size: 14px;
  }
  .news-detail #content .single_news {
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
    padding-left: 40px;
  }
  .news-detail #content .single_news .single_content {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .news-detail #content .single_news .single_content .single_foot {
    margin-top: 50px;
  }
  .news-detail #content .single_news .news_sidebar .sidebar a {
    font-size: 16px;
  }
  .news-detail #content .single_news + .news_posts .col h3 {
    font-size: 16px;
  }
  body .scroll_section h2 {
    font-size: calc(36px - 40%);
  }
  .wraparound.awards, .wraparound.partner {
    padding-top: 30px;
  }
  .wraparound.awards .bx-viewport, .wraparound.partner .bx-viewport {
    min-height: 350px;
  }
  .event_row .month_wrap h4 {
    font-size: 24px !important;
  }
}

@media screen and (max-height: 799px) {
  .scroll_section {
    padding-top: 0 !important;
  }
}

@media (max-width: 1080px) and (max-height: 750px) {
  .vc_custom_1582534631990 {
    margin-top: -220px !important;
  }
}

@media (max-width: 1080px) and (min-width: 1025px) {
  .hero_section .hero_title h4 strong {
    font-size: 2em;
  }
  .site_header > .container #menu-produkt-menu-top {
    margin-right: -100px;
  }
}

@media screen and (max-width: 1024px) {
  .site_header > .container {
    padding: 10px 40px;
  }
  .site_header.fixed_nav {
    background: #1e252b;
  }
  .site_header.fixed_nav > .container {
    padding: 10px 40px;
  }
  .scroll_section {
    height: auto !important;
    padding-top: 0 !important;
  }
  #content .section_alignment [class*="align_"] {
    position: relative !important;
  }
  #content .messe_hero .icon_teaser_row[class*="align_"] {
		display: flex !important;
		position: absolute !important; 
	}
  #content .scroll_section .section_side {
    height: auto !important;
  }
  #content .scroll_section .vc_col-sm-6,
  #content .scroll_section .vc_col-sm-8 {
    width: 100%;
  }
  #content .scroll_section.news_home .vc_col-sm-6 {
    width: 50%;
  }
  .hero_section.vc_section {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .scroll_section.vc_section.vc_section-has-fill, .scroll_section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .scroll_section.vc_section.vc_section-has-fill + .vc_section {
    padding-top: 0;
    min-height: auto;
  }
  .scroll_section.vc_section.vc_section-has-fill .vc_row.vc_row-o-full-height, .scroll_section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section .vc_row.vc_row-o-full-height, .scroll_section.vc_section.vc_section-has-fill + .vc_section .vc_row.vc_row-o-full-height {
    min-height: auto;
  }
  .scroll_section .bg_wrap_tablet, .scroll_section .bg_wrap_mobile {
    position: absolute;
    top: 0;
    z-index: 11;
    bottom: 0;
    left: 0;
    right: 0;
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .scroll_section .bg_wrap_tablet + .vc_row, .scroll_section .bg_wrap_mobile + .vc_row {
    margin-top: 400px;
    z-index: 10 !important;
  }
  .scroll_section .bg_wrap_tablet + .vc_row.vc_custom_1572958021121, .scroll_section .bg_wrap_mobile + .vc_row.vc_custom_1572958021121 {
    margin-top: 40px !important;
  }
  .scroll_section.disablemobile .bg_wrap_tablet + .vc_row, .scroll_section.disablemobile .bg_wrap_mobile + .vc_row {
    margin-top: 0;
  }
  .hero_section .bg_wrap_tablet, .hero_section .bg_wrap_mobile {
    height: auto !important;
  }
  .hero_section .bg_wrap_tablet img, .hero_section .bg_wrap_mobile img {
    width: auto;
  }
  .hero_section .bg_wrap_tablet + .vc_row, .hero_section .bg_wrap_mobile + .vc_row {
    padding-top: 50px !important;
    margin-top: 0 !important;
  }
  img.responsive_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .hero_section .vc_parallax-inner.skrollable.skrollable-between {
    z-index: 1;
  }
  .vc_row.vc_row-o-columns-middle {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  #content .cta_banner.img_banner > .vc_row {
    background-position: bottom right 0vw !important;
    background-size: 50vw !important;
  }
  .borderright.vc_col-sm-3,
  .borderright.vc_col-sm-3 + .vc_col-sm-3 {
    border-bottom: 0;
    width: 50%;
  }
  .borderright.vc_col-sm-3 .vc_column-inner,
  .borderright.vc_col-sm-3 + .vc_col-sm-3:last-child .vc_column-inner {
    padding: 10px !important;
  }
  .event_row {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  .event_row .meta_infos h3 {
    font-size: 16px !important;
  }
  .vc_col-sm-push-6 {
    left: 0% !important;
  }
  .vc_col-sm-pull-6 {
    right: 0% !important;
  }
  .news-detail .single_hero .col:first-child {
    min-width: 50%;
  }
  .news-detail .single_hero .col.intro {
    width: 50%;
    padding-left: 30px;
  }
  .wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_content > div,
  .wraparound.awards .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_content > div,
  .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_content > div,
  .wraparound.partner .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_content > div {
    -webkit-line-clamp: 3;
  }
  .section_side .video_wrapper .media_video {
    width: 50%;
  }
  .maptest {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .maptest + .section_side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .month_wrap.event_col {
    min-width: 120px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .nf-multi-cell .nf-cell {
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 500px) {
  .vc_section.scroll_section > .btm_content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .page_container footer .footer_top, .page_container footer .bread_wrap, .page_container footer .footer_socket {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 900px) {
  .news-detail #content .single_news {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .site_header.fixed_nav > .container {
    padding: 10px 30px;
  }
  .event_row {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .event_col.info_wrap {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: col2-end;
  }
  .wraparound.awards, .wraparound.partner {
    padding-left: 0;
    padding-right: 0;
  }
  .single-post .single_hero, .single-job_listing .single_hero {
    height: auto;
    margin-bottom: 25px;
  }
  .news-detail #content {
    margin-top: 0;
    padding: 25px 0 0;
  }
  .news-detail #content .single_news {
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .news-detail .single_hero {
    max-height: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-detail .single_hero .col:first-child {
    min-width: 100%;
    max-height: 50vh;
  }
  .news-detail .single_hero .col.intro {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
  .news-detail #content .single_news {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-detail #content .single_news + .new_posts .col {
    min-width: 300px;
  }
  .wpp-list {
    max-width: 400px;
    margin: 0 auto;
  }
  #content .sidebar .sm_list {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .site_header > .container {
    padding: 20px 20px;
  }
  .is_iphone .site_header > .container .offcanvas .nav-overnout.active {
    padding-bottom: 120px;
  }
  .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
    padding-top: 0 !important;
  }
  .page-template-konfigurator .konfigurator_bg {
    padding-top: 100px !important;
  }
  .e3_icon_wrap.icon_cta {
    margin-bottom: 20px;
  }
  .site_header.white_header {
    min-height: 110px;
  }
  /* .single-referenzen .single_hero,
  .single-job_listing .single_hero {
    height: 50vh;
  } */
  .single-referenzen .single_hero{
    height: 50vh;
  }
  .single-job_listing .job_description .wpb_column > .vc_column-inner {
    padding: 25px !important;
  }
  .single-job_listing .codedropz-upload-inner h3 {
    font-size: 16px;
    white-space: normal;
  }
  #content .news_home .vc_grid-item:last-child {
    display: none;
  }
  #content .scroll_section.news_home .vc_col-sm-6 {
    min-width: 335px;
    margin: 0 auto;
  }
  .page_container footer .footer_top.flex_mex, .page_container footer .bread_wrap, .page_container footer .footer_socket .socket_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_container footer .footer_top.flex_mex > *, .page_container footer .bread_wrap > *, .page_container footer .footer_socket .socket_wrap > * {
    width: 100%;
  }
  .page_container footer .footer_top.flex_mex .col_1, .page_container footer .bread_wrap .col_1, .page_container footer .footer_socket .socket_wrap .col_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page_container footer .footer_top.flex_mex .col_2, .page_container footer .bread_wrap .col_2, .page_container footer .footer_socket .socket_wrap .col_2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page_container footer .footer_top.flex_mex .col_3, .page_container footer .bread_wrap .col_3, .page_container footer .footer_socket .socket_wrap .col_3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page_container footer .footer_top.flex_mex .col_4, .page_container footer .bread_wrap .col_4, .page_container footer .footer_socket .socket_wrap .col_4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page_container footer .footer_top.flex_mex .copyright, .page_container footer .bread_wrap .copyright, .page_container footer .footer_socket .socket_wrap .copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page_container footer .footer_top.flex_mex .footer-nav, .page_container footer .bread_wrap .footer-nav, .page_container footer .footer_socket .socket_wrap .footer-nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #content .bx-wrapper .bx-controls-direction a {
    top: auto;
    bottom: -40px;
    width: 25px;
    height: 25px;
  }
  #content .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
  }
  #content .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
  }
  .event_row .month_wrap .invisible {
    display: block;
  }
  .site_thg #content .prod_parallax .vc_parallax-inner {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  .schulungstermine tr.schulungstable:nth-child(odd) {
    background: white;
  }
  .schulungstermine tr.schulungstable td {
    position: relative;
    padding-left: 140px !important;
    border-bottom: none;
  }
  .schulungstermine tr.schulungstable td:last-child {
    border-bottom: 1px solid black;
  }
  tr.schulungstable td::before {
    background: none !important;
    font-family: "Helvetica Neue LT W04_75 Bold", "Arial Bold", sans-serif;
    font-weight: normal !important;
    position: absolute;
    left: 0;
    margin-left: 0 !important;
  }
  form .form_row, .e3_konfigurator .form_row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  form .form_row .field_wrap:last-child,
  .e3_konfigurator .form_row .field_wrap:last-child,
  form .form_row .field_wrap:first-child,
  .e3_konfigurator .form_row .field_wrap:first-child,
  form .form_row .field_wrap, .e3_konfigurator .form_row .field_wrap {
    margin: 10px 0;
  }
  form .form_row, .e3_konfigurator .form_row {
    margin: 0;
  }
  .page-template-konfigurator #content .konfig_control .prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-template-konfigurator #content .konfig_control .optional {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 20px auto 0;
  }
  .page-template-konfigurator #content .konfig_control .next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-template-konfigurator #content .konfig_control .stepper {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #content .job_listings .job_listing .meta {
    display: none;
  }
  .e3-modal[data-modal="event-detail"].e3-modal .e3-modal-dialog .event_row .meta_infos h3 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .news-detail .single_hero .col.intro h1 {
    font-size: 26px;
  }
  .news-detail #content .single_news + .new_posts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-detail #content .single_news + .new_posts .col {
    min-width: 350px;
    margin: 15px 0;
  }
}

@media screen and (max-width: 550px) {
  .event_row .meta_infos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .event_row .meta_infos > * {
    width: 100%;
  }
  /* .event_row .meta_infos > * br {
    display: none;
  } */
  .page-template-konfigurator .e3_konfigurator {
    padding: 20px;
  }
  .page-template-konfigurator .e3_konfigurator .form_section {
    padding: 0 20px;
  }
  .slidecontainer.alt_slider .range_tooltip {
    top: -50px;
  }
  #ref_map .gm-style .gm-style-iw-c, #e3_map .gm-style .gm-style-iw-c {
    max-width: 320px !important;
  }
}

@media screen and (max-width: 500px) {
  .scroll_section .bg_wrap_tablet {
    display: none;
  }
  #primary .vc_section > .vc_row {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  #primary .vc_section:not(.hero_section):not(.mobile_section_bg) > .vc_row {
    z-index: 1;
    background: white;
  }
  #primary .vc_section > .vc_row .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: transparent !important;
  }
  .cq-videocover .cq-videocover-iconcontainer.icon-left-bottom {
    left: -75px;
  }
  tr.schulungstable td {
    padding-left: 75px !important;
  }
  #content .e3_btn, #content .vc_btn3 {
    font-size: 16px;
  }
  #content .e3_btn:hover, #content .vc_btn3:hover {
    font-size: 16px;
  }
  .socket_wrap.flex_mex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profiles .profile {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
  }
  .row.kompass_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-template-konfigurator .konfigurator_wrap .form_section .kompass {
    display: none;
  }
  .form_section[data-step="3"] .roof,
  .form_section[data-step="3.1"] .kompass_row + .konfigslider,
  .form_section[data-step="3.2"] .kompass_row + .konfigslider {
    margin-top: 80px !important;
  }
  .konfig_content .top .main .devices .layer.active {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #content .konfig_content .top .main .device_image {
    min-height: auto;
    max-height: 25vh;
  }
  #content .konfig_content .top .main .e3_btn {
    position: unset;
  }
  .page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .device.active {
    color: white;
    background: #79b41c;
  }
  .page-template-konfigurator .konfigurator_wrap [data-step="5"] .top > .grid .device.active:after {
    display: none;
  }
  .konfig_content .top .main .device_image, .konfig_content .top .main .device_headline h3 {
    font-size: 16px;
  }
  .page-template-konfigurator #content .konfigurator_wrap [data-step="5"] .top > .grid .column.main .popup .grid .column {
    width: 100%;
  }
  #content .konfig_content .bottom .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content .konfig_content .bottom .grid .column {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
  }
  #content .konfig_content .bottom .grid .column:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #content .konfig_content .bottom .grid .column:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .page-template-konfigurator #content .konfig_control {
    margin-top: 80px;
  }
  #content .konfig_content .top .sidebar {
    max-height: 50vh;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #content .konfig_content .top .sidebar .device {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #content .konfig_content .top .sidebar .device.active {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #content .konfig_content .top .main .popup {
    min-width: 300px;
    left: auto;
    right: 0;
    overflow: scroll;
  }
  .borderright.vc_col-sm-3, .borderright.vc_col-sm-3 + .vc_col-sm-3 {
    width: 100%;
  }
  .vc_custom_1583475659592 {
    margin-top: 0 !important;
  }
  .vc_custom_1583475659592 .vc_column-inner {
    padding-top: 0;
  }
  .vc_custom_1583475659592 .vc_column-inner .wraparound.partner {
    padding-top: 0;
  }
}

@media screen and (max-width: 425px) {
  .page-template-konfigurator .e3_konfigurator {
    padding: 20px 10px;
  }
  .page-template-konfigurator #content .konfig_control .e3_btn {
    width: 150px;
    padding: 10px;
  }
  .slidecontainer.alt_slider .range_tooltip {
    top: -60px;
  }
  #content .konfig_content .top > .grid {
    -ms-grid-columns: 33% 60%;
        grid-template-columns: 33% 60%;
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
  #content .konfig_content .top .main .device_headline {
    padding-right: 15px;
  }
  #content .konfig_content .top .main .device_headline h3 b {
    display: block;
  }
	#content section.karussell div.vc_slide.vc_images_carousel.vc_build div.vc_inner img {
    max-width: 450px;
    width: auto !important;
  }
}

@media screen and (max-width: 400px) {
  body .scroll_section h2 {
    font-size: 24px;
  }
  body .scroll_section h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 320px) {
  #content .e3_btn, #content .vc_btn3 {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
}

/*Browser Zoom Fixes*/
.bzoom_150 {
  font-size: 14px;
}

.bzoom_150 h4 {
  font-size: 18px;
}

.bzoom_150 .section_pagination {
  font-size: 11px;
}

.bzoom_150 .section_pagination a {
  margin-bottom: 10px;
}

.bzoom_150 #content .e3_btn, .bzoom_150 #content .vc_btn3 {
  font-size: 14px;
}

.bzoom_150 .e3_icon_wrap.icon_cta .icon_descr, .bzoom_150 .e3_icon_wrap.icon_cta a .icon_descr {
  margin-top: 0;
}

.bzoom_150 .e3_icon_wrap.icon_cta .icon_descr .icon_title, .bzoom_150 .e3_icon_wrap.icon_cta a .icon_descr .icon_title {
  font-size: 18px;
}

.bzoom_150 .e3_icon_wrap.icon_cta .icon_descr .icon_subtxt, .bzoom_150 .e3_icon_wrap.icon_cta a .icon_descr .icon_subtxt {
  font-size: 12px;
}

.bzoom_150 .e3_icon_wrap.icon_cta .e3_icon, .bzoom_150 .e3_icon_wrap.icon_cta a .e3_icon {
  width: 40px;
  height: 40px;
}

.bzoom_150 .e3_icon_wrap.icon_cta .e3_icon svg, .bzoom_150 .e3_icon_wrap.icon_cta a .e3_icon svg {
  width: 35px;
  height: 35px;
  margin-top: 0px;
  margin-left: -2px;
}

.bzoom_150 .site_header > .container {
  padding-top: 5px;
}

.bzoom_150 .site_header > .container .offcanvas {
  top: 20px;
}

.bzoom_150 .site_header.fixed_nav {
  height: 45px;
}

.bzoom_150 .site_header.fixed_nav .logo_wrap img {
  max-width: 60px;
}

.bzoom_150 .site_header.fixed_nav > .container .offcanvas {
  top: 5px;
}

.bzoom_150 .hero_section .hero_title {
  margin-bottom: 10px;
}

.bzoom_150 .hero_section .hero_title h4 strong {
  font-size: 1em;
}

.bzoom_150 .hero_section .hero_title .e3_btn {
  display: inline-block;
}

.bzoom_150 .scroll_section h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.bzoom_150 .scroll_section h3 {
  font-size: 22px;
}

.bzoom_150 .scroll_section h4.subtitle {
  font-size: 14px;
}

.bzoom_150 .scroll_section .wpb_content_element {
  margin-bottom: 15px;
}

.bzoom_150 .wpb_text_column p {
  margin-bottom: 10px;
}

.bzoom_150 .vc_section[data-section-name="Produktdaten"] .wpb_content_element {
  margin-bottom: 10px;
}

.bzoom_150 .wpb_images_carousel .vc_carousel-inner .vc_item .vc_inner {
  text-align: center;
}

.bzoom_150 .wpb_images_carousel .vc_carousel-inner .vc_item .vc_inner img {
  max-height: 450px;
  width: auto;
}

.bzoom_150 .video_wrapper .media_video .description {
  font-size: 14px;
}

.bzoom_150 .borderright.vc_col-sm-3 > .vc_column-inner {
  padding: 30px 40px !important;
}

.bzoom_150 #content .video_wrapper a.e3_btn {
  width: auto !important;
  display: inline-block !important;
}

.bzoom_150 .vc_section.vc_section-has-fill, .bzoom_150 .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .bzoom_150 .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}

.bzoom_150 .vc_col-has-fill > .vc_column-inner, .bzoom_150 .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .bzoom_150 .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .bzoom_150 .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 5px;
}

.bzoom_150 .wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_name h4, .bzoom_150 .wraparound.awards .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_name h4, .bzoom_150 .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_name h4, .bzoom_150 .wraparound.partner .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_name h4 {
  font-size: 16px;
}

.bzoom_150 .wraparound.awards .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_content > div, .bzoom_150 .wraparound.awards .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_content > div, .bzoom_150 .wraparound.partner .bx-viewport .bxslider_awards > div .slide_wrap .slide_content .award_content > div, .bzoom_150 .wraparound.partner .bx-viewport .bxslider_partner > div .slide_wrap .slide_content .award_content > div {
  -webkit-line-clamp: 2;
  font-size: 14px;
}

.bzoom_150 .wraparound.awards .bx-wrapper img, .bzoom_150 .wraparound.partner .bx-wrapper img {
  max-width: 150px;
}

.bzoom_150 .bx-wrapper .bx-controls-auto, .bzoom_150 .bx-wrapper .bx-pager {
  bottom: -20px;
}

.bzoom_150 .rp4wp-related-job_listing > ul li.job_listing a .meta, .bzoom_150 .rp4wp-related-job_listing > ul li.no_job_listings_found a .meta, .bzoom_150 ul.job_listings li.job_listing a .meta, .bzoom_150 ul.job_listings li.no_job_listings_found a .meta {
  width: 25%;
  text-align: left;
}

.bzoom_150 .vc_custom_1583475659592 {
  margin-top: -30px;
}

.bzoom_150 .news_home .vc_col-sm-8 {
  width: 50%;
}

.bzoom_150 .news_home .vc_col-sm-8 h4 {
  font-size: 14px;
}

.bzoom_150 .news_home .vc_col-sm-8 .vc_grid-item-mini .vc_gitem-post-data-source-post_excerpt p {
  font-size: 12px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bzoom_150 .news_home .section_side.vc_col-sm-4 {
  width: 50%;
}

.bzoom_150 .vc_custom_1582534631990 {
  margin-top: -150px !important;
}

#BorlabsCookieBox ._brlbs-position-fixed._brlbs-bar-wrap {
  left:0;
}

/* EDIT - Angebotsformular */ 
.form_wrap.angebot_form.macher_form {
  background: white;
  padding: 25px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .form_wrap.angebot_form.macher_form {
    width: 75%;
    
  }
}
form .form_row .field_wrap .wpcf7-list-item .wpcf7-list-item-label, .e3_konfigurator .form_row .field_wrap .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 35px!important;
}

form .form_row .field_wrap .wpcf7-list-item, .e3_konfigurator .form_row .field_wrap .wpcf7-list-item {
  display: inline-block!important; 
  padding-right: 10px!important; 
}
/* @media (min-width: 1401px) and (max-width: 1972px) {
    .e3-padding-top {
        padding-top: 20px; 
    }
}    
@media (min-width: 1180px) and (max-width: 1573px) {
    .e3-nl-fix {
            margin-top: -30px!important;
    }
}
@media (min-width: 1025px) and (max-width: 1420px) {
    .e3-notstrom-fix {
        padding-top: 20px;
    }
}
@media (min-width: 1025px) and (max-width: 1167px) {
    .e3-padding-top {
        padding-top: 20px; 
    }
} */

.e3-notstrom-fix {
        padding-top: 20px;
    }

.site_thg .site_header .menu, .site_thg .site_header .meta_head, .site_thg .breadcrumbs, .site_thg .footer_top {
  display: none;
}
.site_thg #wpcf7-f8712-p12-o1 {
  position: relative;
}
.site_thg #wpcf7-f8712-p12-o1 .wpcf7-response-output {
  position: absolute;
  left: calc(50% - 185px);
}
.small_akk .vc_tta-panels h4 {
  font-size: 18px !important;
  padding: 0 !important;
}
      
      @media screen and (max-width: 1024px) {
        #countdown {
          text-align: center !important;
        }
      
        #content .coming-soon-row {
          padding-top: 0 !important;
        }
        .coming-soon-row .formularbg {
          max-width: 500px;
          margin: 0 auto 25px;
        }
      }
      @media screen and (max-width: 767px) {
        section.hero_section.scroll_section.vc_section-has-fill.unset_height {
          height: auto !important;
        }
      }

@media screen and (max-width: 1200px) {
  .meta_head > nav.meta {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  #content .scroll_section .section_side {
    height: 100vh;
    -webkit-box-shadow: 10px 0px 19px 0px rgba(122, 122, 122, 0.3);
    box-shadow: 10px 0px 19px 0px rgba(122, 122, 122, 0.3);
  }
}