/*
Theme Name: DC-Webdesign
Theme URI: http://www.diestelkamp-consulting.de
Author: Diestelkamp Consulting GmbH
Author URI: http://www.diestelkamp-consulting.de
Description: Agentur für kreatives Design und professionelle Optimierung von Webseiten und Onlineshops.
Version: 1.0
License: Copyright [2019] [Diestelkamp Consulting GmbH]
License URI: http://www.apache.org/licenses/LICENSE-2.0
Tags: DC-Webdesign
Text Domain: DC-Webdesign
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
  border: 0 none;
  vertical-align: baseline;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  /* font-family: "Open Sans", Helvetica, Arial, sans-serif; Options*/
  background: #ffffff;
  font-size: 18px;
  letter-spacing: 0.005em;
  line-height: 1.5;
  /* color: #0f1e26; Options */
}

a, a:visited {
  outline: 0 none;
  text-decoration: none;
  /* color: #000000; Options */ 
}
a:hover, a:focus {
  text-decoration: none;
}

p a, p a:visited {
  line-height: inherit;
}
/* Headlines */
h1, h2, h3, h4, h5, h6 {
  /* font-family: "Open Sans", Helvetica, Arial, sans-serif; Options */
  text-transform: none;
  letter-spacing: 0.001em;
}
h1, h2  { font-weight: 600; color: #007cb0; }
h3 { color: #007858; }
h1 { font-size: 2.0em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; font-weight: 600; margin-bottom: 0.2em;  }

hr {
  clear: both;
  border-top: 1px solid #ada9a6;
  margin: 0 auto !important;
}

hr.kurz {
  clear: both;
  border: 3px solid #ada9a6;
  margin: 0 auto !important;
  height: auto;
  width: 60px;
}
/* Images */
img {
  height: auto;
  max-width: 100%;
}

.mtop { margin: 2em 0 0 0; }
.full-width { height: auto; width: 100%; overflow: hidden; }
.single h1, .single h2 { font-weight: normal; }
.clear { clear: both; }
.left0 { margin-left: 0; }
.up { text-transform: uppercase; }
.centered { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.right { text-align: right; }
.doppelheadline h1, .doppelheadline h2 { margin-bottom: 0.5rem; }
.doppelheadline-unter { border-bottom: 1px dotted #000; margin-bottom: 3em; }
.doppelheadline-unter h1, .doppelheadline-unter h2 { margin-bottom: 0.5rem; }
.bggrau { background-color: #EFEFEF; }
.bghell { background-color: #F5F5F5; }
.floatright { float: right }
.floatleft { float: left }

/* WP Galerie*/
.gallery-item { margin: 0 !important; }
.gallery-item img { border: none !important; }
.gallery-columns-2 .gallery-item img { max-width: 99%; }
.gallery-columns-3 .gallery-item img { max-width: 98.5%; }
.gallery-columns-4 .gallery-item img { max-width: 98%; }
.shadow { box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2); }

/* Header & Slider */
header {
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 2px solid rgb(0, 124, 176);
  font-size: 18px;
  /* background-color: #fff; Optionen */
  /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); Optionen */
}
/* Logo Header */
.logo {
	position: absolute;
	top: 0;
	left: 0;
  	padding: 5px 0;
  	float: left;
  	/* Verkleinen mit Effect */
  	-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  max-width: 262px;
}

/* Header - Logo links - Kontaktdaten*/
.header-links-2 .kontaktdaten {
	padding-top: 1em;
	font-size:0.9em;
	text-align: right;
	margin-right: 20px;
}
.header-links-2 .kontaktdaten .telefon { margin-left: 2em; }
.header-links-2 #navigation { margin-top: 2.7em; float: right; }
/* .header-links-2 .kontaktdaten .fas, header-links-2 .kontaktdaten .fa { color: #F3A852; }  Optionen */

/* Header - Logo zentriert */
#logocenter .logo { float: none; } 
#logocenter #navigation { float: none; }

/* Header - Logo rechts */
#logorechts .logo { float: right; }
#logorechts #navigation { float: left; }

/* Header Positionen */
header.fixed { position: fixed; top: 0; left: 0; z-index: 999; }
header.absolute { position: absolute; top: 0; left: 0; z-index: 999; }
header.relative { position: relative; }

/* Header scroll effect*/ 
header.sticky .logo { transition: max-width 300ms ease; max-width: 160px; }
header.sticky #navigation { transition: margin 300ms ease; margin-top:2em; margin-bottom: 0; }
header.sticky .kontaktdaten { display: none; }

/* Header - mobile Ansicht */
@media only screen and (max-width: 1024px) {
  header, header.fixed, header.absolute { position: relative; } /* Ab 1024px headers relative */
  .logo { max-width: 240px; max-height: 80px; padding: 0.5em 0 0 0; float: none; }
}
@media only screen and (max-width: 767px) {
  .logo { max-width: 200px; max-height: 60px; }
}
@media only screen and (max-width: 600px) {
	header .kontaktdaten { display: none; }
}



#mobile { display: none; } /* Mobile Menu verstecken */

/* Navigation Header */
#navigation {
  margin-top: 3em;
  float: right;
  display: block;
  position: relative;
}
#navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation:after, #navigation > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#navigation #menu-button {
  display: none;
  background-color: #0f1e26
}
#navigation ul li {
  display: inline-block
}
#navigation ul li a {
  /* font-family: "Open Sans", Helvetica, Arial, sans-serif; Options */
  padding: 5px 20px 5px 20px;
  font-weight: normal;
  text-transform: none;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  /* color: #0f1e26; Options */
}

#navigation ul li a:hover {
 /* color: #0f1e26; Options */
}

#navigation ul li.current_page_item a {
	background-color: rgb(0, 124, 176);
	color: #ffffff;
}
#navigation > ul > li {
  float: left
}
#navigation > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
}

#navigation ul li:hover a {
	background-color: rgb(0, 124, 176);
	color: #fff;
}

