:root {
  font-family: "realist", sans-serif !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #404040;
}
:root p {
  color: #404040;
}
:root a {
  color: #404040;
}
:root a:hover {
  color: #008575;
  cursor: pointer;
}

#headerimage_container_zoom {
  margin-bottom: 150px;
  cursor: auto;
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 1024px) {
  #headerimage_container_zoom {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #headerimage_container_zoom {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  #headerimage_container_zoom {
    margin-bottom: 0;
  }
}
#headerimage_container_zoom .modal-dialog {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 15%;
  z-index: 10040;
  overflow: auto;
  margin: 0;
}
@media (max-width: 768px) {
  #headerimage_container_zoom .modal-dialog {
    top: 15%;
  }
}
@media (max-width: 500px) {
  #headerimage_container_zoom .modal-dialog {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    margin: 0.5rem;
  }
}
#headerimage_container_zoom .modal-dialog .modal-content {
  background-color: #fff;
}
#headerimage_container_zoom .modal-dialog .modal-content .modal-header {
  border: none;
  padding-bottom: 0;
}
#headerimage_container_zoom .modal-dialog .modal-content .modal-header h5 {
  text-transform: uppercase;
}
#headerimage_container_zoom .modal-dialog .modal-content .modal-body {
  min-height: 330px;
}
#headerimage_container_zoom .btn_image_info {
  position: absolute;
  top: 60%;
  left: 5%;
  display: none;
  background: rgba(64, 64, 64, 0.8);
  border: 0;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 2.5rem;
}
@media (max-width: 1024px) {
  #headerimage_container_zoom .btn_image_info {
    top: 50%;
  }
}
@media (max-width: 768px) {
  #headerimage_container_zoom .btn_image_info {
    top: 40%;
  }
}
@media (max-width: 500px) {
  #headerimage_container_zoom .btn_image_info {
    top: 18%;
  }
}
#headerimage_container_zoom .btn_image_info:focus,
#headerimage_container_zoom .btn_image_info:link,
#headerimage_container_zoom .btn_image_info:visited,
#headerimage_container_zoom .btn_image_info:hover,
#headerimage_container_zoom .btn_image_info:active {
  border: 0 !important;
  box-shadow: none !important;
}

.team {
  margin-bottom: 15px;
}
.team .ce-bodytext {
  display: none;
  padding: 15px;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
}
.team .ce-bodytext h3 {
  margin-top: 25px;
}
.team .image-caption {
  font-size: 1.3rem;
  margin: 5px 0 15px;
}
.team .ce-textpic:hover .ce-bodytext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  padding: 12px 10px;
}

