@font-face {
  font-family: 'rns';
  src: url('../fonts/RNSSanz-Light.eot');
  src: url('../fonts/RNSSanz-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RNSSanz-Light.woff2') format('woff2'),
    url('../fonts/RNSSanz-Light.woff') format('woff'),
    url('../fonts/RNSSanz-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'rns';
  src: url('../fonts/RNSSanz-SemiBold.eot');
  src: url('./fonts/RNSSanz-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RNSSanz-SemiBold.woff2') format('woff2'),
    url('../fonts/RNSSanz-SemiBold.woff') format('woff'),
    url('../fonts/RNSSanz-SemiBold.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'rns';
  src: url('../fonts/RNSSanz-Bold.eot');
  src: url('../fonts/RNSSanz-SBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RNSSanz-Bold.woff2') format('woff2'),
    url('../fonts/RNSSanz-Bold.woff') format('woff'),
    url('../fonts/RNSSanz-Bold.ttf') format('truetype');
  font-weight: 700;
}
body.site {
  border-top: 0 solid #fff;
  padding: 0;
  background-color: #fff;
  color: #636363;
  font-family: 'rns', sans-serif;
  font-weight: 300;
}
.body .container {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: auto;
  max-width: none;
}
.header {
  margin: 0 0 100px 0;
}
.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 40px 0 60px 0;
  max-width: 1600px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.brand {
  width: 150px;
  display: block;
  height: 90px;
  overflow: hidden;
  white-space: nowrap;
  background-image: url('../images/logo-hsl.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% bottom;
  position: relative;
  margin-left: 100px;
}
.brand > span {
  display: block;
  position: absolute;
  font-size: 12px;
  top: 100%;
}
h1,
h2,
h3,
h4 {
  line-height: 1.1;
  font-weight: 700;
}
a {
  color: #f4811f;
  text-decoration: none;
}
a:hover,
a:active {
  color: #f4811f;
}
.navigation {
  float: right;
  padding: 0;
  margin: 0 100px 0 auto;
  border: 0;
  position: relative;
}

.navigation .dot {
  /*display: none;*/
}

.navigation .mod-languages {
  width: max-content;
  margin-right: 20px;
  margin-left: auto;
}

.navigation .mod-languages ul {
  display: flex;
  list-style-type: none;
  padding: 0;
}

.navigation .mod-languages ul li {
  margin: 0;
}

.navigation .mod-languages ul li.lang-active a {
  color: #f4811f;
}

.navigation .mod-languages ul li a {
  color: black;
  margin-left: 10px;
}

.navigation .mod-languages ul li a:hover {
  color: #f4811f;
}

.navigation .mod-languages ul li:first-child a {
  margin-left: 0;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  position: relative;
}
.nav:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #111;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -5px;
}
.dot {
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  background-color: #111;
  left: 0;
  position: absolute;
  bottom: -8px;
  border-radius: 50%;
  -webkit-transition: all 0.05s ease-in-out 0s;
  -o-transition: all 0.05s ease-in-out 0s;
  transition: all 0.05s ease-in-out 0s;
}
.nav li {
  line-height: 1.2;
}
.nav a {
  display: block;
  color: #4d4d4d;
  padding: 20px;
  margin-bottom: 0;
  font-size: 1.2em;
  position: relative;
  line-height: 1.2;
}
.current a {
  font-weight: 700;
  line-height: 1;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  color: #111;
}
.video-wrap {
  position: relative;
  padding-top: 42.25%;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  overflow: hidden;
}
.video-wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e47514;
  opacity: 0.7;
  z-index: 99;
}
video {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-slide {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  background-color: #fff;
  z-index: 999;
}
.header-slide .uk-slideshow + .uk-position-top-left {
  bottom: 110%;
  top: auto;
  left: 70px;
  padding: 0;
}
.header-slide h3 {
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 700;
  margin: 0;
  position: relative;
  padding: 40px 20px 20px 100px;
}
.header-slide h3:before {
  content: '';
  display: block;
  height: 2px;
  width: 200px;
  background-color: #f4811f;
  position: absolute;
  left: -130px;
  bottom: 29px;
}
.header-slide .uk-margin {
  font-size: 1.3em;
  line-height: 1.4;
  margin: 2em 0 0 0;
  padding: 0 40px 40px 100px;
}
.header-slide .uk-margin > strong {
  text-transform: uppercase;
  font-weight: 600;
}
.header-slide .uk-margin p {
  margin: 1em 0 0 0;
}
.itemid-107.view-article .header-img {
  display: none;
}
.itemid-107.view-article header {
  margin-bottom: 40px;
}
.header-img * {
  color: #ffffff;
}

.header-img {
  position: relative;
  max-width: 1600px;
  margin: auto;
}

.uk-slidenav {
  display: none !important;
}

.header-img .uk-grid-collapse {
  display: flex;
  align-items: stretch;
}

.header-img .uk-grid-collapse .uk-row-first {
  width: 50%;
}

.header-img .uk-grid-collapse .uk-text-center * {
  height: 100% !important;
}

.header-img .uk-grid-collapse .uk-row-first + .uk-row-first {
  background-color: #f4811f;
  padding: 200px 100px 100px 200px;
}

.header-img .uk-grid-collapse .uk-row-first + .uk-row-first .uk-slideshow {
  overflow: visible;
}

.header-img h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.8em;
  text-transform: uppercase;
  transition: all 0.2s ease-in 0s;
  position: relative;
}

.header-img h3:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 105%;
  transform: translateY(-50%);
  width: 125px;
  height: 5px;
  background-color: #ffffff;
}

