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

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

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

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

blockquote, q {
  quotes: none; }

fieldset, img {
  border: 0; }

ul {
  list-style-type: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: none; }

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

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

table {
  font-size: inherit; }

caption, th {
  font-weight: bold; }

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

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

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

#main {
  width: 100%; }

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

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

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

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

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

.ce_gallery li {
  float: left; }

.ce_gallery li.col_first {
  clear: left; }

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

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

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

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

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

/* roboto-300 - latin */
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../../files/daten/fonts/roboto-v20-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/daten/fonts/roboto-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/roboto-v20-latin-300.woff2") format("woff2"), url("../../files/daten/fonts/roboto-v20-latin-300.woff") format("woff"), url("../../files/daten/fonts/roboto-v20-latin-300.ttf") format("truetype"), url("../../files/daten/fonts/roboto-v20-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url("../../files/daten/fonts/roboto-v20-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/daten/fonts/roboto-v20-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/roboto-v20-latin-300italic.woff2") format("woff2"), url("../../files/daten/fonts/roboto-v20-latin-300italic.woff") format("woff"), url("../../files/daten/fonts/roboto-v20-latin-300italic.ttf") format("truetype"), url("../../files/daten/fonts/roboto-v20-latin-300italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../../files/daten/fonts/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/daten/fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../../files/daten/fonts/roboto-v20-latin-regular.woff") format("woff"), url("../../files/daten/fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("../../files/daten/fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("../../files/daten/fonts/roboto-v20-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/daten/fonts/roboto-v20-latin-italic.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/roboto-v20-latin-italic.woff2") format("woff2"), url("../../files/daten/fonts/roboto-v20-latin-italic.woff") format("woff"), url("../../files/daten/fonts/roboto-v20-latin-italic.ttf") format("truetype"), url("../../files/daten/fonts/roboto-v20-latin-italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../../files/daten/fonts/roboto-v20-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/daten/fonts/roboto-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/roboto-v20-latin-500.woff2") format("woff2"), url("../../files/daten/fonts/roboto-v20-latin-500.woff") format("woff"), url("../../files/daten/fonts/roboto-v20-latin-500.ttf") format("truetype"), url("../../files/daten/fonts/roboto-v20-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url("../../files/daten/fonts/roboto-v20-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/daten/fonts/roboto-v20-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/roboto-v20-latin-500italic.woff2") format("woff2"), url("../../files/daten/fonts/roboto-v20-latin-500italic.woff") format("woff"), url("../../files/daten/fonts/roboto-v20-latin-500italic.ttf") format("truetype"), url("../../files/daten/fonts/roboto-v20-latin-500italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../../files/daten/fonts/roboto-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/daten/fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/roboto-v20-latin-700.woff2") format("woff2"), url("../../files/daten/fonts/roboto-v20-latin-700.woff") format("woff"), url("../../files/daten/fonts/roboto-v20-latin-700.ttf") format("truetype"), url("../../files/daten/fonts/roboto-v20-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url("../../files/daten/fonts/roboto-v20-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/daten/fonts/roboto-v20-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/roboto-v20-latin-700italic.woff2") format("woff2"), url("../../files/daten/fonts/roboto-v20-latin-700italic.woff") format("woff"), url("../../files/daten/fonts/roboto-v20-latin-700italic.ttf") format("truetype"), url("../../files/daten/fonts/roboto-v20-latin-700italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("../../files/daten/fonts/roboto-v20-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../files/daten/fonts/roboto-v20-latin-900.eot?#iefix") format("embedded-opentype"), url("../../files/daten/fonts/roboto-v20-latin-900.woff2") format("woff2"), url("../../files/daten/fonts/roboto-v20-latin-900.woff") format("woff"), url("../../files/daten/fonts/roboto-v20-latin-900.ttf") format("truetype"), url("../../files/daten/fonts/roboto-v20-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */ }

html {
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #000;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #f4f4f4; }

*, *: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: 600px) {
    .page {
      padding-left: 4%;
      padding-right: 4%; } }
  @media (min-width: 600px) and (max-width: 990px) {
    .page {
      padding-left: 1%;
      padding-right: 1%; } }

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

@media (min-width: 0) and (max-width: 600px) {
  .box-50-text-r,
  .box-50-text {
    padding-left: 4%;
    padding-right: 4%;
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media (min-width: 700px) and (max-width: 990px) {
  .box-50-text-r,
  .box-50-text {
    width: 48%; } }

@media (min-width: 990px) {
  .page {
    width: 960px; }
  .box-50-text-r,
  .box-50-text {
    width: 480px; } }

@media (min-width: 1180px) {
  .page {
    width: 1140px; }
  .box-50-text-r,
  .box-50-text {
    width: 570px; } }

@media (min-width: 1640px) {
  .page {
    width: 1440px; }
  .box-50-text-r,
  .box-50-text {
    width: 720px; } }

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

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

.mod_navigation ul.level_2 div.level_2 {
  clear: both;
  overflow: hidden; }

.new-line {
  clear: both; }

.schatten-1 {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15); }

.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 */ }

.margin-1 {
  margin-top: 1rem;
  margin-bottom: 0; }

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

.padd-1 {
  padding: 1rem;
  padding-bottom: 0em; }

.padd-4 {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 990px) {
    .padd-4 {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

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

#main .list-1 ul li {
  background-image: url(../../files/daten/icon/icon-striche.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 15px 14px;
  padding-left: 24px;
  list-style: none !important;
  list-style-position: outside; }

#main .list-2 ul li {
  background-image: url(../../files/daten/icon/icon-striche.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 15px 14px;
  padding-left: 24px;
  list-style: none !important;
  list-style-position: outside;
  color: #58595b;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 990px) {
    #main .list-2 ul li {
      font-size: 21px;
      font-size: 1.3125rem; } }

.btn-1 span,
.btn-1 a,
#main .btn-1 span,
#main .btn-1 a {
  color: #fff;
  padding: 0.6rem 2rem;
  display: inline-block;
  background-color: #006db6;
  border: 1px solid #006db6;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all ease-in-out 0.6s; }

.btn-1 span:hover,
.btn-1 a:hover,
#main .btn-1 span:hover,
#main .btn-1 a:hover {
  color: #fff;
  background-color: #b4282e;
  border: 1px solid #b4282e;
  transition: all ease-in-out 0.6s; }

.box-1 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

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

.box-1,
.box-1-rtl,
.box-1-1-rtl,
.box-1-1 {
  margin-top: 1rem; }

.box-2 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

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

.box-2,
.box-2-rtl,
.box-2-2-rtl,
.box-2-2 {
  margin-top: 1rem; }

.box-3 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

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

.box-3,
.box-3-rtl,
.box-3-3-rtl,
.box-3-3 {
  margin-top: 1rem; }

.box-4 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

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

.box-4,
.box-4-rtl,
.box-4-4-rtl,
.box-4-4 {
  margin-top: 1rem; }

.box-5 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

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

.box-5,
.box-5-rtl,
.box-5-5-rtl,
.box-5-5 {
  margin-top: 1rem; }

.box-6 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

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

.box-6,
.box-6-rtl,
.box-6-6-rtl,
.box-6-6 {
  margin-top: 1rem; }

.box-7 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

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

.box-7,
.box-7-rtl,
.box-7-7-rtl,
.box-7-7 {
  margin-top: 1rem; }

.box-8 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

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

.box-8,
.box-8-rtl,
.box-8-8-rtl,
.box-8-8 {
  margin-top: 1rem; }

.box-9 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

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

.box-9,
.box-9-rtl,
.box-9-9-rtl,
.box-9-9 {
  margin-top: 1rem; }

.box-10 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

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

.box-10,
.box-10-rtl,
.box-10-10-rtl,
.box-10-10 {
  margin-top: 1rem; }

.box-11 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  margin-top: 1rem; }

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

.box-11,
.box-11-rtl,
.box-11-11-rtl,
.box-11-11 {
  margin-top: 1rem; }

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

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

.box-12,
.box-12-rtl,
.box-12-12-rtl,
.box-12-12 {
  margin-top: 1rem; }

.col-50 {
  display: block;
  width: 100%;
  margin-top: 1rem; }
  @media (min-width: 700px) {
    .col-50 {
      width: 50%;
      float: left; } }

.box-1 {
  width: 22.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-1 {
      width: 22.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 1180px) {
    .box-1 {
      width: 5.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-1-rtl {
  width: 22.2222222222%;
  float: right;
  margin-right: 1.3888888889%;
  margin-left: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-1-rtl {
      width: 22.2222222222%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }
  @media (min-width: 1180px) {
    .box-1-rtl {
      width: 5.5555555556%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

.box-2 {
  width: 47.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-2 {
      width: 47.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  @media (min-width: 1180px) {
    .box-2 {
      width: 13.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-2-rtl {
  width: 47.2222222222%;
  float: right;
  margin-right: 1.3888888889%;
  margin-left: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-2-rtl {
      width: 47.2222222222%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }
  @media (min-width: 1180px) {
    .box-2-rtl {
      width: 13.8888888889%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

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

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

.box-3-3 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-3-3 {
      width: 22.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-3-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-3-rtl {
    width: 22.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

.box-3-3-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-3-3-rtl {
      width: 22.2222222222%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

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

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

.box-4-4 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-4-4 {
      width: 30.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-4-4-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-4-4-rtl {
      width: 30.5555555556%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-4-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-4-rtl {
    width: 30.5555555556%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

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

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

.box-5-5 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 1000px) {
    .box-5-5 {
      width: 38.8888888889%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-5-5-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-5-5-rtl {
      width: 38.8888888889%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-5-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-5-rtl {
    width: 38.8888888889%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

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

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

@media (min-width: 990px) {
  .box-6-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-6-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

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

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

.box-7-7 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-7-7 {
      width: 55.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-7-7-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-7-7-rtl {
      width: 55.5555555556%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-7-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-7-rtl {
    width: 55.5555555556%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

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

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

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

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

@media (min-width: 990px) {
  .box-8-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

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

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

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

.box-9-9 {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-9-9 {
      width: 72.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }

.box-9-9-rtl {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-9-9-rtl {
      width: 72.2222222222%;
      float: right;
      margin-right: 1.3888888889%;
      margin-left: 1.3888888889%; } }

@media (min-width: 990px) {
  .box-9-rtl {
    width: 47.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

@media (min-width: 1180px) {
  .box-9-rtl {
    width: 72.2222222222%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

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

@media (min-width: 990px) {
  .box-10-rtl {
    width: 80.5555555556%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

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

@media (min-width: 990px) {
  .box-11-rtl {
    width: 88.8888888889%;
    float: right;
    margin-right: 1.3888888889%;
    margin-left: 1.3888888889%; } }

.box-mitte {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 990px) {
    .box-mitte {
      width: 80.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 9.7222222222%; } }
  @media (min-width: 1180px) {
    .box-mitte {
      width: 30.5555555556%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      margin-left: 34.7222222222%; } }

@media (min-width: 1640px) {
  .offset-1 {
    margin-left: 9.7222222222%; } }

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

@media (min-width: 1640px) {
  .offset-3 {
    margin-left: 26.3888888889%; } }

@media (min-width: 1640px) {
  .offset-4 {
    margin-left: 34.7222222222%; } }

@media (min-width: 1640px) {
  .offset-5 {
    margin-left: 43.0555555556%; } }

@media (min-width: 1640px) {
  .offset-6 {
    margin-left: 51.3888888889%; } }

@media (min-width: 1640px) {
  .offset-7 {
    margin-left: 59.7222222222%; } }

@media (min-width: 1640px) {
  .offset-8 {
    margin-left: 68.0555555556%; } }

@media (min-width: 1640px) {
  .offset-9 {
    margin-left: 76.3888888889%; } }

@media (min-width: 1640px) {
  .offset-10 {
    margin-left: 84.7222222222%; } }

@media (min-width: 1640px) {
  .offset-11 {
    margin-left: 93.0555555556%; } }

@media (min-width: 1640px) {
  .offset-12 {
    margin-left: 101.388888889%; } }

h1, h2, h3, h4, h5, h6, p, .headline-1, .headline-2, .headline-3, .headline-4, .headline-5, .headline-6, caption, form .widget, form legend {
  margin-top: 0;
  margin-bottom: 1rem; }

#main img, ul, ol, video, table {
  margin-top: 0;
  margin-bottom: 1rem; }

#main .no-margin img {
  margin-bottom: -8px; }

video.no-margin,
table.no-margin,
ol.no-margin,
ul.no-margin,
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin,
p.no-margin {
  margin-bottom: 0em; }

h1, h2, h3, h4, h5, h6, .headline-1, .headline-2, .headline-3, .headline-4, .headline-5, .headline-6 {
  color: #006db6; }

.headline-1,
h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase; }
  @media (min-width: 990px) {
    .headline-1,
    h1 {
      font-size: 40px;
      font-size: 2.5rem; } }

.headline-1-2,
h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500; }
  @media (min-width: 990px) {
    .headline-1-2,
    h1 {
      font-size: 40px;
      font-size: 2.5rem; } }

.headline-2,
h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase; }
  @media (min-width: 990px) {
    .headline-2,
    h2 {
      font-size: 30px;
      font-size: 1.875rem; } }

.headline-2-2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500; }
  @media (min-width: 990px) {
    .headline-2-2 {
      font-size: 30px;
      font-size: 1.875rem; } }

.headline-3,
h3 {
  font-weight: 500;
  font-size: 21px;
  font-size: 1.3125rem; }
  @media (min-width: 990px) {
    .headline-3,
    h3 {
      font-size: 24px;
      font-size: 1.5rem; } }

.headline-4,
h4 {
  font-size: 17px;
  font-size: 1.0625rem; }

.headline-5,
h5 {
  font-size: 16px;
  font-size: 1rem; }

.headline-6,
h6 {
  font-size: 17px;
  font-size: 1.0625rem; }

li,
p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #808080; }
  @media (min-width: 990px) {
    li,
    p {
      font-size: 16px;
      font-size: 1rem; } }

.grau-5 {
  color: #666; }

h4.text-2,
h3.text-2,
h2.text-2 {
  color: #666;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700; }

.text-2 h2, .text-2 h3, .text-2 h4, .text-2 h5, .text-2 p, .text-2 li {
  color: #666;
  font-size: 16px;
  font-size: 1rem; }

.text-2 h2, .text-2 h3, .text-2 h4, .text-2 h5 {
  font-weight: 700;
  margin-bottom: 0; }

.p-2 li,
li.p-2,
.p-2 p,
p.p-2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400; }
  @media (min-width: 990px) {
    .p-2 li,
    li.p-2,
    .p-2 p,
    p.p-2 {
      font-size: 21px;
      font-size: 1.3125rem; } }

.p-3 li,
li.p-3,
.p-3 p,
p.p-3 {
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 990px) {
    .p-3 li,
    li.p-3,
    .p-3 p,
    p.p-3 {
      font-size: 24px;
      font-size: 1.5rem; } }

.p-4 li,
li.p-4,
.p-4 p,
p.p-4 {
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 990px) {
    .p-4 li,
    li.p-4,
    .p-4 p,
    p.p-4 {
      font-size: 21px;
      font-size: 1.3125rem; } }

.border-r {
  border-right: 1px solid #006db6; }

#main a {
  text-decoration: none;
  font-weight: 700;
  color: #b4282e;
  margin-left: 0;
  transition: all ease-in-out 0.2s; }

#main a:hover {
  color: #b4282e;
  transition: all ease-in-out 0.2s; }

.fett {
  font-weight: 900; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.upper {
  text-transform: uppercase; }

.weiss {
  color: #fff; }

@media (min-width: 700px) {
  .right {
    text-align: right !important; } }

.right .image_container {
  text-align: right !important; }

@media (min-width: 700px) {
  .center {
    text-align: center; } }

.btn-xl {
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 700px) {
    .btn-xl {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (min-width: 1180px) {
    .btn-xl {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media (min-width: 1640px) {
    .btn-xl {
      font-size: 32px;
      font-size: 2rem; } }

.list-xl {
  font-size: 17px;
  font-size: 1.0625rem; }
  @media (min-width: 700px) {
    .list-xl {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (min-width: 1180px) {
    .list-xl {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media (min-width: 1640px) {
    .list-xl {
      font-size: 22px;
      font-size: 1.375rem; } }

.list-s,
.btn-s {
  font-size: 16px;
  font-size: 1rem; }

.btn100 {
  text-align: center;
  width: 100%; }

.color-1 {
  color: #b4282e; }

.color-2 {
  color: #006db6; }

.color-3 {
  color: #32363f; }

.grau-1 {
  color: #f4f4f4; }

.grau-2 {
  color: #808080; }

.grau-3 {
  color: #58595b; }

.float_left {
  float: left; }

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

hr {
  border-left: none;
  border-right: none;
  border-bottom: none; }

strong {
  font-weight: 700; }

span.name {
  width: 80px;
  display: block;
  float: left; }

span.number {
  webkit-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1; }

.border {
  border: 1px solid #b4282e;
  padding: 1rem;
  padding-bottom: 0em;
  background-color: #fff; }

.caption {
  text-align: left;
  font-weight: 300;
  font-style: italic; }

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

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

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

.mb-0 {
  margin-bottom: 0.25rem; }

.mb-1 {
  margin-bottom: 1rem; }

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

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

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

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

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

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

.image30 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image30 .image_container img {
      width: 100%;
      height: auto; } }
  @media (min-width: 600px) {
    .image30 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image30 .image_container img {
      width: 30%;
      height: auto; } }

.image40 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image40 .image_container img {
      width: 100%;
      height: auto; } }
  @media (min-width: 600px) {
    .image40 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image40 .image_container img {
      width: 40%;
      height: auto; } }

.image50 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image50 .image_container img {
      width: 100%;
      height: auto; } }
  @media (min-width: 600px) {
    .image50 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image50 .image_container img {
      width: 50%;
      height: auto; } }

.image60 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image60 .image_container img {
      width: 60%;
      height: auto; } }
  @media (min-width: 600px) {
    .image60 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image60 .image_container img {
      width: 60%;
      height: auto; } }

.image70 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image70 .image_container img {
      width: 60%;
      height: auto; } }
  @media (min-width: 600px) {
    .image70 .image_container img {
      width: 50%;
      height: auto; } }
  @media (min-width: 960px) {
    .image70 .image_container img {
      width: 70%;
      height: auto; } }

.image80 .image_container {
  text-align: center; }
  @media (min-width: 0) and (max-width: 600px) {
    .image80 .image_container img {
      width: 100%;
      height: auto; } }
  @media (min-width: 600px) {
    .image80 .image_container img {
      width: 60%;
      height: auto; } }
  @media (min-width: 960px) {
    .image80 .image_container img {
      width: 80%;
      height: auto; } }

.image100 .image_container {
  text-align: center; }
  .image100 .image_container img {
    width: 100%;
    height: auto; }

#header {
  background-color: #b4282e; }
  #header .nav-01 ul {
    margin-bottom: 0; }
    #header .nav-01 ul li {
      color: #fff;
      font-size: 18px;
      font-size: 1.125rem;
      margin-left: 0.4em;
      margin-right: 0.4em;
      display: inline-block;
      font-weight: 300; }
      @media (min-width: 1180px) {
        #header .nav-01 ul li {
          margin-left: 1em;
          margin-right: 1em; } }
      @media (min-width: 1640px) {
        #header .nav-01 ul li {
          font-size: 21px;
          font-size: 1.3125rem;
          margin-left: 2em;
          margin-right: 2em; } }
      #header .nav-01 ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        padding-bottom: 1rem; }
      #header .nav-01 ul li strong:hover,
      #header .nav-01 ul li a:hover {
        color: #83cdff; }
    #header .nav-01 ul li.first {
      margin-left: 0; }
    #header .nav-01 ul li.active strong,
    #header .nav-01 ul li.trail a {
      display: block;
      font-weight: 300;
      padding-bottom: 1rem;
      color: #83cdff; }
    #header .nav-01 ul li.active:before, #header .nav-01 ul li.active:after {
      width: 100%;
      opacity: 1; }
  #header .nav-01 ul.level_2 {
    position: absolute;
    left: 0;
    z-index: 1001;
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
    #header .nav-01 ul.level_2 li {
      display: block; }
    #header .nav-01 ul.level_2 li.first {
      margin-left: 0; }
  #header .nav-01 li.submenu.produkte:hover ul.level_2 {
    margin-top: 0;
    left: 50%;
    opacity: 1;
    max-height: 100%;
    background-color: #b4282e;
    width: 100%;
    padding: 2rem 1rem 6rem 1rem;
    text-align: left;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.27);
    background-image: url(../../files/daten/icon/grafikelement_trenner.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-position: 50% 92%;
    border: 1px solid #006db6;
    display: flex;
    flex: warp; }
    @media (min-width: 700px) {
      #header .nav-01 li.submenu.produkte:hover ul.level_2 {
        width: 700px;
        margin-left: -350px; } }
    @media (min-width: 960px) {
      #header .nav-01 li.submenu.produkte:hover ul.level_2 {
        width: 960px;
        margin-left: -480px; } }
    @media (min-width: 990px) {
      #header .nav-01 li.submenu.produkte:hover ul.level_2 {
        width: 960px;
        margin-left: -480px; } }
    @media (min-width: 1180px) {
      #header .nav-01 li.submenu.produkte:hover ul.level_2 {
        width: 1140px;
        margin-left: -570px; } }
    @media (min-width: 1640px) {
      #header .nav-01 li.submenu.produkte:hover ul.level_2 {
        width: 1440px;
        margin-left: -720px; } }
    #header .nav-01 li.submenu.produkte:hover ul.level_2 li {
      margin-left: 0;
      margin-right: 0; }
      #header .nav-01 li.submenu.produkte:hover ul.level_2 li strong,
      #header .nav-01 li.submenu.produkte:hover ul.level_2 li a {
        margin-left: 0;
        margin-right: 0;
        color: #006db6;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 1rem; }
      #header .nav-01 li.submenu.produkte:hover ul.level_2 li ul.level_3 li {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
        #header .nav-01 li.submenu.produkte:hover ul.level_2 li ul.level_3 li a, #header .nav-01 li.submenu.produkte:hover ul.level_2 li ul.level_3 li strong {
          margin-left: 0;
          margin-right: 0.8rem;
          margin-bottom: 0.5rem;
          color: #fff;
          font-weight: 300;
          padding-bottom: 0; }
          @media (min-width: 1640px) {
            #header .nav-01 li.submenu.produkte:hover ul.level_2 li ul.level_3 li a, #header .nav-01 li.submenu.produkte:hover ul.level_2 li ul.level_3 li strong {
              margin-bottom: 1.25rem; } }
        #header .nav-01 li.submenu.produkte:hover ul.level_2 li ul.level_3 li a:hover,
        #header .nav-01 li.submenu.produkte:hover ul.level_2 li ul.level_3 li strong:hover {
          color: #83cdff; }
        #header .nav-01 li.submenu.produkte:hover ul.level_2 li ul.level_3 li strong {
          color: #83cdff; }
    @media (min-width: 1180px) {
      #header .nav-01 li.submenu.produkte:hover ul.level_2 li.submenu.led {
        width: 56%; } }
    #header .nav-01 li.submenu.produkte:hover ul.level_2 li.submenu.led ul.level_3 {
      border-right: 1px solid #006db6; }
      @media (min-width: 1180px) {
        #header .nav-01 li.submenu.produkte:hover ul.level_2 li.submenu.led ul.level_3 {
          columns: 2; } }
    @media (min-width: 1180px) {
      #header .nav-01 li.submenu.produkte:hover ul.level_2 li.submenu.ul-col1 {
        width: 22%; } }
    #header .nav-01 li.submenu.produkte:hover ul.level_2 li.submenu.ul-col1 a,
    #header .nav-01 li.submenu.produkte:hover ul.level_2 li.submenu.ul-col1 strong {
      margin-left: 1rem !important; }
    #header .nav-01 li.submenu.produkte:hover ul.level_2 li.submenu.ul-col1 ul.level_3 {
      border-right: 1px solid #006db6; }
      #header .nav-01 li.submenu.produkte:hover ul.level_2 li.submenu.ul-col1 ul.level_3 li a,
      #header .nav-01 li.submenu.produkte:hover ul.level_2 li.submenu.ul-col1 ul.level_3 li strong {
        margin-left: 1rem; }
    #header .nav-01 li.submenu.produkte:hover ul.level_2 li.submenu.ul-col1.last ul.level_3 {
      border-right: 1px solid #b4282e !important; }
  #header .nav-01 li.submenu.box1:hover ul.level_2 {
    margin-top: 0;
    left: auto;
    opacity: 1;
    max-height: 100%;
    background-color: #b4282e;
    width: 350px;
    padding: 1.5rem;
    text-align: left;
    border: 1px solid #006db6;
    margin-left: 0;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.27); }
    #header .nav-01 li.submenu.box1:hover ul.level_2 li {
      margin: 0;
      padding: 0; }
      #header .nav-01 li.submenu.box1:hover ul.level_2 li a, #header .nav-01 li.submenu.box1:hover ul.level_2 li strong {
        margin: 0;
        padding: 0;
        margin-bottom: 1rem; }

#header {
  background-color: #b4282e; }
  #header .nav-99 ul {
    margin-bottom: 0; }
    #header .nav-99 ul li {
      position: relative;
      color: #fff;
      font-size: 18px;
      font-size: 1.125rem;
      margin-left: 0.4em;
      margin-right: 0.4em;
      display: inline-block;
      font-weight: 300; }
      @media (min-width: 1180px) {
        #header .nav-99 ul li {
          margin-left: 1em;
          margin-right: 1em; } }
      @media (min-width: 1640px) {
        #header .nav-99 ul li {
          font-size: 21px;
          font-size: 1.3125rem;
          margin-left: 2em;
          margin-right: 2em; } }
      #header .nav-99 ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 300; }
      #header .nav-99 ul li:before, #header .nav-99 ul li:after {
        content: "";
        position: absolute;
        width: 0px;
        height: 4px;
        margin-top: 3px;
        transition: all 0.025s ease-in-out;
        transition-duration: 0.35s;
        opacity: 0; }
      #header .nav-99 ul li:after {
        left: 0;
        background-color: #006db6; }
    #header .nav-99 ul li.first {
      margin-left: 0; }
    #header .nav-99 ul li:hover:before, #header .nav-99 ul li:hover:after {
      width: 100%;
      opacity: 1; }
    #header .nav-99 ul li.active strong,
    #header .nav-99 ul li.trail a {
      display: block;
      font-weight: 300;
      color: #e9f6ff; }
    #header .nav-99 ul li.active:before, #header .nav-99 ul li.active:after {
      width: 100%;
      opacity: 1; }
  #header .nav-99 ul.level_2 {
    position: absolute;
    left: 0;
    z-index: 1001;
    opacity: 0;
    max-height: 0;
    overflow: hidden; }
    #header .nav-99 ul.level_2 li {
      display: block; }
    #header .nav-99 ul.level_2 li.first {
      margin-left: 0; }
  #header li.submenu:hover ul.level_2 {
    margin-top: 0;
    left: 50%;
    opacity: 1;
    max-height: 100%;
    background-color: #b4282e;
    width: 100%;
    padding: 1em;
    text-align: left;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.27); }
    @media (min-width: 700px) {
      #header li.submenu:hover ul.level_2 {
        width: 700px;
        margin-left: -350px; } }
    @media (min-width: 960px) {
      #header li.submenu:hover ul.level_2 {
        width: 960px;
        margin-left: -480px; } }
    @media (min-width: 1000px) {
      #header li.submenu:hover ul.level_2 {
        width: 960px;
        margin-left: -480px; } }
    @media (min-width: 1180px) {
      #header li.submenu:hover ul.level_2 {
        width: 1140px;
        margin-left: -570px; } }

