/*!
Theme Name: DiviChild
Theme URI: http://elegantthemes.com
Description: Das Child Theme fuer Hausverwalter-Vermittlung.de
Author: Oliver Maronn
Author URI: http://olivermaronn.de
Template: di-basis
*/
body {
  font-weight: 400;
}

/*
 * TYPORAPHY
 */
h1, h2, h3, h4, h5, h6 {
  color: #666666;
  font-weight: 400;
}

h6 {
  line-height: 1.4em;
}

h1.entry-title {
  line-height: 1.3em;
}

ul.check {
  padding: 0 0 23px 1em !important;
}

.pos1 > ul.check {
  padding-bottom: 0 !important;
}

ul.check > li {
  /*list-style-image: url("Check_li.png");*/
  list-style-type: none !important;
  padding-left: 2px !important;
  margin-left: 6px !important;
  line-height: 1.3em !important;
  padding-top: 0.3em !important;
  padding-bottom: 0.3em !important;
  margin-bottom: 0 !important;
}

ul.check > li:before {
  content: "\f147";
  font-family: 'dashicons';
  left: -4px;
  position: absolute;
  font-size: 1.4em;
}

ul.check li:last-of-type {
  padding-bottom: 1em;
}

.text-anfrage {
  display: inline-block;
  padding-top: .6em;
}

@media (max-width: 400px) {
  strong.tagline {
    font-size: .95rem;
  }
}

/*
 * LAYOUT
 */
#page-container {
  padding-top: 0 !important;
}

#main-header {
  background: linear-gradient(180deg, #a1dd55, #92cc4d);
}

.et_pb_section {
  padding-bottom: 0;
}

.et_pb_section.top-spacing-header {
  padding-top: 240px;
}

/* LAYOUT::HEADER */
.et_pb_section.et_pb_section_0.lp-back {
  padding-top: 110px;
  padding-bottom: 0;
  background-size: initial !important;
  background-repeat: no-repeat !important;
  background-position-y: 0;
}

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

/*
 * BACKGROUNDS
 */
.et_pb_section.et_pb_section_0.top-spacing-header,
.et_pb_section.et_pb_section_0.lp-back {
  background-position-y: 0;
  background-position-x: calc(50% + 140px);
  background-size: auto !important;
}

.et_pb_section.et_pb_section_0.no_bg.et_pb_with_background.et_section_regular {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

@media screen and (max-width: 980px) {
  .et_pb_section.et_pb_section_0.top-spacing-header,
  div.et_pb_section.et_pb_section_0.lp-back {
    padding-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .et_pb_section.et_pb_section_0.top-spacing-header,
  div.et_pb_section.et_pb_section_0.lp-back {
    background-image: none !important;
  }
  .et_pb_section.et_pb_section_0.no_bg {
    background-image: none !important;
  }
}

#main-content {
  min-height: calc(100vh - 33px);
  padding-bottom: 48px;
}

#content-area {
  padding: 16% 0;
}

/*
 * LAYOUT STARTSEITE
 */
.start-container {
  position: relative;
}

.start-col1 {
  position: absolute;
  bottom: 24px;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .start-col1 {
    padding-top: 0;
    position: relative;
    padding-bottom: 0;
    bottom: auto;
  }
}

/*
 * LAYOUT:: LOGO
 */


.et_header_style_left .logo_container {
  /*flex:1;*/
  position: relative;
  width: 100%;
  /*
  margin-top: 1px;
  height: 43px;
  max-width: 233px;
  */
  margin-top: 2px;
  height: 68px;
  max-width: 260px;
  float: left;
}

span.logo_helper {
  display: none;
}

.logo_container #logo {
  /*
  height:44px;
  max-height: 44px;
  max-width:233px;*/
  height: 70px;
  max-height: 70px;
  max-width: 260px;
  width: 100%;
}

@media (max-width: 1140px) {
  .et_header_style_left .logo_container,
  .logo_container #logo {
    max-width: 210px;
    transition: none;
  }
}

@media (max-width: 980px) {
  .container.et_menu_container {
    display: block;
  }
  .et_header_style_left .logo_container,
  .logo_container #logo {
    height: 78px;
    max-height: 80px;
    max-width: 260px;
  }
  .et_header_style_left #et-top-navigation {
    padding-left: 0 !important;
  }
}

@media (max-width: 400px) {
  .et_header_style_left .logo_container,
  .logo_container #logo {
    max-width: 230px;
  }
}

@media (max-width: 340px) {
  .et_header_style_left .logo_container,
  .logo_container #logo {
    max-width: 210px;
  }
}

/*
 * MENU
 */
.mobile_menu_bar:before {
  color: #fff;
}

#top-menu > li {
  padding: 0;
  border-top: 2px solid #a1dd55;
  /*height: 44px;*/
  height: 70px;
  float: left;
}

#top-menu > li:hover,
.current-menu-item,
.current_page_item {
  border-top: 2px solid #FFF !important;
}

#top-menu > li > a {
  /*
  height:42px;
  padding-top: 13px !important;
  */
  height: 68px;
  padding-top: 26px !important;
  padding-left: 11px;
  padding-right: 11px;
}

#top-menu > li a {
  display: block;
}

#top-menu > li a:hover {
  color: #fff;
  opacity: 1 !important;
}

