@charset "UTF-8";

/*
Theme Name: Kienbaum
Theme URI: https://www.kienbaum.com
Template: Divi
Author: Florian Hirschmann
Author URI: https://www.kienbaum.com
Description: Kienbaum Design, technisch basierend auf Divi
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 1.6.6.8
Updated: 2020-07-16 12:34:32
Comment: STYLE.CSS WIRD DYNAMISCH COMPILIERT
*/
/* Variable */
/* Fonts */
@font-face {
  font-family: 'KienbaumFont';
  font-display: swap;
  src: url('fonts/montserrat-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('fonts/montserrat-v12-latin-regular.woff2') format('woff2'), url('fonts/montserrat-v12-latin-regular.woff') format('woff'), url('fonts/montserrat-v12-latin-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'KienbaumFontBold';
  font-display: swap;
  font-weight: 700;
  src: url('fonts/montserrat-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('fonts/montserrat-v12-latin-700.woff2') format('woff2'), url('fonts/montserrat-v12-latin-700.woff') format('woff'), url('fonts/montserrat-v12-latin-700.ttf') format('truetype');
}

@font-face {
  font-family: 'KienbaumFontSec';
  font-display: swap;
  src: url('fonts/libre-baskerville-v5-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Libre Baskerville'), local('LibreBaskerville-Regular'), url('fonts/libre-baskerville-v5-latin-regular.woff2') format('woff2'), url('fonts/libre-baskerville-v5-latin-regular.woff') format('woff'), url('fonts/libre-baskerville-v5-latin-regular.ttf') format('truetype');
}

/* Breakpoints and other Mixins */
/* --------------------------------------------- Frame & Mainelements */
/* MAINFONT */
@media (max-width: 980px) {
  html {
    overflow-x: hidden;
  }
}

body {
  direction: ltr !important;
  background: #FFF;
  font-family: 'KienbaumFont', Arial, sans-serif;
  color: #726C68;
}

body {
  font-size: 13px;
}

@media screen and (min-width: 320px) {
  body {
    font-size: calc(13px + 4 * ((100vw - 320px) / 1080));
  }
}

@media screen and (min-width: 1400px) {
  body {
    font-size: 17px;
  }
}

.flex {
  display: flex;
  background: none;
}

.flex .et_pb_column {
  flex: 1 0 auto;
  display: flex;
}

@media (max-width: 980px) {
  .flex {
    flex-direction: column;
  }
}

/* Main-Elements */
#page-container {
  max-width: 100vw;
}

@media (max-width: 980px) {
  #page-container {
    overflow: hidden;
  }
}

@media (max-width: 980px) {
  .et_pb_section_0.et_pb_section {
    margin-bottom: 0px !important;
  }
}

.et_builder_inner_content {
  position: inherit;
}

.invisibility,
.post-state {
  display: none;
  visibility: hidden;
}

.back-to-top {
  background: red;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 1em;
}

/* Pure Text */
p {
  line-height: 1.7em;
  padding-bottom: 1em;
}

.txtnormal {
  font-size: 1em !important;
}

small,
.small {
  font-size: 0.8em;
}

smaller,
.smaller {
  font-size: 0.7em;
}

smallest,
.smallest {
  font-size: 0.6em;
}

.centered {
  text-align: center;
}

.category {
  font-size: 1.2em;
  font-style: italic;
  color: #726C68;
}

.alert {
  border: 2px solid #E6432E;
  padding: 40px;
}

/*.et-db #et-boc .et_pb_text>:last-child {
    padding-bottom: 0;
    margin-bottom: -70px !important;
}*/
.et_pb_text_inner {
  padding: 0px 70px;
}

@media (max-width: 980px) {
  .et_pb_text_inner {
    padding: 0px !important;
  }
}

@media (min-width: 1400px) {
  .et_pb_text_inner {
    padding: 0px 70px !important;
  }
}

@media (min-width: 1800px) {
  .et_pb_text_inner {
    padding: 0px 70px !important;
  }
}

/* Links */
p a,
p a:visited {
  font-weight: bold;
  color: #5B80A3;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

p a:hover {
  color: #E6432E !important;
}

a.solitairelink {
  font-weight: bold;
  color: #5B80A3;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  font-style: italic;
  border-bottom: 1px solid #5B80A3;
}

a.solitairelink:hover {
  color: #E6432E;
}

a.animated,
a.animated:visited {
  color: #726C68 !important;
  font-weight: normal;
  font-size: 1em;
  display: inline-block;
  padding-bottom: 2px;
  background-image: linear-gradient(#E6432E, #E6432E);
  background-position: 0% 100%;
  background-size: 100% 2px;
  background-repeat: no-repeat;
  transition: background-size 0.3s, background-position 0s 0.3s;
}

a.animated:hover {
  color: #E6432E !important;
  background-position: 0% 100%;
  background-size: 10% 2px;
}

/* Images */
.wp-caption {
  margin: 40px auto 60px;
}

@media (max-width: 980px) {
  .wp-caption {
    width: 100% !important;
    margin: 10px 0px 30px !important;
    max-width: 100%;
    padding: 10px 10px 0px;
  }
}

img.alignleft {
  margin: 10px 50px 30px 0px;
}

img.alignright {
  margin: 10px 0px 30px 50px;
}

.shadowedimg img {
  filter: drop-shadow(0 3px 8px #888);
}

/* MAIN CONTENT FRAME */
#content-area {
  margin-top: -200px;
}

#main-content {
  margin-top: 100px;
}

@media (max-width: 980px) {
  #main-content {
    margin-top: 45px;
  }
}

@media (min-width: 1400px) {
  #main-content {
    margin-top: 100px;
  }
}

@media (min-width: 1800px) {
  #main-content {
    margin-top: 100px;
  }

  .main-content-blog {
    margin-top: 150px !important;
  }
}

#main-content .et_pb_text_inner ul {
  padding: 1em 0px 1em 30px !important;
  line-height: 1.7em !important;
}

@media (max-width: 980px) {
  #main-content .et_pb_text_inner ul {
    padding: 20px !important;
  }
}

/* #main-content .et_pb_text_inner ul li::before {
  content: "•";
  color: #28434F;
  font-weight: bold;
  display: inline-block;
  width: 0.6em;
  margin-left: -0.7em;
  font-size: 1.8em;
  position: relative;
  top: 3px;
} */

#main-content .et_pb_text_inner ul li.gfield::before {
  display: none;
  width: 0px;
}

/* Sections and Rows */
.et_fixed_nav.et_show_nav #page-container {
  padding-top: 0px !important;
}

.indent {
  padding-left: 70px;
}

.et_pb_row,
.container,
.footer {
  width: auto;
  max-width: 1400px !important;
  margin: 0px auto;
}

.et_pb_column {
  z-index: inherit;
}

.et_pb_gutters3 .et_pb_column,
.et_pb_gutters3.et_pb_row .et_pb_column {
  margin-right: 5% !important;
}

.et_pb_row {
  padding: 0px !important;
  margin: 0px auto 30px auto !important;
}

@media (max-width: 980px) {
  .et_pb_row {
    padding: 0px 20px !important;
    margin: 0px auto !important;
  }
}

@media (max-width: 1400px) {
  .et_pb_row {
    padding: 0px 30px !important;
    margin: 0px auto !important;
  }
}

.et_pb_section {
  max-width: 100%;
  margin: 0px auto;
  padding: 60px 0px 30px 0px !important;
}

@media (max-width: 980px) {
  .et_pb_section {
    padding: 30px 0px !important;
  }
}

@media (max-width: 980px) {
  .et_pb_tabs .et_pb_column {
    margin: 0px !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
  }
}

.et_pb_column_single {
  padding-top: 0px;
}

.et_pb_section_first {
  padding-top: 40px !important;
  margin-top: 125px;
}

@media (max-width: 980px) {
  .et_pb_section_first {
    padding-top: 0px !important;
    margin-top: 0px;
  }
}

.et_pb_column_inner_1,
.et_pb_column_inner_2,
.et_pb_column_inner_3,
.et_pb_column_inner_4,
.et_pb_column_inner_5,
.et_pb_column_inner_6,
.et_pb_column_inner_7 {
  padding: 0px 10px;
}

.et_pb_row_inner .et_pb_column_inner_1,
.et_pb_row_inner .et_pb_column_inner_2,
.et_pb_row_inner .et_pb_column_inner_3,
.et_pb_row_inner .et_pb_column_inner_4,
.et_pb_row_inner .et_pb_column_inner_5,
.et_pb_row_inner .et_pb_column_inner_6,
.et_pb_row_inner .et_pb_column_inner_7 {
  padding: 0px !important;
}

.et_pb_module {
  margin-bottom: 20px !important;
}

.framed {
  padding: 50px 50px 30px 50px !important;
}

/* et-db #et-boc .et_pb_row {
	@include m {
		padding: 30px 0 !important;
	  }
} */
@media (max-width: 980px) {
  .et-db #et-boc .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: 100% !important;
  }
}

.verticalaligned {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 23em;
}

.verticalaligned div,
.verticalaligned span {
  flex: 1;
}

.rowdir {
  flex-direction: row;
  margin: auto 0px;
}

/* Import Sub-Styles*/
/* nav.scss - Header, Logo und Top-Navigation */
@media only screen and (max-width: 1080px) {

  #top-menu-nav,
  #top-menu {
    display: none;
  }

  #et_top_search {
    display: none;
  }

  #et_mobile_nav_menu {
    display: block;
  }
}

#et_top_search {
  margin-left: 50px;
}

.searchresult {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #AAA7A5;
}

.searchresult a {
  color: #726C68;
}

.searchresult a:visited {
  color: #9C1E36;
}

.searchresult a:hover {
  color: #E6432E;
}

.fullwidth-menu li {
  font-size: inherit !important;
}

/* Main-Header */
#main-header {
  padding: 0px;
  position: fixed !important;
}

@media (max-width: 360px) {
  #main-header {
    padding: 0px 5vw !important;
    background: #FFF !important;
    top: 0px !important;
    z-index: 100002;
  }
}

@media (max-width: 600px) {
  #main-header {
    padding: 0px 5vw !important;
    background: #FFF !important;
    top: 0px !important;
    z-index: 100002;
  }
}

@media (max-width: 980px) {
  #main-header {
    padding: 0px 5vw !important;
  }
}

@media (max-width: 1400px) {
  #main-header {
    padding: 0px 20px !important;
  }
}

@media (min-width: 1400px) {
  #main-header {
    padding: 0px !important;
  }
}

@media (min-width: 1800px) {
  #main-header {
    padding: 0px !important;
  }
}

#main-header,
#main-header .nav li ul,
.et-search-form {
  background-color: #FFF !important;
  box-shadow: none;
  opacity: 1 !important;
  margin-top: -2px;
}

#main-header.shadowed,
#main-header.shadowed-off,
.shadowed-off {
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

#main-header.et-fixed-header,
#main-header.shadowed {
  background-color: #FFF !important;
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
}

@media (max-width: 600px) {

  #main-header.et-fixed-header,
  #main-header.shadowed {
    height: auto;
  }
}

.shadowed {
  -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
}

@media (max-width: 600px) {
  .shadowed {
    height: auto !important;
  }
}

#main-header.shadowed-off,
.shadowed-off {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* Navigation */
#top-header,
#et-secondary-nav li ul {
  background-color: #8c8985 !important;
}

#top-menu a {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-size: 1.1em;
  text-transform: none;
  font-weight: bold;
}

@media (max-width: 1400px) {
  #top-menu a {
    font-size: 1em;
  }
}

#top-menu li.current-menu-ancestor>a,
#top-menu li.current-menu-item>a {
  color: #E6432E !important;
}

#top-menu a:hover,
#top-menu li.current-menu-ancestor>a:hover,
#top-menu li.current-menu-item>a:hover {
  color: #E6432E;
  opacity: 1 !important;
}

.nav li ul {
  padding: 0px;
  white-space: nowrap;
  width: auto;
}

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

@media (max-width: 1400px) {
  #top-menu li {
    padding-right: 40px;
  }
}

#top-menu li li {
  padding: 0px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #D3D3D3;
}

#top-menu li li:hover {
  border-bottom: 1px solid #E6432E;
}

#top-menu li li a {
  font-family: 'KienbaumFont', Arial, sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 30px 7px 30px;
  width: 100%;
}

#top-menu .sub-menu {
  display: inline-block;
  top: 36px !important;
  box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25) !important;
  background: none;
}

#top-menu .sub-menu .sub-menu {
  top: 0 !important;
  left: 40%;
  width: fit-content;
}

.et_mobile_menu {
  background-color: #FFF !important;
}

.et_mobile_menu li a {
  padding: 3px 0;
}

#top-menu a,
#top-menu ul.sub-menu {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: color 0 ease-in;
  transition: none;
}

.et-show-dropdown,
.et-hover {
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.nav li ul,
.et_mobile_menu {
  border-color: #E6432E !important;
}

@media (max-width: 360px) {
  #et-top-navigation {
    margin: 10px 0px 0px 0px;
  }
}

@media (max-width: 600px) {
  #et-top-navigation {
    margin: 10px 0px 0px 0px;
  }
}

@media (max-width: 980px) {
  #et-top-navigation {
    margin: 0px;
  }
}

@media (min-width: 1400px) {
  #et-top-navigation {
    margin: 0px;
    padding: 40px 0 0 0 !important;
    height: 95px;
  }
}

