/*

normalize.css
main.css
jquery.fancybox.css


https://cssminifier.com/

*/


/* normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 1px;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

/*fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}*/
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}




/* ############################################################################################################# */

/* ############################################################################################################# */

/* ############################################################################################################# */

/* ############################################################################################################# */

/* ############################################################################################################# */

/* ############################################################################################################# */





html,body{height:100%;}
body{overflow:auto;}

html, button, input, select, textarea { color: #000000; background-color: #FFFFFF; }
body { font-size: 16px; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: rgba(255,255,255,0.01); text-shadow: none; }
::selection { background: rgba(255,255,255,0.01); text-shadow: none; }
hr { display: block; border: 0; border-top: 2px solid #000000; margin: 0; padding: 0; }
ul { display: inline-block; list-style-type: none; }
ul li { padding: 0; margin: 0; display: inline-block; }
img, .vmiddle { vertical-align: middle; }
textarea { resize: vertical; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }
body { 	word-spacing: 2px; font-family: Lato, 'Myriad Pro', Sans-Serif, Helvetica, "Helvetica Neue", Arial; font-weight: 400; }

.page-container {
	padding-top: 6em;
	padding-bottom: 100em;
	}

.page-container.last {
	padding-top: 6em;
	padding-bottom: 10em;
	}

.wrapper {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	}

a {
	font: 1em Lato, 'Myriad Pro', Sans-Serif, Helvetica, "Helvetica Neue", Arial; font-weight: 400;
	color: #000000;
	text-decoration: none;
	}
a:hover, a:focus {
	color: rgba(0,0,0, 0.7);
	text-decoration: none;
	}
a:active {
	color: rgba(0,0,0, 1);
	text-decoration: none;
	}

img.lazy {
	display: block;
	width: 100%;
	min-height: 100px;
	background-image: url('/img/throbber1.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}

/* ==============
	page header nav
   ============== */

.title {
	font: 2.5rem Lato, 'Myriad Pro', Sans-Serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	margin: 8px 0;
	padding: 0;
	}



nav div.navcontainer {
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	}

nav ul.nav {
	float: left;
	position: relative;
	left: 49.9%;
	margin: 1.5em auto;
	padding: 0;
	list-style-type: none;
	}

nav ul.nav li {
	float: left;
	position: relative;
	right: 50%;
	text-align: center; 
	white-space: nowrap;
	}

nav ul.nav a {
	width: auto;
	display: block;
	margin: 0 12px;
	padding: 0 4px;
	font:1.2rem Lato, 'Myriad Pro', Sans-Serif;
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	
	text-shadow: 0 0 1px rgba(0,0,0,0.03);
	-webkit-font-smoothing: antialiased;
	}

nav a:hover, nav a.current {
	background: #D7D9D9;
	
	text-shadow: 0 0 1px rgba(0,0,0,0.03); 
	-webkit-font-smoothing: antialiased;
	}

div.subnav-right {
	float: right;
	padding: 0 0.4em;
	padding-bottom: 8px;
	margin: 13px 0.2em;
	font: 1rem Lato, 'Myriad Pro', Sans-Serif;
	font-weight: 400;
	}
	
div.subnav-menu {
	float: left;
	white-space:nowrap;
	}

nav ul.subnav {
	padding: 0.1em 0;
	margin: 0.7em 0;
	height: 26px;
	}
	
nav ul.subnav li a {
	padding: 0.1em 0.4em;
	margin: 0 0.2em;
	font: 1rem Lato, 'Myriad Pro', Sans-Serif;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	}

nav hr:last-child {
	margin-bottom: 12px;
	}

/* ==============
	galleries
   ============== */

.imageGallery {
	display:inline-block;
	}
.imageGalleryContainer > .imageGalleryHint {
	display: none;
	z-index: 100;
	position: relative;
	top: -300px;
	width: 500px;
	min-height: 30px;
	max-height: 100px;
	margin: 0 auto;
	padding: 6px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1.25rem;
	color: #ffffff;
	
	background-color: rgba(0,0,0,0.8);
	pointer-events:none;
	}

/* ==============
	articles
   ============== */

.main article {
	padding: 30px 0;
	}

.main article section h3, .main article header h3 {
	display: inline-block;
	float: right;
	margin: 20px 0;
	font: 0.75rem Lato, 'Myriad Pro', Sans-Serif;
	}

.main article section h4, .main article header h4 {
	display: inline-block;
	float: left;
	margin: 20px 0;
	font: 0.875rem Lato, 'Myriad Pro', Sans-Serif;
	}

.main article {
	margin: 0 auto;
	width: 780px;
	}

.main article header p {
	text-align: justify; 
	}

.main hr {
	margin-top: 37px;
	}

.main article h1 {
	font-size: 1.375em;
	margin-top: 24px;
	margin-bottom: 22px;
	}

.main article section a {
	font-family: Lato, 'Myriad Pro', Sans-Serif, Helvetica, "Helvetica Neue", Arial; font-weight: 400;
	color: #000000;
	color: rgba(0,0,0,0.85);
	border-bottom: solid 1px #000000;
	border-color: rgba(0,0,0, 0.6);
	}
.main article section a:hover, .main article section a:focus {
	color: #000000;
	text-decoration: none;
	border-bottom: solid 1px #000000;
	border-color: rgba(0,0,0, 0.85);
	}
.main article section a:active {
	color: #790000;
	text-decoration: none;
	border-bottom: solid 1px #000000;
	}

/* ==============
	tables
   ============== */


.main table {
	margin: 1.2em 0 4em 0;
	border: 0px;
	border-collapse: separate;
	}
.main table td {
	padding: 0.6em;
	}
.main table td:first-child {
	width: 2em;
	vertical-align: top;
	}
.main table td[colspan="2"] {
	width: 100%;
	text-transform: uppercase;
	padding: 2em 0.6em 2em 0.6em;
	}
#firstcolspan {
	padding: 0.6em 0.6em 2em 0.6em;
	}

.main table td a {
	font: 1em Lato, 'Myriad Pro', Sans-Serif, Helvetica, "Helvetica Neue", Arial; font-weight: 400;
	color: #000000;
	color: rgba(0,0,0,0.85);
	border-bottom: solid 1px #000000;
	border-color: rgba(0,0,0, 0.6);
	}
.main table td a:hover, .main table td a:focus {
	color: #000000;
	text-decoration: none;
	border-bottom: solid 1px #000000;
	border-color: rgba(0,0,0, 0.85);
	}
.main table td a:active {
	color: #000000;
	text-decoration: none;
	border-bottom: solid 1px #000000;
	}


/* ==============
	contact form
   ============== */

.contact {
	width: 97%;
	min-height: 700px;
	margin: 0 auto;
	}
label {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	}

label:first-child {
	margin-top: 0px;
	}
	
#name, #email {
	width: 300px;
	} 

#message {
	width: 400px;
	}
	
input, textarea {
	display: block;
	margin-top: 2px;
	background-color: rgba(120, 120, 120, 0.01);
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-width: 1px;
	color: rgba(0, 0, 0, 0.9);
	font-size: 0.9em;
	padding: 3px;
	}

textarea {
	resize: vertical;
	}
	
input:hover, textarea:hover {
	outline: none;
	border: 1px solid rgba(0, 0, 0, 0.9);
	background-color: #f8f8f8;
	color: #000000;
	}

input:focus, textarea:focus {
	outline: none;
	border: 1px solid rgba(0, 0, 0, 1);
	background-color: #f1f1f1;
	color: #000000;
	}

.invalid {
	border: 1px solid rgba(199, 11, 21, 0.8);
	color: rgba(197, 21, 39, 0.9);
	}

.invalid:hover, .invalid:focus {
	border: 1px solid rgba(245, 67, 77, 0.8);
	color: rgba(0, 0, 0, 0.9);
	}

#captchadiv {
	width: 250px;
	float: left;
	height: 50px;
	margin-bottom: 3px;
	}

