/* 12.2.2020 ubo: Reparatur Sprung beim Scrollen in 2. Navigation
*/
/* ------------------------------------- HEADER ----------------------------------- */

html,
body {
  font-family: DINPro, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  position: relative;
  overflow-x: hidden;
  margin: 0;
  color: #555;
}

body {
  overflow: visible;
}

/* ------------------------------------- Schrift - Definitionen ----------------------------------- */

@font-face {
  font-family: 'DINPro-Light';
  src: url('/fileadmin/fonts/DINPro-Light.woff') format('woff');
  <!--
      Ergänzt um Fehler "Ensure text remains visible during webfont load"
      font-display: swap;
      -->
  font-display: swap;
}

@font-face {
  font-family: 'DINPro';
  font-style: normal;
  font-weight: 500;
  src: url('/fileadmin/fonts/DINPro.woff') format('woff');
  <!--
      Ergänzt um Fehler "Ensure text remains visible during webfont load"
      font-display: swap;
      -->
  font-display: swap;
}

/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: 'DINPro-Regular';
  font-style: normal;
  font-weight: 400;
  src: local('/fileadmin/fonts/DINPro-Regular'), url('/fileadmin/fonts/DINPro-Regular_13937.woff') format('woff');
  <!--
      Ergänzt um Fehler "Ensure text remains visible during webfont load"
      font-display: swap;
      -->
  font-display: swap;
}

@font-face {
  font-family: 'DINPro-Medium';
  src: url('/fileadmin/fonts/DINPro-Medium.woff') format('woff');
  font-style: normal;
  font-weight: 500;
  <!--
      Ergänzt um Fehler "Ensure text remains visible during webfont load"
      font-display: swap;
      -->
  font-display: swap;
}

@font-face {
  font-family: 'DINPro-Black';
  src: url('/fileadmin/fonts/DINPro-Black.woff') format('woff');
  <!--
      Ergänzt um Fehler "Ensure text remains visible during webfont load"
      font-display: swap;
      -->
  font-display: swap;
}

@font-face {
  font-family: 'DINPro-BlackItalic';
  src: url('/fileadmin/fonts/DINPro-BlackItalic.woff') format('woff');
  <!--
      Ergänzt um Fehler "Ensure text remains visible during webfont load"
      font-display: swap;
      -->
  font-display: swap;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0;
  border: 0;
}

a:focus {
  outline: none;
}

h1 {
  font-family: DINPro, Helvetica, Arial, sans-serif;
  font-size: 4.75em;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  color: #d21414;
}

h2 {
  font-family: DINPro-Medium, Helvetica, Arial, sans-serif;
  font-size: 3.0em;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
  color: #d21414;
}

h3 {
  font-family: DINPro-Medium, Helvetica, Arial, sans-serif;
  font-size: 3.0em;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  color: #555;
}

h4 {
  font-family: DINPro-Medium, Helvetica, Arial, sans-serif;
  font-size: 2.75em;
  font-weight: 500;
  line-height: 1.25;
  text-transform: none;
  color: #fff;
}

p {
  font-family: DINPro-Light, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5em;
}

/* ------------------------------------- Schrift - Farben ----------------------------------- */

.hellgrau {
  color: #f3f3f3;
}

.mittelgrau {
  color: #747474;
}

.grau {
  color: #555;
}

.dunkelgrau {
  color: #333;
}

.rot {
  color: #d21414;
}

/* ------------------------------------- Background - Farben -------------------------------- */

.bghellgrau {
  background-color: #f3f3f3;
}

.bgmittelgrau {
  background-color: #747474;
}

.bggrau {
  background-color: #555;
}

.bgdunkelgrau {
  background-color: #333;
}

.bgrot {
  background-color: #d21414;
}

