@charset "utf-8";
/* CSS Document */
* {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    transition: 1s;
}
/*-----------Farben
 grau: #95ACBD; (rgb(149,172,189))
  hellgruen: #d9ED92; (rgb(217,237,146))
  mittelgruen: #99D98C; (rgb(153,217,140))
  dunkelgruen: #549367; (rgb(84,147,83))
  logogruen: #045920; (rgb(4,89,32))
   grasgruen: #86bc42 
 bggruen: (rgba(153,217,140,.2))


/*------------Farben-----------*/
:root{
  --grau: #95ACBD;
  --hellgruen: #d9ED92;
  --mittelgruen: #79ac6f;	
  --dunkelgruen: #549367; 
  --grasgruen: #86bc42;
  --logogruen: #045920;
	--bggruen:rgba(153,217,140,.2);
}
@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Regular.eot');
    src: url('../fonts/Jost-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Regular.woff2') format('woff2'),
        url('../fonts/Jost-Regular.woff') format('woff'),
        url('../fonts/Jost-Regular.ttf') format('truetype'),
        url('../fonts/Jost-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jost-Medium';
    src: url('../fonts/Jost-Medium.eot');
    src: url('../fonts/Jost-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Medium.woff2') format('woff2'),
        url('../fonts/Jost-Medium.woff') format('woff'),
        url('../fonts/Jost-Medium.ttf') format('truetype'),
        url('../fonts/Jost-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg') format('svg');
       font-weight: nortmal;
       font-style: normal;
}
.bg_white{
  background-color:#fff;
  padding-top: 3rem;
  
}

* {
  margin: 0;
    margin-bottom: 0px;
  padding: 0;
    padding-right: 0px;
    padding-left: 0px;
  box-sizing: border-box;
}
img{
  max-width: 100%;
  height: auto;
}
a{
  color:var(--dunkelgruen);
  text-decoration: none;
}
.btn.willkommen a{
  color:#fff;
}
a:hover{
  color:var(--logogruen);
}


.gruen{
  color:var(--logogruen);
}

body{
	font-family: "Open Sans", sans-serif;
	font-size: 1.2rem;
    line-height: 26px;
    color:var(--dunkelgruen);
}
.row{
  margin-right:0;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: var(--mittelgruen);
}
.ueberschrift{
  padding-top: 90px;
}

.col-md-6 + .ueberschrift{
  padding-top:0;
}

section#content_breit{
  background-color: var(--bggruen);
 padding-bottom:90px;
}
#gruene_waende section#content_breit{
  padding-bottom:0;
}


h1, h2, h3, h4, h5, h6 {  
  font-family: 'Jost-Medium', sans-serif;
  color: var(--dunkelgruen);
  line-height: normal;
   margin: 0 0 20px;
	padding: 0;
}
h1, h2{
  text-transform: uppercase;  
}
h2{
  font-size: 36px;
}
h6, .h6, p {
  font-size: 22px;
  font-family: 'Jost', sans-serif;
}
p {
  line-height: normal;
  
}
.scroll-to-top {
	background:var(--dunkelgruen);
	border-color: var(--mittelgruen);
}

/*----default styles-------------*/
.width-95 {
  width: 95%;
}
.no-margin {
  margin: 0 !important;
}

.border-color-light-black {
  border-color: rgba(0, 0, 0, 0.075) !important;
}
.height-100 {
  height: 100%;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;    
}
.display-table {
  display: table !important;
}
.display-table-cell {
  display: table-cell !important;
}
.vertical-align-middle {
  vertical-align: middle;
}
.margin-30px-bottom {
  margin-bottom: 30px;
}
.margin-30px-top {
  margin-top:30px;
}
.margin-50px-top {
  margin-top:50px;
}
.main-content .row{
  margin-left:0;
}
/*.main-content figure.image, .col-md-6  figure.image{
 padding: 0 20px 20px 20px;
}
.main-content figure.image img, .col-md-6  figure.image img{
  border-radius: 5px;  
 box-shadow: 5px 5px 5px 0 rgba(0,0,0,.2); 
-moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,.2);
-ms-box-shadow: 5px 5px 5px 0 rgba(0,0,0,.2);
-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,.2);
-o-box-shadow: 5px 5px 5px 0 rgba(0,0,0,.2);
}
*/

