/* Standard */

body { 
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #2B2425;
	line-height: 1.5;
}

/* seiten überschrift */
h1 {
	font-size: 2.2em;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	margin-bottom: 1em;



}
/* Projekt namen */
h2 {
	font-weight: 300;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 1.5em;
	font-size: 1.4em;
	line-height: 1.7em;
	letter-spacing: .01em;


}
/* Navi Project title */
h3 {
	font-size: 2.4em;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
	color: #10D8E0;
	padding-top: .6em;
	padding-left: 20%;
}
/* teampartner */
h4{
	color: #10D8E0;
	text-decoration: none;
	font-weight: 300;
	line-height: 1.8;
	font-family: 'Roboto Mono', monospace;
	margin-top: 1em;
	font-size: 1.2em;

}


h5 {
	font-weight: 200;
	font-size: 0.7em;
	color: #666;
	font-family: 'Roboto Mono', monospace;
	margin-bottom: 2em;
}

h6 {
	font-size: 1.5em;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
	margin-bottom: 1em;
	margin-top: 1em;
}




img { 
	width: 100%; 
	height: auto; 
	margin-bottom: 1em;
	margin-top: 1em;
}



.img_container{
	padding-bottom: 3em;
	padding-top: 1em;
}



video { 
	width: 100%; 
	height: auto; 
	margin-bottom: 2em;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clear { 
	clear: both; 
}



/* overall */
#pagewrap {
	width:75vw;
	margin: 20px auto;
	
}

/* linke spalte */
#sticky-menu {
	float: left;
	position: fixed;
	width: 30%;

}
#sticky-menu ul {
	padding:0;
}
#sticky-menu ul li a {
	color: #666;
	text-decoration: none;
	font-weight: 300;
	line-height: 1.8;
	font-family: 'Roboto Mono', monospace;
	font-size: 1.1em;
}
#sticky-menu ul li a:hover {
	text-decoration: underline;
	color: #ddddcc;
}




/* rechte spalte */
#page {
	width: 70%;
	margin: 3em 0 0 26%;
	padding-top: 3em;

	
	
}
#actualProject{
	margin-top: 1em;
}

/* header */
#hello {
	padding-top: 1em;
	padding-bottom: 5em;




}
#cv {
	margin-top: 2em;
	font-weight: 200;
	color: #666;
	font-family:  'Roboto Mono', monospace;
	overflow: hidden;
	transition: all 0.5s;
	font-size: 1.1em;
}
#cv li {
	margin-bottom: 0.5em;
	transition: color 0.5s;
}
#cv_btn {
	font-weight: 500;
	color: #000;
	border-top: 2px solid #000;
	display: inline-block;
	padding-top: 0.2em;
	margin-bottom: -1px;
	margin-top: 1em;

	cursor: pointer;
}

/* projects */
#projects{
	padding-bottom: 10em;
	padding-top: 1em;

	}

.project {
	padding-top: 8em;
}

.project:first-child {
	padding-top: 2em;
}

.elastic-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* footer */

a{
	color:#10D8E0;
	font-weight: 500;
	text-decoration: none;

}

#footer{
	text-align: center;
	margin-bottom: 1em;
	text-decoration:none;
}

#footer a{
	text-decoration: none;
}

/* Responsive */
/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Standard */

body { 
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 200;
	color: #2B2425;
	line-height: 1.5;
}

/* seiten überschrift */
h1 {
	color:#2B2425;
	font-size: 2.4em;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	margin-bottom: 1em;



}
/* Projekt namen */
h2 {
	font-weight: 300;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 1.5em;
	font-size: 1.5em;
	line-height: 1.7em;
	letter-spacing: .01em;


}
/* Navi Project title */
h3 {
	font-size: 2.4em;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
	color: #10D8E0;
	padding-top: .6em;
	padding-left: 20%;
}
/* teampartner */
h4{
	color: #10D8E0;
	text-decoration: none;
	font-weight: 300;
	line-height: 1.8;
	font-family: 'Roboto Mono', monospace;
	margin-top: 1em;
	font-size: 1.2em;

}


h5 {
	font-weight: 200;
	font-size: 0.7em;
	color: #666;
	font-family: 'Roboto Mono', monospace;
	margin-bottom: 2em;
}