.bgweissgrau {
  background-image: linear-gradient(white, #f3f3f3)
}

.bggrauweissgrau {
  background-image: linear-gradient(to bottom, #ececec, #fff, #ececec)
}

/* ------------------------------------- Header----------------------------------- */

header {
  color: #333;
  background-color: #333;
}

.fixed-navi {
  position: fixed;
  z-index: 200;
  top: 0;
  width: calc(100vw - 15px);
  /*
  padding-left: 30px;
  background-color: #fff;
  */
}

.serviceHeader {
  color: #fff;
  background-color: #333;
}

/* ------------------------------------- main ???? ---------------------------------- */

main {
  padding-top: 53px;
}

main img {
  /* bei 100% werden die Bilder alle automatisch hochgerendert und so vergrößert */
  width: 100%;
  /* width: auto; */
  height: auto;
}

/* --------------------------------- Abstände Content Elemente --------------------------------- */

.csc-space-before-extra-small {
  margin-top: 10px;
}

.csc-space-before-small {
  margin-top: 20px;
}

.csc-space-before-medium {
  margin-top: 30px;
}

.csc-space-before-large {
  margin-top: 40px;
}

.csc-space-before-extra-large {
  margin-top: 50px;
}

.csc-space-after-extra-small {
  margin-bottom: 10px;
}

.csc-space-after-small {
  margin-bottom: 20px;
}

.csc-space-after-medium {
  margin-bottom: 30px;
}

.csc-space-after-large {
  margin-bottom: 40px;
}

.csc-space-after-extra-large {
  margin-bottom: 50px;
}

/* ------------------------------------- SCHRIFTEN - spezifisch  ------------------------------ */

h1.h1rot {
  color: #d21414;
}

h1.h1hellgrau {
  color: #f3f3f3;
}

h1.h1mittelgrau {
  color: #747474;
}

h1.h1grau {
  color: #555;
}

h1.h1dunkelgrau {
  color: #333;
}

h2.h2rot {
  color: #d21414;
}

h2.h2hellgrau {
  color: #f3f3f3;
}

h2.h2mittelgrau {
  color: #747474;
}

h2.h2grau {
  color: #555;
}

h2.h2dunkelgrau {
  color: #333;
}

h2.h2dunkelgrau_teaser {
  font-size: 1.5em;
  color: #333;
}

h3.h3rot {
  color: #d21414;
}

h3.h3hellgrau {
  color: #f3f3f3;
}

h3.h3hellgrau-full-underline:after {
  color: #f3f3f3;
  border-bottom: 1px solid #d0d0d0;
}

h3.h3mittelgrau {
  color: #747474;
}

h3.h3mittelgrau-full-underline {
  padding-bottom: calc(31px);
  color: #747474;
  border-bottom: 1px solid #d0d0d0;
}

h3.h3mittelgrau-full-underline:after {
  line-height: 0;
  display: block;
}

/*h3.h3mittelgrau-full-underline:after, .h3:after, .h4:after {
    position: absolute;
    content: " ";
    background-color: #d21518;
}*/

h3.h3grau {
  color: #555;
}

h3.h3dunkelgrau {
  color: #333;
}

h3.h3gross {
  font-size: 1.35em;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  color: #747474;
}

h4.h4rot {
  color: #d21414;
}

h4.h4hellgrau {
  color: #f3f3f3;
}

h4.h4mittelgrau {
  color: #747474;
}

h4.h4grau {
  color: #555;
}

h4.h4dunkelgrau {
  color: #333;
}

h4.h4gross {
  font-size: 1.5em;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  color: #747474;
}

p.grösser16px {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.4444444444444em;
  text-transform: uppercase;
}

p.footer14px {
  font-size: 1.05em;
  font-weight: 570;
  line-height: 2;
  text-transform: none;
  /*word-wrap: break-word;*/
}

p.ordinary-text {
  font-size: 1.125em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}


/* ------------------------------------- TEXT - AUSRICHTUNG ------------------------------ */

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

b, strong {
  font-weight: bold;
}

/* ------------------------------------- DATEI - LINK ------------------------------ */

.big-link {
  color: #333;
  background-color: #f3f3f3;
}

.big-link .h4 {
  color: #747474;
}

.big-link a:hover,
.big-link a:focus,
.big-link a:active {
  text-decoration: none;
  color: #d21414;
}

.icon-arrowlight:before {
  font-size: 2em;
  top: 2.5em;
  content: "\203A" " ";
  color: #d21414;
}

.big-link .icon-arrowlight {
  /* font-size: 2.25em; */
  margin-left: 15px;
  color: #747474;
}

/* ------------------------------------- LINIEN ----------------------------------- */

hr {
  width: 200px;
  height: 0;
  margin-top: 10px;
  margin-bottom: 50px;
  color: #d21414;
  border: none;
  background: #d21414;
}

hr.h1-left {
  height: 0;
  margin-left: 0;
}

hr.h1-center {
  height: 0;
}

hr.h2-left {
  height: 0;
  margin-left: 0;
}

hr.h2-center {
  height: 0;
}

hr.h3-left {
  height: 0;
  margin-left: 0;
}

hr.h3-center {
  height: 0;
}

hr.h3-left-underline {
  width: 1200px;
  height: 0;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  border: 2px solid #df0f0f0;
}

hr.h4-left {
  height: 0;
  margin-left: 0;
}

hr.h4-center {
  height: 0;
}

hr.teaser {
  width: 10%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}

hr.footer {
  width: 20%;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 0;
}

/* ------------------------------------- Gliederung Standard (rote Rechtecke) ----------------------------------- */

ul.liststyle {
  font-size: 24px;
  margin: 0;
  padding: 0 20px;
  list-style-type: square;
  color: #d21414;
}

ul.liststyle p {
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
}

/* ------------------------------------- AUFLISTUNGEN (schwarze Rechtecke) ----------------------------------- */

.list-caro-black ul {
  margin-left: 1em;
  list-style: none;
}

.list-caro-black li {
  font-family: DINPro-Light, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.625em;
  padding-left: 1em;
  color: #333;
}

.list-caro-black li::before {
  position: absolute;
  left: 1em;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 0.5em;
  content: "";
  background-color: #333;
}

/* ------------------------------------- AUFLISTUNGEN (rote Rechtecke, graue Schrift) ----------------------------------- */

.list-caro-red ul {
  margin-left: -2em;
  list-style: none;
}

.list-caro-red li {
  font-family: DINPro-Light, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.625em;
  padding-left: 1em;
  color: #333;
}

.list-caro-red li::before {
  position: absolute;
  left: 1em;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 0.5em;
  content: "";
  background-color: #d21414;
}

/* ------------------------------------- AUFLISTUNGEN (rote Rechtecke, hellgraue Schrift) ----------------------------------- */

.list-caro-lightgrey ul {
  margin-left: -2em;
  list-style: none;
}

.list-caro-lightgrey li {
  font-family: DINPro-Light, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.625em;
  padding-left: 1em;
  color: #f3f3f3;
}

.list-caro-lightgrey li::before {
  position: absolute;
  left: 1em;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 0.5em;
  content: "";
  background-color: #d21414;
}

/* ------------------------------------- AUFLISTUNGEN Nummeriert schwarz (1,2,3, ...) ----------------------------------- */

.list-numbered-black ol {
  margin-left: 1em;
  list-style: none;
  counter-reset: section;
}

.list-numbered-black li {
  font-family: DINPro-Light, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.625em;
  color: #333;
}

.list-numbered-black > li {
  position: relative;
  margin-bottom: 1.5em;
}

.list-numbered-black li::before {
  line-height: 1.25em;
  position: absolute;
  left: 1.5em;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 0.15em;
  margin-right: 0.5em;
  content: counter(section);
  counter-increment: section;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #333;
}

/* ------------------------------------- AUFLISTUNGEN Nummeriert rot (1,2,3, ...) ----------------------------------- */

.list-numbered-red ol {
  margin-left: 1em;
  list-style: none;
  counter-reset: section;
}

.list-numbered-red li {
  font-family: DINPro-Light, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.625em;
  color: #333;
}

.list-numbered-red > li {
  position: relative;
  margin-bottom: 1.5em;
}

.list-numbered-red li::before {
  line-height: 1.25em;
  position: absolute;
  left: 1.5em;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 0.15em;
  margin-right: 0.5em;
  content: counter(section);
  counter-increment: section;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #d21414;
}

/* ------------------------------------- AUFLISTUNGEN Nummeriert hellgrau (1,2,3, ...) ----------------------------------- */

.list-numbered-lightgrey ol {
  margin-left: 1em;
  list-style: none;
  counter-reset: section;
}

.list-numbered-lightgrey li {
  font-family: DINPro-Light, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.625em;
  color: #f3f3f3;
}

.list-numbered-lightgrey > li {
  position: relative;
  margin-bottom: 1.5em;
}

.list-numbered-lightgrey li::before {
  line-height: 1.25em;
  position: absolute;
  left: 1.5em;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 0.15em;
  margin-right: 0.5em;
  content: counter(section);
  counter-increment: section;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #d21414;
}

/* ------------------------------------- TABELLE NEBEN BILD ----------------------------------- */

.dl-horizontal dt {
  width: 180px;
  text-align: left;
}

.tabelle-auflistung-bild-links ul {
  font-size: 24px;
  margin: 0;
  padding: 0px 18px;
  list-style-type: square;
  color: #d21414;
}

.tabelle-auflistung-bild-links p {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
  color: #333;
}

dl.tabelle-auflistung-bild-links dl-horizontal {
  margin: 0em 0;
  padding: 0;
}

.tabelle-auflistung-bild-links dt, dd {
  font-size: 1.125em;
  line-height: 1.7em;
  padding: 0.4em 0 0.4em;
}

.tabelle-auflistung-bild-links dd {
  margin: 0;
  /* padding-left: 15.8em;*/
  padding-left: 10.8em;
  border-bottom: solid 1px #d0d0d0;
}

/* ------------------------------------- Suchbox Hamburger ----------------------------------- */

#hamburger .tx-kesearch-pi1 .kesearchbox {
  width: 100%;
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #777;
  background-color: transparent;
}

#hamburger .tx-kesearch-pi1 .kesearchbox input#ke_search_sword {
  width: calc(100% - 40px);
}

#hamburger .tx-kesearch-pi1 .kesearchbox button#kesearch_submit {
  background-color: transparent;
}

/* ------------------------------------- Suchbox ----------------------------------- */

.tx-kesearch-pi1 .kesearchbox {
  width: 220px;
  padding: 2px;
  background-color: #333;
}

.tx-kesearch-pi1 .kesearchbox input {
  padding: 5px;
}

.tx-kesearch-pi1 .kesearchbox label {
  display: none;
}

.tx-kesearch-pi1 .kesearchbox input#ke_search_sword {
  position: relative;
  top: -5px;
  display: block;
  float: left;
  width: 140px;
  padding: 5px;
  border-radius: 0;
}

.tx-kesearch-pi1 .kesearchbox button#kesearch_submit {
  font-size: 20px;
  position: relative;
  top: -5px;
  left: 5px;
  display: block;
  float: left;
  width: 20px;
  height: 30px;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #333;
}

form#form_kesearch_pi1 {
  top: 2px;
  display: block;
}

.sucheoben,
.closesearch {
  font-size: 20px;
  position: absolute;
  z-index: 10000;
  top: 7px;
  right: 30px;
  cursor: pointer;
  opacity: 0.8;
  color: #fff;
}

.search-toggle {
  position: absolute;
  right: 30px;
  overflow: hidden;
  width: 0;
  margin-top: 5px;
}

input.search-form {
  padding: 3px;
  border: 1px solid #898989;
}

#kesearch_results img {
  width: inherit;
}

#container {
  position: absolute;
  top: -6px;
  right: 20px;
  width: 50px;
}

/* ------------------------------------- SUCHERGEBNISSEITE ----------------------------------- */

main .tx-kesearch-pi1 {
  margin-top: 40px;
}

main .tx-kesearch-pi1 .kesearchbox {
  width: auto;
  background-color: transparent;
}

main .tx-kesearch-pi1 .kesearchbox input#ke_search_sword {
  width: 300px;
}

main .tx-kesearch-pi1 .kesearchbox button#kesearch_submit {
  color: #5c5c5b;
  background-color: transparent;
}

/* ------------------------------------- HAMBURGER ----------------------------------- */

.headerFixed {
  position: fixed;
  z-index: 1000;
  width: 100vw;
}

#hamburger {
  background-color: #333;
}

#hamburger img {
  width: 50%;
  max-width: 200px;
  height: auto;
  padding: 10px 15px;
}

#hamburger ul.nav {
  margin: 0;
}

/* hover über 1.+ 2. Ebene */
#hamburger ul.nav a:hover {
  color: #d21414;
}

/* focus auf über 1.+ 2. Ebene */
/*wenn ausgewählt*/
#hamburger ul.nav a:focus {
  color: #777;
}

#hamburger ul.navbar-nav > li.dropdown > a.dropdown-text {
  float: left;
  width: 80%;
}