/*----Ende Default styles---------*/
header {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 99999;
}
/*-----------Slider-------*/
.slider-fade-shop .owl-carousel .caption h3 {
  text-transform: inherit;
  font-weight: 400;
  letter-spacing: -1.5px;
  margin: 0;
  font-size: 72px;
  
}
.slider-fade-shop .owl-carousel .caption p, .slider-fade-shop .owl-carousel .caption h3, .slider-fade-shop .subheading {
  color: #fff;
  text-shadow: 2px 2px 2px #484848;
}
.slider-fade-shop .subheading {
  font-weight: 500;
  font-size: 48px;
  line-height: normal;
  margin-bottom: 20px;
}
.slider-fade-shop .caption h3{
  animation-delay: 0.8s;
}

.slider-fade-shop .caption .subheading {
  animation-delay: 1.0s;
}

[data-overlay-dark="4"]::before, [data-overlay-light="4"]::before {
  opacity: 0.3;
}
[data-overlay-dark]::before {
  background: var(--mittelgruen);
}

[data-overlay-dark]::before, [data-overlay-light]::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.btn.animated.fadeInUp{
  animation-delay: 1.4s;  
}

.carousel-item img{
  width: 100%;
  height: auto;
}
.width-100 {
  width: 100%;
}
.carousel-caption {
  text-align: left;
  background-color: rgba(217,237,146,0.6);
  padding-left: 1rem; 
  border-radius: 20px;
  padding-right: 1rem;
  right: 25%;
}
.row.slider-fade-shop{
  margin-right: -15px;
}
/*-------------Button Startseite Kacheln------*/
btn {
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: none !important;
  white-space: nowrap;
  cursor: pointer;
}
.btn.theme {
  background: var(--dunkelgruen);
}
.btn.theme span {
  color: #fff;
  z-index: 9;
  position: relative;
}
.button-fix .butn.theme span i:before{
  color: #fff;
}
.btn.theme.willkommen:hover {
  color: #fff;
   background: var(--mittelgruen);
}
}

.btn.theme.willkommen:after, butn.theme:after {
  background: var(--logogruen);
  border-radius: 2px;
  content: '';
position: absolute;
bottom: 6px;
left: 0;
height: 2px;
-moz-transition: width .4s;
-ms-transition: width .4s;
-webkit-transition: width .4s;
-o-transition: width .4s;
transition: width .4s;
width: 0;
height: 100%;
top: 0;
z-index: 1;
}


.btn.theme.willkommen:hover:after {
  width: 100%;
  border-radius: 3px;
  background: var(--mittelgruen);
}
/*------------Ende Button-----------------*/

ul, ol, dl {
  list-style-position: outside;
}
ul li {
  list-style: none;
}

.navbar-brand img {
  max-height: 70px;
  transition-duration: 0.5s;
}
#top-bar {
  display: block;
  position: relative;
  z-index: 999;
  background: var(--logogruen);
  padding: 7px 0;
}
.top-bar-info {
  display: inline-block;
  vertical-align: middle;
}
.top-bar-info ul {
  margin-bottom: 0;
}
.top-bar-info li {
	padding: 0 25px 0 5px;    
    font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 13px;  
  display: inline-block;
  margin-bottom: 0;
}
#top-bar a, #top-bar a:active,#top-bar a:focus {
  color: #fff;
}
.top-bar-info li i {
  font-size: 16px;
 /* color: var(--grasgruen);*/
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.top-social-icon {
  padding: 0;
  float: right;
  margin: 0;
}
.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 7px;
}
.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  padding: 0 3px;
}
.navbar-nav > li > a{
	font-family:'Jost-Medium', sans-serif;
	color:var(--logogruen)!important;
	 font-size: 16px;
  text-transform: uppercase;
  position: relative;
display: block;
  padding: 21px 0.5rem;
  letter-spacing: 1px;
  transition-duration: 500ms;
}
.navbar-nav > li > a:hover, .navbar-nav > li.has-sub > a:hover{
	color:var(--logogruen)!important;
}
.navbar-nav > li.active > a{
	color:var(--mittelgruen)!important;
    /*padding: 10px 20px;*/
    padding: 21px 0.5rem;
}

