/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:
Version:        1.1
Author:         irstheme
URL:            https://themeforest.net/user/irstheme
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	wedding-couple-section
#0.7	count-down-section
#0.8	story-section
#0.9	cta
#1.0	events-section
#1.1	inportant-people-section
#1.2	gallery-section
#1.3	rsvp-section
#1.4	getting-there-section
#1.5	gift-registration-section

----------------------------------------------------------------*/

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 18px;
}

body {
  font-family: "Dosis", sans-serif;
  background-color: #fff;
/*   font-size: 18px; */
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .container {
/*     width: 1170px; (original)*/
	width: 100%;
  }
}

@media (max-width: 1199px) {
    body {
        font-size: 17px;
        /* font-style: 0.94444rem; */ /* Korrigierter Tippfehler: sollte font-size sein */
        font-size: 0.94444rem; /* Korrektur hinzufügen */
    }
}

@media (max-width: 991px) {
    body {
        font-size: 16px;
        /* font-style: 0.88889rem; */ /* Korrigierter Tippfehler: sollte font-size sein */
        font-size: 0.88889rem; /* Korrektur hinzufügen */
    }
}

p {
  color: #767878;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6e6e6e;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 120px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.section-padding2 {
  padding: 70px 0 120px;
}

@media (max-width: 1199px) {
  .section-padding2 {
    padding: 70px 0 100px;
  }
}

@media (max-width: 991px) {
  .section-padding2 {
    padding: 70px 0 80px;
  }
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-iframe-holder {
  background: #1a1a1a;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/*** validate rsvp form ***/
.validate-rsvp-form .success-error-message {
  margin: 15px 0 0;
}

.validate-rsvp-form label.error {
  color: red;
  margin: 5px 0 0 0;
}

.validate-rsvp-form #loader {
  display: none;
}

.validate-rsvp-form #loader i {
  font-size: 20px;
  color: #fff;
}

.validate-rsvp-form #success,
.validate-rsvp-form #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .validate-rsvp-form #success,
  .validate-rsvp-form #error {
    font-size: 15px;
  }
}

.validate-rsvp-form #success {
  background-color: green;
  margin-bottom: 5px;
}

.validate-rsvp-form #error {
  background-color: red;
}

/*** music box ***/
.music-box {
  position: fixed;
  width: 300px;
  height: 160px;
  z-index: 120;
  bottom: 30px;
  right: 30px;
}

@media (max-width: 991px) {
  .music-box {
    width: 250px;
    height: 120px;
    right: auto;
    left: 30px;
  }
}

.music-box .music-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: -30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.music-box .music-holder iframe {
  width: 100%;
  height: 100%;
}

.music-box button {
  background: rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  line-height: 37px;
  font-size: 18px;
  font-size: 1rem;
  color: #5e9a8e;
  border: 1px solid #e6e6e6;
  outline: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .music-box button {
    right: auto;
    left: 0;
  }
}

.music-box .toggle-music-box {
  top: -50px;
  visibility: visible;
  opacity: 1;
}

/*** scrollbar style for chrome ***/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #5e9a8e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/*** spirit-header ***/
.spirit-header {
  position: relative;
  z-index: 100;
}

