/* already defined
@gray:                   lighten(@gray-base, 33.5%); // #555
@gray-light:             lighten(@gray-base, 46.7%); // #777
@gray-lighter:           lighten(@gray-base, 93.5%); // #eee*/
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  border: none;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.loading .flex-viewport {
  max-height: 630px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flexslider {
  border: none;
  overflow: hidden;
  margin: 0;
}
.flexslider .flex-control-nav {
  display: none;
}
.flexslider .flex-direction-nav a {
  color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  text-decoration: none;
  line-height: 40px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out 0s;
}
.flexslider .flex-direction-nav a::before {
  font-size: 40px;
  line-height: 40px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flexslider .flex-direction-nav a::before {
  font-size: 40px;
  line-height: 40px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.slides li {
  position: relative;
}
.slide-image {
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 4;
}
.slide-image.small {
  height: 400px;
}
.slide-image.big {
  height: 800px;
}
.slide-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-shadow: -1px 0px 5px #969696;
}
.slide-text.small {
  margin-top: -400px;
}
.slide-text.big {
  margin-top: -800px;
}
.slide-text .container {
  display: table;
  height: 100%;
  padding: 0 50px;
}
.slide-text .container .vertical-align {
  display: table-cell;
  vertical-align: middle;
}
.slide-text .container .vertical-align p {
  text-align: center;
}
@media (max-width: 767px) {
  .slide-image.small {
    height: 250px;
  }
  .slide-image.big {
    height: 250px;
  }
  .slide-text {
    position: relative;
    padding-top: 15px;
    padding-bottom: 30px;
    width: 100%;
    height: auto;
    color: #7a7b7a;
    text-shadow: none;
  }
  .slide-text.small {
    margin-top: 20px;
  }
  .slide-text.big {
    margin-top: 20px;
  }
  .slide-text .container {
    display: block;
    height: auto;
    padding: 0 15px;
  }
  .slide-text .container .vertical-align {
    display: block;
    vertical-align: text-top;
  }
  .flex-direction-nav a {
    top: 125px;
  }
}
.acf-container-slider-startseite {
  --zielgruppen-nav-item-width: calc(100% / var(--zielgruppen-count, 4));
}
.acf-container-slider-startseite .main {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 380px;
  max-height: 380px;
  min-height: 380px;
  overflow: hidden;
}
.acf-container-slider-startseite .flexslider {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 100%;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
}
.acf-container-slider-startseite .flexslider .flex-viewport {
  height: 100% !important;
  max-height: 100% !important;
}
.acf-container-slider-startseite .flexslider .flex-viewport,
.acf-container-slider-startseite .flexslider .slides,
.acf-container-slider-startseite .flexslider .slides > li {
  height: 100%;
  max-height: 100%;
}
.acf-container-slider-startseite .flexslider-controls {
  min-height: 0;
  max-height: 100%;
}
.acf-container-slider-startseite .slide-image.big {
  height: 380px;
  max-height: 380px;
  min-height: 0;
}
.acf-container-slider-startseite .slide-text.big {
  margin-top: -100%;
}
.acf-container-slider-startseite .slide-text .container {
  padding-bottom: 0;
}
.acf-container-slider-startseite .slide-text .container .vertical-align img {
  margin: 0 auto;
  width: 72px;
  height: auto;
}
.acf-container-slider-startseite .slide-text .container .vertical-align h2 {
  margin: 8px 0;
  font-size: 34px;
  line-height: 36px;
}
.acf-container-slider-startseite .slide-text .container .vertical-align h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
}
.acf-container-slider-startseite .flexslider-controls {
  flex: 0 0 var(--zielgruppen-nav-item-width);
  width: var(--zielgruppen-nav-item-width);
  display: flex;
  flex-direction: column;
}
.acf-container-slider-startseite .flex-control-nav {
  position: static;
  bottom: auto;
  z-index: 8;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  width: 100%;
  margin: 0;
}
.acf-container-slider-startseite .flex-control-nav li {
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: auto;
  flex: 1;
  float: none;
  width: 100%;
  text-align: center;
}
.acf-container-slider-startseite .flex-control-nav li:first-child {
  display: none !important;
  flex: 0 0 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
}
.acf-container-slider-startseite .flex-control-nav li.beige {
  background-color: #e2bfa0;
}
.acf-container-slider-startseite .flex-control-nav li.red-dark {
  background-color: #976064;
}
.acf-container-slider-startseite .flex-control-nav li.rose-dark {
  background-color: #bb9191;
}
.acf-container-slider-startseite .flex-control-nav li.blue-dark {
  background-color: #2e5b6a;
}
.acf-container-slider-startseite .flex-control-nav li .inner {
  display: table;
  height: 100%;
  width: 100%;
}
.acf-container-slider-startseite .flex-control-nav li .inner .vertical-align {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 3px 0px 4px rgba(0, 0, 0, 0.5);
}
.acf-container-slider-startseite .flex-control-nav li .inner .vertical-align .active {
  display: none;
}
.acf-container-slider-startseite .flex-control-nav li .inner .vertical-align h3 {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 24px;
}
.acf-container-slider-startseite .flex-control-nav li .inner .vertical-align p {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  width: auto;
  max-width: 220px;
  margin: 2px auto;
}
.acf-container-slider-startseite .flex-control-nav li .inner .vertical-align a {
  background: url(../images/subnavi-li-hg.png) no-repeat left center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding-left: 16px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 6px;
  font-style: normal;
}
.acf-container-slider-startseite .flex-control-nav li:hover .inner .vertical-align .normal {
  display: none;
}
.acf-container-slider-startseite .flex-control-nav li:hover .inner .vertical-align .active {
  display: block;
}
.acf-container-slider-startseite .flex-control-nav li.flex-active .inner .vertical-align .normal {
  display: none;
}
.acf-container-slider-startseite .flex-control-nav li.flex-active .inner .vertical-align .active {
  display: block;
}
@media (max-width: 991px) {
  .acf-container-slider-startseite {
    margin-top: 0px;
  }
  .acf-container-slider-startseite .main {
    height: 320px;
    max-height: 320px;
    min-height: 320px;
  }
  .acf-container-slider-startseite .slide-image.big {
    height: 320px;
    max-height: 320px;
    min-height: 0;
  }
  .acf-container-slider-startseite .slide-text {
    height: 100%;
  }
  .acf-container-slider-startseite .slide-text .container {
    padding-bottom: 0;
  }
  .acf-container-slider-startseite .slide-text .container .vertical-align img {
    width: 60px;
  }
  .acf-container-slider-startseite .slide-text .container .vertical-align h2 {
    margin: 8px 0;
    font-size: 28px;
    line-height: 30px;
  }
  .acf-container-slider-startseite .slide-text .container .vertical-align h3 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .acf-container-slider-startseite .main {
    flex-direction: column;
    height: auto;
    max-height: none;
    min-height: 0;
    overflow: visible;
  }
  .acf-container-slider-startseite .flexslider {
    flex: none;
    width: 100%;
    height: 220px;
    max-height: 220px;
  }
  .acf-container-slider-startseite .slide-image.big {
    height: 220px;
    min-height: 220px;
  }
  .acf-container-slider-startseite .slide-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-shadow: -1px 0px 5px #969696;
  }
  .acf-container-slider-startseite .slide-text.big {
    margin-top: -220px;
  }
  .acf-container-slider-startseite .slide-text .container {
    display: table;
    height: 100%;
    padding: 0 30px;
  }
  .acf-container-slider-startseite .slide-text .container .vertical-align {
    display: table-cell;
    vertical-align: middle;
  }
  .acf-container-slider-startseite .slide-text .container .vertical-align h2 {
    font-size: 26px;
    line-height: 28px;
    margin: 8px 0;
  }
  .acf-container-slider-startseite .slide-text .container .vertical-align h3 {
    font-size: 15px;
    line-height: 18px;
  }
  .acf-container-slider-startseite .flexslider-controls {
    flex: none;
    width: 100%;
  }
  .acf-container-slider-startseite .flex-direction-nav a {
    top: 90px;
  }
  .acf-container-slider-startseite .flex-control-nav {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .acf-container-slider-startseite .flex-control-nav li {
    height: auto;
    min-height: 72px;
    padding: 12px 16px;
    display: block;
    flex: none;
  }
  .acf-container-slider-startseite .flex-control-nav li:first-child {
    display: none;
  }
  .acf-container-slider-startseite .flex-control-nav li .vertical-align {
    text-shadow: none;
  }
  .acf-container-slider-startseite .flex-control-nav li .vertical-align h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .acf-container-slider-startseite .flex-control-nav li .vertical-align p {
    font-size: 13px;
    line-height: 16px;
  }
}
.acf-container-slider-startseite {
  /* Minified FlexSlider CSS with Chrome fix 
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{outline:0}.slides,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;/*-webkit-backface-visibility:hidden;*/
  /*position:relative}.flexslider .slides img{width:100%;display:block}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}* html .slides{height:1%}.no-js .slides>li:first-child{display:block}.flexslider{background:#fff;position:relative;zoom:1}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.flexslider .slides{zoom:1}.carousel li{margin-right:5px}.flex-direction-nav{height:0}.flex-direction-nav a{width:30px;height:30px;margin:-20px 0 0;display:block;background-position: 0 0;background-repeat: no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;text-indent:-9999px;opacity:0;-webkit-transition:all .3s ease}.flex-direction-nav .flex-next{background-position:100% 0;right:-36px}.flex-direction-nav .flex-prev{left:-36px}.flexslider:hover .flex-next{opacity:.8;right:5px}.flexslider:hover .flex-prev{opacity:.8;left:5px}.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:.3!important;filter:alpha(opacity=30);cursor:default}.flex-control-nav{width:100%;text-align:center}.flex-control-nav li{zoom:1;*display:inline}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,0.5);cursor:pointer;text-indent:-9999px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;box-shadow:inset 0 0 3px rgba(0,0,0,0.3)}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,0.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,0.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}
*/
}
/* Skeleton files */
.btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 28px;
  border-radius: 0px;
  border: 3px solid #7a7b7a;
  color: #7a7b7a;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:hover,
.btn:active {
  color: #ffffff;
  background: #7a7b7a;
}
@media (max-width: 767px) {
  .btn {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 16px;
  }
}
.btn.btn-default {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 28px;
  border-radius: 0px;
  border: 3px solid #7a7b7a;
  color: #7a7b7a;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.btn-default:hover,
.btn.btn-default:active {
  color: #ffffff;
  background: #7a7b7a;
}
@media (max-width: 767px) {
  .btn.btn-default {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 16px;
  }
}
.btn.beige {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 28px;
  border-radius: 0px;
  border: 3px solid #e2bfa0;
  color: #e2bfa0;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.beige:hover,
.btn.beige:active {
  color: #ffffff;
  background: #e2bfa0;
}
@media (max-width: 767px) {
  .btn.beige {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 16px;
  }
}
.btn.green {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 28px;
  border-radius: 0px;
  border: 3px solid #75a094;
  color: #75a094;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.green:hover,
.btn.green:active {
  color: #ffffff;
  background: #75a094;
}
@media (max-width: 767px) {
  .btn.green {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 16px;
  }
}
.btn.grey-light {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 28px;
  border-radius: 0px;
  border: 3px solid #7a7b7a;
  color: #7a7b7a;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.grey-light:hover,
.btn.grey-light:active {
  color: #ffffff;
  background: #7a7b7a;
}
@media (max-width: 767px) {
  .btn.grey-light {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 16px;
  }
}
body {
  padding-top: 60px;
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #7a7b7a;
  background: url(../images/body-bg.jpg) repeat-x #313131;
  position: relative;
}
@media (min-width: 992px) {
  body {
    padding-top: 110px;
  }
}
.break-words {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  word-break: break-word;
}
.img-circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.loader {
  background: url(../images/loader.gif) no-repeat center center;
  height: 128px;
  min-width: 128px;
  display: block;
}
.clear {
  clear: both;
}
/* h1-h6 only for semantic reasons */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  margin: 0;
  font-weight: 400;
}
h1,
h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  margin: 40px 0 40px 0;
}
@media (max-width: 767px) {
  h1,
  h2 {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -moz-hyphenate-limit-chars: 12 5 5;
    -o-hyphenate-limit-chars: 12 5 5;
    -webkit-hyphenate-limit-chars: 12 5 5;
    -ms-hyphenate-limit-chars: 12 5 5;
    hyphenate-limit-chars: 12 5 5;
    -moz-hyphenate-limit-lines: 3;
    -o-hyphenate-limit-lines: 3;
    -webkit-hyphenate-limit-lines: 3;
    -ms-hyphenate-limit-lines: 3;
    hyphenate-limit-lines: 3;
  }
}
h3 {
  font-size: 28px;
  line-height: 36px;
  font-style: italic;
  text-align: center;
  margin: 20px 0 40px 0;
}
h1 + h3,
h2 + h3 {
  margin: -25px 0 40px 0;
}
h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 0.02em;
  margin: 20px 0 10px 0;
}
h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  margin: 10px 0 5px 0;
  letter-spacing: 0.02em;
}
p {
  margin: 0 0 10px 0;
}
em {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
a {
  outline: none !important;
  color: inherit;
}
a:hover,
a:focus,
a:active {
  color: inherit;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active {
  background: transparent;
}
.iframe-responsive {
  width: 100%;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .iframe-responsive iframe {
    width: auto !important;
  }
}
.table-responsive {
  border: none;
  margin-top: 40px;
}
.table-responsive table {
  margin: 0 auto;
}
.table-responsive td,
.table-responsive th {
  white-space: nowrap;
  text-align: left;
  padding: 6px 16px;
}
.table-responsive td:first-child,
.table-responsive th:first-child {
  padding-left: 0;
}
.table-responsive th {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #7a7b7a;
  padding-bottom: 10px;
}
.table-responsive tbody tr:first-child td {
  padding-top: 25px;
}
.table-responsive table {
  background-color: transparent;
}
.top-15 {
  margin-top: 15px;
}
.form-group {
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
}
.form-group > label {
  font-weight: 700;
}
.form-group-checkbox {
  margin-bottom: 15px;
}
.form-group-checkbox > label {
  margin-bottom: 15px;
}
.form-group-select {
  margin-bottom: 40px;
}
label,
.labels {
  font-size: 22.5px;
  color: #e2bfa0;
  text-transform: uppercase;
  font-weight: 500;
}
.wpcf7-form-control-wrap label {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  color: #7a7b7a;
  text-transform: inherit;
  font-size: inherit;
}
form,
[ng-form] {
  margin-top: 40px;
}
form ::-webkit-input-placeholder,
[ng-form] ::-webkit-input-placeholder {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 500;
  color: #949494;
}
form :-moz-placeholder,
[ng-form] :-moz-placeholder {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 500;
  color: #949494;
}
form ::-moz-placeholder,
[ng-form] ::-moz-placeholder {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 500;
  color: #949494;
}
form :-ms-input-placeholder,
[ng-form] :-ms-input-placeholder {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 500;
  color: #949494;
}
input,
textarea,
select,
.input {
  padding: 6px;
  border: none;
  margin: 10px 0;
  width: 100%;
  color: #7a7b7a;
  background: transparent;
  outline: none;
  border-radius: 0;
  line-height: 22px;
}
textarea {
  background: url(../images/bg-textarea.png) repeat scroll;
  line-height: 55px;
  margin: 0;
  padding-top: 0px;
  height: 12em;
  -webkit-resize: none;
  -o-resize: none;
  -moz-resize: none;
  resize: none;
  overflow: auto;
}
textarea.wpcf7-not-valid,
textarea.ng-invalid.ng-dirty {
  background: url(../images/bg-textarea_not-valid.png) repeat scroll;
}
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=date],
select,
.input {
  border-bottom: 5px solid #75a094;
}
input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
select.wpcf7-not-valid,
.input.wpcf7-not-valid,
input[type=text].ng-invalid.ng-dirty,
input[type=email].ng-invalid.ng-dirty,
input[type=number].ng-invalid.ng-dirty,
input[type=tel].ng-invalid.ng-dirty,
input[type=date].ng-invalid.ng-dirty,
select.ng-invalid.ng-dirty,
.input.ng-invalid.ng-dirty {
  border-bottom: 5px solid #b6454d;
}
:not(output):-moz-ui-invalid {
  box-shadow: none;
}
input[type=submit] {
  border: 5px solid #e2bfa0;
  color: #e2bfa0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 22.5px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 12px;
}
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
  color: #ffffff;
  background: #e2bfa0;
}
input[type=checkbox],
input[type=radio] {
  width: auto;
}
.form-check {
  margin: 5px 0 10px 0;
}
.form-check > input {
  opacity: 0;
  margin-left: -8px;
}
.form-check > input:checked + .form-check-label:after {
  opacity: 1;
}
.form-check > input[type="radio"] + .form-check-label:before,
.form-check > input[type="radio"] + .form-check-label:after {
  border-radius: 50%;
}
.form-check > input[type="radio"] + .form-check-label:after {
  background-image: none;
  background: #75a094;
  display: inline-block;
  height: 11px;
  width: 11px;
  left: -5px;
  top: 6px;
}
.form-check .form-check-label {
  position: relative;
  padding-left: 27px;
  user-select: none;
  cursor: pointer;
}
.form-check .form-check-label:before,
.form-check .form-check-label:after {
  position: absolute;
  display: block;
  content: '';
  width: 23px;
  height: 23px;
  left: -11px;
  top: 0;
  background: #ffffff;
}
.form-check .form-check-label:before {
  border: 4px solid #75a094;
}
.form-check .form-check-label:after {
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%2375a094' stroke-width='4' d='M0 24 L24 0 M0 0 L24 24' /%3E%3C/svg%3E");
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.radiobuttons {
  margin-top: 20px;
  margin-bottom: 40px;
}
.wpcf7-list-item {
  display: block;
}
.wpcf7-list-item-label {
  margin-left: 0.2em;
}
div.wpcf7 span.ajax-loader {
  margin: 4px auto;
  display: block;
}
form div.wpcf7-validation-errors,
[ng-form] div.wpcf7-validation-errors,
form div.wpcf7-response-output,
[ng-form] div.wpcf7-response-output {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22.5px;
  margin: 20px 0;
  padding: 6px 12px;
  color: #b6454d;
  border: 5px solid #b6454d;
}
form span.wpcf7-not-valid-tip,
[ng-form] span.wpcf7-not-valid-tip,
form div.wpcf7-spam-blocked,
[ng-form] div.wpcf7-spam-blocked {
  color: #b6454d;
  font-size: inherit;
}
form div.wpcf7-mail-sent-ok,
[ng-form] div.wpcf7-mail-sent-ok {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22.5px;
  margin: 20px 0;
  padding: 6px 12px;
  color: #75a094;
  border: 5px solid #75a094;
}
.wpcf7-recaptcha div div {
  margin: 0 auto;
}
.h-person h4 {
  margin-bottom: 20px;
}
.wpcf7-select.ng-empty {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 500;
  color: #949494;
}
.anmelden-summary {
  text-align: left;
  background-color: #e4e4e4;
  padding: 16px;
  margin: 20px 0;
}
.anmelden-summary table.summary {
  width: 100%;
}
.anmelden-summary table.summary td {
  padding: 2px 0;
}
.anmelden-summary table.summary .summary-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7a7b7a;
  font-weight: 700;
  padding-top: 25px;
  font-size: 15px;
}
.anmelden-summary table.summary .border-bottom {
  border-bottom: 1px solid #75a094;
}
.anmelden-summary .gesamt-preis {
  margin-top: 25px;
  font-weight: 700;
  text-align: right;
}
.anmelden-summary .preis {
  text-align: right;
}
.anmeldenform {
  position: relative;
}
.bootstrap-select {
  position: relative;
}
.bootstrap-select .selectpicker {
  width: 100%;
  user-select: none;
  cursor: pointer;
}
.bootstrap-select .selectpicker .caret {
  margin-top: 8px;
  color: #e2bfa0;
}
.bootstrap-select.ng-empty .selectpicker.input {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 500;
  color: #949494;
}
.bootstrap-select .dropdown-menu {
  background-color: #75a094;
  width: 100%;
  border: none;
  top: 90%;
}
.bootstrap-select .dropdown-menu .selectpicker {
  margin: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.bootstrap-select .dropdown-menu .selectpicker li {
  border: none !important;
}
.bootstrap-select .dropdown-menu .selectpicker li:hover,
.bootstrap-select .dropdown-menu .selectpicker li.selected {
  background-color: #52776c;
}
.bootstrap-select .dropdown-menu .selectpicker li a {
  color: #fff;
  background: none;
}
.bootstrap-select .dropdown-menu .selectpicker li a:hover {
  border: none;
}
.select-title .bootstrap-select .input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 28px;
  border-radius: 0px;
  border: 3px solid #e2bfa0;
  color: #e2bfa0;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.select-title .bootstrap-select .input:hover,
.select-title .bootstrap-select .input:active {
  color: #ffffff;
  background: #e2bfa0;
}
@media (max-width: 767px) {
  .select-title .bootstrap-select .input {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 16px;
  }
}
.select-title .bootstrap-select .input:hover .caret,
.select-title .bootstrap-select .input:active .caret {
  color: #fff;
}
.select-title .bootstrap-select.open .input {
  background-color: #e2bfa0;
  color: #fff;
}
.select-title .bootstrap-select.open .input .caret {
  color: #fff;
}
.select-title .dropdown-menu {
  background-color: #e2bfa0;
}
.select-title .dropdown-menu .selectpicker li:hover,
.select-title .dropdown-menu .selectpicker li.selected {
  background-color: #d09865;
}
.select-title .bootstrap-select,
.select-title .dropdown-menu {
  text-align: center;
}
.form-disabled-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
.page .ui-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.page .ui-datepicker .ui-corner-all,
.page .ui-datepicker .ui-corner-bottom,
.page .ui-datepicker .ui-corner-right,
.page .ui-datepicker .ui-corner-br {
  border-bottom-right-radius: 0px;
}
.page .ui-datepicker .ui-corner-all,
.page .ui-datepicker .ui-corner-bottom,
.page .ui-datepicker .ui-corner-left,
.page .ui-datepicker .ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.page .ui-datepicker .ui-corner-all,
.page .ui-datepicker .ui-corner-top,
.page .ui-datepicker .ui-corner-right,
.page .ui-datepicker .ui-corner-tr {
  border-top-right-radius: 0px;
}
.page .ui-datepicker .ui-corner-all,
.page .ui-datepicker .ui-corner-top,
.page .ui-datepicker .ui-corner-left,
.page .ui-datepicker .ui-corner-tl {
  border-top-left-radius: 0px;
}
.page .ui-datepicker .ui-state-default,
.page .ui-datepicker .ui-widget-content .ui-state-default,
.page .ui-datepicker .ui-widget-header .ui-state-default {
  background: #f5f0ea;
  border: 1px solid #7a7b7a;
  color: #7a7b7a;
}
.page .ui-datepicker .ui-datepicker-current-day .ui-state-default {
  background: #75a094;
  border: 1px solid #7a7b7a;
  color: #ffffff;
}
.page .ui-datepicker .ui-datepicker-today .ui-state-default {
  background: #e2bfa0;
  border: 1px solid #7a7b7a;
  color: #ffffff;
}
.page .ui-datepicker .ui-widget-header {
  font-weight: normal;
}
.page .ui-datepicker .ui-widget-header.ui-datepicker-header {
  background: #f5f0ea;
  border: 1px solid #f5f0ea;
  color: #7a7b7a;
}
.page .ui-datepicker .ui-widget-header .ui-state-hover {
  background: none;
  border: none;
}
.page .ui-datepicker .ui-widget-header .ui-datepicker-prev {
  top: 6px;
}
.page .ui-datepicker .ui-widget-header .ui-datepicker-next {
  top: 6px;
}
.page .ui-datepicker select {
  border-bottom: none;
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: clamp(22px, 5vw, 32px);
    line-height: 34px;
    letter-spacing: 0.02em;
    margin: 20px 0 25px 0;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
    margin: 0px 0 20px 0;
  }
  h1 + h3,
  h2 + h3 {
    margin: -10px 0 20px 0;
  }
  h4 {
    letter-spacing: 1px;
    margin: 20px 0 12px 0;
  }
}
.row-no-margin {
  margin-left: 0;
  margin-right: 0;
}
.row-no-padding > div {
  padding-left: 0;
  padding-right: 0;
}
.row-padding-right > div {
  padding-left: 0;
}
.entry-info header {
  border-top: 5px solid #75a094;
  margin-top: 50px;
}
.entry-info header time {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 7px 4px 7px;
  float: right;
  background: #75a094;
  color: #ffffff;
}
h2.entry-title {
  margin: 40px 0 20px 0;
}
h2.entry-title a:hover,
h2.entry-title a:focus {
  color: #75a094;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (max-width: 767px) {
  h2.entry-title {
    margin: 50px 0 15px 0;
  }
}
.entry-summary {
  margin-bottom: 50px;
}
.single .wrap,
.blog .wrap {
  background: #ffffff;
}
@media (min-width: 992px) {
  .single .wrap,
  .blog .wrap {
    height: 600px;
    height: auto;
    min-height: 600px;
    background: #ffffff;
  }
}
.blog-button {
  text-align: center;
  margin: 80px 0 20px 0;
}
.blog-button .btn {
  margin: 0;
}
.head-inline {
  display: inline-block;
  margin-right: 7px;
}
.navbar-collapse {
  border: 0;
}
.navbar-fixed-top {
  border-color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #e2bfa0;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #e2bfa0;
  font-weight: 400;
  background: transparent;
  border-bottom: 5px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  border-color: #75a094;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0px;
}
@media (max-width: 991px) {
  .navbar-desktop {
    display: none;
  }
  .header-navbar.navbar {
    height: auto;
  }
  .header-navbar.navbar .navbar-toggle {
    font-size: 25px;
    border: none;
    margin-top: 14px;
    margin-bottom: 0;
  }
  .header-navbar.navbar #navbar {
    margin-left: -15px;
    margin-right: -15px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-fixed-top {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }
  .navbar-nav {
    float: none!important;
  }
  .navbar-nav > li {
    float: none;
  }
}
#navbar {
  padding: 20px 0;
}
#navbar .nav,
#navbar .nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navbar .nav > li {
  margin: 0;
  padding: 8px 0;
  text-align: center;
}
#navbar .nav > .open > a {
  color: #75a094;
}
#navbar .nav > li > a {
  display: inline-block;
  padding: 4px 0px;
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 400;
}
#navbar .nav > li > a:hover,
#navbar .nav > li > a:focus,
#navbar .nav > li > a:active {
  text-decoration: none;
  background: transparent;
}
@media (min-width: 992px) {
  #navbar .nav > li > a {
    padding: 4px 0;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #navbar .nav > li > a {
    font-size: 18px;
  }
}
#navbar .nav-bg {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#navbar .nav-bg > ul {
  padding: 10px 0 0 0 ;
  border: none;
}
#navbar .nav-bg > ul > li {
  margin: 0 25px;
  text-align: center;
  /*	    	
		    	border-bottom: 1px solid @green;
		    	&:last-child {
		    		border-bottom:none;
		    	}
*/
}
#navbar .nav-bg > ul > li.active a::after,
#navbar .nav-bg > ul > li a:hover::after,
#navbar .nav-bg > ul > li a:focus::after {
  position: absolute;
  content: '';
  bottom: 3px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #75a094;
}
#navbar .nav-bg > ul > li > a {
  display: inline-block;
  color: #75a094;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 992px) {
  #navbar .nav-bg > ul > li > a {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #navbar .nav-bg > ul > li > a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #navbar .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
  #navbar .nav,
  #navbar .nav > ul {
    padding: 25px 0 0 0;
  }
  #navbar .nav > li,
  #navbar .nav > ul > li {
    margin: 5px 0;
    padding: 0 18px;
  }
}
@media (min-width: 1200px) {
  #navbar .nav > li,
  #navbar .nav > ul > li {
    margin: 5px 0;
    padding: 0 25px;
  }
}
.header-navbar {
  background-color: #ffffff;
  height: 60px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-navbar .navbar-header {
  height: 60px;
}
.header-navbar .navbar-brand {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 6px 10px 6px 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.header-navbar .navbar-brand img {
  margin: 0 auto;
  height: 46px;
  height: auto;
  max-height: 46px;
}
.header-navbar.sticky {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .header-navbar .container {
    width: auto;
  }
  .header-navbar .navbar-brand span {
    display: none;
  }
  .header-navbar.sticky {
    border-color: #e4e4e4;
  }
  nav {
    background: rgba(255, 255, 255, 0.9);
  }
  nav ul {
    width: 100%;
    float: left;
  }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  #navbar {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .header-navbar {
    height: 110px;
    background-image: url(../images/navi-bg.jpg);
    background-repeat: repeat-x;
  }
  .header-navbar .navbar-brand {
    width: 12%;
    padding: 10px 15px;
    box-sizing: border-box;
    height: 90px;
  }
  .header-navbar .navbar-brand span {
    color: #7a7b7a;
    display: inline-block;
    visibility: visible;
    opacity: 1;
    margin: 0 auto;
    padding-top: 10px;
    white-space: nowrap;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-navbar .dropdown-toggle {
    padding-right: 15px !important;
    position: relative;
  }
  .header-navbar .dropdown-toggle .caret {
    position: absolute;
    right: 0;
    top: 11px;
  }
  .header-navbar #nav-left {
    width: 44%;
    float: left;
  }
  .header-navbar #nav-right {
    width: 44%;
    float: left;
    margin-left: -1px;
  }
  .header-navbar #menu-menue-links {
    float: right;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header-navbar #menu-menue-rechts {
    float: left;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header-navbar.sticky {
    background-position: 0 -10px;
    border-color: #e4e4e4;
    height: 80px;
  }
  .header-navbar.sticky .navbar-brand {
    height: 60px;
  }
  .header-navbar.sticky .navbar-brand span {
    visibility: hidden;
    opacity: 0;
  }
  .header-navbar.sticky #navbar {
    padding: 10px 0 0 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header-navbar.sticky #navbar .nav {
    padding: 14px 0 0 0;
  }
}
.subnavi-wrap {
  height: 100px;
}
.subnavi-wrap.is-sticky {
  height: 50px;
}
@media (max-width: 991px) {
  .subnavi-wrap {
    display: none;
  }
}
#subnavi {
  background-color: #2e5b6a;
  color: #ffffff;
  height: 100px;
  width: 100%;
  position: relative;
  z-index: 11;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
