/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

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

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

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: 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: flex;
  justify-content: center;
  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 {
  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;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  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;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  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: grabbing !important;
  transition: none;
}

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

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

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

.gslide-video::before {
  content: '';
  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%;
  margin: auto;
}

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

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

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

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

.gslide-media {
  display: flex;
  width: auto;
}

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

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  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%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  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 .desc-more {
  color: #fff;
  opacity: 0.4;
}

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

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

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

.greset {
  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;
  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: flex;
  justify-content: center;
  align-items: center;
  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 {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    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);
  }
  .glightbox-clean .gslide-media {
    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;
  }
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.mod_article:not(.hero, .wave-sand, .wave-blue), footer > .inside, header > .inside {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
}

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

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

input, button, textarea {
  outline: none;
  line-height: inherit;
}

figure {
  margin: 0;
}

.ce_gallery ul, .mod_navigation.main ul.level_2, .mod_navigation.main ul.level_1, footer > .inside .social, footer > .inside .mod_navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* zilla-slab-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zilla Slab";
  font-style: normal;
  font-weight: 300;
  src: url(/public/20260101042706oe_/https://www.cafe-abdate.de/files/dist/fonts/zilla-slab-v11-latin-300.woff2?7753c47c97e32a128530f14df36b2174) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zilla-slab-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zilla Slab";
  font-style: normal;
  font-weight: 700;
  src: url(/public/20260101042706oe_/https://www.cafe-abdate.de/files/dist/fonts/zilla-slab-v11-latin-700.woff2?a5380236c11851b62c953d7419d47cc2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  font-family: "Zilla Slab", Verdana, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #2f2f2f;
  font-size: clamp(13pt, 1.3vw, 15pt);
}

p {
  margin: 0.5em 0;
}

strong,
b {
  font-weight: 700;
}

a {
  color: #f26f32;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #db5d22;
}

h1,
h2,
h3,
.ce_accordion:not(.continue-reading) .toggler,
h4,
.mod_newslist .news_item h2,
.mod_newslist .news_item h3,
h5,
h6 {
  font-family: "Zilla Slab", Verdana, sans-serif;
  font-weight: 700;
  margin: 1em 0 0.5em 0;
}

h1 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 2rem;
}

h3, .ce_accordion:not(.continue-reading) .toggler {
  font-size: 1.5rem;
}

h4, .mod_newslist .news_item h2,
.mod_newslist .news_item h3,
.mod_newslist .news_item .ce_accordion:not(.continue-reading) .toggler,
.ce_accordion:not(.continue-reading) .mod_newslist .news_item .toggler {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

.small, footer > .inside .mod_navigation ul li a,
footer > .inside .mod_navigation ul li strong {
  font-size: 0.8rem;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3, .ce_accordion:not(.continue-reading) .toggler {
    font-size: 1.2rem;
  }
}
.button, .ce_hyperlink a,
button,
input[type=submit] {
  display: inline-block;
  padding: 9px 16px;
  background-color: #f26f32;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  transition: background-color 0.2s ease-in-out;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
}
.button:hover, .ce_hyperlink a:hover,
button:hover,
input[type=submit]:hover {
  background-color: #db5d22;
  color: #ffffff;
}

#container {
  padding-top: 1px;
  margin-top: -1px;
}

html {
  scroll-behavior: smooth;
}

header > .inside {
  margin-inline: auto;
  padding: 1rem;
}
header > .inside img {
  margin-inline: auto;
}

