body {
  /****************************************
	*************** Header *****************/
  /****************************************
	**************** Main ******************/
  /****************************************
	************* Zertifikate ***************/
  /****************************************
	*************** Footer *****************/
  /****************************************
	************* Karriere ***************/
}
body h1,
body h2,
body h3,
body h4,
body h5,
body p,
body a {
  font-family: "Open Sans";
}
body h1 {
  font-size: 42px;
  font-weight: 300;
}
body h2 {
  font-size: 38px;
  font-weight: 600;
}
body h3 {
  font-size: 32px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
body h4 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
body h5 {
  font-size: 20px;
  font-weight: 600;
}
body p {
  font-size: 16px;
}
body a {
  color: #212121;
  font-size: 16px;
}
body a:hover {
  color: #9e0c16;
}
body a.btn {
  background-color: #9e0c16;
  box-shadow: none;
  color: #ffffff;
  text-transform: none;
}
body a.btn:hover {
  background-color: #b71c1c;
  box-shadow: none;
}
body strong {
  font-weight: bold;
}
body .btn {
  background-color: #9e0c16;
  box-shadow: none;
  color: #ffffff;
  text-transform: none;
}
body .btn:hover {
  background-color: #b71c1c;
  box-shadow: none;
}
body input:focus,
body textarea:focus {
  border-bottom: 1px solid #9e0c16 !important;
  box-shadow: 0 1px 0 0 #9e0c16 !important;
}
body input:focus + label,
body textarea:focus + label {
  color: #9e0c16 !important;
}
body section {
  padding-bottom: 60px;
  padding-top: 40px;
}
body.open {
  height: 100vh;
  overflow-y: hidden;
}
body header #navigation {
  background-color: #ffffff;
  color: #212121;
  height: 110px;
  position: fixed;
  z-index: 99;
  line-height: 34px;
}
body header #navigation .nav-wrapper {
  position: relative;
}
body header #navigation .nav-wrapper .nav-logo {
  position: absolute;
  top: calc(50% - 45px);
}
body header #navigation .nav-wrapper .nav-logo .brand-logo {
  position: unset;
  display: initial;
}
body header #navigation .nav-wrapper .nav-logo svg {
  height: 90px;
}
body header #navigation .nav-wrapper .nav-logo svg .cls-1 {
  fill: #9c1006;
}
body header #navigation .nav-wrapper .nav-right {
  position: absolute;
  right: 0;
  top: calc(50% - 32px);
}
body header #navigation .nav-wrapper .nav-right span {
  height: 64px;
  line-height: 64px;
}
body header #navigation .nav-wrapper .nav-right .icon {
  padding-left: 0;
}
body header #navigation .nav-wrapper .nav-right .fixed-action-btn {
  position: initial;
  top: 24px;
  right: 0;
  bottom: 0;
}
body header #navigation .nav-wrapper .nav-right .fixed-action-btn .btn-large {
  background-color: #9e0c16;
  position: fixed;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
