/* CSS Document */

body {
  /*  font-family: "SFProDisplay-Regular;", Helvetica, Arial, sans-serif;*/

  color: #8c8d8e;
  font-size: 18px;
  font-family: CircularXXWeb-Regular, sans-serif;
}

h4 {
  font-family: "ZOOBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 36px;
}

h5 {
  font-family: "ZOOBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
.section-date {
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: #afafaf;
  font-family: "ZOOBold", Arial, Helvetica, sans-serif;
}
.section-link {
  text-transform: uppercase;
  font-size: 18px;
  /* line-height: 36px;*/

  line-height: 1em;

  text-decoration: none;
  color: #afafaf;

  font-family: "ZOOBold", Arial, Helvetica, sans-serif;
}
.section-link:hover,
.section-link:focus {
  color: #616265;
  text-decoration: none;
  opacity: 0.8;
}

.section-title-banner {
  color: #005c59;
  font-size: 48px;
  line-height: 1;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.section-title-imagekampagne {
  color: #005c59;
  font-size: 48px;
  line-height: 1;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.section-title {
  font-size: 48px;
  line-height: 1;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
h2.section-title {
  font-size: 36px;
  line-height: 1;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.section-title span {
  font-size: 24px;
  font-family: "ZooGroteskOblique", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.section-title-sm {
  font-size: 36px;
  line-height: 1;
  color: #8c8d8e;
  text-transform: uppercase;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
}
.section-title-xs {
  font-size: 24px;
  line-height: 1;
  color: #8c8d8e;
  text-transform: uppercase;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
}
.card-info {
  font-size: 18px;
  background: #afafaf;
  border-radius: 0;
  border: none;
  color: #fff;
}
.card-info a {
  color: #fff;
  text-decoration: none;
}
.card-info .list-group-item {
  background: none;
  font-family: "ZOOBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -1px;
}
.card-info .list-group-flush .list-group-item:first-child {
  border-top-width: 1px;
}
.card-info .btn {
  border: 2px solid #fff;
  border-radius: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
}
.card-info .btn:hover,
.card-info .btn:focus {
  color: #afafaf;
  background: #fff;
}

.card-info .card-title {
  font-size: 28px;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
}
.card-info .card-footer {
  background: transparent;
  border: none;
  border-radius: none;
}
.card-info .btn-more {
  color: #fff;
}
.flyer-text {
  position: absolute;
  z-index: 3;
  bottom: 20px;
}
.flyer-text h4 {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin-bottom: 0;
}
.flyer-text i {
  color: #fff;
  text-decoration: none;
  line-height: 0.75;
  font-size: 48px;
}

.flyer-item:hover i {
  color: #f5d312;
  cursor: pointer;
}

.flyer-item:hover {
  cursor: pointer;
}

.flyer-item a:hover i {
  color: #f5d312;
}

#flyer .flyer-item:nth-child(odd) .flyer-text {
  left: 30px;
  text-align: left;
}
#flyer .flyer-item:nth-child(even) .flyer-text {
  right: 30px;
  text-align: right;
}
#flyer .flyer-item:nth-child(odd) .gradient-40 {
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
#flyer .flyer-item:nth-child(even) .gradient-40 {
  background: -webkit-gradient(
    linear,
    right top, left top,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    -90deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.promotion-text {
  position: absolute;
  z-index: 3;
  bottom: 20px;
}
.promotion-text h4 {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  line-height: 1;
  margin-bottom: 0;
}
.promotion-text i {
  color: #fff;
  text-decoration: none;
  line-height: 0.75;
  font-size: 48px;
}
.promotion-item a:hover i {
  color: #f5d312;
}

#promotion .promotion-item:nth-child(odd) .promotion-text {
  left: 30px;
  text-align: left;
}
#promotion .promotion-item:nth-child(even) .promotion-text {
  right: 30px;
  text-align: right;
}
#promotion .promotion-item:nth-child(odd) .gradient-40 {
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
#promotion .promotion-item:nth-child(even) .gradient-40 {
  background: -webkit-gradient(
    linear,
    right top, left top,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    -90deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
section#magazin {
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 60px;
  background: #575850;
}
#magazin-title {
  margin-bottom: 50px;
}
#magazin h2 {
  font-size: 48px;
  color: #cdb46d;
  line-height: 1;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#magazin h3 {
  font-size: 120px;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  line-height: 0.8;
}

#magazin .list-group-item {
  background: none;
  border-top: 1px solid #cdb46d;
  border-bottom: 1px solid #cdb46d;
  padding: 10px 5px;
  font-size: 20px;
  color: #cdb46d;
  margin-top: -1px;
}

