﻿/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

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

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

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

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

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

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

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

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

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents 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 */
}

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

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

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

body {
    margin: 0;
}

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

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

a:focus {
    outline: thin dotted;
}

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

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

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

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses 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.75em;
    margin: 2.33em 0;
}

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

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

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

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

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

dfn {
    font-style: italic;
}

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

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

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

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects 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;
}

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

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

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

q {
    quotes: none;
}

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

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

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

small {
    font-size: 80%;
}

/*
 * Prevents `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
   ========================================================================== */

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

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

dd {
    margin: 0 0 0 40px;
}

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

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

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

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

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

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

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

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

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

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

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

figure {
    margin: 0;
}

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

/*
 * Corrects 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;
}

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

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

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves 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 */
}

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

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes 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],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes 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. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}

/*
 * Removes 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;
}

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

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves 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;
}
.ath-viewport * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0,0,0,0.6);
}

.ath-mandatory {
	background: #000;
}

.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: 0.7em 0.6em;
	width: 18em;

	background: #eee;
	background-size: 100% auto;

	box-shadow: 0 0.2em 0 #d1d1d1;

	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

.ath-ios7.ath-tablet {
	left: 0.7em;
	top: 1.8em;
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}

.ath-android {
	right: 1.5em;
	top: 1.8em;
}

/* close icon */
.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -0.7em -0.6em 0 0.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAeHAAAHhwFd+hRDAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAHVQTFRFAAAAOTk5MzMzOzs7Nzc3QUFBQEBAPz8/Pj4+QUFBQEBAPz8/Pj4+QUFBQEBAPz8/QUFBPj4+Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pj4+Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/QEBAPz8/n3QmjwAAACZ0Uk5TAAkKDQ4zODk6OzxBQkNERUusrbG0tba7vL3Excbu8fL19fb3+PgucqJgAAACqklEQVR42sXc23LCIBAGYKy2pgft0WpP2vTA+z9i0+goCZAs7O7P3oWZTL5ZYAh7sca0MXmYG3jM7yfu4/TV1jdow01tX6cdg4UrGoN1FNM3a+GK1nBSzPYGrOJgsPZt1hrerYUrjoa9wjHgFI7B2veZWVk3tpCdWm07H30y8+4AIhedPFj7cW7wioABrggawIqIAaroGbYXzlGCUvQNnc0IUgwaQIoRA0QxagAoCAZ1BcmgrCAaVBVkg6IiwaCmSDIoKRINKopkg4IiwyCuyDIIKzINoopsg6CCYRBTsAxCCqZBRLGo2RcrtkLAwFaIGJgKIQNLIWZgKAQN2QpRg1dKoCmEDVkKcUOGQsGQrFAxJCqUDEkKNUOCQtFAVqgaiAplg69YFDAQFADDqAJiGFGADI1iF1XADAOKvqHSLApHFFBDRAE2BBVwQ0BRwOApfn8LGDxFEcOQAmeIK5CGmAJrCCvQBq8A8r9Zrw08qp6irvAGs/zpIr4XBQxf3nQsyhvwipABrQgbsIqYAamIG3CKnqH+LKDoGXbVwD84zDB4E4AZ4IqgAayIGKCKqMGYS5RiwOArlgUMnuJrWcAAUYwaAAqCQV1BMigriAZVBdmgqEgwqCmSDEqKRIOKItmgoMgwiCv6hkvaa6KKTIOoItsgqGAYxBQsg5CCaRBRsA0CCgEDWyFiYCqEDCyFmIGhEDRkK0QNmQphQ5ZC3JChUDAkK1QMiQolQ5JCzZCguNUzkBV3P4oGokLZQFKoGwgKgGFUATGMKECGQQXMYMxVTAE0RBVQQ0QBNgQVcENI8QwoBo8cUiszWYPz4OVi3bQ9cBQoQ0exblsvTDZwg6PYHNo/tE0XmvVwa4BxWBentgtnL+A8HHPxcnYaaBRoQ6twDY3iEW5oFI8Hwx/QxSE448b+MwAAAABJRU5ErkJggg==);
	background-color: rgba(255,255,255,0.8);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}

.ath-mandatory .ath-container:before {
	display: none;
}

.ath-container.ath-android:before {
	float: left;
	margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}


/* applied only if the application icon is shown */
.ath-container.ath-icon {

}

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.ath-android .ath-action-icon {
	width: 1.2em;
	height: 1.8em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAADcBAMAAAAig/QJAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAFtDAABbQwH5xg68AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAB5QTFRFAAAA////cXFxaWlp////ZmZmnJycoaGhpqam////1D9b6wAAAAV0Uk5TAAgJERExZxYzAAAAYklEQVRYw+3WoQ2AUBAE0SsBOiBUQEIDCArA4FFoHBaJxNItFYz/x5+xz282VmwJTdM0rRzbsS1e7Pm9zdgUVn491rkFmqZpSezEjqo/Sos1HoAEjdjgFmiapiWxG7tq/igfnYteFlnOWZEAAAAASUVORK5CYII=);
	background-size: auto 100%;
}

