@charset "UTF-8";
/** basic styles */
/** mixins */
/** navigation */
.breadcrumb {
  padding: 0 15px;
  margin: 0 auto 30px auto;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  max-width: 1600px;
}
.breadcrumb span.cur, .breadcrumb span.label, .breadcrumb a {
  font-size: 14px;
  color: #013d20;
  line-height: 140%;
  text-decoration: none;
  font-weight: 400;
}
.breadcrumb span.label {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #013d20;
}
.breadcrumb span.cur {
  font-weight: 700;
  color: #013d20;
}

nav.gaerten {
  position: absolute;
  z-index: 2;
  top: 225px;
  left: 70px;
}
nav.gaerten ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.gaerten ul li {
  transition: all 0.5s ease;
  max-width: 250px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50px auto;
}
nav.gaerten ul li a, nav.gaerten ul li div.a {
  text-decoration: none;
  display: block;
  padding-left: 70px;
  padding-bottom: 30px;
}
nav.gaerten ul li a h3, nav.gaerten ul li div.a h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #007236;
}
nav.gaerten ul li a p, nav.gaerten ul li div.a p {
  color: #013d20;
  padding: 0;
  margin: 0;
}
nav.gaerten ul li.item-1 a {
  cursor: default;
}
nav.gaerten ul li.item-1 {
  background-image: url(../Img/icon_facts_1.svg);
}
nav.gaerten ul li.item-2 {
  background-image: url(../Img/icon_facts_2.svg);
}
nav.gaerten ul li.item-2:not(.no-link):hover {
  background-image: url(../Img/icon_facts_2_h.svg);
}
nav.gaerten ul li.item-3 {
  background-image: url(../Img/icon_facts_3.svg);
}
nav.gaerten ul li.item-3:not(.no-link):hover {
  background-image: url(../Img/icon_facts_3_h.svg);
}
nav.gaerten ul li.item-4 {
  background-image: url(../Img/icon_facts_4.svg);
}
nav.gaerten ul li.item-4:not(.no-link):hover {
  background-image: url(../Img/icon_facts_4_h.svg);
}

#footer nav.footer {
  border: 0;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#footer nav.footer ul.nav {
  padding: 0;
  margin: 0 auto;
}
#footer nav.footer ul.nav > li {
  border: 0;
  margin: 0;
  padding: 0;
  height: auto;
  background: none;
}
#footer nav.footer ul.nav > li span.nav-open {
  display: none;
}
#footer nav.footer ul.nav > li .caret {
  display: none;
}
#footer nav.footer ul.nav > li:hover {
  border: 0;
  background: none;
}
#footer nav.footer ul.nav > li a {
  font-family: "Roboto", sans-serif;
  color: #fff !important;
  box-shadow: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  text-align: center;
  display: block;
  text-shadow: none;
  text-decoration: none;
  padding: 5px 0 5px 0;
  margin: 0;
}
#footer nav.footer ul.nav > li a:hover {
  background: none;
}
#footer nav.service {
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
}
#footer nav.service ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
#footer nav.service ul li {
  width: 25%;
  padding: 0 10px;
}
#footer nav.service ul li a {
  font-weight: 600;
  color: #fff;
}
#footer nav.service ul li:first-child {
  padding-left: 0;
}
#footer nav.social {
  float: left;
}

@media (max-width: 768px) {
  #footer nav.service {
    margin-top: 15px;
  }
  #footer nav.service ul {
    flex-direction: column;
  }
  #footer nav.service ul li {
    width: 100%;
    padding: 0;
  }
  #footer nav.service ul li:first-child {
    padding-left: 0;
  }
}
/* ==========================================================================
   lageplan
   ========================================================================== */
.page.lageplan .fs_button-pdf {
  clear: both;
  margin-top: 24px;
}
.page.lageplan .gelaendeplan {
  display: none;
  position: relative;
}

nav.lageplan-top ul.nav.nav-tabs {
  border: 0;
}
nav.lageplan-top ul.nav.nav-tabs li {
  -webkit-border-radius: 0 0 0;
  border-radius: 0 0 0;
}
nav.lageplan-top ul.nav.nav-tabs li a {
  border: 3px solid #63ae58;
  background: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #63ae58;
  -webkit-border-radius: 0 0 0;
  border-radius: 0 0 0;
  margin-right: 2px;
  padding: 10px;
}
nav.lageplan-top ul.nav.nav-tabs li.active a {
  background: #63ae58;
  color: #fff;
}

nav.lageplan {
  display: none;
  margin-top: 20px;
}
nav.lageplan ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}
nav.lageplan ul li {
  position: relative;
  padding-left: 10px;
}
nav.lageplan ul li:nth-child(even) {
  background: #fff;
}
nav.lageplan ul li span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 2px;
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
}
nav.lageplan ul li a {
  display: block;
  font-size: 14px;
  line-height: 160%;
  padding: 0 20px 0 20px;
  font-weight: 400;
  text-decoration: none;
}
nav.lageplan.de ul li {
  color: #fff;
}
nav.lageplan.de ul li:hover {
  background: #006731;
}
nav.lageplan.de ul li:hover a {
  font-color: #fff;
}
nav.lageplan.de ul li a:hover {
  color: #fff;
}
nav.lageplan.de ul li.active a {
  background: #63ae58;
  color: #fff;
}
nav.lageplan.pflanzen ul li a {
  padding: 0 20px 0 50px;
}

#lang-switch {
  position: absolute;
  z-index: 22;
  cursor: pointer;
  right: -160px;
  top: 0;
  width: 220px;
  height: 44px;
  background-color: rgba(0, 103, 49, 0.85);
  background-image: url(../Img/icon_arrow.svg);
  background-position: 5px 12px;
  background-repeat: no-repeat;
  background-size: auto;
}
#lang-switch h2.hidden {
  position: absolute;
  left: -200000px;
}

nav.nav-lang ul {
  list-style: none;
  padding: 0;
}
nav.nav-lang ul li {
  display: inline-block;
  width: 28px;
  height: 18px;
  margin-left: 10px;
  overflow: hidden;
}
nav.nav-lang ul li.na {
  display: none;
}
nav.nav-lang ul li a {
  display: block;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  color: transparent;
  background-color: #fff;
  position: relative;
  width: 28px;
  height: 18px;
}
nav.nav-lang ul li a:hover:before {
  opacity: 0.6;
  transition: all 0.5s ease;
}
nav.nav-lang ul li a:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
nav.nav-lang ul li a:focus-visible::before {
  border: 2px solid #e27535 !important;
}
nav.nav-lang ul li a.lang0:before {
  background-image: url(../Img/lang/de.png);
}
nav.nav-lang ul li a.lang1:before {
  background-image: url(../Img/lang/en.png);
}
nav.nav-lang ul li a.lang2:before {
  background-image: url(../Img/lang/nl.png);
}
nav.nav-lang ul li a.lang3:before {
  background-image: url(../Img/lang/de-e.png);
}
nav.nav-lang ul li a.lang4:before {
  background-image: url(../Img/lang/nds.png);
}

button.nav-main-close, button.nav-main-close:focus-visible {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #005a2b;
  font-size: 30px;
  padding: 5px;
  position: fixed;
  z-index: 9999;
  top: 75px;
  right: 35px;
  background-color: transparent;
  font-size: 60px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  display: none;
}

@media (max-width: 991px) {
  button.nav-main-close {
    display: none !important;
  }
}
nav.main {
  border: 0;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  min-height: 48px;
  display: none;
}
nav.main ul.lvl-1 {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
}
nav.main ul.lvl-1 li {
  list-style: none;
}
nav.main ul.lvl-1 > li {
  border: 0;
  margin: 0;
  padding: 0;
  height: auto;
  background: none;
  position: relative;
}
nav.main ul.lvl-1 > li .icon {
  display: none;
}
nav.main ul.lvl-1 > li:hover {
  border: 0;
  background: none;
}
nav.main ul.lvl-1 > li > a {
  font-family: "Roboto", sans-serif;
  color: #fff;
  box-shadow: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
  display: block;
  text-shadow: none;
  text-decoration: none;
  padding: 0 5px;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 4px solid #e27535;
  background-color: #006731;
}
nav.main ul.lvl-1 > li a:hover, nav.main ul.lvl-1 > li.current-menu-item > a {
  color: #fff;
  background-color: #005327;
}
nav.main ul.lvl-1 li .mega-dropdown {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 52px;
  left: 0;
  background-color: rgba(205, 229, 215, 0.95);
  z-index: 1000;
}
nav.main ul.lvl-1 li .mega-dropdown ul.lvl-2 {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-direction: column;
}
nav.main ul.lvl-1 li .mega-dropdown ul.lvl-2 > li {
  border-bottom: 1px solid #63ae58;
}
nav.main ul.lvl-1 li .mega-dropdown ul.lvl-2 > li .title {
  max-width: 60%;
  margin: 0 auto;
}
nav.main ul.lvl-1 li .mega-dropdown ul.lvl-2 > li a {
  line-height: 80px;
  color: #005a2b;
  font-size: 24px;
  font-weight: 400;
}
nav.main ul.lvl-1 li .mega-dropdown ul.lvl-2 > li a:hover {
  background-color: initial;
  text-decoration: none;
  color: #63ae58;
}
nav.main ul.lvl-1 li .mega-dropdown ul.lvl-2 > li ul.lvl-3 {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 60%;
  position: relative;
  bottom: 14px;
}
nav.main ul.lvl-1 li .mega-dropdown ul.lvl-2 > li ul.lvl-3 > li {
  display: initial;
}
nav.main ul.lvl-1 li .mega-dropdown ul.lvl-2 > li ul.lvl-3 > li a {
  line-height: 46px;
  color: #005a2b;
  font-size: 20px;
  font-weight: 400;
  background-color: #fff;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0 10px;
}
nav.main ul.lvl-1 li .mega-dropdown ul.lvl-2 > li ul.lvl-3 > li.current-menu-item a,
nav.main ul.lvl-1 li .mega-dropdown ul.lvl-2 > li ul.lvl-3 > li a:hover {
  background-color: #63ae58;
  text-decoration: none;
  color: #fff;
}

@media (min-width: 1400px) {
  nav.main ul.lvl-1 > li > a {
    padding: 0 15px;
  }
}
nav#mobile,
#nav-toggle {
  display: none;
}

@media (max-width: 1199px) {
  #navigation {
    display: none;
  }

  #nav-toggle {
    display: block;
  }
}
.sitemap-pages {
  padding: 0;
}
.sitemap-pages .ce-teaser {
  margin-bottom: 24px;
}
.sitemap-pages .ce-teaser .carousel-indicators {
  list-style: none;
}
.sitemap-pages .ce-teaser .carousel-indicators li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 0;
  border: 1px solid #006731;
  background-color: transparent;
}
.sitemap-pages .ce-teaser .carousel-indicators li::marker {
  font-size: 0px;
  color: transparent;
}
.sitemap-pages .ce-teaser .carousel-indicators li.active {
  background-color: #006731 !important;
  border: 1px solid #006731 !important;
}
.sitemap-pages .ce-teaser .carousel-control {
  width: 30px;
  height: 60px;
  position: absolute;
  border: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.8) !important;
  overflow: hidden;
  top: 50%;
  transform: translate(0, -50%);
}
.sitemap-pages .ce-teaser .carousel-control.left {
  border-radius: 0 90px 90px 0 !important;
  left: 0;
}
.sitemap-pages .ce-teaser .carousel-control.left i {
  text-align: left;
}
.sitemap-pages .ce-teaser .carousel-control.right {
  border-radius: 90px 0 0 90px !important;
  right: 0;
}
.sitemap-pages .ce-teaser .carousel-control.right i {
  text-align: right;
}
.sitemap-pages .ce-teaser .carousel-control i {
  font-size: 30px;
  color: #006731;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
.sitemap-pages .ce-teaser .carousel-control span {
  position: absolute;
}
.sitemap-pages .ce-teaser .btn-basic {
  cursor: pointer;
  display: block;
  text-decoration: none;
  background-image: url(../Img/bg_button.svg);
  background-position: 15px 8px;
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  line-height: 32px;
  height: auto;
  padding-left: 35px;
  padding-right: 20px;
  text-transform: uppercase;
  background-color: #63ae58;
  margin-top: 4px;
  margin-bottom: 16px;
  border: 0;
  text-decoration: none !important;
  margin: 0;
  width: 100%;
  text-align: left;
}
.sitemap-pages .ce-teaser .btn-basic:hover {
  background-color: #00632f;
}
.sitemap-pages .ce-teaser .btn-basic:hover i {
  color: #006731;
}
.sitemap-pages .ce-teaser .btn-basic:disabled {
  color: #ffda26;
  cursor: not-allowed;
}
.sitemap-pages .ce-teaser .hidden {
  display: none;
}

nav.service {
  position: relative;
  display: flex;
  flex-direction: row;
}
nav.service .service-item {
  flex: 1;
}
nav.service button.logout {
  border: 0;
  background: none;
  display: inline-block;
  padding: 0 15px 0 0;
}
nav.service button.logout i {
  color: #fff;
  font-size: 30px;
}
nav.service .animals {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../Img/icon_info_hund.svg);
  background-repeat: no-repeat;
  background-position: center;
}
nav.service .animals a {
  display: block;
  width: 100%;
  height: 100%;
}
nav.service .animals:hover {
  background-image: url(../Img/icon_info_hund_w.svg);
}
nav.service .accessibility {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../Img/icon_info_access.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 26px;
}
nav.service .accessibility a {
  display: block;
  width: 100%;
  height: 100%;
}
nav.service .accessibility:hover {
  background-image: url(../Img/icon_info_access_w.svg);
  background-size: 20px 26px;
}
nav.service .access.contrast {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}
nav.service .access.contrast a#access-contrast {
  font-size: 20px;
  cursor: pointer;
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
}
nav.service .access.contrast a#access-contrast i.far {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
  float: right;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
nav.service .access.contrast a#access-contrast.active {
  background-color: #000;
}
nav.service .btn-search-form {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 0 !important;
  background-color: initial !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
nav.service .btn-search-form i.fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}