body header #navigation .nav-wrapper .nav-right .fixed-action-btn ul {
  width: 100%;
  height: 100%;
  position: fixed;
  padding-top: 15vh;
  text-align: center;
  right: 0;
  top: 50%;
  background-color: #000000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.9;
}
body header #navigation .nav-wrapper .nav-right .fixed-action-btn ul li {
  font-size: 400%;
  color: #9e0c16;
  width: 100%;
  display: inline-block;
  margin: 0;
  text-align: center;
  font-family: raleway;
  font-weight: 100;
}
body header #navigation .nav-wrapper .nav-right .fixed-action-btn ul li a {
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-size: 48px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  line-height: 150%;
  padding: 0;
  background-color: #000000;
  border-radius: 0;
  cursor: pointer;
}
body header #navigation .nav-wrapper .nav-right .fixed-action-btn ul li a:hover,
body header #navigation .nav-wrapper .nav-right .fixed-action-btn ul li a:active {
  color: #9e0c16;
}
body header #navigation .nav-wrapper .nav-right .fixed-action-btn.active .btn-large {
  background-color: #000000;
  -webkit-box-shadow: 0px 0px 20px 2px #ffffff;
  -moz-box-shadow: 0px 0px 20px 2px #ffffff;
  box-shadow: 0px 0px 20px 2px #ffffff;
}
body header #navigation .nav-wrapper .nav-right .fixed-action-btn.active ul {
  overflow-y: scroll;
}
body header #navigation .nav-wrapper .social a svg {
  fill: #616161;
  height: 25px;
  margin-top: 20px;
}
body header #navigation .nav-wrapper .social a svg:hover {
  fill: #9e0c16;
}
body main {
  padding-top: 110px;
  font-size: 16px;
  font-family: "Open Sans";
}
body main .container {
  margin: 40px auto;
}
body main ul li {
  list-style-type: disc !important;
  margin-left: 25px;
}
body main #main-slider .swiper-container {
  height: calc(100vh - 110px);
  width: 100%;
}
body main #main-slider .swiper-container .slider-header {
  color: #ffffff;
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
body main #main-slider .swiper-container .swiper-wrapper .swiper-slide .slider-content {
  position: relative;
  top: calc(50% - 115px);
  color: #ffffff;
  z-index: 2;
}
body main #main-slider .swiper-container .swiper-wrapper .swiper-slide .slider-content .title {
  margin-bottom: 30px;
}
body main #main-slider .swiper-container .swiper-wrapper .swiper-slide .slider-content .text {
  margin-bottom: 30px;
}
body main #main-slider .swiper-container .swiper-pagination {
  bottom: 10px;
}
body main #main-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #ffffff;
  background: none;
  opacity: .8;
}
body main #main-slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
  padding: 2px;
}
body main #main-slider .swiper-container .scroll-down {
  background: #9e0c16;
  border-radius: 100%;
  bottom: 60px;
  height: 36px;
  left: calc(50% - 18px);
  position: absolute;
  width: 36px;
  z-index: 999;
}
body main #main-slider .swiper-container .scroll-down i {
  color: #ffffff;
  font-size: 36px;
  margin-top: 2px;
}
body main #main-slider .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
body main .subpage-header-img {
  height: 55vh;
  width: 100%;
  position: relative;
}
body main .subpage-header-img .bildung-img img {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 240px;
}
body main #versatile {
  background-color: #eceff1;
}
body main #versatile span {
  font-size: 20px;
}
body main #news span {
  color: #9e9e9e;
  font-size: 14px;
}
body main #last_projects {
  background-color: #757575;
  position: relative;
}
body main #last_projects h3 {
  color: #ffffff;
}
body main #last_projects .swiper-button-next,
body main #last_projects .swiper-button-prev {
  top: 58%;
}
body main #last_projects .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 60px;
  left: auto;
}
body main #last_projects .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 60px;
  right: auto;
}
body main .reference-img {
  max-height: 270px;
  overflow: hidden;
  margin-top: 20px;
}
body .zertifikat {
  max-width: 60%;
}
body img.zertifikat_kennzeichnung_nachhaltigkeit {
  max-width: 75%;
}
body footer.page-footer {
  background-color: #424242;
  color: #ffffff;
  margin-top: 0;
}
body footer.page-footer h4 {
  margin-bottom: 20px;
  margin-top: 40px;
}
body footer.page-footer a {
  color: #ffffff;
}
body footer.page-footer a:hover {
  color: #9e9e9e;
}
body footer.page-footer img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
body footer.page-footer .time .col {
  padding-left: 0;
}
body footer.page-footer .footer-copyright {
  background-color: #212121;
  height: auto;
  min-height: 50px;
}
body footer.page-footer .footer-copyright .footer-text-right {
  text-align: right;
}
body .career-benefit {
  display: flex;
  gap: 1rem;
  align-items: center;
}
body .job-header img {
  max-width: 100%;
  display: block;
}
body .job-divider {
  width: 30%;
  height: 4px;
  background: #a5000a;
  margin-bottom: 16px;
}
body .job-title {
  font-size: 24px;
  color: #a5000a;
  font-weight: bold;
  margin: 0;
}
body .job-title-suffix {
  font-size: 15px;
  font-weight: bold;
  color: #a5000a;
}
body .job-subtitle {
  font-size: 18px;
  color: #808080;
  margin-top: 0;
  text-transform: uppercase;
}
body .cta-box {
  margin: 3rem 0;
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #8f1215 0%, #a6191d 45%, #7f1013 100%);
  color: #fff;
  box-sizing: border-box;
}
body .cta-icon {
  padding: 2rem;
  border-radius: 999px;
  border: 2px solid white;
}
body .cta-content {
  flex: 1;
}
body .cta-headline {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
body .cta-subline {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 2rem;
}
body .cta-button {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
body .cta-arrow {
  margin-left: 12px;
}
body .additional-offers {
  display: flex;
}
body .offer-type {
  color: #808080;
}
body .offer-title {
  font-size: 1.25em;
  font-weight: 700;
  color: #a5000a;
}
body .asp-jobs img {
  border-radius: 999px;
}
body .asp-person {
  font-weight: bold;
}
body .asp-title,
body .asp-person {
  text-align: center;
}
