/* Header CSS */
header { background-color: rgb(255,255,255); }
header { color: #156fb2; }
header a, header a:visited { color: #156fb2; }
header a:hover, header a:focus { color: #156fb2; }
header .fa, header .fab, header .fal, header .far, header .fas { color: #156fb2; }
header.sticky { color: #156fb2; }
header.sticky a, header.sticky a:visited { color: #156fb2; }
header.sticky a:hover, header.sticky a:focus { color: #156fb2; }
header.sticky .fa, header.sticky .fab, header.sticky .fal, header.sticky .far, header.sticky .fas { color: #156fb2; }
 
header { box-shadow: 0 5px 10px rgba(0,0,0,0.15); } 
 
header.sticky { box-shadow: 0 5px 10px rgba(0,0,0,0.15); } 
header.sticky { background-color: rgb(255,255,255); }
@media only screen and (max-width: 1024px) {
header { background-color: #ffffff; }
}
header.sticky #navigation > div > ul > li > a { color: #156fb2; }
header.sticky #navigation > div > ul > li.current-menu-item > a,
header.sticky #navigation > div > ul > li > a:hover { color: #156fb2; }
@media only screen and (max-width: 1024px) {
#mobile #menu-button,
#mobile ul li, #mobile .submenu-button,
#mobile .submenu-button.submenu-opened { background-color: #ffffff; }
}
@media only screen and (max-width: 1024px) {
#mobile ul ul li a { background-color: #ffffff !important; }
}
@media only screen and (max-width: 1024px) {
#mobile #menu-button, #mobile ul li a { color: #000000 !important; }
#mobile #menu-button::before,
#mobile #menu-button.menu-opened::before,
#mobile #menu-button.menu-opened::after { background-color: #000000 !important; }
#mobile #menu-button::after { 
	border-top: 2px solid #000000; 
    border-bottom: 2px solid #000000; 
	}
#mobile .submenu-button::before,
#mobile .submenu-button::after { background-color: #000000 !important; }
}
@media only screen and (max-width: 1024px) {
  header, header.fixed, header.absolute { position: relative; }
}
#navigation > div > ul > li > a { font-weight:600; }
#navigation > div > ul > li > a { font-size:1em; }

#navigation > div > ul > li > a,
#navigation > div > ul > li:hover > a { color: #156fb2; }
#navigation > div > ul > li.current-menu-item > a,
#navigation > div > ul > li > a:hover { color: #156fb2; }

#navigation ul ul li a,
#navigation ul ul ul li a{ color: #ffffff; }
#navigation ul ul li.menu-item-has-children > a:after,
#navigation ul ul li.menu-item-has-children > a:before { background: #ffffff; }
#navigation ul ul li:hover > a, #navigation ul ul li a:hover,
#navigation ul ul ul li:hover > a, #navigation ul ul ul li a:hover,
#navigation ul ul li.current-menu-item a { color: #ffffff; }
#navigation ul ul li.menu-item-has-children:hover > a:after,
#navigation ul ul li.menu-item-has-children:hover > a:before { background: #ffffff; }
#navigation ul ul li a, 
#navigation ul ul ul li a { background-color: rgb(21,111,178); }
#navigation ul ul li:hover > a, 
#navigation ul ul li a:hover,
#navigation ul ul li.current-menu-item a { background-color: rgb(21,111,178); }
#navigation ul ul li a,
#navigation ul ul ul li a { border-bottom: 1px solid rgb(21,111,178); }
	
#customtabs { background-color: rgb(221,51,51); }
#customtabs .tabs a { color: #ffffff; }
#customtabs .tabs a { text-transform:uppercase; }
@media screen and (min-width: 1024px){
#customtabs .tabs a { width: 33%; }
}
	.movebox {
	position: relative;
	width: 100%;
	margin-bottom: 1em;
}
.resize-left  img,
.resize-center img,
.resize-right img {
	max-width: 90%;
}
.resize-left img { margin: 0 auto 0 0; }
.resize-center img { margin: 0 auto; }
.resize-right img { margin: 0 0 0 auto; }

/* Ueberlappend - BG Image */
.imgbox.move-bg-top-left img,
.imgbox.move-bg-top-right img,
.imgbox.move-bg-bottom-left  img,
.imgbox.move-bg-bottom-right img {
	max-width: 90%;
}
.move-bg-top-left img { margin: 0 auto 10% 0; }
.move-bg-top-right img { margin: 0 0 10% auto; }
.move-bg-bottom-left img { margin: 10% auto 0 0; }
.move-bg-bottom-right img { margin: 10% 0 0 auto; }

.imgbox.move-top-left,
.imgbox.move-top-right,
.imgbox.move-bottom-left,
.imgbox.move-bottom-right {
	position: absolute !important;
	z-index: 1;
	max-width: 90%;
}
.imgbox.move-top-left { top: 0; left: 0; }
.imgbox.move-top-right { top: 0; right: 0; }
.imgbox.move-bottom-left{ right: 10%; bottom: 0%; }
.imgbox.move-bottom-right { left: 10%; bottom: 0%; }/* Footer */
footer {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 4em 0em;
  line-height: 1.7;
}
footer a, footer a:visited {
  color: #dddddd;
}
footer a:hover, footer a:focus {
  color: #ffffff;
}
footer { 
	background-color: rgb(21,111,178); 
	border-top: 2px solid rgb(21,111,178);
}
.footer2 {
	background-color: rgb(21,111,178); 
}
footer, footer h1, footer h2, footer h3, footer h4,  footer h5, footer h6,
.footer-line-1, .footer-1 .firmenname:before, .footer-1 .adresse:before, 
.footer-1 .tel:before, .footer-1 .fax:before, .footer-1 .mail:before { color: #ffffff; }
footer a, footer a:visited, footer ul.menu li a, footer #footermenu ul li a { color: #ffffff; }
footer a:hover, footer ul.menu li a:hover, #footermenu ul li a:hover { color: #ffffff; }
.footer2 { 
	background-color: rgb(21,111,178); 
}
 
.menu-footer-container {
  margin: 0;
  padding: 0;
}
.footer-line-2 {
  text-align: center;
  padding: 0.6em 0 0.3em 0;
}
.footer-line-6 {
  font-size: 0.8em;
  text-align: center;
  padding: 1em 0 1em 0;
}
/* Copyright */
.footer2 {
  text-align: center;
  font-size: 12px;
  padding: 0.6em 0 0.3em 0;
}
.footer2 .container .twelve.columns:last-child {
	margin-bottom: 0;
}
/* 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;
}
.impressumrechts{text-align:right;}.cbox{border:2px solid red;}.abox{border:2px solid green;margin-top:2em;align-items:flex-end;}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:url(../fonts/open-sans-v27-latin/open-sans-v27-latin-300.eot);src:local(''),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-300.eot?#iefix) format('embedded-opentype'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-300.woff2) format('woff2'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-300.woff) format('woff'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-300.ttf) format('truetype'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-300.svg#OpenSans) format('svg')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url(../fonts/open-sans-v27-latin/open-sans-v27-latin-regular.eot);src:local(''),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-regular.woff2) format('woff2'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-regular.woff) format('woff'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-regular.ttf) format('truetype'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-regular.svg#OpenSans) format('svg')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:500;src:url(../fonts/open-sans-v27-latin/open-sans-v27-latin-500.eot);src:local(''),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-500.eot?#iefix) format('embedded-opentype'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-500.woff2) format('woff2'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-500.woff) format('woff'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-500.ttf) format('truetype'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-500.svg#OpenSans) format('svg')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:url(../fonts/open-sans-v27-latin/open-sans-v27-latin-600.eot);src:local(''),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-600.eot?#iefix) format('embedded-opentype'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-600.woff2) format('woff2'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-600.woff) format('woff'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-600.ttf) format('truetype'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-600.svg#OpenSans) format('svg')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;src:url(../fonts/open-sans-v27-latin/open-sans-v27-latin-800.eot);src:local(''),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-800.eot?#iefix) format('embedded-opentype'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-800.woff2) format('woff2'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-800.woff) format('woff'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-800.ttf) format('truetype'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-800.svg#OpenSans) format('svg')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:url(../fonts/open-sans-v27-latin/open-sans-v27-latin-700.eot);src:local(''),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-700.eot?#iefix) format('embedded-opentype'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-700.woff2) format('woff2'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-700.woff) format('woff'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-700.ttf) format('truetype'),url(../fonts/open-sans-v27-latin/open-sans-v27-latin-700.svg#OpenSans) format('svg')}
body { font-family: "Open Sans", Helvetica, Arial, sans-serif;  }
h1, h2, h3, h4, h5, h6 { font-family: "Open Sans", Helvetica, Arial, sans-serif; }
#navigation ul li a, .button, .wpcf7 input[type="submit"] { font-family: "Open Sans", Helvetica, Arial, sans-serif; }
body { color: #6d6d6d; }
body { font-size: 17px; }
@media screen and (min-width: 769px) and (max-width: 1024px){ font-size: 15.5833333333px; }
@media screen and (max-width: 768px){ font-size: 14.875px; }
body { font-weight: 300; }
@media screen and (max-width: 1024px){
body { font-size: 14.875px; }
body { font-weight: 300; }
}
.fa-brands, .fa-solid, .fa, .fab, .fal, .far, .fas { color: #156fb2; }
a, a:visited { color: #156fb2; }
a:hover, a:focus { color: #156fb2; }
.wrapper { background-color: rgb(255,255,255); }
.container { max-width: 1200px; }

.box ul, 
.module-box ul, 
.box-module ul { 
	list-style: none;
	margin: 0 0 1em 0; 
	padding: 0; 
}
.box ul li, 
.module-box ul li,
.box-module ul li {
  padding-left: 1.3em;
  line-height: 1.8;
}									
.box ul li:before,
.module-box ul li:before,
.box-module ul li:before {
  display: inline-block;
  font-family: "Font Awesome 6 Free" !important;
  content: "\f058";
  margin-right: 0;
  margin-left: -1.5em;
  margin-top: -2px;
  width: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #156fb2;												
}
form ul li::before { content: none !important; }
ul.disc li::marker { color: ; }

.introdefault { background-color:rgb(21,111,178); }
@media only screen and (min-width: 1025px) { 
.introdefault { height: 50vh; }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) { 
.introdefault { height:50vh; }
}
@media only screen and (max-width: 768px) {
.introdefault { height:50vh; }
}
.button.first, .button.first i { color: #ffffff; }
.numeric li a { color: #ffffff; }
.button.first:hover, .button.first:hover i, .button.first.active { color: #ffffff; }
.numeric li a { color: #ffffff; }
.button.first { background-color: rgb(21,111,178); }
.numeric li a { background-color: rgb(21,111,178); }
.button.first:hover, .button.first.active { background-color: rgb(21,111,178); border: 2px solid rgb(21,111,178); }
.numeric li a:hover, .numeric li a.active { background-color: rgb(21,111,178); }
.button.first { border: 2px solid #156fb2; }
.button.first:hover, .button.first.active { border: 2px solid #156fb2; }
.wpcf7 input[type="submit"], .wpcf7 input[type="submit"]:focus { color: #ffffff; }
.wpcf7 input[type="submit"]:hover { color: #ffffff; }
.wpcf7 input[type="submit"], .wpcf7 input[type="submit"]:focus { background-color: rgb(21,111,178); }
.wpcf7 input[type="submit"]:hover { background-color: rgb(21,111,178);}
.wpcf7 input[type="submit"], 
.wpcf7 input[type="submit"]:focus  { border: 2px solid #156fb2; }
.wpcf7 input[type="submit"]:hover { border: 2px solid #156fb2; }
	.button1 .button.first {
 background-color:rgba(255,255,255,0);
 border:2px solid rgb(255,255,255);
 color:#ffffff;
}
.button1 .button.first i { color:#ffffff; }
.button1 .button.first:hover {
 background-color:rgba(255,255,255,0);
 color:#ffffff;
 border:2px solid rgb(255,255,255);
}
.button1 .button.first:hover i { color:#ffffff; }
	h1, .leistungen h1, .cta .product-content h1 {  color: #156fb2; }
h2, .leistungen h2, .cta .product-content h2 {  color: #156fb2; }
h3, .leistungen h3, .cta .product-content h3 {  color: #156fb2; }
h4, .leistungen h4, .cta .product-content h4 {  color: #6d6d6d; }
h5, .leistungen h5, .cta .product-content h5 {  color: #6d6d6d; }
h6, .leistungen h6, .cta .product-content h6 {  color: #6d6d6d; }
h1 {font-size: 2.4em;}h2 {font-size: 2em;}h3 {font-size: 1.8em;}h4 {font-size: 1.4em;}h5 {font-size: 1.2em;}h6 {font-size: 1em;}h1 {font-weight: 600;}h2 {font-weight: 400;}h3 {font-weight: 600;}h4 {font-weight: 400;}h5 {font-weight: 400;}h6 {font-weight: 400;}@media screen and (max-width: 1024px){
h1 {font-size: 2em;}h2 {font-size: 1.8em;}h3 {font-size: 1.6em;}h4 {font-size: 1.4em;}h5 {font-size: 1.2em;}h6 {font-size: 1em;}h1 {font-weight: 600;}h2 {font-weight: 400;}h3 {font-weight: 600;}h4 {font-weight: 400;}h5 {font-weight: 400;}h6 {font-weight: 400;}}
.sidenav ul li a { background-color: rgb(255,255,255);  }
.sidenav ul li a:hover { background-color: rgb(255,255,255);  }
.sidenav ul li a { color: #000000;  }
.sidenav .submenu-button::after, 
.sidenav .submenu-button::before { background: #000000;  }
.sidenav ul li a:hover { color: #000000;  }
.sidenav li:hover .submenu-button::after, 
.sidenav li:hover .submenu-button::before { background: #000000;  }
