@charset "UTF-8";
/**
 * Globale CSS-Definitionen
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/
/*--------------------------------------------------------------------------------*/
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v23-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v23-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v23-latin-regular.woff") format("woff"), url("../fonts/open-sans-v23-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v23-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v23-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v23-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v23-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v23-latin-600.woff") format("woff"), url("../fonts/open-sans-v23-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v23-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/*--------------------------------------------------------------------------------*/
/* Globale Definitionen */
body {
  margin: 0 0 0 0;
  padding: 0;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 0.85em;
  background-color: #646464;
  color: #222222;
  text-align: center;
}

body.inline {
  /* gilt fuer Seiten, die in der Floatbox geoeffnet werden*/
  background-color: #ffffff;
}

input, select, textarea {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  color: #222222;
  font-family: "Open Sans", Helvetica, sans-serif;
}

input[type=submit], input[type=button] {
  border: 1px solid #e30010;
  background-color: #e30010;
  color: #ffffff;
  padding: 5px 10px;
}

input[type=reset] {
  border: 1px solid #999999;
  border-radius: 5px;
  color: #222222;
  padding: 5px 10px;
}

img {
  border: none;
}

img.noborder {
  border: none;
}

img.left, div.left {
  margin-right: 5px;
  float: left;
}

img.right, div.right {
  margin-left: 5px;
  float: right;
}

img.forward {
  border: none;
  margin: 0 3px 3px 3px;
}

a.mehr {
  white-space: nowrap;
}

a.forward {
  /* background-image: url(../../images/icons/forward.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 0 0 0 15px; */
  background-image: none;
}

a.forward::before {
  content: " » ";
}

a.forward_right::after {
  content: "  »";
}

span.forward {
  background-image: url(../../images/icons/forward.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  display: inline;
  padding-right: 20px;
}

a.back {
  /* background-image: url(../../images/icons/back.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 0 0 0 15px; */
  background-image: none;
}

a.back::before {
  content: " « ";
}

span.back {
  background-image: url(../../images/icons/back.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  display: inline;
  padding-right: 20px;
}

a.top {
  /* background-image: url(../../images/icons/up.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 0 0 0 15px; */
  background-image: none;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  position: fixed;
  bottom: 50px;
  right: 0;
  margin-right: 60px;
  /* margin-left: -20px; */
  /* halbe Breite zum Zentrieren */
  z-index: 1000;
  box-shadow: 0 3px 9px #666666;
  display: none;
  text-align: center;
}

a.top::before {
  /* content: "^ "; */
}

span.top {
  background-image: url(../../images/icons/up.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  display: inline;
  padding-right: 20px;
}

.clear {
  clear: both;
}

.floatLeft {
  float: left !important;
}

.floatRight {
  float: right !important;
}

.alignLeft {
  text-align: left !important;
}

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

.alignCenter, .center {
  text-align: center !important;
}

.formsc {
  /* SpamCheck fuer Formulare */
  display: none;
}

.summary, .wcag_info {
  /* versteckte Zusammenfassungen und Infotexte fuer Screenreader */
  height: 0;
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

.off {
  display: none;
}

td, th {
  vertical-align: top;
}

td *:first-child, th *:first-child {
  margin-top: 0;
}

table.std td {
  padding: 0 10px 0 0;
}

/* Sprungmarke zum Inhalt und zum Menue */
a.link_inhalt {
  position: absolute;
  left: 25px;
  top: -100px;
  background-color: #ffffff;
  z-index: 1000;
  padding: 5px;
}

a.link_inhalt:focus {
  top: 18px;
}

a.link_nav {
  position: absolute;
  left: 25px;
  top: -100px;
  background-color: #ffffff;
  z-index: 1000;
  padding: 5px;
}

a.link_nav:focus {
  top: 18px;
}

.visibility_7 {
  display: none;
}

/*--------------------------------------------------------------------------------*/
a {
  color: #e30010;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #e30010;
}

a.show_menu {
  display: none;
}

p {
  padding: 0;
}

p:first-child {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6,
h2.h3 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: normal;
  color: #e30010;
  line-height: normal;
}

h1 {
  font-size: 2.8em;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 0.7em;
  letter-spacing: -1px;
}

h2 {
  font-size: 2em;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 10px;
  color: #52656f;
  letter-spacing: -1px;
}

h2:first-child {
  margin-top: 0;
}

h3, h2.h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 2px;
  color: #52656f;
  letter-spacing: -1px;
}

h3:first-child, h2.h3:first-child {
  margin-top: 0;
}

h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 2px;
  color: #222222;
  letter-spacing: -1px;
}

h4:first-child {
  margin-top: 0;
}

h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 2px;
  color: #222222;
  letter-spacing: -1px;
}

h5:first-child {
  margin-top: 0;
}

/*h6 {
    font-size: 1.0em;
    font-weight: 600;
    margin-bottom: 2px;
    color: #222222;
    letter-spacing: -1px;
}
h6:first-child {
    margin-top: 0;
}*/
ul {
  margin: 0;
  padding: 0 0 0 20px;
}

p > b, div > b, p > strong, div > strong {
  /* font-size: 110%; */
}

sup {
  vertical-align: top;
  font-size: 65%;
  position: relative;
  top: -1px;
}

sub {
  vertical-align: baseline;
  font-size: 65%;
  position: relative;
  bottom: -2px;
}

/*--------------------------------------------------------------------------------*/
/* Layout */
.mainWrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  text-align: left;
  position: relative;
  /* background-color: #ffffff; */
  background: #ffffff;
  box-shadow: 0 0 20px #111111;
  z-index: 1;
}

.divHeader {
  width: 100%;
  height: 440px;
  padding: 9em 0 0 0;
  position: relative;
  background-color: #e20000;
}

.contentWrapper {
  padding: 15px 0 20px 0;
}

.divMitte {
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  float: left;
  width: 100%;
  max-width: 980px;
}

.divRechts {
  /* margin: 0 0 0 20px;
  padding: 0 0 20px 0;
  float: left;
  width: 240px; */
  margin: 0 0 0 1000px;
  padding: 0 0 0 0;
  width: 240px;
  position: absolute;
  z-index: 500;
}

