@charset "UTF-8";
/*
 * GLOBAL VARS
 */
/************************************************************************/
/**********************++*  DEFAULT CSS  ********************************/
/************************************************************************/
* {
  margin: 0;
  padding: 0;
  border: 0px;
}

@media screen and (max-width: 768px) {
  * {
    font-size: 14px;
    line-height: 18px;
  }
}

/* signika-300 - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/signika-v8-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Signika Light"), local("Signika-Light"), url("../fonts/signika-v8-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/signika-v8-latin-300.woff2") format("woff2"), url("../fonts/signika-v8-latin-300.woff") format("woff"), url("../fonts/signika-v8-latin-300.ttf") format("truetype"), url("../fonts/signika-v8-latin-300.svg#Signika") format("svg");
  /* Legacy iOS */
}

/* signika-regular - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/signika-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Signika Regular"), local("Signika-Regular"), url("../fonts/signika-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/signika-v8-latin-regular.woff2") format("woff2"), url("../fonts/signika-v8-latin-regular.woff") format("woff"), url("../fonts/signika-v8-latin-regular.ttf") format("truetype"), url("../fonts/signika-v8-latin-regular.svg#Signika") format("svg");
  /* Legacy iOS */
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-300.woff") format("woff"), url("../fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-700.woff") format("woff"), url("../fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}

body {
  background-color: #fff;
  font-size: 23px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: "Signika", sans-serif;
  color: #6e6e6e;
  position: relative;
}

h1 {
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  color: #676767;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 30px;
    line-height: 46px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 20px;
    line-height: 26px;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #676767;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 16px;
    line-height: 22px;
  }
}

h2 a {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #676767;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  h2 a {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  h2 a {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  h2 a {
    font-size: 16px;
    line-height: 22px;
  }
}

h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #676767;
}

