﻿/* Resets */

* {
	padding: 0;
	margin-left: auto;
	margin-top: 0;
	float: top;
	margin-right: auto;
}
a {
	text-decoration: none; 
	color: #333333;
}
a:hover {
}
body {
	padding: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	overflow-x: scroll;
	background-color: #f7e5c2;
	background-image: url('../img/opaz-brown.png');
	margin-top: 0px;
	margin-bottom: 0px;
}
div {
}
.link{
	background-position: right center;
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #624831;
	background-image: url('../img/pfeil-right.png');
	background-repeat: no-repeat;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.link a{
	text-decoration: none;
}
.link:active{
	text-decoration: none;
}
.link:hover{
	text-decoration: none;
	background-color: #f7e5c2;
}
div.h1 {
	text-align: center;
	margin-top: 20px;
	font-size: 1.5em;
	text-transform: uppercase;
}
div.h2 {
	text-align: center;
	margin-top: 20px;
	color: #f7e5c2;
	font-size: 1.2em;
	background-color: #972107;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
div.redbrown {
	color: #972107;
}
div.redbrown-bg {
	background-color: #972107;
}
div.red {
	color: #bd002b;
}
div.red-bg {
	background-color: #bd002b;
}
div.black {
	color: #000000;
}
div.black-bg {
	background-color: #808080;
}
div.center {
	text-align: center;
}
.nav-bottom {
	background-position: center top;
	text-align: center;
	background-image: url('../img/nav-bottom.png');
	background-repeat: no-repeat;
	height: 45px;
}
.nav-bottom a{
}
.nav-bottom:aktive{
}
.nav-bottom:hover{
	background-position: center -45px;
}
.nav-top {
	background-position: center 5px;
	text-align: center;
	background-image: url('../img/nav-top.png');
	background-repeat: no-repeat;
	height: 45px;
	margin-top: 30px;
}
.nav-top a{
}
.nav-top:aktive{
}
.nav-top:hover{
	background-position: center bottom;
}
.img {
	width: 100%;
	height: auto;
}
b {
	font-size: 20px;
}
h1 {
	font-size: 2.8em;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 0px;
	color: #50331a;
}
h1.red {
	color: #972107;
	padding-bottom: 30px;
	padding-top: 50px;
}
.redtxt {
	color: #FF0000;
	font-weight: bold;
}
h2 {
	font-size: 2.8em;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 0px;
	color: #50331a;
}
h3 {
	padding: 0px;
	margin: 0px;
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
	color: #624831;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 20px;
}
h5 {
	margin: 0px;
	color: #50331a;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-top-color: #a8998d;
	border-top-style: dashed;
	font-size: 1em;
	font-weight: normal;
}
h6 {
	font-size: 1px;
	margin: 0px;
}
hr {
	border-width: 0px;
}
hr.dashed{
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #f7e5c2;
	margin-top: 30px;
	margin-bottom: 30px;
}
hr.red{
	border-width: 1px 0px 0px 0px;
	border-top-style: dashed;
	border-top-color: #972107;
	margin-top: 55px;
	margin-bottom: 5px;
}
img {
	border-width: 0px;
}
p {
	padding: 0px;
	margin: 0px;
	line-height: 140%;
}
p.h1 {
	font-size: 1.5em;
	color: #50331a;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
p.h3 {
	color: #50331a;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-top-color: #a8998d;
	border-top-style: dashed;
}
p.top {
	margin-top: 10px;
	font-weight: bold;
}
span {
	overflow: hidden;
	line-height: 135%;
}
span.zi {
	font-size: 1em;
	font-weight: bold;
}
/* Startseite Elemente */
.startbild-left {
	background-position: right top;
	background-image: url('../img/startbild.png');
	width: 50%;
}
.startbild-right {
	background-position: left top;
	background-image: url('../img/startbild.png');
	width: 50%;
}
.start-logo {
	background-position: center center;
	background-color: #972107;
	background-image: url('../img/logo-wa.png');
	background-repeat: no-repeat;
	padding-right: 120px;
	padding-left: 120px;
	
/* Startseite Elemente */
}
.flexbox {
	max-width: 1080px;
	display: -webkit-flex;
	display: flex;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.expobox {
	width: 100%;
	max-width: 1080px;
	display: -webkit-flex;
	display: flex;
	padding-top: 20px;
}
.expo {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.expo.1 {
		padding: 0px;
	margin: 0px;
	text-align: center;
-webkit-flex: 1;
	flex: 1;
	-webkit-order: 1;
	order: 1;
}
.expo.2 {
	-webkit-flex: 1;
	flex: 1;
	-webkit-order: 2;
	order: 2;
}
.expo.3 {
	-webkit-flex: 1;
	flex: 1;
	-webkit-order: 3;
	order: 3;
}
.expo.4 {
	-webkit-flex: 1;
	flex: 1;
	-webkit-order: 4;
	order: 4;
}
.expo.5 {
	-webkit-flex: 1;
	flex: 1;
	-webkit-order: 5;
	order: 5;
}
.expo.6 {
	-webkit-flex: 1;
	flex: 1;
	-webkit-order: 6;
	order: 6;
}
.expo.7 {
	-webkit-flex: 1;
	flex: 1;
	-webkit-order: 7;
	order: 7;
}
.flexbox.bg {
	background-color: #f7e5c2;
}
.flexbox1 {
	padding: 20px 0px 10px 0px;
	border: 1px dashed #a8998d;
	margin: 20px 15px 20px 15px;
	text-align: center;
	-webkit-flex: 1;
	flex: 1;
	-webkit-order: 1;
	order: 1;
	-webkit-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	-moz-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	background-color: #f7e5c2;
}
.flexbox2 {
	padding: 20px 0px 10px 0px;
	border: 1px dashed #a8998d;
	margin: 20px 15px 20px 15px;
	text-align: center;
	-webkit-flex: 1;
	flex: 1;
	-webkit-order: 2;
	order: 2;
	-webkit-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	-moz-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	background-color: #f7e5c2;
}
.flexbox3 {
	padding: 20px 0px 10px 0px;
	border: 1px dashed #a8998d;
	margin: 20px 15px 20px 15px;
	text-align: center;
	-webkit-flex: 1;
	flex: 1;
	-webkit-order: 3;
	order: 3;
	-webkit-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	-moz-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	background-color: #f7e5c2;
}
.flexbox4 {
	padding: 20px 0px 20px 0px;
	border: 0px dashed #cbc2ba;
	margin: 20px;
	text-align: center;
	background-color: #FFFFFF;
	-webkit-flex: 1;
	flex: 1;
	-webkit-order: 4;
	order: 4;
	-webkit-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	-moz-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);

}
.flex1 {
	border: 1px dashed #972107;
	margin: 10px;
	padding: 30px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 20px 20px 0px 20px;
	-moz-border-radius: 20px 20px 0px 20px;
	border-radius: 20px 20px 0px 20px;
	text-decoration: none;
	-webkit-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	-moz-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	-webkit-flex: 1;
	flex: 1;
	-webkit-order: 1;
	order: 1;
}
.flex2 {
	border: 1px dashed #972107;
	margin: 10px;
	padding: 30px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 20px 20px 20px 0px;
	-moz-border-radius: 20px 20px 20px 0px;
	border-radius: 20px 20px 20px 0px;
	text-decoration: none;
	-webkit-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	-moz-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	-webkit-flex: 1;
	flex: 1;
	-webkit-order: 2;
	order: 2;
	color: #50331a;
}
.bg-beige {
	background-color: #f7e5c2;
}
/* Klassen */
.bg {
	color: #333333;
	margin: 0px auto 0px auto;
	clear: both;
	padding: 0px;
	overflow: hidden;
	height: 100%;
	text-align: center;
}
div.head {
	background-color: #f7e5c2;
	background-image: linear-gradient(90deg, transparent 50%, rgba(250,250,250,.2) 50%);
	background-size: 20px 20px;
	color: #50331a;
	margin: 0px auto 0px auto;
	clear: both;
	padding: 40px 0px 30px 0px;
	overflow: hidden;
	height: 100%;
	text-align: center;
}
div.head2 {
	margin: 0px auto 0px auto;
	overflow: hidden;
	width: 90%;
}
div.expo {
	background-color: #f7e5c2;
	background-size: 20px 20px;
	margin: 0px auto 0px auto;
	clear: both;
	padding: 40px 0px 30px 0px;
	overflow: hidden;
	height: 100%;
	text-align: center;
}
.box2-bg {
	color: #50331a;
	margin: 20px auto 0px auto;
	clear: both;
	overflow: hidden;
	text-align: center;
}
.bg03 {
	border-width: 2px;
	border-color: #FFFFFF;
	color: #333333;
	border-top-style: dotted;
	margin: 0px auto 0px auto;
	clear: both;
	padding: 40px 0px 30px 0px;
	overflow: hidden;
	height: 100%;
	text-align: center;
	background-image: url('../img/opaz-gree-80.png');
}
.bg04 {
	border-width: 1px 0px 0px 0px;
	border-color: #FFFFFF;
	border-top-style: dotted;
	margin: 0px auto 0px auto;
	clear: both;
	padding: 40px 10% 30px 10%;
	overflow: hidden;
	height: 100%;
	text-align: center;
	background-image: url('../img/opaz-gree-90.png');
	line-height: 135%;
}
.bg05 {
	border-width: 2px;
	border-color: #FFFFFF;
	color: #333333;
	border-top-style: dotted;
	margin: 0px auto 0px auto;
	clear: both;
	padding: 40px 7% 30px 7%;
	overflow: hidden;
	height: 100%;
	text-align: center;
	background-color: #E6E6E6;
}
.box {
	width: 100%;
	overflow: hidden;
	margin-top: 90px;
}
.box-120 {
	border: 1px solid #666666;
	display: inline-block;
	width: 120px;
	margin: 10px 5px 10px 5px;
	padding: 10px 10px 20px 10px;
	overflow: hidden;
	vertical-align: top;
	height: 100%;
	text-align: center;
}
.box-90 {
	border: 0px solid #999999;
	display: inline-block;
	width: 80%;
	overflow: hidden;
	vertical-align: top;
	height: 100%;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.box-50 {
	border-style: dotted;
	border-width: 0px 0px 0px 1px;
	border-color: #666666;
	display: inline-block;
	width: 50%;
	margin: 20px 10px 20px 10px;
	padding: 10px 10px 10px 30px;
	overflow: hidden;
	vertical-align: top;
	height: 100%;
	text-align: left;
}
.box-60 {
	width: 60%;
	float: left;
	overflow: hidden;
}
.box2 {
	display: inline-block;
	width: 40%;
	margin: 20px 10px 50px 10px;
	padding: 10px;
	overflow: hidden;
	vertical-align: top;
	height: 100%;
}
.box2.left{
	text-align: left;
}
.box2.right{
	text-align: right;
}
.box2-statisch {
	border: 1px dashed #972107;
	margin: 10px;
	padding: 30px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 20px 20px 0px 20px;
	-moz-border-radius: 20px 20px 0px 20px;
	border-radius: 20px 20px 0px 20px;
	width: 500px;
	text-decoration: none;
	height: 350px;
}
.box-img {
	float: left;
	overflow: hidden;
	padding-right: 20px;
}
.box-left {
	width: 49%;
	float: left;
	overflow: hidden;
}
.box-news {
	background-position: top;
	display: inline-block;
	margin: 50px 10px 10px 10px;
	padding: 10px;
	overflow: hidden;
	vertical-align: top;
	height: 200px;
	width: 200px;
	background-image: url('../img/icon-news.png');
	background-repeat: no-repeat;
}
.box-none {
	display: inline-block;
	margin: 20px 10px 20px 10px;
	padding: 10px;
	overflow: hidden;
	vertical-align: top;
	height: 100%;
	text-align: center;
}
.box-one {
	border: 1px solid #999999;
	display: inline-block;
	width: 80%;
	margin: 20px 0px 0px 0px;
	padding: 20px;
	overflow: hidden;
	vertical-align: top;
	height: 100%;
	color: #333333;
}
.box-one a{
	color: #333333;
	text-decoration: none;
}
.box-one:active{
	text-decoration: none;
	background-color: #C0C0C0;
}
.box-one:hover{
	background-color: #EAECEB;
	-moz-box-shadow: 0px 0px 0px #707070;
	-webkit-box-shadow: 0px 0px 0px #707070;
	box-shadow: 0px 0px 0px #707070;
}
.box-right {
	width: 49%;
	float: right;
	overflow: hidden;
}
.box-shop {
	border: 1px dotted #999999;
	display: inline-block;
	margin: 10px;
	padding: 5px;
	overflow: hidden;
	vertical-align: top;
	text-align: center;
	width: 190px;
}
.box-shop a  {
}
.box-shop:hover{
	background-color: #ffffff;
}
.buttoncolor {
	border: 1px solid #cbc2ba;
	display: inline-block;
	margin: 15px 5px 15px 5px;
	padding: 0px 10px 10px 10px;
	overflow: hidden;
	vertical-align: top;
	height: 100%;
	text-align: center;
	color: #f7e5c2;
	font-size: 1em;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	-moz-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
	box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.48);
}
.buttoncolor a{
	text-decoration: none;
}
.buttoncolor:hover{
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	-webkit-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.0);
	-moz-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.0);
	box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.0);
}
.color-bd002b{ background-color: #bd002b; }
.color-ececec{ background-color: #ececec; color: #000000; }
.color-d9dbdd{ background-color: #d9dbdd; color: #000000; }
.color-a9a9aa{ background-color: #a9a9aa; }
.color-2c2b7b{ background-color: #2c2b7b; }
.color-175ea6{ background-color: #175ea6; }
.color-008ebf{ background-color: #008ebf; }
.color-008788{ background-color: #008788; }
.color-009783{ background-color: #009783; }
.color-5ca451{ background-color: #5ca451; } 
.color-d4752c{ background-color: #d4752c; }
.color-0089c7{ background-color: #0089c7; }
.color-009de0{ background-color: #009de0; }

.color-006fb6{ background-color: #006fb6; }
.color-175ea6{ background-color: #175ea6; }
.color-1f336b{ background-color: #1f336b; } 
.color-a70049{ background-color: #a70049; }
.color-fde955{ background-color: #fde955; color: #000000; }
.color-f4d200{ background-color: #f4d200; color: #000000; }
.color-2b513d{ background-color: #2b513d; }
.color-c6bdb7{ background-color: #c6bdb7; color: #000000; }
.color-6f5f67{ background-color: #6f5f67; }
.color-bf9127{ background-color: #bf9127; color: #ffffff; }
.color-d49d36{ background-color: #d49d36; color: #ffffff; }
.color-d9a84b{ background-color: #d9a84b; color: #ffffff; }
.color-ddb261{ background-color: #ddb261; color: #ffffff; }

.color-0000{ background-color: #000000; color: #ffffff; }
.color-1000{ background-color: #333333; color: #ffffff; }
.color-2000{ background-color: #666666; color: #ffffff; }
.color-3000{ background-color: #004557; color: #ffffff; }
.color-4000{ background-color: #54616e; color: #ffffff; }
.color-5000{ background-color: #692e1f; color: #ffffff; }
.color-6000{ background-color: #8c3b17; color: #ffffff; }
.color-7000{ background-color: #705a00; color: #ffffff; }
.color-8000{ background-color: #a17d0a; color: #ffffff; }
.color-8850{ background-color: #a79613; color: #ffffff; }
.color-9000{ background-color: #c7940d; color: #ffffff; }
.color-9400{ background-color: #10312b; color: #ffffff; }
.color-9600{ background-color: #245b4e; color: #ffffff; }
.color-9800{ background-color: #4d7f71; color: #ffffff; }

.button {
	border: 0px solid #cbc2ba;
	display: inline-block;
	margin: 0px 5px 15px 5px;
	padding: 10px 14px 12px 14px;
	overflow: hidden;
	vertical-align: top;
	height: 100%;
	text-align: center;
	color: #f7e5c2;
	font-size: 1.1em;
	border-radius: 10px 5px 10px 5px;
	-moz-border-radius: 10px 5px 10px 5px;
	-khtml-border-radius: 10px 5px 10px 5px;
	background-color: #000000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.button a{
	text-decoration: none;
}
.button:hover{
	background-color: #50331a;
}
.buttonred {
	border: 0px solid #cbc2ba;
	display: inline-block;
	margin: 0px 5px 15px 5px;
	padding: 10px 14px 12px 14px;
	overflow: hidden;
	vertical-align: top;
	height: 100%;
	text-align: center;
	color: #f7e5c2;
	font-size: 1.1em;
	border-radius: 10px 5px 10px 5px;
	-moz-border-radius: 10px 5px 10px 5px;
	-khtml-border-radius: 10px 5px 10px 5px;
	background-color: #972107;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.buttonred a{
	text-decoration: none;
}
.buttonred:hover{
	background-color: #50331a;
}
.footer {
	padding: 20px 0px 20px 0px;
	overflow: hidden;
	background-color: #50331a;
	text-align: center;
}
.footerbox {
	display: inline-block;
	padding: 20px 25px 20px 25px;
	overflow: hidden;
	vertical-align: top;
	color: #fbf2e1;
	text-align: left;
	width: 25%;
}
.footerbox a {
	text-decoration: none;
	color: #fbf2e1;
}
.footerbox a:hover {
	text-decoration: underline;
	background-color: #972107;
}
.h4 {
	padding: 10px 0px 20px 0px;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
}
.hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #E9E9E9;
}
.hover a{
	text-decoration: none;
	color: #F5F5F5;
	overflow: hidden;
}
.hover:active{
	text-decoration: none;
}
.hover:hover{
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter: alpha(opacity=70);
	color: #999999;
	text-decoration: none;
}
.hr {
	color: #E9E9E9;
	margin-top: 10px;
	margin-bottom: 10px;
}
.iframe {
	height: 1700px;
	width: 100%;
}
.logo {
	background-position: center center;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	height: 110px;
}
.marginalie {
	text-align: center;
	background-color: #333333;
	padding: 15px;
	color: #FFFFFF;
}
.margin-bottom {
	margin-bottom: 20px;
}
.zweigstellen {
	width: 100%;
	overflow: hidden;
	background-color: #624831;
	display: block;
	text-align: center;
	margin-top: 50px;
}
.text {
	margin: 0px 0px 20px 0px;
	padding: 10px 20px 30px 20px;
	text-align: center;
	font-size: 1em;
	background-color: #333333;
	color: #CCCCCC;
	line-height: 140%;
}
.title {
	margin: 0px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	background-color: #333333;
	color: #CCCCCC;
}
.url {
	border: 1px dotted #666666;
	padding: 20px 10px 20px 10px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}
.url a{
}
.url:hover{
	background-color: #EAECEB;
	text-decoration: none;
	border-color: #CC3300;
}
.section {
	border-bottom: none;
	margin: 0px auto 0px auto;
	overflow: hidden;
	max-width: 100%;
	padding-bottom: 30px;
}
.section.bg {
	background-color: #fbf2e1;
	background-image: url('../img/opaz-brown.png');
}
.section.bgbrown {
	background-color: #cbc2ba;
	background-image: url('../img/opaz-brown.png');
}

/* IDs */

#back-top {
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: 20px;
	bottom: -10px;
	width: 60px;
	height: 60px;
}
#back-top a {
	display: block;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
#back-top a:hover {
	text-decoration: none;
	margin-bottom: 10px;
}
#back-top span {
	width: 60px;
	height: 40px;
	display: block;
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter: alpha(opacity=80);
	margin-bottom: 10px;
	background: #972107 url('../img/up-arrow.png') no-repeat center;
	-webkit-border-radius: 50px 50px 0px 0px;
	-moz-border-radius: 50px 50px 0px 0px;
	border-radius: 50px 50px 0px 0px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
#back-top a:hover span {
	background-color: #50331a;
}
.translaterimg {
	padding: 10px 10px 10px 35px;
	background-position: 5px center;
	position: fixed;
	right: -120px;
	margin-top: 190px;
	transform: rotate(90deg);
	transform-origin: left top 0;
	top: 0px;
	background-image: url('img/icon-translater.png');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color: #972107;
	background-color: #FFFFFF;
}
.search {
	padding: 0px;
	margin: 30px auto 10px auto;
	display: block;
	width: 50%;
	height: 90px;
}
/* 1024px */
@media screen and (max-width:1080px) {	
.zweigstellen {
	background-size: 90%;
}
.section {
	padding: 0px;
	border: none;
	margin: 0;
	max-width: 100%;
}
div.img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
/* 768px */
@media screen and (max-width:768px) {		
.bg01 bg02 bg03 bg04{
	padding: 20px 0px 20px 0px;
}
.box {
	margin-top: 70px;
}
.box-120{
	margin: 10px 10px 10px 10px;
}
.box-none {
	margin-bottom: 10px;
}
.button {
	border-color: #cbc2ba;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	padding-top: 5px;
	padding-bottom: 7px;
	width: 90%;
	margin-bottom: 0px;
	background-color: #f7e5c2;
	color: #50331a;
}
.buttoncolor {
	border-color: #cbc2ba;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 90%;
	margin-bottom: 0px;
	background-color: #f7e5c2;
	color: #50331a;
	-webkit-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.0);
	-moz-box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.0);
	box-shadow: -1px 22px 12px -19px rgba(0,0,0,0.0);
	margin-top: 0px;
}
.buttoncolor:hover {
	opacity: 100;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	background-color: #cbc2ba;
}
.button:hover {
	background-color: #cbc2ba;

}
.img-none {
	display: none;
}
.buttonred {
	border-color: #cbc2ba;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	padding-top: 5px;
	padding-bottom: 7px;
	width: 90%;
	margin-bottom: 0px;
	background-color: #f7e5c2;
	color: #50331a;
}
.buttonred:hover {
	background-color: #cbc2ba;
}
.logo {
	background-position: center center;
	background-image: url('../img/logo-mobil.png');
	height: 90px;
	background-repeat: no-repeat;
}
.p {
	text-align: center;
}
.iframe {
	height: 1800px;
}
.expobox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 10px;
}
.flexbox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 10px;
}
.flexbox1 {
	margin: 10px;
}
.flexbox2 {
	margin: 10px;
}
.flexbox3 {
	margin: 10px;
}
h1	{
	padding-top: 0px;
	font-size: 1.5em;
}
h1.red{
	padding-top: 10px;
	padding-bottom: 10px;
}
div.head {
	padding-bottom: 0px;
}
div.head2 {
	width: 100%;
}
/* 700px */
@media screen and (max-width:700px) {
h4 {
	width: 98%;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
h5 {
	padding-right: 5px;
	padding-left: 5px;
}
p {
	text-align: center;
}
span{
	text-align: center;
}
.box-50 {
	border-style: none;
	width: 90%;
	float: none;
	text-align: center;
	margin: 10px;
	padding: 10px;
}
.box-60 {
	width: 100%;
	float: none;
	text-align: center;
}
.box2 {
	padding: 0px;
	margin: 10px 0px 20px 0px;
	width: 90%;
}
.box2.left{
	text-align: center;
}
.box2.right{
	text-align: center;
}
.box-img{
	text-align: center;
	width: 100%;
}
.box-news {
	display: none;
}
.footerbox {
	width: 90%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.flex1 {
	border: none;
	margin: 10px;
	padding: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: none ;
	-moz-box-shadow: none;
	box-shadow: none;
}
.flex2 {
	border: none;
	margin: 10px;
	padding: 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: center;
}
.search {
	width: 90%;
}
/* 480px */
@media screen and (max-width:480px) {
h2	{
	padding-top: 0px;
	font-size: 1.5em;
}	
h3	{
	padding-top: 0px;
	font-size: 1em;
	padding-right: 5px;
	padding-left: 5px;
}
.box {
	margin-top: 110px;
}
.box-left {
	width: 100%;
	float: none;
}
.box-right {
	width: 100%;
	float: none;
}
.iframe {
	height: 2200px;
}
.zweigstellen-old {
	display: none;
}
br {
}
.start-logo {
	background-position: center 50px;
	background-size: 180px 180px;
	width: 100%;
	background-color: #a8998d;
}
.startbild-left {
	display: none;
}
.startbild-right {
	display: none;
}
hr.red{
	padding-top: 0px;
}
.translaterimg {
	display: none;
}
