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

/* 
Reset: alle internen Browservorgaben werden damit überschrieben
Quelle: 
http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
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;
}

/* Globale/übergeordnete Regeln */

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}


body {
	background-color: #29586c;
	font-family: "Gill Sans", Arial, sans-serif;
}
 
a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	text-decoration: underline;
	color: #b6e1ec;
}

a:hover {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	text-decoration: none;
	color: #fff;
}
 
em {
	font-style: oblique;
}
 
strong {
	font-style: bold;
}
 
img {
	width: 100%;
}
 
h1, h2, h3, h4, h5 {
	font-family: "Gill Sans", Arial, sans-serif;
	font-style: normal;
}
 
h3 {
	font-size: 1.5em;
	padding: 0 0 1% 0;
	color: #fff;
	font-weight: 300;
}
h4 {
	font-size: 1.2em;
	padding: 0 0 1% 0;
	color: #fff;
	font-weight: 300;
}

/* Wrapper */

.wrapper {
	max-width: 1120px;
	margin: 0 auto;
	font-family: "Gill Sans", Arial, sans-serif;
	-webkit-animation-delay: 4s;
	/* Chrome, Safari, Opera */
	animation-delay: 2s;
}

/* section */

section {
	max-width:1120px;
	margin:0 auto;
	background-color:#2d4451;
	color:#fff;
	padding:1% 0;
}

.section .footer-content p a {
	font-size: 1.2em;
	margin: 2% 2% 2% 0;
	padding: 1% 1.8% 1% 1.8%;
	font-weight: 300;
	border: .1em solid #e4b0af;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	text-decoration: underline;
	color: #e4b0af;
}
.section .footer-content p a:hover {
	text-decoration: none;
	color: #fff;
} 

/* footer */

footer {
	max-width:1120px;
	margin:0 auto;
	background-color:#e4b0af;
	color:#fff;
	padding:1% 0;
	clear:both;
	height:50px;
}
 
.footer-content {
 max-width:1120px;
 padding:1% 5%;
 font-family: "Gill Sans", Arial, sans-serif;
 font-style: normal;
 font-weight: 300;
 color: #fff;
 letter-spacing: .03em;
 line-height: 1.2;
 font-size:1em;
}

.footer-content p a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	text-decoration: underline;
	color: #2d4451;
}

.footer-content p a:hover {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	text-decoration: none;
	color: #fff;
}

/* impressum */

.impressum-content {
 max-width:800px;
 padding:2% 5%;
 margin:0 auto;
 font-family: "Gill Sans", Arial, sans-serif;
 font-style: normal;
 font-weight: 300;
 line-height: 1.2;
 color: #fff;
 letter-spacing: .03em;
 font-size:1em;
}