/**
 * Damit die mobile Navigation nur einmal eingebunden wird, habe ich dies via Javascript realisiert.
 * Anbei die entsprechenden Selektoren die angepasst werden müssen, damit diese quasi matchen.
 * Hintergrund ist, dass die mobile Navigation durch das Javascript kopieren zusätzlich noch ein <div class hinzubekommt in der UL-Liste
 */
/* Close - Button */
#mmenuclose {
  position: absolute;
  z-index: 1000;
  color: #fff;
  left: 80%;
  top: 0px;
  width: 60px;
  height: 60px;
  display: none; }

.mm-opening #mmenuclose {
  display: block; }

#mmenuclose a {
  background-color: #323334;
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  height: 60px;
  background-size: 100% 100%; }
  #mmenuclose a span.border-4 {
    -webkit-transition: rotate 0.25s ease-out;
    -moz-transition: rotate 0.25s ease-out;
    -ms-transition: rotate 0.25s ease-out;
    -o-transition: rotate 0.25s ease-out;
    transition: rotate 0.25s ease-out;
    height: 2px;
    background-color: #58595b;
    display: block;
    border-radius: 4px; }
  #mmenuclose a span.border-4.first {
    -moz-transform: rotate(45deg);
    /* Firefox 3.6 Firefox 4 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    -o-transform: rotate(45deg);
    /* Opera */
    -ms-transform: rotate(45deg);
    /* IE9 */
    transform: rotate(45deg);
    /* W3C */
    margin-top: 8px; }
  #mmenuclose a span.border-4.last {
    -moz-transform: rotate(-45deg);
    /* Firefox 3.6 Firefox 4 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    -o-transform: rotate(-45deg);
    /* Opera */
    -ms-transform: rotate(-45deg);
    /* IE9 */
    transform: rotate(-45deg);
    /* W3C */
    margin-top: -2px; }

