body {
	background-color: lightgray;
	font-family: Arial !important;
}  

* {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
	
}
 

/* damit Handynummern (touch) nicht anders eingefärbt werden */
a[x-apple-data-detectors=true]{
  color: inherit !important;
  text-decoration: inherit !important;
  }



h1 {
	font-family: Arial;
	color:darkblue;
	font-size:270%;
	animation-name: BlendSlogan;
	animation-delay: 0.8s;
 	animation-duration: 5s;  
  	animation-fill-mode: both;
}

#h1groß {
	font-size:300%;
	top: 10%;
}


@keyframes BlendSlogan {
  from {opacity: 0%;}
  to {opacity: 100%;}
}


 header h2 {
	font-family: Arial;
	font-weight: lighter;
	color:darkblue;
	font-size:220%;
	line-height:120%;
	margin-top:2%;
	animation-name: BlendSlogan;
	animation-delay: 1.2s;
 	animation-duration: 5s; 
  	animation-fill-mode: both;	  
}

/* @keyframes duration | timing-function | delay | 
iteration-count | direction | fill-mode | play-state | name */
.headercontent {
	background-image:url("Fotos/clean_workspace_low1.jpg");
	background-size: 100vw;
	background-repeat: no-repeat no-repeat;
	background-attachment:fixed;
	animation-name: headeranimation;
	animation-duration: 60s; 
	animation-delay: 5s;
	 animation-iteration-count:infinite;
	height: 860px;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}


@keyframes headeranimation {
    0% {
        background-image:url("Fotos/clean_workspace_low1.jpg");
    }
	10% {
        background-image:url("Fotos/clean_workspace_low2.jpg");
    }
	40% {
       	background-image:url("Fotos/clean_workspace_low3.jpg");
    }
	70% {
        background-image:url("Fotos/clean_workspace_low4.jpg");
    }
	100% {
        background-image:url("Fotos/clean_workspace_low5.jpg");
    }
} 


#StartÜberschrift {
	align-self: center;
	margin-left: 32%;
	margin-top: -5%;
}

.navi {
	width:50%;
	position:relative;
	margin: 0 auto auto auto;
	display: flex;
}




/* Navigation */

nav {
	width: 50%;
	font-weight:200;
	text-transform:uppercase;
	right:15%;
	position:absolute;
	bottom:3%;	
}

	nav ul {
		list-style:none;
	}
	
	nav ul li {
		float: left;
		padding: 0 4% 5% 10%;
	}
	
	nav ul li a:hover {
		color:darkblue;
	}


nav a {
	font-family: Arial;
	text-decoration:none;
	color:darkslategrey;
	transition: color .5s;
}




/* contactInfo */

#contactInfo {
	width:auto;
	height:70px;
	background-color:darkblue;
	color:#FFF;
	font-size:100%;
	position:relative;
}

#contactInfo a {
	color: white;
	text-decoration:none;
}

#contactInfo p{
	text-align: center;
	position:absolute;
	left:10%;
	margin-top:25px;
}




/* Impressum und Datenschutz */

#impressum, #datenschutz {
	overflow: hidden;
	color: darkblue;
	padding: 5% 10% 8% 10%;
	background-color: #EDEDED;
}


#impressum p, #datenschutz p{
	line-height: 120%;
}

#impressum h2, #datenschutz h2,
#impressum h3, #datenschutz h3 {
	line-height: 180%;
}

#datenGroß {
	font-size: 250%;
}

#impGroß {
	font-size: 150%;
	margin-top: 3%;
}

#logo {
	margin-left: -0.3%;
	width: 20%;
	height: auto;
}

.impKlein {
	font-size: 90%;
}




 /*Slider*/ 

.Screen {
display: flex;
}

.Screen img {
	z-index: 5;
	animation: zoom-in 8s infinite;
	height: 388px;
	width: auto;
	margin-left: 106%;
	margin-top: -14.5%;
	transform: rotate(0.5deg);
}