@media (max-width: 1140px) {
  #top-menu > li > a {
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media (min-width: 981px) and (max-width: 1140px) {
  .container {
    padding-right: 7% !important;
    padding-left: 7% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

.et_mobile_menu,
.nav li ul {
  margin-top: 0 !important;
}

.et_mobile_menu {
  width: 100%;
}

.nav li ul {
  width: 220px;
}

.et_mobile_menu,
.nav li ul {
  border: none;
  background-color: #fff !important;
  margin-top: 16px;
  padding: 0;
}

.et-fixed-header .nav li ul {
  margin-top: 0;
}

div#et-top-navigation {
  margin-left: auto;
}

#main-header .et_mobile_menu li ul,
.et_pb_fullwidth_menu .et_mobile_menu li ul {
  padding-left: 0;
}

.et_mobile_menu li li {
  padding-left: 0;
}

.et_mobile_menu li li > a {
  padding-left: 8%;
}

#top-menu li li {
  padding: 0 0;
}

#top-menu li li > a {
  padding: 8px 12px 10px;
  width: 220px;
}

.et_mobile_menu li a,
.et_mobile_menu .menu-item-has-children > a,
#top-menu > li li a:hover {
  color: #51a319;
  font-weight: 700;
  background: none;
}

#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
  padding-right: 0;
}

#top-menu .menu-item-has-children > a:after {
  display: none;
}

#top-menu .menu-item-has-children > a:first-child,
#et-secondary-nav .menu-item-has-children > a:first-child {
  padding-right: 11px;
}

.et_pb_column_1_3 {
  margin-top: 0;
  padding-top: 0;
}

.et_pb_column_1_3 .et_pb_module.branding {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

/*
 * FOOTER // Cookie notice
 */
.cookies-not-set #main-footer {
  margin-bottom: 4.8em;
}

.cookies-set #main-footer {
  margin-bottom: 1em;
}

.cookie-notice-container {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  border-top: 1px solid #DEDEDE !important;
}

#cookie-notice .cn-button{
  border: none!important;
  background: none;
  color: #111;
}

#cookie-notice .cn-button{
  color: #FFF;
  padding: 9px;
  margin-top: 9px;
  font-weight: bold;
}
#cn-notice-buttons{
  display: inline-block!important;
  margin: 10px;
}
#cn-close-notice{
  display: none!important;
}

/*
 * IMAGES
 */
picture.branding {
  padding-left: 0 !important;
  float: right;
  margin-top: 16px;
  margin-right: -90px;
}
picture.branding img{
  max-width:345px;
  max-height: 245px; 
}

.et_pb_column_1_3 .et_pb_module.branding picture.branding {
  padding-left: 0 !important;
  float: right;
  margin-top: -114px;
  margin-bottom: 50px;
  position: relative;
  left: -29px;
  width: 345px;
}

.et_pb_image_0 {
  padding-left: 34% !important;
}

@media screen and (max-width: 980px) {
  .et_pb_column_1_3 .et_pb_module.branding picture.branding {
    margin-top: 0;
    margin-bottom: 0;
    left: 0;
    width: auto;
    float: none;
  }
}


form#form_ggnat {
  max-width: 896px;
  margin: 0 auto 3em;
}

form#form_ggnat .frm_submit,
form#form_ggnat .frm_form_field {
  max-width: 780px;
  margin-left:auto;
  margin-right:auto;
  width: 100%;
}
form#form_ggnat .frm_rootline_group{
  margin: 10px 0;
}


/*
 * CUSTOM FORMIDABLE CSS
 */



 .frm_style_formidable-style.with_frm_style .frm_rootline .frm_current_page input[type="button"]{
  border-color: #51a319!important;
 }



.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=file],
.frm_style_formidable-style.with_frm_style input[type=search],
.frm_style_formidable-style.with_frm_style select {
  height: 33px !important;
}

.frm_style_formidable-style.with_frm_style .frm_radio input[type=radio],
.frm_style_formidable-style.with_frm_style .frm_checkbox input[type=checkbox] {
  vertical-align: text-top;
}

.frm_rootline_group {
  margin: 0;
}

.frm_button_submit.frm_final_submit,
.frm_style_formidable-style.with_frm_style .frm_submit button {
  padding: 6px 16px;
  font-size: 16px;
  position: relative;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 20px;
}

.frm_style_formidable-style.with_frm_style .frm_page_num_1 .frm_submit button {
  margin-bottom: 10px;
  padding: 6px 46px 6px 16px;
}

.frm_style_formidable-style.with_frm_style .frm_page_num_1 button.frm_button_submit:after {
  content: "\f344";
  font-family: 'dashicons';
  padding-left: 10px;
  font-size: 1.2rem;
  position: absolute;
  top: 18px;
}

.frm_style_formidable-style.with_frm_style .frm_page_num_2 .frm_prev_page {
  padding: 6px 11px !important;
}

.frm_style_formidable-style.with_frm_style .frm_page_num_2 .frm_button_submit.frm_final_submit,
.frm_style_formidable-style.with_frm_style .frm_page_num_2 .frm_submit button {
  margin-bottom: 20px;
}

input[type='checkbox']:after {
  content: ' ';
  font-size: 14px;
  font-weight: 600;
  top: -2px;
  left: -3px;
  padding: 0 2px 6px 2px;
  position: relative;
  display: inline-block;
  background-color: #FAFAFA;
  border: 1px solid #51A319;
  color: #51A319;
  width: 14px;
  height: 13px;
  text-align: -webkit-center;
  text-align: center;
}