.navbar-nav > li > ul.sub-menu >li > a{
  color:#fff;
  padding: 10px 20px;
}
.navbar ul ul li{
  line-height:1rem;
}
.navbar-nav > li > ul.sub-menu >li.active > a{
	color:var(--hellgruen)!important;
}
.navbar-nav li > ul {
	background: var(--mittelgruen);
}
.navbar-nav .dropdown-menu.show li a {
  display: block;
  color: #fff;
  
}
.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  color:#fff;
  font-size: 18px;
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--hellgruen) !important;
  text-decoration: none;
  background-color: transparent !important;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--hellgruen) !important;
  background-color: transparent;
}
.page-title-section2 {
  padding: 250px 0 150px;
  text-align: left;
}
.page-title-section2 h1 {
	font-size: 60px;
	text-shadow: 2px 2px 2px #484848;
}
.page-title-section2 h3 {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: left;
  color:#fff;
  font-size: 40px;
  font-weight: 600;
	text-shadow: 2px 2px 2px #484848;
}
.slider-fade-shop {
  background: #ffffff;
}
.slider-fade-shop .owl-carousel .caption p, .slider-fade-shop .owl-carousel .caption h1, .slider-fade-shop .subheading{
	color:#fff;
	text-shadow: 2px 2px 2px #484848;
}
.slider-fade-shop .owl-carousel .caption span.gruen{
text-shadow: 2px 2px 2px #ccc;
}

.slider-fade-shop .subheading strong {
  color: var(--dunkelgruen);
	/*text-shadow: 2px 2px 2px var(--mittelgruen);*/
}
.slider-fade-shop .owl-theme .owl-nav [class*="owl-"] {
	background: transparent !important;
	color: var(--dunkelgruen);
	font-size: 28px;
}

.butn.theme{ 
background:var(--dunkelgruen); 
}
.butn.theme::after {
  background: var(--logogruen);
}

/*----------------fester button Telefon------------*/
.button-fix { 
	position:fixed;
	top: 250px;
	right:0;
	z-index: 100; 
  display: block;
  
}
.button-fix .btn.theme{ 
background:var(--logogruen); 
	border: 1px solid var(--mittelgruen);
	box-shadow: 3px 3px 8px rgba(0,0,0,.5);
  padding: 14px 28px;
  height: 90px;
  border-radius: 5px;
  text-align: left;
}
.button-fix .btn.theme::after {
  background: var(--dunkelgruen);
}
.button-fix button.btn.theme > span > a, .button-fix button.btn.theme > h4{ 
	color:#fff;
  font-size:1.2rem;
  margin-bottom: 10px;
}
.button-fix button.btn.theme > h4{
  position: relative;
  z-index:9;
}
.button-fix button.btn.theme:hover{
  background-color:var(--mittelgruen);
  border: 1px solid var(--logogruen);
}
.button-fix button.btn.theme:hover > h4{
  
  opacity:0;
}
.button-fix button.btn.theme > .details{
  opacity:0;
  top: 10px;
  position: absolute;
}
.button-fix button.btn.theme:hover > .details {
  opacity: 1;
  
}
.button-fix button.btn.theme > .details span {
  letter-spacing: 1px;
}
.button-fix button.btn.theme:hover > .details a {
  color:#fff;
}
.fa-phone-alt::before, .fa-envelope::before {
  color:#fff;
}

