@charset "UTF-8";
@font-face {
  font-family: "Source Regular";
  src: url("../../../../fonts/SourceSerifPro-Regular.otf.woff") format("woff");
}
@font-face {
  font-family: "Source Bold";
  src: url("../../../../fonts/SourceSerifPro-Bold.otf.woff") format("woff");
}
@font-face {
  font-family: "Source Regular";
  src: url("../../../../fonts/SourceSerifPro-Regular.otf.woff") format("woff");
}
@font-face {
  font-family: "Source Bold";
  src: url("../../../../fonts/SourceSerifPro-Bold.otf.woff") format("woff");
}
body {
  background-color: #eaeaea;
}

.maincontent {
  background-color: #fff;
}

.footerinformationen {
  background: #e30613;
}

.fussleiste {
  color: #fff;
  padding: 0;
  background: #e30613;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: #111;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

b, strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

::selection {
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  min-height: 100%;
  overflow-x: hidden;
}

.page-wrapper {
  margin: 0 auto;
  max-width: 80rem;
  position: relative;
}

.content-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%;
}

.maincontent {
  margin-top: 5.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
}
.maincontent:before, .maincontent:after {
  content: "";
  /* 1 */
  display: table;
  /* 2 */
}
.maincontent:after {
  clear: both;
}

@media only screen and (min-width: 50rem) {
  .maincontent {
    margin-top: 7.5rem;
  }
}
section:before, section:after,
footer:before,
footer:after {
  content: "";
  /* 1 */
  display: table;
  /* 2 */
}
section:after,
footer:after {
  clear: both;
}

.container-inner {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
}
.container-inner:before, .container-inner:after {
  content: "";
  /* 1 */
  display: table;
  /* 2 */
}
.container-inner:after {
  clear: both;
}

.container-margin {
  position: relative;
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
  width: 91.6666666667%;
}

.loader {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  background: #fff;
  opacity: 0;
  transition: opacity 0.5s;
}

.loader:after {
  content: "";
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 50%;
  margin: -1.5rem 0 0 -1.5rem;
  width: 3rem;
  height: 3rem;
  border-left: 2px solid #e30613;
  border-right: 2px solid transparent;
  border-top: 2px solid #e30613;
  border-bottom: 2px solid #e30613;
  border-radius: 50%;
  animation: rotateLoader 1.5s linear infinite;
}

@keyframes rotateLoader {
  100% {
    transform: rotate(360deg);
  }
}
.loading .loader {
  pointer-events: auto;
  opacity: 1;
}

body {
  font-family: "Source Bold", sans-serif;
  color: #111;
  font-weight: normal;
}

h1 {
  font-family: "Source Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
}

h2 {
  font-family: "Source Bold", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}

p,
li,
h3 {
  font-family: "Source Regular", sans-serif;
}

input,
textarea,
label {
  font-family: "Source Bold", sans-serif;
}

p,
li,
h3,
input,
textarea,
label {
  font-size: 0.9rem;
  line-height: 1.5;
}

p,
li {
  -webkit-hyphens: auto;
  hyphens: auto;
}

h3 {
  font-weight: normal;
}

strong {
  font-weight: normal;
}

em {
  font-style: italic;
}

.textbild__element ul {
  list-style: none inside;
}

.textbild__element ul li {
  padding: 0 0 0 1em;
  position: relative;
}

.textbild__element ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #e30613;
}

.textbild__element ol {
  counter-reset: li;
}

.textbild__element ol li {
  padding: 0 0 0 2em;
  position: relative;
}

.textbild__element ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  color: #e30613;
  position: absolute;
  left: 0;
  top: 0;
}

.textbild__element__text a {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.textbild__element__text a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 95%;
  width: 100%;
  display: block;
  height: 1px;
  background: #e30613;
}

.no-touchevents .textbild__headline a:hover,
.textbild__headline a:active {
  color: #e30613;
}

@media only screen and (min-width: 40rem) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  p,
input,
textarea,
label,
li,
h3 {
    font-size: 1.1rem;
  }
}
.text--marginal {
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}

.text--color-1 {
  color: #e30613;
}

.text--color-2 {
  color: #fdc9a1;
}

@media only screen and (min-width: 50rem) {
  .text--highlight-1 {
    color: #fff;
    background-color: #e30613;
    padding: 0.6rem 0;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 0.6rem 0 0 #e30613, -0.6rem 0 0 #e30613;
  }

  .text--highlight-2 {
    color: #fff;
    background-color: #fdc9a1;
    padding: 0.6rem 0;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 0.6rem 0 0 #fdc9a1, -0.6rem 0 0 #fdc9a1;
  }
}
.button--1,
.button--2,
.button--3 {
  font-family: "Source Bold", sans-serif;
  display: inline-block;
  padding: 0.6em 0.8em 0.5em;
  margin: 0 0 2em;
  border: 1px solid #e30613;
  border-radius: 0.3em;
  transition: all 0.3s;
  cursor: pointer;
}

.no-touchevents .button--1:hover,
.button--1:active {
  color: #e30613;
}

.button--2 {
  background: #e30613;
  color: #fff;
}

.no-touchevents .button--2:hover,
.button--2:active {
  background: #fff;
  color: #e30613;
}

.button--3 {
  border: 1px solid #ccc;
  background: #ccc;
  color: #fff;
}

.no-touchevents .button--3:hover,
.button--3:active {
  background: #fff;
  color: #ccc;
}

.loading .logo,
.loading .nav-container {
  pointer-events: none;
}

.logo {
  position: relative;
  z-index: 1100;
  float: left;
  display: block;
  width: 5rem;
  margin-top: 1rem;
  margin-left: 4.1666666667%;
  opacity: 1;
  transition: all 0.3s;
}
.logo img {
  width: 100%;
}

.no-touchevents .logo:hover,
.logo:active {
  opacity: 0.6;
  transition: opacity 0.3s;
}

@media only screen and (min-width: 50rem) {
  .logo {
    width: 8rem;
  }
}
.nav-container {
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
  max-width: 80rem;
}

.onepager:not(.startseite) .nav,
.onepager:not(.startseite) .nav__button {
  display: none;
}

.nav {
  width: 100%;
  height: 2.5rem;
  padding: 0.75rem 0;
}

.nav-container--open .nav {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.body--noscroll {
  overflow-y: hidden;
}

.nav__li--active .nav__a {
  color: #e30613;
}

.no-touchevents .nav__li:hover .nav__a,
.nav__a:active {
  color: #e30613;
}

.nav__button {
  position: fixed;
  z-index: 1500;
  right: 4.1666666667%;
  top: 1.4rem;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.4s;
  cursor: pointer;
}

.nav__button span,
.nav__button span:before,
.nav__button span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: block;
  background: #000;
  transition: all 0.4s;
}

.nav__button span {
  top: 50%;
}
.nav__button span:before {
  top: -7px;
}
.nav__button span:after {
  bottom: -7px;
}

.no-touchevents .nav-container:not(.nav-container--open) .nav__button:hover span:before {
  transform: translate3d(0, -2px, 0);
}
.no-touchevents .nav-container:not(.nav-container--open) .nav__button:hover span:after {
  transform: translate3d(0, 2px, 0);
}

.nav-container--open .nav__button span {
  transform: rotate3d(0, 0, 1, 45deg);
}
.nav-container--open .nav__button span:before, .nav-container--open .nav__button span:after {
  top: 0;
  bottom: 0;
  transform: rotate3d(0, 0, 1, 90deg);
}

