/*
Theme Name: Esaf Events
Version: Coco-Loco
Author: OHO Design GmbH
Author URI: https://ohodesign.ch
Description: Eigenes Theme von ESAF2022.

GLOBAL Styles only
*/

/* -------------- */
/* SETUP */
/* DESKTOP */
/* TABLET */
/* MOBILE */
/* MINI-MOBILE*/
/* SPECIAL BREAKPOINTS */
/* -------------- */

/* SETUP //////////////////////////////////////////////////////////////// */

/* Corporate Colors: */

/* darker green #06250e */
/* dark green #0d4c1d */
/* regular green #53bb48 */

/* dark brown #593a1f */
/* regular brown #795234 */
/* light brown #d0a072 */

/* regular gray #9d9d9d */
/* light gray #f4f4f4 */

/* Gray1 #585758 */
/* Gray2 #878787 */
/* Gray3 #b2b2b2 */
/* Gray4 #dadada */
/* Gray5 #ededed */

/* Interactions */

::-moz-selection {
    background: #0d4c1d;
    color: #fff !important;
}

::selection {
    background: #0d4c1d;
    color: #fff !important;
}

::-moz-selection {
    background: #0d4c1d;
    color: #fff !important;
}

/* some ie fixed */

.browser-ie *, .browser-edge *  {
  text-decoration: none !important;
}

/**** Hide Play button + controls on iOS */

video::-webkit-media-controls {
    display: none !important;
}

/* Fonts */
@font-face {
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/font/fa-solid-900.eot");
  src: url("/font/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/font/fa-solid-900.woff2") format("woff2"), url("/font/fa-solid-900.woff") format("woff"), url("/font/fa-solid-900.ttf") format("truetype"), url("/font/fa-solid-900.svg#fontawesome") format("svg"); }

[class*="fa-"],
.fas {
  font-family: 'Icons';
  font-weight: normal;
  padding-right: 5px;
}


