/* CSS Document */
/* Thank you for looking at this code */
/* copyright Karin Bilang, atelier ono */



/* ======================================================== */
/* ============== SCHRIFTART GOOGLE FONTS ================ */
/* ======================================================== */

@import url('https://fonts.googleapis.com/css2?family=Muli:wght@300;700&family=Unica+One&display=swap');


/* ====================================================== */
/* ==================== CSS RESET ======================= */
/* ====================================================== */

* {
	box-sizing:border-box;
	padding:0;
	margin:0;
}

/* ====================================================== */
/* ================ ALLGEMEINE HTML TAGS ================ */
/* ====================================================== */


body {
	background-color:black;
	color:white;
	font-family:'Muli', 'Unica One', sans-serif;
	font-size:1.3rem;
	font-weight:300;
	line-height:1.5;
	width:100vw;
	}

header {
	width:100%;
	}


a {
	color:#90A699;
	}

a:link {
		color:#90A699;
		text-decoration:none;
		transition: color 0.3s ease-in-out;
		}

a:visited {
       	color:#90A699;
		
		}

	
a:hover {
		color:#D2D2D2;
		}

	
a:active {
        color:rgba(36,35,35,1);
        }


h1 {
	font-family:'Unica One';
	font-size:2rem;
    font-weight:100;
    padding-bottom:1rem;
	text-transform:uppercase;
	}

h2 {
	background-color:rgba(144,166,153,1);
	color:white;
	display:inline-block;
	font-size:2rem;
	font-family:'Unica One';
	font-weight:100;
	text-transform:uppercase;
    line-height:1;
    margin-bottom:0.25rem;
	}

/*h3 {
	font-size:8rem;
	/*font-weight:700;
	position:absolute;
	top:2rem;
	left:2rem;
	}*/

h4 {
	font-family:'Unica One';
	font-size:2rem;
    font-weight:100;
   	text-transform:uppercase;
	}

h5 {
	font-family:'Unica One';
	font-size:1rem;
    font-weight:100;
	text-transform:uppercase;
	}


h6 {
	background-color:rgba(144,166,153,1);
	color:white;
	display:inline;
	font-size:1.6rem;
	font-family:'Unica One';
	font-weight:100;
	text-transform:uppercase;
	}


p, ul {
	line-height:2.2rem;
	}



/* ====================================================== */
/* ============== LAYOUT ALLGEMEIN ====================== */
/* ====================================================== */


.back-to-top {
	color:#90A699;
	cursor:pointer;
	font-size:2rem;
	position:fixed;
	bottom:50px;
	right:58px;
	width:50px;
	height:50px;
	}

.back-to-top-text {
	position:fixed;
	bottom:110px;
	right:75px;
	}

.text_vertikal {
	transform: rotate(180deg);
	writing-mode: vertical-lr;
	}

.menu {
	position:fixed;	
	top:5rem;
	left:1.9rem;
	}
	
.text_klein {
	color:#90A699;
	font-size:1rem;
	}

.back {
	border: 1px solid #90A699;
	cursor:pointer;
	display:inline;
	padding:3px 3px 3px 3px;
	margin-top:3rem;
	color:#90A699;
	font-size:1rem;
	}

.scroll {
	position:fixed;
	top:14rem;
	right:5rem;
	}

.mobile-scroll { /* auf desktop ausgeblendet*/
	color:#90A699;
	font-size:1rem;
	transform: rotate(180deg);
	writing-mode: vertical-lr;
	position:absolute;
	top:10rem;
	right:1rem;
	display:none;
}

.strich {   /*PFEIL*/
	height:120px;
	position:fixed;
	top:17rem;
	right:5.2rem;
	}

.flex-zentriert {
	display:flex;
	justify-content: center; /*horizontal*/
	align-items: center; /*vertikal*/
    }

.weiss_ganze_breite {
	background-color:white;
  	height:auto;
	width:100%;
	}

.spacer_weiss {
	height: 100px;
	background-color:white;
	}


/* ====================================================== */
/* ==================== NAVIGATION ====================== */
/* ====================================================== */


.navigation {
	display:block;
	left:0;
	position:fixed;
	top:0;
	height:100vh;
	width:0;
	z-index:100;
	}

.navigation_icon {
	cursor:pointer;
	height:44px;
	width:55px;
	display:block;
	position:fixed;
	left:31px;
	top:40px;
	transition:all 800ms cubic-bezier(.9,0,.33,1);
	z-index:100;
	}

.navigation_icon .topbar {
	background:#90A699;
	display:block;
	height:3px;
	width:55px;
	position:fixed;
	left:31px;
	top:52px;
	transform:rotate(0);
	transition:all 800ms cubic-bezier(.9,0,.33,1);
	z-index:100;
	}

