.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/**
 * 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
 */
/**
 * Custom layout sections
 */
.custom {
  display: block; }

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

body {
  font-size: 100%;
  font-weight: 400;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3rem; }

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

.schatten-2 {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 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 (min-width: 768px) {
    .padding-article-1 {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

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

.padd-3 {
  padding: 1rem; }

@media (min-width: 990px) {
  .flex {
    display: flex; } }

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

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

.grid-container {
  display: grid;
  column-gap: 20px;
  grid-template-columns: 260px  430px 260px; }

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

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

.col-right {
  grid-column: auto/span 1;
  grid-column-start: 3; }

.grid-flex #obenRechts {
  margin-bottom: 1rem; }
  @media (min-width: 990px) {
    .grid-flex #obenRechts {
      margin-left: 280px;
      margin-bottom: 2rem;
      height: 6rem;
      border-left: 1px dotted #000; }
      .grid-flex #obenRechts h1 {
        margin-left: 0.5rem; } }

@media (min-width: 0) and (max-width: 989px) {
  .grid-flex #links {
    display: none; } }

@media (min-width: 990px) {
  .grid-flex #links {
    width: 260px;
    float: left; } }

.grid-flex #rechts .mod_pageimage {
  margin-bottom: 1rem; }
  @media (min-width: 990px) {
    .grid-flex #rechts .mod_pageimage {
      margin-bottom: 0; } }

@media (min-width: 990px) {
  .grid-flex #rechts {
    width: 710px;
    float: right;
    margin-bottom: 3rem; } }

@media (min-width: 990px) {
  .grid-flex #rechts .inside {
    display: grid;
    column-gap: 2.5%;
    grid-template-columns: 1fr 260px; } }

@media (min-width: 990px) {
  .grid-flex #rechts .inside .mainImage {
    order: 2; } }

.grid-flex #rechts .inside .mainImage img {
  width: 100%;
  height: auto; }

.grid-flex #rechts .inside .mp3Player audio {
  width: 100%; }

@media (min-width: 990px) {
  .grid-flex #rechts .inside .mp3Player {
    order: 1; } }

.grid-flex #videoContainer {
  clear: both;
  margin-bottom: 1rem; }
  @media (min-width: 990px) {
    .grid-flex #videoContainer {
      margin-left: 280px;
      width: 420px;
      float: left; } }

.grid-flex #untenRechts {
  margin-bottom: 1rem; }
  @media (min-width: 990px) {
    .grid-flex #untenRechts {
      float: right;
      width: 260px; } }
  .grid-flex #untenRechts h2 {
    padding-left: 10px;
    border-left: 1px dotted #000; }

@media (min-width: 990px) {
  .grid-flex #unten {
    width: 420px;
    margin-left: 280px;
    float: left; } }

.grid-flex #unten h2 {
  padding-left: 10px;
  border-left: 1px dotted #000; }

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

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

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

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

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

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

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

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

.col-5-2 {
  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-8 {
  grid-column: auto/span 12; }

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

.col-8-3 {
  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-50 {
  grid-column: auto/span 12; }

@media (min-width: 500px) {
  .col-50 {
    grid-column: auto/span 6; } }

@media (min-width: 990px) {
  .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; } }

@media (min-width: 990px) {
  .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-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; } }

.new-line {
  grid-column-start: 1; }

#container .mod_newsmenu ul li,
#container .mod_navigation.nav-02 ul li {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-size: 0.875rem; }
  #container .mod_newsmenu ul li strong,
  #container .mod_newsmenu ul li a,
  #container .mod_navigation.nav-02 ul li strong,
  #container .mod_navigation.nav-02 ul li a {
    padding-left: 10px;
    background-repeat: no-repeat; }
  #container .mod_newsmenu ul li a,
  #container .mod_navigation.nav-02 ul li a {
    background-image: url(../../files/theme_files/img/bullet.gif);
    background-position: 0px 5px;
    color: #007776; }
  #container .mod_newsmenu ul li strong,
  #container .mod_navigation.nav-02 ul li strong {
    color: #f97d19;
    font-weight: normal;
    background-image: url(../../files/theme_files/img/bulletActive.gif);
    background-position: 0px 7px; }
  #container .mod_newsmenu ul li a:hover,
  #container .mod_navigation.nav-02 ul li a:hover {
    color: #f97d19; }

