@font-face { 
	font-family: 'WorkSans';
	src: url('WorkSans-Regular.ttf') format('truetype'); 
}
@font-face { 
	font-family: 'WorkSans';
	src: url('WorkSans-Bold.ttf') format('truetype');
	font-weight: bold; 
}
@font-face { 
	font-family: 'WorkSans-Light';
	src: url('WorkSans-Light.ttf') format('truetype'); 
}
@font-face { 
	font-family: 'WorkSans-ExtraLight';
	src: url('WorkSans-ExtraLight.ttf') format('truetype'); 
}


/* pfeile werden im Slider nur bei hovern gezeigt */
.bx-controls-direction a {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.bx-wrapper:hover .bx-controls-direction a {
    opacity: 1;
}


body {
	font-size: 16px;
	font-family: 'WorkSans-ExtraLight', arial;
	background-color:#ffffff;
	margin:0;
	padding:0;
	text-align: center;
}

h1 {
	font-size: 36px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

.link_white a:active, a:link, a:visited {
	color : #ffffff; 
	text-decoration : none;
}

.link_white a:hover {
	color : #ffffff; 
	text-decoration : underline;
}


#container_navi {
	position: fixed;
	top: 0px;
	text-align: bottom;
	width: 100%;
	height:80px;
	font-size: 12pt;
	color: #ffffff;
	z-index: 1;
	background-color:rgba(0,0,0,0.80);
}

#container_navi_inner {
	height: 60px;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
}

#navi_left {
	margin-right: 30px;
}

#navi_image {
	height: 60px;
	border:0px;
}

#navi_buffer {
	height: 80px;
	width: 100%;
}

#navi_desktop {
	font-family: 'WorkSans-Light', arial;
	position: relative;
	top: 32px;
}

#navi_mobile {
	display:none;
	list-style-type: none;
	width: 250px;
  	margin-top: 0px;
  	padding-left: 0px;
  	z-index: 999;
  	background-color:rgba(0,0,0,0.60);
  	overflow: hidden;
  	-webkit-padding-start: 0;
	position: fixed;
  	top: 80px;
  	left: calc(100% - 250px);
}

#navi_mobile li {
	padding: 0.8em;
	border-bottom-width:2px; 
	border-bottom-style:solid; 
	border-bottom-color:#F0F0F0;
	color: #ffffff;
	cursor: pointer;
}

#navi_mobile_icon {
	display: none;
	margin: 0px 20px;
	width: 30px;
	height: 30px;
	background-image: url('/images/mobile_menu.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center; 
	cursor: pointer;
}

.navi_item {
	cursor: pointer;
}


.content {
	background-size: cover;
	background-position: center;
	padding: 55px 8px;
}

.content_text {
	padding:20px;
	max-width: 800px;
	margin: 0 auto;
	font-size:20px;
	padding-left:20px;
	padding-right:20px;
}

.content_text1 {
	max-width: 800px;
	margin: 0 auto;
	font-size:20px;
	padding-left:20px;
	padding-right:20px;
}

#ueber_uns {
	background-image: url('/images/Titelbild_epiframe.jpg');
	background-position: center bottom;
	height: calc(100vh - 80px); /* 100% viewport_height - navi_height */
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: top;
}

.ueber_uns_inner {
	margin: 20px 0px;
}

.ueber_uns_image_container {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.ueber_uns_image_container img {
	width: 100%;
}


#was_wir_tun {
	background-image: url('/images/EF_Im_Ueberblick_Background.jpg');
}

.was_wir_tun_image_container {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}

.was_wir_tun_image_container img {
	width: 100%;
}


#jobboersen {
	background-image: url('/images/EP_Jobboersen_Background.jpg');
}

#jobboersen_item_container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.jobboersen_item {
	width: 275px;
	padding: 20px 10px;
	background-color: #ffffff;
	margin: 0px 10px 20px 10px;
}

.jobboersen_image_container {
	width: 100%;
	height: 60px;
	padding: 20px 0px;
}

.jobboersen_image {
	width: 60%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


#webseiten {
	background-image: url('/images/EF_Im_Ueberblick_Background.jpg');
}

#webseiten_screen_container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.webseiten_screen {
	height: 200px;
	margin: 0px 10px 20px 10px;
}

.webseiten_screen_image {
	height: 100%;
	width:360px;
}


#unsere_kunden {
	background-image: url('/images/EP_Kunden_Background.jpg');
	color: #ffffff;
}

#unsere_kunden_logo_container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.unsere_kunden_logo {
	height: 100px;
	margin-bottom: 5px;
}

.unsere_kunden_logo_image {
	height: 100%;
}


#kontakt {
	background-color:rgba(0,0,0,0.80);
	color: #ffffff;
	padding-bottom: 250px;
}

#kontakt_delfin {
	height: 40px;
}


@media only screen and (max-width: 1100px) {

	#container_navi_inner {
		align-items: center;
	}

	#navi_mobile_icon {
		display:block;
	}

	#navi_desktop {
		display:none;
	}

	#navi_login{
		display:none;
	}

	.jobboersen_item {
		width: 250px;
		padding: 10px 8px;
		margin: 0px 8px 16px 8px;
	}

	.jobboersen_image_container {
		height: 50px;
		padding: 16px 0px;
	}

	.jobboersen_image {
		width: 65%;
	}

	.webseiten_screen {
		height: 175px;
	}

	#unsere_kunden_logo_container {
		max-width: 750px;
	}

	.unsere_kunden_logo {
		height: 80px;
	}

	#kontakt {
		padding-bottom: 200px;
	}

}

@media only screen and (max-width: 640px) {

	body {
	font-family: 'WorkSans-Light', arial;	
	}
	.jobboersen_item {
		width: 100%;
		padding: 12px 6px;
		margin: 0px 6px 12px 6px;
	}

	.jobboersen_image_container {
		height: 50px;
		padding: 6px 0px;
	}

	.jobboersen_image {
		width: 150px;
	}

	.webseiten_screen {
		height: 150px;
	}

	#unsere_kunden_logo_container {
		max-width: 575px;
	}

	.unsere_kunden_logo {
		height: 60px;
	}

	.kontakt_line {
		display: block;
		margin-bottom: 6px;
	}

	.kontakt_responsive_hidden {
		display: none;
	}

	#kontakt {
		padding-bottom: 150px;
	}
	.content_text1 {
	font-size:10px;
	}
	.content_text {
	font-size:17px;
}

}