@font-face {
    font-family: 'esaf22';
    src: url('/font/esaf22.eot');
    src: url('/font/esaf22.eot?#iefix') format('embedded-opentype'),
         url('/font/esaf22.woff') format('woff'),
         url('/font/esaf22.ttf') format('truetype'),
         url('/font/esaf22.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

h1 {
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 40px;
    color: #0d4c1d;
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    overflow: visible;
}

h2 {
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0.01em;
    margin-top: 15px;
    margin-bottom: 40px;
    color: #0d4c1d;
    text-decoration: none;
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    overflow: visible;
}

.entry-header h2 {
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
}

h3 {
    font-family: 'Asap', sans-serif;
    font-size: 30px;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    margin-top: 15px;
    margin-bottom: 40px;
    color: #0d4c1d;
    text-decoration: none;
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    overflow: visible;
}

h4, h5, h6 {
    font-family: 'Asap', sans-serif;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.03em;
    margin: 10px 0;
    color: #0d4c1d;
    text-decoration: none;
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    overflow: visible;
}

p, li, p a {
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    color: #000;
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
}

strong,
b {
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    color: #000;
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
}

.light {
  color: #8e8b8e;
}

.marginal,
.marginal a,
.marginal a:hover {
    font-size: 13px;
    line-height: 1.6em;
    color: #9d9d9d !important;
}
.marginal a, .marginal a:hover {
  border-bottom: 1px solid #9d9d9d;
}
.marginal span.mark {
  background: #0d4c1d;
border-radius: 4px;
padding: 2px 5px;
}

.copyright {
    font-size: 13px;
    line-height: 18px;
    color: #cccccc;
    float: right;
    text-align: right;
}

.copyright::before {
    content: 'Bild © ';
}

.bildgalerie-wrapper .copyright::before {
    content: 'Bilder © ';
}

.author {
    font-size: 13px;
    color: #a2caca;
}

.legende {
    color: #9d9d9d;
}


/* Page Fade-In */

#content {
    -webkit-animation-name: fadeinpage;
            animation-name: fadeinpage;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes fadeinpage {
    0%  { opacity: 0; }
    100%   { opacity: 1; }
}

@keyframes fadeinpage {
    0%  { opacity: 0; }
    100%   { opacity: 1; }
}

/* Spacing */

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    min-height: 100%;
    background: #fff;
    overflow-x: hidden;
}
body .border-top {
  width: 100%;
  height: 10px;
  background: #0d4c1d;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

header {
    transition: all 0.2s ease;
}

header.site-header {
    z-index: 100;
    position: absolute;
}

/* Hide Comments and others */

.cat-links, .entry-footer {
    display: none;
}

/* Links */

p a, ol li a {
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding: 0px 0px 1px 0px;
    transition: all 0.2s ease;
}

p a:hover {
    cursor: pointer;
    border-bottom: 1px solid #585758;
    color: #585758;
}

p a strong,
p a b {
    padding: 0px 0px 0px 0px !important;
    font-weight: bold !important;
}

a:-webkit-any-link {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

a:-moz-any-link {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

a,
a:visited,
a:hover,
a:active,
a:any-link {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.main-button {
    color: #553131;
    border: 1px solid #553131;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.main-button:hover,
.home .helfer-trigger:hover .main-button {
    color: #553131 !important;
    background: #cfcbcb;
    border: 1px solid #cfcbcb !important;
}

button i,
button i:before {
  font-size: 14px;
  padding-right: 0 !important;
}

/**** Messages */

[class*="msg-"] {
  padding: 10px;
  line-height: 1.5em;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 4px;
  display: inline-block;
}

.msg-success {
  background: #ccf1d2;
  color: #53bb48;
}

.msg-warning {
  background: #fbecd8;
  color: #e6901d;
}

form.has-error p.error-msg, /* hazzelforms error msg */
.msg-error {
  background: #feddd8;
  color: #f92a0a;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
}

.msg-disabled {
  background: #f0f0f0;
  color: #8e8b8e;
  padding: 2px 8px;
}

span.empty {
  padding: 10px;
  display: inline-block;
  color: #9d9d9d;
}



/* DESKTOP //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. Inner Content
05. NoScript / Cookie Banner
*/

/*
-----------------------------------------------------------------------------

01. Presets

-----------------------------------------------------------------------------
*/

/* Layout */

.sec-wrap {
    width: 100%;
    position: relative;
}

.sec-wrap__inner {
    width: 100%;
    position: relative;
    padding: 30px 35px;
}

.sec-wrap.border-bottom {
  border-bottom: 1px solid #d3d2d3;
}

.sec-wrap__inner.no-padding {
  padding: 20px 0;
}

.sec-wrap__inner.flexbox {
    padding: 30px 60px;
}

.sec-wrap__inner.slim {
    max-width: 1000px;
}

.sec-wrap__inner.slimmer {
    max-width: 800px;
}

.sec-wrap__inner.slim-af {
    max-width: 550px;
}

.grid-wrap .box {
  position: relative;
}

/**** Text */

.text-2-columns {
column-count: 2;
-webkit-column-count: 2;
-moz-column-count: 2;
-ms-column-count: 2;
column-gap: 30px;  /* SPACE-SETUP */
-webkit-column-gap: 30px;  /* SPACE-SETUP */
-moz-column-gap: 30px;  /* SPACE-SETUP */
-ms-column-gap: 30px;  /* SPACE-SETUP */
margin: 30px 0;
}

.text-3-columns {
column-count: 3;
-webkit-column-count: 3;
-moz-column-count: 3;
-ms-column-count: 3;
column-gap: 30px;  /* SPACE-SETUP */
-webkit-column-gap: 30px;  /* SPACE-SETUP */
-moz-column-gap: 30px;  /* SPACE-SETUP */
-ms-column-gap: 30px;  /* SPACE-SETUP */
}

/**/

.centered-text h1, .centered-text h2, .centered-text h3, .centered-text h4, .centered-text h5, .centered-text h6, .centered-text p, .centered-text span, .centered-text a,
h1.centered-text, h2.centered-text, h3.centered-text, h4.centered-text, h5.centered-text, h6.centered-text, p.centered-text, span.centered-text, a.centered-text  {
  text-align: center;
}

/**** Centered Image */

.centered-image-wrap {
    width: 100%;
    margin: auto;
    height: 450px; /* SPACE-SETUP */
    position: relative;
    overflow: hidden;
}

.centered-image-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.centered-image-wrap.full img {
  width: 100%;
}

/**** Gallery-Slider */

.slick-next {
    background: url(/media/no-index/next.png);
    text-indent: -9999px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    overflow: hidden;
    margin: 0;
    border: 0;
    font-size: 0;
    height: 100%;
    width: 80px;
    right: 0;
    top: 0;
    z-index: 9;
    outline: none;
    background-color: #f6f6f6;
    transition: all 0.2s ease-out;
}

.slick-next:hover {
    background-position: 28px center;
}

.slick-prev {
    background: url(/media/no-index/prev.png);
    text-indent: -9999px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    overflow: hidden;
    margin: 0;
    border: 0;
    font-size: 0;
    height: 100%;
    width: 80px;
    left: 0;
    top: 0;
    z-index: 9;
    outline: none;
    background-color: #f6f6f6;
    transition: all 0.2s ease-out;
}

.slick-prev:hover {
    background-position: 22px center;
}

.gallery-slider {
    position: relative;
    overflow: hidden;
    background: #f6f6f6;
    height: 500px;
}

.gallery-slider__images {
    margin: 0;
    position: relative;
}
.gallery-slider__images.lightbox:hover {
    cursor: pointer;
}

.gallery-slider__images .item {
    padding: 0;
}

.gallery-slider__images .item .img-fill {
    height: 500px;
    overflow: hidden;
    text-align: center;
    float: left;
}

.gallery-slider__images .item .img-fill img {
    position: absolute;
    height: 500px;
    top: 50%;
    left: 50%;
    max-width: none !important;
    transform: translate(-50%, -50%);
}

.gallery-slider .img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.gallery-slider .slick-slider {
    padding: 0 !important;
}

.gallery-slider .slick-slide {
    float: left;
    outline: none;
}

/**/

.slick-lightbox .slick-next {
    background: url(/media/no-index/next-neg.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    top: calc(50% - 100px);
}

.slick-lightbox .slick-prev {
    background: url(/media/no-index/prev-neg.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    top: calc(50% - 100px);
}

/**** Multiple-Select */

.multiselect-wrap {
    text-align: center;
}

.multiselect-wrap li {
    list-style: none;
    display: inline-block;
    color: #fff;
    margin: 0 7px 20px 7px;
    background: #878787;
    border-radius: 25px;
    padding: 3px 12px;
}

/**** Single Post */

/*
-----------------------------------------------------------------------------

03. Footer

-----------------------------------------------------------------------------
*/

footer {
  opacity: 1;
  padding: 0 35px;
  background: #53bb48;
}

footer .marginal {
  margin-bottom: 10px;
}

footer .marginal, footer .marginal a, footer .marginal a:hover {
  border-bottom: 0;
  color: rgba(255, 255, 255, 0.6) !important;
}

/*
-----------------------------------------------------------------------------

04. Inner Content

-----------------------------------------------------------------------------
*/

/* Forms &  HazzelForms */
span.label {
  margin: 15px 0 5px 0;
color: #8e8b8e;
display: inline-block;
}

span.error-msg {
  font-size: 0.8em;
  padding: 3px 0;
  color: #f92a0a;
}
.field-wrap.radio span.error-msg {
  width: 100%;
  text-align: right;
}
input.has-error {
  border-color: #f92a0a !important;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"],
input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"],
input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border: 1px solid #d3d2d3;
    padding: 10px;
    background: #fcfcfc;
    color: #000;
    margin-bottom: 0;
}

input[type="radio"] {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
}
input[type="radio"] ~ label {
  cursor: pointer;
  background: #fcfcfc;
  color: #8e8b8e;
  border-radius: 4px;
  border: 1px solid #8e8b8e;
  padding: 7px 10px;
  transition: all 0.2s ease-out;
  display: inline-block;
}

.field-wrap.radio {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.field-wrap.radio .option-wrap {
  display: inline-block;
}
.field-wrap.radio .option-wrap:nth-of-type(1){
  margin-right: 8px;
}

.field-wrap.radio .option-wrap:nth-of-type(1) input[type="radio"]:checked + label,
.field-wrap.radio .option-wrap:nth-of-type(1) input[type="radio"] + label:hover {
  background: #feddd8;
  color: #f92a0a;
  border: 1px solid #f92a0a;
}
.field-wrap.radio .option-wrap:nth-of-type(2) input[type="radio"]:checked + label,
.field-wrap.radio .option-wrap:nth-of-type(2) input[type="radio"] + label:hover {
  background: #ccf1d2;
  color: #2ca13f;
  border: 1px solid #2ca13f;
}

input, select, textarea{
    color: #000 !important;
    border-radius: 4px;
}
.field-wrap.dropdown select {
  display: block;
  height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  border-color: #d3d2d3;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d3d2d3;
    opacity: 1; /* Firefox */
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d3d2d3;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d3d2d3;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d3d2d3;
    opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d3d2d3;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d3d2d3;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #d3d2d3;
}

textarea:focus, input:focus,
textarea:active, input:active {
    color: #fff;
}

textarea {
    padding: 10px;
    max-height: 320px;
}

input.is-readonly {
  border: none;
  padding-left: 0px;
  cursor: not-allowed;
}

/* */

input[type="submit"] {
    position: relative;
    bottom: 20px;
    right: 0;
    max-width: 250px;
    height: 50px;
    margin: 40px auto 0 auto;
    padding: 10px 20px;
    border: none;
    font-family: 'Asap', sans-serif;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #eee !important;
    background: #0d4c1d;
    transition: all 0.2s ease;
}
/* input[type="submit"]:hover,
button:hover {
    background: #0d4c1d;
} */


/* *** Accordion */
.product-accordion {
  border-radius: 4px;
  margin-bottom: 20px;
  background: #e0e0e0;
  border: 1px solid #d3d2d3;
  box-shadow: 0px 3px 13px -16px rgba(0,0,0,0.5);
  transition: all 0.2s ease;
}
  .product-accordion:hover {
    background: #d0d0d0;
  }
.product-accordion .accordion-trigger {
  width: 100%;
  display: block;
  padding: 15px 20px;
  cursor: pointer;
}
.product-accordion .accordion-trigger h4 {
  margin-top: 15px;
}
.product-accordion .accordion-trigger [class*="msg-"] {
  float: right;
}
.product-accordion .accordion-trigger span.msg-success {
  border: 1px solid #53bb48;
}
.product-accordion .accordion-trigger span.msg-warning {
  border: 1px solid #e6901d;
}
.product-accordion .accordion-trigger span.msg-error {
  border: 1px solid #f92a0a;
}

.product-accordion .panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  transition: all 0.2s ease-out;
  background: #f0f0f0;
}
.product-accordion .panel__inner {
  overflow: hidden;
  display: block;
  padding: 10px 20px;
}
.product-accordion input[type="submit"] {
  float: right;
}

/* *** Article list in accordion */

.article-list-wrap {
  overflow-x: auto;
  position: relative;
}

.article-list-wrap-overflowbar {
  position: relative;
}
.article-list-wrap-overflowbar:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 5px;
  z-index: 2;
  height: 100%;
  background: #0d4c1d;
  display: none;
}

.article-list, .product-main-options {
  width: 100%;
  background: #fff;
  border-radius: 4px;
}
.article-list td,
.article-list tr,
.product-main-options td,
.product-main-options tr {
  text-align: left;
}
.article-list td.order {
  max-width: 200px;
}
.article-list th {
  background: #fff;
  border: none;
  padding: 10px;
  text-align: left;
}
.article-list tr {
  border-top: 1px solid #d3d2d3;
}
.article-list tr:nth-of-type(1) {
border-top: none;
}
.article-list tr:nth-of-type(odd) {
  background: #fcfcfc;
}
.article-list td,
.product-main-options td {
  padding: 10px;
}
.article-list td:nth-of-type(1) {
  border-left: 0px;
}
.product-main-options td:nth-of-type(2){
  text-align: right;
}

.article-list th.price,
.article-list td.price,
.sec-wrap__inner.list .article-list td.price,
.sec-wrap__inner.list .article-list th.price {
  text-align: right;
  padding-right: 2em;
}

.product-details.cancelled,
.product-details.hidden {
  display: none;
}



/*
-----------------------------------------------------------------------------

05. NoScript / Cookie Banner

-----------------------------------------------------------------------------
*/


.warning-banner {
    height: 110px;
    background: #831414;
    top: 0px;
}

#cookie-banner {
    height: 100px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    border-top: 4px solid #000;
}

.warning-banner, #cookie-banner {
    width: 100%;
    display: block;
    position: fixed;
    z-index: 99999;
}

.warning-banner table, #cookie-banner table {
  width: 100%;
  height: inherit;
  vertical-align: middle;
  text-align: center;
}

.warning-banner p, .warning-banner b, .warning-banner a {
    color: #fff;
    margin: 0 10px 0 10px;
}
    .warning-banner p:nth-child(2) {
        margin: 10px;
    }

.warning-banner a {
    border: 1px solid #fff;
    padding: 6px;
    white-space: nowrap;
    border-radius: 1px;
}
    .warning-banner a:hover {
        border: 1px solid #aaa;
        color: #ccc;
    }

#noscript:target {
    opacity: 0;
    top: -100px;
}

#ie-banner.closed,
#no-access-banner.closed {
  display: none;
}

#cookie-banner.closed {
    bottom: -200px;
    opacity: 0;
}

#cookie-banner p, #cookie-banner b {
    color: #000;
    margin: 0 10px 0 10px;
}