.ripple,
.particleground,
.video-player,
.surface-shader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.video-player:before {
  content: "";
  background-color: rgba(94, 154, 142, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.section-title, .section-title-white {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

/* .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a {
  padding: 25px 17px !important;
} */

/* .sticky-header { */
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* z-index: 999999; */
/* } */

@media (max-width: 767px) {
  .section-title, .section-title-white {
    margin-bottom: 50px;
  }
}

.section-title .vertical-line, .section-title-white .vertical-line {
  width: 18px;
  height: 42px;
  top: 0;
}

@media (max-width: 991px) {
  .section-title .vertical-line, .section-title-white .vertical-line {
    height: 35px;
  }
}

.section-title .vertical-line, .section-title-white .vertical-line,
.section-title .vertical-line span, .section-title-white .vertical-line span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title .vertical-line span, .section-title-white .vertical-line span {
  background: rgba(94, 154, 142, 0.2);
  width: 2px;
  height: 42px;
  top: 17px;
}

@media (max-width: 991px) {
  .section-title .vertical-line span, .section-title-white .vertical-line span {
    height: 35px;
  }
}

@media (max-width: 767px) {
  .section-title .vertical-line span, .section-title-white .vertical-line span {
    height: 30px;
    top: 15px;
  }
}

.section-title .vertical-line span i, .section-title-white .vertical-line span i {
  position: absolute;
  left: -34px;
  top: -63px;
}

@media (max-width: 991px) {
  .section-title .vertical-line span i, .section-title-white .vertical-line span i {
    left: -28px;
    top: -54px;
  }
}

.section-title .vertical-line span i:before, .section-title-white .vertical-line span i:before {
  margin: 0;
  font-size: 65px;
  font-size: 3.61111rem;
  color: #5e9a8e;
  opacity: 0.6;
}

@media (max-width: 991px) {
  .section-title .vertical-line span i:before, .section-title-white .vertical-line span i:before {
    font-size: 55px;
    font-size: 3.05556rem;
  }
}

.section-title .vertical-line:before, .section-title-white .vertical-line:before {
  content: "";
  background: rgba(94, 154, 142, 0.2);
  width: 45px;
  height: 2px;
  top: 16px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .section-title .vertical-line:before, .section-title-white .vertical-line:before {
    width: 40px;
    height: 2px;
  }
}

.section-title h2, .section-title-white h2 {
  font-family: "Great Vibes", cursive;
  background-color: rgba(94, 154, 142, 0.1);
  font-size: 46px;
  font-size: 2.55556rem;
  color: #848383;
  margin: 59px 0 0;
  padding: 10px 25px 5px;
  border-top: 2px solid rgba(94, 154, 142, 0.1);
  border-bottom: 2px solid rgba(94, 154, 142, 0.1);
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 3px;
}

@media (max-width: 1199px) {
  .section-title h2, .section-title-white h2 {
    font-size: 40px;
    font-size: 2.22222rem;
  }
}

@media (max-width: 991px) {
  .section-title h2, .section-title-white h2 {
    font-size: 35px;
    font-size: 1.94444rem;
    margin-top: 52px;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-white h2 {
    font-size: 30px;
    font-size: 1.66667rem;
    padding: 8px 10px 3px;
    letter-spacing: 1px;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-white h2 {
    margin-top: 45px;
  }
}

.section-title-white .vertical-line span {
  background: rgba(255, 255, 255, 0.2);
}

.section-title-white .vertical-line span i:before {
  margin: 0;
  font-size: 65px;
  color: #fff;
  opacity: 0.4;
}

.section-title-white .vertical-line:before, .section-title-white .vertical-line:after {
  background: rgba(255, 255, 255, 0.2);
}

.section-title-white .vertical-line:after {
  background: #fff;
}

.section-title-white h2 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.theme-btn {
  background-color: #5e9a8e;
  line-height: 0.66em;
  color: #fff;
  padding: 15px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  background-color: #548a7f;
  color: #fff;
}

@media (max-width: 767px) {
  .theme-btn {
    padding: 12px;
    font-size: 13px;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #5e9a8e;
  -webkit-box-shadow: 0 0 5px 0 #7cafa5;
  -moz-box-shadow: 0 0 5px 0 #7cafa5;
  -o-box-shadow: 0 0 5px 0 #7cafa5;
  -ms-box-shadow: 0 0 5px 0 #7cafa5;
  box-shadow: 0 0 5px 0 #7cafa5;
}

.form ::-webkit-input-placeholder {
  font-style: 18px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 18px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 18px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 18px;
  font-style: italic;
  color: #595959;
}

.form select {
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
}

.social-links li a {
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #5e9a8e;
}

.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 150px 0;
}

@media (max-width: 1199px) {
  .page-title {
    height: 250px;
  }
}

.page-title:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


.page-title h2,
.page-title ol {
  color: #fff;
  position: relative;
  z-index: 1;
}

.page-title h2 {
  font-size: 55px;
  font-size: 3.05556rem;
  font-weight: 600;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .page-title h2 {
    font-size: 45px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 40px;
    font-size: 2.22222rem;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-align: center;
  justify-content: center;
}

.page-title .breadcrumb a {
  color: #fff;
}

.page-title .breadcrumb ul {

}

.page-title .breadcrumb ul li {
  font-size: 18px;
  font-size: 1rem;
  color: #5e9a8e;
  display: inline-block;
  position: relative;
}

@media (max-width: 1199px) {
  .page-title .breadcrumb ul li {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

.page-title .breadcrumb ul > li + li {
  padding-left: 20px;
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .page-title .breadcrumb ul > li + li {
    padding-left: 15px;
    margin-left: 15px;
  }
}

.page-title .breadcrumb ul > li + li:before {
  content: "/";
  position: absolute;
  left: -5px;
  top: 2px;
  color: #fff;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.preloader .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .icon {
  display: block;
  width: 90px;
  height: 90px;
  position: relative;
}

.preloader .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(3px); /* Zusätzliche Verschiebung nach unten um 10px */
  max-width: 70%;
  max-height: 70%;
  height: auto;
  z-index: 2;
}

.preloader .icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 5px solid #f1f1f1;
  border-top: 5px solid #5e9a8e;
  border-radius: 50%;
  -webkit-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}

.preloader .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .icon i:before {
  font-size: 55px;
  font-size: 3.05556rem;
  color: #5e9a8e;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate3d(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate3d(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*sidebar*/
.blog-sidebar {
  background-color: #fff;
  padding: 0 25px 0 75px;
  /*search-widget*/
  /*categories-widget*/
  /*popular-posts-widget*/
  /*popular-tags*/
}

@media (max-width: 1199px) {
  .blog-sidebar {
    padding: 0 0 0 35px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    max-width: 450px;
    padding: 0 15px;
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 70px;
  }
}

.blog-sidebar .widget {
  margin-bottom: 50px;
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget h3 {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  color: #3e3e3e;
  line-height: 0.86em;
  text-transform: uppercase;
  margin: 0 0 1.42em;
}

.blog-sidebar .widget input {
  border: 1px solid #dcdddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 50px;
}

.blog-sidebar .search-widget form {
  position: relative;
}

.blog-sidebar .search-widget button {
  background-color: transparent;
  position: absolute;
  right: 1px;
  top: 1px;
  border: 0;
  border-radius: 0;
}

.blog-sidebar .search-widget button:hover,
.blog-sidebar .blog-sidebar .search-widget button:focus {
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-sidebar .search-widget button i {
  color: #858686;
}

.blog-sidebar .categories-widget ul li {
  border-bottom: 1px solid #dcdddd;
}

.blog-sidebar .categories-widget ul li a {
  font-size: 16px;
  font-size: clac-rem-value(16);
  display: block;
  color: #777778;
  padding: 5px 0 5px 25px;
  position: relative;
}

.blog-sidebar .categories-widget ul li:first-child a {
  padding-top: 0;
}

.blog-sidebar .categories-widget ul li a:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #182a4d;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .categories-widget ul li a:hover:before {
  color: #5e9a8e;
}

.blog-sidebar .categories-widget ul li a:hover {
  color: #5e9a8e;
}

.blog-sidebar .popular-posts-widget li {
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-sidebar .popular-posts-widget li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .popular-posts-widget .date {
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 600;
  color: #5e9a8e;
  display: inline-block;
  margin-bottom: 5px;
}

.blog-sidebar .popular-posts-widget h6 {
  font-size: 16px;
  font-size: clac-rem-value(16);
  margin: 0;
  line-height: 1.7em;
}

.blog-sidebar .popular-posts-widget h6 a {
  color: #2f2f2f;
}

.blog-sidebar .popular-posts-widget h6 a:hover {
  color: #4b7a71;
}

.blog-sidebar .populer-tags-widget ul {
  overflow: hidden;
}

.blog-sidebar .populer-tags-widget ul li {
  float: left;
}

.blog-sidebar .populer-tags-widget ul li a {
  background-color: rgba(94, 154, 142, 0.1);
  display: block;
  font-size: 13px;
  font-size: 0.72222rem;
  color: #777778;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px 5px 25px;
  border: 1px solid rgba(94, 154, 142, 0.2);
  margin: 0 5px 5px 0;
  position: relative;
}

.blog-sidebar .populer-tags-widget ul li a:before {
  font-family: FontAwesome;
  content: "\f02b";
  font-size: 13px;
  color: rgba(94, 154, 142, 0.3);
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .populer-tags-widget ul li a:hover {
  background-color: #5e9a8e;
  color: #fff;
  border-color: #5e9a8e;
}

.blog-sidebar .populer-tags-widget ul li a:hover:before {
  color: #fff;
}

.page-pagination .pagination {
  margin: 0;
}

@media (max-width: 767px) {
  .page-pagination .pagination {
    margin-top: -20px;
  }
}

.page-pagination .pagination li a {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 37px;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 600;
  text-align: center;
  color: #565656;
  border-radius: 0;
  border: 1px solid #5e9a8e;
  padding: 0;
  margin: 2px;
  position: relative;
}

@media (max-width: 991px) {
  .page-pagination .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.page-pagination .pagination li a span {
  font-size: 14px;
  font-size: 0.77778rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .page-pagination .pagination li a span {
    font-size: 13px;
    font-size: 0.72222rem;
  }
}

.page-pagination .pagination li a:hover,
.page-pagination .pagination li a:focus,
.page-pagination .pagination li.current a {
  background-color: #5e9a8e;
  color: #fff;
}

/*--------------------------------------------------------------
#0.3	header / bearbeitet
--------------------------------------------------------------*/
header {
    background-color: #ffffff; /* weißer Hintergrund */
    border-bottom: none;        /* keine Trennlinie */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); /* dezenter Glow */
}

.site-header {
    position: relative;
    width: 100%;
    z-index: 10;
}

.site-header.sticky-on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.4s ease, transform 0.4s ease;

    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); /* optional */
}

.site-header.sticky-on.visible {
    opacity: 1;
    transform: translateY(0);
}

.site-header.sticky-on:not(.visible) {
    transition: none; /* abruptes Ausblenden */
}

.sticky-placeholder {
    display: none;
    width: 100%;
}

.sticky-placeholder.active {
    display: block;
    height: auto; /* Wird dynamisch im JS gesetzt */
}

/*--------------------------------------------------------------
#0.3	header / Ende Bearbeitung
--------------------------------------------------------------*/

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.site-header .bg-body-tertiary {
  background-color: #EFF5F3 !important;
}
.site-header .navigation > .container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover {
  text-decoration: none;
  color: #5e9a8e;
}


.site-header .navbar-brand {
  font-family: "Great Vibes", cursive;
  font-size: 46px;
  font-size: 2.55556rem;
  color: #5e9a8e;
  margin-left: 8px;
  text-shadow: 1px 1px 2px #999999;
}


.navbar-brand .logo-img {
  height: 39px;        /* Höhe anpassen */
  width: auto;         /* Proportional skalieren */
  margin-left: -8px;
  vertical-align: middle; 
  position: relative;
  top: -3px;           /* Bild 5px nach oben verschieben */
  -webkit-filter: drop-shadow(1px 1px 2px #999999);
  filter: drop-shadow(1px 1px 2px #999999);
}

@media (max-width: 1199px) {
	.site-header .navbar-brand {
	  font-size: 35px;
	}
	.navbar-brand .logo-img {
	  height: 30px;        /* Höhe anpassen */
	  width: auto;         /* Proportional skalieren */
      margin-left: -7px;	  
	  vertical-align: middle; 
	  position: relative;
	  top: -1px;           /* Bild 5px nach oben verschieben */
	}		
}

@media (max-width: 991px) {
	.site-header .navbar-brand {
	  font-size: 33px;
	}
	.navbar-brand .logo-img {
	  height: 34px;        /* Höhe anpassen */
	  width: auto;         /* Proportional skalieren */
	  vertical-align: middle; 
	  position: relative;
	  top: -1px;           /* Bild 5px nach oben verschieben */
	}	

}

@media (max-width: 767px) {
	.site-header .navbar-brand {
	  font-size: 31px;
	}
	.navbar-brand .logo-img {
	  height: 30px;        /* Höhe anpassen */
	  width: auto;         /* Proportional skalieren */
	  vertical-align: middle; 
	  position: relative;
	  top: -1px;           /* Bild 5px nach oben verschieben */
	}	

}

@media (max-width: 400px) {
	.site-header .navbar-brand {
	  font-size: 33px;
	}
	.navbar-brand .logo-img {
	  height: 28px;        /* Höhe anpassen */
	  width: auto;         /* Proportional skalieren */
	  vertical-align: middle; 
	  position: relative;
	  top: -1px;           /* Bild 5px nach oben verschieben */
	}	

}

/* Bestehende Regel für normale Nav-Links (unverändert) */
.site-header .navbar .navbar-nav .nav-item .nav-link {
  color: #413d3d;
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 17px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

/* Regel für .nav-link.active (unverändert) */
.site-header .navbar .navbar-nav .nav-item .nav-link.active {
  font-weight: 700;
  color: #5e9a8e !important;
  text-decoration: none;
}

/* ::after für .nav-link.active (unverändert für Desktop) */
.site-header .navbar .navbar-nav .nav-item .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 17px;
  width: calc(100% - 34px);
  height: 1px;
  background-color: #5e9a8e;
  transform: scaleX(1);
  transform-origin: left;
}

/* Überschreiben von ScrollSpy's active-Klasse auf <li> (unverändert) */
.site-header #navbar ul li.active > a,
.site-header #navbar ul li.current-menu-item > a {
  color: #413d3d !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}

/* Hover-Effekt für nicht-aktive Links mit animiertem Unterstrich (unverändert für Desktop) */
.site-header .navbar .navbar-nav .nav-item .nav-link:not(.active):hover {
  color: #5e9a8e;
}

.site-header .navbar .navbar-nav .nav-item .nav-link:not(.active)::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 17px;
  width: calc(100% - 34px);
  height: 1px;
  background-color: #5e9a8e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.site-header .navbar .navbar-nav .nav-item .nav-link:not(.active):hover::after {
  transform: scaleX(1);
}

/* Styling für den Kontakt-Button im Desktop-Modus (unverändert) */
@media screen and (min-width: 992px) {
  .site-header .navbar .navbar-nav .nav-item .nav-link.contact-btn {
    background-color: #5e9a8e;
    color: #ffffff !important;
    padding: 7px 20px;
    border-radius: 50px;
    margin-left: 10px;
	margin-top: -3px;
    transition: background-color 0.3s ease-in-out;
  }

  .site-header .navbar .navbar-nav .nav-item .nav-link.contact-btn:hover {
    background-color: #4a7a70;
  }
  
  .site-header .navbar .navbar-nav .nav-item .nav-link.contact-btn-active {
    background-color: transparent;
    color: #5e9a8e !important;
    padding: 7px 20px;
    border-radius: 50px;
    margin-left: 10px;
	margin-top: -3px;
    transition: background-color 0.3s ease-in-out;
	border: 1px solid #5e9a8e;
  }

  .site-header .navbar .navbar-nav .nav-item .nav-link.contact-btn-active:hover {
    background-color: #4a7a70;
	color: #ffffff !important;
  }  

/* Kontakt-Button NIE mit Unterstrich */
.site-header .navbar .navbar-nav .nav-item .nav-link.contact-btn::after,
.site-header .navbar .navbar-nav .nav-item .nav-link.contact-btn-active::after {
  display: none !important;
  content: none !important;
}

  .site-header .navbar .navbar-nav .nav-item .nav-link.contact-btn:not(.active)::after {
    display: none;
  }

  .site-header .navbar .navbar-nav .nav-item .nav-link.contact-btn.active::after {
    display: none;
  }
}

/* Anpassungen für das Burger-Menü (max-width: 991px) */
@media (max-width: 991px) {
  /* Nav-Links */
  .site-header .navbar .navbar-nav .nav-item .nav-link {
    display: block; /* Änderung: display: block statt inline-block für konsistente Ausrichtung */
    padding: 10px 15px 10px 35px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    margin: 0; /* Entfernt jegliche Margins */
  }

  /* Kontakt-Link im Burger-Menü */
  .site-header .navbar .navbar-nav .nav-item .nav-link.contact-btn {
    background-color: transparent;
    color: #413d3d;
    padding: 10px 15px 10px 0px;
    border-radius: 0;
    margin: 0;
    display: block; /* Änderung: display: block für Konsistenz */
    width: 100%;
  }
  
/* Kontakt-Link im Burger-Menü, wenn aktiv */
.site-header .navbar .navbar-nav .nav-item .nav-link.contact-btn-active {

  color: #5e9a8e !important;  /* grün, wie gewünscht */

}
 
  
  /* Unterstrich für aktive Links im Burger-Menü */
  .site-header .navbar .navbar-nav .nav-item .nav-link.active::after {
    left: 35px;
    width: max-content;
    max-width: calc(100% - 50px);
  }

  /* Unterstrich für nicht-aktive Links beim Hovern oder Antippen */
  .site-header .navbar .navbar-nav .nav-item .nav-link:not(.active)::after {
    left: 35px;
    width: max-content;
    max-width: calc(100% - 50px);
  }

  /* Unterstrich beim Antippen (:active) */
  .site-header .navbar .navbar-nav .nav-item .nav-link:not(.active):active::after {
    transform: scaleX(1);
  }

  /* Hover-Animation nach rechts für alle Links (inkl. Kontakt) */
  .site-header .navbar .navbar-nav .nav-item .nav-link:hover {
    padding-left: 50px; /* Bewegung nach rechts um 15px */
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 0.88889rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 220px;
    border-top: 2px solid #5e9a8e;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 110;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.77778rem;
    display: block;
    padding: 8px 15px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 0.83333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }

}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.77778rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 0.83333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header .bg-body-tertiary {
      padding: 15px 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #5e9a8e;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.77778rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.77778rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.77778rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #5e9a8e;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 99999999;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #5e9a8e;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #5e9a8e;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    color: #5e9a8e;
    opacity: 1;
    padding: 0;
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler i {
    font-size: 25px;
  }
  .site-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header .navbar .navbar-nav .nav-item .nav-link:hover {
    padding-left: 15px;
  }
}

/*** header style 1 ****/
.header-style-1 .couple-logo, .header-style-2 .couple-logo {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .header-style-1 .couple-logo, .header-style-2 .couple-logo {
    margin-top: 0;
  }
}

.header-style-1 .couple-logo h1, .header-style-2 .couple-logo h1 {
  font-family: "Great Vibes", cursive;
  font-size: 35px;
  font-size: 1.94444rem;
  margin: 0;
  text-shadow: 1px 1px 2px #999999;
}

@media (max-width: 991px) {
  .header-style-1 .couple-logo h1, .header-style-2 .couple-logo h1 {
    font-size: 30px;
    font-size: 1.66667rem;
  }
}

.header-style-1 .couple-logo .fi:before, .header-style-2 .couple-logo .fi:before {
  font-size: 25px;
  font-size: 1.38889rem;
}

@media (max-width: 991px) {
  .header-style-1 .couple-logo .fi:before, .header-style-2 .couple-logo .fi:before {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.header-style-1 .couple-logo a, .header-style-2 .couple-logo a {
  color: #5e9a8e;
}

.header-style-1 .navigation, .header-style-2 .navigation {
  border-bottom: 1px solid #ececec;
}

.header-style-1 .navigation:after, .header-style-2 .navigation:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ececec;
  position: absolute;
  bottom: 2px;
}

@media (max-width: 991px) {
  .header-style-1 .navigation, .header-style-2 .navigation {
    padding: 15px;
  }
}

.header-style-1 #navbar ul li.current-menu-item > a, .header-style-2 #navbar ul li.current-menu-item > a,
.header-style-1 #navbar ul > li.current-menu-ancestor li.current-menu-item > a, .header-style-2 #navbar ul > li.current-menu-ancestor li.current-menu-item > a,
.header-style-1 #navbar ul > li.current-menu-ancestor > a, .header-style-2 #navbar ul > li.current-menu-ancestor > a {
  color: #5e9a8e;
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a {
    font-size: 18px;
    font-size: 1rem;
    font-weight: 600;
    color: #413d3d;
    padding: 35px 17px;
    text-transform: uppercase;
  }
  .header-style-1 #navbar > ul .sub-menu, .header-style-2 #navbar > ul .sub-menu {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .header-style-1 #navbar > ul > li .sub-menu a, .header-style-2 #navbar > ul > li .sub-menu a {
    font-size: 16px;
    font-size: 0.88889rem;
    color: #413d3d;
    padding: 10px 15px;
  }
  .header-style-1 #navbar > ul > li .sub-menu a:hover, .header-style-2 #navbar > ul > li .sub-menu a:hover {
    color: #5e9a8e;
  }
  .header-style-1 #navbar > ul > li:last-child > ul, .header-style-2 #navbar > ul > li:last-child > ul {
    left: auto;
    right: 0;
  }
  .header-style-1 #navbar > ul > li:last-child > .sub-menu .sub-menu, .header-style-2 #navbar > ul > li:last-child > .sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }
}

@media (max-width: 991px) {
  .header-style-1 .navbar-header button, .header-style-2 .navbar-header button {
    top: -2px;
    right: 0;
  }
}

/*** header style 2 ****/
/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
:root {
  --vh: 1vh;             /* wird per JS initialisiert */
  --header-height: 82px; /* fallback */
}

.hero {
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - var(--header-height));
  min-height: 700px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .hero {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .hero {
    min-height: 400px;
  }
}

.hero .slide-item {
  height: 100%;      /* folgt der .hero-Höhe */
  min-height: 700px;
  position: relative;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .hero .slide-item {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .hero .slide-item {
    min-height: 400px;
  }
}

.hero .slide-item .slider-bg {
  display: none;
}

.hero .slide-item:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero .slide-item:focus {
  outline: none;
}

.hero .slide-item .container {
  height: 100%;
  display: table;
}

.hero .slide-item .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: rgba(94, 154, 142, 0.6);
  width: 50px;
  height: 50px;
  z-index: 111;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px rgba(94, 154, 142, 0.9);
  box-shadow: 0 0 0 5px rgba(94, 154, 142, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: rgba(94, 154, 142, 0.8);
  -webkit-box-shadow: 0 0 0 5px #5e9a8e;
  box-shadow: 0 0 0 5px #5e9a8e;
}

@media (max-width: 1199px) {
  .hero .slick-prev,
  .hero .slick-next {
    width: 45px;
    height: 45px;
    -webkit-box-shadow: 0 0 0 3px rgba(94, 154, 142, 0.9);
    box-shadow: 0 0 0 3px rgba(94, 154, 142, 0.9);
  }
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    width: 35px;
    height: 35px;
    -webkit-box-shadow: 0 0 0 3px rgba(94, 154, 142, 0.9);
    box-shadow: 0 0 0 3px rgba(94, 154, 142, 0.9);
  }
}

.hero .slick-prev:before,
.hero .slick-next:before {
  font-size: 25px;
  font-size: 1.38889pxrem;
}

@media (max-width: 991px) {
  .hero .slick-prev:before,
  .hero .slick-next:before {
    font-size: 20px;
    font-size: 1.11111pxrem;
  }
}

.hero .slick-prev {
  left: 0;
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
}

.hero .slick-next {
  right: 0;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
}

.hero:hover .slick-prev,
.hero:hover .slick-next {
  opacity: 1;
}

.hero:hover .slick-prev {
  left: 20px;
}

.hero:hover .slick-next {
  right: 20px;
}

.hero .wedding-announcement {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  text-align: center;
  display: table;
  /*** save the date ***/
  /*** popup save the date circle ***/
}

.hero .wedding-announcement .couple-name-merried-text {
  display: table-cell;
  vertical-align: middle;
}

.hero .wedding-announcement .couple-name-merried-text h2 {
  font-family: "Great Vibes", cursive;
  font-size: 90px;
  font-size: 5rem;
  color: #fff;
  margin: 0 0 0.4em;
  position: relative;
  z-index: 10;
}

@media (max-width: 1199px) {
  .hero .wedding-announcement .couple-name-merried-text h2 {
    font-size: 70px;
    font-size: 3.88889rem;
  }
}

@media (max-width: 991px) {
  .hero .wedding-announcement .couple-name-merried-text h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 767px) {
  .hero .wedding-announcement .couple-name-merried-text h2 {
    margin: 0 15px 0;
  }
}

@media (max-width: 450px) {
  .hero .wedding-announcement .couple-name-merried-text h2 {
    font-size: 55px;
    font-size: 3.438;
  }
}

@media (max-width: 350px) {
  .hero .wedding-announcement .couple-name-merried-text h2 {
    font-size: 45px;
    font-size: 2.813;
  }
}

.hero .wedding-announcement .married-text h4 {
  font-size: 26px;
  font-size: 1.44444rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  display: inline;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 12px 20px;
  position: relative;
  z-index: 10;
  letter-spacing: 2px;
  line-height: 3.0;
}

.word {
    white-space: nowrap;
    margin-left: 10px; /* Abstand vor jedem Wort, auch nach Zeilenumbruch */
    margin-right: 10px; /* Abstand nach jedem Wort */	
}

@media (max-width: 1199px) {
  .hero .wedding-announcement .married-text h4 {
    font-size: 20px;
    font-size: 1.11111rem;
    padding: 8px 18px;
  }
}

@media (max-width: 991px) {
  .hero .wedding-announcement .married-text h4 {
    font-size: 17px;
    font-size: 0.94444rem;
    padding: 8px 0px;
  }
}

@media (max-width: 767px) {
  .hero .wedding-announcement .married-text h4 {
    letter-spacing: 1px;
  }
  
  .word {
    margin-left: 7px; /* Abstand vor jedem Wort, auch nach Zeilenumbruch */
    margin-right: 7px; /* Abstand nach jedem Wort */	
  }
}

.hero .wedding-announcement .couple-name-merried-text h2,
.hero .wedding-announcement .married-text h4 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.hero .wedding-announcement .couple-name-merried-text i {
  font-size: 450px;
  color: rgba(94, 154, 142, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero .wedding-announcement .save-the-date {
  width: 350px;
  height: 350px;
  position: absolute;
  left: 50%;
  bottom: -350px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 1s 2.3s ease-in-out;
  -o-transition: 1s 2.3s ease-in-out;
  transition: 1s 2.3s ease-in-out;
}

@media (max-width: 1199px) {
  .hero .wedding-announcement .save-the-date {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .hero .wedding-announcement .save-the-date {
    width: 270px;
    height: 270px;
  }
}

.hero .wedding-announcement .save-the-date:before, .hero .wedding-announcement .save-the-date:after {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}

.hero .wedding-announcement .save-the-date:before {
  background-color: rgba(94, 154, 142, 0.3);
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  -webkit-animation: save-the-date-pulse 1s infinite;
  animation: save-the-date-pulse 1s infinite;
}

@media (max-width: 1199px) {
  .hero .wedding-announcement .save-the-date:before {
    width: 108%;
    height: 108%;
    left: -4%;
    top: -4%;
  }
}

.hero .wedding-announcement .save-the-date:after {
  background-color: rgba(94, 154, 142, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero .wedding-announcement .save-the-date h4 {
  font-family: "Great Vibes", cursive;
  font-size: 40px;
  font-size: 2.22222rem;
  color: #fff;
  margin: 55px 0 0.2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

@media (max-width: 1199px) {
  .hero .wedding-announcement .save-the-date h4 {
    font-size: 35px;
    font-size: 1.94444rem;
    margin: 45px 0 0.15em;
  }
}

@media (max-width: 991px) {
  .hero .wedding-announcement .save-the-date h4 {
    font-size: 28px;
    font-size: 1.55556rem;
    margin: 30px 0 0.15em;
  }
}

.hero .wedding-announcement .save-the-date .date {
  font-size: 20px;
  font-size: 1.11111rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

@media (max-width: 1199px) {
  .hero .wedding-announcement .save-the-date .date {
    font-size: 18px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .hero .wedding-announcement .save-the-date .date {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

.hero .wedding-announcement .popup-save-the-date {
  bottom: -185px;
  opacity: 1;
  z-index: 50;
}

@media (max-width: 1199px) {
  .hero .wedding-announcement .popup-save-the-date {
    bottom: -180px;
  }
}

@media (max-width: 991px) {
  .hero .wedding-announcement .popup-save-the-date {
    bottom: -170px;
  }
}

@-webkit-keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.static-hero {
  background: url("../images/hochzeitspianist_spielt_am_fluegel.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.static-hero:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home-shade .static-hero {
  opacity: 0.4;
  z-index: 101;
}

/* Save-the-date Link wie Header-Navigation */
.hero .wedding-announcement .save-the-date .date a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease-in-out;
}

/* Hover-Effekt */
.hero .wedding-announcement .save-the-date .date a:hover {
  color: #d9f0ea;
}

.hero .wedding-announcement .save-the-date .date a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #5e9a8e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.hero .wedding-announcement .save-the-date .date a:hover::after {
  transform: scaleX(1);
}

/* =========================================
   Unterseiten-Hero nur 33% Höhe
   ========================================= */
.hero.hero-subpage {
  height: 40vh;           /* nur 1/3 der Bildschirmhöhe */
  min-height: unset;      /* Mindesthöhe aufheben */
  position: relative;
  overflow: hidden;
  min-height: 310px;
}

@media (max-width: 991px) {
	.hero.hero-subpage {
	  min-height: 240px;
	}
}	

.hero.hero-subpage .static-hero {
  height: 100%;           /* Hintergrundbild füllt den kleineren Bereich */
}

.hero.hero-subpage .wedding-announcement {
  width: 100%;
  height: 100%;           /* nutzt die volle (33vh) Höhe */
  display: flex;          /* Flexbox statt table */
  align-items: center;    /* vertikal mittig */
  justify-content: center;/* horizontal mittig */
  text-align: center;
  position: relative;
  z-index: 101;
}

.hero.hero-subpage .wedding-announcement .couple-name-merried-text h2 {
  font-family: "Great Vibes", cursive;
  font-size: 90px;
  font-size: 5rem;
  color: #fff;
  margin: 0 0 0.4em;
  position: relative;
  z-index: 10;
}

@media (max-width: 1199px) {
  .hero.hero-subpage .wedding-announcement .couple-name-merried-text h2 {
    font-size: 70px;
    font-size: 3.88889rem;
  }
}

@media (max-width: 767px) {
  .hero.hero-subpage .wedding-announcement .couple-name-merried-text h2 {
    font-size: 55px;
    font-size: 3.05556rem;
    margin: 0 15px 0;
  }
}	
/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background: url("../images/footer-bg.jpg") center center/cover no-repeat local;
  text-align: center;
  color: #fff;
  padding: 160px 0;
  position: relative;
}

@media (max-width: 1199px) {
  .site-footer {
    padding: 110px 0;
  }
}

@media (max-width: 991px) {
  .site-footer {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 70px 0;
  }
}

.site-footer:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.site-footer h2 {
  font-family: "Great Vibes", cursive;
  font-size: 67px;
  font-size: 3.72222rem;
  color: #fff;
  margin: 0 0 0.3em;
  padding: 0 275px;
  text-transform: capitalize;
  letter-spacing: 5px;
  position: relative;
  z-index: 1;
}
.site-footer span {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .site-footer h2 {
    font-size: 55px;
    font-size: 3.05556rem;
    padding: 0 200px;
  }
}

@media (max-width: 991px) {
  .site-footer h2 {
    font-size: 45px;
    font-size: 2.5rem;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .site-footer h2 {
    font-size: 35px;
    font-size: 1.94444rem;
    letter-spacing: 2px;
  }
}

@media (max-width: 767px) {
  .site-footer h2 + span {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

/* .site-footer .back-to-top {
  position: absolute;
  left: 50%;
  top: -25px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.site-footer .back-to-top a {
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.site-footer .back-to-top a span {
  position: absolute;
  left: 0;
  -webkit-animation: pointerMoving 1.3s infinite;
  animation: pointerMoving 1.3s infinite;
}

.site-footer .back-to-top .fi {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 11px;
}

.site-footer .back-to-top .fi:before {
  font-size: 27px;
  color: #000;
  text-shadow: 1px 1px 2px #000;
}

@-webkit-keyframes pointerMoving {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
  }
}

@keyframes pointerMoving {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
  }
} */

/*--------------------------------------------------------------
#0.6	wedding-couple-section
--------------------------------------------------------------*/
.wedding-couple-section .gb {
  overflow: hidden;
  background-color: #EFF5F3;
}

/* Impressum-Links wie in der Kontakt-Section */
.wedding-couple-section a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #5e9a8e; /* Ausgangsfarbe */
  transition: color 0.3s ease-in-out;
}

.wedding-couple-section a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #5e9a8e;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.wedding-couple-section a:hover {
  color: #4b7a71; /* dunkleres Grün bei Hover */
}

.wedding-couple-section a:hover::after {
  transform: scaleX(1);
  background-color: #4b7a71;
}


/* MIT HINTERGRUNDBILD OVERLAY*/

/* .wedding-couple-section {
  position: relative;
  background-image: url('../images/ja-wort-geben-mit-klavier-hintergrundmusik.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wedding-couple-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.95);
  z-index: 0;
}

.wedding-couple-section > .container {
  position: relative;
  z-index: 1;
} */

.event .img-holder img {
  width: 100%;
}

.wedding-couple-section .details {
  padding: 50px 55px;
}

.wedding-couple-section .details-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-width: 0; /* Verhindert, dass der Container das Bild einschränkt */
}

@media (max-width: 991px) {
  .wedding-couple-section .details {
    padding: 40px 45px;
  }
}

@media (max-width: 767px) {
  .wedding-couple-section .details {
    padding: 40px 25px;
  }
}

/* @media screen and (min-width: 992px) {
  .wedding-couple-section .details > .details-inner {
    display: table-cell;
    vertical-align: middle;
  }
} */

.wedding-couple-section .details h3 {
  font-size: 26px;
  font-size: 1.44444rem;
  font-weight: 600;
  color: #3d3d3d;
  margin: 0 0 0.7em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .wedding-couple-section .details h3 {
    font-size: 22px;
    font-size: 1.22222rem;
  }
}

@media (max-width: 767px) {
  .wedding-couple-section .details h3 {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.wedding-couple-section .details .signature {
  font-family: "Great Vibes", cursive;
  font-size: 28px;
  font-size: 1.55556rem;
  display: block;
  padding-left: 25px;
  margin-top: 15px;
  position: relative;
}

@media (max-width: 1199px) {
  .wedding-couple-section .details .signature {
    font-size: 22px;
    font-size: 1.22222rem;
  }
}

.wedding-couple-section .details .signature:before {
  content: "";
  background-color: #000;
  width: 15px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wedding-couple-section .details .social-links {
  margin-top: 20px;
}

.wedding-couple-section .details .social-links > li + li {
  margin-left: 3px;
}

.wedding-couple-section .details .social-links a {
  background-color: #7cafa5;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-size: 0.77778rem;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .wedding-couple-section .details .social-links a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    font-size: 0.72222rem;
  }
}

.wedding-couple-section .details .social-links a:hover {
  background-color: #5e9a8e;
}

@media screen and (min-width: 992px) {
  .wedding-couple-section .bride {
    text-align: right;
  }
  .wedding-couple-section .bride .signature {
    padding-right: 25px;
  }
  .wedding-couple-section .bride .signature:before {
    left: auto;
    right: 0;
  }
  .wedding-couple-section .bride .social-links {
    display: inline-block;
  }
}

.wedding-couple-section .btn1 {
  display: flex;
  justify-content: flex-end; /* Button rechtsbündig für Desktop */
  margin-top: 13px;
}

.wedding-couple-section .btn1 a {
  background-color: #5e9a8e;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.3s;
  display: inline-block; /* Wichtig, damit das <a> wie ein Button aussieht */
  text-decoration: none; /* Entfernt die Standard-Unterstreichung von Links */
  min-width: 140px;  
}

.wedding-couple-section .btn1 a:hover {
  background-color: #4b7a71;
}

@media (max-width: 991px) {
  .wedding-couple-section .btn1 {
    justify-content: flex-start; /* Button linksbündig unter 992px */
  }

	
  .wedding-couple-section .btn1 a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}

.btn2 {
  display: flex;
  justify-content: flex-start; /* Button rechtsbündig für Desktop */
  margin-top: 13px;
}

.btn2 a {
  background-color: #5e9a8e;
  height: 45px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.3s;
  display: flex;              /* Flexbox aktivieren */
  justify-content: center;    /* Horizontal zentrieren */
  align-items: center;        /* Vertikal zentrieren */
  text-decoration: none;
  min-width: 140px;           /* Mindestbreite */
}

.btn2 a:hover {
  background-color: #4b7a71;
}

@media (max-width: 991px) {
  .btn2 {
    justify-content: flex-start; /* Button linksbündig unter 992px */
  }

	
  .btn2 a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
#0.7	count-down-section
--------------------------------------------------------------*/
.count-down-section {
  position: relative;
}

.count-down-section:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.count-down-section h2 {
  font-family: "Great Vibes", cursive;
  font-size: 72px;
  font-size: 4rem;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .count-down-section h2 {
    font-size: 62px;
    font-size: 3.44444rem;
  }
}

@media (max-width: 767px) {
  .count-down-section h2 {
    font-size: 50px;
    font-size: 2.77778rem;
  }
}

.count-down-section h2 > span {
  font-size: 30px;
  font-size: 1.66667rem;
  display: block;
  margin-bottom: 0.6em;
}

@media (max-width: 1199px) {
  .count-down-section h2 > span {
    font-size: 25px;
    font-size: 1.38889rem;
  }
}

@media (max-width: 767px) {
  .count-down-section h2 > span {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.count-down-section .count-down-clock {
  margin-top: 13px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .count-down-section .count-down-clock {
    margin-top: 35px;
  }
}

.count-down-section #clock {
  color: #5e9a8e;
  overflow: hidden;
}

.count-down-section #clock > div {
  background: rgba(255, 255, 255, 0.9);
  width: 23.5%;
  float: left;
  text-align: center;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 5px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .count-down-section #clock > div {
    width: calc(50% - 5px);
  }
}

.count-down-section #clock > div + div {
  margin-left: 2%;
}

@media (max-width: 767px) {
  .count-down-section #clock > div + div {
    margin: 0;
  }
}

.count-down-section #clock > div:nth-child(2),
.count-down-section #clock > div:nth-child(4) {
  margin: 0 0 10px 10px;
}

.count-down-section #clock .box > div {
  font-size: 40px;
  font-size: 2.22222rem;
  font-weight: 600;
  line-height: 1em;
}

@media (max-width: 1199px) {
  .count-down-section #clock .box > div {
    font-size: 35px;
    font-size: 1.94444rem;
  }
}

@media (max-width: 991px) {
  .count-down-section #clock .box > div {
    font-size: 30px;
    font-size: 1.66667rem;
    line-height: 1.3em;
  }
}

.count-down-section #clock .box span {
  font-size: 14px;
  font-size: 0.77778rem;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
#0.8	story-section
--------------------------------------------------------------*/

/* MIT HINTERGRUNDBILD OVERLAY*/

/* .story-section {
  position: relative;
  background-image: url('../images/ja-wort-geben-mit-klavier-hintergrundmusik.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.story-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.95);
  z-index: 0;
}

.story-section > .container {
  position: relative;
  z-index: 1;
} */

.story-section .story-timeline {
  position: relative;
}

.story-section .story-timeline:after {
  content: "";
  background: rgba(94, 154, 142, 0.1);
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .story-section .story-timeline:after {
    display: none;
  }
}

.story-section .story-timeline > .row {
  position: relative;
}

.story-section .story-timeline > .row .horizontal-line {
  background: rgba(94, 154, 142, 0.1);
  width: 70%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.story-section .story-timeline > .row + .row {
  margin-top: 50px;
  padding-top: 15px;
}

@media (max-width: 991px) {
  .story-section .story-timeline > .row + .row {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .story-section .story-timeline > .row {
    display: block;
  }
}

.story-section .story-timeline > .row > .col:first-child {
  padding: 0 45px 0 100px;
}

@media (max-width: 1199px) {
  .story-section .story-timeline > .row > .col:first-child {
    padding: 0 45px 0 70px;
  }
}

@media (max-width: 991px) {
  .story-section .story-timeline > .row > .col:first-child {
    padding: 0 15px;
  }
}

.story-section .story-timeline > .row > .col:last-child {
  padding: 0 100px 0 45px;
}

@media (max-width: 1199px) {
  .story-section .story-timeline > .row > .col:last-child {
    padding: 0 70px 0 45px;
  }
}

@media (max-width: 991px) {
  .story-section .story-timeline > .row > .col:last-child {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .story-section .story-timeline .story-text {
    background: rgba(94, 154, 142, 0.05);
    padding: 35px 25px;
  }
  .story-section .col,
  .getting-there-section .col {
    flex: auto;
  }
}

@media screen and (min-width: 992px) {
  .story-section .story-timeline .right-align-text {
    text-align: right;
  }
}

.story-section .story-timeline .text-holder {
  border-top: 1px solid rgba(94, 154, 142, 0.1);
  padding-top: 45px !important;
  position: relative;
}

@media (max-width: 991px) {
  .story-section .story-timeline .text-holder {
    border: 0;
    padding-top: 0 !important;
  }
}

.story-section .story-timeline .text-holder .heart {
  background-color: #9cc2bb;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  border: 2px solid rgba(94, 154, 142, 0.5);
  position: absolute;
  left: -22px;
  top: -22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}

@media (max-width: 991px) {
  .story-section .story-timeline .text-holder .heart {
    display: none;
  }
}

.story-section .story-timeline .text-holder .fa {
  color: #fff;
}

.story-section .story-timeline .right-heart .heart {
  left: auto;
  right: -22px;
}

.story-section .story-timeline h3 {
  font-size: 22px;
  font-size: 1.22222rem;
  font-weight: 600;
  color: #5e9a8e;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .story-section .story-timeline h3 {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

@media (max-width: 767px) {
  .story-section .story-timeline h3 {
    font-size: 18px;
    font-size: 1rem;
  }
}

.story-section .story-timeline .date {
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.story-section .story-timeline img {
  display: inline-block;
}

.story-section .video-holder {
  position: relative;
}

.story-section .video-holder .video-play-btn {
  background: rgba(255, 255, 255, 0.8);
  width: 60px;
  height: 60px;
  line-height: 57px;
  text-align: center;
  font-size: 25px;
  font-size: 1.38889rem;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s; /* Übergang für sanfte Änderungen */
}

.story-section .video-holder .video-play-btn i {
  color: #5e9a8e;
}

.story-section .video-holder .video-play-btn:hover {
  background: rgba(255, 255, 255, 1); /* Heller durch Erhöhung der Deckkraft */
  border: 2px solid #f5f5f5; /* Optional: Leicht dunklerer weißer Rand */
}

.story-section .story-timeline .story-slider .owl-controls {
  display: none;
}

@media (max-width: 991px) {
  .story-section .story-timeline > .row {
    display: flex;
    flex-direction: column;
  }

  .story-section .story-timeline > .row > .col {
    order: 2; /* Bildspalten kommen nach unten */
  }

  .story-section .story-timeline > .row > .col.text-holder {
    order: 1; /* Textspalten kommen zuerst */
  }
}

/* Desktop-Regeln für die story-section */
@media (min-width: 992px) {
  .story-section .story-timeline > .row {
    display: flex;
    align-items: center; /* Zentriert die Spalten vertikal relativ zueinander */
  }

  .story-section .story-timeline > .row > .col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Bleibt unverändert für die interne Ausrichtung */
  }

  /* Entferne den festen margin-top, da die Zentrierung durch align-items übernommen wird */
  .story-section .story-timeline .img-holder,
  .story-section .story-timeline .video-holder {
    display: flex;
    align-items: center; /* Stellt sicher, dass das Bild/Video innerhalb des Containers zentriert ist */
    margin-top: 0; /* Entfernt den vorherigen margin-top */
  }

  /* Stelle sicher, dass das Bild selbst keinen zusätzlichen Abstand hat */
  .story-section .story-timeline .img-holder img,
  .story-section .story-timeline .video-holder img {
    margin-top: 23px; /* Bereits vorhanden, bleibt unverändert */
  }

  /* Behalte die text-holder-Regeln bei */
  .story-section .story-timeline .text-holder {
    padding-top: 45px !important; /* Bereits vorhanden */
    margin-top: 0; /* Bereits vorhanden */
  }

  /* Behalte die h3-Position bei */
  .story-section .story-timeline h3 {
    margin-top: 0; /* Bereits vorhanden */
  }
}
/*--------------------------------------------------------------
#0.9	cta
--------------------------------------------------------------*/
.cta {
  position: relative;
  text-align: center;
}

.cta:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta h2 {
  font-family: "Great Vibes", cursive;
  font-size: 75px;
  font-size: 4.16667rem;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
}

.cta p {
  font-family: "Dosis", sans-serif;
  color: #fff;
  font-size: 17px;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .cta h2 {
    font-size: 60px;
    font-size: 3.33333rem;
  }
	.cta p {
	  font-size: 14px;
	}   
}

@media (max-width: 991px) {
  .cta h2 {
    font-size: 50px;
    font-size: 2.77778rem;
  }
	.cta p {
	  font-size: 12px;
	}     
}

@media (max-width: 767px) {
  .cta h2 {
    font-size: 40px;
    font-size: 2.22222rem;
  }
}

.cta h2 span {
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  font-size: 1.66667rem;
  display: block;
  margin-bottom: 0.6em;
}

@media (max-width: 1199px) {
  .cta h2 span {
    font-size: 25px;
    font-size: 1.38889rem;
  }
}

@media (max-width: 991px) {
  .cta h2 span {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

/*--------------------------------------------------------------
#1.0	events-section
--------------------------------------------------------------*/
.events-section .event {
  overflow: hidden;
}

.events-section .event + .event {
  margin-top: 45px;
}

@media (max-width: 991px) {
  .events-section .event + .event {
    border-top: 1px solid #ececec;
    margin-top: 35px;
    padding-top: 45px;
  }
}

.events-section .event .img-holder {
  width: 40%;
  float: left;
}

@media (max-width: 991px) {
  .events-section .event .img-holder {
    width: 100%;
    float: none;
  }
}

.events-section .event .details {
  width: 60%;
  float: left;
  padding-left: 35px;
}

@media (max-width: 991px) {
  .events-section .event .details {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 30px;
  }
}

.events-section .event .details h3 {
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 600;
  color: #3e3e3e;
  margin: 0 0 0.9em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .events-section .event .details h3 {
    font-size: 18px;
    font-size: 1rem;
  }
}

.events-section .event ul {
  margin-bottom: 15px;
}

.events-section .event ul li {
  font-size: 16px;
  font-size: 0.88889rem;
  color: #a9a9a9;
  position: relative;
  padding-left: 22px;
}

@media (max-width: 1199px) {
  .events-section .event ul li {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.events-section .event ul li i {
  color: #5e9a8e;
  position: absolute;
  left: 0;
  top: 3px;
}

.events-section .event ul > li + li {
  margin-top: 5px;
}

.events-section .event .see-location-btn {
  font-weight: 600;
  color: #5e9a8e;
  display: inline-block;
  margin-top: 5px;
}

.events-section .event .see-location-btn:hover {
  color: #4b7a71;
}

/*--------------------------------------------------------------
#1.1	inportant-people-section
--------------------------------------------------------------*/
.inportant-people-section {
  background-color: #f9f9f9;
  /*** tablist ***/
  /*** tab-content ***/
}

.inportant-people-section .tablist {
  text-align: center;
  max-height: 45px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .inportant-people-section .tablist {
    margin-bottom: 35px;
  }
}

.inportant-people-section .tablist ul {
  overflow: hidden;
  display: inline-block;
}

.inportant-people-section .tablist ul li {
  float: left;
  margin:  0 10px;
}

.inportant-people-section .tablist ul li a {
  background: rgba(94, 154, 142, 0.15);
  display: block;
  color: #3e3e3e;
  font-weight: 600;
  padding: 7px 15px;
}
.inportant-people-section .tablist .nav-pills .nav-link {
  background-color: #EAF0EE;
  color: #767878;
}
.inportant-people-section .tablist .nav-pills .nav-link.active {
  background-color: #5e9a8e;
  color: #ffffff;
}

@media (max-width: 767px) {
  .inportant-people-section .tablist ul li a {
    font-size: 14px;
    font-size: 0.77778rem;
  }
}

.inportant-people-section .tablist ul .active a {
  background-color: #5e9a8e;
  color: #fff;
}

.inportant-people-section .tab-content > div {
  overflow: hidden;
}

.inportant-people-section .tab-content .grid-wrapper {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .inportant-people-section .tab-content .grid-wrapper {
    margin: 0 -7.5px;
  }
}

.inportant-people-section .tab-content .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px 0;
}

@media (max-width: 991px) {
  .inportant-people-section .tab-content .grid {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .inportant-people-section .tab-content .grid {
    padding: 0 7.5px 0;
  }
}

@media (max-width: 550px) {
  .inportant-people-section .tab-content .grid {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(4),
  .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(5),
  .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(6) {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(3),
  .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(4),
  .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(5),
  .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(6) {
    margin-top: 30px;
  }
}

@media (max-width: 550px) {
  .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(3),
  .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(4),
  .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(5),
  .inportant-people-section .tab-content .grid-wrapper > .grid:nth-child(6) {
    margin-top: 0;
  }
  .inportant-people-section .tab-content .grid-wrapper > .grid + .grid {
    margin-top: 30px;
  }
}

.inportant-people-section .grid .img-holder {
  overflow: hidden;
}

.inportant-people-section .grid .img-holder img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  filter: grayscale(50%);
}

.inportant-people-section .grid:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
  -ms-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}

.inportant-people-section .grid .details {
  background: #fff;
  border: 1px solid #f3f2f2;
  padding: 30px 15px 25px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .inportant-people-section .grid .details {
    padding: 20px 15px 20px;
  }
}

.inportant-people-section .grid:hover .details {
  background-color: rgba(94, 154, 142, 0.05);
}

.inportant-people-section .grid .details h3 {
  font-size: 19px;
  font-size: 1.05556rem;
  font-weight: 600;
  color: #3e3e3e;
  margin: 0 0 0.3em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .inportant-people-section .grid .details h3 {
    font-size: 18px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .inportant-people-section .grid .details h3 {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

.inportant-people-section .grid .details > span {
  font-size: 16px;
  font-size: 0.88889rem;
  color: #969494;
  text-transform: capitalize;
  display: block;
}

.inportant-people-section .grid .social-links {
  display: inline-block;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .inportant-people-section .grid .social-links {
    margin-top: 10px;
  }
}

.inportant-people-section .grid .social-links > li + li {
  margin-left: 20px;
}

.inportant-people-section .grid .social-links li a {
  font-size: 14px;
  font-size: 0.77778rem;
  color: #7cafa5;
}

@media (max-width: 767px) {
  .inportant-people-section .grid .social-links li a {
    font-size: 13px;
    font-size: 0.72222rem;
  }
}

.inportant-people-section .grid .social-links li a:hover {
  background-color: transparent;
  color: #5e9a8e;
}

/*--------------------------------------------------------------
#1.2	gallery-section
--------------------------------------------------------------*/
.gallery-section {
  /*** filter ***/
}

.gallery-section .gallery-filters {
  text-align: left;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .gallery-section .gallery-filters {
    margin-bottom: 30px;
  }
}

.gallery-section .gallery-filters ul {
  overflow: hidden;
}

.gallery-section .gallery-filters ul li {
  float: left;
}

.gallery-section .gallery-filters ul > li + li {
  margin-left: 15px;
}

.gallery-section .gallery-filters ul li a {
  font-weight: bold;
  color: #3e3e3e;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .gallery-section .gallery-filters ul li a {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.gallery-section .gallery-filters ul .current {
  color: #5e9a8e;
}

.gallery-section .masonry-gallery {
  margin: 0 -7.5px;
}

@media (max-width: 991px) {
  .gallery-section .masonry-gallery {
    margin: 0 5px;
  }
}

@media (max-width: 500px) {
  .gallery-section .masonry-gallery {
    margin: 0;
  }
}

.gallery-section .masonry-gallery .grid {
  width: 33.33%;
  float: left;
  padding: 0 7.5px 15px;
}

@media (max-width: 991px) {
  .gallery-section .masonry-gallery .grid {
    padding: 0 5px 10px;
  }
}

@media (max-width: 767px) {
  .gallery-section .masonry-gallery .grid {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .gallery-section .masonry-gallery .grid {
    width: 100%;
    float: none;
    padding: 0 0 15px;
  }
}

.gallery-section .grid img {
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  filter: grayscale(60%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 767px) {
  .gallery-section .grid img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
  }
}

.gallery-section .grid:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}

.gallery-section .video-play-btn {
  position: relative;
  display: block;
}

.gallery-section .video-play-btn i {
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 20px;
  font-size: 1.11111rem;
  background: rgba(94, 154, 142, 0.9);
  border: 3px solid #5c978b;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-section .video-play-btn:hover i {
  background: #5e9a8e;
}

/*--------------------------------------------------------------
#1.3	rsvp-section
--------------------------------------------------------------*/
.rsvp-section {
  position: relative;
}

.rsvp-section:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.rsvp-section .container {
  position: relative;
  z-index: 10;
}

.rsvp-section .content p {
  color: #fff;
  margin: 0.5em 0 2em;
}

.rsvp-section .form ::-webkit-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #2a2a2a;
}

.rsvp-section .form :-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #2a2a2a;
}

.rsvp-section .form ::-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #2a2a2a;
}

.rsvp-section .form :-ms-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #2a2a2a;
}

.rsvp-section .form .col {
  margin-bottom: 25px;
}

.rsvp-section .form .submit-btn {
  margin-bottom: 0;
}

.rsvp-section .form input,
.rsvp-section .form select,
.rsvp-section .form textarea {
  background: #e6eceb;
  height: 45px;
  font-size: 16px;
  font-size: 0.88889rem;
  border: 0;
  color: #2a2a2a;
  padding: 6px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .rsvp-section .form input,
  .rsvp-section .form select,
  .rsvp-section .form textarea {
    height: 40px;
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.rsvp-section .form select {
  color: #2a2a2a;
  background: #e6eceb url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
}

.rsvp-section .form textarea {
  height: 150px;
  padding-top: 15px;
}

.rsvp-section .form .submit-btn {
  text-align: center;
}

.rsvp-section .form .submit-btn button {
  background-color: #5e9a8e;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 600;
  color: #fff;
  padding: 0 15px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .rsvp-section .form .submit-btn button {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.rsvp-section .form .submit-btn button:hover {
  background-color: #4b7a71;
}

.rsvp-section .form .success-error-message {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#1.4	getting-there-section
--------------------------------------------------------------*/
.getting-there-section {
  background-color: #5e9a8e;
}

.getting-there-section .content h3,
.getting-there-section .content p {
  color: #fff;
}
.getting-there-section .content p {
  font-size: 16px !important;
}
@media (max-width: 1199px) {
  .getting-there-section .content p {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

@media (max-width: 767px) {
  .getting-there-section .content p {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.getting-there-section .content .col p:last-child {
  margin-bottom: 0;
}

.getting-there-section .content h3 {
  font-size: 25px;
  font-size: 1.38889rem;
  font-weight: 600;
  margin: 0 0 0.8em;
}

@media (max-width: 1199px) {
  .getting-there-section .content h3 {
    font-size: 22px;
    font-size: 1.22222rem;
  }
}

@media (max-width: 767px) {
  .getting-there-section .content h3 {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

@media screen and (min-width: 992px) {
  .getting-there-section .content > .col:first-child {
    padding-right: 75px;
    text-align: right;
    border-right: 1px solid #548a7f;
  }
}

@media (max-width: 991px) {
  .getting-there-section .content > .col:first-child {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #548a7f;
  }
}

@media screen and (min-width: 992px) {
  .getting-there-section .content > .col:last-child {
    padding-left: 75px;
  }
}

/*--------------------------------------------------------------
#1.5	gift-registration-section
--------------------------------------------------------------*/
.gift-registration-section {
  text-align: center;
}

.gift-registration-section .gif-registration-slider {
  margin-top: 55px;
}

@media (max-width: 767px) {
  .gift-registration-section .gif-registration-slider {
    margin-top: 45px;
  }
}

.gift-registration-section .gif-registration-slider .register {
  border: 1px solid #111;
  padding: 20px;
}

.gift-registration-section .gif-registration-slider .register img {
  width: auto;
  max-width: 100%;
}

/*------------------------------------------------------
===== Blog Page =====
------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1    blog-main
--------------------------------------------------------------*/
.blog-main {
  background-color: #fff;
}

.blog-main .post {
  margin-bottom: 70px;
}

.blog-main .entry-date-media {
  position: relative;
}

.blog-main .entry-date {
  background-color: rgba(94, 154, 142, 0.5);
  width: 60px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.blog-main .entry-date span {
  background-color: #5e9a8e;
  font-size: 12px;
  font-size: 0.66667rem;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

.blog-main .entry-formet {
  padding: 12px 0;
  border-bottom: 1px solid #efebeb;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .blog-main .entry-formet {
    padding: 10px 0;
  }
}

.blog-main .entry-meta a:hover {
  text-decoration: none;
}

.blog-main .entry-meta > div {
  display: inline-block;
  margin-right: 15px;
}

.blog-main .entry-meta a {
  font-size: 16px;
  font-size: 0.88889rem;
  color: #8a8a8a;
}

@media (max-width: 767px) {
  .blog-main .entry-meta a {
    font-size: 14px;
    font-size: 0.77778rem;
  }
}

.blog-main .entry-meta i {
  font-size: 16px;
  font-size: 0.88889rem;
  color: #5e9a8e;
}

@media (max-width: 767px) {
  .blog-main .entry-meta i {
    font-size: 14px;
    font-size: 0.77778rem;
  }
}

.blog-main .entry-title h3 {
  margin: 0 0 0.8em;
}

.blog-main .entry-title h3 a {
  font-size: 22px;
  font-size: 1.22222rem;
  font-weight: 600;
  color: #383838;
  line-height: 1.3em;
}

@media (max-width: 991px) {
  .blog-main .entry-title h3 a {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

@media (max-width: 767px) {
  .blog-main .entry-title h3 a {
    font-size: 18px;
    font-size: 1rem;
  }
}

.blog-main .entry-title a:hover {
  color: #5e9a8e;
  text-decoration: none;
}

.blog-main .entry-content p {
  margin-bottom: 1.5em;
}

.blog-main .read-more {
  background-color: #7cafa5;
  font-size: 16px;
  font-size: 0.88889rem;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.blog-main .entry-content .read-more:hover {
  text-decoration: none;
  background-color: #4b7a71;
}

.blog-main .media-carousel {
  position: relative;
}

.blog-main .media-carousel .owl-controls {
  margin: 0;
}

.blog-main .media-carousel .owl-controls .owl-prev,
.blog-main .media-carousel .owl-controls .owl-next {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  margin: 0;
  padding: 7px 10px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-main .media-carousel .owl-controls .owl-prev {
  left: 0;
}

.blog-main .media-carousel .owl-controls .owl-next {
  right: 0;
}

/*--------------------------------------------------------------
	#Blog details page
----------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.0 	blog-details-post
----------------------------------------------------------------*/
.blog-details-content {
  /*** tag social share ***/
  /*** comments area ***/
  /*** comments respond ***/
}

.blog-details-content .entry-content p {
  margin-bottom: 30px;
}

.blog-details-content .entry-content blockquote {
  background-color: #f1f1f1;
  font-style: italic;
  padding: 25px;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .blog-details-content .entry-content blockquote {
    font-size: 16px;
    font-style: 0.88889rem;
  }
}

@media (max-width: 767px) {
  .blog-details-content .entry-content blockquote {
    padding: 20px;
  }
}

.blog-details-content .entry-content blockquote p {
  margin-bottom: 0;
  line-height: 1.9em;
}

.blog-details-content .entry-content blockquote > p + p {
  margin-top: 25px;
}

.blog-details-content .tag-social-share {
  border-top: 1px solid #efefef;
  padding: 25px 0;
  overflow: hidden;
}

.blog-details-content .tag-social-share > div {
  display: inline-block;
}

@media (max-width: 767px) {
  .blog-details-content .tag-social-share > div {
    display: block;
  }
}

.blog-details-content .tag-social-share .social-share {
  float: right;
}

@media (max-width: 767px) {
  .blog-details-content .tag-social-share .social-share {
    float: none;
  }
}

.blog-details-content .tag-social-share .tag a {
  font-size: 13px;
  font-size: 0.72222rem;
  color: #767878;
  border: 1px solid #e4e4e4;
  padding: 5px 7px;
  display: inline-block;
  margin: 0 5px 0 0;
}

.blog-details-content .tag-social-share .tag a:hover {
  background-color: #5e9a8e;
  border-color: #5e9a8e;
  color: #fff;
}

.blog-details-content .tag-social-share .social-share {
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-details-content .tag-social-share .social-share {
    margin-top: 15px;
  }
}

.blog-details-content .tag-social-share .social-share > span {
  font-weight: bold;
  position: relative;
  top: 6px;
  margin-right: 15px;
  display: inline-block;
  float: left;
}

.blog-details-content .tag-social-share .social-share .social-links {
  display: inline-block;
  float: left;
}

.blog-details-content .tag-social-share .social-share .social-links li {
  margin-right: 7px;
}

.blog-details-content .tag-social-share .social-share .social-links li:last-child {
  margin-right: 0;
}

.blog-details-content .tag-social-share .social-share .social-links a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-size: 0.77778rem;
  color: #d2d2d2;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-details-content .tag-social-share .social-share .social-links a:hover {
  background-color: #5e9a8e;
  border-color: #5e9a8e;
  color: #fff;
}

.blog-details-content .comments-area {
  margin-top: 65px;
}

@media (max-width: 767px) {
  .blog-details-content .comments-area {
    margin-top: 35px;
  }
}

.blog-details-content .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.22222rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 35px;
}

@media (max-width: 767px) {
  .blog-details-content .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.11111rem;
    margin: 0 0 25px;
  }
}

.blog-details-content .comments-area .comment-list {
  padding-left: 0;
}

.blog-details-content .comments-area .comment-list ol {
  padding-left: 25px;
}

@media (max-width: 767px) {
  .blog-details-content .comments-area .comment-list ol {
    padding-left: 15px;
  }
}

.blog-details-content .comments-area ol {
  list-style-type: none;
}

.blog-details-content .comments-area ol article {
  background-color: #fbfbfb;
  border: 1px solid #f3f3f3;
  padding: 30px 35px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .blog-details-content .comments-area ol article {
    padding: 25px 30px;
  }
}

@media (max-width: 767px) {
  .blog-details-content .comments-area ol article {
    padding: 20px;
  }
}

.blog-details-content .comments-area .comment-author-metadata {
  min-height: 80px;
  position: relative;
  padding: 15px 0 0 90px;
}

@media (max-width: 767px) {
  .blog-details-content .comments-area .comment-author-metadata {
    padding: 0;
  }
}

.blog-details-content .comments-area .comment-author-metadata h4 {
  font-weight: 600;
  margin: 0 0 5px;
}

@media (max-width: 991px) {
  .blog-details-content .comments-area .comment-author-metadata h4 {
    font-size: 14px;
    font-style: 0.77778rem;
  }
}

@media (max-width: 767px) {
  .blog-details-content .comments-area .comment-author-metadata h4 {
    margin: 15px 0 5px;
  }
}

.blog-details-content .comments-area .comment-author-metadata h4 a {
  color: #6e6e6e;
}

.blog-details-content .comments-area .comment-author-metadata .comment-metadata a {
  font-size: 14px;
  font-size: 0.77778rem;
  font-style: italic;
  color: #808080;
}

.blog-details-content .comments-area .comment-author-metadata .avatar {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .blog-details-content .comments-area .comment-author-metadata .avatar {
    position: static;
  }
}

.blog-details-content .comments-area .comment-content {
  margin: 15px 0;
}

@media (max-width: 991px) {
  .blog-details-content .comments-area .comment-content {
    margin: 10px 0 15px;
  }
}

@media (max-width: 767px) {
  .blog-details-content .comments-area .comment-content {
    margin: 15px 0;
  }
}

.blog-details-content .comments-area .review a {
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 600;
  color: #5e9a8e;
}

.blog-details-content .comments-area .review a:hover {
  color: #375b54;
}

.blog-details-content .comment-respond {
  margin-top: 75px;
}

.blog-details-content .comment-respond > h3 {
  font-size: 22px;
  font-size: 1.22222rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 35px;
}

@media (max-width: 767px) {
  .blog-details-content .comment-respond > h3 {
    font-size: 18px;
    font-size: 1rem;
    margin: 0 0 25px;
  }
}

.blog-details-content .comment-respond .comment-form > .col {
  margin-bottom: 15px;
}

.blog-details-content .comment-respond .comment-form input,
.blog-details-content .comment-respond .comment-form textarea {
  background-color: #f9f9f9;
  font-size: 16px;
  font-size: 0.88889rem;
  border-color: #f1f1f1;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 15px;
}

@media (max-width: 767px) {
  .blog-details-content .comment-respond .comment-form input,
  .blog-details-content .comment-respond .comment-form textarea {
    height: 40px;
  }
}

.blog-details-content .comment-respond .comment-form input:focus,
.blog-details-content .comment-respond .comment-form textarea:focus {
  border-color: #ccc;
}

.blog-details-content .comment-respond .comment-form textarea {
  height: 180px;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .blog-details-content .comment-respond .comment-form textarea {
    height: 140px;
  }
}

.blog-details-content .comment-respond .comment-form .submit-btn {
  margin-bottom: 0;
}

.blog-details-content .comment-respond .comment-form .submit-btn button {
  border-radius: 0;
}

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

/* Back-to-Top Button */
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#backToTop.visible {
  opacity: 1;
  pointer-events: auto;
}

.progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

circle {
  fill: none;
  stroke-width: 4;
}

.progress {
  stroke: #65958C;
  stroke-width: 4; 
}

/* Outline für Fortschrittskreis */
.outline {
  stroke: #fff;
  stroke-width: 4;
  fill: none;
}

/* Weißer Kreis innen */
.bg {
  stroke: #BCBCBC;
  stroke-width: 6;
  fill: none;
  vector-effect: non-scaling-stroke;
}

/* Chevron SVG */
.chevron {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}

.chevron-outline {
  fill: #BCBCBC; /* Farbe der Umrandung */
  stroke: none;
}

.chevron-inner {
  fill: #65958C; /* Farbe des inneren Dreiecks */
  stroke: none;
  transition: fill 0.4s ease; /* Übergang für Hover-Effekt */
}

#backToTop:hover .chevron-inner {
  fill: #fff; /* Farbe des inneren Dreiecks bei Hover */
}

/* Flexbox für Info-Container */
/* Basis-Layout für die Section */
.wedding-couple-section .gb {
    overflow: hidden;
    background-color: #EFF5F3;
    display: flex; /* Flexbox für Spiegelung und Höhenangleichung */
    align-items: stretch; /* Gleiche Höhe für .details und .img-holder */
    justify-content: space-between; /* Gleichmäßige Verteilung */
    gap: 15px; /* Konsistenter Abstand zwischen Text und Bild */
    margin-bottom: 0; /* Kein vertikaler Abstand zwischen .gb.groom und .gb.bride */
}

/* Reihenfolge für .gb.groom (Bild links, Text rechts) */
.gb.groom {
    flex-direction: row; /* Bild links, Text rechts */
}

/* Reihenfolge für .gb.bride (Text links, Bild rechts) */
.gb.bride {
    flex-direction: row-reverse; /* Spiegelt: Text links, Bild rechts */
    text-align: right; /* Textausrichtung für .gb.bride */
}

/* Text- und Bildbereich */
.wedding-couple-section .gb > div {
    flex: 0 0 50%; /* Genau 50% Breite, wie col-6 */
    box-sizing: border-box;
}

/* Bild füllt den Container */
.wedding-couple-section .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Skaliert das Bild proportional */
}

/* WOW-Animationen: Bilder initial unsichtbar */
.wedding-couple-section .img-holder.wow img {
    opacity: 0; /* Initial unsichtbar für WOW.js */
    visibility: hidden;
}

/* Nach Animation sichtbar */
.wedding-couple-section .img-holder.wow.animated img {
    opacity: 1;
    visibility: visible;
}

/* Unterschrift-Bild in .gb.groom */
.wedding-couple-section .details .signature img {
    width: 226px;
    height: auto;
    display: block;
    margin: 15px 0;
	max-width: none !important; /* Verhindert Einfluss von globalen max-width-Regeln */
}

/* Details-Inner vertikal zentriert */
.wedding-couple-section .details > .details-inner {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertikale Zentrierung */
    height: 100%; /* Füllt die Höhe des Containers */
}

/* Bestehende Stile aus deinem CSS */
.wedding-couple-section .details h3 {
    font-size: 26px;
    font-weight: 600;
    color: #3d3d3d;
    margin: 0 0 0.7em;
    text-transform: uppercase;
}

.wedding-couple-section .details .signature {
    font-family: "Great Vibes", cursive;
    font-size: 28px;
    display: block;
    padding-left: 25px;
    margin-top: 15px;
    position: relative;
}

.wedding-couple-section .details .signature:before {
    content: "";
    background-color: #000;
    width: 15px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wedding-couple-section .bride .signature {
    font-family: "Great Vibes", cursive;
    font-size: 28px;
    display: block;
    padding-right: 25px;
    margin-top: 30px;
    position: relative;
}

.wedding-couple-section .bride .signature:before {
    content: "";
    background-color: #000;
    width: 15px;
    height: 1px;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}
/* Linksbündig für Bildschirme unter 992px */
@media (max-width: 991px) {
	.wedding-couple-section .bride .signature:before {
		left: 0;
		right: 0;
		margin-right: 20px;
	}
}

.wedding-couple-section .details .social-links {
    margin-top: 20px;
    display: inline-block; /* Für .gb.bride */
}

.wedding-couple-section .details .social-links > li + li {
    margin-left: 3px;
}

.wedding-couple-section .details .social-links a {
    background-color: #7cafa5;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
}

.wedding-couple-section .details .social-links a:hover {
    background-color: #5e9a8e;
}

/* Rechtsbündige Social-Links für den Bride-Block */
.wedding-couple-section .gb.bride .social-links {
    display: flex;
    justify-content: flex-end;
}

/* Linksbündig für Bildschirme unter 992px */
@media (max-width: 991px) {
    .wedding-couple-section .gb.bride .social-links {
        justify-content: flex-start;
    }
}

/* Responsive Anpassungen */
@media (max-width: 991px) {
    .wedding-couple-section .gb {
        flex-direction: column; /* Stapelt Elemente untereinander */
        gap: 10px;
    }

    .wedding-couple-section .gb > div {
        flex: none;
        width: 100%; /* Volle Breite */
    }

    .wedding-couple-section .img-holder img {
        height: auto; /* Bildhöhe passt sich an */
        max-width: 100%;
    }

    .wedding-couple-section .details {
        padding: 40px 45px;
    }

    .wedding-couple-section .bride {
        margin-top: 25px; /* Abstand zwischen Abschnitten */
        text-align: left; /* Rücksetzung der Textausrichtung */
    }

    .wedding-couple-section .details .signature img {
        width: 226px; /* Kleinere Unterschrift für Mobilgeräte */
    }
}

@media (max-width: 767px) {
    .wedding-couple-section .details {
        padding: 40px 25px;
    }

    .wedding-couple-section .details h3 {
        font-size: 20px;
    }

    .wedding-couple-section .details .signature {
        font-size: 22px;
    }

    .wedding-couple-section .details .social-links a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
    }
    .wedding-couple-section .details .signature img {
        width: 178px; /* Kleinere Unterschrift für Mobilgeräte */
    }	
}

/* Bootstrap Grid Anpassungen */
.wedding-couple-section .row {
    margin-left: -15px;
    margin-right: -15px;
}

.wedding-couple-section .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
}


/* NEU ChatGPT-FOOTER */
.custom-footer {
  background-color: #5e9a8e;
  color: #fff;
  padding: 60px 0 0; /* unten kein Padding mehr */
}

/* Hover-Effekt für alle Footer-Links */
.custom-footer a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
}

.custom-footer a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.custom-footer a:hover::after {
  transform: scaleX(1);
}

/* Hover-Effekt NUR für normale Footer-Links, NICHT Social-Links */
.custom-footer a:not(.social-link) {
  position: relative;
  text-decoration: none;
}

.custom-footer a:not(.social-link)::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.custom-footer a:not(.social-link):hover::after {
  transform: scaleX(1);
}

/* Social-Links unverändert */
.custom-footer .social-links a {
  position: static;   /* kein ::after Effekt */
}
.custom-footer .social-links a::after {
  display: none !important;
}

.custom-footer h2 {
  color: #fff;
  margin-left: 8px;
  margin-top: -16px;
  margin-bottom: 6px;
  font-family: "Great Vibes", cursive;
  font-size: 46px;
  font-size: 2.55556rem;
}

/* überschreibt die alte Text-Formatierung */
.footer-logo {
  text-align: left;
}

/* Bild selbst */
.footer-logo-img {
  display: block;
  height: 39px;
  width: auto;
  margin-left: -8px;
  margin-top: 11px;
  margin-bottom: 10px;
}

.custom-footer h5 {
  color: #fff;
  margin-bottom: 20px;
}

.custom-footer p {
  color: #e6e6e6;
  font-size: 0.95rem;
  margin-bottom: 26px;
}

.custom-footer ul {
  list-style: none;
  padding: 0;
}

.custom-footer ul li {
  margin-bottom: 10px;
}

.custom-footer ul li a {
  color: #fff;
  transition: color 0.3s ease;
}

.custom-footer ul li a:hover {
  color: #d9f0ea;
}

.custom-footer .social-links {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.custom-footer .social-links a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  transition: background 0.3s ease, color 0.3s ease;
}

.custom-footer .social-links a:hover {
  background: #fff;
  color: #5e9a8e;
}

.custom-footer .footer-contact {
  padding-bottom: 10px;
}

.custom-footer .footer-contact i {
  margin-right: 8px;
  color: #fff;
  width: 20px; /* Feste Breite für Icons */
  display: inline-block;
  text-align: center;
}

.custom-footer .footer-contact .contact-text {
  display: inline-block;
  vertical-align: top; /* Stellt sicher, dass der Text oben ausgerichtet ist */
  max-width: calc(100% - 28px); /* Berücksichtigt Icon-Breite (20px) + margin-right (8px) */
}

/* -------------------------------
   Schnelle Links + Rechtliches (mit FA-Pfeil wie footer-contact)
   ------------------------------- */
.custom-footer .footer-links ul li,
.custom-footer .footer-legal ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Standard: linksbündig */
}

.custom-footer .footer-links ul li a,
.custom-footer .footer-legal ul li a {
  color: #fff;
  font-weight: bold; /* Text bleibt fett */
  display: flex;
  align-items: center;
  gap: 8px; /* Abstand zwischen Icon und Text */
  text-decoration: none;
}

.custom-footer .footer-links ul li a::before,
.custom-footer .footer-legal ul li a::before {
  content: "\f178"; /* fa-angle-right */
  font-family: "Font Awesome 5 Free"; /* oder 6 */
  font-weight: 600; /* solid, sonst fehlt das Glyph */
  display: inline-block;
  width: 20px;
  text-align: center;
  line-height: 1;
  font-size: 0.75em; /* Icon etwas kleiner als der Text */
  transform: translateY(1px); /* Icon 1px tiefer */
}

/* Unterstreichung nur für Footer-Links in "Schnelle Links" + "Rechtliches" */
.custom-footer .footer-links ul li a::after,
.custom-footer .footer-legal ul li a::after {
  content: '';
  position: absolute;
  left: 2px; /* Icon 20px + gap 8px */
  bottom: 1px;
  width: calc(100% - 2px); /* gesamte Breite abzüglich Icon+Abstand */
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.custom-footer .footer-links ul li a:hover::after,
.custom-footer .footer-legal ul li a:hover::after {
  transform: scaleX(1);
}

.custom-footer .footer-links ul li a:hover,
.custom-footer .footer-legal ul li a:hover {
  color: #d9f0ea;
}

@media (max-width: 1199px) {
  .custom-footer .footer-links ul li a,
  .custom-footer .footer-legal ul li a {
    gap: 6px; /* Icon ↔ Text nur 6px */
  }
	.custom-footer .footer-links ul li a::after,
	.custom-footer .footer-legal ul li a::after {
	  bottom: 0px;
	}
  
} 

@media (max-width: 991px) {
  .custom-footer .footer-links ul li a,
  .custom-footer .footer-legal ul li a {
    gap: 5px; /* Icon ↔ Text nur 6px */
  }
  .custom-footer .footer-links ul li a::after,
  .custom-footer .footer-legal ul li a::after {
    left: 3px; /* Icon 20px + gap 8px */
	width: calc(100% - 3px); /* gesamte Breite abzüglich Icon+Abstand */
  }  
}

@media (max-width: 767px) {
  .custom-footer .footer-links ul li,
  .custom-footer .footer-legal ul li {
    justify-content: center;
  }
}


/* Responsiveness */
@media (max-width: 991px) {
  .custom-footer .footer-about,
  .custom-footer .footer-links,
  .custom-footer .footer-legal,
  .custom-footer .footer-contact {
    margin-bottom: 30px; /* Abstand unterhalb des Spalteninhalts */
  }

  /* letzte Spalte braucht keinen extra Abstand */
  .custom-footer .footer-contact {
    margin-bottom: 0;
  }
}

/* Footer Bottom */
.custom-footer .footer-bottom {
  background-color: #4a7a70; /* dunkleres Grün */
  margin-top: 25px;
  padding: 15px 0;
  text-align: center;
}

.custom-footer .footer-bottom p {
  margin: 0;
  font-size: 0.9rem;
  color: #e6e6e6;
}

.custom-footer .footer-bottom a {
  color: #fff;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}

.responsive-address-img {
    width: 100%; /* Standardgröße: Bild nimmt die volle Breite des Containers ein */
    max-width: 159px; /* Maximale Breite für große Bildschirme */
    height: auto; /* Höhe passt sich proportional an */
    display: block; /* Verhindert unerwünschte Abstände */
    margin-left: 0; /* Bild linksbündig ausrichten */
}

@media (max-width: 767px) {
  .custom-footer {
    text-align: center;
  }

  .custom-footer .footer-logo,
  .custom-footer .footer-about,
  .custom-footer .footer-links,
  .custom-footer .footer-legal,
  .custom-footer .footer-contact {
    text-align: center;
  }

  .custom-footer .footer-logo-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .custom-footer .social-links {
    justify-content: center;
  }

  .custom-footer .footer-contact .contact-text {
    display: block;
    max-width: 100%;
  }
}


/* NEUE LIGHTBOX */
.lightbox {
  display: none; /* Initial ausgeblendet */
  position: fixed;
  z-index: 1000000; /* Höher als Sticky-Header (9999) und mobiles Menü (99999999) */
  top: 0; /* Voller Viewport */
  left: 0;
  width: 100%;
  height: 100%; /* Volle Höhe */
  background: rgba(0, 0, 0, 0.8);
  display: flex; /* Flexbox für Zentrierung */
  align-items: center; /* Vertikale Zentrierung */
  justify-content: center; /* Horizontale Zentrierung */
}

/* Container für Video */
.lightbox .lightbox-container {
  position: relative;
  width: 75%;
  max-width: 2560px; /* 2K-Auflösung */
  aspect-ratio: 16 / 9; /* 16:9 für Video */
  background: #000; /* Fallback für Video-Ladezeit */
}

/* Entferne unnötige Row/Column-Struktur */
.lightbox .lightbox-container .row,
.lightbox .lightbox-container .lightbox-column {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Video-Iframe */
.lightbox .lightbox-video {
  width: 100%;
  height: 100%;
}

.lightbox .lightbox-video iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Mobile: 95% Breite */
@media (max-width: 1199px) {
  .lightbox .lightbox-container {
    width: 90%;
  }
}

/* Mobile: 95% Breite */
@media (max-width: 991px) {
  .lightbox .lightbox-container {
    width: 95%;
  }
}

/* Schließen-Button */
.lightbox .lightbox-close {
  position: fixed; /* Fixed, um über allem zu bleiben */
  top: 30px; /* Symmetrisch zu bottom: 30px des Back-to-Top-Buttons */
  right: 30px; /* Gleich wie Back-to-Top-Button */
  width: 40px;
  height: 40px;
  background: rgba(128, 128, 128, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 1000001; /* Höher als Lightbox */
  transition: background 0.3s ease;
}

.lightbox .lightbox-close:hover {
  background: rgba(128, 128, 128, 0.9);
}

/* Modernes Kreuz mit CSS */
.lightbox .lightbox-close::before,
.lightbox .lightbox-close::after {
  content: '';
  position: absolute;
  width: 15px; /* Länge der Linien */
  height: 2px; /* Dicke der Linien */
  background: #fff; /* Weiße Farbe, wie der aktuelle Text */
  transform-origin: center;
}

.lightbox .lightbox-close::before {
  transform: rotate(45deg); /* Diagonale Linie (↗) */
}

.lightbox .lightbox-close::after {
  transform: rotate(-45deg); /* Diagonale Linie (↘) */
}

/*--------------------------------------------------------------
#NEU	Kontakt-Section
--------------------------------------------------------------*/
.kontakt-section {
  position: relative;
  background-image: url('../images/...jpg'); /* Pfad zum Bild */
  background-size: cover;   /* Bild skaliert, behält Seitenverhältnis */
  background-position: center center; /* zentriert */
  background-repeat: no-repeat;
}

.kontakt-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.95); /* halbtransparenter Weiß-Overlay */
  z-index: 0; /* liegt unter dem Inhalt */
}

.kontakt-section > .container {
  position: relative;
  z-index: 1; /* stellt sicher, dass dein Text über dem Overlay sichtbar bleibt */
}


.kontakt-section .content p {
  color: #767878;
  margin: 0.5em 0 2em;
}

.kontakt-section .content h3 {
  color: #6e6e6e;
}

.kontakt-section .content p,
.kontakt-section .content h6 {
  color: #767878;
}

.kontakt-section .form ::-webkit-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #4D4D4D;
}

.kontakt-section .form :-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #4D4D4D;
}

.kontakt-section .form ::-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #4D4D4D;
}

.kontakt-section .form :-ms-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #4D4D4D;
}

.kontakt-section .form .col {
  margin-bottom: 25px;
}

.kontakt-section .form .submit-btn {
  margin-bottom: 0px;
}

.kontakt-section .form input,
.kontakt-section .form select,
.kontakt-section .form textarea {
  background: #fff;
  height: 45px;
  font-size: 16px;
  font-size: 0.88889rem;
  border: 1;
  border-color: #BFBFBF;
  color: #2a2a2a;
  padding: 6px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 0px;
}

@media (max-width: 991px) {
  .kontakt-section .form input,
  .kontakt-section .form select,
  .kontakt-section .form textarea {
    height: 40px;
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.kontakt-section .form select {
  color: #2a2a2a;
  background: #e6eceb url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
}

.kontakt-section .form textarea {
  height: 150px;
  padding-top: 15px;
}

.kontakt-section .form .submit-btn {
  text-align: center;
}

.kontakt-section .form .submit-btn button {
  background-color: #5e9a8e;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  min-width: 140px;
}

@media (max-width: 991px) {
  .kontakt-section .form .submit-btn button {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.kontakt-section .form .submit-btn button:hover {
  background-color: #4b7a71;
}

.kontakt-section .form .success-error-message {
  margin-bottom: 0;
}

/*** validate kontakt form ***/
.validate-kontakt-form .success-error-message {
  margin: 15px 0 0;
}

.validate-kontakt-form label.error {
  color: red;
  margin: 5px 0 0 0;
}

.validate-kontakt-form #loader {
  display: none;
}

.validate-kontakt-form #loader i {
  font-size: 20px;
  color: #6e6e6e;
}

.validate-kontakt-form #success,
.validate-kontakt-form #error {
  width: 100%;
  color: #6e6e6e;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .validate-kontakt-form #success,
  .validate-kontakt-form #error {
    font-size: 15px;
  }
}

.validate-kontakt-form #success {
  background-color: green;
  margin-bottom: 5px;
}

.validate-kontakt-form #error {
  background-color: red;
}

/* Karten-Stil für Kontaktinfo + Formular */

.kontakt-section .row.content {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .kontakt-section .row.content {
    flex-wrap: wrap;
	margin-left: 0px;
    margin-right: 0px;
  }
}

.kontakt-section .card-style {
  background: #EFF5F3;
  padding: 30px;
  border-radius: 0px;
  box-sizing: border-box; /* Stellt sicher, dass Padding in der Breite enthalten ist */
}

/* Info-Blöcke */
.kontakt-section .kontakt-info .info-block {
  margin-bottom: 25px;
  border-left: 3px solid #5e9a8e;
  padding-left: 15px;
}

/* Einheitliche Ausrichtung der Icons in den Kontaktinfos */
.kontakt-section .kontakt-info h5 {
  display: flex;
  align-items: center;
  color: #5e9a8e;
}

.kontakt-section .kontakt-info h5 i {
  width: 24px;        /* feste Breite für alle Icons */
  text-align: center; /* zentriert das Icon innerhalb der Box */
  margin-right: 8px;  /* Abstand zum Text */
}

/* Animierte Unterstreichung im Kontaktbereich wie im Footer */
.kontakt-section .kontakt-info a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #5e9a8e; /* Ausgangsfarbe */
  transition: color 0.3s ease-in-out; /* sanfter Übergang */
}

.kontakt-section .kontakt-info a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px; /* etwas Abstand unter der Schrift */
  width: 100%;
  height: 1px;
  background-color: #5e9a8e; /* Unterstreichungsfarbe */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.kontakt-section .kontakt-info a:hover {
  color: #4b7a71; /* neue Textfarbe bei Hover */
}

.kontakt-section .kontakt-info a:hover::after {
  transform: scaleX(1);
  background-color: #4b7a71; /* Linie passt sich auch der Hoverfarbe an */
}

.map-container {
  position: relative;
  padding-bottom: 33.3%;
  height: 0;
  overflow: hidden;
  border: 1px solid;
  border-color: #BFBFBF;  
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
	.map-container {
	  padding-bottom: 56.25%;
	}
}

@media (max-width: 500px) {
	.map-container {
	  padding-bottom: 75%;
	}
}