/*
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
  }
	
  100% {
    -webkit-transform: scale(1.09);
	-moz-transform: scale(1.09);
	-ms-transform: scale(1.09);
	-o-transform: scale(1.09);
	transform: scale(1.09);
  }
}

/*
.Schlagwörter {
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color:hsla(229,87%,15%,0.80);
	width: 100%;
	height: auto;
	min-height: 500px;
	max-width: 1903px;
	margin-top: -52.5%;
	font-size: 250%;
	justify-content: center;
	overflow: hidden;
}

.Schlagwörter p {
	color: limegreen;
	text-align: center;
}

#Schlagwort1 {
	font-style: italic;	
	font-weight: 600;
}

#Schlagwort2 {
	font-weight: lighter;
}

#Schlagwort3 {
	font-weight: bolder;	
}




/* Wer wir sind */

.überUns {
	background-color: #E1DFDF;
	display: flex;
	flex-direction: row;
 	justify-content: center;
}

.überUns p {
	font-size: 200%;
	padding: 20% 0% 20% 0%;
	color: #FF711D;
}


.WerWirSind {
	background-color: white;
}

.Ansprechpartnerinnen {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 3%;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 15%;
	overflow: hidden;
}

.Ansprechpartnerinnen p {
	font-size: 180%;
	width: 100%;
	color: darkblue;
	font-style: italic;
	text-align: center;
	padding-bottom: 1%;
}

hr {
	color: darkblue;
	margin-right: 13.5%;
	margin-left: -50%;
	opacity: 70%;
}

.personen {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 5%;
	padding-left: 10%;
	padding-right: 5%;
}




/* effekt */

.uschiAbstrakt,
.petraAbstrakt,
.annaAbstrakt {
	overflow: visible;
}

.annaAbstrakt {
	width: 80% !important;
}

.leereZeile {
	opacity: 0;
}


.view {
 	cursor: default;
}


.view-first ,
.view-second,
.view-third {
	display: flex;
}

.view-third {
	margin-left: -7%;
}

.view-second {
	margin-left: -5%;
}


.mask1,
.mask3 {
	display: flex;
	flex-direction: column;
	width: 50%;
	z-index: 6;
	margin-left: -80%;
  	height: 50%;
	margin-top: -5%;
}


.mask2 {
	display: flex;
	flex-direction: column;
	width: 50%;
	z-index: 6;
	margin-left: -75%;
  	height: 50%;
	margin-top: -5%;
}

.mask1 h2,
.mask3 h2 {
	margin-top: -14%;
	font-family: Arial;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bolder;
	color: #FF711D;
  	font-size: 400%;
	margin-inline: -15%;
	overflow: visible;
}

.mask2 h2 {
	margin-top: -14%;
	font-family: Arial;
	line-height: 110%;
	font-style: italic;
	text-transform: uppercase;
	font-weight: bolder;
	color: #FF711D;
  	font-size: 250%;
	margin-inline: -15%;
	overflow: visible;
}

.KontaktDaten {
	display: flex;
	flex-direction: column;
	justify-content:  flex-end;
	height: 150%;
}

.KontaktDaten h3 {
  	color: darkblue;
  	font-size: 24px;
  	padding-left: 20px;
	padding-right: 20px;
  /*background: rgba(0, 0, 0, 0.8);*/
}

.KontaktDaten p {
	line-height: 130%;
  font-size: 16px;
  color: darkblue;
	  	padding: 20px;
}

.KontaktDaten a {
 color: darkblue;
	text-decoration: none;
}

 

.view-first img,
.view-third img {
	width: 80%;
  	transition: all 0.2s linear;
	position: relative;
	z-index: 1;
}


.view-second img {
	width: 70%;
  	transition: all 0.2s linear;
	position: relative;
	z-index: 1;
}

.view-first .mask1,
.view-second .mask2,
.view-third .mask3 {
  opacity: 0;
  background-color:hsla(0,0%,100%,0.80);
	border: solid thin darkblue;
  transition: all 0.4s ease-in-out;
}

.KontaktDaten h3 {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.mask2 h2 {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}


.KontaktDaten p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
}

