@charset "UTF-8";
/* CSS Document */

@import url("fonts/fonts.css");

@import url("inc/checkbox.css"); 

@import url("inc/animate.css"); 




html {
  position:relative; 
  min-height: 100%;
  max-width:100%;

}


body {
	margin: 0 auto;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding: 0;
	height:100%;
}


#global_wrapper {
	min-height:100%;
   position:relative;
   padding-bottom:80px;
}


.beruf_dropdown {
	width:327px;	
}

@media (max-width: 1250px) {
	
	#global_wrapper {
    padding-bottom:0px;
}
	
}



#header_c {
	width: 100%;
	height: 100px;
	margin: 0;
	-moz-box-shadow: 0px 3px 5px #C8C8C8;
	-webkit-box-shadow: 0px 3px 5px #C8C8C8;
	box-shadow: 0px 3px 5px #C8C8C8;
	position: relative;
	top: 0;
	background-color:#FFFFFF;
	z-index: 3;
}

#header {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	padding-top: 35px;
}

#jobs-logo {
	width: 22%;
	height: auto;
	float: left;
	border: 0px #DC2124 solid;
}

#jobs-stellenportal {
	width: 20%;
	float: left;
	font-family: "ScubaWeb-Thin";
	border: 0px #DC2124 solid;
	font-size: 35px;
	margin-left: 30px;
	color: #666;
}

#container {
	width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	margin-bottom: 0px;
	
}

#search_c {
	width: 1075px;
	height: 60px;
	padding-top: 35px;
	padding-bottom: 30px;
	margin-top:0px;
}

#search_bar {
	width:745px;
	height:50px;
	float:right;
	border:0px solid #1DFF53;
}


.suchfeld_1 {
	border:#0f5f95 1px solid;
	width: 36%;
	height: 34px;
	font-size: 15px;
	padding: 8px;
	padding-left: 50px;
	color: #0f5f95;
	opacity: 1;
	font-weight: 200;
	background-image: url(bilder/quote.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	float: left;
	clear: both;
	display: block;
	margin-left: 11px;
	border-radius:0px !important;
}




.suchfeld_2 {
	border:#0f5f95 1px solid;
	width: 36%;
	height: 34px;
	font-size: 14px;
	padding: 8px;
	padding-left: 50px;
	color: #0f5f95;
	opacity: 1;
	font-weight: 200;
	background-image: url(bilder/Pin-search.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	float: left;
	margin-left: 12px;
	margin-right: 11px;
	border-radius:0px !important;
}

#list-berufe {
	height:100px;
	
	
}


.button {
	width: 34px;
	height: 34px;
	background-color: #fff;
	display: block;
	padding: 25px;
	margin-right: 0px;
	background-image: url(bilder/Lupe-search-dark.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border:#0f5f95 1px solid;
	transition:all 0.1s ease;
	float: right;
}

.button:hover {
	background-color: #0f5f95;
	border:#62b4eb 1px solid;
	background-image: url(bilder/Lupe-search-white.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	cursor:pointer;
	transition:all 0.1s ease;
}

#sidebar {
	width:25%;
	float:left;
	font-family: "ScubaWeb-Light";
	font-size:20px;
	color:#fff;
	background: #142D4A;
	
}

#sidebaropen {
	display:none;
	
}

menu_side {
	display:block;
	
}

#sidebar ul {
	list-style:none;
	padding-left:0px;
	margin-top:0px;
}

#sidebar ul li {
	padding-bottom:5px;
}

#sidebar ul li a{
	text-decoration:none;
	color:inherit;
	padding-left: 15px;
}

#sidebar ul li a:hover{
	color:#0f5f95;
	cursor:pointer;
}

#sidebar ul li ul{
	padding-left:15px;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	background-color:#62b4eb;
	width:95%;
	list-style-type:none;
	color: #fff;
	clear: both;
	text-transform: capitalize !important;
	overflow:hidden;
}

