@import './open-sans.css';
@import './dancing-script.css';
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13pt;
  background-color: #FFFAFA;
  min-width: 360px;
}
body header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 99;
  background: #5d5c5a;
  transition: 0.3s all ease-in-out;
}
body header .handle-nav {
  display: none;
}
body header.scrolled {
  background: #5d5c5a;
}
body header svg {
  height: 50px;
  margin: 20px 0 20px 12.5%;
}
body header ul {
  display: block;
  position: absolute;
  right: 12.5%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  top: 50%;
  list-style: none;
}
body header ul li {
  display: inline-block;
  font-size: 1.2em;
  padding: 0 12px;
  font-weight: 800;
}
body header ul li a {
  text-decoration: none;
  color: #FFFAFA;
}
body header ul li a:hover {
  color: #cfc5b3;
}
body .page_wrap {
  transition: all 0.3s ease-in-out;
}
body .page_wrap .swiper-container {
  width: 100%;
  padding-top: -55%;
}
body .page_wrap .swiper-container .swiper-slide {
  background-position: center center;
  background-size: cover;
  position: relative;
}
body .page_wrap .swiper-container .swiper-slide .swiper_text {
  position: absolute;
  top: 40%;
  left: 12.5%;
  width: 600px;
}
body .page_wrap .swiper-container .swiper-slide .swiper_text h2 {
  font-size: 3.3em;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  color: #D4AF37;
}
body .page_wrap .swiper-container .swiper-slide .swiper_text h3 {
  margin-top: -30px;
  font-size: 1.8em;
  color: #cfc5b3;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  font-weight: 100;
  letter-spacing: 0.1em;
}
body .page_wrap .swiper-container .swiper-slide.swiper-slide-one {
  background-image: url("../media/_slide1.png");
}
body .page_wrap .swiper-container .swiper-slide.swiper-slide-two {
  background-image: url("../media/_slide2.png");
}
body .page_wrap .swiper-container .swiper-slide.swiper-slide-three {
  background-image: url("../media/slide5.jpg");
}
body .page_wrap .swiper-container .swiper-slide.swiper-slide-four {
  background-image: url("../media/slide6.jpg");
}
body .page_wrap .short-bar {
  height: 110px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 99999999;
}
body .page_wrap .short-bar .short-quote {
  width: 65%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  bottom: 0;
  background-color: rgba(93, 92, 90, 0.98);
  display: flex;
  justify-content: center;
  align-items: center;
}
body .page_wrap .short-bar .short-quote p {
  color: #cfc5b3;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-family: Dancing Script;
}
body .page_wrap .short-bar .short-request {
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  background-color: rgba(207, 197, 179, 0.98);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 30px;
}
body .page_wrap .short-bar .short-request p {
  width: 100%;
  color: #5d5c5a;
  font-size: 1.3em;
  letter-spacing: 0.05em;
}
body .page_wrap .short-bar .short-request p a {
  display: block;
  padding: 7px 0;
  background-color: #5d5c5a;
  color: #D4AF37;
  text-decoration: none;
  font-size: 0.6em;
  width: 170px;
  text-align: center;
  margin-top: 14px;
  border-radius: 24px;
}
body .page_wrap .content_wrap .content_section {
  width: 75%;
  padding: 24px 12.5%;
  margin: auto;
}
body .page_wrap .content_wrap .content_section .heading {
  width: 100%;
  position: relative;
  height: 120px;
}
body .page_wrap .content_wrap .content_section .heading .heading_line {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  background-color: #5d5c5a;
}
body .page_wrap .content_wrap .content_section .heading .heading_line .heading_content {
  display: block;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  background-color: #FFFAFA;
  padding: 0 12px;
  font-weight: lighter;
  font-size: 1.5em;
  letter-spacing: 0.07em;
  text-align: center;
}
body .page_wrap .content_wrap .content_section .text_main {
  color: #5d5c5a;
  letter-spacing: 0.05em;
}
body .page_wrap .content_wrap .content_section.entry_content .entry-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
body .page_wrap .content_wrap .content_section.entry_content .church-image {
  width: 48%;
  margin-right: 4%;
}
body .page_wrap .content_wrap .content_section.entry_content .text_main {
  width: 48%;
}
body .page_wrap .content_wrap .content_section.entry_content .text_main .highlighter {
  color: #cfc5b3;
  font-family: Dancing Script;
  font-weight: bolder;
  font-size: 1.5em;
}
body .page_wrap .content_wrap .content_section.entry_content .text_main .bot-text {
  display: block;
}
body .page_wrap .content_wrap .content_section.request_content .request-hint {
  font-size: 0.7em;
  text-align: center;
  width: 100%;
  margin-top: -30px;
}
body .page_wrap .content_wrap .content_section.request_content .switch {
  width: 70%;
  position: relative;
  height: 600px;
  padding-bottom: -80%;
  margin: 5% auto;
}
body .page_wrap .content_wrap .content_section.request_content .switch .switch-half {
  position: absolute;
  height: 100%;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.6);
}
body .page_wrap .content_wrap .content_section.request_content .switch .switch-half.switch-left {
  left: 0;
  bottom: 3%;
  top: -3%;
  width: 50%;
  background-image: url("../media/couple.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 5;
}
body .page_wrap .content_wrap .content_section.request_content .switch .switch-half.switch-right {
  right: 0;
  bottom: -3%;
  top: 3%;
  background-color: #cfc5b3;
  width: 50%;
  box-sizing: border-box;
  padding: 24px;
  z-index: 4;
}
body .page_wrap .content_wrap .content_section.request_content .switch .switch-half.switch-right .highlight_text {
  font-family: Dancing Script;
  font-size: 1.4em;
  letter-spacing: 0.06em;
  text-align: center;
  color: #5d5c5a;
  font-weight: 300;
}
body .page_wrap .content_wrap .content_section.request_content .switch .switch-half.switch-right .request_form {
  width: 100%;
  text-align: center;
}
body .page_wrap .content_wrap .content_section.request_content .switch .switch-half.switch-right .request_form input {
  width: 90%;
  background-color: #cfc5b3;
  box-sizing: border-box;
  display: block;
  padding: 7px;
  border: none;
  border-bottom: 1px solid #5d5c5a;
  margin: 8px auto;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
}
body .page_wrap .content_wrap .content_section.request_content .switch .switch-half.switch-right .request_form textarea {
  width: 90%;
  background-color: #cfc5b3;
  box-sizing: border-box;
  display: block;
  padding: 7px;
  border: none;
  border-bottom: 1px solid #5d5c5a;
  margin: 8px auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.8em;
  height: 120px;
}
body .page_wrap .content_wrap .content_section.request_content .switch .switch-half.switch-right .request_form .submit_request {
  width: 90%;
  padding: 12px 0;
  background-color: #5d5c5a;
  border: none;
  color: white;
  cursor: pointer;
  margin-top: 16px;
}
body .page_wrap .content_wrap .content_section.offer_content {
  background-image: url("../media/champagne.jpg");
  background-size: cover;
  background-position: center;
  height: 230px;
  position: relative;
  background-attachment: fixed;
}
body .page_wrap .content_wrap .content_section.offer_content .offer_pres {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 500px;
  background-color: rgba(93, 92, 90, 0.9);
  box-sizing: border-box;
  padding: 9px 5%;
}
body .page_wrap .content_wrap .content_section.offer_content .offer_pres h3 {
  width: 100%;
  color: #D4AF37;
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
body .page_wrap .content_wrap .content_section.offer_content .offer_pres p {
  color: #FFFAFA;
  font-size: 1.1em;
}
body .page_wrap .content_wrap .content_section.offer_content .offer_pres .link_button {
  background-color: #cfc5b3;
  display: block;
  text-decoration: none;
  color: #FFFAFA;
  padding: 7px 0;
  text-align: center;
  width: 200px;
  border-radius: 24px;
}
body .page_wrap .content_wrap .content_section.images .gallery {
  width: 100%;
  text-align: left;
}
body .page_wrap .content_wrap .content_section.images .gallery .gallery-item {
  display: inline-block;
  width: 24.6%;
  padding-bottom: 15%;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
body .page_wrap .content_wrap .content_section.images .gallery .gallery-item:hover {
  background-size: 120%;
}
body .page_wrap .content_wrap .content_section.history_content {
  background-color: #cfc5b3;
  margin-top: 30px;
  padding-bottom: 50px;
}
body .page_wrap .content_wrap .content_section.history_content .heading_content {
  background-color: #cfc5b3 !important;
}
body .page_wrap .content_wrap .content_section.history_content .text_main {
  column-count: 3;
  column-gap: 2.5%;
}
body .page_wrap .content_wrap .content_section.partner_content {
  margin-top: 70px;
}
body .page_wrap .content_wrap .content_section.partner_content .offer-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-flow: wrap;
}
body .page_wrap .content_wrap .content_section.partner_content .offer-box {
  width: 22.5%;
  height: 500px;
  background-color: #CDCDCD;
  border-radius: 5px;
  box-shadow: 3px 3px 8px #CDCDCD;
  margin: 12px;
  min-width: 300px;
  max-width: 400px;
}
body .page_wrap .content_wrap .content_section.partner_content .offer-box h3 {
  color: #FFFAFA;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-size: 1.4em;
}
body .page_wrap .content_wrap .content_section.partner_content .offer-box .offer-img {
  width: 100%;
  height: 210px;
  background-position: center center;
  background-size: cover;
}
body .page_wrap .content_wrap .content_section.partner_content .offer-box .offer-text {
  width: 80%;
  margin: 25px auto;
}
body .page_wrap .content_wrap .content_section.partner_content .offer-box .offer-text b {
  color: #FFFAFA;
}
body .page_wrap .content_wrap .content_section.partner_content .offer-box.offer-box1 .offer-img {
  background-image: url("../media/slide5.jpg");
}
body .page_wrap .content_wrap .content_section.partner_content .offer-box.offer-box2 .offer-img {
  background-image: url("../media/champagne.jpg");
}
body .page_wrap .content_wrap .content_section.partner_content .offer-box.offer-box3 .offer-img {
  background-image: url("../media/canapes.jpg");
}
body .page_wrap .content_wrap .content_section.partner_content .offer-box.offer-box4 .offer-img {
  background-image: url("../media/schiller.png");
}
body .page_wrap .content_wrap .content_section.partner_content .offer-box.offer-box5 .offer-img {
  background-image: url("../media/friedrich.jpg");
}
body .page_wrap .content_wrap .content_section.partner_content .offer-box.offer-box6 .offer-img {
  background-image: url("../media/helenenhof.jpg");
}
body .page_wrap .content_wrap .content_section.partner_content .offer-box.offer-box7 .offer-img {
  background-image: url("../media/kevin-scholz.jpg");
}
body .page_wrap .map {
  width: 100%;
  height: 300px;
}
body .page_wrap footer {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #cfc5b3;
  font-size: 0.9em;
}
body .page_wrap footer a {
  color: #5d5c5a;
}
body .js-disabled {
  display: none;
}

@media (max-width: 1400px) {
  body {
    min-height: 400px;
  }
  header svg {
    margin-left: 20px !important;
  }
  .heading {
    height: 90px !important;
  }
  .content_section {
    padding: 12px 12.5% !important;
  }
  .handle-nav {
    display: block !important;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .handle-nav svg {
    width: 30px;
    color: #cfc5b3;
    transition: all ease-in-out 0.2s;
  }
  .handle-nav:hover svg {
    color: white;
  }
  nav {
    position: fixed !important;
    top: 90px !important;
    right: -300px !important;
    width: 300px !important;
    background-color: #5d5c5a !important;
    bottom: 0 !important;
    height: 100% !important;
    transition: all 0.3s ease-in-out;
  }
  .content_wrap {
    min-width: unset;
  }
  .short-bar p {
    font-size: 1em !important;
  }
  .heading_content {
    font-size: 1em !important;
  }
  .text_main {
    font-size: 0.7em !important;
  }
  .switch {
    width: 100% !important;
  }
  .gallery {
    width: 100% !important;
  }
  .gallery-item {
    width: 48% !important;
    padding-top: 20% !important;
  }
}
@media screen and (max-width: 1001px) {
  .content_section {
    width: 85% !important;
    padding: 12px 7.5% !important;
  }
  header svg {
    height: 35px !important;
    margin: 27.5px 0 27.5px 20px !important;
  }
  .short-quote {
    display: none !important;
  }
  .short-request {
    left: 0 !important;
    width: 100% !important;
    text-align: center;
    padding: unset !important;
  }
  .short-request a {
    margin: 14px auto 0 auto !important;
  }
  .church-image {
    width: 100% !important;
  }
  .text_main {
    font-size: 0.9em !important;
  }
  .entry_content .entry-flex {
    display: unset !important;
  }
  .entry_content .text_main {
    width: 100% !important;
    float: none !important;
    text-align: justify !important;
  }
  .switch-left {
    display: none !important;
  }
  .switch-right {
    width: 100% !important;
    left: 0 !important;
  }
  .offer_pres {
    width: 85% !important;
  }
  .gallery-item {
    width: 100% !important;
    padding-bottom: 47% !important;
    margin-bottom: 12px !important;
  }
  .history_content .text_main {
    column-count: 1 !important;
    text-align: justify !important;
  }
  .offer_content {
    height: 170px !important;
  }
  .offer_pres h3 {
    font-size: 1.1em !important;
  }
  .offer_pres p {
    font-size: 0.8em !important;
  }
  .offer_pres .link_button {
    font-size: 0.8em !important;
  }
}
.menu .page_wrap {
  transform: translateX(-300px);
}
.menu nav {
  transform: translateX(-300px);
}
.menu nav ul {
  padding: none;
  position: static;
  width: 80%;
  margin: auto;
  transform: unset;
}
.menu nav ul li {
  display: list-item;
  padding: 12px 0;
  border-bottom: 1px solid #cfc5b3;
}

.no-js .map {
  height: auto !important;
}
.no-js .js-disabled {
  display: block !important;
}
.no-js .js-req {
  display: none !important;
}

.no-js-info {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #CDCDCD;
  text-align: center;
  font-size: 0.7em;
  font-weight: lighter;
}

.mail-response {
  position: fixed;
  bottom: 7px;
  left: 7px;
  right: 7px;
  box-shadow: 3px 3px 8px #5d5c5a;
  height: 40px;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 99;
  border-radius: 10px;
  font-size: 0.8em;
  color: white;
  letter-spacing: 0.03em;
  transition: all 0.3s ease-in-out;
}
.mail-response.open {
  display: flex !important;
}
.mail-response.fail {
  background-color: red;
}
.mail-response.success {
  background-color: green;
}

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