@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
 */
.clear, #clear {
  height: 1px;
  clear: both;
  margin-top: -1px;
}

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

#container:after, .custom:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: 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);
}

.padding-article-1 {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 61.875em) {
  .padding-article-1 {
    padding-top: 3.5rem;
    padding-bottom: 3.8rem;
  }
}

.padd-1 {
  padding: 0.75rem 1rem;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 73.75em) {
  .padd-1 {
    padding: 1.25rem 1.5rem;
    padding-bottom: 0.75rem;
  }
}

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

@media screen and (min-width: 61.875em) {
  .flex {
    display: flex;
  }
}

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

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

.grid {
  display: grid;
}

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

.grid-container {
  display: grid;
  column-gap: 2.2%;
  grid-template-columns: repeat(12, 1fr);
}

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

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

@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .order-1 {
    order: 1;
  }
}

@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .order-2 {
    order: 2;
  }
}

@media screen and (max-width: 47.99em) {
  .col-2 h3,
  .col-2 .text-xl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 32.5em) {
  .col-2 {
    grid-column: auto/span 6;
  }
}
@media screen and (min-width: 31.25em) {
  .col-50 {
    grid-column: auto/span 6;
  }
}
@media screen and (min-width: 61.875em) {
  .col-1 {
    grid-column: auto/span 6;
  }
  .col-2 {
    grid-column: auto/span 6;
  }
  .col-2-2 {
    grid-column: auto/span 2;
  }
  .col-3 {
    grid-column: auto/span 6;
  }
  .col-3-2 {
    grid-column: auto/span 2;
  }
  .col-4 {
    grid-column: auto/span 6;
  }
  .col-5 {
    grid-column: auto/span 6;
  }
  .col-6 {
    grid-column: auto/span 6;
  }
  .col-6-2 {
    grid-column: auto/span 10;
  }
  .col-7 {
    grid-column: auto/span 12;
  }
  .col-7-2 {
    grid-column: auto/span 10;
  }
  .col-8 {
    grid-column: auto/span 12;
  }
  .col-8-2 {
    grid-column: auto/span 10;
  }
  .col-9 {
    grid-column: auto/span 12;
  }
  .col-10 {
    grid-column: auto/span 12;
  }
  .col-10-2 {
    grid-column: auto/span 10;
  }
  .col-11 {
    grid-column: auto/span 12;
  }
  .col-12 {
    grid-column: auto/span 12;
  }
  .col-center {
    grid-column: auto/span 12;
  }
  .col-center-2 {
    grid-column: auto/span 12;
  }
}
@media screen and (min-width: 80em) {
  .col-1 {
    grid-column: auto/span 1;
  }
  .col-2 {
    grid-column: auto/span 2;
  }
  .col-3 {
    grid-column: auto/span 3;
  }
  .col-3-2 {
    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-6-2 {
    grid-column: auto/span 6;
  }
  .col-7 {
    grid-column: auto/span 7;
  }
  .col-7-2 {
    grid-column: auto/span 7;
  }
  .col-8 {
    grid-column: auto/span 8;
  }
  .col-8-2 {
    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-center {
    grid-column: auto/span 10;
    grid-column-start: 2;
  }
  .col-center-2 {
    grid-column: auto/span 8;
    grid-column-start: 3;
  }
}
@media screen and (min-width: 102.5em) {
  .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: auto/span 8;
    grid-column-start: 3;
  }
  .col-center-2 {
    grid-column-start: 3;
  }
}
@media screen and (min-width: 61.875em) {
  .grid-33 {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2.2%;
  }
}

.mod_breadcrumb {
  background-color: #333;
}
.mod_breadcrumb ul {
  margin-bottom: 0;
}
.mod_breadcrumb li {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

.startseite .mod_breadcrumb {
  display: none;
}

@media screen and (min-width: 48em) {
  .nav-02 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.2%;
  }
}
@media screen and (min-width: 61.875em) {
  .nav-02 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2.2%;
  }
}
.nav-02 ul li {
  margin-bottom: 1rem;
}
@media screen and (min-width: 61.875em) {
  .nav-02 ul li {
    margin-bottom: 1.5rem;
  }
}
.nav-02 ul li a {
  display: block;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border: 1px solid #000;
  padding: 0.8rem;
  padding-left: 0;
  background-color: #fff;
  box-shadow: 4px 4px 0px #f0eee6;
  transition: background-color 0.5s ease-out, box-shadow 0.2s ease-in;
}
.nav-02 ul li a .nav-quicklink-grid {
  display: grid;
  grid-template-columns: 6rem 1fr;
  align-items: center;
}
.nav-02 ul li a .nav-quicklink-grid .text span {
  display: block;
}
.nav-02 ul li a .nav-quicklink-grid .text span.underline {
  text-decoration: underline;
}
.nav-02 ul li a .nav-quicklink-grid .image {
  text-align: center;
}
.nav-02 ul li a .nav-quicklink-grid img {
  margin-bottom: 0;
}
.nav-02 ul li a:hover {
  background-color: #efdf00;
  color: #000;
  box-shadow: 8px 8px 0px #f0eee6;
  transition: background-color 0.5s ease-out, box-shadow 0.2s ease-in;
}

@media screen and (min-width: 61.875em) {
  .nav-02.nav-quicklinks-2 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.2%;
  }
}

@media screen and (min-width: 61.875em) {
  .nav-03 ul {
    text-align: right;
  }
}
.nav-03 ul li {
  display: inline-block;
  margin-left: 1rem;
  margin-left: 1rem;
}
.nav-03 ul li:first-child {
  margin-left: 0;
}
.nav-03 ul li:last-child {
  margin-right: 0;
}

.startseite #header {
  border-bottom: none;
}