#et-secondary-menu {
  float: none !important;
  margin: 0px auto;
  text-align: center;
}

#et-secondary-menu li {
  font-weight: normal;
  padding: 0px 10px;
}

@media (max-width: 360px) {
  .et_menu_container {
    padding: 0px 20px 10px 20px;
    position: fixed;
    left: 0px;
    background: #FFF;
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .et_menu_container {
    padding: 0px 20px 10px 20px;
    position: fixed;
    left: 0px;
    background: #FFF;
    width: 100% !important;
  }
}

@media (max-width: 980px) {
  .et_menu_container {
    padding: 0px;
    background: none;
    position: relative;
  }
}

@media (min-width: 1400px) {
  .et_menu_container {
    padding: 0px;
    background: none;
    position: relative;
  }
}

@media (min-width: 1800px) {
  .et_menu_container {
    padding: 0px;
    background: none;
    position: relative;
  }
}

@media (max-width: 360px) {
  .et_header_style_left #et-top-navigation {
    padding-top: 30px !important;
  }
}

/* Logo */
#logo,
.et_pb_svg_logo #logo {
  padding: 0.5vh 0px;
  max-height: 70%;
}

@media (max-width: 600px) {

  #logo,
  .et_pb_svg_logo #logo {
    min-height: 60px !important;
  }
}

@media (max-width: 980px) {

  #logo,
  .et_pb_svg_logo #logo {
    min-height: 65px;
  }
}

@media (min-width: 1400px) {

  #logo,
  .et_pb_svg_logo #logo {
    max-height: 70% !important;
  }
}

@media (max-width: 1400px) {

  #logo,
  .et_pb_svg_logo #logo {
    max-height: 70% !important;
  }
}

.et-fixed-header img#logo {
  min-height: 40px;
  padding: 10px 0px 0px 0px;
}

.logo_container {
  padding: 0px;
}

/* To Top */
@media (max-width: 980px) {
  .et_pb_scroll_top.et-pb-icon {
    bottom: 0px;
    left: 0%;
    border-radius: 0px;
  }
}

/* footer.scss - Footer */
#footer-bottom {
  display: none;
}

.footer {
  font-size: 0.7em !important;
  line-height: 1.7em;
  margin-bottom: 80px;
}

.footer a {
  color: #726C68;
}

.footer a:hover {
  color: #E6432E;
}

.footer .et_pb_image_0 {
  padding-top: 5px;
}

@media (max-width: 600px) {
  .footer img {
    max-height: 50px;
  }
}

@media (max-width: 980px) {
  .footer img {
    max-height: 70px;
  }
}

@media (max-width: 980px) {
  .footer .et_always_center_on_mobile {
    position: relative;
    left: -30px;
  }
}

.footer .et_pb_divider_1:before {
  border-top-color: #ededed;
}

@media (max-width: 980px) {
  .footer .et_pb_image {
    width: 100vw;
  }
}

#et-footer-nav {
  display: none;
}

.footer_3col .et_pb_text_inner {
  display: flex;
  justify-content: space-evenly;
}

@media (max-width: 980px) {
  .footer_3col .et_pb_text_inner {
    flex-direction: column;
    text-align: center;
  }
}

.footer_1,
.footer_2,
.footer_3 {
  padding-right: 70px;
}

@media (max-width: 980px) {

  .footer_1,
  .footer_2,
  .footer_3 {
    width: 100% !important;
    padding: 20px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    border-top: 1px solid #ededed;
  }
}

.footer_1 span,
.footer_2 span,
.footer_3 span {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 10px;
}

.footer_3 {
  width: 40%;
  padding-right: 0px;
}

.footernav,
.subfooternav {
  text-transform: uppercase;
  line-height: 40px;
}

@media (max-width: 980px) {

  .footernav,
  .subfooternav {
    line-height: 20px;
  }
}

.footernav a:hover,
.subfooternav a:hover {
  color: #E6432E;
}

.footernav li {
  line-height: 1.5em;
  padding-bottom: 10px;
}

.subfooternav {
  text-align: center;
  margin: 0px auto;
}

@media (max-width: 980px) {
  .subfooternav {
    position: relative;
    top: -20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 25px !important;
  }
}

.subfooternav li {
  display: inline-block;
}

.subfooternav .menu-item {
  margin: 0 20px;
}

@media (max-width: 980px) {
  .subfooternav .menu-item {
    margin: 0 10px;
  }
}

.footer>.et_pb_row,
.footer>.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
.footer>.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row {
  width: 100% !important;
}

.menu-footermenu-container {
  margin-top: 5px;
}

/* myKienbaum Footer */
.mykienbaum_footer {
  font-size: 11px;
}

.mykienbaum_footer a,
.mykienbaum_footer a:link,
.mykienbaum_footer a:visited,
.mykienbaum_footer a:hover {
  display: inline-block;
  padding: 0px 20px;
  color: #726C68;
  font-weight: normal;
}

/* subsites.scss - CUSTOM SUBSITES */
/* VIEWS GENERAL */
.js-wpv-view-layout {
  display: inline;
}

#left-area {
  width: 100%;
  padding: 0px 0px 23px 70px;
  margin-top: 177px;
}

/* Standorte */
.standorte {
  border: 0px;
  margin-top: 50px;
}

@media (max-width: 980px) {
  .standorte {
    margin-top: 0px;
  }
}

.standorte ul.et_pb_tabs_controls {
  background: none;
}

.standorte .et_pb_tabs_controls li {
  display: inline-block;
  background-color: #ededed;
  color: #AAA7A5;
  font-size: 1.2em;
  height: 50px !important;
  margin-top: 50px;
  padding-top: 5px;
  float: right;
}

.standorte .et_pb_tab_active {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  display: inline-block;
  color: #726C68 !important;
  font-size: 1.5em !important;
  background: #FFF !important;
  min-height: 100px;
  margin-top: 0px !important;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 30px !important;
  position: relative;
  z-index: 999;
  top: 2px;
}

@media (max-width: 980px) {
  .standorte .et_pb_tab_active {
    border-bottom: 1px solid #fff;
    padding: 0px !important;
    min-height: 50px;
    top: 60px;
  }
}

.standorte .et_pb_tabs_controls .et_pb_tab_0 a {
  padding-right: 300px;
}

@media (max-width: 980px) {
  .standorte .et_pb_tabs_controls .et_pb_tab_0 a {
    padding-right: 20px;
    font-size: 0.7em;
  }
}

@media (max-width: 980px) {
  .et_pb_tabs_controls li a {
    font-size: 0.7em;
  }
}

.standorte .et-pb-active-slide {
  -webkit-box-shadow: -1px 13px 70px 0px rgba(151, 151, 151, 0.5);
  -moz-box-shadow: -1px 13px 70px 0px rgba(151, 151, 151, 0.5);
  box-shadow: -1px 13px 70px 0px rgba(151, 151, 151, 0.5);
}

.standorte .et_pb_text_inner {
  font-size: 0.9em;
  padding: 0px 0px 0px 70px;
}

@media (max-width: 980px) {
  .standorte .et_pb_text_inner {
    padding: 0px !important;
    width: 65vw;
    left: -25px;
    text-align: center;
  }
}

/* Pressemitteilungen */
.pm,
.pm .et_pb_row,
.pm .et_pb_module {
  padding-bottom: 0px !important;
  margin-top: -30px;
}

.pressekontakt img {
  border-radius: 100%;
  height: 110px;
  width: 110px;
  float: right;
  border: 2px solid #FFF;
  -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  margin: 10px 0px 0px 50px;
}

.pressekontakt .contactinfos {
  font-size: 0.8em;
}

.pressekontakt dz1 {
  padding: 0px;
  margin-top: -20px;
}

.pressekontakt .autor {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 50px;
}

.presseshort {
  font-size: 1em;
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  color: #FFF !important;
  padding-top: 50px !important;
  padding-bottom: 1px !important;
  background-color: colKien_pri_blue !important;
}

.presseshort ul {
  margin-right: 25vw !important;
}

.presseshort li {
  padding-top: 12px;
  color: #FFF !important;
}

.presseshort .et_pb_text_inner ul li::before {
  color: #FFF !important;
}

/* Blog */
.blog_metas,
.blog_archive_meta {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  color: #AAA7A5;
  font-style: italic;
  font-size: 1.1em;
}

.blog_archive {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_archive p {
  flex-grow: 1;
}

.blog_archive .read_more {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  text-align: right;
  font-size: 0.7em;
}

.blog_archive_meta {
  font-size: 0.8em;
  padding: 10px 0px;
}

.blog_entry,
.featured,
.subfeatured {
  display: inline-flex;
  margin: 0px;
  flex-direction: column;
}

@media (max-width: 1250px) {

  .blog_entry,
  .featured,
  .subfeatured {
    width: 100%;
    margin: 30px 0px;
  }
}

.blog_entry .et_pb_text_inner,
.featured .et_pb_text_inner,
.subfeatured .et_pb_text_inner {
  padding: 0px !important;
}

.blog_entry .et_pb_text_inner:hover,
.featured .et_pb_text_inner:hover,
.subfeatured .et_pb_text_inner:hover {
  cursor: pointer;
}

.blog_entry p a,
.featured p a,
.subfeatured p a {
  font-family: 'KienbaumFont', Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1em;
  color: #726C68;
  font-weight: normal;
}

.blog_entry .et_pb_text_inner .read_more,
.blog_entry .read_more,
.featured .et_pb_text_inner .read_more,
.featured .read_more,
.subfeatured .et_pb_text_inner .read_more,
.subfeatured .read_more {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-style: italic;
  float: right;
  font-size: 0.8em;
}

.blog_entry .et_pb_text_inner .read_more a,
.blog_entry .read_more a,
.featured .et_pb_text_inner .read_more a,
.featured .read_more a,
.subfeatured .et_pb_text_inner .read_more a,
.subfeatured .read_more a {
  color: #5B80A3 !important;
}

.featured {
  width: 95.5%;
  margin: 30px;
  display: flex;
  flex-direction: row;
}

@media (max-width: 980px) {
  .featured {
    width: 100%;
    flex-direction: column;
    margin: 0px;
  }
}

.featured .featurecontent {
  width: 50%;
}

@media (max-width: 980px) {
  .featured .featurecontent {
    width: 100%;
  }
}

.featured .teaserimg {
  width: 50%;
  margin: 0px 30px 10px 0px;
  background-size: cover;
  background-position: 50%;
}

@media (max-width: 980px) {
  .featured .teaserimg {
    width: 100%;
    margin: 0px 0px 30px 0px;
    height: 20vh;
  }
}

.featured h4 {
  font-size: 3em !important;
  line-height: 1.2em;
  padding: 7px 0px;
}

.featured .entrytxt,
.featured .entrytxt a {
  font-family: 'KienbaumFont', Arial, sans-serif;
  font-size: 0.95em;
  line-height: 1.7em;
  color: #726C68 !important;
  font-weight: normal;
}

.featured .entrytxt span,
.featured .entrytxt a span {
  font-weight: bold;
}

.subfeatured {
  width: 49%;
}

@media (max-width: 980px) {
  .subfeatured {
    width: 100%;
    margin: 30px 0px;
  }
}

.subfeatured img {
  margin-bottom: 20px;
}

.subfeatured h4 {
  font-size: 1.5em !important;
  padding: 0px;
}

.featuredbanner {
  text-align: center;
  background-color: #9C1E36;
  color: white;
  text-transform: uppercase;
  padding: 10px 0px;
  font-size: 0.9em;
  letter-spacing: 0.15em;
}

.blogtitel {
  color: #726C68;
  font-size: 2em;
  margin-top: 25px;
}

@media (max-width: 980px) {
  .blogtitel {
    font-size: 1.8em;
  }
}

@media (max-width: 980px) {
  .blogbody {
    width: 100%;
    padding: 0px 20px;
  }
}

.blogbody h3 {
  line-height: 1.3em;
}

.autleserechte {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-size: 1em;
  color: #BFA89D;
  margin: -5px 0px 20px 140px;
  font-style: italic;
}

.autorenliste {
  display: flex;
  margin-bottom: 20px;
}

.autorenliste .autimg {
  height: 60px !important;
  width: 60px;
  border-radius: 50%;
  margin: 0px !important;
}

.autorenliste .autfacts {
  padding-left: 20px;
}

.autorenliste .autfacts .autname {
  font-size: 0.8em;
  padding: 0px;
}

.autorenliste .autfacts .auttitel {
  font-size: 0.7em;
  padding: 0px;
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  line-height: 1.4em;
}

.autorenliste .autfacts .autcontact {
  font-size: 0.6em;
  padding: 0px;
}

.tags ul {
  display: flex;
  justify-content: center;
}

.tags li {
  list-style: none;
  background: #efefef;
  border-radius: 30px;
  padding: 0.2em 1.2em;
  margin: 0.2em 0.5em;
  font-size: 0.7em;
}

blockquote {
  border: none;
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-style: italic;
  color: #BFA89D;
  padding: 2vh 2vw;
}

/* Beteiligungen */
.beteiligungen_grid {
  padding-left: 70px !important;
  padding-top: 0px !important;
}

@media (max-width: 980px) {
  .beteiligungen_grid {
    padding: 0px 0px !important;
  }
}

.beteiligungen_grid .et_pb_text_inner {
  padding: 0px;
}

#beteiligungen {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.beteiligung {
  width: 48%;
  padding: 0px 30px 100px;
}

@media (max-width: 980px) {
  .beteiligung {
    width: 100%;
    padding: 0px 0px 50px;
  }
}

