/*
*
*	CDU - Thüringen - 2021
*	Author: SECONDRED Newmedia GmbH
*	Web: http://www.secondred.de
*
*/
/* -- Fonts-- */
/* -- Colors -- */
/* -- Border Color -- */
/* -- Padding & Margin -- */
/* -- CSS3 Radius -- */
/* - Margin & Padding - */
/* - Inputs - */
/* -- Flexgrid -- */
/* -- Imports -- */
/* ----- mixins.less - 2018 ----- */
/* ----- Collider - reset.less - 2018 ----- */
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html[dir="rtl"] {
  direction: rtl;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
body {
  height: 100%;
  width: 100%;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
input.formText,
textarea {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
select,
input {
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
}
button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  user-select: none;
}
textarea {
  resize: vertical;
  overflow: auto;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* -- Experimental Features  -- */
html,
body {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html,
  body {
    scroll-behavior: auto;
  }
}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
  padding-bottom: 90px;
}
.fc button {
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc button .fc-icon {
  position: relative;
  top: -0.05em;
  margin: 0 .2em;
  vertical-align: middle;
}
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  margin-left: 0;
}
.fc table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
}
.fc table th {
  text-align: left;
  padding: 0;
  vertical-align: top;
}
.fc table td {
  padding: 0;
  vertical-align: top;
}
.fc .fc-row {
  border-style: solid;
  border-width: 0;
  position: relative;
}
.fc .fc-row .fc-content-skeleton table {
  background: none;
}
.fc .fc-row .fc-content-skeleton td {
  background: none;
}
.fc .fc-row .fc-helper-skeleton td {
  background: none;
}
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em;
}
 > .fc .fc-toolbar > *:first-child {
  margin-left: 0;
}
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc .fc-list-table {
  table-layout: auto;
}
.fc-highlight {
  background: #bce8f1;
  opacity: .3;
}
.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
}
.fc-nonbusiness {
  background: #d7d7d7;
}
.fc-state-default {
  border: 1px solid;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc-state-hover {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-down {
  background-image: none;
}
.fc-state-active {
  background-image: none;
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}
.fc-button-group {
  display: inline-block;
}
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}
.fc-ltr .fc-popover .fc-header .fc-title {
  float: left;
}
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
.fc-ltr .fc-h-event.fc-not-start {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event .fc-start-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer {
  margin-left: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer {
  margin-right: -4px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-left: -2px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-right: -2px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt {
  float: right;
}
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-bg table {
  height: 100%;
}
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}
.fc-row {
  position: relative;
}
.fc-row:first-child table {
  margin-bottom: 0;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton {
  bottom: 0;
  z-index: 2;
}
.fc-row .fc-bgevent-skeleton table {
  height: 100%;
}
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  z-index: 3;
}
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.fc-row .fc-content-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td {
  border-top: 0;
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}
.fc-event {
  position: relative;
  display: block;
  text-decoration: none;
}
.fc-event:hover {
  text-decoration: none;
}
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.fc-event[href] {
  cursor: pointer;
}
.fc-event.fc-draggable {
  cursor: pointer;
}
.fc-not-allowed {
  cursor: not-allowed;
}
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc-event.fc-allow-mouse-resize .fc-resizer {
  display: block;
}
.fc-event.fc-selected {
  z-index: 9999 !important;
}
.fc-event.fc-selected .fc-resizer {
  display: block;
}
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}
.fc-day-grid-event {
  margin: 1px 0 0;
}
.fc-day-grid-event .fc-content {
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25;
}
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  display: none;
}
.fc-day-grid .fc-row {
  z-index: 1;
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  op: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}
.ui-widget .fc-disabled-day {
  background-image: none;
}
.ui-widget .fc-event {
  text-decoration: none;
  font-weight: normal;
}
.ui-widget td.fc-axis {
  font-weight: normal;
}
.fc-time-grid {
  position: relative;
  z-index: 1;
  min-height: 100%;
}
.fc-time-grid .fc-slats {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}
.fc-toolbar {
  text-align: center;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
.fc-toolbar h2 {
  margin: 0;
}
.fc-toolbar button {
  position: relative;
}
.fc-toolbar button:focus {
  z-index: 5;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.fc-view {
  position: relative;
  z-index: 1;
}
.fc-view > table {
  position: relative;
  z-index: 1;
}
.fc-view > p {
  text-align: center;
  padding: 30px;
}
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc-basicDay-view .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 2em;
}
.fc-basic-view .fc-week-number {
  padding: 2px;
}
.fc-basic-view .fc-day-number {
  padding: 2px;
}
.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
}
.fc-basic-view td.fc-week-number {
  text-align: center;
}
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}
.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event {
  overflow: hidden;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
}
.fc-time-grid-event .fc-time {
  padding: 0 1px;
  font-size: .85em;
  white-space: nowrap;
}
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event.fc-selected {
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
}
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
  font-size: .85em;
  padding: 0;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: bold;
}
.fc-list-item.fc-has-url {
  cursor: pointer;
}
.fc-list-item-marker {
  white-space: nowrap;
  width: 1px;
}
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}
.fc-list-item-title a {
  text-decoration: none;
}
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro Italic';
  font-style: italic;
  font-weight: 400;
  src: local(''), url('../fonts/source-sans-pro-v14-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/source-sans-pro-v14-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro Semibold';
  font-style: normal;
  font-weight: 600;
  src: local(''), url('../fonts/source-sans-pro-v14-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/source-sans-pro-v14-latin-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600italic - latin */
@font-face {
  font-family: 'Source Sans Pro Semibold Italic';
  font-style: italic;
  font-weight: 600;
  src: local(''), url('../fonts/source-sans-pro-v14-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/source-sans-pro-v14-latin-600italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro Bold';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/source-sans-pro-v14-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'Fira Sansbold';
  src: url('../fonts/firasans-bold-webfont.woff2') format('woff2'), url('../fonts/firasans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/lato-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/lato-v17-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local(''), url('../fonts/lato-v17-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/lato-v17-latin-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../fonts/lato-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/lato-v17-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local(''), url('../fonts/lato-v17-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/lato-v17-latin-900.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "cdu-thuringen";
  src: url("../fonts/cdu-thuringen.eot");
  src: url("../fonts/cdu-thuringen.eot?#iefix") format("embedded-opentype"), url("../fonts/cdu-thuringen.woff") format("woff"), url("../fonts/cdu-thuringen.ttf") format("truetype"), url("../fonts/cdu-thuringen.svg#cdu-thuringen") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "cdu-thuringen" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: "\61";
}
.icon-logout:before {
  content: "\62";
}
.icon-arrow-down:before {
  content: "\63";
}
.icon-audio:before {
  content: "\64";
}
.icon-calendar-grid:before {
  content: "\65";
}
.icon-mail:before {
  content: "\66";
}
.icon-next:before,
.icon-arrow-right:before {
  content: "\67";
}
.icon-calendar-list:before {
  content: "\68";
}
.icon-cross:before {
  content: "\69";
}
.icon-play:before {
  content: "\6a";
}
.icon-arrow-left:before,
.icon-prev:before {
  content: "\6b";
}
.icon-website:before,
.icon-display:before {
  content: "\6c";
}
.icon-download:before {
  content: "\6d";
}
.icon-search:before {
  content: "\6e";
}
.icon-share:before {
  content: "\6f";
}
.icon-facebook:before {
  content: "\70";
}
.icon-facebook-cube:before {
  content: "\71";
}
.icon-twitter:before {
  content: "\72";
}
.icon-twitter-cube:before {
  content: "\73";
}
.icon-filter:before {
  content: "\74";
}
.icon-flickr:before {
  content: "\75";
}
.icon-user:before {
  content: "\76";
}
.icon-video:before {
  content: "\77";
}
.icon-gallery:before {
  content: "\78";
}
.icon-youtube:before {
  content: "\7a";
}
.icon-googleplus:before {
  content: "\79";
}
.icon-mute:before {
  content: "\41";
}
.icon-pause:before {
  content: "\42";
}
.icon-whatsapp:before {
  content: "\79";
}
/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* -- Defaults -- */
::-webkit-input-placeholder {
  color: #B4B4B4;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
:-moz-placeholder {
  color: #B4B4B4;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
  -moz-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
::-moz-placeholder {
  color: #B4B4B4;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
  -moz-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
:-ms-input-placeholder {
  color: #B4B4B4;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
  -ms-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
:focus::-webkit-input-placeholder {
  color: #ccc;
}
:focus:-moz-placeholder {
  color: #ccc;
}
:focus::-moz-placeholder {
  color: #ccc;
}
:focus:-ms-input-placeholder {
  color: #ccc;
}
::-webkit-scrollbar-button {
  display: block;
  height: 5px;
  border-radius: 0px;
  background-color: #AAA;
  display: none;
}
::-webkit-scrollbar-button:hover {
  background-color: #AAA;
}
::-webkit-scrollbar-thumb {
  background-color: #FF7500;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #0076A5;
}
::-webkit-scrollbar-track {
  background-color: #ddd;
}
::-webkit-scrollbar-track:hover {
  background-color: #ddd;
}
::-webkit-scrollbar {
  width: 10px;
}
ul {
  padding-left: 23px;
}
ol {
  padding-left: 30px;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
canvas {
  -ms-touch-action: double-tap-zoom;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
img,
input,
textarea {
  -webkit-transition: color 250ms cubic-bezier(0.2, 1, 0.3, 1), border-color 250ms cubic-bezier(0.2, 1, 0.3, 1), background-color 250ms cubic-bezier(0.2, 1, 0.3, 1), opacity 250ms cubic-bezier(0.2, 1, 0.3, 1), box-shadow 250ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: color 250ms cubic-bezier(0.2, 1, 0.3, 1), border-color 250ms cubic-bezier(0.2, 1, 0.3, 1), background-color 250ms cubic-bezier(0.2, 1, 0.3, 1), opacity 250ms cubic-bezier(0.2, 1, 0.3, 1), box-shadow 250ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: color 250ms cubic-bezier(0.2, 1, 0.3, 1), border-color 250ms cubic-bezier(0.2, 1, 0.3, 1), background-color 250ms cubic-bezier(0.2, 1, 0.3, 1), opacity 250ms cubic-bezier(0.2, 1, 0.3, 1), box-shadow 250ms cubic-bezier(0.2, 1, 0.3, 1);
}
.hidettext {
  text-indent: -150%;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  font-size: 1px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
a {
  color: inherit;
}
a:active {
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*::-webkit-selection {
  background-color: rgba(0, 0, 0, 0.2);
  color: #333;
}
*::-moz-selection {
  background-color: rgba(0, 0, 0, 0.2);
  color: #333;
}
*::selection {
  background-color: rgba(0, 0, 0, 0.2);
  color: #333;
}
/* - Remove the gap - */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
.hide-on-desktop,
.hide-on-mobile {
  display: none;
}
/* -- Global CSS3 Default Styles -- */
.shadow {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.rounded {
  -webkit-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
}
.rounded-mid {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.bg-dots {
  background-image: url(../gfx/dots.png);
}
img.responsive {
  width: 100% !important;
  height: auto !important;
}
/* -- Grid Layout -- */
.grid .box {
  float: left;
}
.grid .box-20 {
  width: 20%;
}
.grid .box-25 {
  width: 25%;
}
.grid .box-33 {
  width: 33.333333%;
}
.grid .box-33:nth-child(3n-2) {
  padding-right: 50px;
}
.grid .box-33:nth-child(3n-1) {
  padding-left: 25px;
  padding-right: 25px;
}
.grid .box-33:nth-child(3n-0) {
  padding-left: 50px;
}
.grid .box-35 {
  width: 35%;
}
.grid .box-40 {
  width: 40%;
}
.grid .box-50 {
  width: 50%;
}
.grid .box-50:nth-child(odd) {
  padding-right: 15px;
}
.grid .box-50:nth-child(even) {
  padding-left: 15px;
}
.grid .box-60 {
  width: 60%;
}
.grid .box-65 {
  width: 65%;
}
.grid .box-66 {
  width: 66.666666%;
}
.grid .box-66:nth-child(odd) {
  padding-right: 15px;
}
.grid .box-66:nth-child(even) {
  padding-left: 30px;
}
.grid .box-75 {
  width: 75%;
}
.grid .box-100 {
  width: 100%;
}
.grid.pad-90 {
  padding: 90px 0;
}
/* -- Flexgrid Layout -- */
.flexgrid {
  margin: 0 -40px 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flexgrid:last-child {
  margin-bottom: 0;
}
.flexgrid .box {
  padding: 0 40px;
}
.flexgrid .box-20 {
  width: 20%;
}
.flexgrid .box-25 {
  width: 25%;
}
.flexgrid .box-33 {
  width: 33.333333%;
}
.flexgrid .box-40 {
  width: 40%;
}
.flexgrid .box-50 {
  width: 50%;
}
.flexgrid .box-60 {
  width: 60%;
}
.flexgrid .box-66 {
  width: 66.666666%;
}
.flexgrid .box-75 {
  width: 75%;
}
.flexgrid .box-80 {
  width: 80%;
}
.flexgrid .box-100 {
  width: 100%;
}
@media only screen and (max-width: 820px) {
  .flexgrid .box {
    width: 50%;
  }
  .flexgrid .box-100 {
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .flexgrid {
    margin-left: -20px;
    margin-right: -20px;
  }
  .flexgrid .box {
    width: 100%;
    padding: 0 20px;
  }
}
.flexgrid.no-padding {
  margin-left: 0;
  margin-right: 0;
}
.flexgrid.no-padding .box {
  padding: 0;
}
/* -- */
.flex-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.equal-grid:last-child {
  margin-bottom: 0;
}
.equal-grid .box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.equal-grid .node,
.equal-grid .block,
.equal-grid .card {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.equal-grid .block .inner {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
/* -- Display Mods  -- */
.table-mode {
  width: 100%;
  display: table;
}
.table-mode > * {
  display: table-cell;
}
/* -- Wiederverwendabr-- */
.fltrt {
  float: right;
}
.fltlft {
  float: left;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.inline ul {
  margin: 0;
  padding: 0;
}
.inline ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
a#hamburger {
  float: left;
  padding: 33px 20px 0 0;
  text-decoration: none;
  color: #0076A5;
  position: relative;
  z-index: 8;
  -webkit-transition: padding 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: padding 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  transition: padding 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
a#hamburger .burger {
  width: 40px;
  height: 30px;
  float: left;
  margin-right: 20px;
  position: relative;
  -webkit-transform-style: preserve-3d;
}
a#hamburger .burger em {
  width: 40px;
  height: 4px;
  background: #0076A5;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), margin 350ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), margin 350ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1), margin 350ms cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
a#hamburger .burger em.top {
  margin-top: -8px;
}
a#hamburger .burger em.bottom {
  margin-top: 6px;
}
a#hamburger .text {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 175%;
  font-weight: bold;
  position: relative;
  top: 2px;
}
a#hamburger:hover {
  color: #363636;
}
a#hamburger:hover .burger em {
  background: #363636;
}
a#hamburger.open .burger em.top {
  margin-top: -1px;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
a#hamburger.open .burger em.middle {
  -webkit-transform: scale(0, 1) translate3d(0, 0, 0);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
}
a#hamburger.open .burger em.bottom {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hasTeaser a#hamburger em {
  background: #0076A5;
}
.hasTeaser.fixed-header a#hamburger em {
  background: #1188B5;
}
/* -- Mainmenu -- */
#mainmenu {
  position: relative;
  z-index: 2;
}
#mainmenu .menu-bg {
  position: absolute;
  top: -100px;
  height: 100vh;
  z-index: -1;
  width: 200vw;
  right: 60%;
  opacity: 0.95;
  border-radius: 0 0 100px 0;
  background: #0076A5;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
#mainmenu .closer {
  position: absolute;
  right: -70px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 25px;
  background: transparent;
  border: 0;
  -webkit-transform: skew(12deg, 0deg);
  -moz-transform: skew(12deg, 0deg);
  transform: skew(12deg, 0deg);
}
#mainmenu .closer::before,
#mainmenu .closer::after {
  content: "";
  height: 4px;
  width: 40px;
  display: block;
  position: absolute;
  background: #0076A5;
}
#mainmenu .closer::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mainmenu .closer::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mainmenu .has-sub {
  /* position: relative; */
}
#mainmenu ul {
  padding-lefT: 0;
  list-style: none;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
#mainmenu ul li.has-sub {
  padding-right: 20px;
}
#mainmenu ul li.has-sub > a {
  position: relative;
}
#mainmenu ul li.has-sub > a::before {
  position: absolute;
  top: 10px;
  right: 0;
  color: white;
  opacity: 0.5;
}
#mainmenu ul li.open > ul,
#mainmenu ul li.active > ul {
  filter: alpha(opacity=100);
  opacity: 1;
}
#mainmenu ul li.mobile-head a {
  color: #FF7500;
}
#mainmenu ul li.mobile-head a::before {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
#mainmenu ul li.active > a,
#mainmenu ul li.open > a {
  color: #FF7500;
}
#mainmenu ul li.open > a::before {
  color: #FF7500;
  opacity: 1;
}
#mainmenu > ul > li {
  width: 33.333333%;
}
#mainmenu > ul > li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 60px 10px 0;
  font-size: 18px;
  line-height: 120%;
}
#mainmenu > ul > li a:hover {
  color: #52b7c1;
  opacity: 1 !important;
}
#mainmenu > ul > li > a {
  font-size: 20px;
  text-transform: uppercase;
}
#mainmenu > ul > li ul {
  position: absolute;
  left: 33.333333%;
  top: 0;
  width: 33.333333%;
  padding-top: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  -moz-transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}
#mainmenu > ul > li ul li a {
  padding: 10px 30px 10px 0;
  text-transform: uppercase;
  /*word-break: break-all; */
    hyphens: auto
}
#mainmenu > ul > li ul li ul {
  left: 100%;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
}
#mainmenu > ul > li ul li.open > ul {
  z-index: 555;
}
#mainmenu > ul > li ul li.active > ul {
  z-index: 444;
}
#mainmenu > ul > li.open > ul {
  z-index: 555;
}
#mainmenu > ul > li.active > ul {
  z-index: 444;
}
/* -- Mainmenu -- */
body.menu-level-01 #mainmenu .menu-bg {
  right: 30%;
}
body.menu-level-01 #mainmenu > ul > li > a {
  opacity: 0.5;
}
body.menu-level-01 #mainmenu > ul > li > a:hover {
  opacity: 1;
}
body.menu-level-01 #mainmenu > ul > li > ul > li > ul {
  display: none;
}
body.menu-level-02 #mainmenu .menu-bg {
  right: 0;
}
body.menu-level-02 #mainmenu > ul > li > a {
  opacity: 0.5;
}
body.menu-level-02 #mainmenu > ul > li > ul > li > a {
  opacity: 0.5;
}
body.menu-level-02 #mainmenu > ul > li > ul > li > a:hover {
  opacity: 1;
}
body.menu-level-02 #mainmenu > ul > li > ul > li > ul > li > ul {
  display: none;
}
#mainmenu-container {
  position: fixed;
  top: -9999em;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: top 0ms linear 350ms;
  -moz-transition: top 0ms linear 350ms;
  transition: top 0ms linear 350ms;
}
#mainmenu-container .menu-wrap {
  position: absolute;
  top: 100px;
  width: 100%;
  max-width: 1000px;
  left: 200px;
  filter: alpha(opacity=0);
  opacity: 0;
  max-height: 70vh;
  -webkit-transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  -moz-transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}
