@charset "UTF-8";

/*
* CSS Document
* Website Annika Herbach
* Media Designer
*/



 
 
/* Reset * * * * * * * * */

*{    
margin: 0;    
padding: 0;   
/* Alternative box model * * * * * * * * */
-mozbox-sizing: border-box;    
-webkit-box-sizing: border-box;    
box-sizing: border-box; 
}

html{        
	font-size: 100%; /* Browser standard: 16px */
	position: relative; 
	min-height: 100%;
}
 
img{
	max-width: 100%;
	vertical-align: center;
}





/* Layout * * * * * * * * */
   
body{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	color: #3F3F3F;
}

.wrapper{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
 
.wrapper-work{
	width: 100%;
	max-width: 735px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 55px;
}

.wrapper-work-2,
.wrapper-about{
	width: 100%;
	max-width: 695px;
	margin: 0 auto;
	overflow: hidden;
}

.wrapper-imp{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.phone{
	display: none;
}

#header{
	background: #a7cdb4;
	height: 100vh;
}

#header-impressum{
	background: #a7cdb4;
	height: 148px;
}

#intro{
	padding-top: 240px;
	position: relative;
	/*background: #FF0004;*/
}

#work{
	padding-top: 320px;
	position: relative;
	/*background: #FFA600;*/
}

#about{
	padding-top: 340px;
	padding-bottom: 110px;
	position: relative;
	/*background: #CD04E3;*/
}

#contact{
	padding-top: 370px;
	padding-bottom: 520px;
	text-align: center;
	position: relative;
	/*background: #D91DE4;*/
}

#footer{
	background: #a7cdb4;
	height: 500px;
	padding-top: 85px;
	z-index: 999;
	position: relative;
}

#impressum{
	padding: 75px 0 75px 0;
}





/* Navigation * * * * * * * * */

#mobile-menu-btn{ 
	display: none; 
}

.nav-overlay{
	display: none;
}

#navigation,
#navigation-D{
	width: 700px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -350px;
}

#navigation{
	padding: 55px 97px;
}

#navigation-D{
	padding: 55px 0px 55px 115px;
}

#navigation li,
#navigation-D li{
	display: inline;
	list-style: none;
}

#navigation li{
	margin: 0 40px;
}

#navigation-D li{
	margin: 0 29px;
}

#navigation a,
#navigation-D a{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-decoration: none;
	color: #3F3F3F;
	text-align: center;
	position: relative;
}

#navigation a{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.1;
	letter-spacing: 0.1875rem;
}

#navigation-D a{
	font-size: 17px;
	font-size: 1.063rem;
	line-height: 1.5;
	letter-spacing: 0.14rem;
}

#navigation a::after,
#navigation-D a::after{
	content: "•";
	position: absolute;
	left: 50%;
	margin-left: -2px;
	color: #a7cdb4;
}

#navigation a::after{
	top: 20px;
}

#navigation-D a::after{
	top: 15px;
}

#navigation a:hover, 
#navigation a:hover::after,
#navigation-D a:hover, 
#navigation-D a:hover::after{
	color: #e5fd21;
}

#language{
	position: absolute;
	top: 57px;
	right: 55px;
}

#language li{
	display: inline;
	margin-left: 12px;
	list-style: none;
}

#language a{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300; 
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.125rem;
	text-decoration: none;
	color: #617f6d;
	position: relative;
}

#language a.active{
	color: #3F3F3F;
}

#language a.active::after{
	color: #3F3F3F;
}

#language a::after{
	content: "•";
	position: absolute;
	top: 13px;
	left: 50%;
	margin-left: -2px;
	color: #a7cdb4;
}

#language a:hover, 
#language a:hover::after{
	color: #e5fd21;
}

.links{
	text-align: center
}


#footer ul{
	margin-bottom: 19px;
}


.foot li{
	list-style: none;
	display: inline; 
}

.foot a,
.foot li{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.1;
	letter-spacing: 0.1875rem;
	text-decoration: none;
	color: #3F3F3F;
}

.foot a:hover{
	color: #e5fd21;
}





/* Grid * * * * * * * * */ 
 
.row,
.row-ref{ 
	width: 100%; 
	float: left; 
}

.column{
	float: left;
	background: #fff;
	margin-left: 20px;
}

.column:first-child{
	margin-left: 0;
}

.full{ 
	width: 100%; 
} 
 
.half{ 
	width: 49%; 
} 
 
.third{ 
	width: 32%; 
} 
 
.third:hover{
	background: #EAF6EE;
}

.two-thirds{ 
	width: 66%; 
} 
 
.fourth{ 
	width: 23.5%;
	background: #EAF6EE;
} 

#work .column.fourth{
		margin: 0 10px 20px 10px;
	}

.three-fourth{
	width:74.5%;
}

.right{
	float: right !important;
}

hr{ 
	background-color: #3F3F3F; 
	border: 0; 
	height: 2px;    
	width: 100%;
	margin-bottom: 2%;
	float: left;
}





/* Typo * * * * * * * * */

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.063rem;
	text-align: center;
}

h1{
	font-size: 45px;
	font-size: 2.813rem;
}

h2{
	font-size: 28px;
	font-size: 1.750rem;
	line-height: 135%;
	padding-bottom: 70px;
}

h3{
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 250%;
	color: #8fb09c;
}

h4{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 1.250rem;
	line-height: 250%;
	word-spacing: 35px;
	padding-bottom: 70px;
}

h5{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-size: 1.250rem;
	line-height: 250%;
}

h6{
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 70%;
	padding-bottom: 30px;
}

p{
	font-size: 25px;
	font-size: 1.563rem;
	line-height: 150%;
}

#intro span{	
	color: #8fb09c;
}

#intro h2{
	font-size: 28px;
	font-size: 1.750rem;
	line-height: 135%;
	padding-bottom: 80px;
}

