/*======================================
Theme Name: kraehativ
Description: Child-Theme von Krähativ
Version: 1.0
Author: krähativ design gmbh
Author URI: https://www.kraehativ.de/
Template: Divi
======================================*/



/* FONTS – Start */

@import url('./css/all.min.css');
/* FontAwesome */


/* Nunito-300 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: local(''),
    url('webfonts/Nunito-Light.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('webfonts/Nunito-Light.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Nunito-400 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('webfonts/Nunito-Regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('webfonts/Nunito-Regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Nunito-500 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  src: local(''),
    url('webfonts/Nunito-Medium.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('webfonts/Nunito-Medium.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Nunito-600 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: local(''),
    url('webfonts/Nunito-SemiBold.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('webfonts/Nunito-SemiBold.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Nunito-700 */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('webfonts/Nunito-Bold.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('webfonts/Nunito-Bold.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* FONTS – End */


/* ---------------------------- */


/* BASICS – Start */

:root {
  --hauptfarbe: #48CB34;
  /* <--- EINFÜGEN:  1. Gestaltungsfarbe  */
  --zusatzfarbe: #27A0AA;
  /* <--- EINFÜGEN:  2. Gestaltungsfarbe  */
  --weiss: #ffffff;
  --schwarz: #000000;
  --grau: #555555;
  /* <--- EINFÜGEN:  Grauwert bei Bedarf anpassen  */

  --headlines: normal normal 300 20px/1.5 Nunito;
  /* <--- EINFÜGEN:  Hauptschriftart für Überschriften ...  */
  --copytext: normal normal 500 16px/1.5 Nunito;
  /* <--- EINFÜGEN:  Schriftart für Copytext ...  */
}

body {
  font: var(--copytext);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font: var(--headlines);
}

h1,
.h1,
h2,
.h2,
.et_pb_module h2,
.et_pb_module h1 {
  font-size: 48px;
}

h1,
.h1,
h3,
.h3,
.et_pb_module h3,
.et_pb_module h1 {
  color: var(--hauptfarbe);
}

h2,
.h2,
.et_pb_module h2 {
  color: var(--zusatzfarbe);
}

h3,
.h3,
.et_pb_module h3 {
  font-size: 38px;
}

h4,
.h4,
h5,
.h5 {
  font: var(--copytext);
  color: var(--schwarz);
}

h4,
.h4,
.et_pb_module h4 {
  font-size: 35px;
}

h5,
.h5,
.et_pb_module h5 {
  font-size: 30px;
}


a {
  color: var(--hauptfarbe);
  /*font-weight: 700;*/
}

footer a {
  color: var(--weiss)!important;
}

/* BASICS – End */


/* ---------------------------- */


/* GENERAL STYLES – Start */


/* GENERAL STYLES – End */


/* ---------------------------- */


/* MENU / NAV  – Start */
.et_pb_menu .et_pb_menu__menu,
.et_pb_menu .et_pb_menu__menu>nav,
.et_pb_menu .et_pb_menu__menu>nav>ul {
  width: 100%;
  justify-content: center;
}

.et_pb_menu.et_pb_menu--style-inline_centered_logo .et_pb_menu__menu nav ul {
  justify-content: space-between;
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
  padding-top: 40px;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a:before {
  content: '';
  width: 100%;
  height: 5px;
  background-color: var(--hauptfarbe);
  position: absolute;
  bottom: 15px;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item ul li a:before,
.et_pb_menu_0_tb_header.et_pb_menu ul li ul li.current-menu-item a:before,
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item ul li ul li a:before {
  display: none;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a:before {
  content: '';
  width: 100%;
  height: 5px;
  background-color: var(--hauptfarbe);
  position: absolute;
  bottom: 15px;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li.et_pb_menu__logo-slot {
  margin: 0 3%;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
  background-color: #fff;
}

.nav ul.sub-menu li,
.et-db #et-boc .et-l .nav li li {
  padding: 10px 0px;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
.nav ul.sub-menu li:last-child,
.et-db #et-boc .et-l .nav li li:last-child {
  border-bottom: none;
}

.nav .et_pb_menu .et-menu-nav>ul ul {
  padding: 20px 20px;
}
.et-menu .et_pb_menu__logo a:hover {
  opacity: 1;
}

.et-menu li li a {
  padding: 6px 0px;
  width: 200px;
}
.et-db #et-boc .et-l .et_pb_menu.et_pb_menu--style-inline_centered_logo .et_pb_menu__menu nav ul {
  justify-content: space-between;
}
#menu-hauptmenue.nav li ul,
.et-db #et-boc .et-l .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
  width: 320px;
  padding: 0px 20px 5px;
  box-shadow: 0px 3px 10px #0000002e;
}
#menu-hauptmenue.et-menu li li a,
.et-db #et-boc .et-l .et-menu li li a {
  padding-left: 10px;
  width: 100%;
  color:#000000;
}
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li.current-menu-item ul li a {
  color: #000!important;
}
.et-db #et-boc .et-l .nav ul li a:hover {
  background-color: rgba(0,0,0,0);
}

