html, body {
  /*height: 100%;*/
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: #740809 url(images/background.gif) repeat left top; 
	background-attachment: fixed;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #B0B0B0;
	overflow-y: scroll;
}

.scroll::-webkit-scrollbar {  /* schaltet die Scrollbars aus */
-webkit-appearance: none;
-moz-appearance: none;
width: 0px;   /* hier wird der Scrollbar auf Breite und Höhe auf 0 gesetzt */
height: 0px;
}
.scroll::-moz-scrollbar {  /* schaltet die Scrollbars aus */
-webkit-appearance: none;
-moz-appearance: none;
width: 0px;   /* hier wird der Scrollbar auf Breite und Höhe auf 0 gesetzt */
height: 0px;
}



h1, h2, h3 {
	margin: 0;
	padding: 0;
}

/*
h2
{
	font-weight: 300;
	font-size: 1.50em;
}
*/
p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
}

a {
	color: #B0B0B0; /* #FFFFFF; */
}

a:hover {
	color: #FF0027;
	text-decoration: underline; /* none */
}

a img {
	border: none;
}

img.border {
	border: 5px solid rgba(255,255,255,1);
}

img.alignleft {
	float: left;
	margin-right: 30px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#wrapper {
  position: relative;
  width: 100%;
  min-height: 600px;	
  margin: 30px auto 0px auto; /* der Abstand über dem Menü und unter dem Container */
}

#wrapper {
	overflow: hidden;
}

.container {
	width: 800px;  /* 1000px */
	margin: 0px auto;
}

.container img {
	-webkit-border-radius: 3px;/* die 3 Werte müssen in der Reihenfolge stehen */
	-moz-border-radius: 3px;
	border-radius: 3em;
}

.referenz { /* die referenz class gilt nur für die referenz Images */
	width: 800px;  /* 1000px */
	margin: 0px auto;
}


.referenz img { /* die referenz class gilt nur für die referenz Images */
	-webkit-border-radius: 1em;/* die 3 Werte müssen in der Reihenfolge stehen */
	-moz-border-radius: 1em;
	border-radius: 1em; /* der ist hier maßgebend */
}


.clearfix {
	clear: both;
}

#banner {
	margin-bottom: 0px;  /*30px*/
	background: #0C0C0C; /*rgba(0,0,0,0.70);*/
	border-radius: 4em;
}


/** HEADER */

#header-wrapper
{
	overflow: hidden;
	height: 70px;  /*80*/
	margin-bottom: 40px;
}

#header {
	overflow: hidden;
}

/** LOGO */

#logo {
	float: left;
	width: 300px;
	height: 70px;  /*80*/
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	padding-left: 0px;
	text-decoration: none;
	font-size: 1.40em; /* 1,5 */
	font-weight: 400;
	color: #FFFFFF;
}

/** MENU */

#menu {
	float: right;
	height: 70px;  /*80*/
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-right: 0px;  /* 0 */
}

#menu a {  /* das gehört zum Menü oben */
	display:block;
	height: 40px;   /* 80px die Höhe des Buttonhintergrunds */
	padding: 0px 15px;   /* 0px 30px */
	line-height: 40px;  /*60 posistioniert die SChrift in den Buttons 80*/
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	/*border: 2px solid;
	border-color: #000000; */
}

#menu a:hover, #menu .active a {
	text-decoration: underline;
	background: #666666;  /*#FC6103;*/
	color: #ffffff;
	-webkit-border-radius: 10px;/* die 3 Werte müssen in der Reihenfolge stehen */
	-moz-border-radius: 10px;
	border-radius: 10px; /* gilt für alle Ecken */
}
/*
#menu .active {
	text-decoration: underline;
	background: #666666;  /*#FC6103;
	color: #000000;
} */

/** PAGE */

#page {
	overflow: hidden;
	margin-bottom: 20px;
}

/** CONTENT */



#content h2 a
{
	display: block;
	padding: 0px 0px 20px 0px;
	text-decoration: none;
	color: #FFFFFF;
}

#content #box1
{
	margin-bottom: 30px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 220px;
	padding: 40px;
}