.button-fix .btn:hover:after {
  width: 100%;
  border-radius: 3px;
}

/*-----------Startseite-----------------------*/
.intro{
  padding: 90px 0;
  overflow: hidden;
  background-color:#fff;
}
.intro h6{
  font-family:'Jost';
  font-weight:500;
}
.leistungen{
  padding-top: 90px;
  padding-bottom: 90px;
}
 .leistung {
  background: #fff;
  border: none;
  border-radius: 5px;
  height: 100%;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -ms-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -o-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  position: relative;
}
.leistung .col-md-5{
  padding-left:0;
}
.case-block-inner {
  padding: 20px 25px 20px 0;
}
.col-md-6 .case-block-inner {
  padding: 20px 25px 20px 20px;
}
.case-block img {
  width: 100%;
  height: auto;
}

.case-block h4{
	color: var(--dunkelgruen);
	font-size: 18px;
	text-transform: uppercase;	
    margin-bottom: 0;
   line-height: normal;
	
}
.case-block-inner button.btn.theme a, .case-block-inner button.btn.theme a:hover{
  color:#fff;
}
.case-block-inner button.btn.theme::after{
  position: relative;
  
}

ul.list-style-14 li{
	font-size: 1.2rem;
	color: var(--dunkelgruen);
}

.width-100.px-3 h4{
	text-align: center;
}
.leistung h4{
  text-transform: uppercase;
}

.case-block h4::after, .leistung h4:after{  
  content: '';
  background:var(--logogruen);
  display: block;
  width: 80px;
  height: 2px;
  background: #86bc42;
  margin-top: 10px;
  margin-bottom: 15px;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}
	
.case-block-inner a::after, .leistung a::after {
	color: var(--mittelgruen);
}
.case-block p, .leistung p{
	font-size: 1.2rem;
  	color: #999;
	font-family:'Jost';
	margin-bottom: 8px;
}

/*-----------------Seite unternehmen---------------*/
.main-content{
  padding:0 0 90px;
}

.project-grid-overlay{
	background: rgba(153,217,140, 0.95);
}

.project-grid-overlay h4 {
	color: var(--logogruen);
}
[data-overlay-light]::before {
  background: var(--hellgruen);
}
section{
	background-color:var(--bggruen);
}


/* --------------------Seite Team------*/
.ce-gallery figure {
  overflow: hidden;  
}
#team .ce-gallery figure { 
  padding: 15px;
}

#team .ce-gallery figure.image img { 
 box-shadow: 3px 3px 8px #ccc;
  border-radius: 50%;
}
.ce-gallery figcaption {  
  text-align: center;
  padding-top: 10px;
}
figure.image:hover img {
  transform: scale(1.1);
}


.container.vier-spalten{
  padding-top: 20px;
}
.container.vier-spalten:nth-of-type(3), .container.vier-spalten:nth-of-type(4) { 
  padding-top:60px;
}

/*-------------------Seite Produkte------------*/

.col-md-6 ul, .col-lg-8 ul{
  margin-left: 1rem;
}



.main-content li:first-child, .col-md-6 li:first-child, .col-md-12 li:first-child, .col-md-8 li:first-child {
  padding-top: 5px;
}
.main-content li, .col-md-6 li, .col-md-12 li, .col-md-8 li{
  font-size: 1.2rem;
  position: relative;
padding: 0 0 5px 0;
  padding-top: 0px;
margin: 0 0 5px 0;
  color: var(--dunkelgruen);
  font-family:'Jost';
}
.main-content li, .col-md-6 li, .col-md-12 li, .col-md-8 li{
  padding-left: 10px;
}
.main-content li:before, .col-md-6 li:before, .col-md-12 li:before, .col-md-8 li:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  color: var(--mittelgruen);
  font-size: 16px;
  font-style: normal;
  padding-right: 12px;
  font-weight:900;
  margin-left: -30px;
}