#navigation > ul > li:hover > a {

  color: #fff
}
#navigation > ul > li.menu-item-has-children > a {
  padding-right: 30px
}
#navigation > ul > li.menu-item-has-children > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#navigation > ul > li.menu-item-has-children > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#navigation > ul > li.menu-item-has-children:hover > a:before {
  top: 23px;
  height: 0
}
#navigation ul ul {
  position: absolute;
  left: -9999px
}
#navigation.align-right ul ul {
  text-align: right
}
#navigation ul ul li {
  display: block;
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#navigation li:hover > ul {
  left: auto
}
#navigation.align-right li:hover > ul {
  left: auto;
  right: 0
}
#navigation li:hover > ul > li {
  height: 35px
}
#navigation ul ul ul {
  margin-left: 100%;
  top: 0
}
#navigation.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%
}
#navigation ul ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 11px 15px;
  width: 200px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  z-index: 1000 !important;
  /* color: #000000; Options */
  /* background: #ffffff; Options */
}
#navigation ul ul ul li a {
  background-color: #ffffff;
}
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
  border-bottom: 0
}
#navigation ul ul li:hover > a, #navigation ul ul li a:hover {
	/* color: #000000; Options */
}
#navigation ul ul li.menu-item-has-children > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#navigation.align-right ul ul li.menu-item-has-children > a:after {
  right: auto;
  left: 11px
}
#navigation ul ul li.menu-item-has-children > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#navigation.align-right ul ul li.menu-item-has-children > a:before {
  right: auto;
  left: 14px
}
#navigation ul ul > li.menu-item-has-children:hover > a:before {
  top: 17px;
  height: 0
}
/* META SLIDER */
.metaslider {
/*  margin: 0; Options */
  max-width: 100% !important;
  height: auto;
  max-height: 100vh !important;
  overflow: hidden;
}
.metaslider .flexslider {
  margin: 0 !important;
}
.metaslider .flex-control-nav {
  bottom: 20px !important;
}



.caption-wrap {
  color: #FFFFFF;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2C3E50', endColorstr='#2C3E50', GradientType=1) !important;
  background: -moz-linear-gradient(left, rgba(44, 62, 80, 0.6) 0%, rgba(44, 62, 80, 0.4) 61%, rgba(44, 62, 80, 0.3) 100%) !important;
  background: -webkit-linear-gradient(left, rgba(44, 62, 80, 0.6) 0%, rgba(44, 62, 80, 0.4) 61%, rgba(44, 62, 80, 0.3) 100%) !important;
  background: linear-gradient(to right, rgba(44, 62, 80, 0.6) 0%, rgba(44, 62, 80, 0.4) 61%, rgba(44, 62, 80, 0.3) 100%) !important;
  opacity: 1 !important;
  z-index: 1;
}


/*
  background: #2C3E50 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2C3E50', endColorstr='#2C3E50', GradientType=1) !important;
  background: -moz-linear-gradient(left, rgba(44, 62, 80, 0.6) 0%, rgba(44, 62, 80, 0.4) 61%, rgba(44, 62, 80, 0.3) 100%) !important;
  background: -webkit-linear-gradient(left, rgba(44, 62, 80, 0.6) 0%, rgba(44, 62, 80, 0.4) 61%, rgba(44, 62, 80, 0.3) 100%) !important;
  background: linear-gradient(to right, rgba(44, 62, 80, 0.6) 0%, rgba(44, 62, 80, 0.4) 61%, rgba(44, 62, 80, 0.3) 100%) !important;
  opacity: 1 !important;
  z-index: 1;
*/

.caption-wrap .caption, .introcaption {
  position: relative;
  display: block;
  margin: 0;
  background: transparent;
  top: 33%;
  left: 0;
  right: 0;
  text-align: center; /* Default */
}
/* Slider/Intro Position */
.satzlinks .caption-wrap .caption, .introcaption.satzlinks {
  text-align: left;
  margin-left: 18%;
}
.satzrechts .caption-wrap .caption, .introcaption.satzrechts {
  text-align: right;
  margin-right: 20%;
}
/* Slider/Intro Headlines */
.caption-wrap h1, .introcaption h1  {
  color: #ffffff;
  font-size: 3.2em;
  letter-spacing: 0.001em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  background-color: #007858;
  text-shadow: 0 2px 2px rgba(0,0,0,0.9);
  display: inline-block;
  padding: 0 0.5em;
}
.caption-wrap h2, .introcaption h2 {
  color: #ffffff;
  font-size: 2.2em;
  letter-spacing: 0.001em;
  font-weight: 400;
  line-height: 1.5;
  background-color: rgb(0, 124, 176);
  text-shadow: 0 2px 2px rgba(0,0,0,0.9);
  display: inline-block;
  padding: 0 0.5em;
  margin: -0.1em 0 0 0.5em;
}
/* Intro */
.intro {
  position: relative;
  /* margin: 5em 0 0 0; Options */
  padding: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 50vh;
  min-height: 300px;
}
.intro.fullscreenintro {
  min-height: 100vh;
  height: 100vh;
  margin: 0;
  padding: 0;
}
.introcaption {
  position: relative;
  z-index: 2;
}
/* .introcaption h2 { 
	color: #fff; 
	font-size: 3em;
	text-transform: uppercase;
	letter-spacing: 0.005em;
	font-weight: 700;
} */

.intro:after, .cta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; 
}