#header nav.kontakt {
  position: fixed;
  z-index: 999;
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  #header nav.kontakt {
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #d5d3c8;
  }
}
@media screen and (min-width: 48em) {
  #header nav.kontakt {
    right: 1rem;
    top: 24rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  #header nav.kontakt ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
#header nav.kontakt ul li {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  background-color: #efdf00;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  #header nav.kontakt ul li {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 48em) {
  #header nav.kontakt ul li {
    margin-bottom: 0.6rem;
    -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);
  }
}
#header nav.kontakt ul li a {
  display: block;
  width: 100%;
  height: auto;
  color: #000;
  line-height: 0;
}
#header nav.kontakt ul li img {
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
#header nav.kontakt ul li button {
  background-color: transparent;
  border: transparent;
  padding: 0;
  margin: 0;
}
#header nav.kontakt ul li a, #header nav.kontakt ul li button {
  text-align: center;
}
#header nav.kontakt ul li:hover {
  background-color: rgb(213.5, 199.2071129707, 0);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in;
}
#header dialog {
  padding: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  #header dialog {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 48em) {
  #header dialog {
    min-width: 520px;
  }
}
#header dialog .open {
  display: grid;
  grid-template-columns: 6rem 1fr;
  font-variant-numeric: tabular-nums;
}
#header dialog address {
  font-style: normal;
}
#header dialog .dialog-content {
  position: relative;
}
#header dialog .dialog-content button.dialog-close {
  position: absolute;
  right: 0rem;
  top: 0rem;
  background-color: #000;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border: 1px solid #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#header {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 3rem solid #333;
}
@media screen and (min-width: 80em) {
  #header {
    padding-bottom: 0;
  }
}
#header .logo {
  line-height: auto;
}
#header .logo a {
  line-height: 0;
  display: block;
}
#header .logo img {
  width: 200px;
  height: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 20em) {
  #header .logo img {
    width: 220px;
  }
}
@media screen and (min-width: 25.625em) {
  #header .logo img {
    width: 300px;
  }
}
@media screen and (min-width: 80em) {
  #header .logo img {
    margin-bottom: 1.1rem;
    height: 50px;
    width: auto;
  }
}
#header .grid-header {
  column-gap: 1rem;
  display: grid;
  grid-template-columns: 1fr 50px;
  align-items: center;
}
@media screen and (min-width: 61.875em) {
  #header .grid-header {
    grid-template-columns: 240px 1fr;
  }
}
@media screen and (min-width: 80em) {
  #header .grid-header {
    grid-template-columns: 391px 1fr;
    align-items: flex-end;
  }
}
@media screen and (min-width: 61.875em) and (max-width: 79.99em) {
  #header .grid-header .header-right {
    display: grid;
    grid-template-columns: 1fr 50px;
    column-gap: 0.5rem;
    align-items: flex-end;
  }
}
#header .grid-header .header-right .claim {
  text-align: right;
  line-height: 0;
}
@media screen and (min-width: 0em) and (max-width: 79.99em) {
  #header .grid-header .header-right .claim {
    display: none;
  }
}
#header .grid-header .header-right .claim img {
  margin-bottom: 0;
}
@media screen and (min-width: 80em) {
  #header .grid-header .header-right .claim {
    margin-bottom: 0.25rem;
  }
}

.span-30 {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .span-30 {
    width: 32%;
  }
}

.span-100 {
  width: 100%;
}

.span-50 {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .span-50 {
    width: 48.5%;
  }
}

