@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap');

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins', Arial, sans-serif;
	font-weight: 300;
	color: #666666;
	list-style: none;
	position: relative;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	position: relative;
	font-size: 32px;
	color: #000;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
}
h2:before {
    content: "";
    position: absolute;
    width: 100%;
	max-width: 300px;
    height: 1px;
    bottom: 0;
    left: 0;
	right: 0;
	margin: 0 auto;
    border-bottom: 3px solid #ffdc05;
}
h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000000;
}
h4 {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}

html, body {
	width: 100%;
	height: 100%;
}

.container {
	position: relative;
	min-height: 100%;
}

.box-shaddow {
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
}
/*////////////////////////
//	HEADER
////////////////////////*/
header {
	position:fixed !important;
	position:absolute;
	left: 0;
    top: 0;
	background-color: #fff;
	width: 100%;
	height: auto;
	z-index: 999;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
	float: left;
}

/*Contact Details*/
.short-contact-container {
	padding: 10px 0;
	background: #333333;
}
.short-contact-details {
	width: 90%;
	max-width: 900px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-end;
}
.short-contact-details-item {
	flex-basis: auto;
	align-self: flex-start;
	text-align: center;
	margin-right: 15px;
}
.short-contact-details-item:nth-of-type(3) {
	margin-right: 0;
}
img.short-contact-details-item-icon {
    width: 20px;
    height: auto;
    float: left;
    margin: 0 5px 0 0;
}
.short-contact-details-item > p {
	font-size: 12px;
	float: left;
	color: #ffffff;
	margin: 0;
}

.header-wrapper {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

/*Main Menu*/

.nav-main-toggle-mobile {
	display: none;
}
.mobile-menu-icon {
	width: 100%;
}
nav {
	width: 70%;
	float: right;
	height: auto;
	z-index: 1;
}

.menu-header-menue-container ul li ul {
    visibility: hidden;
    background: #ffffff;
    position: absolute;
	display: none;
}
.menu-header-menue-container  ul li:hover > ul,
.menu-header-menue-container ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: flex;
	justify-content: flex-end;
	align-items:center;
	flex-flow: row wrap;
}
.menu-header-menue-container ul li ul li {
  clear: both;
  width: 100%;
}

.menu-header-menue-container {
	height: auto;
}
.menu-header-menue-container ul.menu {
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items:center;
	flex-flow: row wrap;
}
.menu-header-menue-container ul.menu li {
	text-align: center;
	height: auto;
	vertical-align: baseline;
}
.menu-header-menue-container ul.menu li a,
.menu-header-menue-container  ul.menu li ul li a {
	display: block;
	text-decoration: none;
    padding: 25px 0px;
    min-width: 110px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	border-left: 1px solid #eeeded;
}
.menu-header-menue-container ul.menu li:last-child a {
	border-right: 1px solid #eeeded;
}
.menu-header-menue-container ul.menu li a:hover {
	background-color: #ffdc05;
	color: #fff;
	font-weight: 700;
}

.header-logo {
	width: 30%;
	float: left;
}
.header-logo .custom-logo-link {
	z-index: 1;
}
.header-logo img.custom-logo {
	width: 50%;
	height: auto;
	margin: 8px 0 0 0;
}

/*Mobile Navigation*/
@media only screen and (max-width: 830px ) {
	.header-wrapper,
	nav,
	.menu-header-menue-container ul.menu,
	.menu-header-menue-container ul.menu li,
	.menu-header-menue-container  ul.menu li ul,
	.menu-header-menue-container  ul.menu li ul li	{
		width: 100%;
	}
	.menu-header-menue-container ul.menu li a,
	.menu-header-menue-container  ul.menu li ul li a {
		width: auto;
		padding: 10px 0px;
	}
	.header-logo {
		width: 80px;
		margin: 0 auto;
		float: none;
	}
	.header-logo img.custom-logo {
		width: 100%;
	}
	.menu-header-menue-container  ul.menu li ul li{
		background: #fafafa;
		z-index: 1;
	}
	.menu-header-menue-container  ul.menu li ul li a{
		width: 100%;
	}
	/*.menu-header-menue-container  ul li:hover > ul,
	.menu-header-menue-container ul li ul:hover {
		display: flex;
	}*/
	.menu-header-menue-container  ul li > ul,
	.menu-header-menue-container ul li ul {
	visibility: visible;
	opacity: 1;
	display: block;
	align-items:center;
	position: relative;
	}
	
	
	.main-navigation {
		display: none;
	}
	.nav-main-toggle-mobile {
		display: block;
		width: 25px;
		position: absolute;
		top: 15px;
		right: 10px;
		cursor: pointer;
	}
}

/*////////////////////////
//	MAIN-PART
////////////////////////*/
main, section {
	width: 100%;
	height: auto;
}

main {
	margin-top: 92px;
	float: left;
}
section {
	padding: 25px 0;
}
section.header-image {
	padding: 0;
}


.front-page-img-slider {
}
.img-cover {
	object-fit: cover;
	width: 100%;
	height: 400px;
}

article {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 15px 10Px;
}

.red-line {
	width: 100%;
	height: 5px;
	background-color: #e20714;
	float: left;
}
.yellow-line {
	width: 100%;
	height: 5px;
	background-color: #ffdc05;
	float: left;
}

.service-item {
	width: 33%;
	max-width: 250px;
	min-width: 250px;
	height: auto;
	min-height: 270px;
	padding: 15px 5px;
	margin: 0 0 15px 0;
	background-color: #fff;
}
.service-item > img {
	width: 50px;
	height: auto;
	margin: 0 auto;
}
.service-item > h3 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.service-item:last-child > img {
    width: auto;
}
.service-item:last-child {
    background: none;
    box-shadow: none;
}