@media screen and (max-width: 1024px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 480px) {
  h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

h3 strong {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h3 strong {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 480px) {
  h3 strong {
    font-size: 14px;
    line-height: 18px;
  }
}

ul {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3d3d3d;
  list-style-position: outside;
}

#footerinfo-wrapper ul {
  list-style-position: inside;
}

p, a, li, .subline {
  font-size: 16px;
  line-height: 20px;
  color: #676767;
  font-weight: lighter;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  p, a, li, .subline {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}

p strong, a strong, li strong, .subline strong {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  p strong, a strong, li strong, .subline strong {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}

/* Startseiten Text etwas groesser */
.site5 p,
.site5 a,
.site5 li {
  font-size: 20px;
  line-height: 26px;
}

a {
  text-decoration: none;
  font-weight: bold;
}

.ausrichtung {
  margin: 0 auto;
  max-width: 1072px;
}

.abstand {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .abstand {
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  .abstand {
    padding: 20px;
  }
}

.abstand-half {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .abstand-half {
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  .abstand-half {
    padding: 10px;
  }
}

.abstand-bottom {
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.abstand-bottom-10 {
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.abstand-bottom-20 {
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.abstand-bottom-30 {
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.abstand-bottom-40 {
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.abstand-top {
  padding-top: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .abstand-top {
    padding-top: 110px;
  }
}

@media screen and (max-width: 480px) {
  .abstand-top {
    padding-top: 75px;
  }
}

.abstand-top-10 {
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.abstand-top-20 {
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.abstand-top-30 {
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .abstand-top-30 {
    padding-top: 20px;
  }
}

.abstand-top-40 {
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .abstand-top-40 {
    padding-top: 20px;
  }
}

.abstand-l-r {
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .abstand-l-r {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .abstand-l-r {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.abstand-l {
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .abstand-l {
    padding-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .abstand-l {
    padding-left: 10px;
  }
}

.abstand-r {
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .abstand-r {
    padding-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .abstand-r {
    padding-right: 10px;
  }
}

.abstand-top-normal {
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .abstand-top-normal {
    padding-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .abstand-top-normal {
    padding-top: 20px;
  }
}

/************************************************************************/
/***********************  UNIVERSAL CSS  ********************************/
/************************************************************************/
.display-inline-block {
  display: inline-block;
}

.box-table {
  display: table;
  table-layout: fixed;
}

.box-table .box-row {
  display: table-row;
}

.box-table .box-row .box-cell {
  display: table-cell;
}

.box-table .box-row .box-cell .box-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.relative {
  position: relative;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
  margin: 0 auto;
}

.align-justify {
  text-align: justify;
}

.align-left {
  text-align: left;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.width0 {
  width: 0% !important;
}

.width1 {
  width: 1% !important;
}

.width2 {
  width: 2% !important;
}

.width3 {
  width: 3% !important;
}

.width4 {
  width: 4% !important;
}

.width5 {
  width: 5% !important;
}

.width6 {
  width: 6% !important;
}

.width7 {
  width: 7% !important;
}

.width8 {
  width: 8% !important;
}

.width9 {
  width: 9% !important;
}

.width10 {
  width: 10% !important;
}

.width11 {
  width: 11% !important;
}

.width12 {
  width: 12% !important;
}

.width13 {
  width: 13% !important;
}

.width14 {
  width: 14% !important;
}

.width15 {
  width: 15% !important;
}

.width16 {
  width: 16% !important;
}

.width17 {
  width: 17% !important;
}

.width18 {
  width: 18% !important;
}

.width19 {
  width: 19% !important;
}

.width20 {
  width: 20% !important;
}

.width21 {
  width: 21% !important;
}

.width22 {
  width: 22% !important;
}

.width23 {
  width: 23% !important;
}

.width24 {
  width: 24% !important;
}

.width25 {
  width: 25% !important;
}

.width26 {
  width: 26% !important;
}

.width27 {
  width: 27% !important;
}

.width28 {
  width: 28% !important;
}

.width29 {
  width: 29% !important;
}

.width30 {
  width: 30% !important;
}

.width31 {
  width: 31% !important;
}

.width32 {
  width: 32% !important;
}

.width33 {
  width: 33% !important;
}

.width34 {
  width: 34% !important;
}

.width35 {
  width: 35% !important;
}

.width36 {
  width: 36% !important;
}

.width37 {
  width: 37% !important;
}

.width38 {
  width: 38% !important;
}

.width39 {
  width: 39% !important;
}

.width40 {
  width: 40% !important;
}

.width41 {
  width: 41% !important;
}

.width42 {
  width: 42% !important;
}

.width43 {
  width: 43% !important;
}

.width44 {
  width: 44% !important;
}

.width45 {
  width: 45% !important;
}

.width46 {
  width: 46% !important;
}

.width47 {
  width: 47% !important;
}

.width48 {
  width: 48% !important;
}

.width49 {
  width: 49% !important;
}

.width50 {
  width: 50% !important;
}

.width51 {
  width: 51% !important;
}

.width52 {
  width: 52% !important;
}

.width53 {
  width: 53% !important;
}

.width54 {
  width: 54% !important;
}

.width55 {
  width: 55% !important;
}

.width56 {
  width: 56% !important;
}

.width57 {
  width: 57% !important;
}

.width58 {
  width: 58% !important;
}

.width59 {
  width: 59% !important;
}

.width60 {
  width: 60% !important;
}

.width61 {
  width: 61% !important;
}

.width62 {
  width: 62% !important;
}

.width63 {
  width: 63% !important;
}

.width64 {
  width: 64% !important;
}

.width65 {
  width: 65% !important;
}

.width66 {
  width: 66% !important;
}

.width67 {
  width: 67% !important;
}

.width68 {
  width: 68% !important;
}

.width69 {
  width: 69% !important;
}

.width70 {
  width: 70% !important;
}

.width71 {
  width: 71% !important;
}

.width72 {
  width: 72% !important;
}

.width73 {
  width: 73% !important;
}

.width74 {
  width: 74% !important;
}

.width75 {
  width: 75% !important;
}

.width76 {
  width: 76% !important;
}

.width77 {
  width: 77% !important;
}

.width78 {
  width: 78% !important;
}

.width79 {
  width: 79% !important;
}

.width80 {
  width: 80% !important;
}

.width81 {
  width: 81% !important;
}

.width82 {
  width: 82% !important;
}

.width83 {
  width: 83% !important;
}

.width84 {
  width: 84% !important;
}

.width85 {
  width: 85% !important;
}

.width86 {
  width: 86% !important;
}

.width87 {
  width: 87% !important;
}

.width88 {
  width: 88% !important;
}

.width89 {
  width: 89% !important;
}

.width90 {
  width: 90% !important;
}

.width91 {
  width: 91% !important;
}

.width92 {
  width: 92% !important;
}

.width93 {
  width: 93% !important;
}

.width94 {
  width: 94% !important;
}

.width95 {
  width: 95% !important;
}

.width96 {
  width: 96% !important;
}

.width97 {
  width: 97% !important;
}

.width98 {
  width: 98% !important;
}

.width99 {
  width: 99% !important;
}

.width100 {
  width: 100% !important;
}

.height100 {
  height: 100%;
}

.height-20 {
  height: 20px;
}

.height-40 {
  height: 40px;
}

@media screen and (max-width: 1024px) {
  .height-40 {
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .height-40 {
    height: 10px;
  }
}

.height-60 {
  height: 60px;
}

@media screen and (max-width: 1024px) {
  .height-60 {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .height-60 {
    height: 20px;
  }
}

.height-80 {
  height: 80px;
}

.height-100 {
  height: 100px;
}

@media screen and (max-width: 1024px) {
  .height-100 {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .height-100 {
    height: 60px;
  }
}

@media screen and (max-width: 480px) {
  .height-100 {
    height: 40px;
  }
}

.hide {
  display: none;
}

/************************************************************************/
/*********************** SPECIFIED PAGE CSS  ****************************/
/************************************************************************/
.btr-dateinput-value {
  width: auto !important;
}

.roundboxbutton, .roundboxbutton_small, input[type=button], input[type=submit] {
  color: #FFF;
  background-color: #c01426;
  padding: 4px 16px;
  border: none;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  border-radius: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 5px;
  cursor: pointer;
  font-weight: lighter;
}

.slicknav_menu {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

hr {
  width: 100px;
  height: 5px;
  background-color: greenyellow;
  background-image: -webkit-gradient(linear, left top, right top, from(#6f9499), to(#61b771));
  background-image: linear-gradient(to right, #6f9499, #61b771);
  margin: 0 auto !important;
}

.btn {
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:hover {
  text-decoration: none;
}

.h1 {
  font-weight: lighter;
  font-size: 55px;
  line-height: 54px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .h1 {
    font-size: 30px;
    line-height: 46px;
  }
}

@media screen and (max-width: 768px) {
  .h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 480px) {
  .h1 {
    font-size: 20px;
    line-height: 26px;
  }
}

.subline {
  font-style: italic;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fa-size20 {
  font-size: 24px !important;
}

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

.bg-green-light:before {
  border-left-color: #e9fed5 !important;
}

.bg-green-light:after {
  border-left-color: #e9fed5 !important;
}

.bg-green {
  background-color: #84b5b1;
}

.bg-green:before {
  border-left-color: #84b5b1 !important;
}

.bg-green:after {
  border-left-color: #84b5b1 !important;
}

.bg-green2 {
  background-color: #8bcb50;
}

.bg-green2:before {
  border-left-color: #8bcb50 !important;
}

.bg-green2:after {
  border-left-color: #8bcb50 !important;
}

.bg-white {
  background-color: #FFF;
}

.bg-white:before {
  border-left-color: #FFF !important;
}

.bg-white:after {
  border-left-color: #FFF !important;
}

.bg-lightblue {
  background-color: #d5efef;
}

.bg-greyblue {
  background-color: #6f9499;
}

.bg-grey {
  background-color: #676767;
}

.bg-grey:before {
  border-left-color: #676767 !important;
}

.bg-grey:after {
  border-left-color: #676767 !important;
}

.bg-greylight {
  background-color: #e8e8e8;
}

.bg-greylight:before {
  border-left-color: #e8e8e8 !important;
}

.bg-greylight:after {
  border-left-color: #e8e8e8 !important;
}

.bg-greysandy {
  background-color: #dfd8d1;
}

.bg-greysandy:before {
  border-left-color: #dfd8d1 !important;
}

.bg-greysandy:after {
  border-left-color: #dfd8d1 !important;
}

.bg-greybrowny {
  background-color: #c3bdb7;
}

.bg-greybrowny:before {
  border-left-color: #c3bdb7 !important;
}

.bg-greybrowny:after {
  border-left-color: #c3bdb7 !important;
}

.bg-red {
  background-color: #c01426;
}

.bg-red:before {
  border-left-color: #c01426 !important;
}

.bg-red:after {
  border-left-color: #c01426 !important;
}

.bg-reddark {
  background-color: #820710;
}

.bg-reddark:before {
  border-left-color: #820710 !important;
}

.bg-reddark:after {
  border-left-color: #820710 !important;
}

.bg-rose {
  background-color: #fce6eb;
}

.bg-orange {
  background-color: #f27d00;
}

.bg-orange:before {
  border-left-color: #f27d00 !important;
}

.bg-orange:after {
  border-left-color: #f27d00 !important;
}

.bg-orangelight {
  background-color: #fdecd9;
}

.color-white {
  color: #fff;
}

.color-green {
  color: #84b5b1;
}

.color-greyblue {
  color: #6f9499;
}

.color-orange {
  color: #f27d00;
}

.color-grey {
  color: #676767;
}

.color-red {
  color: #c01426;
}

.color-reddark {
  color: #820710;
}

.color-rose {
  color: #fce6eb;
}

.search-container {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 9999;
  width: 50px;
}

@media screen and (max-width: 1024px) {
  .search-container {
    position: fixed;
    width: 45px;
  }
}

@media screen and (max-width: 768px) {
  .search-container {
    width: 40px;
    top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .search-container {
    width: 35px;
    top: 20px;
  }
}

.search-container img {
  width: 100%;
}

.gute-geschaefte {
  position: fixed;
  right: 0;
  top: 170px;
  z-index: 9999;
  width: 100px;
  width: 170px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .gute-geschaefte {
    top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .gute-geschaefte {
    top: 100px;
  }
}

@media screen and (max-width: 480px) {
  .gute-geschaefte {
    width: 100px;
  }
}

.gute-geschaefte a {
  display: block;
}

.gute-geschaefte img {
  width: 100%;
  vertical-align: bottom;
}

#top-mobile {
  display: none;
  z-index: 500;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  #top-mobile {
    display: block;
  }
  #top-mobile .site5, #top-mobile .site6 {
    display: block;
  }
}

#top-mobile .topper {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top-mobile .topper p {
  font-size: 16px;
  margin-bottom: 0;
}

#top-mobile .topper p strong {
  font-weight: bold;
}

#top-mobile .topper p a {
  font-weight: lighter;
}

#top-mobile #toplogo-mobile {
  width: 155px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 998;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  #top-mobile #toplogo-mobile {
    width: 110px;
  }
}

#top-mobile #toplogo-mobile a {
  margin-bottom: 0;
}

#top-mobile #toplogo-mobile a img {
  width: 100%;
}

#top-mobile .slicknav_menu {
  font-size: 16px;
  background: #84b5b1;
  padding: 10px;
}

#top-mobile .slicknav_menu .slicknav_btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.125em;
  margin: 0 auto;
  width: auto;
  background: #6f9499;
  border: 2px solid #FFF;
  border-radius: 0;
  text-shadow: none !important;
}

#top-mobile .slicknav_menu .slicknav_btn .slicknav_icon {
  display: none !important;
}

#top-mobile .slicknav_menu .slicknav_btn .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
  color: #fff;
  font-weight: 700;
  text-shadow: none !important;
}

#top-mobile .slicknav_menu .slicknav_nav {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top-mobile .slicknav_menu .slicknav_nav li {
  border-top: 1px solid #6f9499;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top-mobile .slicknav_menu .slicknav_nav a {
  font-weight: bold;
}

#top-mobile .slicknav_menu .slicknav_nav a:hover {
  color: #FFF !important;
}

#top {
  z-index: 99;
  width: 100%;
  background-color: #FFF;
  margin: 0 auto;
  height: 160px;
}

@media screen and (max-width: 1024px) {
  #top {
    display: none;
  }
}

#top > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: inherit;
}

#top .box-cell {
  width: 170px;
}

#top #toplogo {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 18px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 998;
}

@media screen and (max-width: 768px) {
  #top #toplogo {
    /* padding: 15px; */
    width: 125px;
  }
}

#top #toplogo a img {
  width: 100%;
}

#top .menu-container {
  width: auto;
  /* navbar */
}

#top .menu-container #navitop {
  text-align: left;
  padding: 70px 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top .menu-container #navitop #menu-wrap #menu {
  margin: 0;
  padding-left: 0;
}

#top .menu-container #navitop #menu-wrap #menu .site5, #top .menu-container #navitop #menu-wrap #menu .site6 {
  display: none;
}

#top .menu-container #navitop #menu-wrap #menu li {
  list-style: none;
  text-align: center;
  background-color: transparent;
  display: inline-block;
  position: relative;
  min-width: 140px;
  margin-left: 24px;
  z-index: 1000;
  top: 0;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  /*&.siteparent0 {
              ul {
                display: none;
                background-color: rgba(0, 242, 86, 0.70);
                position: relative;
                width: 250px;
                z-index: 9999;

                li ul {
                  background-color: transparent;
                }
              }
            }*/
}

@media screen and (max-width: 1180px) {
  #top .menu-container #navitop #menu-wrap #menu li {
    margin-left: 15px;
  }
}

#top .menu-container #navitop #menu-wrap #menu li a {
  display: block;
  color: #c01426;
  text-decoration: none;
  font-size: 30px;
  line-height: 36px;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 0;
  border-bottom: none;
  border: none;
  padding: 5px;
  border-radius: 0px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

#top .menu-container #navitop #menu-wrap #menu li a:after, #top .menu-container #navitop #menu-wrap #menu li a:before {
  left: 100%;
  top: 50%;
  border: solid white;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

#top .menu-container #navitop #menu-wrap #menu li a:after {
  /* border-left-color: #88b7d5; */
  border-width: 22px;
  margin-top: -22px;
}

#top .menu-container #navitop #menu-wrap #menu li a:before {
  /* border-left-color: #c2e1f5; */
  border-width: 22px;
  margin-top: -22px;
}