.ath-ios7 .ath-action-icon {
	width: 1.6em;
	height: 1.6em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAABa5AAAWuQBuyxkRwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAZoSURBVHja7d1ZbFRlGIfxzxVwl809goLgghrRoEaNSzQagrsRt8QYgzEG443SOQNSA0QTXHALcY2KMe7EuCB6YbxwiUtwA0VwQRSxqMimUNt5vOg5OEPL9Ew705m2zz95L5rOvOfr+8s3nZ6TOQ2hNyXiyhDxQpjADr3q5+4VyTIhRORCBCHijTCRPg6lZ+3c5hg3qZfdyT0D9/IQ0bQFblIvhnq2d0jdF3d8Edyknhe5O6aOs0PExnZwk3ooBLZxaN0lWcaFiE0pcVsqy+Ohnm0dXq0nYmzJuP8jPypyLSfDySFifYdwk8ow00HWYiZzeojY0Cnc/2uWA60t3FPLiJvU3Q62FpLl2BCxusy4SU1xwNVMhjEhYk2FcJOqd9DVSB3HhYi/KozrTq4S7ui0L8v9ppYJOUPk4LsiUxgVIlalQRl5D4x+oPhjrniuJOQ6ASqZiCNCREMajIPuhOV/wfGziz/uuz9gwtySdvPNQlQiGQ4LGX5LgzB0JixbDdA+8Pd/QnMOrnw+NXAuRNwgSDkzmUNDxMo0AENmwo8xLsCY2Zsv8m8VGKCpGS5/rgTkDNcLUx7cg0PE8jSD3/cOWPI7+fnj6PuLnwBZ1MCnyYObmmH8syUhXydQ53CHhoif0uIuXlWA+ydwzJH3sa7Y825/l7OAd5InNTbBeXNSIzeHDFcJ1ZHUMSRELEsz6L1vh28KcdcCJ4QQQnvAk+ZzCrAz8G7y5E1NMO6p1MhNIcsVgpWSLPuFiCVpBjxwOnyxshXuiUmrNMAhhADsBnyYjzz2yZKQLxMuTW5h3xDxbZrBDpgOn60owF0HnJTfLi1wjLw78FHS7O9GOOOxkpAvFbBYIvYJEYvTDLT/NFhQiLseOHnLlqUAx8h7AB8nTTc0wmmPpkZuDBnOFbKt3MzeIeLrNIPccxp8+ksB7j/AmW21LRU4D/mTfORTH0mNvClkGSdofjIMCBGfpxngrrfB+8ta4Z61tdYdAY6RBwFfbn552ASnPFwCcsRYYUMIoZ7+IWJBmsHtUg/vFeJuBM4u1r6jwDHyYOCr5GBrNsKY2amR/w6TOV3giKlpBtbnVnjz2wLcRuD89tp3BjgPeWFy0FUbYNS9qZEXhkvYrrfv4G1Dlsfbu+T39tJWuBemad9Z4Bh5L2BRcvDV/8DoB9vFXRKyHOAODiEsX06/8c+2fcaq760wv3Dn/gtcnLZ3OYBj5P2BpWl28oh7aHpmQdtv+npdgL7A/FwOJr7a+mV53uJWuJeU0r9cwPFaDwC+SxbTsB4On1XY7/BZsHJdy7eBIwSGqcnAcjm46bWWQe0wBeYuLMDNARNK7V9O4Hi9w4HNf6T9th4Oi5FH3dvydV4WQS//HQz0A97KR574Kjz9WcGgmoGrO9K/3MDxmg8EfkgWt2w1nPMErFhbsOZVwNG9fgfHA+sDvELbaQau6WjvSgDHax6Wv5O3yK/AocoWDmxHYO4Wg8oB13amb6WA4zUf0gbyL8BIRbeO/FIe7o2d7VlJ4HjNI4DkrPjPwAgliw9sO+Bp4KZy9Ks0cLzmkfEFiuEKphtY2T7C2RXA5V6zqUFgI7AR2AhsBBZYYIGNwEZgI3DFk+X1blX1DK4acD2Du928uugmJuWrOoZUDbjlA3Hda14CCyywwF1XF8zhqGoBXzCHowSucE2aV/jx0K4EnjSPkwQWWGCBawS4/7SW2yPUUi1tYFi1gJc2MKzW5tF/WieAB82gFlO1d9HAkFobxqAZAgsscC8FHjiDHHBRjdVOVQTeqdbmMXBG8Vs1FgUeMJ3m0M3T068mDZje6n8yCiywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAHc+KtXz88xrYWjWsKe3+0wLXWIAP2rlh61CBBRZYYIGrBXwMcFqR6iuwEdgIbAQ2AhuBBRZYYIEFNgIbgY3ARmCBBRZYYIGNwEZgI7AR2AgssMACG4GNwEZgI7ARWGCBBRZYYCOwEdgIbAQWWGCBBRbYCGwENgIbgY3AAgsssMACG4GNwEZgI7DAHQGup69Vu9UpYKsHlEMQ2BLYEtgS2BLYKrWG3wVWz62A6dERWGAjsKnZ/Af2wMWISv7RmgAAAABJRU5ErkJggg==);
	margin-top: -0.3em;
	background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAGaklEQVR42u3cfUxVZRwH8O8FRERRfNfKt4zM2UzNMszZFPMPW5KWzizJ0JJWitOU3mYs54ZuNRk6zblSaebUnKllSpopaRorJiqmtjRNK4sNEBR5+fbH45ELwrnn5Tnn3gPP7/cv9/7O/eyc5zyvAF6PrlgAFTrRHcQmtFIQekDEYXRRFA3GzP4gCOI39FcaDcQ7g24BEUUYrTz0gIhKvKZE9IAIIhNhSkUPiNiGaOWiB0Tko4eS0QMi/sQQZaMHRJRivNLRAyKqkKZ89IAIYg1aKCDq5l60U0D6WYDeCkg/r2KEAtLPG5iqgPSzBukKKFB+ikgFpJ+56KyA9PMcHjBXYYwjGRmyQMR/GGWmAqVnNV4N4TuIICowPXhA1ZgR0o+Y6Yk1uTyVeD7E26Da3GpsYk0iTwQ3kSS5nbLboAj0wnBMwGwsRhaysRO5yEMe8iJP2bjig+joIlALbhE86xguCWUgXkYmduMMbjrQVhLEWfRzCagldwmelfTZhOmM8ViGXJQ7hFI3iwK906SUieLXgifTFs9DeA/HUOMKjP87LdlhoFb8RvB8ZJHHhxHIxEWXYfzzY0Q4BtSG3wueDyzhxCAFvwSRJuA7zeYXx/CQ4LEy/3sPlqMkBHBEHkN36UBt+YPgWWgapzfWoiJkcERewECpQB2YR5I1nG/6PbUcN0IMR2QJxhkEWsi0gPkjSVYzxRROS6SjLCRxGplYa+QPq2goqjnTFM8wFIQwjpZZCJcDVMmppu6dTNf7OFbzEDoFAKrcx5yA+ZIJnh444hEckcfRUxcoXe5wMwH/eIqHIK7gUbeAklHlOR4xCElyA2iWR3mIGixyHijDoziMqRw8xflH7H2v8vTjKfIyhzoLNNurPM+xVHRksp0EesabbU84M1hDklVMo885oMdcmhGUnO25W9w7xUx0sh8Ui/Ne5InjCcFTwL4BetI2gbZ5kedZreXZwjYBx2K2gKZ7DydMa3mqRcvjJFAcrnmNJ5ZfiXunlBMNzgfZAPrSazx9eVzwnOB9hmcULQM96TWeCSwRPFv9Wx6ngMKQ3zRaHqeAXvQSTzttNfgaJ5leOLQE5EOhd3j6MF/wnGSchZVVS0Bj5f6ELhzKiZzLdC7nOm7nAebzPIvqZKHF7x7DfwXPNsZYWpu3BLTD/iptPFO4mnt5muWGVg0uW6ozj5UBWh4ngPpYHZxG8nGmcTPPsJpmwzxQK34mPlrGKTY2UFkAWmJ+y8wopnM/y/QEilnAQ9zJbGZxMedzBif559EF5mr24s/ie3/nIFtb8CwAnTV+md04hzm83hBIFQu5mUv5Op/mQMbK3YKXyGJR5Vt2NPqzZAH1N3aJrTmNu1lRn6WUOVzGJA5hlHN7FFNFy0N+yAjbu1xNA70duFOWwPXaeFmLIu7gmxxm5oKtAUVxvahYzhfMVZAFdES/GU7m6bo0Z7mMw2n7jLsxoB78SVQ9T9OHfeUARfluNv5QzeNFf5pCvssBbm4DHsm/ReXvaOGkhhyg+MbeU3N4pZamhGs53O190m/wprZ/0tKDLAdo7p3f4GMSL9Ti/MpZbO32RvIofiKqX2eS1QpSgMI+r//5+7mvFucgE+nQf9TQA7qbR0X9PzjUegUpQG1O1F04eau2j3OAw4JzFGGE9nDvYQc7FaQARRf7rwwc1nDOcbLtbeUWgVK0vtYK2jw5LwMo2nf7c8navVPORWY7fbKAorlRXMMNJtuvIAMoTusKLhXzc2QO74UrcSfQXdodfEnOwy0D6GGxY3qPNj+XBNeiPlCCNs+TY3y05ThQ7EiwK4+JCztjdJTsBFCaNtpaJe9AlgSgsVN6aQOJzWwLBAcokqu1lucVmRUkAC2eeElsKE+F66EBdWOuyXkeF4EYT7LCzZanPtBoXtXmeTrJriAD6AmW8SkgWEC3W541bCm/ggygRxiPIMWSB1cInAqTRyJcnw8KUrD7rXmewY5VaAJA++W3PE0JKMPUPE8MEpoXkLnBcBL+wqpmBWQiemIXCCqghiIcadoxvvYbFFD9GIDDtb9s3EkF5B9RyKj7jy0UkH+MvnNBXAFp0QEbGjoCqoC0mNPwL1NACshYhKUqIN2YvFEB6ca0LxSQAlJACkgBKSAFpICsADXdVEAKSAEpIAWkgBSQAlJACkgBKaDgA41hc8vUXHM3UPOLVQpIAbkH9D87oz0rvnJrOgAAAABJRU5ErkJggg==);
	margin-bottom: 0.4em;
	background-size: 100% auto;
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 0.1em 0 #fff;
	font-size: 1.1em;
}

.ath-ios.ath-phone:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	z-index: 2147483641;
}

.ath-android:after {
	content: '';
	background: #eee;
	background: -webkit-linear-gradient(-45deg, rgba(238,238,238,0) 0%,rgba(238,238,238,0) 50%,rgba(238,238,238,1) 50%,rgba(238,238,238,1) 100%);
	position: absolute;
	width: 2em;
	height: 2em;
	top: -1.5em;
	right: 0;
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto 0.2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
}

/* OS specific classes */
.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3),
		inset 0 0.07em 0 rgba(255,255,255,0.5);
	margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}

	.ath-ios.ath-phone {
		margin-left: -12em;
	}

	.ath-ios6:after {
		left: 39%;
	}
}
/*! jQuery UI - v1.9.1 - 2012-11-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.tabs.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/img/system/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/img/system/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/img/system/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(/img/system/jquery-ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/img/system/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/img/system/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/img/system/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/img/system/jquery-ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/img/system/jquery-ui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/img/system/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/img/system/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*! 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
{
  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/system/fancybox/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/system/fancybox/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/system/fancybox/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 !important;
    width: auto;
}

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

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

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/img/system/fancybox/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);
}

/*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('/img/system/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('/img/system/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}/* ::: Tabelle ::: */
.tabelle {
  width:100%;
  border:1px solid #ccc;
  border-collapse:collapse;
}
.tabelle thead tr {
}
.tabelle thead tr th,
.tabelle tbody tr.headline td {
  padding:5px;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  background:#e8e8e8;
  font-weight:bold;
  text-align:left;
  vertical-align:top;
}
.tabelle tbody tr td {
  padding:5px;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  vertical-align:top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 40px;
}
th {
    line-height: 35px;
    color: #FFF;
    background: #008657;
    font-weight: 500;
    border-right: 3px solid #FFF;
}
    th:last-child{
        border-right:0;
    }
td {
    text-align: center;
    border-bottom: 1px solid rgba(0, 134, 87, 0.3);
    padding: 5px;
    border-right: 4px solid #FFF;
}
tr:last-child td{
    border-bottom:0;
}
    td:last-child{
        border-right:0;
    }
tbody tr{
    transition:0.3s all ease-in-out;
}
    tbody tr:hover{
        background:rgba(0, 134, 87, 0.1);
        cursor:default;
    }/* ::: Formulare ::: */
fieldset {
  margin:0;
  padding:0;
  border:0;
}
legend {
  display:none;
}
.row {
  margin-top:3px;
  clear:both;
}
label {
  float:left;
  clear:both;
  width:160px;
  padding:2px 0;
}
input.text, 
textarea.text,
select.text {
  width:210px;
  margin:1px 0;
  border:1px solid #CCC;
  background:#fff;
}
input.text, 
textarea.text {
  padding:2px;
}
textarea.text {
  height:70px;
}
select.text {
  width:214px;
}
input.zipcode {
  width:43px;
  margin-right:4px;
}
input.city {
  width:157px;
}
.captcha img {
  cursor:pointer;
  margin:1px 0 4px 160px;
  border:1px solid #CCC;
}
.absenden a {
  display:block;
  float:left;
  margin:1px 0 12px 283px;
  padding:2px 10px;
  background-color:#333;
  color:#fff;
  font-weight:bold;
}
input.radio { float:left; margin-top:4px; margin-right:4px; }
.radioButtonListWrapper {
  float:left;
}
.radioButtonWrapper {
  float:left;
}
.radioButtonWrapper label,
label.labelradio {
  clear:none;
  width:auto;
  margin-right: 20px;
}/* ::: Pager ::: */
.pager-v2 {
  margin-bottom:16px;
  padding:4px 5px;
  border-top:1px solid #e6e6e6;
  border-bottom:1px solid #e6e6e6;
}
.pager-v2-backward,
.pager-v2-forward {
  float:left;
  width:30px;
}
.pager-v2-forward {
  float:right;
}
.pager-v2 a {
  float:left;
  width:15px;
  text-align:center;
  text-decoration:none;
  font-size:18px;
}
.pager-v2-info {
  text-align:center;
}
.pager-v2-numbers {
    float:right;
}/* Search */
fieldset.search label.label {
  width:120px;
}
fieldset.search input.text {
  float:left;
}
a.search {
  float: left;
  display: block;
  margin: 1px 0 12px 16px;
  padding: 2px 10px;
  background-color: #008657;
  color: #FFFFFF;
  font-weight: bold;
}
.searchHighlight {

}
.search h2 {
    margin-bottom:5px;
}.mejs-container {
	position: relative;
	background: #000;
	font-family: Helvetica, Arial;
	text-align: left;
	vertical-align: top;
	text-indent: 0;
}