#hamburger ul.navbar-nav > li.dropdown > a.dropdown-caret {
  float: right;
  width: 20%;
}

#hamburger #navbar {
  padding: 0;
  border-top: 0;
}

#hamburger .caret {
  position: relative;
  top: 5px;
  float: right;
  margin-right: 6px;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

#hamburger a:focus {
  color: #fff;
}

#hamburger button {
  z-index: 1000;
}

#hamburger .dropdown a {
  text-transform: uppercase;
  color: #fff;
}

#hamburger .dropdown a:focus,
#hamburger .dropdown a:hover {
  color: #777;
}

#hamburger .navbar-toggle {
  margin-right: 5px;
  border: 0;
}

#hamburger .navbar-default .navbar-toggle:focus,
#hamburger .navbar-default .navbar-toggle:hover {
  background-color: transparent;

}

#hamburger .active a,
#hamburger .open a {
  background-color: transparent;
}

#hamburger .active > a,
#hamburger .open > a {
  color: #d21414;
}

#hamburger .navbar-collapse {
  padding: 0;
  border-top: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#hamburger .navbar-collapse.collapse {
  display: none !important;
}

#hamburger .navbar-collapse.collapse.in {
  display: block !important;
}

#hamburger .collapsing {
  overflow: hidden !important;
}

#hamburger .navbar-toggle.collapsed > span.icon-bar {
  left: 0;
  height: 3px;
  margin: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

#hamburger button.navbar-toggle.collapsed > span:nth-child(2) {
  top: 0px;
}

#hamburger button.navbar-toggle.collapsed > span:nth-child(3) {
  top: 5px;
}

#hamburger button.navbar-toggle.collapsed > span:nth-child(4) {
  top: 10px;
}

#hamburger button.navbar-toggle > span.icon-bar {
  position: relative !important;
  display: block !important;
  width: 20px;
  height: 2px;
}

#hamburger button.navbar-toggle > span:nth-child(2) {
  top: 12px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#hamburger button.navbar-toggle > span:nth-child(3) {
  left: -60px;
  opacity: 0;
}

#hamburger button.navbar-toggle > span:nth-child(4) {
  top: 0;
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#hamburger .hamburger_suche {
  padding: 10px 15px;
  padding-top: 0;
}

#hamburger .open > .dropdown-menu {
  display: block;

}

/* ------------------------------------- Erste Navigationsebene ----------------------------------- */

.navbar-brand {
  position: relative;
  float: none;
  padding: 0;
}

.navbar-brand img {
  width: 50%;
}

.mainNavigation {
  overflow: hidden;
  height: 72px;
  padding: 18px 0;
  background-color: #333;
}

.mainNavigation ul {
  margin: 0 !important;
  padding-bottom: 20px;
}

.mainNavigation .nav-tabs > li {
  margin-bottom: 0;
}

.mainNavigation .nav > li > a {
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px 0px;
  padding-top: 7px;
  padding-bottom: 3px;
}

.mainNavigation li a:hover,
.mainNavigation li a:focus,
.mainNavigation li a:active {
  padding-bottom: 3px;
  color: #fff !important;
  border: 0;
  border-bottom: 2px solid #fff !important;
  background-color: transparent !important;
}

.mainNavigation .mainnav_outer {
  overflow-x: scroll;
  overflow-y: hidden;
  margin: 0 30px;
}

.navbar-default {
  border-color: transparent;
  background-color: transparent;
}

.mainNavigation li.active > a {
  color: #fff;
  border: 0;
  border-bottom: 2px solid #d21414;
  background-color: transparent;
  margin-bottom: 3px;
}

.mainNavigation li.active > a:hover {
  padding-bottom: 3px;
  border: 0;
  border-bottom: 2px solid #d21414;
}

.navbar {
  margin-bottom: 0;
}

.navbar-form {
  display: none;
}

.nav-tabs.nav-justified > li > a {
  border: none;
  border-radius: 0;
}

ul.nav {
  overflow-x: auto;
  width: 100%;
  margin: 0 20px;
  white-space: nowrap;
}

/* - 1. navigationsebene - Menübeschriftung - */
ul.nav a {
  font-family: DINPro, Helvetica, Arial, sans-serif;
  font-size: 1.07em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  border-radius: 0;
}

ul.nav a:hover {
  color: #1acccc;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: none;
}

ul.nav a:hover {
  color: #5c5c5b;
  background-color: #fff;
}

ul.nav li.open a {
  color: #5c5c5b;
}

ul.nav .dropdown-submenu ul a {
  color: #5c5c5b;
}

ul.nav_second {
  list-style-type: none;
}

ul.nav_second a {
  color: #fff !important;
}

.navOuter {
  overflow: hidden;
  height: 40px;
}

/* ------------------------------------- Zweite Navigationsebene ----------------------------------- */

.subnavOuter {
  overflow-y: hidden;
  height: 36px;
}

.subnav_outer {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 30px;
}

ul.subnav {
  height: 70px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.secondNavigation .nav > li {
  display: inline-block;
  padding-top: 5px;
}

.secondNavigation .nav > li > a {
  display: inline-block;
  margin-right: 10px;
  margin-left: 15px;
  padding: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Menüpunkt im Focus*/
.secondNavigation .subnav li a:hover,
.secondNavigation .subnav li a:focus,
.secondNavigation .subnav li a:active {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff !important;
  border: 0;
  border-bottom: 2px solid #fff !important;
  background-color: transparent !important;
}

/* Menüpunkt aktiv*/
.secondNavigation li.active > h1 {
  color: #fff;
  border: 0;
  border-bottom: 2px solid #d21414;
  /* padding-bottom: 3px; */
  background-color: transparent;
}

.secondNavigation li.active > a {
  color: #fff;
  border: 0;
  border-bottom: 2px solid #d21414;
  background-color: transparent;
}

.secondNavigation li.active > a:hover {
  padding-bottom: 7px;
  border: 0;
  border-bottom: 2px solid #d21414;
}

/* ------------------------------------- Navigationspfeile ----------------------------------- */

.arrowNav,
.arrowSubNav {
  position: absolute;
  top: 8px;
  display: none;
  cursor: pointer;
  color: #fff;
}

/* Navigationspfeil links */
.prevNav,
.prevSubNav {
  left: 0;
  border-right: 1px solid #fff;
}

.prevNav span,
.prevSubNav span {
  padding-right: 1em;
}

.nextNav,
.nextSubNav {
  right: 0;
  border-left: 1px solid #fff;
}

.nextNav span,
.nextSubNav span {
  padding-left: 1em;
}

/* ------------------------------------- Sticker ----------------------------------- */

ul.sticky {
  position: fixed;
  z-index: 10000;
  display: block;
  height: 100px;
}

.planigraphTabs {
  z-index: 10000 !important;
  margin: 0;
  /* Hintergrundfarbe auf Breite Normal */
  background-color: #ececec;
}

#tabNav {
  z-index: 100 !important;
  /* Hintergrundfarbe auf Breite float */
  /*background-color: #FFF;*/
  background-color: #ececec;
}

/* ------------------------------------- VIDEO responsive einbinden by mg, 15.01.2017 ----------------------------------- */

.embed-container {
  position: relative;
  overflow: hidden; /* ratio 16x9 */
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}

.embed-container iframe {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}

/* ------------------------------------- ROOTLINE ----------------------------------- */

.breadcrumb {
  display: none;
}

ul.rootline {
  display: inline-block;
  margin: 0;
  margin-top: 8px;
  padding: 0;
}

.rootline ul {
  list-style-type: none;
}

.rootline li {
  font-size: 12px;
  display: none;
  margin: 0 0.2em;
  color: #fff;
}

.rootline li:first-child {
  display: inline-block;
}

.rootline li a {
  font-family: DINPro, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-stretch: condensed;
  display: inline-block;
  margin: 0 0.2em;
  text-decoration: none;
  color: #fff;
}

/* Rootline aktiv*/
.rootline li a:hover,
.rootline li a:focus,
.rootline li a:active {
  padding-bottom: 3px;
  color: #fff !important;
  border: 0;
  border-bottom: 2px solid #fff;
  background-color: transparent !important;
}

/* ------------------------------------- SCROLL-MENU ----------------------------------- */

#ankerNavigationContainer {
  position: fixed;
  z-index: 1000;
  overflow: hidden;
  height: 40px;
}

#ankerNavigation {
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 600px;
  min-width: 100%;
  height: 70px;
  background-color: #fff;
}