#siimage {
	display: block;
	padding-right: 5px;
	margin-top: 2px;
	border: 0px;
	opacity: 0.8;
	width: 200px;
	height: 50px;
	float: left;
	}

.captcha-reload {
	vertical-align: bottom;
	}
	
#formSubmit {
	width: 160px;
	color: rgba(0, 0, 0, 0.9);
	border-radius: 3px;
	}

#formSubmit:active {
	outline: none;
	border: 1px solid #000000;
	background-color: #f1f1f1;
	color: #000000;
	}


/* ==============
	page footer
   ============== */

.page-container hr {
	border-top: 1px solid #000000;
	}
	
.page-container footer {
	padding: 30px 0 0 0;
	height: 100px;
	color: #000000;	
	}

.social-links {
	padding: 2px;
	overflow: hidden;
	}

div.langdiv {
	position: relative;
	display: block;
	top: -20px;
	left: -50px;
	}
	
ul.lang {
	margin: 8px 0.4em;
	display: block;
	min-width: 200px;
	text-align: left;
/*	float: right;*/
	overflow: hidden;
	}

ul.lang li {
	height: 22px;
	}

.lang a {
	margin-left: 0.4em;
	padding: 0.2em 0.4em;
	font: 0.8125rem Lato, 'Myriad Pro', Sans-Serif;
	text-align: center;
	font-weight: 400;
	text-decoration: none;
	text-transform: capitalize;
	color: #000000;
	}

