@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: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 61.875em) {
  .padding-article-1 {
    padding-top: 5rem;
    padding-bottom: 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: 2rem;
  padding-bottom: 1rem;
}

.padd-3 {
  padding: 1rem;
}

a.link-1 {
  position: relative;
  padding-left: 2.35rem;
  transition: all 0.25s ease;
}

a.link-1:hover {
  padding-left: 4.5rem;
  transition: all 0.25s ease;
  color: #000;
}

a.link-1:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 50%;
  height: 1px;
  width: 2rem;
  background: #bfbfbf;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}

a.link-1:hover:before {
  width: 2.5rem;
  transition: all 0.25s ease;
  left: 1rem;
}

a.link-1 .link-circle,
a.link-1 .link-pfeil {
  display: inline-block;
  transition: all 0.25s ease;
  top: 50%;
  position: absolute;
  left: 0;
  opacity: 0;
}
a.link-1 .link-circle {
  width: 0;
  height: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #bfbfbf;
}
a.link-1 .link-pfeil {
  border-right: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  transform: rotate(45deg);
  width: 0.7rem;
  height: 0.7rem;
  background-color: transparent;
  top: calc(50% - 0.3rem);
  left: 1.5rem;
}

a.link-1:hover .link-circle,
a.link-1:hover .link-pfeil {
  opacity: 1;
}
a.link-1:hover .link-circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  transition: all 0.35s ease;
  top: calc(50% - 0.375rem);
}
a.link-1:hover .link-pfeil {
  left: 3rem;
}

.mod_normen_liste a.link-1 .link-pfeil,
.mod_projekte_liste a.link-1 .link-pfeil {
  border-right: 1px solid #695c55;
  border-top: 1px solid #695c55;
}
.mod_normen_liste a.link-1 .link-circle,
.mod_projekte_liste a.link-1 .link-circle {
  border: 1px solid #695c55;
}
.mod_normen_liste a.link-1:before,
.mod_projekte_liste a.link-1:before {
  background: #695c55;
}

a.extern:after {
  content: "";
  display: inline-block;
  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: center center;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  margin-left: 0.35rem;
}

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

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

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

.grid {
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 32.5em) {
  .col-2 {
    grid-column: auto/span 6;
  }
}
@media screen and (min-width: 31.25em) {
  .col-50 {
    grid-column: auto/span 6;
  }
}
@media screen and (min-width: 61.875em) {
  .col-1 {
    grid-column: auto/span 6;
  }
  .col-2 {
    grid-column: auto/span 6;
  }
  .col-2-2 {
    grid-column: auto/span 2;
  }
  .col-3 {
    grid-column: auto/span 6;
  }
  .col-3-2 {
    grid-column: auto/span 2;
  }
  .col-4 {
    grid-column: auto/span 6;
  }
  .col-5 {
    grid-column: auto/span 6;
  }
  .col-6 {
    grid-column: auto/span 6;
  }
  .col-6-2 {
    grid-column: auto/span 10;
  }
  .col-7 {
    grid-column: auto/span 12;
  }
  .col-7-2 {
    grid-column: auto/span 10;
  }
  .col-8 {
    grid-column: auto/span 12;
  }
  .col-8-2 {
    grid-column: auto/span 10;
  }
  .col-9 {
    grid-column: auto/span 12;
  }
  .col-10 {
    grid-column: auto/span 12;
  }
  .col-10-2 {
    grid-column: auto/span 10;
  }
  .col-11 {
    grid-column: auto/span 12;
  }
  .col-12 {
    grid-column: auto/span 12;
  }
  .col-center {
    grid-column: auto/span 12;
  }
  .col-center-2 {
    grid-column: auto/span 12;
  }
}
@media screen and (min-width: 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-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 6;
  }
  .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: 4;
  }
  .col-center-2 {
    grid-column-start: 3;
  }
}
.grid-cta {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .grid-cta {
    text-align: left;
    grid-template-columns: 1fr 300px;
  }
}
.grid-cta .content-hyperlink {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  .grid-cta .content-hyperlink {
    margin-top: 0;
    text-align: right;
  }
}

