@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(16, 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 16;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 61.875em) {
  .nav-cta {
    display: grid;
    grid-template-columns: 14rem 12.5rem;
    column-gap: 1rem;
  }
}

#footer .grid-footer nav a {
  color: #029341;
  font-weight: 700;
}

#header {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#header .col-14 {
  margin-top: 0;
}
#header .logo {
  line-height: auto;
}
#header .logo a {
  line-height: 0;
  display: block;
}
#header .logo img {
  width: 115px;
  height: auto;
  margin-bottom: 0;
}
#header .grid-header {
  column-gap: 1rem;
  display: grid;
  grid-template-columns: 1fr 50px;
  align-items: flex-end;
}
@media screen and (min-width: 61.875em) {
  #header .grid-header {
    grid-template-columns: 115px 1fr;
  }
}
#header .grid-header .header-right .nav-cta {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  #header .grid-header .header-right .nav-cta {
    display: none;
  }
}
#header .grid-header .header-right .nav-cta ul {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.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.75rem;
  -moz-border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  color: #fff;
  text-align: center;
  padding: 0.35rem;
}

p.error {
  background-color: red;
  border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  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 #029341;
  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 #029341;
  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 #029341;
}
.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.75rem;
  -moz-border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  color: #fff;
  padding: 0.85rem 2.5rem;
  font-weight: 600;
  min-height: 52px;
  width: auto;
}
.widget-submit button:hover {
  background-color: #029341;
  border: 2px solid #029341;
  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%;
}

.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;
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
}
@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: #000;
  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: #585857;
  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: 1px solid #029341;
}

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;
  color: #585857;
}

.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: #3d3d3c;
  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: #3d3d3c;
  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 img {
  margin-bottom: 0;
}

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

.btn-1 button,
.btn-1 a {
  color: #fff;
  background-color: #585857;
  outline: 2px solid transparent;
  border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  position: relative;
  z-index: 100;
  transition: all 0.5s ease;
}
.btn-1 button:hover,
.btn-1 a:hover {
  color: #fff;
  background-color: rgb(62.3542857143, 62.3542857143, 61.6457142857);
  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;
}
.btn-1 a:focus-visible {
  outline: 2px solid #000;
}

.btn-2 button,
.btn-2 a {
  color: #fff;
  background-color: #029341;
  border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
}
.btn-2 a:hover {
  background-color: rgb(1.3154362416, 96.6845637584, 42.7516778523);
  color: #fff;
  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;
}

@media screen and (min-width: 48em) {
  .with-btn2 a {
    width: 16rem;
  }
}

a.grid-btn {
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 0.5rem;
  align-items: center;
  text-align: left;
  padding: 0.75rem;
}

.content-download a {
  background-image: url("../../files/daten/icons/icons_05.svg");
  background-repeat: no-repeat;
  background-position: 15px center;
  background-image: 28px 24px;
  padding-left: 3rem;
}

#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-1 .swiper-wrapper {
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .swiper-1 .swiper-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 0em) and (max-width: 61.865em) {
  .swiper-1 .swiper-button-prev,
  .swiper-1 .swiper-button-next {
    display: none;
  }
}
.swiper-1 .swiper-pagination {
  margin-bottom: -8px;
}
@media screen and (min-width: 61.875em) {
  .swiper-1 .swiper-pagination {
    display: none;
  }
}
.swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #585857;
}
.swiper-1 svg.swiper-navigation-icon path {
  fill: #029341;
}

.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: 2.85rem;
  list-style: none;
  line-height: 1.5rem;
  margin-top: 0.45rem;
  margin-bottom: 1rem;
}
.list-2 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../files/daten/icons/icons_icon.svg");
  background-repeat: no-repeat;
  width: 29px;
  height: 21px;
  background-size: 29px 21px;
  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: #585857;
}

.black {
  color: #000;
}

.grau-1 {
  color: #efefef;
}
.grau-1 p, .grau-1 li {
  color: #000;
}

.grau-2 {
  color: #d5d3c8;
}

.grau-3 {
  color: #808080;
}

.grau-4 {
  color: #3d3d3c;
}

.white {
  color: #fff;
}

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

.bg-color-1 {
  background-color: #585857;
  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: #029341;
}

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

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

.m-s2 h3 {
  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;
}

.page.page-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

