/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v22-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v22-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v22-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v22-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v22-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v22-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	height: 100%!important;
}
body {
	margin: 0 auto;
	padding: 0;
	height: 100%!important;
	text-align: center;
	color: #000000;
	background: #d8d8d8;
	font: normal 15px/20px 'Lato', sans-serif;
	font-size-adjust: none;
}
table, td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
}
iframe {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
	behavior: url(js/PIE.htc);
	-pie-png-fix: true;
	/* [disabled]vertical-align: top;
*/
}
/* --------------------------------*/
.nummer {
	font-size: 3.1em;
	letter-spacing: 1px;
	color: #56348c;
}
.telefon {
	display: inline;
}
.telefon-smart {
	display: none;
}
@media only screen and (max-device-width: 960px) {
.telefon {
	display: none;
}
.telefon-smart {
	display: inline;
}
}
/*---------------------------------------*/
a {
	color: inherit;
}
a:hover {
	color: #FFFFFF!important;
}
blockquote {
	margin: 0px;
	padding: 0 0 0 10px;
	display: block;
}
.container {
	padding: 0;
	margin: 0 auto;
	position: relative;
	width: 990px;
	min-width: 990px;
	min-height: 100%;
	background: #fff;
}
.header {
	position: relative;
	margin: 0 auto;
	padding: 40px;
	line-height: 30px;
	font-size: 1.1em;
	border-top: 1px solid #56348C;
}
.navigation {
	text-align: right;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	z-index:1;
	font-weight: normal;
	line-height: 30px;
	background: #D8D8D8;
	text-transform: uppercase;
	height: 30px;
	font-size: 0.9em;
}
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
.navigation ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.navigation a {
	text-decoration: none;
	text-align: center;
	color: #333333;
	margin: 0px;
	padding: 0 7px;
	display: block;
}
.navigation a.aktiv {
	color: #FFFFFF;
	background-color: #56348c;
}
.navigation a:hover {
	color: #48287D !important;
	background-color: #FFF;
}
.content {
	margin: 0;
	padding: 0 25px 25px 30px;
	position: relative;
	text-align: left;
	width: 930px;
}
.content-onethird {
	max-width: 750px;
	width: 290px;
}
.content-twothird {
	max-width: 600px;
	width: 600px;
}
table.contenttabelle {
	width: 100%;
	position: relative;
	background-color: #56348C;
}
.center {
	width: 990px;
	margin: 0 auto;
	position: relative;
}
.footer {
	position: absolute;
	bottom: 0px;
	height: 35px;
	width: 990px;
	background: url(../images/bg-footer.jpg) center;
}
/*----------------------------------------------------------------------------------*/
form {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	display: block;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.2em 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}
h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}
h2 {
	font-size: 1.3em;
	line-height: 1.3em;
}
a.pdf {
	background-image: url("../images/pdf.gif");
	background-repeat: no-repeat;
	padding-left: 23px;
	height: 20px;
	background-position: left center;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 20px;
	display: inline-block;
}
.left {
	float: left;
	margin: 0 20px 0 0;
	position: relative;
}
.right {
	float: right;
	margin: 0 0 0 20px;
}
hr, .trennlinie {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #79AF19;
	margin: 20px 0;
	border-width: 0 0 1px 0;
}
.error {
	font-size: 8pt;
	color: #910c6a;
}
input.error {
	font-size: 10pt;
	color: #910c6a;
	border: 1px solid #d5a600;
}
input, textarea {
	border: 1px solid #000;
	width: 350px;
	font-size: 1.2em;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 5px;
	margin: 0 5px 5px 0;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E6E6E6));
	background: -webkit-linear-gradient(#FFFFFF, #E6E6E6);
	background: -moz-linear-gradient(#FFFFFF, #E6E6E6);
	background: -ms-linear-gradient(#FFFFFF, #E6E6E6);
	background: -o-linear-gradient(#FFFFFF, #E6E6E6);
	background: linear-gradient(#FFFFFF, #E6E6E6);
	-pie-background: linear-gradient(#FFFFFF, #E6E6E6);
	behavior: url(js/PIE.htc);
	line-height: 25px;
	position: relative;
}
input {
	height: 25px;
}
textarea {
	height: 120px;
}
input.send {
	cursor: pointer;
	line-height: 24px;
	background-color: #FFFFFF;
	color: #56348C;
	height: 30px;
	font-size: 1.2em;
	padding: 0px;
	font-weight: bold;
	width: 250px;
	border: 3px solid #D8D8D8;
}
input:hover.send {
	background-color: #D8D8D8;
	border: 3px solid #FFF;
}
.send:focus {
	background: #929292;
}
.pflichtfeld {
	font-size: 1.2em;
	font-weight: bold;
	color: #F60;
}
.content-container {
	position: absolute;
	top: 390px;
	background-color: #56348c;
	width: 100%;
	color: #fff;
}
.galerie {
	text-align: left;
	left: -2px;
	position: relative;
}
.galerie ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.galerie ul li {
	margin: 0 4px 4px 0;
	padding: 0px;
	list-style: none;
	display: inline;
	float: left;
}
.galerie ul li a {
	margin: 0;
	padding: 0;
	display: block;
}
.galerie img {
	padding: 0;
	margin: 0px;
	border: 2px solid #79AF19;
}
.galerie img:hover {
	border-color: #005479;
	border-width: 2px;
	margin: 0px;
	opacity: 1;
}
.nummer-separator {
	color: #D8D8D8;
	font-size: 3em;
	margin: 0 10px;
}
.logo {
	margin-bottom: 85px;
}
.menu {
	height: 30px;
	padding: 15px 25px 25px 30px;
	text-align: left;
}
.menu div {
	width: 310px;
	float: left;
}
.quicklink {
	display: block;
	height: 40px;
	color: #B3B3B3;
	text-decoration: none;
	font-size: 1.8em;
	line-height: 28px;
	border-bottom: 1px solid #919191;
	position: relative;
	text-transform: uppercase;
}
.quicklink.aktiv {
	color: #fff;
	font-size: 1.9em;
}
.home {
	background: url(../images/bg-home.jpg) no-repeat center;
	padding: 20px 25px 10px 25px;
}
.home .menu {
	height: auto;
	padding: 0;
}
.home .quicklink {
	color: #fff;
	font-size: 2.2em;
	height: 70px;
	padding-left: 5px;
	border: 0;
}
.home .quicklink:hover {
	color: #ccc !important;
}
.content-full {
	width: 80%;
	padding: 1.5em 3em !important;
}
.controls {
	text-align: right;
	position: absolute;
	right: 25px;
	top: 0px;
	z-index: 50;
	height: 40px;
}
.pager {
	height: 40px;
	width: 100px !important;
	position: absolute;
	top: 15px;
	left: 400px;
	z-index: 50;
}
.controls a, .pager strong {
	color: #56348C;
	background: url(../images/symbol-links.png) no-repeat center center;
	height: 22px;
	width: 17px;
	display: inline-block;
	padding: 5px 5px 5px 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
}
.pager strong {
	background-image: url(../images/symbol-rechts.png);
	text-align: center;
	width: 25px;
}
.pager strong a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.controls a#next, .controls a#next1, .controls a#next2 {
	background-image: url(../images/symbol-rechts.png);
}
.controls a:hover, .pager :hover {
	color: #999 !important;
}
.pager .cycle-pager-active {
	color: #999 !important;
}
.cycle-slideshow {
	width: 100%;
	/* [disabled]height: 230px;
*/
	/* [disabled]overflow: hidden;
*/
	position: relative;
	z-index: 1;
}
.cycle-slideshow#text {
	width: 930px;
	height: auto;
}
.cycle-slideshow img {
	z-index: 1;
}
@media only screen and (max-width: 990px) {
.container, .center, .content, .footer {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.navigation {
	height: auto;
	padding: 0 10px;
}
.navigation ul {
	float: none;
	display: block;
}
.content-onethird, .content-twothird {
	width: 45%;
	box-sizing: border-box;
	padding: 1em;
}
.content-full {
	padding: 1.5em;
}
.nummer {
	font-size: 2.55em;
}
.menu div {
	width: auto;
	padding-right: 2em;
}
.quicklink {
	font-size: 1.6em;
}
.quicklink.aktiv {
	border-color: #fff;
	font-size: 1.8em;
}
.responsive {
	width: 100% !important;
	height: auto !important;
}
.home {
	background-size: 80%;
	background-position: bottom right;
	height: 350px !important;
}
.home .menu div {
	width: auto !important;
	padding: 0;
	margin: 0;
}
.home .quicklink {
	width: auto !important;
	padding: 1em !important;
	margin: 0;
}
}
@media only screen and (min-width: 820px) {
.justify {
	text-align: justify !important;
}
}
@media only screen and (max-width: 820px) {
.content-onethird, .content-twothird, .left, .right {
	float: none;
	width: 100%;
	box-sizing: border-box;
}
.content-onethird, .content-twothird, .content-full {
	padding: 1.5em;
}
}
@media only screen and (max-width: 650px) {
.logo {
	margin-bottom: 1em;
}
.quicklink {
	font-size: 1.4em;
}
.menu {
	margin-bottom: 1em;
}
.quicklink.aktiv {
	border-color: #fff;
	font-size: 1.6em;
}
.responsive {
	width: 100% !important;
	height: auto !important;
}
.nummer {
	display: block;
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 2.3em;
}
.nummer-separator {
	display: none;
}
.header {
	padding: 5em 1em 1em;
}
.content {
	position: relative;
	height: auto;
}
.navigation {
	text-transform: none;
	height: auto;
}
.navigation div {
	float: right;
}
}
