@font-face {
  font-family: 'GT Walsheim';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/styles/fonts/GT-Walsheim-Regular.woff') format('woff');
}
@font-face {
  font-family: 'GT Walsheim';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/styles/fonts/GT-Walsheim-Regular-Oblique.woff') format('woff');
}
@font-face {
  font-family: 'GT Walsheim';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/styles/fonts/GT-Walsheim-Bold.woff') format('woff');
}
@font-face {
  font-family: 'GT Walsheim';
  font-weight: 700;
  font-style: italic;
  src: url('/assets/styles/fonts/GT-Walsheim-Bold-Oblique.woff') format('woff');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: #242B31;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
.womensday {
  display: none;
  background-color: #9D00FF;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  z-index: 1;
  color: white;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.womensday .text {
  max-width: 870px;
  margin: 0 auto;
  padding: 0 25px;
}
.womensday .text .headline {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .womensday {
    position: relative;
  }
}
html {
  overflow-x: hidden;
}
body {
  color: #242B31;
  font-family: 'GT Walsheim';
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  position: relative;
  width: 100%;
  background: white;
  top: 96px;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
  top: 0;
}
body.menu-open .top-navi {
  height: 100%;
  overflow: auto;
}
body.menu-open .top-navi .top-navi-header {
  position: relative;
  background-color: #EEEEEE;
}
body.menu-open .top-navi .top-navi-header .menu-anchor .menu-bar {
  opacity: 0;
}
body.menu-open .top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(1) {
  top: -35px;
  transition-delay: .2s;
}
body.menu-open .top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(2) {
  top: -35px;
  transition-delay: .1s;
}
body.menu-open .top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(3) {
  top: -35px;
  transition-delay: 0s;
}
body.menu-open .top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(n+4) {
  opacity: 1;
}
body.menu-open .top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(4) {
  left: 4px;
  transition-delay: .4s;
  top: 20px;
}
body.menu-open .top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(5) {
  left: 4px;
  transition-delay: .5s;
  top: 20px;
}
body.menu-open .top-navi .top-navi-main .mainmenu .inner ul.main li {
  opacity: 1;
  transform: translateY(0px);
}
body.menu-open .top-navi .top-navi-main .mainmenu .inner ul.sub li {
  opacity: 1;
  transform: translateY(0px);
}
body.menu-open .top-navi .top-navi-contact-board .contact-board {
  position: absolute;
}
.top-navi {
  z-index: 7;
  position: fixed;
  width: 100%;
}
.top-navi .top-navi-header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  height: 96px;
}
@media screen and (max-width: 499px) {
  .top-navi .top-navi-header {
    padding: 0 25px;
  }
}
.top-navi .top-navi-header .menu-anchor {
  width: 40px;
  height: 43px;
  position: absolute;
  cursor: pointer;
  margin-top: 25px;
  left: 40px;
  overflow: hidden;
  transition: .3s ease-in-out;
}
.top-navi .top-navi-header .menu-anchor .menu-bar {
  width: 4px;
  height: 33px;
  background-color: #242B31;
  display: block;
  position: absolute;
  border-radius: 2px;
  top: 5px;
  pointer-events: none;
  transition: .15s ease-in-out;
}
.top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(1) {
  left: 0;
  transition-delay: .3s;
}
@media screen and (max-width: 499px) {
  .top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(1) {
    left: 3px;
  }
}
.top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(2) {
  left: 12px;
  transition-delay: .4s;
}
@media screen and (max-width: 499px) {
  .top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(2) {
    left: 15px;
  }
}
.top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(3) {
  left: 24px;
  transition-delay: .5s;
}
@media screen and (max-width: 499px) {
  .top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(3) {
    left: 27px;
  }
}
.top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(n+4) {
  height: 4px;
  width: 33px;
  opacity: 0;
}
@media screen and (max-width: 1919px) {
  .top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(n+4) {
    height: 3px;
  }
}
.top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(4) {
  left: -35px;
  top: -14px;
  transition-delay: .1s;
  transform: rotate(45deg);
}
.top-navi .top-navi-header .menu-anchor .menu-bar:nth-of-type(5) {
  left: -35px;
  top: 52px;
  transition-delay: 0s;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1919px) {
  .top-navi .top-navi-header .menu-anchor .menu-bar {
    width: 3px;
  }
}
@media screen and (max-width: 499px) {
  .top-navi .top-navi-header .menu-anchor {
    left: 22px;
  }
}
.top-navi .top-navi-header .menu-anchor:hover {
  opacity: 0.8;
}
.top-navi .top-navi-header .subpage-name {
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  margin-top: 34px;
  font-size: 16px;
  font-weight: bold;
  text-transform: lowercase;
  transition: .3s ease-in;
}
@media screen and (max-width: 999px) {
  .top-navi .top-navi-header .subpage-name {
    display: none;
  }
}
.top-navi .top-navi-header .logo {
  font-weight: bold;
  font-size: 16px;
  margin-top: 34px;
  position: absolute;
  right: 40px;
  transition: .3s ease-in-out;
}
@media screen and (max-width: 499px) {
  .top-navi .top-navi-header .logo {
    right: 25px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 41px;
  }
}
.top-navi .top-navi-header .logo .logo-dot {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #EBFF00;
  border-radius: 50%;
  vertical-align: middle;
  margin: -4px 13px 0 0;
}
.top-navi .top-navi-header .logo .logo-dot #easteregg {
  position: absolute;
  left: -29px;
  top: -25px;
  width: 86px;
  height: 86px;
  opacity: 0;
  transition: .3s;
}
.top-navi .top-navi-header .logo .logo-dot:hover #easteregg {
  opacity: 1;
}
@media screen and (max-width: 499px) {
  .top-navi .top-navi-header .logo .logo-dot {
    display: none;
  }
}
.top-navi .top-navi-header .logo:hover {
  opacity: 0.8;
}
.top-navi .top-navi-header.shrink {
  height: 60px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.4s ease;
}
.top-navi .top-navi-header.shrink .menu-anchor {
  margin-top: 9px;
}
.top-navi .top-navi-header.shrink .subpage-name {
  margin-top: 17px;
}
.top-navi .top-navi-header.shrink .logo {
  margin-top: 17px;
}
@media screen and (max-width: 399px) {
  .top-navi .top-navi-header.shrink .logo {
    margin-top: 25px;
  }
}
.top-navi .top-navi-main {
  width: 100%;
  height: calc(100vh - 96px);
}
.top-navi .top-navi-main .mainmenu {
  width: 100%;
  height: 100%;
  background-color: #EEEEEE;
  text-transform: lowercase;
}
.top-navi .top-navi-main .mainmenu .inner {
  position: relative;
  top: 45%;
  left: 20%;
  display: block;
  width: 200px;
  transform: translateY(-136px);
}
.top-navi .top-navi-main .mainmenu .inner ul.main li {
  font-size: 50px;
  line-height: 68px;
  opacity: 0;
  transition: .25s ease-in;
  transform: translateY(10px);
}
.top-navi .top-navi-main .mainmenu .inner ul.main li.active span {
  background-color: #EBFF00;
}
.top-navi .top-navi-main .mainmenu .inner ul.main li:nth-of-type(2) {
  transition-delay: .2s;
}
.top-navi .top-navi-main .mainmenu .inner ul.main li:nth-of-type(3) {
  transition-delay: .4s;
}
.top-navi .top-navi-main .mainmenu .inner ul.main li:nth-of-type(4) {
  transition-delay: .6s;
}
.top-navi .top-navi-main .mainmenu .inner ul.main li:nth-of-type(5) {
  transition-delay: .8s;
}
.top-navi .top-navi-main .mainmenu .inner ul.sub {
  margin-top: 50px;
}
.top-navi .top-navi-main .mainmenu .inner ul.sub li {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  opacity: 0;
  transition: .3s ease-in;
  transform: translateY(10px);
}
.top-navi .top-navi-main .mainmenu .inner ul.sub li:nth-of-type(1) {
  transition-delay: 1.2s;
}
.top-navi .top-navi-main .mainmenu .inner ul.sub li:nth-of-type(2) {
  transition-delay: 1.3s;
}
.top-navi .top-navi-main .mainmenu .inner ul.sub li:nth-of-type(3) {
  transition-delay: 1.4s;
}
.top-navi .top-navi-main .mainmenu .inner ul a {
  color: #242B31;
  font-weight: bold;
  transition: .3s ease-in-out;
}
@media screen and (min-width: 999px) {
  .top-navi .top-navi-main .mainmenu .inner ul a:hover {
    color: #242B31BB;
  }
}
@media screen and (max-width: 499px) {
  .top-navi .top-navi-main .mainmenu .inner {
    transform: translateY(-50%);
  }
}
.top-navi .top-navi-main .information {
  background: white;
  color: #242B31;
  padding: 90px 20%;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.14px;
}
@media screen and (max-width: 499px) {
  .top-navi .top-navi-main .information {
    padding: 80px 40px;
  }
}
.top-navi .top-navi-main.hide {
  display: none;
}
.top-navi .top-navi-contact-board {
  width: 100%;
}
.top-navi .top-navi-contact-board .contact-board {
  width: 52px;
  background-color: #EBFF00;
  height: 193px;
  position: fixed;
  right: 0;
  top: 50vh;
  transform: translateY(-50%);
  z-index: 6;
  overflow: hidden;
  transition: .5s ease-in-out;
}
.top-navi .top-navi-contact-board .contact-board .inner {
  width: 322px;
  padding: 15px 0;
}
.top-navi .top-navi-contact-board .contact-board .inner div {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
.top-navi .top-navi-contact-board .contact-board .inner div:before {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #EBFF00;
  background-size: 18px 32px;
  display: inline-block;
  width: 52px;
  height: 46px;
}
.top-navi .top-navi-contact-board .contact-board .inner div.phone:before {
  background-image: url('/assets/images/icon-phone.svg');
  margin-top: -3px;
}
.top-navi .top-navi-contact-board .contact-board .inner div.phone:hover:before {
  animation-name: phoneanim;
  animation-duration: 1s;
  animation-delay: .8s;
  animation-iteration-count: infinite;
}
.top-navi .top-navi-contact-board .contact-board .inner div.mail:before {
  background-image: url('/assets/images/icon-email.svg');
  background-size: 26px;
}
.top-navi .top-navi-contact-board .contact-board .inner div.mail:hover:before {
  animation-name: emailanim;
  animation-duration: 2s;
  animation-delay: .8s;
  animation-iteration-count: infinite;
}
.top-navi .top-navi-contact-board .contact-board .inner div.address:before {
  background-image: url('/assets/images/icon-address.svg');
  background-size: 20px;
}
.top-navi .top-navi-contact-board .contact-board .inner div.address:hover:before {
  animation-name: addressanim;
  animation-duration: 1.3s;
  animation-delay: .8s;
  animation-iteration-count: infinite;
}
.top-navi .top-navi-contact-board .contact-board .inner a:hover div {
  color: #242B31BB;
}
.top-navi .top-navi-contact-board .contact-board:hover {
  width: 322px;
}
.top-navi .top-navi-contact-board .contact-board.shrink {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.4s ease;
}
@media screen and (max-width: 799px) {
  .top-navi .top-navi-contact-board .contact-board {
    display: none;
  }
}
.slogan {
  font-weight: bold;
  font-size: 217px;
  text-align: center;
  color: #242B31;
}
li {
  list-style: none;
}
h1 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #242B31;
}
h3 {
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 30px;
  text-align: left;
  color: #242B31;
}
.anchor-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 75px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1919px) {
  .anchor-scroll {
    height: 60px;
  }
}
.anchor-scroll span {
  width: 80px;
  height: 25px;
  background-image: url(/assets/images/arrow-grey-4px.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 1919px) {
  .anchor-scroll span {
    width: 60px;
    height: 20px;
    background-image: url(/assets/images/arrow-grey-3px.svg);
  }
}
@media screen and (max-width: 599px) {
  .anchor-scroll span {
    width: 56px;
    background-size: contain;
  }
}
.anchor-scroll .anchor-scroll-down-hover-circle {
  width: 80px;
  height: 77px;
  position: absolute;
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
}
@media screen and (max-width: 499px) {
  .anchor-scroll .anchor-scroll-down-hover-circle {
    width: 48px;
    height: 48px;
    bottom: -15px;
  }
}
.anchor-scroll .anchor-scroll-up-hover-circle {
  width: 80px;
  height: 77px;
  position: absolute;
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
}
@media screen and (max-width: 499px) {
  .anchor-scroll .anchor-scroll-up-hover-circle {
    width: 48px;
    height: 48px;
    bottom: -15px;
  }
}
.anchor-scroll.to-top {
  transform: rotate(180deg);
}
.anchor-scroll.to-top .arrow {
  transform: rotate(90deg);
}
.anchor-to {
  display: block;
  position: relative;
  text-transform: lowercase;
  font-size: 21px;
  line-height: 44px;
  font-weight: bold;
  transition: .3s ease-in;
  transition-delay: .5s;
  display: flex;
  align-items: center;
}
.anchor-to.offscreen {
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 999px) {
  .anchor-to {
    font-size: 16px;
    line-height: 23px;
  }
}
.anchor-to span.arrow {
  width: 80px;
  height: 25px;
  background-image: url(/assets/images/arrow-grey-4px.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  margin-right: 50px;
  z-index: 1;
}
@media screen and (max-width: 1919px) {
  .anchor-to span.arrow {
    width: 60px;
    height: 20px;
    background-image: url(/assets/images/arrow-grey-3px.svg);
  }
}
@media screen and (max-width: 599px) {
  .anchor-to span.arrow {
    width: 56px;
    background-size: contain;
  }
}
.anchor-to .anchor-hover-circle {
  width: 80px;
  height: 77px;
  position: absolute;
  left: 30px;
  z-index: 1;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1919px) {
  .anchor-to .anchor-hover-circle {
    left: 13px;
  }
}
@media screen and (max-width: 999px) {
  .anchor-to .anchor-hover-circle {
    top: -28px;
  }
}
@media screen and (max-width: 499px) {
  .anchor-to .anchor-hover-circle {
    width: 48px;
    height: 48px;
    top: -13px;
    left: 28px;
  }
  .anchor-to .anchor-hover-circle.neon {
    border-color: #EBFF00;
  }
}
.container {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 1299px) {
  .container {
    width: 100%;
    padding: 0 40px;
    margin: 0;
  }
}
section.contact {
  width: 100%;
  padding: 150px 0px 100px 0px;
  position: relative;
}
@media screen and (max-width: 499px) {
  section.contact {
    padding: 0 0 0 0;
    margin-bottom: 100px;
  }
}
section.contact .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  section.contact .row {
    display: block;
    width: 400px;
    margin: 0 auto;
    position: relative;
    left: 30px;
  }
}
@media screen and (max-width: 460px) {
  section.contact .row {
    display: block;
    width: 100%;
    margin: 0;
    left: 0;
  }
}
section.contact .row .col {
  flex-basis: 50%;
}
@media screen and (max-width: 950px) {
  section.contact .row .col {
    flex-basis: 100%;
  }
}
section.contact .row .col .holla-box {
  width: 90%;
  transform: translateY(-30px);
}
@media screen and (max-width: 950px) {
  section.contact .row .col .holla-box {
    margin-right: 50px;
  }
}
@media screen and (max-width: 460px) {
  section.contact .row .col .holla-box {
    margin: 0 20px 40px;
    width: 100%;
    position: relative;
    padding-top: 84px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section.contact .row .col .holla-box .holla-anim {
  font-size: 90px;
  transform: translate(-7%,0);
  transition: .6s ease-in-out;
}
@media screen and (max-width: 460px) {
  section.contact .row .col .holla-box .holla-anim {
    display: block;
    width: 200px;
    transform: translate(0,0);
  }
}
section.contact .row .col .holla-box .holla-text {
  font-size: 35px;
  font-weight: bold;
  transition: .6s ease-in-out .3s;
}
@media screen and (max-width: 460px) {
  section.contact .row .col .holla-box .holla-text {
    text-align: center;
    font-size: 21px;
    line-height: 27px;
  }
}
section.contact .row .col .holla-box.offscreen .holla-anim {
  opacity: 0;
  transform: translate(-7%,20px);
}
@media screen and (max-width: 460px) {
  section.contact .row .col .holla-box.offscreen .holla-anim {
    transform: translate(0,20px);
  }
}
section.contact .row .col .holla-box.offscreen .holla-text {
  opacity: 0;
  transform: translateY(20px);
}
section.contact .row .col .form-list {
  list-style: none;
  transform: translateX(-20px);
}
@media screen and (max-width: 460px) {
  section.contact .row .col .form-list {
    width: 100%;
    padding: 0 20px;
    transform: translateX(0);
  }
}
section.contact .row .col .form-list .dmp-form-field {
  width: 400px;
  margin-bottom: 20px;
  transition: all .6s ease-in-out;
}
@media screen and (max-width: 950px) {
  section.contact .row .col .form-list .dmp-form-field {
    margin: 0px auto 20px auto;
  }
}
@media screen and (max-width: 460px) {
  section.contact .row .col .form-list .dmp-form-field {
    width: 100%;
  }
}
section.contact .row .col .form-list .dmp-form-field input[type=text],
section.contact .row .col .form-list .dmp-form-field input[type=email] {
  width: 100%;
  height: 40px;
  border: 4px solid #EBFF00;
  border-radius: 20px;
  font-size: 18px;
  padding: 0 12px;
  outline: none;
  background-color: transparent;
}
section.contact .row .col .form-list .dmp-form-field input[type=text]:focus,
section.contact .row .col .form-list .dmp-form-field input[type=email]:focus {
  border: 4px solid #EBFF00AA;
}
section.contact .row .col .form-list .dmp-form-field input[type=text].required::placeholder,
section.contact .row .col .form-list .dmp-form-field input[type=email].required::placeholder {
  color: red;
}
section.contact .row .col .form-list .dmp-form-field textarea {
  background-color: transparent;
  color: #242B31;
  font-family: 'GT Walsheim';
  width: 100%;
  height: 40px;
  border: 4px solid #EBFF00;
  border-radius: 20px;
  font-size: 18px;
  padding: 8px 12px;
  outline: none;
  overflow-y: hidden;
  transition: height .5s ease-in-out;
  resize: none;
}
section.contact .row .col .form-list .dmp-form-field textarea:focus {
  border: 4px solid #EBFF00AA;
}
section.contact .row .col .form-list .dmp-form-field textarea.textarea-expanded {
  height: 120px;
  overflow-y: auto;
}
section.contact .row .col .form-list .dmp-form-field label {
  width: 100%;
  text-transform: lowercase;
  padding: 0px 18px 0px 18px;
  font-size: 14px;
}
section.contact .row .col .form-list .dmp-form-field label.required div {
  color: red;
}
section.contact .row .col .form-list .dmp-form-field input[type=submit] {
  background: none;
  border: none;
  color: #242B31;
  font-family: 'GT Walsheim';
  font-size: 21px;
  line-height: 44px;
  font-weight: bold;
  font-style: normal;
  text-transform: lowercase;
  cursor: pointer;
}
section.contact .row .col .form-list .dmp-form-field.flex {
  transition-delay: 1.9s;
}
section.contact .row .col .form-list .dmp-form-field.flex label {
  display: flex;
  padding: 0;
}
section.contact .row .col .form-list .dmp-form-field.flex label a {
  text-decoration: underline;
}
section.contact .row .col .form-list .dmp-form-field.flex label input[type=checkbox] {
  margin-right: 15px;
  -webkit-appearance: none;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border: 4px solid #EBFF00AA;
  margin-top: 7px;
  border-radius: 50%;
}
section.contact .row .col .form-list .dmp-form-field.flex label input[type=checkbox]:checked {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.contact .row .col .form-list .dmp-form-field.flex label input[type=checkbox]:checked::before,
section.contact .row .col .form-list .dmp-form-field.flex label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  background-color: #242B31;
  height: 20px;
  width: 2px;
}
section.contact .row .col .form-list .dmp-form-field.flex label input[type=checkbox]:checked::before {
  transform: rotate(45deg);
}
section.contact .row .col .form-list .dmp-form-field.flex label input[type=checkbox]:checked::after {
  transform: rotate(-45deg);
}
section.contact .row .col .form-list .dmp-form-field:nth-of-type(1) {
  transition-delay: 0.5s;
}
section.contact .row .col .form-list .dmp-form-field:nth-of-type(2) {
  transition-delay: 0.9s;
}
section.contact .row .col .form-list .dmp-form-field:nth-of-type(3) {
  transition-delay: 1.3s;
}
section.contact .row .col .form-list .dmp-form-field.anchor-to {
  transition-delay: 1.7s;
}
@media screen and (max-width: 999px) {
  section.contact .row .col .form-list .dmp-form-field.anchor-to {
    margin-top: 30px;
  }
}
section.contact .row .col .form-list .dmp-form-field.anchor-to .anchor-hover-circle {
  left: 30px;
}
@media screen and (max-width: 1919px) {
  section.contact .row .col .form-list .dmp-form-field.anchor-to .anchor-hover-circle {
    left: 13px;
  }
}
@media screen and (max-width: 999px) {
  section.contact .row .col .form-list .dmp-form-field.anchor-to .anchor-hover-circle {
    top: -14px;
  }
}
@media screen and (max-width: 499px) {
  section.contact .row .col .form-list .dmp-form-field.anchor-to .anchor-hover-circle {
    left: 28px;
    top: 0;
  }
}
section.contact .row .col .form-list .dmp-form-field.last-name {
  height: 0.1px;
  margin-bottom: 0;
}
section.contact .row .col .form-list .dmp-form-field.last-name input {
  height: 0.1px;
  border: 0.1px;
}
section.contact .row .col .form-list.offscreen .dmp-form-field {
  opacity: 0;
  transform: translateY(10px);
}
section.contact .row .col.holla {
  justify-content: center;
  display: flex;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity .3s, z-index 0s .3s;
  padding: 0 5vw;
}
.popup .success-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 6px #0000002E;
  border-radius: 25px;
  opacity: 0.9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  width: 100%;
  min-height: 326px;
  padding: 25px 10px;
}
.popup .success-container div {
  color: #242B31;
  text-align: center;
}
.popup .success-container .headline {
  font-size: 20px;
  line-height: 28px;
}
.popup .success-container .text {
  font-size: 39px;
  line-height: 43px;
}
.popup .success-container .button {
  cursor: pointer;
}
.popup.visible {
  opacity: 1;
  z-index: 100;
}
@media screen and (max-width: 899px) {
  .popup {
    padding: 5vw;
  }
  .popup .success-container {
    height: 100%;
  }
}
.footer {
  width: 100%;
  margin-top: 100px;
  text-transform: lowercase;
}
.footer .footer-top-container {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 499px) {
  .footer .footer-top-container {
    display: none;
  }
}
.footer .footer-arrow-container-big {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-40px);
}
@media screen and (max-width: 699px) {
  .footer .footer-arrow-container-big {
    display: none;
  }
}
.footer .footer-link-container {
  width: 100%;
  background-color: #EBFF00;
  padding: 30px 0px;
}
@media screen and (max-width: 699px) {
  .footer .footer-link-container {
    padding: 50px 0px 30px 0px;
  }
}
.footer .footer-link-container .footer-list {
  list-style: none;
  position: relative;
  width: 300px;
  left: 50%;
}
@media screen and (max-width: 699px) {
  .footer .footer-link-container .footer-list {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.footer .footer-link-container .footer-list li {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 699px) {
  .footer .footer-link-container .footer-list li a {
    text-decoration: underline;
  }
}
.footer .footer-link-container .footer-list li a:hover {
  opacity: 0.8;
}
.footer .footer-link-container .footer-list-pages {
  margin-bottom: 20px;
}
@media screen and (max-width: 699px) {
  .footer .footer-link-container .footer-list-pages {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .footer .footer-link-container .footer-list-legal {
    height: 20px;
  }
  .footer .footer-link-container .footer-list-legal li {
    float: left;
    width: 33.3%;
    text-align: center;
  }
}
.footer .footer-link-container .footer-list-contact {
  margin-bottom: 20px;
}
.footer .footer-link-container .anchor-scroll {
  display: none;
  position: relative;
  left: 50%;
  transform: translate(-50%,0) rotate(180deg);
  margin: 70px 0;
}
.footer .footer-link-container .anchor-scroll .anchor-scroll-up-hover-circle {
  border-color: white;
}
@media screen and (max-width: 499px) {
  .footer .footer-link-container .anchor-scroll {
    display: flex;
  }
}
.footer .footer-dmp-container {
  width: 100%;
  text-align: right;
  padding: 0px 40px 10px 40px;
}
@media screen and (max-width: 999px) {
  .footer .footer-dmp-container {
    text-align: center;
  }
}
@media screen and (max-width: 429px) {
  .footer .footer-dmp-container {
    padding: 0 20px 10px;
  }
}
@media screen and (max-width: 319px) {
  .footer .footer-dmp-container {
    padding: 0 0 10px;
  }
}
.footer .footer-dmp-container .logo {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  padding: 10px;
}
@media screen and (max-width: 429px) {
  .footer .footer-dmp-container .logo {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
  }
}
.footer .footer-dmp-container .logo:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(/assets/images/general/dmp_logo.svg) center no-repeat;
  background-size: 28px 28px;
  vertical-align: middle;
  margin: -4px 13px 0 0;
}
.dmp_cookiebox-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
.dmp_cookiebox-wrap.dmp_active {
  display: block;
}
.dmp_cookiebox-wrap * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.75);
  padding: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox {
  max-width: 640px;
  max-height: 100%;
  background-color: white;
  padding: 35px 45px 25px;
  overflow-y: auto;
  transition: .3s;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content {
  font-size: 14px;
  color: #616160;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--headline {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #242B31;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--headline .logo-dot {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #EBFF00;
  border-radius: 50%;
  vertical-align: middle;
  margin: -6px 12px 0 -2px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--text {
  margin-bottom: 22px;
  line-height: 1.3em;
  color: #242B31;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button,
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-link {
  background-color: #f2f2f2;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 32%;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button:hover,
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-link:hover {
  background-color: #dddcdc;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection {
  margin-bottom: 15px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item {
  margin-bottom: 10px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox {
  display: none;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  position: relative;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::before,
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::after {
  content: '';
  position: absolute;
  background-color: gray;
  height: 2px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::before {
  top: 7px;
  left: 2px;
  width: 5px;
  transform: rotate(50deg);
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:checked + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display::after {
  top: 6px;
  left: 4px;
  width: 10px;
  transform: rotate(-50deg);
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--checkbox:disabled + .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  background-color: white;
  border-color: #f2f2f2;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--label {
  cursor: pointer;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__item .dmp_cookie-selection__item--label .dmp_cookie-selection__item--display {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
  background-color: #f2f2f2;
  border: 1px solid grey;
  margin-right: 10px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap {
  text-align: center;
  margin-bottom: 10px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap:last-child {
  margin-bottom: 0;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-simple .dmp_cookiebox__content--links .dmp_cookiebox-links-wrap .dmp_cookiebox-link {
  display: inline;
  color: #616160;
  text-decoration: none;
  cursor: pointer;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced {
  display: none;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons {
  display: flex;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
  margin-right: 7px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button:last-child {
  margin-right: 0;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_toggle-advanced {
  display: flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
}
@media (max-width: 699px) {
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 370px;
  }
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_cookiebox-button:last-child {
    margin-bottom: 0;
  }
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--buttons .dmp_toggle-advanced {
    margin-left: 0;
    padding: 10px 10px 0 10px;
  }
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section {
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 7px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section:last-child {
  margin-bottom: 0;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input {
  display: none;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input:checked + .dmp_switch-button {
  background-color: gray;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button-input:checked + .dmp_switch-button::before {
  left: auto;
  right: 4px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button {
  position: relative;
  display: block;
  width: 40px;
  height: 21px;
  background-color: #c5c5c5;
  border-radius: 50px;
  float: right;
  margin-left: auto;
  cursor: pointer;
  transition: .3s;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_switch-button::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 3px;
  left: 4px;
  background-color: #555555;
  border-radius: 50px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header {
  display: flex;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header .dmp_cookie-section-name {
  font-size: 18px;
  margin-bottom: 15px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-header .dmp_switch-button {
  margin-right: 5px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-section-description {
  margin-bottom: 15px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_toggle-cookie-information-wrap {
  margin-bottom: 15px;
  text-align: center;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_toggle-cookie-information-wrap .dmp_toggle-cookie-information {
  font-weight: bold;
  cursor: pointer;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content {
  height: 0;
  overflow: hidden;
  transition: .3s;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table {
  width: 100%;
  margin-bottom: 5px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table:last-child {
  margin-bottom: 0;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr {
  background-color: white;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr th,
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td {
  padding: 3px 5px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr th {
  text-align: left;
  font-weight: bold;
  padding-right: 10px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td {
  padding-left: 10px;
  width: 100%;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td a {
  color: #616160;
  text-decoration: none;
  transition: .3s;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content.dmp_cookiebox-advanced .dmp_cookiebox__content--cookie-selection .dmp_cookie-selection__section .dmp_cookie-information .dmp_cookie-information-content table tr td a:hover {
  color: gray;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced {
  max-width: 800px;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced .dmp_cookiebox-simple {
  display: none;
}
.dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox.dmp_cookiebox-advanced .dmp_cookiebox-advanced {
  display: block;
}
@media (max-width: 799px) {
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox {
    max-width: 400px;
  }
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons {
    display: block;
  }
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-button,
  .dmp_cookiebox-wrap .dmp_cookiebox-overlay .dmp_cookiebox .dmp_cookiebox-content .dmp_cookiebox__content--buttons .dmp_cookiebox-link {
    margin-bottom: 10px;
  }
}
@keyframes phoneanim {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(10deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  25% {
    transform: rotate(10deg);
  }
  35% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes emailanim {
  0% {
    background-position-x: 13px;
    opacity: 1;
  }
  15% {
    background-position-x: 52px;
    opacity: 0;
  }
  16% {
    background-position-x: 0px;
    opacity: 0;
  }
  31% {
    background-position-x: 13px;
    opacity: 1;
  }
  100% {
    background-position-x: 13px;
    opacity: 1;
  }
}
@keyframes addressanim {
  0% {
    transform: translateY(0px);
  }
  15% {
    transform: translateY(5px);
  }
  30% {
    transform: translateY(0px);
  }
  45% {
    transform: translateY(5px);
  }
  60% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@font-face {
  font-family: 'GT Walsheim';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/styles/fonts/GT-Walsheim-Regular.woff') format('woff');
}
@font-face {
  font-family: 'GT Walsheim';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/styles/fonts/GT-Walsheim-Regular-Oblique.woff') format('woff');
}
@font-face {
  font-family: 'GT Walsheim';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/styles/fonts/GT-Walsheim-Bold.woff') format('woff');
}
@font-face {
  font-family: 'GT Walsheim';
  font-weight: 700;
  font-style: italic;
  src: url('/assets/styles/fonts/GT-Walsheim-Bold-Oblique.woff') format('woff');
}
html body {
  transition: background-color 1.5s ease-in-out;
}
html body.bg-dark {
  background-color: #EEEEEE;
}
html body header {
  position: relative;
  width: 100%;
  height: calc(100vh - 96px);
}
html body header .image-box {
  height: calc(100% - 120px);
  position: relative;
}
html body header .image-box .background {
  width: 80%;
  margin-left: 20%;
  height: 100%;
}
@media screen and (max-width: 999px) {
  html body header .image-box .background {
    background: url('/assets/images/agentur/dmp-header-agentur-mobil-final.jpg') center center no-repeat;
    background-size: cover;
    width: 85%;
    margin-left: 15%;
  }
}
@media screen and (max-width: 499px) {
  html body header .image-box .background {
    width: 86%;
    margin-left: 52px;
  }
}
html body header .image-box .background .background-json-fallback {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/json/agentur-header/dmp-heeader-agentur-fall-back.jpg') center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  html body header .image-box .background .background-json-fallback {
    display: none;
  }
}
html body header .image-box .background .background-json {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999px) {
  html body header .image-box .background .background-json {
    display: none;
  }
}
html body header .image-box .background .text {
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 1;
  left: -10%;
}
html body header .image-box .background .text #agentur-header-anim {
  width: 60%;
  margin-bottom: -12px;
}
@media screen and (max-width: 999px) {
  html body header .image-box .background .text #agentur-header-anim {
    width: 70%;
    margin-bottom: 0;
  }
}
html body header .image-box .background .text h2 {
  display: block;
  text-align: left;
  position: relative;
  left: 1%;
  font-size: 24px;
  line-height: 32px;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1499px) {
  html body header .image-box .background .text h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 699px) {
  html body header .image-box .background .text h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
html body header .text-box {
  position: absolute;
  width: 100%;
  height: 120px;
  background-color: white;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
}
html body header .text-box a {
  opacity: 1;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
}
html body header .text-box a:hover {
  opacity: 0.8;
}
html body header .text-box .left:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 33px;
  background-color: #242B31;
  margin-left: -5px;
  top: 20px;
  border-radius: 2px;
}
@media screen and (max-width: 1919px) {
  html body header .text-box .left:after {
    width: 3px;
  }
}
html body header .text-box .middle:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 33px;
  background-color: #242B31;
  margin-left: -34px;
  top: 20px;
  border-radius: 2px;
}
@media screen and (max-width: 1919px) {
  html body header .text-box .middle:after {
    width: 3px;
  }
}
html body header .text-box .right:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 33px;
  background-color: #242B31;
  margin-left: -46px;
  top: 20px;
  border-radius: 2px;
}
@media screen and (max-width: 1919px) {
  html body header .text-box .right:after {
    width: 3px;
  }
}
html body section {
  width: 100%;
  position: relative;
}
html body section h2 {
  font-size: 18px;
  line-height: 44px;
  font-style: italic;
  font-weight: normal;
  text-transform: lowercase;
}
@media screen and (max-width: 699px) {
  html body section h2 {
    font-size: 16px;
    line-height: 23px;
  }
}
html body section h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  text-transform: lowercase;
}
@media screen and (max-width: 699px) {
  html body section h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
html body section .heading-box {
  text-transform: lowercase;
  margin-left: 15%;
}
@media screen and (max-width: 499px) {
  html body section .heading-box {
    margin-left: 24px;
    margin-right: unset;
    width: calc(100% - 24px);
  }
}
html body section .heading-box.pull-right {
  margin-right: 15%;
  margin-left: unset;
  text-align: right;
}
@media screen and (max-width: 999px) {
  html body section .heading-box.pull-right {
    margin-right: 40px;
  }
}
@media screen and (max-width: 999px) {
  html body section .heading-box.mobile-pull-right {
    margin-right: 25px;
    margin-left: auto;
    width: 255px;
  }
}
@media screen and (max-width: 499px) {
  html body section .heading-box.mobile-pull-right {
    width: 230px;
  }
}
html body section .heading-box h2 {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 699px) {
  html body section .heading-box h2 {
    padding-left: 54px;
  }
}
html body section .heading-box .bar {
  width: 4px;
  height: 33px;
  background-color: #242B31;
  position: relative;
  left: -54px;
  top: -56px;
  border-radius: 2px;
}
@media screen and (max-width: 1919px) {
  html body section .heading-box .bar {
    width: 3px;
  }
}
@media screen and (max-width: 699px) {
  html body section .heading-box .bar {
    left: 0;
    top: -47px;
  }
}
html body section .heading-box .bar:before {
  content: "";
  width: 4px;
  height: 33px;
  background-color: #B7B7B7;
  position: absolute;
  left: 12px;
  top: 0;
  border-radius: 2px;
}
@media screen and (max-width: 1919px) {
  html body section .heading-box .bar:before {
    width: 3px;
  }
}
html body section .heading-box .bar:after {
  content: "";
  width: 4px;
  height: 33px;
  background-color: #B7B7B7;
  position: absolute;
  left: 24px;
  top: 0;
  border-radius: 2px;
}
@media screen and (max-width: 1919px) {
  html body section .heading-box .bar:after {
    width: 3px;
  }
}
html body section .heading-box .heading-small {
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
}
@media screen and (max-width: 1249px) {
  html body section .heading-box .heading-small {
    font-size: 44px;
    line-height: 52px;
  }
}
@media screen and (max-width: 999px) {
  html body section .heading-box .heading-small {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (max-width: 699px) {
  html body section .heading-box .heading-small {
    font-size: 26px;
    line-height: 28px;
  }
}
html body section .heading-box .heading-big {
  font-size: 180px;
  font-weight: bold;
  line-height: 150px;
}
@media screen and (max-width: 1249px) {
  html body section .heading-box .heading-big {
    font-size: 140px;
    line-height: 110px;
  }
}
@media screen and (max-width: 999px) {
  html body section .heading-box .heading-big {
    font-size: 110px;
    line-height: 90px;
  }
}
@media screen and (max-width: 699px) {
  html body section .heading-box .heading-big {
    font-size: 53px;
    line-height: 52px;
  }
}
html body section .heading-box #heading-marketing {
  margin-left: -9px;
}
@media screen and (max-width: 1249px) {
  html body section .heading-box #heading-marketing {
    margin-left: -7px;
  }
}
@media screen and (max-width: 999px) {
  html body section .heading-box #heading-marketing {
    margin-left: -5px;
  }
}
@media screen and (max-width: 699px) {
  html body section .heading-box #heading-marketing {
    margin-left: -3px;
  }
}
html body section .heading-box #heading-design {
  margin-right: 2px;
}
@media screen and (max-width: 1249px) {
  html body section .heading-box #heading-design {
    margin-right: 1px;
  }
}
@media screen and (max-width: 999px) {
  html body section .heading-box #heading-design {
    margin-right: 34px;
  }
}
@media screen and (max-width: 699px) {
  html body section .heading-box #heading-design {
    margin-right: -3px;
  }
}
html body section .heading-box #heading-template {
  margin-left: -5px;
}
@media screen and (max-width: 1249px) {
  html body section .heading-box #heading-template {
    margin-left: -3px;
  }
}
@media screen and (max-width: 699px) {
  html body section .heading-box #heading-template {
    margin-left: -1px;
  }
}
html body section .heading-box #heading-arbeiten {
  margin-left: -4px;
}
@media screen and (max-width: 1249px) {
  html body section .heading-box #heading-arbeiten {
    margin-left: -3px;
  }
}
@media screen and (max-width: 999px) {
  html body section .heading-box #heading-arbeiten {
    margin-left: -2px;
  }
}
@media screen and (max-width: 699px) {
  html body section .heading-box #heading-arbeiten {
    margin-left: -1px;
  }
}
html body section .row {
  display: flow-root;
  width: 100%;
  padding-top: 50px;
  height: 650px;
}
html body section.intro {
  max-width: 868px;
  margin: 0 auto;
  margin-top: 215px;
  margin-bottom: 365px;
  transition: .8s ease-in-out;
}
@media screen and (max-width: 999px) {
  html body section.intro {
    max-width: 100%;
    margin-top: 120px;
  }
}
@media screen and (max-width: 499px) {
  html body section.intro {
    margin-top: 70px;
  }
}
html body section.intro .text {
  width: 100%;
  padding: 0px 30px;
}
@media screen and (max-width: 999px) {
  html body section.intro .text {
    padding: 0px 80px 0 40px;
  }
}
@media screen and (max-width: 499px) {
  html body section.intro .text {
    padding: 0px 25px;
  }
}
html body section.intro .text p {
  font-size: 50px;
  font-weight: bold;
  line-height: 68px;
  text-transform: lowercase;
}
@media screen and (max-width: 1249px) {
  html body section.intro .text p {
    font-size: 40px;
    line-height: 52px;
  }
}
@media screen and (max-width: 699px) {
  html body section.intro .text p {
    font-size: 26px;
    line-height: 35px;
  }
}
html body section.intro .text p.text-dmp {
  font-size: 16px;
  line-height: 22px;
  padding-top: 40px;
}
html body section.intro #line-anim {
  width: 300px;
  height: 400px;
  position: absolute;
  transform: translate(-50%,0px);
  left: 50%;
}
html body section.intro.offscreen {
  opacity: 0;
  transform: translateY(30px);
}
html body section.marketing {
  padding: 120px 0 170px;
}
html body section.marketing .heading-box {
  transition: .8s ease-in-out .6s;
}
@media screen and (max-width: 699px) {
  html body section.marketing .heading-box {
    margin-left: 40px;
  }
}
@media screen and (max-width: 499px) {
  html body section.marketing .heading-box {
    margin-left: 25px;
  }
}
html body section.marketing .row .col {
  height: 100%;
}
@media screen and (max-width: 999px) {
  html body section.marketing .row .col {
    height: auto;
  }
}
html body section.marketing .row .col.col-content {
  transition: .8s ease-in-out 1.6s;
  margin-left: 15%;
  width: 35%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  html body section.marketing .row .col.col-content {
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  html body section.marketing .row .col.col-content {
    height: auto;
    width: 100%;
    padding: 0px 40px 80px 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 499px) {
  html body section.marketing .row .col.col-content {
    height: auto;
    width: 100%;
    padding: 0px 25px 50px 25px;
  }
}
html body section.marketing .row .col.col-content .inner {
  font-size: 16px;
  line-height: 28px;
  width: 75%;
  max-width: 400px;
}
@media screen and (max-width: 999px) {
  html body section.marketing .row .col.col-content .inner {
    width: 80%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 699px) {
  html body section.marketing .row .col.col-content .inner {
    width: 100%;
    max-width: 100%;
  }
}
html body section.marketing .row .col.col-content .google-badge-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 185px;
  height: 82px;
  margin-top: 55px;
  margin-left: 15px;
}
@media screen and (max-width: 499px) {
  html body section.marketing .row .col.col-content .google-badge-wrap {
    margin-top: 15px;
    margin-bottom: 50px;
  }
}
html body section.marketing .row .col.image {
  transition: .8s ease-in-out 1.2s;
  width: 50%;
  float: right;
  min-height: 230px;
  background: url('/assets/images/agentur/dmp-agentur01.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 999px) {
  html body section.marketing .row .col.image {
    margin-left: 40px;
    width: calc(100% - 40px);
    height: 300px;
    background: url('/assets/images/agentur/dmp-agentur01-mobil.jpg') center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 499px) {
  html body section.marketing .row .col.image {
    margin-left: 24px;
    width: calc(100% - 24px);
  }
}
html body section.marketing .row .col.image .overlay {
  height: 100%;
  background-color: #EBFF00;
  opacity: 0.6;
  transition: width 1s ease-in-out;
  right: 0%;
  width: 0%;
  position: absolute;
}
html body section.marketing .row .col.image .overlay.fade-in {
  width: 33.3%;
}
@media screen and (max-width: 999px) {
  html body section.marketing .row {
    height: auto;
  }
}
html body section.marketing.offscreen .heading-box {
  opacity: 0;
}
html body section.marketing.offscreen .row .col.col-content,
html body section.marketing.offscreen .row .col.image {
  opacity: 0;
}
@media screen and (max-width: 999px) {
  html body section.marketing {
    padding: 120px 0 0;
  }
}
html body section.design {
  padding: 140px 0;
}
html body section.design .heading-box {
  transition: .8s ease-in-out .6s;
}
html body section.design .bar {
  background-color: #B7B7B7;
}
html body section.design .bar:before {
  background-color: #242B31;
}
html body section.design .bar:after {
  background-color: #B7B7B7;
}
html body section.design .heading-small {
  padding-right: 65px;
}
@media screen and (max-width: 1249px) {
  html body section.design .heading-small {
    padding-right: 50px;
  }
}
@media screen and (max-width: 999px) {
  html body section.design .heading-small {
    padding-right: 38px;
  }
}
@media screen and (max-width: 699px) {
  html body section.design .heading-small {
    padding-right: 0;
  }
}
html body section.design .row .col {
  height: 100%;
}
@media screen and (max-width: 999px) {
  html body section.design .row .col {
    height: auto;
  }
}
html body section.design .row .col.col-content {
  transition: .8s ease-in-out 1.6s;
  margin-right: 15%;
  width: 25%;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 1249px) {
  html body section.design .row .col.col-content {
    width: 35%;
  }
}
@media screen and (max-width: 999px) {
  html body section.design .row .col.col-content {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 499px) {
  html body section.design .row .col.col-content {
    height: auto;
    width: 100%;
    padding: 0px 25px 50px 25px;
  }
}
html body section.design .row .col.col-content .inner {
  font-size: 16px;
  line-height: 26px;
  width: 75%;
  max-width: 350px;
}
@media screen and (max-width: 999px) {
  html body section.design .row .col.col-content .inner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }
}
html body section.design .row .col.image {
  transition: .8s ease-in-out 1.2s;
  float: left;
  width: 60%;
  height: 610px;
  min-height: 230px;
  background: url('/assets/images/agentur/dmp-agentur02.jpg') center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1249px) {
  html body section.design .row .col.image {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  html body section.design .row .col.image {
    width: calc(100% - 40px);
    height: 300px;
    background: url('/assets/images/agentur/dmp-agentur02-mobil.jpg') center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 499px) {
  html body section.design .row .col.image {
    width: calc(100% - 25px);
    margin-right: 25px;
  }
}
html body section.design .row .col.image .overlay {
  height: 100%;
  width: 0%;
  background-color: #EBFF00;
  opacity: 0.6;
  transition: width 1s ease-in-out;
}
html body section.design .row .col.image .overlay.fade-in {
  width: 33.3%;
}
html body section.design.offscreen .heading-box {
  opacity: 0;
}
html body section.design.offscreen .row .col.col-content,
html body section.design.offscreen .row .col.image {
  opacity: 0;
}
html body section.online {
  padding: 140px 0 180px;
}
@media screen and (max-width: 999px) {
  html body section.online {
    padding: 140px 0 180px;
  }
}
html body section.online .heading-box {
  transition: .8s ease-in-out .6s;
}
@media screen and (max-width: 699px) {
  html body section.online .heading-box {
    margin-left: 40px;
  }
}
@media screen and (max-width: 499px) {
  html body section.online .heading-box {
    margin-left: 25px;
  }
}
html body section.online .bar {
  background-color: #B7B7B7;
}
html body section.online .bar:before {
  background-color: #B7B7B7;
}
html body section.online .bar:after {
  background-color: #242B31;
}
html body section.online .row {
  margin-top: 80px;
}
@media screen and (max-width: 999px) {
  html body section.online .row {
    height: auto;
    margin-top: 0;
  }
}
html body section.online .row .col {
  height: auto;
}
html body section.online .row .col.col-content {
  transition: .8s ease-in-out 1.6s;
  margin-left: 15%;
  width: 50%;
  float: left;
}
@media screen and (max-width: 1249px) {
  html body section.online .row .col.col-content {
    width: 70%;
  }
}
@media screen and (max-width: 699px) {
  html body section.online .row .col.col-content {
    margin-left: 40px;
    width: 88%;
  }
}
@media screen and (max-width: 499px) {
  html body section.online .row .col.col-content {
    width: calc(100% - 24px);
    margin-left: 0;
    padding-left: 24px;
  }
}
html body section.online .row .col.col-content .inner-row {
  width: 90%;
  max-width: 700px;
  display: flow-root;
}
html body section.online .row .col.col-content .inner-row p {
  font-size: 16px;
}
@media screen and (max-width: 1249px) {
  html body section.online .row .col.col-content .inner-row {
    width: 100%;
  }
}
html body section.online .row .col.col-content .inner-row.withmargin {
  margin-top: 30px;
}
@media screen and (max-width: 699px) {
  html body section.online .row .col.col-content .inner-row.withmargin {
    margin-top: 0;
  }
}
html body section.online .row .col.col-content .inner-row .inner-col {
  width: calc(50% - 50px);
  float: left;
  margin-right: 50px;
}
@media screen and (max-width: 699px) {
  html body section.online .row .col.col-content .inner-row .inner-col {
    width: 100%;
    margin-right: 0px;
  }
  html body section.online .row .col.col-content .inner-row .inner-col h3 {
    margin-top: 40px;
    margin-bottom: 15px;
  }
}
html body section.online .row .col.col-content .inner-row .inner-col.withoutpadding {
  margin-right: 0;
}
html body section.online .row .col.image {
  transition: .8s ease-in-out 1.2s;
  width: 35%;
  float: right;
  height: 400px;
  margin-top: 50px;
  background: url('/assets/images/agentur/dmp-agentur03.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1249px) {
  html body section.online .row .col.image {
    width: 90%;
  }
}
@media screen and (max-width: 999px) {
  html body section.online .row .col.image {
    width: calc(100% - 40px);
    background: url('/assets/images/agentur/dmp-agentur03-mobil.jpg') center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 499px) {
  html body section.online .row .col.image {
    width: calc(100% - 24px);
  }
}
html body section.online .row .col.image .overlay {
  height: 100%;
  background-color: #EBFF00;
  opacity: 0.6;
  transition: width 1s ease-in-out;
  position: absolute;
  width: 0%;
  right: 0;
}
html body section.online .row .col.image .overlay.fade-in {
  width: 33.3%;
}
html body section.online.offscreen .heading-box {
  opacity: 0;
}
html body section.online.offscreen .row .col.col-content,
html body section.online.offscreen .row .col.image {
  opacity: 0;
}
html body section.img_text_banner {
  margin: 135px 0 0;
  width: 100%;
  background: url('/assets/images/agentur/dmp-agentur04.jpg') center center no-repeat;
  background-size: cover;
  height: 450px;
}
@media screen and (max-width: 999px) {
  html body section.img_text_banner {
    background: url('/assets/images/agentur/dmp-agentur04-mobil-600px.jpg') center center no-repeat;
    background-size: cover;
    height: 600px;
  }
}
@media screen and (max-width: 699px) {
  html body section.img_text_banner {
    margin: 0;
  }
}
html body section.img_text_banner .left-container {
  transition: 1.2s ease-in-out .3s;
  height: 100%;
  background-color: rgba(235,255,0,0.9);
  width: 50%;
  font-size: 60px;
  line-height: 67px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  html body section.img_text_banner .left-container {
    height: 300px;
    width: 100%;
  }
}
html body section.img_text_banner .left-container h5 {
  width: 300px;
}
html body section.img_text_banner.offscreen .left-container {
  transform: translateX(-100%);
}
html body section.arbeiten {
  margin-bottom: 40px;
  padding: 320px 0 300px;
  background: url('/assets/images/agentur/five-stripes.svg') right bottom no-repeat;
  background-size: 600px auto;
}
@media screen and (max-width: 999px) {
  html body section.arbeiten {
    padding: 170px 0 150px;
    background: url('/assets/images/agentur/five-stripes.svg') right bottom no-repeat;
    background-size: 400px auto;
  }
}
@media screen and (max-width: 699px) {
  html body section.arbeiten {
    padding: 120px 0 100px;
    background: url('/assets/images/agentur/five-stripes.svg') right bottom no-repeat;
    background-size: 300px auto;
  }
}
html body section.arbeiten .heading-box {
  transition: .8s ease-in-out .3s;
}
@media screen and (max-width: 999px) {
  html body section.arbeiten .heading-box {
    margin-left: 40px;
  }
}
@media screen and (max-width: 499px) {
  html body section.arbeiten .heading-box {
    margin-left: 25px;
  }
}
html body section.arbeiten .text-container {
  transition: .8s ease-in-out .3s;
  margin-left: 15%;
  width: 60%;
}
@media screen and (max-width: 999px) {
  html body section.arbeiten .text-container {
    height: auto;
    width: 100%;
    padding: 0px 40px 0px 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 499px) {
  html body section.arbeiten .text-container {
    height: auto;
    width: 100%;
    padding: 0px 25px 50px 25px;
  }
}
html body section.arbeiten .text-container .subline {
  font-size: 18px;
  line-height: 44px;
  margin-top: 50px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  html body section.arbeiten .text-container .subline {
    font-size: 16px;
    line-height: 24px;
  }
}
html body section.arbeiten .text-container .text {
  font-size: 25px;
  line-height: 43px;
  margin-top: 50px;
  font-weight: bold;
  max-width: 780px;
}
@media screen and (max-width: 999px) {
  html body section.arbeiten .text-container .text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
html body section.arbeiten.offscreen .text-container,
html body section.arbeiten.offscreen .heading-box {
  opacity: 0;
}
html body section.contact .row {
  padding-top: 0;
  height: auto;
}