.me-plugin {
	position: absolute;
}

.mejs-embed, .mejs-embed body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
}

.mejs-fullscreen {
	/* set it to not show scroll bars so 100% will work */
	overflow: hidden !important;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
	width: 100%;
	height: 100%;
}

.mejs-clear {
	clear: both;
}

/* Start: LAYERS */
.mejs-background {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-mediaelement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mejs-poster {
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain ;
	background-position: 50% 50% ;
	background-repeat: no-repeat ;
}
:root .mejs-poster img {
	display: none ;
}

.mejs-poster img {
	border: 0;
	padding: 0;
	border: 0;
}

.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play {
	cursor: pointer;
}

.mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	background: url(/img/system/mediaelementplayer/bigplay.svg) no-repeat;
}

.no-svg .mejs-overlay-button { 
	background-image: url(/img/system/mediaelementplayer/bigplay.png);
}

.mejs-overlay:hover .mejs-overlay-button {
	background-position: 0 -100px ;
}

.mejs-overlay-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: #333;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(0, 0, 0, 0.9);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
	background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}

.mejs-overlay-loading span {
	display: block;
	width: 80px;
	height: 80px;
	background: transparent url(/img/system/mediaelementplayer/loading.gif) 50% 50% no-repeat;
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 	
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 	
	height: 30px;
	width: 100%;
}
.mejs-container .mejs-controls  div {
	list-style-type: none;
	background-image: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	font-size: 11px;
	line-height: 11px;
	font-family: Helvetica, Arial;
	border: 0;
}

.mejs-controls .mejs-button button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	margin: 7px 5px;
	padding: 0;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 0;
	background: transparent url(/img/system/mediaelementplayer/controls.svg) no-repeat;
}

.no-svg .mejs-controls .mejs-button button { 
	background-image: url(/img/system/mediaelementplayer/controls.png);
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
	outline: solid 1px yellow;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
	color: #fff;
	display: block;
	height: 17px;
	width: auto;
	padding: 8px 3px 0 3px ;
	overflow: hidden;
	text-align: center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time span {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
	background-position: 0 0;
}

.mejs-controls .mejs-pause button {
	background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
	background-position: -112px 0;
}
/* Start: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
	direction: ltr;
	width: 200px;
	padding-top: 5px;
}

.mejs-controls .mejs-time-rail span {
	display: block;
	position: absolute;
	width: 180px;
	height: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 5px;
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
	width: 100%;
	background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	-webkit-animation: buffering-stripes 2s linear infinite;
	-moz-animation: buffering-stripes 2s linear infinite;
	-ms-animation: buffering-stripes 2s linear infinite;
	-o-animation: buffering-stripes 2s linear infinite;
	animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #3caac8;
	background: rgba(60,170,200,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8))); 
	background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8)); 
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
	display: none;
	position: absolute;
	margin: 0;
	width: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: solid 2px #333;
	top: -2px;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	background: #eee;
	width: 36px;
	height: 17px;
	border: solid 1px #333;
	top: -26px;
	margin-left: -18px;
	text-align: center;
	color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	margin: 2px;
	width: 30px;
	display: block;
	text-align: center;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	border: solid 5px #eee;
	border-color: #eee transparent transparent transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 15px;
	left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
	width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
	width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */

/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
	background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
	background-position: -32px -16px;
}
/* End: Fullscreen */


/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}

.mejs-controls .mejs-mute button {
	background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
	background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
	position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
	height: 115px;
	width: 25px;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(50, 50, 50, 0.7);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -115px;
	left: 0;
	z-index: 1;
	position: absolute;
	margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	position: absolute;
	left: 11px;
	top: 8px;
	width: 2px;
	height: 100px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	position: absolute;
	left: 4px;
	top: -3px;
	width: 16px;
	height: 6px;
	background: #ddd;
	background: rgba(255, 255, 255, 0.9);
	cursor: N-resize;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0;
}

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
	height: 26px;
	width: 60px;
	position: relative;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	background: #333;
	background: rgba(50,50,50,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
	background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8)); 
	background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
	background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	left: 0;
	top: 11px;
	width: 50px;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8)); 
	background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
	background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
	position: relative;
}

.mejs-controls .mejs-captions-button button {
	background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
	font-size: 10px;
	margin: 0 0 5px 0;
}

.mejs-chapters {
	position: absolute;
	top: 0;
	left: 0;
	-xborder-right: solid 1px #fff;
	width: 10000px;
	z-index: 1;
}

.mejs-chapters .mejs-chapter {
	position: absolute;
	float: left;
	background: #222;
	background: rgba(0, 0, 0, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7)); 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);		
	overflow: hidden;
	border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
	font-size: 11px;
	color: #fff;
	padding: 5px;
	display: block;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
	border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
	background: #666;
	background: rgba(102,102,102, 0.7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);		
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
	font-size: 12px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 0 3px 0;
	line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
	font-size: 12px;
	line-height: 12px;
	margin: 3px 0 4px 0;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mejs-captions-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align:center;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}

.mejs-captions-layer  a {
	color: #fff;
	text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
	font-size: 20px;
	font-weight: normal;
}

.mejs-captions-position {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}

.mejs-captions-position-hover {
	bottom: 45px;
}

.mejs-captions-text {
	padding: 3px 5px;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(20, 20, 20, 0.8);

}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.me-cannotplay {
}

.me-cannotplay a {
	color: #fff;
	font-weight: bold;
}

.me-cannotplay span {
	padding: 15px;
	display: block;
}
/* End: Error */


/* Start: Loop */
.mejs-controls .mejs-loop-off button {
	background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
	background-position: -64px 0;
}

/* End: Loop */

/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
	background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
	background-position: -80px 0;
}
/* End: backlight */

/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
	background-position: -96px 0;
}
/* End: Picture Controls */


/* context menu */
.mejs-contextmenu {
	position: absolute;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	top: 0;
	left: 0;
	background: #fff;
	border: solid 1px #999;
	z-index: 1001; /* make sure it shows on fullscreen */
}
.mejs-contextmenu .mejs-contextmenu-separator {
	height: 1px;
	font-size: 0;
	margin: 5px 6px;
	background: #333;	
}

.mejs-contextmenu .mejs-contextmenu-item {
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 6px;
	cursor: pointer;
	color: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
	background: #2C7C91;
	color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
	position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
	background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
	visibility: hidden;
	position: absolute;
	bottom: 26px;
	right: -10px;
	width: 130px;
	height: 100px;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(50,50,50,0.7);
	border: solid 1px transparent;
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none !important;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none !important;
	display: block;
	color: #fff;
	overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
	clear: both;
	float: left;
	margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
	width: 100px;
	float: left;
	padding: 4px 0 0 0;
	line-height: 15px;
	font-family: helvetica, arial;
	font-size: 10px;
}
/* End: Source Chooser */