#ankerNavigation ul {
  overflow-x: scroll;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#ankerNavigation li {
  display: inline-block;
  margin: 0.2em 0;
  margin-right: 1em;
  padding: 0.5em 1em;
  background-color: #d9dadb;
}

#ankerNavigation li a {
  color: #333;
}

/* ------------------------------------- TAB-NAVIGATION ----------------------------------- */

.tab-navigation-fixiert #tabNav.fixed {
  position: fixed;
  top: 70px;
  /*background-color: #FFF;*/
  display: block;
  width: inherit;
  background-color: #ececec !important;
}

main .nav-tabs.nav-justified {
  margin: 0;
  /*border-bottom: 1px solid #ddd;*/
  background-color: #ececec !important;
}

main .nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%;
}

main .planigraphTabs h2,
main .planigraphTabs .beschriftungtabs {
  font-family: DINPro-Medium, Helvetica, Arial, sans-serif;
  font-size: 0.88em;
  font-weight: 500;
  text-align: center;
  color: #333;
}

main .planigraphTabs li {
  padding: 10px 15px;
}

main .planigraphTabs li.active {
  background: #fff;
}

main .planigraphTabs li:hover {
  background: #fff;
}

main .planigraphTabs li.active h2,
main .planigraphTabs li.active .beschriftungtabs {
  text-align: center;
  color: #d21414;
}

main .tab-navigation .tab-content {
  /*padding: 1em 0 0 0;*/
  position: relative;
  /* top: -1px; */
  box-sizing: border-box;
}

/* ------------------------------------- TAB nicht fixiert ----------------------- */

.nav-tabs {
  border-bottom: 0;
}

.tab-in-tab ul {
  overflow: hidden;
}

.nav-tabs a {
  cursor: pointer
}

/* ------------------------------------- TAB ALGEMEINs ----------------------- */

.tab-content > .tab-pane {
  /* display: block !important; */
  overflow: hidden;
  height: 0;
}

.tab-pane.active {
  visibility: visible;
  height: auto;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  /* display: block; */
  height: 0;
  overflow-y: hidden;
}


/* ------------------------------------- KONTAKT FOOTER----------------------------------- */

.kontaktfooter {
  position: relative;
  overflow-x: hidden;
}

.kontaktfooter .front {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.kontaktfooter .imageContainer {
  width: 250%;
}

.kontaktfooter p {
  font-family: DINPro-Medium;
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.kontaktfooter p .red {
  color: rgb(210, 20, 20);
}

.kontaktfooter .linie {
  display: inline-block;
  width: 60px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 60px;
  background: rgb(210, 20, 20);
}

.kontaktfooter .button {
  font-family: DINPro-Medium;
  font-size: 20px;
  font-weight: 400;
  z-index: 7;
  display: inline-block;
  visibility: inherit;
  margin: 0;
  padding: 10px 25px;
  cursor: pointer;
  transition: none 0s ease 0s;
  transform: translate3d(0px, 0px, 0px);
  transform-origin: 50% 50% 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border: solid 4px rgb(210, 20, 20);
  outline: currentcolor none medium;
  background-color: rgba(116, 116, 116, 0.35);
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
}

.kontaktfooter .button:hover {
  text-decoration: none;
  background: #333;
}

/* ------------------------------------- Footer----------------------------------- */

footer {
  padding-top: 15px;
}

footer > div {
  display: table-cell; /* Make elements inside the container behave like table cells */
}

/* Schrift der Auflistungen */
.footerClass {
  padding-right: 5px;
  word-wrap: break-word;
  color: #c0c0c0;
  background-color: #333;
}

/* Überschriften */
.footerClass a {
  text-decoration: none;
  color: #c0c0c0; /* Unterstrich bei Link entfernen */
}

.footerClass a:hover {
  text-decoration: none;
  color: #fff; /* Unterstrich bei Link entfernen */
}

/* Auflistungen */
.footerClass h4 {
  font-size: 1.3em;
  line-height: 1.8;
  color: #c0c0c0;
}

ul.footerClass-fa-ul {
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  line-height: 1.8;
}

footerClass-li-item li {
 padding: 5.5px 0;
 margin-left: 0;
}

div.footerClass-li-item-content {
  margin-left: 20px;
}

.footerClass-li-icon {
  text-align: center;
  color: #d21414;
}

.footerClass .icon-wrapper {
  /* display: table; */
  float: left;
}

.footerClass h4:hover {
  color: #fff;
  background-color: transparent;
}

footer > div {
  margin-bottom: 15px;
}

/* Footer-Navigation gleiche Höhe */
footer > div:nth-child(3),
footer > div:nth-child(5) {
  clear: both;
}

/* ------------------------------------- FooterBottom ---------------------------------- */
.footerBottom {
  line-height: 1.5em;
  height: auto;
  padding: 10px;
  color: #c0c0c0;
  background-color: #262626;
}

.footerBottom a {
  padding: 15px;
  color: #c0c0c0;
}

.footerBottom a:hover {
  text-decoration: none;
  color: #d21414; /* Unterstrich bei Link entfernen */
}

.footerBottom h3 {
  line-height: 3px;
  text-transform: uppercase;
  color: #c0c0c0;
  background-color: #d21414;
}

/* ------------------------------------- STARTSEITE ----------------------------------- */

#c13196 .csc-textpic-center-inner {
  float: left;
  width: 40%;
  margin-left: 30%;
}

/* --- HOME-Button in 2. Navigationsebene --- */
.fa-lg {
  color: #c0c0c0;
}

.fa-lg:focus {
  color: #678261;
}

.fa-lg:hover {
  color: #fff;
}

.fa-lg:active {
  color: #fff;
}

/* ------------------------ DATEILINKS ----------------------------------------*/

.ce-uploads {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ce-uploads li {
  font-size: 1.125em;
  line-height: 1.1em;
  position: relative;
  padding-top: 0em;
  padding-right: .375em;
  padding-bottom: 4em;
  padding-left: 1.5em;
  border-bottom: solid 1px #d9d9d9;
  background: url(../system/icon/file_pdf.png) no-repeat;
}

/*blendet Zeile .ce-uploads-filesize aus */
.ce-uploads-filesize {
  font-size: 1px;
  line-height: 1px;
  display: none !important;
  color: transparent;
}

.list__link {
  font-family: DINPro, Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333 !important;
}

.list__link a {
  display: block;
  cursor: pointer;
}

.list__link:hover {
  text-decoration: none;
  color: #d21414 !important;
}

.fileDesc {
  float: left;
  width: 100%;
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  padding-left: 2em;
}

.fileSize {
  float: left;
  width: 100%;
  padding-left: 2em;
  text-align: left;
  text-transform: uppercase;
}

/* ------------------------------------- TABELLENLAYOUT ----------------------------------- */

table {
}

.contenttable.contenttable-0 {
  width: 100%;
  max-width: 100%;
  background-color: #ececec;
}

.contenttable.contenttable-0 th {
  font-size: 1.2em;
  line-height: 1.6em;
  padding: 8px;
  text-align: left;
  background-color: #fff;
}

.contenttable.contenttable-0 tr {
  border: 1px solid #c3c3c3;
}

.contenttable.contenttable-0 td {
  padding: 8px;
}

.contenttable.contenttable-0 tr:nth-child(2n) {
  background-color: #fff;
}

.caption {
  color: #d21414;
}

.contenttable.contenttable-0 .tfoot {
  background-color: #c3c2c1;
}

.contenttable.contenttable-0 .tbody {
  border: 0;
}

/* ------------------------------------- BILDER ----------------------------------- */

.bild-spalte-links figure img {
  width: 80%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.bild-spalte-rechts .csc-textpic-imagewrap {
  float: right;
  /*width: 80%;*/
  max-width: 100%;
  height: auto;
  margin: 0;
}

/*.bild-spalte-rechts img {
    max-width: 100%;
    width: 80%;
    height: auto;
    margin: 0;
    float: right;
}*/

/* ------------------------------------- BILDER TEASER ----------------------------------- */

.bild-text-teaser figure {
  display: inline-block;
  overflow: hidden;
  -moz-transition: all .5s ease-out 0s;
  -ms-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
  background: white;
}

/* BILD */
.bild-text-teaser figure img {
  -moz-transition: all .5s ease-out 0s;
  -ms-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

/*  Texthintergrund  */
.bild-text-teaser .csc-textpic-text {
  padding: 1px 20px 10px 20px;
  background-color: #f3f3f3;
}

.bild-text-teaser .csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}

.bild-text-teaser figure:hover {
  /*background: #FFDB93;*/
  /*border: 1px solid orange;*/
}

.bild-text-teaser figure:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1.2;
}

/*  Texttitel  */
/*.bild-text-teaser .h3gross{
    font-size: 1.25em;
  }*/

/*.bild-text-teaser .grösser16px{
    font-size: 0.25em;
  }*/

/* ------------------------------------- TABLE ----------------------------------- */
/*.ce-table {
   width: 100%;
   max-width: 100%;
}
.ce-table th,
.ce-table td {
   padding: 0.5em 0.75em;
   vertical-align: top;
}
.ce-table thead th {
   border-bottom: 2px solid #dadada;
}
.ce-table th,
.ce-table td {
   border-top: 1px solid #dadada;
}
.ce-table-striped tbody tr:nth-of-type(odd) {
   background-color: rgba(0,0,0,.05);
}
.ce-table-bordered th,
.ce-table-bordered td {
   border: 1px solid #dadada;
}*/

/* ------------------------------------- SPINNER ----------------------------------- */

#spinner {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  padding-top: 40vh;
  background-color: rgba(51, 51, 51, 0.8);
}

#spinner.spinner-is-visible {
  display: block;
}

