@font-face {
  font-family: "Simplon Norm Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/simplon/SimplonNorm-Regular.otf");
}
@font-face {
  font-family: "Simplon Norm Bold";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/simplon/SimplonNorm-Bold.otf");
}
@font-face {
  font-family: "Simplon Mono Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/simplon/SimplonMono-Regular.otf");
}
@font-face {
  font-family: "Simplon Mono Light";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/simplon/SimplonMono-Light.otf");
}
h1, .h1 {
  font-family: "Simplon Norm Bold";
  margin-top: 0;
  line-height: 1;
  color: #243082;
  font-size: 50px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 75px;
  }
}
@media (min-width: 1600px) {
  h1, .h1 {
    font-size: 150px;
  }
}
@media (min-width: 2560px) {
  h1, .h1 {
    max-width: 70rem;
  }
}

h2, .h2 {
  font-family: "Simplon Norm Bold";
  margin-top: 0;
  color: #243082;
  font-size: 25px;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  h2, .h2 {
    font-size: 50px;
  }
}

h3, .h3 {
  font-family: "Simplon Norm Bold";
  margin-top: 0;
  margin-bottom: 0.7em;
  color: #243082;
  font-size: 17.5px;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 35px;
  }
}

h4, .h4 {
  font-family: "Simplon Norm Bold";
  margin: 25px 0;
  font-size: 16.6666666667px;
  color: #243082;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 25px;
  }
}

p, .p, .main-menu li a, .footer-menu li a, .collapse a.collapse-link, section#leistungen .row.pre-carousel ul.leistungen-list li, li {
  font-family: "Simplon Norm Regular";
  line-height: 1.5;
  color: #243082;
  font-size: 18.75px;
}
@media (min-width: 1200px) {
  p, .p, .main-menu li a, .footer-menu li a, .collapse a.collapse-link, section#leistungen .row.pre-carousel ul.leistungen-list li, li {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  p, .p, .main-menu li a, .footer-menu li a, .collapse a.collapse-link, section#leistungen .row.pre-carousel ul.leistungen-list li, li {
    font-size: 25px;
  }
}

a {
  color: #243082;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.lead {
  font-family: "Simplon Norm Regular";
  font-size: 23.3333333333px;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 35px;
  }
}
@media (min-width: 2560px) {
  .lead {
    max-width: 70rem;
  }
}

strong {
  font-family: "Simplon Norm Bold";
}

span.section-descriptor {
  display: block;
  margin-bottom: 1rem;
  font-size: 20px;
  font-family: "Simplon Mono Regular";
  color: #EA6417;
  font-size: 13.3333333333px;
  line-height: 2;
}
@media (min-width: 1200px) {
  span.section-descriptor {
    font-size: 20px;
  }
}

a.btn {
  font-size: 16.6666666667px;
  padding: 15px 20px;
  text-decoration: none;
  font-family: "Simplon Norm Bold";
}
a.btn.btn-secondary {
  background-color: #EA6417;
  color: white;
  transition: color 0.5s, background-color 0.5s;
}
a.btn.btn-secondary:after {
  content: " ";
  display: inline-block;
  background-image: url("../images/icons/external-icon.svg");
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  margin-left: 1rem;
}
a.btn.btn-secondary:hover {
  color: #EA6417;
  background-color: white;
}
a.btn.btn-secondary:hover:after {
  background-image: url("../images/icons/external-icon-active.svg");
}

ul {
  list-style-type: none;
}
ul li {
  position: relative;
  margin-bottom: 6px;
}
ul li::marker {
  vertical-align: top;
}
ul li::before {
  position: absolute;
  top: 8px;
  left: -40px;
  width: 32px;
  height: 16px;
  content: " ";
  background-image: url("../images/icons/list-arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  ul li::before {
    top: 12px;
  }
}

h2.h1.section-title {
  position: relative;
}
h2.h1.section-title::after {
  content: " ";
  position: absolute;
  bottom: -12.5%;
  left: 0;
  height: 4px;
  width: 38px;
  background-color: #EA6417;
}
@media (min-width: 768px) {
  h2.h1.section-title::after {
    width: 95px;
  }
}

body {
  margin: 0;
}

.section {
  position: relative;
}