#top .menu-container #navitop #menu-wrap #menu li:nth-child(1) a {
  border-left: none;
  color: #c01426;
}

#top .menu-container #navitop #menu-wrap #menu li:nth-child(1) a:hover {
  color: #c01426;
}

#top .menu-container #navitop #menu-wrap #menu li:nth-child(2) a {
  color: #676767;
}

#top .menu-container #navitop #menu-wrap #menu li:nth-child(2) a:hover {
  color: #676767;
}

#top .menu-container #navitop #menu-wrap #menu li:nth-child(3) a {
  color: #84b5b1;
}

#top .menu-container #navitop #menu-wrap #menu li:nth-child(3) a:hover {
  color: #84b5b1;
}

#top .menu-container #navitop #menu-wrap #menu li:nth-child(4) a {
  color: #f27d00;
}

#top .menu-container #navitop #menu-wrap #menu li:nth-child(4) a:hover {
  color: #f27d00;
}

#top .menu-container #navitop #menu-wrap #menu li:nth-child(5) a {
  color: #8bcb50;
}

#top .menu-container #navitop #menu-wrap #menu li:nth-child(5) a:hover {
  color: #8bcb50;
}

#top .menu-container #navitop #menu-wrap #menu li.current {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

#top .menu-container #navitop #menu-wrap #menu li.current img {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

#top .menu-container #navitop #menu-wrap #menu li.current a {
  /* display: none; */
}

#top .menu-container #navitop #menu-wrap #menu li.site3 img {
  left: -25px;
}

#top .menu-container #navitop #menu-wrap #menu li.isActivParent {
  background-color: transparent;
}

#top .menu-container #navitop #menu-wrap #menu li.isActivParent a {
  color: #FFF;
}

#top .menu-container #navitop #menu-wrap #menu li:hover {
  background-color: transparent;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateZ(-10deg);
  -webkit-backface-visibility: hidden;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a {
  color: transparent;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Netzwerk"] {
  background-color: #c01426;
  color: #FFF !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Netzwerk"]:before {
  border-left-color: #c01426 !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Netzwerk"]:after {
  border-left-color: #c01426 !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Blog"] {
  background-color: #676767;
  color: #FFF !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Blog"]:before {
  border-left-color: #676767 !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Blog"]:after {
  border-left-color: #676767 !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Ressourcen"] {
  background-color: #84b5b1;
  color: #FFF !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Ressourcen"]:before {
  border-left-color: #84b5b1 !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Ressourcen"]:after {
  border-left-color: #84b5b1 !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Ideen"] {
  background-color: #f27d00;
  color: #FFF !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Ideen"]:before {
  border-left-color: #f27d00 !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Ideen"]:after {
  border-left-color: #f27d00 !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Termine"] {
  background-color: #8bcb50;
  color: #FFF !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Termine"]:before {
  border-left-color: #8bcb50 !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover a[title="Termine"]:after {
  border-left-color: #8bcb50 !important;
}

#top .menu-container #navitop #menu-wrap #menu li:hover ul {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  padding-top: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
}

#top .menu-container #navitop #menu-wrap #menu li:hover ul li:hover {
  border: none;
}

#top .menu-container #navitop #menu-wrap #menu li:hover ul li.current {
  border-bottom: none;
}

#top .menu-container #navitop #menu-wrap #menu li:hover li a {
  background-color: white;
}

#top .menu-container #navitop #menu-wrap #menu li ul {
  display: none;
}

#top .menu-container #navitop #menu-wrap #menu li ul li {
  width: 100%;
  float: none;
  text-align: left;
}

#top .menu-container #navitop #menu-wrap #menu li ul li a {
  line-height: 18px;
  color: #888;
  font-size: 14px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top .menu-container #navitop #menu-wrap #menu li ul li ul li {
  float: none;
}

#top .menu-container #navitop #menu-wrap #menu li ul li ul li a {
  padding-top: 5px;
  color: #888;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  #top .menu-container #navitop {
    display: none;
  }
}

#top .right-container a i.fa {
  font-size: 20px;
  color: #6e6e6e;
  cursor: pointer;
}

@media screen and (max-width: 1180px) {
  #top .right-container a i.fa {
    font-size: 20px;
  }
}

/* MENU ANIMATION */
.animate {
  top: 45px !important;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateZ(-10deg);
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .animate {
    top: 0px !important;
    transform: unset;
    -webkit-transform-style: unset;
    -webkit-transform: unset;
    -webkit-backface-visibility: unset;
  }
}

.animate-red a {
  background-color: #c01426 !important;
  color: #FFF !important;
}

.animate-red a:before {
  border-left-color: #c01426 !important;
}

.animate-red a:after {
  border-left-color: #c01426 !important;
}

.animate-grey a {
  background-color: #676767 !important;
  color: #FFF !important;
}

.animate-grey a:before {
  border-left-color: #676767 !important;
}

.animate-grey a:after {
  border-left-color: #676767 !important;
}

.animate-green a {
  background-color: #84b5b1 !important;
  color: #FFF !important;
}

.animate-green a:before {
  border-left-color: #84b5b1 !important;
}

.animate-green a:after {
  border-left-color: #84b5b1 !important;
}

.animate-green2 a {
  background-color: #8bcb50 !important;
  color: #FFF !important;
}

.animate-green2 a:before {
  border-left-color: #8bcb50 !important;
}

.animate-green2 a:after {
  border-left-color: #8bcb50 !important;
}

.animate-orange a {
  background-color: #f27d00 !important;
  color: #FFF !important;
}

.animate-orange a:before {
  border-left-color: #f27d00 !important;
}

.animate-orange a:after {
  border-left-color: #f27d00 !important;
}

/*
 * MENU BUTTON HANDLING
 */
.page-profil-detail #top .menu-container #navitop #menu-wrap #menu li:nth-child(1) {
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.page-profil-detail #top .menu-container #navitop #menu-wrap #menu li:nth-child(1) img {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.page-profil-detail #top .menu-container #navitop #menu-wrap #menu li:nth-child(1) a {
  /* display: none; */
}

.header-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 300px;
  height: 500px;
}

@media screen and (max-width: 1024px) {
  .header-container {
    margin-top: 244px;
  }
}