#sidebar ul li ul li ul{
	padding-left:9px;
	font-size:11px;
	margin-top:10px;
	margin-bottom:0px;
	padding-top:0px;
	list-style-type:none;
}

#sidebar ul li ul li ul li{
	padding-bottom:4px;
}





#content_job {
	width:75%;
	height:auto;
	float:left;
	padding-bottom:100px;
}

@media (max-width: 1250px) {
#content_job {
	
	padding-bottom:0px;
}

}

#jobs-table {
	width:100%;
	height:auto;
	border: none;
	font-family: ScubaWeb-Thin;
	vertical-align:top;
}

#jobs-table ul{
	margin-top:10px;
	list-style:none;
	float:none;
}

#jobs-table ul li{
	float:left;
	padding-bottom: 10px;
	border:0px solid #E0060A;
}

.jobs-table-id {
	width:8%;
	font-size:13px;
	padding-top:6px;
}

.jobs-table-name {
	width:58%;
	font-size:18px;
	line-height: 25px;
	color: #224973;
	font-family: ScubaWeb-Light;
	padding-right: 2%;
}

.jobs-table-name a {
	color: inherit !important;
	text-decoration:none;
}

.jobs-table-kind {
	width:15%;
	font-size:14px;
	line-height: 20px;
	padding-top:3px;
}

.jobs-table-location {
	width:25%;
	font-size:14px;
	line-height: 20px;
	padding-top:3px;
}

#footer {
	width:100%;
	background-color:#142D4A;
  	bottom: 0;
	position: fixed;
	height: 70px;
	font-family: 'Scuba Light', sans-serif;
}


#footer_c {
	width: 1136px;
	max-width: 100%;
	margin: 0 auto;
}

#footer_menu {
	padding:0;
	margin-top:2px;
	max-width:500px;
	width:500px;
	position:relative;
}



#footer_left {
	width:500px;
	height:50px;
	position:absolute;
	margin-top:30px;
}


#footer_right {
	margin-top:15px;
	margin-right:0px;
	width:500px;
	float:right;
}

#footer_menu li {
	float:left;
	list-style:none;
	margin-right:22px;
	color:#A3A3A3;
	text-transform:uppercase;
	font-family: "ScubaWeb-Light";
	font-weight:100;
	font-size:12px;
}

#footer_menu li a, a:visited{
	color:#FFFFFF;
	text-decoration:none;
	transition:all ease-in 0.2s;
}

#footer_menu li a:hover{
	color:#62b4eb;
	text-decoration:none;
}



#socialmedia {
	margin:0 auto;
	float:right;
	padding:0px;
	margin-top:0px;
}

#socialmedia li{
	float:right;
	list-style:none;
	margin-left: 10px;
	font-family:icons;
	width:40px;
	height:40px;
	background-color: rgba(255, 255, 255, 0.25);
	line-height:40px;
	font-size:28px;
	text-align:center;
	transition:all ease-in 0.2s;
	padding-bottom: 9px;
	padding-left: 4px;
	padding-right: 4px;
}

#socialmedia li a, a:visited{
	text-decoration:none;
	color: #fff;
}


#socialmedia li:hover{
	background-color:#62b4eb;
}




.show-hide:hover {
	color:#fff !important;
}

.show-hide-grey {
	font-size: 14px !important;
}

.show-hide-grey:hover {
	color: #666 !important;
}



#back-top {
	font-family:icons;
	position: fixed;
	z-index:99999;
	right:0;
	margin-right:35px;
 	top:85%; 
    border: #ccc 2px solid;
    color: #ccc;
    display: block;
    font-size: 30px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    width: 40px;
}

#back-top:hover {
	cursor:pointer;
	background: rgba(15, 95, 149, 1) none repeat scroll 0 0;
	opacity:1;
	transition:0.2s all ease;
	color: #fff;
	border: #0f5f95 2px solid;
}