.lapp_footer_wrapper {
  clear: both;
  margin: 0 auto;
  padding: 20px 0 0 0;
  position: relative;
  background-color: #eef2f4;
}

.divFooter {
  text-align: center;
  color: #4e4640;
  position: relative;
}

/*--------------------------------------------------------------------------------*/
/* Elemente des Headers */
.divHeader .divMenuBar {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
  max-width: 1260px;
  height: 9em;
  background-color: #e20000;
}

.divHeader a.logo {
  display: inline-block;
  position: relative;
  left: 4%;
  top: 12px;
  width: 80%;
  max-width: 285px;
  height: 62px;
  background-image: url(../../images/logo_v02.png);
  background-repeat: no-repeat;
  background-color: #e30010;
  background-size: 100% auto;
}

.divHeader .slideshow {
  background-color: #ffffff;
}

.divHeader .controls {
  position: absolute;
  bottom: 0;
  z-index: 200;
  text-align: right;
  width: 98%;
  padding: 3px 1% 7px 1%;
  color: #222222;
  background-color: #ffffff;
  opacity: 0.7;
  font-size: 12px;
  overflow: hidden;
}
.divHeader .controls a {
  line-height: 16px;
  color: #222222;
}

.divHeader a.slidenav_resume,
.divHeader a.slidenav_stop {
  padding: 0 0 0 2px;
  position: relative;
  top: 1px;
  /*display: inline-block;*/
}
.divHeader a.prev {
  width: 8%;
  height: 100%;
  padding: 0;
  background: url(../../templ/templ_bildergalerie_cycle/images/arrow_left.png) center center no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50000;
}
.divHeader a.next {
  width: 8%;
  height: 100%;
  padding: 0;
  background: url(../../templ/templ_bildergalerie_cycle/images/arrow_right.png) center center no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 50000;
}
.divHeader .carousel-item {
  font-size: 0;
}
.divHeader .lapp_slick_controls {
  display: none;
}
.divHeader .slick-prev,
.divHeader .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  bottom: 0;
  width: 8%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 500;
}
.divHeader .slick-prev {
  left: 0;
  background: url(../../templ/templ_bildergalerie_cycle/images/arrow_left.png) center center no-repeat;
}
.divHeader .slick-next {
  right: 0;
  background: url(../../templ/templ_bildergalerie_cycle/images/arrow_right.png) center center no-repeat;
}

/* caption = Bild x von y */
.divHeader .caption {
  position: relative;
  top: 1px;
  padding: 0 2px;
}

/* slidenav = pager */
.divHeader .slidenav {
  display: inline-block;
}
.divHeader .slidenav a {
  margin: 0 2px;
  padding: 0;
  border: 1px solid #222222;
  border-radius: 8px;
  background: #ffffff;
  text-decoration: none;
  text-align: center;
  width: 15px;
  height: 15px;
  font-size: 9px;
  display: inline-block;
  z-index: 501;
  cursor: pointer;
}
.divHeader .slidenav a:hover,
.divHeader .slidenav a.activeSlide {
  background: #222222;
  color: #ffffff;
}

.divFormSuche {
  display: none;
}

/*--------------------------------------------------------------------------------*/
/* Elemente des Footers */
.divFooter .footer_links {
  float: left;
  width: 280px;
}

.divFooter .footer_mitte {
  float: left;
  width: 100%;
  max-width: 700px;
}

.divFooter .footer_rechts {
  float: right;
  width: 280px;
}

.divFooter .footer_rechts a {
  font-size: 0.9em;
  color: #e30010;
  font-weight: bold;
}

/*--------------------------------------------------------------------------------*/
/* Wechsel der Sprache */
.lapp_lang_wrapper {
  position: absolute;
  right: 8%;
  top: 29%;
  text-align: right;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.lapp_lang_wrapper ul.lapp_lang li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.lapp_lang_wrapper ul.lapp_lang li a {
  display: inline-block;
  min-width: 20px;
  color: #ffffff;
  font-weight: bold;
  padding: 0 5px;
  border-right: 2px solid #ffffff;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
}

.lapp_lang_wrapper ul.lapp_lang li:last-child a {
  border-right: none;
}

/* 2. Position im Menue */
.lapp_nav_wrapper .lapp_lang_wrapper {
  display: none;
  position: relative;
  right: 0;
  top: 0;
  width: 90%;
  background-color: #eef2f4;
  padding: 1.2em 5%;
  font-size: 110%;
}

.lapp_nav_wrapper .lapp_lang_wrapper ul.lapp_lang li a {
  color: #222222;
  border-right: 2px solid #222222;
}

.lapp_nav_wrapper .lapp_lang_wrapper ul.lapp_lang li:last-child a {
  border-right: none;
}

/*--------------------------------------------------------------------------------*/
/* Menues */
/* komplettes Menue 01 horizontal */
.lapp_nav_wrapper {
  position: absolute;
  left: 3.2%;
  bottom: 0;
  max-width: 670px;
  z-index: 1000;
}

.divNav01H ul {
  text-indent: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 0;
}

.divNav01H li {
  text-indent: 0;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
}

.divNav01H a {
  white-space: nowrap;
  font-weight: normal;
}

.divNav01H li.ebene1 {
  margin: 0 10px 0 0;
}

.divNav01H li.ebene1 a {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}

.divNav01H li.ebene1 a.ebene1 {
  line-height: 40px;
  padding: 0 10px 10px 10px;
  font-weight: 600;
}

.divNav01H li.ebene1 a.ebene1.first {
  /* padding-left: 0; */
}

.divNav01H li.ebene1 a.ebene1.last {
  /* padding-right: 0; */
}

.divNav01H li.ebene1:hover a.ebene1 {
  z-index: 5010;
}

.divNav01H li.ebene1:hover a.ebene1 {
  background-color: #be0000;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: ease;
  transition-delay: 0.1s;
}

/* flyout Definitionen - 2. Ebene */
.divNav01H li:hover {
  display: block;
}

.divNav01H ul ul.ebene2 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: 2000;
  background-color: #eef2f4;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: ease;
  transition-delay: 0.1s;
  padding: 5px 5px;
}

.divNav01H li:hover ul.ebene2 {
  visibility: visible;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: ease;
  transition-delay: 0.1s;
}