/**Untermenü*/
.nav li li ul,
.et-db #et-boc .et-l .nav li li ul {
  z-index: 1000;
  top: 0;
  left: 280px;
}
.et-db #et-boc .et-l .nav li ul {
  width: 320px;
}
.et_pb_menu_0_tb_header.et_pb_menu .nav li li ul {
  background-color: #e9e9e9!important;
  border-top: none;
}
.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .nav li li ul{
  background-color: #e9e9e9!important;
  border-top: none;
}

@media only screen and (max-width: 1090px) {
  .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo {
    width: 170px;
  }
}

/* MENU / NAV  – End */


/* ---------------------------- */


/* CONTENT – Start */
/* start - Video */
.et_pb_section_video_bg #mep_0.mejs-video {
  height: 100%!important;
}
.et_pb_section_video_bg #mep_0.mejs-video video {
  height: 100%!important;
  object-position: center;
  object-fit: cover;
}
/* end - Video */

/* start - Mehr erfahren Buttons */
.pa-inline-buttons .et_pb_button_module_wrapper {
  display: inline-block;
}

.pa-button-icon-right span {
  margin-left: 11px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.fa-arrow-alt-from-left:before,
.fa-right-from-line:before {
  color: var(--hauptfarbe);
}

.pa-button-icon-right.white .fa-right-from-line:before {
  color: #fff;
}

.pa-inline-buttons a.pa-button-icon-right:hover span {
  margin-left: 20px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.pa-inline-buttons-blue .et_pb_button_module_wrapper {
  display: inline-block;
}

.pa-inline-buttons-green .et_pb_button_module_wrapper {
  display: inline-block;
}

.pa-inline-buttons-blue a.pa-button-icon-left:hover .fa-right-from-line:before {
  color: #27A0AA;
  left: 5px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.pa-inline-buttons-blue .fa-arrow-alt-from-left:before,
.pa-inline-buttons-blue .fa-right-from-line:before,
.blue .fa-right-from-line::before {
  color: #27A0AA;
}

.pa-inline-buttons-green .fa-arrow-alt-from-left:before,
.pa-inline-buttons-green .fa-right-from-line:before {
  color: var(--hauptfarbe);
}


.btn-absolute .et_pb_button_module_wrapper:nth-child(odd) {
  position: absolute;
  bottom: 50px;
}
.btn-absolute .et_pb_button_module_wrapper:nth-child(even) {
  position: absolute;
  bottom: 60px;
  margin-left: 375px;
}
.btn-absolute.more-content-row .et_pb_button_module_wrapper:nth-child(odd) {
  position: absolute;
  bottom: 25px;
}
/* end - Mehr erfahren Buttons */

/* start - Zurück Buttons */
body #page-container .et_pb_section .et_pb_button.backtosite:before {
  content: '\f34b';
  font-family: "Font Awesome 6 Pro"!important;
  font-weight: 400!important;
  color: #48CB34!important;
}

/* end - Zurück Buttons */


/* start - Infoboxen */
.infobox ul li::marker {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  font-size: 22px;
  color: var(--hauptfarbe);
  display: inline-block;
  margin-right: 7px;
  margin-left: -30px;
  padding-right: 5px;
  vertical-align: middle;
}

.custom_bullets ul li {
  padding-left: 15px;
  padding-bottom: 15px;
  list-style: none;
}

.custom_bullets ul {
  padding-bottom: 0px;
}

/* end - Infoboxen */

/* start - PopUp */
.popup-link a {
  padding-right: 5px;
}

.popup-link a::after  {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 20px;
  content: "\f05a";
  color: #48CB34;
  margin-left: 5px;
  line-height: 40px;
  vertical-align: text-bottom;
}
/* end - PopUp */

/* start - Gründe Sektion */
.reasons-row .et_pb_blurb::before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  color: #000000;
  font-size: 28px;
  line-height: 60px;
  border: 2px solid var(--hauptfarbe);
  border-radius: 100%;
  height: 58px;
  width: 58px;
  margin-bottom: 32px;
  display: block;
  text-align: center;
}

/* end - Gründe Sektion*/

/*Kunden-Slider*/
.kunden .dmach_carousel_container .slick-next::before, .kunden .dmach_carousel_container .slick-prev::before {
  text-shadow: none!important;
}
.kunden img.dmach-acf-value {
  margin: auto;
} 
/* .kunden img.dmach-acf-value {
  margin: 0 auto;
  min-width: 125px;
  max-width: 155px;
} */
/* start - Slider Testimonials */
.testimonials-row .slick-dots li button {
  border: 2px solid #fff;
}

.testimonials-row .slick-dots li.slick-active button {
  border: none;
}

.testimonial .dmach_carousel_container .slick-next::before {
  text-shadow: none;
  font-size: 120px;
  top: -60px;
  left: -20px;
}

.testimonial .dmach_carousel_container .slick-prev::before {
  font-size: 120px;
  text-shadow: none;
  top: -60px;
  left: -90px;
}

.testimonial-post-content p:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 22px;
  content: "\f10d";
  color: #48CB34;
  width: 58px;
  margin-right: 10px;
}