/* RESPONSIVE */
@media (max-width: 1250px) {
	
	
/* Header unter 1250px */

#header_c {
	width: 100%;
	height: 160px;
	margin: 0;
	-moz-box-shadow: 0px 3px 5px #C8C8C8;
	-webkit-box-shadow: 0px 3px 5px #C8C8C8;
	box-shadow: 0px 3px 5px #C8C8C8;
	position: relative;
	top: 0;
	background-color:#FFFFFF;
	z-index: 3;
}

#header {
	width: 80%;
	height: 100px;
	margin: 0 auto;
	padding-top: 35px;
}

#jobs-logo {
	width: 300px;
	height: auto;
	float: none;
	border: 0px #DC2124 solid;
	margin: 0 auto;
	text-align:center;
}

#jobs-stellenportal {
	width: auto;
	float: none;
	font-family: "ScubaWeb-Thin";
	border: 0px #DC2124 solid;
	font-size: 35px;
	margin-left: 0px;
	color: #666;
	margin: 0 auto;
	text-align:center;
	margin-top:20px;
}	
	
/* Container und Suchfelder unter 1250px */
	
#container {
	width: 80%;
	margin: 0 auto;
	min-height: 100%;
	margin-bottom: 0px;
}

#search_c {
	width: 100%;
	height: 60px;
	padding-top: 35px;
	padding-bottom: 30px;
	margin-top:0px;
}

#search_bar {
	width:740px;
	height:50px;
	float:none;
	clear:both;
	border:0px solid #1DFF53;
	margin:0 auto;
}

.suchfeld_1 {
	border:#0f5f95 1px solid;
	width: 36%;
	height: 34px;
	font-size: 15px;
	padding: 8px;
	padding-left: 50px;
	color: #0f5f95;
	opacity: 1;
	font-weight: 200;
	background-image: url(bilder/quote.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	float: left;
	clear: both;
	display: block;
	margin-left: 11px;
}

.suchfeld_2 {
	border:#0f5f95 1px solid;
	width: 37%;
	height: 34px;
	font-size: 15px;
	padding: 8px;
	padding-left: 42px;
	color: #0f5f95;
	opacity: 1;
	font-weight: 200;
	background-image: url(bilder/Pin-search.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	float: left;
	margin-left: 12px;
	margin-right: 11px;
}

.button {
	width: 34px;
	height: 34px;
	background-color: #fff;
	display: block;
	padding: 25px;
	margin-right: 0px;
	background-image: url(bilder/Lupe-search-dark.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}

.button:hover {
	background-color: #0f5f95;
	background-image: url(bilder/Lupe-search-white.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	cursor:pointer;
	border: #62b4eb 1px solid;
	transition:all 0.1s ease;
}

#footer_c {
		width:80%;
	
	}

	#footer {
		position:relative;
		bottom: 0%;
		margin-top:10%;
	}

	#footer_menu {
		padding-top:35px;
	}

	#socialmedia {
		margin-top:-30px;
	}
	
	
	
	#footer_left {
	width:auto;
	height:auto;
	position:relative;
	margin-top:0px;
}


#footer_right {
	margin:0px;
	width:auto;
	float:none;
}
}


@media (max-width: 1130px) {
	
#header_c {
	margin-bottom: 20px;
}

#container {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	margin-bottom: 0px;
}


#search_bar {
	float:none;
	clear:both;
}

#content_job {
	float:none;
	clear:both;
	margin:0 auto;
}

#sidebar {
	
}

#sidebar ul {
	width: 80%;
	padding-left: 3%;
}
	
#sidebar ul li {
	float:none;
	padding-right:20px;
	margin-right: 0px;
}