#mainmenu-container .overlay {
  position: fixed;
  left: 0;
  top: -9999em;
  width: 100%;
  background: #F2F2F2;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 250ms;
  -moz-transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 250ms;
  transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 250ms;
}
#mainmenu-container .overlay::before {
  content: "";
  background: #23b9d6;
}
#mainmenu-container.open {
  top: 0;
  -webkit-transition: top 0ms linear 0ms;
  -moz-transition: top 0ms linear 0ms;
  transition: top 0ms linear 0ms;
}
#mainmenu-container.open .overlay {
  filter: alpha(opacity=95);
  opacity: 0.95;
  top: 0;
  -webkit-transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  -moz-transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
  transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 0ms;
}
#mainmenu-container.open .menu-wrap {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 250ms;
  -moz-transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 250ms;
  transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1) 250ms;
}
.hasTeaser #mainmenu a.highlighted {
  background: #00C194;
}
@media screen and (orientation: landscape) and (max-height: 850px) {
  #mainmenu > ul > li a {
    padding: 7px 60px 7px 30px;
    font-size: 18px;
  }
  #mainmenu > ul > li ul li a {
    padding: 7px 60px 7px 30px;
  }
  #mainmenu::before,
  #mainmenu > ul > li ul::after {
    height: 100%;
  }
  /* #mainmenu-container .menu-wrap { overflow: auto} */
  #mainmenu-container .menu-wrap {
    top: 100px;
  }
  #mainmenu .menu-bg {
    top: -100px;
  }
}
@media screen and (orientation: landscape) and (max-height: 720px) {
  #mainmenu > ul > li a {
    font-size: 16px;
  }
}
@media screen and (orientation: landscape) and (max-height: 680px) {
  #mainmenu > ul > li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1900px) {
  #mainmenu-container .menu-wrap {
    max-width: 950px;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    left: 100px;
  }
}
@media screen and (max-width: 1600px) {
  #mainmenu-container .menu-wrap {
    max-width: 80vw;
  }
}
@media screen and (max-width: 1366px) {
  #mainmenu-container .menu-wrap {
    max-width: 60vw;
  }
}
@media screen and (max-width: 1024px) {
  #mainmenu-container .menu-wrap {
    left: 50px;
    max-width: 65vw;
  }
  #mainmenu ul li.mobile-head {
    display: block;
  }
  #mainmenu ul li.mobile-head a {
    text-transform: uppercase;
    color: #FF7500;
    display: inline-block;
    padding: 5px 10px 5px 0;
    margin-bottom: 10px;
  }
  #mainmenu ul li.mobile-head a::before {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px;
  }
}
@media screen and (max-width: 960px) {
  #mainmenu-container .menu-wrap {
    left: 20px;
  }
}
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  #mainmenu > ul > li a {
    padding: 10px 60px 10px 0;
  }
}
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #mainmenu > ul > li a {
    padding: 6px 60px 6px 0;
  }
}
/*
@media screen and (max-width: 820px) {
    #mainmenu-container .menu-wrap { left: 2vw}
    #mainmenu {
        padding: 0 30px;
        &::before {left: 30px}
		> ul {
			> li {
				a {font-size: 15px}
				> a {font-size: 17px;}
			}		
		}
	}
}
@media only screen and (max-width: 736px) {
    #mainmenu {
        padding: 0 20px;
		> ul {
			> li {
				width: 100%;
				> ul { 
					pointer-events: none;left:0; width: 100%; 
					-webkit-transform: translate(120%, 0);-moz-transform: translate(120%, 0);transform: translate(120%, 0);
					&::before {top: -39px;}
				}
				&.open,
                &.active{
					ul { 
						pointer-events: all;
					}
				}
			}
		}
	}
    .menu-level-01 #mainmenu {
        > ul {-webkit-transform: translate(-120%, 0);-moz-transform: translate(-120%, 0);transform: translate(-120%, 0);}
    }
    .menu-level-02 #mainmenu {
        > ul {-webkit-transform: translate(-220%, 0);-moz-transform: translate(-220%, 0);transform: translate(-220%, 0);}
    }
    
}
*/
@media screen and (max-width: 960px) {
  #mainmenu {
    padding: 0 30px;
  }
  #mainmenu .menu-bg {
    right: 0 !important;
    top: -100px;
    height: 100vh;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #mainmenu .closer {
    right: -60px;
    top: 10px;
  }
  #mainmenu > ul > li {
    width: 100%;
  }
  #mainmenu > ul > li > ul {
    pointer-events: none;
    left: 0;
    width: 100%;
    -webkit-transform: translate(200%, 0);
    -moz-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  #mainmenu > ul > li > ul::before {
    top: -39px;
  }
  #mainmenu > ul > li.open ul,
  #mainmenu > ul > li.active ul {
    pointer-events: all;
  }
  #mainmenu ul li.mobile-head a::before {
    font-size: 16px;
    margin-right: 10px;
    top: 2px;
  }
  #mainmenu ul li.has-sub > a {
    width: 75%;
  }
  #mainmenu-container .menu-wrap {
    max-width: 480px;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    left: 30px;
    top: 100px;
  }
  .menu-level-01 #mainmenu > ul {
    -webkit-transform: translate(-200%, 0);
    -moz-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
  }
  .menu-level-02 #mainmenu > ul {
    -webkit-transform: translate(-300%, 0);
    -moz-transform: translate(-300%, 0);
    transform: translate(-300%, 0);
  }
}
@media screen and (max-width: 567px) {
  #mainmenu {
    padding: 0 20px;
  }
  #mainmenu .menu-bg {
    right: 0 !important;
    top: -40px;
    height: calc(100vh - 60px);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #mainmenu .menu-bg::before {
    content: "";
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -60px;
  }
  #mainmenu .closer {
    right: 100vw;
    right: calc(100vw - 40px);
    top: -43px;
    width: 24px;
    height: 24px;
  }
  #mainmenu .closer::before,
  #mainmenu .closer::after {
    width: 25px;
    height: 3px;
  }
  #mainmenu > ul > li {
    width: 100%;
  }
  #mainmenu > ul > li > ul {
    -webkit-transform: translate(120%, 0);
    -moz-transform: translate(120%, 0);
    transform: translate(120%, 0);
  }
  #mainmenu-container .menu-wrap {
    left: 0;
    max-width: 1000px;
  }
  .menu-level-01 #mainmenu > ul {
    -webkit-transform: translate(-120%, 0);
    -moz-transform: translate(-120%, 0);
    transform: translate(-120%, 0);
  }
  .menu-level-02 #mainmenu > ul {
    -webkit-transform: translate(-220%, 0);
    -moz-transform: translate(-220%, 0);
    transform: translate(-220%, 0);
  }
}
.mobile-menu {
  padding: 15px 40px 20px 20px;
  display: none;
  color: #fff;
}
.mobile-menu ul {
  position: relative;
}
.mobile-menu ul li {
  margin-right: 15px;
}
.mobile-menu ul li.label {
  float: none;
  margin-bottom: 5px;
}
.mobile-menu ul li:last-child {
  margin-right: 0;
}
.mobile-menu ul li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  text-decoration: none;
  display: block;
  color: #fff;
}
@media only screen and (max-width: 567px) {
  .mobile-menu ul li {
    margin-right: 10px;
  }
  .mobile-menu ul li:last-child {
    margin-right: 0;
  }
  .mobile-menu ul li ul {
    position: absolute;
    width: 100%;
    top: -30px;
    left: 0;
    right: 0;
    display: none;
  }
}
.mobile-menu ul li.active ul {
  display: block;
}
@media only screen and (max-width: 567px) {
  .mobile-menu {
    display: block;
    position: relative;
    z-index: 3;
  }
}
.mobile-menu.share-active > ul > li:not(.shareIt) {
  filter: alpha(opacity=0);
  opacity: 0;
  pointer-events: none;
}
.mobile-menu.share-active > ul li.shareIt a.icon-share {
  filter: alpha(opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* -- Topmenu -- */
#topmenu {
  float: right;
  font-size: 20px;
  padding: 28px 20px 0;
  -webkit-transition: padding 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: padding 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  transition: padding 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
#topmenu ul li {
  margin-left: 10px;
}
#topmenu ul li a {
  display: block;
  padding: 10px;
  color: #CBCBCB;
  text-decoration: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
#topmenu ul li a:hover {
  color: #0076A5;
}
#topmenu ul li a.hidden {
  visibility: hidden;
}
#topmenu ul li.shareIt {
  position: relative;
}
#topmenu ul li.shareIt ul {
  position: absolute;
  right: 0;
  top: -999em;
  width: 345px;
  background: #fff;
}
#topmenu ul li.shareIt ul li {
  filter: alpha(opacity=0);
  opacity: 0;
  color: #0076A5;
  -webkit-transform: translate(50px, 0px);
  -moz-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.2, 1, 0.3, 1), opacity 450ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: -moz-transform 450ms cubic-bezier(0.2, 1, 0.3, 1), opacity 450ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 450ms cubic-bezier(0.2, 1, 0.3, 1), opacity 450ms cubic-bezier(0.2, 1, 0.3, 1);
}
#topmenu ul li.shareIt ul li a {
  color: #0076A5;
}
#topmenu ul li.shareIt ul li a:hover {
  color: #FF7500;
}
#topmenu ul li.shareIt ul li.label {
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 0;
}
#topmenu ul li.shareIt.active ul {
  top: 0;
}
#topmenu ul li.shareIt.active ul li {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#topmenu ul li.shareIt.active ul li:nth-child(1) {
  -webkit-transition-delay: 0.535s;
  transition-delay: 0.535s;
}
#topmenu ul li.shareIt.active ul li:nth-child(2) {
  -webkit-transition-delay: 0.635s;
  transition-delay: 0.635s;
}
#topmenu ul li.shareIt.active ul li:nth-child(3) {
  -webkit-transition-delay: 0.735s;
  transition-delay: 0.735s;
}
#topmenu ul li.shareIt.active ul li:nth-child(4) {
  -webkit-transition-delay: 0.835s;
  transition-delay: 0.835s;
}
#topmenu ul li.shareIt.active ul li:nth-child(5) {
  -webkit-transition-delay: 0.935s;
  transition-delay: 0.935s;
}
#topmenu ul li.shareIt.active ul li:nth-child(6) {
  -webkit-transition-delay: 1.035s;
  transition-delay: 1.035s;
}
/* -- Footermenu -- */
#breadcrumb {
  padding: 0 0 30px;
  font-size: 12px;
  color: #B4B4B4;
  position: relative;
  margin-top: -10px;
}
#breadcrumb ul {
  position: relative;
  z-index: 3;
}
#breadcrumb ul li {
  margin-right: 5px;
}
#breadcrumb ul li a {
  text-decoration: none;
  color: inherit;
  padding-right: 10px;
  display: block;
  position: relative;
  margin-right: 0;
  color: #B4B4B4;
}
#breadcrumb ul li a::before {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
  color: #FF7500;
}
#breadcrumb ul li a:hover {
  color: #0076A5;
}
#breadcrumb .elem-backgrnd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
}
#breadcrumb .elem-backgrnd .flexgrid {
  height: inherit;
}
#breadcrumb .elem-backgrnd .flexgrid .box-66 {
  position: relative;
}
#breadcrumb .elem-backgrnd .flexgrid .box-66::before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  left: -30px;
  width: 250%;
  top: 0;
  height: 100%;
  position: absolute;
}
/* -- Footermenu -- */
#footermenu {
  font-size: 14px;
  text-transform: uppercase;
  color: #0076A5;
  margin-top: -10px;
  font-family: 'Source Sans Pro SemiBold', sans-serif;
  position: relative;
  z-index: 4;
  float: none !important;
  margin-right: 70px;
  line-height: 140%;
}
#footermenu ul {
  position: relative;
  z-index: 2;
  padding: 30px;
}
#footermenu ul li {
  margin-right: 20px;
  color: #fff;
  padding-top: 8px;
}
#footermenu ul li a {
  text-decoration: none;
  display: block;
  color: inherit;
}
#footermenu ul li a:hover {
  color: #FF7500;
}
#footermenu .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0076A5;
  border-radius: 20px 0 20px 0;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
/* -- Sharebar -- */
#sharebar {
  font-size: 20px;
  padding-left: 30px;
  padding-top: 25px;
}
#sharebar ul li {
  margin-right: 20px;
  margin-bottom: 10px;
}
#sharebar ul li a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: block;
  color: #0076A5;
  width: 45px;
  height: 45px;
  line-height: 51px;
  text-align: center;
  background: #fff;
}
#sharebar ul li a.icon-facebook:hover {
  color: #3b5998;
}
#sharebar ul li a.icon-twitter:hover {
  color: #0084b4;
}
#sharebar ul li a.icon-youtube:hover {
  color: #FF0000;
}
#sharebar ul li a.icon-instagram:hover {
  color: #c13584;
}
#sharebar ul li a.icon-flickr:hover {
  color: #ff0084;
}
.mini-sharebar {
  padding: 0 40px 40px;
  font-size: 30px;
}
.mini-sharebar ul li {
  margin-right: 20px;
}
.mini-sharebar ul li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.mini-sharebar ul li a span {
  display: none;
}
/* -- Kategorie Filterbar -- */
.category-bar {
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.category-bar ul li {
  margin-left: 20px;
  font-family: 'CDUKievitBold', sans-serif;
}
.category-bar ul li a {
  color: #0076A5;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}
.category-bar ul li a span {
  display: none;
}
.category-bar ul li a:hover {
  color: #FF7500;
}
.category-bar ul li.active a {
  color: #333;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 5px 10px;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* -- -- */
.tagsinput {
  width: 300px;
  min-height: 50px;
  overflow-y: auto;
}
.tagsinput span.tag {
  font-size: 14px;
  display: block;
  float: left;
  padding: 5px;
  line-height: 13px;
  text-decoration: none;
  color: #666;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.tagsinput span.tag a {
  font-weight: bold;
  color: #BBBBBB;
  text-decoration: none;
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.tagsinput input {
  width: 100% !important;
  margin: 0px;
  font-size: 16px;
  border: 1px solid transparent;
  padding: 0 10px;
  height: 50px;
  background: transparent;
  color: #000;
  outline: 0px;
}
.tagsinput div {
  display: block;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}
/* -- Formular Elemente -- */
fieldset {
  border: 0;
  margin-bottom: 20px;
  padding: 0px;
  /* -- Form Submit Button -- */
}
fieldset ul.errors {
  padding-left: 0;
  list-style: none;
  font-size: 12px;
  display: none;
}
fieldset .formItem {
  margin-bottom: 15px;
}
fieldset .formItem label {
  display: block;
  font-family: 'Source Sans Pro SemiBold', sans-serif;
  margin-bottom: 10px;
}
fieldset .formItem select,
fieldset .formItem input.formText,
fieldset .formItem textarea {
  padding: 20px;
  width: 100%;
  border: 0;
  border-left: 4px solid #363636;
  color: #4C4C4C;
  font-size: 18px;
  background: #F2F2F2;
}
fieldset .formItem select:focus,
fieldset .formItem input.formText:focus,
fieldset .formItem textarea:focus {
  border-color: #999;
}
fieldset .formItem input.formText,
fieldset .formItem select {
  padding: 0 20px;
  height: 45px;
}
fieldset .formItem select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
fieldset .formError select,
fieldset .formError input.formText,
fieldset .formError textarea {
  border-left-color: #E75940 !important;
}
fieldset .formError.formCheckbox label i {
  border-left-color: #E75940 !important;
}
fieldset .half-wrap .formItem {
  width: 50%;
  float: left;
}
fieldset .half-wrap .formItem:first-child {
  padding-right: 15px;
}
fieldset .half-wrap .formItem:last-child {
  padding-left: 15px;
}
fieldset .formRadio {
  position: relative;
}
fieldset .formRadio input {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
}
fieldset .formRadio i:before {
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
fieldset .formRadio i:after {
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
fieldset .radio-wrap label i {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  position: relative;
  float: left;
  margin-right: 15px;
}
fieldset .radio-wrap label i::before {
  content: " ";
  width: 8px;
  height: 8px;
  background: #666;
  display: block;
  top: 3px;
  left: 3px;
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
}
fieldset .radio-wrap input[type=radio]:checked + label i:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
fieldset .formCheckbox label {
  display: table;
  width: 100%;
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
}
fieldset .formCheckbox label i {
  display: table-cell;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-top: 2px solid #fff;
  position: relative;
  text-align: center;
  cursor: pointer;
}
fieldset .formCheckbox label i:before,
fieldset .formCheckbox label i:after {
  filter: alpha(opacity=0);
  opacity: 0;
  width: 30px;
  height: 2px;
  content: "";
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -1px;
}
fieldset .formCheckbox label i:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
fieldset .formCheckbox label i:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
fieldset .formCheckbox label span {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}
fieldset .formCheckbox input[type="checkbox"] {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
}
fieldset .formCheckbox input[type="checkbox"]:checked + label i:before,
fieldset .formCheckbox input[type="checkbox"]:checked + label i:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
fieldset .formSubmit {
  font-family: 'Source Sans Pro Bold', sans-serif;
  border: 0;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 2;
  background: transparent;
  overflow: visible;
}
fieldset .formSubmit::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0076A5;
  border-radius: 8px 0 8px 0;
  z-index: -1;
  -webkit-transform: skew(-15deg, 0deg);
  -moz-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}
fieldset .formSubmit:hover::before {
  background: #FF7500;
}
fieldset.contact-form {
  padding: 70px;
}
fieldset.contact-form h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
fieldset.contact-form h2:before {
  content: "";
  width: 120px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
fieldset.contact-form textarea {
  height: 165px;
}
fieldset.contact-form .formSubmit {
  margin-top: 50px;
}
fieldset.fast-contact h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #fff !important;
}
fieldset.fast-contact h3:before {
  content: "";
  width: 120px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
fieldset.fast-contact .formSubmit {
  width: 100%;
  margin-top: 40px;
}
fieldset.newsletter {
  padding: 0;
}
fieldset.newsletter h3 {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
  color: #0076A5;
}
fieldset.newsletter-form {
  padding: 40px 0;
}
fieldset.login {
  padding: 40px 0;
  margin-bottom: 0;
  margin-bottom: 60px;
}
fieldset.login .box:first-child {
  padding-right: 40px !important;
}
fieldset.login .box:first-child .formItem {
  border-left: 0;
  padding-left: 0;
}
fieldset.login .box:last-child {
  padding-left: 40px !important;
}
fieldset.login .formItem label {
  display: block;
}
fieldset.login .formSubmit {
  margin-top: 30px;
}
fieldset.filterbar {
  width: 33.333333%;
  padding: 30px 0 30px 40px;
  margin-bottom: 0;
  position: relative;
  z-index: 4;
  top: 80px;
}
fieldset.filterbar label {
  display: none;
}
fieldset.filterbar .formItem {
  margin-bottom: 0;
  position: relative;
}
fieldset.filterbar .formItem input {
  background: #F2F2F2;
  border: 0;
  border-left: 4px solid #363636;
  color: #333;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
fieldset.filterbar ul.ui-menu {
  background: #F2F2F2;
}
fieldset.filterbar ul.ui-menu li .ui-menu-item-wrapper {
  padding: 10px 20px !important;
  cursor: pointer;
}
fieldset.filterbar ul.ui-menu li .ui-menu-item-wrapper:hover {
  color: #0076A5;
}
fieldset.filterbar .error {
  padding: 10px 20px;
  background: #F2F2F2;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
fieldset.v2 .flexgrid .box {
  margin-bottom: 0;
}
fieldset.v2 .formItem {
  margin-bottom: 25px;
  /*                select, input.formText, textarea {
                    padding: 20px;width: 100%;border: 1px solid #F2F2F2; border-left: 4px solid #000; color: #000; font-size: 16px; background:#F2F2F2;
                    &:focus {border-color: @secondcolor;} 
                } */
  /*input.formText, select {padding: 0 20px; height: 40px;} */
}
fieldset.v2 .formItem label {
  display: block;
}
fieldset.v2 .formItem select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
fieldset.v2 .formItem.placeholder {
  border-left: 0;
}
fieldset.v2 .formCheckbox {
  position: relative;
  margin-bottom: 0;
}
fieldset.v2 .formCheckbox input {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
}
fieldset.v2 .formCheckbox label {
  width: 100%;
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
fieldset.v2 .formCheckbox label i {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px #F2F2F2;
  border-left: 4px solid #000;
  position: relative;
  text-align: center;
  cursor: pointer;
  background-color: #F2F2F2;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
fieldset.v2 .formCheckbox label i:before,
fieldset.v2 .formCheckbox label i:after {
  filter: alpha(opacity=0);
  opacity: 0;
  width: 30px;
  height: 3px;
  content: "";
  background: #0076A5;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -1px;
}
fieldset.v2 .formCheckbox label i:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
fieldset.v2 .formCheckbox label i:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
fieldset.v2 .formCheckbox label span {
  padding-left: 20px;
  vertical-align: middle;
  color: #000;
  text-transform: none;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
fieldset.v2 .formCheckbox label span small {
  display: block;
  line-height: 100%;
}
fieldset.v2 .formCheckbox input[type="radio"] + label i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-left: 1px solid #f2f2f2;
}
fieldset.v2 .formCheckbox input[type="radio"] + label i::after {
  display: none;
}
fieldset.v2 .formCheckbox input[type="radio"] + label i::before {
  background: transparent;
  border: 2px solid #0076A5;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
fieldset.v2 .formSubmit {
  font-family: 'Source Sans Pro Bold', sans-serif;
  border: 0;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 2;
  background: transparent;
  overflow: visible;
}
fieldset.v2 .formSubmit::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0076A5;
  border-radius: 8px 0 8px 0;
  z-index: -1;
  -webkit-transform: skew(-15deg, 0deg);
  -moz-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}
fieldset.v2 .formSubmit:hover::before {
  background: #FF7500;
}
fieldset.contact-form-large {
  padding: 0;
}
fieldset.contact-form-large textarea {
  min-height: 200px;
}
fieldset.contact-form-large .formStreet {
  width: 66.666666%;
  padding-right: 15px;
  float: left;
}
fieldset.contact-form-large .formNumber {
  width: 33.333333%;
  padding-left: 15px;
  float: left;
}
fieldset.contact-form-large .formPLZ {
  width: 40%;
  padding-right: 15px;
  float: left;
}
fieldset.contact-form-large .formOrt {
  width: 60%;
  padding-left: 15px;
  float: left;
}
.freeform-instructions {
  line-height: normal;
  padding-left: 20px;
  margin-bottom: 20px !important;
}
.freeform-container {
  padding-top: 40px;
}
.freeform-row {
  margin-bottom: 30px !important;
}
.freeform-row ul.errors {
  display: none;
  padding: 5px 20px;
  list-style: none;
  font-size: 11px;
  color: red;
}
.freeform-row ul.errors li {
  padding-left: 0;
}

/* -- Cookie Consent Form-- */
fieldset.cookieconsent-form {}
fieldset.cookieconsent-form .dyn-grid {display: flex; flex-direction: column;}
fieldset.cookieconsent-form .dyn-grid .box{ float: none; flex: 1}

fieldset.cookieconsent-form .formCheckbox {margin-top: 0}

@media only screen and (max-width: 960px){
  /*fieldset.cookieconsent-form { margin-top: 40px;} */
  fieldset.cookieconsent-form .dyn-grid {flex-direction: column;}
  .content-part.cookie-consents .grid .box-33 {width: 33.333333%;}
  .content-part.cookie-consents .grid .box-66 { width: 66.666666%}
}
@media only screen and (max-width: 734px){
  /*fieldset.cookieconsent-form { margin-top: 40px;} */
  .content-part.cookie-consents .grid .box {float: none}
  .content-part.cookie-consents .grid .box-33,
  .content-part.cookie-consents .grid .box-66 { width: auto; margin-left: 90px}
  .content-part.cookie-consents .grid .box-66 { padding-top: 20px}
}
/*
fieldset.cookieconsent-form .formCheckbox label { color: #000}
fieldset.cookieconsent-form .formCheckbox label i {border-top-color: #666; background: rgba(102, 102, 102, .2)}
fieldset.cookieconsent-form .formSubmit { color:#000; border-top-color: #666}
fieldset.cookieconsent-form .formSubmit:hover {color: var(--primary-color);border-top-color: var(--primary-color)}
*/
.freeform-row .freeform-column {
  padding: 0 !important;
  /*		-ms-flex: 1 1 auto !important; flex: 1 1 auto !important; */
}
.freeform-row .freeform-column h1,
.freeform-row .freeform-column h2,
.freeform-row .freeform-column h3 {
  padding-left: 40px;
}
.freeform-row .freeform-column .freeform-label {
  display: block;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
  padding: 0 0 15px;
}
.freeform-row .freeform-column .freeform-label.freeform-required:after {
  color: #fff !important;
}
.freeform-row .freeform-column .freeform-input {
  padding: 0 20px;
  width: 100%;
  border: 1px #F2F2F2;
  border-left: 4px solid #000;
  color: #000;
  font-size: 16px;
  background-color: #F2F2F2;
  height: 45px;
}
.freeform-row .freeform-column .freeform-input:focus {
  border-color: #666;
}
.freeform-row .freeform-column textarea.freeform-input {
  padding: 20px;
  height: auto;
}
.freeform-row .freeform-column select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../gfx/select-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.freeform-row .freeform-column select[multiple] {
  background-image: none;
  color: #fff;
  padding: 0;
  min-height: 95px;
}
.freeform-row .freeform-column select[multiple] option {
  padding: 6px 20px;
}
.freeform-row .freeform-column.formError .freeform-input {
  border-left-color: #E51E25;
}
.freeform-row .freeform-column button {
  font-family: 'Source Sans Pro Bold', sans-serif;
  border: 0;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 2;
  background: transparent;
  overflow: visible;
}
.freeform-row .freeform-column button::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0076A5;
  border-radius: 8px 0 8px 0;
  z-index: -1;
  -webkit-transform: skew(-15deg, 0deg);
  -moz-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}
.freeform-row .freeform-column button:hover::before {
  background: #FF7500;
}
.freeform-row .formCheckbox {
  position: relative;
  margin-bottom: 0;
}
.freeform-row .formCheckbox input {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
}
.freeform-row .formCheckbox label,
.freeform-row .formCheckbox .freeform-label {
  width: 100%;
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.freeform-row .formCheckbox label i,
.freeform-row .formCheckbox .freeform-label i {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px #F2F2F2;
  border-left: 4px solid #000;
  position: relative;
  text-align: center;
  cursor: pointer;
  background-color: #F2F2F2;
}
.freeform-row .formCheckbox label i:before,
.freeform-row .formCheckbox .freeform-label i:before,
.freeform-row .formCheckbox label i:after,
.freeform-row .formCheckbox .freeform-label i:after {
  filter: alpha(opacity=0);
  opacity: 0;
  width: 30px;
  height: 3px;
  content: "";
  background: #0076A5;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -1px;
}
.freeform-row .formCheckbox label i:before,
.freeform-row .formCheckbox .freeform-label i:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.freeform-row .formCheckbox label i:after,
.freeform-row .formCheckbox .freeform-label i:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.freeform-row .formCheckbox label span,
.freeform-row .formCheckbox .freeform-label span {
  padding-left: 20px;
  vertical-align: middle;
  color: #000;
  text-transform: none;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.freeform-row .formCheckbox input {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
}
.freeform-row .formCheckbox input:checked + label i:before,
.freeform-row .formCheckbox input:checked + label i:after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.freeform-row .formCheckbox input[type="radio"] + label i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-left: 1px solid #f2f2f2;
}
.freeform-row .formCheckbox input[type="radio"] + label i::after {
  display: none;
}
.freeform-row .formCheckbox input[type="radio"] + label i::before {
  background: transparent;
  border: 2px solid #0076A5;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.freeform-row .formFile {
  position: relative;
}
.freeform-row .formFile input {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 2;
}
.freeform-row .formFile .fakeFile {
  padding: 0 20px;
  position: relative;
  z-index: 1;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #F2F2F2;
  border-left: 4px solid #000;
  color: #0076A5;
  text-transform: uppercase;
  background-color: #F2F2F2;
  height: 45px;
  line-height: 45px;
  font-family: 'Source Sans Pro Bold', sans-serif;
}
fieldset.quick-search {
  display: none;
  position: absolute;
  top: 20px;
  padding: 0;
  right: 270px;
  z-index: 2;
  width: 476px;
  margin-bottom: 0;
}
fieldset.quick-search label {
  display: none;
}
fieldset.quick-search .formItem {
  margin-bottom: 0;
}
fieldset.quick-search .formItem input.formText {
  height: 60px;
  border-top: 0;
  background: #F2F2F2;
  color: #0076A5;
  border-left: 4px solid #363636;
  padding-right: 100px;
}
fieldset.quick-search .formItem input.formText:focus {
  color: #FF7500;
}
fieldset.quick-search .formItem ::-webkit-input-placeholder {
  color: #B4B4B4;
  -webkit-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  text-transform: none;
  font-family: 'Source Sans Pro', sans-serif;
}
fieldset.quick-search .formItem :-moz-placeholder {
  color: #B4B4B4;
  -moz-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  text-transform: none;
  font-family: 'Source Sans Pro', sans-serif;
}
fieldset.quick-search .formItem ::-moz-placeholder {
  color: #B4B4B4;
  -moz-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  text-transform: none;
  font-family: 'Source Sans Pro', sans-serif;
}
fieldset.quick-search .formItem :-ms-input-placeholder {
  color: #B4B4B4;
  -ms-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  text-transform: none;
  font-family: 'Source Sans Pro', sans-serif;
}
fieldset.quick-search .formItem :focus::-webkit-input-placeholder {
  color: rgba(180, 180, 180, 0.4);
}
fieldset.quick-search .formItem :focus:-moz-placeholder {
  color: rgba(180, 180, 180, 0.4);
}
fieldset.quick-search .formItem :focus::-moz-placeholder {
  color: rgba(180, 180, 180, 0.4);
}
fieldset.quick-search .formItem :focus:-ms-input-placeholder {
  color: rgba(180, 180, 180, 0.4);
}
fieldset.quick-search button[type="submit"] {
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: -10px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-weight: 700;
  padding: 0 20px;
  overflow: visible;
}
fieldset.quick-search button[type="submit"]::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0076A5;
  border-radius: 8px 0 8px 0;
  z-index: -1;
  -webkit-transform: skew(-15deg, 0deg);
  -moz-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}
fieldset.quick-search .auto-suggest {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
fieldset.quick-search .auto-suggest ul {
  display: none;
  border-left: 4px solid #000;
  list-style: none;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #FAFAFA;
  padding: 20px 10px;
}
fieldset.quick-search .auto-suggest ul li {
  color: #333;
  cursor: pointer;
  padding: 0 10px;
  -webkit-transition: background 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: background 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  transition: background 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
fieldset.quick-search .auto-suggest ul li span {
  color: #0076A5;
}
fieldset.quick-search .auto-suggest ul li a {
  text-decoration: none;
}
fieldset.quick-search .auto-suggest ul li.active {
  background: rgba(0, 0, 0, 0.05);
}
fieldset.quick-search.visible {
  display: block;
}
fieldset.quick-search#mobi-searchbar {
  position: absolute;
  display: block;
  right: 0 !important;
  left: 0 !important;
  width: 100%;
  background: #F7F7F7;
  z-index: 10;
  bottom: 0 !important;
  top: auto !important;
}
fieldset.quick-search#mobi-searchbar.hidden {
  display: none;
}
fieldset.quick-search#mobi-searchbar button.icon-cross {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  left: 20px;
  top: 18px;
  cursor: pointer;
  font-size: 25px;
  color: #0076A5;
}
fieldset.quick-search#mobi-searchbar button.icon-cross span {
  display: none;
}
fieldset.quick-search#mobi-searchbar .formItem {
  padding-left: 70px;
}
fieldset.quick-search#mobi-searchbar .formItem input.formText {
  background: transparent;
  color: #878684;
}
fieldset.quick-search#mobi-searchbar .formItem ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
fieldset.quick-search#mobi-searchbar .formItem :-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -moz-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
fieldset.quick-search#mobi-searchbar .formItem ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -moz-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
fieldset.quick-search#mobi-searchbar .formItem :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
fieldset.quick-search#mobi-searchbar .formItem :focus::-webkit-input-placeholder {
  color: #333;
}
fieldset.quick-search#mobi-searchbar .formItem :focus:-moz-placeholder {
  color: #333;
}
fieldset.quick-search#mobi-searchbar .formItem :focus::-moz-placeholder {
  color: #333;
}
fieldset.quick-search#mobi-searchbar .formItem :focus:-ms-input-placeholder {
  color: #333;
}
.person-name ~ fieldset.quick-search {
  width: 350px;
}
/* -- Body und Text-Style -- */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #333;
  background: #fff;
}
img {
  content-visibility: auto;
}
hr {
  margin: 30px 0;
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}
h1,
h2,
h3 {
  margin-bottom: 20px;
}
h1 {
  font-size: 55px;
  font-size: clamp(1.75rem, 0.3193rem + 3.5085vw, 3.438rem);
  line-height: 60px;
  line-height: 110%;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
h1.font-light {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 200 !important;
}
h1.defaulttextcolor {
  color: #FF7500;
}
h1.defaulttextcolor a:hover {
  color: #0076A5;
}
h1.secondtextcolor {
  color: #0076A5;
}
h1.secondtextcolor a:hover {
  color: #363636;
}
h2 {
  font-size: 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
}
h2.center {
  text-align: center;
  font-size: 30px;
  margin-bottom: 60px;
}
h2.defaulttextcolor {
  color: #FF7500;
}
h2.defaulttextcolor a:hover {
  color: #0076A5;
}
h2.secondtextcolor {
  color: #0076A5;
}
h2.secondtextcolor a:hover {
  color: #363636;
}
h3 {
  font-size: 18px;
}
h3.defaulttextcolor {
  color: #FF7500;
}
h3.defaulttextcolor a:hover {
  color: #0076A5;
}
h3.secondtextcolor {
  color: #0076A5;
}
h3.secondtextcolor a:hover {
  color: #363636;
}
h4 {
  font-size: 18px;
}
h4.defaulttextcolor {
  color: #FF7500;
}
h4.defaulttextcolor a:hover {
  color: #0076A5;
}
h4.secondtextcolor {
  color: #0076A5;
}
h4.secondtextcolor a:hover {
  color: #363636;
}
p {
  margin-bottom: 20px;
}
/* -- Buttons -- */
a.more {
  display: inline-block;
  text-decoration: none;
  padding: 13px;
  font-family: 'Lato', sans-serif;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}
a.more::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0076A5;
  border-radius: 8px 0 8px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
a.more:hover::before {
  background: #363636;
}
a.more.white::before {
  color: #fff;
}
a.more.white:hover::before {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
a.more.black::before {
  background: #363636;
}
a.more.black:hover::before {
  background: #0076A5;
}
a.more.defaultcolor::before {
  background: #FF7500;
}
a.more.defaultcolor:hover::before {
  background: #363636;
}
a.more.secondcolor::before {
  background: #0076A5;
}
a.more.secondcolor:hover::before {
  background: #363636;
}
a.old-version {
  padding: 13px;
  font-family: 'Lato', sans-serif;
  color: #0076A5;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
/* -- Background Colors -- */
.fill {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fill.green,
.fill.defaultcolor {
  background-color: #FF7500;
  color: #fff;
}
.fill.greyblue,
.fill.secondcolor {
  background-color: #0076A5;
  color: #fff;
}
.fill.lightgrey {
  background-color: #F2F2F2;
  color: #333;
}
button.fill:hover {
  background-color: #333;
}
/* -- 100% Height Layout -- */
#container {
  overflow: hidden;
  position: relative;
  z-index: 4;
  padding-top: 100px;
  min-height: 100%;
  min-height: calc(100% - 120px);
  height: auto;
}
/* -- Layout -- */
.size {
  width: 1110px;
  width: auto;
  max-width: 1110px;
  margin: 0 auto;
  text-align: left;
}
/* -- Logo -- */
#logo {
  padding: 25px 0 0 0;
  position: relative;
  float: right;
  z-index: 12;
}
#logo a {
  display: block;
  width: 216px;
  height: 100px;
  background: url(../gfx/cdu-thr-logo-2023.png) right top no-repeat;
  background-size: contain;
  -webkit-transition: height 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: height 0.25s cubic-bezier(0.2, 1, 0.3, 1);
  transition: height 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
#logo a[style] {
  width: 360px;
  height: 60px;
}
#outerteaser {
  position: relative;
  z-index: 2;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
#outerteaser + #mainContent {
  margin-top: -120px;
}
#outerteaser.v2 + #mainContent {
  margin-top: 0;
  padding-top: 30px;
}
#outerteaser .teaser-text {
  text-align: center;
}
#mainContent {
  z-index: 3;
  position: relative;
}
/* -- Header -- */
#header {
  height: 100px;
  color: #B4B4B4;
  z-index: 2;
  z-index: 666;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
}
#header .person-name {
  padding: 15px 30px;
  font-family: 'Lato', sans-serif;
  position: relative;
  z-index: 2;
  font-weight: bold;
  top: 20px;
  min-height: 60px;
  max-height: 100px;
  color: #fff;
  text-transform: uppercase;
  line-height: 125%;
  margin-right: 60px;
  max-width: 350px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .person-name a {
  text-decoration: none;
}
#header .person-name::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0076A5;
  border-radius: 8px 0 8px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