#work h2,
#about h2,
#contact h2{
	font-size: 28px;
	font-size: 1.750rem;
	line-height: 135%;
}

#pics{
	margin-bottom: 15px;
}

#work h4{
	padding-bottom: 100px;
}

#work span,
#about span{
	color: #FFFFFF;
}

#contact p{
	font-size: 24px;
	font-size: 1.500rem;
	line-height: 150%;
}

#footer p{
	font-weight: 300; 
	font-size: 14px;
	font-size: 0.875rem;
	color: #617f6d;
}

.copyright{
	padding-top: 25px;
}

.link{
	text-decoration: none;
	color: #8fb09c;
	border-top: 1px solid #8fb09c;
	border-bottom: 1px solid #8fb09c;
}

.link:hover{
	color: #617f6d;
	border-top: 1px solid #617f6d;
	border-bottom: 1px solid #617f6d;
}





/* Impressum / Privacy notice * * * * * * * * */

.btn-close-right{
	background-image: url("../images/button_close.svg");
	top: 225px;
	right: 55px;
	background-repeat: no-repeat;
	z-index: 1001;
	position: absolute;
	width: 30px;
	height: 30px;
	padding: 5px;
	background-size: 20px;
	background-position: 5px; 
}

#marker-impressum{ 
	background-image: url("../images/marker_impressum.svg");
}
	
#marker-datenschutz{ 
	background-image: url("../images/marker_privacy.svg");
}

#marker-impressum,
#marker-datenschutz{ 
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 36px;
	padding-top: 0px;
}

.marker-list li{
	padding-left: 20px;
	padding-bottom: 10px;
	position: relative;
 }

.marker-list li:before {
	list-style-type: none;
    background-image: url('../images/marker_list.svg');
    background-repeat:no-repeat;
    background-position:left center;
 	content:"";
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 4px;
} 

#impressum h1,
#impressum h2,
#impressum h3,
#impressum h4,
#impressum p{
	text-align: left;
	}

#impressum h1{
	font-size: 21px;
	font-size: 1.313rem;
	line-height: 1.4;
	letter-spacing: 0.10625rem;
	text-transform: uppercase;
	color: #3F3F3F;
}

#impressum h2{
	font-size: 16px;
	font-size: 1.0rem;
	line-height: 1.4;
	text-transform: uppercase;
	padding-top: 70px;
	padding-bottom: 20px;
	color: #8fb09c;
}

#impressum h3{
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 1.6;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #8fb09c;
}

#impressum h4{
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 1.7;
	padding-bottom: 0px;
	color: #8fb09c;
	word-spacing: 0;
	letter-spacing: 0.02rem;
}

#impressum p{
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 1.5;
	padding-bottom: 10px;
	letter-spacing: 0.02rem;
}

.tab{
    display: inline-block;
    width: 4em;
}

#impressum a{
	color: #3F3F3F;;
}

#impressum ul{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 1.5;
}

.hr-imp{
	height: 1px;
	margin-top: 50px;
	margin-bottom: 60px;
}

.hr-imp2{
	height: 1px;
	margin-top: 12px;
	margin-bottom: 10px;
	background-color: #8fb09c;
}





/* Images * * * * * * * * */

.scroll1{
	/*background: #f0f;*/
	height: 100vh;
	z-index: 99999;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: default;
}

.animation-container{ 
	position: relative;
	max-width: 100vh;
	max-height: 100%;
	margin: 0 auto;
	width: 100%;
}

.animation-container object{
	width: 100%;
}

#marker-introduction,
#marker-introduction-D,
#marker-work,
#marker-work-D,
#marker-about,
#marker-about-D,
#marker-contact{ 
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 10px;
}

#marker-work,
#marker-work-D,
#marker-about,
#marker-about-D,
#marker-contact{ 
	height: 41px;
	margin-bottom: 70px;
}

#marker-introduction{ 
	background-image: url("../images/marker_introduction.svg");
}

#marker-introduction-D{ 
	background-image: url("../images/marker_introduction_D.svg");
}

#marker-work{ 
	background-image: url("../images/marker_work.svg");
}

#marker-work-D{ 
	background-image: url("../images/marker_work_D.svg");
}

#marker-about{ 
	background-image: url("../images/marker_about.svg");
}

#marker-about-D{ 
	background-image: url("../images/marker_about_D.svg");
}

#marker-contact{ 
	background-image: url("../images/marker_contact.svg");
}

#marker-icons{ 
	background-image: url("../images/marker_icons.svg");
	background-repeat: no-repeat;
	position: absolute;
	top: 187px;
	left: 50%;
	transform: translate(-50%, 0);
}

#marker-icons-sp{ 
	display: none;
}

.marker-reference1,
.marker-reference2,
.marker-reference3,
.marker-reference4,
.marker-reference5,
.marker-reference6,
.marker-reference1-D,
.marker-reference6-D{ 
	background-position: center;
	background-repeat: no-repeat;
	height: 32px;
	padding-top: 2px;
}

.marker-reference1{ 
	background-image: url("../images/marker_reference1.svg");
}

.marker-reference1-D{ 
	background-image: url("../images/marker_reference1_D.svg");
}

.marker-reference2{ 
	background-image: url("../images/marker_reference2.svg");
}

.marker-reference3{ 
	background-image: url("../images/marker_reference3.svg");
}

.marker-reference4{ 
	background-image: url("../images/marker_reference4.svg");
}

.marker-reference5{ 
	background-image: url("../images/marker_reference5.svg");
}

.marker-reference6{ 
	background-image: url("../images/marker_reference6.svg");
}

.marker-reference6-D{ 
	background-image: url("../images/marker_reference6_D.svg");
}