@media screen and (max-width: 768px) {
  .header-container {
    margin-top: 221px;
    height: 450px;
  }
}

@media screen and (max-width: 480px) {
  .header-container {
    margin-top: 169px;
    height: 350px;
  }
}

.header-container #header {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.31);
  /* if slider activated in header */
}

.header-container #header .header-text-container {
  position: absolute;
  top: 30px;
  left: 150px;
  width: 350px;
  background-color: #000000b3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: left;
  display: none;
}

.header-container #header .header-text-container .header-text h1 {
  font-size: 26px;
  line-height: 36px;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 5px;
  color: #FFF;
}

.header-container #header .header-text-container .header-text p {
  font-size: 18px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF !important;
}

.header-container #header .header-text-container .header-text .button_pfeil {
  text-align: center;
  display: block;
}

.header-container #header .portrait > img {
  height: 350px;
  margin-bottom: -4px;
}

@media screen and (max-width: 768px) {
  .header-container #header .portrait {
    display: none;
  }
}

.header-container #header .slick-slide, .header-container #header .slick-list, .header-container #header .slick-track {
  height: 100%;
}

.header-container #header .slick-prev {
  left: 25px;
  z-index: 99;
  width: 40px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .header-container #header .slick-prev {
    width: 35px;
  }
}

@media screen and (max-width: 768px) {
  .header-container #header .slick-prev {
    width: 30px;
  }
}

@media screen and (max-width: 480px) {
  .header-container #header .slick-prev {
    width: 25px;
  }
}

.header-container #header .slick-next {
  right: 25px;
  z-index: 99;
  width: 40px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .header-container #header .slick-next {
    width: 35px;
  }
}

@media screen and (max-width: 768px) {
  .header-container #header .slick-next {
    width: 30px;
  }
}

@media screen and (max-width: 480px) {
  .header-container #header .slick-next {
    width: 25px;
  }
}

.header-container #header .slick-dots {
  bottom: 20px;
  list-style: circle;
}

.header-container #header .slick-dots li button::before {
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  content: '○';
  opacity: .25;
  color: white;
}

.header-container #header .slick-dots li.slick-active button::before {
  opacity: 1;
  color: white;
  content: '●';
}

/* CSS for each PAGE */
.site1 #header .header-text-container {
  top: 250px;
}

.text-ausrichtung {
  margin: 0 auto;
  max-width: 800px;
}

a.btn-pfeil {
  display: inline-block;
  color: white;
  background-color: #8bcb50;
  text-decoration: none;
  font-size: 30px;
  line-height: 36px;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 0;
  border-bottom: none;
  position: relative;
  border: none;
  padding: 12px;
  border-radius: 0px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a.btn-pfeil:after, a.btn-pfeil:before {
  left: 100%;
  top: 50%;
  border: solid white;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

a.btn-pfeil:after {
  border-left-color: #8bcb50;
  border-width: 22px;
  margin-top: -22px;
}

a.btn-pfeil:before {
  /* border-left-color: #c2e1f5; */
  border-width: 22px;
  margin-top: -22px;
}

.container-default .ueberschrift-pfeil-container {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 240px;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

@media screen and (max-width: 1024px) {
  .container-default .ueberschrift-pfeil-container {
    width: 50%;
    height: auto;
  }
}

.container-default .ueberschrift-pfeil-container img {
  /* width: 100%; */
}

@media screen and (max-width: 1024px) {
  .container-default .ueberschrift-pfeil-container img {
    /* width: 100% !important; */
    max-width: 100% !important;
    height: 100%;
  }
}

.container-default .ueber-uns {
  top: 30px;
}

.container-default .partner {
  top: -42px;
}

@media screen and (max-width: 1024px) {
  .container-default .partner {
    top: -37px;
  }
}

@media screen and (max-width: 768px) {
  .container-default .partner {
    top: -32px;
  }
}

@media screen and (max-width: 480px) {
  .container-default .partner {
    top: -23px;
  }
}

.container-default .termine {
  top: -42px;
}

@media screen and (max-width: 1024px) {
  .container-default .termine {
    top: -37px;
  }
}

@media screen and (max-width: 768px) {
  .container-default .termine {
    top: -32px;
  }
}

@media screen and (max-width: 480px) {
  .container-default .termine {
    top: -23px;
  }
}

.container-default .partner-edit-blank {
  top: -37px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  text-align: right;
  color: white;
  padding: 25px 150px 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-default .partner-edit-logo {
  top: -40px;
}

@media screen and (max-width: 1024px) {
  .container-default .partner-edit-logo {
    position: unset !important;
  }
}

.container-default .ressource {
  top: -42px;
}

@media screen and (max-width: 1024px) {
  .container-default .ressource {
    top: -37px;
  }
}

@media screen and (max-width: 768px) {
  .container-default .ressource {
    top: -32px;
  }
}

@media screen and (max-width: 480px) {
  .container-default .ressource {
    top: -23px;
  }
}

.container-default .blog {
  top: -42px;
}

@media screen and (max-width: 1024px) {
  .container-default .blog {
    top: -37px;
  }
}

@media screen and (max-width: 768px) {
  .container-default .blog {
    top: -32px;
  }
}

@media screen and (max-width: 480px) {
  .container-default .blog {
    top: -23px;
  }
}

.container-default .ideen {
  top: -42px;
}

@media screen and (max-width: 1024px) {
  .container-default .ideen {
    top: -37px;
  }
}

@media screen and (max-width: 768px) {
  .container-default .ideen {
    top: -32px;
  }
}

@media screen and (max-width: 480px) {
  .container-default .ideen {
    top: -23px;
  }
}

.container-default .partner-content .partner-box-container {
  float: left;
  width: 25%;
  height: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* margin: 0 10px 10px 0;  */
  border: 10px solid transparent;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .container-default .partner-content .partner-box-container {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .container-default .partner-content .partner-box-container {
    width: 100%;
  }
}

.container-default .partner-content .partner-box-container .partner-box-img {
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
}

.container-default .partner-content .partner-box-container .partner-box-img img {
  max-width: 100%;
  max-height: 100%;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-default .partner-content .partner-box-container .partner-box-text {
  /* width: 100%; */
  text-align: center;
}

.container-default .general-content {
  margin-left: -10px;
  margin-right: -10px;
}

.container-default .general-content .general-box-width {
  float: left;
  width: 25%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .container-default .general-content .general-box-width {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .container-default .general-content .general-box-width {
    width: 100%;
  }
}

.container-default .general-content .general-box-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  position: relative;
}

.container-default .general-content .general-box-container .not-public-overlay {
  position: absolute;
  right: 10px;
  top: 10px;
}

.container-default .general-content .general-box-container .not-public-overlay i {
  color: #c01426;
}

.container-default .general-content .general-box-container .general-box-img {
  text-align: center;
  width: 100%;
  /*  height: 100%;*/
  vertical-align: bottom;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
}

.container-default .general-content .general-box-container .general-box-img a {
  display: block;
  line-height: 0;
}

.container-default .general-content .general-box-container .general-box-img img {
  max-width: 100%;
  max-height: 100%;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-default .general-content .general-box-container .general-box-text {
  /* width: 100%; */
  text-align: center;
  background-color: #FFF;
  font-size: 16px;
  line-height: 22px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-default .general-content .general-box-container .general-box-text h2 {
  font-size: 16px;
  line-height: 20px !important;
  font-weight: normal;
}

.container-default .general-content .general-box-container .general-box-text h2 a {
  font-size: 16px;
  line-height: 20px !important;
  font-weight: normal;
  margin-bottom: 0;
}

.container-default .ressource-content .ressource-box-container {
  float: left;
  width: 25%;
  /* height: 140px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* margin: 0 10px 10px 0; */
  border: 10px solid transparent;
  background-color: transparent;
}

.container-default .ressource-content .ressource-box-container:hover .ressource-box-text {
  border-bottom: 3px solid #709a97;
}

.container-default .ressource-content .ressource-box-container.active .ressource-box-text {
  border-bottom: 3px solid #709a97;
}

.container-default .ressource-content .ressource-box-container .ressource-box-img {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-default .ressource-content .ressource-box-container .ressource-box-img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-default .ressource-content .ressource-box-container .ressource-box-text {
  border-bottom: 3px solid transparent;
  /* width: 100%; */
  text-align: center;
  background-color: white;
}

.container-default .ressource-content .ressource-box-container .ressource-box-text a {
  font-size: 23px;
  line-height: 27px;
  font-weight: normal;
}

#breadcrumb-wrapper {
  background-image: url("hg-breadcrumb.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: auto;
}

#breadcrumb-wrapper #breadcrumb-bar {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#breadcrumb-wrapper #breadcrumb-bar .box-row > div {
  width: 100% !important;
  text-align: left;
}

#breadcrumb-wrapper #breadcrumb-bar .box-row > div:first-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #breadcrumb-wrapper #breadcrumb-bar .box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#breadcrumb-wrapper #breadcrumb-bar #breadcrumbs span a {
  margin: 0;
}

#breadcrumb-wrapper #breadcrumb-bar #breadcrumbs span a span {
  color: white;
  font-size: 20px;
}

#breadcrumb-wrapper #breadcrumb-bar #breadcrumbs span:nth-child(2) {
  color: white;
}

#breadcrumb-wrapper #breadcrumb-bar #breadcrumbs span:nth-child(2) a {
  font-weight: bold;
}

#breadcrumb-wrapper #breadcrumb-bar #breadcrumbs span:nth-child(2):before {
  /* content: '\\'; */
  font-weight: bold;
  font-size: 20px;
}

#middle {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  #middle {
    margin-top: 130px;
  }
}

.htmlpicrowsleft ul,
.htmlpicrowsright ul {
  list-style-position: outside;
}

#footerrahmen-wrapper {
  background-color: #676767;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  #footerrahmen-wrapper {
    /* display: none; */
  }
}