.navigation_icon .middlebar {
	background:#90A699;
	display:block;
	height:3px;
	width:55px;
	position:fixed;
	left:31px;
	top:61px;
	transform:rotate(0);
	transition:all 800ms cubic-bezier(.9,0,.33,1);
	z-index:100;
	}

.navigation_icon .bottombar {
	background:#90A699;
	display:block;
	height:3px;
	width:35px;
	position:fixed;
	left:31px;
	top:70px;
	transform:rotate(0);
	transition:all 800ms cubic-bezier(.9,0,.33,1);
	z-index:100;
	}

.navigation .navigation_ul {
	float:right;
	margin-top:150px;
	opacity:0;
	visibility: hidden;
	transform:rotateY(-90deg)translateX(-300px);
	}

.navigation .navigation_ul li {
	list-style:none;
	text-align:right;
	margin-bottom:2.2rem;
	}

.navigation .navigation_ul a {
	color:black;
	display:inline;
	font-size:1.5rem;
	margin-bottom:15px;
	padding:0.5rem 0rem 0.5rem 0rem;
	text-decoration:none;
	text-transform:uppercase;
	}

.navigation .navigation_ul a:hover {
	background-color:#90A699;
	color:white;
	transition: #90A699 0.3s ease-in-out;
	}

.navigation .navigation_ul li a.aktiv {
	border-bottom:10px solid #90A699;
	}

.navigation .navigation_ul li a.aktiv:hover {
	border-bottom:none;
	}

.navigation-open {
	background:white;
	border-radius:0% 0% 0% 0%;
	display:block;
	height:950px;
	width:300px;
	left:0;
	padding-right:40px;
	position:fixed;
	z-index:5;
	}

.navigation-open .navigation_ul {
	opacity:1;
	visibility: visible;
	}

.navigation-open .navigation_icon {
	left:210px;
	top:46px;
	}

.navigation-open .topbar {
	left:210px;
	top:70px;
	transform:rotate(45deg);
	}

.navigation-open .middlebar {
	opacity:0;
	left:210px;
	top:70px;
	transform:translateX(30px);
	width:0;
	visibility: hidden;
	}

.navigation-open .bottombar {
	left:210px;
	top:70px;
	transform:rotate(-45deg);
	width:55px;
	}

.navigation-open .navigation_ul {
	transform:rotateY(0) translateX(0);
	}


/* ====================================================== */
/* ===================== HERO STARTSEITE ================ */
/* ====================================================== */

#hero {
	height:100vh;
	width:auto;
	background-color:black;
	}

.hero_wrapper {
	height:auto;
	width:100%;
	position:absolute;
	top:0;
	}

.hero_text {
	font-size:12rem;
	margin-left:25rem;
	}

.hero_text.zwei {
	font-weight:700;
	}

.logo {
	position:absolute;
	right:40px;
	top:40px;
	height:auto;
	width:100px;
	}


/* ====================================================== */
/* =============== ÜBER MICH STARTSEITE ================= */
/* ====================================================== */



.container {
	background-color:white;
	display:flex;
	justify-content: center;
	align-items: center;
	height:1000px;
	}

.ono {
	background-image: url("../medien/ono.svg");
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	}

.rechts {
	height:auto;
	width:600px;
	margin-left:10rem;
	}

.karin {
	height:450px;
	z-index:1;
	}

.text {
	text-align:end;
	}

.color-change {
	color:black;
    /*font-weight:300;*/
	}

.color-change-green {
	color:#90A699;
	}


.anim {
    opacity: 0;
	}


@keyframes anim1 {
    from {
      transform: translateY(-100px);
      opacity: 0;
    }
    to  {
      transform: translateY(0);
      opacity: 1;
    }
  }


/* ====================================================== */
/* ============ PORTFOLIO PREVIEW STARTSEITE ============ */
/* ====================================================== */


/* GROSSER TEXT */

#intro {
	display:flex;
	align-items: center;
	justify-content: center;
	padding-bottom:2rem;
	padding-top:20rem;
	width:100%;
		}

.intro_folgeseite {
	display:flex;
	align-items: center;
	justify-content: center;
	background-color:black;
	padding-bottom:2rem;
	padding-top:11rem;
	width:100%;
	height:500px;
	z-index:0;
  	}


.line {
 	width: 100vw;
	 }	

.left, .right {
	  width: 50vw;
	  overflow: hidden;
	  display: inline-block;
	  }

.left {
	  color:#90A699;
	  transform: skew(0deg, -15deg);
	  }