h6 {
	font-size: 1.5em;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
	margin-bottom: 1em;
	margin-top: 1em;
}




img { 
	width: 100%; 
	height: auto; 
	margin-bottom: 1em;
	margin-top: 1em;
}



.img_container{
	padding-bottom: 3em;
	padding-top: 1em;
}



video { 
	width: 100%; 
	height: auto; 
	margin-bottom: 2em;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.clear { 
	clear: both; 
}



/* overall */
#pagewrap {
	width:65vw;
	margin: 20px auto;
	
}

/* linke spalte */
#sticky-menu {
	float: left;
	position: fixed;
	width: 20%;

}
#sticky-menu ul {
	padding:0;
}
#sticky-menu ul li a {
	color: #666;
	text-decoration: none;
	font-weight: 300;
	line-height: 1.8;
	font-family: 'Roboto Mono', monospace;
	font-size: 1.1em;
}
#sticky-menu ul li a:hover {
	text-decoration: underline;
	color: #ddddcc;
}




/* rechte spalte */
#page {
	width: 80%;
	margin: 3em 0 0 15%;
	padding-top: 3em;

	
	
}
#actualProject{
	margin-top: 1em;
}

/* header */
#hello {
	padding-top: 1em;
	padding-bottom: 5em;




}
#cv {
	margin-top: 2em;
	font-weight: 200;
	color: #666;
	font-family:  'Roboto Mono', monospace;
	overflow: hidden;
	transition: all 0.5s;
	font-size: 1.1em;
}
#cv li {
	margin-bottom: 0.5em;
	transition: color 0.5s;
}
#cv_btn {
	font-weight: 500;
	color: #000;
	border-top: 2px solid #000;
	display: inline-block;
	padding-top: 0.2em;
	margin-bottom: -1px;
	margin-top: 1em;

	cursor: pointer;
}

/* projects */
#projects{
	padding-bottom: 10em;
	padding-top: 1em;

	}

.project {
	padding-top: 8em;
}

.project:first-child {
	padding-top: 2em;
}

.elastic-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* footer */

a{
	color:#2B2425;
	font-weight: 500;
	text-decoration: none;

}
span{
    display:inline-block;
    border-bottom:3px solid #10D8E0; 


}

#footer{
	text-align: center;
	margin-bottom: 1em;
	text-decoration:none;
}

#footer a{
	text-decoration: none;
}
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	h1 {
	color:#2B2425;
	font-size: 1.2em;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	margin-bottom: 1em;



}
/* Projekt namen */
h2 {
	font-weight: 300;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 1.5em;
	font-size: 1em;
	line-height: 1.7em;
	letter-spacing: .01em;


}
/* Navi Project title */
h3 {
	font-size: 1.2em;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
	color: #10D8E0;
	padding-top: .6em;
	padding-left: 20%;
}
/* teampartner */
h4{
	color: #10D8E0;
	text-decoration: none;
	font-weight: 300;
	line-height: 1.8;
	font-family: 'Roboto Mono', monospace;
	margin-top: 1em;
	font-size: .8em;

}


h5 {
	font-weight: 200;
	font-size: 0.5em;
	color: #666;
	font-family: 'Roboto Mono', monospace;
	margin-bottom: 2em;
}

h6 {
	font-size: 1em;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
	margin-bottom: 1em;
	margin-top: 1em;
}




img { 
	width: 100%; 
	height: auto; 
	margin-bottom: .5em;
	margin-top: .5em;
}



.img_container{
	padding-bottom: 1em;
	padding-top: 1em;

}
#pagewrap {
	width:90vw;
	margin: 20px auto;
	
}
#sticky-menu {
		float: none;
		position: relative;
		margin-bottom: .5em;
}
#page {
		width: 90%;
		margin: 0em 0 0 6%;
}
.project p {
		columns: initial;
}
	

#actualProject{
	margin-top: .5em;
}

/* header */
#hello {
	padding-top: 1em;
	padding-bottom: 1em;

}
#projects{
	padding-bottom: 3em;
	padding-top: 1em;

	}

.project {
	padding-top: 1em;
}}





