@charset "utf-8";

@font-face {
    font-family: "Lato Black";
	src: url("../font/Lato-Black.woff2");
	font-weight: 900;
}

@font-face {
    font-family: "Lato Regular";
    src: url(../font/Lato-Regular.woff2);
	font-weight: 400;
}

@font-face {
    font-family: "Lato Light";
    src: url(../font/Lato-Light.woff2);
	font-weight: 300;
}

/*---------------------------------------------General*/

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

* {margin:0;padding:0;}



body {
	font-family: 'Lato Light', sans-serif;
	font-weight: 300;
	line-height:1.4;

}

.scrollblock {
	width: 100%;
	height: auto;
	overflow-x: hidden;
}

h1,h2 {
	text-transform: uppercase;
}

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

#header {
	text-align: center;
	height: 100vh;
	background-image: url("../bilder/intro_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}


#intro1 {
	z-index: 26;
	width:50%;
	position: absolute;
	right: 0%;
}

#intro2 {
	z-index: 0;
	position:absolute;
	right: 25%;
}

#intro2 img {
		width:50%;	
}

#intro3 {
	z-index: 0;
	position:absolute;
	left: 28%;
}

#intro3 img {
		width:50%;	
}

#intro4 {
	z-index: 0;
	position:absolute;
	left: 20%;
}

#intro4 img {
		width:70%;	
}

.logo {
	display: block;
	width: 250px;
	margin: auto;
	position: relative;
	top:40%;
}

#header h1 {
	font-size: 70px;
	letter-spacing: 15px;
	font-family: 'Lato Black', sans-serif;
	font-weight: 900;
	z-index: 25;
	position: relative;
	top:45%;
	line-height: 1.1;
	margin: -35px 5% 0;
}




/*---------------------------------------------skillz*/

.skillz {
	width: 100%;
	text-align: center;
	float: left;
}

.skillz h1 {
	font-size: 70px;
	letter-spacing: 15px;
	font-family: 'Lato Black', sans-serif;
	font-weight: 900;
	margin-top: 250px;
}

.skillz h2 {
	font-size: 120%;
	letter-spacing: 10px;
	font-weight: 400;
	margin: 40px 0 0;
	padding: 0 5%;
}

.long_line {
	display:inline-block;
}

.short_line {
	display:none;
	line-height: 1.1;
	position: relative;
	left: 2%;
}

.info_head {
	text-transform: uppercase;
	position: relative;
	font-size: 70px;
	letter-spacing: 15px;
	font-family: 'Lato Black', sans-serif;
	font-weight: 900;
	z-index: 2;
	line-height: 1.1;
}

.info_txt {
	font-size: 20px;
	font-family: 'Lato Light', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: none;
	margin-top: 30px;
	position: relative;
	z-index: 2;
	line-height: 1.5;
}

.right_txt {
	text-align: left;
	width: 50%;
	float: right;
	margin-top: 400px;
}

.left_txt {
	text-align: right;
	float: left;
	margin-top: 400px;
	width: 50%;
	clear: both;
}

#illustration1, #logo1, #web1 {
	position: relative;
	z-index: 1;
	width: 50%;
}

#illustration1, #web1 {
	float: left;
}

#logo1 {
	float: right;
}

#illustration1 img {
	width: 1000px;
	margin-left: -150px;
}

#logo1 img {
	width: 800px;
	margin-left: -100px;
}

#web1 {
	clear: both;
}

#web1 img {
	width: 800px;
	margin-left: -100px;
}

.link_holder {
	width: 70%;
	margin: 5% 15%;
	display: flex;
	justify-content:space-evenly;
	flex-wrap: wrap;
	position: relative;
	z-index: 500;
}

.icon {
	margin: 10px;
}

.icon, .icon > img, .black {
	height: 30px;
	cursor: pointer;
}

.icon > img {
	float: left;
	display: block;
}

.black {
	z-index: 10;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	position: absolute;
}

