@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
@font-face {
    font-family: 'ubuntumedium';
    src: url('ubuntu-m-webfont.woff2') format('woff2'),
         url('ubuntu-m-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntubold';
    src: url('ubuntu-b-webfont.woff2') format('woff2'),
         url('ubuntu-b-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ubunturegular';
    src: url('ubuntu-r-webfont.woff2') format('woff2'),
         url('ubuntu-r-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
body {
	background: url("../images/bg.png") top left repeat #535558;
	color: #595959;
	font-family: 'ubunturegular', sans-serif;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/*-----------Blöcke-----------*/

#page {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
	width: 980px;
}
#header {
	background: url("../images/header.png") no-repeat scroll left top transparent;
	display: block;
	height: 200px;
	margin-bottom: 10px;
}
#container {
	width: 980px;
	background: transparent;
	margin: 0 auto;
}
#left {
	margin-right: 780px;
	background-color: #b21c1f;
	position: relative;
	width: 200px;
	min-height: 450px;
}
#pic {
	background: url("../images/photo.png") no-repeat top left #535558;
	float: left;
	width: 200px;
	height: 210px;
}
#contact {
	bottom: 30px;
	color: #fff;
	display: block;
	padding: 0 9px;
	position: absolute;
}
#right {
	float: right;
	width: 770px;
	background: transparent;
	margin-left: 10px;
	min-height: 450px;
	padding: 0;
	text-align: left;
}
#content {
	background: url("../images/bg-main.png") no-repeat scroll left top #f8f8f8;
	float: left;
	min-height: 450px;
	padding: 30px 240px 60px 30px;
	text-align: left;
	width: 500px;
	margin-top: 10px;
}
iframe {
	width: 500px;
	height: 430px;
}
/*-----------Allgemeine Formatierungen Text-----------*/
h1 {
	font-size: 18px;
	color: #B21C1F;
	margin: 0;
	font-family: 'ubuntumedium', sans-serif;
}
h2 {
	font-size: 15px;
	margin: 5px 0;
	font-family: 'ubuntumedium', sans-serif;
	font-style: normal;
}
h2.smaller {
	font-size: 12px;
	margin: 5px 0;
	font-family: 'ubuntumedium', sans-serif;
	color: #B21C1F;
}
h3 {
	font-size: 14px;
	margin: 20px 0 0 0;
	font-family: 'ubunturegular', sans-serif;
	font-style: normal;
	text-decoration:underline;
}
p {
	margin: 0.8em 0;
	font-size: 14px;
	line-height: 1.5em;
}
#contact p {
	margin: 0.8em 0;
	font-size: 12px;
	color: #fff;
}
td {
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: top;
}
td.divider {
	border-bottom: 1px solid #B21C1F;
}
.divider {
	border-bottom: dotted 1px #B21C1F;
	height: 5px;
}
a {
	color: #B21C1F;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
a:hover {
	background-color: #B21C1F;
	color: #fff;
}
#header > a {
	text-decoration: none;
}
#header > a:hover {
	background-color: transparent;
}
.top10 {
	padding-top: 10px;
}
.tb490 {
	width: 490px;
}
ul.list {
	list-style-type: none;
	font-size: 14px;
	padding-left: 30px;
	margin-top: 3px;
	position: relative;
	display: block;
}
ul.list li::before {
    color: #B21C1F;
    content: "»";
    margin-left: -10px;
    padding-right: 7px;
    height: 20px;
    display: block;
    float: left;
}
ul.list li {
	margin-bottom: 8px;
	display: block;
	float: none;
	margin-right: 0;
}
.imprint ul.list {
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 20px;
}
.smaller {
	font-size: 12px;
}
a.white {
	color: #ffffff;
}
.footertext {
	color: #ffffff;
	display: block;
	font-size: 12px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
}
/*=========== Navigation ==============*/
#navi {
	float: left;
	display: block;
	margin: 0 0 10px;
	text-align: left;
	font-size: 15px;
}
#menu {
	position: relative;
}
/*Strip the ul of padding and list styling*/
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
/*Create a horizontal list with spacing*/
li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}
/*Style for menu links*/
li a {
	display: block;
	font-size: 15px;
	font-family: 'ubunturegular', sans-serif;
	min-width: 109px;
	height: 60px;
	text-align: center;
	line-height: 56px;
	color: #fff;
	background: #B21C1F;
	text-decoration: none;
}
/*Hover state for top level links*/
li:hover a {
	background: #98BE22;
}
/* aktuelle Rubrik kennzeichnen */
li a.aktuell {
	background-color: #98BE22;
}
/* Navigationspunkt mit untermenü */
li a.sub {
	background: url("../images/bg-arrow.png") no-repeat top left;
}
/* Navigationspunkt aktuell mit untermenü */
li a.aktiv.sub {
	background: url("../images/bg-arrow-green.png") no-repeat top left;
}
/*Style for dropdown links*/
li:hover ul a {
	background: url("../images/bg-main.png") repeat scroll left top #fff;
	border-bottom: 1px solid #565656;
	border-left: 1px solid #565656;
	border-right: 1px solid #565656;
	color: #595959;
	font-size: 14px;
	font-family: 'ubunturegular', sans-serif;
	height: 30px;
	padding: 3px 10px 5px;
	text-transform: none;
	width: 240px;
	line-height: 30px;
	text-align: left;
}
/*Hover state for dropdown links*/
li:hover ul a:hover {
	color: #98BE22;
}
/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}
/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}
/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
	z-index:10000;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	background: url('../images/nav-bg-mob.png') repeat top left #89B400;
	text-align: center;
	padding: 10px 0;
	display: none;
	margin-bottom: 1px;
}
/*Hide checkbox*/
input[type=checkbox] {
	display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu {
	display: block;
}
/* Fix for Android */
body {
	-webkit-animation: bugfix infinite 1s;
}
@-webkit-keyframes bugfix {
 from {
padding: 0;
}
to {
	padding: 0;
}
}
/* default checkbox */
input[type=checkbox] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
label {
	cursor: pointer;
	user-select: none;
}
/*Galerie*/

.demo ul {
    position: relative;
    width: 700px;
}
.demo li {
    color: white;
    float: left;
    margin: 0;
    padding: 0;
}
.demo a {
    float: left;
    height: 180px;
    margin: 10px 40px 0 0;
    padding: 0;
    width: 180px;
}
#content.galery {
    padding: 30px 100px 40px 30px;
    width: 640px;
}