.grid-svg-text {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  column-gap: 0.5rem;
}

@media screen and (min-width: 80em) {
  .grid-swiper-werte {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 31px;
  }
}
.grid-swiper-werte .col {
  margin-top: 1rem;
}
@media screen and (min-width: 80em) {
  .grid-swiper-werte .col {
    grid-column-start: 2;
  }
}

.nav-02 ul li,
.nav-03 ul li {
  display: block;
  margin: 0.75rem 0rem;
}
@media screen and (min-width: 61.875em) {
  .nav-02 ul li,
  .nav-03 ul li {
    display: inline-block;
  }
}
@media screen and (min-width: 61.875em) {
  .nav-02 ul li,
  .nav-03 ul li {
    margin: 0.5rem 1rem;
  }
}
.nav-02 ul li strong,
.nav-02 ul li a,
.nav-03 ul li strong,
.nav-03 ul li a {
  color: #000;
}
.nav-02 ul li a:hover,
.nav-03 ul li a:hover {
  color: #706f6f;
}
.nav-02 ul li:first-child,
.nav-03 ul li:first-child {
  margin-left: 0;
}
.nav-02 ul li:last-child,
.nav-03 ul li:last-child {
  margin-right: 0;
}

.nav-10 {
  border-bottom: 2px solid #000;
}
.nav-10 ul {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.nav-10 ul li {
  margin-right: 0.85rem;
  display: inline-block;
}
@media screen and (min-width: 80em) {
  .nav-10 ul li {
    margin-right: 1.25rem;
  }
}
.nav-10 ul li a {
  color: #000;
}
.nav-10 ul li a.active {
  font-weight: 700;
}
.nav-10 ul li a:hover {
  color: #3c3c3b;
}
.nav-10 ul li:last-child {
  margin-right: 0;
}

#header {
  position: relative;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
@media screen and (min-width: 31.25em) {
  #header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
#header .logo {
  order: 2;
  line-height: auto;
}
@media screen and (min-width: 31.25em) {
  #header .logo {
    order: 1;
  }
}
#header .logo a {
  display: block;
}
#header .logo a img {
  margin-bottom: 0;
}
#header .grid-header {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 50px;
}
@media screen and (min-width: 31.25em) {
  #header .grid-header {
    grid-template-columns: 320px 1fr 50px;
    column-gap: 0.5rem;
  }
}
@media screen and (min-width: 80em) {
  #header .grid-header {
    grid-template-columns: 240px 1fr 90px;
    align-items: center;
    column-gap: 0;
  }
}
@media screen and (min-width: 102.5em) {
  #header .grid-header {
    grid-template-columns: 320px 1fr 90px;
    align-items: center;
  }
}
#header .nav-01 {
  order: 3;
}
@media screen and (min-width: 31.25em) {
  #header .nav-01 {
    order: 3;
  }
}
@media screen and (min-width: 80em) {
  #header .nav-01 {
    order: 2;
  }
}
#header .mod_changelanguage {
  order: 1;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 0em) and (max-width: 31.24em) {
  #header .mod_changelanguage {
    grid-column: auto/span 3;
  }
}
@media screen and (min-width: 31.25em) {
  #header .mod_changelanguage {
    order: 2;
  }
}
@media screen and (min-width: 80em) {
  #header .mod_changelanguage {
    order: 3;
  }
}
@media screen and (min-width: 0em) and (max-width: 31.24em) {
  #header .mod_changelanguage {
    margin-bottom: 0.65rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid #486f76;
  }
}
@media screen and (min-width: 31.25em) {
  #header .mod_changelanguage {
    justify-content: flex-end;
  }
}
#header .mod_changelanguage ul {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-color: #486f76;
  width: 90px;
  height: 38px;
  justify-content: center;
}
@media screen and (min-width: 31.25em) {
  #header .mod_changelanguage ul {
    height: 50px;
  }
}
@media screen and (min-width: 80em) {
  #header .mod_changelanguage ul {
    height: 45px;
  }
}
#header .mod_changelanguage ul li {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#header .mod_changelanguage ul li a {
  color: #fff;
}
#header .mod_changelanguage ul li strong {
  color: #97a980;
}
#header .mod_changelanguage ul li:first-child {
  border-right: 1px solid #fff;
}

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

