/* Contao Open Source CMS, (c) 2005-2014 Leo Feyer, LGPL license */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, figure, table, th, td, form, fieldset, legend, input, textarea {	margin: 0;	padding: 0;} table {	border-spacing: 0;	border-collapse: collapse;}
caption, th, td {	vertical-align: top;	text-align: left;	text-align: start;}
abbr, acronym {	border-bottom: 1px dotted #666;	font-variant: normal;	cursor: help;}
blockquote, q {	quotes: none;}
fieldset, img {	border: 0;}
ul {	list-style-type: none;} sup {	vertical-align: text-top;} sub {	vertical-align: text-bottom;} del {	text-decoration: line-through;} ins {	text-decoration: none;}
header, footer, nav, section, aside, article, figure, figcaption {	display: block;}
body {	color: #000;	font: 12px/1 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;}
input, button, textarea, select {	font-weight: inherit;	font-size: 99%;	font-family: inherit;}
pre, code {	font-family: Monaco, monospace;}
h1, h2, h3, h4, h5, h6 {	font-weight: 400;	font-size: 100%;}
h1 {	font-size: 1.8333em;}
h2 {	font-size: 1.6667em;}
h3 {	font-size: 1.5em;}
h4 {	font-size: 1.3333em;}
table {	font-size: inherit;}
caption, th {	font-weight: 700;}
a {	color: #00f;}
h1, h2, h3, h4, h5, h6 {	margin-top: 1em;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ol, ul, form {	margin-bottom: 12px;}
legend {	display: block;	width: 100%;	border: 0;	font-weight: 700;}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 6px;
	width: 100%;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: inset 0 1px 1px #eee;
	-moz-box-shadow: inset 0 1px 1px #eee;
	box-shadow: inset 0 1px 1px #eee;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
	outline: 0;
	border-color: #bbb;
	background: #fcfcfc;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	width: auto;
}

textarea, select[multiple], select[size] {
	height: auto;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0 3px 0 0;
}

input[type="radio"], input[type="checkbox"], label {
	vertical-align: middle;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background: #eee;
	cursor: not-allowed;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
	background: transparent;
}

input[type="submit"], .button {
	display: inline-block;
	margin-bottom: 0;
	padding: 4px 15px 4px 14px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ececec;
	background-image: -moz-linear-gradient(top, #fff, #ececec);
	background-image: -webkit-linear-gradient(top, #fff, #ececec);
	background-image: -ms-linear-gradient(top, #fff, #ececec);
	background-image: -o-linear-gradient(top, #fff, #ececec);
	background-image: linear-gradient(to bottom, #fff, #ececec);
	background-repeat: repeat-x;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	cursor: pointer;
	-webkit-transition: background .15s linear;
	-moz-transition: background .15s linear;
	-o-transition: background .15s linear;
	transition: background .15s linear;
}

input[type="submit"]:hover, .button:hover {
	background-position: 0 -15px !important;
	text-decoration: none;
}

input[type="submit"]:active, .button:active {
	background-color: #e6e6e6;
	background-position: 0 -30px !important;
}

input[type="submit"].blue, .button.blue {
	border-color: #2f96b4;
	background-color: #2f96b4;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	color: #fff;
}

input[type="submit"].blue:active, .button.blue:active {
	background-color: #2e95b3;
}

input[type="submit"].green, .button.green {
	border-color: #51a351;
	background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	color: #fff;
}

input[type="submit"].green:active, .button.green:active {
	background-color: #4f9f4f;
}

input[type="submit"].orange, .button.orange {
	border-color: #f89406;
	background-color: #f89406;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	color: #fff;
}

input[type="submit"].orange:active, .button.orange:active {
	background-color: #f28f04;
}

input[type="submit"].red, .button.red {
	border-color: #bd362f;
	background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	color: #fff;
}

input[type="submit"].red:active, .button.red:active {
	background-color: #be322b;
}

/* Contao Open Source CMS, (c) 2005-2013 Leo Feyer, LGPL license */
body, form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

header, footer, nav, section, aside, article, figure, figcaption {
	display: block;
}

body {
	font-size: 100.01%;
}

select, input, textarea {
	font-size: 99%;
}

#container, .inside {
	position: relative;
}

#main, #left, #right {
	position: relative;
	float: left;
}

#main {
	width: 100%;
}

#left {
	margin-left: -100%;
}

#right {
	margin-right: -100%;
}

#footer {
	clear: both;
}

#main .inside {
	min-height: 1px;
}



.ie7 img {
	-ms-interpolation-mode: bicubic;
}

.ie8 img {
	width: auto;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

#header {
	height: 347px;
}

#left {
	right: 200px;
	width: 186px;
}