#subnavi.beige {
  background-color: #e2bfa0;
  color: #262626;
}
#subnavi.red-dark {
  background-color: #976064;
}
#subnavi.blue-dark {
  background-color: #2e5b6a;
}
#subnavi .container {
  text-align: center;
}
#subnavi .container ul {
  display: inline-block;
  margin: 0 auto;
  float: none;
}
#subnavi .container ul li a {
  font-style: italic;
  font-size: 24px;
  padding: 0 30px 0 20px;
  display: block;
  line-height: 100px;
  background: url(../images/subnavi-li-hg.png) no-repeat left 47%;
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
}
#subnavi .container ul li a:hover {
  text-decoration: underline;
}
#subnavi .container ul li.active a {
  text-decoration: underline;
}
#subnavi.sticky {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #2e5b6a;
}
#subnavi.sticky.beige {
  background-color: #e2bfa0;
}
#subnavi.sticky.red-dark {
  background-color: #976064;
}
#subnavi.sticky.blue-dark {
  background-color: #2e5b6a;
}
#subnavi.sticky .container ul li a {
  line-height: 50px;
}
@media (max-width: 991px) {
  #subnavi {
    display: none;
  }
}
/*&::after {
  	display: block;
  	content: attr(data-title);
  	font-weight: 400;
  	height: 1px;
  	color: transparent;
  	overflow:hidden;
  	visibility: hidden;
  	margin-bottom: -1px;
  }*/
