.btn-primary, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #69B43E;
  border-color: #69B43E;
}

.btn-primary:hover, .btn-primary:active {
  background-color: #FF9900;
  border-color: #FF9900;
}

.modal-footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media all and (min-width: 500px) {
  .logo {
    width: 300px;
    margin-bottom: 1em;
  }

  .tel {
    /* telefonnummer rechts oben */
    padding: 1em 0;
  }
}
nav {
  font-size: 1em;
  background-color: #FFFFFF;
  border-bottom: 0.6em solid #69B43E;
}
nav a, nav a.visited {
  color: #336318;
}
nav a:active, nav a:hover {
  color: #69B43E;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  nav a {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 992px) {
  nav a {
    font-size: 1.3em;
  }
}
/* mobile version */
.navbar-side {
  height: 100%;
  width: 80%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  list-style: none;
  border-left: 2px solid #ccc;
  background-color: #f7f7f9;
  overflow-y: scroll;
  z-index: 1000;
}

.navbar-side-item {
  padding: 0.7rem 1rem;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.navbar-side {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.reveal {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #ccc;
  opacity: 0.6;
  z-index: 990;
}

.cross {
  font-size: 5em;
  color: #336318;
  background-color: #f7f7f9;
  line-height: 65px;
  font-weight: bold;
  cursor: pointer;
  border: 0;
  padding: 0.1em;
}

@media all and (max-width: 767px) {
  .nav-desktop {
    display: none !important;
  }

  .navbar-toggler {
    display: block;
    color: #336318;
    margin: 0 auto 0;
  }
}
@media all and (min-width: 768px) {
  .navbar-toggler {
    display: none;
  }

  .nav-desktop {
    display: block;
  }
}
body {
  color: #69B43E;
  margin-bottom: 3em;
}

h1 {
  color: #336318;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  h1 {
    letter-spacing: 3px;
  }
}
h2 {
  color: #336318;
}

h3 {
  color: #336318;
  font-size: 1.1em;
}

a.h2, a.h2:hover {
  color: #336318;
  text-decoration: none;
}

a {
  color: #69B43E;
  text-decoration: none;
  font-weight: bold;
}

a.hover {
  color: #FFCC00;
  text-decoration: none;
  font-weight: bold;
}

a.visited {
  color: #69B43E;
  text-decoration: none;
  font-weight: bold;
}

a.active {
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
}

a.weiss {
  color: #FFFFFF;
}

.errorMessage {
  font-size: 2em;
  color: #FF0000;
}

.transparent80 {
  opacity: 0.8;
}

.transparent90 {
  opacity: 0.9;
}

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.smIcon {
  /* socialMediaIcon*/
  height: 36px;
}

.w-10 {
  width: 10%;
}

.w-60 {
  width: 60%;
}

.boxEyeCatcher, .boxEyeCatcherGallery {
  background-size: cover;
  background-position: center center;
}

.photoBox {
  background-size: cover;
  background-position: center center;
  height: 300px;
  border-radius: 21px 21px 0 0;
  outline: 1px solid #efffe3;
  outline-offset: -29px;
}

.innerBox {
  border-radius: 21px;
}

.moveUp {
  margin-top: -2em;
}

.moveDown {
  position: relative;
  top: 13em;
  z-index: 5;
}

.bigIMG, .prevImg {
  width: 100%;
  margin: 0;
  padding: 0;
}

.prevImgMini {
  display: inline-block;
  height: 110px;
}

.prevImg.left {
  margin: 0 1em 1em 0;
}

.prevImg.right {
  margin: 0 0 1em 1em;
}

.slideShow {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  height: 300px;
}

.prevImgGallery {
  height: 100px;
  margin: 0 0.2em 0.4em 0;
}

@media screen and (min-width: 576px) {
  .slideShow {
    background-size: cover;
    background-position: center center;
    height: 400px;
    margin-top: 2em;
  }

  .prevImgGallery {
    height: 120px;
  }
}
@media screen and (min-width: 768px) {
  .slideShow {
    height: 500px;
  }

  .prevImgGallery {
    height: 130px;
    margin: 0 1em 2em 0;
  }
}
@media screen and (min-width: 992px) {
  .slideShow {
    height: 600px;
  }

  .prevImgGallery {
    height: 140px;
  }
}
footer {
  border-top: 7px solid #69B43E;
}
footer h5 {
  color: #69B43E;
}
footer .white {
  color: #FFFFFF;
}
footer .white a {
  color: #FFFFFF !important;
  font-weight: normal;
}

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