@charset "UTF-8";
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab/roboto-slab-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  src: url("../fonts/roboto-slab/roboto-slab-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v12-latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v12-latin-regular.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v12-latin-regular.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v12-latin-regular.svg#RobotoSlab") format("svg");
  /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab/roboto-slab-v12-latin-700.eot");
  /* IE9 Compat Modes */
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  src: url("../fonts/roboto-slab/roboto-slab-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v12-latin-700.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v12-latin-700.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v12-latin-700.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v12-latin-700.svg#RobotoSlab") format("svg");
  /* Legacy iOS */
}
/* Sprungmarken */
/*.footer .row.links a.startseite:before {*/
/*  background-image: none;*/
/*}*/
/*.footer .row.links a.ansprechpartner:before {*/
/*  background-image: none;*/
/*}*/
/*.footer .row.links a.jobs:before {*/
/*  background-image: none;*/
/*}*/
/* config*/
/**/
/* Maskelement: Contentbox Start */
/*.contentbox.size-small .btn{
	display: none;
}*/
/*.contentbox.size-small.bgimage  */
/* Maskelement: Contentbox End */
/* Maskelement: Text-Slider Start */
/* Maskelement: Text-Slider End */
/* Maskelement: Info-Slider Start */
/* Maskelement: Info-Slider End */
/* Maskelement: TextImageBox Start */
/* Maskelement: Info-Slider End */
/* NEWS Start */
/* NEWS End */
/* Maskelement: Introbox Start */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* Maskelement: Introbox End */
/* Maskelement: twocolumnbox Start */
/* Maskelement: twocolumnbox End */
/* Maskelement: ansprechpartner Start */
/* Maskelement: ansprechpartner End */
/* Desktop Menu Start */
/**/
/**/
/*#menu .level-1 li .level-2 {
	&:hover {
		display: block;
	}
	li{
		&:hover {
			display: block;
		}
	}
}*/
/* Desktop Menu End */
/* MMENU Start */
/* MMENU End */
/* Mobile hamburger-button to x-button START */
/* Mobile hamburger-button to x-button END */
/* Grid-Element: 2Cols Start*/
/* Grid-Element: 2Cols Start*/
/* POPUP Start */
/*bootstrap*/
/* POPUP End */
/* Powermail Start */
/* Powermail End */
/* grid */
/* NEWS Start */
/* NEWS End */

body {
  color: #79130B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fcfaf2;
}

body.loading {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: fixed;
}

.skip-to-content {
  position: absolute;
  top: -1px;
  left: 1rem;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 10000;
}
.skip-to-content:focus {
  transform: translateY(0%);
}

button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn[class*=btn-] {
  padding-top: 0.687rem;
  padding-bottom: 0.687rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.btn-secondary {
  background: #0026a8;
  color: #fff;
  border: 0.063rem solid #0026a8;
}
.btn-secondary:hover {
  background: #000F42;
  color: #fff;
  border: 0.063rem solid #0026a8;
}
.btn-secondary:focus {
  background: #000F42;
  color: #fff;
  border: 0.063rem solid #0026a8;
}

.vhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.frame-layout-3 {
  float: none;
  clear: both;
}

.frame-layout-2 {
  float: none;
  clear: both;
  max-width: 80%;
  margin: 0 auto;
}

h1 {
  font-size: 50px;
  line-height: 60px;
  margin-top: 0px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
  margin-top: 0px;
}

h2 {
  font-size: 45px;
  line-height: 52px;
  margin-top: 0px;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
  margin-top: 0px;
}

h3 {
  font-size: 35px;
  line-height: 42px;
  margin-top: 0px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 10px;
  margin-top: 0px;
}

h4 {
  font-size: 25px;
  line-height: 32px;
  margin-top: 0px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 10px;
  margin-top: 0px;
}

h5 {
  font-size: 22px;
  line-height: 30px;
  margin-top: 0px;
  font-family: "droid-sans", sans-serif;
  margin-bottom: 10px;
  margin-top: 0px;
}

a {
  color: #AF0B12;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
  transition: all 350ms ease 0s;
  margin: 0px;
  font-family: "droid-sans", sans-serif;
}
a:hover {
  color: #E30015;
  text-decoration: none;
  transition: all 350ms ease 0s;
}
a:focus {
  color: #E30015;
  text-decoration: none;
  transition: all 350ms ease 0s;
}
a:active {
  color: #E30015;
  text-decoration: none;
  transition: all 350ms ease 0s;
}

.link-internal:before {
  font-family: "FontAwesome";
  content: "\f101";
  font-size: 1.5rem;
  line-height: 0;
  padding-right: 5px;
}

.rte-icon.fa-envelope:before {
  font-family: "FontAwesome";
  content: "\f003";
  font-size: 1.5rem;
  line-height: 0;
  padding-right: 5px;
}

.rte-icon.fa-globe:before {
  font-family: "FontAwesome";
  content: "\f08e";
  font-size: 1.5rem;
  line-height: 0;
  padding-right: 5px;
}

.rte-icon.fa-download:before {
  font-family: "FontAwesome";
  content: "\f019";
  font-size: 1.5rem;
  line-height: 0;
  padding-right: 5px;
}

.spenden-btn:before {
  font-family: "FontAwesome";
  content: "\f101";
  font-size: 1.5rem;
  line-height: 0;
  padding-right: 5px;
}

.meta a#page119:before {
  font-family: "FontAwesome";
  content: "\f11c";
  font-size: 1.5rem;
  line-height: 0;
  padding-right: 5px;
}
.meta a#page120:before {
  font-family: "FontAwesome";
  content: "\f193";
  font-size: 1.5rem;
  line-height: 0;
  padding-right: 5px;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #330300;
  font-family: "droid-sans", sans-serif;
}
p a {
  font-weight: bold;
  text-decoration: underline;
}
p a:hover {
  text-decoration: underline;
}

form.cr_form {
  margin-top: 0px;
}
form.cr_form label {
  visibility: hidden !important;
}
form.cr_form .error label {
  visibility: visible !important;
}
form.cr_form .error input {
  border-color: #AF0B12 !important;
}

.bgcolor p a {
  color: #fff;
  font-weight: bold;
}
.bgcolor p a:hover {
  opacity: 0.8;
}
.bgcolor .btn.c2a {
  color: #AF0B12;
  background-color: #FFFFFF;
  transition: all 350ms ease 0s;
}
.bgcolor .btn.c2a:hover {
  background-color: #E30015;
  color: #FFFFFF;
  transition: all 350ms ease 0s;
}
.bgcolor .btn.c2a:focus {
  background-color: #E30015;
  color: #FFFFFF;
  transition: all 350ms ease 0s;
}
.bgcolor .btn.c2a:active {
  background-color: #E30015;
  color: #FFFFFF;
  transition: all 350ms ease 0s;
}