.mm-menu {
  background-color: #323334; }

.mm-navbar {
  border-bottom: 1px solid #e0e0e0; }

.mm-menu .mm-listview > li .mm-next::after,
.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before,
.mm-menu .mm-listview {
  border-color: #e0e0e0; }

.mm-listview > li > a, .mm-listview > li > span {
  color: #f4f4f4; }

.mm-panels a.mm-title {
  color: #b4282e; }

.mm-panels strong,
.mm-panels a {
  margin-left: 10px;
  padding: 10px 10px;
  display: block; }

.mm-panels strong {
  color: #fff; }

.mm-panels a {
  color: #fff; }

.mm-panels li {
  color: #fff; }

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 80%;
  max-width: 80%; }

#header {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  #header .box {
    width: 95%;
    margin-left: auto;
    margin-right: auto; }
  #header .flex {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 0) and (max-width: 990px) {
      #header .flex {
        align-items: center; } }
    @media (min-width: 990px) {
      #header .flex {
        flex-wrap: wrap; } }
    #header .flex .logo {
      width: 180px; }
      @media (min-width: 440px) {
        #header .flex .logo {
          width: 200px; } }
      @media (min-width: 1640px) {
        #header .flex .logo {
          width: 230px; } }
      #header .flex .logo img {
        width: 100%;
        height: auto; }
    #header .flex .nav-01 {
      text-align: center; }
      @media (min-width: 0) and (max-width: 989px) {
        #header .flex .nav-01 {
          display: none !important; } }
      @media (min-width: 990px) {
        #header .flex .nav-01 {
          width: calc(100% - 470px); } }
      @media (min-width: 1180px) {
        #header .flex .nav-01 {
          width: calc(100% - 502px); } }
      @media (min-width: 1640px) {
        #header .flex .nav-01 {
          width: calc(100% - 555px); } }
      @media (min-width: 989px) {
        #header .flex .nav-01 {
          margin-top: 1.5rem; } }
    #header .flex .meta {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (min-width: 0) and (max-width: 990px) {
        #header .flex .meta .nav-02 {
          display: none !important; } }
      #header .flex .meta .nav-02 ul {
        margin-bottom: 0; }
      #header .flex .meta .nav-02 li {
        margin-left: 1rem; }
      #header .flex .meta .nav-02 li, #header .flex .meta .nav-02 a {
        color: #fff;
        text-transform: uppercase;
        font-style: italic;
        font-size: 24px;
        font-size: 1.5rem;
        text-decoration: none; }
      #header .flex .meta .mod_changelanguage {
        margin-left: 3rem; }
        #header .flex .meta .mod_changelanguage ul {
          margin-bottom: 0;
          display: flex; }
          #header .flex .meta .mod_changelanguage ul li.first strong:after,
          #header .flex .meta .mod_changelanguage ul li.first a:after {
            content: "/";
            display: inline-block; }
          #header .flex .meta .mod_changelanguage ul li.last strong:before,
          #header .flex .meta .mod_changelanguage ul li.last a:before {
            content: "/";
            display: inline-block; }
          #header .flex .meta .mod_changelanguage ul li {
            display: flex;
            align-items: center;
            font-size: 18px;
            font-size: 1.125rem;
            color: #006db6; }
            @media (min-width: 1640px) {
              #header .flex .meta .mod_changelanguage ul li {
                font-size: 21px;
                font-size: 1.3125rem; } }
            #header .flex .meta .mod_changelanguage ul li a {
              color: #fff;
              text-decoration: none; }
  @media (min-width: 990px) {
    #header .nav-menu {
      display: none !important; } }
  #header .nav-menu .mobile a {
    display: block;
    width: 43px;
    height: 36px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer; }
    #header .nav-menu .mobile a span.border-3 {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      display: block;
      height: 5px;
      background-color: #006db6;
      width: 100%;
      transition: all ease 0.5s; }
    #header .nav-menu .mobile a span.border-3.last {
      float: right; }
    #header .nav-menu .mobile a span.border-3.first {
      width: 70%;
      margin-left: 15%; }
    #header .nav-menu .mobile a span.border-3.last {
      width: 70%;
      margin-left: 15%; }
    @media (min-width: 990px) {
      #header .nav-menu .mobile a {
        display: none !important; } }
  #header .nav-menu .mobile:hover span.border-3.first {
    width: 60%;
    margin-left: 40%;
    transition: all ease 0.5s; }
  #header .nav-menu .mobile:hover span.border-3.last {
    width: 70%;
    margin-left: 30%;
    transition: all ease 0.5s; }