.right {
	  color: white;
	  transform: skew(0deg, 15deg);
	  }

.left .content {
	  width: 100vw;
	  text-align: center;
		  }

.right .content {
	  width: 100vw;
	  text-align: center;
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
    	-ms-transform: translate(-50%);
    	-o-transform: translate(-50%);
    	transform: translate( -50%);
		}

.text_format {
	  display: inline-block;
	  font-size: 12rem;
	  font-weight:700;
	  line-height: .8;
	  text-transform:uppercase;
	  transition: ease-out .6s;
	  }


/* PORTFOLIO */

.portfolio {
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	height:auto;
	margin:0 auto;
	position:relative;
	max-width:1300px;
	
	}

.preview {
	padding-top:5rem;
	padding-bottom:20rem;
	max-width:900px;
	}

.portfolio-box {
	position:relative;
   	height:400px;
	width:400px;
	object-fit: cover;
	overflow:hidden;
    }

.portfolio-box .img-box {
	position:relative;
	/*height:400px;
	width:400px;*/
	/*object-fit: cover;
	overflow:hidden;*/
	}

.portfolio-box .img-box img {
	height:400px;
	/*object-fit: cover;
	overflow:hidden;*/
	transition:transform 1s;
	}

.detailbild {
	height:400px;
	width:400px;
	object-fit: cover;
	overflow:hidden;
	}

.portfolio-box:hover .img-box img {
	opacity:0.4;
	border-radius:50%;
	transform:scale(.9);
	}

.portfolio-box .details {
	left:1rem;
	opacity: 0;
	position:absolute;
	top:1rem;
	}

.portfolio-box:hover .details {
	opacity: 1;
	}


.scribble {
	font-size:1rem;
	position:absolute;
	width:100px;
	height:100px;
	left: 50%;
  	margin-left: -50px;
	bottom:10rem;
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center;
	}

.scribble p {
	z-index:1;
	}

.scribble a {
	color:#90A699;
	z-index:1;
	}

.scribble span:nth-child(1) {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
	border:1px solid #90A699;
	border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
	transition:0.5s;
	animation: animate 6s linear infinite;
	}

.scribble:hover span:nth-child(1) {
	background:white;
	border:none;
	}

.scribble span:nth-child(2) {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
	border:1px solid #90A699;
	border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
	transition:0.5s;
	animation: animate2 4s linear infinite;
	}

.scribble:hover span:nth-child(2) {
	background:white;
	border:none;
}

.scribble span:nth-child(3) {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
	border:1px solid #90A699;
	border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
	transition:0.5s;
	animation: animate 10s linear infinite;
	}

.scribble:hover span:nth-child(3) {
	background:white;
	border:none;
}

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

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


/* ====================================================== */
/* ============= PORTFOLIO FOLGESEITEN ================== */
/* ====================================================== */  


/*SECTION PORTFOLIO WURDE OBEN IM PORTFOLIO PREVIEW DEFINIERT*/

#filterliste {
	display:flex;
	justify-content: flex-end;
	font-size:1rem;
	margin:3rem 0rem;
   	}

#filterliste a {
	border:1px solid #90A699;
	color:#90A699;
    cursor:pointer;
	margin-left: 0.2rem;
	padding:3px 10px 3px 10px;
	}

.portfolio.folgeseiten {
	background-color:white;
	}

.einleitung {
	background-color:white;
	color:black;
	height:auto;
	max-width:1300px;
	margin:0 auto;
	padding:5rem 0rem 0rem 0rem;
	}

.none {
	display:none;
	}

/*.section_einzelansicht {
    border:1px solid pink;
}*/


/* ==================================================================== */
/* ============= PORTFOLIO FOLGESEITEN EINZELANSICHT ================== */
/* ==================================================================== */  


.projektbeschrieb {
	color:black;
	max-width:1300px;
	margin:0 auto;
	padding:7rem 3rem 2rem 3rem;
	}

.bilder_einzelansicht {
	background-color:white;
	color:black;
	height:auto;
	width:1300px;
	margin:0 auto;
	margin-top:2rem;
	}

.behaelter_einzelansicht {
    display:flex;
    justify-content:space-between;
    margin:0.2rem 0.2rem;
	height:400px;
	width:400px;
	object-fit: cover;
	overflow:hidden;
	
	}

/*.behaelter_einzelansicht img {
	height:400px;
	}*/


.beschrieb_einzelansicht {
    font-family:'Muli';
	font-size:1.3rem;
	font-weight:300;
    text-transform:none;
	line-height:1.5;
    }



/* ====================================================== */
/* ====================== LEISTUNGEN ==================== */
/* ====================================================== */  


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

