/*
*
*	CDU - Sachsen - 2024 
*	Author: SECONDRED Newmedia GmbH
*	Web: http://www.secondred.de
*   Gallery Fix
*
*/
/* ----- 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: 'Open Sans', 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;
}
/* ----- config.less - 2018 ----- */
/* -- Fonts-- */
/* -- Colors -- */
/* -- Border Color -- */
/* -- Padding & Margin -- */
/* -- CSS3 Radius -- */
/*
*
*	CDU - Sachsen - Fontface
*	Author: SECONDRED Newmedia GmbH
*	Web: http://www.secondred.de
*
*/
/* -- ProximaNova-- */
@font-face {
  font-family: 'CDUKievitItalic';
  src: url('../fonts/CDUKievitTab-Italic.eot');
  src: url('../fonts/CDUKievitTab-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/CDUKievitTab-Italic.woff') format('woff'), url('../fonts/CDUKievitTab-Italic.ttf') format('truetype'), url('../fonts/CDUKievitTab-Italic.svg#CDUKievitTab-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'CDUKievitBook';
  src: url('../fonts/CDUKievitTab-Book.eot');
  src: url('../fonts/CDUKievitTab-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/CDUKievitTab-Book.woff') format('woff'), url('../fonts/CDUKievitTab-Book.ttf') format('truetype'), url('../fonts/CDUKievitTab-Book.svg#CDUKievitTab-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CDUKievitBoldItalic';
  src: url('../fonts/CDUKievitTab-BoldItalic.eot');
  src: url('../fonts/CDUKievitTab-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/CDUKievitTab-BoldItalic.woff') format('woff'), url('../fonts/CDUKievitTab-BoldItalic.ttf') format('truetype'), url('../fonts/CDUKievitTab-BoldItalic.svg#CDUKievitTab-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'CDUKievitBold';
  src: url('../fonts/CDUKievitTab-Bold.eot');
  src: url('../fonts/CDUKievitTab-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CDUKievitTab-Bold.woff') format('woff'), url('../fonts/CDUKievitTab-Bold.ttf') format('truetype'), url('../fonts/CDUKievitTab-Bold.svg#CDUKievitTab-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* CDU Helvetica */
@font-face {
  font-family: 'CDU Helvetica';
  src: url('../fonts/CDUHelvetica-Bold.woff2') format('woff2'), url('../fonts/CDUHelvetica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'CDU Helvetica';
  src: url('../fonts/CDUHelvetica-Roman.woff2') format('woff2'), url('../fonts/CDUHelvetica-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Bold';
  src: url('../fonts/375EC1_5_0.eot');
  src: url('../fonts/375EC1_5_0.eot?#iefix') format('embedded-opentype'), url('../fonts/375EC1_5_0.woff2') format('woff2'), url('../fonts/375EC1_5_0.woff') format('woff'), url('../fonts/375EC1_5_0.ttf') format('truetype');
}
/* Light */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
  font-weight: 200;
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}
/* Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Semibold-webfont.eot');
  src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
  font-weight: 500;
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold-webfont.eot');
  src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
  font-weight: bold;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "cdu-sachsen";
  src: url("../fonts/cdu-sachsen.eot");
  src: url("../fonts/cdu-sachsen.eot?#iefix") format("embedded-opentype"), url("../fonts/cdu-sachsen.woff") format("woff"), url("../fonts/cdu-sachsen.ttf") format("truetype"), url("../fonts/cdu-sachsen.svg#cdu-sachsen") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "cdu-sachsen" !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-arrow-right:before {
  content: "\61";
}
.icon-facebook:before {
  content: "\62";
}
.icon-mail:before {
  content: "\63";
}
.icon-next:before {
  content: "\64";
}
.icon-prev:before {
  content: "\65";
}
.icon-search:before {
  content: "\66";
}
.icon-share:before {
  content: "\67";
}
.icon-twitter:before {
  content: "\68";
}
.icon-youtube:before {
  content: "\69";
}
.icon-user:before {
  content: "\6a";
}
.icon-link:before {
  content: "\6b";
}
.icon-play:before {
  content: "\6c";
}
.icon-website:before {
  content: "\6d";
}
.icon-video:before {
  content: "\6e";
}
.icon-arrow-down:before {
  content: "\6f";
}
.icon-audio:before {
  content: "\70";
}
.icon-gallery:before {
  content: "\71";
}
.icon-download:before {
  content: "\72";
}
.icon-arrow-left:before {
  content: "\73";
}
.icon-xing:before {
  content: "\74";
}
.icon-instagram:before {
  content: "\75";
}
.icon-cross:before {
  content: "\76";
}
.icon-mute:before {
  content: "\77";
}
.icon-pause:before {
  content: "\78";
}
.icon-volume:before {
  content: "\79";
}
.icon-phone:before {
  content: "\7a";
}
.icon-fax:before {
  content: "\41";
}
.icon-googleplus:before {
  content: "\42";
}
.icon-whatsapp:before {
  content: "\43";
}
/*
*   Swiper 3.3.1
*   Most modern mobile touch slider and framework with hardware accelerated transitions
* 
*   http://www.idangero.us/swiper/
* 
*   Copyright 2016, Vladimir Kharlampidi
*   The iDangero.us
*   http://www.idangero.us/
* 
*   Licensed under MIT
* 
*   Released on: February 7, 2016
*/
@-webkit-keyframes "swiper-preloader-spin" {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes "swiper-preloader-spin" {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: inherit;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-android .swiper-slide {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
}
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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;
  -moz-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 {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.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-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-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%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-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%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* -- Defaults -- */
::-webkit-input-placeholder {
  color: #777;
  -webkit-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
:-moz-placeholder {
  color: #777;
  -moz-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
::-moz-placeholder {
  color: #777;
  -moz-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
:-ms-input-placeholder {
  color: #777;
  -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: #6EAA28;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #97B0B9;
}
::-webkit-scrollbar-track {
  background-color: #ddd;
}
::-webkit-scrollbar-track:hover {
  background-color: #ddd;
}
::-webkit-scrollbar {
  width: 10px;
}
ul,
ol {
  padding-left: 23px;
}
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: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.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: 20px;
}
.grid .box-33:nth-child(3n-1) {
  padding-left: 10px;
  padding-right: 10px;
}
.grid .box-33:nth-child(3n-0) {
  padding-left: 20px;
}
.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: 15px;
}
.grid .box-75 {
  width: 75%;
}
.grid .box-100 {
  width: 100%;
}
.grid.pad-90 {
  padding: 90px 0;
}
/* -- Grid Layout -- */
.flexgrid {
  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: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.flexgrid .box {
  float: left;
}
.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%;
}
/* -- Display Mods  -- */
.flexbox-mode {
  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: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.flexbox-mode > div {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flexbox-mode > .sidebar,
.flexbox-mode > .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.flexbox-mode > .sidebar .node,
.flexbox-mode > .content .node {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.flexbox-mode > .sidebar .node .inner,
.flexbox-mode > .content .node .inner {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flexbox-mode-content {
  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: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.flexbox-mode-content > div {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flexbox-mode-content > .content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.flexbox-mode-content > .content .node {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.flexbox-mode-content > .content .node .inner {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-center {
  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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.flex-left-center {
  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;
}
.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: 15px 20px 0 20px;
  text-decoration: none;
}
a#hamburger .burger {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 20px;
  position: relative;
  -webkit-transform-style: preserve-3d;
}
a#hamburger .burger i {
  width: 30px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  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 i.top {
  margin-top: -7px;
}
a#hamburger .burger i.bottom {
  margin-top: 5px;
}
a#hamburger .text {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 175%;
}
.hasTeaser a#hamburger i {
  background: #fff;
}
.hasTeaser.fixed-header a#hamburger i {
  background: #1188B5;
}
a#hamburger.open .burger i.top {
  margin-top: -1px;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
a#hamburger.open .burger i.middle {
  -webkit-transform: scale(0, 1) translate3d(0, 0, 0);
  -moz-transform: scale(0, 1);
  transform: scale(0, 1);
}
a#hamburger.open .burger i.bottom {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* -- Mainmenu -- */
#mainmenu ul {
  padding-lefT: 0;
  list-style: none;
  padding: 20px 0;
}
#mainmenu ul li.has-sub > a:before {
  float: right;
  position: relative;
  top: 3px;
}
#mainmenu ul li.open > ul,
#mainmenu ul li.active > ul {
  filter: alpha(opacity=100);
  opacity: 1;
}
#mainmenu ul li.mobile-head {
  display: none;
}
#mainmenu ul li a.active {
  color: #6EAA28;
}
#mainmenu > ul > li {
  width: 33.333333%;
}
#mainmenu > ul > li a {
  display: block;
  text-decoration: none;
  color: #878684;
  padding: 10px 30px;
  font-size: 18px;
}
#mainmenu > ul > li a:hover {
  color: #6EAA28;
}
#mainmenu > ul > li > a {
  font-size: 20px;
  text-transform: uppercase;
}
#mainmenu > ul > li ul {
  position: absolute;
  background: #F7F7F7;
  left: 33.33333%;
  top: 0;
  width: 33.3333333%;
  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;
}
#mainmenu > ul > li ul li ul {
  left: 100%;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #FCFCFC;
}
#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-container {
  position: fixed;
  top: -9999em;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0ms linear 350ms;
  -moz-transition: top 0ms linear 350ms;
  transition: top 0ms linear 350ms;
}
#mainmenu-container .menu-wrap {
  position: absolute;
  top: 60px;
  width: 100%;
  max-width: 1170px;
  background: #F2F2F2;
  left: 50%;
  filter: alpha(opacity=0);
  opacity: 0;
  max-height: 80vh;
  overflow: auto;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  -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 {
  background: #D9D9D9;
  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.open {
  top: 61px;
  -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;
  -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: #6EAA28;
}
.mobile-menu {
  background: #6EAA28;
  padding: 15px 20px;
  display: none;
}
.mobile-menu ul {
  position: relative;
}
.mobile-menu ul li {
  margin-right: 15px;
}
.mobile-menu ul li:last-child {
  margin-right: 0;
}
.mobile-menu ul li a {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 22px;
  font-size: 20px;
  text-decoration: none;
  display: block;
}
.mobile-menu ul li a span {
  display: none;
}
@media only screen and (max-width: 480px) {
  .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: 0;
    left: 0;
    right: 0;
    background: #6EAA28;
    display: none;
  }
}
.mobile-menu ul li.active ul {
  display: block;
}
/* -- Topmenu -- */
#topmenu {
  float: right;
  font-size: 20px;
  padding: 5px 20px;
}
#topmenu:hover ul li a {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#topmenu ul li {
  margin-left: 10px;
}
#topmenu ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  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 span {
  display: none;
}
#topmenu ul li a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  color: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
#topmenu ul li a.hidden {
  visibility: hidden;
}
#topmenu ul li.shareIt {
  position: relative;
}
#topmenu ul li.shareIt ul {
  position: absolute;
  background: #6EAA28;
  right: 0;
  top: -999em;
  width: 345px;
}
#topmenu ul li.shareIt ul li {
  filter: alpha(opacity=0);
  opacity: 0;
  -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.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: 30px 0;
  font-size: 14px;
  color: #878684;
}
#breadcrumb ul li {
  margin-right: 20px;
}
#breadcrumb ul li a {
  text-decoration: none;
  color: inherit;
  padding-right: 30px;
  display: block;
  position: relative;
  margin-right: 0;
}
#breadcrumb ul li a:before {
  position: absolute;
  right: 0;
  top: 10px;
}
#breadcrumb ul li a:hover {
  color: #333;
}
/* -- Footermenu -- */
#footermenu {
  font-size: 14px;
  text-transform: uppercase;
  color: #878684;
  padding-top: 4px;
}
#footermenu ul li {
  margin-right: 20px;
}
#footermenu ul li a {
  text-decoration: none;
  color: inherit;
}
#footermenu ul li a:hover {
  color: #333;
}
/* -- Sharebar -- */
#sharebar {
  font-size: 20px;
  color: #878684;
}
#sharebar ul li {
  margin-left: 15px;
}
#sharebar ul li a {
  text-decoration: none;
  color: inherit;
  position: relative;
  top: 7px;
}
#sharebar ul li a span {
  display: none;
}
#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.label {
  font-size: 14px;
  padding: 3px 0;
}
/* -- Kategorie Filterbar -- */
.category-bar {
  text-transform: uppercase;
}
.category-bar ul li {
  margin-left: 20px;
  font-family: 'CDUKievitBold', sans-serif;
}
.category-bar ul li a {
  color: #fff;
  border-top: 2px solid rgba(255, 255, 255, 0);
  padding: 10px 0;
  text-decoration: none;
  display: block;
}
.category-bar ul li a:hover {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}
.category-bar ul li.active a {
  border-top: 2px solid #fff;
}
.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: 0.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;
}
fieldset .formItem {
  margin-bottom: 15px;
}
fieldset .formItem label {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
fieldset .formItem select,
fieldset .formItem input.formText,
fieldset .formItem textarea {
  padding: 20px;
  width: 100%;
  border: 0;
  border-top: 2px solid #D9D9D9;
  color: #6EAA28;
  font-size: 16px;
  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-top: 2px solid #E75940 !important;
}
fieldset .formError.formCheckbox label i {
  border-top: 2px solid #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: 50px;
  height: 50px;
  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: 40px;
  height: 2px;
  content: "";
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  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: 'Open Sans', sans-serif;
  border: 0;
  background: transparent;
  padding: 10px 0 0 0;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
fieldset .formSubmit:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  top: 0;
}
fieldset .formSubmit.greyblue,
fieldset .formSubmit.secondtextcolor {
  color: #97B0B9;
}
fieldset .formSubmit.greyblue:before,
fieldset .formSubmit.secondtextcolor:before {
  background: #97B0B9;
}
fieldset .formSubmit.green,
fieldset .formSubmit.defaulttextcolor {
  color: #6EAA28;
}
fieldset .formSubmit.green:before,
fieldset .formSubmit.defaulttextcolor:before {
  background: #6EAA28;
}
fieldset.contact-form {
  padding: 70px;
}
fieldset.contact-form h2 {
  font-family: 'Open Sans', 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: 'Open Sans', 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: #6EAA28;
}
fieldset.login {
  padding: 0;
  width: 510px;
  margin-bottom: 0;
}
fieldset.login h1.title {
  margin-bottom: 0 !important;
}
fieldset.login p {
  font-size: 18px;
  line-height: 27px;
}
fieldset.login a.forgotPW {
  text-transform: uppercase;
  color: #97B0B9;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
fieldset.login .box:first-child {
  padding-right: 10px !important;
}
fieldset.login .box:last-child {
  padding-left: 10px !important;
}
fieldset.login .formItem label {
  text-transform: uppercase;
  color: #878684;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
fieldset.login .formItem input {
  background: #F2F2F2;
  border: 0;
  border-top: 2px solid #D9D9D9;
  color: #333;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
fieldset.login button.formSubmit {
  width: 50%;
  width: calc(50% - 10px);
  margin-top: 20px;
}
fieldset.filterbar {
  width: 33.333333%;
  padding: 30px 0 30px 20px;
  margin-bottom: 0;
  position: relative;
  z-index: 4;
}
fieldset.filterbar label {
  display: none;
}
fieldset.filterbar .formItem {
  margin-bottom: 0;
  position: relative;
}
fieldset.filterbar .formItem input {
  background: #F2F2F2;
  border: 0;
  border-top: 2px solid #D9D9D9;
  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: #6EAA28;
}
fieldset.filterbar .error {
  padding: 10px 20px;
  background: #F2F2F2;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
fieldset.v2 .formItem {
  margin-bottom: 25px;
}
fieldset.v2 .formItem label {
  color: #fff;
}
fieldset.v2 .formItem select,
fieldset.v2 .formItem input.formText,
fieldset.v2 .formItem textarea {
  padding: 20px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0);
  border-top: 2px solid #fff;
  color: #000;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2);
}
fieldset.v2 .formItem select:focus,
fieldset.v2 .formItem input.formText:focus,
fieldset.v2 .formItem textarea:focus {
  border-color: #ffffff;
}
fieldset.v2 .formItem input.formText,
fieldset.v2 .formItem select {
  padding: 0 20px;
  height: 45px;
}
fieldset.v2 .formItem select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
fieldset.v2 .formCheckbox {
  margin-top: 50px;
}
fieldset.v2 .formCheckbox label i {
  border: 1px solid rgba(255, 255, 255, 0);
  border-top: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
fieldset.v2 .formCheckbox label i:before,
fieldset.v2 .formCheckbox label i:after {
  background: #333;
}
fieldset.v2 .formCheckbox label span a {
  color: #333;
}
fieldset.v2 .formSubmit {
  border-top: 2px solid #fff;
  color: #fff;
  padding-top: 10px;
  margin-top: 40px;
}
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-row .freeform-column {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.freeform-row .freeform-column .freeform-instructions {
  color: #fff !important;
}
.freeform-row .freeform-column .freeform-label {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}
.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 solid rgba(255, 255, 255, 0);
  border-top: 2px solid #fff;
  color: #000;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 45px;
}
.freeform-row .freeform-column .freeform-input:focus {
  border-color: #fff;
}
.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 button {
  font-family: 'Open Sans', sans-serif;
  border: 0;
  background: transparent;
  padding: 10px 0 0 0;
  font-size: 18px;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  border-top: 2px solid #fff;
  color: #fff;
  padding-top: 10px;
  margin-top: 40px;
}
.freeform-row .formCheckbox {
  position: relative;
}
.freeform-row .formCheckbox input {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
}
.freeform-row .formCheckbox label {
  display: table;
  width: 100%;
  text-transform: none;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}
.freeform-row .formCheckbox label i {
  display: table-cell;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-top: 2px solid #fff;
  position: relative;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}
.freeform-row .formCheckbox label i:before,
.freeform-row .formCheckbox label i:after {
  filter: alpha(opacity=0);
  opacity: 0;
  width: 40px;
  height: 2px;
  content: "";
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -1px;
}
.freeform-row .formCheckbox label i:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.freeform-row .formCheckbox label i:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.freeform-row .formCheckbox label span {
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.freeform-row .formCheckbox label::after {
  display: table-cell;
}
.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 .formError.formCheckbox label i,
.freeform-row .formError .freeform-input {
  border-top-color: #E75940;
}
.freeform-row .formError ul.errors {
  display: none;
}
.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 rgba(255, 255, 255, 0);
  border-top: 2px solid #fff;
  color: #000;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 45px;
  line-height: 45px;
}
/* -- Body und Text-Style -- */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 170%;
  background: #fff;
  text-align: center;
  color: #333;
}
hr {
  margin: 30px 0;
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}
h1,
h2,
h3 {
  margin-bottom: 20px;
}
h1 {
  font-size: 30px;
  font-family: 'CDU Helvetica', sans-serif;
}
h1.font-light {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 200 !important;
}
h2 {
  font-size: 60px;
  font-family: 'CDU Helvetica', sans-serif;
  font-weight: bold;
  line-height: 60px;
}
h2.center {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-weight: normal;
}
h2.border {
  text-transform: none;
  font-size: 40px;
  line-height: 48px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
h2.border span {
  background: #fff;
}
h2.border:before,
h2.border:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  background: #E0E0E0;
  width: 20%;
}
h2.border:before {
  left: 0;
}
h2.border:after {
  right: 0;
}
h2.green,
h2.defaulttextcolor {
  color: #6EAA28;
}
h2.green a:hover,
h2.defaulttextcolor a:hover {
  color: #97B0B9;
}
h2.red {
  color: #C3704D;
}
h2.red a:hover {
  color: #CFB65B;
}
h2.amber {
  color: #CFB65B;
}
h2.amber a:hover {
  color: #C3704D;
}
h2.greyblue,
h2.secondtextcolor {
  color: #97B0B9;
}
h2.greyblue a:hover,
h2.secondtextcolor a:hover {
  color: #6EAA28;
}
h3 {
  font-size: 18px;
}
h3.green,
h3.defaulttextcolor {
  color: #6EAA28;
}
h3.green a:hover,
h3.defaulttextcolor a:hover {
  color: #97B0B9;
}
h3.red {
  color: #C3704D;
}
h3.red a:hover {
  color: #CFB65B;
}
h3.amber {
  color: #CFB65B;
}
h3.amber a:hover {
  color: #C3704D;
}
h3.greyblue,
h3.secondtextcolor {
  color: #97B0B9;
}
h3.greyblue a:hover,
h3.secondtextcolor a:hover {
  color: #6EAA28;
}
h4 {
  font-size: 18px;
}
h4.green,
h4.defaulttextcolor {
  color: #6EAA28;
}
h4.green a:hover,
h4.defaulttextcolor a:hover {
  color: #97B0B9;
}
h4.red {
  color: #C3704D;
}
h4.red a:hover {
  color: #CFB65B;
}
h4.amber {
  color: #CFB65B;
}
h4.amber a:hover {
  color: #C3704D;
}
h4.greyblue,
h4.secondtextcolor {
  color: #97B0B9;
}
h4.greyblue a:hover,
h4.secondtextcolor a:hover {
  color: #6EAA28;
}
p {
  margin-bottom: 30px;
}
/* -- Buttons -- */
a.more {
  display: inline-block;
  text-decoration: none;
  padding: 10px 0 0;
  font-family: 'CDUKievitBold', sans-serif;
  position: relative;
  font-size: 15px;
  min-width: 125px;
  text-transform: uppercase;
}
a.more:before {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
a.more.white {
  color: #fff;
}
a.more.white:before {
  background: #fff;
}
a.more.white:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
a.more.red {
  color: #C3704D;
}
a.more.red:before {
  background: #C3704D;
}
a.more.red:hover {
  color: #CFB65B;
}
a.more.red:hover:before {
  background: #CFB65B;
}
a.more.green,
a.more.defaulttextcolor {
  color: #6EAA28;
}
a.more.green:before,
a.more.defaulttextcolor:before {
  background: #6EAA28;
}
a.more.green:hover,
a.more.defaulttextcolor:hover {
  color: #97B0B9;
}
a.more.green:hover:before,
a.more.defaulttextcolor:hover:before {
  background: #97B0B9;
}
a.more.greyblue,
a.more.secondtextcolor {
  color: #97B0B9;
}
a.more.greyblue:before,
a.more.secondtextcolor:before {
  background: #97B0B9;
}
a.more.greyblue:hover,
a.more.secondtextcolor:hover {
  color: #6EAA28;
}
a.more.greyblue:hover:before,
a.more.secondtextcolor:hover:before {
  background: #6EAA28;
}
/* -- Background Colors -- */
.fill {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fill.green,
.fill.defaultcolor {
  background-color: #6EAA28;
  color: #fff;
}
.fill.greyblue,
.fill.secondcolor {
  background-color: #97B0B9;
  color: #fff;
}
.fill.amber {
  background-color: #CFB65B;
  color: #fff;
}
.fill.red {
  background-color: #C3704D;
  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: 1;
  padding-top: 120px;
  min-height: 100%;
  height: auto;
  padding-bottom: 60px;
}
/* -- Layout -- */
.size {
  width: 1170px;
  width: auto;
  max-width: 1170px;
  margin: 0 auto;
  text-align: left;
}
#outerheader {
  background: #fff;
  z-index: 666;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
#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;
}
#outerfooter {
  position: relative;
  transform: translateZ(0);
  margin-top: -60px;
  z-index: 2;
  overflow: hidden;
}
#outerfooter:before,
#outerfooter:after {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
}
#outerfooter:before {
  left: 0;
}
#outerfooter:after {
  right: 0;
}
/* -- Header -- */
#header {
  position: relative;
  height: 61px;
  color: #fff;
}
#header .grid {
  margin-right: -180px;
}
#header .box {
  height: inherit;
}
#header .box-25 {
  background: #fff;
  position: relative;
}
#header .person-name {
  padding: 15px 30px;
  background: #fff;
  height: 61px;
}
#header .person-name a {
  text-decoration: none;
}
#header .person-name a:hover {
  color: #878684;
}
#header.green .person-name,
#header.defaulttextcolor .person-name {
  color: #6EAA28;
}
#header.greyblue .person-name,
#header.secondtextcolor .person-name {
  color: #97B0B9;
}
#header fieldset.quick-search {
  display: none;
  position: absolute;
  top: 0;
  padding: 0;
  right: 320px;
  z-index: 2;
  width: 456px;
}
#header fieldset.quick-search label {
  display: none;
}
#header fieldset.quick-search .formItem {
  margin-bottom: 0;
}
#header fieldset.quick-search .formItem input.formText {
  height: 61px;
  border-top: 0;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
