/* CSS Document */

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}




.blau {
	color: #005f8c;
}

.gruen {
	color: #91bb25;
}
.header__topbar .contact__list li i {
    color: #fff;
    margin-right: 8px;
}
.header__topbar {
     background: rgb(0,95,140);
background: -moz-linear-gradient(90deg, rgba(0,95,140,1) 13%, rgba(145,187,37,1) 52%);
background: -webkit-linear-gradient(90deg, rgba(0,95,140,1) 13%, rgba(145,187,37,1) 52%);
background: linear-gradient(90deg, rgba(0,95,140,1) 13%, rgba(145,187,37,1) 52%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005f8c",endColorstr="#91bb25",GradientType=1); 
    max-height: 48px;
}
p {
    font-size: 16px;
    line-height: 25px;
}
h1 {
    font-size: 33px;
    margin-bottom: 15px;
	font-weight: normal;
}
h2 {
 

    font-size: 27px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
}
section {
    padding-bottom: 90px;
}
.widget__content h2 {
	color: #fff;
}
.wpcf7-list-item {
  margin: 0 8px 0 1em !important;
}
.bg-white {
	background-color: #fff;
}

.navbar .navbar-brand img {
    max-height: 82px;
}
.header__topbar .contact__list {
    float: right;
}
.navbar .nav__item .nav__item-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
	font-family: Roboto Slab;
    color: #005f8c;
    line-height: 100px;
    letter-spacing: 0.4px;
}
.navbar .nav__item .nav__item-link::before {
    background-color: #91bb25;

}
.footer {
    border-top: none;
    background-color: #91bb25;
    position: relative;
}
.footer-bottom {
    padding: 28px 0;
    border-top: none;
    font-size: 13px;
    background-color: #005f8c;
}
.fancybox__content a {
	font-weight: 600;
}
.fancybox-item .fancybox__title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
	text-transform: uppercase; 
	color: #fff;

}
.fancybox-item .fancybox__desc {
    font-size: 15px;
}

.footer__copyright-links li a {
    font-size: 15px;
	color: #fff;
}
.footer__widget-nav li a:hover, .footer__copyright-links li a:hover {
    color: #005f8c;
}
.footer__copyright-links li a::after {
    content: none;
}

.footer__widget-content img.footer-logo {
	max-width: 75%;
}
.footer__widget-about p {
    color: #fff;
	font-size: 15px;
}
.footer__widget-about p a {
    color: #fff;
}
.footer__widget-about p a:hover {
    color: #005f8c;
}
.footer-top {
    padding-top: 60px;
    padding-bottom: 0;
}
.vorfooter {
 background: rgb(152,185,68);
background: -moz-radial-gradient(circle, rgba(152,185,68,1) 0%, rgba(120,156,27,1) 61%);
background: -webkit-radial-gradient(circle, rgba(152,185,68,1) 0%, rgba(120,156,27,1) 61%);
background: radial-gradient(circle, rgba(152,185,68,1) 0%, rgba(120,156,27,1) 61%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#98b944",endColorstr="#789c1b",GradientType=1); 
   height: 20px;
	position: relative;
	display: block;
}

.footer__widget-content h5 {
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 20px;
}
.heading__subtitle {
    font-size: 17px;
}
.footer__widget-content i {
    font-size: 45px;
    line-height: 1;
    color: #fff;
}

.fancybox-item .fancybox__icon {
    font-size: 60px;
}

section.careers, section.team {
    padding-top: 40px;
	    padding-bottom: 40px;
}

.meldung {
    position: relative;
    background-color: #f4f4f4;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
	color: #fff;
}
.meldung p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 15px;
}
div.meldung.bg-theme div.row i {
	font-size: 80px;
}

.clients {
    padding-top: 40px;
}
#clients h2.heading__title {
	margin-bottom: 36px;
}
.sub_leistung {
font-size: 22px;
line-height: 1;
font-weight: 400;
color: #91bb25;
display: inline-block;
margin-top: 14px;
	width: 100%;
}
.client:hover {
    background-color: #f6f6f6;
    transition: background-color 0.6s;
}
/* Navi Korrektur */
.navbar li.active .nav__item-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
}
.navbar .dropdown-menu .active .nav__item-link {
    color: #91bb25;
}

.inhalt-zentrieren {
    margin-left: auto;
	margin-right: auto;
}
.carousel-arrows .owl-nav .owl-prev {
    left: -30px;
}
.carousel-arrows .owl-nav .owl-next {
    right: -30px;
}


.slider h1.slide__title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #91bb25;
 
}
.slider h1.slide__title span {
    font-size: 40px;
    font-weight: 700;
	color: #005f8c;
 
}


.fancybox-layout3 .fancybox-item {
    padding: 38px 24px 30px 30px !important;
}

.tel_head {
	display: none;
}

h1, h2, h3, h4,h5 {
	font-weight: 500;
}
	.figuren {
		padding-top: 20px;
		max-width: 80%;
		height: auto;
	}