.slider-1 {
  position: relative; }
  .slider-1 .slider-control {
    position: static;
    height: 55px; }
    .slider-1 .slider-control a.slider-prev,
    .slider-1 .slider-control a.slider-next {
      display: none !important; }
  .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: #b4282e; }
    .slider-1 .slider-control a:before {
      padding: 1rem;
      display: block; }
    .slider-1 .slider-control a:hover {
      opacity: 0.5; }
  .slider-1 .slider-menu {
    font-size: 2.5rem;
    line-height: 1;
    top: auto;
    bottom: 0; }
    .slider-1 .slider-menu b {
      color: #b4282e; }
    .slider-1 .slider-menu b.active {
      color: #006db6; }
    .slider-1 .slider-menu b:hover {
      opacity: 0.5; }

.dlh_googlemap {
  width: 100% !important;
  height: 250px !important;
  padding-bottom: 25% !important; }

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

.ce_player .inside,
.ce_player .mejs-video,
.ce_player .mejs__video,
.ce_youtube .inside,
.ce_youtube .mejs-video,
.ce_youtube .mejs__video {
  margin-left: auto;
  margin-right: auto; }

.ce_player .mejs-video,
.ce_player .mejs__video,
.ce_youtube .mejs-video,
.ce_youtube .mejs__video {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%; }

.ce_player .mejs-audio,
.ce_player .mejs__audio,
.ce_youtube .mejs-audio,
.ce_youtube .mejs__audio {
  margin-top: 30px; }
  .ce_player .mejs-audio audio,
  .ce_player .mejs__audio audio,
  .ce_youtube .mejs-audio audio,
  .ce_youtube .mejs__audio audio {
    height: auto; }

.ce_player .mejs-overlay,
.ce_player .mejs-poster,
.ce_player .mejs__overlay,
.ce_player .mejs__poster,
.ce_youtube .mejs-overlay,
.ce_youtube .mejs-poster,
.ce_youtube .mejs__overlay,
.ce_youtube .mejs__poster {
  width: 100% !important;
  height: 100% !important; }

.ce_player .mejs-video .mejs-mediaelement video,
.ce_player .mejs-video .mejs-mediaelement .me-plugin,
.ce_player .mejs-video .mejs-mediaelement embed,
.ce_youtube .mejs-video .mejs-mediaelement video,
.ce_youtube .mejs-video .mejs-mediaelement .me-plugin,
.ce_youtube .mejs-video .mejs-mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_player .mejs__video .mejs__mediaelement video,
.ce_player .mejs__video .mejs__mediaelement .me__plugin,
.ce_player .mejs__video .mejs__mediaelement embed,
.ce_youtube .mejs__video .mejs__mediaelement video,
.ce_youtube .mejs__video .mejs__mediaelement .me__plugin,
.ce_youtube .mejs__video .mejs__mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

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

.ce_accordion:nth-child(odd) .toggler {
  background-color: #fff; }

.ce_accordion .toggler {
  cursor: pointer;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  background-color: #f4f4f4;
  padding-right: 0.75rem;
  border-bottom: 1px solid #f4f4f4; }
  .ce_accordion .toggler h3 {
    padding-left: 0.2rem;
    margin-bottom: 0em;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem; }

.ce_accordion .ui-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse; }
  .ce_accordion .ui-accordion-header .ui-icon {
    font-weight: 600;
    font-size: 26px;
    font-size: 1.625rem; }
  .ce_accordion .ui-accordion-header .ui-icon:before {
    content: "+ "; }

.ce_accordion .ui-accordion-header-active .ui-icon:before {
  content: "- "; }

.ce_accordion .toggler.active,
.ce_accordion .toggler:hover {
  background-color: dareken(#f4f4f4, 10%);
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out; }

.ce_accordion .ui-accordion-content div {
  margin-top: 1rem; }

#main .mod_sitemap ul.level_1 li {
  margin-top: 1rem; }

#main .mod_sitemap ul.level_2 li {
  margin-top: 0; }

#main .mod_sitemap ul.level_2 li.submenu {
  margin-top: 1rem; }

#main .mod_sitemap ul.level_2 a {
  font-weight: 400; }

