/*
Theme Name: DC-SDL
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-SDL
Text Domain: DC-SDL
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;
     color:#2c3e50;
     background: #ffffff;

}
/* Text, Links */
 a, a:visited {
     color:#671919;
     outline:0 none;
     text-decoration:none;
}
 a:hover, a:focus {
     color:#671919;
     text-decoration:none;
}
 p a, p a:visited {
     line-height:inherit;
}
/* Headlines */
 h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
     font-weight:inherit;
     text-decoration:none;
}
 h1 {
    font-family: 'Open Sans', sans-serif;
     color: #671919;
     text-transform:uppercase;
     margin-bottom:0.1em;
     font-weight: 800;
}

 h2 {
    font-family: 'Open Sans', sans-serif;
     color: #2c3e50;
     text-transform:uppercase;
     margin-bottom:0.1em;
     font-weight: 400;
}



 #kontakt h2 {
    font-family: 'Open Sans', sans-serif;
     color: #671919;
     text-transform:uppercase;
     margin-bottom:0.1em;
     font-weight: 800;
}

 h3{
    color: #671919;
     font-weight: 600;
     margin-bottom:0.1em;
     font-family: 'Open Sans', sans-serif;
     letter-spacing: 0.01em;
}
 
 h4, h5, h6 {
    color: #2c3e50;
     font-weight: 600;
     margin-bottom:0.1em;
     font-family: 'Open Sans', sans-serif;
     letter-spacing: 0.01em;
}
 h1 {
     font-size: 3em;
     line-height:1.35;
}
 h2 {
     font-size: 1.8em;
     line-height:1.3;
}
 h3 {
     font-size: 1.6em;
     line-height:1.25;
}
 h4 {
     font-size: 1.4em;
     line-height:1.2;
}
 h5 {
     font-size: 1.2em;
     line-height:1.2;
}
 h6 {
     font-size:1em;
     line-height:1.2;
     text-transform: uppercase;
}
 hr {
     clear:both;
     border: 3px solid #ada9a6;
     margin: 0 auto !important;
     height: auto;
     width: 60px;
}
 .full-width {
     height:auto;
     width:100%;
     overflow:hidden;
}
 .centered {
     text-align:center;
}
 .clear {
     clear:both;
}
 .left0 {
     margin-left: 0;
}
/* Header */
 header {
     display: block;
     position: relative;
     width:100%;
     background-color:#fff
}

#headerline {
	position: relative;
	left:0;
	top: 0;
	
}

/* Images */
 img {
     height: auto;
     max-width: 100%;
}
/* Header fixed*/
 .fixed {
     display: block;
     position: fixed;
     width: 100%;
     background-color: #fff;
     z-index: 999;
     /* box-shadow: 0 1px 3px rgba(0,0,0,0.2); */
     box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
     top: 0;
     left: 0;
}
 .shadow {
     box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
}
/* Logo Header-1 */
 .logo {
     padding:1.5em 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: 300px;
}

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

/* Navigation Header-1 */
 #navigation {
     margin-top:2.5em;
     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:#671919
}
 #navigation ul li{
    display:inline-block
}
 #navigation ul li a{
     font-family: 'Open Sans', Helvetica, Arial, sans-serif;
     padding:1em 1em;
     color:#671919;
     font-weight:bold;
     text-transform:uppercase;
     font-size:1em;
     letter-spacing:1px;
     text-decoration: none;
}
 #navigation ul li a:hover{
}
 #navigation ul li.current_page_item a {
}
 #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{
    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: 250px;
     font-size: 12px;
     text-decoration: none;
     color: #ffffff;
     font-weight: 400;
     background: #671919;
     z-index: 1000 !important;
}
 #navigation ul ul ul li a{
    background-color:#2c3e50
}
 #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:#fff
}
 #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: 6em 0 0 0; max-width:100% !important; }
.metaslider .flexslider { margin: 0 !important; }
.metaslider .flex-control-nav { bottom: 20px !important; }

/*
.metaslider .flexslider .caption-wrap {
	 position: absolute;
     background-color: transparent;
     display: block;
     top: 36%;
     left: 18%;
     line-height: 1.35;
     letter-spacing: 0rem;
     font-weight: bold;
     text-transform: none;
     line-height: 1.5;
     width: 100%;
     height:auto;
     color: #FFFFFF;
     margin: 0;
     opacity: 1;
     max-width:30%;
     padding: 0.5em;
}
 .metaslider .flexslider .caption-wrap h2 {
     background: rgba(0, 0, 0,0.2);
     padding: 0.2em;
     text-transform: none;
     color: #FFFFFF;
     font-size: 2.6em 
}
*/