#illu-intro{
	background-image: url("../images/illu_introduction.svg");
	background-repeat: no-repeat;
	width: 290px;
	height: 280px;
	background-size: 290px;
	background-position: center; 
	margin: 150px 0 0 0;
}

#illu-work{
	background-image: url("../images/illu_work.svg");
	background-repeat: no-repeat;
	width: 300px;
	height: 320px;
	background-size: 300px;
	background-position: center; 
	margin: 150px 70px 0 0;
}

#illu-about{
	background-image: url("../images/illu_about.svg");
	background-repeat: no-repeat;
	width: 330px;
	height: 300px;
	background-size: 330px;
	background-position: center; 
	margin: 150px 70px 0 0;
}

#illu-contact{
	background-image: url("../images/illu_contact.svg");
	background-repeat: no-repeat;
	width: 370px;
	height: 270px;
	background-size: 370px;
	background-position: center; 
	margin: 150px 0 0 22px;
}





/* References * * * * * * * * */

#thumb-ref-1-GB,
#thumb-ref-2-GB,
#thumb-ref-3-GB,
#thumb-ref-4-GB,
#thumb-ref-5-GB,
#thumb-ref-6-GB,
#thumb-ref-1-D,
#thumb-ref-2-D,
#thumb-ref-3-D,
#thumb-ref-4-D,
#thumb-ref-5-D,
#thumb-ref-6-D{
	background-repeat: no-repeat;
	width: 225px;
	height: 225px;
	background-size: 675px;
	background-position-y: 0;
	background-position-x: -450px;
	display: block;
}

#thumb-ref-1-GB{
	background-image: url("../images/thumb/ref_1_GB.svg");
}

#thumb-ref-2-GB{
	background-image: url("../images/thumb/ref_2_GB.svg");
}

#thumb-ref-3-GB{
	background-image: url("../images/thumb/ref_3_GB.svg");
}

#thumb-ref-4-GB{
	background-image: url("../images/thumb/ref_4_GB.svg");
}

#thumb-ref-5-GB{
	background-image: url("../images/thumb/ref_5_GB.svg");
}

#thumb-ref-6-GB{
	background-image: url("../images/thumb/ref_6_GB.svg");
}

#thumb-ref-1-D{
	background-image: url("../images/thumb/ref_1_D.svg");
}

#thumb-ref-2-D{
	background-image: url("../images/thumb/ref_2_D.svg");
}

#thumb-ref-3-D{
	background-image: url("../images/thumb/ref_3_D.svg");
}

#thumb-ref-4-D{
	background-image: url("../images/thumb/ref_4_D.svg");
}

#thumb-ref-5-D{
	background-image: url("../images/thumb/ref_5_D.svg");
}

#thumb-ref-6-D{
	background-image: url("../images/thumb/ref_6_D.svg");
}

#thumb-ref-1-GB:hover,
#thumb-ref-2-GB:hover,
#thumb-ref-3-GB:hover,
#thumb-ref-4-GB:hover,
#thumb-ref-5-GB:hover,
#thumb-ref-6-GB:hover,
#thumb-ref-1-D:hover,
#thumb-ref-2-D:hover,
#thumb-ref-3-D:hover,
#thumb-ref-4-D:hover,
#thumb-ref-5-D:hover,
#thumb-ref-6-D:hover{
	background-position-x: -225px;
}

#full-ref-1a,
#full-ref-1b,
#full-ref-1c,
#full-ref-2a,
#full-ref-3a,
#full-ref-3c,
#full-ref-3b,
#full-ref-4a,
#full-ref-4b,
#full-ref-5a,
#full-ref-5b,
#full-ref-5c,
#full-ref-6a,
#full-ref-6b,
#full-ref-6c,
#full-ref-6d,
#full-ref-6e,
#full-ref-6f{
	background-color: #dcdbdb;
}





/* Lightbox * * * * * * * * */

.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	z-index: 1000;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lb-overlay img{
	width: 100vh;
	position: relative;
	opacity: 0;
	transition: opacity 0s linear !important;
}

.lb-overlay:target{
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
}

.lb-overlay:target img
/*.lb-overlay:target a.lb-close*/
{
	opacity: 1;
}

.description{
	z-index: 1001;
	position: absolute;
	bottom: 5%;
	right: 55px;
}

.description h1{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.063rem;
	text-align: right;
	font-size: 25px;
	font-size: 1.563rem;
}

.description p{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.063rem;
	line-height: 1.5;
	text-align: right;
	font-size: 18px;
	font-size: 1.125rem;
}

.break{
	margin-bottom: 9px;
}

.lb-close,
.lb-prev,
.lb-next{
	background-repeat: no-repeat;
	z-index: 1001;
	position: absolute;
	width: 30px;
	height: 30px;
	padding: 5px;
	background-size: 20px;
	background-position: 5px; 
}

.lb-close{
	background-image: url("../images/button_close.svg");
	top: 55px;
	right: 50px;
}

.lb-prev{
	background-image: url("../images/button_prev.svg");
	top: 45%;
	left: 45px;
}

.lb-next{
	background-image: url("../images/button_next.svg");
	top: 45%;
	right: 45px;
}

.lb-close:hover,
.lb-prev:hover,
.lb-next:hover{
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
}

.lb-overlay nav{
    padding: 0 12px 80px 0;
	margin: -80px auto 0;
	height: 0;
}

.reference{
	position: relative;
}

.lb-indicators{
	position: absolute;
	bottom: 5.5%;
	left: 0;
	right: 12px;
	margin: auto;
}

.lb-indicators li{
	display: inline;
	list-style: none;
	margin: 0 12px;
}

.lb-indicators a{
	text-decoration: none; 
}

.lb-indicators a.active{
	background-color: rgba(63,63,63, 0.15);
}

.lb-dot{
	z-index: 1001;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}

