#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@charset "UTF-8";
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2013 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Reset the margin and padding of the block elements
 */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, figure, table, th, td, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0; }

/**
 * Basic element formatting
 */
table {
  border-spacing: 0;
  border-collapse: collapse; }

caption, th, td {
  text-align: left;
  text-align: start;
  /* see #4596 */
  vertical-align: top; }

abbr, acronym {
  font-variant: normal;
  border-bottom: 1px dotted #666;
  cursor: help; }

blockquote, q {
  quotes: none; }

fieldset, img {
  border: 0; }

ul {
  list-style-type: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: none; }

/**
 * Default font settings
 */
input, button, textarea, select {
  font-family: inherit;
  font-size: 99%;
  font-weight: inherit; }

pre, code {
  font-family: Monaco, monospace; }

table {
  font-size: inherit; }

caption, th {
  font-weight: bold; }

body, form {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  margin: 0;
  padding: 0; }

header, footer, nav, section, aside, article, figure, figcaption {
  display: block; }

#main {
  width: 100%; }

#main .inside {
  min-height: 1px;
  /* see #4893 */ }

/**
 * Flexible images (videos see #4896)
 *
 * @see http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries
 */
img {
  border: 0;
  padding: 0;
  margin: 0; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ie8 img {
  width: auto;
  /* see #5789 */ }

/**
 * Format the Contao image galleries (now rendered as unordered lists)
 */
.ce_gallery ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none; }

.ce_gallery li {
  float: left; }

.ce_gallery li.col_first {
  clear: left; }

/**
 * Clear floats
 */
.block {
  overflow: hidden; }

.clear, #clear {
  height: 1px;
  clear: both;
  margin-top: -1px; }

/**
 * Hide invisible elements
 */
.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

/**
 * Custom layout sections
 */
.custom {
  display: block; }

