/*Input Your Custom CSS Here*/

/* originalfarben:
	blau 1: #131e3c
	blau 2: #071c34
	orange: #fda40b
*/

/*
LEGROForm Farben
grün 1: 2b534b
grün 2: 7d8a80
orange: ef9c6a
*/


/*
LEGROPLAN Farben
blau: 365098
grau: b0b4b3
*/

.textgruen { color: #2b534b; }

.topbildbox .item {
	position: relative;
  height: 300px;
}
.topbildbox .single-bild {
	/*background-size: cover;*/
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
}

.jobs p a { color: #fda40b; }

.sidebar .what-we-do-single-inner {
	padding: 20px 0 1px 30px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
	background: #fda40b;
}
.sidebar .what-we-do-single-inner::before {
	position: absolute;
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	background: #efefef;
	top: 0;
	left: 0;
	transition: all 0.4s ease 0s;
}
.sidebar .what-we-do-single-inner:hover:before {
height:0%;
transition: all 0.4s ease 0s;
}
.sidebar .what-we-do-single-inner:hover{
	border-color:#fda40b;
	color:#fff;
}
.sidebar .what-we-do-single-inner .what-we-do-inner-icon h2 a {
	font-weight: 700;
	font-size: 16px;
}
.sidebar .what-we-do-single-inner .what-we-do-inner-icon h2 a:hover {
	color: #fff;
}
.sidebar .what-we-do-single-inner:hover .what-we-do-button{
	color:#365098;
}