@charset "UTF-8";
/* //////////////////////////////////////////////////////////////////////////////////////
      Main
     ////////////////////////////////////////////////////////////////////////////////////// */
/* 
 * clearfix     used project wide to clear floats and create a new formatting context
 * usage      @include clearfix-me(<empty|overflow|facebook|micro|stubborn>)
 * $clearfix-method sets default method
 */
/* //////////////////////////////////////////////////////////////////////////////////////
      Modular Scale
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      Functions
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      Helpers
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      Mixin's for Global Use
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      Colors
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      FORM-Elements
////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      FONT-FACE & WEB-FONTS
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      Appearance
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      Filter
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      Filter
     ////////////////////////////////////////////////////////////////////////////////////// */
/* Global values */
/* //////////////////////////////////////////////////////////////////////////////////////
      BOX-SIZING
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      Transform
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      Transition
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      Animation
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
			DEFAULT SETTINGS
		 ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
			SETTINGS Ticket
		 ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      ICONS
     ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
			Typo
		 ////////////////////////////////////////////////////////////////////////////////////// */
.text-left.text-left {
  text-align: left; }

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

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

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

.vert-center.vert-center {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center; }

.left.left {
  float: left; }

.right.right {
  float: right; }

.float-none.float-none {
  float: none; }

.list-style--own, .site-titel, .site-logo, .nav__item__submenu, .nav, .ld-grid, .row, .row-nested, form, article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary, p, body, html, .reset-margin-padding.reset-margin-padding, .rset-mp.rset-mp {
  margin: 0;
  padding: 0; }

html {
  font: 62.5%/1.6 Roboto;
  color: #1f201d;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  background-color: #fff; }

*, *:before, *:after {
  box-sizing: inherit; }

h4, .h4, h3, .ngZwiti, .ngInfobox, .h3, h2, .h2, h1, .h1 {
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  display: block; }

h1, .h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 48px;
  line-height: 4.8rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

h2, .h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

h3, .ngZwiti, .ngInfobox, .h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  font-weight: 400; }

h4, .h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

p {
  font-size: inherit;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  text-rendering: optimizeLegibility; }

em, i, dfn, .em {
  font-weight: 400;
  font-style: italic;
  line-height: inherit; }

strong, .ngBold, b, .strong {
  font-weight: 700;
  font-style: normal;
  line-height: inherit; }

small, .small {
  font-size: 75%;
  vertical-align: bottom; }

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
  display: block; }
  img[src$=".svg"] {
    height: 100%; }

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

a:hover, a:focus, a:active, a[class*="--click"], a[class*="clicked"] {
  color: #b6260e;
  outline: 0; }

a {
  color: #e53012;
  text-decoration: none;
  outline: 0;
  background: transparent; }
  a img {
    border: none; }

/* No List Style */
.tabs, .search-list, .social-area__content, .autor, .nav, .navBar, .row, .row-nested, .list-style--none, .ls-none {
  margin-left: 0;
  list-style: none; }
  .tabs ul, .search-list ul, .social-area__content ul, .autor ul, .nav ul, .navBar ul, .row ul, .row-nested ul, .tabs ol, .search-list ol, .social-area__content ol, .autor ol, .nav ol, .navBar ol, .row ol, .row-nested ol, .list-style--none ul, .list-style--none ol, .ls-none ul, .ls-none ol {
    list-style: none; }