#container:after, .custom:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../../files/daten/fonts/roboto-v47-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* roboto-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("../../files/daten/fonts/roboto-v47-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../../files/daten/fonts/roboto-v47-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* roboto-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url("../../files/daten/fonts/roboto-v47-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../../files/daten/fonts/roboto-v47-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* roboto-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url("../../files/daten/fonts/roboto-v47-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 300;
  src: url("../../files/daten/fonts/bitter-v36-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 500;
  src: url("../../files/daten/fonts/bitter-v36-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* bitter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: url("../../files/daten/fonts/bitter-v36-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* bitter-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 700;
  src: url("../../files/daten/fonts/bitter-v36-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* bitter-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 900;
  src: url("../../files/daten/fonts/bitter-v36-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* bitter-900italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 900;
  src: url("../../files/daten/fonts/bitter-v36-latin-900italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

body {
  font-size: 100%;
  font-weight: 500;
  font-family: "Roboto",sans-serif;
  color: #3c3c3b; }

.schatten-1 {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); }

.schatten-2 {
  box-shadow: 10px 0px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 5px; }

.verlauf-1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8bd800+34,c0e975+100 */
  background: #8bd800;
  /* Old browsers */
  background: -moz-linear-gradient(left, #8bd800 34%, #c0e975 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8bd800 34%, #c0e975 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8bd800 34%, #c0e975 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bd800', endColorstr='#c0e975',GradientType=1 );
  /* IE6-9 */ }

.padding-article-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 1020px) {
    .padding-article-1 {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 1280px) {
    .padding-article-1 {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.padd-1 {
  padding: 0.75rem 1rem;
  padding-bottom: 0.75rem; }
  @media (min-width: 1020px) {
    .padd-1 {
      padding: 1.25rem 1.5rem;
      padding-bottom: 0.75rem; } }

.padd-2 {
  padding: 2rem;
  padding-bottom: 1rem; }

.padd-3 {
  padding: 1rem; }

:focus {
  outline: revert;
  outline-offset: revert; }

.no-view {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important; }

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

a[href*="#skip"].invisible:focus {
  display: inline-block;
  clip: auto;
  outline: 2px dotted #000;
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 999; }

a[href*="#skip"].invisible.invisible-header:focus {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 0.5rem;
  z-index: 999; }

@media (min-width: 990px) {
  .flex {
    display: flex; } }

.flex-center {
  justify-content: center;
  align-items: center; }

.flex-wrap {
  flex-wrap: wrap; }

.grid {
  display: grid; }

.grid-gap {
  column-gap: 2.5%; }

.grid-container {
  display: grid;
  column-gap: 2.5%;
  grid-template-columns: repeat(16, 1fr);
  padding-left: 3%;
  padding-right: 3%; }
  @media (min-width: 1640px) {
    .grid-container {
      padding-left: 0;
      padding-right: 0; } }

.grid-center {
  align-items: center; }

.grid-bottom {
  align-items: end; }

@media (min-width: 0) and (max-width: 767px) {
  .order-1 {
    order: 1; } }

@media (min-width: 0) and (max-width: 767px) {
  .order-2 {
    order: 2; } }

.col-1 {
  grid-column: auto/span 8; }

.col-2 {
  grid-column: auto/span 8; }

.col-3 {
  grid-column: auto/span 16; }

.col-4 {
  grid-column: auto/span 16; }

.col-5 {
  grid-column: auto/span 16; }

.col-6 {
  grid-column: auto/span 16; }

.col-7 {
  grid-column: auto/span 16; }

.col-8 {
  grid-column: auto/span 16; }

.col-9 {
  grid-column: auto/span 16; }

.col-10 {
  grid-column: auto/span 16; }

.col-11 {
  grid-column: auto/span 16; }

.col-12 {
  grid-column: auto/span 16; }

.col-13 {
  grid-column: auto/span 16; }

.col-14 {
  grid-column: auto/span 16; }

.col-15 {
  grid-column: auto/span 16; }

.col-16 {
  grid-column: auto/span 16; }

@media (min-width: 500px) {
  .col-50 {
    grid-column: auto/span 6; } }

@media (min-width: 990px) {
  .col-1 {
    grid-column: auto/span 8; }
  .col-2 {
    grid-column: auto/span 8; }
  .col-3 {
    grid-column: auto/span 8; }
  .col-4 {
    grid-column: auto/span 8; }
  .col-5 {
    grid-column: auto/span 8; }
  .col-6 {
    grid-column: auto/span 8; }
  .col-7 {
    grid-column: auto/span 8; }
  .col-8 {
    grid-column: auto/span 8; }
  .col-9 {
    grid-column: auto/span 8; }
  .col-10 {
    grid-column: auto/span 16; }
  .col-11 {
    grid-column: auto/span 16; }
  .col-12 {
    grid-column: auto/span 16; }
  .col-center {
    grid-column: auto/span 12; } }

@media (min-width: 1640px) {
  .col-1 {
    grid-column: auto/span 1; }
  .col-2 {
    grid-column: auto/span 2; }
  .col-3 {
    grid-column: auto/span 3; }
  .col-4 {
    grid-column: auto/span 4; }
  .col-5 {
    grid-column: auto/span 5; }
  .col-6 {
    grid-column: auto/span 6; }
  .col-7 {
    grid-column: auto/span 7; }
  .col-8 {
    grid-column: auto/span 8; }
  .col-9 {
    grid-column: auto/span 9; }
  .col-10 {
    grid-column: auto/span 10; }
  .col-11 {
    grid-column: auto/span 11; }
  .col-12 {
    grid-column: auto/span 12; }
  .col-13 {
    grid-column: auto/span 13; }
  .col-14 {
    grid-column: auto/span 14; }
  .col-15 {
    grid-column: auto/span 15; }
  .col-16 {
    grid-column: auto/span 16; }
  .col-center {
    grid-column: auto/span 8; } }

@media (min-width: 1640px) {
  .offset-1 {
    grid-column-start: 2; }
  .offset-2 {
    grid-column-start: 3; }
  .offset-3 {
    grid-column-start: 4; }
  .offset-4 {
    grid-column-start: 5; }
  .offset-5 {
    grid-column-start: 6; }
  .offset-6 {
    grid-column-start: 7; }
  .offset-7 {
    grid-column-start: 8; }
  .offset-8 {
    grid-column-start: 9; }
  .offset-9 {
    grid-column-start: 10; }
  .offset-10 {
    grid-column-start: 11; }
  .offset-11 {
    grid-column-start: 12; }
  .offset-right-1 {
    grid-column-end: span 1; }
  .offset-right-2 {
    grid-column-end: span 2; }
  .offset-right-3 {
    grid-column-end: span 3; }
  .offset-right-4 {
    grid-column-end: span 4; }
  .col-center {
    grid-column-start: 3; } }

.nav-02 li {
  margin-bottom: 0.35rem;
  margin-top: 0.35rem; }

.border-header #header {
  border-bottom: 1px solid #e30613; }

#header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative; }
  #header .col-14 {
    margin-top: 0; }
  @media (min-width: 0) and (max-width: 1279px) {
    #header .logo {
      order: 1; } }
  #header .logo a {
    display: block; }
    @media (min-width: 1280px) {
      #header .logo a {
        width: 265px;
        height: 78px; } }
    #header .logo a img {
      margin-bottom: 0; }
  #header .grid-header {
    column-gap: 1rem;
    align-items: center;
    grid-template-columns: 265px 1fr; }
    @media (min-width: 600px) {
      #header .grid-header {
        grid-template-columns: 265px 1fr 50px 50px; } }
    @media (min-width: 1280px) {
      #header .grid-header {
        grid-template-columns: 265px 1fr 210px 190px;
        align-items: flex-end; } }
    @media (min-width: 0) and (max-width: 599px) {
      #header .grid-header .btn-1,
      #header .grid-header .btn-3 {
        display: none; } }
    @media (min-width: 0) and (max-width: 1279px) {
      #header .grid-header .btn-3 {
        order: 3; } }
    @media (min-width: 0) and (max-width: 1279px) {
      #header .grid-header .btn-3 a {
        padding: 0; } }
    @media (min-width: 0) and (max-width: 1279px) {
      #header .grid-header .btn-3 .tel {
        display: none; } }
    #header .grid-header .btn-3 .icon {
      width: 50px;
      height: 50px;
      border-radius: 25px;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      display: block;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: #e30613; }
      @media (min-width: 1280px) {
        #header .grid-header .btn-3 .icon {
          display: none; } }
      #header .grid-header .btn-3 .icon img {
        margin-bottom: 0; }
    @media (min-width: 0) and (max-width: 1279px) {
      #header .grid-header .btn-1 {
        order: 2;
        text-align: right; } }
    @media (min-width: 0) and (max-width: 1279px) {
      #header .grid-header .nav-01 {
        order: 4;
        text-align: right; }
        #header .grid-header .nav-01 ul {
          text-align: left; } }

.cta-footer {
  position: fixed;
  bottom: 0;
  background-color: #3c3c3b;
  border-top: 1px solid #3c3c3b;
  display: grid;
  grid-template-columns: 70px 70px;
  width: 100%;
  z-index: 9;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }
  .cta-footer div {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: 0.25rem;
    margin-right: 0.25rem; }
    .cta-footer div a {
      width: 50px;
      height: 50px;
      border-radius: 25px;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      background-color: #e30613;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px; }
      .cta-footer div a img {
        margin-bottom: 0; }
  @media (min-width: 600px) {
    .cta-footer {
      display: none; } }

.span-30 {
  width: 100%; }
  @media (min-width: 500px) {
    .span-30 {
      width: 32%; } }

.span-100 {
  width: 100%; }

.span-50 {
  width: 100%; }
  @media (min-width: 500px) {
    .span-50 {
      width: 48.5%; } }

.span-60 {
  width: 100%; }
  @media (min-width: 500px) {
    .span-60 {
      width: 64%; } }

button {
  cursor: pointer; }

p.confirm {
  background-color: green;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  padding: 0.35rem; }

p.error {
  background-color: red;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  color: #fff;
  text-align: center;
  padding: 0.35rem; }

.flex-form {
  display: grid;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 500px) {
    .flex-form {
      grid-template-columns: 120px 1fr 120px; } }

.form-1 .flex-center {
  justify-content: space-between; }

.form-1 .formbody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem; }