.beteiligung a {
  font-size: 0.9em !important;
}

.beteiligung p {
  padding: 30px 0px !important;
  font-size: 0.9em;
}

.beteiligung_logo {
  width: 50%;
}

.beteiligung_logo img {
  max-height: 120px;
  display: inline;
}

/* REFERENZEN */
.referenz_grid {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.referenz_grid .et-boc {
  width: 30%;
  margin: 0px 0px 30px;
  border: 1px solid #ededed;
  padding: 70px;
  max-height: 200px;
  display: flex;
  justify-content: center;
}

@media (max-width: 980px) {
  .referenz_grid .et-boc {
    width: 100%;
    max-height: 150px;
  }
}

.referenz_grid .et-boc .et_builder_inner_content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.referenz_tile {
  text-align: center;
}

.referenz_tile img {
  max-height: 130px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.referenz_tile img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.referenz-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}

@media (max-width: 980px) {
  .referenz-slider {
    flex-direction: column;
  }
}

.referenz-slider .inner-slide {
  padding: 0px 50px;
}

@media (max-width: 980px) {
  .referenz-slider .inner-slide {
    padding: 30px 15%;
  }
}

.referenz_logo {
  padding-top: 110px;
}

@media (max-width: 980px) {
  .referenz_logo {
    padding-top: 0px;
  }
}

.referenz_logo img {
  max-height: 250px;
}

@media (max-width: 980px) {
  .referenz_logo img {
    max-height: 150px;
  }
}

/* CAREER */
.career p a,
.career a,
.footer_career a {
  color: #009573;
  font-weight: bold;
  font-size: 0.9em;
}

.footer_career .footer_3 {
  width: 30%;
}

.job {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #009573;
}

.job h3:hover {
  color: #009573;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.job p {
  margin: 10px 0px;
}

.job small {
  color: #AAA7A5;
}

.jobfacts {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-style: italic;
  font-size: 0.9em;
  color: #BFA89D;
}

/* Management & Beirat */
.managementbeirat {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.managementbeirat .et-boc {
  width: 48%;
}

@media (max-width: 980px) {
  .managementbeirat .et-boc {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .managementbeirat .et-boc {
    width: 48%;
  }
}

.management {
  border: 1px solid #ededed;
  padding: 30px;
  margin-bottom: 40px;
  background: #FFF;
}

.management:hover {
  -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.management a {
  display: flex;
  flex-direction: row;
  color: #AAA7A5;
}

.management .img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-size: cover;
  -webkit-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  -moz-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
}

@media (max-width: 980px) {
  .management .img {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 1400px) {
  .management .img {
    width: 130px;
    height: 130px;
    max-width: 130px !important;
    max-height: 130px !important;
  }
}

.management .person {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 0px 30px;
  max-width: 70%;
}

.management .person .name {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-size: 1.1em;
  color: #726C68;
}

.management .person .function {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-style: italic;
  font-size: 0.9em;
  color: #BFA89D;
}

.management .person .description {
  font-size: 0.8em;
  line-height: 1.7em;
}

@media (max-width: 980px) {
  .profil .et_pb_row {
    width: 100% !important;
  }
}

.profile_img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-size: cover;
  -webkit-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  -moz-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  position: relative;
  right: 70px;
}

@media (max-width: 980px) {
  .profile_img {
    left: 0px;
    display: inline-block;
  }
}

.profile_function {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-style: italic;
  color: #BFA89D;
  font-size: 1.1em;
  position: relative;
  top: -45px;
}

@media (max-width: 980px) {
  .profile_function {
    top: -20px;
  }
}

/* CONSULTANT */
.consultantsgrid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .consultantsgrid {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.consultantsgrid .gridconsultant,
.consultantsgrid .et-boc {
  width: 350px;
  min-height: 290px;
  margin: 0px 0px 25px 0px;
}

@media (max-width: 980px) {

  .consultantsgrid .gridconsultant,
  .consultantsgrid .et-boc {
    display: block !important;
    width: 100% !important;
    flex-shrink: 0;
  }
}

@media (min-width: 1400px) {

  .consultantsgrid .gridconsultant,
  .consultantsgrid .et-boc {
    width: 400px;
  }
}

.gridconsultant {
  padding: 30px;
  border: 1px solid #D3D3D3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.gridconsultant h4 {
  margin-right: 70px;
}

.gridconsultant .portrait {
  margin-left: auto;
  margin-bottom: -75px;
}

.gridconsultant img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-size: cover;
  -webkit-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  -moz-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  object-fit: cover;
}

.gridconsultant .function {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-style: italic;
  color: #BFA89D;
  font-size: 0.8em;
  margin-right: 70px;
}

.gridconsultant .metas {
  clear: both;
  font-size: 0.8em;
  flex-grow: 2;
  padding-top: 10px;
}

.socialicon {
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  height: 25px !important;
  width: 25px !important;
  margin: 5px !important;
  opacity: 0.6;
}

.socialicon:hover {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

/* COOKIES */
.CookieDeclaration {
  font-size: 1em !important;
}

CookieDeclarationTable {
  font-size: 0.7em !important;
}

.CookieDeclarationType {
  border: none !important;
  padding: none !important;
}

/* Events */
.event_loop .et_pb_section {
  background: none;
}

.event_circle {
  position: relative;
  left: 40%;
}

.event_datecircle {
  display: flex;
  border-radius: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  height: 150px;
  width: 150px;
  text-align: center;
  font-size: 1.4em;
}

.event_datecircle .event_d {
  color: #FFF;
}

.event_datecircle .event_m {
  color: #FFF;
  font-size: 1.1em;
  padding: 7px 0px;
  text-transform: uppercase;
}

.event_datecircle .event_y {
  color: #FFF;
  font-size: 0.85em;
}

.event_header {
  padding: 0px !important;
  height: 30px;
}

.event_header .et_pb_module {
  margin-bottom: 0px !important;
}

.event_facts {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-style: italic;
  color: #BFA89D;
  font-size: 0.9em;
  padding: 0px !important;
}

.event_facts .et_pb_column_inner {
  width: 40% !important;
}

.event_facts .et_pb_text_inner {
  padding: 0px !important;
}

.event_facts .first {
  width: auto !important;
}

.event_facts .first .et_pb_text_inner {
  padding: 0px 0px 0px 70px !important;
}

.event_facts .et_pb_module {
  margin-bottom: 0px !important;
}

.event_description {
  padding: 10px !important;
}

.event_description .et_pb_text_inner {
  padding: 0px 0px 0px 60px !important;
}

.event_divider {
  padding: 0px !important;
  margin: 0px !important;
}

.event_teaser_poster {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  background-size: cover;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.9);
}

.event_teaser_poster a,
.event_teaser_poster a:visited,
.event_teaser_poster a:hover {
  color: inherit;
}

.HE1 {
  min-height: 290px;
  font-size: 1em;
}

.HE2 {
  min-height: 650px;
  font-size: 1.1em;
}

/* Consultants */
.consultant_box {
  border: 1px solid #D3D3D3;
  padding: 20px 20px 40px;
  text-align: center;
  min-height: 465px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.consultant_box .thumbnail img {
  border-radius: 100%;
  max-width: 170px;
  max-height: 170px;
  padding: 20px;
}

.consultant_box .name {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-size: 1.1em;
}

.consultant_box .metas {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  color: #726C68;
  font-size: 0.8em;
  flex-grow: 2;
}

.consultant_box .metas a,
.consultant_box .metas a:visited,
.consultant_box .metas a:hover {
  color: #5B80A3;
  line-height: 22px;
  padding: 20px 0px 10px;
  display: inline-block;
}

.consultant_box .metas .consultant_facts {
  font-size: 0.9em;
  color: #AAA7A5;
  padding: 20px 0px 10px;
}

.consultant_box .metas .consultant_facts strong {
  font-weight: normal;
  color: #726C68;
}

/* Streaming */
.streamcontainer {
  margin-top: -30px !important;
}

.streamcontainer .et_pb_text_inner {
  padding: 0px !important;
}

/* International.Kienbaum.com */
.international_footer a,
.international_footer a:visited {
  color: #E6432E;
}

.international_footer a:hover,
.international_footer a:visited:hover {
  color: #726C68;
}

/*-----------------------------*/
/*Elements*/
/*-----------------------------*/
.iMapInteractive * h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #726C68;
  margin-top: 10px;
  margin-bottom: 10px;
}

.iMapInteractive * p {
  font-family: Arial, Helvetica, sans-serif;
  color: #726C68;
  margin-top: 10px;
  margin-bottom: 10px;
}

.iMapInteractive svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70%;
}

.iMapInteractive svg[id="map"] {
  position: relative !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100% !important;
  height: 58vh;
}

/*Von hier*/
.iMapInteractive * g:not('#g_for_lupe'):hover polygon[class="iMapInteractive__location"] {
  fill: #e6432e !important;
}

.iMapInteractive * g:hover polygon[class="iMapInteractive__st0 iMapInteractive__location"] {
  fill: #e6432e !important;
}

.iMapInteractive * g:not('#g_for_lupe'):hover polygon[class="iMapInteractive__st0 iMapInteractive__location"] {
  fill: #e6432e !important;
}

.iMapInteractive * path:hover[class="iMapInteractive__st0 iMapInteractive__location"] {
  fill: #e6432e !important;
}

.iMapInteractive * path:hover[class="iMapInteractive__location"] {
  fill: #e6432e !important;
}

.iMapInteractive * polygon:hover[class="iMapInteractive__location transform"] {
  fill: #e6432e !important;
}

.iMapInteractive * polygon:hover[class="iMapInteractive__st0 iMapInteractive__location transform"] {
  fill: #e6432e !important;
}

/*bis hier*/
/*-----------------------------*/
/*IDs*/
/*-----------------------------*/
#iMInteractive-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

#iMInteractive-popoverText {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}

#iMInteractive-headerImages {
  position: relative;
}

#iMInteractive-popover:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 170px;
  top: inherit;
  border: 10px solid;
  border-color: #fff transparent transparent #fff;
}

#iMInteractive-lupe {
  display: table;
  width: 303px;
}

#iMInteractive-wrapper {
  display: inline-block;
  width: 100%;
  height: 90vh;
}

/*-----------------------------*/
/*Klassen*/
/*-----------------------------*/
.iMapInteractive {
  width: relative;
  margin-left: auto;
  margin-right: auto;
}

.iMapInteractive__st0 {
  fill: #E3E2E1;
}

.iMapInteractive__location {
  fill: rgba(114, 108, 104, 0.6);
  transition: all 200ms ease-in;
  cursor: pointer;
}

.iMapInteractive__transform {
  transform: scale(1.1, 1.1);
}

.iMapInteractive__popup {
  width: 217px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  box-shadow: -3px 3px 20px #726c68;
  -webkit-box-shadow: -3px 3px 20px #726c68;
  -moz-box-shadow: -3px 3px 20px #726c68;
  z-index: 50;
}

.iMapInteractive__popup.visible {
  visibility: visible;
}

.iMapInteractive__popup.notVisible {
  visibility: hidden;
}

.iMapInteractive__Group {
  width: 100%;
  height: fit-content;
  object-fit: none;
}

.iMapInteractive__Pin {
  left: 50%;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

/* SURVEYS */
.gsurvey-likert-row-label {
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 1.7em;
  text-align: left !important;
  padding: 3px 3px 3px 5px !important;
}

.gsurvey-likert-choice-label {
  font-size: 13px !important;
  line-height: 1.7em;
}

.gsurvey-likert-row-label {
  width: 35%;
}

/* modules.scss - CUSTOM MODULES */
/* HEADBANNER 1 */
.kb_headbanner_1,
.kb_headbanner_2,
.kb_headbanner_clean {
  height: 440px;
  width: 100%;
}

@media (max-width: 980px) {

  .kb_headbanner_1,
  .kb_headbanner_2,
  .kb_headbanner_clean {
    height: 150px;
    position: relative;
    left: -30px;
    width: 100vw;
  }
}

.kb_headbanner_1 .bg_grey {
  position: relative;
  top: 15%;
  left: 55%;
  width: 45%;
  height: 90%;
  background-color: #ededed;
}

@media (max-width: 980px) {
  .kb_headbanner_1 .bg_grey {
    display: none;
  }
}

.kb_headbanner_1 .bg {
  height: 420px;
  width: 97%;
  position: absolute;
  top: 0px;
  display: flex;
  -webkit-box-shadow: -1px 13px 70px 0px rgba(151, 151, 151, 0.5);
  -moz-box-shadow: -1px 13px 70px 0px rgba(151, 151, 151, 0.5);
  box-shadow: -1px 13px 70px 0px rgba(151, 151, 151, 0.5);
}

@media (max-width: 980px) {
  .kb_headbanner_1 .bg {
    height: 180px;
    width: 100%;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}

.kb_headbanner_1 h1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0% 10%;
  font-size: 4em;
  max-width: 95%;
  text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.9);
}

@media (max-width: 980px) {
  .kb_headbanner_1 h1 {
    font-size: 2.5em;
    max-width: 100%;
    overflow: hidden;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  }
}

/* HEADBANNER 2 (CTA) & Clean */
@media (max-width: 980px) {
  .kb_headbanner_2 {
    display: inline-block;
  }
}

.kb_headbanner_2 .bg_grey,
.kb_headbanner_clean .bg_grey {
  position: relative;
  top: 15%;
  left: 55%;
  width: 45%;
  height: 90%;
  background-color: #ededed;
}