.lb-dot:hover{
	background-color: rgba(63,63,63, 0.15);
}





/* Elements (Logos, buttons eg.) * * * * * * * * */

#logo,
#logo-footer{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300; 
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.1;
	letter-spacing: 0.10625rem;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #3F3F3F;
}

#logo{
	position: absolute;
	top: 55px;
	left: 55px;
}

#logo-footer{
	display: block;
	margin-bottom: 118px;
}

#logo-designer,
#logo-footer-designer{
	font-weight: 300; 
	font-size: 14px;
	font-size: 0.875rem;
	color: #617f6d;
}

#logo-designer-D,
#logo-footer-designer-D{
	font-weight: 300; 
	font-size: 13px;
	font-size: 0.813rem;
	letter-spacing: 0.12rem;
	color: #617f6d;
}

#button{ 
	display: inline-block;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300; 
	text-decoration: none;  
	text-align: center;
	font-size: 21px;
	font-size: 1.313rem; 
	letter-spacing: 0.10625rem;
	color: #8fb09c;
	border-top: #8fb09c 2px solid;
	border-bottom: #8fb09c 2px solid;
	padding: 4px 30px; 
	margin-top: 30px;
}

#button:hover{ 
	font-size: 23px;
	font-size: 1.438rem; 
	margin-top: 28px;
}

.icons{
	float: right;
	margin: 3px 5px 0 12px;
}

#button-up{
	display: none;
	position: fixed;
	bottom: 156px;
	right: 55px;
	z-index: 999;
	border: none;
	outline: none;
	cursor: pointer;
	background: none;
	background-image: url("../images/button_up_20x20.svg");
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	float: right;
}

#vl1,
#vl2,
#vl3,
#vl4,
#vl5{
	border-left: 2px solid #3F3F3F;
	position: absolute;
	left: 50%;
	margin-left: -1px;
}

#vl1{
	top: -100px;
	height: 710px;
}

#vl2{
	top: 0px;
	height: 760px;
}

#vl3{
	top: 0px;
	height: 760px;
}

#vl4{
	top: 0px;
	height: 760px;
}

#vl5{
	top: 1150px;
	height: 850px;
}

#hr1,
#hr2,
#hr3,
#hr4{
	display: none;
}

#dot1,
#dot2,
#dot3,
#dot4{
	height: 6px;
	width: 6px;
	background-color: #3F3F3F;
	border-radius: 50%;
	display: inline-block;
 	position: absolute;
	left: 50%;
	margin-left: -3px;
}

#dot1{
	top: 610px;	
}

#dot2{
	top: 760px;
}

#dot3{
	top: 760px;
}

#dot4{
	top: 760px;
}










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





/* Tablet und Smartphone - Breakpoint 1300px * * * * * * * * */
@media only screen and (max-width: 1299px) {

	#button-up{
		right: 20px;
	}
	
}