#header .inner {
  position: relative;
}
/*
body.sid7 {
    #logo {
        a { width: 360px; height: 200px;}
    }
}
*/
.errorMsg {
  color: red;
  padding-top: 40px;
  margin-bottom: -30px;
}
.small-header #header {
  height: 60px;
  -webkit-box-shadow: 0 2px 0px #F2F2F2;
  -moz-box-shadow: 0 2px 0px #F2F2F2;
  box-shadow: 0 2px 0px #F2F2F2;
}
.small-header #header fieldset.quick-search {
  top: 0;
}
.small-header #header .person-name {
  min-height: 40px;
  top: 7px;
  padding: 10px 30px;
}
.small-header #logo a {
  height: 75px;
}
.small-header a#hamburger {
  padding-top: 13px;
}
.small-header #topmenu {
  padding-top: 8px;
}
/* -- Seite mit Teaser -- */
.hasTeaser #header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: transparent;
}
.show-sidebar-right #container {
  -webkit-transform: translate(-440px, 0px);
  -moz-transform: translate(-440px, 0px);
  transform: translate(-440px, 0px);
}
.show-sidebar-right #sidebar-right {
  right: 0;
}
.show-sidebar-right #header {
  left: -440px;
  right: 440px;
}
.show-sidebar-right.fixed-header #header {
  left: -440px;
  right: 440px;
}
/* -- Item List -- */
.item-list {
  padding: 100px 0;
}
.item-list.timeline {
  padding: 50px 0;
}
.item-list.timeline .item {
  margin-bottom: 0;
}
.item-list.timeline .item .submitted {
  display: block;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  padding-top: 30px;
  color: #000;
  font-weight: 900;
}
.item-list.timeline .item .category {
  font-size: 18px;
  font-family: 'Source Sans Pro SemiBold', sans-serif;
  color: #FF7500;
  margin-top: 15px;
}
.item-list.timeline .box-33 {
  padding-left: 100px;
}
.item-list.timeline .box-66 {
  position: relative;
  z-index: 2;
}
.item-list.timeline .box-66::before {
  content: "";
  background: #fff;
  position: absolute;
  left: -30px;
  top: 0;
  right: -30px;
  bottom: 0;
  border-radius: 50px 0 50px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.item-list.timeline .block-text {
  border-left: 0;
}
.item-list.timeline .block-text .inner {
  padding: 40px 0;
}
.item-list.timeline .block-text .meta {
  padding-left: 0;
}
.item-list.timeline .block-text a.more {
  position: relative;
  top: 30px;
}
.item-list.timeline .block-text dl.link-liste {
  margin-left: 0;
  margin-bottom: 20px;
}
.item-list.timeline .block-text dl.link-liste:last-child {
  margin-bottom: 40px;
}
.item-list.partner {
  padding: 40px 0 100px;
}
.item-list-head {
  padding: 0 0 0;
  width: 33.333333%;
}
.item-list-head a.more {
  min-width: 0;
}
.item-list-head + .item-list {
  padding: 50px 0;
}
.item-list-head.full {
  padding: 50px 0 0;
}
.item-list-head fieldset.filterbar {
  padding: 0 0 0 20px;
  width: 100%;
}
.item-list-head fieldset.filterbar + .category-bar {
  margin-right: 15px;
  padding-top: 40px;
}
/* -- Content Part -- */
.content-part {
  text-align: left;
  padding: 0;
  position: relative;
  margin-bottom: 100px;
}
.content-part::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.content-part.fill-lightgrey {
  background: #F2F2F2;
}
.content-part h2 {
  margin-bottom: 0;
  padding: 0 0 40px;
}
.content-part h2.middle {
  font-size: 30px;
}
.content-part h2.small {
  font-size: 22px;
  text-transform: none;
  line-height: normal;
  padding-top: 40px;
}
.content-part h2.white {
  color: #fff;
}
.content-part .headline h2 {
  font-size: 50px;
  line-height: 50px;
  hyphens: auto;
}
.content-part .result-title {
  font-size: 20px;
  color: #808080;
}
.content-part .result-title.defaulttextcolor {
  color: #FF7500;
}
.content-part .result-title.secondtextcolor {
  color: #0076A5;
}
.content-part iframe {
  border: 0;
  max-width: 100%;
  overflow: auto;
}
.content-part .content {
  position: relative;
  z-index: 2;
}
.content-part .content > h1,
.content-part .content > h2 {
  padding-bottom: 0;
  position: relative;
  margin-bottom: 40px;
  font-size: 55px;
  font-size: clamp(1.75rem, 0.3193rem + 3.5085vw, 3.438rem);
  line-height: 60px;
  line-height: 120%;
}
.content-part .content .content-bg {
  position: absolute;
  left: -50%;
  top: 0;
  width: 200%;
  bottom: 0;
  z-index: -1;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(2, 1);
  -moz-transform: scale(2, 1);
  transform: scale(2, 1);
}
.content-part .content .content-bg.lightgrey {
  background: #F2F2F2;
}
.content-part .row {
  position: relative;
  z-index: 2;
  padding-right: 60px;
}
.content-part .row .col {
  float: left;
}
.content-part .row .sidebar {
  width: 33.333333%;
  position: relative;
  /*.submitted,
			.info{padding: 20px 40px;} */
}
.content-part .row .sidebar:first-child {
  padding-right: 50px;
}
.content-part .row .sidebar:last-child {
  padding-left: 50px;
}
.content-part .row .sidebar .block {
  position: static !important;
  border-left: 0;
}
.content-part .row .content {
  width: 66.666666%;
  padding-right: 0;
}
.content-part .row .content:first-child {
  padding-right: 50px;
}
.content-part .row .content:last-child {
  padding-left: 30px;
}
.content-part .row h2 + .content {
  padding-right: 15px;
}
.content-part .row.equal .sidebar > img {
  top: 50%;
  position: relative;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.content-part .row + .cp-backgrnd {
  top: 0;
}
.content-part table {
  margin-bottom: 60px;
  width: 100%;
  background: #F2F2F2;
}
.content-part table:last-child {
  margin-bottom: 0;
}
.content-part table th,
.content-part table td {
  padding: 15px 30px;
}
.content-part table thead th {
  color: #fff;
  background: #FF7500;
  position: relative;
}
.content-part table thead th.bold {
  font-weight: bold;
}
.content-part table thead th.italic {
  font-style: italic;
}
.content-part table thead th.underline {
  text-decoration: underline;
}
.content-part table thead td.bold {
  font-weight: bold;
}
.content-part table thead td.italic {
  font-style: italic;
}
.content-part table thead td.underline {
  text-decoration: underline;
}
.content-part table tbody tr th {
  text-align: left;
  font-weight: normal;
  border-left: 4px solid #363636;
}
.content-part table tbody tr th.bold,
.content-part table tbody tr td.bold {
  font-weight: bold;
}
.content-part table tbody tr th.italic,
.content-part table tbody tr td.italic {
  font-style: italic;
}
.content-part table tbody tr th.underline,
.content-part table tbody tr td.underline {
  text-decoration: underline;
}
.content-part table tfoot td {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  color: #B4B4B4;
}
.content-part table tfoot td:first-child {
  border-left: 0;
}
.content-part.has-greybg .content {
  padding-top: 60px;
}
.content-part.headline {
  margin-bottom: 50px;
}
.content-part.headline a.icon-logout {
  color: #0076A5;
  font-family: 'Source Sans Pro SemiBold', sans-serif;
  margin-right: 10px;
  text-decoration: none;
  margin-bottom: -20px;
}
.content-part.headline a.icon-logout::before {
  position: relative;
  margin-right: 10px;
  top: 3px;
}
.content-part.headline .content > h1,
.content-part.headline .content > h2 {
  font-size: 55px;
  font-size: clamp(1.75rem, 0.3193rem + 3.5085vw, 3.438rem);
  line-height: 60px;
  line-height: 110%;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: 0;
  position: relative;
  color: #FF7500;
  margin-bottom: 0;
  margin-right: 200px;
}
.content-part.headline time {
  color: #808080;
  display: block;
  margin-left: 80px;
  margin-top: 40px;
}
.content-part .content-wrap {
  position: relative;
}
.content-part .content-wrap .elem-backgrnd .flexgrid {
  padding-top: 0;
}
.content-part.text-content .node {
  margin-left: 80px;
}
.content-part.text-content .node figure.fltlft {
  margin: 0 80px 30px -80px;
}
.content-part.media h2 {
  font-size: 22px;
  padding: 40px 0;
  color: #fff;
  margin-left: 200px;
}
.content-part.media .content {
  padding-bottom: 0;
}
.content-part.media .media-wrap .btn-wrap {
  position: absolute;
  left: 66.666666%;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.content-part.media .media-wrap .btn-wrap a {
  width: 80px;
  height: 60px;
  background: #0076A5;
  top: 60%;
  position: relative;
  text-align: center;
  line-height: 65px;
  font-size: 30px;
}
.content-part.media .media-wrap .btn-wrap a span {
  display: none;
}
.content-part.media .media-wrap a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
}
.content-part.media .media-wrap a span.icon-play {
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  line-height: 110px;
  font-size: 40px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  text-indent: 7px;
}
.content-part.media .media-wrap a span.icon-play em {
  display: none;
}
.content-part.media .media-wrap a span.icon-play::before {
  position: relative;
  z-index: 2;
}
.content-part.media .media-wrap a span.icon-play i.bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #97B0B9;
  filter: alpha(opacity=90);
  opacity: 0.9;
  display: block;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.content-part.media .media-wrap a:hover span.icon-play i.bg {
  background: #00C194;
}
.content-part.media .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.content-part.media .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.content-part.media.even .media-wrap a span.icon-play i.bg {
  background: #00C194;
}
.content-part.media.even .media-wrap a:hover span.icon-play i.bg {
  background: #97B0B9;
}
.content-part.media.image .content {
  padding-top: 90px;
}
.content-part.media.image + .content-part .content {
  padding-top: 30px;
}
.content-part.media.video .video-wrap {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.content-part.media.video .video-wrap img {
  position: static;
  -webkit-transform: none;
  -mpz-transform: none;
  transform: none;
}
.content-part.media.video em.icon-play {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 2;
  color: #fff;
}
.content-part.media.video em.icon-play::before {
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: 100px;
  font-size: 45px;
  display: block;
  letter-spacing: -5px;
}
.content-part.media.video em.icon-play::after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #52b7c1;
  border-radius: 20px 0 20px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.content-part.media.video .videoplayer {
  padding: 0;
}
.content-part.media.video .media-wrap {
  margin-bottom: -40px;
}
.content-part.media.video:hover em.icon-play::after {
  background: #2d3c4b;
}
.content-part.media.video figure figcaption {
  position: relative;
  z-index: 2;
  top: -20px;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  margin-left: -4px;
  display: inline-block;
  margin-right: 30px;
  width: 100%;
  max-width: 730px;
}
.content-part.media.video figure figcaption strong {
  display: block;
  font-family: 'Source Sans Pro SemiBold', sans-serif;
}
.content-part.media.video figure figcaption::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #52b7c1;
  border-radius: 10px 0 10px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.content-part.gallery .content {
  padding-bottom: 0;
}
.content-part.gallery + .media-desc {
  padding-bottom: 60px;
}
.content-part.gallery .gallery-desc {
  position: relative;
  margin-bottom: 10px;
  color: #fff;
  padding: 8px 20px;
  margin-top: -30px;
  margin-left: -3px;
  z-index: 3;
  width: 80%;
  display: inline-block;
}
.content-part.gallery .gallery-desc::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #52b7c1;
  border-radius: 8px 0 8px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.content-part.gallery .gallery-desc strong {
  display: block;
}
.content-part.gallery .swiper-button-wrap {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: 300px;
}
.content-part.gallery .swiper-button-wrap::before {
  content: "";
  left: 0;
  top: 0;
  opacity: 0.95;
  position: absolute;
  width: 1000vw;
  height: 100%;
  background: #0076A5;
  border-radius: 50px 0 50px 0;
  z-index: 1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.content-part.gmap h2 {
  position: relative;
  z-index: 2;
  padding: 0;
  margin-bottom: 40px;
}
.content-part.gmap .gmap-wrap {
  margin-bottom: 0;
}
.content-part.presse .filter-bar {
  width: 33.333333%;
  padding-left: 40px;
}
.content-part.news .filterbar-wrap fieldset.filterbar {
  top: 0;
}
.content-part.termine .grid {
  padding-bottom: 30px !important;
}
.content-part.termine.odd .grid .box {
  float: right;
}
.content-part.termine.odd .grid .box-50:nth-child(odd) {
  padding-right: 0;
  padding-left: 15px;
}
.content-part.termine.odd .grid .box-50:nth-child(even) {
  padding-left: 0;
  padding-right: 15px;
}
.content-part.medieneintrag .block > .info span {
  overflow: visible;
}
.content-part.medieneintrag .block > .info span i.border {
  top: 40px;
}
.content-part.mitmachen .equal-grid .box {
  margin-bottom: 0;
}
.content-part.kontakt h2 {
  color: #52b7c1;
}
.content-part.kontakt.even .pad-90 {
  padding-bottom: 0px;
}
.content-part.kontakt .content > .flexgrid > .box {
  vertical-align: top;
}
.content-part.kontakt .content > .flexgrid .box-33 {
  position: relative;
}
.content-part.kontakt .content > .flexgrid .box-33 .block {
  border-left: 0;
  margin-bottom: 60px;
}
.content-part.kontakt .block-text .inner {
  padding: 40px 25px;
}
.content-part.aktuelles .flexgrid .box {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.content-part.aktuelles .flexgrid .box:first-child {
  z-index: 1;
}
.content-part.aktuelles .block {
  padding-top: 40px;
}
.content-part.aktuelles .block .meta {
  padding-bottom: 50px;
}
.content-part.teaser .swiper-button-next,
.content-part.teaser .swiper-button-prev {
  width: 60px;
  height: 50px;
}
.content-part.teaser .swiper-button-next:before,
.content-part.teaser .swiper-button-prev:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content-part.teaser .swiper-button-wrap {
  display: none;
}
.content-part.teaser .swiper-container-initialized .swiper-button-wrap {
  display: block;
}
.content-part.teaser .video-wrap figure {
  padding-bottom: 0;
  min-height: 750px;
}
@media screen and (max-height: 800px) and (orientation: landscape) {
  .content-part.teaser .video-wrap figure {
    height: calc(100vh - 120px);
    min-height: 550px;
  }
}
.content-part.teaser .figure-wrap {
  position: relative;
}
.content-part.teaser .flexgrid {
  margin-bottom: 0;
}
.content-part.teaser .flexgrid .box {
  margin-bottom: 0;
}
.content-part.teaser .swiper-content-wrap .flexgrid .box {
  margin-bottom: 0;
}
.content-part.teaser .swiper-container {
  overflow: visible;
}
.content-part.teaser .swiper-button-next {
  right: 20px;
}
.content-part.teaser .swiper-button-next:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.content-part.teaser .swiper-button-prev {
  left: 20px;
}
.content-part.teaser .swiper-button-prev:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.content-part.teaser:not(.video) .swiper-slide-prev {
  opacity: 0 !important;
}
.content-part.teaser ul.social-links {
  padding-top: 10px;
  margin-bottom: 0;
  list-style: none;
}
.content-part.teaser ul.social-links li {
  float: left;
  padding-left: 16px;
}
.content-part.teaser ul.social-links li:before {
  display: none;
}
.content-part.teaser ul.social-links li a {
  text-decoration: none;
  color: #0076A5;
}
.content-part.teaser ul.social-links li a span {
  display: none;
}
.content-part.teaser .block-info {
  margin-left: -44px;
}
.content-part.teaser .block-info ul.social-links {
  padding: 8px 20px;
  position: relative;
  z-index: 2;
  display: inline-block;
  bottom: -58px;
  margin-top: -20px;
}
.content-part.teaser .block-info ul.social-links li {
  padding-left: 0;
  padding-right: 15px;
}
.content-part.teaser .block-info ul.social-links li a {
  color: #fff;
  font-size: 20px;
  padding-top: 2px;
  display: block;
}
.content-part.teaser .block-info ul.social-links li a:hover {
  color: #363636;
}
.content-part.teaser .block-info ul.social-links li:last-child {
  padding-right: 0;
}
.content-part.teaser .block-info ul.social-links::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #52b7c1;
  border-radius: 8px 0 8px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.content-part.teaser .swiper-slide {
  position: relative;
}
.content-part.teaser .swiper-slide .figure-wrap {
  background: #fff;
}
.content-part.teaser .swiper-slide figure figcaption {
  position: absolute;
  bottom: 100px;
  bottom: 5.5vw;
  left: 0;
  right: 0;
}
.content-part.teaser .swiper-slide figure figcaption .headline {
  padding: 35px 60px;
  width: 66.666666%;
  width: 75%;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-size: 55px;
  font-size: clamp(1.75rem, 0.3193rem + 3.5085vw, 3.438rem);
  line-height: 60px;
  line-height: 110%;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.content-part.teaser .swiper-slide figure figcaption .headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #FF7500;
  border-radius: 40px 0 40px 0;
  -webkit-transform: skew(-15deg, 0deg);
  -moz-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}
.content-part.teaser .swiper-slide figure figcaption .headline:last-child {
  margin-bottom: 0;
}
.content-part.teaser .swiper-slide figure figcaption .text {
  padding-right: 70px;
  margin-bottom: 30px;
  font-size: 16px;
}
.content-part.teaser .swiper-slide figure figcaption .text strong {
  text-transform: uppercase;
  font-style: italic;
  font-family: 'Fira Sansbold', sans-serif;
  padding-right: 10px;
}
.content-part.teaser .swiper-slide figure figcaption .text address {
  font-style: normal;
  margin-bottom: 20px;
}
.content-part.teaser .swiper-slide figure figcaption a.more {
  padding: 15px 20px;
  font-size: 18px;
  margin-left: -30px;
}
.content-part.teaser.video {
  /*padding-bottom: 52%; background: #fff; */
}
.content-part.teaser.video .swiper-content-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  z-index: 3;
}
.content-part.teaser.video .playbtn-wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  margin-left: 10px;
  top: 0;
}
.content-part.teaser.video .playbtn-wrap a.playBtn {
  width: 80px;
  height: 60px;
  background: #0076A5;
  bottom: 315px;
  position: absolute;
  text-align: center;
  line-height: 65px;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}
.content-part.teaser.video .playbtn-wrap a.playBtn span {
  display: none;
}
.content-part.teaser.video .previewimg .figcaption {
  position: absolute;
  bottom: 100px;
  bottom: 3vw;
  left: 0;
  right: 0;
}
.content-part.teaser.video .previewimg .figcaption .headline {
  padding: 35px 60px;
  width: 66.666666%;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-size: 55px;
  font-size: clamp(1.75rem, 0.3193rem + 3.5085vw, 3.438rem);
  line-height: 60px;
  line-height: 110%;
}
.content-part.teaser.video .previewimg .figcaption .headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #FF7500;
  border-radius: 40px 0 40px 0;
  -webkit-transform: skew(-15deg, 0deg);
  -moz-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}
.content-part.teaser.video .previewimg .figcaption .headline:last-child {
  margin-bottom: 0;
}
@media screen and (max-height: 800px) and (orientation: landscape) {
  .content-part.teaser.video .previewimg .figcaption .headline {
    font-size: 40px;
    padding: 20px 40px;
  }
}
.content-part.teaser.video .previewimg .figcaption .text {
  padding-right: 70px;
  margin-bottom: 30px;
  font-size: 16px;
}
.content-part.teaser.video .previewimg .figcaption .text strong {
  text-transform: uppercase;
  font-style: italic;
  font-family: 'Fira Sansbold', sans-serif;
  padding-right: 10px;
}
.content-part.teaser.video .previewimg .figcaption .text address {
  font-style: normal;
  margin-bottom: 20px;
}
.content-part.teaser.video .previewimg .figcaption a.more {
  padding: 15px 20px;
  font-size: 18px;
  margin-left: -30px;
}
.content-part.teaser.video .active-video {
  z-index: 2;
}
.content-part.teaser.video .video-played .iframe-wrap {
  z-index: 4;
}
.content-part.teaser.video .video-played figcaption {
  display: none;
}
.content-part.teaser#teaser-login .swiper-container {
  overflow: visible;
}
.content-part.hero-img {
  margin-bottom: 40px;
}
.content-part.hero-img figure img {
  display: block;
}
.content-part.hero-img figure figcaption {
  position: relative;
  padding-top: 0;
}
.content-part.hero-img figure figcaption .headline {
  padding: 30px 60px;
  width: 66.666666%;
  margin-top: -70px;
  margin-left: -20px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-size: 55px;
  font-size: clamp(1.75rem, 0.3193rem + 3.5085vw, 3.438rem);
  line-height: 60px;
  line-height: 110%;
}
.content-part.hero-img figure figcaption .headline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #FF7500;
  border-radius: 20px 0 20px 0;
  -webkit-transform: skew(-15deg, 0deg);
  -moz-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}
