/* CSS Document */

/* --------------------------------------------------------------- */

body {
	font-family: 'Crimson Text', serif;
	/*font-family: "Times", "Times New Roman", serif;*/
	font-weight: 400;
	font-size: 1.9vw;
	line-height: 2.3vw;
	color: #FFFFFF;	
	min-height: 100%;
	background-image: url(../images/hg_main.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}

a {
	color: #FFFFFF;
}

p {
	margin-bottom: 1vw;
}

#check {
	position: fixed;
	z-index: -1000;
	width: 100vw;
	height: 1vw;
}

#logo {
	position: absolute;
	top: 2.5vw;
	left: 20vw;
	width: 18.6vw;
}

#logo img {
	width: 100%;
	height: auto;
}

#navi {
	position: absolute;
	top: 7.8vw;
	right: 7vw;
}

#navi ul {
	float: right;
}

#navi ul li {
	float: left;
	margin-left: 4vw;
}

#navi ul li, #navi ul li a {
	font-size: 1.4vw;
	line-height: 1vw;	
}

#navi ul li.active a {
	font-weight: 600;
}

#lang {
	float: right;
	font-size: 1.4vw;
	line-height: 1vw;
	font-family: 'Unna', serif;
	margin-left: 4.5vw;
}

#lang a.active {
	font-weight: 600;
}

#navi_portfolio {
	position: absolute;
	left: 4.4vw;
	top: 16vw;
	margin-bottom: 3.7vw;
	font-family: 'Unna', serif;
	font-size: 1.6vw;
	line-height: 1.8vw;
}

#navi_portfolio ul ul {
	display: none;
}

#navi_portfolio ul li.active ul {
	display: block;
}

#navi_portfolio ul li.active > a {
	font-weight: 600;
}

#navi_portfolio ul ul li {
	font-size: 1.2vw;
	line-height: 1.6vw;
	padding-left: 1.7vw;
}

#navi_portfolio ul ul li:last-child {
	margin-bottom: 1.8vw;
}

#content {
	position: absolute;
	top: 16vw;
	left: 20vw;
	width: 73vw;
	height: 36vw;		
	font-size: 1.3vw;
	line-height: 1.5vw;
	margin-bottom: 3.7vw;
}

#content .content {
	position: relative;
	box-sizing: border-box;
	padding: 2.7vw;
	background-image: url(../images/hg_transparent.png);
	background-repeat: repeat;
}

#content .full {
	width: 100%;
	height: 100%;
	font-size: 2.8vw;
	line-height: 3.6vw;
	background-image: none;
}

#content .full p {
	margin-bottom: 2.3vw;	
	float: right;
}

#content .full .small {
	display: block;
	font-size: 1.35vw;
	line-height: 2.6vw;
	text-align: right;
}

#content .right .small {
	font-size: 1vw;
	line-height: 1.05vw;	
}

#content .left {
	width: 19vw;
	height: 100%;
	float: left;
	padding: 1vw;
	text-align: center;
	font-weight: 600;
}

#content .left .dimensions {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: inherit;
	box-sizing: border-box;
}

#content .left.image {
	padding: 0;	
}

#content .left.image img {
	width: 100%;
	height: auto;
	min-height: 100%;
}

#content .right, #content .portfolio {
	width: 53vw;
	height: 100%;
	float: right;
}

#content .portfolio {
	padding: 0;
}

#content .portfolio #slideimgs {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#content .portfolio #slideimgs img {
	width: 100%;
	height: 100%;
}

#content .portfolio #dots {
	position: absolute;
	left: 0;
	bottom: -1.8vw;
}

#content .portfolio #dots a {
	float: left;
	display: block;
	width: 1vw;
	height: 1vw;
	border-radius: 0.5vw;
	box-sizing: border-box;
	background-color: #ffffff;
	margin-right: 0.7vw;
	cursor: pointer;
}

@media screen and (min-width: 1280px) {
	#content .portfolio #dots a {
		width: 0.8vw;
		height: 0.8vw;
		border-radius: 0.4vw;
		margin-right: 0.3vw;
	}	
}

#content .portfolio #dots a.active {
	background-color: transparent;
	border-width: 0.15vw;
	border-style: solid;
	border-color: #fff;
	cursor: auto;
}

#content h1 {
	font-size: 1.9vw;
	line-height: 2.3vw;
	margin-bottom: 1vw;
	font-weight: 600;
}

#impressum {	
	font-size: 1vw;
	font-family: 'Unna', serif;
	position: absolute;
	right: 0;
	bottom: -2vw;
}

#landscape {
	display: none;
}

#landscape.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 1000;
}

#landscape .hg {
	position: absolute;
	display: block;
	background-color: #fff;
	opacity: 0.7;
	width: 100%;
	height: 250px;
	z-index: 1;
	top: 50%;
	margin-top: -125px;
}

#landscape .icon {
	position: absolute;
	display: block;
	top: 50%;
	width: 100%;
	height: 200px;
	margin-top: -100px;
	background-image: url(../images/smartphone.png);
	background-position: center center;
	background-size: contain;
	z-index: 2;
}

@media (orientation:landscape) {
	#landscape.mobile {	
		display: none;
	}
}