.slicknav_menu {
  display: none;
  *zoom: 1;
  z-index: 99;
  position: absolute;
  width: 100%;
  top: 52px;
  right: 0;
  box-sizing: border-box;
  background-color: rgba(205, 229, 215, 0.95);
  padding: 0 10px;
}
.slicknav_menu button.close {
  display: none;
}
.slicknav_menu .slicknav_menutxt {
  display: none;
}
.slicknav_menu #lang-switch {
  position: relative;
  background-color: transparent;
  display: none;
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_menu ul.slicknav_nav {
  clear: both;
  color: white;
  padding: 0 0 15px 0;
  list-style: none;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
  /* SOLUTION */
  /* The pseudo element has the same content and hover style, so it pre-sets the width of the element and visibility: hidden hides the pseudo element from actual view. */
}
.slicknav_menu ul.slicknav_nav li {
  display: block;
  position: relative;
  padding: 0;
}
.slicknav_menu ul.slicknav_nav li:first-child {
  border-top: 0;
}
.slicknav_menu ul.slicknav_nav li:last-child {
  border-bottom: 0;
}
.slicknav_menu ul.slicknav_nav li.home {
  display: none;
}
.slicknav_menu ul.slicknav_nav li:last-child {
  border-bottom: 0;
}
.slicknav_menu ul.slicknav_nav li.current-menu-item > a,
.slicknav_menu ul.slicknav_nav li.current-menu-item > a > a,
.slicknav_menu ul.slicknav_nav li a:hover {
  color: #63ae58 !important;
  text-decoration: none;
}
.slicknav_menu ul.slicknav_nav > li {
  margin-top: 30px;
}
.slicknav_menu ul.slicknav_nav .slicknav_arrow {
  display: none;
}
.slicknav_menu ul.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_menu ul.slicknav_nav .slicknav_item a {
  display: inline-block;
  width: 80%;
  padding: 0;
  margin: 0;
}
.slicknav_menu ul.slicknav_nav a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 50px;
  text-decoration: none;
  color: #013d20;
  font-size: 20px;
  font-weight: 400 !important;
}
.slicknav_menu ul.slicknav_nav a span.icon {
  display: block;
  position: absolute;
  right: 0px;
  top: 2px;
  transition: all 0.4s ease;
}
.slicknav_menu ul.slicknav_nav li.slicknav_collapsed span.icon.plus {
  color: #005a2b;
  opacity: 1;
  transform: rotate(0deg);
}
.slicknav_menu ul.slicknav_nav li.slicknav_collapsed span.icon.minus {
  opacity: 0;
}
.slicknav_menu ul.slicknav_nav li.slicknav_open span.icon.plus {
  opacity: 0;
  color: #005a2b;
  transform: rotate(45deg);
}
.slicknav_menu ul.slicknav_nav li.slicknav_open span.icon.minus {
  opacity: 1;
  color: #005a2b;
}
.slicknav_menu ul.slicknav_nav a:hover, .slicknav_menu ul.slicknav_nav li.current-menu-item > a, .slicknav_menu ul.slicknav_nav li.slicknav_open > a, .slicknav_menu ul.slicknav_nav li.slicknav_open > a > .title > a {
  color: #005a2b;
  transition: all 0.4s ease;
}
.slicknav_menu ul.slicknav_nav li > a::before {
  display: block;
  content: attr(title);
  font-weight: 300;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.slicknav_menu ul.slicknav_nav .slicknav_parent-link a {
  display: inline;
  padding: 0;
  margin: 0;
}
.slicknav_menu ul.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_menu ul li ul.lvl-2 {
  padding-left: 15px;
}
.slicknav_menu ul li ul.lvl-2 li {
  border: 0;
  margin: 0;
  padding-left: 0;
  background: transparent;
  border-bottom: 1px solid #00632f;
}
.slicknav_menu ul li ul.lvl-2 li > a {
  font-size: 18px;
  line-height: 40px;
}
.slicknav_menu ul li ul.lvl-2 li:first-child {
  margin-top: 0 !important;
}
.slicknav_menu ul li ul.lvl-2 li:last-child {
  border-bottom: 0;
}
.slicknav_menu ul li ul li ul.lvl-3 {
  border: 0;
  margin: 0;
  padding: 0;
}
.slicknav_menu ul li ul li ul.lvl-3 > li {
  border: 0;
  display: inline-block;
  width: auto;
}
.slicknav_menu ul li ul li ul.lvl-3 > li a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  background-color: #fff;
  font-size: 16px;
  line-height: 140%;
}
.slicknav_menu ul li ul li ul.lvl-3 > li.current-menu-item a, .slicknav_menu ul li ul li ul.lvl-3 a:hover {
  background-color: #63ae58;
  color: #fff !important;
}
.slicknav_menu .slicknav_brand {
  display: none;
}
.slicknav_menu #lang-switch {
  display: inline-block;
  right: initial;
  top: 65px;
  width: initial;
  height: initial;
  position: absolute;
  left: 50% !important;
  transform: translate(-50%);
}
.slicknav_menu nav.service {
  display: inline-block;
  margin: 30px auto 0 auto;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.slicknav_menu nav.service .service-item i {
  color: #63ae58 !important;
}
.slicknav_menu nav.social {
  float: initial;
  background-color: transparent;
  margin: 0 auto;
  max-width: 200px;
  padding-bottom: 15px;
}
.slicknav_menu nav.social ul li a i {
  color: #006731;
}
.slicknav_menu nav.nav-lang ul {
  display: flex;
  justify-content: center;
  /* Zentriert Elemente horizontal */
  align-items: center;
}
.slicknav_menu nav.nav-lang ul li:first-child {
  margin-left: 0;
}

@media (max-width: 576px) {
  .slicknav_menu {
    right: initial;
    width: 100%;
    max-width: initial;
  }
}
nav.social {
  float: right;
  background-color: #006731;
  position: relative;
  z-index: 2;
}
nav.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.social ul li {
  display: inline-block;
}
nav.social ul li a {
  display: block;
  height: 32px;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}
nav.social ul li a.tripa {
  background-image: url(../Img/icon_social_tripa.png);
  background-position: center;
  width: 40px;
}
nav.social ul li a.fb {
  background-image: url(../Img/icon_social_fb.png);
  background-position: center;
  width: 32px;
}
nav.social ul li a.yt {
  background-image: url(../Img/icon_social_yt.png);
  background-position: center;
  width: 52px;
}
nav.social ul li a.inst {
  background-image: url(../Img/icon_social_inst.png);
  background-position: center;
  width: 32px;
}
nav.social ul li a.linkedin {
  background-image: url(../Img/icon_social_linkedin.png);
  background-position: center;
  width: 32px;
  background-size: 24px;
}
nav.social ul li a:hover, nav.social ul li a:focus, nav.social ul li a:active {
  transition: all 0.5s ease;
}
nav.social ul li a:hover.tripa, nav.social ul li a:focus.tripa, nav.social ul li a:active.tripa {
  background-image: url(../Img/icon_social_tripa_h.png);
}
nav.social ul li a:hover.fb, nav.social ul li a:focus.fb, nav.social ul li a:active.fb {
  background-image: url(../Img/icon_social_fb_h.png);
}
nav.social ul li a:hover.yt, nav.social ul li a:focus.yt, nav.social ul li a:active.yt {
  background-image: url(../Img/icon_social_yt_h.png);
}
nav.social ul li a:hover.inst, nav.social ul li a:focus.inst, nav.social ul li a:active.inst {
  background-image: url(../Img/icon_social_inst_h.png);
}
nav.social ul li a:hover.linkedin, nav.social ul li a:focus.linkedin, nav.social ul li a:active.linkedin {
  background-image: url(../Img/icon_social_linkedin_h.png);
}
nav.social ul li a:hover.animals, nav.social ul li a:focus.animals, nav.social ul li a:active.animals {
  background-image: url(../Img/icon_info_hund_w.svg);
}

nav.sub {
  z-index: 11;
  top: -60px;
  right: 0;
  position: absolute;
}
nav.sub ul {
  margin: 0;
  padding: 0;
}
nav.sub ul li {
  display: inline-block;
}
nav.sub ul li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0.005px;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
nav.sub ul li a.prev {
  background-image: url(../Img/nav_sub-prev.svg);
}
nav.sub ul li a.next {
  background-image: url(../Img/nav_sub-next.svg);
}

/** fonts & typo */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v20-latin/roboto-v20-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v20-latin/roboto-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin/roboto-v20-latin-300.woff2") format("woff2"), url("../fonts/roboto-v20-latin/roboto-v20-latin-300.woff") format("woff"), url("../fonts/roboto-v20-latin/roboto-v20-latin-300.ttf") format("truetype"), url("../fonts/roboto-v20-latin/roboto-v20-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v20-latin/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin/roboto-v20-latin-regular.woff") format("woff"), url("../fonts/roboto-v20-latin/roboto-v20-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v20-latin/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v20-latin/roboto-v20-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v20-latin/roboto-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin/roboto-v20-latin-500.woff2") format("woff2"), url("../fonts/roboto-v20-latin/roboto-v20-latin-500.woff") format("woff"), url("../fonts/roboto-v20-latin/roboto-v20-latin-500.ttf") format("truetype"), url("../fonts/roboto-v20-latin/roboto-v20-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v20-latin/roboto-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v20-latin/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin/roboto-v20-latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin/roboto-v20-latin-700.woff") format("woff"), url("../fonts/roboto-v20-latin/roboto-v20-latin-700.ttf") format("truetype"), url("../fonts/roboto-v20-latin/roboto-v20-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v20-latin/roboto-v20-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v20-latin/roboto-v20-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin/roboto-v20-latin-900.woff2") format("woff2"), url("../fonts/roboto-v20-latin/roboto-v20-latin-900.woff") format("woff"), url("../fonts/roboto-v20-latin/roboto-v20-latin-900.ttf") format("truetype"), url("../fonts/roboto-v20-latin/roboto-v20-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.ttf?mc9yrf") format("truetype"), url("../fonts/icons.woff?mc9yrf") format("woff"), url("../fonts/icons.svg?mc9yrf#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-person:before {
  content: "\e90b";
}

.icon-close:before {
  content: "\e909";
}

.icon-print:before {
  content: "\e90a";
}

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

.icon-pdf:before {
  content: "\e908";
}

.icon-phone:before {
  content: "\e906";
}

.icon-baby:before {
  content: "\e900";
}

.icon-career:before {
  content: "\e901";
}

.icon-contact:before {
  content: "\e902";
}

.icon-logo:before {
  content: "\e903";
}

.icon-search:before {
  content: "\e905";
}

.icon-pencil:before {
  content: "\e90d";
}

.icon-spinner6:before {
  content: "\e97f";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-minus:before {
  content: "\ea0b";
}

.icon-cross:before {
  content: "\ea0f";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* ==========================================================================
   typo
   ========================================================================== */
body {
  font-family: "Roboto", sans-serif;
  color: #013d20;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 140%;
  font-size: 16px;
}
body .loading {
  opacity: 0;
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url("../Img/loading.gif") 50% 30% no-repeat;
  transition: all 0.5s ease-out;
}

h1 {
  font-family: "Roboto", sans-serif;
  line-height: 140%;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0 0 25px 0;
  padding: 0;
  color: #006731;
  padding: 0;
}

h2 {
  font-family: "Roboto", sans-serif;
  line-height: 140%;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0 0 25px 0;
  padding: 0;
  color: #006731;
  padding: 0;
}

h3 {
  font-family: "Roboto", sans-serif;
  line-height: 140%;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #006731;
}

h4 {
  font-family: "Roboto", sans-serif;
  line-height: 120%;
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #013d20;
}

h5, h6 {
  font-family: "Roboto", sans-serif;
  line-height: 120%;
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #013d20;
}

a,
.external-link,
.internal-link,
.mail {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #013d20;
  text-decoration: none;
}

a:hover {
  transition: all 0.5s ease;
  color: #013d20;
  text-decoration: underline;
}

*:hover {
  transition: all 0.5s ease;
}

b, strong {
  font-weight: 600;
}

a.pdf {
  display: block;
  padding-right: 10px;
}
a.pdf span {
  padding-right: 10px;
  position: relative;
  top: 2px;
}

/* RTE */
.highlight {
  font-weight: 300;
  color: #006731;
  font-size: 23px;
  line-height: 140%;
}

.wrapper-icon {
  padding: 10px 0 10px 40px;
  display: block;
  position: relative;
}
.wrapper-icon::before {
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 300;
  color: #63ae58;
}
.wrapper-icon.geo::before {
  content: "\f3c5";
  font-weight: 900;
}
.wrapper-icon.cal::before {
  content: "\f133";
}
.wrapper-icon.email::before {
  content: "\f0e0";
}
.wrapper-icon.phone::before {
  content: "\f879";
  font-weight: 900;
}
.wrapper-icon.time::before {
  content: "\f017";
}

/** content elements */
#content.ajax-content {
  margin: 0;
  padding: 0;
}

#content > section {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
#content > section .container.bg-image {
  display: flex;
  position: relative;
}
#content > section .container.bg-image .bg-image {
  width: 100%;
}
#content > section .container.bg-image .bg-image img {
  width: 100%;
  height: auto;
}
#content > section .container.bg-image .row {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

#content {
  position: relative;
}
#content .container.basic-width {
  max-width: 1600px;
}
#content .container.basic-width .frame {
  margin-left: auto;
  margin-right: auto;
}
#content .container.full-width {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
#content .container.full-width .grid-header {
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  #content .container.full-width .grid-header {
    padding: 0 10px;
  }
}

.grid-header {
  max-width: 1600px;
  margin: 0 auto;
}
.grid-header.left {
  text-align: left;
}
.grid-header.center {
  text-align: center;
}
.grid-header.right {
  text-align: right;
  text-align: right;
}

section section .container {
  margin: 0 auto;
}

.grid .grid-item > .wrapper {
  position: relative;
  padding: 0;
}
.grid .grid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  #content .grid-item {
    margin-bottom: 1rem;
  }
}
.grid-accordion {
  padding: 0 !important;
}
.grid-accordion * {
  transition: all 0.4s ease;
}
.grid-accordion .plus,
.grid-accordion .minus {
  color: #006731;
  padding: 0;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s all ease-out;
}
.grid-accordion .plus i,
.grid-accordion .minus i {
  position: relative;
  font-size: 20px;
  line-height: 20px;
}
.grid-accordion .plus {
  opacity: 1;
}
.grid-accordion *[aria-expanded=true] .plus {
  opacity: 0;
  transform: rotate(45deg) !important;
}
.grid-accordion .minus {
  opacity: 0;
}
.grid-accordion *[aria-expanded=true] .minus {
  opacity: 1;
}
.grid-accordion .card {
  border: 0;
  background: none;
  word-wrap: initial;
}
.grid-accordion .card .card-header {
  background: none;
  padding: 0;
  background-color: transparent !important;
  border-radius: 0;
  position: relative;
  cursor: pointer !important;
  border: 0 !important;
}
.grid-accordion .card .card-header h1, .grid-accordion .card .card-header h2, .grid-accordion .card .card-header h3, .grid-accordion .card .card-header h4, .grid-accordion .card .card-header .card-title {
  margin: 0;
  padding: 0;
  border: 0;
  text-transform: initial;
  font-family: "Roboto", sans-serif !important;
  border-top: 1px solid #006731 !important;
  border-bottom: 1px solid transparent !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  position: relative;
  display: block;
  background: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  text-align: left !important;
  text-decoration: none;
  padding: 10px 15px 10px 0 !important;
  cursor: pointer;
  margin-top: 0 !important;
  -webkit-appearance: initial;
  color: #006731;
}
.grid-accordion .card .card-header h1[aria-expanded=true], .grid-accordion .card .card-header h2[aria-expanded=true], .grid-accordion .card .card-header h3[aria-expanded=true], .grid-accordion .card .card-header h4[aria-expanded=true] {
  border-color: #000 !important;
  color: #006731;
}
.grid-accordion .card .card-header .minus, .grid-accordion .card .card-header .plus {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.grid-accordion .card .card-body {
  background-color: transparent;
  padding: 15px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.grid-accordion .card .card-body .row {
  margin: 0;
}
.grid-accordion .card .card-body .text {
  padding-left: 0;
}
.grid-accordion .card .card-header h1, .grid-accordion .card .card-header h2, .grid-accordion .card .card-header h3, .grid-accordion .card .card-header h4, .grid-accordion .card .card-header h5, .grid-accordion .card .card-header h6 {
  padding: 15px 60px 15px 15px;
  margin: 0 !important;
  border: 0;
}

@media (max-width: 768px) {
  .grid-accordion .card .card-body {
    background-color: initial;
    padding: 15px 0;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .grid-accordion .card .card-body {
    background-color: initial;
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  .grid-accordion .card .card-body {
    background-color: initial;
    padding: 15px 0;
  }
}
#content .ce-accordion.grid-accordion-simple .card {
  border-radius: 0 !important;
}
#content .ce-accordion.grid-accordion-simple .card .card-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#content .ce-accordion.grid-accordion-simple .card .card-body header {
  display: none;
}
#content .ce-accordion.grid-accordion-simple .card:last-child {
  border-bottom: 1px solid #006731 !important;
}

#content .ce-accordion.grid-accordion-simple:last-child {
  border-bottom: 0 !important;
}