#footerrahmen-wrapper #footerinfo ul {
  padding-left: 0;
}

#footerrahmen-wrapper #footerbar {
  background-color: #dfd8d1;
  /* 4all in footer */
}

@media screen and (max-width: 1024px) {
  #footerrahmen-wrapper #footerbar {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #footerrahmen-wrapper #footerbar {
    padding-top: 20px;
  }
}

#footerrahmen-wrapper #footerbar p, #footerrahmen-wrapper #footerbar a {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  #footerrahmen-wrapper #footerbar .part1 {
    display: none;
  }
}

#footerrahmen-wrapper #footerbar .part1 .icons {
  width: 40px;
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  display: none;
}

#footerrahmen-wrapper #footerbar .part1 .icons img {
  width: 100%;
}

#footerrahmen-wrapper #footerbar .part1 .icons:first-child,
#footerrahmen-wrapper #footerbar .part1 .icons:nth-child(2),
#footerrahmen-wrapper #footerbar .part1 .icons:nth-child(3) {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  #footerrahmen-wrapper #footerbar .part2 {
    display: none;
  }
}

#footerrahmen-wrapper #footerbar .part2 a {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  #footerrahmen-wrapper #footerbar .part3 {
    width: 100% !important;
    display: block;
    height: auto;
    float: none;
  }
}

@media screen and (max-width: 1024px) {
  #footerrahmen-wrapper #footerbar .part3 div p {
    display: inline-block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  #footerrahmen-wrapper #footerbar .part3 div p {
    display: inline-block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1024px) {
  #footerrahmen-wrapper #footerbar .part4 {
    display: none;
  }
}

#footerrahmen-wrapper #footerbar .part4 p {
  margin-bottom: 0;
}

#footerrahmen-wrapper #footerbar .part4 .thumbnail-container {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px;
}

#footerrahmen-wrapper #footerbar .part4 .thumbnail-container:nth-child(1) {
  margin-left: 0px;
}

#footerrahmen-wrapper #footerbar .part4 .thumbnail-container:nth-child(4) {
  margin-right: 0px;
}

#footerrahmen-wrapper #footerbar .part4 .thumbnail-container .thumbnail-img-container {
  width: 100%;
  height: 100%;
}

#footerrahmen-wrapper #footerbar .part4 .thumbnail-container .thumbnail-img-container a img {
  width: 100%;
  height: 100%;
}

#footerrahmen-wrapper .footer-bottom {
  background-color: #c3bdb7;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  #footerrahmen-wrapper .footer-bottom {
    text-align: center;
  }
}

#footerrahmen-wrapper .footer-bottom p, #footerrahmen-wrapper .footer-bottom a {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #676767;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 480px) {
  #footerrahmen-wrapper .footer-bottom p, #footerrahmen-wrapper .footer-bottom a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media screen and (max-width: 1024px) {
  #footerrahmen-wrapper .footer-bottom .footer-links {
    float: none;
  }
}

@media screen and (max-width: 1024px) {
  #footerrahmen-wrapper .footer-bottom .footer-rechts {
    float: none;
  }
}

.kontaktform {
  color: #c01426;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.kontaktform .form_input,
.kontaktform .form_textarea {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 24px;
  margin: 5px;
}

.kontaktform .submitContainer {
  width: 100%;
  background-image: url("imgs/button-senden.png");
  margin: 5px;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.kontaktform .submitContainer a {
  width: 100%;
  font-weight: lighter;
  display: block;
  margin: 0;
  color: #FFF;
}

/****************************++***************/
/************** EXTRA SITE CSS ***************/
/****************************++***************/
.link-red {
  color: #c01426;
  text-decoration: underline;
}

.link-grey {
  color: #676767;
  text-decoration: underline;
}

.link-green {
  color: #84b5b1;
  text-decoration: underline;
}

.link-orange {
  color: #f27d00;
  text-decoration: underline;
}

#siteobjects-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  #siteobjects-container.ohne_header {
    margin-top: 244px;
  }
}

@media screen and (max-width: 768px) {
  #siteobjects-container.ohne_header {
    margin-top: 221px;
  }
}

@media screen and (max-width: 480px) {
  #siteobjects-container.ohne_header {
    margin-top: 170px;
  }
}

@media screen and (max-width: 1024px) {
  #siteobjects-middle {
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  #siteobjects-middle {
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.site11 #siteobjects-middle p,
.site12 #siteobjects-middle p,
.site14 #siteobjects-middle p,
.site11 #siteobjects-middle a,
.site12 #siteobjects-middle a,
.site14 #siteobjects-middle a {
  font-size: 14px !important;
  line-height: 20px !important;
}

.site11 #siteobjects-middle p strong,
.site12 #siteobjects-middle p strong,
.site14 #siteobjects-middle p strong,
.site11 #siteobjects-middle a strong,
.site12 #siteobjects-middle a strong,
.site14 #siteobjects-middle a strong {
  font-size: 14px !important;
  line-height: 20px !important;
}

@media screen and (max-width: 480px) {
  .site11 #siteobjects-middle p strong,
  .site12 #siteobjects-middle p strong,
  .site14 #siteobjects-middle p strong,
  .site11 #siteobjects-middle a strong,
  .site12 #siteobjects-middle a strong,
  .site14 #siteobjects-middle a strong {
    font-size: 13px !important;
    line-height: 18px !important;
  }
}

@media screen and (max-width: 480px) {
  .site11 #siteobjects-middle p,
  .site12 #siteobjects-middle p,
  .site14 #siteobjects-middle p,
  .site11 #siteobjects-middle a,
  .site12 #siteobjects-middle a,
  .site14 #siteobjects-middle a {
    font-size: 13px !important;
    line-height: 18px !important;
  }
}

#siteobjects-left {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #siteobjects-left {
    width: 100%;
    display: block;
  }
}

#siteobjects-right {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-left: -6px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #siteobjects-right {
    width: 100%;
    display: block;
    margin-left: 0;
    padding: 0 40px 40px 40px;
  }
}

@media screen and (max-width: 768px) {
  #siteobjects-right {
    padding: 0 30px 30px 30px;
  }
}

@media screen and (max-width: 480px) {
  #siteobjects-right {
    padding: 0 20px 20px 20px;
  }
}

#siteobjects-right .rightcolumn-obj1 h2 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 20px;
}

#siteobjects-right .rightcolumn-obj1 p {
  margin: 0;
}

#siteobjects-right .rightcolumn-obj1 p a {
  margin: 0;
  font-size: 28px;
  line-height: 28px;
  font-weight: lighter;
}