.row {
  position: relative;
  padding: 50px 28.3333333333px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
@media (min-width: 1200px) {
  .row {
    padding: 100px 85px;
  }
}
@media (min-width: 1600px) {
  .row {
    padding: 100px 170px;
    grid-gap: 40px;
  }
}
.container {
  grid-column: 1/13;
}
@media (min-width: 768px) {
  .container.offset-1 {
    grid-column: 2/12;
  }
}
@media (min-width: 768px) {
  .container.offset-2 {
    grid-column: 3/11;
  }
}

.grid-2col {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .grid-2col {
    grid-gap: 40px;
  }
}
.grid-2col .grid-container {
  display: grid;
  grid-template-rows: max-content;
  grid-gap: 50px;
}
@media (min-width: 1200px) {
  .grid-2col .grid-container {
    grid-gap: 75px;
  }
}
@media (min-width: 1200px) {
  .grid-2col .grid-container:nth-child(1) {
    grid-column: 1/6;
  }
}
@media (min-width: 1200px) {
  .grid-2col .grid-container:nth-child(2) {
    grid-column: 7/12;
  }
}
@media (max-width: 1199px) {
  .grid-2col .grid-container {
    grid-column: 1/13;
  }
  .grid-2col .grid-container:nth-child(1) {
    order: 2;
  }
  .grid-2col .grid-container:nth-child(2) {
    order: 1;
  }
}
.grid-2col .grid-container img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

body.menu-open {
  overflow: hidden;
}

.sticky-container header {
  position: sticky;
  top: 0;
}

header {
  background-color: white;
  z-index: 10;
  box-shadow: 0 4px 8px -8px black;
}
header .row {
  padding: 12.5px 28.3333333333px;
}
@media (min-width: 1200px) {
  header .row {
    padding: 12.5px 85px;
  }
}
@media (min-width: 1600px) {
  header .row {
    padding: 12.5px 170px;
  }
}
header .logo-link {
  grid-column: 1/3;
  display: none;
}
@media (min-width: 1200px) {
  header .logo-link {
    display: block;
  }
}
header .logo-link .logo {
  max-width: 150px;
}
header .main-menu {
  grid-column: 1/13;
}
@media (min-width: 1200px) {
  header .main-menu {
    grid-column: 3/12;
  }
}
header .main-menu .menu-item.logo {
  display: block;
  max-width: 125px;
}
@media (min-width: 1200px) {
  header .main-menu .menu-item.logo {
    display: none;
  }
}

section#hero video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
section#hero video.portrait {
  display: none;
}
@media (orientation: portrait) {
  section#hero video.portrait {
    display: block;
  }
}
section#hero video.landscape {
  display: none;
}
@media (orientation: landscape) {
  section#hero video.landscape {
    display: block;
  }
}
@media (min-width: 3440px) {
  section#hero video.landscape {
    display: none;
  }
}
section#hero video.landscape-4k {
  display: none;
}
@media (orientation: landscape) and (min-width: 3440px) {
  section#hero video.landscape-4k {
    display: block;
  }
}
section#hero .logo {
  position: absolute;
  left: 50%;
  top: 50px;
  max-width: 250px;
  transform: translateX(-50%);
}
section#hero #scroll-to-menu {
  position: absolute;
  left: 50%;
  bottom: 140px;
  transform: translate(-50%, 50%);
  font-size: 25px;
  color: white;
  display: flex;
  align-items: center;
  font-family: "Simplon Norm Regular";
}
@media (min-width: 1200px) {
  section#hero #scroll-to-menu {
    left: 10%;
    top: 70px;
    bottom: unset;
  }
}
section#hero #scroll-to-menu .arrow-down {
  margin-right: 1rem;
}
section#hero .contact-link {
  position: absolute;
  right: 10%;
  top: 70px;
  max-width: 200px;
  transform: translateY(50%);
  font-size: 25px;
  color: white;
  font-family: "Simplon Norm Regular";
}
@media (max-width: 1199px) {
  section#hero .contact-link {
    display: none;
  }
}