#main .mod_sitemap ul.level_3 li {
  margin-top: 0em; }

#main .mod_sitemap ul.level_3 a {
  font-weight: 400;
  color: #4d4d4d; }

#main .gallerie-1 {
  clear: both; }
  #main .gallerie-1 ul {
    display: flex;
    flex-wrap: wrap; }
    #main .gallerie-1 ul li {
      margin-bottom: 1rem;
      width: 97.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; }
      @media (min-width: 700px) {
        #main .gallerie-1 ul li {
          height: 310px;
          overflow: hidden;
          margin-bottom: 2rem; } }
      @media (min-width: 990px) {
        #main .gallerie-1 ul li {
          height: 305px; } }
      @media (min-width: 1170px) {
        #main .gallerie-1 ul li {
          height: 360px; } }
      @media (min-width: 1640px) {
        #main .gallerie-1 ul li {
          height: 460px; } }
      @media (min-width: 700px) {
        #main .gallerie-1 ul li {
          width: 47.2222222222%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%; } }
      #main .gallerie-1 ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        transition: all ease-in-out 0.3s; }
        @media (min-width: 700px) {
          #main .gallerie-1 ul li img {
            height: 310px;
            width: auto; } }
        @media (min-width: 990px) {
          #main .gallerie-1 ul li img {
            height: 305px; } }
        @media (min-width: 1170px) {
          #main .gallerie-1 ul li img {
            height: 360px; } }
        @media (min-width: 1640px) {
          #main .gallerie-1 ul li img {
            height: 460px; } }
      #main .gallerie-1 ul li .image_container {
        position: relative;
        text-align: center; }
      #main .gallerie-1 ul li .image_container a {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end; }
      #main .gallerie-1 ul li .image_container a:after {
        display: block;
        content: "+";
        color: #fff;
        padding: 1rem;
        position: absolute;
        background-color: #006db6;
        font-weight: 700;
        font-size: 26px;
        font-size: 1.625rem;
        z-index: 99;
        transition: all ease-in-out 0.3s;
        bottom: 0px; }
    @media (min-width: 700px) {
      #main .gallerie-1 ul li:hover img {
        height: 330px;
        transition: all ease-in-out 0.3s; } }
    @media (min-width: 990px) {
      #main .gallerie-1 ul li:hover img {
        height: 325px; } }
    @media (min-width: 1170px) {
      #main .gallerie-1 ul li:hover img {
        height: 380px; } }
    @media (min-width: 1640px) {
      #main .gallerie-1 ul li:hover img {
        height: 480px; } }
    #main .gallerie-1 ul li:hover .image_container a:after {
      background-color: #b4282e;
      transition: all ease-in-out 0.3s; }
      @media (min-width: 700px) {
        #main .gallerie-1 ul li:hover .image_container a:after {
          bottom: 20px; } }