#siteobjects-right .rightcolumn-obj1 .img-container {
  width: 90px;
  display: inline-block;
}

#siteobjects-right .rightcolumn-obj3 div p:first-child {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}

#siteobjects-right .rightcolumn-obj3 div p:last-child {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

.siteobject-pic {
  width: 100%;
}

.siteobject-pic > img {
  width: 100%;
}

.maxwidth250 {
  max-width: 250px;
}

.maxwidth500 {
  max-width: 500px;
}

.maxwidth750 {
  max-width: 750px;
}

.maxwidth1000 {
  max-width: 1000px;
}

.maxwidthfull {
  max-width: 100%;
  height: 200px;
}

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

/*
 * ARROWS
 */
.arrow_box {
  position: relative;
  /* background: #88b7d5; */
  border: 0px solid #c2e1f5;
  border: none;
  padding: 18px;
  width: 180px;
  border-radius: 0px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.arrow_box p {
  font-size: 18px;
  line-height: 18px;
  white-space: nowrap;
  width: 100%;
}

.arrow_box:after, .arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  /* border-left-color: #88b7d5; */
  border-width: 26px;
  margin-top: -26px;
}

.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  /* border-left-color: #c2e1f5; */
  border-width: 26px;
  margin-top: -25px;
}

/*
 * ARROWS to the left
 */
.arrow_box_left {
  position: relative;
  background: #dfd8d1;
  border: 0px solid #c2e1f5;
  border: none;
  padding: 18px;
  width: 210px;
  border-radius: 0px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.arrow_box_left p {
  font-size: 18px;
  line-height: 18px;
  white-space: nowrap;
}

.arrow_box_left:after, .arrow_box_left:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box_left:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #dfd8d1;
  border-width: 26px;
  margin-top: -26px;
}

.arrow_box_left:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #dfd8d1;
  border-width: 26px;
  margin-top: -25px;
}

/*
 * ÜBERSCHRIFT PFEILE
 */
.arrow_box_main {
  position: relative;
  /* background: #88b7d5; */
  border: 0px solid #c2e1f5;
  border: none;
  padding: 25px;
  width: auto;
  border-radius: 0px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .arrow_box_main {
    padding: 22px;
  }
}

@media screen and (max-width: 768px) {
  .arrow_box_main {
    padding: 18px;
  }
}

@media screen and (max-width: 480px) {
  .arrow_box_main {
    padding: 10px;
  }
}

.arrow_box_main p {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  white-space: nowrap;
  color: #FFF;
  overflow: hidden;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .arrow_box_main p {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .arrow_box_main p {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (max-width: 480px) {
  .arrow_box_main p {
    font-size: 22px;
    line-height: 26px;
    margin: 0;
  }
}

.arrow_box_main p strong, .arrow_box_main p a {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  white-space: nowrap;
  color: #FFF;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .arrow_box_main p strong, .arrow_box_main p a {
    font-size: 26px;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .arrow_box_main p strong, .arrow_box_main p a {
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  .arrow_box_main p strong, .arrow_box_main p a {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
  }
}

#siteobjects-middle a.no-link {
  font-size: 30px !important;
  line-height: 34px !important;
  font-weight: bold;
  white-space: nowrap;
  color: #FFF;
  overflow: hidden;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  #siteobjects-middle a.no-link {
    font-size: 26px !important;
    line-height: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  #siteobjects-middle a.no-link {
    font-size: 24px !important;
    line-height: 28px !important;
  }
}

@media screen and (max-width: 480px) {
  #siteobjects-middle a.no-link {
    font-size: 22px !important;
    line-height: 26px !important;
    margin: 0;
  }
}

#siteobjects-middle a.no-link strong, #siteobjects-middle a.no-link a {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  white-space: nowrap;
  color: #FFF;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #siteobjects-middle a.no-link strong, #siteobjects-middle a.no-link a {
    font-size: 26px;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  #siteobjects-middle a.no-link strong, #siteobjects-middle a.no-link a {
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  #siteobjects-middle a.no-link strong, #siteobjects-middle a.no-link a {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
  }
}

.arrow_box_main img {
  width: 34px !important;
  vertical-align: baseline;
}

@media screen and (max-width: 1024px) {
  .arrow_box_main img {
    width: 30px !important;
    vertical-align: baseline;
  }
}

@media screen and (max-width: 768px) {
  .arrow_box_main img {
    width: 26px !important;
    vertical-align: baseline;
  }
}

@media screen and (max-width: 480px) {
  .arrow_box_main img {
    width: 24px !important;
    vertical-align: baseline;
  }
}

.blog .arrow_box_main img {
  width: 18px !important;
}

@media screen and (max-width: 1024px) {
  .blog .arrow_box_main img {
    width: 22px !important;
  }
}