#container {
	padding-right: 25px;
	padding-left: 200px;
}

.ce_gallery ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ce_gallery li {
	float: left;
}

.ce_gallery li.col_first {
	clear: left;
}

.block {
	overflow: hidden;
}

.clear, #clear {
	clear: both;
	height: .1px;
	font-size: .1px;
	line-height: .1px;
}

.invisible {
	position: absolute;
	top: -1000px;
	left: -1000px;
	display: inline;
	overflow: hidden;
	width: 0;
	height: 0;
}

.custom {
	display: block;
}

#container:after, .custom:after {
	display: table;
	clear: both;
	content: "";
}

figure {
	margin: 0;
	padding: 0;
	line-height: 1;
}

figcaption {
	line-height: 1.2;
}

.error, .hc_mailchimp_error {
	color: #9c0004;
}

body {
	background: url(../front_grafik/bg_body.jpg) center top fixed;
	background-color: #aab6da;
	font: 12px/1.4 'Open Sans', Verdana, Arial, sans-serif;
}

h1, h2, h3, h4 {
	margin-top: 0;
	color: #004b93;
	font-weight: 700;
}

h3 {
	margin-bottom: .3em;
	font-size: 1.2em;
}

h4 {
	margin-bottom: 0.1em;
	font-size: 1em;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

p {
	margin-top: 0;
}

#Slogan {
	margin: 0 auto;
	width: 900px;
}

#wrapper {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

#slogan {
	padding: 1em 0;
}

#header {
	background-color: #fff;
}

#header .informationen {
	float: right;
	clear: right;
	margin-top: 27px;
}

#header .informationen p {
	float: right;
	padding: 0 1em;
	list-style: none;
}

#header .informationen p b {
	color: #004B93;
}

#header .informationen p a {
	color: #004B93;
	text-decoration: none;
}

#header .informationen p a:hover {
	color: #008A65;
}

#header .informationen p {
	float: right;
	color: #9c9e9f;
	text-decoration: none;
	letter-spacing: .02px;
	font-size: 11px;
}

#header .informationen p {
	padding-right: 1.2em;
	border-right: 0;
}

#header .inside {
	padding: 0 0 0 20px;
	border-right: 20px solid #008a65;
}

#header #logo {
	float: left;
	padding: 20px 20px 20px 0;
}

#header #pageimage {
	clear: both;
}

#header #pageimage figure {
	line-height: 0;
}

#header #extrafns {
	float: right;
	height: 35px;
}

#header #extrafns a {
	padding: 13px 13px 5px;
	background-color: #008a65;
	text-decoration: none;
}

#header #extrafns a:hover {
	color: #dfede7;
}

#header #extrafns a, #header #extrafns form {
	float: left;
	margin-right: 1em;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	background-clip: padding-box;
	color: #fff;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
}

#header .informationen strong {
	color: #004b93;
}

#Navigation .inside {
	padding: 0 20px;
}

#container {
	margin-top: 24px;
	border-left: 20px solid #004b93;
	background-color: #fff;
}

#left .inside {
	margin-right: 12px;
}

#left .mod_navigation {
	margin-bottom: 20px;
	border: none !important;
	background-color: #dfede7;
}

#left .mod_navigation ul .active {
	background-color: #DFEDE7;
	color: #004B93;
	font-weight: 700;
}

#left .mod_navigation ul {
	margin: 0;
	padding: 0;
}

#left .mod_navigation ul li {
	border-bottom: 1px solid #004b93;
	list-style: none;
}

#left .mod_navigation ul li a, #left .mod_navigation ul li span {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}

#left .mod_navigation ul li a {
	background-color: #dcdfee;
	color: #004b93;
}