.span-60 {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .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 screen and (min-width: 31.25em) {
  .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: 400;
  display: block;
  margin-bottom: 0.5rem;
}
.form-1 .widget-textarea textarea:focus {
  border: 2px solid #efdf00;
  background-color: #fff;
  outline: none;
  transition: all 0.2s ease;
}
.form-1 .widget-textarea textarea {
  display: block;
  padding: 0.5rem;
}
.form-1 .widget-textarea textarea:not(:placeholder-shown) {
  border: 2px solid #646b52;
  font-weight: 500;
}
.form-1 select,
.form-1 input,
.form-1 textarea {
  border: 2px solid #d5d3c8;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #fff;
}
.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 .select-check:focus,
.form-1 .widget-captcha .select-check:focus-visible,
.form-1 .widget-captcha input:focus,
.form-1 .widget-select .select-check:focus,
.form-1 .widget-select .select-check:focus-visible,
.form-1 .widget-select input:focus,
.form-1 .widget-password .select-check:focus,
.form-1 .widget-password .select-check:focus-visible,
.form-1 .widget-password input:focus,
.form-1 .widget-text .select-check:focus,
.form-1 .widget-text .select-check:focus-visible,
.form-1 .widget-text input:focus {
  border: 2px solid #efdf00;
  background-color: #fff;
  outline: none;
  transition: all 0.2s ease;
}
.form-1 .widget-captcha select.selected,
.form-1 .widget-select select.selected,
.form-1 .widget-password select.selected,
.form-1 .widget-text select.selected {
  border: 2px solid #646b52;
  font-weight: 500;
}
.form-1 .widget-captcha input[type=text]:not(:placeholder-shown),
.form-1 .widget-select input[type=text]:not(:placeholder-shown),
.form-1 .widget-password input[type=text]:not(:placeholder-shown),
.form-1 .widget-text input[type=text]:not(:placeholder-shown) {
  border: 2px solid #646b52;
  font-weight: 500;
}
.form-1 .widget-captcha input[type=date].has-value,
.form-1 .widget-select input[type=date].has-value,
.form-1 .widget-password input[type=date].has-value,
.form-1 .widget-text input[type=date].has-value {
  border: 2px solid #646b52;
  font-weight: 500;
}
.form-1 .widget-select:focus-within select {
  border: 2px solid #efdf00;
}
.form-1 fieldset.checkbox-fach {
  display: grid;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 1rem 0;
}
@media screen and (min-width: 48em) {
  .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: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  color: #fff;
  padding: 0.85rem 2.5rem;
  font-weight: 600;
  min-height: 52px;
  width: auto;
}
.widget-submit button:hover {
  background-color: #efdf00;
  border: 2px solid #efdf00;
  transition: all ease 0.6s;
  color: #000;
}

.ce_personio_job_application.form-1 .widget {
  width: 100%;
}
.ce_personio_job_application.form-1 .widget-salary_expectations,
.ce_personio_job_application.form-1 .widget-available_from,
.ce_personio_job_application.form-1 .widget-last_name,
.ce_personio_job_application.form-1 .widget-first_name {
  width: 100%;
}
@media screen and (min-width: 31.25em) {
  .ce_personio_job_application.form-1 .widget-salary_expectations,
  .ce_personio_job_application.form-1 .widget-available_from,
  .ce_personio_job_application.form-1 .widget-last_name,
  .ce_personio_job_application.form-1 .widget-first_name {
    width: 48.5%;
  }
}
.ce_personio_job_application.form-1 .widget-salary_expectations input,
.ce_personio_job_application.form-1 .widget-available_from input,
.ce_personio_job_application.form-1 .widget-last_name input,
.ce_personio_job_application.form-1 .widget-first_name input {
  width: 100%;
}
.ce_personio_job_application.form-1 textarea {
  width: 100%;
}

@media screen and (min-width: 32.5em) {
  .liste-grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
    column-gap: 2.2%;
  }
}
@media screen and (min-width: 61.875em) {
  .liste-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.liste-grid .entry {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border: 1px solid #000;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
}
.liste-grid .entry .headline {
  padding: 1rem;
  padding-bottom: 0;
}
.liste-grid .entry .content_image {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: -1rem;
}
.liste-grid .entry .content_image figure {
  position: relative;
  aspect-ratio: 4/3;
}
.liste-grid .entry .content_image img {
  width: 100%;
  height: auto;
}
.liste-grid .entry h2 {
  border-bottom: 2px dotted #000;
  padding-bottom: 0.85rem;
}
.liste-grid .entry img {
  width: 100%;
  height: auto;
}
.liste-grid .entry nav {
  background-color: #faf9f5;
  padding: 0.5rem 1rem;
}
.liste-grid .entry nav ul {
  margin-bottom: 0;
}
.liste-grid .entry nav ul li {
  display: block;
  border-bottom: 1px dotted #000;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.liste-grid .entry nav ul li:last-child {
  border-bottom: transparent;
}

.liste-filter .liste-filter__row legend {
  color: #808080;
  font-size: 16px;
  font-size: 1rem;
}
.liste-filter .liste-filter__row legend.no-display {
  display: none;
}
.liste-filter .marke button {
  line-height: 0;
}
.liste-filter .marke button svg {
  height: 1.1rem;
  width: auto;
}
.liste-filter .marke button svg rect,
.liste-filter .marke button svg path {
  fill: #000;
}
.liste-filter .marke button:hover svg rect,
.liste-filter .marke button:hover svg path,
.liste-filter .marke button.is-active svg rect,
.liste-filter .marke button.is-active svg path {
  fill: #fff;
}
.liste-filter button {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  padding: 0.65rem 0.85rem;
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
  margin-right: 0.35rem;
}
.liste-filter button:hover,
.liste-filter button.is-active {
  background-color: #000;
  color: #fff;
}
.liste-filter button.reset {
  background-color: transparent;
  padding: 0;
  border: transparent;
  color: #808080;
  text-decoration: underline;
}
.liste-filter button.reset:hover {
  color: #000;
}

@media screen and (min-width: 61.875em) {
  .mod_recommendationlist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2.2%;
  }
}
.mod_recommendationlist .layout_default {
  margin-bottom: 1rem;
}
.mod_recommendationlist .layout_default .head {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  column-gap: 0.85rem;
  align-items: center;
  margin-bottom: 1rem;
}
.mod_recommendationlist .layout_default .head .kreis {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  -moz-border-radius: 1.75rem;
  -webkit-border-radius: 1.75rem;
  background-color: #d5d3c8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
.mod_recommendationlist .layout_default .head .text .author {
  font-weight: 700;
}
@media screen and (min-width: 31.25em) {
  .mod_recommendationlist .layout_default .head .text .author {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.mod_recommendationlist .layout_default .head .text .date {
  font-size: 12px;
  font-size: 0.75rem;
}
.mod_recommendationlist .layout_default .head .text .rating {
  width: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 0.25rem;
}
@media screen and (min-width: 31.25em) {
  .mod_recommendationlist .layout_default .head .text .rating {
    margin-top: 0.25rem;
  }
}
.mod_recommendationlist .layout_default .head .text .rating svg {
  width: 1.5rem;
  height: auto;
}
.mod_recommendationlist .layout_default .head .text .rating svg .st-star {
  fill: #646b52;
}
.mod_recommendationlist .layout_default a {
  text-decoration: underline;
}

.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;
}

h1 {
  font-weight: 700;
  line-height: 1.9rem;
  font-size: 24px;
  font-size: 1.5rem;
  color: #333;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 2.2rem;
  }
}

h2 {
  font-weight: 700;
  line-height: 1.8rem;
  color: #333;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 2.2rem;
  }
}