.divNav01H li li.ebene2 {
  display: block;
  float: none;
  vertical-align: top;
  line-height: 1.5em;
  padding: 0 5px 0 5px;
  border-bottom: 1px dotted #999999;
  position: relative;
}

.divNav01H li li.ebene2:last-child {
  border-bottom: none;
}

.divNav01H li.ebene2 a.ebene2 {
  color: #222222;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.3em;
  display: block;
  padding: 5px 20px 5px 0;
  white-space: normal;
}

.divNav01H li.ebene2:hover a.ebene2 {
  color: #e30010;
  text-decoration: none;
}

/* flyout Definitionen - 3. Ebene */
.divNav01H ul ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  /* top: 0; */
  left: 100%;
  margin: -2.2em 0 0 -11px;
  padding: 0 0 10px 11px;
  z-index: 2100;
  background-image: url(../../images/bg_menu_3.png);
  background-repeat: no-repeat;
  background-position: 0 10px;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: ease;
  transition-delay: 0.1s;
}

.divNav01H li.ebene2:hover ul.ebene3 {
  visibility: visible;
  opacity: 1;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: ease;
  transition-delay: 0.1s;
}

.divNav01H li li li {
  float: none;
  padding: 0 10px;
  background-color: #be0000;
}

.divNav01H li li li:first-child {
  padding-top: 2px;
}

.divNav01H li li li:last-child {
  padding-bottom: 2px;
}

.divNav01H li.ebene3 a {
  color: #eef2f4;
  display: block;
  white-space: nowrap;
  line-height: 1.3em;
  padding: 5px 0 5px 0;
  border-bottom: 1px dotted #333333;
}

.divNav01H li.ebene3:last-child a {
  border-bottom: none;
}

.divNav01H li.ebene3:hover a {
  color: #ffffff;
  text-decoration: underline;
}

/* flyout Definitionen - 4. Ebene */
.divNav01H ul ul ul ul {
  display: none;
  margin: 0;
  padding: 10px 10px 10px 10px;
  z-index: 2000;
  background-color: #be0000;
}

.divNav01H li.ebene3:hover ul.ebene4 {
  display: block;
}

.divNav01H li.ebene4 a.ebene4 {
  color: #eef2f4;
}

.divNav01H li.ebene4:hover a.ebene4 {
  color: #ffffff;
  text-decoration: underline;
}

/* Meta Menues */
.divNav03 {
  margin: 0 0 0 60px;
  padding: 0;
  text-align: left;
}

.divNav03 ul {
  background-image: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.divNav03 ul li {
  background-image: none;
  padding: 0 0 0 0;
  list-style-type: none;
}

.divNav03 ul li a {
  display: block;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  text-decoration: none;
  font-size: 0.9em;
}

.divNav03 ul li a:hover {
  text-decoration: underline;
}

.divNav03 ul li a.grau {
  color: #4e4640;
}

.divNav03 ul li a.grau_abstand {
  color: #4e4640;
  padding-top: 1em;
}

.divNav03 ul li a.rot {
  color: #e30010;
  font-weight: bold;
}

.divNav03 ul li a.rot_abstand {
  color: #e30010;
  padding-top: 1em;
  font-weight: bold;
}

.divNav02 {
  margin: 0;
  padding: 0;
  float: right;
}

.divNav02 ul {
  background-image: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.divNav02 ul li {
  display: inline-block;
  background-image: none;
  padding: 0;
  list-style-type: none;
}

.divNav02 ul li a {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #4e4640;
}

.divNav02 ul li a::before {
  content: " • ";
}

.divNav02 ul li:first-child a::before {
  content: "";
}

.divNav02 ul li a:hover {
  text-decoration: underline;
}

/* Footer Menue */
.divFooterNav {
  position: relative;
  margin: 0;
  padding: 0;
  clear: both;
}

.divFooterNav ul {
  text-indent: 0;
  margin: 0 auto;
  padding: 0;
  max-width: 700px;
  clear: both;
}

.divFooterNav ul li.ebene1 {
  float: left;
  list-style-type: none;
  text-align: left;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
  max-width: 183px;
}

.divFooterNav ul li.ebene1:first-child {
  margin: 0;
}

.divFooterNav ul li.ebene1:nth-child(2) {
  /* manuelle Korrektur des optischen Abstandes */
  left: 5px;
}

.divFooterNav ul li.ebene1:nth-child(3) {
  /* manuelle Korrektur des optischen Abstandes */
  left: -10px;
}

.divFooterNav ul li.ebene1 a.ebene1 {
  font-weight: 600;
}

.divFooterNav ul.ebene2 {
  padding: 0 0 0 0;
  width: auto;
}

.divFooterNav ul li.ebene2 {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.divFooterNav ul li a {
  padding: 0;
  font-weight: normal;
  text-decoration: none;
  font-size: 0.9em;
  color: #4e4640;
}

.divFooterNav ul li a:hover, .divFooterNav ul li a:visited.hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------------------------*/
.divText {
  width: inherit;
  padding: 15px 0 0 0;
  line-height: 1.4em;
  min-height: 300px;
}

.divTextHome {
  padding-top: 30px !important;
}

.divTextInline {
  /* gilt fuer Seiten, die in der Floatbox geoeffnet werden*/
  background-color: #ffffff;
  text-align: left;
  padding: 10px;
}

.teaser {
  margin-bottom: 5px;
}

.kurztext {
  font-style: italic;
}

#divBilderleiste {
  width: 220px;
  float: right;
  text-align: left;
  padding: 0 0 0 10px;
}

#divBilderleiste img {
  margin-bottom: 10px;
}

.bildtext {
  clear: both;
  padding: 10px 0;
  font-size: 95%;
  font-style: italic;
  color: #e30010;
}

#divLinkBeitrag {
  /* Link auf einen anderen Menuebeitrag am Ende des Textes */
  margin-top: 10px;
}

.copyrightWrapper {
  padding: 40px 60px;
  color: #4e4640;
  font-size: 0.9em;
}

.copyrightWrapper .copyright {
  float: left;
}

.copyrightWrapper a {
  color: #4e4640;
  text-decoration: none;
}

