/* Global */

:root {
  --akzentfarbe: #77b4d3;
  --headlinefarbe: #000;
  --hover: #8ac2df;
}

h1 {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
}

h2 {
  font-size: 50px;
  font-weight: 700;
}

h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--headlinefarbe);
}

#header_2 .level_1 a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--second);
  transition: width 0.3s;
  margin-top: 3px;
}

#header_2 .level_1 a:hover:after {
  width: 100%;
}

.sprung {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: 100px;
}

.button_green a:hover {
  color: #fff !important;
  text-decoration: none;
  opacity: 0.8;
}

.button_green a {
  color: #fff;
  background: var(--akzentfarbe);
  border-radius: 5px;
  padding: 9px 20px;
  text-transform: uppercase;
  font-size: 16px;
}

.Header-group .button_green a {
  margin-right: 20px;
}

.button_green-inbox a {
  color: #fff;
  background: var(--akzentfarbe);
  border-radius: 5px;
  padding: 9px 20px;
  text-transform: uppercase;
  font-size: 16px;
}

.button_outline a {
  text-transform: uppercase;
  font-size: 16px;
  padding: 9px 20px;
  position: relative;
  float: left;
}

.button_outline {
  border: 1px solid grey;
  border-radius: 5px;
  margin: 10px 0px;
}

.ueber-uns-text .button_outline {
  clear: left;
}

.Footer-Headline h2 a {
  color: #fff !important;
}

/* Global Ende */

/* Navigation */

.slideshow_box {
  pointer-events: none;
}

#header {
  background-color: #fff !important;
  padding: 0;
  -webkit-box-shadow: 0px 12px 30px 2px rgb(0 0 0 / 15%);
  box-shadow: 0px 12px 30px 2px rgb(0 0 0 / 15%);
}

#header a {
  color: #000 !important;
}

/* Navigation Ende */

/*Header Bereich */

.button_green {
  float: left;
  padding: 20px 0px;
}

.header-text {
  padding-top: 0px;
}

.button_outline {
  float: left;
}

body div#content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.datenschutz div#content,
.impressum div#content {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.contact div#content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.Header-group {
  line-height: 1.4;
  padding: 80px 0px;
  max-width: 500px;
  padding-top: 155px;
}

/* .header-group-wrapper {
    background-image: url(/userdata/images/header_bild.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */

.Header-Hintergrund {
  position: absolute;
  z-index: -1;
}

div#area-2-1 {
  padding: 0px !important;
}

.Header-group h1 {
  margin-top: 0px;
}

#header.sticky #header_2,
#header.sticky #header_3,
#header.sticky #header_4 {
  margin-top: 0px !important;
  transition: 300ms;
}

#header.sticky #header_1 {
  margin-top: 6px !important;
}

/*Header Bereich Ende */

/*Über uns Bereich */

.ueber-uns-text {
  width: 40%;
  float: left;
}

.ueber-uns-hinweis:after {
  content: url(/userdata/images/arrow.svg);
  position: absolute;
  top: 0;
  right: 0;
}

.ueber-uns-siegel {
  width: 40%;
  float: left;
  padding: 40px 80px;
}

.ueber-uns-hinweis {
  width: 20%;
  float: left;
  position: relative;
}

.pop-up-button.problems_pop {
  font-weight: 600;
  margin-top: 35px;
  position: relative !important;
  width: 100% !important;
  padding: 15px 23px !important;
  transform: none !important;
  border: 1px solid var(--akzentfarbe);
  border-radius: 5px;
}

.pop-up-button.problems_pop.current {
  font-weight: 600;
  margin-top: 35px;
  position: relative !important;
  width: 100% !important;
  padding: 0px 10px !important;
  transform: none !important;
  border: none;
  border-radius: 5px;
  font-size: 20px;
}

.pop-up-button.problems_pop:after {
  content: "Lösung";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--akzentfarbe);
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.problem-group .faq_group_container .faq_question_box:after {
  content: "Lösung";
  position: absolute;
  right: 0px;
  background-color: var(--akzentfarbe);
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
}

.problem-group .faq_group_container .faq_question_box.active {
  padding-right: 100px !important;
}

div#privacy-policy {
  background: #333333 !important;
}