.horizontal.grid-owl-carousel {
  transition: all 0.4s ease;
  padding: 0;
}
.horizontal.grid-owl-carousel .owl-carousel {
  position: relative;
  padding: 0 10px;
  margin: 0 auto;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer {
  position: relative;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage {
  position: relative;
  padding: 30px 0;
  display: flex;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage * {
  transition: all 0.4s ease;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  cursor: pointer;
  position: relative;
  height: 100%;
  transition: all 0.4s ease;
  min-height: auto;
  text-align: center;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item * {
  transition: all 0.4s ease;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item a {
  text-decoration: none !important;
  color: #013d20;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item a.copyright-img {
  color: #fff;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item a.copyright-img:focus,
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item a.copyright-img:focus-visible {
  position: absolute !important;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item h3 {
  color: #006731;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .image {
  position: relative;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .image img {
  width: 100%;
  height: auto;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .btn-basic {
  cursor: pointer;
  display: block;
  text-decoration: none;
  background-image: url(../Img/bg_button.svg);
  background-position: 15px 8px;
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  line-height: 32px;
  height: auto;
  padding-left: 35px;
  padding-right: 20px;
  text-transform: uppercase;
  background-color: #63ae58;
  margin-top: 4px;
  margin-bottom: 16px;
  border: 0;
  text-decoration: none !important;
  margin: 0;
  width: 100%;
  text-align: left;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .btn-basic:hover {
  background-color: #00632f;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .btn-basic:hover i {
  color: #006731;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .btn-basic:disabled {
  color: #ffda26;
  cursor: not-allowed;
}
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .carousel-indicators .owl-item.active *,
.horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-carousel.content .owl-item.active.center * {
  transition: all 0.4s ease;
}
.owl-nav {
  position: absolute;
  z-index: 1;
  top: 40%;
  right: 0px;
  width: 100%;
}
.owl-nav button.owl-next, .owl-nav button.owl-prev {
  width: 30px;
  height: 60px;
  position: absolute;
  border: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.8) !important;
  overflow: hidden;
  /* Stellt sicher, dass nichts über den Rand hinaus angezeigt wird */
}
.owl-nav button.owl-next.owl-next, .owl-nav button.owl-prev.owl-next {
  border-radius: 90px 0 0 90px !important;
  right: 10px;
}
.owl-nav button.owl-next.owl-next i, .owl-nav button.owl-prev.owl-next i {
  left: 4px;
}
.owl-nav button.owl-next.owl-prev, .owl-nav button.owl-prev.owl-prev {
  border-radius: 0 90px 90px 0 !important;
  left: 10px;
}
.owl-nav button.owl-next.owl-prev i, .owl-nav button.owl-prev.owl-prev i {
  right: 4px;
}
.owl-nav button.owl-next i, .owl-nav button.owl-prev i {
  font-size: 30px;
  color: #006731;
  position: relative;
}
.owl-nav button.owl-next span, .owl-nav button.owl-prev span {
  position: absolute;
}

.owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.owl-dots .owl-dot {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #006731 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent !important;
}
.owl-dots .owl-dot.active {
  background-color: #006731 !important;
  border: 1px solid #006731 !important;
}
.owl-dots .owl-dot span {
  font-size: 0;
  display: block;
  position: absolute;
  left: -100000;
}

section.video {
  width: 100%;
}
section.video .container {
  max-width: 100%;
  padding: 0;
}
section.video .container figure.video .video-embed div {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
section.video .container figure.video .video-embed div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.video .container figure.video .video-embed video {
  width: 100%;
  height: auto;
  border: 1px solid green;
}
section.video .container .ce-button {
  position: absolute;
  /* Important */
  top: 50%;
  /* Position Y halfway in */
  left: 50%;
  /* Position X halfway in */
  transform: translate(-50%, -50%);
  /* Move it halfway back(x,y) */
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 990px) {
  section.video .container .ce-button {
    display: none;
  }
}

section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption {
  position: absolute;
  z-index: 99;
  top: 90px;
  left: 60px;
  height: auto;
  width: auto;
  text-align: left;
}
section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption * {
  text-shadow: none;
}
section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption .wrapper {
  position: relative;
}
section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption h2 {
  display: block;
  font-size: 40px;
  color: #00632f;
  margin: 0;
  line-height: 110%;
  font-weight: 100 !important;
  text-shadow: none;
  background-color: #fff;
  padding: 10px 20px;
  width: 340px;
}
section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption .description {
  width: 340px;
  font-weight: 300 !important;
  border-bottom: 3px solid #e27535;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}
section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption .description h1, section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption .description h2, section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption .description h3, section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption .description h4, section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption .description h5, section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption .description h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 15px;
  color: #00632f;
}
section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption .description p {
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  color: #00632f;
}
section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption a.call2action {
  display: block;
  position: absolute;
  bottom: -22px;
  left: 230px;
  z-index: 11;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  background-color: #e27535;
  text-transform: uppercase;
  background-image: url(../Img/slider_pfeil.svg);
  background-position: 10px 9px;
  background-repeat: no-repeat;
  padding: 7px 15px 7px 30px;
}
section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption a.call2action:hover {
  background-color: #f46b23;
}
@media (max-width: 580px) {
  section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption {
    top: 0;
    left: 0;
  }
  section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption .wrapper h2 {
    font-size: 26px;
    max-width: 260px;
  }
  section .carousel.header .carousel-item .row.sliderHeaderStart .carousel-caption .wrapper a.call2action {
    left: 130px;
    font-size: 14px;
    bottom: -40px;
  }
}
section .carousel.header .carousel-item .row.sliderHeaderContent .carousel-caption {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: initial;
  height: auto;
  width: 66.666666%;
  text-align: left;
  background-color: #006731;
  border-top: 60px solid #fff;
  border-bottom: 40px solid #fff;
}
section .carousel.header .carousel-item .row.sliderHeaderContent .carousel-caption * {
  text-shadow: none;
  color: #fff;
}
section .carousel.header .carousel-item .row.sliderHeaderContent .carousel-caption .wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 60px 40px 60px 40px;
}
section .carousel.header .carousel-item .row.sliderHeaderContent .carousel-caption .wrapper * {
  line-height: 120%;
}
section .carousel.header .carousel-item .row.sliderHeaderContent .sliderimage {
  position: relative;
  z-index: 2;
}
section .carousel.header .carousel-item .row.sliderHeaderContent .sliderimage .image-wrapper {
  padding: 100px 33.333333% 100px 10%;
}
section .carousel.header .carousel-item .row.sliderHeaderContent .sliderimage .image-wrapper .picture-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  section .carousel.header .carousel-item .row.sliderHeaderContent .sliderimage .image-wrapper .picture-wrapper .copyright-img {
    bottom: initial;
    right: initial;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  section .carousel.header .carousel-item .row.sliderHeaderContent .carousel-caption {
    border: 0;
    width: 100%;
    background-color: rgba(0, 103, 49, 0.85);
    top: initial;
    bottom: 0;
    padding: 0;
    z-index: 3;
  }
  section .carousel.header .carousel-item .row.sliderHeaderContent .carousel-caption .wrapper {
    padding: 10px;
    width: 100%;
    position: relative;
  }
  section .carousel.header .carousel-item .row.sliderHeaderContent .carousel-caption .wrapper h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  section .carousel.header .carousel-item .row.sliderHeaderContent .carousel-caption .wrapper .description {
    display: none;
  }
  section .carousel.header .carousel-item .row.sliderHeaderContent .carousel-caption .wrapper .description * {
    font-size: 14px;
  }
  section .carousel.header .carousel-item .row.sliderHeaderContent .sliderimage .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 991px) and (min-width: 769px) {
  section .carousel.header .carousel-item .row.sliderHeaderContent .carousel-caption {
    border-top: 40px solid #fff;
    border-bottom: 30px solid #fff;
  }
  section .carousel.header .carousel-item .row.sliderHeaderContent .carousel-caption .wrapper {
    padding: 60px 40px 60px 20px;
  }
  section .carousel.header .carousel-item .row.sliderHeaderContent .carousel-caption .wrapper h2 {
    font-size: 26px;
  }
  section .carousel.header .carousel-item .row.sliderHeaderContent .carousel-caption .wrapper .description * {
    font-size: 18px;
  }
  section .carousel.header .carousel-item .row.sliderHeaderContent .sliderimage .image-wrapper {
    padding: 100px 33.333333% 100px 5%;
  }
}
section .carousel.header .carousel-inner {
  position: relative;
}
section .carousel.header .carousel-inner .btn {
  margin-top: 15px;
}
section .carousel.header .carousel-inner .active {
  opacity: 1;
}
section .carousel.header .carousel-inner .active.left,
section .carousel.header .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
section .carousel.header .carousel-inner .next.left,
section .carousel.header .carousel-inner .prev.right {
  opacity: 1;
}
section .carousel.header a.carousel-control {
  height: auto;
  position: absolute;
  top: initial;
  left: initial;
  bottom: 50px;
  width: 80px;
  height: 80px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 99;
}
section .carousel.header a.carousel-control span.glyphicon {
  display: none;
}
section .carousel.header a.left.carousel-control {
  left: 0;
  background-image: url(../Img/slider_prev.svg);
  background-repeat: no-repeat;
  background-position: top 0 left 0;
}
section .carousel.header a.left:hover, section .carousel.header a.left:focus {
  background-image: url(../Img/slider_prev_hover.svg);
}
section .carousel.header a.right.carousel-control {
  right: 0;
  background-image: url(../Img/slider_next.svg);
  background-repeat: no-repeat;
  background-position: top 0 right 0;
}
section .carousel.header a.right:hover, section .carousel.header a.right:focus {
  background-image: url(../Img/slider_next_hover.svg) !important;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  section .carousel.header .carousel-fade .carousel-inner > .item.next,
section .carousel.header .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  section .carousel.header .carousel-fade .carousel-inner > .item.prev,
section .carousel.header .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  section .carousel.header .carousel-fade .carousel-inner > .item.next.left,
section .carousel.header .carousel-fade .carousel-inner > .item.prev.right,
section .carousel.header .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
section .carousel.header .carousel-indicators {
  display: none;
  bottom: 0 !important;
  z-index: 99999 !important;
  /*.glyphicon.glyphicon-chevron-right {
      right : -20px !important;
      font-weight: 300;
      color: #005BAA;
      font-size: 120px;
  }*/
}
section .carousel.header .carousel-indicators li {
  /*  border :$white !important;*/
  /*background-color: rgba(255,255,255,0.7) !important;*/
}
section .carousel.header .carousel-indicators .active {
  background-color: #fff !important;
}
section .carousel.header .carousel-indicators li {
  border: 1px solid red;
  background-color: rgba(255, 255, 255, 0);
}
section .carousel.header .carousel-indicators .active {
  background-color: rgba(255, 255, 255, 0.8);
}

.swiper {
  height: 900px;
  position: relative;
  max-width: 1560px;
  padding: 0 20px;
}
.swiper .swiper-nav {
  width: 100%;
  height: 300px;
  z-index: 9;
  position: absolute;
  left: 0;
}
.swiper .swiper-nav.top {
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+3,ffffff+99&1+0,1+39,0+100 */
  background: -moz-linear-gradient(top, white 0%, white 3%, white 25%, rgba(255, 255, 255, 0.02) 99%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, white 3%, white 25%, rgba(255, 255, 255, 0.02) 99%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, white 3%, white 25%, rgba(255, 255, 255, 0.02) 99%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.swiper .swiper-nav.bottom {
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.8+26,0.8+75,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 26%, rgba(255, 255, 255, 0.8) 75%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 26%, rgba(255, 255, 255, 0.8) 75%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 26%, rgba(255, 255, 255, 0.8) 75%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
}
.swiper .swiper-nav .swiper-button-prev {
  position: absolute;
  top: 22px;
  transform: translate(-48.5%, 0);
  transform: rotate(90deg);
  color: #006731;
  left: 49.1%;
  background-color: #fff;
}
.swiper .swiper-nav .swiper-button-next {
  top: initial;
  bottom: 22px;
  transform: translate(-48.5%, 0);
  transform: rotate(90deg);
  color: #006731;
  left: 49.1%;
  background-color: #fff;
  transition: all 0.4s ease;
}
.swiper .swiper-nav .swiper-button-next i {
  display: block;
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.swiper-slide {
  height: 300px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* history */
.swiper-slide.history h3 {
  border-bottom: 5px solid #006731;
  line-height: 120%;
  font-family: "Roboto", sans-serif;
}
.swiper-slide.history h3.year {
  width: 40%;
  position: relative;
  bottom: 38px;
  padding: 0;
}
.swiper-slide.history h3.year span.text {
  position: absolute;
  z-index: 1;
  top: -42px;
  background-color: #006731;
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 4px solid #fff;
}
.swiper-slide.history h3.year span.dot {
  position: absolute;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  top: 3px;
  background-color: #e27535;
}
.swiper-slide.history .tl.col1, .swiper-slide.history .tr.col1 {
  height: 300px;
  margin: 0;
  padding: 0;
  border-right: 2px solid #006731;
}
.swiper-slide.history .tl.col1 h3, .swiper-slide.history .tr.col1 h3 {
  padding: 5px 20px 5px 0px;
}
.swiper-slide.history .tl.col1 h3.year, .swiper-slide.history .tr.col1 h3.year {
  float: right;
}
.swiper-slide.history .tl.col1 h3.year span.text, .swiper-slide.history .tr.col1 h3.year span.text {
  left: 0;
}
.swiper-slide.history .tl.col1 h3.year span.dot, .swiper-slide.history .tr.col1 h3.year span.dot {
  right: -12px;
}
.swiper-slide.history .tl.col1 div.bodytext, .swiper-slide.history .tr.col1 div.bodytext {
  padding: 0 20px 0 0;
}
.swiper-slide.history .tl.col1 .col-sm, .swiper-slide.history .tr.col1 .col-sm {
  display: none;
}
.swiper-slide.history .tl.col2, .swiper-slide.history .tr.col2 {
  height: 300px;
  margin: 0;
  padding: 0;
  border-left: 2px solid #006731;
}
.swiper-slide.history .tl.col2 h3, .swiper-slide.history .tr.col2 h3 {
  padding: 5px 0px 5px 20px;
}
.swiper-slide.history .tl.col2 h3.year span.text, .swiper-slide.history .tr.col2 h3.year span.text {
  right: 0;
}
.swiper-slide.history .tl.col2 h3.year span.dot, .swiper-slide.history .tr.col2 h3.year span.dot {
  left: -12px;
}
.swiper-slide.history .tl.col2 div.bodytext, .swiper-slide.history .tr.col2 div.bodytext {
  padding: 0 0 0 20px;
}
.swiper-slide.history .tl.col2 h3.col-sm, .swiper-slide.history .tr.col2 h3.col-sm {
  display: none;
}

@media (max-width: 768px) {
  .swiper {
    height: 600px;
  }
  .swiper .swiper-nav {
    height: 150px;
  }

  .swiper-slide.history h3.headline {
    margin-bottom: 40px;
    padding-right: 100px !important;
  }
  .swiper-slide.history h3.year {
    display: none;
  }
  .swiper-slide.history .wrap-year {
    display: none;
  }
  .swiper-slide.history h3.col-sm {
    position: absolute;
    display: block !important;
    right: 0;
    top: -11px;
    background-color: #006731;
    color: #fff;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
  }
  .swiper-slide.history .wrap-text {
    position: relative;
  }
  .swiper-slide.history .tl.col1, .swiper-slide.history .tr.col1 {
    height: 300px;
    border-right: 0;
  }
  .swiper-slide.history .tl.col1 h3, .swiper-slide.history .tr.col1 h3 {
    padding: 0;
  }
  .swiper-slide.history .tl.col1 div.bodytext, .swiper-slide.history .tr.col1 div.bodytext {
    padding: 0;
  }
  .swiper-slide.history .tl.col1 h3.col-sm, .swiper-slide.history .tr.col1 h3.col-sm {
    display: block;
  }
  .swiper-slide.history .tl.col2, .swiper-slide.history .tr.col2 {
    height: 300px;
    border-left: 0;
  }
  .swiper-slide.history .tl.col2 h3, .swiper-slide.history .tr.col2 h3 {
    padding: 0;
  }
  .swiper-slide.history .tl.col2 div.bodytext, .swiper-slide.history .tr.col2 div.bodytext {
    padding: 0;
  }
  .swiper-slide.history .tl.col2 h3.col-sm, .swiper-slide.history .tr.col2 h3.col-sm {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .swiper-slide.history h3.year {
    top: 38px;
  }
  .swiper-slide.history .bodytext p {
    font-size: 14px !important;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .swiper-slide.history h3.year {
    top: 38px;
  }
  .swiper-slide.history .bodytext p {
    font-size: 15px !important;
  }
}
@media (min-width: 1201px) {
  .swiper-slide.history h3.year {
    top: 38px;
  }
  .swiper-slide.history .bodytext p {
    font-size: 15px !important;
  }
}
.teaser {
  /* flip the pane when hovered */
}
.teaser .teaser.wrapper {
  padding: 10px 15px 15px 15px;
  border: 1px solid #006731;
  border-radius: 0;
}
.teaser .teaser.wrapper .teaser-header h1, .teaser .teaser.wrapper .teaser-header h2, .teaser .teaser.wrapper .teaser-header h3, .teaser .teaser.wrapper .teaser-header h4, .teaser .teaser.wrapper .teaser-header h5, .teaser .teaser.wrapper .teaser-header h6 {
  color: #006731;
}
.teaser .teaser.wrapper .teaser-body .image {
  margin-bottom: 15px;
}
.teaser .ce-teaser-flip-container:hover .flipper {
  transform: rotateY(180deg);
}
.teaser .ce-teaser-flip-container {
  perspective: 1000px;
  margin: 22.5px 0;
  /* flip speed goes here */
}
.teaser .ce-teaser-flip-container .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  width: 360px;
  height: 200px;
  margin: 0 auto;
}
.teaser .ce-teaser-flip-container .flipper .front,
.teaser .ce-teaser-flip-container .flipper .back {
  /* hide back of pane during swap */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  border: 1px solid #006731;
  border-radius: 0;
}
.teaser .ce-teaser-flip-container .flipper .front {
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 35px;
  background-color: #fff;
}
.teaser .ce-teaser-flip-container .flipper .front h3 {
  margin: 0;
  padding: 0;
  border: 0;
  text-transform: initial;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 100;
  font-style: italic;
  line-height: 1em;
  text-align: left;
  margin: 65px 0 0 0;
}
.teaser .ce-teaser-flip-container .flipper .front i {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 35px;
  font-size: 40px;
}
.teaser .ce-teaser-flip-container .flipper .back {
  /* back, initially hidden pane */
  transform: rotateY(180deg);
  position: relative;
  top: 0;
  left: 0;
  background-color: #006731;
  color: #fff;
}
.teaser .ce-teaser-flip-container .flipper .back p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.teaser .ce-teaser-flip-container .flipper .back .link {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 15px;
  padding: 12px 24px;
  background-color: #006731;
}
.teaser .ce-teaser-flip-container .flipper .back .link:hover {
  color: #006731;
  border-color: #006731;
}
.teaser .t3tpl-color-1 {
  background-color: initial !important;
}
.teaser .t3tpl-color-1 .front {
  background-color: #e27535 !important;
}
.teaser .t3tpl-color-1 i {
  color: #fff;
}
.teaser .t3tpl-color-1 h3 {
  color: #fff;
}
.teaser .t3tpl-color.standard {
  background-color: initial !important;
}
.teaser .t3tpl-color.standard .front {
  background-color: #fff;
}
.teaser .t3tpl-color.standard i {
  color: #006731;
}
.teaser .t3tpl-color.standard h3 {
  color: #013d20;
}

.grid.teaser .ce-teaser {
  margin-bottom: 24px;
}
.grid.teaser .ce-teaser .carousel-indicators {
  list-style: none;
}
.grid.teaser .ce-teaser .carousel-indicators li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 0;
  border: 1px solid #006731;
  background-color: transparent;
}
.grid.teaser .ce-teaser .carousel-indicators li::marker {
  font-size: 0px;
  color: transparent;
}
.grid.teaser .ce-teaser .carousel-indicators li.active {
  background-color: #006731 !important;
  border: 1px solid #006731 !important;
}
.grid.teaser .ce-teaser .carousel-control {
  width: 30px;
  height: 60px;
  position: absolute;
  border: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.8) !important;
  overflow: hidden;
  top: 50%;
  transform: translate(0, -50%);
}
.grid.teaser .ce-teaser .carousel-control.left {
  border-radius: 0 90px 90px 0 !important;
  left: 0;
}
.grid.teaser .ce-teaser .carousel-control.left i {
  text-align: left;
}
.grid.teaser .ce-teaser .carousel-control.right {
  border-radius: 90px 0 0 90px !important;
  right: 0;
}
.grid.teaser .ce-teaser .carousel-control.right i {
  text-align: right;
}
.grid.teaser .ce-teaser .carousel-control i {
  font-size: 30px;
  color: #006731;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
.grid.teaser .ce-teaser .carousel-control span {
  position: absolute;
}
.grid.teaser .ce-teaser .btn-basic {
  cursor: pointer;
  display: block;
  text-decoration: none;
  background-image: url(../Img/bg_button.svg);
  background-position: 15px 8px;
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  line-height: 32px;
  height: auto;
  padding-left: 35px;
  padding-right: 20px;
  text-transform: uppercase;
  background-color: #63ae58;
  margin-top: 4px;
  margin-bottom: 16px;
  border: 0;
  text-decoration: none !important;
  margin: 0;
  width: 100%;
  text-align: left;
}
.grid.teaser .ce-teaser .btn-basic:hover {
  background-color: #00632f;
}
.grid.teaser .ce-teaser .btn-basic:hover i {
  color: #006731;
}
.grid.teaser .ce-teaser .btn-basic:disabled {
  color: #ffda26;
  cursor: not-allowed;
}
.grid.teaser .ce-teaser .hidden {
  display: none;
}

.testimonial .carousel {
  position: relative;
}
.testimonial .carousel .carousel-inner {
  position: relative;
}
.testimonial .carousel .carousel-inner .ce-testimonial {
  margin: 0 auto;
  max-width: 480px;
}
.testimonial .carousel .carousel-inner .ce-testimonial .wrapper {
  position: relative;
}
.testimonial .carousel .carousel-inner .ce-testimonial .wrapper .testimonial-text {
  background-color: #006731;
  color: #fff !important;
  padding: 15px;
  position: relative;
  border-radius: 15px;
}
.testimonial .carousel .carousel-inner .ce-testimonial .wrapper .testimonial-text p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  color: #fff !important;
}
.testimonial .carousel .carousel-inner .ce-testimonial .wrapper .testimonial-text .quot {
  display: none;
}
@media (max-width: 480px) {
  .testimonial .carousel .carousel-inner .ce-testimonial .wrapper .testimonial-text {
    padding: 15px 30px;
  }
}
.testimonial .carousel .carousel-inner .ce-testimonial .wrapper .testimonial-text::after {
  content: "";
  position: absolute;
  z-index: 11;
  bottom: -20px;
  /* Position direkt unter der Sprechblase */
  left: 50%;
  /* Zentriert die Spitze unter der Sprechblase */
  margin-left: -10px;
  /* Verschiebt die Spitze zurück, um sie zu zentrieren */
  border-width: 10px;
  border-style: solid;
  border-color: #006731 transparent transparent transparent;
  /* Nur die untere Kante ist sichtbar */
}
.testimonial .carousel .carousel-inner .ce-testimonial .wrapper .testimonial-header {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0px;
  margin: 40px 0 16px 0;
  color: #013d20;
}
.testimonial .carousel .carousel-inner .carousel-control {
  /* history */
}
.testimonial .carousel .carousel-inner .carousel-control #content.ajax-content {
  margin: 0;
  padding: 0;
}
.testimonial .carousel .carousel-inner .carousel-control #content > section {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.testimonial .carousel .carousel-inner .carousel-control #content {
  position: relative;
}
.testimonial .carousel .carousel-inner .carousel-control #content > .container {
  width: 100%;
  max-width: initial;
}
.testimonial .carousel .carousel-inner .carousel-control #content .container.basic-width {
  max-width: 1600px;
}
.testimonial .carousel .carousel-inner .carousel-control #content .container.basic-width .frame {
  margin-left: auto;
  margin-right: auto;
}
.testimonial .carousel .carousel-inner .carousel-control #content .container.full-width {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.testimonial .carousel .carousel-inner .carousel-control #content .container.full-width .grid-header {
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .testimonial .carousel .carousel-inner .carousel-control #content .container.full-width .grid-header {
    padding: 0 10px;
  }
}
.testimonial .carousel .carousel-inner .carousel-control .grid-header {
  max-width: 1600px;
  margin: 0 auto;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-header.left {
  text-align: left;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-header.center {
  text-align: center;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-header.right {
  text-align: right;
  text-align: right;
}
.testimonial .carousel .carousel-inner .carousel-control section section .container {
  margin: 0 auto;
}
.testimonial .carousel .carousel-inner .carousel-control .grid .grid-item > .wrapper {
  position: relative;
  padding: 0;
}
.testimonial .carousel .carousel-inner .carousel-control .grid .grid {
  padding-left: 0;
  padding-right: 0;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion {
  padding: 0 !important;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion * {
  transition: all 0.4s ease;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .plus,
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .minus {
  color: #006731;
  padding: 0;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 0;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s all ease-out;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .plus i,
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .minus i {
  position: relative;
  font-size: 20px;
  line-height: 20px;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .plus {
  opacity: 1;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion *[aria-expanded=true] .plus {
  opacity: 0;
  transform: rotate(45deg) !important;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .minus {
  opacity: 0;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion *[aria-expanded=true] .minus {
  opacity: 1;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card {
  border: 0;
  background: none;
  word-wrap: initial;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header {
  background: none;
  padding: 0;
  background-color: transparent !important;
  border-radius: 0;
  position: relative;
  cursor: pointer !important;
  border: 0 !important;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header h1, .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header h2, .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header h3, .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header h4, .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header .card-title {
  margin: 0;
  padding: 0;
  border: 0;
  text-transform: initial;
  font-family: "Roboto", sans-serif !important;
  border-top: 1px solid #006731 !important;
  border-bottom: 1px solid transparent !important;
  font-size: 23px !important;
  font-weight: 700 !important;
  position: relative;
  display: block;
  background: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  text-align: left !important;
  text-decoration: none;
  padding: 10px 15px 10px 0 !important;
  cursor: pointer;
  margin-top: 0 !important;
  -webkit-appearance: initial;
  color: #006731;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header h1[aria-expanded=true], .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header h2[aria-expanded=true], .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header h3[aria-expanded=true], .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header h4[aria-expanded=true] {
  border-color: #000 !important;
  color: #006731;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header .minus, .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header .plus {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-body {
  background-color: transparent;
  padding: 15px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-body .row {
  margin: 0;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-body .text {
  padding-left: 0;
}
.testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header h1, .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header h2, .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header h3, .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header h4, .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header h5, .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-header h6 {
  padding: 15px 60px 15px 15px;
  margin: 0 !important;
  border: 0;
}
@media (max-width: 768px) {
  .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-body {
    background-color: initial;
    padding: 15px 0;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-body {
    background-color: initial;
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  .testimonial .carousel .carousel-inner .carousel-control .grid-accordion .card .card-body {
    background-color: initial;
    padding: 15px 0;
  }
}
.testimonial .carousel .carousel-inner .carousel-control #content .ce-accordion:last-child {
  border-bottom: 1px solid #006731 !important;
}
.testimonial .carousel .carousel-inner .carousel-control #content .ce-accordion.grid-accordion-simple .card {
  border-radius: 0 !important;
}
.testimonial .carousel .carousel-inner .carousel-control #content .ce-accordion.grid-accordion-simple .card .card-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.testimonial .carousel .carousel-inner .carousel-control #content .ce-accordion.grid-accordion-simple .card .card-body header {
  display: none;
}
.testimonial .carousel .carousel-inner .carousel-control #content .ce-accordion.grid-accordion-simple .card:last-child {
  border-bottom: 1px solid #006731 !important;
}
.testimonial .carousel .carousel-inner .carousel-control #content .ce-accordion.grid-accordion-simple:last-child {
  border-bottom: 0 !important;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel {
  transition: all 0.4s ease;
  padding: 0;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel {
  position: relative;
  padding: 0 10px;
  margin: 0 auto;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer {
  position: relative;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage {
  position: relative;
  padding: 30px 0;
  display: flex;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage * {
  transition: all 0.4s ease;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  cursor: pointer;
  position: relative;
  height: 100%;
  transition: all 0.4s ease;
  min-height: auto;
  text-align: center;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item * {
  transition: all 0.4s ease;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item a {
  text-decoration: none !important;
  color: #013d20;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item a.copyright-img {
  color: #fff;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item a.copyright-img:focus,
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item a.copyright-img:focus-visible {
  position: absolute !important;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item h3 {
  color: #006731;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .image {
  position: relative;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .image img {
  width: 100%;
  height: auto;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .btn-basic {
  cursor: pointer;
  display: block;
  text-decoration: none;
  background-image: url(../Img/bg_button.svg);
  background-position: 15px 8px;
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  line-height: 32px;
  height: auto;
  padding-left: 35px;
  padding-right: 20px;
  text-transform: uppercase;
  background-color: #63ae58;
  margin-top: 4px;
  margin-bottom: 16px;
  border: 0;
  text-decoration: none !important;
  margin: 0;
  width: 100%;
  text-align: left;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .btn-basic:hover {
  background-color: #00632f;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .btn-basic:hover i {
  color: #006731;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .btn-basic:disabled {
  color: #ffda26;
  cursor: not-allowed;
}
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .carousel-indicators .owl-item.active *,
.testimonial .carousel .carousel-inner .carousel-control .horizontal.grid-owl-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-carousel.content .owl-item.active.center * {
  transition: all 0.4s ease;
}
.testimonial .carousel .carousel-inner .carousel-control .owl-nav {
  position: absolute;
  z-index: 1;
  top: 40%;
  right: 0px;
  width: 100%;
}
.testimonial .carousel .carousel-inner .carousel-control .owl-nav button.owl-next, .testimonial .carousel .carousel-inner .carousel-control .owl-nav button.owl-prev {
  width: 30px;
  height: 60px;
  position: absolute;
  border: 0;
  display: block;
  background-color: #ffda26 !important;
  overflow: hidden;
  /* Stellt sicher, dass nichts über den Rand hinaus angezeigt wird */
}
.testimonial .carousel .carousel-inner .carousel-control .owl-nav button.owl-next.owl-next, .testimonial .carousel .carousel-inner .carousel-control .owl-nav button.owl-prev.owl-next {
  border-radius: 90px 0 0 90px !important;
  right: 10px;
}
.testimonial .carousel .carousel-inner .carousel-control .owl-nav button.owl-next.owl-next i, .testimonial .carousel .carousel-inner .carousel-control .owl-nav button.owl-prev.owl-next i {
  left: 4px;
}
.testimonial .carousel .carousel-inner .carousel-control .owl-nav button.owl-next.owl-prev, .testimonial .carousel .carousel-inner .carousel-control .owl-nav button.owl-prev.owl-prev {
  border-radius: 0 90px 90px 0 !important;
  left: 10px;
}
.testimonial .carousel .carousel-inner .carousel-control .owl-nav button.owl-next.owl-prev i, .testimonial .carousel .carousel-inner .carousel-control .owl-nav button.owl-prev.owl-prev i {
  right: 4px;
}
.testimonial .carousel .carousel-inner .carousel-control .owl-nav button.owl-next i, .testimonial .carousel .carousel-inner .carousel-control .owl-nav button.owl-prev i {
  font-size: 30px;
  color: #006731;
  position: relative;
}
.testimonial .carousel .carousel-inner .carousel-control .owl-nav button.owl-next span, .testimonial .carousel .carousel-inner .carousel-control .owl-nav button.owl-prev span {
  position: absolute;
}
.testimonial .carousel .carousel-inner .carousel-control .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.testimonial .carousel .carousel-inner .carousel-control .owl-dots .owl-dot {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #006731 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent !important;
}
.testimonial .carousel .carousel-inner .carousel-control .owl-dots .owl-dot.active {
  background-color: #006731 !important;
  border: 1px solid #006731 !important;
}
.testimonial .carousel .carousel-inner .carousel-control .owl-dots .owl-dot span {
  font-size: 0;
  display: block;
  position: absolute;
  left: -100000;
}
.testimonial .carousel .carousel-inner .carousel-control section.video {
  width: 100%;
}
.testimonial .carousel .carousel-inner .carousel-control section.video .container {
  max-width: 100%;
  padding: 0;
}
.testimonial .carousel .carousel-inner .carousel-control section.video .container figure.video .video-embed div {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.testimonial .carousel .carousel-inner .carousel-control section.video .container figure.video .video-embed div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonial .carousel .carousel-inner .carousel-control section.video .container figure.video .video-embed video {
  width: 100%;
  height: auto;
  border: 1px solid green;
}
.testimonial .carousel .carousel-inner .carousel-control section.video .container .ce-button {
  position: absolute;
  /* Important */
  top: 50%;
  /* Position Y halfway in */
  left: 50%;
  /* Position X halfway in */
  transform: translate(-50%, -50%);
  /* Move it halfway back(x,y) */
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 990px) {
  .testimonial .carousel .carousel-inner .carousel-control section.video .container .ce-button {
    display: none;
  }
}
.testimonial .carousel .carousel-inner .carousel-control .swiper {
  height: 900px;
  position: relative;
  max-width: 1560px;
  padding: 0 20px;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper .swiper-nav {
  width: 100%;
  height: 300px;
  z-index: 9;
  position: absolute;
  left: 0;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper .swiper-nav.top {
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+3,ffffff+99&1+0,1+39,0+100 */
  background: -moz-linear-gradient(top, white 0%, white 3%, white 25%, rgba(255, 255, 255, 0.02) 99%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, white 3%, white 25%, rgba(255, 255, 255, 0.02) 99%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, white 3%, white 25%, rgba(255, 255, 255, 0.02) 99%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.testimonial .carousel .carousel-inner .carousel-control .swiper .swiper-nav.bottom {
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.8+26,0.8+75,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 26%, rgba(255, 255, 255, 0.8) 75%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 26%, rgba(255, 255, 255, 0.8) 75%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 26%, rgba(255, 255, 255, 0.8) 75%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
}
.testimonial .carousel .carousel-inner .carousel-control .swiper .swiper-nav .swiper-button-prev {
  position: absolute;
  top: 22px;
  transform: translate(-48.5%, 0);
  transform: rotate(90deg);
  color: #006731;
  left: 49.1%;
  background-color: #fff;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper .swiper-nav .swiper-button-next {
  top: initial;
  bottom: 22px;
  transform: translate(-48.5%, 0);
  transform: rotate(90deg);
  color: #006731;
  left: 49.1%;
  background-color: #fff;
  transition: all 0.4s ease;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper .swiper-nav .swiper-button-next i {
  display: block;
  width: 22px;
  height: 22px;
  font-size: 22px;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide {
  height: 300px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history h3 {
  border-bottom: 5px solid #006731;
  line-height: 120%;
  font-family: "Roboto", sans-serif;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history h3.year {
  width: 40%;
  position: relative;
  bottom: 38px;
  padding: 0;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history h3.year span.text {
  position: absolute;
  z-index: 1;
  top: -42px;
  background-color: #006731;
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 4px solid #fff;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history h3.year span.dot {
  position: absolute;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  top: 3px;
  background-color: #e27535;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col1, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col1 {
  height: 300px;
  margin: 0;
  padding: 0;
  border-right: 2px solid #006731;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col1 h3, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col1 h3 {
  padding: 5px 20px 5px 0px;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col1 h3.year, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col1 h3.year {
  float: right;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col1 h3.year span.text, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col1 h3.year span.text {
  left: 0;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col1 h3.year span.dot, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col1 h3.year span.dot {
  right: -12px;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col1 div.bodytext, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col1 div.bodytext {
  padding: 0 20px 0 0;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col1 .col-sm, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col1 .col-sm {
  display: none;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col2, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col2 {
  height: 300px;
  margin: 0;
  padding: 0;
  border-left: 2px solid #006731;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col2 h3, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col2 h3 {
  padding: 5px 0px 5px 20px;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col2 h3.year span.text, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col2 h3.year span.text {
  right: 0;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col2 h3.year span.dot, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col2 h3.year span.dot {
  left: -12px;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col2 div.bodytext, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col2 div.bodytext {
  padding: 0 0 0 20px;
}
.testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col2 h3.col-sm, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col2 h3.col-sm {
  display: none;
}
@media (max-width: 768px) {
  .testimonial .carousel .carousel-inner .carousel-control .swiper {
    height: 600px;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper .swiper-nav {
    height: 150px;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history h3.headline {
    margin-bottom: 40px;
    padding-right: 100px !important;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history h3.year {
    display: none;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .wrap-year {
    display: none;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history h3.col-sm {
    position: absolute;
    display: block !important;
    right: 0;
    top: -11px;
    background-color: #006731;
    color: #fff;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .wrap-text {
    position: relative;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col1, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col1 {
    height: 300px;
    border-right: 0;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col1 h3, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col1 h3 {
    padding: 0;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col1 div.bodytext, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col1 div.bodytext {
    padding: 0;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col1 h3.col-sm, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col1 h3.col-sm {
    display: block;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col2, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col2 {
    height: 300px;
    border-left: 0;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col2 h3, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col2 h3 {
    padding: 0;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col2 div.bodytext, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col2 div.bodytext {
    padding: 0;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tl.col2 h3.col-sm, .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .tr.col2 h3.col-sm {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history h3.year {
    top: 38px;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .bodytext p {
    font-size: 14px !important;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history h3.year {
    top: 38px;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .bodytext p {
    font-size: 15px !important;
  }
}
@media (min-width: 1201px) {
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history h3.year {
    top: 38px;
  }
  .testimonial .carousel .carousel-inner .carousel-control .swiper-slide.history .bodytext p {
    font-size: 15px !important;
  }
}
.testimonial .carousel .carousel-inner .carousel-control .teaser .teaser.wrapper {
  padding: 10px 15px 15px 15px;
  border: 1px solid #006731;
  border-radius: 0;
}
.testimonial .carousel .carousel-inner .carousel-control .teaser .teaser.wrapper .teaser-header h1, .testimonial .carousel .carousel-inner .carousel-control .teaser .teaser.wrapper .teaser-header h2, .testimonial .carousel .carousel-inner .carousel-control .teaser .teaser.wrapper .teaser-header h3, .testimonial .carousel .carousel-inner .carousel-control .teaser .teaser.wrapper .teaser-header h4, .testimonial .carousel .carousel-inner .carousel-control .teaser .teaser.wrapper .teaser-header h5, .testimonial .carousel .carousel-inner .carousel-control .teaser .teaser.wrapper .teaser-header h6 {
  color: #006731;
}
.testimonial .carousel .carousel-inner .carousel-control .teaser .teaser.wrapper .teaser-body .image {
  margin-bottom: 15px;
}
.testimonial .carousel .carousel-inner .carousel-control .teaser .t3tpl-color-1 {
  background-color: initial !important;
}
.testimonial .carousel .carousel-inner .carousel-control .teaser .t3tpl-color-1 .front {
  background-color: #e27535 !important;
}
.testimonial .carousel .carousel-inner .carousel-control .teaser .t3tpl-color-1 i {
  color: #fff;
}
.testimonial .carousel .carousel-inner .carousel-control .teaser .t3tpl-color-1 h3 {
  color: #fff;
}
.testimonial .carousel .carousel-inner .carousel-control .teaser .t3tpl-color.standard {
  background-color: initial !important;
}
.testimonial .carousel .carousel-inner .carousel-control .teaser .t3tpl-color.standard .front {
  background-color: #fff;
}
.testimonial .carousel .carousel-inner .carousel-control .teaser .t3tpl-color.standard i {
  color: #006731;
}
.testimonial .carousel .carousel-inner .carousel-control .teaser .t3tpl-color.standard h3 {
  color: #013d20;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser {
  margin-bottom: 24px;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .carousel-indicators {
  list-style: none;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .carousel-indicators li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 0;
  border: 1px solid #006731;
  background-color: transparent;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .carousel-indicators li::marker {
  font-size: 0px;
  color: transparent;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .carousel-indicators li.active {
  background-color: #006731 !important;
  border: 1px solid #006731 !important;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .carousel-control {
  width: 30px;
  height: 60px;
  position: absolute;
  border: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.8) !important;
  overflow: hidden;
  top: 50%;
  transform: translate(0, -50%);
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .carousel-control.left {
  border-radius: 0 90px 90px 0 !important;
  left: 0;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .carousel-control.left i {
  text-align: left;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .carousel-control.right {
  border-radius: 90px 0 0 90px !important;
  right: 0;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .carousel-control.right i {
  text-align: right;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .carousel-control i {
  font-size: 30px;
  color: #006731;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .carousel-control span {
  position: absolute;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .btn-basic {
  cursor: pointer;
  display: block;
  text-decoration: none;
  background-image: url(../Img/bg_button.svg);
  background-position: 15px 8px;
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  line-height: 32px;
  height: auto;
  padding-left: 35px;
  padding-right: 20px;
  text-transform: uppercase;
  background-color: #63ae58;
  margin-top: 4px;
  margin-bottom: 16px;
  border: 0;
  text-decoration: none !important;
  margin: 0;
  width: 100%;
  text-align: left;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .btn-basic:hover {
  background-color: #00632f;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .btn-basic:hover i {
  color: #006731;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .btn-basic:disabled {
  color: #ffda26;
  cursor: not-allowed;
}
.testimonial .carousel .carousel-inner .carousel-control .grid.teaser .ce-teaser .hidden {
  display: none;
}
.testimonial .carousel .carousel-inner .carousel-control .testimonial .carousel {
  position: relative;
  border: 10px dotted red !important;
}
.testimonial .carousel .carousel-inner .carousel-control .testimonial .carousel .carousel-inner {
  position: relative;
}
.testimonial .carousel .carousel-inner .carousel-control .testimonial .carousel .carousel-inner .ce-testimonial {
  margin: 0 auto;
  max-width: 480px;
}
.testimonial .carousel .carousel-inner .carousel-control .testimonial .carousel .carousel-inner .ce-testimonial .wrapper {
  position: relative;
}
.testimonial .carousel .carousel-inner .carousel-control .testimonial .carousel .carousel-inner .ce-testimonial .wrapper .testimonial-text {
  background-color: #006731;
  color: #fff !important;
  padding: 15px;
  position: relative;
  border-radius: 15px;
}
.testimonial .carousel .carousel-inner .carousel-control .testimonial .carousel .carousel-inner .ce-testimonial .wrapper .testimonial-text p {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  color: #fff !important;
}
.testimonial .carousel .carousel-inner .carousel-control .testimonial .carousel .carousel-inner .ce-testimonial .wrapper .testimonial-text .quot {
  display: none;
}
.testimonial .carousel .carousel-inner .carousel-control .testimonial .carousel .carousel-inner .ce-testimonial .wrapper .testimonial-text::after {
  content: "";
  position: absolute;
  z-index: 11;
  bottom: -20px;
  /* Position direkt unter der Sprechblase */
  left: 50%;
  /* Zentriert die Spitze unter der Sprechblase */
  margin-left: -10px;
  /* Verschiebt die Spitze zurück, um sie zu zentrieren */
  border-width: 10px;
  border-style: solid;
  border-color: #006731 transparent transparent transparent;
  /* Nur die untere Kante ist sichtbar */
}
.testimonial .carousel .carousel-inner .carousel-control .testimonial .carousel .carousel-inner .ce-testimonial .wrapper .testimonial-header {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0px;
  margin: 40px 0 16px 0;
  color: #013d20;
}
.testimonial .carousel .carousel-container {
  position: relative;
  max-width: 768px !important;
  margin: 0 auto;
}
.testimonial .carousel .carousel-container .carousel-control {
  position: absolute;
  top: 25%;
}
.testimonial .carousel .carousel-container .carousel-control.left {
  left: 10px;
}
.testimonial .carousel .carousel-container .carousel-control.right {
  right: 10px;
}
.testimonial .carousel .carousel-container .carousel-control .fa {
  font-size: 30px;
  color: #63ae58;
}

/* ==========================================================================
   fluid styled content
   ========================================================================== */
.ce-textpic, .ce-image---x {
  position: relative;
}
.ce-textpic .ce-gallery, .ce-image---x .ce-gallery {
  width: 100%;
}
.ce-textpic .ce-gallery .ce-row, .ce-image---x .ce-gallery .ce-row {
  width: 100%;
  margin-bottom: 0;
}
.ce-textpic .ce-gallery .ce-row .ce-column, .ce-image---x .ce-gallery .ce-row .ce-column {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 15px;
}
.ce-textpic .ce-gallery .ce-row .ce-column:after, .ce-image---x .ce-gallery .ce-row .ce-column:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.ce-textpic .ce-gallery .ce-row .ce-column div.video, .ce-image---x .ce-gallery .ce-row .ce-column div.video {
  width: 100%;
}
.ce-textpic .ce-gallery .ce-row .ce-column .ce-media img, .ce-image---x .ce-gallery .ce-row .ce-column .ce-media img {
  height: auto;
}
.ce-textpic .ce-gallery .ce-row .ce-column .ce-media figcaption, .ce-image---x .ce-gallery .ce-row .ce-column .ce-media figcaption {
  margin-bottom: 25px;
}

.frame-type-textmedia {
  position: relative;
}
.frame-type-textmedia .ce-gallery[data-ce-columns="1"] .ce-outer {
  width: 100%;
  float: none;
}
.frame-type-textmedia .ce-gallery[data-ce-columns="1"] .ce-outer .ce-inner {
  float: none;
  width: 100%;
}
.frame-type-textmedia .ce-gallery[data-ce-columns="1"] .ce-outer .ce-inner .ce-row {
  width: 100%;
}
.frame-type-textmedia .ce-gallery[data-ce-columns="1"] .ce-outer .ce-inner .ce-row .ce-column {
  width: 100% !important;
  position: relative;
  text-align: center;
}
.frame-type-textmedia .ce-gallery[data-ce-columns="1"] .ce-outer .ce-inner .ce-row .ce-column figure {
  display: inline-block;
}
.frame-type-textmedia .ce-gallery[data-ce-columns="1"] .ce-outer .ce-inner .ce-row .ce-column figure figcaption {
  width: 100%;
  text-align: left;
  display: inline-block;
}
.frame-type-textmedia .ce-gallery[data-ce-columns="1"] .ce-outer .ce-inner .ce-row .ce-column .video {
  width: 100%;
}

.ce-bodytext {
  clear: both;
  margin: 0;
  padding-top: 10px;
}

.ce-table, table.contenttable {
  margin: 20px 0 20px 0;
}
.ce-table th, table.contenttable th {
  font-weight: 600;
  padding: 3px 20px 3px 0;
  border-bottom: 1px solid #006731;
  white-space: normal;
}
.ce-table td, table.contenttable td {
  padding: 3px 20px 3px 0;
  border-bottom: 1px solid #006731;
  vertical-align: top;
}

.ce-table tr:first-child td {
  font-weight: 600;
}

ul {
  list-style-type: square;
  padding: 0 0 0 20px;
  margin: 12px 0 12px;
}

.content ul li {
  margin: 0 0 10px 0;
}

iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

#page.iframe iframe {
  width: 100%;
  height: 1800px !important;
  border: 0;
}

/* facebook stream responsive */
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important;
}

/* Image copryright */
.image-wrapper {
  position: relative;
  display: inline-block;
}

.copyright-img {
  position: absolute;
  z-index: 11;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  opacity: 0.5;
  text-shadow: 0.05em 0.05em 0.08em rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.copyright-img:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.copyright-img:focus, .copyright-img:focus-visible {
  position: absolute;
  z-index: 11;
  bottom: 0;
  right: 0;
}

/* ==========================================================================
   Panorama 2023-02-02
   ========================================================================== */
.ce-panorama {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.ce-panorama .panorama {
  width: 800px;
  height: 533.3333333333px;
}

/* Panorama container */
*[data-paver] {
  margin-bottom: 1.5rem;
  position: relative;
  height: 50vh;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  cursor: ew-resize;
}
*[data-paver] img {
  height: 100%;
}

/* Fallback message */
.paver--fallback {
  margin-bottom: 0;
}
.paver--fallback + .paver__fallbackMessage {
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
  padding: 0.25rem 1rem;
  text-align: center;
}

/* Destroy toggle */
#paver-toggle {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #d3d3d3;
  border-radius: 0.75rem;
  box-shadow: inset 0 0 0 1px #d3d3d3;
  cursor: pointer;
  outline: none;
  height: 1.5rem;
  position: relative;
  transition: border 0.25s 0.15s, box-shadow 0.25s 0.3s, padding 0.25s, opacity 0.25s;
  width: 3rem;
  vertical-align: top;
}
#paver-toggle::after {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  content: "";
  display: block;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  height: calc(1.5rem - 4px);
  left: 0;
  position: absolute;
  right: 1.5rem;
  top: 0;
  transition: border 0.25s 0.15s, left 0.25s 0.1s, right 0.15s 0.175s;
}
#paver-toggle:checked {
  border-color: #53d76a;
  box-shadow: inset 0 0 0 0.75rem #53d76a;
  padding-left: 1.5rem;
  transition: border 0.25s, box-shadow 0.25s, padding 0.25s 0.15s;
}
#paver-toggle:checked::after {
  border-color: #53d76a;
  left: 1.5rem;
  right: 0;
  transition: border 0.25s, left 0.15s 0.25s, right 0.25s 0.175s;
}
#paver-toggle:disabled {
  opacity: 0.5;
}
#paver-toggle + label {
  color: #666;
  margin-left: 0.5rem;
}

@media (min-width: 1px) and (max-width: 767px) {
  .ce-panorama .panorama {
    width: 320px;
    height: 200px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .ce-panorama .panorama {
    width: 600px;
    height: 400px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .ce-panorama .panorama {
    width: 600px;
    height: 400px;
  }
}
/* ==========================================================================
   Buttons
   ========================================================================== */
a.fs_button {
  cursor: pointer;
  display: block;
  text-decoration: none;
  background-image: url(../Img/bg_button.svg);
  background-position: 15px 8px;
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  line-height: 32px;
  height: auto;
  padding-left: 35px;
  padding-right: 20px;
  text-transform: uppercase;
  background-color: #63ae58;
  margin-top: 4px;
  margin-bottom: 16px;
  border: 0;
  text-decoration: none !important;
}
a.fs_button:hover {
  background-color: #00632f;
}
a.fs_button:hover i {
  color: #006731;
}
a.fs_button:disabled {
  color: #ffda26;
  cursor: not-allowed;
}
a.fs_button-pdf {
  cursor: pointer;
  display: block;
  text-decoration: none;
  background-image: url(../Img/bg_button.svg);
  background-position: 15px 8px;
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  line-height: 32px;
  height: auto;
  padding-left: 35px;
  padding-right: 20px;
  text-transform: uppercase;
  background-color: #63ae58;
  margin-top: 4px;
  margin-bottom: 16px;
  border: 0;
  text-decoration: none !important;
  background-image: none !important;
  position: relative;
  background-color: #ffda26;
  color: #00632f !important;
}
a.fs_button-pdf:hover {
  background-color: #00632f;
}
a.fs_button-pdf:hover i {
  color: #006731;
}
a.fs_button-pdf:disabled {
  color: #ffda26;
  cursor: not-allowed;
}
a.fs_button-pdf * {
  color: #00632f !important;
}
a.fs_button-pdf i {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 20px;
  color: #005a2b;
}
a.fs_button-pdf:hover {
  background-color: #ffda26;
}

.btn-ticket .fs_button-ticket {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../Img/btn-ticket.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-ticket .fs_button-ticket span.title {
  position: absolute;
  left: -100000px;
}

/* ==========================================================================
   boostrap
   ========================================================================== */
.ce-accordion {
  margin-bottom: 20px;
}
.ce-accordion .card {
  margin-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ce-accordion .card .card-header {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  border-color: #63ae58;
  background-color: #e7f0e0;
  padding: 0;
}
.ce-accordion .card .card-header h3 {
  text-decoration: none;
  color: #63ae58;
  display: block;
  font-size: 18px;
  line-height: 30px;
  padding: 5px;
  color: #006731;
  padding-left: 40px;
  background-image: url(../Img/acc_icon_plus.svg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
.ce-accordion .card .card-header h3:hover, .ce-accordion .card .card-header h3:focus {
  transition: all 0.5s ease-out !important;
  background-color: #63ae58;
  color: #fff;
  background-image: url(../Img/acc_icon_plus_h.svg);
  transition: none;
}
.ce-accordion .card .card-header h3[aria-expanded=true] {
  background-color: #63ae58;
  color: #fff;
  background-position: 10px 17px;
  background-image: url(../Img/acc_icon_minus_h.svg);
}
.ce-accordion .card .card-body {
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  border-color: #fff;
  background-color: #fff;
}
.ce-accordion .card .card-body .image-wrapper {
  margin-bottom: 10px;
}
.ce-accordion .card .card-body.top figure {
  margin-bottom: 20px;
  padding-right: 10px;
}
.ce-accordion .card .card-body.left figure {
  margin-bottom: 25px;
}
.ce-accordion .card .card-body.right figure {
  margin-bottom: 25px;
}
.ce-accordion .card .card-body.bottom figure {
  margin-top: 20px;
  padding-right: 10px;
}
.teaser {
  margin-bottom: 30px;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.teaser .inner {
  border-top: 3px solid #006731;
  padding: 0;
  color: #013d20;
}
.teaser .inner h2 {
  font-size: 18px;
  color: #013d20;
  font-weight: 700;
}
.teaser .inner a {
  color: #00632f;
}
.teaser .inner .image {
  position: relative;
  padding: 0 10px 10px 0;
  margin: 0;
}
.teaser .inner .image figcaption {
  font-size: 0;
  color: transparent;
  position: absolute;
  left: -1000000px;
}
.teaser.team label {
  display: inline;
  padding: 0;
  font-size: 21px;
  font-weight: normal;
  line-height: 120%;
  color: #006731;
  text-align: left;
  white-space: nowrap;
  vertical-align: inherit;
  border-radius: 0;
}
.teaser.team .row.inner div.image {
  max-width: 180px;
}
.teaser.team .row.inner div.image figcaption {
  font-size: 0;
  color: transparent;
  position: absolute;
  left: -1000000px;
}
.teaser.team h2 {
  margin-top: 30px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .teaser.team {
    margin-bottom: 60px;
  }
}

.ce-webcam {
  max-width: 640px !important;
  position: relative;
  margin: 0 auto;
}

/** extensions */
/* ==========================================================================
    Cookieman 20221025
   ========================================================================== */
#cookieman-modal .modal-dialog {
  max-width: 620px;
}
#cookieman-modal .modal-dialog.fade.in {
  opacity: 1 !important;
}
#cookieman-modal .modal-dialog .modal-content {
  background-color: #fff;
}
#cookieman-modal .modal-dialog .modal-content * {
  font-size: 14px;
  color: #013d20;
  border-radius: 0 !important;
}
#cookieman-modal .modal-dialog .modal-content .modal-title {
  margin: 0;
  font-size: 14px !important;
  font-weight: 600 !important;
}
#cookieman-modal .modal-dialog .modal-content .modal-body p {
  margin: 0;
  padding: 0;
}
#cookieman-modal .modal-dialog .modal-content .modal-body #cookieman-settings {
  margin-top: 10px;
  margin-bottom: 10px;
}
#cookieman-modal .modal-dialog .modal-content .modal-body .card {
  margin-bottom: 20px;
}
#cookieman-modal .modal-dialog .modal-content .modal-body .btn.btn-secondary.float-right {
  float: right !important;
}
#cookieman-modal .modal-dialog .modal-content .modal-body .accordion-button, #cookieman-modal .modal-dialog .modal-content .modal-body .alert {
  background-color: #fff;
  border-color: #00632f !important;
}
#cookieman-modal .modal-dialog .modal-content .modal-body .alert-info {
  background-color: transparent !important;
  border-color: #edf6e5 !important;
}
#cookieman-modal .modal-dialog .modal-content .modal-body .alert-info .checkbox-inline {
  padding-left: 0;
}
#cookieman-modal .modal-dialog .modal-content .modal-body .alert-info .checkbox-inline label {
  position: relative;
  padding-left: 20px;
}
#cookieman-modal .modal-dialog .modal-content .modal-body .alert-info .checkbox-inline label input[type=checkbox] {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -2px;
}
#cookieman-modal .modal-dialog .modal-content .modal-footer {
  justify-content: flex-start;
}
#cookieman-modal .modal-dialog .btn {
  border: 1px solid #00632f !important;
  color: #00632f !important;
  background-color: #fff !important;
  display: inline !important;
  padding: 0px 10px !important;
  height: 34px !important;
  border-radius: 0 !important;
  text-transform: initial !important;
  font-size: 15px;
  -webkit-border-radius: 0 !important;
}
#cookieman-modal .modal-dialog .btn.btn-secondary.float-right {
  margin: 15px 0 0 0;
  position: initial;
  float: none;
}

#cookieman-modal [data-bs-toggle=collapse][data-bs-target="#cookieman-settings"]::after {
  display: none;
}

.cookie-adjust {
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}

.media-replacement {
  background-color: #edf6e5;
  text-align: center;
}
.media-replacement .cookieman-external-button {
  cursor: pointer;
}
.media-replacement .cookieman-external-button i {
  display: block;
  text-align: center;
  font-size: 80px;
  color: #00632f;
  padding: 40px;
}
.media-replacement .media-replacement-notice {
  background-color: #005a2b;
  color: #fff;
  padding: 20px;
  text-align: left;
}
.media-replacement .media-replacement-notice * {
  font-size: 13px;
  color: #fff;
}

.frame-type-eventnews_newsmonth ul.pager {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame-type-eventnews_newsmonth ul.pager * {
  transition: all 0.4s ease;
}
.frame-type-eventnews_newsmonth ul.pager li {
  cursor: pointer;
  display: block;
  text-decoration: none;
  background-image: url(../Img/bg_button.svg);
  background-position: 15px 8px;
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  line-height: 32px;
  height: auto;
  padding-left: 35px;
  padding-right: 20px;
  text-transform: uppercase;
  background-color: #63ae58;
  margin-top: 4px;
  margin-bottom: 16px;
  border: 0;
  text-decoration: none !important;
  margin: 0 10px;
  background-image: initial;
  position: relative;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 3px solid #63ae58;
  font-weight: 600;
  padding: 0;
}
.frame-type-eventnews_newsmonth ul.pager li:hover {
  background-color: #00632f;
}
.frame-type-eventnews_newsmonth ul.pager li:hover i {
  color: #006731;
}
.frame-type-eventnews_newsmonth ul.pager li:disabled {
  color: #ffda26;
  cursor: not-allowed;
}
.frame-type-eventnews_newsmonth ul.pager li a {
  color: #63ae58;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 15px;
}
.frame-type-eventnews_newsmonth ul.pager li:hover {
  background-color: initial;
}
.frame-type-eventnews_newsmonth ul.pager li.next {
  border: 3px solid #63ae58;
  background-color: #fff !important;
}
.frame-type-eventnews_newsmonth ul.pager li.next.arr {
  background-image: url(../Img/icon_arrow_next.svg);
  background-position: center;
  background-size: contain;
}
.frame-type-eventnews_newsmonth ul.pager li.next.arr a {
  display: block;
  width: 52px;
  padding: 0;
}
.frame-type-eventnews_newsmonth ul.pager li.next.arr span {
  display: block;
  position: absolute;
  left: -10000px;
  font-weight: 0;
}
.frame-type-eventnews_newsmonth ul.pager li.current {
  border: 3px solid #63ae58;
  background-color: #63ae58 !important;
  color: #fff;
  padding: 10px 15px;
}
.frame-type-eventnews_newsmonth ul.pager li.previous {
  border: 3px solid #63ae58;
  background-color: #fff !important;
}
.frame-type-eventnews_newsmonth ul.pager li.previous.arr {
  background-image: url(../Img/icon_arrow_prev.svg);
  background-position: center;
  background-size: contain;
}
.frame-type-eventnews_newsmonth ul.pager li.previous.arr a {
  display: block;
  width: 52px;
  padding: 0;
}
.frame-type-eventnews_newsmonth ul.pager li.previous.arr span {
  display: block;
  position: absolute;
  left: -10000px;
  font-weight: 0;
}
.frame-type-eventnews_newsmonth table.monthsview {
  max-width: 1600px;
  margin: 0 auto;
}
.frame-type-eventnews_newsmonth table.monthsview tr.title th {
  padding-top: 0 !important;
}
.frame-type-eventnews_newsmonth table.monthsview tr.days th {
  background-color: #006731;
  color: #fff;
}
.frame-type-eventnews_newsmonth table.monthsview th {
  text-align: center;
  padding: 30px;
}
.frame-type-eventnews_newsmonth table.monthsview td {
  background-color: #fff;
  text-align: center;
}
.frame-type-eventnews_newsmonth table.monthsview td a .day {
  font-weight: 600;
  font-size: 35px;
  color: #006731;
  text-decoration: none;
}
.frame-type-eventnews_newsmonth table.monthsview td a:active .day, .frame-type-eventnews_newsmonth table.monthsview td a:focus .day {
  border: 4px solid #00632f;
}
.frame-type-eventnews_newsmonth table.monthsview td .day {
  text-align: center;
  font-size: 35px;
  color: #666;
  padding: 30px;
  display: inline-block;
  margin: 0 auto;
  border: 4px solid transparent;
}
.frame-type-eventnews_newsmonth .mews-list-day {
  display: none;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 480px;
  min-width: 280px;
  padding: 30px 15px 15px 15px;
  transform: translate(-50%, -50%);
  background-color: #e7f0e0;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.4);
  border: 1px solid #006731;
  text-align: left;
}
.frame-type-eventnews_newsmonth .mews-list-day * {
  color: #006731;
}
.frame-type-eventnews_newsmonth .mews-list-day a:hover {
  text-decoration: none;
}
.frame-type-eventnews_newsmonth .mews-list-day .news-list-day-title {
  font-family: "Roboto", sans-serif;
  line-height: 140%;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0 0 25px 0;
  padding: 0;
  color: #006731;
  padding: 0;
}
.frame-type-eventnews_newsmonth .mews-list-day .news-list-day-item {
  margin: 0;
  padding: 10px 0;
}
.frame-type-eventnews_newsmonth .mews-list-day .news-list-day-item .info * {
  font-size: 14px;
  line-height: 1rem;
}
.frame-type-eventnews_newsmonth .mews-list-day .news-list-day-item .info .wrapper {
  display: flex;
  margin-bottom: 5px;
}
.frame-type-eventnews_newsmonth .mews-list-day .news-list-day-item .info label {
  width: 20%;
  hyphens: auto;
}
.frame-type-eventnews_newsmonth .mews-list-day .news-list-day-item .info span.data {
  width: 80%;
}
.frame-type-eventnews_newsmonth .mews-list-day .news-list-day-item .event {
  padding-top: 5px;
  font-weight: 600 !important;
  margin-bottom: 10px;
  font-size: 16px;
}
.frame-type-eventnews_newsmonth .mews-list-day button.mews-list-day-close {
  position: absolute;
  top: 15px;
  right: 10px;
  border: 0;
  background: transparent;
}
.frame-type-eventnews_newsmonth .mews-list-day button.mews-list-day-close i {
  font-size: 30px;
}

@media (max-width: 991px) {
  .frame-type-eventnews_newsmonth table.monthsview th {
    padding: 10px 0.2rem;
    font-size: 20px !important;
  }
  .frame-type-eventnews_newsmonth table.monthsview td {
    padding: 0;
  }
  .frame-type-eventnews_newsmonth table.monthsview td a .day {
    padding: 10px 0.2rem;
    font-size: 20px !important;
  }
  .frame-type-eventnews_newsmonth table.monthsview td .day {
    padding: 10px 0.2rem;
    font-size: 20px !important;
  }

  .frame-type-eventnews_newsmonth .mews-list-day .news-list-day-item .info .wrapper {
    display: block;
    margin-bottom: 10px;
  }
  .frame-type-eventnews_newsmonth .mews-list-day .news-list-day-item .info label {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 600px) {
  .frame-type-eventnews_newsmonth ul.pager li {
    height: 36px;
  }
  .frame-type-eventnews_newsmonth ul.pager li.current {
    padding: 0 15px;
    height: auto !important;
  }
  .frame-type-eventnews_newsmonth ul.pager li.previous.date, .frame-type-eventnews_newsmonth ul.pager li.next.date {
    display: none;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .frame-type-eventnews_newsmonth ul.pager li {
    margin: 0 5px;
  }
}
.section.cols-3 .grid-item .frame-type-eventnews_newsmonth table.monthsview th, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth table.monthsview th, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth table.monthsview th {
  padding: 10px 0.2rem;
  font-size: 20px !important;
}
.section.cols-3 .grid-item .frame-type-eventnews_newsmonth table.monthsview td, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth table.monthsview td, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth table.monthsview td {
  padding: 0;
}
.section.cols-3 .grid-item .frame-type-eventnews_newsmonth table.monthsview td a .day, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth table.monthsview td a .day, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth table.monthsview td a .day {
  padding: 10px 0.2rem;
  font-size: 20px !important;
}
.section.cols-3 .grid-item .frame-type-eventnews_newsmonth table.monthsview td .day, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth table.monthsview td .day, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth table.monthsview td .day {
  padding: 10px 0.2rem;
  font-size: 20px !important;
}
.section.cols-3 .grid-item .frame-type-eventnews_newsmonth .mews-list-day .news-list-day-item .info .wrapper, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth .mews-list-day .news-list-day-item .info .wrapper, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth .mews-list-day .news-list-day-item .info .wrapper {
  display: block;
  margin-bottom: 10px;
}
.section.cols-3 .grid-item .frame-type-eventnews_newsmonth .mews-list-day .news-list-day-item .info label, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth .mews-list-day .news-list-day-item .info label, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth .mews-list-day .news-list-day-item .info label {
  width: 100%;
}
@media (max-width: 600px) {
  .section.cols-3 .grid-item .frame-type-eventnews_newsmonth ul.pager li, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth ul.pager li, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth ul.pager li {
    height: 36px;
  }
  .section.cols-3 .grid-item .frame-type-eventnews_newsmonth ul.pager li.current, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth ul.pager li.current, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth ul.pager li.current {
    padding: 0 15px;
    height: auto !important;
  }
  .section.cols-3 .grid-item .frame-type-eventnews_newsmonth ul.pager li.previous.date, .section.cols-3 .grid-item .frame-type-eventnews_newsmonth ul.pager li.next.date, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth ul.pager li.previous.date, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth ul.pager li.next.date, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth ul.pager li.previous.date, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth ul.pager li.next.date {
    display: none;
  }
}
@media (max-width: 480px) {
  .section.cols-3 .grid-item .frame-type-eventnews_newsmonth ul.pager li, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth ul.pager li, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth ul.pager li {
    margin: 0 5px;
  }
}
.section.cols-3 .grid-item .frame-type-eventnews_newsmonth ul.pager li, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth ul.pager li, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth ul.pager li {
  height: initial;
  min-height: 40px;
  margin: 0 5px;
}
.section.cols-3 .grid-item .frame-type-eventnews_newsmonth ul.pager li.current, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth ul.pager li.current, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth ul.pager li.current {
  padding: 0 3px;
}
.section.cols-3 .grid-item .frame-type-eventnews_newsmonth ul.pager li.previous.arr a, .section.cols-3 .grid-item .frame-type-eventnews_newsmonth ul.pager li.next.arr a, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth ul.pager li.previous.arr a, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth ul.pager li.next.arr a, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth ul.pager li.previous.arr a, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth ul.pager li.next.arr a {
  height: 36px;
}
.section.cols-3 .grid-item .frame-type-eventnews_newsmonth ul.pager li.previous.date, .section.cols-3 .grid-item .frame-type-eventnews_newsmonth ul.pager li.next.date, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth ul.pager li.previous.date, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth ul.pager li.next.date, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth ul.pager li.previous.date, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth ul.pager li.next.date {
  display: none;
}
@media (min-width: 768px) and (max-width: 860px) {
  .section.cols-3 .grid-item .frame-type-eventnews_newsmonth table.monthsview td .day,
.section.cols-3 .grid-item .frame-type-eventnews_newsmonth table.monthsview td a .day, .section.cols-2 .grid-item .frame-type-eventnews_newsmonth table.monthsview td .day,
.section.cols-2 .grid-item .frame-type-eventnews_newsmonth table.monthsview td a .day, .section.cols-4 .grid-item .frame-type-eventnews_newsmonth table.monthsview td .day,
.section.cols-4 .grid-item .frame-type-eventnews_newsmonth table.monthsview td a .day {
    padding: 0 !important;
  }
}

.tx-felogin-pi1 {
  position: relative;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  margin-right: 30px;
  border: 1px solid #006731;
}
.tx-felogin-pi1 h3 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  color: #006731;
  line-height: 110%;
  border: 0;
  font-weight: 400;
  text-align: center;
}
.tx-felogin-pi1 legend {
  font-size: 0;
  color: transparent;
  position: absolute;
  left: -1000000px;
}
.tx-felogin-pi1 form fieldset {
  text-align: left;
}
.tx-felogin-pi1 form fieldset label {
  display: inline-block;
  text-align: left;
  margin-top: 15px;
}
.tx-felogin-pi1 form fieldset label .form-label {
  display: inline-block;
  min-width: 120px;
  color: #006731 !important;
}
.tx-felogin-pi1 form fieldset input[type=submit] {
  margin-top: 15px !important;
}

/* ==========================================================================
   Pressebilder
   ========================================================================== */
.tx-fspdggallery .fspdggallery-item {
  margin-bottom: 40px;
  position: relative;
  min-height: 280px;
}
.tx-fspdggallery .fspdggallery-item figure {
  padding-right: 15px;
}
.tx-fspdggallery .fspdggallery-item figure a {
  display: block;
}
.tx-fspdggallery .fspdggallery-item figure figcaption {
  margin-top: 4px;
}
.tx-fspdggallery .fspdggallery-item figure figcaption h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  color: #013d20;
}
.tx-fspdggallery .fspdggallery-item figure figcaption p.author {
  color: #63ae58;
  margin: 0;
}
.tx-fspdggallery .fspdggallery-item figure figcaption p.download {
  font-weight: 600;
  color: #013d20;
  margin: 0;
}
.tx-fspdggallery .fspdggallery-item figure figcaption p.download a span.glyphicon {
  margin-right: 5px;
}

#fspdggalleryAlbum .modal-dialog {
  border: 0;
  max-width: 600px !important;
  margin: 60px auto;
}
#fspdggalleryAlbum .modal-dialog .modal-content {
  background-color: #006731;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
#fspdggalleryAlbum .modal-dialog .modal-content * {
  color: #fff;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-header {
  height: 60px;
  border: 0;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-header button.close {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #005a2b;
  font-size: 30px;
  padding: 5px;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body .ce-teaser-image {
  margin: 0 0 30px 0;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control {
  width: 30px;
  height: 60px;
  position: absolute;
  border: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.8) !important;
  overflow: hidden;
  top: 50%;
  transform: translate(0, -50%);
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control.left {
  border-radius: 0 90px 90px 0 !important;
  left: 0;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control.left i {
  text-align: left;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control.right {
  border-radius: 90px 0 0 90px !important;
  right: 0;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control.right i {
  text-align: right;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control i {
  font-size: 30px;
  color: #006731;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control span {
  position: absolute;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-indicators-wrapper li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 0;
  border: 1px solid #006731;
  background-color: transparent;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-indicators-wrapper li::marker {
  font-size: 0px;
  color: transparent;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-indicators-wrapper li.active {
  background-color: #006731 !important;
  border: 1px solid #006731 !important;
}
#fspdggalleryAlbum .modal-dialog.white-modal .modal-content {
  background-color: #fff;
}
#fspdggalleryAlbum .modal-dialog.white-modal .modal-content p, #fspdggalleryAlbum .modal-dialog.white-modal .modal-content h1, #fspdggalleryAlbum .modal-dialog.white-modal .modal-content h2, #fspdggalleryAlbum .modal-dialog.white-modal .modal-content h3, #fspdggalleryAlbum .modal-dialog.white-modal .modal-content h4, #fspdggalleryAlbum .modal-dialog.white-modal .modal-content h5, #fspdggalleryAlbum .modal-dialog.white-modal .modal-content h6 {
  color: #005a2b;
}
#fspdggalleryAlbum .modal-dialog.white-modal .modal-content a {
  color: #005a2b;
  text-decoration: underline;
}
#fspdggalleryAlbum .modal-dialog {
  border: 1px solid #000;
}
#fspdggalleryAlbum .modal-dialog .modal-content {
  border: 0;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-header {
  position: fixed;
  z-index: 9999;
  height: 0px;
  width: 100%;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-header .mfp-close {
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  background: #e27535;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum {
  min-height: 300px;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #006731;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 20px auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-inner .carousel-caption {
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  background-color: #edf6e5;
  padding: 10px;
  height: 140px;
  margin-bottom: 15px;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-inner .carousel-caption span.file {
  display: block;
  line-height: 130%;
  margin-bottom: 4px;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-inner .carousel-caption span.file.album {
  color: #65ad5c;
  font-size: 18px;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-inner .carousel-caption span.file.name {
  color: #223c1f;
  font-size: 18px;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-inner .carousel-caption span.file.author {
  font-size: 14px;
  color: #65947a;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-inner .carousel-caption span.file.download {
  font-size: 14px;
  color: #65ad5c;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-inner .carousel-caption span.file.download .glyphicon {
  margin-right: 5px;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-inner > .item > img {
  min-height: 300px;
  height: auto;
  width: 100%;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel ol.carousel-indicators {
  display: block !important;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum a.carousel-control {
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: center;
  text-shadow: none;
  width: 30px;
  height: 44px;
  font-size: 20px;
  color: #fff;
  background-color: #63ae58;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum a.carousel-control.left {
  top: 50px;
  right: 44px;
  left: initial;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum a.carousel-control.right {
  top: 50px;
  right: 0;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-control .glyphicon-chevron-left,
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-control .glyphicon-chevron-right,
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-control .icon-prev,
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-control .icon-next {
  font-size: 20px;
  width: auto;
  height: auto;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-indicators {
  position: absolute;
  top: 100px;
  left: initial;
  right: 0;
  z-index: 15;
  width: 48%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 0;
  border-radius: initial;
  cursor: pointer;
  background-color: #edf6e5;
}
#fspdggalleryAlbum .modal-dialog .modal-content .modal-body #ajaxAlbum .carousel-indicators li.active {
  background-color: #006731 !important;
}

.tx-go-maps-ext {
  width: 100%;
  background-color: #edf6e5;
  transition: all 0.5s ease;
  position: relative;
  border: 1px solid #005a2b;
}
.tx-go-maps-ext .js-gme-preview .js-gme-show {
  display: block;
  color: #00632f !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  text-align: center;
  font-size: 22px !important;
}
.tx-go-maps-ext .js-gme-preview .js-gme-show .open-map {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  border: 1px solid #005a2b;
}

.tx-indexedsearch-searchbox legend {
  font-size: 0;
  color: transparent;
  position: absolute;
  left: -1000000px;
}
.tx-indexedsearch-searchbox .form-group {
  max-width: 400px;
}
.tx-indexedsearch-searchbox .form-group.tx-indexedsearch-form label {
  display: none;
}

.tx-indexedsearch-browsebox {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.tx-indexedsearch-browsebox li {
  -webkit-border-radius: 0 0 0;
  border-radius: 0 0 0;
}
.tx-indexedsearch-browsebox li a {
  border: 3px solid #63ae58;
  background: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #63ae58;
  -webkit-border-radius: 0 0 0;
  border-radius: 0 0 0;
  margin-right: 2px;
  padding: 10px;
  text-decoration: none;
  display: block;
  float: left;
}
.tx-indexedsearch-browsebox li.active a {
  background: #63ae58;
  color: #fff;
}
.tx-indexedsearch-browsebox:after {
  content: " ";
  display: table;
  clear: both;
}

.news {
  position: relative;
}

/* datemenu */
nav.news-menu-view {
  margin-bottom: 30px;
}
nav.news-menu-view ul.nav.nav-pills {
  margin: 0;
  padding: 0;
}
nav.news-menu-view ul.nav.nav-pills li {
  -webkit-border-radius: 0 0 0;
  border-radius: 0 0 0;
  height: auto;
}
nav.news-menu-view ul.nav.nav-pills li a {
  display: block;
  border: 3px solid #63ae58;
  background: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #63ae58;
  -webkit-border-radius: 0 0 0;
  border-radius: 0 0 0;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px;
  text-decoration: none;
}
nav.news-menu-view ul.nav.nav-pills li.active a, nav.news-menu-view ul.nav.nav-pills li a.active {
  background: #63ae58;
  color: #fff;
}

/* list */
.news-list-view.news-teaser {
  clear: both;
  margin-top: 0;
  position: relative;
}
.news-list-view.news-teaser ul.f3-widget-paginator {
  margin: 0;
  padding: 0;
}
.news-list-view.news-teaser ul.f3-widget-paginator li {
  -webkit-border-radius: 0 0 0;
  border-radius: 0 0 0;
  height: auto;
}
.news-list-view.news-teaser ul.f3-widget-paginator li a {
  display: block;
  border: 3px solid #63ae58;
  background: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #63ae58;
  -webkit-border-radius: 0 0 0;
  border-radius: 0 0 0;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px;
  text-decoration: none;
}
.news-list-view.news-teaser ul.f3-widget-paginator li.active a, .news-list-view.news-teaser ul.f3-widget-paginator li a.active {
  background: #63ae58;
  color: #fff;
}
.news-list-view.news-teaser .grid-item {
  margin-bottom: 30px !important;
  background: blue;
  display: block;
  background-color: #fff;
}
.news-list-view.news-teaser .grid-item a.news-details-link {
  display: block;
  position: relative;
  height: 100%;
}
.news-list-view.news-teaser .grid-item a.news-details-link:hover {
  text-decoration: none;
}
.news-list-view.news-teaser .grid-item .inner {
  padding: 0;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news-list-view.news-teaser .grid-item .inner .news-img-wrap {
  position: relative;
}
.news-list-view.news-teaser .grid-item .header {
  flex-grow: 1;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  display: block;
  display: table;
  background: #fff;
  opacity: 0.95;
  height: auto;
  min-height: 60px;
  width: 100%;
  border-bottom: 3px solid #e27535;
}
.news-list-view.news-teaser .grid-item .header .title {
  display: table-cell;
  font-size: 18px;
  font-weight: 400;
  color: #006731;
  text-decoration: none;
  margin: 0;
  padding: 0;
  min-height: 60px;
  padding: 5px 10px;
}
.news-list-view.news-teaser .grid-item .header .date {
  display: table-cell;
  height: 100%;
  width: 40px;
  text-align: center;
  font-size: 24px;
  padding: 10px;
  color: #fff;
  background: #006731;
}
.news-list-view.news-teaser .grid-item .header .date span.month {
  font-size: 11px;
  text-align: center;
}
.news-list-view.news-teaser .grid-item .header span.to {
  display: table-cell;
  height: 100%;
  width: 40px;
  text-align: center;
  font-size: 24px;
  padding: 10px;
  color: #fff;
  background: #006731;
  width: auto;
  padding: 10px 4px;
}
.news-list-view.news-teaser .grid-item .header span.to span.month {
  font-size: 11px;
  text-align: center;
}
.news-list-view.news-teaser .grid-item img.img-responsive {
  width: 100% !important;
}
.news-list-view.news-teaser .grid-item:hover .header {
  opacity: 1;
  background: #fff;
  transition: all 0.25s ease-in;
}
.news-list-view.news-teaser .grid-item:hover .header span.date, .news-list-view.news-teaser .grid-item:hover .header span.to {
  background: #63ae58;
  transition: all 0.25s ease-in;
}
.news-list-view.news-teaser .grid-item:hover img {
  transition: all 0.25s ease-in;
  opacity: 0.75;
}
.news-teaser-view a {
  text-decoration: none;
  color: #fff;
}
.news-teaser-view article {
  display: block;
  color: #fff;
  background: #00632f;
  margin-bottom: 10px;
}
.news-teaser-view article h3.headline {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  margin: 0 !important;
  padding: 10px 10px 0 10px !important;
  min-height: auto !important;
  border: 0 !important;
}
.news-teaser-view article .body {
  padding: 0 10px 10px 10px;
  font-width: 300;
}
.news-teaser-view article .body p {
  padding: 0;
}
.news-teaser-view article .body .info {
  font-weight: 600;
}
.news-teaser-view article footer {
  display: block;
  padding: 10px 20px;
  background: #63ae58;
  text-align: right;
}
.news-teaser-view article footer .more-link {
  text-transform: uppercase;
  background: url(../Img/news_more.svg);
  background-position: right 106px top 4px !important;
  background-repeat: no-repeat;
}

.news-search-form .odd {
  padding-right: 10px;
}
.news-search-form .even {
  padding-left: 10px;
}
.news-search-form input.submit.btn {
  margin-top: 23px;
  width: 100% !important;
}
.news-search-form input[type=date] {
  min-width: inherit;
  max-width: inherit;
  width: 100% !important;
}
.news-search-form .search-result-info {
  padding: 99px 0 0 30px;
}
.news-search-form .search-result-info h3 {
  color: #006731;
}
.news-search-form .search-result-info .search-result-box {
  padding: 15px;
  background: #fff;
}
.news-search-form #news-category {
  background-image: url(../Img/icon_pfeil-green.svg);
  background-position: right 10px top 13px;
  background-repeat: no-repeat;
}

#news-search-box {
  width: 600px;
  position: absolute;
  top: -58px;
  right: 0px;
}
#news-search-box #selectoptions {
  float: right;
  border: 0;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #63ae58;
  -webkit-border-radius: 0 0 0;
  border-radius: 0 0 0;
  margin-right: 20px;
  padding: 0 40px 0 10px;
  height: 44px;
  line-height: 44px;
  max-width: 300px;
  margin-right: 10px;
  background-image: url(../Img/icon_pfeil-green.svg);
  background-position: right 10px top 18px;
  background-repeat: no-repeat;
}
#news-search-box a.btn.fs_button#searchbutton {
  float: right;
  border: 0;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #63ae58;
  -webkit-border-radius: 0 0 0;
  border-radius: 0 0 0;
  margin: 0 0 0 0;
  max-width: 270px;
  padding-left: 10px;
  padding-right: 40px;
  background-image: url(../Img/icon_lupe-green.svg);
  background-position: right 10px top 11px;
  background-repeat: no-repeat;
}

.news-single .date {
  margin-bottom: 15px;
  font-weight: 600;
}
.news-single .row.news {
  margin-bottom: 30px;
}
.news-single .row.news .wrapper {
  margin-bottom: 15px;
}
.news-single .row.news .wrapper .time {
  margin-top: 15px;
}
.news-single .row.news label {
  display: block;
  font-weight: 600;
}
.news-single .btn {
  max-width: 400px;
}
.news-single ul.news-service-logos {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.news-single ul.news-service-logos li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-single ul.news-service-logos li {
  flex-direction: row;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .news-single ul.news-service-logos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .news-single ul.news-service-logos li {
    flex-basis: 100%;
  }
}
.news-single .news-backlink-wrap {
  max-width: 280px;
}
.news-single .news-backlink-wrap a.fs_button {
  background-image: url(../Img/bg_button-back.svg);
  background-position: 15px 8px;
  background-size: 10px !important;
}

#header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .news-detail-image-wrapper {
  position: relative;
}
#header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: initial;
  height: auto;
  width: 66.666666%;
  text-align: left;
  background-color: transparent;
  border-top: 60px solid #fff;
  border-bottom: 40px solid #fff;
  bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
}
#header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper .wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 60px 40px 60px 40px;
}
#header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper .wrapper h1 {
  color: #fff;
}
#header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper .wrapper a {
  color: #fff;
}
#header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper .wrapper a.fs_button.tickets {
  position: relative;
  background-image: url(../Img/icon_btn_ticket.svg);
  background-position: 10px 3px;
  background-size: 18px 25px;
}
#header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper .wrapper .data, #header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper .wrapper label {
  font-weight: 600;
  font-size: 18px;
}
#header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper .wrapper label {
  width: 70px;
}
#header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper .wrapper .ics {
  margin: 15px 0;
}
#header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .carousel-caption .wrapper .time label {
  display: none;
}

@media (min-width: 1px) and (max-width: 768px) {
  #header-image {
    margin-bottom: 50px;
  }

  #header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent {
    background-color: #00632f;
  }
  #header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .image-wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper {
    position: relative;
    width: 100%;
    border: 0;
    padding: 0;
  }
  #header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper .wrapper {
    position: relative;
    width: 100%;
    padding: 15px;
  }
  #header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper .wrapper h1 {
    font-size: 30px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  #header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .image-wrapper {
    padding: 100px 50% 100px 5%;
    min-height: 600px;
  }
  #header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper .wrapper {
    width: 75%;
  }
  #header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper .wrapper h1 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #header-image.news-header section .carousel.header .carousel-item .row.sliderHeaderContent .text-wrapper .wrapper h1 {
    font-size: 30px;
  }
}
.social-gdpr-youtube-video, .social-gdpr-vimeo-video, .social-gdpr-google-maps, .social-gdpr-osm-map {
  background-color: #edf6e5;
}

.social-gdpr-youtube-iframe-notice p, .social-gdpr-youtube-iframe-notice p *,
.social-gdpr-vimeo-iframe-notice p,
.social-gdpr-vimeo-iframe-notice p *,
.social-gdpr-google-maps-iframe-notice p,
.social-gdpr-google-maps-iframe-notice p *,
.social-gdpr-osm-iframe-notice p,
.social-gdpr-osm-iframe-notice p * {
  font-size: 13px !important;
}
.social-gdpr-youtube-iframe-notice p a, .social-gdpr-youtube-iframe-notice p * a,
.social-gdpr-vimeo-iframe-notice p a,
.social-gdpr-vimeo-iframe-notice p * a,
.social-gdpr-google-maps-iframe-notice p a,
.social-gdpr-google-maps-iframe-notice p * a,
.social-gdpr-osm-iframe-notice p a,
.social-gdpr-osm-iframe-notice p * a {
  color: #edf6e5 !important;
}

.social-gdpr-youtube-iframe,
.social-gdpr-vimeo-iframe,
.social-gdpr-google-maps,
.social-gdpr-osm-iframe {
  width: 100% !important;
  height: 100% !important;
}
.social-gdpr-youtube-iframe .social-gdpr-youtube-video,
.social-gdpr-vimeo-iframe .social-gdpr-youtube-video,
.social-gdpr-google-maps .social-gdpr-youtube-video,
.social-gdpr-osm-iframe .social-gdpr-youtube-video {
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 768px) {
  .tx-srfeuserregister-pi1 {
    padding-right: 30px;
  }
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
  text-align: left;
}
.tx-srfeuserregister-pi1 h3 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  color: #006731;
  line-height: 110%;
  border: 0;
  font-weight: 400;
  text-align: center;
  text-align: left;
}
.tx-srfeuserregister-pi1 h4 {
  margin-bottom: 14px;
}
.tx-srfeuserregister-pi1 form legend {
  font-size: 0;
  color: transparent;
  position: absolute;
  left: -1000000px;
}
.tx-srfeuserregister-pi1 form dl {
  position: relative;
}
.tx-srfeuserregister-pi1 form dl dt {
  clear: both;
  display: block;
  width: 25%;
  float: left;
  padding-top: 15px;
  text-align: left;
}
.tx-srfeuserregister-pi1 form dl dt label {
  display: block;
  text-align: left !important;
}
.tx-srfeuserregister-pi1 form dl dt label > span {
  display: none;
}
.tx-srfeuserregister-pi1 form dl dd {
  position: relative;
  display: block;
  width: 75%;
  float: left;
  padding-top: 15px;
  text-align: left !important;
  background-color: #fff;
  /* radio */
}
.tx-srfeuserregister-pi1 form dl dd input[type=text], .tx-srfeuserregister-pi1 form dl dd input[type=password] {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.tx-srfeuserregister-pi1 form dl dd label {
  display: block;
  text-align: left !important;
  padding-left: 30px;
  position: relative;
  bottom: 15px;
}
.tx-srfeuserregister-pi1 form dl dd .tx-srfeuserregister-pi1-terms {
  display: inline-block;
  text-align: left;
  position: relative;
  z-index: 12;
  margin: 0;
  padding: 0 30px 0 0;
  left: 30px;
}
.tx-srfeuserregister-pi1 form dl dd .tx-srfeuserregister-pi1-checkbox {
  display: block;
  width: 20px;
  position: absolute;
  z-index: 11;
  top: 18px;
}
.tx-srfeuserregister-pi1 form dl dd .tx-srfeuserregister-pi1-radio {
  display: inline-block;
  width: 20px;
}
.tx-srfeuserregister-pi1 form dl dd label[for=tx-srfeuserregister-pi1-gender-0], .tx-srfeuserregister-pi1 form dl dd label[for=tx-srfeuserregister-pi1-gender-1], .tx-srfeuserregister-pi1 form dl dd label[for=tx-srfeuserregister-pi1-gender-2] {
  display: inline-block !important;
  padding-left: 0 !important;
  padding-right: 30px !important;
  bottom: -1px !important;
  width: auto;
}
.tx-srfeuserregister-pi1 form p.tx-srfeuserregister-pi1-error {
  display: block;
  text-align: left;
  color: #e27535;
}
.tx-srfeuserregister-pi1 form .tx-srfeuserregister-pi1-submit {
  margin-bottom: 30px;
}

/** forms */
/* ==========================================================================
   forms
   ========================================================================== */
input[type=submit],
.btn,
.btn-primary {
  cursor: pointer;
  display: block;
  text-decoration: none;
  background-image: url(../Img/bg_button.svg);
  background-position: 15px 8px;
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  line-height: 32px;
  height: auto;
  padding-left: 35px;
  padding-right: 20px;
  text-transform: uppercase;
  background-color: #63ae58;
  margin-top: 4px;
  margin-bottom: 16px;
  border: 0;
  text-decoration: none !important;
  border-radius: 0;
}
input[type=submit]:hover,
.btn:hover,
.btn-primary:hover {
  background-color: #00632f;
}
input[type=submit]:hover i,
.btn:hover i,
.btn-primary:hover i {
  color: #006731;
}
input[type=submit]:disabled,
.btn:disabled,
.btn-primary:disabled {
  color: #ffda26;
  cursor: not-allowed;
}
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=date] {
  line-height: 30px;
  min-height: 30px;
  font-size: 21px;
  font-weight: 300;
  border: 1px solid #013d20;
  color: #000;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-width: 200px;
}

input[type=date] {
  max-width: 300px;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  margin-left: 0;
  padding-left: 0;
}

input[type=checkbox] {
  margin-right: 20px;
}

textarea {
  line-height: 30px;
  min-height: 30px;
  font-size: 21px;
  font-weight: 300;
  border: 1px solid #013d20;
  color: #000;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-width: 200px;
}

select, select.form-control {
  line-height: 30px;
  min-height: 30px;
  font-size: 21px;
  font-weight: 300;
  border: 1px solid #013d20;
  color: #000;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-width: 200px;
}
select option, select.form-control option {
  font-size: 21px;
  color: #000;
  width: 200px;
}

input[type=text]:focus,
textarea:focus {
  background: #eee;
}

img.tx-srfreecap-pi1-image {
  margin: 20px 0 20px 0 !important;
}

span.tx-srfreecap-pi1-cant-read {
  display: block;
}

.csc-mailform {
  margin: 0 50px 50px 0;
}
.csc-mailform form ol {
  list-style: none;
}
.csc-mailform form li.csc-form-element-textline {
  margin-bottom: 4px !important;
}
.csc-mailform form li.csc-form-element-submit {
  margin: 20px 0 0 0 !important;
}
.csc-mailform .csc-form-element {
  clear: both;
  padding: 0 0 10px 0;
}
.csc-mailform .csc-form-element label {
  float: none;
}
.csc-mailform .csc-form-element label em {
  display: inline;
}

.tx-powermail {
  margin: 30px 0 30px 0;
}
.tx-powermail form > h3 {
  display: none;
}
.tx-powermail form legend {
  font-size: 0;
  color: transparent;
  position: absolute;
  left: -1000000px;
}
.tx-powermail form .form-group label {
  text-align: left;
}
.tx-powermail form .form-group.layout2 label {
  font-weight: 600;
}
.tx-powermail form .form-control {
  line-height: 30px;
  min-height: 30px;
  font-size: 21px;
  font-weight: 300;
  border: 1px solid #013d20;
  color: #000;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  min-width: 200px;
}
.tx-powermail form .radio {
  position: relative;
  padding-left: 15px;
}
.tx-powermail form .radio label {
  font-weight: 300 !important;
}
.tx-powermail form .radio label .powermail_radio {
  font-weight: 300 !important;
}
.tx-powermail form .radio input[type=radio],
.tx-powermail form .radio-inline input[type=radio],
.tx-powermail form .checkbox input[type=checkbox],
.tx-powermail form .checkbox-inline input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 6px;
}
.tx-powermail form .powermail_fieldwrap {
  margin: 10px 0;
  padding: 0;
}
.tx-powermail form .powermail_fieldwrap_type_check .checkbox {
  position: relative;
}
.tx-powermail form .powermail_fieldwrap_type_check .checkbox label {
  padding-left: 30px;
}
.tx-powermail form .powermail_fieldwrap_type_check .checkbox input.powermail_checkbox {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  left: 0px;
}
/** page */
/* ==========================================================================
   basic
   ========================================================================== */
* {
  outline: none !important;
  font-weight: normal;
  font-style: normal;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

body, html {
  position: relative;
  height: 100%;
  width: 100%;
  background: #fff;
  margin: 0 auto;
}
body .modal-dialog, html .modal-dialog {
  border: 0;
  max-width: 600px !important;
  margin: 60px auto;
}
body .modal-dialog .modal-content, html .modal-dialog .modal-content {
  background-color: #006731;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
body .modal-dialog .modal-content *, html .modal-dialog .modal-content * {
  color: #fff;
}
body .modal-dialog .modal-content .modal-header, html .modal-dialog .modal-content .modal-header {
  height: 60px;
  border: 0;
}
body .modal-dialog .modal-content .modal-header button.close, html .modal-dialog .modal-content .modal-header button.close {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #005a2b;
  font-size: 30px;
  padding: 5px;
}
body .modal-dialog .modal-content .modal-body .ce-teaser-image, html .modal-dialog .modal-content .modal-body .ce-teaser-image {
  margin: 0 0 30px 0;
}
body .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control, html .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control {
  width: 30px;
  height: 60px;
  position: absolute;
  border: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.8) !important;
  overflow: hidden;
  top: 50%;
  transform: translate(0, -50%);
}
body .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control.left, html .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control.left {
  border-radius: 0 90px 90px 0 !important;
  left: 0;
}
body .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control.left i, html .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control.left i {
  text-align: left;
}
body .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control.right, html .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control.right {
  border-radius: 90px 0 0 90px !important;
  right: 0;
}
body .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control.right i, html .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control.right i {
  text-align: right;
}
body .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control i, html .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control i {
  font-size: 30px;
  color: #006731;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
body .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control span, html .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-control span {
  position: absolute;
}
body .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-indicators-wrapper li, html .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-indicators-wrapper li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  border-radius: 0;
  border: 1px solid #006731;
  background-color: transparent;
}
body .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-indicators-wrapper li::marker, html .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-indicators-wrapper li::marker {
  font-size: 0px;
  color: transparent;
}
body .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-indicators-wrapper li.active, html .modal-dialog .modal-content .modal-body .ce-teaser-image .carousel-indicators-wrapper li.active {
  background-color: #006731 !important;
  border: 1px solid #006731 !important;
}
body .modal-dialog.white-modal .modal-content, html .modal-dialog.white-modal .modal-content {
  background-color: #fff;
}
body .modal-dialog.white-modal .modal-content p, body .modal-dialog.white-modal .modal-content h1, body .modal-dialog.white-modal .modal-content h2, body .modal-dialog.white-modal .modal-content h3, body .modal-dialog.white-modal .modal-content h4, body .modal-dialog.white-modal .modal-content h5, body .modal-dialog.white-modal .modal-content h6, html .modal-dialog.white-modal .modal-content p, html .modal-dialog.white-modal .modal-content h1, html .modal-dialog.white-modal .modal-content h2, html .modal-dialog.white-modal .modal-content h3, html .modal-dialog.white-modal .modal-content h4, html .modal-dialog.white-modal .modal-content h5, html .modal-dialog.white-modal .modal-content h6 {
  color: #005a2b;
}
body .modal-dialog.white-modal .modal-content a, html .modal-dialog.white-modal .modal-content a {
  color: #005a2b;
  text-decoration: underline;
}

body #page {
  position: relative;
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
}

/* ==========================================================================
   header
   ========================================================================== */
#header {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 999;
}
#header #nav-toggle {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #006731 !important;
  position: absolute;
  z-index: 99;
  top: 2px;
  right: 5px;
  border: 0;
}
#header #nav-toggle span, #header #nav-toggle span:before, #header #nav-toggle span:after {
  cursor: pointer;
  border-radius: 0;
  height: 3px;
  width: 40px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 500ms ease-in-out;
}
#header #nav-toggle span:hover, #header #nav-toggle span:hover:before, #header #nav-toggle span:hover:after {
  background: #e27535;
}
#header #nav-toggle span, #header #nav-toggle span:before, #header #nav-toggle span:after {
  height: 3px;
  width: 20px;
}
#header #nav-toggle span:before {
  top: -8px;
}
#header #nav-toggle span:after {
  bottom: -8px;
}
#header #nav-toggle.menu-open span {
  background-color: transparent;
}
#header #nav-toggle.menu-open span:before, #header #nav-toggle.menu-open span:after {
  top: 0;
}
#header #nav-toggle.menu-open span:before {
  transform: rotate(45deg);
}
#header #nav-toggle.menu-open span:after {
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  #header #nav-toggle {
    display: block;
  }
}
#header .header-wrapper {
  background-color: #006731;
  height: 52px;
  border-top: 4px solid #63ae58;
  border-bottom: 4px solid #e27535;
  position: relative;
}
#header .header-wrapper .container {
  max-width: 1600px;
}
#header .header-wrapper .container .row.menu {
  max-width: 1600px;
  margin: 0 auto;
}
#header .header-wrapper .container .row.menu .menu-wrapper {
  position: relative;
}
#header .header-wrapper .container .row.menu .menu-wrapper .logo {
  position: absolute;
  z-index: 0;
  top: -10px;
  left: 0;
  width: 283px;
  float: left;
}
#header .header-wrapper .container .row.menu .menu-wrapper .logo a {
  display: inline-block;
}
#header .header-wrapper .container .row.menu .menu-wrapper .logo a img {
  width: 283px;
  height: 61px;
}
#header .header-wrapper .container .row.menu .menu-wrapper #navigation {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 283px;
}
#header .header-wrapper .container .row.menu .menu-wrapper nav.service {
  position: absolute;
  z-index: 11;
  top: 5px;
  right: 220px;
}
#header .header-wrapper .container .row.menu .menu-wrapper nav.social {
  position: absolute;
  z-index: 11;
  top: 5px;
  right: 15px;
}
#header.scroll .header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#header.scroll .row.slider .carousel.slide {
  visibility: hidden;
}

@media (max-width: 1199px) {
  #header .container.basic-width {
    max-width: 100%;
  }
  #header nav.service, #header nav.social, #header #lang-switch {
    display: none;
  }
}
#header-image .row.slider {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  background: #fff;
}
#header-image .row.slider .info-start {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 0;
  width: 20px;
  height: 43px;
  background-image: url(../Img/icon_i.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#header-image .row.slider .btn-bottom {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  bottom: 30px;
  left: 50%;
  width: 160px;
  font-size: 16px;
  text-align: left;
  padding-left: 30px;
  transform: translateX(-50%);
  color: #000;
  background: #ffda26;
  background-image: url(../Img/icon_btn-bottom.svg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: 0;
}
#header-image .row.slider .btn-bottom:hover, #header-image .row.slider .btn-bottom:focus, #header-image .row.slider .btn-bottom:active {
  background: #EFC43D;
  background-image: url(../Img/icon_btn-bottom_h.svg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#header-image .row.slider .btn-ticket {
  position: fixed;
  top: 80px;
  right: 30px;
  z-index: 999;
}

@media (max-width: 1199px) {
  #header-image .row.slider .btn-ticket {
    top: 57px;
    right: 5px;
  }
}
@media (max-width: 567px) {
  #header-image .btn-bottom {
    display: none;
  }
}
/* ==========================================================================
   content inhaltsseiten
   ========================================================================== */
#content {
  padding: 20px 0 65px 0;
  width: 100%;
  margin: 0 auto;
}

/* ==========================================================================
   footer
   ========================================================================== */
#footer {
  background-color: #00632f;
  border-top: 4px solid #63ae58;
  position: relative;
  width: 100%;
}
#footer .row.info {
  position: relative;
}
#footer .row.info #c1 {
  display: none;
}
#footer .row.info .box {
  font-size: 14px;
}
#footer .row.info .box .inner {
  padding-top: 36px;
}
#footer .row.info .box .inner span, #footer .row.info .box .inner p {
  display: block;
  color: #E5F8EEFF;
  font-weight: 300;
  font-size: 14px;
}
#footer .row.info .box .title {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 0 0 15px 0;
}
#footer .row.info .box a {
  color: #E5F8EEFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
#footer .row.info .box a:hover {
  color: #fff;
}
#footer .row.info .box.contact .logo {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 0;
  width: 49px;
  height: 61px;
  background-image: url(../Img/pdg_logo_frei.png);
  background-size: contain;
}
#footer .row.info .box.contact .title {
  padding-left: 55px;
}
#footer .row.info nav ul.lvl1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer .row.info nav ul.lvl1 li a {
  color: #E5F8EEFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}
#footer .row.info nav ul.lvl1 li a:hover {
  color: #fff;
}
#footer .row.top {
  display: none;
}

.recommend-buttons {
  max-width: 1600px;
  margin: 20px auto 0 auto;
}
.recommend-buttons nav.recommend {
  float: right;
  margin-right: 30px;
}
.recommend-buttons nav.recommend a.btn-recommend {
  display: inline-block;
  width: auto;
  height: 32px;
  line-height: 32px;
  margin-left: 5px;
  cursor: pointer;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  text-decoration: none;
  font-weight: 300;
}
.recommend-buttons nav.recommend a.btn-recommend img {
  height: 32px;
  width: auto;
}
.recommend-buttons nav.recommend a.btn-recommend.fb {
  color: #fff;
  background-color: #586BA7;
  background-image: url(../Img/recommend_fb_small.svg);
  padding: 0 10px 0 30px;
}
.recommend-buttons nav.recommend a.btn-recommend.email {
  color: #fff;
  background-color: #63AE58;
  background-image: url(../Img/recommend_mail_small.svg);
  padding: 0 10px 0 40px;
}

.mfp-close {
  background: #e27535;
}

.hidden {
  display: none;
}

.typo3-messages {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
}
.typo3-messages li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.typo3-messages li {
  padding: 15px;
  margin-bottom: 10px;
}

main#content .frame-space-before-standard {
  margin-top: 30px;
}
main#content .frame-space-before-extra-small {
  margin-top: 0;
}
main#content .frame-space-before-small {
  margin-top: 15px;
}
main#content .frame-space-before-medium {
  margin-top: 30px;
}
main#content .frame-space-before-large {
  margin-top: 45px;
}
main#content .frame-space-before-extra-large {
  margin-top: 60px;
}
main#content .frame-space-after-standard {
  margin-bottom: 30px;
}
main#content .frame-space-after-extra-small {
  margin-bottom: 0;
}
main#content .frame-space-after-small {
  margin-bottom: 15px;
}
main#content .frame-space-after-medium {
  margin-bottom: 30px;
}
main#content .frame-space-after-large {
  margin-bottom: 45px;
}
main#content .frame-space-after-extra-large {
  margin-bottom: 60px;
  border: 10px solid red !important;
}

.modal-backdrop {
  background-color: #edf6e5 !important;
  opacity: 0.85 !important;
}

/* ==========================================================================
   SEARCH FORM
   ========================================================================== */
#search-form {
  position: fixed;
  z-index: 101;
  top: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: auto;
  padding: 160px 0 50px 0;
  color: #006731;
  transition: all 0.4s ease;
  background-color: rgba(237, 246, 229, 0.9);
}
#search-form h3 {
  display: none;
}
#search-form .overlay-content {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 180px;
}
#search-form .overlay-content .overlay-header button.close {
  position: fixed;
  z-index: auto;
  top: 250px;
  right: 30px;
  font-size: 30px;
  color: #006731;
  text-shadow: none;
  border: 0;
  background: transparent;
}
#search-form legend {
  display: none;
}
#search-form #tx_indexedsearch-header {
  border: 1px solid #006731;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
}
#search-form .tx-indexedsearch-form .form-group label {
  display: none;
}
#search-form .input-group {
  margin: 0 auto;
}
#search-form .input-group .tx-indexedsearch-searchbox-sword {
  height: initial;
  line-height: 100%;
  border: 0;
  max-width: 100%;
  background-color: #fff;
  min-width: auto;
  margin: 0;
  padding: 0 15px;
}
#search-form .input-group .tx-indexedsearch-searchbox-sword:focus {
  box-shadow: none;
  background-color: #fff;
}
#search-form .input-group .tx-indexedsearch-searchbox-button {
  display: block;
  position: relative;
  top: -4px;
  height: 100%;
  line-height: 100%;
  width: auto !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #006731 !important;
  background-color: #fff;
  background-size: 40px;
  background-position: center;
}
#search-form .input-group .tx-indexedsearch-searchbox-button i {
  position: relative;
  height: 90px !important;
  line-height: 90px !important;
  font-size: 30px;
}
#search-form .input-group .tx-indexedsearch-searchbox-button:hover {
  background-color: #fff;
}