/* Start: Postroll */
.mejs-postroll-layer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(50,50,50,0.7);
	z-index: 1000;
	overflow: hidden;
}
.mejs-postroll-layer-content {
	width: 100%;
	height: 100%;
}
.mejs-postroll-close {
	position: absolute;
	right: 0;
	top: 0;
	background: url(/img/system/mediaelementplayer/background.png);
	background: rgba(50,50,50,0.7);
	color: #fff;
	padding: 4px;
	z-index: 100;
	cursor: pointer;
}
/* End: Postroll */
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* ::: Basis-Elemente ::: */
form {
  /* opacity: 0; einkommentieren, wenn Fade-In gewünscht */
}
.clear,
.spacer,
.halfspacer,
.quarterspacer,
.minispacer,
.doublespacer,
.imgfspacer {
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
  display:block;
}
.doublespacer   { height:24px; }
.spacer     { height:12px; }
.halfspacer   { height:6px; }
.quarterspacer   { height:3px; }
.minispacer   { height:2px; }
.imgfspacer { height:7px; }
.none,
.hide {
  display:none;
}
hr {
  clear: both; 
  height: 1px; 
  margin: 0;
  padding: 0;
  border: none; 
  background-color:#CCC;
  font-size: 0;
  line-height: 0;
}
.lt-ie8 hr {
  display: block;
  margin: -7px 0;
}
img {
    vertical-align:bottom;
}
.left   { float:left; }
.right   { float:right; }
.even   { background-color:#CCC; }
.odd   { background-color:#EEE; }
.caption {
 font-style:italic;
 font-size:10px;
}
.error {
  color:#e60003;
}
.searchword {
  background-color:#333;
  color:#fff;
}

/* ::: onpublix-Textausrichtung ::: */
.textleft    { text-align:left; }
.textcenter  { text-align:center; }
.textright   { text-align:right; }
.textjustify { text-align:justify; }

/* ::: Abstände ::: */
table.tabelle,
audio,
video,
canvas,
.generate-ui-tab,
div.ui-accordion {
  margin-bottom:16px;
}

/* ::: Imgleft/Imgright ::: */
div.imgleft { /* display und width wegen gewuenschtem Caption-Verhalten */
  display:table;
  width:10px;
  float:left;
  margin:0 10px 5px 0;
  padding-top:2px;
}
div.imgright { /* display und width wegen gewuenschtem Caption-Verhalten */
  display:table;
  width:10px;
  float:right;
  margin:0 0 5px 10px;
  padding-top:2px;
}
.lt-ie8 div.imgleft,
.lt-ie8 div.imgright { /* weiteres für IE7 via JS */
  display:block;
  width:auto; 
}
div.text p:last-child {
  margin-bottom:5px;
}
div.textnf {
  display:table;
}

/* ::: Zoombox und Gallery hervorheben ::: */
a.fancybox,
a.gallery {
  position:relative;
  display:inline-block;
  float:left;
  font-size:0;
  line-height:0;
}
img.zoomboxicon,
img.galleryicon {
  position:absolute;
  bottom:0;
  right:0;
}
.lt-ie8 img.galleryicon {
  bottom:2px;
}

/* :::  Quicknav ::: */
a.tocontent, 
a.tonavigation {
  display:block; 
  position:absolute; 
  top:6px; 
  left:-1000px; 
  z-index:100; 
  padding:10px; 
  font-size:16px; 
  font-weight:bold; 
  color:#000;
  background-color:#FFFF8D; 
}
a.tocontent:focus, 
a.tocontent:active, 
a.tonavigation:focus, 
a.tonavigation:active {
  left:0;
}

/* :::  Korrekturen ::: */
body .ui-widget {
  font-size:1em;
}
.ui-tabs .ui-tabs-nav li a,
.ui-state-default a 
{ 
  outline:none;  /* Mix aus normalize und jquery-ui */
}/* encode-sans-100 - latin */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 100;
  src: url('/img/system/fonts/encode-sans-v4-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Encode Sans Thin'), local('EncodeSans-Thin'),
       url('/img/system/fonts/encode-sans-v4-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/img/system/fonts/encode-sans-v4-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/img/system/fonts/encode-sans-v4-latin-100.svg#EncodeSans') format('svg'); /* Legacy iOS */
}
/* encode-sans-300 - latin */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/img/system/fonts/encode-sans-v4-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Encode Sans Light'), local('EncodeSans-Light'),
       url('/img/system/fonts/encode-sans-v4-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/img/system/fonts/encode-sans-v4-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/img/system/fonts/encode-sans-v4-latin-300.svg#EncodeSans') format('svg'); /* Legacy iOS */
}
/* encode-sans-200 - latin */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 200;
  src: url('/img/system/fonts/encode-sans-v4-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Encode Sans ExtraLight'), local('EncodeSans-ExtraLight'),
       url('/img/system/fonts/encode-sans-v4-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/img/system/fonts/encode-sans-v4-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/img/system/fonts/encode-sans-v4-latin-200.svg#EncodeSans') format('svg'); /* Legacy iOS */
}
/* encode-sans-regular - latin */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/img/system/fonts/encode-sans-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Encode Sans Regular'), local('EncodeSans-Regular'),
       url('/img/system/fonts/encode-sans-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/img/system/fonts/encode-sans-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/img/system/fonts/encode-sans-v4-latin-regular.svg#EncodeSans') format('svg'); /* Legacy iOS */
}
/* encode-sans-500 - latin */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/img/system/fonts/encode-sans-v4-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Encode Sans Medium'), local('EncodeSans-Medium'),
       url('/img/system/fonts/encode-sans-v4-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/img/system/fonts/encode-sans-v4-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/img/system/fonts/encode-sans-v4-latin-500.svg#EncodeSans') format('svg'); /* Legacy iOS */
}
/* encode-sans-600 - latin */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/img/system/fonts/encode-sans-v4-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Encode Sans SemiBold'), local('EncodeSans-SemiBold'),
       url('/img/system/fonts/encode-sans-v4-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/img/system/fonts/encode-sans-v4-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/img/system/fonts/encode-sans-v4-latin-600.svg#EncodeSans') format('svg'); /* Legacy iOS */
}
/* encode-sans-800 - latin */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/img/system/fonts/encode-sans-v4-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Encode Sans ExtraBold'), local('EncodeSans-ExtraBold'),
       url('/img/system/fonts/encode-sans-v4-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/img/system/fonts/encode-sans-v4-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/img/system/fonts/encode-sans-v4-latin-800.svg#EncodeSans') format('svg'); /* Legacy iOS */
}
/* encode-sans-700 - latin */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/img/system/fonts/encode-sans-v4-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Encode Sans Bold'), local('EncodeSans-Bold'),
       url('/img/system/fonts/encode-sans-v4-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/img/system/fonts/encode-sans-v4-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/img/system/fonts/encode-sans-v4-latin-700.svg#EncodeSans') format('svg'); /* Legacy iOS */
}
/* encode-sans-900 - latin */
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 900;
  src: url('/img/system/fonts/encode-sans-v4-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Encode Sans Black'), local('EncodeSans-Black'),
       url('/img/system/fonts/encode-sans-v4-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/img/system/fonts/encode-sans-v4-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/img/system/fonts/encode-sans-v4-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/img/system/fonts/encode-sans-v4-latin-900.svg#EncodeSans') format('svg'); /* Legacy iOS */
}


/* ::: Allgemeine Layoutelemente ::: */
@font-face {
	font-family:Museo300Regular;
	src: url("/fonts/Museo300-RegularWeb.eot");
}
@font-face {
	font-family:Museo300Regular;
	src: url("/fonts/Museo300-RegularWeb.woff") format("woff");
}
@font-face {
	font-family:Museo500Regular;
	src: url("/fonts/Museo500-RegularWeb.eot");
}
@font-face {
	font-family:Museo500Regular;
	src: url("/fonts/Museo500-RegularWeb.woff") format("woff");
}
@font-face {
	font-family:Museo700Regular;
	src: url("/fonts/Museo700-RegularWeb.eot");
}
@font-face {
	font-family:Museo700Regular;
	src: url("/fonts/Museo700-RegularWeb.woff") format("woff");
}



body, body .ui-widget, input, textarea, select {
  font-family: 'Encode Sans';
	font-size:19px;
	line-height:26px;
	color:#1d1d1b;
}
body {
	margin:0;
	padding:0 4%;
}
* {
	outline:medium none !important;
}
h1 {
  font-family: 'Encode Sans';
	font-size:35px;
	line-height:1.2em;
	font-weight:normal;
	margin:0 0 15px;
	color:#008556;
}
h2 {
  font-family: 'Encode Sans';
	font-size:24px;
		line-height:1.2em;
	font-weight:normal;
	margin:0 0 15px;
}
h3 {
  font-family: 'Encode Sans';
	font-size:24px;
		line-height:1.2em;
	font-weight:normal;
	margin:0 0 8px;
	color:#008556;
}
h4 {
	font-size:11px;
	line-height:14px;
}
h5 {
	font-size:11px;
	line-height:14px;
}
h6 {
	font-size:11px;
	line-height:14px;
}
p {
	margin:0;
	word-wrap: break-word;
}
dl, menu, ol, ul {
    margin:0;
}
a {
	color:#008556;
	text-decoration:none;
}
.ui-widget-content a {
	color:#008556;
}
a:hover, a:focus, a:active {
	text-decoration:underline;
}
a img {
	border:none;
}
.icon-link {
	margin-bottom:8px;
	padding-left:25px;
	background:url("/img/system/sprite-arrows.svg") no-repeat scroll 0 105px transparent;
}
.no-svg .icon-link {
	background-image:url("/img/system/sprite-arrows.png");
}
.link-extension {
  font-family: 'Encode Sans';
	font-size:14px;
	display:inline;
}
.more-link {
	float:right;
	  font-family: 'Encode Sans';
	font-size:24px;
	margin-bottom:8px;
	padding-left:20px;
	background:url("/img/system/sprite-arrows.svg") no-repeat scroll 0 -90px transparent;
}
.no-svg .more-link {
	background-image:url("/img/system/sprite-arrows.png");
}
.more-link-content {
	margin-bottom:8px;
	padding-left:20px;
	background:url("/img/system/sprite-arrows.svg") no-repeat scroll 0 -95px transparent;
}
#contentfirst_contentsecond_getKontakt .more-link-content {
    margin-left:479px;
}
.no-svg .more-link-content {
	background-image:url("/img/system/sprite-arrows.png");
}
.back-link-content {
	margin-bottom:8px;
	padding-left:20px;
	background:url("/img/system/sprite-arrows.svg") no-repeat scroll 0 -295px transparent;
}
.no-svg .back-link-content {
	background-image:url("/img/system/sprite-arrows.png");
}
#smog {
	background-color:#b8bbb1;
	opacity:0.7;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
	position:fixed;
	z-index:1;
	display:none!important;
}
/* ::: Seitenaufbau ::: */
div#wrapper {
    position:relative;
    z-index:1;
	margin:42px auto;
	max-width:1249px;
	background-color:#fff;
}
/* ::: header / navi ::: */
header {
	position:relative;
	z-index:6;
	height:158px;
	background-color:#fff;
}
#logo {
	position:absolute;
	z-index:2;
