/* =========== CSS by Michaela Wieland ======================= Thank's for looking at this code */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


/*--------------------------------------------------------------------------------
globale Variabeln 
----------------------------------------------------------------------------------*/

:root {
			
			--hauptfarbe:#D54547;
			--zweitfarbe:white; 
			--borderradius:1.5rem;
			--hauptfarbe_opacity:rgba(213,69,71,0.85);	
			
		}

/*--------------------------------------------------------------------------------
Layout
----------------------------------------------------------------------------------*/
		
*{
	box-sizing:border-box;
	margin:0;
	padding:0;

}

html {

	font-size:18px; 
	min-height: 100%;
	height: auto;

}

@media screen and (max-width: 1200px){
			
				html {
			
			font-size:17px; 
		
			}
		}

		@media screen and (max-width: 922px){
			
				html {
			
			font-size:16px; 
		
			}
		}
		@media screen and (max-width: 670px){
			html {
			
			font-size:14px; 
		
			}
		}


body {
	background-color:rgba(0,0,0,1.00);
	font-family: 'Nunito', sans-serif;
	height: auto;		

}


html,body {
	scroll-behavior:smooth;
}


hr {
	border-radius:var(--borderradius);
	border: 2px solid var(--hauptfarbe);
	margin: 0rem 2rem;
}


		@media screen and (max-width: 1200px){
			
				hr {
			
			border: 1.5px solid var(--hauptfarbe);
			
		}
		}
		@media screen and (max-width: 670px){
		hr {
			
			border: 1px solid var(--hauptfarbe);
			
		}
		}

img {
			width:100%;
		}


p {
	padding:2rem;
	text-align:center;
	
}


#container {
			margin:0 auto; 
		}

/*--------------------------------------------------------------------------------
Links
----------------------------------------------------------------------------------*/



a:link {
	color:var(--zweitfarbe);
	text-decoration:underline;
	
}


a:visited {
	color:white;
	
}
a:hover {
	color:var(--hauptfarbe);
	
}
a:active {
	color:black;
	
}


/*--------------------------------------------------------------------------------
Titel
----------------------------------------------------------------------------------*/
		
h1 {
			color: var(--zweitfarbe);
			font-size: 3rem;
			text-align: center;
			margin:0px auto;
			padding:3rem 0rem;
	width:100%;
		}

h2 {	
		color:var(--zweitfarbe);
		font-size: 2rem;
		text-align: center;
		margin:0rem auto;
		padding:2rem 2rem;


		}

h3 {
	color:var(--zweitfarbe);
	font-size:1.5rem;
	text-align: center;
	padding:3rem 2rem 2rem 2rem;
	margin:0rem auto;
}




h4 {
	font-size: 1rem;
	text-align:center;
	margin: 0rem auto;
	padding: 0rem;
}


@media screen and (max-width: 670px) {
	h1 {font-size:2rem;}
	h2 {font-size:1.5rem;}
	h3 {font-size:1.5rem;
	padding-top:5rem;
	padding-bottom:5rem;}
	
}


p {
	color:white;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}


/*--------------------------------------------------------------------------------
Miingo Logo einblenden
----------------------------------------------------------------------------------*/



#einblender {
	height:100vh;
	width:100vw;
	background:black;
	position:fixed;
	left:0;
	right:0;
	z-index:333;
	animation:einblenden 4s linear;/*4sek*/
	animation-fill-mode:forwards;
	display:flex;
	justify-content: center;

}

@keyframes einblenden {
	0% {opacity:1; visibility: visible;}
	50% {opacity:1; visibility: visible;}
	100% {opacity:0; visibility: hidden;}
}



#flamingo {
	display:block;
	height:100vh;

}

.miingo {
	fill:none;
	stroke:var(--hauptfarbe);
	stroke-width:2px;
	stroke-dasharray:1400;
	animation:logostrich 3s ease-in-out;
}

@keyframes logostrich {
	0% {stroke-dashoffset:1400;}
	100% {stroke-dashoffset:0;}
}

		
/*--------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------*/


header .titel {

	justify-content:center;
}


.header-top {
	background:rgba(0,0,0,0.80);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding:2vh 20vh;
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: flex;
	justify-content:center;
	width:100%;

}

.header-top img{
	transition: all ease-in-out 0.3s;
	object-position: center;
	width:80vh;
}

.header-top .scrolled{
	width: 30%;
	padding:0.5px;
}



