/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');*/
/* @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700'); */

:root {
	--gray: #5a5c62;
	--gray-light: #aeaeae;
	--orange: #ff7421;
	--white: #FFF;
	--black: #000;
}
* {
	box-sizing:border-box;
}

body, html{
	background: var(--white, #FFF);
	margin:0;
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;
	/* //font-family: 'Futura Medium Condensed'; */
	font-size:20px;
}
section.breaker h2{ font-family: inherit;font-weight:bold; }
input[type="text"], input[type="email"]{ font-family: inherit; font-weight:300; }
/* //section b{ font-family: 'Open Sans Condensed', sans-serif; font-weight: bold; } */
input[type="submit"]{ font-family: inherit; font-weight:300; }

body > div{
	width:1024px;
	max-width:100%;
	background: var(--gray);
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 23px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 23px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 23px -7px rgba(0,0,0,0.75);
	border-top:0;
	border-bottom:0;
	color:white;
	box-sizing: border-box;
}
body > div section.withoutBg {
	background-color: var(--white, #FFF);
	color: var(--black, #000);
	padding: 48px 13%;
	line-height: 40px;
}
body > div section.orangeBg {
	background-color: var(--orange, #ff7421);
	color: var(--white, #FFF);
	padding: 48px 13%;
	line-height: 40px;
}
body > div section.light-gray-bg {
	background-color: var(--gray-light, #aeaeae);
	color: var(--white, #FFF);
	padding: 48px 13%;
}
body > div section.text-center{
	text-align: center;
}
body > div > header{
	max-height:796px;
	height: 100vh;
	background-position:top center;
	position:relative;
	background-attachment: fixed;
	background-color:white;
	overflow:hidden;
}
body > div > header .heroBg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image: var(--hero-bg-image);
	overflow:hidden;
	background-position: center;
	background-size: cover;
}

@media (max-width: 700px){
	body > div > header .heroBg {
		background-image: var(--hero-bg-mobile-image);
		overflow: hidden;
	}
}


body > div > header .logo{
		width: 30%;
    width: clamp(120px, 30%, 170px);
    margin-left: 7%;
    padding-top: 4%;
    z-index: 9;
    position: absolute;
    left: 0;
}
body .lists-container {
	padding-top: 10px;
}
body .lists-container p {
	margin-top: 40px;
	margin-bottom: 0;
}
body .lists-container .headline-xl {
	text-transform: uppercase;
	font-size: 90px;
	text-align: center;
	letter-spacing: 6px;
	color: var(--gray);
	line-height: 100px;
	hyphens: auto;
	word-break: break-word;
}
body ul {
	padding-left: 0;
	margin: 0;
}


#abstand-adresse {
	margin-bottom: 30px;
}


.balkenoben {
    background-color: #040404;
    padding: 15px;
}

.balkenunten {
    background-color: #fff;
    padding: 15px;
}

.front{
	    bottom: 0;
    left: 0;
    z-index: 1;
    /*background-image: url(../images/headerfront.png);*/
    width: 100%;
    height: 224px;
    position: absolute;
    background-position: bottom center;
}
.front.top{
	/*background-image: url(../images/headerfronttop.png);*/
	top:0;
}

.teaser {
    text-align: center;
}

.whatsapp {
    display: block;
    margin: 0 auto;
}

a.Whatsapp {
    text-align: center;
    text-decoration: none;
    display: block;
    
}

body .contact-section p {
	font-size: 25px;
}
body .contact-section h2 {
	font-size: 40px;
	font-weight: 400;
}
body .contact-section h3 {
	font-size: 58px;
    line-height: 113%;
    font-weight:normal;
}
body .contact-section a {
	text-decoration: none;
}

section[class*="-page"] {
	background-color: var(--gray-light, #aeaeae);
	color: var(--white, #FFF);
	padding-bottom: 15vh;
}


/*DROPDOWN FORMULAR*/

#Arbeitsort {
    width: 100%;
    padding: 10px 40px 10px 15px;
    font-size: 20px;
    color: #999;
    background-color: #f1f9fd;
    border-radius: 6px;
	font-weight: 300;
    font-family: inherit;
}

#Wunschberuf {
    width: 100%;
    padding: 10px 40px 10px 15px;
    font-size: 20px;
    color: #999;
    background-color: #f1f9fd;
    border-radius: 6px;
    font-weight: 300;
    font-family: inherit;
	margin-top: -20px;
}



h3.brutto {
    text-align: center;
    display: block;
	margin-bottom: 50px;
	font-size: 40px;
    
}
 /*Stellen Anzeigen*/

img.jobslogo {
    margin-top: 15px;
}



h2.stelle {
	margin-bottom: 5px;
	margin-top: 20px;}

h3.zeitkraft{
	margin-top: 10px;
	font-size: 30px;}

h2.jobs_neu {
	font-size: 35px;}

input.ahr-formular {
    margin-top: 80px !important;
}

/*Stellen Anzeigen ENDE*/

.aufzaehlung {
	line-height: 1.5em;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 1px;
}

.teaser_Text {
    text-align: center;
}

.Kontakt_daten {
    text-align: center;
    font-size: 35px;
    margin: 0 auto;
}

section{
	padding-left:13%;
	padding-right:13%;
	transition:all 0.5s;

	width:100%;
	box-sizing: border-box;
	padding-top: 1px;
	z-index:1;
}
section.breaker{
	position:relative;
	height:58vh;
	
	overflow: hidden;
	z-index:2;
	background-image: url(../images/bildflexijobs.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
section.breaker .bg{
	position: absolute;
	left:0;top:10px;
	bottom:10px;
	width:100%;
	height:100%;
	background-image:url(../images/bildflexijobs.jpg);
	/*background-attachment: fixed;*/
	background-position:center center;
	background-repeat:no-repeat;
	background-color:white;
	overflow:hidden;
	    z-index: 1;
	background-size: contain;
}
section.breaker.nobg{
	background-image: none;
	height:330px;
	background-color: white; 
}
section.breaker h2{
	
	    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
    text-align: center;
    color: #6e7993;
    font-size: 70px;
    width: 100%;
    animation: pulsing 3500ms infinite;
    z-index: 1;


	
	
}
body > div > header svg{
	position: absolute;
    bottom: 40px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 60px;
    height: 54px;
    animation: glowing 2500ms infinite;
    border-radius:100%;
    background:rgba(0,0,0,0.0);
    cursor:pointer;
    transition:all 0.5s;
    z-index:2;
}
body > div > header svg:hover{
	box-shadow: 0 0 10px #000;background:rgba(227, 0, 124, 0.61);
	animation:none;
	transform:scale(1.1);
}
h2{
	font-size: 58px;
    line-height: 113%;
    font-weight:normal;
}

section.form{ transition:all 0.4s; }
section.form.sent{ 
	    background-color: #DFEBD4;
    color: #8BC63E;
    padding-bottom: 13px;
    padding-top: 9px;
    width: 66%;
    text-align: center;
    
    border-radius: 27px;
        font-size: 18px;
    padding: 41px;
    /* margin: 20px 0; */
}
/* section ul{ list-style-image: url(../images/bullet.png);overflow: hidden; margin-bottom: 50px;}
section ul li { 
	 margin-bottom: 7px;
    width: calc(50% );
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
    padding-right: 5%;
} */
section ul.full{ list-style-type: circle;list-style-image:none; }
section ul.full li{ width:100%; }


ul#eckig{ list-style-image: url(../images/square.png);overflow: hidden; }
ul#eckig li { 
	margin-bottom: 10px;
    width: calc(50% );
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
    padding-right: 5%;
}

@media (max-width: 700px) {
	ul#eckig li {
		width: 100%;
	}
}

hr {
 background: #FFF;
 border: none;
 color: #FFF;
 height: 1px;
 width: 80%;
 margin-top: 33px;
}

form{
	    display: block;
    clear: both;
    overflow: hidden;
}


#akkordeon {
	display: none;
}

section.form:after{
	content: " ";
display: table;
clear: both;
}




table {
	width:100%;
}

table, td, tr, th {
	border: none;
	border-collapse: collapse;
	text-align: left;
}

td, tr, th {
	padding:0.4em;
	padding-right: 0.5em;
}

th {
	background:#eee;
	font-weight: bold;
}

@media screen and (max-width:700px) {
	
	table, tr, td {
		padding:0;
		border: none;
	}

	table {
		border:none;
	}

	thead {
		display:none;
	}

	tr {
		float: left;
		width: 100%;
	}

	td {
		float: left;
		width: 100%;
		padding:1em;
		color: #fff;
	}

	td::before {
		content:attr(data-label);
		background: transparent;
		width: 20%;
		float:left;
		padding:1em;
		font-weight: bold;
		margin:-1em 1em -1em -1em;
	}
	
@media (max-width: 700px) {
	.mobile_hidden {
		display: none;
	}	
}	

#akkordeon {
		display:block;
	}
	
#akkordeon:not(:target) .inhalt,
#akkordeon:not(:target) .hide,
#akkordeon:target .show {display: none;}
#akkordeon:target .inhalt {display: block;}

}	
	
.inhalt {
padding: 1em 0;
margin: 0px 0px 10px;
}

.show,
.hide {
padding:10px;
color:#fff;
font-weight:bold;
}

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


a { text-decoration: none;color:white;transition:all 0.5s;cursor:pointer; }
a.backlink { float:right; margin-top: 15px;  }
a.underline{ text-decoration: underline;}
section a:hover { 
	text-decoration: underline; 
	text-shadow: 0px 0px 6px #698716;
}



/*CAPTCHA KONTAKT FORMULAR*/

/*CAPTCHA ENDE*/
.file-selector-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}
input[type="text"], input[type="email"], input[type="file"] + label {
	width:48%;
	font-size:22px;
	padding:9px 24px;
	box-sizing: border-box;
	margin-bottom:10px;
	background-color:#f1f9fd;
	border:1px solid #f1f9fd;
	transition:0.5s all;
	color:#404040;
	border-radius:3px;
}
input[type="file"] + label {
	color: #909191;
	font-weight: 500;
	display: block;
	text-align: center;
	margin-bottom: 0;
}
address {
	font-size: 80%;
	line-height: 22px;
	font-style: normal;
	font-weight: 300;
	margin-top: 80px;
	margin-bottom: 140px;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="file"] + label:hover {
	background:white;
}
input[type="text"]:nth-of-type(odd),
input[type="email"]:nth-of-type(odd){ margin-right:3%; }
input[type="text"]:nth-of-type(even),
input[type="email"]:nth-of-type(even){ float:right; }
input[type="text"]:active, input[type="text"]:focus,
input[type="email"]:active, input[type="email"]:focus{ background:rgba(255,255,255,1); }

input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder {

   transition:all 0.5s;
   color:#e8f3d8;
   text-indent:100%;
}

input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder { text-indent:100%;transition:all 0.5s; color:#e8f3d8; }
input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder { text-indent:100%; transition:all 0.5s; color:#e8f3d8; }
input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder { text-indent:100%;transition:all 0.5s; color:#e8f3d8; }

::-webkit-input-placeholder { color:#657452;text-align:center; }
:-moz-placeholder { color:#505c40; }
::-moz-placeholder { color:#505c40; }
:-ms-input-placeholder { color:#505c40; }


input[type="submit"]{
	float:left;
	background:none;
	border:2px solid white;
	border-radius:3px;
	padding:9px 24px;
	cursor:pointer;
	font-size:22px;
	color:white;
	transition:all 0.2s;
	margin-top: 58px;
}

input[type="submit"]:hover{
	-webkit-box-shadow: 0px 0px 23px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 23px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 23px -7px rgba(0,0,0,0.75);
}



input[type=radio]{
  border:2px solid white;
  border-radius:100%;
  background:white;
  cursor:pointer;
}

label{
	cursor:pointer;
}

form > div > radio:last-of-type{
	clear:both;
}
form > div{
	margin-bottom:10px;
}

.faded{
	transition:all 0.5s;
	opacity:0;
}
.shown{
	transition:all 0.5s;
	opacity:1;
}
footer{
    min-height: 263px;
    position: relative;
    background-color: var(--gray-light, #aeaeae);
}

nav {
	margin-left: auto;
	width: fit-content;
	color: var(--gray, #000);
	position: relative;
	margin-top: -12vh;
}
nav .inner-container {
	padding: 10px;
	background-color: var(--white, #FFF);
	padding-right: 100px;
}

nav a {
	font-size: 18px;
	color: var(--gray, #000);
}

/* Cookie Banner */
#cookies-eu-banner {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
	z-index: 9999;
	font-size: 18px;
	top: 0;
	left: 0;
}
#cookies-eu-banner .outter-container {
	position: relative;
	width: 45vw;
	min-height: 200px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 30px 35px;
	border: none;
	background-color: var(--gray-light, #aeaeae);
}
@media screen and (max-width: 676px){
	#cookies-eu-banner .outter-container {
		width: 90vw;
	}
}
#cookies-eu-banner .inner-container {
	display: grid;
	justify-items: end;
}
#cookies-eu-banner .inner-container .cookie-options {
	display: flex;
	gap: 15px;
}
#cookies-eu-banner .inner-container button {
	font-size:16px;
	padding:9px 18px;
	box-sizing: border-box;
	margin-bottom:10px;
	background-color:#f1f9fd;
	border:1px solid #f1f9fd;
	transition:0.5s all;
	color:#404040;
	border-radius:3px;
}
/* End Cookie Banner */

@media screen and (max-width:1024px){
	input[type="text"], input[type="email"]{
		width:100%;
		margin-right:0;
	}
	.file-selector-wrapper {
		width: 100%;
	}
	.file-selector-wrapper label {
		flex: 1;
	}
	body > div{
		border:none;
	}
	section.breaker{
		/*background-size:100% auto;*/
	}
	
	input[type="submit"]{margin-top: 100px;
	}
}
/* @media screen and (max-width:660px){
	section ul li{ width:100%; }
} */
@media screen and (max-width:500px) {
	h2{ font-size: 40px; }
	section, footer img, footer nav{ padding-left:7%; padding-right:7%; }
	/* section ul li{ font-size:inherit; } */
	section.breaker{     
		height: 580px; 
		    padding-left:0;
		    padding-right:0;
	}
	section.breaker h2{
		top: 0%;
		    
		    right:0;
	}
	section.breaker.nobg{ height:287px; }
	label[for="gender"]{
		display:block;
		width:100%;
		clear:both;
	}

	section.breaker {height: 280px;}
	h2.jobs_neu {font-size: 30px;}

	body > div section.withoutBg {
		padding: 33px 7%;
	}
	
}

@media screen and (max-width:336px){
	section.breaker.nobg {
	    height: 304px;
	}
}



@-webkit-keyframes glowing {
  0% { -webkit-box-shadow: 0 0 3px #000;background:rgba(0,0,0,0.5); }
  50% {  -webkit-box-shadow: 0 0 10px #000;background:rgba(0,0,0,0.5); }
  100% { -webkit-box-shadow: 0 0 3px #000; background:rgba(0,0,0,0.5);}
}

@-moz-keyframes glowing {
  0% {  -moz-box-shadow: 0 0 3px #000;background:rgba(0,0,0,0.5); }
  50% {  -moz-box-shadow: 0 0 10px #000;background:rgba(0,0,0,0.5); }
  100% { -moz-box-shadow: 0 0 3px #000;background:rgba(0,0,0,0.5); }
}

@-o-keyframes glowing {
  0% {  box-shadow: 0 0 3px #000; }
  50% { box-shadow: 0 0 10px #000; }
  100% { box-shadow: 0 0 3px #000; }
}

@keyframes glowing {
  0% {  box-shadow: 0 0 3px #fff; background:rgba(139,198,62,0.0);}
  50% { box-shadow: 0 0 10px #000;background:rgba(226, 0, 122); }
  100% { box-shadow: 0 0 3px #fff;background:rgba(139,198,62,0.0); }
}

@keyframes pulsing {
  0% {  transform:scale(1); }
  50% {  transform:scale(1.045); }
  100% {  transform:scale(1); }
}


.checkbox{ margin-bottom: 25px;
	margin-top:5px;
    display: block;
    float: left; 
position:relative;}
.checkbox *{ outline:none; }
.checkbox > [type="checkbox"],
.checkbox > label{
	margin-bottom:0px !important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height:26px;
}
.checkbox > [type="checkbox"]:not(:checked),
.checkbox > [type="checkbox"]:checked {
	left: 3px;
    position: absolute;
    top: 5px;
}
.checkbox > [type="checkbox"]:not(:checked) + label,
.checkbox > [type="checkbox"]:checked + label {
	position: relative;
    padding-left: 39px;
	cursor: pointer;
    display: block;
    font-size: 16px;
}
.checkbox > [type="checkbox"]:not(:checked) + label:before,
.checkbox > [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left:0; 
	top: 9px;
	margin-top:-9px;
	width: 26px; 
	height: 26px;
	background: #f1f9fd;
	border-radius: 100%;
}
.checkbox > [type="checkbox"]:not(:checked) + label:after,
.checkbox > [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 6px;
    margin-top: -7px;
    left: 6px;
    color: #8BC63E;
    xtransition: all .2s;
    font-size: 20px;
    z-index:2;
}

.checkbox > [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.checkbox > [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.checkbox > [type="checkbox"][data-indeterminate] + label:after,
.checkbox > [type="checkbox"][data-indeterminate] + label:after {
	content: '\2212';
	left: 2px;
	opacity: 1;
	transform: scale(1);
}

.checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox > [type="checkbox"]:disabled:checked + label:before {
  	box-shadow: none;
  	background-color: #eeeeee;
	cursor: not-allowed;
	opacity: 1;
	color: #dadada;
}
.checkbox > [type="checkbox"]:disabled:checked + label:after {
  color: #dadada; cursor: not-allowed;
}
.checkbox > [type="checkbox"]:disabled + label {
  color: #aaa; cursor: not-allowed;
}

td.links {
	padding-right: 50px;	
}

@media screen and (max-width: 389px){
	.jobs td {
		font-size: 15px;
		padding-right: 10px;
	}
}
