/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 13px;
	line-height: 1.4em;
	font-family: "Century Gothic", "Tw Cen MT", Helvetica, "URW Gothic L", Arial, sans-serif;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
	background-color: #666;
	background: url(images/hintergrund.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: "Century Gothic", "Tw Cen MT", Helvetica, "URW Gothic L", Arial, sans-serif;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical; overflow: scroll;}
body {
	width: 1024px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.fancybox-lock,
.fancybox-overlay { overflow: visible !important; }


#seite {
	width: 1024px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(70%, #cccccc), color-stop(100%, #999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#999999', GradientType=0 ); /* IE6-9 */
}
header {
	height: 120px;
	width: 1024px;
}
header #logo {
	height: 65px;
	position: relative;
	float: left;
	padding-left: 25px;
	padding-top: 20px;
}
header #slogan {
	position: relative;
	right: 20px;
	float: right;
	top: 30px;
	font-weight: bold;
	font-size: 28px;
	/*text-transform: uppercase;*/
	font-weight: normal;
	color: #a5005a;
}


/* navaigation*/
nav {
	width: 984px;
	height: 26px;
	/*clear: both;*/
	margin-left: 20px;
	/*margin-bottom: 35px;*/
}
nav ul {
	float: left;
	width: 984px;
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li {
	display: inline;
}
nav ul li a {
	float: left;
	line-height: 26px;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0 20px;
	margin-right: 3px;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(70%, #cccccc), color-stop(100%, #999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#999999', GradientType=0 ); /* IE6-9 */
}
/* APPLIES THE ACTIVE STATE */
nav ul .active a, nav ul li:hover > a {
	text-decoration: none;
	background: #a5005a; /* Old browsers */
	background: -moz-linear-gradient(top,  #d27fac 0%, #a5005a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d27fac), color-stop(100%,#a5005a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d27fac 0%,#a5005a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d27fac 0%,#a5005a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d27fac 0%,#a5005a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d27fac 0%,#a5005a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d27fac', endColorstr='#a5005a',GradientType=0 ); /* IE6-9 */
}
nav ul ul {
	position: absolute;
	display: block;
	width: 984px;
	margin: 0;
	margin-top: 31px;
	padding-top: 4px;
}
nav ul li.active ul li.active a   {
	background: none;
	color: #a5005a;
	padding: 0 10px;
	height: 14px;
	line-height: 14px;
	border-right-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
}
nav ul li.active ul li a   {
	background: none;
	padding: 0 10px;
	height: 14px;
	line-height: 14px;
	border-right-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;	
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
nav ul li.active ul li a:hover   {
	color: #a5005a;
}
nav ul li.active ul li.wflast a   {
	background: none;
	padding: 0 10px;
	height: 14px;
	line-height: 14px;
	border-right: none;	
}
/* ENDE navigation*/
/* top navigation/sprachwahl*/
#top-nav, #sprachwahl {
	height: 20px;
	display: table;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	text-align: left;
	height: 12px;
	line-height: 12px;
	font-size: 10px;
}
#top-nav {
	position: relative;
	left: 680px;
	top: 8px;
	float: left;

}
#sprachwahl {
	position: relative;
	right: 12px;
	top: 8px;
	float: right;

}
#top-nav li, #sprachwahl li {
	display: table-cell;
}
#top-nav a, #sprachwahl a {
	width: auto;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	color: #000000;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	border-bottom: none;
	height: 12px;
	line-height: 12px;
}
#top-nav .wflast a, #sprachwahl .wflast a {
	border-right-color: #000000;
	border-right-style: none;
	border-right-width: 1px;
}
#top-nav a:hover, #sprachwahl a:hover {
	color: #000000;
	font-weight: bold;
}
/* ENDE top navigation/sprachwahl*/





#wrapper {
	width: 984px;
	min-height: 750px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
#text {
	background-image: url(images/victor-V-HG.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	float: left;
	width: 944px;
	min-height: 750px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: justify;
	background-color: #FFF;
	color: #515151;	
}
#text a {
	color: #a5005a;
	font-weight: normal;
}
#text a:hover {
	font-weight: bold;
}
#text h1 {
	font-size: 22px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	color: #a5005a;
}
#text h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #a5005a;
}
#text h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: none;
}
#text ul li {
	list-style-type: square;
}
#text .kasten {
	background-color: #ddd;
	width: 50%;
	padding: 10px;

	/*background: #f2f2f2; /* Old browsers */
	/*background: -moz-linear-gradient(top, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(70%, #cccccc), color-stop(100%, #999999)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* IE10+ */
	/*background: linear-gradient(to bottom, #f2f2f2 0%, #cccccc 70%, #999999 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#999999', GradientType=0 ); /* IE6-9 */

	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top, #999999 0%, #cccccc 70%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(70%, #cccccc), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #999999 0%, #cccccc 70%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #999999 0%, #cccccc 70%, #f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #999999 0%, #cccccc 70%, #f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #999999 0%, #cccccc 70%, #f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#f2f2f2', GradientType=0 ); /* IE6-9 */

	/*filter: alpha(opacity=80); /* IE */
	/*-moz-opacity: 0.8; /* Mozilla */
	/*opacity: 0.8; /* CSS3 */
}
#text .bildleiste {
}
#text .bildleiste img {
	margin-right: 2px;
	height: 98px;
	width: 98px;
}
#text ol li {
	margin-left: -25px;
}
#text .point {
	background-image: url(images/pfeil.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
}
#text .zentriert {
	text-align: center;
}
#text .partnerlinks td {
	vertical-align: bottom;
	padding-bottom: 20px;
	padding-right: 20px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
footer {
	background-color: #ddd;
	width: 1024px;
	margin: 0 auto;
	color: #000;
	height: 28px;
	font-size: 10px;
	padding: 0;
}
footer #social {
	width: 84px;
	position: relative;
	left: 920px;
	top: -9px;
	text-align: right;
}
footer #social a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
footer #adresse {
	line-height: 11px;
	width: 600px;
	position: relative;
	left: 20px;
	top: 7px;
}
#print_copyright {
	display: none;
}
/*Accordion*/
#accordion h3 {
	font-weight: normal;	
	cursor: pointer;
	padding-left: 20px;
	background-image: url(images/pfeil.png);
	background-repeat: no-repeat;
	background-position: left center;
	outline: none;
	color: #a5005a;
}
#accordion h3:hover {
	font-weight: bold;	
}
#accordion .ui-state-active {
	background-image: url(images/pfeil_oben.png);
}
#accordion .adresse {
	font-weight: normal;	
}
.ui-accordion-content
{	border-bottom: 1px solid #666;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* Ende Accordion*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
 @media print,  (-o-min-device-pixel-ratio: 5/4),  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */

.ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}