#magazin-img-1 {
  z-index: 2;
  bottom: -60px;
  right: 120px;
}
#magazin-img-2 {
  z-index: 1;
  bottom: -60px;
  right: 0;
}

#newsletter {
  background: url(../img/newsletter-bg.jpg) no-repeatcenter;
  background-size: cover;
  min-height: 600px;
  margin: 75px 0 150px;
  padding: 50px 0;
}
#newsletter-text {
  font-family: "ZOOBold", Arial, Helvetica, sans-serif;
  background: #ac141d;
  font-size: 24px;
  color: #d5bd73;
  line-height: 1.2;
}
#newsletter-text p {
  margin: 0;
}
.newsletter-form {
  background: #d5bd73;
}
#newsletter .section-title {
  margin-bottom: 180px;
}
#newsletter .section-title > span {
  color: #ac141d;
}

.newsletter-form input {
  background: transparent;
  border-radius: 0;
  border: 2px solid #998643;
  color: #998643;
  display: inline;
}
.newsletter-form input:focus {
  color: #998643;
  border-color: #b4a055;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 134, 67, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(153, 134, 67, 0.25);
}
.newsletter-form .btn {
  background: #998643;
  color: #fff;
  border-radius: 0;
  border: 1px solid #998643;
}
.newsletter-form .btn:focus {
  border-color: #b4a055;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 134, 67, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(153, 134, 67, 0.25);
}

.newsletter-form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #998643;
  opacity: 1; /* Firefox */
}

.newsletter-form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #998643;
  opacity: 1; /* Firefox */
}

.newsletter-form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #998643;
  opacity: 1; /* Firefox */
}

.newsletter-form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #998643;
  opacity: 1; /* Firefox */
}

.newsletter-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #998643;
  opacity: 1; /* Firefox */
}

.newsletter-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #998643;
}

.newsletter-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #998643;
}

#page-footer {
  background: #f7f7f7;
  margin-bottom: 90px;
}
.footer-logo {
  width: auto;
  max-width: 240px;
}
.slogan-footer {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
  color: #63bc95;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.slogan-footer > span {
  color: white;
}
.footer-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#6cbe99), to(#005c59));
  background: linear-gradient(90deg, #6cbe99 0%, #005c59 100%);
}
.nav-footer .nav-item {
  font-family: CircularXXWeb-Regular, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
  text-decoration: none;
  margin-right: 6px;
  margin-left: 6px;
  position: relative;
  font-size: 14px;
}
.nav-footer .nav-item:first-child {
  margin-left: 0;
}
.nav-footer .nav-item::before {
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  content: " ";
  background: #fff;
  left: -7px;
  top: 3px;
}
.nav-footer .nav-item:first-child::before {
  display: none;
}
.nav-footer .nav-link:hover,
.nav-footer .nav-link:focus {
  color: #fff;
  text-decoration: underline;
}
#page-footer .button-links {
  width: 100%;
  max-width: 280px;
}

.btn-link {
  color: #fff !important;
  background: #c1c2c2;
  font-family: "ZOOBold", Arial, Helvetica, sans-serif;
  font-size: 24px;
}
.btn-link:hover {
  background: #afafaf;
  color: #fff;
  text-decoration: none;
}
.btn-link.focus,
.btn-link:focus {
  background: #afafaf;
  color: #fff;
  text-decoration: none;
}
.btn-link.text-small {
  font-size: 18px;
}

body:not(.home) #page-footer,
body:not(.home) #footer-back {
  border-left: 30px solid #fff;
  border-right: 30px solid #fff;
}
body:not(.home) {
  padding-bottom: 30px;
}
body:not(.home) #footer-back {
  bottom: 30px;
}
.accordion-grey .card {
  margin-bottom: 4px;
  border: 0;
  border-radius: 0;
}
.accordion-grey > .card > .card-header {
  border: none;
  border-radius: 0;
  padding: 0;
  background: #afafaf;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
}
.accordion-grey > .card > .card-header > h5 > .btn {
  width: 100%;
  padding: 15px 9px;
  font-size: 24px;
  line-height: 1;
  color: #fff !important;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
}