.team-container .bg-light-green,
.team-container .bg-green,
.team-container .bg-yellow {
  color: #fff;
  font-size: 20px;
}
.team-container .bg-light-green a,
.team-container .bg-green a,
.team-container .bg-yellow a {
  color: inherit;
}
.team-container .team-box a {
  color: #fff;
  text-decoration: underline;
}
.team-container .team-box a:hover {
  color: #404040;
}
.team-container .team-box p {
  font-size: 1.3rem !important;
}
.team-container .team-box > div {
  width: 100%;
  min-height: 254px;
  padding: 15px;
  color: #fff;
}
.team-container .team-box > div .ce-bodytext {
  position: absolute !important;
  bottom: 50px;
  display: block !important;
}
.team-container .team-box > div .ce-bodytext:hover {
  display: none;
}
.team-container .team-box > div .ce-bodytext a {
  color: inherit;
}
.team-container .team-box .team-member-item-canvas {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.team-container .team-yellow > div {
  background-color: #f8db07;
}
.team-container .team-yellow .ce-bodytext {
  display: block !important;
  padding: 15px;
}
.team-container .team-light-green > div {
  background-color: #afca38;
}
.team-container .team-green > div {
  background-color: #52af47;
}
.team-container .team-dark-green > div {
  background-color: #008575;
}

.team-flex .team-member-item-canvas {
  position: relative;
}
.team-flex .team-member-item-canvas p {
  font-size: 1.4rem !important;
}
.team-flex .team-member-item-canvas p strong {
  font-weight: normal;
}
.team-flex .team-member-item-canvas .overlay-info {
  display: none;
}
.team-flex:hover .overlay-info {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #000;
  padding: 12px 10px;
  font-size: 16px;
}
.team-flex:hover .overlay-info h3 {
  margin-top: 25px;
}
.team-flex:hover .image-caption {
  visibility: hidden;
}

.news .news-list-item {
  margin-bottom: 15px;
}
.news .news-list-item .news-txt-wrapper {
  float: left;
  padding: 10px;
  margin: 0 !important;
  background-color: #52af47;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.news .news-list-item .news-txt-wrapper .inner-wrapper {
  padding: 10px;
}
.news .news-list-item .news-txt-wrapper .inner-wrapper h3 {
  margin-bottom: 20px;
}
.news .news-list-item .news-txt-wrapper .inner-wrapper h3 a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
.news .news-list-item .news-txt-wrapper .inner-wrapper h3 a:hover {
  text-decoration: underline;
}
.news .news-list-item .news-txt-wrapper .teaser-text p {
  color: #fff;
  margin-bottom: 0;
}
.news .news-list-item .news-txt-wrapper .teaser-text .more {
  color: #fff;
  text-decoration: none;
}
.news .news-list-item .news-txt-wrapper .teaser-text .more:hover {
  text-decoration: underline;
}
.news .news-list-item .news-img-wrapper {
  padding: 0;
}
.news .news-list-item .news-img-wrapper .news-img-wrap {
  margin: 0 !important;
}
.news .news-list-item .news-img-wrapper .news-img-wrap a {
  display: block;
  float: left;
  padding: 0;
  border: 0;
  background: none;
}
.news .news-list-item:nth-child(2) .news-txt-wrapper {
  background-color: #f8db07;
}
.news .news-list-item:nth-child(3) .news-txt-wrapper {
  background-color: #008575;
}
.news .news-list-item:nth-child(4) .news-txt-wrapper {
  background-color: #afca38;
}

.timeline-carousel {
  padding: 86px 6.9444% 90px 6.9444%;
  position: relative;
  overflow: hidden;
}
.timeline-carousel .timeline-carousel__item {
  padding: 0 !important;
}
.timeline-carousel .timeline-carousel__item a img {
  width: 50%;
}
.timeline-carousel .timeline-carousel__item figcaption {
  display: none;
}
.timeline-carousel .timeline-border {
  height: 20px;
  border-right: 10px solid #404040;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -73px;
}
.timeline-carousel h1 {
  color: #fff;
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 40px;
  font-weight: 900;
}
.timeline-carousel__image {
  padding-right: 30px;
}
.timeline-carousel__item {
  cursor: pointer;
  padding: 0;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 15px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  border-bottom: 25px solid #404040;
}
.timeline-carousel__item-inner .year {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #fff;
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 3px;
  background-color: #404040;
  z-index: 1;
  position: relative;
  margin-top: -15px;
  margin-left: 18%;
  margin-bottom: 20px;
  font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 0%;
  width: 10px;
  background-color: #404040;
  z-index: 3;
}
.timeline-carousel__item-inner .month {
  font-size: 12px;
  text-transform: uppercase;
  color: #b38c52;
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}
.timeline-carousel__item-inner p {
  font-size: 1rem;
  line-height: 18px;
  color: #404040;
  width: 60%;
  font-weight: 400;
  margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #b38c52;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #b38c52;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 29px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #b38c52;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #b38c52;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 60px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-slide:focus,
.slick-slide:active,
.slick-slide:hover {
  border: 0;
  box-shadow: none;
  outline: none;
  cursor: grab;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}

/* gridgallery
----------------------------------------------- */
.socialmedia-container-header {
  margin-top: 150px;
}

.socialmedia-container {
  padding-left: 0;
  padding-right: 0;
}

.justified-gallery > a > .caption, .justified-gallery > div > .caption, .justified-gallery > figure > .caption {
  top: 0;
  bottom: auto;
  padding: 25px !important;
  background-color: #000;
  font-size: 18px !important;
  text-align: center;
  height: 100%;
}

/* Social Media - Masonry
----------------------------------------------- */
.news-img-wrap {
  position: relative;
  width: 100%;
}

.social-media-list-item img {
  display: block;
  width: 100% !important;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #d7d7d7;
}

.news-img-wrap:hover .overlay {
  opacity: 1;
}

.social-media-list-item .news-txt-wrapper {
  color: #000;
  font-size: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  width: 90%;
}

.news-list-view > div {
  float: left;
}

.news-justifiedGallery .caption h3 {
  font-size: 1.5rem;
}
.news-justifiedGallery .caption p {
  font-size: 1rem;
}

/* Powermail
----------------------------------------------- */
.form-container {
  color: #fff;
  padding-top: 25px;
}
.form-container h3 {
  margin-top: 0px;
}
.form-container a {
  color: #fff;
}
.form-container p {
  color: #fff;
}
.form-container .powermail_fieldwrap_type_radio .form-check {
  padding-left: 0;
}
.form-container .powermail_fieldwrap_type_radio .form-check input {
  margin-right: 0.5rem;
}

.tx-powermail .powermail_form_1 .powermail_fieldwrap_type_radio .control-label {
  display: block;
}

.tx-powermail .powermail_form_1 .control-label {
  display: none;
}
.tx-powermail .powermail_form_1 .powermail_fieldwrap {
  margin-bottom: 15px;
  padding: 0;
}
.tx-powermail .powermail_form_2 {
  padding-bottom: 50px;
}
.tx-powermail .powermail_form_2 .powermail_fieldwrap {
  margin-bottom: 15px;
}
.tx-powermail .powermail_form_2 h3 {
  display: none;
}
.tx-powermail .powermail_legend {
  display: none;
}
.tx-powermail .btn-primary {
  background-color: #404040;
  border-color: #404040;
  padding: 10px 30px;
}
.tx-powermail .btn-primary:hover {
  background-color: #008575;
  border-color: #008575;
}
.tx-powermail h3 {
  margin-bottom: 25px;
}
.tx-powermail a {
  font-weight: bold;
}
.tx-powermail .powermail_file {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tx-powermail .control-label {
  display: none;
}
.tx-powermail .container-fluid {
  padding: 0px;
}
.tx-powermail .form-control {
  border-radius: 0;
}
.tx-powermail .btn {
  border-radius: 0;
}

.tx-powermail .powermail_fieldwrap + .powermail_fieldwrap {
  margin-block-start: 0;
}

.footer {
  background-color: #d7d7d7;
  margin-top: 50px;
}
.footer #footerContainer .footer-nav {
  padding: 25px 0;
}
.footer #footerContainer .social-media a {
  text-decoration: none;
}
.footer #footerContainer .fa-instagram-square:before {
  content: "\f16d";
}