.form-1 .widget {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.form-1 .widget-checkbox .checkbox_container > span,
.form-1 .widget-radio .checkbox_container > span {
  grid-template-columns: 35px 1fr;
  display: grid;
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }
  .form-1 .widget-checkbox .checkbox_container > span input,
  .form-1 .widget-radio .checkbox_container > span input {
    width: 20px;
    height: 20px; }
  .form-1 .widget-checkbox .checkbox_container > span label,
  .form-1 .widget-radio .checkbox_container > span label {
    margin-top: 1px; }

.form-1 .widget-radio > span {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.form-1 .widget-radio legend {
  font-weight: 700;
  margin-bottom: 0.5rem; }

.form-1 .widget-extended-checkbox a,
.form-1 .widget-explanation a {
  color: #000;
  text-decoration: underline; }

.form-1 .widget-textarea label {
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem; }

.form-1 .widget-textarea textarea:focus {
  border: 2px solid #e30613;
  outline: none; }

.form-1 .widget-textarea textarea {
  display: block;
  padding: 0.5rem; }

.form-1 select,
.form-1 input,
.form-1 textarea {
  border: 2px solid #3c3c3b;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #f4f3f0; }

.form-1 .widget-captcha,
.form-1 .widget-select,
.form-1 .widget-password,
.form-1 .widget-text {
  position: relative; }
  .form-1 .widget-captcha input,
  .form-1 .widget-captcha label,
  .form-1 .widget-select input,
  .form-1 .widget-select label,
  .form-1 .widget-password input,
  .form-1 .widget-password label,
  .form-1 .widget-text input,
  .form-1 .widget-text label {
    transition: all 0.2s ease; }
  .form-1 .widget-captcha label,
  .form-1 .widget-select label,
  .form-1 .widget-password label,
  .form-1 .widget-text label {
    margin-bottom: 6px;
    display: block; }
  .form-1 .widget-captcha select,
  .form-1 .widget-captcha input,
  .form-1 .widget-select select,
  .form-1 .widget-select input,
  .form-1 .widget-password select,
  .form-1 .widget-password input,
  .form-1 .widget-text select,
  .form-1 .widget-text input {
    height: 56px;
    padding-left: 9px;
    padding-right: 0.5rem;
    width: 100%; }
  .form-1 .widget-captcha input:focus,
  .form-1 .widget-select input:focus,
  .form-1 .widget-password input:focus,
  .form-1 .widget-text input:focus {
    border: 2px solid #e30613;
    background-color: #fff;
    outline: none;
    transition: all 0.2s ease; }

.form-1 fieldset.checkbox-fach {
  display: grid;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 1rem 0; }
  @media (min-width: 768px) {
    .form-1 fieldset.checkbox-fach {
      grid-template-columns: 1fr 1fr;
      column-gap: 0.5rem; } }

.widget-select select {
  background-color: #fff; }

.widget-submit button {
  background-color: #e30613;
  border: 2px solid #e30613;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #fff;
  padding: 0.85rem 2.5rem;
  font-weight: 600;
  min-height: 52px; }

.widget-submit button:hover {
  background-color: #f9232f;
  border: 2px solid #f9232f;
  transition: all ease 0.6s;
  color: #fff; }

.font-weight-300 {
  font-weight: 300; }

.font-weight-400 {
  font-weight: 400; }

.font-italic {
  font-style: italic; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-700 {
  font-weight: 700; }

.font-weight-900 {
  font-weight: 900; }

.font-roboto {
  font-family: "Roboto",sans-serif; }

h1, h2, h3, h4, .headline-1, .headline-2, .headline-3, .font-bitter {
  font-family: "Bitter",serif; }

.headline-1,
h1 {
  font-weight: 900;
  color: #e30613;
  line-height: 115%;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .headline-1,
    h1 {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 2.5rem; } }

.headline-2,
h2 {
  font-weight: 900;
  color: #e30613;
  line-height: 115%;
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .headline-2,
    h2 {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 2.5rem; } }

h3 + p.text-info,
h1 + h2,
h3 + ul,
h3 + .rte ul,
h2 + h3 {
  margin-top: -0.65rem; }

.headline-3,
h3 {
  font-weight: 700;
  color: #e30613;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    .headline-3,
    h3 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 2rem; } }

.headline-4,
h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700; }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300; }

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300; }

.text-s {
  font-size: 14px;
  font-size: 0.875rem; }

.text-m {
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 1280px) {
    .text-m {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 120%; } }

.text-l {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 120%; }
  @media (min-width: 1280px) {
    .text-l {
      font-size: 32px;
      font-size: 2rem; } }

.text-xl {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 130%; }
  @media (min-width: 1280px) {
    .text-xl {
      font-size: 36px;
      font-size: 2.25rem; } }

.text-xxl {
  font-size: 30px;
  font-size: 1.875rem; }
  @media (min-width: 1280px) {
    .text-xxl {
      font-size: 52px;
      font-size: 3.25rem;
      line-height: 4rem; } }

.text-info {
  text-transform: uppercase;
  letter-spacing: 0.2rem; }

figcaption {
  font-style: italic;
  margin-bottom: 1rem; }

b,
strong {
  font-weight: 700; }

hr {
  border: none;
  border-top: 1px solid #e30613; }

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

a:hover {
  color: #e30613; }

.underline a,
a.underline {
  text-decoration: underline; }

li,
p {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4rem; }

.uppercase {
  text-transform: uppercase; }

.italic {
  font-style: italic; }

.light {
  font-weight: 300; }

.center {
  text-align: center; }

.right-s {
  text-align: left; }
  @media (min-width: 500px) {
    .right-s {
      text-align: right; } }

.right {
  text-align: right; }

.btn button,
.btn a {
  cursor: pointer;
  padding: 0.75rem 1rem;
  display: block;
  width: 100%;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem; }
  @media (min-width: 500px) {
    .btn button,
    .btn a {
      display: inline-block;
      width: auto; } }

.btn button:hover,
.btn a:hover {
  transition: border ease 0.6s;
  transition: background-color ease 0.6s; }

.btn-s button,
.btn-s a {
  cursor: pointer;
  padding: 0.35rem 1rem;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  font-weight: 400;
  min-height: 15px; }

.btn-1 button,
.btn-1 a {
  color: #fff;
  background-color: #e30613;
  border: 2px solid #e30613; }

.btn-1 button:hover,
.btn-1 a:hover {
  color: #fff;
  background-color: #e30613;
  border: 2px solid #e30613; }

.btn-2 button,
.btn-2 a {
  color: #fff;
  background-color: #3c3c3b;
  border: 2px solid #3c3c3b; }

.btn-2 button:hover,
.btn-2 a:hover {
  background-color: #565654;
  border: 2px solid #565654;
  color: #fff; }

.btn-3 button,
.btn-3 a {
  font-weight: 700;
  font-style: italic;
  background-color: #fff;
  border: 2px solid #fff; }

.btn-3 button:hover,
.btn-3 a:hover {
  background-color: #f6f6f6;
  border: 2px solid #f6f6f6; }

#main .swiper-center .controls {
  justify-content: center !important; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

.swiper-3 {
  margin-bottom: 1rem; }
  .swiper-3 .swiper-wrapper {
    position: relative;
    height: 300px; }
  .swiper-3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease; }

#main .content-swiper .cont {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  position: relative; }
  @media (min-width: 990px) {
    #main .content-swiper .cont {
      grid-template-columns: 1fr 200px; } }
  #main .content-swiper .cont .pfeile {
    position: relative;
    width: 120px;
    height: 50px;
    display: block; }
    @media (min-width: 0) and (max-width: 989px) {
      #main .content-swiper .cont .pfeile {
        display: none; } }
    #main .content-swiper .cont .pfeile .swiper-button-next,
    #main .content-swiper .cont .pfeile .swiper-button-prev {
      color: #e30613; }
    #main .content-swiper .cont .pfeile .swiper-button-next:after,
    #main .content-swiper .cont .pfeile .swiper-button-prev:after {
      font-size: 26px;
      font-size: 1.625rem; }

#main .content-swiper .swiper-pagination {
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 15px;
  width: unset;
  position: relative;
  text-align: left; }
  #main .content-swiper .swiper-pagination .swiper-pagination-bullet {
    color: #3c3c3b;
    position: relative;
    background: #3c3c3b;
    transition: all 0.5s ease; }
  #main .content-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 6px;
    transition: all 0.5s ease; }

.list-1 ul li {
  position: relative;
  list-style: none;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  padding-left: 16px; }

.list-1 ul li:first-child {
  margin-top: 0; }

.list-1 ul li:before {
  content: "» ";
  display: block;
  font-family: 700;
  color: #e30613;
  position: absolute;
  left: 0;
  text-indent: 0;
  margin-left: 0;
  height: 20px;
  width: 20px;
  font-family: "Bitter",serif; }

ul.list-3 {
  margin-bottom: 0em;
  list-style: none;
  list-style-type: none;
  counter-reset: my-counter;
  padding: 0; }
  ul.list-3 li {
    counter-increment: my-counter;
    padding-left: 42px;
    position: relative;
    margin-top: 0.35rem;
    min-height: 20px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 1rem; }
  ul.list-3 li::before {
    content: counter(my-counter);
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e30613;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: 700; }

.color-1 {
  color: #e30613; }

.grau-1 {
  color: #f6f6f6; }

.grau-2 {
  color: #d5d3c8; }

.grau-3 {
  color: #3c3c3b; }

.grau-4 {
  color: #575756; }

.white {
  color: #fff; }

.bg-color-1 {
  background-color: #e30613; }
  .bg-color-1 h1, .bg-color-1 h2, .bg-color-1 h3, .bg-color-1 h4, .bg-color-1 h5, .bg-color-1 h6, .bg-color-1 li, .bg-color-1 a, .bg-color-1 p {
    color: #fff; }

.bg-grau-1 {
  background-color: #f6f6f6; }

.bg-grau-2 {
  background-color: #d5d3c8; }

.bg-grau-3 {
  background-color: #3c3c3b; }
  .bg-grau-3 h1, .bg-grau-3 h2, .bg-grau-3 h3, .bg-grau-3 h4, .bg-grau-3 h5, .bg-grau-3 h6, .bg-grau-3 li, .bg-grau-3 a, .bg-grau-3 p {
    color: #fff; }

.content-player video {
  width: 100%;
  height: auto; }

.ce_youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }
  .ce_youtube iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important; }

.col-1 {
  margin-top: 1rem; }

.col-2 {
  margin-top: 1rem; }

.col-3 {
  margin-top: 1rem; }

.col-4 {
  margin-top: 1rem; }

.col-5 {
  margin-top: 1rem; }

.col-6 {
  margin-top: 1rem; }

.col-7 {
  margin-top: 1rem; }

.col-8 {
  margin-top: 1rem; }

.col-9 {
  margin-top: 1rem; }

.col-10 {
  margin-top: 1rem; }

.col-11 {
  margin-top: 1rem; }

.col-12 {
  margin-top: 1rem; }

.col-13 {
  margin-top: 1rem; }

.col-14 {
  margin-top: 1rem; }

.col-15 {
  margin-top: 1rem; }

.col-16 {
  margin-top: 1rem; }

.margin-1 img {
  margin-bottom: -0.35rem; }

.col-center,
.col-3-2,
.col-5-2,
.col-4-2,
.col-6-2,
.col-8-2 {
  margin-top: 1rem; }

h1, h2, h3, h4, h5, h6, p, ul, img, table {
  margin-bottom: 1rem; }

p.m-s {
  margin-bottom: 0.25rem; }

.no-margin img {
  margin-bottom: -6px; }

img.no-margin {
  margin-bottom: -6px; }

p.no-margin {
  margin-bottom: 0; }

.mt--1 {
  margin-top: -0.65rem; }

.mt-1-2 {
  margin-top: 2rem; }
  @media (min-width: 990px) {
    .mt-1-2 {
      margin-top: 2rem; } }

.mt-1,
.mt-2,
.mt-3,
.mt-4 {
  margin-top: 1rem; }

.mt-1-s {
  margin-top: 0.5rem; }

@media (min-width: 990px) {
  .mt-2 {
    margin-top: 2rem; } }

@media (min-width: 990px) {
  .mt-3 {
    margin-top: 3rem; } }

@media (min-width: 990px) {
  .mt-4 {
    margin-top: 4rem; } }

.mb-1,
.mb-2,
.mb-3,
.mb-4 {
  margin-bottom: 1rem; }

.mb-s {
  margin-bottom: 0.5rem; }

@media (min-width: 990px) {
  .mb-2 {
    margin-bottom: 2rem; } }

@media (min-width: 990px) {
  .mb-3 {
    margin-bottom: 3rem; } }

@media (min-width: 990px) {
  .mb-4 {
    margin-bottom: 4rem; } }

.spacer-1 {
  height: 1rem;
  clear: both;
  width: 100%; }

.spacer-2 {
  height: 1rem;
  clear: both;
  width: 100%; }

.spacer-3 {
  height: 1rem;
  clear: both;
  width: 100%; }

.spacer-4 {
  height: 1rem;
  clear: both;
  width: 100%; }

.spacer-5 {
  height: 1rem;
  clear: both;
  width: 100%; }

.spacer-6 {
  height: 1rem;
  clear: both;
  width: 100%; }

@media (min-width: 990px) {
  .spacer-1 {
    height: 1rem; }
  .spacer-2 {
    height: 2rem; }
  .spacer-3 {
    height: 3rem; }
  .spacer-4 {
    height: 4rem; }
  .spacer-5 {
    height: 5rem; }
  .spacer-6 {
    height: 6rem; } }

@media (min-width: 0) and (max-width: 499px) {
  .spacer-mobile-1 {
    height: 0.65rem;
    display: block;
    width: 100%; } }

@media (min-width: 500px) {
  .spacer-mobile-1 {
    display: none; } }

.ml-1 {
  margin-left: 0.5rem; }

.mr-1 {
  margin-right: 0.5rem; }

.padd-1 {
  padding: 1rem;
  padding-bottom: 0.001rem; }

.padd-2 {
  padding: 2rem;
  padding-bottom: 1rem; }

.padd-3 {
  padding: 1rem; }

.padd-4 {
  padding: 2rem; }

.padd-5 {
  padding: 1rem; }
  @media (min-width: 1280px) {
    .padd-5 {
      padding: 4rem 12rem; } }

.padd-6 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.mod_article .page {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 1020px) {
    .mod_article .page {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 1280px) {
    .mod_article .page {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.mod_article.no-padd,
.mod_article.no-padd .page {
  padding-top: 0;
  padding-bottom: 0; }

.mod_article .page.page-s,
.mod_article.article-s .page {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.padding-article-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 1020px) {
    .padding-article-1 {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 1280px) {
    .padding-article-1 {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

@media (min-width: 768px) {
  #main .content-header {
    height: 600px;
    overflow: hidden;
    position: relative; } }

@media (min-width: 1640px) {
  #main .content-header {
    height: 700px; } }

@media (min-width: 0) and (max-width: 767px) {
  #main .content-header .page {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #3c3c3b; } }

#main .content-header .img-header .content-image {
  display: block; }
  #main .content-header .img-header .content-image video,
  #main .content-header .img-header .content-image img {
    width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      #main .content-header .img-header .content-image video,
      #main .content-header .img-header .content-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.4s ease; } }

#main .content-header .relative {
  position: relative; }

@media (min-width: 0) and (max-width: 767px) {
  #main .content-header .offset {
    grid-column: auto/span 16; } }

#main .content-header .offset-1 {
  grid-column: auto/span 14;
  grid-column-start: 2; }
  @media (min-width: 0) and (max-width: 767px) {
    #main .content-header .offset-1 {
      grid-column: auto/span 16; } }

#main .content-header .col-center,
#main .content-header .col {
  margin-top: 1rem; }
  @media (min-width: 768px) {
    #main .content-header .col-center,
    #main .content-header .col {
      margin-top: 0;
      position: absolute;
      height: 600px;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  #main .content-header .col-center .text,
  #main .content-header .col .text {
    max-width: 800px; }
  @media (min-width: 1640px) {
    #main .content-header .col-center,
    #main .content-header .col {
      height: 700px; } }
  #main .content-header .col-center .content-headline,
  #main .content-header .col .content-headline {
    background-color: #e30613;
    color: #fff;
    display: block;
    padding: 0.75rem 1.25rem; }
  #main .content-header .col-center .flex-btn .btn,
  #main .content-header .col .flex-btn .btn {
    margin-bottom: 1rem; }
  @media (min-width: 400px) and (max-width: 767px) {
    #main .content-header .col-center .flex-btn,
    #main .content-header .col .flex-btn {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 1rem; }
      #main .content-header .col-center .flex-btn .btn a,
      #main .content-header .col .flex-btn .btn a {
        width: 100%;
        display: block; } }
  @media (min-width: 768px) {
    #main .content-header .col-center .flex-btn,
    #main .content-header .col .flex-btn {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem; } }

@media (min-width: 768px) {
  #main .content-header .col-center {
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 100%; }
    #main .content-header .col-center .text {
      max-width: 800px; } }

#main .content-header .grid-icon .text {
  width: 100%;
  order: 2; }
  @media (min-width: 600px) {
    #main .content-header .grid-icon .text {
      order: 1; } }

#main .content-header .grid-icon .coll {
  display: grid; }
  @media (min-width: 600px) {
    #main .content-header .grid-icon .coll {
      grid-template-columns: 1fr 200px;
      grid-column: 1rem; } }
  @media (min-width: 1640px) {
    #main .content-header .grid-icon .coll {
      grid-template-columns: 1fr 1fr; } }
  #main .content-header .grid-icon .coll .image_container {
    order: 1; }
    @media (min-width: 600px) {
      #main .content-header .grid-icon .coll .image_container {
        order: 2;
        text-align: center; } }
    #main .content-header .grid-icon .coll .image_container img {
      width: 60px;
      height: auto;
      margin-bottom: 1rem; }
      @media (min-width: 600px) {
        #main .content-header .grid-icon .coll .image_container img {
          width: 100px;
          margin-bottom: 0; } }
      @media (min-width: 1640px) {
        #main .content-header .grid-icon .coll .image_container img {
          width: 200px; } }

