@charset "UTF-8";
/* prettier-ignore */
*, ::after, ::before {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  *, ::after, ::before {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
html {
  font: 400 1rem/1.5 system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 initial 0.5rem;
  font: inherit inherit 500 unset/1.2 inherit;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 1rem;
}

abbr[data-bs-original-title], abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
  margin: 0 0 1rem;
}

ol, ul {
  padding-left: 2rem;
}

dl, ol, ul {
  margin: 0 0 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

nav li {
  list-style: none;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  cursor: pointer;
  color: #3333e1;
  background-color: transparent;
  text-decoration: none;
  word-break: break-word;
}

a:hover {
  color: #3434e0;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:not([href]):not([class]):hover, a:not([href]):not(class) {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

code, kbd, pre, samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, Inconsolata, Monaco, Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono", "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

iframe, img, input, select, textarea {
  height: auto;
  max-width: 100%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

button, input {
  overflow: visible;
}

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

button, input, select, textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(disabled), [type=reset]:not(disabled), [type=submit]:not(disabled), button:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

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

[type=email], [type=number], [type=tel], [type=url] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio, canvas, video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

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

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden=false] {
  display: initial;
}

[aria-hidden=false][hidden=false]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.layoutGrid {
  pointer-events: none;
  z-index: 10000;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  opacity: 0.25;
}
.layoutGrid > * {
  box-shadow: 1px 1px 2px #00ffcd;
  height: 100%;
}

/* 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;
  }
}
/*
┌────────────────────────────────────┐
	Variables
└────────────────────────────────────┘
*/
:root {
  --grid: 12;
  --max: 100vw;
  --base: 100vw / 12;
  --basep: 100% / 12;
  --pad: 15px;
  --copyfontsize: calc(1.5rem + 0.25vw);
  --h1size: 4vw;
  --h2size: 3vw;
  --h3size: 2vw;
  --h4size: 1vw;
  --col-highlight: $green;
  --gray: #f5f5f5;
  --yellow: #ecff00;
}

@media (min-width: 3500px) {
  :root {
    --base: calc( var(--max) / var(--grid) );
    --max: 3500px;
    --copyfontsize: calc(1.5rem + 0.25vw);
    --h1size: calc(3.5rem + 1.2vw);
    --h2size: calc(2.5rem + 0.75vw);
    --h3size: calc(1.5rem + 0.5vw);
    --h4size: calc(1.2rem + 0.25vw);
  }
}
/*
┌────────────────────────────────────┐
	Layout //// Boxes
└────────────────────────────────────┘ */
.col, .article, .column, .text {
  position: relative;
  vertical-align: top;
  font-size: var(--copyfontsize);
  display: inline-block;
}

.rowx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: var(--copyfontsize);
}
@media (max-width: 767px) {
  .rowx {
    flex-direction: column;
  }
}
.rowx > * {
  flex: 1 1;
  word-break: break-word;
  min-width: 1%;
}

.row {
  font-size: 0;
  position: relative;
}
@media (max-width: 767px) {
  .row {
    flex-direction: column;
  }
}

.box, .ceIn {
  max-width: var(--max);
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  padding-left: calc(1 * var(--base));
  padding-right: calc(1 * var(--base));
}

.col[class*=type-], .ceOut {
  padding: 10vh 0;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .col[class*=type-], .ceOut {
    padding: 4vh 0;
  }
}

.pad {
  padding: 0 var(--pad) 0px;
}

.padx {
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.padl {
  padding-left: var(--pad);
}

.padr {
  padding-right: var(--pad);
}

.pady {
  padding-top: var(--pad);
  padding-bottom: var(--pad);
}

.padt {
  padding-top: var(--pad);
}

.padb {
  padding-bottom: var(--pad);
}

/*
	Old Grid but gold grid
*/
.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, .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, .ceOut.default {
  width: 100%;
  display: block;
}

.col1 {
  width: calc(1 * var(--basep));
}

.col2 {
  width: calc(2 * var(--basep));
}

.col3 {
  width: calc(3 * var(--basep));
}

.col4 {
  width: calc(4 * var(--basep));
}

.col5 {
  width: calc(5 * var(--basep));
}

.col6 {
  width: calc(6 * var(--basep));
}

.col7 {
  width: calc(7 * var(--basep));
}

.col8 {
  width: calc(8 * var(--basep));
}

.col9 {
  width: calc(9 * var(--basep));
}

.col10 {
  width: calc(10 * var(--basep));
}

.col11 {
  width: calc(11 * var(--basep));
}

.col12 {
  width: calc(12 * var(--basep));
}

.col13 {
  width: calc(13 * var(--basep));
}

.col14 {
  width: calc(14 * var(--basep));
}

.col15 {
  width: calc(15 * var(--basep));
}

@media (min-width: 768px) and (max-width: 1024px) {
  .col16, .col20, .col25, .gridTwocol.cols75-25 > .colRight, .gridTwocol.cols25-75 > .colLeft, .count5 .col, .count4 .col, .col33, .count8 .col, .count7 .col, .count6 .col, .count3 .col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .col {
    width: 100%;
  }
}
.ind5 {
  margin-left: 5%;
}

.ind10 {
  margin-left: 10%;
}

.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%;
}

/*
	New Grid based on Viewport Width
*/
[class*=cols] {
  flex-basis: auto;
}

.cols1 {
  width: calc(1 * var(--base));
}

.cols2 {
  width: calc(2 * var(--base));
}

.cols3 {
  width: calc(3 * var(--base));
}

.cols4 {
  width: calc(4 * var(--base));
}

.cols5 {
  width: calc(5 * var(--base));
}

.cols6 {
  width: calc(6 * var(--base));
}

.cols7 {
  width: calc(7 * var(--base));
}

.cols8 {
  width: calc(8 * var(--base));
}

.cols9 {
  width: calc(9 * var(--base));
}

.cols10 {
  width: calc(10 * var(--base));
}

.cols11 {
  width: calc(11 * var(--base));
}

.cols12 {
  width: calc(12 * var(--base));
}

.cols13 {
  width: calc(13 * var(--base));
}

.cols14 {
  width: calc(14 * var(--base));
}

.cols15 {
  width: calc(15 * var(--base));
}

.cols16 {
  width: calc(16 * var(--base));
}

.cols17 {
  width: calc(17 * var(--base));
}

.cols18 {
  width: calc(18 * var(--base));
}

.cols19 {
  width: calc(19 * var(--base));
}

.cols20 {
  width: calc(20 * var(--base));
}

@media (max-width: 767px) {
  [class*=cols] {
    width: 100%;
  }
}
.maxs1 {
  max-width: calc(1 * var(--base));
}

.maxs2 {
  max-width: calc(2 * var(--base));
}

.maxs3 {
  max-width: calc(3 * var(--base));
}

.maxs4 {
  max-width: calc(4 * var(--base));
}

.maxs5 {
  max-width: calc(5 * var(--base));
}

.maxs6 {
  max-width: calc(6 * var(--base));
}

.maxs7 {
  max-width: calc(7 * var(--base));
}

.maxs8 {
  max-width: calc(8 * var(--base));
}

.maxs9 {
  max-width: calc(9 * var(--base));
}

.maxs10 {
  max-width: calc(10 * var(--base));
}

.maxs11 {
  max-width: calc(11 * var(--base));
}

.maxs12 {
  max-width: calc(12 * var(--base));
}

.maxs13 {
  max-width: calc(13 * var(--base));
}

.maxs14 {
  max-width: calc(14 * var(--base));
}

.maxs15 {
  max-width: calc(15 * var(--base));
}

.maxs16 {
  max-width: calc(16 * var(--base));
}

.maxs17 {
  max-width: calc(17 * var(--base));
}

.maxs18 {
  max-width: calc(18 * var(--base));
}

.maxs19 {
  max-width: calc(19 * var(--base));
}

.maxs20 {
  max-width: calc(20 * var(--base));
}

@media (max-width: 767px) {
  main [class*=max] {
    max-width: none;
  }
}
.inds1 {
  margin-left: calc(1 * var(--base));
}

.inds2 {
  margin-left: calc(2 * var(--base));
}

.inds3 {
  margin-left: calc(3 * var(--base));
}

.inds4 {
  margin-left: calc(4 * var(--base));
}

.inds5 {
  margin-left: calc(5 * var(--base));
}

.inds6 {
  margin-left: calc(6 * var(--base));
}

.inds7 {
  margin-left: calc(7 * var(--base));
}

.inds8 {
  margin-left: calc(8 * var(--base));
}

.ends1 {
  margin-right: calc(1 * var(--base));
}

.ends2 {
  margin-right: calc(2 * var(--base));
}

.ends3 {
  margin-right: calc(3 * var(--base));
}

.ends4 {
  margin-right: calc(4 * var(--base));
}

.ends5 {
  margin-right: calc(5 * var(--base));
}

.ends6 {
  margin-right: calc(6 * var(--base));
}

.ends7 {
  margin-right: calc(7 * var(--base));
}

.ends8 {
  margin-right: calc(8 * var(--base));
}

@media (max-width: 767px) {
  main [class*=inds] {
    margin-left: 0;
  }
  main [class*=ends] {
    margin-right: 0;
  }
}
@supports (width: 100vw) {
  .col100vw, .breakout {
    width: 100vw;
    display: block;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.jumplinks {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 300px;
  z-index: 2000;
  list-style: none;
}
.jumplinks a {
  opacity: 1;
  height: 0;
  line-height: 0px;
  display: block;
  transition: all 0.5s 0s;
  overflow: hidden;
  background: #ff7e7e;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.jumplinks a:focus {
  opacity: 1;
  height: auto;
  line-height: 2.5;
  outline: none;
  padding: 5px 20px;
}

body.highcontrast > header,
body.highcontrast > footer,
body.highcontrast > main {
  filter: invert(100%) hue-rotate(180deg) !important;
}
body.highcontrast > header img,
body.highcontrast > header video,
body.highcontrast > header :not(object):not(body) > embed,
body.highcontrast > header object,
body.highcontrast > header svg image,
body.highcontrast > header [style*="background:url"],
body.highcontrast > header [style*="background-image:url"],
body.highcontrast > header [style*="background: url"],
body.highcontrast > header [style*="background-image: url"],
body.highcontrast > header [background],
body.highcontrast > footer img,
body.highcontrast > footer video,
body.highcontrast > footer :not(object):not(body) > embed,
body.highcontrast > footer object,
body.highcontrast > footer svg image,
body.highcontrast > footer [style*="background:url"],
body.highcontrast > footer [style*="background-image:url"],
body.highcontrast > footer [style*="background: url"],
body.highcontrast > footer [style*="background-image: url"],
body.highcontrast > footer [background],
body.highcontrast > main img,
body.highcontrast > main video,
body.highcontrast > main :not(object):not(body) > embed,
body.highcontrast > main object,
body.highcontrast > main svg image,
body.highcontrast > main [style*="background:url"],
body.highcontrast > main [style*="background-image:url"],
body.highcontrast > main [style*="background: url"],
body.highcontrast > main [style*="background-image: url"],
body.highcontrast > main [background] {
  filter: invert(100%) hue-rotate(180deg) !important;
}
body.highcontrast .parallaxImage img.loaded {
  opacity: 0.2;
}

/*
	Basic Tabindex Focus Styles
*/
header .meta > a:focus,
header button:focus,
main .meta > a:focus,
main button:focus,
footer .meta > a:focus,
footer button:focus {
  outline: 2px solid #00ffd0 !important;
}
header a > button:focus,
main a > button:focus,
footer a > button:focus {
  outline: none !important;
}

html.bigfont {
  font-size: 16px;
}

nav.main a:focus {
  outline: none;
  border: 0 none;
  border-bottom: 1px solid silver;
  background: transparent;
}

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/open-sans-v17-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v17-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-300.woff") format("woff"), url("../fonts/open-sans-v17-latin-300.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/open-sans-v17-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-regular.woff") format("woff"), url("../fonts/open-sans-v17-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/open-sans-v17-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v17-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-600.woff") format("woff"), url("../fonts/open-sans-v17-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/open-sans-v17-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v17-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-700.woff") format("woff"), url("../fonts/open-sans-v17-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
body {
  font: 300 1.5rem/1.6 "Open Sans", sans-serif;
}

/*
	Hamburger
*/
.hamburger {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  top: 20px;
  right: 38px;
  padding: 10px;
  overflow: hidden;
  margin: 0 0 0 0px;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  transition: all 0.25s 0s;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
    top: -5px;
    right: 0;
  }
}
.hamburger::before, .hamburger::after {
  content: "";
  position: absolute;
  background-color: #000;
  left: 20%;
  right: 20%;
  top: 50%;
  margin-top: 10px;
  height: 2px;
  display: block;
  opacity: 1;
  transition: all 0.25s 0s;
}
.hamburger:before {
  margin-top: -11px;
}
.hamburger:after {
  margin-top: 9px;
}
.hamburger span {
  background: transparent;
  width: 1px;
  overflow: hidden;
  display: block;
}
.hamburger span::before, .hamburger span::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 60%;
  left: 20%;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  display: block;
  transition: all 0.25s 0s;
}

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: #fff;
}

.cursor {
  display: none;
  pointer-events: none;
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #0700d7;
  opacity: 0;
  transition: width 0.25s ease-out, height 0.25s ease-out, transform 0.25s ease-out;
  transform: translateX(-50%) translateY(-50%) rotate(0);
}

.cursor.link.hover {
  background: white;
  mix-blend-mode: multiply;
  width: calc(var(--base) * 1);
  height: calc(var(--base) * 1);
}

.cursor.image.hover {
  border-radius: 0;
  mix-blend-mode: unset;
  z-index: -1;
  transform: translateY(-90%) rotate(-4deg) !important;
  width: calc(var(--base) * 2);
  height: calc(var(--base) * 2);
}
.cursor.image.hover img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.cursor {
  display: block;
}

@media (max-width: 760px) {
  .hide_on_mobile {
    display: none !important;
    visibility: hidden !important;
  }
}
/*

	Custom Scrollbar
*/
.areatitlecontainer {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 20px;
  height: 50%;
  z-index: 1000;
}
.areatitlecontainer span {
  font-family: "mont", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  transform: rotate(-90deg);
  left: -6px;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  color: var(--col-highlight);
  white-space: nowrap;
  transform-origin: left top;
  padding: 0 40px;
  display: inline-block;
  transition: all 0.6s 0s;
}
.areatitlecontainer span.act:first-child {
  opacity: 1;
  left: 2px;
}

.scrollbarcontainer {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 20px;
  height: 47%;
  z-index: 1000;
}
.scrollbarcontainer:before {
  content: "";
  position: absolute;
  left: 16px;
  width: 1px;
  top: 2px;
  bottom: 2px;
  background-color: var(--col-highlight);
}
.scrollbarcontainer .c-scrollbar {
  opacity: 1 !important;
  top: 0%;
  height: 100%;
}
.scrollbarcontainer .c-scrollbar_thumb {
  border-radius: 0;
  width: 3px;
  right: 0;
  background: var(--col-highlight);
  opacity: 1;
  transition: right 0.3s, width 0.3s;
}
.scrollbarcontainer .c-scrollbar:hover {
  transform: scaleX(1);
}
.scrollbarcontainer .c-scrollbar:hover .c-scrollbar_thumb {
  width: 9px;
  right: -3px;
}

aside {
  transition: all 0.6s 0s;
  position: fixed;
  top: 0;
  left: 0;
  height: 0px;
  width: 100%;
  z-index: 800;
  overflow: hidden;
  color: #fff;
}
aside .asideSocials {
  height: 100%;
  background-color: #000;
}
aside .asideMenu {
  height: 100%;
  background-color: #000;
}

body.showAside > aside {
  height: 100%;
}

/*
┌────────────────────────────────────┐
	Header
└────────────────────────────────────┘ */
body > header.main {
  transition: all 0.3s 0s;
  transition-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out;
  margin: 0 0px;
  padding: 20px 0px;
  text-align: left;
  position: fixed;
  width: 100%;
  z-index: 900;
  background: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  right: 0;
}
body > header.main .logo {
  transform: rotateX(0deg);
  transition: all 0.8s 0s;
  transition-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out;
  height: 50px;
  display: inline-block;
}
@media (max-width: 767px) {
  body > header.main .logo {
    height: 50px;
    padding: 10px 0px;
    margin: 0;
  }
}
body > header.main .logo a {
  /* background: transparent url($imgPath+logo.png) no-repeat scroll 0 0; background-size: contain; */
  display: block;
  height: 230px;
  height: 100%;
  margin: 0;
  text-decoration: none;
}
body > header.main .logo svg {
  width: auto;
  height: 100%;
}
body > header.main #logoSvg {
  transition: all 1s ease-in-out;
}
body > header.main a:hover {
  border: 0;
}
body > header.main a:hover #line2 {
  fill: red;
}
body > header.main .langMenu {
  display: none;
  float: right;
  padding: 10px;
}
@media (max-width: 767px) {
  body > header.main {
    height: 50px;
    padding: 0px 50px;
    text-align: center;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  body.scrolledLittle > header {
    background: #fff;
  }
  body.scrolledLittle > header .logo {
    transform: rotateX(79deg);
  }
}
body.showMenu > header {
  height: 100%;
  background-color: #ddd;
}

nav.meta {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
nav.meta span {
  display: inline-block;
  line-height: 2;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 80%;
}

/*
┌────────────────────────────────────┐
	Footer
└────────────────────────────────────┘ */
footer {
  background: #eaeaea;
  text-align: left;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  footer {
    height: auto;
    position: relative;
  }
}
footer .ceOut {
  padding: var(--pad) 0 !important;
}
footer ul {
  padding: 0;
}
footer a {
  padding: 0 10px;
}
footer .name {
  padding: 0 10px 0 0;
}
footer * {
  text-decoration: none;
  font-style: normal;
}
footer li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer .copylegal {
  padding: 10vh 0 5vh 0;
}

/*
┌────────────────────────────────────┐
	Navigation
└────────────────────────────────────┘ */
nav.main {
  text-align: right;
  display: inline-block;
  vertical-align: top;
}
nav.main ul {
  text-align: left;
  display: inline-block;
  margin: 0;
}
nav.main li {
  padding: 0px;
  display: inline-block;
}
nav.main li a {
  text-decoration: none;
  display: block;
  font-style: normal;
  color: #000;
  padding: 0px 20px;
  font-weight: 400;
  line-height: 2.7;
}
nav.main li a:hover {
  color: #555;
}
nav.main li.act a,
nav.main li.cur a {
  color: #ff3939;
  font-weight: 400;
}
nav.main .navOne {
  padding: 0px 0 0;
}
nav.main ul.level2 {
  opacity: 0; /* height: 1px; overflow: hidden;  */
  position: absolute;
  pointer-events: none;
  background: #fff;
  top: 2.7em;
  padding: 0;
  transition: all 0.5s 0s;
}
nav.main ul.level2 li.level2 {
  display: block;
}
nav.main li.level1.focus + ul.level2,
nav.main li.level1.focus ul.level2, nav.main li.level1:hover + ul.level2,
nav.main li.level1:hover ul.level2, nav.main li.level1:focus + ul.level2,
nav.main li.level1:focus ul.level2,
nav.main li.level1 > a:hover + ul.level2,
nav.main li.level1 > a:hover ul.level2,
nav.main li.level1 > a:focus + ul.level2,
nav.main li.level1 > a:focus ul.level2, nav.main li.level1:focus-within + ul.level2,
nav.main li.level1:focus-within ul.level2 {
  opacity: 1;
  top: 41px;
  height: auto;
  pointer-events: all;
}
nav.main li.level3 {
  display: block;
}
@media (max-width: 767px) {
  nav.main {
    display: block;
    padding: 0px;
    margin: 0;
    float: none;
  }
  nav.main ul {
    padding: 0;
  }
  nav.main li {
    padding: 0px;
    display: block;
    margin: 0;
  }
  nav.main li a {
    color: #000;
    font-size: calc(1.8rem + 1vh);
    line-height: 2.4;
  }
}

/*
┌────────────────────────────────────┐
	Sprachwahl
└────────────────────────────────────┘ */
.navLang {
  height: 40px;
  overflow: hidden;
  padding-top: 40px;
  position: absolute;
  right: 0;
  top: 20px;
  transition: all 0.5s 0s;
}
.navLang li {
  display: block;
  opacity: 0;
  transition: all 0.5s 0s;
  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 {
  transition: all 0.5s 0s;
  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;
}

/*! 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%;
}
@media (max-width: 767px) {
  .flickity-slider {
    height: auto;
  }
}

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

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

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  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;
  box-shadow: 0 0 0 5px #19f;
}

.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;
}
@media (max-width: 767px) {
  .flickity-prev-next-button.previous {
    left: -15px;
  }
}

.flickity-prev-next-button.next {
  right: 10px;
}
@media (max-width: 767px) {
  .flickity-prev-next-button.next {
    right: -15px;
  }
}

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

/*
	Dots
*/
.flickity-page-dots {
  bottom: 0;
  padding: 20px 0;
  margin: 0;
}
.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: 8vw;
  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: var(--col-highlight);
}
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;
  transition: all 0.4s 0s;
}
.flickity-button.flickity-prev-next-button.previous:hover {
  cursor: url(../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(../img/arrow-next.svg) 50 50, auto;
}

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 {
  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;
  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;
  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 {
  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: transform, opacity;
  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 {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  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;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-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: grab;
}

.fancybox-is-dragging .fancybox-content {
  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;
  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 {
  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;
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  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;
  transform: scale3d(1.5, 1.5, 1.5);
}

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

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

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

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

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

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

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

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

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

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

.fancybox-fx-tube.fancybox-slide--current {
  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;
  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 {
  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);
  }
}
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
:root {
  --mm-line-height:20px;
  --mm-listitem-size:44px;
  --mm-navbar-size:44px;
  --mm-offset-top:0;
  --mm-offset-right:0;
  --mm-offset-bottom:0;
  --mm-offset-left:0;
  --mm-color-border:rgba(0, 0, 0, 0.1);
  --mm-color-button:rgba(0, 0, 0, 0.3);
  --mm-color-text:rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed:rgba(0, 0, 0, 0.3);
  --mm-color-background:#f3f3f3;
  --mm-color-background-highlight:rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis:rgba(255, 255, 255, 0.4);
  --mm-shadow:0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  overscroll-behavior: auto;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  text-decoration: none;
  color: inherit;
}

[dir=rtl] .mm-menu {
  direction: rtl;
}

.mm-panel {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s ease;
}

.mm-panel:after {
  height: 44px;
}

.mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panel:after {
  content: "";
  display: block;
  height: var(--mm-listitem-size);
}

.mm-panel_opened {
  z-index: 1;
  transform: translate3d(0, 0, 0);
}

.mm-panel_opened-parent {
  transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
  z-index: 2;
}

.mm-panel_noanimation {
  transition: none !important;
}

.mm-panel_noanimation.mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel__content {
  padding: 20px 20px 0;
}

.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  height: 100%;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  transform: translate3d(-100%, 0, 0);
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  transform: translate3d(30%, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  transform: none !important;
}

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  width: 50px;
  padding: 0;
}

.mm-btn:after, .mm-btn:before {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border: 2px solid var(--mm-color-button);
}

.mm-btn_next:after, .mm-btn_prev:before {
  content: "";
  border-bottom: none;
  border-right: none;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn_next:after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-btn_close:after, .mm-btn_close:before {
  content: "";
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

[dir=rtl] .mm-btn_next:after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

[dir=rtl] .mm-btn_prev:before {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_close:after, [dir=rtl] .mm-btn_close:before {
  right: auto;
}

[dir=rtl] .mm-btn_close:before {
  left: 25px;
}

[dir=rtl] .mm-btn_close:after {
  left: 18px;
}

.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.mm-navbar > * {
  min-height: 44px;
}

@supports (position: sticky) {
  .mm-navbar_sticky {
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
.mm-navbar > * {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.mm-navbar__btn {
  flex-grow: 0;
}

.mm-navbar__title {
  flex: 1 1 50%;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.mm-navbar__title:not(:last-child) {
  padding-right: 0;
}

.mm-navbar__title > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  padding-left: 0;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  padding-right: 50px;
}

[dir=rtl] .mm-navbar {
  flex-direction: row-reverse;
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem__btn, .mm-listitem__text {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 10%;
}

.mm-listitem__btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}

[dir=rtl] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none;
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: transform 0.4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_opened .mm-page {
  min-height: 100vh;
}

.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 0;
}

.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}

.mm-wrapper_blocking body {
  overflow: hidden;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative;
}

.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%;
}

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important;
}

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important;
}

[class*=mm-menu_columns-] {
  transition-property: width;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  transition-property: width, transform;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  transform: translate3d(0, 0, 0);
}

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}

.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0;
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(0, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(0, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px;
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(880px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-880px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px;
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(1320px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-1320px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  transform: translate3d(500%, 0, 0);
}

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px;
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(1760px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-1760px, 0, 0);
  }
}
[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  transition-property: width, min-width, max-width, transform;
}

.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  display: block;
  padding-left: 20px;
  float: right;
  text-align: right;
  color: var(--mm-color-text-dimmed);
}

.mm-listitem_nosubitems > .mm-counter {
  display: none;
}

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 20px;
}

.mm-divider {
  position: relative;
  min-height: 20px;
  padding: 4.3px;
  background: #f3f3f3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--mm-line-height);
  padding: calc((var(--mm-listitem-size) * 0.65 - var(--mm-line-height)) * 0.5);
  padding-right: 10px;
  padding-left: 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  opacity: 1;
  transition: opacity 0.4s ease;
}

.mm-divider:before {
  background: rgba(0, 0, 0, 0.05);
}

@supports (position: sticky) {
  .mm-divider {
    position: sticky;
    z-index: 2;
    top: 0;
  }
  .mm-navbar_sticky:not(.mm-hidden) ~ .mm-listview .mm-divider {
    top: var(--mm-navbar-size);
  }
}
.mm-divider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--mm-color-background-highlight);
}