input[type='checkbox']:checked:after {
  content: '\2714';
  font-size: 14px;
  font-weight: 600;
  top: -2px;
  left: -3px;
  padding: 0 2px 6px 2px;
  position: relative;
  display: inline-block;
  background-color: #FAFAFA;
  border: 1px solid #92CC4D;
  color: #92CC4D;
  width: 14px;
  height: 13px;
  text-align: -webkit-center;
  text-align: center;
}

.frm_style_formidable-style.with_frm_style .frm_checkbox input[type=checkbox] {
  margin-right: 12px;
}

input, select, textarea {
  border-radius: 0 !important;
}

input.frm_page_2, input.frm_page_1 {
  border-radius: 30px !important;
}

button.frm_button_submit {
  border-radius: 0 !important;
  box-shadow: inset 0 0 1px rgba(3, 2, 2, 0.25) !important;
  border: 0 !important;
  /*background: linear-gradient(#98d350, #84be45) !important;*/
  background:  #51A319!important;
  padding: 6px 12px;
}

button.frm_prev_page {
  box-shadow: inset 0 0 1px rgba(3, 2, 2, 0.25) !important;
  color: #51A319  !important;
  background: linear-gradient(#fbfbfb, #f1f1f1) !important;
  border: none  !important;
  border-radius: 0 !important;
  font-weight: normal !important;
  margin-right: 12px !important;
}

input.frm_page_back.frm_page_1, input.frm_page_skip.frm_page_2 {
  cursor: pointer;
}

button.frm_button_submit.frm_final_submit.noafter:after {
  content: none;
}

.submit_inner {
  display: flex;
}

.submit_inner > button.frm_button_submit {
  order: 2;
}

.submit_inner > button.frm_prev_page {
  order: 1;
}

/* Anrede, Vorname, Name */
.frm_title {
  width: 20% !important;
}


.page-template-page-template-sitebarmenu .frm_title {
  width: 25% !important;
}

.page-template-page-template-sitebarmenu .frm_surname,
.page-template-page-template-sitebarmenu .frm_firstname {
  width: 35% !important;
}

@media (max-width: 600px) {
  .frm_title,
  .frm_surname,
  .frm_firstname {
    width: 100% !important;
  }
  .page-template-page-template-sitebarmenu .frm_title,
  .page-template-page-template-sitebarmenu .frm_surname,
  .page-template-page-template-sitebarmenu .frm_firstname {
    width: 100% !important;
  }
}

/*
 * BUTTONS
 */
.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  padding: inherit;
  border: none;
  padding: 16px;
  background: linear-gradient(180deg, #a7e15b, #59c332);
}

.et_pb_button {
  width: 100%;
  background: linear-gradient(180deg, #9ede4a, #51b02e);
  border: none;
  padding: 16px;
}

.et_pb_button:after {
  margin-left: 0.3em !important;
}

.button-main {
  margin-bottom: 24px;
}

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

/* single button */
body #page-container .et_pb_button.single-button,
body #page-container .et_pb_button.single-button:hover {
  margin-bottom: 20px;
  margin-left: 0 !important;
  padding: 0.4em 0.6em !important;
}

body #page-container .et_pb_button_0.single-button:before {
  content: '';
  background: url("img/icon-checkmark-house.svg") no-repeat 50% 50%;
  height: 50px;
  width: 50px;
  display: block !important;
  opacity: 1;
  margin: 0;
}

@media (max-width: 600px) {
  body #page-container .et_pb_button_0.single-button:before {
    height: 40px;
    width: 40px;
    position: relative;
    float: left;
  }
  body #page-container .et_pb_button_0.single-button {
    font-size: 1.6rem;
    text-indent: 0;
  }
  body #page-container .et_pb_button.single-button,
  body #page-container .et_pb_button.single-button:hover {
    padding: 0.5em 0.6em !important;
  }
}

@media (max-width: 380px) {
  body #page-container .et_pb_button_0.single-button:before {
    height: 30px;
    width: 30px;
    position: relative;
    float: left;
  }
  body #page-container .et_pb_button_0.single-button {
    font-size: 1.3rem;
    text-indent: 0;
  }
}

/* single-button v2 */
#page-container .button-v2 .et_pb_button_module_wrapper {
  cursor: pointer;
  background: linear-gradient(180deg, #9ede4a, #51b02e);
  margin-bottom: 20px !important;
  overflow: hidden;
}

#page-container .button-v2 .et_pb_button_module_wrapper:hover {
  background: linear-gradient(180deg, #a7e15b, #59c332);
}

#page-container .button-v2 .et_pb_button_module_wrapper .et_pb_button.single-button {
  text-indent: 50px;
  margin: 0 !important;
  width: auto !important;
  background: transparent;
}

#page-container .button-v2 .et_pb_button_module_wrapper .et_pb_button.single-button:before {
  margin: 0 0 0 -10px;
}

#page-container .button-v2 .et_pb_button_module_wrapper .et_pb_button.single-button:after {
  display: block !important;
  margin: 0 !important;
  width: 250%;
  height: 81px;
  left: -60%;
  top: 0;
  content: '';
}