/*	width:18%;*/
	width:225px;
	bottom:15px;
	left:4.5%;
}
#logo img {
	width:100%;
	height:auto;
}
#navi {
	position:absolute;
	z-index:1;
	bottom:0;
	width:100%;
}
#navi > ul {
	margin:0 4.5% 0 0;
	padding:0;
	list-style:none;
	float:right;
	max-width:66.7%;
}
#navi > ul > li {
	float:left;
	margin-left:32px;
	padding-bottom:9px;
}
#navi > ul > li > a {
  font-family: 'Encode Sans';
	font-size:21px;
}
#navi > ul > li:hover > a {
	text-decoration:none;
	color:#abcc63;
	padding-bottom:19px;
	position:relative;
	z-index:2;
}
#navi > ul > li.selected > a {
	padding-bottom:19px;
	position:relative;
	z-index:0;
	color:#abcc63;
}
#navi > ul > li:hover.selected > a {
    z-index:2;
}
#navi > ul > li:hover > a.has-navi-layer {
	background:url("/img/system/sprite-arrows.svg") no-repeat scroll center -166px transparent;
}
.no-svg #navi > ul > li:hover > a.has-navi-layer {
	background-image:url("/img/system/sprite-arrows.png");
}
#navi > ul > li.selected > a.has-navi-layer {
	background:url("/img/system/sprite-arrows.svg") no-repeat scroll center -166px transparent;
}
.no-svg #navi > ul > li.selected > a.has-navi-layer {
	background-image:url("/img/system/sprite-arrows.png");
}
.navi-layer {
	position:absolute;
	z-index:1;
	background:#008556;
	left:0;
	width:91.6%;
	padding:30px 4.2% 44px;
	margin-top:9px;
	display:none;
}
.navi-layer a {
	color:#fff;
}
.navi-layer > ul {
	padding:0;
	list-style:none;
	width:29.3%;
	margin-right:4.6%;
	float:left;
}
.navi-layer > ul:last-of-type {
    margin-right:0;
}
.navi-layer > ul + .layer-box {
	margin-left:4.6%;
}
.navi-layer > ul + #layer-search {
	margin-left:4.6%;
}
.navi-layer > ul > li {
	border-bottom:1px dotted #fff;
}
.navi-layer > ul > li > a {
  font-family: 'Encode Sans';
	font-size:21px;
	padding:10px 15px;
	display:block;
}
.navi-layer > ul > li.selected > a {
    /*text-decoration:underline;*/
    color:#abcc63;
}
.navi-layer > ul > li > ul {
    margin:0;
	padding:0;
	list-style:none;
}
.navi-layer > ul > li > ul > li > a {
	  font-family: 'Encode Sans';
	font-size:20px;
	padding:0 15px 10px;
	display:block;
}
.navi-layer > ul > li > ul > li.selected > a {
    /*text-decoration:underline;*/
    color:#abcc63;
}
#layer-search {
    float:left;
    width:65.9%;
}
#layer-search-term {
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
    position:relative;
    z-index:1;
}
#layer-search-term input {
    background-color:#b0ce67;
    color:#fff;
  font-family: 'Encode Sans';
	font-size:20px;
	border-top:1px solid #008556;
	border-right:none;
	border-bottom:1px solid #008556;
	border-left:none;
	padding:9px 8.7% 9px 1.1%;
	width:90.2%;
}
    ::-webkit-input-placeholder { /* WebKit browsers */
        color:    #fff;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #fff;
        opacity:  1;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #fff;
        opacity:  1;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #fff;
    }