section#leistungen {
  overflow-x: hidden;
}
section#leistungen .bg-grey {
  position: absolute;
  top: 115vh;
  left: 0;
  right: 0;
  height: 30%;
  z-index: -1;
  background-color: #EFEFEF;
}
@media (max-width: 1199px) {
  section#leistungen .bg-grey {
    display: none;
  }
}
@media (min-width: 2560px) {
  section#leistungen .bg-grey {
    top: 92.5vh;
    height: 30%;
  }
}
@media (min-width: 768px) {
  section#leistungen .animated-container {
    top: 20%;
  }
}
@media (min-width: 1200px) {
  section#leistungen .animated-container {
    top: 0;
  }
}
@media (min-width: 1600px) {
  section#leistungen .animated-container {
    top: 15%;
  }
}
section#leistungen .row.pre-carousel {
  padding-bottom: 0;
}
section#leistungen .row.pre-carousel ul.leistungen-list {
  column-count: 2;
  padding-left: 0;
}
@media (min-width: 576px) {
  section#leistungen .row.pre-carousel ul.leistungen-list {
    column-count: 3;
  }
}
@media (min-width: 1600px) {
  section#leistungen .row.pre-carousel ul.leistungen-list {
    column-count: 4;
  }
}
section#leistungen .row.pre-carousel ul.leistungen-list li {
  font-family: "Simplon Norm Bold";
  margin-bottom: 1rem;
  list-style-image: none;
}
section#leistungen .row.pre-carousel ul.leistungen-list li::before {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  section#leistungen .row.pre-carousel ul.leistungen-list li::before {
    display: none;
  }
}
@media (min-width: 768px) {
  section#leistungen .row.pre-carousel ul.leistungen-list li {
    margin-left: 3rem;
  }
}
section#leistungen .row.pre-carousel ul.leistungen-list li a {
  cursor: pointer;
}
@media (min-width: 1200px) {
  section#leistungen .row.pre-carousel ul.leistungen-list li a {
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  section#leistungen .row.pre-carousel ul.leistungen-list li.is-active::before, section#leistungen .row.pre-carousel ul.leistungen-list li:hover::before {
    background-image: url("../images/icons/list-arrow-active.svg");
  }
}
section#leistungen .row.pre-carousel ul.leistungen-list li.is-active a, section#leistungen .row.pre-carousel ul.leistungen-list li:hover a {
  color: #EA6417;
  text-decoration: none;
}
@media (min-width: 1200px) {
  section#leistungen .row:nth-child(1) {
    padding-top: 300px;
    padding-bottom: 200px;
  }
}
section#leistungen .row:nth-child(1) .container {
  position: relative;
}
@media (max-width: 1199px) {
  section#leistungen .row:nth-child(1) .container {
    padding: 100px 0 50px;
  }
}
section#leistungen .row:nth-child(2) {
  background-color: #EFEFEF;
  padding-top: 90px;
}
@media (min-width: 1200px) {
  section#leistungen .row:nth-child(2) {
    padding-top: 200px;
  }
}
section#leistungen .row:nth-child(3) {
  background-color: #EFEFEF;
  padding-top: 25px;
  padding-bottom: 100px;
}
@media (min-width: 1200px) {
  section#leistungen .row:nth-child(3) {
    padding-top: 75px;
    padding-bottom: 150px;
  }
}
section#leistungen .row:nth-child(4) {
  background: linear-gradient(#EFEFEF 10%, white 0%);
}
@media (min-width: 1200px) {
  section#leistungen .row:nth-child(4) {
    background: linear-gradient(#EFEFEF 15%, white 0%);
  }
}
section#leistungen #einblicke .container {
  position: relative;
}
section#leistungen #einblicke video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#leistungen #einblicke video.small {
  display: block;
}
@media (min-width: 768px) {
  section#leistungen #einblicke video.small {
    display: none;
  }
}
section#leistungen #einblicke video.medium {
  display: none;
}
@media (min-width: 768px) {
  section#leistungen #einblicke video.medium {
    display: block;
  }
}
@media (min-width: 3440px) {
  section#leistungen #einblicke video.medium {
    display: none;
  }
}
section#leistungen #einblicke video.large {
  display: none;
}
@media (min-width: 3440px) {
  section#leistungen #einblicke video.large {
    display: block;
  }
}
section#leistungen #einblicke .video-descriptor {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 1;
  transform: translateY(50%);
  font-size: 37.1428571429px;
  font-family: "Simplon Mono Regular";
  color: #EFEFEF;
}
@media (min-width: 768px) {
  section#leistungen #einblicke .video-descriptor {
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  section#leistungen #einblicke .video-descriptor {
    font-size: 130px;
  }
}

section#referenzen .references-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
@media (min-width: 768px) {
  section#referenzen .references-wrapper {
    grid-gap: 40px;
  }
}
section#referenzen .references-wrapper .reference {
  grid-column: span 12;
}
@media (min-width: 768px) {
  section#referenzen .references-wrapper .reference {
    grid-column: span 6;
  }
}
@media (min-width: 1200px) {
  section#referenzen .references-wrapper .reference {
    grid-column: span 4;
  }
}
section#referenzen .references-wrapper .splide__arrows {
  justify-content: space-between;
}
@media (min-width: 1200px) {
  section#referenzen .references-wrapper .splide__arrows {
    padding: 0 25px;
  }
}
section#referenzen .references-wrapper .splide__arrows button {
  max-height: 12px;
}
section#referenzen .references-wrapper .splide.references-splide .splide__pagination li {
  padding: 5px;
}
section#referenzen .references-wrapper .splide.references-splide .splide__pagination li button {
  padding: 4px 4px;
  width: 12px;
  height: 12px;
}
section#referenzen .references-wrapper .splide.references-splide .splide__pagination li button:hover {
  background: #EA6417;
  border: 2px solid #EA6417;
}
section#referenzen .row:nth-child(2) {
  padding-top: 0;
}
@media (min-width: 1200px) {
  section#referenzen .row:nth-child(2) {
    padding-top: 50px;
    padding-bottom: 200px;
  }
}