.flex-control-paging li a {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.flexslider-page-slider .flex-viewport {
  min-height: 200px;
  max-height: 750px;
}
.flexslider-page-slider .slides > li {
  position: relative;
  max-height: 750px;
}
.flexslider-page-slider .slides > li > img {
  height: 310px;
  width: auto;
}
@media (min-width: 640px) {
  .flexslider-page-slider .slides > li > img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.flexslider-page-slider .hl-zier {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  bottom: -13px;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 640px) {
  .flexslider-page-slider .hl-zier {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  .flexslider-page-slider .hl-white {
    font-size: 22px;
  }
}
.flexslider-page-slider .slide-text-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.flexslider-page-slider .slide-text-wrap > div {
  margin: 0 auto;
  max-width: 700px;
  display: table;
  width: 100%;
  height: 100%;
}
.flexslider-page-slider .slide-text-wrap > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.acf-text-center {
  text-align: center;
}
.acf-container > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.acf-container a {
  text-decoration: underline;
}
.acf-container.color-white {
  background-color: #ffffff;
}
.acf-container.color-beige {
  background-color: #f5f0ea;
}
.acf-container .acf-text-layout {
  margin-top: 30px;
  margin-bottom: 60px;
}
.acf-container .acf-text-layout ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.acf-container .acf-text-layout ul li {
  margin: 0;
  padding: 4px 0;
  border-bottom: 1px solid #7a7b7a;
  line-height: 24px;
}
.acf-container .acf-text-layout ul li:first-child {
  border-top: 1px solid #7a7b7a;
}
.acf-container .acf-text-layout ol {
  list-style: none;
  margin: 12px 0;
  padding: 0;
  counter-reset: my-counter;
}
.acf-container .acf-text-layout ol li {
  margin: 0;
  padding: 4px 10px 4px 35px;
  border-bottom: 1px solid #7a7b7a;
  line-height: 24px;
}
.acf-container .acf-text-layout ol li:first-child {
  border-top: 1px solid #7a7b7a;
}
.acf-container .acf-text-layout ol li::before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  font-weight: bold;
  margin-left: -35px;
  width: 35px;
  padding-right: 8px;
  text-align: right;
  display: inline-block;
}
.acf-container .acf-text-layout img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.acf-container .acf-text-layout a {
  padding: 0 0 1px 16px;
  background: url(../images/content-link-hg.png) no-repeat left center;
  text-decoration: none;
}
.acf-container .acf-text-layout a:hover,
.acf-container .acf-text-layout a:focus,
.acf-container .acf-text-layout a:active {
  border-bottom: 1px solid #7a7b7a;
}
.acf-container-text {
  text-align: center;
}
@media (min-width: 992px) {
  .acf-container-text-spalten .acf-text-layout {
    /*h4:first-child {
                margin-top: 0px;
            }*/
  }
  .acf-container-text-spalten .acf-text-layout .text-cols-2 .row + .row {
    margin-top: 40px;
  }
}
.image-link-outer {
  margin-bottom: 60px;
}
.image-link {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
  color: #ffffff;
  padding: 0;
}
.image-link.beige .teaser-layer {
  background: #e2bfa0;
  filter: alpha(opacity = 80);
  background: rgba(226, 191, 160, 0.8);
}
.image-link.rose-light .teaser-layer {
  background: #c6a5a5;
  filter: alpha(opacity = 80);
  background: rgba(198, 165, 165, 0.8);
}
.image-link.rose-dark .teaser-layer {
  background: #bb9191;
  filter: alpha(opacity = 80);
  background: rgba(187, 145, 145, 0.8);
}
.image-link.blue-dark .teaser-layer {
  background: #2e5b6a;
  filter: alpha(opacity = 80);
  background: rgba(46, 91, 106, 0.8);
}
.image-link.green-light .teaser-layer {
  background: #a7bfb7;
  filter: alpha(opacity = 80);
  background: rgba(167, 191, 183, 0.8);
}
.image-link .teaser-layer {
  position: absolute;
  bottom: 0;
  height: 94%;
  left: 0;
  width: 94%;
  margin: 3%;
  z-index: 8;
  text-align: center;
}
.image-link .teaser-layer .teaser,
.image-link .teaser-layer .teaser-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  padding: 5%;
  width: 100%;
  height: 100%;
}
.image-link .teaser-layer .teaser-content {
  display: table-cell;
  vertical-align: middle;
}
.image-link .teaser-layer .teaser-content p {
  margin: 0;
  color: #ffffff;
}
.image-link .teaser-layer .teaser-content .teaser-line-1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: 44px;
  letter-spacing: 0.03em;
}
.image-link .teaser-layer .teaser-content .teaser-line-2 {
  font-size: 32px;
  line-height: 38px;
}
.image-link .teaser {
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.image-link .teaser-hover {
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.image-link:hover .teaser,
.image-link:focus .teaser,
.image-link:active .teaser {
  visibility: hidden;
  opacity: 0;
}
.image-link:hover .teaser-hover,
.image-link:focus .teaser-hover,
.image-link:active .teaser-hover {
  visibility: visible;
  opacity: 1;
}
.acf-container-kacheln_3 .acf-text-layout {
  margin-bottom: 10px;
}
.acf-container-kacheln_3 .acf-text-layout + .kachel-outer {
  margin-top: 0px;
}
.acf-container-kacheln_3 .kachel-outer {
  margin-top: 40px;
  margin-bottom: 60px;
}
.acf-container-kacheln_3 .kachel-outer .kachel {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
  color: #ffffff;
  padding: 0;
}
.acf-container-kacheln_3 .kachel-outer .kachel.beige .kachel-layer .kachel-hover {
  background: #e2bfa0;
  filter: alpha(opacity = 80);
  background: rgba(226, 191, 160, 0.8);
}
.acf-container-kacheln_3 .kachel-outer .kachel.rose-light .kachel-layer .kachel-hover {
  background: #c6a5a5;
  filter: alpha(opacity = 80);
  background: rgba(198, 165, 165, 0.8);
}
.acf-container-kacheln_3 .kachel-outer .kachel.rose-dark .kachel-layer .kachel-hover {
  background: #bb9191;
  filter: alpha(opacity = 80);
  background: rgba(187, 145, 145, 0.8);
}
.acf-container-kacheln_3 .kachel-outer .kachel.blue-dark .kachel-layer .kachel-hover {
  background: #2e5b6a;
  filter: alpha(opacity = 80);
  background: rgba(46, 91, 106, 0.8);
}
.acf-container-kacheln_3 .kachel-outer .kachel.green-light .kachel-layer .kachel-hover {
  background: #a7bfb7;
  filter: alpha(opacity = 80);
  background: rgba(167, 191, 183, 0.8);
}
.acf-container-kacheln_3 .kachel-outer .kachel.not-linked {
  cursor: default;
}
.acf-container-kacheln_3 .kachel-outer .kachel img {
  width: 100%;
  height: auto;
}
.acf-container-kacheln_3 .kachel-outer .kachel .kachel-layer {
  position: absolute;
  bottom: 0;
  height: 94%;
  left: 0;
  width: 94%;
  margin: 3%;
  z-index: 8;
  text-align: center;
}
.acf-container-kacheln_3 .kachel-outer .kachel .kachel-layer .kachel,
.acf-container-kacheln_3 .kachel-outer .kachel .kachel-layer .kachel-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  padding: 5%;
  width: 100%;
  height: 100%;
}
.acf-container-kacheln_3 .kachel-outer .kachel .kachel-layer .kachel-content {
  display: table-cell;
  vertical-align: middle;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -moz-hyphenate-limit-chars: 12 5 5;
  -o-hyphenate-limit-chars: 12 5 5;
  -webkit-hyphenate-limit-chars: 12 5 5;
  -ms-hyphenate-limit-chars: 12 5 5;
  hyphenate-limit-chars: 12 5 5;
  -moz-hyphenate-limit-lines: 3;
  -o-hyphenate-limit-lines: 3;
  -webkit-hyphenate-limit-lines: 3;
  -ms-hyphenate-limit-lines: 3;
  hyphenate-limit-lines: 3;
}
.acf-container-kacheln_3 .kachel-outer .kachel .kachel-layer .kachel-content p {
  margin: 0;
  color: #ffffff;
  line-height: 26px;
}
.acf-container-kacheln_3 .kachel-outer .kachel .kachel-layer .kachel-content .kachel-line-1 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}
.acf-container-kacheln_3 .kachel-outer .kachel .kachel-layer .kachel-content .kachel-line-2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: 44px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.acf-container-kacheln_3 .kachel-outer .kachel .kachel {
  visibility: visible;
  opacity: 1;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.acf-container-kacheln_3 .kachel-outer .kachel .kachel-hover {
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.acf-container-kacheln_3 .kachel-outer .kachel:hover .kachel,
.acf-container-kacheln_3 .kachel-outer .kachel:focus .kachel,
.acf-container-kacheln_3 .kachel-outer .kachel:active .kachel {
  visibility: hidden;
  opacity: 0;
}
.acf-container-kacheln_3 .kachel-outer .kachel:hover .kachel-hover,
.acf-container-kacheln_3 .kachel-outer .kachel:focus .kachel-hover,
.acf-container-kacheln_3 .kachel-outer .kachel:active .kachel-hover {
  visibility: visible;
  opacity: 1;
}
.full-image img {
  width: 100%;
  height: auto;
}
.acf-container-circles .acf-text-layout {
  margin-bottom: 10px;
}
.acf-container-circles div.bild {
  position: relative;
  margin: 30px 0 20px 0;
  border-radius: 50%;
}
.acf-container-circles div.bild a {
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.5s ease 1s linear;
  -webkit-transition: all 0.5s ease 1s linear;
  transition: all 0.5s ease 1s linear;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 9;
  border-radius: 50%;
  background-image: url(../images/mail.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.acf-container-circles div.bild a.rose-light {
  background-color: #c6a5a5;
  filter: alpha(opacity = 80);
  background-color: rgba(198, 165, 165, 0.8);
}
.acf-container-circles div.bild a.rose-dark {
  background-color: #bb9191;
  filter: alpha(opacity = 80);
  background-color: rgba(187, 145, 145, 0.8);
}
.acf-container-circles div.bild a.blue-dark {
  background-color: #2e5b6a;
  filter: alpha(opacity = 80);
  background-color: rgba(46, 91, 106, 0.8);
}
.acf-container-circles div.bild a.green-light {
  background-color: #a7bfb7;
  filter: alpha(opacity = 80);
  background-color: rgba(167, 191, 183, 0.8);
}
.acf-container-circles div.bild:hover a,
.acf-container-circles div.bild:focus a,
.acf-container-circles div.bild:active a {
  visibility: visible;
  opacity: 1;
}
.acf-container-circles div.bild img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.acf-container-circles .team-outer {
  margin-top: 50px;
  margin-bottom: 50px;
}
.acf-container-circles .acf-text-layout + .team-outer {
  margin-top: -10px;
}
.acf-container-circles div.mitglied {
  text-align: center;
}
.acf-container-circles div.mitglied h4 {
  margin: 4px;
}
.acf-container-circles div.mitglied p {
  font-style: italic;
}
.acf-container-zitat .acf-text-layout {
  margin: 80px 0;
}
.acf-container-zitat h3 {
  margin: 0px 0 20px 0;
}
.acf-container-zitat p {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
  text-align: center;
  margin: 0;
}
@media (max-width: 991px) {
  .acf-container-zitat .acf-text-layout {
    margin: 30px 0;
  }
  .acf-container-zitat p {
    font-size: 18px;
    line-height: 28px;
  }
}
#map {
  width: 100%;
  height: 400px;
  margin: 0;
  background: #f5f0ea;
}
#map img {
  max-width: none;
}
#map #infowindow {
  text-align: left;
}
#map #infowindow h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 5px 0;
  text-align: left;
  color: #75a094;
}
#map #infowindow p {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}
.acf-container-text-bild-spalten .acf-text-layout .text-bild-zeile {
  margin-bottom: 20px;
  margin-top: 30px;
}
.acf-container-text-bild-spalten .acf-text-layout .text-bild-zeile img {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .acf-container-text-bild-spalten .acf-text-layout .text-bild-zeile {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
.acf-container-text-bild-spalten .acf-text-layout h4:first-child {
  margin-top: 0px;
}
.acf-container-text-bild-spalten .acf-text-layout img {
  width: 100%;
  height: auto;
}
.acf-buttons {
  margin-top: -20px;
  margin-bottom: 60px;
  text-align: center;
}
.same-color.prev-layout-text .acf-buttons {
  margin-top: -60px;
}
.acf-buttons.with-margin {
  margin-top: 40px;
  margin-bottom: 70px;
}
.acf-buttons a {
  margin: 15px 15px 0 15px;
}
.acf-buttons a.btn-default {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 28px;
  border-radius: 0px;
  border: 3px solid #7a7b7a;
  color: #7a7b7a;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.acf-buttons a.btn-default:hover,
.acf-buttons a.btn-default:active {
  color: #ffffff;
  background: #7a7b7a;
}
@media (max-width: 767px) {
  .acf-buttons a.btn-default {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 16px;
  }
}
.acf-buttons a.beige {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 28px;
  border-radius: 0px;
  border: 3px solid #e2bfa0;
  color: #e2bfa0;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.acf-buttons a.beige:hover,
.acf-buttons a.beige:active {
  color: #ffffff;
  background: #e2bfa0;
}
@media (max-width: 767px) {
  .acf-buttons a.beige {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 16px;
  }
}
.acf-buttons a.green {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 28px;
  border-radius: 0px;
  border: 3px solid #75a094;
  color: #75a094;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.acf-buttons a.green:hover,
.acf-buttons a.green:active {
  color: #ffffff;
  background: #75a094;
}
@media (max-width: 767px) {
  .acf-buttons a.green {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 16px;
  }
}
.acf-buttons a.grey-light {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 28px;
  border-radius: 0px;
  border: 3px solid #7a7b7a;
  color: #7a7b7a;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.acf-buttons a.grey-light:hover,
.acf-buttons a.grey-light:active {
  color: #ffffff;
  background: #7a7b7a;
}
@media (max-width: 767px) {
  .acf-buttons a.grey-light {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 16px;
  }
}
.acf-container-accordion .acf-text-layout {
  margin-bottom: 10px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.acf-container-accordion #accordion {
  margin: 0 0 80px 0;
}
.acf-container-accordion #accordion.ui-widget {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.acf-container-accordion #accordion .ui-widget-content {
  color: #7a7b7a;
  border: none;
  border-radius: none;
}
.acf-container-accordion #accordion .ui-widget-content a {
  color: #7a7b7a;
}
.acf-container-accordion #accordion .ui-widget-content .btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 28px;
  border-radius: 0px;
  border: 3px solid #7a7b7a;
  color: #7a7b7a;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.acf-container-accordion #accordion .ui-widget-content .btn:hover,
.acf-container-accordion #accordion .ui-widget-content .btn:active {
  color: #ffffff;
  background: #7a7b7a;
}
@media (max-width: 767px) {
  .acf-container-accordion #accordion .ui-widget-content .btn {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 16px;
  }
}
.acf-container-accordion #accordion h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.02em;
  text-transform: none;
  font-style: normal;
  text-align: left;
  padding: 35px 55px 25px 55px;
  background-size: cover;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border: none;
  border-radius: 0px;
  background: none;
}
.acf-container-accordion #accordion h3:first-child {
  margin-top: 0px;
}
.acf-container-accordion #accordion h3.ui-accordion-header-active {
  height: 400px;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.acf-container-accordion #accordion h3 .ui-icon {
  display: none;
}
.acf-container-accordion #accordion > div {
  background: #ffffff;
  padding: 0 40px;
}
.acf-container-accordion #accordion .acf-text-layout {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .acf-container-accordion #accordion h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    font-style: normal;
    line-height: 28px;
    padding: 20px 15px;
    margin-top: 20px;
  }
  .acf-container-accordion #accordion h3.ui-accordion-header-active {
    height: 120px;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
  }
  .acf-container-accordion #accordion > div {
    padding: 0;
  }
}
.acf-container-top-image-lp {
  margin-top: -110px;
}
.acf-container-top-image-lp .top-image {
  height: 900px;
  background-size: cover;
  background-position: center;
}
.acf-container-top-image-lp .top-image .image-text {
  height: 100%;
}
.acf-container-top-image-lp .top-image .image-text .container {
  height: 100%;
  display: table;
  padding-bottom: 50px;
}
.acf-container-top-image-lp .top-image .image-text .container .vertical-align {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 3px 0px 4px rgba(0, 0, 0, 0.5);
}
.acf-container-top-image-lp .top-image .image-text .container .vertical-align img {
  margin: 0 auto;
  width: 120px;
  height: auto;
}
.acf-container-top-image-lp .top-image .image-text .container .vertical-align h2 {
  margin: 15px 0;
  font-size: clamp(40px, 6vw, 60px);
  line-height: 1.05;
  text-transform: none;
}
.acf-container-top-image-lp .top-image .image-text .container .vertical-align h3 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .acf-container-top-image-lp {
    margin-top: 0px;
  }
  .acf-container-top-image-lp .top-image {
    height: 400px;
  }
  .acf-container-top-image-lp .top-image .image-text {
    height: 100%;
  }
  .acf-container-top-image-lp .top-image .image-text .container {
    padding-bottom: 0;
  }
  .acf-container-top-image-lp .top-image .image-text .container .vertical-align h2 {
    margin: 15px 0;
    font-size: 40px;
    line-height: 44px;
  }
  .acf-container-top-image-lp .top-image .image-text .container .vertical-align h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 0;
  }
}
.acf-container-startseite_2-cols .acf-text-layout {
  margin-bottom: 50px;
  margin-top: 50px;
}
.acf-container-startseite_2-cols .acf-text-layout h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 30px 0;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .acf-container-startseite_2-cols .acf-text-layout .start-3-cols-row {
    display: flex;
    flex-wrap: wrap;
  }
  .acf-container-startseite_2-cols .acf-text-layout .start-3-cols-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
}
.acf-container-startseite_2-cols .acf-text-layout .losung h2 {
  border-top: 5px solid #2e5b6a;
  color: #2e5b6a;
}
.acf-container-startseite_2-cols .acf-text-layout .losung .losung-block {
  flex: 1;
}
.acf-container-startseite_2-cols .acf-text-layout .losung .losung-date {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 0.75em;
}
.acf-container-startseite_2-cols .acf-text-layout .losung .losung-losung,
.acf-container-startseite_2-cols .acf-text-layout .losung .losung-lehrtext,
.acf-container-startseite_2-cols .acf-text-layout .losung .bibelspruch-text {
  margin-bottom: 0.75em;
  line-height: 1.5;
}
.acf-container-startseite_2-cols .acf-text-layout .losung .losung-copyright {
  font-size: 0.8em;
  color: #888;
  margin-top: auto;
  margin-bottom: 0;
}
.acf-container-startseite_2-cols .acf-text-layout a {
  margin: 15px 15px 0 0;
}
@media (min-width: 768px) {
  .acf-container-startseite_2-cols .acf-text-layout .news a.btn-default,
  .acf-container-startseite_2-cols .acf-text-layout .termine a.btn-default {
    margin-top: auto;
  }
}
.acf-container-startseite_2-cols .acf-text-layout .news h2 {
  border-top: 5px solid #75a094;
  color: #75a094;
}
.acf-container-startseite_2-cols .acf-text-layout .news .blog-datum {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #75a094;
  text-transform: none;
  margin: 0 0 5px 0;
}
.acf-container-startseite_2-cols .acf-text-layout .news .blog-titel {
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  margin: 5px 0;
}
.acf-container-startseite_2-cols .acf-text-layout .news .blog-text {
  margin-bottom: 30px;
}
.acf-container-startseite_2-cols .acf-text-layout .news .blog-text .more-link {
  font-style: italic;
  color: #75a094;
  text-decoration: none;
  padding: 0;
  background: none;
}
.acf-container-startseite_2-cols .acf-text-layout .news .blog-text .more-link:hover,
.acf-container-startseite_2-cols .acf-text-layout .news .blog-text .more-link:focus,
.acf-container-startseite_2-cols .acf-text-layout .news .blog-text .more-link:active {
  border-bottom: none;
  text-decoration: underline;
}
.acf-container-startseite_2-cols .acf-text-layout .news a.btn-default {
  background-image: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 28px;
  border-radius: 0px;
  border: 3px solid #75a094;
  color: #75a094;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.acf-container-startseite_2-cols .acf-text-layout .news a.btn-default:hover,
.acf-container-startseite_2-cols .acf-text-layout .news a.btn-default:active {
  color: #ffffff;
  background: #75a094;
}
@media (max-width: 767px) {
  .acf-container-startseite_2-cols .acf-text-layout .news a.btn-default {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 16px;
  }
}
.acf-container-startseite_2-cols .acf-text-layout .termine h2 {
  border-top: 5px solid #976064;
  color: #976064;
}
.acf-container-startseite_2-cols .acf-text-layout .termine h3.blog-titel {
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  margin: 5px 0 10px 0;
  font-style: normal;
}
.acf-container-startseite_2-cols .acf-text-layout .termine h3.blog-titel a {
  color: inherit;
  text-decoration: none;
}
.acf-container-startseite_2-cols .acf-text-layout .termine h3.blog-titel a:hover,
.acf-container-startseite_2-cols .acf-text-layout .termine h3.blog-titel a:focus {
  text-decoration: underline;
}
.acf-container-startseite_2-cols .acf-text-layout .termine p {
  margin-bottom: 1em;
}
.acf-container-startseite_2-cols .acf-text-layout .termine a.btn-default {
  background-image: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 28px;
  border-radius: 0px;
  border: 3px solid #976064;
  color: #976064;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.acf-container-startseite_2-cols .acf-text-layout .termine a.btn-default:hover,
.acf-container-startseite_2-cols .acf-text-layout .termine a.btn-default:active {
  color: #ffffff;
  background: #976064;
}
@media (max-width: 767px) {
  .acf-container-startseite_2-cols .acf-text-layout .termine a.btn-default {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  .acf-container-startseite_2-cols .acf-text-layout .losung,
  .acf-container-startseite_2-cols .acf-text-layout .news {
    margin-bottom: 40px;
  }
  .acf-container-startseite_2-cols .acf-text-layout .termine {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .acf-container-startseite_2-cols .acf-text-layout .losung,
  .acf-container-startseite_2-cols .acf-text-layout .news {
    padding-right: 15px;
  }
  .acf-container-startseite_2-cols .acf-text-layout .termine {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .acf-container-startseite_2-cols .acf-text-layout .losung,
  .acf-container-startseite_2-cols .acf-text-layout .news {
    padding-right: 20px;
  }
  .acf-container-startseite_2-cols .acf-text-layout .termine {
    padding-left: 20px;
  }
}
.acf-container-full-video .full-video {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.acf-container-full-video .full-video iframe,
.acf-container-full-video .full-video object,
.acf-container-full-video .full-video embed,
.acf-container-full-video .full-video .lyte-wrapper {
  width: 100% !important;
  margin: 0 !important;
}
.acf-container-full-video .lL {
  color: #fff;
  margin: 5px !important;
  text-align: center;
  width: 100% !important;
}
.acf-container-full-video .lL br {
  display: none;
}
.same-color .acf-layout {
  margin-top: -20px;
}
.prev-layout-.acf-container-text .acf-text-layout {
  margin-top: 50px;
}
body.home .acf-container-kacheln_3 .kachel-outer {
  margin-top: 20px;
  margin-bottom: 30px;
}
body.home .acf-container-text .acf-text-layout {
  margin-top: 15px;
  margin-bottom: 30px;
}
body.page-institution:not(.home) .acf-container-text .acf-text-layout h2.hl,
body.page-institution:not(.home) .acf-container-text-spalten .acf-text-layout h2.hl,
body.page-institution:not(.home) .acf-container-text-bild-spalten .acf-text-layout h2.hl,
body.page-institution:not(.home) .acf-container-text .acf-text-layout > .col-xs-12 > h2.hl,
body.page-institution:not(.home) .acf-container-text-spalten .acf-text-layout > .col-xs-12 > h2.hl,
body.page-institution:not(.home) .acf-container-text-bild-spalten .acf-text-layout > .col-xs-12 > h2.hl,
body.page-institution:not(.home) .acf-container-text .acf-text-layout > .col-xs-12.col-md-12 > h2.hl,
body.page-institution:not(.home) .acf-container-text-spalten .acf-text-layout > .col-xs-12.col-md-12 > h2.hl,
body.page-institution:not(.home) .acf-container-text-bild-spalten .acf-text-layout > .col-xs-12.col-md-12 > h2.hl {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 30px 0;
  padding-top: 8px;
}
body.page-institution:not(.home) .termine-list {
  text-align: left;
  max-width: 640px;
  margin: 0 auto 24px;
}
body.page-institution:not(.home) .termine-list h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 30px 0;
  padding-top: 8px;
  border-top: 5px solid #75a094;
  color: #75a094;
}
body.page-institution:not(.home) .termine-list .blog-titel {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0 8px;
}
body.page-institution:not(.home) .termine-list .blog-titel a {
  background: none;
  padding: 0;
  text-decoration: none;
  color: inherit;
}
body.page-institution:not(.home) .termine-list .blog-titel a:hover,
body.page-institution:not(.home) .termine-list .blog-titel a:focus {
  border-bottom: 1px solid #7a7b7a;
}
body.page-institution:not(.home) .termine-list p {
  margin-bottom: 12px;
}
body.page-institution:not(.home) .termine-list .btn-default {
  margin-top: 16px;
}
.back-to-top {
  position: fixed;
  bottom: 20px;
  height: 46px;
  width: 46px;
  left: 50%;
  margin-left: -23px;
  opacity: 0.7;
  cursor: pointer;
  background: url(../images/arrow_top_small.png);
  z-index: 10000;
}
.content-info {
  background: #313131;
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  padding-top: 20px;
  padding-bottom: 80px;
  color: #e4e4e4;
  font-size: 14px;
  font-style: italic;
}
#menu-footer-menu {
  background: url(../images/hr-icon-white.png) center 10px no-repeat;
  display: inline-block;
  float: none;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
#menu-footer-menu li {
  float: left;
  margin-right: 3px;
  padding: 0;
}
#menu-footer-menu li a:after {
  content: ".";
}
#menu-footer-menu li a {
  font-size: 18px;
  padding: 0;
  text-transform: none;
}
#menu-impressum-nav {
  list-style: none;
  float: right;
  margin: 70px 0 0 0;
  padding: 0;
}
#menu-impressum-nav li {
  float: left;
  line-height: 14px;
  border-right: 1px solid #fff;
  margin: 0;
  padding: 0 10px;
}
#menu-impressum-nav li:last-child {
  border-right: 0;
  padding-right: 0;
}
#menu-impressum-nav li a {
  text-transform: none;
  font-style: italic;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