@media (max-width: 980px) {

  .kb_headbanner_2 .bg_grey,
  .kb_headbanner_clean .bg_grey {
    display: block;
    width: 100%;
    background-color: #FFF;
  }
}

.kb_headbanner_2 .bg,
.kb_headbanner_clean .bg {
  height: 420px;
  width: 65%;
  position: absolute;
  top: 0px;
  display: flex;
}

@media (max-width: 980px) {

  .kb_headbanner_2 .bg,
  .kb_headbanner_clean .bg {
    height: 180px;
    width: 100%;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}

.kb_headbanner_2 .bg {
  -webkit-box-shadow: -1px 13px 70px 0px rgba(151, 151, 151, 0.5);
  -moz-box-shadow: -1px 13px 70px 0px rgba(151, 151, 151, 0.5);
  box-shadow: -1px 13px 70px 0px rgba(151, 151, 151, 0.5);
}

.kb_headbanner_2 h1,
.kb_headbanner_clean h1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px 10%;
  font-size: 3em;
}

.kb_headbanner_2 h1 {
  text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.9);
}

@media (max-width: 980px) {
  .kb_headbanner_2 h1 {
    font-size: 2.5em;
    max-width: 100%;
    hyphens: manual;
    overflow-wrap: break-word;
    -webkit-hyphenate-character: auto;
  }
}

.kb_headbanner_2 .cta,
.kb_headbanner_clean .cta {
  width: 30%;
  position: absolute;
  top: 125px;
  right: 0px;
}

@media (max-width: 980px) {

  .kb_headbanner_2 .cta,
  .kb_headbanner_clean .cta {
    width: 100%;
    position: relative;
    top: 50px;
  }
}

.kb_headbanner_2 .cta p,
.kb_headbanner_clean .cta p {
  padding: 0px 100px 25px 0px;
  font-size: 1em;
  line-height: 1.7em;
}

@media (max-width: 980px) {

  .kb_headbanner_2 .cta p,
  .kb_headbanner_clean .cta p {
    padding: 0px 20px 25px;
  }
}

.kb_headbanner_teaser {
  padding: 70px 70px 70px 150px;
}

/* HEADBANNER MASK 1 */
.kb_headbanner_mask {
  width: 100%;
}

.kb_headbanner_mask .bg {
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width: 980px) {
  .kb_headbanner_mask .bg {
    min-height: auto;
    background: none !important;
  }
}

.kb_headbanner_mask .kb_headbanner_mask_1 {
  min-height: 100vh;
  width: 100%;
}

@media (max-width: 980px) {
  .kb_headbanner_mask .kb_headbanner_mask_1 {
    min-height: auto;
    padding: 0px 20px;
  }
}

.kb_headbanner_mask .content {
  width: 50%;
}

@media (max-width: 980px) {
  .kb_headbanner_mask .content {
    width: 100%;
  }
}

.kb_headbanner_mask .content .kb_ctabutton_1 {
  margin-top: 10px;
}

