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

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

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

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

blockquote, q {
  quotes: none;
}

fieldset, img {
  border: 0;
}

ul {
  list-style-type: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
}

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

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

table {
  font-size: inherit;
}

caption, th {
  font-weight: bold;
}

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

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

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

#main {
  width: 100%;
}

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

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

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

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

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

.ce_gallery li {
  float: left;
}

.ce_gallery li.col_first {
  clear: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media 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: 1%;
}

.grid-container,
.grid-padd {
  padding-left: 3%;
  padding-right: 3%;
}
@media screen and (min-width: 102.5em) {
  .grid-container,
  .grid-padd {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.grid-container {
  display: grid;
  column-gap: 1%;
  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: 47.99em) {
  .order-1 {
    order: 1;
  }
}

@media screen and (min-width: 0em) and (max-width: 47.99em) {
  .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 {
  grid-column: auto/span 12;
}

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

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

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

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

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

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

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

.col-10 {
  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;
}

@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-3 {
    grid-column: auto/span 6;
  }
  .col-4 {
    grid-column: auto/span 6;
  }
  .col-5 {
    grid-column: auto/span 6;
  }
  .col-6 {
    grid-column: auto/span 6;
  }
  .col-7 {
    grid-column: auto/span 12;
  }
  .col-8 {
    grid-column: auto/span 12;
  }
  .col-9 {
    grid-column: auto/span 12;
  }
  .col-10 {
    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;
  }
}
@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-4 {
    grid-column: auto/span 4;
  }
  .col-5 {
    grid-column: auto/span 5;
  }
  .col-6 {
    grid-column: auto/span 6;
  }
  .col-7 {
    grid-column: auto/span 7;
  }
  .col-8 {
    grid-column: auto/span 8;
  }
  .col-9 {
    grid-column: auto/span 9;
  }
  .col-10 {
    grid-column: auto/span 10;
  }
  .col-11 {
    grid-column: auto/span 11;
  }
  .col-12 {
    grid-column: auto/span 12;
  }
  .col-center {
    grid-column: auto/span 6;
  }
}
@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;
  }
}
.nav-02 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  grid-column: auto/span 12;
}
@media screen and (min-width: 61.875em) {
  .nav-02 {
    min-height: 20rem;
    grid-column: auto/span 6;
  }
}
@media screen and (min-width: 102.5em) {
  .nav-02 {
    grid-column: auto/span 4;
  }
}
.nav-02 .imgCover .image_container {
  width: 100%;
  overflow: hidden;
}
.nav-02 .imgCover .image_container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.nav-02 .imgIcon {
  position: absolute;
  bottom: 0rem;
  z-index: 88;
  right: 1rem;
}
.nav-02 .imgIcon svg {
  stroke: #f8ab16;
}
.nav-02 ul {
  position: relative;
  z-index: 99;
  margin: 1.5rem;
}
.nav-02 ul li:first-child a {
  color: #f8ab16;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media screen and (min-width: 80em) {
  .nav-02 ul li:first-child a {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.nav-02 ul li {
  margin-top: 0.65rem;
  margin-bottom: 0.65rem;
}
.nav-02 ul li strong,
.nav-02 ul li a {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
.nav-02 ul li a {
  text-decoration: underline;
  font-weight: 300;
}

.nav-10 {
  background-color: #f6f6f6;
  padding: 1rem 1.5rem;
}
.nav-10 ul li {
  margin-top: 0.35rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #575756;
  padding-bottom: 0.25rem;
}
.nav-10 ul li a {
  color: #575756;
}
.nav-10 ul li a:hover {
  color: #f8ab16;
}
.nav-10 ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

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

#container {
  margin-top: -6rem;
}

#header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  width: 100%;
  z-index: 9999;
  height: 6rem;
  background-color: transparent;
}
#header .inside {
  position: relative;
}
#header .col-header {
  grid-column: auto/span 12;
}
@media screen and (min-width: 102.5em) {
  #header .col-header {
    grid-column: auto/span 10;
    grid-column-start: 2;
  }
}
@media screen and (min-width: 0em) and (max-width: 31.1875em) {
  #header .mod_support {
    position: fixed;
    bottom: 0;
    background-color: #575756;
    -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);
    width: 100%;
    left: 0;
    padding: 0.5rem 1rem;
  }
  #header .mod_support #support-btn {
    width: 6rem;
  }
}
@media screen and (min-width: 31.25em) and (max-width: 79.9375em) {
  #header .mod_support {
    order: 2;
  }
}
@media screen and (min-width: 0em) and (max-width: 31.1875em) {
  #header .nav-01 {
    order: 2;
  }
}
@media screen and (min-width: 31.25em) and (max-width: 79.9375em) {
  #header .nav-01 {
    order: 3;
  }
}
@media screen and (min-width: 0em) and (max-width: 79.9375em) {
  #header .logo {
    order: 1;
  }
}
#header .logo a {
  display: block;
  width: 215px;
  height: 74px;
}
#header .logo a img {
  margin-bottom: 0;
}
#header .grid-header {
  column-gap: 1rem;
  align-items: center;
  grid-template-columns: 1fr 50px;
}
@media screen and (min-width: 31.25em) {
  #header .grid-header {
    grid-template-columns: 1fr 115px 50px;
  }
}
@media screen and (min-width: 80em) {
  #header .grid-header {
    grid-template-columns: 215px 1fr 115px;
    align-items: center;
  }
}

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