#header fieldset.quick-search .formItem input.formText:focus {
  background: #F2F2F2;
  color: #6EAA28;
}
#header fieldset.quick-search .formItem ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
#header fieldset.quick-search .formItem :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
#header fieldset.quick-search .formItem ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
#header fieldset.quick-search .formItem :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  -ms-transition: color 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}
#header fieldset.quick-search .formItem :focus::-webkit-input-placeholder {
  color: #333;
}
#header fieldset.quick-search .formItem :focus:-moz-placeholder {
  color: #333;
}
#header fieldset.quick-search .formItem :focus::-moz-placeholder {
  color: #333;
}
#header fieldset.quick-search .formItem :focus:-ms-input-placeholder {
  color: #333;
}
#header fieldset.quick-search button[type="submit"] {
  cursor: pointer;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 50px;
  height: 61px;
}
#header fieldset.quick-search button[type="submit"] span {
  display: none;
}
#header fieldset.quick-search .auto-suggest {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#header fieldset.quick-search .auto-suggest ul {
  display: none;
  list-style: none;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #F2F2F2;
  padding: 20px 10px;
}
#header 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);
}
#header fieldset.quick-search .auto-suggest ul li span {
  color: #6EAA28;
}
#header fieldset.quick-search .auto-suggest ul li a {
  text-decoration: none;
}
#header fieldset.quick-search .auto-suggest ul li.active {
  background: rgba(0, 0, 0, 0.05);
}
#header fieldset.quick-search.focus button[type="submit"] {
  color: #6EAA28;
}
#header fieldset.quick-search.visible {
  display: block;
}
#header fieldset.quick-search#mobi-searchbar {
  position: relative;
  display: block;
  right: auto;
  left: auto;
  width: 100%;
  background: #F7F7F7;
}
#header fieldset.quick-search#mobi-searchbar.hidden {
  display: none;
}
#header fieldset.quick-search#mobi-searchbar button.icon-cross {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  left: 30px;
  top: 18px;
  cursor: pointer;
  font-size: 25px;
  color: #bbb;
}
#header fieldset.quick-search#mobi-searchbar button.icon-cross span {
  display: none;
}
#header fieldset.quick-search#mobi-searchbar button[type="submit"] {
  color: #888;
}
#header fieldset.quick-search#mobi-searchbar .formItem {
  border-bottom: 1px solid #D9D9D9;
  padding-left: 70px;
}
#header fieldset.quick-search#mobi-searchbar .formItem input.formText {
  background: transparent;
  color: #878684;
}
#header 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);
}
#header 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);
}
#header 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);
}
#header 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);
}
#header fieldset.quick-search#mobi-searchbar .formItem :focus::-webkit-input-placeholder {
  color: #333;
}
#header fieldset.quick-search#mobi-searchbar .formItem :focus:-moz-placeholder {
  color: #333;
}
#header fieldset.quick-search#mobi-searchbar .formItem :focus::-moz-placeholder {
  color: #333;
}
#header fieldset.quick-search#mobi-searchbar .formItem :focus:-ms-input-placeholder {
  color: #333;
}
/* -- Logo -- */
#logo {
  padding: 11px 10px 10px;
  height: 61px;
}
#logo a {
  display: block;
  width: 145px;
  height: 39px;
  background: url(../gfx/logo-cdu-sachsen@2x.png) no-repeat;
  background-size: contain;
}
#logo a span {
  display: none;
}
/* -- Teaser -- */
#teaser {
  position: relative;
}
#teaser .grid:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#teaser .box {
  position: relative;
  padding: 0 /* !important */;
}
#teaser .teaser-headline {
  text-align: left;
  padding: 30px;
  position: absolute;
  right: -285px;
  bottom: 90px;
  min-width: 370px;
  z-index: 2;
  max-width: 570px;
}
#teaser .teaser-headline address {
  font-style: normal;
  margin-bottom: 20px;
}
#teaser .teaser-headline .title {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#teaser .teaser-headline .title.green,
#teaser .teaser-headline .title.defaulttextcolor {
  color: #6EAA28;
}
#teaser .teaser-headline .title.greyblue,
#teaser .teaser-headline .title.secondtextcolor {
  color: #97B0B9;
}
#teaser .teaser-headline .title.amber {
  color: #CFB65B;
}
#teaser .teaser-headline .title.red {
  color: #C3704D;
}
#teaser .teaser-headline .title.font-light {
  font-size: 39px;
}
#teaser .teaser-headline .title:last-child {
  margin-bottom: 0 !important;
}
#teaser .teaser-headline .title .textfitted {
  line-height: 120%;
}
#teaser .teaser-headline.fill.white {
  background: #fff;
}
#teaser .teaser-headline.fill.green,
#teaser .teaser-headline.fill.defaultcolor {
  background: #6EAA28;
}
#teaser .teaser-headline ul.social-links {
  padding-top: 10px;
  margin-bottom: 0;
  list-style: none;
}
#teaser .teaser-headline ul.social-links li {
  float: left;
  padding-left: 16px;
}
#teaser .teaser-headline ul.social-links li:before {
  display: none;
}
#teaser .teaser-headline ul.social-links li a {
  text-decoration: none;
  color: #97B0B9;
}
#teaser .teaser-headline ul.social-links li a span {
  display: none;
}
#teaser .teaser-headline .position {
  top: -30px;
  color: #97B0B9;
  position: relative;
}
#teaser .teaser-headline .short-vita .vita-item strong {
  text-transform: uppercase;
  color: #bbb;
  padding-right: 10px;
}
#teaser .teaser-headline .short-info .info-item strong {
  text-transform: uppercase;
  color: #bbb;
  padding-right: 10px;
  display: block;
  float: left;
}
#teaser .teaser-headline .short-info .info-item span {
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 1600px) {
  #teaser .teaser-headline {
    right: -185px;
  }
}
#teaser .swiper-slide {
  position: relative;
  overflow: hidden;
}
#teaser .swiper-slide:before {
  width: 60px;
  height: 100%;
  background: #fff;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 2;
}
#teaser .swiper-slide .box-75 {
  position: relative;
}
#teaser .swiper-slide .box-75 figure {
  text-align: right;
  /* width: 75vw;padding-left: 60px; */
  float: right;
  position: relative;
  left: 135px;
  margin-left: -135px;
  /*img { width: calc( 100vw - 25% - 135px) !important}  */
  /*img { width: auto !important} */
}
#teaser .swiper-slide .box-75 figure img {
  float: right;
  width: calc(100% + 34%) !important;
}
#teaser .swiper-slide .box-75 figure:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media only screen and (max-width: 1600px) {
  #teaser .swiper-slide .box-75 figure img {
    width: calc(100% + 17%) !important;
  }
}
@media only screen and (max-width: 1450px) {
  #teaser .swiper-slide .box-75 figure img {
    width: calc(100% + 10%) !important;
  }
}
@media only screen and (max-width: 1366px) {
  #teaser .swiper-slide .box-75 figure {
    left: 0;
  }
  #teaser .swiper-slide .box-75 figure img {
    width: 100% !important;
  }
}
#teaser .swiper-slide .box-25 {
  position: relative;
}
#teaser .swiper-slide .box-25 i.bg-dots {
  width: 30vw;
  position: absolute;
  left: 135px;
  top: 0;
  bottom: 0;
  display: block;
}
@media only screen and (max-width: 1366px) {
  #teaser .swiper-slide .box-25 i.bg-dots {
    left: 0;
  }
}
#teaser .teaser-inner .has-bg {
  position: relative;
}
#teaser .teaser-inner .backgrnd {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
}
#teaser .teaser-inner > .grid {
  margin-right: -180px;
}
#teaser:before {
  width: 60px;
  height: 100%;
  background: #fff;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
}
#teaser:after {
  width: 60px;
  height: 100%;
  background: #fff;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: 1;
}
#teaser .teaser-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-bottom: 30px;
  z-index: 3;
  display: none;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
