@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css2?family=Poppins);
body {
  font-family: "Poppins", sans-serif;
  color: #313030;
}

a {
  color: #99CC00;
}

a:hover {
  color: #008800;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

#main {
  z-index: 3;
}

.dmlabel {
  font-weight: bold;
}

.dmlabel .hell {
  color: #99CC00;
}

.dmlabel .dunkel {
  color: #008800;
}

.nav-menu {
  margin: 0;
  padding: 0;
  padding-top: 12px;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu > ul > li:hover > a {
  color: #008800;
  text-decoration: none;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #635551;
  padding: 11px 15px;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.nav-menu a:hover {
  color: #008800;
  text-decoration: none;
}

.nav-menu .active > a {
  color: #008800;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 8px;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  color: lightne(#473d3a, 10);
}

.nav-menu .drop-down ul a:hover {
  color: #008800;
}

.nav-menu .drop-down ul .active > a {
  color: #008800;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down li:hover > a {
  color: #008800;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down.showarrow > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.mobile-menu {
  font-family: "Poppins", sans-serif;
}

.mobile-menu #overlay-button {
  padding: 26px 11px;
  z-index: 10;
  cursor: pointer;
  user-select: none;
}

.mobile-menu #overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #008800;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
}

.mobile-menu #overlay-button span:before {
  top: -10px;
  visibility: visible;
}

.mobile-menu #overlay-button span:after {
  top: 10px;
}

.mobile-menu #overlay-button span:before, .mobile-menu #overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #008800;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}

.mobile-menu #overlay-button:hover span, .mobile-menu #overlay-button:hover span:before, .mobile-menu #overlay-button:hover span:after {
  background: #008800;
}

.mobile-menu input[type=checkbox] {
  display: none;
}

.mobile-menu input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
}

.mobile-menu input[type=checkbox]:checked ~ #overlay-button:hover span, .mobile-menu input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}

.mobile-menu input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);
  opacity: 1;
}

.mobile-menu input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}

.mobile-menu #overlay {
  height: 100vh;
  width: 100vw;
  background: #72B220;
  z-index: 9;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 90px;
}

.mobile-menu #overlay.active {
  visibility: visible;
}

.mobile-menu #overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
  padding-bottom: 90px;
}

.mobile-menu #overlay ul li {
  padding: 1em;
}

.mobile-menu #overlay ul li a {
  color: white;
  text-decoration: none;
  font-size: 1.5em;
}

.mobile-menu #overlay ul li a:hover {
  color: #313030;
}

.welcome {
  padding: 0 0 0 0;
  position: relative;
  z-index: 3;
}

.welcome .content {
  padding: 30px;
  background: #FAE91A;
  border-radius: 4px;
}

.welcome .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 20px;
}

.welcome .content a {
  color: #008800;
}

.welcome .content .publicholiday {
  margin-top: 10px;
  font-size: 0.9rem;
}

.welcome .content .publicholiday .holidayentry {
  margin-bottom: 5px;
}

.welcome .content .kommentar {
  margin-top: 12px;
  font-size: 1.1rem;
  font-style: italic;
}

.welcome .content .legal {
  padding-top: 10px;
  font-size: 0.75rem;
}

.welcome .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
}

.welcome .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0 20px 0;
}

.welcome .icon-boxes .icon-box p {
  font-size: 15px;
  color: #716f6f;
}

.welcome .icon-boxes .icon-box p.date {
  font-size: 12px;
  margin-bottom: 0.5rem;
}

.welcome .icon-boxes .icon-box .favwrapper {
  position: relative;
}

.welcome .icon-boxes .icon-box .favwrapper .favorite {
  position: absolute;
  top: -3px;
  right: 5px;
  color: #fae91a;
  font-size: 40px;
}

#notification {
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  z-index: 995;
}

#notification .content {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 30px;
  margin-bottom: 30px;
}

#notification .bubble {
  position: relative;
  width: 200px;
  height: 100px;
  padding: 8px;
  background: #99CC00;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: #008800 solid 0px;
  margin-right: 24px;
  display: none;
  color: black;
  font-size: 0.8rem;
}