@media (max-width: 600px) {
  #page-container .button-v2 .et_pb_button_module_wrapper .et_pb_button.single-button {
    text-indent: 10px;
    white-space: nowrap;
  }
  #page-container .button-v2 .et_pb_button_module_wrapper .et_pb_button.single-button:before {
    padding-top: 3px;
    margin: 0 0 0 -10px;
  }
}

@media (max-width: 400px) {
  #page-container .button-v2 .et_pb_button_module_wrapper .et_pb_button.single-button {
    text-indent: 0px;
    white-space: nowrap;
    font-size: 1.5em;
  }
  #page-container .button-v2 .et_pb_button_module_wrapper .et_pb_button.single-button:before {
    padding-top: 5px;
    margin: 0 0 0 10px;
  }
}

/* old buttons */
body #page-container .et_pb_button.miet-vw:before,
body #page-container .et_pb_button.weg-vw:before {
  margin-left: 0;
  font-family: none;
  content: '';
  display: block;
  padding-top: 0;
  width: 49px;
  height: 40px;
  top: .6em;
  left: .8em;
}

body #page-container .et_pb_button.weg-vw:before {
  background: url("WEG-Verwaltung.png") no-repeat 50% 50%;
}

body #page-container .et_pb_button.miet-vw:before {
  background: url("Mietverwaltung.png") no-repeat 50% 50%;
}

body #page-container .et_pb_button.weg-vw:before,
body #page-container .et_pb_button.miet-vw:hover:before {
  margin-left: 0 !important;
}

/* Button Fragezeichen */
.et_pb_module.infobox {
  position: absolute;
  right: -38px;
  top: 24px;
  padding: .4em;
  z-index: 999;
}

@media (max-width: 980px) {
  .et_pb_module.infobox {
    top: -34px;
  }
}

.cta-portal-experience p {
  padding-top: 4px;
}

.icon-envolve .et_pb_text_inner > p {
  margin-left: 34px;
}

.icon-envolve .et_pb_text_inner > p:before {
  content: '';
  background: url("info.png") no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  margin-top: -2px;
  left: 0;
}

p.icon-ssl {
  position: relative;
  padding-left: 28px;
}

p.icon-ssl:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 14px;
  height: 18px;
  display: inline-block;
  background: url("img/schloss.png") no-repeat;
  background-size: contain;
}

.margin3p {
  margin-right: 3% !important;
}

.et_pb_toggle_close .et_pb_toggle_title:before {
  content: "\33";
}

.et_pb_toggle_open .et_pb_toggle_title:before {
  content: "\32";
}

/* TOOLTIP */

img.tooltip {
  width: 15px;
  height: 15px;
  bottom: -2px;
  position: relative;
}

/* FAQ:TOGGLE */
.et_pb_module.et_pb_toggle {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.8em !important;
  border: none !important;
}

.et_pb_module.et_pb_toggle h5.et_pb_toggle_title {
  padding: 12px 30px 12px 15px !important;
  color: #FFF;
  font-weight: bold;
  line-height: normal;
  font-size: 1em !important;
}

.et_pb_module.et_pb_toggle h5.et_pb_toggle_title:before {
  transition: color .25s ease;
  right: 10px;
  font-size: 1.4em;
}

.et_pb_module.et_pb_toggle .et_pb_toggle_content {
  padding: 14px !important;
}

.et_pb_module.et_pb_toggle .et_pb_toggle_content p>a{
  font-weight:bold;
}

.et_pb_module.et_pb_toggle .et_pb_toggle_content ul.check {
  padding-bottom: 0 !important;
}

.et_pb_module.et_pb_toggle.et_pb_toggle_close h5 {
  background: #f6f6f5;
  color: #666;
  transition: all .25s ease;
}

.et_pb_module.et_pb_toggle.et_pb_toggle_close h5:before {
  color: #999;
}

.et_pb_module.et_pb_toggle h5:hover {
  background: #f1eeee;
  color: #666;
  transition: all .25s ease;
}

.et_pb_module.et_pb_toggle.et_pb_toggle_open h5 {
  background: #51A319;
  transition: all .25s ease;
  color: #FFF;
}

.et_pb_module.et_pb_toggle.et_pb_toggle_open h5:before {
  color: #FFF;
}

/* LAYOUT::FOOTER */
.footer-widget {
  margin-bottom: 1% !important;
}

.et_pb_gutters3.et_pb_footer_columns2 .footer-widget {
  margin: 0 0 5.5% 0;
}

#menu-footer li {
  display: inline-block;
}

#menu-footer {
  list-style: none;
}

#footer-bottom {
  display: none;
}

ul.bottom-nav {
  padding: 0;
  margin-top: -1px;
}

ul.bottom-nav a {
  font-weight: normal !important;
}

#footer-widgets {
  padding: 10px 0 30px;
}

#footer-widgets .footer-widget li {
  padding: 3px;
}

#footer-widgets .footer-widget li:before {
  content: none;
}

#footer-widgets .footer-widget li a {
  padding: 3px;
}

#footer-widgets .footer-widget li a:hover {
  color: rgba(158, 222, 74, 0.7);
}

#footer-widgets .textwidget > p {
  padding-top: 3px;
}

.fwidget.widget_nav_menu {
  float: right;
}

.unset_max_width img {
  max-width: none;
}

.float_right {
  float: right;
}

.vertmid {
  vertical-align: middle;
}

.flex_padding {
  margin-left: -2% !important;
  padding-left: 5vw;
}

/*
 * List with Checkmarks STARTSEITE
 */