.sk-cube-grid {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.sk-cube-grid .sk-cube {
  float: left;
  width: 33%;
  height: 33%;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  background-color: #888;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}


/* ------------------------------------- bootstrap - buttons ---------------------------- */
.btn-danger {
  color: #fff;
  background-color: #d21414;
  border-color: #d21414;
}

.btn-danger:active {
  background-color: #d21414;
  border-color: #d21414;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.075) inset, 0 0 8px rgba(190, 190, 190, 0.6));
  outline: 0 none;
}

/* ------------------------------------- MEDIA SCREEN ----------------------------------- */

@media screen and (max-width: 767px) {

  .navbar-header a.navbar-brand {
    display: block;
    width: 100px;
    margin-top: 8px;
    margin-left: 15px !important;
  }

  .navbar-brand img {
    width: 100%;
    height: auto;
  }

  .navbar-collapse {
    padding: 0;
  }

  .nav_second {
    display: none;
  }

  .p-1 .secondNavigation {
    display: none;
  }

  .secondNavigation {
    display: block;
    height: 40px;
    border-radius: 0;
    background-color: #555;
  }

  .secondNavigation > .row {
    background-color: #555;
  }

  .secondNavigation img {
    position: relative;
    top: -3px;
    width: 16px;
    height: auto;
  }

  #ankerNavigationContainer {
    position: relative;
  }

  #ankerNavigationContainer.fixed {
    position: fixed;
    top: 36px;
    display: block;
    width: 100%;
    background-color: #fff;
  }

  h1, h1.h1rot, h1.h1hellgrau, h1.h1grau, h1.h1dunkelgrau {
    font-size: 2.25em;
  }

  h2, h2.h2rot, h2.hellgrau, h2.h2grau, h2.h2dunkelgrau {
    font-size: 2.25em;
  }

  h3, h3.h3rot, h3.h3hellgrau, h3.h3grau, h3.h3dunkelgrau, h3.h3mittelgrau, h3.h3gross {
    font-size: 2.00em;
  }

  h4, h4.h4rot, h4.h4hellgrau, h4.h4grau, h4.h4dunkelgrau, h4.h4mittelgrau, h4.h4gross {
    font-size: 1.50em;
  }

  hr {
    width: 120px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 35px;
  }

  hr.h1-left {
    width: 120px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 35px;
    align: left;
  }

  hr.h1-center {
    width: 120px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 35px;
  }

  hr.h2-left {
    width: 40px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 35px;
    align: left;
  }

  hr.h2-center {
    width: 40px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 35px;
  }

  hr.h3-left {
    width: 40px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 35px;
    align: left;
  }

  hr.h3-center {
    width: 40px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 35px;
  }

  hr.h4-left {
    width: 40px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 35px;
    align: left;
  }

  hr.h4-center {
    width: 40px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 35px;
  }

  .tabelle-auflistung-bild-links dd {
    padding-left: 3.0em;
  }

}

