@charset "UTF-8";
/* Farben für Quicklinks*/
/* Allgemeine Farben*/
@font-face {
  font-family: "SansPro";
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "EricRightHand";
  src: url("../fonts/Erikrighthand.ttf") format("truetype");
}
body {
  font-family: "SansPro", sans-serif;
  -webkit-hyphens: auto; 
  hyphens: auto; 
}

.dividerLine {
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #316350;
}

.jumbotron {
  position: relative;
  height: 80vh;
  background-position: center;
  background-size: cover;
}
@media (max-width: 700px) {
  .jumbotron .titles {
    margin-top: 10vh;
    font-size: 10vw;
  }
}
@media (min-width: 700px) {
  .jumbotron .titles {
    margin-top: 40vh;
    font-size: 10vw;
  }
}

.lightblue {
  background-color: #44798c;
  color: white;
}

.mellowyellow {
  background-color: #ebc746;
  color: white;
}

.smoothred {
  background-color: #e29035;
  color: white;
}

.olivegreen {
  background-color: #a1c739;
  color: white;
}

.teaserTitel {
  color: #2e6d1c;
  font-family: "EricRightHand", sans-serif;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 0.3em;
}

.HeroTitle {
  font-family: "EricRightHand", sans-serif;
  font-size: 100px;
  margin-left: 3vw;
}
@media (max-width: 900px) {
  .HeroTitle {
    font-size: 70px;
    margin-left: 3vw;
  }
}
@media (min-width: 900px) {
  .HeroTitle {
    font-size: 100px;
    margin-left: 3vw;
  }
}

.teaserUnterTitel {
  color: black;
  font-size: 3vh;
}

.teaserInfoBlock {
  margin-left: 2vw;
  margin-top: 2vh;
  margin-right: 2vw;
  margin-bottom: 2vh;
}

.LinkBox {
  display: inline-block;
  padding: 2px;
  background-color: #839f3d;
  padding: 10px;
  min-width: 250px;
}
.LinkBox a {
  color: white;
}
.LinkBox a:hover {
  text-decoration: none;
}

.jumbotron-subpage {
  margin-bottom: 0em;
}

.toplinks {
  margin-top: 200px;
  text-align: center;
  width: 100%;
  height: 10vh;
  margin-bottom: 5vh;
}
@media (max-width: 768px) {
  .toplinks {
    margin-bottom: 15vh;
    margin-top: 20px;
  }
}