/* Hover in Media Queries zu finden! */








/* Zitat Ronald */

#zitat {
	display: flex;
	justify-content: flex-end;
	z-index: -2;
	background-color: #FF711D;
	font-family: Arial;
	font-weight: bold;
	margin-top: -10%;
	color:#FF711D;
	font-size:200%;
	line-height:120%;
	text-align:right;
	padding: 27% 15% 15% 20%; 
}

.visible {
	color: #FF711D;
	animation-name: BlendZitat2;
 	animation-duration: 1.5s; 
	animation-fill-mode: both;
}

#zitat em {
	font-size: 60% !important;
	font-weight: lighter !important;
}

@keyframes BlendZitat2 {
	from {opacity: 0%;}
  	to {opacity: 100%;}
}




/* Wer wir sind 

#three_columns  {
	background-color: white;
	width: 100%;
	padding:5% 0;
}

.leereZeile {
	color: white;
}

#kontaktHead {
	margin-left:10%;
	font-size:170%;
	color:darkblue;
	font-weight:400;
	margin-bottom: 1.5%;
}

#uschi {
	margin-left: 10%;
	padding-right: 2.5%;
}

#petra {
	padding-right: 2%;
	margin-top: 3%;
}

#three_columns article {
	display: inline-block;
	width:26%;
	margin-right:0%;
	padding-bottom: 8%;
	font-size:100%;
}
	
#three_columns article img {
	height:auto;
	width:40%;
	float:left;
	border-radius: 70%;
	margin-right: 6%;
	margin-top: -5%;
}
	
#three_columns article h3 {
	margin-left:7%;
	font-size:160%;
	color:darkblue;
	font-weight:550;
	margin-bottom:5%;
	font-variant: small-caps;
}
	
#three_columns article p {
	line-height:140%;
	color: darkblue;
}
*/



/* Footer */

footer {
	color: white;
	background-color:darkblue;
	margin:0% auto 0% auto;
	position:relative;
	height:100%;
}

footer .wrapper {
	width:auto;
	text-align: center;
	margin:0 auto;
	padding-top:1.5%;
	padding-bottom: 1.5%;
	font-size:90%;
}





/* ------------- für Responsive! -------------*/

/* Hovers */

@media all and (min-width: 1151px) {
       
.view-first:hover img,
.view-second:hover img,
.view-third:hover img {
  transform: scale(1.05);
}

.view-first:hover .mask1,
.view-second:hover .mask2, 
.view-third:hover .mask3 {
  opacity: 1;	
}

.view-first:hover h3,
.view-first:hover h2,
.view-first:hover p,
.view-second:hover h3,
.view-second:hover h2,
.view-second:hover p,
.view-third:hover h3,
.view-third:hover p,
.view-third:hover h2{
  opacity: 1;
  transform: translateY(0px);
}

.view-first:hover p,
.view-second:hover p,
.view-third:hover p {
  transition-delay: 0.1s;
}

    }


/* normal Settings */

@media only screen and (max-width: 1800px) {
  
 .headercontent {
    max-height: 800px;
	}
}

@media only screen and (max-width: 1650px) {
  
 .headercontent {
    max-height: 700px;
	}
}

@media only screen and (max-width: 1500px) {
  
 .headercontent {
    max-height: 600px;
	}
	
	.navi {
	width:100%;
	position:relative;
	display: flex;
}
	
	nav {
		right: 20%;
	}
}


@media only screen and (max-width: 1250px) {
  
 .headercontent {
    max-height: 550px;
	  font-size: 80%;
	}
	
#StartÜberschrift {
		margin-top: -8%;
	}
}