/*----------------------------Seite Gefaesse - Elmotherm--------------------------------*/

.col-md-4 .ce-image, .col-lg-4 .ce-image, .col-md-3 .ce-image, .col-md-6 .ce-image, .col-md-12.textblock .ce-image{
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.26);
-moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.26);
-ms-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.26);
-webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.26);
-o-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.26);
  margin-top: 20px;
  border-radius: 5px;
}
.col-md-6 .ce-image{
  margin-top:0;
}
.col-md-4 .ce-image img, .col-lg-4 .ce-image img,  .col-md-3 .ce-image img, .col-md-6 .ce-image img {
  border-radius: 5px;
}

#team .col-md-3 .ce-image{
  box-shadow:none;
  -moz-box-shadow:none;
-ms-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
  margin-top: 0;
}
/*------------------Seite leistungen---------------------------*/
.project-grid {
  display: block;
  position: relative;
  margin: 30px 0 0 5px;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
-moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
-ms-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
-webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
-o-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
}
.project-grid-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.project-grid-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -o-flex-align: center;
  align-items: center;
  position: absolute;
  background:  rgba(153,217,140, 0.95);
  overflow: hidden;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  border-radius: 5px;
}
.width-100.px-3 h4 {
  text-align: center;
}
.project-grid-overlay h4 {
  color: var(--logogruen);
  margin-bottom: 0;
}
.project-grid-overlay p {
  color: var(--logogruen);
  font-size: 15px;
  margin: 0;
  opacity: 1;
  text-align: center;
}

.project-grid:hover .project-grid-overlay {
  opacity: 1;
}

/*------------kontaktformular------------------------*/
form {
  max-width: 80%;
}
.form-group{
  margin-bottom: 1rem;
}
#kontaktformular-497-radiobutton-1{
  margin-left:35px;
}
#formular-497-radiobutton-1.inouts-list{
  margin-left: 33px;  
}
.radio input{
  margin-right: 0.5rem;
}

input[type="checkbox"] {  
  margin-left: -33px;
}
label span{
  font-size:16px;
}
label.form-check-label span{
  margin-left: 20px;
}
.input.checkbox{
  margin-left: 20px;
}
.clearfix p{
  font-size:16px;
}

.btn-group.submit .btn-primary{
  background-color: var(--dunkelgruen);
border-color: var(--dunkelgruen);
}
.btn-group.submit .btn-primary:hover{
  background-color: var(--mittelgruen);
border-color: var(--miitelgruen);
}
label.form-check-label span.required{
  margin-left:0;
}
.form-control:focus {
  border-color: var(--bggruen);
  box-shadow: 0 0 0 .2rem var(--bggruen);
}
/*-------------Impressum - Datenschutz---------------------*/

#recht #content_breit p, #recht #content_breit li{
  font-size: 16px;
}
#recht #content_breit ul li{
  list-style: outside;
  font-family: 'Jost', sans-serif;
}
/*---------------------Jobs---------------------------*/

.col-md-12.textblock{
  padding-left:0;
}
#pflanzen .col-md-12.textblock, #gruene_waende .col-md-12.textblock{
  padding-left:12px;
}
.container .container{
  padding-left:0;
}
.col-md-8 ul, .col-md-12 ul{ 
  margin-left: 3rem;
}
.col-md-8{
  padding-left:0;
}
 .col-md-6{
  display: flex;  
}
 .col-md-6:last-of-type{
  padding-right:0;
}
#miete .col-md-6:last-of-type{
  padding-right:15px;
}
.col-md-6 .case-block-inner ul li:before{
    content: "\f06c";
  font-family: 'Font Awesome 5 Free';
  color: var(--mittelgruen);
  font-size: 16px;
  font-style: normal;
  padding-right: 12px;
  font-weight: 900;
  margin-left: -30px;
}