p.error {
  background-color: red;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  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: 700;
  display: block;
  margin-bottom: 0.5rem;
}
.form-1 .widget-textarea textarea:focus {
  border: 2px solid #f8ab16;
  outline: none;
}
.form-1 .widget-textarea textarea {
  display: block;
  padding: 0.5rem;
}
.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: #f6f6f6;
}
.form-1 .widget-captcha,
.form-1 .widget-select,
.form-1 .widget-password,
.form-1 .widget-text {
  position: relative;
}
.form-1 .widget-captcha input,
.form-1 .widget-captcha label,
.form-1 .widget-select input,
.form-1 .widget-select label,
.form-1 .widget-password input,
.form-1 .widget-password label,
.form-1 .widget-text input,
.form-1 .widget-text label {
  transition: all 0.2s ease;
}
.form-1 .widget-captcha label,
.form-1 .widget-select label,
.form-1 .widget-password label,
.form-1 .widget-text label {
  margin-bottom: 6px;
  display: block;
}
.form-1 .widget-captcha select,
.form-1 .widget-captcha input,
.form-1 .widget-select select,
.form-1 .widget-select input,
.form-1 .widget-password select,
.form-1 .widget-password input,
.form-1 .widget-text select,
.form-1 .widget-text input {
  height: 56px;
  padding-left: 9px;
  padding-right: 0.5rem;
  width: 100%;
}
.form-1 .widget-captcha input:focus,
.form-1 .widget-select input:focus,
.form-1 .widget-password input:focus,
.form-1 .widget-text input:focus {
  border: 2px solid #f8ab16;
  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: #f8ab16;
  border: 2px solid #f8ab16;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #fff;
  padding: 0.85rem 2.5rem;
  font-weight: 600;
  min-height: 52px;
}
.widget-submit button:hover {
  background-color: rgb(249.4875, 188.85, 71.5125);
  border: 2px solid rgb(249.4875, 188.85, 71.5125);
  transition: all ease 0.6s;
  color: #fff;
}

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

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

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

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

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

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

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

h1 {
  font-weight: 900;
  color: #f8ab16;
  line-height: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h2 {
  font-weight: 500;
  color: #000;
  display: inline-block;
  border-bottom: 3px solid #f8ab16;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
}

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

h3 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}

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

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

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

