h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
}

.heading {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
  line-height: normal;
  color: #389CCF;
}
.heading.mitte {
  text-align: center;
}
.heading.rechts {
  text-align: right;
}
.heading.small {
  font-size: 20px;
}
.heading.normal {
  font-size: 25px;
}
.heading.big {
  font-size: 30px;
}
.heading.bigger {
  font-size: 35px;
}

a {
  color: #000;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.carousel {
  margin-bottom: 30px;
  overflow: hidden;
}
.carousel .carousel-cell {
  width: 100%;
  height: 685px;
  overflow: hidden;
}
.carousel .carousel-cell .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
  z-index: 1;
}
.carousel .carousel-cell .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
  text-align: center;
}
.carousel .carousel-cell .inner .subtitle {
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}
.carousel .carousel-cell .inner .title {
  font-size: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.carousel .carousel-cell .inner .btn {
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.carousel .carousel-cell .inner .btn:hover {
  background: #fff;
  color: #000;
}
.carousel .carousel-cell img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.carousel .flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}
.carousel .flickity-prev-next-button:hover {
  background: transparent;
}
.carousel .flickity-prev-next-button .arrow {
  fill: white;
}
.carousel .flickity-page-dots {
  bottom: 30px;
}
.carousel .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}
.carousel .flickity-page-dots .dot.is-selected {
  background: #ff0000;
  border: 0 solid #ff0000;
}
.carousel .flickity-button,
.carousel .flickity-page-dots {
  display: none;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* Footer */
footer {
  position: relative;
  background-color: #389CCF;
  width: 100%;
  border-top: 6px solid #fff;
  bottom: 0;
  color: #fff;
  display: inline-block;
  padding: 40px 0;
}
footer .richtext p a {
  color: #fff;
  text-decoration: none;
}
footer .richtext p a:hover {
  color: #FFF;
  text-decoration: none;
}
footer hr {
  border-color: white;
}

.footerSpacer {
  height: 40px;
  width: 100%;
  clear: both;
}

.xing {
  width: 36px;
}
.xing a {
  background: url("../images/xing.png") no-repeat scroll 0 3px/100% auto rgba(0, 0, 0, 0);
  display: inline-block;
  height: 15px;
  width: 12px;
}

.footer-icon {
  margin-top: 25px;
}
.footer-icon a {
  margin-right: 5px;
}

@media only screen and (max-width: 928px) {
  .footer {
    height: auto;
  }
  .footer ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer {
    height: auto;
  }
  footer ul {
    margin-bottom: 25px;
  }
  footer .col-md-6 {
    justify-content: flex-start !important;
  }
}
.fadeIn {
  top: 0;
}

.fadeOut {
  top: -150px;
}

header {
  transition: all 0.25s;
  height: 115px;
  position: fixed;
  width: 100%;
  background-color: #FFF;
  z-index: 100;
  box-shadow: 0 10px 23px -20px rgba(0, 0, 0, 0.5);
}
header .headerInner {
  min-height: 115px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-spacer {
  height: 115px;
}

@media screen and (max-width: 1024px) {
  .header-spacer {
    display: none;
  }

  header {
    display: none;
  }
}
.navigationDetail {
  background-color: #efefef;
  margin-bottom: 50px;
}

.nav-content {
  display: inline-block;
  padding: 10px;
  width: 100%;
}
.nav-content ul li {
  display: inline;
}
.nav-content ul li a {
  color: #6e6f6e;
  margin-right: 15px;
  opacity: 0.8;
}
.nav-content ul li a:hover {
  text-decoration: none;
}
.nav-content ul li.active a {
  font-weight: bold;
  opacity: 1;
}
.nav-content ul li.active a::before {
  content: ">";
}

.navitop {
  position: absolute;
  top: 57px;
  right: 15px;
}
.navitop ul {
  position: relative;
  top: -10px;
  display: inline-block;
  width: 100%;
}
.navitop ul li {
  position: relative;
  display: inline;
}
.navitop ul li a {
  padding-right: 15px;
  padding-bottom: 45px;
  color: #6e6f6e;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  display: inline;
  transition: all 0.2s;
}
.navitop ul li a:hover {
  color: #389CCF;
  text-decoration: none;
}
.navitop ul li:last-child a {
  padding-right: 0;
}
.navitop ul li:hover ul {
  display: block;
}
.navitop ul li ul {
  display: none;
  position: absolute;
  width: 210px;
  top: 65px;
  left: -10px;
  z-index: 1;
  background-color: #389CCF;
  box-shadow: 0 10px 16px -15px rgba(0, 0, 0, 0.5);
}
.navitop ul li ul li {
  width: 100%;
}
.navitop ul li ul li a {
  font-size: 14px;
  width: calc(100% - 20px);
  display: block;
  border-left: none;
  border-top: 1px solid #FFF;
  padding: 7px 0;
  margin-left: 10px;
  color: #FFF;
  transition: all 0.2s;
}
.navitop ul li ul li a:hover {
  color: #c8e4f2;
}
.navitop ul li ul li:first-child a {
  border-top: none;
}
.navitop ul li.active a {
  font-weight: 700;
  color: #389CCF;
}
.navitop ul li.active ul li a {
  color: #FFF;
}
.navitop ul li.active ul li.active a {
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
}
.navitop ul li.active ul li a {
  font-family: "Open Sans", "sans-serif";
  font-weight: normal;
  transition: all 0.2s;
}
.navitop ul li.active ul li a:hover {
  text-decoration: none;
  color: #c8e4f2;
}

.nav-side {
  margin-left: 50px;
}
.nav-side ul li {
  border-bottom: 1px solid #6D6E6D;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav-side ul li.active {
  font-weight: bold;
}
.nav-side ul li.active:before {
  content: ">";
}
.nav-side ul li a {
  color: #6D6E6D;
}
.nav-side ul li a:hover {
  text-decoration: none;
}
.nav-side ul li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .nav-side {
    margin-left: 0;
  }
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  /*position: absolute; */
  display: block;
  /*overflow: hidden; */
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  height: 17px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (max-width: 767px) {
  .nav-side {
    margin-top: 75px;
  }
}
@media screen and (max-width: 1200px) {
  .navitop ul li a {
    padding-right: 10px;
    font-size: 16px;
  }
}
.img-link {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: content-box;
  padding-bottom: 20px;
}
.img-link:hover .img-overlay {
  opacity: 1;
  height: calc(100% - 20px);
  transition: opacity 250ms;
}
.img-link .img-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: opacity 150ms;
  background-color: rgba(0, 0, 0, 0.75);
}
.img-link .img-overlay .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
}
.img-link .img-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 10px;
  width: 100%;
  color: #FFF;
}
.img-link .img-text.gradient {
  background: #616161;
  background: linear-gradient(0deg, #616161 0%, rgba(181, 181, 181, 0) 100%);
}
.img-link .img-text.top {
  top: 0;
}
.img-link .img-text.bottom {
  bottom: 20px;
}
.img-link .img-text .title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 10px;
}
.img-link .img-text .text {
  font-size: 14px;
  max-width: 100%;
  line-height: normal;
}

img {
  max-width: 100%;
}

#BoxStart,
.BoxStart {
  display: block;
  margin-bottom: 15px;
  position: relative;
  *zoom: 1;
}
#BoxStart:after, #BoxStart:before,
.BoxStart:after,
.BoxStart:before {
  content: " ";
  display: table;
}
#BoxStart:after,
.BoxStart:after {
  clear: both;
}
#BoxStart.BildBox a,
.BoxStart.BildBox a {
  height: calc(100% - 20px);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: white;
  color: white;
  text-decoration: none;
  transition: all 0.2s;
  opacity: 0;
}
#BoxStart.BildBox a span,
.BoxStart.BildBox a span {
  padding: 20px;
  line-height: normal;
  font-weight: bold;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  text-align: center;
}
#BoxStart.BildBox a:hover,
.BoxStart.BildBox a:hover {
  opacity: 0.3;
}
#BoxStart.BildBox img,
.BoxStart.BildBox img {
  width: 100%;
}