.caption-wrap {
    color: #FFFFFF;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #671919 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#671919', endColorstr='#2980b9', GradientType=1) !important;
    background: -moz-linear-gradient(left, rgba(103, 25, 25, 0.8) 0%, rgba(103, 25, 25, 0.8) 61%, rgba(103, 25, 25, 0.8) 100%) !important;
   	background: -webkit-linear-gradient(left, rgba(103, 25, 25, 0.8) 0%, rgba(103, 25, 25, 0.8) 61%, rgba(103, 25, 25, 0.8) 100%) !important;
    background: linear-gradient(to right, rgba(103, 25, 25, 0.8) 0%, rgba(103, 25, 25, 0.8) 61%, rgba(103, 25, 25, 0.8) 100%) !important;
    opacity: 1 !important;
    z-index: 1;
    text-align: center;
}

.caption-wrap .caption {   
    position: relative;
    display: block;
    margin: 9.5em auto 3em;
    background: transparent;
}

.caption-wrap h2 {
	color: #ffffff;
	font-size: 3em;
	text-transform: uppercase;
	letter-spacing: 0.005em;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

.caption-wrap h3 {
	color: #ffffff;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.003em;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 3em;
}

/* Intro */
.intro {
	position: relative;
	margin: 3em 0 0 0;
	padding: 9em 0 8em;
	background-attachment:scroll;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	background-position: center center;
}

.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%;
    background: #671919;
    background: -moz-linear-gradient(left, #671919 0%, #671919 61%, #671919 100%);
    background: -webkit-linear-gradient(left, #671919 0%, #671919 61%, #671919 100%);
    background: linear-gradient(to right, #671919 0%, #671919 61%, #671919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#671919', endColorstr='#671919', GradientType=1);
    opacity: 0.8;
    z-index: 0;
}

.introleer {
	position: relative;
	margin: 3em 0 0 0;
}


/* Breadcrumb */
.breadcrumb {
margin: 0;
    padding: 0.6em 0;
 font-size: 1.0em;
     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;
}

 


#arrow {
    border-right:2px solid black;
    border-bottom:2px solid black;
    width:10px;
    height:10px;
    transform: rotate(-45deg);
    margin-top:40px;
}



.box ul li,.smallbox ul li {
  position: relative;
	padding-bottom: 10px;
}

.box ul ,.smallbox ul {
  list-style: none;
}

.box ul li:before,.smallbox ul li:before{
   content: '';
   position: absolute;
   border-right:3px solid #671919;
   border-bottom:3px solid #671919;
   width:8px;
   height:8px;
   top: calc(50% - 4px);
   left: -20px;
   transform: translateY(-50%) rotate(-45deg);
}


 


.topbox {
     margin:0;
     padding: 7em 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: 2.3em;
     padding: 0 2em;
     color: #671919;
     text-align: center;
     font-size: 1.0em;
     font-weight: 600;
     line-height: 2em;
     letter-spacing: .1rem;
     text-transform: uppercase;
     text-decoration: none;
     white-space: nowrap;
     background-color: transparent;
     border-radius: 0px;
     border: 1px solid #671919;
     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;
}


 

.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;
}



/* Buttons - nach Prioritet */
.button.first {
     color: #671919;
     border: 2px solid #671919;
}
.button.first:hover {
     background-color: #671919;
     border: 2px solid #671919;
     color: #fff;
}

.button.second {
     color: rgba(0, 0, 0, 0.40);
     border: 2px solid rgba(0, 0, 0, 0.40);
}

.button.second:hover {
     background-color: #A1A1A1;
     border: 2px solid #A1A1A1;
     color: #fff;
}

/* Parallax Boxen */
.cta {
     position: relative;
     padding: 100px 0px 100px;
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: cover;
     text-align: center;
     background-position: center center;
}

.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;
     font-size: 3em;
     font-weight: 700;
     letter-spacing: 1px;
     line-height: 1.2em;
     text-transform: uppercase;
     display: inline-block;
	margin: 0 0 1.5em 0;
}
 .cta h3 {
     text-transform: uppercase;
     font-weight: 600;
     margin-bottom: 1em;
     line-height: 1;
     font-size: 1.4em;
     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;
}

 .button.black {
     background-color: #671919;
     border: 2px solid #671919;
     color: #fff;
}
 .button.black:hover {
     background-color: #ffffff;
     color: #671919;
     border: 2px solid #ffffff;
}
 .button.grey {
     background-color: #ada9a6;
     border: 2px solid #ada9a6;
     color: #fff;
}
 .button.grey:hover {
     background-color: #ffffff;
     color: #ada9a6;
     border: 2px solid #ffffff;
}