.lang a:hover, .lang a.current {
	background: #D7D9D9;
	}

.page-container footer .toplink {
	position: relative;
	display: block;
	top: 4px;
	left: 800px;
	width:28px;
	height:28px;
	}

.page-container footer div.toplink a , .page-container footer .toplink img{
	padding: 4px; margin: 0;
	top: 0; left: 0;
	}

.copyright_notes {
	font-size: 0.9rem;
	width: 50%;
	
	}

.copyright_notes a,  .copyright_notes a:visited, .copyright_notes a:active, .copyright_notes a:hover {
	font-size: 0.9rem;
	
	}

.copyright_notes a:hover {
	text-decoration: underline;
	}

.copyright_notes hr {
	border-color: gray;
	padding-top: 20px;
	}

/* ==========================================================================
   Media Queries
   ========================================================================== */


@media print {
	* { background: #FFF !important; color: #000 !important; 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) ")"; } */
	.ir a:after, a.ir:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; margin-bottom: 0.4cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	.break-before { page-break-before: always !important; }
	nav ul.subnav li a.current, nav a:hover, nav a.current { font-weight: bold; }
	.page-container footer, .social-links, ul.lang, .lang a, .page-container footer .toplink img { padding-bottom: 0; margin-bottom: 0; }
	.page-container, .page-container.last { padding-top: 2em; padding-bottom: 0; margin-bottom: 0; page-break-inside: avoid; page-break-after: left; }
	}


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

.hidden {
	display: none !important;
	visibility: hidden;
	}

.invisible {
	visibility: hidden;
	}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	}



.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	}

.clearfix:after {
	clear: both;
	}

.clearfix {
	*zoom: 1;
	}

#datenschutz article section { font-size: 80%; }
#impressum article section { font-size: 80%; }
.footerlinks { font-size: 60%; } 
#footerlinks {
	display: block;
    position: absolute;
    left: -792px;
    width: 200px;
    font: 0.75rem Lato, 'Myriad Pro', Sans-Serif;
    line-height: 22px;
	}

#footerlinks a { font: 0.75rem Lato, 'Myriad Pro', Sans-Serif; }

.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:1rem;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:1.125rem;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9rem;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6rem;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}



/* ############################################################################################################# */

/* ############################################################################################################# */

/* ############################################################################################################# */

/* ############################################################################################################# */




/*! fancyBox v2.1.4 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
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

.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 {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.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('/img/fancybox_sprite.png');
}

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

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

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

.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;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

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

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

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

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

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

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

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

.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;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('/img/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}



img[alt]:after {  
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #fff;
  font-family: 'Helvetica';
  font-weight: 300;
  line-height: 2;  
  text-align: center;
  content: attr(alt);
}

#captchadiv {
	padding-bottom: 20px;
	}

/*.slide, .slider { width: 780px; } /* */

.iosSliderPrev, .iosSliderNext {
	/*opacity: 0;*/
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	background-color: yellow;
	top: 10px;
	}

.iosSliderPrev {
 	left: 10px;
 	}

.iosSliderNext {
 	right: 10px;
 	}
 	
 	
 a.fancypdf:link,a.fancypdf:visited {color: red;}
 a.blacklink:link, a.blacklink:visited { color: black !important; }


/**********************************************************************************
 *	slider
 **********************************************************************************/

/* slider container */
.iosSlider {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: relative;
	overflow: hidden;
	
	/* optional */
	width: 100%;
	height: 100%;
	}


/* slider */
.iosSlider .slider {
	Width: 100%; 
	height: 100%;
	min-width: 390px; /* */
	}

/* slide */
.iosSlider .slider .slide {
	float: left;
	Width: 100%; 
	height: 100%;
	min-width: 390px; /* */
	}

.iosSlider .slider .slide .image {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0; padding: 0;
	}

.iosSlider .slider .slide .nogrip {
	position: fixed;
	display: block;
	z-index: 20;
	left: 0em;
	right: 0em;
	top: 0em;
	bottom: 0em;
	}

/* ------------------------------ */
.imageGalleryContainer,
.iosSlider,
.iosSlider .slider,
.iosSlider .slider .slide,
.iosSlider .slider .slide .image,
.fancybox-overlay,
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner {
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
    	-ms-transform: translateZ(0);
    	 -o-transform: translateZ(0);
    		transform: translateZ(0);
	}
