@charset "UTF-8";
/*
 * Allgemein
 */
body {
  background: #B0DEF0;
}
body,
p {
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  color: #00424D;
}
html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
.layout {
  max-width: 1280px;
  margin: 0 auto;
}
h1,
h2 {
  font-weight: 700;
  font-size: 88px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 0;
}
h1 strong,
h2 strong {
  font-family: Tektur;
  color: #fff;
  font-size: 82px;
  padding: 0 45px;
  margin-left: -45px;
}
h2 {
  margin-top: 200px;
}
h1 {
  line-height: 0.9;
}
h1 strong {
  background: url(../img/bg_mehr.svg) no-repeat left center / 100%;
}
a {
  text-decoration: none;
}
p strong {
  font-weight: 600;
}
.bottom-100 {
  margin-bottom: 100px;
}
.bottom-200 {
  margin-bottom: 200px;
}
.fade-in {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: opacity 1s ease-out, top 1s ease-out;
}
#header {
  /*     position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 50px; */
}
#header .content-image,
#header .content-hyperlink {
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 10;
}
#header .content-hyperlink {
  left: unset;
  right: 50px;
}
.btn-request {
  position: relative;
  font-family: Tektur;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 5%;
  text-transform: uppercase;
  height: max-content;
  left: 0;
  background: #EB5C47;
  border-radius: 5px;
  transition: 0.3s;
  /* &:hover {
        left: -10px;
    } */
}
.btn-request::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  background: #cc513f;
  border-radius: 5px;
  transition: 0.5s ease-out;
}
.btn-request a {
  position: relative;
  display: block;
  color: #fff;
  padding: 12px 20px;
  z-index: 2;
}
.btn-request:hover::before {
  height: 100%;
}
.swiper {
  z-index: unset;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-pagination-clickable {
  z-index: 3;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 35px;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  margin: 0 5px !important;
  border-radius: 0;
  background: #B0DEF0;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #EB5C47;
}
.swiper-button-next,
.swiper-button-prev {
  display: none;
}
.dark {
  background: #00424D;
}
.dark h2 {
  color: #fff;
}
.dark h2 strong {
  color: #00424D;
  padding: 0 60px;
  margin-left: -60px;
  background: url(../img/bg_meister.svg) no-repeat left center / 100%;
}
.dark h4 {
  color: #fff;
}
.dark p {
  color: #B0DEF0;
}
.beige {
  background: #E9E8D4;
}
.beige .swiper-pagination-bullet {
  background: #E9E8D4;
}
.beige .swiper-pagination-bullet-active {
  background: #00424D;
}
.beige h2 strong {
  padding: 0 70px;
  margin-left: -70px;
  background: url(../img/bg_wort.svg) no-repeat left center / 100%;
}
.green {
  background: #A6D5C3;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.flex-row .content-text {
  max-width: calc(33% - 40px);
  margin: 20px;
}
.hideondesktop {
  display: none;
}
@media only screen and (max-width: 1340px) {
  .layout {
    width: 100%;
    padding: 0 30px;
  }
  h1,
  h2 {
    font-size: 74px;
  }
  h1 strong,
  h2 strong {
    font-size: 70px;
    padding: 0 35px;
    margin-left: -35px;
  }
  .dark h2 strong,
  .beige h2 strong {
    padding: 0 40px;
    margin-left: -40px;
  }
}
@media only screen and (max-width: 1024px) {
  h1,
  h2 {
    font-size: 62px;
  }
  h1 strong,
  h2 strong {
    font-size: 58px;
  }
  .flex-row .content-text {
    max-width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 768px) {
  body,
  p {
    font-size: 17px;
  }
  .layout {
    padding: 0 15px;
  }
  h1 {
    font-size: 50px;
    padding: 0 15px;
  }
  h1 strong {
    font-size: 46px;
    padding: 0 20px;
    margin: 0;
  }
  h2 {
    font-size: 41px;
    margin-top: 100px;
  }
  h2 strong {
    font-size: 38px;
  }
  .dark h2 strong,
  .beige h2 strong {
    padding: 0 25px;
    margin-left: -25px;
  }
  .bottom-100 {
    margin-bottom: 40px;
  }
  .bottom-200 {
    margin-bottom: 70px;
  }
  .flex-row .content-text {
    width: 100%;
    max-width: 100%;
  }
  .hideonmobile {
    display: none;
  }
  .hideondesktop {
    display: block;
  }
  #header .content-image {
    top: 20px;
    left: 20px;
    width: 115px;
  }
  #header .content-hyperlink {
    top: 20px;
    right: 20px;
    width: 135px;
  }
  #header .btn-request a {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    padding: 7px 12px;
  }
}
/*
 * Artikel
 */