#teaser .teaser-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#teaser .teaser-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}
#teaser .teaser-btn-wrap {
  position: absolute;
  z-index: 4;
  margin-top: -1px;
  left: 0;
  top: 0;
  right: 0;
}
#teaser .teaser-btn-wrap .box {
  position: relative;
  min-height: 1px;
}
#teaser .teaser-btn-wrap .box-25 {
  padding-left: 210px;
}
#teaser .teaser-btn-wrap .swiper-button-prev,
#teaser .teaser-btn-wrap .swiper-button-next {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  top: 30px;
  margin-top: 0;
  text-align: center;
  color: #97B0B9;
}
#teaser .teaser-btn-wrap .swiper-button-prev:hover,
#teaser .teaser-btn-wrap .swiper-button-next:hover {
  color: #6EAA28;
}
#teaser .teaser-btn-wrap .swiper-button-prev.swiper-button-disable,
#teaser .teaser-btn-wrap .swiper-button-next.swiper-button-disable {
  color: #E6E6E6;
  opacity: 1;
}
/* -- Seite mit Teaser -- */
.hasTeaser #outerheader {
  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 #outerheader {
  left: -440px;
  right: 440px;
}
.show-sidebar-right.fixed-header #outerheader {
  left: -440px;
  right: 440px;
}
/* -- Content Part -- */
.content-part {
  text-align: left;
  padding: 0;
  margin-bottom: 60px;
  position: relative;
}
.content-part h2 {
  font-family: gilroy-bold;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0 0 40px;
  text-transform: uppercase;
  line-height: 100%;
}
.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;
  word-break: break-all;
}
.content-part .result-title {
  font-size: 22px;
  font-family: 'CDUKievitBold';
}
.content-part .result-title.green,
.content-part .result-title.defaulttextcolor {
  color: #6EAA28;
}
.content-part .result-title.greyblue,
.content-part .result-title.secondtextcolor {
  color: #97B0B9;
}
.content-part iframe {
  border: 0;
  max-width: 100%;
  overflow: auto;
}
.content-part .content {
  position: relative;
  z-index: 2;
  padding-bottom: 1px;
}
.content-part .row {
  position: relative;
  z-index: 2;
}
.content-part .row .col {
  float: left;
}
.content-part .row .sidebar {
  width: 33.333333%;
}
.content-part .row .sidebar:first-child {
  padding-right: 15px;
}
.content-part .row .sidebar:last-child {
  padding-left: 15px;
}
.content-part .row .sidebar .block-text {
  height: inherit;
}
.content-part .row .content {
  width: 66.666666%;
}
.content-part .row .content:first-child {
  padding-right: 15px;
}
.content-part .row .content:last-child {
  padding-left: 15px;
}
.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 .cp-backgrnd {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  height: 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: 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 .cp-backgrnd:before,
.content-part .cp-backgrnd:after {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 3;
}
.content-part .cp-backgrnd:before {
  left: 0;
}
.content-part .cp-backgrnd:after {
  right: 0;
}
.content-part .cp-backgrnd .flexgrid {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  height: inherit;
  padding-top: 100px;
}
.content-part .cp-backgrnd .flexgrid .box {
  position: relative;
}
.content-part .cp-backgrnd .flexgrid .box .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: 100%;
}
.content-part .cp-backgrnd .flexgrid .box-25:first-child .bg,
.content-part .cp-backgrnd .flexgrid .box-75:first-child .bg {
  right: 0;
}
.content-part .cp-backgrnd .flexgrid .box-25:last-child .bg,
.content-part .cp-backgrnd .flexgrid .box-75:last-child .bg {
  left: 0;
}
.content-part .cp-backgrnd .flexgrid.align-left {
  left: -135px;
}
.content-part .cp-backgrnd .flexgrid.align-right {
  left: 135px;
}
.content-part .cp-backgrnd .flexgrid.full {
  padding-top: 0;
}
.content-part .cp-backgrnd .dots {
  background: url(../gfx/dots.png);
}
.content-part .cp-backgrnd .fill {
  background-image: -moz-linear-gradient(-65deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(-65deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(-65deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
}
.content-part .row + .cp-backgrnd {
  top: 0;
}
.content-part table {
  margin-bottom: 60px;
  width: 100%;
}
.content-part table th,
.content-part table td {
  padding: 15px 30px;
}
.content-part table thead th {
  color: #fff;
  background: #6EAA28;
  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: right;
  font-weight: normal;
}
.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 tbody tr:nth-child(odd) th,
.content-part table tbody tr:nth-child(odd) td {
  background: #fff;
}
.content-part table tbody tr:nth-child(even) th,
.content-part table tbody tr:nth-child(even) td {
  background: #F2F2F2;
}
.content-part.headline h1 {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 30px 0 30px;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.content-part.headline h1.green,
.content-part.headline h1.defaulttextcolor {
  color: #6EAA28;
}
.content-part.headline h1.greyblue,
.content-part.headline h1.secondtextcolor {
  color: #97B0B9;
}
.content-part.headline h2 {
  font-family: 'Gilroy-Bold', sans-serif;
  padding: 30px 0;
  line-height: 100%;
  font-size: 50px;
  line-height: 50px;
  hyphens: auto;
}
.content-part.headline:before,
.content-part.headline:after {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
}
.content-part.headline:before {
  left: 0;
}
.content-part.headline:after {
  right: 0;
}
.content-part.headline + #breadcrumb {
  padding: 0 0 60px;
  margin-top: -30px;
}
.content-part.even table thead th {
  background: #97B0B9;
}
.content-part.even h2.small {
  margin-left: 200px;
}
.content-part.even .node.node-table h3 {
  padding-left: 200px;
}
.content-part.even .node.node-table p.source {
  text-align: left;
  padding-left: 200px;
  padding-right: 0;
}
.content-part.even .content {
  padding-bottom: 60px;
}
.content-part.even .col.content .node-info {
  padding-left: 220px;
}
.content-part.odd table thead th {
  background: #6EAA28;
}
.content-part.odd .row {
  padding-bottom: 60px;
}
.content-part.odd.media h2 {
  margin-left: 0;
}
.content-part.odd,
.content-part.even {
  margin-bottom: 120px;
}
.content-part .content-wrap {
  position: relative;
}
.content-part .content-wrap .cp-backgrnd .flexgrid {
  padding-top: 0;
}
.content-part.media h2 {
  font-size: 22px;
  padding: 40px 0;
  color: #fff;
  margin-left: 200px;
}
.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: #6EAA28;
}
.content-part.media .media-wrap .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.content-part.media .media-wrap .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.content-part.media .content {
  padding-bottom: 90px;
}
.content-part.media.even .media-wrap a span.icon-play i.bg {
  background: #6EAA28;
}
.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.links .content {
  padding: 20px 0;
}
.content-part.gallery .content {
  padding-bottom: 90px;
}
.content-part.wahlkreise .sidebar {
  padding-top: 90px;
  padding-bottom: 90px;
}
.content-part.gmap .gmap-wrap {
  margin-bottom: 30px;
}
.content-part.gmap.odd .gmap-wrap {
  margin-bottom: 90px;
}
.content-part.weitere-news .content {
  padding-bottom: 60px;
}
.content-part.weitere-news .loadMore {
  text-align: center;
}
.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 .grid {
  padding-bottom: 90px !important;
}
.content-part.medieneintrag .block > .info span {
  overflow: visible;
}
.content-part.medieneintrag .block > .info span i.border {
  top: 40px;
}
.content-part.mitmachen .content {
  padding-bottom: 0;
}
.content-part.kontakt .box {
  min-height: 1px;
}
.content-part.kontakt.even .pad-90 {
  padding-bottom: 0px;
}
/* -- Accordion -- */
.accordion {
  padding: 30px 70px;
  color: #6EAA28;
}
.accordion h3 {
  font-family: 'Open Sans', 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 {
  position: relative;
}
.video-wrap a.icon-play {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  z-index: 2;
  text-decoration: none;
  color: #fff;
  background: #6EAA28;
}
.video-wrap a.icon-play:before {
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  font-size: 60px;
  display: block;
}
.video-wrap a.icon-play span {
  display: none;
}
.video-wrap img {
  position: relative;
  z-index: 1;
}
/* -- Social Media -- */
.social-filterbar {
  height: 90px;
  width: 33.333333%;
  margin-left: 66.6666666%;
}
.social-filterbar ul {
  padding: 30px;
  width: 50%;
  text-align: right;
}
.social-filterbar ul li {
  margin-left: 10px;
  float: none;
  display: inline-block;
}
.social-filterbar ul li a {
  font-size: 24px;
  color: #fff;
  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: #6EAA28;
}
.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: 90px;
}
.social-swiper .swiper-slide {
  width: 33.333333%;
}
.top-news {
  z-index: 2;
}
.top-news .btn-wrap {
  position: relative;
  z-index: 3;
  text-align: right;
}
.top-news .btn-wrap div {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 0;
  top: 40px;
  color: #97B0B9;
  font-size: 30px;
}
.top-news .btn-wrap div.swiper-button-prev {
  right: 70px;
}
.top-news .btn-wrap div.swiper-button-next {
  right: 30px;
}
.top-news .btn-wrap div:hover {
  color: #6EAA28;
}
/* -- Elemente -- */
blockquote {
  padding: 50px 0 50px 50px;
}
blockquote p {
  font-size: 40px;
  font-style: italic;
  line-height: 120%;
  color: #97B0B9;
  font-family: 'CDUKievitItalic', sans-serif;
  margin-bottom: 0;
}
blockquote .author {
  font-size: 16px;
  color: #878684;
}
/* -- Figure -- */
figure .img {
  overflow: hidden;
}
figure figcaption {
  padding-top: 20px;
}
.load-more {
  text-align: center;
  padding-bottom: 40px;
}
/* -- 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: 'CDUKievitBold', 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 {
  padding-bottom: 45px !important;
  clear: both;
  padding-top: 0 !important;
  /* + .load-more {padding-bottom: 0} */
}
.news-grid .box {
  margin-bottom: 30px;
}
.news-grid#search-page-search-result {
  padding-top: 90px !important;
}
/* -- Mediathek Grid -- */
.mediathek-grid {
  padding-bottom: 45px !important;
  padding-top: 30px;
  /* + .load-more {padding-bottom: 0} */
}
.mediathek-grid .box {
  margin-bottom: 30px;
}
.mediathek-grid .box-66:nth-child(odd) {
  padding-right: 10px;
}
.mediathek-grid .box-33:nth-child(3n-2) {
  padding-right: 10px;
  padding-left: 10px;
}
.mediathek-grid .box-33:nth-child(3n-1) {
  padding-left: 20px;
  padding-right: 0;
}
.mediathek-grid .box-33:nth-child(3n-0) {
  padding-left: 0px;
  padding-right: 20px;
}
.mediathek-grid .box-33:nth-child(6n-1) {
  padding-left: 20px;
  padding-right: 0;
}
.member-grid.pad-90 {
  padding-bottom: 0px;
}
/* -- Item List -- */
.item-list {
  padding: 90px 0;
}
.item-list.timeline {
  padding: 100px 0 20px;
}
.item-list.timeline .item {
  margin-bottom: 30px;
}
.item-list.timeline .item .submitted {
  display: block;
  border-top: 2px solid #fff;
  text-transform: uppercase;
  font-size: 50px;
  padding-top: 30px;
  color: #fff;
}
.item-list.partner {
  padding: 90px 0 30px;
}
.item-list-head {
  padding: 50px 205px 0;
}
.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;
}
.item-list-head fieldset.filterbar + .category-bar {
  margin-right: 15px;
}
/* -- Terminkalender  -- */
.fc .fc-head-container {
  display: table;
  width: 100%;
  background: #6EAA28;
  position: relative;
  z-index: 2;
}
.fc .fc-head-container .fc-day-header {
  color: #fff;
  padding: 15px 25px;
  font-family: 'CDUKievitBold', sans-serif;
}
.fc .fc-head-container > div {
  -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);
}
.fc .fc-basic-view {
  -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);
  background: #fff;
}
.fc .fc-body {
  position: relative;
}
.fc .fc-body .fc-week {
  background: url(../gfx/calendar-week-splitter.png) repeat-x;
}
.fc .fc-body .fc-week .fc-day {
  padding: 0;
  background: transparent;
}
.fc .fc-body .fc-week .fc-day:nth-child(odd) {
  background: rgba(0, 0, 0, 0.03);
}
.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 0 0 25px;
}
.fc .fc-body .fc-week .fc-day-grid-event .day-indicator-wrap .day-indicator .event-length {
  color: #bbb;
}
.fc .fc-body .fc-week .fc-day-grid-event .day-indicator-wrap .day-indicator .event-pipe {
  height: 3px;
  margin: 5px 0 10px;
}
.fc .fc-body .fc-week .fc-day-grid-event .day-indicator-wrap .day-indicator .event-title {
  font-weight: bold;
  color: #97B0B9;
  padding-right: 25px;
}
.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: #6EAA28;
}
.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: 30px;
  color: #bbb;
  font-family: 'CDU Helvetica', sans-serif;
  font-weight: bold;
  padding: 25px 25px 10px 25px;
  display: inline-block;
}
.fc .fc-body .fc-week:first-child {
  background-image: none;
}
/* -- Terminkalender - Listenansicht -- */
.calendar-heading .fltrt {
  padding: 28px 0 26px;
}
.calendar-heading a {
  text-decoration: none;
}
.calendar-heading .paginate-buttons {
  float: right;
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: #97B0B9;
}
.calendar-heading .paginate-buttons.it-does-not-hide {
  color: #E6E6E6;
  display: block !important;
  pointer-events: none;
}
.calendar-heading .tabs {
  margin-right: 200px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'CDUKievitBold', sans-serif;
}
.calendar-heading .tabs ul li {
  margin-left: 20px;
}
.calendar-heading .tabs ul li a {
  border-top: 2px solid rgba(255, 255, 255, 0);
  color: #fff;
  display: block;
  padding: 5px 0;
}
.calendar-heading .tabs ul li a:hover {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}
.calendar-heading .tabs ul li a.active {
  border-top: 2px solid #ffffff;
}
.calendar-heading #filter-container {
  position: absolute;
  list-style: none;
  padding-left: 0;
  right: 160px;
  top: -40px;
}
.calendar-heading #filter-container li {
  float: left;
  margin-left: 20px;
  font-size: 12px;
  color: #878684;
}
.calendar-heading #filter-container li a {
  color: #878684;
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: 5px;
}
.calendar-heading #filter-container li a span {
  display: none;
}
.calendar-heading:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.calender-list .calendar-event .calendar-day {
  padding-right: 0;
  color: #fff;
}
.calender-list .calendar-event .calendar-day strong,
.calender-list .calendar-event .calendar-day small {
  display: block;
}
.calender-list .calendar-event .calendar-day strong {
  border-top: 2px solid #fff;
  padding-top: 30px;
  font-size: 50px;
  margin-bottom: 5px;
}
.calender-list .calendar-event .calendar-day small {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.calender-list .calendar-event .calendar-items {
  padding-left: 0;
}
.calender-list .calendar-event .calendar-items .block {
  width: 46%;
  margin-left: 4%;
  margin-bottom: 30px;
  float: left;
}
/* -- Footer -- */
#footer {
  padding: 12px 30px 11px;
}
#footer .logo-einnetz {
  margin-left: 50px;
}
/*!
 * 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 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 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: 0.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: 0.3;
}
.fc-bgevent {
  background: #8fdf82;
  opacity: 0.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: 0.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: 0.25;
}
a.fc-more {
  margin: 1px 3px;
  font-size: 0.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 {
  color: #fff;
}
.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: 0.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: 0.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;
}
.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: 0.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;
}
.cc-link:hover {
  opacity: 1;
  color: #333 !important;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 10px 20px;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}
.cc-window.cc-banner {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  background: #D9D9D9;
}
.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;
}
.cc-close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus {
  opacity: 1;
}
.cc-close:hover {
  opacity: 1;
}
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
  color: #232323;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus {
  background-color: transparent;
  text-decoration: underline;
}
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
  color: #232323;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  width: 33.3333333%;
  background: #97B0B9;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.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-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.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-banner .cc-message {
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner {
    left: 0;
    right: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-left {
    left: 0;
    right: 0;
  }
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    font-size: 14px;
    text-align: left;
    padding-left: 0;
  }
  .cc-window .cc-btn {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
  }
  .cc-window .cc-compliance {
    width: 100%;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner {
    left: 0;
    right: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-left {
    left: 0;
    right: 0;
  }
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
    text-align: left;
    padding-left: 0;
  }
  .cc-window .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: 770px;
  height: 120px;
  align-items: center;
  border: 1px solid #DDE2E6;
  background: #fff;
  margin-top: 120px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: #97B0B9;
  color: #fff;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: rgba(91, 130, 255, 0.1);
}
.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 #6EAA28;
}
.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);
}
@media screen and (max-width: 811px) {
  .audioplayer {
    width: 700px;
  }
}
@media screen and (max-width: 760px) {
  .audioplayer {
    width: 680px;
  }
}
@media screen and (max-width: 7350px) {
  .audioplayer {
    width: 90%;
  }
}
.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 64px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 25px;
}
.audioplayer-playing .audioplayer-playpause {
  background: #97B0B9;
}
.audioplayer-playing .audioplayer-playpause:hover {
  background: #6EAA28;
}
.audioplayer-playing .audioplayer-playpause a {
  text-decoration: none;
}
.audioplayer-playing .audioplayer-playpause a:before {
  content: "\78";
  color: #fff;
  position: relative;
  top: 3px;
}
.audioplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 12px;
  color: #878684;
  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: #6EAA28;
}
.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: #6EAA28;
  border-radius: 6px;
}
.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:before {
  content: "\79";
}
.audioplayer-mute .audioplayer-volume-button a:before {
  content: "\77";
}
.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: #878684;
}
.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #6EAA28;
}
@media screen and (max-width: 679px) {
  .audioplayer-volume-adjust {
    display: none;
  }
}
/* -- Videoplayer -- */
.popup .media-wrap {
  max-width: 770px;
  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;
  border: 1px solid #DDE2E6;
  background: #fff;
}
.videoplayer a {
  text-decoration: none;
}
.videoplayer a.icon-play {
  text-indent: 5px;
}
.videoplayer:not(.videoplayer-playing) .videoplayer-playpause {
  background: #97B0B9;
  color: #fff;
}
.videoplayer:not(.videoplayer-playing) .videoplayer-playpause:hover {
  background: rgba(91, 130, 255, 0.1);
}
.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 #6EAA28;
}
.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);
}
@media screen and (max-width: 811px) {
  .videoplayer {
    width: 700px;
  }
}
@media screen and (max-width: 760px) {
  .videoplayer {
    width: 680px;
  }
}
@media screen and (max-width: 735px) {
  .videoplayer {
    width: 90%;
  }
}
.videoplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 64px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 25px;
}
.videoplayer-playing .videoplayer-playpause {
  background: #97B0B9;
}
.videoplayer-playing .videoplayer-playpause:hover {
  background: #6EAA28;
}
.videoplayer-playing .videoplayer-playpause a {
  text-decoration: none;
}
.videoplayer-playing .videoplayer-playpause a:before {
  content: "\78";
  color: #fff;
  position: relative;
  top: 3px;
}
.videoplayer-time {
  display: flex;
  width: 40px;
  justify-content: center;
  font-size: 12px;
  color: #878684;
  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: #BEC8D2;
}
.videoplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 2px;
  background: #6EAA28;
}
.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: #6EAA28;
  border-radius: 6px;
}
.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: "\79";
}
.videoplayer-mute .videoplayer-volume-button a:before {
  content: "\77";
}
.videoplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.videoplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
  background-color: #878684;
}
.videoplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #6EAA28;
}
@media screen and (max-width: 679px) {
  .videoplayer-volume-adjust {
    display: none;
  }
}
/* -- Gallery Swiper -- */
.gallery-wrap {
  position: relative;
}
.gallery-wrap .swiper-container {
  margin: 0 -20px;
}
.gallery-wrap .swiper-container .swiper-slide {
  padding: 20px;
}
.gallery-wrap .swiper-button-prev,
.gallery-wrap .swiper-button-next {
  top: 20px;
  bottom: 20px;
  margin-top: 0;
  width: 210px;
  height: auto;
}
.gallery-wrap .swiper-button-prev:before,
.gallery-wrap .swiper-button-next:before {
  position: absolute;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
}
.gallery-wrap .swiper-button-prev:before {
  right: 0;
  padding-right: 20px;
}
.gallery-wrap .swiper-button-next:before {
  left: 0;
  padding-left: 20px;
}
.gallery-wrap .swiper-button-prev {
  left: -270px;
}
.gallery-wrap .swiper-button-next {
  right: -270px;
}
/* -- 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 {
  padding: 0 15%;
}
dl.link-liste dt {
  font-size: 30px;
  font-family: 'CDU Helvetica', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #97B0B9;
  margin-bottom: 30px;
  line-height: 100%;
}
dl.link-liste dt.hide-title {
  display: none;
}
dl.link-liste dd {
  font-size: 15px;
  margin-bottom: 10px;
}
dl.link-liste dd a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 170%;
  background: url(../gfx/dot-line.png) bottom repeat-x;
}
dl.link-liste dd a strong {
  background: #fff;
  color: #6EAA28;
  padding: 0 10px;
  display: inline-block;
  list-style-position: 190%;
  text-transform: uppercase;
  margin-right: 150px;
}
dl.link-liste dd a small {
  background: #fff;
  color: #878684;
  position: absolute;
  right: 0;
  bottom: -10px;
  padding: 0 10px;
  display: inline-block;
}
dl.link-liste dd a strong {
  position: relative;
  top: 5px;
}
dl.link-liste dd a:before {
  color: #6EAA28;
  position: absolute;
  left: 0;
  top: 3px;
  background: #fff;
  padding: 5px 10px;
  z-index: 1;
}
dl.link-liste dd a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: #fff;
  z-index: 0;
}
dl.link-liste dd a:hover strong {
  color: #97B0B9;
}
dl.link-liste dd a:hover:before {
  color: #97B0B9;
}
/* -- 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 {
  -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;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.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: #97B0B9;
}
.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(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -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: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction a:hover {
  opacity: 1;
}
.lSAction .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.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;
}
.download-grid:before {
  content: "";
  display: table;
  clear: both;
}
.download-grid .box {
  padding-bottom: 30px;
}
.download-grid .block > .info span {
  overflow: visible;
}
.download-grid .block > .info span i.border {
  top: 40px;
}
.join-grid {
  /* &.pad-90 {padding-bottom: 30px} */
}
.category-grid.pad-90 {
  padding-bottom: 60px;
}
.event-grid {
  padding: 90px 0 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: #6EAA28;
  fill-opacity: 1 !important;
}
@media all and (-ms-high-contrast: none) {
  .wahlkreis-map {
    padding-bottom: 75%;
  }
  .wahlkreis-map svg#wahlkreise {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.wahlkreis-grid {
  padding-top: 90px;
}
.wahlkreis-grid .box {
  margin-bottom: 30px;
}
.wahlkreis-grid a {
  font-family: 'CDUKievitBold', sans-serif;
  background: #fff;
  color: #6EAA28;
  display: block;
  text-decoration: none;
  padding: 20px 30px;
}
.wahlkreis-grid a:hover {
  color: #97B0B9;
}
.wahlkreis-grid a.disabled {
  color: #bbb;
  pointer-events: none;
}
/* ----- nodes.less - 2018 ----- */
.node {
  overflow: hidden;
}
.node .img img {
  display: block;
}
.node .inner {
  padding: 30px;
  font-family: 'Open Sans', sans-serif;
}
.node .inner ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}
.node .inner ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.node .inner ul li:last-child {
  margin-bottom: 0;
}
.node .inner ul li:before {
  content: "";
  background: #97B0B9;
  position: absolute;
  left: 10px;
  top: 12px;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.node .inner ol {
  margin-bottom: 30px;
}
.node .inner ol li {
  margin-bottom: 10px;
}
.node .inner ol ol {
  padding: 10px 0 0 20px;
  margin-bottom: 0;
}
.node .inner address {
  margin-bottom: 30px;
  font-style: normal;
}
.node .inner img.fltrt {
  margin: 0 0 30px 30px;
}
.node .inner p:last-child {
  margin-bottom: 0;
}
.node h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: normal;
  position: relative;
  margin-bottom: 30px;
}
.node h1 a {
  color: inherit;
}
.node h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  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-family: 'CDUKievitBold', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  text-transform: none;
  position: relative;
  margin-bottom: 30px;
}
.node.node-single h3 {
  font-family: 'CDUKievitBold', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  text-transform: none;
  position: relative;
  margin-bottom: 30px;
  color: #97B0B9;
}
.node.node-single a {
  text-decoration: none;
  color: #97B0B9;
}
.node.node-single a:hover {
  color: #6EAA28;
}
.node.node-single .inner {
  padding: 0 15%;
}
.node.node-single .inner h2 {
  padding: 0;
}
.node.node-table {
  padding-top: 60px;
}
.node.node-table h3 {
  color: #fff;
  margin-bottom: 0;
  padding: 40px 0;
}
.node.node-table .inner {
  padding: 0;
}
.node.node-table p.source {
  color: #fff;
  text-align: right;
  /* margin-bottom: 40px; */
  padding-right: 220px;
}
.node.node-img {
  display: table;
  min-height: 265px;
}
.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;
  margin: 0 -30px 30px;
  border-collapse: separate;
  border-spacing: 30px 0;
}
.node.node-img.partner:last-child {
  margin-bottom: 0;
}
.node.node-img.partner .img {
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 0 30px;
  background: #fff;
}
.node.node-img.partner .img img {
  display: inline-block;
}
.node.node-img.partner .inner {
  background: #fff;
}
.node.node-img.partner .inner h2 {
  font-size: 22px;
  line-height: 120%;
}
.node.node-img.partner .inner h2 a {
  text-decoration: none;
}
.node.node-info .inner {
  padding: 30px 0;
  color: #fff;
}
/* -- Blöcke -- */
.block > .date,
.block > .location,
.block > .info,
.block > .category {
  padding: 0 30px 0;
  font-size: 15px;
  line-height: 15px;
  color: #878684;
  min-height: 40px;
}
.block > .date:before,
.block > .location:before,
.block > .info:before,
.block > .category:before {
  font-size: 20px;
  position: relative;
  margin-right: 10px;
  top: 3px;
  float: left;
}
.block > .date span,
.block > .location span,
.block > .info span,
.block > .category span {
  display: inline-block;
  position: relative;
  top: 0;
  padding-top: 6px;
  padding-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.block > .date span i.border,
.block > .location span i.border,
.block > .info span i.border,
.block > .category span i.border {
  height: 3px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: #6EAA28;
  display: block;
}
.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: -8px;
}
.block .img img {
  display: block;
}
.block h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  font-family: 'CDU Kievit', sans-serif;
}
.block h3 a {
  color: inherit;
  text-decoration: none;
}
.block h3 a:hover {
  color: #C3704D;
}
.block h3.defaulttextcolor {
  color: #6EAA28;
}
.block h3.secondtextcolor {
  color: #97B0B9;
}
.block h2 a {
  color: inherit;
  text-decoration: none;
}
.block h2 a:hover {
  color: #C3704D;
}
.block .inner {
  padding: 30px;
}
.block .inner .img {
  margin: -30px -30px 30px;
}
.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 .meta {
  padding: 0 30px 30px;
}
.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: #97B0B9;
}
.block .meta ul.social-links li a span {
  display: none;
}
.block .meta ul.social-links li a:hover {
  color: #6EAA28;
}
.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: #6EAA28;
  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: #6EAA28;
}
.block ul.contact li:before {
  position: absolute;
  left: 0;
  top: 7px;
}
.block.fill.white {
  background-color: #fff;
}
.block.large {
  position: relative;
}
.block.large .info {
  position: relative;
  z-index: 3;
}
.block.large .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 50%;
  width: calc(50% - 10px);
}
.block.large .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: calc(100% - 40px);
  z-index: 0;
  padding-bottom: 65%;
}
.block.large .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  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%;
}
.mediathek-grid .block-content .info span {
  overflow: visible;
}
.mediathek-grid .block-content .info i.border {
  top: auto;
  bottom: -12px;
}
.block-news .date span {
  padding-top: 13px;
  overflow: visible;
}
.block-news .date span i.border {
  top: 40px;
}
.block-news h2 {
  font-family: 'CDU Kievit', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  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-family: 'CDU Kievit', sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
}
.block-news .inner {
  font-family: 'CDU Kievit', sans-serif;
}
.block-news .inner p:last-child {
  margin-bottom: 0;
}
.block-text {
  background: #fff;
  position: relative;
}
.block-text > .date,
.block-text > .category {
  padding: 0 30px;
  font-size: 15px;
  color: #878684;
}
.block-text > .date:before,
.block-text > .category:before {
  font-size: 20px;
  position: relative;
  margin-right: 10px;
  top: 3px;
}
.block-text > .date span,
.block-text > .category span {
  display: inline-block;
  position: relative;
  padding-top: 12px;
}
.block-text.hasImg > .category span {
  overflow: visible;
}
.block-text.hasImg > .category .border {
  top: 40px;
  width: 100%;
}
.block-text span.submitted {
  color: #878684;
  padding-top: 10px;
  font-size: 15px;
  position: absolute;
  left: 30px;
  top: 0;
}
.block-text span.submitted i.border {
  height: 3px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: #6EAA28;
  display: block;
}
.block-text span.submitted + .inner {
  padding-top: 50px;
}
.block-text h2 {
  font-family: 'CDUKievitBold', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.block-text h2:before {
  content: "";
  width: 120px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-text h3 {
  font-family: 'CDUKievitBold', sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  position: relative;
  padding-bottom: 0;
}
.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 .inner {
  padding-top: 20px;
}
.block-text .inner .img {
  margin: -20px -30px 30px;
}
.block-text.info {
  font-family: 'CDUKievitBook';
  line-height: 27px;
  color: #878684;
}
.block-text.info h3 {
  font-family: 'CDUKievitBold';
  color: #97B0B9;
}
.block-text.event .inner p:last-child {
  margin-bottom: 0;
}
.block-text.event .inner strong {
  text-transform: uppercase;
  color: #bbb;
}
.block-member {
  margin-bottom: 30px;
}
.block-member .location span {
  padding-top: 14px;
  padding-bottom: 2px;
}
.block-member h3 {
  font-family: 'CDUKievitBold', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  text-transform: none;
  position: relative;
  margin-bottom: 30px;
}
.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-category {
  position: relative;
}
.block-category .inner {
  padding: 0;
  position: relative;
  z-index: 2;
}
.block-category h3 {
  font-size: 35px;
  text-transform: uppercase;
  font-family: 'CDUKievitBold';
  line-height: 40px;
  margin-bottom: 30px;
  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: 0 30px;
  height: 160px;
  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:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.block-category:hover h3 a {
  color: #6EAA28;
}
.block-category:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.block-address a.toggle {
  text-decoration: none;
  color: #fff;
  background: #97B0B9;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  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 {
  background: #6EAA28;
}
.block-address h3 {
  margin-right: 50px;
}
.block-address img {
  display: block;
  margin-bottom: 20px;
}
.block-content > .info span:before {
  top: 3px;
}
.block-content > .info span.icon-gallery {
  overflow: visible;
}
.block-content > .info span.icon-gallery .border {
  top: 40px;
}
.block-content .inner h3 {
  font-size: 22px;
  font-family: 'CDUKievitBold';
}
.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: 0;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  max-height: 180px;
}
.block-content dl.link-liste dt {
  font-size: 18px;
  margin-bottom: 10px;
}
.block-content dl.link-liste dd a strong {
  text-transform: uppercase;
  margin-right: 100px;
}
.block-content .meta a.show-versions {
  float: right;
}
.block-content p:last-child {
  margin-bottom: 0;
}
.block-content.wahlkreis .location {
  padding: 7px 30px 0;
  line-height: 12px;
}
.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-img {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 30px;
}
.block-img h3 {
  font-family: 'CDU Kievit', sans-serif;
  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:first-child {
  position: static;
}
.block-img .inner .date {
  color: #97B0B9;
  font-size: 18px;
  margin-bottom: 10px;
}
.block-img .inner .date.red {
  color: #C3704D;
}
.block-img .inner .date.green,
.block-img .inner .date.defaulttextcolor {
  color: #6EAA28;
}
.block-social .date span {
  padding-top: 15px;
}
.block-social .date span .border {
  display: none !important;
}
.block-social .date:before {
  top: 12px;
}
.block-social h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.block-social h4 {
  color: #878684;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'CDU Kievit', sans-serif;
  font-weight: normal;
}
.block-social h4 a {
  text-decoration: none;
}
.block-social h4 a:hover {
  color: #333;
}
.block-social figure.img {
  margin: -30px -30px 30px;
}
.block-social p:last-child {
  margin-bottom: 0;
}
.block-social p a {
  color: #97B0B9;
  text-decoration: none;
}
.block-social p a:hover {
  color: #6EAA28;
}
.link-box {
  display: block;
  position: relative;
  font-family: gilroy-bold;
  font-size: 30px;
  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: #6EAA28;
  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);
}
.link-box span.green,
.link-box span.defaulttextcolor {
  color: #6EAA28;
}
.link-box span.greyblue,
.link-box span.secondtextcolor {
  color: #97B0B9;
}
.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.green,
.link-box:hover span.defaulttextcolor {
  color: #6EAA28;
}
.link-box:hover span.greyblue,
.link-box:hover span.secondtextcolor {
  color: #97B0B9;
}
/* LESS Document */
.popup {
  position: fixed;
  z-index: 555;
  opacity: 0;
  visibility: hidden;
}
.popup fieldset.v2 .formCheckbox {
  margin-top: 10px;
}
.popup fieldset.v2 .formCheckbox label span a {
  color: #fff;
}
.popup .popup-content {
  display: inline-block;
  z-index: 9999;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 30px;
  background-color: #fff;
  text-align: initial;
  cursor: default;
  white-space: initial;
}
.popup .popup-content h2 {
  font-family: 'Gilroy-Bold', sans-serif;
  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: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  background: #97B0B9;
  width: 58px;
  height: 58px;
  color: #fff;
}
.popup .popup-close span {
  display: none;
}
.popup .popup-close:before,
.popup .popup-close:after {
  pointer-events: none;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  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 {
  background: #6EAA28;
}
.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(217, 217, 217, 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 .popup-content {
  max-width: 1200px;
  padding: 0;
}
.popup#filterPopup .popup-content h2 {
  color: #6EAA28;
  text-transform: uppercase;
}
.popup#filterPopup .popup-content .box {
  padding: 30px;
}
.popup#filterPopup .popup-content .box:last-child {
  background: #F7F7F7;
}
.popup#filterPopup .tags {
  font-family: 'CDUKievitBold', sans-serif;
  margin-left: -20px;
}
.popup#filterPopup .tags a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  border-top: 2px solid #333;
  margin-left: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.popup#filterPopup .tags a.green {
  color: #6EAA28;
  border-color: #6EAA28;
}
.popup#filterPopup .tags a.orange {
  color: #FF9900;
  border-color: #FF9900;
}
.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: #003399;
  border-color: #003399;
}
.popup.event .popup-content {
  max-width: 1200px;
  padding: 0;
  max-height: 80%;
}
.popup.event .popup-content h2 {
  color: #6EAA28;
  text-transform: uppercase;
  margin-right: 100px;
}
.popup.event .event-title {
  padding: 30px;
}
.popup.event .event-info {
  padding: 45px 185px 45px 20%;
}
.popup.event .event-info a.more {
  margin-left: 215px;
  margin-top: 30px;
}
.popup.event .event-info table {
  font-size: 18px;
}
.popup.event .event-info table tbody th,
.popup.event .event-info table tbody td {
  text-align: left;
  vertical-align: top;
  padding-top: 10px;
}
.popup.event .event-info table tbody th {
  color: #6EAA28;
  width: 195px;
}
.popup.event .event-info table tbody th span {
  background: url(../gfx/dot-line.png) bottom repeat-x;
  display: block;
  padding-right: 30px;
  position: relative;
  top: -10px;
}
.popup.event .event-info table tbody th span strong {
  background: #fff;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  top: 8px;
  font-size: 22px;
}
.popup.event .event-info table tbody td {
  padding-left: 20px;
}
.popup.event h3 {
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 50px;
  margin-left: 20%;
}
.popup.event .registerform-wrap {
  position: relative;
}
.popup.event .registerform-wrap fieldset {
  padding: 30px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  margin-left: 20%;
  color: #fff;
}
.popup.event .registerform-wrap fieldset .formItems-wrap {
  padding-left: 185px;
}
.popup.event .registerform-wrap .backgrnd-wrap {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup.event .registerform-wrap .backgrnd-wrap .bg {
  background-image: -webkit-linear-gradient(335deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(335deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(335deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
}
.popup.event .success-container {
  position: relative;
}
.popup.event .success-container p {
  margin-left: 20%;
  padding: 50px 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  font-size: 2vw;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .popup.event .success-container p {
    font-size: 4vw;
  }
}
.popup.event .success-container .backgrnd-wrap {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup.event .success-container .backgrnd-wrap .bg {
  background-image: -webkit-linear-gradient(335deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(335deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(335deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
}
.popup.event .event-title.v2 {
  padding: 0;
}
.popup.event .event-title.v2 .box-66 {
  overflow: hidden;
}
.popup.event .event-title.v2 .box-33 {
  padding: 80px 0;
}
.popup.event .event-title.v2 h2 {
  background: #fff;
  padding: 30px 30px 20px 30px;
  margin-left: -80%;
}
.popup.event .event-title.v2 a.more {
  margin-left: 205px;
}
.popup.gallery .popup-close {
  background: transparent;
  top: 50px;
}
.popup.gallery .popup-close:before,
.popup.gallery .popup-close:after {
  background: #6EAA28;
  height: 2px;
}
.popup.gallery .popup-close:hover {
  background: transparent;
}
.popup.gallery .popup-close:hover:before,
.popup.gallery .popup-close:hover:after {
  background: #97B0B9;
}
.popup.gallery .popup-content {
  background: transparent;
  max-width: 1000px;
  padding: 50px 0;
  overflow: visible;
}
.popup.gallery .popup-content h2 {
  font-size: 30px;
  line-height: normal;
  text-transform: uppercase;
  color: #6EAA28;
  margin-bottom: 10px;
}
.popup.gallery .popup-inner {
  padding: 50px 0;
  overflow-y: auto;
}
.popup.gallery .lSSlideWrapper li {
  position: relative;
  height: 100%;
}
.popup.gallery .lSSlideWrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.popup.gallery .lSAction .lSPrev,
.popup.gallery .lSAction .lSNext {
  font-size: 50px;
}
.popup.gallery .lSAction .lSPrev {
  left: -100px;
}
.popup.gallery .lSAction .lSNext {
  right: -100px;
}
.popup.gallery .gallery-head {
  font-size: 18px;
  line-height: 27px;
  font-family: 'CDU Kievit', sans-serif;
}
.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 !important;
  top: 30px;
}
.popup.singleimg .popup-close:before,
.popup.singleimg .popup-close:after {
  background: #6EAA28;
  height: 2px;
}
.popup.singleimg .popup-content {
  background: transparent;
  max-width: 1200px;
  padding: 50px 0;
  overflow: hidden;
}
.popup.singleimg .popup-content h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #6EAA28;
  margin-bottom: 10px;
  line-height: 110%;
  padding-bottom: 0;
}
.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#filterPopup label {
  color: #BBBBBB;
}
.popup#filterPopup ul.ui-widget-content {
  padding: 10px;
  list-style: none;
  background: #F2F2F2;
  position: absolute !important;
  left: 0 !important;
  top: 100%;
  width: 100% !important;
  max-height: 100%;
  overflow: auto;
}
.popup#filterPopup ul.ui-widget-content li {
  font-size: 14px;
}
.popup#filterPopup .bg-grey fieldset .formItem:first-child {
  position: relative;
}
.popup#filterPopup .tagsinput {
  width: 100%;
}
.popup#contactPopup h3 {
  padding-top: 50px;
}
.popup#contactPopup .popup-content {
  width: 100%;
}
.popup#pwReset .event-title {
  padding: 25px 30px 20px;
}
.popup#pwReset .event-title h2 {
  font-size: 50px;
  color: #6EAA28;
  text-transform: uppercase;
}
.popup#pwReset .popup-content {
  max-width: 830px;
}
.popup#pwReset fieldset {
  padding: 30px;
}
.popup#pwReset fieldset label {
  color: #878684;
}
.popup#pwReset fieldset .formItem {
  margin-bottom: 40px;
}
/*
*
*   SECONDRED Boilerplate
*   Cookiebar
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --savebtn-color: #fff;
  --savebtn-background: #97B0B9;
  --savebtn-fontsize: 1rem;
  --savebtn-border: 0;
  --savebtn-borderadius: 6px;
}
/* -- Cookiebar -- */
.cookie-bar {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 8878;
  width: 100%;
  background: #D9D9D9;
  padding: 0;
}
.cookie-bar .content-width {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  color: #000;
  border: 0;
  text-align: left;
}
.cookie-bar .cookie-desc {
  font-size: 1rem;
  line-height: 150%;
  padding: 30px 0 30px 30px;
  color: #232323;
}
.cookie-bar .cookie-desc h3 {
  margin-bottom: 10px;
}
.cookie-bar .cookie-desc a {
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  color: #9F9E9D !important;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 20px;
}
.cookie-bar .cookie-desc a:hover {
  text-decoration: underline;
}
.cookie-bar .cookie-desc p {
  margin: 0;
  padding: 0;
}
.cookie-bar .cookie-options {
  display: flex;
  gap: 20px;
  padding: 30px;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  background: #97B0B9;
  text-transform: uppercase;
  flex: 1;
}
.cookie-bar .cookie-options a {
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.cookie-bar .cookie-options a.btn-config {
  opacity: 0.75;
}
@media only screen and (max-width: 567px) {
  .cookie-bar {
    border-radius: 0;
  }
}
/* -- Buttons als Normaler Textlink-- */
/* -- -- */
.cookie-opt-overlay {
  font-family: "Arial", "Helvetica", sans-serif;
  max-width: 600px;
  padding: 40px;
  color: #595959;
  background: #fff;
  border: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  width: 100%;
  box-sizing: border-box;
}
.cookie-opt-overlay .cookie-top-container {
  max-height: 70vh;
  overflow: auto;
}
.cookie-opt-overlay .cookie-opt-title {
  font-size: 22px;
  margin-bottom: 30px;
}
.cookie-opt-overlay * {
  box-sizing: border-box;
}
.cookie-opt-overlay .cookie-opt-close {
  float: right;
  border: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  appearance: none;
  cursor: pointer;
  position: relative;
  top: -5px;
}
.cookie-opt-overlay .cookie-opt-close span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inline;
}
.cookie-opt-overlay .cookie-opt-close::before,
.cookie-opt-overlay .cookie-opt-close::after {
  width: 20px;
  height: 2px;
  content: "";
  position: absolute;
  background: #808080;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
}
.cookie-opt-overlay .cookie-opt-close::before {
  transform: rotate(45deg);
}
.cookie-opt-overlay .cookie-opt-close::after {
  transform: rotate(-45deg);
}
.cookie-opt-overlay .cookie-opt-close:hover::before,
.cookie-opt-overlay .cookie-opt-close:hover::after {
  background: var(--color-blue);
}
.cookie-opt-overlay .cookie-opt-content {
  text-align: left;
}
.cookie-opt-overlay .cookie-opt-toggle {
  margin: -11px -10px -11px 20px;
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  border: 0;
  text-align: center;
  position: relative;
}
.cookie-opt-overlay .cookie-opt-toggle::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -9px;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  display: block;
  transform: rotate(45deg);
}
.cookie-opt-overlay .cookie-opt-toggle.open {
  transform: rotate(180deg);
}
.cookie-opt-overlay .cookie-opt-toggle:hover::before {
  border-color: var(--color-blue);
}
.cookie-opt-overlay .cookie-opt-cattitle {
  background: #EDEDED;
  padding: 11px 10px;
  min-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border-top: 2px solid #fff;
}
.cookie-opt-overlay .cookie-opt-cattitle small {
  display: block;
  text-transform: none;
  font-size: 12px;
  padding-left: 30px;
  font-weight: normal;
  opacity: 0.75;
  margin-right: 40px;
  padding-top: 5px;
  line-height: normal;
}
.cookie-opt-overlay .cookie-opt-cattitle:first-child {
  border-top: 0;
}
.cookie-opt-overlay .cookie-single-opt-toggle input,
.cookie-opt-overlay .cookie-opt-cattitle input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.cookie-opt-overlay .cookie-single-opt-toggle label,
.cookie-opt-overlay .cookie-opt-cattitle label {
  cursor: pointer;
}
.cookie-opt-overlay .cookie-single-opt-toggle label em,
.cookie-opt-overlay .cookie-opt-cattitle label em {
  width: 20px;
  height: 20px;
  display: block;
  background-color: #E1E1E1;
  color: #ccc;
  float: left;
  margin-right: 10px;
  border: 0;
  border-radius: 50%;
  margin-top: -1px;
  background-position: 3px 6px;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGQ9Ik0xMC4wNTYsMC4wMDJjMC43ODcsMC4wNjYgMS4yMDYsMS4xMTggMC42NTEsMS43MDVsLTUuNzA3LDUuNzA3bC0zLjcwNywtMy43MDdjLTEuNDA5LC0xLjQ5IDAuNjMyLC0yLjE1NCAxLjQxNCwtMS40MTRsMi4yOTMsMi4yOTNsNC4yOTMsLTQuMjkzYzAuMzM1LC0wLjMxNyAwLjQwNCwtMC4zMDIgMC43NjMsLTAuMjkxWiIgc3R5bGU9ImZpbGw6I2NjYzsiLz48L3N2Zz4=);
}
.cookie-opt-overlay .cookie-opt-cattitle label span {
  padding: 2px 0;
  display: block;
  line-height: normal;
  margin: auto;
}
.cookie-opt-overlay .cookie-single-opt-toggle input:checked + label em,
.cookie-opt-overlay .cookie-opt-cattitle input:checked + label em {
  color: #fff;
  background-color: #97B0B9;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGQ9Ik0xMC4wNTYsMC4wMDJjMC43ODcsMC4wNjYgMS4yMDYsMS4xMTggMC42NTEsMS43MDVsLTUuNzA3LDUuNzA3bC0zLjcwNywtMy43MDdjLTEuNDA5LC0xLjQ5IDAuNjMyLC0yLjE1NCAxLjQxNCwtMS40MTRsMi4yOTMsMi4yOTNsNC4yOTMsLTQuMjkzYzAuMzM1LC0wLjMxNyAwLjQwNCwtMC4zMDIgMC43NjMsLTAuMjkxWiIgc3R5bGU9ImZpbGw6I2ZmZjsiLz48L3N2Zz4=);
}
.cookie-opt-overlay .cookie-opt-catinfo {
  font-size: 13px;
  line-height: 16px;
  background: #F1F1F1;
  display: block;
}
.cookie-opt-overlay .cookie-opt-catinfo.active {
  display: block;
}
.cookie-opt-overlay .cookie-opt-catinfo p {
  padding: 15px 18px;
  margin: 0;
}
.cookie-opt-overlay .cookie-opt-catinfo .cookie-opt-table-wrap {
  padding: 15px 0;
  border-top: 1px solid #E4E4E4;
}
.cookie-opt-overlay .cookie-opt-catinfo table {
  table-layout: fixed;
}
.cookie-opt-overlay .cookie-opt-catinfo table th,
.cookie-opt-overlay .cookie-opt-catinfo table td {
  text-align: left;
  vertical-align: top;
  padding: 2px 18px;
}
.cookie-opt-overlay .cookie-opt-catinfo table th {
  width: 160px;
}
.cookie-opt-overlay .cookie-single-opt-toggle {
  padding-left: 18px;
  float: left;
}
.cookie-opt-overlay .cookie-single-opt-toggle + table {
  margin-left: 50px;
  width: calc(100% - 50px);
}
.cookie-opt-overlay .cookie-single-opt-toggle + table th {
  padding-right: 0;
  padding-left: 0;
}
.cookie-opt-overlay .cookie-single-opt-toggle label {
  position: relative;
  top: 2px;
}
.cookie-opt-overlay .cookie-single-opt-toggle label span {
  display: none;
}
.cookie-opt-overlay .cookie-top-savebtn {
  width: 100%;
  cursor: pointer;
  background: var(--savebtn-background);
  color: var(--savebtn-color);
  font-size: var(--savebtn-fontsize);
  font-weight: bold;
  border-radius: var(--savebtn-borderadius);
  height: 50px;
  margin-top: 30px;
  border: 0;
}
.cookie-opt-overlay .cookie-top-savebtn:hover {
  color: v #fff;
  background: #595959;
}
.cookie-opt-catinfo {
  transition: height 0.35s ease-in-out;
  overflow: hidden;
}
.cookie-opt-overlay .cookie-opt-catinfo {
  display: block;
}
.cookie-opt-catinfo:not(.active) {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .cookie-bar .cookie-desc {
    padding-left: 20px;
  }
  .cookie-bar .cookie-options {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cookie-bar .content-width {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .cookie-bar .cookie-desc {
    padding: 20px;
  }
  .cookie-bar .cookie-desc,
  .cookie-bar .cookie-options {
    width: 100%;
    text-align: center;
  }
  .cookie-bar .cookie-options {
    padding-right: 0;
  }
  .cookie-bar .cookie-options a.btn-config,
  .cookie-bar .cookie-options a.btn-accept {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cookie-opt-overlay {
    max-width: 90%;
    padding: 20px;
  }
  .cookie-opt-overlay .cookie-top-savebtn {
    margin-top: 20px;
  }
  .cookie-bar .cookie-options a.btn-config,
  .cookie-bar .cookie-options a.btn-accept {
    font-size: 12px;
    line-height: 100%;
  }
  .cookie-bar .cookie-options a.btn-config {
    padding: 16px 20px 12px;
  }
}
/* LESS Document */
/*
*
*	mobile.less - 2018
*
*/
@media only screen and (max-width: 1366px) {
  #header .grid {
    margin-right: 0;
  }
  .content-part.termine.odd .events {
    padding-left: 60px;
  }
  .content-part.termine.odd a.more {
    margin-left: 60px;
  }
  .content-part.termine.even .grid {
    padding-right: 30px;
  }
  #teaser:before,
  #teaser .swiper-slide:before,
  #teaser:after,
  #outerfooter:before,
  #outerfooter:after,
  .content-part.headline:before,
  .content-part.headline:after,
  .content-part .cp-backgrnd:before,
  .content-part .cp-backgrnd:after {
    width: 30px;
  }
}
@media only screen and (min-width: 1260px) and (max-width: 1320px) {
  .grid .box-66.freeform-container:last-child {
    padding-right: 30px;
  }
  .grid .box-66.freeform-container:first-child {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1260px) {
  .menu-wrap,
  .size {
    max-width: 1024px;
  }
  #teaser:before,
  #teaser .swiper-slide:before,
  #teaser:after,
  #outerfooter:before,
  #outerfooter:after,
  .content-part.headline:before,
  .content-part.headline:after,
  .content-part .cp-backgrnd:before,
  .content-part .cp-backgrnd:after {
    width: 30px;
  }
  .popup.event h2 {
    font-size: 3.5vw;
    line-height: 100%;
  }
  .popup.event h3 {
    font-size: 3.2vw;
    line-height: 100%;
  }
  .popup.event .popup-content {
    max-width: 90%;
  }
  .popup#filterPopup .popup-content {
    max-width: 960px;
    width: 100%;
  }
  .popup#filterPopup .popup-content h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .popup#filterPopup .popup-content .box:last-child {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1110px) {
  body {
    font-size: 14px;
    line-height: 150%;
  }
  #mainmenu-container .menu-wrap,
  .size {
    max-width: 860px;
  }
  #mainmenu > ul > li a {
    font-size: 15px;
  }
  #mainmenu > ul > li > a {
    font-size: 17px;
  }
  #header .grid .box {
    float: left;
  }
  #header .grid .box-75 {
    width: calc(100% - 290px);
  }
  #header .grid .box-25 {
    width: 290px;
  }
  #header .person-name {
    padding: 20px 20px;
    height: 61px;
  }
  #header fieldset.quick-search {
    right: 410px;
    width: 245px;
  }
  #teaser .teaser-btn-wrap .box-25 {
    padding-left: 120px;
  }
  #teaser .teaser-headline .title {
    font-size: 40px;
  }
  #breadcrumb ul li a:before {
    top: 3px;
  }
  .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 .meta ul.social-links li {
    padding-left: 10px;
  }
  .block .meta ul.social-links li:first-child {
    padding-left: 0;
  }
  .block-social h3,
  .block-social 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-news h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .block-text span.submitted {
    font-size: 12px;
  }
  .block-social > .date:before {
    top: 11px;
  }
  .block-social > .date span {
    padding-top: 15px;
  }
  .mediathek-grid .block-content .info i.border {
    bottom: -17px;
  }
  .node .inner ul li:before {
    top: 7px;
  }
  .node-img.partner .img img {
    max-width: 80%;
    width: auto !important;
    height: auto !important;
  }
  .popup.singleimg[data-type="video"] .popup-content {
    min-width: 650px;
  }
  .popup.singleimg[data-type="video"] .gallery-head {
    max-width: 770px;
  }
  .popup.singleimg[data-type="video"] .media-wrap {
    max-width: 650px;
  }
  .popup.event .event-info table tbody th span strong {
    top: 3px;
  }
  .popup.gallery .popup-close {
    top: 25px;
  }
  .events .event-item .date {
    width: 90px;
    padding-right: 0;
  }
  fieldset.login {
    width: auto;
  }
  #footer {
    padding: 15px 30px;
  }
  #sharebar ul li {
    top: 6px;
  }
  #sharebar ul li.label {
    padding: 4px 0;
  }
}
@media only screen and (min-width: 1110px) and (max-width: 1180px) {
  .grid .box-66.freeform-container:last-child {
    padding-right: 30px;
  }
  .grid .box-66.freeform-container:first-child {
    padding-left: 30px;
  }
}
@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: 1024px) {
  a#hamburger .text {
    display: none;
  }
  .calender-list .calendar-event .calendar-day {
    margin-bottom: 30px;
    width: 150px;
    width: 31%;
  }
  .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: 69%;
  }
  .calender-list .calendar-event .calendar-items .block {
    width: 45%;
    margin-left: 5%;
  }
  .calender-list .calendar-event .calendar-items .block-text h3 {
    font-size: 18px;
  }
  .item-list.timeline .item .submitted {
    font-size: 30px;
  }
  #teaser .teaser-headline {
    max-width: 450px;
    right: -215px;
  }
  #teaser .teaser-headline .title {
    font-size: 30px;
  }
  #teaser .teaser-btn-wrap .box-25 {
    padding-left: 150px;
  }
  .block > .date,
  .block > .location,
  .block > .info,
  .block > .category {
    padding: 0 20px;
  }
  .block .inner {
    padding: 20px;
  }
  .block .inner .img {
    margin: -20px -20px 20px;
  }
  .block .meta {
    padding: 0 20px 15px;
  }
  .block-content .inner h3 {
    font-size: 18px;
  }
  .node .inner img.fltrt {
    max-width: 50%;
    height: auto !important;
  }
  .social-filterbar ul {
    width: 70%;
  }
  .social-swiper {
    padding-bottom: 20px;
  }
  .content-part.termine .grid {
    padding-bottom: 0;
  }
  .link-box {
    margin-bottom: 23px;
  }
  #topmenu {
    padding: 9px 20px;
  }
  #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 .popup-content {
    max-width: 90%;
  }
  .popup#filterPopup .popup-content h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .popup#filterPopup .popup-content .box:last-child {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 960px) {
  #mainmenu-container .menu-wrap,
  .size {
    max-width: 735px;
  }
  #teaser .teaser-btn-wrap .box-25 {
    padding-left: 20px;
  }
  .block > .date,
  .block > .location,
  .block > .info,
  .block > .category {
    padding: 0 20px;
  }
  .block .inner {
    padding: 20px;
  }
  .block .inner .img {
    margin: -20px -20px 20px;
  }
  .block .meta {
    padding: 0 20px 20px;
  }
  .block.block-category .inner {
    padding: 0;
  }
  .grid .box-33 {
    width: 50%;
  }
  .grid .box-33:nth-child(odd) {
    padding-right: 15px;
    padding-left: 0;
  }
  .grid .box-33:nth-child(even) {
    padding-left: 15px;
    padding-right: 0;
  }
  .grid .box-66:first-child {
    padding-right: 15px;
  }
  .grid .box-66:last-child {
    padding-right: 0;
  }
  .grid .box-66 + .box-33 {
    padding-left: 15px;
    width: 33.333333%;
  }
  .grid.join-grid .box-33 {
    width: 33.333333%;
    padding-left: 10px;
  }
  .grid.media-grid .box {
    float: none;
  }
  .grid.media-grid .box-33 {
    width: auto;
    float: none;
  }
  .grid.media-grid .box-33 .thumb {
    margin-bottom: 20px;
  }
  .grid.media-grid .box-33 .thumb:last-child {
    margin-bottom: 0;
  }
  .content-part.medieneintrag .grid .box {
    margin-bottom: 30px;
  }
  .content-part.kontakt .box-66 {
    width: 66.666666%;
  }
  .content-part.kontakt .box-33 {
    width: 33.333333%;
  }
  fieldset.login p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 810px) and (max-width: 860px) {
  .grid .box-66.freeform-container:last-child {
    padding-right: 30px;
  }
  .grid .box-66.freeform-container:first-child {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 812px) {
  /*
	#mainmenu > ul,
	.size {max-width: 740px}
	*/
  #mainmenu-container .menu-wrap {
    max-width: 720px;
    overflow: hidden;
    overflow-y: auto;
  }
  #mainmenu > ul > li a {
    font-size: 15px;
  }
  #mainmenu > ul > li > a {
    font-size: 17px;
  }
  #mainmenu > ul > li.has-sub > a:before {
    top: 0;
  }
  #header .person-name {
    width: 290px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
  }
  #header .grid .box {
    margin-bottom: 0;
  }
  /* -- Defaults -- */
  .flexbox-mode,
  .flexbox-mode-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* -- 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;
  }
  .join-grid {
    float: none;
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }
  .join-grid .box {
    height: auto !important;
    margin-bottom: 30px;
  }
  .join-grid .box-66 {
    width: auto;
    padding-right: 0;
  }
  .join-grid .box-33:nth-child(3n-1) {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
    clear: both;
  }
  .join-grid .box-33 {
    margin-bottom: 0;
  }
  .join-grid .box-33 .link-box {
    width: 47.5%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
  .join-grid .box-33 .link-box:first-child {
    margin-right: 2%;
  }
  .join-grid .box-33 .link-box:last-child {
    margin-left: 2%;
  }
  .topics-grid {
    float: none;
  }
  .topics-grid .box {
    height: auto !important;
    margin-bottom: 30px;
  }
  .topics-grid .box-66 {
    width: auto;
    padding-right: 0;
  }
  .topics-grid .box-33:nth-child(3n-1) {
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .topics-grid .box-33 .link-box {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
  .topics-grid .box-33 .link-box:first-child {
    margin-right: 2%;
  }
  .topics-grid .box-33 .link-box:last-child {
    margin-left: 2%;
  }
  .mediathek-grid {
    margin-bottom: 0;
  }
  .mediathek-grid .box-33 {
    width: 50% !important;
  }
  .mediathek-grid .box-33:nth-child(even) {
    padding-right: 15px !important;
  }
  .mediathek-grid .box-33:nth-child(odd) {
    padding-left: 15px !important;
  }
  .category-grid {
    padding-bottom: 0 !important;
    padding-top: 60px !important;
    margin-bottom: -20px;
  }
  .category-grid .box-33 {
    width: 50% !important;
  }
  .category-grid .box-33:nth-child(odd) {
    padding-right: 15px !important;
  }
  .category-grid .box-33:nth-child(even) {
    padding-left: 15px !important;
  }
  .category-grid .block-category {
    margin-bottom: 0;
  }
  .category-grid .block-category h3 {
    margin-bottom: 0;
  }
  .member-grid {
    padding-top: 60px !important;
    margin-bottom: -30px;
    padding-bottom: 0 !important;
  }
  .member-grid .box-33 {
    width: 50% !important;
    margin-bottom: 0;
  }
  .member-grid .box-33:nth-child(odd) {
    padding-right: 15px !important;
  }
  .member-grid .box-33:nth-child(even) {
    padding-left: 15px !important;
  }
  .download-grid {
    padding-top: 60px !important;
    margin-bottom: -30px;
    padding-bottom: 0 !important;
  }
  .download-grid .box-33 {
    width: 50% !important;
    margin-bottom: 0;
  }
  .download-grid .box-33:nth-child(odd) {
    padding-right: 15px !important;
  }
  .download-grid .box-33:nth-child(even) {
    padding-left: 15px !important;
  }
  .news-grid .box-33 {
    width: 50% !important;
  }
  .news-grid .box-33:nth-child(odd) {
    padding-right: 15px !important;
  }
  .news-grid .box-33:nth-child(even) {
    padding-left: 15px !important;
  }
  .wahlkreis-grid .box-33 {
    width: 50% !important;
  }
  .wahlkreis-grid .box-33:nth-child(odd) {
    padding-right: 15px !important;
  }
  .wahlkreis-grid .box-33:nth-child(even) {
    padding-left: 15px !important;
  }
  .event-grid .box {
    float: none;
  }
  a#hamburger .text {
    display: none;
  }
  #breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  #breadcrumb ul li a:before {
    top: 4px;
  }
  #teaser .teaser-headline .title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #teaser .teaser-headline .position {
    top: -20px;
  }
  #teaser .swiper-slide .grid {
    position: relative;
    z-index: 1;
  }
  #teaser .swiper-slide .grid .box {
    margin-bottom: 0;
  }
  #teaser .swiper-slide .grid .box-75 {
    position: relative;
    z-index: 2;
    height: auto !important;
  }
  #teaser .swiper-slide .grid .box-25 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
  }
  #teaser .swiper-slide .grid .box-25 i.bg-dots {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  #teaser .teaser-btn-wrap .box-25 {
    width: 25%;
  }
  #teaser:before,
  #teaser:after,
  #outerfooter:before,
  #outerfooter:after,
  .content-part.headline:before,
  .content-part.headline:after,
  .content-part .cp-backgrnd:before,
  .content-part .cp-backgrnd:after {
    width: 20px;
  }
  #teaser:before,
  #outerfooter:before,
  .content-part.headline:before {
    left: 0px;
  }
  .content-part .cp-backgrnd:before {
    left: -20px;
  }
  #teaser:after,
  #outerfooter:after,
  .content-part.headline:after {
    right: 0px;
  }
  .content-part .cp-backgrnd:after {
    right: -20px;
  }
  .content-part {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-part h2 {
    padding: 25px 0;
    font-size: 40px;
    line-height: 40px;
  }
  .content-part .cp-backgrnd .flexgrid {
    padding-top: 110px;
  }
  .content-part .cp-backgrnd .flexgrid.align-left {
    left: 0;
  }
  .content-part .cp-backgrnd .flexgrid.align-right {
    left: 0;
  }
  .content-part .cp-backgrnd .box-75 {
    width: 90%;
  }
  .content-part .cp-backgrnd .box-25 {
    width: 10%;
  }
  .content-part.odd .cp-backgrnd:before {
    display: none;
  }
  .content-part.even .cp-backgrnd:after {
    display: none;
  }
  .content-part.headline + #breadcrumb {
    padding-left: 20px;
  }
  .content-part.kontakt .grid .box-66 {
    width: 66.666666%;
  }
  .content-part.kontakt .grid .box-66:first-child {
    padding-right: 15px !important;
  }
  .content-part.kontakt .grid .box-66:last-child {
    padding-right: 0;
    padding-left: 30px !important;
  }
  .content-part.kontakt .grid .box-66 + .box-33 {
    padding-left: 15px !important;
    width: 33.333333%;
  }
  .content-part.odd,
  .content-part.even {
    margin-bottom: 60px;
  }
  .content-part.odd .social-filterbar ul {
    right: 10%;
  }
  .content-part.termine .events,
  .content-part.termine a.more {
    margin-left: 15%;
  }
  .content-part.termine.odd .box {
    float: none !important;
  }
  .content-part.termine.odd .events {
    padding-left: 40px;
    padding-right: 80px;
    margin-left: 0;
  }
  .content-part.termine.odd a.more {
    margin-left: 40px;
  }
  .content-part.medieneintrag .grid .box {
    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 {
    padding: 30px;
  }
  .popup.event .registerform-wrap fieldset .formItems-wrap {
    padding-left: 0;
  }
  .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;
  }
  #footer .logo-einnetz {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 734px) {
  #topmenu {
    display: none;
  }
  #header .person-name {
    width: calc(100% - 75px);
  }
  #header .grid .box-75 {
    width: 75px;
    margin-bottom: 0;
  }
  #header .grid .box-25 {
    width: calc(100% - 75px);
    margin-bottom: 0;
  }
  #mainmenu-container .menu-wrap {
    max-width: 320px;
  }
  #mainmenu-container .mobile-menu {
    display: block;
  }
  #mainmenu > ul li.mobile-head {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: -20px;
  }
  #mainmenu > ul li.mobile-head a {
    border-bottom: 1px solid #D9D9D9;
  }
  #mainmenu > ul li.mobile-head a:before {
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 5px;
    color: #D9D9D9;
  }
  #mainmenu > ul li ul li.open > ul {
    left: 0;
  }
  #mainmenu > ul > li {
    width: 100%;
  }
  #mainmenu > ul > li a {
    font-size: 15px;
  }
  #mainmenu > ul > li > a {
    font-size: 17px;
  }
  #mainmenu > ul > li.has-sub > a:before {
    top: 0;
  }
  #mainmenu > ul > li.has-sub.open > ul {
    left: 0;
  }
  #mainmenu > ul > li ul {
    width: 100%;
    left: 100%;
    -webkit-transition: left 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition: left 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
    transition: left 350ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  }
  .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;
  }
  .node .table-wrap {
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .node .table-wrap table {
    margin-bottom: 0;
  }
  .block .meta ul.social-links {
    font-size: 18px;
  }
  .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.headline .content {
    padding: 0 20px;
  }
  .content-part.headline h1 {
    font-size: 35px;
    margin-bottom: 0;
  }
  .content-part.kontakt .grid .box {
    float: none;
  }
  .content-part.kontakt .grid .box-66 {
    width: auto;
  }
  .content-part.kontakt .grid .box-66:first-child {
    padding-right: 0 !important;
  }
  .content-part.kontakt .grid .box-66:last-child {
    padding-right: 0;
  }
  .content-part.kontakt .grid .box-66 + .box-33 {
    padding-left: 0 !important;
    width: auto;
  }
  .content-part.odd.kontakt .grid .box-66 {
    margin-right: 60px;
  }
  .content-part.odd.wahlkreise .row {
    padding-bottom: 60px;
  }
  .content-part.odd.wahlkreise .content {
    padding-bottom: 0;
  }
  .content-part.even h2.small {
    margin-left: 60px;
    padding-top: 25px;
  }
  .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.kontakt .box-33 {
    width: auto;
  }
  .content-part.kontakt.even .grid .box-33,
  .content-part.kontakt.even .grid .box-66 {
    margin-left: 90px;
    padding-left: 0 !important;
  }
  .content-part.kontakt.odd .grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .content-part.kontakt.odd .grid .box-33,
  .content-part.kontakt.odd .grid .box-66 {
    margin-right: 90px;
    padding-left: 0 !important;
  }
  .content-part .cp-backgrnd:before,
  .content-part .cp-backgrnd:after {
    display: none;
  }
  .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 20px 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;
  }
  .events .event-item:last-child:before {
    display: none;
  }
  .events .event-item .info:before {
    bottom: -30px;
  }
  blockquote {
    padding: 20px;
  }
  blockquote p {
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 10px;
  }
  .popup#filterPopup .flexgrid {
    display: block;
  }
  .popup#filterPopup .flexgrid .box-33 {
    float: none;
    width: auto;
    padding: 20px;
  }
  .popup#filterPopup .popup-content {
    width: 90%;
  }
  .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 h2 {
    font-size: 6.2vw;
  }
  .popup.event h3 {
    margin-left: 10%;
    font-size: 6vw;
    margin-bottom: 30px;
  }
  .popup.event fieldset .formCheckbox label {
    font-size: 12px;
    line-height: 120%;
  }
  .popup.event .registerform-wrap fieldset {
    margin-left: 10%;
  }
  .popup.event .registerform-wrap .backgrnd-wrap .box-20 {
    width: 10%;
  }
  .popup.event .registerform-wrap .backgrnd-wrap .box-80 {
    width: 90%;
  }
  .popup.event .event-info table {
    font-size: 14px;
  }
  .popup.event .event-info table tbody th,
  .popup.event .event-info table tbody td {
    display: block;
    width: auto;
  }
  .popup.event .event-info table tbody th span strong {
    padding-left: 0;
  }
  .popup.event .event-info table tbody td {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .social-filterbar ul {
    position: absolute;
    bottom: 0;
    width: auto;
    left: 0;
    right: 0;
  }
  .join-grid .link-box span {
    left: 50px;
    font-size: 20px;
  }
  .join-grid .box-33 {
    width: auto !important;
  }
  .join-grid .box-33 .link-box {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .join-grid .box-33 .link-box:first-child {
    margin-right: 0;
  }
  .join-grid .box-33 .link-box:last-child {
    margin-left: 0;
  }
  .mediathek-grid .box {
    float: none;
  }
  .mediathek-grid .box-33 {
    width: 100% !important;
  }
  .mediathek-grid .box-33:nth-child(even) {
    padding-right: 0 !important;
  }
  .mediathek-grid .box-33:nth-child(odd) {
    padding-left: 0 !important;
  }
  .member-grid.pad-90 {
    padding: 60px 0 0 0;
  }
  .member-grid.pad-90 .box {
    float: none;
  }
  .member-grid.pad-90 .box-33 {
    width: auto !important;
    margin-bottom: 0;
  }
  .member-grid.pad-90 .box-33:nth-child(odd) {
    padding-right: 0 !important;
  }
  .member-grid.pad-90 .box-33:nth-child(even) {
    padding-left: 0 !important;
  }
  .wahlkreis-map {
    margin-right: 60px;
  }
  .wahlkreis-map svg {
    width: 100% !important;
  }
  .download-grid .box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .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%;
  }
  .category-grid .box-33,
  .download-grid .box-33,
  .news-grid .box-33,
  .wahlkreis-grid .box-33 {
    width: auto !important;
    float: none;
  }
  .category-grid .box-33:nth-child(odd),
  .download-grid .box-33:nth-child(odd),
  .news-grid .box-33:nth-child(odd),
  .wahlkreis-grid .box-33:nth-child(odd) {
    padding-right: 0 !important;
  }
  .category-grid .box-33:nth-child(even),
  .download-grid .box-33:nth-child(even),
  .news-grid .box-33:nth-child(even),
  .wahlkreis-grid .box-33:nth-child(even) {
    padding-left: 0 !important;
  }
  .news-grid {
    padding-bottom: 0 !important;
  }
  dl.link-liste {
    padding: 0;
  }
  #sharebar {
    float: none;
    order: 3;
    margin-top: 10px;
  }
  #sharebar ul li.label {
    margin-left: 0;
  }
  #footer {
    margin: 0 35px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  #footer .logo-einnetz {
    margin-left: auto;
    position: absolute;
    right: 30px;
    top: 15px;
  }
  #footermenu {
    margin-right: 40px;
  }
  #footermenu ul li {
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .hide-mobi {
    display: none;
  }
  /* -- 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;
    padding-top: 60px;
  }
  .grid.join-grid .box-33 {
    margin-bottom: 0;
  }
  .event-grid {
    padding: 60px 0 0;
  }
  #container {
    padding-top: 81px;
  }
  #breadcrumb {
    display: none;
  }
  #logo {
    float: right;
  }
  #logo a {
    width: 180px;
  }
  #mainmenu-container .menu-wrap {
    max-height: 70%;
  }
  #teaser {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  #teaser .teaser-headline {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    bottom: 0;
    min-width: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #teaser .teaser-inner > .grid {
    margin-right: 0;
  }
  #teaser .teaser-btn-wrap {
    display: none;
  }
  #teaser .grid {
    margin-bottom: 30px;
    position: relative;
  }
  #teaser .grid .box {
    margin-bottom: 0;
    height: auto !important;
  }
  #teaser .grid .box-75 {
    z-index: 4;
  }
  #teaser .grid .box-25 {
    bottom: 0;
  }
  #teaser figure {
    margin-right: 30px;
  }
  #teaser .swiper-slide:before {
    display: none;
  }
  #teaser .swiper-slide .box-75 {
    position: relative;
    z-index: 2;
  }
  #teaser .swiper-slide .box-75 figure {
    background: url(../gfx/dots.png);
    padding-left: 0;
    left: 0;
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 30px;
  }
  #teaser:after {
    z-index: 3;
  }
  .calendar-heading > .fltrt {
    float: none;
    margin-right: 10%;
  }
  .calendar-heading .tabs {
    margin-right: 80px;
  }
  .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;
  }
  .calender-list {
    padding: 0;
  }
  .calender-list .calendar-event .calendar-day {
    margin-bottom: 30px;
    width: auto;
  }
  .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%;
  }
  .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;
  }
  dl.link-liste {
    padding: 0;
  }
  dl.link-liste dt {
    font-size: 25px;
  }
  dl.link-liste dd a strong {
    margin-right: auto;
  }
  dl.link-liste dd a small {
    display: none;
  }
  .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.large .inner {
    width: auto;
    position: static;
  }
  .block-category h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .block-category h3 a {
    height: 100px;
  }
  fieldset.filterbar {
    width: auto;
    float: none;
    margin-left: 20px;
  }
  .content-part h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .content-part .headline h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .content-part .cp-backgrnd .flexgrid {
    padding-top: 80px;
  }
  .content-part .row h2 + .content {
    padding-right: 0;
    padding-bottom: 0;
  }
  .content-part .row .sidebar:last-child {
    padding-left: 0;
    padding-bottom: 40px;
  }
  .content-part.odd h2.small {
    margin-right: 60px;
  }
  .content-part.odd fieldset.filterbar {
    margin-left: 0;
    padding-left: 0;
    margin-right: 40px;
    margin-bottom: 30px;
  }
  .content-part.odd .item-list-head fieldset.filterbar + .category-bar {
    float: none;
  }
  .content-part.odd .item-list-head fieldset.filterbar + .category-bar ul li {
    margin-left: 0;
    margin-right: 20px;
  }
  .content-part.odd.kontakt .grid .box-33:last-child {
    margin-bottom: 60px;
  }
  .content-part.even .node.node-table p.source {
    padding-left: 50px;
  }
  .content-part.odd,
  .content-part.even {
    margin-bottom: 60px;
  }
  .content-part.odd.kontakt .grid,
  .content-part.even.kontakt .grid {
    padding-bottom: 0 !important;
  }
  .content-part.headline h1,
  .content-part.headline h2 {
    font-size: 25px;
    line-height: 100%;
  }
  .content-part.wahlkreise .sidebar {
    padding-bottom: 0 !important;
    padding-top: 50px;
  }
  .content-part.gallery .content {
    padding-bottom: 60px;
  }
  .content-part.kontakt.even .grid .box-33,
  .content-part.kontakt.even .grid .box-66 {
    margin-left: 60px;
  }
  .content-part.kontakt.odd .grid .box-33,
  .content-part.kontakt.odd .grid .box-66 {
    margin-right: 60px;
  }
  .calendar-heading #filter-container {
    right: 20px;
  }
  .gmap-wrap .gmap-container > div {
    max-height: 70vh;
  }
  .social-filterbar {
    margin-left: auto;
    width: auto;
    padding-right: 40px;
  }
  .social-filterbar .swiper-btn {
    color: #fff !important;
  }
  .social-filterbar .swiper-btn.swiper-button-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .social-swiper {
    padding-bottom: 30px;
  }
  #outerfooter:before,
  #outerfooter:after {
    display: none;
  }
}

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