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

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

body {
	margin: 0;
	padding: 0;
	font-family: 'Questrial', sans-serif;
	color: #003057;
}
@-moz-document url-prefix() {
html, body .icon-rotate {
	overflow-x: visible!important;
	}}


html, body {
    position: relative!important;
    height: 100%!important;
}

p {
	line-height: 20px;
	font-size: 18px;
	letter-spacing: 1.1px;
}

li {
	font-size: 18px;
	letter-spacing: 1.1px;
}

#full-width {
	width: 100%;
	position: absolute;
	bottom: 2px;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 35px;
}

nav a {
	color: white!important;
}

.clear {
	clear: both;
}

#btn {
	right: 0;
	position: absolute;
	padding: 30px;
	display: none;
	width: 20px;
	top: 50px;
	background-color: rgba(255,255,255,0.4);
	z-index: 50;
	padding-left: 20px;
}

#header_bild {
	width: 100%;
	height: auto;
	
}

#logo {
	width: 30%;
	position: absolute;
	padding: 50px;
}

nav {
	width: 100%;
	position: relative;
	height: auto;
}

nav ul {
	display: none;
}

nav ul li a {
	text-decoration: none;
}

main {
	margin: 0 auto;
	margin-top: 300px;
}

#einleitung {
	padding-bottom: 300px;
	width: 50%;
	margin: 0 auto;
}

#einleitung p {
	margin: 0;
}

#freisteller {
	width: 15%;
	float: right;
	margin-top: -200px;
	padding-left: 50px;
}

#stoerer_1 img{
	width: 100%;
}

#stoerer_1 {
	position: relative;
}

#stoerer_1 p {
	top: 200px;
	position: absolute;
	left: 5%;
	font-size: 60px;
	line-height: 80px;
	color: white;
}

#work-life-text {
	width: 50%;	
	margin: 0 auto;
	padding: 200px 0px;
}

#klar-zur-wende-text {
	width: 50%;	
	margin: 0 auto;
	padding: 200px 0px;
}

#souveraen-im-beruf-text {
	width: 50%;	
	margin: 0 auto;
	padding: 200px 0px;
}

#stoerer_2 {
	position: relative;
}

#stoerer_2 img {
	width: 100%;
}

#stoerer_2 p {
	top: 200px;
	position: absolute;
	right: 5%;
	font-size: 60px;
	line-height: 80px;
	color: white;
}

#stoerer_3 img{
	width: 100%;
}

#stoerer_3 {
	position: relative;
}

#stoerer_3 p {
	top: 200px;
	position: absolute;
	left: 5%;
	font-size: 60px;
	line-height: 80px;
	color: white;
}

footer {
	background-color: #003057;
	height: 100px;
	color: white;
	text-align: center;
}

footer a {
	color: white;
	text-decoration: none;
}

footer p {
	padding-top: 40px;
}

footer a:hover {
	text-decoration: underline;
}

/* NAV */
#dietmargolinske {
	width: 20%;
	float: left;
	height: 50px;
	background-color: rgba(0,48,87,0.8);
	bottom: 0;
	z-index: 6;
}

#dietmargolinske p {
	color: white;
	font-size: 25px;
	margin-left: 20px;
	line-height: 0px;

}

#hover_text_1, #hover_text_2, #hover_text_3, #hover_text_4, #hover_text_5  {
	display: none;
}

#dietmargolinske:hover #hover_text_1 {
	display: block;
	height: auto;
	background-color: rgba(0,48,87,1);
	bottom: 0;
	position: absolute;
	z-index: 6;
	cursor: pointer;
	width: 20%;
}

#hover_text_1:hover {
		transition: all 1s;
}

.ueberschrift_hover {
	color: white;
	font-size: 35px;
	line-height: 15px;
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-top: 28px;
}

.text_hover {
	color: white;
    font-size: 16px;
    font-family: 'Questrial', sans-serif;
    width: 90%;
    margin: 0 auto;
    display: block;
    line-height: 1.3em;
	margin-bottom: 20px
}

#work-life-balance {
	width: 20%;
	float: left;
	height: 50px;
	background-color: rgba(0,110,183,0.8);
	bottom: 0;
	z-index: 5;
}

#work-life-balance:hover #hover_text_2 {
	display: block;
	height: auto;
	background-color: rgba(0,110,183,1);
	bottom: 0;
	z-index: 6;
	transition-delay: 1s;
	cursor: pointer;
	position: absolute;
	width: 20%;
}

#work-life-balance p {
	color: white;
	font-size: 25px;
	margin-left: 20px;
	line-height: 0px;
}

#kontakt {
	width: 20%;
	height: 50px;
	background-color: rgba(0,48,87,0.8);
	bottom: 0;
	float: left;
	z-index: 3;
}


#kontakt:hover #hover_text_5 {
	float: left;
	display: block;
	height: auto;
	background-color: rgba(0,48,87,1);
	bottom: 0;
	position: absolute;
	z-index: 6;
	transition-delay: 1s;
	cursor: pointer;
	width: 20%;
}