@font-face {
  font-family: realist, sans-serif;
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/Realist-Light.woff2") format("woff2"), url("../Fonts/Realist-Light.woff") format("woff"), url("../Fonts/Realist-Light.otf") format("opentype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: realist, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/Realist-Regular.woff2") format("woff2"), url("../Fonts/Realist-Regular.woff") format("woff"), url("../Fonts/Realist-Regular.otf") format("opentype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: realist, sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/Realist-Bold.woff2") format("woff2"), url("../Fonts/Realist-Bold.woff") format("woff"), url("../Fonts/Realist-Bold.otf") format("opentype");
  /* Safari, Android, iOS */
}
/* ==========================================================================
   HTML
   ========================================================================== */
body {
  font-family: "realist", sans-serif !important;
  color: #404040;
}

body, html {
  height: 100%;
}

h1 {
  margin-top: 30px;
}

h2 {
  font-size: 2.15rem;
  font-weight: 100;
  margin: 1.5625rem 0 1rem 0;
}

h3 {
  font-size: 1.3rem;
  margin-top: 12px;
}

h4 {
  font-size: 1.1rem;
}

a {
  color: #404040;
}
a:hover {
  color: #008575;
  cursor: pointer;
}

strong a {
  text-decoration: underline;
}

.historie-container a {
  text-decoration: underline;
}