/* Icons*/
.container.icons {
	margin: 2em auto 0;
	 text-align: left;
}

.icons i.fa {
    font-size: 5em;
    margin-bottom: 0.2em;
    padding: 0.4em;
    border-radius: 135px;
    color: #671919;
    background-color: #fff;
    -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-plus {
	 padding: 0.4em 0.462em;
}

.icons ul {
	list-style: none;
	color: #ffffff;
	margin: 1em 0 1em 0;
	padding: 0;
}

.icons ul li {
	font-size: 1.4em;
	line-height: 1.6;
}


/* Service */
.service {
     background-color: #ffffff;
     margin:0;
     padding: 7em 0 7em 0;
     overflow-x: hidden 
}

.leistungen .six {
     margin-bottom: 2em;
}


/* Kontakt */
 .kontakt {
     color: #FFFFFF;
     background-color: #2c3e50;
     padding: 2.5em;
     margin-top: 0em 
}
 .kontakt h4 {
     color: #FFFFFF;
     text-transform: uppercase;
     font-size: 1.8em;
     margin-bottom: 0.6em 
}
 .kontakt p {
     color: #FFFFFF;
     font-size: 1.2em 
}
 .kontakt .columns a {
     color: #FFFFFF;
     float: right;
     margin-top: 3em;
     text-transform: uppercase 
}
 .page-title > h2 {
     font-size: 150px;
     color: rgba(0, 0, 0, 0.05);
     -webkit-transform: rotate(-90deg);
     transform: rotate(-90deg);
     position: relative;
     z-index: 1;
     top: 800px;
}


/* 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;

}

.allenews {

    padding: 3em 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 */
 footer {
     position:relative;
     border-top:1px solid ##671919;
     text-align: center;
     clear: both;
     font-size: 0.9em;
     margin: 0 auto;
     padding: 2em 0em;
     color:#fff;
     background-color: #671919;
     line-height: 1.7;
}
 .menu-footer-container {
     margin: 0;
     padding: 0;
}
 #footermenu {
     font-size: 1em;
     line-height: 1.2;
     text-shadow: none;
}
 #footermenu ul {
     margin: 0 auto;
     padding: 0;
     list-style: none;
}
 #footermenu ul li {
     margin: 0;
     padding: 0 0.2em 0 0;
     display: inline;
}
 #footermenu 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 ul li a:hover {
     color: #fff;
}
/* Copyright */
 .footer2 {
     text-align: center;
     padding: 0.6em 0 0.3em 0;
     color: #fff;
}

/* 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:#671919;
    }
     #mobile #menu-button {
         background-color:#671919; 
    }
     #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: 1em;
         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: 12px;
         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:#671919!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:#671919!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:42px;
        width:46px;
        cursor:pointer;
        background-color:#671919
    }
     #mobile .submenu-button.submenu-opened{
        background-color:#2c3e50
    }
     #mobile ul ul .submenu-button{
        height:34px;
        width:34px;
        z-index:1100;
        background-color:#2c3e50
    }
     #mobile ul ul .submenu-button.submenu-opened{
        background-color:#2c3e50
    }
     #mobile .submenu-button:after{
        position:absolute;
        top:22px;
        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:19px;
        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 */
.bggrau {
	background-color: #EFEFEF;
}

.logos { padding: 3em 0; }
.logos img {
  	-moz-transition: all 0.5s ease 0s;
  	-webkit-transition: all 0.5s ease 0s;
  	transition: all 0.5s ease 0s;
}

.slick-slide {outline: none !important;}
.slick-prev:before {content: "\f104" !important;}
.slick-next:before {content: "\f105" !important;}

.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;
}