/* 2COL */
.flexible {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col1 {
  width: 50%;
  padding: 0px 180px 0px 130px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media (max-width: 980px) {
  .col1 {
    padding: 0px 0px 10px 0px;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col1 {
    width: 50%;
    padding: 0px 180px 0px 130px;
  }
}

@media (min-width: 1800px) {
  .col1 {
    width: 50%;
    padding: 0px 180px 0px 130px;
  }
}

.col2,
.col2_wide,
.col2_full {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media (max-width: 360px) {

  .col2,
  .col2_wide,
  .col2_full {
    padding: 0px 0px 30px 0px;
    width: 100%;
  }
}

@media (max-width: 600px) {

  .col2,
  .col2_wide,
  .col2_full {
    padding: 0px 0px 30px 0px;
    width: 100%;
  }
}

@media (max-width: 980px) {

  .col2,
  .col2_wide,
  .col2_full {
    padding: 0px 0px 30px 0px;
    width: 100%;
  }
}

@media (max-width: 1400px) {

  .col2,
  .col2_wide,
  .col2_full {
    width: 50%;
    padding: 0px 300px 0px 10px;
  }
}

@media (min-width: 1400px) {

  .col2,
  .col2_wide,
  .col2_full {
    width: 50%;
    padding: 0px 300px 0px 10px;
  }
}

@media (min-width: 1800px) {

  .col2,
  .col2_wide,
  .col2_full {
    width: 50%;
    padding: 0px 300px 0px 10px;
  }
}

.col2_wide {
  padding: 0px 110px 0px 10px;
  font-size: 1em;
  line-height: 1.7em;
}

@media (max-width: 980px) {
  .col2_wide {
    padding: 0px 0px 30px 0px;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col2_wide {
    width: 50%;
  }
}

@media (min-width: 1800px) {
  .col2_wide {
    width: 50%;
  }
}

.col2_full {
  padding: 0px 10px 0px 10px;
}

.col2 ul,
.col2_wide ul,
.col2_full ul {
  padding: 20px 0px 20px 20px;
  font-size: 0.9em;
}

.col2 ul,
.col2_wide ul,
.col2_full ul {
  list-style: none;
  /* Remove default bullets */
}

.col2 ul li::before,
.col2_wide ul li::before,
.col2_full ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.col2 ul li,
.col2_wide ul li,
.col2_full ul li {
  padding: 0px 0px 5px 0px;
}

.col2_full img {
  -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
}

.col2_full img:hover {
  opacity: 1;
  -webkit-animation: flash 2s;
  animation: flash 2s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

/* MAINTEASER */
.mainteaser {
  min-height: 1300px;
  padding: 50px;
}

@media (max-width: 980px) {
  .mainteaser {
    min-height: 60vh;
    padding: 20px;
  }
}

.mainteaser .mainteaser_text_inner {
  background: #FFF;
  position: absolute;
  position: -webkit-sticky;
  position: sticky;
  top: 55vh;
  max-width: 100%;
  padding: 20px 30px 40px;
}

.mainteaser .mainteaser_text_inner th1 {
  display: block;
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-size: 2em;
  color: #726C68;
  line-height: 1.1em;
  margin: 0px 0px 15px 0px;
}

@media (max-width: 360px) {
  .mainteaser .mainteaser_text_inner th1 {
    font-size: 1.5em;
  }
}

@media (max-width: 980px) {
  .mainteaser .mainteaser_text_inner th1 {
    font-size: 1.7em;
  }
}

@media (min-width: 1400px) {
  .mainteaser .mainteaser_text_inner th1 {
    font-size: 1.8em;
  }
}

@media (min-width: 1800px) {
  .mainteaser .mainteaser_text_inner th1 {
    font-size: 2em;
  }
}

.mainteaser .mainteaser_text_inner p {
  color: #726C68;
  font-size: 0.9em;
}

.mainteaser-small,
.mainteaser-small-vertical,
.mainteaser-small-horizontal {
  margin-bottom: 70px;
}

.mainteaser-small dz1,
.mainteaser-small-vertical dz1,
.mainteaser-small-horizontal dz1 {
  padding-bottom: 5px;
}

.mainteaser-small-vertical,
.mainteaser-small-horizontal {
  padding: 30px;
  background-size: cover;
  background-position: center center;
}

.mainteaser-small-vertical .dp_field_tinymce p,
.mainteaser-small-vertical .dp_field_tinymce a,
.mainteaser-small-vertical .dp_field_tinymce a:hover,
.mainteaser-small-vertical .dp_field_tinymce a:visited,
.mainteaser-small-horizontal .dp_field_tinymce p,
.mainteaser-small-horizontal .dp_field_tinymce a,
.mainteaser-small-horizontal .dp_field_tinymce a:hover,
.mainteaser-small-horizontal .dp_field_tinymce a:visited {
  font-size: 0.8em;
  color: #FFF;
  text-decoration: none;
}

.mainteaser-small-vertical dz1 {
  display: inline-block;
  margin-top: 120px;
}

.mainteaser-small-horizontal dz1 {
  display: inline-block;
  margin-top: 20px;
}

.mainteaser-small-horizontal .rechts {
  width: 50%;
  margin-left: 50%;
}

/* EVENT TEASER */
.event_teaser h2,
.event_teaser h3,
.event_teaser h4,
.event_teaser h5 {
  margin: 0px;
  padding: 5px 0px 10px;
}

.event_teaser .dp_field_tinymce {
  margin: 0px;
  padding: 0px 0px 20px;
}

/* Sticky Banner */
#kb_sticky_banner,
.sticky {
  position: fixed;
  bottom: 0px;
  width: 100vw;
  height: 120px;
  z-index: 999999;
  padding: 0px !important;
  border-top: 1px solid #FFF;
  -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
}

@media (max-width: 980px) {

  #kb_sticky_banner,
  .sticky {
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    height: auto;
    padding-bottom: 40px !important;
    z-index: 1;
  }

  #kb_sticky_banner .sticky_head,
  #kb_sticky_banner .sticky_txt,
  .sticky .sticky_head,
  .sticky .sticky_txt {
    display: none;
  }

  #kb_sticky_banner .sticky_CTA,
  .sticky .sticky_CTA {
    width: 100vw;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
    -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
    box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  }
}

@media (max-width: 980px) {
  .stillstickonmobile {
    position: fixed !important;
    bottom: -60px !important;
    z-index: 100001 !important;
    padding: 0px !important;
    -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
    -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
    box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  }

  .stillstickonmobile .sticky_head,
  .stillstickonmobile .sticky_txt {
    display: none;
  }

  .stillstickonmobile .sticky_CTA {
    width: 100vw;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
    -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
    box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  }
}

#kb_sticky_banner .et_pb_row {
  margin: 0px !important;
}

.sticky_body {
  display: flex;
  width: 100%;
  height: 120px;
  align-items: center;
}

.sticky_head {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-size: 1.5em;
  width: 30%;
  padding-right: 70px;
  text-align: right;
}

.sticky_txt {
  width: 60%;
  font-size: 1em;
  padding: 0px 40px 0px 0px;
}

.sticky_txt strong,
.sticky_txt b {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
}

.sticky_CTA {
  width: 30%;
  color: #FFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 0px 40px;
}

.sticky_price {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-size: 2.5em;
  letter-spacing: 0.07em;
}

.sticky_price span {
  font-family: 'KienbaumFont', Arial, sans-serif;
  font-size: 0.5em;
}

div[class^='kb_stickyC'],
div[class*='kb_stickyC'] {
  height: 120px;
  display: flex;
  width: 100vw;
  justify-content: center;
}

@media (max-width: 980px) {

  div[class^='kb_stickyC'],
  div[class*='kb_stickyC'] {
    flex-direction: column;
    height: auto;
    background: #f6f6f6;
    padding-bottom: 20px;
  }
}

.kb_stickyC_1>div,
.kb_stickyC_2>div,
.kb_stickyC_3>div {
  width: 25%;
  border-right: 4px solid #ededed;
  text-align: center;
}

@media (max-width: 980px) {

  .kb_stickyC_1>div,
  .kb_stickyC_2>div,
  .kb_stickyC_3>div {
    border: none;
    width: 100%;
  }
}

.kb_stickyC_1>div {
  width: 25%;
  border: none;
}

.kb_stickyC_1 .dp_dmb_repeat_item,
.kb_stickyC_2 .dp_dmb_repeat_item,
.kb_stickyC_3 .dp_dmb_repeat_item {
  padding: 0px 20px 0px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 980px) {

  .kb_stickyC_1 .dp_dmb_repeat_item,
  .kb_stickyC_2 .dp_dmb_repeat_item,
  .kb_stickyC_3 .dp_dmb_repeat_item {
    padding: 0px 20px;
  }
}

.kb_stickyC_1 .dp_dmb_repeat_item {
  width: 40%;
  padding: 70px 20px 0px 40px;
}

@media (max-width: 980px) {
  .kb_stickyC_1 .dp_dmb_repeat_item {
    padding: 20px 35px;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .kb_stickyC_1 .dp_dmb_repeat_item {
    padding: 30px 20px 0px 40px;
  }
}

.kb_stickyC_1 .header,
.kb_stickyC_2 .header,
.kb_stickyC_3 .header {
  height: 120px;
  width: 25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-size: 1.3em;
  padding: 0px 40px 0px 20px;
  text-align: center;
  color: #AAA7A5;
  border-left: 4px solid #ededed;
}

@media (max-width: 980px) {

  .kb_stickyC_1 .header,
  .kb_stickyC_2 .header,
  .kb_stickyC_3 .header {
    padding: 0px 20px;
    border: none;
    width: 100%;
    font-size: 2.1em !important;
    line-height: 1.4em;
    color: #726C68;
    padding-bottom: 30px;
  }
}

.kb_stickyC_1 .header {
  border-left: none;
}

@media (max-width: 980px) {
  .kb_stickyC_1 .header {
    padding-bottom: 0px;
  }
}

.kb_stickyC_1 .thumbnail {
  padding: 22px 40px 20px 40px;
  border-right: 4px solid #ededed;
  border-left: 4px solid #ededed;
  float: left;
  display: flex;
  justify-content: center;
  position: relative;
  top: -30px;
}

@media (max-width: 980px) {
  .kb_stickyC_1 .thumbnail {
    border: none;
    display: block;
    width: 80vw;
    padding: 0px;
  }
}

.kb_stickyC_1 .thumbnail img {
  border-radius: 100%;
  height: 90px;
  width: 90px;
  border: 3px solid #5B80A3;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  -moz-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
}

.kb_stickyC_2 .thumbnail,
.kb_stickyC_3 .thumbnail {
  display: none;
}

.kb_stickyC_1 .consultant {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0px 0px 20px;
}

@media (max-width: 980px) {

  .kb_stickyC_1 .consultant,
  .kb_stickyC_2 .consultant,
  .kb_stickyC_3 .consultant {
    padding-bottom: 20px;
    display: inline-block;
  }
}

@media (max-width: 980px) {
  .kb_stickyC_1 .consultant {
    width: 80vw;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .kb_stickyC_1 .consultant {
    padding-top: 10px;
  }
}

.kb_stickyC_1 .name,
.kb_stickyC_2 .name,
.kb_stickyC_3 .name {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}

.kb_stickyC_1 .metas,
.kb_stickyC_2 .metas,
.kb_stickyC_3 .metas {
  font-size: 0.6em;
}

/* VIMEO */
.vimeo_fullscreen .fluid-width-video-wrapper {
  width: 100%;
  position: absolute;
  padding: 0;
  top: 0;
}

/* Linkbox mit Icon */
.kb_linkbox {
  text-align: center;
  padding: 40px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  background: #FFF;
  border: 1px solid #ededed;
  margin-bottom: 60px;
}

.kb_linkbox:hover {
  -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.kb_icon_centered {
  padding-bottom: 40px;
}

.kb_icon_centered span {
  font-size: 3.2em;
}

.kb_linkbox:hover .kb_icon_centered span {
  color: #E6432E;
}

.kb_linkbox h3 {
  text-align: center;
  min-height: 90px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-size: 1.2em !important;
  padding-bottom: 25px;
}

.kb_linkbox p {
  text-align: left;
}

.kb_linkbox a {
  display: block;
  text-align: left;
  font-weight: bold;
  font-style: italic;
}

.kb_linkbox .dp_field_tinymce a {
  display: inline;
}

/* KB TILES (Text) */
.kb_tiles_text {
  width: 100%;
  list-style: none;
  padding: 0px 10%;
  display: flex;
  flex-wrap: wrap;
}

.kb_tiles_text h2 {
  text-align: center;
  width: 100%;
  padding: 0px 0px 40px 0px;
}

.kb_tiles_text .dp_dmb_repeat_item {
  width: 50%;
  height: 215px;
}

@media (max-width: 980px) {
  .kb_tiles_text .dp_dmb_repeat_item {
    width: 100%;
    height: auto;
  }
}

.kb_tiles_text a {
  height: 215px;
  width: 100%;
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  color: #D3D3D3;
  font-size: 1.6em;
  line-height: 1.7em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 40px;
}

@media (max-width: 980px) {
  .kb_tiles_text a {
    height: auto;
    padding: 20px 0px;
  }
}

.kb_tiles_text a:hover {
  font-weight: bold;
  color: #726C68;
  cursor: pointer;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@media (max-width: 980px) {
  .kb_tiles_text a:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}

.kb_tiles_text_1 {
  border-right: 2px solid #AAA7A5;
}

@media (max-width: 980px) {
  .kb_tiles_text_1 {
    border: none;
  }
}

@media (max-width: 980px) {
  .kb_tiles_text_2 {
    border-top: 2px solid #AAA7A5;
  }
}

.kb_tiles_text_3,
.kb_tiles_text_5,
.kb_tiles_text_7,
.kb_tiles_text_9,
.kb_tiles_text_11 {
  border-right: 2px solid #AAA7A5;
  border-top: 2px solid #AAA7A5;
}

@media (max-width: 980px) {

  .kb_tiles_text_3,
  .kb_tiles_text_5,
  .kb_tiles_text_7,
  .kb_tiles_text_9,
  .kb_tiles_text_11 {
    border: none;
    border-top: 2px solid #AAA7A5;
  }
}

.kb_tiles_text_4,
.kb_tiles_text_6,
.kb_tiles_text_8,
.kb_tiles_text_10,
.kb_tiles_text_12 {
  border-top: 2px solid #AAA7A5;
}

@media (max-width: 980px) {

  .kb_tiles_text_4,
  .kb_tiles_text_6,
  .kb_tiles_text_8,
  .kb_tiles_text_10,
  .kb_tiles_text_12 {
    border: none;
    border-top: 2px solid #AAA7A5;
  }
}

/* KB TILES (Logo) */
.kb_tiles_logo {
  width: 100%;
  list-style: none;
  padding: 0px 10%;
}

.kb_tiles_logo .dp_dmb_repeat_item {
  display: block;
  width: 50%;
  height: 215px;
  float: left;
}

.kb_tiles_logo a {
  display: inline-block;
  height: 215px;
  width: 100%;
  padding: 60px 40px 40px 130px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.kb_tiles_logo a img {
  max-height: 35%;
  max-width: 60%;
  display: inline;
  position: absolute;
  top: 60px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.4;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.kb_tiles_logo a:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.kb_tiles_logo a:hover {
  cursor: pointer;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.kb_tiles_logo_1 {
  border-right: 2px solid #726C68;
}

.kb_tiles_logo_3,
.kb_tiles_logo_5,
.kb_tiles_logo_7,
.kb_tiles_logo_9,
.kb_tiles_logo_11 {
  border-right: 2px solid #726C68;
  border-top: 2px solid #726C68;
}

.kb_tiles_logo_4,
.kb_tiles_logo_6,
.kb_tiles_logo_8,
.kb_tiles_logo_10,
.kb_tiles_logo_12 {
  border-top: 2px solid #726C68;
}

/* KB TILES (Multisteps) */
.kb_tiles_multisteps {
  width: 100%;
  list-style: none;
  padding: 0px 10%;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .kb_tiles_multisteps {
    padding: 0px;
  }
}

.kb_tiles_multisteps .dp_dmb_repeat_item {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

@media (max-width: 980px) {
  .kb_tiles_multisteps .dp_dmb_repeat_item {
    display: block;
    width: 100%;
  }
}

.__kb_tiles_multisteps .dp_dmb_repeat_item:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.kb_tiles_multisteps .number {
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  color: #ededed;
  font-size: 10em;
  z-index: 1;
}

.kb_tiles_multisteps p {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 40px 0px 70px;
  height: 215px;
  width: 100%;
  font-family: 'KienbaumFont', Arial, sans-serif;
  color: #726C68;
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.7em;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  z-index: 2;
}

@media (max-width: 980px) {
  .kb_tiles_multisteps p {
    height: auto;
    padding: 0px;
  }
}

.kb_tiles_multisteps p:hover {
  cursor: crosshair;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  color: #000;
  font-weight: bold;
}

.kb_tiles_multisteps_1 {
  border-right: 2px solid #726C68;
}

.kb_tiles_multisteps_3,
.kb_tiles_multisteps_5,
.kb_tiles_multisteps_7,
.kb_tiles_multisteps_9,
.kb_tiles_multisteps_11 {
  border-right: 2px solid #726C68;
  border-top: 2px solid #726C68;
}

.kb_tiles_multisteps_4,
.kb_tiles_multisteps_6,
.kb_tiles_multisteps_8,
.kb_tiles_multisteps_10,
.kb_tiles_multisteps_12 {
  border-top: 2px solid #726C68;
}

@media (max-width: 980px) {

  div[class^='kb_tiles_multisteps_'],
  div[class*='kb_tiles_multisteps_'] {
    border: none;
    margin-bottom: 50px;
  }
}

/* Testimonial */
.kb_testimonial {
  width: 100%;
  padding: 0px 130px;
  text-align: center;
  position: relative;
}

@media (max-width: 980px) {
  .kb_testimonial {
    padding: 0px;
  }
}

.kb_testimonial_img {
  display: inline-block;
  margin: 50px auto;
  height: 130px;
  width: 130px;
  border: 4px solid #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  -moz-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  position: relative;
  z-index: 2;
}

.kb_quote {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-size: 2.2em;
  line-height: 1.9em;
  position: relative;
  z-index: 2;
}

@media (max-width: 980px) {
  .kb_quote {
    font-size: 1.6em;
    line-height: 1.7em;
  }
}

.kb_quote:before {
  content: "„";
}

.kb_quote:after {
  content: "“";
}

.kb_quote_name {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 50px 0px 0px 0px;
  letter-spacing: 0.1em;
}

.kb_quote_position {
  font-style: italic;
  padding: 5px 0px 0px 0px;
}

.kb_testimonial_on,
.kb_testimonial_off {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  color: #ededed;
  font-size: 30em;
  display: inline-block;
  position: absolute;
  z-index: 1;
  opacity: 0.7;
}

.kb_testimonial_on {
  top: 50%;
  left: 10%;
}

@media (max-width: 980px) {
  .kb_testimonial_on {
    display: none;
  }
}

.kb_testimonial_off {
  bottom: 50%;
  right: 10%;
}

@media (max-width: 980px) {
  .kb_testimonial_off {
    opacity: 0.5;
    bottom: 65%;
  }
}

/* Testimonial small */
.kb_testimonial_small {
  width: 100%;
  padding: 0px;
  text-align: center;
  position: relative;
  text-align: center;
}

@media (max-width: 980px) {
  .kb_testimonial_small {
    padding: 0px;
  }
}

.kb_testimonial_small_img {
  display: inline-block;
  margin: 50px auto 20px;
  height: 100px;
  width: 100px;
  border: 4px solid #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  -moz-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  position: relative;
  z-index: 2;
}

.kb_quote_small {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-size: 1.4em;
  line-height: 1.7em;
  position: relative;
  z-index: 2;
}

@media (max-width: 980px) {
  .kb_quote_small {
    font-size: 1.6em;
    line-height: 1.7em;
  }
}

.kb_quote_small:before {
  content: "„";
}

.kb_quote_small:after {
  content: "“";
}

.kb_quote_small_name {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  padding: 20px 0px 0px 0px;
  letter-spacing: 0.1em;
}

.kb_quote_small_position {
  font-style: italic;
  padding: 5px 0px 0px 0px;
}

.kb_testimonial_small_on,
.kb_testimonial_small_off {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  color: #ededed;
  font-size: 20em;
  display: inline-block;
  position: absolute;
  z-index: 1;
  opacity: 0.7;
}

.kb_testimonial_small_on {
  top: 50%;
  left: 10%;
}

@media (max-width: 980px) {
  .kb_testimonial_small_on {
    display: none;
  }
}

.kb_testimonial_small_off {
  bottom: 50%;
  right: 10%;
}

@media (max-width: 980px) {
  .kb_testimonial_small_off {
    opacity: 0.5;
    bottom: 65%;
  }
}

/* Testimonial Box mit Link */
/* Testimonial */
.kb_testimonial_s {
  width: 100%;
  padding: 0px;
  text-align: center;
  position: relative;
  border: 1px solid #ededed;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  margin-top: 70px;
  border-radius: 0px 0px 6px 6px;
}

.kb_testimonial_s_img {
  position: relative;
  top: -60px;
  margin: 0px auto -30px;
  height: 130px;
  width: 130px;
  border: 4px solid #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  -moz-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  position: relative;
  z-index: 2;
}

.kb_testimonial_s_img:hover {
  border: 4px solid #726C68 !important;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.kb_testimonial_s_quote {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-size: 1.2em;
  line-height: 1.9em;
  position: relative;
  z-index: 2;
  padding: 0px 40px;
}

.kb_testimonial_s_quote_name {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 20px 40px 0px 40px;
  letter-spacing: 0.1em;
}

.kb_testimonial_s_quote_position {
  font-style: italic;
  padding: 0px 40px 30px 40px;
  font-size: 0.8em;
}

.kb_testimonial_s_link,
.kb_testimonial_s_link a {
  padding: 30px;
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  color: #FFF;
  font-style: italic;
  font-size: 1.1em;
  border-radius: 0px 0px 6px 6px;
}

.kb_testimonial_s_link:hover {
  background: #726C68 !important;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

/* JUMBOTEXT */
.kb_jumbotext {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-size: 1.6em;
  line-height: 2.2em;
  text-align: center;
  padding: 0% 10%;
}

@media (max-width: 980px) {
  .kb_jumbotext {
    padding: 0% 5%;
    font-size: 1.4em;
  }
}

.kb_jumbotext .et_pb_module {
  padding: 0px !important;
  margin: 0px auto !important;
}

.kb_jumbotext strong,
.kb_jumbotext b,
.kb_jumbotext a,
.kb_jumbotext a:visited,
.kb_jumbotext a:hover {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  color: inherit;
}

.kb_jumbotext a:hover {
  cursor: pointer;
}

/* Profilbox extended */
.kb_profile_box {
  text-align: center;
  padding: 40px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  background: #FFF;
  min-height: 630px;
  border: 1px solid #AAA7A5;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.reduced {
  min-height: 440px !important;
}

.kb_profile_box:hover {
  -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.kb_profile_img img,
.consultantimg img {
  display: inline-block;
  margin: 0px auto 30px auto;
  height: 150px;
  width: 150px;
  border: 2px solid #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  -moz-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  position: relative;
  z-index: 2;
}

.consultantimg {
  margin: -10px -70px 0px 0px !important;
}

/* KB Profile */
.kb_profile_box h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.7em;
  padding-bottom: 20px;
}

.kb_profile_box p {
  flex-grow: 1;
  font-size: 0.9em;
}

.kb_profile_jobtitle {
  width: 100%;
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  flex-grow: 0 !important;
  font-size: 1.1em !important;
}

.kb_profile_metas {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ededed;
  justify-content: flex-end;
}

.kb_profile_phone {
  padding: 15px 0px 0px;
}

/* Linkbox mit Bild und Text */
.kb_linkbox .image,
.kb_linkbox .image_2 {
  width: 90%;
  height: 280px;
  margin: 0px auto 30px auto;
  background-size: cover !important;
  background-position: center center !important;
}

.kb_linkbox .image_2 {
  height: 140px;
}

.kb_linkbox p {
  padding-bottom: 30px !important;
  font-size: 0.9em;
}

.kb_linkbox a.kb_ctabutton_1 {
  font-weight: normal;
  text-decoration: none;
}

.kb_linkbox a.kb_ctabutton_1:hover {
  background-color: #726C68 !important;
}

/* BOX mit ICON */
.box {
  font-size: 0.9em;
  padding: 0px 40px 40px;
  text-align: center;
}

.box_icon_centered {
  width: 100%;
  text-align: center;
  font-size: 3.5em;
  padding: 50px 0px 20px;
}

/* Event Veranstaltungsort extended */
.kb_event_box {
  text-align: center;
  padding: 40px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  background: #FFF;
  border: 1px solid #AAA7A5;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.kb_event_img img {
  display: inline-block;
  margin: 0px auto 30px auto;
  height: 150px;
  width: 150px;
  border: 2px solid #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  -moz-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  position: relative;
  z-index: 2;
}

.kb_event_box h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  padding-bottom: 20px;
  font-size: 1.5em;
}

.kb_event_box p {
  flex-grow: 1;
  font-size: 0.9em;
}

.kb_event_jobtitle {
  width: 100%;
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  flex-grow: 0 !important;
  font-size: 1.1em !important;
}

.kb_event_metas {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ededed;
  justify-content: flex-end;
}

.kb_event_phone {
  padding: 15px 0px 0px;
}

.kb_event_mail {
  position: relative;
  top: -2px;
}

/* KB EVENT SPEAKER */
/* Event Veranstaltungsort extended */
.kb_eventspeaker_box {
  text-align: center;
  padding: 40px;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  background: #FFF;
  border: 1px solid #AAA7A5;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 70px;
  min-height: 370px;
}

.kb_eventspeaker_img {
  display: inline-block;
  margin: -120px auto 30px auto;
  height: 150px;
  width: 150px;
  border: 2px solid #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  -moz-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  position: relative;
  z-index: 2;
}

.kb_eventspeaker_box h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  padding-bottom: 20px;
  font-size: 1.2em !important;
  margin-top: -10px;
}

.kb_eventspeaker_company {
  width: 100%;
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  flex-grow: 1;
  font-size: 1em !important;
  margin-top: -13px;
  padding-top: 0px;
}

.kb_eventspeaker_box .dp_field_tinymce {
  width: 100%;
  flex-grow: 0;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ededed;
  justify-content: flex-end;
  font-size: 0.9em;
  line-height: 1.5em;
}

.article {
  text-align: left;
}

.article a {
  color: #726C68;
}

.article p {
  font-size: 0.8em;
  line-height: 1.7em;
}

.article h3 {
  font-size: 1.4em !important;
  text-align: left;
  text-transform: none;
  line-height: 1.3em;
  letter-spacing: normal;
}

.article .author {
  margin-top: 0px;
  padding-top: 20px;
  border-top: 1px solid #ededed;
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  color: #BFA89D;
  display: block;
  min-height: 55px;
  font-size: 0.8em;
}

.article .author img {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 100%;
  background-size: cover;
  -webkit-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  -moz-box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  box-shadow: 0px 23px 41px -23px #000, inset 0px 0px 0px 2px #FFF;
  object-fit: cover;
  margin: 0px 20px 0px 0px;
}

.article .author .from {
  margin-top: 12px;
  display: inline-block;
}

/* SLIDER */
.headslider {
  font-size: 3em !important;
  text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.9);
}

@media (max-width: 980px) {
  .headslider {
    font-size: 2em !important;
    line-height: 1.2em;
  }
}

@media (max-width: 980px) {

  .et-db #et-boc .et_pb_slide_image,
  .et-db #et-boc .et_pb_slide_video {
    display: block !important;
    margin-bottom: 30px;
  }
}

@media (max-width: 980px) {

  .et_pb_column_1_4 .et_pb_slider_fullwidth_off h2,
  .et_pb_column_1_5 .et_pb_slider_fullwidth_off h2,
  .et_pb_column_1_6 .et_pb_slider_fullwidth_off h2,
  .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 1.5em !important;
    margin-bottom: 10px;
  }
}

@media (max-width: 980px) {
  .et_pb_slide_description {
    padding-top: 0 !important;
  }
}

@media (max-width: 980px) {

  .et-pb-arrow-prev,
  .et-pb-arrow-next {
    display: none !important;
  }
}

/* KB Sticky CTA */
.hide {
  opacity: 0;
  transition: all 0.75s ease-in-out;
}

.show {
  opacity: 1;
  transition: all 0.75s ease-in-out;
}

.stickyCTA {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  display: flex;
}

.stickyCTA_Telefon {
  width: 70px;
  height: 70px;
  background: #6a6a6a;
  margin-right: 20px;
  padding: 15px;
  visibility: hidden;
}

@media (max-width: 980px) {
  .stickyCTA_Telefon {
    visibility: visible;
  }
}

.stickyCTA_button {
  width: auto;
  height: 70px;
  z-index: 999999;
  -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
}

.stickyCTA_button:hover {
  background-color: #000;
  -webkit-filter: contrast(2);
  filter: contrast(2);
  transition: all 0.75s ease-in-out;
}

.stickyCTA_button a {
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-size: 0.9em;
  padding: 21px 36px;
  display: inline-block;
}

.stickyCTA_button a:hover {
  color: #FFF !important;
  text-decoration: none !important;
}

/* Spezialstörer */
.spezialstoerer .et_pb_text_inner {
  padding: 5px !important;
}

.spezialstoerer .mainteaser {
  min-height: 700px !important;
}

/* KB Extended Header */
.extended_header {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .extended_header {
    display: block;
    margin-top: -20px;
  }
}

.extended_header a {
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.extended_header img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

@media (max-width: 980px) {
  .extended_header img {
    height: 150px;
  }
}


@media (max-width: 980px) {
  .extended_header .eh_maincontent {
    display: block;
    margin: 0px;
    padding: 30px 20px;
    width: 100%;
  }
}

@media (max-width: 980px) {
  .extended_header .eh_maincontent .sharecontainer {
    margin: 0px;
  }
}

.extended_header .eh_maincontent h1 {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-size: 2.5em;
}

.extended_header .eh_maincontent p.eh_excerpt {
  font-size: 1.15em;
  line-height: 1.6em;
  color: #726C68;
  font-family: 'KienbaumFontBold', Arial;
}

.extended_header .eh_featured {
  width: 30%;
  background: #fff;
  padding: 25px 25px;
  position: absolute;
  display: inline-block;
  top: 450px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

@media (max-width: 980px) {
  .extended_header .eh_featured {
    display: block;
    position: relative;
    width: 90%;
    top: auto;
    right: auto;
    margin: 0px 0px 30px;
  }
}

.extended_header .eh_featured:hover {
  -webkit-box-shadow: -1px 13px 70px 0px rgba(151, 151, 151, 0.5);
  -moz-box-shadow: -1px 13px 70px 0px rgba(151, 151, 151, 0.5);
  box-shadow: -1px 13px 70px 0px rgba(151, 151, 151, 0.5);
}

.extended_header .eh_featured img {
  height: 150px;
  margin: 20px 0px;
}

.extended_header .eh_featured p {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
}

/* SERVICEBOX mit CONSULTANTS */
/* Consultants */
.servicebox {
  border: 1px solid #D3D3D3;
  padding: 20px 30px 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.servicebox h3 {
  font-size: 1.4em !important;
  margin-bottom: 10px;
  text-align: left;
}

.servicebox p {
  font-size: 0.8em;
  margin-bottom: 20px;
}

.servicebox .servicebox_consultants {
  flex-grow: 1;
}

.servicebox .servicelink {
  font-size: 0.8em;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #efefef;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
}

.servicebox .dp_dmb_repeat_item .et_pb_module_inner {
  display: flex;
}

.servicebox .dp_dmb_repeat_item .et_pb_module_inner .thumbnail {
  height: 50px;
  width: 50px;
  margin: 0px 20px 20px 0px;
  background-size: cover;
  border-radius: 50%;
}

.servicebox .dp_dmb_repeat_item .et_pb_module_inner .consultant {
  text-align: left;
  font-size: 0.7em;
  line-height: 1.5em;
  width: 75%;
}

.servicebox .dp_dmb_repeat_item .et_pb_module_inner .consultant span {
  font-weight: bold;
}

/* nav.scss - Header, Logo und Top-Navigation */
.formcard {
  display: block;
  max-width: 100% !important;
  padding: 85px 120px;
  background: #FFF;
}

@media (max-width: 980px) {
  .formcard {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 1vh 5vw;
    margin: 0 0 5vh 0;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
  }
}

@media (min-width: 1400px) {
  .formcard {
    -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
    -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
    box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
    padding: 7% 10%;
  }
}

@media (min-width: 1800px) {
  .formcard {
    -webkit-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
    -moz-box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
    box-shadow: 0px 0px 20.79px 6.21px rgba(73, 73, 73, 0.25);
    padding: 7% 10%;
  }
}

.formcard .address {
  text-align: center;
  padding: 30px;
}

.formcard .gfmc-column {
  padding: 0px !important;
}

.formcard .gfmc-row-1-col-1-of-2 {
  padding-right: 5% !important;
}

@media (max-width: 980px) {
  .formcard .gfmc-row-1-col-1-of-2 {
    padding: 0 !important;
  }
}

.formcard .gfmc-row-1-col-2-of-2 {
  padding-left: 5% !important;
}

@media (max-width: 980px) {
  .formcard .gfmc-row-1-col-2-of-2 {
    padding: 0 !important;
  }
}

/* Form-Fields */
.formcard label.gfield_label {
  visibility: hidden;
  display: none !important;
}

@media (max-width: 980px) {
  .formcard li.gfmc-column ul {
    padding: 0 !important;
  }
}

.formcard input,
.formcard .textarea {
  border: 0px;
  padding: 0px 0px 10px 0px !important;
  margin-bottom: 30px;
  border-bottom: 1px solid #D3D3D3;
  font-size: 1.1em;
}

@media (max-width: 980px) {

  .formcard input,
  .formcard .textarea {
    margin-bottom: 0 !important;
  }
}

.formcard textarea.large {
  height: 100px !important;
}

.formcard input:focus {
  border-bottom: 1px solid #E6432E;
  color: #726C68 !important;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.formcard input::placeholder,
.formcard .textarea::placeholder {
  color: #AAA7A5 !important;
}

.formcard select {
  color: #AAA7A5 !important;
  padding: 0px 0px 10px 0px !important;
  border: none;
  border-bottom: 1px solid #D3D3D3;
  margin: 0px 0px 20px -2px !important;
}

.formcard select:focus {
  color: #726C68 !important;
}

.formcard input:focus::placeholder {
  color: #FFF !important;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.formcard input[type=checkbox] {
  margin-bottom: 0px;
}

.formcard .gfield_contains_required .ginput_container:after {
  content: "";
  display: block;
  margin: 0;
  width: 100px;
  border-bottom: 4px solid #e6432e;
  position: relative;
  top: -31px;
}

.formcard .gfield_contains_required .ginput_container:after .ginput_container_checkbox:after {
  border-bottom: 1px solid #e6432e;
}

@media (max-width: 980px) {
  .formcard .gfield_contains_required .ginput_container:after {
    top: 0 !important;
  }
}

.formcard .gfield_contains_required .ginput_container_textarea:after {
  top: -38px !important;
}

.formcard .gfield_contains_required .ginput_container_checkbox:after {
  border-bottom: 2px solid #e6432e !important;
  top: -23px !important;
  height: 2px;
  width: 16px !important;
  display: inline-block !important;
}

.formcard .ginput_container_consent {
  margin-bottom: 40px;
}

.formcard .ginput_container_consent:after {
  display: none !important;
}

.formcard .gfield_required {
  color: #E6432E !important;
  font-weight: bold;
}

.formcard .ginput_complex span {
  padding-bottom: 40px;
  display: block;
}

/* Form-Button */
.form_page_footer input[type=button],
.gform_button,
.gform_previous_button,
.gform_next_button {
  margin-top: 20px !important;
  height: 60px !important;
  min-width: 150px !important;
  text-align: center !important;
  padding: 0px 60px !important;
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  border: none !important;
  font-style: italic !important;
  font-size: 1em !important;
  white-space: nowrap;
  color: #FFF;
  display: inline-block;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.gform_previous_button,
.gform_next_button {
  font-size: 0.8em;
}

.formcard .gform_button {
  background: #E6432E !important;
}

.formcard .gform_button:hover {
  border: none !important;
  background: #BFA89D !important;
  color: #FFF;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  padding: 0px !important;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  padding: 15px;
  border: none;
  background: #E6432E;
  color: #FFF;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
  cursor: pointer;
  background: #5B80A3;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.gf_progressbar_title,
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 0.8em !important;
}

/* Columns */
.gfmc-column {
  padding: 0px 50px 30px;
}

.formcard .gfmc-column {
  width: 48% !important;
}

@media (-ms-high-contrast: none) {
  .formcard .gfmc-column {
    float: left;
  }
}

@media (max-width: 980px) {
  .formcard .gfmc-column {
    width: 100% !important;
  }
}

/* FORMGROUPS */
.jobs-form-group,
.consultants-form-group {
  margin: 20px 0px 60px;
}

.jobs-form-group select,
.consultants-form-group select {
  color: #FFF;
  font-size: 0.9em;
  padding: 15px;
  border: 0px;
  margin-right: 20px;
  max-width: 20%;
}

@media (max-width: 980px) {

  .jobs-form-group select,
  .consultants-form-group select {
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
  }
}

.jobs-form-group select:hover,
.consultants-form-group select:hover {
  cursor: pointer;
}

.jobs-form-group input[type=button],
.jobs-form-group input[type=submit],
.jobs-form-group button,
.consultants-form-group input[type=button],
.consultants-form-group input[type=submit],
.consultants-form-group button {
  padding: 15px;
  border: none;
  background: #BFA89D;
  color: #FFF;
}

.jobs-form-group input[type=button]:hover,
.jobs-form-group input[type=submit]:hover,
.jobs-form-group button:hover,
.consultants-form-group input[type=button]:hover,
.consultants-form-group input[type=submit]:hover,
.consultants-form-group button:hover {
  cursor: pointer;
  background: #28434F;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.jobs-form-group select {
  background: #009573;
  border-right: 15px solid #009573;
}

.consultants-form-group select {
  background: #5B80A3;
  border-right: 15px solid #5B80A3;
}

/* Form Errors */
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #EFEFEF !important;
  border: none !important;
  padding: 20px !important;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #E6432E !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px !important;
}

.gform_wrapper div.validation_error,
.gform_wrapper .validation_message {
  color: #E6432E !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: none !important;
  padding: 20px !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
  margin-left: 5px !important;
}

.gfield_error .ginput_container:after {
  display: none !important;
}

/* Multiupload (upload.kienbaum.com) */
.floating_multiupload {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

#gform_drag_drop_area_4_92 span.gform_drop_instructions,
#gform_drag_drop_area_4_93 span.gform_drop_instructions,
#gform_drag_drop_area_4_94 span.gform_drop_instructions,
#gform_drag_drop_area_4_95 span.gform_drop_instructions {
  font-size: 0;
  padding: 30px 0px;
}

#gform_drag_drop_area_4_92 span.gform_drop_instructions:before,
#gform_drag_drop_area_4_93 span.gform_drop_instructions:before,
#gform_drag_drop_area_4_94 span.gform_drop_instructions:before,
#gform_drag_drop_area_4_95 span.gform_drop_instructions:before {
  font-size: 13px !important;
  color: #333 !important;
  font-family: 'KienbaumFontSec', Baskerville, sans-serif !important;
  font-style: italic !important;
  margin-bottom: -30px;
}

/* Deutsche Version */
html:lang(de) #gform_drag_drop_area_4_92 span.gform_drop_instructions:before {
  content: "Anschreiben hier ablegen";
}

html:lang(de) #gform_drag_drop_area_4_93 span.gform_drop_instructions:before {
  content: "Sonstige Dokumente hier ablegen";
}

html:lang(de) #gform_drag_drop_area_4_94 span.gform_drop_instructions:before {
  content: "Lebenslauf hier ablegen";
}

html:lang(de) #gform_drag_drop_area_4_95 span.gform_drop_instructions:before {
  content: "Zeugnisse hier ablegen";
}

/* Englische Version */
html:lang(en-US) #gform_drag_drop_area_4_92 span.gform_drop_instructions:before {
  content: "Leave your cover letter here";
}

html:lang(en-US) #gform_drag_drop_area_4_93 span.gform_drop_instructions:before {
  content: "Other documents stored here";
}

html:lang(en-US) #gform_drag_drop_area_4_94 span.gform_drop_instructions:before {
  content: "Please enter your CV here";
}

html:lang(en-US) #gform_drag_drop_area_4_95 span.gform_drop_instructions:before {
  content: "Drop testimonials on here";
}

/* Französische Version */
html:lang(fr-FR) #gform_drag_drop_area_4_92 span.gform_drop_instructions:before {
  content: "Laissez votre lettre de motivation ici";
}

html:lang(fr-FR) #gform_drag_drop_area_4_93 span.gform_drop_instructions:before {
  content: "Autres documents stockés ici";
}

html:lang(fr-FR) #gform_drag_drop_area_4_94 span.gform_drop_instructions:before {
  content: "Veuillez entrer votre CV ici";
}

html:lang(fr-FR) #gform_drag_drop_area_4_95 span.gform_drop_instructions:before {
  content: "Déposez les témoignages ici";
}