#layer-search-button {
    width:28px;
    height:28px;
    display:block;
    position:absolute;
    z-index:1;
	background:url("/img/system/icon-glass.svg") no-repeat scroll 0 0 transparent;
	top:8px;
	right:2%;
}
.no-svg #layer-search-button {
	background:url("/img/system/icon-glass.png") no-repeat scroll 0 0 transparent;
}
#layer-search-results {
    margin-top:26px;
}
#layer-search-results .icon-link {
    background-position: 0 5px;
}
#show-all-button {
    margin-top:26px;
    float:right;
}
.layer-box {
	float:left;
	width:32.2%;
	color:#fff;
}
.layer-box.first {
	margin-right:1.7%;
}
.layer-box a:hover .box-txt {
	text-decoration:underline;
}
.layer-box h2 {
	font-size:21px;
	margin:0;
	padding:10px 0;
}
.box-img {
	position:relative;
	z-index:1;
}
.box-img img {
	width:100%;
	height:auto;
}
.box-img .box-txt {
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	background-color:##abcc63;
	opacity:0.95;
	padding:15px;
}
/* ::: download / footer ::: */
#downloads {
	background-color:#008556;
	padding:37px 4.2% 49px;
}
#downloads-l {
	width:10.9%;
	float:left;
}
#downloads-l img {
	width:100%;
	height:auto;
}
#downloads-m {
	float:left;
	width:83.5%;
	margin:-4px 2.8% 0;
	color:#fff;
}
#downloads-m .icon-link {
	background-position:0 5px;
}
#downloads-m .icon-link * {
    display:inline;
}
#downloads-m .more-link {
	background-position:0 10px;
}
#downloads-m a {
	color:#fff;
}
#downloads-r {
	float:left;
	width:50%;
}
#downloads-l-wrapper {
    float:left;
    width:50%;
}
#donation-l {
	width:10.9%;
	float:left;
	margin-top:11px;
}
#donation-l img {
	width:100%;
	height:auto;
}
#donation-m {
	float:left;
	width:83.5%;
	margin:7px 2.8% 0;
	color:#fff;
}
#donation-m a {
    color:#FFF;
}
#donation-m .icon-link {
	background-position:0 5px;
}
#donation-link-wrapper {
    background:url("/img/system/sprite-arrows.svg") no-repeat scroll center -600px transparent;
    display:inline-block;
    margin-top:14px;
    padding-top:9px;
}
#donation-link {
    background-color:#fff;
  font-family: 'Encode Sans';
    font-size:24px;
    padding:15px 23px 10px;
    display:inline-block;
}
footer {
	padding:18px 4.2%;
}
#copy {
	float:left;
	color:#37895f;
}
#copy span {
    text-transform:uppercase;
}
#copy-slogan {
	display:inline;
  font-family: 'Encode Sans';
	font-size:14px;
}
#meta {
	float:right;
  font-family: 'Encode Sans';
	font-size:21px;
}
#meta ul {
	list-style:none;
	margin:0;
}
#meta ul li {
	float:left;
	margin-left:30px;
}
/* ::: showcase ::: */
#showcase {
	background-color:#abcc63;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.showcase-item-txt {
	float:left;
	padding:0 4.2%;
	width:48.4%;
	color:#fff;
  font-family: 'Encode Sans';
	font-size:30px;
	line-height:33px;
	margin-bottom:128px;
}
.brand-first-item .showcase-item-txt {
    text-transform:uppercase;
}
.showcase-item-txt a {
    color:#fff;
}
.showcase-item-txt a:hover {
    text-decoration:none;
}
.showcase-item-txt h2 {
  font-family: 'Encode Sans';
	font-size:64px;
	margin:34px 0 7px;
	text-transform:uppercase;
}
.showcase-item-img {
	float:left;
	width:43.2%;
	background:url("/img/vorlagen/dummy-showcase.jpg") no-repeat scroll center 0 transparent;
	background:url("/img/vorlagen/dummy-showcase.jpg") no-repeat scroll center 0 / cover  transparent
}
.owl-pagination {
	position:absolute;
	bottom:20px;
	right:47.3%;
}
.owl-page {
	width:28px;
	height:28px;
	background-color:#fff;
	float:left;
	margin-left:21px;
}
.owl-page.active, .owl-page:hover {
	background-color:#008556;
}
/* ::: content-small ::: */
#content-small {
	width:52.6%;
	padding:28px 4.2%;
	float:left;
}
#content-small p {
    margin-bottom:23px;
}
/* ::: content-wide ::: */
#content-gradient {
    background:url("/img/system/gb-content-gradient.gif") repeat-x scroll 0 0 transparent;
    width:100%;
    height:35px;
}
#content-wide {
    padding: 25px 27.5% 25px 4.2%;
}
#content-wide h1 {
    font-size:24px;
}
#content-wide ul {
    margin-bottom:16px;
}
#content-wide p {
    margin-bottom:23px;
}
.fancybox img.galleryicon, .fancybox img.zoomboxicon {
    border:none;
    width:auto;
}
#content-wide .caption {
    color: #b0ce67;
    font-size: 13px;
    margin-top: 5px;
    font-style: normal;
    display: block;
}
#content-wide .contact {
    float:left;
    width:45%;
    margin-bottom:55px;
}
#content-wide .contact.first-contact {
    padding-right:10%;
}
#content-wide .contact > img {
    border: 1px solid #008556;
    margin-bottom:30px;
    max-width:100%;
}
#content-wide .contact > a {
    margin-bottom:30px;
}
#content-wide .contact .zoomimg {
    border: 1px solid #008556;
    max-width:100%;
}
#content-wide .contact .zoomboxicon {
    right:0;
}
/* ::: teaser ::: */
#teaser {
	width:34.8%;
	padding:28px 4.2% 28px 0;
	float:left;
}
#teaser-dates {
    margin-bottom:26px;
}
#teaser-dates > h1 {
    /*padding-left:68px;*/
}
.teaser-dates-item {
	margin-bottom:44px;
}
.dates-calendar {
	width:56px;
	height:55px;
	background:url("/img/system/icon-calender.svg") no-repeat scroll 0 0 transparent;
	color:#fff;
	display:block;
	padding-right:9px;
	text-align:center;
  font-family: 'Encode Sans';
	font-size:13px;
	float:left;
	text-transform:uppercase;
}
.no-svg .dates-calendar {
	background:url("/img/system/icon-calender.png") no-repeat scroll 0 0 transparent;
}
.dates-date {
	padding-left:2px;
}
.dates-link {
	padding-left:68px;
	font-size:24px;
  font-family: 'Encode Sans';
}
.dates-calendar-no {
	font-size:35px;
	margin-bottom:-6px;
}
/* ::: breadcrumb ::: */
#breadcrumb {
    padding:14px 4.2% 0;
    font-size:17px;
    color:#008556;
}
#breadcrumb a {
    color:#b0ce67;
    margin-right:20px;
}
/* ::: uaWarning ::: */
#uaWarningWrapper {
	background-color:#ffe9af;
	border-bottom:1px solid #c0c0c0;
	display:none;
}
#uaWarning {
	max-width:1249px;
	margin:0 auto;
	padding:7px 0 34px;
}
#uaWarningInner {
    width:91.6%;
    padding:0 4.2%;
}
#uaWarningClose {
    text-align:right;
    cursor:pointer;
}
/* ::: news ::: */
#content-news {
    margin-bottom:26px;
}
.content-news-detail > div.imgleft .imgtxt {
    font-size:13px;
    line-height:1.1em;
    
    color:#b0ce67;
    margin-top:5px;
}
.content-news-detail > div.imgleft .imgleft-wrapper {
    position:relative;
    z-index:1;
}
.content-news-detail > div.imgleft .img-zoom {
    position:absolute;
    z-index:1;
    right:-1px;
    bottom:0;
    width:27px;
    height:27px;
    cursor:pointer;
	background:url("/img/system/icon-zoom.svg") no-repeat scroll 0 0 transparent;
}
.no-svg .content-news-detail > div.imgleft .img-zoom {
    background-image:url("/img/system/icon-zoom.png");
}
.content-news-detail > div.active-zoom .img-zoom {
    background-image:url("/img/system/icon-reduce.svg");
}
.no-svg .content-news-detail > div.active-zoom .img-zoom {
    background-image:url("/img/system/icon-reduce.png");
}
.content-news-item {
    padding-bottom:10px;
}
.content-full-news-item {
    padding-bottom:65px;
}
.content-full-news-item-l {
    width:58.6%;
    margin-right:5%;
    float:left;
}
.content-full-news-item-r {
    width:24.2%;
    margin-right:12.2%;
    float:left;
}
.content-full-news-item-r img {
    width:100%;
    border:1px solid #008556;
}
.content-full-news-item-r .imgtxt {
    color: #b0ce67;
    font-size: 13px;
    line-height:1.2em;
    margin-top: 5px;
}
/* ::: dates ::: */
#dates-slider-wrapper {
    background-color:#f8ffe6;
    border:1px solid #008556;
    margin:30px 0 120px;
}
#dates-slider {
    padding:26px 11.7%;
    width:76.6%;
}
#dates-slider article {
    float:left;
    width:85%;
    padding-right:15%;
}
#dates-slider article div {
    margin-bottom:40px;
}
#dates-slider article a {
  font-family: 'Encode Sans';
}
#dates-slider article .dates-date {
    padding:0;
    position:absolute;
    z-index:1;
    bottom:0;
}
.owl-buttons > div {
    width:50px;
    height:50px;
    position:absolute;
    z-index:1;
    top:76px;
}
.owl-buttons > div.owl-prev {
    left:28px;
	background:url("/img/system/sprite-arrows.svg") no-repeat scroll 20px -280px transparent;
}
.no-svg .owl-buttons > div.owl-prev {
    background-image:url("/img/system/sprite-arrows.png");
}
.owl-buttons > div.owl-next {
    right:28px;
	background:url("/img/system/sprite-arrows.svg") no-repeat scroll 20px -80px transparent;
}
.no-svg .owl-buttons > div.owl-next {
    background-image:url("/img/system/sprite-arrows.png");
}
/* ::: content-full ::: */
#content-full {
    padding: 26px 4.2%;
}
/* ::: pager-v2 ::: */
.pager-v2 {
    border:none;
    background-color:#abcc63;
    color:#fff;
  font-family: 'Encode Sans';
    margin-bottom:0;
    padding:6px 2%;
}
.pager-v2 a {
    color:#fff;
}
/* ::: responsive ::: */
#mobile-navi-button,
.mobile-meta {
    display:none;
}
/* ::: onAccordion ::: */
.onAccordion * {
    border-radius:0 !important;
}
.onAccordion.ui-accordion {
    border-bottom:1px solid #008556;
    margin-bottom:46px;
}
.ui-accordion .ui-accordion-header {
    margin:0;
    padding:10px 30px 10px 0;
}
.ui-icon {
    width:19px;
    height:10;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left:auto;
    right:0;
}
.ui-state-default .ui-icon {
    background:url("/img/system/sprite-arrows.svg") no-repeat scroll 0 -397px transparent;
}
.no-svg .ui-state-default .ui-icon {
    background-image:url("/img/system/sprite-arrows.png");
}
.ui-state-active .ui-icon {
    background-position:0 -497px;
}
.no-svg .ui-state-active .ui-icon {
    background-position:0 -497px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background:none;
    border:none;
    border-top:1px solid #008556;
}
.ui-accordion .ui-accordion-content {
    padding:0 0 23px;
}
.ui-widget-content {
    border:none;
    color:#1d1d1b;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color:#1d1d1b;
}
.order label {
    width:200px;
}
.order input {
    width:100px;
}
.sum label {
    width:390px;
}
.sum input.text {
    width:190px;
}
.type label {
    width:570px;
}
/* ::: tabelle ::: */
.tabelle, .tabelle tbody tr td, .tabelle thead tr th, .tabelle tbody tr.headline td {
    border-color:#008556;
}
/* ::: forms ::: */
.row.read-only input {
    color:#999;
}
input.text, textarea.text, select.text {
    width:420px;
}
input.zipcode {
    width:73px;
}
input.city {
    width:337px;
}
/* ::: img-left + img-right + zoom  ::: */
img.green-border, #content > section > a.fancybox img.zoomimg, #content > section > a.gallery img.zoomimg {
    border:1px solid #008556;
    max-width:100%;
}
/*img.zoomboxicon, img.galleryicon {*/
/*  right:-1px;*/
/*}*/
#content > section > a.fancybox img.zoomboxicon, #content > section > a.fancybox img.galleryicon {
  right:0;
}
div.imgleft a.fancybox, div.imgleft a.gallery, div.imgright a.fancybox, div.imgright a.gallery {
    width:100%;
}
div.imgright {
    width:24.2%;
    margin-left:5%;
}
div.imgright img {
    border:1px solid #008556;
    width:100%;
    box-sizing:border-box;
}
div.imgleft {
    width:54.4%;
    margin-right:2.5%;
}
div.imgleft img {
    border:1px solid #008556;
    width:100%;
}
/*.content-news-detail > div.imgleft {*/
/*    width:54.4%;*/
/*    margin-right:2.5%;*/
/*}*/
/*.content-news-detail > div.active-zoom {
    margin-right:0;
}*/
/*.content-news-detail > div.imgleft img {*/
/*    border:1px solid #008556;*/
/*    width:100%;*/
/*}*/

/* ::: logo-gallery-charta  ::: */
.caroufredsel_wrapper {
    margin:25px 4.2%!important;
    min-height:123px;
}
#logo-gallery-charta {
    visibility:hidden;
    height:100px;
    overflow:hidden;
}
#logo-gallery-charta .item {
    float:left;
    position:relative;
    z-index:1;
}
#logo-gallery-charta .item img {
    max-width:90%;
    max-height:123px;
    margin-right:10%;
}
#logo-gallery-charta.ready-fred .item {
    height:100%;
}
#logo-gallery-charta.ready-fred .item img {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
}

.fb_iframe_widget {
    float:right
}

/*Formular*/
.privacy {
    padding:20px 0;
}

.privacy label {
    float:none;
}