.leistungen_icon  {
	width:100px;
	height:100px;
	}

.leistungen_icon img {
	width:100px;
	}

.leistungen {
	max-width:85%;
	}

/* ====================================================== */
/* ======================= KONTAKT ====================== */
/* ====================================================== */  


.kontakt-container { 
	margin:0 auto;
	height:auto;
	max-width:800px;
	padding-bottom:3rem;
	}

.kontakt-container h4 {
	margin: 5rem 0rem;
	}

.kontakt-container .row100 {
	position:relative;
	display:grid;
	grid-template-columns: 1fr 1fr;
	}

.kontakt-container .row100 .full {
	width:100%;
	grid-column: 1 / 3;
	}

.kontakt-container .row100 .col {
	position:relative;
	width:100%;
	padding:0 10px;
	margin:30px 0 10px;
	transition:0.5s;
	}

.kontakt-container .row100 .inputBox {
	position:relative;
	width:100%;
	height:40px;
	}

.kontakt-container .row100 .inputBox input,
.kontakt-container .row100 .inputBox.textarea textarea {
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	box-shadow:none;
	border:none;
	font-family:'Muli';
	font-size:1.3rem;
	outline:none;
	padding:0 10px;
	color:#fff;
	z-index:1;
	}

.kontakt-container .row100 .inputBox .textfeld {
	position:absolute;
	top:0;
	left:0;
	line-height:40px;
	padding:0 10px;
	display:block;
	transition:0.5s;
	pointer-evets:none;
	}

.kontakt-container .row100 .inputBox input:focus + .textfeld,
.kontakt-container .row100 .inputBox input:valid + .textfeld {
	top:-35px;
	left:-10px;
	}

.kontakt-container .row100 .inputBox .line {
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
	height:2px;
	background:#90A699;
	transition:0.5s;
	border-radius:2px;
	pointer-events:none;
	}

.kontakt-container .row100 .inputBox input:focus ~ .line,
.kontakt-container .row100 .inputBox input:valid ~ .line {
	height:100%;
	}

.kontakt-container .row100 .inputBox.textarea {
	position:relative;
	width:100%;
	height:100px;
	padding:0px;
	}

.kontakt-container .row100 .inputBox.textarea textarea
	{
	overflow:auto;
	resize:none;
	}


.kontakt-container .row100 .inputBox textarea:focus + .textfeld,
.kontakt-container .row100 .inputBox textarea:valid + .textfeld {
	top:-35px;
	left:-10px;
	}

.kontakt-container .row100 .inputBox textarea:focus ~ .line,
.kontakt-container .row100 .inputBox textarea:valid ~ .line {
	height:100%;
	overflow:hidden;
	}

.button {
 	background:#90A699;
	border-radius:2px;
	border:none;
	cursor:pointer;
	color:#fff;
	font-family:'Muli';
	margin:2rem 0rem;
	outline:none;
	padding:10px 35px;
	}

/* ====================================================== */
/* ===================== FOOTER ========================= */
/* ====================================================== */  



footer {
		background-color:white;
		height:400px;
		width:100%;
		display:flex;
		justify-content: center;
		align-items: center;
		color:black;
		text-align:center;
		} 

footer .abstand {
	margin:2rem 0rem;
	}


/*footer section div.logo_footer {
		height:auto;
		width:60%;
		margin:0 auto;
		}*/
         
/*footer section div.logo_footer img {
		height:100px;
		}*/

footer section div.copyright {
		font-size:1rem;
		}

.social {
	width:50px;
	height:50px;
	font-size:1.5rem;
	margin:0.5rem;
	padding:0.5rem;
	border:1px solid #90A699;
}




/* ========================================================================= */
/* ========================================================================= */
/* ========================================================================= */
/* ============================= MEDIA QUERIES ============================= */
/* ========================================================================= */
/* ========================================================================= */
/* ========================================================================= */
  

/* ============================================== */ 
/* ============ DESKTOP AND LAPTOP ============== */  
/* ============================================== */ 
	

@media screen and (min-width:1224px) and (max-width:1400px){	

	
body {
		
		}		
		
/* ============== LAYOUT ALLGEMEIN ====================== */


/* =========== HERO STARTSEITE ========= */


	#hero {
	height:900px;
	}	

.hero_wrapper {
	top:6rem;
	
	}		
		
	
.hero_text {
	font-size:10rem;
	margin-left:1rem;
	}

	
/* =============== ÜBER MICH STARTSEITE ================= */


.rechts {
	width:450px;
	margin-left:5rem;
	}


	
/* ============ PORTFOLIO PREVIEW STARTSEITE ============ */