.home .pop-up-element.problem_pop_answer {
  position: relative !important;
  width: 40% !important;
  padding: 10px !important;
  transform: none !important;
}

/*Über uns Bereich Ende */

/* Problem Bereich */

.problem-group {
  z-index: 2;
  width: 50%;
  padding: 100px 0px;
  position: relative;
}

.background-problem {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
}

.platzhalter {
  padding-bottom: 0px !important;
  height: 391px;
  visibility: hidden;
}

.problem-group .faq {
  padding: 20px 0px;
}

.form-control {
  background-color: #f3f3f2 !important;
}

/* Problem Bereich Ende */

/* Expansionsmöglichkeiten Bereich */

.expansion-gruppe:nth-child(1) {
  -webkit-box-shadow: 5px 5px 25px 5px rgb(0 0 0 / 18%);
  box-shadow: 5px 5px 25px 5px rgb(0 0 0 / 18%);
  min-height: 430px !important;
  border: 3px solid var(--akzentfarbe);
  border-radius: 10px;
  width: 25% !important;
  margin: 20px;
  float: left;
}

.expansion-gruppe {
  min-height: 430px !important;
  border: 2px solid rgb(209, 209, 209);
  border-radius: 10px;
  width: 25% !important;
  margin: 20px;
  float: left;
}

.icon-top {
  padding: 30px 0;
}
.headline-inbox {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}

.benefits-inbox {
  padding: 20px;
  line-height: 2.5;
}

.button_green-inbox {
  padding: 20px;
  margin-bottom: 20px;
}

/* Expansionsmöglichkeiten Ende Bereich */

/* Wilder Slider */

div#area-5 {
  background-color: #f3f3f2;
  padding: 0px !important;
}

div#area-6 {
  padding: 0px !important;
}

/* Wilder Slider Ende */

/* Lösungen Bereich */

.lösungen-bild {
  padding: 0px !important;
}

.lösungen-gruppe {
  padding: 75px 45px;
}

.contactformular h2 {
  font-size: 30px;
}

.form-group {
  margin-bottom: 30px !important;
  width: 40%;
  float: left;
}

.form-control {
  border: none !important;
  border-bottom: 1px solid rgb(211, 211, 211) !important;
}

.form-label-left .form-group:not(.form-check) label {
  width: 0 !important;
}

div#submit_button {
  float: left;
}

.btn,
.button {
  display: inline-block;
  padding: 10px 15px !important;
  min-width: 150px;
  text-transform: uppercase;
  border: none !important;
  color: #fff !important;
  cursor: pointer;
  background-color: var(--second) !important;
  text-align: center;
  border-radius: 5px;
}

/* Lösungen Bereich Ende */

.collection_content.story_pic {
  position: absolute !important;
  right: 0;
  width: 150px;
  padding: 0 !important;
}

.collection_list.stories:first-child .collection_container .story_pic {
  right: unset;
  left: 0;
}

.collection_list.stories:first-child .collection_container {
  padding-right: 0;
  padding-left: 190px;
}

.collection_list.stories .collection_container {
  display: flex;
  background: #fff;
  border-bottom: 2px solid var(--akzentfarbe);
  padding: 40px 0px;
  padding-right: 190px;
}