.privacy input {
    margin: 0 10px 0 0;
}
.youtube__wrapper {
    position: relative;
}/* ::: lt-IE-9 ::: */
.lt-ie9 #logo {
	background-image:url("/img/system/logo-die-gruene-stadt.gif");
}
.lt-ie9 #downloads-l {
	background-image:url("/img/system/icon-download.gif");
}
.lt-ie9 #smog {
	display:none!important;
}/* iPad (portrait and landscape) */
@media only screen 
/* and (min-width : 768px) */
and (max-width : 1023px) {



/* ::: Allgemeine Layoutelemente - hkm Management AG - responsive-320 ::: */
#mobile-navi-button,
.mobile-meta {
    display:block;
}
#meta {
    display:none;
}
#mobile-navi-button {
    position:absolute;
    z-index:1;
    top:15px;
    right:15px;
    cursor:pointer;
}
header {
    height:110px;
}
#navi {
    bottom:auto;
    background:none repeat scroll 0 0 #008657;
    top:111px;
    display:none;
    padding:25px 0 32px;
}
#navi > ul {
    float:none;
    max-width:none;
}
#navi > ul > li {
    float:none;
    margin-left:4.5%;
    padding-bottom:18px;
}
#navi > ul > li > a {
    color:#b2cf67;
}
#navi > ul > li:hover > a {
    background:none!important;
}
#navi > ul > li.selected > a {
    background:none!important;
    text-decoration:underline;
}
.navi-layer {
    position:relative;
    padding:0;
    margin-top:0;
    width:100%;
}
.navi-layer > ul {
    width:100%;
    margin-right:0;
}
.layer-box {
    width:49.1%;
}
.navi-layer > ul > li > a {
    padding:10px 0;
}
.navi-layer > ul > li > ul > li > a {
    padding:0 0 10px;
}
#layer-search {
    width:100%;
}
#logo img {
    width:154px;
}
.showcase-item-txt h2 {
    font-size:35px;
}
.showcase-item-txt {
    font-size:26px;
}
.owl-page {
    width:15px;
    height:15px;
    margin-left:11px;
}
h1 {
    font-size:26px;
    margin:0 0 3px;
}
h2 {
    font-size:16px;
    margin:0 0 5px;
}
#donation-link {
    font-size:16px;
}
body, body .ui-widget, input, textarea, select  {
    font-size:14px;
}
.more-link {
    font-size:14px;
    background-position:0 -97px;
}
.dates-link {
    font-size:16px;
    padding-left:40px;
}
#downloads {
    padding:17px 4.2% 44px;
}
#downloads-m .more-link {
    background-position:0 3px;
}
#downloads-m .icon-link {
    background-position:0 3px;
}
#copy-slogan {
    font-size:10px;
}
#navi > ul > li.mobile-meta > a {
    font-family:Museo500Regular,sans-serif;
    font-size:14px;
    color:#fff;
}
#navi > ul > li.mobile-meta-first {
    border-top:1px dotted #fff;
    padding-top:36px;
}
.dates-calendar-no {
    font-size:20px;
}
.dates-calendar {
    font-size:7px;
    width:32px;
    background-size:contain;
    padding-right:5px;
}
#teaser-dates > h1 {
    /*padding-left: 40px;*/
}
#content-wide {
    padding:13px 4.2%;
}
.more-link-content {
    background-position:0 -97px;
}
.content-full-news-item {
    padding-bottom:35px;
}
.content-full-news-item-r {
    width:36.4%;
    margin-right:0;
}
.pager {
    width:96%;
}
.back-link-content {
    background-position:0 -297px;
}
div#wrapper {
    margin:30px auto;
    overflow:hidden;
}
#content-small {
    padding:13px 4.2%;
}
#teaser {
    padding:13px 4.2% 13px 0;
}
#content-small p {
    margin-bottom:5px;
}
footer {
    padding:13px 4.2%;
}
.teaser-dates-item {
    margin-bottom:24px;
}
#contentfirst_contentsecond_getKontakt .more-link-content {
    margin-left:0;
}
#showcase {
    border-left:3px solid #b4ce65;
}
.onAccordion.ui-accordion {
    margin-bottom:23px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    right:10px;
}
.navi-layer > ul + .layer-box {
	margin-left:0;
}
.navi-layer > ul + #layer-search {
	margin-left:0;
}
#layer-search-results .icon-link {
    background-position: 0 3px;
}



}/* iPhone (portrait and landscape) */
@media only screen 
and (max-width : 767px) {



/* ::: Allgemeine Layoutelemente responsive-320 ::: */
.owl-controls,
.dates-calendar,
#downloads-l,
#donation-l,
#breadcrumb,
.content-full-news-item-r,
.content-news-detail > div.imgleft .img-zoom,
.content-news-detail > div.imgright .img-zoom
 {
    display:none!important;
}
#logo img {
    width:104px;
}
header {
    height:82px;
}
#mobile-navi-button {
    width:46px;
    right:4%;
    top:20px;
    z-index:3;
}
#navi {
    top:82px;
}
.showcase-item-img {
    width:100%;
}
.showcase-item-txt {
    width:91.6%;
    margin-bottom:0;
    font-size:13px;
    padding:8px 4.2%;
}
.showcase-item-txt h2 {
    font-size:17.5px;
    margin:0;
}
#showcase {
    margin:0 4%;
    width:92%;
}
div#wrapper {
    margin:10px auto;
}
#content-small {
    padding:13px 8.2% 0;
    width:83.6%;
}
#teaser {
    padding:0 8.2% 25px;
    width:83.6%;
    text-align:center;
}
.fb_iframe_widget {
    float:none;
}
h1 {
    font-size:17.5px;
}
#content-wide h1 {
    font-size:15px;
}
h2 {
    font-size:15px;
}
h3 {
    font-size:15px;
}
#donation-link {
    font-size:15px;
}
#downloads-l-wrapper {
    width:100%;
}
#content-wide .contact h3 {
    font-size:15px;
}   
body, body .ui-widget, input, textarea, select {
    font-size:13px;
}
.dates-link {
    font-size:15px;
    padding-left:0;
}
#teaser-dates > h1 {
    padding-left:0;
}
.dates-date {
    padding-left:0;
}
#downloads {
    padding:17px 8.2% 19px;
}
#downloads-m {
    margin:0;
    width:100%;
}
#donation-m {
    margin:0 0 10px;
    width:100%;
}
#downloads-r {
    width:100%;
}
#copy {
    font-size:12px;
}
footer {
    padding:10px 8.2%;
}
#copy-slogan {
    display:block;
}
.layer-box {
    width: 100%;
}
.layer-box.first {
    margin-right: 0;
}
#content-wide {
    padding:13px 8.2%
}
#content-wide .contact {
    float:none;
    width:100%;
    text-align:center;
}
#content-wide .contact.first-contact {
    padding-right:0;
}
#content-wide .contact h3 {
    text-align:left;
}
#content-wide .contact .contact-txt {
    text-align:left;
}
div.imgleft, .content-news-detail > div.imgleft {
    float:none;
    margin-right:0;
    width:100%;
    text-align:center;
}
div.imgright, .content-news-detail > div.imgright {
    float:none;
    margin-left:0;
    width:100%;
    text-align:center;
    display:block;
}
.ui-accordion .ui-accordion-content div.imgleft, .content-news-detail > div.imgleft {
    width:99%;
}
.ui-accordion .ui-accordion-content div.imgright, .content-news-detail > div.imgright {
    width:99%;
}
a.fancybox, a.gallery {
    float:none;
    cursor:default;
}
.captcha img {
    margin:1px 0 4px;
}
.content-full-news-item-l {
    width:100%;
    margin-right:0;
}
.content-full-news-item iframe, .content-news-detail iframe {
    width:100%!important;
}
.teaser-dates-item {
    margin-bottom: 12px;
}
input.text, textarea.text, select.text, .sum input.text {
    width:100%;
}
.order label {
    width:200px;
}
.order input {
    width:100px;
}
.sum label {
    width:200px;
}
#content-wide > a.fancybox {
    text-align:center;
}
div.imgleft {
    display:block;
}
#content > section > a.fancybox img.zoomimg, #content > section > a.gallery img.zoomimg {
    width:100%;
}
#showcase {
    border-left:none;
}
.type label {
    width:90%;
    margin:0;
}



}


@media only screen and (max-width : 640px) {
 
 .pixelpate .backgroundwrap {
     /*
     overflow-x:scroll;
     
     border:1px solid red;
     white-space: nowrap;
     */
     -webkit-overflow-scrolling: touch;
 }
    
}
@media only screen and (max-width : 500px) {
    .pixelpate label {
        float:none;
        display:block;
    }
}/* ::: lt-IE-8 ::: */
.lt-ie8 .navi-layer {
    margin-top:35px;
}.cc_container .cc_logo {
    display:none !important;
}/*section.content {*/
/*  width:616px;*/
/*}*/
/*aside {*/
/*  width:292px;*/
/*}*/
/*aside h1 + .line {*/
/*  margin-top:-1px;*/
/*}*/

/*.smnr {*/
/*  border:1px solid #acacac;*/
/*  margin-bottom:43px;*/
/*}*/


section.content .smnr {
  padding:28px;
}
aside .smnr { 
  padding:10px;
}
aside .smnr .plaintext a {
  font-weight:normal;
}

section.content h1.smnrh1,
aside h1.smnrh1 {
  background:none;
  margin-bottom:0;
}
h1.smnrh1 img {
  float:right;
}

.download:last-child .plaintext p {
  margin-bottom:0;
}
.download-name {
  float:left;
  width:200px;
}
.download-size {
  float:right;
  width:60px;
}

/* ::: Twitter ::: */
#twitter {
  font-size:13px;
}
#twitter ul {
  list-style:none;
  margin:0;
  padding:0;
}
#twitter ul li {
  margin:0;
  padding:10px 0 10px 0;
  border-bottom:1px solid #e4e4e4;
}

#twitter a,
#twitter a:active,
#twitter a:focus,
#twitter a:visited { color:#3b5998; text-decoration:none; font-weight:bold;  }

#twitter .tweet a { font-size:11px; }

#twitter ul li.last,
#twitter ul li:last-child {
  border:none;
} 
.twitterStatus a {
  color:#2d8bcb;
  text-decoration:none;
}
.twitterStatus a:hover {
  text-decoration:underline;
}
em.twitterTime {
  display:block;
  font-style:normal;
  font-size:10px;
  color:#9c9e9f;
}
em.twitterTime a {
  color:#9c9e9f;
  text-decoration:none;
}
aside #twitter p.tweet a {
  background:none;
  display:inline;
  font-family:DINWebLight;
  font-size:16px;
  line-height:18px;
  padding:0;
}
aside #twitter .tweet a:hover {
    color:#3b5998;
}

