@charset "UTF-8";
/**
 * Contao Open Source CMS
 *
 * Copyright (c) 2005-2013 Leo Feyer
 *
 * @package Core
 * @link    https://contao.org
 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
 */
/**
 * Reset the margin and padding of the block elements
 */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, figure, table, th, td, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0;
}

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

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

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

blockquote, q {
  quotes: none;
}

fieldset, img {
  border: 0;
}

ul {
  list-style-type: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
}

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

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

table {
  font-size: inherit;
}

caption, th {
  font-weight: bold;
}

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

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

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

#main {
  width: 100%;
}

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

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

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

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

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

.ce_gallery li {
  float: left;
}

.ce_gallery li.col_first {
  clear: left;
}

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

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

/**
 * 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);
}

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

.verlauf-1 {
  background: #C7D1C5;
  background: linear-gradient(90deg, rgb(199, 209, 197) 0%, rgb(204, 244, 204) 100%);
}

.verlauf-2 {
  background: #CCF4CC;
  background: linear-gradient(90deg, rgb(204, 244, 204) 0%, rgb(215, 246, 215) 100%);
}

.verlauf-3 {
  background: #CCF4CC;
  background: linear-gradient(90deg, rgb(215, 246, 215) 0%, rgb(238, 250, 238) 100%);
}

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

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

.padd-2 {
  padding: 1.4rem;
  padding-bottom: 0.7rem;
}

.padd-3 {
  padding: 0.7rem;
}

@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-4-2 {
  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: 48em) {
  .col-4-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-4-2 {
    grid-column: auto/span 4;
  }
  .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: 102.5em) {
  .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-4-2 {
    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 8;
  }
  .col-center-2 {
    grid-column: auto/span 8;
  }
}
@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-start: 3;
  }
  .col-center-2 {
    grid-column-start: 3;
  }
}
.nav-03 ul li {
  display: block;
}
.nav-03 ul li a {
  color: #000;
}
.nav-03 ul li a:hover {
  color: #795c4f;
}
.nav-03 ul li a.active {
  font-weight: 700;
  color: #795c4f;
}

.nav-02 {
  order: 1;
}
@media screen and (min-width: 61.875em) {
  .nav-02 {
    text-align: right;
    margin-top: 0;
    order: 2;
  }
}
.nav-02 ul {
  margin-bottom: 0;
}
.nav-02 li {
  display: inline-block;
  margin-right: 0.7rem;
}
@media screen and (min-width: 61.875em) {
  .nav-02 li {
    margin-right: 0;
    margin-left: 0.7rem;
  }
}
.nav-02 li a {
  color: #fff;
}
.nav-02 li a:hover {
  color: #e4dedc;
}
.nav-02 li a.active {
  font-weight: 700;
  color: #e4dedc;
}

#header {
  padding-top: 1rem;
  padding-bottom: 0.7rem;
  background-color: #faf9f5;
}
#header .logo a {
  line-height: 0;
  display: block;
}
#header .logo img {
  margin-bottom: 0;
}
#header .grid-header {
  align-items: center;
  display: grid;
  grid-template-columns: 200px 1fr;
}

.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: 0.7rem;
  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: 0.7rem;
}
.form-1 .widget {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}
.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 {
  margin-bottom: 0.35rem;
}
.form-1 .widget-extended-checkbox a,
.form-1 .widget-explanation a {
  color: #000;
  text-decoration: underline;
}
.form-1 .widget-textarea label {
  display: block;
  margin-bottom: 0.35rem;
}
.form-1 .widget-textarea textarea:focus {
  border: 2px solid #795c4f;
  outline: none;
}
.form-1 .widget-textarea textarea {
  display: block;
  padding: 0.5rem;
}
.form-1 select,
.form-1 input,
.form-1 textarea {
  border: 2px solid #999999;
  border: radius 0.35rem;
  -moz-border-radius: 0.35rem;
  -webkit-border-radius: 0.35rem;
  background-color: #faf9f5;
}
.form-1 .widget-captcha,
.form-1 .widget-select,
.form-1 .widget-password,
.form-1 .widget-text {
  position: relative;
}
.form-1 .widget-captcha input,
.form-1 .widget-captcha label,
.form-1 .widget-select input,
.form-1 .widget-select label,
.form-1 .widget-password input,
.form-1 .widget-password label,
.form-1 .widget-text input,
.form-1 .widget-text label {
  transition: all 0.2s ease;
}
.form-1 .widget-captcha label,
.form-1 .widget-select label,
.form-1 .widget-password label,
.form-1 .widget-text label {
  margin-bottom: 6px;
  display: block;
}
.form-1 .widget-captcha select,
.form-1 .widget-captcha input,
.form-1 .widget-select select,
.form-1 .widget-select input,
.form-1 .widget-password select,
.form-1 .widget-password input,
.form-1 .widget-text select,
.form-1 .widget-text input {
  height: 56px;
  padding-left: 9px;
  padding-right: 0.5rem;
  width: 100%;
}
.form-1 .widget-captcha input:focus,
.form-1 .widget-select input:focus,
.form-1 .widget-password input:focus,
.form-1 .widget-text input:focus {
  border: 2px solid #795c4f;
  background-color: #fff;
  outline: none;
  transition: all 0.2s ease;
}
.form-1 fieldset.checkbox-fach {
  display: grid;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 1rem 0;
}
@media 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: #795c4f;
  border: 2px solid #795c4f;
  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;
}
.widget-submit button:hover {
  background-color: rgb(151.855, 115.46, 99.145);
  border: 2px solid rgb(151.855, 115.46, 99.145);
  transition: all ease 0.6s;
  color: #fff;
}

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

.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.8rem;
  font-size: 24px;
  font-size: 1.5rem;
}

h2 {
  font-weight: 700;
  line-height: 1.6rem;
  font-size: 18px;
  font-size: 1.125rem;
}

h2 + .swiper-zitat {
  margin-top: 0rem;
}

.font-2 {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 300;
}

h3 {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

h3 + .rte h4,
h3 + h4 {
  font-weight: 400;
  margin-top: -0.65rem;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  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: 24px;
  font-size: 1.5rem;
}

.text-xxl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 61.875em) {
  .text-xxl {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 3rem;
  }
}

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

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

b,
strong {
  font-weight: 700;
}

hr {
  border: none;
  border-top: 1px dashed #575756;
}

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

a:hover {
  color: #795c4f;
}

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

li,
p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.center {
  text-align: center;
}

.btn button,
.btn a {
  cursor: pointer;
  padding: 0.25rem 0.7rem;
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: radius 0.35rem;
  -moz-border-radius: 0.35rem;
  -webkit-border-radius: 0.35rem;
}
@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-3 a {
  background-color: #fff;
}
.btn-3 a:hover {
  background-color: #e4dedc;
  transition: all ease 0.2s;
  color: #000;
}

.btn-4 a {
  background-color: #e8e6e0;
}
.btn-4 a:hover {
  background-color: #e4dedc;
  transition: all ease 0.2s;
  color: #000;
}

/**
 * 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-zitat .ce_zitat {
  background-color: #fff;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  padding: 1rem;
  padding-bottom: 0.2rem;
}
.swiper-zitat .ce_zitat svg {
  width: 8rem;
  height: auto;
  margin-bottom: 1rem;
}
.swiper-zitat .controls {
  display: flex;
  justify-content: start;
  width: 100%;
  align-items: center;
  margin-bottom: 0.7rem;
  margin-top: 0.7rem;
}
.swiper-zitat .swiper-button-prev,
.swiper-zitat .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  left: auto;
  top: auto;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border: 1px solid #999999;
  background-color: transparent;
  margin: 0;
  color: #999999;
  font-size: 1rem;
  margin-left: 0.85rem;
  margin-right: 0.85rem;
  opacity: 1;
}
.swiper-zitat .swiper-button-prev svg,
.swiper-zitat .swiper-button-next svg {
  width: 0.5rem;
  height: auto;
}
.swiper-zitat .swiper-button-prev:hover,
.swiper-zitat .swiper-button-next:hover {
  background-color: #e4dedc;
  transition: all 0.2s ease;
  color: #000;
  border: 1px solid #795c4f;
}
.swiper-zitat .swiper-button-prev:after,
.swiper-zitat .swiper-button-next:after {
  font-size: 1rem;
  text-indent: -999999px;
}
.swiper-zitat .swiper-button-prev {
  margin-left: 0;
}
.swiper-zitat .swiper-pagination {
  position: relative;
  width: auto;
  margin: 0;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  margin-right: 0.5rem;
}
.swiper-zitat .swiper-pagination .swiper-pagination-bullet {
  color: #000;
  background: #999999;
  opacity: 1;
}
.swiper-zitat .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.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: 1rem;
  list-style: none;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.list-2 ul li:before {
  content: "» ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.color-1 {
  color: #795c4f;
}

.color-2 {
  color: #e8e6e0;
}

.black {
  color: #000;
}

.grau-1 {
  color: #faf9f5;
}

.grau-2 {
  color: #999999;
}

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

.grau-4 {
  color: #575756;
}

.white {
  color: #fff;
}

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

.bg-color-1 {
  background-color: #795c4f;
}

.bg-color-2 {
  background-color: #e8e6e0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 0.7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 61.875em) {
  .spacer-1 {
    height: 0.7rem;
  }
  .spacer-2 {
    height: 1.4rem;
  }
  .spacer-3 {
    height: 2.1rem;
  }
  .spacer-4 {
    height: 2.8rem;
  }
  .spacer-5 {
    height: 3.5rem;
  }
  .spacer-6 {
    height: 4.2rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 31.1875em) {
  .spacer-mobile-1 {
    height: 0.65rem;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 31.25em) {
  .spacer-mobile-1 {
    display: none;
  }
}

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

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

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

.padd-2 {
  padding: 1.4rem;
  padding-bottom: 0.7rem;
}

.padd-3 {
  padding: 0.7rem;
}

.padd-4 {
  padding: 1.4rem;
}

.padd-5 {
  padding: 0.7rem;
}
@media screen and (min-width: 80em) {
  .padd-5 {
    padding: 2.8rem 12rem;
  }
}

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

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

.padd-s .page,
.mod_article.padd-s .page {
  padding-top: 2rem;
  padding-bottom: 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: 0.7rem;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 61.875em) {
  .padding-article-1 {
    padding-bottom: 3.5rem;
  }
}

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

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

.margin-werte {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 61.875em) {
  .margin-werte {
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 80em) {
  .margin-werte {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
  }
}

#main {
  background-color: #faf9f5;
}

.ce_teaser_link {
  margin-bottom: 0.7rem;
}
.ce_teaser_link a {
  aspect-ratio: 1/0.8;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.ce_teaser_link .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.ce_teaser_link .teaser-text {
  position: relative;
  z-index: 3;
  padding: 1.4rem;
  height: 100%;
}
.ce_teaser_link .teaser-text div {
  color: #000;
  margin-bottom: 0.2rem;
}
.ce_teaser_link .teaser-text .link-1 {
  display: flex;
  align-items: center;
}
.ce_teaser_link .teaser-text .link-1 svg {
  margin-left: 0.25rem;
  transition: all ease 0.2s;
}
.ce_teaser_link a:hover {
  -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);
}
.ce_teaser_link a:hover img {
  width: 108%;
  height: 108%;
}
.ce_teaser_link a:hover .teaser-text svg {
  margin-left: 0.7rem;
  transition: all ease 0.2s;
}

.ce_header_big {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
@media screen and (min-width: 48em) {
  .ce_header_big {
    aspect-ratio: 16/12;
  }
}
@media screen and (min-width: 61.875em) {
  .ce_header_big {
    aspect-ratio: 16/10;
  }
}
@media screen and (min-width: 80em) {
  .ce_header_big {
    aspect-ratio: 16/8;
  }
}
.ce_header_big .img-header .image_container {
  line-height: 0;
}
.ce_header_big .img-header img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .ce_header_big .img-header img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
  }
}
@media screen and (min-width: 48em) {
  .ce_header_big .img-header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 80%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 80%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 80%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 80%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 80%);
    content: "";
    z-index: 1;
  }
}
.ce_header_big .header-text {
  width: auto;
  position: relative;
  z-index: 10;
  padding: 1.4rem;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  .ce_header_big .header-text {
    background-color: #795c4f;
  }
}
@media screen and (min-width: 48em) {
  .ce_header_big .header-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .ce_header_big .header-text {
    padding: 3rem;
    padding-bottom: 2.3rem;
  }
}
.ce_header_big .header-text h1 {
  max-width: 40rem;
}
.ce_header_big .header-text h1 br {
  margin-top: 0.5rem;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  .ce_header_big .header-text h1 br {
    display: none;
  }
}
.ce_header_big .header-text .mitte {
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 48em) {
  .ce_header_big .header-text .mitte {
    margin-top: 0.7rem;
    margin-bottom: 0;
  }
}
.ce_header_big .header-text .text-header div {
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 32.5em) {
  .ce_header_big .header-text .text-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.2%;
  }
}

.ce_header_profil,
.ce_header_small {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  aspect-ratio: 16/10;
}
@media screen and (min-width: 48em) {
  .ce_header_profil,
  .ce_header_small {
    aspect-ratio: 16/8;
  }
}
@media screen and (min-width: 61.875em) {
  .ce_header_profil,
  .ce_header_small {
    aspect-ratio: 16/3;
  }
}
@media screen and (min-width: 80em) {
  .ce_header_profil,
  .ce_header_small {
    aspect-ratio: 16/3;
  }
}
.ce_header_profil .img-header .image_container,
.ce_header_small .img-header .image_container {
  line-height: 0;
}
.ce_header_profil .img-header img,
.ce_header_small .img-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.ce_header_profil .img-header:before,
.ce_header_small .img-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 90%);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 90%);
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 90%);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 90%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 90%);
  content: "";
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .ce_header_profil .img-header:before,
  .ce_header_small .img-header:before {
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 80%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 80%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 80%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 80%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 80%);
  }
}
.ce_header_profil .header-text,
.ce_header_small .header-text {
  width: auto;
  position: relative;
  z-index: 10;
  padding: 1.4rem;
  padding-bottom: 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.ce_header_profil .header-text h1,
.ce_header_small .header-text h1 {
  max-width: 40rem;
  color: #fff;
}
.ce_header_profil .header-text h1 br,
.ce_header_small .header-text h1 br {
  margin-top: 0.5rem;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  .ce_header_profil .header-text h1 br,
  .ce_header_small .header-text h1 br {
    display: none;
  }
}

.ce_header_profil {
  min-height: 17rem;
}
.ce_header_profil .grid-profil {
  display: grid;
  column-gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 31.25em) {
  .ce_header_profil .grid-profil {
    grid-template-columns: 150px 1fr;
  }
}
.ce_header_profil .grid-profil img {
  margin-bottom: 0;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}
@media screen and (min-width: 31.25em) {
  .ce_header_profil .grid-profil img {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
  }
}

@media screen and (min-width: 61.875em) {
  .ce_cta .grid-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.ce_cta .grid-cta .cta-text {
  color: #fff;
  margin-bottom: 0.7rem;
}
.ce_cta .grid-cta .cta-text div {
  padding-right: 1rem;
}
.ce_cta .grid-cta .btn {
  margin-bottom: 0.7rem;
}

.img-grey img {
  filter: grayscale(100%);
  transition: all 0.4s ease;
}
.img-grey img:hover {
  filter: grayscale(0%);
  transition: all 0.4s ease;
}

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

.img-1:after {
  position: relative;
  content: "";
  background-image: url("../../files/daten/icon/linie-kreis.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  display: block;
  aspect-ratio: 4/1;
  width: 120%;
  margin-top: -20%;
  margin-left: -10%;
}

.img-1 figure {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
.img-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.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: #795c4f;
}
.ce_accordion .toggler:focus {
  background-color: #795c4f;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #795c4f;
  outline-offset: -1px;
}
.ce_accordion .toggler.active {
  background-color: #795c4f;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #795c4f;
  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 #795c4f;
  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: #795c4f;
}
.handorgel .toggler button:focus {
  background-color: #795c4f;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #795c4f;
  outline-offset: -1px;
}
.handorgel .toggler.open button {
  background-color: #795c4f;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
  outline: 1px solid #795c4f;
  outline-offset: -1px;
}
.handorgel .toggler.open button:after {
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.handorgel .accordion.open {
  outline: 1px solid #795c4f;
  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;
}

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

.border-1 {
  border: 1px solid #795c4f;
}

.height-80 {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.border-radius-top {
  border: radius 0.35rem;
  -moz-border-radius: 0.35rem;
  -webkit-border-radius: 0.35rem;
}

.border-radius-bottom {
  border: radius 0.35rem;
  -moz-border-radius: 0.35rem;
  -webkit-border-radius: 0.35rem;
}

.absolut {
  position: absolute;
}

.br {
  display: block;
}

a.underline {
  text-decoration: underline;
}

.border-top-1 {
  border-top: 4px solid #795c4f;
}

.border-r {
  border-right: 1px solid #e6e6e6;
  padding-right: 0.7rem;
}

.mod_newslist .layout_latest {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  background-color: #795c4f;
  color: #fff;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  padding: 0.7rem;
}
.mod_newslist .layout_latest hr {
  border-top: 1px dashed #fff;
  margin-bottom: 1rem;
}
.mod_newslist .layout_latest p.info {
  margin-bottom: 0.35rem;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.mod_newslist .layout_latest p {
  margin-bottom: 0;
}
.mod_newslist .layout_latest .btn-3 {
  display: inline-block;
}
.mod_newslist .layout_latest .btn-3 a {
  display: flex;
  align-items: center;
  margin-left: 0.35rem;
}
.mod_newslist .layout_latest .btn-3 a svg {
  width: 15px;
  height: auto;
  margin-left: 0.25rem;
}
.mod_newslist .pagination {
  margin-top: 1.4rem;
}
.mod_newslist .pagination ul {
  display: flex;
}
.mod_newslist .pagination ul li strong,
.mod_newslist .pagination ul li a {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #999999;
  margin: 0;
  color: #999999;
  font-size: 1rem;
  margin-right: 0.7rem;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod_newslist .pagination ul li strong {
  border: 1px solid #000;
  color: #000;
}
.mod_newslist .pagination ul li a:hover {
  border: 1px solid #000;
  color: #000;
  background-color: #e8e6e0;
}
.mod_newslist .pagination ul li:first-child strong,
.mod_newslist .pagination ul li:first-child a {
  margin-left: 0;
}
.mod_newslist .pagination li.first,
.mod_newslist .pagination li.last,
.mod_newslist .pagination li.next,
.mod_newslist .pagination li.previous {
  display: none;
}

@media screen and (min-width: 61.875em) {
  .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 li {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media screen and (min-width: 61.875em) and (min-width: 102.5em) {
  .nav-01 ul li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 61.875em) {
  .nav-01 ul a {
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    color: #795c4f;
    outline: 2px solid #faf9f5;
    outline-offset: -2px;
    padding: 0.25rem 0.65rem;
    display: block;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
  }
  .nav-01 ul a:hover {
    color: #000;
  }
  .nav-01 ul a.active {
    color: #000;
    font-weight: 700;
  }
  .nav-01 ul a:focus {
    outline: 2px solid #faf9f5;
  }
  .nav-01 ul a:focus-within,
  .nav-01 ul a:focus-visible {
    outline: 2px solid #000;
    color: #000;
  }
  .nav-01 ul button[aria-expanded=true] svg {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 61.865em) {
  #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: #795c4f;
    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: #e8e6e0;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .nav-01 button.menu-toggle .m-toggle .linie:nth-child(1) {
    transform-origin: center bottom;
  }
  .nav-01 button.menu-toggle .m-toggle .linie:nth-child(2) {
    transform-origin: center center;
  }
  .nav-01 button.menu-toggle .m-toggle .linie:nth-child(3) {
    transform-origin: center top;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .m-toggle {
    margin-left: -2px;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie {
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie:nth-child(1) {
    transform: rotate(-45deg) translateY(4px);
    transform-origin: center bottom;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie:nth-child(2) {
    opacity: 0; /* Versteckt die mittlere Linie */
    transform: scale(0);
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie:nth-child(3) {
    transform: rotate(45deg) translateY(-3px);
    transform-origin: center;
    transform-origin: top center;
  }
  .nav-01 button.menu-toggle:focus {
    outline: 2px solid #e8e6e0;
  }
  .nav-01 button.menu-toggle[aria-expanded=false] + .menu-liste {
    display: block;
    transform: translateX(0) translateY(-5%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    transition: right 0.5s ease;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] + .menu-liste {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(0);
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.2s ease;
    position: absolute;
    top: 5.5rem;
    width: 100%;
    left: 0;
  }
  .nav-01 .menu-liste {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    transition: right 1s ease;
    z-index: 99;
  }
  .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 #3c3c3b;
  }
  .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 a {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem;
    border-left: 10px solid #fff;
    padding-left: 0.5rem;
  }
  .nav-01 .menu-liste ul a, .nav-01 .menu-liste ul button {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .nav-01 .menu-liste ul li.trail {
    border-left: 10px solid #795c4f;
  }
  .nav-01 .menu-liste ul li.trail .trail {
    border-left: 10px solid #fff;
    color: #000;
  }
  .nav-01 .menu-liste ul a.active {
    color: #795c4f;
  }
  .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: hsl(18.5714285714, 21%, 104.2156862745%);
    outline: 2px solid #000;
    outline-offset: -4px;
    border-left: 10px solid #795c4f;
  }
  .nav-01 .menu-liste ul li.submenu {
    display: grid;
    grid-template-columns: 1fr 50px;
    align-items: center;
    border-bottom: 1px solid #3c3c3b;
  }
  .nav-01 .menu-liste ul li.submenu a {
    color: #000;
    text-decoration: none;
    border-left: 10px solid #fff;
    padding-left: 0.5rem;
  }
  .nav-01 .menu-liste ul li.submenu a:focus-visible {
    border-left: 10px solid #795c4f;
  }
  .nav-01 .menu-liste ul li.submenu a.active {
    color: #000;
    border-left: 10px solid #795c4f;
    background-color: #faf9f5;
  }
  .nav-01 .menu-liste ul li.submenu button {
    border: transparent;
    background-color: #faf9f5;
    outline: 2px solid #faf9f5;
    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 #795c4f;
    background-color: hsl(18.5714285714, 21%, 104.2156862745%);
  }
  .nav-01 .menu-liste ul li.submenu .flyout {
    border-top: 1px solid #3c3c3b;
    width: 100%;
    grid-column: auto/span 2;
    display: block;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li {
    border-bottom: 1px solid #3c3c3b;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li a {
    border-left: 10px solid #faf9f5;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li a.active {
    border-left: 10px solid #795c4f;
  }
  .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 #795c4f;
  }
  .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: #795c4f;
    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 #3c3c3b;
  }
}
.content-gallery ul {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: grid;
  column-gap: 2.2%;
}
.content-gallery ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.content-gallery ul.gall1 {
  grid-template-columns: 1fr;
}