.flexy {
  display: flex;
  margin-bottom: 1.5rem;
}

.pos1, .pos2 {
  flex: 1;
  flex-grow: center;
  text-align: left;
}

.pos1 {
  order: 1;
}

.pos2 {
  order: 2;
}

.flexy .check {
  position: relative;
  padding: 0 0 20px 14px !important;
}

@media (max-width: 767px) {
  .et_pb_testimonial_2,
  .flexy .pos2 {
    display: none !important;
  }
}

.lightbox_check {
  position: relative;
  padding-left: 24px;
}

.lightbox_check li {
  line-height: 2em;
}

.bfQuickMode .bfPageIntro {
  padding: 0 !important;
}

.bfQuickMode legend {
  font-size: 20px;
  line-height: 4em;
}

.et_pb_toggle_close, .et_pb_toggle_open {
  padding: 0;
}

/*
 * Lightbox
 */
.nivo-lightbox-wrap {
  position: relative;
  max-height: 90vh;
  height: 90vh;
  max-width: 60vw;
  font-size: 13px;
  line-height: 1.7em;
  margin: auto;
  left: initial;
  right: initial;
  top: 5vh;
}

.nivo-lightbox-overlay.nivo-lightbox-theme-default.nivo-lightbox-effect-fade.nivo-lightbox-open {
  z-index: 100000;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: rgba(255, 255, 255, 0.9);
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 12px;
  background: url("close.png") no-repeat;
  background-size: 32px;
  top: 5%;
  opacity: 1;
}

.nivo-lightbox-theme-default .nivo-lightbox-inline {
  margin: 0 auto;
  max-width: 980px;
}

#ref_tab tr:nth-child(even) td {
  padding-bottom: 24px;
}

#ref_tab tr:nth-child(odd) td {
  vertical-align: bottom;
}

.et_pb_toggle_content {
  padding: 20px 10px;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

#ref_tab img {
  display: block;
}

/* TESTIMONIALS (Startseite) */
.bottomright {
  text-align: right;
  padding-bottom: 0;
}




.et_pb_testimonial:before {
  color: #777;
  top: -13px;
  background-color: #FFF;
}

.et_pb_testimonial_0{
  background-color: #f5f5f5;
}

.et_pb_testimonial_author {
  margin: 0;
}

.et_pb_testimonial_description {
  display: flex;
  height: inherit;
}

.et_pb_testimonial_description_inner {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
}


.testimonials .et_pb_column_1_3{
  float: none!important;
}


.testimonials.displayflexrow .displayflexcol.hide-mobile{
  display:none;
}
.testimonials.displayflexrow .displayflexcol.first-element-mobile{
  margin-top: 0;
}

.testimonials.displayflexrow .displayflexcol{
  margin-top: 40px;
  margin-right:0;
  margin-bottom: 0!important;
}
.testimonials.displayflexrow .et_pb_column.et_pb_column_1_3.displayflexcol.mt0-1{
  margin-top: 0;
}

.testimonials.displayflexrow .displayflexcol .et_pb_testimonial{
  padding: 30px 28px 28px;
}

.testimonials.displayflexrow .displayflexcol .et_pb_testimonial_description_inner > p{
  
  -webkit-hyphens: auto!important;
  -moz-hyphens: auto!important;
  -ms-hyphens: auto!important;
  hyphens: auto!important;
  font-size: .9rem;
  line-height: 140%;
}
.testimonials .rating{
  color: goldenrod;
  font-size: 1.2em !important;
  width: 100%;
  text-align: center;
}

.testimonials .bottomright > span {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: .75rem;
  color:#888;
  font-weight: bold!important;
}


.testimonials .column_break{
  height: 0;
}

.testimonial-note .et_pb_blurb_container,
.testimonial-note .et_pb_main_blurb_image{
  vertical-align: middle!important;
}


@media (min-width: 576px) {


  .et_pb_testimonial {
    height: 100%;
  }
  .bottomright {
    padding: inherit;
  }

  .testimonials.displayflexrow .displayflexcol.hide-mobile{
    display:inline-block;
  }
  .testimonials.displayflexrow .displayflexcol.first-element-mobile{
    margin-top: 40px;
  }
  
}

@media (min-width: 768px){

  .displayflexrow {
    display: flex;
    flex-wrap: wrap;

  }
  .displayflexcol {
    /*flex: 1;*/
    margin-right: 2.5%!important;
  }

  .et_pb_column.et_pb_column_1_3{
    flex-basis:48.7%;
  }
  .et_pb_column.et_pb_column_1_3.displayflexcol.mt0-2{
    margin-top: 0;
  }

  .displayflexcol.end-of-two-columns{
    margin-right: 0!important;
  }

  .testimonials .column_break.after_three{
    flex-basis: auto;
  }
  .testimonials .column_break.after_two{
    flex-basis: 100%;
  }
}
@media (min-width: 992px) {

  .et_pb_column.et_pb_column_1_3{
    flex-basis:31.6%;
  }
  
  .et_pb_column.et_pb_column_1_3.displayflexcol.mt0-3{
    margin-top: 0;
  }

  .displayflexcol.end-of-two-columns{
    margin-right: 2.5%!important;
  }
  .displayflexcol.end-of-three-columns{
    margin-right: 0!important;
  }

  .testimonials .column_break.after_two{
    flex-basis: auto;
  }
  .testimonials .column_break.after_three{
    flex-basis: 100%;
  }
}