@media screen and (max-width: 1200px){
			
				.header-top .scrolled{
			width: 40%;
		
		
			}
	.header-top img{ 
			width:60vh;
		}
		}

		@media screen and (max-width: 922px){
			
				.header-top .scrolled{
			width: 50%;
			
		}
				.header-top img{ 
			width:50vh;
		}
		}
		@media screen and (max-width: 670px){
			.header-top .scrolled{
			width: 70%;
		
		}
				.header-top img{ 
			width:50vh;
		}
		}
	@media screen and (max-width: 400px){
			.header-top .scrolled{
			width:170%;
			object-position: left;
			padding:0px;
		
		}
			.header-top img{ 
			width:40vh;
		}
		}

	

#titel_1 {
	background:var(--zufälliges-bild);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:top;
	background-attachment: fixed;
	height:100vh;


}





#titel_2 {
	background:url("bilder/fotografie/natur/berg_9.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height:100vh;

}

#titel_web {
	
	background:url("grafiken/webdesign_titelbild.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height:100vh;
}



#titel_3 {
	background:url("bilder/grafik/smart_plan.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height:100vh;

}



#titel_4 {
	background:url("bilder/fotografie/natur/geisse.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height:100vh;

}



#titel_portrait {
	background:url("bilder/fotografie/shooting/ste10.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height:100vh;

}

@media (max-width: 768px) {
  #titel_portrait {
    background-size: cover; /* statt cover */
    height: 80vh;   
	margin-top: 3rem;
	  margin-bottom: -3rem;
    background-attachment: scroll; /* 'fixed' funktioniert oft nicht gut auf iOS */
	  
  }
}


#titel_games {
	background:url("animation/gif/miingo_walk.gif");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	background-attachment: fixed;
	height:100vh;

	
}


@media (max-width: 768px) {
  #titel_games {
    background-size: cover; /* statt cover */
    height: 65vh;   
	  background-position: center 60px;
	  margin-bottom: -1rem;
    background-attachment: scroll; /* 'fixed' funktioniert oft nicht gut auf iOS */
	  
  }
	
	.section_web {
		
		margin-top: 15rem;
	}
	
	#titel_web {
	
 background-size: cover; /* statt cover */
    height: 50vh;   
	margin-top: 12rem;
	  margin-bottom: -3rem;
    background-attachment: scroll;/* 'fixed' funktioniert oft nicht gut auf iOS */
}

}

/*--------------------------------------------------------------------------------
Scroll Arrow
----------------------------------------------------------------------------------*/


header .scroll_arrow img {
	background-color:none;
	height:8rem;

}

header .scroll_arrow {
	position:absolute;
	background-color:transparent;
	bottom:1rem;
	left:1rem;
	right:1rem;
	text-align:center;
	animation:scroll_jump 0.7s ease-in-out;
	animation-iteration-count: 3;
	animation-delay: 3s;

}


header .scroll_arrow:hover img{
	opacity:0.5;
	cursor:pointer;
}



@keyframes scroll_jump {
	0% {bottom:1rem;}
	50% {bottom:4rem}
	100% {bottom:1rem;}

}



/*--------------------------------------------------------------------------------
Navigation
----------------------------------------------------------------------------------*/

nav a:link {
	color:black;
	font-weight:bold;
	transition:all ease-in-out 0.5s;
	text-decoration: none;


}


nav a:visited {
	color:black;

}


nav a:hover {
	background:black;
	border-radius:var(--borderradius);
	color:var(--hauptfarbe);
	padding: 0.5rem 3rem;
	transition:all ease-in-out 0.3s;
	cursor:pointer;
}


nav a:active {
	color:var(--zweitfarbe);
	background:none;
}

	

nav {
	background-color:var(--hauptfarbe_opacity);
	position:fixed;
	right:0;
	z-index:777;
	top:0;
	width:25%;
	height:100vh;
	text-align:center;
	transform:translateY(-100%);
	transition:all cubic-bezier(.63,0,0,1.41) 1s; 

}

		@media screen and (max-width: 1400px){
			
				nav {
			
			width:40%;
		
			}
		}

		@media screen and (max-width: 922px){
			
				nav {
			
			width:60%;
		
			}
		}
		@media screen and (max-width: 670px){
				nav {
			
			width:100%;
		
			}
		}
nav ul {
	height:100%;
	display:flex;
	flex-direction:column;
	list-style-type:none;
	justify-content:center;


}
nav li {
	padding:2rem 2rem;
	font-size:1.5rem;
	text-transform:uppercase;
}