ul, ol {
    font-size: 16px;
    line-height: 25px;
}
ul {
    list-style: circle;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
ol {
    list-style: decimal;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
.slider .slide-item {
    height: 600px;
}
.pos-fix {
    position: fixed;
	z-index: 0;
}
.slider + .fancybox-layout3 {
    margin-top: 500px;
    z-index: 3;
}
.vor-abstand {
	margin-top: -48px;
}
.nav-abstand {
}
.set-abstand {
	margin-top: 52px !important;
}
.fancy-abstand {
	margin-bottom: 50px;
}
.fancyset-abstand {
	margin-top: 600px !important;
}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

.slider .slide-item {
    height: 500px;
}

.vor-abstand {
	margin-top: -48px;
}
.nav-abstand {
}
.set-abstand {
	margin-top: 52px !important;
}
.fancy-abstand {
	margin-bottom: 50px;
}
.navbar .nav__item .nav__item-link {
    font-size: 13px;
    letter-spacing: 0;
}	
	
}



@media only screen and (max-width: 991px) {
section.careers {
    padding-top: 90px;
    padding-bottom: 0px;
}
section.team {
    padding-top: 40px;

}
	
.katerji {
    height: 270px;
    top: -11px;
    left: 110px;
}
	.slider h1.slide__title {
    font-size: 29px;
		line-height: 31px;
}
	.slider h1.slide__title span {
    font-size: 24px;
		
}
	.slider .slide-item {
    height: 400px;
}
	.slider .slide__title {
    margin-top: 30px;
}	
	
.slider .owl-dots {
    bottom: 60px;
}	
	
	.figuren {
		padding-top: 20px;
		max-width: 80%;
	}
.navbar .navbar-brand img {
    max-height: 56px;
	max-width: inherit;
}
.navbar {
    position: fixed;
	width: 100%;
}
	
	
	
	footer	.fancybox__icon {
    width: 25%;
		float: left;
}
	footer	.fancybox__content {
    width: 100%;
		float: right;
}	
.footer__widget-about p {
    line-height: 20px;
}	
	.footer__widget {
		margin-bottom: 0;
	}	
.footer-top {
    padding-top: 0;
    padding-bottom: 0;
}	
.footer__widget-content h5 {
    margin-bottom: 10px;
	margin-top: 16px;
}
.footer	.fancybox__icon {
    font-size: 50px;
	max-width: 55px;
	float: left;
	height: 100%;
	padding-right: 70px
}
.tel_head {
    content: "\e965";
    font-family: "Icomoon" !important;
    display: inline-block;
    color: #000;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 42px;
    height: 45px;
    padding-right: 56px;
    text-align: right;
    font-size: 20px;
}

}



@media only screen and (min-width: 992px) {

.navbar .dropdown-menu {
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.2);
}
.meldung {
	margin-top: -30px;
}
}





@media only screen and (max-width: 575px) {

	

	
	.fancybox__icon {
    font-size: 50px;
	max-width: 55px;
	float: left;
	height: 100%;
	padding-right: 70px
}
	
	.fancybox-layout3 .fancybox-item {
    padding: 18px 24px 6px 30px !important;
    border-bottom: 1px solid #eaeaea;
		border-right: none !important;

}
	
	.fancybox-item .fancybox__desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
	.carousel-arrows .owl-nav .owl-prev {
    left: -44px;
}
.carousel-arrows .owl-nav .owl-next {
    right: -44px;
}
	.sub_leistung {
font-size: 18px;

}
	.katerji {
    height: 170px;
    top: 0px;
    left: 40px;
}
	.slider h1.slide__title {
    font-size: 18px;
		line-height: 20px;
}
	.slider h1.slide__title span {
    font-size: 15px;
		
}
	.slider .slide-item {
    height: 300px;
}
	.slider .slide__title {
    margin-top: 30px;
}
	.heading-3 .heading__title {
    font-size: 22px;
    line-height: 30px;
		margin-bottom: 12px;
}
	
.button_neu {
    font-size: 15px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    display: inline-block;
    background: transparent;
    font-weight: 600;
    line-height: 45px;
    color: #fff !important;
    text-decoration: none !important;
	width: 150px;
	margin-bottom: 10px;
}	
.button_neu::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: #005f8c;
    content: '';
}
.button_neu::after {
    content: "\e965";
    font-family: "Icomoon" !important;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    right: -60px;
    z-index: -1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 42px;
    height: 45px;
    padding-right: 18px;
    background: #91bb25;
    -webkit-transition: width .3s,padding-left .3s;
    transition: width .3s,padding-left .3s;
    font-size: 1.5rem;
    text-align: right;
}
.button_neu:hover:after {
 width:100%;
 padding-left:42px
}
	
}






.fancybox-layout3 .fancybox-boxes-wrap {
 background: #79a111;
background: -webkit-radial-gradient(top right, #79a111, #98c12f);
background: -moz-radial-gradient(top right, #79a111, #98c12f);
background: radial-gradient(to bottom left, #79a111, #98c12f); 
}
.fancybox__content p {
	color: #fff;
}
.fancybox-layout3 .fancybox-item {
    padding: 38px 24px 40px 30px !important;
    border-right: 2px solid #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}
.fancybox__content a {
    color: #fff;
		font-weight: 400;
	text-decoration: underline;
}
.fancybox__content a:hover {
    text-decoration: none;

}
.fancybox-item:hover .fancybox__title {
    color: #fff;
}
.footer {
 background: #79a111;
background: -webkit-radial-gradient(top right, #79a111, #98c12f);
background: -moz-radial-gradient(top right, #79a111, #98c12f);
background: radial-gradient(to bottom left, #79a111, #98c12f); 
}
.footer-bottom {
background: none; 
}