.accordion-grey > .card > .collapse > .card-body a,
.accordion-grey > .card > .collapse > .card-body a:hover,
.accordion-grey > .card > .collapse > .card-body a:focus {
  color: #afafaf;
  text-decoration: none;
}
.accordion-grey > .card > .collapse > .card-footer {
  background: #afafaf;
  border: none;
  color: #fff;
}

.accordion-grey > .card > .collapse > .card-footer a {
  color: #fff;
}

.accordion-grey .collapse,
.accordion-grey .collapsing {
  background: #eaeae9;
  color: #afafaf;
}

.accordion-grey > .card > .collapse > .card-body > .list-group .list-group-item,
.accordion-grey
  > .card
  > .collapsing
  > .card-body
  > .list-group
  .list-group-item {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accordion-article .card {
  margin-bottom: 4px;
  border: 0;
  border-radius: 0;
}
.accordion-article > .card > .card-header {
  border: none;
  border-radius: 0;
  background: #c1c2c2;
  cursor: pointer;
}
.accordion-article > .card > .card-header:hover {
  background: #afafaf;
}
.accordion-article > .card > .card-header > h5 {
  padding: 12px 12px;
  line-height: 1;
  color: #fff !important;
  font-family: "ZOOBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
}

.accordion-article .collapse,
.accordion-article .collapsing {
  background: #fff;
}

#magazin-content-mobile {
  background: #b39d67;
}
#magazin-content-mobile h3 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  color: #524b26;
}
#magazin-content-mobile h4 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#magazin-content-mobile a {
  color: #fff;
  text-decoration: none;
  line-height: 0.75;
  font-size: 48px;
  position: absolute;
  bottom: 15px;
  right: 30px;
}
section#sitemap {
  font-family: "ZOOBold", Arial, Helvetica, sans-serif;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #afafaf;
  overflow-y: auto;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.2s linear opacity;
  transition: 0.2s linear opacity;
}

span.nav-sub > a {
  padding-left: 35px;
  text-transform: uppercase;
}
body.sitemap-shown section#sitemap {
  opacity: 1;
  z-index: 9999;
}
section#sitemap h4 {
  color: #f5d311;
}
section#sitemap .nav a {
  color: #fff;
  border-top: 1px solid #eee;
  text-transform: uppercase;
}
section#sitemap .nav > a:last-child {
  border-bottom: 1px solid #eee;
}
section#sitemap .nav a:hover {
  background: #979797;
}

/* Pages */

#header-page {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 400px;
}

section.d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-link.push-left {
  margin-left: 5px;
  margin-right: 10px;
}
#input-wrapper {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
#input-wrapper .input-group {
  width: auto;
}
.input-search {
  font-family: CircularXXWeb-Regular, sans-serif;
  border-radius: 0;
  border: 2px solid #d3d3d3;
  border-right: none;
  min-width: 200px;
  color: #8c8d8e;
}
.select {
  width: auto;
  margin-right: 10px;
}
.select::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  color: #fff;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  background: #8c8d8e;
  pointer-events: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 15px;

  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  max-height: 38px;
}

.input-category {
  font-family: CircularXXWeb-Regular, sans-serif;
  border-radius: 0;
  min-width: 250px;
  padding-right: 45px;
  border: none;
  color: #fff;
  background-color: #d3d3d3;
  background-image: none;
  background-size: 18px;
  background-repeat: no-repeat;
}

.input-search:focus {
  color: #8c8d8e;
  border-color: #d3d3d3;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-category:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-group-text {
  border-radius: 0;
  /*border: 2px solid #8c8d8e;*/
  border: none;
  background: #8c8d8e;
  color: #fff;
  font-size: 13px;
}
.filter-status {
  font-size: 18px;
  color: #8c8d8e;
  line-height: 1;
}
.btn-layout {
  font-size: 30px;
  border: none;
  border-radius: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0;
  margin: 0 4px;
  color: #c1c2c2;
}
.btn-layout.active,
.btn-active:hover,
.btn-active:focus {
  color: #8c8d8e;
}

div > a.media {
  background: #fff;
  border-bottom: 2px solid #eff0ec;
  text-decoration: inherit;
  color: inherit;

  padding: 20px 80px 20px 0;
  position: relative;
}
div > a.media::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f054";
  color: #f7f7f7;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 72px;
}
div > a.media img {
  max-width: 310px;
}
.date-block {
  color: #babbbb;
  text-align: center;
  width: 110px;
  text-transform: uppercase;
}
.date-block > .day {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  font-size: 72px;
  line-height: 1;
}
.date-block > .month {
  font-size: 18px;
  line-height: 1;
}
.media-body {
  font-size: 18px;
  font-family: CircularXXWeb-Light, sans-serif;
  color: rgb(140, 141, 142);
  /*max-width: 690px;*/
}
.media-body h3 {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: rgb(140, 141, 142);
  line-height: 1;
  text-transform: uppercase;
}