.black:hover {
	z-index: 10;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}


/*---------------------------------------------portfolio*/

.artworks {
	width: 100%;
	margin: 300px 0;
	text-align:center;
	float: left;
}

.artworks h1 {
	font-size: 70px;
	letter-spacing: 15px;
	font-family: 'Lato Black', sans-serif;
	font-weight: 900;
}

.artworks h2 {
	font-size: 120%;
	letter-spacing: 10px;
	font-family: 'Lato Regular', sans-serif;
	font-weight: 400;
	width: 100%;
	margin-top: 40px;
	padding: 0 5%;
}

.portfolio_holder {
	width: 90%;
	margin: 200px auto;
	max-width: 1000px;
	display: inline-block;
}

.small {
	width: 33%;
	float: left;
}

.view {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    cursor: default;
}

.mask, .view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.mask {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	-webkit-transition: 0.4s ease-in-out; 
	-moz-transition: 0.4s ease-in-out; 
	-o-transition: 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
}

.view img {
    display: block;
    position: relative;
}

.view a.info {
	width: 100%;
  	height: 300px;
	display: inline-block;
	text-decoration: none;
	font-family: 'Lato Black', sans-serif;
	font-weight: 900;
	color: #000;
	padding-top: 43%;
	text-transform: uppercase;
	letter-spacing: 5px;
 	text-align: center;
 	position: relative;
  	font-size: 100%;
}

.view-first img {
	transition: all 0.2s linear;
	width: 100%;
	heigth: 100%;
}

.view-first .mask {
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	-o-transition: 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

.view-first h3 {
	transform: translateY(-100px);
	-moz-transform:translateY(-100px);
	-webkit-transform:translateY(-100px);
	-o-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	-o-transition: 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
	
}

.view-first a.info{
	opacity: 0;
    	-webkit-transition: 0.2s ease-in-out; 
	-moz-transition: 0.2s ease-in-out; 
	-o-transition: 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

.view-first:hover .mask {
    opacity: 1;
}

.view-first:hover h3,
.view-first:hover a.info {
  	opacity: 1;
    	transform: translateY(0px);
	-moz-transform:translateY(0px);
	-webkit-transform:translateY(0px);
	-o-transform:translateY(0px);
	-ms-transform:translateY(0px);
}

.view-first:hover a.info {
   	transition-delay: 0.2s;
}

#artwork1 {
	position: relative;
	z-index: 2;
}

/*---------------------------------------------About*/

.about {
	color:#fff;
	width: 100%;
	text-transform:uppercase;
	text-align:center;
	float: left;
	background-image: url("../bilder/intro_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.about h1 {
	font-size: 70px;
	letter-spacing: 15px;
	font-family: 'Lato Black', sans-serif;
	font-weight: 900;
	margin: 10% 0 5%;
	line-height: 1.1;
	position: relative;
}

.about h2 {
	font-size: 120%;
	letter-spacing: 10px;
	font-family: 'Lato Regular', sans-serif;
	font-weight: 400;
	line-height: 1.7;
	padding: 0 5%;
}

.about span {
	color: #fff;
	letter-spacing: 10px;
	font-size: 13px;
	margin-bottom: 40px;
	display: inline-block;
}

.about span > a {
	color: #fff;
	text-decoration:none;	
}

.mail {
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
	border: 2px solid #fff;
	padding: 50px;
	text-decoration: none;
	color:#fff;
	font-family: 'Lato Black', sans-serif;
	font-weight: 900;
	letter-spacing: 10px;
	text-align: center;
	cursor:pointer;
	display: inline-block;
	margin: 5% 0 10%;
}

.mail:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	background-color:#fff;
	color: #000;
}

#topper {
	margin: 75px auto;
	width: 70px;
	height: 70px;
	background: url(../bilder/top_w.png) center center no-repeat;
	background-size: contain;
	transition: transform ease-out 0.2s, background 0.4s;
	display: block;
}