section#ueberuns {
  overflow-x: hidden;
}
section#ueberuns .bg-blue {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 24%;
  z-index: -1;
  background-color: #0D133C;
}
@media (min-width: 768px) {
  section#ueberuns .bg-blue {
    height: 37%;
  }
}
@media (min-width: 2560px) {
  section#ueberuns .bg-blue {
    height: 36.5%;
  }
}
section#ueberuns .spacer {
  display: none;
}
@media (min-width: 1200px) {
  section#ueberuns .spacer {
    display: block;
  }
}
section#ueberuns .animated-container {
  right: -45%;
}
@media (min-width: 850px) {
  section#ueberuns .animated-container {
    right: -35%;
  }
}
@media (min-width: 900px) {
  section#ueberuns .animated-container {
    right: -25%;
  }
}
@media (min-width: 1000px) {
  section#ueberuns .animated-container {
    right: -25%;
  }
}
section#ueberuns .section-title:after {
  bottom: -18%;
}
section#ueberuns .family-owned {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (min-width: 768px) {
  section#ueberuns .family-owned {
    grid-gap: 40px;
  }
}
section#ueberuns .family-owned::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: " ";
  height: 2px;
  background-color: #EA6417;
  width: 0;
  transition: width 2s;
  z-index: 3;
}
section#ueberuns .family-owned.init::after {
  width: 100%;
}
section#ueberuns .family-owned .image {
  position: relative;
  grid-column: span 2;
}
@media (min-width: 1200px) {
  section#ueberuns .family-owned .image {
    grid-column: span 1;
  }
}
section#ueberuns .family-owned .image picture {
  position: relative;
  display: block;
}
section#ueberuns .family-owned .image picture img {
  display: block;
  max-width: 100%;
  filter: grayscale(1);
}
section#ueberuns .family-owned .image picture::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(Rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 70%);
}
@media (min-width: 768px) {
  section#ueberuns .family-owned .image picture::before {
    background: linear-gradient(Rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.2) 80%);
  }
}
section#ueberuns .family-owned .image p {
  position: absolute;
  bottom: 5px;
  right: 10px;
  left: 10px;
  margin: 0;
  color: white;
  font-size: 16px;
  z-index: 2;
}
@media (min-width: 768px) {
  section#ueberuns .family-owned .image p {
    bottom: 25px;
    left: 25px;
    font-size: 25px;
  }
}
section#ueberuns .splide.ueberuns-splide .splide__descriptor {
  color: #EFEFEF;
}
section#ueberuns .person-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
@media (min-width: 768px) {
  section#ueberuns .person-wrapper {
    grid-gap: 40px;
  }
}
section#ueberuns .person-wrapper .person {
  grid-column: span 6;
}
@media (min-width: 1200px) {
  section#ueberuns .person-wrapper .person {
    grid-column: span 4;
  }
}
@media (min-width: 1600px) {
  section#ueberuns .person-wrapper .person {
    grid-column: span 3;
  }
}
section#ueberuns .row:nth-child(1) {
  padding-top: 90px;
}
@media (min-width: 1200px) {
  section#ueberuns .row:nth-child(1) {
    padding-top: 160px;
    padding-bottom: 50px;
  }
}
section#ueberuns .row:nth-child(1) .container {
  position: relative;
}
section#ueberuns .row:nth-child(5) {
  padding-top: 100px;
}
@media (min-width: 2560px) {
  section#ueberuns .row:nth-child(5) {
    padding-top: 175px;
  }
}
section#ueberuns .row:nth-child(1) .container h2.h1, section#ueberuns .row:nth-child(1) .container h3.h2, section#ueberuns .row:nth-child(1) .container p, section#ueberuns .row:nth-child(3) .container h2.h1, section#ueberuns .row:nth-child(3) .container h3.h2, section#ueberuns .row:nth-child(3) .container p {
  color: white;
}
section#ueberuns .row:nth-child(1), section#ueberuns .row:nth-child(2) {
  background: #0D133C;
}
section#ueberuns .row:nth-child(2) {
  padding-top: 0;
}
section#ueberuns .row:nth-child(3) {
  background: linear-gradient(#0D133C 68.5%, white 0);
}
@media (min-width: 1200px) {
  section#ueberuns .row:nth-child(3) {
    background: linear-gradient(#0D133C 61%, white 0);
  }
}
@media (min-width: 1300px) {
  section#ueberuns .row:nth-child(3) {
    background: linear-gradient(#0D133C 60%, white 0);
  }
}
@media (min-width: 1400px) {
  section#ueberuns .row:nth-child(3) {
    background: linear-gradient(#0D133C 55%, white 0);
  }
}
@media (min-width: 1500px) {
  section#ueberuns .row:nth-child(3) {
    background: linear-gradient(#0D133C 61%, white 0);
  }
}
@media (min-width: 1600px) {
  section#ueberuns .row:nth-child(3) {
    background: linear-gradient(#0D133C 62%, white 0);
  }
}
@media (min-width: 1650px) {
  section#ueberuns .row:nth-child(3) {
    background: linear-gradient(#0D133C 61.5%, white 0);
  }
}
@media (min-width: 1750px) {
  section#ueberuns .row:nth-child(3) {
    background: linear-gradient(#0D133C 58%, white 0);
  }
}
@media (min-width: 1850px) {
  section#ueberuns .row:nth-child(3) {
    background: linear-gradient(#0D133C 55%, white 0);
  }
}
@media (min-width: 2500px) {
  section#ueberuns .row:nth-child(3) {
    background: linear-gradient(#0D133C 40%, white 0);
  }
}
section#ueberuns .row:nth-child(3) .grid-2col {
  grid-row-gap: 80px;
}
@media (min-width: 1300px) {
  section#ueberuns .row:nth-child(3) .grid-2col {
    grid-row-gap: 120px;
  }
}
@media (min-width: 1600px) {
  section#ueberuns .row:nth-child(3) .grid-2col {
    grid-row-gap: 120px;
  }
}
@media (min-width: 1200px) {
  section#ueberuns .row:nth-child(3) .grid-2col .grid-container:nth-child(1) {
    grid-row: 1/3;
  }
}
@media (min-width: 1200px) {
  section#ueberuns .row:nth-child(3) .grid-2col .grid-container:nth-child(2) {
    grid-row: 1;
  }
}
section#ueberuns .row:nth-child(3) .grid-2col .grid-container:nth-child(3) {
  grid-row: 3;
}
@media (min-width: 1200px) {
  section#ueberuns .row:nth-child(3) .grid-2col .grid-container:nth-child(3) {
    grid-row: 2;
    grid-column: 7/13;
  }
}
section#jobs .bg-holder {
  position: relative;
  background-color: #EFEFEF;
  z-index: 0;
}
section#jobs .bg-holder .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  z-index: -1;
}
section#jobs .job .button-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 37.5px;
}
@media (min-width: 768px) {
  section#jobs .job .button-holder {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  section#jobs .job .button-holder {
    margin-top: 75px;
  }
}
section#jobs .job .button-holder a.btn:nth-child(2) {
  margin-top: 25px;
}
@media (min-width: 768px) {
  section#jobs .job .button-holder a.btn:nth-child(2) {
    margin-top: unset;
    margin-left: 25px;
  }
}
section#jobs h3.h2 {
  grid-column: 1/13;
}
section#jobs .job-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
@media (min-width: 768px) {
  section#jobs .job-container {
    grid-column-gap: 40px;
  }
}
section#jobs .job-box {
  position: relative;
  padding: 25px;
  background-color: #243082;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-column: span 12;
}
section#jobs .job-box h3 {
  margin-bottom: 25px;
}
section#jobs .job-box h3, section#jobs .job-box p {
  color: white;
}
section#jobs .job-box p {
  margin-bottom: 25px;
}
section#jobs .job-box .btn {
  margin: 0 auto;
  width: auto;
}
@media (min-width: 768px) {
  section#jobs .job-box:nth-of-type(1), section#jobs .job-box:nth-of-type(2) {
    grid-column: span 6;
  }
}
@media (min-width: 1200px) {
  section#jobs .job-box {
    /*&:nth-of-type(1) {
      grid-column: 1/5;
    }
    &:nth-of-type(2) {
      grid-column: 5/9;
    }
    &:nth-of-type(3) {
      grid-column: 9/13;
    }*/
  }
  section#jobs .job-box:nth-of-type(1), section#jobs .job-box:nth-of-type(2) {
    grid-column: span 6;
  }
}
section#jobs .bg-holder .row:nth-child(1) {
  padding-top: 90px;
}
@media (min-width: 1200px) {
  section#jobs .bg-holder .row:nth-child(1) {
    padding-top: 150px;
  }
}
section#jobs .bg-holder .row:nth-child(2) {
  padding-top: 0;
  padding-bottom: 75px;
}
@media (min-width: 1200px) {
  section#jobs .bg-holder .row:nth-child(2) {
    padding-bottom: 100px;
    padding-top: 50px;
  }
}
section#jobs .row:nth-child(2) {
  padding-top: 75px;
}
@media (min-width: 1200px) {
  section#jobs .row:nth-child(2) {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  section#jobs .row:nth-child(2) .container.offset-2 {
    grid-column: 2/12;
  }
}
@media (min-width: 1200px) {
  section#jobs .row:nth-child(2) .container.offset-2 {
    grid-column: 3/11;
  }
}

