
html, body {
    max-width: 100%;
    overflow-x: hidden;
	position:relative;
}

body { 
 background: white;
}
	@font-face {
   font-family:'Suranna';	
   src: url("../Fonts/Suranna/Suranna-Regular.ttf") format('truetype');
   
}
	
		@font-face {
   font-family:'Montserrat-Light';
   src: url("../Fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
   font-weight: normal;	
   font-style: normal;
   
}

/*Responsive*/
@media screen and (max-width: 1554px){
    


   
    /*Breite*/
    oll li, li a {
        width: 100%;
    }
}

/*menü*/
#menue {
	background: white;
	overflow: hidden;
	position: fixed;
	width: 100vw;
	height: 50px;
	margin-top: 0px;
	z-index: 10;
}



/*Liststyle entfernen*/
ol {
    list-style-type:none;
    margin:0;
    padding:0;
	heigth: 400px;
	margin-left:1000px;
    	margin: 0px auto;
	float: right;
	
}
/*horizontale Ansicht*/
li {
    display:inline-block;
    float: right;
    margin-right: 1px;
	text-align: right;
}

/*style Menuelinks*/
li a {

    display:block;
    min-width:120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: "Montserrat-Light";
    color:#000000;
    text-decoration: none;
	z-index: 40;
transition: width 2s;
}

/*effect_hover*/

a {
  color:#000000;
  text-decoration: none;
  position: relative;
transform: translate(-3px,-3px);

}

li a:after {
  content: ''; /* content ist leer... */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #000000;
  transition: 0.6s;
  transform: scaleX(0);


}

li a:hover:after {
  width: 100%;
  transform: scaleX(1);

}






#uebermich {

width: 100vw;
height: 95vh;
	overflow: hidden;

}

.portfolio {
width: 100vw;
height: 1200px;
	background-color: white;
	background-size: 90vw;
	background-position: center; 
position: relative;
z-index:6;	
}

img {
	position: absolute;
	margin-left: 5%;
	margin-top: 5vh;
	height: 20vh;
	
}

/*text, linie*/

#text {
	overflow: hidden;
	position: absolute;
	font-size: 1.5em;
	color: #EEEEEE;
	height: 220px;
	width: 800px;
	text-align: justify;
	margin-left: 20%;
	border-left: solid 2px white;
	margin-top: 60vh;
	padding-left: 20px;
	font-family: "Montserrat-Light";
	text-align: left;
z-index: 5;
	
}



	
#headline1 {
	 
	color: white; 
	font-family:"Suranna";
	width: 900px;
	line-height: 1;
	font-size: 350%; 
	position: absolute;
	padding-left:7%;
	margin-top: 10vw;
}

/*kacheln*/

.element1 {
  background-color: transparent;
  width: 400px;
  height: 300px;
  perspective: 1000px; 
margin-top: 20%;
	margin-right: 15px;
	
	z-index: 1;
	/*border-radius:  15px;*/

}

/* Turn*/
.turn {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.2s;
  transform-style: preserve-3d;
}


.element1:hover .turn {
  transform: rotateY(180deg);
	
	
}


.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
	
	
}

.front {
	
  background: url("kacheln/Element 6.png");
  color: white;

	background-color: white;
	
}

.titel1 {

	font-family: "Montserrat-Light";
	padding-top: 33%;
	color: bLA;
	font-size: 2.5em;
	
}


.back {
	background: url("kacheln/back1.jpg") no-repeat;
  /*background-color: #E2C251;*/
  color: white;
  transform: rotateY(180deg);
  
}
.thema {
		
	font-family: "Montserrat-Light";
	padding-top: 120px;
	font-size: 3em;
	text-align: center;
	color: white;
	
	
}


.pfeilbild {
	width: 60px;
	height: 50px;
	margin-left:250px;
	margin-top: 20px;
	border: solid 2px transparent;
	
}



.element2 {
  background-color: transparent;
  width: 400px;
  height: 450px;
  perspective: 1000px; 
  margin-right: 15px;
margin-top: 20%;	
	

}

/* Turn*/
.turn2 {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.2s;
  transform-style: preserve-3d;
}


.element2:hover .turn2 {
  transform: rotateY(180deg);
	
	
}