a.media:hover .date-block,
a.media:hover .media-body,
a.media:hover .media-body h3 {
  color: #fff;
}

.article {
  font-size: 18px;
  font-family: CircularXXWeb-Regular, sans-serif;
  color: #8c8d8e;
  /* padding-top: 1rem; */
}
.article h3 {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: rgb(140, 141, 142);
  line-height: 1;
  /*padding-left: 0.75rem; padding-right: 0.75rem; */
}
.article h4 {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: rgb(140, 141, 142);
  line-height: 1;
  /*padding-left: 0.75rem; padding-right: 0.75rem; */
  margin-top: 25px;
  margin-bottom: 10px;
}
.article h5 {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: rgb(140, 141, 142);
  line-height: 1;
  /*padding-left: 0.75rem; padding-right: 0.75rem; */
  margin-top: 20px;
  margin-bottom: 10px;
}

.article a {
  font-weight: bold;
  text-decoration: none;
  color: #8c8d8e;
}
.article a:hover,
.article a:focus {
  font-weight: bold;
  text-decoration: underline;
}

.article ul {
  margin-left: -20px;
}

#sidebar-right {
  color: #8c8d8e;
}
.news-date {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  max-width: 90px;
  text-align: center;
}
.news-day {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  font-size: 72px;
  line-height: 1;
}
.news-year {
  font-size: 18px;
  text-transform: uppercase;
}
.news-icons .btn {
  font-size: 24px;
  line-height: 1;
  padding: 2px;
  color: #8c8d8e;
  margin-right: 10px;
}
.news-icons .btn .badge {
  color: #fff;
  background: #8c8d8e;
  font-size: 11px;
  top: -5px;
}

.sidebar-title {
  color: #8c8d8e;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px;
}
.sidebar-links .list-group-item {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  background: none;
  border-top: 2px solid #8c8d8e !important;
  border-bottom: none;
  color: #8c8d8e;
  font-size: 18px;
  line-height: 18px;
  padding: 11px 8px 8px;
  text-transform: uppercase;
}

.sidebar-links span > .list-group-item {
  margin-top: -2px;
}
.sidebar-links .list-group-item:last-child {
  border-bottom: 2px solid #8c8d8e !important;
}

.sidebar-links .list-group-item > i {
  /*display: none;*/
}
.sidebar-links .list-group-item:hover {
  background: #e2e2e2;

  color: #fff;
}
.sidebar-links .list-group-item:hover > i {
  display: inline-block;
  color: #fff;
}
.orange-block {
  color: #fff;
  background: #b13f41;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.grey-block {
  color: #fff;
  background: #c1c2c2;
}
.grey-block h4 {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  font-size: 24px;
}
.grey-block input {
  border: 2px solid #fff;
  border-radius: 0;
  background: none;
  color: #fff;
  font-size: 18px;
  margin-right: 2px;
    font-family: CircularXXWeb-Regular, sans-serif;

}
.grey-block input:focus {
  background: none;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #fff;
}
.grey-block .btn {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;

  background: #fff;
  color: #8c8d8e;
  text-transform: uppercase;
  border-radius: 0;
}

.grey-block ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.grey-block ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.grey-block :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.grey-block ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.grey-block ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.table-title {
  font-size: 24px;
  line-height: 1;
  color: #8c8d8e;
}