.span-100 {
  width: 100%;
}

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

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

button {
  cursor: pointer;
}

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

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

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

.form-1 h1 + form {
  margin-top: 2rem;
}
.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 fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.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 {
  width: 100%;
}
.form-1 .widget-textarea label {
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
.form-1 .widget-textarea textarea:focus {
  border: 2px solid #695c55;
  outline: none;
}
.form-1 .widget-textarea textarea {
  display: block;
  padding: 0.5rem;
  width: 100%;
}
.form-1 select,
.form-1 input,
.form-1 textarea {
  border: 2px solid #d9d9d9;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #efefef;
}
.form-1 .widget-captcha,
.form-1 .widget-select,
.form-1 .widget-password,
.form-1 .widget-text {
  width: 100%;
}
.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;
  width: 100%;
}
.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 #695c55;
  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: #97a980;
  border: 2px solid #97a980;
  color: #000;
  padding: 0.85rem 2.5rem;
  font-weight: 600;
  min-height: 52px;
}
.widget-submit button:hover {
  background-color: rgb(175.9014084507, 189.5915492958, 158.4084507042);
  border: 2px solid rgb(175.9014084507, 189.5915492958, 158.4084507042);
  transition: all ease 0.6s;
  color: #000;
}

.form-2 h1 + form {
  margin-top: 2rem;
}
.form-2 fieldset {
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 1rem;
  margin-bottom: 3rem;
  position: relative;
  padding-top: 1.5rem;
}
.form-2 fieldset legend {
  position: absolute;
  background-color: #d9d9d9;
  color: #000;
  padding: 0.25rem;
  padding-left: 2rem;
  left: -1rem;
  top: -1rem;
  width: 105%;
  display: block;
  border: 1px solid #d9d9d9;
}
.form-2 .widget {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-2 .widget fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.form-2 .widget-text {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .form-2 .widget-text {
    grid-template-columns: 18rem 1fr;
  }
}
.form-2 input,
.form-2 label {
  transition: all 0.2s ease;
  width: 100%;
}
.form-2 label {
  margin-bottom: 6px;
  display: block;
}
.form-2 select,
.form-2 input {
  height: 56px;
  padding-left: 9px;
  padding-right: 0.5rem;
  width: 100%;
}
.form-2 input:focus {
  border: 2px solid #695c55;
  background-color: #fff;
  outline: none;
  transition: all 0.2s ease;
}
.form-2 select,
.form-2 input,
.form-2 textarea {
  border: 2px solid #d9d9d9;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #efefef;
}
.form-2 .widget-checkbox .checkbox_container > span,
.form-2 .widget-radio .checkbox_container > span {
  grid-template-columns: 35px 1fr;
  display: grid;
  align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.form-2 .widget-checkbox .checkbox_container > span input,
.form-2 .widget-radio .checkbox_container > span input {
  width: 20px;
  height: 20px;
}
.form-2 .widget-checkbox .checkbox_container > span label,
.form-2 .widget-radio .checkbox_container > span label {
  margin-top: 1px;
}
.form-2 .widget-radio > span {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-2 a {
  text-decoration: underline;
}
.form-2 .text-right {
  text-align: right;
  font-weight: 700;
}

.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: 900;
  line-height: 1.9rem;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h1 + h2,
h1 + .rte + h2 {
  font-weight: 400;
  margin-top: -0.65rem;
}
@media screen and (min-width: 48em) {
  h1 + h2,
  h1 + .rte + h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

h2 {
  font-weight: 700;
  line-height: 1.8rem;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

p + h2,
ul + h2 {
  margin-top: 2rem;
}
@media screen and (min-width: 80em) {
  p + h2,
  ul + h2 {
    margin-top: 3rem;
  }
}

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

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

h3 + ul {
  margin-top: -0.5rem;
}

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

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

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  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 dashed #575756;
}

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

a:hover {
  color: #695c55;
}

.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.75rem 1.5rem;
  display: block;
  width: 100%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 31.25em) {
  .btn button,
  .btn a {
    display: inline-block;
    width: auto;
  }
}
.btn button:hover,
.btn a:hover {
  transition: border ease 0.6s;
  transition: background-color ease 0.6s;
}

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

.btn-1 button,
.btn-1 a {
  background-color: #97a980;
  color: #000;
  outline: 2px solid transparent;
  position: relative;
  z-index: 100;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.btn-1 button:hover,
.btn-1 a:hover {
  color: #000;
  background-color: rgb(125.8873239437, 146.676056338, 99.323943662);
  outline: 2px solid #695c55;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.btn-2 button,
.btn-2 a {
  background-color: #695c55;
  border: radius 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
  color: #000;
}
.btn-2 a:hover {
  background-color: rgb(127.5473684211, 111.7557894737, 103.2526315789);
  color: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

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

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

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

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

.color-1 {
  color: #97a980;
}

.black {
  color: #000;
}

.grau-1 {
  color: #efefef;
}

.grau-2 {
  color: #d9d9d9;
}

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

.grau-4 {
  color: #575756;
}

.white {
  color: #fff;
}

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

.bg-color-1 {
  background-color: #97a980;
}

.bg-color-2 {
  background-color: #486f76;
}

.bg-color-3 {
  background-color: #695c55;
}

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

.bg-color-5 {
  background-color: #fbf9e3;
}

.bg-color-7 {
  background-color: #8ea28b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-center,
.col-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 61.875em) {
  .spacer-1 {
    height: 1rem;
  }
  .spacer-2 {
    height: 2rem;
  }
  .spacer-3 {
    height: 3rem;
  }
  .spacer-4 {
    height: 4rem;
  }
  .spacer-5 {
    height: 5rem;
  }
  .spacer-6 {
    height: 6rem;
  }
}
@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.5rem;
}

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

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

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

.padd-3 {
  padding: 1rem;
}

.padd-4 {
  padding: 2rem;
}

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

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

.padd-10,
.mod_article .page {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 61.875em) {
  .padd-10,
  .mod_article .page {
    padding-top: 5rem;
    padding-bottom: 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: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 61.875em) {
  .padding-article-1 {
    padding-top: 5rem;
    padding-bottom: 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: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 61.875em) {
  .margin-werte {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 80em) {
  .margin-werte {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
  }
}

.lage {
  display: grid;
  grid-template-columns: 1fr 5rem;
}
.lage span.km {
  text-align: right;
}

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

.image70 img {
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  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%;
}

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

.line-2 {
  height: 1px;
  width: 3rem;
  display: block;
  background-color: #bfbfbf;
}

.border-1 {
  border: 1px solid #7fe37f;
}

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

.border-t {
  border-top: 1px solid #695c55;
}

.img-header-2 img,
.img-header img {
  width: 100%;
  height: auto;
}

.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: 0rem;
  -moz-border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -webkit-border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
  -moz-border-radius-topleft: 0.5rem;
  -moz-border-radius-topright: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

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

.absolut {
  position: absolute;
}

.br {
  display: block;
}

a.underline {
  text-decoration: underline;
}

.border-top-1 {
  border-top: 4px solid #97a980;
}

@media screen and (min-width: 80em) {
  .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;
  }
  .nav-01 ul a {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    color: #695c55;
    outline: 2px solid transparent;
    outline-offset: -2px;
    padding: 0.65rem 0.5rem;
    display: block;
    position: relative;
    z-index: 100;
    text-transform: uppercase;
  }
  .nav-01 ul a.active {
    font-weight: 700;
    color: #000;
  }
  .nav-01 ul a:hover {
    color: #000;
  }
  .nav-01 ul a:focus,
  .nav-01 ul a:focus-within,
  .nav-01 ul a:focus-visible {
    outline: 2px solid #000;
  }
  .nav-01 ul a.online {
    background-color: #97a980;
    color: #000;
  }
  .nav-01 ul a.online:hover {
    background-color: rgb(125.8873239437, 146.676056338, 99.323943662);
    transition: all 0.25s ease;
    margin-right: 0;
  }
  .nav-01 ul li.online {
    margin-right: 0;
  }
}
@media screen and (max-width: 79.99em) {
  #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: #97a980;
    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: #000;
    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 #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-color: #efefef;
  }
  .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 #bfbfbf;
  }
  .nav-01 .menu-liste ul li.trail .trail {
    border-left: 10px solid #fff;
    color: #000;
  }
  .nav-01 .menu-liste ul a.active {
    color: #695c55;
  }
  .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(86.3414634146, 19.2488262911%, 123.2352941176%);
    outline: 2px solid #000;
    outline-offset: -4px;
    border-left: 10px solid #695c55;
  }
  .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 #695c55;
  }
  .nav-01 .menu-liste ul li.submenu a.active {
    color: #000;
    border-left: 10px solid #695c55;
    background-color: #efefef;
  }
  .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 #695c55;
    background-color: hsl(86.3414634146, 19.2488262911%, 123.2352941176%);
  }
  .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 #efefef;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li a.active {
    border-left: 10px solid #695c55;
  }
  .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 #8ea28b;
  }
  .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: #97a980;
    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 {
  display: grid;
  column-gap: 2.2%;
}
.content-gallery ul li img {
  width: 100%;
  height: auto;
}
.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: 1540px;
  }
  .page-2 {
    width: 770px;
  }
}
.page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.rtl {
  float: right;
}