/* Tablet (iPad Pro 12.9) - Breakpoint 1100px * * * * * * * * */
@media only screen and (max-width: 1099px) {

	#navigation,
	#navigation-D,
	#language{
		display: none;
	}
	
	#mobile-menu-btn{    
		display: block;
		background-image: url("../images/button_mob_menu_25x25.svg");
	}
	
	.mobile-menu-btn-close,
	.mobile-menu-btn-close-right{    
		background-image: url("../images/button_mob_close_25x25.svg");
	}
	
	#mobile-menu-btn, 
	.mobile-menu-btn-close,
	.mobile-menu-btn-close-right{
		background-repeat: no-repeat;
		width: 25px;
		height: 25px;
  		position: absolute;
 		top: 55px;
	}
	
	#mobile-menu-btn,
	.mobile-menu-btn-close{			
		left: 70px;
	}

	.mobile-menu-btn-close-right{
		right: 55px;	
	}

	.nav-overlay{
		display: block;
		height: 0;
 		width: 100%;
  		position: fixed;
  		z-index: 1;
  		left: 0;
  		top: 0;
 		background-color: #8fb09c;
  		overflow-y: hidden; /* Disable vertical scroll */
 		transition: 0.5s; 
		z-index: 1000;
	}
	
	.nav-overlay-content{
		position: relative;
  		top: 30%; 
 		width: 100%;
 		text-align: center;
	}
	
	.nav-overlay-language{
		padding-top: 50px;
	}
	
	.nav-overlay a{
		font-family: Roboto, Helvetica, Arial, sans-serif;
		font-weight: 300;
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 1.1;
		letter-spacing: 0.1875rem;
		color: #3F3F3F;
		text-align: center;
  		text-decoration: none;
	}
	
	.nav-overlay-menu a{
		display: block;
		margin-bottom: 50px;
		position: relative;
	}
	
	.nav-overlay-menu a::after{
		content: "•";
		position: absolute;
		top: 18px;
		left: 50%;
		margin-left: -3px;
		color: #8fb09c;
	}
	
	.nav-overlay-language a{
		font-size: 15px;
		font-size: 0.938rem;
		margin: 0 10px;
		color: #617f6d;
		position: relative;
	}

	.nav-overlay-language a.active,
	.nav-overlay-language a.active::after{
		color: #3F3F3F;
	}

	.nav-overlay-language a::after{
		content: "•";
		position: absolute;
		top: 15px;
		left: 50%;
		margin-left: -3px;
		color: #8fb09c;
	}
	
	.nav-overlay-menu a:hover,
	.nav-overlay-menu a:hover::after,
	.nav-overlay-language a:hover,
	.nav-overlay-language a:hover::after{
		color: #e5fd21;
	}
	
	#logo{
		left: 50%;
		margin-left: -96px;
	}
		
	#intro{
		padding-top: 0px;
	}
		
	#illu-intro{
		margin: 390px 0 0 50px;
	}

	#contact{
		padding-top: 190px;
	}
	
	#illu-contact{
		margin: 330px 0 0 50px;
	}
	
	.wrapper-work{
		max-width: 755px;
	}
	
	.wrapper-imp{
		max-width: 85%;
	}
	
	.row-ref{ 
		float: none; 
		padding: 0 10px;
	}
		
	#work .column:first-child{
		margin-left: 10px;
	}
	
	.fourth{
		background: #EAF6EE;
	}
	
	#button-up{
		right: 33px;
	}
	
	.btn-close-right{
		right: 7%;
	}
	
}




	
/* Tablet (iPad Pro 10.5) - Breakpoint 900px * * * * * * * * */
@media only screen and (max-width: 899px) {	

	#button-up{
		right: 15px;
	}

	#intro{
		padding-top: 150px;
	}
			
	#illu-intro{
		width: 280px;
		height: 270px;
		margin: 240px 0 10px 50px;
	}

	#work{
		padding-top: 400px;
	}
	
	#illu-work{
		width: 290px;
		height: 310px;
		margin: 70px 60px 10px 10px;
	}

	#about{
		padding-top: 430px;
	}
	
	#illu-about{
		width: 320px;
		height: 290px;
		margin: 60px 40px 10px 0px;
	}

	#contact{
		padding-top: 350px;
	}

	#illu-contact{
		width: 320px;
		height: 220px;
		background-size: 320px;
		margin: 220px 0 0px 30px;
	}
	
	.wrapper-work{
		max-width: 590px;
		background-color: white;
	}

	.fourth{ 
		width: 170px;
	} 
	
	#thumb-ref-1-GB,
	#thumb-ref-2-GB,
	#thumb-ref-3-GB,
	#thumb-ref-4-GB,
	#thumb-ref-5-GB,
	#thumb-ref-6-GB,
	#thumb-ref-1-D,
	#thumb-ref-2-D,
	#thumb-ref-3-D,
	#thumb-ref-4-D,
	#thumb-ref-5-D,
	#thumb-ref-6-D{
		width: 170px;
		height: 170px;
		background-size: 510px;
		background-position-y: 0;
		background-position-x: -340px;
	}
	
	#thumb-ref-1-GB:hover,
	#thumb-ref-2-GB:hover,
	#thumb-ref-3-GB:hover,
	#thumb-ref-4-GB:hover,
	#thumb-ref-5-GB:hover,
	#thumb-ref-6-GB:hover,
	#thumb-ref-1-D:hover,
	#thumb-ref-2-D:hover,
	#thumb-ref-3-D:hover,
	#thumb-ref-4-D:hover,
	#thumb-ref-5-D:hover,
	#thumb-ref-6-D:hover{
		background-position-x: -170px;
	}
	
	.wrapper-work-2,
	.wrapper-about{
		max-width: 620px;
	}
	
	#work h3,
	#about h3{
		font-size: 19px;
		font-size: 1.188rem;
	}

	#work h4,
	#about h4{
		font-size: 17px;
		font-size: 1.063rem;
		padding-bottom: 60px;
	}
	
	#work h5,
	#about h5{
		font-size: 17px;
		font-size: 1.063rem;
	}
	
	#about h6{
		font-size: 13px;
		font-size: 0.813rem;
		line-height: 90%;
	}

}
	




/* Tablet (iPad Mini) - Breakpoint 770px * * * * * * * * */
@media only screen and (max-width: 769px) {

	#marker-introduction,
	#marker-introduction-D{ 
		margin-bottom: 6px;
	}
		
	#intro h1{
		font-size: 30px;
		font-size: 1.875rem;
	}	
	
	#intro h2{
		font-size: 21px;
		font-size: 1.313rem;
		line-height: 135%;
	}
	
	#contact p{
		font-size: 21px;
		font-size: 1.313rem;
	}
	
	#button{ 
		font-size: 19px;
		font-size: 1.188rem; 
		padding: 4px 28px; 
		margin-top: 30px;
	}

	#button:hover{ 
		font-size: 21px;
		font-size: 1.313rem; 
		margin-top: 28px;
	}

	#work{
		padding-top: 430px;
	}

	#illu-work{
		margin: 40px 60px 10px 10px;
	}

	#work h2,
	#about h2,
	#contact h2{
		font-size: 25px;
		font-size: 1.563rem;
		line-height: 135%;
	}

	#marker-work,
	#marker-work-D,
	#marker-about,
	#marker-about-D,
	#marker-contact{ 
		height: 36px;
		margin-bottom: 50px;
	}

	.wrapper-work-2,
	.wrapper-about{
		max-width: 570px;
	}

	#work h3,
	#about h3{
		font-size: 17px;
		font-size: 1.063rem;
	}

	#work h4,
	#about h4{
		font-size: 15px;
		font-size: 0.938rem;
		padding-bottom: 50px;
	}

	#work h5,
	#about h5{
		font-size: 15px;
		font-size: 0.938rem;
	}	
	
	#vl5{
		top: 1100px;
	}

}