/* END Anpassung für Multiupload */
/* Gform Inputs */
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  vertical-align: top !important;
}

/* zusaetze.scss - CUSTOM ELEMENTS */
/* VIEWS GENERAL */
#nopadding,
#nopadding.et_pb_text,
#nopadding.et_pb_text .et_pb_text_inner {
  padding: 0px !important;
}

/* Wonderlists */
.wonderlist ul,
.wonderlist ol,
.wonderlist_blue ul,
.wonderlist_blue ol,
.wonderlist_red ul,
.wonderlist_red ol,
.wonderlist_emerald ul,
.wonderlist_emerald ol,
.wonderlist_purple ul,
.wonderlist_purple ol,
.wonderlist_amber ul,
.wonderlist_amber ol {
  /*margin: 0;padding: 0;*/
  list-style: none !important;
}

.wonderlist li,
.wonderlist_blue li,
.wonderlist_red li,
.wonderlist_emerald li,
.wonderlist_purple li,
.wonderlist_amber li {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  counter-increment: myCounter;
  margin: 0 0 30px 0;
  position: relative;
  top: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  font-size: 1.1em;
  line-height: 1.3em;
  color: #726C68;
}

.wonderlist li a,
.wonderlist_blue li a,
.wonderlist_red li a,
.wonderlist_emerald li a,
.wonderlist_purple li a,
.wonderlist_amber li a {
  display: contents;
}