.footer {
  background: url("https://zoo.eberswalde.de/wp-content/uploads/2020/08/ZE_Footer.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 70vh;
}

.BottomLogos {
  margin-top: 4vh;
  text-align: center;
}
.BottomLogos p {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footerMenuWrapper {
  margin-top: 8vh;
  display: flex;
  justify-content: space-between;
  margin-right: 5vw;
  margin-left: 5vw;
  flex-wrap: wrap;
}
.footerMenuWrapper span {
  text-align: center;
}
@media (max-width: 768px) {
  .footerMenuWrapper span {
    flex: 1 0 21%;
    /* explanation below */
    margin: 10px;
  }
}
.footerMenuWrapper a {
  color: #2e6d1c;
  font-weight: bold;
}

.socialLinks {
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .socialLinks {
    margin-top: 40px;
  }
}

.socialLinks img {
  width: 60px;
  height: auto;
  margin: 5px;
}

.firstrow {
  margin-bottom: 40px;
}

.submenu {
  text-align: center;
  width: 100%;
  background-color: seagreen;
  color: white;
}

.jumbotron_subpage {
  height: 40vh;
  width: 100%;
}

@media (max-width: 900px) {
  .buttonHeroSubGroup {
    margin-bottom: 3vh;
    float: right;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .buttonHeroSubGroup {
    display: inline-block;
  }
}
.buttonHeroSubGroup * > img {
  width: 100px;
}
.buttonHeroSubGroup img {
  width: 100px;
}

.buttonHeroGroup {
  width: 100vw;
  position: absolute;
  bottom: 0px;
}
@media (max-width: 900px) {
  .buttonHeroGroup {
    margin-bottom: -19%;
  }
}

#buttonHeroGroupWrapper {
  text-align: center;
}

.buttonHero {
  border: none;
  padding: 0.5vw;
  margin-left: 0.1vw;
  margin-right: 0.1vw;
  margin-bottom: -3vh;
  width: 10vw;
  font-family: "EricRightHand", sans-serif;
  font-size: 25px;
}
@media (max-width: 1300px) {
  .buttonHero {
    margin-bottom: -3vh;
    width: 15vw;
  }
}
@media (max-width: 900px) {
  .buttonHero {
    margin-bottom: -2vh;
    width: 30vw;
  }
}
@media (max-width: 500px) {
  .buttonHero {
    margin-bottom: -2vh;
    width: 35vw;
  }
}
.buttonHero a {
  color: white;
}
.buttonHero a:hover {
  color: white;
  text-decoration: none;
}

.buttonHero:hover {
  border: none;
}

.buttonHero:active {
  border: none;
}

@media (max-width: 900px) {
  .newsticker {
    margin-top: 17%;
  }
}

@media (min-width: 900px) {
  .jsSticky {
    width: 100vw;
    height: 460px;
    background: firebrick;
    position: relative;
  }

  .sticky {
    display: block;
    position: fixed;
    height: 50px;
    top: 0;
    width: 50vw;
    margin-top: 5vh;
    z-index: 2;
  }
}
.dropDownQuicklinks li {
  width: 200px;
  padding: 20px;
}
.dropDownQuicklinks ul {
  list-style-type: none;
}
.dropDownQuicklinks a {
  color: white;
}
.dropDownQuicklinks a:hover {
  color: white;
  text-decoration: none;
}

@supports (position: sticky) or (position: -webkit-sticky) {
  @media (min-width: 900px) {
    .jsSticky {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
    }
  }
}
.quickLinkRow {
  display: flex;
}

.quickLinkDropButton {
  width: 50%;
  display: flex;
  justify-content: center;
}
.quickLinkDropButton img {
  width: 50px;
  height: 40px;
  object-fit: cover;
}

.tableLinkerText {
  font-size: 10px;
}

.secondColumn {
  margin-left: 5px;
  padding-left: 5px;
}

.mapContainerWrapper {
  width: 60%;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.mapContainer {
  display: flex;
  /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: row wrap;
  /* Then we define how is distributed the remaining space */
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mapContainer .map {
  order: 2;
  width: 70%;
  height: 100%;
  text-align: center;
}
@media (max-width: 900px) {
  .mapContainer .map {
    width: 90%;
  }
}
.mapContainer .map img {
  width: 120%;
  position: relative;
  left: -70px;
}
@media (max-width: 900px) {
  .mapContainer .map img {
    width: 100%;
    left: 0px;
  }
}
.mapContainer .map .close {
  width: 40px;
  position: absolute;
  left: 1%;
  top: 1%;
}
.mapContainer .infos {
  order: 1;
}
.mapContainer .infos .close {
  width: 40px;
  position: absolute;
  left: 8%;
  top: 1%;
}
@media (max-width: 900px) {
  .mapContainer .infos {
    display: none;
  }
}
@media (max-width: 900px) {
  .mapContainer {
    flex-flow: column wrap;
  }
}

.mapBottomContainer {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.mapBottomContainer td {
  vertical-align: top;
}
.mapBottomContainer .infotext {
  margin-top: 20px;
  columns: 2;
  margin-bottom: 30px;
}

#map {
  position: relative;
}
#map h2 {
  font-family: "EricRightHand", sans-serif;
  font-size: 150px;
  color: #2e6d1c;
  position: relative;
  left: 10%;
  top: 5vh;
}
@media (max-width: 900px) {
  #map h2 {
    left: 5%;
    font-size: 50px;
  }
}

.fullscreen {
  width: 40px;
  position: absolute;
  left: 80%;
  bottom: 10%;
  z-index: 2;
}

.infocontainer {
  display: flex;
  /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: column wrap;
  /* Then we define how is distributed the remaining space */
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 900px) {
  .infocontainer {
    flex-flow: row wrap;
  }
}

.article-content {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.article-h1 {
  color: #2e6d1c;
  font-family: "EricRightHand", sans-serif;
  font-size: 70px;
}

.wp-block-button img {
  position: relative;
  left: -15px;
  height: auto;
}

.custom-content-wrapper table tr:nth-child(odd) {
  font-size: 22px;
}
.custom-content-wrapper table tr:nth-child(even) td {
  padding-bottom: 20px;
}

.breadcrumbs .ListItem:first-child .breadcrumbName {
  display: none;
}
.breadcrumbs .ListItem:first-child .icon {
  display: inline-block;
  margin-bottom: -4px;
  width: 20px;
  height: 20px;
  background-image: url("../images/home.png");
  background-size: cover;
}

.breadcrumbs {
  margin-top: 10px;
  margin-left: 10px;
}

.breadcrumbs .breadcrumbName {
  font-weight: bold;
  color: black;
}
.breadcrumbs a:hover {
  text-decoration: none;
}

.jumbotrom_custom {
  height: 80hv;
}

.navbar-zoo {
  /*background-color: $darkgreen;*/
  background-image: linear-gradient(to bottom, #c3d281, #839f3d 50%, #839f3d);
  height: 4em;
  z-index: 1;
}
.navbar-zoo .navbar-brand {
  color: honeydew;
  display: flex !important;
}
.navbar-zoo .navbar-brand p {
  margin-left: 20px;
  margin-top: -6px;
}
.zooLogo {
  height: 130px;
}
@media (max-width: 900px) {
  .zooLogo {
    height: 130px;
  }
}
@media (min-width: 900px) {
  .zooLogo {
    height: 130px;
  }
}
@media (max-width: 768px) {
  .zooLogo {
    height: 4em;
  }
}
@media (max-width: 450px) {
  .zooLogo {
    height: 4em;
  }
}
@media (min-width: 450px) {
  .zooLogo {
    height: 4em;
  }
}

.languageNav {
  margin-left: 10px;
  display: inline;
  text-transform: uppercase;
  font-weight: bold;
}
.languageNav :hover {
  cursor: pointer;
}

.languageNavWrapper {
  display: inline-block;
  margin-left: 100px;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .languageNavWrapper {
    margin-left: 50px;
    display: inline-block;
  }
}
@media (min-width: 900px) {
  .languageNavWrapper {
    margin-left: 100px;
  }
}
@media (max-width: 450px) {
  .languageNavWrapper {
    margin-left: 50px;
  }
}

.topnavRC {
  position: relative;
  min-height: 40vh;
  padding-bottom: 20px;
}

.topnavLeft, .topnavRight {
  list-style-type: none;
  /* Remove bullets */
}
.topnavLeft a, .topnavRight a {
  color: white;
  font-weight: bold;
}
.topnavLeft a:hover, .topnavRight a:hover {
  color: white;
  text-decoration: none;
}

.topnavLeft:hover {
  cursor: pointer;
}

.topnavRight {
  color: white;
}
.topnavRight a {
  color: white;
}
.topnavRight a:hover {
  text-decoration: none;
}

.topnavLeftWrapper {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: white;
}

.topnavRC {
  display: block;
  top: 0;
  position: fixed;
  background-image: linear-gradient(to bottom, #c3d281, #839f3d 10%, #839f3d);
  width: 100vw;
  z-index: 3;
}
.topnavRC > * > *, .topnavRC > *, .topnavRC > * > * > *, .topnavRC > * > * > * > * {
  color: white;
}

.closeNavigation {
  position: relative;
  border-style: none;
  background-color: Transparent;
  font-size: 30px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.homeButton {
  display: flex;
}
.homeButton img {
  position: fixed;
  right: 4vw;
  top: 0;
  margin: -2vh;
  z-index: 5;
  width: 200px;
  height: auto;
}
@media (max-width: 768px) {
  .homeButton img {
    height: 4em;
    width: auto;
  }
}

.navTitle {
  position: absolute;
  left: 60%;
  margin-top: 3%;
  margin-bottom: auto;
  font-family: "EricRightHand", sans-serif;
}
.navTitle h1 {
  overflow: hidden;
  width: 350px;
  font-size: 80px;
}
@media (max-width: 900px) {
  .navTitle {
    display: none;
  }
}

.active-link {
  color: black !important;
}

.tickeritem {
  color: #c71b22;
}

a {
  color: #2e6d1c;
  font-weight: bold;
}

a:hover {
  color: #2e6d1c;
}

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