a {
    color: #666;
    text-decoration: none;
    transition: all .5s ease;
}

a:hover {
  color: #5ba12d;
  text-decoration: none;
}

a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}

.bg {
	background: #f3f3f3;
}

.cfc {
  color: #5ba12d;	
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
	margin: 0 0 15px;
	color: #575757;
    font-weight: 700;
}

ul{
	margin: 0;
	padding-left: 1rem;
}

.video {
	text-align: center;
    border: solid #dee2e6 1px;
	padding: 20px;
	max-width: 650px;
}
	
/*--------------------------------------------------------------
# header & navbar
--------------------------------------------------------------*/

.navbar {
	padding-bottom: 0;	
}

.navbar-nav {
	transition: all 0.3s;
}

.navbar-nav a {
    font-size: 16px;
    color: #707173;
    transition: 0.3s;
	font-weight: 600;
	padding-right: 20px !important;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #5ba12d;
}

.navbar-toggler {
    right: 0;
    color: #5ba12d;
    border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(91,161,45, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
# section
--------------------------------------------------------------*/

section {
    padding: 60px 0px;
}

.section-title {
    margin-bottom: 60px;
    position: relative;
}

.section-title h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title h3::after {
    border: 1px solid #5ba12d;
    bottom: -25px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
	background-color: #5ba12d
}

.section-title p {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}

.section-first{
	padding: 20px 0;
}

/*--------------------------------------------------------------
# carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# hero
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #f3f3f3;
}

#hero .carousel-item {
  width: 100%;
  height: 70vh;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: auto !important;
}

#hero .mdi{
    font-size: 30px;
	color: white;
	padding: 0;
	margin: 0;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #5ba12d;
    background: #5ba12d;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 120px;
}

#hero .carousel-content {
  text-align: center;
}

#hero .carousel-item .front{
  font-weight: 300;
}

#hero h1 {
    margin: 0 0 20px 0;
    font-size: 48px;
    font-weight: 700;
    color: #666666;
}

#hero h1 span {
}

#hero h2 {
    color: #666666;
    margin-bottom: 30px;
    font-size: 24px;
	padding: 5px 25px;
	font-weight: 600;
}

#hero p {
  width: 80%;
  margin: 0 auto 30px auto;
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/

#about .info-box {
	box-shadow: 0 5px 25px rgb(169 169 169 / 20%);
    color: #444444;
	background: white;
    padding: 20px;
	text-align: center;
}

#about .info-box:hover h4{
   color: #5ba12d; 
}

#about .icon-box {
	padding: 10px 0 25px 0;
}

#about .info-box .icon-box i {
    font-size: 38px;
    line-height: 30px;
    color: #5ba12d;
}

#about .info-box:hover i{
    font-size: 38px;
    line-height: 30px;
    color: #666;
}

/*--------------------------------------------------------------
# product
--------------------------------------------------------------*/

#product .info-box {
	box-shadow: 0 5px 25px rgb(169 169 169 / 20%);
    color: #444444;
	background: white;
    padding: 30px;
}

#product ul {
    list-style-type: none;
}

#product ul li i {
	color: #5ba12d;
	list-style-position: outside;
}

#product ul li {
    margin-bottom: 12px;
    margin-left: -10px;
    display: flex;
    align-items: center;
}

#product li span {
    padding-left: 15px;
    position: relative;
}
/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/

#services ul {
    list-style: none;
    padding: 0;
}

#services ul li i {
	color: #5ba12d;
}

#services ul li {
	padding: 5px 0;
}

#services li span {
    padding-left: 15px;
    position: relative;
}

#services .info-box {
    color: #444444;
    background: #f3f3f3;
    padding: 30px;
}

#services .info-box:hover h4{
   color: #5ba12d; 
}

#services .icon-box {
	padding: 10px 0 25px 0;
}

#services .info-box .icon-box i {
	font-size: 38px;
    line-height: 30px;
    color: #5ba12d;
}

/*--------------------------------------------------------------
# portfolio
--------------------------------------------------------------*/

.portfolio-item {

}

.portfolio-wrap {
	box-shadow: 0 5px 25px rgb(169 169 169 / 20%);
    color: #444444;
	background: white;
    padding: 0;
}

#portfolio .count-box {
	padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #f3f3f3;
}

#portfolio .count-box span {
    font-size: 26px;
    display: block;
    font-weight: 700;
    color: #5ba12d;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/

#contact {
	text-align: center;	
}

#contact .info-box {
	box-shadow: 0 5px 25px rgb(169 169 169 / 20%);
    color: #444444;
	background: white;
    padding: 30px;
}

#contact .info-box:hover h4{
   color: #5ba12d; 
}

#contact .icon-box {
	padding: 10px 0 25px 0;
}

#contact .info-box .icon-box i {
    font-size: 38px;
    line-height: 30px;
    color: #5ba12d;
}

#contact .info-box:hover i{
    font-size: 38px;
    line-height: 30px;
    color: #666;
}

/*--------------------------------------------------------------
# slogan
--------------------------------------------------------------*/

.slogan-area {
    background: #5ba12d;
    padding: 40px 0px;
}

.slogan-contact {
    padding: 10px 0px;
}

.slogan-content h4 {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
}

.slogan-contact span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.slogan-contact span i {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}

.slogan-contact .call-us a{
    color: #fff;
}

.slogan-contact .call-us a:hover{
    color: #225202;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

#footer {
    background: #fff;
    padding: 0 0 0 0;
    color: #444444;
    font-size: 14px;
    background: #f3f3f3;
}

.footer-title h4 {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

#footer .footer-top {
	padding: 60px 0 0px 0;
}

#footer .footer-top h4 {
    font-size: 18px;
    font-weight: bold;
    color: #444444;
    position: relative;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

#footer li i {
    font-size: 18px;
    padding-right: 4px;
    color: #5ba12d;
}

#footer h3 span {
    color: #5ba12d;
}

#footer .copyright {
    border-top: 1px solid #ddd;
    padding: 25px 0;
}

#footer .copyright span {
    color: #5ba12d;
}

/*--------------------------------------------------------------
# Scroll to top button
--------------------------------------------------------------*/

.scrollToTop {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5ba12d;
  width: 40px;
  height: 40px;
  border: 1px solid #dadada;
  transition: all 0.4s;
}

.scrollToTop i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.scrollToTop:hover {
  background: #225202;
  color: #fff;
}

.scrollToTop.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# media queries
--------------------------------------------------------------*/

@media (max-width: 992px){

	.slogan-area {
		text-align: center;
	}
	
	#hero h1 {
		margin: 0 0 10px 0;
		font-size: 38px;
		font-weight: 700;
		color: #666666;
	}

	#hero h2 {
		color: #666666;
		margin-bottom: 30px;
		font-size: 18px;
	}
}

@media (max-width: 767px){
	.logo {
		width: 200px; 
		height: auto;
		transition: all 0.3s;
	}
	
	.slogan-content h4 {
		font-size: 20px;
	}
	
	.slogan-contact .call-us {
		font-size: 16px;
	}
	
	#hero h1 {
		margin: 0 0 10px 0;
		font-size: 30px;
		font-weight: 700;
		color: #666666;
	}
	
	#handschuhe {
		float: left !important;
	}
}

@media (max-height: 768px), (max-width: 1200px) {
  #hero {
  }
  #hero .carousel-container {
    padding-bottom: 0;
  }
  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 50vh;
  }
  #hero .carousel-item {
    height: 50vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}