.nav_rein {
	transform:translateY(0%);

}

.menuaktiv {
	background:none;
	border:3px solid black;
	border-radius:var(--borderradius);
	color:var(--hauptfarbe);
	padding: 0.5rem 3rem;
}

/*--------------------------------------------------------------------------------
Nav Hamburger
----------------------------------------------------------------------------------*/


#hamburger {
	width:2rem;
	height:2rem;
	position:fixed;
	right:2rem;
	top:2rem;
	z-index:888;
	cursor:pointer;
}

#hamburger:hover{
	opacity:0.5;
	

}
			@media screen and (max-width: 1300px){
			
				#hamburger {
			
			width:1.7rem;
			height:1.7rem;
		right:1.7rem;
			top:1.7rem;
			}
		}


	@media screen and (max-width: 922px){
			
				#hamburger {
			
			width:1.5rem;
			height:1.5rem;
			right:1.5rem;
			top:1.5rem;
			}
		}

	@media screen and (max-width: 400px){
			
				#hamburger {
			
			width:1.3rem;
			height:1.3rem;
			right:1.3rem;
			top:1.3rem;
			}
		#hamburger:hover{
			opacity:1;
			
		}
		}


/*--------------------------------------------------------------------------------
Ueber mich
----------------------------------------------------------------------------------*/


.grid-section {

	overflow:hidden;
	margin:3rem 0 3rem 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	background-position:top;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	padding: 2rem;

}
.bildcontainer {
	position:relative;
	overflow:hidden;
	width:100%;
	height: 100%;
	text-align:center;


}
.bildcontainer img:not( .lego ) {
	background-color:var(--zweitfarbe);
	object-fit:cover;
	width:100%;
	height:100%;
	border-radius:var(--borderradius);
}

	@media screen and (max-width: 1200px){
			.bildcontainer:nth-child(3){
				grid-column-start: 1;
				grid-column-end: 3;
				grid-row-start: 2;
				grid-row-end: 3;
				min-height: 800px;
			}
		}
		
		@media screen and (max-width: 922px){
			.bildcontainer:nth-child(3){
				grid-column-start: 1;
				grid-column-end: 3;
				grid-row-start: 2;
				grid-row-end: 3;
				min-height: 800px;
			}
		}
		@media screen and (max-width: 800px){ /*670*/
			.bildcontainer:nth-child(3){
				grid-column-start: inherit;
				grid-column-end: inherit;
				grid-row-start: inherit;
				grid-row-end: inherit;
				min-height: 800px;
			}
			
			
			.grid-section{
				grid-template-columns: 1fr;
			}
		}


#ueber_mich{
	background-color:black;
	margin:3rem 0rem 3rem 0rem;
	padding:5rem;
	
}

#ueber_mich p{
	color:white;
}


.container_breite {
		max-width:1500px;
		display:flex;
		flex-wrap:wrap;
		margin:0px auto !important;

}


/*--------------------------------------------------------------------------------
Ueber miingo
----------------------------------------------------------------------------------*/

#ueber_miingo {

	text-justify: auto;
	background-image:black;
	padding:0rem 5rem;
	height: 100%;
	

}

#ueber_miingo p{
	color:white;
}




.element {
	color:black;
	text-justify: auto;
	padding:2rem;
	height: 100%;
	border-radius:var(--borderradius);
	 background-color: rgba(255,255,255,0.2);
backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);

}

.lego {
	--dauer: 3s;
	--delay: 0s;
	top:0rem;
	left:0rem;
	width:100%;
	height:100%;
	position:absolute;
	animation:bilder_bewegen var( --dauer ) linear forwards infinite;
	animation-delay: var( --delay );
	object-fit:cover;
	opacity:0;
	border-radius: var( --borderradius );


}

.lego_1 {
	z-index: 10;
}