#container .mod_navigation.nav-03 {
  width: 100%; }
  #container .mod_navigation.nav-03 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 0.3rem; }
    @media (min-width: 990px) {
      #container .mod_navigation.nav-03 ul {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
    #container .mod_navigation.nav-03 ul li {
      line-height: 0; }
    #container .mod_navigation.nav-03 ul img {
      width: 100%;
      height: auto;
      margin-bottom: 0rem; }
    #container .mod_navigation.nav-03 ul a {
      border: 2px solid #fff;
      display: block;
      width: 100%; }
    #container .mod_navigation.nav-03 ul a:hover {
      border: 2px solid red; }

#container .mod_customnav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 0.2rem; }
  @media (min-width: 990px) {
    #container .mod_customnav ul {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  #container .mod_customnav ul img {
    width: 100%;
    height: auto;
    margin-bottom: 0rem; }
  #container .mod_customnav ul li {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    line-height: 0; }
  #container .mod_customnav ul a {
    border: 2px solid #fff;
    display: block;
    width: 100%; }
  #container .mod_customnav ul a:hover {
    border: 2px solid red; }

#header {
  position: relative;
  border-bottom: 1px solid #d5d3c8; }
  #header .header-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    @media (min-width: 420px) {
      #header .header-grid {
        grid-template-columns: 280px 1fr; } }
    @media (min-width: 520px) {
      #header .header-grid {
        grid-template-columns: 350px 1fr; } }
    #header .header-grid .logo a {
      width: 100%;
      line-height: 0;
      display: block;
      overflow: hidden; }
      #header .header-grid .logo a img {
        width: 100%;
        height: auto;
        margin-bottom: 0; }

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

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

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

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

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

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

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

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif; }

h1,
h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000; }

h3, h4, h5, h6 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000; }

b,
strong {
  font-weight: 700; }

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

a:hover {
  color: #f97d19; }

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

li,
p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2rem; }

.uppercase {
  text-transform: uppercase; }

.italic {
  font-style: italic; }

.light {
  font-weight: 300; }

.center {
  text-align: center; }

.right-s {
  text-align: left; }
  @media (min-width: 500px) {
    .right-s {
      text-align: right; } }

.right {
  text-align: right; }

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