.content-gallery.content-gallery--cols-2 ul,
.content-gallery.content-gallery--cols-3 ul,
.content-gallery.content-gallery--cols-4 ul,
.content-gallery.content-gallery--cols-5 ul,
.content-gallery.content-gallery--cols-6 ul,
.content-gallery.content-gallery--cols-7 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;
  }
  .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 .galerie-profil ul {
  display: grid;
  grid-template-columns: 145px 145px;
}

*, *: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: 1440px;
  }
  .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-grau-1 {
  padding-top: 1.4rem;
  padding-bottom: 2.3rem;
}
#footer .bg-grau-1 .grid {
  margin-top: 1.4rem;
}
#footer .bg-grau-1 .grid .add2,
#footer .bg-grau-1 .grid .add {
  grid-column: auto/span 12;
}
@media screen and (min-width: 32.5em) {
  #footer .bg-grau-1 .grid .add2,
  #footer .bg-grau-1 .grid .add {
    grid-column: auto/span 6;
  }
}
@media screen and (min-width: 61.875em) {
  #footer .bg-grau-1 .grid .add2,
  #footer .bg-grau-1 .grid .add {
    grid-column: auto/span 3;
  }
}
#footer .bg-grau-1 .grid .nav-03 {
  grid-column: auto/span 12;
  margin-top: 2.1rem;
}
@media screen and (min-width: 61.875em) {
  #footer .bg-grau-1 .grid .nav-03 {
    margin-top: 0;
    grid-column: auto/span 6;
  }
}
#footer .bg-color-1 {
  color: #fff;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