#notification .bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 19px 0 19px 23px;
  border-color: transparent #99CC00;
  display: block;
  width: 0;
  z-index: 1;
  right: -23px;
  top: 45px;
}

#notification .bubble:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 0;
  right: -28px;
  top: 61px;
}

#notification img {
  width: 75px;
  height: 75px;
}

#notification i {
  padding-bottom: 15px;
  font-size: 40px;
  color: #99CC00;
}

#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #FAE91A;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 75px;
}

#hero {
  width: 100%;
  height: 43vh;
  background: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: -120px;
}

@media only screen and (min-height : 1200px) and (min-width : 1200px) {
  #hero {
    height: 60vh;
  }
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 1024px), (max-height: 768px) {
  #hero {
    margin-bottom: -150px;
    height: 80vh;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 80vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 100vh;
  }
}
#subhero {
  width: 100%;
  height: 25vh;
  background-position: top center;
  background-size: 100% 50%;
  position: relative;
  z-index: 1;
  padding: 0;
}

@media only screen and (max-width : 992px) {
  #subhero {
    background-size: 100% 100%;
  }
}
#subhero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#subhero .container {
  z-index: 2;
}

#subhero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

@media (min-width: 1024px) {
  #subhero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #subhero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
#footer {
  color: #313030;
  font-size: 14px;
  background: #fff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #FAE91A;
}

#footer .footer-top h3 {
  font-weight: 700;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .footer-opening .publicholiday {
  margin-top: 8px;
}

#footer .footer-top .footer-opening .kommentar {
  margin-top: 12px;
  font-size: 16px;
  font-style: italic;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #008800;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #656262;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #008800;
}

@media only screen and (max-width : 992px) {
  #footer {
    font-size: 10px;
  }
  #footer .footer-top {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  #footer .footer-top h3,
  #footer .footer-top h4 {
    font-size: 14px;
  }
  #footer .footer-top h4 {
    padding-bottom: 0px;
  }
  #footer .footer-top .footer-contact p {
    line-height: inherit;
  }
  #footer .footer-top .footer-opening {
    padding-right: 0px;
  }
  #footer .footer-top .footer-opening div {
    padding-right: 0;
  }
  #footer .footer-top .footer-links ul li {
    float: left;
    padding: 0 10px 0 0;
  }
  #footer .footer-top .footer-links ul li :first-child {
    content: none;
  }
}
.layout {
  padding: 60px 0;
  overflow: hidden;
}

.layout .textalign_left {
  text-align: left;
}

.layout .textalign_right {
  text-align: right;
}

.layout .textalign_center {
  text-align: center;
}

.layout .textalign_justify {
  text-align: justify;
}

.layout.bg-white {
  background-color: #FFFFFF;
}

.layout.bg-gray {
  background-color: rgb(247.05, 247.05, 247.05);
}

.layout.bg-green {
  background-color: rgb(243.1, 255, 243.1);
}

.layout.bg-yellow {
  background-color: rgb(254.6858974359, 253.6179487179, 240.6141025641);
}

.layout.bg-image {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.layout.bg-image.bg-style-dark {
  color: #FFFFFF;
}

.layout.bg-image.bg-style-dark h2 {
  color: #FFFFFF;
}

.layout.bg-image.bg-style-dark:before {
  box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.6);
}

.layout.bg-image.bg-style-light:before {
  box-shadow: 0 0 0 10000px rgba(255, 255, 255, 0.75);
}

.layout.bg-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.layout.top_small {
  padding-top: 30px;
}

.layout.top_none {
  padding-top: 0px;
}

.layout.bottom_small {
  padding-bottom: 30px;
}

.layout.bottom_none {
  padding-bottom: 0px;
}

.layout .ueberschrift {
  scroll-margin-top: 60px;
}

.layout.top_small .ueberschrift {
  scroll-margin-top: 30px;
}

.layout.top_none .ueberschrift {
  scroll-margin-top: 30px;
}

.layout .ueberschrift {
  text-align: center;
}

.layout .ueberschrift h2 {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 30px;
  font-family: "Poppins", sans-serif;
  color: #635551;
}

.layout .ueberschrift h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  color: #635551;
  text-align: left;
}

