@charset "UTF-8";
/* http://gestaltbar.de
   v1.0 | 20160310
*/

html, body {
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
	background-color: #ae283c;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.3em;
}

h1, .h1 {
	font: 24px 'ChicagoFLF';
	color: #ae283c;
	margin-bottom: 1.5em;
	margin-top: 10px;
	padding-top: 10px;
}

h2, .h2 {
	font-size: larger;
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

p {
	margin-bottom: .5em;
}

img.respond {
	width: 100%;
}

img.respond_50 {
	width: 50%;
}

.center {
	text-align: center;
}

.pressRef {
	font-size: smaller;
	font-style: italic;
	text-align: right;
}

.rotate {
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	
	transform: rotate(15deg);
}

ul {
	margin-left: 0.6em;
	padding-left: 0.6em;
	padding-bottom: 1em;
}

li {
    list-style-type: disc;
    margin-bottom: .3em;
}

iframe {
	margin-bottom: 1em;
	max-width: 500px;
	max-height: 281px;
	width: 100%;
}

iframe.vert {
	margin-bottom: 1em;
	max-width: 281px;
	max-height: 500px;
	width: 100%;
}

.imgTop {
	position: absolute;
	width: 214px;
	height: 214px;
	bottom: -105px;
	right: 2em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 13px solid #4d5153;
	box-sizing: border-box;
	display: block;
}
.home .imgTop {
	position: absolute;
	width: 514px;
	height: 514px;
	top: -0px;
	right: 2em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 13px solid #4d5153;
	box-sizing: border-box;
	display: block;
}
.home .content {
	background-color: transparent;
}
p.textTop::first-line {
	font-size: 50px;
	line-height: 1.2em;
}.textTop {
	font: 20px/1.2em 'ChicagoFLF';
	color: white;
	text-transform: uppercase;
	margin-left: 1.2em;
}

/* @group slideshow */

#slideshow {
	position: absolute;
	width: 514px;
	height: 514px;
	top: -13px;
	right: 2em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 13px solid #4d5153;
	box-sizing: border-box;
	display: block;
}


/* @end */

/* @group Navigation */

.nav {
	//font-family: 'ChicagoFLF';
	position: relative;
}

.nav a {
	color: white;
	text-decoration: none;
}

.nav a:hover {
	color: lightgray;
	text-decoration: underline;
}

.nav li li {
	//padding-left: 2em;
}

ul.nav  ul {
	padding-bottom: .5em;
}

.dropdown-menu {
	display: inline-table;
}

/* @end */

/* @group Layout */
.table {
	display:table;
	border-collapse:separate;
	border-spacing:0px;
	min-width: 600px;
	max-width: 900px;
}
.row {display:table-row;}
.cell {
	display:table-cell;
	padding: 9em 1em 25em;
	/*border:1px solid black;*/
}
div.cell.content {
	//padding-top: 0em;
}
.container, .table, .row, .cell {
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100% !important; /* Mindesthöhe für den IE */
	//overflow: hidden !important; /* FF Scroll-leiste */ 
	//overflow-x: hidden !important;
}
.container {
	background: url(../_img/_all/marla_bg_01.jpg) center 400px no-repeat fixed;
	height:auto !important; /* Mindesthöhe für den IE */
}
.content {
	background-color: #e7e7e7;
	padding: 0 3em;
	overflow: auto !important;
}
.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	background: #4d5153;
}
.headerContainer {
	margin: 1em auto;
	//background: url(../_img/_test/schrift_.jpg) no-repeat;
	min-width: 600px;
	max-width: 900px;
}
.footer {
   position:fixed;
   height:30px;
   width:100%;
   left:0px;
   bottom:0px;
   background:#999;
}
/* @end */

/* @group Fonts */

@font-face {
    font-family: 'ChicagoFLF';
    src:url('ChicagoFLF.ttf.woff') format('woff'),
        url('ChicagoFLF.ttf.svg#ChicagoFLF') format('svg'),
        url('ChicagoFLF.ttf.eot'),
        url('ChicagoFLF.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

/* @end */

/* @group Links */

a, a:link, a:visited {
	color: #ae283c;
	text-decoration: none;
}
a:hover {
	color: #8a2232;
	text-decoration: underline;
}

/* @end */

.borderTest {
	border: 1px dashed orange;
	position: relative !important;
}