@media screen and (min-width: 691px) {

  /* Dateiliste - kein Umbruch über 690px */
  .fileDesc {
    display: block;
    float: left;
    width: 75%;
    padding-top: 1.1em;
  }

  .fileSize {
    display: block;
    float: right;
    width: 25%;
    padding-top: 1.1em;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {

  .headerFixed {
    position: relative;
    width: calc(100vw - 15px);
  }

  main {
    padding-top: 0 !important;
  }

  .navbar-header a.navbar-brand {
    display: block;
    width: 100px;
    margin-top: 8px;
    margin-left: 15px !important;
  }

  .navbar-brand img {
    width: 100%;
    height: auto;
  }

  .navbar-collapse {
    padding: 0;
  }

  .nav_second {
    display: none;
  }

  .p-1 .secondNavigation {
    display: none;
  }

  .secondNavigation {
    display: block;
    height: 40px;
    border-radius: 0;
    background-color: #555;
  }

  .secondNavigation > .row {
    background-color: #555;
  }

  .secondNavigation img {
    position: relative;
    top: -3px;
    width: 16px;
    height: auto;
  }

  #ankerNavigationContainer {
    position: relative;
  }

  #ankerNavigationContainer.fixed {
    position: fixed;
    top: 36px;
    display: block;
    width: 100%;
    background-color: #fff;
  }

  h1, h1.h1rot, h1.h1hellgrau, h1.h1grau, h1.h1dunkelgrau {
    font-size: 1.87em;
  }

  /*  h2, h2.h2rot, h2.h2hellgrau, h2.h2grau, h2.h2dunkelgrau {
    font-size: 1.48em;
    }*/
  h3, h3.h3rot, h3.h3hellgrau, h3.h3grau, h3.h3dunkelgrau, h3.h3mittelgrau, h3.h3gross {
    font-size: 1.10em;
  }

  /*
    h4, h4.h4rot, h4.h4hellgrau, h4.h4grau, h4.h4dunkelgrau, h4.h4mittelgrau, h4.h4gross {
    font-size: 3.75em;
    }*/
  /* Bildbeschreibung Teaser */
  p.grösser16px {
    font-size: 0.825em;
  }

  hr {
    width: 120px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 30px;
  }

  hr.h1-left {
    width: 200px;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 50px;
    align: left;
  }

  hr.h1-center {
    width: 200px;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  hr.h2-left {
    width: 60px;
    height: 4px;
    margin-top: 9px;
    margin-bottom: 45px;
    align: left;
  }

  hr.h2-center {
    width: 60px;
    height: 4px;
    margin-top: 9px;
    margin-bottom: 45px;
  }

  hr.h3-left {
    width: 60px;
    height: 4px;
    margin-top: 8px;
    margin-bottom: 40px;
    align: left;
  }

  hr.h3-center {
    width: 60px;
    height: 4px;
    margin-top: 8px;
    margin-bottom: 40px;
  }

  hr.h4-left {
    width: 60px;
    height: 4px;
    margin-top: 8px;
    margin-bottom: 40px;
    align: left;
  }

  hr.h4-center {
    width: 60px;
    height: 4px;
    margin-top: 8px;
    margin-bottom: 40px;
  }

  .kontaktfooter .imageContainer {
    width: 130%;
  }

  /* Footer-Navigation gleiche Höhe */
  footer > div {
    float: left;
    clear: none !important;
  }

  footer > div:nth-child(4) {
    clear: both !important;
  }

}

@media screen and (min-width: 993px) {

  .navbar-header a.navbar-brand {
    width: 140px;
    margin-top: 4px;
  }

  .container {
    width: 992px;
  }

  h1, h1.h1rot, h1.h1hellgrau, h1.h1grau, h1.h1dunkelgrau {
    font-size: 2.50em;
  }

  /*  h2, h2.h2rot, h2.h2hellgrau, h2.h2grau, h2.h2dunkelgrau {
    font-size: 1.97em;
    }*/
  h3, h3.h3rot, h3.h3hellgrau, h3.h3grau, h3.h3dunkelgrau, h3.h3mittelgrau, h3.h3gross {
    font-size: 1.75em;
  }

  h4, h4.h4rot, h4.h4hellgrau, h4.h4grau, h4.h4dunkelgrau, h4.h4mittelgrau, h4.h4gross {
    font-size: 1.75em;
  }

  /* Bildbeschreibung Teaser */
  p.grösser16px {
    font-size: 0.937em;
  }

  hr {
    width: 140px;
    height: 4px;
    margin-top: 7px;
    margin-bottom: 35px;
  }

  hr.h1-left {
    width: 200px;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 50px;
    align: left;
  }

  hr.h1-center {
    width: 200px;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  /*  hr.h2-left{
    height: 4px;
    width: 60px;
    align: left;
    margin-top: 15px;
    margin-bottom: 40px;
    }

    hr.h2-center {
    height: 4px;
    width: 60px;
    margin-top: 15px;
    margin-bottom: 40px;
    }

    hr.h3-left{
    height: 4px;
    width: 60px;
    align: left;
    margin-top: 8px;
    margin-bottom: 40px;
    }

    hr.h3-center {
    height: 4px;
    width: 60px;
    margin-top: 8px;
    margin-bottom: 40px;
    }

    hr.h4-left{
    height: 4px;
    width: 60px;
    align: left;
    margin-top: 8px;
    margin-bottom: 40px;
    }

    hr.h4-center {
    height: 4px;
    width: 60px;
    margin-top: 8px;
    margin-bottom: 40px;
    } */
  .kontaktfooter .linie {
    width: 100px;
    height: 5px;
  }

  .kontaktfooter .imageContainer {
    width: 100%;
  }


  /* Footer-Navigation gleiche Höhe */
  footer > div:nth-child(4) {
    float: left;
    clear: none !important;
  }

  /* Auflistungen */
  .footerClass h4 {
    font-size: 1.05em;
  }

  /* Text unter Auflistungen */
  p.footer14px {
    font-size: 0.9em;
  }

}

@media screen and (min-width: 1281px) {
  main {

  }

  .container {
    width: 1280px;
  }

  h1, h1.h1rot, h1.h1hellgrau, h1.h1grau, h1.h1dunkelgrau {
    font-size: 4.12em;
  }

  /*  h2, h2.h2rot, h2.h2hellgrau, h2.h2grau, h2.h2dunkelgrau {
    font-size: 3.75em;
    }*/
  h3, h3.h3rot, h3.h3hellgrau, h3.h3grau, h3.h3dunkelgrau, h3.h3mittelgrau, h3.h3gross {
    font-size: 1.50em;
  }

  /*
    h4, h4.h4rot, h4.h4hellgrau, h4.h4grau, h4.h4dunkelgrau, h4.h4mittelgrau, h4.h4gross {
    font-size: 3.75em;
    }*/
  /* Bildbeschreibung Teaser */
  p.grösser16px {
    font-size: 1.125em;
  }

  hr {
    width: 160px;
    height: 5px;
    margin-top: 8px;
    margin-bottom: 40px;
  }

  hr.h1-left {
    width: 200px;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 50px;
    align: left;
  }

  hr.h1-center {
    width: 200px;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  /*  hr.h2-left{
    height: 4px;
    width: 60px;
    align: left;
    margin-top: 18px;
    margin-bottom: 48px;
    }

    hr.h2-center {
    height: 4px;
    width: 60px;
    margin-top: 18px;
    margin-bottom: 48px;
    }

    hr.h3-left{
    height: 4px;
    width: 60px;
    align: left;
    margin-top: 18px;
    margin-bottom: 48px;
    }

    hr.h3-center {
    height: 4px;
    width: 60px;
    margin-top: 18px;
    margin-bottom: 48px;
    }

    hr.h4-left{
    height: 4px;
    width: 60px;
    align: left;
    margin-top: 18px;
    margin-bottom: 48px;
    }

    hr.h4-center {
    height: 4px;
    width: 60px;
    margin-top: 18px;
    margin-bottom: 48px;
    } */
  /* Auflistungen */
  .footerClass h4 {
    font-size: 1.25em;
  }

  .kontaktfooter p {
    font-size: 60px;
  }

  /* Text unter Auflistungen */
  p.footer14px {
    font-size: 1.1em;
  }

}

@media screen and (min-width: 1601px) {
  .container {
    width: 1600px;
  }

  h1, h1.h1rot, h1.h1hellgrau, h1.h1grau, h1.h1dunkelgrau {
    font-size: 4.75em;
  }

  /*  h2, h2.h2rot, h2.h2hellgrau, h2.h2grau, h2.h2dunkelgrau {
    font-size: 3.75em;
    }
  */
  h3, h3.h3rot, h3.h3hellgrau, h3.h3grau, h3.h3dunkelgrau, h3.h3mittelgrau, h3.h3gross {
    font-size: 1.75em;
  }

  /*
    h4, h4.h4rot, h4.h4hellgrau, h4.h4grau, h4.h4dunkelgrau, h4.h4mittelgrau, h4.h4gross {
    font-size: 3.75em;
    }*/
  /* Bildbeschreibung /Teaser */
  p.grösser16px {
    font-size: 1.2em;
  }

  hr {
    width: 180px;
    height: 6px;
    margin-top: 9px;
    margin-bottom: 45px;
  }

  hr.h1-left {
    width: 200px;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 50px;
    align: left;
  }

  hr.h1-center {
    width: 200px;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  /*    hr.h2-left{
     height: 5px;
     width: 80px;
     align: left;
     margin-top: 22px;
     margin-bottom: 55px;
     }

     hr.h2-center {
     height: 5px;
     width: 80px;
     margin-top: 21px;
     margin-bottom: 55px;
     }

     hr.h3-left{
     height: 5px;
     width: 60px;
     align: left;
     margin-top: 18px;
     margin-bottom: 48px;
     }

     hr.h3-center {
     height: 5px;
     width: 60px;
     margin-top: 18px;
     margin-bottom: 48px;
     }

     hr.h4-left{
     height: 5px;
     width: 60px;
     align: left;
     margin-top: 18px;
     margin-bottom: 48px;
     }

     hr.h4-center {
     height: 5px;
     width: 60px;
     margin-top: 18px;
     margin-bottom: 48px;
     } */
  /* Auflistungen */
  .footerClass h4 {
    font-size: 1.40em;
  }

  /* Text unter Auflistungen */
  p.footer14px {
    font-size: 1.2em;
  }

}

@media screen and (min-width: 1921px) {
  .container {
    width: 1920px;
  }

  h1, h1.h1rot, h1.h1hellgrau, h1.h1grau, h1.h1dunkelgrau {
    font-size: 4.75em;
  }

  /*  h2, h2.h2rot, h2.h2hellgrau, h2.h2grau, h2.h2dunkelgrau {
    font-size: 3.75em;
    }

    h3, h3.h3rot, h3.h3hellgrau, h3.h3grau, h3.h3dunkelgrau, h3.h3mittelgrau, h3.h3gross {
    font-size: 3.75em;
    }

    h4, h4.h4rot, h4.h4hellgrau, h4.h4grau, h4.h4dunkelgrau, h4.h4mittelgrau, h4.h4gross {
    font-size: 3.75em;
    }*/
  hr {
    width: 200px;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  hr.h1-left {
    width: 200px;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 50px;
    align: left;
  }

  hr.h1-center {
    width: 200px;
    height: 7px;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  /*  hr.h2-left{
    height: 5px;
    width: 100px;
    align: left;
    margin-top: 23px;
    margin-bottom: 60px;
    }

    hr.h2-center {
    height: 5px;
    width: 100px;
    margin-top: 23px;
    margin-bottom: 60px;
    }

    hr.h3-left{
    height: 5px;
    width: 80px;
    align: left;
    margin-top: 18px;
    margin-bottom: 48px;
    }

    hr.h3-center {
    height: 5px;
    width: 80px;
    margin-top: 18px;
    margin-bottom: 48px;
    }

    hr.h4-left{
    height: 5px;
    width: 80px;
    align: left;
    margin-top: 18px;
    margin-bottom: 48px;
    }

    hr.h4-center {
    height: 5px;
    width: 80px;
    margin-top: 18px;
    margin-bottom: 48px;
    } */

}

/* ------------------------ MAIL FORM ----------------------------------------*/

#mailform {
  /* display:block; */
  /* width:420px; */
  font-family: DINPro, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 16px;
  /* color:#3c3c3c; */
}

.csc-mailform-field {
  /* display:block; */
  clear: both;
}

/* ------------------------ COOKIE ----------------------------------------*/
.cc_container {
  font-family: "DINPro", "Helvetica", Arial, sans-serif ";
  color: #ececec;
}

.cc_more_info {
  text-transform: uppercase;
  color: #d21414;
}

.cc_message {
  line-height: 1.3em !important;
  text-align: center;
  color: #ececec !important;
}

.cc_banner-wrapper .cc_container {
  background-color: #333;
}

.cc_container .cc_btn {
  color: #fff !important;
  background-color: #d21414 !important;
}

.cc_banner-wrapper {
  position: sticky !important;
  height: 50px !important;
}

#pxa-cookie-bar {
  bottom: 0;
  background-color: rgba(51,51,51, .7);
}

#pxa-cookie-bar .cookie-warning {
  width: 80vw;
  margin: 10vw;
}

#pxa-cookie-bar .cookie-container {
  padding: 30px;
  padding-bottom: 60px;
}

#pxa-cookie-bar p {
  font-family: DINPro-Light, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

#pxa-cookie-bar a {
  font-family: DINPro-Light, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: rgb(210, 20, 20);
}



#pxa-cookie-bar .cookie-warning div {
  display: block!important;
}

