@import url(https://www.artworkmedia.de/css/Ubuntu.css);

* {
	font-family: 'Ubuntu', serif;
	box-sizing: border-box;
}
body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
a {
	color: #333333;
	color: rgba(51,51,51,0.95);
	text-decoration: underline;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
div.section_container {
	border: 0px solid #000000;
	padding-top: 3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-decoration: none;
	width: 60%;
	height: 99%;
	min-width: 500px;
	overflow: hidden;
}
div.intro {
	border: 0px solid #000000;
	padding-left: 1%;
	padding-right: 1%;
}
div.intro span.intro_subtitle {
	font-weight: 600;
	font-style: bold;
}
div.intro ul {
	margin: 0;
	padding-left: 3%;
}
div.references_left, div.references_right {
/* 	margin: auto; */
	height: 90%;
	padding-top: 30vh;
	width: 5%;
	font-size: 4em;
}
div.references_left {
	border: 0px solid #000000;
	float: left;
	text-align: left;
}
div.references_right {
	border: 0px solid #000000;
	float: right;
	text-align: right;
}
div.references_left, div.references_right {
	color: #BAB9B7;
	color: rgba(186,185,183,0.9);
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}
div.references_left:hover, div.references_right:hover {
	color: #545C69;
	color: rgba(84,92,105,0.75);
	cursor: pointer;
}
div.references {
	border: 0px solid #000000;
	width: 90%;
	height: 80%;
	overflow: hidden;
/* 	overflow-x: auto; */
/* 	overflow-y: auto; */
}
div.references_film {
	height: 100%;
	width: 100%;
}
div.references_box {
	border: 0px solid #000000;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	float: left;
	padding-top: 2%;
	padding-left: 3%;
	padding-right: 3%;
	content: '';
}
div.references_box.references_min {
	border: 0px solid #000000;
	font-size: 50%;
	padding-top: 0.5%;
	padding-left: 1%;
	padding-right: 1%;
}
div.references_all {
	float:right;
	cursor: pointer;
	font-weight: bold;
}
div.dataprotectionstatement {
	border: 0px solid #000000;
	width: 100%;
	height: 94%;
	padding-left: 1%;
	padding-right: 1%;
	overflow: hidden;
	overflow-y: auto;
}
div.dataprotectionstatement span.dataprotectionstatement_subtitle {
	font-weight: 400;
	font-style: bold;
}
div.projects {
	border: 0px solid #000000;
	width: 100%;
	height: 94%;
	padding-left: 1%;
	padding-right: 1%;
	overflow: hidden;
	overflow-y: auto;
}
div.projects ul {
	margin: 0;
	padding-left: 3%;
}
div.projects ul li:nth-child(1) {
	font-style: italic;
}
div.projects ul li:nth-child(2) {
	margin-top: 1.5%;
}
div.emergency {
	border: 0px solid #000000;
	width: 100%;
	height: 84%;
	padding-left: 1%;
	padding-right: 1%;
}
div.emergency section.info {
/* 	border: 1px solid #000000; */
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 30px;
}
div.emergency h4 {
	line-height: 10%;
}
div.emergency section.info {
	display: table;
}
div.emergency section.inforow {
	display: table-row;
}
div.emergency section.info article {
	display: table-cell;
}
div.emergency section.info article.left {
	float: left;
	width: 60%;
}
div.emergency section.info article.right {
	float: right;
	width: 30%;
}
div.emergency section.info ul {
	margin: 0;
	padding-left: 3%;
}
div.emergency section.info article.right ul {
	float: left;
}
div.emergency span.emergency_subtitle {
	font-weight: 600;
	font-style: bold;
}
div.imprint span.imprint_subtitle {
	font-weight: 600;
	font-style: bold;
}
div.contact {
	border: 0px solid #000000;
	width: 100%;
	height: 84%;
	padding-left: 1%;
	padding-right: 1%;
}
span.input_label {
	margin-top: 8px;
	font-weight: bold;
	width: 120px;
	float: left;
}
input.input_contact {
	border: 1px solid #A6A6A6;
	border: 1px solid rgba(166,166,166,0.95);
	margin-top: 8px;
	width: 60%;
}
textarea.input_contact {
	border: 1px solid #A6A6A6;
/* 	border: 1px solid rgba(166,166,166,0.95); */
	margin-top: 8px;
	width: 60%;
	height: 200px;
}
section.imprint.bottom {
	border: 0px solid #000000;
	margin-top: auto;
	margin-bottom: 0;
	padding-left: 10px;
}
div.imprint {
	padding-left: 1%;
	padding-right: 1%;
	display: flex;
}
div.imprint section {
	flex-basis: 60%;
}
iframe.googlemap {
	border: 0px solid #000000;
	width: 80%;
	height: 70%;
	overflow: hidden;
}
a:hover {
	text-decoration: none;
	color: #1d2127;
	color: rgba(29,33,39,0.95);
}

#intro {
	margin-top: 60px;
	width: 100%;
	height: 100vh;
	background: #EEEEEE;
}
#references {
	width: 100%;
	height: 100vh;
	background: #DDDDDD;
}
#projects {
	width: 100%;
	height: 100vh;
	background: #EEEEEA;
}
#emergency {
	width: 100%;
	height: 100vh;
	background: #EEEEEA;
}
#contact {
	width: 100%;
	height: 100vh;
	background: #EEEEEA;
}
#dataprotectionstatement {
	width: 100%;
	height: 100vh;
	background: #EEEEEA;
}
#imprint {
	width: 100%;
	height: 100vh;
	background: #EEEEEF;
}
.nav-sup-title {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	display: none;
}
nav {
	top: 0;
	position: fixed;
	width: 100%;
	padding: 1em 1em;
	background: #333333;
	background: rgba(51,51,51,0.95);
	z-index: 99;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-shadow: 4px 4px 4px #000;
}
nav ul {
	float: right;
	margin: 0;
	margin-top: 0;
	list-style: inside;
	text-align: right;
}
nav ul li {
	display: inline-block;
	margin: 0 0 0 1em;
}
nav ul li a.as-active {
	color: #697484;
	color: rgba(105,116,132,0.9);
}
nav ul a {
	color: #FFE;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-shadow: 4px 4px 4px #000;
}
nav ul a:hover {
	color: #697484;
	color: rgba(105,116,132,0.9);
}
nav .corporate {
	position: relative;
	display: block;
	float: left;
	z-index: 2;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
	color: #FFE;
	color: rgba(255,255,238,0.95);
}
nav .corporate a {
	color: #A9A8A5;
	color: rgba(169,168,165,0.9);
	font-weight: 400;
	font-style: normal;
	font-size: 1.5em;
	text-transform: none;
	letter-spacing: 0;
	text-decoration: none;
}
nav .corporate a:hover {
	color: #697484;
	color: rgba(105,116,132,0.75);
}
@media only screen and (max-width:480px) {
	nav .brand span {
		display: none;
	}
}
nav .corporate em {
	font-size: 0.75em;
	font-weight: 300;
	font-style: normal;
	font-style: italic;
}
nav .corporate b {
	font-size: 0.75em;
	font-weight: 600;
	font-style: normal;
}
nav .mobile-navigation {
	display: none;
	position: absolute;
	right: 1.5em;
	top: 1.45em;
	width: 32px;
	height: 32px;
	padding: 4px 3px;
	z-index: 100;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
nav .mobile-navigation:hover svg line {
/* 	color: #697484; */
/* 	color: rgba(105,116,132,0.9); */
}
nav .mobile-navigation svg line {
/* 	stroke: #FFFFFF; */
/* 	stroke-width: 2px; */
/* 	-webkit-transition: all 300ms ease; */
/* 	-moz-transition: all 300ms ease; */
/* 	-o-transition: all 300ms ease; */
/* 	transition: all 300ms ease; */
}
nav.main-navigation-fixed {
	width: 100%;
	padding: 0.1em 16em 0.1em 16em;
	background: #333333;
	background: rgba(51,51,51,0.95);
}
.main-navigation-menu {
	margin-top: 2px;
}
.page-navigation {
	position: fixed;
	left: 2.5%;
	top: 50%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	z-index: 90;
}
.page-navigation.as-active {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}
.page-navigation ul {
	margin: 0;
	list-style: inside;
}
.page-navigation ul li {
	display: block;
	height: 22px;
	margin: 0;
}
.page-navigation ul a {
	text-decoration: none;
}
.page-navigation ul a:hover .nav-title {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}
.page-navigation ul a:hover .dot {
	background: #8492a6;
	background: rgba(132,146,166,0.5);
}
.page-navigation ul a .nav-title {
	margin-left: 0.25em;
	color: #333333;
	color: rgba(51,51,51,0.5);
	font-size: 0.875em;
	font-weight: 700;
	font-style: normal;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.page-navigation ul a .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #333333;
	border: 2px solid rgba(51,51,51,0.95);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.page-navigation ul a .dot.as-active {
 	background: #333333;
	background: rgba(51,51,51,0.95);
}
.page-navigation ul a:hover .nav-title {
	opacity: 1;
}

div.references_box span.references_subtitle {
	font-weight: 600;
	font-style: bold;
}

@media only screen and (max-width:1024px) {
	nav {
		padding: 1.5em;
	}
	nav ul {
		position: fixed;
		float: none;
		right: -280px;
		top: 0;
		height: 100%;
		padding: 8em 3em;
		background: #333333;
		background: rgba(51,51,51,0.95);
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	nav ul.as-slide-in {
		right: 0;
	}
	nav ul li {
		display: block;
		margin: 0 0 1.5em 0;
		text-align: left;
	}
	nav ul a {
		font-size: 1.0em;
	}
	nav .mobile-navigation {
		display: block;
	}
	.page-navigation {
		display: none;
	}
	div.section_container {
		padding-top: 1%;
		width: 99%;
	}
}

@media only screen and (max-width:600px) {
	div.imprint {
		display: block;
	}
	iframe.googlemap {
		width: 100%
	}
	div.references {
		width: 90%;
	}
	div.references_left, div.references_right {
		font-size: 3em;
	}
	div.references_box h1 {
		font-size: 98%;
	}
	div.references_box h3 {
		font-size: 96%;
	}
}

@media only screen and (max-width:480px) {
	nav .corporate a {
		font-size: 1.25em;
	}
	nav .corporate em {
		font-size: 0.75em;
	}
	nav .corporate b {
		font-size: 0.75em;
	}
	nav ul {
		padding-top: 4em;
		padding-right: 0.75em;
		padding-bottom: 2em;
		padding-left: 0.75em;
	}
	nav ul a {
		font-size: 1em;
	}
	div.section_container {
		min-width: 470px;
	}
	div.intro {
		font-size: 90%;
	}
	div.projects {
		font-size: 80%;
	}
	div.dataprotectionstatement {
		font-size: 80%;
	}
	div.references_left, div.references_right {
		font-size: 2em;
	}
	div.contact h1 {
		line-height: 70%;
	}
	span.input_label {
		margin-top: 1px;
	}
	input.input_contact {
		margin-top: 1px;
	}
	textarea.input_contact {
		margin-top: 1px;
		height: 180px;
	}
}

@media only screen and (max-width:320px) {
	nav.main-navigation-fixed {
		padding: 0.1em 8em 0.1em 8em;
	}
	nav .corporate a {
		font-size: 1.0em;
	}
	nav .corporate em {
		font-size: 0.5em;
	}
	nav .corporate b {
		font-size: 0.5em;
	}
	nav ul {
		padding-top: 4em;
		padding-right: 0.75em;
		padding-bottom: 2em;
		padding-left: 0.75em;
	}
	nav ul a {
		font-size: 0.5em;
	}
	nav .mobile-navigation {
		right: 0.5em;
		top: 1.45em;
		width: 26px;
		height: 26px;
		padding: 4px 3px;
	}
	div.section_container {
		min-width: 310px;
	}
	div.intro {
		font-size: 80%;
	}
	div.projects {
		font-size: 80%;
	}
	div.dataprotectionstatement {
		font-size: 80%;
	}
	div.references_left, div.references_right {
		display: none;
	}
	div.references_box h1 {
		font-size: 98%;
	}
	div.references_box h3 {
		font-size: 96%;
	}
}

@media only screen and (max-height:520px) {
	div.contact h1 {
		line-height: 10%;
		font-size: 90%;
	}
	textarea.input_contact {
		height: 100px;
	}
}

.clear { clear: both; }





	