h2 {
  color: #015b46;
  font-family: "BarlowCondensed Light";
  font-size: 2.25rem;
}

h3, p {
  color: #393939;
  font-size: 1.375rem;
  font-family: "BarlowCondensed Light";
}

h4 {
  color: #015b46;
  font-size: 1.75rem;
  font-family: "BarlowCondensed LightItalic";
}

h5 {
  color: #015b46;
  font-size: 1.5rem;
  font-family: "BarlowCondensed Light";
}

@font-face {
  font-family: "BarlowCondensed Black";
  src: url(../fonts/barlow_condensed/BarlowCondensed-Black.ttf) format("truetype");
}
@font-face {
  font-family: "BarlowCondensed ExtraBold";
  src: url(../fonts/barlow_condensed/BarlowCondensed-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "BarlowCondensed Bold";
  src: url(../fonts/barlow_condensed/BarlowCondensed-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "BarlowCondensed SemiBold";
  src: url(../fonts/barlow_condensed/BarlowCondensed-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "BarlowCondensed Medium";
  src: url(../fonts/barlow_condensed/BarlowCondensed-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "BarlowCondensed Regular";
  src: url(../fonts/barlow_condensed/BarlowCondensed-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "BarlowCondensed Light";
  src: url(../fonts/barlow_condensed/BarlowCondensed-Light.ttf) format("truetype");
}
@font-face {
  font-family: "BarlowCondensed LightItalic";
  src: url(../fonts/barlow_condensed/BarlowCondensed-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: "BarlowCondensed ExtraLight";
  src: url(../fonts/barlow_condensed/BarlowCondensed-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "BarlowCondensed Thin";
  src: url(../fonts/barlow_condensed/BarlowCondensed-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto Black";
  src: url(../fonts/roboto/Roboto-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto Bold";
  src: url(../fonts/roboto/Roboto-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto Medium";
  src: url(../fonts/roboto/Roboto-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto Regular";
  src: url(../fonts/roboto/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto Light";
  src: url(../fonts/roboto/Roboto-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto Thin";
  src: url(../fonts/roboto/Roboto-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Titillium Black";
  src: url(../fonts/titillium_web/TitilliumWeb-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Titillium Bold";
  src: url(../fonts/titillium_web/TitilliumWeb-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Titillium SemiBold";
  src: url(../fonts/titillium_web/TitilliumWeb-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Titillium Regular";
  src: url(../fonts/titillium_web/TitilliumWeb-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Titillium Light";
  src: url(../fonts/titillium_web/TitilliumWeb-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Titillium ExtraLight";
  src: url(../fonts/titillium_web/TitilliumWeb-ExtraLight.ttf) format("truetype");
}
html {
  font-size: 16px;
  font-family: "BarlowCondensed Light";
}
html body {
  font-family: "BarlowCondensed Light";
}
html a {
  color: #015b46;
}
html a:hover {
  color: #015b46;
}
html a:visited {
  color: #015b46;
}
html a:active {
  color: #015b46;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  html .container {
    min-width: 1260px;
  }
}
@media (min-width: 1920px) {
  html .container {
    min-width: 1600px;
  }
}
html .bg-green {
  background-color: #015b46;
}
@media only screen and (max-width: 992px) {
  html .bg-green {
    padding: 0px;
  }
  html .bg-green .container {
    max-width: 100%;
    padding: 0px;
  }
}
html .mapintrostrip {
  height: 74px;
}
html .mapintrostrip h2 {
  color: #ffffff;
  padding-top: 15px;
  font-size: 2.25rem;
  padding-left: 15px;
}
html .bottompicrow {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  html .bottompicrow img {
    max-width: 100%;
    height: auto;
  }
}
html .picbeschreibung {
  padding-left: 15px;
  padding-right: 15px;
}
html .picbeschreibung p {
  text-align: right;
}
html #mapidFull {
  width: 100%;
  height: 570px;
  position: relative;
  float: left;
  z-index: 1;
}
html #mapidFull .divonmap {
  z-index: 99999;
  padding-bottom: 5px;
}
@media only screen and (min-width: 359px) and (max-width: 425px) {
  html #mapidFull .divonmap {
    display: none;
  }
}
html #mapidFull .divonmap p {
  color: #ffffff;
  font-size: 1.25rem;
}
html .page-footer {
  background-color: #393939;
}
html .page-footer h5, html .page-footer p, html .page-footer a {
  color: #ffffff;
}
html .page-footer h5 {
  font-size: 1.125rem;
}
html .page-footer p, html .page-footer a {
  font-size: 1rem;
}
html .page-footer .footer-copyright {
  color: #ffffff;
}
html .page-footer .footer-copyright a {
  color: #ffffff;
}
html .hkfront .page-footer {
  clear: both;
}
html .homeOne p {
  text-align: justify;
}
html .homeOne a {
  color: #015b46;
}
html ul {
  list-style-type: circle;
  padding-inline-start: 25px;
}
html ul li {
  font-size: 1.375rem;
  line-height: 1.2;
}
@media only screen and (min-width: 359px) and (max-width: 425px) {
  html .row {
    display: block;
  }
}

.custom-navbar {
  height: 100px;
  background-color: #015b46;
}
@media only screen and (max-width: 1024px) {
  .custom-navbar {
    height: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .custom-navbar {
    padding: 0px !important;
  }
}
.custom-navbar .logo {
  height: 100px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
.custom-navbar .logo img {
  width: 340px;
}
@media only screen and (max-width: 1024px) {
  .custom-navbar .logo {
    height: 60px;
  }
  .custom-navbar .logo img {
    width: 180px;
  }
}
@media only screen and (max-width: 992px) {
  .custom-navbar .logo {
    margin-left: 15px;
  }
}
.custom-navbar .navbar-nav {
  margin: 0 auto;
}
.custom-navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-family: "BarlowCondensed ExtraLight";
  font-size: 1.5rem;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .custom-navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
  }
}
.custom-navbar i {
  font-size: 3rem;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .custom-navbar i {
    padding-left: 15px;
  }
}
.custom-navbar .navbar-collapse {
  background-color: #015b46;
  z-index: 9999;
}
@media only screen and (max-width: 992px) {
  .custom-navbar .navbar-collapse {
    margin-top: -1px;
  }
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 992px) {
  .custom-toggler .navbar-toggler-icon {
    margin-right: 15px;
  }
}

#hkhead.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  .swiper-slide {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: 0 50px !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-slide img {
    width: 100% !important;
  }
}
.swiper-slide .caption {
  position: absolute;
  top: 0px;
  width: 1260px;
  margin: 0 auto;
  left: -webkit-calc((100% - 1260px) / 2);
  left: -moz-calc((100% - 1260px) / 2);
  left: calc((100% - 1260px) / 2);
}
@media only screen and (max-width: 767px) {
  .swiper-slide .caption {
    display: none;
  }
}
.swiper-slide .caption h1 {
  position: absolute;
  top: 120px;
  right: 20px;
  font-size: 4rem;
  color: #015b46;
}
.swiper-slide .caption .untenrechts {
  position: absolute;
  top: 550px;
  right: 20px;
}
.swiper-slide .caption .descr {
  position: absolute;
  top: 120px;
  left: 0px;
  font-size: 2rem;
}
.swiper-slide .caption .descr span {
  display: block;
  font-size: 1.25rem;
}

.swiper-button-next-homeslider {
  display: none;
}

.swiper-button-prev-homeslider {
  display: none;
}

.swiper-pagination-homeslider {
  text-align: center;
}
.swiper-pagination-homeslider .swiper-pagination-bullet-active {
  background-color: #015b46;
}

.custom-dropdown .dropdown-menu {
  background-color: #ffffff;
  opacity: 0.95;
  padding: 30px 20px;
  min-width: 229px;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.custom-dropdown .dropdown-menu a {
  color: #000000;
  font-size: 1.5rem;
  font-family: "BarlowCondensed Thin";
  padding: 0px;
}
.custom-dropdown .dropdown-menu a:active {
  background-color: #015b46;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .custom-dropdown .dropdown-menu {
    padding: 10px;
    min-width: 120px;
  }
  .custom-dropdown .dropdown-menu a {
    font-size: 1.125rem;
  }
}

.btn-custom {
  border-radius: 10px;
  height: 35px;
  min-width: 150px;
  font-family: "BarlowCondensed Light";
  font-size: 1.375rem;
  line-height: 1px;
}
.btn-custom--black {
  background-color: #393939;
  border: solid 1px #ffffff;
  color: #ffffff;
}
.btn-custom--black:hover {
  background-color: #ffffff;
  color: #393939;
}
.btn-custom--green {
  background-color: #ffffff;
  border: solid 2px #015b46;
  color: #015b46;
  margin-bottom: 40px;
}
.btn-custom--green:hover {
  background-color: #015b46;
  color: #ffffff;
}
.btn-custom--green.subUnter {
  margin-top: 50px;
  margin-bottom: 0px;
}
.btn-custom--greenback {
  color: #ffffff;
  border: solid 2px #015b46;
  background-color: #015b46;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-custom--greenback:hover {
  background-color: #ffffff;
  color: #015b46;
}
.btn-custom:focus {
  outline: none;
}

/************************* CHAT *************************/
.contact-slider {
  color: white;
  z-index: 1000;
  position: fixed;
  margin: 0px;
  right: -230px;
  height: 80px;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bold;
  width: 300px;
  padding-left: 15px;
  padding-top: 0px;
  background: #015b46;
  border: 1px solid #015b46;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.slider-head {
  color: #005b45;
}

.chat-slider {
  top: 260px;
  right: -230px;
  background-color: transparent;
  padding-left: 0px;
  border: none;
  height: 92px;
}

.chat-slider img {
  height: 90px;
}

.chat-slider .slider-container {
  width: 180px;
  display: inline-block;
}

.phone-slider {
  top: 528px;
}

.mail-slider {
  top: 614px;
}

.slider-container {
  width: 250px;
  margin: 0 auto;
  padding-top: 5px;
  padding-left: 22px;
  text-align: center;
}

.mail-slider .slider-container {
  padding-top: 10px !important;
}

.chat-slider > .fa.fa-comments,
.phone-slider > i:nth-child(1),
.mail-slider > i:nth-child(1) {
  position: absolute;
  top: 18px;
  font-size: 42px;
}

.slider-label {
  font-weight: normal;
  font-size: 13px;
  color: #000;
}

.phone-slider:hover,
.mail-slider:hover {
  background: #fff;
  border: 1px solid #015b46;
  transform: translate(-229px, 0px);
  color: #000;
  cursor: pointer;
}

.chat-slider:hover {
  transform: translate(-229px, 0px);
  background: #fff;
}

@media only screen and (max-width: 1044px) and (min-width: 0px) {
  .chat-slider {
    top: 175px;
  }

  .phone-slider {
    top: 270px;
  }

  .mail-slider {
    top: 356px;
  }
}
.about-us .header-image, .allpages .header-image {
  height: 840px;
  background-image: url("../images/aboutus_header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 992px) {
  .about-us .header-image, .allpages .header-image {
    height: 400px;
  }
}
@media only screen and (max-width: 1200px) {
  .about-us .header-image, .allpages .header-image {
    height: 650px;
  }
}
@media only screen and (min-width: 359px) and (max-width: 425px) {
  .about-us .header-image, .allpages .header-image {
    height: 300px;
  }
}
.about-us .text-content h2, .allpages .text-content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.about-us .text-content h3, .allpages .text-content h3 {
  margin-bottom: 50px;
}
.about-us .text-content p, .allpages .text-content p {
  margin-bottom: 30px;
}
.about-us .leistungsdetail, .allpages .leistungsdetail {
  display: none;
}
.about-us .arbeitendetail, .allpages .arbeitendetail {
  display: none;
}
.about-us .arbeitendetail .stellenausschreibungen ul, .allpages .arbeitendetail .stellenausschreibungen ul {
  list-style-type: none;
  padding-inline-start: 0;
}
.about-us .arbeitendetail .stellenausschreibungen ul li a, .allpages .arbeitendetail .stellenausschreibungen ul li a {
  color: #000000;
}
.about-us .itsArbeiten, .allpages .itsArbeiten {
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-us .itsArbeiten h2, .allpages .itsArbeiten h2 {
  text-align: center;
}
.about-us .bg-image, .allpages .bg-image {
  height: 1080px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
@media only screen and (min-width: 359px) and (max-width: 425px) {
  .about-us .bg-image, .allpages .bg-image {
    height: 400px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 992px) {
  .about-us .bg-image, .allpages .bg-image {
    height: 600px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .about-us .bg-image, .allpages .bg-image {
    height: 800px;
  }
}
.about-us .bg-image .content-image, .allpages .bg-image .content-image {
  display: flex;
  flex-direction: column;
}
.about-us .bg-image .content-image .text-image, .allpages .bg-image .content-image .text-image {
  font-size: 3rem;
  color: #ffffff;
}
.about-us .bg-image .content-image .text-image--title, .allpages .bg-image .content-image .text-image--title {
  font-family: "BarlowCondensed Light";
  margin-top: 130px;
}
@media only screen and (min-width: 359px) and (max-width: 425px) {
  .about-us .bg-image .content-image .text-image--title, .allpages .bg-image .content-image .text-image--title {
    margin-top: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 426px) and (max-width: 992px) {
  .about-us .bg-image .content-image .text-image--title, .allpages .bg-image .content-image .text-image--title {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .about-us .bg-image .content-image .text-image--title, .allpages .bg-image .content-image .text-image--title {
    margin-top: 90px;
  }
}
.about-us .bg-image .content-image .text-image--subtitle, .allpages .bg-image .content-image .text-image--subtitle {
  font-family: "BarlowCondensed Thin";
}
@media only screen and (min-width: 359px) and (max-width: 425px) {
  .about-us .bg-image .content-image .text-image--subtitle, .allpages .bg-image .content-image .text-image--subtitle {
    font-size: 2rem;
  }
}
.about-us .bg-image .content-image .description, .allpages .bg-image .content-image .description {
  color: #ffffff;
  font-size: 1.375rem;
  font-family: "BarlowCondensed LightItalic";
  max-width: 538px;
  margin-top: 180px;
}
@media only screen and (min-width: 359px) and (max-width: 425px) {
  .about-us .bg-image .content-image .description, .allpages .bg-image .content-image .description {
    margin-top: 20px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 426px) and (max-width: 992px) {
  .about-us .bg-image .content-image .description, .allpages .bg-image .content-image .description {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .about-us .bg-image .content-image .description, .allpages .bg-image .content-image .description {
    margin-top: 90px;
  }
}
.about-us .bg-image .content-image .btn-custom--black, .allpages .bg-image .content-image .btn-custom--black {
  margin-top: 160px;
}
@media only screen and (min-width: 359px) and (max-width: 425px) {
  .about-us .bg-image .content-image .btn-custom--black, .allpages .bg-image .content-image .btn-custom--black {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 426px) and (max-width: 992px) {
  .about-us .bg-image .content-image .btn-custom--black, .allpages .bg-image .content-image .btn-custom--black {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .about-us .bg-image .content-image .btn-custom--black, .allpages .bg-image .content-image .btn-custom--black {
    margin-top: 90px;
  }
}
.about-us .bg-image--1, .allpages .bg-image--1 {
  background-image: url("../images/aboutus_1.jpg");
  margin-bottom: 40px;
}
@media only screen and (min-width: 2000px) {
  .about-us .bg-image--1, .allpages .bg-image--1 {
    background-position-y: 0px;
  }
}
@media only screen and (min-width: 1920px) {
  .about-us .bg-image--1 .content-image .text-image, .allpages .bg-image--1 .content-image .text-image {
    margin-left: 160px;
  }
}
.about-us .bg-image--1 .content-image .description, .allpages .bg-image--1 .content-image .description {
  margin-left: 150px;
}
@media only screen and (min-width: 1920px) {
  .about-us .bg-image--1 .content-image .description, .allpages .bg-image--1 .content-image .description {
    margin-left: 275px;
  }
}
.about-us .bg-image--2, .allpages .bg-image--2 {
  background-image: url("../images/aboutus_2.jpg");
}
@media only screen and (min-width: 2000px) {
  .about-us .bg-image--2, .allpages .bg-image--2 {
    background-position-y: 0px;
  }
}
.about-us .bg-image--6 .openLeistung, .allpages .bg-image--6 .openLeistung {
  margin-right: 100px;
}
.about-us .collapse-section, .allpages .collapse-section {
  margin-bottom: 20px;
}
.about-us .collapse-section img, .allpages .collapse-section img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.about-us .collapse-section h2, .allpages .collapse-section h2 {
  text-transform: uppercase;
}
.about-us .collapse-section h3, .allpages .collapse-section h3 {
  max-width: 611px;
  width: auto;
  font-size: 1.375rem;
  margin-bottom: 20px;
}
.about-us .collapse-section h4, .allpages .collapse-section h4 {
  margin-bottom: 20px;
}
.about-us .collapse-section p, .allpages .collapse-section p {
  max-width: 611px;
  width: auto;
  font-size: 1.375rem;
  margin-bottom: 20px;
  text-align: justify;
}
.about-us .collapse-section .collapse-header-section, .allpages .collapse-section .collapse-header-section {
  margin-bottom: 20px;
}
.about-us .collapse-section .btn-custom--green, .allpages .collapse-section .btn-custom--green {
  margin-left: -50px;
}
.about-us .collapse-section .btn-custom.closeArbeiten, .allpages .collapse-section .btn-custom.closeArbeiten {
  margin-left: 0;
  float: right;
}

.itsPage6 .header-image {
  display: none;
}

.itsPage7 .header-image {
  display: none;
}

.itsPage122 .header-image {
  /* height: 1080px;*/
  position: relative;
}
.itsPage122 .header-image .arbeiten-strip {
  position: absolute;
  bottom: 100px;
  min-height: 60px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 3rem;
  letter-spacing: 2px;
}
@media only screen and (min-width: 359px) and (max-width: 425px) {
  .itsPage122 .header-image .arbeiten-strip {
    font-size: 1.5rem;
  }
}

.itsPage124 .header-image {
  display: none;
}

.homeOne {
  margin-top: 80px;
}

.stellenausschreibungen p {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.stellenausschreibungen h5 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

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