/* end - Slider Testimonials */

/* start - Slider-InhaltsBoxen*/
.more-content-slider h6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.more-content-slider .et_pb_column p {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top: 25px;
}

.more-content-slider .dmach_carousel_container .slick-next::before {
  text-shadow: none;
  font-size: 120px;
  top: -60px;
  left: -20px;
}

.more-content-slider .dmach_carousel_container .slick-prev::before {
  font-size: 120px;
  text-shadow: none;
  top: -60px;
  left: -90px;
}

body .more-content-slider .slick-dots {
  bottom: -30px;
}

/* end - Slider-InhaltsBoxen  */

/* start - Footer */
footer .fa-arrow-alt-from-left:before,
footer .fa-right-from-line:before {
  color: var(--hauptfarbe);
  position: relative;
  left: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

footer .pa-button-icon-left span {
  margin-right: 11px;
}

/* end - Footer */

/* start - Content Header */
.header-title.et_pb_module.et_pb_de_mach_title,
.header-title.et_pb_module {
  position: absolute;
  top: 75px;
  left: 10%;
}

.header-subline {
  position: absolute;
  top: 170px;
  left: 10%;
}

.header-description {
  position: absolute;
  top: 290px;
  left: 10%;
}

/* *Header-Image Content */
.content-header .et_pb_de_mach_thumbnail img {
  height: 600px;
  object-fit: cover;
  z-index: -1;
  position: relative;
}
.header-description p {
  padding-bottom: 15px;
}
/* end - Content Header */

/* start - Footer Parallax */
.footer-full-image .dmach-acf-item-content img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: bottom;
}