.mm-wrapper_dragging .mm-menu, .mm-wrapper_dragging .mm-slideout {
  transition-duration: 0s !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.mm-wrapper_dragging .mm-menu {
  pointer-events: none !important;
}

.mm-wrapper_dragging .mm-wrapper__blocker {
  display: none !important;
}

.mm-menu_dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

.mm-wrapper_dropdown .mm-slideout {
  transform: none !important;
  z-index: 0;
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2;
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none;
}

.mm-menu_tip-bottom:before, .mm-menu_tip-left:before, .mm-menu_tip-right:before, .mm-menu_tip-top:before {
  content: "";
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: -1;
  transform: rotate(45deg);
}

.mm-menu_tip-left:before {
  left: 22px;
}

.mm-menu_tip-right:before {
  right: 22px;
}

.mm-menu_tip-top:before {
  top: -8px;
}

.mm-menu_tip-bottom:before {
  bottom: -8px;
}

:root {
  --mm-iconbar-size:50px;
}

.mm-menu_iconbar-left .mm-navbars_bottom, .mm-menu_iconbar-left .mm-navbars_top, .mm-menu_iconbar-left .mm-panels {
  margin-left: 50px;
  margin-left: var(--mm-iconbar-size);
}

.mm-menu_iconbar-right .mm-navbars_bottom, .mm-menu_iconbar-right .mm-navbars_top, .mm-menu_iconbar-right .mm-panels {
  margin-right: 50px;
  margin-right: var(--mm-iconbar-size);
}

.mm-iconbar {
  width: 50px;
  border-color: rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
}

.mm-menu_iconbar-left .mm-iconbar, .mm-menu_iconbar-right .mm-iconbar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mm-menu_iconbar-left .mm-iconbar {
  border-right-width: 1px;
  left: 0;
}

.mm-menu_iconbar-right .mm-iconbar {
  border-left-width: 1px;
  right: 0;
}

.mm-iconbar__bottom, .mm-iconbar__top {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  box-sizing: border-box;
  display: block;
  padding: 12.5px 0;
}

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none;
}

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-iconpanel-size:50px;
}