footer {
  padding: 30px 0;
}
footer > .inside {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
footer > .inside .mod_navigation ul {
  display: flex;
}
footer > .inside .mod_navigation ul li {
  margin-right: 3rem;
}
footer > .inside .mod_navigation ul li a,
footer > .inside .mod_navigation ul li strong {
  font-weight: 700;
  text-decoration: none;
}
footer > .inside .social {
  display: flex;
  justify-content: flex-end;
}
footer > .inside .social li a {
  width: 2rem;
  height: 2rem;
  display: block;
  margin-left: 1rem;
  transition: filter 0.2s ease-in-out;
}
footer > .inside .social li a:hover {
  filter: brightness(0.8);
}
@media (max-width: 600px) {
  footer > .inside {
    grid-template-columns: 1fr;
  }
  footer > .inside .mod_navigation {
    margin-bottom: 2rem;
  }
  footer > .inside .mod_navigation ul {
    justify-content: center;
  }
  footer > .inside .mod_navigation ul li {
    margin: 0 0.25rem;
  }
  footer > .inside .social {
    justify-content: center;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.invisible {
  position: absolute;
  left: -999em;
}

@media (min-width: 1200px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 1200px) {
  .desktop {
    display: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.article-margin {
  margin-bottom: 4rem;
}

.ce-margin {
  margin-bottom: 1rem;
}

.mod_navigation.main {
  text-align: center;
  height: max(500px, 80vh - 150px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.menu-active .mod_navigation.main {
  max-height: max(500px, 80vh - 150px);
}
.mod_navigation.main ul.level_1 {
  margin: 20px 0;
}
.mod_navigation.main ul.level_1 > li {
  margin: 20px 0;
}
.mod_navigation.main ul.level_1 > li > a, .mod_navigation.main ul.level_1 > li > strong {
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #2f2f2f;
  font-size: 1.5rem;
}
.mod_navigation.main ul.level_1 > li > a:hover, .mod_navigation.main ul.level_1 > li > .active, .mod_navigation.main ul.level_1 > li > .trail {
  color: #f26f32;
}
.mod_navigation.main ul.level_1 > li.submenu > a:after, .mod_navigation.main ul.level_1 > li.submenu > strong:after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #2f2f2f;
  margin-left: 0.8rem;
  transition: transform 0.3s ease-in-out;
  transform: rotate(135deg) translate(-0.2rem, 0.2rem);
}
.mod_navigation.main ul.level_1 > li.submenu.trail > a:after, .mod_navigation.main ul.level_1 > li.submenu.trail > strong:after {
  border-color: #f26f32;
}
.mod_navigation.main ul.level_1 > li.submenu.open > a:after, .mod_navigation.main ul.level_1 > li.submenu.open > strong:after {
  transform: rotate(-45deg) translate(0, 0);
}
.mod_navigation.main ul.level_1 > li.submenu ul.level_2 {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.mod_navigation.main ul.level_1 > li.submenu.open ul.level_2 {
  max-height: 200px;
}
.mod_navigation.main ul.level_2 > li > a, .mod_navigation.main ul.level_2 > li > strong {
  text-decoration: none;
  font-weight: 300;
  color: #2f2f2f;
}
.mod_navigation.main ul.level_2 > li > a:hover, .mod_navigation.main ul.level_2 > li > .active, .mod_navigation.main ul.level_2 > li > .trail {
  color: #f26f32;
}

.mod_article:not(.hero, .wave-sand, .wave-blue) {
  margin-top: 4rem;
  margin-bottom: 4rem;
  scroll-margin-top: 4rem;
}

.mod_newslist {
  display: grid;
  row-gap: 2.5em;
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
  margin-left: -1rem;
  margin-right: -1rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 800px) {
  .mod_newslist {
    grid-template-columns: 1fr;
  }
}
.mod_newslist .news_item {
  transition: all 0.3s ease-in-out;
  padding: 1rem;
  border-radius: 5px;
}
.mod_newslist .news_item h2 a,
.mod_newslist .news_item h3 a,
.mod_newslist .news_item .ce_accordion:not(.continue-reading) .toggler a,
.ce_accordion:not(.continue-reading) .mod_newslist .news_item .toggler a {
  color: #2f2f2f;
}
.mod_newslist .news_item img {
  border-radius: 5px;
}
.mod_newslist .news_item:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
}

.ce_accordion .toggler {
  cursor: pointer;
}
.ce_accordion .toggler:after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #f26f32;
  margin-left: 0.8rem;
  transition: transform 0.3s ease-in-out;
  transform: rotate(135deg) translate(-0.15rem, 0.15rem);
}
.ce_accordion .accordion {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.ce_accordion.open .toggler:after {
  transform: rotate(-45deg) translate(-0.15rem, 0.15rem);
}
.ce_accordion.open .accordion {
  opacity: 1;
  max-height: 5000px;
}

.ce_accordion:not(.continue-reading) .toggler {
  font-size: 1rem;
}

.ce_form .formbody {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
}
.ce_form .widget {
  margin: 1rem 1rem 0 0;
  position: relative;
  flex: 0 0 calc(100% - 1rem);
}
.ce_form .widget.w50 {
  flex: 0 0 calc(50% - 1rem);
}
@media (max-width: 600px) {
  .ce_form .widget.w50 {
    flex: 0 0 calc(100% - 1rem);
  }
}
.ce_form .widget h2 {
  text-align: center;
}
.ce_form .widget label {
  font-size: 0.8rem;
  display: block;
}
.ce_form .widget input,
.ce_form .widget textarea,
.ce_form .widget select {
  display: block;
  border: 0;
  outline: 0;
  border-radius: 5px;
  padding: 9px 16px;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
  color: #2f2f2f;
}
.ce_form .widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding: 12px 16px;
}
.ce_form .widget.widget-select {
  position: relative;
}
.ce_form .widget.widget-select:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  right: 20px;
  bottom: 20px;
  width: 0.6rem;
  height: 0.6rem;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #2f2f2f;
  transform: rotate(135deg);
}
.ce_form .widget.widget-checkbox fieldset {
  border: 0;
  padding: 0;
}
.ce_form .widget.widget-checkbox fieldset legend {
  display: block;
  font-size: 0.8rem;
}
.ce_form .widget.widget-checkbox fieldset span {
  margin: 0 1rem 1rem 0;
  white-space: nowrap;
}
.ce_form .widget.widget-checkbox fieldset span input {
  display: inline-block;
  width: auto;
}
.ce_form .widget.widget-checkbox fieldset span label {
  font-size: 1rem;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}
.ce_form .widget.widget-submit {
  text-align: center;
}
.ce_form .widget p.error {
  position: absolute;
  left: 1rem;
  bottom: -2rem;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  z-index: 10;
  color: #f26f32;
  font-size: 0.8rem;
}
.ce_form .widget p.error:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  left: 1rem;
  top: -5px;
  transform: rotate(-45deg);
  z-index: -1;
}

.ce_gallery {
  margin: 1rem 0;
}
.ce_gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0em;
}
.ce_gallery ul li {
  padding: 2.5em;
  flex: 0 1 auto;
}
@media (max-width: 790px) {
  .ce_gallery ul li {
    padding: 1.25em;
  }
}
.ce_gallery ul a {
  display: block;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.ce_gallery ul a:hover {
  transform: scale(1.05);
}
@media (max-width: 600px) {
  .ce_gallery ul {
    margin: 0;
  }
}

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

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

.ce_table table {
  width: 100%;
  border-collapse: collapse;
}
.ce_table tr th,
.ce_table tr td {
  padding: 1rem;
}
.ce_table tr th {
  font-weight: 700;
  text-align: left;
}
.ce_table tbody tr:nth-child(odd) {
  background-color: #fcfcfc;
}
@media (max-width: 800px) {
  .ce_table table thead {
    display: none;
  }
  .ce_table table tr {
    display: block;
  }
  .ce_table table tr th {
    padding: 0.5rem 0 0.5rem 0;
  }
  .ce_table table tr td {
    padding: 0.25rem;
    display: flex;
  }
  .ce_table table tr td:before {
    display: block;
    content: attr(data-label);
    flex: 0 0 calc(50% - 0.5rem);
    margin-right: 1rem;
  }
  .ce_table table tbody td:nth-child(even) {
    background-color: #fcfcfc;
  }
  .ce_table table tbody tr:nth-child(odd) {
    background-color: transparent;
  }
}

.ce_text .text_container > :first-child:is(.h2, h3, .ce_accordion:not(.continue-reading) .toggler, h4, .mod_newslist .news_item h2,
.mod_newslist .news_item h3, h5, h6) {
  margin-top: 0;
}
.ce_text .text_container h1 + p {
  font-size: 1.5rem;
}
.ce_text img {
  border-radius: 5px;
}

.ce_text + .ce_text {
  margin-top: 1rem;
}

.ce_text.has-floating-left,
.ce_text.has-floating-right {
  display: flex;
  align-items: center;
}
.ce_text.has-floating-left .image_container.float_left,
.ce_text.has-floating-right .image_container.float_left {
  margin-right: 4rem;
}
.ce_text.has-floating-left .image_container.float_right,
.ce_text.has-floating-right .image_container.float_right {
  margin-left: 4rem;
}
.ce_text.has-floating-left.has-content-icon,
.ce_text.has-floating-right.has-content-icon {
  align-items: flex-start;
}
.ce_text.has-floating-left.has-content-icon .image_container,
.ce_text.has-floating-right.has-content-icon .image_container {
  flex: 0 0 80px;
}
.ce_text.has-floating-left.has-content-3 .image_container,
.ce_text.has-floating-right.has-content-3 .image_container {
  flex: 0 0 calc(25% - 2rem);
}
.ce_text.has-floating-left.has-content-4 .image_container,
.ce_text.has-floating-right.has-content-4 .image_container {
  flex: 0 0 calc(33.333% - 2rem);
}
.ce_text.has-floating-left.has-content-6 .image_container,
.ce_text.has-floating-right.has-content-6 .image_container {
  flex: 0 0 calc(50% - 2rem);
}
@media (max-width: 800px) {
  .ce_text.has-floating-left,
  .ce_text.has-floating-right {
    flex-direction: column;
    align-items: flex-start;
  }
  .ce_text.has-floating-left .image_container,
  .ce_text.has-floating-left .image_container.float_left,
  .ce_text.has-floating-left .image_container.float_right,
  .ce_text.has-floating-right .image_container,
  .ce_text.has-floating-right .image_container.float_left,
  .ce_text.has-floating-right .image_container.float_right {
    order: 1;
    margin: 2rem auto;
  }
  .ce_text.has-floating-left .text_container,
  .ce_text.has-floating-right .text_container {
    order: 2;
  }
  .ce_text.has-floating-left.has-content-icon,
  .ce_text.has-floating-right.has-content-icon {
    text-align: center;
  }
  .ce_text.has-floating-left.has-content-icon .image_container,
  .ce_text.has-floating-right.has-content-icon .image_container {
    width: 80px;
    margin: 0 auto 1rem auto !important;
  }
}

.ce_text.has-floating-above .image_container,
.ce_text.has-floating-below .image_container {
  margin-bottom: 1rem;
}
.ce_text.has-floating-above .content-icon,
.ce_text.has-floating-below .content-icon {
  width: 80px;
}
.ce_text.has-floating-above .content-3,
.ce_text.has-floating-below .content-3 {
  width: 300px;
}
.ce_text.has-floating-above .content-4,
.ce_text.has-floating-below .content-4 {
  width: 400px;
}
.ce_text.has-floating-above .content-6,
.ce_text.has-floating-below .content-6 {
  width: 600px;
}
.ce_text.has-floating-above .content-12,
.ce_text.has-floating-below .content-12 {
  width: 1200px;
}

.ce_text.centered {
  text-align: center;
}
.ce_text.centered .image_container.float_above img,
.ce_text.centered .image_container.float_below img {
  margin: 0 auto;
}

.mod_article .highlight {
  border: 1px solid #f26f32;
  background-color: rgba(242, 111, 50, 0.3);
  padding: 1rem;
  text-align: center;
  font-weight: 700;
}