.front2, .back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
	/*border-radius: 15px;*/
}

.front2 {
	
  background: url("kacheln/Element 11.png");
  color: black;
	
	
}

.titel2 {
	font-family: "Montserrat-Light";
	padding-top: 46%;
	color: white;
	font-size: 2.5em;
	
}


.back2 {
	background: url("kacheln/back2.jpg");
	
  /*background-color: #192236;*/
  color: white;
  transform: rotateY(180deg);
  
}

.text2 {
	font-family: "Montserrat-Light";
	padding-top: 200px;
	font-size: 3em;
	text-align: center;
	color:white;
	
	
	
}

/*kachel3*/
.element3 {
  background-color: transparent;
  width: 400px;
  height: 400px;
  perspective: 1000px;
	margin-top: 20%;

}

/* Turn*/
.turn3 {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.2s;
  transform-style: preserve-3d;
}


.element3:hover .turn3 {
  transform: rotateY(180deg);
	
	
}


.front3, .back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
	/*border-radius: 15px;*/
}

.front3 {
	
  background: url("kacheln/Element 7.png");
  color: black;
  
	
	
	
	
}

.titel3 {
	font-family: "Montserrat-Light";
	padding-top: 46%;
	color: white;
	font-size: 2.5em;
	
	
}

.back3 {
	background: url("kacheln/back3.jpg");
  /*background-color: #F2F2F2;*/
  color: white;
  transform: rotateY(180deg);
  
}

.text3 {
	font-family: "Montserrat-Light";
	padding-top: 165px;
	font-size: 3em;
	text-align: center;
	color: white;
	
}


/*kachel4*/
.element4 {
  background-color: transparent;
  width: 400px;
  height: 500px;
  perspective: 1000px;
margin-top:-135px;
margin-right: 15px;

	
	

}

/* Turn*/
.turn4 {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.2s;
  transform-style: preserve-3d;
}


.element4:hover .turn4 {
  transform: rotateY(180deg);
	
	
}


.front4, .back4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
	/*border-radius: 15px;*/
}

.front4 {
	
  background: url("kacheln/Element 14.png");
  color: black;
  
	
	
	
	
}

.titel4 {
	font-family: "Montserrat-Light";
	padding-top: 40%;
	color: white;
	font-size: 2.5em;
	
	
}

.back4 {
	background: url("kacheln/back4.jpg");
  /*background-color: #EEEEEE;*/
  color: white;
  transform: rotateY(180deg);
  
}

.text4 {
	font-family: "Montserrat-Light";
	padding-top: 220px;
	font-size: 3em;
	text-align: center;
	color: white;
	
}


/*kachel5*/
.element5 {
  background-color: transparent;
  width: 400px;
  height: 350px;
  perspective: 1000px; 
margin-top: 15px;
margin-right: 15px;	
	

}

/* Turn*/
.turn5 {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.2s;
  transform-style: preserve-3d;
}


.element5:hover .turn5 {
  transform: rotateY(180deg);
	
	
}


.front5, .back5 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
	/*border-radius: 15px;*/
}

.front5 {
	
  background: url("kacheln/Element 12.png");
  color: black;
  
	
	
	
	
}

.titel5 {
	font-family: "Montserrat-Light";
	padding-top: 46%;
	color: white;
	font-size: 2.5em;
	
	
}

.back5 {
	background: url("kacheln/back5.jpg");
  /*background-color: #E2C251;*/
  color: white;
  transform: rotateY(180deg);
  
}

.text5 {
font-family: "Montserrat-Light";
	padding-top: 125px;
	font-size: 3em;
	text-align: center;
	color: white;
}


/*kachel6*/
.element6 {
  background-color: transparent;
  width: 400px;
  height: 400px;
  perspective: 1000px; 
	margin-top: -35px;	
	

}

/* Turn*/
.turn6 {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.2s;
  transform-style: preserve-3d;
}


.element6:hover .turn6 {
  transform: rotateY(180deg);
	
	
}


.front6, .back6 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
	/*border-radius: 15px;*/
}

.front6 {
	
  background: url("kacheln/Element 8.png");
  color: black;
  
	
	
	
	
}