h3 {
  font-weight: 700;
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 48em) {
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

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-xs {
  font-size: 14px;
  font-size: 0.875rem;
}

.text-s {
  font-size: 16px;
  font-size: 1rem;
}

.text-m {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.text-l {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 80em) {
  .text-l {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.text-xl {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2rem;
}
@media screen and (min-width: 80em) {
  .text-xl {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.text-xxl {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 2rem;
}
@media screen and (min-width: 80em) {
  .text-xxl {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.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: 2px dotted #333;
}

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

a:hover {
  color: #808080;
  transition: color 0.3s ease;
}

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

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

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

.center {
  text-align: center;
}

.seo-text h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.seo-text h3,
.seo-text p {
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  line-height: 1.4rem;
}
.seo-text h3 {
  margin-bottom: 0rem;
}

.seo-text h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.seo-text h3,
.seo-text p {
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  line-height: 1.4rem;
}
.seo-text h3 {
  margin-bottom: 0rem;
}

.rte h3 + p {
  margin-top: -1rem;
}

.btn button,
.btn a {
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 31.25em) {
  .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: #000;
  background-image: linear-gradient(90deg, rgb(199, 209, 197) 0%, rgb(204, 244, 204) 100%);
  outline: 2px solid transparent;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  position: relative;
  z-index: 100;
  transition: all 0.5s ease;
}
.btn-1 button:hover,
.btn-1 a:hover {
  color: #000;
  background-color: rgb(89.25, 89.25, 89.25);
  outline: 2px solid #faf9f5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.btn-1 a:focus {
  outline: 2px solid #faf9f5;
  outline-offset: 0px;
  background-image: linear-gradient(90deg, rgb(204, 244, 204) 0%, rgb(204, 244, 204) 100%);
}
.btn-1 a:focus-visible {
  outline: 2px solid #000;
}
.btn-1 a:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(90deg, rgb(204, 244, 204) 0%, rgb(204, 244, 204) 100%);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  transition: all 0.5s ease;
}
.btn-1 a:hover:before {
  opacity: 1;
  transition: all 0.5s ease;
}

.btn-2 button,
.btn-2 a {
  background-color: #faf9f5;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  color: #000;
}
.btn-2 a:hover {
  background-color: hsl(48, 33.3333333333%, 105.0588235294%);
  color: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

.btn-3 button,
.btn-3 a {
  background-color: #faf9f5;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  color: #000;
}
.btn-3 a:hover {
  background-color: hsl(48, 33.3333333333%, 105.0588235294%);
  color: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

.btn-4 button,
.btn-4 a {
  background-color: #efefef;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  color: #000;
}
.btn-4 a:hover {
  background-color: rgb(218.6, 218.6, 218.6);
  color: #000;
  -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);
  transition: all 0.5s ease;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

#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 .swiper-button-prev {
  transform: rotate(180deg);
}

.list-1 ul li {
  list-style: disc;
  list-style-position: outside;
  padding-left: 0rem;
  margin-left: 1rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.list-1 ul li:first-child {
  margin-top: 0;
}

.list-2 ul li {
  position: relative;
  padding-left: 1.75rem;
  list-style: none;
  line-height: 1.5rem;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}
.list-2 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../icon/icons-haken.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-position: left top;
}
.list-2 ul ul li:before {
  content: "—";
  background-image: none;
}

.list-3 ul li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  list-style: none;
  line-height: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

ul.normen li {
  display: inline-block;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
ul.normen li span, ul.normen li a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  background-color: #fff;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  padding: 0.2rem 0.65rem;
}
ul.normen li span:hover, ul.normen li a:hover {
  background-color: #faf9f5;
  transition: all 0.3s ease;
  color: #000;
}

.color-1 {
  color: #333;
}

.black {
  color: #000;
}

.grau-1 {
  color: #efefef;
}

.grau-2 {
  color: #d5d3c8;
}

.grau-3 {
  color: #808080;
}

.grau-4 {
  color: #333;
}

.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-color-1 {
  background-color: #333;
  color: #fff;
}
.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-color-2 {
  background-color: #efdf00;
}

.bg-color-3 {
  background-color: #faf9f5;
}

.bg-color-4 {
  background-color: #f0eee6;
}

.bg-color-5 {
  background-color: #646b52;
}

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

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

.bg-grau-3 {
  background-color: #808080;
}
.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-2-2,
.col-3-2,
.col-5-2,
.col-4-2,
.col-6-2,
.col-7-2,
.col-8-2,
.col-9-2,
.col-10-2 {
  margin-top: 1rem;
}

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

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

@media screen and (min-width: 0em) and (max-width: 61.865em) {
  h1.no-margin-m,
  h2.no-margin-m,
  h3.no-margin-m {
    margin-bottom: 0;
  }
}

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 screen and (min-width: 61.875em) {
  .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 screen and (min-width: 61.875em) {
  .mt-2 {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 61.875em) {
  .mt-3 {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 61.875em) {
  .mt-4 {
    margin-top: 4rem;
  }
}

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

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

.mb-s-25 {
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 61.875em) {
  .mb-2 {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 61.875em) {
  .mb-3 {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 61.875em) {
  .mb-4 {
    margin-bottom: 4rem;
  }
}

.spacer-1 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-2 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-3 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-4 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-5 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

.spacer-6 {
  height: 1rem;
  clear: both;
  width: 100%;
  grid-column: auto/span 12;
}

@media screen and (min-width: 61.875em) {
  .spacer-1 {
    height: 1rem;
  }
  .spacer-2 {
    height: 2rem;
  }
  .spacer-3 {
    height: 3rem;
  }
  .spacer-4 {
    height: 4rem;
  }
  .spacer-5 {
    height: 5rem;
  }
  .spacer-6 {
    height: 6rem;
  }
}
.padd-1 {
  padding: 1rem;
  padding-bottom: 0.001rem;
}

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

.padd-4 {
  padding: 1.5rem 2rem 1rem 2rem;
}

.padd-3 {
  padding: 0.5rem 2rem 1rem 2rem;
}

.leg {
  padding-bottom: 0.35rem;
  margin-bottom: 0.5rem;
}

.padd-10,
.mod_article .page {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 61.875em) {
  .padd-10,
  .mod_article .page {
    padding-top: 3.5rem;
    padding-bottom: 3.8rem;
  }
}

.padd-s .page,
.mod_article.padd-s .page {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 61.875em) {
  .padd-s .page,
  .mod_article.padd-s .page {
    padding-top: 2rem;
    padding-bottom: 2.2rem;
  }
}

.padd-m .page,
.mod_article.padd-m .page {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 80em) {
  .padd-m .page,
  .mod_article.padd-m .page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

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

.padding-article-1 {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 61.875em) {
  .padding-article-1 {
    padding-top: 3.5rem;
    padding-bottom: 3.8rem;
  }
}

.mod_article.no-padd-t .page {
  padding-top: 1rem;
}

.page.no-padd-b {
  padding-bottom: 1rem;
}

.ce_header {
  display: grid;
}
@media screen and (min-width: 48em) {
  .ce_header {
    grid-template-columns: 1fr 16rem;
    align-items: center;
  }
}
.ce_header h1 {
  margin-bottom: 0;
}
.ce_header .icon {
  text-align: right;
}
.ce_header .header-text {
  order: 2;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .ce_header .header-text {
    order: 1;
    text-align: left;
  }
}
.ce_header .icon {
  order: 1;
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  .ce_header .icon {
    text-align: center;
  }
}
@media screen and (min-width: 48em) {
  .ce_header .icon {
    order: 2;
  }
}
.ce_header .icon img {
  height: 70px;
  width: auto;
}

.ce_header.logo-renault .icon img {
  height: 70px;
}

.ce_header.logo-dacia .icon img {
  height: 40px;
}

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

.image-icons-m img {
  width: 150px;
  height: auto;
}
@media screen and (min-width: 61.875em) {
  .image-icons-m img {
    width: 100%;
    height: auto;
  }
}

.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%;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .image50-2 img {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}

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

.ce_accordion {
  margin-bottom: 0.3rem;
}
.ce_accordion .toggler {
  background-color: #fff;
  width: 100%;
  border-radius: 0.15rem;
  padding: 0.8rem 1.5rem;
  border: 1px solid transparent;
  text-align: left;
  cursor: pointer;
}
.ce_accordion .toggler h4,
.ce_accordion .toggler h3 {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.ce_accordion .toggler h4 {
  font-weight: 400;
  margin-left: 0.5rem;
}
.ce_accordion .toggler .ui-icon {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 15'%3E%3Crect x='2' y='6.2' width='11.1' height='2.6' transform='translate(15 0) rotate(90)'/%3E%3Crect x='2' y='6.2' width='11.1' height='2.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block;
  float: right;
  line-height: 1.5rem;
  margin-top: 0.25rem;
  transition: all 0.2s ease;
}
.ce_accordion .toggler .toggler:hover {
  background-color: #646b52;
}
.ce_accordion .toggler:focus {
  background-color: #646b52;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #f0eee6;
  outline-offset: -1px;
}
.ce_accordion .toggler.active {
  background-color: #646b52;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #f0eee6;
  outline-offset: -1px;
}
.ce_accordion .toggler.active:after {
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.ce_accordion .accordion.ui-accordion-content-active {
  outline: 1px solid #f0eee6;
  outline-offset: -1px;
  margin-top: -1px;
}
.ce_accordion .accordion {
  padding: 1rem 1.5rem;
  padding-bottom: 0.015rem;
  background-color: #fff;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}

.ce_accordion:first-child .toggler {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.ce_accordion:last-child .toggler {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.ce_accordion:last-child .toggler.active {
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.ce_accordion:last-child .accordion.active {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.handorgel {
  margin-bottom: 0.3rem;
}
.handorgel .toggler button {
  background-color: #fff;
  width: 100%;
  border-radius: 0.15rem;
  padding: 0.8rem 1.5rem;
  border: 1px solid transparent;
  text-align: left;
}
.handorgel .toggler button h4,
.handorgel .toggler button h3 {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.handorgel .toggler button h4 {
  font-weight: 400;
  margin-left: 0.5rem;
}
.handorgel .toggler button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 15'%3E%3Crect x='2' y='6.2' width='11.1' height='2.6' transform='translate(15 0) rotate(90)'/%3E%3Crect x='2' y='6.2' width='11.1' height='2.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block;
  float: right;
  line-height: 1.5rem;
  margin-top: 0.25rem;
  transition: all 0.2s ease;
}
.handorgel .toggler button:hover {
  background-color: #646b52;
}
.handorgel .toggler button:focus {
  background-color: #646b52;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #f0eee6;
  outline-offset: -1px;
}
.handorgel .toggler.open button {
  background-color: #646b52;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #f0eee6;
  outline-offset: -1px;
}
.handorgel .toggler.open button:after {
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.handorgel .accordion.open {
  outline: 1px solid #f0eee6;
  outline-offset: -1px;
  margin-top: -1px;
}
.handorgel .accordion {
  padding: 1rem 1.5rem;
  padding-bottom: 0.015rem;
  background-color: #fff;
  border-bottom-left-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}

.handorgel:first-child .toggler button {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

.handorgel:last-child .toggler button {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.handorgel:last-child .toggler.open button {
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.handorgel:last-child .accordion.open {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.border-1 {
  border: 1px solid #808080;
}

.border-2 {
  border: 1px solid #f0eee6;
}

.border-b {
  border-bottom: 2px dotted #000;
}

.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;
}

.border-radius-3 {
  border-radius: 0.2rem;
}

.overflow-hidden {
  overflow: hidden;
}

#main .opening {
  display: grid;
  grid-template-columns: 6rem 1fr;
  font-variant-numeric: tabular-nums;
}

.kreis-1 {
  background-color: #efdf00;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 1.1rem;
  -moz-border-radius: 1.1rem;
  -webkit-border-radius: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kreis-1 svg,
.kreis-1 img {
  margin-bottom: 0;
}

@media screen and (min-width: 73.75em) {
  .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: flex-end;
  }
  .nav-01 .menu-toggle {
    display: none;
  }
  .nav-01 ul {
    margin-bottom: 0;
  }
  .nav-01 ul button[aria-expanded=true] svg {
    transform: rotate(180deg);
  }
  .nav-01 ul li.submenu:hover {
    background-color: #fff;
  }
  .nav-01 ul li.submenu:hover a {
    color: #333;
  }
  .nav-01 ul li.submenu:hover button {
    outline: 2px solid #fff;
  }
  .nav-01 ul li.submenu:hover button svg {
    transform: rotate(180deg);
    transition: transform 0.25s ease-in;
    stroke: #333;
  }
  .nav-01 ul li.submenu {
    display: grid;
    grid-template-columns: 1fr 24px;
  }
  .nav-01 ul li.submenu a {
    padding-right: 0.65rem;
  }
  .nav-01 ul li.submenu a:focus-visible {
    outline: 2px solid #333;
    background-color: #efefef;
  }
  .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;
    outline-offset: -2px;
  }
  .nav-01 ul li.submenu button svg {
    transition: transform 0.25s ease-in;
    fill: none;
    stroke: #333;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    width: 14px;
    height: auto;
  }
  .nav-01 ul li.submenu button:focus svg {
    stroke: #333;
  }
  .nav-01 ul li.submenu button:focus-visible {
    outline: 2px solid #333;
    background-color: #efefef;
  }
  .nav-01 ul li.submenu.trail a.trail:after {
    background-color: #333;
    width: 100%;
    transition: width 0.25s ease;
  }
  .nav-01 ul li {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
@media screen and (min-width: 73.75em) and (min-width: 102.5em) {
  .nav-01 ul li {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
  }
}
@media screen and (min-width: 73.75em) {
  .nav-01 ul li strong,
  .nav-01 ul li a {
    color: #333;
    outline: 2px solid #fff;
    padding: 0.65rem 0.65rem;
    display: block;
    font-weight: 700;
    letter-spacing: 0.01rem;
    outline-offset: -2px;
  }
  .nav-01 ul li a:hover {
    text-decoration: none;
  }
  .nav-01 ul li a.extern2 {
    background-image: url("data:image/svg+xml,%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 17 17'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: none; stroke: %23000; stroke-linecap: round; stroke-linejoin: round; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='st0' points='7.8 5.2 1.3 5.2 1.3 15.9 11.9 15.9 11.9 9.3'/%3E%3Cpolyline class='st0' points='8 1.1 15.7 1.1 15.7 8.7'/%3E%3Cline class='st0' x1='15.7' y1='1.1' x2='6.8' y2='10'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: right 11px;
    background-size: 23px 17px;
    padding-right: 25px;
  }
  .nav-01 ul li a:focus-visible {
    outline: 2px solid #333;
    background-color: #efefef;
  }
  .nav-01 ul li strong:after,
  .nav-01 ul li a:after {
    display: block;
    content: "";
    height: 2px;
    width: 0px;
    background-color: #efdf00;
  }
  .nav-01 ul li a:hover:after {
    background-color: #efdf00;
    width: 100%;
    transition: width 0.25s ease;
  }
  .nav-01 ul li strong.active:after {
    background-color: #333;
    width: 100%;
    transition: width 0.25s ease;
  }
  .nav-01 ul li ul.level_2 {
    position: absolute;
    display: block;
    background-color: #fff;
    -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);
    min-width: 15rem;
    padding: 0.5rem;
    padding-bottom: 1rem;
    z-index: 99999;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
  }
  .nav-01 ul li ul.level_2 li:hover {
    background: none;
  }
  .nav-01 ul li ul.level_2 li {
    display: block;
    margin-top: 1rem;
    background: none;
  }
  .nav-01 ul li ul.level_2 li button {
    display: none;
  }
  .nav-01 ul li ul.level_2 li strong,
  .nav-01 ul li ul.level_2 li a {
    display: block;
    padding-left: 0;
    text-decoration: none;
    margin-bottom: 5px;
    outline: 2px solid #fff;
    padding: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    color: #333;
    text-align: left;
    padding-left: 3px;
  }
  .nav-01 ul li ul.level_2 li strong {
    display: inline-block;
  }
  .nav-01 ul li ul.level_2 li a.active {
    color: #f0eee6;
  }
  .nav-01 ul li ul.level_2 li a:after {
    display: none;
  }
  .nav-01 ul li ul.level_2 li a:hover {
    color: #808080;
    background: transparent;
  }
  .nav-01 ul li ul.level_2 li a:focus-within {
    outline-offset: 0px;
    outline: 2px solid #000;
  }
  .nav-01 ul li ul.level_2 ul.level_3 {
    display: block;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-01 ul li ul.level_2 ul.level_3 li {
    margin-top: 0.25rem;
    margin-left: 0;
    margin-right: 0;
  }
  .nav-01 ul li ul.level_2 ul.level_3 li a {
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    font-weight: 300;
  }
  .nav-01 ul li ul.level_2 ul.level_3 li a:focus {
    outline-offset: 0px;
    outline: 2px solid #000;
  }
  .nav-01 ul li ul.level_2 ul.level_3 li a.active {
    font-weight: 600;
    color: #efefef;
  }
  .nav-01 ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 73.74em) {
  #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: #333;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border: transparent;
    outline: 1px solid transparent;
    outline-offset: -1px;
    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: #d5d3c8;
    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: 1px solid #000;
  }
  .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;
    width: 100%;
    left: 0;
  }
  .nav-01 .menu-liste {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    transition: right 1s ease;
    z-index: 8;
    background: rgb(80, 80, 80);
    background: rgba(80, 80, 80, 0.8);
  }
  .nav-01 .menu-liste > ul {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #fff;
    -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 #808080;
  }
  .nav-01 .menu-liste hr {
    display: none;
  }
  .nav-01 .menu-liste ul {
    margin-bottom: 0;
  }
  .nav-01 .menu-liste ul ul {
    border: none;
  }
  .nav-01 .menu-liste ul strong,
  .nav-01 .menu-liste ul a {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 17px;
    font-size: 1.0625rem;
    padding-left: 0.5rem;
  }
  .nav-01 .menu-liste ul a, .nav-01 .menu-liste ul button, .nav-01 .menu-liste ul strong {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav-01 .menu-liste ul strong {
    font-weight: 700;
  }
  .nav-01 .menu-liste ul li {
    border-left: 10px solid #333;
  }
  .nav-01 .menu-liste ul li.trail,
  .nav-01 .menu-liste ul li.active {
    border-left: 10px solid #efdf00;
    background-color: #faf9f5;
  }
  .nav-01 .menu-liste ul a.extern2 {
    background-image: url("data:image/svg+xml,%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 17 17'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: none; stroke: %23000; stroke-linecap: round; stroke-linejoin: round; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='st0' points='7.8 5.2 1.3 5.2 1.3 15.9 11.9 15.9 11.9 9.3'/%3E%3Cpolyline class='st0' points='8 1.1 15.7 1.1 15.7 8.7'/%3E%3Cline class='st0' x1='15.7' y1='1.1' x2='6.8' y2='10'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: right 14px;
    background-size: 23px 17px;
    padding-right: 25px;
    border-right: 13px solid transparent;
  }
  .nav-01 .menu-liste ul a.active {
    color: #faf9f5;
  }
  .nav-01 .menu-liste ul li {
    display: block;
  }
  .nav-01 .menu-liste ul li.btn-1 {
    margin: 1rem;
    border-bottom: none;
  }
  .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-visible {
    background-color: rgb(216.75, 216.75, 216.75);
    outline: 2px solid #000;
    outline-offset: -4px;
    border-left: 10px solid #faf9f5;
  }
  .nav-01 .menu-liste ul li.submenu {
    display: grid;
    grid-template-columns: 1fr 50px;
    align-items: center;
    border-bottom: 1px solid #808080;
  }
  .nav-01 .menu-liste ul li.submenu a {
    color: #000;
    text-decoration: none;
    padding-left: 0.5rem;
  }
  .nav-01 .menu-liste ul li.submenu button {
    border: transparent;
    background-color: #efefef;
    outline: 2px solid #efefef;
    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: #000;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    width: 60%;
    height: auto;
  }
  .nav-01 .menu-liste ul li.submenu button:focus {
    outline: 2px solid #333;
    background-color: rgb(216.75, 216.75, 216.75);
  }
  .nav-01 .menu-liste ul li.submenu .flyout {
    border-top: 1px solid #808080;
    width: 100%;
    grid-column: auto/span 2;
    display: block;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li {
    border-bottom: 1px solid #808080;
    border-left: 10px solid #efefef;
    background-color: #fff;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li.active {
    background-color: #fff;
  }
  .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 #333;
  }
  .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 {
    background-color: #333;
    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;
    margin-left: 0.15rem;
  }
  .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 #808080;
  }
}
.content-gallery ul {
  display: grid;
  column-gap: 2.2%;
}
.content-gallery ul li img {
  width: 100%;
  height: auto;
}
.content-gallery ul li a {
  display: block;
  margin-bottom: 1rem;
  line-height: 0;
}
.content-gallery ul li a img {
  margin-bottom: 0;
}
.content-gallery ul.gall1 {
  grid-template-columns: 1fr;
}

.content-gallery.content-gallery--cols-2 ul,
.content-gallery.content-gallery--cols-4 ul,
.content-gallery.content-gallery--cols-5 ul,
.content-gallery.content-gallery--cols-6 ul {
  grid-template-columns: 1fr 1fr;
}

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

.content-gallery.content-gallery--cols-3 ul {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 48em) {
  .content-gallery.content-gallery--cols-3 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  .content-gallery.content-gallery--cols-3 ul li:last-child {
    grid-column: auto/span 2;
  }
}

@media screen and (min-width: 48em) {
  .content-gallery.content-gallery--cols-4 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .content-gallery.content-gallery--cols-5 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .content-gallery.content-gallery--cols-6 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .content-gallery.content-gallery--cols-7 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
#main .gall-2 ul {
  margin-bottom: 0;
  column-gap: 0;
}
#main .gall-2 ul li {
  margin-bottom: 0;
}
#main .gall-2 ul figure {
  line-height: 0;
}
#main .gall-2 ul img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}

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

.page-2,
.page {
  padding-left: 5%;
  padding-right: 5%;
}

#main {
  overflow: hidden;
}

@media screen and (min-width: 80em) {
  .page {
    padding-left: 3%;
    padding-right: 3%;
    width: 1280px;
  }
  .page-2 {
    width: 640px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 102.5em) {
  .page {
    padding-left: 0%;
    padding-right: 0%;
    width: 1540px;
  }
  .page-2 {
    width: 770px;
  }
}
.page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

#user #main {
  min-height: calc(100vh - 300px);
}

.rtl {
  float: right;
}

#footer .bg-color-1 .page {
  padding-top: 1rem;
  padding-bottom: 1.3rem;
  color: #efefef;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 61.875em) {
  #footer .bg-color-1 .page {
    padding-top: 3.5rem;
    padding-bottom: 3.8rem;
  }
}
#footer .bg-color-1 .page p {
  font-size: 16px;
  font-size: 1rem;
}
#footer .bg-color-1 .page .text-m {
  font-size: 18px;
  font-size: 1.125rem;
}
#footer .bg-color-1 .page a {
  color: #efefef;
}
#footer .bg-color-1 .page a:hover {
  color: #d5d3c8;
}
@media screen and (min-width: 48em) {
  #footer .bg-color-1 .page .grid-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.2%;
  }
}
@media screen and (min-width: 80em) {
  #footer .bg-color-1 .page .grid-footer {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#footer .bg-color-1 .page .grid-footer .spacer {
  height: 1rem;
}
@media screen and (min-width: 48em) {
  #footer .bg-color-1 .page .grid-footer .spacer {
    height: 2rem;
  }
}
#footer .bg-color-1 .page .grid-footer .logo {
  margin-top: 1rem;
}
#footer .bg-color-1 .page .grid-footer .spacer,
#footer .bg-color-1 .page .grid-footer .logo {
  grid-column: auto/span 3;
}
#footer .bg-color-1 .page .grid-footer .logo a {
  display: block;
  line-height: 0;
  margin-bottom: 1rem;
}
#footer .bg-color-1 .page .grid-footer .logo img {
  max-width: 390px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
#footer .bg-color-1 .page .grid-footer .border-b {
  display: block;
  padding-bottom: 0.85rem;
  margin-bottom: 0.85rem;
  border-bottom: 2px dotted #efefef;
}
#footer .bg-color-1 .page .grid-footer .open {
  display: grid;
  grid-template-columns: 6rem 1fr;
  font-variant-numeric: tabular-nums;
  margin-bottom: 1rem;
}
#footer .bg-color-1 .page .grid-footer .col-footer {
  margin-top: 1rem;
}
#footer .bg-color-1 .page .grid-footer .opening {
  margin-top: 3rem;
}
@media screen and (min-width: 48em) {
  #footer .bg-color-1 .page .grid-footer .opening {
    margin-top: 1rem;
  }
}
#footer .bg-color-1 .page .grid-footer .map {
  grid-column: auto/span 3;
  margin-top: 3rem;
}
@media screen and (min-width: 80em) {
  #footer .bg-color-1 .page .grid-footer .map {
    margin-top: 1rem;
    grid-column: auto/span 1;
  }
}
#footer .bg-color-1 .page .grid-footer .map img {
  width: 100%;
  margin-top: 1rem;
  max-width: 50rem;
  height: auto;
}
@media screen and (min-width: 80em) {
  #footer .bg-color-1 .page .grid-footer .map img {
    width: 100%;
  }
}
#footer .copy-line {
  display: grid;
  padding-top: 1.5rem;
  padding-bottom: 0.35rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 61.875em) {
  #footer .copy-line {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  #footer .copy-line .copy {
    margin-bottom: 1rem;
  }
}
#footer .copy-line li {
  font-size: 16px;
  font-size: 1rem;
}