/* end - Footer Parallax */

/* *Andere Buttons */
.btn-green.et_pb_button.et_pb_button_6:after {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 18px !important;
}

/* * Content Buttons bottom*/

/* *logo li's*/
.logo-li ul {
  list-style-image: url(https://wl.wakd.de/wp-content/uploads/2023/01/li-logo.png);
  list-style-position: outside;
  padding: 0;
  margin-left: 30px;
}

.logo-li ul li {
  padding-bottom: 20px;
}

.logo-li ul li::marker {
  margin-right: 10px !important;
}

/* *Big Numbers*/
.et_pb_number_counter h3 {
  padding-bottom: 5px;
  margin-top: 40px;
}

.entry-content tr td {
  padding: 0;
  border: none;
}

/* *Aufzählungen */
.et_pb_module_inner ul li::marker {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  font-size: 22px;
  color: var(--hauptfarbe);
  display: inline-block;
}

.et_pb_module_inner ul li span {
  line-height: 38px;
}

.et_pb_module_inner ul li {
  line-height: 38px;
  padding-left: 10px;
}

.et_pb_de_mach_content .et_pb_module_inner ul,
.et-db #et-boc #main-content .et-l .et_pb_de_mach_content_0_tb_body ul {
  padding-left: 20px !important;
}
.et_pb_de_mach_content .et_pb_module_inner ul li {
  padding-left: 10px;
}

.et_pb_module_inner .li-false ul li::marker {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  font-size: 22px;
  color: red;
  display: inline-block;
}

/* *Leistungsseite Einfügrung Bild */
.introduction-image img.dmach-acf-value {
  margin: 0 auto;
}
/* *Boxen-Grid*/
.et_pb_row.more-content-row.boxes {
  padding: 0 0 30px 0!important;
}

.post-content-tb strong.blue {
  color: #48cb34;
}

/* *Galerie*/
.et_pb_gallery_item {
  margin-right: 2%!important;
  margin-bottom: 2%!important;
  width: 23%!important;
}

.et_pb_gallery_item.on_last_row.last_in_row {
  margin-right: 0%!important;
}

.vergleich-galerie .et_pb_gallery_item {
  width: 100%!important;
}

body .et_pb_section .et_pb_gallery_grid.col-desk-4 > :not(.no-results-layout) {
  grid-template-columns: repeat(2, minmax(0, 1fr))!important;
}
.fallbeispiel .et_pb_gallery_item, .faserverlust .et_pb_gallery_item {
  width: 49%!important;
}
.fallbeispiel .et_pb_gallery_items.et_post_gallery.clearfix {
    display: flex;
    justify-content: center;
}
.faserverlust .et_pb_gallery_items.et_post_gallery.clearfix {
  display: flex;
  justify-content: left;
}
/* *FAQ*/
.faq table {
    border-color: #f8f8f8;
    box-shadow: 0px 1px 5px #0000002e;
    margin-top: 15px;
}
.faq table th {
    color: #fff;
    background: #27A0AA;
    padding: 0 10px;
    font-weight: 500;
}
.faq table td {
  padding: 0 20px;
}
.faq table tr td:first-child {
    background: #efefef;
}
.faq-module .et_pb_accordion_item {
  margin-bottom: 30px!important;
}
.faq-module .et_pb_accordion_item.et_pb_toggle_open {
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
/*start Extrawurschd-Seiten wegen Text im Header*/
/*Pulperoptimierung*/
.page-id-3091 .header-description {
  top: 320px;
}
.page-id-3091 .et_pb_de_mach_thumbnail_0_tb_body {
  height: 640px;
  min-height: 640px;
}
.page-id-3091 .content-header .et_pb_de_mach_thumbnail img {
  height: 640px;
}
/*Engineering*/
.page-id-1447 .et_pb_de_mach_thumbnail_0_tb_body {
  height: 620px;
  min-height: 620px;
}
.page-id-1447 .content-header .et_pb_de_mach_thumbnail img {
  height: 620px;
}
/*end Extrawurschd-Seiten*/
/*Anfrageformular*/
.anfrage .form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 5%;
}
.anfrage .form p {
  width: 45%;
  margin-bottom: 30px;
}
.anfrage input {
  background: #ededed;
  border: none;
  height: 35px;
  margin-top: 5px;
  width: 100%;
  font-size: 18px;
  padding: 0 10px;
}
.anfrage label {
  font-size: 20px;
}
.anfrage select {
  font-size: 18px;
  height: 35px;
  background: #ededed;
  border: none;
  padding: 0px 10px;
  width: 80%;
}
.anfrage .senden {
  width: 100%;
  margin-top: 20px;
}
.anfrage .senden p {
  margin-bottom: 0;
}
.anfrage .senden input {
  width: 150px;
  height: 45px;
  background: #27A0AA;
  color: #fff;
  font-weight: 600;
  padding: 0px 15px;
      cursor: pointer;
}
.checkbox, .anfrage .form .checkbox p {
  width: 100%;
}
.checkbox {
  margin-top: 20px;
}
.anfrage .checkbox input {
  width: auto;
  margin: 0 5px 0 0;
  height: auto;
}
.anfrage .form textarea {
  width: 100%;
  background: #ededed;
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}
.anfrage .textarea, .anfrage .textarea p {
  width: 100%;
}

