.acf_postbox {
  display: block !important;
}

.indexarticle {
  flex-flow: column;
  flex: 1 0 auto;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 10px #00000040;
}

.indexarticle .entry-title {
  line-height: 2.7rem;
}

.indexarticle:hover, .indexarticle:focus {
  box-shadow: 0 0 30px #0000004d;
}

.indexarticle:hover .mehr, .indexarticle:focus .mehr {
  color: #049748;
}

.index a {
  text-decoration: none;
}

.index a:hover, .index a:focus {
  color: #006292;
}

.index h2 {
  margin-bottom: .3rem;
  padding: 0 1rem;
  line-height: 2.1rem !important;
}

.index .orient {
  flex: 1 0 auto;
  margin: 0 0 .5rem;
  padding: 0 1rem;
}

.index .mehr {
  padding: 0 1rem 1rem;
  transition: all .3s;
}

.desktop-page {
  flex-flow: wrap;
  max-width: 1202px;
  margin: 0 auto 4rem;
  padding: 0 1rem;
  display: flex;
}

.desktop-page .main-section {
  flex: 1 0 auto;
  align-content: flex-start;
  width: 65%;
  margin-right: 1.5rem;
}

.archivewrapper {
  flex-flow: row;
  margin-top: 1rem;
}

.archivewrapper .entry-title {
  margin-bottom: 2rem;
}

.eventcontent.listview-on {
  display: block;
}

.eventcontent.listview-on .box {
  display: none;
}

.eventcontent.listview-on a {
  width: 100%;
  margin-bottom: 0;
}

.eventcontent.listview-on article {
  box-shadow: none;
  border-bottom: 1px solid #d3d3d3;
  flex-flow: row;
  display: flex;
}

.eventcontent.listview-on article:hover h2, .eventcontent.listview-on article:focus h2, .eventcontent.listview-on article:hover .orient, .eventcontent.listview-on article:focus .orient {
  color: #007b39;
}

.eventcontent.listview-on .orient {
  color: #000;
  flex: 0 auto;
  min-width: 181px;
  padding-left: 0;
  font-size: 1rem;
  line-height: 2 !important;
}

.eventcontent.listview-on h2 {
  color: #000;
  order: 2;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  transition: all;
  line-height: 2 !important;
}

.eventcontent.listview-on .mehr {
  display: none;
}

#views {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 1.1rem 1.2rem 1rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

#views a {
  flex: 0 auto;
}

@media screen and (width <= 1040px) {
  #views {
    display: none;
  }
}

.eventthumbplaceholder {
  background: #fafafa;
  width: 100%;
  height: 170px;
}

.doneloadin {
  visibility: visible;
  opacity: 1;
}

.thumbplace1, .thumbplace2 {
  object-fit: cover;
  height: 200px;
}

.estyle {
  width: 100%;
  margin: 0;
}

.eventarchivepage {
  margin-bottom: 4rem;
}

.ajax-loader, .secondajax-loader {
  text-align: center;
  width: 100%;
  display: none;
}

@media screen and (width >= 1040px) {
  .monat {
    width: initial;
    margin: 0 2rem;
  }
}

.listenansicht {
  border: 1px solid #eee;
  width: 50%;
  margin-bottom: 1rem;
}

.tokenfield .tokenfield-set > ul > li {
  line-height: 1.85rem !important;
}

.slick-slide {
  outline: none !important;
}

.slick-disabled {
  opacity: .5;
  background: gray;
}

.slick-disabled:hover, .slick-disabled:focus, .slick-disabled:active {
  opacity: .5;
  cursor: initial;
  background: gray;
}

.weekslider {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.thisisslide {
  flex-flow: wrap;
  justify-content: flex-start;
  width: 97%;
  margin: 0 auto;
  display: flex;
}

@media screen and (width >= 47em) {
  .index {
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 1202px;
    margin: 0 auto;
    display: flex;
  }

  .index:after {
    content: "";
    flex: 0 auto;
    width: 33%;
  }

  .index .post-thumbnail {
    background: #ccc;
    width: 100%;
    height: 14rem;
  }

  .index .post-thumbnail img {
    object-fit: cover;
    height: 100%;
  }

  .eventitem {
    width: 32%;
  }

  .thisisslide {
    flex-flow: row;
    width: 97%;
    margin: 0 auto;
    display: flex;
  }

  .thisisslide .tagumfassend {
    width: 6.25%;
    margin-top: 0;
  }

  .dayslider {
    width: 91%;
    margin: 0 auto;
  }
}

@media screen and (width >= 65em) {
  .archivewrapper {
    padding: 0 1rem;
  }

  .entry-header-events {
    min-width: 1170px;
    max-width: 1202px;
    margin: 0 auto;
  }

  .eventarchiveh1 {
    margin-left: 0;
  }

  .thisisslide {
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }
}

.placemarker {
  pointer-events: none;
}

@media screen and (width <= 65em) {
  .daterangepicker {
    text-decoration: underline;
    color: #2361a1 !important;
    font-size: 1.3rem !important;
  }

  .eportal {
    margin-bottom: -86px !important;
  }

  .eportal .eportal__right {
    flex-flow: row;
    order: 0;
    margin-bottom: 1rem;
    display: flex;
  }

  .eportal .eportal__right .eportal__kategorien {
    width: 50%;
    margin: 0;
    padding-right: .5rem !important;
  }

  .eportal .eportal__right .eportal__suche {
    width: 50%;
    overflow: hidden;
    padding: 0 0 0 .5rem !important;
  }

  .eportal .eportal__right .eportal__suche .eventsearch {
    display: inline-block;
    width: 70% !important;
  }

  .eportal .eportal__right .eportal__suche .eventsearch label input {
    border: none;
    width: 60% !important;
  }

  .eportal .eportal__right .eportal__suche .eventsearch button[type="submit"] {
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: .7rem;
    display: inline-block;
  }

  .eportal .eportal__left {
    order: 1;
    transition: all .3s;
  }
}

#resetbutton {
  width: 40px;
  height: 40px;
  padding: .75rem;
}

#resetbutton .reseticon path {
  fill: #fff;
}

.indexarticle .orient {
  color: #049748;
  margin: 0 0 .6rem;
}

.indexarticle .mehr {
  margin: 0;
}

.indexarticle:hover, .indexarticle:focus {
  color: initial;
}

.bottom-paging-nav {
  margin: 0 auto;
}

.loadmorebtn {
  max-width: 16rem;
}

.buchungstool #buchungsform .personen {
  justify-content: none !important;
  flex-flow: column wrap !important;
  flex: none !important;
}

.buchungstool #buchungsform .personen select {
  text-align: center;
  color: #0061a1;
  padding: .3rem .5rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.evcal-slider {
  margin: 0;
}

@media screen and (width >= 1240px) {
  .evcal-slider {
    margin: 0 1rem;
  }
}

.evcal-slider .sliderheader {
  width: 100%;
  position: relative;
}

.evcal-slider .outer {
  height: 100%;
}