/* Tablet - Breakpoint 765px * * * * * * * * */
@media only screen and (max-width: 764px) {

	#mobile-menu-btn,
	.mobile-menu-btn-close{
		left: 40px;
	}

	#work{
		/*background: #e040bc;	 /* Violet */
	}

	
	#mobile-menu-btn{    
		background-image: url("../images/button_mob_menu_20x20.svg");
	}
	
	.mobile-menu-btn-close{    
		background-image: url("../images/button_mob_close_20x20.svg");
	}
		
	.nav-overlay-language{
		padding-top: 35px;
	}
	
	.nav-overlay a{
		font-size: 16px;
		font-size: 1.00rem;
	}
	
	.nav-overlay-menu a{
		margin-bottom: 40px;
	}
	
	.nav-overlay-menu a::after{
		top: 15px;
		margin-left: -3px;
	}
	
	.nav-overlay-language a{
		font-size: 12px;
		font-size: 0.750rem;
		margin: 0 10px;
	}

	.nav-overlay-language a::after{
		top: 14px;
	}
	
	.half{ 
		width: 100%; 
	} 

	#intro{
		padding-top: 380px;
	}
			
	#illu-intro{
 		width: 100%;
 		margin: 300px auto 10px;
	}
	
	#work{
		padding-top: 710px;
	}

	#illu-work{
 		width: 100%;
		margin: 120px auto 10px;
	}
		
	#about{
		padding-top: 710px;
	}
		
	#illu-about{
 		width: 100%;
		margin: 120px auto 10px;
	}
	
	#contact{
		padding-top: 540px;
	}

	#illu-contact{
 		width: 100%;
		margin: 250px auto 10px;
	}
	
	#vl5{
		top: 1350px;
	}

}





/* Tablet - Breakpoint 650px * * * * * * * * */
@media only screen and (max-width: 649px) {

	#mobile-menu-btn,
	.mobile-menu-btn-close{
		width: 20px;
		height: 20px;
	}

	#button-up{
		right: 30px;
		width: 15px;
		height: 15px;
		bottom: 79px;
	}
	
	#marker-introduction,
	#marker-introduction-D{ 
		margin-bottom: 5px;
	}
		
	#intro h1{
		font-size: 23px;
		font-size: 1.438rem;
	}	
	
	#intro h2{
		font-size: 16px;
		font-size: 1.0rem;
		line-height: 135%;
		padding-bottom: 64px;
	}
	
	#vl1{
		top: -100px;
		height: 100px;
		border-left: 1px solid #3F3F3F;
	}
	
	#vl2,
	#vl3,
	#vl4,
	#vl5,
	#dot1,
	#dot2,
	#dot3,
	#dot4{
		display:none;
	}
	
	#hr1,
	#hr2,
	#hr3,
	#hr4{
		display: block;
		background-color: #3F3F3F; 
		border: 0; 
		height: 1px;    
		width: 100%;
		margin-bottom: 0%;
	}	
	
	#intro,
	#work,
	#about{
		padding-top: 0px;
		padding-bottom: 125px;
	}

	#contact{
		padding-top: 0px;
		padding-bottom: 160px;
	}
		
	#work h2,
	#about h2,
	#contact h2{
		font-size: 23px;
		font-size: 1.438rem;
		line-height: 135%;
	}

	#marker-work,
	#marker-work-D,
	#marker-about,
	#marker-about-D{ 
		height: 32px;
		margin-bottom: 50px;
	}
	
	#marker-contact{
		height: 32px;
		margin-bottom: 40px;
	}
	
	#intro h2,
	#about h6{
		padding-bottom: 0px;
	}
		
	.wrapper-work{
		max-width: 440px;
	}

	.row-ref{ 
		padding: 0 10px;
	}

	#work .column.fourth{
		margin: 0 5px 10px 5px;
	}
	
	#work .column:first-child{
		margin-left: 5px;
	}
	
	.fourth{ 
		width: 130px;
	} 

	#thumb-ref-1-GB,
	#thumb-ref-2-GB,
	#thumb-ref-3-GB,
	#thumb-ref-4-GB,
	#thumb-ref-5-GB,
	#thumb-ref-6-GB,
	#thumb-ref-1-D,
	#thumb-ref-2-D,
	#thumb-ref-3-D,
	#thumb-ref-4-D,
	#thumb-ref-5-D,
	#thumb-ref-6-D{
		width: 130px;
		height: 130px;
		background-size: 390px;
		background-position-y: 0;
		background-position-x: -260px;
	}

	#thumb-ref-1-GB:hover,
	#thumb-ref-2-GB:hover,
	#thumb-ref-3-GB:hover,
	#thumb-ref-4-GB:hover,
	#thumb-ref-5-GB:hover,
	#thumb-ref-6-GB:hover,
	#thumb-ref-1-D:hover,
	#thumb-ref-2-D:hover,
	#thumb-ref-3-D:hover,
	#thumb-ref-4-D:hover,
	#thumb-ref-5-D:hover,
	#thumb-ref-6-D:hover{
		background-position-x: -130px;
	}

	.wrapper-work-2,
	.wrapper-about{
		max-width: 445px;
	}

	#work h3,
	#about h3{
		font-size: 15px;
		font-size: 0.938rem;
	}

	#work h4,
	#about h4{
		font-size: 12px;
		font-size: 0.750rem;
		word-spacing: 22px;
	}

	#work h4{
		padding-bottom: 0px;
		line-height: 230%;
	}
	
	#work h5,
	#about h5{
		font-size: 12px;
		font-size: 0.750rem;
	}	

	#about h6{
		font-size: 10px;
		font-size: 0.625rem;
		line-height: 130%;
	}
	
	#contact p{
		font-size: 17px;
		font-size: 1.063rem;
	}
	
	#button{ 
		font-size: 15px;
		font-size: 0.938rem; 
		padding: 3px 22px; 
		margin-top: 24px;
		border-top: #8fb09c 1px solid;
		border-bottom: #8fb09c 1px solid;
	}

	#button:hover{ 
		font-size: 17px;
		font-size: 1.063rem; 
		margin-top: 22px;
	}

	.right,
	#intro .column,
	#contact .column{
		float: none !important;
	}

	#intro,
	#work{
		padding-bottom: 55px;
	}

	#about,
	#contact{
		padding-bottom: 70px;
	}
	
	#illu-intro{
		width: 203px;
		height: 196px;
		background-size: 203px;
		margin: 50px auto 8px !important;
	}
	
	#illu-work{
		width: 210px;
		height: 224px;
		background-size: 210px;
		margin: 50px auto 5px !important;
	}
	
	#illu-about{
		width: 231px;
		height: 210px;
		background-size: 231px;
		margin: 50px auto 5px;
	}

	#illu-contact{
		width: 240px;
		height: 175px;
		background-size: 240px;
		margin: 40px auto 0px;
	}

	#logo,
	#logo-footer{
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.2;
	}
	
	#logo{
		margin-left: -78px;
	}
	
	#logo-footer{
		margin-bottom: 100px;
	}
	
	#logo-designer,
	#logo-footer-designer{
		font-size: 12px;
		font-size: 0.750rem;
	}
	
	#logo-designer-D,
	#logo-footer-designer-D{
		font-size: 10px;
		font-size: 0.625rem;
	}
	
	#marker-icons{ 
		display: none;
	}

	#marker-icons-sp{ 
		display: block;
		background-image: url("../images/marker_icons.svg");
		background-repeat: no-repeat;
		position: absolute;
		top: 152px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 98px;
		height: 34px;
	}
	
	#footer{
		height: 420px;
		padding-top: 70px;
	}

	#footer ul{
		margin-bottom: 12px;
	}
	
	.foot a,
	.foot li{
		font-size: 11px;
		font-size: 0.688rem;
	}
	
	#footer p{
		font-size: 11px;
		font-size: 0.688rem;
	}

	.copyright{
		padding-top: 22px;
	}
	
	#impressum{
		padding: 60px 0 60px 0;
	}
	
	#impressum ul{
		font-size: 13px;
		font-size: 0.813rem;
	}
	
	#header-impressum{
		height: 138px;
	}
	
	.btn-close-right{
		top: 200px;
		right: 7%;
		width: 23px;
		height: 23px;
		padding: 4px;
		background-size: 15px;
		background-position: 4px; 
	}

	#marker-impressum,
	#marker-datenschutz{ 
		height: 30px;
	}
	
	#impressum h1{
		font-size: 18px;
		font-size: 1.125rem;
	}

	#impressum h2{
		font-size: 14px;
		font-size: 0.875rem;
		padding-top: 50px;
		padding-bottom: 20px;
	}

	#impressum p{
		font-size: 13px;
		font-size: 0.813rem;
		padding-bottom: 15px;
	}

	.marker-list li{
		padding-left: 18px;
		padding-bottom: 10px;
 	}

	.marker-list li:before {
		width: 11px;
		height: 11px;
	} 
	
	#hr-imp{
		height: 1px;
		margin-top: 40px;
		margin-bottom: 50px;
	}

}