@media only screen and (max-width: 70rem) {
  .nav {
    position: fixed;
    height: 100%;
    transition: transform 0.3s ease-in-out;
    transform: translate3d(0, -100%, 0);
    overflow: hidden;
    background: #fff;
  }

  .nav-container--open .nav {
    transform: translate3d(0, 0, 0);
    z-index: 1300;
  }

  .nav__ul {
    width: 100%;
    text-align: center;
    background: #fff;
  }

  .nav__li {
    border-bottom: 1px solid #eaeaea;
  }

  .nav__li:first-child {
    border-top: 1px solid #eaeaea;
  }

  .nav__a {
    font-size: 1.1rem;
    display: block;
    padding: 1rem;
  }

  .no-touchevents .nav__a:hover,
.nav__a:active {
    background: #eaeaea;
  }

  .subnav__a {
    display: block;
    padding: 0.6rem 0.75rem 0.5rem;
    border-top: 1px solid #fff;
    background: #efefef;
    font-size: 1rem;
  }

  .subnav__li--active {
    pointer-events: none;
  }

  .subnav__li--active .subnav__a {
    color: #e30613;
    pointer-events: none;
  }

  .no-touchevents .subnav__a:hover,
.subnav__a:active {
    transition: all 0.3s;
    background: #eaeaea;
    color: #e30613;
  }

  .nav-container--sticky .nav__button {
    width: 100%;
    top: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
  }
  .nav-container--sticky .nav__button span {
    width: 3rem;
    right: 1rem;
  }

  .nav-container--sticky.nav-container--open .nav__button {
    right: 4.1666666667%;
    top: 1.4rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .nav-container--sticky.nav-container--open .nav__button span {
    width: 100%;
    right: auto;
  }
}
.no-touchevents .nav-container--open .nav__button:hover,
.nav-container--open .nav__button:active {
  background: #eaeaea;
}

@media only screen and (min-width: 70rem) {
  .no-touchevents .nav-container--not-hidden {
    transition: all 0.4s;
  }
  .no-touchevents .nav-container--not-hidden.nav-container--sticky {
    position: fixed;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  }
  .no-touchevents .nav-container--not-hidden.nav-container--sticky .nav {
    padding-top: 0.75rem;
  }
  .no-touchevents .nav-container--not-hidden.nav-container--sticky.nav-container--not-hidden .nav__li {
    padding-bottom: 0.5rem;
  }
  .no-touchevents .nav-container--not-hidden .nav {
    padding-top: 2.5rem;
    transition: all 0.4s;
  }
  .no-touchevents .nav-container--not-hidden .nav__button {
    opacity: 0;
    pointer-events: none;
  }
  .no-touchevents .nav-container--not-hidden .nav__ul {
    margin-right: 4.1666666667%;
    float: right;
  }
  .no-touchevents .nav-container--not-hidden .nav__li {
    position: relative;
    float: left;
    margin-left: 2rem;
    padding-bottom: 1.5rem;
  }
  .no-touchevents .nav-container--not-hidden .nav__a {
    display: block;
    padding: 0.5rem 0;
  }
  .no-touchevents .nav-container--not-hidden .subnav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200%;
    min-width: 20rem;
    opacity: 0;
  }
  .no-touchevents .nav-container--not-hidden .subnav:before {
    content: "";
    position: absolute;
    left: 1.5rem;
    top: -0.625rem;
    width: 0;
    height: 0;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-bottom: 0.75rem solid #e30613;
  }
  .no-touchevents .nav-container--not-hidden .subnav__inner {
    height: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
    transition: height 0.3s;
    border-top: 2px solid #e30613;
  }
  .no-touchevents .nav-container--not-hidden .subnav--align-right {
    left: auto;
    right: 0;
  }
  .no-touchevents .nav-container--not-hidden .subnav--align-right:before {
    left: auto;
    right: 1.5rem;
  }
  .no-touchevents .nav-container--not-hidden .subnav__a {
    display: block;
    padding: 0.6rem 0.75rem 0.5rem;
    border-bottom: 1px solid #eaeaea;
  }
  .no-touchevents .nav-container--not-hidden .subnav__li:last-child .subnav__a {
    border-bottom: none;
  }
  .no-touchevents .nav-container--not-hidden .subnav__li--active {
    pointer-events: none;
  }
  .no-touchevents .nav-container--not-hidden .subnav__li--active .subnav__a {
    color: #e30613;
    pointer-events: none;
  }

  .no-touchevents .nav-container--not-hidden .nav__li:hover .subnav {
    opacity: 1;
  }

  .no-touchevents .nav-container--not-hidden .subnav__a:hover,
.nav-container--not-hidden .subnav__a:active {
    transition: all 0.3s;
    background: #eaeaea;
  }

  .touchevents .nav-container.nav-container--not-hidden,
.nav-container--hidden {
    position: relative;
  }
  .touchevents .nav-container.nav-container--not-hidden .nav,
.nav-container--hidden .nav {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    left: auto;
    right: 0;
    width: 33.333%;
    padding: 5rem 2.5rem;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.4s;
    transform: translate3d(110%, 0, 0);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  }
  .touchevents .nav-container.nav-container--not-hidden .nav__blende,
.nav-container--hidden .nav__blende {
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    height: 3rem;
    top: 0;
    background: #fff;
    opacity: 0;
  }
  .touchevents .nav-container.nav-container--not-hidden.nav-container--open .nav__blende, .touchevents .nav-container.nav-container--not-hidden.nav-container--sticky.nav-container--open .nav__blende,
.nav-container--hidden.nav-container--open .nav__blende,
.nav-container--hidden.nav-container--sticky.nav-container--open .nav__blende {
    height: auto;
    bottom: 0;
    opacity: 0.5;
  }
  .touchevents .nav-container.nav-container--not-hidden.nav-container--sticky .nav__blende,
.nav-container--hidden.nav-container--sticky .nav__blende {
    opacity: 1;
  }
  .touchevents .nav-container.nav-container--not-hidden.nav-container--sticky .nav__button,
.nav-container--hidden.nav-container--sticky .nav__button {
    top: 0.25rem;
    background: #fff;
  }
  .touchevents .nav-container.nav-container--not-hidden .nav__li,
.nav-container--hidden .nav__li {
    border-bottom: 1px solid #eaeaea;
  }
  .touchevents .nav-container.nav-container--not-hidden .nav__a,
.nav-container--hidden .nav__a {
    display: block;
    padding: 0.5rem 0;
  }
  .touchevents .nav-container.nav-container--not-hidden .subnav__a,
.nav-container--hidden .subnav__a {
    display: block;
    padding: 0 0 0.5rem 1.5rem;
    position: relative;
  }
  .touchevents .nav-container.nav-container--not-hidden .subnav__a:before,
.nav-container--hidden .subnav__a:before {
    content: "→";
    position: absolute;
    left: -0.1rem;
    color: #e30613;
  }
  .touchevents .nav-container.nav-container--not-hidden .subnav__li--active,
.nav-container--hidden .subnav__li--active {
    pointer-events: none;
  }
  .touchevents .nav-container.nav-container--not-hidden .subnav__li--active .subnav__a,
.nav-container--hidden .subnav__li--active .subnav__a {
    color: #e30613;
    pointer-events: none;
  }

  .no-touchevents .nav-container--hidden .subnav__a:hover {
    color: #e30613;
  }

  .nav-container--open .nav {
    transform: translate3d(0, 0, 0);
  }
}
.footerinformationen.template--textbild {
  padding-top: 2rem;
  background: #c6c6c6;
}

