/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 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 {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

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

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

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

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

/* 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 {
	font-size: 2em;
	margin: 0.67em 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;
}

/* 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 {
	box-sizing: content-box;
	height: 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 */
}

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

button {
	overflow: visible;
}

/**
 * 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"] {
	-webkit-appearance: button; /* 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;
}

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

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

/**
 * 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: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * 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: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

td,
th {
	padding: 0;
}
/* source-sans-pro-300 - latin-ext_latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-300.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-300italic - latin-ext_latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-300italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-300italic.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-300italic.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-regular - latin-ext_latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-regular.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-italic - latin-ext_latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-italic.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-600 - latin-ext_latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-600.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/* source-sans-pro-600italic - latin-ext_latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-600italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-600italic.woff') format('woff'), /* Modern Browsers */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/typo3conf/ext/werther/Resources/Public/Fonts/source-sans-pro-v19-latin-ext_latin/source-sans-pro-v19-latin-ext_latin-600italic.svg#SourceSansPro') format('svg');
  /* Legacy iOS */
}
/**
 **************************************************
 * BASICS
 *
 * @description: Define the basic elements of the site
 **************************************************
 */
html {
  height: 100%;
  /* Defaults to ~16px across browsers */
  /*font-size: 100.01%;*/
  /* Defaults to ~12px across browsers */
  /*font-size: 75.01%;*/
  /* Defaults to ~10px across browsers. This makes perfect sense as the base unit when using "rem" */
  font-size: 62.5%;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7em;
  color: #4A4A4A;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 0.7em 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  color: black;
}
h1,
.h1 {
  font-size: 3rem;
}
h1.csc-header-alignment-center,
.h1.csc-header-alignment-center,
h1.csc-firstHeader,
.h1.csc-firstHeader {
  color: #D9000D;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}
h2,
.h2 {
  font-size: 2.5rem;
}
h3,
.h3 {
  font-size: 1.8rem;
}
h3:first-letter,
.h3:first-letter {
  color: inherit;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 1.4rem;
}
p,
ol,
ul,
dl {
  margin: 0 0 2.2rem 0;
}
[role=main] ul li:before {
  content: '\25A0';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -16px;
  top: -2px;
  color: #D9000D;
  font-size: 15px;
}
ul,
ol {
  list-style-position: outside;
}
ul {
  padding-left: 1.5rem;
  list-style-type: none;
}
ul ul {
  list-style-type: circle;
  margin-bottom: 0.5em;
}
ol ol {
  list-style-type: lower-alpha;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 640px) {
  ol {
    padding-left: 5.5rem;
  }
}
nav ol,
nav ul,
nav dl {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 1px;
}
a {
  text-decoration: none;
  color: #D9000D;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 0 none;
}
/*
a: visited: hover {
	color: #55e;
}
*/
strong,
b {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
em,
i {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
}
hr {
  height: 0;
  padding: 0;
  margin: 0;
  border: 0 dotted #c4c4c4;
  border-bottom-width: 1px;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto !important;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
table {
  margin-bottom: 5rem;
  width: 100%;
}
table caption {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
  line-height: 1.3em;
  font-weight: bold;
}
table th,
table td {
  padding: 1px 4px 1px 4px;
  vertical-align: top;
}
table th {
  font-weight: bold;
}
table p {
  margin-bottom: 0;
}
thead {
  border-bottom: 1px solid #D9000D;
}
thead th {
  text-align: left;
}
tr.tr-even {
  background-color: white;
}
tr.tr-odd {
  background-color: #E8E8E8;
}
tr .td-0 {
  font-weight: 900;
  border-right: 5px solid white;
}
tr td {
  min-width: 7rem;
  text-align: left;
}
.text-black {
  color: #000000;
}
.space-after-40 {
  margin-bottom: 40px;
}
/*
* Buttonstyle
*
*/
.btn,
.btn-lg {
  display: inline-block;
  position: relative;
  margin: 2rem 0;
  font: inherit;
  white-space: nowrap;
}
.btn:hover,
.btn-lg:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn:active,
.btn-lg:active {
  opacity: 0.5;
}
.btn {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #D9000D;
  color: white;
  font-size: 2rem;
  border: 0;
  padding: 0.8rem 2rem;
}
.btn.btn-arrow-left,
.btn.btn-arrow-right {
  position: relative;
  background-color: #D9000D;
}
.btn.btn-arrow-left .arrow,
.btn.btn-arrow-right .arrow {
  position: absolute;
  top: 0;
  width: 2.5rem;
  height: 100%;
  overflow: hidden;
}
.btn.btn-arrow-left .arrow:after,
.btn.btn-arrow-right .arrow:after {
  content: '';
  position: absolute;
  top: 0.6rem;
  width: 3.45rem;
  height: 3.45rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #D9000D;
}
.btn.btn-arrow-right {
  border-right: none;
  margin-right: 2rem;
}
.btn.btn-arrow-right .arrow {
  left: 100%;
}
.btn.btn-arrow-right .arrow:after {
  left: -1.7rem;
}
.btn.btn-arrow-left {
  border-left: none;
  margin-left: 2rem;
}
.btn.btn-arrow-left .arrow {
  right: 100%;
}
.btn.btn-arrow-left .arrow:after {
  right: -1.7rem;
}
.btn-lg {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #D9000D;
  color: white;
  font-size: 2.5rem;
  border: 0;
  padding: 1.3rem 3.5rem;
}
.btn-lg.btn-arrow-left,
.btn-lg.btn-arrow-right {
  position: relative;
  background-color: #D9000D;
}
.btn-lg.btn-arrow-left .arrow,
.btn-lg.btn-arrow-right .arrow {
  position: absolute;
  top: 0;
  width: 3rem;
  height: 100%;
  overflow: hidden;
}
.btn-lg.btn-arrow-left .arrow:after,
.btn-lg.btn-arrow-right .arrow:after {
  content: '';
  position: absolute;
  top: 0.65rem;
  width: 4.2rem;
  height: 4.2rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #D9000D;
}
.btn-lg.btn-arrow-right {
  border-right: none;
  margin-right: 3rem;
}
.btn-lg.btn-arrow-right .arrow {
  left: 100%;
}
.btn-lg.btn-arrow-right .arrow:after {
  left: -2rem;
}
.btn-lg.btn-arrow-left {
  border-left: none;
  margin-left: 3rem;
}
.btn-lg.btn-arrow-left .arrow {
  right: 100%;
}
.btn-lg.btn-arrow-left .arrow:after {
  right: -2rem;
}
.btn-sm {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #D9000D;
  color: white;
  font-size: 1.75rem;
  border: 0;
  padding: 0 0 0 1rem;
}
.btn-sm.btn-arrow-left,
.btn-sm.btn-arrow-right {
  position: relative;
  background-color: #D9000D;
}
.btn-sm.btn-arrow-left .arrow,
.btn-sm.btn-arrow-right .arrow {
  position: absolute;
  top: 0;
  width: 4rem;
  height: 100%;
  overflow: hidden;
}
.btn-sm.btn-arrow-left .arrow::after,
.btn-sm.btn-arrow-right .arrow::after {
  content: '';
  position: absolute;
  width: 3.1rem;
  height: 3.1rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #D9000D;
}
.btn-sm.btn-arrow-right {
  border-right: none;
  margin-right: 3rem;
}
.btn-sm.btn-arrow-right .arrow {
  left: 100%;
}
.btn-sm.btn-arrow-right .arrow:after {
  left: -2rem;
}
.btn-sm.btn-arrow-left {
  border-left: none;
  margin-left: 3rem;
}
.btn-sm.btn-arrow-left .arrow {
  right: 100%;
}
.btn-sm.btn-arrow-left .arrow::after {
  right: -2rem;
}
.btn-lg.media-button-back {
  display: block;
}
.mt-10 {
  margin-top: 1rem;
}
.mt-20 {
  margin-top: 2rem;
}
.mt-30 {
  margin-top: 3rem;
}
.mt-50 {
  margin-top: 5rem;
}
/* default styles for extension "tx_cssstyledcontent" */
.csc-header-alignment-center {
  text-align: center;
}
.csc-header-alignment-right {
  text-align: right;
}
.csc-header-alignment-left {
  text-align: left;
}
div.csc-textpic-responsive {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.csc-textpic-responsive * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.csc-textpic {
  overflow: hidden;
}
div.csc-textpic div.csc-textpic-imagerow {
  overflow: hidden;
}
div.csc-textpic .csc-textpic-imagewrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
div.csc-textpic .csc-textpic-imagewrap table tr td {
  padding: 0;
  vertical-align: top;
}
div.csc-textpic .csc-textpic-imagewrap figure {
  margin: 0;
  display: table;
}
div.csc-textpic .csc-textpic-imagewrap img {
  border: none;
  display: block;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 20px;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image {
  margin-bottom: 0;
}
div.csc-textpic figure.csc-textpic-imagewrap {
  margin: 0;
  display: table;
}
div.csc-textpic div.csc-textpic-imagecolumn {
  float: left;
}
div.csc-textpic div.csc-textpic-imagerow-last {
  margin-bottom: 0;
}
div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last {
  margin-bottom: 0;
}
ul.csc-uploads {
  padding: 0;
}
ul.csc-uploads li {
  overflow: hidden;
  list-style: none outside none;
  margin: 1em 0;
}
ul.csc-uploads img {
  float: left;
  margin-right: 1em;
  vertical-align: top;
}
ul.csc-uploads span {
  display: block;
}
ul.csc-uploads span.csc-uploads-fileName {
  text-decoration: underline;
}
figcaption.csc-textpic-caption {
  display: table-caption;
}
.csc-textpic-caption {
  text-align: left;
  caption-side: bottom;
}
div.csc-textpic-caption-c .csc-textpic-caption {
  text-align: center;
}
.csc-textpic-imagewrap .csc-textpic-caption-c {
  text-align: center;
}
.csc-textpic-imagewrap .csc-textpic-caption-r {
  text-align: right;
}
.csc-textpic-imagewrap .csc-textpic-caption-l {
  text-align: left;
}
div.csc-textpic-caption-r .csc-textpic-caption {
  text-align: right;
}
div.csc-textpic-caption-l .csc-textpic-caption {
  text-align: left;
}
div.csc-textpic-border div.csc-textpic-imagewrap img {
  border: 1px solid black;
  padding: 0px 0px;
}
div.csc-textpic-imagecolumn {
  margin-right: 20px;
}
td.csc-textpic-imagecolumn .csc-textpic-image {
  margin-right: 20px;
}
div.csc-textpic-imagecolumn.csc-textpic-lastcol {
  margin-right: 0;
}
td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image {
  margin-right: 0;
}
div.csc-textpic-intext-left .csc-textpic-imagewrap {
  margin-right: 20px;
  float: left;
}
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 20px;
  float: left;
}
div.csc-textpic-intext-right .csc-textpic-imagewrap {
  margin-left: 20px;
  float: right;
}
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  margin-left: 20px;
  float: right;
}
div.csc-textpic-center .csc-textpic-imagewrap {
  overflow: hidden;
}
div.csc-textpic-center figure.csc-textpic-imagewrap {
  overflow: hidden;
}
div.csc-textpic-center .csc-textpic-center-outer {
  position: relative;
  float: right;
  right: 50%;
}
div.csc-textpic-center .csc-textpic-center-inner {
  position: relative;
  float: right;
  right: -50%;
}
div.csc-textpic-right .csc-textpic-imagewrap {
  float: right;
}
div.csc-textpic-right div.csc-textpic-text {
  clear: right;
}
div.csc-textpic-left .csc-textpic-imagewrap {
  float: left;
}
div.csc-textpic-left div.csc-textpic-text {
  clear: left;
}
.csc-textpic-intext-left ol {
  padding-left: 40px;
  overflow: auto;
}
.csc-textpic-intext-left ul {
  padding-left: 40px;
  overflow: auto;
}
table.contenttable-color-1 {
  background-color: #EDEBF1;
}
table.contenttable-color-2 {
  background-color: #F5FFAA;
}
table.contenttable-color-240 {
  background-color: black;
}
table.contenttable-color-241 {
  background-color: white;
}
table.contenttable-color-242 {
  background-color: #333333;
}
table.contenttable-color-243 {
  background-color: gray;
}
table.contenttable-color-244 {
  background-color: silver;
}
.ce-textpic {
  overflow: hidden;
}
.ce-textpic.ce-left .ce-gallery {
  float: left;
}
.ce-textpic.ce-left .ce-gallery figure {
  margin: 0 2rem 0 0;
}
.ce-textpic.ce-right .ce-gallery {
  float: right;
}
.ce-textpic.ce-right .ce-gallery figure {
  margin: 0 0 0 2rem;
}
/**
 **************************************************
 * FORMS
 *
 * @description: General form styling
 **************************************************
 */
/**
 * Base
 */
form fieldset {
  padding: 0;
  border: none;
  margin: 0 0 1.5em 0;
}
.o-frame--type-form_formframework form fieldset {
  display: flex;
  gap: 0 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.o-frame--type-form_formframework form h2 {
  color: #D9000D;
}
.o-frame--type-form_formframework form fieldset .form-element:not(fieldset) {
  flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
  .o-frame--type-form_formframework form fieldset .form-element:not(fieldset) {
    flex-basis: calc(50% - 25px);
  }
}
.o-frame--type-form_formframework form fieldset .form-element.form-element-check {
  flex: 1 0 100%;
}
.o-frame--type-form_formframework form .form-element:not(fieldset, .form-element-bauplatz) {
  width: calc(50% - 25px);
}
.o-frame--type-form_formframework form .form-element.form-element-statictext {
  margin-bottom: 12px;
  flex-basis: 100%;
}
.o-frame--type-form_formframework .form-check-wrapping-label {
  display: flex;
  align-items: center;
  gap: 5px;
}
form fieldset:last-of-type {
  margin-bottom: 0;
}
form fieldset fieldset {
  clear: left;
  padding: 0;
  border: 0;
}
form legend {
  margin: 0 0 0.7em 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2em;
  color: black;
}
.o-frame--type-form_formframework form legend {
  margin: 1.5em 0 0.5em 0;
}
form label {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.5em 0;
}
form input[type=checkbox] + label,
form input[type=radio] + label {
  clear: none;
  width: auto;
  margin-left: 0.25em;
  margin-right: 1.25em;
}
.o-frame--type-form_formframework form input[type=date] {
  max-width: 8.5em;
}
.o-frame--type-form_formframework form .is-invalid label {
  font-weight: 700;
}
.o-frame--type-form_formframework form .is-invalid .invalid-feedback {
  color: #D9000D;
}
form label:hover {
  cursor: pointer;
}
form label > label {
  display: inline;
  clear: none;
  float: none;
  width: auto;
  margin: 0;
}
form label > label:before {
  content: ' / ';
}
form input,
form select,
form textarea {
  width: 100%;
  min-height: 2.5em;
  padding: 0.2em 0.4em;
  border: 1px solid #bfbfbf;
  margin: 0 1% 0.5em 0;
  font-family: inherit;
}
form input[type=checkbox],
form input[type=radio] {
  width: auto;
  padding: 0;
  border: 0;
  margin: 0;
}
form select::-ms-expand {
  display: none;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 2.5em;
  padding: 0 5rem 0 0;
  background: url(/typo3conf/ext/werther/Resources/Public/Icons/Layout/arrow-down.svg) no-repeat right 1rem center transparent;
  background-size: 3rem auto;
}
.o-frame--type-form_formframework form select {
  padding: 0.2em 0.4em;
}
form select[multiple] {
  height: auto;
}
form select option {
  min-height: 2.5em;
  padding: 0.4em;
  line-height: 2.5em;
}
form textarea {
  height: auto;
  min-height: 9em;
  resize: vertical;
}
form input[type=file] {
  padding: 0;
  border: 0;
}
form [type=submit],
form [type=reset] {
  width: auto;
  color: #ffffff;
  background-color: #D9000D;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  form [type=submit] {
    float: right;
  }
}
form [type=reset] {
  min-width: 0;
  padding: 0 0.25em;
  border-color: rgba(0, 0, 0, 0.05);
  border-right-width: 3px;
  font-weight: normal;
  text-transform: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.025);
}
form [type=reset]:hover {
  border-color: #a92b1a;
  background-color: #e66147;
}
/* Extra styling for info-texts and markers */
form label em,
form span.mandatory {
  font-style: normal;
  color: #e55;
}
form p {
  clear: left;
  margin-bottom: 0;
}
/**
 * Layout: Multicolumn additions
 */
form .field-multiple {
  float: left;
  width: 65.66%;
  margin: 0 0 0.5em 0;
}
form .field-multiple label {
  width: auto;
  margin-right: 0.25em;
  overflow: hidden;
  text-overflow: ellipsis;
}
form .field-multiple .w10,
form .field-multiple .w25,
form .field-multiple .w33,
form .field-multiple .w50,
form .field-multiple .w66,
form .field-multiple .w75,
form .field-multiple .w90,
form .field-multiple .w100 {
  float: left;
  margin-right: 1%;
}
/* Substracting base margin from logical width */
form .field-multiple .w10 {
  width: 9%;
}
form .field-multiple .w25 {
  width: 24%;
}
form .field-multiple .w33 {
  width: 32.33%;
}
form .field-multiple .w50 {
  width: 49%;
}
form .field-multiple .w66 {
  width: 65.66%;
}
form .field-multiple .w75 {
  width: 74%;
}
form .field-multiple .w90 {
  width: 89%;
}
form .field-multiple .w100 {
  width: 99%;
}
/**
 * Addons
 */
form .field-addon {
  display: flex;
}
form .field-addon > .addon,
form .field-addon > .field {
  min-height: 2rem;
  border: 1px solid #ddd;
  margin-right: 0;
  font-size: 1.8rem;
  line-height: 2rem;
}
form .field-addon > .addon:first-child,
form .field-addon > .field:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}
form .field-addon > .addon:last-child,
form .field-addon > .field:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
form .field-addon > .addon {
  min-width: 0;
  padding: 0.1em 0.5em 0;
  margin-bottom: 0.5em;
  color: #fff;
  text-align: center;
  background: #ddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ddd 0%, #aaa 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #aaa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ddd 0%, #aaa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ddd 0%, #aaa 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ddd 0%, #aaa 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ddd 0%, #aaa 100%);
  /* W3C */
}
form .field-addon > .field {
  flex: 1;
  color: #7db9e8;
}
form .field-addon > .field:not(:first-child) {
  border-left: 0;
}
form .field-addon > .field:not(:last-child) {
  border-right: 0;
}
/**
 * Layout: Groups (especially for radios and checkboxes
 */
form .grp {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
form .grp input,
form .grp select,
form .grp textarea {
  width: auto;
}
form .grp.nowrap {
  flex-wrap: nowrap;
}
form .grp.column {
  flex-direction: column;
}
form .grp input[type=checkbox],
form .grp input[type=radio],
form .grp label {
  margin-left: 0;
  flex-shrink: 1;
}
/**
 * ERRORS
 */
.parsley-error {
  border-color: #D9000D;
}
div.meterreading.typo3-message {
  margin-bottom: 2rem;
}
ul.parsley-errors-list,
.error-codes {
  margin-bottom: 0;
  padding-left: 0;
}
ul.parsley-errors-list li,
.error-codes li {
  font-size: 1.35rem;
  line-height: 1.5;
  color: #D9000D;
}
ul.parsley-errors-list li::before,
.error-codes li::before,
ul.parsley-errors-list li.error-code::before,
.error-codes li.error-code::before {
  display: none;
}
.o-frame--type-form_formframework .is-hidden {
  display: none;
}
/**
 **************************************************
 * LAYOUT
 *
 * @description: Building the design
 **************************************************
 */
/* BEN: Apply a natural box layout model to all elements? */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #eee;
  overflow-x: hidden;
}
.page {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-height: 100%;
  margin: 0 auto;
  background: #fff;
  /* Old browsers */
}
body.home .page {
  background-image: none;
}
.page > .content.main {
  margin: 0 auto;
  z-index: 0;
}
header.main {
  border-bottom: 0.3125rem solid #D9000D;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.content.stage > section {
  margin: 0 auto;
  text-align: center;
}
.content.main {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content.secondary {
    position: relative;
    float: left;
    width: 25%;
    min-height: 25%;
    padding-bottom: 40px;
  }
}
.content.primary {
  max-width: 128rem;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .content.primary {
    position: relative;
    min-height: 25%;
    padding-bottom: 40px;
  }
}
.content.primary > section {
  padding: 15px 0;
}
.home .content.primary {
  float: none;
  width: 100%;
}
footer.main {
  bottom: 0;
  width: 100%;
}
footer.main .footmain {
  width: 100%;
  background-color: #f9b61f;
}
footer.main .footmain h1 {
  color: #D9000D;
}
footer.main .footmain .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 128rem;
  padding: 20px 30px;
  margin: 0 auto;
}
footer.main .footmain .container div,
footer.main .footmain .container nav {
  margin: 20px 0 -2rem;
  width: 100%;
}
footer.main .footmain .container div:not(.footicon),
footer.main .footmain .container nav:not(.footicon) {
  margin: 20px 0 0;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  footer.main .footmain .container div:not(.footicon),
  footer.main .footmain .container nav:not(.footicon) {
    margin: 0;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  footer.main .footmain .container div,
  footer.main .footmain .container nav {
    margin: 20px 0 0;
  }
}
footer.main .footmain .container .opentime ul {
  position: relative;
  padding: 0;
}
footer.main .footmain .container .opentime ul li {
  color: black;
  padding-left: 30px;
}
footer.main .footmain .container .opentime ul li span {
  position: absolute;
  left: 0;
  font-weight: 600;
}
footer.main .footmain .container .opentime ul li span.currentday {
  color: #D9000D;
}
footer.main .footmain .container .zentrale {
  padding-top: 48px;
  margin-bottom: 9rem;
  color: black;
  font-weight: 600;
}
footer.main .footmain .container .zentrale .fax {
  margin-top: 2rem;
}
footer.main .foottop,
footer.main .footbot {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
}
footer.main .foottop {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  footer.main .foottop {
    margin-bottom: 0;
  }
}
footer.main .foottop {
  padding: 0;
}
footer.main .foottop > h2 {
  color: black;
}
@media screen and (min-width: 640px) {
  footer.main .foottop {
    padding: 0 30px;
  }
}
footer.main .foottop .socialfoot {
  margin-bottom: 6rem;
}
footer.main .foottop .socialfoot ul {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 33vw;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  footer.main .foottop .socialfoot ul {
    width: 30rem;
    height: 10rem;
    flex-direction: row;
  }
}
footer.main .foottop .socialfoot ul li {
  position: relative;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 640px) {
  footer.main .foottop .socialfoot ul li {
    width: 10rem;
    height: 100%;
  }
}
footer.main .foottop .socialfoot ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  color: #4a4a4a;
  text-decoration: none;
  z-index: 0;
}
@media screen and (min-width: 640px) {
  footer.main .foottop .socialfoot ul li a:hover span {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
footer.main .foottop .socialfoot ul li a img {
  height: 40px;
  width: 40px;
  z-index: 30;
}
footer.main .foottop .socialfoot ul li a span {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 70%;
  width: 100%;
  text-align: center;
  left: 0;
  transition: all 300ms cubic-bezier(0.195, 0.67, 0, 1);
  padding-top: 8px;
  z-index: 20;
}
footer.main .foottop .socialfoot ul li a span:after {
  transition: all 300ms cubic-bezier(0.195, 0.67, 0, 1);
}
@media screen and (min-width: 640px) {
  footer.main .foottop .socialfoot ul li a span {
    display: block;
  }
}
footer.main .foottop .socialfoot ul li:nth-child(1) {
  background-color: #55ACEE;
}
footer.main .foottop .socialfoot ul li:nth-child(1) span:after {
  display: none;
  position: absolute;
  left: calc(50% - (40px / 2));
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px;
  border-color: transparent;
  border-top-color: #55ACEE;
  border-top-width: 15px;
  transition: all 300ms cubic-bezier(0.195, 0.67, 0, 1);
}
@media screen and (min-width: 640px) {
  footer.main .foottop .socialfoot ul li:nth-child(1) span:after {
    display: block;
  }
}
footer.main .foottop .socialfoot ul li:nth-child(1) span:after {
  bottom: 25px;
}
footer.main .foottop .socialfoot ul li:nth-child(2) {
  background-color: #3B5998;
}
footer.main .foottop .socialfoot ul li:nth-child(2) span:after {
  display: none;
  position: absolute;
  left: calc(50% - (40px / 2));
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px;
  border-color: transparent;
  border-top-color: #3B5998;
  border-top-width: 15px;
  transition: all 300ms cubic-bezier(0.195, 0.67, 0, 1);
}
@media screen and (min-width: 640px) {
  footer.main .foottop .socialfoot ul li:nth-child(2) span:after {
    display: block;
  }
}
footer.main .foottop .socialfoot ul li:nth-child(2) span:after {
  bottom: 25px;
}
footer.main .foottop .socialfoot ul li:nth-child(3) {
  background-color: #FB3958;
}
footer.main .foottop .socialfoot ul li:nth-child(3) span:after {
  display: none;
  position: absolute;
  left: calc(50% - (40px / 2));
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px;
  border-color: transparent;
  border-top-color: #FB3958;
  border-top-width: 15px;
  transition: all 300ms cubic-bezier(0.195, 0.67, 0, 1);
}
@media screen and (min-width: 640px) {
  footer.main .foottop .socialfoot ul li:nth-child(3) span:after {
    display: block;
  }
}
footer.main .foottop .socialfoot ul li:nth-child(3) span:after {
  bottom: 25px;
}
footer.main .footbot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 30px;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  footer.main .footbot {
    flex-direction: row;
  }
}
footer.main .footbot .copyright p {
  margin: 0;
  font-size: 2rem;
  color: #4a4a4a;
}
.footicon {
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 auto;
  z-index: 5;
}
.trident .footicon {
  margin-bottom: -3px !important;
}
@media screen and (min-width: 1024px) {
  .footicon {
    position: absolute;
    left: 3rem;
    justify-content: flex-start;
    max-width: 50%;
  }
}
.footicon svg {
  width: 50%;
  height: auto;
  max-width: 30rem;
}
@media screen and (min-width: 1024px) {
  .footicon svg {
    width: 100%;
  }
}
.footicon svg .st0 {
  fill: #FFFFFF;
}
.content.secondary > aside {
  padding: 0 30px 1.5em;
}
h1.title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 3rem;
  text-transform: uppercase;
  color: #777;
}
/**
 **************************************************
 * LAYOUT SPECIFIC CHANGES OF BASE FORMATS
 *
 * @description: Overwrite base formats depending on layout
 * @example: Make text smaller in secondary content area
 **************************************************
 */