.mm-panel_iconpanel-1 {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-iconpanel-size) * 1);
}

.mm-panel_iconpanel-2 {
  width: calc(100% - 100px);
  width: calc(100% - var(--mm-iconpanel-size) * 2);
}

.mm-panel_iconpanel-3 {
  width: calc(100% - 150px);
  width: calc(100% - var(--mm-iconpanel-size) * 3);
}

.mm-panel_iconpanel-first ~ .mm-panel {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-iconpanel-size));
}

.mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  transition-property: transform, width;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  transform: unset;
}

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider, .mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0;
}

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity 0.4s ease;
}

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: 0.6;
  bottom: -100000px;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  transition-property: transform, width;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  outline: 0;
}

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
}

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.mm-navbars_top {
  flex-shrink: 0;
}

.mm-navbars_top .mm-navbar:not(:last-child) {
  border-bottom: none;
}

.mm-navbars_bottom {
  flex-shrink: 0;
}

.mm-navbars_bottom .mm-navbar {
  border-bottom: none;
}

.mm-navbars_bottom .mm-navbar:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--mm-color-border);
}

.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input {
  padding-left: 0;
}

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
  padding-right: 0;
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mm-navbar__breadcrumbs > * {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 6px;
}

.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar__breadcrumbs:not(:last-child) {
  padding-right: 0;
}

.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  padding-left: 0;
}

.mm-navbar_tabs > * {
  padding: 0 10px;
  border: 1px solid transparent;
}

.mm-navbar__tab_selected {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  color: var(--mm-color-text);
}

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: rgba(0, 0, 0, 0.1);
}

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: rgba(0, 0, 0, 0.1);
}

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: var(--mm-color-border);
}

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: var(--mm-color-border);
}

.mm-navbars_top .mm-navbar_tabs {
  border-bottom: none;
}

.mm-navbars_top .mm-navbar_tabs > * {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
}

.mm-navbars_top .mm-navbar__tab_selected {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background);
}

.mm-navbars_bottom .mm-navbar_tabs:first-child {
  border-top: none;
}

.mm-navbars_bottom .mm-navbar_tabs > * {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
}

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent;
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background);
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs, .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-searchfield {
  height: 44px;
  display: flex;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden;
}

.mm-searchfield input {
  height: 30.8px;
  line-height: 30.8px;
}

.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}

.mm-searchfield input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * 0.7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  border: none !important;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * 0.7);
  box-shadow: none !important;
  outline: 0 !important;
  font: inherit;
  font-size: inherit;
}

.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text);
}

.mm-searchfield input::-ms-clear {
  display: none;
}

.mm-searchfield__input {
  display: flex;
  flex: 1;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  padding: 50px 0;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
}

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important;
}

.mm-searchfield__cancel {
  line-height: 44px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  transition: margin 0.4s ease;
}

.mm-searchfield__cancel-active {
  margin-right: 0;
}

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none;
}

.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px;
}