/* GROSSER TEXT */

.text_format {
	  font-size: 8rem;
	  }


	
/* PORTFOLIO */


.preview {
	padding-top:5rem;
	padding-bottom:20rem;
	max-width:900px;
	}

.portfolio-box {
   	height:300px;
	width:300px;
    }

.portfolio-box .img-box img {
	height:300px;
	}

.detailbild {
	height:300px;
	width:300px;
	}



/* ============= PORTFOLIO FOLGESEITEN EINZELANSICHT ================== */
	
.einleitung {
	padding:3rem 0.5rem 0rem 0.5rem;
	}
	
.bilder_einzelansicht {
	width:1000px;
	}

.behaelter_einzelansicht {
	height:300px;
	width:300px;
	}

.spacer_weiss {
		display:none;
	}

		
		
} /* ENDE DESKTOP AND SCREEN */




/* ============================================== */ 
/* ==================== TABLET ================== */  
/* ============================================== */ 

@media screen and (min-width:912px) and (max-width:1224px) {

body {		
		line-height:1.2;
		}
	
	
h1 {
		font-size:2rem;
		}		

h2 {
		font-size:1.3rem;
		}	
		
h4 {
		font-size:2rem;	
	}
		
	
		
h6 {
		font-size:1.1rem;
		}			
	
/* =========== HERO STARTSEITE ========= */

#hero {
	height:750px;
	}	
	
.hero_wrapper {
	top:6rem;
	}		
		
	
.hero_text {
	font-size:10rem;
	margin-left:1rem;
	}
	
	
.scroll, .text_klein, .strich {
	display:none;
		}	


.mobile-scroll {  /*scroll nur für mobile seite */
	color:#90A699;
	font-size:1rem;
	transform: rotate(180deg);
	writing-mode: vertical-lr;
	position:absolute;
	bottom:2rem;
	right:3rem;
	display:block;
}	
	
	
/* =========== LAYOUT ALLGEMEIN ========= */		

.back-to-top {
	right:2rem;

	}

.back-to-top-text {
	right:3.1rem;
	}		
			
	
/* =============== ÜBER MICH STARTSEITE ================= */

.rechts {
	width:400px;
	margin-left:2rem;
	}

.karin {
	height:400px;
	}

.ono {
	background-image: url("");
	}	
	
/* ============ PORTFOLIO PREVIEW STARTSEITE ============ */

	
/* GROSSER TEXT */


#intro {
	padding-bottom:3rem;
	padding-top:6rem;
		}

.intro_folgeseite {
	padding-top:9rem;
	padding-bottom:5rem;
	height:450px;
  	}

.left {
	  transform: skew(0deg, 0deg); /* KEINE VERBIEGUNG MEHR FUNKTIONIERT AUF IOS NICHT */
	  }

.right {
	  transform: skew(0deg, 0deg); /* KEINE VERBIEGUNG MEHR FUNKTIONIERT AUF IOS NICHT */
	  }


.text_format {
	  font-size: 7rem;
	  }
	
	
	
/* PORTFOLIO */


.preview {
	padding-top:1rem;
	padding-bottom:18rem;
	max-width:900px;
	}

.portfolio-box {
   	height:250px;
	width:250px;
    }
	
.portfolio-box .img-box img {
	height:250px;
	opacity:1;
	}
		
.portfolio-box:hover .img-box img {
	opacity:1;
	border-radius:0%;
	transform:none;
	}

.portfolio-box .details {
	opacity: 1;
	}

.portfolio-box:hover .details {
	opacity: 1;
	}				
	
.detailbild {
	height:250px;
	width:250px;
	}



/* ============= PORTFOLIO FOLGESEITEN EINZELANSICHT ================== */
	
.einleitung {
	padding:3rem 0.5rem 0rem 0.5rem;
	}
	
.bilder_einzelansicht {
	width:800px;
	}

.behaelter_einzelansicht {
	height:250px;
	width:250px;
	}

.spacer_weiss {
		display:none;
	}
		
	
	
} /* ENDE TABLET */


/* ============================================== */ 
/* ================ 768 - 912 PX ================ */  
/* ============================================== */ 

	@media screen and (min-width:768px) and (max-width:912px) {


body {		
		line-height:1.2;
		}
	
		
h1 {
		font-size:2rem;
		}		

h2 {
		font-size:1.3rem;
		}	
		
h4 {
		font-size:2rem;	
	}
		
	
		
h6 {
		font-size:1.1rem;
		}		
		
/* =========== HERO STARTSEITE ========= */

#hero {
	height:750px;
	}			
		