.lego_2 {
	z-index: 9;
	--delay: calc( var( --dauer ) / 10 * 1 );
}
.lego_3 {
	z-index: 8;
	--delay: calc( var( --dauer ) / 10 * 2 );
}
.lego_4 {
	z-index: 7;
	--delay: calc( var( --dauer ) / 10 * 3 );
}
.lego_5 {
	z-index: 6;
	--delay: calc( var( --dauer ) / 10 * 4 );
}
.lego_6 {
	z-index: 5;
	--delay: calc( var( --dauer ) / 10 * 5 );
}
.lego_7 {
	z-index: 4;
	--delay: calc( var( --dauer ) / 10 * 6 );		
}
.lego_8 {
	z-index: 3;
	--delay: calc( var( --dauer ) / 12 * 7 );		
}
.lego_9 {
	z-index: 2;
	--delay: calc( var( --dauer ) / 10 * 8 );		
}
.lego_10 {
	z-index: 1;
	--delay: calc( var( --dauer ) / 10 * 9 );		
}



	@keyframes bilder_bewegen {
	0% {opacity:1;}
	20%{opacity:1;}
	40% {opacity:0;}
	60% {opacity:0;}
	80% {opacity:0;}
	100% {opacity:0;}

}




/*--------------------------------------------------------------------------------
Fotografie
----------------------------------------------------------------------------------*/



.typewrite {
	font-size:3rem;
	text-decoration: none!important;
	

}
.typewrite:hover {
	color:white;
	cursor:default;
}


.bildergalerie {
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
	padding:5rem 2rem 5rem 2rem;
	background-color:black;
margin:1rem;

}

.bilder_fotografie {

	line-height:1;
	flex-grow:1;
	position:relative;
	overflow:hidden;
	width:25%;
	padding:2rem;


}

@media screen and (max-width: 922px){
	
	
	.bildergalerie {
			padding:4rem 2rem 4rem 2rem;
		
		}
	
	
			.bilder_fotografie {
				
			width:50%;
			padding:1.5rem;
				
		}
		}


@media screen and (max-width: 500px){
	
	
	.bildergalerie {
			padding:3rem 1rem 3rem 1rem;
		
		}
	
	
			.bilder_fotografie {
				
			padding:0.3rem;
				
		}
			.bildlegende {
		
			line-height:inherit;
			padding:0.5rem;
			bottom:1rem !important;
	
		}
	
	
		}
		
		
	


.bilder_fotografie img {

	object-fit:cover;
	width:100%;
	height:100%;
	transition:all ease-in-out 0.3s;
	border-radius:var(--borderradius);
	object-position: center;
}



.bildlegende {
	background:rgba(0,0,0,0.4);
	backdrop-filter:blur(5px);
	color:white;
	line-height:normal;
	padding:0.5rem;
	position:absolute; 
	bottom:-3.5rem;
	left:0rem;
	transition:all ease-in-out 0.5s;
	text-align:center;
	width:100%;


}
.bilder_fotografie:hover .bildlegende {
	bottom:0.5rem;
	transition:all ease-in-out 0.5s;
	margin-bottom:1rem;
	cursor:pointer;

}
.bilder_fotografie:hover img {
	opacity:1;
	transform:scale(1.05) !important;
	transition:all ease-in-out 1s !important;

}


.white {
	color:white;
	font-size:3rem;
	padding:2rem 0rem 2rem 0rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	background-color:rgba(255,255,255,0.2);
}

.pink {
	color:var(--hauptfarbe);
	font-size:3rem;
	padding:2rem 0rem 2rem 0rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	background-color:rgba(255,255,255,0.2);
}



@media screen and (max-width: 922px){
	
	
	.pink, .white {
		font-size:3rem;
	}
			
		}


	@media screen and (max-width: 670px){
	
	
	.pink, .white {
		font-size:2.5rem;
	}
			
		}


/*--------------------------------------------------------------------------------
Fancy Box
----------------------------------------------------------------------------------*/


.fancybox__container, .fancybox__backdrop {
	background:black; 

}



.fancybox__caption 
{

	color:var(--zweitfarbe);
	padding:1rem;

}




/*--------------------------------------------------------------------------------
Natur
----------------------------------------------------------------------------------*/

#titel_natur{
	background:url("bilder/fotografie/natur/gantrisch_2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	background-attachment: fixed;
	height:100vh;

}

#titel_pano{
	background:url("bilder/fotografie/pano/drohne_skilift.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	background-attachment: fixed;
	height:100vh;
}
	

@media (max-width: 768px) {
  #titel_pano {
    background-size: cover; /* statt cover */
    height: 80vh;   
	margin-top: 3rem;
	  margin-bottom: -3rem;
    background-attachment: scroll; /* 'fixed' funktioniert oft nicht gut auf iOS */
	  
  }
	
	
}

#typewrite_1 {
	position:absolute;
	top:15rem;
	left:5rem;
}


.meinslider {
	color:white;
	padding:2rem;
	margin:1rem auto 3rem auto!important;
	flex:wrap;
	width:80%;
	
}

