/* ----------------------- --------------------- ----------------------- --------------------- */
/* Intro Scroll and Bio */

#intro {
	width: 99vw;
	height: auto;
	background-image: url(../content/paper_bg.jpg);
	background-color: #F8F8F8;
	padding: 0.5vw 0.5vw 0 0.5vw;
	/* z-index:-1; */
}

#logo-bg-wrap {
	height: 99vw;
	max-height: 99vh;
	position: sticky;
	top: 0.5vw;
	z-index: 1;
	mix-blend-mode: difference;
	pointer-events: none;
}

#logo-bg {
	margin: 0;
	width: 99vw;
	height: 99vw;
	background-color: white;
	border-radius: var(--v-rad);
}

#big-logo {
	margin: -99vw auto 0 0;
	background-image: url(../content/logo_dark.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 99vw;
	width: 99vw;
}

#scrolldown {
	height: 10vw;
	display: block;
	margin: 12vw auto;
	position: relative;
	z-index: 2;
}

.bio {
	width: 89vw;
	height: 60vw;
	padding: 20vw 5vw 20vw 5vw;
	font-family: var(--f-head);
	font-weight: 100;
	color: black;
	word-break: break-all;
	display: block;
}

.bio span {
	font-family: var(--f-body);
	color: var(--c-mainIn);
	font-weight: 700;
}

.portrait {
	width: 99vw;
	height: 99vw;
	background-size: cover;
	background-position: top left;
	border-radius: var(--v-rad);
	margin-top: 10vw;
}

#bio-1 {
	font-size: 12vw;
}

#thatsme-1 {
	background-image: url(../content/portrait-1.jpg);
}

#bio-2 {
	font-size: 12vw;
}

#thatsme-2 {
	background-image: url(../content/portrait-anim.jpg);
}

#bio-3 {
	display: block;
	position: sticky;
	z-index: 0;
	top: 0;
	height: 100vh;
	padding: 10vw 5vw 0 5vw;
	background-image: url(../content/paper_bg.jpg);
}

#bio-3 h2 {
	font-size: 13.5vw;
	font-weight: 700;
	line-height: 0.8;
}

#bio-3 a {
	text-align: center;
	margin: 0 auto;
}

/* ----------------------- --------------------- ----------------------- --------------------- */
/* Projects overview*/

#projekte {
	background-color: var(--c-main);
	position: relative;
	z-index: 1;
}

#p-head {
	color: var(--c-ut-dark);
	height: calc(30vh - 1vw);
	padding: 10vw 5vw 0 5vw;

}

#projekte h2 {
	font-size: 13.5vw;
	font-weight: 700;
	line-height: 0.8;
}

.big-row {
	display: grid;
	width: 99vw;
	columns: 1 auto;
	height: auto;
	padding: 0.5vw;
}

.big-col {
	height: 70vh;
	margin-bottom: 0.5vw;
	width: 89vw;

	padding: 0vw 5vw 0 5vw;
	border-radius: var(--v-rad);
	color: var(--c-main);

	background-color: var(--c-ut-dark);

	overflow: hidden;
	display: block;

	transition-delay: .1s;
	-webkit-transition: box-shadow .4s ease-out;
	-ms-transition: box-shadow .4s ease-out;
	transition: box-shadow .4s ease-out;
}

.big-col p {
	opacity: 0.3;
	transition-delay: .1s;
	-webkit-transition: opacity .4s ease-out;
	-ms-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.sichtbar p,
.sichtbar p,
.sichtbar p,
.sichtbar p {
	opacity: 1;
}

.big-row a {
	margin: 0;
	/*height: inherit;*/
	width: inherit;
}

.col-img {
	position: absolute;
	left: 0.5vw;
	height: 70vh;
	width: 99vw;
	border-radius: var(--v-rad);

	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;

	opacity: 0.9;
	transition-delay: .1s;
	-webkit-transition: opacity .4s ease-out;
	-ms-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.sichtbar .col-img {
	opacity: 0.1;
}

#mas1 {
	background-image: url(../content/freizeit.jpg);
}

#mas2 {
	background-image: url(../content/freizeit.jpg);
}

#mas3 {
	background-image: url(../content/freizeit.jpg);
}

#mas4 {
	background-image: url(../content/freizeit.jpg);
}

.sichtbar.big-col {
	-moz-box-shadow: inset 0 0 10px rgba(40, 140, 245, 0.5);
	-webkit-box-shadow: inset 0 0 10px rgba(40, 140, 245, 0.5);
	box-shadow: inset 0 0 10px rgba(40, 140, 245, 0.5);
}


#mas5 {
	height: calc(30vh - 1vw);
	padding: 10vw 5vw 10vw 5vw;
	border-radius: var(--v-rad);
	text-align: right;
}


.section-break {
	color: white;
	height: 0;
}

/* ----------------------- --------------------- ----------------------- --------------------- */
/* Contact and Footer */

footer {
	height: 100vh;
	background-image: url(../content/paper_bg.jpg);
}

#contact-wrap {
	height: calc(100vh - 30vw);
	width: 88vw;

	padding: 10vw 5vw 0 5vw;
}

#contact-wrap h2 {
	font-size: 13.5vw;
	font-weight: 700;
	line-height: 0.8;
}

#contact-wrap p {
	line-height: 1.2;
}

#dont:hover {
	cursor: pointer;
}

#imp-wrap {
	padding: 0 5vw 0 5vw;
}

#imp-wrap p {
	text-align: right;
	color: var(--c-ut-dark);
	font-size: small;
}

