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

/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url("../../files/daten/fonts/lato-v25-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-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: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url("../../files/daten/fonts/lato-v25-latin-100italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("../../files/daten/fonts/lato-v25-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-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: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url("../../files/daten/fonts/lato-v25-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../../files/daten/fonts/lato-v25-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-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: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url("../../files/daten/fonts/lato-v25-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("../../files/daten/fonts/lato-v25-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-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: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url("../../files/daten/fonts/lato-v25-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url("../../files/daten/fonts/lato-v25-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* lato-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: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url("../../files/daten/fonts/lato-v25-latin-900italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

body {
  font-size: 100%;
  font-family: 'Lato', sans-serif;
  color: #4D4D4D;
  line-height: 1.75em; }

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

.page {
  padding-left: 0%;
  padding-right: 0%; }
  @media (min-width: 0) and (max-width: 700px) {
    .page {
      padding-left: 5%;
      padding-right: 5%; } }

.page-big,
.img-header,
.page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page-big:after,
  .img-header:after,
  .page:after {
    content: " ";
    display: block;
    clear: both; }

@media (min-width: 700px) {
  .page-big,
  .img-header,
  .page {
    width: 700px; } }

@media (min-width: 960px) {
  .page-big,
  .img-header,
  .page {
    width: 960px; } }

@media (min-width: 1140px) {
  .page-big,
  .img-header,
  .page {
    width: 1140px; } }

@media (min-width: 1580px) {
  .page-big {
    width: 1480px; } }

@media (min-width: 1660px) {
  .img-header {
    width: 1600px; }
  .page-big {
    width: 1600px; } }

.rtl {
  float: right;
  clear: both; }

/*==============================
	Grid mit for Schleife
================================*/
@media (min-width: 0) and (max-width: 700px) {
  .grid1 {
    width: 100%;
    float: none; } }

@media (min-width: 701px) {
  .grid1 {
    width: 5.5555555556%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .grid2 {
    width: 100%;
    float: none; } }

@media (min-width: 701px) {
  .grid2 {
    width: 13.8888888889%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .grid3 {
    width: 100%;
    float: none; } }

@media (min-width: 701px) {
  .grid3 {
    width: 22.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .grid4 {
    width: 100%;
    float: none; } }

@media (min-width: 701px) {
  .grid4 {
    width: 30.5555555556%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .grid5 {
    width: 100%;
    float: none; } }

@media (min-width: 701px) {
  .grid5 {
    width: 38.8888888889%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .grid6 {
    width: 100%;
    float: none; } }

@media (min-width: 701px) {
  .grid6 {
    width: 47.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .grid7 {
    width: 100%;
    float: none; } }

@media (min-width: 701px) {
  .grid7 {
    width: 55.5555555556%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .grid8 {
    width: 100%;
    float: none; } }

@media (min-width: 701px) {
  .grid8 {
    width: 63.8888888889%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .grid9 {
    width: 100%;
    float: none; } }

@media (min-width: 701px) {
  .grid9 {
    width: 72.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .grid10 {
    width: 100%;
    float: none; } }

@media (min-width: 701px) {
  .grid10 {
    width: 80.5555555556%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .grid11 {
    width: 100%;
    float: none; } }

@media (min-width: 701px) {
  .grid11 {
    width: 88.8888888889%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .grid12 {
    width: 100%;
    float: none; } }

@media (min-width: 701px) {
  .grid12 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .offset1 {
    margin-left: 0; } }

@media (min-width: 701px) {
  .offset1 {
    margin-left: 9.7222222222%; } }

@media (min-width: 0) and (max-width: 700px) {
  .offset2 {
    margin-left: 0; } }

@media (min-width: 701px) {
  .offset2 {
    margin-left: 18.0555555556%; } }

@media (min-width: 0) and (max-width: 700px) {
  .offset3 {
    margin-left: 0; } }

@media (min-width: 701px) {
  .offset3 {
    margin-left: 26.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .offset4 {
    margin-left: 0; } }

@media (min-width: 701px) {
  .offset4 {
    margin-left: 34.7222222222%; } }

@media (min-width: 0) and (max-width: 700px) {
  .offset5 {
    margin-left: 0; } }

@media (min-width: 701px) {
  .offset5 {
    margin-left: 43.0555555556%; } }

@media (min-width: 0) and (max-width: 700px) {
  .offset6 {
    margin-left: 0; } }

@media (min-width: 701px) {
  .offset6 {
    margin-left: 51.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .offset7 {
    margin-left: 0; } }

@media (min-width: 701px) {
  .offset7 {
    margin-left: 59.7222222222%; } }

@media (min-width: 0) and (max-width: 700px) {
  .offset8 {
    margin-left: 0; } }

@media (min-width: 701px) {
  .offset8 {
    margin-left: 68.0555555556%; } }

@media (min-width: 0) and (max-width: 700px) {
  .offset9 {
    margin-left: 0; } }

@media (min-width: 701px) {
  .offset9 {
    margin-left: 76.3888888889%; } }

@media (min-width: 0) and (max-width: 700px) {
  .offset10 {
    margin-left: 0; } }

@media (min-width: 701px) {
  .offset10 {
    margin-left: 84.7222222222%; } }

@media (min-width: 0) and (max-width: 700px) {
  .offset11 {
    margin-left: 0; } }

@media (min-width: 701px) {
  .offset11 {
    margin-left: 93.0555555556%; } }

@media (min-width: 0) and (max-width: 700px) {
  .offset12 {
    margin-left: 0; } }

@media (min-width: 701px) {
  .offset12 {
    margin-left: 101.388888889%; } }

.new-line {
  clear: both; }

.full-img figure img,
.full-img .image_container img {
  width: 100%;
  height: auto; }

.listpoints-haupt ol {
  list-style-type: decimal;
  padding-left: 15px; }
  .listpoints-haupt ol li {
    margin-left: 10px;
    padding-left: 10px;
    text-indent: 0px;
    line-height: 1.5em;
    margin-top: 0.75em;
    margin-bottom: 0.75em; }

.listpoints-haupt ul {
  margin-bottom: 1.5em;
  list-style-type: none !important; }
  .listpoints-haupt ul li {
    padding-left: 18px;
    text-indent: -18px;
    margin-top: 0.25em;
    margin-bottom: 0.25em; }
  .listpoints-haupt ul ul {
    margin-left: 2em; }
    .listpoints-haupt ul ul li:before {
      content: "»  "; }
  .listpoints-haupt ul li:before {
    content: "• \00a0  "; }

.btn-haupt {
  background-color: #EC7A24;
  color: #fff;
  padding: 0.5em 0.8em;
  cursor: pointer;
  font-weight: 700;
  display: inline-block;
  margin-top: 0.75em;
  border: 1px solid #EC7A24; }
  .btn-haupt:hover, .btn-haupt.active {
    background-color: #b45610;
    color: #fff; }
  .btn-haupt a {
    color: #fff; }
  .btn-haupt a:hover,
  .btn-haupt a.active {
    color: #fff; }

.btn-haupt-hell {
  background-color: #F09550;
  color: #fff;
  display: inline-block;
  padding: 0.5em 0.8em;
  cursor: pointer;
  font-weight: 700;
  margin-top: 0.75em; }
  .btn-haupt-hell:hover, .btn-haupt-hell.active {
    background-color: #e06c13;
    color: #fff; }

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

#header .mod_navigation.haupt {
  width: 80.5555555556%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  padding-top: 1em;
  padding-bottom: 1em; }
  #header .mod_navigation.haupt ul li {
    display: inline-block;
    float: left;
    margin-left: 0.8em;
    margin-right: 0.8em;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400; }
    @media (min-width: 960px) {
      #header .mod_navigation.haupt ul li {
        margin-left: 1.25em;
        margin-right: 1.25em;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 700; } }
    @media (min-width: 1140px) {
      #header .mod_navigation.haupt ul li {
        margin-left: 1.5em;
        margin-right: 1.5em; } }
    #header .mod_navigation.haupt ul li a {
      color: #6B6B6B; }
    #header .mod_navigation.haupt ul li a:hover {
      color: #EC7A24; }
  #header .mod_navigation.haupt ul li.first {
    margin-left: 0em; }
  #header .mod_navigation.haupt ul li.trail a.trail,
  #header .mod_navigation.haupt ul li.trail,
  #header .mod_navigation.haupt ul li.active {
    color: #EC7A24; }

#main .mod_navigation.leistung-main {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  padding: 0; }
  #main .mod_navigation.leistung-main ul {
    margin-left: -1.38889%;
    margin-right: -1.38889%; }
    #main .mod_navigation.leistung-main ul li {
      margin-top: 0.25em;
      margin-bottom: 0.25em;
      width: 97.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      font-weight: 400;
      text-transform: uppercase; }
      @media (min-width: 700px) {
        #main .mod_navigation.leistung-main ul li {
          width: 47.2222222222%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%; } }
      @media (min-width: 960px) {
        #main .mod_navigation.leistung-main ul li {
          width: 30.5555555556%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%; } }
      #main .mod_navigation.leistung-main ul li a {
        font-weight: 400; }
    #main .mod_navigation.leistung-main ul li.active {
      font-weight: 700; }

#header .mod_navigation.leistung-header {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  padding: 0;
  margin: 0; }
  #header .mod_navigation.leistung-header ul {
    margin-left: -1.38889%;
    margin-right: -1.38889%; }
    #header .mod_navigation.leistung-header ul li {
      width: 97.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      font-weight: 400;
      color: #fff;
      margin-top: 0.25em;
      margin-bottom: 0.25em;
      text-transform: uppercase; }
      @media (min-width: 700px) {
        #header .mod_navigation.leistung-header ul li {
          width: 47.2222222222%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%; } }
      @media (min-width: 960px) {
        #header .mod_navigation.leistung-header ul li {
          width: 30.5555555556%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%; } }
      #header .mod_navigation.leistung-header ul li a {
        font-weight: 400;
        color: #fff; }
    #header .mod_navigation.leistung-header ul li.active {
      font-weight: 700; }

.mod_breadcrumb .page ul {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 0.75em;
  margin-bottom: 1.25em; }
  .mod_breadcrumb .page ul li {
    display: inline;
    float: left;
    margin-right: 0.1em; }

/*
.unterseite .mod_breadcrumb .page {
	ul {
		border-bottom:5px solid $grau-hell;
		padding-bottom:0.5em;

		@include breakpoint($breite-m) {
			border-bottom:10px solid $grau-hell;
			padding-bottom:1em;
		}

		@include breakpoint($breite-l) {
			border-bottom:10px solid $grau-hell;
			padding-bottom:1.5em;
		}
	}
}*/
@media (min-width: 990px) {
  .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; }
  .nav-01 .menu-toggle {
    display: none; }
  .nav-01 ul {
    margin-bottom: 0; }
    .nav-01 ul a {
      font-weight: normal;
      font-size: 18px;
      font-size: 1.125rem;
      color: #4D4D4D;
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      border-radius: 0.5rem;
      background-color: transparent;
      font-weight: 700; }
    .nav-01 ul a:hover {
      color: #EC7A24;
      background-color: #E6E6E6; }
    .nav-01 ul a:focus {
      outline: 2px solid #E6E6E6;
      outline-offset: -2px; }
    .nav-01 ul a:focus-within {
      outline: 2px solid #000;
      outline-offset: -2px; }
    .nav-01 ul li.trail a.trail,
    .nav-01 ul a.active {
      color: #EC7A24;
      font-weight: 900; }
    .nav-01 ul button[aria-expanded="true"] {
      background-color: #E6E6E6; }
      .nav-01 ul button[aria-expanded="true"] svg {
        transform: rotate(180deg); }
    .nav-01 ul li.submenu:hover button {
      background-color: #E6E6E6;
      outline: 2px solid #E6E6E6; }
      .nav-01 ul li.submenu:hover button svg {
        transform: rotate(180deg);
        transition: transform 0.25s ease-in;
        stroke: #EC7A24; }
    .nav-01 ul li.none-desktop {
      display: none; }
    .nav-01 ul li.submenu {
      display: grid;
      grid-template-columns: 1fr 30px;
      column-gap: 0px; }
      .nav-01 ul li.submenu img {
        margin-bottom: 0.25rem; }
      .nav-01 ul li.submenu a:hover {
        border-radius: 0;
        border-top-left-radius: 0.5rem; }
      .nav-01 ul li.submenu a:focus {
        outline: 2px solid #000;
        outline-offset: -2px; }
      .nav-01 ul li.submenu button {
        border: transparent;
        background-color: transparent;
        outline: 2px solid #E6E6E6;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        outline-offset: -2px;
        border-top-right-radius: 0.5rem; }
        .nav-01 ul li.submenu button svg {
          transition: transform 0.25s ease-in;
          fill: none;
          stroke: #4D4D4D;
          stroke-miterlimit: 10;
          stroke-width: 1px;
          width: 100%;
          height: auto; }
      .nav-01 ul li.submenu button:focus {
        outline: 2px solid #000; }
        .nav-01 ul li.submenu button:focus svg {
          stroke: #EC7A24; }
    .nav-01 ul li {
      margin-left: 0.5rem;
      margin-right: 0.5rem; }
      .nav-01 ul li a {
        color: #4D4D4D;
        outline: 2px solid #E6E6E6;
        padding: 0.5rem 0.5rem;
        display: block; }
      .nav-01 ul li a:hover {
        color: #EC7A24; }
      .nav-01 ul li ul.level_2 {
        position: absolute;
        display: block;
        background-color: #E6E6E6;
        min-width: 300px;
        padding: 1rem;
        padding-bottom: 1.5rem;
        z-index: 99999;
        border-top-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem; }
        .nav-01 ul li ul.level_2 li {
          display: block;
          margin-top: 1rem; }
          .nav-01 ul li ul.level_2 li button {
            display: none; }
          .nav-01 ul li ul.level_2 li a {
            display: block;
            padding-left: 0;
            text-decoration: none;
            margin-bottom: 5px;
            outline: 2px solid #E6E6E6;
            border-radius: 0.1rem;
            padding: 0;
            position: 0.25rem;
            font-size: 18px;
            font-size: 1.125rem;
            color: #4D4D4D; }
          .nav-01 ul li ul.level_2 li a:hover {
            color: #EC7A24; }
          .nav-01 ul li ul.level_2 li a:focus {
            outline-offset: 0px;
            outline: 2px solid #000; }
        .nav-01 ul li ul.level_2 ul.level_3 {
          display: block;
          margin-bottom: 1rem;
          padding-left: 0;
          padding-right: 0; }
          .nav-01 ul li ul.level_2 ul.level_3 li {
            margin-top: 0.25rem;
            margin-left: 0;
            margin-right: 0; }
            .nav-01 ul li ul.level_2 ul.level_3 li a {
              font-size: 15px;
              font-size: 0.9375rem;
              text-decoration: none; }
            .nav-01 ul li ul.level_2 ul.level_3 li a:focus {
              outline-offset: 0px;
              outline: 2px solid #000; } }

a.extern {
  padding-right: 25px !important;
  background: url('data:image/svg+xml,%3Csvg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 20"%3E%3C!-- Generator: Adobe Illustrator 29.0.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 192) --%3E%3Cpath d="M18.1,3.5v3.6c0,.6-.7.9-1.1.5l-1-1-6.8,6.8c-.3.3-.7.3-.9,0l-.6-.6c-.3-.3-.3-.7,0-.9l6.8-6.8-1-1c-.4-.4-.1-1.1.5-1.1h3.6c.4,0,.7.3.7.7ZM13.3,10.4l-.4.4c-.1.1-.2.3-.2.5v4H3.7V6.4h7.4c.2,0,.3,0,.5-.2l.4-.4c.4-.4.1-1.1-.5-1.1H3.3c-.7,0-1.3.6-1.3,1.3v9.8c0,.7.6,1.3,1.3,1.3h9.8c.7,0,1.3-.6,1.3-1.3v-4.9c0-.6-.7-.9-1.1-.5Z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 20px 20px; }

@media (max-width: 989px) {
  #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: #EC7A24;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    border: transparent;
    outline: 2px solid #EC7A24;
    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: 100%;
    width: 100%;
    padding-top: 1rem; }
  .nav-01 .menu-liste {
    position: absolute;
    background-color: #E6E6E6;
    width: 100%;
    left: 0;
    top: 100%;
    transition: right 1s ease;
    z-index: 999; }
  .nav-01 .menu-liste > ul {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background-color: #fff;
    border: 1px solid #f2a56a;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    height: calc(100vh - 70px);
    overflow-y: auto; }
  .nav-01 .menu-liste ul > li {
    border-bottom: 1px solid #4D4D4D; }
  .nav-01 .menu-liste ul {
    margin-bottom: 0; }
    .nav-01 .menu-liste ul a {
      display: block;
      color: #000;
      font-weight: bold;
      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: #EC7A24; }
    .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-visible {
      background-color: white;
      outline: 2px solid #EC7A24;
      outline-offset: -4px;
      border-left: 10px solid #EC7A24; }
    .nav-01 .menu-liste ul li.submenu {
      display: grid;
      grid-template-columns: 1fr 50px;
      align-items: center;
      border-bottom: 1px solid #4D4D4D; }
      .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 #E6E6E6; }
      .nav-01 .menu-liste ul li.submenu a.active {
        color: #EC7A24;
        border-left: 10px solid #E6E6E6;
        background-color: #E6E6E6; }
      .nav-01 .menu-liste ul li.submenu button {
        border: transparent;
        background-color: #E6E6E6;
        outline: 2px solid #E6E6E6;
        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: #EC7A24;
          stroke-miterlimit: 10;
          stroke-width: 2px;
          width: 60%;
          height: auto; }
      .nav-01 .menu-liste ul li.submenu button:focus {
        outline: 2px solid #EC7A24;
        background-color: white; }
      .nav-01 .menu-liste ul li.submenu .flyout {
        border-top: 1px solid #4D4D4D;
        width: 100%;
        grid-column: auto/span 2;
        display: block; }
        .nav-01 .menu-liste ul li.submenu .flyout li {
          border-bottom: 1px solid #4D4D4D; }
          .nav-01 .menu-liste ul li.submenu .flyout li a {
            border-left: 10px solid #E6E6E6; }
          .nav-01 .menu-liste ul li.submenu .flyout li a.active {
            border-left: 10px solid #E6E6E6; }
        .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 #E6E6E6; }
        .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 #E6E6E6;
            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 #E6E6E6; } }

#header .flex-m {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center; }
  @media (min-width: 990px) {
    #header .flex-m .nav-01 {
      display: none; } }
  @media (min-width: 990px) {
    #header .flex-m {
      grid-template-columns: 278px 1fr; } }

#header .fon-m {
  margin-top: 1rem; }
  @media (min-width: 990px) {
    #header .fon-m {
      display: none !important; } }

#header .fon-m div,
#header .fon div {
  text-align: center; }
  @media (min-width: 990px) {
    #header .fon-m div,
    #header .fon div {
      text-align: right; } }
  #header .fon-m div p,
  #header .fon div p {
    display: inline-block;
    border: 3px solid #EC7A24;
    margin-bottom: 0; }
    #header .fon-m div p span,
    #header .fon div p span {
      display: block;
      padding: 0.25em 1em;
      font-weight: 700; }
      #header .fon-m div p span a,
      #header .fon div p span a {
        font-weight: 400; }

#header .bg-grau {
  padding-top: 3px;
  padding-bottom: 3px; }

#header .grid-header {
  display: grid;
  grid-template-columns: 1fr 105px;
  align-items: center; }
  #header .grid-header .mail ul {
    display: grid;
    grid-template-columns: 1fr 21px;
    column-gap: 0.5rem;
    align-items: center;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700; }
    #header .grid-header .mail ul li a {
      color: #4D4D4D; }
    #header .grid-header .mail ul li a:hover {
      color: #EC7A24; }
    #header .grid-header .mail ul img {
      margin-bottom: 0; }

#header .logo {
  text-align: right; }
  #header .logo img {
    width: 200px;
    height: auto; }
    @media (min-width: 400px) {
      #header .logo img {
        width: auto;
        height: 42px; } }
    @media (min-width: 990px) {
      #header .logo img {
        width: 278px; } }
  #header .logo a {
    line-height: 0;
    display: block; }

@media (min-width: 0) and (max-width: 989px) {
  #header .bg-grau-2 {
    margin-top: 1rem;
    border-top: 1px solid #EC7A24;
    border-bottom: 1px solid #EC7A24;
    position: relative; } }

@media (min-width: 0) and (max-width: 989px) {
  #header .bg-grau {
    display: none; } }

@media (min-width: 0) and (max-width: 989px) {
  #header .fon {
    display: none !important; } }

h1, h2, h3, h4, h5, p {
  margin-bottom: 0.75em;
  padding-left: 1px; }

p {
  font-size: 16px;
  font-size: 1rem; }

p.headline-1,
.start h2,
h1 {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #EC7A24;
  font-weight: 900;
  color: #000;
  display: inline-block;
  padding-bottom: 0.5em; }
  @media (min-width: 700px) {
    p.headline-1,
    .start h2,
    h1 {
      font-size: 24px;
      font-size: 1.5rem; } }

.box-header h1,
.box-header p.headline-1 {
  border-bottom: 1px solid #fff;
  color: #fff; }

h1,
h2 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 700px) {
    h1,
    h2 {
      font-size: 24px;
      font-size: 1.5rem; } }

.leistungen h2 {
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 700px) {
    .leistungen h2 {
      font-size: 22px;
      font-size: 1.375rem; } }

.leistungen h3 {
  text-transform: none;
  margin-bottom: 0em;
  margin-top: 1em;
  font-size: 18px;
  font-size: 1.125rem; }

h4,
h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 0) and (max-width: 700px) {
    h4,
    h3 {
      font-size: 17px;
      font-size: 1.0625rem; } }

h3.border,
.border h3 {
  border-bottom: 1px solid #6B6B6B; }

a {
  color: #EC7A24;
  text-decoration: none;
  font-weight: 700; }

a:hover {
  color: #b45610; }

.box-header h1,
.box-header p.headline-1 {
  border-bottom: 1px solid #fff;
  color: #fff; }

a.email {
  text-decoration: underline; }

p.headline-2 {
  color: #000; }

.caption {
  margin-bottom: 0.75em; }

.margin-1 {
  margin-top: 1em; }
  @media (min-width: 960px) {
    .margin-1 {
      margin-top: 2em; } }
  @media (min-width: 1140px) {
    .margin-1 {
      margin-top: 4em; } }

.dlh_googlemap {
  width: 100% !important;
  height: 350px !important; }

.mod_article .box-header,
.mod_article.box-header {
  margin-top: 0em; }

#header .mod_article {
  margin-top: 0em; }

@media (min-width: 700px) {
  .none-l {
    display: none !important; } }

@media (min-width: 0) and (max-width: 699px) {
  .slider-1 {
    display: none !important; } }

.unterseite .mod_article.first,
.mod_article {
  margin-top: 3em;
  margin-bottom: 3.25em; }
  @media (min-width: 0) and (max-width: 700px) {
    .unterseite .mod_article.first,
    .mod_article {
      margin-top: 1em;
      margin-bottom: 0.25em; } }

.bg-grau {
  background-color: #E6E6E6; }

#main .bg-grau {
  padding-top: 3em;
  padding-bottom: 1em; }
  @media (min-width: 0) and (max-width: 700px) {
    #main .bg-grau {
      padding-top: 1em;
      padding-bottom: 0.25em; } }

.bg-grau-dunkel {
  background-color: #6B6B6B; }

#main .ce_text ol {
  list-style-type: decimal;
  padding-left: 15px; }
  #main .ce_text ol li {
    margin-left: 10px;
    padding-left: 10px;
    text-indent: 0px;
    line-height: 1.5em;
    margin-top: 0.75em;
    margin-bottom: 0.75em; }

#main .ce_text ul {
  margin-bottom: 1.5em;
  list-style-type: none !important; }
  #main .ce_text ul li {
    padding-left: 18px;
    text-indent: -18px;
    margin-top: 0.25em;
    margin-bottom: 0.25em; }
  #main .ce_text ul ul {
    margin-left: 2em; }
    #main .ce_text ul ul li:before {
      content: "»  "; }
  #main .ce_text ul li:before {
    content: "• \00a0  "; }

#main .widget {
  margin-bottom: 0.15rem !important; }