#main .mod_search {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  @media (min-width: 960px) {
    #main .mod_search {
      width: 72.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; } }
  #main .mod_search input.text {
    width: 100%;
    border: 1px solid #b4b4b4;
    background-color: #fff;
    margin-bottom: 1rem;
    display: block;
    padding: 0.5rem; }
    @media (min-width: 700px) {
      #main .mod_search input.text {
        width: 75%;
        float: left;
        margin-bottom: 0rem; } }
  #main .mod_search button.submit {
    width: 100%;
    background-color: #006db6;
    color: #fff;
    border: 1px solid #006db6;
    padding: 0.5rem;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase; }
    @media (min-width: 700px) {
      #main .mod_search button.submit {
        width: 22%;
        float: right; } }
  #main .mod_search input.submit:hover {
    background-color: #0085df;
    -webkit-transition: background-color 0.75s ease-out;
    -moz-transition: background-color 0.75s ease-out;
    -ms-transition: background-color 0.75s ease-out;
    -o-transition: background-color 0.75s ease-out;
    transition: background-color 0.75s ease-out; }
  #main .mod_search .even {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  #main .mod_search p.header {
    padding-top: 0.5rem;
    clear: both;
    display: block;
    font-size: 14px;
    font-size: 0.875rem; }
  #main .mod_search h3 {
    margin-bottom: 0.25rem; }
    #main .mod_search h3 span {
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase; }
  #main .mod_search p.url {
    font-size: 14px;
    font-size: 0.875rem; }

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

@media (min-width: 0) and (max-width: 990px) {
  .bg-grau-1-l {
    background-color: #f4f4f4;
    padding-top: 1rem;
    padding-bottom: 1rem; } }

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

