@charset "UTF-8";
/* Abstractions & Helpers */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.animContainer {
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Positions */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/* Layout */
.inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

.table {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
}

/* Alignment */
.align-left {
  text-align: left;
}

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

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

.v-align-middle {
  vertical-align: middle;
}

.v-align-top {
  vertical-align: top;
}

.v-align-bottom {
  vertical-align: bottom;
}

/* Weights */
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.normal {
  font-style: normal;
}

.italic {
  font-style: italic;
}

/* Transform */
.uppercase {
  text-transform: uppercase;
}

/* Hide text */
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* Overflow */
.overflow-hidden {
  overflow: hidden;
}

/* z-index */
.index-up {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .br-md {
    display: block;
    white-space: nowrap;
  }
}
.wrapper-center {
  display: block;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.rightside_image, .fullside_image, .leftside_image {
  padding: 0px;
  margin: 10px 0;
}
.rightside_image p, .fullside_image p, .leftside_image p {
  font-size: 0.9em;
  padding: 4px 4px 4px 4px;
  margin: 0;
  line-height: 0.9em;
}
.rightside_image a, .fullside_image a, .leftside_image a {
  text-decoration: none;
}

.fullside_image {
  margin: 0 auto;
}
.fullside_image img {
  width: 100%;
}

.rightside_image_raw, .leftside_image_raw {
  margin: 5px;
}

.rightside_image, .rightside_image_raw {
  float: right;
  height: auto;
  width: 260px;
}
.rightside_image.w130, .rightside_image_raw.w130 {
  width: 130px;
}
.rightside_image.w300, .rightside_image_raw.w300 {
  width: 300px;
}
.rightside_image.w400, .rightside_image_raw.w400 {
  width: 400px;
}
@media (min-width: 576px) {
  .rightside_image, .rightside_image_raw {
    margin: 2px 0px 18px 8px;
  }
}

.leftside_image, .leftside_image_raw {
  float: left;
}
.leftside_image img, .leftside_image_raw img {
  width: 240px;
}
.leftside_image img.w130, .leftside_image_raw img.w130 {
  width: 130px;
}
.leftside_image img.w300, .leftside_image_raw img.w300 {
  width: 300px;
}
.leftside_image img.w400, .leftside_image_raw img.w400 {
  width: 400px;
}
@media (min-width: 768px) {
  .leftside_image, .leftside_image_raw {
    margin: 2px 18px 8px 0px;
  }
}

@media (max-width: 576px) {
  .rightside_image, .leftside_image {
    float: none;
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .rightside_image img, .rightside_image img.w300, .rightside_image img.w400, .leftside_image img, .leftside_image img.w300, .leftside_image img.w400 {
    width: 100%;
  }
}

.max-500 {
  max-width: 500px;
}

.no-pad-mar {
  padding: 0;
  margin: 0;
}

ul.link-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.link-list li {
  font-size: 0.9em;
  line-height: 1;
  padding: 3px 0 0 0;
}
ul.link-list a {
  text-decoration: none;
}

.rounded_sm {
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

.rounded, .blog-items .aspect-box img {
  -moz-border-radius: 0.3rem !important;
  border-radius: 0.3rem !important;
}

.rounded_shadow {
  -moz-transition: box-shadow 0.2s ease-out, -moz-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -moz-box-shadow 0.2s ease-out;
  -moz-box-shadow: 0 1rem 2.5rem -0.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 1rem 2.5rem -0.5rem rgba(0, 0, 0, 0.25);
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
}

.shadow_sm {
  -moz-transition: box-shadow 0.2s ease-out, -moz-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -moz-box-shadow 0.2s ease-out;
  -moz-box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.25);
}

.shadow {
  -moz-transition: box-shadow 0.2s ease-out, -moz-box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, -moz-box-shadow 0.2s ease-out;
  -moz-box-shadow: 0 1rem 2.5rem -0.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 1rem 2.5rem -0.5rem rgba(0, 0, 0, 0.25);
}

.hyphenation {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.hyphenate {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;
  -ms-hyphenate-limit-chars: 8 4 4;
  hyphenate-limit-chars: 8 4 4;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.greenSign {
  background-color: #008a9c;
  display: inline-block;
  padding: 0 24px;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 576px) {
  .desktop-br {
    display: inline;
  }
  .mobile-br {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .desktop-br {
    display: none;
  }
  .mobile-br {
    display: inline;
  }
}
.tabRechts {
  margin-right: 0;
}
@media (min-width: 576px) {
  .tabRechts {
    margin-right: 12px;
  }
}

.clip {
  clip-path: circle(119.6% at 0 50%);
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.liner {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.liner:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: var(--inogreen);
  min-width: 20px;
  margin: auto;
}
.liner:after {
  margin-left: 20px;
}

.filter-me, .filter-gray {
  filter: grayscale(1);
}

.filter-darken {
  filter: grayscale(1) brightness(0.6);
}

.filter-darken02 {
  filter: saturate(40%) brightness(45%);
}

.filter-darken03 {
  filter: saturate(60%) brightness(60%);
}

.filter-lighten-bw {
  filter: grayscale(1) brightness(2.8);
}

.filter-lighten01 {
  filter: saturate(80%) brightness(1.4);
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.txtovimg_top figure {
  position: relative;
  overflow: hidden;
}

.txtovimg_top figcaption {
  --background: var(--inogreen);
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  background: var(--background);
  padding: 4px 6px;
  font-size: 0.7em;
  border-radius: 0.2rem;
  line-height: 1;
  color: #fff;
}

.flex-img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.rahmenRot {
  border: 1px solid red;
}

.rahmenBlau {
  border: 1px solid blue;
}

.grayline {
  border-top: 1px solid #D8D8D8;
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
  .display-mobile {
    display: inline;
  }
}
@media (min-width: 576px) {
  .hidden-mobile {
    display: inline;
  }
  .display-mobile {
    display: none;
  }
}
.pad—bot-10 {
  padding-bottom: 10px;
}

.pad—bot-25 {
  padding-bottom: 25px;
}

.mar-bot-25 {
  margin-bottom: 25px;
}

.embed-container {
  --ratio: 56.25%;
  position: relative;
  padding-bottom: var(--ratio);
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

.shownone {
  display: none;
}

/* Fonts */
/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v16-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Lato Light"), local("Lato-Light"), url("../fonts/lato-v16-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-300.woff2") format("woff2"), url("../fonts/lato-v16-latin-300.woff") format("woff"), url("../fonts/lato-v16-latin-300.ttf") format("truetype"), url("../fonts/lato-v16-latin-300.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v16-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-700.woff2") format("woff2"), url("../fonts/lato-v16-latin-700.woff") format("woff"), url("../fonts/lato-v16-latin-700.ttf") format("truetype"), url("../fonts/lato-v16-latin-700.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v16-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-regular.woff2") format("woff2"), url("../fonts/lato-v16-latin-regular.woff") format("woff"), url("../fonts/lato-v16-latin-regular.ttf") format("truetype"), url("../fonts/lato-v16-latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-v16-latin-900.eot"); /* IE9 Compat Modes */
  src: local("Lato Black"), local("Lato-Black"), url("../fonts/lato-v16-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v16-latin-900.woff2") format("woff2"), url("../fonts/lato-v16-latin-900.woff") format("woff"), url("../fonts/lato-v16-latin-900.ttf") format("truetype"), url("../fonts/lato-v16-latin-900.svg#Lato") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?772on0");
  src: url("../fonts/icomoon.eot?772on0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?772on0") format("truetype"), url("../fonts/icomoon.woff?772on0") format("woff"), url("../fonts/icomoon.svg?772on0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 0.9em;
  line-height: 1;
  padding-left: 10px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
  content: "\ea0c";
}

.icon-arrow-right:before {
  content: "\ea34";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-circle-right:before {
  content: "\ea42";
}

.iconSpecial {
  text-decoration: none;
  border-bottom: none;
  color: #EA34A5;
}

/* Vendors */
:root {
  --plyr-color-main: #fc34dc;
  --plyr-font-family: "Lato";
}

.plyr__control--overlaid {
  padding: 24px !important;
}

.video-link {
  transition: 0.4s ease-in-out;
  border-radius: 0.3rem;
}

.gridOverflow {
  --itemMinWidth: 160px;
  --itemAspectRatio: 1;
  --gridGap: 4px;
  --linkActionIcon: "⤢";
  --itemRounding: 0;
  --masonryItemHeight: 180px;
  margin: auto;
  display: grid;
  grid-gap: var(--gridGap);
  grid-template-columns: repeat(auto-fit, minmax(min(50% - var(--gridGap), var(--itemMinWidth)), 1fr));
  grid-auto-flow: dense;
}

.gridOverflow img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gridOverflow a > img:hover {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

.go_gridItem {
  padding-bottom: calc(100% * var(--itemAspectRatio));
  height: 0;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  border-radius: var(--itemRounding);
}

.go_gridItem > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
  margin: 0 !important;
}

.go_gridItem-centered > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6%;
  hyphens: auto;
}

.go_caption {
  background-color: rgba(0, 0, 0, 0.5);
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  height: auto;
  color: white;
  box-sizing: border-box;
  line-height: 1.33em;
  padding: 0.15rem 1rem;
  width: auto;
  text-align: center;
  position: absolute;
  hyphens: auto;
}

.go_caption-full {
  width: 100%;
  display: block;
}

.go_gridItem-panorama {
  grid-column: span 2;
  padding-bottom: calc((100% - var(--gridGap)) / 2 * var(--itemAspectRatio));
}

.go_gridItem-vertigo {
  grid-row: span 2;
  padding-bottom: calc(100% * var(--itemAspectRatio) * 2 + var(--gridGap));
}

.go_gridItem-VIP {
  grid-column: span 2;
  grid-row: span 2;
  padding-bottom: calc((100% - var(--gridGap)) * var(--itemAspectRatio) + var(--gridGap));
}

/* ---------- Masonry mode ---------- */
.go-masonry {
  gap: var(--gridGap);
  display: flex;
  flex-wrap: wrap;
}

.go-masonry .go_gridItem {
  padding-bottom: 0;
  display: flex;
  flex-grow: 1;
  height: var(--masonryItemHeight);
  flex-basis: fit-content;
}

.go-masonry .go_gridItem > * {
  position: static;
  flex-grow: 1;
  width: auto;
}

.go-masonry .go_gridItem-centered,
.go-masonry .go_gridItem-noImage {
  flex-basis: var(--itemMinWidth);
}

.go-masonry .go_caption {
  position: absolute;
}

/* ---------- link action icon ---------- */
.go-actionIcon > a.go_gridItem::after {
  content: var(--linkActionIcon);
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 111%;
  border-radius: 3px;
  line-height: 0.6em;
  font-family: sans-serif;
  opacity: 0.5;
  text-shadow: 0 0 3px #000000, 0 0 1px #000000, 0 0 2px #000000, 0 0 2px #000000, 0 0 6px #000000, 0 0 16px #000000;
}

.go-actionIcon > a.go_gridItem:hover:after {
  opacity: 0.88;
}

.go-actionIcon > .go_gridItem::after {
  transition: all 0.13s ease-in;
}

.go-actionIcon > .go_gridItem:hover:after {
  transition: all 0.25s ease;
}

/* ---------- 3D anim effect ---------- */
/* transition definition */
.go-3Dfx > .go_gridItem,
.go-3Dfx > .go_gridItem > *,
.go-3Dfx > .go_gridItem::before {
  transition: all 0.13s ease-in;
}

.go-3Dfx > .go_gridItem:hover,
.go-3Dfx > .go_gridItem:hover > *,
.go-3Dfx > .go_gridItem:hover::before {
  transition: all 0.25s ease;
}

/* hover definition - skew and shadow */
.go-3Dfx > .go_gridItem:hover {
  box-shadow: 4px 6px 13px 1px rgba(13, 13, 13, 0.73);
  transform: skew(-2deg, -2deg) scale(0.965, 0.965);
  background: rgb(69, 69, 69);
}

.go-3Dfx > .go_gridItem-panorama:hover {
  transform: skew(-2deg, -1.22deg) scale(0.983, 0.96) !important;
}

.go-3Dfx > .go_gridItem-vertigo:hover {
  transform: skew(-1.2deg, -2deg) scale(0.965, 0.98) !important;
}

.go-3Dfx > .go_gridItem-VIP:hover {
  transform: skew(-1.2deg, -1.2deg) scale(0.978, 0.978) !important;
}

.go-3Dfx > .go_gridItem:hover > * {
  opacity: 1;
}

/* gradient overlay imitates a light reflection */
.go-3Dfx > .go_gridItem::before {
  content: "";
  position: absolute;
  background: linear-gradient(155deg, rgba(191, 252, 255, 0.33) 0%, rgba(212, 253, 255, 0.22) 23%, rgba(216, 253, 255, 0) 36%);
  transform: translate(-36%, -36%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.go-3Dfx > .go_gridItem:hover::before {
  transform: translate(-1%, -1%);
}

/* ---------- zoom effect ---------- */
.go-zoomFx > .go_gridItem:hover {
  transform: scale(1.036) !important;
  z-index: 6;
  border-radius: 3px;
  transition: all 0.13s ease-in;
}

.go-zoomFx > .go_gridItem {
  transition: all 0.1s ease-in;
}

/* Base styles */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: Lato, sans-serif;
  font-size: 18px;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Lato, sans-serif;
  color: #FFF;
  color: #373D3F;
  background-color: #fff;
  text-rendering: optimizeLegibility;
}

.container, .homeContainer {
  max-width: 1140px;
  margin: auto;
  padding: 0 4%;
}

.content-inner {
  width: 100%;
  padding: 3%;
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-bottom: 35px;
}

.header {
  background-color: #FFF;
  z-index: 10;
}

.header-sticky {
  position: sticky;
  top: 0px;
}

.main-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  line-height: 1;
}
.main-nav li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
}
.main-nav li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.main-nav a {
  padding: 0.5rem 0.25rem;
  font-family: Lato, sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  max-width: 74px;
  width: 74px;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #000;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 576px) {
  .main-nav a {
    font-size: clamp(1rem, 0.91rem + 0.44vw, 1.2rem);
    max-width: 110px;
    width: 110px;
  }
}
.main-nav a:hover, .main-nav a:focus {
  background-color: #fff2df;
  background-color: #fff;
  color: #FFF;
  text-decoration: none;
}

/* Footer */
.footer {
  text-align: center;
}
.footer .social-logos a {
  padding-right: 10px;
  border-bottom: none;
}
.footer .social-logos a svg {
  height: 25px;
  width: 25px;
}
.footer .social-logos a:last-child {
  padding-right: 0;
}
.footer .social-logos img {
  width: 35px;
  height: 35px;
}
.footer .social-logos2 img {
  width: 50px;
  height: 50px;
}

@supports (--css: variables) {
  @media (min-width: 64rem) {
    :root {
      --cd-back-to-top-size: 60px;
      --cd-back-to-top-margin: 290px ;
    }
  }
}
.return-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #EA34A5;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  color: #fff;
  font-size: 0.7em;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.return-top a:hover {
  color: #fff;
}

.return-top svg {
  margin-top: 0.5em;
}

.return-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}

.return-top--is-visible {
  visibility: visible;
  opacity: 1;
}

.return-top:hover {
  opacity: 0.8;
  color: #fff;
}

:root {
  --icon-external-link: url('data:image/svg+xml,	<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -2 18 18"> 		<g style="stroke:rgb(255,112,108);stroke-width:1"> 			<line x1="5" y1="5" x2="5" y2="14" /> 			<line x1="14" y1="9" x2="14" y2="14" /> 			<line x1="5" y1="14" x2="14" y2="14" /> 			<line x1="5" y1="5" x2="9" y2="5"  /> 			<line x1="10" y1="2" x2="17" y2="2"  /> 			<line x1="17" y1="2" x2="17" y2="9" /> 			<line x1="10" y1="9" x2="17" y2="2" style="stroke-width:1.5" /> 		</g> 	</svg>');
  --font-size-lg: 2.2rem;
  --font-size-md: 1.6rem;
  --font-size-sm: 1.3rem;
  --font-size-sm: clamp(1.3rem, 0.34vw + 0.91rem, 1.35rem);
  --font-size-base: clamp(0.9rem, 0.34vw + 0.91rem, 1rem);
  --font-size-md: clamp(1.25rem, 0.61vw + 1.1rem, 1.58rem);
  --font-size-lg: clamp(1.56rem, 1vw + 1.31rem, 2.11rem);
  --font-size-xl: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
  --font-size-xxl: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);
  --font-size-xxxl: clamp(3.05rem, 3.54vw + 2.17rem, 5rem);
}

h1, h2, h3 {
  font-family: Lato, sans-serif;
  font-weight: 300;
  color: #666;
  margin: 0;
  padding: 0;
}

h1, .h1 {
  font-size: var(--font-size-lg);
  padding-bottom: 1.5rem;
  line-height: 1.1;
}

h2, .h2 {
  font-size: var(--font-size-md);
  line-height: 1.2;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

h3, .h3 {
  font-size: var(--font-size-sm);
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.3em;
}

p {
  line-height: 1.4;
  font-size: var(--font-size-base);
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  margin: 0;
  padding: 0;
  padding-bottom: 1.1rem;
  color: #888;
}

@media (max-width: 800px) {
  p, .p, .recent-grid .recent-posts, ol li {
    font-size: calc(14px + 3 * (100vw - 400px) / 400);
  }
}
@media (min-width: 800px) {
  p, .p, .recent-grid .recent-posts, ol li {
    font-size: 17px;
  }
}
.small, .blog-items .post-meta, .blog-post .post-meta {
  font-size: 0.8em;
  line-height: 1;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

ul {
  margin: 0;
  padding: 0 0 0 1.5em;
  list-style: square outside none;
  color: #888;
}
ul li {
  margin-bottom: 1em;
  line-height: 1.2;
}
ul li::marker {
  color: #EA34A5;
}

ol {
  margin-left: 1.2em;
}
ol li {
  color: #777;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .br-md {
    display: block;
    white-space: nowrap;
  }
}
.wrapper__spacing-top--great {
  padding-top: 300px;
}

.wrapper__spacing-top--gigantic {
  padding-top: 280px;
}

.wrapper__spacing-top--gargantuan {
  padding-top: 260px;
}

.wrapper__spacing-top--extensive {
  padding-top: 240px;
}

.wrapper__spacing-top--enormous {
  padding-top: 220px;
}

.wrapper__spacing-top--colossal {
  padding-top: 200px;
}

.wrapper__spacing-top--hugest {
  padding-top: 180px;
}

.wrapper__spacing-top--huger {
  padding-top: 160px;
}

.wrapper__spacing-top--huge {
  padding-top: 140px;
}

.wrapper__spacing-top--giant {
  padding-top: 120px;
}

.wrapper__spacing-top--biggest {
  padding-top: 100px;
}

.wrapper__spacing-top--bigger {
  padding-top: 90px;
}

.wrapper__spacing-top--big {
  padding-top: 80px;
}

.wrapper__spacing-top--largest {
  padding-top: 70px;
}

.wrapper__spacing-top--larger {
  padding-top: 60px;
}

.wrapper__spacing-top--large {
  padding-top: 50px;
}

.wrapper__spacing-top--default {
  padding-top: 40px;
}

.wrapper__spacing-top--medium {
  padding-top: 30px;
}

.wrapper__spacing-top--small {
  padding-top: 20px;
}

.wrapper__spacing-top--tiny, .homeContainer {
  padding-top: 10px;
}

.wrapper__spacing-top--verytiny {
  padding-top: 5px;
}

.wrapper__spacing-top--no-spacing {
  padding-top: 0;
}

.wrapper__spacing-bottom--great {
  padding-bottom: 300px;
}

.wrapper__spacing-bottom--gigantic {
  padding-bottom: 280px;
}

.wrapper__spacing-bottom--gargantuan {
  padding-bottom: 260px;
}

.wrapper__spacing-bottom--extensive {
  padding-bottom: 240px;
}

.wrapper__spacing-bottom--enormous {
  padding-bottom: 220px;
}

.wrapper__spacing-bottom--colossal {
  padding-bottom: 200px;
}

.wrapper__spacing-bottom--hugest {
  padding-bottom: 180px;
}

.wrapper__spacing-bottom--huger {
  padding-bottom: 160px;
}

.wrapper__spacing-bottom--huge {
  padding-bottom: 140px;
}

.wrapper__spacing-bottom--giant {
  padding-bottom: 120px;
}

.wrapper__spacing-bottom--biggest {
  padding-bottom: 100px;
}

.wrapper__spacing-bottom--bigger {
  padding-bottom: 90px;
}

.wrapper__spacing-bottom--big {
  padding-bottom: 80px;
}

.wrapper__spacing-bottom--largest, .homeContainer {
  padding-bottom: 70px;
}

.wrapper__spacing-bottom--larger {
  padding-bottom: 60px;
}

.wrapper__spacing-bottom--large, .homeSection {
  padding-bottom: 50px;
}

.wrapper__spacing-bottom--default {
  padding-bottom: 40px;
}

.wrapper__spacing-bottom--medium {
  padding-bottom: 30px;
}

.wrapper__spacing-bottom--small {
  padding-bottom: 20px;
}

.wrapper__spacing-bottom--tiny {
  padding-bottom: 10px;
}

.wrapper__spacing-bottom--verytiny {
  padding-bottom: 5px;
}

.wrapper__spacing-bottom--no-spacing {
  padding-bottom: 0;
}

a {
  color: #888;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}
a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #fc34dc;
}

h1 a, h2 a, h3 a {
  color: #888;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  text-decoration: underline;
}

.no-decoration a {
  border-bottom: none;
}

a.external::after {
  content: "";
  background: no-repeat var(--icon-external-link);
  padding-right: 1em;
}

.img-link {
  border-bottom: none;
}
.img-link > img {
  transition: 0.4s ease-in-out;
  border-radius: 0.3rem;
  -moz-box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.25);
}
.img-link:hover > img {
  transform: scale(1.03);
}

.box-link {
  border-radius: 0.3rem;
  transition: 0.4s ease-in-out;
}
.box-link .text {
  font-size: 0.9em;
  line-height: 1.1em;
  color: var(--inogray);
  align-self: flex-end;
}
.box-link .date {
  font-size: 0.7em;
  color: var(--inogray);
  padding: 0;
  margin: 0;
  padding-bottom: 0.4em;
}
.box-link:hover {
  transform: scale(1.03);
}

.imgovtxt figure {
  position: relative;
  overflow: hidden;
}

.imgovtxt figcaption {
  --background: var(--inogray);
  display: block;
  position: absolute;
  bottom: 6px;
  right: 50%;
  transform: translateX(50%);
  text-align: center;
  width: 88%;
  background: var(--background);
  padding: 2px 4px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

/* Standard Grid */
.standard-grid {
  --gap: 1rem;
  --col: repeat(12, 1fr);
  display: grid;
  grid-gap: var(--gap);
  grid-template-columns: var(--col);
}
@media (max-width: 992px) {
  .standard-grid {
    --resp-md: 1fr 1fr;
    grid-template-columns: var(--resp-md);
  }
}
@media (max-width: 768px) {
  .standard-grid {
    --resp-sm: 1fr;
    grid-template-columns: var(--resp-sm);
  }
}

.grid-projekte {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}

.card-component {
  --img-ratio: 16/9;
  display: flex;
  flex-direction: column;
  border: 1px solid #D8D8D8;
  border-radius: 0.5rem;
}
.card-component img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card-component a > img {
  aspect-ratio: var(--img-ratio);
  object-fit: cover;
  width: 100%;
}
.card-component a > img:hover {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
.card-component a > img:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}
.card-component h2, .card-component h3, .card-component p {
  margin: 0 0.8rem;
  padding: 0;
}
.card-component h2 {
  margin-top: 0.8rem;
  margin-bottom: 0.2rem;
}
.card-component p {
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

.ct-post-nav {
  clear: both;
  margin: 2rem 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 15px 0;
  font-size: 0.9rem;
}

.ct-post-nav div {
  position: relative;
  line-height: 1.4;
  display: block;
  width: 50%;
}

.ct-post-nav div a {
  display: block;
  border-bottom: none;
}

.ct-post-nav div.ct-post-prev {
  float: left;
  padding-left: 2rem;
  padding-right: 0.5rem;
}

.ct-post-nav div.ct-post-next {
  float: right;
  padding-right: 2rem;
  padding-left: 0.5rem;
  text-align: right;
}

.ct-post-nav div a::after {
  position: absolute;
  top: 0px;
  height: 100%;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1;
}

.ct-post-nav .ct-post-prev a::after {
  content: "←";
  left: 0px;
}

.ct-post-nav .ct-post-next a::after {
  content: "→";
  right: 0px;
}

@media screen and (max-width: 600px) {
  .ct-post-nav div a {
    font-size: 0;
    margin-bottom: 1.25rem;
  }
}
.clr {
  float: none;
  clear: both;
}

.mosaic-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mosaic-left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mosaic-right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mosaic-left-side-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625rem;
}

.mosaic-right-side-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625rem;
}

.mosaic-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mosaic-image-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.mosaic-image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  font-size: 1.3em;
  color: #fff;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.mosaic-image-link:hover {
  text-decoration: none;
}
.mosaic-image-link .textBG {
  background: rgba(255, 112, 108, 0.75);
  padding: 4px 8px;
}

.mosaic-right-side-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .mosaic-left-side {
    width: 50%;
    margin-right: 1.125rem;
  }
  .mosaic-left-side-image {
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .mosaic-left-side-image:first-child {
    width: 100%;
    height: 20.3125rem;
  }
  .mosaic-left-side-image:hover {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  .mosaic-image-wrap {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .mosaic-right-side {
    width: 50%;
  }
  .mosaic-right-side-image {
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .mosaic-right-side-image {
    width: calc(50% - 0.5625rem);
    height: 9.72rem;
  }
  .mosaic-right-side-image:first-child {
    margin-bottom: 0.75rem;
  }
  .mosaic-right-side-image:nth-child(2), .mosaic-right-side-image:last-child {
    margin-left: 1.125rem;
  }
  .mosaic-right-side-image:hover {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .mosaic-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mosaic-left-side-image {
    width: 100%;
    height: 12.5rem;
    margin-bottom: 6px;
  }
  .mosaic-right-side-image {
    width: calc(50% - 3px);
    height: 9.375rem;
    margin-bottom: 6px;
  }
  .mosaic-right-side-image:nth-child(2), .mosaic-right-side-image:last-child {
    margin-left: 6px;
  }
  .mosaic-right-side-image:nth-child(2) .mosaic-right-side-image:nth-child(3), .mosaic-right-side-image:nth-child(2) .mosaic-right-side-image:first-child, .mosaic-right-side-image:last-child .mosaic-right-side-image:nth-child(3), .mosaic-right-side-image:last-child .mosaic-right-side-image:first-child {
    margin-right: 6px;
  }
}
.gallery00 {
  /* Filter-Grid
  ---------------------------------------------------------------------- */
  /* Target Elements
  ---------------------------------------------------------------------- */
}
.gallery00 .ui-group {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.gallery00 .ui-group__title {
  font-size: 0.85em;
  padding-top: 3px;
}
.gallery00 .ui-group .button-group {
  display: inline-block;
  margin-right: 20px;
}
.gallery00 .button:active,
.gallery00 .button.is-checked {
  background-color: #FFF;
}
.gallery00 .button.is-checked {
  color: white;
}
.gallery00 .filters {
  margin-top: 10px;
  margin-bottom: 15px;
}
.gallery00 .filterGrid {
  display: grid;
  grid-template-columns: auto;
  grid-template-columns: auto;
  grid-auto-rows: 0;
}
.gallery00 .mix {
  display: inline-block;
  vertical-align: top;
}
.gallery00 .mix {
  background: #fff;
  margin-bottom: 0.2rem;
  position: relative;
}
.gallery00 .mix1 {
  visibility: hidden;
}
.gallery00 .mixitup-ready .mix1 {
  visibility: visible;
}
.gallery00 .mixitup-control-active {
  background-color: #FFF;
  color: #fff !important;
}
.gallery00 .gallery a {
  border-bottom: none;
}
.gallery00 .imgThumbnail img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.gallery00 .imgContent {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(105, 105, 105, 0.95), transparent);
  font-size: 11px;
  line-height: 1;
  padding: 4px;
  padding-top: 14px;
  color: #fff;
}
.gallery00 .credits {
  padding-top: 20px;
}
.gallery00 .credits p {
  font-size: 0.9em;
}
.gallery00 button, .gallery00 .button {
  display: inline-block;
  border: 1px solid #555;
  border-radius: 0.25em;
  color: #555;
  cursor: pointer;
  font-size: 0.75em;
  height: 2em;
  line-height: 2em;
  padding: 0 0.5em;
  margin-bottom: 0.2rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gallery00 button.small, .gallery00 .blog-items button.post-meta, .blog-items .gallery00 button.post-meta, .gallery00 .blog-post button.post-meta, .blog-post .gallery00 button.post-meta, .gallery00 .button.small, .gallery00 .blog-items .button.post-meta, .blog-items .gallery00 .button.post-meta, .gallery00 .blog-post .button.post-meta, .blog-post .gallery00 .button.post-meta {
  font-size: 0.65em;
}
.gallery00 button:hover, .gallery00 button:focus, .gallery00 .button:hover, .gallery00 .button:focus {
  opacity: 0.66;
}

.gallery01 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.gallery01 img {
  width: 100%;
  display: block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery01 img:hover {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  cursor: pointer;
}

.gallery02 {
  grid-template-columns: repeat(5, 1fr);
  display: grid;
  grid-template-rows: auto;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .gallery02 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .gallery02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery02 .thumb-wrap {
  display: block;
  cursor: pointer;
}
.gallery02 .thumb-wrap img {
  margin: 0;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-width: 33.3333333333%;
  -moz-column-width: 33.3333333333%;
  column-width: 33.3333333333%;
}

.columns-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-width: 16.6666666667%;
  -moz-column-width: 16.6666666667%;
  column-width: 16.6666666667%;
}

@media only screen and (min-width: 480px) and (max-width: 727px) {
  .columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
  }
  .columns-6 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33.3333333333%;
    -moz-column-width: 33.3333333333%;
    column-width: 33.3333333333%;
  }
}
@media only screen and (max-width: 479px) {
  .columns, .columns-6 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }
}
ul.breadcrumbs {
  cursor: default;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
ul.breadcrumbs a {
  border-bottom-color: transparent;
  text-decoration: none;
}
ul.breadcrumbs a:hover, ul.breadcrumbs a:focus {
  text-decoration: underline;
}
ul.breadcrumbs li {
  display: inline-block;
  padding: 0 0.5em 0 0;
  font-size: 0.8em;
}
ul.breadcrumbs li:last-child {
  padding-right: 0;
}

#breadcrumbs {
  padding-inline-start: 0.8rem;
  font-size: 0.8em;
  margin: 0 0 10px 0;
}

#breadcrumbs span {
  display: inline-block;
  padding: 0;
}

#breadcrumbs span:first-child {
  padding-inline-start: 0;
}

#breadcrumbs i {
  display: inline-block;
  width: 20px;
  text-align: center;
}

/* Page specific styles */
.page-hero {
  background-color: rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #ffffff;
  padding-top: 6%;
  padding-left: 6%;
  box-sizing: border-box;
  max-height: 60vh;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-hero {
    padding-top: 2%;
    padding-left: 2%;
  }
}
.page-hero .logo {
  padding: 0 4px 2px 4px;
  background: #FFF;
}
.page-hero .logo-title {
  padding: 0 8px 2px 8px;
  background: #FFF;
  color: #fff;
  text-transform: uppercase;
}
.page-hero .intro-text {
  align-items: flex-end;
}
.page-hero .clickable {
  display: block;
  width: 100%;
  height: 80vh;
}

.nopad p {
  margin-bottom: 0;
}

.blog-items .aspect-box {
  aspect-ratio: 16/9;
}
.blog-items .aspect-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
  border: 1px solid #D8D8D8;
}
.blog-items .aspect-box2 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.blog-items .post-title {
  padding-top: 0;
  padding-bottom: 15px;
}
.blog-items .post-content {
  line-height: 1.4;
}

.blog-items .post-meta, .blog-post .post-meta {
  text-transform: uppercase;
  line-height: 1.1;
}

.blog-post .grid-blog {
  display: grid;
  grid-template-columns: minmax(400px, 900px);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .blog-post .grid-blog {
    grid-template-columns: 1fr;
  }
}
.blog-post article {
  grid-column: 1/2;
}
.blog-post img.norm {
  height: initial;
  width: initial;
  margin: 0 auto;
}
.blog-post img.icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  float: left;
}
.blog-post img.post-intro {
  grid-column: 1/3;
}
.blog-post .post-header {
  border-bottom: 1px double #BBB;
  margin-bottom: 20px;
}
.blog-post .post-title {
  padding-top: 0;
  padding-bottom: 0;
}
.blog-post .post-subtitle {
  padding-top: 6px;
  padding-bottom: 0;
}
.blog-post .post-meta {
  padding-top: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 20px;
}
.blog-post .post-content {
  line-height: 1.4;
}
.blog-post .kb-textbox {
  background: #e8f2fc;
  padding: 0.8rem;
  border-radius: 0.5rem;
  border: none;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 0.5em 0 1.5em 0;
  padding: 0.5em 10px;
}

blockquote p {
  display: inline;
  line-height: 1.2;
  font-size: 16px;
}

.recent-grid {
  --gap: 1rem;
  --col: 3fr 2fr;
  display: grid;
  grid-gap: var(--gap);
  grid-template-columns: var(--col);
}
.recent-grid .col1 {
  grid-column: 1;
}
.recent-grid .col2 {
  grid-column: 2;
}
@media (max-width: 768px) {
  .recent-grid {
    padding: 0 1rem;
    grid-template-columns: 1fr;
  }
  .recent-grid .col1 {
    grid-column: 1;
  }
  .recent-grid .col2 {
    grid-column: 1;
  }
}
.recent-grid .recent-posts {
  padding-left: 0;
  margin: 0;
}
.recent-grid .recent-posts ul {
  list-style: none;
}
.recent-grid .recent-posts .active {
  color: gray;
}
.recent-grid a.btn {
  display: inline-block;
  border: 1px solid #FF706C;
  border-radius: 0.4em;
  color: #FF706C;
  cursor: pointer;
  font-size: 0.9em;
  padding: 0 0.3em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.recentShadow {
  box-shadow: 0px 18px 10px -20px rgba(0, 0, 0, 0.45) inset, 0px -18px 10px -20px rgba(0, 0, 0, 0.45) inset;
  background-color: #fff;
}

.pdf-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  max-width: 620px;
}

.pdf-responsive {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.twitter {
  width: 552px !important;
}

.footer-outer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .footer-outer {
    display: block;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer-outer .info {
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer-outer .imprint ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .footer-outer .imprint ul {
    width: 100%;
  }
}
.footer-outer .imprint ul li {
  float: left;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .footer-outer .imprint ul li {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.footer-outer .imprint ul li a {
  text-decoration: none;
}

.header-outer {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}

.header-outer a {
  border-bottom: none;
  color: #EA34A5;
}

.header-outer .info .title {
  text-transform: uppercase;
  font-size: 18px;
}

.header-shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-outer .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-outer .menu ul li {
  float: left;
  padding-left: 16px;
}

.header-outer .menu ul li a {
  text-decoration: none;
  border-bottom: none;
}

@media (max-width: 767px) {
  .header-outer {
    display: block;
  }
  .header-outer .info {
    text-align: center;
    margin-bottom: 4px;
  }
  .header-outer .menu {
    text-align: center;
  }
  .header-outer .menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
}
.pics-about {
  float: right;
  margin: 0 0 0 15px;
  max-width: 140px;
}
@media (max-width: 992px) {
  .pics-about {
    float: none;
    display: block;
    padding-bottom: 10px;
  }
}

.title-button {
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #161616;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.title-button h2 {
  margin: 0;
  padding: 0;
}

.title-button .btn {
  margin: 0;
}

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #161616;
  height: 38px;
  padding: 0 20px;
  border-radius: 20px;
}

a.btn.arrow::after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.item1 {
  grid-column: 1/span 2;
}

.borderSmall {
  background-color: #EEEEEE;
  padding: 20px;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

.borderLarge {
  background-color: #EEEEEE;
  padding: 80px;
  margin-bottom: 25px;
}

.borderLarge img {
  margin: 0;
}

.social-icons ul {
  display: flex;
  margin: 0 0 10px 0;
  padding: 0;
}

.social-icons ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50px;
  transition: all ease 0.3s;
}

.social-icons ul li img {
  margin: 0;
  padding: 0;
  width: 35px;
}

.twoColumns {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .twoColumns {
    grid-column: span 1;
  }
}

.maxi {
  max-width: 400px;
}

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

.video-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

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

.social-sharing-buttons a {
  border-bottom: none;
}

/* Hacks & Dirty shit */