.xintro:after, .xcta:before {
  background: #0f1e26;
  background: -moz-linear-gradient(left, #0f1e26 0%, #0f1e26 61%, #0f1e26 100%);
  background: -webkit-linear-gradient(left, #0f1e26 0%, #0f1e26 61%, #0f1e26 100%);
  background: linear-gradient(to right, #0f1e26 0%, #0f1e26 61%, #0f1e26 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f1e26', endColorstr='#0f1e26', GradientType=1);
  opacity: 0.6;
}

.cta p a, .cta p a:visited {
  color: #fefefe;
  text-decoration: underline;
}
.cta p a:hover, .cta p a:focus {
  color: #fff;
}

/* Video beim Parallax mit Buttons einbiden */
.video {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3em;
}
.video-topabstand {
  margin-top: 3em;
}
.video-botabstand {
  margin-bottom: 3em;
}
.introleer {
  position: relative;
  margin: 3em 0 0 0;
}
/* Bildboxen Reihe */
.bildreihe {
  position: relative;
  display: block;
  z-index: 1;
  color: #fff
}
.bildreihe .bildbox {
  position: relative;
  display: table;
  float: left;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bildreihe .bg {
  background-color: rgba(0, 0, 0, 0.3);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.bildreihe .vierbilder {
  width: 25%;
}
.bildreihe .dreibilder {
  width: 33.3%;
}
.bildreihe .zweibilder {
  width: 50%;
}
.bildreihe .bildbox h3 {
  font-size: 1.9em;
}
.bildreihe .bildbox span {
  font-size: 0.9em;
}
.bildreihe .bildbox:hover .bg {
  background-color: rgba(0, 0, 0, 0);
  color: transparent;
}
@media only screen and (max-width: 1024px) {
  .bildreihe .bildbox {
    width: 50% !important
  }
}
@media only screen and (max-width: 479px) {
  .bildreihe .bildbox {
    width: 100% !important
  }
}
/* Ende Bildboxen Reihe */
/* Kundenstimmen */
.box.kundenstimmen {
  margin: 0;
  padding: 5em 0 6em;
}
.kundenstimmen .rundbild {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin: 0em auto 1em;
  max-width: 200px;
}
.kundenstimmen p {
  font-family: 'Open Sans', serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.4em;
}
.kundenstimmen span {
  font-weight: 300;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #888;
}
/* Kundenstimmen Slick Slider */
.kundenstimmen .slick-slide {
  outline: none !important;
}
.kundenstimmen .slick-prev:before {
  content: "\f104" !important;
}
.kundenstimmen .slick-next:before {
  content: "\f105" !important;
}
.kundenstimmen .slick-dots {
  bottom: -50px;
}
.kundenstimmen .slick-dots li button {
  border: 1px solid #000000;
  border-radius: 10px;
}
.kundenstimmen .carousel .slick-prev:before, .kundenstimmen .carousel .slick-next:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: bold !important;
  font-size: 30px !important;
  height: 30px !important;
  color: #999999 !important;
}
.kundenstimmen .slick-prev {
  top: 115%;
  left: 47%;
}
.kundenstimmen .slick-next {
  top: 115%;
  right: 47%;
}
.kundenstimmen .flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* END Slick Slider */
/* Breadcrumb */
.breadcrumb {
  margin: 0;
  padding: 0.3em 0;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 2em;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
/* Content */
.box {
  margin: 0;
  padding: 3em 0 3em 0;
  overflow: hidden;
}

.box-module {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 5em 0 5em 0;	
} 

.produkte-box {
  margin: 0;
  padding: 3em 0 0 0;
  overflow: hidden;
}
#arrow {
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  margin-top: 40px;
}
ul.pfleil li {
  position: relative;
  line-height: 1.8;
}
ul.pfleil, ul.pfleil ul, ul.pfleil ul ul {
  list-style: none;
}
.box ul.pfleil li:before, .smallbox ul.pfleil li:before {
  content: '';
  position: absolute;
  border-right: 3px solid #0f1e26;
  border-bottom: 3px solid #0f1e26;
  width: 6px;
  height: 6px;
  top: 0.9em;
  left: -15px;
  transform: translateY(-50%) rotate(-45deg);
}
/* Liste mit awesome */
ul.arrrow, ul.arrrow ul, ul.arrrow ul ul {
  list-style: none;
}
ul.arrrow {
  margin: 0 0 0 1em;
  padding: 0;
}
ul.arrrow ul {
  margin: 0;
  padding: 0;
}
ul.arrrow li {
  padding-left: 1.3em;
  line-height: 1.8;
}
ul.arrrow li:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f35a";
  margin-right: 0.5rem;
  margin-left: -1.5em;
  width: 1.2em;
  font-size: 16px;
}
ul.square, ul.square ul, ul.square ul ul {
  list-style: none;
}
ul.square {
  margin: 0 0 0 1em;
  padding: 0;
}
ul.square ul {
  margin: 0;
  padding: 0;
}
ul.square li {
  padding-left: 1.3em;
  line-height: 1.8;
}
ul.square li:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f0c8";
  margin-right: 0.5rem;
  margin-left: -1.5em;
  margin-bottom: 0.5rem;
  width: 1em;
  font-size: 12px;
}
/* Liste mit Zaehler */
ul.num {
  list-style: none;
  counter-reset: my-counter;
  margin: 2em 0;
  padding: 0;
}
ul.num li {
  line-height: 2;
  margin-bottom: 1em;
}
ul.num li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  margin: 1em;
  padding: 0.4em 0.8em;
  background-color: rgba(155, 149, 120, 0.18);
  border-radius: 20px;
}
ul.num li:hover::before {
  background-color: #C00304;
  color: #ffffff;
}
.topbox {
  margin: 0;
  padding: 5em 0 3em 0;
  overflow: hidden;
}
.bigbox {
  margin: 0;
  padding: 7em 0 7em 0;
  overflow: hidden;
}
.smallbox {
  margin: 0;
  padding: 3em 0 3em 0;
  overflow: hidden;
}
.sortimentbox {
  background: #f2f2f2;
  padding: 1.5em 0 1.5em 0;
}
.sortimentbox h2 {
  margin: 0 0 1em 0;
}
.sortimentbox p {
  padding: 1em 0 1em 0;
  margin: 0 auto;
  max-width: 50%;
  text-align: center;
}
.sortimentbox img {
  max-width: 100%;
  max-height: 100%;
}
.abstand {
  height: 2.5em;
  display: block;
  clear: both;
}
/* Button Allgemein */
.button {
  display: inline-block;
  height: auto;
  padding: 0 1em;
  color: #0f1e26;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  line-height: 2em;
  letter-spacing: .1rem;
  text-transform:none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #007cb0;
  border: 1px solid #0f1e26;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  /* border-radius: 0px; Options */
}
.linieleft:after {
  content: '';
  display: block;
  height: 6px;
  background-color: #ddd;
  width: 60px;
  margin: 0.7em 0;
}
.liniecenter:after {
  content: '';
  display: block;
  height: 6px;
  background-color: #ddd;
  width: 60px;
  margin: 0.7em auto;
}
.linieright:after {
  content: '';
  display: block;
  height: 6px;
  background-color: #ddd;
  width: 60px;
  margin: 0.7em 0 0.7em auto;
}
/* About */
#about {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 5em 0 5.5em 0;
}
/* Buttons - nach Prioritet */
.button {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.button.second {
  margin-left: 0.5em;
}

 
/*
.button {
  background-color: #000000;
  border: 2px solid #000000;
  color: #fff;
}
.button:hover {
  background-color: #000000;
  border: 2px solid #000000;
  color: #fff;
}
*/


/* Parallax Boxen */
.cta {
  position: relative;
  padding: 5em 0 5em;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}
.cta::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
.cta h2 {
  position: relative;
  color: #ffffff;
}
.cta h3 {
  /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
  /* text-transform: uppercase; */
  letter-spacing: 0.01em;
  margin-bottom: 1em;
  line-height: 1;
  color: #fff;
}
.cta h4 {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1;
  font-size: 1.4em;
  color: #fff;
  text-align: left;
}
.cta p {
  color: #fff;
}
.cta span {
  color: #fff;
  padding: 0 0 2em 0;
}
.cta-parallax {
  padding: 3em 0 3em;
  text-align: left;
}
.cta-parallax h4 {
  font-size: 1.8em;
  margin-bottom: 0;
  font-weight: 400;
}
.cta-parallax h5 {
  font-size: 1.6em;
  margin-bottom: 0;
  font-weight: 400;
}
/* Service Module*/
.box.leistung {
  margin: 0;
  padding: 5em 0 5em 0;
  overflow: hidden
}
.leistungen > .columns {
  margin-bottom: 2em;
}
.leistungen h3 {
  width: 100%;
  font-weight: 600;
  margin-bottom: 0.3em;
}
.leistungen img {
  margin: 0.5em auto;
}
/* Template Service/Module*/
.service-lestungen > .columns {
  margin-bottom: 2em;
}
.service-lestungen h3 {
  width: 100%;
  font-weight: 600;
  margin-bottom: 0.3em;
}
.service-lestungen img {
  margin: 0.5em auto;
}
/* Editor/Editor auf Startseite */
.box.homeeditor {
  margin: 0;
  padding: 5em 0 4em 0;
  overflow: hidden
}
.box.homeeditor .columns {
  margin-bottom: 1em;
}
/* BOX NEWS */
.news {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto;
}
.news .three {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news hr {
  clear: both;
  border: 3px solid #fff;
  margin: 0 auto !important;
  height: auto;
  width: 60px;
}
.box .home-news {
  padding: 5em 0;
}
/* Button Kontaktformular */
#button {
  background-color: #8c8c8c;
  width: auto;
  height: auto;
  margin: 0.5em 0;
  border: none;
  border-radius: 0.2em;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  text-transform: none;
  font-size: 1em;
  line-height: 1.2;
  font-weight: normal;
  padding: 0.6em 1em;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
#button:hover {
  background-color: #9b9b9b;
}
#button a:hover {
  color: #ffffff;
}
/* Team */
.mitarbeiter_bild {
  position: relative;
  display: block;
  height: 250px;
  background-color: #fff;
  width: 100%;
  float: left;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* Footer */
.gradient {
  background-image: linear-gradient(to right bottom, #333333, #333333, #333333, #333333, #000000);
}
footer {
  position: relative;
  border-top: 2px solid #007858;
  clear: both;
  font-size: 1.0em;
  margin: 0 auto;
  padding: 4em 0em;
  color: #fff;
  background-color: #333;
  line-height: 1.7;
}
/* FOOTER 1 */
.footer-1 {
  text-align: left;
}
#footermenu-1 {
  font-size: 1em;
  line-height: 1.2;
  text-shadow: none;
}
#footermenu-1 ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#footermenu-1 ul li {
  margin: 0;
  padding: 0 0.2em 0 0;
  display: inline;
}
#footermenu-1 li a {
  color: #fff;
  background-image: none;
  display: inline;
  font-weight: bold;
  margin: 0 0.5em 0 0.5em;
  ;
  padding: 0;
  text-decoration: none;
}
#footermenu-1 ul li a:hover {
  color: #fff;
}
.footer-2 {
  border-top: 2px solid #007858;
  clear: both;
  font-size: 0.9em;
  margin: 0 auto;
  padding: 1em 0em;
  color: #ddd;
  background-color: #252525;
  line-height: 1.7;
  position: relative;
}
.miniline::after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background-color: #ddd;
  margin: 8px 0 16px;
}
.footer-2 .miniline::after {
  margin-top: 5px;
}
.footer-2 strong {
  font-size: 1.2em;
  font-weight: 400;
}
.footer-2 a {
  color: #ddd;
}
.footer-2 a:hover {
  color: #fff;
}
.footer-2 .adresse p {
  display: inline;
  float: left;
  line-height: 1.4;
}
.kontaktdaten div {
  width: 100%;
}
.footer-2 .firmenname::before, .footer-2 .adresse::before, .footer-2 .tel::before, .footer-2 .fax::before, .footer-2 .mail::before {
  float: left;
  font-family: 'Font Awesome 5 Free';
  padding: 0 5px 5px 5px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-right: 15px;
  font-size: 1.2em;
}
.footer-2 .adresse::before {
  content: "\f3c5";
}
.footer-2 .fax::before {
  content: "\f1ac";
}
.footer-2 .tel::before {
  content: "\f095";
}
.footer-2 .mail::before {
  content: "\f0e0";
}
.footer-2 .adresse {
  margin-top: 10px;
  display: block;
  float: left;
}
.footer-2 .tel {
  margin-top: 10px;
  display: block;
  float: left;
}
.footer-2 .mail {
  display: block;
  float: left;
}
.menu-footer-container {
  margin: 0;
  padding: 0;
}
#footermenu {
  clear: both;
  position: relative;
  font-size: 1em;
  line-height: 1.2;
  margin: 0.2em auto 0;
  padding: 0;
  text-align: left;
  text-shadow: none;
  float: left;
}
#footermenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footermenu ul li {
  margin: 0;
  padding: 0 0 0.5em 0;
}
#footermenu li a {
  color: #ddd;
  background-image: none;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 0 0 8px 0;
  text-decoration: none;
}
#footermenu ul li a:hover {
  color: #fff;
}
/* FOOTER 3 */
#footermenu-3 {
  margin-top: 0.6em;
  font-size: 0.9em;
  line-height: 1.2;
  text-shadow: none;
  float: right;
  margin-right: 2.2em;
}
#footermenu-3 ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#footermenu-3 ul li {
  margin: 0;
  padding: 0 0.2em 0 0;
  display: inline;
}
#footermenu-3 li a {
  font-size: 1em;
  color: #ffffff;
  background-image: none;
  display: inline;
  margin: 0;
  padding: 0;
  text-decoration: none;
  letter-spacing: 0.1rem;
  text-transform: none;
}
#footermenu-3 ul li a:hover {
  color: #ffffff;
}
#footermenu-3 li a:after {
  content: " | ";
}
#footermenu-3 li:last-child a:after {
  content: "";
}
/* FOOTER 4 */
.footer-4 {
  background-color: #333;
  clear: both;
  font-size: 0.85em;
  font-weight: 600;
  margin: 0 auto;
  padding: 1em 0em;
  color: #dddddd;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.footer-4 h4 {
  color: #9b9b9b;
  font-size: 1.3em;
  font-weight: 600;
  margin: 1em 0 1.5em 0;
  letter-spacing: 0.1rem;
}
.footer-4 strong {
  font-size: 1.1em;
}
.footer-4 .email {
  text-transform: none;
}
.menu-footer-container {
  margin: 0;
  padding: 0;
}
#footermenu-4 {
  font-size: 1em;
  text-shadow: none;
  float: left;
}
#footermenu-4 ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#footermenu-4 ul li {
  margin: 0;
  padding: 0.2em;
  display: block;
}
#footermenu-4 li a {
  color: #dddddd;
  background-image: none;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
