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

/* CSS der interaktiven Karte */

/* ubuntu-300italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/ubuntu-v20-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-300italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ubuntu-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/ubuntu-v20-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/ubuntu-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ubuntu-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/ubuntu-v20-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-700italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}


#close-overlay {
	position: absolute;
	right: -17px;
	top: -34px;
	color: white;
	background-color: red;
	padding: 5px 10px;
	border-radius: 50%;
	z-index: 9;
	cursor: pointer;
}

.question-container{
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(255,255,255,0.90);
	padding: 10px;
	width: 80%;
	position: relative;
}

.stoerer-generator{
	position: absolute;
	top: 0;
	left: -35px;
	transform: rotate(-20deg);
	background-color: #E30713;
	padding: 10px 15px;
}

.generator-container{
	position: relative;
}

.stoerer-generator p{
	color: white;
	text-align: center;
	margin: 0;
}

.generator-link{
	margin:50px 0;
}

.question-teaser{
	background-image: url("img/diebel-bg.jpg");
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	min-height: 50vh;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.question-container h3{
	width: 100%;
	text-align: center;
	font-size: 30px;
	margin: 30px 0 60px;
}

.weiter-button{
	position: absolute;
	padding: 5px 30px;
	background-color: #ed1c24;
	color: white;
	font-size: 16px;
	bottom: 10px;
	right: 20px;
	display: block;
}

.generator-container a{
	text-decoration: none;
	color: black;
}

.question-container label img{
	width: 100px;
	height: auto;
}

.question-container{
	justify-content: space-between;
}

.question-container label{
	text-align: center;
	width: 20%;
	margin: 10px;
}

.flex{
	justify-content: space-between;
	display: flex;
}

#close-overlay:hover {
	background-color: #0097d2;	
}

#white-overlay {
	width: 100vw;
	height: 100vh;
	position: fixed;
	background-color: white;
	opacity: 0.8;
	z-index: 999999;
	top: 0;
}

#sprachauswahl-overlay {
	position: fixed;
	width: 1000px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-wrap: wrap;
	z-index:  9999999;	
}

#sprachauswahl-overlay figure {
	width: 33.33333%;	
	position: relative;
}

#sprachauswahl-overlay figure img {
	width: 100%;
	height: 290px;
	object-fit: cover;
	display: block;
}

#sprachauswahl-overlay figure p {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%,-10%);
	color: white;
	font-style: italic;
	font-weight: 700;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	font-size: 24px;
	white-space: nowrap;
}

#lang-switch {
	position: fixed;
	right: 2.5%;
	top: 7px;
	margin: 0;
	font-weight: 300;
	cursor: pointer;
	color: white;
	z-index: 999999;
	padding: 5px;
	background-color: #cccccc;
}

#lang-switch img{
	width: 40px;
	margin: 0 5px;
	display: block;
}

#lang-switch a{
	text-decoration: none;
}

svg{
	width: 100%;
	max-height: 775px;
}

.eng-map, .pl-map, .ro-map, .de-map{
	position: relative;
}

.click-ketzin{
	position: absolute;
	top: 27%;
	content: '';
	left: 56.3%;
	width: 75px;
	height: 22px;
	background: transparent;
	z-index: 9999;
}
.click-ketzin:hover{
	cursor: pointer;
}



#damme_path, #kassel_path, #wustermark_path{
	position: relative;
	display: block;
	cursor: pointer;
	z-index: 999;
	transition: all 0.3s;
}

.ro-map #wustermark_path{
	cursor: default!important;
}

#Standorte-Damme path{
	transition: all 0.3s;
}

path{
	transition: all 0.3s;
}

#damme_path:hover, #kassel_path:hover, #wustermark_path:hover{
}

.make-red{
	fill: #E3000F!important;
}

.make-red path{
	fill:#E3000F!important;
}

.make-blue{
	fill:#009AD3;
}

.make-blue path{
	fill:#009AD3;
}

#Standortnamen-Damme text, #Standortnamen-Kassel text{
	opacity: 0;
	transition: all 0.4s;
}

#damme_path:hover #Standortnamen-Damme text {
	opacity: 1!important;
}

.show-text{
	opacity: 1!important;
}

#Damme-4:hover, #Standortnamen-Damme text:hover, #Kassel-3:hover, #wustermark_path:hover, #Standortnamen-Kassel text:hover, #Wustermark:hover, #Ketzin:hover{
	cursor: pointer;
}

#Standortnamen-Damme path, #Standortnamen-Kassel path{
	opacity: 0;
}

main .grey-bg a {
	color: #e30713;
	text-decoration: none;
}

main .weitere-fragen h4 {
	font-style: italic;
	color: #e30713;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 50px;
}

main .weitere-fragen .col-3 figure div a {
	color: white;
	text-decoration: none;
}

body {
	display: none;
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.5em;
}

figure {
	margin: 0;
	padding: 0;
}

header {
	position: relative;
	width: 95%;
	margin: 2.5% auto 0;
}

header video {
	width: 100%;
	height: auto;
}

header #main-logo {
	width: 300px;
	height: auto;
	position: absolute;
	top: 0;
	left: 15%;
}

#short-buttons {
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 99;
}

#short-buttons img {
	display: block;
	width: 250px;
	height: auto;
	position: absolute;
	right: -170px;
	top: 0;
	cursor: pointer;
	transition: all 0.7s;
}

#short-buttons img:hover {
	right: -8px;	
}

#short-buttons a img {
	top: 90px;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

main .headline {
	margin: 75px 0;
}

main .headline p {
	color: #E30713;
	font-weight: 500;
	font-style: italic;
	font-size: 65px;
	margin-bottom: 10px;
	line-height: 1.2em;
}

main .headline p span {
	font-size: 25px;
	color: black;
}

main .headline h1 {
	font-weight: 400;
	font-size: 20px;
	margin: 25px 0 0 0;
}

main .grey-bg {
	padding: 100px 0;
	background-color: #DADADA;
}

main .grey-bg .col-2 {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

main .grey-bg .col-2 article {
	width: 48%;
}

main .grey-bg article h2 {
	font-size: 18px;
	font-style: italic;
}

main .grey-bg .col-2 article h3, main .arbeitszeitmodelle .wrap article h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

main .grey-bg .col-2 ul, main .arbeitszeitmodelle .wrap article ul, main .einsatz-benefits .wrap .col-2 article ul {
	margin: 0;
	padding: 0 0 0 0;
}

main .grey-bg .col-2 ul li, main .arbeitszeitmodelle .wrap article ul li, main .einsatz-benefits .wrap .col-2 article ul li {
	list-style-type: '|';
	padding-left: 10px;
}

main .grey-bg .col-2 ul li span, main .arbeitszeitmodelle .wrap ul li span, main .einsatz-benefits .wrap .col-2 article ul li span {
	position: relative;
	left: 10px;
}

main .grey-bg .col-2 .margin-top {
	margin-top: 50px;
}

main .arbeitszeitmodelle .wrap {
	background-color: black;
	padding: 100px 0;
	color: white;
	position: relative;
}

main .arbeitszeitmodelle .wrap article {
	width: 800px;
	margin: 0 auto;
}

main .arbeitszeitmodelle .wrap img {
	height: 100%;
	width: auto;
	position: absolute;
	left: 10px;
	top: 0;
	display: block;
}

main .mitarbeiter-reviews {
	padding: 100px 0;
}

main .mitarbeiter-reviews h3 {
	font-style: italic;
	font-weight: 500;
	font-size: 24px;
}

main .mitarbeiter-reviews .col-3 {
	display: flex;
	justify-content: space-between;
}

main .mitarbeiter-reviews .col-3 video {
	width: 30%;
	height: auto;
}

main .einsatz-benefits .wrap .col-2 {
	display: flex;
	justify-content: space-between;
}

main .einsatz-benefits .wrap .col-2 article {
	width: 48%;	
}

main .einsatz-benefits .wrap .col-2 article:first-of-type {
	background-color: #E30713;
	color: white;
}

main .einsatz-benefits .wrap .col-2 article:last-of-type {
	box-shadow: 3px 3px 3px grey;
	padding-bottom: 50px;
}

main .einsatz-benefits .wrap .col-2 article div {
	width: 90%;
	margin: 0 auto;
}

main .einsatz-benefits .wrap .col-2 article h3 {
	font-style: italic;
	font-size: 24px;
	padding-top: 5px;

}

main .diebel-fairt {
	margin: 100px 0;
}

main .diebel-fairt .col-2 {
	display: flex;
	justify-content: space-between;
}

main .diebel-fairt .col-2 figure {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 50%;
}

main .diebel-fairt .col-2 figure img {
	width: 49%;	
}

main .diebel-fairt .col-2 figure img:nth-of-type(2) {
	box-shadow: 3px 3px 3px grey;	
}

main .diebel-fairt .col-2 figure img:last-of-type {
	width: 100%;
	margin-top: 10px;
}

main .diebel-fairt .col-2 article {
	width: 50%;
	border-bottom: solid 10px #e30713;
}

main .diebel-fairt .col-2 article h3 {
	font-weight: 500;
	font-style: italic;
	font-size: 24px;
}

main .diebel-fairt .col-2 article div {
	width: 90%;
	margin: 0 auto;
}

main .diebel-fairt .col-2 article ul {
	margin: 0;
	padding: 0 0 0 15px;
}

main .diebel-fairt .col-2 article ul li {
	list-style-type: none;	
}

main .weitere-fragen .col-3 {
	display: flex;
	justify-content: space-between;
}

main .weitere-fragen .col-3 figure {
	width: 45%;	
	position: relative;
}

main .weitere-fragen .col-3 figure img {
	width: 100%;
	height: auto;
}

main .weitere-fragen .col-3 figure div {
	background-color: #0DABD4;
	bottom: 0;
	width: 100%;
	color: white;
	font-size: 14px;
	font-style: italic;
	padding: 10px 0;
}

main .weitere-fragen .col-3 figure:nth-of-type(2) div   {
	background-color: #e30713;	
}

main .weitere-fragen .col-3 figure div p {
	margin-left: 10px;	
}

main .weitere-fragen h3, main .offene-stellen h3 {
	font-style: italic;
	font-size: 30px;
	font-weight: 400;
}

main .offene-stellen h3 {
	margin-bottom: 75px;
}

main .weitere-fragen h4 {
	font-style: italic;
	color: #e30713;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 50px;
}

main .offene-stellen {
	margin: 100px 0 50px;
}

main .offene-stellen .standort {
	margin-bottom: 75px;
}

main .offene-stellen .standort:last-of-type {
	margin-bottom: 0;	
}

main .offene-stellen .standort h4 {
	font-style: italic;
	font-size: 24px;
	font-weight: 400;
}

main .offene-stellen .standort article a {
	display: block;
	display: flex;
	justify-content: space-between;
	background-color: #DADADA;
	padding: 5px 25px;
	border-radius: 5px;
	color: black;
	text-decoration: none;
	margin-bottom: 15px;
}

main .offene-stellen .standort article .kassel-job p:last-of-type {
	color: #e30713;
	font-weight: 400;
}

main .offene-stellen .standort article .wustermark-job p:last-of-type {
	color: #0dabd4;
	font-weight: 400;
}

footer {
	padding: 25px 0;
}

footer .wrap {
	width: 1250px;
}

footer ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

footer ul li {
	display: inline;
	margin-left: 25px;
}

footer ul li a {
	color: black;
	text-decoration: none;
}

#language-selection {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#language-selection figure {
	width: 33.333%;
	position: relative;
}

#language-selection figure img {
	width: 100%;
	height: 50vh;
	object-fit: cover;
	display: block;
}

#language-selection figure p {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 10%;
	color: white;
	font-size: 36px;
	font-style: italic;
	font-weight: 700;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#willkommen {
	display: flex;
	justify-content: space-between;
}

#willkommen figure:first-of-type {
	width: 60%;
}

#willkommen figure:first-of-type img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	display: block;
}

#willkommen figure:last-of-type {
	width: 40%;
	background-image:url('img/hintergrundbild-willkommen.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

#willkommen figure:last-of-type img {
	width: 400px;
	height: auto;
	display: block;
	margin: 0 auto;
}

#willkommen figure {
	position: relative;
}

#willkommen figure p {
	position: absolute;

	text-align: center;
	right: 0;
left: 0;
bottom: 10%;
	color: white;
	font-size: 36px;
	font-style: italic;
	font-weight: 700;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

@media only screen and (max-width: 1560px) {
	main .diebel-fairt .col-2 figure img {
		object-fit: cover;
	}
	
	#lang-switch img{
		width: 35px;
	}
	
	#lang-switch{
		top: 0;
	}
	
	header{
		margin: 3% auto 0;
	}
}

@media only screen and (max-width: 1260px) {
	.wrap {
		width: 95%;
	}
	
	.stoerer-generator{
		top: 45px;
		left: 35px;
	}
	
	.interaktive-karte .wrap{
		width: 760px;
	}
	
	.click-ketzin{
		top: 27.5%;
		left: 59.8%;
		width: 67px;
	}
	
	footer .wrap {
		width: 95%;
	}
	#willkommen figure p {
		width: 100%;
		bottom: 5%;
		top: inherit;
	}
}

@media only screen and (max-width: 1180px) {
	#language-selection figure p {
		font-size: 24px;
	}	
}

@media only screen and (max-width: 1100px) {
	main .diebel-fairt .col-2 {
		flex-wrap: wrap;
	}	
	main .diebel-fairt .col-2 figure {
		width: 100%;
	}
	main .diebel-fairt .col-2 article {
		width: 100%;
		margin-top: 50px;
		padding-bottom: 25px;
	}
	header #main-logo {
		right: inherit;
		left: 10%;
	}
	#sprachauswahl-overlay figure {
		width: 50%;
	}
	#sprachauswahl-overlay figure:nth-of-type(2), #sprachauswahl-overlay figure:nth-of-type(5) {
		display: none;	
	}
	#sprachauswahl-overlay {
		width: 610px;
	}
}

@media only screen and (max-width: 1020px) {
	main .offene-stellen .standort p {
		font-size: 14px;
	}
	#willkommen figure:last-of-type img {
    width: 80%;
	}
	
	header{
		margin: 4% auto 0;
	}
}

@media only screen and (max-width: 980px) {
	#language-selection figure {
    width: 50%;
	}
	#language-selection figure img {
		height: 33.3333vh;
	}
}

@media only screen and (max-width: 900px) {
	main .mitarbeiter-reviews .col-3 {
		flex-wrap: wrap;
	}
	
	main .mitarbeiter-reviews .col-3 video {
		width: 100%;
		margin-bottom: 25px;
	}	
	
	main .mitarbeiter-reviews .col-3 video:last-of-type {
		margin-bottom: 0;	
	}
}

@media only screen and (max-width: 820px) {
	main .offene-stellen .standort article a {
		flex-wrap: wrap;
		position: relative;
	}	
	
	main .offene-stellen .standort article p {
		width: 100%;	
	}
	
	main .offene-stellen .standort article p:last-of-type {
		position: absolute;
		right: 10px;
		top: 5px;
		width: auto;
	}
}

@media only screen and (max-width: 800px) {
	main .headline p {
		font-size: 40px;	
	}
	header #main-logo {
    	width: 190px;
	}
	
	.question-container label{
		width: 45%;
		margin: 10px 0;
	}
	
	.question-container label img{
		width: 45px;
	}
	
	.question-container h3{
		font-size: 20px;
		margin: 15px 0 30px;
	}
	
	.question-container p{
		font-size: 13px;
	}
	
	main .headline {
    margin: 35px 0;
}
	main .offene-stellen {
    margin: 40px 0 50px;
}
	main .offene-stellen h3 {
    margin-bottom: 30px;
}
	main .offene-stellen .standort {
    margin-bottom: 50px;
}
	
	.interaktive-karte .wrap{
		width: 540px;
	}
	
	.click-ketzin{
		top:33.7%;
		width: 50px;
		height: 16px;
	}
}

@media only screen and (max-width: 700px) {
	#willkommen figure p {
		font-size: 24px;	
	}
	
	header{
		margin: 5% auto 0;
	}
	
	main .mitarbeiter-reviews {
    padding: 50px 0;
}
	main .grey-bg .col-2 article {
		width: 100%;
	}
	main .grey-bg .col-2 {
		flex-wrap: wrap;
	}
	main .grey-bg {
    	padding: 25px 0;
	}
	#sprachauswahl-overlay figure img {
		height: 200px;
	}
	#sprachauswahl-overlay {
  width: 450px;
}
	#sprachauswahl-overlay figure p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 660px) {
	main .weitere-fragen .col-3 {
		flex-wrap: wrap;
	}
	
	main .weitere-fragen .col-3 figure {
		width: 100%;
		margin-bottom: 25px;
	}
	
}

@media only screen and (max-width: 540px) {
	main .offene-stellen .standort article a {
		padding: 5px 10px;
	}
	
	.stoerer-generator{
		top: 34px;
		left: 28px;
		padding: 5px 10px;
	}
	
	#lang-switch{
		top: 3px;
		padding: 5px;
	}
	
	header{
		margin: 7% auto 0;
	}
	
	header #main-logo{
		width: 145px;
	}

	#lang-switch img{
		width: 30px;
	}
	
	header{
		margin: 10% auto 0;
	}
	
	.interaktive-karte .wrap{
		width: 95%;
	}
	
	.click-ketzin{
		top: 29.7%;
		width: 61px;
		height: 16px;
		left: 68%;
		z-index: 999;
	}
	
	.interaktive-karte{
		overflow: hidden;
	}
	
	svg{
		transform: scale(1.35);
		position: relative;
		left: 24px;
	}
	
	#Pfad_532{
		transform: translate(1624px, 518px);
	}
	
	#Pfad_526{
		transform: translate(420px, 849px);
	}
	
	main .offene-stellen .standort article p:last-of-type {
		position: relative;
		top: inherit;
		right: inherit;
	}
	
	main .offene-stellen .standort article p {
		margin: 0 0 5px 0;
	}
	
	header video {
		min-height: 250px;
		object-fit: cover;
}
	
	main .headline p span {
		display: block;
		margin-top: 15px;
	}
	#willkommen {
		flex-wrap: wrap;
	}
	#willkommen figure:first-of-type {
    width: 100%;
		order: 2;
}
	#willkommen figure:last-of-type {
    width: 100%;
		order: 1;
}
		#willkommen figure:first-of-type img {
			height: 75vh;
	}
	#willkommen figure:last-of-type img {
		height: 25vh;
		object-fit: contain;
	}
}

@media only screen and (max-width: 520px) {
	#language-selection figure {
    width: 100%;
}
	
	.click-ketzin{
		top:30.7%;
	}
	#language-selection figure img {
    height: 35vh;
}
	#language-selection figure:nth-of-type(5) img {
	height: auto;
}
	#language-selection figure:nth-of-type(1) {
		order: 4;
	}
	#language-selection figure:nth-of-type(2) {
		order: 1;
	}
	#language-selection figure:nth-of-type(3) {
		order: 5;
	}
	#language-selection figure:nth-of-type(4) {
		order: 2;
	}
	#language-selection figure:nth-of-type(5) {
		order: 6;
	}
	#language-selection figure:nth-of-type(6) {
		order: 3;
	}
	main .weitere-fragen h3, main .offene-stellen h3 {
		line-height: 1.5em;
	}
}

@media only screen and (max-width: 500px) {
	#sprachauswahl-overlay figure p{
		font-size: 14px;
		white-space: initial;
		text-align: center;
	}
	
	.click-ketzin{
		top: 31.5%;
	}
	
	#sprachauswahl-overlay {
  width: 300px;
}
	#sprachauswahl-overlay figure img {
  height: 135px;
}
}

@media only screen and (max-width:475px){
	.click-ketzin{
		top: 32.3%;
	}
	
	.stoerer-generator{
		top: 5px;
		left: 14px;
		transform: rotate(-10deg);
	}
}

@media only screen and (max-width:450px){
	.click-ketzin{
		top: 33%;
		width: 53px;
	}
}



@media only screen and (max-width: 420px) {
	main .headline p {
    	font-size: 28px;
	}
	main .headline p span {
    	font-size: 18px;
	}
	main .headline h1 { 
		font-size: 16px;	
	}
	header #main-logo {
		left: 0;
	}
}

@media only screen and (max-width:415px){
	.click-ketzin{
		top: 34%;
		left: 69%;
	}
}

@media only screen and (max-width:400px){
	.click-ketzin{
		top: 35%;
	}
}

@media only screen and (max-width: 380px) {
	main .offene-stellen .standort article p {
		font-size: 12px;
	}
	#language-selection {
		padding: 5px 8px;
font-size: 14px;
	}
}

@media only screen and (max-width:375px){
	.click-ketzin{
		top: 35.7%;
		width: 46px;
	}
}

@media only screen and (max-width:350px){
	.click-ketzin{
		top: 36.6%;
	}
}

@media only screen and (max-width:325px){
	.click-ketzin{
		top: 37.3%;
	}
}

@media only screen and (max-height:1000px){
	svg{
		max-height: 775px;
	}
}