#sidebar ul li ul{
	padding-left:15px;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	background-color:#62b4eb;
	width:90%;
	list-style-type:none;
	color: #fff;
	height: auto;
}

	#suchfunktion {
		width: 80%;
		margin: 0 auto;
	}
	
	#suche1 {
		width: 100%;
		margin: 0 auto;
		
	}
	
	#suche2 {
		width: 100%;
		margin: 0 auto;
	}
	
	.suchfeld_1 {
		width: 92%;
		height: 34px;
		font-size: 20px;
		padding-top: 1%;
		padding-bottom: 1%;
		padding-left: 7%;
		color: #0f5f95;
		font-weight: 200;
		background-image: url(bilder/quote.png);
		background-position: 15px center;
		background-repeat: no-repeat;
		clear: both;
		margin-left: 0px;
		margin-right: 0px;
		margin: 0 auto;
	}
	
	.suchfeld_2 {
		width: 92%;
		height: 34px;
		font-size: 20px;
		padding-top: 1%;
		padding-bottom: 1%;
		padding-left: 7%;		
		color: #0f5f95;
		font-weight: 200;
		background-image: url(bilder/Pin-search.png);
		background-position: 15px center;
		background-repeat: no-repeat;
		margin-left: 0px;
		margin-right: 0px;
		margin: 0 auto;
		margin-top: 30px;
		float:none;
	}
	
	.button-container {
		width: 100%;
		height: 80px;
		margin: 0 auto;
		padding: 0px;
	}

	.button {
		width: 34px;
		height: 34px;
		background-color: #fff;
		display: inline-block;
		padding: 25px;
		margin-right: 0px;
		background-image: url(bilder/Lupe-search-dark.png);
		background-position: 15px center;
		background-repeat: no-repeat;
		margin-top: 30px;
	}

	.button:hover {
		background-color: #0f5f95;
		background-image: url(bilder/Lupe-search-white.png);
		background-position: 15px center;
		background-repeat: no-repeat;
		cursor:pointer;
		border: #62b4eb 1px solid;
		transition:all 0.1s ease;
	}


	.button-container {
		width: -moz-calc(100% + 2px);
		width: webkit-calc(100% + 2px);
		width: -o-calc(100% + 2px);
		width: calc(100% + 2px);
		height: 80px;
		margin: 0 auto;
		padding: 0px;
		border: 0px #E51F23 solid;
}

#sidebar{
	clear:both;
	margin:0 auto;
	width:80%;
	border:0px solid #00FF10;
	padding:0;
	float:none;
}


#sidebaropen {
	width: 34px;
	height: 34px;
	background-color: #fff;
	display: block;
	padding: 10px;
	margin-right: 0px;
	margin-bottom: 40px;
	background-image: url(bilder/mobile-menu.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border:#0f5f95 1px solid;
	transition:all 0.1s ease;
	float:left;
}

#sidebaropen:hover {
	background-color: #0f5f95;
	border:#62b4eb 1px solid;
	background-image: url(bilder/mobile-menu-w.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	cursor:pointer;
	transition:all 0.1s ease;
}

#sidebar ul {
	float:left;
	padding:0;
	padding-left:10px;
	
	
}

#sidebar ul li ul {
	float:none;
}


#jobs-table {
	width:100%;
	height:auto;
	border: none;
	font-family: ScubaWeb-Thin;
	vertical-align:top;
}

#jobs-table ul{
	margin-top:10px;
	list-style:none;
	float:none;
	padding:0;
}

#jobs-table ul li{
	float:none;
	padding-bottom: 5px;
	padding-top:5px;
	width:100%;
}


.jobs-table-id {
	padding-top:6px;
}

.jobs-table-name {
	line-height: 25px;
}

.jobs-table-kind {
	line-height: 20px;
	padding-top:3px;
}

.jobs-table-location {
	line-height: 20px;
	padding-top:3px;
}


}


