/* COLORS 
_________________________________________________________________*/
@import "../prototyping-views/css/generic/bootstrap.css";
@font-face {
  font-family: 'OpenSans';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/OpenSans-Regular.ttf"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'OpenSans';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/OpenSans-SemiBold.ttf"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: 'OpenSans';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/OpenSans-Bold.ttf"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'OpenSans';
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/OpenSans-Italic.ttf"), url("../fonts/OpenSans-Italic.ttf") format("truetype");
}
/* FONTS VARIANTS
_________________________________________________________________*/
html {
  /* 62.5% of 16px base font size is 10px */
  font-size: 62.5%;
}
body {
  font-size: 1.8rem;
  font-family: 'OpenSans', Arial, Helvetica, Sans-serif;
  font-weight: 400;
  line-height: 2.7rem;
}
p {
  margin: 0 0 1.5rem;
}
p:last-of-type {
  margin: 0;
}
p.lead {
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (min-width: 760px) {
  p.lead {
    font-size: 2.1rem;
  }
}
h2,
h3,
h4 {
  font-weight: 600;
  color: #000000;
  margin: 0;
  padding: 0;
}
h1 {
  font-weight: 700;
  font-size: 3rem;
  color: #249d46;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 760px) {
  h1 {
    font-size: 3.6rem;
  }
}
h2 {
  font-size: 2.7rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 760px) {
  h2 {
    font-size: 3rem;
  }
}
h3 {
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
h4 {
  font-size: 2.1rem;
  margin-bottom: 0.5rem;
}
strong {
  font-weight: 600;
}
.text-small,
small {
  font-size: 1.6rem;
}
span {
  font-weight: 400;
}
sup,
sub {
  font-size: 0.6em;
  vertical-align: baseline;
  position: relative;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.italic {
  font-style: italic;
}
a {
  text-decoration: none;
}
a.content,
section.content-section a:not([class]),
section.content-section a:is(.external-link-new-window, .mail) {
  word-break: break-word;
  color: #000000;
  background: linear-gradient(transparent 50%, #249d46 50%);
  background-position: top;
  background-size: 100% 185%;
  transition: 0.2s;
}
a.content:hover,
section.content-section a:not([class]):hover,
section.content-section a:is(.external-link-new-window, .mail):hover {
  color: #ffffff;
  background-position: bottom;
}
a.link-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
a.link-box:hover {
  cursor: pointer;
}
.accordion-container a {
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #249d46;
}
.accordion-container a:hover {
  border-bottom: 2px dotted #249d46;
}
* {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background: #e2e2e2;
}
::-webkit-scrollbar-thumb {
  background: #cccccc;
}
::-webkit-scrollbar-thumb:hover {
  background: #249d46;
}
body {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
}
ul.content li {
  margin-left: 25px;
}
ul.content li:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #249d46;
  margin-left: -22px;
  margin-right: 7px;
}
figure {
  margin: 0;
  padding: 0;
}
figure img {
  width: 100%;
  height: auto;
  display: block;
}
.wob-special header {
  margin-bottom: 3rem;
}
.wob-special .ce-outer {
  float: none;
  right: initial;
}
.wob-special .ce-outer .ce-inner {
  float: none;
  right: initial;
}
.wob-special .ce-outer .ce-inner .ce-row {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
@media screen and (min-width: 760px) {
  .wob-special .ce-outer .ce-inner .ce-row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
.wob-special .ce-outer .ce-inner .ce-row .ce-column {
  width: 100%;
  margin-right: 0;
}
.wob-special .ce-outer .ce-inner .ce-row .ce-column figure {
  width: 100%;
}
.page-wrapper {
  width: 100%;
  max-width: 1044px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 600px) {
  .page-wrapper {
    padding: 0 2.5rem;
  }
}
.main.basic-page {
  transition: 0.2s;
}
.content-section {
  padding: 3.5rem 0;
}
.content-section:last-of-type {
  padding: 3.5rem 0 9rem;
}
.content-section.breadcrumbs {
  padding: 3.5rem 0 0;
}
.content-section.breadcrumb + .content-section.page-title {
  padding: 0 2.5rem 5rem;
}
.content-section.page-title + .content-section.txt-img-content {
  padding: 1.5rem 2.5rem 5rem;
  margin-top: -5rem;
}
.accordion-container ul,
.el-txt-img-content ul {
  margin-bottom: 1.5rem;
}
.accordion-container ul li,
.el-txt-img-content ul li {
  margin-left: 3.0rem;
  margin-bottom: 0.5rem;
}
.accordion-container ul li:last-child,
.el-txt-img-content ul li:last-child {
  margin-bottom: 0;
}
.accordion-container ul li::before,
.el-txt-img-content ul li::before {
  font-family: "icomoon";
  content: "\e906";
  margin-left: -3rem;
  padding-right: 1.2rem;
}
/* BREAK POINTS 
_________________________________________________________________*/
/* SPACES
_________________________________________________________________*/
/* ANIMATIONS
_________________________________________________________________*/
/* OFTEN USED STYLE-VARIABLES AND MIXINGS
_________________________________________________________________*/
.padding-box {
  padding: 20px 25px;
}
.animation {
  transition: 0.2s;
}
.grey {
  color: #999999;
}
.required-item {
  color: #249d46;
}
.bg-color-survey-1 {
  background-color: #19ADEF;
}
.bg-color-survey-2 {
  background-color: #11B1AB;
}
.bg-color-survey-3 {
  background-color: #08B466;
}
.bg-color-survey-4 {
  background-color: #00B821;
}
.bg-color-survey-5 {
  background-color: #56B423;
}
.bg-color-survey-6 {
  background-color: #ABB025;
}
.bg-color-survey-7 {
  background-color: #FFAC28;
}
/* Beispiele

.bg-white-rounded {
    background-color: @white;
    border: 1px solid @white;
    border-radius: 3.5rem;
}


.box-shadow-light-blue {
    -webkit-box-shadow: 0px 15px 15px 15px #F0F9F9; 
    -moz-box-shadow: 0px 15px 15px 15px #F0F9F9; 
    box-shadow: 0px 15px 15px 15px #F0F9F9;
}

.box-padding-base {
    padding: 3rem 3.5rem;
}

.box-padding-big {
    padding: 5rem 5rem;
}

.no-hyphens {
    hyphens: none;
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
}

.img.height-100 {
    height: 100%;
    width: auto;
}
.img.width-100 {
    width: 100%;
    height: auto;
}

.MX_box-bg-shadow {
    .bg-blue-light-rounded; 
    .box-shadow-light-blue;
}

*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 40rem #ffffff inset;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  border: 1px solid #999999;
  background-color: #ffffff;
  border-radius: 0px;
  font-family: 'OpenSans', Arial, Helvetica, Sans-serif;
  color: #000000;
  border-radius: 0;
  width: 100%;
  padding: 10px 5px;
  margin: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  color: #999999;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999999;
}
input[type="text"].has-error,
input[type="email"].has-error,
input[type="password"].has-error,
textarea.has-error {
  border: 1px solid red;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  height: 30px;
}
textarea {
  border-radius: 0;
  height: 125px;
}
select {
  border: 1px solid #D9D9D9;
  background-color: #D9D9D9;
  border-radius: 8px;
  font-family: 'OpenSans', Arial, Helvetica, Sans-serif;
  border-radius: 2px;
  height: 30px;
  width: 100%;
  margin: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/select_arrow_down-gray.png);
  background-position: 98% center;
  background-repeat: no-repeat;
}
select:focus {
  outline: none;
}
select#product-size {
  border: 1px solid #249d46;
  background-color: #249d46;
  border-radius: 8px;
  color: #ffffff;
  background-image: url(../img/select_arrow_down-white.png);
}
select#product-size:hover {
  background-color: #2dc55a;
  border: 1px solid #2dc55a;
}
select:hover {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
  /* Standardpfeil im IE 10 und 11 entfernen */
}
input::placeholder,
textarea::placeholder {
  font-family: 'OpenSans', Arial, Helvetica, Sans-serif;
  color: #999999;
}
.button-order-box input[type="button"] {
  width: 100%;
}
.button-order-box input[type="button"]:hover {
  background-color: #2dc55a;
  border: 1px solid #2dc55a;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
/* Schöne Check- und Radio-Buttons
Ausnahme für T3-Debugger-Checkboxen
-----------------------------------------------------------------------*/
div.wrapper input[type="radio"],
div.wrapper input[type="checkbox"] {
  display: none;
}
div.wrapper input[type='checkbox'] input[type='radio'] {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
div.wrapper input[type='checkbox'] + span,
div.wrapper input[type='radio'] + span {
  cursor: pointer;
  line-height: 1.35;
}
div.wrapper input[type='checkbox']:not(.extbase-debug-header) + span::before,
div.wrapper input[type='radio']:not(.extbase-debug-header) + span::before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  border: 1px solid #999999;
  border-radius: 5px;
  background: #ffffff;
  margin-right: 10px;
  transition: 0.2s;
}
div.wrapper input[type='radio']:checked + span::before,
div.wrapper input[type='radio']:not(:checked) + span::before {
  border-radius: 30px;
}
@media (hover: hover) {
  div.wrapper input[type='checkbox']:hover + span::before,
  div.wrapper input[type='radio']:hover + span::before {
    background: #999999;
    box-shadow: inset 0 0 0 1px #ffffff;
  }
}
div.wrapper input[type='checkbox']:checked + span::before,
div.wrapper input[type='radio']:checked + span::before {
  background: #249d46;
  box-shadow: inset 0 0 0 1px #ffffff;
}
.pw-no-select {
  display: inline-block;
  padding-left: 33px;
  padding-right: 25px;
  width: 100%;
}
.pw-no-select::before {
  margin-left: -33px;
}
.survey-answers input[type="radio"],
.survey-answers input[type="checkbox"] {
  display: none;
}
.survey-answers input[type='checkbox']:checked,
.survey-answers input[type='checkbox']:not(:checked),
.survey-answers input[type='radio']:checked,
.survey-answers input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.survey-answers input[type='checkbox'] + span,
.survey-answers input[type='radio'] + span {
  cursor: pointer;
  line-height: 1.35;
}
.survey-answers input[type='checkbox']:checked + span::before,
.survey-answers input[type='checkbox']:not(:checked) + span::before,
.survey-answers input[type='radio']:checked + span::before,
.survey-answers input[type='radio']:not(:checked) + span::before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background: #ffffff;
  margin-right: 10px;
  transition: 0.2s;
}
.survey-answers input[type=radio]:checked + span::before,
.survey-answers input[type=radio]:not(:checked) + span::before {
  border-radius: 30px;
}
@media (hover: hover) {
  .survey-answers input[type='checkbox']:hover + span::before,
  .survey-answers input[type='radio']:hover + span::before {
    background: #999999;
    box-shadow: inset 0 0 0 1px #ffffff;
  }
}
.survey-answers input[type='checkbox']:checked + span::before,
.survey-answers input[type='radio']:checked + span::before {
  background: #249d46;
  box-shadow: inset 0 0 0 1px #ffffff;
}
.survey-answers .pw-no-select {
  display: inline-block;
  padding-left: 33px;
  padding-right: 25px;
  width: 100%;
}
.survey-answers .pw-no-select::before {
  margin-left: -33px;
}
@font-face {
  font-family: 'icomoon';
  src: url('../Vendor/icomoon/fonts/icomoon.eot?46qlfe');
  src: url('../Vendor/icomoon/fonts/icomoon.eot?46qlfe#iefix') format('embedded-opentype'), url('../Vendor/icomoon/fonts/icomoon.ttf?46qlfe') format('truetype'), url('../Vendor/icomoon/fonts/icomoon.woff?46qlfe') format('woff'), url('../Vendor/icomoon/fonts/icomoon.svg?46qlfe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-issuu:before {
  content: "\e917";
}
.icon-linkedIn:before {
  content: "\e910";
}
.icon-instagram:before {
  content: "\e911";
}
.icon-like:before {
  content: "\e912";
}
.icon-leserbrief:before {
  content: "\e913";
}
.icon-no-like:before {
  content: "\e914";
}
.icon-socialShare:before {
  content: "\e915";
}
.icon-back:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-down:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-mail:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e905";
}
.icon-minus:before {
  content: "\e906";
}
.icon-next:before {
  content: "\e907";
}
.icon-plus:before {
  content: "\e908";
}
.icon-print:before {
  content: "\e909";
}
.icon-search:before {
  content: "\e90a";
}
.icon-twitter:before {
  content: "\e90b";
}
.icon-up:before {
  content: "\e90c";
}
.icon-vimeo:before {
  content: "\e90d";
}
.icon-xing:before {
  content: "\e90e";
}
.icon-youtube:before {
  content: "\e90f";
}
.icon-whatsapp:before {
  content: "\e916";
}
#adnz_wideboard_1 iframe {
  margin: 2.5rem 0 0;
}
#adnz_wideboard_2 iframe {
  margin: 2.5rem 0;
}
#adnz_wideboard_3 iframe {
  margin: 0 0 2.5rem;
}
#adnz_halfpage_1 {
  position: fixed;
  top: 190px;
  left: calc((100% - 994px) / 2 + 994px + 25px);
}
.el-accordion-item {
  background-color: #ffffff;
}
.el-accordion-item .accordion-title {
  position: relative;
  display: block;
  background-color: #249d46;
  border: 1px solid #249d46;
  padding: 1.5rem 2.5rem 1.5rem;
  cursor: pointer;
}
.el-accordion-item .accordion-title .accordion-title-inner h3 {
  font-size: 2.4rem;
  margin-bottom: 0;
  color: #ffffff;
}
.el-accordion-item .accordion-title .accordion-title-inner span.toggle::before {
  position: absolute;
  right: 2.5rem;
  top: 1.7rem;
  font-family: "icomoon";
  content: "\e908";
  color: #ffffff;
  font-size: 1.8rem;
  pointer-events: none;
  transition-duration: 0.3s;
}
.el-accordion-item .accordion-container {
  display: none;
  padding: 0;
  background-color: #ffffff;
  border-right: 1px solid #249d46;
  border-bottom: 1px solid #249d46;
  border-left: 1px solid #249d46;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.el-accordion-item .accordion-container .text-container {
  padding: 2.5rem 2.5rem;
}
.el-accordion-item .accordion-container .text-container h3 {
  font-size: 2.1rem;
  font-weight: 700;
}
.el-accordion-item .accordion-container .text-container .text p:last-child {
  margin: 0;
}
.el-accordion-item.open > .accordion-title,
.el-accordion-item.already-open > .accordion-title {
  border-bottom: 1px solid #ffffff;
}
.el-accordion-item.open > .accordion-title .accordion-title-inner span.toggle::before,
.el-accordion-item.already-open > .accordion-title .accordion-title-inner span.toggle::before {
  content: "\e906";
}
.el-accordion-item.already-open > .accordion-container {
  display: block;
}
.el-article-title h1 {
  margin-bottom: 0;
}
.el-article-title .lead {
  margin-top: 1.5rem;
}
.el-article-title .lead .label {
  font-size: 2rem;
  font-weight: 600;
  color: #249d46;
}
.el-breadcrumb ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.el-breadcrumb ul li {
  margin-right: 1.0rem;
  font-size: 1.6rem;
  color: #999999;
  text-transform: uppercase;
}
.el-breadcrumb ul li a {
  font-size: 1.6rem;
  color: #000000;
  text-decoration: none;
}
.el-breadcrumb ul li a:hover {
  color: #999999;
}
.el-breadcrumb ul li::after {
  font-family: "icomoon";
  font-size: 1.2rem;
  margin-left: 0.7rem;
  content: "\e907";
  color: #000000;
}
.el-breadcrumb ul li:last-child::after {
  display: none;
}
button,
a.button,
input[type="submit"] {
  background-color: #249d46;
  border: 2px solid #249d46;
  color: #ffffff;
  padding: 1rem 3.0rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  font-size: 1.8rem;
  transition: 0.2s;
}
button:hover,
a.button:hover,
input[type="submit"]:hover {
  background-color: #ffffff;
  border: 2px solid #249d46;
  color: #249d46;
}
button.no-hover:hover,
a.button.no-hover:hover,
input[type="submit"].no-hover:hover {
  background-color: #249d46;
  border: 2px solid #249d46;
  color: #ffffff;
}
button .icon,
a.button .icon,
input[type="submit"] .icon {
  font-weight: 700;
}
button.reverse,
a.button.reverse,
input[type="submit"].reverse {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #249d46;
}
button.reverse:hover,
a.button.reverse:hover,
input[type="submit"].reverse:hover {
  background-color: #249d46;
  border: 2px solid #ffffff;
  color: #ffffff;
}
button.reverse-grey,
a.button.reverse-grey,
input[type="submit"].reverse-grey {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #999999;
}
button.reverse-grey:hover,
a.button.reverse-grey:hover,
input[type="submit"].reverse-grey:hover {
  background-color: #999999;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cookie-banner {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #249d46;
  padding: 1.5rem 2.5rem;
  z-index: 10000;
}
.cookie-banner .content-container {
  position: relative;
  width: 100%;
  max-width: 994px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  color: #ffffff;
}
@media screen and (min-width: 1020px) {
  .cookie-banner .content-container {
    flex-direction: row;
  }
}
.cookie-banner .content-container a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}
.cookie-banner .content-container .accept-cookies {
  width: fit-content;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #249d46;
  padding: 0.5rem 1.5rem;
  margin-top: 1.5rem;
}
.cookie-banner .content-container .accept-cookies:hover {
  background-color: #249d46;
  color: #ffffff;
}
@media screen and (min-width: 760px) {
  .cookie-banner .content-container {
    flex-direction: row;
  }
  .cookie-banner .content-container .accept-cookies {
    margin-top: 0;
    align-self: flex-end;
  }
}
.el-commercial {
  width: 100%;
  max-width: 1044px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.el-commercial.wideboard .image-1 {
  display: block;
}
@media screen and (min-width: 1020px) {
  .el-commercial.wideboard .image-1 {
    display: none;
  }
}
.el-commercial.wideboard .image-2 {
  display: none;
}
@media screen and (min-width: 1020px) {
  .el-commercial.wideboard .image-2 {
    display: block;
  }
}
.el-commercial.skyscraper {
  width: auto;
  max-width: auto;
  margin: 0 0 0 5rem;
}
.el-content-text {
  margin-top: 5rem;
}
.el-content-text:first-child {
  margin-top: 0;
}
@media screen and (min-width: 760px) {
  .el-content-text {
    margin-top: 0;
  }
}
.el-content-text p + h2 {
  margin-top: 5rem;
}
@media screen and (min-width: 760px) {
  .el-content-text p + h2 {
    margin-top: 7.5rem;
  }
}
.el-content-text figure {
  margin-bottom: 5rem;
}
.el-content-text-box {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.el-content-text-box .inner {
  background-color: #b9f6ca;
  padding: 20px 25px;
}
.el-image-gallery {
  overflow: hidden;
}
.el-image-gallery .gallery-container {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.el-image-gallery .gallery-container .gallery-item {
  margin-bottom: 2.5rem;
  width: 100%;
}
.el-image-gallery .gallery-container .gallery-item > a {
  position: relative;
  display: block;
  height: 250px;
  border: 1px solid #000000;
}
.el-image-gallery .gallery-container .gallery-item > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.el-image-gallery .gallery-container .gallery-item > a span {
  display: none;
  position: absolute;
  background-color: #ffffff;
  color: #249d46;
  height: 3.0rem;
  width: 3.0rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 19px;
  cursor: pointer;
}
.el-image-gallery .gallery-container .gallery-item > a span::before {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.el-image-gallery .gallery-container .gallery-item > a:hover span {
  display: block;
}
.el-image-gallery .gallery-container .gallery-item > a:hover img {
  opacity: 0.3;
}
@media screen and (min-width: 480px) {
  .el-image-gallery .gallery-container .gallery-item > a {
    height: 300px;
  }
}
@media screen and (min-width: 600px) {
  .el-image-gallery .gallery-container .gallery-item {
    width: 50%;
  }
  .el-image-gallery .gallery-container .gallery-item > a {
    height: 200px;
  }
}
@media screen and (min-width: 760px) {
  .el-image-gallery .gallery-container .gallery-item {
    width: 33.33%;
  }
  .el-image-gallery .gallery-container .gallery-item > a {
    height: 175px;
  }
}
@media screen and (min-width: 1020px) {
  .el-image-gallery .gallery-container .gallery-item {
    width: 25%;
  }
  .el-image-gallery .gallery-container .gallery-item > a {
    height: 150px;
  }
}
@media screen and (min-width: 1020px) {
  .el-image-gallery .gallery-container .gallery-item > a {
    height: 175px;
  }
}
.el-image-slider-item {
  padding: 0;
}
.el-image-slider-item .inner {
  width: 100%;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #999999;
  padding-bottom: 1.5rem;
}
.el-image-slider-item .inner figure {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.el-image-slider-item .inner figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}
.el-image-slider-item .inner figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.el-image-slider-item .inner figure figcaption p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media screen and (min-width: 760px) {
  .el-image-slider-item .inner figure figcaption p {
    max-width: 600px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1020px) {
  .el-image-slider-item .inner figure figcaption p {
    max-width: 760px;
  }
}
.el-letter-form .letter-form .inputfields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.el-letter-form .letter-form .inputfields .address label:last-of-type .pw-no-select {
  padding-right: 0;
}
.el-letter-form .letter-form .inputfields .first-name,
.el-letter-form .letter-form .inputfields .last-name,
.el-letter-form .letter-form .inputfields .e-mail,
.el-letter-form .letter-form .inputfields .phone {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .el-letter-form .letter-form .inputfields .first-name,
  .el-letter-form .letter-form .inputfields .last-name,
  .el-letter-form .letter-form .inputfields .e-mail,
  .el-letter-form .letter-form .inputfields .phone {
    width: 50%;
  }
}
.el-letter-form .letter-form .inputfields .first-name,
.el-letter-form .letter-form .inputfields .e-mail {
  padding-right: 0;
}
@media screen and (min-width: 760px) {
  .el-letter-form .letter-form .inputfields .first-name,
  .el-letter-form .letter-form .inputfields .e-mail {
    padding-right: 2.5rem;
  }
}
.el-letter-form .letter-form .inputfields .last-name,
.el-letter-form .letter-form .inputfields .phone {
  padding-left: 0;
}
@media screen and (min-width: 760px) {
  .el-letter-form .letter-form .inputfields .last-name,
  .el-letter-form .letter-form .inputfields .phone {
    padding-left: 2.5rem;
  }
}
.el-letter-form .letter-form .inputfields .address,
.el-letter-form .letter-form .inputfields .title,
.el-letter-form .letter-form .inputfields .mitteilung,
.el-letter-form .letter-form .inputfields .notice {
  width: 100%;
  margin-bottom: 1.5rem;
}
.el-like-button .inner {
  display: flex;
  flex-direction: row;
  height: 30px;
  width: 120px;
}
.el-like-button .inner .like,
.el-like-button .inner .dislike {
  position: relative;
  width: 50%;
  font-weight: 600;
  font-size: 1.6rem;
}
.el-like-button .inner .like i,
.el-like-button .inner .dislike i {
  position: absolute;
  width: 30px;
  padding-left: 0.5rem;
  font-size: 2.4rem;
  color: #999999;
}
.el-like-button .inner .like:hover i,
.el-like-button .inner .dislike:hover i {
  cursor: pointer;
}
.el-like-button .inner .like {
  color: #249d46;
}
.el-like-button .inner .like i {
  top: 0;
  color: #249d46;
}
.el-like-button .inner .like:hover i {
  color: #00aa00;
}
.el-like-button .inner .dislike {
  text-align: right;
  padding-right: 30px;
  color: #999999;
}
.el-like-button .inner .dislike i {
  top: 0.5rem;
  color: #999999;
}
.el-like-button .inner .dislike:hover i {
  color: #cc0000;
}
.el-media-item {
  margin-bottom: 2.5rem;
}
.el-media-item .inner {
  position: relative;
}
.el-media-item .inner .media-container figure {
  margin-bottom: 2.5rem;
}
.el-media-item .inner .media-container figure img {
  width: auto;
  max-width: 100%;
  max-height: 550px;
  margin: 0 auto;
}
.el-media-item .inner .media-container figure figcaption {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
  color: #999999;
  margin-top: 1rem !important;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
@media screen and (min-width: 760px) {
  .el-media-item .inner .media-container figure figcaption {
    max-width: 600px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1020px) {
  .el-media-item .inner .media-container figure figcaption {
    max-width: 760px;
  }
}
.el-media-item .inner .media-container .video {
  background-color: #000000;
  padding: 56.25% 0 0 0;
  position: relative;
  margin-bottom: 2.5rem;
}
.el-media-item .inner .media-container .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.el-media-teaser-item {
  margin-bottom: 5rem;
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item {
    margin-bottom: 0;
  }
}
.el-media-teaser-item .inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item .inner {
    flex-direction: row;
    border-bottom: 1px solid #999999;
    padding: 2.5rem 0;
  }
}
.el-media-teaser-item .inner .media-container {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item .inner .media-container {
    width: 33.33%;
    padding-right: 2.5rem;
  }
}
.el-media-teaser-item .inner .media-container figure {
  margin-bottom: 2rem;
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item .inner .media-container figure {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}
.el-media-teaser-item .inner .media-container figure.unformatted {
  position: relative;
  padding-top: 66.66%;
  background-color: #EFEFEF;
  border: 1px solid #D9D9D9;
}
.el-media-teaser-item .inner .media-container figure.unformatted img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.el-media-teaser-item .inner .media-container .video {
  background-color: #000000;
  padding: 56.25% 0 0 0;
  position: relative;
  margin-bottom: 2.5rem;
}
.el-media-teaser-item .inner .media-container .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.el-media-teaser-item .inner .text-container {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item .inner .text-container {
    width: 66.66%;
    padding-left: 2.5rem;
  }
}
.el-media-teaser-item .inner .text-container .teaser-info {
  margin-bottom: 1.5rem;
}
.el-media-teaser-item .inner .text-container .teaser-info .category {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #999999;
}
.el-media-teaser-item .inner .text-container .teaser-info .date {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #999999;
}
.el-media-teaser-item .inner .text-container .teaser-info .category + .date:before {
  content: "|";
}
.el-media-teaser-item .inner .text-container h2 {
  color: #249d46;
  font-size: 2.4rem;
}
.el-media-teaser-item .inner .text-container .label {
  font-size: 1.6rem;
  font-weight: 600;
  color: #249d46;
}
.el-media-teaser-item .inner .text-container p {
  margin: 0;
}
.el-media-teaser-item .inner:hover {
  cursor: pointer;
}
.el-media-teaser-item .inner:hover .media-container figure {
  opacity: 0.8;
}
.el-media-teaser-item .inner:hover .text-container h2,
.el-media-teaser-item .inner:hover .text-container .label,
.el-media-teaser-item .inner:hover .text-container p {
  color: #2dc55a;
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item .inner > .text-container {
    width: 100%;
    padding-left: 0;
  }
}
.el-media-teaser-item:last-of-type .inner {
  border-bottom: none;
}
.el-media-teaser-item {
  /* ARTIKEL 1
  -------------------------------------------------------------------------*/
  /* ARTIKEL 2
  -------------------------------------------------------------------------*/
  /* ARTIKEL 3
  -------------------------------------------------------------------------*/
}
.el-media-teaser-item.article-1 {
  margin-bottom: 0;
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item.article-1 .inner {
    flex-direction: row;
    border-bottom: none;
    padding: 0;
  }
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item.article-1 .inner .media-container {
    width: 50%;
    padding-right: 2.5rem;
  }
  .el-media-teaser-item.article-1 .inner .media-container figure {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1020px) {
  .el-media-teaser-item.article-1 .inner .media-container {
    width: 66.66%;
  }
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item.article-1 .inner .text-container {
    width: 50%;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1020px) {
  .el-media-teaser-item.article-1 .inner .text-container {
    width: 33.33%;
  }
}
.el-media-teaser-item.article-1 .inner .text-container h2 {
  font-size: 3rem;
}
@media screen and (min-width: 1020px) {
  .el-media-teaser-item.article-1 .inner .media-container {
    width: 66.66%;
  }
  .el-media-teaser-item.article-1 .inner .text-container {
    width: 33.33%;
  }
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item.article-2 {
    margin-bottom: 0;
  }
}
.el-media-teaser-item.article-2 .inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item.article-2 .inner {
    padding: 0;
    border-bottom: none;
  }
}
.el-media-teaser-item.article-2 .inner .media-container,
.el-media-teaser-item.article-2 .inner .text-container {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item.article-2 .inner .media-container,
  .el-media-teaser-item.article-2 .inner .text-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item.article-2 .inner .media-container figure {
    margin-bottom: 2rem;
  }
}
.el-media-teaser-item.article-2 .inner .text-container h2 {
  font-size: 3rem;
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item.article-3 {
    margin-bottom: 0;
  }
}
.el-media-teaser-item.article-3 .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item.article-3 .inner {
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 1020px) {
  .el-media-teaser-item.article-3 .inner {
    padding: 0;
    border-bottom: none;
  }
}
.el-media-teaser-item.article-3 .inner .media-container,
.el-media-teaser-item.article-3 .inner .text-container {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item.article-3 .inner .media-container,
  .el-media-teaser-item.article-3 .inner .text-container {
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  .el-media-teaser-item.article-3 .inner .media-container,
  .el-media-teaser-item.article-3 .inner .text-container {
    width: 100%;
  }
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item.article-3 .inner .media-container figure {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1020px) {
  .el-media-teaser-item.article-3 .inner .media-container figure {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item.article-3 .inner .media-container {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1020px) {
  .el-media-teaser-item.article-3 .inner .media-container {
    padding-right: 0;
  }
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item.article-3 .inner .text-container {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1020px) {
  .el-media-teaser-item.article-3 .inner .text-container {
    padding-left: 0;
  }
}
@media screen and (min-width: 760px) {
  .el-media-teaser-item:first-of-type .inner {
    padding-top: 0;
  }
}
.el-media-teaser-item:last-of-type {
  margin-bottom: 0;
}
.el-page-title {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .el-page-title {
    width: 66.66%;
  }
}
.el-page-title .lead {
  font-family: 'OpenSans', Arial, Helvetica, Sans-serif;
  line-height: 3rem;
}
.content-section .f3-widget-paginator {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .content-section .f3-widget-paginator {
    padding: 0 20px 20px;
  }
}
.content-section .f3-widget-paginator li {
  background-color: #ffffff;
  border: 1px solid #249d46;
  display: inline-block;
  margin: 0 5px 10px;
  padding: 8px 10px;
  line-height: 18px;
}
.content-section .f3-widget-paginator li:first-child {
  margin-left: 0;
}
.content-section .f3-widget-paginator li:last-child {
  margin-right: 0;
}
.content-section .f3-widget-paginator li a {
  color: #249d46;
  font-weight: 400;
}
.content-section .f3-widget-paginator li:hover,
.content-section .f3-widget-paginator li.current {
  background-color: #249d46;
  color: #ffffff;
}
.content-section .f3-widget-paginator li:hover a,
.content-section .f3-widget-paginator li.current a {
  color: #ffffff;
}
.el-people-item {
  margin-top: 5rem;
}
.el-people-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 760px) {
  .el-people-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.el-people-item .inner {
  display: flex;
  flex-direction: column;
}
.el-people-item .inner .image-container {
  width: 100%;
  margin-bottom: 1.5rem;
}
.el-people-item .inner .text-container {
  width: 100%;
}
.el-people-item .inner .text-container h3 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.el-people-item .inner .text-container .phone,
.el-people-item .inner .text-container .mobile {
  margin-bottom: 0.5rem;
}
.el-people-item .inner .text-container .email {
  margin-bottom: 0;
}
.el-people-item.single-item {
  margin-top: 0;
}
@media screen and (min-width: 760px) {
  .el-people-item.single-item .inner {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media screen and (min-width: 760px) {
  .el-people-item.single-item .inner .image-container {
    width: 50%;
    padding-right: 1.5rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 760px) {
  .el-people-item.single-item .inner .text-container {
    width: 50%;
    padding-left: 1.5rem;
  }
}
.el-section-title {
  border-bottom: 1px solid #999999;
  margin-bottom: 2.5rem;
}
.el-section-title h4 {
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 0.5rem;
}
.el-social-share {
  position: relative;
}
.el-social-share .button {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 46px;
  background-color: #ffffff;
}
.el-social-share .button i {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  height: 46px;
  background-color: #ffffff;
  color: #999999;
  padding-left: 2.5rem;
}
.el-social-share .button ul.social-share {
  display: none;
  position: absolute;
  right: 35px;
  flex-direction: row;
  height: 46px;
  margin-right: 0.5rem;
  padding-left: 1.5rem;
  border-left: 1px solid #999999;
  background-color: #ffffff;
  z-index: 100;
  transition: 0.2s;
}
.el-social-share .button ul.social-share li {
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .el-social-share .button ul.social-share li {
    margin-right: 20px;
  }
}
.el-social-share .button ul.social-share li a {
  font-size: 2.2rem;
  color: #999999;
}
.el-social-share .button ul.social-share li:last-child {
  margin-right: 0px;
}
.el-social-share .button.open i {
  color: #249d46;
}
.el-social-share .button.open ul.social-share {
  display: flex;
}
.el-social-share .button.open ul.social-share Li:hover a {
  color: #249d46;
}
.el-social-share .button:hover {
  cursor: pointer;
}
.el-social-share .button:hover i {
  color: #249d46;
}
.el-survey-answer-item span {
  color: #ffffff;
}
.el-survey-result-item .inner .survey-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .el-survey-result-item .inner .survey-content {
    flex-direction: row;
  }
}
.el-survey-result-item .inner .survey-content .percent {
  width: 100%;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 0.9;
  color: #999999;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 600px) {
  .el-survey-result-item .inner .survey-content .percent {
    width: 110px;
    padding-right: 10px;
    margin-bottom: 0;
    text-align: right;
  }
}
.el-survey-result-item .inner .survey-content .text {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #999999;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .el-survey-result-item .inner .survey-content .text {
    width: calc(100% - 110px);
  }
}
@media screen and (min-width: 760px) {
  .el-survey-result-item .inner .survey-content .text {
    font-size: 1.8rem;
  }
}
.el-survey-result-item .inner .survey-bar {
  display: block;
  width: 100%;
  height: 10px;
  background-color: #D9D9D9;
}
.el-survey-result-item .inner .survey-bar .survey-result {
  display: block;
  height: 10px;
}
.cp-accordion .el-accordion-item {
  margin-bottom: 2.5rem;
}
.cp-accordion .el-accordion-item:last-child {
  margin-bottom: 1.5rem;
}
.cp-article-content .el-article-title,
.cp-article-content .article-info-bar,
.cp-article-content .article-content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  .cp-article-content .el-article-title,
  .cp-article-content .article-info-bar,
  .cp-article-content .article-content {
    max-width: 600px;
  }
}
@media screen and (min-width: 1020px) {
  .cp-article-content .el-article-title,
  .cp-article-content .article-info-bar,
  .cp-article-content .article-content {
    max-width: 760px;
  }
}
.cp-article-content .el-article-title {
  width: 100%;
}
.cp-article-content .el-media-item {
  margin-top: 5rem;
}
.cp-article-content .cp-image-slider {
  margin-top: 2.5rem;
}
.cp-article-content .cp-user-interaction-bar {
  margin-top: 2.5rem;
}
.cp-article-content .article-info-bar {
  margin-top: 5rem;
}
.cp-article-content .article-info-bar span {
  color: #999999;
  font-style: italic;
}
.cp-article-content .article-info-bar span.author::before {
  content: "|";
  margin-left: 6px;
  padding-right: 6px;
}
.cp-article-content .article-content {
  margin-top: 2.5rem;
}
.cp-article-content .el-content-text-box {
  margin-top: 5rem;
}
.el-button-bar {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 760px) {
  .el-button-bar {
    flex-direction: row;
  }
  .el-button-bar.centered {
    justify-content: center;
  }
  .el-button-bar.right {
    justify-content: flex-end;
  }
}
.el-button-bar a.button,
.el-button-bar button {
  margin: 1.0rem 0;
}
.el-button-bar a.button:first-child,
.el-button-bar button:first-child {
  margin-top: 0;
}
.el-button-bar a.button:last-child,
.el-button-bar button:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 760px) {
  .el-button-bar a.button,
  .el-button-bar button {
    margin: 0 1.5rem;
  }
  .el-button-bar a.button:first-child,
  .el-button-bar button:first-child {
    margin-left: 0;
  }
  .el-button-bar a.button:last-child,
  .el-button-bar button:last-child {
    margin-right: 0;
  }
}
.cp-comercial-text-box .box-title {
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.cp-comercial-text-box .inner {
  padding: 20px 25px;
  background-color: #999999;
}
.cp-comercial-text-box .inner h2,
.cp-comercial-text-box .inner p {
  color: #ffffff;
}
.cp-comercial-text-box .inner .button-bar {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5rem;
}
.cp-comercial-text-box-iframe .box-title {
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.cp-content-grid .grid-container {
  display: grid;
  grid-template-columns: 100%;
}
.cp-content-grid .grid-container .content-item {
  margin-top: 5rem;
}
.cp-content-grid .grid-container .content-item:nth-child(-n+1) {
  margin-top: 0;
}
@media screen and (min-width: 760px) {
  .cp-content-grid .grid-container .content-item {
    margin-top: 0;
  }
}
.cp-content-grid .grid-container .content-item > div {
  margin-top: 5rem;
}
.cp-content-grid .grid-container .content-item > div:nth-child(-n+1) {
  margin-top: 0;
}
@media screen and (min-width: 760px) {
  .cp-content-grid .grid-container.half-half {
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 75px;
  }
}
@media screen and (min-width: 760px) {
  .cp-content-grid .grid-container.one-two-third {
    grid-template-columns: 2fr 1fr;
    column-gap: 50px;
    row-gap: 75px;
  }
}
.cp-footer {
  padding-top: 2.5rem;
  vertical-align: middle;
  width: 100%;
  border-top: 5px solid #249d46;
}
.cp-footer .footer-area .inner {
  width: 100%;
  display: flex;
  color: #000000;
}
@media screen and (min-width: 760px) {
  .cp-footer .footer-area .inner {
    flex-direction: row;
  }
}
.cp-footer .footer-area .inner .footer-container {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 760px) {
  .cp-footer .footer-area .inner .footer-container {
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }
}
.cp-footer .footer-area .inner .footer-container .footer-nav {
  width: 100%;
}
.cp-footer .footer-area .inner .footer-container .footer-nav > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 600px) {
  .cp-footer .footer-area .inner .footer-container .footer-nav > ul {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 760px) {
  .cp-footer .footer-area .inner .footer-container .footer-nav > ul {
    margin-bottom: 0;
  }
}
.cp-footer .footer-area .inner .footer-container .footer-nav > ul > li {
  display: block;
  text-align: center;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 600px) {
  .cp-footer .footer-area .inner .footer-container .footer-nav > ul > li {
    text-align: left;
  }
}
.cp-footer .footer-area .inner .footer-container .footer-nav > ul > li:last-child {
  padding-bottom: 0;
}
.cp-footer .footer-area .inner .footer-container .footer-nav > ul > li a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
.cp-footer .footer-area .inner .footer-container .footer-nav > ul > li a:hover {
  color: #249d46;
  text-decoration: underline;
}
.cp-footer .footer-area .inner .footer-container .footer-nav > ul > li ul.lvl-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .cp-footer .footer-area .inner .footer-container .footer-nav > ul > li ul.lvl-1 {
    justify-content: left;
  }
}
.cp-footer .footer-area .inner .footer-container .footer-nav > ul > li ul.lvl-1 > li a {
  color: #249d46;
  font-weight: 400;
}
.cp-footer .footer-area .inner .footer-container .footer-nav > ul > li ul.lvl-1 > li::after {
  content: "|";
  margin: 0 5px;
}
.cp-footer .footer-area .inner .footer-container .footer-nav > ul > li ul.lvl-1 > li:last-child::after {
  display: none;
}
.cp-footer .footer-area .inner .footer-container .footer-address {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cp-footer .footer-area .inner .footer-container .footer-address .address {
  width: 100%;
  margin-bottom: 2.5rem;
}
.cp-footer .footer-area .inner .footer-container .footer-address .address h4 {
  color: #000000;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .cp-footer .footer-area .inner .footer-container .footer-address .address h4 {
    text-align: left;
  }
}
@media screen and (min-width: 760px) {
  .cp-footer .footer-area .inner .footer-container .footer-address .address h4 {
    text-align: right;
  }
}
.cp-footer .footer-area .inner .footer-container .footer-address .address p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 600px) {
  .cp-footer .footer-area .inner .footer-container .footer-address .address p {
    text-align: left;
  }
}
@media screen and (min-width: 760px) {
  .cp-footer .footer-area .inner .footer-container .footer-address .address p {
    text-align: right;
  }
}
.cp-footer .footer-area .inner .footer-container .footer-address .address a {
  display: inline-block;
  text-decoration: none;
  color: #249d46;
}
.cp-footer .footer-area .inner .footer-container .footer-address .address a:hover {
  color: #000000;
  text-decoration: underline;
}
.cp-footer .footer-area .inner .footer-container .footer-address .social-media {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .cp-footer .footer-area .inner .footer-container .footer-address .social-media {
    justify-content: flex-end;
  }
}
.cp-footer .footer-area .inner .footer-container .footer-address .social-media ul {
  align-self: flex-end;
}
.cp-footer .footer-area .inner .footer-container .footer-address .social-media ul li {
  padding-right: 1.5rem;
  display: inline-block;
}
.cp-footer .footer-area .inner .footer-container .footer-address .social-media ul li:last-child {
  padding-right: 0;
}
.cp-footer .footer-area .inner .footer-container .footer-address .social-media ul li a {
  text-decoration: none;
  color: #249d46;
  font-size: 3.6rem;
}
@media screen and (min-width: 760px) {
  .cp-footer .footer-area .inner .footer-container .footer-address .social-media ul li a {
    font-size: 3.0rem;
  }
}
@media screen and (min-width: 1020px) {
  .cp-footer .footer-area .inner .footer-container .footer-address .social-media ul li a {
    font-size: 2.7rem;
  }
}
.cp-footer .footer-area .inner .footer-container .footer-address .social-media ul li a:hover {
  color: #000000;
}
.cp-footer .footer-bar {
  background-color: #249d46;
}
.cp-footer .footer-bar .footer-bar-container {
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 1020px) {
  .cp-footer .footer-bar .footer-bar-container {
    grid-template-columns: 2fr 1fr;
  }
}
.cp-footer .footer-bar .copyright,
.cp-footer .footer-bar .website {
  width: 100%;
  color: #ffffff;
  margin: 0;
  padding: 1.5rem 0;
  font-size: 1.6rem;
  text-align: center;
}
.cp-footer .footer-bar .copyright a,
.cp-footer .footer-bar .website a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
.cp-footer .footer-bar .copyright a:hover,
.cp-footer .footer-bar .website a:hover {
  text-decoration: underline;
}
.cp-footer .footer-bar .copyright {
  padding: 1.5rem 0 0;
}
@media screen and (min-width: 1020px) {
  .cp-footer .footer-bar .copyright {
    padding: 1.5rem 0;
    text-align: left;
  }
}
.cp-footer .footer-bar .website {
  padding: 1.5rem 0;
}
@media screen and (min-width: 1020px) {
  .cp-footer .footer-bar .website {
    text-align: right;
  }
}
.cp-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  z-index: 100;
}
.cp-header .logo-bar {
  border-top: 9px solid #249d46;
  border-bottom: 5px solid #249d46;
}
@media screen and (min-width: 1020px) {
  .cp-header .logo-bar {
    border-bottom: none;
  }
}
.cp-header .logo-bar .inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cp-header .logo-bar .inner .logo-container {
  padding: 1rem 0;
  transition: 0.2s;
}
@media screen and (min-width: 760px) {
  .cp-header .logo-bar .inner .logo-container {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1020px) {
  .cp-header .logo-bar .inner .logo-container {
    padding: 2rem 0;
  }
}
.cp-header .logo-bar .inner .logo-container .logo {
  height: 40px;
  width: auto;
}
@media screen and (min-width: 760px) {
  .cp-header .logo-bar .inner .logo-container .logo {
    height: 55px;
  }
}
@media screen and (min-width: 1020px) {
  .cp-header .logo-bar .inner .logo-container .logo {
    height: 70px;
  }
}
.cp-header .logo-bar .inner .search-form-container {
  position: absolute;
  display: block;
  margin-top: 3px;
  height: 28px;
  top: 50%;
  right: 65px;
  transform: translate(0, -50%);
}
@media screen and (min-width: 600px) {
  .cp-header .logo-bar .inner .search-form-container {
    right: 80px;
  }
}
@media screen and (min-width: 1020px) {
  .cp-header .logo-bar .inner .search-form-container {
    position: relative;
    display: flex;
    align-self: flex-end;
    justify-content: flex-end;
    height: auto;
    margin-top: 0;
    margin-bottom: 4rem;
    right: initial;
    top: initial;
    transform: initial;
  }
}
.cp-header .logo-bar .inner .search-form-container span.icon {
  position: absolute;
  right: 0;
  bottom: 0.3px;
  color: #000000;
  font-size: 2.8rem;
  font-weight: 400;
  text-decoration: none;
}
.cp-header .logo-bar .inner .search-form-container span.icon:hover {
  cursor: pointer;
}
.cp-header .logo-bar .inner .search-form-container form.search-form {
  display: none;
  position: relative;
  height: 60px;
  background-color: #fff;
  border-left: 1px solid #000;
  margin-top: -17px;
  padding-right: 3.3rem;
}
@media screen and (min-width: 600px) {
  .cp-header .logo-bar .inner .search-form-container form.search-form {
    display: inline-block;
    height: auto;
    border-left: none;
    margin-top: 0;
  }
}
.cp-header .logo-bar .inner .search-form-container form.search-form input {
  background-color: #ffffff;
  width: 190px;
  height: 28px;
  margin: 20px 0 20px 20px;
  padding: 0 10px;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: 'OpenSans', Arial, Helvetica, Sans-serif;
  color: #000000;
  border-bottom: 1px solid #000000;
  transition: 0.2s;
}
@media screen and (min-width: 480px) {
  .cp-header .logo-bar .inner .search-form-container form.search-form input {
    width: 250px;
  }
}
@media screen and (min-width: 600px) {
  .cp-header .logo-bar .inner .search-form-container form.search-form input {
    margin: 0;
  }
}
@media screen and (min-width: 760px) {
  .cp-header .logo-bar .inner .search-form-container form.search-form input {
    width: 275px;
  }
}
@media screen and (min-width: 1020px) {
  .cp-header .logo-bar .inner .search-form-container form.search-form input {
    width: 360px;
  }
}
.cp-header .logo-bar .inner .search-form-container form.search-form input:focus {
  outline: none !important;
  border-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #000000;
}
.cp-header .logo-bar .inner .search-form-container.open form.search-form {
  display: block;
}
.cp-header .nav-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background-color: #249d46;
  border-bottom: 1px solid #ffffff;
}
.cp-header .nav-bar .nav-container {
  display: flex;
  justify-content: flex-end;
  align-self: center;
}
@media screen and (min-width: 1020px) {
  .cp-header .nav-bar .nav-container {
    align-self: flex-end;
  }
}
.cp-header .nav-bar .nav-container .main-nav {
  position: absolute;
  top: 69px;
  width: 290px;
  right: -1.5rem;
  display: none;
  background-color: #249d46;
  padding: 2rem 0 2rem 2.5rem;
}
@media screen and (min-width: 600px) {
  .cp-header .nav-bar .nav-container .main-nav {
    padding: 2rem 0 2rem 3rem;
  }
}
@media screen and (min-width: 760px) {
  .cp-header .nav-bar .nav-container .main-nav {
    top: 95px;
    width: calc(100% + 15px);
  }
}
@media screen and (min-width: 1020px) {
  .cp-header .nav-bar .nav-container .main-nav {
    position: initial;
    display: flex!important;
    align-self: flex-end;
    padding: 0;
  }
}
.cp-header .nav-bar .nav-container .main-nav > ul {
  list-style: none;
  padding: 0px 2.5rem 0 0;
  max-height: calc(100vh - 105px);
  overflow: hidden auto;
}
@media screen and (min-width: 600px) {
  .cp-header .nav-bar .nav-container .main-nav > ul {
    padding: 0px 3.5rem 0 0;
  }
}
@media screen and (min-width: 760px) {
  .cp-header .nav-bar .nav-container .main-nav > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: calc(100vh - 135px);
  }
}
@media screen and (min-width: 1020px) {
  .cp-header .nav-bar .nav-container .main-nav > ul {
    overflow: initial;
  }
}
.cp-header .nav-bar .nav-container .main-nav > ul > li {
  position: relative;
  display: block;
  margin-right: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  text-align: right;
}
@media screen and (min-width: 760px) {
  .cp-header .nav-bar .nav-container .main-nav > ul > li {
    width: 33.33%;
    text-align: left;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1020px) {
  .cp-header .nav-bar .nav-container .main-nav > ul > li {
    width: auto;
    margin-bottom: 0;
  }
}
.cp-header .nav-bar .nav-container .main-nav > ul > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1020px) {
  .cp-header .nav-bar .nav-container .main-nav > ul > li {
    display: inline-block;
    margin-right: 25px;
  }
  .cp-header .nav-bar .nav-container .main-nav > ul > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .cp-header .nav-bar .nav-container .main-nav > ul > li {
    margin-right: 35px;
  }
}
@media screen and (min-width: 1044px) {
  .cp-header .nav-bar .nav-container .main-nav > ul > li {
    margin-right: 50px;
  }
}
.cp-header .nav-bar .nav-container .main-nav > ul > li > a {
  display: block;
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (min-width: 1020px) {
  .cp-header .nav-bar .nav-container .main-nav > ul > li > a {
    padding: 10px 0;
  }
}
.cp-header .nav-bar .nav-container .main-nav > ul > li > a.active,
.cp-header .nav-bar .nav-container .main-nav > ul > li > a:hover {
  color: #b9f6ca;
}
.cp-header .nav-bar .nav-container .main-nav > ul > li > ul {
  position: relative;
  background-color: #249d46;
  z-index: 1;
}
@media screen and (min-width: 1020px) {
  .cp-header .nav-bar .nav-container .main-nav > ul > li > ul {
    left: -25px;
    width: 250px;
  }
}
.cp-header .nav-bar .nav-container .main-nav > ul > li > ul > li {
  display: block;
  padding: 0.5rem 0;
}
@media screen and (min-width: 1020px) {
  .cp-header .nav-bar .nav-container .main-nav > ul > li > ul > li {
    padding: 0.5rem 2.5rem;
  }
}
.cp-header .nav-bar .nav-container .main-nav > ul > li > ul > li a {
  color: #ffffff;
  font-size: 1.8rem;
}
.cp-header .nav-bar .nav-container .main-nav > ul > li > ul > li.active a,
.cp-header .nav-bar .nav-container .main-nav > ul > li > ul > li:hover a {
  color: #ffffff;
  opacity: 0.7;
}
@media screen and (min-width: 1020px) {
  .cp-header .nav-bar .nav-container .main-nav > ul > li > ul {
    position: absolute;
    display: none;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1020px) {
  .cp-header .nav-bar .nav-container .main-nav > ul > li:hover > ul {
    display: block;
    padding-top: 5px;
  }
}
.cp-header .nav-bar .nav-container .mob-nav {
  position: absolute;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
}
.cp-header .nav-bar .nav-container .mob-nav a {
  display: flex;
  align-self: center;
  width: 35px;
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-top: 6px;
  text-decoration: none;
}
@media screen and (min-width: 1020px) {
  .cp-header .nav-bar .nav-container .mob-nav {
    display: none;
  }
}
.cp-image-slider {
  width: 100%;
  max-width: 850px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}
.cp-image-slider .items-container {
  position: relative;
  width: 100%;
}
.cp-image-slider .items-container .slick-list {
  width: 100%;
  overflow: visible;
}
.cp-image-slider .items-container .slick-list .slick-slide {
  opacity: 0.5;
}
.cp-image-slider .items-container .slick-list .slick-slide.slick-active {
  opacity: 1;
}
.cp-image-slider .items-container i.icomoon.icon-back.slick-arrow,
.cp-image-slider .items-container i.icomoon.icon-next.slick-arrow {
  position: absolute;
  z-index: 75;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
}
.cp-image-slider .items-container i.icomoon.icon-back.slick-arrow:before,
.cp-image-slider .items-container i.icomoon.icon-next.slick-arrow:before {
  display: block;
  color: #999999;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 3rem;
  padding: 15px 7px;
}
@media (hover: hover) {
  .cp-image-slider .items-container i.icomoon.icon-back.slick-arrow:hover,
  .cp-image-slider .items-container i.icomoon.icon-next.slick-arrow:hover {
    cursor: pointer;
  }
  .cp-image-slider .items-container i.icomoon.icon-back.slick-arrow:hover:before,
  .cp-image-slider .items-container i.icomoon.icon-next.slick-arrow:hover:before {
    color: #249d46;
  }
}
.cp-image-slider .items-container i.icomoon.icon-back.slick-arrow {
  left: 0;
}
.cp-image-slider .items-container i.icomoon.icon-next.slick-arrow {
  right: 0;
}
.cp-image-slider .slick-initialized .slick-slide {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.cp-image-slider .nav-container {
  height: 100px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 600px) {
  .cp-image-slider .nav-container {
    height: 115px;
  }
}
@media screen and (min-width: 760px) {
  .cp-image-slider .nav-container {
    height: 135px;
  }
}
@media screen and (min-width: 760px) {
  .cp-image-slider .nav-container {
    height: 150px;
  }
}
.cp-image-slider .nav-container .el-image-slider-item {
  padding: 0 7px;
}
.cp-image-slider .nav-container .el-image-slider-item .inner {
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 600px) {
  .cp-image-slider .nav-container .el-image-slider-item .inner {
    height: 115px;
  }
}
@media screen and (min-width: 760px) {
  .cp-image-slider .nav-container .el-image-slider-item .inner {
    height: 135px;
  }
}
@media screen and (min-width: 760px) {
  .cp-image-slider .nav-container .el-image-slider-item .inner {
    height: 150px;
  }
}
.cp-image-slider .nav-container .el-image-slider-item .inner figure {
  height: 100px;
}
@media screen and (min-width: 600px) {
  .cp-image-slider .nav-container .el-image-slider-item .inner figure {
    height: 115px;
  }
}
@media screen and (min-width: 760px) {
  .cp-image-slider .nav-container .el-image-slider-item .inner figure {
    height: 135px;
  }
}
@media screen and (min-width: 760px) {
  .cp-image-slider .nav-container .el-image-slider-item .inner figure {
    height: 150px;
  }
}
.cp-image-slider .nav-container .el-image-slider-item .inner figure figure img {
  width: auto;
  height: 100px;
}
@media screen and (min-width: 600px) {
  .cp-image-slider .nav-container .el-image-slider-item .inner figure figure img {
    height: 115px;
  }
}
@media screen and (min-width: 760px) {
  .cp-image-slider .nav-container .el-image-slider-item .inner figure figure img {
    height: 135px;
  }
}
@media screen and (min-width: 760px) {
  .cp-image-slider .nav-container .el-image-slider-item .inner figure figure img {
    height: 150px;
  }
}
.cp-image-slider .nav-container .el-image-slider-item .inner figure figcaption {
  display: none;
}
.cp-media-teaser-list .teaser-container {
  display: grid;
  grid-template-columns: 100%;
  width: 100%;
}
.cp-media-teaser-list .teaser-container > div {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 760px) {
  .cp-media-teaser-list .teaser-container.two-cols {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5rem;
  }
}
@media screen and (min-width: 1020px) {
  .cp-media-teaser-list .teaser-container.three-cols {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5rem;
  }
}
.cp-media-teaser-list-extended .content-container {
  display: grid;
  grid-template-columns: 100%;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .cp-media-teaser-list-extended .content-container {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5rem;
  }
}
@media screen and (min-width: 1020px) {
  .cp-media-teaser-list-extended .content-container {
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 5rem;
  }
}
.cp-media-teaser-list-extended .content-container .content-extended {
  margin-top: 5rem;
}
.cp-media-teaser-list-extended .content-container .content-extended > section > .page-wrapper > div {
  margin-bottom: 5rem;
}
.cp-media-teaser-list-extended .content-container .content-extended > section > .page-wrapper > div:last-of-type > .page-wrapper > div {
  margin-bottom: 0;
}
@media screen and (min-width: 760px) {
  .cp-media-teaser-list-extended .content-container .content-extended {
    margin-top: 0;
  }
  .cp-media-teaser-list-extended .content-container .content-extended div.cp-survey-list-form {
    margin-top: 2rem;
  }
}
.cp-media-teaser-list-extended .cp-media-teaser-list-extended {
  all: unset;
}
.cp-media-teaser-list-extended .cp-media-teaser-list-extended .content-container {
  all: unset;
}
.cp-media-teaser-list-extended .cp-media-teaser-list-extended .content-container .content-extended {
  all: unset;
}
.cp-people-list .people-single-item {
  width: 100%;
  margin-bottom: 5rem;
}
.cp-people-list .people-single-item h2 {
  font-weight: 600;
  color: #000000;
}
.cp-people-list .people-multiple-items .items-container {
  display: grid;
  grid-template-columns: 100%;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .cp-people-list .people-multiple-items .items-container {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5rem;
  }
}
.cp-survey .survey-container {
  margin-bottom: 7.5rem;
}
.cp-survey .survey-container:last-of-type {
  margin-bottom: 0;
}
.cp-survey .survey-container h2 {
  margin-bottom: 2.5rem;
}
.cp-survey .survey-container .grid.multiple-items {
  display: grid;
  grid-template-columns: 100%;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .cp-survey .survey-container .grid.multiple-items {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5rem;
  }
}
.cp-survey .survey-container .grid.multiple-items > div {
  margin-top: 5rem;
}
.cp-survey .survey-container .grid.multiple-items > div:nth-child(-n+1) {
  margin-top: 0;
}
@media screen and (min-width: 760px) {
  .cp-survey .survey-container .grid.multiple-items > div:nth-child(-n+2) {
    margin-top: 0;
  }
}
.cp-survey-list-form > .inner {
  border: 5px solid #249d46;
  background-color: #249d46;
  padding: 20px 25px;
}
.cp-survey-list-form > .inner header {
  margin-bottom: 2.5rem;
}
.cp-survey-list-form > .inner header .surtitle {
  color: #ffffff;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.cp-survey-list-form > .inner header .surtitle:after {
  content: ":";
  margin-left: -3px;
}
.cp-survey-list-form > .inner header h2 {
  color: #ffffff;
}
.cp-survey-list-form > .inner form ul.survey-answers {
  margin: 0;
  padding: 0;
}
.cp-survey-list-form > .inner form ul.survey-answers li {
  margin: 0 0 2.5rem;
  padding: 0;
}
.cp-survey-list-form > .inner form .button-bar {
  text-align: right;
}
.cp-survey-result-list > .inner {
  border: 5px solid #249d46;
  background-color: #ffffff;
  padding: 20px 25px;
}
.cp-survey-result-list > .inner header {
  margin-bottom: 2.5rem;
}
.cp-survey-result-list > .inner header .surtitle {
  color: #999999;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.cp-survey-result-list > .inner header .surtitle:after {
  content: ":";
  margin-left: -3px;
}
.cp-survey-result-list > .inner header h2 {
  color: #999999;
}
.cp-survey-result-list > .inner .content-container ul.survey-result {
  margin: 0;
  padding: 0;
}
.cp-survey-result-list > .inner .content-container ul.survey-result li {
  margin: 0 0 2.5rem;
  padding: 0;
}
.cp-survey-result-list > .inner footer {
  text-align: right;
}
.cp-teaser-bar {
  overflow: hidden;
}
.cp-teaser-bar .el-media-box.teaser {
  margin-bottom: 5rem;
}
.cp-teaser-bar .el-media-box.teaser:last-child {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1020px) {
  .cp-teaser-bar .el-media-box.teaser {
    margin-bottom: 1.5rem;
  }
}
.cp-teaser-bar .el-media-box.teaser .inner {
  display: flex;
  flex-direction: column;
}
.cp-teaser-bar .el-media-box.teaser .inner .media-container {
  width: 100%;
}
.cp-teaser-bar .el-media-box.teaser .inner .text-container {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .cp-teaser-bar .el-media-box.teaser .inner {
    flex-direction: row;
    width: 100%;
  }
  .cp-teaser-bar .el-media-box.teaser .inner .media-container {
    width: 50%;
    margin-top: 0.5rem;
    padding-right: 2.5rem;
  }
  .cp-teaser-bar .el-media-box.teaser .inner .text-container {
    width: 50%;
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 760px) {
  .cp-teaser-bar .el-media-box.teaser .inner .media-container {
    width: 33.33%;
  }
  .cp-teaser-bar .el-media-box.teaser .inner .text-container {
    width: 66.66%;
  }
}
@media screen and (min-width: 1020px) {
  .cp-teaser-bar .el-media-box.teaser .inner {
    flex-direction: column;
  }
  .cp-teaser-bar .el-media-box.teaser .inner .media-container {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }
  .cp-teaser-bar .el-media-box.teaser .inner .text-container {
    width: 100%;
    padding-left: 0;
  }
}
.cp-user-interaction-bar {
  margin-top: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  margin-left: -15px;
  z-index: 75;
  transition: 0.2s;
}
@media screen and (min-width: 600px) {
  .cp-user-interaction-bar {
    margin-left: -25px;
  }
}
@media screen and (min-width: 760px) {
  .cp-user-interaction-bar {
    position: relative;
    margin-top: 2.5rem;
    bottom: initial;
    margin-left: 0;
  }
}
.cp-user-interaction-bar > .inner {
  border-top: 1px solid #999999;
  border-bottom: none;
  padding: 1px 17px;
  display: flex;
  flex-direction: row;
  transition: 0.2s;
}
@media screen and (min-width: 600px) {
  .cp-user-interaction-bar > .inner {
    padding: 1px 27px;
  }
}
@media screen and (min-width: 760px) {
  .cp-user-interaction-bar > .inner {
    border-bottom: 1px solid #999999;
    padding: 1px 2px;
  }
}
.cp-user-interaction-bar > .inner .like-content {
  display: flex;
  align-items: center;
  width: 33.33%;
}
.cp-user-interaction-bar > .inner .share-content {
  width: 66.66%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.cp-user-interaction-bar > .inner .share-content .send-letter {
  display: flex;
  align-items: center;
}
.cp-user-interaction-bar > .inner .share-content .send-letter a {
  font-size: 2.6rem;
  line-height: 1;
  color: #999999;
}
.cp-user-interaction-bar > .inner .share-content .send-letter a:hover {
  color: #249d46;
}
.cp-user-interaction-bar > .inner .share-content .el-social-share {
  position: relative;
}
@media screen and (min-width: 760px) {
  .el-article-title + .cp-user-interaction-bar {
    max-width: 600px;
    margin: 5rem auto;
  }
}
@media screen and (min-width: 1020px) {
  .el-article-title + .cp-user-interaction-bar {
    max-width: 760px;
  }
}
.popup-alert {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: #b70202;
  color: #fff;
  padding: 2rem;
  text-align: center;
  font-weight: bold;
}
.f3-widget-paginator {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .f3-widget-paginator {
    padding: 0 20px 20px;
  }
}
.f3-widget-paginator li {
  background-color: #ffffff;
  border: 1px solid #249d46;
  display: inline-block;
  margin: 0 0 10px;
  padding: 8px 10px;
  line-height: 18px;
}
.f3-widget-paginator li a {
  color: #249d46;
  font-weight: 400;
}
.f3-widget-paginator li:hover,
.f3-widget-paginator li.current {
  background-color: #249d46;
  color: #ffffff;
}
.f3-widget-paginator li:hover a,
.f3-widget-paginator li.current a {
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  body.search .f3-widget-paginator {
    padding: 0;
  }
}
div.tx-powermail .container-fluid {
  padding: 0;
}
div.tx-powermail .powermail_fieldset {
  width: 100%;
  max-width: 450px;
}
div.tx-powermail .powermail_fieldwrap {
  margin-bottom: 1rem;
}
div.tx-powermail .powermail_fieldwrap + .nolabel {
  margin-top: -1rem;
}
div.tx-powermail label.powermail_label {
  margin-bottom: 1rem;
}
div.tx-powermail .powermail_fieldwrap_type_submit {
  margin-top: 2rem;
}
div.tx-powermail .mandatory {
  color: #df0000;
}
div.tx-powermail .powermail-errors-list li {
  color: #df0000;
}
.update.ce-gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
}
@media screen and (min-width: 480px) {
  .update.ce-gallery[data-ce-columns="2"],
  .update.ce-gallery[data-ce-columns="3"],
  .update.ce-gallery[data-ce-columns="4"],
  .update.ce-gallery[data-ce-columns="5"],
  .update.ce-gallery[data-ce-columns="6"],
  .update.ce-gallery[data-ce-columns="7"],
  .update.ce-gallery[data-ce-columns="8"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 600px) {
  .update.ce-gallery[data-ce-columns="3"],
  .update.ce-gallery[data-ce-columns="4"],
  .update.ce-gallery[data-ce-columns="5"],
  .update.ce-gallery[data-ce-columns="6"],
  .update.ce-gallery[data-ce-columns="7"],
  .update.ce-gallery[data-ce-columns="8"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 760px) {
  .update.ce-gallery[data-ce-columns="4"],
  .update.ce-gallery[data-ce-columns="5"],
  .update.ce-gallery[data-ce-columns="6"],
  .update.ce-gallery[data-ce-columns="7"],
  .update.ce-gallery[data-ce-columns="8"] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1020px) {
  .update.ce-gallery[data-ce-columns="5"],
  .update.ce-gallery[data-ce-columns="6"],
  .update.ce-gallery[data-ce-columns="7"],
  .update.ce-gallery[data-ce-columns="8"] {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .update.ce-gallery[data-ce-columns="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
  .update.ce-gallery[data-ce-columns="7"] {
    grid-template-columns: repeat(7, 1fr);
  }
  .update.ce-gallery[data-ce-columns="8"] {
    grid-template-columns: repeat(8, 1fr);
  }
}
section.content-section section.content-section,
.page-wrapper .page-wrapper {
  all: unset;
}
/* Schöne Check- und Radio-Buttons
Ausnahme für T3-Debugger-Checkboxen
-----------------------------------------------------------------------*/
div.wrapper input[type="radio"],
div.wrapper input[type="checkbox"] {
  display: none;
}
div.wrapper input[type='checkbox']:checked,
div.wrapper input[type='checkbox']:not(:checked),
div.wrapper input[type='radio']:checked,
div.wrapper input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
div.wrapper input[type='checkbox'] + span,
div.wrapper input[type='radio'] + span {
  cursor: pointer;
  line-height: 1.35;
}
div.wrapper input[type='checkbox']:checked:not(.extbase-debug-header::before) + span::before,
div.wrapper input[type='checkbox']:not(:checked):not(.extbase-debug-header::before) + span::before,
div.wrapper input[type='radio']:checked:not(.extbase-debug-header::before) + span::before,
div.wrapper input[type='radio']:not(:checked):not(.extbase-debug-header::before) + span::before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  border: 1px solid #999999;
  border-radius: 5px;
  background: #ffffff;
  margin-right: 10px;
  transition: 0.2s;
}
div.wrapper input[type=radio]:checked + span::before,
div.wrapper input[type=radio]:not(:checked) + span::before {
  border-radius: 30px;
}
@media (hover: hover) {
  div.wrapper input[type='checkbox']:hover + span::before,
  div.wrapper input[type='radio']:hover + span::before {
    background: #999999;
    box-shadow: inset 0 0 0 1px #ffffff;
  }
}
div.wrapper input[type='checkbox']:checked + span::before,
div.wrapper input[type='radio']:checked + span::before {
  background: #249d46;
  box-shadow: inset 0 0 0 1px #ffffff;
}
section.content-section.advertising {
  padding: 0;
}
section.content-section > section.content-section,
.page-wrapper > .page-wrapper {
  all: unset;
}
.content-section .tx-updepaperfb .epaper_fb a:not([class]) {
  background-size: 100% 200%;
}
span.frage {
  font-weight: bold;
}
.category-filter {
  margin-top: 2rem;
  width: 100%;
  max-width: 300px;
  border: 1px solid #595959;
  padding: 1rem;
}
.category-filter ul.category-tree {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10000;
}
.category-filter ul.category-tree li:before {
  content: none !important;
}
.category-filter ul.category-tree > li {
  padding-right: 3rem !important;
}
.category-filter ul.category-tree > li a {
  color: black;
  text-decoration: none;
}
.category-filter ul.category-tree > li:last-child {
  padding-left: 0 !important;
}
.category-filter ul.category-tree > li:hover {
  cursor: pointer;
}
.category-filter ul.category-tree > li.lvl-0:after {
  content: '';
  background-image: url("/fileadmin/templates/img/icons/chevron_down.svg");
  position: absolute;
  top: 0.8rem;
  right: 0.5rem;
  display: block;
  width: 2.1rem;
  height: 1.6rem;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.category-filter ul.category-tree > li:hover ul {
  max-height: 400px;
  overflow-y: auto;
  border-bottom: 1px solid #595959;
}
.category-filter ul.category-tree > li > ul {
  margin-top: 1rem;
  max-height: 0;
  position: absolute;
  top: 2rem;
  left: -11px;
  right: -11px;
  overflow: hidden;
  background-color: white;
  transition: max-height 0.3s;
  border: 1px solid #595959;
  border-top: none;
  border-bottom: none;
}
.category-filter ul.category-tree > li > ul > li {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.category-filter ul.category-tree > li > ul > li:last-child {
  margin-bottom: 1rem;
}
.category-filter ul.category-tree > li > ul > li a {
  padding: 0.5rem 2rem;
  display: block;
  white-space: nowrap;
  color: black;
  font-size: 2rem;
}
.category-filter ul.category-tree > li > ul > li a:hover {
  color: black;
  background-color: #f5f5f5;
}
.category-filter ul.category-tree > li > ul > li > ul {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  height: 0;
  overflow: hidden;
}
.category-filter ul.category-tree > li > ul > li > ul > li {
  padding-left: 0 !important;
  padding-right: 1rem !important;
  margin-bottom: 1rem !important;
}
/*# sourceMappingURL=wig.css.map */