#kontakt p {
	color: white;
	font-size: 25px;
	margin-left: 20px;
	line-height: 0px;
}

#klar-zur-wende {
	width: 20%;
	height: 50px;
	background-color: rgba(0,48,87,0.8);
	bottom: 0;
	float: left;
	z-index: 3;
}

#klar-zur-wende:hover #hover_text_3 {
	float: left;
	display: block;
	height: auto;
	background-color: rgba(0,48,87,1);
	bottom: 0;
	position: absolute;
	z-index: 6;
	transition-delay: 1s;
	cursor: pointer;
	width: 20%;
}

#klar-zur-wende p {
	color: white;
	font-size: 25px;
	margin-left: 20px;
	line-height: 0px;
}

#souveraen-im-beruf {
	width: 20%;
	height: 50px;
	background-color: rgba(0,110,183,0.8);
	bottom: 0;
	float: left;
	z-index: 3;
}

#souveraen-im-beruf:hover #hover_text_4 {
	float: left;
	display: block;
	height: auto;
	background-color: rgba(0,110,183,1);
	bottom: 0;
	position: absolute;
	z-index: 6;
	transition-delay: 1s;
	cursor: pointer;
	width: 20%;
}

#souveraen-im-beruf p {
	color: white;
	font-size: 25px;
	margin-left: 20px;
	line-height: 0px;
}

.img_resp {
	display: none;
}


.icon-rotate {
	right: 0;
	position: fixed!important;
	z-index: 50;
	top: 60%;
	-moz-transform: rotate(180deg)!important;
	-webkit-transform: rotate(180deg)!important;
	height: auto!important;
}

#pfeil_2 {
	right: 0;
	position: absolute;
	z-index: 100;
	top: 60%;
	overflow: visible!important;
	height: 110px;
	width: 70px;
}

#termin {
	right: -213px;
	position: fixed;
	top: 50%;
		z-index: 10;
}

#termin img{
	z-index: 10;
	position: absolute;
	right: 0;
}
#termin:hover {
	right: 0;
	opacity: 1;
	transition: all 0.6s;
}

#termin a {
	color: white;
}

#termin_p {
	z-index: 11;
	font-size: 16px;
	color: white;
	padding: 5px;
	margin: 0 auto;
    margin-top: 0px;
	margin-top: 22px;
	text-align: left;
	font-weight: bold;
	float: left;
	position: relative;	
}


#adresse {
	font-size: 16px;
	color: white;
	padding: 5px;
	margin: 0 auto;
    margin-top: 0px;
	margin-top: 15px;
	text-align: left;
	float: left;
	margin-left: 20px;
	font-weight: normal;
	position: relative;
	z-index: 12;
}



/* NAV ENDE */
@media (max-width:2300px){
	#stoerer_2 p {
		width: 40%;
		top: 100px;
	}
	
	#termin {
		top: 35%;
	}
}

@media (max-width:2200px){
	#stoerer_1 p, #stoerer_3 p{
		top: 150px;
	}
}

@media (max-width:2000px){
	#stoerer_1 p, #stoerer_3 p{
		width: 40%;
	}
}

@media (max-width:1920px){
	#stoerer_1 p, #stoerer_3 p, #stoerer_2 p {
		top: 130px;
		font-size: 50px;
	}
	
	#stoerer_2 p {
		right: 3%;
	}
	
	#termin {
		right: -213px;
		position: fixed;
		top: 50%;
		z-index: 10;
	}
	
		
	.icon-rotate {
		top: 61%;
	}
}
@media (max-width:1800px){
	#freisteller {
		margin-top: -50px;
	}

	#stoerer_1 p, #stoerer_2 p, #stoerer_3 p {
		top: 100px;
		font-size: 45px;
		line-height: 70px;
		width: 40%;
	}
	
	#stoerer_2 p {
		top: 70px;
	}
	
	#stoerer_1 p, #stoerer_3 p{
		width: 35%;
		top: 100px;
	}
	
	.icon-rotate {
		top: 50%;
	}
	
	#termin {
		right: -213px;
		position: fixed;
		top: 40%;
		z-index: 10;
	}
}

@media (max-width:1600px){
	#stoerer_3 p {
		top: 50px;
	}
}

@media (max-width:1500px){
	#stoerer_1 p, #stoerer_2 p, #stoerer_3 p {
		font-size: 40px;	
	}
}
@media (max-width: 1400px){
	#stoerer_3 p {
		font-size: 40px;
		width: 41%;
	}
	
	#stoerer_1 p, #stoerer_2 p {
		top: 50px;
	}
	
}
@media (max-width: 1300px){
	#stoerer_1 p, #stoerer_2 p, #stoerer_3 p {
		top: 40px;
		line-height: 50px;
		width: 35%;
	}
	
	#stoerer_2 p {
	    right: 10%;
	}
	
	.icon-rotate {
		display: none;
	}
	
	#termin {
		display: none;
	}
	
	html, body {
		overflow-x: hidden!important;
	}
}