.layout .fliesstext figure {
  width: 100%;
  text-align: center;
}

.layout .fliesstext figure img.inlineImage {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 80%;
}

@media only screen and (max-width : 992px) {
  .layout .fliesstext.textalign_small_left {
    text-align: left;
  }
  .layout .fliesstext.textalign_small_right {
    text-align: right;
  }
  .layout .fliesstext.textalign_small_center {
    text-align: center;
  }
  .layout .fliesstext.textalign_small_justify {
    text-align: justify;
  }
}
.layout .einzelbild img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  object-fit: cover;
  width: 100%;
}

.layout .portrait .member-wrap {
  justify-content: center;
}

.layout .portrait .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.layout .portrait .member .member-img {
  position: relative;
  overflow: hidden;
}

.layout .portrait .member .member-info {
  padding: 25px 15px;
}

.layout .portrait .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #313030;
}

.layout .portrait .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
}

.layout .dokumente .entry {
  overflow: hidden;
  padding: 0.3em;
}

.layout .dokumente .entry.title {
  font-weight: bold;
  background-color: #757575;
  color: white;
}

.layout .dokumente .entry.document.zebralook:nth-child(odd) {
  background-color: rgb(231.75, 231.75, 231.75);
}

.layout .dokumente .entry.document.zebralook:nth-child(odd) a {
  color: #008800;
}

.layout .dokumente .entry.document.zebralook:nth-child(odd) a:hover {
  color: #008800;
  text-decoration: none;
}

.layout .dokumente .column {
  float: left;
}

.layout .dokumente .description {
  width: 60%;
}

.layout .dokumente .date {
  width: 20%;
  text-align: center;
}

.layout .dokumente .size {
  width: 20%;
  text-align: center;
}

@media only screen and (max-width : 992px) {
  .layout .dokumente .date {
    width: 0%;
    display: none;
  }
  .layout .dokumente .size {
    width: 30%;
  }
  .layout .dokumente .description {
    width: 70%;
  }
}
.layout .testimonial.bg-style-dark {
  color: inherit;
}

.layout .testimonial.bg-style-dark .content h2 {
  color: inherit;
}

.layout .testimonial .thumb {
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}

.layout .testimonial .content {
  position: relative;
  border-radius: 0 5px 5px 0;
  background: #fff;
  padding: 35px 100px 40px 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.layout .testimonial .content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #313030;
}

.layout .testimonial .content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #313030;
}

.layout .testimonial .content cite {
  color: #313030;
}

.layout .testimonial .content cite p {
  font-size: 24px;
}

.layout .testimonial .content cite p:before {
  content: open-quote;
}

.layout .testimonial .content cite p:after {
  content: close-quote;
}

.layout .testimonial .content:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  background: #fff;
  width: 70px;
  height: 100%;
  border-radius: 5px 0 0 5px;
}

@media only screen and (max-width : 992px) {
  .layout .testimonial .content {
    border-radius: 5px;
    padding: 30px;
  }
  .layout .testimonial .content:after {
    content: none;
  }
}
.layout .beitraege .beitraege-list {
  justify-content: center;
}

.layout .film {
  position: relative;
  display: block;
  --w: 16;
  --h: 9;
  padding-bottom: calc(100% / var(--w) * var(--h));
  background: var(--color-black);
}

.layout .film iframe,
.layout .film video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.layout .textmitbild figure {
  width: 100%;
  text-align: center;
}

.layout .textmitbild figure img.inlineImage {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 80%;
}

.layout .textmitbild.ownblock {
  display: inline-block;
}