.wonderlist li:before,
.wonderlist_blue li:before,
.wonderlist_red li:before,
.wonderlist_emerald li:before,
.wonderlist_purple li:before,
.wonderlist_amber li:before {
  position: absolute !important;
  left: -24px;
  top: calc(50% - 23px) !important;
  content: counter(myCounter) !important;
  font-family: 'KienbaumFontSec', Arial, sans-serif;
  counter-increment: step-counter;
  margin-right: 5px;
  color: #FFF !important;
  border-radius: 50%;
  font-size: 28px !important;
  letter-spacing: -0.2px;
  width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  text-align: center;
  line-height: 30px;
  padding: 12px 10px 8px;
  background: #726C68;
}

.wonderlist li:nth-child(even):before,
.wonderlist_blue li:nth-child(even):before,
.wonderlist_red li:nth-child(even):before,
.wonderlist_emerald li:nth-child(even):before,
.wonderlist_purple li:nth-child(even):before,
.wonderlist_amber li:nth-child(even):before {
  background: #AAA7A5;
}

.wonderlist li:nth-child(even),
.wonderlist_blue li:nth-child(even),
.wonderlist_red li:nth-child(even),
.wonderlist_emerald li:nth-child(even),
.wonderlist_purple li:nth-child(even),
.wonderlist_amber li:nth-child(even) {
  color: #AAA7A5;
}

.wonderlist_blue li {
  color: #5B80A3;
}

.wonderlist_blue li:before {
  background: #5B80A3;
}

.wonderlist_blue li:nth-child(even):before {
  background: #28434F;
}

.wonderlist_blue li:nth-child(even) {
  color: #28434F;
}

.wonderlist_red li {
  color: #E6432E;
}

.wonderlist_red li:before {
  background: #E6432E;
}

.wonderlist_red li:nth-child(even):before {
  background: #9C1E36;
}

.wonderlist_red li:nth-child(even) {
  color: #9C1E36;
}

.wonderlist_emerald li {
  color: #76bea9;
}

.wonderlist_emerald li:before {
  background: #76bea9;
}

.wonderlist_emerald li:nth-child(even):before {
  background: #009573;
}

.wonderlist_emerald li:nth-child(even) {
  color: #009573;
}

.wonderlist_purple li {
  color: #a38194;
}

.wonderlist_purple li:before {
  background: #a38194;
}

.wonderlist_purple li:nth-child(even):before {
  background: #703D5D;
}

.wonderlist_purple li:nth-child(even) {
  color: #703D5D;
}

.wonderlist_amber li {
  color: #FABD43;
}

.wonderlist_amber li:before {
  background: #FABD43;
}

.wonderlist_amber li:nth-child(even):before {
  background: #AAA7A5;
}

.wonderlist_amber li:nth-child(even) {
  color: #AAA7A5;
}

/* Sidebar */
.et_right_sidebar #main-content .container:before {
  visibility: hidden;
}

@media (max-width: 980px) {
  .et_right_sidebar #left-area {
    margin-top: 100px;
  }
}

/* ---------------------------------------------  Content Elements */
/* HEADLINES */
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: normal;
  color: #726C68;
  line-height: 1.2em;
  padding: 0.75em 0px 0.3em 0px;
}

@media (max-width: 980px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h7 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}

h1 {
  font-size: 3em;
  line-height: 1.15em;
  padding: 0px 0px 0.5em 0px;
}

@media (max-width: 980px) {
  h1 {
    font-size: 2.5em !important;
  }
}

h2 {
  font-size: 2.1em !important;
  line-height: 1.4em;
}

@media (max-width: 980px) {
  h2 {
    font-size: 1.8em !important;
  }
}

h3 {
  font-size: 1.7em !important;
  line-height: 1.3em;
}

@media (max-width: 980px) {
  h3 {
    font-size: 1.6em !important;
  }
}

h4 {
  font-size: 1.1em !important;
}

dz1,
dz2,
dz3,
meta1 {
  display: block;
  font-family: 'KienbaumFontBold', Baskerville, sans-serif;
  text-transform: uppercase;
  color: #5B80A3;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  padding: 0px 0px 15px 0px;
  position: relative;
  top: 7px;
  line-height: 1.6em;
}

dz2 {
  font-size: 1.1em;
  top: -7px;
}

dz3 {
  font-size: 0.7em;
  top: 17px;
}

meta1 {
  color: #AAA7A5;
}

.bigintro {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  color: #726C68;
  padding: 0px 0px 20px;
}

.bigintro .et_pb_module_inner {
  margin: 0px 60px 0px 10px;
}

@media (max-width: 980px) {
  .bigintro .et_pb_module_inner {
    margin: 0px;
    width: 100vw;
    position: relative;
    left: -30px;
  }
}

.bigintro .et_pb_text_inner {
  padding: 0px 20px !important;
}

.bigintro h1 {
  font-size: 3.6em;
  line-height: 1.3em;
}

.bigintro p {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  color: #AAA7A5;
  font-size: 0.9em;
}

.Subheadline {
  font-size: 1.3em;
  font-weight: 900;
  letter-spacing: normal;
  color: #AAA7A5;
  line-height: 1.5em;
}

@media (max-width: 980px) {
  #et-main-area {
    padding-top: 30px;
  }
}

blockquote {
  color: #5b80a3 !important;
}

/* Images and Icons */
.navicon_user {
  height: 24px;
  width: 24px;
}

.et_pb_blurb .et_pb_image_wrap {
  position: relative;
  top: 20px;
}

/* Rules for sizing the icon. */
.material-icons.md-s,
.material-icons-outlined.md-s {
  font-size: 80px;
}

.material-icons.md-m,
.material-icons-outlined.md-m {
  font-size: 110px;
}

.material-icons.md-l,
.material-icons-outlined.md-l {
  font-size: 140px;
}

