

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
    background: rgba(0, 0, 0, 0.8);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
@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("/user/themes/basic/fonts/lato-v16-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Lato Light"), local("Lato-Light"), url("/user/themes/basic/fonts/lato-v16-latin-300.eot?#iefix") format("embedded-opentype"), url("/user/themes/basic/fonts/lato-v16-latin-300.woff2") format("woff2"), url("/user/themes/basic/fonts/lato-v16-latin-300.woff") format("woff"), url("/user/themes/basic/fonts/lato-v16-latin-300.ttf") format("truetype"), url("/user/themes/basic/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("/user/themes/basic/fonts/lato-v16-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Lato Bold"), local("Lato-Bold"), url("/user/themes/basic/fonts/lato-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("/user/themes/basic/fonts/lato-v16-latin-700.woff2") format("woff2"), url("/user/themes/basic/fonts/lato-v16-latin-700.woff") format("woff"), url("/user/themes/basic/fonts/lato-v16-latin-700.ttf") format("truetype"), url("/user/themes/basic/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("/user/themes/basic/fonts/lato-v16-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Lato Regular"), local("Lato-Regular"), url("/user/themes/basic/fonts/lato-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("/user/themes/basic/fonts/lato-v16-latin-regular.woff2") format("woff2"), url("/user/themes/basic/fonts/lato-v16-latin-regular.woff") format("woff"), url("/user/themes/basic/fonts/lato-v16-latin-regular.ttf") format("truetype"), url("/user/themes/basic/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("/user/themes/basic/fonts/lato-v16-latin-900.eot"); /* IE9 Compat Modes */
  src: local("Lato Black"), local("Lato-Black"), url("/user/themes/basic/fonts/lato-v16-latin-900.eot?#iefix") format("embedded-opentype"), url("/user/themes/basic/fonts/lato-v16-latin-900.woff2") format("woff2"), url("/user/themes/basic/fonts/lato-v16-latin-900.woff") format("woff"), url("/user/themes/basic/fonts/lato-v16-latin-900.ttf") format("truetype"), url("/user/themes/basic/fonts/lato-v16-latin-900.svg#Lato") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "icomoon";
  src: url("/user/themes/basic/fonts/icomoon.eot?772on0");
  src: url("/user/themes/basic/fonts/icomoon.eot?772on0#iefix") format("embedded-opentype"), url("/user/themes/basic/fonts/icomoon.ttf?772on0") format("truetype"), url("/user/themes/basic/fonts/icomoon.woff?772on0") format("woff"), url("/user/themes/basic/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 */
.notices {
    padding: 1px 1px 1px 30px;
    margin: 15px 0;
}

.notices p {

}

.notices.yellow {
    border-left: 10px solid #f0ad4e;
    background: #fcf8f2;
    color: #df8a13;
}

.notices.red {
    border-left: 10px solid #d9534f;
    background: #fdf7f7;
    color: #b52b27;
}

.notices.blue {
    border-left: 10px solid #5bc0de;
    background: #f4f8fa;
    color: #28a1c5;
}

.notices.green {
    border-left: 10px solid #5cb85c;
    background: #f1f9f1;
    color: #3d8b3d;
}
﻿.form-group.has-errors{background:rgba(255,0,0,.05);border:1px solid rgba(255,0,0,.2);border-radius:3px;margin:0 -5px;padding:0 5px}.form-errors{color:#b52b27}.form-honeybear{visibility:hidden;position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}.form-errors p{margin:0}.form-input-file input{display:none}.form-input-file .dz-default.dz-message{position:absolute;text-align:center;left:0;right:0;top:50%;transform:translateY(-50%);margin:0}.form-input-file.dropzone{position:relative;min-height:70px;border-radius:3px;margin-bottom:.85rem;border:2px dashed #ccc;color:#aaa;padding:.5rem}.form-input-file.dropzone .dz-preview{margin:.5rem}.form-input-file.dropzone .dz-preview:hover{z-index:2}.form-input-file.dropzone .dz-preview .dz-error-message{min-width:140px;width:auto}.form-input-file.dropzone .dz-preview .dz-image,.form-input-file.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:3px;z-index:1}.form-tabs .tabs-nav{display:flex;padding-top:1px;margin-bottom:-1px}.form-tabs .tabs-nav a{flex:1;transition:color .5s ease,background .5s ease;cursor:pointer;text-align:center;padding:10px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #ccc;border-radius:5px 5px 0 0}.form-tabs .tabs-nav a.active{border:1px solid #ccc;border-bottom:1px solid rgba(0,0,0,0);margin:0 -1px}.form-tabs .tabs-nav a.active span{color:#000}.form-tabs .tabs-nav span{display:inline-block;line-height:1.1}.form-tabs.subtle .tabs-nav{margin-right:0 !important}.form-tabs .tabs-content .tab__content{display:none;padding-top:2rem}.form-tabs .tabs-content .tab__content.active{display:block}.checkboxes{display:inline-block}.checkboxes label{display:inline;cursor:pointer;position:relative;padding:0 0 0 20px;margin-right:15px}.checkboxes label:before{content:"";display:inline-block;width:20px;height:20px;left:0;margin-top:0;margin-right:10px;position:absolute;border-radius:3px;border:1px solid #e6e6e6}.checkboxes input[type=checkbox]{display:none}.checkboxes input[type=checkbox]:checked+label:before{content:"✓";font-size:20px;line-height:1;text-align:center}.checkboxes.toggleable label{margin-right:0}.form-field-toggleable .checkboxes.toggleable{margin-right:5px;vertical-align:middle}.form-field-toggleable .checkboxes+label{display:inline-block}.switch-toggle{display:inline-flex;overflow:hidden;border-radius:3px;line-height:35px;border:1px solid #ccc}.switch-toggle input[type=radio]{position:absolute;visibility:hidden;display:none}.switch-toggle label{display:inline-block;cursor:pointer;padding:0 15px;margin:0;white-space:nowrap;color:inherit;transition:background-color .5s ease}.switch-toggle input.highlight:checked+label{background:#333;color:#fff}.switch-toggle input:checked+label{color:#fff;background:#999}.signature-pad{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:10px;width:100%;height:100%;max-width:700px;max-height:460px;border:1px solid #f0f0f0;background-color:#fff;padding:16px}.signature-pad--body{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #f6f6f6;min-height:100px}.signature-pad--body canvas{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,.02) inset}.signature-pad--footer{color:#c3c3c3;text-align:center;font-size:1.2em}.signature-pad--actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:8px}[data-grav-field=array] .form-row{display:flex;align-items:center;margin-bottom:.5rem}[data-grav-field=array] .form-row>input,[data-grav-field=array] .form-row>textarea{margin:0 .5rem;display:inline-block}.form-data.basic-captcha .form-input-wrapper{border:1px solid #ccc;border-radius:5px;display:flex;overflow:hidden}.form-data.basic-captcha .form-input-prepend{display:flex;color:#333;background-color:#ccc;flex-shrink:0}.form-data.basic-captcha .form-input-prepend img{margin:0}.form-data.basic-captcha .form-input-prepend button>svg{margin:0 8px;width:18px;height:18px}.form-data.basic-captcha input.form-input{border:0}
.langswitcher {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 1rem !important;
    display: inline-block;
}

.langswitcher li {
    display: inline-block;
    margin-left: 0.5rem;
    line-height: 1rem;
}

.langswitcher .active {
    font-weight: bold;
    text-decoration: underline;
}
#grav-login {
    max-width: 30rem;
    margin: 5rem auto;
    background: #fcfcfc;
    border: 4px solid #eee;
    border-radius: 4px;
    padding: 1rem 3rem 3rem 3rem;
    text-align: center;
}

#grav-login .form-actions {
    text-align: right;
}

#grav-logout {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.alert.info {
    color: #27ae60;
}

.alert.error {
    color: #e74c3c;
}

#grav-login p {
    font-size: small;
    margin: 1rem 0;
    padding: 0;
    text-align: center;
}
#grav-login .form-actions p {
    margin-bottom: 0;
}

#grav-login .button {
    vertical-align: middle;
}

#grav-login .delimiter {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.6rem;
    position: relative;
    text-transform: uppercase;
    margin: 1rem 0;
}

#grav-login .delimiter:after,
#grav-login .delimiter:before {
    background-color: #777777;
    content: "";
    height: 1px;
    position: absolute;
    top: 0.8rem;
    width: 40%;
}
#grav-login .delimiter:before {
    background-image: -moz-linear-gradient(right center , #777777, #ffffff);
    left: 0;
}
#grav-login .delimiter:after {
    background-image: -moz-linear-gradient(left center , #777777, #ffffff);
    right: 0;
}

#grav-login .rememberme {
    display: inline-block;
    float: left;
    padding: 7px 0;
    vertical-align: middle;
}

#grav-login .rememberme label {
    font-weight: inherit;
    display: inline;
}

.login-status {
    white-space: nowrap;
    vertical-align: middle;
}