section#kontakt .section-title:after {
  bottom: -25%;
}
section#kontakt .row:nth-child(2) {
  padding-top: 0px;
}
@media (min-width: 1200px) {
  section#kontakt .row:nth-child(2) {
    padding-top: 50px;
  }
}
section#kontakt .row:nth-child(2) .container {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 20px;
}
@media (min-width: 768px) {
  section#kontakt .row:nth-child(2) .container {
    grid-gap: 40px;
  }
}
section#kontakt .row:nth-child(2) .container .col-1 {
  grid-column: span 10;
}
section#kontakt .row:nth-child(2) .container .col-2 {
  grid-column: span 10;
}
@media (min-width: 768px) {
  section#kontakt .row:nth-child(2) .container .col-1 {
    grid-column: 1/7;
  }
  section#kontakt .row:nth-child(2) .container .col-1 img {
    height: 100%;
    object-fit: cover;
  }
  section#kontakt .row:nth-child(2) .container .col-2 {
    grid-column: 7/11;
  }
}
@media (min-width: 1200px) {
  section#kontakt .row:nth-child(2) .container .col-1 {
    grid-column: 1/7;
  }
  section#kontakt .row:nth-child(2) .container .col-1 img {
    height: auto;
    object-fit: unset;
  }
  section#kontakt .row:nth-child(2) .container .col-2 {
    grid-column: 8/11;
  }
}