.hero_wrapper {
	top:6rem;
	}		
		
	
.hero_text {
	font-size:10rem;
	margin-left:1rem;
	}
	
	
.scroll, .text_klein, .strich {
	display:none;
		}	


.mobile-scroll {  /*scroll nur für mobile seite */
	color:#90A699;
	font-size:1rem;
	transform: rotate(180deg);
	writing-mode: vertical-lr;
	position:absolute;
	top:40rem;
	right:3rem;
	display:block;
}	
	
	
/* =========== LAYOUT ALLGEMEIN ========= */		

.back-to-top {
	right:2rem;

	}

.back-to-top-text {
	right:3.1rem;
	}		
			
	
/* =============== ÜBER MICH STARTSEITE ================= */

		
.container {
	height:500px;
	}		
		
.rechts {
	width:400px;
	margin-left:2rem;
	}

.karin {
	height:300px;
	}

.ono {
	background-image: url("");
	}		
	
/* ============ PORTFOLIO PREVIEW STARTSEITE ============ */

/* GROSSER TEXT */

#intro {
	padding-bottom:3rem;
	padding-top:6rem;
		}		
		
.intro_folgeseite {
	height:400px;
  	}

.left {
	  transform: skew(0deg, 0deg); /* KEINE VERBIEGUNG MEHR FUNKTIONIERT AUF IOS NICHT */
	  }

.right {
	  transform: skew(0deg, 0deg); /* KEINE VERBIEGUNG MEHR FUNKTIONIERT AUF IOS NICHT */
	  }

.text_format {
	  font-size: 6rem;
	  }
			
		
	
/* PORTFOLIO */

		
.preview {
	padding-top:1rem;
	padding-bottom:18rem;
	max-width:900px;
		}

.portfolio-box {
   	height:250px;
	width:250px;
    }

.portfolio-box .img-box img {
	height:250px;
	opacity:1;
	}
		
.portfolio-box:hover .img-box img {
	opacity:1;
	border-radius:0%;
	transform:none;
	}

.portfolio-box .details {
	opacity: 1;
	}

.portfolio-box:hover .details {
	opacity: 1;
	}			

.detailbild {
	height:250px;
	width:250px;
	}



/* ============= PORTFOLIO FOLGESEITEN EINZELANSICHT ================== */
	
.einleitung {
	padding:3rem 0.5rem 0rem 0.5rem;
	}
	
.bilder_einzelansicht {
	width:600px;
	}

.behaelter_einzelansicht {
	height:250px;
	width:250px;
	}

.spacer_weiss {
		display:none;
	}
				
		
		
		
		

		
} /* ENDE 768 - 912 PX */

/* ========================================= */ 
/* ============= IPAD/TABLETS ============== */  
/* ========================================= */ 

@media screen and (min-width:481px) and (max-width:768px) {

				
body {		
		line-height:1.2;
			}

		
h1 {
		font-size:2rem;
		}		

h2 {
		font-size:1.3rem;
		}	
		
h4 {
		font-size:2rem;	
	}
		
	
		
h6 {
		font-size:1.1rem;
		}

		
/* =========== HERO STARTSEITE ========= */

#hero {
	height:600px;
	}		

.hero_wrapper {
	top:8rem;
	}		
		
	
.hero_text {
	font-size:6rem;
	margin-left:1rem;
	}

.logo {
	right:3vh;
	width:70px;
	}

.scroll, .text_klein, .strich {
	display:none;
		}
	
		
/* =========== LAYOUT ALLGEMEIN ========= */		

.back-to-top {
	right:1rem;

	}

.back-to-top-text {
	right:2.1rem;
	}		
		
	
/* =========== ÜBER MICH STARTSEITE ========= */		
		

.container {
	height:auto;
	flex-direction:column;
	}

.ono {
	background-image: url("");
	}

.rechts {
	height:auto;
	width:90vw;
	margin-left:0;
	padding:0.5rem 0.5rem 2rem 0.5rem;
	text-align:left;
	color:black;
	}

.karin {
	height:300px;
	padding-top:2rem;
	padding-bottom:1rem;
	margin:0 auto;
	}

.text {
	text-align:start;
	}

		
.mobile-scroll {  /*scroll nur für mobile seite */
	top:30rem;
	right:2rem;
	display:block;
}		


.anim {
    opacity: 1;
	}


@keyframes anim1 {
    from {
      transform: translateY(0);
      opacity: 1;
    }
    to  {
      transform: translateY(0);
      opacity: 1;
    }
  }
		

/* ============ PORTFOLIO PREVIEW STARTSEITE ============ */



/* GROSSER TEXT */



