body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Droid Sans", "Helvetica Neue", sans-serif;
  xfont-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: #4A4A4A;
}

h1 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 200;
  color: #1c2442;
}
h2 {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 300;
  color: #1c2442;
  margin-bottom: .4em;
}

@media (min-width: 600px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 34px;
    font-weight: 200;
  }
  h2 {
    font-size: 21px;
    font-weight: 300;
  }
}

img {
  max-width: 100%;
}

input,
textarea {
  width: 90%;
  border: none;
  padding: 0 5%;
  line-height: 3;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  background-color: rgba(255,255,255,.85);
}

article h1 {
  text-align: center;
  font-weight: 300;
}
article h2 {
  margin-top: 2em;
}

article h3 {
  font-size: 18px;
  font-weight: 200;
  margin-top: 2em;
  padding-bottom: .5em;
  border-bottom: 2px solid #d8e027;
}

article p {
  white-space: pre-line;
}

/* Common Elements */

.headline-section {
  text-align: center;
}

.button {
  color: #ffffff;
  background-color: #1c2442;
  border: none;
  border-radius: 97px;
  text-decoration: none;
  padding: 10px 30px;
  margin: 20px 0;
  display: inline-block;
  font-size: 18px;
  border: none;
  z-index: 1;
}
.button-small {
  font-size: 16px;
  border-width: 2px;
  padding: 8px 30px;
}

.cta {
  text-align: center;
  margin: 40px 0 20px 0;
}
.cta > .button {
  margin: 0;
}

.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 40px;
}
.content-nopadding {
  padding: 0;
}

@media (min-width: 850px) {
  .columns {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .columns > * {
    padding: 0 20px;
    display: table-cell;
  }
}

.banana {
  background: url(shapes/bubble3.svg) top center no-repeat;
  background-size: auto 100%;
  position: relative;
  margin: 60px 0;
  padding-bottom: 20px;
}
.banana__item {
  margin-bottom: 20px;
}

.banana__bubble1 {
  background: url(shapes/bubble1.svg) -60px 0 no-repeat;
  background-size: 200% 100%;
  padding: 10px 0 100px 0;
}

@media (min-width: 850px) {
  .banana:after {
    content: "";
    position: absolute;
    bottom: -80px;
    width: 100%;
    padding-top: 34%;
    background: url(shapes/banana.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  }
}

@media (min-width: 1100px) {
  .banana {
    max-width: 1377px;
    margin: 60px auto;
  }
  .banana__bubble1 {
    background-size: 100% 100%;
    background-position: 0 0;
    xpadding-bottom: 200px;
  }
  .banana__bubble1:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    background: url(shapes/bubble2.svg) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
  }
  .banana__item {
    padding: 0 0 0 90px;
    position: relative;
  }
}

.bignum-product {
  padding-bottom: 10px;
}

.bignum:before {
  font-weight: 800;
}
.bignum-1:before {
  content: "1. ";
}
.bignum-2:before {
  content: "2. ";
}
.bignum-3:before {
  content: "3. ";
}
.bignum-4:before {
  content: "4. ";
}

@media (min-width: 1200px) {
  .bignum-product {
    position: relative;
    padding: 0 30px 0 90px;
  }
  .bignum:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    background-position: right center;
    background-size: 100% 100%;
    width: 80px;
    height: 70px;
  }
  .bignum-product:before {
    top: 0;
  }
  .bignum-1:before {
    background-image: url(numbers/one.svg);
  }
  .bignum-2:before {
    background-image: url(numbers/two.svg);
  }
  .bignum-3:before {
    background-image: url(numbers/three.svg);
  }
  .bignum-4:before {
    background-image: url(numbers/four.svg);
  }
}

.title {
  position: relative;
  margin-bottom: 80px;
}
.title__content {
  border: none;
  background: none;
  text-align: left;
  outline: none;
  margin: 0 40px;
  padding: 0;
}
.title__headline {
  font-size: 28px;
  font-weight: 300;
  margin: .5em 0;
}
.title__text {
  font-size: 15px;
}
.title__image {
  height: 0;
  padding-bottom: 60%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media (min-width: 720px) {
  .title__image {
    padding-bottom: 29.4%;
  }
  .title__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 38%;
    margin: 0 10% 0 0 ;
  }
  .title__headline {
    font-size: 21px;
  }
  .title__text {
    font-size: 13px;
  }
}
@media (min-width: 960px) {
  .title__headline {
    font-size: 28px;
    font-weight: 300;
  }
  .title__text {
    font-size: 18px;
    font-weight: 200;
  }
}
@media (min-width: 1200px) {
  .title__headline {
    font-size: 34px;
  }
  .title__text {
    font-size: 21px;
    font-weight: 200;
  }
}