.copyrightWrapper a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------------------------*/
/* Definitionen fuer die Navigationsleiste */
div.nbNavigationbar {
  margin: 0 0 10px 0;
  white-space: nowrap;
  background-color: #e30010;
  color: #ffffff;
  padding: 3px 5px 3px 5px;
}

/* extra div fuer neue Zeile mit der Ausgabe der Links fuer das Blaettern (fuer set break = true) */
div.nbNavigationbar div.nbLinks {
  margin: 1px 0 0 0;
  padding: 2px 0 3px 0;
  text-align: center;
}

/* Formatierung der Links in der Leiste */
div.nbNavigationbar a {
  padding: 2px 4px 2px 4px;
  text-decoration: none;
  color: #ffffff;
}

div.nbNavigationbar a:hover {
  background-color: #dbdfe2;
  color: #e30010;
}

/* Formatierung der nicht verlinkten Texte in der Leiste */
div.nbNavigationbar span {
  padding: 2px 4px 2px 4px;
}

div.nbNavigationbar span.hits {
  padding-right: 10px;
}

div.nbNavigationbar span.minus {
  padding: 2px 0;
}

/* Formatierung der aktuellen Seite in der Leiste */
div.nbNavigationbar span.aktuelleSeite {
  padding: 2px 4px 2px 4px;
  background-color: #dbdfe2;
  color: #e30010;
}

/*--------------------------------------------------------------------------------*/
/* Bloecke mit Text, Bild oder Include */
.boxWrapper {
  clear: both;
  padding: 171px 10px 0 10px;
  /* passend Textoberkante Absatz mit Schriftoberkante der Box (mit Kapitel 171px, ohne 148px) */
  position: relative;
  top: 0;
}

.boxWrapper.fixed {
  position: fixed;
}

body.coatings .boxWrapper {
  padding: 216px 10px 0 10px;
  /* passend kl. Diagramm mit Schriftoberkante der Box (nicht IE!) */
}

div.box01 {
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  text-align: left;
  width: 220px;
  background-color: #eef2f4;
  color: #222222;
  font-size: 0.95em;
  float: none;
}

div.box01Bezeichnung {
  display: block;
  margin: 0;
  padding: 3px 20px 3px 20px;
  background-color: #eef2f4;
  color: #222222;
  text-align: center;
  font-weight: normal;
}

div.box01Content {
  padding: 10px 20px;
}

.lapp_box_wrapper_footer div.box01Content {
  padding: 0 10px 0 0;
  line-height: 1.5em;
}

div.box01Content *:first-child {
  margin-top: 0;
}

div.box01Content * {
  margin-bottom: 0;
}

div.box01Include {
  padding: 0;
}

div.box01 a.box01Content, div.box01 a.box01Content:hover {
  text-decoration: none;
}

div.box01Image {
  padding: 0;
}

div.box01Liste {
  padding: 10px 20px;
}

div.box01 a {
  text-decoration: none;
}

div.box01 a:hover, div.box01 a:visited.hover {
  text-decoration: none;
}

/* Ausrichtung */
div.box01.box_l,
div.box01.box_l div.box01Bezeichnung {
  text-align: left;
}

div.box01.box_c,
div.box01.box_c div.box01Bezeichnung {
  text-align: center;
}

div.box01.box_r,
div.box01.box_r div.box01Bezeichnung {
  text-align: right;
}

/* Variationen */
div.box01.rot {
  background-color: #e30010;
  color: #ffffff;
}

div.box01.rot div.box01Bezeichnung {
  background-color: #e30010;
  color: #ffffff;
}

div.box01.gelb {
  background-color: #f9edb9;
}

div.box01.gelb div.box01Bezeichnung {
  background-color: #f9edb9;
}

div.box01.transparent {
  background-color: transparent;
}

div.box01.transparent div.box01Bezeichnung {
  background-color: transparent;
}

div.box01.box_2col {
  width: 50%;
  min-width: 140px;
}

div.box01.box_3col {
  width: 33.3%;
  min-width: 140px;
}

div.box01.box_4col {
  width: 25%;
  min-width: 140px;
}

div.box01.box_5col {
  width: 20%;
  min-width: 140px;
}

.lapp_footer_wrapper div.box01 {
  float: left;
}

/*--------------------------------------------------------------------------------*/
/* Newsletter-Box */
.newsletterbox {
  padding: 5px;
}

.newsletterbox #fieldEmail {
  width: 200px;
}

.newsletterbox div {
  padding: 5px 0 0 0;
  position: relative;
}

.newsletterbox .linkUnsubscribe {
  position: relative;
  top: 4px;
  color: #e30010 !important;
}

.newsletterbox .buttonSubscribe {
  position: absolute;
  right: 0;
}

/*--------------------------------------------------------------------------------*/
/* Breadcrumbmenue */
.divBreadcrumb {
  margin: 0;
  padding: 0 0 0 280px;
  text-align: left;
  color: #8b919c;
  min-height: 20px;
  line-height: 20px;
  font-size: 0.9em;
  position: relative;
}

.divBreadcrumb a {
  color: #8b919c;
  text-decoration: none;
  background-color: transparent;
}

.divBreadcrumb a:hover,
.divBreadcrumb a:visited.hover,
.divBreadcrumb a.aktiv,
.divBreadcrumb span.aktiv {
  color: #e30010;
  text-decoration: none;
  background-color: transparent;
}

/*--------------------------------------------------------------------------------*/
/* Meldungsboxen */
.box {
  padding: 5px;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  box-shadow: 3px 3px 5px #999999;
}

.messageBox {
  padding: 5px;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  margin-bottom: 25px;
  box-shadow: 3px 3px 5px #999999;
}

.messageBox div, .messageBox div.li {
  margin: 0;
  padding: 0;
}

.messageBoxError {
  padding: 5px;
  border: 1px solid #cc0000;
  background-color: #eeeeee;
  color: #cc0000;
  margin-bottom: 20px;
  box-shadow: 3px 3px 5px #999999;
}

.messageBoxError div, .messageBoxError div.li {
  color: #cc0000;
  text-indent: -9px;
  margin: 0 0 0 9px;
}

.messageBoxError a {
  color: #cc0000;
  text-decoration: underline;
}

