/*CSS Format by https://HomepageHelfer.net*/

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-family: Verdana;
	color:  #333333;
	font-size: 1.0em;
    margin: 0;
	padding: 0;
  background-color: #333333;
  background: url(../design/bg.JPG) no-repeat center center fixed;
  background-size: cover;
 
  
}
ul, ol, dl {
	margin: 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	padding-left: 12px;
	color: #000000;
	text-align: left;
	margin-bottom: 15px;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-variant: small-caps;
	letter-spacing: 0.11em;
	padding-left: 8px;
	color: #000000;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-variant: small-caps;
	letter-spacing: 0.10em;
	padding-left: 8px;
	color: #000000;
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-variant: small-caps;
	letter-spacing: 0.10em;
	padding-left: 8px;
	color: #000000;
	text-align: left;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: initial;
}
a:link {
	font-family: Verdana;
	color: #8E0000;
	font-size: 1em;
	text-decoration: none;
}
a:visited {
	color: #8E0000;
	text-decoration: none;
}
a:active {
	color: #8E0000;
	text-decoration: none;
}
a:hover {
		opacity:0.9          ;
	text-decoration: underline;
}
a img {
	border: none;
}

textarea {
	color: #8E0000;
	font-size: 12px;
	font-family: "Arial Narrow";
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #8E0000;
	border-radius: 3px;
}
/*-------- design--------- */
.container {
	width: 98%;
    max-width: 1024px;
	background-color: #ffffff;
    padding: 1.0%;
	margin: 1% auto;
		border: 0px solid #000000;
		-webkit-box-shadow: 0px 0px 5px 5px #000000;
box-shadow: 0px 0px 5px 5px #000000;
}

.header {
	width: 100%;
	max-height: 100%;
	border-bottom: 0px double #8E0000;
	text-align: left;
	border-bottom:1px solid #000000;
	
}
.sidebar {
	float: left;
	width: 22%;
	
	
}
.box-left {
	float: left;
	
	text-align: center;
	font-size: 1.0em;
	
	margin-bottom: 2.8%;
	
}
.box-left-navi {
	float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 99%;
	text-align: left;
	padding-left: 1%;
	margin-bottom: 2.8%;

}
.content {
	float: left;
	width: 78%;
    margin-bottom: 1.4%;
    text-align: right;

}
.content-text {
	float: left;
	width: 98%;
    text-align: center;
    padding: 1%;
    background-color:transparent;
}
.footer {
	position: relative;
	min-height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
    border-top : 1px solid #8E0000;
    clear: both;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.balken-werbung {
    float: left;
    width: 98%;
    background-color: transparent;
    margin-bottom: 1%;
    text-align: center;
    padding: 1%;
    border-top: 1px solid #8E0000;
}

/* ----------Copyright-------- */
.copyright {
	font-size: 14px;
	font-family: Impact;
	font-style: normal;
	color: #009999;
	text-align: center;
}
.copyright a {
	font-size: 14px;
	font-family: Impact;
	font-style: normal;
	color: #993300;
	text-decoration: none;
}
.copyright a:hover {
	color: #009999;
}
/*Zoom  Galery */
.zoom_img img {
    margin: 5px;
    max-height: 900px ;
    max-width: 100%;
    text-align: center;
    -moz-transition: -moz-transform 0.5s ease-in;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
}
.zoom_img img:hover {
    -moz-transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -o-transform: scale(1.7);
}
/* --------------Media Screen------------ */
/* Laptop/Tablet (1024px) */
@media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
.container {
	width: 97.5%;
}
.header {
	width: 100%;
}
.sidebar {
	width: 100%;
}
.content {
	width: 100%;
	border-left: 0;
}
.footer {
	width: 100%;
}
.box-left {
	width: 100%;
	visibility: hidden;
	display: none;
}
.box-left-navi {
	width: 98%;
}
img {
	max-width: 100%
}
}
/* Tablet Portrait (768px) */
@media only screen and (min-width: 321px) and (max-width: 768px) and (orientation: portrait) {
.container {
	width: 97.5%;
}
.header {
	width: 100%;
}
.sidebar {
	width: 100%;
}
.content {
	width: 100%;
	border-left: 0;
}
.footer {
	width: 100%;
}
.box-left {
	width: 98%;
	visibility: hidden;
	display: none;
}
.box-left-navi {
	width: 98%;
}
img {
	max-width: 100%
}
}
/* Phone Landscape (480px) */
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
.container {
	width: 97.5%;
}
.header {
	width: 100%;
}
.sidebar {
	width: 100%;
}
.content {
	width: 100%;
	border-left: 0;
}
.footer {
	width: 100%;
}
.box-left {
	width: 98%;
	visibility: hidden;
	display: none;
}
.box-left-navi {
	width: 98%;
}
img {
	max-width: 100%
}
}
/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) {
.container {
	width: 97.5%;
}
.header {
	width: 100%;
}
.sidebar {
	width: 100%;
}
.content {
	width: 100%;
	border-left: 0;
}
.footer {
	width: 100%;
}
.box-left {
	width: 98%;
	visibility: hidden;
	display: none;
}
.box-left-navi {
	width: 98%;
}
img {
	max-width: 100%
}
}