.collection_content.wunsch-text:before {
  content: "Der Wunsch";
  position: absolute;
  top: 0px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.collection_list.stories .collection_content {
  margin-bottom: 5px;
  padding-right: 100px;
  position: relative;
  padding-top: 35px;
  padding-left: 0px;
}

.collection_content.loesung:before {
  content: "Die Lösung";
  position: absolute;
  top: 0px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.collection_content.ergebnis:before {
  content: "Das Ergebnis";
  position: absolute;
  top: 0px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.collection_content.story_pic:after {
  content: "test";
  background: #fff;
  position: absolute;
  width: 150px;
  height: 10px;
  color: #fff;
  bottom: -50px;
  right: 0px;
}

.fallstudien-stories-kollektion {
  padding: 20px 0px;
}

.number-steps {
  font-size: 42px;
  color: var(--akzentfarbe);
  border: 1px solid grey;
  border-radius: 500px;
  width: 100px;
  height: 100px;
  padding: 9px 0px;
  text-align: center;
  margin: auto;
}

.Schritte-Headline {
  padding: 20px 0;
}

.collection_list.testimonial {
  width: 50%;
  float: left;
  padding: 20px;
}

.collection_list.testimonial .collection_container {
  background: #fff;
}

.collection_content.testimonal-picture {
  padding: 0 !important;
  width: 20%;
  float: left;
}

.collection_content.testimonal-headline {
  width: 80%;
  float: left;
  font-size: 23px;
  font-weight: 700;
}

.collection_content.testimonal-text {
  width: 80%;
  float: left;
}

.collection_content.testimonal-name {
  position: absolute;
  right: 0;
  bottom: -60px;
  font-size: 12px;
  color: gray;
}

.collection_list.testimonial .collection_content {
  padding-left: 20px;
  padding-right: 42px;
}

.collection_content.testimonal-picture:after {
  content: url(/userdata/images/stars.png);
  padding: 0px 6px;
}

.collection_content.testimonal-picture img {
  width: 105px;
  object-fit: cover;
}

.test {
  padding-bottom: 20px;
}

.Schritte-Gruppe {
  padding: 30px 100px 60px 100px;
}

.Schritte-Gruppe:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 35px 0px;
  content: url(/userdata/images/arrow-left.png);
  text-align: center;
}

#area-8 .button_green {
  float: none;
  padding: 60px 0px;
}

.Schritte-Headline h3 {
  font-size: 38px;
}

#area-10 {
  background-color: var(--akzentfarbe);
}
.testimonials-gruppe {
  padding: 30px;
}

.test h3 {
  font-size: 38px;
}

.left-gruppe {
  background: var(--akzentfarbe);
  padding: 55px 51px 90px 50px;
  width: 38% !important;
  border-bottom: 3px solid var(--akzentfarbe);
}

.left-gruppe .textcontent h3 {
  color: #fff;
  padding: 0px 90px 0px 20px;
  font-size: 36px;
  max-width: 460px;
  float: right;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  text-transform: none;
}

.erklaerung-wrapper {
  padding: 88px 0px 80px 0px !important;
  width: 62% !important;
}

.row.owl-carousel.owl-theme.owl-loaded.owl-drag {
  margin-left: 0px !important;
}

.erklaerung-wrapper .owl-carousel .owl-nav .owl-prev {
  left: 0px !important;
}

.erklaerung-wrapper .owl-theme .owl-nav [class*="owl-"] {
  padding: 0px !important;
  background: none !important;
}

.erklaerung-wrapper .owl-nav {
  position: absolute;
  padding: 33px;
  left: -143px;
  bottom: -15px;
}

.erklaerung-wrapper {
  border-bottom: 3px solid var(--light);
}

.erklaerung-wrapper .owl-stage-outer {
  border-top: 3px solid #d9d9d9;
}

.erklaerung-wrapper .owl-item:before {
  content: "";
  background: var(--second);
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50px;
  top: 0px;
  border: 1px solid #d1d1d1;
}

.erklaerung-wrapper .owl-item .textcontent {
  padding-right: 40px;
}

.erklaerung-wrapper .owl-item.active .textcontent {
  padding-right: 40px;
}

.erklaerung-wrapper .owl-stage-outer:before {
  content: "";
  height: 100%;
  width: 96px;
  position: absolute;
  left: 0;
  z-index: 5;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.problem-group .faq_group_container:last-child {
  display: none;
}

.problem-group .faq_headline {
  display: none;
}

.problem-group .faq h3 {
  font-size: 20px;
  font-weight: 700;
  border: none;
  color: var(--headlinefarbe);
  text-transform: none;
}

.problem-group .faq_group_container .faq_question_box {
  padding: 0px 20px;
  padding-right: 100px;
  border-left: 5px solid #d1d1d1;
  background: none;
  margin-bottom: 10px;
  position: relative;
}

.problem-group .faq_group_container .faq_answer_box {
  margin-bottom: 30px;
  padding: 0px 20px;
  background: none;
  margin-top: -10px;
  border-left: 3px solid var(--akzentfarbe);
}

.faq_question_box.active:after {
  display: none;
}

.problem-group .faq_group_container .faq_question_box.active {
  padding: 0px 20px;
  border: none;
  background: none;
  margin-bottom: 10px;
  border-radius: 5px;
}

.success-wrapper .owl-item img {
  height: 100% !important;
  object-fit: cover;
}

.success-wrapper {
  width: 160% !important;
  position: relative;
  height: auto;
  position: relative;
  float: left;
  left: -20px;
  margin-bottom: 20px;
}

.success-wrapper .owl-item.active {
  transform: scale(1);
  transition: 600ms;
}

.success-wrapper .owl-item {
  box-shadow: 10px 8px 20px rgb(0 0 0 / 12%);
}

.success-wrapper .owl-stage-outer {
  padding: 50px 0;
  padding-bottom: 80px;
}

#content,
#area-4,
#area-3,
#area-2,
#area-5,
#area-6,
#area-7,
#area-8,
#area-9,
#area-10 {
  position: relative;
  width: 100%;
  display: inline-block;
}

