@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,300,500);


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4em;
	font-size:1.1em;
	font-family: 'Alegreya Sans', sans-serif;
	color:#6F6F6E;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#content{
	width:100%;
}

.logo{
	width:100%;
	height:60vh;
	min-height:400px;
	background: linear-gradient(146deg, #ee8027, #ffde0f);
	background-size: 200% 200%;
	animation: verlauf 10s ease infinite;
}

	@keyframes verlauf { 
	    0%{background-position:0% 50%}
	    50%{background-position:100% 50%}
	    100%{background-position:0% 50%}
	}

.logo object{
	height: auto;
	display:block;
	margin: 0px auto;
	position: relative;
	top:20vh;
}

.kontakt{
	width:100%;
	min-height:40vh;
	min-height:300px;
	background-color: #fff;
}

.fließtext{
	display: inline-block;
	vertical-align: top;
	padding:30px;
	box-sizing: border-box;
}

h1{
	font-size: 1.5em;
	line-height: 1.3em;
}

h2{
	font-weight: 300;
	margin:0 0 20px 0;
}


.highlight{
	font-size: 1.2em;
	line-height: 2em;
}

a{
	color:#ee8027;
	text-decoration: none;
	font-weight: 300;
	line-height: 1.6em;
}

.text{
	padding-top:30px;
}


.map{
	display: inline-block;
	height:40vh;
	min-height:300px;	
}

.map iframe{
	width:100%;
	height:100%;
}

.impressum{
	width: 80%;
	text-align: center;
	margin:0 auto;
}

.impressum p{
	padding:10px;
}

.impressum h1{
	margin:10px 0;
}

@media (max-width: 900px) { 
	  
	  .logo{height:400px;}
	  .logo object{width: 80%; top:100px;}
	  .fließtext{width:100%;text-align: center; padding:40px;}
	  .map{width:100%;}
	  
}

@media (min-width: 901px) { 
		
	.logo object{width: 40%;}
	.fließtext{width:50%;text-align: right;}
	.map{width:50%;}
	  
}