#intro {
	padding-bottom:3rem;
	padding-top:6rem;
		}

.intro_folgeseite {
	padding-top:9rem;
	padding-bottom:5rem;
	height:250px;
  	}

.left {
	  transform: skew(0deg, 0deg); /* KEINE VERBIEGUNG MEHR FUNKTIONIERT AUF IOS NICHT */
	  }

.right {
	  transform: skew(0deg, 0deg); /* KEINE VERBIEGUNG MEHR FUNKTIONIERT AUF IOS NICHT */
	  }

.text_format {
	  font-size: 5rem;
	  }
	

/* PORTFOLIO */

.portfolio {
	width:100vw;
	}

.preview {
	padding-top:0rem;
	padding-bottom:14rem;
	width:100vw;
	}

.portfolio-box {
	height:300px;
	width:300px;
	margin:1rem 0rem;
	}

.portfolio-box .img-box img {
	height:300px;
	opacity:1;
	}
	
		
.portfolio-box:hover .img-box img {
	opacity:1;
	border-radius:0%;
	transform:none;
	}

.portfolio-box .details {
	opacity: 1;
	}

.portfolio-box:hover .details {
	opacity: 1;
	}	

.detailbild {
	height:300px;
	width:300px;
	object-fit: cover;
	overflow:hidden;
	}


.scribble {
	bottom:5rem;
	}


/* ============= PORTFOLIO FOLGESEITEN ================== */


/*SECTION PORTFOLIO WURDE OBEN IM PORTFOLIO PREVIEW DEFINIERT*/

#filterliste {
	justify-content:center;
	flex-wrap:wrap;
	margin:1rem 0rem;
	padding:1rem 0rem;
	}

#filterliste a {
	margin:0.5rem;
	}

.portfolio.folgeseiten {
	background-color:white;
	}

.einleitung {
	padding:3rem 0.5rem 0rem 0.5rem;
	}

.none {
	display:none;
	}


/* ============= PORTFOLIO FOLGESEITEN EINZELANSICHT ================== */


.projektbeschrieb {
	color:black;
	max-width:1300px;
	margin:0 auto;
	padding:3rem 0.5rem 0.5rem 0.5rem;
	}

.bilder_einzelansicht {
	background-color:white;
	color:black;
	height:auto;
	width:100%;
	margin:0 auto;
	margin-top:2rem;
	}

.behaelter_einzelansicht {
   	height:300px;
	width:300px;
	}
		
.behaelter_einzelansicht img {
	height:300px;
	}

.spacer_weiss {
	display:none;
	}

		
/* ====================== LEISTUNGEN ==================== */


.leistungen {
	max-width:100%;
	}		
		
	
		
/* ======================= KONTAKT ====================== */


.kontakt-container h4 {
	margin: 1rem 0.5rem;
	}
		
		
/* ===================== FOOTER ========================= */


footer {
		background-color:white;
		height:400px;
		width:100vw;
		display:flex;
		justify-content: center;
		align-items: center;
		color:black;
		text-align:center;
		} 

footer .abstand {
	margin:2rem 0rem;
	
	
	}


/*footer section div.logo_footer {
		height:auto;
		width:60%;
		margin:0 auto;
		}*/
         
/*footer section div.logo_footer img {
		height:100px;
		}*/


.social {
	width:50px;
	height:50px;
	font-size:1.5rem;
	margin:0.5rem;
	padding:0.5rem;
	border:1px solid #90A699;
}
		
	
	

	
		
		

		
		
}	/* Ende Media Queries IPAD/TABLETS





/* ============= SMARTPHONE ============== */  


	/* 320 - 480px */
@media screen and (min-width:200px) and (max-width:480px) {
		
body {		
		font-size:1.1rem;
		line-height:1.2;
			}

		
h1 {
		font-size:1.3rem;
		}		

h2 {
		font-size:1.3rem;
		}	
		
h4 {
		font-size:1.3rem;
	}
		
		
		
h6 {
		font-size:1.1rem;
		}
		
/* =========== HERO STARTSEITE ========= */

		

#hero {
	background-color:black;
	z-index:0;
	height:500px;
	
	}

.hero_wrapper {
	top:7rem;
	}		
		
	
.hero_text {
	font-size:4rem;
	margin-left:1rem;
	margin-top:1.5rem;
	}

.logo {
	right:3vh;
	width:70px;
	}

.scroll, .text_klein, .strich {
	display:none;
		}	

		
/* =========== LAYOUT ALLGEMEIN ========= */		

.back-to-top {
	right:0rem;

	}

.back-to-top-text {
	right:1rem;
	}		
		
	
/* =========== ÜBER MICH STARTSEITE ========= */		
		