#start {
  position: relative;
  margin-top: -49px;
  background: url(../img/struktur_wand.svg) no-repeat left bottom / 30%;
}
#start .texture {
  position: relative;
  width: 100%;
  z-index: 1;
}
#start .texture img {
  float: right;
  width: auto;
  max-width: unset;
}
#start .texture::after {
  content: url(../img/icon_rolle.svg);
  position: absolute;
  right: 34px;
  top: 49px;
}
#start::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(../img/icon_eimer.svg) no-repeat right calc((100% - 990px) / 2) top 100px / 300px;
}
.start-text {
  position: relative;
  z-index: 3;
}
.start-text .rte {
  max-width: 960px;
  margin: 285px auto 100px auto;
}
.start-text h1 {
  margin-bottom: 50px;
}
.start-text p {
  padding-left: 130px;
  padding-right: 130px;
}
.start-images {
  display: flex;
  max-width: 1300px;
  margin: 200px auto 0 auto;
  padding-bottom: 200px;
}
.start-images .content-image {
  margin: 10px;
}
#services {
  background: #00424D url(../img/icon_faecher.svg) no-repeat right 17vw top 21vw / 21%;
}
.services-text .rte {
  max-width: 800px;
  margin-bottom: 100px;
}
.services-text .rte h2 {
  margin-bottom: 60px;
}
.content-accordion {
  border-bottom: 1px solid #006272;
}
.handorgel__header__button,
.handorgel__content {
  background: none;
  border: none;
}
.handorgel__header__button {
  color: #B0DEF0;
  font-size: 23px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 15px 20px;
}
.handorgel__header__button strong {
  font-size: 30px;
  vertical-align: central;
}
.handorgel__header__button u {
  text-decoration: none;
}
.handorgel__header {
  position: relative;
  padding-left: 50px;
  border-top: 1px solid #006272;
}
.handorgel__header::before {
  content: url(../img/arrow-2.svg);
  position: absolute;
  left: 20px;
  top: 12px;
  width: 25px;
}
.handorgel__header--open {
  padding-left: 130px;
}
.handorgel__header--open .handorgel__header__button {
  color: #EB5C47;
}
.handorgel__header--open::before {
  content: url(../img/arrow-1.svg);
}
.handorgel__content__inner {
  position: relative;
  padding-left: 150px;
}
.handorgel__content__inner .content-text {
  max-width: 550px;
}
.handorgel__content__inner .content-text p {
  font-size: 16px;
  line-height: 1.4;
}
.handorgel__content__inner .content-text a {
  color: #EB5C47;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-55%);
}
.handorgel__content__inner .content-text a::before {
  content: url(../img/arrow-2-orange.svg);
  width: 25px;
  margin-right: 12px;
  position: relative;
  top: 3px;
}
.handorgel__content__inner .content-text a:hover {
  color: #fff;
}
.handorgel__content__inner .content-text a:hover::before {
  content: url(../img/arrow-2-white.svg);
}
#aboutus {
  position: relative;
  padding-bottom: 200px;
  background: #E9E8D4 url(../img/struktur_wand.svg) no-repeat left bottom / 30%;
}
#aboutus::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 50px;
  background: #00424D;
}
.aboutus-text {
  display: flex;
  margin-bottom: 150px;
  background: url(../img/icon_pinsel.svg) no-repeat left 0 top 0 / 15%;
}
.aboutus-text .col-left {
  width: 44%;
  padding-top: 70px;
  text-align: center;
}
.aboutus-text .col-left .content-image {
  display: inline-block;
  vertical-align: top;
}
.aboutus-text .col-left .content-image:first-child {
  width: 45%;
  text-align: right;
  padding-top: 110px;
  margin-right: -46px;
}
.aboutus-text .col-left .content-image:last-child {
  width: 52%;
  text-align: left;
}
.aboutus-text .col-right {
  width: 56%;
}
.aboutus-text .col-right .content-image {
  margin-bottom: 70px;
}
.cards .content-text {
  padding: 20px 40px;
  background: #DDDCCA;
  border-radius: 5px;
}
.cards h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 50px 0;
}
.cards p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.quotation {
  margin-bottom: 40px;
}
.quotation .rte {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 30px;
}
.quotation p {
  font-size: 24px;
  line-height: 1.3;
}
.quotation p strong {
  font-weight: 700;
}
.ceo p {
  font-size: 16px;
}
.ceo p strong {
  font-size: 18px;
  font-weight: 700;
}
#jobs {
  padding-top: 200px;
}
#jobs .flex-row {
  margin: 0;
}
#jobs .flex-row .content-text {
  width: 100%;
  margin: 0;
}
#jobs .flex-row .col-left {
  max-width: 62%;
}
#jobs .flex-row .col-right {
  max-width: 38%;
}
#jobs h2 {
  margin-top: 0;
}
#jobs h2 strong {
  padding: 0 20px;
  margin: 0 -20px;
  background: url(../img/bg_maler.svg) no-repeat left center / 100%;
}
#jobs h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
#jobs h4 strong {
  color: #EB5C47;
  text-transform: uppercase;
}
#jobs p {
  color: #fff;
  font-size: 18px;
}
#jobs .col-left p {
  max-width: 450px;
}
#jobs .col-right strong {
  font-weight: 600;
}
#jobs .col-right .rte {
  position: relative;
  margin-top: 70px;
}
#jobs .col-right p:last-child {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #EB5C47;
  border-radius: 5px;
}
#jobs .col-right p:last-child a {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  padding: 12px 20px 12px 55px;
  z-index: 2;
}
#jobs .col-right p:last-child a::before {
  content: url(../img/icon_message.svg);
  position: absolute;
  left: 20px;
  top: 8px;
  width: 27px;
}
#jobs .col-right p:last-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  background: #cc513f;
  border-radius: 5px;
  transition: 0.5s ease-out;
}
#jobs .col-right p:last-child:hover::before {
  height: 100%;
}
.start-images figure img,
.aboutus-text figure img,
#jobs figure img {
  border-radius: 5px;
}
#contact {
  position: relative;
  padding-bottom: 200px;
  background: #A6D5C3 url(../img/struktur_wand.svg) no-repeat left bottom / 30%;
  overflow: visible;
}
#contact .instagram {
  position: absolute;
  left: 50%;
  top: 0;
  width: max-content;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #A6D5C3;
  padding: 30px 60px;
}
#contact .instagram p {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
#contact .instagram a {
  color: #00424D;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
  margin-left: 50px;
}
#contact .instagram a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(../img/icon_instagram.svg) no-repeat center / 100%;
}
#contact .instagram a:hover {
  color: #EB5C47;
}
#contact .instagram a:hover::before {
  background-image: url(../img/icon_instagram-orange.svg);
}
#contact .content-image img {
  width: 100%;
}
#contact h2 strong {
  line-height: 1.35;
  padding: 30px 60px 20px 60px;
  margin: 0 -60px;
  background: url(../img/bg_kontakt-1.svg) no-repeat left bottom, url(../img/bg_kontakt-2.svg) no-repeat left 340px top 3px, url(../img/bg_kontakt-3.svg) no-repeat left 550px top -3px;
}
#contact .formbody {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#contact .formbody > fieldset {
  width: calc(50% - 20px);
  margin: 10px;
}
#contact::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 50px;
  background: #00424D;
}
.ce_form {
  overflow: visible;
}
.ce_form .widget {
  margin-bottom: 10px;
}
.ce_form input.text,
.ce_form textarea {
  width: 100%;
  background: #98C8B5;
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 20px;
  font-size: 16px;
  color: #00424D;
}
.ce_form textarea {
  height: 197px;
}
.ce_form button.submit {
  position: relative;
  float: right;
  color: #fff;
  font-family: Tektur;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  background: #00424D;
  border-radius: 5px;
  border: none;
  padding: 5px 32px;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.ce_form button.submit span {
  position: relative;
  z-index: 2;
}
.ce_form button.submit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  background: #cc513f;
  border-radius: 5px;
  transition: 0.5s ease-out;
}
.ce_form button.submit:hover::before {
  height: 100%;
}
.ce_form .explanation {
  margin-top: 15px;
}
.ce_form .explanation p {
  font-size: 14px;
}
.checkbox_container {
  position: relative;
  margin-left: 30px;
}
::placeholder {
  color: #4C8581;
  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #4C8581;
}
input[type='checkbox'],
input[type='radio'] {
  position: absolute;
  height: 0;
  opacity: 0;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  position: relative;
  color: #00424D;
  font-size: 14px;
  cursor: pointer;
}
input[type='checkbox'] + label span,
input[type='radio'] + label span {
  display: inline-block;
}
input[type='checkbox'] + label a,
input[type='radio'] + label a {
  color: #333;
  font-weight: bold;
}
input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  position: relative;
  top: 5px;
  width: 16px;
  height: 16px;
  margin-left: -30px;
  margin-right: 10px;
  border-radius: 5px;
  background: #98C8B5;
}
input[type='checkbox']:checked + label::after,
input[type='radio']:checked + label::after {
  position: absolute;
  content: ' ';
  left: -24px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid #EB5C47;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.legal {
  padding-bottom: 300px;
  background: #B0DEF0 url(../img/struktur_wand.svg) no-repeat left bottom / 30%;
}
.legal .rte {
  padding-right: 150px;
}
.legal h1 {
  margin: 250px 0 100px -5px;
}
.legal h3,
.legal h4 {
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0 20px 0;
}
.legal h4 {
  margin-bottom: 0;
}
.legal p {
  line-height: 1.4;
  margin-bottom: 25px;
}
.legal a {
  color: #00424D;
  text-decoration: underline;
}
.legal a:hover {
  color: #EB5C47;
}
.legal::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 50px;
  background: #00424D;
}
#toplink {
  position: relative;
}
#toplink .inside {
  position: absolute;
  left: 0;
  top: -60px;
  right: 0;
  height: 650px;
  overflow: hidden;
}
#toplink #gototop {
  position: absolute;
  top: 60px;
  right: 96px;
  width: 66px;
  height: 112px;
  background: url(../img/icon_rolle_footer.svg) no-repeat left top / 100%;
  z-index: 3;
}
#toplink #gototop a {
  display: block;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#toplink #gototop_text {
  position: absolute;
  top: 0;
  right: -136px;
  height: 60px;
  overflow: hidden;
}
#toplink #gototop_text p {
  color: #00424D;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  text-transform: uppercase;
  position: relative;
  top: 260px;
  width: 545px;
  height: 36px;
  padding-left: 30px;
  margin: 0;
  background: #A6D5C3;
  transform: rotate(-90deg);
  z-index: 3;
}
#toplink #gototop_text p::after {
  content: url(../img/arrow-2-blue.svg);
  margin-left: 10px;
  position: relative;
  top: 3px;
}
#toplink #gototop_text p a {
  color: #00424D;
}
.subpage #toplink #gototop_text p {
  background: #B0DEF0;
}
#footer {
  position: relative;
  overflow: hidden;
  background: #00424D;
  padding: 30px 0;
}
#footer .inside {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
#footer .content-element-group {
  position: relative;
  z-index: 2;
}
#footer h3 {
  color: #EB5C47;
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 15px -5px;
}
#footer p {
  line-height: 1.6;
}
#footer p,
#footer a {
  color: #E9E8D4;
  font-size: 16px;
}
#footer a:hover {
  color: #EB5C47;
}
#footer .address {
  margin-top: 60px;
  margin-bottom: 170px;
}
#footer .address p {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 310px;
}
#footer .address strong {
  font-weight: 600;
}
#footer .address img {
  position: relative;
  top: 4px;
}
#footer a[href*="mailto"]::before {
  content: url(../img/icon_message-beige.svg);
  position: relative;
  top: 5px;
  margin-right: 10px;
}
#footer a[href*="mailto"]:hover::before {
  content: url(../img/icon_message-orange.svg);
}
#footer .navi {
  display: flex;
}
#footer .mod_customnav li {
  display: inline-block;
  margin-right: 70px;
}
#footer .mod_customnav li strong {
  color: #EB5C47;
  font-size: 16px;
  font-weight: normal;
}
#footer .social .rte {
  min-width: max-content;
}
#footer .social img {
  position: relative;
  top: 4px;
  height: 19px;
  width: auto;
}
#footer .social a {
  padding: 2px 5px;
}
#footer .social a[href*="instagram"]::before {
  content: url(../img/icon_instagram-beige.svg);
  position: relative;
  top: 3px;
  margin-right: 10px;
}
#footer .social a[href*="instagram"]:hover::before {
  content: url(../img/icon_instagram-orange.svg);
}
#footer::before {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 0;
  right: calc((100% - 1280px) / 2);
  width: 640px;
  max-width: 50%;
  background: url(../img/gattung_signet.svg) no-repeat right center / contain;
}
@media only screen and (max-width: 1340px) {
  .handorgel__content__inner .content-text a {
    position: relative;
    top: unset;
    right: unset;
    display: inline-block;
    margin-top: 20px;
  }
  #aboutus::after {
    width: 200px;
    height: 40px;
  }
  #jobs .col-right p:last-child {
    position: relative;
    right: unset;
    top: unset;
    width: 240px;
    transform: none;
    margin-top: 30px;
  }
  #contact h2 strong {
    padding: 30px 40px;
    margin: 0 -40px;
    background: url(../img/bg_kontakt-1.svg) no-repeat left top, url(../img/bg_kontakt-3.svg) no-repeat left 380px top -10px;
  }
  .legal .rte {
    padding-right: 0;
  }
  #toplink #gototop {
    right: 72px;
  }
  #toplink #gototop_text {
    right: -160px;
  }
  #footer .inside {
    padding: 0 30px;
  }
  #footer::before {
    right: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .start-text p {
    padding: 0 60px;
  }
  #contact h2 strong {
    padding: 25px 30px 10px 40px;
    margin: 0 -40px;
    background: url(../img/bg_kontakt-1.svg) no-repeat left top / auto 120px, url(../img/bg_kontakt-3.svg) no-repeat left 330px top -8px / auto 130px;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-slide img {
    height: 80vw;
    object-fit: cover;
  }
  #start,
  #aboutus,
  #contact,
  .legal {
    background-size: 60%;
  }
  #start .texture::after {
    content: '';
    right: 43px;
    width: 50px;
    height: 70px;
    background: url(../img/icon_rolle.svg) no-repeat right top / 100%;
  }
  .start-text .rte {
    margin-top: 170px;
    margin-bottom: 70px;
  }
  .start-text p {
    padding: 0 15px;
  }
  .start-images {
    margin: 70px 5px 100px 5px;
    padding-bottom: 0;
  }
  .start-images .content-image {
    margin: 5px;
  }
  #services h2 strong {
    padding: 0 20px;
    margin-left: -20px;
  }
  .services-text .rte {
    margin-bottom: 50px;
  }
  .services-text .rte h2 {
    margin-bottom: 30px;
  }
  #handorgel1 {
    margin-bottom: 0;
  }
  .handorgel__header {
    padding-left: 30px;
  }
  .handorgel__header::before {
    left: 10px;
  }
  .handorgel__header__button {
    font-size: 17px;
  }
  .handorgel__header__button strong {
    display: block;
    font-size: 22px;
  }
  .handorgel__header__button u {
    display: none;
  }
  .handorgel__header--open::before {
    content: url(../img/arrow-2-orange.svg);
  }
  .handorgel__content__inner {
    padding: 10px 10px 10px 50px;
  }
  #aboutus {
    padding-bottom: 100px;
  }
  #aboutus .swiper-slide img {
    height: 60vw;
  }
  #aboutus h2 {
    padding-left: 15px;
  }
  .aboutus-text {
    flex-direction: column;
    background-size: 25%;
    background-position: left 15px top 0;
    margin-bottom: 50px;
  }
  .aboutus-text .col-left,
  .aboutus-text .col-right {
    width: 100%;
  }
  .aboutus-text .col-left {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .aboutus-text .col-right .content-image {
    margin-bottom: 40px;
  }
  #aboutus::after {
    display: none;
  }
  .cards .content-text {
    padding: 20px;
    margin: 7px 15px;
  }
  .cards h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .cards h3 br {
    display: none;
  }
  .quotation .rte {
    padding: 0 15px;
  }
  .quotation p {
    font-size: 20px;
  }
  #jobs {
    padding-top: 70px;
  }
  #jobs .flex-row {
    flex-direction: column;
  }
  #jobs .flex-row .col-left,
  #jobs .flex-row .col-right {
    max-width: 100%;
    margin-bottom: 20px;
  }
  #jobs .flex-row .col-right .rte {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  #jobs h2 strong {
    padding: 0 10px;
    margin: 0 -10px;
  }
  #jobs h4 {
    font-size: 20px;
  }
  #jobs p {
    font-size: 17px;
  }
  #contact {
    padding-bottom: 100px;
  }
  #contact .instagram {
    width: 90%;
    padding: 25px 15px;
  }
  #contact .instagram p {
    width: 100%;
    text-align: center;
  }
  #contact .instagram p br {
    display: none;
  }
  #contact .instagram a {
    margin-left: 0;
  }
  #contact .content-image img {
    height: 60vw;
    object-fit: cover;
  }
  #contact h2 {
    font-size: 25px;
    margin-top: 50px;
  }
  #contact h2 strong {
    font-size: 24px;
    line-height: 2;
    padding: 5px 15px 5px 20px;
    margin-left: -20px;
    background: url(../img/bg_kontakt-1.svg) no-repeat left / auto 55px, url(../img/bg_kontakt-3.svg) no-repeat left 125px top -10px / auto 60px;
  }
  #contact .ce_form {
    margin-top: 20px;
  }
  #contact .formbody {
    flex-direction: column;
  }
  #contact .formbody > fieldset {
    width: auto;
    margin: 0 10px;
  }
  #contact .formbody .widget-checkbox,
  #contact .formbody .widget-submit {
    margin-top: 20px;
  }
  #contact::after {
    width: 45px;
    height: 40px;
  }
  .legal {
    padding-bottom: 100px;
  }
  .legal h1 {
    font-size: 40px;
    margin: 150px 0 50px -5px;
    padding: 0;
  }
  .legal h3 {
    font-size: 24px;
  }
  .legal p {
    font-size: 17px;
  }
  .legal::after {
    width: 45px;
    height: 40px;
  }
  #toplink .inside {
    top: -50px;
    height: 470px;
  }
  #toplink #gototop {
    top: 50px;
    right: 20px;
    width: 50px;
  }
  #toplink #gototop_text {
    height: 50px;
    right: -160px;
  }
  #toplink #gototop_text p {
    font-size: 15px;
    line-height: 26px;
    top: 185px;
    width: 420px;
    height: 26px;
    padding-left: 60px;
  }
  #footer .inside {
    padding: 0 15px;
  }
  #footer .inside::before {
    right: 30px;
    left: 30px;
  }
  #footer h3 {
    font-size: 60px;
    margin-bottom: 0;
  }
  #footer .address {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  #footer .navi {
    flex-direction: column-reverse;
  }
  #footer .mod_customnav {
    max-width: 300px;
  }
  #footer::before {
    right: 15px;
    background-position: right bottom;
  }
}