#jobs .col-md-6 .case-block-inner {
  background: #fff;
  border: none;
  border-radius: 5px;
  height: 100%;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -ms-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -o-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  position: relative;
}

/*-------------Footer---------------*/

footer{
	background-color: var(--mittelgruen);
	color:#fff;
    padding: 50px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 0;
    font-family: 'Jost'; 
}

footer .border-color-light-white {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.padding-30px-bottom {
  padding-bottom: 30px;
}
.margin-30px-bottom {
  margin-bottom: 30px;
}
footer p, footer ul{
  margin-bottom:0;
  font-size: 16px;
}
footer hr{
  padding-bottom: 30px;
  margin-bottom: 30px;
}

footer h3:after{
  content: '';
display: block;
width: 70px;
height: 2px;
background: #86bc42;
margin-top: 12px;
	background:#fff;
  margin-left: auto;
  margin-right: auto;
}
footer h3{
  margin-bottom: 20px;
font-size: 18px;
font-weight: 500;
margin-bottom: 30px;
line-height: 1;
position: relative;
color:#fff;
}



footer a {
  color:#fff;
}
footer p {
  margin-bottom: 0;
}
footer .border-color-light-white {
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.footer-bar{
	background: var(--logogruen);
   	color: #fff;
 	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	text-align: center;
}
.footer-bar p {
  font-size: 13px;
}
.social-icon-style8 li{
	display: inline-block;
	margin-right: 1px;
    list-style: none;
}
.social-icon-style8 li a{
	color:#fff;
  	font-size: 16px;
	padding: 0;
	margin-right: 15px;
	display: inline-block;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
}
.social-icon-style8 li a:hover {
  color: var(--logogruen);
}

.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: var(--logogruen);
  border: 1px solid var(--logogruen);
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.scroll-to-top:hover {
  color: var(--logogruen);
  border: 1px solid #14652E;
  background: #fff;
}


 @media all and (min-width: 992px){
	.scrollHeader .navbar-brand img {
  max-height: 55px;
  transition-duration: 0.5s;
}
	.navbar-nav > li {
  margin-left: 20px;
  float: left;
}
  .navbar-expand-lg{
    padding-left:0;
  }
 .slideout{
  display:none;
  }
  .button-fix{
  display: block;
}
   .padding-30px-left {
  padding-left: 30px;  
}
}


@media screen and (max-width: 991px){
  header.scrollHeader .navbar-default{ 
    position: fixed; top: 0; z-index: 99; width: 100%; background: #fff; left: 0; transition: all 0.2s ease 0s;  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); 
  }
	.navbar-toggler {
  background: var(--dunkelgruen);
	}
  .navbar-nav .nav-link{
    padding: 10px 20px;
  }
  .navbar-nav > li.active > a {
    padding: 10px 20px;
  }
	.navbar-nav ul li:hover {
  background: var(--hellgruen);
}
  .navbar-nav ul li:hover a{
  color: var(--logogruen);
}
	.navbar-nav li.has-sub a:hover {
  color: var(--dunkelgruen)!important;
}
  .navbar-nav > li > ul.sub-menu > li > a {
    padding: 20px;
  }
  
  .sm-margin-30px-bottom {
  margin-bottom: 30px!important;
}
  .sm-margin-20px-bottom {
  margin-bottom: 20px !important;
}
  .navbar-nav .submenu-button:after{ position: absolute; top: 22px; right: 14px; width: 14px; height: 2px; display: block; background:var(--logogruen) ; content: "";  }
	.navbar-nav .submenu-button:before{ position: absolute; top: 16px; right: 20px; display: block; width: 2px; height: 14px; background: var(--logogruen); content: "";  }


.slideout{
  display:block;
  position: fixed;
  bottom:200px;
  right: -165px;
  z-index: 100;
}
.slideout.info{  
  right:0;
}
 .button-fix{
  display: none;
}
.slideout.info a{ 
  color:#fff;
}
.slideout .fa-phone-alt::before, .slideout .fa-envelope::before{
  padding-right: 10px;
}
.slideout .fa-phone-alt{
  padding-bottom: 10px!important;
}

  
}



@media all and (max-width: 767px){
  
  .footer-bar {
  margin-top: 30px;
}
  .footer-bar p {
  font-size: 13px;
}
  .top-social-icon {
  display: none!important;
}
  .xs-display-none{
    display: none!important;
  }
  .xs-no-padding-left{
    padding-left:0;
    border:none!important;
  }
 .slideout {
   right:-150px;
   bottom:80px;
  }
  .carousel-indicators {
    display: none;
  }
  .leistungen .row{
    margin-right:-15px;
  }
  .leistungen .col-7{
    margin: 0 auto;
    padding-top: 20px;
  }
  .leistungen  .col-7 .ce-image{
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.26);
-moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.26);
-ms-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.26);
-webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.26);
-o-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.26);
margin-top: 20px;
border-radius: 5px;
    
  }
   .leistungen .col-7 img{
     border-radius: 5px;
  }
  .case-block-inner {
  padding: 25px;
}
  .container.vier-spalten:nth-of-type(3), .container.vier-spalten:nth-of-type(4) {
  padding-top: 0;
}
  .xs-margin-20px-tb {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
  form{
      margin-bottom: 30px;
    max-width: 100%;
  }
  form .btn-toolbar{
      justify-content: center;
}
  form label{
    font-size: 18px;
  }
 
  .col-md-8, .col-md-12.textblock{
    padding-left: 15px;
  }
  
  .col-md-6:last-of-type {
  padding-right: 15px;
}
  .container .container {
  padding-left: 0;
  padding-right: 0;
}
}
@media all and (max-width: 576px){
  
  
  h2{
    font-size: 26px;
   hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: none;
    word-wrap: break-Word;

}
 
  h3{
    font-size: 22px;
  }
  h6, .h6, p {
  font-size: 20px;
  }
  .main-content li, .col-md-6 li {
  font-size: 18px;
  }
  .slideout {
   right:-150px;
    bottom:80px;
  }
  #top-bar .col-lg-9{
    padding-left:10px;
    padding-right: 5px;
  }
  .top-bar-info li{
    padding:0;
    display: block;
    font-size: 1rem;
    line-height: 2rem;
  }  
  .top-bar-info li i {
    display: inline;
  }
  .top-bar-info ul li:first-child{
    padding-right: 4px;
  }
  .menu_area .navbar-brand {
  margin-top: 0;
}
  .navbar{
    padding:0;
  }
  .navbar-toggler{
    top: 17px;
  }
  .navbar-nav {
    top: 73px;
  }
  .navbar-brand img {
  max-height: 50px;
    
  }
  .carousel-caption{
    padding-bottom:0;
    right:0;
  }
  .slider-fade-shop .owl-carousel .caption h3 {
    font-size: 28px;
  }
  
.slider-fade-shop .caption .subheading {
  animation-delay: 1.0s;
}
.slider-fade-shop .owl-carousel .caption p, .slider-fade-shop .owl-carousel .caption h1, .slider-fade-shop .subheading {
  color: #fff;
  text-shadow: 2px 2px 2px #484848;
}
  .slider-fade-shop .subheading{
    font-size: 17px;
    margin-bottom:0;
  }
 
  .slider-fade-shop .owl-carousel .caption span.gruen{
    color:#fff;
  }
  .carousel-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
  .intro{
    padding:40px 0;
  }
  .leistungen{
    padding-bottom:0;
  }
  .ueberschrift {
  padding-top: 40px;
}
 #team .ce-gallery figure {
    margin-bottom: 30px;
}
  .col-md-6 figure.image {
  padding: 0;
}
  .frame-space-after-large {
  margin-bottom: 2em!important;
}
  
  
}