.message_begin, .message_end {
  display: none;
}

/*--------------------------------------------------------------------------------*/
/* Signatur bei Druck */
#divSignatur {
  display: none;
  clear: both;
  padding: 20px 0 0 0;
}

/*--------------------------------------------------------------------------------*/
/* Empfehlen */
#divEmpfehlen .input {
  width: 200px;
}

/*--------------------------------------------------------------------------------*/
/* Text einer Fussnote (Datum eines Artikels usw.) */
.note {
  font-family: Helvetica, sans-serif;
}

/*--------------------------------------------------------------------------------*/
/* Projektfarben und -eigenschaften */
.web_schwarz {
  color: #000000 !important;
  border-color: #000000 !important;
}

.web_grau {
  color: #52656f !important;
  border-color: #52656f !important;
}

.web_rot {
  color: #e30010 !important;
  border-color: #e30010 !important;
}

.web_grau_hell {
  color: #52656f !important;
  border-color: #52656f !important;
}

.web_no_margin_top {
  margin-top: 0 !important;
}

.web_no_margin_bottom {
  margin-bottom: 0 !important;
}

.web_note {
  font-size: 0.67em;
}

.web_small {
  font-size: 75%;
  line-height: normal;
}

.web_align_right_padding_50 {
  text-align: right !important;
  padding-right: 50px !important;
}

.web_align_right_padding_40 {
  text-align: right !important;
  padding-right: 40px !important;
}

.web_align_right_padding_30 {
  text-align: right !important;
  padding-right: 30px !important;
}

.web_align_right_padding_25 {
  text-align: right !important;
  padding-right: 25px !important;
}

.web_align_right_padding_20 {
  text-align: right !important;
  padding-right: 20px !important;
}

.web_align_right_padding_15 {
  text-align: right !important;
  padding-right: 15px !important;
}

.web_align_right_padding_10 {
  text-align: right !important;
  padding-right: 10px !important;
}

.web_align_right_padding_5 {
  text-align: right !important;
  padding-right: 5px !important;
}

.web_no_wrap {
  white-space: nowrap;
}

.margin_top_1 {
  margin-top: 1px !important;
}

.margin_top_2 {
  margin-top: 2px !important;
}

.margin_top_3 {
  margin-top: 3px !important;
}

.margin_top_4 {
  margin-top: 4px !important;
}

.margin_top_5 {
  margin-top: 5px !important;
}

.margin_top_6 {
  margin-top: 6px !important;
}

.margin_top_7 {
  margin-top: 7px !important;
}

.margin_top_8 {
  margin-top: 8px !important;
}

.margin_top_9 {
  margin-top: 9px !important;
}

.margin_top_10 {
  margin-top: 10px !important;
}

.margin_top_11 {
  margin-top: 11px !important;
}

.margin_top_12 {
  margin-top: 12px !important;
}

.margin_top_13 {
  margin-top: 13px !important;
}

.margin_top_14 {
  margin-top: 14px !important;
}

.margin_top_15 {
  margin-top: 15px !important;
}

.margin_top_16 {
  margin-top: 16px !important;
}

.margin_top_17 {
  margin-top: 17px !important;
}

.margin_top_18 {
  margin-top: 18px !important;
}

.margin_top_19 {
  margin-top: 19px !important;
}

.margin_top_20 {
  margin-top: 20px !important;
}

.margin_bottom_1 {
  margin-bottom: 1px !important;
}

.margin_bottom_2 {
  margin-bottom: 2px !important;
}

.margin_bottom_3 {
  margin-bottom: 3px !important;
}

.margin_bottom_4 {
  margin-bottom: 4px !important;
}

.margin_bottom_5 {
  margin-bottom: 5px !important;
}

.margin_bottom_6 {
  margin-bottom: 6px !important;
}

.margin_bottom_7 {
  margin-bottom: 7px !important;
}

.margin_bottom_8 {
  margin-bottom: 8px !important;
}

.margin_bottom_9 {
  margin-bottom: 9px !important;
}

.margin_bottom_10 {
  margin-bottom: 10px !important;
}

.margin_bottom_11 {
  margin-bottom: 11px !important;
}

.margin_bottom_12 {
  margin-bottom: 12px !important;
}

.margin_bottom_13 {
  margin-bottom: 13px !important;
}

.margin_bottom_14 {
  margin-bottom: 14px !important;
}

.margin_bottom_15 {
  margin-bottom: 15px !important;
}

.margin_bottom_16 {
  margin-bottom: 16px !important;
}

.margin_bottom_17 {
  margin-bottom: 17px !important;
}

.margin_bottom_18 {
  margin-bottom: 18px !important;
}

.margin_bottom_19 {
  margin-bottom: 19px !important;
}

.margin_bottom_20 {
  margin-bottom: 20px !important;
}

.margin_left_1 {
  margin-left: 1px !important;
}

.margin_left_2 {
  margin-left: 2px !important;
}

.margin_left_3 {
  margin-left: 3px !important;
}

.margin_left_4 {
  margin-left: 4px !important;
}

.margin_left_5 {
  margin-left: 5px !important;
}

.margin_left_6 {
  margin-left: 6px !important;
}

.margin_left_7 {
  margin-left: 7px !important;
}

.margin_left_8 {
  margin-left: 8px !important;
}

.margin_left_9 {
  margin-left: 9px !important;
}

.margin_left_10 {
  margin-left: 10px !important;
}

.margin_left_11 {
  margin-left: 11px !important;
}

.margin_left_12 {
  margin-left: 12px !important;
}

.margin_left_13 {
  margin-left: 13px !important;
}

.margin_left_14 {
  margin-left: 14px !important;
}

.margin_left_15 {
  margin-left: 15px !important;
}

.margin_left_16 {
  margin-left: 16px !important;
}

.margin_left_17 {
  margin-left: 17px !important;
}

.margin_left_18 {
  margin-left: 18px !important;
}

.margin_left_19 {
  margin-left: 19px !important;
}

.margin_left_20 {
  margin-left: 20px !important;
}

.margin_right_1 {
  margin-right: 1px !important;
}

.margin_right_2 {
  margin-right: 2px !important;
}