#timeline {
  position: relative;
  display: block;
}
#timeline > .row {
  margin-bottom: 90px;
}
#timeline:before {
  position: absolute;
  height: 100%;
  width: 4px;
  left: 50%;
  margin-left: -2px;
  top: 0;
  content: "";
  background: #cecece;
}
.timeline-content {
  position: relative;
  padding: 2px 10px;
}
.timeline-content:before {
  position: absolute;
  height: 17px;
  width: 17px;
  border: none;
  background: #cecece;
  top: 50px;
  left: -23px;
  border-radius: 50%;
  content: "";
  z-index: 10;
}
.timeline-content:after {
  position: absolute;
  height: 31px;
  width: 31px;
  border: none;
  background: rgba(236, 236, 236, 0.4);
  top: 43px;
  left: -30px;
  border-radius: 50%;
  content: "";
  z-index: 9;
  -webkit-transition: background 0.8s ease;
  transition: background 0.8s ease;
}
.timeline-content-left:before {
  right: -24px;
  left: auto;
}
.timeline-content-left:after {
  right: -31px;
  left: auto;
}
.timeline-content:hover:after {
  background: rgba(236, 236, 236, 1);
}
.timeline-title {
  font-size: 22px;
  text-transform: uppercase;
  background: #cecece;
  padding: 20px 15px 10px;
  margin-bottom: 0;
}
.timeline-text {
  font-weight: 500;
  padding: 15px;
  background: #f7f7f7;
}
.timeline-year {
  display: inline-block;
  background: #2d4298;
  border: 3px solid #ecedee;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  margin: 0;
  position: absolute;
  top: -60px;
}
#timeline > .row:nth-child(odd) .timeline-year {
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
#timeline > .row:nth-child(even) .timeline-year {
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.timeline-year.timeline-today {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
}

/* notification */

.text-notification {
  color: #b13f41;
}
.notification-block {
  color: #fff;
  background: #b13f41;
  font-size: 18px;
}

.notification-block-title {
  font-size: 36px;
  line-height: 1;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.notification-block-subtitle {
  font-size: 18px;
  line-height: 1.2;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
}

a.notification-block-link,
a.notification-block-link:hover,
a.notification-block-link:focus {
  color: #fff;
  text-decoration: none;
}

.alert-top {
  color: #fff;
  background-color: #b13f41;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.alert-top a {
  color: #fff;
}
.alert-top .close {
  color: #fff;
  margin-top: 4px;
}

.modal-notification {
  z-index: 10000;
}

.modal-notification .modal-content {
  color: #fff;
  background-color: #005c59;
  border-radius: 0;
}

.modal-notification .modal-content .modal-header {
  border: none;
}

.modal-notification .modal-content .modal-header h5.modal-title {
  color: #6cbe99;
  background-color: #005c59;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1em;
}

.modal-notification .modal-content .modal-header button.close {
  color: #fff;
}

.modal-notification .modal-content .modal-body {
  color: #fff;
  background-color: #005c59;
  font-family: CircularXXWeb-Regular, sans-serif;
  font-size: 18px;
  border: none;
}

.modal-notification .modal-content .modal-body a,
.modal-notification .modal-content .modal-body a:hover {
  color: #fff;
  text-decoration: underline;
}

.modal-notification .modal-content .modal-footer {
  border: none;
}

.modal-notification .modal-content .modal-footer .btn-light {
  font-family: CircularXXWeb-Medium, sans-serif;
  font-size: 18px;
  background-color: #6cbe99;
  color: #fff;
  border: #6cbe99;
}

.btn-animated > i,
.btn-animated-left > i {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.btn-animated:hover > i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn-animated-left:hover > i {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.btn-animated-rotate > i {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.btn-animated-rotate:hover > i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#mdlCookie .modal-body {
  font-size: 16px;
}
#mdlCookie .modal-header,
#mdlCookie .modal-content,
#mdlCookie .modal-footer {
  border: none;
  border-radius: 0;
}
#mdlCookie .modal-header {
  padding-bottom: 0;
}
#mdlCookie .modal-header h5 {
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}
#mdlCookie .modal-footer {
  padding-top: 0;
}
#mdlNewsletter .modal-content {
  border: none;
  border-radius: 0;
}
#mdlNewsletter .modal-body {
  padding: 0;
}
#mdlNewsletter h4 {
  font-size: 32px;
  line-height: 1;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #afafaf;
}
.newsletter-close {
  width: 115px;
}
#map-wrapper {
  position: relative;
  display: inline-block;
}
.markers-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.marker {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  margin-top: -24px;
}

.marker:hover .marker-dot {
  background: #43966b;
}

.marker-dot {
  width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-left: 4px;
  border-radius: 50%;
  background: #71cd9d;
  display: block;
}

.marker:hover .marker-dot.green {
  background: #43966b;
}
.marker-dot.green {
  background: #71cd9d;
}
.marker:hover .marker-dot.gray {
  background: #c6c6c6;
}
.marker-dot.gray {
  background: #d8d7d7;
}
.marker:hover .marker-dot.lavendel {
  background: #bca2ce;
}
.marker-dot.lavendel {
  background: #c2add0;
}
.marker:hover .marker-dot.blue {
  background: #60a1df;
}
.marker-dot.blue {
  background: #60a1df;
}