@media screen and (min-width: 0em) and (max-width: 47.99em) {
  #main .content-header {
    display: grid;
  }
}
@media screen and (min-width: 48em) {
  #main .content-header {
    height: 600px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (min-width: 102.5em) {
  #main .content-header {
    height: 600px;
  }
}
#main .content-header .page {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  #main .content-header .header-image {
    order: 1;
  }
}
#main .content-header .header-image figure {
  display: block;
}
#main .content-header .header-image figure video,
#main .content-header .header-image figure img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 48em) {
  #main .content-header .header-image figure video,
  #main .content-header .header-image figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
  }
}
#main .content-header .bg-color-white {
  background: rgb(80, 80, 80);
  background: rgba(80, 80, 80, 0.9);
  background-color: #fff;
  opacity: 0.9;
}
#main .content-header .relative {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  #main .content-header .relative {
    order: 2;
  }
}
@media screen and (min-width: 48em) {
  #main .content-header .left-bottom {
    margin-left: 6rem;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 48em) {
  #main .content-header .right-bottom {
    right: 0;
    margin-right: 6rem;
    justify-content: center;
  }
}
@media screen and (min-width: 48em) {
  #main .content-header .center-bottom {
    left: 50%; /* Horizontale Mitte */
    transform: translate(-50%); /* Ausgleich für absolute Zentrierung */
    flex-direction: column; /* Inhalte vertikal anordnen */
    align-items: center; /* Inhalte horizontal zentrieren */
    justify-content: center; /* Inhalte vertikal zentrieren */
    top: -6rem;
    flex-direction: column;
    justify-content: end;
  }
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  #main .content-header .col .border-l-6 {
    border: none;
  }
  #main .content-header .col .padd-2 {
    padding: 0;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 48em) {
  #main .content-header .col {
    margin-top: 0;
    position: absolute;
    height: 600px;
    display: flex;
    max-width: 600px;
  }
}
@media screen and (min-width: 102.5em) {
  #main .content-header .col {
    height: 600px;
  }
}

#main .content-cta {
  height: 600px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 48em) {
  #main .content-cta {
    height: 600px;
  }
}
@media screen and (min-width: 102.5em) {
  #main .content-cta {
    height: 600px;
  }
}
#main .content-cta .img-header .content-image {
  display: block;
  width: 100%;
  height: 100%;
}
#main .content-cta .img-header .content-image video,
#main .content-cta .img-header .content-image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
#main .content-cta .relative {
  position: relative;
}
#main .content-cta .col {
  margin-top: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  height: 600px;
  align-items: center;
  width: 94%;
}
@media screen and (min-width: 48em) {
  #main .content-cta .col {
    height: 600px;
    width: 100%;
  }
}
#main .content-cta .col .text {
  background-color: #fff;
  border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  padding: 1.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#main .content-cta .col .text h1, #main .content-cta .col .text h2, #main .content-cta .col .text h3 {
  color: #585857;
}
#main .content-cta .col .text h2 {
  border-bottom: none;
}
@media screen and (min-width: 80em) {
  #main .content-cta .col .text p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 102.5em) {
  #main .content-cta .col {
    height: 600px;
  }
}
#main .content-cta .col .nav-cta {
  justify-content: center;
}

.header-1 .grid-header-1 {
  display: grid;
}
@media screen and (min-width: 48em) {
  .header-1 .grid-header-1 {
    grid-template-columns: 1fr 160px;
    align-items: center;
  }
}
.header-1 .grid-header-1 img {
  margin-bottom: 0;
  position: relative;
  margin-left: -0.65rem;
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  .header-1 .grid-header-1 img {
    order: 1;
    margin-left: 0;
    width: 80px;
    height: auto;
    margin-bottom: 0.5rem;
  }
}
.header-1 .grid-header-1 .text {
  background-color: #029341;
  padding: 0.35rem 0.65rem;
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  .header-1 .grid-header-1 .text {
    order: 2;
    margin-bottom: 0.8rem;
  }
}
.header-1 .grid-header-1 .text h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.kontakt img {
  margin-bottom: 0;
  margin-right: 0.25rem;
}