.margin_right_3 {
  margin-right: 3px !important;
}

.margin_right_4 {
  margin-right: 4px !important;
}

.margin_right_5 {
  margin-right: 5px !important;
}

.margin_right_6 {
  margin-right: 6px !important;
}

.margin_right_7 {
  margin-right: 7px !important;
}

.margin_right_8 {
  margin-right: 8px !important;
}

.margin_right_9 {
  margin-right: 9px !important;
}

.margin_right_10 {
  margin-right: 10px !important;
}

.margin_right_11 {
  margin-right: 11px !important;
}

.margin_right_12 {
  margin-right: 12px !important;
}

.margin_right_13 {
  margin-right: 13px !important;
}

.margin_right_14 {
  margin-right: 14px !important;
}

.margin_right_15 {
  margin-right: 15px !important;
}

.margin_right_16 {
  margin-right: 16px !important;
}

.margin_right_17 {
  margin-right: 17px !important;
}

.margin_right_18 {
  margin-right: 18px !important;
}

.margin_right_19 {
  margin-right: 19px !important;
}

.margin_right_20 {
  margin-right: 20px !important;
}

.max_width_75pc {
  max-width: 75% !important;
}

.max_width_67pc {
  max-width: 67% !important;
}

.max_width_50pc {
  max-width: 50% !important;
}

.max_width_33pc {
  max-width: 33% !important;
}

.max_width_25pc {
  max-width: 25% !important;
}

/*--------------------------------------------------------------------------------*/
/* Trennung bei Auflistungen (z.B. News) */
.spacer {
  height: 10px;
  overflow: hidden;
}

/* Markierung von Suchwoertern */
span.suchwort {
  background-color: #ffff9c;
}

/*--------------------------------------------------------------------------------*/
/* Definitionen fuer Kommentare */
.divKommentare .headlineKommentare {
  margin: 70px 0 5px 0;
  padding: 0;
  font-weight: bold;
  font-style: italic;
  font-size: 28px;
  line-height: 20px;
  color: #7a7972;
}

.divKommentare .headlineNeuerKommentar {
  margin: 40px 0 5px 0;
  padding: 0;
  font-weight: bold;
  font-style: italic;
  font-size: 28px;
  line-height: 20px;
  color: #7a7972;
}

.divKommentare .headlineKommentar {
  margin: 40px 0 0 0;
  padding: 0;
  font-weight: bold;
  font-style: italic;
  font-size: 120%;
  color: #7a7972;
}

.divKommentare .alleKommentare {
  margin-top: 20px;
}

.divKommentare input.bewertung {
  margin-left: 20px;
}

.divKommentare img.bewertung {
  margin-top: 2px;
}

.divKommentare img.bewertungXvonY {
  float: right;
}

.divKommentare .formKommentar {
  margin: 0;
  padding: 0;
}

.divKommentare .formKommentar textarea {
  width: 99%;
  height: 100px;
}

.divKommentare .divKommentareFields {
  margin: 10px 0 10px 0;
}

.divKommentare .divKommentareFields input {
  margin-left: 0;
  width: 100%;
}

.divKommentare .divKommentareFields .divKommentareName,
.divKommentare .divKommentareFields .divKommentareEmail {
  display: inline-block;
  width: 95%;
  max-width: 350px;
  margin-right: 5%;
}

.divKommentare .divKommentareInfoLinks,
.divKommentare .divKommentarePflichtfelder,
.divKommentare .divKommentareInfoEmail {
  clear: both;
  font-size: 90%;
  color: #7a7972;
}

.divKommentare .divKommentareButton {
  text-align: right;
  padding-right: 20px;
}

/*--------------------------------------------------------------------------------*/
/* Social Media */
ul.lapp_social_media {
  text-align: left;
  margin: 0 0 0 60px;
  padding: 2em 0 0 0;
  text-indent: 0;
}

ul.lapp_social_media li {
  list-style-type: none;
  text-align: left;
  display: inline-block;
}

/*
ul.lapp_social_media li.facebook a {
    background: url(../../../images/facebook.gif) no-repeat;
    display: inline-block;
    width: 23px;
    height: 23px;
}
ul.lapp_social_media li.twitter a {
    background: url(../../../images/twitter.gif) no-repeat;
    display: block;
    width: 23px;
    height: 23px
}
ul.lapp_social_media li.youtube a {
    background: url(../../../images/youtube.gif) no-repeat;
    display: block;
    width: 23px;
    height: 30px
}
ul.lapp_social_media li.instagram a {
    background: url(../../../images/instagram_29.png) no-repeat;
    display: inline-block;
    width: 29px;
    height: 29px;
}*/
ul.lapp_social_media li.linkedin a {
  background: url(../../images/linkedin_48x48.png) no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 48px;
  height: 48px;
}

/*--------------------------------------------------------------------------------*/
/* Layouts */
.sectionWrapper {
  background-color: transparent;
  text-align: left;
  /* margin: 20px 0 0 0; */
  padding: 40px 0 0 60px;
}

.sectionWrapper:first-child {
  margin: 0;
  padding-top: 0;
}

.sectionWrapper.layout_no_padding {
  padding-top: 0;
}

.sectionWrapper.layout_no_margin {
  margin-top: 0;
}

.sectionWrapper.layout_padding_20 {
  padding-top: 20px;
}

.sectionWrapper.layout_padding_10 {
  padding-top: 10px;
}

.layout_1col, .layout_2col, .layout_21col, .layout_12col, .layout_3col {
  width: 100%;
  max-width: 920px;
  clear: both;
}

.layout_1col {
  max-width: 700px;
  position: relative;
  left: 220px;
}

.layout_2col_links {
  float: left;
  width: 100%;
  max-width: 340px;
  margin-left: 220px;
}

.layout_2col_rechts {
  float: right;
  width: 100%;
  max-width: 340px;
}

.layout_21col_links {
  float: left;
  width: 100%;
  max-width: 560px;
}

.layout_21col_rechts {
  float: right;
  width: 100%;
  max-width: 340px;
}

.layout_12col_links {
  float: left;
  width: 100%;
  max-width: 200px;
  position: relative;
}

.layout_12col_rechts {
  float: left;
  width: 100%;
  max-width: 700px;
  position: relative;
  left: 20px;
}