#main legend, #main label, #main textarea, #main select, #main input {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem; }

#main input, #main textarea {
  padding-left: 0.6rem;
  padding-right: 0.6rem; }

#main legend,
#main label {
  font-weight: 400;
  color: #6B6B6B; }

#main .widget-select {
  display: flex;
  flex-wrap: wrap; }
  #main .widget-select label,
  #main .widget-select select {
    width: 100%; }

#main .widget-textarea {
  display: flex;
  flex-wrap: wrap; }
  #main .widget-textarea label,
  #main .widget-textarea textarea {
    width: 100%; }

#main .widget-text {
  display: flex;
  flex-wrap: wrap; }
  #main .widget-text input,
  #main .widget-text label {
    width: 100%; }

#main textarea,
#main select,
#main input {
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #a6a6a6;
  background-color: #fff; }

#main textarea {
  min-height: 100px; }

#main textarea:focus,
#main select:focus,
#main input:focus {
  border: 1px solid #6B6B6B;
  background-color: #E6E6E6;
  outline: none !important; }

#main input.captcha {
  width: 15%;
  display: inline;
  margin-right: 10px; }

#main span.captcha_text {
  font-style: italic; }

#main .widget-radio legend {
  width: 100%;
  padding-bottom: 0; }

#main .widget-radio .radio_container > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #main .widget-radio .radio_container > span input {
    width: 17px;
    margin-right: 8px; }
  #main .widget-radio .radio_container > span label {
    width: calc(100% - 25px); }