#left .mod_navigation ul li a:hover {
	text-decoration: underline;
}

#left .mod_navigation ul li span, #left .mod_navigation ul li .trail {
	font-weight: 700;
}

#left .mod_navigation ul li a.trail, #left .mod_navigation ul li span {
	background-color: #dfede7;
	color: #004b93;
}

#left .mod_navigation ul li:last-child {
	border: none;
}

#left .mod_navigation ul li li {
	border: none;
}

#left .mod_navigation ul li li a, #left .mod_navigation ul li li span {
	padding: 5px 30px;
	border-bottom: none;
	background-color: #dfede7;
}

#left .mod_navigation ul li a.submenu.trail, #left .mod_navigation ul li span.active.submenu {
	padding-bottom: .4em;
}

#left #address {
	padding: 1em;
	background-color: #dcdfee;
	color: #004b93;
	font-size: 9px;
}

#left .boxwrapper {
	overflow: hidden;
	margin-bottom: 2em;
	border-width: 1px 1px 1px medium;
	border-style: solid solid solid none;
	border-color: #004B93 #004B93 #004B93 -moz-use-text-color;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-image: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

#main {
	padding-bottom: 20px;
}

#main figure.image_container {
	padding: 5px;
	margin-bottom: 1em;
}

#main figure.image_container img {
	padding: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

#main figcaption {
	font-style: italic;
}

#main a {
	color: #004b93;
}

#main a:hover {
	color: #008a65;
}

#main ul {
	padding-left: 2em;
	list-style: disc;
}

#main ul li {
	padding-left: .5em;
}

#main .ce_gallery td {
	background-color: #fff;
}

#main .ce_gallery ul {
	padding-left: 0;
}

#main .ce_gallery ul li {
	padding-left: 0;
	list-style: none;
}

.recurring {
	display: none;
}

table {
	width: 100%;
	border-collapse: separate;
}

table thead th {
	padding: 5px;
	border: none;
	border-bottom: 3px solid #fff;
	background-color: #008a65;
	color: #fff;
}

table thead th.col_first {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	background-clip: padding-box;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
}

table thead th.col_last {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	background-clip: padding-box;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
}

table thead th a {
	color: #fff;
}

table thead th a:hover {
	color: #fff;
	text-decoration: none;
}

table thead th:empty {
	border: none;
	background: transparent;
}

table td {
	padding: 10px;
	border-bottom: 1px solid #fff;
	background-color: #dfede7;
	color: #008a65;
	text-align: left;
	text-shadow: 1px 1px 1px #fff;
}

.ce_table tr.odd td {
	background: #c2e7d7;
}

.mod_breadcrumb ul {
	margin: 0;
	padding: 1em 0;
	color: #9c9e9f;
	list-style: none;
}

.mod_breadcrumb ul:before {
	margin: 0 .5rem;
	content: "Sie sind hier: ";
}

.mod_breadcrumb ul li {
	display: inline;
	margin-right: .5em;
}

.mod_breadcrumb ul li:before {
	content: ">";
}

.mod_breadcrumb ul li a {
	color: #9c9e9f;
}

.ce_divider {
	margin: 1em 0;
}

.ce_divider hr {
	display: block;
	border: none;
	border-top: 1px solid #aab6da;
}

.tableform td {
	background-color: transparent;
}

/* FORMS */
#main input {
	float: left;
	margin-bottom: 10px;
	padding: .5em;
}

#main fieldset {
	border: 1px solid #CCC;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	background-clip: padding-box;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
}

#main .styled_select {
	float: none;
	min-width: 100px;
}

#main label {
	display: block;
	float: left;
}

#main a[href^="mailto:"] {
	background-image: url("../front_grafik/icons/icon_mailto.gif");
}