#footermenu-4 ul li a:hover {
  color: #dddddd;
}
#footermenu-4 li a:after {
  content: "";
}
#footermenu-4 li:last-child a:after {
  content: "";
}
/* FOOTER 6 */
.footer-5 {
  background-color: #333;
  clear: both;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 auto;
  padding: 3em 0em 3em 0em;
  color: #ffffff;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
#footermenu-5 {
  margin-top: 0.6em;
  font-size: 0.9em;
  line-height: 1.2;
  text-shadow: none;
  margin-right: 2.2em;
}
#footermenu-5 ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#footermenu-5 ul li {
  margin: 0;
  padding: 0 0.2em 0 0;
  display: inline;
}
#footermenu-5 li a {
  font-size: 1em;
  color: #ffffff;
  background-image: none;
  display: inline;
  margin: 0;
  padding: 0;
  text-decoration: none;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
#footermenu-5 ul li a:hover {
  color: #ffffff;
}
#footermenu-5 li a:after {
  content: " | ";
}
#footermenu-5 li:last-child a:after {
  content: "";
}
/* FOOTER 6 */
.footer-6 {
  background-color: #333;
  clear: both;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 auto;
  padding: 3em 0em 3em 0em;
  color: #ffffff;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
#footermenu-6 {
  margin-top: 0.6em;
  font-size: 0.9em;
  line-height: 1.2;
  text-shadow: none;
  margin-right: 2.2em;
}
#footermenu-6 ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#footermenu-6 ul li {
  margin: 0;
  padding: 0 0.2em 0 0;
  display: inline;
}
#footermenu-6 li a {
  font-size: 1em;
  color: #ffffff;
  background-image: none;
  display: inline;
  margin: 0;
  padding: 0;
  text-decoration: none;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