.layout .textmitbild .introbild.imgalign_left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.layout .textmitbild .introbild.imgalign_right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
  .layout .textmitbild .introbild {
    margin: 0px;
    width: 100%;
    max-width: 500px !important;
  }
  .layout .textmitbild .introbild.imgalign_left, .layout .textmitbild .introbild.imgalign_right {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.layout .karussell {
  /* Slideshow container */
  /* The dots/bullets/indicators */
  /* Fading animation */
}

.layout .karussell .bilder {
  width: 100%;
  position: relative;
  margin: auto;
  /* Hide the images by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
}

.layout .karussell .bilder .karussellitem {
  display: none;
  text-align: center;
  /* Caption text */
}

.layout .karussell .bilder .karussellitem .text {
  color: #f2f2f2;
  font-size: 16px;
  padding: 8px 0;
  position: absolute;
  bottom: 8px;
  width: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

.layout .karussell .bilder .karussellitem img {
  max-width: 100%;
  width: auto;
}

.layout .karussell .bilder .karussellitem img.cover {
  max-width: none;
  object-fit: cover;
  width: 100%;
  display: block;
}

.layout .karussell .bilder .karussellitem img.cover + .text {
  width: 100%;
}

.layout .karussell .bilder .prev,
.layout .karussell .bilder .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.layout .karussell .bilder .prev:hover,
.layout .karussell .bilder .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.layout .karussell .bilder .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.layout .karussell .dots {
  text-align: center;
  padding-top: 10px;
}

.layout .karussell .dots .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.layout .karussell .dots .active,
.layout .karussell .dots .dot:hover {
  background-color: #717171;
}

.layout .karussell .imgfade {
  -webkit-animation-name: imgfade;
  -webkit-animation-duration: 1.5s;
  animation-name: imgfade;
  animation-duration: 1.5s;
}

@-webkit-keyframes imgfade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes imgfade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.layout .partyprogramm .programmpunkt {
  overflow: hidden;
  padding: 0.3em;
}

.layout .partyprogramm .column {
  float: left;
}

.layout .partyprogramm .zeit {
  width: 15%;
}

.layout .partyprogramm .zeit.emptycell::before {
  content: "​";
}

.layout .partyprogramm .beschreibung {
  width: 85%;
}

@media only screen and (max-width: 500px) {
  .layout .partyprogramm .zeit {
    width: 100%;
    text-decoration: underline;
  }
  .layout .partyprogramm .zeit.emptycell {
    display: none;
  }
  .layout .partyprogramm .beschreibung {
    width: 100%;
  }
}
.container:has(> .row > .column > .blocks > .karussell.cover) {
  max-width: 100%;
  padding: 0px;
  margin: 0;
}

.blog-list {
  margin-top: 40px;
}

.blog-list .icon-box {
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}

.blog-list .icon-box .box-content {
  padding: 10px;
}

.blog-list h4 {
  padding-top: 20px;
}

.blog-post {
  padding: 60px 0 0 0;
  overflow: hidden;
}

.blog-post .content {
  padding-bottom: 15px;
  border-bottom: 5px solid #72B220;
  text-align: center;
}

.blog-post .bx {
  font-size: 1.3rem;
  margin-right: 10px;
}

.event-list {
  margin-top: 40px;
}

.event-list .icon-box {
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}

.event-list .icon-box .box-content {
  padding: 10px;
}

.event-list h4 {
  padding-top: 20px;
}

.event-list .pastevents {
  background-color: #99CC00;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: bold;
}

.event-post {
  padding: 60px 0 0 0;
  overflow: hidden;
}

.event-post .content {
  padding-bottom: 15px;
  border-bottom: 5px solid #72B220;
  text-align: center;
}

.event-post .bx {
  font-size: 1.3rem;
  margin-right: 10px;
}

.contact {
  padding: 60px 0;
  overflow: hidden;
}

.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: #008800;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #72B220;
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #008800;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #008800;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #72B220;
}

.contact .form-row-hp {
  position: absolute;
  left: -9999px;
}

.contact .alert {
  border: 1px solid transparent;
  display: flex;
}

.contact .alert.error {
  border-color: #b71111;
  color: #b71111;
}

.contact .alert.success {
  border-color: #72B220;
  color: #72B220;
}

.contact .alert p {
  margin-top: 8px;
  margin-left: 20px;
  margin-bottom: 0;
}

.contact .alert i {
  font-size: 40px;
}

.contact .form-error span.message {
  font-size: 0.8rem;
  color: #b71111;
}

.contact .form-error input {
  border-color: #b71111;
  color: #b71111;
}

.contact .form-error textarea {
  border-color: #b71111;
  color: #b71111;
}

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