.mm-listitem_onlysubitems > .mm-listitem__text:not(.mm-listitem__btn) {
  z-index: -1;
  pointer-events: none;
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 5;
  transition: right 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}

.mm-sectionindexer ~ .mm-panel {
  padding-right: 0;
}

.mm-sectionindexer_active {
  right: 0;
}

.mm-sectionindexer_active ~ .mm-panel {
  padding-right: 20px;
}

.mm-menu_selected-hover .mm-listitem__btn, .mm-menu_selected-hover .mm-listitem__text, .mm-menu_selected-parent .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem__text {
  transition: background-color 0.4s ease;
}

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected:not(:hover) > .mm-listitem__text {
  background: 0 0;
}

.mm-menu_selected-hover .mm-listitem__btn:hover, .mm-menu_selected-hover .mm-listitem__text:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > .mm-listitem__text {
  background: 0 0;
}

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-sidebar-collapsed-size:50px;
  --mm-sidebar-expanded-size:440px;
}

.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
  position: relative;
}

.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
  transition-property: width, transform;
}

.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  box-sizing: border-box;
  min-height: 100vh;
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: flex !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 50px);
  transform: translate3d(50px, 0, 0);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider, .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
  min-width: 0 !important;
  max-width: 100000px !important;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none;
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking, .mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible;
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important;
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 440px);
  transform: translate3d(440px, 0, 0);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.mm-menu_opened .mm-menu__blocker {
  display: none;
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(0, 0, 0);
}

input.mm-toggle {
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
  border: none !important;
  background: var(--mm-color-border);
  border-radius: 34px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

input.mm-toggle:before {
  background: #f3f3f3;
}

input.mm-toggle:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 1px;
  border-radius: 34px;
  background: var(--mm-color-background);
  transition: transform 0.2s ease;
}

input.mm-toggle:checked {
  background: #4bd963;
}

input.mm-toggle:checked:before {
  transform: translateX(24px);
}

input.mm-check {
  margin-top: 2px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  background: 0 0 !important;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 40px) / 2);
}

input.mm-check:before {
  content: "";
  display: block;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: var(--mm-color-text);
  opacity: 0.3;
  transform: rotate(-45deg);
  transition: opacity 0.2s ease;
}

input.mm-check:checked:before {
  opacity: 1;
}

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left;
}

.mm-menu_border-none .mm-listitem:after {
  content: none;
}

.mm-menu_border-full .mm-listitem:after {
  left: 0 !important;
}

.mm-menu_fx-menu-slide {
  transition: transform 0.4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  transform: translate3d(-30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  transform: translate3d(0, 0, 0);
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  transform: translate3d(30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
  transition-property: none;
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(10000px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel {
  display: flex;
  flex-direction: column;
}

.mm-menu_listview-justify .mm-panels > .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem {
  flex: 1 0 auto;
  min-height: 50px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text {
  box-sizing: border-box;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0;
}

.mm-listview_inset .mm-listitem {
  padding: 5px 0;
}

.mm-menu_multiline .mm-listitem__text {
  text-overflow: clip;
  white-space: normal;
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000;
}

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff;
}

.mm-menu_popup {
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0);
}

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  transform: none !important;
  z-index: 0;
}

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1;
}

.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  transition: transform 0.4s ease;
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  transform: none !important;
  z-index: 0;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_position-front.mm-menu_position-right {
  transform: translate3d(100%, 0, 0);
}

.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  transform: translate3d(0, 0, 0);
}

.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none;
}

.mm-menu_shadow-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
}

.mm-menu_theme-white {
  --mm-color-border:rgba( 0,0,0, 0.1 );
  --mm-color-button:rgba( 0,0,0, 0.3 );
  --mm-color-text:rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed:rgba( 0,0,0, 0.3 );
  --mm-color-background:#fff;
  --mm-color-background-highlight:rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.03 );
  --mm-shadow:0 0 10px rgba( 0,0,0, 0.2 );
}

.mm-menu_theme-dark {
  --mm-color-border:rgba( 0,0,0, 0.3 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#333;
  --mm-color-background-highlight:rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.1 );
  --mm-shadow:0 0 20px rgba( 0,0,0, 0.5 );
}

.mm-menu_theme-black {
  --mm-color-border:rgba( 255,255,255, 0.25 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#000;
  --mm-color-background-highlight:rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis:rgba( 255,255,255, 0.15 );
  --mm-shadow:none;
}

body.modal-open .mm-slideout {
  z-index: unset;
}

.mm-menu_offcanvas {
  z-index: 1000;
  display: block !important;
  left: 0;
  transition: all 0.4s 0s;
}

.mm-menu_offcanvas:not(.mm-menu_opened) {
  left: -100vw;
}

.mm-slideout {
  z-index: 10;
  display: none;
}

.mm-wrapper__blocker {
  z-index: 2000;
}

.mm-btn:after, .mm-btn:before {
  border-color: var(--colcorp) !important;
}

.mm-navbars_bottom .mm-navbar {
  font-size: 83%;
}

/*
┌────────────────────────────────────┐
	cb Quick Google Map Fix
└────────────────────────────────────┘ */
.cbQuickGoogleMap img {
  max-width: none !important;
}

/*
┌────────────────────────────────────┐
	Flickity Allgemein
└────────────────────────────────────┘ */
.csc-flickity .col,
.csc-flickity .frame,
.contentPic .col,
.contentPic .frame {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.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;
}

.flickCounter {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 1000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  width: 50px;
  margin-left: -25px;
}

/*
┌────────────────────────────────────┐
	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("/typo3conf/ext/mk7base/Resources/Public/Img/icon_scroll_to_content.gif") no-repeat center 3px;
  background-size: 50px 45px;
  transition: all 1s ease-in-out;
}
.tocontent:hover {
  background-position: center 21px;
  cursor: pointer;
}
.tocontent:after {
  content: "MEHR";
}
@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;
  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%;
  animation: ani-mouse 2.5s linear infinite;
}

.scrollDown {
  position: fixed;
  bottom: 0;
  padding: 4px 10px;
  width: 100%;
}
.scrollDown button {
  padding-top: 60px;
  background: transparent;
  border: 0;
}
.scrollDown button:focus {
  outline: none;
}
.scrollDown button span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 22px;
  height: 34px;
  margin-left: -11px;
  border: 2px solid #00ffd0;
  border-radius: 9px;
  box-sizing: border-box;
}
.scrollDown button span:before {
  position: absolute;
  top: 3px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #00ffd0;
  border-radius: 100%;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 16px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*
┌────────────────────────────────────┐
	TYPO3 Responsive Images
└────────────────────────────────────┘
*/
.ce-gallery .ce-row {
  padding: 0;
  font-size: 0;
}
.ce-gallery .ce-column {
  margin: 0px 0px var(--pad) 0px;
  display: inline-block;
  vertical-align: middle;
}
.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 var(--pad);
  font-size: calc(1.5rem + 0.25vw);
}
.ce-gallery .ce-column:last-child, .ce-gallery td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image {
  margin-right: 0;
  padding-right: 0;
}

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

/*
┌────────────────────────────────────┐
	Paddings
└────────────────────────────────────┘
*/
.col[class*=type-].paddingTop20vh, .ceOut.paddingTop20vh {
  padding-top: 20vh;
}
.col[class*=type-].paddingTop15vh, .ceOut.paddingTop15vh {
  padding-top: 15vh;
}
.col[class*=type-].paddingTop10vh, .ceOut.paddingTop10vh {
  padding-top: 10vh;
}
.col[class*=type-].paddingTop5vh, .ceOut.paddingTop5vh {
  padding-top: 5vh;
}
.col[class*=type-].paddingTop0, .ceOut.paddingTop0 {
  padding-top: 0;
}
.col[class*=type-].paddingBottom20vh, .ceOut.paddingBottom20vh {
  padding-top: 20vh;
}
.col[class*=type-].paddingBottom15vh, .ceOut.paddingBottom15vh {
  padding-top: 15vh;
}
.col[class*=type-].paddingBottom10vh, .ceOut.paddingBottom10vh {
  padding-bottom: 10vh;
}
.col[class*=type-].paddingBottom5vh, .ceOut.paddingBottom5vh {
  padding-bottom: 5vh;
}
.col[class*=type-].paddingBottom0, .ceOut.paddingBottom0 {
  padding-bottom: 0;
}

/*
┌────────────────────────────────────┐
	Lists
└────────────────────────────────────┘
*/
.ceIn ul, .ceIn ol {
  margin: var(--pad) 0 0 25px;
}

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

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

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

/*
┌────────────────────────────────────┐
	csc-mailform
└────────────────────────────────────┘ */
.contenttable {
  margin: 1em 0px;
}
.contenttable td {
  padding: 0px var(--pad) 0px 0;
}

.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-left .ce-gallery, .ce-column {
  float: left;
  width: 50%;
}
.ce-left .ce-gallery figure, .ce-column figure {
  padding-left: 0;
}

.ce-above .ce-gallery {
  width: 100%;
}

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

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

.ce-right .ce-gallery {
  float: right;
  width: 50%;
}
.ce-right .ce-gallery figure {
  padding-right: 0;
}

.ce-gallery figure {
  margin: 0;
}

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

.ce-gallery img {
  display: block;
}

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

.ce-column:last-child {
  margin-right: 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: var(--pad);
  overflow: auto;
}

.news-single .article {
  padding: 0;
  display: block;
}
.news-single .outer {
  width: 100%;
}
.news-single .footer {
  font-size: 1.3rem;
  color: #aaa;
}

.news-list-view .article {
  padding: 0;
  margin-bottom: 10vh;
  display: block;
  overflow: hidden;
}
.news-list-view .article .header {
  margin-bottom: 20px;
}
.news-list-view .article .news-img-wrap {
  float: left;
  margin: 0 20px 0 0;
  width: 100%;
}
.news-list-view .article .news-img-wrap a {
  display: block;
}
.news-list-view .article .news-img-wrap img {
  width: 100%;
}

.page-navigation:first-child {
  display: none;
}
.page-navigation > p {
  display: none;
}
.page-navigation a {
  font-weight: 500;
}
.page-navigation ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 13px;
}
.page-navigation li {
  visibility: hidden;
  position: relative;
  padding: 20px 42px;
  list-style: none;
}
.page-navigation li.previous, .page-navigation li.next {
  visibility: visible;
  color: #000;
}
.page-navigation li.previous span, .page-navigation li.next span {
  position: absolute;
  width: 15px;
  top: 50%;
  height: 25px;
  transform: translateY(-50%);
}
.page-navigation li.previous svg, .page-navigation li.next svg {
  width: 14px;
  stroke: #000;
  position: relative;
  top: 0px;
  margin-right: 15px;
}
.page-navigation li.previous span {
  left: 0;
}
.page-navigation li.next span {
  right: 0;
}