.secondary aside nav > ul {
  margin: 15px 0 1.5em 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 25px;
}
.secondary aside nav > ul:hover {
  background: #fefefe;
}
.secondary aside nav > ul > li {
  padding-left: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.secondary aside nav > ul > li:last-child {
  border-bottom: 0 none;
}
.secondary aside nav > ul a {
  display: block;
  text-decoration: none;
  color: #7a7a7a;
}
.secondary aside nav > ul a:hover {
  color: #2b2b2b;
}
/**
 **************************************************
 * LAYOUT SPECIFIC (LOGO,NAVIGATION)
 *
 * @description: Detailed formatting of the basic elements
 **************************************************
 */
header.main .logo {
  width: 70%;
  max-width: 270px;
  height: auto;
  margin-bottom: 8rem;
}
.logo a {
  border: 0;
}
.logo img {
  width: 100%;
}
/*
 * Language navigation
 */
nav.lang {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.5rem;
}
nav.lang > ul li {
  position: relative;
  float: left;
  margin-left: 1rem;
}
nav.lang > ul a {
  display: block;
  width: 2em;
  height: 1.2em;
  text-indent: -9999em;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
nav.lang > ul li:hover a {
  -webkit-transform: translate(0, -0.2em);
  -moz-transform: translate(0, -0.2em);
  -ms-transform: translate(0, -0.2em);
  -o-transform: translate(0, -0.2em);
}
nav.lang > ul .act a {
  opacity: 1;
}
nav.lang > ul li.de > a {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjYwMCIgdmlld0JveD0iMCAwIDUgMyI+DQo8cGF0aCBkPSJtMCwwaDV2M2gtNXoiLz4NCjxwYXRoIGZpbGw9IiNkMDAiIGQ9Im0wLDFoNXYyaC01eiIvPg0KPHBhdGggZmlsbD0iI2ZmY2UwMCIgZD0ibTAsMmg1djFoLTV6Ii8+DQo8L3N2Zz4NCg==');
}
nav.lang > ul li.de.disabled > a {
  filter: grayscale(100%);
}
nav.lang > ul li.en > a {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgMzAiIGhlaWdodD0iNjAwIj4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJ0Ij4NCjxwYXRoIGQ9Im0zMCwxNWgzMHYxNXp2MTVoLTMwemgtMzB2LTE1enYtMTVoMzB6Ii8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPHBhdGggZmlsbD0iIzAwMjQ3ZCIgZD0ibTAsMHYzMGg2MHYtMzB6Ii8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNiIgZD0ibTAsMGw2MCwzMG0wLTMwbC02MCwzMCIvPg0KPHBhdGggc3Ryb2tlPSIjY2YxNDJiIiBzdHJva2Utd2lkdGg9IjQiIGQ9Im0wLDBsNjAsMzBtMC0zMGwtNjAsMzAiIGNsaXAtcGF0aD0idXJsKCN0KSIvPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjxwYXRoIHN0cm9rZT0iI2NmMTQyYiIgc3Ryb2tlLXdpZHRoPSI2IiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjwvc3ZnPg0K');
}
nav.lang > ul li.en.disabled > a {
  filter: grayscale(100%);
}
/*
 * Main navigation
 */
nav.main {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 2rem;
}
nav.main li.act > a {
  color: #000000 !important;
}
nav.main li > a:hover {
  text-decoration: none;
}
nav.main.desktop {
  display: none;
}
nav.main.desktop .lvl1 {
  display: flex;
  justify-content: space-between;
  top: auto;
  left: auto;
  box-shadow: none;
  border-bottom: none;
  border-top: none;
}
nav.main.desktop .lvl1 > li:hover a {
  color: #000000;
  background-color: transparent;
}
nav.main.desktop .lvl1 > li:hover a:after {
  opacity: 1;
  bottom: -25px;
}
nav.main.desktop .lvl1 > li > a {
  position: relative;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 4rem;
  color: #D9000D;
  transition: all 300ms cubic-bezier(0.195, 0.67, 0, 1);
}
nav.main.desktop .lvl1 > li > a:after {
  display: none;
  position: absolute;
  left: calc(50% - (40px / 2));
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px;
  border-color: transparent;
  border-top-color: #D9000D;
  border-top-width: 15px;
  transition: all 300ms cubic-bezier(0.195, 0.67, 0, 1);
}
@media screen and (min-width: 640px) {
  nav.main.desktop .lvl1 > li > a:after {
    display: block;
  }
}
nav.main.desktop .lvl1 > li > a:after {
  opacity: 0;
  bottom: -15px;
}
nav.main.desktop .lvl1 > li > a:before {
  content: '';
  position: absolute;
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  nav.main.desktop .lvl1 > li > a:before {
    height: 330%;
  }
}
nav.main.desktop .lvl1 > li > a:active {
  color: #D9000D;
  opacity: 0.5;
}
nav.main.desktop .lvl1 > li span {
  display: none;
}
@media screen and (min-width: 1024px) {
  nav.main.desktop .lvl1 > li:hover .lvl2 {
    opacity: 1;
    visibility: visible;
  }
}
nav.main.desktop .lvl1 > li .lvl2 {
  width: 100%;
  min-height: 300px;
  height: auto;
  top: 21rem;
  background-color: rgba(255, 255, 255, 0.95);
  line-height: 1.5em;
  text-align: left;
  border-top: 3px solid #D9000D;
  border-bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 5rem 20px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  align-content: center;
  transition: opacity 0.25s ease, visibility 0.1s ease;
}
nav.main.desktop .lvl1 > li .lvl2 .container {
  display: flex;
  text-align: left;
  justify-content: center;
  max-width: 128rem;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  nav.main.desktop .lvl1 > li .lvl2 .container {
    justify-content: flex-start;
  }
}
nav.main.desktop .lvl1 > li .lvl2 .container ul {
  max-width: 100%;
  column-count: 2;
  text-align: left;
  align-content: space-between;
}
@media screen and (min-width: 1200px) {
  nav.main.desktop .lvl1 > li .lvl2 .container ul {
    padding: 0 30px 0 370px;
  }
}
nav.main.desktop .lvl1 > li .lvl2 .container ul li {
  font-size: 1em;
  font-weight: 400;
  padding-bottom: 1rem;
  margin-right: 3rem;
  min-width: 31rem;
}
nav.main.desktop .lvl1 > li .lvl2 .container ul li:hover a {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  nav.main.desktop .lvl1 > li .lvl2 .container ul li:hover a {
    color: #000000;
  }
}
nav.main.desktop .lvl1 > li .lvl2 .container ul li a {
  color: #D9000D;
}
nav.main.desktop .lvl1 > li:last-child .lvl2 .container,
nav.main.desktop .lvl1 > li:nth-last-child(2) .lvl2 .container {
  justify-content: flex-end;
}
nav.main.desktop .lvl1 > li:last-child .lvl2 .container > ul,
nav.main.desktop .lvl1 > li:nth-last-child(2) .lvl2 .container > ul {
  text-align: right;
  padding: 0;
}
nav.main.desktop .lvl1 > li:last-child .lvl2 .container > ul > li,
nav.main.desktop .lvl1 > li:nth-last-child(2) .lvl2 .container > ul > li {
  margin-right: 0;
  margin-left: 3rem;
}
@media screen and (min-width: 1024px) {
  nav.main.desktop {
    display: block;
  }
}
nav.main.mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  nav.main.mobile {
    display: none;
  }
}
nav.main.mobile > .toggle {
  opacity: 0;
  position: absolute;
  display: block;
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
}
nav.main.mobile > .toggle + label {
  position: relative;
  z-index: -1;
  display: block;
  width: 2.5em;
  height: 2.5em;
  background-image: url(/typo3conf/ext/werther/Resources/Public/Icons/Layout/menu_open.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 2.5em;
  transition: all 0.1s ease-in;
}
@media screen and (min-width: 1024px) {
  nav.main.mobile > .toggle + label {
    display: none;
  }
}
nav.main.mobile > .toggle:checked + label {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Icons/Layout/menu_close.svg);
}
nav.main.mobile > .toggle:checked ~ .mobilemain {
  position: absolute;
  display: block;
  margin-top: 11rem;
  padding: 10px 20px;
}
@media screen and (min-width: 1024px) {
  nav.main.mobile > .toggle:checked ~ .mobilemain {
    position: inherit;
    display: flex;
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  nav.main.mobile > .toggle {
    display: none;
  }
}
nav.main.mobile .mobilemain {
  display: none;
  top: 10rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.33);
  border-bottom: 3px solid #D9000D;
  border-top: 3px solid #D9000D;
}
nav.main.mobile .mobilemain .lvl1 {
  margin-bottom: 10px;
}
nav.main.mobile .mobilemain .lvl1 > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D9000D;
  padding: 10px 0;
  margin: 0;
}
nav.main.mobile .mobilemain .lvl1 > li a {
  color: #D9000D;
  order: 1;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 4rem;
}
nav.main.mobile .mobilemain .lvl1 > li span {
  display: block;
  width: 1.5em;
  order: 2;
}
nav.main.mobile .mobilemain .lvl1 > li span.active img {
  transform: rotate(270deg);
}
nav.main.mobile .mobilemain .lvl1 > li span img {
  width: 3rem;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in;
}
nav.main.mobile .mobilemain .lvl1 > li .lvl2 {
  order: 3;
  display: block;
  visibility: visible;
  padding: 0;
  width: 100%;
  height: auto;
  left: 0;
  top: 21rem;
  border-top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  line-height: 1.5em;
  text-align: center;
}
nav.main.mobile .mobilemain .lvl1 > li .lvl2 .container ul {
  column-count: 1;
  text-align: left;
  padding: 0 30px;
}
nav.main.mobile .mobilemain .lvl1 > li .lvl2 .container ul li {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 0.5rem;
}
nav.main.mobile .mobilemain .meta ul {
  display: block;
}
nav.main.mobile .mobilemain .meta ul li a {
  display: block;
}
nav.main.mobile .mobilemain .meta ul li a img {
  display: none;
}
nav.main.mobile .mobilemain .meta ul li a span {
  display: block;
  position: relative;
  opacity: 1;
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 0.5rem;
  visibility: visible;
}
nav.main.mobile .mobilemain .meta ul li a span:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  nav.main {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  nav.main {
    float: right;
  }
}
.trident .meta ul li a span {
  transform: translateX(-50%);
}
.head-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 128rem;
  height: 15rem;
  margin: 0 auto;
  padding: 0 30px;
}
.head-top {
  height: 6rem;
  background-color: #ede2d1;
}
.head-top .head-top-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 30px;
}
/*
 * Sub navigation
 */