.evcal-slider .outer .inner {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.evcal-slider .outer h2 {
  word-break: break-word;
  color: #0061a1;
  text-transform: uppercase;
  margin: 2rem;
  font-size: 3rem;
  line-height: 1.11;
}

@media screen and (width >= 770px) {
  .evcal-slider .outer h2 {
    margin: 0;
  }
}

.evcal-slider .slideroverlay {
  opacity: 1;
  background: radial-gradient(#fff, #0000);
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.evcal-slider .evcaldate {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #454545;
  margin-bottom: 1rem;
  font-size: 1rem;
  margin-top: 0 !important;
}

@media screen and (width >= 1350px) {
  .flickity-button {
    color: #333;
    background: #ffffffbf;
    border: none;
    transition: all .2s;
    position: absolute;
  }

  .flickity-button:hover, .flickity-button:focus {
    background: #444;
  }

  .flickity-prev-next-button.next {
    right: -4rem;
  }

  .flickity-prev-next-button.previous {
    left: -4rem;
  }
}

.buchungstool button, .buchungstool input, .buchungstool select, .buchungstool optgroup, .buchungstool textarea {
  width: 100%;
}

.ajax-loader2 {
  text-align: center;
  width: 100%;
  padding: 5rem 2rem 2rem;
}

.lds-default {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
}

.lds-default div {
  background: #777;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: 1.2s linear infinite lds-default;
  position: absolute;
}

.lds-default div:first-child {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

@media screen and (width <= 866px) {
  #evcal #keyword {
    flex: 1 0 auto;
    width: 25%;
    margin-top: .5rem !important;
  }

  #evcal .morebutton p {
    text-align: center;
    margin: 5rem .5rem;
    font-size: 1rem;
  }

  #evcal .entry-content-frontpage {
    margin-top: 11rem;
    position: relative;
  }

  #evcal .buchungstool {
    z-index: 1;
    text-align: center;
    margin: 0 .2rem;
    padding: 0;
    position: absolute;
    top: -16.5rem;
    left: 0;
    right: 0;
  }

  #evcal .buchungstool #buchungsform {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    display: flex;
  }

  #evcal .buchungstool #buchungsform .personen {
    flex-flow: wrap;
    justify-content: space-around;
    display: flex;
  }

  #evcal .buchungstool #buchungsform .personen p {
    flex: 1 0 auto;
    width: 100%;
    margin: 0;
  }

  #evcal .buchungstool #buchungsform .personen input[type="number"] {
    width: 1rem;
    font-size: 1.7rem;
  }

  #evcal .buchungstool #buchungsform .personen .personenanzahl {
    flex: 1 0 auto;
  }

  #evcal .buchungstool #buchungsform .personen .erwachsener {
    letter-spacing: 0;
    text-transform: initial;
    text-align: center;
    flex: 1 0 auto;
    align-self: center;
    font-size: 1.7rem;
  }

  #evcal .buchungstool img {
    filter: grayscale(0%);
  }

  #evcal .buchungstool .buchungsdatum {
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #fff;
    flex-flow: column wrap;
    flex: 1 0 auto;
    align-content: center;
    width: 40%;
    padding: .8rem .5rem .5rem;
    font-size: .9rem;
    display: flex;
    box-shadow: 5px 5px 30px #00000040;
  }

  #evcal .buchungstool .buchungsdatum:first-child {
    margin-right: .3rem;
  }

  #evcal .buchungstool .buchungsdatum input {
    text-align: center;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
  }

  #evcal .buchungstool .buchungsdatum input[type="text"], #evcal .buchungstool .buchungsdatum input[type="date"] {
    box-sizing: border-box;
  }

  #evcal .buchungstool .personen {
    width: 100%;
    margin-top: .3rem;
    margin-right: 0;
  }

  #evcal .buchungstool .buchungs-btn {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    flex: 1 0 auto;
    width: 70%;
    margin-top: .5rem;
    padding: .7rem;
    font-size: .9rem;
    transition: all .4s;
    box-shadow: 5px 5px 30px #00000040;
  }
}

@media screen and (width >= 867px) {
  #evcal {
    margin-top: 12.7rem;
  }

  #evcal .entry-content-frontpage {
    margin-top: 11rem;
    position: relative;
  }

  #evcal .buchungstool {
    z-index: 1;
    text-align: center;
    padding: 0;
    position: absolute;
    top: -12.5rem;
    left: 0;
    right: 0;
  }

  #evcal .buchungstool #buchungsform {
    flex-flow: wrap;
    justify-content: space-between;
    width: 850px;
    height: 100px;
    margin: 0 auto;
    display: flex;
  }

  #evcal .buchungstool #buchungsform .personen {
    flex-flow: wrap;
    justify-content: space-around;
    display: flex;
  }

  #evcal .buchungstool #buchungsform .personen p {
    flex: 1 0 auto;
    width: 100%;
    margin: 0;
  }

  #evcal .buchungstool #buchungsform .personen input[type="number"] {
    width: 1rem;
    font-size: 1.7rem;
  }

  #evcal .buchungstool #buchungsform .personen .personenanzahl {
    flex: 1 0 auto;
  }

  #evcal .buchungstool #buchungsform .personen .erwachsener {
    letter-spacing: 0;
    text-transform: initial;
    text-align: center;
    flex: 1 0 auto;
    align-self: center;
    font-size: 1.7rem;
  }

  #evcal .buchungstool img {
    filter: grayscale(0%);
  }

  #evcal .buchungstool .buchungsdatum {
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #fff;
    flex-flow: column wrap;
    flex: 1 0 auto;
    align-content: center;
    width: 30%;
    margin-right: 1.5rem;
    padding: .8rem .5rem .5rem;
    font-size: .9rem;
    display: flex;
    box-shadow: 5px 5px 30px #00000040;
  }

  #evcal .buchungstool .buchungsdatum input {
    text-align: center;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
  }

  #evcal .buchungstool .buchungsdatum input[type="text"], #evcal .buchungstool .buchungsdatum input[type="date"] {
    box-sizing: border-box;
  }

  #evcal .buchungstool .personen {
    margin-right: 0;
  }

  #evcal .buchungstool .buchungs-btn {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    flex: 1 0 auto;
    margin-top: 1rem;
    padding: .8rem;
    box-shadow: 5px 5px 30px #00000040;
  }
}