@media screen and (max-width: 768px) {
  .blog .arrow_box_main img {
    width: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .blog .arrow_box_main img {
    width: 18px !important;
  }
}

.ressource .arrow_box_main img {
  width: 22px !important;
}

@media screen and (max-width: 1024px) {
  .ressource .arrow_box_main img {
    width: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .ressource .arrow_box_main img {
    width: 18px !important;
  }
}

@media screen and (max-width: 480px) {
  .ressource .arrow_box_main img {
    width: 16px !important;
  }
}

.ideen .arrow_box_main img {
  width: 19px !important;
}

@media screen and (max-width: 1024px) {
  .ideen .arrow_box_main img {
    width: 17px !important;
  }
}

@media screen and (max-width: 768px) {
  .ideen .arrow_box_main img {
    width: 15px !important;
  }
}

@media screen and (max-width: 480px) {
  .ideen .arrow_box_main img {
    width: 13px !important;
  }
}

.arrow_box_main:after, .arrow_box_main:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box_main:after {
  border-color: rgba(136, 183, 213, 0);
  /* border-left-color: #88b7d5; */
  border-width: 42px;
  margin-top: -42px;
  margin-left: -1px;
}

@media screen and (max-width: 1024px) {
  .arrow_box_main:after {
    border-width: 37px;
    margin-top: -37px;
  }
}

@media screen and (max-width: 768px) {
  .arrow_box_main:after {
    border-width: 32px;
    margin-top: -32px;
  }
}

@media screen and (max-width: 480px) {
  .arrow_box_main:after {
    border-width: 23px;
    margin-top: -23px;
  }
}

.arrow_box_main:before {
  border-color: rgba(194, 225, 245, 0);
  /* border-left-color: #c2e1f5; */
  border-width: 42px;
  margin-top: -42px;
}

@media screen and (max-width: 1024px) {
  .arrow_box_main:before {
    border-width: 37px;
    margin-top: -37px;
  }
}

@media screen and (max-width: 768px) {
  .arrow_box_main:before {
    border-width: 32px;
    margin-top: -32px;
  }
}

@media screen and (max-width: 480px) {
  .arrow_box_main:before {
    border-width: 23px;
    margin-top: -23px;
  }
}

/*
 * ÜBERSCHRIFT PFEILE MIT BORDER
 */
.arrow_box_main_bordered {
  position: relative;
  background: #FFF;
  border: 2px solid #3d3d3d;
  border-left: none;
  border-right: none;
  padding: 25px;
  width: auto;
  border-radius: 0px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .arrow_box_main_bordered {
    padding: 22px;
  }
}

@media screen and (max-width: 768px) {
  .arrow_box_main_bordered {
    padding: 18px;
  }
}

@media screen and (max-width: 480px) {
  .arrow_box_main_bordered {
    padding: 10px;
  }
}

.arrow_box_main_bordered p {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  white-space: nowrap;
  color: #3d3d3d;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .arrow_box_main_bordered p {
    font-size: 26px;
    line-height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .arrow_box_main_bordered p {
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  .arrow_box_main_bordered p {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    margin-top: 1px;
  }
}

.arrow_box_main_bordered img {
  width: 30px !important;
  vertical-align: bottom;
}

.ueber-uns .arrow_box_main_bordered img {
  width: 26px !important;
  vertical-align: baseline;
}

@media screen and (max-width: 1024px) {
  .ueber-uns .arrow_box_main_bordered img {
    width: 22px !important;
  }
}

@media screen and (max-width: 768px) {
  .ueber-uns .arrow_box_main_bordered img {
    width: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .ueber-uns .arrow_box_main_bordered img {
    width: 20px !important;
  }
}

.arrow_box_main_bordered:after, .arrow_box_main_bordered:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box_main_bordered:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #FFF;
  border-width: 40px;
  margin-top: -40px;
}

@media screen and (max-width: 1024px) {
  .arrow_box_main_bordered:after {
    border-width: 35px;
    margin-top: -35px;
  }
}

@media screen and (max-width: 768px) {
  .arrow_box_main_bordered:after {
    border-width: 30px;
    margin-top: -30px;
  }
}

@media screen and (max-width: 480px) {
  .arrow_box_main_bordered:after {
    border-width: 22px;
    margin-top: -22px;
  }
}

.arrow_box_main_bordered:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #3d3d3d;
  border-width: 42px;
  margin-top: -42px;
}

@media screen and (max-width: 1024px) {
  .arrow_box_main_bordered:before {
    border-width: 37px;
    margin-top: -37px;
  }
}

@media screen and (max-width: 768px) {
  .arrow_box_main_bordered:before {
    border-width: 32px;
    margin-top: -32px;
  }
}

@media screen and (max-width: 480px) {
  .arrow_box_main_bordered:before {
    border-width: 24px;
    margin-top: -24px;
  }
}

.arrow_bottom {
  position: absolute;
  right: 40px;
  bottom: -20px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateZ(-10deg);
  -webkit-backface-visibility: hidden;
}

.arrow_bottom_blog {
  position: absolute;
  right: 87px;
  bottom: -15px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateZ(-10deg);
  -webkit-backface-visibility: hidden;
}

.arrow_bottom_ideen {
  position: absolute;
  right: 87px;
  bottom: -15px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateZ(-10deg);
  -webkit-backface-visibility: hidden;
}

.arrow_bottom_termine {
  position: absolute;
  right: 87px;
  bottom: -15px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateZ(-10deg);
  -webkit-backface-visibility: hidden;
}

/*************************/
/********FORMULAR*********/
/************************/
.contact_col_left {
  text-align: right;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contact_col_left {
    text-align: left;
    float: left;
    width: 100%;
  }
}

.contact_col_middle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contact_col_middle {
    float: left;
    width: 100%;
  }
}

@media print {
  .noprint {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .slicknav_menu {
    display: block;
  }
  .slicknav_menu .slicknav_nav a {
    font-size: 16px;
    line-height: 22px;
  }
  .slicknav_menu .slicknav_nav a:hover {
    background: none;
  }
}

.sitesearch-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .sitesearch-container {
    padding: 0px;
  }
}

.sitesearch-container form {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.sitesearch-container form input[type=text] {
  width: 50%;
}

.sitesearch-container .search-entry-container {
  text-align: center;
  padding: 15px;
  margin: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e8e8e8;
}

.sitesearch-container .search-entry-container:hover {
  background-color: #e8e8e8;
}

.sitesearch-container .search-entry-container h2 {
  font-weight: bold;
}

form label {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 23px;
  line-height: 30px;
}

form input[type=radio] {
  height: 20px;
  width: 20px;
}

form input[type=text] {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #676767;
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form input[type=submit],
form .button-red {
  display: inline-block;
  font-size: 16px;
  color: #FFF !important;
  border: 1px solid #c01426 !important;
  background-color: #c01426 !important;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form input[type=button] {
  display: inline-block;
  font-size: 16px;
  color: #c01426;
  border: 1px solid #c01426;
  background-color: #FFF;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form input[type=file] {
  display: inline-block;
  font-size: 16px;
  color: #84b5b1;
  border: 1px solid #84b5b1;
  background-color: #FFF;
  padding: 6px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  width: 100%;
}

form textarea {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #676767;
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form select {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #676767;
  padding: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button, .button {
  display: inline-block;
  font-size: 16px;
  color: #c01426;
  border: 1px solid #c01426;
  background-color: #FFF;
  padding: 6px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.button-pfeil {
  text-align: center;
  background-color: transparent;
  display: inline-block;
  position: relative;
  min-width: 140px;
  margin-left: 0;
  margin-bottom: 10px;
  z-index: 1000;
  top: 0;
}

.button-pfeil:after {
  left: 100%;
  top: 50%;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-color: white;
  border-left-width: medium;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 17px;
  margin-top: -17px;
}

.button-pfeil.pfeil-green:after {
  border-left-color: #8bcb50;
}

.button-pfeil.pfeil-red:after {
  border-left-color: #c01426;
}

.button-pfeil.pfeil-grey:after {
  border-left-color: #676767;
}

.button-pfeil.pfeil-orange:after {
  border-left-color: #f27d00;
}

.button-green2 {
  border: 1px solid #8bcb50 !important;
  background-color: #8bcb50 !important;
  color: #FFF !important;
}

.button-red {
  border: 1px solid #c01426 !important;
  background-color: #c01426 !important;
  color: #FFF !important;
}

.button-grey {
  border: 1px solid #676767 !important;
  background-color: #676767 !important;
  color: #FFF !important;
}

.button-orange {
  border: 1px solid #f27d00 !important;
  background-color: #f27d00 !important;
  color: #FFF !important;
}

/* NEWS EXTERN ADMIN STYLES*/
.filemanitem {
  width: 100px;
  height: 100px;
  border: 1px solid #CCCCCC;
  margin: 2px;
  list-style: none;
  float: left;
  word-wrap: break-word;
  text-decoration: none;
  background: white no-repeat;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.filelistpreviewimg {
  background: white;
  width: 50px;
  height: 50px;
  border: 1px solid #CCCCCC;
  margin: 2px;
  list-style: none;
  float: left;
  word-wrap: break-word;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.filemanlist {
  margin: 0;
  padding: 10px;
  clear: left;
  background-color: #444;
  border: 1px solid #000;
}

ul.filemanlist li.folder {
  background-color: lightgoldenrodyellow;
}

ul.filemanlist li .bottomdesc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5px;
}

.filemanitem.file .bottomdesc {
  display: none;
}

.filemanitem.file:hover .bottomdesc {
  display: block;
}

.filemanlist .ui-selecting {
  outline: 2px white solid;
}

.filemanlist .ui-selected {
  outline: 2px orange solid;
}

div.contentv input[type=button], div.contentv .button {
  background-color: #fa7900;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  border: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

div.contentv .datatable input[type="button"], div.contentv .datatable .button {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* ERROR MELDUNGEN HW */
.hw {
  width: 100%;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hw-error {
  background: #fdecd9;
}

.copyrighttext {
  position: absolute;
  bottom: 10px !important;
  right: 10px !important;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  text-shadow: 0 0 3px #3d3d3d;
  padding: 5px;
}

.slider-text-container {
  position: absolute;
  top: 100px;
  right: 100px;
  background-color: rgba(61, 61, 61, 0.7);
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 50%;
}

@media screen and (max-width: 1024px) {
  .slider-text-container {
    padding: 20px;
    top: 50px;
    right: 50px;
  }
}

@media screen and (max-width: 480px) {
  .slider-text-container {
    padding: 10px;
    top: 20px;
    right: 20px;
  }
}

.slider-text-container a, .slider-text-container h1 {
  color: #FFF;
  text-transform: none;
}

.termin-content {
  margin-right: -20px;
}

@media screen and (max-width: 1024px) {
  .termin-content {
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media screen and (max-width: 480px) {
  .termin-content {
    margin-right: 0px;
  }
}

.termin-content p a.social i {
  font-size: 35px;
}

.termin-content .links {
  float: left;
  width: 66.66666666%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .termin-content .links {
    float: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-right: 0px;
  }
}

.termin-content .links .termine-container {
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .termin-content .links .termine-container {
    margin-top: 20px;
  }
}

.termin-content .links .termine-container h3 {
  margin-top: 20px;
}

.termin-content .links .termine-container .termine-container-inner {
  background-color: white;
  margin-bottom: 10px;
}

.termin-content .links .termine-container .termine-container-inner.open .right-part .arrow i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.termin-content .links .termine-container .termine-container-inner.open .bottom-part {
  max-height: 1000px;
}

.termin-content .links .termine-container .termine-container-inner .left-part {
  float: left;
  width: 180px;
}

@media screen and (max-width: 768px) {
  .termin-content .links .termine-container .termine-container-inner .left-part {
    width: 140px;
  }
}

@media screen and (max-width: 550px) {
  .termin-content .links .termine-container .termine-container-inner .left-part {
    width: 110px;
  }
}

@media screen and (max-width: 480px) {
  .termin-content .links .termine-container .termine-container-inner .left-part {
    width: 80px;
  }
}

@media screen and (max-width: 320px) {
  .termin-content .links .termine-container .termine-container-inner .left-part {
    width: 50px;
  }
}

.termin-content .links .termine-container .termine-container-inner .left-part .date {
  float: left;
  width: 60px;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .termin-content .links .termine-container .termine-container-inner .left-part .date {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .termin-content .links .termine-container .termine-container-inner .left-part .date {
    padding: 5px;
  }
}

.termin-content .links .termine-container .termine-container-inner .left-part .date span {
  color: white;
  display: block;
}

.termin-content .links .termine-container .termine-container-inner .left-part .date span.day {
  font-size: 18px;
  line-height: 22px;
}

@media screen and (max-width: 320px) {
  .termin-content .links .termine-container .termine-container-inner .left-part .date span.day {
    font-size: 13px;
    line-height: 17px;
  }
}

.termin-content .links .termine-container .termine-container-inner .left-part .date span.day_n_month {
  font-size: 18px;
  line-height: 18px;
}

@media screen and (max-width: 320px) {
  .termin-content .links .termine-container .termine-container-inner .left-part .date span.day_n_month {
    font-size: 13px;
    line-height: 17px;
  }
}

.termin-content .links .termine-container .termine-container-inner .left-part .image {
  float: left;
  width: 120px;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .termin-content .links .termine-container .termine-container-inner .left-part .image {
    width: 100%;
  }
}

.termin-content .links .termine-container .termine-container-inner .left-part .image img {
  width: 100%;
}

.termin-content .links .termine-container .termine-container-inner .right-part {
  float: left;
  width: calc(100% - 180px);
  padding: 5px 10px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  .termin-content .links .termine-container .termine-container-inner .right-part {
    width: calc(100% - 140px);
  }
}

@media screen and (max-width: 550px) {
  .termin-content .links .termine-container .termine-container-inner .right-part {
    width: calc(100% - 110px);
  }
}

@media screen and (max-width: 480px) {
  .termin-content .links .termine-container .termine-container-inner .right-part {
    width: calc(100% - 80px);
    height: 90px;
    padding: 5px 10px 0 10px;
  }
}

@media screen and (max-width: 320px) {
  .termin-content .links .termine-container .termine-container-inner .right-part {
    width: calc(100% - 50px);
    height: 69px;
  }
}

.termin-content .links .termine-container .termine-container-inner .right-part .title {
  color: #8bcb50;
  font-size: 23px;
  line-height: 30px;
  font-weight: bold;
  width: calc( 100% - 40px);
}

@media screen and (max-width: 768px) {
  .termin-content .links .termine-container .termine-container-inner .right-part .title {
    font-size: 20px;
    line-height: 23px;
  }
}

@media screen and (max-width: 480px) {
  .termin-content .links .termine-container .termine-container-inner .right-part .title {
    font-size: 18px;
    line-height: 21px;
  }
}

@media screen and (max-width: 320px) {
  .termin-content .links .termine-container .termine-container-inner .right-part .title {
    font-size: 16px;
    line-height: 19px;
  }
}

.termin-content .links .termine-container .termine-container-inner .right-part .location {
  color: #676767;
  font-size: 17px;
  line-height: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .termin-content .links .termine-container .termine-container-inner .right-part .location {
    font-size: 16px;
    line-height: 17px;
  }
}

@media screen and (max-width: 480px) {
  .termin-content .links .termine-container .termine-container-inner .right-part .location {
    font-size: 15px;
    line-height: 16px;
  }
}

@media screen and (max-width: 320px) {
  .termin-content .links .termine-container .termine-container-inner .right-part .location {
    font-size: 13px;
    line-height: 14px;
  }
}

.termin-content .links .termine-container .termine-container-inner .right-part .arrow {
  position: absolute;
  right: 20px;
  border: 1px solid #8bcb50;
  padding: 0px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 14px;
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .termin-content .links .termine-container .termine-container-inner .right-part .arrow {
    right: 10px;
    left: 10px;
    top: auto;
    bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .termin-content .links .termine-container .termine-container-inner .right-part .arrow {
    bottom: 3px;
  }
}

.termin-content .links .termine-container .termine-container-inner .right-part .arrow i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform ease 1s;
  transition: -webkit-transform ease 1s;
  transition: transform ease 1s;
  transition: transform ease 1s, -webkit-transform ease 1s;
}

@media screen and (max-width: 480px) {
  .termin-content .links .termine-container .termine-container-inner .right-part .arrow i {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .termin-content .links .termine-container .termine-container-inner .right-part .arrow i {
    font-size: 14px;
  }
}

.termin-content .links .termine-container .termine-container-inner .bottom-part {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height ease 1s;
  transition: max-height ease 1s;
}

.termin-content .links .termine-container .termine-container-inner .bottom-part .bottom-left {
  float: left;
  width: 180px;
  text-align: right;
  padding: 10px 0 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .termin-content .links .termine-container .termine-container-inner .bottom-part .bottom-left {
    width: 140px;
  }
}

@media screen and (max-width: 550px) {
  .termin-content .links .termine-container .termine-container-inner .bottom-part .bottom-left {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    padding: 10px;
    padding-bottom: 0;
  }
}

.termin-content .links .termine-container .termine-container-inner .bottom-part .bottom-left span {
  display: block;
  color: #8bcb50;
  font-size: 17px;
  line-height: 22px;
}

@media screen and (max-width: 550px) {
  .termin-content .links .termine-container .termine-container-inner .bottom-part .bottom-left span {
    display: inline-block;
  }
  .termin-content .links .termine-container .termine-container-inner .bottom-part .bottom-left span:nth-child(3) {
    display: block;
  }
}

.termin-content .links .termine-container .termine-container-inner .bottom-part .bottom-right {
  float: left;
  width: calc(100% - 180px);
  padding: 10px 10px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .termin-content .links .termine-container .termine-container-inner .bottom-part .bottom-right {
    width: calc(100% - 140px);
  }
}

@media screen and (max-width: 550px) {
  .termin-content .links .termine-container .termine-container-inner .bottom-part .bottom-right {
    display: block;
    float: none;
    width: 100%;
  }
}

.termin-content .rechts {
  float: left;
  width: 33.33333333%;
  padding: 0px 20px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .termin-content .rechts {
    float: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
}

.termin-content .rechts label {
  display: inline-block;
  font-size: 23px;
  line-height: 26px;
  padding-left: 20px;
  padding-bottom: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .termin-content .rechts label {
    padding-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .termin-content .rechts label {
    font-size: 20px;
    line-height: 23px;
  }
}

@media screen and (max-width: 480px) {
  .termin-content .rechts label {
    font-size: 18px;
    line-height: 21px;
  }
}

.termin-content .rechts select {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  color: #676767;
  border: 0px;
}

.termin-content .rechts .date-filter {
  float: left;
  width: 50%;
}

.termin-content .rechts .date-filter.leftinput {
  padding-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.termin-content .rechts .date-filter.rightinput {
  padding-left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.termin-content .rechts .date-filter input[type="text"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0px;
  padding: 11px;
  color: #676767;
}

.partner-content {
  margin-right: -20px;
}

@media screen and (max-width: 1024px) {
  .partner-content {
    margin-right: -10px;
  }
}

@media screen and (max-width: 480px) {
  .partner-content {
    margin-right: 0px;
  }
}

.partner-content p a.social i {
  font-size: 35px;
}

.container-default .partner-content .partner-box-container {
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: white;
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .container-default .partner-content .partner-box-container {
    height: 100%;
  }
}

.partner-content-inner {
  float: left;
  width: 25%;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .partner-content-inner {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .partner-content-inner {
    width: 100%;
    padding-right: 0px;
  }
}

.partner-box-container img {
  /* padding: 20px !important;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

.text-count-message {
  font-size: 12px;
  line-height: 12px;
}
/*# sourceMappingURL=def.css.map */