/*WP-Forms*/
.wpforms-container .wpforms-field {
  padding: 15px 0;
  position: relative;
  width: 45%;
  margin-bottom: 30px;
}
label.wpforms-field-label {
  font-size: 20px;
}
.wpforms-field-small input, .wpforms-field-large input, .wpforms-field-medium input, textarea.wpforms-field-medium {
  background: #ededed!important;
  border-color: #ededed!important;
}
div.wpforms-container-full input[type=submit]:hover, 
div.wpforms-container-full input[type=submit]:active, 
div.wpforms-container-full button[type=submit]:hover, 
div.wpforms-container-full button[type=submit]:active, 
div.wpforms-container-full .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-page-button:active,
div.wpforms-container-full button[type=submit] {
  background: #27A0AA!important;
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  background-color: #27A0AA!important;
}
.wpforms-field.wpforms-field-textarea {
  width: 100%;
}
textarea.wpforms-field-medium.wpforms-field-required {
  background: #ededed;
  border: none;
}
/*Hyphens*/
.entry-title.dmach-post-title, .reasons-row p {
  hyphens: auto;
}
.et_pb_text_inner h1 {
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
}
/*Content Allgemein*/
.erfolgsreise img {
  object-fit: contain;
}
/* CONTENT – End */


/* start - Responsive */

@media only screen and (max-width: 1700px) {
  header .et_pb_row_0_tb_header,
  .home header .et_pb_row_1_tb_header,
  header .et_pb_row_2_tb_header {
    max-width: 90%;
    width: 100%;
  }
  /* *Ablauf Content*/
  .ablauf .et_pb_row {
    max-width: 90%;
  }
  .ablauf .et_pb_module.et_pb_blurb {
    padding-right: 20px;
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
  }
  /*Contentseiten*/
  /*Header Extrawurschd-Headlines*/
  .page-id-2433 .content-header .header-subline {
    top: 240px;
}
}