/*Responsive Styles*/

@media screen and (max-width:550px) {
#page {
	padding-top: 0;
	width: 320px;
}
#container {
	width: 320px;
}
#left {
	margin-right: 0px;
	display: none;
}
#right {
	width: 320px;
}
#header {
	background: url("../images/header-mob.png") no-repeat scroll center top #b21c1f;
}
#pic {
	display: none;
}
#contact {
	display: none;
}
#content {
	background: url("../images/bg-main.png") no-repeat scroll right top #fff;
	min-height: 450px;
	padding: 20px;
	width: 280px;
}
iframe {
	width: 280px;
	height: 430px;
}
.footertext, .footertext a {
	font-size: 10px;
}
/* Navigation */
li a {
	display: block;
	min-width: 109px;
	height: 40px;
	text-align: right;
	padding-right: 30px;
	line-height: 36px;
}
/* Navigationspunkt mit untermenü */
li a.sub {
	background: url("../images/bg-arrow-mob.png") no-repeat top left;
}
/* Navigationspunkt aktuell mit untermenü */
li a.aktuell.sub {
	background: url("../images/bg-arrow-green-mob.png") no-repeat top left;
}
/*Style for dropdown links*/
li:hover ul a {
	width: 300px;
	border: none;
}
/*Make dropdown links appear inline*/
ul {
	position: static;
	display: none;
}
/*Create vertical spacing*/
li {
	margin-bottom: 1px;
}
/*Make all menu links full width*/
ul li {
	width: 100%;
}
/*Display 'show menu' link*/
.show-menu {
	display: block;
}
.tb490 {
	width: 300px;
}
ul.list {
	padding-left: 10px;
	display: block;
}
/*Galerie*/

.demo ul {
    position: relative;
    width: 280px;
	display: block;
}
.demo li {
    float: none;
    margin: 0;
    padding: 0;
}
.demo a {
    background: transparent none repeat scroll 0 0;
    float: none;
    height: 100%;
    margin: 15px 0 0;
    min-width: unset;
    padding: 0;
    text-align: center;
    width: 100%;
}
.demo a:hover {
    background: transparent none repeat scroll 0 0;
}

#content.galery {
    padding: 20px;
	width: 280px;
}
}