.bg-grau-3 {
  background-color: #58595b; }

.bg-grau-4 {
  background-color: #b0b2b3; }

.bg-color-1 {
  background-color: #b4282e; }

.bg-color-2 {
  background-color: #006db6; }

.bg-color-3 {
  background-color: #32363f; }

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

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

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

.bg-schwarz {
  background-color: #020202; }

#main .bg-color-5 h1, #main .bg-color-5 h2, #main .bg-color-5 h3, #main .bg-color-5 h4, #main .bg-color-5 h5, #main .bg-color-5 h6, #main .bg-color-5 span.light, #main .bg-color-5 p, #main .bg-color-5 a, #main .bg-color-5 em, #main .bg-color-5 .headline-1, #main .bg-color-5 .headline-2, #main .bg-color-5 .headline-3, #main .bg-color-5 .headline-4, #main .bg-color-5 .headline-5, #main .bg-color-5 .headline-6,
#main .bg-schwarz h1,
#main .bg-schwarz h2,
#main .bg-schwarz h3,
#main .bg-schwarz h4,
#main .bg-schwarz h5,
#main .bg-schwarz h6,
#main .bg-schwarz span.light,
#main .bg-schwarz p,
#main .bg-schwarz a,
#main .bg-schwarz em,
#main .bg-schwarz .headline-1,
#main .bg-schwarz .headline-2,
#main .bg-schwarz .headline-3,
#main .bg-schwarz .headline-4,
#main .bg-schwarz .headline-5,
#main .bg-schwarz .headline-6,
#main .bg-grau-3 h1,
#main .bg-grau-3 h2,
#main .bg-grau-3 h3,
#main .bg-grau-3 h4,
#main .bg-grau-3 h5,
#main .bg-grau-3 h6,
#main .bg-grau-3 span.light,
#main .bg-grau-3 p,
#main .bg-grau-3 a,
#main .bg-grau-3 em,
#main .bg-grau-3 .headline-1,
#main .bg-grau-3 .headline-2,
#main .bg-grau-3 .headline-3,
#main .bg-grau-3 .headline-4,
#main .bg-grau-3 .headline-5,
#main .bg-grau-3 .headline-6,
#main .bg-color-4 h1,
#main .bg-color-4 h2,
#main .bg-color-4 h3,
#main .bg-color-4 h4,
#main .bg-color-4 h5,
#main .bg-color-4 h6,
#main .bg-color-4 span.light,
#main .bg-color-4 p,
#main .bg-color-4 a,
#main .bg-color-4 em,
#main .bg-color-4 .headline-1,
#main .bg-color-4 .headline-2,
#main .bg-color-4 .headline-3,
#main .bg-color-4 .headline-4,
#main .bg-color-4 .headline-5,
#main .bg-color-4 .headline-6,
#main .bg-color-3 h1,
#main .bg-color-3 h2,
#main .bg-color-3 h3,
#main .bg-color-3 h4,
#main .bg-color-3 h5,
#main .bg-color-3 h6,
#main .bg-color-3 span.light,
#main .bg-color-3 p,
#main .bg-color-3 a,
#main .bg-color-3 em,
#main .bg-color-3 .headline-1,
#main .bg-color-3 .headline-2,
#main .bg-color-3 .headline-3,
#main .bg-color-3 .headline-4,
#main .bg-color-3 .headline-5,
#main .bg-color-3 .headline-6,
#main .bg-color-2 h1,
#main .bg-color-2 h2,
#main .bg-color-2 h3,
#main .bg-color-2 h4,
#main .bg-color-2 h5,
#main .bg-color-2 h6,
#main .bg-color-2 span.light,
#main .bg-color-2 p,
#main .bg-color-2 a,
#main .bg-color-2 em,
#main .bg-color-2 .headline-1,
#main .bg-color-2 .headline-2,
#main .bg-color-2 .headline-3,
#main .bg-color-2 .headline-4,
#main .bg-color-2 .headline-5,
#main .bg-color-2 .headline-6,
#main .bg-color-1 h1,
#main .bg-color-1 h2,
#main .bg-color-1 h3,
#main .bg-color-1 h4,
#main .bg-color-1 h5,
#main .bg-color-1 h6,
#main .bg-color-1 span.light,
#main .bg-color-1 p,
#main .bg-color-1 a,
#main .bg-color-1 em,
#main .bg-color-1 .headline-1,
#main .bg-color-1 .headline-2,
#main .bg-color-1 .headline-3,
#main .bg-color-1 .headline-4,
#main .bg-color-1 .headline-5,
#main .bg-color-1 .headline-6 {
  color: #fff; }

#main .bg-color-1 a:hover {
  color: #e17a7e; }

@media (min-width: 1240px) {
  #main .page-big .bg-color-1,
  #main .page-big .bg-color-5,
  #main .mod_article.backimage,
  #main .mod_article.bg-color-1,
  #main .mod_article.bg-color-5 {
    background-image: url(../../files/daten/icon/led_grafikelement_links.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-position: 0 80px; } }

.mod_article .page,
.mod_article.page {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 990px) {
    .mod_article .page,
    .mod_article.page {
      margin-top: 5rem;
      margin-bottom: 5rem; } }

.no_margin-t.mod_article .page,
.no_margin-t.mod_article.page {
  margin-top: 0; }

.no-margin-b.mod_article .page,
.no-margin-b.mod_article.page {
  margin-bottom: 0; }

.page.no-margin {
  margin-top: 0;
  margin-bottom: 0; }
  .page.no-margin .box-12 {
    margin-top: 0; }

@media (min-width: 960px) {
  .ce_form .flex-form {
    display: flex;
    justify-content: space-between;
    flex-warp: wrap; }
    .ce_form .flex-form .widget {
      width: 32.5%; } }

.ce_form legend, .ce_form label, .ce_form textarea, .ce_form select, .ce_form input {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.ce_form legend, .ce_form input, .ce_form textarea {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.ce_form legend {
  width: 100%;
  display: block;
  border: 1px solid #808080; }
  @media (min-width: 960px) {
    .ce_form legend {
      border: none;
      background-color: #f4f4f4; } }

.ce_form .radio_container legend {
  width: 100%;
  display: block; }

.ce_form label {
  width: 100%;
  display: block;
  font-weight: 400;
  color: #808080; }

.ce_form .radio_container {
  margin-bottom: 1em; }
  .ce_form .radio_container label {
    width: 10%;
    float: left; }
  .ce_form .radio_container input.checkbox {
    width: 8px;
    margin-right: 10px;
    text-align: left;
    display: block; }

.ce_form textarea,
.ce_form select,
.ce_form input {
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #b4b4b4;
  background-color: #fff; }

.ce_form textarea {
  min-height: 100px; }

.ce_form textarea:focus,
.ce_form select:focus,
.ce_form input:focus {
  border: 1px solid #b4282e; }

.ce_form input.checkbox {
  width: 8px;
  margin-right: 10px;
  text-align: left;
  display: block;
  float: left; }

.ce_form input.radio {
  width: 12px;
  text-align: left;
  display: block;
  float: left;
  margin-right: 10px; }

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

.ce_form span.captcha_text {
  font-style: italic; }

.ce_form .widget-checkbox {
  background-color: #f4f4f4;
  padding: 1rem; }
  .ce_form .widget-checkbox input {
    margin-top: 5px; }
  .ce_form .widget-checkbox label {
    padding: 0;
    width: 90%; }

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

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

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

.ce_text ul li {
  background-image: url(../../files/daten/icon/icon-striche.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 15px 14px;
  padding-left: 24px;
  list-style: none !important;
  list-style-position: outside; }

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

.box-mitte {
  margin-top: 3rem; }

.flex-center {
  display: flex;
  align-items: center; }

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

.logo {
  margin-top: 1rem;
  text-align: center; }
  .logo img {
    width: 250px;
    height: auto; }

.icon-download {
  background-image: url("../../files/daten/icon/icon-download.png");
  background-image: none, url("../../files/daten/icon/icon-download.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 70px 70px;
  background-size: 50px 50px; }
  .icon-download a {
    display: block;
    padding: 25px;
    margin-bottom: 0.75em; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-r' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Mail */
.icon-icon-02:before {
  content: "\e900"; }

/* Fon */
.icon-icon-01:before {
  content: "\e909"; }

/* Kontakt */
.icon-icon-03:before {
  content: "\e901"; }

/* Gutachten */
.icon-icon-04:before {
  content: "\e902"; }

/* team */
.icon-icon-05:before {
  content: "\e903"; }

/* KFZ Bewertung */
.icon-icon-06:before {
  content: "\e904"; }

/* Licht Check */
.icon-icon-07:before {
  content: "\e904"; }

/* Grauchtwagencheck */
.icon-icon-08:before {
  content: "\e906"; }

/* HU */
.icon-icon-09:before {
  content: "\e907"; }

/* Service */
.icon-icon-10:before {
  content: "\e908"; }

.icon-1.icon-icon-08:before,
.icon-1.icon-icon-07:before,
.icon-1.icon-icon-06:before,
.icon-1.icon-icon-04:before {
  color: #fff;
  font-size: 80px; }

.icon-1 {
  text-align: center;
  margin-bottom: 2rem; }

#main .news-2 {
  clear: both;
  display: flex;
  flex-wrap: wrap; }
  #main .news-2 .layout_latest {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
    @media (min-width: 700px) {
      #main .news-2 .layout_latest {
        width: 47.2222222222%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    @media (min-width: 700px) {
      #main .news-2 .layout_latest .image {
        height: 310px;
        overflow: hidden;
        margin-bottom: 2rem; } }
    @media (min-width: 990px) {
      #main .news-2 .layout_latest .image {
        height: 305px; } }
    @media (min-width: 1170px) {
      #main .news-2 .layout_latest .image {
        height: 360px; } }
    @media (min-width: 1640px) {
      #main .news-2 .layout_latest .image {
        height: 460px; } }
    #main .news-2 .layout_latest .image img {
      width: 100%;
      height: auto;
      margin-bottom: 0px;
      transition: all ease-in-out 0.3s; }
      @media (min-width: 700px) {
        #main .news-2 .layout_latest .image img {
          height: 310px;
          width: auto; } }
      @media (min-width: 990px) {
        #main .news-2 .layout_latest .image img {
          height: 305px; } }
      @media (min-width: 1170px) {
        #main .news-2 .layout_latest .image img {
          height: 360px; } }
      @media (min-width: 1640px) {
        #main .news-2 .layout_latest .image img {
          height: 460px; } }
  @media (min-width: 700px) {
    #main .news-2 .layout_latest:hover img {
      height: 330px;
      transition: all ease-in-out 0.3s; } }
  @media (min-width: 990px) {
    #main .news-2 .layout_latest:hover img {
      height: 325px; } }
  @media (min-width: 1170px) {
    #main .news-2 .layout_latest:hover img {
      height: 380px; } }
  @media (min-width: 1640px) {
    #main .news-2 .layout_latest:hover img {
      height: 480px; } }

#main .news-2 .layout_latest:nth-child(3n - 3) {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%; }
  #main .news-2 .layout_latest:nth-child(3n - 3) .image img {
    width: 100%;
    height: auto; }
  #main .news-2 .layout_latest:nth-child(3n - 3) .text-oben {
    width: 30%; }

#main .news-2 .layout_latest:nth-child(3n - 3):hover img {
  width: 110%;
  height: auto; }

#main .news-1 {
  clear: both; }
  #main .news-1 .layout_latest .box:hover {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.15);
    background-color: #9f2329;
    transition: all ease-in-out 0.3s; }
  #main .news-1 .layout_latest {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
    #main .news-1 .layout_latest .box {
      background-color: #b4282e;
      margin-bottom: 2rem; }
      @media (min-width: 990px) {
        #main .news-1 .layout_latest .box {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          transition: all ease-in-out 0.3s; } }
    #main .news-1 .layout_latest a:hover .image img {
      transition: all ease-in-out 0.3s; }
      @media (min-width: 990px) {
        #main .news-1 .layout_latest a:hover .image img {
          width: 760px; } }
      @media (min-width: 1640px) {
        #main .news-1 .layout_latest a:hover .image img {
          width: 960px; } }
    #main .news-1 .layout_latest .image {
      text-align: center;
      width: 100%;
      position: relative; }
      @media (min-width: 990px) {
        #main .news-1 .layout_latest .image {
          height: 380px;
          width: 50%;
          overflow: hidden; } }
      @media (min-width: 990px) {
        #main .news-1 .layout_latest .image .image_container {
          display: flex;
          justify-content: center;
          align-items: center; } }
      #main .news-1 .layout_latest .image img {
        width: 100%;
        transition: all ease-in-out 0.3s;
        height: auto;
        margin-bottom: -6px; }
        @media (min-width: 990px) {
          #main .news-1 .layout_latest .image img {
            width: 730px;
            margin-top: -4%; } }
        @media (min-width: 1640px) {
          #main .news-1 .layout_latest .image img {
            width: 920px;
            margin-top: -10%; } }
    #main .news-1 .layout_latest .box:hover .text .ce_text h3,
    #main .news-1 .layout_latest .box:hover .text .ce_text p {
      color: #fff;
      text-decoration: none !important; }
    #main .news-1 .layout_latest .box:hover .text .ce_text p.btn-1 span {
      transition: all ease-in-out 0.3s;
      background-color: #004e83; }
    #main .news-1 .layout_latest .text {
      width: 100%;
      padding: 2rem;
      padding-bottom: 1rem; }
      @media (min-width: 990px) {
        #main .news-1 .layout_latest .text {
          width: 50%; } }
      #main .news-1 .layout_latest .text h3 {
        margin-bottom: 0; }
        @media (min-width: 990px) {
          #main .news-1 .layout_latest .text h3 {
            font-size: 24px;
            font-size: 1.5rem; } }
        #main .news-1 .layout_latest .text h3 a {
          font-weight: 500;
          color: #006db6; }
      #main .news-1 .layout_latest .text p.info {
        color: #006db6;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 0;
        font-size: 14px;
        font-size: 0.875rem; }
      #main .news-1 .layout_latest .text .ce_text p {
        color: #fff; }
      @media (min-width: 990px) {
        #main .news-1 .layout_latest .text p {
          font-size: 18px;
          font-size: 1.125rem; } }
      #main .news-1 .layout_latest .text p.more {
        font-weight: 700; }

