@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,600');
/* Farben:
Logo: 004899
hellblau: ddedff
hintergrundblau: 00a9be
*/

/* RESET ------------------------------------- */


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, fuss, kopf, 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 bzeilesers */
article, aside, details, figcaption, figure, fuss, kopf, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 100.01%;
	height: 100.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;
}
div {
	position: relative;
	min-width: 0;
}
q:before, q:after {
	content: '';
}
strong {
	font-weight: bold;
}
/* Layout -------------------------------------- */
body {
	font-family: 'Fira Sans', 'Roboto Condensed', Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 110.1%;
	font-weight: 400;
	color: #000;
	background-color: #00a9be;
}
.col {
	display: block;
	padding-left: 5%;
	padding-right: 5%;
}
.col1-2, .col2-2 {
	float: left;
	width: 48%;
}
.col1-2 {
	text-align: left;
}
.col2-2 {
	float: right;
}

#frameheader img#logo {
	padding-top: 10px;
	height: 70px;
	width: auto;
	text-align:  left;
}
#veranstalter-container {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 90px;
}
#veranstalter {
	height: 100%;
	width: 100%;
}

#frameheader p {
	font-size: 12px;
	font-size: 0.8em;
	color: #fff;
	text-align: right;
	padding-top: 20px;
}

#frameheader a {
	text-decoration: none;
	color: #fff;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */