@charset "UTF-8";
/* CSS Document */
@import url("fonts/fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Scuba+Light:wght@400&family=Space+Grotesk:wght@300;400;700&display=swap');

html {
	height: 100% !important;
	box-sizing: border-box;
}

	
#logobox {
	width: 1136px;
	margin: 0 auto;
}



body {
	margin: 0 auto;
	background-image: url(bilder/AdobeStock_428501404xxlFotoMann.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-color: #fff;
	font-family: 'Scuba Light', sans-serif;
	font-weight: 400;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

#container {
    flex: 1;
}

/* Remove background-size adjustments from media queries */
@charset "UTF-8";
/* CSS Document */
@import url("fonts/fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Scuba+Light:wght@400&family=Space+Grotesk:wght@300;400;700&display=swap');

html {
	height: 100% !important;
	box-sizing: border-box;
}

#logobox {
	width: 1136px;
	margin: 0 auto;
}

body {
	margin: 0 auto;
	background-image: url(bilder/AdobeStock_428501404xxlFotoMann.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-color: #fff;
	font-family: 'Scuba Light', sans-serif;
	font-weight: 400;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

#container {
    flex: 1;
}

/* Media Query for mobile styling */
@media (max-width: 1260px) {
    body {
        background-position: center center;
    }
}

/* Logo */
.logo {
	width: 600px;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 40px;
	margin-top: 100px;
}

/* Stellenportal */
#stellenportal {
	font-size: 50px;
	font-weight: 200;
	color: #fff;
	text-align: center;
}

/* Search Fields and Button */
#container-suche {
	margin-top: 100px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.suchfeld_1 {
	border: 1px #0f5f95 solid;
	width: 530px;
	height: 34px;
	font-size: 20px;
	padding: 8px;
	padding-left: 50px;
	color: #444444;
	opacity: 1;
	font-weight: 200;
	background-image: url(bilder/quote.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	margin-left: 11px;
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 0px !important;
	font-family: 'Scuba Light', sans-serif;
	margin: 1px 0;
}

.suchfeld_2 {
	border: 1px #0f5f95 solid;
	width: 530px;
	height: 34px;
	font-size: 20px;
	padding: 8px;
	padding-left: 50px;
	color: #444444;
	opacity: 1;
	font-weight: 200;
	background-image: url(bilder/Pin-search.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	margin-left: 12px;
	margin-right: 11px;
	background-color: rgba(255, 255, 255, 0.95);
	font-family: 'Scuba Light', sans-serif;
	margin: 10px 0;
}

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

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

/* Fachbereiche + Responsive */
#fachbereiche {
	margin-top: 220px;
}

#fachbereiche h1 {
	font-size: 18px;
	line-height: 10px;
	font-family: "ScubaWeb-Light";
	font-weight: 100;
	color: #fff;
	margin-left: 11px;
}

#fachbereiche ul {
	margin: 0 auto;
	height: auto;
	padding: 0px;
	margin-bottom: 50px;
}

#fachbereiche ul li {
	float: left;
	width: 140px;
	height: 140px;
	background-color: #41a9e6;
	margin: 11px;
	list-style: none;
	transition: all ease-out 0.35s;
	text-align: center;
	display: table;
	vertical-align: middle;
}

#fachbereiche ul li img {
	width: 90%;
	padding-top: 10px;
}

#footer {
    background-color: #142D4A;
    font-family: 'Scuba Light', sans-serif;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    position: relative;
    bottom: -32px;
    text-align: center;
}

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

/* Consolidated Mobile Styles for suchfeld_1, suchfeld_2, and .button */

@media (max-width: 768px) {
    /* Container */
    #container-suche {
        width: 80%; 
        margin-top: 50px;
        align-items: center;
    }

    /* Search Fields */
    .suchfeld_1, .suchfeld_2 {
        width: 260px;
        height: 34px;
        font-size: 14px;
        color: #444444;
        opacity: 1;
        font-weight: 200;
        background-color: rgba(255, 255, 255, 0.95);
        font-family: 'Scuba Light', sans-serif;
        background-position: 15px center;
        background-repeat: no-repeat;
        display: block;
        margin: 10px auto;
    }

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

    /* Heading Font Size for Mobile */
    .heading-title {
        font-size: 40px;
    }

    /* Remove Background Image */
    body {
        background-color: #a5b6c4;
        background-image: none;
    }
}