/*
	DP Cookieconsent
*/
body.dp--cookie-consent {
  overflow: hidden;
}
body.dp--cookie-consent main {
  filter: blur(2px);
}

.cc-window.cc-floating {
  background-color: #fff !important;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 470px;
  bottom: auto;
}
.cc-window.cc-floating .dp--cookie-check {
  display: block;
  margin: 0.8rem 0 0.4rem;
}
.cc-window.cc-floating label {
  display: inline-block;
  color: #000;
  font-family: "mont", sans-serif;
  position: relative;
  padding: 0 14px 0 26px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}
.cc-window.cc-floating label input[type=checkbox] {
  position: absolute;
  left: 0;
  margin-right: 5px;
  margin: 0 10px 0 0;
  background-color: #fff;
  border: 2px solid #000003;
  width: 17px;
  height: 17px;
  -webkit-appearance: none;
  outline: none;
  line-height: 22px;
}
.cc-window.cc-floating label input[type=checkbox]:checked {
  background-color: #000003;
}
.cc-window.cc-floating .cc-message {
  color: #000;
  font-family: "merri", Helvetica, sans-serif;
  font-size: 13px;
}
.cc-window.cc-floating .cc-link {
  color: #000 !important;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.cc-window.cc-floating .cc-message {
  text-align: left;
  margin: 30px 30px 0 !important;
}
.cc-window.cc-floating .cc-message:before {
  content: "";
  margin-bottom: 20px;
  width: 60px;
  display: block;
  height: 70px;
  background: transparent url("/typo3conf/ext/mk7base/Resources/Public/Img/logo.svg") no-repeat left top/contain;
}
.cc-window.cc-floating a.cc-btn.cc-allow,
.cc-window.cc-floating a.cc-btn.cc-dismiss {
  color: #000 !important;
  border: 2px solid #000 !important;
  margin: 8px 4px 30px;
  padding: 2px 12px 0;
  line-height: 2.5;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: "mont", sans-serif;
}
.cc-window.cc-floating a.cc-btn.cc-dismiss {
  color: #fff !important;
  background-color: #000 !important;
}

#dp--cookie-marketing {
  display: none;
}

.cc-revoke.dp--revoke.cc-top,
.cc-revoke.dp--revoke.cc-bottom {
  left: 17px;
  bottom: 10px;
  display: none !important;
}

.cc-revoke.dp--revoke:hover {
  opacity: 1;
}

.dp--overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  font-size: calc(1rem + 2vw);
}
.dp--overlay .db--overlay-submit {
  background-color: #000 !important;
}

.cc-window.cc-floating .cc-compliance {
  padding: 0 28px;
}

li.uid_209 {
  pointer-events: none;
}
li.uid_209.js {
  pointer-events: all;
}

body:before {
  opacity: 0;
  content: "";
  width: 100%;
  pointer-events: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(0, 0, 3);
  z-index: 100;
  transition: opacity 1.5s 0s;
}

body.dp--cookie-consent:before {
  opacity: 0.5;
}

@media all and (max-width: 760px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 760px), only screen and (min-device-pixel-ratio: 2) and (max-width: 760px), only screen and (min-resolution: 192dpi) and (max-width: 760px), only screen and (min-resolution: 2dppx) and (max-width: 760px) {
  .cc-window.cc-floating {
    top: 50%;
    left: 20px;
    right: 20px;
    max-width: 100%;
    transform: translate3d(0%, -50%, 0);
  }
  .cc-window.cc-floating .cc-message {
    margin: 27px 15px 0 !important;
  }
  .cc-window.cc-floating .cc-compliance {
    padding: 0 11px;
  }
}
.gridOnecol {
  background: transparent center center repeat;
}

/*
┌────────────────────────────────────┐
	gridelements
└────────────────────────────────────┘ */
@media (max-width: 767px) {
  .gridTwocol > .col {
    width: 100% !important;
  }
}
/*
	Mailform
*/
form {
  transition: all 0.3s 0s 0s;
}
form .row {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
form .form-group {
  width: 30%;
  display: inline-block;
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  form .form-group {
    padding: 0 10px 0 0;
  }
}
form .form-group:first-of-type, form .form-group:last-of-type {
  width: 100%;
}
form .actions {
  display: inline-block;
}
form input, form textarea {
  width: 100%;
  background-color: #fff;
  min-height: 44px;
  padding: 1.2vh 6px;
  border: 0 none;
  color: #000;
  font-weight: bold;
  font-size: 1.9rem;
  font-family: "bold", sans-serif;
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "regular", sans-serif;
  -webkit-text-fill-color: initial;
}
form input::-moz-placeholder, form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "regular", sans-serif;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder { /*IE 10+ */
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "regular", sans-serif;
}
form input:-moz-placeholder, form textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "regular", sans-serif;
}
form textarea {
  width: calc(100vw - 80px);
  max-width: 1120px;
  min-height: 98px;
}
@media (max-width: 767px) {
  form textarea {
    width: calc(100vw - 75px);
  }
}
form .btn-group button {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
}
form select {
  text-transform: uppercase;
  font-family: "regular", sans-serif;
}
form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: calc(22px + 2.4vh);
  letter-spacing: 1px;
  background: #fff;
  border: none;
  color: #000;
  border-radius: 0;
  cursor: pointer;
  font-size: 1.3rem;
  outline: none;
  padding-left: 6px;
  width: 100%;
}
form select option {
  color: #666;
  font-family: "regular", sans-serif;
}
form select::-ms-expand {
  display: none;
}
form select:focus::-ms-value {
  background-color: transparent;
}