.text-m {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 80em) {
  .text-m {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
}

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

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

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

a:hover {
  color: #f8ab16;
}

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

li,
p {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 80em) {
  li,
  p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.8rem;
  }
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.light {
  font-weight: 300;
}

.center {
  text-align: center;
}

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

.right {
  text-align: right;
}

.btn button,
.btn a {
  cursor: pointer;
  padding: 0.75rem 1rem;
  display: block;
  width: 100%;
  font-weight: 900;
  letter-spacing: 0.025rem;
  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.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  font-weight: 400;
  min-height: 15px;
}

.btn-1 button,
.btn-1 a {
  color: #000;
  background-color: #f8ab16;
  outline: 1px solid transparent;
  outline-offset: -1px;
}
.btn-1 button:hover,
.btn-1 a:hover {
  color: #000;
  background-color: rgb(250.23125, 197.775, 96.26875);
  outline: 1px solid #000;
}
.btn-1 a:focus {
  outline: 1px solid #000;
}

.btn-2 button,
.btn-2 a {
  color: #fff;
  background-color: #3c3c3b;
  outline: 1px solid transparent;
  outline-offset: -1px;
}
.btn-2 button:hover,
.btn-2 a:hover {
  background-color: rgb(47.1428571429, 47.1428571429, 46.3571428571);
  color: #fff;
  outline: 1px solid #000;
}
.btn-2 a:focus {
  outline: 1px solid #000;
}

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

.btn-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-icon a .icon-s {
  margin-right: 0.5rem;
}

.btns {
  display: grid;
}
@media screen and (min-width: 48em) {
  .btns {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
  }
}
.btns .btn a {
  width: 100%;
}
@media screen and (min-width: 0em) and (max-width: 47.99em) {
  .btns .btn-2 a {
    outline: 1px solid #fff;
  }
}

#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-partner .swiper-button-prev,
.swiper-partner .swiper-button-next {
  display: none;
}

#main .content-swiper {
  margin-bottom: 1rem;
}
#main .content-swiper button,
#main .content-swiper .swiper-button-prev,
#main .content-swiper .swiper-button-next {
  border: 2px solid #f8ab16;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: #f8ab16;
  opacity: 1;
  background: transparent;
}
#main .content-swiper button:after,
#main .content-swiper .swiper-button-next:after,
#main .content-swiper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
}
#main .content-swiper button:hover,
#main .content-swiper .swiper-button-next:hover,
#main .content-swiper .swiper-button-prev:hover {
  background-color: #fff;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.2);
}
#main .content-swiper .swiper-button-disabled {
  opacity: 0.5;
}
#main .content-swiper .swiper-button-next {
  order: 3;
}
#main .content-swiper .swiper-pagination {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -5px;
  width: unset;
  position: relative;
}
#main .content-swiper .swiper-pagination .swiper-pagination-bullet {
  color: #f8ab16;
  position: relative;
  background: #f8ab16;
  transition: all 0.5s ease;
}
#main .content-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 6px;
  transition: all 0.5s ease;
}

.list-1 ul li {
  position: relative;
  list-style: none;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  padding-left: 16px;
}
.list-1 ul li:first-child {
  margin-top: 0;
}
.list-1 ul li:before {
  content: "» ";
  display: block;
  font-family: 700;
  color: #f8ab16;
  position: absolute;
  left: 0;
  text-indent: 0;
  margin-left: 0;
  height: 20px;
  width: 20px;
  font-family: "Bitter", serif;
}

.list-2 ul li {
  position: relative;
  list-style: none;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  padding-left: 3rem;
  font-weight: 800;
  letter-spacing: 0.015rem;
}
.list-2 ul li:first-child {
  margin-top: 0;
}
.list-2 ul li:before {
  content: "";
  background: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8"%3F%3E%3Csvg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 34.4 25"%3E%3C!-- Generator: Adobe Illustrator 29.0.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 192) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %231d1d1b; %7D %3C/style%3E%3C/defs%3E%3Cpath class="st0" d="M33.9,2.7c.6-.6.6-1.6,0-2.2-.6-.6-1.6-.6-2.2,0h0L10.9,21.2,2.7,13c-.6-.6-1.6-.6-2.2,0-.6.6-.6,1.6,0,2.2l9.4,9.4c.6.6,1.6.6,2.2,0,0,0,0,0,0,0L33.9,2.7Z"/%3E%3C/svg%3E');
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  margin-left: 0;
  height: 24px;
  width: 35px;
}

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

.color-1 {
  color: #f8ab16;
}

.black {
  color: #000;
}

.grau-1 {
  color: #f6f6f6;
}

.grau-2 {
  color: #d5d3c8;
}

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

.grau-4 {
  color: #575756;
}

.white {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-1-2 {
  margin-top: 2rem;
}
@media 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%;
}

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

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

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

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

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

@media 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;
}

.mod_article .page {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 80em) {
  .mod_article .page {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

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

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

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

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

#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: 700px;
  }
}
#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 {
  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: #f8ab16;
}
#main .content-cta .col .text h2 {
  border-bottom: none;
}
#main .content-cta .col .text p {
  color: #fff;
  font-weight: 300;
}
@media screen and (min-width: 80em) {
  #main .content-cta .col .text p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 102.5em) {
  #main .content-cta .col {
    height: 700px;
  }
}
#main .content-cta .col .btns {
  display: grid;
}
@media screen and (min-width: 48em) {
  #main .content-cta .col .btns {
    grid-template-columns: 300px 300px;
    column-gap: 2rem;
    justify-content: center;
  }
}
#main .content-cta .col .btns .btn a {
  width: 100%;
}
@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  #main .content-cta .col .btns .btn-2 a {
    outline: 1px solid #fff;
  }
}