.contentbox.bgcolor.bg-none {
  color: #330300;
}

.bgcolor.bg-none p {
  color: #330300;
}
.bgcolor.bg-none p a {
  color: #AF0B12;
}

.bgcolor.bg-creme p a {
  color: #AF0B12;
}

a.mail {
  text-decoration: none;
}
a.mail:hover {
  text-decoration: none;
}

a.spenden-btn {
  color: #FFFFFF;
  background-color: #AF0B12;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 9px 24px;
  border-radius: 20px;
  transition: all 350ms ease 0s;
}

.footer.section {
  padding: 70px 0px 30px 0px;
  margin-top: 30px;
  margin: 0px auto;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.footer form {
  width: 100%;
}
.footer form input {
  margin-bottom: 20px;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #bfbaac;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  max-width: 360px;
  display: block;
}
.footer form input::-webkit-input-placeholder {
  color: #bfbaac;
  opacity: 1;
  font-weight: bold;
}
.footer form input:-moz-placeholder {
  color: #bfbaac;
  opacity: 1;
  font-weight: bold;
}
.footer form input::-moz-placeholder {
  color: #bfbaac;
  opacity: 1;
  font-weight: bold;
}
.footer form input:-ms-input-placeholder {
  color: #bfbaac;
  opacity: 1;
  font-weight: bold;
}
.footer .ce-textpic {
  margin-bottom: 0px;
}
.footer .metacontainer {
  width: auto;
  text-align: center;
}
.footer .metacontainer p {
  color: #330300;
  font-size: 14px;
  line-height: 23px;
  margin: 0px;
  font-family: "droid-sans", sans-serif;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
}
.footer .metacontainer a {
  color: #330300;
  font-size: 14px;
  line-height: 23px;
  margin: 0px;
  font-family: "droid-sans", sans-serif;
  font-weight: normal;
  text-decoration: none;
  margin: 0 0 0 20px;
  text-decoration: none;
}
.footer .metacontainer a:before {
  font-family: "FontAwesome";
  content: "\f101";
  font-size: 1.25rem;
  line-height: 0;
  padding-right: 5px;
}
.footer .metacontainer a:hover {
  color: #AF0B12;
}
.footer .links p {
  display: inline-block;
  vertical-align: middle;
}
.footer .links p.displayblock {
  display: block;
}
.footer .row.links {
  margin-bottom: 40px;
}
.footer .row.links a {
  margin: 10px 16px;
  display: inline-block;
}
.footer .row.links a:not(.btn) {
  padding-left: 50px;
  position: relative;
  text-decoration: none;
  color: #AF0B12;
  font-size: 16px;
  line-height: 22px;
  font-family: "droid-sans", sans-serif;
  font-weight: bold;
}
.footer .row.links a:not(.btn):hover {
  color: #E30015;
  text-decoration: none;
}
.footer .row.links a:not(.btn):before {
  content: "";
  position: absolute;
  width: 42px;
  height: 28px;
  left: 0px;
  top: -4px;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .row.links a.startseite:before {
  background-image: url("../img/Startseite.svg");
}
.footer .row.links a.ansprechpartner:before {
  background-image: url("../img/Ansprechpartner.svg");
}
.footer .row.links a.jobs:before {
  background-image: url("../img/Jobs.svg");
}
.footer .row.links a.facebook:before {
  background-image: url("../img/Facebook.svg");
}
.footer .row.links a.instagram:before {
  background-image: url("../img/instagram.svg");
}
.footer .row.links a.paypal {
  padding-left: 0;
}
.footer .row.links a.paypal:before {
  display: none;
}
.footer .row.address {
  text-align: left;
}
.footer .row.address > [class*=col-] {
  margin-bottom: 30px;
}
.footer .row.address > .col--logos {
  margin-top: -1.8em;
}

[class*=col-] {
  padding: 0px;
}

[class*=col-].middle {
  float: none;
  margin: 0 auto;
}

a.download {
  padding-left: 50px;
  position: relative;
  text-decoration: none;
  padding-left: 35px;
}
a.download:hover {
  color: #E30015;
  text-decoration: none;
}
a.download:hover:before {
  background-image: url("../img/Pdf-white.svg");
}
a.download:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 28px;
  left: 0px;
  top: -4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/Pdf-red.svg");
}

.textalign--center {
  text-align: center;
}

.footer-inner {
  color: #330300;
  font-family: "droid-sans", sans-serif;
}
.footer-inner a {
  color: #330300;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.footer-inner a:hover {
  color: #AF0B12;
}
.footer-inner p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 17px;
}
.footer-inner p b {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.footer-inner.left {
  padding-right: 25px;
}

.footer-inner.right {
  padding-left: 25px;
}

ul {
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  font-family: "droid-sans", sans-serif;
}
ul li {
  list-style: none;
}
ul li:before:not(.simplefilter li) {
  content: "·";
  font-size: 30px;
  vertical-align: middle;
  line-height: 24px;
  padding-right: 10px;
}
ul li ul {
  padding-left: 16px;
}

body#page-119 ul {
  margin-bottom: 1rem;
  margin-left: 1rem;
}
body#page-119 ul li {
  list-style-type: disc;
  margin-left: 1.5rem;
}

body#page-120 ul {
  margin-bottom: 1rem;
  margin-left: 1rem;
}
body#page-120 ul li {
  list-style-type: disc;
  margin-left: 1.5rem;
}

.btn.c2a {
  color: #FFFFFF;
  background-color: #AF0B12;
  text-decoration: none;
  font-family: "droid-sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 9px 24px;
  border-radius: 20px;
  transition: all 350ms ease 0s;
}
.btn.c2a:hover {
  background-color: #E30015;
  transition: all 350ms ease 0s;
}
.btn.c2a:focus {
  background-color: #E30015;
  transition: all 350ms ease 0s;
}
.btn.c2a:active {
  background-color: #E30015;
  transition: all 350ms ease 0s;
}

.btn.c2a.wide {
  padding: 9px 124px;
}

.btn.c2a.small {
  padding: 4px 14px;
}

.bg-creme {
  background-color: #f2eddf;
}

.bg-creme.bgimage .overlay {
  background-color: rgba(242, 237, 223, 0.65);
}

.bg-lightred {
  background-color: #E30015;
}

.bg-lightred.bgimage .overlay {
  background-color: rgba(210, 20, 20, 0.65);
}

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

.bg-red.bgimage .overlay {
  background-color: rgba(175, 11, 18, 0.65);
}

.bg-darkred {
  background-color: #79130B;
}

