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

header{
	background-image: url("../img/hankmade_bg.svg");
	background-repeat: no-repeat;
	background-size:100%;
	padding:15% 0 15% 0;
	background-color: #1e1e1d;
	text-align: center;
	width: 100%;
}

header h2{
	font-family: 'Poiret One', cursive;
	color: #cacaca;
	font-size: 4.5em;
}
.farbig{
	color: #1f7875;
	-webkit-text-stroke: 1px #1f7875;
}

.row{
	width: 100%;
	margin-left: 0 !important;;
	margin-right: 0 !important;
}


/* ---------- Portait ----------- */

.portrait_box{
	overflow: auto;
}

.portrait_text{
	margin: 5%;
}

.portrait_img{
	background-image: url("../img/portrait.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 450px;
}


/* ---------- Arbeiten ----------- */

.grey{
	background-color: #1e1e1d;
}

.ani_work{
	color: #dadada;
}

.weiss{
	color: #dadada;
	-webkit-text-stroke: 1px #dadada;
}

.work_box{
	overflow: hidden;
	margin: 0 5% 5% 5%;
}

video{
	width: 90% !important;
	height: auto !important;
	margin-left: 5%;
}


.fancybox {
	display: table-cell;
	text-align: center;
	width: 20%;
}

.fancybox img{
	-webkit-filter: grayscale(.8);
	filter: grayscale(.8);
	transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	width: 100%;
	margin-top: 5%;
}

.fancy_video img{
	-webkit-filter: grayscale(.8);
	filter: grayscale(.8);
	transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	width: 100%;
	margin-top: 5%;
}

.twentytwenty-container {
	margin-top: 5%;
}

.fancybox img:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	width: 100%;
}

.fancy_video img:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	width: 100%;
}


.img_mobil{
	width: 100%;
	margin-top: 5%;
}



.work_title h2 {
	//background-color: #1e1e1d;
	border-bottom: 1px solid #1e1e1d;
	width: 60%;
	margin: 50px 20%;
	font-family: 'Poiret One', cursive; 
	color: #2b2b2b;
	font-size: 1.8em;
	font-weight: lighter;
	line-height: 2em;
	text-align: center;
	-webkit-text-stroke: 1px #2b2b2b;
}

.work_beschreibung{
	margin: 5%;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.1em;
}

/*.hide{
	display: block;
	opacity: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.show{
	opacity: 1;
	overflow: auto;	
}
*/


/* ---------- Typografie ----------- */

.portrait_text p{
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.1em;
	margin: 5%;
}

.portrait_text h2{
	font-family: 'Poiret One', cursive; 
	color: #2b2b2b;
	font-size: 2.6em;
	font-weight: lighter;
	line-height: 2em;
	margin: 5%;
	-webkit-text-stroke: 1px #2b2b2b;
}

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


.impressum h3{
	font-family: 'Poiret One', cursive;
	color: #2b2b2b;
	font-size: 1.6em;
	font-weight: lighter;
	line-height: 2em;
	background-color: transparent;
	text-align: left;
	margin-left: 5%;
	-webkit-text-stroke: 1px #2b2b2b;

}

.impressum p{
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.1em;
	margin-left: 5%;
}

.impressum a{
	text-decoration: none;
	color: #1f7875;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.1em;
}

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


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


footer{
	width: 100%;
	height: 50px;
	background-color: #1e1e1d;
	padding-top: 5px;
}

footer ul {
    margin: 0;
    padding: 0;
}
 
footer ul li {
    float: right;
    list-style: none;
    margin-right: 10px;
    padding: 10px 10px;
    color: #1f7875;
}

footer a{
	text-decoration: none;
	color: #cacaca;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.1em;
}

footer a:hover{
	text-decoration: none;
	color: #1f7875;
}


/* ---------- Media Queries ----------- */

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

	.fancybox img{
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-webkit-transition: 0.2s ease-in-out;
		width: 100%;
		margin-top: 5%;
	}

	.fancybox img:hover{

	}

	video{
	width: 100% !important;
	margin-left: 0;
}

.box_left h2{
	text-align: center;
	margin-left: 0;
}

.work_title h2 {
	border-bottom: 1px solid #1e1e1d;
	width: 100%;
	margin-left: 0;
}
}