#main .widget-checkbox legend {
  padding-bottom: 0; }

#main .widget-checkbox .checkbox_container > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #main .widget-checkbox .checkbox_container > span input {
    width: 17px;
    margin-right: 8px; }
  #main .widget-checkbox .checkbox_container > span label {
    width: calc(100% - 25px); }

#main button {
  margin-top: 0.85rem;
  cursor: pointer;
  color: #fff;
  padding: 0.6rem 2rem;
  display: inline-block;
  background-color: #EC7A24;
  border: 1px solid #EC7A24;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all ease-in-out 0.6s; }

#main button:hover {
  color: #fff;
  background-color: #EC7A24;
  border: 1px solid #EC7A24;
  transition: all ease-in-out 0.6s; }

.ab1-t {
  margin-top: 2.25em; }
  @media (min-width: 0) and (max-width: 700px) {
    .ab1-t {
      margin-top: 0.25em; } }

.ab1-b {
  margin-bottom: 3.25em; }
  @media (min-width: 0) and (max-width: 700px) {
    .ab1-b {
      margin-bottom: 0.25em; } }

.border-grau {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  border-top: 5px solid #E6E6E6;
  padding-top: 1em; }
  @media (min-width: 700px) {
    .border-grau {
      border-top: 10px solid #E6E6E6;
      padding-top: 1em; } }
  @media (min-width: 960px) {
    .border-grau {
      border-top: 10px solid #E6E6E6;
      padding-top: 1.5em; } }