/* Tablet - Breakpoint 500px * * * * * * * * */
@media only screen and (max-width: 499px) {

	.wrapper-work{
		max-width: 300px;
	}

	.tablet{
		display: none;
	}
	
	.phone{
		display: block;
	}
	
	.wrapper-work-2,
	.wrapper-about{
		max-width: 224px;
	}
	
}





/* Smartphone (iPhone 6/7/8 Plus) - Breakpoint 420px * * * * * * * * */
@media only screen and (max-width: 419px) {

	#button-up{
		right: 17px;
	}
	
	#mobile-menu-btn,
	.mobile-menu-btn-close{
		left: 30px;
	}
	
	.wrapper-imp{
		max-width: 80%;
	}

	#marker-impressum,
	#marker-datenschutz{ 
		height: 25px;
	}
	
	#impressum h1{
		font-size: 15px;
		font-size: 0.938rem;
	}

	.btn-close-right{
		right: 9.5%;
	}

}





/* Smartphone (iPhone 5 SE) - Breakpoint 350px * * * * * * * * */
@media only screen and (max-width: 349px) {

	#work{
		/*background: Green;*/
	}

	.wrapper-work{
		max-width: 260px;
	}

	.row-ref{ 
		padding: 0 5px;
	}

	#work .column.fourth{
		margin: 0 5px 10px 5px;
	}
	
	#work .column:first-child{
		margin-left: 5px;
	}
	
	.fourth{ 
		width: 115px;
	} 

	#thumb-ref-1-GB,
	#thumb-ref-2-GB,
	#thumb-ref-3-GB,
	#thumb-ref-4-GB,
	#thumb-ref-5-GB,
	#thumb-ref-6-GB,
	#thumb-ref-1-D,
	#thumb-ref-2-D,
	#thumb-ref-3-D,
	#thumb-ref-4-D,
	#thumb-ref-5-D,
	#thumb-ref-6-D{
		width: 115px;
		height: 115px;
		background-size: 345px;
		background-position-y: 0;
		background-position-x: -230px;
	}
	
	#thumb-ref-1-GB:hover,
	#thumb-ref-2-GB:hover,
	#thumb-ref-3-GB:hover,
	#thumb-ref-4-GB:hover,
	#thumb-ref-5-GB:hover,
	#thumb-ref-6-GB:hover,
	#thumb-ref-1-D:hover,
	#thumb-ref-2-D:hover,
	#thumb-ref-3-D:hover,
	#thumb-ref-4-D:hover,
	#thumb-ref-5-D:hover,
	#thumb-ref-6-D:hover{
		background-position-x: -115px;
	}
	
	.btn-close-right{
		top: 199px;
		right: 15px;
		width: 20px;
		height: 20px;
		padding: 3px;
		background-size: 14px;
		background-position: 3px; 
	}

	#impressum h1{
		font-size: 14px;
		font-size: 0.875rem;
	}

	#impressum h2{
		font-size: 12px;
		font-size: 0.750rem;
		padding-top: 42px;
		padding-bottom: 15px;
	}

	#impressum h3,
	#impressum h4,
	#impressum p{
		font-size: 11px;
		font-size: 0.688rem;
		padding-bottom: 15px;
	}
	
	#impressum ul{
		font-size: 11px;
		font-size: 0.688rem;
	}
	
	.marker-list li{
		padding-left: 14px;
		padding-bottom: 9px;
 	}

	.marker-list li:before {
		width: 9px;
		height: 9px;
	} 

}