.marker:hover .marker-dot.orange {
  background: #e78529;
}
.marker-dot.orange {
  background: #e49347;
}

#people-count {
  background: #941628;
}
#people-count h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  line-height: normal;
  font-size: 42px;
}
#people-count h3.number {
  color: #ffcb00;
  font-size: 104px;
  margin-right: 15px;
}

#search-panel {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  background: #064a48;
  -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;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#search-panel.is-visible {
  -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;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#search-panel .form-control {
  background-color: transparent;
  outline: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: 300;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#search-close {
  position: absolute;
  top: -45px;
  right: 15px;
}

.search-result > div {
  position: relative;
  padding-right: 80px !important;
}
.search-result * {
  color: #8c8d8e !important;
  font-weight: normal !important;
}
.search-result:hover * {
  color: #fff !important;
}
.search-result:hover > div {
  background-color: #6cbe99 !important;
}
.search-result:hover mark {
  color: #8c8d8e !important;
}
.search-result > div::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f054";
  color: #f7f7f7;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 72px;
}
.search-result:hover .badge-light {
  color: #8c8d8e !important;
}
.search-result h4 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
}
.search-result img {
  display: none;
}

mark {
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-scroll {
  position: relative;
  width: 36px;
  height: 36px;
  font-size: 20px;
  padding: 0;
  background: #66bd96;
  border-radius: 50%;
  color: #fff;
  border: 3px solid #fff;
}
footer .btn.btn-scroll.scroll-top {
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.btn.btn-scroll.scroll-top.scroll-side {
  position: fixed;
  right: 20px;
  bottom: 200px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.btn.btn-scroll.scroll-top.scroll-side.show {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: auto;
}
.btn.btn-scroll:hover,
.btn.btn-scroll:focus,
.btn.btn-scroll:active {
  background: #66bd96;
  color: #fff;
  border-color: #fff;
}
#footer-back {
  padding: 20px 0;
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 0;
  background: #f7f7f7;
  z-index: 1;
}
#footer-back span {
  font-size: 12px;
  margin-right: 15px;
}

.banner-imagekampagne {
  height: 1000px;
}

/* Summernote */
.note-file-clip {
  max-width: 100%;
  height: auto;
}

.page-swiper {
  padding-bottom: 32px !important;
}
.page-swiper .swiper-pagination {
  bottom: 0 !important;
}
.page-swiper .swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  display: inline-block;
  border-radius: 0;
  background: #b5b7b4;
  opacity: 1;
}
.page-swiper .swiper-pagination-bullet-active {
  background: #616265;
}

/* imagekampagne */
.right-img-card,
.left-img-card {
  height: auto;
  border: none;
}

.right-img-card .card-body,
.left-img-card .card-body {
  padding: 40px 30px;
}

.right-img-card .img-wrapper,
.left-img-card .img-wrapper {
  min-height: 380px;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  border: none;
}

.right-img-card .card-title,
.left-img-card .card-title {
  font-family: "ZOOBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  color: #017470;
  line-height: 1;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
}

.right-img-card .card-title span,
.left-img-card .card-title span {
  color: #66bd96;
  display: block;
}

.right-img-card .card-text,
.left-img-card .card-text {
  font-weight: 400;
  color: #017470;
  font-size: 18px;
  line-height: 1.2;
}

.right-img-card .btn,
.left-img-card .btn {
  font-family: CircularXXWeb-Medium, sans-serif;
  color: #017470;
  border: 2px solid #017470;
  border-radius: 24px;
  padding: 4px 20px;
}

.right-img-card .btn:hover,
.left-img-card .btn:hover {
  background: #017470;
  color: #fff;
}

.right-img-card .btn > i,
.left-img-card .btn > i,
.card-title-outside a > i {
  -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;
}

.right-img-card .btn:hover > i,
.left-img-card .btn:hover > i,
.card-title-outside a:hover > i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.btn-rounded {
  border-radius: 32px;
}

