/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url('fontello.css?v=17');
@import url('font.css?v=2');

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
    background: #ebebeb url('../img/background_pattern.png') repeat 0% 0%;
    color: #333333;
	background-size: 25px 25px;
}
html,
body,
.stdTable td {
    font-family: 'DINPro', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.h1 {
    font-size: 50px;
    margin: 40px 0 20px;
    font-weight: 900;
    line-height: 1.167;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
h1,
.h1,
.headlineGradient {
    background: -webkit-linear-gradient(45deg, #d4af37, #9f8329);
	background: -linear-gradient(45deg, #d4af37, #9f8329);
    -webkit-background-clip: text;
	background-clip: text;
    -webkit-text-fill-color: transparent;

}
h2,
.h2 {
	font-size: 30px;
	margin: 40px 0 20px;
    font-weight: 300;
    line-height: 1;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

h3,
.h3 {
	font-size: 20px;
	margin: 20px 0;
    font-weight: 700;
    line-height: 1.25;
}

h4,
.h4 {
	font-size: 14px;
	font-weight: 700;
	margin: 20px 0;
    line-height: 1.42857;
}

p,
ul,
ol {
	margin: 20px 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a {
    text-decoration:none;
    color:inherit;
}
.subTitle {
    margin: 0;
	font-size: 10px;
	line-height: 1.5;
}
.subTitle,
.ls,
.btn {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
}
.subTitle span {
    display: inline-block;
    background: #fff;
    color: #d4af37;
    padding: 0 5px;
}
.subTitle + .headline {
    margin-top: 0;
}

blockquote,
.blockquote {
	background: #fff;
	margin: 20px 0;
	padding: 20px;
	position: relative;
}
blockquote:before,
.blockquote:before {
	content: '„';
	color: #d4af37;
	font-weight: 900;
	font-size: 4em;
	line-height: .25em;
	float: left;
	margin-right: 10px;
	margin-left: -10px;
	position: relative;
	top: -20px;
}
blockquote > :first-child,
.blockquote > :first-child {
	margin-top: 0;
}
blockquote > :last-child,
.blockquote > :last-child {
	margin-bottom: 0;
}

blockquote cite,
.blockquote cite,
blockquote .cite,
.blockquote .cite {
	margin-top: 10px;
	font-size: .857em;
	line-height: 1.25;
	color: #999;
	font-style: normal;
	display: block;
}
blockquote cite:before,
.blockquote cite:before,
blockquote .cite:before,
.blockquote .cite:before {
	content: "\2014\00A0";
}

.small h1,
.small .h1 {
	font-size: 30px;
}
.small h2,
.small .h2 {
	font-size: 22px;
	line-height: 1.136;
}
.small h3,
.small .h3 {
	font-size: 18px;
	line-height: 1.3889;
}

@media (max-width: 719px) {
	.vcModal h1,
	.vcModal .h1 {
		font-size: 35px;
	}
	.vcModal h2,
	.vcModal .h2 {
		font-size: 24px;
	}

	.vcModal h3,
	.vcModal .h3 {
		font-size: 18px;
	}
}
@media (min-width: 720px) {
	body,
	.stdTable td {
        font-size: 20px;
		line-height: 1.5;
    }
	body {
		background-size: 50px 50px;
    }
	h1,
	.h1 {
		font-size: 60px;
		margin: 60px 0 30px;
	}
	h2,
	.h2 {
		font-size: 45px;
		margin: 60px 0 30px;
		line-height: 1;
	}
	h3,
	.h3 {
		font-size: 30px;
		margin: 30px 0;
		line-height: 1.333;
	}
	h4,
	.h4 {
		font-size: 20px;
		margin: 30px 0;
		line-height: 1.5;
	}
	.subTitle {
		font-size: 12px;
		line-height: 1.667;
	}
	p,
	ul,
	ol,
	blockquote,
	.blockquote {
		margin: 30px 0;
	}
	blockquote,
	.blockquote {
		padding: 40px;
	}
	blockquote:before,
	.blockquote:before {
		margin-left: -20px;
		top: -30px;
	}

	.small h1,
	.small .h1 {
		font-size: 40px;
		line-height: 1.25;
		margin: 40px 0 20px;
	}
	.small h2,
	.small .h2 {
		font-size: 30px;
		margin: 40px 0 20px;
	}
	.small h3,
	.small .h3 {
		font-size: 25px;
		line-height: 1.2;
		margin: 20px 0;
	}
	.small h4,
	.small .h4,
	.small p,
	.small ul,
	.small ol,
	.small blockquote,
	.small .blockquote {
		margin: 20px 0;
	}
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	overflow: visible; /* 2 */
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 20px 0;
	padding: 0;
}
@media (min-width: 720px) {
	hr {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}


nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
    color: #333;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
	border: none;
	padding: 0;
}

/* Firefox required */
input:required {
    box-shadow: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/* 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%;
}

.imageBlock {
	display: block;
	height: auto;
	max-width: 100%;
}
.imageBlockFull {
	display: block;
	height: auto;
	width: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.no-js .noJsHidden,
.js .jsHidden,
.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;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 719px) {
	.visible-xs,
	.visible-xs-block {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
	.visible-xs-inline {
		display: inline !important;
	}
	.visible-xs-inline-block {
		display: inline-block !important;
	}
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 720px) and (max-width: 959px) {
	.visible-sm,
	.visible-sm-block {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
	.visible-sm-inline {
		display: inline !important;
	}
	.visible-sm-inline-block {
		display: inline-block !important;
	}
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 960px) and (max-width: 1279px) {
	.visible-md,
	.visible-md-block {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
	.visible-md-inline {
		display: inline !important;
	}
	.visible-md-inline-block {
		display: inline-block !important;
	}
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1280px) {
	.visible-lg,
	.visible-lg-block  {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
	.visible-lg-inline {
		display: inline !important;
	}
	.visible-lg-inline-block {
		display: inline-block !important;
	}
	.hidden-lg {
		display: none !important;
	}
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print,
	.visible-print-block {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
	.visible-print-inline {
		display: inline !important;
	}
	.visible-print-inline-block {
		display: inline-block !important;
	}
	.hidden-print {
		display: none !important;
	}
}

/*
 * 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;
}

.noMargin {
	margin: 0;
}
.icon.noMargin:before {
	margin: 0;
}
.noMarginChildren > :first-child {
	margin-top: 0;
}
.noMarginChildren > :last-child {
	margin-bottom: 0;
}
.textCenter {
	text-align: center;
}
.hint {
	font-size: .8em;
	color: #999;
}
.lightText,
.dateText {
	font-size: 12px;
	line-height: 20px;
    margin: 0;

    color: #858585;
}
.dateText {
	font-weight: 500;
}

.whiteHighlightText {
	background: #fff;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding-left: 10px;
	padding-right: 10px;
}
.vcModal .whiteHighlightText {
	background: #f2f2f2;
}

.dont-break-out {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.noList {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
 * tooltip buttons
 */
.tooltip {
	border-radius: .75em;
	height: 1.5em;
	width: 1.5em;
	line-height: 1.5;
	background: #000;
	color: #fff;
	font-size: .8em;
	display: inline-block;
	vertical-align: .25em;
	text-align: center;
}
.tooltip:before {
	margin: 0;
}
a.tooltip:hover {
	color: #000;
	background: #fff;
}


/*
 * Buttons
 */
button {
    cursor: pointer;
}
.btn {
    position: relative;
	text-decoration: none;
	color: inherit;
	padding: 5px 10px;
	display: inline-block;
    font-size: 10px;
    line-height: 20px;
	cursor: pointer;
	border: none;
    text-transform: uppercase;
	background: #fff;
	transition: background .3s, box-shadow .3s, color .3s;
	overflow: hidden;
	z-index: 1;
}
.gradient,
.stdTable tr th,
.stdTable thead tr {
	background: #d4af37;
	background: -webkit-linear-gradient(left, #d4af37 0%, #9f8329 100%);
	background: linear-gradient(to right, #d4af37 0%, #9f8329 100%);
    color: #fff;
}
.btnRaised {
    color: #fff;
}
.btnRaised:after {
	content: '';
	position: absolute;
	display: block;
	width: 300%;
	height: 100%;
	background: #d4af37;
    background: -webkit-linear-gradient(left, #d4af37 0%, #9f8329 33.5%, #c20d20 66.5%, #910a18 100%);
    background: linear-gradient(to right, #d4af37 0%, #9f8329 33.5%, #c20d20 66.5%, #910a18 100%);
	left: 0;
	top: 0;
	transition: left .3s;
	z-index: -1;
}
.btn.btnLow {
    color: #808080;
	padding: 0;
	background: none;
}
.btn .icon {
    height: 20px;
    width: 20px;
	line-height: 20px;
    text-shadow: none;
    text-align: center;
}
.btn.btnIconUnder .icon,
.btn.btnIconOver .icon,
.btn.btnIconRight .icon,
.btn.btnIconLeft .icon {
	position: absolute;
}
.btn .icon:before {
    line-height: 20px;
    margin: 0;
}
.btn.btnIconUnder {
	padding-bottom: 30px;
}
.btn.btnIconUnder .icon {
    margin-left: -10px;
    left: 50%;
    bottom: 5px;
}
.btn.btnIconUnder.btnLow {
	padding-bottom: 20px;
}
.btn.btnIconUnder.btnLow .icon {
    bottom: 0;
}
.btn.btnIconOver {
	padding-top: 30px;
}
.btn.btnIconOver .icon {
    margin-left: -10px;
    left: 50%;
    top: 5px;
}
.btn.btnIconOver.btnLow {
	padding-top: 20px;
}
.btn.btnIconOver.btnLow .icon {
    top: 0;
}
.btn.btnIconRight {
	padding-right: 30px;
}
.btn.btnIconRight .icon {
    margin-top: -10px;
    top: 50%;
    right: 5px;
}
.btn.btnIconRight.btnLow {
	padding-right: 20px;
}
.btn.btnIconRight.btnLow .icon {
    right: 0;
}

.btn.btnIconLeft {
	padding-left: 30px;
}
.btn.btnIconLeft .icon {
    margin-top: -10px;
    top: 50%;
    left: 5px;
}
.btn.btnIconLeft.btnLow {
	padding-left: 20px;
}
.btn.btnIconLeft.btnLow .icon {
    left: 0;
}
.btn:not(.btnRaised):not(.btnLow):hover {
	color: #c20d20;
}
.btnRaised:hover:not(.disabled):not(:disabled) {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	color: #fff;
}
.btnRaised:hover:not(.disabled):not(:disabled):after,
.masonryWrap a.wrap:hover .btnRaised:not(.disabled):not(:disabled):after {
	left: -200%;
}
.btn.btnLow:hover:not(.disabled):not(:disabled) {
    color: #c20d20;
}

.btnWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
	margin-right: -1em;
}
.btnWrap .btn {
	margin-right: 1em;
	flex: 0 1 auto;
}

@media (min-width: 720px) {
	.btn {
		padding: 10px;
		font-size: 12px;
		line-height: 20px;
	}
}


/*
 * TABELLEN
 */
.stdTable {
	border: none;
	border-spacing: 0;
	width: 100%;
}

.stdTable + .stdTable {
	margin-top: 20px;
}
.stdTable tr th,
.stdTable tr td {
	border-bottom: 1px solid #fff;
	padding: 5px 5px 4px;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.stdTable tr:last-child th,
.stdTable tr:last-child td {
	border-bottom: none;
	padding-bottom: 5px;
}
.stdTable tr th,
.stdTable thead tr td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	border: none;
	padding-bottom: 5px;
}
.stdTable tr th {
	background-color: #d4af37 !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: #f5f5f5;
}
.stdTable tbody tr:hover td,
.stdTable > tr:hover td {
	background-color: #fff !important;
}
@media (min-width: 720px) {
	.stdTable tr th,
	.stdTable tr td {
		padding-left: 10px;
		padding-right: 10px;
	}
}


/*
 * E-Mail-Template
 */
.mailBody {
	background: #ffffff;
}

/* emogrifier ignore start */
.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;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, box-shadow .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 ~ .slideDownTriggerWrap .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;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, box-shadow .3s;

	-webkit-animation: 0s linear 0.3s 1 normal both running delayOverflow;
	animation: 0s linear 0.3s 1 normal both running delayOverflow;
}
.slideDownSwitch:checked ~ .slideDownTargetTeaser + .slideDownTrigger,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTargetTeaser + .slideDownTrigger {
	margin-top: 0;
}


@-webkit-keyframes delayOverflow {
	0% {
		overflow: hidden;
	}
	100% {
		overflow: visible;
	}
}

@keyframes delayOverflow {
	0% {
		overflow: hidden;
	}
	100% {
		overflow: visible;
	}
}

@-webkit-keyframes delayOverflowAuto {
	0% {
		overflow: hidden;
	}
	100% {
		overflow: auto;
	}
}

@keyframes delayOverflowAuto {
	0% {
		overflow: hidden;
	}
	100% {
		overflow: auto;
	}
}
/* emogrifier ignore end */