/* Fachbereiche + Responsive */
#fachbereiche {
	margin-top:220px;
}

#fachbereiche h1{
	font-size: 18px;
	line-height: 10px;
	font-family: "ScubaWeb-Light";
	font-weight: 100;
	color: #fff;
	margin-left: 11px;
}


#fachbereiche ul{
	margin:0 auto;
	height:auto;
	padding:0px;
	margin-bottom:50px;
}

#fachbereiche ul li{
	float:left;
	width:140px;
	height:140px;
	background-color: #41a9e6;
	
	margin:11px;
	list-style:none;
	transition:all ease-out 0.35s;
	text-align: center;
	display: table;
	vertical-align:middle;
}

#fachbereiche ul li img{
	width: 90%;
	padding-top: 10px;
}


#fachbereiche ul li:hover{

}

/* item color -----------------------------------*/

#fachbereiche #item-1:hover{
	background-color: rgba(48, 78, 164, .7);
}

#fachbereiche #item-2:hover{
	background-color: rgba(14, 90, 33, .7);
}

#fachbereiche #item-3:hover{
	background-color: rgba(201, 134, 42, .7);
}

#fachbereiche #item-4:hover{
	background-color: rgba(166, 31, 33, .7);
}

#fachbereiche #item-5:hover{
	background-color: rgba(8, 161, 227, .7);
}

#fachbereiche #item-6:hover{
	background-color: rgba(112, 164, 64, .7);
}

#fachbereiche #item-7:hover{
	background-color: rgba(105, 15, 61, .7);
}

#fachbereiche #item-8:hover{
	background-color: rgba(0, 123, 119, .7);
}


/* --------------------- */




#footer {
    background-color: #142D4A;
    font-family: 'Scuba Light', sans-serif;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    position: relative;
    bottom: -32px;
    text-align: center;
}


#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:19px;
	text-align:center;
	transition:all ease-in 0.2s;
}

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





@media (max-width: 1200px) {
	
	/*#container {
		margin-bottom:200px;	
		
	}*/
	
	
	#logobox {
		max-width: 80%;
	}
	
	.logo {
		width: 600px;
		max-width: 80%;
	}
	
	#suchfunktion {
		width: 80%;
		margin: 0 auto;
	}
	
	#suche1 {
		width: 100%;
		margin: 0 auto;
	}
	
	#suche2 {
		width: 100%;
		margin: 0 auto;
	}
	
	.suchfeld_1 {
		height: 31px;
		font-size: 20px;
		font-family: 'Space Grotesk' !important;
		padding-top: 1%;
		padding-bottom: 1%;
		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 {
		height: 31px;
		font-size: 20px;
		padding-top: 1%;
		padding-bottom: 1%;
		font-weight: 200;
		font-family: 'Space Grotesk';
		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: 225px;
		background-image: url(bilder/Lupe-search-dark.png);
		background-position: 15px center;
		background-repeat: no-repeat;
		margin-top: 30px;
	}

	.button:hover {
		background-image: url(bilder/Lupe-search-white.png);
		background-position: 15px center;
		background-repeat: no-repeat;
		cursor:pointer;
	}

	
	#fachbereiche h1{
		font-size: 18px;
		line-height: 10px;
		font-family: "ScubaWeb-Light";
		font-weight: 100;
		color: #fff;
		margin-left: 11px;
		float: none;
	}

	#fachbereiche {
		width: 810px;
		margin: 0 auto;
		margin-top: 20px;
	}

	#claim {
		width: 100%;
		float: none;
	}

	#items {
		float: none;
	}

	#footer_c {
		width:80%;
	
	}

	#footer {
		position:relative;
		bottom: -32px;
		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: 1136px) {
	#container {
		max-width: 100%;
	}
	
	#items {
		max-width: 810px;
		min-width:100%;
		margin: 0 auto;
		margin-top: 20px;
	}

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

	.suchfeld_1, .suchfeld_2{
		height: 31px;
		font-family: 'Space Grotesk';
	}	
}

@media (max-width: 1080px) {
	.suchfeld_1, .suchfeld_2{
		height: 32px;
		font-family: 'Space Grotesk';
	}
}