.box-leistung {
  border-left: 5px solid #6B6B6B;
  background-color: #EC7A24;
  padding-top: 2em;
  padding-bottom: 2em; }
  @media (min-width: 700px) {
    .box-leistung {
      border-left: 10px solid #6B6B6B; } }
  @media (min-width: 1140px) {
    .box-leistung {
      border-left: 15px solid #6B6B6B; } }
  @media (min-width: 1600px) {
    .box-leistung {
      border-left: 30px solid #6B6B6B; } }
  .box-leistung h1 {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 0; }

.grid-leistung {
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 700px) {
    .grid-leistung {
      grid-template-columns: 1fr 200px;
      column-gap: 1.5rem;
      align-items: center; } }
  .grid-leistung .image {
    order: 1;
    text-align: center; }
    @media (min-width: 700px) {
      .grid-leistung .image {
        order: 2; } }
  .grid-leistung .head {
    order: 2;
    text-align: center;
    position: relative; }
    @media (min-width: 700px) {
      .grid-leistung .head {
        order: 1;
        text-align: left;
        margin-bottom: 0; } }

.unterseite .box-header {
  border-left: 5px solid #6B6B6B;
  background-color: #EC7A24;
  padding-top: 0.5em; }
  @media (min-width: 700px) {
    .unterseite .box-header {
      border-left: 10px solid #6B6B6B; } }
  @media (min-width: 1140px) {
    .unterseite .box-header {
      border-left: 15px solid #6B6B6B; } }
  @media (min-width: 1600px) {
    .unterseite .box-header {
      border-left: 30px solid #6B6B6B; } }
  @media (min-width: 700px) {
    .unterseite .box-header {
      padding-top: 0.5em;
      padding-bottom: 0.5em; } }

.box-header {
  border-left: 5px solid #6B6B6B;
  background-color: #EC7A24;
  padding-top: 1em; }
  @media (min-width: 700px) {
    .box-header {
      border-left: 10px solid #6B6B6B; } }
  @media (min-width: 1140px) {
    .box-header {
      border-left: 15px solid #6B6B6B; } }
  @media (min-width: 1600px) {
    .box-header {
      border-left: 30px solid #6B6B6B; } }
  @media (min-width: 700px) {
    .box-header {
      padding-top: 2em;
      padding-bottom: 2em; } }

.box-header-text {
  border: 2px solid #EC7A24; }
  @media (min-width: 0) and (max-width: 699px) {
    .box-header-text p.headline-1,
    .box-header-text h1 {
      color: #fff; }
    .box-header-text a,
    .box-header-text p {
      color: #fff; } }
  @media (min-width: 700px) {
    .box-header-text {
      position: absolute;
      z-index: 99;
      background-color: #fff;
      margin-top: 4em; }
      .box-header-text h1 {
        color: #000;
        border-bottom: 1px solid #EC7A24; }
      .box-header-text p.link {
        margin-bottom: 0em;
        text-align: right; }
      .box-header-text p.headline-1 {
        color: #000;
        border-bottom: 1px solid #EC7A24; } }
  @media (min-width: 700px) {
    .box-header-text {
      margin-top: -15.5em;
      margin-left: 2em;
      width: 300px;
      padding: 0.75em; }
      .box-header-text p.headline-1,
      .box-header-text h1 {
        font-size: 16px;
        font-size: 1rem; }
      .box-header-text p {
        font-size: 14px;
        font-size: 0.875rem;
        padding-bottom: 0em; } }
  @media (min-width: 960px) {
    .box-header-text {
      margin-top: -20em;
      margin-left: 2em;
      width: 400px; }
      .box-header-text p.headline-1,
      .box-header-text h1 {
        font-size: 18px;
        font-size: 1.125rem; }
      .box-header-text p {
        font-size: 16px;
        font-size: 1rem; } }
  @media (min-width: 1300px) {
    .box-header-text {
      margin-top: -18em;
      margin-left: 2em;
      width: 500px; }
      .box-header-text p.headline-1,
      .box-header-text h1 {
        font-size: 24px;
        font-size: 1.5rem; } }
  @media (min-width: 1700px) {
    .box-header-text {
      margin-top: -22em; } }

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

.page-big {
  border: 3px solid #EC7A24; }
  .page-big .border-haupt {
    padding-top: 3em;
    padding-bottom: 3em; }
    .page-big .border-haupt .col1 {
      width: 97.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; }
      @media (min-width: 960px) {
        .page-big .border-haupt .col1 {
          width: 38.8888888889%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%;
          margin-left: 9.7222222222%; } }
      @media (min-width: 1600px) {
        .page-big .border-haupt .col1 {
          width: 47.2222222222%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%; } }
      .page-big .border-haupt .col1 span {
        width: 200px;
        text-align: center;
        margin-bottom: -1.25em; }
    .page-big .border-haupt .col2 {
      width: 97.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; }
      @media (min-width: 960px) {
        .page-big .border-haupt .col2 {
          width: 47.2222222222%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%; } }
      .page-big .border-haupt .col2 span.col2 {
        font-weight: 300;
        margin-bottom: 0.85em; }
      @media (min-width: 700px) {
        .page-big .border-haupt .col2 span.col1 {
          margin-left: 0;
          margin-right: 0;
          width: 15%;
          display: inline-block;
          float: left; }
        .page-big .border-haupt .col2 span.col2 {
          width: 75%;
          display: inline-block;
          float: right;
          font-weight: 300;
          margin-bottom: 0em; } }

.box-mitte {
  border-top: 5px solid #E6E6E6;
  padding-top: 0.5em;
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 700px) {
    .box-mitte {
      border-top: 10px solid #E6E6E6;
      padding-top: 1em; } }
  @media (min-width: 960px) {
    .box-mitte {
      border-top: 10px solid #E6E6E6;
      padding-top: 1.5em; } }
  @media (min-width: 960px) {
    .box-mitte {
      width: 80.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 9.7222222222%; } }
  @media (min-width: 1140px) {
    .box-mitte {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 18.0555555556%; } }

.box-mitte-start {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  border-top: 5px solid #E6E6E6;
  padding-top: 0.5em; }
  @media (min-width: 700px) {
    .box-mitte-start {
      border-top: 10px solid #E6E6E6;
      padding-top: 1em; } }
  @media (min-width: 960px) {
    .box-mitte-start {
      border-top: 10px solid #E6E6E6;
      padding-top: 1.5em; } }
  @media (min-width: 960px) {
    .box-mitte-start {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 18.0555555556%; } }
  @media (min-width: 1140px) {
    .box-mitte-start {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 9.7222222222%; } }

.jameda-stat {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    .jameda-stat {
      width: 13.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 1140px) {
    .jameda-stat {
      width: 5.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-mitte.ohne {
  border-top: none;
  padding-top: 0em; }

.box-mitte-liste {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  border-bottom: 1px solid #6B6B6B; }
  @media (min-width: 960px) {
    .box-mitte-liste {
      width: 80.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 9.7222222222%; } }
  @media (min-width: 1140px) {
    .box-mitte-liste {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 18.0555555556%; } }
  .box-mitte-liste figure img,
  .box-mitte-liste .image_container img {
    width: 100%;
    height: auto; }
  .box-mitte-liste figure,
  .box-mitte-liste .image_container {
    width: 15%;
    float: left;
    margin-top: 2em;
    margin-bottom: 2em; }
    .box-mitte-liste figure img,
    .box-mitte-liste .image_container img {
      width: 100%;
      height: auto; }
  .box-mitte-liste p {
    width: 80%;
    float: right;
    margin-top: 2.75em;
    margin-bottom: 2em; }

.box-mitte-liste.last {
  border-bottom: none; }

.box-12 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }

.box-8 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 700px) {
    .box-8 {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 960px) {
    .box-8 {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-4 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 700px) {
    .box-4 {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 960px) {
    .box-4 {
      width: 30.5555555556%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }
  .box-4 figure img,
  .box-4 .image_container img {
    width: 100%;
    height: auto; }

.box-g4 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 700px) {
    .box-g4 {
      width: 47.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 960px) {
    .box-g4 {
      width: 30.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  .box-g4 figure img,
  .box-g4 .image_container img {
    width: 100%;
    height: auto; }

@media (min-width: 960px) {
  .offset-mitte {
    margin-left: 18.0555555556%; } }

.box-g6-2 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 700px) {
    .box-g6-2 {
      width: 47.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  .box-g6-2 figure img,
  .box-g6-2 .image_container img {
    width: 100%;
    height: auto; }
  .box-g6-2 figure,
  .box-g6-2 .image_container {
    width: 30%; }
    @media (min-width: 600px) {
      .box-g6-2 figure,
      .box-g6-2 .image_container {
        width: 20%;
        float: left;
        margin-top: 2em;
        margin-bottom: 2em; } }
    .box-g6-2 figure img,
    .box-g6-2 .image_container img {
      width: 100%;
      height: auto; }
  .box-g6-2 p {
    width: 100%;
    margin-bottom: 2em; }
    @media (min-width: 600px) {
      .box-g6-2 p {
        width: 75%;
        float: right;
        margin-top: 2.75em;
        margin-bottom: 2em; } }

.box-g6 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 700px) {
    .box-g6 {
      width: 47.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  .box-g6 .col2 span.col1 {
    width: 15%;
    display: inline-block;
    float: left; }
  .box-g6 .col2 span.col2 {
    width: 75%;
    display: inline-block;
    float: right;
    font-weight: 300; }

.box-kontakt-right {
  background-image: url(../../files/daten/grafiken/icon-down.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 130.555555556%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 600px) {
    .box-kontakt-right {
      width: 55.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 960px) {
    .box-kontakt-right {
      width: 47.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 1140px) {
    .box-kontakt-right {
      width: 38.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-haupt-6 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    .box-haupt-6 {
      width: 80.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 9.7222222222%; } }
  @media (min-width: 1140px) {
    .box-haupt-6 {
      width: 47.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

.box-image-6-hoch {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1em;
  margin-bottom: 1em; }
  .box-image-6-hoch figure img,
  .box-image-6-hoch .image_container img {
    width: 100%;
    height: auto; }
  @media (min-width: 960px) {
    .box-image-6-hoch {
      width: 47.2222222222%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

.box-image-6 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1em;
  margin-bottom: 1em; }
  .box-image-6 figure img,
  .box-image-6 .image_container img {
    width: 100%;
    height: auto; }
  @media (min-width: 960px) {
    .box-image-6 {
      width: 47.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-image-5 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1em;
  margin-bottom: 1em; }
  .box-image-5 figure img,
  .box-image-5 .image_container img {
    width: 100%;
    height: auto; }
  @media (min-width: 960px) {
    .box-image-5 {
      width: 38.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-image-7 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1em;
  margin-bottom: 1em; }
  .box-image-7 figure img,
  .box-image-7 .image_container img {
    width: 100%;
    height: auto; }
  @media (min-width: 960px) {
    .box-image-7 {
      width: 55.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-image-12 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1em;
  margin-bottom: 1em; }
  .box-image-12 figure img,
  .box-image-12 .image_container img {
    width: 100%;
    height: auto; }

.box-team {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1em;
  margin-bottom: 1em; }
  .box-team figure img,
  .box-team .image_container img {
    width: 100%;
    height: auto; }
  @media (min-width: 700px) {
    .box-team {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 18.0555555556%;
      margin-top: 2.5em;
      margin-bottom: 2.5em; } }
  @media (min-width: 960px) {
    .box-team {
      width: 47.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  .box-team h2, .box-team h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #EC7A24;
    font-style: italic;
    font-weight: 700;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    text-transform: none; }
    @media (min-width: 700px) {
      .box-team h2, .box-team h3 {
        font-size: 18px;
        font-size: 1.125rem; } }
  @media (min-width: 960px) {
    .box-team .position {
      height: 48px; } }

.box-team.first {
  margin-top: 1em; }

.box-team.last {
  margin-bottom: 1em; }

.mod_team_liste {
  margin-bottom: 1rem;
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  .mod_team_liste .team-grid {
    display: grid; }
    @media (min-width: 700px) {
      .mod_team_liste .team-grid {
        grid-template-columns: 1fr 1fr;
        column-gap: 2.1rem; } }
    .mod_team_liste .team-grid .entry {
      margin-top: 2rem; }
      .mod_team_liste .team-grid .entry img {
        width: 100%;
        height: auto; }
      .mod_team_liste .team-grid .entry h3 {
        margin-top: 0.85rem;
        color: #EC7A24;
        font-style: italic; }
      .mod_team_liste .team-grid .entry h4 {
        text-transform: none;
        font-size: 17px;
        font-size: 1.0625rem; }

.mod_newslist {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    .mod_newslist {
      width: 80.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 9.7222222222%; } }
  @media (min-width: 1140px) {
    .mod_newslist {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 18.0555555556%; } }
  .mod_newslist .layout_latest {
    border-bottom: 1px solid #EC7A24;
    padding-top: 1em;
    padding-bottom: 1em; }
    .mod_newslist .layout_latest .col1 {
      width: 100%; }
      @media (min-width: 600px) {
        .mod_newslist .layout_latest .col1 {
          width: 25%;
          display: block;
          float: left; } }
      .mod_newslist .layout_latest .col1 figure img,
      .mod_newslist .layout_latest .col1 .image_container img {
        width: 100%;
        height: auto; }
    .mod_newslist .layout_latest .col2 {
      width: 100%; }
      @media (min-width: 600px) {
        .mod_newslist .layout_latest .col2 {
          width: 70%;
          display: block;
          float: right; } }
      .mod_newslist .layout_latest .col2 h2 {
        margin-bottom: 0.25em; }
      .mod_newslist .layout_latest .col2 p.info {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 0em;
        font-weight: 300; }

.mod_newsreader {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    .mod_newsreader {
      width: 80.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 9.7222222222%; } }
  @media (min-width: 1140px) {
    .mod_newsreader {
      width: 63.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 18.0555555556%; } }
  .mod_newsreader .teaser {
    font-weight: 700; }
  .mod_newsreader p.info {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.25em; }

#footer {
  border-bottom: 15px solid #EC7A24; }
  #footer .bg-grau {
    padding-top: 1em;
    padding-bottom: 0.25em; }
    @media (min-width: 0) and (max-width: 700px) {
      #footer .bg-grau .icon-jameda {
        width: 97.2222222222%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    @media (min-width: 700px) {
      #footer .bg-grau .icon-jameda {
        width: 97.2222222222%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    @media (min-width: 1140px) {
      #footer .bg-grau .icon-jameda {
        width: 30.5555555556%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    @media (min-width: 0) and (max-width: 700px) {
      #footer .bg-grau .col1 {
        width: 97.2222222222%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    @media (min-width: 700px) {
      #footer .bg-grau .col1 {
        width: 47.2222222222%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    @media (min-width: 1140px) {
      #footer .bg-grau .col1 {
        width: 22.2222222222%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    @media (min-width: 0) and (max-width: 700px) {
      #footer .bg-grau .col2 {
        width: 97.2222222222%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    @media (min-width: 700px) {
      #footer .bg-grau .col2 {
        width: 47.2222222222%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    @media (min-width: 1140px) {
      #footer .bg-grau .col2 {
        width: 30.5555555556%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
  #footer .bg-grau-dunkel {
    padding-top: 1.25em;
    padding-bottom: 1.25em; }
    #footer .bg-grau-dunkel .copy {
      width: 97.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      color: #fff; }
      @media (min-width: 700px) {
        #footer .bg-grau-dunkel .copy {
          width: 63.8888888889%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%; } }
      #footer .bg-grau-dunkel .copy img {
        margin-right: 0.5em;
        float: left; }
      #footer .bg-grau-dunkel .copy span {
        display: block;
        float: left; }
    #footer .bg-grau-dunkel .impressum {
      width: 97.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; }
      @media (min-width: 700px) {
        #footer .bg-grau-dunkel .impressum {
          width: 13.8888888889%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%;
          text-align: right; } }
      #footer .bg-grau-dunkel .impressum a {
        color: #fff;
        text-transform: uppercase; }
      #footer .bg-grau-dunkel .impressum a:hover {
        color: #d9d9d9; }
    #footer .bg-grau-dunkel .top-link {
      width: 97.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-top: 3em; }
      @media (min-width: 700px) {
        #footer .bg-grau-dunkel .top-link {
          width: 5.5555555556%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%;
          margin-top: 0em; } }
      @media (min-width: 700px) {
        #footer .bg-grau-dunkel .top-link .link {
          position: absolute;
          z-index: 99;
          margin-top: -2.5em; } }
      #footer .bg-grau-dunkel .top-link .link a {
        color: #fff;
        text-transform: uppercase;
        width: 20px;
        padding: 2.5em 2.25em;
        background-color: #EC7A24;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-image: url(../../files/daten/grafiken/icon-toplink.png);
        background-repeat: no-repeat;
        background-position: center; }
      #footer .bg-grau-dunkel .top-link .link a:hover {
        background-color: #b45610; }

@media (min-width: 601px) {
  body {
    font-size: 15px;
    font-size: 0.9375rem; } }