.logos .carousel-firmen { padding-left: 5em; }
.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;
}
/* 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 */ 
.sidebar.widget-area, .suche {
	position: relative;
}

#searchsubmit .screen-reader-text {
    display:none;
}

#searchsubmit {
    position:absolute;
    top:5px;
    left:135px;
    width:40px;
    height:40px;
    /* background: url("images/blue-150x150.png") top left no-repeat;  
    background-size: contain; */
    border: none; 
}
  
#searchsubmit:hover {
    background: url("images/green-150x150.png") top left no-repeat;  
    background-size: contain;
    border: none; 
}

/*
#searchsubmit:before {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}
*/
/* End Suche */

/* Referenzen */

.referenzen .columns {
	padding: 1em;
	border: 1px solid #ada9a6;
	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: left;
    flex-wrap: wrap;
}

.flexboxen .columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

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

/* Large screens ----------- */
@media only screen and (min-width : 1224px) and (max-width : 1824px) {
	.metaslider .flexslider .caption-wrap .caption { margin: 6em auto 3em;}
	.metaslider .flexslider .caption-wrap h2, .introcaption h2 { font-size: 2.6em; }
	.metaslider .flexslider .caption-wrap h3 { font-size: 1.35em; margin-bottom: 2.5em; }
	h1 { font-size: 3.6em; }
	.cta { padding: 120px 0px 100px; }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1025px)  and (max-width : 1224px) {
	.metaslider .flexslider .caption-wrap .caption { margin: 5em auto 3em;}
	.metaslider .flexslider .caption-wrap h2, .introcaption h2 { font-size: 2.2em; }
	.metaslider .flexslider .caption-wrap h3 { font-size: 1.35em; margin-bottom: 2em; }
	h1 { font-size: 3.2em; }
	.cta { padding: 100px 0px 90px; }
	#navigation ul li a { padding: 1em 0.6em; }
}

/* Ab Tablets Header mit position:relative */
@media only screen and (max-width: 1024px) {
	.metaslider { margin-top: 0 !important; }
	.intro { margin-top: 0 !important; }
	.introleer { margin-top: 0 !important; }
	.fixed { position: relative !important; }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.metaslider .flexslider .caption-wrap .caption { margin: 5em auto 3em;}
	.metaslider .flexslider .caption-wrap h2, .introcaption h2 { font-size: 1.8em; }
	.metaslider .flexslider .caption-wrap h3 { font-size: 1.3em; margin-bottom: 1.8em; }
	.intro { padding: 8em 0; }
	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 .offset-by-one { margin-left: 0; }
	.icons > .five { width: 48%;  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.logo { max-width: 200px; float: none; }
	.metaslider .flexslider .flex-control-nav { display: none; }
	.metaslider .flexslider img { min-height: 200px; }
	.metaslider .flexslider .caption-wrap .caption { margin: 4em auto 3em;}
	.metaslider .flexslider .caption-wrap h2, .introcaption h2 { font-size: 1.3em; }
	.metaslider .flexslider .caption-wrap h3 { font-size: 1.1em; margin-bottom: 1.5em; }
	.metaslider .flexslider .button { font-size: 0.8em; }
	.intro { padding: 6em 0; }
	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;}
	.icons > .five { width: 100%; margin-bottom: 1em;  }
}

@media only screen and (max-width: 479px) {
	 .logo { max-width: 200px; float: none; }
	 /* .metaslider img { min-height: 200px;  } */
	.metaslider .flexslider .flex-control-nav { display: none; }
	.metaslider .flexslider img { min-height: 200px; }
	.metaslider .flexslider .caption-wrap .caption { margin: 4em auto 3em; }
	.metaslider .flexslider .caption-wrap h2, .introcaption h2 { font-size: 1.3em; }
	.metaslider .flexslider .caption-wrap h3 { font-size: 1.1em; margin-bottom: 1.5em; }
	.metaslider .flexslider .button { font-size: 0.8em; }
	h1 { font-size: 3em; }
	.intro { padding: 5em 0; }
	.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; }
	.icons .columns { text-align: center; margin-bottom: 1em; }
}

/* Adminbar */
.xfixed {top:32px;}
@media only screen and (max-width: 767px) {.xfixed {top:46px;} }
#adminbarfix {top:32px; height:32px; }
@media only screen and (max-width: 767px) {#adminbarfix {top:46px; height:auto;} }