/* Header */

.header {
  margin: 40px 0;
  display: table;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  background: url(logo-horizontal.png) no-repeat;
  background-size: 100% 100%;
  width: 189px;
  height: 50px;
  margin: 0 50px 30px 0;
}
@media (min-width: 450px) {
  .logo {
    background-image: url(logo.png);
    width: 96px;
    height: 120px;
  }
}

.menu {
  display: inline-block;
  vertical-align: middle;
}
.menu__item {
  display: block;
  margin: 0 20px 10px 0;
  padding: 0;
  text-transform: uppercase;
  color: #1c2442;
  text-decoration: none;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 6px;
  margin: 0 0 4px 0;
  position: relative;
  display: block;
}
.menu__item:hover,
.menu__item_active {
  color: #8e2755;
}
.menu__item_active:before {
  position: absolute;
  width: 3px;
  height: 17px;
  left: 0;
  top: 50%;
  margin-top: -9px;
  display: block;
  content: "";
  background: #8e2755;
}
@media (min-width: 720px) {
  .menu__item {
    display: inline-block;
  }
  .menu__item {
    margin: 0 20px 0 0;
  }

  .menu__item_active:before {
    top: auto;
    width: auto;
    left: 3px;
    right: 3px;
    bottom: 4px;
    height: 2px;
  }
}

/* Lang */
.lang {
  float: right;
  display: inline-block;
}

.lang__item {
  color: #1c2442;
  text-decoration: none;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 1px;
  position: relative;
  padding: 6px;
}

.lang__item_active {
  color: #8e2755;
}

.lang__item_active:before {
  position: absolute;
  top: auto;
  right: 6px;
  bottom: 5px;
  left: 5px;
  width: auto;
  height: 2px;
  display: inline-block;
  content: "";
  background: #8e2755;
}
@media (max-width: 390px) {
  .lang {
    margin: 25px 0;
  }
}

/* Slider */

.slider {
  margin-bottom: 40px;
  text-align: center;
}
.glide__slide {
  position: absolute;
  visibility: hidden;
}

.glide__slide:first-child,
.glide--horizontal .glide__slide {
  position: static;
  visibility: visible;
}

