@charset "utf-8";

html {
	font-size: 16px
}
body {
	background-color: #fff;
	color: #737373;
	line-height: 1.5;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin: 0 0 1rem 0;
	font-size: 2.25rem;
}
h1, h2 {
	color: #64A342;
	line-height: 3rem;
}
.spacer+h2 {
	margin-top: -10px;
}
h3 {
	font-size: 1.5rem;
	color: #001842;
	line-height: 2rem;
	margin-bottom: 0.75rem;
}
#values .slick-slide h3, #locations h3 {
	margin: 1rem 0 0 0;
}
h4 {
	font-size: 1.25rem;
	font-weight: 400;
	margin: 1rem 0 0 0;
	line-height: 1.5rem;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	margin: 0 0 0.5rem 0;
}

.flip-card-front p {
	font-weight: 700;
	line-height: 1rem;
	width: 100%;
}
.flip-card-back p {
	line-height: 1;
}
footer p {
	font-size: 0.813rem;
}
.item h4 {
	color: white;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.item p {
	color: black;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.item:hover h4, .item:hover p {
	color: #f7a823;
}
.flip-card-back h4 {
	margin: 0
}
#values .slick-slide h3, #values .slick-slide p {
	color: #001842;
}
p:last-of-type {
	margin: 0
}
figcaption {
	text-align: center;
}
#entrylevel figcaption {
	text-align: left;
	position: relative;
	top:0;
}
.figcaption_headline {
	margin: 1rem 0 0 0;
}
.number-item h2, .number-item p {
	color: #fff;
}
.value {
	font-size: 2.25rem;
	font-weight: bold;
	margin: 0;
}
.value+p {
	font-size: 1rem;
}
a {
    color: #64a342;
    text-decoration: none;
    border: 0;
    transition: all 0.3s ease;
}
a:hover {
    border-bottom: 1px solid #64a342;
}
nav ul li a {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	display: inline-block;
	border-top: none;
	overflow: initial;
	font-size: 0.813rem;
	text-transform: uppercase;
	word-wrap: normal;
	display: block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}
nav ul li .active, nav ul li a:hover, nav ul li a:focus {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.header_title {
	margin: 0
}
.seeall button {
	display: inline-block;
	font-size: 0.813rem;
	font-weight: 700;
	line-height: 1;
	padding: 1rem 1.6rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #B9B9B9;
	background-color: white;
	margin-top: 20px;
	background: #64A342;
	border-color: #64A342;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.seeall button:hover {
	cursor: pointer;
	background: #0b6822;
	border-color: #0b6822;
}
.seeall, .seeall:hover {
	border: 0;
	margin: 0 auto;
}
.flip-card-back a, #entrylevel nav a {
	color: #64a342;
	text-decoration: none;
	border: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.flip-card-back a:active, #entrylevel nav a:active, .flip-card-back a:hover, #entrylevel nav a:hover, .flip-card-back a:focus, #entrylevel nav a:focus {
	border-bottom: 1px solid #64a342;
}
/*Job Filter*/

.item {
	border: 1px solid #fff;
	color: #fff;
}
.item a {
	text-decoration: none;
	color: initial;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	height: 100%;
}
.item a:hover {
	color: yellow;
}
.dropbtn {
	background-color: #001842;
	color: white;
	padding: 10px;
	font-size: 0.875rem;
	border: none;
	cursor: pointer;
	width: 180px;
	font-family: 'Roboto', sans-serif;
	position: relative;
	text-align: left;
}
.dropbtn:hover {
	background-color: #7e95bf;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	width: 180px;
	z-index: 1;
	padding: 0px;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.show {
	display: block;
}
.select_arrow {
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	display: inline-block;
	/*margin-left: 20px;*/
	margin-top: -2px;
	position: absolute;
	right: 9px;
	width: 20px;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.select_arrow_rotate {
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.select_arrow img {
    width: 100%;
}
/*Colors*/

.blue {
	color: #001842;
}
.green {
	color: #64a342;
}
.dark_grey {
	color: #919191;
}
.grey {
	color: #9d9d9d;
}
.light_grey {
	color: #d0d0d0;
}
.orange {
	color: #f7a823;
}
.medium_blue {
	color: #435395;
}
.light_blue {
	color: #7e95bf;
}
.dark_green {
	color: #0b6822;
}
.light_green {
	color: #aec38b;
}
.bg_blue {
	background-color: #001842;
}
.bg_green {
	background-color: #64a342;
}
.bg_dark_grey {
	background-color: #919191;
}
.bg_grey {
	background-color: #9d9d9d;
}
.bg_light_grey {
	background-color: #d0d0d0;
}
.bg_orange {
	background-color: #f7a823;
}
.bg_medium_blue {
	background-color: #435395;
}
.bg_light_blue {
	background-color: #7e95bf;
}
.bg_dark_green {
	background-color: #0b6822;
}
.bg_light_green {
	background-color: #aec38b;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot');
  src:  url('fonts/icomoon.ttf') format('truetype'),
    url('fonts/icomoon.woff') format('woff'),
    url('fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-twitter:before {
  content: "\ea96";
  transition: all 0.3s;
}
.icon-facebook:before {
  content: "\ea91";
  transition: all 0.3s;
}
.icon-youtube:before {
  content: "\ea9d";
  transition: all 0.3s;
}
.icon-linkedin:before {
  content: "\eaca";
  transition: all 0.3s;
}
.icon-instagram:before {
  content: "\ea92";
  transition: all 0.3s;
}
.footer_imprint {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; 
    margin-top: 20px;
}
.footer_imprint span {margin: 0 5px 0 0;}
.footer_imprint a.twitter,.footer_imprint a.facebook,.footer_imprint a.youtube,.footer_imprint a.linkedin,.footer_imprint a.instagram {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background-color: #001842;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    margin: 0 0 0 5px;
}
a.twitter:hover i:before {
    color: #1DA1F2;
}
a.facebook:hover i:before {
    color: #3b5998;
}
a.youtube:hover i:before {
    color: #c4302b;
}
a.linkedin:hover i:before {
    color: #0e76a8 ;
}
a.instagram:hover i:before {
    color: #e64c94 ;
}


@media screen and (max-width: 800px) {
	html {
		font-size: 14px
	}
	h1 {
	    font-size: 2rem;
	}
}
@media screen and (max-width: 700px) {
	.header_navbar nav ul li a {
	    font-size: 1.5rem
	}
}@media screen and (max-width: 600px) {
	html {
		font-size: 13px
	}
}