@media (min-width: 768px) {
  #main .content-header .col-headline-single {
    padding-bottom: 10rem; } }

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

.image80 img {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  height: auto; }

.image50 img {
  width: 50%;
  height: auto;
  margin-left: 25%;
  margin-right: 25%; }

.image50-2 img {
  width: 100%;
  text-align: center;
  height: auto; }
  @media (min-width: 768px) {
    .image50-2 img {
      width: 50%;
      margin-left: 25%;
      margin-right: 25%; } }

.image420 {
  text-align: center; }
  .image420 img {
    width: 300px;
    height: auto; }
    @media (min-width: 768px) {
      .image420 img {
        width: 420px;
        height: auto;
        margin-left: auto;
        margin-right: auto; } }

.ce_accordionSingle,
.ce_accordionStart {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #e30613;
  margin-bottom: 2rem; }
  .ce_accordionSingle .toggler,
  .ce_accordionStart .toggler {
    background-color: #e30613;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    padding: 1rem;
    padding-bottom: 1.1rem;
    cursor: pointer; }
    .ce_accordionSingle .toggler h3,
    .ce_accordionStart .toggler h3 {
      margin-bottom: 0; }
    .ce_accordionSingle .toggler svg,
    .ce_accordionStart .toggler svg {
      transform: rotate(0deg);
      transition: transform 0.15s ease; }
  .ce_accordionSingle .toggler.active svg,
  .ce_accordionStart .toggler.active svg {
    transform: rotate(180deg);
    transition: transform 0.15s ease; }
  .ce_accordionSingle .toggler:hover,
  .ce_accordionStart .toggler:hover {
    background-color: #3c3c3b; }
  .ce_accordionSingle .accordion .box-4,
  .ce_accordionStart .accordion .box-4 {
    grid-column: auto/span 3; }
    @media (min-width: 990px) {
      .ce_accordionSingle .accordion .box-4,
      .ce_accordionStart .accordion .box-4 {
        grid-column: auto/span 1; } }
  .ce_accordionSingle .accordion .box-8,
  .ce_accordionSingle .accordion .box-6,
  .ce_accordionStart .accordion .box-8,
  .ce_accordionStart .accordion .box-6 {
    grid-column: auto/span 3; }
    @media (min-width: 990px) {
      .ce_accordionSingle .accordion .box-8,
      .ce_accordionSingle .accordion .box-6,
      .ce_accordionStart .accordion .box-8,
      .ce_accordionStart .accordion .box-6 {
        grid-column: auto/span 2; } }
  .ce_accordionSingle .accordion > div,
  .ce_accordionStart .accordion > div {
    padding: 1rem;
    padding-bottom: 0;
    display: grid; }
    .ce_accordionSingle .accordion > div li,
    .ce_accordionStart .accordion > div li {
      list-style: disc;
      list-style-position: outside;
      padding-left: 0rem;
      margin-left: 1rem;
      margin-top: 0.3rem;
      margin-bottom: 0.3rem; }
    .ce_accordionSingle .accordion > div li:first-child,
    .ce_accordionStart .accordion > div li:first-child {
      margin-top: 0; }
    .ce_accordionSingle .accordion > div a,
    .ce_accordionStart .accordion > div a {
      color: #000;
      text-decoration: underline; }
    @media (min-width: 990px) {
      .ce_accordionSingle .accordion > div,
      .ce_accordionStart .accordion > div {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 2.5%; } }
    .ce_accordionSingle .accordion > div img,
    .ce_accordionStart .accordion > div img {
      border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      overflow: hidden; }
    .ce_accordionSingle .accordion > div .box-rechtliches,
    .ce_accordionStart .accordion > div .box-rechtliches {
      margin: -1rem;
      margin-bottom: 0;
      grid-column: auto/span 3;
      padding: 1rem;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      column-gap: 1.25%; }
      .ce_accordionSingle .accordion > div .box-rechtliches h3,
      .ce_accordionStart .accordion > div .box-rechtliches h3 {
        grid-column: auto/span 3;
        margin-bottom: 0; }
      .ce_accordionSingle .accordion > div .box-rechtliches .col-1,
      .ce_accordionStart .accordion > div .box-rechtliches .col-1 {
        background-color: #fff;
        padding: 1rem;
        padding-bottom: 0;
        grid-column: auto/span 3; }
        @media (min-width: 990px) {
          .ce_accordionSingle .accordion > div .box-rechtliches .col-1,
          .ce_accordionStart .accordion > div .box-rechtliches .col-1 {
            grid-column: auto/span 1; } }
        .ce_accordionSingle .accordion > div .box-rechtliches .col-1 p, .ce_accordionSingle .accordion > div .box-rechtliches .col-1 li, .ce_accordionSingle .accordion > div .box-rechtliches .col-1 h3, .ce_accordionSingle .accordion > div .box-rechtliches .col-1 h4,
        .ce_accordionStart .accordion > div .box-rechtliches .col-1 p,
        .ce_accordionStart .accordion > div .box-rechtliches .col-1 li,
        .ce_accordionStart .accordion > div .box-rechtliches .col-1 h3,
        .ce_accordionStart .accordion > div .box-rechtliches .col-1 h4 {
          color: #000; }

.acc-3.ce_accordionStart .accordion > div,
.acc-3.ce_accordionSingle .accordion > div {
  display: block; }

.img-radius img {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  overflow: hidden; }

.schatten-1 {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); }

.border-radius-1 {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem; }

.overflow-hidden {
  overflow: hidden; }

.border-radius-top {
  border-radius: 0rem;
  -moz-border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -webkit-border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
  -moz-border-radius-topleft: 0.5rem;
  -moz-border-radius-topright: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem; }

.border-radius-bottom {
  border-radius: 0rem;
  -moz-border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -webkit-border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
  -moz-border-radius-bottomleft: 0.5rem;
  -moz-border-radius-bottomright: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.absolut {
  position: absolute; }

.br {
  display: block; }

a.underline {
  text-decoration: underline; }

@media (min-width: 1280px) {
  .flyout {
    display: none;
    visibility: hidden; }
  li[aria-expanded="false"] > .flyout,
  li[data-focus="false"] > .flyout {
    display: none; }
  ul.level_2 li[aria-expanded="false"] .flyout,
  ul.level_1 li[aria-expanded="true"] .flyout {
    display: block;
    visibility: visible; }
  .nav-01 .menu-liste > ul {
    display: flex;
    justify-content: center; }
  .nav-01 .menu-toggle {
    display: none; }
  .nav-01 ul {
    margin-bottom: 0; }
    .nav-01 ul li {
      margin-left: 0.35rem;
      margin-right: 0.35rem; }
    .nav-01 ul a {
      font-weight: 500;
      font-size: 18px;
      font-size: 1.125rem;
      color: #3c3c3b;
      outline: 2px solid #fff;
      padding: 0.75rem 0.75rem;
      display: block; }
    .nav-01 ul a:focus {
      outline: 2px solid #e30613; }
    .nav-01 ul a:hover {
      color: #e30613; }
    .nav-01 ul li:hover {
      color: #e30613;
      background-color: #f6f6f6; }
      .nav-01 ul li:hover a {
        color: #e30613; }
    .nav-01 ul li.trail a.trail,
    .nav-01 ul a.active {
      color: #e30613; }
    .nav-01 ul button[aria-expanded="true"] svg {
      transform: rotate(180deg); }
    .nav-01 ul li.submenu:hover button {
      outline: 2px solid #e30613; }
      .nav-01 ul li.submenu:hover button svg {
        transform: rotate(180deg);
        transition: transform 0.25s ease-in;
        stroke: #e30613; }
    .nav-01 ul li.submenu {
      display: grid;
      grid-template-columns: 1fr 20px;
      column-gap: 0px; }
      .nav-01 ul li.submenu img {
        margin-bottom: 0.25rem; }
      .nav-01 ul li.submenu button {
        border: transparent;
        background-color: transparent;
        outline: 2px solid #fff;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 0; }
        .nav-01 ul li.submenu button svg {
          transition: transform 0.25s ease-in;
          fill: none;
          stroke: #3c3c3b;
          stroke-miterlimit: 10;
          stroke-width: 2px; }
      .nav-01 ul li.submenu button:focus {
        outline: 2px solid #e30613; }
        .nav-01 ul li.submenu button:focus svg {
          stroke: #e30613; }
    .nav-01 ul li ul.level_2 {
      position: absolute;
      display: block;
      background-color: #fff;
      border: 2px solid #e30613;
      min-width: 300px;
      padding: 1rem;
      padding-bottom: 1.5rem;
      z-index: 99999; }
      .nav-01 ul li ul.level_2 li {
        display: block;
        margin-top: 1rem;
        display: grid;
        grid-template-columns: 40px 1fr;
        align-content: center;
        align-items: center; }
        .nav-01 ul li ul.level_2 li button {
          display: none; }
        .nav-01 ul li ul.level_2 li img {
          margin-bottom: 0;
          width: 30px;
          height: 30px; }
        .nav-01 ul li ul.level_2 li a {
          display: block;
          padding: 0;
          text-decoration: none;
          margin: 0;
          outline: 2px solid #fff;
          color: #3c3c3b;
          height: auto; }
        .nav-01 ul li ul.level_2 li a:hover {
          background-color: #fff;
          color: #e30613; }
        .nav-01 ul li ul.level_2 li a:focus {
          outline: 2px solid #e30613; }
      .nav-01 ul li ul.level_2 li:hover {
        background-color: #fff; } }

@media (max-width: 1279px) {
  #header .box {
    height: 70px; }
  .nav-01 button.menu-toggle-close {
    display: none; }
  .nav-01 button.menu-toggle {
    float: right;
    width: 50px;
    height: 50px;
    background-color: #e30613;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border: transparent;
    outline: 2px solid #e30613;
    outline-offset: -2px;
    color: #fff;
    display: grid;
    place-content: center;
    cursor: pointer; }
    .nav-01 button.menu-toggle .m-toggle {
      grid-area: text; }
      .nav-01 button.menu-toggle .m-toggle .linie {
        height: 3px;
        width: 25px;
        background-color: #fff;
        margin-top: 4px;
        margin-bottom: 4px; }
      .nav-01 button.menu-toggle .m-toggle .linie:nth-child(1) {
        transform-origin: center bottom; }
      .nav-01 button.menu-toggle .m-toggle .linie:nth-child(2) {
        transform-origin: center center; }
      .nav-01 button.menu-toggle .m-toggle .linie:nth-child(3) {
        transform-origin: center top; }
    .nav-01 button.menu-toggle[aria-expanded="true"] .m-toggle {
      margin-left: -2px; }
    .nav-01 button.menu-toggle[aria-expanded="true"] .linie {
      transition: transform 0.2s ease-in, opacity 0.2s ease-in;
      margin-top: 0;
      margin-bottom: 0; }
    .nav-01 button.menu-toggle[aria-expanded="true"] .linie:nth-child(1) {
      transform: rotate(-45deg) translateY(4px);
      transform-origin: center bottom; }
    .nav-01 button.menu-toggle[aria-expanded="true"] .linie:nth-child(2) {
      opacity: 0;
      /* Versteckt die mittlere Linie */
      transform: scale(0); }
    .nav-01 button.menu-toggle[aria-expanded="true"] .linie:nth-child(3) {
      transform: rotate(45deg) translateY(-3px);
      transform-origin: center;
      transform-origin: top center; }
  .nav-01 button.menu-toggle:focus {
    outline: 2px solid #fff; }
  .nav-01 button.menu-toggle[aria-expanded="false"] + .menu-liste {
    display: block;
    transform: translateX(0) translateY(-5%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    transition: right 0.5s ease; }
  .nav-01 button.menu-toggle[aria-expanded="true"] + .menu-liste {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(0);
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.2s ease;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0; }
  .nav-01 .menu-liste {
    position: absolute;
    background-color: #3c3c3b;
    width: 100%;
    left: 0;
    top: 100%;
    transition: right 1s ease;
    z-index: 8; }
  .nav-01 .menu-liste > ul {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #fff;
    border: 1px solid #fa3c47;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    overflow: hidden;
    height: calc(100vh - 70px);
    overflow-y: auto; }
  .nav-01 .menu-liste ul > li {
    border-bottom: 1px solid #3c3c3b; }
  .nav-01 .menu-liste ul {
    margin-bottom: 0; }
    .nav-01 .menu-liste ul div.image {
      display: none; }
    .nav-01 .menu-liste ul a {
      display: block;
      color: #000;
      font-weight: 700;
      font-size: 17px;
      font-size: 1.0625rem;
      border-left: 10px solid #fff;
      padding-left: 0.5rem; }
    .nav-01 .menu-liste ul a, .nav-01 .menu-liste ul button {
      height: 50px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .nav-01 .menu-liste ul li.trail .trail {
      color: #000; }
    .nav-01 .menu-liste ul a.active {
      color: #e30613; }
    .nav-01 .menu-liste ul li {
      display: block; }
    .nav-01 .menu-liste ul li.submenu button[aria-expanded="false"] + .flyout {
      display: none; }
    .nav-01 .menu-liste ul li.submenu button[aria-expanded="true"] + .flyout {
      display: block !important; }
    .nav-01 .menu-liste ul li.submenu button[aria-expanded="true"] svg {
      transform: rotate(180deg);
      transition: transform 0.25s ease-in; }
    .nav-01 .menu-liste ul li.submenu button svg {
      transition: transform 0.25s ease-in; }
    .nav-01 .menu-liste ul li a:focus,
    .nav-01 .menu-liste ul li a:focus-visible {
      background-color: white;
      outline: 2px solid #e30613;
      outline-offset: -4px;
      border-left: 10px solid #3c3c3b; }
    .nav-01 .menu-liste ul li.submenu {
      display: grid;
      grid-template-columns: 1fr 50px;
      align-items: center;
      border-bottom: 1px solid #3c3c3b; }
      .nav-01 .menu-liste ul li.submenu a {
        color: #000;
        text-decoration: none;
        border-left: 10px solid #fff;
        padding-left: 0.5rem; }
      .nav-01 .menu-liste ul li.submenu a:focus,
      .nav-01 .menu-liste ul li.submenu a:focus-visible {
        border-left: 10px solid #3c3c3b; }
      .nav-01 .menu-liste ul li.submenu a.active {
        color: #e30613;
        border-left: 10px solid #3c3c3b;
        background-color: #f6f6f6; }
      .nav-01 .menu-liste ul li.submenu button {
        border: transparent;
        background-color: #f6f6f6;
        outline: 2px solid #f6f6f6;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        outline-offset: -3px; }
        .nav-01 .menu-liste ul li.submenu button svg {
          transition: transform 0.25s ease-in;
          fill: none;
          stroke: #e30613;
          stroke-miterlimit: 10;
          stroke-width: 2px;
          width: 60%;
          height: auto; }
      .nav-01 .menu-liste ul li.submenu button:focus {
        outline: 2px solid #e30613;
        background-color: white; }
      .nav-01 .menu-liste ul li.submenu .flyout {
        border-top: 1px solid #3c3c3b;
        width: 100%;
        grid-column: auto/span 2;
        display: block; }
        .nav-01 .menu-liste ul li.submenu .flyout li {
          border-bottom: 1px solid #3c3c3b; }
          .nav-01 .menu-liste ul li.submenu .flyout li a {
            border-left: 10px solid #3c3c3b; }
          .nav-01 .menu-liste ul li.submenu .flyout li a.active {
            border-left: 10px solid #3c3c3b; }
        .nav-01 .menu-liste ul li.submenu .flyout li:last-child {
          border-bottom: none; }
        .nav-01 .menu-liste ul li.submenu .flyout ul ul li a {
          border-left: 20px solid #3c3c3b; }
        .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu {
          grid-template-columns: 40px 1fr 50px;
          align-items: center; }
          .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu .image {
            border-left: 10px solid #3c3c3b;
            padding-left: 10px;
            height: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center; }
            .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu .image img {
              margin-bottom: 0; }
          .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu .flyout {
            grid-column: auto/span 3; }
          .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu a {
            border-left: 0; }
          .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu ul li a {
            border-left: 10px solid #3c3c3b; } }

.content-gallery ul {
  display: grid;
  column-gap: 2.6%; }
  .content-gallery ul li img {
    width: 100%;
    height: auto; }

.content-gallery ul.gall1 {
  grid-template-columns: 1fr; }

.content-gallery.gall15 ul,
.content-gallery.gall20 ul,
.content-gallery.gall25 ul,
.content-gallery.gall30 ul,
.content-gallery.gall50 ul {
  grid-template-columns: 1fr 1fr; }

@media (min-width: 768px) {
  .content-gallery.gall30 ul {
    grid-template-columns: 1fr 1fr 1fr; }
  .content-gallery.gall25 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .content-gallery.gall20 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
  .content-gallery.gall15 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#main {
  overflow: hidden; }

#header,
#footer,
#main {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto; }

.page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.page:after {
  content: " ";
  display: block;
  clear: both; }

.rtl {
  float: right; }

#footer {
  background-color: #e30613;
  color: #fff; }
  #footer a, #footer p, #footer div {
    color: #fff; }
  #footer a {
    text-decoration: underline; }
  #footer .page {
    padding-top: 1rem;
    padding-bottom: 2rem; }
    @media (min-width: 1280px) {
      #footer .page {
        padding-top: 5rem;
        padding-bottom: 6rem; } }
  #footer .grid-footer {
    display: grid;
    grid-template-columns: 1fr; }
    @media (min-width: 1280px) {
      #footer .grid-footer {
        grid-template-columns: 280px 320px 160px 160px 160px 1fr;
        column-gap: 1.25%; } }
    @media (min-width: 1640px) {
      #footer .grid-footer {
        grid-template-columns: 280px 320px 160px 160px 216px 1fr;
        column-gap: 1.25%; } }
    @media (min-width: 1280px) {
      #footer .grid-footer .nav-02,
      #footer .grid-footer .adresse {
        border-right: 1px solid #fff; } }
    #footer .grid-footer .insta {
      padding-top: 1rem; }
      #footer .grid-footer .insta img {
        width: 160px;
        height: auto; }
        @media (min-width: 1640px) {
          #footer .grid-footer .insta img {
            width: 216px; } }
    #footer .grid-footer .logo {
      margin-top: 1rem; }
      #footer .grid-footer .logo a {
        display: block;
        width: 140px;
        height: 57px; }
        @media (min-width: 1280px) {
          #footer .grid-footer .logo a {
            width: 265px;
            height: 78px; } }
        #footer .grid-footer .logo a img {
          width: 100%;
          height: auto; }
    #footer .grid-footer .nav-02 {
      margin-top: 0.4rem; }
    #footer .grid-footer .toplink {
      margin-top: 1rem;
      text-transform: uppercase; }
      @media (min-width: 1280px) {
        #footer .grid-footer .toplink {
          text-align: right; } }
      #footer .grid-footer .toplink img {
        margin-bottom: 0.25rem; }