@media only screen and (max-width: 1336px) {
  header .et_pb_menu .et_pb_menu__menu>nav>ul>li.et_pb_menu__logo-slot {
    margin: 0;
    width: 170px;
  }
  header .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 20px;
  }
  /* *Ablauf Content*/
  .ablauf .et_pb_module.et_pb_blurb h3 {
    font-size: 20px;
  }
  .ablauf .et_pb_module.et_pb_blurb p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 981px) {
    /*Contentseiten*/
    .kontakt-row .et_pb_column.et_pb_column_1_3.et_pb_column_2_tb_body {
      width: 20%;
    }
    .kontakt-row .et_pb_column.et_pb_column_1_3.et_pb_column_3_tb_body {
      width: 40%;
    }
    .kontakt-row .et_pb_column.et_pb_column_1_3.et_pb_column_4_tb_body {
      width: 29%;
    }
    /*Special Höhe für Header*/
    .page-id-3091 .content-header .header-subline {
      width: 85%;
    }
    .page-id-3091 .header-description {
      top: 340px;
  }
  .et_pb_column_7.infobox-spalte1 {
    background-image: none;
  }
}
@media only screen and (max-width: 1090px) and (min-width: 981px) {
  header .et_pb_menu .et-menu>li {
    padding-left: 0;
    padding-right: 0;
  }
  .erfolgsreise .et_pb_text_inner h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .parallax-footer-img {
    height: 240px!important;
  }
}

