html {
  scroll-behavior: smooth;
  /* Silbentrennung */
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  /* Silbentrennung */
}

body{
  background-color: #cae6cd;
}

h1, h2, h3, h4{
  color: #559632;
}
h1, h2{
	margin-bottom: 2rem;
}
.h2sub{
  font-size: 1.3rem;
  text-align: center;
  color: #4e555b;
  margin-top: -20px;
}


a{color:#000;}
a:hover{color:#000;}
.textlink, .textlink:hover{
	color: #559632;
	font-weight: bold;
}

.container{
  margin-top: 2rem;
}
.container-fluid{
  padding: 0px 0px 0px 0px;
}

.container-white{
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-white-imghead{
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.container-white-half{
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-left: 15px;
  padding-right:15px;
}
.fixedheight{
  height: 650px;
}
.z2{
  position: relative;
  z-index: 2;
}
.navbar-toggler{
  z-index: 10000000000;
  background-color: #f8f9fa;
}
.logo-navbar{
  width: 100px;
  margin-right: 40px;
}
.logo-big{
  width: 100%;
}

.badge{
	color:#fff;
}

.smallwhite-left{
  padding-left: 0px;
}
.smallwhite-right{
  padding-right: 0px;
}
@media (max-width: 576px) {
  .smallwhite{
    background-color: #fff;
  }
  .smallwhite-right{
    margin-top: 2rem;
  }
}
@media (max-width: 768px){
  .smallwhite-right{
    margin-top: 2rem;
  }
  .smallwhite-left, .smallwhite-right{
    background-color: #fff;
  }
}



.card{
  margin-top: 2rem;
  /*z-index: 2;*/
}

.btn-manzer {
  color: #fff;
  background-color: #559632;
  border-color: #559632;
  margin-bottom: 10px;
}
.btn-manzer:hover {
  color: #fff;
  background-color: #337412;
  border-color: #337412;
  cursor: pointer;
}

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */


/* Declare heights because of positioning of img element */
/*.carousel-item {
  height: 32rem;
}*/

/*.kundenmeinung .carousel-item {
  height: 9rem;
}*/
/*.kundenmeinung .carousel-caption {
  bottom: 0rem;
  z-index: 10;
}*/
/*.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}*/


.kundenmeinung .carousel-item{
  height: 120px;
  bottom: 0rem;
}
.kundenmeinung .carousel-caption{
  top: 0px!important;
  height: 100%;
}
.kundenmeinung .carousel-indicators{
  bottom: -35px;
}
.carousel-dark{
  color: #000;
}
.kundenmeinung .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.kundenmeinung .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
@media (max-width: 768px){
  .kundenmeinung .carousel-item{
    height: 140px;
  }
}
@media (max-width: 576px) {
 .kundenmeinung .carousel-item{
   height: 120px;
   font-size: 12px;
 }
  .kundenmeinung .carousel h5{
    font-size: 16px;
  }
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}





/* ZEICHNUNGEN FESTSTEHEND */
.img_left{
  display:block;
  float:left;
  position:fixed;
  left:0px;
  bottom:0%;
  z-index:1;
}
.img_right{
  display:block;
  float:right;
  position:fixed;
  right:0%;
  top:-5%;
  z-index:1000000;
}

@media (max-width: 576px) {
  .img_left{
    display: none;
  }
  .img_right{
    display: none;
  }

  .imgsize{
    height: 300px;
    width:auto!important;
    margin-top:50px;
  }
  .img-fluid{
    margin-top:50px;
  }
  .img-fluid-job{
  	margin-top:0px;
  }
  .text-left {
	  text-align: center !important;
	}

	.text-right {
	  text-align: center !important;
	}
}
@media (max-width: 768px){
  .img_left{
    width: 35%;
  }
  .img_right{
    width: 35%;
    right:-3%;
    top:-3%;
  }
  .imgsize{
    width: 100%;
  }
}

@media (max-width: 992px) {
  .img_left{
    width: 35%;
  }
  .img_right{
    width: 35%;
    right:-3%;
    top:-3%;
  }
  .imgsize{
    width: 100%;
  }
}



@media (min-width: 993px) {
  .img_right{
    width: 35%;
    right: -15%;
    top: -5%;
  }
  .img_left{
    width: 25%;
  }
  .imgsize{
    width: 100%;
  }
}

/* /ZEICHNUNGEN FESTSTEHEND */







/* FOOTER */
.section-padding {
  padding: 50px 0px 60px 0px;
}
.bottom {
  background-color: #559632;
  margin-top: 3rem;
  color: #fff;
}
.bottom a {
  color: #fff;
  margin-left: 3px;
  padding-right: 3px;
}









/* GALLERY LIGHTBOX */
.ekko-lightbox{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:0!important}
.ekko-lightbox-container{position:relative}
.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}
.ekko-lightbox iframe{width:100%;height:100%}
.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}
.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}
.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}
.ekko-lightbox-nav-overlay a>:focus{outline:none}
.ekko-lightbox-nav-overlay a span{padding:0 30px}
.ekko-lightbox-nav-overlay a:last-child span{text-align:right}
.ekko-lightbox-nav-overlay a:hover{text-decoration:none}
.ekko-lightbox-nav-overlay a:focus{outline:none}
.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}
.ekko-lightbox a:hover{opacity:1;text-decoration:none}
.ekko-lightbox .modal-dialog{display:none}
.ekko-lightbox .modal-footer{text-align:left}
.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}
.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}
.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}
.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}
.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}
@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}
  50%{transform:scale(1);-webkit-transform:scale(1)}}


/* PARTNER */
h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}