.success-wrapper .owl-nav .owl-prev,
.success-wrapper .owl-nav .owl-next {
  position: relative;
}

.success-wrapper .owl-nav {
  display: block !important;
  top: -90px;
  width: auto;
  position: relative;
  float: left;
}

.success-wrapper .owl-prev,
.success-wrapper .owl-next {
  background: none !important;
}

.success-wrapper .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -25px;
}

.success-wrapper .owl-dot {
  bottom: 25px;
  position: relative;
}

.success-wrapper.owl-carousel .owl-nav .owl-next {
  right: -70px;
}

.success-wrapper.owl-carousel .owl-nav .owl-prev {
  left: -70px;
}

.success-wrapper .owl-dot span {
  margin: 7px 3px !important;
}

.success-wrapper .youtubecontent iframe {
  width: 100%;
  max-height: 100% !important;
  position: relative;
  float: left;
  height: 100%;
  object-fit: contain;
}

.success-wrapper .youtubecontent {
  max-width: 100% !important;
  position: relative;
  float: left;
  width: 100%;
  max-height: 100% !important;
  display: block;
  height: 100%;
}

.success-wrapper .owl-item.active {
  position: relative;
  float: left;
}

.startpage div#area-5 {
  background: #fff;
  padding: 80px 0 !important;
}

.siegelBox {
  padding: 0 15px;
}

.siegelGroup .row {
  display: flex;
}

.siegelBox .textcontent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 15px;
  box-shadow: 6px 5px 24px rgb(0 0 0 / 15%);
  padding: 20px;
}

.siegelBox h3 {
  margin: 0;
  margin-bottom: 5px;
}

.siegelBox .textcontent div {
  font-size: 0.8em;
}

.siegelBox {
  min-height: 193px;
}

.Header-Hintergrund .textcontent:before {
  content: "";
  background: linear-gradient(
    90deg,
    rgb(255 255 255 /100%),
    transparent,
    transparent
  );
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.gorupContakt .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contactformular .form-label-left {
  max-width: 900px;
}

.contactformular .form-group {
  width: 100%;
  margin-bottom: 15px !important;
}

.form-group label {
  line-height: 1;
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: -10px;
}

.contactformular input {
  position: relative;
  float: left;
  clear: left;
  display: block;
  width: calc(100% - 40px) !important;
  margin-right: 40px;
  background: none !important;
}

.contactform-start .form-group.form-check {
  margin-bottom: 5px !important;
}

.contactformular h2 {
  font-size: 30px;
  text-shadow: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

.contactform-start .form-group:nth-child(9) {
  width: calc(100% - 40px);
  margin-bottom: 40px !important;
}

.contactform-start .form-control.textarea {
  background: none !important;
  border-bottom: 2px solid #fff !important;
}

.contactform-start .form-control {
  padding: 5px 5px 5px 5px;
}

.contactform-start .form-control.textarea {
  background: none !important;
  border-bottom: 2px solid #fff !important;
  line-height: 1.4;
}

.contactform-start input,
.contactform-start select,
.contactform-start textarea {
  color: #fff !important;
}

.input.select_body .select {
  color: var(--akzentfarbe) !important;
}

button.close {
  opacity: 1;
}

.contactform-start div#submit_button {
  float: right;
}

.contactform-start div#submit_button input#button {
  margin: 0;
  background: var(--second) !important;
  color: #fff !important;
  border: none !important;
  transition: 300ms;
}

.contactform-start div#submit_button input#button:hover {
  opacity: 0.8;
  transition: 300ms;
}