@media (max-width: 767px) {
  .displayflexcol.et_pb_column.et_pb_column_1_3.et_pb_column_8 {
    margin-right: 0 !important;
  }
  .displayflexcol.et_pb_column.et_pb_column_1_3.et_pb_column_9 {
    display: none;
  }
}

@media (min-width: 981px) {

  .et_pb_gutters3 .et_pb_column_1_3, 
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3{
    width: 31.6%;
  }

}


.bottomright {
  display: flex;
  margin-top: auto;
}

.bottomright > span {
  width: 100%;
}

/*
 * PAGES
 */
@media (max-width: 1023px) {
  .error404 #content-area {
    padding: 0 !important;
  }
  .error404 .error-404 {
    padding: 0 !important;
  }
}

/*
 * TABLES
 */
@media (max-width: 600px) {
  .table-content tr {
    border-bottom: 1px solid #EEE;
  }
  .table-content tr u {
    margin: 1em 0;
    display: block;
  }
  .table-content td {
    display: block;
  }
  .table-content td:nth-child(2) {
    width: 50%;
    text-align: center;
    float: right;
  }
  .table-content td:nth-child(3) {
    width: 50%;
    text-align: center;
    float: right;
  }
}

/*
 * FORMS
 */
button.frm_button_submit {
  height: 54px !important;
}

.frm_style_formidable-style.with_frm_style textarea {
  padding: 0.6em !important;
}

.frm_forms .frm_page_bar input{
  background-color: #CCC!important;
}
.frm_rootline .frm_current_page input[type="button"] {
  border-color: #3d8f05;
  background-color: #51a319!important;
}

/* CHECKBOXES */
.with_frm_style .vertical_radio .frm_checkbox:not(.filled-in) label,
.with_frm_style .vertical_radio .frm_radio:not(.filled-in) label {
  padding-top: 5px;
  position: relative;
  min-height: auto;
  line-height: normal;
  padding-left: 0px !important;
  text-indent: 0px !important;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute !important;
  opacity: 0;
  pointer-events: none;
}

[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #666 !important;
}

[type="checkbox"].filled-in + span:not(.lever):before,
.filled-in [type="checkbox"] + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after,
.filled-in [type="checkbox"] + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before,
.filled-in [type="checkbox"]:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after,
.filled-in [type="checkbox"]:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #51A319;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before,
.filled-in [type="checkbox"]:checked + span:not(.lever):before {
  top: 1px;
  left: 1px;
  width: 6px;
  height: 12px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after,
.filled-in [type="checkbox"]:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #51A319;
  background-color: #51A319;
  z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after,
.filled-in [type="checkbox"].tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after,
.filled-in [type="checkbox"].tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

@media only screen and (max-width: 600px) {
  .with_frm_style .vertical_radio .frm_checkbox:not(.filled-in) label,
  .with_frm_style .vertical_radio .frm_radio:not(.filled-in) label {
    padding-top: 0;
  }
  .filled-in label.frm_primary_label {
    display: none !important;
  }
}

/**
 * Form Selction via Choices js
 */
.choices__inner {
  border-radius: 0 !important;
  border: 1px solid #51A319 !important;
  padding: 0 7.5px 0 3.75px !important;
  min-height: auto !important;
}

.choices__list {
  color: #191919 !important;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0 !important;
}

.choices__list--dropdown .choices__item--selectable {
  padding-right: 0 !important;
}

.choices__list--dropdown .choices__item {
  padding: 7px 10px !important;
}

/* todo */
#form_outer_wrapper {
  box-shadow: 0px 0px 6px rgba(3, 2, 2, 0.11);
  padding: 24px;
}

@media only screen and (max-width: 767.98px) {
  .weg-vw, .miet-vw {
    font-size: 24px !important;
  }
  .weg-vw:after, .miet-vw:after {
    left: 0 !important;
  }
  .mb-margbottom0 > div {
    margin-bottom: 0 !important;
  }
  .nivo-lightbox-wrap {
    max-width: 80vw;
  }
  .nobottommargin {
    margin-bottom: 0;
  }
  .flexy {
    display: block;
  }
  ul.check,
  ul.check li:last-of-type {
    padding-bottom: 0;
  }
  #ref_tab td {
    display: table-row;
    line-height: 3em;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-size: 5vw;
    width: 5vw;
    top: 0;
    right: 0;
    margin: 2.5vw;
  }
}

@media screen and (max-width: 980px) {
  .et_pb_section {
    padding: 0;
  }
  .infobox {
    right: -32px;
    top: 31%;
  }
  #footer-widgets :nth-last-child(-n+2).footer-widget {
    width: 100% !important;
  }
}

@media screen and (max-width: 1023px) {
  .start-col1 > div {
    font-size: 24px;
  }
  .flex_padding {
    display: none;
  }
  .start-col1 {
    margin-bottom: 0;
  }
  .start-col2 {
    display: none;
  }
  .mobile-left {
    text-align: left !important;
  }
  .dunkel {
    color: #666666 !important;
  }
  .footer-widget {
    width: auto !important;
  }
}

@media screen and (max-width: 1079px) {
  .footer-widget,
  .footer-widget div {
    width: 100% !important;
    float: none !important;
    text-align: center;
  }
}