.img-radius img {
  border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
  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 button {
  width: 100%;
  background-color: #efefef;
  border: 1px solid #029341;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  outline: none;
  padding: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 2rem;
  column-gap: 0.5rem;
  align-items: center;
  text-align: left;
}
.ce_accordion button h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.ce_accordion button .svg {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  background-color: #029341;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ce_accordion button .svg svg {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.25s ease-in;
}
.ce_accordion button .svg svg line {
  stroke: #fff;
  stroke-width: 2px;
}
.ce_accordion button:hover {
  background-color: #fff;
  transition: all 0.5s ease;
}
.ce_accordion button:focus-visible {
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  outline: 2px solid blue;
  outline-offset: -2px;
}
.ce_accordion button[aria-expanded=false] + .accordion {
  display: none;
}
.ce_accordion button[aria-expanded=true] {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ce_accordion button[aria-expanded=true] svg {
  transform: rotate(-45deg);
  transition: transform 0.25s ease-in;
}
.ce_accordion .accordion .innner {
  border: 1px solid #029341;
  padding: 1rem;
  padding-bottom: 0.1rem;
  background-color: #fff;
  margin-top: -1px;
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media screen and (min-width: 48em) {
  .align-right {
    text-align: right;
  }
}

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

.border-2 {
  border: 2px solid #029341;
}

.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.75rem;
  -moz-border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
}

.border-radius-3 {
  border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.kreis-1 {
  background-color: #029341;
  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 {
    margin-top: 1rem;
  }
  .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: #585857;
  }
  .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: #585857;
  }
  .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 #585857;
    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: #585857;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    width: 14px;
    height: auto;
  }
  .nav-01 ul li.submenu button:focus svg {
    stroke: #585857;
  }
  .nav-01 ul li.submenu button:focus-visible {
    outline: 2px solid #585857;
    background-color: #efefef;
  }
  .nav-01 ul li.submenu.trail a.trail:after {
    background-color: #585857;
    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: #029341;
    outline: 2px solid #fff;
    padding: 0rem 0.65rem 0.15rem 0.65rem;
    display: block;
    font-weight: 700;
    letter-spacing: 0.01rem;
    outline-offset: -2px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .nav-01 ul li strong {
    color: #585857;
  }
  .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 #585857;
    background-color: #efefef;
  }
  .nav-01 ul li strong:after,
  .nav-01 ul li a:after {
    display: block;
    content: "";
    height: 4px;
    width: 0px;
    background-color: #029341;
    margin-top: 8px;
  }
  .nav-01 ul li a:hover:after {
    background-color: #029341;
    width: 100%;
    transition: width 0.25s ease;
  }
  .nav-01 ul li strong.active:after {
    background-color: #029341;
    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.75rem;
    -moz-border-radius: 0.75rem;
    -webkit-border-radius: 0.75rem;
  }
  .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: #585857;
    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: #585857;
    border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -webkit-border-radius: 0.75rem;
    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.75rem;
    -moz-border-radius: 0.75rem;
    -webkit-border-radius: 0.75rem;
    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 #585857;
  }
  .nav-01 .menu-liste ul li.trail,
  .nav-01 .menu-liste ul li.active {
    border-left: 10px solid #029341;
    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(253.26, 253.26, 253.24);
    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 #585857;
    background-color: rgb(253.26, 253.26, 253.24);
  }
  .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 #585857;
  }
  .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: #585857;
    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;
}

#main .partner-01 ul {
  display: grid;
  column-gap: 2.2%;
  margin-bottom: 0;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 48em) {
  #main .partner-01 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 80em) {
  #main .partner-01 ul {
    column-gap: 4rem;
  }
}
#main .partner-01 ul img {
  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%;
  }
}
.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 .grid-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}
@media screen and (min-width: 80em) {
  #footer .grid-footer {
    grid-template-columns: 12rem 1fr;
  }
}
#footer .grid-footer .footer-right {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 61.875em) {
  #footer .grid-footer .footer-right {
    grid-template-columns: 15rem 1fr 1fr 1fr 150px;
  }
}
@media screen and (min-width: 80em) {
  #footer .grid-footer .footer-right {
    grid-template-columns: 15rem 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 61.875em) {
  #footer .grid-footer .footer-right nav,
  #footer .grid-footer .footer-right .zert {
    border-left: 1px solid #029341;
  }
}
@media screen and (min-width: 61.875em) {
  #footer .grid-footer .footer-right nav {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 61.875em) {
  #footer .grid-footer .footer-right .zert {
    text-align: center;
  }
}
#footer .grid-footer .footer-right .adresse p {
  font-weight: 700;
}
#footer .grid-footer .footer-right .adresse a {
  color: #585857;
}
#footer .bg-color-2 {
  padding-top: 1rem;
}
@media screen and (min-width: 61.875em) {
  #footer .bg-color-2 .copy {
    text-align: right;
  }
}
#footer .bg-color-2 .copy img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

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

table {
  color: #585857;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  width: 100%;
}
table tr td:first-child {
  width: 4rem;
}
table td {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

/* open-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: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../../files/daten/fonts/open-sans-v44-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-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: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../../files/daten/fonts/open-sans-v44-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-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: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/daten/fonts/open-sans-v44-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-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: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../../files/daten/fonts/open-sans-v44-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-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: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../../files/daten/fonts/open-sans-v44-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-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: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../../files/daten/fonts/open-sans-v44-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-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: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../../files/daten/fonts/open-sans-v44-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-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: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../../files/daten/fonts/open-sans-v44-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-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: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../../files/daten/fonts/open-sans-v44-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-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: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../../files/daten/fonts/open-sans-v44-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-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: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../../files/daten/fonts/open-sans-v44-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-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: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../../files/daten/fonts/open-sans-v44-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-size: 100%;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5rem;
}

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