.gradient-green {
  background-image: -webkit-gradient(
    linear,
    left top, right top,
    from(#338e78),
    color-stop(51%, #015d59),
    to(#015d59)
  );
  background-image: linear-gradient(
    to right,
    #338e78 0%,
    #015d59 51%,
    #015d59 100%
  );
  background-size: 200% auto;
}

.btn.gradient-green {
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-family: "ZOOBold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 12px 26px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn.gradient-green i {
  font-size: 24px;
}

.btn.gradient-green:hover {
  background-position: right center;
}

.card-grid-promotion .card-body {
  padding: 30px 30px;
}
.card-grid-promotion h4.card-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
      hyphens: auto;
  white-space: normal !important;
}

.card-grid-promotion.purpur .card-title, .card-grid-promotion.purpur .card-text{
  color: #7d3a8e;
}

.card-grid-promotion.purpur  .card-title > span {
  color: #e88b96;
}
.card-grid-promotion.purpur  .btn {
  color: #fff;
  border-color: #7d3a8e;
  background-color: #7d3a8e;
}

.card-grid-promotion.purpur  .btn:hover,.card-grid-promotion.purpur  .btn:focus {
  color: #fff;
  border-color: #e88b96;
  background-color: #e88b96;
}


.card-title-outside {
  position: relative;
  border-radius: 0;
  border: none;
  margin-bottom: 44px;
}

.card-title-outside .card-body {
  position: absolute;
  left: 0;
  bottom: -44px;
  width: auto;
  padding: 20px;
}

.card-title-outside .card-title {
  font-family: "ZOOBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #017470;
  line-height: 1;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}

.card-title-outside span {
  color: #66bd96;
  display: block;
}

.card-title-outside .card-body a {
  color: #017470;
  font-size: 24px;
  line-height: 1;
}
.card-intro .card-text {
  font-size: 20px;
}
/* .swiper-color-box {
            padding-bottom: 32px !important;
        }
*/


.swiper-color-box .swiper-pagination {
  bottom: 0 !important;
}

.swiper-color-box .swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  display: inline-block;
  border-radius: 0;
  background: #b5b7b4;
  opacity: 1;
}

.swiper-color-box .swiper-pagination-bullet-active {
  background: #616265;
}

.swiper-color-box .card {
  border-radius: 0;
  border: none;
  z-index: 10;
}

.swiper-color-box .card .card-title {
  font-size: 36px;
  font-family: "ZOOBold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  white-space: normal !important;
}

.swiper-color-box .card .card-text {
  font-family: CircularXXWeb-Light, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.swiper-color-box .card .btn {
  /* font-family: 'ZOOBold', Helvetica, Arial, sans-serif;*/
  font-family: "CircularXXWeb-Medium", sans-serif;
  /* text-transform: uppercase; */
  font-size: 18px !important;
  border: none;
  border-radius: 24px;
  padding: 15px 18px !important;
  line-height: 1.2em !important;
  position: relative;
  width: 100%;
}

.swiper-color-box .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-mint {
  background: #005c59;
  color: #fff;
}

.card-mint .card-title > span {
  color: #6cbe99;
}

.card-mint .btn {
  background: #6cbe99;
  color: #fff;
}

.card-mint .btn:hover,
.card-mint .btn:focus {
  background-color: #8ad7b5;
}

.card-purpur {
  background: #7d3a8e;
  color: #fff;
}

.card-purpur .card-title > span {
  color: #e88b96;
}

.card-purpur .btn {
  background: #e88b96;
  color: #fff;
}

.card-purpur .btn:hover,
.card-purpur .btn:focus {
  background-color: #eda3ac;
}

@media (min-width: 992px) {
  .swiper-color-box {
    /*height: calc(100% - 140px);*/
    height: 100%;
  }
}

@media (max-width: 991px) {
  #header-home {
    height: auto;
  }

  .swiper-color-box .container-lg {
    padding: 0;
  }
}

/* Offcanvas */
.zoo-logo {
  z-index: 1039;
  margin-bottom: 0;
}
.zoo-logo > img {
  max-width: 320px;
}
#top-menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#top-menu-wrapper .nav-item {
  position: relative;
  z-index: 1046;
  font-size: 33px;
  color: #fff;
  padding: 0;
  text-decoration: none;
}
.offcanvas {
  -webkit-transition: visibility 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out;
  position: fixed;
  bottom: 0;
  z-index: 1045;
  max-width: 100%;
  background-color: #005c59;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.offcanvas-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.offcanvas.show {
  -webkit-transform: none;
          transform: none;
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.offcanvas-body-top {
  padding-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.offcanvas-body-bottom {
  padding-left: 35px;
  padding-right: 35px;
  background-color: #333;
  background: -webkit-gradient(linear, left top, right top, from(#6cbe99), to(#005c59));
  background: linear-gradient(90deg, #6cbe99 0%, #005c59 100%);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.button-links .btn {
  font-family: "ZOOBold", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 12px 14px;
  border-radius: 32px;
  border: none;
  background: #005c59;
}
.button-links .btn:hover,
.button-links .btn:focus {
  background: #6cbe99;
}
.button-links .btn i {
  font-size: 24px;
}

#page-nav a.nav-link {
  font-family: "ZOOBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
}
#page-nav a.nav-link:hover,
#page-nav a.nav-link:focus,
#page-nav a.nav-link.active {
  color: #6cbe99;
}
#page-nav .dropdown-menu {
  position: relative !important;
  width: 100%;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
  border-radius: 0;
  border: none;
  padding-top: 0;
  padding-left: 8px;
  background: transparent;
}
#page-nav a.dropdown-item {
  font-family: CircularXXWeb-regular, sans-serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
#page-nav a.dropdown-item:hover,
#page-nav a.dropdown-item:focus,
#page-nav a.dropdown-item.active {
  color: #6cbe99;
  background: none;
}
#lang-nav {
  padding-left: 16px;
}
#lang-nav a.nav-link {
  color: #fff;
  font-size: 22px;
  font-family: "ZOOBold", Arial, Helvetica, sans-serif;
  position: relative;
  padding: 0;
  margin-right: 10px;
}
#lang-nav a.nav-link::after {
  /* position: absolute;
  content: "|";
  right: -2px;
  top: 8px;*/
  display: block;
  color: #fff;
}
#lang-nav a.nav-link:last-child:after {
  display: none;
}
#lang-nav a.nav-link:hover,
#lang-nav a.nav-link:focus,
#lang-nav a.nav-link.active {
  color: #6cbe99;
}
.btn-social {
  background: none;
  border-radius: 0;
  border: none;
  color: #fff;
  font-size: 32px;
  padding: 0px 6px;
}
.btn.btn-social:hover,
.btn.btn-social:focus {
  color: #6cbe99;
}
footer .btn-social {
  line-height: 1;
}
.hamburger {
  border: none;
  background: transparent;
  position: relative;
  z-index: 1046;
}
.hamburger .menu-line {
  width: 36px;
  height: 3px;
  /* height: 5px; */
  background-color: #fff;
  display: block;
  margin: 10px auto;
  /*   margin: 8px auto; */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger.is-active .menu-line:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .menu-line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
          transform: translateY(13px) rotate(45deg);
}