.copyright {
  margin: 70px 0 0 0;
  line-height: 18px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  .copyright {
    margin: 0;
  }
  #menu-impressum-nav {
    margin: 20px 0;
    display: inline-block;
    float: none;
  }
  .content-info {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #menu-impressum-nav li {
    padding: 0 8px;
  }
}
/* Ergänzungen für Zielgruppen-Kacheln – baut auf dem bestehenden Theme auf */
body.page-zielgruppe,
body.page-rubrik {
  /* Redundanter Seitentitel direkt unter dem Hero (steht schon im Bild) */
  /* Subnavi ohne farbiges Band – dezente Textnavigation */
}
body.page-zielgruppe .acf-container-top-image-lp .top-image,
body.page-rubrik .acf-container-top-image-lp .top-image {
  height: clamp(360px, 42vh, 520px);
  min-height: 360px;
  background-position: center center;
}
body.page-zielgruppe .acf-container-top-image-lp .top-image .image-text .container,
body.page-rubrik .acf-container-top-image-lp .top-image .image-text .container {
  padding-bottom: 0;
}
body.page-zielgruppe .acf-container-top-image-lp .top-image .vertical-align h2,
body.page-rubrik .acf-container-top-image-lp .top-image .vertical-align h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.1;
  text-transform: none;
}
@media (max-width: 991px) {
  body.page-zielgruppe .acf-container-top-image-lp .top-image,
  body.page-rubrik .acf-container-top-image-lp .top-image {
    height: clamp(240px, 38vh, 320px);
    min-height: 240px;
  }
  body.page-zielgruppe .acf-container-top-image-lp .top-image .vertical-align h2,
  body.page-rubrik .acf-container-top-image-lp .top-image .vertical-align h2 {
    font-size: clamp(26px, 7vw, 36px);
    line-height: 1.15;
  }
}
body.page-zielgruppe .acf-container-top-image-lp ~ .acf-container-text-spalten.prev-layout-top-image-lp .acf-text-layout > .col-xs-12:first-child > h2.hl:first-child,
body.page-rubrik .acf-container-top-image-lp ~ .acf-container-text-spalten.prev-layout-top-image-lp .acf-text-layout > .col-xs-12:first-child > h2.hl:first-child {
  display: none;
}
body.page-zielgruppe .subnavi-wrap,
body.page-rubrik .subnavi-wrap {
  height: auto;
}
body.page-zielgruppe #subnavi,
body.page-rubrik #subnavi {
  background-color: #ffffff;
  color: #262626;
  height: auto;
  border-bottom: 1px solid rgba(122, 123, 122, 0.55);
}
body.page-zielgruppe #subnavi.beige,
body.page-rubrik #subnavi.beige,
body.page-zielgruppe #subnavi.blue-dark,
body.page-rubrik #subnavi.blue-dark,
body.page-zielgruppe #subnavi.red-dark,
body.page-rubrik #subnavi.red-dark,
body.page-zielgruppe #subnavi.rose-dark,
body.page-rubrik #subnavi.rose-dark,
body.page-zielgruppe #subnavi.rose-light,
body.page-rubrik #subnavi.rose-light,
body.page-zielgruppe #subnavi.green-light,
body.page-rubrik #subnavi.green-light {
  background-color: #ffffff;
  color: #262626;
}
body.page-zielgruppe #subnavi .container ul li a,
body.page-rubrik #subnavi .container ul li a {
  color: #262626;
  font-size: 16px;
  line-height: 1.35;
  padding: 14px 18px 14px 0;
  background: none;
}
body.page-zielgruppe #subnavi .container ul li a:hover,
body.page-rubrik #subnavi .container ul li a:hover,
body.page-zielgruppe #subnavi .container ul li a:focus,
body.page-rubrik #subnavi .container ul li a:focus {
  color: #75a094;
  text-decoration: underline;
}
body.page-zielgruppe #subnavi.sticky,
body.page-rubrik #subnavi.sticky,
body.page-zielgruppe #subnavi.sticky.beige,
body.page-rubrik #subnavi.sticky.beige,
body.page-zielgruppe #subnavi.sticky.blue-dark,
body.page-rubrik #subnavi.sticky.blue-dark,
body.page-zielgruppe #subnavi.sticky.red-dark,
body.page-rubrik #subnavi.sticky.red-dark,
body.page-zielgruppe #subnavi.sticky.rose-dark,
body.page-rubrik #subnavi.sticky.rose-dark {
  background-color: rgba(255, 255, 255, 0.96);
  color: #262626;
  height: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