.color-1 {
  color: #f97d19; }

.color-2 {
  color: #ff601a; }

.color-red {
  color: red; }

.grau-1 {
  color: #ededed; }

.grau-2 {
  color: #d5d3c8; }

.grau-3 {
  color: #007776; }

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

.bg-color-2 {
  background-color: #ff601a; }
  .bg-color-2 a {
    color: #000; }
  .bg-color-2 .btn-2 a {
    color: #fff; }

.bg-color-3 {
  background-color: #26c8b9; }
  .bg-color-3 h1, .bg-color-3 h2, .bg-color-3 h3, .bg-color-3 h4, .bg-color-3 h5, .bg-color-3 h6, .bg-color-3 li, .bg-color-3 a, .bg-color-3 p, .bg-color-3 .headline-2, .bg-color-3 .headline-1, .bg-color-3 .headline-3 {
    color: #000; }

.bg-color-4 {
  background-color: #fff4ed; }
  .bg-color-4 h1, .bg-color-4 h2, .bg-color-4 h3, .bg-color-4 h4, .bg-color-4 h5, .bg-color-4 h6, .bg-color-4 li, .bg-color-4 a, .bg-color-4 p, .bg-color-4 .headline-2, .bg-color-4 .headline-1, .bg-color-4 .headline-3 {
    color: #000; }

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

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

.bg-grau-3 {
  background-color: #007776;
  color: #fff; }

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

.white {
  color: #fff; }

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

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

.mt-1-2 {
  margin-top: 2rem; }
  @media (min-width: 990px) {
    .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 (min-width: 990px) {
  .mt-2 {
    margin-top: 2rem; } }

@media (min-width: 990px) {
  .mt-3 {
    margin-top: 3rem; } }

@media (min-width: 990px) {
  .mt-4 {
    margin-top: 4rem; } }

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

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

@media (min-width: 990px) {
  .mb-2 {
    margin-bottom: 2rem; } }

@media (min-width: 990px) {
  .mb-3 {
    margin-bottom: 3rem; } }

@media (min-width: 990px) {
  .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 (min-width: 990px) {
  .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 (min-width: 0) and (max-width: 499px) {
  .spacer-mobile-1 {
    height: 0.65rem;
    display: block;
    width: 100%; } }

@media (min-width: 500px) {
  .spacer-mobile-1 {
    display: none; } }

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

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

#container .page {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    #container .page {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

a.link-2:hover,
a.link-2:focus {
  outline: 2px solid #007776;
  background-color: #ededed; }

figcaption {
  font-size: 9px;
  font-size: 0.5625rem;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem; }

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

.mod_newsarchive .layout_full {
  margin-bottom: 0.5rem; }

.mod_newsarchive p.info {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0.15rem;
  font-family: Georgia, "Times New Roman", Times, serif; }

.mod_newsarchive h3 {
  color: #007776;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem; }

.mod_newsarchive img {
  width: 80px;
  height: auto; }

.mod_newsarchive figcaption {
  line-height: 0.8rem; }

.mod_newsarchive .grid-news {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 1rem; }

.mod_newsreader .ce_text {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .mod_newsreader .ce_text iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mod_newslist .layout_full {
  margin-bottom: 1rem; }
  .mod_newslist .layout_full figcaption {
    margin-bottom: 0; }

.mod_newslist .layout_latest .ce_text {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .mod_newslist .layout_latest .ce_text iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mod_newslist .layout_latest .ff {
  background-color: #007776;
  display: grid;
  grid-template-columns: 1fr 100px;
  align-items: center;
  padding: 0.5rem; }
  .mod_newslist .layout_latest .ff p,
  .mod_newslist .layout_latest .ff a,
  .mod_newslist .layout_latest .ff h2 {
    color: #fff;
    margin: 0;
    padding: 0; }
  .mod_newslist .layout_latest .ff h2 {
    text-transform: none;
    font-size: 12px;
    font-size: 0.75rem; }
  .mod_newslist .layout_latest .ff a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold; }
  .mod_newslist .layout_latest .ff a:hover {
    color: #d5d3c8; }

.content-gallery ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4%; }
  .content-gallery ul li img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    overflow: hidden; }

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

.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 (min-width: 768px) {
  .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; } }

#header .mod_navigation ul {
  text-align: right; }
  #header .mod_navigation ul li {
    font-family: Georgia, "Times New Roman", Times, serif;
    display: inline-block;
    text-align: right;
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
    #header .mod_navigation ul li strong {
      color: #f97d19; }

@media (max-width: 1279px) {
  #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: #007776;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border: transparent;
    outline: 2px solid #007776;
    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 #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);
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.2s ease;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0; }
  .nav-01 .menu-liste {
    position: absolute;
    background-color: #fff4ed;
    width: 100%;
    left: 0;
    top: 100%;
    transition: right 1s ease; }
  .nav-01 .menu-liste > ul {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    background-color: #fff;
    border: 1px solid #d5d3c8;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 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;
    margin-top: 1rem; }
  .nav-01 .menu-liste ul > li {
    border-bottom: 1px solid #d5d3c8; }
  .nav-01 .menu-liste ul {
    margin-bottom: 0; }
    .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 li.btn {
      display: none; }
    .nav-01 .menu-liste ul a.active {
      color: #f97d19; }
    .nav-01 .menu-liste ul li {
      display: block; }
    .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: white;
      outline: 2px solid #f97d19;
      outline-offset: -4px;
      border-left: 10px solid #ff601a; }
    .nav-01 .menu-liste ul li.submenu {
      display: grid;
      grid-template-columns: 1fr 50px;
      align-items: center;
      border-bottom: 1px solid #d5d3c8; }
      .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 #ff601a; }
      .nav-01 .menu-liste ul li.submenu a.active {
        color: #f97d19;
        border-left: 10px solid #ff601a;
        background-color: #ededed; }
      .nav-01 .menu-liste ul li.submenu button {
        border: transparent;
        background-color: #ededed;
        outline: 2px solid #ededed;
        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: #f97d19;
          stroke-miterlimit: 10;
          stroke-width: 2px;
          width: 60%;
          height: auto; }
      .nav-01 .menu-liste ul li.submenu button:focus {
        outline: 2px solid #f97d19;
        background-color: white; }
      .nav-01 .menu-liste ul li.submenu .flyout {
        border-top: 1px solid #007776;
        width: 100%;
        grid-column: auto/span 2;
        display: block; }
        .nav-01 .menu-liste ul li.submenu .flyout li {
          border-bottom: 1px solid #007776; }
          .nav-01 .menu-liste ul li.submenu .flyout li a {
            border-left: 10px solid #ff601a; }
          .nav-01 .menu-liste ul li.submenu .flyout li a.active {
            border-left: 10px solid #ff601a; }
        .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 #ff601a; }
        .nav-01 .menu-liste ul li.submenu .flyout ul a {
          font-weight: 500; }
        .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 {
            border-left: 10px solid #ff601a;
            padding-left: 10px;
            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; }
          .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 #ff601a;
            font-weight: 500; } }

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

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

#main {
  overflow: hidden; }

@media (min-width: 1020px) {
  .page {
    padding-left: 0%;
    padding-right: 0%;
    width: 990px; } }

.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 .page {
  border-top: 1px dotted #000;
  padding-top: 0.5rem; }

#footer p {
  font-size: 11px;
  font-size: 0.6875rem; }

: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;
  background-color: #fff;
  color: #000; }

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

.mod_pluginmp3 {
  margin-bottom: 0.5rem; }
  .mod_pluginmp3 audio {
    width: 100%; }
  .mod_pluginmp3 .source p {
    margin-top: -0.5rem;
    font-size: 9px;
    font-size: 0.5625rem; }
  .mod_pluginmp3 sup {
    vertical-align: super;
    font-size: 9px; }
  .mod_pluginmp3 a.donload {
    padding-left: 10px;
    background-image: url(../../files/theme_files/img/download.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    color: #007776; }

.ccm-root button.ccm-settings-summoner--link {
  display: none; }

@media (min-width: 1280px) {
  .mo {
    display: none; } }

@media (min-width: 0) and (max-width: 1297px) {
  .desk {
    display: none; } }

h1.h1-top {
  border-left: 1px dotted #000;
  padding-left: 0.5rem; }
  @media (min-width: 990px) {
    h1.h1-top {
      height: 6rem; } }

h2.h2-top {
  border-left: 1px dotted #000;
  padding-left: 0.5rem; }

.ce_accordionSingle button {
  border: none;
  background-color: none;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
  display: block;
  width: 100%;
  cursor: pointer; }

.ce_accordionSingle button:hover h3 {
  color: #f97d19; }

audio {
  height: 30px; }

#main .slider-1,
.slider-1 {
  position: relative; }
  #main .slider-1 .slider-menu,
  .slider-1 .slider-menu {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    text-align: center;
    margin: 0;
    margin-top: 10px; }
  #main .slider-1 .slider-control,
  .slider-1 .slider-control {
    position: static;
    height: auto; }
    #main .slider-1 .slider-control a.slider-prev,
    #main .slider-1 .slider-control a.slider-next,
    .slider-1 .slider-control a.slider-prev,
    .slider-1 .slider-control a.slider-next {
      font-size: 36px;
      font-size: 2.25rem;
      font-weight: 400;
      width: 50px;
      height: 50px;
      border-radius: 25px;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      background-color: #000;
      display: flex;
      justify-content: center;
      color: #fff;
      line-height: 0;
      padding-top: 22px; }
    #main .slider-1 .slider-control a.slider-prev,
    .slider-1 .slider-control a.slider-prev {
      margin-left: 1rem; }
    #main .slider-1 .slider-control a.slider-next,
    .slider-1 .slider-control a.slider-next {
      margin-right: 1rem; }
  #main .slider-1 .slider-control a,
  .slider-1 .slider-control a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    position: absolute;
    display: block;
    color: #f97d19;
    opacity: 0.1; }
    #main .slider-1 .slider-control a:before,
    .slider-1 .slider-control a:before {
      padding: 1rem;
      display: block; }
    #main .slider-1 .slider-control a:hover,
    .slider-1 .slider-control a:hover {
      opacity: 0.7; }