.grafik_video {
	flex:wrap;
    width: 100vw;
    margin: 1rem auto;
	
}

.video_container {
	display:flex;
    margin: 2rem auto;
    padding: 1rem 5rem;
	/*background: linear-gradient(#D54547,black);*/
}



@media screen and (max-width:400px){
	

	.video_container {
	display:flex;
    margin: 0.5rem auto;
    padding: 0.5rem 2rem;
	
}
	
	
}

@media screen and (max-width:922px){
	.meinslider {
		margin:2rem auto;
		padding:1rem;
	}


}

.meinslider .bilder_slider {
	height:60vh;
	overflow:hidden;
	
}
.meinslider img{
	height:100%;
	width:100%;
	object-fit:contain;
	/*border-radius:var(--borderradius);*/
	justify-content: center;
	align-items: center;
	
}

.grafik_video video{
	height:100%;
	width:100%;
	object-fit:contain;
	/*border-radius:var(--borderradius);*/
	justify-content: center;
	align-items: center;
	
}


.container_untertitel {
	position:relative;
	
	
}
.container_untertitel .unter_titel {
	position:absolute;
}



/*--------------------------------------------------------------------------------
Portrait
----------------------------------------------------------------------------------*/

.grid_foto {
	width:100%;
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr 1fr;
	grid-gap:2rem;
	padding:2rem;
	

}

@media screen and (max-width: 922px){
	
	.grid_foto {
			
			grid-template-columns:1fr 1fr 1fr;	
		grid-direction: column;
		width:100%;
		}
	.zwei_spalten{
			grid-column:span 1 !important;

		}
		
		.zwei_zeilen{
			grid-row:span 1 !important;
		}
}

@media screen and (max-width: 670px){
	
	.grid_foto {
			
			grid-template-columns:1fr 1fr;	
		}
	
	.zwei_spalten{
			grid-column:span 1 !important;

		}
		
		.zwei_zeilen{
			grid-row:span 1 !important;
		}
}




.bild_oben img{
	object-position:top;
}

.bild_unten img{
	object-position:bottom;
}
.bild_zenter img{
	object-position:center;
}
.bild_rechts img{
	object-position:right;
}
.bild_links img{
	object-position:left;
}
.zwei_spalten{
	grid-column:span 2;

}

.zwei_zeilen{
	grid-row:span 2;
}


.grid_container img {
	object-fit:cover;
	height:100%;
	width:100%;
	border-radius:var(--borderradius);
}


/*--------------------------------------------------------------------------------
Sport
----------------------------------------------------------------------------------*/

#titel_sport {
	
			background:url("bilder/fotografie/sport/fail_1.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position:center;
			background-attachment: fixed;
			height:100vh;
			
			
		
}

/*--------------------------------------------------------------------------------
Produkt
----------------------------------------------------------------------------------*/



#titel_produkt {
	
			background:url("bilder/fotografie/produkt/ringe.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position:center;
			background-attachment: fixed;
			height:100vh;
			
			
		
}


/*--------------------------------------------------------------------------------
Video
----------------------------------------------------------------------------------*/

#titel_drohne {
			background:url("animation/drohne.gif");
			background-repeat: no-repeat;
			background-size: cover;
			background-position:center;
			background-attachment: fixed;
			height:100vh;
}

@media (max-width: 768px) {
  #titel_drohne {
    background-size: cover; /* statt cover */
    height: 80vh;   
    background-attachment: scroll; /* 'fixed' funktioniert oft nicht gut auf iOS */
	  
  }
}


#titel_motion {
			background:url("animation/miingo_zeichnen.gif");
			background-repeat: no-repeat;
			background-size: cover;
			background-position:center;
			background-attachment: fixed;
			height:100vh;
}


@media (max-width: 768px) {
  #titel_motion {
    background-size: cover; /* statt cover */
    height: 50vh;
    background-attachment: scroll; /* 'fixed' funktioniert oft nicht gut auf iOS */
	  background-position: center 70px;
  }
}

#titel_videotop {
	
	background:url("animation/miingo_zeichnen.gif");
			background-repeat: no-repeat;
			background-size: cover;
			background-position:center;
			background-attachment: fixed;
			height:100vh;
	
}


@media (max-width: 768px) {
  #titel_videotop {
    background-size: cover; /* statt cover */
    height: 60vh;   
	margin-top: 3rem;
	  margin-bottom: -3rem;
    background-attachment: scroll; /* 'fixed' funktioniert oft nicht gut auf iOS */
	  
  }
}