.route {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 9rem 5rem;
  font-variant-numeric: tabular-nums;
}
.route .min {
  text-align: right;
}

p.fahrzeiten {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  column-gap: 0.5rem;
  align-items: center;
}
p.fahrzeiten img {
  margin-top: 0;
  width: 1.5rem;
  height: auto;
  margin-bottom: 0;
}

: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;
}

.ce_team_content .team-grid {
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .ce_team_content .team-grid .entry {
    border: 1px solid #000;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    padding: 1rem;
    padding-bottom: 0.65rem;
    margin-bottom: 1rem;
  }
}
.ce_team_content .team-grid .entry .content_image {
  width: 10rem;
  aspect-ratio: 1/1;
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.ce_team_content .team-grid .entry .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;
  margin-bottom: 0;
}
.ce_team_content .team-grid .entry .text h4 {
  margin-bottom: 0.25rem;
}
.ce_team_content .team-grid .entry .text hr {
  margin-bottom: 1rem;
}
.ce_team_content .team-grid .entry .text p.grid-contact {
  margin-bottom: 0.5rem;
}
.ce_team_content .team-grid .entry .text p.grid-contact a {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  column-gap: 0.5rem;
  align-items: center;
}
.ce_team_content .team-grid .entry .text p.grid-contact a svg {
  width: 1.7rem;
  stroke-width: 2.2;
}