nav.sub > ul {
  padding-top: 15px;
  margin: 0 0 1.5em 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
nav.sub > ul:hover {
  background: #fefefe;
}
nav.sub > ul > li {
  padding-left: 20px;
  border-bottom: 1px solid #e6e6e6;
}
nav.sub > ul > li.last {
  border-bottom: 0 none;
}
nav.sub > ul li.act {
  background-color: #fff;
}
nav.sub > ul a {
  display: block;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 25px;
  color: #7a7a7a;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
nav.sub > ul a:hover,
nav.sub > ul li.act > a {
  color: #2b2b2b;
}
nav.sub > ul li.act > a {
  font-weight: 500;
}
nav.sub > ul ul {
  padding-bottom: 0.3em;
}
nav.sub > ul ul a,
nav.sub > ul li.act ul a {
  padding-left: 9px;
  margin-bottom: 0.3em;
  font-size: 1.3rem;
  line-height: 1.2em;
}
nav.sub > ul ul ul a,
nav.sub > ul li.act ul li.act ul a {
  margin-bottom: 0.4em;
  font-size: 1.1rem;
  line-height: 1em;
}
/*
 * Misc navigation
 */
nav.misc {
  position: relative;
  width: auto;
}
nav.misc > ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  nav.misc > ul {
    display: block;
    margin-bottom: 0;
  }
}
nav.misc > ul li {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  nav.misc > ul li {
    margin-right: 8px;
    display: flex;
    float: left;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  nav.misc > ul li .miscwrap {
    margin-left: 0.5rem;
  }
  nav.misc > ul li .miscwrap:after {
    content: '|';
    font-size: 2rem;
  }
}
nav.misc > ul li.last {
  margin-right: 0;
}
nav.misc > ul a {
  color: #4a4a4a;
  border-color: #b4b4b4;
  font-size: 2rem;
}
/*
 * Breadcrumb navigation
 */
nav.breadcrumb {
  position: relative;
  width: 100%;
  max-width: 128rem;
  padding: 0 30px;
  margin: 2rem auto;
  background-color: #fff;
}
nav.breadcrumb .breadwrap {
  transform: scale(0.5, 1);
}
nav.breadcrumb > ul {
  font-size: 1.5rem;
  color: #b4b4b4;
  display: flex;
  flex-wrap: wrap;
}
nav.breadcrumb > ul li {
  float: left;
  margin-right: 3px;
  display: flex;
}
nav.breadcrumb > ul li.last {
  margin-right: 0;
}
nav.breadcrumb > ul a {
  color: grey;
  border-color: #b4b4b4;
  margin-right: 0.4rem;
}
/*
 * Head Navigation
 */
.safari .head-top .meta ul.clearfix li span {
  right: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.meta {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .meta {
    width: 300px;
  }
}
.meta ul.clearfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .meta ul.clearfix {
    width: auto;
  }
}
.meta ul.clearfix li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .meta ul.clearfix li {
    width: 100%;
  }
}
.meta ul.clearfix li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  position: relative;
  color: #4a4a4a;
  text-decoration: none;
}
.meta ul.clearfix li a:hover span {
  visibility: visible;
  opacity: 1;
}
.meta ul.clearfix li a:hover span:after {
  top: -10px;
}
.meta ul.clearfix li img {
  width: 30px;
  height: 30px;
  display: none;
}
@media screen and (min-width: 768px) {
  .meta ul.clearfix li img {
    display: block;
  }
}
.meta ul.clearfix li .headicon {
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .meta ul.clearfix li .headicon {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .meta ul.clearfix li span {
    position: absolute;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms cubic-bezier(0.195, 0.67, 0, 1);
  }
}
.meta ul.clearfix li span:after {
  transition: all 300ms cubic-bezier(0.195, 0.67, 0, 1);
  top: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .meta ul.clearfix li span:after {
    display: block;
  }
}
.meta ul.clearfix li span:after {
  display: none;
  position: absolute;
  left: calc(50% - (30px / 2));
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px;
  border-color: transparent;
  border-bottom-color: white;
  border-bottom-width: 10px;
  transition: all 300ms cubic-bezier(0.195, 0.67, 0, 1);
}
@media screen and (min-width: 640px) {
  .meta ul.clearfix li span:after {
    display: block;
  }
}
.head-top .head-top-content .meta {
  display: none;
}
@media screen and (min-width: 1024px) {
  .head-top .head-top-content .meta {
    display: block;
  }
}
/*
 * Foot Navigation
 */
.navfoot ul li {
  margin-top: 5px;
}
.navfoot ul li:after {
  position: absolute;
  height: 15px;
  width: 15px;
  content: '';
  margin-left: 1rem;
  background-image: url(/typo3conf/ext/werther/Resources/Public/Icons/Layout/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  margin-top: 8px;
}
.navfoot ul li a {
  color: black;
}
a.search-button {
  position: relative;
  height: 100%;
  width: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4a4a4a;
  text-decoration: none;
  font-size: 1.5rem;
}
a.search-button img {
  width: 30px;
  height: 30px;
  display: block;
}
a.search-button span {
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms cubic-bezier(0.195, 0.67, 0, 1);
}
a.search-button span:after {
  transition: all 300ms cubic-bezier(0.195, 0.67, 0, 1);
  top: 0;
  display: block;
}
.safari a.search-button span {
  right: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trident a.search-button span {
  transform: translateX(-50%);
  left: 50%;
}
a.search-button span:after {
  display: none;
  position: absolute;
  left: calc(50% - (30px / 2));
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px;
  border-color: transparent;
  border-bottom-color: white;
  border-bottom-width: 10px;
  transition: all 300ms cubic-bezier(0.195, 0.67, 0, 1);
}
@media screen and (min-width: 640px) {
  a.search-button span:after {
    display: block;
  }
}
a.search-button:hover span {
  visibility: visible;
  opacity: 1;
}
a.search-button:hover span:after {
  top: -10px;
}
.event_img {
  max-height: 50rem;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2.5rem;
}
.event_textbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.event_textbox h2 {
  margin: 0;
}
.event_textbox .event_text {
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease;
  max-height: 20rem;
  width: 90%;
  margin-top: 2rem;
}
.event_textbox .event_text p {
  margin: 0;
  max-width: 80rem;
}
.event_type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
.event_type p {
  margin: 0;
}
.event_type p:first-child {
  padding: 0 1rem;
  background-color: black;
  color: white;
  margin-right: 1rem;
}
.events .event_item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .events .event_item {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .events .event_item {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .events .event_item .event_img {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.events .event_item .overlay {
  height: 100%;
  width: 100%;
  transition: opacity 0.3s;
  display: none;
}
@media screen and (min-width: 1024px) {
  .events .event_item .overlay {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .events .event_item .overlay {
    position: absolute;
    bottom: 0;
    padding: 0 2rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 70%);
    opacity: 0.5;
  }
}
@media screen and (min-width: 640px) {
  .events .event_item .event_textbox {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .events .event_item .event_textbox {
    width: 100%;
    display: inherit;
    position: absolute;
    bottom: 0;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .events .event_item .event_textbox .event_type {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .events .event_item .event_textbox .event_type p:first-child {
    color: black;
    background-color: white;
  }
}
@media screen and (min-width: 1024px) {
  .events .event_item .event_textbox .event_type p:last-child {
    color: white;
  }
}
@media screen and (min-width: 1024px) {
  .events .event_item .event_textbox h2 {
    color: white;
  }
}
@media screen and (min-width: 1024px) {
  .events .event_item .event_textbox h2:first-letter {
    color: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .events .event_item .event_textbox .event_text {
    max-height: 0;
  }
}
@media screen and (min-width: 1024px) {
  .events .event_item .event_textbox .event_text p {
    color: white;
  }
}
@media screen and (min-width: 1024px) {
  .events .event_item:hover .overlay {
    opacity: 1;
  }
}
.events .event_item:hover .event_textbox .event_text {
  max-height: 50rem;
}
.event_overview {
  margin: 0 -2.5rem;
}
.event_overview .event_overview_item {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 640px) {
  .event_overview .event_overview_item {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 1024px) {
  .event_overview .event_overview_item {
    width: calc(100% / 3);
  }
}
.event_overview .event_overview_item .event_overview_wrapper {
  width: 100%;
  padding: 0 2.5rem;
}
.event_overview .event_overview_item .event_overview_wrapper .event_textbox {
  border-bottom: 1px solid black;
}
@media screen and (min-width: 1024px) {
  .headslidertext .event_wrapper h2 {
    color: white;
  }
  .headslidertext .event_wrapper h2:first-letter {
    color: inherit;
  }
  .headslidertext .event_wrapper p {
    color: white;
  }
  .headslidertext .event_wrapper .event_type p:first-child {
    background-color: white;
    color: black;
  }
}
.event_teasertext {
  font-family: 'Source Sans Pro', sans-serif;
}
.event_detail p,
.news-detail p {
  margin-bottom: 0;
}
.event_detail h2,
.news-detail h2 {
  margin-bottom: 4rem;
}
.event_detail h3,
.news-detail h3 {
  margin: 4rem 0 1rem 0;
}
.event_detail .downloadbox,
.news-detail .downloadbox {
  margin-top: 4rem;
}
.news-overview {
  position: relative;
  background-color: #ede2d1;
  margin-bottom: 2rem;
  overflow: hidden;
}
.news-overview .cycle-slideshow {
  margin: 0 -2.5rem;
}
.news-overview .cycle-slideshow .news-item {
  width: 100%;
}
.news-overview .cycle-slideshow .news-item .news-item-wrapper {
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  padding: 0 25px;
}
@media screen and (min-width: 1024px) {
  .news-overview .cycle-slideshow .news-item .news-item-wrapper {
    flex-wrap: nowrap;
    padding: 0;
  }
}
.news-overview .cycle-slideshow .news-item .news-item-wrapper .news-image {
  width: 100%;
  height: 35rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .news-overview .cycle-slideshow .news-item .news-item-wrapper .news-image {
    width: calc((100% / 3) - 25px);
    padding-left: 2.5rem;
  }
}
.news-overview .cycle-slideshow .news-item .news-item-wrapper .news-image.news-icon img {
  opacity: 0.7;
}
.news-overview .cycle-slideshow .news-item .news-item-wrapper .news-text {
  padding: 2rem 2rem 5rem 2rem;
}
@media screen and (min-width: 1024px) {
  .news-overview .cycle-slideshow .news-item .news-item-wrapper .news-text {
    max-width: 50%;
    padding: 5rem 2.5rem 5rem 5rem;
  }
}
.news-overview .cycle-slideshow .news-item .news-item-wrapper p {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .news-overview .cycle-slideshow .news-item {
    height: 35rem;
  }
}
.news-overview .newspager {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  right: 0;
  text-align: center;
  font-size: 4rem;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .news-overview .newspager {
    width: auto;
    text-align: right;
    right: 2rem;
  }
}
.news-overview .newspager > span {
  padding: 0 0.5rem;
  cursor: pointer;
}
.news-overview .newspager > span.cycle-pager-active {
  color: #D9000D;
  cursor: default;
}
.news-detail .grid .col .news-image {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2.5rem;
}
.overview-type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
.overview-type p {
  margin: 0;
}
.overview-type p.type-category {
  padding: 0 1rem;
  background-color: black;
  color: white;
  margin-right: 1rem;
}
.overview {
  margin: 0 -2.5rem;
}
.overview .overview-item {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 640px) {
  .overview .overview-item {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 1024px) {
  .overview .overview-item {
    width: calc(100% / 3);
  }
}
.overview .overview-item .overview-wrapper {
  width: 100%;
  padding: 0 2.5rem;
}
.overview .overview-item .overview-wrapper .overview-textbox {
  border-bottom: 1px solid black;
}
.overview .overview-item .overview-wrapper .overview-textbox .overview-text p {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .headslidertext .overview-wrapper h2 {
    color: white;
  }
  .headslidertext .overview-wrapper h2:first-letter {
    color: inherit;
  }
  .headslidertext .overview-wrapper p {
    color: white;
  }
  .headslidertext .overview-wrapper .overview-type p.category {
    background-color: white;
    color: black;
  }
}
.overview-img {
  margin-bottom: 2rem;
}
/**
 **************************************************
 * rte.css
 *
 * @author: HDNET GmbH & Co. KG
 * @version: 3.0
 * @updated: 2012-12-12 (BN)
 * @description: Styles for RTE-generated content. Used in BE & FE
 * @note:
 **************************************************
 */

a.int {

}

a.int-blank {

}

a.ext {

}

a.ext-blank {

}

a.icon:before {
	content: '★ ';
}

p.quote {
	font-family: georgia, times, serif;
	font-size: 1.3rem;
	font-style: italic;
	padding: 0 45px 0 30px;
}

p.code {
	font-family: courier, monospace;
	font-size: 1.2rem;
	padding: 3px;
	border: 1px dotted #b4b4b4;
	margin: 0 30px 1.5em;
	overflow:auto;
}

table.data,
table.data th,
table.data td {
	border: 1px dotted gray;
}

table.statistics {
	background: #9ceb04;
}

table.statistics th,
table.statistics td {
	border: 1px solid #7ec000;
}

table.stripedtable {

}

table.stripedtable tr.odd {
	background: #eee;
}

table.stripedtable tr.even {
	background: #ddd;
}

.important {
	letter-spacing: 0.2em;
}

span.strikethrough {
	text-decoration: line-through;
}

/*
.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}
*/

div.indent {
	margin-left: 50px;
}

a.int-blank:before,
a.ext-blank:before {
	content: '↗ ';
}

a.int:before {
	content: '→ ';
}

a.mail:before {
	content: '✉ ';
}

a.download:before {
	content: '↘ ';
}

a.lightbox-ajax:before,
a.lightbox-iframe:before {
	content: '▣ ';
}

/**
 **************************************************
 * CSS STYLED CONTENT
 *
 * @description:  Adjustments for CSC
 * @beware:  Margins to text that are set here have to be changed in ext.csc-constants.ts too (for width-calculations of CSC)
 **************************************************
 */
/* Responsive fixes */
div.csc-textpic .csc-textpic-imagewrap {
  max-width: 100%;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  display: block;
}
div.csc-textpic-center {
  text-align: center;
}
div.csc-textpic-center .csc-textpic-text {
  text-align: left;
}
div.csc-textpic-center .csc-textpic-imagewrap {
  display: inline-block;
}
div.csc-textpic-center .csc-textpic-center-outer,
div.csc-textpic-center .csc-textpic-center-inner {
  float: none;
  right: auto;
  left: auto;
  position: static;
}
figcaption.csc-textpic-caption {
  display: block;
}
/* General */
.csc-header-date {
  margin-top: -0.1em;
  margin-bottom: 0.8em;
  font-size: 1.1rem;
}
hgroup > h1:first-child,
hgroup > h2:first-child,
hgroup > h3:first-child,
hgroup > h4:first-child,
hgroup > h5:first-child {
  margin-bottom: -0.3em;
}
.csc-textpic-imagewrap a {
  border: 0;
}
.csc-textpic-caption {
  width: 100%;
  overflow: hidden;
  font-size: 1.1rem;
  text-overflow: ellipsis;
  color: #666;
}
.csc-linkToTop {
  font-size: 1.1rem;
  text-align: right;
}
/* Tables */
table.contenttable {
  background: #efefef;
}
table.contenttable-2 th {
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #cb1529;
}
table.contenttable-2 td {
  border: 1px solid #fff;
  background: #efe3e1;
}
table.contenttable-3 {
  width: 100%;
  color: #fff;
  background-color: transparent;
}
table.contenttable-3 caption {
  text-align: right;
  color: #222;
}
table.contenttable-3 th,
table.contenttable-3 td {
  border: 2px solid #222;
  margin: 0;
}
table.contenttable-3 th {
  font-weight: bold;
  text-transform: uppercase;
  background: #333;
}
table.contenttable-3 tr.tr-even {
  background: #444;
}
table.contenttable-3 tr.tr-odd {
  background: #555;
}
/* Responsive additions */
table.responsive {
  width: 100%;
}
table.responsive:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
  clear: both;
}
@media screen and (max-width: 1024px) {
  table.responsive {
    position: relative;
    display: block;
  }
  .touch table.responsive {
    padding-bottom: 30px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url(/typo3conf/ext/werther/Resources/Public/Images/ico-swipe.svg);
    background-size: 80px;
  }
  table.responsive caption {
    display: inline-block;
    width: 100%;
  }
  table.responsive thead {
    display: block;
    float: left;
  }
  table.responsive thead:after {
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: ' ';
    clear: both;
  }
  table.responsive thead tr {
    display: block;
  }
  table.responsive tbody {
    position: relative;
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
  }
  table.responsive tbody tr {
    font-size: 1.8rem;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: top;
    border-right: 2px solid #222;
  }
  table.responsive th {
    display: block;
    border-bottom-width: 0;
    text-align: left;
  }
  table.responsive td {
    display: block;
    min-height: 1.25em;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
  }
  table.responsive th:last-child,
  table.responsive td:last-child {
    border-bottom-width: 2px;
  }
}
/* Uploads */
ul.csc-uploads {
  padding-left: 0;
  list-style: none;
}
ul.csc-uploads li {
  margin-bottom: 2px;
}
ul.csc-uploads img {
  padding-right: 0;
}
ul.csc-uploads li a img,
ul.csc-uploads li span.csc-uploads-fileName,
ul.csc-uploads li span.csc-uploads-description {
  position: relative;
  float: left;
  margin-right: 10px;
}
ul.csc-uploads li a img {
  margin-top: 1px;
  margin-bottom: 1px;
}
ul.csc-uploads.csc-uploads-2 li a img {
  border: 1px solid silver;
}
ul.csc-uploads li span.csc-uploads-fileSize {
  color: #999;
}
/* Standard frames */
.csc-frame.csc-frame-frame1 {
  padding: 5px;
  border: 10px solid #999;
  margin-bottom: 18px;
}
.csc-frame.csc-frame-frame2 {
  padding: 5px;
  border: 10px solid #cb1529;
  margin-bottom: 18px;
}
.csc-frame.csc-frame-invisible {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.csc-frame.csc-frame-rulerBefore {
  padding-top: 8px;
  border-top: 1px solid #999;
}
.csc-frame.csc-frame-rulerAfter {
  border-bottom: 1px solid #999;
  margin-bottom: 17px;
}
.csc-frame.csc-frame-indent {
  margin-left: 25px;
}
@media screen and (min-width: 640px) {
  .csc-frame.csc-frame-indent {
    margin-left: 50px;
  }
}
.csc-frame.csc-frame-indent3366 {
  margin-left: 16.6666%;
}
@media screen and (min-width: 640px) {
  .csc-frame.csc-frame-indent3366 {
    margin-left: 33.3333%;
  }
}
.csc-frame.csc-frame-indent6633 {
  margin-left: 3.33333%;
}
@media screen and (min-width: 640px) {
  .csc-frame.csc-frame-indent6633 {
    margin-left: 66.6666%;
  }
}
/* Custom frames */
.csc-frame.indent-right {
  max-width: 90%;
}
@media screen and (min-width: 640px) {
  .csc-frame.indent-right {
    max-width: 66.6666%;
  }
}
@media screen and (min-width: 640px) {
  .csc-frame.column-count2 .csc-textpic-text {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
/* Menus and Sitemap */
.csc-sitemap > ul {
  margin-bottom: 1.5em;
}
.csc-sitemap > ul ul {
  padding-left: 20px;
  margin-bottom: 0.5em;
}
.csc-sitemap > ul ul ul {
  font-size: 1.1rem;
}
/* Only for the stage */
.content.stage div.csc-textpic-center .csc-textpic-imagewrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 78vh;
}
.content.stage div.csc-textpic-center .csc-textpic-imagewrap img {
  width: 100%;
}
.content.stage div.csc-textpic-center .csc-textpic-center-outer,
.content.stage div.csc-textpic-center .csc-textpic-center-inner {
  float: none;
  right: auto;
  left: auto;
  position: static;
  width: 100%;
}
/**
 **************************************************
 * EXT: INDEXED SEARCH (indexed_search)
 *
 * @description:  Style definitons for EXT: indexed_search
 * @beware : This is dependent on the modified template
 **************************************************
 */
form.searchbox {
  max-width: 50rem;
}
.tx-indexedsearch-res {
  padding-top: 2.2em;
  border-top: 1px solid #E8E8E8;
}
.tx-indexedsearch-res h2 span a {
  color: black;
}
.tx-indexedsearch-res h3 {
  position: relative;
}
.tx-indexedsearch-res h3 span {
  display: inline;
}
.tx-indexedsearch-res .tx-indexedsearch-icon {
  vertical-align: text-bottom;
}
.tx-indexedsearch-res .tx-indexedsearch-percent {
  position: absolute;
  right: 0;
  color: #c4c4c4;
}
.tx-indexedsearch-redMarkup {
  background: #bbd8fa;
}
.tx-indexedsearch-browsebox ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tx-indexedsearch-browsebox ul li {
  margin-bottom: 1rem;
  margin-right: 10px;
  display: inline;
}
.tx-indexedsearch-browsebox ul li a {
  color: #D9000D;
  padding: 0.25rem 1rem;
  transition: color 300ms cubic-bezier(0.195, 0.67, 0, 1);
}
.tx-indexedsearch-browsebox ul li a:hover {
  color: #545252;
}
.tx-indexedsearch-browsebox ul li:before {
  content: '';
}
.tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage strong > a {
  color: white;
  padding: 0.25rem 1rem;
  background-color: #D9000D;
  transition: background-color 300ms cubic-bezier(0.195, 0.67, 0, 1);
}
.tx-indexedsearch-browsebox a {
  border-color: #b4b4b4;
  color: #b4b4b4;
}
/**
 **************************************************
 * EXT: NEWS (news)
 *
 * @description:  Style definitons for EXT: news
 * @beware:  This is dependent on the modified template
 **************************************************
 */
.news .item {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 1.7em;
}
.news .datetime,
.news .time-data,
.news .author,
.news .category,
.news .tags,
.news .caption,
.news .back {
  margin-bottom: 0;
  font-size: 1.1rem;
  color: #666;
}
.news .datetime {
  line-height: 100%;
}
.news .time-data {
  margin-top: -0.3em;
}
.news .author,
.news .category,
.news .tags {
  padding: 0.1em 0.4em;
  border-radius: 0.5em;
  margin-right: 1em;
  background-color: #e5e5e5;
}
.news .caption {
  margin-bottom: 0.3em;
}
.news .more {
  display: block;
  white-space: nowrap;
}
.news .footer {
  clear: both;
  border-top: 1px solid #c4c4c4;
  margin: 1.5em 0;
}
.news .back {
  float: right;
}
.news .images,
.news .teaser {
  margin-bottom: 1em;
}
.news .images {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}
.news .images a {
  border-bottom: 0;
}
.news .teaser p {
  margin-bottom: 0;
}
.news .related ul {
  list-style-type: none;
  padding-left: 0;
}
.news .related ul li {
  padding: 0.1em 0;
}
.news .size {
  margin-left: 5px;
  color: #bfbfbf;
}
.news .menu > ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 1.4rem;
}
.news .menu > ul ul {
  font-size: 1.2rem;
}
/**
 **************************************************
 * EXT: Powermail (powermail)
 * CSS definitons for EXT:powermail
 *
 * @see This is dependent on the modified templates (see typo3conf/ext/werther/Resources/Private/Extension/powermail/)
 **************************************************
 */
.tx-powermail .powermail_form > h3 {
  display: none;
}
.tx-powermail label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tx-powermail label > .powermail_checkbox {
  margin-right: 1.5rem;
}
.tx-powermail input,
.tx-powermail select,
.tx-powermail textarea {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1.5rem;
}
.tx-powermail .powermail_fieldwrap_reset input,
.tx-powermail .powermail_fieldwrap_submit input {
  width: auto;
}
.tx-powermail fieldset.nolabel > legend {
  display: none;
}
.tx-powermail fieldset.multiplecolumns .powermail_fieldwrap {
  position: relative;
  float: left;
  margin: 0 1% 2rem 0;
}
.tx-powermail fieldset.multiplecolumns .powermail_fieldwrap .powermail_label,
.tx-powermail fieldset.multiplecolumns .powermail_fieldwrap_check legend,
.tx-powermail fieldset.multiplecolumns .powermail_fieldwrap_radio legend {
  clear: none;
  float: none;
  width: auto;
  padding: 0;
}
.tx-powermail fieldset.multiplecolumns .powermail_fieldwrap input[type="text"],
.tx-powermail fieldset.multiplecolumns .powermail_fieldwrap input[type="file"],
.tx-powermail fieldset.multiplecolumns .powermail_fieldwrap input[type="email"],
.tx-powermail fieldset.multiplecolumns .powermail_fieldwrap select,
.tx-powermail fieldset.multiplecolumns .powermail_fieldwrap textarea {
  float: none;
  width: 100%;
}
.tx-powermail .powermail_fieldwrap {
  /**
		 * Default layout is 100 percent
		 */
  width: 99%;
  margin-bottom: 2rem;
}
.tx-powermail .powermail_fieldwrap.nolabel > label {
  display: none;
}
.tx-powermail .powermail_fieldwrap_date {
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .tx-powermail .powermail_fieldwrap.layout25,
  .tx-powermail .powermail_fieldwrap.layout25hideLabel {
    width: 24%;
  }
  .tx-powermail .powermail_fieldwrap.layout33,
  .tx-powermail .powermail_fieldwrap.layout33hideLabel {
    width: 32.33%;
  }
  .tx-powermail .powermail_fieldwrap.layout50,
  .tx-powermail .powermail_fieldwrap.layout50hideLabel {
    width: 49%;
  }
  .tx-powermail .powermail_fieldwrap.layout66,
  .tx-powermail .powermail_fieldwrap.layout66hideLabel {
    width: 65.66%;
  }
  .tx-powermail .powermail_fieldwrap.layout75,
  .tx-powermail .powermail_fieldwrap.layout75hideLabel {
    width: 74%;
  }
  .tx-powermail .powermail_fieldwrap.layout100,
  .tx-powermail .powermail_fieldwrap.layout100hideLabel {
    width: 99%;
  }
}
.tx-powermail .powermail_fieldwrap_check label,
.tx-powermail .powermail_fieldwrap_radio label {
  display: inline;
}
.tx-powermail .powermail_fieldwrap_check input,
.tx-powermail .powermail_fieldwrap_radio input {
  border: 0 none;
  margin: 0;
  padding: 0;
  width: auto;
}
.tx-powermail .powermail_fieldwrap.layout25hideLabel > label,
.tx-powermail .powermail_fieldwrap.layout33hideLabel > label,
.tx-powermail .powermail_fieldwrap.layout50hideLabel > label,
.tx-powermail .powermail_fieldwrap.layout66hideLabel > label,
.tx-powermail .powermail_fieldwrap.layout75hideLabel > label,
.tx-powermail .powermail_fieldwrap.layout100hideLabel > label {
  visibility: hidden;
}
.tx-powermail .powermail_fieldwrap_check.layout25hideLabel legend,
.tx-powermail .powermail_fieldwrap_check.layout33hideLabel legend,
.tx-powermail .powermail_fieldwrap_check.layout50hideLabel legend,
.tx-powermail .powermail_fieldwrap_check.layout66hideLabel legend,
.tx-powermail .powermail_fieldwrap_check.layout75hideLabel legend,
.tx-powermail .powermail_fieldwrap_check.layout100hideLabel legend,
.tx-powermail .powermail_fieldwrap_radio.layout25hideLabel legend,
.tx-powermail .powermail_fieldwrap_radio.layout33hideLabel legend,
.tx-powermail .powermail_fieldwrap_radio.layout50hideLabel legend,
.tx-powermail .powermail_fieldwrap_radio.layout66hideLabel legend,
.tx-powermail .powermail_fieldwrap_radio.layout75hideLabel legend,
.tx-powermail .powermail_fieldwrap_radio.layout100hideLabel legend {
  display: none;
}
.tx-powermail .powermail_fieldwrap_captcha .powermail_captcha_outer {
  float: left;
  width: 66.66%;
  margin: 0 0 5px 0;
}
.tx-powermail .powermail_fieldwrap_captcha .powermail_captcha_outer img {
  width: 100%;
  height: auto;
}
.tx-powermail .powermail_fieldwrap_captcha input {
  width: 100%;
}
.tx-powermail .powermail_fieldwrap_content {
  /* Needs !important for overriding badly written core css */
  margin-bottom: 10px !important;
}
.tx-powermail .powermail_fieldwrap_content .divider hr {
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
}
.tx-powermail .confirmation {
  /**
		 * Confirmation
		 */
}
.tx-powermail .confirmation dl {
  padding-bottom: 9px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
.tx-powermail .confirmation dt,
.tx-powermail .confirmation dd {
  position: relative;
  float: left;
  min-height: 25px;
  margin: 0 1% 0 0;
  line-height: 25px;
}
.tx-powermail .confirmation dt {
  width: 33%;
}
.tx-powermail .confirmation dd {
  width: 65%;
}
.tx-powermail .powermail_submit,
.tx-powermail .powermail_reset {
  width: auto;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #D9000D;
  color: white;
  font-size: 2.5rem;
  border: 0;
  padding: 1.3rem 3.5rem;
}
.tx-powermail div.radio input[type="radio"],
.tx-powermail div.checkbox input[type="radio"],
.tx-powermail div.radio input[type="checkbox"],
.tx-powermail div.checkbox input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  min-height: 1.5rem;
  margin: 0 0.5rem 0 0.2rem;
}
.tx-powermail div.radio label,
.tx-powermail div.checkbox label {
  position: relative;
  padding-left: 2.5rem;
}
.tx-powermail div.radio label:before,
.tx-powermail div.checkbox label:before,
.tx-powermail div.radio label:after,
.tx-powermail div.checkbox label:after {
  content: '';
  position: absolute;
  display: block;
}
.tx-powermail div.radio label:before,
.tx-powermail div.checkbox label:before {
  top: 0.7rem;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #bfbfbf;
}
.tx-powermail div.radio label:after,
.tx-powermail div.checkbox label:after {
  top: 1.05rem;
  left: 0.35rem;
  width: 1.05rem;
  height: 1.05rem;
}
.tx-powermail div.radio label.checked:after,
.tx-powermail div.checkbox label.checked:after {
  background: #D9000D;
}
.tx-powermail div.radio label:before,
.tx-powermail div.radio label:after {
  border-radius: 50%;
}
/**
 **************************************************
 * ext-gel.less
 *
 * @author: HDNET GmbH & Co. KG
 * @version: 2.1
 * @updated: 2015-04 (BN)
 * @description: Everything for the grid system. Percentage based and thus prepared for fluid & responsive
 **************************************************
 */
.grid {
  position: relative;
}
.grid.row {
  display: block;
  zoom: 1;
  margin-left: -25px;
  margin-right: -25px;
}
.grid.row:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.grid > .col {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 16.66666667px;
  padding-right: 16.66666667px;
  margin-bottom: 20px;
}
.grid.row.distribute-151515 > .col .event_img {
  display: block;
  max-height: 100%;
}
@media screen and (min-width: 480px) {
  .grid.row.distribute-14141414 > .col {
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  .grid.row.distribute-1212 > .col,
  .grid.row.distribute-121414 > .col:nth-child(2),
  .grid.row.distribute-121414 > .col:nth-child(3),
  .grid.row.distribute-141412 > .col:nth-child(1),
  .grid.row.distribute-141412 > .col:nth-child(2),
  .grid.row.distribute-14141414 > .col {
    width: 50%;
  }
  .grid > .col > .cell .grid .col {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .grid.row.distribute-1434 > .col:nth-child(1),
  .grid.row.distribute-3414 > .col:nth-child(2),
  .grid.row.distribute-131313 > .col:nth-child(1),
  .grid.row.distribute-131313 > .col:nth-child(2),
  .grid.row.distribute-131313 > .col:nth-child(3) {
    width: 33.3333%;
  }
  .grid.row.distribute-14141414 > .col:nth-child(1),
  .grid.row.distribute-14141414 > .col:nth-child(2),
  .grid.row.distribute-14141414 > .col:nth-child(3),
  .grid.row.distribute-14141414 > .col:nth-child(4) {
    width: 50%;
  }
  .grid.row.distribute-1434 > .col:nth-child(2),
  .grid.row.distribute-3414 > .col:nth-child(1) {
    width: 66.6666%;
  }
}
@media screen and (min-width: 1024px) {
  .grid.row.distribute-3414 > .col:nth-child(1),
  .grid.row.distribute-1434 > .col:nth-child(2) {
    width: 75%;
  }
  .grid.row.distribute-2313 > .col:nth-child(1),
  .grid.row.distribute-1323 > .col:nth-child(2) {
    width: 66.6666%;
  }
  .grid.row.distribute-1212 > .col:nth-child(1),
  .grid.row.distribute-1212 > .col:nth-child(2),
  .grid.row.distribute-121414 > .col:nth-child(1),
  .grid.row.distribute-141214 > .col:nth-child(2),
  .grid.row.distribute-141412 > .col:nth-child(3) {
    width: 50%;
  }
  .grid.row.distribute-1323 > .col:nth-child(1),
  .grid.row.distribute-2313 > .col:nth-child(2) {
    width: 33.3333%;
  }
  .grid.row.distribute-1434 > .col:nth-child(1),
  .grid.row.distribute-3414 > .col:nth-child(2),
  .grid.row.distribute-121414 > .col:nth-child(2),
  .grid.row.distribute-121414 > .col:nth-child(3),
  .grid.row.distribute-141214 > .col:nth-child(1),
  .grid.row.distribute-141214 > .col:nth-child(3),
  .grid.row.distribute-141412 > .col:nth-child(1),
  .grid.row.distribute-141412 > .col:nth-child(2),
  .grid.row.distribute-14141414 > .col:nth-child(1),
  .grid.row.distribute-14141414 > .col:nth-child(2),
  .grid.row.distribute-14141414 > .col:nth-child(3),
  .grid.row.distribute-14141414 > .col:nth-child(4) {
    width: 25%;
  }
  .grid.row.distribute-151515 > .col {
    width: 33.3%;
  }
  .grid.row.distribute-151515 > .col .event_img {
    display: block;
  }
}
/**
 * Example usage with less mixins. You can use these anywhere you can't access html.
 * Commented out for grid elements as the generated css is bloated as hell (about 35% larger).
 */
/*
.grid.row {
	#mixin.grid-row();
}

.grid.row > .col {
	#mixin.grid-col();
}

.grid.row.distribute-3414 > .col:nth-child(1),
.grid.row.distribute-1434 > .col:nth-child(2) {
	#mixin.grid-col(9);
}

.grid.row.distribute-2313 > .col:nth-child(1),
.grid.row.distribute-1323 > .col:nth-child(2) {
	#mixin.grid-col(8);
}

.grid.row.distribute-1212 > .col,
.grid.row.distribute-121414 > .col:nth-child(1),
.grid.row.distribute-141214 > .col:nth-child(2),
.grid.row.distribute-141412 > .col:nth-child(3) {
	#mixin.grid-col(6);
}

.grid.row.distribute-1323 > .col:nth-child(1),
.grid.row.distribute-2313 > .col:nth-child(2),
.grid.row.distribute-131313 > .col {
	#mixin.grid-col(4);
}

.grid.row.distribute-1434 > .col:nth-child(1),
.grid.row.distribute-3414 > .col:nth-child(2),
.grid.row.distribute-121414 > .col:nth-child(2),
.grid.row.distribute-121414 > .col:nth-child(3),
.grid.row.distribute-141214 > .col:nth-child(1),
.grid.row.distribute-141214 > .col:nth-child(3),
.grid.row.distribute-141412 > .col:nth-child(1),
.grid.row.distribute-141412 > .col:nth-child(2),
.grid.row.distribute-14141414 > .col {
	#mixin.grid-col(3);
}
*/
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
		   * Remove all paddings around the image on small screen
		   */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/**
 **************************************************
 * PKG: MAGNIFIC POPUP
 *
 * @note: the class 'mfp-add-zoom' has to be set in options (userfunctions.js)
 **************************************************
 */
.mfp-add-zoom .mfp-container,
.mfp-add-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-add-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-add-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-add-zoom.mfp-removing .mfp-container,
.mfp-add-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.white-popup-block {
  position: relative;
  width: 100%;
  max-width: 768px;
  padding: 20px;
  background: #ffffff;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .white-popup-block {
    padding: 30px;
    margin: 40px auto;
  }
}
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
    border: 0;
    clip: rect( 1px, 1px, 1px, 1px );
    -webkit-clip-path: inset( 50% );
            clip-path: inset( 50% );
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.mejs__container {
    background: #000;
    box-sizing: border-box;
    font-family: 'Helvetica', Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}

.mejs__container * {
    box-sizing: border-box;
}

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%;
}

.mejs__fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.mejs__container:focus {
    outline-offset: 0.125rem;
    outline-style: solid;
    outline-width: 0.125rem;
}

.mejs__iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}

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

.mejs__fullscreen {
    overflow: hidden !important;
}

.mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

/* Start: LAYERS */
.mejs__background {
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__mediaelement {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

:root .mejs__poster-img {
    display: none;
}

.mejs__poster-img {
    border: 0;
    padding: 0;
}

.mejs__overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__layer {
    z-index: 1;
}

.mejs__overlay-play {
    cursor: pointer;
}

.mejs__overlay-button {
    background: transparent;
    border: 0;
}

.mejs__overlay:hover .mejs__overlay-button svg {
    opacity: 1;
}

.mejs__overlay-button svg {
    opacity: 0.75;
}

.mejs__overlay-button:focus svg {
    opacity: 1;
}

.mejs__overlay-button,
.mejs__overlay-button svg {
    height: 5rem;
    width: 5rem;
}

.mejs__overlay-loading,
.mejs__overlay-loading svg {
    height: 5rem;
    width: 5rem;
}

.mejs__overlay-loading-bg-img {
    -webkit-animation: mejs__loading-spinner 1s linear infinite;
            animation: mejs__loading-spinner 1s linear infinite;
    display: block;
    height: 5rem;
    width: 5rem;
    z-index: 1;
}

@-webkit-keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs__controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 2.5rem;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 0.625rem;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.mejs__controls:not([style*='display: none']) {
    background: rgba(255, 0, 0, 0.7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
    font-size: 0.625rem;
    height: 2.5rem;
    line-height: 0.625rem;
    margin: 0;
    width: 2rem;
}

.mejs__button > button {
    background-color: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 1.125rem;
    line-height: 0;
    margin: 0.625rem 0.375rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 1.125rem;
}

.mejs__button svg {
    fill: currentColor;
    height: 1.125rem;
    width: 1.125rem;
}

/* :focus for accessibility */
.mejs__button > button:focus {
    outline: dotted 0.125rem #fff;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0;
}

/* End: CONTROL BAR */

/* Start: Play (Play / Pause / Replay) */
.mejs__playpause-button svg {
    display: none;
}

.mejs__play svg.mejs__icon-play {
    display: block;
}

.mejs__pause svg.mejs__icon-pause {
    display: block;
}

.mejs__replay svg.mejs__icon-replay {
    display: block;
}
/* End: Play (Play / Pause / Replay) */

/* Start: Fullscreen (Fullscreen / Unfullscreen) */
.mejs__fullscreen-button svg.mejs__icon-unfullscreen {
    display: none;
}
.mejs__fullscreen svg.mejs__icon-fullscreen {
    display: block;
}

.mejs__fullscreen svg.mejs__icon-unfullscreen {
    display: none;
}

.mejs__unfullscreen svg.mejs__icon-unfullscreen {
    display: block;
}

.mejs__unfullscreen svg.mejs__icon-fullscreen {
    display: none;
}
/* End: Fullscreen (Fullscreen / Unfullscreen) */

/* Start: Time (Current / Duration) */
.mejs__time {
    box-sizing: content-box;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: bold;
    height: 1.5rem;
    overflow: hidden;
    padding: 1rem 0.375rem 0;
    text-align: center;
    width: auto;
}
/* End: Time (Current / Duration) */

/* Start: Progress Bar */
.mejs__time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 2.5rem;
    margin: 0 0.625rem;
    padding-top: 0.625rem;
    position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
    border-radius: 0.125rem;
    cursor: pointer;
    display: block;
    height: 0.625rem;
    position: absolute;
}

.mejs__time-total {
    background: rgba(255, 255, 255, 0.3);
    margin: 0.3125rem 0 0;
    width: 100%;
}

.mejs__time-buffering {
    -webkit-animation: buffering-stripes 2s linear infinite;
            animation: buffering-stripes 2s linear infinite;
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-size: 0.9375rem 0.9375rem;
    width: 100%;
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1.875rem 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1.875rem 0;
    }
}

.mejs__time-loaded {
    background: rgba(255, 255, 255, 0.3);
}

.mejs__time-current,
.mejs__time-handle-content {
    background: rgba(255, 255, 255, 0.9);
}

.mejs__time-hovered {
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.mejs__time-hovered.negative {
    background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
    left: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: 0.15s ease-in all;
    transition: 0.15s ease-in all;
    width: 100%;
}

.mejs__time-buffering {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.mejs__time-hovered {
    -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
    transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
        -ms-transform: scaleX(0) !important;
            transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
    border: 0.25rem solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 11;
}

.mejs__time-handle-content {
    border: 0.25rem solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    height: 0.625rem;
    left: -0.4375rem;
    top: -0.25rem;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    width: 0.625rem;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.mejs__time-float {
    background: #eee;
    border: solid 1px #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 1.0625rem;
    margin-bottom: 0.5625rem;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2.25rem;
}

.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 0.125rem;
    text-align: center;
    width: 1.875rem;
}

.mejs__time-float-corner {
    border: solid 0.3125rem #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
}

.mejs__long-video .mejs__time-float {
    margin-left: -1.4375rem;
    width: 4rem;
}

.mejs__long-video .mejs__time-float-current {
    width: 3.75rem;
}

.mejs__broadcast {
    color: #fff;
    height: 0.625rem;
    position: absolute;
    top: 0.9375rem;
    width: 100%;
}

/* End: Progress Bar */

/* Start: Mute/Volume */
.mejs__volume-button {
    position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 7.1875rem;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.5625rem;
    z-index: 1;
}

.mejs__volume-button:hover {
    border-radius: 0 0 0.25rem 0.25rem;
}

.mejs__volume-total {
    background: rgba(255, 255, 255, 0.5);
    border: 0.06rem solid #fff;
    height: 6.25rem;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 0.5rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.125rem;
}

.mejs__volume-current {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}

.mejs__volume-handle {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #fff;
    border-radius: 1px;
    cursor: ns-resize;
    height: 0.375rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1rem;
}

.mejs__horizontal-volume-slider {
    display: block;
    height: 2.25rem;
    position: relative;
    vertical-align: middle;
    width: 3.5rem;
}

.mejs__horizontal-volume-total {
    background: rgba(50, 50, 50, 0.8);
    border: 0.06rem solid #fff;
    border-radius: 0.125rem;
    font-size: 1px;
    height: 0.5rem;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1rem;
    width: 3.125rem;
}

.mejs__horizontal-volume-current {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.125rem;
    border-right: 0.06rem solid #fff;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mejs__horizontal-volume-handle {
    display: none;
}

.mejs__mute svg,
.mejs__unmute svg {
    stroke: currentColor;
}

.mejs__volume-button svg {
    display: none;
}

.mejs__mute .mejs__icon-mute {
    display: block;
}

.mejs__unmute .mejs__icon-unmute {
    display: block;
}
/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
    position: relative;
}

.mejs__chapters-button svg,
.mejs__captions-button svg {
    padding-top: 0.125rem;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -2.6875rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 5.375rem;
}

/* reduced opacity if captions button is in toggle mode and deactivated */
.mejs__captions-button-toggle {
    opacity: 0.7;
}
/* normal opacity if captions button is in toggle mode and activated */
.mejs__captions-button-toggle-on {
    opacity: 1;
}

.mejs__chapters-button > .mejs__chapters-selector {
    margin-right: -3.4375rem;
    width: 6.875rem;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 0.375rem;
    overflow: hidden;
    padding: 0;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
    background-color: rgb(200, 200, 200) !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -62.5rem;
    margin: 0.1875rem 0.1875rem 0 0.3125rem;
    position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 0.625rem;
    line-height: 0.9375rem;
    padding: 0.25rem 0.625rem 0;
    width: 100%;
}

.mejs__captions-selector-list-item:hover .mejs__captions-selector-label,
.mejs__chapters-selector-list-item:hover .mejs__chapters-selector-label {
    text-decoration: underline;
}

.mejs__captions-selected,
.mejs__chapters-selected {
    color: rgba(33, 248, 248, 1);
    font-weight: bold;
}

.mejs__captions-translations {
    font-size: 0.625rem;
    margin: 0 0 0.3125rem;
}

.mejs__captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 1rem;
    left: 0;
    line-height: 1.25rem;
    position: absolute;
    text-align: center;
}

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

.mejs__captions-layer[lang=ar] {
    font-size: 1.25rem;
    font-weight: normal;
}

.mejs__captions-position {
    bottom: 0.9375rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.mejs__captions-position-hover {
    bottom: 2.1875rem;
}

.mejs__captions-text,
.mejs__captions-text * {
    background: rgba(20, 20, 20, 0.5);
    box-shadow: 0.3125rem 0 0 rgba(20, 20, 20, 0.5), -0.3125rem 0 0 rgba(20, 20, 20, 0.5);
    padding: 0;
    white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none;
}
/* End: Track (Captions and Chapters) */

/* Start: Error */
.mejs__overlay-error {
    position: relative;
}
.mejs__overlay-error > img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.mejs__cannotplay,
.mejs__cannotplay a {
    color: #fff;
    font-size: 0.8em;
}

.mejs__cannotplay {
    position: relative;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
    display: inline-block;
    padding: 0 0.9375rem;
    width: 100%;
}
/* End: Error */

/**
 **************************************************
 * MODULE: searchbox (lib.searchbox.ts)
 *
 * @description:  Styles for the global search form. Right now triggering indexed_search
 **************************************************
 */
.search-open {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: fixed;
}
.search-open .searchoverlay .searchbox {
  opacity: 1;
  padding: 0 3rem 15rem;
  top: 0;
  height: 100vh;
}
.search-open .searchoverlay .searchbox fieldset {
  max-width: 40rem;
}
.trident .search-open {
  position: relative;
}
.searchoverlay .searchbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: -110%;
  opacity: 0;
  background-color: rgba(232, 232, 232, 0.9);
  z-index: 1000;
  height: 0;
}
.searchbox {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  transition: all 500ms cubic-bezier(0.195, 0.67, 0, 1);
  transition-property: opacity, top;
  /*
	&:before {
		position:absolute;
		right:2.5em;
		bottom:0;
		content:'';
		display:block;
		width:2em;
		height:2.5em;
		border-right:0.5em solid #fff;
		border-bottom:1em solid #fff;
		background-color:rgba(0, 0, 0, 0.1);
		background-image:url(/typo3conf/ext/werther/Resources/Public/Images/ico-magnifying-glass.svg);
		background-position:center top;
		background-repeat:no-repeat;
		background-size:1.5em;
		#mixin.transition(background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;);

		@media @bp-l {
			display:none;
		}
	}

	&:hover {
		&:before {
			background-color: rgba(0, 0, 0, 0.2);
			cursor: pointer;
		}
		fieldset {
			display:block;
		}
	}
	*/
}
@media screen and (min-width: 1024px) {
  .searchbox {
    margin: 0;
  }
}
.searchbox .search-close {
  position: absolute;
  width: 4rem;
  top: 4rem;
  right: 20%;
}
.searchbox fieldset {
  width: 100%;
  display: block;
  position: relative;
  top: auto;
  left: auto;
  border: 0;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .searchbox fieldset {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    border: 0;
    box-shadow: none;
  }
}
.searchbox fieldset legend,
.searchbox fieldset label {
  display: none;
}
.searchbox fieldset .sword {
  background-color: white;
  border: none;
  width: 100%;
  height: 4rem;
  margin: 0.5rem 0;
  line-height: 3rem;
  box-sizing: border-box;
  float: left;
  min-height: 0;
  padding: 0 5rem 0 1rem;
  font-size: 1em;
  font-weight: 400;
  color: #555;
  outline: none;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
.searchbox fieldset .submit {
  color: rgba(0, 0, 0, 0);
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  background: url(/typo3conf/ext/werther/Resources/Public/Icons/Layout/search.svg) no-repeat center center;
  background-size: 2rem;
}
/**
 **************************************************
 * Module: Media element
 * CSS definitons for custom video/audio and webcam elements
 **************************************************
 */
/* iOS fix */
.mediaelement video.native {
  height: auto !important;
}
.mediaelement .intrinsicRatio {
  position: relative;
  height: 0;
}
.mediaelement .ratio16to9 {
  padding-bottom: 56.25%;
}
.mediaelement .ratio4to3 {
  padding-bottom: 75%;
}
.mediaelement .intrinsicRatio div,
.mediaelement .intrinsicRatio object,
.mediaelement .intrinsicRatio embed,
.mediaelement .intrinsicRatio iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
}
.mediaelement .webcam {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
}
/* Need to adjust path as we include mediaelement styles inline in main.less */
.mejs-overlay-button {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/bigplay.svg);
}
.no-svg .mejs-overlay-button {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/bigplay.png);
}
.mejs-overlay-loading {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/background.png);
}
.mejs-overlay-loading span {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/loading.gif);
}
.mejs-container .mejs-controls {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/background.png);
}
.mejs-controls .mejs-button button {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/controls.svg);
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/controls.png);
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/background.png);
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/background.png);
}
.mejs-captions-text {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/background.png);
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/background.png);
}
.mejs-postroll-layer {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/background.png);
}
.mejs-postroll-close {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/background.png);
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/background.png);
}
.mejs-controls .mejs-button.mejs-skip-back-button {
  background-image: url(/typo3conf/ext/werther/Resources/Public/Package/mediaelement/skipback.png);
}
/**
 **************************************************
 * Module: Slider
 * CSS definitons for custom slider
 **************************************************
 */