#titel_video {
	
	
	background:url("animation/sozi.gif");
			background-repeat: no-repeat;
			background-size: contain;
			background-position:center;
			background-attachment: fixed;
			height:100vh;
	
	
}



@media (max-width: 768px) {
  #titel_video {
    background-size: cover; /* statt cover */
    height: 60vh;   
    background-attachment: scroll; /* 'fixed' funktioniert oft nicht gut auf iOS */
	  background-position: center 100px;
  }
}




/*--------------------------------------------------------------------------------
Bildbearbeitung
----------------------------------------------------------------------------------*/

#titel_bildbearbeitung {
	background:url("bilder/fotografie/herbst.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position:top;
			background-attachment: fixed;
			height:100vh;
}



/*--------------------------------------------------------------------------------
Before after Slider
----------------------------------------------------------------------------------*/


.vorher_nachher {
	
	padding:2rem 0 5rem;
	position:relative;
	justify-content: center;
	margin:0px auto;
	
	
	
}

.beforeAfter {
	position:absolute;
	border-radius:var(--borderradius);
	width:45%;
	height:60vh;
	margin:1rem;

}
.beforeAfter img{
		height:100%;
		width:100%;
		object-fit:cover;
	object-position:center;
}

@media screen and (max-width: 1200px){
	.beforeAfter {
		width:100%;
		height:70vh;
	
	}
}


/*--------------------------------------------------------------------------------
Vektorgrafik
----------------------------------------------------------------------------------*/


#titel_logos{
	background:url("bilder/grafik/wbm_weiss.svg");
			background-repeat: no-repeat;
			background-size: contain;
			background-position:center;
			background-attachment: fixed;
			height:100vh;
}

.weisser_hintergrund {
	background-color:white;
	border-radius: var(--borderradius);
	padding:2rem;
	
	
	
}
.schwarzer_hintergrund {
	background-color:black;
	padding:2rem;
	
	
}


/*--------------------------------------------------------------------------------
Beschriftungen
----------------------------------------------------------------------------------*/


#titel_beschriftungen{
	background:url("bilder/grafik/smart.png");
			background-repeat: no-repeat;
			background-size: contain;
			background-position:center;
			background-attachment: fixed;
			height:100vh;
	
}


@media screen and (max-width: 1500px) {
	.vorher_nachher{
	 max-width: 1300px;
		
}
}

	@media screen and (max-width: 1250px) {
	.vorher_nachher{
	 max-width: 1000px;
	
}
}
	@media screen and (max-width: 922px) {
	.vorher_nachher{
	 max-width: 700px;
	
}
}

	@media screen and (max-width: 670px) {
	.vorher_nachher{
	 max-width: 500px;
	
}
}

.beschriftung .beforeAfter {
	
	position:absolute;
	border-radius:var(--borderradius);
	width:100%;
	height:50vh;
	margin:1rem;
	background-color:white;
	
}
.beschriftung p{
	color:white;
}
.beschriftung .bildergalerie {
			display:flex;
			flex-wrap:wrap;
			padding:2rem;;
			background-color:black;
		margin:1rem;
}


.bilder_beschriftung {
		
			line-height:1;
			flex-grow:1;
			position:relative;
			width:33.3%;
			padding:1rem;
			object-fit:contain;
		}

.bilder_beschriftung:hover {
		
		opacity:0.8;
		}
@media screen and (max-width: 1200px) {
	.bilder_beschriftung {
		flex-direction:column;
		width:50%;
		height:75%;
}
}
	@media screen and (max-width: 670px) {
	.bilder_beschriftung {
		flex-direction:column;
		width:100%;
		height:50%;
}
}

	@media screen and (max-width: 400px) {
	.bilder_beschriftung {
		flex-direction:column;
		width:100%;
		height:30vh;
}
}


/*--------------------------------------------------------------------------------
Drucksachen Animation
----------------------------------------------------------------------------------*/


#titel_drucksachen{
	background:url("bilder/grafik/miimike2.png");
			background-repeat: no-repeat;
			background-size: contain;
			background-position:center;
			background-attachment: fixed;
			height:100vh;
	
}
#titel_animation{
	background:url("animation/gif_schildi/schildi.gif");
			background-repeat: no-repeat;
			background-size: contain;
			background-position:center;
			background-attachment: fixed;
			height:80vh;
}