footer {
  background-color: #EFEFEF;
}
footer .row {
  padding: 50px 85px;
}
@media (min-width: 1200px) {
  footer .row {
    padding: 50px 170px;
  }
}
@media (min-width: 2560px) {
  footer .row {
    margin-top: 100px;
  }
}
footer .row .footer-menu {
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  footer .row .footer-menu {
    flex-direction: row;
  }
}
footer .row .footer-menu .logo {
  max-width: 150px;
}
@media (min-width: 768px) {
  footer .row .footer-menu .logo {
    max-width: 230px;
  }
}
@media (min-width: 768px) {
  footer .row .footer-menu li {
    margin-right: 70px;
  }
}
@media (min-width: 1200px) {
  footer .row .footer-menu li {
    margin-right: 135px;
  }
}
footer .row .footer-menu li:last-child {
  margin-right: 0;
}

section#datenschutz ul li {
  margin-bottom: 20px;
}

.splide .splide__arrows button {
  background: none;
  border: none;
  cursor: pointer;
}
.splide .splide__arrows button img {
  max-width: 75%;
}
@media (min-width: 768px) {
  .splide .splide__arrows button img {
    max-width: 100%;
  }
}
.splide .splide__pagination li {
  padding: 0 5px;
}
@media (min-width: 1200px) {
  .splide .splide__pagination li {
    padding: 0 8px;
  }
}
.splide .splide__pagination li::before {
  display: none;
}
.splide .splide__pagination li button.splide__pagination__page {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0 5px;
  background-color: #243082;
  border: none;
}
@media (min-width: 768px) {
  .splide .splide__pagination li button.splide__pagination__page {
    width: 12px;
    height: 12px;
  }
}
.splide .splide__pagination li button.splide__pagination__page.is-active, .splide .splide__pagination li button.splide__pagination__page:hover {
  background-color: #EA6417;
}
.splide.base .splide__track {
  padding-bottom: 13.1578947368px;
}
.splide.base .splide__track .splide__list .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide.base .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .splide.base .splide__arrows {
    justify-content: space-around;
  }
}
.splide.base .splide__pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(25%);
  padding-left: 0;
}
.splide.base .splide__pagination button.splide__pagination__page {
  background-color: #243082;
  border: 2px solid #243082;
}
.splide.base .splide__pagination button.splide__pagination__page.is-active {
  background-color: #EA6417;
  border: 2px solid #EA6417;
}
@media (min-width: 1200px) {
  .splide.base .splide__arrows, .splide.base .splide__pagination {
    opacity: 0;
    transition: opacity 0.5s;
  }
}
@media (min-width: 1200px) {
  .splide.base:hover .splide__arrows, .splide.base:hover .splide__pagination {
    opacity: 1;
  }
}
.splide.vertical {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 20px;
}
@media (min-width: 1200px) {
  .splide.vertical {
    grid-column-gap: 40px;
  }
}
.splide.vertical .splide__track {
  grid-row: 1;
  grid-column: 1/11;
}
@media (min-width: 768px) {
  .splide.vertical .splide__track {
    grid-column: 2/10;
  }
}
.splide.vertical .splide__slide picture {
  width: 100%;
}
.splide.vertical .splide__slide picture img {
  width: 100%;
}
@media (max-width: 1199px) {
  .splide.vertical .splide__slide picture img {
    height: 100%;
    object-fit: cover;
  }
}
.splide.vertical .splide__arrows {
  grid-row: 2;
  grid-column: 1/11;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .splide.vertical .splide__arrows {
    order: 2;
    grid-row: 1;
    grid-column: 1;
    flex-direction: column;
    justify-content: end;
    padding: 20px 0;
  }
}
@media (min-width: 1300px) {
  .splide.vertical .splide__arrows {
    padding: 40px 0;
  }
}
@media (min-width: 1600px) {
  .splide.vertical .splide__arrows {
    padding: 100px 0;
  }
}
.splide.vertical .splide__arrows .splide__arrow {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .splide.vertical .splide__arrows .splide__arrow {
    margin: 0 auto;
  }
}
.splide.vertical .splide__arrows button.splide__arrow--prev img {
  float: left;
}
@media (min-width: 768px) {
  .splide.vertical .splide__arrows button.splide__arrow--prev {
    display: none;
  }
}
.splide.vertical .splide__arrows button.splide__arrow--next img:nth-child(1) {
  display: block;
  float: right;
}
@media (min-width: 768px) {
  .splide.vertical .splide__arrows button.splide__arrow--next img:nth-child(1) {
    display: none;
  }
}
.splide.vertical .splide__arrows button.splide__arrow--next img:nth-child(2) {
  display: none;
}
@media (min-width: 768px) {
  .splide.vertical .splide__arrows button.splide__arrow--next img:nth-child(2) {
    display: block;
  }
}
.splide.vertical .splide__pagination {
  order: 1;
  grid-row: 2;
  grid-column: 2/10;
  padding-top: 40px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .splide.vertical .splide__pagination {
    grid-row: 1;
    grid-column: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0;
  }
}