#footermenu-6 ul li a:hover {
  color: #ffffff;
}
#footermenu-6 li a:after {
  content: " | ";
}
#footermenu-6 li:last-child a:after {
  content: "";
}
/* Copyright */
.footer-line-1 {
  text-align: left;
  padding: 0.6em 0 0.3em 0;
  color: #fff;
}
.footer-line-2 {
  text-align: center;
  padding: 0.6em 0 0.3em 0;
  color: #fff;
}
.footer-line-3 {
  text-align: center;
  padding: 0.6em 0 0.3em 0;
  color: #fff;
}
.footer-line-4 {
  text-align: center;
  padding: 0.6em 0 0.3em 0;
  color: #fff;
}
.footer-line-5 {
  text-align: center;
  padding: 0.6em 0 1em 0;
  color: #fff;
}
.footer-line-6 {
  font-size: 0.8em;
  text-align: center;
  padding: 1em 0 1em 0;
  color: #fff;
}
/* Copyright */
.footer2 {
  text-align: center;
  font-size: 12px;
  background-color: #1c1c1c;
  padding: 0.6em 0 0.3em 0;
  color: #f5f5f5;
}
/* Footer DC Logo */
.dc {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
img.dc {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  opacity: 0.55;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  width: 40px;
  height: auto;
}
img.dc:hover {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  opacity: 1;
}
/* Mobile Ansicht */
/* <nav id="mobile"> */
@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), 
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .navline-mobile {
    display: block !important;
    position: relative;
    height: 46px;
  } /* Plathalter wegen absolute position*/
  #navigation {
    display: none !important;
  }
  .content {
    margin: 0;
    padding: 4em 0;
  }
  #mobile {
    display: block !important;
    width: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 1000 !important;
    background-color: #0f1e26;
  }
  #mobile #menu-button {
    background-color: #0f1e26;
  }
  #mobile, #mobile ul, #mobile ul li, #mobile ul li a, #mobile #menu-button {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mobile ul li a {
    padding: 0.8em;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    font-size: .9em;
    letter-spacing: .06em;
    text-decoration: none;
  }
  #mobile ul ul li a {
    padding: 11px 15px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    z-index: 1000 !important;
    border: none;
  }
  #mobile ul ul li {
    display: block;
    height: 0;
  }
  #mobile {
    width: 100%
  }
  #mobile ul {
    width: 100%;
    display: none
  }
  #mobile.align-center > ul {
    text-align: left
  }
  #mobile ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2)
  }
  #mobile ul ul li, #mobile li:hover > ul > li {
    height: auto
  }
  #mobile ul li a, #mobile ul ul li a {
    width: 100%;
    border-bottom: 0
  }
  #mobile ul ul li a {
    background-color: #10181d !important
  }
  #mobile > ul > li {
    float: none
  }
  #mobile ul ul li a {
    padding-left: 25px
  }
  #mobile ul ul ul li a {
    padding-left: 35px;
    background-color: #0f1e26 !important
  }
  #mobile ul ul li a {
    color: #fff;
    background: none
  }
  #mobile ul ul li:hover > a, #mobile ul ul li.active > a {
    color: #fff
  }
  #mobile ul ul, #mobile ul ul ul, #mobile.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
  }
  #mobile > ul > li.menu-item-has-children > a:after, #mobile > ul > li.menu-item-has-children > a:before, #mobile ul ul > li.menu-item-has-children > a:after, #mobile ul ul > li.menu-item-has-children > a:before {
    display: none
  }
  #mobile #menu-button {
    display: block;
    padding: 17px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
  }
  #mobile #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: ''
  }
  #mobile #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: ''
  }
  #mobile #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  #mobile #menu-button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  #mobile .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 36px;
    width: 44px;
    cursor: pointer;
    background-color: #0f1e26
  }
  #mobile .submenu-button.submenu-opened {
    background-color: #0f1e26
  }
  #mobile ul ul .submenu-button {
    height: 32px;
    width: 32px;
    z-index: 1100;
    background-color: #0f1e26
  }
  #mobile ul ul .submenu-button.submenu-opened {
    background-color: #0f1e26
  }
  #mobile .submenu-button:after {
    position: absolute;
    top: 19px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: ''
  }
  #mobile ul ul .submenu-button:after {
    top: 15px;
    right: 13px
  }
  #mobile .submenu-button.submenu-opened:after {
    background: #fff
  }
  #mobile .submenu-button:before {
    position: absolute;
    top: 16px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: ''
  }
  #mobile ul ul .submenu-button:before {
    top: 12px;
    right: 16px
  }
  #mobile .submenu-button.submenu-opened:before {
    display: none
  }
}
/* Logos Slick Slider */
.box.logos {
  margin: 0;
  padding: 5em 0 6em;
}
.logos img {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.logos .slick-slide {
  outline: none !important;
}
.carousel-firmen .slick-prev:before {
  content: "\f104" !important;
}
.carousel-firmen .slick-next:before {
  content: "\f105" !important;
}
.logos .flex div {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .logos .flex div {
    display: block;
    vertical-align: middle;
  }
}
.carousel-firmen {
  padding-left: 3em;
}
.carousel-firmen .slick-prev:before, .carousel-firmen .slick-next:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: bold !important;
  font-size: 40px !important;
  height: 40px !important;
  color: #333333 !important;
}
.carousel-firmen .two img {
  max-width: 200px;
  height: auto;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  opacity: 0.55;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.carousel-firmen .two img:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  opacity: 1;
}
/* END Slick Slider */
/* News */
.allenews {
  padding: 3em 0;
}
.news {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto;
}
.news .three {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beitragsdatum h4 {
  font-size: 2em;
  font-weight: 500;
}
.beitragsdatum span {
  font-weight: 600;
}
.beitragsdatum hr {
  border: 1px solid #4c4c4c;
  margin: 0 auto 0.6em;
}
span.erstelldatum {
  color: #9D9D9D;
  font-size: 0.8em;
}
/* END News */
/* Suche */
#searchform {
  float: right;
  padding-top: 10px;
  position: relative;
}
#searchform input#s {
  margin: 0;
  border: none;
  height: 29px;
  width: 250px;
}
#searchform input.submit {
  border: none;
  height: 30px;
  width: 30px;
  margin: 0;
  text-indent: -99999px;
  background: white url(images/search.png) 0 0 no-repeat;
  padding-right: 20px;
}
/* End Suche */
/* Service/Leistungen */
.service-leistungen .columns {
  margin-bottom: 3em;
}
.service-leistungen a {
  display: block;
  width: 100%;
}
.service-leistungen h3 {
  font-weight: 600;
  width: 100%;
}
.service-leistungen .four h3 {
  text-align: center;
}
.service-leistungen img {
  margin-bottom: 1em;
  text-align: center;
}
/* Referenzen */
.referenzen .columns {
  padding: 1em;
  border: 1px solid #ada9a6;
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
  margin-bottom: 2em;
  font-size: 0.95em;
}
.referenzen img {
  margin-bottom: 1em;
}
.flexboxen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.flexboxen .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flexboxen .columns a {
  width: 100%;
}
#produkte-ansicht {
  padding: 3em 0;
}
#produkte-ansicht .columns {
  border: 1px solid #ddd;
}
#produkte-ansicht .columns img {
  margin-bottom: 1em;
}
#produkte-ansicht h3 {
  width: 100%;
  padding: 0 1em;
  font-size: 1.4em;
}
#produkte-ansicht .columns p {
  padding: 1em;
  font-size: 0.85em;
}
/* TABS horizontal */
#tabsection ul.tabs {
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
#tabsection .tabs li {
  list-style: none;
  display: inline;
}
#tabsection .tabs a {
  padding: 5px 15px;
  font-size: 1em;
  display: inline-block;
  opacity: 0.6;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