.mod_newsreader.news-3 .layout_full .gallerie-2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .mod_newsreader.news-3 .layout_full .gallerie-2 ul li {
    width: 47%;
    margin-right: 3%; }
    .mod_newsreader.news-3 .layout_full .gallerie-2 ul li img {
      width: 100%;
      height: auto; }

.mod_newsreader.news-3 p.back {
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  clear: both; }

.mod_newsreader.news-4 p.info {
  color: #006db6;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem; }

.mod_newsreader.news-4 h2 {
  text-transform: none !important; }

.mod_newsreader.news-4 h2 p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #006db6; }
  @media (min-width: 990px) {
    .mod_newsreader.news-4 h2 p {
      font-size: 30px;
      font-size: 1.875rem; } }

.mod_newsreader.news-4 p.back {
  margin-top: 3rem;
  width: 97.2222222222%;
  float: left;
  margin-left: 1.3888888889%;
  margin-right: 1.3888888889%;
  clear: both; }

#footer {
  background-color: #b4282e;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 990px) {
    #footer {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media (min-width: 1240px) {
    #footer {
      background-image: url(../../files/daten/icon/led_grafikelement_links.png);
      background-repeat: no-repeat;
      background-position: center left;
      background-position: 0 20%; } }
  #footer p {
    color: #fff; }
  #footer a {
    color: #fff;
    text-decoration: none; }
  #footer .flex-footer .col-1 {
    width: 63.8888888889%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
    @media (min-width: 990px) {
      #footer .flex-footer .col-1 {
        width: 38.8888888889%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    @media (min-width: 700px) {
      #footer .flex-footer .col-1 {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media (min-width: 700px) {
      #footer .flex-footer .col-1 p {
        font-size: 20px;
        font-size: 1.25rem; } }
    #footer .flex-footer .col-1 address {
      font-style: normal;
      margin-bottom: 1rem;
      color: #fff; }
      #footer .flex-footer .col-1 address p {
        color: #fff; }
  #footer .flex-footer .col-2 {
    width: 30.5555555556%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
    @media (min-width: 990px) {
      #footer .flex-footer .col-2 {
        width: 38.8888888889%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    #footer .flex-footer .col-2 ul li {
      display: inline-block;
      margin-right: 0.5rem; }
  #footer .trenner {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 990px) {
      #footer .trenner {
        margin-top: 4rem;
        margin-bottom: 5rem; } }
    @media (min-width: 990px) {
      #footer .trenner img {
        width: 100%;
        height: auto; } }
  #footer .nav-03 {
    width: 97.2222222222%;
    float: left;
    margin-left: 1.3888888889%;
    margin-right: 1.3888888889%; }
    @media (min-width: 990px) {
      #footer .nav-03 {
        width: 13.8888888889%;
        float: left;
        margin-left: 1.3888888889%;
        margin-right: 1.3888888889%; } }
    #footer .nav-03 ul li {
      background-image: url(../../files/daten/icon/icon-striche.png);
      background-repeat: no-repeat;
      background-position: center left;
      background-size: 15px 14px;
      padding-left: 24px;
      display: block;
      font-weight: 700;
      margin-bottom: 0.5rem; }
      @media (min-width: 700px) {
        #footer .nav-03 ul li {
          font-size: 20px;
          font-size: 1.25rem; } }
      #footer .nav-03 ul li a:hover {
        color: #006db6; }
      #footer .nav-03 ul li strong {
        color: #006db6; }
  #footer .flex-end {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end; }
    #footer .flex-end .logo {
      width: 97.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%; }
      @media (min-width: 700px) {
        #footer .flex-end .logo {
          width: 47.2222222222%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%; } }
    #footer .flex-end .copy {
      width: 97.2222222222%;
      float: left;
      margin-left: 1.3888888889%;
      margin-right: 1.3888888889%;
      color: #006db6;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 700px) {
        #footer .flex-end .copy {
          width: 47.2222222222%;
          float: left;
          margin-left: 1.3888888889%;
          margin-right: 1.3888888889%;
          text-align: right; } }

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