@media only screen and (max-width: 1150px) {
  
 .headercontent {
    max-height: 500px;
	}
	
	nav {
		right: 25%;
	}
	.personen {
		flex-direction: column;


	}
	
	.view-first img,
	.view-second img {
		width: 60%;
		left: 30%;
	}
	
	.view-third img {
		width: 60%;
		left: 35%;
	}
	
	
	.view-first img,
	.view-second img {
	padding-bottom: 12%;
	}
	
	.view-second,
	.view-third {
		margin-left: 0;
	}
	
	.annaAbstrakt {
		width: 60% !important;

	}
	
	.petraAbstrakt {
		margin-top: 5%;
	}
	
	
	
	.mask1,
	.mask2,
	.mask3 {
		opacity: 1!important;
		margin-left: -50%;
		margin-top: 10%;
		width: 33.5%;

	}
	
	
	
	.KontaktDaten h3 {
  		opacity: 1;
		transform: translateY(0px);
	}

	.KontaktDaten p {
		opacity: 1;
		transform: translateY(0px);
	}
	
	.mask2 h2 {
		opacity: 1;
		padding-bottom: 10%;
	}
	
	.mask2 h2 {
		opacity: 1;
		padding-bottom: 5%;
	}
}

@media only screen and (max-width: 950px) {
  
 .headercontent {
    max-height: 380px;
	}

	
}


/* ------------------  iPad  -----------------------*/

@media only screen and (max-width: 810px) {
  
 .headercontent {
	 	background-image:url("Fotos/clean_workspace mobile_low1.jpg");
    max-height: 100%;
	 height: 950px;
	 width: auto;
	 font-size: 105%;
animation-name: headeranimation2;
	animation-duration: 60s; 
	animation-delay: 5s;
	 animation-iteration-count:infinite;
	}
	
	#StartÜberschrift {
		margin-top: -50%;
		margin-left: 25.5%;
	}
	
	
	@keyframes headeranimation2 {
    0% {
        background-image:url("Fotos/clean_workspace mobile_low1.jpg");
    }
	10% {
        background-image:url("Fotos/clean_workspace mobile_low2.jpg");
    }
	40% {
       	background-image:url("Fotos/clean_workspace mobile_low3.jpg");
    }
	70% {
        background-image:url("Fotos/clean_workspace mobile_low4.jpg");
    }
	100% {
        background-image:url("Fotos/clean_workspace mobile_low5.jpg");
    }
}
	
	.navi {
	width:100%;
	position:relative;
	display: flex;
}
	
	nav {
		right: 25%;
	}
	
	#contactInfo p {
		position: relative;
		padding-top: 25px;
		left: 0;
		margin-top: 0;
	}
	
	#contactInfo {
		font-size: 100%;
	}
	
	.überUns p {
  		 padding: 30% 0% 30% 0%;
 		 color: #FF711D;
	}
	
	
	.Ansprechpartnerinnen {
		padding-bottom: 8%;
	}

	.Ansprechpartnerinnen p,
	.überUns p {
		font-size: 200%;
	}
	
	#zitat p {
		font-size:80%;
	}
	
	.personen {
		flex-direction: column;
	}
	
	.view-first img,
	.view-second img {
		width: 60%;
		left: 30%;
	}
	
	.view-third img {
		width: 60%;
		left: 35%;
	}
	
	
	.view-first img,
	.view-second img {
	padding-bottom: 12%;
	}
	
	.view-second,
	.view-third {
		margin-left: 0;
	}
	
	.annaAbstrakt {
		width: 60% !important;
	}
	
	
	/* HoverTouch Effekt Personen */
	
	.mask1,
	.mask2,
	.mask3 {
		opacity: 1!important;
		margin-left: -60%;
		margin-top: 0;
		width: 45%;

	}
	
	.KontaktDaten h3 {
  		opacity: 1;
		transform: translateY(0px);
	}

	.KontaktDaten p {
		opacity: 1;
		transform: translateY(0px);
	}
	
	.mask2 h2 {
		opacity: 1;
		padding-bottom: 10%;
	}
	
	.mask2 h2 {
		opacity: 1;
		padding-bottom: 5%;
	}
	
	#impressum, #datenschutz {
	font-size: 120%;
}
	
	#logo {
		margin-top: 5%;
		margin-left: -6%;
	width: 30%;
	height: auto;
}
	
}


	
/* ------------------  Handy  -----------------------*/