#tabsection .tabs li:before {
  content: none;
}
#tabsection .tabs a:hover {
  opacity: 1;
}
#tabsection .tabs a.active {
  margin-bottom: -1px;
  opacity: 1;
  color: #000;
  font-weight: 600;
  border-top: 1px solid rgba(0, 0, 0, 0.20);
  border-left: 1px solid rgba(0, 0, 0, 0.20);
  border-right: 1px solid rgba(0, 0, 0, 0.20);
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
}
/* TABS vertikal */
.toggle-link {
  z-index: 20;
  margin-top: 1.5em;
  padding: 0 1.5em;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  cursor: pointer;
}
.toggle-link h3 {
  margin-bottom: 0;
  line-height: 2;
}
.toggle-box {
  position: relative;
  display: none;
  background: #F6F9FA;
  padding: 1.5em;
  border-top: none;
  margin-bottom: 20px;
  z-index: 1;
}
/*closed*/
.closed:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f0d7";
  float: right;
}
/*opend*/
.opened:after {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f00d";
  float: right;
}
/* Parallax Awesome */
.container.icons {
  margin: 0 auto 0;
  text-align: left;
}
.max1600 {
  max-width: 1600px;
}
.icons i.fa {
  font-size: 4.2em;
  margin-bottom: 0.2em;
  padding: 0.4em;
  border-radius: 135px;
  color: #fff;
  background-color: rgb(0, 124, 176);
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.icons i.fa-hospital {
  padding: 0.4em 0.465em;
}
.icons i.fa-building {
  padding: 0.4em 0.465em;
}
.icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icons ul li {
  font-size: 1.2em;
  line-height: 1.6;
}



/* Kontakt */
#kontakt h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.1em;
  font-weight: 800;
}
.home-formular .wpcf7 {
  margin: 0;
  padding: 0;
}
.wpcf7 {
  margin: 0;
  padding: 0;
  background-repeat: repeat;
  background-position: center center;
  background-size: contain;
  font-weight: 500;
  font-size: 16px;
}
.wpcf7 input {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  width: 100%;
  height: 48px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #666;
}
.wpcf7 textarea {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0px;
  line-height: 2;
  min-height: 250px;
  color: #666;
}
.wpcf7 input[type="submit"], .wpcf7 input[type="submit"]:focus {
  margin-top: 1em;
  width: auto;
  height: auto;
  line-height: 2;
  padding: 7px 36px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: .2rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #007cb0;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.wpcf7 input[type="submit"]:hover {
  background-color: #005c83;
  color: #fff;
}
.wpcf7 input[type="checkbox"] {
  width: auto; /* statt 100% */
  height: auto; /* statt 38px */
}
.wpcf7 .wpcf7-acceptance span {
  font-weight: normal;
  font-size: 0.9em;
}
.wpcf7 .wpcf7-validation-errors {
  display: inline-block !important;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 0.9em;
  padding: 0.2em;
}
.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  color: #000;
}
.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  color: #000;
}
.wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  color: #000;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  background-color: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.wpcf7 label, .wpcf7 legend {
  margin: 0.5em auto;
}
/* Partnerlink */
.box.partnerlink {
  margin: 0;
  padding: 3em 0 2em;
}
.partnerlink h3, .partnerlink .button {
  margin-bottom: 15px;
}
/* Kontakt im Footer  */
.box.kontakt {
  margin: 0;
  padding: 5em 0 5em;
}
.box.kontakt h3 {
  font-weight: 600;
}
/* Sidebarmenu */
.sidenav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidenav ul li a {
  font-size: 0.9em;
  padding: 7px 10px 7px 10px;
  display: block;
  line-height: 1.6;
  margin-bottom: 11px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  color: #0f1e26;
}
.sidenav ul li.current_page_item a {
  background-color: #dddddd;
  padding: 7px 10px 7px 10px;
}
.sidenav ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  float: right;
  line-height: 1.6;
}
.sidenav ul li a:hover {
  background-color: #ffffff;
  color: #0f1e26;
  padding: 7px 10px 7px 10px;
}
.sidenav span {
  clear: both;
  display: block;
  margin-bottom: 1em;
  font-weight: 600;
}
/* End Sidebarmenu */
/* Custom type product */
#sinlgeprodukt .artname {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.5em;
}
#sinlgeprodukt .artnummer {
  color: #006BB3;
  margin-left: 0.5em;
  font-size: 1.2em;
}
/* Slick SLider */
.slider-nav span {
  border: 1px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 5px;
}
#sinlgeprodukt .slick-prev::before, #sinlgeprodukt .slick-next::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: bold !important;
  font-size: 40px !important;
  height: 40px !important;
  color: #333333 !important;
}
#sinlgeprodukt .slick-slide img {
  margin: 0 auto;
}
#sinlgeprodukt .slider-nav img {
  width: auto;
  max-height: 80px;
}
#sinlgeprodukt .slider-for {
  margin-bottom: 1em;
}
#sinlgeprodukt .slider-for img {
  max-width: 100%;
}
#sinlgeprodukt .slick-prev:before {
  content: "\f104" !important;
}
#sinlgeprodukt .slick-next:before {
  content: "\f105" !important;
}
#sinlgeprodukt span.slick-current {
  border: 1px solid #006BB3 !important;
}
#sinlgeprodukt .slick-slide {
  outline: none !important;
}
/* End custom post produkt */