#topper:hover {
	transform: translate(0px, -20px);
}


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

.impressum {
	text-align: center;	
	font-size:18px;
	margin: 0 0 100px;
}

.impressum h1 {
	font-size: 90px;
	letter-spacing: 25px;
	font-family: 'Lato Black', sans-serif;
	font-weight: 900;
	width: 100%;
	margin-top: 120px;
	text-transform: uppercase;
}

.impressum h2 {
	font-size: 24px;
	letter-spacing: 2px;
	font-family: 'Lato Light', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin: 10px -3px 0 0;
	font-style:italic;
}

.impressum a {
	color:#000;
	text-decoration:none;
}

.impressum a:hover {
	text-decoration: underline;
}

.impressum p {
	padding: 50px 100px;
}

.left {
	text-align: left;
}

.back {
	width: 65px;
	height: 65px;
	background: url(../bilder/top.png) center center no-repeat;
	background-size: contain;
	background-color: #fff;
	rotate: -90deg;
	transition: transform ease-out 0.2s, background 0.4s;
	display: block;
	position: fixed;
	top:25px;
	left:25px;
}

.back:hover {
	transform: translate(0px, -10px);

}


/*-------------------------------------------------------1400px*/

@media screen and (max-width: 1400px) {
	
#illustration1 img {
	margin-left: -250px;
}
	
#web1 img {
	margin-left: -180px;
}
	
}

/*-------------------------------------------------------1101px*/

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

.logo {
	top:35%;
}

#header h1 {
	top:40%;
}
	
#intro1 {
	margin-top: -100px;
}	
	
#intro4 {
	left: 5%;
}
		
.info_head {
	width: 100%;
	font-size: 60px;
	letter-spacing: 10px;
}

.right_txt {
	text-align: center;
	left: 0;
	margin-top: 0;
}

.left_txt {
	text-align: center;
	left: 0;
	margin-top: 800px;
}
	
.push {
	margin-top: 150px;	
}

#illustration1, #logo1, #web1 {
	width: 100%;
	text-align: justify;
}
	
#illustration1 img {
	left:50%;
	margin-left: -550px;
	position: relative;
}
	
#logo1 img {
	left:50%;
	margin-left: -400px;
	position: relative;	
}
	
#logo1 {
	margin: -1000px 0 100px;	
}

#web1 img {
	left:50%;
	margin-left: -450px;
	position: relative;	
}
	
#artwork1 {
	margin-top: -250px;
}
	
.artworks h1 {
	margin-top: 200px;
}
	
.small {
	width: 33%;
}
	
}


/*-------------------------------------------------------708px*/

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

.logo {
	top:30%;
}

#header h1 {
	top:35%;
}

.long_line {
	display:none;
}

.short_line {
	display: inline-block;
}
	
.portfolio_holder {
	width: 100%;
}
	
.small {
	width: 50%;
}

}


/*-------------------------------------------------------600px*/

@media screen and (max-width: 600px) {
	
#intro4 {
	left:-10%;
}
	
#intro3 {
	left:10%;
}
	
#intro2 {
	right:15%;
}

#illustration1 img {
	width: 700px;
	margin-left: -400px;
}
	
#logo1 img {
	width: 500px;
	margin-left: -250px;
}
	
#web1 img {
	width: 500px;
	margin-left: -300px;
}
	
.link_holder {
	width: 90%;
	margin: 5% 5%;
}
	
.about a {
	padding: 30px;
	letter-spacing: 7px;
	font-size: 70%;
}
	
.about h1{
	left:2%;
	margin-top: 20%;
}
	
.about h2 {
	letter-spacing: 7px;	
}
	
.mail {
	margin: 10% 0 20%;
}
	
.impressum h1 {
	font-size: 200%;
	letter-spacing: 15px;
}
	

}


/*-------------------------------------------------------high 1000px*/

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

#header {
	height: 1000px;
}
	
}