#hint {
	display: none;
}




/* ----------------------- --------------------- ----------------------- --------------------- */
/* ----------------------- --------------------- ----------------------- --------------------- */
/* Desktop Version Screen Width 1000px */
/* ----------------------- --------------------- ----------------------- --------------------- */
/* ----------------------- --------------------- ----------------------- --------------------- */

/* 
@media screen and (min-width: 1000px) { 
    #intro{
    display:flex;
    flex-flow: row wrap;
}
#logo-bg{
    max-width:400px;
    max-height:400px;
}
#big-logo{
    margin: 0 auto 0 -400px;
width:400px;
height:400px;    

}
.bio{
    height:80vh;  
    width:calc(87vw - 400px);
    padding:20vh 5.5vw 0 5.5vw;
}
#bio-1{
    font-size: calc(11.9vw - 57px);
}
#bio-2{
    font-size: calc(11.9vw - 57px);
}
.portrait{
    max-width: 400px;
    max-height: 400px;
    border-radius:var(--v-rad);
    margin-top:0;

}

.big-row{
        display:flex;
        columns:5 auto;
        column-gap: 0.5vw;
        padding-top: 0;}
.big-col{
        width: 18.4vw;
        height:90vh;
        border-radius:var(--v-rad);}    
.big-col h3{ 
    margin: 3vw 0 0 0;
    line-height:3.5vw;
    font-size:12vw;
}
.big-col p{
    opacity:0.3;
    font-size: calc(1vw + 1vh);
    line-height: 1; }
.big-col:hover p{opacity:1;}

#mas1:hover, #mas2:hover, #mas3:hover, #mas4:hover {
    background-image:url(../content/transparent.png);
 
    
    -moz-box-shadow: inset 0 0 15px rgba(40,140,245,1), 0px 10px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 15px rgba(40,140,245,1), 0px 10px 15px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 15px rgba(40,140,245,1), 0px 10px 15px rgba(0, 0, 0, 0.1);}   



.big-col-no{
    width: calc(100% - 1vw);
    background: no-repeat  50% 25vh/8vh url(../content/pfeil_down.svg)  ;
    padding: 75vh 0 0 0;
    font-weight:400;}

.big-col-no a:hover{
    border-bottom: 2px solid black;    
    }
#bottom{
    height:10vh;
}
#bottom a:hover{
    border-top: 2px solid var(--c-ut-dark);
    background-color: rgba(0,0,0,0.1);}


}

*/







@media screen and (min-width: 1000px) {

	/* ----------------------- --------------------- ----------------------- --------------------- */
	/* Intro Scroll and Bio */

	#intro {
		width: 990px;
		padding: 5px 5px 0 5px;
	}

	#logo-bg-wrap {
		height: 990px;
		max-height: 99vh;
		top: 5px;
	}

	#logo-bg {
		width: 990px;
		height: 990px;
	}

	#big-logo {
		margin: -990px auto 0 0;
		height: 990px;
		width: 990px;
	}

	#scrolldown {
		height: 100px;
		padding: 20px 60px;
		margin: 120px auto;
	}

	.bio {
		width: 890px;
		height: 600px;
		padding: 200px 50px 200px 50px;
	}

	.portrait {
		width: 990px;
		height: 990px;
		margin-top: 100px;
	}

	#bio-1 {
		font-size: 120px;
	}

	#bio-2 {
		font-size: 120px;
	}

	#bio-3 {
		height: 100vh;
		padding: 100px 50px 0 50px;
	}

	#bio-3 h2 {
		font-size: 135px;
	}

	/* ----------------------- --------------------- ----------------------- --------------------- */
	/* Projects overview*/

	#p-head {
		height: calc(30vh - 10px);
		padding: 100px 50px 0 50px;

	}

	#projekte h2 {
		font-size: 135px;
	}

	.big-row {
		width: 990px;
		padding: 5px;
	}

	.big-row a {
		margin: 0;
		height: inherit;
		width: inherit;
	}

	.big-col {
		height: 70vh;
		margin-bottom: 5px;
		width: 890px;

		padding: 0 50px 0 50px;
	}

	.big-col:hover {
		-moz-box-shadow: inset 0 0 10px rgba(40, 140, 245, 0.5);
		-webkit-box-shadow: inset 0 0 10px rgba(40, 140, 245, 0.5);
		box-shadow: inset 0 0 10px rgba(40, 140, 245, 0.5);
	}

	.big-col:hover p {
		opacity: 1;
	}

	.col-img {
		left: 5px;
		height: 70vh;
		width: 990px;
	}

	.big-col:hover .col-img {
		opacity: 0.1;
	}

	#mas5 {
		height: calc(30vh - 10px);
		padding: 100px 50px 100px 50px;
	}

	/* ----------------------- --------------------- ----------------------- --------------------- */
	/* Contact and Footer */

	footer {
		height: 100vh;
	}

	#contact-wrap {
		height: calc(100vh - 300px);
		width: 880px;

		padding: 100px 50px 0 50px;
	}

	#contact-wrap h2 {
		font-size: 135px;
	}

	#imp-wrap {
		padding: 0 50px 0 50px;
	}


}




@media screen and (min-width: 1250px) {

	#hint {
		display: block;
		position: fixed;
		top: 42vh;
		left: calc(1000px + ((100vw - 1250px) / 2));
		width: 230px;
		padding: 0 10px;
		color: white;
		z-index: -1;
		font-size: 16px;
		line-height: 1.3;
	}

}