.mk7slider .innerWide {
  width: 100%;
}
.mk7slider .slides {
  display: block;
}
.mk7slider .slide {
  height: 100vh;
  background: transparent none no-repeat center center/cover;
}
.mk7slider .slide .image,
.mk7slider .slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mk7slider .positionBox {
  position: absolute;
  left: 50%;
  right: 0;
  max-width: 1150px;
  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 {
  transition: all 0.5s 0.5s 0s;
  opacity: 0;
  max-width: 500px;
  padding: 20px;
  letter-spacing: 2px;
  font-size: var(--copyfontsize);
}
.mk7slider .slideText h2 {
  font-size: 30px;
}
.mk7slider .slideText span.subheader {
  font-size: 18px;
}
.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: 30px;
}
.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;
}

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: 5vh 0;
}
.accordion .opener {
  cursor: pointer;
}
.accordion .opener .col {
  padding: var(--pad);
}
.accordion .opener .btn {
  text-align: right;
}
.accordion .opener .btn span {
  font-size: 13px;
  position: relative;
  top: -3px;
  opacity: 1;
  transition: all 0.81s 0s;
}
.accordion .opener .btn:before {
  content: "↑";
  position: absolute;
  right: 10px;
  top: 12px;
  opacity: 0;
  font-size: 18px;
  transition: all 0.8s 0s;
}
.accordion .content {
  max-height: 0;
  overflow: hidden;
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all 0.8s 0s;
}
.accordion .content .text,
.accordion .content .image {
  padding: var(--pad);
  transition: all 0.8s 0s;
}
.accordion .accordionItem {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
.accordion .accordionItem.act .opener .btn span {
  opacity: 0;
  margin-right: 15px;
}
.accordion .accordionItem.act .opener .btn:before {
  opacity: 1;
  right: var(--pad);
}
.accordion .accordionItem.act .content {
  height: auto;
  top: 0;
  max-height: 900px;
  opacity: 1;
}
.accordion .accordionItem.act .content .text,
.accordion .accordionItem.act .content .image {
  padding: var(--pad);
}
.accordion .accordionItem:last-child {
  border-bottom: 1px solid #eee;
}

.textslider header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.textslider .slides {
  min-height: 40vh;
}
.textslider .slide {
  padding: 20vh 0;
  color: #fff;
  text-align: right;
}
.textslider .slide .textItem {
  display: inline-block;
}
.textslider h3 p {
  background: var(--col-highlight);
  color: #fff;
  padding: 6px 20px 6px calc(1 * var(--base));
  margin: 0.3em 0;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.textslider .backgroundImageItems {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.module_textimagecols img {
  width: 100%;
}
.module_textimagecols .backgroundImageItems {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center center;
  background-size: cover;
}

.imageMove {
  overflow: hidden;
}
.imageMove .inner {
  overflow: hidden;
}
.imageMove img {
  /*  margin-top: -30px; */ /* margin-bottom: -30px; */
  opacity: 0;
  transform: scale(1.1);
  transition-delay: 1.6s;
  transition: opacity 1.2s 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.imageMove figure {
  padding-bottom: 15vh;
}
.imageMove.is-inview img {
  opacity: 1;
  transform: scale(1);
  transition-delay: 1.6s;
}

.headline_mover {
  padding: 15vh 0;
}
.headline_mover h1 {
  line-height: 1;
}
.headline_mover .line1 {
  width: auto;
  text-align: center; /* padding-right: 47%; */
}
.headline_mover .line2 {
  width: auto;
  text-align: center;
  padding-left: 10%;
}
.headline_mover .line3 {
  width: auto;
  text-align: center;
  padding-left: 10%;
}
.headline_mover .line4 {
  width: auto;
  text-align: center;
  padding-left: 10%;
}
.headline_mover .subline {
  padding: 7vh 0 0;
  text-align: center;
}

html {
  font-size: 10px;
}

html, body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
}

body {
  font-size: calc(1.5rem + 0.25vw);
  line-height: 1.6;
  padding: 0px 0px 0px;
  margin: 0 !important;
  text-align: left;
  color: #000;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 0;
  }
}
body.two_col {
  padding-bottom: 0;
}
body.two_col footer {
  position: relative;
  z-index: 40;
}

p {
  margin: 1em 0px;
}

h1, h2, h3, h4 {
  margin-left: -0.05em;
}

h1, .h1 {
  font-size: var(--h1size);
}

h2, .h2 {
  font-size: var(--h2size);
}

h3, .h3 {
  font-size: var(--h3size);
}

h4, .h4 {
  font-size: var(--h4size);
}

h2.subheader {
  font-size: 2.4rem;
}

h3.subheader {
  font-size: 1.8rem;
}

h4.subheader {
  font-size: 1.44rem;
}

a {
  color: var(--col-highlight);
}

a.more {
  position: relative;
  display: inline-block;
}
a.more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40%;
  z-index: -1;
  background: #ddd;
  transition: all 0.3s 0s;
}
a.more:hover {
  text-decoration: none;
}
a.more:hover:after {
  height: 2px;
}

/*
┌────────────────────────────────────┐
	Cursor custom grafik
└────────────────────────────────────┘ */
*:not(a) {
  cursor: url("/typo3conf/ext/mk7base/Resources/Public/Img/cursor_fill.svg") 9 9, auto;
}

a, a svg, a path, .hamburger, .hamburger *, .button, aside:after, .logo, .showProjectInfoButton span, nav .title {
  cursor: url("/typo3conf/ext/mk7base/Resources/Public/Img/cursor_outline.svg") 11 11, auto;
}
a:hover, a:hover:after, a:hover:before, a *:hover, a *:hover:before, a *:hover:after, a:hover *, a svg:hover, a svg:hover:after, a svg:hover:before, a svg *:hover, a svg *:hover:before, a svg *:hover:after, a svg:hover *, a path:hover, a path:hover:after, a path:hover:before, a path *:hover, a path *:hover:before, a path *:hover:after, a path:hover *, .hamburger:hover, .hamburger:hover:after, .hamburger:hover:before, .hamburger *:hover, .hamburger *:hover:before, .hamburger *:hover:after, .hamburger:hover *, .hamburger *:hover, .hamburger *:hover:after, .hamburger *:hover:before, .hamburger * *:hover, .hamburger * *:hover:before, .hamburger * *:hover:after, .hamburger *:hover *, .button:hover, .button:hover:after, .button:hover:before, .button *:hover, .button *:hover:before, .button *:hover:after, .button:hover *, aside:after:hover, aside:after:hover:after, aside:after:hover:before, aside:after *:hover, aside:after *:hover:before, aside:after *:hover:after, aside:after:hover *, .logo:hover, .logo:hover:after, .logo:hover:before, .logo *:hover, .logo *:hover:before, .logo *:hover:after, .logo:hover *, .showProjectInfoButton span:hover, .showProjectInfoButton span:hover:after, .showProjectInfoButton span:hover:before, .showProjectInfoButton span *:hover, .showProjectInfoButton span *:hover:before, .showProjectInfoButton span *:hover:after, .showProjectInfoButton span:hover *, nav .title:hover, nav .title:hover:after, nav .title:hover:before, nav .title *:hover, nav .title *:hover:before, nav .title *:hover:after, nav .title:hover * {
  cursor: url("/typo3conf/ext/mk7base/Resources/Public/Img/cursor_outline.svg") 11 11, auto !important;
}

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

main {
  position: relative;
  display: block;
  z-index: 1;
}

main > .content {
  min-height: 100vh;
}

/*
┌────────────────────────────────────┐
	Loading transition
└────────────────────────────────────┘ */
body:after {
  content: "";
  width: 100%;
  height: calc(100vh - 80px);
  opacity: 0;
  position: fixed;
  top: 80px;
  left: 0;
  background: var(--col-highlight);
}

html.is-ready body:after {
  transform: scaleY(1);
  animation: loadTrans 0.6s 0.3s both ease-in;
}
@keyframes loadTrans {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}
.col-highlight {
  color: var(--col-highlight);
}

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

/*
┌────────────────────────────────────┐
	rte styles / ckeditor
└────────────────────────────────────┘ */
blockquote {
  padding: 0;
}
blockquote p {
  quotes: "» " " «";
  font-size: 3rem;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.4;
}
blockquote p:before {
  content: open-quote;
}
blockquote p:after {
  content: close-quote;
}

.rteIntroText {
  background: transparent;
  text-align: center;
  padding: var(--pad);
  font-size: 2.4rem;
}

.animatedheadline .wrap {
  padding: 0 10vw;
}
.animatedheadline .wrap h1 {
  opacity: 0;
}
.animatedheadline .wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--yellow);
  transition: height 0.75s cubic-bezier(0.22, 0.61, 0.37, 1) 0s, transform 0.75s cubic-bezier(0.22, 0.61, 0.37, 1) 1s;
  transform: translateX(0);
}
.animatedheadline .wrap.is-inview h1 {
  opacity: 1;
  transition: opacity 0s 0.6s;
}
.animatedheadline .wrap.is-inview:after {
  transform: translateX(100%);
  height: 100%;
}/*# sourceMappingURL=a.css.map */12px;
  opacity: 0;
  font-size: 18px;
  transition: all 0.8s 0s;
}
.accordion .content {
  max-height: 0;
  overflow: hidden;
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all 0.8s 0s;
}
.accordion .content .text,
.accordion .content .image {
  padding: var(--pad);
  transition: all 0.8s 0s;
}
.accordion .accordionItem {
  border-top: 1px solid #eee;
  padding: 10px 0;
}
.accordion .accordionItem.act .opener .btn span {
  opacity: 0;
  margin-right: 15px;
}
.accordion .accordionItem.act .opener .btn:before {
  opacity: 1;
  right: var(--pad);
}
.accordion .accordionItem.act .content {
  height: auto;
  top: 0;
  max-height: 900px;
  opacity: 1;
}
.accordion .accordionItem.act .content .text,
.accordion .accordionItem.act .content .image {
  padding: var(--pad);
}
.accordion .accordionItem:last-child {
  border-bottom: 1px solid #eee;
}

.headline_mover {
  padding: 15vh 0;
}
.headline_mover h1 {
  line-height: 1;
}
.headline_mover .line1 {
  width: auto;
  text-align: center; /* padding-right: 47%; */
}
.headline_mover .line2 {
  width: auto;
  text-align: center;
}
.headline_mover .line3 {
  width: auto;
  text-align: center;
}
.headline_mover .line4 {
  width: auto;
  text-align: center;
}
.headline_mover .subline {
  padding: 7vh calc(1 * var(--base)) 0;
  text-align: left;
}

.multitext .textItems {
  border-bottom: 1px solid silver;
}
.multitext .textItem {
  padding: 10px 25px 35px 0;
  border-top: 1px solid silver;
}
@media (max-width: 767px) {
  .multitext .textItem {
    width: 100% !important;
  }
}

.parallax {
  position: absolute;
  z-index: 0;
}
.parallax img {
  width: 100%;
}

#c142 {
  width: 100%;
}

#c135 {
  width: 280px;
}

#c136 {
  left: -250px !important;
}
@media (max-width: 767px) {
  #c136 {
    left: -176px !important;
  }
  #c136 svg {
    width: 210px !important;
  }
}

#c137 {
  width: 100px;
}

@media (max-width: 767px) {
  #c138 svg {
    width: 78px;
    opacity: 0.3;
  }
}

#c139 {
  width: 77px;
}
@media (max-width: 767px) {
  #c139 {
    right: -46px !important;
  }
}

#c140 {
  width: 168px;
}
@media (max-width: 767px) {
  #c140 {
    width: 51px;
  }
}

#c141 {
  left: 29vw !important;
  z-index: 1;
  width: 15vw;
  max-width: 149px;
}
@media (max-width: 767px) {
  #c141 {
    top: 98vh !important;
    left: 81vw !important;
  }
}

@media (max-width: 767px) {
  #c143 {
    width: 45px;
  }
}

#c146 img {
  width: auto;
}

#c149 {
  left: 23% !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #c149 {
    left: 15% !important;
    top: 32%;
  }
  #c149 img {
    position: absolute !important;
    top: 32px !important;
    height: 77px !important;
    left: 44px !important;
    width: auto !important;
  }
  #c149 svg {
    width: 122px !important;
  }
}
@media (max-width: 767px) {
  #c149 {
    left: 1% !important;
    top: 25% !important;
  }
  #c149 img {
    top: 97px !important;
    height: 47px !important;
    left: 17px !important;
    width: auto !important;
  }
  #c149 svg {
    width: 62px !important;
  }
}

.textslider header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.textslider .slides {
  min-height: 40vh;
}
.textslider .slide {
  padding: 20vh 0;
  color: #fff;
  text-align: right;
}
.textslider .slide .textItem {
  display: inline-block;
}
.textslider h3 p {
  background: var(--col-highlight);
  color: #fff;
  padding: 6px 20px 6px calc(1 * var(--base));
  margin: 0.3em 0;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.textslider .backgroundImageItems {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.module_textimagecols header h1, .module_textimagecols header h2 {
  margin: 3vh 0 3vh;
}
.module_textimagecols header h1 p, .module_textimagecols header h2 p {
  margin: 0;
}
.module_textimagecols img {
  width: 100%;
}
@media (max-width: 767px) {
  .module_textimagecols img {
    padding: 0;
  }
}
.module_textimagecols .columns > div > a {
  display: block;
}
.module_textimagecols .columns hr {
  margin: 0;
}
.module_textimagecols .backgroundImageItems {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .module_textimagecols .column2 {
    padding: 0;
  }
}
.imageMove {
  overflow: hidden;
}
.imageMove .inner {
  overflow: hidden;
}
.imageMove img {
  opacity: 0;
  transform: scale(1.1);
  transition-delay: 1.6s;
  transition: opacity 1.2s 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.imageMove figure {
  padding-bottom: 15vh;
}
.imageMove.is-inview img {
  opacity: 1;
  transform: scale(1);
  transition-delay: 1.6s;
}

.mk7slider .innerWide {
  width: 100%;
}
.mk7slider .slides {
  display: block;
}
.mk7slider .slide {
  background: transparent none no-repeat center center/cover;
}
@media (max-width: 767px) {
  .mk7slider .slide .image,
  .mk7slider .slide img {
    width: 100% !important;
  }
}
.mk7slider .positionBox {
  position: absolute;
  left: 50%;
  right: 0;
  max-width: 1150px;
  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 {
  transition: all 0.5s 0.5s 0s;
  opacity: 0;
  max-width: 500px;
  padding: 30px;
  font-size: 90%;
  line-height: 1.2;
}
.mk7slider .slideText h2 {
  font-size: 30px;
  text-transform: uppercase;
}
.mk7slider .slideText span.subheader {
  font-size: 18px;
}
.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 .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;
}
.mk7slider .slide .positionBox {
  transform: none;
  right: 0;
  top: 0;
  left: auto;
  width: calc(4 * var(--base));
}
@media (max-width: 767px) {
  .mk7slider .slide .positionBox {
    right: 0;
    top: 100%;
    left: 0;
    width: auto;
    position: relative;
    height: auto;
  }
}
.mk7slider .slide .positionBox h2 {
  padding: 60px 0;
}

.flickity-button.flickity-prev-next-button.next {
  transform: translateX(-30px);
  background: transparent url("../Img/arrow_right_pink.svg") no-repeat left center/60px;
  right: calc(1 * var(--base)) !important;
}

.flickity-button.flickity-prev-next-button.previous {
  left: calc(8 * var(--base));
  transform: translateX(30px);
  background: transparent url("../Img/arrow_left_pink.svg") no-repeat left center/60px;
}

.flickity-button.flickity-prev-next-button {
  height: calc(1 * var(--base));
  width: calc(1 * var(--base));
  border-radius: 40rem;
  bottom: 30px;
  top: auto;
}

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%;
}

html {
  font-size: 10px;
}

html, body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
}

body {
  font-size: var(--copyfontsize);
  line-height: 1.6;
  padding: 0px 0px 0px;
  margin: 0 !important;
  text-align: left;
  color: #000;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 0;
    font-weight: 300;
  }
}
body.two_col {
  padding-bottom: 0;
}
body.two_col footer {
  position: relative;
  z-index: 40;
}