.spacer-top {
  height: 115px;
  width: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 55;
}

.stimmungsbild {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.stimmungsbild .caption-box {
  background-color: #389CCF;
  margin-bottom: -125px;
  width: 100%;
  height: 250px;
  padding: 0 6px;
  max-width: 100%;
  z-index: 50;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stimmungsbild .caption-box h1 {
  font-size: 42px;
  margin-bottom: 25px;
}
.stimmungsbild .caption-box span {
  font-size: 24px;
}

.intro-image {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.newsblock-home {
  display: flex;
  justify-content: space-between;
  border: none;
}

.cb-button {
  text-align: center;
  height: auto;
  padding: 5px 25px;
  background-color: white;
  color: #389CCF !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  width: auto;
  margin: 0 0 4px;
  display: inline-block;
  position: relative;
  border-radius: 0.25rem;
  border: 1px solid #389CCF;
  transition: all 0.25s;
  min-height: 65px;
  min-width: 170px;
}
.cb-button:hover {
  text-decoration: none;
  background-color: #389CCF !important;
  color: white !important;
  border: 1px solid #389CCF !important;
}
.cb-button p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.richtext ul {
  padding-left: 20px;
  list-style-position: inside;
  list-style: square;
}
.richtext ol {
  padding-left: 20px;
  list-style-position: inside;
  list-style: decimal;
}

.files > li > i {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.eventBoxListe h4 {
  font-size: 20px !important;
  margin-bottom: 15px;
  color: #389CCF;
}

@media (max-width: 1220px) {
  #BoxStart.BildBox a,
.BoxStart.BildBox a {
    font-size: 200% !important;
  }
}
@media screen and (max-width: 1024px) {
  .img-spacer {
    height: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .stimmungsbild {
    height: 350px;
  }
  .stimmungsbild .caption-box {
    height: 200px;
    margin-bottom: -100px;
  }
  .stimmungsbild .caption-box h1 {
    font-size: 35px;
  }
  .stimmungsbild .caption-box .caption-text {
    text-align: center;
  }
  .stimmungsbild .caption-box .caption-text span {
    font-size: 20px;
  }

  .stimmungsbild-klein {
    height: 150px;
  }

  .news-row .news-item {
    padding-bottom: 40px;
  }
}
@media (max-width: 700px) {
  #BoxStart,
.BoxStart {
    margin-bottom: 0;
  }
  #BoxStart.BildBox a,
.BoxStart.BildBox a {
    font-size: 150% !important;
  }

  div#BoxStart.BoxForm {
    margin-bottom: 15px;
    max-height: auto;
  }
}
._font-big {
  font-size: 40px;
}

._font-medium {
  font-size: 27px;
}

._font-grey {
  color: #6D6E6D;
}

._font-blue {
  color: #389CCF !important;
}

._font-white {
  color: #fff !important;
}

._font-black {
  color: #000 !important;
}

._font-bold {
  font-weight: bold;
}

._font-light {
  font-weight: lighter;
}

._font-special {
  font-family: "fp-head-pro", sans-serif;
}

/* masonry */
.masonry {
  /*background: url("../images/bgBox_Neutral.jpg") repeat scroll 0 0 #eee; max-width: 1218px; margin: 0 auto; min-height: 306px;*/
}
.masonry .item {
  width: 300px;
  height: 300px;
  float: left;
  margin-bottom: 6px;
  max-width: 100%;
}
.masonry .item.onlyMobilBlock {
  display: none;
  position: relative !important;
  height: auto;
  width: 100%;
  top: 0 !important;
  left: 0 !important;
}
.masonry .item .mobilImg {
  display: none;
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  left: 0;
}
.masonry .item .titel {
  clear: both;
  display: block;
  font-size: 40px;
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
  line-height: 49px;
  margin-bottom: 5%;
}
.masonry .item .item.aktiv .titel {
  color: #389CCF;
}
.masonry .item.aktiv a {
  color: #000;
}
.masonry .item .text,
.masonry .item .titel {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.masonry .item .titel.weiss {
  color: #fff;
}
.masonry .item .titel.schwarz {
  color: #000;
}
.masonry .item h1,
.masonry .item h2,
.masonry .item h3,
.masonry .item h4 {
  color: #389CCF;
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
  line-height: inherit;
  margin-bottom: 25px;
  /* margin-top: 20px; */
}
.masonry .itemOuter {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
}
.masonry .aktiv {
  border: 3px solid #389CCF;
  background: #fff !important;
}
.masonry .aktiv h1,
.masonry .aktiv h2,
.masonry .aktiv h3,
.masonry .aktiv h4,
.masonry .aktiv h5 {
  color: #389CCF;
}
.masonry .itemInner {
  font-size: 20px;
  letter-spacing: 0.043em;
  line-height: 28px;
  padding: 30px 30px 15px;
  position: relative;
  width: 100%;
  display: inline-block;
  z-index: 10;
}
.masonry .itemInner ul {
  margin: 10px 0;
}
.masonry .itemInner li {
  background: url("../images/li.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
  list-style: outside none none;
  padding-left: 20px;
}
.masonry .w2 {
  width: 606px;
}
.masonry .w3 {
  width: 912px;
}
.masonry .w4 {
  width: 1218px;
}
.masonry .h1 {
  height: 300px;
}
.masonry .h2 {
  height: 606px;
}
.masonry .h3 {
  height: 912px;
}
.masonry .h4 {
  height: 1218px;
}
.masonry .h5 {
  height: 1524px;
}
.masonry .h6 {
  height: 1830px;
}
.masonry .h7 {
  height: 2136px;
}
.masonry .h8 {
  height: 2442px;
}
.masonry .h9 {
  height: 2748px;
}
.masonry .h10 {
  height: 3054px;
}
.masonry .h11 {
  height: 3360px;
}
.masonry .h12 {
  height: 3666px;
}
.masonry .h13 {
  height: 3972px;
}
.masonry .h14 {
  height: 4278px;
}
.masonry .h15 {
  height: 4584px;
}
.masonry .h16 {
  height: 4890px;
}
.masonry .h17 {
  height: 5196px;
}
.masonry .h18 {
  height: 5502px;
}
.masonry .h19 {
  height: 5808px;
}
.masonry .h20 {
  height: 6114px;
}
.masonry .h21 {
  height: 6420px;
}
.masonry .h22 {
  height: 6726px;
}
.masonry .h23 {
  height: 7032px;
}
.masonry .h24 {
  height: 7338px;
}
.masonry .h25 {
  height: 7644px;
}
.masonry .h26 {
  height: 7950px;
}
.masonry .h27 {
  height: 8256px;
}
.masonry .h28 {
  height: 8562px;
}
.masonry .h29 {
  height: 8868px;
}
.masonry .h30 {
  height: 9174px;
}
.masonry .h31 {
  height: 9480px;
}
.masonry .h32 {
  height: 9786px;
}
.masonry .h33 {
  height: 10092px;
}
.masonry .h34 {
  height: 10398px;
}
.masonry .h35 {
  height: 10704px;
}
.masonry .h36 {
  height: 11010px;
}
.masonry .h37 {
  height: 11316px;
}
.masonry .h38 {
  height: 11622px;
}
.masonry .h39 {
  height: 11928px;
}
.masonry .h40 {
  height: 12234px;
}
.masonry .h41 {
  height: 12540px;
}
.masonry .h42 {
  height: 12846px;
}
.masonry .h43 {
  height: 13152px;
}
.masonry .h44 {
  height: 13458px;
}
.masonry .h45 {
  height: 13764px;
}
.masonry .h46 {
  height: 14070px;
}
.masonry .h47 {
  height: 14376px;
}
.masonry .h48 {
  height: 14682px;
}
.masonry .h49 {
  height: 14988px;
}
.masonry .h50 {
  height: 15294px;
}
.masonry .h51 {
  height: 15600px;
}
.masonry .h52 {
  height: 15906px;
}
.masonry .h53 {
  height: 16212px;
}
.masonry .h54 {
  height: 16518px;
}
.masonry .h55 {
  height: 16824px;
}
.masonry .h56 {
  height: 17130px;
}
.masonry .h57 {
  height: 17436px;
}
.masonry .h58 {
  height: 17742px;
}
.masonry .h59 {
  height: 18048px;
}
.masonry .h60 {
  height: 18354px;
}
.masonry .h61 {
  height: 18660px;
}
.masonry .h62 {
  height: 18966px;
}
.masonry .h63 {
  height: 19272px;
}
.masonry .h64 {
  height: 19578px;
}
.masonry .h65 {
  height: 19884px;
}
.masonry .h66 {
  height: 20190px;
}
.masonry .h67 {
  height: 20496px;
}
.masonry .h68 {
  height: 20802px;
}
.masonry .h69 {
  height: 21108px;
}
.masonry .h70 {
  height: 21414px;
}
.masonry .h71 {
  height: 21720px;
}
.masonry .h72 {
  height: 22026px;
}
.masonry .h73 {
  height: 22332px;
}
.masonry .h74 {
  height: 22638px;
}
.masonry .h75 {
  height: 22944px;
}
.masonry .h76 {
  height: 23250px;
}
.masonry .h77 {
  height: 23556px;
}
.masonry .h78 {
  height: 23862px;
}
.masonry .h79 {
  height: 24168px;
}
.masonry .h80 {
  height: 24474px;
}
.masonry .h81 {
  height: 24780px;
}
.masonry .h82 {
  height: 25086px;
}
.masonry .h83 {
  height: 25392px;
}
.masonry .h84 {
  height: 25698px;
}
.masonry .h85 {
  height: 26004px;
}
.masonry .h86 {
  height: 26310px;
}
.masonry .h87 {
  height: 26616px;
}
.masonry .h88 {
  height: 26922px;
}
.masonry .h89 {
  height: 27228px;
}
.masonry .h90 {
  height: 27534px;
}
.masonry .h91 {
  height: 27840px;
}
.masonry .h92 {
  height: 28146px;
}
.masonry .h93 {
  height: 28452px;
}
.masonry .h94 {
  height: 28758px;
}
.masonry .h95 {
  height: 29064px;
}
.masonry .h96 {
  height: 29370px;
}
.masonry .h97 {
  height: 29676px;
}
.masonry .h98 {
  height: 29982px;
}
.masonry .h99 {
  height: 30288px;
}
.masonry .h100 {
  height: 30594px;
}
.masonry .h101 {
  height: 30900px;
}
.masonry .h102 {
  height: 31206px;
}
.masonry .h103 {
  height: 31512px;
}
.masonry .h104 {
  height: 31818px;
}
.masonry .h105 {
  height: 32124px;
}
.masonry .h106 {
  height: 32430px;
}
.masonry .h107 {
  height: 32736px;
}
.masonry .h108 {
  height: 33042px;
}
.masonry .h109 {
  height: 33348px;
}
.masonry .h110 {
  height: 33654px;
}
.masonry .h111 {
  height: 33960px;
}
.masonry .h112 {
  height: 34266px;
}
.masonry .h113 {
  height: 34572px;
}
.masonry .h114 {
  height: 34878px;
}
.masonry .h115 {
  height: 35184px;
}
.masonry .h116 {
  height: 35490px;
}
.masonry .h117 {
  height: 35796px;
}
.masonry .h118 {
  height: 36102px;
}
.masonry .h119 {
  height: 36408px;
}
.masonry .h120 {
  height: 36714px;
}
.masonry .h121 {
  height: 37020px;
}
.masonry .h122 {
  height: 37326px;
}
.masonry .h123 {
  height: 37632px;
}
.masonry .h124 {
  height: 37938px;
}
.masonry .h125 {
  height: 38244px;
}
.masonry .h126 {
  height: 38550px;
}
.masonry .h127 {
  height: 38856px;
}
.masonry .h128 {
  height: 39162px;
}
.masonry .h129 {
  height: 39468px;
}
.masonry .h130 {
  height: 39774px;
}
.masonry .h131 {
  height: 40080px;
}
.masonry .h132 {
  height: 40386px;
}
.masonry .h133 {
  height: 40692px;
}
.masonry .h134 {
  height: 40998px;
}
.masonry .h135 {
  height: 41304px;
}
.masonry .h136 {
  height: 41610px;
}
.masonry .h137 {
  height: 41916px;
}
.masonry .h138 {
  height: 42222px;
}
.masonry .h139 {
  height: 42528px;
}
.masonry .h140 {
  height: 42834px;
}
.masonry .h141 {
  height: 43140px;
}
.masonry .h142 {
  height: 43446px;
}
.masonry .h143 {
  height: 43752px;
}
.masonry .h144 {
  height: 44058px;
}
.masonry .h145 {
  height: 44364px;
}
.masonry .h146 {
  height: 44670px;
}
.masonry .h147 {
  height: 44976px;
}
.masonry .h148 {
  height: 45282px;
}
.masonry .h149 {
  height: 45588px;
}
.masonry .h150 {
  height: 45894px;
}
.masonry .h151 {
  height: 46200px;
}
.masonry .h152 {
  height: 46506px;
}
.masonry .h153 {
  height: 46812px;
}
.masonry .h154 {
  height: 47118px;
}
.masonry .h155 {
  height: 47424px;
}
.masonry .h156 {
  height: 47730px;
}
.masonry .h157 {
  height: 48036px;
}
.masonry .h158 {
  height: 48342px;
}
.masonry .h159 {
  height: 48648px;
}
.masonry .h160 {
  height: 48954px;
}
.masonry .h161 {
  height: 49260px;
}
.masonry .h162 {
  height: 49566px;
}
.masonry .h163 {
  height: 49872px;
}
.masonry .h164 {
  height: 50178px;
}
.masonry .h165 {
  height: 50484px;
}
.masonry .h166 {
  height: 50790px;
}
.masonry .h167 {
  height: 51096px;
}
.masonry .h168 {
  height: 51402px;
}
.masonry .h169 {
  height: 51708px;
}
.masonry .h170 {
  height: 52014px;
}
.masonry .h171 {
  height: 52320px;
}
.masonry .h172 {
  height: 52626px;
}
.masonry .h173 {
  height: 52932px;
}
.masonry .h174 {
  height: 53238px;
}
.masonry .h175 {
  height: 53544px;
}
.masonry .h176 {
  height: 53850px;
}
.masonry .h177 {
  height: 54156px;
}
.masonry .h178 {
  height: 54462px;
}
.masonry .h179 {
  height: 54768px;
}
.masonry .h180 {
  height: 55074px;
}
.masonry .h181 {
  height: 55380px;
}
.masonry .h182 {
  height: 55686px;
}
.masonry .h183 {
  height: 55992px;
}
.masonry .h184 {
  height: 56298px;
}
.masonry .h185 {
  height: 56604px;
}
.masonry .h186 {
  height: 56910px;
}
.masonry .h187 {
  height: 57216px;
}
.masonry .h188 {
  height: 57522px;
}
.masonry .h189 {
  height: 57828px;
}
.masonry .h190 {
  height: 58134px;
}
.masonry .h191 {
  height: 58440px;
}
.masonry .h192 {
  height: 58746px;
}
.masonry .h193 {
  height: 59052px;
}
.masonry .h194 {
  height: 59358px;
}
.masonry .h195 {
  height: 59664px;
}
.masonry .h196 {
  height: 59970px;
}
.masonry .h197 {
  height: 60276px;
}
.masonry .h198 {
  height: 60582px;
}
.masonry .h199 {
  height: 60888px;
}
.masonry .h200 {
  height: 61194px;
}
.masonry .h201 {
  height: 61500px;
}
.masonry .h202 {
  height: 61806px;
}
.masonry .h203 {
  height: 62112px;
}
.masonry .h204 {
  height: 62418px;
}
.masonry .h205 {
  height: 62724px;
}
.masonry .h206 {
  height: 63030px;
}
.masonry .h207 {
  height: 63336px;
}
.masonry .h208 {
  height: 63642px;
}
.masonry .h209 {
  height: 63948px;
}
.masonry .h210 {
  height: 64254px;
}
.masonry .h211 {
  height: 64560px;
}
.masonry .h212 {
  height: 64866px;
}
.masonry .h213 {
  height: 65172px;
}
.masonry .h214 {
  height: 65478px;
}
.masonry .h215 {
  height: 65784px;
}
.masonry .h216 {
  height: 66090px;
}
.masonry .h217 {
  height: 66396px;
}
.masonry .h218 {
  height: 66702px;
}
.masonry .h219 {
  height: 67008px;
}
.masonry .h220 {
  height: 67314px;
}
.masonry .h221 {
  height: 67620px;
}
.masonry .h222 {
  height: 67926px;
}
.masonry .h223 {
  height: 68232px;
}
.masonry .h224 {
  height: 68538px;
}
.masonry .h225 {
  height: 68844px;
}
.masonry .h226 {
  height: 69150px;
}
.masonry .h227 {
  height: 69456px;
}
.masonry .h228 {
  height: 69762px;
}
.masonry .h229 {
  height: 70068px;
}
.masonry .h230 {
  height: 70374px;
}
.masonry .h231 {
  height: 70680px;
}
.masonry .h232 {
  height: 70986px;
}
.masonry .h233 {
  height: 71292px;
}
.masonry .h234 {
  height: 71598px;
}
.masonry .h235 {
  height: 71904px;
}
.masonry .h236 {
  height: 72210px;
}
.masonry .h237 {
  height: 72516px;
}
.masonry .h238 {
  height: 72822px;
}
.masonry .h239 {
  height: 73128px;
}
.masonry .h240 {
  height: 73434px;
}
.masonry .h241 {
  height: 73740px;
}
.masonry .h242 {
  height: 74046px;
}
.masonry .h243 {
  height: 74352px;
}
.masonry .h244 {
  height: 74658px;
}
.masonry .h245 {
  height: 74964px;
}
.masonry .h246 {
  height: 75270px;
}
.masonry .h247 {
  height: 75576px;
}
.masonry .h248 {
  height: 75882px;
}
.masonry .h249 {
  height: 76188px;
}
.masonry .h250 {
  height: 76494px;
}
.masonry .h251 {
  height: 76800px;
}
.masonry .h252 {
  height: 77106px;
}
.masonry .h253 {
  height: 77412px;
}
.masonry .h254 {
  height: 77718px;
}
.masonry .h255 {
  height: 78024px;
}
.masonry .h256 {
  height: 78330px;
}
.masonry .h257 {
  height: 78636px;
}
.masonry .h258 {
  height: 78942px;
}
.masonry .h259 {
  height: 79248px;
}
.masonry .h260 {
  height: 79554px;
}
.masonry .h261 {
  height: 79860px;
}
.masonry .h262 {
  height: 80166px;
}
.masonry .h263 {
  height: 80472px;
}
.masonry .h264 {
  height: 80778px;
}
.masonry .h265 {
  height: 81084px;
}
.masonry .h266 {
  height: 81390px;
}
.masonry .h267 {
  height: 81696px;
}
.masonry .h268 {
  height: 82002px;
}
.masonry .h269 {
  height: 82308px;
}
.masonry .h270 {
  height: 82614px;
}
.masonry .h271 {
  height: 82920px;
}
.masonry .h272 {
  height: 83226px;
}
.masonry .h273 {
  height: 83532px;
}
.masonry .h274 {
  height: 83838px;
}
.masonry .h275 {
  height: 84144px;
}
.masonry .h276 {
  height: 84450px;
}
.masonry .h277 {
  height: 84756px;
}
.masonry .h278 {
  height: 85062px;
}
.masonry .h279 {
  height: 85368px;
}
.masonry .h280 {
  height: 85674px;
}
.masonry .h281 {
  height: 85980px;
}
.masonry .h282 {
  height: 86286px;
}
.masonry .h283 {
  height: 86592px;
}
.masonry .h284 {
  height: 86898px;
}
.masonry .h285 {
  height: 87204px;
}
.masonry .h286 {
  height: 87510px;
}
.masonry .h287 {
  height: 87816px;
}
.masonry .h288 {
  height: 88122px;
}
.masonry .h289 {
  height: 88428px;
}
.masonry .h290 {
  height: 88734px;
}
.masonry .h291 {
  height: 89040px;
}
.masonry .h292 {
  height: 89346px;
}
.masonry .h293 {
  height: 89652px;
}
.masonry .h294 {
  height: 89958px;
}
.masonry .h295 {
  height: 90264px;
}
.masonry .h296 {
  height: 90570px;
}
.masonry .h297 {
  height: 90876px;
}
.masonry .h298 {
  height: 91182px;
}
.masonry .h299 {
  height: 91488px;
}
.masonry .h300 {
  height: 91794px;
}
.masonry .h301 {
  height: 92100px;
}
.masonry .h302 {
  height: 92406px;
}
.masonry .h303 {
  height: 92712px;
}
.masonry .h304 {
  height: 93018px;
}
.masonry .bgitem {
  background-size: cover !important;
  background-position: center center, center center !important;
}
.masonry .urlVorschau {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 300;
}
.masonry .MIGXLink {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 300;
}
.masonry .blau {
  background-color: #03529e !important;
}
.masonry .Farbe {
  background: #389CCF;
}
.masonry .Farbe .itemInner span,
.masonry .Farbe a {
  color: #fff !important;
}
.masonry .Farbe .farbeText {
  color: #fff;
}
.masonry .Farbe .farbeText h1,
.masonry .Farbe .farbeText h2,
.masonry .Farbe .farbeText h3,
.masonry .Farbe .farbeText h4,
.masonry .Farbe .farbeText h5,
.masonry .Farbe .farbeText h6 {
  color: #fff;
}
.masonry .Weiss {
  background-color: #ffffff !important;
}
.masonry .Transparent {
  background-color: #efefef !important;
}
.masonry .MIGXLink,
.masonry .urlVorschau {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 30px;
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
  text-align: center;
  display: table;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.masonry .MIGXLink span,
.masonry .urlVorschau span {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  line-height: normal;
}
.masonry .MIGXLink:hover,
.masonry .urlVorschau:hover {
  background: url("../images/bghover.png");
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.masonry .BlankLink {
  background: transparent;
}
.masonry .rechts {
  text-align: right;
}
.masonry .links {
  text-align: left;
}
.masonry .mitte {
  text-align: center;
}
.masonry .fake-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: left top !important;
  z-index: 0;
}

@media (max-width: 1200px) {
  .masonry .item.noMobil {
    display: none;
  }
  .masonry .item.onlyMobilBlock {
    display: block;
  }
  .masonry .item .mobilImg {
    display: block;
  }
}
@media (max-width: 617px) {
  .masonry .item {
    position: relative !important;
    height: auto !important;
    background-position: left top !important;
  }
}
.accordion .entry {
  background-color: #389CCF;
  color: white;
}
.accordion .entry .BildBox .text,
.accordion .entry .BildBox .title {
  background: none;
  border: none;
  color: #FFF;
  padding: 0 !important;
}
.accordion .entry .BildBox .text {
  display: block;
}
.accordion .entry .title {
  transition: all ease 500ms;
  background: white;
  padding: 20px;
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  color: #6D6E6D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E2E2E2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+-1,f9f9f9+0,ededed+99
        background      : #f9f9f9;
        background      : -moz-linear-gradient(-45deg, #f9f9f9 -1%, #f9f9f9 0%, #ededed 99%);
        background      : -webkit-linear-gradient(-45deg, #f9f9f9 -1%,#f9f9f9 0%,#ededed 99%);
        background      : linear-gradient(135deg, #f9f9f9 -1%,#f9f9f9 0%,#ededed 99%);

        */
}
.accordion .entry .title .accordionIcon {
  float: right;
  font-size: 21px;
}
.accordion .entry .title svg {
  transition: all 0.25s;
}
.accordion .entry .text {
  background: white;
  border-bottom: 1px solid black;
  color: black;
  display: none;
  padding: 20px !important;
  border-top: 5px solid white;
}
.accordion .entry .text h1,
.accordion .entry .text h2,
.accordion .entry .text h3,
.accordion .entry .text h4 {
  display: block;
  margin-bottom: 10px;
  color: #389CCF;
}
.accordion .entry .text h1 {
  font-size: 25px;
}
.accordion .entry .text .cb {
  display: block;
  padding: 5px;
}
.accordion .entry .text ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
}
.accordion .entry .text ul.files {
  list-style: none;
  padding-left: 0;
}
.accordion .entry.active {
  background-color: #efefef;
}
.accordion .entry.active .title svg {
  transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
  .accordion .text h1 {
    font-size: 21px;
  }
}
@media screen and (max-width: 320px) {
  .accordion .text h1 {
    font-size: 17px;
  }
}
/* Teambox */
.teambox {
  float: left;
  margin-bottom: 6px;
  margin-right: 6px;
  width: 100%;
}
.teambox .content {
  float: left;
  background-color: #389CCF;
  color: #fff;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
.teambox .content .outer {
  position: absolute;
  width: 80%;
  bottom: 20px;
}
.teambox .content .outer span {
  float: none;
  display: block;
}
.teambox .content .outer .mail a {
  color: #fff !important;
  word-break: break-word;
}
.teambox .content.noimage {
  width: 100%;
}
.teambox .img {
  position: relative;
  float: left;
  width: 50%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.teambox .img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.teambox .img.noimage {
  width: 0%;
}
.teambox .img-mobile {
  display: none;
}

.teambox.last {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .teambox {
    width: 100% !important;
  }
  .teambox .content {
    min-height: 125px !important;
  }
}
@media only screen and (max-width: 617px) {
  .teambox {
    width: 100% !important;
  }
  .teambox .content {
    width: 100% !important;
  }
  .teambox .img {
    width: 100% !important;
    display: none;
  }
  .teambox .img-mobile {
    display: block;
    width: 100%;
  }
}
/* Formular */
.form-container hr:first-child {
  display: none;
}

form {
  /*
  #recaptcha_instructions_image, #recaptcha_instructions_audio, #recaptcha_instructions_error{ font-size: 12px !Important; color: #f00; }
  #recaptcha_image { float: left; margin-bottom: 10px; }
  */
}
form div {
  display: block;
  margin-bottom: 0;
}
form input,
form select,
form textarea {
  border: medium none;
  font-family: "Open Sans", "sans-serif";
  font-size: 14px;
  margin: 4px 0 0;
  padding: 7px;
  width: 60%;
  background: none repeat scroll 0 0 #efefef;
}
form a {
  color: #000000;
}
form input[type=submit] {
  cursor: pointer;
  background: #389CCF;
  color: #ffffff;
  margin-top: 15px;
}
form .masonry .item.aktiv input,
form .masonry .item.aktiv textarea {
  background: #efefef;
}
form .masonry .item.aktiv input[type=submit],
form .cr_button {
  background-color: #389CCF;
  color: #ffffff;
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
  width: auto;
}
form input[type=submit],
form .cr_button {
  clear: both;
  cursor: pointer;
  display: table;
  float: none;
  width: auto;
}
form label {
  display: block;
  float: left;
  width: 40%;
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
}
form label.max {
  width: 100%;
}
form .error1 {
  background: #ffcfcf !important;
  border-left: 2px solid #ff0000 !important;
  box-shadow: 0 3px 10px -5px #999999;
}
form span.info {
  font-size: 14px;
  padding-left: 10px;
}
form .boolWrap {
  display: block;
  float: right;
  width: 60%;
}
form .boolWrap label {
  font-family: "Open Sans", "sans-serif";
}
form .boolDiv {
  display: inline-block;
  width: 100%;
}
form .radio {
  width: 20%;
}
form input[type=checkbox],
form input[type=radio] {
  clear: both;
  float: left;
  width: 20px;
}
form .cr_button {
  font-size: 14px;
  margin: 4px 0 20px;
  padding: 7px;
  border: none;
  cursor: pointer;
}
form h4 {
  margin-bottom: 15px;
  color: #389CCF;
}

.form-container {
  margin-bottom: 25px;
}

.FormOuter input.error,
.FormOuter p.error {
  background: #ffcfcf !important;
  border-left: 2px solid #ff0000 !important;
  box-shadow: 0 3px 10px -5px #999999;
}
.FormOuter p.error {
  padding-left: 10px;
  margin-bottom: 20px;
}
.FormOuter p {
  background: #cdffcd none repeat scroll 0 0 !important;
  border-left: 2px solid #26ff00 !important;
  box-shadow: 0 3px 10px -5px #999999;
  margin-bottom: 20px;
  padding-left: 10px;
}

.form-navigation {
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
}
.form-navigation li {
  border: 5px solid #389CCF;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  margin-right: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.form-navigation li:last-child:after {
  display: none;
}
.form-navigation li:after {
  content: "";
  position: absolute;
  left: calc(100% + 5px);
  width: 75px;
  border-bottom: 5px dashed #389CCF;
}
.form-navigation li.active {
  background-color: #389CCF;
}
.form-navigation li.active a,
.form-navigation li.active span {
  color: #FFF;
}
.form-navigation li a,
.form-navigation li span {
  color: #389CCF;
  font-size: 34px;
  text-decoration: none;
}

.form-content h2 {
  display: none !important;
}
.form-content .form-control {
  border: medium none;
  font-size: 14px;
  margin: 4px 0 0;
  padding: 7px;
  width: 100%;
  background: none repeat scroll 0 0 #efefef;
}
.form-content .checkboxes,
.form-content .radio-buttons {
  display: flex;
  flex-direction: column;
}
.form-content .checkboxes label,
.form-content .radio-buttons label {
  display: flex;
  align-items: center;
}
.form-content .checkboxes label input,
.form-content .radio-buttons label input {
  margin-right: 10px;
}
.form-content .form-control--checkbox,
.form-content .form-control--radio {
  width: 15px;
  float: none !important;
}
.form-content .form-control--textarea {
  min-height: 150px;
}

.form-group {
  display: flex;
  flex-direction: column;
}
.form-group h4 {
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.checkbox-inner {
  padding-left: 20px;
}

.checkbox-inner,
.radio-button-wrapper {
  display: flex !important;
  align-items: center !important;
  float: none !important;
}
.checkbox-inner input,
.radio-button-wrapper input {
  margin-right: 10px !important;
  margin-top: 0 !important;
}

.form-pagination button[type=submit],
.form-pagination input[type=submit] {
  background-color: white;
  color: #389CCF;
  font-weight: 700;
  width: auto;
  border: 1px solid #389CCF;
}
.form-pagination button[type=submit]:hover,
.form-pagination input[type=submit]:hover {
  background-color: #389CCF !important;
  color: white;
  border: 1px solid #389CCF;
}

/* --------------- Startseite --------------- */
.news-row .news-item {
  height: 100%;
  position: relative;
}
.news-row .news-item.news-item-home {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #E2E2E2;
  display: block;
  height: auto;
}
.news-row .news-item .news-upper .date {
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 9px;
}
.news-row .news-item a {
  color: #6e6f6e;
  text-decoration: none;
}
.news-row .news-item a.more {
  color: #389CCF;
}
.news-row .news-item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.news-header {
  font-size: 20px;
  margin-bottom: 25px;
}

.c38Item {
  margin-bottom: 40px;
}

.more {
  color: #389CCF;
}

.change38Home {
  width: 606px;
  height: 606px;
  margin: -30px;
  padding: 15px;
  border: #389CCF 2px solid;
  background-color: #ffffff;
}
.change38Home.change38HomeNeu {
  width: 100%;
  margin: auto;
  height: auto;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 15px;
}
.change38Home.change38HomeNeu .c38Item h4 a {
  margin: 0 0 5px;
  font-size: 18px;
}
.change38Home.change38HomeNeu .c38Item .summary {
  float: left;
  max-width: 386px;
}
.change38Home.change38HomeNeu .ch38Foot {
  bottom: 5px;
}
.change38Home .c38Item {
  margin-bottom: 20px;
}
.change38Home .c38Item:nth-child(3n) {
  margin-bottom: 0;
}
.change38Home .c38Item h4 {
  margin: 0 0 5px;
  font-size: 18px;
}
.change38Home .c38Item h4 a:link {
  color: #389CCF;
  text-decoration: none;
}
.change38Home .c38Item h4 a:hover {
  text-decoration: underline;
}
.change38Home .c38Item img {
  float: left;
  width: 150px;
  height: 113px;
  margin-right: 10px;
}
.change38Home .c38Item .date {
  max-width: 410px;
  margin: 0;
  font-size: 14px;
  line-height: 100%;
}
.change38Home .c38Item .summary {
  float: left;
  max-width: 410px;
  font-size: 18px;
}
.change38Home .c38Item .summary a.more:link {
  color: #389CCF;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.change38Home .c38Item .summary a.more:hover {
  text-decoration: underline;
}
.change38Home .ch38Foot {
  position: absolute;
  right: 15px;
  bottom: -10px;
  text-align: right;
  font-size: 16px;
}
.change38Home .ch38Foot img {
  display: inline-block;
  height: 40px;
}

.change38Full .blogImg {
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
}
.change38Full .blogData {
  float: left;
  width: 65%;
  margin-bottom: 30px;
}
.change38Full .blogData .date {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 140%;
  display: block;
  margin-bottom: 5px;
}
.change38Full .blogData h4 a {
  color: #389CCF;
}
.change38Full .blogData h4 a:link {
  color: #389CCF;
  text-decoration: none;
  font-size: 25px;
  margin-bottom: 15px;
  display: block;
}
.change38Full .blogData h4 a:hover {
  text-decoration: underline;
}
.change38Full .blogData .summary a.more:link {
  color: #389CCF;
  font-size: 16px;
  text-decoration: none;
}
.change38Full .blogData .summary a.more:hover {
  text-decoration: underline;
}
.change38Full .c38Item.archiv {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.change38Full .c38Item.archiv .blogData {
  margin-bottom: 0;
}

.c38FullLogo {
  max-width: 220px;
  max-width: 220px;
  margin: -10px 0 20px;
}

.change38FullFooter,
.change38SingleFooter {
  width: 100%;
}
.change38FullFooter a,
.change38SingleFooter a {
  float: right;
}
.change38FullFooter a img,
.change38SingleFooter a img {
  width: 70px;
  height: auto;
}

.change38FullFooter {
  margin-top: -30px;
}

.change38SingleFooter {
  margin-top: 10px;
}

.change38Single .blogImg {
  float: left;
  margin-right: 8px;
}
.change38Single .titleBox {
  float: left;
  width: 80%;
  margin-top: 0;
}
.change38Single .date {
  font-size: 14px;
  line-height: 100%;
}
.change38Single .author {
  font-size: 14px;
  font-style: italic;
}

@media only screen and (max-width: 1217px) {
  .change38Single .titleBox {
    width: 70%;
  }

  .change38Full .blogData {
    width: 55%;
  }
}
@media only screen and (max-width: 1024px) {
  .c38Item {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 617px) {
  .change38Home {
    width: auto;
    height: auto;
    margin: -10px -20px;
    /*.ch38Head { margin-bottom: 30px; }*/
  }
  .change38Home .c38Item h4 {
    line-height: 20px !important;
    margin-bottom: 5px !important;
  }
  .change38Home .c38Item h4 a.more {
    font-size: 18px;
    line-height: 20px !important;
  }
  .change38Home .c38Item .date {
    margin-top: 5px;
  }
  .change38Home .ch38Foot {
    bottom: 15px;
    text-align: right;
  }

  .change38Single .titleBox {
    width: 100%;
    margin-top: 10px;
  }

  .change38Full .blogImg {
    margin-bottom: 15px;
  }
  .change38Full .blogData {
    width: 100%;
    margin-bottom: 30px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
}

body {
  font-family: "Open Sans", "sans-serif";
  line-height: 25px;
  background: #ffffff;
}

.justifyright {
  text-align: right;
}

hr {
  border-width: 1px;
  margin: 30px 0;
  border-color: #389CCF;
}

main {
  background-color: white;
  position: relative;
  padding-bottom: 30px;
}
main .headingMain {
  font-size: 35px;
  display: block;
  margin-bottom: 30px;
  color: #389CCF;
}

/* Formular */
.searchForm {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.searchForm input {
  background: none repeat scroll 0 0 #efefef;
}
.searchForm input[type=submit] {
  background: none repeat scroll 0 0 #03529e !important;
  color: #fff;
  cursor: pointer;
  width: 150px;
  display: inline-block;
}
.searchForm input[name=search] {
  width: 80% !important;
}

.main-title {
  color: #389CCF;
  font-size: 40px;
  margin-bottom: 20px;
}

.partnerNeu {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
}
.partnerNeu.partnerNeuStart {
  border-bottom: 0;
}
.partnerNeu.partnerNeuStart a {
  min-height: 100px;
  display: block;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #E2E2E2;
}

.LogoBox {
  min-height: 150px;
  display: block;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  border-image: initial;
  width: 100%;
}

.clear {
  clear: both;
  display: block;
}

.onlymobil {
  display: none;
}

.wrapper {
  margin: 0 auto;
  width: 1230px;
  padding: 0 6px;
  max-width: 100%;
  position: relative;
  background: #ffffff;
}

.footer,
.header {
  position: fixed;
  width: 1218px;
  z-index: 999;
  margin: 0 auto;
}

.spacerDesktop {
  height: 123px;
  position: relative;
}

.hidden {
  display: none;
}

.richtext p {
  margin-bottom: 15px;
  display: block;
}
.richtext a {
  color: #000;
  text-decoration: underline;
}
.richtext ul li a {
  color: #000;
  text-decoration: underline;
}

#content {
  box-sizing: border-box;
  width: 1218px;
  padding-bottom: 100px;
  display: inline-block;
}
#content h1,
#content h2,
#content h3,
#content h4 {
  color: #389CCF;
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
}
#content h1 {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 20px;
}
#content h2 {
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 18px;
}
#content h3 {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 16px;
}
#content h4 {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 14px;
}
#content h5 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 12px;
}
#content .stimmungsbild {
  margin-bottom: 10px;
}
#content a {
  color: #389CCF;
}
#content hr {
  border-color: #389CCF;
  border-style: solid none none;
  border-width: 1px medium medium;
}
#content ul {
  list-style: circle;
  list-style-position: outside;
  padding-left: 20px;
}
#content ol {
  list-style-type: decimal;
  list-style-position: inside;
}

ul.files {
  list-style: none;
  padding-left: 0;
}
ul.files li a {
  text-decoration: none;
  border-bottom: 1px solid;
  color: #000;
}

/* Googlemaps */
#map-canvas {
  width: 100%;
  height: 400px;
  max-width: 100%;
}

/* logo */
#logo {
  width: 200px;
}

.eventBoxListe {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.eventBoxListe a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.eventBoxListe h4 {
  font-size: 18px !important;
}
.eventBoxListe span.date {
  font-size: 14px;
}
.eventBoxListe .inhalt {
  display: inline-block;
  width: 100%;
}
.eventBoxListe .inhalt .bild,
.eventBoxListe .inhalt .text {
  float: left;
}
.eventBoxListe .inhalt .bild {
  width: 165px;
}
.eventBoxListe .inhalt .bild .placeholder {
  width: 150px;
  height: 113px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/placeholder-news.jpg");
  margin-right: 15px;
  background-size: 45%;
  border: 1px solid #b3b3b3;
  display: inline-block;
}
.eventBoxListe .inhalt .text {
  width: calc(100% - 165px);
}
.eventBoxListe .inhalt .text span {
  font-weight: bold;
  color: #389CCF;
}

.main-title {
  font-family: "fp-head-pro", sans-serif;
}

iframe {
  max-width: 100%;
}

/* contentBlocks */
.cb-1 {
  width: 100%;
}

.cb-2-1 {
  width: 49%;
  margin-right: 2%;
}

.cb-2-2 {
  width: 49%;
}

.cb-3-1 {
  width: 32%;
  margin-right: 2%;
}

.cb-3-2 {
  width: 32%;
  margin-right: 2%;
}

.cb-3-3 {
  width: 32%;
}

.cb-4-1,
.cb-4-2,
.cb-4-3,
.cb-4-4 {
  width: 24%;
  margin-right: 1%;
}

.cb-4-4 {
  margin-right: 0;
}

.cb-5-outer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.cb-5-outer .cb-5neu-1,
.cb-5-outer .cb-5neu-2,
.cb-5-outer .cb-5neu-3,
.cb-5-outer .cb-5neu-4,
.cb-5-outer .cb-5neu-5 {
  width: 19%;
  margin-right: 1%;
}
.cb-5-outer .cb-5neu-1 img,
.cb-5-outer .cb-5neu-2 img,
.cb-5-outer .cb-5neu-3 img,
.cb-5-outer .cb-5neu-4 img,
.cb-5-outer .cb-5neu-5 img {
  max-width: 100%;
}
.cb-5-outer .cb-5neu-5 {
  margin-right: 0;
}
.cb-5-outer .cb-5-1 {
  width: 30%;
  margin-right: 2%;
}
.cb-5-outer .cb-5-2 {
  width: 68%;
}
.cb-5-outer .cb-5-3 {
  width: 67%;
  margin-right: 2%;
}
.cb-5-outer .cb-5-4 {
  width: 30%;
}

.cb {
  float: left;
  min-height: 1px;
}
.cb img {
  max-width: 100%;
  height: auto;
}
.cb .cb-link {
  display: block;
}

/* Specialgallery */
.special-gallery {
  display: inline-block;
  width: 100%;
}
.special-gallery ul li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  float: left;
  margin-right: 1%;
  padding: 0 !important;
  width: 24%;
}
.special-gallery ul a {
  text-decoration: none;
}
.special-gallery ul p.caption {
  font-size: 14px;
  line-height: 18px;
}

/* Suche */
.sisea-result {
  position: relative;
  border-bottom: 3px solid #389CCF;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.sisea-result a {
  text-decoration: none;
}
.sisea-result a.box {
  height: 100%;
  position: absolute;
  width: 100%;
}
.sisea-result a,
.sisea-result b {
  color: #389CCF;
  font-family: "Open Sans", "sans-serif";
  font-weight: 700;
}

.sisea-result:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sisea-paging {
  margin: 10px 0;
}

/* Login */
.loginLoginForm label {
  width: 100%;
}
.loginLoginForm input {
  float: right;
}

/* Dropdown */
.dropdown-menu {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu .table-condensed > tbody > tr > td,
.dropdown-menu .table-condensed > tbody > tr > th,
.dropdown-menu .table-condensed > tfoot > tr > td,
.dropdown-menu .table-condensed > tfoot > tr > th,
.dropdown-menu .table-condensed > thead > tr > td,
.dropdown-menu .table-condensed > thead > tr > th {
  padding: 5px;
}

/* Datapicker  */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker :before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker :after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.new,
.datepicker td.old {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active.active,
.datepicker td.active.disabled,
.datepicker td.active:active,
.datepicker td.active:focus,
.datepicker td.active:hover,
.datepicker td.active:hover.active,
.datepicker td.active:hover.disabled,
.datepicker td.active:hover:active,
.datepicker td.active:hover:focus,
.datepicker td.active:hover:hover,
.datepicker td.active:hover[disabled],
.datepicker td.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active.active,
.datepicker td.active:active,
.datepicker td.active:hover.active,
.datepicker td.active:hover:active {
  background-color: #003399 \9 ;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active:active,
.datepicker td span.active:focus,
.datepicker td span.active:hover,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active.active,
.datepicker td span.active:active {
  background-color: #003399 \9 ;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.datepicker .input-append.date .add-on i,
.datepicker .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 1217px) {
  .wrapper {
    width: 924px;
  }

  #content {
    width: 100%;
  }

  .footer,
.header {
    width: 912px;
  }

  .footer {
    height: auto;
  }

  .navitop a {
    padding-right: 32px;
  }

  .footer ul.last {
    float: left;
    margin-top: 10px;
  }

  .teambox .img {
    margin-right: 6px;
  }

  .teambox .onlymobil {
    display: block;
    margin-right: 0 !important;
  }

  .teambox .nomobil {
    display: none;
  }

  .footer .first {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 929px) {
  .cb {
    float: none;
    clear: both;
    width: 100% !important;
    margin-bottom: 15px;
  }

  .wrapper {
    width: 618px;
  }

  .footer,
.header {
    width: 606px;
    position: relative;
  }

  .header {
    border-bottom: 1px solid #389CCF;
  }

  .spacerDesktop {
    height: 20px;
  }

  #logo {
    top: 42px;
  }
}
@media screen and (max-width: 991px) {
  .cb-5-outer {
    flex-direction: column;
  }
  .cb-5-outer .cb {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .download-icon {
    display: none;
  }
}
@media only screen and (max-width: 617px) {
  .wrapper {
    width: 100%;
    padding: 0 20px 20px;
  }

  .masonry .itemInner {
    font-size: 18px;
    letter-spacing: unset;
    line-height: 25px;
    padding: 20px;
  }
  .masonry .item {
    position: relative !important;
    min-height: 300px !important;
    display: inline-block;
    float: left;
  }
  .masonry .item .h2,
.masonry .item h1,
.masonry .item h3,
.masonry .item h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
  }

  #content {
    padding-bottom: 30px;
  }

  .teambox {
    width: auto;
  }

  .footer .first li,
.footer .last li {
    display: block !important;
    width: 100%;
  }
  .footer .first li:first-child,
.footer .last li:first-child {
    background: url("../images/li-footer.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0) !important;
    padding-left: 16px !important;
  }

  .footer,
.header {
    width: 100%;
  }

  form input,
form select,
form textarea,
label {
    width: 100%;
  }

  form span.info {
    display: block;
    font-size: 14px;
  }

  /* Chris CSS Test */
  .masonry {
    background: transparent;
    height: auto !important;
  }
  .masonry .item {
    position: relative !important;
    top: auto !important;
    float: none !important;
  }
  .masonry .item .aktiv {
    float: none !important;
    /* height: auto !important; */
    position: relative !important;
    top: auto !important;
    min-height: 300px;
    height: auto !important;
  }
  .masonry .item h1,
.masonry .item h2,
.masonry .item h3,
.masonry .item h4,
.masonry .item p {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
/* add class="jumptarget" to all targets offset for header */
.jumptarget::before {
  content: "";
  display: block;
  height: 120px;
  /* fixed header height*/
  margin: -120px 0 0;
  /* negative fixed header height */
}

select.gemeindeDropdown {
  display: inline;
  font-size: 16px;
  margin: 15px 0;
  padding: 8px;
  width: 100%;
}
select.gemeindeDropdown option {
  padding: 8px;
}

@media (max-width: 617px) {
  .eventBoxListe .inhalt .bild,
.eventBoxListe .inhalt .text {
    width: 100%;
  }
  .eventBoxListe .inhalt .bild {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.side-buttons {
  position: fixed;
  right: 0;
  top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 75;
  height: 250px;
}
.side-buttons a {
  text-decoration: none !important;
}
.side-buttons .side-button {
  transition: all 0.25s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #389CCF;
  color: #FFF;
  height: 60px;
  width: 60px;
  font-size: 30px;
}
.side-buttons .side-button:nth-child(2) svg {
  fill: #FFF;
  width: 40px;
}
.side-buttons .side-button:hover {
  background-color: #FFF;
  color: #389CCF;
  border: 3px solid #389CCF;
}
.side-buttons .side-button:hover svg {
  fill: #389CCF;
}

@media screen and (max-width: 1024px) {
  .side-buttons {
    top: 75px;
  }
}
@media screen and (max-width: 425px) {
  .side-buttons {
    height: 215px;
  }
  .side-buttons .side-button {
    height: 50px;
    width: 50px;
  }
}
.navburger-container {
  /* Fixed padding */
}
.navburger-container.-nbfixed {
  padding-top: 54px;
}
.navburger-container .navburger {
  /* Fixed */
  /* First Level */
  /* Open-Close Toggler */
}
.navburger-container .navburger {
  position: relative;
  display: block;
  z-index: 100;
  height: 54px;
  width: 100%;
  top: 0;
  background-color: #FFF;
}
.navburger-container .navburger.-fixed {
  position: fixed;
}
.navburger-container .navburger ul {
  position: relative;
  display: none;
  top: 54px;
  background-color: #389CCF;
}
.navburger-container .navburger ul li {
  /* Second Level */
}
.navburger-container .navburger ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #FFF;
}
.navburger-container .navburger ul li a {
  display: block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
}
.navburger-container .navburger ul li .subtoggler {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #FFF;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  cursor: pointer;
}
.navburger-container .navburger ul li .subtoggler i {
  font-size: 24px;
}
.navburger-container .navburger ul li .subtoggler img {
  width: 20px;
  height: 20px;
}
.navburger-container .navburger ul li ul {
  top: 0;
}
.navburger-container .navburger ul li ul li {
  /* Third Level */
}
.navburger-container .navburger ul li ul li {
  border-bottom: 0;
  border-top: 1px solid #FFF;
}
.navburger-container .navburger ul li ul li a {
  padding-left: 25px;
}
.navburger-container .navburger ul li ul li ul li {
  border-bottom: 0;
  border-top: 1px solid #FFF;
}
.navburger-container .navburger ul li ul li ul li a {
  padding-left: 40px;
}
.navburger-container .navburger ul .phone {
  display: none;
}
.navburger-container .navburger ul .mail {
  display: none;
}
.navburger-container .navburger ul .link {
  height: 44px !important;
}
.navburger-container .navburger .toggler {
  position: absolute;
  width: 35px;
  height: 25px;
  top: 14.5px;
  right: 14.5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navburger-container .navburger .toggler.open span:nth-child(1), .navburger-container .navburger .toggler.open span:nth-child(4) {
  top: 11px;
  width: 0;
  left: 50%;
}
.navburger-container .navburger .toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navburger-container .navburger .toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navburger-container .navburger .toggler span {
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background: #389CCF;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navburger-container .navburger .toggler span:nth-child(1) {
  top: 0;
}
.navburger-container .navburger .toggler span:nth-child(2), .navburger-container .navburger .toggler span:nth-child(3) {
  top: 11px;
}
.navburger-container .navburger .toggler span:nth-child(4) {
  top: 22px;
}
.navburger-container .navburger .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.navburger-container .navburger .logo img {
  margin-top: 5px;
  margin-left: 15px;
  height: 40px;
  width: 155px !important;
}

.cookie-warning {
  z-index: 25;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.cookie-warning .cookie-warning-inner {
  text-align: center;
  padding: 0 15px 20px;
}
.cookie-warning .cookie-warning-inner .cookie-warning-text {
  display: inline-block;
  max-width: 95%;
  width: auto;
  color: #FFF;
  margin: 20px 15px 0 0;
}
.cookie-warning .cookie-warning-inner .cookie-warning-text a {
  color: #FFF;
  text-decoration: underline;
}
.cookie-warning .cookie-warning-inner .cookie-warning-text a:hover {
  text-decoration: none;
}
.cookie-warning .cookie-warning-inner .cookie-warning-close {
  appearance: none;
  -webkit-appearance: none;
  padding: 5px 15px;
  border: 0;
  background-color: #FFF;
  color: #000;
  margin-top: 20px;
}
.cookie-warning .cookie-warning-inner .cookie-warning-close:hover {
  cursor: pointer;
}

.pop-up {
  padding: 10px;
  border-radius: 5px;
  z-index: 600;
  top: 50%;
  left: 50%;
  width: 500px !important;
  transform: translate(-50%, -50%);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
}
.video-wrapper video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.introbox-wrapper {
  background-color: #FFF;
  position: relative;
  margin-bottom: 25px;
}
.introbox-wrapper .container {
  max-height: 160px;
}
.introbox-wrapper .intro-box {
  background: #389CCF;
  height: 355px;
  top: -205px;
  position: relative;
  text-align: center;
  padding: 30px;
}
.introbox-wrapper .intro-box h1 {
  color: #FFF;
  font-size: 3.5rem;
  margin-bottom: 25px;
}
.introbox-wrapper .intro-box p {
  color: #FFF;
  font-size: 2rem;
  line-height: 1.3;
}

@media screen and (max-width: 1400px) {
  .video-wrapper video {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .intro-box h1 {
    font-size: 3rem !important;
  }
}
@media screen and (max-width: 992px) {
  .intro-box h1 {
    font-size: 2.5rem !important;
  }

  .video-wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
  }
  .video-wrapper video {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .intro-box h1 {
    font-size: 2rem !important;
  }
  .intro-box p {
    font-size: 1.5rem !important;
  }

  .video-wrapper {
    height: 450px;
  }
}
@media screen and (max-width: 425px) {
  .introbox-wrapper {
    margin-top: 20px;
  }
  .introbox-wrapper .container {
    max-height: none !important;
    padding-bottom: 25px;
  }
  .introbox-wrapper .intro-box {
    height: auto !important;
    top: 0;
  }
  .introbox-wrapper .intro-box h1 {
    font-size: 1.5rem !important;
  }
  .introbox-wrapper .intro-box p {
    font-size: 1rem !important;
  }
}
.BoxForm {
  background-color: #389CCF;
  max-height: 350px;
  height: 100%;
  padding: 15px;
}
.BoxForm h3 {
  color: #FFF;
  font-size: 30px;
  padding: 0 10px 8px 0;
}
.BoxForm .inhalt {
  color: #FFF;
}

@media (max-width: 700px) {
  .BoxForm {
    max-height: unset;
    height: auto;
    margin-bottom: 15px;
  }
}