.headslider {
  position: relative;
  width: 100%;
}
.headslider .cycle-slideshow .headelement {
  position: relative;
  width: 100%;
  z-index: 0 !important;
}
.headslider .cycle-slideshow .headelement .headsliderimage {
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 80rem;
  overflow: hidden;
}
.headslider .cycle-slideshow .headelement .headsliderimage img {
  width: 100%;
  height: auto;
}
.headslider .cycle-slideshow .headelement .headslidertext {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 3rem 5% 3rem 3rem;
  text-align: left;
  background-color: #E8E8E8;
}
@media screen and (min-width: 1024px) {
  .headslider .cycle-slideshow .headelement .headslidertext {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    max-width: 80rem;
    bottom: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .headslider .cycle-slideshow .headelement .headslidertext > h1,
  .headslider .cycle-slideshow .headelement .headslidertext > p {
    color: white;
  }
  .headslider .cycle-slideshow .headelement .headslidertext > h1::first-letter,
  .headslider .cycle-slideshow .headelement .headslidertext > p::first-letter {
    color: inherit;
  }
}
.headslider .cycle-slideshow .headelement .headslidertext p {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 0;
}
.headslider .buttonheadslider {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.headslider .buttonheadslider a {
  height: 100%;
  width: 5%;
  pointer-events: auto;
}
.headslider .headpager {
  position: absolute;
  bottom: auto;
  top: 1rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .headslider .headpager {
    bottom: 0;
    top: auto;
  }
}
.headslider .headpager span {
  font-size: 4rem;
  color: white;
  opacity: 0.7;
  cursor: pointer;
  padding: 0 0.5rem;
}
.headslider .headpager span.cycle-pager-active {
  opacity: 1;
  cursor: default;
}
/**
 **************************************************
 * Module: Gallery
 * CSS definitons for custom gallery
 **************************************************
 */
.gallery .images {
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.gallery .images:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}
.gallery .images li {
  display: inline-block;
  padding: 2px;
  border: 1px solid #ccc;
  margin: 1px;
}
.gallery .images a {
  display: block;
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
}
.gallery .images a:hover {
  font-size: 100%;
  z-index: 2;
}
.gallery .images a span {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  transition: all 0.18s ease-in-out;
}
.gallery .images a:hover span {
  z-index: 1;
  transform: scale(1.8);
  box-shadow: 0 0 15px #333;
}
.teaser-text {
  background-color: #E8E8E8;
  width: 100%;
  min-height: 25rem;
  max-height: 30rem;
}
.teaser-text .teaser-text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 2rem 2rem 0 2rem;
}
.teaser-text .teaser-text-container .teaser-text-text h2 {
  color: #545252;
}
.teaser-text .teaser-text-container .teaser-text-text p {
  height: 100%;
  font-size: 2rem;
  line-height: 3rem;
  margin: 1rem 0 0 0;
}
.teaser-text .teaser-text-container .teaser-text-link a.btn {
  margin-top: 0;
}
.teaser-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.teaser-image .teaser-image-image img {
  width: 100%;
  height: auto;
}
.teaser-image .teaser-image-container {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  padding: 2rem 2rem 0 2rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
}
.teaser-image .teaser-image-container h2 {
  color: white;
}
.teaser-image .teaser-image-container h2:first-letter {
  color: inherit;
}
.teaser-image .teaser-image-container .teaser-text-link a.btn {
  margin-top: 0;
}
.teaser-important {
  width: 100%;
  padding: 2rem;
  margin-bottom: 9rem;
  background-color: #E8E8E8;
}
@media screen and (min-width: 1024px) {
  .teaser-important {
    display: flex;
    padding: 5rem;
  }
}
.teaser-important p {
  margin-bottom: 0;
}
.teaser-important .btn {
  display: inline-block;
  margin-top: 4rem;
  margin-bottom: 0;
}
.teaser-important div.icon {
  flex-shrink: 0;
  width: 6.5rem;
  margin: 0 auto 2.5rem auto;
}
@media screen and (min-width: 1024px) {
  .teaser-important div.icon {
    height: auto;
    margin: 0 2.5rem 0 0;
  }
}
.subheader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
.subheader img {
  width: 100%;
}
.main .downloadbox {
  padding: 2rem;
  background-color: #E8E8E8;
}
.main .downloadbox h2 {
  color: #4d4d4d;
}
.main .downloadbox .downloadelements .downloadfile {
  margin: 3rem 0 0 0;
}
.main .downloadbox .downloadelements .downloadfile a {
  display: flex;
  align-items: center;
}
.main .downloadbox .downloadelements .downloadfile a:hover {
  text-decoration: none;
}
.main .downloadbox .downloadelements .downloadfile a:hover .downloaddesc p {
  color: #D9000D;
}
.main .downloadbox .downloadelements .downloadfile a:hover .downloaddesc span {
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .main .downloadbox .downloadelements .downloadfile a .downloadicon {
    display: block;
    background: url(/typo3conf/ext/werther/Resources/Public/Icons/Layout/download.svg) no-repeat center center;
    height: 3rem;
    width: 3rem;
    margin-right: 2rem;
  }
}
.main .downloadbox .downloadelements .downloadfile a .downloaddesc {
  color: #4d4d4d;
}
.main .downloadbox .downloadelements .downloadfile a .downloaddesc p {
  font-size: 2rem;
  margin: 0;
  transition: color 0.1s;
}
.main .downloadbox .downloadelements .downloadfile a .downloaddesc span {
  opacity: 0.5;
  transition: opacity 0.1s;
}
.social-feed {
  position: relative;
  margin: 0 auto;
  padding-bottom: 20rem;
}
@media screen and (min-width: 480px) {
  .social-feed {
    padding-bottom: 15rem;
  }
}
@media screen and (min-width: 1366px) {
  .social-feed {
    padding-bottom: 0;
  }
}
.social-feed .feed-item,
.social-feed .feed-sizer {
  width: 15rem;
}
.social-feed .feed-item > img,
.social-feed .feed-sizer > img {
  width: 100%;
  height: auto;
}
.social-feed .feed-item {
  height: 15rem;
  float: left;
  max-width: 15rem;
  max-height: 15rem;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1024px) {
  .social-feed .feed-item {
    max-width: none;
    max-height: none;
  }
}
.social-feed .feed-item:nth-child(n+11) {
  display: none;
}
@media screen and (min-width: 1024px) {
  .social-feed .feed-item:nth-child(n+11) {
    display: block;
  }
}
.social-feed .feed-item.filler {
  display: none;
}
@media screen and (min-width: 1366px) {
  .social-feed .feed-item.filler {
    display: block;
  }
}
.social-feed .feed-item:hover {
  opacity: 0.7;
}
.social-feed .feed-item:nth-child(2),
.social-feed .feed-item:nth-child(7),
.social-feed .feed-item:nth-child(13),
.social-feed .feed-item:nth-child(16) {
  width: 30rem;
  height: 30rem;
}
.social-feed .stamp {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 18rem;
  margin-right: 1rem;
}
@media screen and (min-width: 480px) {
  .social-feed .stamp {
    height: 15rem;
  }
}
@media screen and (min-width: 1366px) {
  .social-feed .stamp {
    left: 45rem;
    display: flex;
    width: 30rem;
    margin-right: 0;
  }
}
.social-feed .stamp > span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  height: 6rem;
  width: 6rem;
  margin: 1rem 0;
  border: 0.2rem solid #545252;
  border-radius: 20rem;
  padding: 2rem;
}
.social-feed .stamp > p {
  margin-bottom: 0;
  white-space: nowrap;
}
.main .contactbox {
  max-width: 1280px;
  background-color: #E8E8E8;
  padding-bottom: 2rem;
}
.main .contactbox .contactimage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: 0.5rem solid #D9000D;
}
.main .contactbox .contactimage img {
  width: 100%;
}
.main .contactbox .contactimage .imagetext {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 2rem;
  color: white;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
}
.main .contactbox .contactimage .imagetext h2 {
  color: white;
  margin-bottom: 0.2rem;
}
.main .contactbox .contactimage .imagetext h2:first-letter {
  color: inherit;
}
.main .contactbox .contactimage .imagetext p {
  font-size: 1.8rem;
  margin: 0;
}
.main .contactbox .contacthead {
  padding: 2rem 2rem 0;
  border-top: 0.5rem solid #D9000D;
}
.main .contactbox .contacthead > p {
  margin: 0;
}
.main .contactbox .contacthead > h2 {
  margin-bottom: 0.2rem;
}
.main .contactbox table {
  margin: 2rem 2rem 0 2rem;
  width: auto;
}
.main .contactbox table tbody tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .main .contactbox table tbody tr {
    flex-wrap: nowrap;
  }
}
.main .contactbox table tbody tr td {
  padding: 1px 0 1px 0;
}
.main .contactbox table tbody tr td a {
  color: #4d4d4d;
}
.main .contactbox table tbody tr td:first-child {
  color: black;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .main .contactbox table tbody tr td:first-child {
    width: auto;
  }
}
.main .contactbox table tbody tr td:first-child:nth-child(2) {
  width: 100%;
}
.main .contactbox .bodytext {
  padding: 2rem 2rem 0 2rem;
}
.main .contactbox .bodytext p {
  margin: 0;
}
.main .contactbox .bodytext h3 {
  font-size: 1.8rem;
}
.accordion {
  margin-bottom: 5rem;
}
.accordion input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.accordion input[type=checkbox]:checked + .acc-header {
  background-color: #D9000D;
}
.accordion input[type=checkbox]:checked + .acc-header label {
  color: #ffffff;
}
.accordion input[type=checkbox]:checked + .acc-header label:after {
  content: '–';
}
.accordion input[type=checkbox]:checked ~ .acc-content {
  height: auto;
  margin: 2rem;
  overflow: visible;
}
.accordion .acc-item {
  margin-bottom: 0.2rem;
}
.accordion .acc-item:last-child {
  margin-bottom: 0;
}
.accordion .acc-item .acc-header {
  height: auto;
  background-color: #ede2d1;
  cursor: pointer;
}
.accordion .acc-item .acc-header label {
  position: relative;
  display: block;
  padding: 0.5rem 5rem 1rem 2rem;
  margin: 0;
  cursor: pointer;
  font-family: 'Source Sans Pro', sans-serif;
  line-break: auto;
  transition: all 0.5s;
}
.accordion .acc-item .acc-header label:after {
  height: 100%;
  display: flex;
  align-items: center;
  content: '+';
  font-size: 3rem;
  position: absolute;
  top: 0;
  right: 2rem;
}
.accordion .acc-item .acc-header:hover {
  background-color: #D9000D;
  transition: background-color 500ms linear;
}
.accordion .acc-item .acc-header:hover label {
  color: #ffffff;
}
.accordion .acc-content {
  height: 0;
  overflow: hidden;
}
.accordion .acc-content p,
.accordion .acc-content ul {
  padding: 0;
  margin-bottom: 2rem;
}
.accordion .acc-content p:last-child,
.accordion .acc-content ul:last-child {
  margin-bottom: 0;
}
.accordeon {
  margin-bottom: 5rem;
}
.accordeon .acc-item {
  margin-bottom: 2rem;
}
.accordeon .acc-item:last-child {
  margin-bottom: 0;
}
.accordeon .acc-item .acc-header {
  cursor: pointer;
}
.accordeon .acc-item .acc-header h3 {
  position: relative;
  padding-left: 2rem;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  transition: all 0.3s;
}
.accordeon .acc-item .acc-header h3:before {
  content: '';
  position: absolute;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  margin-top: 3px;
  background: url(/typo3conf/ext/werther/Resources/Public/Icons/Layout/arrow.svg) no-repeat left center;
  background-size: 1.5rem 1.5rem;
  transition: all 0.3s;
}
.accordeon .acc-item .acc-header:hover h3 {
  color: #D9000D;
}
.accordeon .acc-item .acc-header.open h3:before {
  transform: rotate(90deg);
}
.accordeon .acc-item .acc-content {
  padding-left: 1.5rem;
  border-left: 3px solid #D9000D;
  margin: 2rem 0 4rem 2rem;
}
.accordeon .acc-item .acc-content p,
.accordeon .acc-item .acc-content ul {
  padding: 0;
  margin-bottom: 2rem;
}
.accordeon .acc-item .acc-content p:last-child,
.accordeon .acc-item .acc-content ul:last-child {
  padding: 0;
  margin-bottom: 2rem;
}
.search-list .filter > div {
  margin-bottom: 2rem;
}
.search-list form {
  position: relative;
}
.search-list .spinner-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
.search-list .filter-alphabetical {
  display: flex;
  flex-wrap: wrap;
}
.search-list .filter-alphabetical .radio {
  position: relative;
  margin: 0 1rem 1rem 0;
}
.search-list .filter-alphabetical .radio label {
  margin: 0;
}
.search-list .filter-alphabetical .radio label span {
  display: block;
  width: 5rem;
  height: 5rem;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  text-align: center;
  line-height: calc(5rem - 2px);
  transition: all 0.2s;
}
.search-list .filter-alphabetical .radio label span svg {
  width: 40%;
  height: auto;
  margin-top: -2px;
  fill: #4d4d4d;
  transition: all 0.2s;
}
.search-list .filter-alphabetical .radio label input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.search-list .filter-alphabetical .radio label input:checked + span,
.search-list .filter-alphabetical .radio label:hover span {
  border-color: #D9000D;
  color: #ffffff;
  background: #D9000D;
}
.search-list .filter-alphabetical .radio label:hover span svg {
  fill: #ffffff;
}
.search-list .filter-alphabetical .radio:last-child label span {
  background: #e5e5e5;
}
.search-list .filter-alphabetical .radio:last-child label:hover span {
  background: #D9000D;
}
.search-list .filter-alphabetical .radio:last-child input:checked + span {
  border-color: #bfbfbf;
  color: #4d4d4d;
  background: #e5e5e5;
}
.search-list .filter-alphabetical .radio:last-child input:checked + span svg {
  fill: #4d4d4d;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 480px) {
  .zaehlerstand .row {
    display: flex;
  }
}
@media screen and (min-width: 480px) {
  .zaehlerstand .layout-2 {
    margin: 0 3rem;
  }
}
@media screen and (min-width: 480px) {
  .zaehlerstand .layout-5 {
    flex-grow: 2;
  }
}
@media screen and (min-width: 480px) {
  .zaehlerstand label.or {
    margin-top: 4.5rem;
  }
}
.zaehlerstand .row.infotext {
  margin: 4rem 0 2rem 0;
}
.zaehlerstand table {
  margin-bottom: 2rem;
}
.zaehlerstand table th {
  vertical-align: baseline;
}
.zaehlerstand thead {
  border: none;
}
.zaehlerstand thead th {
  text-align: center;
}
.zaehlerstand .btn {
  float: right;
  margin-top: 5rem;
}
.zaehlerstand #check1,
.zaehlerstand #check2 {
  min-height: unset;
}
.media ul,
.media .searchresult ul {
  list-style-type: none;
  padding-left: 0;
}
.media ul li.result,
.media .searchresult ul li.result {
  min-height: 15rem;
  height: auto;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #ede2d1;
}
.media ul li.result::before,
.media .searchresult ul li.result::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .media ul li.result,
  .media .searchresult ul li.result {
    height: 15rem;
  }
}
.media ul li.result .image,
.media .searchresult ul li.result .image,
.media ul li.result .title,
.media .searchresult ul li.result .title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 480px) {
  .media ul li.result .image,
  .media .searchresult ul li.result .image,
  .media ul li.result .title,
  .media .searchresult ul li.result .title {
    margin-bottom: 0;
  }
}
.media ul li.result .image,
.media .searchresult ul li.result .image {
  width: 100%;
  max-width: 15rem;
  margin: 2rem auto 2rem;
  border: 3px solid #ede2d1;
  background-color: #ffffff;
}
@media screen and (min-width: 480px) {
  .media ul li.result .image,
  .media .searchresult ul li.result .image {
    height: 100%;
    max-height: 15rem;
    margin: 0;
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .media ul li.result .image,
  .media .searchresult ul li.result .image {
    padding: 0;
    width: 25%;
  }
}
.media ul li.result .image img,
.media .searchresult ul li.result .image img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .media ul li.result .image img,
  .media .searchresult ul li.result .image img {
    display: inline;
    margin: 0;
  }
}
.media ul li.result .title,
.media .searchresult ul li.result .title {
  height: auto;
  width: 100%;
  padding: 0 2rem 0 2rem;
  font-size: 2rem;
  font-weight: 800;
}
@media screen and (min-width: 480px) {
  .media ul li.result .title,
  .media .searchresult ul li.result .title {
    margin: auto 0;
    width: 70%;
  }
}
@media screen and (min-width: 640px) {
  .media ul li.result .title,
  .media .searchresult ul li.result .title {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .media ul li.result .title,
  .media .searchresult ul li.result .title {
    width: 50%;
    padding: 0 4rem 0 3rem;
  }
}
.media ul li.result .details,
.media .searchresult ul li.result .details {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 640px) {
  .media ul li.result .details,
  .media .searchresult ul li.result .details {
    height: 15rem;
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .media ul li.result .details,
  .media .searchresult ul li.result .details {
    width: 26%;
  }
}
.media ul li.result .details .btn-arrow-right,
.media .searchresult ul li.result .details .btn-arrow-right {
  margin: 0 4rem 2rem 0;
  text-decoration: none;
}
.media ul li.result .details .btn-arrow-right:hover,
.media .searchresult ul li.result .details .btn-arrow-right:hover {
  opacity: 0.5;
}
.media .search {
  background-color: #ede2d1;
  border-top: 5px solid #D9000D;
}
.media .search fieldset {
  margin: 0 2rem;
}
.media .search fieldset h2.search-keyword {
  margin-top: 3rem;
}
.media .search fieldset h2.search-category {
  margin-top: 9rem;
}
.media .search fieldset li {
  color: black;
}
.media .search fieldset div {
  margin-top: 2rem;
}
.media .search fieldset div:first-child {
  margin-top: 5rem;
}
.media .search fieldset div select {
  padding-left: 1rem;
  cursor: pointer;
  background: url(/typo3conf/ext/werther/Resources/Public/Icons/Layout/arrow-down.svg) no-repeat right 1rem center white;
  background-size: 3rem auto;
}
.media .search fieldset div input,
.media .search fieldset div select {
  border: none;
}
.media .search fieldset .category-tree ul {
  font-size: 1.9rem;
  list-style-type: none;
}
.media .search fieldset .category-tree ul.categories {
  padding-left: 0;
}
.media .search fieldset .category-tree ul.categories li {
  margin-bottom: 0.5rem;
}
.media .search fieldset .category-tree ul.categories li a {
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}
.media .search fieldset .category-tree ul.categories li a:hover {
  color: #D9000D;
}
.media .search fieldset .category-tree ul.categories li::before {
  display: none;
}
.media .search fieldset .category-tree ul.categories li.subcategories {
  padding-left: 2rem;
}
.media .search .btn-search {
  max-height: 4.5em;
  width: auto;
  margin-top: 2rem;
  border: none;
  -webkit-transition: background-color 0.3s ease-out color 0.3s ease-out border-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out color 0.3s ease-out border-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out color 0.3s ease-out border-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out color 0.3s ease-out border-color 0.3s ease-out;
}
.media .search .search {
  float: right;
  color: #ffffff;
  background-color: #D9000D;
}
.media .search .search:hover {
  opacity: 0.5;
}
.media .search .reset {
  padding: 0 1rem;
  float: left;
  line-height: 4.5rem;
  text-decoration: none;
  color: #D9000D;
  font-weight: 800;
  background: url(/typo3conf/ext/werther/Resources/Public/Icons/Layout/arrow-red.svg) no-repeat left 0 center transparent;
  background-size: 1rem;
}
.media .search .reset:hover {
  opacity: 0.8;
}
.media .search .hint-modal {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  color: #D9000D;
}
.media .search .hint-modal svg {
  width: 18px;
  height: auto;
  fill: currentColor;
}
.media .search .hint-modal:hover {
  color: #000000;
}
.main .media .img-preview {
  border: 2px solid #ede2d1;
  background-color: #ffffff;
}
@media screen and (min-width: 320px) {
  .main .media .img-preview {
    max-width: 75%;
  }
}
@media screen and (min-width: 640px) {
  .main .media .img-preview {
    max-width: 40%;
  }
}
.main .media .image-title,
.main .media .downloadbox,
.main .media .meta-information,
.main .media .map {
  margin-bottom: 4rem;
}
.main .media .image-title {
  font-size: 1.5rem;
}
.main .media div.downloadbox {
  padding: 0;
  background-color: #ede2d1;
}
.main .media div.downloadbox .downloadelements .downloadfile {
  margin: 0 0 0 1rem;
}
.main .media div.downloadbox .downloadelements .downloadfile span.downloadicon {
  margin-right: 1rem;
}
.main .media .map .gm-style-mtc > * {
  font-size: 1rem !important;
}
.main .media .map .gm-svpc img {
  height: 3rem !important;
}
.main .media ul.meta-data {
  list-style-type: none;
  padding-left: 0;
}
.main .media ul.meta-data li h2 {
  margin-bottom: 1rem;
}
.main .media ul.meta-data li::before {
  display: none;
}
.main .media form button {
  float: none;
}
.main .media form button:hover {
  background-color: #D9000D;
  opacity: 0.5;
}
.media .f3-widget-paginator,
.media .searchresult .f3-widget-paginator {
  padding-left: 0;
  margin-top: 3rem;
}
.media .f3-widget-paginator li,
.media .searchresult .f3-widget-paginator li {
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 1.5rem 2rem 0;
  border: 2px solid #D9000D;
  font-size: 2.4rem;
  text-align: center;
  line-height: 3.8rem;
  vertical-align: middle;
  color: #ffffff;
  background-color: #D9000D;
}
.media .f3-widget-paginator li.more-pages,
.media .searchresult .f3-widget-paginator li.more-pages {
  border: 0;
  background-color: transparent;
  color: black;
  margin: 0 0 2rem -1.5rem;
}
.media .f3-widget-paginator li a,
.media .searchresult .f3-widget-paginator li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.media .f3-widget-paginator li::before,
.media .searchresult .f3-widget-paginator li::before {
  content: '';
}
.media .f3-widget-paginator li:not(.current):not(.more-pages):hover,
.media .searchresult .f3-widget-paginator li:not(.current):not(.more-pages):hover {
  opacity: 0.5;
}
.media .f3-widget-paginator .previous,
.media .searchresult .f3-widget-paginator .previous {
  margin-left: 3rem;
}
.media .f3-widget-paginator .previous a span.arrow::after,
.media .searchresult .f3-widget-paginator .previous a span.arrow::after {
  top: 0.3rem;
}
.media .f3-widget-paginator .previous,
.media .searchresult .f3-widget-paginator .previous,
.media .f3-widget-paginator .next,
.media .searchresult .f3-widget-paginator .next {
  width: auto;
  padding: 0 1.65rem 0 1.65rem;
}
.media .f3-widget-paginator .previous a span.arrow,
.media .searchresult .f3-widget-paginator .previous a span.arrow,
.media .f3-widget-paginator .next a span.arrow,
.media .searchresult .f3-widget-paginator .next a span.arrow {
  top: -0.2rem;
  width: 4rem;
  height: 4.5rem;
}
.media .f3-widget-paginator .previous a span.arrow::after,
.media .searchresult .f3-widget-paginator .previous a span.arrow::after,
.media .f3-widget-paginator .next a span.arrow::after,
.media .searchresult .f3-widget-paginator .next a span.arrow::after {
  width: 4.6rem;
  height: 4.2rem;
}
.media .f3-widget-paginator .current,
.media .searchresult .f3-widget-paginator .current {
  color: #D9000D;
  background-color: transparent;
}
.media .f3-widget-paginator .next a span.arrow::after,
.media .searchresult .f3-widget-paginator .next a span.arrow::after {
  top: 0;
}
/**
 **************************************************
 * HELPER CLASSES
 *
 * @note:  Should always be the last block for your screen CSS
 * @description:  Non-semantic helper classes for common problems or quick fixes
 **************************************************
 */
/* For image replacement */
.sprite,
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background: transparent no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.none {
  display: none !important;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.invisible {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .invisible class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.invisible.focusable:active,
.invisible.focusable:focus {
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.hidden {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Invisible clearer if .clearfix is not possible */
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.error {
  font-weight: bold;
  color: #f00;
}
.todo {
  display: inline-block;
  padding: 5px;
  border: 1px solid #ffff7f;
  border-radius: 5px;
  background: #ffffbf;
  /*font-weight: normal;*/
  font-style: normal;
  text-transform: uppercase;
  /*white-space: nowrap;*/
  color: #773;
}
.debug {
  /* Make it visible */
  border: 1px dotted #b7e3a0;
  padding: 4px;
  background-color: rgba(210, 255, 186, 0.5);
}
.debug .info,
.debug.info {
  font-family: tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
  color: #81ac6c;
}
.gel .debug .info {
  padding: 0;
}
.typo3-message {
  width: 98%;
  padding: 2px 1% 2px;
  font-family: tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
  border: 1px solid;
  border-radius: 3px;
}
.typo3-message .message-header {
  font-weight: bold;
}
.typo3-message.message-error {
  border-color: red;
  color: red;
  background-color: rgba(255, 0, 0, 0.2);
}
.typo3-message.message-info {
  border-color: blue;
  color: blue;
  background-color: rgba(0, 0, 255, 0.2);
}
.typo3-message.message-notice {
  border-color: gray;
  color: gray;
  background-color: rgba(128, 128, 128, 0.2);
}
.typo3-message.message-ok {
  border-color: green;
  color: green;
  background-color: rgba(0, 255, 0, 0.2);
}
/**
 **************************************************
 * Frontend Editing (prepare for 6.2 classes)
 **************************************************
 */
div.typo3-feedit-element {
  outline: 3px solid rgba(247, 144, 37, 0.8) !important;
  outline-offset: 0 !important;
  margin-bottom: 20px;
}
div.typo3-editPanel {
  border-top: 3px solid rgba(247, 144, 37, 0.8) !important;
  background-color: rgba(247, 144, 37, 0.5) !important;
}
div.typo3-editPanel a,
div.typo3-editPanel .typo3-editPanel-label {
  display: table-cell;
  padding: 3px 3px 0;
  border-right: 1px solid rgba(247, 144, 37, 0.8) !important;
  vertical-align: middle;
}
/**
 **************************************************
 * MOBILE
 *
 * @note:  Inlined to avoid required HTTP connection
 * @description:  Adjustments for smaller screens
 **************************************************
 */
.statusbar {
  width: 100%;
  padding: 2px 1%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  line-height: 15px;
  border-color: #b7e3a0;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #81ac6c;
  background-color: #d2ffba;
}
@media screen and (min-width: 320px) {
  .statusbar {
    border-color: #8040c0;
    color: #4a098a;
    background-color: #b975fa;
  }
}
@media screen and (min-width: 480px) {
  .statusbar {
    border-color: #a64f52;
    color: #6e1c26;
    background-color: #c3686a;
  }
}
@media screen and (min-width: 640px) {
  .statusbar {
    border-color: #e08283;
    color: #a64f52;
    background-color: #ff9e9e;
  }
}
@media screen and (min-width: 768px) {
  .statusbar {
    border-color: #e3daae;
    color: #aba379;
    background-color: #fff6c9;
  }
}
@media screen and (min-width: 1024px) {
  .statusbar {
    border-color: #acc4de;
    color: #778ea7;
    background-color: #c8e0fa;
  }
}
@media screen and (min-width: 1200px) {
  .statusbar {
    border-color: #b7e3a0;
    color: #81ac6c;
    background-color: #d2ffba;
  }
}
.statusbar span:after {
  content: "(max-width: 320px)";
  /*
	@media @bp-xxs {
		content: "(max-width: @{xxs})";
	}
	*/
}
@media screen and (min-width: 320px) {
  .statusbar span:after {
    content: "(min-width: 320px)";
  }
}
@media screen and (min-width: 480px) {
  .statusbar span:after {
    content: "(min-width: 480px)";
  }
}
@media screen and (min-width: 640px) {
  .statusbar span:after {
    content: "(min-width: 640px)";
  }
}
@media screen and (min-width: 768px) {
  .statusbar span:after {
    content: "(min-width: 768px)";
  }
}
@media screen and (min-width: 1024px) {
  .statusbar span:after {
    content: "(min-width: 1024px)";
  }
}
@media screen and (min-width: 1200px) {
  .statusbar span:after {
    content: "(min-width: 1200px)";
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
/**
 **************************************************
 * PRINT
 *
 * @note: Inlined to avoid required HTTP connection
 * @description: Basic styles for printing pages
 **************************************************
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* Don't show links for images, or javascript/internal links */
  .ir a:after,
  a[href^="javascript: "]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* h5bp.com/t */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