.header-img > div > div > .uk-row-first + .uk-grid-margin {
  opacity: 1;
}
.header-img h3 + .uk-margin-top {
  font-size: 1.6em;
  padding: 0 0 10px 0;
  margin-top: 0;
  line-height: 1.2;
}

@keyframes header {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.7;
  }
}
.home-block {
  max-width: 1600px;
  padding: 0 20px;
  margin: 100px auto;
  position: relative;
}

.home-block--news {
  padding: 60px 0 60px 0;
}
.home-block--zitat {
  padding: 60px 100px 60px 100px;
}
.home-block .uk-panel {
  /*position: static;*/
}
.home-block h3 {
  color: #f4811f;
  font-size: 2.8em;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 1em 0;
}
.home-block .uk-margin {
  font-size: 1.2em;
  line-height: 1.25;
  margin: 0 0 2em 0;
  max-width: 60%;
}
.home-block .uk-panel-badge {
  right: auto;
  left: 200px;
  top: 76px;
  line-height: 1.3;
  font-size: 1.2em;
  font-weight: 400;
  width: auto;
  font-family: 'Roboto Slab', serif;
}
.home-block .uk-panel-badge:before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 50px;
  background-color: #636363;
  position: absolute;
  left: -70px;
  bottom: 5px;
}
.home-block .uk-panel-badge:after {
  content: '';
  display: block;
  position: absolute;
  left: -70px;
  top: 12px;
  width: 5px;
  height: 5px;
  background-color: #636363;
  border-radius: 5px;
}
.home-block .uk-panel-badge.anidot:after {
  left: -20px;
  transition: all 0.4s ease-in 0.5s;
}

.home-block--video {
  margin-top: 0;
  padding: 0 100px;
}

.home-block--video * {
  width: 100% !important;
}

.home-block--video .uk-grid {
  margin: 0 !important;
}

.home-block--video .uk-row-first {
  padding: 0;
}

.home-block--video .uk-margin {
  margin: 0;
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.home-block--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-video .uk-margin {
  margin: 0;
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.article-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-block--leistungen {
  display: flex;
  align-items: stretch;
  padding: 0 100px;
}

.home-block--leistungen .home-block--leistungen-title {
  position: relative;
  margin: 0;
  margin-right: 100px;
  writing-mode: vertical-lr;
  transform: rotateZ(180deg);
  text-align: right;
  color: #636466;
  text-transform: uppercase;
}

.home-block--leistungen .home-block--leistungen-title:before {
  content: '';
  display: block;
  height: 100px;
  width: 2.5px;
  background-color: #f4811f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-block--leistungen-grid {
  display: flex;
  margin: -25px;
}

.home-block--leistungen-grid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 25px;
  margin: 25px !important;
  background-color: #f1f1f1;
  width: calc((100% - 200px) / 4);
}

.home-block--leistungen-grid > div > div {
  order: unset !important;
}

.home-block--leistungen-grid h3 {
  margin-top: 0 !important;
}

.home-block--leistungen-grid > div:before {
  display: none;
}

.home-block--leistungen-grid > div .uk-text-center {
  position: relative;
}

.home-block--leistungen-grid > div .uk-text-center:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.home-block--leistungen-grid > div img {
  display: block;
  max-width: 100px !important;
  max-height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.home-block--leistungen-grid > div * {
  width: 100%;
  max-width: 100% !important;
}

.home-block--leistungen-grid .uk-panel {
  text-align: center;
}

.home-block--leistungen-grid .uk-panel .uk-panel-title {
  color: #636466;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 700;
}

.home-block--leistungen-grid .uk-panel .uk-margin {
  margin-top: 0;
}

.home-block--nachhaltigkeit {
  position: relative;
  padding: 0;
}

.home-block--nachhaltigkeit .uk-grid .uk-width-medium-1-1 {
  width: 100%;
}

.home-block--nachhaltigkeit .uk-grid .uk-width-medium-1-1:not(.uk-text-center) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

.home-block--nachhaltigkeit .uk-grid .uk-panel {
  width: 100%;
  height: 100%;
  padding: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.home-block--nachhaltigkeit .uk-grid .uk-panel .uk-panel-title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.home-block--nachhaltigkeit .uk-grid .uk-panel .uk-margin {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.home-block--nachhaltigkeit
  .uk-grid
  .uk-panel
  .home-block--nachhaltigkeit-subtitle {
  color: #ffffff;
  font-size: 1.8em;
  font-weight: 300;
}

.home-block--nachhaltigkeit .home-block--nachhaltigkeit-value {
  display: inline-block;
  padding: 25px 50px;
  text-align: center;
  background-color: #ffffff;
}

.home-block--nachhaltigkeit .home-block--nachhaltigkeit-value p {
  font-size: 2.25em;
  font-weight: 600;
}

.home-block--bg {
  padding: 0 100px;
}

.home-block--bg .uk-panel-badge {
  display: none;
}

.home-block--bg h3 {
  color: #636466;
  text-transform: uppercase;
  padding-left: 150px;
  position: relative;
}

.home-block--bg h3:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 2.5px;
  background-color: #f4811f;
}

.home-block--bg .uk-panel .uk-margin {
  max-width: 100%;
}

.home-block--bg .uk-panel p a {
  float: right;
}

.home-block--news {
  padding: 0 100px;
}

.home-block--news .titlebox {
  padding-left: 150px;
  position: relative;
  margin-bottom: 50px;
}

.home-block--news .titlebox:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 2.5px;
  background-color: #f4811f;
}

.home-block--news .titlebox h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #636466;
}

.home-block--news .titlebox h4 {
  margin: 0;
  font-weight: 300;
  font-size: 1.4em;
}

.home-block--news .uk-grid div .uk-panel {
  background-color: #f1f1f1;
}

.home-block--news .uk-grid div .uk-overlay {
  position: relative;
  width: 100%;
  filter: grayscale(1);
  transition-duration: 0.25s;
}

.home-block--news .uk-grid div .uk-overlay:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.home-block--news .uk-grid div .uk-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: 125%;
  max-width: none;
}