.mod_team_all .team-category {
  margin-top: 1rem;
}
@media screen and (min-width: 61.875em) {
  .mod_team_all .team-category {
    margin-top: 4rem;
  }
}
.mod_team_all .team-category:first-child {
  margin-top: 0rem;
}
@media screen and (min-width: 31.25em) {
  .mod_team_all .team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.2%;
  }
}
@media screen and (min-width: 61.875em) {
  .mod_team_all .team-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 0em) and (max-width: 31.24em) {
  .mod_team_all .team-grid .entry {
    border: 1px solid #000;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    padding: 1rem;
    padding-bottom: 0.65rem;
    margin-bottom: 1rem;
  }
}
.mod_team_all .team-grid .entry .content_image {
  width: 10rem;
  aspect-ratio: 1/1;
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}
.mod_team_all .team-grid .entry .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;
  margin-bottom: 0;
}
.mod_team_all .team-grid .entry .text h4 {
  margin-bottom: 0.25rem;
}
.mod_team_all .team-grid .entry .text hr {
  margin-bottom: 1rem;
}
.mod_team_all .team-grid .entry .text p.grid-contact {
  margin-bottom: 0.5rem;
}
.mod_team_all .team-grid .entry .text p.grid-contact a {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  column-gap: 0.5rem;
  align-items: center;
}
.mod_team_all .team-grid .entry .text p.grid-contact a svg {
  width: 1.7rem;
  stroke-width: 2.2;
}
@media screen and (min-width: 0em) and (max-width: 31.24em) {
  .mod_team_all .bb.mt-3.mb-3 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 31.24em) {
  .mod_team_all .bb.mt-3.mb-3 hr {
    display: none;
  }
}