#pxa-cookie-bar .cookie-container .btn-close {
  font-family: DINPro-Medium;
  font-size: 20px;
  font-weight: 400;
  z-index: 7;
  display: inline-block;
  visibility: inherit;
  margin: 0;
  padding: 10px 25px;
  cursor: pointer;
  transition: none 0s ease 0s;
  transform: translate3d(0px, 0px, 0px);
  transform-origin: 50% 50% 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border: solid 4px rgb(210, 20, 20);
  outline: currentcolor none medium;
  background-color: #333;
  box-shadow: rgb(153, 153, 153) 0 0 0 0;
}

#pxa-cookie-bar .cookie-container .btn-close:hover {
  background: #000;
  color: #FFF;
}

/* ------------------------ SLICK - SLIDER HAUPTSLIDER----------------------------------------*/

.hauptslider {
  position: relative;
}

/* Slider wird auf Bildschirmhöhe angepasst */
.hauptslider img {
  /* min-width: 100vw; */
  height: -webkit-fill-available;
  height: -moz-available;
  height: -o-available;
  height: stretch;

  max-height: -webkit-calc(100vh - 50px);
  max-height: -moz-calc(100vh - 50px);
  max-height: -o-calc(100vh - 50px);
  max-height: calc(100vh - 50px);

  transform: scale3d(1.2, 1.2, 1.2);

  -webkit-animation: auszoomen;
  animation: auszoomen;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  object-fit: cover; /* Bild wird proportional scaliert */
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* Einstellungen Hauptslider - Sliderhöhe für hamburger-Menue */
@media screen and (min-width: 768px) {
  .hauptslider img {
    max-height: -webkit-calc(100vh - 72px);
    max-height: -moz-calc(100vh - 72px);
    max-height: -o-calc(100vh - 72px);
    max-height: calc(100vh - 72px);
  }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes auszoomen {
  from {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    transform: scale3d(1.0, 1.0, 1.0);
  }
}

/* Standard syntax */
@keyframes auszoomen {
  from {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    transform: scale3d(1.0, 1.0, 1.0);
  }
}

.hauptslider .slick-slide {
  position: relative;
  margin: 0 !important;
}

.hauptslider .slick-slide .hauptsliderVerlauf {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  /* Animation in planigraph.js definiert - display: none - erforderlich */
  height: auto !important;
}

.hauptslider .slick-slide .verlaufVonLinks {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.70) 0, rgba(255, 255, 255, .40) 45%, rgba(255, 255, 255, .30) 55%, rgba(255, 255, 255, 0) 70%);
}

.hauptslider .slick-slide .verlaufVonRechts {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.70) 0, rgba(255, 255, 255, .40) 45%, rgba(255, 255, 255, .30) 55%, rgba(255, 255, 255, 0) 70%);
}

.hauptslider .slick-slide .verlaufVonOben {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.70) 0, rgba(255, 255, 255, .40) 45%, rgba(255, 255, 255, .30) 55%, rgba(255, 255, 255, 0) 70%);
}

.hauptslider .slick-slide .verlaufVonUnten {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.70) 0, rgba(255, 255, 255, .40) 45%, rgba(255, 255, 255, .30) 55%, rgba(255, 255, 255, 0) 70%);
}

.hauptslider .hauptsliderText {
  position: absolute;
  z-index: 1000;
  display: none;
  /* Animation in planigraph.js definiert - display: none - erforderlich */
  text-align: left !important;
}

.hauptslider .hauptsliderText.positionLinks h1, .hauptsliderText.positionLinks h2, .hauptsliderText.positionMitte h1, .hauptsliderText.positionMitte h2, .hauptsliderText.positionRechts h1, .hauptsliderText.positionRechts h2 {
  font-family: DINPro, sans-serif;
  font-size: 2.5em;
  margin-bottom: 10px;
  text-align: left;
}

.hauptslider .roterBalken {
  width: 80px;
  height: 5px;
  margin-top: 8px;
  padding: 0 !important;
  background: rgba(210, 20, 20, 1);
}

.hauptslider .hauptsliderText.positionLinks p, .hauptsliderText.positionMitte p, .hauptsliderText.positionRechts p {
  font-family: DINPro, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  margin-top: 1.5em;
  text-align: left;
}

.hauptslider .hauptsliderText.positionLinks {
  bottom: 35%;
  left: 3%;
  width: 70%;
}

.hauptslider .hauptsliderText.positionMitte {
  bottom: 35%;
  left: 33%;
  width: 70%;
}

.hauptslider .hauptsliderText.positionRechts {
  right: 5%;
  bottom: 35%;
  width: 70%;
}

@media screen and (min-width: 768px) {

  #pxa-cookie-bar .cookie-warning {
    width: 50vw;
    margin: 40vh 25vw;
  }

  #pxa-cookie-bar a,
  #pxa-cookie-bar p {
    font-size: 22px;
  }
  

  .hauptslider .hauptsliderText.positionLinks h1, .hauptsliderText.positionLinks h2, .hauptsliderText.positionMitte h1, .hauptsliderText.positionMitte h2, .hauptsliderText.positionRechts h1, .hauptsliderText.positionRechts h2 {
    font-size: 2.5em;
  }

  .hauptslider .roterBalken {
    width: 80px;
    height: 5px;
  }

  .hauptslider .hauptsliderText.positionLinks p, .hauptsliderText.positionMitte p, .hauptsliderText.positionRechts p {
    font-size: 1.4em;
    font-weight: 500;
    margin-top: 1.75em;
  }

  .hauptslider .hauptsliderText.positionLinks {
    bottom: 35%;
    left: 5%;
    width: 60%;
  }

  .hauptslider .hauptsliderText.positionMitte {
    bottom: 35%;
    left: 33%;
    width: 60%;
  }

  .hauptslider .hauptsliderText.positionRechts {
    right: 5%;
    bottom: 35%;
    width: 60%;
  }
}

@media screen and (min-width: 993px) {
  .hauptslider .hauptsliderText.positionLinks h1, .hauptsliderText.positionLinks h2, .hauptsliderText.positionMitte h1, .hauptsliderText.positionMitte h2, .hauptsliderText.positionRechts h1, .hauptsliderText.positionRechts h2 {
    font-size: 2.75em;
  }

  .hauptslider .roterBalken {
    width: 80px;
    height: 5px;
    margin-top: 8px;
  }

  .hauptslider .hauptsliderText.positionLinks p, .hauptsliderText.positionMitte p, .hauptsliderText.positionRechts p {
    font-size: 1.54em;
    font-weight: 600;
    margin-top: 1.5em;
  }

  .hauptslider .hauptsliderText.positionLinks {
    bottom: 35%;
    left: 5%;
    width: 60%;
  }

  .hauptslider .hauptsliderText.positionMitte {
    bottom: 35%;
    left: 33%;
    width: 60%;
  }

  .hauptslider .hauptsliderText.positionRechts {
    right: 5%;
    bottom: 35%;
    width: 60%;
  }
}