.impressum a {
  text-decoration: underline;
}

.btn-link {
  color: #404040;
  font-weight: bold;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Colors
----------------------------------------------- */
.bg-yellow {
  background-color: #f8db07;
}

.bg-green {
  background-color: #52af47;
}

.bg-light-green {
  background-color: #afca38;
}

.bg-dark-green {
  background-color: #008575;
}

.bg-light-grey {
  background-color: #d7d7d7;
}

/* ==========================================================================
   Seitenstruktur
   ========================================================================== */
/* Slider
----------------------------------------------- */
/* Home
----------------------------------------------- */
.home h2 {
  font-size: 2.5rem;
  margin: 5rem 0 3rem 0;
}

#logo_container {
  padding-top: 10px;
}
#logo_container img {
  width: 110%;
  height: auto;
}

.main-menu a {
  color: #404040 !important;
  font-size: 18px;
}

#header_container {
  padding-bottom: 15px;
  background: rgba(255, 255, 255, 0.9);
  transition: background-color 100ms linear;
  box-shadow: -1px 2px 2px -3px rgba(0, 0, 0, 0.79);
}

#slider_container {
  padding: 0;
}
#slider_container > div {
  width: 100%;
  margin: 0;
}
#slider_container > div > div {
  padding: 0px;
}
#slider_container h1 {
  position: relative;
  color: #000;
  /* left: 20px; */
  /* bottom: 60px; */
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 2.75rem;
  margin-top: 70px;
}

@media (min-width: 576px) {
  .col-sm-7 {
    max-width: 48.333333% !important;
  }
}
button.navbar-toggler {
  border: 0;
}

button.navbar-toggler:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.aktuelles-container .aktuelles > div {
  max-width: 266px;
  height: 265px;
  margin: 5px;
  padding: 1rem;
}
.aktuelles-container .aktuelles .aktuelles-img {
  padding: 0px !important;
}
.aktuelles-container .aktuelles .aktuelles-txt {
  color: #fff;
}
.aktuelles-container .aktuelles .aktuelles-txt > div {
  position: absolute;
  bottom: 0;
}

.job-container header {
  position: absolute;
  bottom: 140px;
  left: 20px;
  z-index: 100;
}
.job-container header h3 {
  bottom: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8);
  color: #404040;
  line-height: 2.8rem;
  display: inline;
}
.job-container .ce-bodytext {
  margin-top: 25px;
}
.job-container .ce-bodytext p a {
  margin: 0px;
  background-color: #404040;
  padding: 15px 30px;
  width: fit-content;
  color: #fff;
}
.job-container .ce-bodytext p a:hover {
  background-color: #008575;
  text-decoration: none;
}

.karriere-container {
  margin-bottom: 150px;
  margin-top: 150px;
}
.karriere-container .karriere-txt > div {
  position: absolute;
  bottom: 0;
  padding: 1rem;
}

.karriere-kontakt-header {
  margin-top: 150px;
}

.karriere-kontakt-container {
  padding: 50px 0;
}

.projekte-container {
  margin-bottom: 3rem;
}

.hide {
  display: none;
}

/* Team-Member
----------------------------------------------- */
.team-member {
  margin-bottom: 15px;
}
.team-member h3 {
  margin: 15px 0px;
  padding-top: 15px;
}

/* Projektseiten
----------------------------------------------- */
.projekte-page #headerimage_container {
  margin-bottom: 0px;
}
.projekte-page .projekt-info h3 {
  margin-top: 0px;
  margin-bottom: 50px;
}
.projekte-page .crop_images {
  margin-top: 80px;
}