.glide__arrows {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  max-width: 1200px;
  margin: 0 40px;
}
.glide__arrow {
  position: absolute;
  height: 100%;
  width: 40px;
  border: none;
  z-index: 3;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow.prev {
  right: 100%;
  background: url(arrows/left.svg) 50% 50% no-repeat;
}
.glide__arrow.next {
  left: 100%;
  background: url(arrows/right.svg) 50% 50% no-repeat;
}
@media (min-width: 1280px) {
  .glide__arrows {
    margin: auto;
  }
  .glide__arrow {
    width: calc(50vw - 600px);
  }
  .glide__arrow.prev {
    background-position: 100% 50%;
  }
  .glide__arrow.next {
    background-position: 0 50%;
  }
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  list-style: none;
  bottom: 8%;
  left: 0;
  width: 100%;
  height: 12px;
  text-align: center;
}
.glide__bullets > * {
  display: inline-block;
  background-color: #70a0a4;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
  margin: 0 5px;
  border: 1px solid transparent;
  background-clip: content-box;
}
.glide__bullets > *.active {
  background-color: #1c2442;
  border-color: #1c2442;
}
.glide__bullets > *:focus {
  outline: none;
}

.features {
  background: url(shapes/amoeba.svg) no-repeat;
  background-size: 100% 100%;
  margin: 40px 0;
  position: relative;
  padding: 0 20px;
}
.features__content {
  position: relative;
}
.features__list {
  position: relative;
  z-index: 1;
}
.features__custom {
  position: relative;
  padding: 50px;
  max-width: 550px;
  margin: -20px auto 0 auto;
  background: url(shapes/sunglas_right.svg) no-repeat;
  background-size: 100% 100%;
}
.features__custom *:first-child {
  margin-top: 0;
}

@media (min-width: 850px) {
  .features {
    margin: 100px 0;
    padding: 50px 60px;
  }
  .features__list {
    max-width: 60%;
    position: relative;
  }
  .features__list:after {
    content: "";
    background: url(shapes/puddle.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: -50px;
    margin-top: -80px;
    z-index: -1;
    width: 120%;
    padding-top: 25%;
  }
  .features__custom {
    position: absolute;
    top: -80px;
    left: 60%;
    margin-left: -20px;
    padding: 100px 50px 50px 50px;
  }
}


/* Accordion */
.accordion {
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.accordion__summary,
.accordion__detail {
  background: rgba(255,255,255,.8);
}
.accordion__summary.open,
.accordion__summary.open + .accordion__detail {
  background: rgba(255,255,255,1);
}
.accordion__summary {
  position: relative;
  height: 40px;
}
.accordion__summary > button {
  text-align: left;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 700;
  height: 100%;
  width: 100%;
  padding: 0 40px 0 20px;
  outline: none;
  position: relative;
  z-index: 1;
}
.accordion__detail {
  padding: 0 40px 0 20px;
  height: 0px;
  overflow: hidden;
  transform: translateZ(0);
  transition: all .3s ease;
  display: block !important;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 2px;
}
.accordion__detail > *:last-child {
  padding-bottom: 40px;
}
.accordion__summary:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: 10px;
  height: 18px;
  width: 18px;
  background: #1C2442;
  border-radius: 50%;
}
.accordion__summary > button:before,
.accordion__summary > button:after {
  background: #fff;
  content: "";
  height: 2px;
  top: 19px;
  right: 13px;
  position: absolute;
  width: 12px;
  transition: transform 250ms;
  transform-origin: center;
}
.accordion__summary > button:before {
  transform: rotate(90deg);
}
.accordion__summary > button:after {
  transform: rotate(180deg);
}
.accordion__summary.open > button:before,
.accordion__summary.open > button:after {
  transform: rotate(0deg);
}

@media (min-width: 750px) {
  .accordion__summary > h2 {
    font-size: 18px;
    font-weight: 400;
  }
}

/* Hero heros */

.hero {
  position: relative;
  overflow: hidden;
  text-align: right;
  max-width: 1200px;
  margin: 0 auto;
}
.hero__text {
  display: inline-block;
  text-align: left;
  padding: 25px 60px 40px 40px;
  background: url(shapes/potato.svg) -30px 0 no-repeat;
  background-size: 100% 100%;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 200;
}
.hero__headline {
  font-size: 19px;
  font-weight: normal;
  font-weight: 200;
  color: #1c2442;
}

.hero__image {
  width: 70%;
  margin-top: -100px;
  margin-right: -30px;
  display: none;
}
@media (min-width: 420px) {
  .hero__image {
    display: inline-block;
  }
}
@media (min-width: 640px) {
  .hero__image {
    position: absolute;
    margin: 0;
    height: 100%;
    width: calc(50% + 160px);
  }
  .hero__text {
    background-position: 0;
    padding: 60px 80px 60px 80px;
    float: right;
    margin-left: 50%;
    margin-bottom: 120px;
  }
  .hero__text > * {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 950px) {
  .hero__headline {
    font-size: 34px;
  }
  .hero__text {
    font-size: 21px;
  }
}

.testimonials {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.testimonials .testimonial {
  padding: 0 50px 30px 50px;
  margin: 0 auto;
  max-width: 800px;
}
.testimonials blockquote {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 13px;
  line-height: 1.5;
}
.testimonials cite {
  color: #777;
  font-weight: 100;
  font-style: normal;
}
.testimonials cite:before {
  content: "– ";
}

@media (min-width: 950px) {
  .testimonials {
    min-height: 250px;
  }
  .testimonials blockquote {
    font-size: 15px;
  }
  .testimonials .glide__arrows {
    max-width: 900px;
    margin: auto;
  }
  .testimonials .glide__arrow {
    width: calc(50vw - 450px);
  }
  .testimonials .glide__arrows:before {
    display: block;
    content: "";
    background: #fff;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 50vw;
    width: 100%;
    z-index: 1;
  }
  .testimonials .glide__arrows:after {
    display: block;
    content: url(megaphone.svg);
    position: absolute;
    margin-left: -200px;
    top: -50%;
    z-index: 2;
  }
}

/* Teaser */

.teaser {
  margin: 50px 0;
}
.teaser__image {
  text-align: center;
}
@media (min-width: 850px) {
  .teaser {
    margin: 0;
  }
}

@media (min-width: 500px) and (max-width: 849px) {
  .teaser__image {
    width: 50%;
    display: table-cell;
    padding-right: 30px;
  }
  .teaser__image > img {
    width: 100%;
  }
  .teaser__text {
    display: table-cell;
    vertical-align: top;
  }
  .teaser__headline {
    margin-top: 0;
  }
}

/* Footer */
.footer {
  background: url(shapes/footer.svg) top center no-repeat;
  padding-top: 170px;
}
.footer__bar {
  min-height: 170px;
  background-color: rgba(0,85,92,.55);
  color: #fff;
  padding-top: 30px;
  position: relative;
}

.footer__link {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}
.footer__copyright {
  xmargin: 10px 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (min-width: 600px) {
  .footer__link {
    display: inline;
    margin-right: 40px;
  }
  .footer__copyright {
    float: right;
    position: static;
  }
}


/* Footer contact data and static map */

.presscontact {
  font-size: 14px;
  line-height: 1.5;
  color: #1c2442;
  margin: 0 auto 80px auto;
}
.presscontact:after {
  display: block;
  content: "";
  clear: both;
}

.presscontact__map {
  border: 3px solid #eee;
  background: url(map-small.png) no-repeat;
  background-size: 100%;
  width: 150px;
  height: 150px;
  display: block;
  margin-bottom: 20px;
}
.presscontact__title {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 40px 0 5px;
}
.presscontact__title:first-child {
  margin-top: 0;
}
.presscontact__data {
  display: block;
  text-decoration: none;
  color: inherit;
}

@media (min-width: 640px) {
  .presscontact {
    margin: 0 0 80px 0;
  }
  .presscontact__map {
    float: left;
    background-image: url(map.png);
    width: 264px;
    height: 264px;
    margin: 0 20px 0 0;
  }
  .presscontact__info {
    float: left;
  }
}

/* Impressum */

.impressum__title {
  text-align: center;
}

@media (max-width: 768px) {
  .impressum__title {
    text-align: left;
  }
}

.impressum__verantwortlich {
  margin-bottom: 170px;
}

.impressum__text {
  font-size: 15px;
  line-height: 1.3;
}

.impressum__text__block {
  margin-bottom: 10px;
}

.impressum__hinweise__item {
  margin-bottom: 40px;
}

/* Produkt */

.process__steps {
  margin: 20px 0 40px 0;
}
.process__image {
  text-align: center;
}

/* Kontakt */

.contact {
  background: url(shapes/ghost.svg) center no-repeat;
  background-size: auto 100%;
  margin: 100px 0;
  position: relative;

}
.contact__content {
  position: relative;
  font-size: 13px;
  max-width: 550px;
  margin: auto;
}
.contact__info {
  position: relative;
  padding: 40px 80px 80px 80px;
  xmargin-left: -40px;
  background: url(shapes/sunglas_left.svg) no-repeat;
  background-size: 100% 100%;
}
.contact__message {
  padding: 40px;
}
.contact__content h2 {
  display: none;
}
.contact__link {
  color: #8e2755;
  text-decoration: none;
}

@media (min-width: 850px) {
  .contact {
    padding: 0 60px 80px 60px;
    background-size: 100% 90%;
    background-position: center 20px;
  }
  .contact__content {
    max-width: none;
  }
  .contact__content h2 {
    display: block;
  }
  .contact__message {
    position: relative;
    margin-left: 50%;
    padding-top: 20px;
  }
  .contact__message:after {
    position: absolute;
    content: "";
    background: url(shapes/pond.svg) no-repeat;
    background-size: 100% 100%;
    padding: 300px 40px 0 0;
    width: 100%;
    left: 0;
    bottom: -40px;
    z-index: -1;
  }
  .contact__button {
    float:right;
  }
  .contact__info {
    position: absolute;
    right: 50%;
    padding: 20px 50px 100px 50px;
  }

}

#map {
  height: 500px;
  margin-bottom: 100px;
}

/* Kundenloesungen */

.solutions {
  background: url(shapes/amoeba2.svg) 80% 0 no-repeat;
  background-size: auto 90%;
  position: relative;
  padding: 0 20px 0 20px;
}
.solutions__content {
  position: relative;
}
.solutions__list {
  position: relative;
  z-index: 10;
}
.solutions__custom {
  position: relative;
  padding: 70px;
  max-width: 550px;
  margin: -40px auto 0;
  background: url(shapes/mango.svg) no-repeat;
  background-size: 100% 100%;
}
.solutions__custom *:first-child {
  margin-top: 0;
}

@media (min-width: 850px) {
  .solutions {
    padding: 0 60px 80px 60px;
    background-size: 100% 90%;
  }
  .solutions__list {
    max-width: 60%;
    right: -40%;
  }
  .solutions__list:after {
    content: "";
    background: url(shapes/shadow.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -50px;
    margin-top: -40px;
    z-index: -1;
    width: 130%;
    padding-top: 25%;
  }
  .solutions__custom {
    position: absolute;
    top: 0;
    right: 60%;
    margin-left: -20px;
    padding: 100px 50px 50px 50px;
  }
}