#main a[href$=".doc"], #main a[href$=".rtf"], #main a[href$=".xls"], #main a[href$=".txt"], #main a[href$=".vcard"], a[href$=".exe"], a[href$=".dmg"], a[href$=".app"], a[href$=".pps"], a[href$=".pdf"], a[href$=".zip"], a[href$=".rar"], a[href$=".gzip"], a[href$=".bzip"], #main a[href$=".ace"], #main a[href$=".jpg"], #main a[href$=".gif"], #main a[href$=".png"], #main a[href$=".bmp"], #main a[href$=".jpeg"], #main a[href$=".svg"], #main a[href$=".eps"], #main a[href$=".mov"], #main a[href$=".wmv"], #main a[href$=".mp4"], #main a[href$=".avi"], #main a[href$=".mpg"], #main a[href$=".mp3"], #main a[href$=".wav"], #main a[href$=".ogg"], #main a[href$=".wma"], #main a[href$=".m4a"], #main a[href^="mailto:"] {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 20px;
}

#main a[href$=".doc"], a[href$=".rtf"] {
	background-image: url("../front_grafik/icons/icon_doc.gif");
}

#main a[href$=".txt"] {
	background-image: url("../front_grafik/icons/icon_txt.gif");
}

#main a[href$=".xls"] {
	background-image: url("../front_grafik/icons/icon_xls.gif");
}

#main a[href$=".vcard"] {
	background-image: url("../front_grafik/icons/icon_vcard.gif");
}

#main a[href$=".exe"] {
	background-image: url("../front_grafik/icons/icon_exe.gif");
}

a[href$=".dmg"], a[href$=".app"] {
	background-image: url("../front_grafik/icons/icon_dmg.gif");
}

a[href$=".pps"] {
	background-image: url("../front_grafik/icons/icon_pps.gif");
}

a[href$=".pdf"] {
	background-image: url("../front_grafik/icons/icon_pdf.gif");
}

a[href$=".zip"], a[href$=".rar"], a[href$=".gzip"], a[href$=".bzip"], a[href$=".ace"] {
	background-image: url("../front_grafik/icons/icon_archive.gif");
}

#main a[href$=".jpg"], #main a[href$=".gif"], #main a[href$=".png"], #main a[href$=".bmp"], #main a[href$=".jpeg"], #main a[href$=".svg"], #main a[href$=".eps"] {
	background-image: url("../front_grafik/icons/icon_pic.gif");
}

a[href$=".mov"], a[href$=".wmv"], a[href$=".mp4"], a[href$=".avi"], a[href$=".mpg"] {
	background-image: url("../front_grafik/icons/icon_film.gif");
}

a[href$=".mp3"], a[href$=".wav"], a[href$=".ogg"], a[href$=".wma"], a[href$=".m4a"] {
	background-image: url("../front_grafik/icons/icon_music.gif");
}

#main a[href^="mailto:"] {
	background-image: url("../front_grafik/icons/icon_mailto.gif");
}

#main .imagebox a {
    padding: 0;
    background-image: none;
}

#address p {
	margin-bottom: 0;
}

li.imagebox {
	list-style: none;
	overflow: hidden;
	padding: 5px;
	width: 160px;
	height: 160px;
	border: 1px solid #D3D3D3;
	background-color: #FFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
	text-align: center;
}

.floatl {
	float: left;
	margin: 0 15px 15px 0;
}

.floatr {
	float: right;
	margin: 0 40px 15px 15px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	margin: 0;
	padding: 15px;
	color: #444;
	white-space: nowrap;
	font: 14px/20px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../front_grafik/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 8060;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../front_grafik/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 8040;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	z-index: 8040;
	width: 40%;
	height: 100%;
	background: transparent url('../front_grafik/fancybox/blank.gif'); /* helps IE */
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	z-index: 8040;
	visibility: hidden;
	margin-top: -18px;
	width: 36px;
	height: 34px;
	cursor: pointer;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	overflow: visible !important;
	max-width: 99999px;
	max-height: 99999px;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8010;
	display: none;
	overflow: hidden;
	background: url('../front_grafik/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	right: 0;
	bottom: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	position: relative;
	z-index: 8050;
	visibility: hidden;
	text-shadow: none;
	font: normal 13px/20px;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	right: 50%;
	bottom: 0;
	z-index: 8050;
	margin-bottom: -35px;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	color: #FFF;
	text-shadow: 0 1px 2px #222;
	white-space: nowrap;
	font-weight: bold;
	line-height: 24px;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
	color: #fff;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../front_grafik/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../front_grafik/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}