@media (max-width: 1030px) {
	#container {
		max-width: 100%;
	}
	
	#items {
		max-width: 810px;
		min-width:100%;
	}

	#fachbereiche {
		width: 80%;
		margin: 0 auto;
		margin-top: 20px;
	}

	.suchfeld_1, .suchfeld_2{
		height: 33px;
		font-family: 'Space Grotesk';
	}
}

@media (max-width: 1015px) {
	#items {
		max-width: 650px;
		min-width:100%;
	}

	#fachbereiche {
		width: 650px;
		margin: 0 auto;
		margin-top: 20px;
	}

	.suchfeld_1, .suchfeld_2{
		height: 34px;
		font-family: 'Space Grotesk';
	}
}

@media (max-width: 934px) {
	#stellenportal {
		font-size: 48px;
		font-weight: 200;
		color: #fff;
		text-align: center;
	}
}

@media (max-width: 850px) {
	.suchfeld_1, .suchfeld_2{
		padding-left: 8%;	
		height: 37px;
	}
}

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

@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;
	}
}

@media (max-width: 780px) {	
	#items {
		max-width: 487px;
		min-width:100%;
	}

	#fachbereiche {
		width: 487px;
		margin: 0 auto;
		margin-top: 40px;
	}	
}

@media (max-width: 750px) {
	.suchfeld_1, .suchfeld_2{
		width: 89%;
		padding-left: 10%;	
		height: 38px;
	}
	
	#stellenportal {
		font-size: 45px;
		font-weight: 200;
		color: #fff;
		text-align: center;
	}
}

@media (max-width: 700px) {
	#stellenportal {
		font-size: 42px;
		font-weight: 200;
		color: #fff;
		text-align: center;
	}
}

@media (max-width: 650px) {
	#fachbereiche h1 {
		line-height:normal;
	}
	
	#stellenportal {
		font-size: 39px;
		font-weight: 200;
		color: #fff;
		text-align: center;
	}
}

@media (max-width: 600px) {
	#stellenportal {
		font-size: 36px;
		font-weight: 200;
		color: #fff;
		text-align: center;
	}
}

@media (max-width: 580px) {
	#items {
		max-width: 325px;
		min-width:100%;
	}

	#fachbereiche {
		width: 325px;
		margin: 0 auto;
		margin-top: 42px;
		line-height:30px;
	}
	
	#fachbereiche h1 {
		font-size:16px;
		line-height:30px;
	}
	
	#fachbereiche h1 {
		font-size:16px;
		line-height:22px;
	}
}

@media (max-width: 550px) {
	.suchfeld_1, .suchfeld_2{
		width: 87%;
		padding-left: 12%;	
	}

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

	.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;
	}

	.suchfeld_1, .suchfeld_2{
		height: 40px;
		width: 320px;
	}
	
	#stellenportal {
		font-size: 33px;
		font-weight: 200;
		color: #fff;
		text-align: center;
	}
}

@media (max-width: 500px) {
	.logo {
		width: 600px;
		max-width: 80%;
		margin-top: 40px;
		margin-bottom: 30px;
	}
	
	.button-container {
		width: -moz-calc(100% + 5px);
		width: webkit-calc(100% + 5px);
		width: -o-calc(100% + 5px);
		width: calc(100% + 5px);
	}
	
	.suchfeld_1, .suchfeld_2{
		height: 40px;
		width: 320px;
		font-size:16px;
	}
	
	#stellenportal {
		font-size: 30px;
		font-weight: 200;
		color: #fff;
		text-align: center;
	}
}

@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;
	}	
	
	#stellenportal {
		font-size: 27px;
		font-weight: 200;
		color: #fff;
		text-align: center;
	}

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

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

	.suchfeld_1, .suchfeld_2{
		width: 85%;
		padding-left: 14%;	
		width: 256px;
	}
	
	#stellenportal {
		font-size: 27px;
		font-weight: 200;
		color: #fff;
		text-align: center;
	}
}

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

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

@media (max-width: 400px) {
	#stellenportal {
		font-size: 24px;
		font-weight: 200;
		color: #fff;
		text-align: center;
	}
	
	.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: 360px) {
	#items {
		max-width: 160px;
		min-width:100%;
	}
	    
	.heading-title {
        font-size: 28px; /* Adjust font size specifically for this device */
    }


	#fachbereiche {
		width: 160px;
		margin: 0 auto;
		margin-top: 20px;
	}
}