.titel6 {
	font-family: "Montserrat-Light";
	padding-top: 46%;
	color: white;
	font-size: 2.5em;
	
	
}

.back6 {
	background: url("kacheln/back.jpg");
  /*background-color: rgb(110 123 159);*/
  color: white;
  transform: rotateY(180deg);
  
}

.text6 {
	font-family: "Montserrat-Light";
	padding-top: 165px;
	padding-right: 120px;
	font-size: 3em;
	text-align: right;
	color: white;
	
}


#elemente {
	
	left: 50%;
	display:flex;
		flex-wrap: wrap;
	position: relative;
	z-index: 4;
	width: 1230px;
	height: 1000px;
	margin-top: 6%;
	margin-left: -615px;
	
}


div#Kap2 .kontakt{
	
	height:50px;
}



.Datenschutz  {
	position: absolute;
	font-family: "Montserrat-Light";
	color: white;
	font-size: 1.3em;
	margin-left: 90%;
	margin-top: 90px;
	z-index: 1;
	
}

.Impressum {
	position: absolute;
	font-family: "Montserrat-Light";
	color: white;
	font-size: 1.3em;
	margin-left: 80%;
	margin-top: 90px;
	z-index: 1;
	
}



.circle-spin {
	
  position: absolute;
  left: 0%;
  margin-top: -10%;
	margin-left: 10vw;
  width: 100%;
  height: 100%;
	z-index:1;
	opacity: 0.4;
}

.circle-spin svg {
  width: 210vh;
  height: 210vh;
  animation: spin 30s linear infinite;
}

.circle-spin circle {
  stroke-width: 3;
  stroke-dasharray: 650, 20;
  fill: none;
  stroke: #EEEEEE;
	
}

@keyframes spin { 
  100% { 
    transform: rotate(360deg);
  }
}

/*scrollen*/


@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
 .scrollen {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin-top:90vh;
}

.scrollen > *:hover,
.scrollen > *:focus,
.scrollen > *.active {
	color: #ffffff;
}
.scrollen > *:hover,
.scrollen > *:focus,
.scrollen > *:active,
.scrollen > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scrollen .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid white;
	border-radius: 23px;
}
.scrollen .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;


}



#parallax {
  
  background-image: url("Bilder/bubbles.jpg");
  height: 2500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
	overflow: hidden;
}


@media (min-width: 20em) and (max-width: 50em){
	
	.element1{
		 background: url("kacheln/backmittel.gif");
  color: white;
	}
	
	.front {
		background-color:transparent;
		background-image: none;
	}
	
	.element1:hover .turn {
  transform: none;
}
	
	
	
	.element2{
		 background: url("kacheln/backmittel2.gif");
  color: white;
	}
	
	.front2 {
		background-color:transparent;
		background-image: none;
	}
	
	.element2:hover .turn2 {
  transform: none;
}
	
	
	.element3{
		 background: url("kacheln/backmittel3.gif");
  color: white;
	}
	
	.front3 {
		background-color:transparent;
		background-image: none;
	}
	
	.element3:hover .turn3 {
  transform: none;
}
	
	
	.element4{
		 background: url("kacheln/backmittel4.gif");
  color: white;
	}
	
	.front4 {
		background-color:transparent;
		background-image: none;
	}
	
	.element4:hover .turn4 {
  transform: none;
}
	
	
	
	.element6{
		 background: url("kacheln/backmittel6.gif");
  color: white;
	}
	
	.front6 {
		background-color:transparent;
		background-image: none;
	}
	
	.element6:hover .turn6 {
  transform: none;
}
	
	.element5{
		 background: url("kacheln/backmittel5.gif");
  color: white;
	}
	
	.front5 {
		background-color:transparent;
		background-image: none;
	}
	
	.element5:hover .turn5 {
  transform: none;
	}
	
	#uebermich {
	

width: 100vw;
height: 95vh;
	overflow: hidden;

}
	
	.circle-spin {
	
  position: absolute;
  left: -30%;
  margin-top: -20%;
  width: 30vw;
  height: 30vh;
	z-index:1;
	opacity: 0.4;
}

.circle-spin svg {
  width: 1700px;
  height: 1700px;
  animation: spin 30s linear infinite;
}

