@charset "UTF-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	font-size:100%;
	font-family: 'Roboto Slab', serif;
	background-color:#978d91;
}
#header {
	width:100%;
	height:120px;
	background:url(images/logo.svg) 7.5% 40px no-repeat;
	background-size:17%;
	padding: 60px 7% 0 7%;
	position:fixed;
	top:0;
	z-index:10;
}
#container {
	width:96.5%;
	background-color:#978d91;
	margin:260px 0 0 3.5%;
	padding-bottom:300px;
	float:none;
	clear:both;
}
#footer {
	width:96.5%;
	margin:260px 3.5% 0 5vh;
	color:#fff;
}
a, a:visited {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
.drittel {
	float:left;
	width:24%;
/*	margin: 0 4% 0 4%;*/
	margin: 0 3.5% 0 3.5%;
	font-size:120%;
	line-height:1.4;
	font-weight:300;
	color:#fff;
	height:auto;
}
.textblock {
	float:left;
	width:83%;
	margin: 0 3.5% 0 3.5%;
	font-size:120%;
	line-height:1.4;
	font-weight:300;
	color:#fff;
	height:auto;
}
.drittel img {
	width:100%;
	height:auto;
}

#navigation {
	position:fixed;
	top:60px;
	right:7%;
	z-index:300;
}
#telefon {
	background:url(images/t.svg) center no-repeat;
	background-size:100%;
	width:50px;
	height:50px;
	z-index:100;
	float:right;
	margin-left:15px;
	cursor:pointer;
}
#mail {
	width:50px;
	height:50px;
	z-index:100;
	float:right;
	margin-left:15px;
}
#mail a {
	background:url(images/m.svg) center no-repeat;
	background-size:100%;
	width:50px;
	height:50px;
	z-index:100;
	float:right;
	margin-left:15px;
	
}
#info {
	background:url(images/i.svg) center no-repeat;
	background-size:100%;
	width:50px;
	height:50px;
	z-index:100;
	float:right;
	margin-left:30px;
	cursor:pointer;
}

#info_section a  {
	color:#fff;
	font-style:normal;
}
#info_section {
	display:none;
	font-weight:300;
	color:#fff;
	margin:290px 3.5% 0;
	padding-bottom:300px;
	width:100%;
	float:none;
	clear:both;
}
#tel, #mailto {
	width:auto;
	height:50px;
	z-index:1000;
	font-size:2em;
	line-height:0.5;
	font-family: 'Playfair Display', serif;
	font-style:italic;
	font-weight:300;
	color:#fff;
	display:none;	
	position:fixed;
	top:130px;
	right:7%;
}

.bold {
	font-weight:400;
}

.drittel img {
	width:100%;
	height:auto;
}

@media only screen and (max-width: 1440px) {
.drittel {
	font-size:100%;
}
}
@media only screen and (max-width: 1200px) {
	#header {
	background:url(images/logo.svg) 7.5% 60px  no-repeat;
	background-size:27%;
}
}
@media only screen and (min-width: 1200px) {
	#header {
	background:url(images/logo.svg) 7.5% 60px  no-repeat;
	background-size:350px auto;
}
}
@media only screen and (max-width: 800px) {
#container {
	height:auto;
	width:100%;
	margin-left:0;
	position:relative;
	margin-top:200px;
	padding-bottom:150px;
}
.drittel {
	float:none;
	width:86%;
	margin: 0 7% 0 7%;
	font-size:140%;
	line-height:1.4;
	font-weight:300;
	color:#fff;
	display:block;
}
#tel {
	top:100px;
	font-size:1em;	
}
#tel, #mailto {	
	position:absolute;
}
#telefon, #mail, #mail a, #info {
	width:30px;
	height:30px;
}
#telefon, #mail, #mail a, #info {
	width:30px;
	height:30px;
}
#telefon, #mail, #info {
	margin-left:5px;
}

#navigation {
	position:absolute;
}
#header {
	height:120px;
	background:url(images/logo.svg) 14% 60px  no-repeat;
	background-size:50%;
	padding: 80px 7% 0 7%;
	position:absolute;
	top:0;
	z-index:10;
	width:86%;
}
}