@media only screen and (max-width: 980px) {
    /*Fonts*/
    .et_pb_text_inner h1 {
      font-size: 35px!important;
      line-height: 40px!important;
    }
    .et_pb_text_inner h4 {
      font-size: 30px!important;
      line-height: 37px!important;
    }

  .et_pb_column_11.infobox-spalte1 {
    margin-bottom: 40px !important;
  }
  header .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a:before {
    display: none;
  }
  .reasons-row .et_pb_blurb::before {
    margin-bottom: 20px;
  }
  .more-content-slider .dmach_carousel_container .slick-next::before {
    left: -50px;
  }
  .more-content-slider .dmach_carousel_container .slick-prev::before {
  left: -60px;
  }
  /*Header */
  .content-header .header-subline {
    width: auto;
    margin-right: 5%;
  }
  .content-header p.dmach-acf-value.dmach-acf-video-container {
    font-size: 22px;
    line-height: 35px;
  }
  .content-header .header-description p {
    width: 90%;
    font-size: 22px;
    line-height: 32px;
  }
  .content-header h1.dmach-acf-value.dmach-acf-video-container {
    font-size: 45px!important;
    line-height: 55px!important;
  }
  /*Slider*/
  .kunden .dmach_carousel_container .slick-next::before {
    right: 12px;
  }
  .dmach_carousel_container .slick-prev:before {
    left: 5px;
  }
  /*Content*/    
  .page-id-2433 .content-header .header-subline {
    top: 200px;
  }
  .bignumber-row .et_pb_number_counter h3.title {
    font-size: 22px;
    margin-top: 40px;
    line-height: 27px;
}
  .bignumber-row .et_pb_column {
    width: 25%!important;
  }
  .bignumber-row .et_pb_number_counter .percent {
    height: 55px;
}
.bignumber-row .percent p {
  font-size: 60px!important;
}
.content-header .et_pb_de_mach_thumbnail img {
  height: 400px;
}
}
@media only screen and (max-width: 980px) and (min-width: 541px) {
  .erfolgsreise .et_pb_text_inner h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .erfolgsreise .et_pb_column {
    margin-bottom: 30px!important;
    min-height: 200px;
  }
  .erfolgsreise .et_pb_module.et_pb_image {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .erfolgsreise .et_pb_module.et_pb_text {
    width: 70%;
    margin-top: 10px!important;
  }
  .erfolgsreise img {
    max-width: 210px;
  }
}
@media only screen and (max-width: 980px) and (min-width: 768px) {
.ablauf .et_pb_module.et_pb_blurb {
  padding-right: 0;
}
.ablauf .et_pb_blurb_1_tb_body.et_pb_blurb, .ablauf .et_pb_blurb_2_tb_body.et_pb_blurb, .ablauf .et_pb_blurb_3_tb_body.et_pb_blurb, .ablauf .et_pb_blurb_4_tb_body.et_pb_blurb {
  padding-left: 0px!important;
}
}


@media only screen and (max-width: 767px) {
  .more-content-slider .dmach_carousel_container .slick-next::before,
  .more-content-slider .dmach_carousel_container .slick-prev::before {
    display: none;
  }
  header .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 16px;
    hyphens: auto;
  }

  .et_mobile_menu li a {
    padding: 7px 5%;
  }
  /*Kontaktformular*/
  .anfrage .form p {
    width: 100%;
    margin-bottom: 10px;
  }
  /*Gründe*/
  .home .reasons-row .et_pb_blurb_content {
    width: 70%;
    display: inline-block;
    margin-left: 15px;
  }
  .reasons-row .et_pb_blurb::before {
    vertical-align: top;
    top: 0;
    position: relative;
    display: inline-block;
  }
      /*Special Höhe für Header*/
      .page-id-3091 .content-header .header-title.et_pb_module {
        top: 45px;
      }
      .page-id-3091 .content-header .header-subline {
        top: 120px;
      }
      .page-id-4173 .content-header .header-subline {
        top: 200px;
    }
      .page-id-3091 .header-description {
        top: 300px;
      }
      .page-id-3091 .content-header .header-description p {
        font-size: 18px;
        line-height: 28px;
      }
    /*Content*/
    .erfolgsreise img {
      max-width: 140px;
      height: auto!important;
    }
    .faq .et_pb_toggle_content.clearfix {
      overflow-x: auto;
    }
      .ablauf .et_pb_blurb::before {
        left: -20px!important;
    }
    .ablauf .et_pb_blurb_5_tb_body.et_pb_blurb:before {
      left: -50px!important;
  }
    .et_pb_blurb_0_tb_body.et_pb_blurb:before {
      left: -45px!important;
    }
    .bignumber-row .et_pb_column {
      width: 50%!important;
    }
    .bignumber-row .et_pb_number_counter h3.title {
    font-size: 18px;
    margin-top: 20px;
    line-height: 20px;
    }
    .bignumber-row .percent p {
    font-size: 45px!important;
    }
    .ablauf .et_pb_module.et_pb_blurb {
      height: 100%;
    }
    .ablauf .et_pb_blurb_content {
      max-width: 100%!important;
  }
}
@media only screen and (max-width: 540px) {
  /*Fonts*/
  .et_pb_text_inner h1 {
    font-size: 30px!important;
    line-height: 36px!important;
  }
  .et_pb_text_inner h3 {
    font-size: 22px!important;
    line-height: 30px!important;
  }
  .et_pb_text_inner h4 {
    font-size: 22px!important;
    line-height: 30px!important;
  }
  .et_pb_text_inner p, .et_pb_text_inner tbody, .et_pb_text_inner li {
    font-size: 18px;
    line-height: 30px!important;
  }
  .et_pb_module_inner ul li span {
    line-height: 30px;
  }
  .et_pb_module_inner ul li::marker {
    font-size: 18px;
}
  .anfrage label {
    font-size: 18px;
  }
  .et_pb_text_inner p, .et_pb_text_inner li, .et_pb_text_inner li span {
    font-size: 18px;
    line-height: 29px!important;
}
    /*Startseite*/
    .reasons-row .et_pb_blurb::before {
      margin-bottom: 15px;
    }
    .reasons-row .et_pb_column_9,
    .reasons-row .et_pb_column_10,
    .reasons-row .et_pb_column_11 {
      display: block;
    }
    .kunden .dmach_carousel_container .slick-next::before {
      right: 20px;
    }
    .dmach_carousel_container .slick-prev:before {
      left: 15px;
    }
  /*Header*/
  .content-header h1.dmach-acf-value.dmach-acf-video-container {
    font-size: 35px!important;
    line-height: 42px!important;
  }
  .content-header p.dmach-acf-value.dmach-acf-video-container {
    font-size: 16px;
    line-height: 25px;
  }
  .content-header .header-subline {
    padding: 5px 10px!important;
    top: 110px;
  }
  .content-header .header-description p {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    hyphens: auto;
  }
  .content-header .header-description {
    top: 180px;
    width: 80%!important
  }
  .content-header .header-title.et_pb_module {
    top: 45px;
  }
  .content-header .et_pb_de_mach_thumbnail_0_tb_body {
    height: 300px;
    min-height: 300px;
  }
  .content-header.maschinenpark .et_pb_de_mach_thumbnail  {
    height: 300px!important;
    min-height: 300px!important;
  }
  .page-id-18 .content-header .et_pb_de_mach_thumbnail img {
    height: 200px;
}
  /* .et-db #et-boc .et-l .et_pb_de_mach_thumbnail_0_tb_body {
    height: 300px;
    min-height: 300px;
  } */
  .content-header .et_pb_de_mach_thumbnail img {
    height: 300px;
}
  /*Header Special Höhe*/
  .page-id-1447 .content-header .et_pb_de_mach_thumbnail_0_tb_body {
    height: 500px;
    min-height: 500px;
  }
  .page-id-3091 .content-header .header-title.et_pb_module {
    top: 35px;
  }
  .page-id-3091 .content-header .header-description {
    top: 220px;
    hyphens: auto;
  }
  .page-id-3091 .content-header h1.dmach-acf-value.dmach-acf-video-container,
  .page-id-5569 .content-header h1.dmach-acf-value.dmach-acf-video-container,
  .page-id-2433 .content-header h1.dmach-acf-value.dmach-acf-video-container,
  .page-id-3639 .content-header h1.dmach-acf-value.dmach-acf-video-container,
  .page-id-4173 .content-header h1.dmach-acf-value.dmach-acf-video-container,
  .page-id-2305 .content-header h1.dmach-acf-value.dmach-acf-video-container {
    font-size: 26px!important;
    line-height: 34px!important;
  }
  .page-id-3091 .content-header .et_pb_de_mach_thumbnail_0_tb_body {
    height: 580px;
  }
  .page-id-5569 .content-header .et_pb_de_mach_thumbnail_0_tb_body,
  .page-id-5569 .content-header .et_pb_de_mach_thumbnail img {
    height: 460px!important;
  }
  .page-id-2305 .content-header .et_pb_de_mach_thumbnail_0_tb_body,
  .page-id-2305 .content-header .et_pb_de_mach_thumbnail img {
    height: 360px!important;
  }
  .page-id-3091 .content-header .header-description p,
  .page-id-5569 .content-header .header-description p,
  .page-id-2305 .content-header .header-description p,
  .page-id-1447 .content-header .header-description p {
    font-size: 16px;
    line-height: 25px;
  }
  .page-id-3307 .content-header .header-subline,
  .page-id-2433 .content-header .header-subline {
    top: 150px;
  }
.page-id-3091 .content-header .header-subline {
  top: 100px;
  hyphens: auto;
}
.page-id-4173 .content-header .header-subline {
  top: 130px;
}

  /*Content*/
  .erfolgsreise .et_pb_text_inner h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .erfolgsreise .et_pb_column {
    margin-bottom: 30px!important;
    min-height: 200px;
  }
  .erfolgsreise img {
    max-width: 100%;
    height: auto!important;
  }
  .infoboxen-section .et_pb_gutters1 .et_pb_column,
  .infoboxen-section .et_pb_gutters2 .et_pb_column {
    margin-bottom: 30px!important;
  }

.ablauf .et_pb_blurb::before {
  left: -15px!important;
  vertical-align: top;
}
.ablauf .et_pb_module.et_pb_blurb h3 {
  font-size: 18px;
  line-height: 24px;
}
.et_pb_blurb_0_tb_body.et_pb_blurb:before,
.et_pb_blurb_5_tb_body.et_pb_blurb:before {
  left: -48px!important;
}
.ablauf .et_pb_blurb_content {
  max-width: 75%!important;
  display: inline-block!important;
}
.wpforms-container .wpforms-field {
  width: 100%;
}
}

/* end - Responsive */