.bg-darkred.bgimage .overlay {
  background-color: rgba(121, 19, 11, 0.65);
}

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

.bg-orange.bgimage .overlay {
  background-color: rgba(241, 135, 0, 0.65);
}

.bg-gelb {
  background-color: #EDAE00;
}

.bg-gelb.bgimage .overlay {
  background-color: rgba(237, 174, 0, 0.65);
}

.contentbox.bgcolor.bg-creme {
  color: #79130B;
  color: #330300;
}
.contentbox.bgcolor.bg-creme .contentbox-inner p {
  color: #330300;
}

#page {
  margin: 0 auto;
  max-width: 1400px;
  background-color: #FFFFFF;
  overflow: hidden;
  margin-top: 115px;
}

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

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

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

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

.logo {
  background-image: url("../img/logo-90x90.svg");
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  float: left;
  margin: 20px 0px 10px 0px;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

.section {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 0px;
  max-width: 1400px;
}

.section.waves {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  text-align: center;
}
.section.waves:before {
  content: "";
  height: 10px;
  background-image: url("../img/Trenner-Top.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}
.section.waves:after {
  content: "";
  height: 10px;
  background-image: url("../img/Trenner-Bottom.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 10;
}
.section.waves .contentbox:before {
  content: "";
}
.section.waves .contentbox:after {
  content: "";
}

.section.waves.detail:after {
  content: "";
  height: 10px;
  background-image: url("../img/Trenner-Bottom-Detail.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 10;
}

.section-categorie .section.waves:after {
  background-image: none;
}
.section-categorie .section.mask_news {
  background-color: #f2eddf;
  padding: 50px 0px 0 0px;
}

.news {
  margin: 0px auto;
}
.news .section.waves:before {
  background-image: none;
}

.section.waves.grid-1 .contentbox {
  width: 100%;
  float: left;
  display: table;
  padding: 100px 0px;
}
.section.waves.grid-1 .contentbox h5 {
  margin-bottom: 0px !important;
}
.section.waves.grid-1 .contentbox .btn {
  margin: 0px;
}
.section.waves.grid-1 .contentbox .contentbox-inner {
  display: table-cell;
  text-align: left;
  padding-left: 50px;
}
.section.waves.grid-1 .contentbox .contentbox-link {
  display: table-cell;
  vertical-align: middle;
  padding-right: 50px;
}

.section.waves.grid-2 .contentbox {
  width: 50%;
  float: left;
}
.section.waves.grid-2 .contentbox h5 {
  margin-bottom: 20px !important;
}
.section.waves.grid-2 .contentbox .c2a {
  margin: 20px 0px 10px 0px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.contentbox {
  display: table;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 70px 0px;
}
.contentbox .c2a {
  display: inline-block;
  margin: 20px 10px 10px 10px;
}

.contentbox-inner-wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 500px;
}

.contentbox-inner {
  width: 80%;
  margin: 0 auto;
}
.contentbox-inner p {
  color: #FFFFFF;
}

.contentbox.bgcolor {
  color: #fff;
}

.contentbox.bgcolor.bg- {
  color: #330300;
}

.contentbox.bgimage {
  background-size: cover;
  background-position: center center;
}

.contentbox.size-small .contentbox-inner-wrap {
  height: 300px;
}

.cols {
  margin-bottom: 30px;
}

.cols-two h5 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.cols-two p {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.cols-three h5 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.cols-three p {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.mask_textslider {
  max-width: 1400px;
  width: 100%;
  display: inline-block !important;
}
.mask_textslider .contentbox {
  display: inline-block;
  display: inline-block;
}

.slider-wrap {
  position: relative;
}

.textslider {
  padding: 0px;
  position: relative;
}
.textslider .item {
  text-align: center;
  padding: 50px 0px;
}

.slick-dots {
  bottom: 0;
  height: 40px;
  left: 0;
  line-height: 0;
  margin: 20px auto auto;
  padding: 0 20px;
  position: relative;
  right: 0;
  text-align: center;
  top: auto;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
}
.slick-dots li {
  background-color: transparent;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 14px;
  outline: 0 none;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 14px;
  list-style: none;
}
.slick-dots li:before {
  content: "";
}
.slick-dots li button {
  border-radius: 100%;
  font-size: 0;
  height: 14px;
  left: 0;
  outline: 0 none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 14px;
  background: none;
  border: 3px solid #fff;
  transition: all 0.3s ease 0s;
}
.slick-dots li button:hover {
  border-color: rgba(255, 255, 255, 0.65);
  transition: border-color 0.3s ease 0s;
}
.slick-dots li.slick-active button {
  background-color: #fff;
  border: 0 none;
  transition: all 0.3s ease 0s;
}
.slick-dots li.slick-active button:hover {
  background-color: rgba(255, 255, 255, 0.65);
  transition: background-color 0.3s ease 0s;
}

.slick-navi {
  display: table;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  width: auto;
}
.slick-navi .prev {
  color: #fff;
  bottom: 14px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  right: 20px;
  vertical-align: middle;
  width: 28px;
  display: table-cell;
  background: url("../img/Pfeil-white-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.slick-navi .prev:hover {
  background: url("../img/Pfeil-hover-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.slick-navi .next {
  color: #fff;
  bottom: 14px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  left: 20px;
  vertical-align: middle;
  width: 28px;
  display: table-cell;
  background: url("../img/Pfeil-white-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.slick-navi .next:hover {
  background: url("../img/Pfeil-hover-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.mask_imageslider {
  width: 100%;
  padding: 20px;
}
.mask_imageslider .slick-navigation {
  margin: 30px 0px 50px 0px;
}
.mask_imageslider .slider-text {
  margin-top: 10px;
}
.mask_imageslider .slider-text p {
  display: inline;
}
.mask_imageslider .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.mask_imageslider .slick-dots li button {
  border-color: #AF0B12;
  transition: all 0.3s ease 0s;
}
.mask_imageslider .slick-dots li button:hover {
  border-color: #E30015;
  transition: all 0.3s ease 0s;
}
.mask_imageslider .slick-dots li.slick-active button {
  background-color: #AF0B12;
  transition: all 0.3s ease 0s;
}
.mask_imageslider .slick-dots li.slick-active button:hover {
  background-color: #E30015;
  transition: all 0.3s ease 0s;
}
.mask_imageslider .slick-navi .prev {
  background: url("../img/Pfeil-red-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.mask_imageslider .slick-navi .prev:hover {
  background: url("../img/Pfeil-hover-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.mask_imageslider .slick-navi .next {
  background: url("../img/Pfeil-red-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.mask_imageslider .slick-navi .next:hover {
  background: url("../img/Pfeil-hover-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.slick-list {
  overflow: hidden;
}

.slick-slide {
  overflow: hidden;
}

.section.wavescolor {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.section.wavescolor:before {
  content: "";
  height: 10px;
  background-image: url("../img/Trenner-Color.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%;
}
.section.wavescolor .contentbox {
  padding: 70px 0px;
  width: 80%;
  margin: 0 auto;
  display: inline-block;
}

.mask_infoslider {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: inline-block !important;
  text-align: left;
}

.infoslider {
  padding: 0px;
  position: relative;
}
.infoslider p {
  display: inline;
}
.infoslider .slider-wrap {
  position: relative;
}
.infoslider .item {
  text-align: left;
  padding: 50px;
}
.infoslider .item:hover {
  color: #E30015;
}
.infoslider .item:hover p {
  color: #E30015;
}
.infoslider .item:hover h5 {
  color: #E30015;
}
.infoslider .slick-prev {
  position: absolute;
  font-size: 0px;
  border: none;
  width: 16px;
  height: 28px;
  top: 50%;
  margin-top: -14px;
  z-index: 100;
  left: -20px;
  background: url("../img/Pfeil-red-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.infoslider .slick-prev:hover {
  background: url("../img/Pfeil-hover-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.infoslider .slick-next {
  position: absolute;
  font-size: 0px;
  border: none;
  width: 16px;
  height: 28px;
  top: 50%;
  margin-top: -14px;
  z-index: 100;
  right: -20px;
  background: url("../img/Pfeil-red-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.infoslider .slick-next:hover {
  background: url("../img/Pfeil-hover-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section.waves.mask_textimagebox {
  height: 500px;
  overflow: hidden;
}
.section.waves.mask_textimagebox .contentbox-inner-wrap {
  height: 400px;
}
.section.waves.mask_textimagebox .contentbox.image {
  max-height: 540px;
  display: inline-block;
  overflow: hidden;
  padding: 0px;
  height: 100%;
  height: 540px;
}

.mask_textimagebox .contentbox {
  width: 100% !important;
}
.mask_textimagebox .tablecell.first_onmobile {
  display: table-cell;
  float: left;
  width: 50%;
  vertical-align: top;
}
.mask_textimagebox .tablecell.second_onmobile {
  display: table-cell;
  float: left;
  width: 50%;
  vertical-align: top;
}

.focuspoint {
  overflow: hidden;
  position: relative;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: none;
  overflow: hidden;
  width: 100%;
}
.focuspoint img {
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.news-latest-container {
  padding: 0;
  width: 80%;
  display: inline-block;
  margin: 0 auto;
}

.news-latest-category {
  color: #330300;
  float: left;
  font-family: "droid-sans", sans-serif;
  padding: 13px 20px 12px 20px;
  text-align: left;
  width: 100%;
  font-size: 13px;
}

.news-latest-item {
  background: white none repeat scroll 0 0;
  height: auto;
  position: relative;
}
.news-latest-item:nth-child(3n) {
  margin: 0 0 2%;
}
.news-latest-item img {
  height: auto;
  width: 100%;
}

.news-latest-img {
  padding: 0 20px;
}

.news-latest-item-padding {
  display: block;
  padding: 0 20px;
  margin-top: 20px;
}
.news-latest-item-padding h5 {
  font-size: 20px;
  line-height: 26px;
  color: #330300;
  font-weight: bold;
  font-family: "droid-sans", sans-serif;
  padding: 0;
}
.news-latest-item-padding p {
  color: #330300;
  font-family: "droid-sans", sans-serif;
}

.news-latest-morelink {
  margin: 10px 0 30px 0;
}
.news-latest-morelink .btn.c2a::after {
  display: none;
}

.section.mask_news {
  background-color: #f2eddf;
  padding: 50px 0px 100px 0px;
}

.mask_introbox h1 {
  text-shadow: 0px 3px 5px #444;
}
.mask_introbox h4 {
  text-shadow: 0px 3px 5px #444;
}
.mask_introbox .contentbox-inner-wrap {
  display: block;
  margin-top: 50px;
  min-height: 450px;
  height: 450px;
}
.mask_introbox .contentbox-inner-wrap .playbutton {
  margin-top: 1em;
  font-size: 200%;
}

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

.mask_introbox.section.waves {
  margin-bottom: -35px;
}
.mask_introbox.section.waves:after {
  z-index: 0;
}

.mask_twocolumnbox {
  padding: 50px;
}
.mask_twocolumnbox .tablecell .contentbox {
  text-align: left;
}

.mask_twocolumnbox.section.grid-2 {
  max-width: 1400px;
}

.mask_twocolumnbox.grid-2 .tablecell {
  float: left;
  width: 50%;
  text-align: left;
}
.mask_twocolumnbox.grid-2 .tablecell.left {
  padding-right: 30px;
}
.mask_twocolumnbox.grid-2 .tablecell.right {
  padding-left: 30px;
}
.mask_twocolumnbox.grid-2 .mask_imageslider {
  width: 100%;
  padding: 0px !important;
}
.mask_twocolumnbox.grid-2 .contentbox {
  width: 100% !important;
  display: inline-block;
}
.mask_twocolumnbox.grid-2 .mask_ansprechpartner {
  width: 100%;
  padding: 0px;
}

.mask_ansprechpartner {
  width: 50%;
  padding: 0 20px;
}
.mask_ansprechpartner .focuspoint-container {
  height: 350px;
  margin: 20px 0px;
}

#menu {
  display: inline-block;
  float: right;
  position: relative;
  top: 40px;
}
#menu ul li {
  list-style: none;
  float: left;
}
#menu ul li:before {
  padding-right: 0px;
  content: "";
}
#menu ul li a {
  color: #330300;
  font-weight: normal;
}
#menu ul li a:hover {
  color: #E30015;
}
#menu ul li a.mouseover {
  color: #E30015;
}
#menu ul li.active > a {
  color: #E30015;
}
#menu .level-1 > li.last a {
  color: #FFFFFF;
  background-color: #AF0B12;
  text-decoration: none;
  font-family: "droid-sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 9px 24px;
  border-radius: 20px;
  transition: all 350ms ease 0s;
  margin-left: 20px;
}
#menu .level-1 > li.last a:hover {
  background-color: #E30015;
  transition: all 350ms ease 0s;
}
#menu .level-1 > li.last a:focus {
  background-color: #E30015;
  transition: all 350ms ease 0s;
}
#menu .level-1 > li.last a:active {
  background-color: #E30015;
  transition: all 350ms ease 0s;
}
#menu .level-1 > li {
  padding-bottom: 30px;
  z-index: 100;
}
#menu .level-1 > li:hover .level-2 {
  display: block;
}
#menu .level-1 li .level-2 {
  background: #fff;
  padding: 0px 30px;
  margin-top: 14px;
  padding: 30px 0px;
  left: 50%;
  display: none;
  position: absolute;
  margin-bottom: 25px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
#menu .level-1 li .level-2:after {
  top: -28px;
  left: 50%;
  margin-left: -14px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 14px;
  transform: rotate(180deg);
}
#menu .level-1 li .level-2:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 28px;
  height: 28px;
  top: -10px;
  z-index: -1;
  left: 50%;
  margin-left: -14px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
#menu .level-1 li .level-2 li {
  position: relative;
  white-space: nowrap;
  width: 100%;
}
#menu .level-2 {
  float: left;
  text-align: center;
}
#menu .level-2 li:before {
  padding: 0px;
}

.mm-menu {
  width: 100%;
  background: #f2eddf;
  margin-top: 0px;
}
.mm-menu .level-1 > li.last {
  text-align: center;
}
.mm-menu .level-1 > li.last a {
  color: #FFFFFF;
  background-color: #AF0B12;
  text-decoration: none;
  font-family: "droid-sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 9px 24px;
  border-radius: 20px;
  transition: all 350ms ease 0s;
  float: none;
  display: inline-block;
  margin: 50px auto;
}
.mm-menu .level-1 > li.last a:hover {
  background-color: #E30015;
  transition: all 350ms ease 0s;
}
.mm-menu .level-1 > li.last a:focus {
  background-color: #E30015;
  transition: all 350ms ease 0s;
}
.mm-menu .level-1 > li.last a:active {
  background-color: #E30015;
  transition: all 350ms ease 0s;
}
.mm-menu .level-1 > li.last:hover {
  background: none;
}
.mm-menu ul li {
  float: left;
  width: 100%;
}
.mm-menu ul li:before {
  content: "";
}
.mm-menu ul li::before {
  padding: 0px;
}
.mm-menu > .mm-panel {
  margin-top: 115px;
}
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0;
}
.mm-menu .nav > li:focus {
  background: none;
}
.mm-menu .nav > li:hover {
  background: rgba(255, 255, 255, 0.65);
}
.mm-menu .mm-listview > li::after {
  background: none;
  border: none;
}
.mm-menu .mm-listview > li.mm-selected > a {
  color: #AF0B12;
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next) {
  background: #FFFFFF;
}
.mm-menu .mm-listview > li.mm-selected > span {
  background: #FFFFFF;
}
.mm-menu .mm-navbar {
  border: none;
}
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 55px;
}

.navbar-default {
  background-color: #FFFFFF;
  border: none;
  position: relative;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #330300;
}

.pageheader {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.navbar-inner {
  margin: auto;
  padding: 0 50px;
  display: inline-block;
  width: 100%;
}

.navbar {
  height: 115px;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  display: block;
}
.navbar:after {
  content: "";
  height: 10px;
  background-image: url("../img/Trenner-Top.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  bottom: -35px;
  width: 100%;
  z-index: 10;
}

.nav > li > a {
  padding: 10px 25px;
}
.nav > li > a:focus {
  background: none;
}
.nav > li > a:hover {
  background: none;
}

.mm-arrow::after {
  border: none;
  bottom: 0;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(0deg);
  width: 28px;
  height: 28px;
  background: url("../img/Pfeil-dark-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mm-next::after {
  border: none;
  bottom: 0;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(0deg);
  width: 28px;
  height: 28px;
  background: url("../img/Pfeil-dark-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mm-prev::before {
  border: none;
  bottom: 0;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(0deg);
  width: 28px;
  height: 28px;
  background: url("../img/Pfeil-dark-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mm-listview > li:not(.mm-divider):after {
  left: 0px;
}
.mm-listview > li > a {
  padding: 21px 10px 21px 30px;
  color: #330300;
  font-size: 22px;
  font-weight: normal;
}
.mm-listview > li > span {
  padding: 21px 10px 21px 30px;
  color: #330300;
  font-size: 22px;
  font-weight: normal;
}
.mm-listview .mm-next {
  width: 100%;
}
.mm-listview .mm-next::before {
  border: none;
}

.mm-navbar {
  height: 62px;
}
.mm-navbar > * {
  display: block;
  padding: 21px 0;
}
.mm-navbar .mm-btn {
  height: 62px;
}
.mm-navbar .mm-prev {
  width: 100%;
}

.mm-title {
  color: #330300;
  font-size: 22px;
  font-weight: normal;
}

#mm-blocker {
  background-color: rgba(242, 237, 223, 0.65);
}

.navbar-toggle {
  border: none;
  background: transparent !important;
  margin: 0px;
  position: absolute;
  right: 20px;
  top: 30px;
  padding: 0px;
  border: 0px;
}
.navbar-toggle .icon-bar {
  width: 30px;
  height: 2px;
  transition: all 0.45s;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.closed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.closed .middle-bar {
  opacity: 1;
}
.navbar-toggle.closed .bottom-bar {
  transform: rotate(0);
}

.element2cols {
  display: inline-block;
  width: 100%;
  margin: 30px 0px;
  padding: 60px 50px;
}
.element2cols .col1 {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.element2cols .col1 .mask_imageslider {
  width: 100%;
  padding: 0px;
}
.element2cols .col1 .mask_ansprechpartner {
  width: 100%;
  padding: 0px;
}
.element2cols .col2 {
  width: 50%;
  float: left;
  padding-left: 20px;
}
.element2cols .col2 .mask_imageslider {
  width: 100%;
  padding: 0px;
}
.element2cols .col2 .mask_ansprechpartner {
  width: 100%;
  padding: 0px;
}
.element2cols .col-1 {
  width: 33.33333%;
  float: left;
}
.element2cols .col-1 img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: block;
}
.element2cols .col-2 {
  width: 33.33333%;
  float: left;
}
.element2cols .col-2 img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: block;
}
.element2cols .col-3 {
  width: 33.33333%;
  float: left;
}
.element2cols .col-3 img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: block;
}

.frame-layout-1 {
  max-width: 60%;
  margin: 0 auto;
}

.col1.col.content-inner {
  display: inline-block;
  float: left;
  padding: 50px 0px;
  width: 100%;
}

.element-80-left {
  text-align: left;
  margin: 0 auto;
  margin: 0 auto;
}
.element-80-left .content-inner {
  padding: 50px 0px;
  display: inline-block;
  float: left;
  width: 100%;
}
.element-80-left .element2cols {
  padding: 0px;
}

.element-80-middle {
  margin: 0 auto;
}
.element-80-middle .content-inner {
  padding: 50px 0px;
  display: inline-block;
  float: left;
  width: 100%;
}
.element-80-middle .element2cols {
  padding: 0px;
}

.donateinfo {
  width: 50%;
  float: left;
  padding: 10px 20px;
}
.donateinfo .btn.c2a.wide {
  padding: 9px;
  width: 100%;
}

.popup-content {
  background: #fff none repeat scroll 0 0;
  width: 100%;
  padding: 50px;
  display: none;
}

.mfp-content {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
}
.mfp-content .popup-content {
  display: block;
}

.modal-header {
  border: none;
  padding: 30px;
}
.modal-header .close {
  margin: 0px;
  width: 25px;
  height: 25px;
  opacity: 1;
  background-image: url("../img/Close-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.modal-header .close:hover {
  background-image: url("../img/Close-hover.svg");
}

.modal-dialog {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
}

.modal-content {
  border-radius: 0px;
  background-color: #f2eddf;
}

.modal-body {
  width: 100%;
  padding: 10px 50px 50px 50px;
  text-align: left;
}
.modal-body img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.tx-powermail {
  width: 60%;
  margin: 50px auto;
}
.tx-powermail input.submit {
  -webkit-appearance: button;
  cursor: pointer;
  background-color: #79130b;
  color: #fff;
  font-weight: bold;
  transition: all 350ms ease 0s;
}
.tx-powermail input.submit:hover {
  background-color: #E30015;
  transition: all 350ms ease 0s;
}
.tx-powermail input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  background-color: #79130b;
  color: #fff;
  font-weight: bold;
  transition: all 350ms ease 0s;
}
.tx-powermail input[type=submit]:hover {
  background-color: #E30015;
  transition: all 350ms ease 0s;
}
.tx-powermail input[type=submit]:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.tx-powermail.loginform {
  width: auto;
  margin: 0;
}

.form-horizontal .control-label {
  text-align: left;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.form-horizontal input {
  max-width: 400px;
}

fieldset {
  border: 0px;
  margin: 30px 0px 0px 0px;
  padding: 0px;
}

legend {
  display: none;
}

.powermail_reset {
  color: #555 !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}

.powermail_fieldset_7 .powermail_fieldwrap_hinweis {
  text-align: left;
}
.powermail_fieldset_7 .powermail_fieldwrap_datenschutz {
  text-align: left;
}

input.parsley-error {
  border: 1px solid #E30015;
}

.powermail_field_error {
  border: 1px solid #E30015;
}

.radio.parsley-error label {
  color: #E30015;
}

#powermail_field_iban {
  text-transform: uppercase;
}

#powermail_field_land {
  width: 100%;
  height: 40px;
  padding: 3px 5px 5px 5px;
}

.tx-go-maps-ext {
  margin-bottom: 30px;
  padding: 50px 0px;
}

.mask_teaserbox.grid-1 .btn.c2a {
  float: right;
  color: #79130B;
}
.mask_teaserbox.grid-1 .btn.c2a:hover {
  color: #FFFFFF;
}

.news-single .social {
  display: none;
}
.news-single .article .news-img-wrap {
  float: right;
  margin: 0px;
  width: 100%;
}

.ce-textpic {
  margin-bottom: 30px;
}

.ce-textpic.ce-center .ce-gallery {
  text-align: center;
}

#pageloader {
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background: #ffffff;
}

.downloadlist {
  margin: 0 0 30px;
  padding: 0 2rem;
}
.downloadlist .downloadlist__element {
  position: relative;
  margin: 0 0 10px;
  padding: 3px 0 0 30px;
}
.downloadlist .downloadlist__element:before {
  content: "\e811";
  position: absolute;
  top: 0;
  left: 1px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 180%;
}
.downloadlist .downloadlist__element--pdf:before {
  content: "\e800";
}
.downloadlist .downloadlist__element--png:before {
  content: "\e804";
}
.downloadlist .downloadlist__element--tif:before {
  content: "\e804";
}
.downloadlist .downloadlist__element--gif:before {
  content: "\e804";
}
.downloadlist .downloadlist__element--jpg:before {
  content: "\e804";
}
.downloadlist .downloadlist__element--doc:before {
  content: "\e801";
}
.downloadlist .downloadlist__element--docx:before {
  content: "\e801";
}
.downloadlist .downloadlist__element--odt:before {
  content: "\e801";
}
.downloadlist .downloadlist__element--rtf:before {
  content: "\e801";
}
.downloadlist .downloadlist__element--xls:before {
  content: "\e802";
}
.downloadlist .downloadlist__element--xlsx:before {
  content: "\e802";
}
.downloadlist .downloadlist__element--csv:before {
  content: "\e802";
}
.downloadlist .downloadlist__element--xml:before {
  content: "\e802";
}
.downloadlist .downloadlist__element--odp:before {
  content: "\e803";
}
.downloadlist .downloadlist__element--ppt:before {
  content: "\e803";
}
.downloadlist .downloadlist__element--pptx:before {
  content: "\e803";
}
.downloadlist .downloadlist__element--zip:before {
  content: "\e805";
}
.downloadlist .downloadlist__element--rar:before {
  content: "\e805";
}
.downloadlist .downloadlist__element--7z:before {
  content: "\e805";
}
.downloadlist .downloadlist__element--tar:before {
  content: "\e805";
}
.downloadlist .downloadlist__element--wav:before {
  content: "\e806";
}
.downloadlist .downloadlist__element--mp3:before {
  content: "\e806";
}
.downloadlist .downloadlist__element--ogg:before {
  content: "\e806";
}
.downloadlist .downloadlist__element--mp4:before {
  content: "\e807";
}
.downloadlist .downloadlist__element--flv:before {
  content: "\e807";
}
.downloadlist .downloadlist__element--mpeg:before {
  content: "\e807";
}
.downloadlist .downloadlist__element--mpg:before {
  content: "\e807";
}
.downloadlist .downloadlist__element--avi:before {
  content: "\e807";
}
.downloadlist .downloadlist__element--webm:before {
  content: "\e807";
}
.downloadlist .downloadlist__element--mov:before {
  content: "\e807";
}

.imagegallery {
  max-width: 100%;
  margin: 0 0 1.5em;
}
.imagegallery .slick-slider {
  padding: 0px;
}
.imagegallery .imagegallery__navbar {
  display: table;
  width: 100%;
  margin: 0 0 0.7em;
}
.imagegallery .imagegallery__navbar .fontello-icon-angle-left:before {
  width: auto;
  margin: 0 0.5em 0 0;
}
.imagegallery .imagegallery__navbar .fontello-icon-angle-right:before {
  width: auto;
  margin: 0 0 0 0.5em;
}
.imagegallery .imagegallery__navbar a {
  display: inline-block;
  padding: 0.3em 0.5em;
  line-height: 1;
  background-color: #edf0f3;
}
.imagegallery .imagegallery__navbar a:hover {
  background-color: #e1e4e7;
}
.imagegallery .imagegallery__navbar a:focus {
  background-color: #e1e4e7;
}
.imagegallery .imagegallery__navbar > .col {
  display: table-cell;
  vertical-align: baseline;
}
.imagegallery .imagegallery__navbar > .col.counter {
  text-align: center;
  font-weight: 600;
}
.imagegallery .imagegallery__navbar > .col.nextlink {
  text-align: right;
}
.imagegallery .imagegallery__mainimage {
  margin: 0 0 0.7em;
}
.imagegallery .imagegallery__mainimage figure {
  position: relative;
  margin: 0;
}
.imagegallery .imagegallery__mainimage figure figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.7em 0.9em;
  background-color: rgba(255, 255, 255, 0.75);
}
.imagegallery .imagegallery__mainimage img {
  height: auto;
  max-width: 100%;
}
.imagegallery .imagegallery__thumbnails .entry img {
  border: 1px solid transparent;
}
.imagegallery .imagegallery__thumbnails .entry.slick-slide {
  cursor: pointer;
}
.imagegallery .imagegallery__thumbnails .entry.slick-slide:hover img {
  border-color: #111;
}
.imagegallery .imagegallery__thumbnails .entry.slick-slide.slick-current {
  cursor: default;
  opacity: 0.5;
}

.imagegallery.loading .imagegallery__mainimage .entry {
  display: none;
}
.imagegallery.loading .imagegallery__thumbnails .entry {
  display: none;
}

.contentbox.size-auto .contentbox-inner-wrap {
  height: auto;
}

.logoutbox input {
  display: inline-block;
  width: auto;
  margin-top: 10px;
}

.powermail_fieldwrap_datenschutz .powermail_label {
  display: none;
}
.powermail_fieldwrap_datenschutz .checkbox label {
  font-weight: inherit;
  font-size: 14px;
  line-height: inherit;
}
.powermail_fieldwrap_datenschutz .checkbox label a {
  font-size: 14px;
  line-height: inherit;
}
.powermail_fieldwrap_datenschutz .checkbox input[type=checkbox] {
  width: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: auto;
}

.pressgallery {
  margin: 0 0 20px -20px;
  font-size: 0;
  box-sizing: border-box;
}
.pressgallery .pressgallery__entry {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 232px;
  padding: 0 0 20px 20px;
  box-sizing: border-box;
}
.pressgallery .pressgallery__entry .pressgallery__entry__image {
  margin: 0 0 8px;
}
.pressgallery .pressgallery__entry .pressgallery__entry__image img {
  max-width: 100%;
  height: auto;
}
.pressgallery .pressgallery__entry .pressgallery__entry__text a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  word-wrap: break-word;
}
.pressgallery .pressgallery__entry .pressgallery__entry__text .filesize {
  white-space: nowrap;
  font-weight: normal;
}

.cookiehint input[type=checkbox] {
  display: inline-block;
  font-size: inherit;
  height: auto;
  line-height: inherit;
  padding: 0;
  margin: 0;
  width: auto;
}
.cookiehint a {
  font-size: 14px;
  line-height: 20px;
}
.cookiehint p {
  font-size: 14px;
  line-height: 20px;
}

.cookieconsent__mediaoverlay {
  z-index: 500;
}
.cookieconsent__mediaoverlay a {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}
.cookieconsent__mediaoverlay p {
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}

.button {
  padding: 0.4em 0.6em;
  text-decoration: none;
}

.button.button--primary {
  color: #fff;
  background-color: #AF0B12;
}

.embedvideo {
  position: relative;
  max-width: 100%;
}
.embedvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
}

.mediawrap {
  max-width: 100%;
  margin: 0 0 1em;
}

.mediawrap.mediawrap--align-8 {
  margin-right: auto;
  margin-left: auto;
}

.mediawrap.mediawrap--align-0 {
  margin-right: auto;
  margin-left: auto;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1200px;
}

.lbmessage .mfp-content {
  max-width: 500px;
  margin: 0 auto;
  padding: 2em 1em 1.5em;
  background-color: #fff;
}
.lbmessage .lbbuttons {
  margin-top: 1em;
  text-align: center;
}

.playbutton {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  text-align: center;
  line-height: 2em;
  font-size: 180%;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.75);
}
.playbutton span:before {
  position: relative;
  left: 0.1em;
  width: auto;
  margin: 0;
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 42px;
  }
  h2 {
    font-size: 35px;
    line-height: 42px;
  }
  h3 {
    font-size: 25px;
    line-height: 32px;
  }
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
  a {
    font-size: 14px;
    line-height: 20px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .row.links .ce-textpic p {
    width: 40%;
    float: left;
  }
  .footer .row.links .ce-textpic p:nth-child(2n) {
    width: 60%;
  }
  .footer .row.links a:not(.btn) {
    padding: 0px;
  }
  .footer .row.links a.startseite {
    padding: 0px 0px 0px 20px;
    float: right;
    padding: 0px 20px 0px 50px;
    float: left;
  }
  .footer .row.links a.ansprechpartner {
    padding: 0px 20px 0px 0px;
    float: left;
    padding: 0px 20px 0px 50px;
    float: left;
  }
  .footer .row.links a.jobs {
    padding: 0px 0px 0px 20px;
    float: right;
    padding: 0px 20px 0px 50px;
    float: left;
  }
  .footer .row.links a.facebook {
    padding: 0px 20px 0px 40px;
    float: left;
  }
  .footer .row.links a.facebook:before {
    background-position: left -8px center;
  }
  .footer .row.links a.instagram {
    padding: 0px 20px 0px 40px;
    float: left;
  }
  a.download {
    padding: 0px;
    padding-left: 25px;
  }
  a.download:before {
    width: 32px;
    height: 20px;
  }
  .section.waves.grid-1 .contentbox {
    padding: 40px 0px;
  }
  .section.waves.grid-1 .contentbox .contentbox-inner {
    padding: 20px;
    display: inline-block;
    width: 100%;
  }
  .section.waves.grid-1 .contentbox .contentbox-link {
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  .contentbox {
    padding: 30px 0px;
  }
  .contentbox-inner-wrap {
    height: 300px;
  }
  .contentbox-inner {
    width: 100%;
    padding: 20px;
  }
  .textslider .item {
    padding: 20px;
  }
  .mask_imageslider {
    padding: 20px 0px;
  }
  .mask_imageslider .slider-text {
    padding: 0px 20px;
  }
  .section.wavescolor .contentbox {
    padding: 40px 0px;
  }
  .infoslider .item {
    padding: 20px;
  }
  .section.waves.mask_textimagebox .contentbox-inner-wrap {
    height: 200px;
  }
  .section.waves.mask_textimagebox .contentbox.image {
    height: 300px;
    height: 300px;
  }
  .news-latest-item {
    width: 100%;
    margin: 2% 0;
  }
  .news-latest-item:nth-child(3n) {
    margin: 2% 0;
  }
  .news-latest-item:nth-child(2n) {
    margin: 2% 0;
  }
  .news-latest-item-padding {
    padding: 0 40px 0 20px;
  }
  .news-latest-item-padding h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .news-latest-item-padding p {
    display: none;
  }
  .news-latest-morelink .btn.c2a {
    background: none;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0;
    font-size: 0px;
    background-color: transparent;
    transition: none;
  }
  .news-latest-morelink .btn.c2a::after {
    background: url("../img/Pfeil-red-right.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: "";
    width: 22px;
    height: 22px;
    bottom: 24px;
    right: 15px;
    position: absolute;
    display: block;
  }
  .section.mask_news {
    padding: 20px 0px 30px 0px;
  }
  .section-categorie .section.mask_news {
    background-color: #f2eddf;
    padding: 10px 0px 0 0px;
  }
  .mask_introbox .contentbox-inner-wrap {
    margin-top: 30px;
    min-height: 300px;
    height: auto;
  }
  .mask_introbox.section.waves {
    margin-bottom: -10px;
  }
  .mask_twocolumnbox {
    padding: 20px;
  }
  .mask_twocolumnbox.grid-2 .tablecell.left {
    padding-right: 0px;
  }
  .mask_twocolumnbox.grid-2 .tablecell.right {
    padding-left: 0px;
  }
  .mask_ansprechpartner {
    width: 100%;
  }
  .mm-menu > .mm-panel {
    margin-top: 100px;
  }
  .element2cols {
    padding: 0px 20px;
  }
  .col1.col.content-inner {
    padding: 20px 0px;
  }
  body#page-116 h2 {
    font-size: 3.5rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .donateinfo {
    width: 100%;
  }
  .donateinfo .btn.c2a.wide {
    width: 100%;
    max-width: 100%;
  }
  .modal-header {
    padding: 20px 20px 10px 20px;
  }
  .modal-dialog {
    width: 100%;
    padding: 20px;
  }
  .modal-body {
    padding: 20px;
  }
  .tx-powermail {
    width: 100%;
  }
  .element-80-left {
    padding: 0px 20px;
  }
  .element-80-middle {
    padding: 0px 20px;
  }
  .mask_teaserbox.grid-1 .btn.c2a {
    float: none;
  }
  .news {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 65%;
  }
  .footer_container.container {
    width: 80%;
  }
  .contentbox-inner {
    width: 65%;
  }
  .element-80-left {
    width: 65%;
  }
  .element-80-middle {
    width: 65%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .container {
    width: 80%;
  }
  .contentbox-inner {
    width: 80%;
  }
  .element-80-left {
    width: 80%;
  }
  .element-80-middle {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
  .footer .metacontainer a {
    margin: 10px;
    display: inline-block;
  }
  .footer .metacontainer p {
    display: block;
  }
  .footer .row.address {
    padding: 0 20px;
  }
  a.download {
    padding-left: 30px;
  }
  a.download:before {
    width: 38px;
    height: 24px;
  }
  .footer-inner.left {
    padding: 0px;
  }
  .footer-inner.right {
    padding: 0px;
  }
  #page {
    margin-top: 80px;
  }
  .logo {
    width: 60px;
    height: 60px;
    margin: 10px auto;
    display: block;
    position: relative;
    float: left;
    left: 0px;
  }
  .section.waves.grid-1 .contentbox {
    padding: 60px 0px;
  }
  .section.waves.grid-1 .contentbox .contentbox-inner {
    padding-left: 20px;
  }
  .section.waves.grid-1 .contentbox .contentbox-link {
    padding-left: 20px;
  }
  .section.waves.grid-2 .contentbox {
    width: 100%;
  }
  .contentbox-inner-wrap {
    height: 400px;
  }
  .cols-two h5 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .cols-two p {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .cols-three h5 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .cols-three p {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .textslider .item {
    padding: 40px 0px;
  }
  .mask_imageslider {
    width: 100%;
  }
  .section.wavescolor .contentbox {
    padding: 50px 0px;
  }
  .section.waves.mask_textimagebox {
    height: auto;
  }
  .section.waves.mask_textimagebox .contentbox-inner-wrap {
    height: 300px;
  }
  .section.waves.mask_textimagebox .contentbox.image {
    height: 400px;
    height: 400px;
  }
  .mask_textimagebox .tablecell.first_onmobile {
    width: 100%;
    display: table-header-group;
  }
  .mask_textimagebox .tablecell.second_onmobile {
    width: 100%;
    display: table-footer-group;
  }
  .section.mask_news {
    padding: 30px 0px 50px 0px;
  }
  .mask_introbox .contentbox-inner-wrap {
    margin-top: 50px;
    min-height: 400px;
    height: auto;
  }
  .mask_introbox.section.waves {
    margin-bottom: -20px;
  }
  .mask_twocolumnbox.grid-2 .tablecell {
    width: 100%;
  }
  .navbar-inner {
    height: 80px;
    padding: 0 20px;
  }
  .navbar {
    height: 80px;
    padding: 0px;
  }
  .navbar-toggle {
    top: 30px;
    right: 20px;
  }
  .element2cols {
    padding: 30px 20px;
  }
  .element2cols .col1 {
    width: 100%;
    width: 100%;
    padding-right: 0px;
  }
  .element2cols .col2 {
    width: 100%;
    width: 100%;
    padding-left: 0px;
  }
  .element2cols .col-1 {
    width: 100%;
    float: none;
  }
  .element2cols .col-2 {
    width: 100%;
    float: none;
  }
  .element2cols .col-3 {
    width: 100%;
    float: none;
  }
  .frame-layout-1 {
    max-width: 80%;
  }
  .col1.col.content-inner {
    padding: 30px 20px;
  }
  .modal-dialog {
    width: 90%;
    padding: 20px;
  }
  .tx-powermail {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .footer .row.address > .col--logos {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .news-latest-container {
    width: 100%;
    padding: 20px;
  }
  .news-latest-item {
    width: 49%;
  }
  .news-latest-item:nth-child(3n) {
    margin: 0 2% 2% 0;
  }
  .news-latest-item:nth-child(2n) {
    margin: 0 0 2%;
  }
  #menu {
    display: none;
  }
  .navbar-toggle {
    display: block;
    top: 50px;
    right: 50px;
  }
}