@media (max-width:1200px){
	#stoerer_1 p, #stoerer_2 p {
		top: 70px;
		font-size: 35px;
		line-height: 50px;
	}
	
	#stoerer_3 p {
		top: 10px;
		font-size: 35px;
	}
	
	#dietmargolinske p, #work-life-balance p, #klar-zur-wende p, #souveraen-im-beruf p, #kontakt p{
		font-size: 20px;
		line-height: 10px;
	}
	
	#freisteller {
		display: none;
	}
	
	main {
		margin-top: 150px;
	}
}

@media (max-width:1100px){
	#stoerer_1 p, #stoerer_2 p {
		top: 30px;
	}	
}

@media (max-width:1050px){
	#stoerer_2 p, #stoerer_3 p {
		top: -10px;
	}
	
	#stoerer_1 p {
		top: 10px;
	}
	
	#dietmargolinske, #work-life-balance, #klar-zur-wende, #souveraen-im-beruf, #kontakt {
		display: none;
	}
	
	#btn {
		display: block;
		position: fixed;
	}
	
	nav ul {
		display: block;
		right: -60%;
		position: absolute;
		background-color: rgba(0,48,87,0.8);
		height: 100vh;
		color: white;
		margin: 0;
	}
	
	.none {
		background-color: none!important;
	}
	
	.show {
		right: 0%;
		  transition: all ease-in-out 0.5s;
		position: fixed;
		z-index: 49;
	}
	
	#btn {
		cursor: pointer;
	}
	
	span:nth-child(1).open {
    	transform:rotate(45deg);
		margin: 0px;
  	}

  	span:nth-child(3).open {
    	transform:rotate(-45deg);
     	top: 30px;
	  	margin: 0px;
  	} 
  
  	span:nth-child(2).open {
    	width: 0;
    	opacity: 0;
  	}

	.open {
		  transition: all .20s;
	}
	
	span {
		height: 3px;
		width: 40px;
		background-color: rgb(100,100,100);
		position: absolute;
		cursor: pointer;
	}
	
	span:first-of-type {
		margin-top: -10px;
	}
	
	
	span:last-of-type {
		margin-top: 10px;
	}
	
	nav ul li {
    	padding-bottom: 20px;
	    list-style-type: none;
	    margin-right: 50px;
	}
	
	nav ul li:first-of-type {
		margin-top: 150px;
	}
	
	#einleitung {
		padding-bottom: 150px;
	}
	
	#work-life-text, #klar-zur-wende-text, #souveraen-im-beruf-text {
		padding: 150px 0px;
	}
}

@media (max-width:800px){
	nav ul li:first-of-type {
		margin-top: 100px;
	}
	
	#stoerer_1 p, #stoerer_2 p, #stoerer_3 p	{
		top: 10px;
		font-size: 25px;
		line-height: 40px;
	}
	
	#stoerer_1 p {
		top: 30px;
	}
	
	#stoerer_3 p {
		top: 0px;
	}
	
	#work-life-text, #einleitung, #klar-zur-wende-text, #souveraen-im-beruf-text {
		width: 80%;
	}
	
	#stoerer_1 img, #stoerer_2 img, #stoerer_3 img {
    	width: 150%;
    	margin-left: -25%;
	}
	
		
	#stoerer_1 , #stoerer_2, #stoerer_3 {
		display: none;
	}
	
	.img_resp {
		display: block;
		height: auto;
		width: 100%;
	}

}
@media (max-width:700px){
	footer p {
    	padding-top: 20px;
	}
}

@media (max-width:600px){
	footer p {
    	padding: 20px;
	}
}
@media (max-width:500px){
		
	footer {
		height: 220px;	
	}
	footer p {
		padding: 40px;
		line-height: 30px;
	}

}

@media (max-width:400px){
	#stoerer_1 p, #stoerer_2 p, #stoerer_3 p	{
		width: 45%;
	}
	
	nav ul {
		right: -70%;
	}
	
	#stoerer_2 p {
		right: 0%;
	}
	
	#stoerer_1 img, #stoerer_2 img, #stoerer_3 img {
		width: 220%;
		margin-left: -60%;
	}
	
	footer {
		height: 300px;
	}
}

@media (max-width:375px){
	
	nav ul li:first-of-type {
    margin-top: 30vh;
}
	#stoerer_1 p {
		width: 50%;
	}
	#header_bild {
		width: auto;
		height: 100vh;
		margin-left: -140%;
	}
	

	#logo {
	    width: 60%;
    	position: absolute;
    	padding: 30px;
	}
	
	.logo_show {
		display: none;
	}
	
	body {
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}
	
}

@media (max-width:350px){
	nav ul {
		right: -100%;
	}
}