.layout_21col_links .layout_12col_rechts {
  /* Sonderfall fuer layout_coating_type_2col */
  max-width: 340px;
}

.layout_3col_links {
  float: left;
  width: 100%;
  max-width: 200px;
  position: relative;
}

.layout_3col_mitte {
  float: left;
  width: 100%;
  max-width: 340px;
  position: relative;
  left: 20px;
}

.layout_3col_rechts {
  float: left;
  width: 100%;
  max-width: 340px;
  position: relative;
  left: 40px;
}

.empty_col {
  clear: both;
  overflow: hidden;
  height: 1px;
}

/*--------------------------------------------------------------------------------*/
/* Definitionen verschiedener Elemente */
/* Liste der aktuellen Beitraege und Artikel */
.divListeNews {
  clear: both;
}

/* Listenblock */
.divListe {
  clear: both;
}

.divListe ul, .divListe ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.divListe a.title {
  display: block;
  text-decoration: none;
  /*margin-bottom: 7px;*/
}

.divListe .text {
  padding-bottom: 20px;
  position: relative;
}

.divListe .item-left .image {
  float: left;
  width: 160px;
}

.divListe .item-left .text {
  clear: none;
  margin-left: 175px;
}

.divListe .item-right .image {
  float: right;
  width: 160px;
}

.divListe .item-right .text {
  clear: none;
  margin-right: 175px;
}

.divListe .more {
  padding-left: 10px;
  display: inline;
}

/* Link zum Seitenbeginn und zurueck */
.templ_linkleiste {
  clear: both;
  padding: 75px 0 10px 0;
  position: relative;
  left: 280px;
  width: 100%;
  max-width: 700px;
}

.divTextHome .templ_linkleiste {
  padding-top: 0;
}

.templ_linkleiste a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9em;
  color: #4e4640;
}

.templ_linkleiste a:hover {
  text-decoration: underline;
}

.templ_linkleiste.ll_1col div {
  float: left;
  text-align: center;
}

.templ_linkleiste.ll_2col div {
  width: 50%;
  float: left;
  text-align: center;
}

.templ_linkleiste.ll_3col div {
  width: 33.3%;
  float: left;
  text-align: center;
}

.templ_linkleiste.ll_3col.ll_3col_212 div {
  width: 45%;
}

.templ_linkleiste.ll_3col.ll_3col_212 div:nth-child(2) {
  width: 10%;
}

.templ_linkleiste.ll_4col div {
  width: 25%;
  float: left;
  text-align: center;
}

.templ_linkleiste.ll_5col div {
  width: 20%;
  float: left;
  text-align: center;
}

.templ_linkleiste div:first-child {
  text-align: left;
}

.templ_linkleiste div:last-child {
  text-align: right;
}

/* Newsletter Archiv */
.templ_newsletter_archiv {
  clear: both;
}

/*--------------------------------------------------------------------------------*/
/* Floatbox Optionen */
#fbBox #fbInfoLink, #fbBox #fbPrintLink {
  font-weight: normal !important;
  padding-left: 20px !important;
  background: url(../../images/icons/print.gif) no-repeat;
}

/*--------------------------------------------------------------------------------*/
/* Menuesteuerung fuer Touchscreens */
body.lapp_touch .divHeader {
  min-height: 100px;
  padding: 0;
}

body.lapp_touch .divHeader .divMenuBar {
  position: relative;
  height: auto;
  /*top: -40px;*/
}

body.lapp_touch a.show_menu {
  display: block;
  padding: 0 5px 0 25px;
  position: relative;
  left: 4%;
  background-image: url(../../images/hamburger_menu.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  line-height: 40px;
  color: #ffffff;
}

body.lapp_touch a.show_menu:hover, a.show_menu:active {
  text-decoration: none;
}

/*body.lapp_touch .divHeader {
    !*min-height: 40px;*!
}
body.lapp_touch .divHeader .divMenuBar {
    position: relative;
    height: auto;
    !*top: -40px;*!
}
body.lapp_touch a.show_menu {
    display: inline-block;
    padding: 0 5px 0 25px;
    position: absolute;
    left: 270px;
    background-image: url(../../images/hamburger_menu.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    line-height: 40px;
    color: #ffffff;
}*/
body.lapp_touch .lapp_nav_wrapper {
  display: none;
  position: relative;
  /*top: 40px;*/
  left: 0;
  max-width: 100%;
  background-color: #e20000;
  z-index: 1000;
  padding-bottom: 3em;
}

body.lapp_touch .divNav01H {
  font-size: 110%;
}

body.lapp_touch .divNav01H li.ebene1 {
  float: none;
  margin-right: 0;
}

body.lapp_touch .divNav01H ul ul.ebene2 {
  visibility: visible;
  opacity: 1;
  position: relative;
}

body.lapp_touch .divNav01H ul ul ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  left: 1%;
  background-image: none;
  margin: 0;
}

body.lapp_touch .divNav01H li.ebene3 {
  background-color: transparent;
}

body.lapp_touch .divNav01H li.ebene3 a,
body.lapp_touch .divNav01H li.ebene3:hover a {
  color: inherit;
}

body.lapp_touch .divNav01H li.ebene2 a.aktiv {
  color: #e30010;
}

body.lapp_touch .divNav01H ul ul.ebene2 {
  max-width: none;
}

body.lapp_touch .divNav01H li li.ebene2.has_sub::after {
  content: "";
}

/*--------------------------------------------------------------------------------*/
/* Media-Queries */
.lapp_rd425_on {
  display: none;
}