@media screen and (max-width: 1180px) {
  .flex_padding {
    padding-left: 0;
  }
  .pt2 {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 1196px) {
  .et_pb_gutters3.et_pb_footer_columns2 .footer-widget {
    width: auto !important;
  }
}

@media only screen and (min-width: 981px) {
  #main-header {
    position: absolute;
    top: 48px !important;
    z-index: 10;
  }
  #main-header,
  #main-header.et-fixed-header {
    -webkit-box-shadow: 1px 0 3px rgba(3, 2, 2, 0.21) !important;
    -moz-box-shadow: 1px 0 3px rgba(3, 2, 2, 0.21) !important;
    box-shadow: 1px 0 3px rgba(3, 2, 2, 0.21) !important;
  }
  .et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 0 !important;
    padding-top: 26px !important;
  }
  .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation,
  .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
    padding: 0 !important;
  }
  .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 16px !important;
  }
  #content-area {
    padding: 4% 0;
  }
  #footer-widgets {
    padding: 0;
  }
  .w60 {
    width: 60vw;
  }
  .et_pb_gutters3.et_pb_footer_columns2 .footer-widget {
    width: auto !important;
  }
}

@media only screen and (min-width: 1080px) {
  .footer-widget:nth-child(2n) {
    float: right;
  }
}

@media only screen and (min-width: 1560px) {
  .pt2 {
    padding-top: 2vw !important;
  }
}

@media only screen and (min-width: 2060px) {
  .pt2 {
    padding-top: 3vw !important;
  }
}

/* global all lp-pages */
.hardfacts {
  margin-right: 0!important;
}
.hardfacts ul{
  line-height: normal;
  list-style-type: none;
  padding: 0 0 1em;
}
.hardfacts ul li{
  position: relative;
  padding: .3em .5em .3em 1.2em;
  line-height: 1.1em;
  font-size: 1rem;
}
.hardfacts ul li:last-child{
  padding-right: 0;
}
.hardfacts ul li:before{
    color: #8F8F8F;
    content: "\f147";
    font-family: 'dashicons';
    font-size: 1.4em;
    position: absolute;
    left: -4px;
    top: 6px;
}

/* alternative submit buttons */
.et_pb_button.alt_submit {
  width:auto;
  color: #FFF;
  background: #51a319;
  border: none;
  padding: 16px;
  font-size: 1.1rem;
  font-weight: 400;
  padding: .711em 2.4em .711em 1.3em !important;
  transition: all .4s ease;
  border-radius:0;
}
.et_pb_button.alt_submit:hover{
  transition: all .4s ease;
  background: green;
}

.et_pb_button.alt_submit.move-up{
  padding: .711em 2.6em .711em 1.3em !important;
}
.et_pb_button.alt_submit.move-up:after{
  content: "\f343";
  font-family: 'dashicons'!important;
  padding-left: 10px;
  font-size: 1.2rem;
  position: absolute;
  top: 17px;
  color: #Fff;
  z-index: 1;
  opacity: 1;
  margin-left: -3px!important;
}
.et_pb_button.alt_submit.move-next:after{
  content: "\f345";
  font-family: 'dashicons'!important;
  padding-left: 10px;
  font-size: 1.1rem;
  position: absolute;
  top: 18px;
  color: #Fff;
  z-index: 1;
  opacity: 1;
  margin-left: -4px!important;
}

.et_pb_button.alt_submit.move-next:hover:after{
  transition: all .4s ease;
  margin-left: 0!important;
}
.et_pb_button.alt_submit.move-up:hover:after{
  transition: all .4s ease;
  margin-left: -3px!important;
  margin-top: -4px;
  top: 17px;
}

@media (min-width:810px) and (max-width:1023px){
  .hardfacts ul li{
    display: inline-block;
  }
}
@media (min-width:1024px){
  .hardfacts ul li{
    display: list-item;
    font-size: 1.35rem;
    padding-left: 1.3em;
  }
  .hardfacts ul li:before{
    font-size: 1.35em;
    top: 8px;
  }
}




.et_pb_text_inner .et_pb_text_0 p {
  line-height: 2.4rem;
}

.et_pb_row_0.et_pb_row {
  padding-top: 0;
}

.no_bg .et_pb_row_0.et_pb_row {
  padding-top: 10%;
}

.lp-back > .et_pb_row_0.et_pb_row {
  padding-top: 0 !important;
}
.lp-back>.et_pb_row_0.et_pb_row .et_pb_image_wrap img{
  max-height: 245px;
}

@media only screen and (max-width: 1023px) {
  .lp-back .et_pb_text.et_pb_text_0 {
    padding-top: 30px;
  }
  .et_pb_text.et_pb_text_0 {
    padding-top: 30px;
  }
  .no_bg .et_pb_row_0.et_pb_row {
    padding-top: 10%;
  }
}

@media only screen and (max-width: 980px) {
  .no_bg .et_pb_row_0.et_pb_row {
    padding-top: 30px;
  }
  .no_bg .et_pb_column .et_pb_module {
    padding-top: 3px;
  }
  .lp-back .et_pb_text.et_pb_text_0 {
    font-size: 1.4em;
  }
  .et_pb_module.et_pb_text.nobottommargin {
    font-size: 1.8rem;
    display: inline-block;
  }
}

/**
 * Layout with Sidebar
 **/
body #page-container .et_pb_section.top-spacing-header .et_pb_column_1_3 picture.branding {
  margin-bottom: 0;
}