#sidebar h2
{
	padding: 0px 0px 20px 0px;
	color: #FFFFFF;
}

/* Footer */

#footer {
	
	float: inherit;
	width: 100%;
	background: rgba(0,0,0,1);
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	padding: 30px 0px 30px 0px;
}

#footer p {
	text-align: center;
	font-size: 10px;
}

#footer a {
	color : #999999;
}

#footer a:hover {
	color : #FF0027;
}


/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

ul.style1 li {
	clear: both;
	margin-bottom: 25px;
	padding: 20px 0px 40px 0px;
	border-top: 1px solid #000000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}

ul.style1 h3 {
	display: block;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	color: #FFFFFF;
}

ul.style1 p {
	line-height: 150%;
}

ul.style1 .button-style {
	float: left;
	margin-top: 0px;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #000000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}

ul.style3 a {
	text-decoration: none;
	color: #949494;
}

ul.style3 a:hover {
	text-decoration: underline;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

ul.style3 .date {
	width: 87px;
	background-color: #FC6103;
	margin-top: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

ul.style3 .first .date
{
	margin-top: 0px;
}

.button-style
{
	display: inline-block;
	background-color: #FC6103;
	margin-top: 20px;
	padding: 5px 30px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}

.entry
{
	margin-bottom: 30px;
}

/* von mir eingefügt */

.seitenname
{
	padding: 0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: 500;
}

.seite-links
{
	padding: 0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
}

.seite-links-head
{
	padding: 0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 400;
}

#content {
	float: inherit;
	width: 100%;  /*600px;*/
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	background: #0C0C0C; /*rgba(0,0,0,0.70);*/
	margin-bottom: 40px;
}

#content-l {
	float: left;
	width: 48%;  /*600px;*/
	padding: 0px 0px 0px 00px;
	background: #0C0C0C; /*rgba(0,0,0,0.70);*/
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	font-weight: 400;
	line-height: normal;
}

#content-r {
	float: right;
	width: 48%;  /*600px;*/
	padding: 0px 00px 0px 0px;
	background: #0C0C0C; /*rgba(0,0,0,0.70);*/
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	
}

#dsgvo {
	float: inherit;
	width: 100%;  /*600px;*/
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	background: #0C0C0C; /*rgba(0,0,0,0.70);*/
	margin-bottom: 40px;
	
}

.gestaltung {
	color : #999999;
	font-size : 11px;
	font-weight: none;
	text-align : justify;
	text-decoration : none;
}

.copy { /* copyrighthinweis fanz unter */
	font-family: 'Open Sans', sans-serif;
	color: #999999;
	font-size: 10px;
	line-height: normal;
	text-align: center;
}

#hinweis { /* copyrighthinweis fanz unter */
	font-family: 'Open Sans', sans-serif;
	color: #999999;
	font-size: 10px;
	line-height: normal;
	text-align: center;
}

.copy a { /* copyrighthinweis in der Buttonspalte */
	font-family: 'Open Sans', sans-serif;
	color: #999999;
	font-size: 10px;
	line-height: normal;
	
}

.copy a:hover { /* copyrighthinweis in der Buttonspalte */
	font-family: 'Open Sans', sans-serif;
	color: #FF0027;
	font-size: 10px;
	line-height: normal;
	
}

table {  /* global für alle Tables */
  border-radius: 4em;
/*	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; */
}
/*
Border Werte
Eine Angabe: derselbe Wert gilt für alle vier Ecken
Zwei Angaben: 1. Wert für oben-links und unten-rechts, 2. Wert für oben-rechts und unten-links
Drei Angaben: 1. Wert für oben-links, 2. Wert für oben-rechts und unten-links, 3. Wert für unten-rechts
'Vier' Angaben: 1. Wert für oben-links, 2. Wert für oben-rechts, 3. Wert für unten-rechts, 4. Wert für unten-links


Außerdem können Sie entsprechende Werte für

border-top-right-radius, definiert die Abrundung für oben rechts,
border-bottom-right-radius, die Abrundung für unten rechts,
border-bottom-left-radius, die Abrundung für unten links und
border-top-left-radius, die Abrundung für oben links

*/