@media (max-width: 768px) {
  #titel_animation {
    background-size: cover; /* statt cover */
    height: 60vh;   
	  margin-left: -2rem;
	    background-position: center 80px;
    background-attachment: scroll; /* 'fixed' funktioniert oft nicht gut auf iOS */
	  
  }
}


/*#video_miingo{
	border-radius: 3rem;
	border: 4px solid var(--hauptfarbe);
	padding:2rem;
	background: rgba(123,123,123,0.74);
	
}*/

/*--------------------------------------------------------------------------------
Kontakt
----------------------------------------------------------------------------------*/


#zwischenbalken {
	background-color:black;
	height:20vh;
	width:100%;
	align-content: center;
	
}



#type_2 {

	color: white;
	display:block;
	padding:3rem, 0rem, 2rem, 0rem;


}


#kontakt {
		background:url("bilder/fotografie/natur/sunrise.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position:top;
		background-attachment:fixed;
		height:100%;

}


form {
	font-family: 'Nunito';
	color:white;
}


main {
	padding-bottom:3rem;
}


.form-container {
	max-width: 800px;
	display:flex;
	flex-wrap:wrap;
	margin: 50px auto;
	padding: 3rem 2rem;
	background-color: rgba(255,255,255,0.2);
	border-radius: var(--borderradius);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);

}


	@media screen and (max-width: 922px) {
	.form-container {
		max-width: 600px;
}
	
}



	@media screen and (max-width: 670px) {
	.form-container {
		max-width: 400px;
}
		.form-group, .form-group_2 {
	
			width:100% !important;
		}
		
}

	@media screen and (max-width: 400px) {
	.form-container {
		max-width: 300px;
}
		.form-group, .form-group_2 {
	
			width:100% !important;
		}
		form-group input:hover,
    .form-group textarea:hover 
 {
      
        background-color:none;
		backdrop-filter:none;
		border-radius:none;
	
    }
}



.form-group {
	margin-bottom: 20px;
	flex-grow:1;
	position:relative;
	object-fit:cover;
	width:50%;
	height:100%;
	transition:all ease-in-out 0.3s;
	object-position: center;
	text-align:center;
	font-weight: bold;
	padding:1rem 2rem 1rem 2rem;
}



.form-group input,
.form-group textarea {
	width: calc(100% - 10px);
	padding: 0.75rem;
	border: none;
	border-bottom: 2px solid rgba(255,255,255,0.80);
	background-color: transparent !important;
   margin:0.5rem;
	font-size:1rem;
	font-family:'Nunito';
}


.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	background-color:rgba(255,255,255,0.80);

}


.form-group input:hover,
    .form-group textarea:hover 
 {
        outline:none;
        background-color:rgba(255,255,255,0.80);
		backdrop-filter: blur(10px);
			-webkit-backdrop-filter: blur(10px);
		border-radius:0.5rem;
    }


.form-group p{
	padding:0rem;
}
    


.form-group_2 {
        margin-bottom: 20px;
		flex-grow:1;
		position:relative;
		object-fit:cover;
		width:50%;
		height:100%;
		transition:all ease-in-out 0.3s;
		object-position: center;
		text-align:center;
		font-weight: bold;
		padding:0rem 2rem 0rem 2rem;
    }


::placeholder {
	font-family: 'Nunito';
	color:white;
}


.absenden {
	border:none;
}


.absenden:hover {
	cursor:pointer;
}


button {
	border-radius:var(--borderradius);
	font-family: 'Nunito';
	padding:0.5rem 3rem;
	object-position:center;
}


input {
	border:none;
	background-color:transparent;
	font-family: 'Nunito';
	
}

input:hover not:absenden {
	border:none;
	  background-color:rgba(255,255,255,0.80);
		border-radius:var(--borderradius);

}

button:hover {
	cursor:pointer;
	  background-color:rgba(255,255,255,0.80);
}



select {
	margin:2rem;
	padding:0.5rem 2rem;
	border-radius:var(--borderradius);
	font-family: 'Nunito';
}


select:hover {
	outline:none;
		border-radius:var(--borderradius);
	background-color: rgba(1 1 1 1);
	cursor:pointer;
}







/*--------------------------------------------------------------------------------
Footer
----------------------------------------------------------------------------------*/


footer {
	color:var(--zweitfarbe);
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
	align-items: center;

		}


.footer-logo-wrapper {
	padding:2%;
	flex-basis: 25%;			
}


