

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #696c69;
}

a {color: #05A20F;}
a:hover, a:active, a:focus {color: #3EA621;}
#fh5co-offcanvas a {color: rgb(54, 250, 54);}
#fh5co-offcanvas a:hover {
    color: white;
}
.fh5co-nav ul li.active > a::after {background: #41D318;}
.member .desc span {color: rgba(45, 64, 2, 0.63);}
.white {color: white;}
.grey {color:#5e645b;}

.fh5co-nav .top-menu {
	padding: 14px 0;
	padding-bottom: 0;
}
.top-menu .col-xs-3 {
    height: 120px;
}
@media screen and (max-width:786px) {
	.top-menu .col-xs-3 {
		width: 80%;
	}
}

	/* button Bewerbung */
	.hover15 figure {
		position: relative;
	}
	.hover15 figure::before {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2000;
		display: block;
		content: '';
		width: 0;
		height: 0;
		background: rgba(255,255,255,.2);
		border-radius: 100%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
	}
	.hover15 figure:hover::before {
		-webkit-animation: circle .75s;
		animation: circle .75s;
	}

#fh5co-hero .flexslider .slider-text-bg {
	/* background:green; */
	background: rgba(14, 187, 52, 0.9);
	background: #189D05B3;	
}

.higrugruen {
	background: limegreen;
}
.higrugrau { background: lightgray;}
.white {color: white;}
.black {color: black;}
.member {
	 background: rgb(235, 240, 234);
}

#fh5co-mission, #fh5co-ueber-uns, #fh5co-unternehmen, #fh5co-bewerber, #fh5co-services, #kontakt, #fh5co-product, #ueber-uns, #fh5co-footer {
    padding: 6em 0;
    clear: both;
    border-bottom: 2px solid rgb(153, 248, 140);
}
#fh5co-services {
	border-bottom: 0;
}
#fh5co-mission {
    padding: 6em 0;
    clear: both;
    border-bottom: 0;
}
#fh5co-bewerber {
	border-bottom: 0;
}
#fh5co-content {
    border-bottom: 2px solid rgba(49, 225, 78, 0.1);
}
#kontakt .overlay {
	background: rgba(14, 187, 52, 0.9);
}
#kontakt .fh5co-heading p {
    color: rgba(255, 255, 255, 0.75);
}

.services .icon i {color: #30C61B;}

@media screen and (max-width:500px){

	.fh5co-heading p {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}

	#fh5co-content .choose {
		padding-bottom:0;
	}
	#fh5co-mission, #fh5co-ueber-uns, #fh5co-unternehmen, #fh5co-bewerber, #fh5co-services, #kontakt, #fh5co-product, #ueber-uns, #fh5co-footer {
		padding: 1em;
		clear: both;
		border-bottom: 0px solid rgb(153, 248, 140);
	}
	.higrugruen {
		padding: 2em !important;
	}
	.form-horizontal .form-group {		
		height: 40px;
	}
	.form-control {
		box-shadow: none;
		background: transparent;
		border: 1px solid rgba(0, 0, 0, 0.1);
		height: 40px;
		font-size: 16px;
		font-weight: 300;
	}
}

@media screen and (min-width:500px)and (max-width:768px) {

	#fh5co-content .choose {
		width: 50% !important;
		padding: 4em;
		padding: 2em;
	}
	.fh5co-heading {
		margin-bottom: 0em;
	}
	#fh5co-mission, #fh5co-ueber-uns, #fh5co-unternehmen, #fh5co-bewerber, #fh5co-services, #kontakt, #fh5co-product, #ueber-uns, #fh5co-footer {
		padding: 2em;
		clear: both;
		border-bottom: 0px solid rgb(153, 248, 140);
	}
	.member .desc {
		width: 80%;
		margin: 0 auto;
		margin-top: 2em;
	}
	.higrugruen {
		padding: 2em !important;
	}
}