.service_left, .service_right {
	width: 350px;
	height: auto;
	padding: 15px 5px;
}

.flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-around;
}

.flex-item {
	flex-basis: auto;
	align-self: flex-start;
	text-align: center;
}

a.button {
	border-radius: 3px;
	border: 1px solid #e20714;
	color: #fff;
	background-color: #e20714;
	padding: 6px 10px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a.button:hover {
	background: none;
	color: #e20714;
}

/*////////////////////////
//	FOOTER
////////////////////////*/
footer {
	padding: 20px 0 10px 0;
	background-color: #333333;
	width: 100%;
	min-height: 50px;
	bottom: 0;
	float: left;
}
.menu-footer-menue-container > ul.menu {
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items:center;
}
.menu-footer-menue-container > ul.menu > li {
	text-align: center;
	height: auto;
	vertical-align: baseline;
}
.menu-footer-menue-container > ul.menu > li > a {
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	display: block;
	text-decoration: none;
    padding: 5px 0px;
    min-width: 110px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.menu-footer-menue-container > ul.menu > li > a:hover {
	color: #ffdc05;
	font-weight: 700;
}

/*////////////////////////
//	IMAGES
////////////////////////*/
img.news-image {
	width: 100%;
	height: 170px;
	object-fit: cover;
	margin-bottom: 20px;
}

.template-news-page img.news-image {
	width: 100%;
	height: 100%;
	max-height: 450px;
	object-fit: cover;
	margin-bottom: 20px;
}

.parallax {

  /* Full height */
  min-height: 300px;
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*////////////////////////
//	SLIDER
////////////////////////*/
.slider-content {
	position: absolute;
	max-width: 1200px;
	width: 80%;
	left: 10%;
	right: 0;
	/*top: 70%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
	bottom: 20%;
	text-align: left;
	z-index: 1;
}
.slider-content .slider-caption {
	background: #ffdc05;
	color: #ffffff;
	padding: 15px;	
	display: table-cell;
	width: auto;
}

.slider-content .slider-caption:before {
    content: none;
}

/*////////////////////////
//	INDIVIDUAL PAGES
////////////////////////*/

/*Front-Page*/
main.template-front-page section.service-teaser,
main.template-front-page section.news-teaser {
	background-color: #ffdc05;
}
main.template-front-page section.service-teaser article  h2:before, 
main.template-front-page section.news-teaser article  h2:before{
	border-color: #fff;
}
main.template-front-page section.news-teaser .news-teaser-item {
	width: 33%;
	max-width: 250px;
	min-width: 250px;
	height: auto;
	min-height: 270px;
	margin: 0 0 15px 0;
	background-color: #fff;
}
main.template-front-page section.news-teaser .news-teaser-item .news-teaser-item-content {
	padding: 0 15px 25px 15px;
}

/*Service Overview Page*/
main.template-services-overview {
	background: #fafafa;
}
main.template-services-overview section:nth-of-type(2) {
	background: #ffffff;
}
.service-description {
	background: #ffffff;
}
.service-content-text {
	width: 70%;
	text-align: left;
}
.service-content-text h3 {
	text-align: left;
}
.service-content-img {
	width: 20%;
}
img.service-icon {
	max-width: 70px;
}

/*News Overview Page*/
main.template-news-overview section.news-teaser {
	background-color: #fafafa;
}
main.template-news-overview section.news-teaser .news-teaser-item {
	width: 30%;
	max-width: 250px;
	min-width: 200px;
	height: auto;
	min-height: 270px;
	margin: 0 0 15px 0;
	background-color: #fff;
}
main.template-news-overview section.news-teaser .news-teaser-item .news-teaser-item-content {
	padding: 0 15px 25px 15px;
}

/*Team Page*/
main.template-employee section.overview-employees {
	background: #fafafa;
}
main.template-employee section.overview-employees .employee-item {
	margin: 10px;
}
main.template-employee section.overview-employees img.img-employee {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 100px;
}

/*Career Page*/
main.template-career section.job-descriptions {
	background: #fafafa;
}
main.template-career section.job-descriptions .jobs-content {
	padding: 30px 15px;
	background: #ffffff;
}
main.template-career section.job-descriptions .jobs-content * {
	text-align: left;
}
main.template-career section.job-descriptions .jobs-content .jobs-details ul li {
	list-style: disc;
	list-style-position: inside;
}
main.template-career section.job-descriptions .jobs-content .toggle_button {
	float: right;
	color: #ffffff;
	background: #e20714;
	border-radius: 100px;
	width: 30px;
	text-align: center;
	vertical-align: middle;
	display: inline-table;
	font-weight: 400;
	font-size: 20px;
	cursor: pointer;
}


section.contact {
	background: #626262;	
}
section.contact h2 {
	color: #ffffff;
}
section.contact .contact_text * {
	text-align: left;
	color: #ffffff;
}
.contact_text,
.contact_form {
	max-width: 50%;
}
input,
textarea {
	width: 100%;
	padding: 15px;
}
input[type="submit"] {
	width: auto;
	border-radius: 3px;
	border: 1px solid #e20714;
	color: #fff;
	background-color: #e20714;
	padding: 6px 10px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
input[type="submit"]:hover {
	background: none;
	color: #e20714;
	cursor: pointer;
}

@media only screen and (max-width: 830px ) {
	.contact_text,
	.contact_form {
		max-width: 100%;
	}
	.slider-content {
		bottom: 8%;
	}
	.slider-content .slider-caption {
		padding: 8px;	
		font-size: 18px;
		display: table-cell;
		width: auto;
	}
	.img-cover {
		max-height: 50vh;
	}
	img.news-image {
		height: 150px;
	}
	main.template-front-page section.news-teaser .news-teaser-item,
	.service-item {
		width: 100%;
		max-width: 100%;
	}
}