@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "navLang" */
	#ul.navLang { padding:0; margin: 0; height: 25px;}
	#ul.navLang li { height:25px; display:inline;    float:left; }
	#ul.navLang li.active { font-weight:bold; }
	
	



/* border box for everything */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img, audio, video, embed, svg {
  max-width: 100%;
  width: auto;
  height: auto;
}

.modifiedSvg {
  width: 100%;
}

/* nanoreset */
abbr, article, aside, audio, blockquote, body, code, div, em, fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, html, img, label, legend, li, nav, object, ol, p, pre, section, span, table, tbody, tfoot, thead, time, tr, ul, video {
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  background-color: transparent;
}

iframe {
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
}

iframe, small, strong, sub, sup, td, th {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

small {
  border: 0;
}

small, strong {
  vertical-align: baseline;
}

small, sub, sup {
  font-weight: inherit;
}

strong, sub, sup, td, th {
  font-size: 100%;
}

body, html {
  height: 100%;
}

html {
  overflow-y: scroll;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, small, summary {
  display: block;
}

audio, embed, img, object, video {
  max-width: 100%;
  height: auto;
}

iframe, strong, sub, sup, td, th {
  border: 0;
}

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

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: none;
}

sup {
  vertical-align: text-top;
}

input[type=radio], sub {
  vertical-align: text-bottom;
}

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

caption, td, th {
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}

input, select {
  vertical-align: middle;
}

input[type=checkbox] {
  vertical-align: bottom;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

abbr, acronym {
  cursor: help;
  text-decoration: none;
  border-bottom: 0.1em dotted;
}

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

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button, input[type=file], label {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button, input, select, textarea {
  margin: 0;
  text-transform: none;
  border: 0;
}

img {
  border-style: none;
}

sub, sup {
  font-size: 75%;
}

sub {
  bottom: -3px;
  position: relative;
}

hr {
  border: 0;
  height: 1px;
  display: block;
  background: #000;
  clear: both;
}

pre {
  white-space: normal;
}

.extbase-debugger.extbase-debugger-inline {
  position: fixed;
  top: 200px;
  left: 200px;
  z-index: 1000;
}

/*
┌────────────────────────────────────┐
	Variables
└────────────────────────────────────┘
*/
/* Transitions */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*
┌────────────────────────────────────┐
	Layout //// Boxes
└────────────────────────────────────┘ */
.row:not(.col100) {
  font-size: 0;
  display: block;
}

[class*=col], .article {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: calc(1.1rem + 0.5vw);
  vertical-align: top;
}
@media (max-width: 767px) {
  [class*=col], .article {
    font-size: 1.6rem;
  }
}

.box {
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
}

.col[class*=type-], .ceOut {
  padding: 6vh 0;
}

.col[class*=type-].frame-space-before-top0vh, .ceOut.frame-space-before-top0vh, .row.frame-space-before-top0vh {
  padding-top: 0;
}
.col[class*=type-].frame-space-before-top5vh, .ceOut.frame-space-before-top5vh, .row.frame-space-before-top5vh {
  padding-top: 5vh;
}
.col[class*=type-].frame-space-before-top15vh, .ceOut.frame-space-before-top15vh, .row.frame-space-before-top15vh {
  padding-top: 15vh;
}
.col[class*=type-].frame-space-after-bottom0vh, .ceOut.frame-space-after-bottom0vh, .row.frame-space-after-bottom0vh {
  padding-bottom: 0;
}
.col[class*=type-].frame-space-after-bottom5vh, .ceOut.frame-space-after-bottom5vh, .row.frame-space-after-bottom5vh {
  padding-bottom: 5vh;
}
.col[class*=type-].frame-space-after-bottom15vh, .ceOut.frame-space-after-bottom15vh, .row.frame-space-after-bottom15vh {
  padding-bottom: 15vh;
}

.ceIn, .pad {
  padding: 0 40px 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ceIn, .pad {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.col10 {
  width: 10%;
}

.col15 {
  width: 15%;
}

.col16 {
  width: 16.66%;
}

.col20 {
  width: 20%;
}

.col25, .gridTwocol.cols75-25 > .colRight, .gridTwocol.cols25-75 > .colLeft, .count5 .col, .count4 .col {
  width: 25%;
}

.col30 {
  width: 30%;
}

.col33, .count8 .col, .count7 .col, .count6 .col, .count3 .col {
  width: 33.33%;
}

.col40, .gridTwocol.cols60-40 > .colRight, .gridTwocol.cols40-60 > .colLeft {
  width: 40%;
}

.col50, .gridTwocol.cols50-50 > .col, main .type-textpic .textRight .image, main .type-header .textRight .image, main .mk7textimage .textRight .image, main .type-textpic .textRight .text, main .type-header .textRight .text, main .mk7textimage .textRight .text, .mk7textimage .textLeft header, .mk7textimage .textLeft .text, .mk7textimage .textLeft .imageItems, .count2 .col {
  width: 50%;
}

.col60, .gridTwocol.cols60-40 > .colLeft, .gridTwocol.cols40-60 > .colRight {
  width: 60%;
}

.col66 {
  width: 66.66%;
}

.col70 {
  width: 70%;
}

.col75, .gridTwocol.cols75-25 > .colLeft, .gridTwocol.cols25-75 > .colRight {
  width: 75%;
}

.col80 {
  width: 80%;
}

.col84 {
  width: 83.33%;
}

.col90 {
  width: 90%;
}

.col100, .count1 .col {
  width: 100%;
}

.ind5 {
  margin-left: 5%;
}

.ind8 {
  margin-left: 8.33333%;
}

.ind10 {
  margin-left: 10%;
  margin-left: 10vw;
}

.ind15 {
  margin-left: 15%;
}

.ind16 {
  margin-left: 16.66%;
}

.ind20 {
  margin-left: 20%;
}

.ind25 {
  margin-left: 25%;
}

.ind30 {
  margin-left: 30%;
}

.ind33 {
  margin-left: 33.33%;
}

.ind40 {
  margin-left: 40%;
}

.ind50 {
  margin-left: 50%;
}

.ind60 {
  margin-left: 60%;
}

.ind66 {
  margin-left: 66.66%;
}

.ind70 {
  margin-left: 70%;
}

.ind75 {
  margin-left: 75%;
}

.ind80 {
  margin-left: 80%;
}

.ind90 {
  margin-left: 90%;
}

.dynIndent {
  margin-left: calc(130px + 5vw);
}
@media (max-width: 767px) {
  .dynIndent {
    margin-left: 10vw;
  }
}

@media (max-width: 1400px) {
  .col16, .col20, .col25, .gridTwocol.cols75-25 > .colRight, .gridTwocol.cols25-75 > .colLeft, .count4 .col, .count5 .col, .col33, .count3 .col, .count6 .col, .count7 .col, .count8 .col {
    width: 50%;
  }
  .ind10, .ind8 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .col {
    width: 100% !important;
  }
  .ind10 {
    margin: 0 !important;
  }
}
@supports (width: 100vw) {
  .col100vw, .breakout, .gridOnecol {
    width: 100vw;
    display: block;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
  }
  .col100vw .ceIn {
    padding: 0 130px;
  }
  @media (max-width: 1024px) {
    .col100vw .ceIn {
      padding: 0 20px;
    }
  }
}
nav.jumplinks {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 300px;
  z-index: 2000;
}
nav.jumplinks a {
  opacity: 0;
  height: 0;
  line-height: 0px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  background: #ff7e7e;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
nav.jumplinks a:focus {
  opacity: 1;
  height: auto;
  line-height: 2;
  outline: none;
}

@font-face {
  font-family: "bld";
  src: url('../../../typo3conf/ext/mk7base/Resources/Public/fonts/MetaCorrWeb-Bold.woff') format("woff");
}
@font-face {
  font-family: "bldIt";
  src: url('../../../typo3conf/ext/mk7base/Resources/Public/fonts/MetaCorrWeb-BoldItalic.woff') format("woff");
}
@font-face {
  font-family: "reg";
  src: url('../../../typo3conf/ext/mk7base/Resources/Public/fonts/MetaCorrWeb.woff') format("woff");
}
@font-face {
  font-family: "regIt";
  src: url('../../../typo3conf/ext/mk7base/Resources/Public/fonts/MetaCorrWeb-Italic.woff') format("woff");
}
/*
	Hamburger
*/
.hamburger {
  cursor: pointer;
  border-radius: 50%;
  position: fixed;
  z-index: 10000;
  top: 20px;
  right: 40px;
  padding: 10px;
  overflow: hidden;
  margin: 0 0 0 0px;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.hamburger::before, .hamburger::after {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 27%;
  right: 27%;
  top: 50%;
  margin-top: 10px;
  height: 2px;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.hamburger:before {
  margin-top: -10px;
}
.hamburger:after {
  margin-top: 8px;
}
.hamburger span {
  background: transparent;
  width: 1px;
  overflow: hidden;
  display: block;
}
.hamburger span::before, .hamburger span::after {
  content: "";
  position: absolute;
  background-color: #fff;
  right: 27%;
  left: 27%;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  display: block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

@media (max-width: 767px) {
  .hamburger {
    display: block;
    top: 9px;
    right: 13px;
  }
  .navOff:not(.showMenu) .hamburger {
    opacity: 0;
  }
}
@media (min-width: 767px) {
  #uid_28 .hamburger {
    background-color: #36B800;
  }
}
body.showMenu .hamburger {
  background-color: transparent;
}
body.showMenu .hamburger::before, body.showMenu .hamburger::after {
  opacity: 0;
  left: 50%;
  right: 50%;
}
body.showMenu .hamburger span::before {
  transform: rotate(45deg);
}
body.showMenu .hamburger span::after {
  transform: rotate(-45deg);
}

body.showMenu .hamburger::before, body.showMenu .hamburger::after, body.showMenu .hamburger span:before, body.showMenu .hamburger span:after, header:hover .hamburger::before, header:hover .hamburger::after, header:hover .hamburger span:before, header:hover .hamburger span:after {
  background-color: #36B800;
}

/*
┌────────────────────────────────────┐
	Header
└────────────────────────────────────┘ */
body > header {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  margin: 0 0px;
  padding: 0;
  text-align: left;
  overflow: hidden;
  height: 0;
  text-align: right;
  position: fixed;
  width: 100%;
  z-index: 900;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
}
body > header:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body > header #logoSvg {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body > header a:hover {
  border: 0;
}
body > header a:hover #line2 {
  fill: red;
}
body > header .langMenu {
  display: none;
  float: right;
  padding: 10px;
}

@media (max-width: 767px) {
  body > header {
    height: 70px;
    padding: 0px 9px;
    text-align: center;
    overflow: hidden;
  }
  body > header:before {
    width: 100%;
  }
  body.navOff > header {
    pointer-events: none;
  }
  body.headerShrinked.navOn > header {
    background-color: #36B800;
  }
}
.logo {
  position: fixed;
  top: 25px;
  left: 37px;
  z-index: 2000;
  display: inline-block;
  margin: 35px;
  margin: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  height: 70px;
  opacity: 1;
}
@media (max-width: 767px) {
  .logo {
    height: 57px;
    padding: 0;
    left: 20px;
    top: 5px;
  }
}
.logo a {
  display: block;
  height: 230px;
  height: 100%;
  margin: 0;
  text-decoration: none;
}
.logo svg {
  width: auto;
  height: 100%;
}

@media (min-width: 767px) {
  body.headerShrinked > header .logo {
    height: 25px;
  }
}
@media (max-width: 1024px) {
  body.navOff:not(.showMenu) .logo {
    opacity: 0;
  }
}
body.showMenu main {
  filter: blur(2px);
}
body.showMenu > header {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.61);
  pointer-events: all;
}
body.showMenu > header:before {
  opacity: 1;
}
body.showMenu > header nav {
  background: #fff;
  opacity: 1;
  pointer-events: all;
}

/*
┌────────────────────────────────────┐
	Navigation
└────────────────────────────────────┘ */
.jumpFullPage {
  position: fixed;
  top: 100px;
  right: 0;
  width: 15px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.jumpFullPage li {
  display: block;
  width: 200px;
  background: yellow;
}
.jumpFullPage li.active {
  background: red;
}
.jumpFullPage a {
  display: block;
  padding: 2px 15px;
}
.jumpFullPage:hover {
  width: 200px;
}

/*
┌────────────────────────────────────┐
	Navigation
└────────────────────────────────────┘ */
header nav {
  width: 50%;
  padding: 0;
  transform: translateY(calc(50vh - 50%));
  display: inline-block;
  text-align: left;
  opacity: 0;
  pointer-events: none;
}
header nav > ul {
  width: 50%;
}
header nav li, header nav a {
  color: #36B800;
}
@media (max-width: 767px) {
  header nav {
    width: 100%;
  }
}

header nav ul.main {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
header nav ul.main ul {
  text-align: left;
  margin: 0;
}
header nav ul.main li {
  padding: 0px;
  margin-right: -4px;
  display: block;
  z-index: 10;
}
header nav ul.main li a.main {
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  font-family: "bld", sans-serif;
  border-bottom: 5px solid rgba(5, 27, 92, 0);
  display: block;
  font-style: normal;
  padding: 5px 5vw;
  font-size: 4vw;
  font-weight: 600;
}
header nav ul.main li a.main:after {
  content: "";
  left: 5vw;
  right: 5vw;
  bottom: 0.3em;
  position: absolute;
  height: 0.07em;
  background: #051B5C;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header nav ul.main li.act a:after {
  opacity: 1;
  background: #36B800;
}
header nav ul.main li.act > a, header nav ul.main li.cur > a {
  color: #36B800;
}
header nav ul.main .navOne {
  padding: 0px 0 0;
}
header nav ul.main li.main > a {
  width: auto;
  display: inline-block;
}
header nav ul.main li.act {
  z-index: 20;
}
header nav ul.main li.act ul.sub {
  opacity: 1;
  visibility: visible;
}
header nav ul.main li.main.hassub {
  max-width: 37%;
}
header nav ul.main li.main.hassub.act {
  width: 100%;
}
header nav ul.main li.main.hassub > a, header nav ul.main li.main.cur > a {
  pointer-events: none;
}
@media (max-width: 767px) {
  header nav ul.main {
    display: block;
    padding: 0px;
    margin: 0;
    float: none;
    margin-left: 0px;
  }
  header nav ul.main ul {
    padding: 0;
  }
  header nav ul.main li {
    padding: 0px;
    display: block;
    margin: 0;
  }
  header nav ul.main li a {
    line-height: 2.4;
    padding: 10px 0;
  }
  header nav ul.main li a.main {
    padding: 0vh 0;
  }
  header nav ul.main li a.main:after {
    left: 0;
    bottom: 7px;
    right: 0;
  }
  header nav ul.main li.main > a {
    width: 60%;
    font-size: 10vw;
  }
  header nav ul.main li.main.hassub {
    max-width: 100%;
  }
  header nav ul.main li.main.hassub > a, header nav ul.main li.main.cur > a {
    width: auto;
    line-height: 1;
    padding-top: 0.3em;
  }
  header nav ul.main ul.sub a {
    overflow: hidden;
    line-height: 0;
    padding: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }
  header nav ul.main li.act ul.sub {
    opacity: 1;
    pointer-events: all;
  }
  header nav ul.main li.act ul.sub a {
    line-height: 2;
  }
}

/*
┌────────────────────────────────────┐
	Sub-Navigation
└────────────────────────────────────┘ */
header nav ul.sub {
  position: absolute;
  top: 6px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
header nav ul.sub li {
  padding: 0px;
  margin-right: -4px;
  display: block;
  position: relative;
}
header nav ul.sub li a {
  text-decoration: none;
  display: block;
  font-style: normal;
  color: #36B800;
  padding: 7px 20px;
  font-size: calc(1.1rem + 0.5vw);
  font-weight: 400;
}
header nav ul.sub li a:hover {
  color: #555;
}
header nav ul.sub li.act a, header nav ul.sub li.cur a {
  color: #0B8200;
  font-weight: 400;
}
header nav ul.sub .navOne {
  padding: 0px 0 0;
}
header nav ul.sub ul.level2 {
  opacity: 0; /* height: 1px; overflow: hidden;  */
  position: absolute;
  pointer-events: none;
  top: 35px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header nav ul.sub li.level1.focus + ul.level2, header nav ul.sub li.level1.focus ul.level2, header nav ul.sub li.level1:hover + ul.level2, header nav ul.sub li.level1:hover ul.level2, header nav ul.sub li.level1:focus + ul.level2, header nav ul.sub li.level1:focus ul.level2, header nav ul.sub li.level1 > a:hover + ul.level2, header nav ul.sub li.level1 > a:hover ul.level2, header nav ul.sub li.level1 > a:focus + ul.level2, header nav ul.sub li.level1 > a:focus ul.level2, header nav ul.sub li.level1:focus-within + ul.level2, header nav ul.sub li.level1:focus-within ul.level2 {
  opacity: 1;
  top: 41px;
  height: auto;
  pointer-events: all;
}
@media (max-width: 767px) {
  header nav ul.sub {
    display: block;
    padding: 0px;
    margin: 0;
    float: none;
    left: 47px;
    top: 0%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    position: relative;
    transform: translateY(0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }
  header nav ul.sub li {
    padding: 0px;
    display: block;
    margin: 0;
  }
  header nav ul.sub li a {
    font-size: 4.3vw;
    line-height: 1.4;
    padding: 10px 0px;
  }
}

/*
┌────────────────────────────────────┐
	Nav Meta
└────────────────────────────────────┘ */
.navMeta {
  position: absolute;
  bottom: 0;
  width: 50%;
  right: 0;
  text-align: left;
  list-style: none;
  padding: 40px 0 40px 5vw;
}
.navMeta li {
  list-style: none;
  display: inline-block;
}
.navMeta a {
  text-decoration: none;
  color: #051B5C;
  padding-right: 35px;
}

@media (max-width: 767px) {
  .navMeta {
    opacity: 0;
    bottom: 70px;
    width: 100%;
    padding: 20px 40px 20px 56px;
    left: 0;
  }
  .navMeta a {
    padding-right: 23px;
  }
  body.showMenu .navMeta {
    opacity: 1;
    bottom: 0;
  }
}
/*
┌────────────────────────────────────┐
	Sprachwahl
└────────────────────────────────────┘ */
.navLang {
  height: 40px;
  overflow: hidden;
  padding-top: 40px;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navLang li {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 77px;
}
.navLang li a {
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  font-weight: 300;
}
.navLang li.langActive {
  opacity: 1;
  position: absolute;
  top: 0;
  font-weight: 500;
  padding: 6px;
}
.navLang li.langActive a {
  font-weight: 500;
}
.navLang li.langAvailable {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
}
.navLang li.langAvailable a {
  font-weight: 500;
}
.navLang li.langAvailable:hover {
  background: #223967;
}
.navLang li.langNotAvailable a {
  cursor: default;
  pointer-events: none;
  color: #aaa;
}
.navLang:hover {
  overflow: visible;
  height: 200px;
  background-color: #ddd;
}
.navLang:hover li {
  opacity: 1;
}

/*
┌────────────────────────────────────┐
	Footer
└────────────────────────────────────┘ */
footer {
  background: #36B800;
  padding: 0 calc(130px + 5vw);
  margin-top: 15vh;
  text-align: left;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 0;
}
footer .ceOut {
  padding: 40px 0 !important;
}
footer .ceIn {
  padding: 0 40px;
  margin: 0 auto;
  overflow: visible;
}
footer > .row > .ceOut {
  padding: 0;
}
@media (max-width: 1024px) {
  footer > .row > .ceOut .ceIn {
    padding: 0 20px;
  }
}
footer > .row > .ceOut .ce-gallery {
  border-bottom: 1px solid #0B8200;
}
footer a.btnRounded {
  margin-top: 1em;
  margin-bottom: 5em;
}
footer ul {
  padding: 0;
}
footer li, footer p, footer a {
  color: #888;
  text-decoration: none;
  font-style: normal;
  font-size: 17px;
  line-height: 1;
}
footer nav li {
  display: block;
  padding: 0;
  margin: 0;
}
footer a:after {
  display: none;
}
footer section h3, footer section a, footer section p {
  color: #fff !important;
}
footer .gridOnecol .col100, footer .gridOnecol .count1 .col, .count1 footer .gridOnecol .col {
  font-size: 0;
}
footer .gridOnecol .col100 .ceIn, footer .gridOnecol .count1 .col .ceIn, .count1 footer .gridOnecol .col .ceIn {
  padding: 0;
}
footer .layout-12 {
  padding: 8vh 0 0;
}
@media (max-width: 767px) {
  footer {
    height: auto;
    position: relative;
    padding: 0;
    margin-top: 4vh;
  }
  footer .gridOnecol .col100, footer .gridOnecol .count1 .col, .count1 footer .gridOnecol .col {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }
  footer .gridOnecol .col100 > *, footer .gridOnecol .count1 .col > *, .count1 footer .gridOnecol .col > * {
    flex: 1 1 auto;
    padding: 30px 0 !important;
  }
  footer #c12 {
    margin-top: 45px;
  }
  footer #c12, footer #c12 .ceIn {
    position: initial;
  }
  footer #c12 .text {
    left: 17px;
    padding: 15px 0 24px;
    position: absolute;
    bottom: 0;
  }
  footer #c34 {
    padding-left: 0px !important;
    margin-bottom: 50px;
  }
  footer #c34 a {
    display: block;
    margin-bottom: 0px;
    padding: 10px 0;
  }
  footer #c34 a:before {
    margin-right: 20px;
    height: 20px;
    width: 40px;
  }
  footer .layout-12 {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  footer > .row > .ceOut .ceIn {
    padding: 0 20px;
  }
}

/*
	Kaderliste
*/
.kader-liste, .contenttable { /* padding: $pad;  */
  text-align: left;
}
.kader-liste h3, .contenttable h3 {
  padding-bottom: 30px;
}
.kader-liste span, .contenttable span {
  font-family: "bld", sans-serif;
  font-size: 2rem;
}
.kader-liste .kader-text .contenttable, .contenttable .kader-text .contenttable {
  width: 100%;
}
.kader-liste .kader-text .contenttable td, .kader-liste .kader-text .contenttable th, .contenttable .kader-text .contenttable td, .contenttable .kader-text .contenttable th {
  border: 0 !important;
  font-family: "bld", sans-serif;
  font-size: 2rem;
  padding: 8px 5vw 8px 0;
}

/*
┌────────────────────────────────────┐
	tables
└────────────────────────────────────┘ */
.ce-table, .contenttable, .ce-bodytext table {
  margin: 40px 0;
}
.ce-table td, .ce-table th, .contenttable td, .contenttable th, .ce-bodytext table td, .ce-bodytext table th {
  border: 0 !important;
  font-family: "bld", sans-serif;
  font-size: calc(0.3rem + 1.3vw);
  padding: 0px 4.5vw 0px 0;
}
@media (max-width: 767px) {
  .ce-table td, .ce-table th, .contenttable td, .contenttable th, .ce-bodytext table td, .ce-bodytext table th {
    font-size: calc(1.1rem + 0.5vw);
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .ce-table-wrap {
    overflow: auto;
  }
}
/*
	Tabelle mit erster Row als TH
*/
.ce-table thead th {
  padding: 40px 40px 20px 0;
  font-size: calc(0.8rem + 1.3vw);
}
.ce-table thead + tbody td {
  border: 0 !important;
  font-family: "reg", sans-serif;
  font-size: calc(1.1rem + 0.5vw);
  padding: 0px 4.5vw 0px 0;
}

#uid_28 footer {
  background: #fff;
  padding-top: 0vh;
  margin-top: 0;
}
#uid_28 footer .row > .ceOut {
  display: none;
}

/*! Flickity v2.2.1 https://flickity.metafizzy.co ---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto; /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%; /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-page-dots .dot:only-child {
  display: none;
}

/*
	Dots
*/
.flickity-page-dots {
  position: relative;
  bottom: 0;
  padding: 20px 0 !important;
  margin: 0 !important;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 7px;
  margin: 0 10px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

/*
	Dots as Squares
*/
main .flickity-page-dots .dot {
  border-radius: 0;
  width: 3vw;
  max-width: 64px;
  min-width: 20px;
  height: 15px;
  padding: 0;
  margin: 0 2px;
  background: transparent;
  position: relative;
}
main .flickity-page-dots .dot:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  right: 3px;
  height: 4px;
  background: #000;
}
main .flickity-page-dots .dot:before.is-selected:before {
  background: #ddd;
}

/*
	Timer
*/
.flickTimer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 3px;
  background: #fff;
  z-index: 10000;
}
.flickTimer .progressBar {
  height: 100%;
  position: absolute;
  left: 0;
  background: #000;
  opacity: 0.8;
}

/*
	Big Buttons
*/
.flickity-button.flickity-prev-next-button {
  background: transparent;
  height: 100%;
  border-radius: 0;
  width: 50%;
}
.flickity-button.flickity-prev-next-button svg {
  display: none;
}
.flickity-button.flickity-prev-next-button:hover, .flickity-button.flickity-prev-next-button:focus {
  outline: none;
}
.flickity-button.flickity-prev-next-button.previous {
  right: auto;
  left: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.flickity-button.flickity-prev-next-button.previous:hover {
  cursor: url('../../../typo3conf/ext/mk7base/Resources/Public/img/arrow-prev.svg') 50 50, auto;
}
.flickity-button.flickity-prev-next-button.next {
  right: 0;
}
.flickity-button.flickity-prev-next-button.next:hover {
  cursor: url('../../../typo3conf/ext/mk7base/Resources/Public/img/arrow-next.svg') 50 50, auto;
}

/*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.fp-section {
  overflow: hidden;
}

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/*
┌────────────────────────────────────┐
	Flickity Allgemein
└────────────────────────────────────┘ */
.csc-flickity .col, .csc-flickity .frame, .contentPic .col, .contentPic .frame {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
}
.csc-flickity .csc-inner, .contentPic .csc-inner {
  padding: 0 0px;
}
.csc-flickity .csc-text, .csc-flickity header, .contentPic .csc-text, .contentPic header {
  text-align: left;
}

/*
	Flick Counter
*/
.contentPic .flickCounter {
  position: absolute;
  top: calc(100vh - 190px);
  left: 0;
  z-index: 10;
  background: #36B800;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 9px 0 11px;
  margin-left: 0;
}
.contentPic .flickCounter .total {
  color: #0B8200;
}
@media (max-width: 767px) {
  .contentPic .flickCounter {
    top: calc(100vh - 230px);
    left: 0;
    height: auto;
    padding: 10px 15px 10px 20px;
  }
}

main .flickCounter {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: #36B800;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 9px 0 11px;
  margin-left: 0;
}
main .flickCounter span {
  font-weight: 400;
  font-family: "reg", sans-serif;
  font-size: calc(1.2rem + 0.5vw);
  line-height: 1;
  display: inline-block;
}
main .flickCounter .total {
  color: #0B8200;
}
@media (max-width: 767px) {
  main .flickCounter {
    padding: 10px 15px 10px 20px;
  }
}

@media (max-width: 1024px) {
  .flickity-button {
    display: none;
  }
}
/*
	Flickity Fade AddOn
*/
.teamMemberWrap .flickity-slider {
  transform: none !important;
}
.teamMemberWrap .flickity-slider .teamMember {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.teamMemberWrap .flickity-slider .teamMember.is-selected {
  opacity: 1;
}

/*
┌────────────────────────────────────┐
	Flickity Fullscreen Top Slider
└────────────────────────────────────┘ */
.contentPic .csc-textpic-wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  max-width: 956px;
}
.contentPic .csc-textpic-wrap * {
  color: #fff;
  text-align: left;
}
.contentPic .csc-textpic-wrap h1, .contentPic .csc-textpic-wrap h2 {
  text-transform: uppercase;
}
.contentPic .csc-textpic-wrap h1 {
  font-size: 30px;
}
.contentPic .csc-textpic-text, .contentPic header {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  background-color: #fff;
  color: #000;
  padding: 0px 30px;
}
.contentPic .csc-textpic-center-outer, .contentPic .csc-textpic-center-inner, .contentPic figure, .contentPic img {
  float: none;
  right: 0;
  width: 100%;
  max-width: inherit;
}

/*
┌────────────────────────────────────┐
	Flickity Zitat-Slider
└────────────────────────────────────┘ */
.contentMain .csc-flickity {
  background: #4C8AA8;
  margin: 0 35px;
}
.contentMain .csc-flickity .csc-text {
  padding: 70px;
}
.contentMain .csc-flickity p {
  font-size: 12px;
}
.contentMain .csc-flickity b, .contentMain .csc-flickity strong {
  font-weight: 300;
  font-size: 25px;
  line-height: 1.4;
}

.tocontent {
  height: 65px;
  text-align: center;
  z-index: 60;
  position: relative;
  background: #fff url("/fileadmin/mk7/img/icon_scroll_to_content.gif") no-repeat center 3px;
  background-size: 50px 45px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.tocontent:hover {
  background-position: center 21px;
  cursor: pointer;
}
.tocontent:after {
  content: "MEHR";
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.scroll-btn > button {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #7f8c8d;
  color: #000;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  width: 200px;
  position: relative;
  background: transparent;
  border: 0;
}
.scroll-btn > button:focus {
  outline: none;
}
.scroll-btn > :hover, .scroll-btn > :focus, .scroll-btn > .active {
  color: #000;
}
.scroll-btn > :hover, .scroll-btn > :focus, .scroll-btn > :active, .scroll-btn > .active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.scroll-btn p {
  margin: 0;
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #000;
  border-radius: 23px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #000;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

.scrollDown {
  position: fixed;
  bottom: 95px;
  padding: 4px 10px;
  width: 130px;
  opacity: 1;
  -webkit-transition: opacity 0.9s;
  -moz-transition: opacity 0.9s;
  -ms-transition: opacity 0.9s;
  -o-transition: opacity 0.9s;
  transition: opacity 0.9s;
}
.scrollDown button {
  padding-top: 0px;
  background: transparent;
  border: 0;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
}
.scrollDown button:focus {
  outline: none;
}
.scrollDown button span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 22px;
  height: 34px;
  margin-left: -11px;
  border: 0px solid #fff;
  border-radius: 9px;
}
.scrollDown button span:before {
  position: absolute;
  top: -17px;
  left: 0;
  content: "";
  width: 3px;
  height: 3px;
  margin-left: 9px;
  background-color: #36B800;
}
@media (max-width: 767px) {
  .scrollDown {
    display: none;
  }
}

.headerShrinked .scrollDown {
  opacity: 0;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: translate(0, 10px);
  }
  100% {
    opacity: 0;
    transform: translate(0, 10px);
  }
}
/*
┌────────────────────────────────────┐
	TYPO3 Responsive Images
└────────────────────────────────────┘
*/
.ce-gallery {
  margin-left: -40px;
  margin-right: -40px;
  font-size: 0;
}
.ce-gallery .ce-row {
  padding: 0;
}
.ce-gallery .ce-column {
  margin: 1.5em 0px 30px 0px;
  padding: 0 40px;
  display: inline-block;
  vertical-align: top;
}
.ce-gallery .ce-column:first-child {
  padding-top: 0;
}
.ce-gallery[data-ce-columns="6"] .ce-column {
  width: 16.6%;
}
.ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20%;
}
.ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25%;
}
.ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.3%;
}
.ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50%;
}
.ce-gallery[data-ce-columns="1"] .ce-column {
  width: 100%;
}
.ce-gallery figure {
  margin: 0;
  padding: 0;
  font-size: calc(1.1rem + 0.5vw);
}
@media (max-width: 1024px) {
  .ce-gallery .ce-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ce-gallery .ce-column {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .ce-gallery {
    margin-left: 0;
    margin-right: 0;
  }
  .ce-gallery .ce-column {
    width: 50% !important;
  }
}

.ceIn ul, .ceIn ol {
  margin: 0.25em 0px 0.75em 0;
  padding-left: 1.6em;
}

sup {
  position: relative;
  top: -0.4em;
}

sub {
  position: relative;
  bottom: -0.4em;
}

/*
┌────────────────────────────────────┐
	TYPO3 Media Elements
└────────────────────────────────────┘
*/
.video-embed-item {
  width: 100%;
}

.video-embed {
  position: relative;
  padding-bottom: 56%;
  padding-top: 5px;
  height: 0;
  overflow: hidden;
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

.ce-align-left {
  text-align: left;
}

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

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

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

.ce-above .ce-gallery figure {
  padding: 0;
}

.ceOut.col100 .ceIn, .count1 .ceOut.col .ceIn {
  overflow: visible;
}
.ceOut.col100 .ce-textpic.ce-left.ce-above, .count1 .ceOut.col .ce-textpic.ce-left.ce-above {
  overflow: visible;
}
.ceOut.col100 .ce-textpic.ce-left.ce-above .ce-gallery, .count1 .ceOut.col .ce-textpic.ce-left.ce-above .ce-gallery, .ceOut.col100 .ce-textpic.ce-left.ce-above .ce-row, .count1 .ceOut.col .ce-textpic.ce-left.ce-above .ce-row {
  overflow: visible;
  float: none;
}
.ceOut.col100 .ce-textpic.ce-left.ce-above .ce-gallery[data-ce-columns="1"] figure, .count1 .ceOut.col .ce-textpic.ce-left.ce-above .ce-gallery[data-ce-columns="1"] figure {
  margin-left: -130px;
  margin-right: -130px;
}

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-right.ce-intext .ce-gallery {
  float: right;
  width: 50%;
  margin-left: 40px;
}
.ce-right.ce-intext .ce-gallery figure {
  padding-right: 0;
}

.ce-left.ce-intext .ce-gallery {
  float: left;
  width: 50%;
  margin-right: 40px;
}
.ce-left.ce-intext .ce-gallery figure {
  padding-left: 0;
}

.ce-gallery figure {
  margin: 0;
}

.ce-gallery figcaption {
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

.news-single .flickity-viewport {
  left: -25px;
  width: calc(100% + 50px);
}
.news-single .flickity-viewport .flickity-slider {
  margin-left: 25px !important;
}
.news-single .flickity-viewport .slide {
  padding: 20px 25px 40px;
}
.news-single .flickity-viewport img {
  display: block;
  width: 100%;
  box-shadow: 0 8px 22px rgba(30, 100, 0, 0.6);
}
.news-single .article {
  padding: 0;
  display: block;
}
.news-single .header {
  padding-bottom: 40px;
}
.news-single .news-backlink-wrap {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.news-single .outer {
  width: 100%;
}
.news-single h4 {
  font-size: calc(1.5rem + 1vw);
  padding: 1.5em 0;
}
.news-single h4 p {
  margin: 0;
}
.news-single p.news-img-caption {
  font-size: 90%;
  margin-top: 13px;
  color: #0B8200;
}
.news-single .meta {
  font-size: 1.5rem;
  color: #fff;
  padding: 5px 0 14px;
}
.news-single .news-text h3, .news-single .news-text h4 {
  padding: 0.8em 0;
}
.news-single .news-text h1, .news-single .news-text h2, .news-single .news-text h3, .news-single .news-text h5, .news-single .news-text p, .news-single .news-text ul, .news-single .news-text ol {
  margin-left: 10vw;
}
.news-single .mk7spielbericht {
  padding-bottom: 0;
}
.news-single .mk7spielbericht .ceIn {
  padding: 0;
}
.news-single .mk7spielbericht .ceIn .dynIndent {
  margin-left: 10vw;
}
@media (max-width: 767px) {
  .news-single h4 {
    font-size: 1.6rem;
    width: 100%;
  }
  .news-single .news-text {
    width: 100%;
  }
  .news-single .news-text h1, .news-single .news-text h2, .news-single .news-text h3, .news-single .news-text h5, .news-single .news-text p, .news-single .news-text ul, .news-single .news-text ol {
    margin-left: 0;
  }
}

a.filterDelete {
  left: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.filterDelete:after {
  display: none;
}

ul:hover a.filterDelete {
  opacity: 1;
}

main .news-list-view {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .news-list-view .article {
  overflow: hidden;
  margin: 20px 0% 20px 0;
  width: calc(33.3333333333% - 20px);
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.22);
  padding: 20px 40px 20px 40px;
  -webkit-transition: all 0.32s;
  -moz-transition: all 0.32s;
  -ms-transition: all 0.32s;
  -o-transition: all 0.32s;
  transition: all 0.32s;
}
main .news-list-view .article .header {
  margin-bottom: 20px;
}
main .news-list-view .article .news-list-date-and-category {
  display: inline-block;
  padding-bottom: 15px;
  font-size: 70%;
}
main .news-list-view .article a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
main .news-list-view .article a.more {
  padding-top: 1.5em;
  display: inline-block;
}
@media (max-width: 767px) {
  main .news-list-view .article a.more {
    display: none;
  }
}
main .news-list-view .article .news-img-wrap {
  float: left;
  margin: 0 20px 0 0;
}
main .news-list-view .article:hover {
  box-shadow: 0 0 0 transparent;
  border: 1px solid #0B8200;
}
main .news-list-view .article:nth-child(2n+0) {
  background: #051B5C;
}
main .news-list-view .article.filler {
  padding: 0;
  margin: 0;
  box-shadow: none;
  pointer-events: none;
}
@media (max-width: 1400px) {
  main .news-list-view .article {
    width: 48%;
  }
}
@media (max-width: 767px) {
  main .news-list-view .article {
    width: 100%;
    padding: 10px 15px 0;
  }
}
main .news-list-view .articleFiller {
  margin: 0px 0% 0px 0;
  width: calc(33.3333333333% - 20px);
}
main .news-list-view .page-navigation {
  display: block;
  width: 100%;
  text-align: center;
}
main .news-list-view .page-navigation ul {
  position: relative;
}
main .news-list-view .page-navigation:first-child {
  display: none;
}
main .news-list-view .page-navigation a:after {
  display: none;
}

/*
	Home Upper News Slider
*/
.contentPic .ceIn, .contentPic .article {
  padding: 0;
}
.contentPic .ceIn > .news, .contentPic .article > .news {
  padding: 0;
}
.contentPic .news-list-view .article {
  width: 100%;
}
.contentPic .news-list-view .article a {
  text-decoration: none;
  color: #fff;
}
.contentPic .news-list-view .article a:after {
  display: none;
}
.contentPic .news-list-view .article .news-list-date {
  display: none;
}
.contentPic .news-list-view .article .news-img-wrap {
  float: none;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .contentPic .news-list-view .article .news-img-wrap {
    margin-bottom: 0;
  }
}
.contentPic .news-list-view .article .news-img-wrap img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  top: 0vh;
  position: relative;
  left: 0vh;
  right: 0vh;
  max-height: calc(100vh - 230px);
}
.contentPic .news-list-view .category {
  margin-left: 10%;
  top: 1px;
}
.contentPic .news-list-view a.more {
  position: relative;
}
.contentPic .news-list-view a.more:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contentPic .news-list-view a.more:hover:after {
  width: 0;
}
.contentPic .news-list-view .header h3 {
  padding: 0;
  margin-top: -0.1em;
  height: 2.3em;
  overflow: hidden;
  max-width: 460px;
}
.contentPic .flickity-prev-next-button {
  top: 0;
  height: 80%;
  transform: translateY(0);
}
@media (max-width: 1400px) {
  .contentPic .news-list-view .col20.category {
    display: none;
  }
  .contentPic .news-list-view .col50, .contentPic .news-list-view .gridTwocol.cols50-50 > .col, .contentPic .news-list-view main .type-textpic .textRight .image, main .type-textpic .textRight .contentPic .news-list-view .image, .contentPic .news-list-view main .type-header .textRight .image, main .type-header .textRight .contentPic .news-list-view .image, .contentPic .news-list-view main .mk7textimage .textRight .image, main .mk7textimage .textRight .contentPic .news-list-view .image, .contentPic .news-list-view main .type-textpic .textRight .text, main .type-textpic .textRight .contentPic .news-list-view .text, .contentPic .news-list-view main .type-header .textRight .text, main .type-header .textRight .contentPic .news-list-view .text, .contentPic .news-list-view main .mk7textimage .textRight .text, main .mk7textimage .textRight .contentPic .news-list-view .text, .contentPic .news-list-view .mk7textimage .textLeft header, .mk7textimage .textLeft .contentPic .news-list-view header, .contentPic .news-list-view .mk7textimage .textLeft .text, .mk7textimage .textLeft .contentPic .news-list-view .text, .contentPic .news-list-view .mk7textimage .textLeft .imageItems, .mk7textimage .textLeft .contentPic .news-list-view .imageItems, .contentPic .news-list-view .count2 .col, .count2 .contentPic .news-list-view .col {
    width: auto;
    margin: 58px 60px 6px 20px;
  }
  .contentPic .news-list-view .col20 {
    max-width: 150px;
    width: auto;
    max-width: 100%;
    width: 100%;
    text-align: left;
    padding: 10px 0 0 20px;
  }
}

/*
	Cookie Hinweis
*/
body.cookie-padding footer {
  padding-bottom: 90px;
}

body.cookie-padding .cc_banner-wrapper .cc_container {
  background-color: #fff !important;
  border-top: 0;
}

body.cookie-padding .cc_banner-wrapper .cc_message {
  color: #000 !important;
  line-height: 1.5 !important;
  font-size: 15px !important;
}
@media (max-width: 767px) {
  body.cookie-padding .cc_banner-wrapper .cc_message {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

body.cookie-padding .cc_banner-wrapper .cc_message a {
  color: #000 !important;
  text-decoration: underline;
}

/*
	GridElement 1 col = History
*/
.gridOnecol {
  background: transparent center center repeat;
}
.gridOnecol > .col100, .count1 .gridOnecol > .col {
  width: 100vw;
  max-width: 100%;
  padding: 0 130px;
}
.gridOnecol .mk7textimage .textLeft .textItem {
  padding-top: 0;
}

.type-menu_pages,
.type-menu_subpages,
.newsCatMenu {
  padding: 40px 0;
}
.type-menu_pages ul,
.type-menu_pages li,
.type-menu_subpages ul,
.type-menu_subpages li,
.newsCatMenu ul,
.newsCatMenu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.type-menu_pages ul,
.type-menu_subpages ul,
.newsCatMenu ul {
  position: absolute;
  margin: 0px 0;
  z-index: 1000;
  overflow: hidden;
  max-height: 50px;
  border: 1px solid #36B800;
  background: #36B800 url('../../../typo3conf/ext/mk7base/Resources/Public/img/icon_down.svg') no-repeat right 25px top 19px/20px auto;
  box-shadow: #0B8200 0 0 8px 0;
  border-radius: 25px;
  display: inline-block;
  padding: 0 64px 0 20px;
  min-width: 280px;
  max-width: 650px;
  width: calc(33.333% - 20px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.type-menu_pages ul:hover,
.type-menu_subpages ul:hover,
.newsCatMenu ul:hover {
  max-height: 353px;
  overflow: auto;
}
.type-menu_pages a,
.type-menu_subpages a,
.newsCatMenu a {
  text-decoration: none;
  color: #fff;
}
.type-menu_pages a span,
.type-menu_subpages a span,
.newsCatMenu a span {
  white-space: nowrap;
}
.type-menu_pages li,
.type-menu_subpages li,
.newsCatMenu li {
  line-height: 50px;
}
.type-menu_pages li.act,
.type-menu_subpages li.act,
.newsCatMenu li.act {
  display: none;
}
.type-menu_pages div.act,
.type-menu_subpages div.act,
.newsCatMenu div.act {
  position: relative;
  top: 0px;
}
.type-menu_pages div.act span,
.type-menu_subpages div.act span,
.newsCatMenu div.act span {
  line-height: 50px;
}

.type-menu_pages ul,
.type-menu_subpages ul {
  padding-top: 50px;
}
.type-menu_pages div.act,
.type-menu_subpages div.act {
  position: absolute;
  top: 0;
}
.type-menu_pages .subheader,
.type-menu_subpages .subheader {
  color: #0B8200;
  top: 0;
  margin: 1em 0 0.4em;
}

.newsCatMenu {
  position: relative;
  padding: 0px 0;
  margin-top: 20px;
}
.newsCatMenu ul {
  padding-top: 0;
}
.newsCatMenu a {
  text-decoration: none;
  color: #fff;
}

.news .page-navigation p {
  display: none;
  float: right;
  margin: 15px 6% 15px 0;
}

.f3-widget-paginator {
  text-align: left;
}
.f3-widget-paginator li {
  list-style: none;
  display: inline-block;
  padding: 10px 5px 1px;
}
.f3-widget-paginator li.current {
  border-bottom: 2px solid;
}
.f3-widget-paginator li.previous,
.f3-widget-paginator li.next {
  display: none;
}
.f3-widget-paginator a:hover {
  text-decoration: none;
  border-bottom: 0 !important;
}

.mk7slider {
  padding: 6vh 40px;
}
.mk7slider .innerWide {
  width: 100%;
}
.mk7slider .slide {
  height: 100vh;
  width: 100%;
  background: transparent none no-repeat center center/cover;
}
.mk7slider .positionBox {
  position: absolute;
  left: 50%;
  right: 0;
  max-width: 90%;
  width: 100%;
  height: 1px;
  overflow: visible;
  top: 50%;
  transform: translateX(-50%);
}
.mk7slider .positionBox.textCenter .slideText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mk7slider .positionBox.textLeft .slideText {
  left: 20px;
  top: 50%;
  transform: translate(0%, -49%);
}
.mk7slider .slideText {
  -webkit-transition: all 0.5s 0.5s;
  -moz-transition: all 0.5s 0.5s;
  -ms-transition: all 0.5s 0.5s;
  -o-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
  opacity: 0;
  max-width: 500px;
  color: #666;
  background-color: rgba(255, 255, 255, 0.86);
  font-weight: bold;
  padding: 20px;
  letter-spacing: 2px;
}
.mk7slider .slideText h2 {
  font-size: 30px;
}
.mk7slider .slideText span.subheader {
  font-size: 18px;
}
.mk7slider .slideText p, .mk7slider .slideText a {
  font-size: 13px;
}
.mk7slider .slide.is-selected .slideText {
  opacity: 1;
}
.mk7slider .heightResponsive .slide {
  height: 60vw;
}
.mk7slider .slides2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #000;
  width: 400px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.89);
}
.mk7slider .slides2 .slideOverlay {
  text-align: center;
  padding: 20px;
}
.mk7slider.col100 .height3to2, .count1 .mk7slider.col .height3to2 {
  padding-bottom: 66%;
}
.mk7slider.col66 .height3to2 {
  padding-bottom: 44%;
}
.mk7slider.col50 .height3to2, .gridTwocol.cols50-50 > .mk7slider.col .height3to2, main .type-textpic .textRight .mk7slider.image .height3to2, main .type-header .textRight .mk7slider.image .height3to2, main .mk7textimage .textRight .mk7slider.image .height3to2, main .type-textpic .textRight .mk7slider.text .height3to2, main .type-header .textRight .mk7slider.text .height3to2, main .mk7textimage .textRight .mk7slider.text .height3to2, .mk7textimage .textLeft header.mk7slider .height3to2, .mk7textimage .textLeft .mk7slider.text .height3to2, .mk7textimage .textLeft .mk7slider.imageItems .height3to2, .count2 .mk7slider.col .height3to2 {
  padding-bottom: 33%;
}
.mk7slider.col33 .height3to2, .count3 .mk7slider.col .height3to2, .count6 .mk7slider.col .height3to2, .count7 .mk7slider.col .height3to2, .count8 .mk7slider.col .height3to2 {
  padding-bottom: 22%;
}
.mk7slider.col100 .slides, .count1 .mk7slider.col .slides {
  padding: 0;
  margin-left: -130px;
  margin-right: -130px;
}
.mk7slider .fxFade .flickity-slider {
  transform: none !important;
}
.mk7slider .fxFade .slide {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
}
.mk7slider .fxFade .slide.is-selected {
  opacity: 1;
  z-index: 0;
}
@media (max-width: 767px) {
  .mk7slider .slide {
    min-height: 69vw;
  }
}

body.two_col {
  padding-top: 100vh;
}
body.two_col .contentPic {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}
body.two_col .contentPic .mk7slider {
  height: 100vh;
}
body.two_col .contentPic .ceOut, body.two_col .contentPic .ceIn, body.two_col .contentPic .mk7slider, body.two_col .contentPic .slides {
  height: 100%;
}

.accordion {
  padding-bottom: 10vh;
}
.accordion .opener {
  cursor: pointer;
}
.accordion .opener .col {
  padding: 40px 40px 40px 0;
}
.accordion .opener .col30 {
  text-align: right;
}
.accordion .opener .col30 span {
  font-size: 13px;
  margin-top: 6px;
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.accordion .opener .col30:before {
  content: "weniger";
  position: absolute;
  right: 44px;
  top: 44px;
  opacity: 0;
  font-size: 13px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.accordion .content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.accordion .content .col {
  padding: 40px 40px 40px 0;
  top: 40px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.accordion .accordionItem {
  border-top: 1px solid #eee;
}
.accordion .accordionItem.act .opener .col30 span {
  opacity: 0;
  margin-right: 15px;
}
.accordion .accordionItem.act .opener .col30:before {
  opacity: 1;
  right: 39px;
}
.accordion .accordionItem.act .content {
  height: auto;
  max-height: 2000px;
  opacity: 1;
}
.accordion .accordionItem.act .content .col {
  top: 0;
}
.accordion .accordionItem:last-child {
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .accordion .opener {
    position: relative;
  }
  .accordion .opener .col {
    padding: 20px 0;
  }
  .accordion .opener .col30 {
    position: absolute;
    right: 0;
  }
  .accordion .opener .col70 {
    padding-right: 58px;
  }
  .accordion .accordionItem.act .opener .col30:before {
    right: 0;
    top: 20px;
  }
}

.mk7textimage .textItem {
  padding: 0 0 40px 40px;
}
.mk7textimage .textItem:first-child {
  padding-left: 0;
}
.mk7textimage .count1 {
  padding-bottom: 0 !important;
}
.mk7textimage .count1 .textItem {
  padding-bottom: 0;
}
.mk7textimage .text.count1.ind10 {
  margin-left: calc(25px + 2.5vw);
  margin-right: calc(25px + 2.5vw);
}
.mk7textimage .imageItems {
  padding-bottom: 40px;
}
.mk7textimage .imageItems img {
  box-shadow: 0 8px 22px rgba(30, 100, 0, 0.6);
}
header .mk7textimage .textLeft:after {
  display: table;
  clear: both;
  overflow: hidden;
}
.mk7textimage .textLeft header, .mk7textimage .textLeft .text {
  float: left;
}
.mk7textimage .textLeft .imageItems {
  float: right;
}
@media (max-width: 1024px) {
  .mk7textimage .textItem {
    padding: 20px 0;
  }
}
@media (min-width: 1400px) {
  .mk7textimage .textItem h3, .mk7textimage .textItem h4 { /*  */
    padding: 0.8em 0;
  }
}
.mk7textimage .imageTop .imageItems, .mk7textimage .textTop .imageItems {
  margin-left: calc(-40px - 5vw);
  margin-right: calc(-40px - 5vw);
}
.mk7textimage .imageTop .imageItems.ind10, .mk7textimage .textTop .imageItems.ind10 {
  margin-left: 10vw;
}
@media (max-width: 767px) {
  .mk7textimage .imageTop .imageItems, .mk7textimage .textTop .imageItems {
    margin: 0;
  }
}
.mk7textimage.col50 .imageItems, .gridTwocol.cols50-50 > .mk7textimage.col .imageItems, main .type-textpic .textRight .mk7textimage.image .imageItems, main .type-header .textRight .mk7textimage.image .imageItems, main .mk7textimage .textRight .mk7textimage.image .imageItems, main .type-textpic .textRight .mk7textimage.text .imageItems, main .type-header .textRight .mk7textimage.text .imageItems, main .mk7textimage .textRight .mk7textimage.text .imageItems, .count2 .mk7textimage.col .imageItems, .mk7textimage .textLeft header.mk7textimage .imageItems, .mk7textimage .textLeft .mk7textimage.text .imageItems, .mk7textimage .textLeft .mk7textimage.imageItems .imageItems {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1400px) {
  .mk7textimage.col100 .ind10 .textItem h4, .count1 .mk7textimage.col .ind10 .textItem h4 {
    margin-left: -10vw;
  }
}

.gridOnecol .mk7textimage header, .gridOnecol .mk7textimage .text, .gridOnecol .mk7textimage .imageItems {
  padding: 0;
  margin: 0;
}

/*
┌─────────────────────────────────────────────┐
	DCE TextImage und CE Text und CE Table
└─────────────────────────────────────────────┘
*/
main .type-textpic header, main .type-header header, main .mk7textimage header {
  padding: 0 17vw 40px 0;
}
main .type-textpic .text, main .type-header .text, main .mk7textimage .text {
  padding: 0 0 40px 0;
}
main .type-textpic .textRight .text, main .type-header .textRight .text, main .mk7textimage .textRight .text {
  float: right;
  padding: 0 0 40px;
}
main .type-textpic .textRight .text > *, main .type-header .textRight .text > *, main .mk7textimage .textRight .text > * {
  width: 100%;
}
main .type-textpic .textRight .image, main .type-header .textRight .image, main .mk7textimage .textRight .image {
  float: left;
  padding: 40px;
}
main .type-textpic .textRight:after, main .type-header .textRight:after, main .mk7textimage .textRight:after {
  content: "";
  display: table;
  clear: both;
}
main .type-text .text, main .type-textpic .text {
  padding-left: 10vw;
}
main .type-text .text h1, main .type-text .text h2, main .type-text .text h3, main .type-text .text h4, main .type-text .text h5, main .type-textpic .text h1, main .type-textpic .text h2, main .type-textpic .text h3, main .type-textpic .text h4, main .type-textpic .text h5 {
  margin-left: -10vw;
  color: #fff;
  padding: 5vh 0;
}
@media (max-width: 767px) {
  main .type-text .text, main .type-textpic .text {
    padding-left: 0;
  }
  main .type-text .text h1, main .type-text .text h2, main .type-text .text h3, main .type-text .text h4, main .type-text .text h5, main .type-textpic .text h1, main .type-textpic .text h2, main .type-textpic .text h3, main .type-textpic .text h4, main .type-textpic .text h5 {
    margin: 0;
  }
}
main .type-header header {
  padding-bottom: 0;
}

/*
┌─────────────────────────────────────────────┐
	CE Table
└─────────────────────────────────────────────┘
*/
main .type-table .ce-table {
  margin: 0 0 0 0px;
}
@media (max-width: 767px) {
  main .type-table .ce-table {
    margin: 0;
  }
}

.mk7person {
  padding: 0 0 40px 40px !important;
  width: calc(33.33334% - 15px);
}
.mk7person .ceIn {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.22);
  border: 1px solid transparent;
  position: relative;
  padding: 0 0 20px !important;
  -webkit-transition: all 0.32s;
  -moz-transition: all 0.32s;
  -ms-transition: all 0.32s;
  -o-transition: all 0.32s;
  transition: all 0.32s;
}
.mk7person .ceIn a {
  display: block;
}
.mk7person .ceIn a:hover {
  border-bottom: 0 !important;
  text-decoration: none;
}
.mk7person .ceIn:hover {
  box-shadow: 0 0 0 transparent;
  border: 1px solid #0B8200;
}
.mk7person .ceIn:hover .links {
  border-bottom-color: #fff;
}
.mk7person .image {
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 120%;
}
.mk7person .image img {
  border-style: none;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}
.mk7person h3 {
  padding: 20px 20px 0;
  color: #fff;
}
.mk7person a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 0;
}
.mk7person .links {
  -webkit-transition: all 0.32s;
  -moz-transition: all 0.32s;
  -ms-transition: all 0.32s;
  -o-transition: all 0.32s;
  transition: all 0.32s;
  display: inline-block;
  margin: 20px 20px 3px;
  text-decoration: none;
  border-bottom: 1px solid #36B800;
}
@media (max-width: 767px) {
  .mk7person .ceIn {
    margin-right: 40px;
  }
}

.ceOut.mk7downloadbox {
  padding: 0 0 40px 40px;
  width: calc(33.3333333333% - 13px);
}
.ceOut.mk7downloadbox .ceIn {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.22);
  border: 1px solid transparent;
  padding: 0 !important;
  -webkit-transition: all 0.32s;
  -moz-transition: all 0.32s;
  -ms-transition: all 0.32s;
  -o-transition: all 0.32s;
  transition: all 0.32s;
}
.ceOut.mk7downloadbox .links {
  -webkit-transition: all 0.32s;
  -moz-transition: all 0.32s;
  -ms-transition: all 0.32s;
  -o-transition: all 0.32s;
  transition: all 0.32s;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #36B800;
}
.ceOut.mk7downloadbox:hover .ceIn {
  box-shadow: 0 0 0 transparent;
  border: 1px solid #0B8200;
}
.ceOut.mk7downloadbox:hover .ceIn .links {
  border-bottom: 1px solid #fff;
}
.ceOut.mk7downloadbox a, .ceOut.mk7downloadbox .topline, .ceOut.mk7downloadbox h3, .ceOut.mk7downloadbox .links {
  color: #fff;
  text-decoration: none;
}
.ceOut.mk7downloadbox a.boxLink {
  display: block;
  padding: 20px 40px;
}
.ceOut.mk7downloadbox header {
  min-height: 216px;
  padding: 1.3em 0 2em;
}
@media (max-width: 767px) {
  .ceOut.mk7downloadbox {
    padding: 0 40px 40px;
  }
}

/*
	Meilensteine und JobOffer
*/
.jobContainer {
  padding-bottom: 0;
}

.meilensteine, .joboffers {
  background-color: #051B5C;
  perspective: 800px;
  padding-bottom: 6vh;
}
.meilensteine .item, .joboffers .item {
  padding: 15vh 0;
}
.meilensteine .ceIn, .joboffers .ceIn {
  padding-right: 130px;
  padding-left: calc(170px + 5vw);
  margin-left: 0;
}
.meilensteine h3, .joboffers h3 {
  text-align: left;
  padding-top: 15vh; /*   padding-left: 130px;  */
  max-width: 29em;
  color: #fff;
}
.meilensteine h1, .joboffers h1 {
  -webkit-text-stroke-width: 0.025em;
  -webkit-text-stroke-color: #36B800;
  color: #051B5C;
  padding: 0;
  line-height: 1;
}
.meilensteine h2, .joboffers h2 {
  font-size: calc(1rem + 2vw);
  text-transform: uppercase;
}
.meilensteine .infos, .joboffers .infos {
  padding-right: 80px;
}
.meilensteine .subline, .joboffers .subline {
  color: #36B800;
  padding-bottom: 30px;
  font-size: calc(1rem + 0.5vw);
}
.meilensteine .joboffer, .joboffers .joboffer {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .meilensteine .ceOut, .joboffers .ceOut {
    padding: 5vh 0;
  }
  .meilensteine .ceIn, .joboffers .ceIn {
    padding: 40px 20px;
  }
  .meilensteine h3, .joboffers h3 {
    padding: 80px 20px 0 !important;
  }
  .meilensteine .infos, .joboffers .infos {
    padding: 0 20px 40px 0;
  }
}

.joboffers .textcol {
  margin-top: 6vw;
}

/*
	Event Module
*/
.event h3 {
  padding-bottom: 60px;
}
.event .eventmodule {
  padding: 0 0 0px 2px;
  border-top: 1px solid #0B8200;
  border-bottom: 1px solid #0B8200;
  margin-bottom: -1px;
  z-index: 10;
  -webkit-transition: all 0.32s;
  -moz-transition: all 0.32s;
  -ms-transition: all 0.32s;
  -o-transition: all 0.32s;
  transition: all 0.32s;
}
.event .eventmodule a {
  padding: 0 0 0px 2px;
}
.event .eventmodule .title h2, .event .eventmodule .description, .event .eventmodule a {
  color: #0B8200;
  -webkit-transition: all 0.32s;
  -moz-transition: all 0.32s;
  -ms-transition: all 0.32s;
  -o-transition: all 0.32s;
  transition: all 0.32s;
}
.event .eventmodule .title {
  padding-left: 0;
}
.event .eventmodule h2 {
  font-size: 300%;
  padding: 0.5em 0;
}
.event .eventmodule:hover {
  border-color: #fff;
  z-index: 20;
}
.event .eventmodule:hover .title h2, .event .eventmodule:hover .description, .event .eventmodule:hover a {
  color: #fff;
}
.event .eventmodule:last-child {
  margin-bottom: 0;
}
.event a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .event .eventmodule {
    padding-bottom: 20px;
  }
  .event .eventmodule h2 {
    padding: 20px 0 0;
    font-size: 8vw;
  }
  .event .eventmodule p {
    margin-top: 20px;
  }
}

/*
	Team Members
*/
/*
	Flickity Fade AddOn
*/
.teamMemberInner {
  background: #fff;
  margin-left: calc(-130px - 5vw);
  margin-right: calc(-130px - 5vw);
  padding: 40px calc(155px + 7.5vw);
  text-align: center;
}
@media (max-width: 767px) {
  .teamMemberInner {
    margin: 0;
    padding: 40px 20px;
  }
}

.teamMemberWrap {
  padding: 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .teamMemberWrap {
    padding: 0;
  }
}
.teamMemberWrap h1, .teamMemberWrap h2, .teamMemberWrap h3, .teamMemberWrap h4, .teamMemberWrap span, .teamMemberWrap a, .teamMemberWrap p, .teamMemberWrap li {
  color: #36B800;
}
.teamMemberWrap h1, .teamMemberWrap h2 {
  font-size: calc(3rem + 2vw);
}
.teamMemberWrap h4 {
  color: #0B8200;
}
.teamMemberWrap .content > .col100, .teamMemberWrap .count1 .content > .col, .count1 .teamMemberWrap .content > .col {
  padding-bottom: 190px;
}
.teamMemberWrap .content .image {
  padding-right: 40px;
}
.teamMemberWrap .content .details {
  padding-left: 40px;
}
.teamMemberWrap .content .details .sponsorLogo {
  max-width: 250px;
}
@media (max-width: 767px) {
  .teamMemberWrap .content .details {
    padding: 30px 0 0 0;
  }
  .teamMemberWrap .content .details .sponsorLogo {
    max-width: 100px;
  }
}
.teamMemberWrap .content .details strong {
  color: #0B8200;
}
.teamMemberWrap .flickNavWrap {
  position: absolute;
  top: 230px;
  top: calc(11rem + 4.5vw);
  z-index: 10;
  height: 150px;
  width: 310px;
  overflow: visible;
}
.teamMemberWrap .flickNavWrap h4 {
  height: 45px;
  padding: 0;
  margin: 54px 0 0;
  white-space: nowrap;
  font-size: 30px;
}
.teamMemberWrap .flickNavWrap.act {
  height: auto;
}
.teamMemberWrap .flickNavWrap.act .selected {
  opacity: 0;
}
.teamMemberWrap .flickNavWrap.act .flickNav {
  opacity: 1;
  height: auto;
}
.teamMemberWrap .flickNavWrap .selected {
  position: absolute;
  top: 98px;
  border: 1px solid;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 80px 0 13px;
  background: #36B800 url('../../../typo3conf/ext/mk7base/Resources/Public/img/icon_down.svg') no-repeat right 24px top 0.76em/20px auto;
  color: #fff;
}
.teamMemberWrap .flickNavWrap li {
  color: #fff;
  list-style: none;
  line-height: 50px;
}
.teamMemberWrap .flickNavWrap li:hover {
  color: #051B5C;
  cursor: pointer;
}
.teamMemberWrap .flickNavWrap .flickNav {
  position: relative;
  height: 50px;
  top: 0px;
  padding: 0 70px 0 13px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #36B800;
  border-radius: 25px;
  max-height: 10.4em;
  overflow-x: hidden;
  overflow-y: scroll;
}
.teamMemberWrap .flickNavWrap .flickNav.act {
  opacity: 1;
  height: 13.4em;
  padding-top: 0;
}
.teamMemberWrap .flickity-prev-next-button {
  top: 150px;
  transform: translateY(0);
}
.teamMemberWrap .flickity-slider {
  transform: none !important;
}
.teamMemberWrap .flickity-slider .slide {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.teamMemberWrap .flickity-slider .slide.is-selected {
  opacity: 1;
}

/*
	Text-Slider for next game
*/
.mk7textslider {
  padding: 10vh 0;
}
.mk7textslider .flickity-viewport {
  margin: 5vh 0 8vh;
  transition: height 0.65s;
}
.mk7textslider .flickity-button:focus {
  outline: none;
  box-shadow: none;
}
.mk7textslider .flickity-page-dots {
  display: none;
}
.mk7textslider .slide {
  padding: 0 45% 8% 0;
  position: relative;
  width: 100%;
}
.mk7textslider span {
  font-size: 10vw;
  font-weight: normal;
  font-family: "bld", sans-serif;
  font-size: calc(2.1rem + 4vw);
  line-height: 1;
  display: inline-block;
}
.mk7textslider .ind8 {
  min-height: 15em;
}
.mk7textslider .text {
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: calc(1.7rem + 0.6vw);
}
@media (max-width: 767px) {
  .mk7textslider .slide {
    padding: 0;
  }
  .mk7textslider span {
    font-size: calc(2rem + 4vw);
  }
  .mk7textslider .text {
    width: 100%;
    position: relative;
    bottom: 0;
    padding-top: 10px;
  }
}

.layout-12 {
  background: #051B5C;
}
.layout-12 h1,
.layout-12 h2,
.layout-12 h3,
.layout-12 h4 {
  color: #36B800;
}

html {
  font-size: 10px;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "reg", sans-serif;
  font-size: calc(1.1rem + 0.5vw);
  overflow-x: hidden;
  line-height: 1.4;
  padding: 60px 0px 0px 0px;
  margin: 0 !important;
  text-align: center;
  background: #36B800;
  color: #fff;
  height: auto !important;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 0;
  }
  body#uid_1 {
    padding-top: 0;
  }
}
body.two_col {
  padding-bottom: 0;
}
body.two_col footer {
  position: relative;
  z-index: 40;
}

p + p {
  margin: 1.5em 0px 1.5em 0;
}

p,
p:last-child {
  margin: 1.5em 0px 0 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "bld", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  padding: 0.3em 0;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    hyphens: auto;
  }
}

h1,
h5 {
  font-size: calc(3.1rem + 2.8vw);
}
@media (max-width: 767px) {
  h1,
  h5 {
    font-size: 8vw;
  }
}

h5 {
  color: #0B8200;
}

h2 {
  font-size: calc(2rem + 3vw); /* margin-left: -.07em; */
}

h3 {
  font-size: calc(1.5rem + 0.7vw);
  color: #0B8200;
  margin: 1.2em 0 0.1em;
}

h4 {
  font-size: calc(1.5rem + 1vw);
}

h2.subheader,
h3.subheader {
  font-size: calc(2rem + 1vw);
  position: relative;
  top: -24px;
  color: #fff;
}
@media (max-width: 767px) {
  h2.subheader,
  h3.subheader {
    top: 0;
  }
}

h4.subheader {
  font-size: calc(1.1rem + 0.5vw);
}

/*
┌────────────────────────────────────┐
	Main grid, wraps, containers
└────────────────────────────────────┘ */
.container {
  /* max-width: $maxWidth; */
  height: 100%;
  margin: 0 auto;
  padding: 0px 70px 0;
  overflow: hidden;
  text-align: left;
  position: relative;
}

.contentPic {
  padding: 0 130px;
}
@media (max-width: 767px) {
  .contentPic {
    padding: 0 0px;
  }
}

body {
  text-align: center;
}

main {
  position: relative;
  margin: 0 auto;
  text-align: left;
  z-index: 1;
  background: #36B800;
  font-size: 0;
  margin: 0px calc(130px + 5vw);
}
@media (max-width: 1400px) {
  main {
    margin: 0 90px;
  }
}
@media (max-width: 1024px) {
  main {
    margin: 0;
  }
}

.contentSub {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  z-index: 1;
  background: #fff;
  font-size: 0;
  padding: 0px calc(130px + 5vw);
}
@media (max-width: 1400px) {
  .contentSub {
    padding: 0 90px;
  }
}
@media (max-width: 1024px) {
  .contentSub {
    padding: 0;
  }
}

.container {
  text-align: left;
}

/*
	Buttons und Links
*/
main h1 a,
main h2 a,
#c87 h1 a,
#c87 h2 a {
  position: relative;
}
main h1 a:after,
main h2 a:after,
#c87 h1 a:after,
#c87 h2 a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
main h1 a:hover,
main h2 a:hover,
#c87 h1 a:hover,
#c87 h2 a:hover {
  border-bottom: 0 !important;
  text-decoration: none;
}
main h1 a:hover:after,
main h2 a:hover:after,
#c87 h1 a:hover:after,
#c87 h2 a:hover:after {
  height: 3px;
  bottom: 3px;
}
main p a,
main .text a,
#c87 p a,
#c87 .text a {
  color: #0B8200;
  text-decoration: none;
  position: relative;
}
main p a:after,
main .text a:after,
#c87 p a:after,
#c87 .text a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0B8200;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
main p a:hover:after,
main .text a:hover:after,
#c87 p a:hover:after,
#c87 .text a:hover:after {
  width: 0;
}