.footer-logo {
	display: block;
	aspect-ratio: 5.7 / 1;
	width: 100%;
	height: auto;	
}



footer p {
	text-align:right;
	padding:2rem;
	justify-content:center;

}


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

@media screen and (max-width: 922px) {
	.footer-logo-wrapper {
		margin:5px auto;
		flex-basis:50%;
}
	
	
	footer p{
		padding:0.5rem;
		text-align:center;
		margin:1rem auto;
	}
}


@media screen and (max-width: 400px) {
	.footer-logo-wrapper {
		margin:5px auto;
		flex-basis:50%;
}
	
	
	footer p{
		padding:0.5rem;
		text-align:center;
		margin:1rem auto;
	}
}

/*--------------------------------------------------------------------------------
Impressum
----------------------------------------------------------------------------------*/

#container_impressum {
	
	color:black;
	text-align:center;
	padding:5rem;
	background:url("bilder/fotografie/natur/berg_12.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position:center;
			background-attachment: fixed;
			height:100vh;
	
}

#impressum {
	
	 max-width: 800px;
		display:flex;
		flex-wrap:wrap;
        margin: 50px auto;
        padding: 2rem;
        background-color: rgba(255,255,255,0.2);
        border-radius: var(--borderradius);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(10px);
			-webkit-backdrop-filter: blur(10px);
		
}

#impressum p{
	margin:0rem auto !important;
	
}

/*--------------------------------------------------------------------------------
Datenschutz
----------------------------------------------------------------------------------*/


#container_datenschutz {
	
	color:black;
	text-align:center;
	padding:5rem;
	background:url("bilder/flamingo_10.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position:center;
			background-attachment:local;
			
	
}

@media (max-width: 768px) {
  #container_datenschutz {

	 background-position:right;
  }
}

#datenschutz {
	
	 max-width: 800px;
		display:flex;
		flex-wrap:wrap;
        margin: 50px auto;
        padding: 2rem;
        background-color: rgba(255,255,255,0.2);
        border-radius: var(--borderradius);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(10px);
			-webkit-backdrop-filter: blur(10px);
		
}

/*--------------------------
GAME
-----------------------*/

.game {
	display:flex;
	padding: 3rem 0;
	justify-content: center;
	align-items: center;
}

/*--------------------------------------------------------------------------------
Responsive
----------------------------------------------------------------------------------*/




@media screen and (max-width: 500px){
		#titel_1, #titel_2, #titel_3, #titel_4, #titel_portrait, #titel_natur, #titel_sport, #titel_produkt, #titel_bildbearbeitung, #titel_logos, #titel_beschriftungen, #titel_drucksachen, #kontakt, #impressum, #datenschutz {
			background-attachment:local;
			
	}
	#titel_logos{
		background-size:contain;
		height:80vh;
		background-position:bottom;
	}
	#titel_beschriftungen{
		background-size:contain;
		height:50vh;
		background-position:bottom;
	}
	#titel_drucksachen{
		background-size:contain;
		height:55vh;
		background-position:bottom;
	}
	.meinslider {
		margin:0rem auto;
		padding:1rem;
		
	
	}
	.meinslider .bilder_slider {
	height:25vh!important;
	overflow:hidden;
	
}
	
	#ueber_mich, #ueber_miingo{
		padding:1rem;
	}
	
	
	
	
	#container_datenschutz{

	padding:1rem;
	hyphens:auto;
	word-break: break-all;
}
	container_datenschutz h1{
		
		font-size:0.8rem;
		
	}
	
	container_impressum{
		padding:2rem;
		margin:0px auto;
		hyphens:auto;
		word-break: break-all;
	}
	
	container_impressum h1{
		
		font-size:0.8rem;
		
	}
	
	
}




@media screen and (max-width: 922px){
	
		.meinslider {
		margin:0rem auto;
		padding:1rem;
	
	}
	.meinslider .bilder_slider {
	height:40vh;
	overflow:hidden;
	
}
	
}

@media screen and (max-width: 1200px){
	
		.meinslider {
		margin:0rem auto;
		padding:1rem;
	
	}
	.meinslider .bilder_slider {
	height:50vh;
	overflow:hidden;
	
}
	
}
	

@media screen and (max-width: 670px){
	
		.meinslider {
		margin:0rem auto;
		padding:1rem;
	
	}
	.meinslider .bilder_slider {
	height:30vh;
	overflow:hidden;
	
}
	
}
	