.home-block--news .uk-panel-title {
  font-size: 2em;
  text-transform: uppercase;
  color: #636466;
  transition-duration: 0.25s;
}

.home-block--news .uk-grid div .uk-flex-middle {
  align-items: stretch;
  display: flex;
}

.home-block--news .uk-grid div .uk-flex-middle > div {
  min-height: 100%;
  max-height: 100%;
  align-items: stretch;
}

.home-block--news .uk-grid div .uk-flex-middle .uk-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 35px 35px 35px 0;
}

.home-block--news .uk-grid div .uk-flex-middle .uk-panel-title {
  margin-bottom: 10px;
}

.home-block--news .uk-grid div .uk-flex-middle .uk-margin {
  margin-bottom: 10px;
  flex-grow: 1;
}

.home-block--news .uk-grid div .uk-flex-middle .uk-panel p a {
  margin: 0;
  color: #636466;
  background: none;
  padding: 0;
  min-height: auto;
  text-decoration: underline;
  border-radius: 0;
  line-height: 1;
  transition-duration: 0.25s;
}

.home-block--news .uk-grid div .uk-panel:hover .uk-panel-title,
.home-block--news .uk-grid div .uk-panel:hover .uk-flex-middle .uk-panel p a {
  color: #f4811f;
}

.home-block--news .uk-grid div .uk-panel:hover .uk-overlay {
  filter: grayscale(0);
}

.home-block--news .uk-slider-container + .uk-position-top-right {
  bottom: 100%;
  top: auto;
  right: 0;
}

.home-block--news .archive-link {
  color: #ffffff;
  padding: 0 15px;
  background: #f4811f;
  text-decoration: none;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 33px;
  min-height: 35px;
  margin-top: 20px;
  float: right;
}

.home-block--jobs {
  background-color: #f4811f;
  padding: 0;
}

.home-block--jobs .uk-grid {
  display: flex;
  flex-direction: row-reverse;
}

.home-block--jobs .uk-grid div {
  width: 50%;
}

.home-block--jobs .uk-grid div div {
  width: 100%;
  height: 100%;
}

.home-block--jobs .uk-grid div .uk-panel-body {
  padding: 100px 50px 50px 100px;
}

.home-block--jobs .uk-grid div .uk-panel-body .uk-slideshow {
  height: 100% !important;
}