a.lightboxImage:hover {
  border-bottom: 0 !important;
  text-decoration: none;
}

a.btnRounded,
a[href*=".pdf"]:not(.boxLink),
a[href*=".zip"]:not(.boxLink),
a[href*=".pdf"]:not(.boxLink),
a[href^=".."]:not(.boxLink) {
  color: #fff !important;
  box-shadow: #0B8200 0 0 8px 0;
  max-width: 17em;
  margin-left: 5px;
  border: 1px solid #36B800;
  margin-right: 10px;
  border-radius: 3.3em;
  padding: 0.6em 30px;
  display: inline-block;
  margin-bottom: 14px;
  font-size: 2rem;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a.btnRounded:hover,
a[href*=".pdf"]:not(.boxLink):hover,
a[href*=".zip"]:not(.boxLink):hover,
a[href*=".pdf"]:not(.boxLink):hover,
a[href^=".."]:not(.boxLink):hover {
  box-shadow: #36B800 0 0 0;
  border: 1px solid #0B8200 !important;
}
a.btnRounded:after,
a[href*=".pdf"]:not(.boxLink):after,
a[href*=".zip"]:not(.boxLink):after,
a[href*=".pdf"]:not(.boxLink):after,
a[href^=".."]:not(.boxLink):after {
  display: none;
}

a[href*=".pdf"]:not(.boxLink),
a[href*=".zip"]:not(.boxLink),
a[href*=".pdf"]:not(.boxLink),
a[href^=".."]:not(.boxLink) {
  padding-right: 65px;
  background: url('../../../typo3conf/ext/mk7base/Resources/Public/img/icon_download.svg') no-repeat right 25px center/20px auto;
}
a[href*=".pdf"]:not(.boxLink):after,
a[href*=".zip"]:not(.boxLink):after,
a[href*=".pdf"]:not(.boxLink):after,
a[href^=".."]:not(.boxLink):after {
  display: none;
}

main a[href^="/"]:not(.boxLink),
main a[href^="https://www.hcob.de/"]:not(.boxLink),
main a.more,
.contentSub a[href^="/"]:not(.boxLink),
.contentSub a[href^="https://www.hcob.de/"]:not(.boxLink),
.contentSub a.more {
  color: #fff;
  text-decoration: none;
  position: relative;
}
main a[href^="/"]:not(.boxLink):after,
main a[href^="https://www.hcob.de/"]:not(.boxLink):after,
main a.more:after,
.contentSub a[href^="/"]:not(.boxLink):after,
.contentSub a[href^="https://www.hcob.de/"]:not(.boxLink):after,
.contentSub a.more:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  height: 1px;
  width: 0px;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.34s;
  -moz-transition: all 0.34s;
  -ms-transition: all 0.34s;
  -o-transition: all 0.34s;
  transition: all 0.34s;
}
main a[href^="/"]:not(.boxLink):hover:after,
main a[href^="https://www.hcob.de/"]:not(.boxLink):hover:after,
main a.more:hover:after,
.contentSub a[href^="/"]:not(.boxLink):hover:after,
.contentSub a[href^="https://www.hcob.de/"]:not(.boxLink):hover:after,
.contentSub a.more:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}