/* ::: flickr ::: */
#flickr {
  padding:17px;
}
#flickr img {
  padding:1px;
  border:1px solid #dadadc;
  margin-right:9px;
}
#flickr a:nth-child(3n) img {
  margin-right:0;
}

/* ::: YouTube ::: */
#videos {

}
.videoholder {
  padding-bottom:25px;
    color: #424447;
    font-family: DINWebLight;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}
.videoholdertitle {
  display:block;
  font-weight:bold;
  padding:12px 0 4px 0;
}
.videoholderdescription {
  display:block;
}
.videooutput {
  
}
.videothumbnails {
  position:relative;
  width:558px;
}
.thumbactive {
  /*display:none;*/
  opacity:0.35;
}
.videothumbnails ul {
  position:relative;
  list-style:none;
  margin:0 !important;
  padding:0;
}
.videothumbnails li {
  float:left;
  /*width:120px;*/
  width:169px;
  margin:0 25px 0 0 !important;
  padding:0 0 0 0 !important;
  cursor:pointer;
  background:none;
  word-wrap:break-word;
}
.videothumbnails li span.thumbtitle {
  display:block;
  font-weight:bold;
  text-decoration:none;
  background:url(/img/system/link.gif) 2px 8px no-repeat;
  padding:2px 0 0 13px;
  color:#2d8bcb;
}
.videothumbnails li span.thumbtitle:hover {
  text-decoration:underline;
}
.videothumbnails li span.thumbdescription {
  display:none;
}
.videothumbnails li img {
    width:100%;
}

.jcarousel-clip {
  width:558px;
  overflow:hidden;
}
.jcarousel-item {
  width:120px;
  /*height:150px;*/
}
.jcarousel-prev,
.jcarousel-next {
  position:absolute;
  top:30px;
  left:-28px;
  width:30px;
  height:30px;
  background:url("/img/system/kvarrow.png") 0 0 no-repeat;
  cursor:pointer;
}
.jcarousel-next {
  left:auto;
  right:-28px;
  background-position:0 -30px;
}

/* ::: Facebook ::: */
#facebook-activity {
  margin:0 -6px;
}
#facebook-likebox {
  border:none;
  padding:0;
  overflow:hidden;
  border-top:1px solid #ACACAC;
}
#facebook-likebox iframe {
  margin-top:-1px;
}

/* ::: Google ::: */
#google-plus-box {
  margin:0 0 9px 0;
  border: 1px solid #DCDCDC;
  margin: 0 0 9px;
  padding: 10px 9px;
}


/* ::: Diverses ::: */
#xing {
  float:right;
  margin-top:-4px;
}
#tagSphereWrapper {
  padding:0 25px;
  border-bottom:1px solid #e4e4e4;
  margin-bottom:22px;
  overflow:hidden;
}
#tagSphere {
  overflow: visible !important;
}
#tagSphere ul {
  list-style:none;
  margin:0;
  padding:0;
}
#tagSphere ul li {
  margin:0;
  padding:0;
}
#tagSphere a {
  text-decoration:none;
  color:#59595B;
  line-height:30px;
}
#tweet-button {
  margin-bottom:13px;
}
#facebook-likebutton {
  margin-bottom:5px;
}

/* ::: News ::: */
.news {
  margin-bottom:45px;
}

/* ::: Link ::: */
.link {
  padding:1px 0;
}
.link a,
.plaintext a,
.fliesstext a,
.fliesstexta:link, 
.fliesstext a:link, 
.fliesstext a:visited, 
.fliesstext a:active {
  font-weight:bold;
  text-decoration:none;
  background:url(/img/system/link-new.gif) 0 4px no-repeat;
  padding-left:12px;
  color:#2D8BCB;
}
.link a:hover {
  text-decoration:underline;
  color:#2D8BCB;
}

/* ::: Search Pager ::: */
.search-pager {
  width:auto;
  padding:0 8px;
}
.search-pager-backward, 
.search-pager-forward,
.search-pager-info {
  line-height:23px;
}
.search-pager-info {
  float:none;
  width:auto;
  padding-top:0;
}
.search-pager a {
  text-decoration:none;
  padding:0 2px;
}
.search-pager a:hover {
  text-decoration:underline;
}

/* ::: Facebook - Wall ::: */
.fb-wall {
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size:19px;
  line-height:1.2em;
  color:#595b5a;
  background-color:#FFF;
}
.fb-wall a {
  text-decoration:none;
  color:#008657;
}
.fb-wall a:hover {
  text-decoration:underline;}
.fb-wall.loading {
  height:300px;
  background:url(/img/system/loader-small.gif) no-repeat center center;}
.fb-wall-box {
  margin-bottom:10px;
  border-top:1px solid #eee;
  padding-top:10px;
}
.fb-wall-box-first {
  border:0;
  padding-top:0;
}
.fb-wall-avatar {
  float:left;
  border:0;
}
.fb-wall-data {
  margin-left:60px;
}
.fb-wall-media {
  display:block;
  font-size:11px;
  margin-bottom:5px;
}
.fb-wall-border-left {
  border-left:2px solid #CCCCCC;
  padding:0 0 3px 8px;
}
.fb-wall-media-container {
  display:table;
}
.fb-wall-media-link {
  border:1px solid #ccc;
  display:inline-block;
  color:#3B5998;
  cursor:pointer;
  /*float:left; MKL Facebook-Video */
max-width:438px;
  margin-right:5px;
}
.fb-wall-media-link:hover {
  border:1px solid #3B5998;
}
.fb-wall-picture {
  margin-right:10px;
  border:0;
  display:block;
  margin:3px;
  max-width:432px;
}
.fb-wall-name {
  display:block;
  font-weight:bold;
  color:#3B5998;
}
.fb-wall-caption {
  display:block;
  color:#3B5998;
}
.fb-wall-description {
  display:block;
  color:#777;
  line-height:1.2em;
}
.fb-wall-icon {
  float:left;
  margin-right:5px;
}
.fb-wall-date {
  font-size:11px;
  color:#777;
  clear:left;
  display:block;
  margin-bottom:5px;
}
.fb-wall-message {
  display:block;
  margin-bottom:5px;
}
.fb-wall-message-from {
  font-weight:bold;
  color:#3B5998;
}
.fb-wall-link {
  color:#333;
  font-size:11px;
  text-decoration:none;
}

/* ::: Facebook - Wall: Likes ::: */
.fb-wall-likes {
  border-bottom:1px solid #E5EAF1;
  margin-bottom:2px;
  display:block;
  font-size:11px;
  background:url(/img/system/like.gif) no-repeat 0 0 #FFF;
  padding-top:5px;
}
.fb-wall-likes div {
  margin:0;
  background:url(/img/system/like.gif) no-repeat 0 -5px #EDEFF4;
  padding:5px 5px 4px 24px;
}
.fb-wall-likes div span {
  color:#3B5998;
}

/* ::: Facebook - Wall: Comments ::: */
.fb-wall-comments {
  margin-top:2px;
  font-size:11px;}
.fb-wall-comment {
  background-color:#EDEFF4;
  border-bottom:1px solid #E5EAF1;
  margin-top:2px;
  padding:5px 5px 4px;
  display:block;
  overflow:hidden;
}
.fb-wall-comment-message {
  display:table;
}
.fb-wall-comment-from-name {
  font-weight:bold;
  color:#3B5998;
}
.fb-wall-comment-from-date {
  color:#777;
  clear:left;
  display:block;
}
.fb-wall-comment-avatar {
  width:32px;
  height:32px;
  float:left;
  margin-right:5px;
  overflow:hidden;
}
.fb-wall-comment-avatar img {
  width:32px;
  height:32px;
}

/* ::: Facebook - Wall: Clearfix ::: */
.fb-wall:after, .fb-wall-media:after, .fb-wall-clean {
  content:'.';
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;}    
  
  


#scr .fliesstext {
   font-size:11px;
  line-height:14px;
}.fb-pagev2{
    width:100%;
}

.fb-pagev2.fb_iframe_widget{
    position:relative;
    display:block;
    width:100%;
    float:none;
}

.topPresse .pager-v2{
    display:none;
}

.topPresse .content-full-news-item-l{
    width:100%;
    float:none;
}

.topPresse .news{
    margin-bottom:0;
}.protect.gmap {
  position: relative;
}
.protect__info {
  position: absolute;
  background: #e2e2e2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  overflow: auto;
}
.protect__info .youtube__icon svg,
.protect__info .gmaps__icon svg {
  width: 39px;
  height: 39px;
  margin-bottom: 10px;
}
@media (max-width: 490px) {
  .protect__info .youtube__icon,
  .protect__info .gmaps__icon {
    display: none;
  }
}
.protect__info p {
  max-width: 100% !important;
  margin: 0 auto;
  text-align: center;
  width: auto !important;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 490px) {
  .protect__info p {
    line-height: 1.1;
  }
}
@media (max-width: 340px) {
  .protect__info p {
    font-size: 13px;
  }
}
.protect__info a {
  display: inline-block;
}
.protect__info .loaddata {
  display: block;
  width: 260px;
  border: none;
  border-radius: 0;
  background: #B51F2A;
  color: #fff;
  font-weight: 100;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 25px;
  text-shadow: none;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.1em;
}
@media only screen and (max-width: 650px) {
  .protect__info .loaddata {
    width: auto;
    padding: 10px 20px;
    font-size: 3vw;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 450px) {
  .protect__info .loaddata {
    margin-top: 10px;
  }
}.hidden {
  display: none; }

.updateStyle #logo img {
  display: none; }
  .updateStyle #logo img.hidden {
    display: block; }