@media screen and (min-width: 48em) {
  .mod_team_detail .header-team {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 48em) {
  .mod_team_detail .header-team .col-left {
    grid-column: auto/span 1;
  }
}
.mod_team_detail .header-team .col-left figure {
  line-height: 0;
}
.mod_team_detail .header-team .col-left img {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 0;
}
.mod_team_detail .header-team .col-right {
  padding: 1rem;
  padding-bottom: 0.85rem;
}
@media screen and (min-width: 48em) {
  .mod_team_detail .header-team .col-right {
    padding: 1rem 2rem;
    grid-column: auto/span 2;
  }
}
.mod_team_detail .header-team .col-right h1 {
  margin-bottom: 0.25rem;
}
.mod_team_detail .header-team .col-right h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4rem;
  font-weight: 400;
}
.mod_team_detail .header-team .col-right hr {
  margin-bottom: 1rem;
}
.mod_team_detail .header-team .col-right p.grid-contact {
  margin-bottom: 0.5rem;
}
.mod_team_detail .header-team .col-right p.grid-contact a {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  column-gap: 0.5rem;
  align-items: center;
}
.mod_team_detail .header-team .col-right p.grid-contact a svg {
  width: 1.7rem;
  stroke-width: 2.2;
}

.content-timeline .content-timeline-entry .timline-content {
  text-align: center;
}
.content-timeline .content-timeline-entry .timline-content h3 {
  margin-bottom: 0rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3rem;
}
.content-timeline .content-timeline-entry .timline-content p {
  margin-bottom: 0.25rem;
}
.content-timeline .content-timeline-entry .bullet {
  margin-bottom: 2rem;
}
.content-timeline .content-timeline-entry .bullet .line-dotted {
  text-align: center;
  width: 2px;
  margin-left: auto;
  margin-right: auto;
  height: 3.5rem;
  border-right: 2px dotted #000;
}
.content-timeline .content-timeline-entry .bullet .kreis {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
}
.content-timeline .content-timeline-entry:first-child .bullet .linie-first {
  width: 1.5rem;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  margin-bottom: 0.15rem;
}
.content-timeline .content-timeline-entry:last-child .bullet {
  display: none;
}

/* instrument-sans-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: "Instrument Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/instrument-sans-v4-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-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: "Instrument Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/instrument-sans-v4-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-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: "Instrument Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/instrument-sans-v4-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-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: "Instrument Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/instrument-sans-v4-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-600 - 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: "Instrument Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/instrument-sans-v4-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-600italic - 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: "Instrument Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/instrument-sans-v4-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-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: "Instrument Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/instrument-sans-v4-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* instrument-sans-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: "Instrument Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/instrument-sans-v4-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "BiomeProBasicRegular";
  src: url("../fonts/biomoe.woff2") format("woff2"), url("webFonts/BiomeProBasicRegular/font.woff") format("woff");
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "BiomeProBasicRegular";
  src: url("../fonts/biome.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-size: 100%;
  font-weight: 400;
  font-family: "Instrument Sans", sans-serif;
  color: #000;
  line-height: 1.5rem;
}

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