body #page-container .et_pb_section.top-spacing-header .et_pb_column_1_3 .et_pb_text h6 > strong {
  display: inline-block;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: .5em;
  margin-bottom: 0;
}

@media (max-width: 980px) {
  body #page-container .et_pb_section.top-spacing-header .et_pb_column_2_3 .et_pb_module.et_pb_post_title {
    margin-bottom: 0;
  }
}

body #page-container .has-two-columns .et_pb_row {
  padding: 0 24px !important;
  width: 100%;
}

body #page-container .has-two-columns .et_pb_column_1_3 picture.branding {
  margin-bottom: 0;
  left: 0;
  display: inline-block;
}

body #page-container .has-two-columns .et_pb_column_1_3 .et_pb_text_0 h6 > strong,
body #page-container .has-two-columns .et_pb_column_1_3 .textwidget h6 strong {
  display: inline-block;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: .5em;
  margin-bottom: 0;
}

body #page-container .has-two-columns .et_pb_column_1_3 #custom_html-2 {
  float: none;
  width: auto;
  clear: none;
  margin: 0 auto;
}

body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_row_inner_0 {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 32px;
}

body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_row_inner_1 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_text_0 {
  font-size: 1.2rem;
  padding-top: 0 !important;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}


body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_module.text-since-2009 {
  width: 100%;
  text-align: center;
  margin-bottom: .4em;
}

body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_module.text-since-2009 .widget_custom_html {
  width: 100%;
  margin-bottom: 0;
  font-size: 1.3em;
}

body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_text_1 {
  margin-bottom: 0;
}

body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_text_1 p {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: .6em;
  margin-top: .1em;
}

body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_text_2 {
  margin-bottom: 0;
}

body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_text_2 p {
  width: 100%;
  margin: .4rem auto .4rem;
  font-size: 1em;
}

body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_button_module_wrapper.et_pb_button_0_wrapper {
  width: 100%;
}

body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_button.single-button {
  width: auto;
  margin-top: 36px;
  padding-left: 18px !important;
  padding-right: 18px !important;
  position: relative;
}

body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_button.single-button:before {
  left: -8px !important;
  transition: none !important;
}

body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_button.single-button:after {
  display: inline-block !important;
  content: 'Anfrage starten:';
  position: absolute;
  width: auto;
  top: -30px;
  left: 0;
  opacity: 1;
  font-family: "Titillium" !important;
  font-size: 1rem;
  color: #666;
  text-align: left;
}

@media (min-width: 576px) and (max-width: 980px) {
  body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_row_inner_0 {
    padding-top: 32px;
  }
  body #page-container .has-two-columns .et_pb_module.branding {
    margin-top: -50px;
    width: 345px;
    float: right;
  }
  body #page-container .has-two-columns .displayflexcol {
    margin-bottom: 0;
  }
}

@media (max-width: 659px) {
  .et_pb_column_1_3 .et_pb_module.branding {
    float: none !important;
    margin: 0 auto 30px !important;
  }
}

@media (min-width: 601px) {
  body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_text_0 {
    font-size: 1.3rem;
  }
  body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_text_1 p {
    font-size: 1.8rem;
  }
  body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_button.single-button:after {
    font-size: 1.1rem;
  }
  body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_button.single-button {
    width: auto;
    margin-top: 36px;
    padding-left: 96px !important;
    padding-right: 32px !important;
    position: relative;
  }
  body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_button.single-button:before {
    left: 32px !important;
  }
  body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_button.single-button:after {
    display: inline-block !important;
    content: 'Anfrage starten:';
    position: absolute;
    width: auto;
    top: -30px;
    left: 0;
    opacity: 1;
    font-family: "Titillium" !important;
    font-size: 1rem;
    color: #666;
    text-align: left;
  }
}

@media (min-width: 981px) {
  body #page-container .has-two-columns .et_pb_column_2_3 .et_pb_row_inner_0 {
    padding-top: 0px;
  }
  body #page-container .has-two-columns .et_pb_column_1_3 picture.branding {
    left: -40px;
  }
  .page-template-page-template-sitebarmenu .et_pb_gutters3 .et_pb_column{
    margin-right: 3.5%;
  }
  .page-template-page-template-sitebarmenu .et_pb_column.et_pb_column_1_3 {
    flex-basis: 47.4%;
  }

  .page-template-page-template-sitebarmenu .et_pb_section.top-spacing-header {
    padding-top: 220px;
  }
  .page-template-page-template-sitebarmenu #page-container .has-two-columns .et_pb_column_2_3 .et_pb_text_0{
    margin-top: 0em;
  }
}



.pre-button-text {
  margin-bottom: 0.4em !important;
  font-size: 1.1em;
}


a.excerpt{
  white-space: nowrap;
}
.et_pb_code_inner>h4{
  line-height: normal;
}
@media (min-width: 981px){
  .et_pb_column_1_3{
    width: 31.2%!important;
    margin-right: 3%!important;
  }
}
@media (min-width: 992px){
  .et_pb_column.et_pb_column_1_3{
    flex-basis: 31.2%;
  }
}

a.teaser-read-more{
  text-decoration: underline;
  color: inherit;
  display: inline-block;
  padding-top: .4em;
  color: #555;
  transition: all .25s ease;
}
a.teaser-read-more:hover{
  transition: all .25s ease;
  color: #51a319;
}