#footer .bg-color-1 .page .grid-copy {
  display: grid;
}
@media screen and (min-width: 61.875em) {
  #footer .bg-color-1 .page .grid-copy {
    grid-template-columns: 1fr 1fr;
  }
}
#footer .bg-color-1 .page .copy {
  order: 2;
  margin-top: 0.7rem;
}
@media screen and (min-width: 61.875em) {
  #footer .bg-color-1 .page .copy {
    order: 1;
    margin-top: 0;
  }
}
#footer .bg-color-1 a {
  color: #fff;
}

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

#main .article_back:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(114, 139, 110, 0.65) 0%, rgba(114, 139, 110, 0.85) 100%);
}

#main .article_back {
  position: relative;
}
#main .article_back .imgBack img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .article_back .page {
  position: relative;
  z-index: 1;
}

.article-icon-4,
.article-icon-3,
.article-icon-2,
.article-icon-1 {
  position: relative;
}
.article-icon-4 .grid,
.article-icon-3 .grid,
.article-icon-2 .grid,
.article-icon-1 .grid {
  position: relative;
  z-index: 2;
}

.article-icon-1:before {
  content: "";
  width: 188px;
  height: 136px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  background-image: url("../../files/daten/icon/linie_01.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

.article-icon-1:after {
  content: "";
  width: 165px;
  height: 652px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0rem;
  background-image: url("../../files/daten/icon/linie_02.svg");
  background-repeat: no-repeat;
  z-index: -1;
}

.article-icon-4:before,
.article-icon-3:before,
.article-icon-2:before {
  content: "";
  width: 128px;
  height: 94px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -1rem;
  background-image: url("../../files/daten/icon/linie_03.svg");
  background-repeat: no-repeat;
  z-index: 1;
}

.article-icon-2:after {
  content: "";
  width: 60px;
  height: 179px;
  display: block;
  position: absolute;
  top: 0;
  right: 0rem;
  background-image: url("../../files/daten/icon/linie_04.svg");
  background-repeat: no-repeat;
  z-index: 1;
}

.article-icon-4:after {
  content: "";
  width: 172px;
  height: 188px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0rem;
  background-image: url("../../files/daten/icon/linie_08.svg");
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 79.99em) {
  .article-icon-4:after {
    top: 1rem;
    right: 0rem;
  }
}

@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .article-icon-4.no-overflow:after {
    display: none;
  }
}

svg.extern {
  fill: none;
  stroke: #1d1d1b;
  stroke-miterlimit: 10;
}

svg.kreis {
  width: 20px;
  height: 20px;
}
svg.kreis circle {
  fill: #fff;
}

.link-2 a {
  background-image: url("data:image/svg+xml,%3Csvg id='kreis-2' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Ccircle cx='10' cy='10' r='7.9'/%3E%3Cpath class='st0' d='M9.4,6.4l2.9,3.6v.2l-2.9,3.5-1.7-.9,2.2-2.7-2.2-2.7,1.7-.9Z'/%3E%3C/svg%3E");
  background-position: center right;
  background-size: 20px 20px;
  padding-right: 1.4rem;
  background-repeat: no-repeat;
  font-weight: 700;
  transition: all ease 0.2s;
}
.link-2 a:hover {
  padding-right: 2rem;
  transition: all ease 0.2s;
}

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

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