@media only screen and (max-width: 600px) {
  
	

 .headercontent {
	 height: 500px;
	 font-size:80%;
	}
	
	#StartÜberschrift {
		margin-top: -60%;
		margin-left: 10%;
		
	}
	
	
	nav {
		width: 100%;
		left: 0%;
		right: 0%;
	}
	
		nav ul li {
		padding: 0% 0% 5% 10%;
	}
	
	
	#contactInfo p {
		width: 70%;
		left: 15%;
	}
	
	#contactInfo {
		font-size: 100%;
		height: 87px;
	}
	
	.überUns p {
  		 padding: 30% 5% 30% 5%;
		text-align: center;
	}
	
	
	.Ansprechpartnerinnen {
		padding-top: 30%;
		padding-bottom: 0;
	}
	
	.annaAbstrakt {
  		width: 100% !important;
		padding-top: 10%;
	}
	
	
	.view-first img {
		width: 100%;
		left: 5%;
		padding-bottom: 35%;
	}
	
	.view-second img {
		width: 100%;
		left: 5%;
		padding-bottom: 40%;
	}
	
	.view-third img {
		width: 100%;
		left: 10%;
		padding-bottom: 55%;
		padding-top: 15%;
	}
	
	
	.mask1,
	.mask2 {
		opacity: 1!important;
		margin-left: -95%;
		margin-top: 100%;
		width: 90%;
	}
	
	.mask3 {
		opacity: 1!important;
		margin-left: -95%;
		margin-top: 115%;
		width: 90%;
	}
	
	footer {
		padding-top: 3%;
		padding-bottom: 3%;
	}
	
	#zitat {
	background-color: white;
	color:white;
	font-size:10%;
	padding: 10%;
	}
	
	.visible {
		color: white;
	}

	
	#impressum {
	font-size: 120%;
	}
	
	#datenschutz {
	font-size: 90%;
	}
	
	#datenGroß {
	font-size: 200%;
	}
	
	#logo {
	margin-top: 5%;
	margin-left: -6%;
	width: 30%;
	height: auto;
	}
	
	
}



@media only screen and (max-width: 430px) {
  
	 .headercontent {
	 height: 510px;
	}
	

}


@media only screen and (max-width: 400px) {
  
	body {
		font-size: 90%;
	}
	
	 .headercontent {
	 height: 460px;
	}
	
	.KontaktDaten p {
		font-size: 100%;
	}

}




/* Two_Columns 

#two_columns h2 {
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
	border-bottom:1px solid darkblue;
	padding-bottom:20px;	
	margin-bottom:20px;
}

#two_columns section {
	max-width:40%;
	font-size:100%;
	float:left;
	
}

#two_columns article {
	position: relative;
	float: left;
	max-width: 30%;
	margin: 5% 5% 5% 10%;
	line-height:160%;
}

#two_columns article p {
	font-size: 125% !important;
	color: darkblue;
}

#two_columns article h2 {
	font-size: 150% !important;
	font-weight: 700;
	color: darkblue;
}


video {
	width: 55%;
	position: relative;
	float:right;
	margin-right: 0%;
}



/* Four_Columns 

	#four_columns  {
	overflow:hidden;
	clear:both;
	line-height:140%;
	background-color: #EDEDED;
	color: darkblue;
}


#four_first {
	margin-left: 10%;
}

	#four_columns h2 {
		width: 80%;
		margin: 10% 5% 10% 10%;
		font-size:160%;
		text-transform:uppercase;
		font-weight:700;
		border-bottom:1px solid darkblue;
		padding-bottom:1%;	
		margin-bottom:1%;
		color: limegreen;
	}


	#four_columns figure {
		width:16%;
		float:left;
		margin-right:3.2%;
		margin-bottom:10%;
		

	}
	
	#four_columns .last-figure{
		margin-right:0%;
	}

	#four_columns figure img {
		width: 100%;
		border-radius: 3%;
	}
	
	figcaption h4 {
		text-transform:uppercase;
		border-bottom: 1px solid limegreen;
		padding-bottom:4%;
		margin: 4% 0;
		
	}
*/


		