.home-block--jobs .uk-grid div .uk-panel-body .uk-slideshow li {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-block--jobs .uk-grid div .uk-panel-body h3 {
  color: #ffffff;
  text-transform: uppercase;
}

.home-block--jobs .uk-grid div .uk-panel-body .uk-margin-top {
  font-size: 1.2em;
  color: #ffffff;
  flex-grow: 1;
  height: auto;
}

.home-block--jobs
  .uk-grid
  div
  .uk-panel-body
  .uk-margin-bottom-remove
  .uk-button {
  background: #ffffff;
  color: #636466;
  margin-top: 25px;
  transition-duration: 0.25s;
}

.page-jobs .item {
  min-height: 200px;
  background-color: #f1f1f1;
  padding: 20px;
}
blockquote {
  margin: 0;
  padding: 0 0 0 80px;
  border: 0;
  position: relative;
}
blockquote h4 {
  font-size: 1.6em;
  margin: 0 0 1em 0;
}
blockquote p {
  margin-bottom: 1em;
  font-size: 1.2em;
}
blockquote:before {
  content: '"';
  display: block;
  font-size: 14em;
  position: absolute;
  left: 5px;
  top: 0;
  color: #f4811f;
  line-height: 0.5;
  font-family: 'Tahoma', serif;
}
.blog {
  max-width: 1400px;
  margin: 0 auto 3em auto;
}

.blog .items-row {
  margin: 0 -15px;
  width: auto;
  display: flex;
  align-items: stretch;
}

.blog .items-row > div {
  margin: 15px !important;
  /*width: calc((100% - 90px) / 3);*/
  min-height: 100%;
  max-height: 100%;
}

.blog .items-row .item {
  background-color: #f1f1f1;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.blog .items-row .item .item-image {
  width: 40%;
  position: relative;
  overflow: hidden;
}

.blog .items-row .item .item-image:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.blog .items-row .item .item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: none;
  max-height: 150%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.blog .items-row .item .item-textcontent {
  display: flex;
  flex-direction: column;
  padding: 50px 25px;
  width: 60%;
}

.blog .items-row .item .item-textcontent .page-header {
  margin: 0;
  padding: 0;
}

.blog .items-row .item .item-textcontent .page-header h2 {
  margin: 0;
}

.blog .items-row .item .item-textcontent .page-header h2 a {
  transition-duration: 0.25s;
  color: #636466;
}

.blog .items-row .item .item-textcontent .page-header h2 a:hover {
  text-decoration: none;
}

.blog .items-row .item .item-textcontent .item-intro {
  flex-grow: 1;
  margin: 10px 0;
}

.blog .items-row .item .item-textcontent .readmore .btn {
  margin: 0;
  color: #636466;
  background: none;
  padding: 0;
  min-height: auto;
  text-decoration: underline;
  border-radius: 0;
  line-height: 1;
  transition-duration: 0.25s;
}

.blog .items-row .item:hover .item-textcontent .page-header h2 a {
  color: #f4811f;
}

.blog .items-row .item:hover .item-textcontent .readmore .btn {
  color: #f4811f;
}

.item-page .icons {
  display: none;
}
.item-page {
  max-width: 1400px;
  margin: 0 auto 100px auto;
  display: flex;
}
.item-page .page-header {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.item-page .page-header h2 {
  font-size: 2em;
  position: relative;
  text-transform: uppercase;
  margin: 0;
  margin-right: 100px;
  writing-mode: vertical-lr;
  transform: rotateZ(180deg);
  text-align: right;
  color: #636466;
  padding-top: 150px;
}

.item-page .page-header h2:before {
  content: '';
  display: block;
  height: 100px;
  width: 2.5px;
  background-color: #f4811f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.item-page ul {
  margin: 25px 0;
}

.item-page ul li {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.item-page ul li::marker {
  display: none;
  content: '';
}

.item-page ul li::before {
  content: '-';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.custom-gallerie_wrap {
  max-width: 1400px;
  margin: 0 auto 100px auto;
}

.custom-gallerie_wrap .custom-gallerie {
  margin: -10px;
  margin-top: 40px;
}

.custom-gallerie_wrap .custom-gallerie > div {
  position: relative;
  padding: 0;
  width: calc((100% - 80px) / 4);
  margin: 10px;
}

.custom-gallerie_wrap .custom-gallerie > div:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.custom-gallerie_wrap .custom-gallerie > div * {
  width: 100%;
  height: 100%;
}

.custom-gallerie_wrap .custom-gallerie > div img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: 125%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.custom-gallerie_wrap .custom-gallerie .uk-panel {
  filter: grayscale(1);
  transition-duration: 0.25s;
}

.custom-gallerie_wrap .custom-gallerie .uk-panel:hover {
  filter: grayscale(0);
}

.item-page .home-block--leistungen-grid {
  margin-top: 25px;
}

.moduletable-custom--form h1 {
  text-transform: uppercase;
  padding-left: 125px;
  position: relative;
}

.moduletable-custom--form h1:before {
  content: '';
  display: block;
  width: 100px;
  height: 2.5px;
  background-color: #f4811f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

div[itemprop='articleBody'] {
  font-size: 1.4em;
  line-height: 1.4;
  margin-left: 25px;
}

div[itemprop='articleBody'] h3 {
  margin-top: 50px;
}

.item-page p,
.item-page li {
  margin-bottom: 1em;
}
.item-page .item-image {
  margin: 0 auto 3em auto;
}
.item-page .team-wrap {
  margin-top: 3em;
  margin-bottom: 3em;
}

.team-wrap .uk-panel-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.team-wrap .uk-margin {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
}
.team-wrap .uk-margin strong {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  display: block;
}
.team-wrap img {
  display: block;
  border-radius: 50%;
  max-width: 200px;
}

.team--content {
  max-width: 1600px;
  margin: 0 auto 100px auto;
}

.team--content-contact {
  background-color: #636466;
  color: #ffffff;
  margin-left: 0 !important;
  padding: 25px !important;
}

.team--content-contact .uk-row-first {
  padding-left: 0;
}

.team--content-contact .uk-panel {
  max-width: 1400px;
  margin: 0 auto;
}

.team--content-contact .uk-panel .uk-margin h3 {
  font-size: 1.4em;
  margin-bottom: 25px;
}

.team--content-contact .uk-panel .uk-margin p {
  font-size: 1.4em;
}

.team--content-contact .uk-panel .uk-margin .custom-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.team--content-contact .uk-panel .uk-margin .custom-wrap p {
  width: 50%;
}

.team--content-team {
  max-width: 1400px;
  margin: 50px auto 0 !important;
}

.team--content-team .uk-row-first {
  padding-left: 0;
}

.team--content-team > div:nth-child(3n) {
  padding-right: 0;
}

.team--content-team > div .uk-panel {
  background-color: #f1f1f1;
  text-align: center;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.team--content-team > div .uk-panel img {
  margin: 0 auto;
  border-radius: 0;
  max-width: 150px;
  max-height: 100px;
}

.team--content-team > div .uk-panel h3 {
  flex-grow: 1;
  font-size: 1.6em;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}

.team--content-team > div .uk-panel .uk-margin:last-child {
  margin: 0;
}

.team--content-team > div .uk-panel .uk-margin strong {
  font-weight: 300;
  font-size: 1.4em;
}

.team--content-team > div:nth-last-of-type(-n + 1) .uk-panel {
  background-color: #f4811f;
  color: #ffffff;
}

.team--content-team > div:nth-last-of-type(-n + 1) .uk-panel h3 {
  color: #ffffff;
  font-weight: 400;
}

.team--content-team > div:nth-last-of-type(-n + 1) .uk-panel p {
  color: #ffffff;
}

.team--content-team > div:nth-last-of-type(-n + 1) .uk-panel strong {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}

.visforms-form {
  margin-top: 3em;
}
.visforms-form input[type='text'],
.visforms-form input[type='email'],
.visforms-form input[type='number'],
.visforms-form select,
.visforms-form textarea {
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  border-radius: 0;
  display: block;
  box-shadow: none;
  height: auto;
}
.visforms-form select {
  height: 40px;
}
.visforms-form textarea {
  background-color: #f1f1f1;
}
.visforms-form .date-input {
  z-index: 0;
}
.visforms-form fieldset > div {
  position: relative;
  margin-bottom: 20px;
}
.visforms-form fieldset > div.field13 {
  clear: both;
}
.visforms-form .asterix-ancor {
  position: absolute;
  right: 10px;
  top: 5px;
}

.visforms-form .control-label {
  width: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
}

.visforms-form .controls {
  margin-left: 0;
}

div[class*='fc-tbxfield'] {
  display: none;
}

.visforms-form .field-calendar {
  display: inline-block;
  position: relative;
  width: auto;
}

.field8 .asterix-ancor {
  position: static;
}
.visforms-form .field4 {
  float: left;
  width: 100%;
}
.visforms-form .field12,
.visforms-form .field6,
.visforms-form .field9,
.visforms-form .field2,
.visforms-form .field16,
.visforms-form .field23,
.visforms-form .field26,
.visforms-form .field20,
.visforms-form .field30,
.visforms-form .field38,
.visforms-form .field40,
.visforms-form .field34,
.visforms-form .field44,
.visforms-form .field52,
.visforms-form .field54,
.visforms-form .field48 {
  float: left;
  width: 48%;
  position: relative;
  z-index: 1;
}
.visforms-form .field5,
.visforms-form .field7,
.visforms-form .field10,
.visforms-form .field3,
.visforms-form .field17,
.visforms-form .field24,
.visforms-form .field19,
.visforms-form .field21,
.visforms-form .field31,
.visforms-form .field37,
.visforms-form .field33,
.visforms-form .field35,
.visforms-form .field45,
.visforms-form .field51,
.visforms-form .field47,
.visforms-form .field49 {
  float: right;
  width: 48%;
  position: relative;
  z-index: 1;
}
.field8,
.field22,
.field36,
.field50 {
  clear: both;
  overflow: hidden;
}
.input-append,
.input-prepend {
  display: block;
  margin: 0;
}
.date-label {
  display: block;
  margin: 0;
}
.date-input {
  width: 40%;
}
.field8 .btn,
.field22 .btn,
.field36 .btn,
.field50 .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 39px;
  z-index: 10;
}
.calendar table {
  width: 100%;
}
.form-actions {
  background-color: #fff;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.form-actions .btn {
  float: right;
}

.form-wrap .field8 {
  overflow: visible;
}

.form-wrap .calendar-container {
  position: relative;
}

.form-wrap .calendar-container .buttons-wrapper {
  position: absolute;
  top: 102.5%;
  left: 0;
  right: 0;
}

.form-wrap .calendar-container .buttons-wrapper button {
  position: static;
  display: inline-block;
  margin-left: 10px;
  border-radius: 2px;
}

.form-wrap .calendar-container .buttons-wrapper button:first-child {
  margin-left: 0;
}

.footer {
  max-width: 1600px;
  margin: auto;
  padding: 0;
  position: relative;
}

.footer .picto-wrap {
  padding: 0 0 100px;
  position: relative;
}
.footer .picto-wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 100px;
  right: 100px;
  height: 2px;
  background-color: #f4811f;
  top: 40%;
}
.footer .picto-wrap .uk-panel {
  font-size: 1.2em;
  padding: 0 4%;
  line-height: 1.4;
  font-family: 'Roboto Slab', serif;
}
.footer .picto-wrap .uk-margin {
  margin-top: -20px;
}
.footer .picto-wrap strong {
  display: block;
}
.footer .picto-wrap img {
  background-color: #fff;
  display: block;
  padding: 4%;
  margin: auto;
}

.custom-footer {
  background-color: #f4811f;
  color: #fff;
  position: relative;
  padding: 40px;
}

.custom-footer_inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.custom-footer_inner .custom-footer-box {
  display: flex;
  flex-direction: column;
}

.custom-footer_inner .custom-footer-box h3 {
  margin-top: 0;
}

.custom-footer_inner .custom-footer-box p,
.custom-footer_inner .custom-footer-box a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
  margin: 5px 0;
}

.custom-footer_inner .custom-footer-linkbox a {
  padding: 0 10px;
  position: relative;
}

.custom-footer_inner .custom-footer-linkbox a:before {
  content: '';
  display: block;
  height: 75%;
  width: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.custom-footer_inner .custom-footer-linkbox a:first-child:before {
  display: none;
}

.custom-footer_inner .custom-footer-linkbox_upper a:first-child {
  padding-left: 0;
}

.custom-footer_inner .custom-footer-linkbox_lower a:first-child {
  padding-left: 0;
}

.home-block .uk-panel p a {
  margin: 0 0 20px 0;
  color: #fff;
  padding: 0 15px;
  background: #f4811f;
  line-height: 33px;
  min-height: 35px;
  text-decoration: none;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  font-size: 1.2em;
}
.home-block--jobs .uk-panel p a {
  margin-bottom: 0;
}
.btn,
.btn:link,
.btn:visited,
.btn:hover,
.btn:active {
  margin: 0;
  color: #fff;
  padding: 0 15px;
  background: #f4811f;
  line-height: 33px;
  min-height: 35px;
  text-decoration: none;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  border: 0;
  box-shadow: none;
  text-shadow: none;
}
.btn > span {
  display: none;
}
.mob-nav-btn {
  display: none;
}
.home-block .uk-slidenav {
  line-height: 30px;
}
.uk-slidenav-previous:before,
.uk-slidenav-next:before {
  font-size: 0.7em;
  color: #f4811f;
}
.header-slide-wrap .uk-slidenav-previous:before,
.header-slide-wrap .uk-slidenav-next:before {
  color: #fff;
}
.orange {
  color: #f4811f;
}
.block {
  display: block;
}
#redim-cookiehint .cookiebuttons .btn {
  line-height: 25px;
}
.job-wrapper {
  max-width: 1400px;
  margin: auto;
  background-color: #f2f2f2;
}
.job-grid > div:nth-child(2) {
  padding: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/jobform.svg');
  background-position: -40% -100%;
  background-size: 120% auto;
  background-repeat: no-repeat;
}
.job-grid > div:nth-child(3) {
  padding: 0 6%;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4811f;
  color: #fff;
}
.job-grid > div:nth-child(4) {
  padding: 0 6%;
  display: flex;
  min-height: 600px;
  justify-content: center;
  align-items: center;
  background-color: #3c3c3b;
  color: #fff;
}
.job-grid > div:nth-child(2) .uk-panel-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 62px;
  text-align: center;
  line-height: 1;
}
.job-grid > div:nth-child(3) .uk-panel-title,
.job-grid > div:nth-child(4) .uk-panel-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
}
.job-grid > div:nth-child(2) h2 {
  text-align: center;
  color: #f4811f;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  margin: -20px 0 40px 0;
}
.job-grid > div ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.job-grid > div ul li {
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 1.3;
  font-weight: 500;
}
.job-grid > div ul li:last-child {
  margin-bottom: 0;
}
.job-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.job-info_item {
  display: inline-block;
  font-size: 18px;
  padding: 4px 8px;
  background-color: #3c3c3b;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 5px;
}
.job-contact {
  padding: 8% 4%;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
.job-contact a {
  display: block;
  width: 250px;
  margin: 20px auto 0 auto;
  color: #fff;
  padding: 0 15px;
  background: #f4811f;
  line-height: 36px;
  min-height: 35px;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 700;
}
.itemid-127 .brand {
  margin-left: 0;
}

@media (max-width: 1440px) {
  .item-page,
  .blog,
  .team--content-team {
    padding: 0 40px !important;
  }

  .team--content-contact {
    padding: 25px 40px !important;
  }
}

@media (max-width: 1400px) {
  div[itemprop='articleBody'] {
    font-size: 1em;
  }

  .view-default .header {
    margin: 0;
  }

  .header-img h3 {
    font-size: 2em;
  }

  .header-img h3:before {
    width: 75px;
    height: 2.5px;
  }

  .header-img .uk-grid-collapse .uk-row-first + .uk-row-first {
    padding: 100px 50px 50px 100px;
  }

  .header-img h3 + .uk-margin-top {
    font-size: 1.2em;
  }

  .home-block h3 {
    font-size: 2em;
  }

  .home-block .uk-margin {
    font-size: 1em;
  }

  .home-block--nachhaltigkeit
    .uk-grid
    .uk-panel
    .home-block--nachhaltigkeit-subtitle {
    font-size: 1.4em;
  }

  .home-block .uk-panel p a {
    font-size: 1em;
  }

  .home-block--news .uk-panel-title {
    font-size: 1.6em;
  }

  .home-block--news .uk-grid div .uk-flex-middle {
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
  }

  .home-block--news .uk-grid div .uk-flex-middle > div {
    margin: 0;
    min-height: 0;
  }

  .home-block--news .uk-grid div .uk-row-first {
    width: 100%;
  }

  .home-block--news .uk-grid div .uk-overlay:before {
    display: none;
  }

  .home-block--news .uk-grid div .uk-overlay img {
    position: static;
    width: 100%;
    transform: translateX(0) translateY(0);
  }

  .home-block--news .uk-grid div .uk-flex-middle .uk-panel,
  .blog .items-row .item .item-textcontent {
    padding: 25px;
  }

  .home-block--news .uk-grid div .uk-flex-middle .uk-grid-margin {
    flex-grow: 1;
  }

  .item-page {
    margin: 0 auto 50px auto;
  }

  .blog .items-row .item {
    flex-direction: column;
    justify-content: stretch;
  }

  .blog .items-row .item .item-textcontent {
    width: 100%;
    flex-grow: 1;
  }

  .blog .items-row .item .item-image {
    width: 100%;
  }
  .blog .items-row .item .item-image img {
    position: static;
    transform: translateX(0) translateY(0);
    max-height: none;
    max-width: 100%;
  }
  .blog .items-row .item .item-image:before {
    display: none;
  }
}

@media (max-width: 1200px) {
  .home-block--leistungen .home-block--leistungen-title {
    align-self: flex-start;
    padding-top: 150px;
  }

  .home-block--leistungen-grid {
    flex-wrap: wrap;
  }

  .home-block--leistungen-grid > div {
    width: calc((100% - 100px) / 2);
  }

  .home-block--leistungen-grid > div .uk-text-center {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-block--leistungen-grid > div .uk-text-center:before {
    display: none;
  }

  .home-block--leistungen-grid > div img {
    max-width: 75px !important;
    max-height: 75px !important;
    position: static;
    transform: translateX(0) translateY(0);
    margin: 0 auto;
  }

  .home-block--jobs .uk-grid div .uk-panel-body {
    padding: 50px 25px 25px 50px;
  }

  .footer .picto-wrap {
    padding: 0 100px 100px;
  }

  .footer .picto-wrap:before {
    left: 200px;
    right: 200px;
  }

  .footer .custom-footer {
    padding: 40px 100px;
  }

  .footer .custom-footer_inner {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .brand {
    margin-left: 40px;
  }
  .navigation {
    margin: 0 40px 0 auto;
  }
  .home-block .uk-margin {
    max-width: 90%;
  }
  .header-img h3,
  .header-slide h3 {
    font-size: 1.4em;
  }
  .header-slide .uk-margin {
    font-size: 14px;
  }
  .header-img h3 + .uk-margin-top {
    font-size: 16px;
  }

  .home-block--nachhaltigkeit {
    overflow: hidden;
  }

  .home-block--nachhaltigkeit .home-block--nachhaltigkeit-value {
    padding: 12.5px 25px;
    margin-top: 25px;
  }

  .home-block--nachhaltigkeit .home-block--nachhaltigkeit-value p {
    font-size: 1.8em;
  }

  .home-block--nachhaltigkeit .uk-grid .uk-width-medium-1-1.uk-text-center {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .home-block--nachhaltigkeit .uk-grid .uk-width-medium-1-1.uk-text-center img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: 125%;
  }

  .home-block--nachhaltigkeit
    .uk-grid
    .uk-width-medium-1-1:not(.uk-text-center) {
    position: static;
    transform: translateX(0) translateY(0);
  }

  .home-block--jobs .uk-grid div .uk-panel-body {
    padding: 25px;
  }

  .home-block--jobs .uk-grid div .uk-panel-body .uk-margin-top {
    margin-top: 0 !important;
  }

  .footer .picto-wrap:before {
    display: none;
  }

  .footer .picto-wrap .uk-panel {
    margin-bottom: 30px;
  }
  .footer .picto-wrap .uk-margin:nth-child(2) {
    margin-top: -30px;
    background-color: #fff;
    position: relative;
    padding-bottom: 40px;
  }
}
@media (max-width: 800px) {
  .home-block {
    margin: 0 auto;
  }

  .header-img .uk-grid-collapse .uk-row-first + .uk-row-first {
    padding: 150px 50px 50px 75px;
  }

  .header-img h3:before {
    width: 50px;
  }

  .itemid-126 .header {
    margin: 0;
  }
  .itemid-126 .header .brand {
    float: left;
    background-image: url(../images/logo-hsl.svg);
  }
  .job-grid > div:nth-child(2) .uk-panel-title {
    font-size: 48px;
  }
  .job-grid > div:nth-child(2) h2 {
    font-size: 24px;
  }
  .job-grid > div:nth-child(2) {
    padding: 8% 4%;
  }

  .header {
    margin-bottom: 20px;
  }
  .header-inner {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
  }
  .video-wrap {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    padding-top: 0;
    height: 550px;
  }
  .video-wrap > video {
    display: block;
    width: auto;
    max-width: 305%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header .brand {
    float: left;
    background-image: url(../images/logo-hsl--w.svg);
  }
  .header-slide {
    background-color: rgba(255, 255, 255, 0.9);
    width: 80%;
  }
  .header-img > div > div > .uk-row-first + .uk-row-first {
    max-width: 80%;
    padding: 0 0 0 40px;
  }
  .header-slide h3 {
    font-size: 1.5em;
    padding: 40px 20px 20px 40px;
  }
  .header-slide h3:before {
    left: -170px;
    bottom: 25px;
  }
  .header-slide .uk-margin {
    padding-left: 40px;
  }
  .header-slide .uk-slideshow + .uk-position-top-left {
    left: 0;
  }
  .mob-nav-btn {
    display: block;
    background-color: #f4811f;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 40px;
    top: 70px;
    z-index: 9999;
    background-image: url(../images/burger.svg);
    background-position: 50% 50%;
    background-size: 26px auto;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
  }
  .mob-nav-btn--active {
    right: 55%;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    z-index: 9999999999;
    background-image: url(../images/close.svg);
  }
  .navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 50%;
    right: 0;
    padding-top: 40px;
    margin: 0;
    z-index: 9999999;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(244, 128, 30, 0.97);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
  }
  .navigation--active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
  }
  .navigation--active:before {
    content: '';
    right: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    position: fixed;
    width: 160%;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
  }
  .nav {
    display: block;
  }
  .nav:after {
    display: none;
  }
  .nav > li {
    display: block;
  }
  .nav > li > a {
    padding: 30px 40px;
    position: relative;
    font-size: 1.4em;
    color: #fff;
  }
  .nav > li > a:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 30px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 32px;
  }
  .home-block {
    padding: 40px;
  }

  .home-block .uk-panel-badge {
    top: 40px;
    left: 115px;
  }

  .home-block--jobs {
    margin: 50px auto;
  }

  .home-block--jobs .uk-grid div .uk-panel-body {
    padding: 0;
    padding-right: 25px;
  }

  .home-block--news > h3 {
    padding-left: 0;
  }

  .item-page {
    margin-top: 25px;
  }

  .custom-gallerie_wrap .custom-gallerie > div {
    width: calc((100% - 40px) / 2);
  }

  .footer .custom-footer {
    padding: 40px 50px;
  }

  .footer_info {
    padding: 10px 40px 40px 40px;
  }
  .footer-inner {
    margin: 90px 0 0 0;
  }
  .footer_info .uk-panel-badge {
    left: 110px;
    top: 40px;
  }
}

@media (max-width: 768px) {
  .team--content-contact .uk-panel .uk-margin .custom-wrap {
    flex-direction: column;
  }

  .team--content-contact .uk-panel .uk-margin .custom-wrap p {
    width: 100%;
  }

  .footer .picto-wrap {
    padding: 0 100px 0;
    margin-bottom: 50px;
  }

  .footer .picto-wrap:before {
    display: block;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(0);
  }

  .footer .picto-wrap .uk-row-first {
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .header-img .uk-grid-collapse .uk-row-first + .uk-row-first {
    padding: 150px 50px 50px 50px;
  }

  .home-block--leistungen {
    flex-direction: column;
  }

  .home-block--leistungen .home-block--leistungen-title {
    writing-mode: unset;
    transform: rotateX(0);
    padding-top: 0;
    padding-left: 150px;
    text-align: left;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .home-block--leistungen .home-block--leistungen-title:before {
    width: 100px;
    height: 2.5px;
    top: 50%;
    left: 0;
    transform: translateX(0) translateY(-50%);
  }

  .home-block--leistungen-grid {
    margin: -10px;
  }

  .home-block--leistungen-grid > div {
    margin: 10px !important;
    width: calc((100% - 40px) / 2);
  }

  .home-block--jobs .uk-grid {
    flex-direction: column;
  }

  .home-block--jobs .uk-grid div {
    width: 100%;
  }

  .home-block--jobs .uk-grid div .uk-panel-body .uk-slideshow li {
    position: static;
    margin-top: 25px;
  }

  .item-page {
    flex-direction: column;
  }

  .item-page .page-header {
    margin-bottom: 25px;
  }

  .item-page .page-header h2 {
    writing-mode: unset;
    transform: rotateX(0);
    padding-top: 0;
    padding-left: 150px;
    text-align: left;
    margin-right: 0;
  }

  .item-page .page-header h2:before {
    width: 100px;
    height: 2.5px;
    top: 50%;
    left: 0;
    transform: translateX(0) translateY(-50%);
  }

  .item-page div[itemprop='articleBody'] {
    margin-left: 0;
  }

  .blog .items-row .item .item-textcontent .page-header h2 {
    font-size: 1.2em;
  }

  .footer .custom-footer .custom-footer_inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer .custom-footer .custom-footer_inner .custom-footer-box {
    margin: 10px 0;
  }
}

@media (max-width: 600px) {
  .header-slide {
    width: 100%;
  }

  .header-img h3:before {
    display: none;
  }

  .header-img .uk-grid-collapse .uk-row-first + .uk-row-first {
    padding: 150px 25px 25px 25px;
  }

  .home-block h3 {
    font-size: 2em;
  }

  .home-block--leistungen .home-block--leistungen-title {
    margin-right: 30px;
  }

  .home-block--leistungen-grid > div {
    width: 100%;
  }

  .blog .items-row {
    flex-direction: column;
    margin: 0;
  }

  .blog .items-row > div {
    margin: 15px 0 !important;
    width: 100%;
  }

  .footer-inner {
    display: block;
  }
  .footer_item {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .home-block--nachhaltigkeit .uk-grid .uk-panel {
    padding: 25px;
  }

  .home-block--news .uk-panel-title {
    font-size: 1.2em;
  }

  .header-img .uk-grid-collapse {
    flex-direction: column;
  }

  .header-img .uk-grid-collapse .uk-row-first {
    width: 100%;
  }

  .header-img .uk-grid-collapse .uk-slideshow li {
    position: static;
  }

  .header-img .uk-grid-collapse .uk-row-first + .uk-row-first {
    padding: 25px 0;
  }

  .home-block .uk-panel-badge:after {
    left: -115px;
  }
  .home-block .uk-panel-badge:before {
    left: -170px;
  }
  .header .brand {
    width: 100px;
    background-position: 0 50%;
  }
  .navigation {
    width: 80%;
  }
  .mob-nav-btn--active {
    right: 85%;
  }
  .home-block h3,
  .item-page .page-header h2 {
    font-size: 1.5em;
  }
  .home-block--news .uk-slider-container + .uk-position-top-right,
  .home-block--jobs .uk-slider-container + .uk-position-top-right {
    position: static !important;
    max-width: 100%;
    margin: 20px 0 0 -20px !important;
  }
  .header-slide .uk-margin {
    margin-top: 0;
    font-size: 1em;
  }
  .header-slide .uk-margin p {
    margin-top: 0;
  }
  .home-block .uk-panel-badge:before {
    width: 150px;
  }
  .item-page {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-jobs .item {
    margin-bottom: 30px;
  }
  .itemid-107.view-article header {
    margin-bottom: 140px;
  }
  .itemid-107.view-article .header .brand {
    background-image: url(../images/logo-hsl.svg);
  }
  .header-img h3 + .uk-margin-top {
    margin-top: 5px !important;
  }
  .header-img > div > div > .uk-row-first + .uk-row-first {
    max-width: 100%;
    padding-left: 20px;
  }
  .visforms-form .field5,
  .visforms-form .field7,
  .visforms-form .field10,
  .visforms-form .field3,
  .visforms-form .field12,
  .visforms-form .field6,
  .visforms-form .field9,
  .visforms-form .field2 {
    width: 100%;
    float: none;
  }
  .blog {
    padding: 0 20px;
  }
  .home-block {
    padding: 40px 20px;
  }

  .custom-gallerie_wrap .custom-gallerie > div {
    width: 100%;
  }

  .footer .custom-footer {
    padding: 25px;
  }

  .footer .custom-footer .custom-footer_inner .custom-footer-box {
    margin: 0;
  }
}

@media (max-width: 450px) {
  .home-block--leistungen .home-block--leistungen-title,
  .home-block .titlebox,
  .item-page .page-header h2,
  .moduletable-custom--form h1,
  .home-block--bg h3 {
    padding-left: 75px;
  }

  .home-block--leistungen .home-block--leistungen-title:before,
  .home-block h3:before,
  .home-block .titlebox:before,
  .item-page .page-header h2:before,
  .moduletable-custom--form h1:before {
    width: 50px;
  }

  .home-block .titlebox h3 {
    padding-left: 0;
  }
}

@media (min-width: 2130px) {
  .video-wrap {
    padding-top: 0;
    width: 100%;
    height: 900px;
  }
}

.insta-wrapper {
  margin-bottom: 100px;
}
