/*
8px = 0.5rem
9px = 0.5625rem
10px = 0.625rem
11px = 0.6875rem
12px = 0.75rem
13px = 0.8125rem
14px = 0.875rem
15px = 0.9375rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
22px = 1.375rem
24px = 1.5rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem
34px = 2.125rem
36px = 2.25rem
38px = 2.375rem
40px = 2.5rem
*/

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

body {
	font-family: 'Open Sans', tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: #333333;
	background: #eee;
}

a {
	color: #f39200;
	text-decoration: none;	
	outline: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	margin: 2em 0 1em;
	padding: 0;
	font-weight: 600;
	font-size: 1.25rem;
	color: #555555;
}

h2 {
	margin: 2em 0 1em;
	padding: 0;
	font-weight: 600;
	font-size: 1rem;
	color: #555555;
}

h3 {
	margin: 2em 0 1em;
	padding: 0;
	font-weight: 400;
	font-size: 1rem;
	color: #555555;
}

h1:first-child {
	margin-top: 0;
}



p {
	margin: 0;
	padding:0;
	margin-bottom: 1rem;
}

strong {
	font-weight: 600;
}

p.kontakt {
	float: left;
	padding: 0;
	width: 80px;
}

p.quelle {
	margin-top: 20px;
	font-size: 11px;
}

h1 + p {
	padding-top: 0;
}

h2 + p, h2 + img + p {
	padding-top: 0;
}

ol {
	margin: 15px 0 10px 15px;
	padding-left: 15px;
}

ul {
	margin: 15px 0 20px 18px;
	padding: 0;
	list-style-type: circle;
}

li {
	padding: 0 0 10px 0;
}

img {
	border: 0;
}


iframe {	
	float: left;
	margin: 0 20px 0 0;

}

.hr {
	border-top: 1px solid #a2a2a2;
	background: none;
	height: 1px;
	margin: 25px 0;
	clear: both;
}

/* ----------------------------------------------------------- */
/* Hauptelemene */

header {
	width: 100%;
	overflow: auto;
	
}

#head_behind {
	max-height: 302px;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #262626;
}

#head {
	position: relative;
	max-width: 950px;
	width: 100%;
	max-height: 300px;
	margin: 0px auto 0;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.8);
}

#head #circle {
	position: absolute;
	top: 260px;
	left: 750px;
	width: 150px;
	height: 20px;
}


#head #circle div {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	float: left;
	margin: 0 10px 0 0;
	background: rgba(255,0,0, 0.8);
}

#logocontent  {
	width: 950px;
	height: 300px;
	position: absolute;
	margin: 1px 0 0 -475px;
	z-index: 9999;
	left: 50%;	
}

#logocontent #logo {
	width: 235px;
	height: 300px;
	padding: 70px 0 0;
	margin-left: 20px;
    background: rgba(255, 255, 255, 0.8);  
}

#logocontent #logo img {
	display: block;
	margin: 0 auto 0;
}

#footer {
	width: 100%;
	min-height: 200px;
	background: #555;	
	border-top: 1px solid #333333;
}

#footerIn {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 25px 25px 0 25px;
	overflow: auto;
	color: #a2a2a2;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0.8125rem;
}

#footerIn > div{
	width: 50%;
	color: #a2a2a2;
}

#footerIn > div:last-child{
	text-align: right;
}

#footerIn > div > a {
	color: #a2a2a2;
}

#container {
	max-width: 1000px;
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	padding: 25px 25px 0 25px;
	overflow: auto;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
	font-size: 0.875rem;
	min-height: calc(100vh - 550px);
}

#container > div {
	background: transparent;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	padding: 50px;
	margin: 0 0 25px 0;
	border-radius: 3px;
}

#container > .content {
	width: 100%;
}

#container > .contentleft {
	width: calc(100% - 375px);
	margin-right: 25px;
}

#container > .contentright {
	width: 350px;

}


.table {
  display: table;
  width: 100%;
}

.th, .tr  {
    display: table-row;
}

.th .td {
   	font-weight: 400;
    background: #25669b;
    color: #fff;
    padding: 1em 0.5em;
}

.tr .td {
  display: table-cell;
  padding: 0;
  background: transparent;
  vertical-align: top;
}

.pt-1 {
	padding-top: 1rem;
}

.pb-1 {
	padding-bottom: 1rem;
}

.mt-1 {
	margin-top: 1rem;
}

.mb-1 {
	margin-bottom: 1rem;
}

.bold {
	font-weight: 600;	
}

.bolder {
	font-weight: 700;	
}

.small {
	font-size: 0.75rem;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}