/* iPad Mini bis iPad Pro 10 * * * * * * * * */
@media only screen and (max-height: 1112px) {
 
	.marker-reference1,
	.marker-reference2,
	.marker-reference3,
	.marker-reference4,
	.marker-reference5,
	.marker-reference6,
	.marker-reference1-D,
	.marker-reference6-D{ 
		height: 30px;
		padding-top: 3px;
	}
	
	.description h1{
		font-size: 21px;
		font-size: 1.313rem;
	}

	.description p{
		font-size: 15px;
		font-size: 0.938rem;
	}

	.break{
		margin-bottom: 7px;
	}

} 





/* iPhones * * * * * * * * */
 @media only screen and (max-height: 414px) {

	.lb-close,
	.lb-prev,
	.lb-next{
		width: 23px;
		height: 23px;
		padding: 4px;
		background-size: 15px;
		background-position: 4px; 
	}

	.lb-close{
		top: 30px;
		right: 23px;
	}

	.lb-prev{
		left: 23px;
		top: 42%;
	}

	.lb-next{
		right: 23px;
		top: 42%;
	}

	 .description{
		bottom: 5%;
		right: 23px;
	}

	.marker-reference1,
	.marker-reference2,
	.marker-reference3,
	.marker-reference4,
	.marker-reference5,
	.marker-reference6,
	.marker-reference1-D,
	.marker-reference6-D{ 
		height: 22px;
		padding-top: 3px;
	}
	
	.description h1{
		font-size: 17px;
		font-size: 1.063rem;
	}

	.description p{
		font-size: 13px;
		font-size: 0.813rem;
	}

	.break{
		margin-bottom: 4px;
	}

	.lb-indicators{
		bottom: 5%;
		right: 10px;
	}

	.lb-indicators li{
		margin: 0 10px;
	}

	.lb-dot{
		width: 10px;
		height: 10px;
	}

}





/* iPhones * * * * * * * * */
 @media only screen and (max-width: 766px) {

	.lb-close,
	.lb-prev,
	.lb-next{
		width: 23px;
		height: 23px;
		padding: 4px;
		background-size: 15px;
		background-position: 4px; 
	}

	.lb-close{
		top: 30px;
		right: 23px;
	}

	.lb-prev{
		left: 23px;
		top: 42%;
	}

	.lb-next{
		right: 23px;
		top: 42%;
	}

	 .description{
		bottom: 5%;
		right: 23px;
	}

	.marker-reference1,
	.marker-reference2,
	.marker-reference3,
	.marker-reference4,
	.marker-reference5,
	.marker-reference6,
	.marker-reference1-D,
	.marker-reference6-D{ 
		height: 22px;
		padding-top: 3px;
	}
	
	.description h1{
		font-size: 17px;
		font-size: 1.063rem;
	}

	.description p{
		font-size: 13px;
		font-size: 0.813rem;
	}

	.break{
		margin-bottom: 4px;
	}

	 .lb-indicators{
		bottom: 4%;
		right: 10px;
	}

	.lb-indicators li{
		margin: 0 10px;
	}

	.lb-dot{
		width: 10px;
		height: 10px;
	}

}





/* iPhone 5 * * * * * * * * */
 @media only screen and (max-height: 320px) {

	.lb-prev{
		left: 23px;
		top: 40%;
	}

	.lb-next{
		right: 23px;
		top: 40%;
	}
 
	.marker-reference1,
	.marker-reference2,
	.marker-reference3,
	.marker-reference4,
	.marker-reference5,
	.marker-reference6,
	.marker-reference1-D,
	.marker-reference6-D{ 
		height: 22px;
		padding-top: 4px;
	}
	
	.description h1{
		font-size: 14px;
		font-size: 0.875rem;
	}

	.description p{
		font-size: 10px;
		font-size: 0.625rem;
	}

	.break{
		margin-bottom: 4px;
	}
	 
	.lb-indicators{
		bottom: 3.7%;
		right: 8px;
	}

	.lb-indicators li{
		margin: 0 8px;
	}

	.lb-dot{
		width: 8px;
		height: 8px;
	}
	
}





/* iPhone 5 * * * * * * * * */
 @media only screen and (max-width: 320px) {

 	.lb-prev{
		left: 23px;
		top: 40%;
	}

	.lb-next{
		right: 23px;
		top: 40%;
	}

	.marker-reference1,
	.marker-reference2,
	.marker-reference3,
	.marker-reference4,
	.marker-reference5,
	.marker-reference6,
	.marker-reference1-D,
	.marker-reference6-D{ 
		height: 22px;
		padding-top: 4px;
	}
	
	.description h1{
		font-size: 14px;
		font-size: 0.875rem;
	}

	.description p{
		font-size: 10px;
		font-size: 0.625rem;
	}

	.break{
		margin-bottom: 4px;
	}
	
	.lb-indicators{
		bottom: 3.7%;
		right: 8px;
	}

	.lb-indicators li{
		margin: 0 8px;
	}

	.lb-dot{
		width: 8px;
		height: 8px;
	}
 
}





/* Start-displays * * * * * * * * */


 @media only screen and (max-height: 567px) {

	 #vl1{
		 display: none;
	 }

	 #dot1{
		 display: none;
	 }
	 
	 #intro{
		 padding-top: 0px;
	 }

	 #illu-intro{
		 margin: 70px 0 0 0;
	 }


}


 






/* Print formatting */ 
 
@media print {
 
	#header,
	#contact,
	#footer,
	#vl1,
	#vl2,
	#vl3,
	#vl4,
	#vl5{ 
		display: none; 
	} 
 
}