@media only screen and (max-width: 1260px) {
  .mainWrapper {
    box-shadow: none;
  }

  .divHeader {
    height: auto;
    width: auto;
    overflow: hidden;
  }

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

  .divHeader a.logo {
    /*bottom: 3px;
    !* height: 11%; *!
    background-position: right center;*/
  }

  .contentWrapper img {
    max-width: 100%;
    height: auto;
  }

  .divRechts {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    float: left;
  }

  .divRechts .box01 {
    margin-right: auto;
    margin-left: auto;
  }

  .divRechts .boxWrapper,
.divRechts .boxWrapper.fixed {
    position: relative;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .divNav01H ul ul.ebene2 {
    min-width: 160px;
    max-width: 220px;
  }

  .divNav01H li li.ebene2.has_sub::after {
    content: "»";
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-delay: 0.1s;
    position: absolute;
    right: 5px;
    top: 1px;
  }

  .divNav01H li li.ebene2.has_sub:hover::after {
    opacity: 0;
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-delay: 0.1s;
  }
}
@media only screen and (max-width: 1000px) {
  .divHeader {
    min-height: 100px;
    padding: 0;
  }

  .divHeader .divMenuBar {
    position: relative;
    height: auto;
    /*top: -40px;*/
  }

  .divBreadcrumb {
    padding: 0 0 0 0;
  }

  .templ_linkleiste {
    left: 0;
  }

  a.show_menu {
    display: block;
    padding: 0 5px 0 25px;
    position: relative;
    left: 4%;
    background-image: url(../../images/hamburger_menu.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    line-height: 40px;
    color: #ffffff;
  }

  a.show_menu:hover, a.show_menu:active {
    text-decoration: none;
  }

  .lapp_lang_wrapper {
    display: none;
  }

  .lapp_nav_wrapper {
    display: none;
    position: relative;
    /*top: 40px;*/
    left: 0;
    max-width: 100%;
    background-color: #e20000;
    z-index: 1000;
    padding-bottom: 3em;
  }

  .lapp_nav_wrapper .lapp_lang_wrapper {
    display: block;
  }

  .divNav01H li.ebene1 {
    float: none;
    margin-right: 0;
  }

  .divNav01H li.ebene1 a.ebene1 {
    padding: 5px 10px;
  }

  .divNav01H ul ul.ebene2 {
    visibility: visible;
    opacity: 1;
    position: relative;
  }

  .divNav01H ul ul ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    left: 1%;
    background-image: none;
    margin: 0;
  }

  .divNav01H li.ebene3 {
    background-color: transparent;
  }

  .divNav01H li.ebene3 a,
.divNav01H li.ebene3:hover a {
    color: inherit;
  }

  .divNav01H li.ebene2 a.aktiv {
    color: #e30010;
  }

  .contentWrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

  .divLinks {
    display: none;
    background-color: #ffffff;
    box-shadow: 0 5px 10px #333333;
    padding: 0 5px 5px 5px;
    position: absolute;
    left: 0;
    z-index: 1000;
  }

  .divMitte {
    margin: 0;
    padding: 0;
  }

  .divMitte .divText {
    padding: 0;
  }

  .sectionWrapper {
    padding-left: 0;
  }

  .layout_1col {
    margin-left: 0;
    left: 0;
  }

  .layout_2col_links {
    margin-left: 0;
  }

  .layout_12col_links {
    max-width: 100%;
  }

  .layout_12col_links div * {
    text-align: left !important;
  }

  .layout_12col_rechts {
    float: none;
    clear: both;
    left: 0;
  }

  .layout_3col_links div * {
    text-align: left !important;
  }

  .layout_3col_mitte {
    clear: both;
    left: 0;
  }

  .layout_3col_rechts {
    left: 20px;
  }

  .divFooter {
    padding-left: 0;
    max-width: 700px;
    margin: 0 auto;
  }

  .divNav03 {
    margin: 0 0 0 0;
  }

  ul.lapp_social_media {
    margin-left: 0;
    margin-bottom: 2em;
  }

  .divFooter .footer_links {
    width: 50%;
    margin: 0 0 0 auto;
  }

  .divFooter .footer_rechts {
    width: 50%;
    text-align: right;
  }

  .divFooter .footer_rechts .illustration_controls {
    width: 101px;
    text-align: center;
    position: absolute;
    right: 0;
  }

  .divFooterNav {
    text-align: left;
  }

  .divFooterNav ul li.ebene1 {
    margin-right: 10px !important;
    padding: 0 0 20px 0;
    left: 0 !important;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .copyrightWrapper .copyright {
    float: none;
  }

  .divNav02 {
    float: none;
  }
}
@media only screen and (max-width: 750px) {
  .divBreadcrumb {
    padding: 0 0 0 17px;
  }

  .divFooter {
    padding-left: 17px;
  }

  .divFooter .footer_links,
.divFooter .footer_mitte {
    max-width: 700px;
    width: auto;
  }

  .divFooterNav ul li.ebene1 {
    min-width: 45%;
  }

  .sectionWrapper {
    padding-left: 17px;
  }

  .copyrightWrapper {
    padding-right: 17px;
    padding-left: 0;
  }

  .layout_3col_rechts {
    left: 0;
  }

  .layout_2col_rechts {
    float: left;
  }

  .layout_21col_rechts {
    float: left;
  }

  .visibility_7 {
    display: block;
  }

  .visibility_8 {
    display: none;
  }

  .templ_linkleiste {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .divHeader a.prev,
.divHeader a.next {
    background-size: auto 20%;
  }
  .divHeader .slick-prev,
.divHeader .slick-next {
    background-size: auto 20%;
  }
}
@media only screen and (max-width: 640px) {
  body a.show_menu,
body.lapp_touch a.show_menu {
    position: relative;
    left: 4%;
    max-width: 50%;
  }

  .divHeader a.logo {
    width: 52%;
  }

  .divHeader a.logo.logo_hidden {
    opacity: 0.3;
  }

  .divText {
    line-height: normal;
  }

  .sectionWrapper {
    padding-right: 10px;
  }

  .copyrightWrapper .copyright {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 425px) {
  .divHeader a.logo {
    left: 3%;
    top: 15px;
  }

  body a.show_menu,
body.lapp_touch a.show_menu {
    left: 3%;
  }

  div.box01.box_3col {
    width: 50%;
  }

  div.box01.box_4col {
    width: 50%;
  }

  div.box01.box_5col {
    width: 50%;
  }

  .divHeader .controls {
    text-align: center;
  }

  .lapp_rd425_off {
    display: none !important;
  }

  .lapp_rd425_on {
    display: initial;
  }
}
@media only screen and (max-width: 320px) {
  .divHeader a.logo {
    height: 50px;
    top: 15px;
  }
}
/*--------------------------------------------------------------------------------*/

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