@media (max-width: 1060px) {
	.jobs-table-id {
		width:8%;
		font-size:11px;
		padding-top:3px;
	}

	.jobs-table-name {
		width:60%;
		font-size:16px;
		color: #0f5f95;
		font-family: ScubaWeb-Light;
	}

	.jobs-table-kind {
		width:15%;
		font-size:14px;
		padding-top:3px;
	}

	.jobs-table-location {
		width:25%;
		font-size:14px;
		padding-top:3px;
	}
}

@media (max-width: 850px) {
	#search_bar {
		width:80%;
		float:none;
		clear:both;
		border:0px solid #1DFF53;
		margin:0 auto;
	}	
	
	.suchfeld_1, .suchfeld_2{
		width: 91%;
		padding-left: 8%;	
		height: 39px;
	}

	.button-container {
		width: -moz-calc(100% + 5px);
		width: webkit-calc(100% + 5px);
		width: -o-calc(100% + 5px);
		width: calc(100% + 5px);
		height: 80px;
		margin: 0 auto;
		padding: 0px;
		border: 0px #E51F23 solid;
	}
}

@media (max-width: 810px) {
	.suchfeld_1, .suchfeld_2{
		font-size:18px;
	}
}


@media (max-width: 800px) {
	#footer {
		position:relative;
		bottom: 0%;
		height:120px;
		padding-bottom:20px;
	}

	#footer_menu {
		float:none;
		width:390px;
		margin:0 auto;
		padding-top:35px;
	}

	#socialmedia {
		float:none;
		width:190px;
		margin-top:25px;
		margin-bottom:40px;
		border:0px #D00D11 solid;
		clear:both;
	}
	
	#back-top {
		top:80%;
			
		
	}
}


@media (max-width: 750px) {
	.suchfeld_1, .suchfeld_2{
		width: 89%;
		padding-left: 10%;	
		height: 41px;
	}
	
	.button-container {
		width: -moz-calc(100% + 4px);
		width: webkit-calc(100% + 4px);
		width: -o-calc(100% + 4px);
		width: calc(100% + 4px);
		height: 80px;
		margin: 0 auto;
		padding: 0px;
		border: 0px #E51F23 solid;
	}
	
	
	#content_job {
	width:80%;
	
}
	
}

@media (max-width: 650px) {
	.suchfeld_1, .suchfeld_2{
		height: 42px;
	}
}

@media (max-width: 550px) {
	.suchfeld_1, .suchfeld_2{
		font-size:16px;
		width: 84%;
		padding-left: 15%;	
		height: 43px;
	}
	
	.button-container {
		width: -moz-calc(100% + 6px);
		width: webkit-calc(100% + 6px);
		width: -o-calc(100% + 6px);
		width: calc(100% + 6px);
		height: 80px;
		margin: 0 auto;
		padding: 0px;
		border: 0px #E51F23 solid;
	}
}



@media (max-width: 600px) {

#sidebar ul li {
	padding-right:0px;
}

}


@media (max-width: 414px) {
#sidebar ul li ul {
	width: 110%;
	
}


}


@media (max-width: 470px) {
	#footer {
		position:relative;
		bottom: 0%;
		height:200px;
		padding-bottom:45px;
	}

	#footer_menu {
		width:120px;
		margin:0 auto;
		padding-top:30px;
		text-align:center;
		margin-bottom:20px;
		margin-top:10px;
	}


	#footer_menu li{
		display:inline-block;
		float:none;
		clear:both;
		margin-bottom:10px;
		margin-right:0px;
	}

	#socialmedia {
		width:190px;
		margin-top:30px;
		margin-bottom:40px;
		margin:0 auto;
		clear:both;
		border:0px #DB0306 solid;
	}
	
	
	#back-top {
		top:74%;
		
	}
	
	
	
	
}


@media (width: 375px) {
	
	#back-top {
		top:520px;
		
	}
	
}