@media (max-width: 350px) {
	.suchfeld_1, .suchfeld_2{
		font-size:13px;
	}
	
	#stellenportal {
		font-size: 21px;
		font-weight: 200;
		color: #fff;
		text-align: center;
	}
}

@media (max-width: 300px) {
	.logo {
		width: 600px;
		max-width: 80%;
	}
}

.suche1 {
	position:relative;
	
}


.beruf_dropdown_home {
    position: absolute;
    margin-top: 55px;
    left: 11px;
    height: 300px;
    overflow: scroll;
    background-color: #fff;
    opacity: 0.98;
    border: 1px solid rgba(15,95,149,1);
    font-family: "ScubaWeb-Light";
    font-size: 14px;

}


@media (max-width: 1132px) {


.beruf_dropdown_home {
	left:0px;
	
}
}






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

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

.beruf_dropdown_home ul li:first-child{
	margin-top:4px;
}

.beruf_dropdown_home ul li:last-child{
	margin-bottom:4px;
}

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

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

#checkbox_1_0 {
	display: none !important;
}

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





@keyframes fadeInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-600px); /* Start 100px to the left */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* End in original position */
    }
}

.job-opportunity-container {
    width: 80%; /* Default width, can be adjusted */
    max-width: 600px; /* Maximum width for larger screens */
    padding: 50px;
    font-family: 'Scuba Light', sans-serif;
    margin: 0 auto; /* Horizontally centered */
}

.heading-title {
    color: #094E7B;
    font-size: 54px; /* Adjust the size as needed */
    text-align: start; /* Optional: Centers the heading */
	margin-bottom: 0px;
	animation: fadeInFromLeft 2s ease-out;
	font-family: 'Space Grotesk', sans-serif; /* Space Grotesk for headings */
    font-weight: 700;
	letter-spacing: 3px;
}

.job-description {
    color: white;
    font-size: 16px; /* Adjust the size as needed */
    line-height: 1.5;
    text-align: start; /* Optional: Justifies the text */
}


/* Media query for tablets and smaller devices (max-width: 768px) */
@media (max-width: 1258px) {
    body {
        background-color: #a5b6c4; /* New background color for tablets and smaller devices */
        background-image: none; /* Optionally, remove the background image */
    }
	    
	.heading-title {
        font-size: 40px; /* Adjust the font size for tablets and small devices */
    }
	    
	#container-suche {
        width: 90%; /* Make the width closer to the margins for tablets */
    }
}

/* Media query for smaller mobile phones (max-width: 480px) */

@media (max-width: 768px) {
    #container-suche {
        width: 90%; /* Make the width closer to the margins for tablets */
    }
}

@media (max-width: 480px) {
    body {
        background-color: #a5b6c4; /* Keep the background color for smaller devices */
        background-image: none; /* Ensure no background image for small screens */
    }
	
	.heading-title {
        font-size: 40px; /* Adjust the font size for tablets and small devices */
    }
	    
	#container-suche {
        width: 80%; /* Increase the width for small mobile screens */
        margin-top: 50px; /* Optionally reduce the top margin on mobile */
		align-items: center;
    }
	
	.suchfeld_1 {
    width: 260px;
    height: 34px;
    font-size: 14px;
    color: #444444;
    opacity: 1;
    font-weight: 200;
    background-image: url(bilder/quote.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    clear: both;
	margin: 0 60px;
    display: block;
    background-color: rgba(255, 255, 255, 0.95);
    font-family: 'Scuba Light', sans-serif;
}
	
	.suchfeld_2 {
    width: 260px;
    height: 34px;
    font-size: 14px;
    color: #444444;
    opacity: 1;
    font-weight: 200;
    background-image: url(bilder/quote.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    clear: both;
	margin: 10px 60px;
    display: block;
    background-color: rgba(255, 255, 255, 0.95);
    font-family: 'Scuba Light', sans-serif;
}
	
	.button {
    width: 34px !important;
    height: 34px !important;
    background-color: #fff !important;
    display: inline-block !important;
    padding: 25px !important;
    margin-right: -40px !important;
    background-image: url(bilder/Lupe-search-dark.png) !important;
    background-position: 15px center !important;
    background-repeat: no-repeat !important;
    margin-top: 0px !important;
}
	
		#suchfunktion {
		width: 100%;
		margin: 0 auto;
	}

}