.video-container {
  padding: 0px 15px 0px 15px;
}
.video-container .white-container-txt {
  color: #404040;
  padding: 1rem 1.3rem;
  font-size: 1.25rem;
  background-color: #fff;
}
.video-container .white-container-txt h2 {
  font-size: 1.4rem;
}
.video-container .white-container-txt p {
  font-size: 16px;
}
.video-container .grey-container-txt {
  color: #404040;
  padding: 1rem 1.3rem;
  font-size: 1.25rem;
  background-color: #d7d7d7 !important;
}
.video-container .grey-container-txt h2 {
  font-size: 1.4rem;
}
.video-container .grey-container-txt p {
  font-size: 16px;
  padding-right: 15px;
}
.video-container .grey-container-txt a {
  color: #404040;
  text-decoration: none;
}
.video-container .grey-container-txt a:hover {
  color: #008575;
}
.video-container .bottom-txt > div {
  position: absolute;
  bottom: 0;
  padding: 15px;
}
.video-container .white-container-img {
  padding: 0;
}

.green-container {
  margin: 80px 0;
}
.green-container .green-container-txt {
  color: #fff;
  padding: 1rem 1.3rem;
  font-size: 1.25rem;
  background-color: #52af47;
}
.green-container .green-container-txt h2 {
  font-size: 1.4rem;
}
.green-container .green-container-txt p {
  color: #fff;
  font-size: 16px;
}
.green-container .white-container-txt {
  color: #404040;
  padding: 1rem 1.3rem;
  font-size: 1.25rem;
  background-color: #fff;
}
.green-container .white-container-txt h2 {
  font-size: 1.4rem;
}
.green-container .white-container-txt p {
  font-size: 16px;
  padding-right: 15px;
}
.green-container .bottom-txt > div {
  position: absolute;
  bottom: 0;
}
.green-container .green-container-img {
  padding: 0;
}

.crop_images-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.green-container-txt > div {
  margin-top: auto;
  margin-bottom: auto;
}

.text-flex-end {
  display: flex;
}

.text-flex-end > div {
  align-self: flex-end;
}

.karriere-row {
  padding-bottom: 50px;
}
.karriere-row .karriere-box {
  max-height: 303px;
  color: #fff;
}
.karriere-row .karriere-box > div {
  background-color: #52af47;
  padding: 15px;
  height: 302px;
}

.karriere-page .footer {
  margin-top: 0px;
}
.karriere-page .image-container {
  margin-top: 100px;
}
.karriere-page .card-header .btn-link {
  font-weight: normal;
}
.karriere-page .card-header .btn-link:hover, .karriere-page .card-header .btn-link :active {
  color: #404040;
  text-decoration: none;
  font-weight: bold;
}
.karriere-page .karriere-container {
  margin-bottom: 150px;
  margin-top: 150px;
  padding-top: 25px;
}
.karriere-page .karriere-container .green-container {
  margin: 0;
}

#flex-container {
  display: -webkit-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panel-test2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grey-button a {
  margin: 0px;
  background-color: #404040;
  padding: 15px 30px;
  width: fit-content;
  color: #fff;
}
.grey-button a:hover {
  background-color: #008575;
  text-decoration: none;
}

/* 404 - Seite nicht gefunden
----------------------------------------------- */
.er404 #slider_container h1 {
  display: none;
}

/* ==========================================================================
   TYPO3
   ========================================================================== */
/* Bilder
----------------------------------------------- */
.ce-above .ce-gallery {
  margin-bottom: 0;
}

/* ==========================================================================
   Extensions
   ========================================================================== */
/* isotope
----------------------------------------------- */
.tx-gmm-isotope .btn {
  border: none;
  transition: none;
}
.tx-gmm-isotope button.btn-light:focus {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #fff;
}
.tx-gmm-isotope .btn-light {
  background-color: #fff !important;
  border: none;
}
.tx-gmm-isotope .btn-light:hover {
  background-color: #fff !important;
}
.tx-gmm-isotope .filter-button-group {
  margin-bottom: 10px;
}
.tx-gmm-isotope .filter-button-group .btn-light {
  font-size: 1.3rem;
  text-align: left;
}
.tx-gmm-isotope .filter-button-group .btn-light:first-child {
  display: none;
}
.tx-gmm-isotope .element-item .icon-title {
  text-align: center;
}
.tx-gmm-isotope .element-item img {
  width: 100%;
}

