@font-face {
  font-family: 'Sansita';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sansita/v10/QldONTRRphEb_-V7HBk.ttf) format('truetype');
}
@font-face {
  font-family: 'Sansita';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sansita/v10/QldLNTRRphEb_-V7JKWUaXk.ttf) format('truetype');
}
@font-face {
  font-family: 'Sansita';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sansita/v10/QldLNTRRphEb_-V7JLmXaXk.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf) format('truetype');
}
.hover-shadow-1:hover {
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.06);
}
* {
  outline: none !important;
}
.site-header {
  margin-bottom: 2.5rem;
  text-align: center;
}
.site-header h1 {
  margin-bottom: .75rem;
  padding-bottom: 0;
  font-family: 'Sansita', Arial, sans-serif;
  font-size: 34.2px;
  font-weight: 600;
  color: #2a9d8f;
  line-height: 1.3;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
@media (max-width: 575px) {
  .site-header h1 {
    font-size: 29.07px;
  }
}
.site-header h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-75px);
  display: block;
  width: 150px;
  height: 3px;
  background-color: #2a9d8f;
}
.site-header .site-subheader {
  display: block;
  margin-top: 6px;
  font-size: 21px;
  font-family: 'Sansita', Arial, sans-serif;
  font-weight: 400;
}
.pagets__zweispaltig .site-header {
  margin: 0 0 2.5rem 0;
  text-align: left;
}
h2,
.pseudo-h2 {
  margin-bottom: .75rem;
  padding-bottom: 0;
  font-family: 'Sansita', Arial, sans-serif;
  font-size: 28.8px;
  font-weight: 600;
  color: #2a9d8f;
  line-height: 1.3;
}
@media (max-width: 575px) {
  h2,
  .pseudo-h2 {
    font-size: 24.48px;
  }
}
h3,
.pseudo-h3 {
  margin-bottom: .75rem;
  padding-bottom: 0;
  font-family: 'Sansita', Arial, sans-serif;
  font-size: 25.2px;
  font-weight: 600;
  color: #2a9d8f;
  line-height: 1.3;
}
@media (max-width: 575px) {
  h3,
  .pseudo-h3 {
    font-size: 21.42px;
  }
}
h4,
.pseudo-h4 {
  margin-bottom: .75rem;
  padding-bottom: 0;
  font-family: 'Sansita', Arial, sans-serif;
  font-size: 22.32px;
  font-weight: 600;
  color: #2a9d8f;
  line-height: 1.3;
}
@media (max-width: 575px) {
  h4,
  .pseudo-h4 {
    font-size: 18.972px;
  }
}
h5 {
  margin-bottom: .75rem;
  padding-bottom: 0;
  font-family: 'Sansita', Arial, sans-serif;
  font-size: 19.8px;
  font-weight: 600;
  color: #2a9d8f;
  line-height: 1.3;
}
@media (max-width: 575px) {
  h5 {
    font-size: 16.83px;
  }
}
h6 {
  margin-bottom: .75rem;
  padding-bottom: 0;
  font-family: 'Sansita', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2a9d8f;
  line-height: 1.3;
}
@media (max-width: 575px) {
  h6 {
    font-size: 15.3px;
  }
}
.subheader {
  margin-top: 0.5rem;
  font-size: 1.1rem;
}
a {
  color: #2a9d8f;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 0.75rem;
}
p.text-2col {
  column-gap: 3rem;
  column-count: 2;
  column-rule-width: 1px;
  column-rule-style: solid;
  -moz-column-gap: 3rem;
  -moz-column-count: 2;
  -moz-column-rule-width: 1px;
  -moz-column-rule-style: solid;
  -webkit-column-gap: 3rem;
  -webkit-column-count: 2;
  -webkit-column-rule-width: 1px;
  -webkit-column-rule-style: solid;
}
@media (max-width: 767px) {
  p.text-2col {
    column-gap: 15px;
    column-count: 1;
    column-rule-width: 1px;
    column-rule-style: solid;
    -moz-column-gap: 15px;
    -moz-column-count: 1;
    -moz-column-rule-width: 1px;
    -moz-column-rule-style: solid;
    -webkit-column-gap: 15px;
    -webkit-column-count: 1;
    -webkit-column-rule-width: 1px;
    -webkit-column-rule-style: solid;
  }
}
.content-main ul,
.content-main ol {
  list-style-position: initial;
  padding-left: 1.5rem;
}
.content-main ul.align-left,
.content-main ol.align-left {
  text-align: left;
  list-style-position: initial;
  padding-left: 40px;
}
.content-main li {
  margin-bottom: 15px;
}
table th,
table td {
  border-top: none !important;
}
table thead tr {
  border-bottom: 1px solid;
}
table tbody tr {
  border-bottom: 1px solid;
}
b,
strong {
  font-weight: 500;
}
hr {
  margin-top: 0;
}
.frame-type-div {
  height: 1px;
}
.frame-default {
  padding-left: 0;
  padding-right: 0;
}
.frame-default p:last-child,
.frame-default ul:last-child,
.frame-default li:last-child {
  margin-bottom: 0;
}
.frame-space-before-extra-small {
  padding-top: 1rem;
}
.frame-space-before-small {
  padding-top: 1.5rem;
}
.frame-space-before-medium {
  padding-top: 2rem;
}
.frame-space-before-large {
  padding-top: 2.5rem;
}
.frame-space-before-extra-large {
  padding-top: 3rem;
}
.frame-space-after-extra-small {
  padding-bottom: 1rem;
}
.frame-space-after-small {
  padding-bottom: 1.5rem;
}
.frame-space-after-medium {
  padding-bottom: 2rem;
}
.frame-space-after-large {
  padding-bottom: 2.5rem;
}
.frame-space-after-extra-large {
  padding-bottom: 3rem;
}
.ce-px-none {
  padding-left: 0;
  padding-right: 0;
}
.ce-px-extra-small {
  padding-left: 15px;
  padding-right: 15px;
}
.ce-px-small {
  padding-left: 50px;
  padding-right: 50px;
}
.ce-px-medium {
  padding-left: 100px;
  padding-right: 100px;
}
.ce-px-large {
  padding-left: 150px;
  padding-right: 150px;
}
.ce-px-extra-large {
  padding-left: 250px;
  padding-right: 250px;
}
@media (max-width: 1199px) {
  .ce-px-small {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ce-px-medium {
    padding-left: 80px;
    padding-right: 80px;
  }
  .ce-px-large {
    padding-left: 120px;
    padding-right: 120px;
  }
  .ce-px-extra-large {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (max-width: 991px) {
  .ce-px-small {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ce-px-medium {
    padding-left: 60px;
    padding-right: 60px;
  }
  .ce-px-large {
    padding-left: 90px;
    padding-right: 90px;
  }
  .ce-px-extra-large {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (max-width: 767px) {
  .ce-px-small {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ce-px-medium {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ce-px-large {
    padding-left: 60px;
    padding-right: 60px;
  }
  .ce-px-extra-large {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 575px) {
  .ce-px-small {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ce-px-medium {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ce-px-large {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ce-px-extra-large {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ce-headline-left {
  text-align: left;
}
.ce-headline-center {
  text-align: center;
}
.ce-headline-right {
  text-align: right;
}
.intro-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.intro-bg-image .frame-default {
  height: 350px;
  display: flex;
  align-content: center;
  align-items: end;
  justify-content: center;
}
.intro-bg-image .frame-default .ce-content {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}
.bg-blue {
  background-color: blue;
}
.bg-orange-tornado {
  background-color: #ee5522;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23FB3'/%3E%3Cstop offset='1' stop-color='%23ee5522'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23f7882b'/%3E%3Cstop offset='1' stop-color='%23ee5522'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.1' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
.bg-red-tornado {
  background-color: #E8404F;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23C90031'/%3E%3Cstop offset='1' stop-color='%23E8404F'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23d92040'/%3E%3Cstop offset='1' stop-color='%23E8404F'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.1' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
.bg-aquarell-colorful-1 {
  background-image: url("/typo3conf/ext/st3/Resources/Public/Css/images/bg-aquarell-colorful-1.jpg");
}
.ce-bg-gray {
  background-color: rgba(192, 192, 192, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
}
.ce-bg-blue-rhombs {
  background-color: #294479;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%2306245f' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
  color: #FFF;
}
.ce-bg-yellow-radial-gradient {
  background: url(/img/chevron-top.png) no-repeat 0 0, url(/img/chevron-bottom.png) no-repeat 0 100%, radial-gradient(circle, #fdb813 50%, #fa9a0b 90%);
  background-size: auto auto, auto auto, auto auto;
  background-size: 100% auto, 100% auto, auto;
}
.container {
  position: relative;
}
.img-fluid {
  min-width: 100%;
  overflow: hidden;
}
.testbutton {
  display: inline-block;
  min-height: 50px;
  line-height: 50px;
  position: relative;
}
.testbutton img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.btn-default {
  position: relative;
  padding: .5rem 44px .5rem .75rem;
  min-width: 44px;
  background-color: #CCC;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  color: #666;
  text-align: left;
}
.btn-default:before {
  content: '\f18e';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 44px;
  height: 100%;
  font-size: 22px;
  margin-left: -2px;
}
.btn-default:hover,
.btn-default.hovered {
  background-color: #b3b3b3;
  border: 1px solid #9e9e9e;
}
.btn-primary {
  position: relative;
  padding: .5rem 44px .5rem .75rem;
  min-width: 44px;
  background-color: #2a9d8f;
  border: 1px solid #217d72;
  border-radius: 0;
  color: #FFF;
  text-align: left;
}
.btn-primary:before {
  content: '\f18e';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 44px;
  height: 100%;
  font-size: 22px;
  margin-left: -2px;
}
.btn-primary:hover,
.btn-primary.hovered {
  background-color: #1f756a;
  border: 1px solid #17554d;
}
.btn-secondary {
  position: relative;
  padding: .5rem 44px .5rem .75rem;
  min-width: 44px;
  background-color: #e76f51;
  border: 1px solid #e2512d;
  border-radius: 0;
  color: #FFF;
  text-align: left;
}
.btn-secondary:before {
  content: '\f18e';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 44px;
  height: 100%;
  font-size: 22px;
  margin-left: -2px;
}
.btn-secondary:hover,
.btn-secondary.hovered {
  background-color: #e14a24;
  border: 1px solid #c23c1b;
}
.btn-dark {
  position: relative;
  padding: .5rem 44px .5rem .75rem;
  min-width: 44px;
  background-color: #2a9d8f;
  border: 1px solid #217d72;
  border-radius: 0;
  color: #FFF;
  text-align: left;
}
.btn-dark:before {
  content: '\f18e';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 44px;
  height: 100%;
  font-size: 22px;
  margin-left: -2px;
}
.btn-dark:hover,
.btn-dark.hovered {
  background-color: #1f756a;
  border: 1px solid #17554d;
}
.btn-light {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #2a9d8f;
}
.btn-light:hover {
  background-color: #e6e6e6;
  border: 1px solid #d9d9d9;
}
.card {
  display: block;
  padding: 9px;
  border-radius: 0;
  border: 1px solid #CCC;
  color: #343a40;
  transition: all 0.25s ease-in-out;
  text-align: center;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}
.card .btn {
  margin-top: 1rem;
  width: 100%;
}
.card-img-top {
  width: initial;
  border: 1px solid #CCC;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-body {
  display: block;
  padding: 1.1rem 0 0;
}
.card-title {
  padding-bottom: 13px;
  border-bottom: 2px solid #CCC;
  margin: -2px 4px 12px;
  font-family: 'Sansita', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #2a9d8f;
}
#scrollTop {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -1.75rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a9d8f;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transform: translateY(100%) translateY(20px);
  transition: .25s 0s ease;
}
@media (max-width: 576px) {
  #scrollTop {
    bottom: 75px;
    transform: translateY(100%) translateY(75px);
  }
}
#scrollTop i {
  color: #FFF;
  font-size: 3.1rem;
}
#scrollTop.shown {
  transform: translateY(0);
}
.accordion-control {
  position: relative;
  padding: 7px 30px 7px 15px;
  color: #666;
  background-color: #ed947e;
  border: 1px solid #b8b8b8;
  font-family: 'Sansita', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  cursor: pointer;
}
.accordion-control:after {
  content: '\f0da';
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  position: relative;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 14px;
  transition: 0.5s;
}
.accordion-control:not(.collapsed) {
  background: #2a9d8f;
  border: 1px solid #2a9d8f;
  color: #FFF;
}
.accordion-control:not(.collapsed):after {
  transform: rotate(90deg);
}
.accordion-content-border {
  padding: 15px;
  border: 1px solid #2a9d8f;
  border-top: none;
}
footer {
  padding: .5rem 0;
  background: #2a9d8f;
  border-top: 2px solid #FFF;
}
.grid-row.grid-flex > .frame-container {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .grid-row.grid-flex > .frame-container {
    width: 100% !important;
  }
}
.grid-row.grid-flex.flex-col50 > .frame-container {
  width: 50%;
}
.grid-row.grid-flex.flex-col50 > .frame-container > div {
  padding: 0 15px !important;
}
.grid-row.grid-flex.flex-col33 > .frame-container {
  width: 33.33%;
}
@media (max-width: 991px) {
  .grid-row.grid-flex.flex-col33 > .frame-container {
    width: 50%;
  }
}
.grid-row.grid-flex.flex-col33 > .frame-container > div {
  padding: 0 15px !important;
}
.grid-row.grid-flex.flex-col25 > .frame-container {
  width: 25%;
}
@media (max-width: 1199px) {
  .grid-row.grid-flex.flex-col25 > .frame-container {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .grid-row.grid-flex.flex-col25 > .frame-container {
    width: 50%;
  }
}
.grid-row.grid-flex.flex-col25 > .frame-container > div {
  padding: 0 15px !important;
}
.tooltip.show {
  opacity: 1;
}
.tooltip-info {
  color: #2a9d8f;
  cursor: help;
}
.tooltip-info:after {
  content: "\f05a";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: .8rem;
  text-rendering: auto;
  margin-left: 3px;
}
.tooltip-inner {
  background: #2a9d8f;
  color: #FFF;
  font-family: 'Sansita', Arial, sans-serif;
  font-weight: 300;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #2a9d8f;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #2a9d8f;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #2a9d8f;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #2a9d8f;
}
ul.f3-widget-paginator {
  margin: 1.5rem 0 0;
  padding: 0;
}
ul.f3-widget-paginator li a {
  border-radius: 0 !important;
  background-color: #2a9d8f;
  color: #FFF;
}
ul.f3-widget-paginator li a:hover {
  background-color: #e76f51;
  color: #FFF;
}
ul.f3-widget-paginator li.disabled {
  cursor: not-allowed;
}
ul.f3-widget-paginator li.disabled a {
  background-color: #3acab9;
  color: #FFF !important;
}
.ce-gallery > .row {
  margin: 0 -7.5px -15px;
}
.ce-gallery .ce-image-col {
  margin-bottom: 15px;
  padding: 0 7.5px;
}
.ce-gallery .ce-image-col figure {
  margin-bottom: 0;
}
.ce-gallery.ce-above + .ce-bodytext,
.ce-bodytext + .ce-gallery.ce-below {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .ce-gallery.ce-left + .ce-bodytext {
    margin-top: 15px;
  }
}
.ce-gallery figcaption {
  font-size: 0.85em;
}
.ce-gallery img {
  width: 100%;
  height: auto;
}
.ce-gallery.ce-border figure.image {
  display: block;
  position: relative;
  margin: 6px;
  border: 7px ridge #e76f51;
}
.ce-gallery.ce-border figure.image:before {
  content: '';
  border: 2px ridge #e76f51;
  position: absolute;
  left: -13px;
  top: -13px;
  width: calc(100% + 26px);
  height: calc(100% + 26px);
  z-index: -1;
}
.video-embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.video-embed.isIframe {
  height: 0;
  padding-bottom: 56.25%;
}
.video-embed .video-embed-item {
  width: 100%;
  float: left;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.site-navbar {
  max-height: 100vh;
}
.navbar {
  padding: .65rem 0;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand img {
  width: 140px;
}
.nav-link {
  position: relative;
  font-family: 'Sansita', Arial, sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) {
  .menu-lvl-0 > .nav-item > .nav-link {
    margin: .2rem 1rem;
    padding: 0 0 2px;
    font-size: 1.25rem;
    color: #FFF;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
  .menu-lvl-0 > .nav-item:last-child > .nav-link {
    margin-right: 0;
  }
  .menu-lvl-0 > .nav-item.active > .nav-link,
  .menu-lvl-0 > .nav-item.show > .nav-link,
  .menu-lvl-0 > .nav-item > .nav-link:hover {
    border-bottom: 2px solid #FFF;
  }
  .menu-lvl-0 > .nav-item .dropdown-toggle::after {
    vertical-align: .15em;
  }
  .menu-lvl-1,
  .menu-lvl-2 {
    padding: 0;
    margin: 0.25rem 0 0;
    font-size: 0.9rem;
    color: #FFF;
    text-align: left;
    background-color: #FFF;
    border: 1px solid #2a9d8f;
    border-top: none;
    border-radius: 0;
  }
  .menu-lvl-1 > .nav-item,
  .menu-lvl-2 > .nav-item {
    position: relative;
  }
  .menu-lvl-1 > .nav-item > .nav-link,
  .menu-lvl-2 > .nav-item > .nav-link {
    padding: .4rem .5rem;
    color: #2a9d8f;
    border-top: 1px solid #2a9d8f;
    font-size: 1.05rem;
  }
  .menu-lvl-1 > .nav-item.active > .nav-link,
  .menu-lvl-2 > .nav-item.active > .nav-link,
  .menu-lvl-1 > .nav-item.show > .nav-link,
  .menu-lvl-2 > .nav-item.show > .nav-link,
  .menu-lvl-1 > .nav-item > .nav-link:hover,
  .menu-lvl-2 > .nav-item > .nav-link:hover {
    background: #abe8e1;
  }
  .menu-lvl-1 .dropdown-toggle::after,
  .menu-lvl-2 .dropdown-toggle::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 7px;
    top: 17px;
  }
  .menu-lvl-2 {
    margin: 0;
  }
}
.navbar-toggler {
  color: #FFF;
  border: 2px solid #FFF;
}
.navbar-toggler-icon {
  width: initial;
  height: initial;
}
@media (max-width: 991px) {
  .navbar {
    padding: 0.75rem 0;
  }
  #navbarNavDropdown {
    margin: 0.5rem -15px 0;
    padding: 0 15px 0.5rem;
    background: #2a9d8f;
  }
  #navbarNavDropdown .dropdown-menu {
    background: #2a9d8f;
  }
  .menu-lvl-0 {
    transition: height;
    color: #FFF;
  }
  .menu-lvl-0 > .nav-item > .nav-link {
    margin: 0;
    padding: 0.5rem 0 0.5rem 0.25rem;
    font-size: 1rem;
    border-bottom: 1px dotted #FFF;
    color: #FFF;
  }
  .menu-lvl-0 > .nav-item.active > .nav-link {
    background: #35c5b4;
  }
  .menu-lvl-0 > .nav-item:first-child > .nav-link {
    border-top: 1px dotted #FFF;
  }
  .menu-lvl-0 > .nav-item .dropdown-toggle::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 7px;
    top: 17px;
    top: 20px;
  }
  .menu-lvl-1,
  .menu-lvl-2 {
    margin: 0;
    border: none;
    padding: 0;
  }
  .menu-lvl-1 > .nav-item > .nav-link,
  .menu-lvl-2 > .nav-item > .nav-link {
    margin: 0;
    padding: 0.5rem 0 0.5rem 0.75rem;
    font-size: 0.9rem;
    color: #FFF;
    border-bottom: 1px dotted #FFF;
  }
  .menu-lvl-1 > .nav-item.active > .nav-link,
  .menu-lvl-2 > .nav-item.active > .nav-link {
    background: #35c5b4;
  }
  .menu-lvl-1 > .nav-item .dropdown-toggle::after,
  .menu-lvl-2 > .nav-item .dropdown-toggle::after {
    top: 19px;
  }
  .menu-lvl-2 > .nav-item > .nav-link {
    padding: 0.5rem 0 0.5rem 1.25rem;
  }
  .dropdown > .dropdown-toggle::after {
    transform: rotate(-90deg);
    border-top: .25em solid;
    border-right: .25em solid transparent;
    border-left: .25em solid transparent;
  }
  .dropdown.show > .dropdown-toggle::after {
    transform: rotate(0);
  }
}
/*
* META NAV Footer
 */
#nav-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav-footer ul li {
  display: inline-block;
}
#nav-footer ul li a {
  color: #FFF;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
}
.maskBewertung {
  position: relative;
  padding: 1.5rem 1.75rem;
  text-align: center;
  border: 1px solid #e76f51;
  background: #fdf1ee;
  background: radial-gradient(ellipse at center, #FFF, #fdf1ee);
}
.maskBewertung .maskBewertungUeberschrift {
  margin-bottom: 1rem;
}
.maskBewertung .maskBewertungName {
  margin-bottom: 1rem;
  font-weight: bolder;
}
.maskBewertung .maskBewertungBilder {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 1rem;
}
.maskBewertung .maskBewertungBild {
  padding-left: 5px;
  padding-right: 5px;
}
.maskBewertung .maskBewertungText {
  margin-bottom: 1.4rem;
}
.maskBewertung:before,
.maskBewertung:after {
  content: '\f005  \f005  \f005  \f005  \f005';
  font-family: FontAwesome, sans-serif;
  font-size: 2rem;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #e76f51;
}
.maskBewertung:before {
  margin-bottom: 1rem;
}
.maskBewertung:after {
  margin-top: 1.4rem;
}
.mask-custommenu .mask-custommenu-link {
  margin-bottom: 9px;
}
.frame-stoerer {
  position: relative;
}
.frame-stoerer:before {
  background: #e76f51;
  content: "";
  position: absolute;
  width: 100vw;
  right: 0;
  height: 100%;
}
.mask-stoerer {
  text-align: center;
}
.mask-stoerer .stoerer-icon {
  flex-grow: 0;
  color: #fff;
  font-size: 7rem;
  line-height: 1;
  margin-right: 2.5rem;
}
.mask-stoerer .stoerer-content {
  flex-grow: 1;
}
.mask-stoerer .stoerer-header {
  margin: 0;
  font-family: 'Sansita', Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  color: #FFF;
}
.mask-stoerer .stoerer-header-mb {
  margin-bottom: 1rem;
}
.mask-stoerer .stoerer-text {
  color: #FFF;
}
.mask-stoerer .stoerer-button {
  margin-top: 1.25rem;
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #2a9d8f;
}
.mask-stoerer .stoerer-button:hover {
  background-color: #e6e6e6;
  border: 1px solid #d9d9d9;
}
.pagets__zweispaltig .mask-stoerer {
  text-align: left;
}
.frame-type-mask_parallax {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.mask-parallax {
  height: 400px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mask-parallax .parallax-text {
  padding: 20px 40px;
  color: #FFF;
  font-family: 'Sansita', Arial, sans-serif;
  font-weight: 600;
  font-size: 28px;
  background: rgba(0, 0, 0, 0.45);
}
.mask-teaser .teaser-header {
  display: block;
}
.mask-teaser .teaser-text {
  display: block;
  margin: 0 4px;
}
.mask-contactperson {
  position: relative;
  top: 0;
  left: 0;
  padding: 9px;
  color: #343a40;
  border: 1px solid #CCC;
  box-shadow: none;
}
.mask-contactperson .contactperson-content {
  padding: 15px 0 0;
  text-align: center;
}
.mask-contactperson .contactperson-name {
  margin-bottom: 0.15rem;
}
.mask-contactperson .contactperson-position {
  font-style: italic;
}
.mask-contactperson .contactperson-contact {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #999;
  line-height: 1.5;
}
.mask-contactperson .contactperson-telephone {
  display: block;
}
.mask-contactperson .contactperson-email {
  display: block;
}
form {
  margin-top: -10px;
}
label,
.form-statictext-label {
  margin-bottom: .3rem;
  font-size: 0.9rem;
  font-weight: 400;
}
.form-group {
  margin-bottom: 1rem;
}
.form-control {
  border-radius: 0;
  border-color: #999;
}
.form-check-input {
  margin-top: .25rem;
}
.btn-toolbar {
  justify-content: flex-end;
}
.help-block {
  display: inline-block;
  margin-top: 0.15rem;
  font-size: 0.9rem;
  font-style: italic;
}
.form-statictext {
  margin-bottom: 1rem;
}
.form-statictext.subheader .form-statictext-label {
  margin: 1.5rem 0 0.75rem;
  padding: 0.25rem 0.5rem;
  background: #2a9d8f;
  font-size: 1.1rem;
  font-weight: 500;
  color: #FFF;
}
.form-statictext.info .form-statictext-text {
  border: 1px solid #856404;
  padding: 0.25rem 0.5rem;
  background: #f9c429;
  font-size: 0.9rem;
}
.news-list-view {
  margin-bottom: -30px;
}
.news-list-view .news-list-article-outer {
  padding-top: 28px;
}
.news-list-view .news-list-article .news-list-date {
  position: absolute;
  left: -1px;
  top: -28px;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  color: #333;
  font-size: 0.8rem;
  background: #FFF;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.news-list-view .news-list-article .news-list-header {
  display: block;
  color: #2a9d8f;
}
.news-list-view .news-list-article .news-list-teaser {
  display: block;
}
.news-list-view .news-list-page-navigation {
  margin-bottom: 30px;
}
.news-list-view .news-list-page-navigation p {
  margin-bottom: 0.375rem;
}
.news-list-view .news-list-page-navigation li a {
  border-radius: 0 !important;
  background-color: #2a9d8f;
  color: #FFF;
}
.news-list-view .news-list-page-navigation li a:hover {
  background-color: #e76f51;
}
.news-list-view .news-list-page-navigation li.disabled {
  cursor: not-allowed;
}
.news-list-view .news-list-page-navigation li.disabled a {
  background-color: #666;
  color: #FFF;
}
.news-detail .news-detail-date {
  display: block;
  margin-top: 7px;
  font-size: 1.25rem;
  font-family: 'Lato', sans-serif;
}
.news-detail .news-detail-text {
  margin-bottom: 3rem;
}
.news-detail .news-detail-gallery {
  margin-bottom: 2.5rem;
}
.news-detail .news-detail-gallery hr {
  margin-bottom: 2.5rem;
}
.news-detail .news-backlink-wrap {
  margin-top: 15px;
}
html {
  overflow-x: hidden;
}
html,
body {
  width: 100%;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 18px;
  color: #343a40;
  line-height: 1.4;
  font-weight: 200;
}
@media (max-width: 575px) {
  html,
  body {
    font-size: 16.2px;
  }
}
.infobar {
  padding: 3px 0;
  text-align: center;
  font-size: 14px;
  color: #343a40;
  background-color: #856404;
}
.site-navbar {
  background-color: #2a9d8f;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4);
}
#page-header {
  margin-bottom: 2rem;
}
#page-header .container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
#page-header img {
  border: none;
}
.content-main * {
  hyphens: auto;
}
.btn.focus,
.btn:focus,
a:focus {
  box-shadow: none !important;
}
@media print {
  @page {
    margin: 0.5cm 1cm;
  }
  h1::first-letter,
  h2::first-letter,
  h3::first-letter,
  h4::first-letter,
  h5::first-letter,
  h6::first-letter {
    margin: 0;
  }
  .navbar {
    display: flex;
  }
  .navbar-toggler {
    display: none;
  }
  .intro-bg-image,
  .frame-type-mask_parallax {
    display: none;
  }
}