.material-icons.md-xl,
.material-icons-outlined.md-xl {
  font-size: 220px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white;
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* Counterbars */
.counterbar {
  padding: 20px 0px 40px !important;
  margin: 30px 0px;
}

.percent-value {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-size: 0.7em;
  line-height: 1.1em;
  padding: 20px 0px 0px;
}

/* ACCORDION */
.et_pb_toggle_title {
  font-size: 1.2em;
}

/* Mat-Cards*/
.mat-card {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 50% !important;
  margin: 20px auto;
}

@media (max-width: 360px) {
  .mat-card {
    max-width: 90% !important;
  }
}

@media (max-width: 600px) {
  .mat-card {
    max-width: 78% !important;
  }
}

@media (max-width: 980px) {
  .mat-card {
    max-width: 78% !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 30px 50px !important;
  }
}

@media (min-width: 1400px) {
  .mat-card {
    max-width: 60% !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 30px 50px !important;
  }
}

@media (min-width: 1800px) {
  .mat-card {
    max-width: 55% !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 30px 50px !important;
  }
}

.mat-card .et_pb_row {
  padding: 0px;
  width: 100%;
}

.mat-card .et_pb_text_inner {
  padding-left: 0px;
}

.mat-card-100 {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100% !important;
  margin: 0px auto 20px auto;
  padding: 30px 40px !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.mat-card-100 .et_pb_text_inner {
  padding-left: 0px;
}

/* CDB */
.cdb_img img {
  max-width: 30%;
  float: right;
  padding: 0px 0px 20px 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cdb_img img {
    padding: 0px;
    margin: 0px 0px 2px 20px;
    max-width: 25%;
  }
}

/* BUTTONS */
/* CTA BUTTONS */
a.kb_ctabutton_1,
a.kb_ctabutton_2,
a.kb_ctabutton_3,
a.kb_ctabutton_4 {
  height: 80px;
  min-width: 150px;
  text-align: center;
  padding: 25px 30px;
  font-family: 'KienbaumFontSec', Baskerville, sans-serif;
  font-style: italic;
  font-size: 0.9em;
  white-space: nowrap;
  color: #FFF !important;
  display: inline-block;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

@media (max-width: 980px) {

  a.kb_ctabutton_1,
  a.kb_ctabutton_2,
  a.kb_ctabutton_3,
  a.kb_ctabutton_4 {
    height: 70px !important;
  }
}

a.kb_ctabutton_1 {
  background: #5B80A3;
}

a.kb_ctabutton_2 {
  background: #E6432E;
}

a.kb_ctabutton_3 {
  background: #9C1E36;
}

a.kb_ctabutton_4 {
  background: #28434F;
}

a.kb_ctabutton_1:hover {
  background: #28434F !important;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

a.kb_ctabutton_2:hover {
  background: #BFA89D !important;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

a.kb_ctabutton_3:hover {
  background: #BFA89D !important;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  text-decoration: none;
}

.et_pb_button,
input.button {
  padding: 0.3em 1em;
  border: 1px solid #5B80A3;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 0px;
  background-color: #5B80A3;
  color: #FFF;
  font-size: 1.2em;
  line-height: 1.7em;
  text-align: center;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}

.et_pb_button:hover,
input.button:hover {
  border: 1px solid #E6432E;
  background-color: #E6432E;
  color: #FFF !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  cursor: pointer;
}

/* DOWNLOAD BUTTON */
.btn_download {
  display: inline-block;
  padding: 20px 0px 20px 0px;
}

.btn_download a,
.btn_download a:visited {
  color: #726C68;
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  font-size: 1.1em;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  padding: 4px 33px 0px 0px;
  background: url('https://media.kienbaum.com/wp-content/uploads/sites/13/2019/02/icon_download.png') no-repeat center right;
}

.btn_download a:hover {
  color: #E6432E;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
  cursor: alias;
}

.btn_download p {
  font-size: 0.7em;
  color: #AAA7A5;
  position: relative;
  top: -5px;
}

.et_button_no_icon .et_pb_button {
  min-width: 150px;
}

/* ACF */
.acf_label {
  font-size: 1em !important;
}

.rounded .clearfix img {
  border-radius: 100%;
}

/* TABLES AND MORE FOR MP-BTHG */
.mpbthg_idnotice {
  color: #009573;
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: 'KienbaumFontBold', Arial, sans-serif;
}

.mpbthg_alert {
  color: #E6432E;
  font-size: 1.1em !important;
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  border: 2px dotted #E6432E;
}

.mpbthg_alert .et_pb_text_inner p {
  padding: 40px 40px 20px !important;
}

#table_1_wrapper {
  font-size: 0.75em;
}

table.wpDataTable td,
table.wpDataTable th {
  white-space: normal !important;
  min-width: 130px !important;
}

.wpdt-c .modal .modal-content {
  width: 50vw;
  font-size: 0.9em;
}

.wpdt-c .control-label {
  font-size: 0.7em !important;
  width: 35% !important;
  color: #000;
  line-height: 1.5em;
  font-family: 'KienbaumFontBold', Arial, sans-serif;
}

.wpdt-c .form-group {
  margin-bottom: 50px;
}

.wpdt-c .form-group>div {
  width: 60%;
}

.wpDataTablesWrapper table.wpDataTable thead th.sorting,
.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc,
.wpDataTablesWrapper table.wpDataTable thead th.sorting_desc {
  vertical-align: top;
}

.wpDataTablesWrapper table.wpDataTable tr td {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  color: #000;
  line-height: 1.5em;
}

.wdtheader {
  font-size: 0.8em;
  line-height: 1.7em;
}

.wpDataTablesWrapper table.wpDataTable tfoot td input,
.wpDataTablesWrapper table.wpDataTable thead th input {
  font-size: 0.9em;
}

#table_1_krzel,
label[for=table_1_krzel],
#table_1_datum,
label[for=table_1_datum] {
  visibility: hidden;
  display: none;
  position: absolute;
}

.shariff {
  width: 120%;
}

@media (max-width: 980px) {
  .shariff {
    width: 100%;
  }
}

.shariff .shariff-buttons {
  padding: none;
}

.shariff.shariff-align-center ul {
  justify-content: inherit !important;
  align-items: inherit !important;
}

/* Account-Activation */
.wp-activate-container {
  margin: 150px auto !important;
  width: 80% !important;
  text-align: center !important;
}

.wp-activate-container .view {
  display: none;
}

#signup-welcome {
  padding: 50px 0px;
}

/* Flush */
.flush>*,
.flush .et_pb_text_inner ul {
  padding-left: 0px !important;
}

.flush .gform_wrapper form {
  margin-left: -30px !important;
}

/* GUTTERS */
@media (max-width: 767px){
    a .et_pb_gutters3 .et_pb_column_1_6,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_6,
  .et_pb_gutters3 .et_pb_column_1_7,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_7,
  .et_pb_gutters3 .et_pb_column_1_8,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_8,
  .et_pb_gutters3 .et_pb_column_1_10,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_10,
  .et_pb_gutters3 .et_pb_column_5_6,
  .et_pb_gutters3 .et_pb_row .et_pb_column_5_6,
  .et_pb_gutters3 .et_pb_column_1_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_5,
  .et_pb_gutters3 .et_pb_column_2_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_2_5,
  .et_pb_gutters3 .et_pb_column_3_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_3_5,
  .et_pb_gutters3 .et_pb_column_4_5,
  .et_pb_gutters3 .et_pb_row .et_pb_column_4_5,
  .et_pb_gutters3 .et_pb_column_1_4,
  .et_pb_gutters3 .et_pb_row .et_pb_column_1_4 {
    min-width: 100% !important;
    margin-right: 0;
  }
}

/* Zusatz-Styles*/
/* zusaetze.scss - CUSTOM ELEMENTS */
/* VIEWS GENERAL */
#nopadding,
#nopadding.et_pb_text,
#nopadding.et_pb_text .et_pb_text_inner {
  padding: 0px !important;
}

/* Wonderlists */
.wonderlist ul,
.wonderlist ol,
.wonderlist_blue ul,
.wonderlist_blue ol,
.wonderlist_red ul,
.wonderlist_red ol,
.wonderlist_emerald ul,
.wonderlist_emerald ol,
.wonderlist_purple ul,
.wonderlist_purple ol,
.wonderlist_amber ul,
.wonderlist_amber ol {
  /*margin: 0;padding: 0;*/
  list-style: none !important;
}

.wonderlist li,
.wonderlist_blue li,
.wonderlist_red li,
.wonderlist_emerald li,
.wonderlist_purple li,
.wonderlist_amber li {
  font-family: 'KienbaumFontBold', Arial, sans-serif;
  counter-increment: myCounter;
  margin: 0 0 30px 0;
  position: relative;
  top: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  font-size: 1.1em;
  line-height: 1.3em;
  color: #726C68;
}

.wonderlist li a,
.wonderlist_blue li a,
.wonderlist_red li a,
.wonderlist_emerald li a,
.wonderlist_purple li a,
.wonderlist_amber li a {
  display: contents;
}

.wonderlist li:before,
.wonderlist_blue li:before,
.wonderlist_red li:before,
.wonderlist_emerald li:before,
.wonderlist_purple li:before,
.wonderlist_amber li:before {
  position: absolute !important;
  left: -24px;
  top: calc(50% - 23px) !important;
  content: counter(myCounter) !important;
  font-family: 'KienbaumFontSec', Arial, sans-serif;
  counter-increment: step-counter;
  margin-right: 5px;
  color: #FFF !important;
  border-radius: 50%;
  font-size: 28px !important;
  letter-spacing: -0.2px;
  width: 30px !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  text-align: center;
  line-height: 30px;
  padding: 12px 10px 8px;
  background: #726C68;
}

.wonderlist li:nth-child(even):before,
.wonderlist_blue li:nth-child(even):before,
.wonderlist_red li:nth-child(even):before,
.wonderlist_emerald li:nth-child(even):before,
.wonderlist_purple li:nth-child(even):before,
.wonderlist_amber li:nth-child(even):before {
  background: #AAA7A5;
}

.wonderlist li:nth-child(even),
.wonderlist_blue li:nth-child(even),
.wonderlist_red li:nth-child(even),
.wonderlist_emerald li:nth-child(even),
.wonderlist_purple li:nth-child(even),
.wonderlist_amber li:nth-child(even) {
  color: #AAA7A5;
}

.wonderlist_blue li {
  color: #5B80A3;
}

.wonderlist_blue li:before {
  background: #5B80A3;
}

.wonderlist_blue li:nth-child(even):before {
  background: #28434F;
}

.wonderlist_blue li:nth-child(even) {
  color: #28434F;
}

.wonderlist_red li {
  color: #E6432E;
}

.wonderlist_red li:before {
  background: #E6432E;
}

.wonderlist_red li:nth-child(even):before {
  background: #9C1E36;
}

.wonderlist_red li:nth-child(even) {
  color: #9C1E36;
}

.wonderlist_emerald li {
  color: #76bea9;
}

.wonderlist_emerald li:before {
  background: #76bea9;
}

.wonderlist_emerald li:nth-child(even):before {
  background: #009573;
}

.wonderlist_emerald li:nth-child(even) {
  color: #009573;
}

.wonderlist_purple li {
  color: #a38194;
}

.wonderlist_purple li:before {
  background: #a38194;
}

.wonderlist_purple li:nth-child(even):before {
  background: #703D5D;
}

.wonderlist_purple li:nth-child(even) {
  color: #703D5D;
}

.wonderlist_amber li {
  color: #FABD43;
}

.wonderlist_amber li:before {
  background: #FABD43;
}

.wonderlist_amber li:nth-child(even):before {
  background: #AAA7A5;
}

.wonderlist_amber li:nth-child(even) {
  color: #AAA7A5;
}



/**
** +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
** ++++++++++++++++++++++++++ KIENBAUM BLOG ++++++++++++++++++++++++++
** +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


.main-content-blog #content-area {
  margin-top: 0;
}

.main-content-blog {
  margin-top: 150px !important;
}

.kb-blog-header {
  width: 100%;
  display: flex;
  align-items: center;
}

.kb-blog-header-left {
  flex: 300%;
  border-right: 1px solid #d1d1d1;
}

@media(min-width: 576px){
  .kb-blog-header-left {
  width: 65%;
  }
}


.kb-blog-header-right {
  margin-left: 35px;
}



.kb-blog-header-left h1 {
  padding-bottom: 10px;
  font-size: 60px;
  font-weight: 800;
}

.kb-blog-header-left span {
  font-weight: 200;
  font-size: 34px;
}

.kb-blog-header-left strong {
  font-weight: 900;
  font-size: 45px;
}

.kb-tags a{
  color: white;
}



.kb-blog-tags {
  display: flex;
  align-items: center;
  margin-top: 70px;
}


.kb-blog-tags img {
  width: 50px;
  margin-right: 25px;
}



.kb-blog-tags span {
  font-size: 12px;
  color: white;
  background: #E6432E;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 25px;
}


.sort-img {
  background: white;
  border-right: 1px solid #0000001a;
  z-index: 99;
  padding-right: 10px;

}


.kb-blog-searchform input {
  height: 40px;
  width: 100%;
  margin-top: 10px;
  border-radius: 25px;
  border-color: #d3d3d3;
  box-shadow: 1px 3px 13px -5px black;
  padding-left: 10px;
}

div.blog-pagination {
  background-color: rgb(163, 35, 35);
  color: white;
  margin-top: 20px;
  margin-bottom: 60px;
}

.kb-blog-tags {
  white-space: nowrap;
  overflow: hidden;
}

.kb-blog-header {
  margin-top: 50px;
  margin-bottom: 50px;
}


.kb-blog-searchform input[type=submit]{
  display: none;
}

div.kb-post-row {
  display: flex;
  margin-top: 30px;
}

div.kb-post-row .kb-post-item {
  margin-left: 10px;
  margin-right: 10px;
}


.post-thumbnail img{

  min-height: 400px;
}

.after_subfeatured .subfeatured{
  width: 33%;
}



/* Navigation */


.wpv-pagination-nav-links-container .js-wpv-pagination-nav-links-container .pagination{
  padding: 0 !important;
}

a.wpv-filter-pagination-link.js-wpv-pagination-link.page-link{
  color: black;
}

#equal-column-row-kb .et_pb_module, #equal-column-row-kb .et_pb_module_inner {
height: 100%;
}


/**
+++++++++++++++++++++++++++++++++++
+++++++++ SUSTAINABILITY +++++++++++++
+++++++++++++++++++++++++++++++++++
**/

.table-of-content-ST li {
  display: flex;
  align-items: center;
}

.table-of-content-ST li:before {
  content: url(https://www.kienbaum.com/wp-content/uploads/sites/16/2023/05/tof-arrow.png);
  transform: scale(.5);
  display: inline-block;
  align-items: center;
}






.kb-pardot-iframe form.form div.error {

padding: 0;
}


/*@media only screen and (min-width: 981px){
.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {

	padding-bottom: 40px !important;
}
} */



.divimegapro-body{
margin-top: -5px;
}

/*
.divimegapro-close{
display: none!important;
} */