.contentSub a {
  color: #36B800 !important;
}

footer a[href*=instagram] {
  margin-right: 30px;
  display: inline-block;
}
footer a[href*=instagram]:before {
  content: "";
  background: transparent url('../../../typo3conf/ext/mk7base/Resources/Public/img/icon_ig.svg') no-repeat center center/contain;
  width: 26px;
  height: 26px;
  position: relative;
  top: 6px;
  margin-right: 17px;
  display: inline-block;
}
footer a[href*=facebook] {
  margin-right: 30px;
  display: inline-block;
}
footer a[href*=facebook]:before {
  content: "";
  background: transparent url('../../../typo3conf/ext/mk7base/Resources/Public/img/icon_fb.svg') no-repeat center center/contain;
  width: 26px;
  height: 26px;
  position: relative;
  top: 6px;
  margin-right: 11px;
  display: inline-block;
}
footer a[href*=youtube] {
  margin-right: 30px;
  display: inline-block;
}
footer a[href*=youtube]:before {
  content: "";
  background: transparent url('../../../typo3conf/ext/mk7base/Resources/Public/img/icon_yt.svg') no-repeat center center/contain;
  width: 26px;
  height: 26px;
  position: relative;
  top: 6px;
  margin-right: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  footer a:before {
    margin-right: 13px;
  }
}