.fussleiste {
  color: #fff;
  padding: 0;
  background: #e30613;
}
.fussleiste .textbild__elements-container {
  padding: 0;
}
.fussleiste .textbild__element {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.fussleiste .textbild__element__text {
  margin: 0;
}
.fussleiste a {
  color: #fff;
  position: relative;
}
.fussleiste a:after {
  content: "";
  position: absolute;
  top: 110%;
  width: 100%;
  left: 0;
  height: 1px;
  background: none;
}

.no-touchevents .fussleiste a:hover,
.fussleiste a:active {
  color: #fff !important;
}
.no-touchevents .fussleiste a:hover:after,
.fussleiste a:active:after {
  background: #fff;
}

.news-uebersicht {
  border-top: 1px solid #eaeaea;
  position: relative;
}

.news-uebersicht__kategorien {
  padding: 1.2rem 1.5rem 1rem;
  overflow: hidden;
  background: #eaeaea;
  text-align: center;
}
.news-uebersicht__kategorien h3 {
  display: inline-block;
  margin: 0 1rem 0 0;
}
.news-uebersicht__kategorien ul {
  display: inline-block;
}

.news-uebersicht__kategorien__li {
  position: relative;
  display: inline-block;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.news-uebersicht__kategorien__li:before {
  content: "";
  position: relative;
  top: 0.1rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #fff;
  margin: 0 0.25rem 0 0;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.25rem #ccc;
  background: #fff;
}
.news-uebersicht__kategorien__li.news-uebersicht__kategorien__li--checked:before {
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBvbHlsaW5lIGZpbGw9IiNGRkZGRkYiIHN0cm9rZT0iIzFEMUQxQiIgc3Ryb2tlLXdpZHRoPSI0IiBwb2ludHM9IjEsMTIgNywyMiAyMiwxIi8+PC9zdmc+DQo=");
}

.news__headline {
  padding: 2rem 0 1rem;
  text-align: center;
}

@media only screen and (min-width: 70rem) {
  .news__headline {
    padding: 2rem 0;
  }
}
.news__masonry {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news-entry {
  border-top: 1px solid #eaeaea;
}
.news-entry .template--textbild:first-child {
  padding-top: 2rem;
}

.news-teaser {
  transition: opacity 0.4s;
}

.news-teaser__date {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}

.news-teaser__kategorien {
  margin-bottom: 0.5rem;
}

.news-teaser__kategorien li {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  display: inline-block;
}
.news-teaser__kategorien li:after {
  content: "|";
  margin: 0 0.5rem;
  color: #eaeaea;
}
.news-teaser__kategorien li:last-child:after {
  content: "";
}

.news-teaser h3 {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 0.7rem;
}

.no-touchevents .news-teaser a:hover,
.news-teaser a:active {
  color: #e30613;
}

.news-teaser__weiter {
  display: inline-block;
  padding: 0.5rem 0.75rem 0.4rem;
  margin: 1.5rem 0 0;
  border: 1px solid #e30613;
  border-radius: 0.25rem;
}
.news-teaser__weiter a {
  display: block;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.news__layout-1 {
  overflow: hidden;
  padding: 1rem 0;
}
.news__layout-1 .news-teaser {
  float: left;
  padding: 1rem 0;
  margin-left: 4.1666666667%;
}

.news__layout-1.news--c2 .news-teaser, .news__layout-1.news--c3 .news-teaser, .news__layout-1.news--c4 .news-teaser {
  width: 91.6666666667%;
}

@media only screen and (min-width: 40rem) {
  .news__layout-1.news--c2 .news-teaser, .news__layout-1.news--c3 .news-teaser, .news__layout-1.news--c4 .news-teaser {
    width: 43.75%;
  }
  .news__layout-1.news--c2 .news-teaser:nth-of-type(2n+1), .news__layout-1.news--c3 .news-teaser:nth-of-type(2n+1), .news__layout-1.news--c4 .news-teaser:nth-of-type(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 50rem) {
  .news__layout-1.news--c3 .news-teaser, .news__layout-1.news--c4 .news-teaser {
    width: 27.77777775%;
  }
  .news__layout-1.news--c3 .news-teaser:nth-of-type(2n+1), .news__layout-1.news--c4 .news-teaser:nth-of-type(2n+1) {
    clear: none;
  }
  .news__layout-1.news--c3 .news-teaser:nth-of-type(3n+1), .news__layout-1.news--c4 .news-teaser:nth-of-type(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  .news__layout-1.news--c4 .news-teaser {
    width: 19.7916666667%;
  }
  .news__layout-1.news--c4 .news-teaser:nth-of-type(3n+1) {
    clear: none;
  }
  .news__layout-1.news--c4 .news-teaser:nth-of-type(4n+1) {
    clear: both;
  }
}
.news__layout-2.news--c2 .news-teaser, .news__layout-2.news--c3 .news-teaser, .news__layout-2.news--c4 .news-teaser, .news__layout-2.news--c2 .grid-sizer, .news__layout-2.news--c3 .grid-sizer, .news__layout-2.news--c4 .grid-sizer {
  width: 100%;
}
@media only screen and (min-width: 40rem) {
  .news__layout-2.news--c2 .news-teaser, .news__layout-2.news--c3 .news-teaser, .news__layout-2.news--c4 .news-teaser, .news__layout-2.news--c2 .grid-sizer, .news__layout-2.news--c3 .grid-sizer, .news__layout-2.news--c4 .grid-sizer {
    width: 50%;
  }
  .news__layout-2.news--c2 .news-teaser:nth-of-type(2n+1), .news__layout-2.news--c3 .news-teaser:nth-of-type(2n+1), .news__layout-2.news--c4 .news-teaser:nth-of-type(2n+1), .news__layout-2.news--c2 .grid-sizer:nth-of-type(2n+1), .news__layout-2.news--c3 .grid-sizer:nth-of-type(2n+1), .news__layout-2.news--c4 .grid-sizer:nth-of-type(2n+1) {
    clear: both;
  }
  .news__layout-2.news--c2 .news-teaser:nth-of-type(odd), .news__layout-2.news--c3 .news-teaser:nth-of-type(odd), .news__layout-2.news--c4 .news-teaser:nth-of-type(odd) {
    border-right: 1px solid #c6c6c6;
  }
}
@media only screen and (min-width: 50rem) {
  .news__layout-2.news--c3 .news-teaser, .news__layout-2.news--c4 .news-teaser, .news__layout-2.news--c3 .grid-sizer, .news__layout-2.news--c4 .grid-sizer {
    width: 33.3333333333%;
  }
  .news__layout-2.news--c3 .news-teaser:nth-of-type(2n+1), .news__layout-2.news--c4 .news-teaser:nth-of-type(2n+1), .news__layout-2.news--c3 .grid-sizer:nth-of-type(2n+1), .news__layout-2.news--c4 .grid-sizer:nth-of-type(2n+1) {
    clear: none;
  }
  .news__layout-2.news--c3 .news-teaser:nth-of-type(3n+1), .news__layout-2.news--c4 .news-teaser:nth-of-type(3n+1), .news__layout-2.news--c3 .grid-sizer:nth-of-type(3n+1), .news__layout-2.news--c4 .grid-sizer:nth-of-type(3n+1) {
    clear: both;
  }
  .news__layout-2.news--c3 .news-teaser:nth-of-type(odd), .news__layout-2.news--c4 .news-teaser:nth-of-type(odd) {
    border-right: none;
  }
  .news__layout-2.news--c3 .news-teaser:nth-of-type(3n+2), .news__layout-2.news--c4 .news-teaser:nth-of-type(3n+2) {
    border-right: 1px solid #c6c6c6;
  }
  .news__layout-2.news--c3 .news-teaser:nth-of-type(3n+1), .news__layout-2.news--c4 .news-teaser:nth-of-type(3n+1) {
    border-right: 1px solid #c6c6c6;
  }
}
@media only screen and (min-width: 90rem) {
  .news__layout-2.news--c4 .news-teaser, .news__layout-2.news--c4 .grid-sizer {
    width: 25%;
  }
  .news__layout-2.news--c4 .news-teaser:nth-of-type(3n+1), .news__layout-2.news--c4 .grid-sizer:nth-of-type(3n+1) {
    clear: none;
  }
  .news__layout-2.news--c4 .news-teaser:nth-of-type(4n+1), .news__layout-2.news--c4 .grid-sizer:nth-of-type(4n+1) {
    clear: both;
  }
  .news__layout-2.news--c4 .news-teaser:nth-of-type(3n+2) {
    border-right: none;
  }
  .news__layout-2.news--c4 .news-teaser:nth-of-type(3n+1) {
    border-right: none;
  }
  .news__layout-2.news--c4 .news-teaser:nth-of-type(4n+1) {
    border-right: 1px solid #c6c6c6;
  }
  .news__layout-2.news--c4 .news-teaser:nth-of-type(4n+3) {
    border-right: 1px solid #c6c6c6;
  }
  .news__layout-2.news--c4 .news-teaser:nth-of-type(4n+2) {
    border-right: 1px solid #c6c6c6;
  }
}

.news__layout-2 {
  overflow: hidden;
}
.news__layout-2 .news__headline {
  padding: 2rem;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
.news__layout-2 .news-teasers-container {
  border-top: 1px solid #eaeaea;
}
.news__layout-2 .news-teaser {
  float: left;
  border-bottom: 1px solid #eaeaea;
}
.news__layout-2 .news-teaser__inner {
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
  padding: 2rem 0;
}
.news__layout-2 .textbild__imagewrapper {
  margin: 1rem 5% 0;
  width: 90%;
}

@media only screen and (min-width: 40rem) {
  .news__layout-2.news--c2.news__layout-2 .news-teaser .news-teaser__inner, .news__layout-2.news--c3.news__layout-2 .news-teaser .news-teaser__inner, .news__layout-2.news--c4.news__layout-2 .news-teaser .news-teaser__inner {
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}
@media only screen and (min-width: 50rem) {
  .news__layout-2.news--c3.news__layout-2 .news-teaser .news-teaser__inner, .news__layout-2.news--c4.news__layout-2 .news-teaser .news-teaser__inner {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}
@media only screen and (min-width: 90rem) {
  .news__layout-2.news--c4.news__layout-2 .news-teaser .news-teaser__inner {
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
}
.body--kontakt--noscroll {
  overflow-y: hidden;
}

.kontakt-container {
  background: #fff;
  text-align: center;
}

.kontakt-container--overlay {
  opacity: 0;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: scroll;
  pointer-events: none;
  transition: opacity 0.4s;
}

.kontakt-container--open {
  opacity: 1;
  pointer-events: auto;
}

.kontakt__error {
  margin: 1rem 0;
  text-align: center;
  width: 100%;
}

.kontakt__success {
  text-align: center;
  width: 91.6666666667%;
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
  display: none;
  padding: 4rem 0;
}
.kontakt__success h1 {
  margin-bottom: 2rem;
}

.kontakt-container--overlay .kontakt__success {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

.kontakt__success--visible {
  display: block;
}

.kontakt__back {
  display: none;
}
.kontakt__back.button--3 {
  display: none;
}

.kontakt-container--overlay .kontakt__back {
  display: block;
}
.kontakt-container--overlay .kontakt__back.button--3 {
  display: inline-block;
}

.kontakt__inner {
  position: relative;
  display: inline-block;
  margin-top: 4rem;
  margin-bottom: 10rem;
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
  width: 91.6666666667%;
  max-width: 30rem;
}

@media only screen and (min-width: 40rem) {
  .kontakt__inner {
    width: 41.6666666667%;
  }
}
.kontakt__form {
  margin: 3rem 0 0;
}

.kontakt__form {
  /*  Input Placeholders  */
}
.kontakt__form input,
.kontakt__form textarea {
  transition: all 0.5s;
  margin: 0 0 0.5em;
}
.kontakt__form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.kontakt__form input[type=text],
.kontakt__form input[type=email],
.kontakt__form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 0.25em;
  border: 1px solid #eaeaea;
  padding: 0.5em 0.75em;
  display: block;
}
.kontakt__form input[type=text]:focus,
.kontakt__form input[type=email]:focus,
.kontakt__form textarea:focus {
  box-shadow: none;
  outline: none;
  border-color: #e30613;
}
.kontakt__form textarea {
  width: 100%;
  min-width: 100%;
  min-height: 10rem;
  max-width: 100%;
  resize: vertical;
  overflow: auto;
}
.kontakt__form .botcheck {
  display: none;
}
.kontakt__form input[type=checkbox] {
  cursor: pointer;
}
.kontakt__form input[type=submit] {
  margin: 2rem 0 1rem;
}
.kontakt__form a {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.kontakt__form a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 95%;
  width: 100%;
  display: block;
  height: 1px;
  background: #e30613;
}
.kontakt__form ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.kontakt__form input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.kontakt__form :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.kontakt__form input:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.kontakt__form :focus::-webkit-input-placeholder {
  color: #e30613;
  opacity: 1;
}
.kontakt__form input:focus::-moz-placeholder {
  color: #e30613;
  opacity: 1;
}
.kontakt__form :focus:-ms-input-placeholder {
  color: #e30613;
  opacity: 1;
}
.kontakt__form input:focus:-moz-placeholder {
  color: #e30613;
  opacity: 1;
}
.kontakt__form ::-webkit-textarea-placeholder {
  color: #ccc;
  opacity: 1;
}
.kontakt__form textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.kontakt__form :-ms-textarea-placeholder {
  color: #ccc;
  opacity: 1;
}
.kontakt__form textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.kontakt__form :focus::-webkit-textarea-placeholder {
  color: #e30613;
  opacity: 1;
}
.kontakt__form textarea:focus::-moz-placeholder {
  color: #e30613;
  opacity: 1;
}
.kontakt__form :focus:-ms-textarea-placeholder {
  color: #e30613;
  opacity: 1;
}
.kontakt__form textarea:focus:-moz-placeholder {
  color: #e30613;
  opacity: 1;
}

.no-touchevents .kontakt__inner a:hover,
.kontakt__inner a:active {
  color: #e30613;
}

.kontakt__datenschutz__container {
  text-align: left;
  position: relative;
  margin: 2rem 0;
}
.kontakt__datenschutz__container input {
  position: absolute;
  top: 0.2em;
}
.kontakt__datenschutz__container label {
  display: block;
  margin-left: 1.5em;
}

.kontakt__pflicht {
  margin-top: 1rem;
  text-align: left;
}

.kontakt__backbutton {
  position: absolute;
  z-index: 1500;
  right: 4.1666666667%;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  transition: all 0.4s;
  border-radius: 0.25rem;
  cursor: pointer;
}

.no-touchevents .kontakt__backbutton:hover,
.kontakt__backbutton:active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}

.kontakt__backbutton span,
.kontakt__backbutton span:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  display: block;
  background: #000;
  transition: all 0.4s;
  transform-origin: center center;
}

.kontakt__backbutton span {
  transform: rotate3d(0, 0, 1, 45deg);
}
.kontakt__backbutton span:before {
  top: 0;
  bottom: 0;
  transform: rotate3d(0, 0, 1, 90deg);
}

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}

.template--slideshow {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  background: #e30613;
  overflow: hidden;
}

.slideshow__slide {
  width: 100%;
  z-index: 10000;
  overflow: hidden;
}

.slideshow__slide__image {
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s;
}
.slideshow__slide__image.loaded {
  opacity: 1;
}

.slideshow__slide__text {
  width: 100%;
}

.flickity-page-dots {
  display: none;
}

.slideshow--pagedots .flickity-page-dots {
  display: block;
}

@media only screen and (max-width: 50rem) {
  .slideshow__slide__image {
    height: 0;
    padding-bottom: 60%;
    max-height: 50vh;
  }

  .slideshow__slide__text {
    width: 100%;
    padding: 1rem 0;
    color: #fff;
    background: #e30613;
    text-align: center;
  }

  .flickity-page-dots {
    position: static;
    margin: 1rem 0;
  }
}
@media only screen and (min-width: 50rem) {
  .template--slideshow {
    height: 30rem;
  }

  .slideshow__slide {
    height: 100%;
  }

  .slideshow__slide__image {
    width: 100%;
    height: 30rem;
    background-size: cover;
    background-position: center;
  }

  .slideshow__slide__text {
    position: absolute;
    bottom: 10%;
    left: 0;
    padding: 2rem 0;
  }

  .flickity-page-dots {
    bottom: 1rem;
  }
}
.slideshow__prev,
.slideshow__next {
  position: absolute;
  z-index: 100;
  top: 50%;
  height: 4rem;
  width: 1.25rem;
  margin-top: -2rem;
  cursor: pointer;
}

.slideshow__prev {
  left: 0.5rem;
}

.slideshow__next {
  right: 0.5rem;
}

.slideshow__prev:active svg path,
.slideshow__next:active svg path {
  stroke: #e30613;
}

.no-touchevents .slideshow__prev:hover svg path,
.no-touchevents .slideshow__next:hover svg path {
  stroke: #e30613;
}

.slideshow__slide__text h1 {
  margin-bottom: 0.75rem;
}

.slideshow__weiter {
  margin: 1rem 0 0 -0.5rem;
  display: inline-block;
  padding: 0.65rem 0.75rem 0.5rem;
  border-radius: 0.25rem;
  background: #fff;
  color: #e30613;
  transition: all 0.3rem;
}

.no-touchevents .slideshow__weiter:hover,
.slideshow__weiter:active {
  background: #e30613;
  color: #fff;
}

.template--headerimage {
  position: relative;
  width: 100%;
  height: 30rem;
}
.touchevents .template--headerimage {
  height: 100vh;
}

.no-touchevents .template--headerimage.headerimage--parallax {
  position: fixed;
  top: 0;
  max-width: 80rem;
}

.content-parallax {
  margin-top: 25rem;
  position: relative;
  z-index: 100;
  transform: translateZ(0);
  background: #fff;
  padding-top: 2rem;
}
.touchevents .content-parallax {
  margin-top: 0;
}

.headerimage__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s;
}
.headerimage__image.loaded {
  opacity: 1;
}

.headerimage__text {
  position: absolute;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 50rem) {
  .headerimage__image {
    height: 50%;
  }

  .headerimage__text {
    top: 50%;
    height: 50%;
    padding: 1rem 0;
    color: #fff;
    background: #e30613;
    text-align: center;
  }
}
@media only screen and (min-width: 50rem) {
  .headerimage__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }

  .headerimage__text {
    position: absolute;
    bottom: 20%;
  }
}
.headerimage__text h1 {
  margin-bottom: 0.75rem;
}

.textbild__elements-container {
  padding-bottom: 2rem;
}
.textbild__elements-container:before, .textbild__elements-container:after {
  content: "";
  /* 1 */
  display: table;
  /* 2 */
}
.textbild__elements-container:after {
  clear: both;
}

.textbild__element__text {
  max-width: 60rem;
}

.textbild__element h2,
.textbild__element ul,
.textbild__element ol,
.textbild__element p {
  margin-bottom: 1rem;
}

.no-touchevents .textbild__element__text a:hover,
.textbild__element__text a:active {
  color: #e30613;
}

.textbild__element__map iframe {
  width: 100%;
}

.textbild__map--above {
  margin: 0 0 1rem 0;
}

.textbild__map--under {
  margin: 1rem 0 0 0;
}

.textbild__headline {
  width: 91.6666666667%;
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
}

.textbild__layout-1 .textbild {
  overflow: hidden;
  padding: 1rem 0;
}
.textbild__layout-1 .textbild__headline {
  padding: 2rem 0;
  text-align: center;
}
.textbild__layout-1 .textbild__element {
  float: left;
  padding: 1rem 0;
  margin-left: 4.1666666667%;
}

@media only screen and (min-width: 70rem) {
  .textbild__layout-1 .textbild__headline {
    padding: 2rem 0;
    margin-left: 4.1666666667%;
    margin-right: 4.1666666667%;
  }
}
.textbild__layout-1.textbild--c1 .textbild__element, .textbild__layout-1.textbild--c2 .textbild__element, .textbild__layout-1.textbild--c3 .textbild__element, .textbild__layout-1.textbild--c4 .textbild__element {
  width: 91.6666666667%;
}
.textbild__layout-1.textbild--c5 .textbild__element, .textbild__layout-1.textbild--c6 .textbild__element {
  width: 43.75%;
}
.textbild__layout-1.textbild--c5 .textbild__element:nth-of-type(2n+1), .textbild__layout-1.textbild--c6 .textbild__element:nth-of-type(2n+1) {
  clear: both;
}

@media only screen and (min-width: 40rem) {
  .textbild__layout-1.textbild--c2 .textbild__element, .textbild__layout-1.textbild--c3 .textbild__element, .textbild__layout-1.textbild--c4 .textbild__element, .textbild__layout-1.textbild--c5 .textbild__element, .textbild__layout-1.textbild--c6 .textbild__element {
    width: 43.75%;
  }
  .textbild__layout-1.textbild--c2 .textbild__element:nth-of-type(2n+1), .textbild__layout-1.textbild--c3 .textbild__element:nth-of-type(2n+1), .textbild__layout-1.textbild--c4 .textbild__element:nth-of-type(2n+1), .textbild__layout-1.textbild--c5 .textbild__element:nth-of-type(2n+1), .textbild__layout-1.textbild--c6 .textbild__element:nth-of-type(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 50rem) {
  .textbild__layout-1.textbild--c3 .textbild__element, .textbild__layout-1.textbild--c4 .textbild__element, .textbild__layout-1.textbild--c5 .textbild__element, .textbild__layout-1.textbild--c6 .textbild__element {
    width: 27.77777775%;
  }
  .textbild__layout-1.textbild--c3 .textbild__element:nth-of-type(2n+1), .textbild__layout-1.textbild--c4 .textbild__element:nth-of-type(2n+1), .textbild__layout-1.textbild--c5 .textbild__element:nth-of-type(2n+1), .textbild__layout-1.textbild--c6 .textbild__element:nth-of-type(2n+1) {
    clear: none;
  }
  .textbild__layout-1.textbild--c3 .textbild__element:nth-of-type(3n+1), .textbild__layout-1.textbild--c4 .textbild__element:nth-of-type(3n+1), .textbild__layout-1.textbild--c5 .textbild__element:nth-of-type(3n+1), .textbild__layout-1.textbild--c6 .textbild__element:nth-of-type(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  .textbild__layout-1.textbild--c4 .textbild__element, .textbild__layout-1.textbild--c5 .textbild__element, .textbild__layout-1.textbild--c6 .textbild__element {
    width: 19.7916666667%;
  }
  .textbild__layout-1.textbild--c4 .textbild__element:nth-of-type(3n+1), .textbild__layout-1.textbild--c5 .textbild__element:nth-of-type(3n+1), .textbild__layout-1.textbild--c6 .textbild__element:nth-of-type(3n+1) {
    clear: none;
  }
  .textbild__layout-1.textbild--c4 .textbild__element:nth-of-type(4n+1), .textbild__layout-1.textbild--c5 .textbild__element:nth-of-type(4n+1), .textbild__layout-1.textbild--c6 .textbild__element:nth-of-type(4n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 70rem) {
  .textbild__layout-1.textbild--c5 .textbild__element {
    width: 15.8333333333%;
  }
  .textbild__layout-1.textbild--c5 .textbild__element:nth-of-type(4n+1) {
    clear: none;
  }
  .textbild__layout-1.textbild--c5 .textbild__element:nth-of-type(5n+1) {
    clear: both;
  }
  .textbild__layout-1.textbild--c6 .textbild__element {
    width: 13.1944444417%;
  }
  .textbild__layout-1.textbild--c6 .textbild__element:nth-of-type(5n+1) {
    clear: none;
  }
  .textbild__layout-1.textbild--c6 .textbild__element:nth-of-type(6n+1) {
    clear: both;
  }
}
.textbild__layout-2.textbild--c1 .textbild__element, .textbild__layout-2.textbild--c2 .textbild__element, .textbild__layout-2.textbild--c3 .textbild__element, .textbild__layout-2.textbild--c4 .textbild__element {
  width: 100%;
}
.textbild__layout-2.textbild--c5 .textbild__element, .textbild__layout-2.textbild--c6 .textbild__element {
  width: 50%;
}
.textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(2n+1), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(2n+1) {
  clear: both;
}
@media only screen and (min-width: 40rem) {
  .textbild__layout-2.textbild--c2 .textbild__element, .textbild__layout-2.textbild--c3 .textbild__element, .textbild__layout-2.textbild--c4 .textbild__element, .textbild__layout-2.textbild--c5 .textbild__element, .textbild__layout-2.textbild--c6 .textbild__element {
    width: 50%;
  }
  .textbild__layout-2.textbild--c2 .textbild__element:nth-of-type(2n+1), .textbild__layout-2.textbild--c3 .textbild__element:nth-of-type(2n+1), .textbild__layout-2.textbild--c4 .textbild__element:nth-of-type(2n+1), .textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(2n+1), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 50rem) {
  .textbild__layout-2.textbild--c3 .textbild__element, .textbild__layout-2.textbild--c4 .textbild__element, .textbild__layout-2.textbild--c5 .textbild__element, .textbild__layout-2.textbild--c6 .textbild__element {
    width: 33.3333333333%;
  }
  .textbild__layout-2.textbild--c3 .textbild__element:nth-of-type(2n+1), .textbild__layout-2.textbild--c4 .textbild__element:nth-of-type(2n+1), .textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(2n+1), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(2n+1) {
    clear: none;
  }
  .textbild__layout-2.textbild--c3 .textbild__element:nth-of-type(3n+1), .textbild__layout-2.textbild--c4 .textbild__element:nth-of-type(3n+1), .textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(3n+1), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  .textbild__layout-2.textbild--c5 .textbild__element, .textbild__layout-2.textbild--c6 .textbild__element {
    width: 25%;
  }
  .textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(3n+1), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(3n+1) {
    clear: none;
  }
  .textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(4n+1), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(4n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 70rem) {
  .textbild__layout-2.textbild--c5 .textbild__element, .textbild__layout-2.textbild--c6 .textbild__element {
    width: 20%;
  }
  .textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(4n+1), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(4n+1) {
    clear: none;
  }
  .textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(5n+1), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(5n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 90rem) {
  .textbild__layout-2.textbild--c6 .textbild__element {
    width: 16.6666666667%;
  }
  .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(5n+1) {
    clear: none;
  }
  .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(6n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 90rem) {
  .textbild__layout-2.textbild--c4 .textbild__element {
    width: 25%;
  }
  .textbild__layout-2.textbild--c4 .textbild__element:nth-of-type(3n+1) {
    clear: none;
  }
  .textbild__layout-2.textbild--c4 .textbild__element:nth-of-type(4n+1) {
    clear: both;
  }
}

.textbild__layout-2 .textbild__headline {
  padding: 2rem 0;
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
  text-align: center;
}
.textbild__layout-2 .textbild__elements-container {
  border-top: 1px solid #eaeaea;
}
.textbild__layout-2 .textbild__element {
  float: left;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (min-width: 40rem) {
  .textbild__layout-2 .textbild__headline {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 70rem) {
  .textbild__layout-2 .textbild__headline {
    padding: 4rem 0;
  }
}
.textbild__layout-2 .textbild__element__inner {
  padding: 1rem 0;
}

@media only screen and (min-width: 50rem) {
  .textbild__layout-2 .textbild__element__inner {
    padding: 1.5rem 0;
  }
}
@media only screen and (min-width: 80rem) {
  .textbild__layout-2 .textbild__element__inner {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 90rem) {
  .textbild__layout-2 .textbild__element__inner {
    padding: 2.5rem 0;
  }
}
.textbild__layout-2 .textbild__element__inner {
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
}
.textbild__layout-2 .textbild--c5.textbild__layout-2 .textbild__element .textbild__element__inner,
.textbild__layout-2 .textbild--c6.textbild__layout-2 .textbild__element .textbild__element__inner {
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
}
.textbild__layout-2 .textbild--c5.textbild__layout-2 .textbild__element:nth-of-type(2n),
.textbild__layout-2 .textbild--c6.textbild__layout-2 .textbild__element:nth-of-type(2n) {
  border-right: none;
}

@media only screen and (min-width: 40rem) {
  .textbild__layout-2 .textbild__element {
    border-right: 1px solid #eaeaea;
  }
  .textbild__layout-2.textbild--c2 .textbild__element .textbild__element__inner, .textbild__layout-2.textbild--c3 .textbild__element .textbild__element__inner, .textbild__layout-2.textbild--c4 .textbild__element .textbild__element__inner, .textbild__layout-2.textbild--c5 .textbild__element .textbild__element__inner, .textbild__layout-2.textbild--c6 .textbild__element .textbild__element__inner {
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
  .textbild__layout-2.textbild--c2 .textbild__element:nth-of-type(2n), .textbild__layout-2.textbild--c3 .textbild__element:nth-of-type(2n), .textbild__layout-2.textbild--c4 .textbild__element:nth-of-type(2n), .textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(2n), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(2n) {
    border-right: none;
  }
}
@media only screen and (min-width: 50rem) {
  .textbild__layout-2.textbild--c3 .textbild__element .textbild__element__inner, .textbild__layout-2.textbild--c4 .textbild__element .textbild__element__inner, .textbild__layout-2.textbild--c5 .textbild__element .textbild__element__inner, .textbild__layout-2.textbild--c6 .textbild__element .textbild__element__inner {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
  .textbild__layout-2.textbild--c3 .textbild__element:nth-of-type(2n), .textbild__layout-2.textbild--c4 .textbild__element:nth-of-type(2n), .textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(2n), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(2n) {
    border-right: 1px solid #eaeaea;
  }
  .textbild__layout-2.textbild--c3 .textbild__element:nth-of-type(3n), .textbild__layout-2.textbild--c4 .textbild__element:nth-of-type(3n), .textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(3n), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(3n) {
    border-right: none;
  }
}
@media only screen and (min-width: 60rem) {
  .textbild__layout-2.textbild--c5 .textbild__element .textbild__element__inner, .textbild__layout-2.textbild--c6 .textbild__element .textbild__element__inner {
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
  .textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(3n), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(3n) {
    border-right: 1px solid #eaeaea;
  }
  .textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(4n), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(4n) {
    border-right: none;
  }
}
@media only screen and (min-width: 70rem) {
  .textbild__layout-2.textbild--c5 .textbild__element .textbild__element__inner, .textbild__layout-2.textbild--c6 .textbild__element .textbild__element__inner {
    margin-left: 20.8333333333%;
    margin-right: 20.8333333333%;
  }
  .textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(4n), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(4n) {
    border-right: 1px solid #eaeaea;
  }
  .textbild__layout-2.textbild--c5 .textbild__element:nth-of-type(5n), .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(5n) {
    border-right: none;
  }
}
@media only screen and (min-width: 90rem) {
  .textbild__layout-2.textbild--c4 .textbild__element .textbild__element__inner {
    margin-left: 16.6666666667%;
    margin-right: 16.6666666667%;
  }
  .textbild__layout-2.textbild--c4 .textbild__element:nth-of-type(3n) {
    border-right: 1px solid #eaeaea;
  }
  .textbild__layout-2.textbild--c4 .textbild__element:nth-of-type(4n) {
    border-right: none;
  }
  .textbild__layout-2.textbild--c6 .textbild__element .textbild__element__inner {
    margin-left: 25%;
    margin-right: 25%;
  }
  .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(5n) {
    border-right: 1px solid #eaeaea;
  }
  .textbild__layout-2.textbild--c6 .textbild__element:nth-of-type(6n) {
    border-right: none;
  }
}
.textbild__imagewrapper {
  width: 100%;
  height: 0;
  margin: 0 0 1rem;
  position: relative;
}
.textbild__imagewrapper img {
  opacity: 0;
  transition: opacity 0.5s;
  visibility: hidden;
  width: 100%;
}
.textbild__imagewrapper.loading {
  background: #eaeaea;
}
.textbild__imagewrapper.loading:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  border-top: 1px solid #e30613;
  border-left: 1px solid #e30613;
  border-bottom: 1px solid #e30613;
  border-right: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.75rem 0 0 -0.75rem;
  animation: spinner 2s linear infinite;
}
.textbild__imagewrapper.inview img {
  visibility: visible;
}
.textbild__imagewrapper.loaded img {
  opacity: 1;
}

@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
.textbild__element__bild {
  margin: 0 0 1rem 0;
}

.textbild__imagecaption {
  font-weight: bold;
}

@media only screen and (min-width: 40rem) {
  .textbild__image--right {
    width: 47.5%;
    float: right;
  }
  .textbild__image--right.textbild__element__bild {
    margin: 0 0 2rem 1.5rem;
  }
}
a.textbild__element__bild {
  display: block;
  transition: opacity 0.3s;
}

.no-touchevents a.textbild__element__bild:hover,
a.textbild__element__bild:active {
  opacity: 0.8;
}

.page-protector-container {
  max-width: 25rem;
  margin: 4rem auto;
}
.page-protector-container p, .page-protector-container legend {
  font-family: "Source Regular", sans-serif;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.page-protector-container button {
  font-family: "Source Regular", sans-serif;
  margin: 1rem 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  padding: 0.5em 1em;
  background-color: #e30613;
  color: #fff;
  text-decoration: none;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 2px;
  cursor: pointer;
}
.page-protector-container .no-touchevents button:hover,
.page-protector-container button:focus {
  background-color: #eaeaea;
}
.page-protector-container button:focus {
  outline: 0;
}
.page-protector-container input[type=text],
.page-protector-container input[type=password] {
  font-size: 100%;
  padding: 0.5rem;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button--logout.button--3 {
  margin: 2rem 0;
}

.logout-message {
  margin: 4rem 0;
}

body {
  font-family: "Source Regular", sans-serif;
  color: #000;
  font-weight: normal;
}

h1 {
  font-family: "Source Bold", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.4;
}

h2 {
  font-family: "Source Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}

h3 {
  font-family: "Source Bold", sans-serif;
}

p {
  font-family: "Source Regular", sans-serif;
}

li {
  font-family: "Source Regular", sans-serif;
}

input,
textarea,
label {
  font-family: "Source Bold", sans-serif;
}

p,
li,
h3,
input,
textarea,
label {
  font-size: 1.1rem;
  line-height: 1.5;
}

p,
li {
  -webkit-hyphens: auto;
  hyphens: auto;
}

h3 {
  font-weight: normal;
}

strong {
  font-weight: "Source Bold", sans-serif;
}

em {
  font-style: italic;
}

@media only screen and (min-width: 40rem) {
  h1 {
    font-size: 3.5rem;
    font-weight: normal;
  }

  h2 {
    font-size: 2.2rem;
  }

  p,
input,
textarea,
label,
li,
h3 {
    font-size: 1.3rem;
  }

  .nav__a {
    text-decoration: none;
    font-weight: "Source Regular", sans-serif;
    color: #000;
    font-size: 1.2rem;
  }
}
.textbild__element ul {
  list-style: none inside;
}

.textbild__element ul li {
  padding: 0 0 0 1em;
  position: relative;
}

.textbild__element ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #e30613;
}

.textbild__element ol {
  counter-reset: li;
}

.textbild__element ol li {
  padding: 0 0 0 2em;
  position: relative;
}

.textbild__element ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  color: #e30613;
  position: absolute;
  left: 0;
  top: 0;
}

.textbild__element__text a {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.textbild__element__text a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 95%;
  width: 100%;
  display: block;
  height: 1px;
  background: #e30613;
}

.no-touchevents .textbild__headline:hover,
.textbild__headline:active {
  color: #e30613;
}

.text--marginal {
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
}

.text--color-1 {
  color: #e30613;
}

.text--color-2 {
  color: #fdc9a1;
}

@media only screen and (min-width: 50rem) {
  .text--highlight-1 {
    color: #fff;
    background-color: #e30613;
    padding: 0.6rem 0;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 0.6rem 0 0 #e30613, -0.6rem 0 0 #e30613;
  }

  .text--highlight-2 {
    color: #fff;
    background-color: #fdc9a1;
    padding: 0.6rem 0;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 0.6rem 0 0 #fdc9a1, -0.6rem 0 0 #fdc9a1;
  }
}
.button--1,
.button--2,
.button--3 {
  font-family: "Source Bold", sans-serif;
  display: inline-block;
  padding: 0.6em 0.8em 0.5em;
  margin: 0 0 2em;
  border: 1px solid #e30613;
  border-radius: 0.3em;
  transition: all 0.3s;
  cursor: pointer;
}

.no-touchevents .button--1:hover,
.button--1:active {
  color: #fdc9a1;
}

.button--2 {
  background: #e30613;
  color: #fff;
}

.no-touchevents .button--2:hover,
.button--2:active {
  background: #fff;
  color: #e30613;
}

.button--3 {
  border: 1px solid #ccc;
  background: #ccc;
  color: #fff;
}

.no-touchevents .button--3:hover,
.button--3:active {
  background: #fff;
  color: #ccc;
}

.logo {
  left: 0;
  top: 0;
  width: 9.9rem;
  margin-top: 0.2rem;
  margin-left: 4.1666666667%;
}

.no-touchevents .logo:hover,
.logo:active {
  opacity: 0.6;
  transition: opacity 0.3s;
}

@media only screen and (min-width: 70rem) {
  .logo {
    width: 15rem;
  }

  .nav-container--not-hidden.nav-container--sticky .logo {
    width: 9.5rem;
  }
}
@media only screen and (min-width: 70rem) {
  .nav-container--not-hidden .subnav {
    width: 200%;
    min-width: 20rem;
  }
}
.maincontent {
  margin-top: 7rem;
}

.nav-container {
  height: 7rem;
}

@media only screen and (min-width: 70rem) {
  .maincontent {
    margin-top: 10.5rem;
  }

  .nav-container {
    height: 10.5rem;
  }
}
@media only screen and (max-width: 70rem) {
  .nav__ul {
    margin-top: 5em;
  }

  .nav-container--sticky .nav__ul {
    margin-top: 5rem;
  }

  .nav,
.nav ul {
    background: #fff;
  }

  .nav-container {
    background: #fff;
  }

  .nav-container--sticky .nav__button {
    background: #fff;
  }
  .nav-container--sticky.nav-container--open .nav__button {
    background: #e30613;
  }

  .subnav__a {
    background: #c6c6c6;
    color: #e30613;
  }

  .no-touchevents .subnav__a:hover,
.subnav__a:active {
    color: #fff;
    color: #e30613;
  }
}
@media only screen and (min-width: 70rem) {
  .nav-container--not-hidden .nav {
    padding-top: 2.5rem;
  }
  .nav-container--not-hidden.nav-container--sticky {
    height: 6.5rem;
  }
  .nav-container--not-hidden.nav-container--sticky .nav {
    padding-top: 0.75rem;
  }

  .nav-container.nav-container--not-hidden {
    background: #fff;
  }
  .nav-container.nav-container--sticky {
    background: #fff;
  }
}
.template--slideshow {
  margin-bottom: 1rem;
  background: #e30613;
}

@media only screen and (max-width: 50rem) {
  .slideshow__slide__image {
    height: 0;
    padding-bottom: 50%;
    max-height: 50vh;
  }

  .slideshow__slide__text {
    width: 100%;
    padding: 1rem 0;
    color: #fff;
    background: #e30613;
    text-align: center;
  }

  .flickity-page-dots {
    position: static;
    margin: 1rem 0;
  }
}
@media only screen and (min-width: 50rem) {
  .template--slideshow {
    height: 50rem;
  }

  .slideshow__slide {
    height: 100%;
  }

  .slideshow__slide__image {
    width: 100%;
    height: 50rem;
    background-size: cover;
    background-position: center;
  }

  .slideshow__slide__text {
    position: absolute;
    bottom: 10%;
    left: 0;
    padding: 2rem 0;
  }

  .flickity-page-dots {
    bottom: 1rem;
  }
}
.slideshow__prev,
.slideshow__next {
  top: 30%;
  height: 4rem;
  width: 1.25rem;
  margin-top: -2rem;
}

.slideshow__prev {
  left: 0.5rem;
}

.slideshow__next {
  right: 0.5rem;
}

.slideshow__prev:active svg path,
.slideshow__next:active svg path {
  stroke: #e30613;
}

.no-touchevents .slideshow__prev:hover svg path,
.no-touchevents .slideshow__next:hover svg path {
  stroke: #e30613;
}

.slideshow__slide__text h1 {
  font-size: 2.4rem;
  margin-bottom: 0.75rem;
}

.flickity-page-dots {
  bottom: 1rem;
}

.template--headerimage {
  position: relative;
  width: 100%;
  height: 40rem;
  margin-bottom: 3rem;
}

.content-parallax {
  margin-top: 20rem;
  padding-top: 0rem;
}

.headerimage__text {
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 50rem) {
  .template--headerimage {
    position: relative;
    width: 100%;
    height: 20rem;
  }

  .headerimage__image {
    height: 100%;
  }

  .headerimage__text {
    top: 100%;
    height: 0%;
    width: 100%;
    padding: 1.5rem 0;
    color: #fff;
    background: #e30613;
    text-align: center;
  }
}
@media only screen and (min-width: 50rem) {
  .headerimage__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }

  .headerimage__text {
    position: absolute;
    bottom: 10%;
    left: 1rem;
  }
}
.headerimage__text h1 {
  margin-bottom: 0.75rem;
  font-size: 3.6rem;
}

.fussleiste {
  color: #fff;
  padding: 0;
  background: #000;
}

.textbild__element h2,
.textbild__element p {
  margin-bottom: 1rem;
}

.textbild__element p {
  font-family: "Source Regular", sans-serif;
}
.textbild__element p strong {
  font-weight: normal;
}

.no-touchevents .textbild__element__text a:hover,
.textbild__element__text a:active {
  color: #e30613;
}

.textbild__imagewrapper {
  margin: 0 0 1rem;
}
.textbild__imagewrapper.loading {
  margin: 1rem 5% 0;
  width: 90%;
}
.textbild__imagewrapper.loading:before {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  border-top: 1px solid #e30613;
  border-left: 1px solid #e30613;
  border-bottom: 1px solid #e30613;
  border-right: 1px solid transparent;
  top: 50%;
  left: 50%;
  margin: -0.75rem 0 0 -0.75rem;
}

.textbild__element__bild {
  margin: 0 0 1rem 0;
}

.textbild__imagecaption {
  font-weight: bold;
}

@media only screen and (min-width: 40rem) {
  .textbild__image--right {
    width: 47.5%;
  }
  .textbild__image--right.textbild__element__bild {
    margin: 0 0 2rem 1.5rem;
  }
}
.textbild__layout-1 .textbild {
  overflow: hidden;
  padding: 1rem 0;
}
.textbild__layout-1 .textbild__headline {
  padding: 2rem 0;
  text-align: center;
}
.textbild__layout-1 .textbild__element {
  float: left;
  padding: 1rem 0;
  margin-left: 4.1666666667%;
}

.textbild__layout-2 .textbild__headline {
  padding: 2rem 0;
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
  text-align: center;
}
.textbild__layout-2 .textbild__elements-container {
  border-top: 1px solid #eaeaea;
}
.textbild__layout-2 .textbild__element {
  float: left;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (min-width: 40rem) {
  .textbild__layout-2 .textbild__headline {
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 70rem) {
  .textbild__layout-2 .textbild__headline {
    padding: 4rem 0;
  }
}
.textbild__layout-2 .textbild__element__inner {
  padding: 1rem 0;
}

@media only screen and (min-width: 50rem) {
  .textbild__layout-2 .textbild__element__inner {
    padding: 1.5rem 0;
  }
}
@media only screen and (min-width: 80rem) {
  .textbild__layout-2 .textbild__element__inner {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 90rem) {
  .textbild__layout-2 .textbild__element__inner {
    padding: 2.5rem 0;
  }
}
.news-uebersicht {
  border-top: 1px solid #eaeaea;
}

.news__headline {
  padding: 2rem 0 1rem;
  text-align: center;
}

@media only screen and (min-width: 70rem) {
  .news__headline {
    padding: 2rem 0;
  }
}
.news-teaser__date {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}

.news-teaser h3 {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 0.7rem;
}

.no-touchevents .news-teaser a:hover,
.news-teaser a:active {
  color: #e30613;
}

.news-teaser__weiter {
  display: inline-block;
  padding: 0.5rem 0.75rem 0.4rem;
  margin: 1.5rem 0 0;
  border: 1px solid #e30613;
  border-radius: 0.25rem;
}
.news-teaser__weiter a {
  display: block;
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.news__layout-1 {
  overflow: hidden;
  padding: 1rem 0;
}
.news__layout-1 .news-teaser {
  float: left;
  padding: 1rem 0;
  margin-left: 4.1666666667%;
}

.news__layout-2 {
  overflow: hidden;
}
.news__layout-2 .news__headline {
  padding: 2rem;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
.news__layout-2 .news-teasers-container {
  border-top: 1px solid #eaeaea;
}
.news__layout-2 .news-teaser {
  float: left;
  border-bottom: 1px solid #eaeaea;
}
.news__layout-2 .news-teaser__inner {
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
  padding: 2rem 0;
}

.container-margin {
  margin-left: 4.1666666667%;
  margin-right: 4.1666666667%;
  width: 91.6666666667%;
}

@media only screen and (max-width: 50rem) {
  .headerimage__text {
    bottom: 0;
    top: auto;
    height: auto;
  }
}
@media only screen and (max-width: 200rem) {
  .touchevents .maincontent {
    margin-top: 7.5rem !important;
  }
}
.touchevents .template—headerimage {
  height: 50vh !important;
}

@media only screen and (max-width: 200rem) {
  .touchevents .maincontent {
    margin-top: 0;
  }
}
@media only screen and (max-width: 50rem) {
  .headerimage__text {
    bottom: 0;
    top: auto;
    height: auto;
  }
}
@media only screen and (max-width: 200rem) {
  .touchevents .maincontent {
    margin-top: 7.5rem !important;
  }
}
.touchevents .template—headerimage {
  height: 50vh !important;
}

/*# sourceMappingURL=main.css.map */