/* Liste Block-Style */
ul, ol, dl {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

ul, ol {
  margin-left: 24px;
  margin-left: 2.4rem;
  list-style-position: outside; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0;
    margin-left: 24px;
    margin-left: 2.4rem; }

/* More Lists Styles */
/* Definition Lists */
dl dt {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  font-weight: 700; }

dl dd {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

hr {
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0;
  clear: both;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none; }

/* CODE */
/* Abbreviations */
/* Blockquotes */
/* sub/sup */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

[hidden],
template {
  display: none; }

/* //////////////////////////////////////////////////////////////////////////////////////
      GRID SYSTEM
     ////////////////////////////////////////////////////////////////////////////////////// */
.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

.social-area__content, .autor, .nav, .navBar, .row, .row-nested {
  box-sizing: border-box; }

.column--rw, .column--cw, .row, .row-nested {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

/* //////////////////////////////////////////////////////////////////////////////////////
      Button
     ////////////////////////////////////////////////////////////////////////////////////// */
.button {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  display: inline-block;
  font: inherit;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: inherit;
  padding: 6px;
  padding: 0.6rem;
  vertical-align: middle;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  width: auto;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .button--default {
    color: #fff;
    background: #e83710;
    border-color: #711b08; }
    .button--default:hover, .button--default:focus {
      color: #fff;
      background: #a2270b;
      text-decoration: none; }
  .button--success {
    color: #fff;
    background: #97d213;
    border-color: #435d08; }
    .button--success:hover, .button--success:focus {
      color: #fff;
      background: #6a930d;
      text-decoration: none; }
  .button--warning {
    color: #fff;
    background: #e3e516;
    border-color: #70710b; }
    .button--warning:hover, .button--warning:focus {
      color: #fff;
      background: #9fa00f;
      text-decoration: none; }
  .button--error {
    color: #000;
    background: #ff0000;
    border-color: maroon; }
    .button--error:hover, .button--error:focus {
      color: #fff;
      background: #b30000;
      text-decoration: none; }
  .button:focus {
    outline: none; }

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button.disabled:active,
input.button:disabled,
button.button:disabled {
  cursor: not-allowed; }

/* //////////////////////////////////////////////////////////////////////////////////////
			FORM-Elements
////////////////////////////////////////////////////////////////////////////////////// */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

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

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

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

button,
select {
  text-transform: none; }

select:focus {
  outline: 1px solid #f2f2f2; }

button {
  overflow: visible; }

legend * {
  -webkit-margin-top-collapse: separate; }

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

.field .text input[type="search"] {
  -webkit-appearance: textfield; }

form {
  display: block; }

fieldset, .fieldset {
  padding: 0;
  margin: 0;
  font-size: 0;
  position: relative; }

legend, .legend {
  border-width: 1px;
  background-color: #fff;
  padding: 0 0 24px 0;
  margin: 0 0 0 -4px;
  font-size: 20px;
  font-size: 2rem; }

label,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  line-height: inherit;
  margin: 0; }

label, .label {
  display: inline-block;
  cursor: pointer; }

input {
  overflow: visible;
  display: inline-block; }

[type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="number"], [type="search"], [type="tel"],
textarea,
select {
  width: 100%;
  outline: none;
  resize: none;
  margin: 0;
  padding: 6px;
  padding: 0.6rem;
  vertical-align: middle;
  background-color: #fff;
  border-width: 1px;
  border-color: #868685;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: 0 0 6px rgba(182, 38, 14, 0.3);
  -moz-transition: 0 0 6px rgba(182, 38, 14, 0.3);
  transition: 0 0 6px rgba(182, 38, 14, 0.3);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  [type="text"]:focus, [type="text"]:hover, [type="password"]:focus, [type="password"]:hover, [type="datetime"]:focus, [type="datetime"]:hover, [type="datetime-local"]:focus, [type="datetime-local"]:hover, [type="date"]:focus, [type="date"]:hover, [type="number"]:focus, [type="number"]:hover, [type="search"]:focus, [type="search"]:hover, [type="tel"]:focus, [type="tel"]:hover,
  textarea:focus,
  textarea:hover,
  select:focus,
  select:hover {
    border-color: #b6260e;
    cursor: default; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6f6f6f; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #6f6f6f; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6f6f6f; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6f6f6f; }

input:-placeholder, textarea:-placeholder {
  color: #6f6f6f; }

select:disabled, input:disabled, textarea:disabled, option:disabled {
  box-shadow: none;
  cursor: not-allowed; }
  select:disabled:hover, input:disabled:hover, textarea:disabled:hover, option:disabled:hover, select:disabled:focus, input:disabled:focus, textarea:disabled:focus, option:disabled:focus {
    box-shadow: none;
    cursor: not-allowed; }

input:read-only, textarea:read-only, option:read-only {
  box-shadow: none;
  cursor: not-allowed; }
  input:read-only:hover, textarea:read-only:hover, option:read-only:hover, input:read-only:focus, textarea:read-only:focus, option:read-only:focus {
    box-shadow: none;
    cursor: not-allowed; }

textarea {
  min-height: 200px;
  min-height: 20rem; }

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  margin-right: 6px;
  margin-right: 0.6rem;
  border: 0;
  cursor: pointer;
  vertical-align: inherit; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html input, html .input-group input {
    line-height: 0;
    padding-top: 8px;
    padding-top: 0.8rem;
    padding-bottom: 8px;
    padding-bottom: 0.8rem; }
  html input[type="submit"], html input[type="reset"] {
    line-height: inherit; } }

.ie6 input, .ie7 input, .ie8 input, .ie9 input {
  height: 35px; }

.styled__checkbox:not(:checked), .styled__checkbox:checked, .styled__radio:not(:checked), .styled__radio:checked {
  position: absolute;
  left: -9999px;
  left: -999.9rem; }
  .styled__checkbox:not(:checked) + label, .styled__checkbox:checked + label, .styled__radio:not(:checked) + label, .styled__radio:checked + label {
    position: relative;
    padding-left: 24px;
    padding-left: 2.4rem;
    cursor: pointer; }
    .styled__checkbox:not(:checked) + label:before, .styled__checkbox:checked + label:before, .styled__radio:not(:checked) + label:before, .styled__radio:checked + label:before {
      content: "";
      position: absolute;
      left: 0;
      top: 4px;
      top: 0.4rem;
      width: 17px;
      width: 1.7rem;
      height: 17px;
      height: 1.7rem;
      border: 1px solid #868685;
      background: #f8f8f8;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }

.styled__checkbox:not(:checked) + label:after, .styled__checkbox:checked + label:after {
  content: "✔";
  position: absolute;
  top: 10px;
  top: 1rem;
  left: 4px;
  left: 0.4rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 0;
  color: #e83710;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }

.styled__checkbox:not(:checked) + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.styled__checkbox:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.styled__checkbox:disabled:not(:checked) + label:before, .styled__checkbox:disabled:checked + label:before {
  box-shadow: none;
  border-color: #e2e2e2;
  background-color: #eeeeee; }

.styled__checkbox:disabled:not(:checked) + label:after, .styled__checkbox:disabled:checked + label:after {
  color: #eeeeee; }

.styled__checkbox:disabled + label {
  color: #eeeeee; }

.styled__checkbox:checked:focus + label:before, .styled__checkbox:not(:checked):focus + label:before {
  border: 1px solid #b6260e; }

.styled__checkbox:checked + label:hover:before, .styled__checkbox:not(:checked) + label:hover:before {
  border: 1px solid #b6260e; }

.styled__radio:not(:checked) + label:before, .styled__radio:checked + label:before {
  border-radius: 100%; }

.styled__radio:checked + label:before {
  color: #e83710;
  border-color: #e83710;
  background-color: #e83710;
  box-shadow: inset 0 0 0 2px #fff; }

.styled__radio:disabled:not(:checked) + label:before, .styled__radio:disabled:checked + label:before {
  box-shadow: none;
  border-color: #e2e2e2;
  background-color: #eeeeee; }

.styled__radio:disabled + label {
  color: #eeeeee; }

.styled__radio:checked:focus + label:before, .styled__radio:not(:checked):focus + label:before {
  border: 1px solid #b6260e; }

.styled__radio:checked + label:hover:before, .styled__radio:not(:checked) + label:hover:before {
  border: 1px solid #b6260e; }

.styled__select {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff; }
  .styled__select:after {
    font-family: "Icons";
    content: "";
    position: absolute;
    right: 0;
    z-index: 10;
    padding: 6px;
    padding: 0.6rem; }
  .styled__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    background: transparent;
    position: relative;
    z-index: 15; }
    .styled__select select::-ms-expand {
      display: none; }

input.error, input.error__field, input[class*="error"], textarea.error, textarea.error__field, textarea[class*="error"], select.error, select.error__field, select[class*="error"] {
  color: #1f201d;
  background-color: #ff6666;
  border-color: #ff0000; }

label.error, label.error__label, label[class*="error"] {
  color: #ff0000; }
  label.error:before, label.error__label:before, label[class*="error"]:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "Icons";
    line-height: 0; }
  label.error:before, label.error__label:before, label[class*="error"]:before {
    vertical-align: inherit;
    padding-right: 6px;
    padding-right: 0.6rem; }

.styled__checkbox[class*="error"] + .styled__label, .styled__radio[class*="error"] + .styled__label {
  color: #ff0000; }

.error__info-feld {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: normal;
  color: #ff0000;
  position: absolute; }

/* //////////////////////////////////////////////////////////////////////////////////////
      Nav-Elements
////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
      OffCanvas-Elements
////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////
			Layout Fudder 2015 BB
		 ////////////////////////////////////////////////////////////////////////////////////// */
.row, .row-nested {
  font-size: 0;
  position: relative;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }

.column {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  *display: inline;
  *zoom: 1; }
  .column--cw {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
  .column--rw {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

.large__1 {
  width: 8.3333333333%; }

.large__2 {
  width: 16.6666666667%; }

.large__3 {
  width: 25%; }

.large__4 {
  width: 33.3333333333%; }

.large__5 {
  width: 41.6666666667%; }

.large__6 {
  width: 50%; }

.large__7 {
  width: 58.3333333333%; }

.large__8 {
  width: 66.6666666667%; }

.large__9 {
  width: 75%; }

.large__10 {
  width: 83.3333333333%; }

.large__11 {
  width: 91.6666666667%; }

.large__12 {
  width: 100%; }

@media only screen and (max-width: 640px ) {
  .small__1 {
    width: 16.6666666667%; }
  .small__2 {
    width: 33.3333333333%; }
  .small__3 {
    width: 50%; }
  .small__4 {
    width: 66.6666666667%; }
  .small__5 {
    width: 83.3333333333%; }
  .small__6 {
    width: 100%; }
  .small__1 {
    width: 50%; }
  .small__2 {
    width: 100%; } }

@media only screen and (min-width: 641px ) and (max-width: 960px ) {
  .medium__1 {
    width: 16.6666666667%; }
  .medium__2 {
    width: 33.3333333333%; }
  .medium__3 {
    width: 50%; }
  .medium__4 {
    width: 66.6666666667%; }
  .medium__5 {
    width: 83.3333333333%; }
  .medium__6 {
    width: 100%; } }

.column__align {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .column__align--bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; }
  .column__align--right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  .column__align--wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

@media only screen and (max-width: 960px ) {
  .extern__grid--instagram--1 {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0; }
  .extern__grid--instagram--2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; }
  .extern__grid--instagram--4 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4; }
  .extern__grid--instagram--6 {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    box-ordinal-group: 6;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6; }
  .extern__grid--instagram--8 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1; }
  .extern__grid--instagram--9 {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    box-ordinal-group: 9;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
    -ms-flex-order: 9; } }

.ld-grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }
  .ld-grid__item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .ld-grid__item--jcend {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end; }
    .ld-grid__item--grow {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1; }
    .ld-grid__item--shrink {
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      flex-shrink: 1;
      -ms-flex-negative: 1; }
  .ld-grid--noWrap {
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .ld-grid--mlr0 {
    margin: 0; }

.autor__pic, .comment__profil__image, .comment__list__user--pic__image, .media-box--centered-img__pic-holder--image, .media-box__el-holder--info-icon, .circle {
  border-radius: 100%; }

.autor__pic, .media-box--centered-img__pic-holder--image, .media-box__el-holder--info-icon, .circle-border {
  border: 2px solid #e8e8e8; }

@media only screen and (min-width: 0px ) and (max-width: 640px ) {
  .detail-item, .article, .aside, .search-list, .media-box, .mobile-content-bg {
    background-color: #fff; } }

.ngAufzaehlung, .list-style__aufzaehlung {
  padding-left: 20px;
  padding-left: 2rem;
  position: relative; }
  .ngAufzaehlung:before, .list-style__aufzaehlung:before {
    width: 12px;
    width: 1.2rem;
    height: 12px;
    height: 1.2rem;
    background-color: #e83710;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-left: -15px;
    margin-left: -1.5rem;
    margin-right: 5px;
    margin-right: 0.5rem; }
  .ngAufzaehlung + *, .list-style__aufzaehlung + * {
    margin-top: 6px;
    margin-top: 0.6rem; }

.autor-area, .zitate, .media-box__left-border-box--border-area, fieldset, .fieldset {
  border-style: solid;
  border-color: #e83710;
  border-width: 0 0 0 2px; }

.detail-item__articel, .article__text {
  font-family: PTSerif; }

.font-roboto {
  font-family: Roboto; }

.detail-item__articel--font-size, .detail-item__articel, .article__text {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 36px;
  line-height: 3.6rem; }

.fc-default.fc-default {
  color: #e83710; }

.fc-mid-gray.fc-mid-gray {
  color: #868685; }

.fc-text.fc-text {
  color: #1f201d; }

.fc-weiss.fc-weiss {
  color: #fff; }

.media-box--centered-img__pic-holder--image--bg-default, .bg-default.bg-default {
  background-color: #e83710; }

.media-box--centered-img__pic-holder--image--bg-weiss, .bg-weiss.bg-weiss {
  background-color: #fff; }

.site-titel--logo {
  display: inline-block; }

.detail-item__center-articel, .detail-item__form, .detail-item__articel {
  padding: 0 95px;
  padding: 0 9.5rem; }
  @media only screen and (min-width: 641px ) and (max-width: 960px ) {
    .detail-item__center-articel, .detail-item__form, .detail-item__articel {
      padding: 0 24px;
      padding: 0 2.4rem; } }
  @media only screen and (min-width: 0px ) and (max-width: 640px ) {
    .detail-item__center-articel, .detail-item__form, .detail-item__articel {
      padding: 0; } }
.button-holder, .comment__tools__liste {
  display: table; }

.button-holder__item, .comment__tools__liste__items--cell {
  display: table-cell; }

@font-face {
  font-family: PTSerif;
  font-weight: 400;
  font-style: normal;
  src: url("/~fonts/pt-serif/pt_serif-regular.woff2?ver=1") format("woff2"), url("/~fonts/pt-serif/pt_serif-regular.woff?ver=1") format("woff"), url("/~fonts/pt-serif/pt_serif-regular.ttf?ver=1") format("truetype"), url("/~fonts/pt-serif/pt_serif-regular.eot?ver=1") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: PTSerif;
  font-weight: 400;
  font-style: italic;
  src: url("/~fonts/pt-serif/pt_serif-italic.woff2?ver=1") format("woff2"), url("/~fonts/pt-serif/pt_serif-italic.woff?ver=1") format("woff"), url("/~fonts/pt-serif/pt_serif-italic.ttf?ver=1") format("truetype"), url("/~fonts/pt-serif/pt_serif-italic.eot?ver=1") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: PTSerif;
  font-weight: 700;
  font-style: normal;
  src: url("/~fonts/pt-serif/pt_serif-bold.woff2?ver=1") format("woff2"), url("/~fonts/pt-serif/pt_serif-bold.woff?ver=1") format("woff"), url("/~fonts/pt-serif/pt_serif-bold.ttf?ver=1") format("truetype"), url("/~fonts/pt-serif/pt_serif-bold.eot?ver=1") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: PTSerif;
  font-weight: 700;
  font-style: italic;
  src: url("/~fonts/pt-serif/pt_serif-bolditalic.woff2?ver=1") format("woff2"), url("/~fonts/pt-serif/pt_serif-bolditalic.woff?ver=1") format("woff"), url("/~fonts/pt-serif/pt_serif-bolditalic.ttf?ver=1") format("truetype"), url("/~fonts/pt-serif/pt_serif-bolditalic.eot?ver=1") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: url("/~fonts/roboto/roboto-regular.woff2?ver=1") format("woff2"), url("/~fonts/roboto/roboto-regular.woff?ver=1") format("woff"), url("/~fonts/roboto/roboto-regular.ttf?ver=1") format("truetype"), url("/~fonts/roboto/roboto-regular.eot?ver=1") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  src: url("/~fonts/roboto/roboto-bold.woff2?ver=1") format("woff2"), url("/~fonts/roboto/roboto-bold.woff?ver=1") format("woff"), url("/~fonts/roboto/roboto-bold.ttf?ver=1") format("truetype"), url("/~fonts/roboto/roboto-bold.eot?ver=1") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: Roboto;
  font-weight: 900;
  font-style: normal;
  src: url("/~fonts/roboto/roboto-black.woff2?ver=1") format("woff2"), url("/~fonts/roboto/roboto-black.woff?ver=1") format("woff"), url("/~fonts/roboto/roboto-black.ttf?ver=1") format("truetype"), url("/~fonts/roboto/roboto-black.eot?ver=1") format("embedded-opentype");
  font-display: swap; }

@font-face {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  src: url("/~fonts/icons/big/LDFont.woff2?ver=1.5") format("woff2"), url("/~fonts/icons/big/LDFont.woff?ver=1.5") format("woff"), url("/~fonts/icons/big/LDFont.ttf?ver=1.5") format("truetype"), url("/~fonts/icons/big/LDFont.eot?ver=1.5") format("embedded-opentype");
  font-display: swap; }

[class^="icon__"]:before, [class^="icon__"]:after,
[class*=" icon__"]:before,
[class*=" icon__"]:after,
[class^="icon-list__"]:before,
[class^="icon-list__"]:after,
[class*=" icon-list__"]:before,
[class*=" icon-list__"]:after {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0; }

.icon__aktentasche:before, .icon-list__aktentasche:before {
  content: ""; }

.icon__aktentasche--after:after {
  content: ""; }

.icon__book:before, .icon-list__book:before {
  content: ""; }

.icon__book--after:after {
  content: ""; }

.icon__checked:before, .icon-list__checked:before {
  content: ""; }

.icon__checked--after:after {
  content: ""; }

.icon__circle:before, .icon-list__circle:before {
  content: ""; }

.icon__circle--after:after {
  content: ""; }

.icon__clock:before, .icon-list__clock:before {
  content: ""; }

.icon__clock--after:after {
  content: ""; }

.icon__comment-1:before, .icon-list__comment-1:before {
  content: ""; }

.icon__comment-1--after:after {
  content: ""; }

.icon__comment-2:before, .icon-list__comment-2:before {
  content: ""; }

.icon__comment-2--after:after {
  content: ""; }

.icon__comment:before, .icon-list__comment:before {
  content: ""; }

.icon__comment--after:after {
  content: ""; }

.icon__commentto:before, .icon-list__commentto:before {
  content: ""; }

.icon__commentto--after:after {
  content: ""; }

.icon__like:before, .icon-list__like:before {
  content: ""; }

.icon__like--after:after {
  content: ""; }

.icon__dislike:before, .icon-list__dislike:before {
  content: ""; }

.icon__dislike--after:after {
  content: ""; }

.icon__double-arrow-down:before, .icon-list__double-arrow-down:before {
  content: ""; }

.icon__double-arrow-down--after:after {
  content: ""; }

.icon__double-arrow-left:before, .icon-list__double-arrow-left:before {
  content: ""; }

.icon__double-arrow-left--after:after {
  content: ""; }

.icon__double-arrow-right:before, .icon-list__double-arrow-right:before {
  content: ""; }

.icon__double-arrow-right--after:after {
  content: ""; }

.icon__double-arrow-up:before, .icon-list__double-arrow-up:before {
  content: ""; }

.icon__double-arrow-up--after:after {
  content: ""; }

.icon__error:before, .icon-list__error:before {
  content: ""; }

.icon__error--after:after {
  content: ""; }

.icon__euro:before, .icon-list__euro:before {
  content: ""; }

.icon__euro--after:after {
  content: ""; }

.icon__extern:before, .icon-list__extern:before {
  content: ""; }

.icon__extern--after:after {
  content: ""; }

.icon__fax:before, .icon-list__fax:before {
  content: ""; }

.icon__fax--after:after {
  content: ""; }

.icon__gallery-2:before, .icon-list__gallery-2:before {
  content: ""; }

.icon__gallery-2--after:after {
  content: ""; }

.icon__gallery:before, .icon-list__gallery:before {
  content: ""; }

.icon__gallery--after:after {
  content: ""; }

.icon__handy:before, .icon-list__handy:before {
  content: ""; }

.icon__handy--after:after {
  content: ""; }

.icon__herz:before, .icon-list__herz:before {
  content: ""; }

.icon__herz--after:after {
  content: ""; }

.icon__home:before, .icon-list__home:before {
  content: ""; }

.icon__home--after:after {
  content: ""; }

.icon__info:before, .icon-list__info:before {
  content: ""; }

.icon__info--after:after {
  content: ""; }

.icon__list-tic-1:before, .icon-list__list-tic-1:before {
  content: ""; }

.icon__list-tic-1--after:after {
  content: ""; }

.icon__list-tic-2:before, .icon-list__list-tic-2:before {
  content: ""; }

.icon__list-tic-2--after:after {
  content: ""; }

.icon__liste:before, .icon-list__liste:before {
  content: ""; }

.icon__liste--after:after {
  content: ""; }

.icon__menu:before, .icon-list__menu:before {
  content: ""; }

.icon__menu--after:after {
  content: ""; }

.icon__mail-2:before, .icon-list__mail-2:before {
  content: ""; }

.icon__mail-2--after:after {
  content: ""; }

.icon__mail:before, .icon-list__mail:before {
  content: ""; }

.icon__mail--after:after {
  content: ""; }

.icon__map-pointer:before, .icon-list__map-pointer:before {
  content: ""; }

.icon__map-pointer--after:after {
  content: ""; }

.icon__map:before, .icon-list__map:before {
  content: ""; }

.icon__map--after:after {
  content: ""; }

.icon__cam:before, .icon-list__cam:before {
  content: ""; }

.icon__cam--after:after {
  content: ""; }

.icon__pic:before, .icon-list__pic:before {
  content: ""; }

.icon__pic--after:after {
  content: ""; }

.icon__play:before, .icon-list__play:before {
  content: ""; }

.icon__play--after:after {
  content: ""; }

.icon__movie:before, .icon-list__movie:before {
  content: ""; }

.icon__movie--after:after {
  content: ""; }

.icon__newsletter-1:before, .icon-list__newsletter-1:before {
  content: ""; }

.icon__newsletter-1--after:after {
  content: ""; }

.icon__newsletter-2:before, .icon-list__newsletter-2:before {
  content: ""; }

.icon__newsletter-2--after:after {
  content: ""; }

.icon__newsletter:before, .icon-list__newsletter:before {
  content: ""; }

.icon__newsletter--after:after {
  content: ""; }

.icon__paper:before, .icon-list__paper:before {
  content: ""; }

.icon__paper--after:after {
  content: ""; }

.icon__person:before, .icon-list__person:before {
  content: ""; }

.icon__person--after:after {
  content: ""; }

.icon__phone:before, .icon-list__phone:before {
  content: ""; }

.icon__phone--after:after {
  content: ""; }

.icon__printer:before, .icon-list__printer:before {
  content: ""; }

.icon__printer--after:after {
  content: ""; }

.icon__search-3d:before, .icon-list__search-3d:before {
  content: ""; }

.icon__search-3d--after:after {
  content: ""; }

.icon__search:before, .icon-list__search:before {
  content: ""; }

.icon__search--after:after {
  content: ""; }

.icon__select-big:before, .icon-list__select-big:before {
  content: ""; }

.icon__select-big--after:after {
  content: ""; }

.icon__select-small:before, .icon-list__select-small:before {
  content: ""; }

.icon__select-small--after:after {
  content: ""; }

.icon__settings:before, .icon-list__settings:before {
  content: ""; }

.icon__settings--after:after {
  content: ""; }

.icon__single-arrow-down:before, .icon-list__single-arrow-down:before {
  content: ""; }

.icon__single-arrow-down--after:after {
  content: ""; }

.icon__single-arrow-left:before, .icon-list__single-arrow-left:before {
  content: ""; }

.icon__single-arrow-left--after:after {
  content: ""; }

.icon__single-arrow-right:before, .icon-list__single-arrow-right:before {
  content: ""; }

.icon__single-arrow-right--after:after {
  content: ""; }

.icon__single-arrow-up:before, .icon-list__single-arrow-up:before {
  content: ""; }

.icon__single-arrow-up--after:after {
  content: ""; }

.icon__totop:before, .icon-list__totop:before {
  content: ""; }

.icon__totop--after:after {
  content: ""; }

.icon__help:before, .icon-list__help:before {
  content: ""; }

.icon__help--after:after {
  content: ""; }

.icon__warning:before, .icon-list__warning:before {
  content: ""; }

.icon__warning--after:after {
  content: ""; }

.icon__share:before, .icon-list__share:before {
  content: ""; }

.icon__share--after:after {
  content: ""; }

.icon__star:before, .icon-list__star:before {
  content: ""; }

.icon__star--after:after {
  content: ""; }

.icon__whatsapp:before, .icon-list__whatsapp:before {
  content: ""; }

.icon__whatsapp--after:after {
  content: ""; }

.icon__twitter:before, .icon-list__twitter:before {
  content: ""; }

.icon__twitter--after:after {
  content: ""; }

.icon__googleplus:before, .icon-list__googleplus:before {
  content: ""; }

.icon__googleplus--after:after {
  content: ""; }

.icon__facebook:before, .icon-list__facebook:before {
  content: ""; }

.icon__facebook--after:after {
  content: ""; }

.icon__instegram:before, .icon-list__instegram:before {
  content: ""; }

.icon__instegram--after:after {
  content: ""; }

.icon__world:before, .icon-list__world:before {
  content: ""; }

.icon__world--after:after {
  content: ""; }

.icon__comment-4:before, .icon-list__comment-4:before {
  content: ""; }

.icon__comment-4--after:after {
  content: ""; }

.icon__comment-3:before, .icon-list__comment-3:before {
  content: ""; }

.icon__comment-3--after:after {
  content: ""; }

.icon--padding-left:after {
  padding-left: 12px;
  padding-left: 1.2rem; }

.icon--padding-right:before {
  padding-right: 12px;
  padding-right: 1.2rem; }

.search-list__item:before, .button[class^="icon__"]:before, .button[class^="icon__"]:after, .link__more [class^="icon__"]:before, .link-liste [class*="icon"]:before, .list-style--own [class*="icon-list"]:before, .autocomplete__header.search-autocomplete__content .search-list__item:before, .icon-text {
  font-size: 0.7em; }
  .icon-text:after {
    padding-left: 6px;
    padding-left: 0.6rem; }
  .search-list__item:before, .link__more [class^="icon__"]:before, .link-liste [class*="icon"]:before, .list-style--own [class*="icon-list"]:before, .autocomplete__header.search-autocomplete__content .search-list__item:before, .icon-text:before {
    padding-right: 6px;
    padding-right: 0.6rem; }

.icon__checked {
  color: #97d213; }

.icon__warning {
  color: #e3e516; }

@media only screen and (min-width: 0px ) and (max-width: 640px ) {
  html {
    font-size: 9px; } }

.site-content {
  max-width: 980px;
  max-width: 98rem;
  width: 100%;
  background-color: #fff;
  position: relative; }
  @media only screen and (max-width: 1060px ) {
    .site-content {
      max-width: 860px;
      max-width: 86rem; } }
  @media only screen and (min-width: 0px ) and (max-width: 640px ) {
    .site-content {
      background-color: #e8e8e8; } }
.main, footer {
  position: relative;
  z-index: 10;
  padding: 24px 0 0 0;
  padding: 2.4rem 0 0 0; }

footer {
  z-index: 9; }

@media only screen and (max-width: 820px ) {
  .main {
    padding-top: 94px;
    padding-top: 9.4rem; }
  footer {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 0px ) and (max-width: 640px ) {
  .main {
    padding-left: 0;
    padding-right: 0; } }

.navBar {
  background-color: #e83710;
  z-index: 100;
  font-size: 0;
  position: relative;
  vertical-align: middle;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }

@media only screen and (max-width: 820px ) {
  .navBar, .navBar-nav-center {
    height: 0px; } }

.nav-holder {
  height: 48px;
  height: 4.8rem; }
  @media only screen and (max-width: 820px ) {
    .nav-holder {
      padding: 0; } }
.nav {
  font-size: 0;
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  text-transform: uppercase; }
  .nav__item {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    *display: inline;
    *zoom: 1; }
    .nav__item > a, .nav__item > .like-nav-link {
      display: inline-block;
      text-decoration: none;
      color: #fff;
      font-weight: 700;
      font-size: 24px;
      font-size: 2.4rem;
      padding: 12px 6px;
      padding: 1.2rem 0.6rem;
      vertical-align: top;
      line-height: 1; }
      .nav__item > a:hover, .nav__item > a:focus, .nav__item > a.nav__item--clicked, .nav__item > .like-nav-link:hover, .nav__item > .like-nav-link:focus, .nav__item > .like-nav-link.nav__item--clicked {
        color: #fff;
        background-color: #b6260e; }
    .nav__item__submenu {
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #e83710;
      display: none; }
      .nav__item__submenu__item {
        display: block;
        position: relative; }
        .nav__item__submenu__item > a, .nav__item__submenu__item > .like-nav-link {
          font-size: 20px;
          font-size: 2rem;
          padding: 6px 18px;
          padding: 0.6rem 1.8rem;
          display: block; }
  .nav-main {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1; }
    @media only screen and (max-width: 820px ) {
      .nav-main {
        width: 100%; } }
  @media only screen and (min-width: 821px ) {
    .nav__item .nav__item__home {
      padding: 12px;
      padding: 1.2rem; } }
  .nav__item:hover .nav__item__submenu {
    display: block;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear; }
  .nav-main__secondary__item {
    font-size: 14px;
    font-size: 1.4rem; }
    .nav-main__secondary__item > a {
      font-size: 16px;
      font-size: 1.6rem; }
  @media only screen and (min-width: 821px ) {
    .nav-main__secondary__item {
      padding-left: 3px;
      padding-left: 0.3rem;
      line-height: 1; }
      .nav-main__secondary__item > a {
        color: #1f201d;
        padding: 0px 2px;
        padding: 0px 0.2rem; }
        .nav-main__secondary__item > a:before {
          line-height: normal; }
      .nav-main__secondary__item:after {
        content: "|"; }
      .nav-main__secondary__item:last-child:after {
        content: ""; } }
  @media only screen and (min-width: 821px ) {
    .nav-main__social {
      text-align: right;
      display: inline-block; }
      .nav-main__social__item > a {
        border: 0; }
        .nav-main__social__item > a:hover, .nav-main__social__item > a:focus {
          background-color: transparent;
          color: #b6260e; } }
  .nav.search-box {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    padding-right: 6px;
    padding-right: 0.6rem; }
    @media only screen and (max-width: 820px ) {
      .nav.search-box {
        width: 90%;
        padding: 12px 24px;
        padding: 1.2rem 2.4rem;
        background-color: #fff;
        border: 1px solid #e83710; } }
  .nav .search-box__input {
    margin-top: 6px;
    margin-top: 0.6rem;
    border: 0; }
    @media only screen and (max-width: 820px ) {
      .nav .search-box__input {
        border: 1px solid #000;
        margin-top: 0; } }
  .nav .search-box__button {
    border: 0;
    width: 20%;
    padding: 7px 0 5px 0;
    padding: 0.7rem 0 0.5rem 0;
    color: #fff;
    cursor: pointer;
    vertical-align: bottom; }
    .nav .search-box__button:before {
      line-height: 1; }
    @media only screen and (max-width: 820px ) {
      .nav .search-box__button {
        border: 1px solid #e83710; } }
  .nav__fixed {
    position: fixed;
    width: 980px;
    width: 98rem;
    max-width: 100%; }
    @media only screen and (min-width: 821px ) {
      .nav__fixed {
        top: 0; } }
    @media only screen and (max-width: 1060px ) {
      .nav__fixed {
        max-width: 860px;
        max-width: 86rem; } }
  @media only screen and (max-width: 1060px ) {
    .nav .nav__item > a, .nav .nav__item > .like-nav-link {
      font-size: 20px;
      font-size: 2rem; }
    .nav .nav-main__secondary__item > a {
      font-size: 14px;
      font-size: 1.4rem; }
    .nav .search-box__input {
      margin-top: 4px;
      margin-top: 0.4rem; } }
.nav__fixed .nav__item__home--one {
  font-size: 0;
  height: 0; }

.nav__fixed .nav__item__home--two {
  font-size: 24px;
  height: auto; }

@media only screen and (min-width: 821px ) {
  .site-nav {
    position: absolute;
    right: 0px;
    top: -50px;
    top: -5rem;
    text-align: right; } }

@media only screen and (max-width: 820px ) {
  .site-nav {
    padding-top: 12px;
    padding-top: 1.2rem; } }

.nav-footer {
  z-index: 10;
  text-align: center;
  display: inline-block; }
  @media only screen and (max-width: 820px ) {
    .nav-footer {
      text-align: left;
      padding-bottom: 24px;
      padding-bottom: 2.4rem; } }
  .nav-footer a {
    padding-top: 0;
    padding-bottom: 0; }
  .nav-footer .nav__item {
    display: inline-block;
    text-transform: none;
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
    @media only screen and (max-width: 820px ) {
      .nav-footer .nav__item {
        margin-bottom: 6px;
        margin-bottom: 0.6rem; } }
    .nav-footer .nav__item a, .nav-footer .nav__item .like-nav-link {
      color: #000;
      font-size: 20px;
      font-size: 2rem;
      line-height: 24px;
      line-height: 2.4rem; }
      .nav-footer .nav__item a:hover, .nav-footer .nav__item a:focus, .nav-footer .nav__item .like-nav-link:hover, .nav-footer .nav__item .like-nav-link:focus {
        background-color: transparent;
        color: #b6260e; }
      @media only screen and (max-width: 820px ) {
        .nav-footer .nav__item a, .nav-footer .nav__item .like-nav-link {
          font-size: 16px;
          font-size: 1.6rem; } }
    .nav-footer .nav__item--vertical {
      display: block;
      text-align: left; }
      .nav-footer .nav__item--vertical:last-child {
        margin-bottom: 0; }
      .nav-footer .nav__item--vertical a {
        padding-left: 0;
        padding-right: 0; }
        @media only screen and (max-width: 820px ) {
          .nav-footer .nav__item--vertical a {
            padding: 0; } }
      .nav-footer .nav__item--vertical--double > a {
        display: inline-block; }
    .nav-footer .nav__item--abc {
      margin-bottom: 0;
      line-height: 1; }
      .nav-footer .nav__item--abc a, .nav-footer .nav__item--abc .like-nav-link {
        padding: 8.4px;
        padding: 0.84rem; }
        @media only screen and (max-width: 820px ) {
          .nav-footer .nav__item--abc a, .nav-footer .nav__item--abc .like-nav-link {
            padding: 0 10.8px 0 0;
            padding: 0 1.08rem 0 0; } }
      .nav-footer .nav__item--abc:first-child a, .nav-footer .nav__item--abc:first-child .like-nav-link {
        padding-left: 0;
        padding-right: 0; }
      @media only screen and (max-width: 820px ) {
        .nav-footer .nav__item--abc {
          width: auto;
          margin-bottom: 12px;
          margin-bottom: 1.2rem; } }
      @media only screen and (max-width: 820px ) {
        .nav-footer .nav__item--abc--titel {
          text-align: left;
          display: block; } }
    @media only screen and (max-width: 820px ) {
      .nav-footer .nav__item__socials {
        width: auto;
        margin-bottom: 0; } }
    .nav-footer .nav__item__socials [class*="icon__"] {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 36px;
      line-height: 3.6rem;
      color: #e83710; }
      @media only screen and (max-width: 820px ) {
        .nav-footer .nav__item__socials [class*="icon__"] {
          padding: 6px;
          padding: 0.6rem;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 30px;
          line-height: 3rem; } }
      .nav-footer .nav__item__socials [class*="icon__"]:before {
        vertical-align: middle; }
        @media only screen and (max-width: 820px ) {
          .nav-footer .nav__item__socials [class*="icon__"]:before {
            vertical-align: initial; } }
  .nav-footer__horiz {
    margin-top: 12px;
    margin-top: 1.2rem; }
    @media only screen and (max-width: 820px ) {
      .nav-footer__horiz {
        text-align: center; } }
    .nav-footer__horiz .nav-footer__horiz__item {
      width: auto;
      margin-bottom: 6px;
      margin-bottom: 0.6rem; }
      @media only screen and (max-width: 820px ) {
        .nav-footer__horiz .nav-footer__horiz__item {
          line-height: 1; } }
      .nav-footer__horiz .nav-footer__horiz__item > a {
        padding: 0;
        display: inline-block;
        padding-right: 4.8px;
        padding-right: 0.48rem;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 400; }
        @media only screen and (max-width: 820px ) {
          .nav-footer__horiz .nav-footer__horiz__item > a {
            font-size: 16px;
            font-size: 1.6rem; } }
      .nav-footer__horiz .nav-footer__horiz__item:after {
        content: "|";
        padding-right: 4.8px;
        padding-right: 0.48rem; }
      .nav-footer__horiz .nav-footer__horiz__item:last-child:after {
        content: "";
        display: none; }

@media only screen and (max-width: 820px ) {
  .offcanvas-html {
    overflow-y: hidden; }
  .nav {
    display: block; }
    .nav__item {
      display: block;
      width: 100%; }
      .nav__item > a {
        border-width: 0;
        display: block;
        padding: 12px 24px;
        padding: 1.2rem 2.4rem;
        font-size: 20px;
        font-size: 2rem; }
      .nav__item.nav__item--more > a:after {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: "Icons";
        line-height: 0;
        position: absolute;
        right: 12px;
        right: 1.2rem;
        top: 20px;
        top: 2rem; }
      .nav__item__submenu {
        position: static;
        display: none;
        padding-left: 24px;
        padding-left: 2.4rem; }
        .nav__item__submenu__item > a {
          padding: 12px 12px;
          padding: 1.2rem 1.2rem;
          font-size: 18px;
          font-size: 1.8rem; }
  .offcanvas {
    position: fixed;
    left: 0px;
    width: 90%;
    height: calc(100vh - 100px);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    min-height: 84%;
    z-index: 100;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: block;
    margin-left: 5%;
    background-color: #e83710; }
    .offcanvas--down {
      -webkit-transform-origin: 50% 0;
      -moz-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      -o-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -webkit-transform: translate3d(0, 0, 0) rotateX(90deg);
      -moz-transform: translate3d(0, 0, 0) rotateX(90deg);
      -ms-transform: translate3d(0, 0, 0) rotateX(90deg);
      -o-transform: translate3d(0, 0, 0) rotateX(90deg);
      transform: translate3d(0, 0, 0) rotateX(90deg);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transition: -webkit-transform 0.5s;
      -moz-transition: -moz-transform 0.5s;
      transition: transform 0.5s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
      .offcanvas--down.is-visible {
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: translate3d(0, 0, 0) rotateX(0deg);
        -moz-transform: translate3d(0, 0, 0) rotateX(0deg);
        -ms-transform: translate3d(0, 0, 0) rotateX(0deg);
        -o-transform: translate3d(0, 0, 0) rotateX(0deg);
        transform: translate3d(0, 0, 0) rotateX(0deg);
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        visibility: visible; }
  .nav {
    padding-bottom: 6px;
    padding-bottom: 0.6rem;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    border-top: 1px solid #f2f2f2; }
    .nav:first-child {
      border: 0; }
    .nav-holder {
      background-color: #e83710;
      background: #fff;
      background: -webkit-linear-gradient(0deg, #fff 5.2%, #e83710 5.2%, #e83710 95%, #fff 95%);
      background: linear-gradient(90deg, #fff 5.2%, #e83710 5.2%, #e83710 95%, #fff 95%);
      height: 6px;
      height: 0.6rem;
      position: absolute;
      left: 0;
      bottom: -2.4px;
      z-index: 120;
      width: 100%; } }
  @media only screen and (max-width: 820px ) and (max-width: 820px ) {
    .nav-footer__socials {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      border: 0; } }
@media only screen and (max-width: 820px ) {
    .nav-main__secondary {
      padding-top: 6px;
      padding-top: 0.6rem; }
      .nav-main__secondary__item > a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 6px 24px;
        padding: 0.6rem 2.4rem; }
    .nav-main__social__item {
      display: inline-block;
      width: auto; } }

@media only screen and (min-width: 821px ) {
  .offcanvas_button {
    display: none; } }

.site-header {
  position: relative;
  max-width: 980px;
  max-width: 98rem;
  width: 100%;
  z-index: 15; }
  @media only screen and (max-width: 820px ) {
    .site-header {
      position: fixed;
      background-color: #fff; } }
.site-titel {
  display: inline-block;
  width: 227px;
  height: auto;
  padding-bottom: 6px;
  padding-bottom: 0.6rem; }
  @media only screen and (max-width: 820px ) {
    .site-titel {
      width: 160px;
      height: auto;
      padding: 6px;
      padding: 0.6rem;
      min-height: 1px; } }
  @media only screen and (min-width: 961px ) {
    .site-titel {
      min-height: 78px;
      min-height: 7.8rem; } }
  .site-titel--logo {
    width: 227px;
    height: auto;
    vertical-align: bottom; }
    @media only screen and (max-width: 820px ) {
      .site-titel--logo {
        width: 100%;
        height: auto;
        display: block; } }
.site-prom {
  display: inline-block;
  padding: 0 13.2px;
  padding: 0 1.32rem;
  vertical-align: bottom;
  margin-bottom: 6px;
  margin-bottom: 0.6rem; }
  @media only screen and (max-width: 820px ) {
    .site-prom {
      display: none; } }
.site-titel-nav {
  position: relative; }

.site-logo {
  text-align: right;
  position: absolute;
  right: 0px;
  z-index: 10; }
  .site-logo__content {
    width: 160px;
    height: auto;
    display: inline-block; }
  @media only screen and (max-width: 820px ) {
    .site-logo {
      position: static;
      text-align: center;
      background-color: #f2f2f2;
      padding: 3px 3px 0 3px;
      padding: 0.3rem 0.3rem 0 0.3rem;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .site-logo__content {
        width: 100px; }
      .site-logo--hide {
        padding: 0;
        overflow: hidden;
        height: 0;
        width: 0; } }
@media only screen and (max-width: 820px ) {
  .site-header__content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    height: auto;
    padding: 0; }
  .offcanvas_button, .search_button {
    font-size: 1.5em;
    padding: 12px;
    padding: 1.2rem;
    line-height: 1;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center; } }

.site-footer {
  background-color: transparent; }
  @media only screen and (max-width: 820px ) {
    .site-footer .waves + .site-footer__content .nav-footer {
      padding-bottom: 0; } }
  .site-footer__content {
    background-color: rgba(127, 127, 127, 0.7);
    padding: 24px;
    padding: 2.4rem; }
    @media only screen and (max-width: 820px ) {
      .site-footer__content {
        padding: 24px 10px 0 10px;
        padding: 2.4rem 1rem 0 1rem; } }
    .site-footer__content--bottom {
      padding-bottom: 12px;
      padding-bottom: 1.2rem;
      padding-top: 12px;
      padding-top: 1.2rem;
      background-color: rgba(127, 127, 127, 0.5);
      text-transform: none; }
      .site-footer__content--bottom nav {
        width: 100%; }

.footer--social-area {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right; }
  @media only screen and (max-width: 820px ) {
    .footer--social-area {
      text-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
.footer__logo--cdf {
  width: 90%;
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
  cursor: pointer; }
  @media only screen and (min-width: 481px ) and (max-width: 639px ) {
    .footer__logo--cdf {
      width: 60%; } }
[class^="waves__wave-"] {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 9px; }

.waves {
  position: relative; }
  .waves__wave-front {
    background: transparent url(/~/images/fudder/footer-wave-front.png) repeat-x;
    -webkit-animation: wavesFront 6s infinite linear;
    -moz-animation: wavesFront 6s infinite linear;
    animation: wavesFront 6s infinite linear; }
  .waves__wave-back {
    background: transparent url(/~/images/fudder/footer-wave-back.png) repeat-x -20px 0;
    z-index: 20;
    -webkit-animation: wavesBack 6s infinite ease-in-out;
    -moz-animation: wavesBack 6s infinite ease-in-out;
    animation: wavesBack 6s infinite ease-in-out; }
  .waves__wave-bg {
    bottom: 0px;
    height: 20px;
    background-color: rgba(127, 127, 127, 0.7); }
  .waves__logo {
    width: 40%;
    margin: auto;
    position: relative;
    z-index: 30; }
    @media only screen and (max-width: 640px ) {
      .waves__logo {
        width: 80%; } }
@-webkit-keyframes wavesFront {
  0% {
    background-position: 0px; }
  100% {
    background-position: 40px; } }

@-moz-keyframes wavesFront {
  0% {
    background-position: 0px; }
  100% {
    background-position: 40px; } }

@keyframes wavesFront {
  0% {
    background-position: 0px; }
  100% {
    background-position: 40px; } }

@-webkit-keyframes wavesBack {
  0% {
    background-position: 20px; }
  100% {
    background-position: 60px; } }

@-moz-keyframes wavesBack {
  0% {
    background-position: 20px; }
  100% {
    background-position: 60px; } }

@keyframes wavesBack {
  0% {
    background-position: 20px; }
  100% {
    background-position: 60px; } }

.cdf-area__welcome-info {
  text-align: right;
  font-weight: 400;
  font-style: italic;
  line-height: inherit; }
  .cdf-area__welcome-info p:last-child {
    margin: 0; }

.breadcrumb--quick-links {
  margin: 0 0 28.8px 0;
  margin: 0 0 2.88rem 0;
  padding: 0; }
  .breadcrumb--quick-links > li {
    display: inline-block;
    margin-right: 12px;
    margin-right: 1.2rem; }
    .breadcrumb--quick-links > li:last-child {
      margin-right: 0; }

.breadcrumb__container__item {
  display: inline-block;
  margin-right: 6px;
  margin-right: 0.6rem;
  color: #868685; }
  .breadcrumb__container__item--current {
    color: #1f201d; }
  .breadcrumb__container__item:after {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 6px;
    margin-left: 0.6rem; }
  .breadcrumb__container__item:last-child:after {
    display: none; }

.search-box__item {
  width: 100%;
  font-size: 0; }

.search-box__input {
  padding: 6px;
  padding: 0.6rem;
  font-size: 16px;
  font-size: 1.6rem; }

.search-box__button {
  width: 20%;
  cursor: pointer;
  vertical-align: bottom; }
  .search-box__button:before {
    line-height: 1; }

.search-autocomplete__content {
  position: absolute;
  right: 0px;
  top: 47px;
  border-color: #e83710;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  width: 50rem;
  max-width: 90vw;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 12px 0 12px;
  padding: 1.2rem 1.2rem 0 1.2rem; }
  @media only screen and (max-width: 1060px ) {
    .search-autocomplete__content {
      top: 42px; } }
  @media only screen and (max-width: 820px ) {
    .search-autocomplete__content {
      padding: 12px 24px 0 24px;
      padding: 1.2rem 2.4rem 0 2.4rem;
      width: 100%; } }
@media only screen and (max-width: 820px ) {
  .autocomplete__header.search-autocomplete__content {
    border-width: 0;
    background-color: transparent;
    left: 0;
    right: 0;
    top: auto; } }

.autocomplete__header.search-autocomplete__content a {
  display: block;
  text-transform: none; }

.autocomplete__header.search-autocomplete__content .search-list {
  background-color: transparent;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 6px;
  margin-bottom: 0.6rem; }
  .autocomplete__header.search-autocomplete__content .search-list__heading {
    font-weight: 700;
    margin: 0;
    color: #1f201d; }
    @media only screen and (min-width: 961px ) {
      .autocomplete__header.search-autocomplete__content .search-list__heading {
        color: #1f201d; } }
    .autocomplete__header.search-autocomplete__content .search-list__heading__more {
      color: #e53012; }
  .autocomplete__header.search-autocomplete__content .search-list__item {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative; }
    .autocomplete__header.search-autocomplete__content .search-list__item:before {
      position: absolute;
      line-height: inherit; }
    .autocomplete__header.search-autocomplete__content .search-list__item a {
      text-transform: none;
      padding: 0;
      padding-left: 18px;
      padding-left: 1.8rem; }
      .autocomplete__header.search-autocomplete__content .search-list__item a:hover, .autocomplete__header.search-autocomplete__content .search-list__item a:focus {
        background-color: #d1d1d1; }
      .autocomplete__header.search-autocomplete__content .search-list__item a small {
        padding-left: 6px;
        padding-left: 0.6rem;
        color: #868685; }

.autocomplete__header.search-autocomplete__content a:hover .search-list__heading, .autocomplete__header.search-autocomplete__content a:focus .search-list__heading {
  color: #b6260e; }

.main .search-autocomplete__content {
  position: static;
  background-color: transparent;
  border-width: 0px;
  width: auto;
  max-width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 24px 0 0 0;
  padding: 2.4rem 0 0 0; }
  @media only screen and (max-width: 960px ) {
    .main .search-autocomplete__content {
      padding: 12px 0 0 0;
      padding: 1.2rem 0 0 0; } }
  .main .search-autocomplete__content .search-list__item {
    border-color: #000; }
    .main .search-autocomplete__content .search-list__item a:hover, .main .search-autocomplete__content .search-list__item a:focus {
      background-color: #d1d1d1; }
  .main .search-autocomplete__content a {
    display: block; }
    @media only screen and (max-width: 960px ) {
      .main .search-autocomplete__content a {
        color: #e83710; } }
    .main .search-autocomplete__content a:hover .search-list__heading, .main .search-autocomplete__content a:focus .search-list__heading {
      color: #b6260e; }

.autocomplete__search__content {
  padding-bottom: 12px;
  padding-bottom: 1.2rem; }
  .autocomplete__search__content:last-child {
    padding: 0; }

.ui-autocomplete {
  display: none; }

.box-modul {
  position: relative;
  padding: 0 10px;
  padding: 0 1rem; }
  @media only screen and (min-width: 0px ) and (max-width: 640px ) {
    .box-modul {
      padding: 0 6px;
      padding: 0 0.6rem; } }
  .box-modul--desktop {
    padding: 0; }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .box-modul--desktop {
        padding: 0 6px;
        padding: 0 0.6rem; } }
  @media only screen and (min-width: 0px ) and (max-width: 640px ) {
    .box-modul--modil {
      padding: 0 6px;
      padding: 0 0.6rem; } }
  .box-modul__content {
    position: relative;
    display: block;
    word-wrap: break-word;
    border: 0;
    color: #1f201d;
    margin-bottom: 48px;
    margin-bottom: 4.8rem; }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .box-modul__content {
        margin-bottom: 24px;
        margin-bottom: 2.4rem; } }
    .box-modul__content--half-b {
      margin-bottom: 24px;
      margin-bottom: 2.4rem; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .box-modul__content--half-b {
          margin-bottom: auto; } }
    .box-modul__content--4b {
      margin-bottom: 12px;
      margin-bottom: 1.2rem; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .box-modul__content--4b {
          margin-bottom: auto; } }
    .box-modul__content__extern--instagram {
      margin-bottom: 12px;
      margin-bottom: 1.2rem; }
    .box-modul__content > *:last-child {
      margin-bottom: 0; }

.media-box {
  position: relative; }
  @media only screen and (min-width: 0px ) and (max-width: 640px ) {
    .media-box {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 0px ) and (max-width: 640px ) {
    .media-box--list, .media-box__content {
      padding: 12px;
      padding: 1.2rem;
      width: 100%; }
    .media-box--list--no-bottom, .media-box__content--no-bottom {
      padding-bottom: 0; } }
  .media-box .media-box--list > *:last-child,
  .media-box .media-box__content > *:last-child {
    margin-bottom: 0; }
  .media-box--bordered {
    border-width: 1px 1px 3px 1px;
    border-style: solid;
    border-color: #868685; }
  .media-box--padding-default {
    padding: 12px;
    padding: 1.2rem; }
  .media-box__link {
    position: relative;
    display: block; }
  .media-box__titel--normal {
    font-weight: 400; }
  .media-box__category-info {
    font-family: Roboto;
    color: #000;
    font-size: 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .media-box__category-info {
        padding: 0 12px;
        padding: 0 1.2rem;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        -ms-flex-order: 1;
        position: absolute;
        top: 28px;
        left: 52px;
        left: 5.2rem;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; } }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .media-box__category-info--static {
        position: static;
        padding-top: 12px;
        padding-top: 1.2rem; }
        .media-box__category-info--static .media-box__category-info__inhalt--date:after {
          display: none; } }
    .media-box__category-info__inhalt {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px;
      line-height: 2.4rem;
      display: inline-block;
      vertical-align: top;
      position: relative;
      *display: inline;
      *zoom: 1;
      margin-bottom: 6px;
      margin-bottom: 0.6rem;
      border: 0;
      overflow: hidden; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .media-box__category-info__inhalt {
          margin-bottom: 0; } }
      .media-box__category-info__inhalt--date {
        color: #868685;
        white-space: nowrap; }
      .media-box__category-info__inhalt--ressort {
        text-align: right;
        white-space: nowrap; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .media-box__category-info__inhalt {
          color: #868685; }
          .media-box__category-info__inhalt--date {
            width: auto;
            padding-right: 6px;
            padding-right: 0.6rem; }
            .media-box__category-info__inhalt--date:after {
              content: "";
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-family: "Icons";
              line-height: 0;
              font-size: 6px;
              font-size: 0.6rem;
              padding-left: 6px;
              padding-left: 0.6rem;
              vertical-align: middle; }
          .media-box__category-info__inhalt--ressort {
            width: auto;
            text-align: left; } }
      .media-box__category-info__inhalt--ticket-img {
        width: 91px;
        width: 9.1rem;
        display: inline-block;
        vertical-align: top; }
  .media-box__el-holder {
    position: relative; }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .media-box__el-holder {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        -ms-flex-order: 3; }
        .media-box__el-holder--noOrder {
          -webkit-box-ordinal-group: 0;
          -moz-box-ordinal-group: 0;
          box-ordinal-group: 0;
          -webkit-order: 0;
          -moz-order: 0;
          order: 0;
          -ms-flex-order: 0; } }
    .media-box__el-holder__image {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s;
      border: 1px solid #868685; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .media-box__el-holder__image {
          border: 0; } }
      .media-box__el-holder__image:hover, .media-box__el-holder__image:focus, .media-box__el-holder__image:active {
        border: 1px solid #b82c0d; }
        @media only screen and (min-width: 0px ) and (max-width: 640px ) {
          .media-box__el-holder__image:hover, .media-box__el-holder__image:focus, .media-box__el-holder__image:active {
            border: 0; } }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .media-box__el-holder--circle {
        -webkit-box-ordinal-group: 0;
        -moz-box-ordinal-group: 0;
        box-ordinal-group: 0;
        -webkit-order: 0;
        -moz-order: 0;
        order: 0;
        -ms-flex-order: 0; } }
    .media-box__el-holder--circle__image {
      border: 0;
      border-radius: 100%;
      -webkit-transition: 0s;
      -moz-transition: 0s;
      transition: 0s; }
      .media-box__el-holder--circle__image:hover, .media-box__el-holder--circle__image:focus {
        border: 0;
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08); }
    .media-box__el-holder + [class^="media-box"] {
      padding-top: 12px;
      padding-top: 1.2rem; }
    .media-box__el-holder--info-icon {
      background-color: rgba(255, 255, 255, 0.7);
      padding: 10px 0px;
      padding: 1rem 0px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .media-box__el-holder--info-icon:before {
        color: #e83710;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1;
        padding: 13px;
        padding: 1.3rem; }
    .media-box__el-holder:hover .media-box__el-holder--info-icon {
      -webkit-transform: translate(-50%, -50%) scale(1.08);
      -moz-transform: translate(-50%, -50%) scale(1.08);
      -ms-transform: translate(-50%, -50%) scale(1.08);
      -o-transform: translate(-50%, -50%) scale(1.08);
      transform: translate(-50%, -50%) scale(1.08); }
  .media-box__article {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1f201d; }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .media-box__article {
        padding: 0 12px;
        padding: 0 1.2rem; } }
    .media-box__article__date {
      margin-bottom: 6px;
      margin-bottom: 0.6rem;
      font-size: 16px;
      font-size: 1.6rem;
      color: #868685;
      white-space: nowrap; }
    .media-box__article__autor {
      margin-bottom: 6px;
      margin-bottom: 0.6rem;
      font-size: 0;
      white-space: nowrap; }
      .media-box__article__autor__pic {
        display: none; }
      .media-box__article__autor__name {
        margin: 0; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .media-box__article__autor {
          -webkit-box-ordinal-group: 0;
          -moz-box-ordinal-group: 0;
          box-ordinal-group: 0;
          -webkit-order: 0;
          -moz-order: 0;
          order: 0;
          -ms-flex-order: 0;
          margin-bottom: 0; }
          .media-box__article__autor .media-box__article__autor__pic {
            display: inline-block;
            max-width: 40px;
            max-width: 4rem;
            border-width: 2px; }
          .media-box__article__autor__content {
            padding-left: 12px;
            padding-left: 1.2rem; }
          .media-box__article__autor__name {
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: 0; }
            .media-box__article__autor__name:before {
              content: 'von ';
              color: #868685; } }
    .media-box__article__titel {
      margin-bottom: 6px;
      margin-bottom: 0.6rem;
      min-height: 72px;
      min-height: 7.2rem; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .media-box__article__titel {
          min-height: 20px;
          min-height: 2rem;
          margin-bottom: 12px;
          margin-bottom: 1.2rem;
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          box-ordinal-group: 2;
          -webkit-order: 2;
          -moz-order: 2;
          order: 2;
          -ms-flex-order: 2; } }
      .media-box__article__titel--h2-normal {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 36px;
        line-height: 3.6rem;
        padding-top: 24px;
        padding-top: 2.4rem;
        font-weight: normal;
        margin: 0; }
        @media only screen and (min-width: 0px ) and (max-width: 640px ) {
          .media-box__article__titel--h2-normal {
            -webkit-box-ordinal-group: 1;
            -moz-box-ordinal-group: 1;
            box-ordinal-group: 1;
            -webkit-order: 1;
            -moz-order: 1;
            order: 1;
            -ms-flex-order: 1; } }
      .media-box__article__titel--singel {
        padding-top: 12px;
        padding-top: 1.2rem;
        min-height: 10px;
        min-height: 1rem; }
      .media-box__article__titel--giga {
        font-size: 72px;
        font-size: 7.2rem;
        line-height: 72px;
        line-height: 7.2rem; }
    .media-box__article__text {
      margin: 0;
      min-height: 72px;
      min-height: 7.2rem; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .media-box__article__text {
          min-height: 20px;
          min-height: 2rem;
          padding-top: 12px;
          padding-top: 1.2rem;
          padding-bottom: 12px;
          padding-bottom: 1.2rem;
          -webkit-box-ordinal-group: 4;
          -moz-box-ordinal-group: 4;
          box-ordinal-group: 4;
          -webkit-order: 4;
          -moz-order: 4;
          order: 4;
          -ms-flex-order: 4; } }
    .media-box__article__info {
      padding-top: 0;
      color: #868685;
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .media-box__article__info {
          padding-bottom: 6px;
          padding-bottom: 0.6rem;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          box-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: justify;
          -webkit-box-ordinal-group: 5;
          -moz-box-ordinal-group: 5;
          box-ordinal-group: 5;
          -webkit-order: 5;
          -moz-order: 5;
          order: 5;
          -ms-flex-order: 5; } }
      .media-box__article__info [class^="icon__"] {
        font-size: 6px;
        font-size: 0.6rem;
        padding: 0 6px;
        padding: 0 0.6rem;
        vertical-align: middle; }
    .media-box__article__liste {
      margin: 24px 0 0 0;
      margin: 2.4rem 0 0 0; }
      .media-box__article__liste__item {
        margin: 0 0 6px 0;
        margin: 0 0 0.6rem 0; }
        .media-box__article__liste__item a {
          color: #1f201d; }
    .media-box__article__holder {
      background-color: #f5f5f5;
      padding: 12px;
      padding: 1.2rem; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .media-box__article__holder {
          background-color: #fff;
          padding-left: 0;
          padding-right: 0; }
          .media-box__article__holder .link-liste {
            padding-left: 12px;
            padding-left: 1.2rem;
            padding-right: 12px;
            padding-right: 1.2rem; } }
      .media-box__article__holder--text {
        margin-bottom: 6px;
        margin-bottom: 0.6rem; }
      .media-box__article__holder .media-box__article__info {
        text-align: right;
        margin-bottom: 6px;
        margin-bottom: 0.6rem; }
    .media-box__article__bandarole {
      position: absolute;
      bottom: 24px;
      bottom: 2.4rem;
      left: 1px;
      background-color: rgba(255, 255, 255, 0.9); }
      @media only screen and (min-width: 641px ) {
        .media-box__article__bandarole[class^="media-box__article"] {
          padding: 24px;
          padding: 2.4rem; } }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .media-box__article__bandarole {
          position: relative;
          bottom: 0px;
          left: 0px;
          padding: 12px 12px 0 12px;
          padding: 1.2rem 1.2rem 0 1.2rem;
          -webkit-box-ordinal-group: 5;
          -moz-box-ordinal-group: 5;
          box-ordinal-group: 5;
          -webkit-order: 5;
          -moz-order: 5;
          order: 5;
          -ms-flex-order: 5; } }
      .media-box__article__bandarole__autor {
        margin: 0;
        font-size: 18px;
        font-size: 1.8rem; }
        @media only screen and (min-width: 0px ) and (max-width: 640px ) {
          .media-box__article__bandarole__autor {
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: 12px;
            margin-bottom: 1.2rem; } }
      .media-box__article__bandarole__titel {
        margin: 0;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 36px;
        line-height: 3.6rem;
        margin: 0; }
        @media only screen and (min-width: 0px ) and (max-width: 640px ) {
          .media-box__article__bandarole__titel {
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 30px;
            line-height: 3rem;
            padding-bottom: 6px;
            padding-bottom: 0.6rem; } }
      @media only screen and (min-width: 641px ) {
        .media-box__article__bandarole [class^="media-box__article"]:first-child {
          margin-bottom: 6px;
          margin-bottom: 0.6rem; } }
    @media only screen and (min-width: 641px ) {
      .media-box__article__insert--bottom {
        bottom: 0px;
        left: 0px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        background: #333333;
        background: -webkit-linear-gradient(bottom, #333333 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to top, #333333 0%, rgba(255, 255, 255, 0) 100%); }
        .media-box__article__insert--bottom [class^="media-box__article"] {
          color: #fff; } }
  .media-box__ticket__article__date {
    color: #1f201d;
    padding-top: 12px;
    padding-top: 1.2rem;
    margin-bottom: 6px;
    margin-bottom: 0.6rem; }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .media-box__ticket__article__date {
        padding: 12px;
        padding: 1.2rem;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
        -webkit-order: 3;
        -moz-order: 3;
        order: 3;
        -ms-flex-order: 3; } }
    .media-box__ticket__article__date__content {
      margin-bottom: 0; }
  .media-box__ticket__article__titel {
    min-height: 10px;
    min-height: 1rem; }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .media-box__ticket__article__titel {
        -webkit-box-ordinal-group: 5;
        -moz-box-ordinal-group: 5;
        box-ordinal-group: 5;
        -webkit-order: 5;
        -moz-order: 5;
        order: 5;
        -ms-flex-order: 5; } }
  .media-box__ticket__category-info {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    position: static; }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .media-box__ticket__category-info {
        padding: 6px 12px 12px 12px;
        padding: 0.6rem 1.2rem 1.2rem 1.2rem; } }
    .media-box__ticket__category-info__inhalt--date:after {
      display: none; }
  .media-box__extern--instagram {
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #868685; }
    .media-box__extern--instagram__bandarole {
      padding: 12px 12px 6px 12px;
      padding: 1.2rem 1.2rem 0.6rem 1.2rem;
      left: 0; }
    .media-box__extern--instagram__user-img {
      display: inline-block;
      height: 38px;
      height: 3.8rem;
      width: 38px;
      width: 3.8rem;
      border: 1px solid #868685;
      margin-right: 6px;
      margin-right: 0.6rem; }
    .media-box__extern--instagram__user-name {
      display: inline-block;
      padding: 0;
      margin: 0; }
    .media-box__extern--instagram__img-holder {
      border: 1px solid #868685;
      border-width: 0px 1px; }
      .media-box__extern--instagram__img-holder__image {
        border: 0; }
        .media-box__extern--instagram__img-holder__image:hover, .media-box__extern--instagram__img-holder__image:focus {
          border: 0; }
      .media-box__extern--instagram__img-holder--small {
        height: 200px;
        height: 20rem; }
        @media only screen and (max-width: 960px ) {
          .media-box__extern--instagram__img-holder--small {
            height: auto; } }
  .media-box__gallery__item--el-holder img {
    max-width: 100%;
    max-height: 100vh;
    width: auto;
    height: auto;
    margin: auto; }
  .media-box__gallery__item--BU {
    padding-top: 12px;
    padding-top: 1.2rem; }
    .media-box__gallery__item--BU--titel {
      font-family: PTSerif;
      font-size: 18px;
      font-size: 1.8rem;
      min-height: 50px;
      min-height: 5rem;
      margin: 0; }
    .media-box__gallery__item--BU--autor {
      color: #868685;
      margin-bottom: 0; }
  .media-box__gallery--info-icon {
    padding: 25px 0px;
    padding: 2.5rem 0px; }
    .media-box__gallery--info-icon:before {
      font-size: 200px;
      font-size: 20rem;
      padding: 25px;
      padding: 2.5rem; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .media-box__gallery--info-icon:before {
          font-size: 100px;
          font-size: 10rem; } }
  .media-box--centered-img {
    position: relative;
    background-color: transparent; }
    .media-box--centered-img__pic-holder {
      width: 130px;
      width: 13rem;
      margin: auto;
      position: relative;
      z-index: 10; }
      .media-box--centered-img__pic-holder--image {
        border-color: #e8e8e8;
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        border-width: 5px; }
        .media-box--centered-img__pic-holder--image:hover, .media-box--centered-img__pic-holder--image:focus {
          -webkit-transform: scale(1.08);
          -moz-transform: scale(1.08);
          -ms-transform: scale(1.08);
          -o-transform: scale(1.08);
          transform: scale(1.08); }
        .media-box--centered-img__pic-holder--image--bg-default path, .media-box--centered-img__pic-holder--image--bg-default polygon {
          fill: #fff; }
        .media-box--centered-img__pic-holder--image--bg-weiss path, .media-box--centered-img__pic-holder--image--bg-weiss polygon {
          fill: #e83710; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .media-box--centered-img__pic-holder--mobil {
          display: none; } }
    .media-box--centered-img__special-item--desk-top {
      margin-top: 82px;
      margin-top: 8.2rem; }
      @media only screen and (max-width: 1060px ) {
        .media-box--centered-img__special-item--desk-top iFrame {
          height: 359px;
          height: 35.9rem; } }
      @media only screen and (max-width: 960px ) {
        .media-box--centered-img__special-item--desk-top {
          margin-top: 0; } }
    .media-box--centered-img__content {
      background-color: #f2f2f2;
      margin-top: -48px;
      margin-top: -4.8rem;
      padding: 60px 12px 12px 12px;
      padding: 6rem 1.2rem 1.2rem 1.2rem; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .media-box--centered-img__content {
          background-color: #fff; }
          .media-box--centered-img__content--mobil {
            padding: 12px;
            padding: 1.2rem;
            margin-top: 0; } }
      .media-box--centered-img__content .link-liste {
        padding-left: 0; }
      .media-box--centered-img__content__headline {
        margin-bottom: 12px;
        margin-bottom: 1.2rem;
        color: #e83710;
        font-family: PTSerif;
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 700;
        text-align: center;
        min-height: 48px;
        min-height: 4.8rem; }
        .media-box--centered-img__content__headline--fc-text {
          color: #1f201d; }
        .media-box--centered-img__content__headline--no-height {
          min-height: 12px;
          min-height: 1.2rem; }
        @media only screen and (min-width: 0px ) and (max-width: 640px ) {
          .media-box--centered-img__content__headline--mobil {
            min-height: 12px;
            min-height: 1.2rem; } }
      .media-box--centered-img__content__text {
        margin-bottom: 12px;
        margin-bottom: 1.2rem; }
        .media-box--centered-img__content__text--quotes {
          font-size: 18px;
          font-size: 1.8rem;
          font-style: italic; }
          .media-box--centered-img__content__text--quotes:before, .media-box--centered-img__content__text--quotes:after {
            font-family: PTSerif;
            font-size: 30px;
            font-size: 3rem;
            padding: 2px;
            padding: 0.2rem;
            display: inline-block;
            line-height: 0; }
          .media-box--centered-img__content__text--quotes:before {
            content: open-quote; }
          .media-box--centered-img__content__text--quotes:after {
            content: close-quote;
            position: relative;
            bottom: -5px;
            bottom: -0.5rem; }
          .media-box--centered-img__content__text--quotes a {
            color: #1f201d; }
            .media-box--centered-img__content__text--quotes a:hover {
              text-decoration: underline; }
      .media-box--centered-img__content__link {
        margin-bottom: 0; }
        .media-box--centered-img__content__link--zusatz {
          color: #868685; }
  .media-box__hover {
    position: relative;
    overflow: hidden;
    display: block;
    border-top: 1px solid #868685; }
    .media-box__hover [class^="media-box"] {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .media-box__hover .media-box__article {
      position: absolute;
      -webkit-transition: -webkit-transform 0.35s;
      -moz-transition: -moz-transform 0.35s;
      transition: transform 0.35s; }
    .media-box__hover .media-box__el-holder {
      transition: transform 0.35s; }
      .media-box__hover .media-box__el-holder img {
        border-top: 0; }
    .media-box__hover .media-box__article__titel {
      bottom: 0px;
      bottom: 0;
      min-height: 0px;
      background-color: #fff;
      width: auto;
      padding: 5px;
      padding: 0.5rem;
      margin: 10px;
      margin: 1rem; }
    .media-box__hover .media-box__article__text {
      min-height: 72px;
      min-height: 7.2rem;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translate3d(0, 82px, 0);
      -moz-transform: translate3d(0, 82px, 0);
      -ms-transform: translate3d(0, 82px, 0);
      -o-transform: translate3d(0, 82px, 0);
      transform: translate3d(0, 82px, 0);
      padding: 5px;
      padding: 0.5rem;
      background-color: #e8e8e8; }
    .media-box__hover:hover {
      border-top: 1px solid #b6260e; }
      .media-box__hover:hover .media-box__el-holder {
        -webkit-transform: translate3d(0, -70px, 0);
        -moz-transform: translate3d(0, -70px, 0);
        -ms-transform: translate3d(0, -70px, 0);
        -o-transform: translate3d(0, -70px, 0);
        transform: translate3d(0, -70px, 0); }
      .media-box__hover:hover .media-box__article__titel {
        -webkit-transform: translate3d(0, -80px, 0);
        -moz-transform: translate3d(0, -80px, 0);
        -ms-transform: translate3d(0, -80px, 0);
        -o-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0); }
      .media-box__hover:hover .media-box__article__text {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
  .media-box__left-border-box__headline {
    color: #e83710;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700; }
  .media-box__left-border-box--border-area {
    padding-left: 12px;
    padding-left: 1.2rem; }
  .media-box__left-border-box--border-area-bottom {
    border-bottom: 1px solid #e83710;
    padding-bottom: 12px;
    padding-bottom: 1.2rem; }
  .media-box__bz-digital {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 640px ) {
      .media-box__bz-digital {
        display: block; } }
    .media-box__bz-digital--right {
      flex-direction: row-reverse; }
    .media-box__bz-digital__content {
      background-color: #f2f2f2;
      padding: 12px;
      padding: 1.2rem;
      flex: 1 1 auto; }
      @media only screen and (max-width: 640px ) {
        .media-box__bz-digital__content {
          padding-top: 36px;
          padding-top: 3.6rem;
          margin-top: -70px;
          margin-top: -7rem; } }
    @media only screen and (max-width: 640px ) {
      .media-box__bz-digital__img-holder {
        text-align: center; } }
    .media-box__bz-digital__item--img {
      max-height: 260px;
      max-height: 26rem;
      width: auto;
      display: inline-block; }
      @media only screen and (max-width: 640px ) {
        .media-box__bz-digital__item--img {
          max-height: 200px;
          max-height: 20rem;
          transform: none; } }
      .media-box__bz-digital__item--img--small {
        max-height: 180px;
        max-height: 18rem; }
        @media only screen and (max-width: 640px ) {
          .media-box__bz-digital__item--img--small {
            padding-bottom: 10px;
            padding-bottom: 1rem; } }
      @media only screen and (max-width: 640px ) {
        .media-box__bz-digital__item--img--right {
          transform: none; } }
    .media-box__bz-digital__item__text {
      padding: 0;
      margin-bottom: 6px;
      margin-bottom: 0.6rem; }
    .media-box__bz-digital__item__headline {
      font-size: 32px;
      font-size: 3.2rem;
      color: #e83710;
      margin-bottom: 36px;
      margin-bottom: 3.6rem;
      text-align: center; }
    .media-box__bz-digital__item__badge-area {
      margin-top: 12px;
      margin-top: 1.2rem;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .media-box__bz-digital__item__badge-area__item {
        max-width: 200px;
        max-width: 20rem;
        width: 30%; }

.list-style__circle__item {
  position: relative;
  padding-left: 30px;
  padding-left: 3rem; }
  .list-style__circle__item:before {
    content: "";
    width: 18px;
    width: 1.8rem;
    height: 18px;
    height: 1.8rem;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #e83710;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    top: 5px;
    top: 0.5rem;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
  .list-style__circle__item:hover:before, .list-style__circle__item:focus:before {
    background-color: #e83710;
    color: #fff;
    border-width: 9px; }

.list-style--own {
  list-style: none;
  margin-left: 0; }
  .list-style--own [class*="icon-list"] {
    position: relative;
    padding-left: 12px;
    padding-left: 1.2rem;
    padding-bottom: 12px;
    padding-bottom: 1.2rem; }
    .list-style--own [class*="icon-list"]:last-child {
      padding-bottom: 0; }
    .list-style--own [class*="icon-list"]:before {
      padding-right: 6px;
      padding-right: 0.6rem; }
  .list-style--own--m-bottom {
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }

.list-style__circle__item__link {
  display: block;
  padding-bottom: 24px;
  padding-bottom: 2.4rem; }

.list-style__circle--order {
  counter-reset: LD-counter; }
  .list-style__circle--order__item {
    padding-left: 54px;
    padding-left: 5.4rem; }
    .list-style__circle--order__item:before {
      width: 40px;
      width: 4rem;
      height: 40px;
      height: 4rem;
      content: counter(LD-counter);
      counter-increment: LD-counter;
      line-height: 1.05;
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 900;
      color: #e83710;
      background-color: #fff;
      text-align: center; }
    .list-style__circle--order__item:hover:before, .list-style__circle--order__item:focus:before {
      background-color: #e83710;
      line-height: 20px;
      line-height: 2rem; }

.list-style__search li + * {
  padding-top: 12px;
  padding-top: 1.2rem;
  margin-top: 12px;
  margin-top: 1.2rem;
  border-top: 1px solid #d1d1d1; }

.list-style__search__item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .list-style__search__item__link {
    display: block;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
    .list-style__search__item__link:hover .list-style__search__item__titel, .list-style__search__item__link:hover .list-style__search__item__text, .list-style__search__item__link:focus .list-style__search__item__titel, .list-style__search__item__link:focus .list-style__search__item__text {
      text-decoration: underline; }
  .list-style__search__item__titel {
    color: #e83710;
    margin: 0; }
  .list-style__search__item__text {
    color: #1f201d; }
  .list-style__search__item__button {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end; }

.link-liste {
  margin-left: 0; }
  .link-liste:last-child {
    margin: 0; }
  @media only screen and (min-width: 0px ) and (max-width: 640px ) {
    .link-liste {
      margin-bottom: 0; } }
  .link-liste__item + * {
    margin-top: 6px;
    margin-top: 0.6rem; }
  @media only screen and (min-width: 641px ) {
    .link-liste__item--one-line {
      margin-bottom: 36px;
      margin-bottom: 3.6rem; }
      .link-liste__item--one-line:last-child {
        margin-bottom: 30px;
        margin-bottom: 3rem; } }
  .link-liste--horiz__item {
    display: inline-block;
    margin: 6px 6px 0 0;
    margin: 0.6rem 0.6rem 0 0; }
    .link-liste--horiz__item:last-child {
      margin-right: 0; }
  .link-liste [class*="icon"]:before {
    padding-right: 6px;
    padding-right: 0.6rem; }

.link-text__zusatz {
  color: #000; }

.addy {
  padding-left: 0;
  margin-bottom: 0; }
  .addy + * {
    margin-top: 24px;
    margin-top: 2.4rem; }
  .addy__item {
    display: inline-block; }
    .addy__item__dt {
      width: 40%; }
      @media only screen and (max-width: 640px ) {
        .addy__item__dt {
          width: 100%;
          margin-bottom: 0; } }
    .addy__item__dd {
      width: 60%;
      margin-left: 0; }
      @media only screen and (max-width: 640px ) {
        .addy__item__dd {
          width: 100%; } }
  .addy > dt:nth-last-of-type(-n+1), .addy > dd:nth-last-of-type(-n+1) {
    margin-bottom: 0; }

.dd-no-indents {
  margin-left: 0; }

dl > *:last-child {
  margin-bottom: 0; }

.billing {
  padding: 0; }
  .billing__titel {
    font-weight: 700; }
  .billing__item {
    font-weight: 700; }
  .billing__price {
    font-weight: 700; }

table, .table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }

.billing {
  font-size: 16px;
  font-size: 1.6rem; }
  .billing + * {
    margin-top: 12px;
    margin-top: 1.2rem; }
  .billing__caption {
    text-align: left;
    font-weight: 700;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    font-size: 18px;
    font-size: 1.8rem; }
  .billing__items > * {
    padding: 6px;
    padding: 0.6rem; }
  .billing__items th {
    text-align: left; }
  .billing__items td {
    text-align: right;
    width: 30%;
    vertical-align: top; }
  .billing__items:nth-child(2) {
    background-color: #f2f2f2;
    border-bottom: 1px solid #fff; }
  .billing__items--gesamt {
    background-color: #e8e8e8; }

.category__titel {
  font-size: 40px;
  font-size: 4rem;
  line-height: 48px;
  line-height: 4.8rem; }
  @media only screen and (max-width: 960px ) {
    .category__titel {
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 42px;
      line-height: 4.2rem; } }
  .category__titel--sub {
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }
    .category__titel--sub__img {
      width: 230px;
      width: 23rem; }
    .category__titel--sub__header {
      font-size: 20px;
      font-size: 2rem;
      font-weight: normal;
      color: #1f201d; }
  .category__titel--sub-null {
    margin-bottom: 0; }

.category__dachzeile {
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

.sub-headline {
  padding-top: 24px;
  padding-top: 2.4rem; }

.ngZwiti, .ngInfobox {
  font-weight: 700; }
  .ngZwiti + br, .ngInfobox + br {
    display: none; }

.ngDurchgestrichen {
  text-decoration: line-through; }

.ngHtmlSnippet iframe {
  width: 100%;
  border: 0;
  padding: 0; }
  .ngHtmlSnippet iframe[src*="https://widget.whatsbroadcast.com"] {
    width: 100%;
    border: 1px solid #d1d1d1; }
  .ngHtmlSnippet iframe[src*="https://wb.whatsbroadcast.com/"], .ngHtmlSnippet iframe[src*="https://wb.messengerpeople.com/"] {
    height: 400px; }
    @media only screen and (max-width: 640px ) {
      .ngHtmlSnippet iframe[src*="https://wb.whatsbroadcast.com/"], .ngHtmlSnippet iframe[src*="https://wb.messengerpeople.com/"] {
        height: 500px; } }
.ngHtmlSnippet .ngVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block; }
  .ngHtmlSnippet .ngVideo--isnottv {
    padding-bottom: 72.5%; }
  .ngHtmlSnippet .ngVideo iframe[src^="https://www.youtu"], .ngHtmlSnippet .ngVideo iframe[src^="https://www.facebook.com"], .ngHtmlSnippet .ngVideo iframe[src^="https://player.vimeo.com"], .ngHtmlSnippet .ngVideo iframe[src^="https://www.isnottv.com"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.zitate {
  border-left-width: 10px;
  font-family: PTSerif;
  font-size: 22px;
  font-size: 2.2rem;
  font-style: italic;
  color: #50514b;
  padding-left: 12px;
  padding-left: 1.2rem;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  text-align: center; }
  .zitate cite {
    color: #868685;
    display: block; }
  .zitate br {
    display: none; }

.infoBox {
  border-left-width: 10px;
  font-size: 20px;
  font-size: 2rem;
  padding: 12px;
  padding: 1.2rem;
  margin: 24px 0;
  margin: 2.4rem 0;
  position: relative;
  background-color: rgba(255, 255, 51, 0.4); }

.list__info-text {
  color: #868685;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block; }

.list__titel {
  font-size: 20px;
  font-size: 2rem;
  color: #1f201d;
  margin-bottom: 0; }

.comment__tools__liste {
  margin-left: 0; }

.comment__form__field {
  padding: 10px 10px 0px 130px;
  padding: 1rem 1rem 0px 13rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  background-color: #fff;
  background: url(/~/images/fudder/fish-and-bubbels.svg) no-repeat 20px 20px;
  background-size: 80px 150px;
  height: 227px;
  height: 22.7rem;
  border: 1px solid rgba(80, 81, 75, 0.4);
  font-size: 22px;
  font-size: 2.2rem;
  font-family: PTSerif;
  text-align: left; }
  .comment__form__field__label {
    padding-bottom: 12px;
    padding-bottom: 1.2rem; }
  .comment__form__field__textarea {
    border: 0;
    height: 100%;
    min-height: 80%;
    padding: 0;
    color: #b8b8b8; }
    .comment__form__field__textarea:hover, .comment__form__field__textarea:focus {
      background-color: #fff;
      color: #000; }
    .comment__form__field__textarea:placeholder {
      color: #b8b8b8; }

.comment__list {
  margin-left: 0; }
  .comment__list__item__user {
    font-size: 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .comment__list__user--pic {
    width: 11.7021276596%;
    padding-right: 24px;
    padding-right: 2.4rem;
    margin: 0; }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .comment__list__user--pic {
        width: 100px; } }
    .comment__list__user--pic__image {
      border: 1px solid #000; }
  .comment__list__content {
    width: 88.2978723404%; }
    .comment__list__content__article {
      width: 100%;
      padding-bottom: 48px;
      padding-bottom: 4.8rem;
      padding-left: 11.7021276596%; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .comment__list__content__article {
          padding-left: 0;
          margin-top: 6px;
          margin-top: 0.6rem; } }
  .comment__list__user-name {
    color: #e83710; }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .comment__list__user-name {
        margin: 0; } }
  .comment__list__date-time {
    color: #868685;
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
  .comment__list__article {
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }

.comment__tools--admin {
  margin-top: 12px;
  margin-top: 1.2rem;
  position: relative;
  overflow: hidden; }
  .comment__tools--admin__reason-info {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    transition: 0.3s linear all; }
    .comment__tools--admin__reason-info--show {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }

.comment__tools__liste {
  width: 100%; }
  @media only screen and (min-width: 0px ) and (max-width: 640px ) {
    .comment__tools__liste__items {
      font-size: 14px;
      font-size: 1.4rem; } }
  .comment__tools__liste__items__link {
    color: #868685;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline: 0; }
    .comment__tools__liste__items__link:hover {
      color: #b6260e; }
    .comment__tools__liste__items__link--aktive {
      color: #b6260e;
      text-decoration: underline; }
    .comment__tools__liste__items__link:before, .comment__tools__liste__items__link:after {
      vertical-align: middle;
      line-height: normal; }
    .comment__tools__liste__items__link--like:before, .comment__tools__liste__items__link--like:after {
      font-size: 25px;
      font-size: 2.5rem;
      padding-left: 6px;
      padding-left: 0.6rem; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .comment__tools__liste__items__link--like:before, .comment__tools__liste__items__link--like:after {
          font-size: 22px;
          font-size: 2.2rem; } }
    .comment__tools__liste__items__link--reply {
      padding-left: 18px;
      padding-left: 1.8rem;
      padding-right: 18px;
      padding-right: 1.8rem; }
    .comment__tools__liste__items__link--share:before, .comment__tools__liste__items__link--share:after {
      padding: 6px;
      padding: 0.6rem; }
    .comment__tools__liste__items__link--share:first-child:before, .comment__tools__liste__items__link--share:first-child:after {
      padding: 0; }
  .comment__tools__liste [class^="icon__"] {
    font-size: 6px;
    font-size: 0.6rem;
    padding: 6px;
    padding: 0.6rem;
    vertical-align: middle;
    color: #868685; }

.comment__profil__el-holder {
  width: 11.7021276596%;
  padding-right: 24px;
  padding-right: 2.4rem; }
  @media only screen and (min-width: 0px ) and (max-width: 640px ) {
    .comment__profil__el-holder {
      width: 100px;
      width: 10rem; } }
.comment__profil__image {
  border: 1px solid #e8e8e8; }

.comment__profil--big .comment__profil__el-holder {
  width: 22.3404255319%;
  padding-right: 24px;
  padding-right: 2.4rem; }
  @media only screen and (min-width: 0px ) and (max-width: 640px ) {
    .comment__profil--big .comment__profil__el-holder {
      width: 200px;
      width: 20rem; } }
.social-button {
  color: #fff; }
  .social-button:hover, .social-button:focus {
    color: #e6e6e6; }
  .social-button--facebook {
    background-color: #3b5998; }
    .social-button--facebook:hover, .social-button--facebook:focus {
      background-color: #2d4373; }
  .social-button--gplus {
    background-color: #da5131; }
    .social-button--gplus:hover, .social-button--gplus:focus {
      background-color: #b73d21; }
  .social-button--mail {
    background-color: #50514b; }
    .social-button--mail:hover, .social-button--mail:focus {
      background-color: #363732; }
  .social-button--whatsapp {
    background-color: #12b216; }
    .social-button--whatsapp:hover, .social-button--whatsapp:focus {
      background-color: #0d8410; }
  .social-button--twitter {
    background-color: #55acee; }
    .social-button--twitter:hover, .social-button--twitter:focus {
      background-color: #2795e9; }
  .social-button--herz {
    background-color: #e83710; }
    .social-button--herz:hover, .social-button--herz:focus {
      background-color: #b82c0d; }

.bzm-widgets {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #868685;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  padding-top: 24px;
  padding-top: 2.4rem; }
  @media only screen and (min-width: 0px ) and (max-width: 640px ) {
    .bzm-widgets {
      border: 0;
      padding: 0 6px;
      padding: 0 0.6rem;
      width: 100%; }
      .bzm-widgets > * {
        background-color: #fff; }
      .bzm-widgets > :first-child {
        padding-top: 12px;
        padding-top: 1.2rem; }
      .bzm-widgets > :last-child {
        padding-bottom: 12px;
        padding-bottom: 1.2rem; } }
  .bzm-widgets__item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 36px;
    margin-bottom: 3.6rem; }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .bzm-widgets__item {
        margin-bottom: 2px; } }
    .bzm-widgets__item--link {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      color: #000; }
    .bzm-widgets__item--dachzeile {
      height: 39px;
      height: 3.9rem;
      line-height: 1.2; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .bzm-widgets__item--dachzeile {
          padding: 12px 12px 0 12px;
          padding: 1.2rem 1.2rem 0 1.2rem;
          height: auto; } }
    .bzm-widgets__item--titel {
      min-height: 50px;
      min-height: 5rem; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .bzm-widgets__item--titel {
          min-height: 10px; } }
    .bzm-widgets__item--btn {
      align-items: flex-end;
      align-self: flex-end; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .bzm-widgets__item--btn {
          padding-top: 12px;
          padding-top: 1.2rem;
          margin-bottom: 0; } }
.box-modul__content:hover .media-box__el-holder__figcaption {
  opacity: 1; }

a:hover .media-box__article__autor, a:hover .media-box__article__titel, a:focus .media-box__article__autor, a:focus .media-box__article__titel {
  color: #b6260e;
  outline: 0; }

a:hover [class*="media-box__article__bandarole__"], a:focus [class*="media-box__article__bandarole__"] {
  color: #fff;
  outline: 0; }
  @media only screen and (max-width: 640px ) {
    a:hover [class*="media-box__article__bandarole__"], a:focus [class*="media-box__article__bandarole__"] {
      color: #b6260e; } }
a:hover .media-box__article .media-box__article__info, a:focus .media-box__article .media-box__article__info {
  color: #868685; }

a[name] {
  height: 0px;
  margin: 0;
  padding: 0; }

.link__more {
  font-weight: bold;
  color: #e53012; }
  .link__more [class^="icon__"]:before {
    color: #1f201d; }

.input-group {
  display: table;
  border-collapse: separate;
  width: 100%; }
  .input-group__addon, .input-group__field, .input-group__btn {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle; }
  .input-group__addon {
    width: 1%; }
    .input-group__addon:last-child {
      padding-right: 0; }

.input-group > * + * {
  padding-left: 12px;
  padding-left: 1.2rem; }

.submit {
  text-align: right; }
  .submit input[class*="button"], .submit .submit {
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    display: inline-block;
    font: inherit;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: inherit;
    padding: 6px;
    padding: 0.6rem;
    vertical-align: middle;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    width: auto;
    margin-right: 6px;
    margin-right: 0.6rem;
    color: #fff;
    background: #e83710;
    border-color: #711b08;
    text-shadow: 1px 1px 1px rgba(17, 4, 1, 0.6); }
    .submit input[class*="button"]:hover, .submit input[class*="button"]:focus, .submit .submit:hover, .submit .submit:focus {
      background: #ba2c0d; }

.form-field {
  position: relative;
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
  padding-left: 12px;
  padding-left: 1.2rem; }
  .form-field--checkBox {
    vertical-align: initial; }
  .form-field--nobottomMargin {
    margin-bottom: 0; }

legend sub, label sub, .pflichtfeld sub, .label sub {
  color: #ff0000;
  vertical-align: top; }

.pflichtfeld {
  font-size: 14px;
  font-size: 1.4rem; }

fieldset + *, .fieldset + * {
  margin-top: 36px;
  margin-top: 3.6rem; }

fieldset.button-area, .fieldset.button-area {
  margin-top: 0; }

fieldset__uebersicht, .fieldset__uebersicht {
  padding: 12px 0 18px 12px;
  padding: 1.2rem 0 1.8rem 1.2rem; }

.button--small {
  font-size: 18px;
  font-size: 1.8rem; }

.button--big {
  font-size: 32px;
  font-size: 3.2rem;
  padding: 12px;
  padding: 1.2rem; }

.button-holder {
  padding-top: 36px;
  padding-top: 3.6rem;
  width: 100%; }

.thumbslider-navigation, .slidesjs-navigation {
  position: absolute;
  bottom: 20%;
  z-index: 50;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 8px 10px;
  padding: 0.8rem 1rem; }
  .thumbslider-navigation :before, .slidesjs-navigation :before {
    line-height: normal; }
  @media only screen and (min-width: 0px ) and (max-width: 768px ) {
    .thumbslider-navigation, .slidesjs-navigation {
      padding: 4px;
      padding: 0.4rem;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 0; } }
.thumbslider-next, .slidesjs-next {
  right: 20px;
  right: 2rem; }

.thumbslider-previous, .slidesjs-previous {
  left: 20px;
  left: 2rem; }

.slidesjs-navigation {
  bottom: 55%; }

.slidesjs-pagination {
  text-align: center;
  margin: 12px 0 0 0;
  margin: 1.2rem 0 0 0;
  padding: 0; }
  @media only screen and (min-width: 0px ) and (max-width: 640px ) {
    .slidesjs-pagination {
      margin: 6px 0 0 0;
      margin: 0.6rem 0 0 0; } }
  .slidesjs-pagination li {
    display: inline-block;
    padding: 6px 12px 6px 12px;
    padding: 0.6rem 1.2rem 0.6rem 1.2rem;
    vertical-align: super; }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .slidesjs-pagination li {
        padding: 3px 6px;
        padding: 0.3rem 0.6rem; } }
  .slidesjs-pagination a {
    display: block;
    background-color: #333;
    color: #fff;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    padding: 6px;
    padding: 0.6rem;
    border-radius: 100%;
    border: 0; }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .slidesjs-pagination a {
        padding: 4.8px;
        padding: 0.48rem; } }
    .slidesjs-pagination a.active {
      background-color: #e83710;
      color: #e83710; }
    .slidesjs-pagination a:hover, .slidesjs-pagination a:focus {
      background-color: #e53012;
      color: #e53012; }

@media only screen and (min-width: 0px ) and (max-width: 640px ) {
  .bildgalerie_slidejs .media-box__gallery__item--BU--titel {
    min-height: 40px;
    min-height: 4rem; } }

.autor {
  font-size: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .autor__pic {
    border-width: 4px;
    overflow: hidden; }
    .autor__pic__image:hover, .autor__pic__image:focus {
      -webkit-transform: scale(1.08);
      -moz-transform: scale(1.08);
      -ms-transform: scale(1.08);
      -o-transform: scale(1.08);
      transform: scale(1.08); }
  .autor__content {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    *display: inline;
    *zoom: 1; }
  .autor-area {
    border-left-width: 10px;
    text-align: center; }
    .autor-area__pic {
      width: 200px;
      width: 20rem;
      margin-bottom: 24px;
      margin-bottom: 2.4rem;
      display: inline-block;
      max-width: 100%; }
    .autor-area__content {
      padding-left: 24px;
      padding-left: 2.4rem;
      text-align: left; }
      .autor-area__content__name {
        font-size: 30px;
        font-size: 3rem;
        line-height: 30px;
        line-height: 3rem; }
      .autor-area__content__contact {
        margin: 0; }
        .autor-area__content__contact__item {
          margin-bottom: 12px;
          margin-bottom: 1.2rem; }
          .autor-area__content__contact__item:last-child {
            margin-bottom: 0; }
          .autor-area__content__contact__item--link {
            font-size: 20px;
            font-size: 2rem;
            font-weight: 700; }
            .autor-area__content__contact__item--link:before {
              font-size: 30px;
              font-size: 3rem;
              padding-right: 12px;
              padding-right: 1.2rem;
              line-height: 1;
              vertical-align: middle; }
            .autor-area__content__contact__item--link.icon__mail:before {
              color: #50514b; }
            .autor-area__content__contact__item--link.icon__twitter:before {
              color: #55acee; }

div.bc_widget_single {
  border: none; }

.search-list__item {
  padding-bottom: 6px;
  padding-bottom: 0.6rem;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #262626; }
  .search-list__item__container {
    color: #1f201d;
    padding: 6px 12px 6px 12px;
    padding: 0.6rem 1.2rem 0.6rem 1.2rem;
    display: block; }
    .search-list__item__container:hover, .search-list__item__container:focus {
      background-color: #d1d1d1;
      color: #1f201d; }
      .search-list__item__container:hover .search-list__item__titel, .search-list__item__container:focus .search-list__item__titel {
        color: #e53012; }
  .search-list__item__shares {
    vertical-align: bottom;
    padding-left: 24px;
    padding-left: 2.4rem;
    font-size: 14px;
    font-size: 1.4rem;
    color: #868685;
    padding: 6px 0 0 0;
    padding: 0.6rem 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    .search-list__item__shares span {
      display: block; }
  .search-list__item__titel {
    font-weight: 700;
    width: 100%;
    color: #1f201d;
    margin-bottom: 6px;
    margin-bottom: 0.6rem; }
  .search-list__item__article__content {
    margin-bottom: 0; }
    .search-list__item__article__content__datas {
      color: #868685; }
  .search-list__item__datas--category {
    text-align: right;
    vertical-align: bottom; }
  .search-list__item--ohne-border {
    border: 0;
    padding-bottom: 0; }

.article__date, .aside__date {
  margin: 0; }

@media only screen and (min-width: 0px ) and (max-width: 640px ) {
  .article, .aside {
    margin: 0 6px 0 6px;
    margin: 0 0.6rem 0 0.6rem; } }

.tag-area__content__tag {
  margin: 0; }

.social-area__content {
  padding: 0;
  font-size: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .social-area__content__item {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    *display: inline;
    *zoom: 1;
    padding-right: 24px;
    padding-right: 2.4rem; }
    .social-area__content__item__button {
      width: 60px;
      width: 6rem;
      height: 60px;
      height: 6rem;
      color: #fff;
      display: block;
      text-align: center; }
      .social-area__content__item__button:before {
        font-size: 45px;
        font-size: 4.5rem;
        line-height: 60px; }
      .social-area__content__item__button--counter {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 6px;
        padding: 0 0.6rem;
        text-align: right;
        background-color: #d1d1d1;
        color: #000;
        width: 100%; }
      .social-area__content__item__button:hover, .social-area__content__item__button:focus {
        color: #fff; }
        .social-area__content__item__button:hover:before, .social-area__content__item__button:focus:before {
          font-size: 52px;
          font-size: 5.2rem; }
      .social-area__content__item__button--small {
        height: auto;
        width: auto;
        padding: 0px 40px;
        padding: 0px 4rem; }
        @media only screen and (min-width: 0px ) and (max-width: 640px ) {
          .social-area__content__item__button--small {
            padding: 0px 22px;
            padding: 0px 2.2rem; } }
        .social-area__content__item__button--small:before {
          font-size: 20px;
          font-size: 2rem;
          line-height: 2; }
          @media only screen and (min-width: 0px ) and (max-width: 640px ) {
            .social-area__content__item__button--small:before {
              font-size: 18px;
              font-size: 1.8rem; } }
        .social-area__content__item__button--small:hover, .social-area__content__item__button--small:focus {
          color: #fff; }
          .social-area__content__item__button--small:hover:before, .social-area__content__item__button--small:focus:before {
            font-size: 20px;
            font-size: 2rem; }
  .social-area__content__info {
    padding-right: 48px;
    padding-right: 4.8rem; }
    .social-area__content__info p {
      margin: 0;
      text-align: center;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      text-transform: uppercase; }
      .social-area__content__info p:last-child {
        color: #d1d1d1; }
    @media only screen and (min-width: 0px ) and (max-width: 768px ) {
      .social-area__content__info {
        padding-bottom: 24px;
        padding-bottom: 2.4rem; }
        .social-area__content__info p {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1; } }
  .social-area__content__buttons {
    margin: 0;
    padding: 0; }
  @media only screen and (min-width: 0px ) and (max-width: 640px ) {
    .social-area__content__buttons {
      font-size: 0;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
.detail-item {
  padding: 6px 12px 6px 12px;
  padding: 0.6rem 1.2rem 0.6rem 1.2rem; }
  .detail-item__header {
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
    margin-top: 18px;
    margin-top: 1.8rem;
    text-align: center; }
    .detail-item__header img {
      margin: auto; }
  .detail-item__dachzeile {
    font-family: PTSerif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem; }
  .detail-item__titel {
    padding-bottom: 24px;
    padding-bottom: 2.4rem;
    margin: 0; }
    @media only screen and (min-width: 0px ) and (max-width: 640px ) {
      .detail-item__titel {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 40px;
        line-height: 4rem; } }
  .detail-item__teaser {
    padding-bottom: 24px;
    padding-bottom: 2.4rem;
    margin: 0; }
  .detail-item__articel > .list-style--own {
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }
  .detail-item__articel div > ul {
    margin-left: 0;
    margin-bottom: 6px;
    margin-bottom: 0.6rem; }
  .detail-item__autor {
    margin: auto;
    padding-bottom: 12px;
    padding-bottom: 1.2rem;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .detail-item__autor__pic {
      max-width: 80px;
      max-width: 8rem;
      margin-right: 12px;
      margin-right: 1.2rem;
      border-width: 2px; }
    .detail-item__autor__content {
      text-align: left; }
    .detail-item__autor__name {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 24px;
      line-height: 2.4rem;
      margin-bottom: 12px;
      margin-bottom: 1.2rem; }

.slider-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 0;
  position: relative; }
  .slider-box__item {
    position: relative;
    width: 33.33%;
    height: 330px;
    height: 33rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    *display: inline;
    *zoom: 1; }
    .slider-box__item__img-holder {
      width: 100%;
      position: absolute; }
      .slider-box__item__img-holder .media-box__article__autor,
      .slider-box__item__img-holder .media-box__article__date {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        line-height: 2rem; }
      .slider-box__item__img-holder .media-box__article__autor,
      .slider-box__item__img-holder .media-box__article__date,
      .slider-box__item__img-holder .media-box__article__titel {
        margin-bottom: 6px;
        margin-bottom: 0.6rem;
        min-height: 20px;
        min-height: 2rem;
        padding: 0; }
      .slider-box__item__img-holder .media-box__article__titel {
        margin-bottom: 0; }
      .slider-box__item__img-holder .media-box__article {
        padding: 12px 6px 0 6px;
        padding: 1.2rem 0.6rem 0 0.6rem; }

.tabs {
  border-width: 1px;
  border-style: solid;
  border-color: #e8e8e8;
  background-color: #fff;
  font-size: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }
  .tabs__item {
    border-right: 1px solid #e8e8e8; }
    .tabs__item > a {
      padding: 12px 24px;
      padding: 1.2rem 2.4rem;
      display: block;
      text-align: center; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .tabs__item > a {
          padding: 12px;
          padding: 1.2rem; } }
      .tabs__item > a:hover, .tabs__item > a.tab__item__link--aktive {
        background-color: #e8e8e8; }
    .tabs__item--selected {
      border-bottom: 2px solid #e83710; }
      .tabs__item--selected > a {
        padding-bottom: 10px;
        padding-bottom: 1rem;
        display: block;
        text-align: center; }
        @media only screen and (min-width: 0px ) and (max-width: 640px ) {
          .tabs__item--selected > a {
            padding-bottom: 10px;
            padding-bottom: 1rem; } }
  .tabs__content-container {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #e8e8e8;
    background-color: #fff;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem; }
    .tabs__content-container__content {
      padding: 12px;
      padding: 1.2rem; }
  .tabs__container {
    margin-bottom: 12px;
    margin-bottom: 1.2rem; }
    .tabs__container__fixed {
      position: fixed;
      top: 50px;
      top: 5rem;
      z-index: 10; }
      @media only screen and (min-width: 0px ) and (max-width: 640px ) {
        .tabs__container__fixed {
          position: static; } }
@media only screen and (max-width: 640px ) {
  .ld-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 95px;
    z-index: 200;
    background-color: #f2f2f2;
    margin: 0;
    height: calc(100vh - 56px);
    padding: 12px;
    padding: 1.2rem; }
    .ld-overlay__content {
      background-color: #f2f2f2; }
      .ld-overlay__content:after {
        display: none; }
      .ld-overlay__content :last-child {
        margin-bottom: 0; }
    .ld-overlay:after {
      display: none; }
    .ld-overlay .media-box:after {
      display: none; } }

.ld-layer {
  width: 450px;
  max-width: calc(100% - 50px);
  max-height: calc(100% - 35px);
  padding: 18px;
  padding: 1.8rem;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: auto; }

.badge__0005, .badge__0004, .bzplus,
.badge__0003, .badge__0006, .badge__0002 {
  background-repeat: no-repeat;
  display: inline-block;
  height: 1.0em;
  vertical-align: middle;
  margin: 0;
  text-indent: -9999px; }

.bzplus.bzplus, .bzpluss--holder.bzpluss--holder,
.badge__0002.badge__0002,
.badge__0003.badge__0003,
.badge__0004.badge__0004,
.badge__0005.badge__0005,
.badge__0006.badge__0006 {
  position: relative;
  margin-right: 5px;
  margin-right: 0.5rem; }

.bzpluss--holder.bzpluss--holder {
  margin-right: 0; }
  .bzpluss--holder.bzpluss--holder .bzplus,
  .bzpluss--holder.bzpluss--holder .badge__0002,
  .bzpluss--holder.bzpluss--holder .badge__0003,
  .bzpluss--holder.bzpluss--holder .badge__0004,
  .bzpluss--holder.bzpluss--holder .badge__0005,
  .bzpluss--holder.bzpluss--holder .badge__0006 {
    margin-right: 0; }
  .bzpluss--holder.bzpluss--holder:after {
    content: '|';
    padding-left: 5px;
    padding-left: 0.5rem;
    color: #868685; }

.badge__0002 {
  padding-bottom: 0.2em;
  width: 2.8em; }

.bzplus,
.badge__0003, .badge__0006 {
  padding-bottom: 0.2em;
  width: 2.0em; }

.badge__0004 {
  padding-bottom: 0.2em;
  width: 2.6em; }

.badge__0005 {
  width: 4.1em; }

.media-box__article__box:not(.media-box__article--teaser) .media-box__article__ressort .bzplus,
.media-box__article__box:not(.media-box__article--teaser) .media-box__article__ressort .badge__0002,
.media-box__article__box:not(.media-box__article--teaser) .media-box__article__ressort .badge__0003,
.media-box__article__box:not(.media-box__article--teaser) .media-box__article__ressort .badge__0004,
.media-box__article__box:not(.media-box__article--teaser) .media-box__article__ressort .badge__0005,
.media-box__article__box:not(.media-box__article--teaser) .media-box__article__ressort .badge__0006,
.media-box__article__box:not(.media-box__article--teaser) .article-list__item__ressort .bzplus,
.media-box__article__box:not(.media-box__article--teaser) .article-list__item__ressort .badge__0002,
.media-box__article__box:not(.media-box__article--teaser) .article-list__item__ressort .badge__0003,
.media-box__article__box:not(.media-box__article--teaser) .article-list__item__ressort .badge__0004,
.media-box__article__box:not(.media-box__article--teaser) .article-list__item__ressort .badge__0005,
.media-box__article__box:not(.media-box__article--teaser) .article-list__item__ressort .badge__0006 {
  float: right;
  margin-right: 0;
  padding: 0.2em 0 0 0; }

.media-box__article__box:not(.media-box__article--teaser) .media-box__article__ressort .badge__0002,
.media-box__article__box:not(.media-box__article--teaser) .media-box__article__ressort .badge__0005,
.media-box__article__box:not(.media-box__article--teaser) .article-list__item__ressort .badge__0002,
.media-box__article__box:not(.media-box__article--teaser) .article-list__item__ressort .badge__0005 {
  padding: 0;
  top: 0.2em; }

.ad-slot {
  position: relative;
  z-index: 150; }
  .ad-slot__innen {
    position: relative;
    max-width: 1200px;
    max-width: 120rem;
    width: 100%;
    margin: 0 auto 0 auto;
    margin: 0 auto 0 auto; }

[id^="omsv"] {
  z-index: 200 !important; }
  [id^="omsv"] table, [id^="omsv"] td {
    border: 0;
    padding: 0; }
  [id^="omsv"] img {
    display: inline; }

#zoneAdserverSuper {
  width: 998px;
  width: 99.8rem;
  margin: 0; }
  @media only screen and (max-width: 1060px ) {
    #zoneAdserverSuper {
      max-width: 878px;
      max-width: 87.8rem; } }
#helperAdserverSuper {
  width: 100%;
  height: auto;
  height: auto;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  text-align: center; }
  #helperAdserverSuper [id^="oms"] table, #helperAdserverSuper [id^="oms"] td {
    border: 0;
    padding: 0;
    text-align: right; }

#zoneAdserverSky {
  position: absolute;
  left: 992px;
  left: 99.2rem; }
  @media only screen and (max-width: 1060px ) {
    #zoneAdserverSky {
      left: 878px;
      left: 87.8rem; } }
#helperAdserverSky {
  width: 200px;
  width: 20rem;
  height: 600px;
  height: 60rem; }

[id^="helperAdserverBillboard"] {
  max-width: 800px;
  max-width: 80rem;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  overflow: hidden;
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }
  [id^="helperAdserverBillboard"] img {
    max-width: 800px;
    max-width: 80rem; }

[id^="helperAdserver"] img {
  width: auto;
  height: auto;
  display: inline; }

[id^="helperAdserver"] ins {
  display: block !important; }

@media only screen and (max-width: 820px ) {
  [id^="zoneAdserverMobile"],
  [id^="helperAdserverMobile"],
  [id^="omsv"] {
    display: block !important; }
  .ad-slot,
  [id^="omsv_sky"] {
    display: none !important; } }

@media only screen and (max-width: 800px ) {
  [id^="zoneAdserverBillboard"],
  [id^="helperAdserverBillboard"] {
    display: none !important; } }

@media only screen and (max-width: 641px ) {
  #zoneAdserverMrec,
  #helperAdserverMrec {
    display: none !important; } }

[id^="zoneAdserverMobile"] {
  padding: 12px;
  padding: 1.2rem; }

[id^="helperAdserverMobile"] {
  text-align: center; }

.media-box__ad__info {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  position: relative;
  margin-bottom: 0;
  border: 0;
  overflow: hidden; }
  .media-box__ad__info__text {
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    color: #868685;
    text-align: right; }

#traffective-ad-Mobile_Pos1, #traffective-ad-Mobile_Pos2, #traffective-ad-Mobile_Pos3, #traffective-ad-Mobile_Pos4, #traffective-ad-Mobile_Pos5, #traffective-ad-Mobile_Footer_1 {
  background-color: #fff;
  padding: 10px 0px;
  padding: 1rem 0px;
  width: 100%; }

#traffective-ad-Mobile_Pos1, #traffective-ad-Mobile_Pos2, #traffective-ad-Mobile_Pos3, #traffective-ad-Mobile_Pos4, #traffective-ad-Mobile_Pos5 {
  margin: 0px 0px 24px 0px;
  margin: 0px 0px 2.4rem 0px; }

#traffective-ad-Billboard, #traffective-ad-Billboard_2, #traffective-ad-Billboard_3, #traffective-ad-Billboard_4, #traffective-ad-Content_1 {
  margin: 0px 0px 24px 0px;
  margin: 0px 0px 2.4rem 0px; }

@media only screen and (max-width: 820px ) {
  #traffective-ad-Billboard, #traffective-ad-Billboard_2, #traffective-ad-Billboard_3, #traffective-ad-Billboard_4, #traffective-ad-Skyscraper, #traffective-ad-Footer_1 {
    display: none; } }

.trf-declaration-container.trf-declaration-container::before {
  padding-right: 10px;
  padding-right: 1rem;
  font-size: 12px;
  font-size: 1.2rem; }

html div.adminContentArea, html div.adminContentArea:hover {
  z-index: 5; }

.adminPanelContent ul {
  list-style: none; }

.row .adminControlEmptyArea,
.row .adminContentArea {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 0;
  margin-right: 0; }

.column div.adminControlEmptyArea {
  margin-left: 0;
  margin-right: 0; }

.buttonAdmin {
  position: absolute;
  top: 0px;
  right: 0px; }

form.adminForm fieldset, form#listdetail fieldset {
  font-size: 16px;
  font-size: 1.6rem; }

#feedback-overview {
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 5000;
  background-color: #fff;
  width: 680px; }
  #feedback-overview .comment__form__field__textarea {
    width: 100%;
    height: 165px; }
  #feedback-overview .feedback-buttons {
    text-align: right; }
  #feedback-overview .feedback-wizard-close {
    position: absolute;
    top: 5px;
    right: 5px; }
    #feedback-overview .feedback-wizard-close:after {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: "Icons";
      line-height: 0; }

.feedback-btn {
  position: fixed;
  bottom: -3px;
  right: 60px;
  width: auto;
  z-index: 5000; }

@media only screen and (max-width: 960px ) {
  #feedback-welcome#feedback-welcome,
  #feedback-highlighter#feedback-highlighter,
  #feedback-overview#feedback-overview,
  #feedback-submit-success#feedback-submit-success,
  #feedback-submit-error#feedback-submit-error {
    width: 100% !important;
    height: auto;
    left: 0;
    margin-left: 0; }
    #feedback-welcome#feedback-welcome .feedback-logo,
    #feedback-highlighter#feedback-highlighter .feedback-logo,
    #feedback-overview#feedback-overview .feedback-logo,
    #feedback-submit-success#feedback-submit-success .feedback-logo,
    #feedback-submit-error#feedback-submit-error .feedback-logo {
      margin-bottom: 8px;
      margin-bottom: 0.8rem;
      padding-right: 30px;
      padding-right: 3rem;
      line-height: 1.2;
      background-size: 25px;
      height: 25px; }
    #feedback-welcome#feedback-welcome p, #feedback-welcome#feedback-welcome label,
    #feedback-highlighter#feedback-highlighter p,
    #feedback-highlighter#feedback-highlighter label,
    #feedback-overview#feedback-overview p,
    #feedback-overview#feedback-overview label,
    #feedback-submit-success#feedback-submit-success p,
    #feedback-submit-success#feedback-submit-success label,
    #feedback-submit-error#feedback-submit-error p,
    #feedback-submit-error#feedback-submit-error label {
      margin-bottom: 8px;
      margin-bottom: 0.8rem;
      line-height: 1.3; }
    #feedback-welcome#feedback-welcome textarea,
    #feedback-highlighter#feedback-highlighter textarea,
    #feedback-overview#feedback-overview textarea,
    #feedback-submit-success#feedback-submit-success textarea,
    #feedback-submit-error#feedback-submit-error textarea {
      border-width: 1px 1px 4px 1px; }
    #feedback-welcome#feedback-welcome .feedback-additional.feedback-additional,
    #feedback-highlighter#feedback-highlighter .feedback-additional.feedback-additional,
    #feedback-overview#feedback-overview .feedback-additional.feedback-additional,
    #feedback-submit-success#feedback-submit-success .feedback-additional.feedback-additional,
    #feedback-submit-error#feedback-submit-error .feedback-additional.feedback-additional {
      margin: 8px 0 !important;
      margin: 0.8rem 0 !important; }
  #feedback-highlighter#feedback-highlighter {
    width: auto;
    height: auto; }
    #feedback-highlighter#feedback-highlighter .feedback-buttons, #feedback-highlighter#feedback-highlighter .feedback-setblackout, #feedback-highlighter#feedback-highlighter .feedback-sethighlight {
      margin-top: 0; }
    #feedback-highlighter#feedback-highlighter .feedback-sethighlight {
      margin-bottom: 8px;
      margin-bottom: 0.8rem; }
  #feedback-overview-screenshot {
    display: none;
    float: none; }
  #feedback-overview-description#feedback-overview-description {
    float: none;
    width: 100%; }
  .feedback-back-btn.feedback-back-btn, .feedback-submit-btn.feedback-submit-btn {
    width: auto; }
  #feedback-browser-info#feedback-browser-info,
  #feedback-page-info#feedback-page-info,
  #feedback-page-structure#feedback-page-structure,
  #feedback-additional-none#feedback-additional-none {
    margin-top: 0; }
  #feedback-overview-description-text span {
    margin-left: 8px;
    margin-left: 0.8rem; }
  #feedback-overview-note#feedback-overview-note {
    width: 100%; } }

.ladda-spinner {
  display: inline-block;
  height: 32px;
  height: 3.2rem;
  width: 32px;
  width: 3.2rem;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 2; }

.ladda-button {
  position: relative; }
  .ladda-button .ladda-label {
    position: relative;
    z-index: 3; }
  .ladda-button.ladda-progress {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    transition: 0.1s linear all; }
  .ladda-button[data-loading] .ladda-progress {
    opacity: 1;
    visibility: visible; }

.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all; }

.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px; }

.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px; }
  .ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
    opacity: 1; }

.ladda-button[data-style=slide-right] {
  overflow: hidden; }
  .ladda-button[data-style=slide-right] .ladda-label {
    position: relative; }
  .ladda-button[data-style=slide-right] .ladda-spinner {
    left: 16px;
    margin-left: 0;
    right: 100%; }

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  left: 100%;
  opacity: 0; }

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  left: 50%;
  opacity: 1; }

.ladda-button[disabled], .ladda-button[data-loading] {
  border-color: rgba(0, 0, 0, 0.07); }

.ladda-button[disabled], .ladda-button[disabled]:hover, .ladda-button[data-loading], .ladda-button[data-loading]:hover {
  background-color: #999;
  cursor: default; }

@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn); } }

#loadingIndicator {
  display: none; }

.input-spinner-holder {
  position: relative;
  display: inline-block;
  width: 80%; }

.progress {
  position: absolute;
  right: 2px;
  bottom: 10%;
  display: inline-block;
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  text-indent: 999em;
  overflow: hidden;
  -webkit-animation: spin 1s infinite steps(8);
  -moz-animation: spin 1s infinite steps(8);
  animation: spin 1s infinite steps(8); }
  .progress:before, .progress:after, .progress > div:before, .progress > div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 13px;
    width: 4px;
    width: 0.4rem;
    height: 8px;
    height: 0.8rem;
    border-radius: 10px;
    background: #eee;
    box-shadow: 0 22px #666;
    -webkit-transform-origin: 50% 15px;
    -moz-transform-origin: 50% 15px;
    -ms-transform-origin: 50% 15px;
    -o-transform-origin: 50% 15px;
    transform-origin: 50% 15px; }
  .progress:before {
    background: #555; }
  .progress:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #777; }
  .progress > div:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: #999; }
  .progress > div:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #bbb; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  background: #000;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.swiper-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  transition: 0.5s;
  display: none;
  color: white;
  color: #fff; }

.swiper-slide img {
  height: auto;
  width: auto;
  max-height: 100vh;
  max-width: 100vw; }

.swiper-button-exit, .swiper-button-fb, .swiper-button-WA, .swiper-button-mail {
  position: absolute;
  top: 10px;
  top: 1rem;
  cursor: pointer;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem; }

.swiper-button-exit {
  right: 0px; }

.swiper-button-fb {
  right: 100px;
  right: 10rem; }

.swiper-button-WA {
  right: 150px;
  right: 15rem; }

.swiper-button-mail {
  right: 50px;
  right: 5rem; }

.swiper-button-next:before, .swiper-button-prev:before {
  font-size: 20px;
  font-size: 2rem; }

.swiper-title {
  position: absolute;
  top: 40px;
  top: 4rem;
  left: 10px;
  left: 1rem;
  z-index: 10;
  font-size: 20px;
  font-size: 2rem; }

.swiper-description.menu-enabled {
  position: absolute;
  bottom: 10px;
  bottom: 1rem;
  left: 80px;
  left: 8rem;
  padding-right: 80px;
  padding-right: 8rem;
  z-index: 10; }

.header-wrapper.menu-enabled {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.5); }

.menu-disabled {
  display: none; }

.fake-cmp-holder {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 500px;
  overflow: scroll;
  font-family: arial;
  line-height: 1.5; }
  .fake-cmp-holder h3, .fake-cmp-holder .ngZwiti, .fake-cmp-holder .ngInfobox {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
  .fake-cmp-holder p, .fake-cmp-holder .button, .fake-cmp-holder a {
    font-size: 16px;
    font-size: 1.6rem; }

@media only screen and (max-width: 640px ) {
  .show--small.show--small {
    display: inherit; }
  .hide--small, .show--medium, .show--large, .show--xlarge {
    display: none; } }

@media only screen and (min-width: 641px ) and (max-width: 960px ) {
  .show--medium.show--medium {
    display: inherit; }
  .show--small, .hide--medium, .show--large, .show--xlarge {
    display: none; } }

@media only screen and (min-width: 961px ) {
  .show--large.show--large {
    display: inherit; }
  .show--small, .show--medium, .hide--large, .show--xlarge {
    display: none; } }

.hide-all {
  display: none; }

@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }
  /* Default left, right, top, bottom margin is 2cm */
  @page {
    margin: 0.5cm; }
  /* First page, 10 cm margin on top */
  /* Left pages, a wider margin on the left */
  .site-content {
    margin-right: 0; }
  .main {
    margin: 0;
    padding: 0; }
  .detail-item__articel {
    padding-left: 0;
    padding-right: 0; }
  .navBar,
  footer,
  .offcanvas_button,
  .search_button,
  .social-modul,
  .head__search,
  .nav-holder,
  .site-nav,
  #searchbar,
  .media-box__gallery--homepage,
  [id^="oms"],
  [id^="zoneAdserver"],
  [id^="helperAdserver"],
  .do-not-print,
  .ad-slot {
    display: none !important; }
  .site-footer {
    page-break-before: always;
    page-break-after: avoid; }
  h1, h2, h3, .ngZwiti, .ngInfobox, h4, .box-modul__titel {
    page-break-after: avoid; }
  img {
    page-break-inside: avoid; } }