#c12 h3 {
  position: relative;
  padding-left: calc(40px + 5vw);
}
#c12 h3:before {
  content: "";
  background: transparent url('../../../typo3conf/ext/mk7base/Resources/Public/img/logo_w.svg') no-repeat center center/contain;
  width: 39px;
  height: 60px;
  position: absolute;
  top: -11px;
  left: 54px;
}
#c12 .text {
  position: relative;
  left: calc(30px + 5vw);
  padding-top: 161px;
  font-size: 12px;
}
#c12 .text a,
#c12 .text p {
  font-size: 12px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  #c12 h3 {
    padding-left: 60px;
  }
  #c12 h3:before {
    left: 0;
  }
  #c12 .text {
    left: 60px;
    padding-top: 35px;
  }
}

#uid_17 a {
  color: #0B8200;
}

.hoverPic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.hoverPic:hover {
  opacity: 1;
}

/*
┌────────────────────────────────────┐
	rte styles / ckeditor
└────────────────────────────────────┘ */
blockquote {
  background: #fff;
  padding: 40px 80px;
  margin: 40px 0;
}
blockquote p {
  /* quotes: "» " " «"; */
  font-size: 2.4rem;
  font-style: italic;
  color: #0B8200;
  margin: 0;
}
blockquote p + p {
  margin: 40px 0 0 0;
}