.container {
	height:auto;
	flex-direction:column;
	}

.ono {
	background-image: url("");
	}

.rechts {
	height:auto;
	width:90vw;
	margin-left:0;
	padding:0.5rem 0.5rem 2rem 0.5rem;
	text-align:left;
	color:black;
	}

.karin {
	height:300px;
	padding-top:2rem;
	padding-bottom:1rem;
	margin:0 auto;
	}

.text {
	text-align:start;
	}

		
.mobile-scroll {  /*scroll nur für mobile seite */
	color:#90A699;
	font-size:1rem;
	transform: rotate(180deg);
	writing-mode: vertical-lr;
	position:absolute;
	top:25rem;
	right:3vh;
	display:block;
}		

.anim {
    opacity: 1;
	}


@keyframes anim1 {
    from {
      transform: translateY(0);
      opacity: 1;
    }
    to  {
      transform: translateY(0);
      opacity: 1;
    }
  }		
		
		

/* ============ PORTFOLIO PREVIEW STARTSEITE ============ */


/* GROSSER TEXT */



#intro {
	padding-bottom:3rem;
	padding-top:5rem;
		}

.intro_folgeseite {
	padding-top:9rem;
	padding-bottom:5rem;
	height:250px;
  	}

.left {
	  transform: skew(0deg, 0deg); /* KEINE VERBIEGUNG MEHR FUNKTIONIERT AUF IOS NICHT */
	  }

.right {
	  transform: skew(0deg, 0deg); /* KEINE VERBIEGUNG MEHR FUNKTIONIERT AUF IOS NICHT */
	  }

.text_format {
	  font-size: 3.5rem;
	  }	
	
.kleiner {
	font-size:2.5rem!important;	
	}
		
		
/* PORTFOLIO */

.portfolio {
	width:100vw;
	}

.preview {
	padding-top:0rem;
	padding-bottom:14rem;
	width:100vw;
	}

.portfolio-box {
	height:300px;
	width:300px;
	margin:1rem 0rem;
	}

.portfolio-box .img-box img {
	height:300px;
	opacity:1;
	}
		
.portfolio-box:hover .img-box img {
	opacity:1;
	border-radius:0%;
	transform:none;
	}

.portfolio-box .details {
	opacity: 1;
	}

.portfolio-box:hover .details {
	opacity: 1;
	}	

.detailbild {
	height:300px;
	width:300px;
	object-fit: cover;
	overflow:hidden;
	}

.scribble {
	bottom:5rem;
	}


/* ============= PORTFOLIO FOLGESEITEN ================== */


/*SECTION PORTFOLIO WURDE OBEN IM PORTFOLIO PREVIEW DEFINIERT*/

#filterliste {
	justify-content:center;
	flex-wrap:wrap;
	margin:1rem 0rem;
	padding:1rem 0rem;
	}

#filterliste a {
	margin:0.5rem;
	}

.portfolio.folgeseiten {
	background-color:white;
	}

.einleitung {
	padding:2rem 0.5rem 0rem 0.5rem;
	}

.none {
	display:none;
	}


/* ============= PORTFOLIO FOLGESEITEN EINZELANSICHT ================== */


.projektbeschrieb {
	color:black;
	max-width:1300px;
	margin:0 auto;
	padding:3rem 0.5rem;
	}

.bilder_einzelansicht {
	background-color:white;
	color:black;
	height:auto;
	width:100%;
	margin:0 auto;
	margin-top:2rem;
	}

.behaelter_einzelansicht {
   	height:300px;
	width:300px;
	}
		
.behaelter_einzelansicht img {
	height:300px;
	}

.spacer_weiss {
	display:none;
	}

		
/* ====================== LEISTUNGEN ==================== */


.leistungen {
	max-width:100%;
	}		
		
	
		
/* ======================= KONTAKT ====================== */


.kontakt-container h4 {
	margin: 1rem 0.5rem;
	}
		
		
/* ===================== FOOTER ========================= */


footer {
		background-color:white;
		height:400px;
		width:100vw;
		display:flex;
		justify-content: center;
		align-items: center;
		color:black;
		text-align:center;
		} 

footer .abstand {
	margin:2rem 0rem;
	
	
	}


/*footer section div.logo_footer {
		height:auto;
		width:60%;
		margin:0 auto;
		}*/
         
/*footer section div.logo_footer img {
		height:100px;
		}*/


.social {
	width:50px;
	height:50px;
	font-size:1.5rem;
	margin:0.5rem;
	padding:0.5rem;
	border:1px solid #90A699;
}

		

}		/* Ende Media Queries Smartphone

	









