/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,500|Fira+Sans:300,300i,400,400i,500,500i,700,700i&subset=latin-ext');
@import url('/css/fontello.css?11040487');
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
	font-size: 14px;
	line-height: 1.42857;
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
	font-size:15px;
	line-height: 1.42857;
}

html,
body,
td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: var(--color_text);
	font-size:15px;
}

@media only screen and (min-width: 560px) {
	html,
	body {
		font-size: 15px;
		line-height: 1.6667;
	}
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}



/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

iframe {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
	color:var(--color_text);
}

/*
 * Focus
 */
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible {
    outline: 0;
    box-shadow: 0 0 .05rem .25rem rgba(var(--color_box_rgb),.5), inset 0 0 .05rem .25rem rgba(var(--color_body_rgb),.5) !important;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
	color:var(--color_text);
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1,
.h1 {
	font-size: 2.667em;
	margin: 1.071em 0 .357em;
	font-weight: 700;
	line-height: 1.071;
	display: block;
	color:var(--color_headline);
}
.legend,
h2,
.h2 {
	font-size: 2.000em;
	margin: .952em 0 .476em;
	font-weight: 700;
	line-height: 1.190;
	display: block;
	color:var(--color_headline);
}
h3,
.h3 {
	font-size: 1.286em;
	margin: 1.111em 0 .556em;
	font-style: normal;
	font-weight: 700;
	line-height: 1.111;
	display: block;
}
h4,
.h4 {
	font-size: 1.214em;
	margin: .588em 0;
	font-style: normal;
	font-weight: 300;
	line-height: 1.176;
	display: block;
}
h5,
.h5 {
	font-size:1.1em;
	font-weight:700;
	color:inherit !important;
	display: block;
	margin: .588em 0;
	line-height: 1.176;
}
.boxWrap .headline {
	margin-top:1em;
	margin-bottom:0.2em;
}

p,
ul {
	margin: .714em 0;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: var(--color_text);
    color: var(--color_bg);
    text-shadow: none;
}

::selection {
    background: var(--color_text);
    color: var(--color_bg);
    text-shadow: none;
}

@media only screen and (min-width: 560px) {
	h1,
	.h1 {
		font-size: 2.667em;
		margin: 1.125em 0 .375em;
		line-height: 1.25;
	}
	.legend,
	h2,
	.h2 {
		font-size: 2em;
		margin: 1em 0 .5em;
		line-height: 1;
	}
	h3,
	.h3 {
		font-size: 1.333em;
		margin: 1.5em 0 .75em;
		line-height: 1.25;
	}
	h4,
	.h4 {
		font-size: 1.333em;
		margin: .75em 0;
		line-height: 1.25;
	}

	p,
	ul {
		margin: 1em 0;
	}
}

.fieldset > .legend:first-child {
	margin-top:0;
}
.fieldset + .fieldset {
	margin-top:2em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	display: block;
	height: 2px;
	border: 0;
	border-top: 2px solid #f5f6f6;
	margin: 1em 0;
	padding: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
	padding: 0;
	border: none;
	background: #FFF;
	border-radius: 0;
	box-shadow: none;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

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

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

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

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

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

input {
	line-height: normal;

}

input[type=text],
input[type=number],
input[type=search],
input[type=email],
textarea {
	-webkit-appearance: none;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* 1 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: none; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

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

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
	resize: vertical;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/*
 * Placeholder text
 */

::-webkit-input-placeholder {
	color: #9ba2a5;
	font-style: italic;
}
::-moz-placeholder {
	color: #9ba2a5;
	font-style: italic;
}
:-ms-input-placeholder {
	color: #9ba2a5;
	font-style: italic;
}
::placeholder {
	color: #9ba2a5;
	font-style: italic;
}

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

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

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

td,
th {
	padding: 0;
}

/* Quotes
   ========================================================================== */

blockquote {
	background: #f5f6f6;
	border-left: 5px solid #0093d2;
	margin: 1em 0 1em 2em;
	padding: 15px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #cdd0d2;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}


[class^="icon-"].noMargin:before,
.icon.noMargin:before {
	margin: 0;
}

.iconBubble {
	background: #37454b;
	color: #fff;
	border-radius: .5em;
	line-height: 1;
	height: 1em;
	width: 1em;
	display: inline-block;
	text-align: center;
	font-size: 1.33em;
	margin: 0 .125em;
	vertical-align: -.067em;
}
.iconBubble:before {
	margin: 0;
	font-size: .667em;
	line-height: 1.5;
	vertical-align: .167em;
}

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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

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

/*
 * Buttons
 */
.btn {
	position: relative;
	line-height: 1.33;
	padding: .333em;
	background: none;
	display: inline-block;
	text-decoration: none;
    cursor: pointer;
}
.btnRaised:hover,
.btnRaised {
	background: #37454b;
	color: #fff;
}
.btn.btnLow {
	color: #737d81;
}
.btn .icon {
	border-radius: 1em;
	height: 2em;
	width: 2em;
	background: #37454b;
	color: #fff;
	position: absolute;
	text-shadow: none;
	text-align: center;
}
.btnRaised .icon {
	border-radius: none;
	background: none;
}
.btn.btnIconLow .icon,
.btn.btnLow .icon {
	height: 1em;
	width: 1em;
	background: none;
	color: inherit;
}
.btn .icon:before {
	line-height: 2em;
	margin: 0;
}
.btn.btnIconUnder {
	padding-bottom: 2.333em;
}
.btn.btnIconUnder.btnIconLow,
.btn.btnIconUnder.btnLow {
	padding-bottom: 1.333em;
}
.btn.btnIconUnder .icon {
	margin-left: -1em;
	left: 50%;
	bottom: 0;
}
.btn.btnIconOver {
	padding-top: 2.333em;
}
.btn.btnIconOver.btnIconLow,
.btn.btnIconOver.btnLow {
	padding-top: 1.333em;
}
.btn.btnIconOver .icon {
	margin-left: -1em;
	left: 50%;
	top: 0;
}
.btn.btnIconLeft {
	padding-left: 2.333em;
	padding-right: 0;
}
.btnRaised.btnIconLeft {
	padding-right: .666em;
}
.btn.btnIconLeft.btnIconLow,
.btn.btnIconLeft.btnLow {
	padding-left: 1.333em;
}
.btn.btnIconLeft .icon {
	margin-top: -1em;
	top: 50%;
	left: 0;
}
.btn.btnIconRight {
	padding-right: 2.333em;
	padding-left: 0;
}
.btnRaised.btnIconRight {
	padding-left: .666em;
}
.btn.btnIconRight.btnIconLow,
.btn.btnIconRight.btnLow {
	padding-right: 1.333em;
}
.btn.btnIconRight .icon {
	margin-top: -1em;
	top: 50%;
	right: 0;
}

.btnSet {
	background: #f5f6f6;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.btnSet .btn {
	float: left;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px 30px 10px 10px;
}
.btnSet .btn .icon {
	background: none;
	color: inherit;
	right: 10px;
}
.btnSet .btn + .btn:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 1px;
	top: 10px;
	bottom: 10px;
	background: #ebeded;
}
.btn.left {
	float:left;
	padding: 10px;
}
.btn.right {
	float:right;
	padding: 10px;
}
.btnWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    margin-right: -1em;
    margin-bottom: -1em;
}
.btnWrap .btn {
    margin-right: 1em;
    margin-bottom: 1em;
    flex: 0 1 auto;
}
/*
 * SlideDown / SlideUp
 */
.slideDownTrigger {
	display: block;
	cursor: pointer;
}

.slideDownTrigger .on,
.slideDownTargetWrap .slideDownTrigger .on {
	display: none;
}
.slideDownTrigger .icon:last-child {
	-webkit-transition: transform .3s;
	transition: transform .3s;
	display: block;
	float: right;
}

.slideDownTriggerInline .icon:last-child {
	float: none;
	display: inline-block;
}

.slideDownSwitch ~ .slideDownTarget,
.slideDownSwitch ~ .slideDownTargetWrap .slideDownTarget {
	max-height: 0;
	-webkit-transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	overflow: hidden;
}
.slideDownSwitch ~ .slideDownTargetTeaser,
.slideDownSwitch ~ .slideDownTargetWrap .slideDownTargetTeaser {
	max-height: 40px;
}

.slideDownTargetTeaser + .slideDownTrigger {
	margin-top: -40px;
	min-height: 40px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: .714rem 0 0;
	line-height: 40px;
	line-height: calc(40px - .714rem);
}
.slideDownTargetTeaser + .slideDownTrigger:before {
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.slideDownSwitch:checked ~ .slideDownTrigger .on,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .on {
	display: inline;
}
.slideDownSwitch:checked ~ .slideDownTrigger .off,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .off {
	display: none;
}
.slideDownSwitch:checked ~ .slideDownTrigger .icon:last-child,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .icon:last-child {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slideDownSwitch:checked ~ .slideDownTarget,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTarget {
	max-height: 10000px;
	-webkit-transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;

	-webkit-animation: 0s linear 0.3s 1 normal both running delay-overflow;
	animation: 0s linear 0.3s 1 normal both running delay-overflow;
}
.slideDownSwitch:checked ~ .slideDownTargetTeaser + .slideDownTrigger,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTargetTeaser + .slideDownTrigger {
	margin-top: 0;
}


@-webkit-keyframes delay-overflow {
	from {
		overflow: hidden;
	}
	to {
		overflow: visible;
	}
}

@keyframes delay-overflow {
	from {
		overflow: hidden;
	}
	to {
		overflow: visible;
	}
}


@keyframes slideInFromLeft {
	0% {
		transform: translateY(-200%);
	}
	50% {
		transform: translateY(-200%);
	}
	60% {
		transform: translateY(50%);
	}
	70% {
		transform: translateY(-25%);
	}
	80% {
		transform: translateY(12.5%);
	}
	90% {
		transform: translateY(-6.25%);
	}
	100% {
		transform: translateY(0);
	}
}

/*
 * Loading
 */
.loading {
	height: 0;
	width: 100%;
	background: url(../img/preloader_89_dark.gif) no-repeat 50% 50%;
	position: relative;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .3s, height 0s .3s;
	transition: opacity .3s, height 0s .3s;
}
.loading.show {
	opacity: 1;
	height: 100%;
	-webkit-transition: opacity .3s, height 0s;
	transition: opacity .3s, height 0s;
}

/*
 * Backgrounds
 */
.greyBackground {
	background-color: rgba(var(--color_box_rgb),0.06);
}

/*
 * State Color´s
 */
.success {
	color: #0C0;
}
.error,
.fehler_text {
	color: #C00;
}
.nowrap {
	white-space: nowrap;
}
.center {
	text-align: center;
}
.hint {
	font-size: .867em;
	font-style: italic;
	color: #737d81;
}
.colored {
	color: #0093d2;
}

/*
 * Notiz
 */
.note {
	color: #fff;
	background: #37454b;
}
.note a {
	text-decoration: underline;
	color: #fff;
}


/*
 * Article Styles
 */
.article {
	margin: 2em 15px;
}
.spacer {
	padding-left: 15px;
	padding-right: 15px;
}
.article .text {
	margin: .714em 0;
}

ul.articleLike,
.article ul {
	padding-left: 1em;
	margin: 1.071em 0;
	list-style: none;
}
ul.articleLike li,
.article ul li {
	margin: 0;
	position: relative;
}
ul.articleLike li + li,
.article ul li + li {
	margin-top: .357em;
}
ul.articleLike li:before,
.article ul li:before {
	content: '';
	width: 10px;
	height: 1px;
	top: .714em;
	position: absolute;
	left: -1em;
	background: #cdd0d2;
	display: block;
}

.article > :first-child,
.article > .imgRight:first-child + *,
.article > .imgLeft:first-child + *,
.article > .imgNone:first-child + *,
.article > .btnBack:first-child + *,

.article .imgRight + h1,
.article .imgRight + .h1,
.article .imgRight + h2,
.article .imgRight + .h2,
.article .imgRight + h3,
.article .imgRight + .h3,
.article .imgRight + h4,
.article .imgRight + .h4 {
	margin-top: 0;
}
.article > :last-child {
	margin-bottom: 0;
}
.spacer.greyBackground {
	padding: 15px;
}

@media only screen and (min-width: 560px) {
	.article {
		margin-top: 4em;
		margin-bottom: 4em;
	}
	ul.articleLike,
	.article ul {
		margin: 1em 0;
	}
	ul.articleLike li + li,
	.article ul li + li {
		margin-top: .333em;
	}
	ul.articleLike li:before,
	.article ul li:before {
		top: .833em;
	}
	.article .text {
		margin: 1em 0;
	}
}

@media only screen and (min-width: 720px) {
	.spacer,
	.article + hr,
	.spacer + hr {
		margin-left: auto;
		margin-right: auto;
		width: 83.333%;
	}
	.spacer {
		padding-left: 0;
		padding-right: 0;
	}
	.article.articleFullWidth,
	.spacer.articleFullWidth {
		width: auto;
		margin: 30px 15px;
	}
	.article.articleFullWidth + hr,
	.spacer.articleFullWidth + hr {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media only screen and (min-width: 960px) {
	.article,
	.spacer,
	.article + hr,
	.spacer + hr {
		margin-left: auto;
		margin-right: auto;
		width: 66.667%;
	}
}

/* Content: TABELLEN */
.stdTable {
	border: none;
	border-spacing: 0;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
	vertical-align: top;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
	border-top: none;
}
.stdTable tr th,
.stdTable thead tr td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: inherit;
	line-height: 1.714;
	border-bottom: 3px solid #37454b;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #37454b !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: rgba(var(--color_box_rgb),0.05);
}
/*.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
	background-color: #f5f6f6;
}*/

/* SHOW EFFECTS */
.showEffect.scale {
	visibility: visible !important;
	opacity: 0;
	-webkit-transform: scale(.01);
	-ms-transform: scale(.01);
	transform: scale(.01);
}
.showEffect.slideInFromLeft {
	opacity: 0;
	-webkit-transform: translate(-150px, 50px);
	-ms-transform: translate(-150px, 50px);
	transform: translate(-150px, 50px);
}
.showEffect.slideInFromRight {
	opacity: 0;
	-webkit-transform: translate(150px, 50px);
	-ms-transform: translate(150px, 50px);
	transform: translate(150px, 50px);
}
.showEffect.slideInFromBottom {
	opacity: 0;
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
}

.showEffect.slideInFromBottom.show,
.showEffect.slideInFromLeft.show,
.showEffect.slideInFromRight.show,
.showEffect.scale.show {
	opacity: 1;
	-webkit-transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s;
}
.showEffect.scale.show {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.showEffect.slideInFromRight.show,
.showEffect.slideInFromLeft.show,
.showEffect.slideInFromBottom.show {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

/* SHOP - MAIL */
.mail a,
.mail td {
	color:#404040;
}
.mail .footer td {
	color:#404040;
}
#cartMail {
	width:100%;
}
.aleft {
	text-align:left;
}
.aright {
	text-align:right;
}
#cartMail th,
#cartMail .cart_head {
	background-color:#f5f6f6;
}
#cartMail .priceRow {
	font-weight:bold;
}