#footer {
  border-top: 1px solid #3c3c3b;
  padding-top: 3rem;
}
#footer .meta_icon {
  margin-bottom: 3rem;
}
#footer .meta_icon .page {
  margin-top: 1rem;
  display: grid;
  align-items: center;
  column-gap: 1rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 25em) {
  #footer .meta_icon .page {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 61.875em) {
  #footer .meta_icon .page {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 80em) {
  #footer .meta_icon .page {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
#footer .meta_icon .page .col {
  display: grid;
  grid-template-columns: 82px 1fr;
  column-gap: 0.65rem;
  align-items: center;
  margin-bottom: 1rem;
}
#footer .meta_icon .page .col img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
#footer .footer {
  background-color: #d9d9d9;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #000;
}
#footer .footer a {
  color: #000;
}
#footer .footer .page {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
}
@media screen and (min-width: 61.875em) {
  #footer .footer .page {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 61.875em) {
  #footer .footer .page .logo {
    grid-column: auto/span 3;
  }
}
#footer .footer .page .col i {
  font-weight: 700;
}
@media screen and (min-width: 61.875em) {
  #footer .footer .page .col:last-child {
    text-align: right;
  }
}
#footer .copy {
  background-color: #486f76;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#footer .copy .page {
  display: grid;
  grid-template-columns: 1fr;
  color: #fff;
}
@media screen and (min-width: 61.875em) {
  #footer .copy .page {
    grid-template-columns: 1fr 1fr;
  }
}
#footer .copy .page a {
  color: #fff;
}
@media screen and (min-width: 61.875em) {
  #footer .copy .page ul {
    margin-bottom: 0;
  }
}
#footer .copy .page ul li {
  display: inline-block;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
#footer .copy .page ul li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 61.875em) {
  #footer .copy .page .col:last-child {
    text-align: right;
  }
}

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

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

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

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

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

.ce_sliderStart .slider-control .slider-prev,
.ce_sliderStart .slider-control .slider-next {
  display: none;
}
.ce_sliderStart .slider-control .slider-menu b {
  font-size: 80px;
  font-size: 5rem;
}

body {
  font-size: 100%;
  font-weight: 400;
  font-family: "arial", sans-serif;
  color: #695c55;
  line-height: 1.5rem;
}

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