@media (max-width: 450px) {
	.suchfeld_1, .suchfeld_2{
		font-size:15px;
		height: 44px;
	}

	.suchfeld_1, .suchfeld_2{
		width: 82%;
		padding-left: 17%;	
	}
	
	.button-container {
		width: -moz-calc(100% + 7px);
		width: webkit-calc(100% + 7px);
		width: -o-calc(100% + 7px);
		width: calc(100% + 7px);
		height: 80px;
		margin: 0 auto;
		padding: 0px;
		border: 0px #E51F23 solid;
	}
}



@media (max-width: 403px) {
	#footer {
		position: relative;
		bottom: 0%;
	}
}



@media (max-width: 380px) {
	.suchfeld_1, .suchfeld_2{
		width: 81%;
		padding-left: 18%;	
		font-size:14px;
	}
}



@media (max-width: 350px) {
	.suchfeld_1, .suchfeld_2{
		font-size:13px;
		height: 45px;
	}
}


.ausgabe_text {
	font-family: "ScubaWeb-Light";
	font-size:14px;
	line-height: 18px;
	margin-left:38px;
	
	
}

@media (max-width: 1070px) {
	
	.ausgabe_text {
	
	margin-left:0px;
	
	
}
}


@media (max-width: 1131px) {
	.umbruch_br {
		display:none;	
		
	}
}


	.umbruch_strich {
		display:none;	
		
	}

@media (max-width: 1131px) {
	.umbruch_strich {
		display:inline;	
		
	}
}


.id_medical-care {
visibility: hidden;
	
}


.id_medical-care:after {
	content:"Medical & Care";
	visibility: visible;
   margin-left: -73px;
}

.id_absolutintern {
visibility: hidden;
	
}

.id_absolutintern:after {
	content:"ABSOLUT intern";
	visibility: visible;
   margin-left: -74px;
}


.id_ict {
	visibility: hidden;
	
}


.id_ict:after {
	visibility: visible;
	content:"ICT";
   margin-left: -12px;
}










@media (max-width: 450px) {
	.suchfeld_1, .suchfeld_2{
		font-size:15px;
	}

	.suchfeld_1, .suchfeld_2{
		width: 85%;
		padding-left: 14%;	
	}
	

}

@media (max-width: 415px) {
	.suchfeld_1, .suchfeld_2{
		font-size:14px;
	}
}



@media (max-width: 400px) {

	
	.suchfeld_1, .suchfeld_2{
		height: 41px;
	
}
}

@media (max-width: 380px) {
	.suchfeld_1, .suchfeld_2{
		width: 83%;
		padding-left: 16%;	
		font-size:13px;
	}
}

@media (width: 375px) {
	.suchfeld_1, .suchfeld_2{
		width: 83%;
		padding-left: 16%;	
	}
}



@media (max-width: 350px) {
	.suchfeld_1, .suchfeld_2{
		font-size:13px;
	}
	

}




.Festanstellung {
	
	
}

.Teilzeit, .Vollzeit{
	
}


.suche1 {
	position:relative;
	}


.beruf_dropdown {
	position:absolute;
	top:55px;
	left:10px;
	height:300px;
	overflow:scroll;
	background-color:#fff;
	opacity:1 !important;
    border: #0f5f95 1px solid;
	font-family: "ScubaWeb-Light";
    font-size: 14px;
	z-index: 1000;
}


.beruf_dropdown ul{
	margin:0;
	padding:0px;
	padding-top:3px;
}

.beruf_dropdown ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	margin-top:5px;
	padding-left:5px;
}

.beruf_dropdown ul li:first-child{
	margin-top:0px;
}

.beruf_dropdown ul li:nth-child(odd){
	
	color:rgba(15,95,149,0.8);
}

.beruf_dropdown ul li:hover{
	cursor:pointer;
	background-color:rgba(192,192,192,1.00);
}

#sidebar-section-1 ul li:last-child {
	/*display:none;*/
	
}

#sidebar-section-1 ul li:first-child {
	/* display:none;*/
	
}

#sidebar-section-4 ul li:first-child {
	/* display:none; */
	
}