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

html {
  margin-top: 0 !important;
}

/* -- Body -- */
body {
  font-family: adelle-sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
  color: #000000;
}

body.hidden {
  overflow: hidden;
}

h1, .h1, h2, .h2, h3, .h3 {
  font-family: kazimir, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, .h1 {
  font-size: 50px !important;
  line-height: 55px;
}

h2, .h2 {
  font-size: 50px !important;
  line-height: 55px;
}

h3, .h3 {
  font-size: 30px;
  line-height: 35px;
}

.font-size-50 {
  font-size: 50px;
  line-height: normal;
}

.font-size-40 {
  font-size: 40px;
  line-height: normal;
}

.font-size-30 {
  font-size: 30px;
  line-height: normal;
}

.font-size-20 {
  font-size: 20px;
  line-height: normal;
}

strong, b {
  font-weight: 700 !important;
}

ul.list {
  margin: 0;
  list-style: none;
}

ul.list li {
  margin: 0 0 10px 0;
  position: relative;
  padding: 6px 0 0 33px;
}

ul.list li::before {
  content: "";
  width: 22px;
  height: 26px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}

ul.list.petrol li:before {
  background: url(../images/list-petrol.svg) no-repeat;
}

ul.list.rosa li:before {
  background: url(../images/list-rosa.svg) no-repeat;
}

ul.list.black li:before {
  background: url(../images/list-black.svg) no-repeat;
}

.color-white,
.color-white a,
.color-white a:hover{
  color: #ffffff;
}
.color-black,
.color-black a,
.color-black a:hover{
  color: #000000;
}

.color-petrol,
.color-petrol a
.color-petrol a:hover{
  color: #246d8c;
}

.color-rosa,
.color-rosa a,
.color-rosa a:hover{
  color: #ed6a88;
}

.overflow-visible {
  overflow: visible !important;
}

.box-txt {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-info {
  font-family: kazimir, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  padding: 0 150px 0 0;
}

.box-info:after {
  content: "";
  background: url(/wp-content/uploads/2020/03/auge-geschlossen.png) no-repeat;
  background-size: 100%;
  width: 143px;
  height: 178px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mesto-small:empty {
  display: none;
}

.h100 {
  height: 100px;
}

/*-end-*/
/* -- Wrapper / Container -- */
.mini-container {
  position: relative;
  z-index: 1;
  width: 770px;
  margin: 0 auto;
}

.mini-container-center {
  position: relative;
}

.mini-container-center .wpb_wrapper {
  width: 610px;
  margin: 0 auto;
}

.mini-container-left {
  position: relative;
}

.mini-container-left .wpb_wrapper {
  width: 610px;
  margin: 0 0;
}

/*-end-*/
/* -- Header Area -- */
.header-area {
  border-bottom: 1px solid #c6c6c6;
  margin: 0 0 40px 0;
}

.header-area .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}

.header-area .logo {
  margin: 0 0 0 60px;
  width: 340px;
  display: block;
}

.header-area .logo img {
  width: 100%;
  height: auto;
}
/*
.header-area:after {
  content: "";
  background: url(../images/icon-scroll.png) no-repeat;
  width: 92px;
  height: 96px;
  display: block;
  position: absolute;
  top: 0px;
  right: 50px;
  -webkit-transform: translateY(-110px);
          transform: translateY(-110px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-size: 100%;
}
*/
/*-end-*/
/* -- Menu top -- */
.menu-top {
  /*margin: 0 50px 0 50px;*/
}

.menu-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}

.menu-top ul li {
  /*
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
          */
  text-align: center;
  margin-right: 35px;
}

.menu-top ul li a {
  font-family: kazimir, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  display: block;
}

/*-end-*/
/* -- Button styles -- */
.left-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.center-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.right-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn-button-box {
  position: relative;
  width: 253px;
  height: 291px;
  display: block;
  text-decoration: none !important;
  margin: 10px;
}

.btn-button-box::before {
  content: "";
  background: url(../images/btn-farbe-kb.svg) no-repeat;
  width: 252.5px;
  height: 290.5px;
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.btn-button-box:after {
  content: "";
  background: url(../images/btn-farbe-kw.svg) no-repeat;
  width: 252.5px;
  height: 290.5px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.btn-button-box > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.btn-button-box > span span.btn-txt {
  color: #ffffff;
  font-family: kazimir, sans-serif;
  font-size: 30px;
  line-height: 35px;
  position: relative;
  z-index: 5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  height: 60%;
  margin: 0 auto;
}

.btn-button-box > span span.btn-txt .top_text {
  font-size: 12px;
  line-height: normal;
  font-weight: 300;
}

.btn-button-box > span span.btn-txt .bottom_text {
  font-size: 12px;
  line-height: normal;
  font-weight: 300;
}

.btn-button-box > span.petrol:after {
  background: url(../images/btn-farbe-petrol.svg) no-repeat;
}

.btn-button-box > span.rosa:after {
  background: url(../images/btn-farbe-rosa.svg) no-repeat;
}

.btn-button-box > span.white span.btn-txt {
  color: #000000;
}

.btn-button-box > span.white:after {
  background: url(../images/btn-farbe-white.svg) no-repeat;
}

.btn-button-box > span.black:after {
  background: url(../images/btn-farbe-black.svg) no-repeat;
}

.btn-button-box > span::after {
  content: "";
  width: 251px;
  height: 289px;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.btn-button-box:hover::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.btn-button-box:hover > span::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/*-end-*/
/* -- Formular -- */
.formular-box {
  position: relative;
}

.formular-box .row .col {
  width: 370px;
}

.formular-box .row .col-button {
  width: 100%;
}

.formular-box .box-input {
  position: relative;
  width: 100%;
  height: 69px;
  background-color: #f0f0f0;
  margin: 0 0 20px 0;
}

.formular-box .box-input label {
  font-family: kazimir, sans-serif;
  font-size: 35px;
  color: #acacac;
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 29px;
  left: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.formular-box .box-input input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 10px 20px;
  margin: 25px 0 0 0;
}

.formular-box .box-input br {
  display: none;
}

.formular-box .box-input span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
  top: -30px;
  right: 10px;
}

.formular-box .box-input.active label {
  color: #717171;
  font-size: 14px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.formular-box .box-checkbox {
  width: 100%;
  position: relative;
  padding: 10px 0 0 0;
}

.formular-box .box-checkbox label {
  color: #000000;
  padding: 0 0 0 40px;
  cursor: pointer;
}

.formular-box .box-checkbox label a {
  font-weight: 700;
  color: #000000;
}

.formular-box .box-checkbox label span {
  content: "";
  width: 27px;
  height: 27px;
  border: 2px solid #ffffff;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 13px;
  left: 0;
}

.formular-box .box-checkbox input {
  display: none;
}

.formular-box .box-checkbox input[type="checkbox"]:checked + label span {
  background-color: #ffffff;
}

.formular-box .btn-send {
  background: url(../images/arrow-in-button.svg) no-repeat 12px 17px transparent;
  border: 1px solid #246d8c;
  outline: none;
  height: 60px;
  font-family: adelle-sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 40px auto 0;
  display: block;
  padding: 0 20px 0 46px;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.formular-box .btn-send:hover {
  background: url(../images/arrow-in-button-hover.svg) no-repeat 12px 17px #246d8c;
  color: #ffffff;
}

.formular-box .btn-send:hover:disabled {
  background: url(../images/arrow-in-button.svg) no-repeat 12px 17px transparent;
  color: #000000;
}

.formular-box .btn-send:disabled {
  opacity: 0.5;
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ng {
  background: #f00000;
  border: none !important;
  text-align: center;
  -webkit-box-shadow: 0 0 10px -5px #000;
          box-shadow: 0 0 10px -5px #000;
}

/*-end-*/
/* -- Slider box -- */
.slider_box.owl-carousel {
  width: 777px;
  position: relative;
}

.slider_box .row {
  margin: 0;
}

.slider_box .row .col {
  width: 50%;
  padding: 0;
  margin: 0;
}

.slider_box .row .col.text-box {
  padding: 75px 15px 10px 15px;
}

.slider_box .row .col.text-box h4.title_slid {
  font-family: kazimir, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}

.slider_box .row .col.text-box span.subtitle {
  font-family: kazimir, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
}

.slider_box .row .col.text-box span.subtitle:empty {
  display: none;
}

.slider_box .row .col.text-box .text-slider {
  margin: 30px 0 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
}

.slider_box.farbe_petrol .row {
  background-color: #246d8c;
}

.slider_box.farbe_rosa .row {
  background-color: #ed6a88;
}

.slider_box .owl-nav {
  position: absolute;
  top: 15px;
  right: 13px;
}

.slider_box .owl-dots {
  display: none;
}

.slider_box span.open {
  display: none;
}

/*-end-*/
/* -- Ticker -- */
.ticker__box p.text {
  font-family: kazimir, sans-serif;
  text-align: right;
  font-size: 60px;
  line-height: 75px;
  font-weight: 300;
  color: #000000;
}

.ticker__box p.text span {
  display: block;
}

.ticker__box p.text__ticker {
  height: 75px;
  font-family: kazimir, sans-serif;
  font-size: 60px;
  line-height: 75px;
  font-weight: 300;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ticker__box p.text__ticker::after {
  content: "";
  opacity: 1;
  -webkit-animation: blink 0.5s infinite;
          animation: blink 0.5s infinite;
  width: 26px;
  height: 4px;
  background: #ffffff;
  display: block;
  position: relative;
  top: -22px;
  margin: 0 0 0 4px;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-end-*/
/* -- Background -- */
.bg-linie-white-left .linie-white-left:after {
  content: "";
  background: url(../images/bg-linie-white-left.svg) no-repeat;
  width: 588px;
  height: 825px;
  display: block;
  position: absolute;
  top: -12px;
  left: -48px;
  z-index: 0;
}

.bg-linie-rosa-left .linie-rosa-left {
  width: 588px;
  height: 825px;
  display: block;
  position: absolute;
  top: 800px;
  left: -107px;
  z-index: 0;
}

.bg-linie-rosa-left .linie-rosa-left::before {
  content: "";
  background: url(../images/bg-linie-rosa-left.svg) no-repeat;
  width: 588px;
  height: 825px;
  display: block;
}

.bg-linie-rosa-right .linie-rosa-right {
  width: 588px;
  height: 823px;
  position: absolute;
  z-index: 0;
  top: 1000px;
  right: -50px;
}

.bg-linie-rosa-right .linie-rosa-right::before {
  content: "";
  background: url(../images/bg-linie-rosa-right.svg) no-repeat;
  width: 588px;
  height: 823px;
  display: block;
}

.bg-linie-rosa-right .right-button {
  position: absolute;
  right: 110px;
  bottom: -160px;
}

.bg-linie-black-right {
  position: relative;
}

.bg-linie-black-right .linie-black-right {
  width: 369px;
  height: 517px;
  position: absolute;
  top: 450px;
  right: 170px;
  z-index: 0;
}

.bg-linie-black-right .linie-black-right::before {
  content: "";
  background: url(../images/bg-linie-black-right.svg) no-repeat;
  width: 369px;
  height: 517px;
  display: block;
}

.bg-left {
  position: relative;
}

.bg-left .box-bg-left {
  width: 327px;
  height: 290px;
  position: absolute;
  top: 1000px;
  left: -120px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.bg-left .box-bg-left:before {
  content: "";
  background-image: url(/wp-content/uploads/2020/03/bg-left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 327px;
  height: 290px;
  display: block;
}
/*
.bg-left-bottom .vc_col-sm-12:after {
  content: "";
  background: url(/wp-content/uploads/2020/03/auge-offen.png) no-repeat;
  width: 203px;
  height: 178px;
  position: absolute;
  display: block;
  bottom: 20px;
  left: 20px;
  background-size: 100%;
}

.bg-right-bottom .vc_col-sm-12:after {
  content: "";
  background: url(/wp-content/uploads/2020/03/auge-offen.png) no-repeat;
  width: 203px;
  height: 178px;
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
  background-size: 100%;
}
*/
.desktop-space {
  height: 100px !important;
}

/*-end-*/
.position-btn .left-button {
  position: absolute;
  top: 162px;
  left: 0;
}

/* -- Projektpartner -- */
.slider-partner {
  width: 900px !important;
  margin: 0 auto;
}

.slider-partner a img {
  width: auto !important;
  margin: 0 auto;
}

.slider-partner .owl-dots button.owl-dot.active span {
  background: #000000;
}

a.projektpartner {
  text-align: right;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 17px;
  color: #000000;
  position: absolute;
  top: 65px;
  right: 0;
  margin: 0 10px 0 0;
  padding: 0 35px 0 0;
  text-decoration: none;
}

a.projektpartner:hover {
  color: #000000;
}

a.projektpartner:after {
  content: "";
  background: url(../images/arrow-black-right.svg) no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*-end-*/
/* -- Testimonial -- */
.testimonial, .testimonial_mobile {
  position: relative;
  padding: 20px 0 40px;
}

.testimonial .item_testimonial, .testimonial_mobile .item_testimonial {
  position: relative;
}

.testimonial .item_testimonial .row, .testimonial_mobile .item_testimonial .row {
  background: #ffffff;
  margin: 30px 40px;
  width: 88%;
}

.testimonial .item_testimonial .row .img_testimonial, .testimonial_mobile .item_testimonial .row .img_testimonial {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  overflow: hidden;
}

.testimonial .item_testimonial .row .img_testimonial img, .testimonial_mobile .item_testimonial .row .img_testimonial img {
  position: relative;
  height: 100%;
  width: auto;
}

.testimonial .item_testimonial .row .text_testimonial, .testimonial_mobile .item_testimonial .row .text_testimonial {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testimonial .item_testimonial .row .text_testimonial .text, .testimonial_mobile .item_testimonial .row .text_testimonial .text {
  font-family: kazimir, sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: 300;
  font-style: italic;
}

.testimonial .item_testimonial .row .text_testimonial .box-from-whom, .testimonial_mobile .item_testimonial .row .text_testimonial .box-from-whom {
  margin: auto 0 0 0;
}

.testimonial .item_testimonial .row .text_testimonial .box-from-whom span, .testimonial_mobile .item_testimonial .row .text_testimonial .box-from-whom span {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  color: #000000;
  display: block;
}

.testimonial .item_testimonial .row .text_testimonial .box-from-whom span.position, .testimonial_mobile .item_testimonial .row .text_testimonial .box-from-whom span.position {
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
}

.testimonial .owl-nav, .testimonial_mobile .owl-nav {
  width: 100%;
  margin: 30px 0 40px -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial .owl-dots, .testimonial_mobile .owl-dots {
  display: none;
}

/*-end-*/
/* -- Nav Slid -- */
.nav-slid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-slid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
}

.nav-slid ul li a {
  font-family: kazimir, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  position: relative;
}

.nav-slid ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000000;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin: 0;
}

.nav-slid ul li a:hover:after {
  width: 100%;
}

.nav-slid ul li:after {
  content: ".";
  font-family: kazimir, sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin: 0 4px;
}

.nav-slid span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 100;
  font-weight: 300;
  color: #ffffff;
  position: relative;
  width: 125px;
  text-align: right;
  margin: 0 0 0 10px;
  padding: 0 0 0 25px;
}

.nav-slid span:before {
  content: "";
  background: url(../images/arrow-slider-prev.svg) no-repeat;
  background-size: 100%;
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*-end-*/
/* -- Footer Area -- */
.footer-area .box-footer-area {
  width: 620px;
  margin: 0 auto;
  text-align: center;
}

.footer-area .box-footer-area .contact-box {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  margin: 30px 0 20px 0;
}

.footer-area .box-footer-area .contact-box a {
  color: #000;
}

.footer-area .box-footer-area .text-box {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin: 0 0 30px 0;
}

.footer-area .box-footer-area .menu-footer {
  margin: 0 0 30px 0;
}

.footer-area .box-footer-area .menu-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  list-style: none;
}

.footer-area .box-footer-area .menu-footer ul li {
  position: relative;
}

.footer-area .box-footer-area .menu-footer ul li a {
  font-size: 14px;
  color: #000000;
  line-height: normal;
}

.footer-area .box-footer-area .menu-footer ul li:first-child {
  padding: 0 6px 0 0;
  margin: 0 3px 0 0;
}

.footer-area .box-footer-area .menu-footer ul li:first-child::after {
  content: ".";
  font-size: 14px;
  color: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*-end-*/
/* -- Animation -- */
.screen1-img1 {
  background-image: url(/wp-content/uploads/2020/03/auge-offen.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 573px;
  height: 508px;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  z-index: 2;
  top: 110px;
  right: 0;
}

.screen1-img1.auge-geschlossen {
  background-image: url(/wp-content/uploads/2020/03/auge-geschlossen.png);
}

.screen1-img2 {
  background-image: url(../images/screen1-img1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 480px;
  height: 674px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 60px;
  right: 80px;
}

.box-animation-geret {
  position: relative;
  width: 1200px;
  height: 700px;
  overflow: hidden;
}

.box-animation-geret .box-mobile {
  background: url(../images/smartphone-medizin-app.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: inherit;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.box-animation-geret .box-tablet {
  background: url(../images/tablet-medizin-app.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: inherit;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.box-animation-geret .box-pc {
  background: url(../images/laptop-medizin-app.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: inherit;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.box-animation-geret .linie-white-right {
  width: 491px;
  height: 687px;
  position: absolute;
  z-index: 1;
  top: 500px;
  left: 0;
}

.box-animation-geret .linie-white-right:after {
  content: "";
  background: url(../images/bg-linie-white-right.svg) no-repeat;
  background-size: 100%;
  width: 491px;
  height: 687px;
  display: block;
}

.box-animation-geret.active .box-mobile {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.box-animation-geret.active .box-tablet {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.box-animation-geret.active .box-pc {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

/*-end-*/
/* -- Rechner -- */
.box-rechner {
  padding-top: 30px;
  padding-bottom: 40px;
}

.box-rechner .row .col .tit_box {
  padding-left: 30px;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  font-weight: 300;
  margin: 0 0 30px 0;
}

.box-rechner .row .col .tit_box:before {
  content: "";
  background: url(../images/arrow-bottom-rosa.svg) no-repeat;
  background-size: 100%;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 7px;
  left: 14px;
}

.box-rechner .row .col .box-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-rechner .row .col .bg {
  width: 139px;
  height: 69px;
  background-color: #f0f0f0;
  text-align: center;
  position: relative;
  margin: 0 10px 0 0;
}

.box-rechner .row .col .bg input[type="number"] {
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
  font-family: kazimir, sans-serif;
  font-size: 30px;
  position: absolute;
  width: 100px;
  top: 17px;
  left: 20px;
}

.box-rechner .row .col label {
  font-family: kazimir, sans-serif;
  font-size: 40px;
  color: #000000;
}

.box-rechner .row .col label.bet {
  position: relative;
  top: 10px;
}

.box-rechner .row .col .box_radios input[type="radio"] {
  display: none;
}

.box-rechner .row .col .box_radios input[type="radio"]:checked + label {
  color: #000000;
}

.box-rechner .row .col .box_radios label {
  font-size: 30px;
  line-height: 26px;
  color: #cccccc;
  display: block;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.box-rechner .row .col .box_radios label:hover {
  color: #000;
}

.box-rechner .row .col .box_result .tit {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  padding-left: 60px;
}

.box-rechner .row .col .box_result #result-1, .box-rechner .row .col .box_result #result-2 {
  font-family: kazimir, sans-serif;
  font-size: 40px;
  color: #ed6a88;
  left: -100px;
  position: absolute;
  top: 12px;
  width: 150px;
  text-align: right;
}

.box-rechner .row .col .box_result .brt {
  position: relative;
  margin-bottom: 40px;
}

.box-rechner .row .col .box_result .price_box {
  margin: 0 0 0 60px;
  width: 330px;
}

.box-rechner .row .col .box_result .price_box .tit {
  font-family: kazimir, sans-serif;
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  color: #000000;
  padding: 0 0 5px 0 !important;
}

.box-rechner .row .col .box_result .price_box #result-3, .box-rechner .row .col .box_result .price_box span + span + span {
  font-family: kazimir, sans-serif;
  font-size: 40px;
  line-height: 42px;
  color: #246d8c;
}

/* -- Text lesen -- */
.text-lesen {
  padding: 0 0 0 40px;
}

.text-lesen p {
  font-size: 13px;
  line-height: normal;
  color: #000000;
  opacity: 0.3;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.text-lesen.tg p {
  opacity: 1;
  font-size: 14px;
}

.text-lesen .btn-text {
  font-size: 16px;
  color: #000000;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.text-lesen .btn-text:before {
  content: "";
  background: url(../images/arrow-gray.png) no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: -28px;
}

.text-lesen .btn-text:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.text-lesen .btn-text:hover:after {
  width: 100%;
}

/*-ende-*/
/* -- Modal -- */
.modal-box {
  position: fixed;
  display: block;
  opacity: 0;
  z-index: 3000;
  top: 0;
  right: -70%;
  width: 50%;
  height: 100%;
  -webkit-box-shadow: 0 0 11px 7px rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 11px 7px rgba(0, 0, 0, 0.33);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.modal-box .content-modal {
  background-color: #ffffff;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 20px solid #ffffff;
}

.modal-box .btn-close {
  position: fixed;
  z-index: -1;
  top: 40px;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url(../images/close-cross.svg) no-repeat scroll center center #246d8c;
  background-size: 30%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-box-shadow: 0 0 11px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 11px 7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  margin-left: 10px;
  opacity: 0;
  display: block;
}

.modal-box.open {
  right: 0;
  opacity: 1;
}

.modal-box.open .btn-close {
  opacity: 1;
  margin: 0 0 0 -50px;
}

/*-ende-*/
/* -- Forma -- */
.forma-box {
  width: 800px;
  margin: 0 auto;
}

.forma-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.forma-box form label {
  position: absolute;
  top: 14px;
  left: 10px;
  font-size: 25px;
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.forma-box form input {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
}

.forma-box form input[type="text"] {
  padding: 5px 10px;
  background-color: #f0f0f0;
}

.forma-box form input[type="submit"] {
  background: url(../images/arrow-in-button.svg) no-repeat 19px 14px transparent;
  border: 1px solid #246d8c;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 0 20px;
  display: block;
  padding: 0 20px 0 46px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.forma-box form input[type="submit"]:hover {
  background: url(../images/arrow-in-button-hover.svg) no-repeat 19px 14px #246d8c;
  color: #ffffff;
}

.forma-box form.active label {
  opacity: 0;
}

.forma-box .ktv2-form-element {
  position: relative;
}

.forma-box .ktv2-form-element br {
  display: none;
}




/*-ende-*/
/*# sourceMappingURL=main.css.map */