.splide.leistungen-splide, .splide.ueberuns-splide {
  position: relative;
}
.splide.leistungen-splide .splide__descriptor, .splide.ueberuns-splide .splide__descriptor {
  grid-row: 1;
  grid-column: 3/11;
  position: absolute;
  right: 0;
  bottom: -100px;
  opacity: 0;
  transform: translateY(50%);
  font-size: 37.1428571429px;
  transition: bottom 0.25s, opacity 0.25s;
  font-family: "Simplon Mono Regular";
  color: white;
}
@media (min-width: 768px) {
  .splide.leistungen-splide .splide__descriptor, .splide.ueberuns-splide .splide__descriptor {
    grid-column: 3/10;
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  .splide.leistungen-splide .splide__descriptor, .splide.ueberuns-splide .splide__descriptor {
    font-size: 130px;
  }
}
.splide.leistungen-splide .splide__descriptor.in, .splide.ueberuns-splide .splide__descriptor.in {
  opacity: 1;
  bottom: 60px;
}
@media (min-width: 768px) {
  .splide.leistungen-splide .splide__descriptor.in, .splide.ueberuns-splide .splide__descriptor.in {
    bottom: 0;
  }
}
.splide.leistungen-splide .splide__descriptor.out, .splide.ueberuns-splide .splide__descriptor.out {
  opacity: 0;
  bottom: 100px;
}

.collapse {
  position: relative;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .collapse {
    grid-gap: 40px;
  }
}
.collapse a.collapse-link {
  font-family: "Simplon Norm Bold";
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 20px;
  cursor: pointer;
  grid-column: 1/11;
  grid-row: 1;
}
@media (min-width: 768px) {
  .collapse a.collapse-link {
    grid-gap: 40px;
  }
}
.collapse a.collapse-link:hover {
  text-decoration: none;
}
.collapse a.collapse-link span {
  grid-column: 1/9;
}
@media (min-width: 1200px) {
  .collapse a.collapse-link span {
    grid-column: 1/3;
  }
}
.collapse a.collapse-link img {
  grid-column: 10;
  grid-row: 1;
  align-self: start;
  justify-self: center;
  margin-top: 10px;
}
.collapse .collapse-content {
  grid-column: 1/11;
  grid-row: 2;
  overflow: hidden;
  transition: height 0.5s;
  pointer-events: none;
}
@media (min-width: 768px) {
  .collapse .collapse-content {
    grid-row: 1;
    grid-column: 4/10;
  }
}
.collapse .collapse-content.closed {
  height: 0;
}
.collapse .collapse-content p {
  margin-top: 0;
}
.collapse .collapse-content p:last-child {
  margin-bottom: 0;
}
.collapse .collapse-content ul {
  margin: 0;
}
.collapse .collapse-content ul li {
  padding-left: 16px;
}
.collapse:not(:last-child) {
  border-bottom: 1px solid #EA6417;
}
.collapse.fixed .collapse-link {
  cursor: unset;
}
.collapse.fixed .collapse-link img {
  display: none;
}
.collapse.fixed .collapse-content {
  height: auto !important;
  grid-column: 1/11;
}
@media (min-width: 768px) {
  .collapse.fixed .collapse-content {
    grid-column: 4/11;
    grid-row: 1;
  }
}

.person {
  cursor: pointer;
}
.person .img-wrapper {
  position: relative;
}
.person .img-wrapper picture {
  display: block;
}
.person .img-wrapper picture img {
  display: block;
}
.person .img-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(36, 48, 130, 0.8);
  padding: 25px;
  opacity: 0;
  transition: opacity 0.5s;
}
@media (min-width: 1200px) {
  .person .img-wrapper .overlay {
    padding: 50px;
  }
}
.person .img-wrapper .overlay h4 {
  position: relative;
  margin-top: 0;
  font-size: 28.125px;
}
@media (min-width: 1600px) {
  .person .img-wrapper .overlay h4 {
    font-size: 37.5px;
  }
}
.person .img-wrapper .overlay h4::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -12.5px;
  height: 2px;
  width: 2rem;
  background-color: #EA6417;
}
.person .img-wrapper .overlay p {
  font-size: 18.75px;
}
@media (min-width: 1200px) {
  .person .img-wrapper .overlay p {
    line-height: 1.3;
  }
}
@media (min-width: 1600px) {
  .person .img-wrapper .overlay p {
    font-size: 25px;
  }
}
.person .img-wrapper .overlay h4, .person .img-wrapper .overlay p {
  color: white;
}
@media (max-width: 767px) {
  .person .img-wrapper .overlay {
    display: none;
  }
}
.person.active .overlay, .person:hover .overlay {
  opacity: 1;
  transition: opacity 0.5s;
}