body.page-zielgruppe #subnavi.sticky .container ul li a,
body.page-rubrik #subnavi.sticky .container ul li a,
body.page-zielgruppe #subnavi.sticky.beige .container ul li a,
body.page-rubrik #subnavi.sticky.beige .container ul li a,
body.page-zielgruppe #subnavi.sticky.blue-dark .container ul li a,
body.page-rubrik #subnavi.sticky.blue-dark .container ul li a,
body.page-zielgruppe #subnavi.sticky.red-dark .container ul li a,
body.page-rubrik #subnavi.sticky.red-dark .container ul li a,
body.page-zielgruppe #subnavi.sticky.rose-dark .container ul li a,
body.page-rubrik #subnavi.sticky.rose-dark .container ul li a {
  line-height: 1.35;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.page-zielgruppe .text-cols-3 .zielgruppe-angebot-cols,
body.page-rubrik .text-cols-3 .zielgruppe-angebot-cols {
  margin-top: 10px;
  text-align: left;
}
body.page-zielgruppe .text-cols-3 .zielgruppe-angebot-cols h4,
body.page-rubrik .text-cols-3 .zielgruppe-angebot-cols h4 {
  margin-top: 0;
}
body.page-zielgruppe .text-cols-3 .zielgruppe-angebot-cols p,
body.page-rubrik .text-cols-3 .zielgruppe-angebot-cols p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body.page-zielgruppe .text-cols-3 .zielgruppe-angebot-cols > [class*='col-'] + [class*='col-'],
  body.page-rubrik .text-cols-3 .zielgruppe-angebot-cols > [class*='col-'] + [class*='col-'] {
    margin-top: 0;
  }
}
.acf-container-zielgruppen .kachel-outer {
  margin-top: 20px;
}
.acf-container-zielgruppen .kachel-line-2 {
  font-size: 16px;
  font-style: normal;
  margin-top: 6px;
}
.acf-container-zielgruppen .acf-text-layout h3 {
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 12px;
}
.zielgruppe-intro {
  max-width: 820px;
  margin: 0 auto 10px;
}
.zielgruppe-einzelgaeste {
  text-align: center;
  margin: 16px 0 0;
  font-size: 16px;
}
body.page-zielgruppe .zielgruppe-schwerpunkt {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}
/* Startseite: Zielgruppen-Menüzeile direkt unter dem Hero */
.zielgruppen-nav {
  --zielgruppen-nav-item-width: calc(100% / var(--zielgruppen-count, 5));
  width: 100%;
  margin: 0;
}
.zielgruppen-nav__list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zielgruppen-nav__item {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
.zielgruppen-nav__item.color-beige .zielgruppen-nav__link {
  background-color: rgba(226, 191, 160, 0.9);
  color: #262626;
}
.zielgruppen-nav__item.color-rose-dark .zielgruppen-nav__link {
  background-color: rgba(187, 145, 145, 0.9);
  color: #fff;
}
.zielgruppen-nav__item.color-blue-dark .zielgruppen-nav__link {
  background-color: rgba(46, 91, 106, 0.9);
  color: #fff;
}
.zielgruppen-nav__item.color-green-light .zielgruppen-nav__link {
  background-color: rgba(167, 191, 183, 0.9);
  color: #262626;
}
.zielgruppen-nav__item.color-rose-light .zielgruppen-nav__link {
  background-color: rgba(198, 165, 165, 0.9);
  color: #262626;
}
.zielgruppen-nav__item.color-red-dark .zielgruppen-nav__link {
  background-color: rgba(151, 96, 100, 0.9);
  color: #fff;
}
.zielgruppen-nav__link {
  display: block;
  padding: 16px 10px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: normal;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.zielgruppen-nav__link:hover,
.zielgruppen-nav__link:focus {
  opacity: 0.85;
  text-decoration: none;
}
@media (max-width: 767px) {
  .zielgruppen-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .zielgruppen-nav__list {
    min-width: 100%;
  }
  .zielgruppen-nav__item {
    flex: 1 0 25%;
    min-width: 120px;
  }
  .zielgruppen-nav__link {
    padding: 14px 8px;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .acf-container-zielgruppen .kachel-outer .kachel {
    min-height: 220px;
  }
}
/* Startseite kompakt – nur body.home */
body.home .acf-container .acf-text-layout {
  margin-top: 15px;
  margin-bottom: 30px;
}
body.home .acf-container-text-spalten .acf-text-layout img {
  max-width: 280px;
  margin: 0 auto;
  display: block;
}
body.home .acf-container-text-spalten .startseite-welcome .startseite-welcome-intro {
  text-align: center;
  margin-bottom: 20px;
}
body.home .acf-container-text-spalten .startseite-welcome .startseite-welcome-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
body.home .acf-container-text-spalten .startseite-welcome .startseite-welcome-bild img {
  max-width: 100%;
  width: 100%;
  max-height: 300px;
  height: 100%;
  object-fit: cover;
  margin: 0;
  display: block;
}
body.home .acf-container-text-spalten .startseite-welcome .startseite-welcome-zitat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  margin-top: 0;
  min-height: 0;
  overflow: hidden;
}
body.home .acf-container-text-spalten .startseite-welcome .startseite-welcome-zitat h3 {
  margin: 0 0 10px;
  font-size: clamp(15px, 1.6vw, 22px);
  line-height: 1.35;
}
body.home .acf-container-text-spalten .startseite-welcome .startseite-welcome-zitat p {
  font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
  font-size: clamp(13px, 1.4vw, 22px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  body.home .acf-container-text-spalten .startseite-welcome .startseite-welcome-zitat {
    margin-top: 20px;
    text-align: center;
  }
}
body.home .acf-container-startseite_2-cols .acf-text-layout {
  margin-top: 25px;
  margin-bottom: 25px;
}
body.home .acf-container-text-spalten + .acf-container-startseite_2-cols .acf-text-layout {
  margin-top: 15px;
}
body.home .acf-container-zielgruppen .kachel-outer {
  margin-top: 10px;
  margin-bottom: 30px;
}
body.home .acf-container-zielgruppen .kachel .kachel {
  visibility: hidden;
  opacity: 0;
}
body.home .acf-container-zielgruppen .kachel .kachel-hover {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  body.home .acf-container-zielgruppen .kachel-outer .kachel {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  body.home .acf-container-zielgruppen .kachel-outer .kachel {
    min-height: 180px;
  }
}
body.home .acf-container-zitat .acf-text-layout {
  margin: 35px 0;
}
body.home .acf-container-zitat p {
  font-size: 22px;
  line-height: 30px;
}
body.home .acf-container-accordion #accordion {
  margin-bottom: 40px;
}
body.home .acf-container-accordion #accordion h3.ui-accordion-header-active {
  height: 200px;
}
body.home .acf-container-accordion #accordion .acf-text-layout {
  margin-bottom: 30px;
}
body.home .acf-container-text-bild-spalten .acf-text-layout .text-bild-zeile {
  margin-top: 15px;
  margin-bottom: 10px;
}
body.home .image-link-outer {
  margin-bottom: 30px;
}
/* Angebote & Veranstaltungen – gefilterte Kartenlisten */
.av-listing-section {
  margin-top: 10px;
  margin-bottom: 40px;
}
.av-listing-section__intro {
  max-width: 820px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.55;
}
.av-cards__headline {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 30px 0;
  padding-top: 8px;
  margin-bottom: 24px;
}
.av-cards__empty {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.av-cards__grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .av-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .av-cards__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.av-cards__grid .av-card[hidden] {
  display: none;
}
.av-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px 18px 16px;
  background: rgba(226, 191, 160, 0.35);
  border-left: 4px solid #2e5b6a;
  transition: box-shadow 0.15s ease;
}
.av-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.av-card--angebot {
  border-left-color: #a7bfb7;
}
.av-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.35;
}
.av-card__date {
  font-weight: 500;
  color: #262626;
}
.av-card__meta .av-badge {
  font-size: 11px;
  padding: 2px 7px;
  letter-spacing: 0.02em;
}
.av-card__title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
.av-card__title a {
  color: inherit;
  text-decoration: none;
}
.av-card__title a:hover {
  text-decoration: underline;
}
.av-card__teaser {
  flex: 1;
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.45;
}
.av-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.av-card__link {
  margin: 0;
}
.av-card__link .more-link {
  font-size: 15px;
}
.av-badge {
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  line-height: 1.3;
  border-radius: 2px;
  background: rgba(226, 191, 160, 0.8);
  color: #262626;
}
.av-badge--blue-dark {
  background: rgba(46, 91, 106, 0.9);
  color: #fff;
}
.av-badge--rose-dark {
  background: rgba(187, 145, 145, 0.9);
  color: #fff;
}
.av-badge--green-light {
  background: rgba(167, 191, 183, 0.9);
  color: #262626;
}
.av-badge--beige {
  background: rgba(226, 191, 160, 0.9);
  color: #262626;
}
.av-badge--rose-light {
  background: rgba(198, 165, 165, 0.9);
  color: #262626;
}
.av-badge--red-dark {
  background: rgba(151, 96, 100, 0.9);
  color: #fff;
}
body.page-rubrik .acf-container-angebote-liste .av-cards__headline,
body.page-zielgruppe .acf-container-angebote-liste .av-cards__headline {
  font-size: 24px;
}
/* /veranstaltungen/ – Filter + kompakte Liste */
.av-veranstaltungen-listing {
  margin-top: 10px;
  margin-bottom: 40px;
}
.av-veranstaltungen-listing__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  align-items: flex-end;
  margin-bottom: 16px;
}
.av-veranstaltungen-listing__filters {
  flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.av-veranstaltungen-listing__search {
  flex: 1 1 220px;
  min-width: 200px;
  max-width: 360px;
}
.av-veranstaltungen-listing__search-input {
  font-size: 18px;
  line-height: 1.4;
  padding: 10px 14px;
}
.av-veranstaltungen-listing__count {
  margin: 0 0 12px;
  font-size: 16px;
  color: rgba(38, 38, 38, 0.7);
}
.av-veranstaltungen-listing__empty {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
.av-veranstaltungen-listing__empty--filtered {
  margin-top: 16px;
}
.av-filter-group {
  margin: 0;
  padding: 0;
  border: 0;
}
.av-filter-group__legend {
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(38, 38, 38, 0.75);
}
.av-filter-group__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.av-filter-chip {
  margin: 0;
  cursor: pointer;
}
.av-filter-chip__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.av-filter-chip__label {
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.15s ease, box-shadow 0.15s ease;
  opacity: 0.55;
  font-size: 15px;
  padding: 5px 11px;
  line-height: 1.35;
}
.av-filter-chip__input:checked + .av-filter-chip__label,
.av-filter-chip__input:focus-visible + .av-filter-chip__label {
  opacity: 1;
  box-shadow: 0 0 0 2px rgba(46, 91, 106, 0.35);
}
.acf-container .acf-text-layout .av-veranstaltungen-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: none;
}
.acf-container .acf-text-layout .av-veranstaltungen-list li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
}
.acf-container .acf-text-layout .av-veranstaltungen-list li::before {
  content: none;
  counter-increment: none;
  display: none;
}
.acf-container .acf-text-layout .av-veranstaltungen-list li:first-child {
  border-top: 0;
}
.av-veranstaltungen-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.av-veranstaltungen-list__item {
  margin: 0;
  padding: 0;
}
.av-veranstaltungen-list__item[hidden] {
  display: none;
}
.av-veranstaltungen-list__item + .av-veranstaltungen-list__item {
  border-top: 1px solid rgba(38, 38, 38, 0.12);
}
.av-veranstaltungen-entry {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px 0;
}
.av-veranstaltungen-entry__main {
  flex: 1 1 280px;
  min-width: 0;
}
.av-veranstaltungen-entry__aside {
  flex: 0 1 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.av-veranstaltungen-entry__date {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #2e5b6a;
}
.av-veranstaltungen-entry__title {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
}
.av-veranstaltungen-entry__title a {
  color: inherit;
  text-decoration: none;
}
.av-veranstaltungen-entry__title a:hover {
  text-decoration: underline;
}
.av-veranstaltungen-entry__teaser {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(38, 38, 38, 0.85);
}
.av-veranstaltungen-entry__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.av-veranstaltungen-entry__link {
  font-size: 17px;
  white-space: nowrap;
}
.av-veranstaltungen-entry__badges .av-badge {
  font-size: 14px;
  padding: 4px 9px;
}
body.page-veranstaltungen .av-veranstaltungen-listing {
  margin-top: 24px;
}
body.page-veranstaltungen .av-cards {
  margin-top: 8px;
}
/* Angebots-Detail (Flyer-Layout) & Referenten */
.angebot-flyer {
  max-width: 720px;
  margin: 0 auto 48px;
  background: #ffffff;
}
.angebot-flyer__hero img,
.angebot-flyer__hero-img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.angebot-flyer__zigzag {
  height: 10px;
}
.angebot-flyer__cover {
  background: #2e5b6a;
  color: #ffffff;
  text-align: center;
  padding: 32px 24px 28px;
}
.angebot-flyer__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.angebot-flyer__badges .av-badge {
  font-size: 11px;
}
.angebot-flyer__title {
  font-size: clamp(26px, 5vw, 40px);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.15;
  margin: 0 0 16px;
  color: #ffffff;
}
.angebot-flyer__tagline {
  font-size: 22px;
  line-height: 1.35;
  margin: 0 0 16px;
}
.angebot-flyer__date {
  font-style: italic;
  font-size: 22px;
  margin: 0 0 20px;
}
.angebot-flyer__slogan {
  font-style: italic;
  font-size: 16px;
  opacity: 0.9;
  margin: 0;
}
.angebot-flyer__content {
  padding: 36px 24px 0;
}
.angebot-flyer__section-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 30px 0;
  padding-top: 8px;
  color: #2e5b6a;
  margin-top: 32px;
}
.angebot-flyer__section-title:first-child {
  margin-top: 0;
}
.angebot-flyer__body {
  font-size: 22px;
  max-width: 58ch;
}
.angebot-flyer__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.angebot-flyer__bullets li {
  padding: 8px 0 8px 20px;
  border-bottom: 1px solid #7a7b7a;
  position: relative;
}
.angebot-flyer__bullets li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #2e5b6a;
  font-weight: 700;
}
.angebot-flyer__bullets--cover {
  text-align: left;
  max-width: 520px;
  margin: 0 auto 16px;
}
.angebot-flyer__bullets--cover li {
  border-bottom-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.angebot-flyer__bullets--cover li::before {
  color: #ffffff;
}
.angebot-flyer__programm {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: prog;
}
.angebot-flyer__programm li {
  padding: 10px 0 10px 36px;
  border-bottom: 1px solid #7a7b7a;
  position: relative;
}
.angebot-flyer__programm li::before {
  counter-increment: prog;
  content: counter(prog) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #2e5b6a;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.angebot-flyer__programm li strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.angebot-flyer__referenten {
  display: grid;
  gap: 16px;
}
.angebot-flyer__referent-link {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  padding: 16px;
  background: rgba(226, 191, 160, 0.25);
  border-left: 4px solid #bb9191;
  transition: box-shadow 0.15s ease;
}
.angebot-flyer__referent-link:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.angebot-flyer__referent-photo img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
}
.angebot-flyer__referent-body h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #2e5b6a;
}
.angebot-flyer__referent-body p {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.45;
}
.angebot-flyer__preise {
  background: #f5f0ea;
  padding: 20px 24px;
  margin-top: 32px;
}
.angebot-flyer__preise .angebot-flyer__section-title {
  margin-top: 0;
}
.angebot-flyer__preise table {
  width: 100%;
  border-collapse: collapse;
}
.angebot-flyer__preise td {
  padding: 10px 0;
  border-bottom: 1px solid #e2bfa0;
}
.angebot-flyer__preise td:last-child {
  text-align: right;
  font-weight: 600;
  white-space: nowrap;
}
.angebot-flyer__deadline {
  margin-top: 16px;
  font-weight: 600;
  color: #2e5b6a;
}
.angebot-flyer__galerie {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  margin-bottom: 24px;
}
.angebot-flyer__galerie img {
  width: 100%;
  height: auto;
  display: block;
}
.angebot-flyer__cta {
  text-align: center;
  margin: 32px 0 0;
}
.angebot-flyer__cta-btn {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.angebot-flyer__kontakt {
  background: #2e5b6a;
  color: #ffffff;
  text-align: center;
  padding: 24px;
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.6;
}
.angebot-flyer__kontakt a {
  color: #ffffff;
}
.referent-detail {
  max-width: 860px;
  margin: 0 auto 48px;
}
.referent-detail__header {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.referent-detail__photo img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}
.referent-detail__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 30px 0;
  padding-top: 8px;
  font-size: 32px;
  color: #2e5b6a;
  margin-bottom: 12px;
}
.referent-detail__kurz {
  font-size: 22px;
  line-height: 1.45;
  margin: 0 0 16px;
}
.referent-detail__kontakt {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.referent-detail__kontakt li + li {
  margin-top: 4px;
}
.referent-detail__vita {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.55;
}
.referent-detail__section-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 30px 0;
  color: #bb9191;
  border-top: 5px solid #bb9191;
  padding-top: 8px;
}
.referent-detail__back {
  margin-top: 32px;
  font-size: 16px;
}
.referenten-archiv {
  max-width: 960px;
  margin: 0 auto 48px;
}
.referenten-archiv__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 30px 0;
  padding-top: 8px;
  font-size: 32px;
  color: #2e5b6a;
}
.referenten-archiv__intro {
  max-width: 640px;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 32px;
}
.referenten-archiv__grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .referenten-archiv__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .referenten-archiv__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.referenten-archiv__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: rgba(226, 191, 160, 0.3);
  border-left: 4px solid #2e5b6a;
  transition: box-shadow 0.15s ease;
}
.referenten-archiv__link:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.referenten-archiv__photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.referenten-archiv__body {
  padding: 18px 16px 20px;
  flex: 1;
}
.referenten-archiv__body h2 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #2e5b6a;
}
.referenten-archiv__body p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.45;
}
body.single-angebot .main,
body.single-referent .main,
body.archive-referenten .main {
  padding-top: 24px;
}
@media (max-width: 767px) {
  .angebot-flyer__content {
    padding: 28px 16px 0;
  }
  .referent-detail__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