.content-part.hero-img figure figcaption .headline:last-child {
  margin-bottom: 0;
}
.content-part.hero-img figure figcaption .text {
  padding-left: 80px;
  margin-bottom: 30px;
  color: #808080;
  margin-top: 40px;
}
.content-part.hero-img figure figcaption .text strong {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding-right: 10px;
}
.content-part.hero-img figure figcaption .text address {
  font-style: normal;
  margin-bottom: 20px;
}
.content-part.hero-img figure figcaption time {
  color: #808080;
  display: block;
  margin-left: 80px;
  margin-top: 40px;
}
.content-part.media-desc {
  padding-bottom: 60px;
}
.content-part.media-desc .row .sidebar {
  padding-left: 40px !important;
}
.content-part.media-desc .row .sidebar .info {
  padding-left: 0;
}
.content-part.media-desc .row .sidebar::before {
  bottom: 0;
}
.content-part.social-media .content {
  padding-top: 100px;
}
.content-part.social-media .content::before {
  content: "";
  background: #FF7500;
  position: absolute;
  left: calc(100% - 40px);
  top: 0;
  bottom: 0;
  width: 200%;
  border-radius: 50px 0 0 0;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.content-part.social-media .swiper-slide {
  height: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.content-part.social-media .swiper-slide .block {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.content-part.social-media .swiper-container {
  overflow: visible;
}
.content-part.social-media .social-btns {
  position: absolute;
  left: 100%;
  left: calc(100% + 20px);
  top: 0;
  bottom: 0;
  padding-top: 0;
  z-index: 5;
  width: 100%;
}
.content-part.social-media .social-btns .swiper-btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50px;
  height: 40px;
  width: 40px;
  display: block;
  cursor: pointer;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  text-decoration: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content-part.social-media .social-btns .swiper-btn span {
  display: none;
}
.content-part.social-media .social-btns::before {
  content: "";
  background: #FF7500;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  border-radius: 50px 0 0 0;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.content-part.abgeordneten-kontakt .social-filterbar ul li a {
  font-size: 20px;
}
.content-part.downloads fieldset.filterbar {
  padding-top: 0;
}
.content-part.links {
  margin-top: -40px;
}
.content-part.quote-content .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-part.quote-content .content figure {
  width: 33.333333%;
  position: relative;
  padding-right: 40px;
}
.content-part.quote-content .content figure figcaption {
  position: absolute;
  color: #fff;
  z-index: 2;
  left: 0;
  bottom: -35px;
  padding: 8px 20px;
  right: 75px;
}
.content-part.quote-content .content figure figcaption::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FF7500;
  border-radius: 8px 0 8px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.content-part.quote-content .content figure figcaption strong {
  display: block;
}
.content-part.quote-content .content blockquote {
  padding-left: 40px;
  width: 66.666666%;
}
.content-part.login-intern {
  margin-top: 100px;
}
.content-part.login-intern .block-text .inner {
  padding: 40px 25px;
}
.content-part.search-head {
  margin-bottom: 60px;
}
/* -- Accordion -- */
.accordion {
  padding: 30px 70px;
  color: #00C194;
}
.accordion h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  padding: 35px 0;
  border-top: 1px solid #E0E0E0;
  margin-bottom: 0;
  cursor: pointer;
}
.accordion h3:first-child {
  border-top: 0;
}
.accordion h3 i {
  width: 20px;
  height: 20px;
  display: block;
  border-right: 1px solid #1188B5;
  border-bottom: 1px solid #1188B5;
  float: right;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion h3.active i {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}
.accordion .ac-content {
  padding-bottom: 40px;
  display: none;
}
/* -- Video Wrap -- */
.video-wrap figure {
  position: relative;
  padding-bottom: 52%;
  overflow: hidden;
}
.video-wrap a.icon-play {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 2;
  text-decoration: none;
  color: #fff;
}
.video-wrap a.icon-play::before {
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: 100px;
  font-size: 45px;
  display: block;
  letter-spacing: -5px;
}
.video-wrap a.icon-play::after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0076A5;
  border-radius: 20px 0 20px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.video-wrap a.icon-play:hover::after {
  background: #FF7500;
}
.video-wrap img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-wrap .iframe-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.video-wrap .iframe-wrap iframe {
  width: 100%;
  height: 100%;
}
/* -- Social Media -- */
.social-filterbar {
  position: relative;
  z-index: 2;
  top: 0;
}
.social-filterbar ul {
  padding: 30px;
}
.social-filterbar ul li {
  margin-left: 10px;
  float: none;
  display: inline-block;
}
.social-filterbar ul li a {
  font-size: 24px;
  color: #0076A5;
  text-decoration: none;
}
.social-filterbar ul li a span {
  display: none;
}
.social-filterbar ul li a:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.social-filterbar .social-prev,
.social-filterbar .social-next {
  display: inline-block;
  font-size: 30px;
  cursor: pointer;
}
.social-filterbar .social-btns {
  padding-top: 25px;
}
.social-filterbar .social-btns.red .swiper-btn {
  color: #C3704D;
}
.social-filterbar .social-btns.red .swiper-btn.swiper-button-disabled {
  color: #F2F2F2;
}
.social-filterbar .social-btns.green .swiper-btn,
.social-filterbar .social-btns.defaulttextcolor .swiper-btn {
  color: #00C194;
}
.social-filterbar .social-btns.green .swiper-btn.swiper-button-disabled,
.social-filterbar .social-btns.defaulttextcolor .swiper-btn.swiper-button-disabled {
  color: #F2F2F2;
}
.social-filterbar .social-btns.amber .swiper-btn {
  color: #CFB65B;
}
.social-filterbar .social-btns.amber .swiper-btn.swiper-button-disabled {
  color: #F2F2F2;
}
.social-filterbar .social-btns.greyblue .swiper-btn,
.social-filterbar .social-btns.secondtextcolor .swiper-btn {
  color: #97B0B9;
}
.social-filterbar .social-btns.greyblue .swiper-btn.swiper-button-disabled,
.social-filterbar .social-btns.secondtextcolor .swiper-btn.swiper-button-disabled {
  color: #F2F2F2;
}
.social-swiper {
  padding-bottom: 80px;
}
.social-swiper .swiper-slide {
  width: 33.333333%;
}
/* -- Elemente -- */
blockquote p {
  font-size: 35px;
  font-size: clamp(1.563rem, 0.9059rem + 1.2821vw, 2.188rem);
  line-height: 44px;
  line-height: 120%;
  font-style: italic;
  font-family: 'Lato', sans-serif;
  margin-bottom: 0;
}
/* -- Figure -- */
figure .img {
  overflow: hidden;
}
figure figcaption {
  padding-top: 20px;
}
.load-more {
  text-align: center;
}
.load-more a.more {
  height: 60px;
  display: inline-block;
  text-align: left;
  background: #F2F2F2 !important;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #0076A5;
  line-height: 60px;
  padding: 0 20px;
  text-transform: uppercase;
}
.load-more a.more::before {
  display: none;
}
.load-more a.more:hover {
  background: #FF7500;
}
/* -- Media Grid -- */
.media-grid .box {
  padding: 0 !important;
}
.media-grid a.thumb {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  font-family: 'Source Sans Pro Bold', sans-serif;
}
.media-grid a.thumb img {
  display: block;
  position: relative;
  z-index: 1;
}
.media-grid a.thumb .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transform: translate(0px, 100%);
  -moz-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.media-grid a.thumb .overlay .label {
  border-top: 1px solid #fff;
  padding-top: 10px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.media-grid a.thumb .overlay .bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.media-grid a.thumb:hover .overlay {
  -webkit-transform: translate(0px, 0%);
  -moz-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
  background: #97b0b9;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
/* -- News Grid -- */
.news-grid,
.mediathek-grid {
  clear: both;
  padding-top: 0 !important;
  margin-bottom: 0;
}
.news-grid .block,
.mediathek-grid .block {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-grid .block .inner,
.mediathek-grid .block .inner {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
}
.news-grid .block .inner a.more,
.mediathek-grid .block .inner a.more {
  margin: auto auto 0 0;
}
.news-grid .block-news .inner,
.mediathek-grid .block-news .inner {
  padding: 0;
}
.news-grid .block-news .img + .inner,
.mediathek-grid .block-news .img + .inner {
  padding: 25px;
}
.news-grid .block-text .inner,
.mediathek-grid .block-text .inner {
  padding-top: 0;
}
.news-grid .block-text .img + .inner,
.mediathek-grid .block-text .img + .inner {
  padding-top: 25px;
}
.news-grid .box,
.mediathek-grid .box {
  margin-bottom: 80px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.member-grid.pad-90 {
  padding-bottom: 0px;
}
/* -- Terminkalender  -- */
.fc {
  padding-bottom: 0;
}
.fc table {
  background: #F2F2F2;
}
.fc table td {
  border-bottom: 0 !important;
  padding: 0;
}
.fc table td:first-child {
  border-left: 0 !important;
}
.fc .fc-head-container {
  display: table;
  width: 100%;
  background: #FF7500;
  position: relative;
  z-index: 2;
}
.fc .fc-head-container .fc-day-header {
  color: #fff;
  padding: 40px 30px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}
.fc .fc-basic-view {
  background: #fff;
}
.fc .fc-body {
  position: relative;
}
.fc .fc-body .fc-week .fc-day {
  padding: 0;
  background: transparent;
  border-left: 0;
  font-family: 'Lato', sans-serif;
  border-left: 1px solid #fff;
}
.fc .fc-body .fc-week .fc-day.blank .day-number {
  color: #E6E6E6;
}
.fc .fc-body .fc-week .fc-day-grid-event .day-indicator-wrap {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
}
.fc .fc-body .fc-week .fc-day-grid-event .day-indicator-wrap .day-indicator {
  position: relative;
}
.fc .fc-body .fc-week .fc-day-grid-event .day-indicator-wrap .day-indicator .event-length {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  font-family: 'Source Sans Pro Bold', sans-serif;
  padding: 6px 20px;
  margin-bottom: 5px;
}
.fc .fc-body .fc-week .fc-day-grid-event .day-indicator-wrap .day-indicator .event-length a {
  display: block;
  text-decoration: none;
}
.fc .fc-body .fc-week .fc-day-grid-event .day-indicator-wrap .day-indicator .event-pipe {
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  right: 20px;
}
.fc .fc-body .fc-week .fc-day-grid-event .day-indicator-wrap .day-indicator .event-title {
  padding-left: 20px;
  font-weight: normal;
  color: #0076A5;
  padding-right: 25px;
  font-size: 16px;
  line-height: 24px;
}
.fc .fc-body .fc-week .fc-day-grid-event .day-indicator-wrap .day-indicator .event-title a {
  text-decoration: none;
}
.fc .fc-body .fc-week .fc-day-grid-event .day-indicator-wrap .day-indicator .event-title a:hover {
  color: #FF7500;
}
.fc .fc-body .fc-week .fc-day-grid-event .day-indicator-wrap.attached .event-length {
  visibility: hidden;
}
.fc .fc-body .fc-week .fc-day-grid-event .day-indicator-wrap.attached .day-indicator {
  margin-left: -25px;
}
.fc .fc-body .fc-week .fc-day-grid-event .day-indicator-wrap.attached .event-title {
  visibility: hidden;
}
.fc .fc-body .fc-week .fc-day-top .fc-day-number {
  font-size: 40px;
  color: #B4B4B4;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: 25px 25px 10px 25px;
  display: inline-block;
}
.fc .fc-body .fc-week:first-child {
  background-image: none;
}
.fc .fc-row .fc-content-skeleton {
  height: 100%;
}
.fc .fc-row .fc-content-skeleton table {
  height: 100%;
}
.fc .fc-row .fc-content-skeleton table thead tr td {
  border-left: 0;
}
.fc .fc-row .fc-content-skeleton table tbody tr td:first-child {
  border-left: 0;
}
.fc .fc-row:first-child {
  border-top: 0;
}
.fc .fc-row:last-child .fc-bg table tbody tr td {
  border-bottom: 0;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 130px;
  border-top: 1px solid #fff;
}
/* -- Terminkalender - Listenansicht -- */
.calendar-heading h1,
.calendar-heading h2 {
  font-size: 55px;
  font-size: clamp(1.75rem, 0.3193rem + 3.5085vw, 3.438rem);
  line-height: 60px;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 65px;
}
.calendar-heading .fltrt {
  padding: 75px 0 0;
  position: relative;
  z-index: 2;
}
.calendar-heading a {
  text-decoration: none;
}
.calendar-heading .paginate-buttons {
  float: right;
  font-size: 14px;
  width: 30px;
  height: 30px;
  color: #97B0B9;
}
.calendar-heading .paginate-buttons.it-does-not-hide {
  color: #E6E6E6;
  display: block !important;
  pointer-events: none;
}
.calendar-heading .btn-wrap {
  width: 150px;
  position: absolute;
  right: 0;
  bottom: -30px;
}
.calendar-heading .btn-wrap a {
  width: 60px;
  float: left;
  color: #fff;
  padding: 0 20px;
  height: 60px;
  line-height: 65px;
  margin-left: 10px;
  text-align: center;
  position: relative;
  /*&.icon-prev { text-align: left}
			&.icon-next { text-align: right} */
}
.calendar-heading .btn-wrap a::after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0076A5;
  border-radius: 8px 0 8px 0;
  z-index: -1;
  -webkit-transform: skew(-15deg, 0deg);
  -moz-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}
.calendar-heading .btn-wrap a:hover::after {
  background: #FF7500;
}
.calendar-heading .tabs {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'CDUKievitBold', sans-serif;
  padding-right: 30px;
  margin-right: 170px;
}
.calendar-heading .tabs ul li {
  margin-left: 20px;
}
.calendar-heading .tabs ul li a {
  border-top: 2px solid rgba(255, 255, 255, 0);
  color: #0076A5;
  display: block;
  padding: 5px 0;
  font-size: 20px;
}
.calendar-heading .tabs ul li a span {
  display: none;
}
.calendar-heading .tabs ul li a.active {
  color: #FF7500;
}
.calendar-heading:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
ul#filter-container {
  position: absolute;
  list-style: none;
  padding-left: 0;
  right: 160px;
  top: -40px;
}
ul#filter-container li {
  float: left;
  margin-left: 20px;
  font-size: 12px;
  color: #B4B4B4;
}
ul#filter-container li a {
  color: #878684;
  text-decoration: none;
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 5px;
}
ul#filter-container li a span {
  display: none;
}
.calender-list {
  position: relative;
  padding: 45px 40px 45px 65px;
}
.calender-list::before {
  position: absolute;
  background: #F2F2F2;
  content: "";
  top: 0;
  bottom: 0;
  height: auto;
  width: 150vw;
  margin-left: -50%;
}
.calender-list .calendar-event {
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.calender-list .calendar-event .calendar-day {
  padding-right: 0;
  margin-bottom: 0;
}
.calender-list .calendar-event .calendar-day strong,
.calender-list .calendar-event .calendar-day small {
  display: block;
}
.calender-list .calendar-event .calendar-day strong {
  padding-top: 55px;
  font-size: 40px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.calender-list .calendar-event .calendar-day small {
  font-size: 18px;
  font-weight: normal;
}
.calender-list .calendar-event .calendar-items {
  margin-bottom: 0;
}
.calender-list .calendar-event .calendar-items .block {
  margin-bottom: 25px;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.calender-list .calendar-event .calendar-items .block h3 {
  font-weight: 900;
}
.calender-list .calendar-event .calendar-items .block::before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: -10px;
  bottom: 0;
  border-radius: 50px 0 50px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.calender-list .calendar-event .calendar-items .block::after {
  content: "";
  background: #F2F2F2;
  position: absolute;
  left: -20px;
  width: 20px;
  top: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.calender-list .calendar-event .calendar-items .block .category {
  padding-top: 50px;
}
.calender-list .calendar-event .calendar-items .block .inner {
  padding: 50px 40px;
}
.custom-logo #breadcrumb ul {
  padding-left: 0;
}
/*
body.sid7 {
    #logo {
        a { width: 360px; height: 200px;}
    }
    &.custom-logo {
        #breadcrumb {
            ul { padding-left: 200px}
        }
    }
}
*/
/* -- Footer -- */
#footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #0076A5;
}
#footer .logo-einnetz {
  position: relative;
  z-index: 3;
  top: 25px;
}
#footer .flexgrid {
  position: relative;
  z-index: 2;
  padding-top: 10px;
  margin-bottom: 0;
}
#footer .flexgrid .box-66 {
  padding: 0 30px;
  height: 110px;
  position: relative;
}
#footer .inner {
  position: relative;
}
#footer .footer-bg {
  position: absolute;
  width: 200%;
  height: 100%;
  left: 0;
  top: 10px;
  z-index: 1;
  border-radius: 20px 0 0 0;
  background: #F2F2F2;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
  position: fixed;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0);
}
.cc-revoke {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
  padding: .5em;
  cursor: pointer;
}
.cc-revoke:hover {
  transform: translateY(0);
  text-decoration: underline;
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link {
  /*text-decoration: none; font-weight: 500; cursor: pointer;color: #9F9E9D !important;font-size: 15px;
	display: inline-block;text-transform: uppercase;float: right;padding-right:20px;
	&:hover {opacity: 1; color: #333 !important} */
  cursor: pointer;
  float: right;
  margin-left: 20px;
  display: inline-block;
  text-decoration: none;
  padding: 13px;
  font-family: 'Lato', sans-serif;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #0076A5;
  z-index: 2;
}
.cc-link::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #0076A5;
  border-radius: 8px 0 8px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.cc-link:hover::before {
  border-color: #363636;
}
.cc-window {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  background: #D9D9D9;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.cc-window .cc-message {
  color: #232323;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn {
  /*cursor: pointer;
	display: block;
	padding: 25px 30px;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
    */
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 13px;
  font-family: 'Lato', sans-serif;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}
.cc-btn::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0076A5;
  border-radius: 8px 0 8px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.cc-btn:hover::before {
  background: #363636;
}
.cc-close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}
.cc-close:focus {
  opacity: 1;
}
.cc-close:hover {
  opacity: 1;
}
.cc-window .cc-btn:last-child {
  min-width: 140px;
}
.cc-window .cc-message {
  -ms-flex: 1;
  flex: 1;
  color: #232323;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-highlight .cc-btn:first-child {
  /* background-color: @background_color_1;
			border-color: @border_color_1; */
}
.cc-highlight .cc-btn:first-child:focus {
  /* background-color: @background_color_1; */
  text-decoration: underline;
}
.cc-highlight .cc-btn:first-child:hover {
  /* background-color: @background_color_1; */
  text-decoration: underline;
}
/*
.cc-floating {
	>.cc-link {}
    .cc-link { position: absolute; right: 18px; bottom: 18px}
	.cc-message {display: block; margin-bottom: 60px;color: #232323;}
}
*/
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  width: 33.3333333%;
  padding: 18px;
  /*background: #97B0B9; */
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  /*>.cc-btn {-ms-flex: 1;flex: 1;} */
}
.cc-btn + .cc-btn {
  margin-left: .5em;
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-btn .cc-floating.cc-theme-edgeless + .cc-btn {
  margin-left: 0;
}
/*.cc-floating .cc-compliance {position: absolute; bottom: 0; left: 0} */
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
@media print {
  .cc-revoke {
    display: none;
  }
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .cc-window .cc-message {
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
    line-height: 120%;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
  /* .cc-compliance {position: absolute; bottom: 0; left: 0} */
  /*.cc-link { margin-top: 20px } */
  /*    .cc-floating .cc-message { margin-bottom: 6px}  */
}
@media screen and (max-width: 414px) and (orientation: portrait) {
  .cc-window {
    left: 0;
    right: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window .cc-message {
    text-align: left;
    padding-top: 20px;
    padding-right: 20px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window .cc-btn {
    display: block;
    text-align: center;
    width: 100%;
  }
  .cc-window .cc-compliance {
    width: 100%;
    position: relative;
    padding: 18px 20px;
  }
  .cc-window .cc-link {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window {
    /*left: 0;right: 0;-ms-flex-direction: column;flex-direction: column;-ms-flex-align: unset;align-items: unset; */
    /*.cc-compliance {-ms-flex: 1;flex: 1;} */
  }
  .cc-window {
    /*	.cc-message {margin-bottom: 1em; text-align: left; padding-left: 0}
		.cc-btn {padding: 10px 20px; text-align: center} */
  }
}
/* -- Audioplayer -- */
.audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  height: 120px;
  align-items: center;
  background: #fff;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: #FF7500;
  color: #fff;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: #0076A5;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  text-decoration: none;
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid #0076A5;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a {
  /*	&::after {
					left: 10px;	top: -2px;width: 6px;height: 6px;
					border: 6px double #9A9FB0;
					border-width: 6px 6px 0 0;
					border-radius: 0 12px 0 0;
					transform: rotate(45deg);
				} */
}
.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 64px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 25px;
}
.audioplayer-playing .audioplayer-playpause {
  background: #FF7500;
}
.audioplayer-playing .audioplayer-playpause:hover {
  background: #0076A5;
}
.audioplayer-playing .audioplayer-playpause a {
  text-decoration: none;
}
.audioplayer-playing .audioplayer-playpause a::before {
  content: "\42";
  color: #fff;
  position: relative;
  top: 3px;
}
.audioplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 12px;
  position: relative;
  top: 20px;
}
.audioplayer-time-current {
  margin-left: 24px;
}
.audioplayer-time-duration {
  margin-right: 24px;
}
.audioplayer-bar {
  position: relative;
  display: flex;
  margin: 0 -35px;
  height: 12px;
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
}
.audioplayer-bar::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
}
.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}
.audioplayer-bar-loaded {
  z-index: 1;
  height: 2px;
  background: #BEC8D2;
}
.audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 2px;
  background: #0076A5;
}
.audioplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: '';
  box-sizing: border-box;
  top: -5px;
  right: -6px;
  margin-right: -5px;
  width: 12px;
  height: 12px;
  background-color: #0076A5;
}
.audioplayer-volume {
  display: flex;
  align-items: center;
}
.audioplayer-volume-button {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.audioplayer-volume-button a {
  display: flex;
  width: 24px;
  height: 24px;
  position: relative;
  text-decoration: none;
  font-size: 20px;
}
.audioplayer-volume-button a::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.audioplayer-mute .audioplayer-volume-button a::before {
  content: "\41";
}
.audioplayer-mute .audioplayer-volume-button .audioplayer-volume-adjust div div {
  display: none;
}
.audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
  background-color: #ccc;
}
.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #0076A5;
}
.audioplayer-volume-adjust div div::before {
  content: "";
  width: 100%;
  height: 30px;
  margin-top: -15px;
  position: absolute;
}
@media screen and (max-width: 679px) {
  .audioplayer-volume-adjust {
    display: none;
  }
}
/* -- Videoplayer -- */
.popup .media-wrap {
  margin: 0 auto;
}
.popup .media-wrap .video {
  position: relative;
  padding-bottom: 52.5%;
  background: #000;
}
.popup .media-wrap video {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.popup .media-wrap iframe {
  display: block;
}
.videoplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  max-width: 100%;
  height: 120px;
  align-items: center;
  background: #fff;
}
.videoplayer a {
  text-decoration: none;
}
.videoplayer:not(.videoplayer-playing) .videoplayer-playpause {
  background: #FF7500;
  color: #fff;
}
.videoplayer:not(.videoplayer-playing) .videoplayer-playpause:hover {
  background: #0076A5;
}
.videoplayer:not(.videoplayer-playing) .videoplayer-playpause a {
  text-decoration: none;
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
}
.videoplayer:not(.videoplayer-playing) .videoplayer-bar-played::after {
  border: 2px solid #0076A5;
}
.videoplayer:not(.videoplayer-mute) .videoplayer-volume-button a::after {
  left: 10px;
  top: -2px;
  width: 6px;
  height: 6px;
  border: 6px double #9A9FB0;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  transform: rotate(45deg);
}
.videoplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 64px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 25px;
}
.videoplayer-playing .videoplayer-playpause {
  background: #FF7500;
}
.videoplayer-playing .videoplayer-playpause:hover {
  background: #0076A5;
}
.videoplayer-playing .videoplayer-playpause a {
  text-decoration: none;
}
.videoplayer-playing .videoplayer-playpause a::before {
  content: "\42";
  color: #fff;
  position: relative;
  top: 3px;
}
.videoplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 12px;
  color: #B4B4B4;
  position: relative;
  top: 20px;
}
.videoplayer-time-current {
  margin-left: 24px;
}
.videoplayer-time-duration {
  margin-right: 24px;
}
.videoplayer-bar {
  position: relative;
  display: flex;
  margin: 0 -35px;
  height: 12px;
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
}
.videoplayer-bar::before {
  content: "";
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
}
.videoplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}
.videoplayer-bar-loaded {
  z-index: 1;
  height: 2px;
  background: #ccc;
}
.videoplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 2px;
  background: #0076A5;
}
.videoplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: '';
  box-sizing: border-box;
  top: -5px;
  right: -6px;
  margin-right: -5px;
  width: 12px;
  height: 12px;
  background-color: #FF7500;
}
.videoplayer-volume {
  display: flex;
  align-items: center;
}
.videoplayer-volume-button {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.videoplayer-volume-button a {
  display: flex;
  width: 24px;
  height: 24px;
  position: relative;
  text-decoration: none;
  font-size: 20px;
}
.videoplayer-volume-button a:before {
  content: "\64";
}
.videoplayer-mute .videoplayer-volume-button a:before {
  content: "\41";
}
.videoplayer-mute .videoplayer-volume-adjust div div {
  display: none;
}
.videoplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
  position: relative;
}
.videoplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
  background-color: #ccc;
}
.videoplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #0076A5;
  max-width: 60px;
}
.videoplayer-volume-adjust div div::before {
  content: "";
  top: -10px;
  bottom: -10px;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 679px) {
  .videoplayer-volume-adjust {
    display: none;
  }
}
/* -- Gallery Swiper -- */
.gallery-wrap {
  position: relative;
  z-index: 1;
}
.gallery-wrap .swiper-container {
  margin-right: -33vw;
}
.gallery-wrap .swiper-container .swiper-slide {
  padding: 0;
}
.gallery-wrap .swiper-button-next {
  left: 40px;
  top: 0;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  width: 100%;
}
.gallery-wrap .swiper-button-next .btn {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gallery-wrap .swiper-button-next .btn::before {
  display: none;
}
.gallery-wrap .swiper-button-next:hover .btn {
  border-color: #0076A5;
}
/* -- Terminliste -- */
.events .event-item {
  display: table;
  width: 100%;
  color: #fff;
  margin-bottom: 30px;
}
.events .event-item .date,
.events .event-item .info {
  display: table-cell;
  vertical-align: top;
}
.events .event-item .date {
  padding-right: 30px;
  width: 115px;
}
.events .event-item .info {
  position: relative;
}
.events .event-item .info h4 a {
  text-decoration: none;
}
.events .event-item .info h4 a:hover {
  text-decoration: underline;
}
.events .event-item .info p {
  font-style: italic;
}
.events .event-item .info:before {
  content: "";
  width: 125px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.events .event-item:last-child .info:before {
  display: none;
}
/* -- Linkliste -- */
dl.link-liste {
  margin-left: 80px;
}
dl.link-liste dt {
  font-size: 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
  line-height: 100%;
}
dl.link-liste dt.hide-title {
  display: none;
}
dl.link-liste dd {
  font-size: 16px;
  margin-bottom: 10px;
}
dl.link-liste dd a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 170%;
}
dl.link-liste dd a strong {
  color: #0076A5;
  font-family: 'Source Sans Pro SemiBold', sans-serif;
  display: block;
  text-transform: uppercase;
}
dl.link-liste dd a small {
  color: #363636;
  display: block;
  font-size: 16px;
}
dl.link-liste dd a strong {
  position: relative;
  top: 5px;
}
dl.link-liste dd a::before {
  color: #ccc;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
  font-size: 20px;
}
dl.link-liste dd a:hover strong {
  color: #FF7500;
}
dl.link-liste dd a:hover::before {
  color: #FF7500;
}
/* -- Google Maps - Content Part  -- */
.gmap-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.gmap-wrap .gmap-container {
  position: relative;
  z-index: 1;
}
.gmap-wrap .gmap-container iframe {
  display: block;
}
.gmap-wrap .gmap-container > div {
  max-height: 90vh;
}
.gmap-wrap .gmap-contact-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 33.33%;
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.gmap-wrap .gmap-contact-wrap .block h3 {
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.2, 1, 0.3, 1) 350ms, opacity 250ms cubic-bezier(0.2, 1, 0.3, 1) 350ms;
  -moz-transition: -moz-transform 250ms cubic-bezier(0.2, 1, 0.3, 1) 350ms, opacity 250ms cubic-bezier(0.2, 1, 0.3, 1) 350ms;
  transition: transform 250ms cubic-bezier(0.2, 1, 0.3, 1) 350ms, opacity 250ms cubic-bezier(0.2, 1, 0.3, 1) 350ms;
}
.gmap-wrap .gmap-contact-wrap .block .inner {
  padding-bottom: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.2, 1, 0.3, 1) 400ms, opacity 250ms cubic-bezier(0.2, 1, 0.3, 1) 400ms;
  -moz-transition: -moz-transform 250ms cubic-bezier(0.2, 1, 0.3, 1) 400ms, opacity 250ms cubic-bezier(0.2, 1, 0.3, 1) 400ms;
  transition: transform 250ms cubic-bezier(0.2, 1, 0.3, 1) 400ms, opacity 250ms cubic-bezier(0.2, 1, 0.3, 1) 400ms;
}
.gmap-wrap .gmap-contact-wrap .block a.more {
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.2, 1, 0.3, 1) 450ms, opacity 250ms cubic-bezier(0.2, 1, 0.3, 1) 450ms;
  -moz-transition: -moz-transform 250ms cubic-bezier(0.2, 1, 0.3, 1) 450ms, opacity 250ms cubic-bezier(0.2, 1, 0.3, 1) 450ms;
  transition: transform 250ms cubic-bezier(0.2, 1, 0.3, 1) 450ms, opacity 250ms cubic-bezier(0.2, 1, 0.3, 1) 450ms;
}
.gmap-wrap .gmap-contact-wrap.hidden {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -moz-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}
.gmap-wrap .gmap-contact-wrap.hidden .block {
  filter: alpha(opacity=0);
  opacity: 0;
}
.gmap-wrap .gmap-contact-wrap.hidden .block h3 {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate(0px, 20%);
  -moz-transform: translate(0px, 20%);
  transform: translate(0px, 20%);
}
.gmap-wrap .gmap-contact-wrap.hidden .block .inner {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate(0px, 40%);
  -moz-transform: translate(0px, 40%);
  transform: translate(0px, 40%);
}
.gmap-wrap .gmap-contact-wrap.hidden .block a.more {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate(0px, 60%);
  -moz-transform: translate(0px, 60%);
  transform: translate(0px, 60%);
}
/* -- Lightslider -- */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca;
}
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  transform: translate3d(0px, 0px, 0px);
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  position: relative;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.lSSlideOuter .lSPager.lSGallery li::before {
  display: none !important;
}
.lSSlideOuter .lSPager.lSGallery li::after {
  content: "";
  padding-bottom: 52%;
  display: block;
  width: 100%;
}
.lSSlideOuter .lSPager.lSGallery li a,
.lSSlideOuter .lSPager.lSGallery li img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content-visibility: visible;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
  content-visibility: visible;
}
.lSSlideOuter .lSPager.lSGallery::before {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery::after {
  content: " ";
  display: table;
  clear: both;
}
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter .lightSlider > * {
  float: left;
}
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter .lSPager a {
  display: block;
  background: #0076A5;
}
.lSSlideOuter .lSPager .active img {
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lightSlider:before {
  content: " ";
  display: table;
}
.lightSlider:after {
  content: " ";
  display: table;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
.lSAction a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: 0;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
  color: #0076A5;
}
.lSAction a:hover {
  color: #FF7500;
}
.lSAction a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
.lSSlideOuter .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}
.lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.download-grid {
  padding-bottom: 0 !important;
  /*	.box {padding-bottom: 30px} */
}
.download-grid:before {
  content: "";
  display: table;
  clear: both;
}
.download-grid .block > .info span {
  overflow: visible;
}
.download-grid .block > .info span i.border {
  top: 40px;
}
.join-grid {
  /* &.pad-90 {padding-bottom: 30px} */
}
.join-grid .block {
  margin-bottom: 0 !important;
}
.join-grid .block-social .inner {
  padding: 20px 25px;
}
.join-grid .block-social a.more {
  top: 0;
}
/*.event-grid { margin-bottom: 60px}
.category-grid {padding-bottom: 30px} */
.mediathek-grid .block-content:not(".large") {
  position: relative;
}
.mediathek-grid .block-content:not(".large") .inner {
  padding-bottom: 72px;
}
.mediathek-grid .block-content:not(".large") .meta {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.wahlkreis-map {
  padding-top: 90px;
}
.wahlkreis-map svg#wahlkreise path {
  -webkit-transition: fill 250ms cubic-bezier(0.2, 1, 0.3, 1), fill-opacity 250ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: fill 250ms cubic-bezier(0.2, 1, 0.3, 1), fill-opacity 250ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: fill 250ms cubic-bezier(0.2, 1, 0.3, 1), fill-opacity 250ms cubic-bezier(0.2, 1, 0.3, 1);
}
.wahlkreis-map svg#wahlkreise path.kreis {
  cursor: pointer;
}
.wahlkreis-map svg#wahlkreise path.kreis.active,
.wahlkreis-map svg#wahlkreise path.kreis:hover {
  fill: #00C194;
  fill-opacity: 1 !important;
}
.wahlkreis-grid {
  padding-top: 90px;
}
.wahlkreis-grid .box {
  margin-bottom: 30px;
}
.wahlkreis-grid a {
  font-family: 'CDUKievitBold', sans-serif;
  background: #fff;
  color: #00C194;
  display: block;
  text-decoration: none;
  padding: 20px 30px;
}
.wahlkreis-grid a:hover {
  color: #97B0B9;
}
.wahlkreis-grid a.disabled {
  color: #bbb;
  pointer-events: none;
}
.contact-list {
  padding-bottom: 100px;
}
.contact-list .contact-details {
  margin-bottom: 40px;
}
.contact-list .contact-details:last-child {
  margin-bottom: 0;
}
.contact-list .contact-details h3 {
  font-size: 27px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 24px;
}
.contact-list .contact-details h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Source Sans Pro Bold', sans-serif;
}
.contact-list .contact-details address {
  font-style: normal;
  margin-bottom: 20px;
}
.contact-list .contact-details strong {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Source Sans Pro Bold', sans-serif;
}
.contact-list .contact-details .box-33 {
  position: relative;
}
.contact-list .contact-details .box-33 p:last-child {
  margin-bottom: 0;
}
.filterbar-wrap {
  position: relative;
  z-index: 10;
}
.filterbar-wrap .item-list-head {
  position: absolute;
  right: 0;
  top: 0;
}
.filterbar-wrap #filter-container {
  right: 33.333333%;
  position: absolute;
  top: 10px;
}
.filterbar-wrap fieldset.filterbar {
  top: -50px;
}
.presse .filterbar-wrap {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.presse .filterbar-wrap .item-list-head {
  position: static;
}
.presse .filterbar-wrap .item-list-head fieldset.filterbar {
  padding: 0 0 0 50px;
  position: static;
}
/* ----- nodes.less - 2018 ----- */
.node .img img {
  display: block;
}
.node ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}
.node ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.node ul li:last-child {
  margin-bottom: 0;
}
.node ul li:before {
  content: "";
  background: #B4B4B4;
  position: absolute;
  left: 10px;
  top: 14px;
  height: 4px;
  width: 4px;
}
.node table {
  margin-bottom: 60px;
  width: 100%;
  background: #F2F2F2;
}
.node table:last-child {
  margin-bottom: 0;
}
.node table th,
.node table td {
  padding: 15px 30px;
}
.node table thead th {
  color: #fff;
  background: #FF7500;
  position: relative;
  text-transform: uppercase;
}
.node table thead th.bold {
  font-weight: bold;
}
.node table thead th.italic {
  font-style: italic;
}
.node table thead th.underline {
  text-decoration: underline;
}
.node table thead td.bold {
  font-weight: bold;
}
.node table thead td.italic {
  font-style: italic;
}
.node table thead td.underline {
  text-decoration: underline;
}
.node table tbody tr th {
  text-align: left;
  font-weight: normal;
  border-left: 0;
}
.node table tbody tr th,
.node table tbody tr td {
  border-bottom: 0;
}
.node table tbody tr th.bold,
.node table tbody tr td.bold {
  font-weight: bold;
}
.node table tbody tr th.italic,
.node table tbody tr td.italic {
  font-style: italic;
}
.node table tbody tr th.underline,
.node table tbody tr td.underline {
  text-decoration: underline;
}
.node table tbody tr td {
  border-left: 0;
}
.node table tbody tr:nth-child(even) th,
.node table tbody tr:nth-child(even) td {
  background: #EAEAEA;
}
.node table tfoot td {
  border-left: 0;
  color: #B4B4B4;
}
.node table tfoot td:first-child {
  border-left: 0;
}
.node ol {
  margin-bottom: 30px;
}
.node ol li {
  margin-bottom: 10px;
}
.node ol ol {
  padding: 10px 0 0 20px;
  margin-bottom: 0;
}
.node address {
  margin-bottom: 30px;
  font-style: normal;
}
.node img.fltrt {
  margin: 0 0 30px 30px;
}
.node p:last-child {
  margin-bottom: 0;
}
.node h1 {
  font-family: 'Lato', sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 900;
  position: relative;
  margin-bottom: 30px;
}
.node h1 a {
  color: inherit;
}
.node h2 {
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  position: relative;
  margin-bottom: 30px;
  padding: 0;
}
.node h2 a {
  color: inherit;
}
.node.node-tab img.fltrt + h2 {
  padding-top: 30px;
}
.node.node-single h2 {
  font-size: 25px;
  line-height: 37px;
  text-transform: none;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #FF7500;
}
.node.node-single h3 {
  font-size: 22px;
  line-height: 28px;
  text-transform: none;
  position: relative;
  margin-bottom: 30px;
  color: #FF7500;
}
.node.node-single a {
  text-decoration: none;
  color: #0076A5;
}
.node.node-single a:hover {
  color: #FF7500;
}
.node.node-single .inner h2 {
  padding: 0;
}
.node.node-single figure.img img {
  display: block;
  position: relative;
  z-index: 0;
}
.node.node-single figure.img figcaption {
  position: relative;
  z-index: 2;
  padding: 8px 20px;
  margin-right: 30px;
  margin-top: -15px;
}
.node.node-single figure.img figcaption::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  border-radius: 8px 0 8px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.node.node-table .inner {
  padding: 0;
}
.node.node-table p.source {
  font-size: 16px;
  color: #B4B4B4;
  padding: 45px 30px 15px;
  background: #F2F2F2;
  margin-bottom: 0;
}
.node.node-table p.source em {
  font-style: normal;
}
.node.node-img {
  display: table;
  width: 100%;
}
.node.node-img h2 {
  color: #0076A5;
}
.node.node-img .img,
.node.node-img .inner {
  display: table-cell;
}
.node.node-img .img {
  width: 33.333333%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.node.node-img .inner {
  width: 66.666666%;
}
.node.node-img.partner {
  overflow: visible;
  border-collapse: separate;
  padding-bottom: 0;
  margin-bottom: 40px;
  padding-right: 35px;
}
.node.node-img.partner:last-child {
  margin-bottom: 0;
}
.node.node-img.partner h2 {
  font-family: 'Lato', sans-serif;
}
.node.node-img.partner .img {
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 50px;
  z-index: 2;
}
.node.node-img.partner .img img {
  display: inline-block;
}
.node.node-img.partner .img::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px 0 20px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.node.node-img.partner .inner {
  padding: 40px 40px 40px 80px;
  font-size: 16px;
  line-height: 24px;
}
.node.node-img.partner .inner:first-child {
  padding: 40px;
  position: relative;
  z-index: 2;
}
.node.node-img.partner .inner:first-child::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px 0 20px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.node.node-img.partner .inner h2 {
  font-size: 22px;
  line-height: 120%;
}
.node.node-img.partner .inner h2 a {
  text-decoration: none;
}
.node.node-img.partner a.link {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  color: #B4B4B4;
  font-size: 14px;
}
.node.node-info .inner {
  padding: 30px 0;
  color: #fff;
}
/* -- Blöcke -- */
.block .img {
  position: relative;
}
.block .img img {
  display: block;
}
.block h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.block h3 a {
  color: inherit;
  text-decoration: none;
}
.block h3 a:hover {
  color: #363636;
}
.block h3.defaulttextcolor {
  color: #FF7500;
}
.block h3.secondtextcolor {
  color: #0076A5;
}
.block h2 a {
  color: inherit;
  text-decoration: none;
}
.block h2 a:hover {
  color: #363636;
}
.block .inner {
  padding: 20px 25px;
}
.block .inner > a.icon-twitter {
  color: #1294C5;
  font-size: 35px;
  text-decoration: none;
}
.block .inner > a.icon-twitter span {
  display: none;
}
.block .inner address {
  font-style: normal;
  margin-bottom: 20px;
}
.block .inner p {
  /*display: -webkit-box;*/
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block .inner a.more {
  margin-right: auto;
  margin-top: auto;
}
.block .meta {
  padding: 0 0 0 25px;
}
.block .meta ul.social-links {
  padding-top: 10px;
  margin-bottom: 0;
}
.block .meta ul.social-links li {
  float: left;
  padding-left: 16px;
  margin-bottom: 0;
  line-height: normal;
}
.block .meta ul.social-links li::before {
  display: none;
}
.block .meta ul.social-links li:first-child {
  padding-left: 0;
}
.block .meta ul.social-links li a {
  text-decoration: none;
  color: #B4B4B4;
}
.block .meta ul.social-links li a:hover {
  color: #0076A5;
}
.block .meta::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.block ul {
  list-style: none;
  margin-bottom: 50px;
  padding-left: 0;
}
.block ul:not(.contact) li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.block ul:not(.contact) li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FF7500;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.block ul.contact li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.block ul.contact li a {
  text-decoration: none;
}
.block ul.contact li a:hover {
  color: #FF7500;
}
.block ul.contact li::before {
  position: absolute;
  left: 0;
  top: 7px;
}
.block.fill.white {
  background-color: #fff;
}
.block.large {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.block.large .inner {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  width: 33.333333%;
  padding-left: 40px;
  z-index: 2;
  margin-top: auto;
  padding: 40px;
  min-height: 360px;
}
.block.large .inner h3 {
  color: #fff;
}
.block.large .inner .bg {
  position: absolute;
  z-index: -1;
  background: #FF7500;
  left: -125px;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px 0 50px 0;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
  overflow: hidden;
  opacity: 0.95;
}
.block.large .inner .bg::before {
  content: "";
  position: absolute;
  top: 10px;
  opacity: 0.35;
  right: -100px;
  width: 363px;
  height: 392px;
  background: url(../gfx/lion-white.png);
  -webkit-transform: skew(12deg, 0deg);
  -moz-transform: skew(12deg, 0deg);
  transform: skew(12deg, 0deg);
}
.block.large .inner a.more {
  position: absolute;
  bottom: -26px;
  left: 40px;
}
.block.large .img {
  position: relative;
  overflow: hidden;
  width: 66.666666%;
  width: calc(66.666666% - 40px);
  z-index: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 40px;
}
.block.large .img::before {
  content: "";
  position: relative;
  z-index: 2;
  padding-bottom: 75%;
  display: block;
  width: 100%;
}
.block.large .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block.large .img a {
  display: block;
  height: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.block.large .img .info {
  bottom: auto;
  bottom: 0;
}
.mediathek-grid .block-content .info span {
  overflow: visible;
}
.block-news h2 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.block-news h2::before {
  content: "";
  width: 120px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-news h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
.block-news .inner {
  font-family: 'Source Sans Pro', sans-serif;
}
.block-news .inner p:last-child {
  margin-bottom: 0;
}
.block-text {
  position: relative;
}
.block-text .category {
  font-size: 16px;
  color: #808080;
  padding-bottom: 10px;
}
.block-text span.submitted {
  color: #B4B4B4;
  padding-top: 10px;
  font-size: 15px;
  position: absolute;
  left: 30px;
  top: 0;
}
.block-text span.submitted + .inner {
  padding-top: 50px;
}
.block-text h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #0076A5;
}
.block-text h3 {
  position: relative;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #0076A5;
}
.block-text p:last-child {
  margin-bottom: 0;
}
.block-text dl.link-liste {
  padding: 0;
  margin-bottom: 40px;
}
.block-text dl.link-liste:last-child {
  margin-bottom: 0;
}
.block-text .img {
  position: relative;
  margin: 0;
}
.block-text .img .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px;
  width: 100%;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.block-text .img .info span::before {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.block-text .img .info .category {
  padding-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-family: 'Source Sans Pro SemiBold', sans-serif;
}
.block-text .inner {
  padding: 25px;
}
.block-text a.forgotPW {
  font-weight: bold;
  text-decoration: none;
  color: #0076A5;
}
.block-text.info {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 27px;
}
.block-text.event .category {
  margin-left: 2px;
}
.block-text.event .category span {
  text-transform: uppercase;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  color: #fff;
  font-family: 'Source Sans Pro Bold', sans-serif;
  text-align: right;
  width: 120px;
  min-height: 30px;
}
.block-text.event .category span.orange {
  background: #FF803B;
}
.block-text.event .category span.green {
  background: #00C194;
}
.block-text.event .category span.blue {
  background: #00BFFF;
}
.block-text.event .category span.darkblue {
  background: #00589A;
}
.block-text.event .inner p:last-child {
  margin-bottom: 0;
}
.block-text.event .inner strong {
  text-transform: uppercase;
  color: #FF7500;
}
.block-text .bg {
  position: absolute;
  width: 50vw;
  right: -80px;
  top: 0;
  height: 100%;
  border-radius: 0 0 50px 0;
  background: #b3b3b3;
  background: -webkit-linear-gradient(left, #b3b3b3 0%, #e6e6e6 100%);
  background: -o-linear-gradient(left, #b3b3b3 0%, #e6e6e6 100%);
  background: linear-gradient(to right, #b3b3b3 0%, #e6e6e6 100%);
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
  z-index: -1;
  overflow: hidden;
}
.block-text .bg::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -100px;
  width: 363px;
  height: 392px;
  background: url(../gfx/lion-white.png);
  -webkit-transform: skew(12deg, 0deg);
  -moz-transform: skew(12deg, 0deg);
  transform: skew(12deg, 0deg);
}
.block-member {
  margin-bottom: 40px;
}
.block-member h3 {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
  padding: 8px 20px;
  margin-top: -15px;
  margin-left: -28px;
  margin-right: auto;
}
.block-member h3::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FF7500;
  border-radius: 8px 0 8px 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.block-member .inner {
  padding-top: 0;
  z-index: 2;
  position: relative;
}
.block-member .inner ul.social-links {
  margin-bottom: 0;
}
.block-member .inner ul.social-links li {
  padding-left: 0;
}
.block-member .inner ul.social-links li a {
  text-decoration: none;
  display: block;
  padding-left: 30px;
  position: relative;
}
.block-member .inner ul.social-links li a::before {
  position: absolute;
  left: 0;
  top: 5px;
  color: #bbb;
}
.block-member .inner ul.social-links li a.icon-xing {
  color: #97B0B9;
  text-transform: uppercase;
  font-family: 'CDUKievitBold', sans-serif;
}
.block-member .inner ul.social-links li::before {
  display: none;
}
.block-member .inner p {
  margin-bottom: 0;
  margin-top: 15px;
}
.block-member .inner:first-child {
  padding-top: 24px;
}
.block-member .meta {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-member a.more {
  margin-right: 20px;
}
.block-category {
  position: relative;
}
.block-category .inner {
  padding: 0;
  position: relative;
  z-index: 2;
}
.block-category h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 31px;
  margin-bottom: 0px;
  padding: 0;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.block-category h3 a {
  display: block;
  padding: 10px 30px;
  height: 160px;
  color: #fff;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.block-category h3 a::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0076A5;
  border-radius: 30px 0 30px 0;
  z-index: -1;
  -webkit-transform: skew(-15deg, 0deg);
  -moz-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}
.block-category:hover h3 a {
  color: #fff;
}
.block-category:hover h3 a::before {
  background: #FF7500;
}
.block-address {
  background: #fff;
  border-left: 0;
  position: relative;
  padding-bottom: 1px;
}
.block-address a.toggle {
  text-decoration: none;
  color: #0076A5;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
}
.block-address a.toggle span {
  display: none;
}
.block-address a.toggle:hover {
  color: #FF7500;
}
.block-address h3 {
  margin-right: 50px;
  text-transform: uppercase;
}
.block-address img {
  display: block;
  margin-bottom: 20px;
}
.block-address .inner p {
  overflow: visible;
  display: block;
}
.block-address::before {
  content: "";
  left: -50px;
  top: -20px;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 50px 0 0 0;
  z-index: -1;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.block-content {
  position: relative;
}
.block-content .img {
  position: relative;
}
.block-content .img .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 20px 40px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.block-content .img .info span {
  font-size: 14px;
  font-family: 'Source Sans Pro SemiBold', sans-serif;
}
.block-content .img .info span::before {
  margin-right: 8px;
  position: relative;
  top: 5px;
  font-size: 20px;
}
.block-content .img img {
  display: block;
  z-index: 1;
}
.block-content .inner {
  font-size: 16px;
  line-height: 24px;
}
.block-content .inner h3 {
  font-size: 18px;
  color: #0076A5;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
}
.block-content .inner a.more.show-versions {
  float: right;
}
.block-content .inner a.more.show-versions::before {
  display: none;
}
.block-content dl.link-liste {
  padding: 24px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-left: 0;
}
.block-content dl.link-liste dt {
  font-size: 18px;
  margin-bottom: 10px;
}
.block-content dl.link-liste dd a strong {
  text-transform: uppercase;
}
.block-content p:last-child {
  margin-bottom: 0;
}
.block-content.wahlkreis .location span {
  overflow: visible;
}
.block-content.wahlkreis .location span .border {
  top: auto;
  bottom: -15px;
}
.block-content.wahlkreis .inner strong {
  text-transform: uppercase;
  color: #bbb;
}
.block-info {
  position: relative;
  padding: 20px 40px;
  margin-bottom: 30px;
}
.block-info .inner h2 {
  font-size: 18px;
  color: #0076A5;
  margin-bottom: 10px;
  padding: 0;
}
.block-info .inner a.more.show-versions {
  float: right;
}
.block-info .inner a.more.show-versions::before {
  display: none;
}
.block-info .short-vita {
  margin-top: 20px;
}
.block-info .short-vita strong {
  text-transform: uppercase;
  font-family: 'Source Sans Pro Bold', sans-serif;
  margin-right: 5px;
}
.block-info .short-vita .vita-item {
  margin-top: 10px;
}
.block-info.highlighted {
  color: #fff;
  z-index: 2;
  margin-bottom: 0;
  margin-top: auto;
}
.block-info.highlighted .inner {
  padding-top: 20px;
}
.block-info.highlighted .bg {
  position: absolute;
  z-index: -1;
  background: #2d3c4b;
  left: -125px;
  top: 0;
  right: -50px;
  bottom: 0;
  border-radius: 50px 0 50px 0;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
  overflow: hidden;
  opacity: 0.95;
}
.block-info.highlighted .bg::before {
  content: "";
  position: absolute;
  bottom: -50px;
  opacity: 0.35;
  right: -100px;
  width: 363px;
  height: 392px;
  background: url(../gfx/lion-white.png);
  -webkit-transform: skew(12deg, 0deg);
  -moz-transform: skew(12deg, 0deg);
  transform: skew(12deg, 0deg);
}
.block-img {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 30px;
}
.block-img h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
.block-img .inner {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.block-img .inner .date {
  color: #97B0B9;
  font-size: 18px;
  margin-bottom: 10px;
}
.block-img .inner .date.defaulttextcolor {
  color: #FF7500;
}
.block-social {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 10px;
  margin-bottom: 15px;
}
.block-social .date {
  margin-bottom: 15px;
  font-size: 16px;
}
.block-social .date span {
  color: #333;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.block-social .date span.icon-facebook {
  color: #3b5998;
}
.block-social .date span.icon-twitter {
  color: #55acee;
}
.block-social .date span.icon-youtube {
  color: #FF0000;
}
.block-social .date em {
  font-style: normal;
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
}
.block-social h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.block-social h4 {
  color: #0076A5;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
}
.block-social h4 a {
  text-decoration: none;
}
.block-social h4 a:hover {
  color: #333;
}
.block-social .img {
  margin: 0 25px;
  padding-top: 50px;
}
.block-social .inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.block-social .mobi-link + .inner {
  padding-top: 50px;
}
.block-social p:last-child {
  margin-bottom: 0;
}
.block-social p a {
  color: #0076A5;
  text-decoration: none;
}
.block-social p a:hover {
  color: #FF7500;
}
.block-social::before {
  background: url(../gfx/blocksocial-bg.svg);
  background-size: 100% 100%;
  content: "";
  /* background: #fff; */
  z-index: -1;
  position: absolute;
  top: 0;
  left: -70px;
  right: -50px;
  height: 100%;
  /* border-radius: 40px 0 40px 0;
        -webkit-transform: skew(-15deg, 0deg);-moz-transform: skew(-15deg, 0deg);transform: skew(-15deg, 0deg); */
}
.block-social a.more {
  position: relative;
  top: 38px;
}
.block-msg {
  border-left: 0;
}
.block-msg a {
  text-decoration: none;
  text-transform: uppercase;
  color: #0076A5;
  font-style: italic;
  line-height: 100%;
}
.block-msg a:hover {
  color: #FF7500;
}
.block-calendar {
  position: relative;
  z-index: 2;
}
.block-calendar .bg {
  position: absolute;
  width: 50vw;
  right: -80px;
  top: 0;
  height: 100%;
  border-radius: 0 0 50px 0;
  background: #b3b3b3;
  background: -webkit-linear-gradient(left, #b3b3b3 0%, #e6e6e6 100%);
  background: -o-linear-gradient(left, #b3b3b3 0%, #e6e6e6 100%);
  background: linear-gradient(to right, #b3b3b3 0%, #e6e6e6 100%);
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
  z-index: -1;
  overflow: hidden;
}
.block-calendar .bg::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -100px;
  width: 363px;
  height: 392px;
  background: url(../gfx/lion-white.png);
  -webkit-transform: skew(12deg, 0deg);
  -moz-transform: skew(12deg, 0deg);
  transform: skew(12deg, 0deg);
}
.block-calendar .event-list .date {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Source Sans Pro SemiBold', sans-serif;
}
.block-calendar .event-list h2 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Source Sans Pro SemiBold', sans-serif;
  text-transform: none;
  padding: 0;
  color: #0076A5;
}
.block-calendar .event-list p {
  font-size: 16px;
  color: #4E4E4E;
}
.block-calendar .datepicker {
  margin-bottom: 30px;
}
.block-calendar .datepicker .ui-datepicker-title {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.block-calendar .datepicker .ui-datepicker-header {
  position: relative;
  margin-bottom: 30px;
}
.block-calendar .datepicker .ui-datepicker-prev,
.block-calendar .datepicker .ui-datepicker-next {
  color: #0076A5;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.block-calendar .datepicker .ui-datepicker-prev::before,
.block-calendar .datepicker .ui-datepicker-next::before {
  font-family: "cdu-thuringen" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-calendar .datepicker .ui-datepicker-prev.ui-state-disabled,
.block-calendar .datepicker .ui-datepicker-next.ui-state-disabled {
  display: none;
}
.block-calendar .datepicker .ui-datepicker-prev {
  right: 30px;
}
.block-calendar .datepicker .ui-datepicker-prev::before {
  content: "\6b";
}
.block-calendar .datepicker .ui-datepicker-next {
  right: 0;
}
.block-calendar .datepicker .ui-datepicker-next::before {
  content: "\67";
}
.block-calendar .datepicker table {
  background: transparent;
}
.block-calendar .datepicker table thead {
  display: none;
}
.block-calendar .datepicker table thead tr th {
  background: transparent;
  padding: 2px;
}
.block-calendar .datepicker table tbody tr td {
  background: transparent;
  padding: 2px;
  border-left: 0;
  border-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.block-calendar .datepicker table tbody tr td.ui-state-active a {
  text-decoration: none;
  font-family: 'Source Sans Pro SemiBold', sans-serif;
}
.block-calendar .datepicker table tbody tr td.ui-datepicker-current-day a,
.block-calendar .datepicker table tbody tr td.ui-datepicker-current-day span {
  color: #E51E25;
}
.block-gallery .img {
  position: relative;
}
.block-gallery .info {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
}
.block-gallery .info span::before {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.block-gallery img {
  display: block;
  z-index: 1;
}
.block-gallery h3 {
  text-transform: uppercase;
}
.link-box {
  display: block;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 28px;
  overflow: hidden;
}
.link-box img {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 350ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: -moz-transform 350ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.link-box span {
  min-width: 370px;
  position: absolute;
  right: 0;
  bottom: 30px;
  background: #fff;
  padding: 20px 30px 15px;
  z-index: 2;
  color: #00C194;
  display: block;
  -webkit-transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1);
  font-family: gilroy-bold;
}
.link-box span.defaulttextcolor {
  color: #FF7500;
}
.link-box span.secondtextcolor {
  color: #0076A5;
}
.link-box.small {
  font-size: 20px;
}
.link-box.small span {
  min-width: 240px;
}
.link-box:last-child {
  margin-bottom: 0;
}
.link-box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.link-box:hover span.defaulttextcolor {
  color: #FF7500;
}
.link-box:hover span.secondtextcolor {
  color: #0076A5;
}
/* LESS Document */
.active-popup {
  overflow: hidden;
}
.popup {
  position: fixed;
  z-index: 777;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
.popup fieldset.v2 .formCheckbox {
  margin-top: 10px;
}
.popup fieldset.v2 .formCheckbox label span a {
  color: #0076A5;
}
.popup .popup-content {
  display: inline-block;
  z-index: 9999;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff;
  text-align: initial;
  cursor: default;
  white-space: initial;
}
.popup .popup-content h2 {
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}
.popup .popup-content h2:last-child {
  margin-bottom: 0;
}
.popup .popup-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
  width: 58px;
  height: 58px;
}
.popup .popup-close span {
  display: none;
}
.popup .popup-close:before,
.popup .popup-close:after {
  pointer-events: none;
  content: "";
  width: 34px;
  height: 2px;
  background: #0076A5;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: -1px;
}
.popup .popup-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup .popup-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup .popup-close:hover:before,
.popup .popup-close:hover:after {
  background: #FF7500;
}
.popup.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popup.overlay {
  background: rgba(242, 242, 242, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.popup.overlay .popup-outside {
  z-index: 9998;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.popup.overlay .popup-inner {
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  z-index: 9997;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popup.overlay .popup-content {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -moz-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}
.popup.overlay.visible .popup-inner {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.popup.full-screen {
  background: rgba(217, 217, 217, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.popup.full-screen .popup-inner {
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popup.full-screen .popup-content {
  width: 100%;
  height: 100%;
}
.popup.full-screen.visible .popup-inner {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.popup.popup.notification .popup-content {
  position: fixed;
  bottom: 30px;
  left: 30px;
  padding: 15px;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.popup.popup.notification.visible .popup-content {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.popup#filterPopup.overlay {
  background: transparent;
}
.popup#filterPopup .bg-wrap {
  display: none;
}
.popup#filterPopup .popup-content {
  max-width: 620px;
  padding: 40px;
  background: transparent;
  top: 0;
  width: 100%;
  padding-top: 145px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.popup#filterPopup .popup-content h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
}
.popup#filterPopup .popup-content .box {
  padding: 30px;
}
.popup#filterPopup .flexgrid {
  margin: 0;
}
.popup#filterPopup .popup-close::before,
.popup#filterPopup .popup-close::after {
  height: 3px;
  background: #fff !important;
}
.popup#filterPopup .popup-inner {
  text-align: right;
}
.popup#filterPopup .tags {
  font-family: 'Source Sans Pro Bold', sans-serif;
  margin-left: -20px;
  font-size: 14px;
  line-height: 14px;
}
.popup#filterPopup .tags a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px 9px;
  margin-left: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}
.popup#filterPopup .tags a.green {
  color: #00C194;
  border-color: #00C194;
}
.popup#filterPopup .tags a.orange {
  color: #FF803B;
  border-color: #FF803B;
}
.popup#filterPopup .tags a.yellow {
  color: #DFD671;
  border-color: #DFD671;
}
.popup#filterPopup .tags a.purple {
  color: #B785AF;
  border-color: #B785AF;
}
.popup#filterPopup .tags a.blue {
  color: #00BFFF;
  border-color: #00BFFF;
}
.popup#filterPopup select.tags {
  color: #B4B4B4;
  font-style: italic;
  font-family: 'Source Sans Pro', sans-serif;
}
.popup#filterPopup label {
  color: #fff;
}
.popup#filterPopup fieldset .formItem {
  position: relative;
}
.popup#filterPopup ul.ui-widget-content {
  padding: 10px;
  list-style: none;
  position: absolute !important;
  background: #F2F2F2;
  border-left: 4px solid #363636;
  left: 0 !important;
  top: 100% !important;
  width: 100% !important;
  max-height: 50vh;
  overflow: auto;
}
.popup#filterPopup ul.ui-widget-content li {
  font-size: 14px;
}
.popup#filterPopup .tagsinput {
  width: 100%;
  min-height: 0;
}
.popup#filterPopup .bg {
  position: absolute;
  top: 0;
  height: 100vh;
  z-index: -1;
  width: 100vw;
  left: -100px;
  opacity: 0.95;
  border-radius: 100px 0 100px 0;
  background: #0076A5;
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  transform: skew(-12deg, 0deg);
}
.popup.event .popup-inner {
  padding: 100px 20px;
  position: static;
  height: auto;
}
.popup.event .popup-content {
  max-width: 808px;
  padding: 0;
  background: #fff;
  top: 0;
  position: relative;
  display: block;
  max-height: none;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.popup.event .popup-content h2 {
  padding: 30px 60px;
  margin-top: -70px;
  margin-left: -20px;
  margin-right: 100px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-size: 55px;
  font-size: clamp(1.75rem, 0.3193rem + 3.5085vw, 3.438rem);
  line-height: 60px;
  line-height: 110%;
}
.popup.event .popup-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #FF7500;
  border-radius: 20px 0 20px 0;
  -webkit-transform: skew(-15deg, 0deg);
  -moz-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}
.popup.event .event-title {
  position: relative;
  padding-bottom: 40px;
}
.popup.event .event-title a.more {
  position: absolute;
  bottom: 25px;
  right: 80px;
}
.popup.event .event-title:not(.v2) {
  top: -70px;
  margin-top: 100px;
  margin-bottom: -70px;
}
.popup.event .event-title.v2 h2 {
  margin-top: -70px;
}
.popup.event .event-info {
  padding: 20px 80px;
}
.popup.event .event-info table {
  width: 100%;
}
.popup.event .event-info table tbody th,
.popup.event .event-info table tbody td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 20px;
}
.popup.event .event-info table tbody th {
  width: 33.333333%;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  padding-right: 50px;
}
.popup.event .event-info table tbody th span {
  display: block;
  padding-right: 30px;
  position: relative;
}
.popup.event .event-info table tbody td {
  padding-left: 30px;
}
.popup.event .event-info table tbody td a.more {
  margin-left: -30px;
  padding-left: 40px;
}
.popup.event h3 {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
  font-size: 55px;
  font-size: clamp(1.75rem, 0.3193rem + 3.5085vw, 3.438rem);
  line-height: 60px;
  line-height: 110%;
}
.popup.event .success-container {
  padding: 0 80px 80px;
}
.popup.event .form-container {
  padding: 80px;
}
.popup.event .registerform-wrap {
  position: relative;
}
.popup.event .registerform-wrap fieldset {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
}
.popup.event .registerform-wrap fieldset .formItem {
  position: relative;
}
.popup.event .registerform-wrap ul.errors {
  position: absolute;
  bottom: 0;
  right: 10px;
  pointer-events: none;
  opacity: 0.75;
}
.popup.event .registerform-wrap .backgrnd-wrap {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup.event .popup-close {
  background: transparent;
  top: -20px;
  right: -80px;
}
.popup.event .popup-close::before,
.popup.event .popup-close::after {
  height: 3px;
}
.popup.event .popup-close:hover {
  background: transparent;
}
.popup.event .popup-close:hover::before,
.popup.event .popup-close:hover::after {
  background: #FF7500;
}
.popup.event#contactPopup .event-title { padding-bottom: 0}
.popup.event#contactPopup .success-container {
    padding: 40px 80px 0;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.popup.event .registerform-wrap {
    padding: 20px 80px;
}

.popup.gallery .popup-close {
  background: transparent;
  top: 50px;
  right: -80px;
}
.popup.gallery .popup-close:before,
.popup.gallery .popup-close:after {
  background: #0076A5;
  height: 3px;
}
.popup.gallery .popup-close:hover {
  background: transparent;
}
.popup.gallery .popup-close:hover:before,
.popup.gallery .popup-close:hover:after {
  background: #FF7500;
}
.popup.gallery .popup-content {
  background: transparent;
  max-width: 1050px;
  padding: 50px 0;
  overflow: visible;
}
.popup.gallery .popup-content h2 {
  font-size: 40px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 120%;
}
.popup.gallery .pager {
  text-align: center;
  padding-top: 30px;
}
.popup.gallery .popup-inner {
  padding: 50px 0;
  overflow-y: auto;
}
.popup.gallery .lSSlideWrapper li {
  position: relative;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  min-height: 100%;
}
.popup.gallery .lSSlideWrapper li::before {
  display: none !important;
}
.popup.gallery .lSSlideWrapper li img {
  display: block;
}
.popup.gallery .lSSlideWrapper img {
  width: 100% !important;
  height: auto !important;
  content-visibility: visible;
}
.popup.gallery .lSSlideWrapper .lSSlide {
  margin-bottom: 0 !important;
}
.popup.gallery .lSAction .lSPrev,
.popup.gallery .lSAction .lSNext {
  font-size: 40px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.popup.gallery .lSAction .lSPrev {
  left: -80px;
}
.popup.gallery .lSAction .lSNext {
  right: -80px;
}
.popup.gallery .gallery-head p {
  margin-bottom: 30px;
}
.popup.gallery .gallery-outer {
  background: #fff;
}
@media only screen and (max-width: 1260px) {
  .popup.gallery .popup-content {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1180px) {
  .popup.gallery .popup-content {
    max-width: 768px;
  }
}
@media only screen and (max-width: 1023px) {
  .popup.gallery .popup-content {
    max-width: 640px;
  }
}
@media only screen and (max-width: 960px) {
  .popup.gallery .lSAction .lSPrev,
  .popup.gallery .lSAction .lSNext {
    font-size: 50px;
  }
  .popup.gallery .lSAction .lSPrev {
    left: -70px;
  }
  .popup.gallery .lSAction .lSNext {
    right: -50px;
  }
}
@media only screen and (max-width: 768px) {
  .popup.gallery .popup-content {
    max-width: 480px;
  }
}
@media only screen and (max-width: 480px) {
  .popup.gallery .gallery-head {
    font-size: 14px;
  }
  .popup.gallery .popup-close {
    top: -30px;
  }
  .popup.gallery .popup-content {
    max-width: 90%;
  }
  .popup.gallery .popup-content h2 {
    font-size: 20px;
  }
  .popup.gallery .lSAction a {
    top: 100%;
  }
  .popup.gallery .lSAction .lSPrev,
  .popup.gallery .lSAction .lSNext {
    font-size: 30px;
  }
  .popup.gallery .lSAction .lSPrev {
    left: 0;
  }
  .popup.gallery .lSAction .lSNext {
    right: 0;
  }
}
.popup.singleimg .popup-close {
  background: transparent;
  top: 50px;
  right: -80px;
}
.popup.singleimg .popup-close:before,
.popup.singleimg .popup-close:after {
  background: #0076A5;
  height: 3px;
}
.popup.singleimg .popup-close:hover {
  background: transparent;
}
.popup.singleimg .popup-close:hover:before,
.popup.singleimg .popup-close:hover:after {
  background: #FF7500;
}
.popup.singleimg p {
  margin-bottom: 30px;
}
.popup.singleimg .popup-content {
  background: transparent;
  max-width: 1200px;
  padding: 50px 30px;
}
.popup.singleimg .popup-content h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 80px;
  line-height: 110%;
  padding-bottom: 0;
  font-family: 'Fira Sansbold', sans-serif;
}
.popup.singleimg .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.popup.singleimg .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.popup.singleimg[data-type="video"] .popup-content {
  min-width: 770px;
}
.popup#contactPopup h3 {
  padding-top: 50px;
}
.popup#contactPopup .popup-content {
  width: 100%;
}
.popup#pwReset .event-title h2 {
  font-size: 40px;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
  padding-top: 40px;
}
.popup#pwReset .event-title h2::before {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
  content: "";
}
.popup#pwReset .popup-content {
  padding: 0;
  background-color: transparent;
  width: 100%;
  max-width: 1200px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.popup#pwReset .popup-content .box-33 p {
  padding: 30px;
}
.popup#pwReset .popup-content .box-66 {
  position: relative;
  padding: 30px 30px 30px 0;
}
.popup#pwReset .popup-content .box-66::before {
  content: "";
  left: -29px;
  right: 0;
  top: -110px;
  bottom: 0;
  background: #F2F2F2;
  position: absolute;
  z-index: -1;
}
.popup#pwReset fieldset {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.popup#pwReset fieldset label {
  display: none;
}
.popup#pwReset fieldset .formItem {
  margin-bottom: 40px;
  margin-left: -1px;
}
.popup.message {
  /*.backgrnd-wrap  {
            position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%;
        } */
}
.popup.message h3 {
  font-size: 40px;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
  padding-top: 40px;
  margin-bottom: 0;
}
.popup.message h3::before {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #000;
  content: "";
}
.popup.message .popup-content {
  padding: 0;
  background-color: transparent;
  width: 100%;
  max-width: 1200px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.popup.message .popup-content p {
  padding: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.popup.message .popup-content .box-66 {
  position: relative;
  padding: 30px 30px 30px 0;
}
.popup.message .popup-content .box-66::before {
  content: "";
  left: -29px;
  right: 0;
  top: -110px;
  bottom: 0;
  background: #F2F2F2;
  position: absolute;
  z-index: -1;
}
.popup.message .popup-content::before {
  content: "";
  left: 33.333333%;
  left: calc(33.333333% - 27px);
  right: 0;
  top: 0;
  bottom: 0;
  background: #F2F2F2;
  position: absolute;
  display: block;
  z-index: -1;
}
.popup.message .popup-content::after {
  content: "";
  right: 66.666666%;
  right: calc(66.666666% + 27px);
  left: -50vw;
  top: 0;
  bottom: 0;
  background: #FF7500;
  position: absolute;
  display: block;
  z-index: -1;
}
/* LESS Document */
.ccc-banner {
  padding: 2rem;
  position: fixed;
  z-index: 2000;
  background-color: #d9d9d9 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  text-align: left;
}
.ccc-banner__description,
.ccc-banner__title {
  margin: 0 0 1rem;
}
.ccc-banner__description {
  margin: 0 0 3rem;
}
.ccc-banner--left label,
.ccc-banner--right label {
  display: block;
}
.ccc-banner__text {
  flex: 1 1 auto;
}
.ccc-banner label {
  margin: 0 0.5rem 0 0;
}
.ccc-banner--top {
  top: 0;
  left: 0;
  right: 0;
}
.ccc-banner--bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.ccc-banner--left {
  top: 0;
  bottom: 0;
  left: 0;
  right: 75%;
}
.ccc-banner--right {
  top: 0;
  bottom: 0;
  left: 75%;
  right: 0;
}
.ccc-banner--center {
  top: 50%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ccc-banner__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  font-size: 1rem;
  display: inline-block;
  margin: 1rem 0 0;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  border-radius: 8px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
}
input.ccc-banner__button {
  padding: 10px 20px 11px;
  overflow: visible;
  color: #0076A5 !important;
  border: 2px solid #0076A5;
  background-color: transparent !important;
}
input.ccc-banner__button:hover {
  color: #FF7500 !important;
  border: 2px solid #FF7500;
}
a.ccc-banner__button {
  padding: 8px 20px;
  color: #fff !important;
  background: #0076A5 !important;
}
a.ccc-banner__button:hover {
  background: #FF7500 !important;
}
.ccc-banner__button:active,
.ccc-banner__button:focus,
.ccc-banner__button:hover {
  box-shadow: none;
}
.ccc-banner__button--secondary {
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
.ccc-banner__button--secondary:active,
.ccc-banner__button--secondary:focus,
.ccc-banner__button--secondary:hover {
  text-decoration: none;
}
.ccc-banner__buttons {
  white-space: nowrap;
}
.ccc-banner__label-container {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
@media only screen and (max-width: 1130px) {
  /*.ccc-banner__text {flex: 1 1 50%; width: 50%}
    .ccc-form { width: 50%} */
}
@media only screen and (max-width: 768px) {
  .ccc-banner {
    flex-direction: column;
  }
  .ccc-banner__text {
    flex: 1 1 100%;
    width: 100%;
  }
  .ccc-form {
    width: 100%;
    padding-top: 20px;
  }
  .ccc-banner__description {
    margin: 0;
  }
  .ccc-banner__label-container {
    position: static;
  }
}
@media only screen and (max-width: 567px) {
    .ccc-banner__buttons { display: flex;flex-direction: column;}
    .ccc-banner__button--secondary { margin: 10px 0 0 0 !important; text-align: center}
}
/*
*
*	mobile.less - 2018
*
*/
@media only screen and (max-width: 1490px) {
  #header #person-logo {
    width: 140px;
    min-height: 1px;
  }
}
@media only screen and (max-width: 1366px) {
  .content-part.gallery .swiper-button-wrap {
    left: 90%;
  }
  .popup.singleimg .popup-close {
    right: 10px;
    top: 0;
  }
}
@media only screen and (max-width: 1260px) {
  a#hamburger {
    padding-left: 30px;
  }
  #hreadcrumb {
    padding-left: 30px;
  }
  .content-part .content {
    padding: 0 30px;
  }
  .content-part.teaser .swiper-container {
    margin-right: -30px;
    margin-left: -30px;
  }
  .content-part.gmap .gmap-wrap {
    margin-right: -30px;
    margin-left: -30px;
  }
  .content-part.gallery .swiper-button-wrap {
    left: 85%;
  }
  .popup.event .popup-content {
    max-width: 85%;
  }
  .popup#filterPopup .popup-content {
    max-width: 960px;
  }
  .popup#filterPopup .popup-content h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .popup#filterPopup .popup-content .box:last-child {
    padding-top: 60px;
  }
  .custom-logo #logo a[style] {
    width: 300px;
  }
}
@media only screen and (max-width: 1130px) {
  .custom-logo #logo a[style] {
    width: 260px;
    left: 24px;
  }
  #mainmenu > ul > li a {
    font-size: 14px;
  }
  #container {
    padding-top: 60px;
  }
  #header {
    height: 60px;
  }
  #header fieldset.quick-search {
    right: 270px;
    width: 365px;
  }
  #header fieldset.quick-search {
    top: 0;
  }
  #header #person-logo {
    width: 69px;
    min-height: 10px;
  }
  #header #person-logo a {
    width: 69px;
    height: 69px;
  }
  #header .person-name {
    margin-left: 20px;
    min-height: 40px;
    top: 7px;
    padding: 10px 30px;
    margin-right: 0;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    left: 80px;
  }
    /*
  #logo a {
    height: 140px;
  }
    */
  body.sid7 {
    /*     &.custom-logo {
            #breadcrumb {
                ul { padding-left: 150px}
            }
        } */
  }
  body.sid7 #logo a[href="https://www.cdu-fraktion-erfurt.de/"] {
    height: 140px;
    left: 0;
  }
  a#hamburger {
    padding-top: 13px;
  }
  #topmenu {
    padding-top: 8px;
  }
  #breadcrumb {
    margin-top: 0;
    padding-left: 30px;
  }
  .filterbar-wrap fieldset.filterbar {
    padding: 0 0 0 30px;
  }
  .filterbar-wrap fieldset.filterbar + .category-bar {
    margin-top: 40px;
  }
  .block > .date,
  .block > .location,
  .block > .info,
  .block > .category {
    font-size: 12px;
    line-height: 12px;
  }
  .block > .date:before,
  .block > .location:before,
  .block > .info:before,
  .block > .category:before {
    font-size: 20px;
    position: relative;
    margin-right: 10px;
    top: 5px;
  }
  .block > .date span,
  .block > .location span,
  .block > .info span,
  .block > .category span {
    padding-top: 4px;
  }
  .block > .date span:before,
  .block > .location span:before,
  .block > .info span:before,
  .block > .category span:before {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 5px;
  }
  /*	.block-social {
		h3, h4 { font-size: 14px; line-height: 100%}
	} */
  .block-category {
    margin-bottom: 20px;
  }
  .block-category h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .block-category h3 a {
    height: 60px;
  }
  .block-text .category span {
    padding-top: 15px;
  }
  .block-member .location span {
    padding-top: 15px;
  }
  .block-news .date span {
    padding-top: 15px;
  }
  .block-text span.submitted {
    font-size: 12px;
  }
  .block-social > .date:before {
    top: 11px;
  }
  .block-social > .date span {
    padding-top: 15px;
  }
  .block-calendar .datepicker {
    padding-top: 20px;
  }
  .node .inner ul li:before {
    top: 7px;
  }
  .node-img.partner .img img {
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .popup.gallery .popup-close {
    top: 25px;
  }
  .events .event-item .date {
    width: 90px;
    padding-right: 0;
  }
  fieldset.login {
    width: auto;
  }
  #footer .logo-einnetz {
    margin-right: 30px;
  }
  #footermenu {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  a#hamburger .text {
    display: none;
  }
  .item-list.timeline .item .submitted {
    font-size: 30px;
  }
  .content-part.teaser .video-wrap {
    overflow: visible;
  }
  .content-part.teaser .video-wrap figure {
    min-height: 0;
    padding-bottom: 52%;
  }
  .content-part.teaser .swiper-slide {
    background: #fff;
  }
  .content-part.teaser .swiper-slide figure figcaption {
    padding-top: 0;
    bottom: auto !important;
    top: 90%;
    top: calc(100% - 20px);
  }
  .content-part.teaser .swiper-slide figure figcaption .headline {
    padding: 20px 30px;
    font-size: 28px;
    width: auto;
    margin-left: 30px;
    margin-right: 10px;
  }
  .content-part.teaser .swiper-slide figure figcaption .headline::before {
    border-radius: 20px 0 20px 0;
  }
  .content-part.teaser .swiper-slide figure figcaption a.more {
    font-size: 14px;
    padding: 10px 20px;
    margin-left: 30px;
  }
  .content-part.teaser.video .previewimg .figcaption {
    padding-top: 0;
    position: relative;
    margin-top: -20px;
    bottom: auto !important;
    top: auto;
  }
  .content-part.teaser.video .previewimg .figcaption .headline {
    padding: 20px 30px;
    font-size: 28px;
    width: auto;
    margin-left: 30px;
    margin-right: 10px;
  }
  .content-part.teaser.video .previewimg .figcaption .headline::before {
    border-radius: 20px 0 20px 0;
  }
  .content-part.teaser.video .previewimg .figcaption a.more {
    font-size: 14px;
    padding: 10px 20px;
    margin-left: 30px;
  }
  .content-part.teaser.person {
    margin-bottom: 80px;
  }
  .content-part.teaser:not(.video) .swiper-slide {
    background: #fff;
  }
  .content-part.teaser:not(.video) .swiper-slide figure figcaption {
    position: relative;
    margin-top: -15px;
  }
  .content-part.teaser:not(.video) .swiper-slide figure figcaption .headline:last-child {
    margin-bottom: 30px !important;
  }
  .content-part.teaser:not(.video) .swiper-button-wrap {
    position: relative;
    z-index: 3;
  }
  .content-part.teaser:not(.video) .swiper-button-wrap .swiper-button-prev::before,
  .content-part.teaser:not(.video) .swiper-button-wrap .swiper-button-next::before {
    border-color: #ccc;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
  }
  .content-part.teaser:not(.video) .swiper-button-wrap .swiper-button-prev {
    left: auto;
    right: 80px;
  }
  .block > .date,
  .block > .location,
  .block > .info {
    padding: 0 20px;
  }
  .node .inner img.fltrt {
    max-width: 50%;
    height: auto !important;
  }
  .social-filterbar {
    top: 30px;
  }
  .social-filterbar ul {
    padding: 0 20px 0 0;
  }
  .social-swiper {
    padding-bottom: 20px;
  }
  .link-box {
    margin-bottom: 23px;
  }
  #topmenu ul li.shareIt ul {
    z-index: 5;
    width: 300px;
    padding: 5px 3px;
  }
  #topmenu ul li.shareIt ul li {
    margin-left: 0;
  }
  #topmenu ul li.shareIt ul li.label {
    padding: 10px 0;
  }
  #topmenu ul li.shareIt.active {
    top: -5px;
  }
  .popup#filterPopup {
    overflow: hidden;
  }
  .popup#filterPopup .popup-content {
    max-width: 50%;
  }
  .popup#filterPopup .popup-content h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .popup#filterPopup .popup-content .box:last-child {
    padding-top: 60px;
  }
  .popup.event .popup-close {
    top: -80px;
    right: 0;
  }
  .popup.video .popup-close,
  .popup.gallery .popup-close {
    top: -80px;
    right: 0;
  }
}
@media only screen and (max-width: 980px) {
  .filterbar-wrap .item-list-head {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .filterbar-wrap fieldset.filterbar {
    top: 0;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .filterbar-wrap fieldset.filterbar .formItem {
    width: 33.333333%;
    margin-left: 40px;
  }
  .block > .date,
  .block > .location,
  .block > .info {
    padding: 0 20px;
  }
  .block.block-category .inner {
    padding: 0;
  }
  .block.large {
    min-height: 250px;
  }
  .block-text .bg {
    right: 0;
    width: 120vw;
  }
  .content-part.headline .content > h1,
  .content-part.headline .content > h2 {
    margin-right: 0;
  }
  .content-part.medieneintrag .flexgrid .box {
    margin-bottom: 40px;
  }
  .content-part.kontakt .box {
    float: none;
  }
  .content-part.kontakt .box-66,
  .content-part.kontakt .box-33 {
    width: 100%;
  }
  .content-part.hero-img figure figcaption .headline {
    width: 75%;
  }
  .content-part.teaser .video-wrap figure {
    min-height: 0;
    height: auto;
    padding-bottom: 52%;
  }
  fieldset.login p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-height: 812px) {
  .popup.singleimg[data-type="video"] .popup-content {
    min-width: 600px;
  }
  .videoplayer {
    height: 100px;
  }
}
@media only screen and (max-width: 820px) {
  .table-wrap {
    overflow: hidden;
    overflow-x: auto;
  }
  .table-wrap table {
    margin-bottom: 0;
  }
  .table-shadow {
    position: relative;
  }
  .table-shadow::before {
    content: "";
    width: 20px;
    display: block;
    height: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    right: 0;
    z-index: 3;
    pointer-events: none;
  }
  .gmap-wrap .gmap-contact-wrap {
    width: 50%;
  }
  /* -- Defaults -- */
  .flexbox-mode,
  .flexbox-mode-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #logo {
    padding: 0 20px 0 0;
  }
  #logo a {
    width: 130px;
    height: 60px !important;
  }
  /* -- Grid -- */
  .grid.pad-90 {
    padding: 35px 0;
  }
  .grid .box {
    margin-bottom: 20px;
  }
  .grid .box-25 {
    width: 50%;
  }
  .grid .box-33,
  .grid .box-66 {
    width: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .grid .box-50 {
    width: auto;
    float: none;
  }
  .grid .box-50:nth-child(odd) {
    padding-right: 0;
  }
  .grid .box-50:nth-child(even) {
    padding-left: 0;
  }
  #topmenu ul li.shareIt ul {
    width: 260px;
  }
  #header fieldset.quick-search {
    width: auto;
    left: 80px;
  }
  a#hamburger {
    padding-left: 20px;
  }
  a#hamburger .text {
    display: none;
  }
  .news-grid .box,
  .mediathek-grid .box {
    margin-bottom: 40px;
  }
  .category-grid .block-category {
    margin-bottom: 0;
  }
  .category-grid .block-category h3 {
    margin-bottom: 0;
  }
  .custom-logo #breadcrumb {
    padding-left: 50px;
  }
  body.sid7 #logo a[href="https://www.cdu-fraktion-erfurt.de/"] {
    left: 20px;
    width: 120px;
  }
  body.sid7.custom-logo #breadcrumb {
    /*                ul { padding-left: 110px} */
  }
  .block.large {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .block.large .img,
  .block.large .inner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .block.large .inner {
    min-height: 0;
    margin-top: 0;
    /* .bg { left: 0;} */
  }
  .block-calendar .bg {
    width: 100vw;
  }
  fieldset.v2 .formItem.placeholder {
    display: none;
  }
  .content-part.headline + #breadcrumb {
    padding-left: 20px;
  }
  .content-part.termine .events,
  .content-part.termine a.more {
    margin-left: 15%;
  }
  .content-part.hero-img figure figcaption .headline {
    width: 90%;
  }
  .content-part.quote-content .content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-part.quote-content .content figure {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .content-part.quote-content .content blockquote {
    width: 100%;
    padding: 20px 0;
  }
  .content-part.teaser .swiper-slide .swiper-content-wrap {
    position: relative;
  }
  .content-part.teaser .swiper-slide .swiper-content-wrap .flexgrid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .content-part.teaser .swiper-slide .box-33 {
    padding-left: 30px;
  }
  .content-part.teaser .swiper-slide .box-66.image figure {
    left: 0s;
  }
  .content-part.teaser .swiper-slide .box-66.full-image figure {
    margin-left: -40px;
    margin-right: 0px;
    float: none;
  }
  .content-part.teaser .swiper-slide.video-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .content-part.teaser .swiper-container-horizontal .swiper-slide {
    background: white !important;
  }
  .content-part.teaser .slide-title {
    padding-top: 30px;
    margin-left: 85px;
    padding-left: 15px;
    padding-right: 20px;
  }
  .content-part.teaser .slide-title .headline {
    color: #0076A5;
    font-size: 34px;
    line-height: 40px;
    margin-right: 0;
  }
  .content-part.teaser .slide-title .headline::before {
    left: -60px;
  }
  .content-part.teaser .slide-title a.more {
    margin-left: -34px;
  }
  .content-part.teaser.video .swiper-slide .box-33 {
    padding-bottom: 0;
  }
  .content-part.teaser .block-info {
    margin-left: 0;
  }
  .content-part.teaser .flexgrid .box {
    padding: 0;
  }
  .content-part.teaser.person .block-info {
    padding: 20px 0;
  }
  .content-part.teaser.person .content {
    margin-left: 0;
  }
  .content-part.teaser.person .flexgrid {
    margin-left: 0;
    margin-right: 0;
  }
  .content-part.teaser.person .flexgrid .box {
    padding: 0;
  }
  .content-part.social-media .social-btns {
    z-index: 4;
  }
  .content-part.social-media .social-btns .swiper-btn span {
    color: rgba(0, 0, 0, 0);
    left: -90%;
    top: 5px;
    font-size: 1px;
    padding: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .content-part.text-content .node figure.fltlft {
    margin: 0 0 30px;
    float: none;
  }
  .node.node-img .img {
    width: 50%;
  }
  .node.node-img .inner {
    width: 50%;
  }
  .node.node-img.partner .img img {
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .popup a {
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .popup.event .event-info,
  .popup.event .form-container {
    padding: 30px;
  }
  .popup.event .success-container {
    padding: 0 30px 30px;
  }
  .popup.event .registerform-wrap fieldset .formItems-wrap {
    padding-left: 0;
  }
  .popup.event .popup-close {
    top: -80px;
    right: -10px;
  }
  .popup.video .popup-close,
  .popup.gallery .popup-close {
    top: -80px;
    right: -10px;
  }
  .popup fieldset .formCheckbox label {
    font-size: 14px;
  }
  .popup.singleimg[data-type="video"] .gallery-head {
    max-width: 90%;
    margin: 0 auto;
  }
  fieldset.login .box {
    float: left;
  }
  fieldset.login .box-50 {
    width: 50%;
  }
  fieldset.login button.formSubmit {
    margin-top: 0;
  }
  .filterbar-wrap #filter-container {
    right: auto;
    left: 20px;
  }
  .filterbar-wrap .item-list-head fieldset.filterbar {
    padding-left: 0;
    margin-left: 0;
    float: none;
  }
  .calender-list .calendar-event .calendar-day {
    width: 25%;
  }
  .calender-list .calendar-event .calendar-items {
    width: 75%;
  }
}
@media only screen and (max-width: 768px) {
  .calendar-heading {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .calendar-heading > .fltrt {
    float: none;
    padding: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .calendar-heading .tabs ul li {
    margin-left: 0;
    margin-right: 10px;
  }
  .calendar-heading .paginate-buttons {
    color: #fff !important;
  }
  .calendar-heading .paginate-buttons.it-does-not-hide {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .calendar-heading h2 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .calendar-heading .btn-wrap {
    bottom: -20px;
  }
  .calender-list .calendar-event .calendar-items .block  {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .calender-list .calendar-event .calendar-items .block  > .category {
    padding: 0 10px;
    padding-top: 35px;
    margin-left: -3px;
  }
  .calender-list .calendar-event .calendar-items .block  .inner {
    padding: 30px;
  }
  .popup#filterPopup .bg {
    width: 200vw;
    left: -70px;
    border-radius: 50px 0 50px 0;
  }
  .popup#filterPopup .popup-content {
    padding: 20px;
    padding-top: 100px;
  }
  .content-part {
    margin-bottom: 50px;
  }
  .content-part.headline time {
    margin-left: 0;
  }
  .content-part.text-content .node {
    margin-left: 0;
  }
  .content-part.teaser#teaser02 figure img {
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    width: 120% !important;
    left: 50%;
    position: relative;
    display: block;
  }
  .content-part.hero-img figure figcaption time {
    margin-left: 0;
  }
  .content-part.hero-img figure figcaption .text {
    padding-left: 0;
  }
  dl.link-liste {
    margin-left: 0;
  }
}
@media only screen and (max-width: 736px) {
  body.menu-level-01 a#hamburger.open {
    left: 0;
  }
  #topmenu {
    display: none;
  }
  a#hamburger {
    padding-left: 20px;
  }
  #logo {
    padding-right: 20px;
  }
  #header .person-name {
    font-size: 12px;
    left: 60px;
    padding: 10px 20px !important;
  }
  #breadcrumb {
    padding-right: 20px;
  }
  #mainmenu-container .menu-wrap::before {
    right: 40px;
    top: -50px;
  }
  .video-wrap {
    overflow: visible;
  }
  .video-wrap a.icon-play {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
  .video-wrap a.icon-play::before {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0;
  }
  .video-wrap a.icon-play::after {
    border-radius: 10px 0 10px 0;
  }
  .item-list-head {
    width: 100%;
  }
  .item-list.timeline .box-33 {
    padding-left: 40px;
  }
  .item-list.timeline .block-text {
    margin: 0 50px;
  }
  .node.node-single .inner {
    padding: 0;
  }
  .node.node-img.partner {
    display: block;
    margin: 0 0 30px;
    min-height: 0;
  }
  .node.node-img.partner .img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 30px;
  }
  .node.node-img.partner .inner {
    display: block;
    width: auto;
  }
  .node.node-img.partner .inner h2 {
    padding: 0;
  }
  .block .meta ul.social-links {
    font-size: 18px;
  }
  .block-calendar .bg {
    width: 150vw;
  }
  .content-part .content {
    padding: 0 20px;
  }
  .content-part .row .col {
    float: none;
  }
  .content-part .row .content {
    width: auto;
  }
  .content-part .row .sidebar {
    width: auto;
  }
  .content-part.media h2 {
    margin-left: 40px;
    text-transform: none;
    font-size: 22px;
  }
  .content-part.media.video em.icon-play {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
  .content-part.media.video em.icon-play::before {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0;
  }
  .content-part.media.video em.icon-play::after {
    border-radius: 10px 0 10px 0;
  }
  .content-part.headline .content {
    padding: 0 20px;
  }
  .content-part.headline h1 {
    font-size: 35px;
    margin-bottom: 0;
  }
  .content-part.teaser .swiper-container {
    margin-right: -20px;
    margin-left: -20px;
  }
  .content-part.social-media .content {
    padding-top: 50px;
  }
  .content-part.termine .events {
    margin-left: 5%;
  }
  .content-part.termine .grid {
    padding-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-part.termine a.more {
    margin-left: 15%;
  }
  .content-part.termine .block-img {
    padding-bottom: 0;
  }
  .content-part.termine .block-img .inner {
    position: relative;
    left: auto;
    right: auto;
  }
  .content-part.mitmachen .equal-grid .box {
    margin-bottom: 30px;
  }
  .content-part.mitmachen .equal-grid .box:last-child {
    margin-bottom: 0;
  }
  .content-part.aktuelles .block {
    padding-top: 0;
  }
  .content-part.aktuelles .flexgrid .box {
    margin-bottom: 30px;
  }
  .content-part.gmap h2 {
    font-size: 27px;
    line-height: 30px;
  }
  .content-part.gmap .gmap-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .freeform-row {
    display: block !important;
    margin: 0 !important;
  }
  .freeform-row .freeform-column {
    display: block;
    -ms-flex: none !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
  }
  .events {
    padding-left: 60px;
    padding-right: 30px;
  }
  .events .event-item {
    display: block;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 30px;
  }
  .events .event-item .date,
  .events .event-item .info {
    display: block;
  }
  .events .event-item .date {
    width: auto;
    padding-right: 0;
  }
  .events .event-item h4 {
    font-size: 18px;
    font-weight: normal;
  }
  .events .event-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .popup#filterPopup {
    overflow: hidden;
  }
  .popup#filterPopup .flexgrid {
    display: block;
  }
  .popup#filterPopup .flexgrid .box-50 {
    float: none;
    width: auto;
    padding: 35px !important;
  }
  .popup#filterPopup .flexgrid .box-50 fieldset {
    padding-top: 0 !important;
  }
  .popup#filterPopup .popup-content {
    width: 100%;
    max-width: 100%;
  }
  .popup#filterPopup .popup-content h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .popup#filterPopup .tags {
    margin-left: 0;
  }
  .popup#filterPopup .tags a {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .popup#filterPopup fieldset .formItem:last-child {
    margin-bottom: 0;
  }
  .popup.event fieldset .formCheckbox label {
    font-size: 12px;
    line-height: 120%;
  }
  .popup.event .event-info table tbody th {
    width: auto;
  }
  .popup.event .event-info table tbody td {
    border-left: 0;
    padding-left: 0;
  }
  .popup.event .event-info table tbody td a.more {
    margin-left: 0;
    white-space: normal;
    text-align: left;
    word-break: normal;
    padding-left: 10px;
  }
  .popup.event .event-info table tbody th,
  .popup.event .event-info table tbody td {
    display: block;
    width: auto;
    text-align: left;
  }
  .popup.singleimg[data-type="video"] .gallery-head {
    font-size: 14px;
  }
  .popup.singleimg[data-type="video"] .popup-close {
    top: 0px;
  }
  .popup.singleimg[data-type="video"] .popup-content {
    min-width: 90%;
  }
  .popup.singleimg[data-type="video"] .popup-content h2 {
    font-size: 20px;
  }
  .popup.singleimg .videoplayer {
    width: 100%;
  }
  .social-filterbar ul {
    width: auto;
    right: 0;
    white-space: nowrap;
    padding: 0;
  }
  .wahlkreis-map {
    margin-right: 60px;
  }
  .wahlkreis-map svg {
    width: 100% !important;
  }
  .news-grid {
    padding-bottom: 0 !important;
  }
  #footer .flexgrid {
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .flexgrid .box {
    width: 100%;
  }
  #footer .flexgrid .box-66 {
    height: auto;
  }
  #footer .logo-einnetz {
    position: absolute;
    right: 30px;
    bottom: 30px;
    top: auto;
  }
  #footermenu {
    padding-bottom: 0;
  }
  #footermenu ul li {
    float: none;
    padding-top: 25px;
  }
  #footermenu ul li:first-child {
    padding-top: 0;
  }
  #footermenu .bg {
    left: -140px;
    width: 150%;
  }
  #sharebar {
    margin-bottom: 35px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 567px) {
  .hide-mobi {
    display: none;
  }
  .gmap-wrap .gmap-contact-wrap {
    width: 100%;
  }
  /* -- Defaults -- */
  .flexbox-mode,
  .flexbox-mode-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wahlkreis-map {
    margin-right: 30px;
    padding-top: 50px;
  }
  /* -- Grid -- */
  .grid .box {
    float: none;
    margin-bottom: 20px;
  }
  .grid .box-25,
  .grid .box-75 {
    width: auto;
  }
  .grid .box-50 {
    width: auto;
  }
  .grid .box-50:nth-child(odd) {
    padding-right: 0;
  }
  .grid .box-50:nth-child(even) {
    padding-left: 0;
  }
  .grid.join-grid {
    padding-bottom: 0;
  }
  .grid.join-grid .box-33 {
    margin-bottom: 0;
  }
  #breadcrumb {
    display: none;
  }
  #header {
    height: 60px;
    /*		.person-name { right: auto; left: 20px; width: 180px} */
  }
  #header #person-logo {
    display: none;
  }
  .calendar-heading > .fltrt {
    float: none;
    margin-right: 0;
    padding: 0;
  }
  .calendar-heading .paginate-buttons {
    color: #fff !important;
  }
  .calendar-heading .paginate-buttons.it-does-not-hide {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .calender-list {
    padding: 0 0 40px;
  }
  .calender-list .calendar-event {
    margin-bottom: 0;
  }
  .calender-list .calendar-event .calendar-day {
    margin-bottom: 30px;
    width: auto;
    margin-left: 40px;
  }
  .calender-list .calendar-event .calendar-day strong {
    font-size: 30px;
    line-height: normal;
    padding-top: 20px;
  }
  .calender-list .calendar-event .calendar-day small {
    font-size: 20px;
  }
  .calender-list .calendar-event .calendar-items {
    width: 100%;
    padding: 0 30px;
  }
  .calender-list .calendar-event .calendar-items .block {
    width: auto;
    float: none;
    margin-left: 0;
  }
  .calender-list .calendar-event .calendar-items .block:last-child {
    margin-bottom: 0;
  }
  .media-grid a.thumb.thumb-small {
    margin-bottom: 20px;
  }
  .media-grid a.thumb.thumb-small:last-child {
    margin-bottom: 0;
  }
  .media-grid .box-66 {
    margin-bottom: 0;
  }
  .media-grid .box-33 {
    display: none;
  }
  .category-grid {
    margin-bottom: 0px;
  }
  .category-grid.pad-90 {
    padding: 60px 0 0;
  }
  .category-grid.pad-90 .box-33:last-child {
    margin-bottom: 0;
  }
  .download-grid {
    margin-bottom: 0;
  }
  .node {
    padding-bottom: 30px;
  }
  .node.node-single .inner {
    padding: 0;
  }
  .node.node-img.partner {
    display: block;
    margin: 0 0 30px;
    min-height: 0;
  }
  .node.node-img.partner .img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 30px;
  }
  .node.node-img.partner .inner {
    display: block;
    width: auto;
    padding: 20px 20px 20px 40px;
  }
  .node.node-img.partner .inner h2 {
    padding: 0;
  }
  .block.large .inner {
    width: auto;
    padding: 40px 20px;
  }
  .block-category h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .block-category h3 a {
    height: 100px;
  }
  .block-calendar .datepicker table {
    width: calc(100% + 20px);
  }
  .block-calendar .datepicker .ui-datepicker-title {
    margin-bottom: 20px;
  }
  .block-calendar .inner {
    padding: 20px 0;
  }
  .block-calendar .meta {
    padding-left: 0;
  }
  .block-social {
    padding: 0 30px;
  }
  fieldset.filterbar {
    width: auto;
    float: none;
    margin-left: 20px;
  }
  .gallery-wrap .swiper-button-next {
    left: 10px;
  }
  .gallery-wrap .swiper-button-next .btn {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .gallery-wrap .swiper-container {
    margin-right: 0;
  }
  .content-part .row {
    padding-right: 0;
  }
  .content-part .row h2 + .content {
    padding-right: 0;
    padding-bottom: 0;
  }
  .content-part .row .sidebar:first-child {
    padding-right: 0;
    padding-bottom: 0px;
  }
  .content-part .row .sidebar:last-child {
    padding-left: 0;
    padding-bottom: 0px;
  }
  .content-part .row .content:last-child {
    padding-left: 20px;
  }
  .content-part .content > h1  {
    margin-right: 100px;
    hyphens: auto;
  }
  .content-part.gallery .gallery-desc {
    width: 100%;
  }
  .content-part.media.image .content {
    padding-top: 40px;
  }
  .content-part.media.image + .content-part .row .sidebar:first-child {
    padding-right: 0;
    padding-bottom: 0px;
  }
  .content-part.media.image + .content-part .row .node {
    padding-bottom: 0;
  }
  .content-part.media.video .previewimg .figcaption {
    top: -15px;
    display: block;
    margin-left: 0;
    margin-right: 10px;
    width: auto;
    padding: 6px 20px;
  }
  .content-part.headline .content {
    padding: 70px 20px 0;
  }
  .content-part.headline .content time {
    padding-left: 0;
  }
  .content-part.headline .content > h1,
  .content-part.headline .content > h2 {
    font-size: 30px;
    line-height: 100%;
    padding-left: 0;
    margin-bottom: 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .content-part.headline .content > h1::before,
  .content-part.headline .content > h2::before {
    bottom: 0;
  }
  .content-part.hero-img figure figcaption .headline {
    width: auto;
    padding: 18px 30px;
    margin-top: -15px;
    margin-right: -5px;
  }
  .content-part.wahlkreise .sidebar {
    padding-bottom: 0 !important;
    padding-top: 50px;
  }
  .content-part.social-media .social-btns {
    z-index: 4;
  }
  .content-part.social-media .social-btns .swiper-btn {
    top: auto;
    bottom: 80px;
    left: -60px;
    width: 20px;
    height: 20px;
  }
  .content-part.teaser .content {
    margin-left: -20px;
  }
  .content-part.teaser .swiper-container {
    margin-right: -20px;
    margin-left: -20px;
  }
  .content-part.teaser .swiper-slide .swiper-content-wrap {
    position: relative;
  }
  .content-part.teaser .swiper-slide .swiper-content-wrap .flexgrid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .content-part.teaser .swiper-slide .box-33 {
    padding-left: 30px;
  }
  .content-part.teaser .swiper-slide .box-66 {
    margin-bottom: 0;
  }
  .content-part.teaser .swiper-slide.video-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .content-part.teaser .swiper-container-fade .swiper-slide {
    opacity: 0 !important;
  }
  .content-part.teaser .swiper-container-fade .swiper-slide-active {
    opacity: 1 !important;
  }
  .content-part.teaser .slide-title {
    padding-top: 20px;
    margin-left: 60px;
    padding-left: 0;
    padding-right: 20px;
  }
  .content-part.teaser .slide-title .headline {
    color: #0076A5;
    font-size: 34px;
    line-height: 120%;
    margin-right: 0;
    font-size: 7.5vw;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
  }
  .content-part.teaser .slide-title .headline::before {
    display: none;
  }
  .content-part.teaser .slide-title a.more {
    margin-left: -20px;
  }
  .content-part.teaser.video .swiper-slide .box-33 {
    padding-bottom: 0;
  }
  .content-part.teaser.video .swiper-button-wrap {
    position: relative;
    z-index: 3;
    height: 60px;
    margin-top: 5px;
  }
  .content-part.teaser.video .swiper-button-wrap .swiper-button-prev,
  .content-part.teaser.video .swiper-button-wrap .swiper-button-next {
    width: 30px;
  }
  .content-part.teaser.video .swiper-button-wrap .swiper-button-prev::before,
  .content-part.teaser.video .swiper-button-wrap .swiper-button-next::before {
    border-color: #ccc;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
  }
  .content-part.teaser.video .swiper-button-wrap .swiper-button-prev {
    left: auto;
    right: 30px;
  }
  .content-part.teaser.video .swiper-button-wrap .swiper-button-next {
    right: 0;
  }
  .content-part.teaser.video .previewimg .figcaption .headline {
    margin-left: 40px;
    margin-right: 20px;
  }
  .content-part.teaser#teaser02 {
    margin-bottom: 80px;
  }
  .filterbar-wrap fieldset.filterbar .formItem {
    width: 50%;
  }
  .filterbar-wrap #filter-container {
    right: auto;
    left: 20px;
  }
  .news .filterbar-wrap .item-list-head fieldset.filterbar,
  .presse .filterbar-wrap .item-list-head fieldset.filterbar {
    padding: 0;
  }
  .news .filterbar-wrap .item-list-head fieldset.filterbar .formItem,
  .presse .filterbar-wrap .item-list-head fieldset.filterbar .formItem {
    width: 100%;
    margin-left: 0;
  }
  .downloads .filterbar-wrap fieldset.filterbar {
    padding: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .downloads .filterbar-wrap fieldset.filterbar .formItem {
    width: 100%;
    margin-left: 0;
  }
  .calendar-heading #filter-container {
    right: 20px;
  }
  .gmap-wrap .gmap-container > div {
    max-height: 70vh;
  }
  .social-swiper {
    padding-bottom: 30px;
  }
  .join-grid .box-33 .block {
    margin-bottom: 30px;
  }
  .audioplayer {
    margin-top: 20px;
  }
  .popup.gallery .popup-close {
    top: 0;
  }
  .popup.event .popup-content {
    max-width: 100%;
  }
  .popup.event .popup-content h2 {
    padding: 15px 30px;
    margin-right: auto;
    margin-left: 0;
  }
  .popup.event .event-title {
    bottom: 20px;
  }
  .popup.event .event-title.v2 h2 {
    margin-top: -15px;
  }
  .popup#filterPopup .bg {
    left: -30px;
  }
  .popup#filterPopup .popup-content {
    padding-top: 230px;
  }
  .fc::before {
    display: none;
  }
  .fc-view > p {
    padding-left: 40px;
  }
  #event-container .block {
    border-left: 0;
    margin-right: 0;
  }
  #footer .bg {
    border-radius: 0 0 50px 0;
    left: -80px;
  }
  #footer .logo-einnetz {
    margin-right: 0;
  }
}
@media only screen and (max-width: 320px) {
  #footer .bg {
    left: -40px;
  }
}

/*# sourceMappingURL=style.css.map */