.rteIntroText {
  background: transparent;
  text-align: center;
  padding: 40px 120px;
  font-size: 2.4rem;
}

/*
	Contact Overlay
*/
.chatBubble {
  position: fixed;
  cursor: pointer;
  bottom: 38px;
  right: 40px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 25px;
  color: #0B8200; /* box-shadow: 1px 1px 7px -3px #000;  */
  font-size: 1.6rem;
  line-height: 50px;
  z-index: 100;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.chatBubble span {
  position: absolute;
  right: 50px;
  width: 200px;
  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.chatBubble:before {
  content: "";
  background: url('../../../typo3conf/ext/mk7base/Resources/Public/img/chaticon.svg') no-repeat center center/auto 43%;
  font-weight: bold;
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.chatBubble:hover {
  width: 250px;
}
.chatBubble:hover span {
  opacity: 1;
}
.chatBubble.act span {
  opacity: 0;
}
.chatBubble.act:hover {
  width: 50px;
}
.chatBubble.act:before {
  background: url('../../../typo3conf/ext/mk7base/Resources/Public/img/icon_chat_close2.svg') no-repeat center center/35% auto;
}
@media (max-width: 767px) {
  .chatBubble {
    bottom: 10px;
    right: 10px;
    max-width: 40px;
    height: 40px;
  }
  .chatBubble:before {
    width: 40px;
  }
  .chatBubble span {
    display: none;
  }
}

.contactOverlay {
  position: fixed;
  top: 100vh;
  width: 100%;
  height: 0;
  left: 0;
  padding: 3vh 10vw;
  z-index: 19;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.contactOverlay .text {
  padding: 5vh 0 0 128px;
}
.contactOverlay.act {
  opacity: 1;
  height: 100%;
  overflow: auto;
  top: 0;
  background: #051B5C;
}
.contactOverlay h1 {
  font-size: calc(2rem + 5vh);
}
.contactOverlay .mk7textimage .textItem {
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .contactOverlay {
    padding: 2vh 0;
  }
  .contactOverlay .text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contactOverlay h1 {
    font-size: 8vw;
  }
}

.csc-textpic-imagewrap[data-csc-images="1"] figure {
  margin-bottom: 0 !important;
}

form ::placeholder {
  color: #888;
  opacity: 1;
  padding-left: 0px;
}
form :-ms-input-placeholder {
  color: #888;
  padding-left: 0px;
}
form ::-ms-input-placeholder {
  color: #888;
  padding-left: 0px;
}
form .form-group {
  margin-bottom: 10px;
}
form .control-label {
  display: none;
}
form input {
  display: block;
  font-size: 1.6rem;
  border: 1px solid #888;
  background: transparent;
  color: #888;
  border-width: 0 0px 1px 0px;
}
form .submit button {
  background: transparent;
  font-size: 1.6rem;
  margin-top: 10px;
  color: #888;
  text-align: left;
  padding: 0 25px 0 0px;
}

.type-shortcut {
  padding: 0 !important;
}
.type-shortcut > .ceIn {
  padding: 0;
}

/*
┌────────────────────────────────────┐
	gridelements
└────────────────────────────────────┘ */
@media (max-width: 767px) {
  .gridTwocol > .col {
    width: 100% !important;
  }
}
/*
┌────────────────────────────────────┐
	cb Quick Google Map Fix
└────────────────────────────────────┘ */
.cbQuickGoogleMap img {
  max-width: none !important;
}

/*
┌────────────────────────────────────┐
	csc-mailform
└────────────────────────────────────┘ */
.csc-mailform input,
.csc-mailform textarea {
  width: 200px;
  border: 1px solid silver;
  background: #fafafa;
  border-radius: 2px;
  margin-bottom: 5px;
}

.csc-mailform #mailformformtype_mail {
  margin-left: 100px;
  width: 200px;
}

.csc-form-element-textblock {
  width: 150px;
}

.csc-form-element-submit input {
  width: auto;
}

div.csc-mailform ol,
div.csc-mailform ol li {
  padding-bottom: 10px !important;
}

/*
┌────────────────────────────────────┐
	dce social links
└────────────────────────────────────┘ */
.mk7socials ul.inline li {
  display: inline-block;
}
.mk7socials ul.stacked li {
  display: block;
}
.mk7socials ul.alignCenter {
  text-align: center;
}

/*
┌────────────────────────────────────┐
	pages
└────────────────────────────────────┘ *//*# sourceMappingURL=a.css.map */