/* Downloads */
.downloads a.katlink::before, .d-useite a.katlink::before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f1c1";
  font-weight: 600;
  padding-right: 7px;
}
.downloads p.subline {
  opacity: 0.8;
  font-size: 0.9em;
  margin-bottom: 15px;
}

.downloads li {
	background-color: #f2f2f2;
	display:block;
	width: 100%;
}

/* End Downloads */

/* Produktansicht */
.produktansicht ul {
	list-style: none;
	padding: 0;
	margin-bottom: 2em;
}
.produktansicht .listIcon {
	width: 21px;
	height: 21px;
	font-size: 18px;
	color: rgb(0, 90, 66);
	margin-right: 10px;
}

.produktansicht .button i { color: #ffffff; }

/* Notiz */
.notiz {
     margin:0;
     padding: 1em 0 0 0;
}
.alert {
    padding: 20px;
    color: white;
    margin-bottom:0;
}
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.closebtn:hover { color: black; } 
.alert.default { background-color: #ddd; color: black; }
.default .closebtn { color: black; }
.alert.danger { background-color: #f44336; }
.alert.success { background-color: #007c34; }
.alert.info { background-color: #007cb0; }
.alert.warning { background-color: #ff9800; }

/* Mobile Ansicht - CSS Anpassen */
@media screen and (max-width: 1680px) { body, input, select, textarea { font-size: 17px } }
@media screen and (max-width: 1280px) { body, input, select, textarea { font-size: 16px } }
@media screen and (max-width: 1024px) { body, input, select, textarea { font-size: 15px; letter-spacing: .0375em } }

/* Large screens ----------- */
@media only screen and (min-width : 1224px) and (max-width : 1824px) {
  .metaslider .flexslider .caption-wrap h1, 
  .introcaption h1 { font-size: 2.6em; }
  .metaslider .flexslider .caption-wrap h2, .introcaption h2 { font-size: 2em; margin-bottom: 2.5em; }
  .introcaption h1 { font-size: 2.8em; }
  .introcaption h2 { font-size: 2em; }
  .introcaption .button { font-size: 1.2em; }
  h1 { font-size: 3.6em; }
  .cta { padding: 120px 0px 100px; }
  .icons i.fa { font-size: 3.6em; }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1025px) and (max-width : 1224px) {
  .metaslider .flexslider .caption-wrap h1 { font-size: 2.4em; }
  .metaslider .flexslider .caption-wrap h2 { font-size: 1.8em; margin-bottom: 2em; }
  .introcaption h1 { font-size: 2.4em; }
  .introcaption h2 { font-size: 1.8em; }
  .introcaption .button { font-size: 1em; }
  h1 { font-size: 3.2em; }
  .cta { padding: 100px 0px 90px; }
  #navigation ul li a { padding: 1em 0.6em; }
  .icons i.fa { font-size: 3.2em; }
}

/* Ab Tablets Header mit position:relative */
@media only screen and (max-width: 1024px) {
  .caption-wrap .caption, .introcaption { top: 30%; }
  .metaslider { margin-top: 0 !important; }
  .intro.fullscreenintro { margin: 0 !important; padding: 0 !important; height: 100vh !important; min-height: 100vh !important; }
  .intro { padding: 7em 0; margin-top: 0 !important; height: auto !important; min-height: 0 !important; }
  .intro.introleer { padding: 8em 0; }
  .introleer { margin-top: 0 !important; }
  .icons i.fa { font-size: 2.8em; }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .metaslider .flexslider .caption-wrap h1 { font-size: 2.4em; }
  .metaslider .flexslider .caption-wrap h2 { font-size: 1.8em; margin-bottom: 1.8em; }
  .introcaption h1 { font-size: 2.4em; }
  .introcaption h2 { font-size: 1.8em; }
  .intro { padding: 8em 0; }
  .intro.introleer { padding: 9em 0; }
  .introcaption .button { font-size: 1em; }
  h1 { font-size: 3em; }
  .box, .service { padding-top: 3em; }
  .cta { padding: 120px 0px 100px; }
  .cta h2 { font-weight: 600; font-size: 2.5em; }
  .logos .carousel-firmen { padding-left: 2em !important; margin-left: 1em !important; }
  .icons .four { margin-left: 0; }
  .icons > .four { width: 80%; margin-left: 20%; margin-bottom: 1em; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .metaslider .flexslider .flex-control-nav { display: none; }
  .metaslider .flexslider img { min-height: 180px; }
  .metaslider .flexslider .caption-wrap h1 { font-size: 1.3em; }
  .metaslider .flexslider .caption-wrap h2 { font-size: 1.1em; margin-bottom: 1.5em; }
  .metaslider .flexslider .button { font-size: 0.8em; }
  .intro { padding: 6em 0; }
  .intro.introleer { padding: 7em 0; }
  .introcaption { top: 50%; }
  .introcaption h1 { font-size: 2em; margin-left: -50px; }
  .introcaption h2 { font-size: 1.6em; }
  .introcaption .button { font-size: 0.9em; }
  h1 { font-size: 3em; }
  .box, .service { padding-top: 3em; }
  .cta { padding: 120px 0px 100px; }
  .cta h2 { font-weight: 600; font-size: 2.5em; }
  .cta h3 { font-weight: 400; }
  .logos .carousel-firmen { padding-left: 1em !important; margin-left: 1em !important; }
  .referenzen .columns { width: 48% !important; }
  .referenzen .columns:nth-child(odd) { margin-left: 0; }
  .icons .offset-by-one { margin-left: 0; }
  footer .columns { margin-bottom: 1em; }
  .icons > .four { width: 80%; margin-left: 20%; margin-bottom: 1em; }
}
@media only screen and (max-width: 550px) {
   .icons .eight { margin-bottom: 2em; text-align: center; margin-left: 0;}	
  .icons > .four { width: 100%; margin-left: 0; }
}

@media only screen and (max-width: 479px) {
  .caption-wrap .caption, .introcaption { top: 35%; }
  .metaslider .flexslider .flex-control-nav { display: none; }
  .metaslider .flexslider img { min-height: 160px; }
  .metaslider .flexslider .caption-wrap h1 { font-size: 1.3em; }
  .cta-parallax {text-align: center; }
  .cta .six { margin-bottom: 2em; }
  .metaslider .flexslider .caption-wrap h2 { font-size: 1.1em; margin-bottom: 1em; }
  .metaslider .flexslider .button { font-size: 0.8em; }
  .intro { padding: 5em 0; }
  .intro.introleer { padding: 6em 0; }
  .introcaption { top: 50%; }
  .introcaption h1 { font-size: 1.6em; margin-left: -20px; }
  .introcaption h2 { font-size: 1.2em; }
  .introcaption .button { font-size: 0.9em; }
  h1 { font-size: 3em;}
  .cta { padding: 100px 0px 80px; }
  .cta h2 { font-weight: 400; font-size: 1.8em; }
  .cta h3 { font-weight: 400; }
  .box, .service { padding-top: 3em; }
  #sortiment .button { margin-bottom: 1em; }
  #kontakt img { margin-bottom: 1em; }
  .logos .container { width: 90% !important;}
  .logos img { margin: 1em auto !important; }
  .logos .carousel-firmen { padding-left: 1em !important; }
  footer .columns { margin-bottom: 1em; }
}