#cookie-banner a.close-banner-btn {
    font-weight: bold;
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    border: 0;
    background: #000;
    margin: 3px 12px 3px 12px;
}

  #cookie-banner a.close-banner-btn:hover {
      background: #000;
  }


/* TABLET //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. Inner Content
05. NoScript / Cookie Banner
*/

@media only screen and (max-width: 880px) {

    /*
    -----------------------------------------------------------------------------

    01. Presets

    -----------------------------------------------------------------------------
    */

    h1 {
        font-size: 60px;
        line-height: 65px;
    }

    /*
    -----------------------------------------------------------------------------

    03. Inner Content

    -----------------------------------------------------------------------------
    */

    .article-list-wrap-overflowbar:after {
      display: block;
    }


    /*
    -----------------------------------------------------------------------------

    05. NoScript / Cookie Banner

    -----------------------------------------------------------------------------
    */

    .warning-banner {
        height: 130px;
    }



}

/* MOBILE //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. Inner Content
05. NoScript / Cookie Banner
*/

@media only screen and (max-width: 580px) {

    /*
    -----------------------------------------------------------------------------

    01. Presets

    -----------------------------------------------------------------------------
    */


    h1, h2 {
        font-size: 40px;
        line-height: 46px;
        -webkit-hyphens: none;
            -ms-hyphens: none;
                hyphens: none;
    }


    .sec-wrap__inner {
        padding: 20px 25px;
    }

    /**/

    .text-2-columns {
   column-count: 1;
   -webkit-column-count: 1;
   -moz-column-count: 1;
   -ms-column-count: 1;
   }

   .text-3-columns {
   column-count: 1;
   -webkit-column-count: 1;
   -moz-column-count: 1;
   -ms-column-count: 1;
   }


    /*
    -----------------------------------------------------------------------------

    05. NoScript / Cookie Banner

    -----------------------------------------------------------------------------
    */

    .warning-banner p, .warning-banner b, .warning-banner a,
    #cookie-banner p, #cookie-banner b, #cookie-banner a {
        font-size: 14px;
    }

    a.close-banner-btn {
        margin-top: 10px;
    }

    #cookie-banner {
      height: 110px;
    }

}


/* MINI-MOBILE //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. Inner Content
05. NoScript / Cookie Banner
*/

@media only screen and (max-width: 430px) {

    /*
    -----------------------------------------------------------------------------

    01. Presets

    -----------------------------------------------------------------------------
    */

    /* Layout */

    /**** Gallery-Slider */

    .gallery-slider__images .item .img-fill, .gallery-slider, .gallery-slider__images .item .img-fill img {
        height: 220px !important;
    }

    .slick-prev,
    .slick-next {
        width: 55px;
        background-size: 25px;
    }

    .slick-next:hover {
        background-position: 20px center;
    }

    .slick-prev:hover {
        background-position: 10px center;
    }

}

/* SPECIAL BREAKPOINTS //////////////////////////////////////////////////////// */

/* Layout */

/**** Gallery-Slider */

@media only screen and (max-width: 640px) {

    .gallery-slider__images .item .img-fill, .gallery-slider, .gallery-slider__images .item .img-fill img {
        height: 280px !important;
    }

}


/* Printer */

@media print {

    @page {
        margin: 1cm;
    }

    header, nav, footer {
        display: none;
    }

    img {
        max-width: 500px;
        visibility: visible !important;
    }

}