.hamburger.is-active .menu-line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
          transform: translateY(-13px) rotate(-45deg);
}
.marquee-wrapper {
  padding-top: 9px;
  padding-bottom: 10px;
}
.marquee-title p {
  font-family: CircularXXWeb-Medium, sans-serif;
  font-size: 18px;
  color: #6cbe99;
}
.marquee {
  --gap: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  gap: var(--gap);
}

.marquee-content {
  font-family: "CircularXXWeb-Medium", sans-serif;
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
}
.marquee-content * {
  color: #005c59 !important;
}
.marquee:hover .marquee-content {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.marquee ul {
  list-style: none;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}

      /* booking form */
      span.day {
        font-size: 12px;
        width: 30px;
        text-align: center;
        color: #333;
        background: #f7f7f7;
        display: inline-block;
        border: 1px solid #fff;
        padding: 4px;
        min-height: 28px;
      }
      span.artikel-name {
        font-size: 16px;
      }
 /*     .day.free {
        background: #28a745;
      }

      .day.weekend {
        background: #098324;
      }
            .day.holiday {
        background: #71d787;
      }
      .day.reserved {
        background: #dc3545;
      }
*/
    .day.free {
        background: #6CBE99;
      }
      .day.weekend {
        background: #005C59;
      }
      .day.holiday {
        background: #89eec0;
      }
      .day.reserved {
        background: #941628;
      }


      .day.today {
        border: 2px solid #8c8d8e;
      }
      .legend span.day {
        width: 14px;
        height: 14px;
        padding: 0;
        min-height: 0;
        border: none;
      }
      .calendar-table td.holiday {
        background: #fd7e14 !important;
      }
      #inp_months {
            border: 2px solid #8c8d8e;
    border-radius: 0;
    color: #8c8d8e;
      }

        @media (min-width:992px) {

            .swiper-color-box {
                height: calc(100% - 140px);
            }
        }

        @media (max-width: 991px) {
            #header-home {
                height: auto;
            }

            .swiper-color-box .container-lg {
                padding: 0;
            }
        }


        @media (min-width: 992px) {
  .swiper-color-box {
    /*height: calc(100% - 140px);*/
    height: 100%;
  }
}