#evcal .flatpickr-input {
  color: #049748;
}

#evcal .flatpickr-input::placeholder {
  color: #049748;
  opacity: 1;
}

#evcal .flatpickr-input:-ms-placeholder-shown {
  color: #049748;
}

#evcal .flatpickr-input::-moz-placeholder {
  color: #049748;
}

#evcal .keinevent {
  text-align: center;
  width: 100%;
  margin: 0 .5rem 5rem;
  font-size: 1.2rem;
}

#evcal .morebutton {
  margin-top: 4rem;
  margin-bottom: 5rem;
}

#evcal .morebutton a {
  text-align: center;
  color: #fff;
  background: #add8e6;
  border-radius: 25px;
  margin: 0 .5rem 5rem;
  padding: .7rem 1rem;
  font-size: 1.2rem;
  transition: all .2s;
  display: block;
}

#evcal .morebutton a:hover, #evcal .morebutton a:focus {
  background: green;
  box-shadow: 0 0 15px #00000040;
}

#evcal .buchungs-btn {
  flex: 1 0 auto;
  width: 80%;
}

#evcal #keyword {
  width: 100%;
  padding: .5rem;
}

@media screen and (width >= 867px) {
  #evcal #keyword {
    text-align: center;
    flex: 1 0 auto;
    width: 30%;
    padding-top: 2rem;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}

.eventheader {
  flex-flow: wrap;
  justify-content: space-between;
  padding: 1rem;
  font-weight: 700;
  display: flex;
}

.styleswitcher button {
  box-shadow: none;
  color: #bbb;
  background: none;
  border: none;
  outline: none;
  margin: 0 0 0 1rem;
  padding: 0;
}

.styleswitcher svg {
  opacity: .4;
}

.styleswitcher .evcaltoggler svg {
  opacity: 1;
}

.listview {
  display: block;
}

.listview li {
  width: 100%;
  box-shadow: none;
  margin: 1rem 0;
  padding: 1rem 1rem 0;
}

.listview li .subpagetext {
  padding: .6rem 0;
}

.listview li .subpagetext h2 {
  font-size: 1.5rem;
}

.listview li .img-container {
  display: none;
}

.eventcontent .subpagetext .eventdate {
  color: #6f645d;
  margin: -.7rem 0 .2rem;
  padding: 0;
}

.eventcontent .subpagetext h2 {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.eventcontent .subpagetext .eventlocation {
  color: #477994;
  margin: .5rem 0 0;
  padding: 0;
}

.resultcounter {
  padding-left: .5rem;
}

@media print {
  .listview {
    margin-top: 1rem;
  }

  .listview .subpagetext {
    padding: .2rem 0;
  }

  .listview h2 {
    font-size: 1.1rem;
    margin: 0 !important;
    padding: 0 !important;
  }

  .listview .orient {
    color: #777;
    font-size: .85rem;
  }

  .buchungstool, .eventheader {
    display: none !important;
  }
}
/*# sourceMappingURL=evcal-bundle.css.map */