/* headerimage
----------------------------------------------- */
#headerimage_container {
  margin-bottom: 30px;
}
#headerimage_container #description_container {
  display: none;
}
#headerimage_container .header_title {
  position: relative;
}
#headerimage_container img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

.responsive_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}
.responsive_map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Gridelemets
----------------------------------------------- */
.padding-top-small {
  padding-top: 25px;
}

.padding-top-big {
  padding-top: 50px;
}

.padding-bottom-small {
  padding-bottom: 25px;
}

.padding-bottom-big {
  padding-bottom: 50px;
}

/* cropImages
----------------------------------------------- */
.crop_images img {
  margin-bottom: 30px;
}

/* Share-Funktion
----------------------------------------------- */
.shariff-button {
  max-width: 30px;
}
.shariff-button a {
  width: 30px;
  border-radius: 25px;
  float: right;
}

/* Gradient Slider
----------------------------------------------- */
#slider_container_gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  height: 100px;
  position: absolute;
  z-index: 10;
}

/* Shariff Share
----------------------------------------------- */
.shariff .orientation-horizontal.button-style-standard li {
  min-width: 30px !important;
  max-width: 50px !important;
}

.share_text {
  display: none !important;
}

/* EXT:cookieman
----------------------------------------------- */
#ratio-deny {
  background-color: transparent;
  color: #d7d7d7;
  border: none;
  font-weight: 100;
  box-shadow: none;
}

#ratio-deny:hover {
  background-color: rgba(115, 128, 134, 0.05);
}

#ratio-accept, #ratio-accept-all {
  color: #fff;
  background-color: #52af47;
  border: solid 1px #52af47;
  background-image: none;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: 100;
  text-shadow: none;
}

#ratio-accept:hover, #ratio-accept-all:hover {
  background-color: #008575;
  border-color: #008575;
  text-shadow: none;
}

/* news
----------------------------------------------- */
.home-news .article {
  margin-left: 0;
}

.news-single h1 {
  font-size: 2rem;
}
.news-single .footer {
  border: 0;
}
.news-single .teaser-text {
  font-size: 1.3rem;
  color: #000;
}
.news-single .body-text {
  margin-top: 50px;
}
.news-single .slick-track {
  margin-left: 0;
  margin-right: auto;
}
.news-single .slick-next {
  right: 25px;
}
.news-single .slick-next:before {
  color: #fff;
}
.news-single .slick-prev {
  left: 25px;
  z-index: 9;
}
.news-single .slick-prev:before {
  color: #fff;
}

.news .article .news-img-wrap img {
  float: left;
  height: auto;
  width: 100%;
}

/* Karriere
----------------------------------------------- */
.karriere-news {
  margin-right: 15px;
}
.karriere-news .news-list-item {
  padding-left: 15px !important;
}
.karriere-news .news-list-item .karriere-txt-wrapper {
  float: left;
  background-color: #d7d7d7;
}
.karriere-news .news-list-item .karriere-txt-wrapper .inner-wrapper {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
}
.karriere-news .news-list-item .karriere-txt-wrapper .inner-wrapper .header {
  margin-bottom: 30px;
}
.karriere-news .news-list-item .karriere-txt-wrapper .inner-wrapper .header a {
  font-size: 1.4rem;
}
.karriere-news .news-list-item .karriere-media-wrapper {
  padding: 0;
}
.karriere-news .news-list-item .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.karriere-news .news-list-item .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* News-Slider
----------------------------------------------- */
.news_slider_image {
  margin-bottom: 20px;
}

.news_slider_image_container {
  padding: 0;
}

/* Historie-Detail
----------------------------------------------- */
.detail-historie-txt .body-text {
  margin-top: 0;
}

.detail-historie-img img {
  margin-top: 30px;
  width: 100%;
  height: auto;
}

.news .news-list-item .news-img-wrapper .news-img-wrap a {
  float: none !important;
}

.news .news-list-item .news-txt-wrapper .inner-wrapper {
  padding: 10px 0;
}

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