p {
  margin: 0.6em 0px;
}

a:not(.lightbox) {
  transition: all 0.5s 0s;
}
a:not(.lightbox):hover {
  text-decoration: none;
  opacity: 0.8;
}

@media (max-width: 767px) {
  a.lightbox {
    pointer-events: none;
  }
}

a.noLink, a[href*="18194107-hd-zuschnitt.gif"] {
  pointer-events: none;
}

h1, h2, h3, h4 {
  margin-left: -0.05em;
  line-height: 1;
}
h1 u, h2 u, h3 u, h4 u {
  color: var(--yellow);
  text-decoration: none;
}

ul {
  list-style: none;
}

h1, .h1 {
  font-size: var(--h1size);
}

h2, .h2 {
  font-size: var(--h2size);
}

h3, .h3 {
  font-size: var(--h3size);
  line-height: 1.6;
  margin: 0;
}

h4, .h4 {
  font-size: var(--h4size);
  font-weight: 400;
  line-height: 1.3;
}

h2.subheader {
  font-size: 2.4rem;
}

h3.subheader {
  font-size: 1.8rem;
}

h4.subheader {
  font-size: 1.44rem;
}

a {
  color: var(--col-highlight);
}

a.back {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  display: block;
  font-style: normal;
  padding: 0;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  font-size: 1.6rem;
  padding: 30px calc(1 * var(--base));
}

a.more {
  position: relative;
  display: inline-block;
}
a.more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40%;
  z-index: -1;
  background: #ddd;
  transition: all 0.3s 0s;
}
a.more:hover {
  text-decoration: none;
}
a.more:hover:after {
  height: 2px;
}

body.two_col a {
  color: #fff;
}

/*
┌────────────────────────────────────┐
	Cursor custom grafik
└────────────────────────────────────┘ */
*:not(a) {
  cursor: url("../Img/icons/cursor_fill.svg") 9 9, auto;
}

a, a svg, a path, .hamburger, .hamburger *, .button, aside:after, .showProjectInfoButton span, nav .title {
  cursor: url("../Img/icons/cursor_outline.svg") 11 11, auto;
}
a:hover, a:hover:after, a:hover:before, a *:hover, a *:hover:before, a *:hover:after, a:hover *, a svg:hover, a svg:hover:after, a svg:hover:before, a svg *:hover, a svg *:hover:before, a svg *:hover:after, a svg:hover *, a path:hover, a path:hover:after, a path:hover:before, a path *:hover, a path *:hover:before, a path *:hover:after, a path:hover *, .hamburger:hover, .hamburger:hover:after, .hamburger:hover:before, .hamburger *:hover, .hamburger *:hover:before, .hamburger *:hover:after, .hamburger:hover *, .hamburger *:hover, .hamburger *:hover:after, .hamburger *:hover:before, .hamburger * *:hover, .hamburger * *:hover:before, .hamburger * *:hover:after, .hamburger *:hover *, .button:hover, .button:hover:after, .button:hover:before, .button *:hover, .button *:hover:before, .button *:hover:after, .button:hover *, aside:after:hover, aside:after:hover:after, aside:after:hover:before, aside:after *:hover, aside:after *:hover:before, aside:after *:hover:after, aside:after:hover *, .showProjectInfoButton span:hover, .showProjectInfoButton span:hover:after, .showProjectInfoButton span:hover:before, .showProjectInfoButton span *:hover, .showProjectInfoButton span *:hover:before, .showProjectInfoButton span *:hover:after, .showProjectInfoButton span:hover *, nav .title:hover, nav .title:hover:after, nav .title:hover:before, nav .title *:hover, nav .title *:hover:before, nav .title *:hover:after, nav .title:hover * {
  cursor: url("../Img/icons/cursor_outline.svg") 11 11, auto !important;
}

/*
┌────────────────────────────────────┐
	Main grid, wraps, containers
└────────────────────────────────────┘ */
main {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
}

main > .content {
  min-height: 100vh;
}

/*
┌────────────────────────────────────┐
	Loading transition
└────────────────────────────────────┘ */
body:after {
  content: "";
  width: 100%;
  height: calc(100vh - 80px);
  opacity: 0;
  position: fixed;
  top: 80px;
  left: 0;
  background: var(--col-highlight);
}

html.is-ready body:after {
  transform: scaleY(1);
  animation: loadTrans 0.6s 0.3s both ease-in;
}
@keyframes loadTrans {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}
.col-highlight {
  color: var(--col-highlight);
}

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

/*
┌────────────────────────────────────┐
	rte styles / ckeditor
└────────────────────────────────────┘ */
blockquote {
  padding: 0;
}
blockquote p {
  quotes: "» " " «";
  font-size: 3rem;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.4;
}
blockquote p:before {
  content: open-quote;
}
blockquote p:after {
  content: close-quote;
}

.rteIntroText {
  background: transparent;
  text-align: center;
  padding: var(--pad);
  font-size: 2.4rem;
}

.frame-type-form_formframework form {
  padding: 20px;
  background-color: #ddd;
}
.frame-type-form_formframework .form-group {
  margin-bottom: 10px;
}
.frame-type-form_formframework input {
  border: 0;
  padding: 2px 5px;
}
.frame-type-form_formframework .control-label {
  display: none;
}
.frame-type-form_formframework .next .btn {
  border: 0;
  background: #adadad;
  font-weight: 700;
}

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

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

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

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

figcaption {
  text-transform: uppercase;
  letter-spacing: 0.175em;
  font-size: clamp(1.3rem, 1vw, 2.3rem);
  font-weight: 400;
  line-height: 1.4;
  margin-top: -20px;
}
@media (max-width: 767px) {
  figcaption {
    margin-top: 0;
    padding-top: 8px;
  }
}

@media (min-width: 768px) {
  .hideOnDesktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .hideOnMobile {
    display: none;
  }
}

body {
  background: var(--green);
  color: var(--white);
  font-family: "Montserrat", Montserrat, sans-serif;
  font-weight: 200;
}

strong {
  font-weight: 500;
}

.lower {
  text-transform: lowercase;
}

.yellow {
  color: var(--yellow);
}

h1,
h2,
h3,
h4,
svg,
#uid_1 ul,
label {
  letter-spacing: 0.175em;
  text-transform: uppercase;
}

hr {
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  height: 1px;
  background: #000;
  opacity: 1;
  margin: 9vh 0 0;
  display: block;
  position: relative;
}

button {
  border: 0 none;
  background: transparent;
  color: #000;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  button {
    line-height: 35px;
    padding: 0 13px;
  }
}
button:focus {
  outline: none;
  border: 0 none;
}

section.imprint,
section.privacy {
  padding: 0 4vw;
  transition: opacity 0.8s 0.4s;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
section.imprint .inner,
section.privacy .inner {
  background: var(--green);
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 30px;
  overflow: auto;
}
section.imprint p,
section.privacy p {
  padding: 30px 0;
  margin: 0;
}
section.imprint button,
section.privacy button {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #fff;
  padding: 30px 50px;
}
section.imprint a,
section.privacy a {
  color: #fff;
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.5s 0s;
}
section.imprint a:hover,
section.privacy a:hover {
  background: rgba(255, 255, 255, 0.2);
  padding: 0 10px;
}

section.privacy p {
  padding: 10px 0;
  margin: 0;
  font-size: 1.6rem;
}
section.privacy ul {
  letter-spacing: 0;
  font-size: 1.6rem;
  text-transform: none;
}
section.privacy ul ul {
  list-style: square;
  margin-left: 15px;
}

body.showImprint section.imprint {
  opacity: 1;
  pointer-events: all;
}
body.showImprint header {
  opacity: 0;
}

body.showPrivacy section.privacy {
  opacity: 1;
  pointer-events: all;
}
body.showPrivacy header {
  opacity: 0;
}

main {
  transition: opacity 0.8s 0.4s;
  opacity: 0;
}

.is-ready main,
.is-ready header button {
  opacity: 1;
}

section {
  padding: 0vh 0;
}

section#header {
  margin-bottom: calc(30vh - 9vw);
}
@media (max-width: 767px) {
  section#header {
    margin-bottom: 50px;
  }
}
section#header .logo {
  height: 40vh;
  padding: 0vh 0;
}
@media (max-width: 767px) {
  section#header .logo {
    height: 57vw;
    padding: 17vw 20px;
  }
}
section#header .textcontent {
  position: relative;
  top: 10vw;
  padding: 0px 20px;
}
section#header .textcontent ul {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
section#header .textcontent ul li {
  padding-left: 22px;
  position: relative;
}
section#header .textcontent ul li:before {
  content: "_ ";
  position: absolute;
  left: 0;
}
section#header .textcontent ul li li {
  padding-left: 0;
}
section#header .textcontent ul li li:before {
  display: none;
}
@media (max-width: 767px) {
  section#header .textcontent {
    top: 0;
    padding-bottom: 40px;
  }
}

.menu .inner {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 100px;
  height: 100px;
  width: 100vh;
  text-align: center;
  transform: rotate(270deg) translate(16%, 0%);
  z-index: 5;
  transform-origin: right bottom;
}
@media (max-width: 767px) {
  .menu .inner {
    line-height: 40px;
    height: 40px;
  }
}
.menu .inner a {
  padding: 0 40px;
  color: #000;
  position: relative;
  z-index: 1;
  line-height: 100px;
  display: inline-block;
}
.menu .inner a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background: var(--green);
  transition: all 0.6s 0s;
}
.menu .inner a:hover {
  color: var(--white);
  text-decoration: none;
}
.menu .inner a:hover:after {
  opacity: 1;
}