#main .ce_partner .col-width {
  grid-column: auto/span 12;
}
#main .ce_partner .col .text {
  max-width: 100%;
  width: 100%;
}
#main .ce_partner .height {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 600px;
  align-items: center;
}

@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: 700px;
  }
}
@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  #main .content-header .page {
    padding-top: 1rem;
    margin-top: -3px;
    padding-bottom: 1.1rem;
    background-color: #3c3c3b;
  }
}
#main .content-header .img-header .content-image {
  display: block;
}
#main .content-header .img-header .content-image video,
#main .content-header .img-header .content-image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 48em) {
  #main .content-header .img-header .content-image video,
  #main .content-header .img-header .content-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
  }
}
#main .content-header .relative {
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  #main .content-header .offset {
    grid-column: auto/span 12;
  }
}
#main .content-header .offset-1 {
  grid-column: auto/span 12;
}
@media screen and (min-width: 102.5em) {
  #main .content-header .offset-1 {
    grid-column: auto/span 10;
    grid-column-start: 2;
  }
}
#main .content-header .col {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  #main .content-header .col {
    margin-top: 0;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#main .content-header .col .text {
  max-width: 800px;
}
#main .content-header .col .text h2 {
  border-bottom: none;
}
#main .content-header .col .text p {
  color: #fff;
  font-weight: 300;
}
@media screen and (min-width: 80em) {
  #main .content-header .col .text p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 102.5em) {
  #main .content-header .col {
    height: 700px;
  }
}
@media screen and (min-width: 48em) {
  #main .content-header .col .btns {
    grid-template-columns: 300px 300px;
  }
}

.grid-header-img {
  display: grid;
}
@media screen and (min-width: 48em) {
  .grid-header-img {
    grid-template-columns: repeat(10, 1fr);
    column-gap: 1%;
  }
}
.grid-header-img .text2 h2 {
  border-bottom: none;
}
@media screen and (min-width: 48em) {
  .grid-header-img .text2 {
    grid-column: auto/span 6;
  }
}
.grid-header-img .text2 p {
  color: #fff;
}
.grid-header-img .imgHeader2 {
  margin-top: 1rem;
}
@media screen and (min-width: 48em) {
  .grid-header-img .imgHeader2 {
    grid-column: auto/span 4;
  }
}
@media screen and (min-width: 102.5em) {
  .grid-header-img .imgHeader2 {
    grid-column: auto/span 3;
    grid-column-start: 8;
  }
}
.grid-header-img .imgHeader2 img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 48em) {
  #main .content-header.ce_header_small {
    height: 300px;
  }
}
#main .content-header.ce_header_small .col {
  margin-top: 2rem;
  height: 300px;
}

@media screen and (min-width: 48em) {
  #main .content-header.ce_header_xs_small {
    height: 110px;
  }
}
#main .content-header.ce_header_xs_small .col {
  margin-top: 2rem;
  height: 110px;
}

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

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