@media screen and (min-width: 1100px) {
  .hauptslider .hauptsliderText.positionLinks h1, .hauptsliderText.positionLinks h2, .hauptsliderText.positionMitte h1, .hauptsliderText.positionMitte h2, .hauptsliderText.positionRechts h1, .hauptsliderText.positionRechts h2 {
    font-size: 3.0em;
  }

  .hauptslider .roterBalken {
    width: 80px;
    height: 5px;
  }

  .hauptslider .hauptsliderText.positionLinks p, .hauptsliderText.positionMitte p, .hauptsliderText.positionRechts p {
    font-size: 1.67em;
    font-weight: 600;
    margin-top: 1.5em;
  }

  .hauptslider .hauptsliderText.positionLinks {
    bottom: 35%;
    left: 5%;
    width: 60%;
  }

  .hauptslider .hauptsliderText.positionMitte {
    bottom: 35%;
    left: 33%;
    width: 60%;
  }

  .hauptslider .hauptsliderText.positionRechts {
    right: 5%;
    bottom: 35%;
    width: 60%;
  }
}

@media screen and (min-width: 1350px) {
  .hauptslider .hauptsliderText.positionLinks h1, .hauptsliderText.positionLinks h2, .hauptsliderText.positionMitte h1, .hauptsliderText.positionMitte h2, .hauptsliderText.positionRechts h1, .hauptsliderText.positionRechts h2 {
    font-size: 3.5em;
  }

  .hauptslider .roterBalken {
    width: 80px;
    height: 5px;
  }

  .hauptslider .hauptsliderText.positionLinks p, .hauptsliderText.positionMitte p, .hauptsliderText.positionRechts p {
    font-size: 1.95em;
    font-weight: 600;
    margin-top: 1.5em;
  }

  .hauptslider .hauptsliderText.positionLinks {
    bottom: 35%;
    left: 5%;
    width: 50%;
  }

  .hauptslider .hauptsliderText.positionMitte {
    bottom: 35%;
    left: 33%;
    width: 50%;
  }

  .hauptslider .hauptsliderText.positionRechts {
    right: 5%;
    bottom: 35%;
    width: 50%;
  }
}

@media screen and (min-width: 1600px) {
  .hauptslider .hauptsliderText.positionLinks h1, .hauptsliderText.positionLinks h2, .hauptsliderText.positionMitte h1, .hauptsliderText.positionMitte h2, .hauptsliderText.positionRechts h1, .hauptsliderText.positionRechts h2 {
    font-size: 4.0em;
  }

  .hauptslider .roterBalken {
    width: 80px;
    height: 5px;
  }

  .hauptslider .hauptsliderText.positionLinks p, .hauptsliderText.positionMitte p, .hauptsliderText.positionRechts p {
    font-size: 2.23em;
    font-weight: 600;
    margin-top: 1.5em;
  }

  .hauptslider .hauptsliderText.positionLinks {
    bottom: 35%;
    left: 5%;
    width: 50%;
  }

  .hauptslider .hauptsliderText.positionMitte {
    bottom: 35%;
    left: 33%;
    width: 50%;
  }

  .hauptslider .hauptsliderText.positionRechts {
    right: 5%;
    bottom: 35%;
    width: 50%;
  }
}

@media screen and (min-width: 1800px) {
  .hauptslider .hauptsliderText.positionLinks h1, .hauptsliderText.positionLinks h2, .hauptsliderText.positionMitte h1, .hauptsliderText.positionMitte h2, .hauptsliderText.positionRechts h1, .hauptsliderText.positionRechts h2 {
    font-size: 4.5em;
  }

  .hauptslider .roterBalken {
    width: 80px;
    height: 5px;
  }

  .hauptslider .hauptsliderText.positionLinks p, .hauptsliderText.positionMitte p, .hauptsliderText.positionRechts p {
    font-size: 2.50em;
    font-weight: 600;
    margin-top: 1.5em;
  }

  .hauptslider .hauptsliderText.positionLinks {
    bottom: 35%;
    left: 5%;
    width: 50%;
  }

  .hauptslider .hauptsliderText.positionMitte {
    bottom: 35%;
    left: 33%;
    width: 50%;
  }

  .hauptslider .hauptsliderText.positionRechts {
    right: 5%;
    bottom: 35%;
    width: 50%;
  }
}

/* ------------------------ SLICK - SLIDER ----------------------------------------*/

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.design_eins {
  /* background-color: #ffffff !important; */
}

/* Silder mit doppelter Anzahl Bilder */
.design_zwei {
  /* background-color: #ffffff !important; */
}

.design_drei {
  /* background-color: #ffffff !important; */
}

.design_vier {
  /* background-color: #555 !important; */
}

/* einzelnes Slide */
.slickContainer .slick-slide {
  overflow: hidden;
  margin: 15px;
  background-color: #fff;
}

.slickContainer .slick-arrow {
  font-weight: 600;
  z-index: 10;
  top: 30% !important;
  width: 40px;
  height: 60px;
  padding-bottom: 5px;
  background: #d0d0d0;
}

.slickContainer .slick-slide a,
.slickContainer .slick-slide a:hover div,
.slickContainer .slick-slide a:focus {
  text-decoration: none;
  color: #555;
  opacity: .9;
}


.slickContainer .slick-slide a > div {
  height: 200px!important;
  padding: 15px;
}

.slickContainer .slick-prev {
  left: 0;
}

.slickContainer .slick-next {
  right: 0;
}

.slickContainer .slick-prev::before {
  z-index: 1000;
  content: '<';
}

.slickContainer .slick-next::before {
  z-index: 1000;
  content: '>';
}

.slickContainer .slick-slide > div {
  height: 200px;
  padding: 15px;
}

.slickContainer .slick-slide h5 {
  font-family: DINPro-Medium, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #555;
}

.slickContainer div.balken {
  width: 30px;
  height: 3px;
  margin-top: 11px;
  margin-bottom: 12px;
  padding: 0 !important;
  background: rgba(210, 20, 20, 1);
}

.slickContainer .slick-slide p {
  font-size: 1.15em;
  line-height: 1.3em;
}


.slick-dots {
  display: none;
}

.slick-dots li {
  width: 60px;
  height: 5px;
  background: rgba(204, 204, 204, 0.5);
}


.design_zwei .slick-dots li {
  width: 10px;
}

.slick-dots li.slick-active {
  background: rgba(210, 20, 20, 1) !important;
}

@media screen and (min-width: 768px) {
  #pxa-cookie-bar .cookie-warning {
    width: 60vw;
    margin: 40vh 20vw;
  }

  .slickContainer .slick-slide h5 {
    font-family: DINPro-Medium, Helvetica, Arial, sans-serif;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #555;
  }

  .slickContainer div.balken {
    width: 30px;
    height: 3px;
    margin-top: 11px;
    margin-bottom: 12px;
    padding: 0 !important;
    background: rgba(210, 20, 20, 1);
  }

  .slickContainer .slick-slide p {
    font-size: 1.15em;
    line-height: 1.3em;
  }
  .slick-dots {
    display: block;
  }

  .slick-dots li {
    width: 60px;
    height: 5px;
    background: rgba(204, 204, 204, 0.5);
  }

  .slickContainer .slick-slide > div {
    height: 200px !important;
  }

}

@media screen and (min-width: 993px) {
  .slickContainer .slick-slide > div {
    height: 200px !important;
  }

  .design_zwei .slick-dots li {
    width: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .slickContainer .slick-slide > div {
    height: 200px !important;
  }
}

@media screen and (min-width: 1350px) {
  .slickContainer .slick-slide > div {
    height: 210px !important;
  }
}

@media screen and (min-width: 1600px) {
  .slickContainer .slick-slide > div {
    height: 180px !important;
  }
}

@media screen and (min-width: 1800px) {
  .slickContainer .slick-slide > div {
    height: 170px !important;
  }
}

/* ------------------------ Headerslider aus Tab aufrufen und Slide starten ----------------------------------------*/
.tab-slider {
/ / Sicherstellen, dass die Slider in den Tabs angezeigt werden
}


/* ------------------------------------- KATALOG ANFORDERN----------------------------------- */

.kataloganfordern {
  padding: 30px 0;
}

.kataloganfordern .front {
  text-align: center;
}

.kataloganfordern .button {
  font-family: DINPro-Medium;
  font-size: 20px;
  font-weight: 400;
  z-index: 7;
  display: inline-block;
  visibility: inherit;
  margin: 0;
  padding: 10px 25px;
  cursor: pointer;
  transition: none 0s ease 0s;
  transform: translate3d(0px, 0px, 0px);
  transform-origin: 50% 50% 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border: solid 4px rgb(210, 20, 20);
  outline: currentcolor none medium;
  background-color: rgb(116, 116, 116);
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
}

.kataloganfordern .button:hover,
.kataloganfordern .button:focus {
  text-decoration: none;
  background: #333;
}