.circle-spin circle {
  stroke-width: 3;
  stroke-dasharray: 650, 20;
  fill: none;
  stroke: #EEEEEE;
	
}

@keyframes spin { 
  100% { 
    transform: rotate(360deg);
  }
}
	
	
	
	#text {
	overflow: hidden;
	position: absolute;
	font-size: 1em;
	color: #EEEEEE;
	height: auto;
	width: 80%;
	text-align: right;
	margin-left: 3%;
	border-right: solid 2px white;
		border-left: none;
	margin-top: 380px;
	padding-right: 20px;
	font-family: "Montserrat-Light";
z-index: 5;
	
}
	
	#headline1 {
	 
	color: white; 
	font-family:"suranna";
	font-size: 220%; 
	width: 300px;
	position: absolute;
	padding-left:5%;
	margin-top: 20%;
}
	
	
	img {
	position: absolute;
	margin-left: 5%;
	margin-top: 7vh;
	height: 10vh;
	
}
	


	
#parallax {
  
  background-image: url("Bilder/bubbles.jpg");
  height: 3900px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}	
	
.Datenschutz  {
	position: absolute;
	font-family: "Montserrat-Light";
	color: white;
	font-size: 1.3em;
	margin-left:65%;
	margin-top:150px;
	z-index: 1;
	
}

.Impressum {
	position: absolute;
	font-family: "Montserrat-Light";
	color: white;
	font-size: 1.3em;
	margin-left: 30%;
	margin-top: 150px;
	z-index: 1;
	
}
	 .scrollen {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin-top:85vh;
}
	
	
.portfolio {
width: 100vw;
height: 2700px;
	background-color: white;
	background-size: 90vw;
	background-position: center; 
position: relative;
z-index:6;	
}	
	
	#elemente {
		position: absolute;
		overflow:hidden;
		display:flex;
		flex-direction: column;
	
	z-index: 4;
	height: 2700px;
		width:400px;
	left: 50%;
		margin-left: -200px;
}
	
	.element1 {
  background-color: transparent;
  width: 400px;
  height: 300px;
  perspective: 1000px; 
margin-top: 40%;
	z-index: 1;

}

	.element2 {
	
  background-color: transparent;
  width: 400px;
  height: 450px;
  perspective: 1000px; 
		margin-top: 15px;
  
	
	

}
	.element3 {
	
		
  background-color: transparent;
  width: 400px;
  height: 400px;
  perspective: 1000px;
		margin-top: 15px;
		
	
	
	

}
.element4 {
  background-color: transparent;
  width: 400px;
  height: 500px;
  perspective: 1000px;
	margin-top:15px;



	
	
	

}
	.element5 {
		
  background-color: transparent;
  width: 400px;
  height: 350px;
  perspective: 1000px; 
	margin-top: 15px;

	
	
	

}

	
.element6 {
	
  background-color: transparent;
  width: 400px;
  height: 400px;
  perspective: 1000px; 
	margin-top: 15px;
	
	
	
	

}

		
}

@media (min-width: 50em) and (max-width: 80em){
	
	
	.element1{
		 background: url("kacheln/backmittel.gif");
  color: white;
	}
	
	.front {
		background-color:transparent;
		background-image: none;
	}
	
	.element1:hover .turn {
  transform: none;
}
	
	
	
	.element2{
		 background: url("kacheln/backmittel2.0.gif");
  color: white;
	}
	
	.front2 {
		background-color:transparent;
		background-image: none;
	}
	
	.element2:hover .turn2 {
  transform: none;
}
	
	
	.element3{
		 background: url("kacheln/backmittel3.gif");
  color: white;
	}
	
	.front3 {
		background-color:transparent;
		background-image: none;
	}
	
	.element3:hover .turn3 {
  transform: none;
}
	
	
	.element4{
		 background: url("kacheln/backmittel4.0.gif");
  color: white;
	}
	
	.front4 {
		background-color:transparent;
		background-image: none;
	}
	
	.element4:hover .turn4 {
  transform: none;
}
	
	
	
	.element6{
		 background: url("kacheln/backmittel6.gif");
  color: white;
	}
	
	.front6 {
		background-color:transparent;
		background-image: none;
	}
	
	.element6:hover .turn6 {
  transform: none;
}
	
	.element5{
		 background: url("kacheln/backmittel5.0.gif");
  color: white;
	}
	
	.front5 {
		background-color:transparent;
		background-image: none;
	}
	
	.element5:hover .turn5 {
  transform: none;
	}
	
	#uebermich {
width: 100vw;
height: 95vh;
	overflow: hidden;

}
	
	 .scrollen {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin-top:85vh;
}
	
	.circle-spin {
	
  position: absolute;
  left: -20%;
  margin-top: -20%;
  width: 100%;
  height: 100%;
	z-index:1;
	opacity: 0.4;
}