.content-accordion {
  border-top: 1px solid #575756;
}
.content-accordion h3.handorgel__header--opened span.circle:after,
.content-accordion h4.handorgel__header--opened span.circle:after {
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.content-accordion h3.handorgel__header button:focus,
.content-accordion h4.handorgel__header button:focus {
  border: 2px dashed #575756;
}
.content-accordion h3.handorgel__header button,
.content-accordion h4.handorgel__header button {
  background-color: transparent;
  border: 2px solid transparent;
  width: 100%;
  padding: 0;
  text-align: left;
  padding: 0.5rem;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 2rem;
}
.content-accordion h3.handorgel__header span.circle:after,
.content-accordion h4.handorgel__header span.circle:after {
  display: inline-block;
  content: "+";
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border: 1px solid #575756;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #575756;
  transition: transform 0.2s ease;
}
.content-accordion .handorgel__content {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-top: transparent;
}
.content-accordion .handorgel__content p {
  font-weight: 300;
}

.mod_faqpage article {
  border-bottom: 1px solid #575756;
}

.ce_accordion {
  border-top: 1px solid #000;
  padding-top: 0.25rem;
}
.ce_accordion h3,
.ce_accordion h4 {
  display: grid;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  grid-template-columns: 1fr 2rem;
  align-items: center;
  border: 2px solid transparent;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
.ce_accordion h3:focus,
.ce_accordion h4:focus {
  border: 2px dashed #575756;
}
.ce_accordion span.text-inside {
  order: 1;
}
.ce_accordion span.ui-icon {
  order: 2;
}
.ce_accordion span.ui-icon:after {
  order: 2;
  display: block;
  content: "+";
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border: 1px solid #575756;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #575756;
  transition: transform 0.2s ease;
}
.ce_accordion .active span.ui-icon:after {
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

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

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

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

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

.mod_newslist {
  display: grid;
  column-gap: 1%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .mod_newslist {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 102.5em) {
  .mod_newslist {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.mod_newslist .layout_latest {
  margin-top: 1rem;
}
.mod_newslist .layout_latest a {
  position: relative;
  height: 22rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  display: block;
}
.mod_newslist .layout_latest a .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.mod_newslist .layout_latest a .image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
  content: "";
  z-index: 1;
}
.mod_newslist .layout_latest a .news-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mod_newslist .layout_latest a .news-text .ce_text,
.mod_newslist .layout_latest a .news-text h3 {
  color: #fff;
  text-align: center;
}
.mod_newslist .layout_latest a .news-text p.info {
  margin-bottom: 0rem;
}
.mod_newslist .layout_latest a:hover img {
  width: 105%;
  height: 105%;
}

.mod_newsreader .layout_full p.info {
  font-size: 16px;
  font-size: 1rem;
}
.mod_newsreader .layout_full p.info time {
  border-bottom: 6px solid #f8ab16;
  padding-bottom: 0.5rem;
}
.mod_newsreader .layout_full h1 {
  margin-top: 2rem;
  color: #575756;
}
.mod_newsreader img {
  width: 100%;
  height: auto;
}
.mod_newsreader .teaser p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #575756;
}

.icon-s {
  background-position: center center;
  width: 1.65rem;
  height: 1.65rem;
}

.icon-tel {
  background-image: url("../../files/daten/icons/telefon.svg");
  background-repeat: no-repeat;
}

.icon-mail {
  background-image: url("../../files/daten/icons/mail.svg");
  background-repeat: no-repeat;
}

@media screen and (min-width: 63.125em) {
  .bg-dom {
    background-image: url("../../files/daten/icons/dom-freigestellt.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 150px;
    padding-bottom: 150px;
  }
}

@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;
  }
}
@media screen and (min-width: 80em) and (min-width: 102.5em) {
  .nav-01 ul li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 80em) {
  .nav-01 ul a {
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    outline: 2px solid transparent;
    outline-offset: -2px;
    padding: 0.75rem 0.75rem;
    display: block;
  }
  .nav-01 ul a:focus {
    outline: 2px solid #f8ab16;
  }
  .nav-01 ul a:hover {
    color: #f8ab16;
  }
  .nav-01 ul a:after {
    display: block;
    content: "";
    height: 2px;
    width: 1px;
    background-color: transparent;
  }
  .nav-01 ul a:hover:after {
    background-color: #f8ab16;
    width: 100%;
    transition: width 0.25s ease;
  }
  .nav-01 ul a.active:after {
    background-color: #f8ab16;
    width: 100%;
    transition: width 0.25s ease;
  }
  .nav-01 ul li:hover {
    background-color: #3c3c3b;
  }
  .nav-01 ul li:hover a {
    color: #fff;
  }
  .nav-01 ul li.btn-1 a {
    color: #000;
    text-transform: none;
    font-weight: 900;
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .nav-01 ul li.btn-1 a:focus {
    outline: 2px solid #fff;
  }
  .nav-01 ul li.trail a.trail,
  .nav-01 ul a.active {
    color: #fff;
  }
  .nav-01 ul button[aria-expanded=true] svg {
    transform: rotate(180deg);
  }
  .nav-01 ul li.submenu:hover button {
    outline: 2px solid transparent;
  }
  .nav-01 ul li.submenu:hover button svg {
    transform: rotate(180deg);
    transition: transform 0.25s ease-in;
    stroke: #f8ab16;
  }
  .nav-01 ul li.submenu {
    display: grid;
    grid-template-columns: 1fr 20px;
    column-gap: 0px;
  }
  .nav-01 ul li.submenu img {
    margin-bottom: 0.25rem;
  }
  .nav-01 ul li.submenu button {
    border: transparent;
    background-color: transparent;
    outline: 2px solid transparent;
    outline-offset: -2px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .nav-01 ul li.submenu button svg {
    transition: transform 0.25s ease-in;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
  }
  .nav-01 ul li.submenu button:focus {
    outline: 2px solid #f8ab16;
  }
  .nav-01 ul li.submenu button:focus svg {
    stroke: #f8ab16;
  }
  .nav-01 ul li ul.level_2 {
    position: absolute;
    display: block;
    background-color: #3c3c3b;
    border: 1px solid #706f6f;
    min-width: 300px;
    padding: 1rem;
    padding-bottom: 1.5rem;
    z-index: 99999;
  }
  .nav-01 ul li ul.level_2 li {
    margin-left: 0;
    margin-right: 0;
    display: block;
    margin-top: 1rem;
  }
  .nav-01 ul li ul.level_2 li button {
    display: none;
  }
  .nav-01 ul li ul.level_2 li img {
    margin-bottom: 0.85rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .nav-01 ul li ul.level_2 li a {
    display: block;
    padding: 0;
    text-decoration: underline;
    margin: 0;
    outline: 2px solid transparent;
    color: #f8ab16;
    height: auto;
  }
  .nav-01 ul li ul.level_2 li a:hover {
    color: #f8ab16;
  }
  .nav-01 ul li ul.level_2 li a:focus {
    outline: 2px solid #f8ab16;
  }
  .nav-01 ul li ul.level_2 li a.trail,
  .nav-01 ul li ul.level_2 li a.active {
    font-weight: 700;
    color: #f8ab16;
  }
  .nav-01 ul li ul.level_2 li a:after {
    display: none;
  }
  .nav-01 ul li ul.level_2 li:hover {
    background-color: transparent;
  }
  .nav-01 ul li ul.level_2 ul li a {
    padding: 0;
    text-transform: none;
    color: #fff;
  }
  .nav-01 ul li ul.level_2 ul li a.active {
    color: #f8ab16;
  }
  .nav-01 ul li ul.level_2 hr {
    height: 0;
    border: 0;
    display: none;
  }
  .nav-01 ul li.leistungen ul.level_2 {
    left: 0;
    width: 100%;
    display: grid;
    padding-left: 1%;
    padding-right: 1%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 1%;
    border-left: 0;
    border-right: 0;
  }
}
@media screen and (min-width: 80em) and (min-width: 102.5em) {
  .nav-01 ul li.leistungen ul.level_2 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 80em) {
  .nav-01 ul li.leistungen ul.level_2 hr {
    grid-column: auto/span 6;
    width: 100%;
    display: block;
    height: 4px;
    background-color: #f8ab16;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
@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: #f8ab16;
    border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border: transparent;
    outline: 2px solid #f8ab16;
    outline-offset: -2px;
    color: #fff;
    display: grid;
    place-content: center;
    cursor: pointer;
  }
  .nav-01 button.menu-toggle .m-toggle {
    grid-area: text;
  }
  .nav-01 button.menu-toggle .m-toggle .linie {
    height: 3px;
    width: 25px;
    background-color: #fff;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .nav-01 button.menu-toggle .m-toggle .linie:nth-child(1) {
    transform-origin: center bottom;
  }
  .nav-01 button.menu-toggle .m-toggle .linie:nth-child(2) {
    transform-origin: center center;
  }
  .nav-01 button.menu-toggle .m-toggle .linie:nth-child(3) {
    transform-origin: center top;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .m-toggle {
    margin-left: -2px;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie {
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    margin-top: 0;
    margin-bottom: 0;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie:nth-child(1) {
    transform: rotate(-45deg) translateY(4px);
    transform-origin: center bottom;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie:nth-child(2) {
    opacity: 0; /* Versteckt die mittlere Linie */
    transform: scale(0);
  }
  .nav-01 button.menu-toggle[aria-expanded=true] .linie:nth-child(3) {
    transform: rotate(45deg) translateY(-3px);
    transform-origin: center;
    transform-origin: top center;
  }
  .nav-01 button.menu-toggle:focus {
    outline: 2px solid #fff;
  }
  .nav-01 button.menu-toggle[aria-expanded=false] + .menu-liste {
    display: block;
    transform: translateX(0) translateY(-5%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
    transition: right 0.5s ease;
  }
  .nav-01 button.menu-toggle[aria-expanded=true] + .menu-liste {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(0);
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.2s ease;
    position: absolute;
    top: 6rem;
    width: 100%;
    left: 0;
  }
  .nav-01 .menu-liste {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    transition: right 1s ease;
    z-index: 8;
  }
  .nav-01 .menu-liste > ul {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    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.25rem;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    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 .trail {
    color: #000;
  }
  .nav-01 .menu-liste ul a.active {
    color: #f8ab16;
  }
  .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,
  .nav-01 .menu-liste ul li a:focus-visible {
    background-color: hsl(39.5575221239, 94.1666666667%, 117.9411764706%);
    outline: 2px solid #f8ab16;
    outline-offset: -4px;
    border-left: 10px solid #3c3c3b;
  }
  .nav-01 .menu-liste ul li.submenu {
    display: grid;
    grid-template-columns: 1fr 50px;
    align-items: center;
    border-bottom: 1px solid #3c3c3b;
  }
  .nav-01 .menu-liste ul li.submenu a {
    color: #000;
    text-decoration: none;
    border-left: 10px solid #fff;
    padding-left: 0.5rem;
  }
  .nav-01 .menu-liste ul li.submenu a:focus,
  .nav-01 .menu-liste ul li.submenu a:focus-visible {
    border-left: 10px solid #3c3c3b;
  }
  .nav-01 .menu-liste ul li.submenu a.active {
    color: #f8ab16;
    border-left: 10px solid #3c3c3b;
    background-color: #f6f6f6;
  }
  .nav-01 .menu-liste ul li.submenu button {
    border: transparent;
    background-color: #f6f6f6;
    outline: 2px solid #f6f6f6;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    outline-offset: -3px;
  }
  .nav-01 .menu-liste ul li.submenu button svg {
    transition: transform 0.25s ease-in;
    fill: none;
    stroke: #f8ab16;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    width: 60%;
    height: auto;
  }
  .nav-01 .menu-liste ul li.submenu button:focus {
    outline: 2px solid #f8ab16;
    background-color: hsl(39.5575221239, 94.1666666667%, 117.9411764706%);
  }
  .nav-01 .menu-liste ul li.submenu .flyout {
    border-top: 1px solid #3c3c3b;
    width: 100%;
    grid-column: auto/span 2;
    display: block;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li {
    border-bottom: 1px solid #3c3c3b;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li a {
    border-left: 10px solid #3c3c3b;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li a.active {
    border-left: 10px solid #3c3c3b;
  }
  .nav-01 .menu-liste ul li.submenu .flyout li:last-child {
    border-bottom: none;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul ul li a {
    border-left: 20px solid #3c3c3b;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu {
    grid-template-columns: 40px 1fr 50px;
    align-items: center;
  }
  .nav-01 .menu-liste ul li.submenu .flyout ul.level_2 > li.submenu .image {
    background-color: #f8ab16;
    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;
  }
}
.mod_support button#support-btn {
  width: 100%;
  padding: 0.5rem 0.5rem 0.35rem 0.5rem;
  background-color: transparent;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  outline: 2px solid #fff;
  outline-offset: -2px;
}
.mod_support button#support-btn img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.mod_support button#support-btn:hover,
.mod_support button#support-btn:focus {
  outline: 2px solid #f8ab16;
  outline-offset: -2px;
}
@media screen and (min-width: 0em) and (max-width: 31.1875em) {
  .mod_support #menu-support-liste {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    height: calc(100% - 68px);
    padding: 2rem;
    color: #fff;
  }
}
@media screen and (min-width: 31.25em) {
  .mod_support #menu-support-liste {
    position: fixed;
    height: auto;
    width: 25rem;
    right: 0;
    top: 0;
    padding: 2rem;
    background-color: #3c3c3b;
    -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);
    color: #fff;
    z-index: 99999;
  }
}
.mod_support #menu-support-liste button#close {
  background-color: #f8ab16;
  color: #000;
  border: transparent;
  outline: 2px solid #f8ab16;
  outline-offset: -2px;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1.4rem;
  -moz-border-radius: 1.4rem;
  -webkit-border-radius: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.mod_support #menu-support-liste button#close:hover,
.mod_support #menu-support-liste button#close:focus {
  outline: 2px solid #000;
  background-color: #000;
  color: #fff;
}
.mod_support #menu-support-liste ul {
  color: #fff;
}
.mod_support #menu-support-liste ul li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.mod_support #menu-support-liste ul li img {
  margin-bottom: 0;
}
.mod_support #menu-support-liste ul li a {
  color: #fff;
}
.mod_support #menu-support-liste ul li strong,
.mod_support #menu-support-liste ul li a:hover {
  color: #f8ab16;
}
.mod_support #menu-support-liste span.block {
  display: block;
}
.mod_support #menu-support-liste span.block img {
  margin-bottom: 0;
  margin-right: 0.25rem;
}
.mod_support #menu-support-liste hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mod_support #menu-support-liste a {
  color: #fff;
}

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

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

@media screen and (min-width: 48em) {
  .content-gallery.gall30 ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content-gallery.gall25 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .content-gallery.gall20 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .content-gallery.gall15 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .content-gallery.gall7 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  overflow: hidden;
}

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

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

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

.rtl {
  float: right;
}

#footer {
  color: #575756;
  padding-top: 4rem;
}
#footer a, #footer p, #footer div, #footer strong {
  color: #575756;
  font-size: 16px;
  font-size: 1rem;
}
#footer a:hover {
  color: #f8ab16;
}
@media screen and (min-width: 0em) and (max-width: 31.1875em) {
  #footer {
    padding-bottom: 4rem;
  }
}
#footer .grid-footer {
  margin-bottom: 4rem;
  display: grid;
}
@media screen and (min-width: 48em) {
  #footer .grid-footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 80em) {
  #footer .grid-footer {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 1%;
  }
}
@media screen and (min-width: 0em) and (max-width: 79.9375em) {
  #footer .grid-footer .col {
    border-bottom: 1px solid #f8ab16;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 80em) {
  #footer .grid-footer .col {
    border-right: 1px solid #f8ab16;
  }
}
#footer .grid-footer .col img {
  width: 90%;
  height: auto;
}
#footer .grid-footer .col .btn-1 a {
  color: #000;
}
@media screen and (min-width: 102.5em) {
  #footer .grid-footer .adresse {
    padding-left: 5rem;
  }
}
#footer .grid-footer .col:last-child {
  border-bottom: none;
  border-right: none;
}
#footer .grid-footer .nav-03 ul li:first-child {
  text-transform: uppercase;
  margin-top: 0;
}
#footer .grid-footer .nav-03 ul li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
#footer .bg-color-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#footer .grid-footer-copy {
  align-items: center;
}
@media screen and (min-width: 48em) {
  #footer .grid-footer-copy {
    grid-template-columns: 1fr 200px;
  }
}
#footer .img-gfc {
  width: 200px;
}
#footer .social ul {
  display: grid;
  grid-template-columns: 50px 50px 50px 50px;
  align-items: center;
  column-gap: 1rem;
}
#footer .social ul img {
  margin-bottom: 0;
}
#footer .img-gfc img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.module-plenta-jobs-basic-offer-list .layout_default a {
  display: block;
  border: 1px solid #d5d3c8;
  padding: 1rem;
  color: #575756;
  text-decoration: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.module-plenta-jobs-basic-offer-list .layout_default a h2 {
  border-bottom: none;
  color: #575756;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.module-plenta-jobs-basic-offer-list .layout_default a p.more {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
}
.module-plenta-jobs-basic-offer-list .layout_default a:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  background-color: #f6f6f6;
  transition: all 0.2s ease-in;
}

@media screen and (min-width: 31.25em) {
  .module-plenta-jobs-basic-offer-reader .job_header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 1%;
    margin-bottom: 1rem;
  }
}
.module-plenta-jobs-basic-offer-reader .job_header div {
  margin-bottom: 1rem;
  border: 1px solid #d5d3c8;
  padding: 1rem;
  padding-bottom: 0;
  text-align: center;
}
.module-plenta-jobs-basic-offer-reader p + h3,
.module-plenta-jobs-basic-offer-reader ul + h3 {
  margin-top: 2rem;
}
.module-plenta-jobs-basic-offer-reader h3 + ul {
  margin-top: -0.5rem;
}
.module-plenta-jobs-basic-offer-reader p.back {
  margin-top: 2rem;
}

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