.main-menu, .footer-menu {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.main-menu li, .footer-menu li {
  margin-bottom: 0;
}
.main-menu li:before, .footer-menu li:before {
  display: none;
}
.main-menu li a, .footer-menu li a {
  font-family: "Simplon Norm Bold";
  text-decoration: none;
  font-size: 20px;
}
.main-menu li a.active:not(.hero), .main-menu li a:hover:not(.hero), .main-menu li a.active:not(.logo), .main-menu li a:hover:not(.logo), .footer-menu li a.active:not(.hero), .footer-menu li a:hover:not(.hero), .footer-menu li a.active:not(.logo), .footer-menu li a:hover:not(.logo) {
  border-bottom: 2px solid #EA6417;
}
.main-menu li a.logo.active, .main-menu li a.logo:hover, .main-menu li a.hero.active, .main-menu li a.hero:hover, .footer-menu li a.logo.active, .footer-menu li a.logo:hover, .footer-menu li a.hero.active, .footer-menu li a.hero:hover {
  border-bottom: 2px solid transparent;
}

@media (min-width: 1200px) {
  .main-menu li.menu-item.toggle, .main-menu li.menu-item.phone {
    display: none;
  }
}
.main-menu li.menu-item.phone a {
  display: block;
  line-height: 1;
}
.main-menu li.menu-item.phone img {
  max-width: 30px;
}
@media (max-width: 1199px) {
  .main-menu li.menu-item:not(.logo):not(.toggle):not(.phone) {
    display: none;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  background-color: white;
  justify-content: center;
  align-items: center;
  z-index: 100;
  display: flex;
  transition: right 0.5s;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu .main-menu-mobile {
  margin-top: -50px;
  padding-left: 0;
}
.mobile-menu .main-menu-mobile li {
  text-align: center;
}
.mobile-menu .main-menu-mobile li a {
  font-size: 35px;
  font-family: "Simplon Norm Bold";
  text-decoration: none;
  color: #243082;
}
.mobile-menu .main-menu-mobile li a.active {
  color: #EA6417;
}
.mobile-menu .main-menu-mobile li:before {
  display: none;
}
.mobile-menu .main-menu-mobile li.logo img {
  max-width: 180px;
}
.mobile-menu .main-menu-mobile .toggle {
  position: absolute;
  top: 25px;
  right: 25px;
}

.toggle {
  line-height: 1;
}
.toggle button {
  background: none;
  border: none;
}
.toggle button span {
  position: absolute;
  display: block;
  height: 2px;
  width: 30px;
  background-color: #243082;
}
.toggle button.menu-open span:nth-child(1) {
  top: 0;
}
.toggle button.menu-open span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.toggle button.menu-open span:nth-child(3) {
  bottom: 0;
}
.toggle button.menu-close {
  position: relative;
  width: 50px;
  height: 50px;
}
.toggle button.menu-close span {
  top: 50%;
}
.toggle button.menu-close span:nth-child(1) {
  transform: rotate(45deg);
}
.toggle button.menu-close span:nth-child(2) {
  transform: rotate(-45deg);
}

img {
  max-width: 100%;
}

.beam {
  position: absolute;
  right: 0;
  bottom: -25%;
  width: 10px;
  height: 50vh;
  background-color: #EA6417;
  z-index: 1;
}
@media (min-width: 1200px) {
  .beam {
    width: 15px;
    height: 60vh;
  }
}

.hidden-mobile {
  display: none;
}
@media (min-width: 1200px) {
  .hidden-mobile {
    display: block;
  }
}

@media (min-width: 1200px) {
  .hidden-desktop {
    display: none;
  }
}

.animated-container {
  display: none;
  position: absolute;
  top: 0;
  right: -15%;
  max-height: 100px;
  max-width: 100px;
}
@media (min-width: 768px) {
  .animated-container {
    display: block;
    right: -35%;
    max-height: 200px;
    max-width: 200px;
  }
}
@media (min-width: 850px) {
  .animated-container {
    right: -25%;
  }
}
@media (min-width: 900px) {
  .animated-container {
    right: -20%;
  }
}
@media (min-width: 1000px) {
  .animated-container {
    right: -20%;
  }
}
@media (min-width: 1200px) {
  .animated-container {
    right: 0;
  }
}
@media (min-width: 1600px) {
  .animated-container {
    right: -25%;
    max-height: 250px;
    max-width: 250px;
  }
}
@media (min-width: 1800px) {
  .animated-container {
    left: 100%;
    transform: translateX(-100%);
  }
}

/*# sourceMappingURL=styles.css.map */