/* ==========================================================================
    Responsive Helper
   ========================================================================== */
/** farbschema */
.t3tpl-white, .t3tpl-color.standard {
  background-color: #fff;
}

.section.t3tpl-color {
  padding: 30px 0;
}
.section.t3tpl-color-1 {
  background-color: #edf6e5;
}
.section.cols-t3tpl-color-1 .grid .grid-item .wrapper {
  margin: 10px;
  background-color: #edf6e5;
}

.card-header .t3tpl-color.t3tpl-color-1 {
  color: #edf6e5;
}
.card-header .t3tpl-color.t3tpl-color-1 {
  color: #edf6e5;
}
.card-header .t3tpl-color.t3tpl-color-2 {
  color: #e27535;
}

.card-body.t3tpl-color.t3tpl-color-1.card-body a {
  color: #edf6e5;
}
.card-body.t3tpl-color.t3tpl-color-1 a {
  color: #edf6e5;
}
.card-body.t3tpl-color.t3tpl-color-2 a {
  color: #e27535;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

body a:focus-visible {
  color: #005291;
}
body a:focus-visible i.fa {
  color: #005291;
}
body a:focus-visible,
body button:focus-visible,
body a:focus-visible::before,
body select:focus-visible,
body input:focus-visible,
body a.collapsed:focus-visible,
body form:focus-visible,
body .social-gdpr-youtube-video:focus-visible,
body .social-gdpr-youtube-video:focus,
body .owl-carousel a:focus,
body .owl-carousel a:focus-visible,
body .owl-carousel .btn-basic:focus,
body .owl-carousel .btn-basic:focus-visible {
  outline: 4px solid #005291 !important;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  z-index: 99999999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

a:focus-visible figure.image, a:focus-visible img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
a:focus-visible img {
  filter: brightness(1.2);
}
a:focus-visible #logo img {
  box-shadow: none;
}

.access-text {
  position: absolute;
  right: 100000px;
  top: 100000px;
}

nav ul li a:focus-visible {
  text-decoration: underline;
}

/* Hilfsnavigation ('unsichtbare' Sprungmarken) */
nav.jump {
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
}
nav.jump ol {
  padding: 0;
}
nav.jump ol li {
  display: inline;
  list-style: none;
}
nav.jump ol li a:link, nav.jump ol li a:visited, nav.jump ol li a:hover {
  height: 1em;
  left: -400em;
  top: -50px;
  position: absolute;
  z-index: 999999;
  outline: 2px groove #005291 !important;
  outline-offset: 0;
  padding: 15px;
  font-size: 18px;
}
nav.jump ol li a:active, nav.jump ol li a:focus-visible {
  background-color: white !important;
  color: black !important;
  font-weight: bold;
  height: auto;
  left: 15px;
  top: 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.2);
}

#page.contrast-increase #news-search-box .btn.fs_button,
#page.contrast-increase #news-search-box #selectoptions {
  color: #00632f;
}
#page.contrast-increase .btn.btn-primary,
#page.contrast-increase .fs_button,
#page.contrast-increase .btn-recommend.email {
  background-color: #00632f;
}
#page.contrast-increase nav.lageplan-top ul.nav.nav-tabs li a {
  border-color: #00632f;
  color: #00632f;
}
#page.contrast-increase nav.lageplan-top ul.nav.nav-tabs li.active a {
  background-color: #00632f;
  border-color: #00632f;
  color: #fff;
}
#page.contrast-increase nav.news-menu-view ul.nav.nav-pills li a {
  border-color: #00632f;
  color: #00632f;
}
#page.contrast-increase nav.news-menu-view ul.nav.nav-pills li.active a {
  background-color: #00632f;
  border-color: #00632f;
  color: #fff;
}
#page.contrast-increase .table-responsive {
  overflow: auto;
}
#page.contrast-increase .news-teaser-view article footer {
  background: #00632f;
}
#page.contrast-increase #facebook .timestampContent {
  color: #000 !important;
}

/*# sourceMappingURL=main.css.map */