.circle-spin svg {
  width: 2000px;
  height: 2000px;
  animation: spin 30s linear infinite;
	
}

.circle-spin circle {
  stroke-width: 3;
  stroke-dasharray: 650, 20;
  fill: none;
  stroke: #EEEEEE;
	
	
}

@keyframes spin { 
  100% { 
    transform: rotate(360deg);
  }
	}
	
	#text {
	overflow: hidden;
	position: absolute;
	font-size: 1.5em;
	color: #EEEEEE;
	height: auto;
	width: 700px;
	text-align: left;
	margin-left: 10%;
	border-left: solid 2px white;
		
	margin-top: 420px;
	padding-right: 20px;
	font-family: "Montserrat-Light";
z-index: 5;
		
	
}
	
	img {
	position: absolute;
	margin-left: 5%;
	margin-top: 5vh;
	height: 10vh;
	
}
	
	.kontakt {
width: 100%;
height: 50px;
background-color:transparent;
float:left;	
position: absolute;
	z-index:7;
}

	
#parallax {
  
  background-image: url("Bilder/bubblesmittel.gif");
  height: 2700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
	
}	
	

	
	
.portfolio {
width: 100vw;
height: 1400px;
	background-color: white;
	background-size: 90vw;
	background-position: center; 
position: relative;
z-index:6;	
}	
	
	#elemente {
		position: absolute;
		overflow:hidden;
		display:flex;
		flex-direction: row;
	
	z-index: 4;
	height: 1350px;
		width:830px;
	left: 50%;
		margin-left: -415px;
}
	
	.element1 {
  background-color: transparent;
  width: 400px;
  height: 300px;
  perspective: 1000px; 
margin-top: 15%;
	z-index: 1;

}

	.element2 {
	
  background-color: transparent;
  width: 400px;
  height: 370px;
  perspective: 1000px; 
		margin-top: 15%;
  
	
	

}
	.element3 {
	
		
  background-color: transparent;
  width: 400px;
  height: 400px;
  perspective: 1000px;
		margin-top: -180px;
		
	
	
	

}
.element4 {
  background-color: transparent;
  width: 400px;
  height: 300px;
	margin-left: 15px;
  perspective: 1000px;
	margin-top:-110px;



	
	
	

}
	.element5 {
		
  background-color: transparent;
  width: 400px;
  height: 365px;
  perspective: 1000px; 
	margin-top:-110px;

	
	
	

}

.element6 {
	
  background-color: transparent;
  width: 400px;
  height: 395px;
  perspective: 1000px; 
	margin-top: -140px;	

}

		
.Datenschutz  {
	position: absolute;
	font-family: "Montserrat-Light";
	color: white;
	font-size: 1.3em;
	margin-left: 83%;
	margin-top: 150px;
	z-index: 1;
}

.Impressum {
	position: absolute;
	font-family: "Montserrat-Light";
	color: white;
	font-size: 1.3em;
	margin-left: 65%;
	margin-top: 150px;
	z-index: 1;
	
}
	.text2 {
	font-family: "Montserrat-Light";
	padding-top: 150px;
	font-size: 3em;
	text-align: center;
	color:white;
	
	
	
}
	.text4 {
	font-family: "Montserrat-Light";
	padding-top: 120px;
	font-size: 3em;
	text-align: center;
	color: white;
	
}
	#headline1 {
	 
	color: white; 
	font-family:"suranna";
	font-size: 300%; 
	width: 800px;
	position: absolute;
	padding-left:5%;
	margin-top: 120px;
}
}