.toppattern {
  position: absolute;
  top: -11vh;
  right: 93vh;
  width: 276px;
}
.toppattern svg {
  width: 100%;
}

.yellowbird {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -78px;
  width: 155px;
}
@media (max-width: 767px) {
  .yellowbird {
    width: 80px;
    top: 20px;
    margin-left: -29px;
  }
}
.yellowbird svg {
  width: 100%;
  height: auto;
}

h1 {
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  margin: 0 0;
  line-height: 1.15;
}
h1 span {
  color: var(--yellow);
}

.leftPattern {
  position: absolute;
  left: calc(-4vw - 55px);
  z-index: -1;
}

.rightPattern {
  position: absolute;
  right: 85px;
}

.comingsoon {
  width: 13vw;
  margin-bottom: calc(-5.1vw - 4px);
  position: relative;
}
.comingsoon svg {
  width: 100%;
}
@media (max-width: 767px) {
  .comingsoon svg {
    display: none;
  }
}
.comingsoon h3 {
  position: absolute;
  top: 0;
  left: 2vw;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .comingsoon h3 {
    position: relative;
    font-size: 6vw;
    left: 20px;
    padding-bottom: 31px;
  }
}

section.mailform {
  background: var(--green);
}
section.mailform:before {
  content: "";
  background: linear-gradient(0deg, rgb(27, 152, 87), transparent);
  position: absolute;
  left: 0;
  right: 0;
  height: 200px;
  top: -200px;
}

.formular {
  margin: 0 15vw;
  max-width: 890px;
  z-index: 10;
  position: relative;
}
@media (max-width: 767px) {
  .formular {
    margin: 0 20px;
  }
}
.formular button {
  color: #fff;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  letter-spacing: 0;
  padding: 0;
}
.formular input {
  display: block;
  width: 100%;
  background: #fff;
  border: 0 none;
  color: var(--green);
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 54px;
  margin-bottom: 12px;
}
.formular .submit {
  float: right;
  text-align: right;
  background: transparent;
  border: 0;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  padding: 15px 0px 15px 20px;
  font-size: var(--h3size);
  text-decoration: none;
}

.birdball {
  max-width: 168px;
  overflow: hidden;
  height: 226px;
}
.birdball svg {
  width: 100%;
  height: auto;
}

main > .content > section {
  overflow: hidden;
  position: relative;
}

section.start {
  padding-top: 300px;
}
section.start #c119 {
  margin-left: -40px;
}
@media (max-width: 767px) {
  section.start #c119 {
    margin-left: 0;
  }
}
section.start #c119 .ceIn {
  overflow: visible;
}
@media (max-width: 767px) {
  section.start #c147 .column2 {
    top: 0 !important;
  }
}
section.start #c101 .ceIn {
  overflow: visible;
}
@media (max-width: 767px) {
  section.start #c101 .ceIn {
    padding-right: calc(1 * var(--base));
  }
}

section.facts {
  background: var(--beige);
  color: #000;
}
section.facts:before {
  content: "";
  position: absolute;
  left: 25%;
  width: 50%;
  height: 15px;
  background: var(--pink);
}
section.facts .containerLeft .ceIn {
  padding-right: 0;
}
section.facts .containerLeft .columns > div {
  min-width: 220px;
}
section.facts .containerRight .column1 {
  padding: 0;
}
section.facts #c105 img {
  padding: 0;
}
section.facts #c105 img[src*=".gif"] {
  width: 12%;
  margin-left: 6%;
  margin-bottom: -2px;
  min-width: 80px;
  max-width: 160px;
}
section.facts #c130 {
  left: 0;
  max-width: 33vw;
  float: right;
  margin-right: calc(1 * var(--base));
}
@media (max-width: 767px) {
  section.facts #c130 {
    left: 0;
  }
}
section.facts #c130 .column1 {
  text-align: right;
  margin-left: 7vw;
}
@media (max-width: 767px) {
  section.facts #c130 .column1 {
    margin-left: 0;
  }
}
section.facts #c130 img {
  max-width: 150px;
}
@media (max-width: 767px) {
  section.facts #c130 img {
    max-width: 130px;
  }
}
section.facts #c130 figcaption {
  width: 17vw;
  border-top: 1px solid #000;
  padding-top: 3vh;
  margin-top: 1vh;
  text-align: right;
}
@media (max-width: 767px) {
  section.facts #c130 figcaption {
    width: 100%;
  }
}

section.idee {
  background: #fff;
  color: #000;
}
section.idee .containerRight .column1 {
  padding: 0;
}
section.idee .containerRight #c111 {
  margin-left: calc(-1 * var(--base));
}
@media (max-width: 767px) {
  section.idee .containerRight #c111 {
    margin-left: 0;
  }
}
section.idee #c102 .textItem {
  width: 100%;
}
section.idee #c102 .textItem h1 {
  font-size: 5vw;
}
section.idee #c102 .textItem p {
  font-size: 1.8vw;
}
@media (max-width: 767px) {
  section.idee #c102 .textItem p {
    font-size: var(--copyfontsize);
  }
}
section.idee #c109 {
  padding-right: 40px;
}
@media (max-width: 767px) {
  section.idee #c109 {
    padding-right: 0;
  }
}

section.standort {
  background: #fff;
  color: #000;
}
section.standort .macro,
section.standort .micro {
  display: inline-block;
  margin-right: 1em;
  line-height: 4;
}
section.standort .macro h3,
section.standort .micro h3 {
  display: inline-block;
}
section.standort .macro:before,
section.standort .micro:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  border-radius: 50em;
  margin-right: 0.6em;
  position: relative;
  top: 0.45em;
  background: var(--orange);
  display: inline-block;
}
section.standort .macro:before {
  background: var(--green);
}
section.standort .mk7slider .slide .image {
  width: 100%;
}
section.standort .flickity-button {
  display: none;
}
section.standort .containerLeft {
  flex-basis: 60%;
}
@media (max-width: 767px) {
  section.standort .containerLeft {
    order: 2;
    margin-top: 26px;
  }
}
section.standort .containerRight {
  flex-basis: 40%;
}
section.standort .containerRight .ceIn {
  padding: 0 30px;
}
@media (max-width: 767px) {
  section.standort .containerRight .ceIn {
    padding: 0;
  }
}
@media (max-width: 767px) {
  section.standort #c123 {
    padding-bottom: 0;
  }
}

section.newwork {
  background: #fff;
  color: #000;
}
section.newwork .mk7slider .slide .image {
  width: calc(8 * var(--base));
}
@media (max-width: 767px) {
  section.newwork .mk7slider .flickity-button.flickity-prev-next-button {
    display: none;
  }
}
@media (max-width: 767px) {
  section.newwork #c125 .column1 h1 {
    margin: 3vh 0 5vh;
  }
  section.newwork #c125 .column2 {
    max-width: 164px;
    float: right;
  }
}

section.nachhaltigkeit {
  background: #fff;
  color: #000;
  padding-top: 10vh;
}
section.nachhaltigkeit .headline_mover:before {
  content: "";
  left: calc(1 * var(--base));
  right: calc(1 * var(--base));
  position: absolute;
  height: 1px;
  background: #000;
  top: 8vh;
}
section.nachhaltigkeit .containerLeft {
  color: #fff;
}
@media (max-width: 767px) {
  section.nachhaltigkeit .containerLeft {
    background: var(--greendark);
  }
}
section.nachhaltigkeit .containerLeft .textItem {
  padding: 4vh 0 10vh;
}
section.nachhaltigkeit .containerLeft .textItem h4 {
  border-bottom: 1px solid white;
  display: inline-block;
  padding-right: 20px;
  margin: 27px 0 0px;
  padding-bottom: 12px;
  position: relative;
}
section.nachhaltigkeit .containerLeft .textItem h4:before {
  content: "";
  position: absolute;
  right: 100%;
  width: calc(1 * var(--base));
  height: 1px;
  background: #fff;
  bottom: -1px;
}
section.nachhaltigkeit .containerRight .column1 {
  padding: 0;
}
section.nachhaltigkeit .containerRight #c114 {
  margin-left: calc(-1 * var(--base));
  z-index: 1000;
  margin-right: calc(-1 * var(--base));
  width: calc(8 * var(--base));
}
@media (max-width: 767px) {
  section.nachhaltigkeit .containerRight #c114 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
section.nachhaltigkeit .containerRight #c114 .ceIn {
  padding: 0;
}
section.nachhaltigkeit #c113 .textItem {
  padding-right: calc(1 * var(--base));
  padding-right: 1vw;
}
section.nachhaltigkeit #c133 .text3 {
  padding-right: 100px;
}
@media (min-width: 768px) {
  section.nachhaltigkeit #c134 .column1 a:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  section.nachhaltigkeit #c134 .column1 a:last-of-type {
    display: none;
  }
}

section.kontakt .col {
  padding: 5vh 0;
}
@media (max-width: 767px) {
  section.kontakt .col {
    padding: 0;
  }
}
section.kontakt .columns {
  position: relative;
}
@media (max-width: 767px) {
  section.kontakt .columns {
    padding: 40px 0;
  }
}
section.kontakt .columns .column1 .textItem,
section.kontakt .columns .column3 .textItem {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  section.kontakt .columns .column1 .textItem,
  section.kontakt .columns .column3 .textItem {
    position: relative;
  }
}
@media (max-width: 767px) {
  section.kontakt .columns > div {
    padding: 30px 0;
  }
}
section.kontakt #c12 {
  padding-top: 4vh;
}
section.kontakt #c12 .column1 .textItem p:first-child strong {
  padding-right: 25px;
  color: transparent;
  background: transparent url("../Img/logo.svg") no-repeat 15px 0px/auto 80%;
}
section.kontakt #c12 .column1 .textItem p:first-child strong:before {
  color: #fff;
  content: "_ ";
}
section.kontakt #c146 {
  left: 22.7% !important;
}
@media (max-width: 1024px) {
  section.kontakt #c146 {
    left: auto !important;
    right: 15px;
  }
}

/*
	Datenschutz
*/
#uid_18 ul {
  list-style: disc;
}/*# sourceMappingURL=a.css.map */