/*Inhalte & Elemente*/

/*ROT: d02d30
Orange Dunkel: E56538
Fast Orange Hell: EB9C3E
yellow: f9e6a2
*/

html{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
margin: 0px;
padding: 0px;
height: 100%;
background-color: #d7b997;
font-family: 'Everson Mono Latin 6';
font-weight: lighter;
font-size: smaller;
color: #d7b997;
}

@media screen and (min-width: 510px) {
  .desktopNoShow {
    display: none;
  }
}

@media screen and (max-width: 630px) {
  #body {
      padding: 0px;
      margin: 0px 0px 5px 0px;
  }
}

strong{
  font-weight: bold;
}

.smaller {
  font-size: medium !important;
}

.bigger{
  font-size: x-large !important;
}



a:link{
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:visited{
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:hover{
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:active{
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

video {
  height: 50%;
}


#container{
  width: inherit;
  max-width: 1600px;
  margin: 0 auto 0 auto;

}

#kopfleiste{
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: inherit;
  text-align: center;
  align-items: center;
  
  position: fixed;
  top: -25px;
  z-index: 100;
}

#menu{
  display: block;
  margin-top: -25px;
  padding: 5px 20px 5px 20px;
  width: inherit;

  text-align: center;
  background-color: #d7b997;
  color: #53662C;

}

.flexcontainer{
  
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;

}


#Uhrzeit{
  font-size: 150%;
  font-weight: lighter;
  padding: 15px 10px 10px 10px;
  height: auto;
  width: inherit;

  background-color: #53662C;
}

@media screen and (max-width:400px) {
  #Uhrzeit{
    font-size: 21px;
  }
}

.announcement {
  position: fixed;
  top: 100px;

  padding: 5px 0px 5px 0px;

  width: 100%;
  max-width: 1600px;
  height: auto;
  min-height: 30px;
  background: #53662C;
  z-index: 100;


  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.5s linear;
}

@media screen and (max-width: 720px) {
  .announcement {
     display: none;
  }
}

.announcement a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: none;

  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  word-spacing: -0.2em;
  font-size: 19px;
  line-height: 25px;
}

.announcement .announcement-close {
  position: absolute;
  align-content: center;
  right: 18px;

  font-size: 1.5em;
  cursor: pointer;
}


#footer{
  background-color: #53662C;
  width: 100%;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: inherit;
}



#Fusslinks, #Fussmitte, #Fussrechts {
  position: relative;
  display: flex;
  float: left;
  width: 250px;
  height: 35px;
  border-radius: 3px;
  background: #d7b997;
  box-shadow: 1px 2px 80px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;

  text-align: center;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 820px) {
  #Fusslinks, #Fussmitte, #Fussrechts  {
    width: 210px;
  }
}

@media screen and (max-width: 730px) {
  #footer  {
    display: flex;
    flex-direction: column;
    float: unset;
    height: fit-content;
  }
}

@media screen and (max-width: 730px) {
  #Fusslinks, #Fussmitte, #Fussrechts  {
    width: 100%;
    margin: 10px;
    background-color: unset;
    box-shadow: unset;
      margin: -1;

  }
}

@media screen and (max-width: 730px) {
  #Fusslinks h1, #Fussmitte h1, #Fussrechts h1  {
    color: #d7b997;
    font-size: 16px;
  }
}

/*Unterseiten (Ablauf / Location)*/------------------------------------------

aside {
  width: 25%;
  float: left;
  min-height: 517px;
  position: relative;
  top: 105px;
}

@media screen and (max-width: 720px) {
  aside {
     display: none;
  }
}

section {
  width: 100%;
  padding: 0 2% 2% 2%;
  position: relative;
  top: 105px;
}




.Sektion-Titel{
  font-size: x-large;
  text-align: center;
}

section.Home {
  z-index: 1;
}



.Home-Titel{
  font-size: x-large;
  text-align: center;
}

.Sektion-Fragen{
  font-size: x-large;
  text-align: center;
}

@media screen and (max-width: 520px) {
  .Sektion-Titel {
     display: none;
   }
 }

 .Sektion-Titel.Anreise1 {
  display: inherit;
}

@media screen and (max-width: 720px) {
  section {
    padding: 1%;
  }
}

@media screen and (max-width: 520px) {
  section, .Sektion-Titel {
    top: 115px;
    font-size: medium;
  }
}

@media screen and (max-width: 370px) {
  section {
    top: 145px;
  }
}

@media screen and (max-width: 900px) {
  section.Home {
    top: 30px;
  }
}

@media screen and (max-width: 520px) {
  section.Anreise {
    top: auto;
  }
}

@media screen and (max-width: 370px) {
  section.Anreise {
    top: auto;
  }
}


@media screen and (max-width: 900px) {
  section.Anreise {
    top: 30px;
  }
}

@media screen and (max-width: 900px) {
  footer.Home {
    position: relative;
    top: -50px;
  }
}

@media screen and (max-width: 900px) {
  footer.gesche {
    position: relative;
    top: 60px;
  }
}

@media screen and (max-width: 720px) {
  section.Home, .Home-Titel {
    top: 5px;
    font-size: medium;
  }
}

@media screen and (max-width: 500px) {
  section.Home {
    top: -10px;
  }
}

@media screen and (max-width: 720px) {
  footer.Home {
    position: relative;
    top: -80px;
  }
}

@media screen and (max-width: 370px) {
  footer.Home {
    position: relative;
    top: -130px;
  }
}

section header{
  width: 100%;
  margin: 25px 0px 0px 0px;

  text-align: center;
}

section header h1{
  font-weight: lighter;
}

section article {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #f7f1dc;
  box-shadow: none;
  margin: 25px 0px 0px 0px;
  padding: 50px;
}

section article#Formularanmeldung {
  width: 100%;
  box-shadow: none;
  margin: 5px 0px 0px 0px;
  padding: 0;
  border: unset;
  border-radius: unset;
}

section article#Liste {
  width: 100%;
  box-shadow: none;
  margin: 5px 0px 0px 0px;
  padding: 5px;
  padding-top: 15px;
  border: unset;
  border-radius: unset;
}

article#Bildslide {
  width: 100%;
  box-shadow: none;
  margin: 5px 0px 0px 0px;
  padding: 5px;
  padding-top: 110px;
  padding-bottom: -25px;;
  border: unset;
  border-radius: unset;
  display: inline-flex;
  justify-content: center;
}


article#Vorzeit {
  padding:2px;
}

@media screen and (max-width: 900px) {
  article#Bildslide {
    padding-top: 30px;
    display: unset;
    justify-content: unset;
  }
}



#Ablauftage {
  width: 100%;
  display: flex;
  justify-content: space-around;
  }

 @media screen and (max-width: 520px) {
  #Ablauftage {
     flex-direction: column;
   }
 }

 @media screen and (max-width: 520px) {
  button {
     margin: 0.5em 0 0.5em 0;
   }
 }

#Freitag1{
  background-color: #53662C;
}

#Samstag1{
  background-color: #d7b997;
}

#Sonntag1{
  background-color: #53662C;
}

.ablaufcontainer h1{
  color: #d7b997;
  text-align: center;
  font-size: x-large;
}

.ablaufcontainer1 h1{
  color: #53662C;
  text-align: center;
  font-size: x-large;
}

@media screen and (max-width: 520px) {
  .ablaufcontainer h1, .ablaufcontainer1 h1 {
     font-size: large;
     margin-top: -10px;
   }
 }

.Ablaufzusatz h3{
  color: #53662C;
  font-weight: lighter;
  text-align: center;
}

.ablaufcontainer1 h1{
  text-align: center;
  font-size: large;
}

.ablaufcontainer1 {
 margin: -40 0 -40 0;

}

.Ablaufzusatz.bank {
  padding-top:85px; 
  margin-bottom:-90px;
}

@media screen and (max-width: 520px) {
  .Ablaufzusatz.bank {
    padding-top:15px; 
    margin-bottom:-90px;
   }
 }

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



/*STARTSEITE MIT PASSWORT*/------------------------------------------

#Bildstartseite {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../Bilder/hochzeit.JPEG");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

#box_a1bg.left {
    position: fixed;
    top: 37em;
    z-index: 1;
    width: 100%;
    height: 28%;
}

  
  #box_a1bg {
    background-color: #d7b997;
    
  }

 .opacity7 {
    opacity: .7;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
  }

 .desktop {
    display: block;
  }

 #box_a1.left {
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 2;
   width: 600px;
   height: auto;
   padding: 50px 70px 70px 70px;
   margin: 0 0 0 2%;
  }

 #box_content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: #53662C;

 }

input, textarea, select {
   width: 80%;
   max-width: 350px;
   padding: 0.5em;
   margin: 0 0 0.75em 0;
   border: 1px solid;
   font-size: 1em;
   font-weight: normal;
   outline: none;
      
   background-color: #f7f1dc;
   border-color: #53662C;
   color: #53662C;
 }

 input[type="hidden"] {
  display: none;
  }


 button {
  width: auto;
  padding: 0.75em 2em;
  margin: 1.0em 0 0.75em 0;
  border: 1px solid;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
  outline: none;
  border-radius: 3px;
  background-color: #53662C;
  border-color: #53662C;
  color: #d7b997;
  }



  @media screen and (max-width: 520px) {
    button {
       margin: 0.2em 0 0.2em 0;
     }
   }


   button#postForm {
    padding: 5px 20px;
    background-color: #d7b997;
    color: #53662C;
    border-radius: 3px;
}

  .background1 {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../Bilder/Livia_Sascha.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 630px) {
  .Start-text p {
    line-height: 15px;
  }  
}


@media screen and (max-width: 630px){
  .phone {
   display: block;
    }
}

@media screen and (max-width: 630px){
  .desktop {
   display: none;
  }
}

@media screen and (max-width: 630px){
  .opacaity7 {
   opacity: 1;
  }
}


@media screen and (max-width: 630px){
  #box_a1.left {
  position: bottom;
  width: 100%;
  height: auto;
  padding: 0;
   margin: 0;
  background-color: #d7b997;
  flex-wrap: wrap;
  
  }
}


@media screen and (max-width: 630px) {
  #box_content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 2% 2%;
  max-width: fit-content;
  overflow: hidden;
  }
}

@media screen and (max-width: 630px) {
  .background1 {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 87%;
    top: 0px;
    background-image: url("../Bilder/Livia_Sascha.jpg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}



/*Home Seite*/------------------------------------------

#Titelbild{
  margin: 0px 0px 0px 0px;
  padding-top: 80px;
  height: auto;
  width: auto;
  max-width: 1600px;
}

@media screen and (max-width: 720px) {
  #Titelbild {
      padding-top: 90px;
     
  }
}


@media screen and (max-width: 510px) {
  #Titelbild {
      padding-top: 110px;
     
  }
}


.img-fit{
  width: 100%;
  object-fit: cover;
  height: auto;
}

img.img-small{
  max-width: 500px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}


@media screen and (max-width: 630px) {
  img.img-small, img.img-x-small{
    width: 100%;
    object-fit: cover;
    height: auto;
    }
}

img.img-x-small{
  max-width: 500px;
  max-height: 400px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

#Startinfo{
  margin: 0;
  padding: 0;
  background-color: #d7b997;
  opacity: 0.7;

}

@media screen and (max-width: 630px) {
  #Startinfo{
    opacity: 1;
    position: relative;
    z-index: -1;
    }
}

.Titelschrift {
  margin: -100px 0px -80px 0px;
  padding: 0;
  display: block;
  text-align: left;
  padding: 0 0 0 50;
  position: relative;
  
}

@media screen and (max-width: 900px) {
  .Titelschrift {
  margin: -170px 0px 0px 0px;
  padding: 0;
  display: block;
  text-align: left;
  padding: 0 0 0 50;
  position: relative;
  }
}

@media screen and (max-width: 630px) {
  .Titelschrift {
  margin: -20px 0px 0px 0px;
  padding: 0;
  display: block;
  text-align: left;
  padding: 0 0 0 50;
  position: relative;
  }
}

@media screen and (max-width: 630px) {
  .Titelschrift{
    padding: 0;
  }
}

.Titelschrift h1{
  padding-top: 30px;
  line-height: 40%;
  font-size: 40px;
  color: #53662C;
  font-weight: lighter;
  }

.Titelschrift h2{
  color: #53662C;
  font-weight: lighter;
  line-height: 90%;
  padding-bottom: 15px;

}

@media screen and (max-width: 630px) {
  .Titelschrift h1{
    line-height: 40%;
    font-size: 28px;
    color: #53662C;
    font-weight: lighter;
    text-align: center;
  }
}

@media screen and (max-width: 630px) {
  .Titelschrift h2{
    line-height: 100%;
    font-size: 20px;
    color: #53662C;
    font-weight: lighter;
    text-align: center;
  }
}

.Zeitleiste {
  text-align: center;
  margin-top: 120px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 900px) {
  .Zeitleiste {
    text-align: center;
    margin-top: 60px;
  }
}

@media screen and (max-width:630px) {
  .Zeitleiste {
    text-align: center;
    margin-top: 5%;
  }
}

.Zeitleiste h1 {
  font-size: 4vw;
  line-height: 75%;

}

.Zeitleiste h2 {
  font-size: 2.5vw;
  color: #53662C;
  line-height: 75%;
  font-weight: lighter;
}

@media screen and (max-width:800px) {
  .Zeitleiste h2 {
    font-size: 4vw;
    color: #53662C;
    line-height: 75%;

  }
}

@media screen and (max-width:630px) {
  .Zeitleiste h1 {
    font-size: 7.5vw;
    color: #53662C;
    line-height: 75%;
  }
}

@media screen and (max-width:630px) {
  .Zeitleiste h2 {
    font-size: 6vw;
    color: #53662C;
    line-height: 75%;
  }
}


/*---------BILDER SLIDER-------------*/

:root {
  --z-distance: 8.519vw;
  --from-left: 1;
  --mobile-bkp: 650px;
}

@media screen and (max-width:630px) {
  :root {
    --z-distance: unset;
    --from-left: unset;
    --mobile-bkp: unset;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}


.slider {
  width: 100%;
  height: 100vh;
  max-height: fit-content;
  max-width: 1600px;
  display: flex;
  perspective: 1000px;
  transform-style: preserve-3d;
  margin: 0 auto 0 auto;
}


.slider::before, .slider::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  will-change: opacity;
  z-index: -1;
  box-shadow: 0 0 0 50vmax rgba(0, 0, 0, 0.7) inset;
}
.slider::before {
  background-image: var(--img-prev);
}
.slider::after {
  transition: opacity 0.7s;
  opacity: 0;
  background-image: var(--img-next);
}
.slider--bg-next::after {
  opacity: 1;
}
.slider__content {
  margin: auto;
  width: 65%;
  max-height: 60vh;
  max-width: 100vh;
  will-change: transform;
  transform-style: preserve-3d;
  pointer-events: none;
  transform: translateZ(var(--z-distance));
}
.slider__images {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  box-shadow: 0 0 5em #000;
}
.slider__images-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform;
  transition-timing-function: ease-in;
  visibility: hidden;
}
.slider__images-item img {
  display: block;
  position: relative;
  left: -1em;
  top: -1em;
  width: calc(100% + 1em * 2);
  height: calc(100% + 1em * 2);
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.slider__images-item--active {
  z-index: 20;
  visibility: visible;
}
.slider__images-item--subactive {
  z-index: 15;
  visibility: visible;
}
.slider__images-item--next {
  transform: translateX(100%);
}
.slider__images-item--prev {
  transform: translateX(-100%);
}
.slider__images-item--transit {
  transition: transform 0.7s, opacity 0.7s;
}
.slider__text {
  position: relative;
  height: 100%;
  color: #53662C;
  z-index: 1;
}
.slider__text-item {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.slider__text-item > * {
  overflow: hidden;
  position: absolute;
}
.slider__text-item h3, .slider__text-item p {
  transition: transform 0.35s ease-out;
  overflow: hidden;
}
.slider__text-item h3 {
  background-color: #d7b997;
  opacity: 0.65;
}


.slider__text-item h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.35s ease-out 0.28s;
}
.slider__text-item h3::before {
  background-color: #000;
}

.slider__text-item h3 {
  margin: 0;
  font-size: 3.5em;
  padding: 0 .3em;
  position: relative;
  font-weight: 700;
  transform: translateX(-100%);
}

.slider__text-item-head {
  top: -0.5em;
  transform: translateZ(3em);
}
.slider__text-item-info {
  bottom: 0;
  right: 0;
  max-width: 75%;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  transform: translateZ(2em);
  font-size: 10px;
}


.slider__text-item--active h3 {
  transform: translateX(0);
}
.slider__text-item--active h3::before {
  transform: translateX(102%);
}

.slider__text-item--backwards h3::before {
  transition: transform 0.35s ease-in;
}
.slider__text-item--backwards h3 {
  transition: transform 0.35s ease-in 0.35s;
}
.slider__nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;

}
.slider__nav-arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider__nav-arrow {
  height: 100vh;
  width: 50vw;
  text-indent: -9999px;
  white-space: nowrap;
}
.slider__nav-arrow--left {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 4 4'%3E %3Cpolyline points='3 1 1 2 3 3' stroke='white' stroke-width='.3' stroke-opacity='.5' fill='none'%3E%3C/polyline%3E %3C/svg%3E");
  cursor: var(--arrow) 40 40, auto;
}
.slider__nav-arrow--right {
  --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 4 4'%3E %3Cpolyline points='1 1 3 2 1 3' stroke='white' stroke-width='.3' stroke-opacity='.5' fill='none'%3E%3C/polyline%3E %3C/svg%3E");
  cursor: var(--arrow) 40 40, auto;
}
.slider__nav-dots {
  display: inline-flex;
  position: absolute;
  padding: 1em;
  pointer-events: none;
  bottom: 5%;
  background-color:rgba(0, 0, 0, 0.3);

 
}

.slider__nav-dots::before {
  content: '';
  position: absolute;
  left: calc(1em + 1em + 2px);
  top: calc(1em + 2px);
  width: calc(2em - 2px * 2);
  height: calc(2em / 2 - 2px * 2);
  background-color: #53662C;
  transition: transform 0.7s ease-out;
  transform: translateX(calc((2em + 1em * 2) * (var(--from-left) - 1)));

}
.slider__nav-dot {
  margin: 0 1em;
  width: 2em;
  height: 1em;
  border: 2px solid #d7b997;
  cursor: pointer;
  pointer-events: all;
  display: inline-block;
}
.slider__nav-dot:hover {
  border-color: #53662C;
}
.slider__nav-dot:active {
  border-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 630px) {

  .slider{
    max-height: 60%;

  }

  .slider::before,
  .slider::after {
    display: none;
  }

  .slider__content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    background-size: cover;

  }

  .slider__images {
    box-shadow: none;
  }

  .slider__text{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    
  }

  .slider__text-item-info {
    bottom: 12%;
    left: 50%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    transform: translate(-50%, 50%);
    right: unset;
    font-size: 5px;
    max-width: 90%;
  }
  .slider__text-item-info p {
    padding: 1em .8em;
  }

  .slider__text-item-head {
    top: 8%;
    left: 8%;
    font-size: 10px;
  }
  .slider__text-item-head h3 {
    font-size: 2.5em;
  }

  .slider__nav-dots {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: -15%;
  }

  footer.FooterFoto {
    margin-top: 100px;
  }


  .slider__nav-dots::before {
    width: calc(1em - 2px * 2);
    transform: translateX(calc((1em + 1em * 2) * (var(--from-left) - 1)));
  
  }
  .slider__nav-dot {
    width: 1em;

  }



  .slider__nav-arrows {
    height: 100%;
  }

  .slider__nav-arrow {
    width: 10vw;
    height: 100%;
    position: relative;
    cursor: pointer;
  }
  .slider__nav-arrow:active {
    filter: brightness(0.5);
  }
  .slider__nav-arrow::before {
    content: '';
    background-image: var(--arrow);
    background-size: cover;
    width: 8vw;
    height: 8vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slider__nav-arrow--left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0, transparent 100%);
  }
  .slider__nav-arrow--left:active {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0, transparent 100%);
  }
  .slider__nav-arrow--right {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0, transparent 100%);
  }
  .slider__nav-arrow--right:active {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0, transparent 100%);
  }
}


/*---------ENDE BILDER SLIDER-------------*/





#Inhalt{
  margin: 0px 0px 0px 0px;
  padding: 100px 0 0 0;
  width: auto;
  height: auto;
  overflow: hidden; /* Damit das Layout mit float funktioniert */
  text-align: center;
}

@media screen and (max-width: 510px) {
  #Inhalt{
      padding: 130px 0 0 0 ;
     
  }
}

#Inhaltanmeldung{
  margin: 0px 0px 0px 0px;
  width: auto;
  height: auto;
  overflow: hidden; /* Damit das Layout mit float funktioniert */
  text-align: center;
  font-size: 24px;
}

#Countdown{
  margin: 0px 25px 25px 0px;
  padding: 10px;
  width: 300px;
  height: auto;
  float: left;
  clear: both;

  box-shadow: 2px 2px 2px 0px #000000;
  background-color: #854;
  text-align: center;
}
@media screen and (max-width: 630px){
  #Countdown{
    margin: 0px 25px 25px 0px;
    padding: 0px;
    width: 300px;
    height: auto;
    position: static;
    float: none;
    clear: both;

    box-shadow: 2px 2px 2px 0px #000000;
    background-color: #854;
    text-align: center;
  }
}

.bilder_zentriert{
  display: flex;
  justify-content: center;
  @media screen and (max-width: 630px){
      display: unset;
      justify-content: unset;
  }
}


/*Navigation*/


#full-screen-menu-toggle {
  flex: 1;
  padding: 0;
  margin: 0;
  width: auto;
  display: flex;
  justify-content: space-around;
  text-align: center;
  list-style: none;
  align-items: baseline;
  flex-wrap: wrap;
	cursor: pointer;
  margin: 0px;
  padding: 0px;
  font-size: 25px;
  
}

@media screen and (min-width:730px) {
	
	#full-screen-menu-toggle {
		display:none;	
	}
}

.site-nav {
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .85);
  width: 100%;
  height: 100%;
  z-index:10;
}

.full-screen-menu-active .site-nav {
  opacity: 1;
  pointer-events: initial;
}


.overlay-content {
  position: relative;
  top: 5%; /* 5% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
  
}

/* The navigation links inside the overlay */
.overlay-content a {
  padding: 8px;
  text-decoration: none;
  font-size: 40px;
  color: #d7b997;
  display: block; /* Display block instead of inline */
  

}

.overlay-content a:hover {
  padding: 8px;
  font-style: italic;
  color: #53662C;

}

#menu ul{
  flex: 1;
  padding: 0;
  margin: 0;
  width: auto;
  display: flex;
  justify-content: space-around;
  text-align: center;
  list-style: none;
  align-items: baseline;
  flex-wrap: wrap;
}

@media screen and (max-width: 730px) {
  #menu ul{
    flex: 1;
    padding: 0px;
    margin: 0px;
    width: auto;
    flex-direction: row;
    align-items: center;
    display: none;
  }
}

#menu li{
  margin: 0px;
  padding: 0px;

  display: inline;
  font-size: 20px;
}

#menu li.current{
  font-style: italic;
  font-size:25px;
}

@media screen and (max-width:980px) {
  #menu li{
    font-size: 15px;
  }
  }

@media screen and (max-width:980px) {
  #menu li.current{
   font-size: 20px;
}
}



#menu a:active{
  font-style: italic;
  font-size: 25px;
}





/*Ende Navigation*/


/*Schriften*/

h1{
  color: #53662C;
}

#Inhalt h1 {
  margin: 0px;
  padding: 0px;

  text-align: center;
  font-size: 40px;
  
}

#Inhalt a{
  color: inherit;
  font-family: inherit;
  text-decoration: underline;
}


#Inhalt h2 {
font-size: 30px;
line-height: 1.4;
}


.Zähler p {
font-size: 20px;
text-align: center;
color: #d7b997;
}

p {
  font-size: 18px;
  color: #53662C;
  text-align: left;
}

/*Bilder*/

img.Bildstart{
  padding: 0px 10px 0px 10px;
}


/*Anmeldung Seite*/

.Anmeldungsformular {
  padding: 15;
  background-color: #53662C;
  opacity: 1;
  width: 50%;
  position: relative;
  margin: auto;
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  .Anmeldungsformular{
    width: 65%;
  }
}

@media screen and (max-width: 730px) {
  .Anmeldungsformular{
    width: 100%;
  }
}

.Anmeldungsformular h2{
  border: 4px solid #d7b997;
  max-width: 400px;
  margin: auto;
  margin-bottom: 25px;
  margin-top: 25px;
}

.Anmeldungsformular h3{
  font-size: 18px;
  margin: 5px;
}

.form-control{
  font-size: 14px;
  color: #53662C;
  border-radius: 3px;
}



table{
  border-collapse: collapse;
  width: 100%;
  max-width: 500px;
  position: relative;
  margin: auto;
}

thead {
  text-align: left;
}

td, th {
  border: 1px solid;
  width: 250px;;
  height: 35px;
  padding: 2px 5px 2px 5px;
  color:#53662C;
  font-size: 16px;;
}

td:empty {
  display: none;
}


tr.zweitezeile{
  background-color: #486;

}

#Anmeldungstabelle {
  border: 2px solid;
  width: 500px;
  height: 150px;

}


/*Tabelleneigenschaften*/
form.Kontaktformular fieldset{
  margin-top: 25px;
  padding: 10 10 10px;
  width: 500px;
  border: none;
}

form.Kontaktformular legend{
  padding: 0 10px;
  font-weight: bold;
}

form.Kontaktformular label{
  float: left;
  width: 130px;
}

.bold{
  font-weight: bold;
}

form.Kontaktformular input, textarea{
  width: 220px;
  margin-bottom: 5px;
}

form.Kontaktformular textarea{
  width: 350px;
  height: 150px;
}

#Submitbutton{
  margin-left: 0px;
  margin-top: 25px;
  width: 100%;
}

/*Ablauf Hochzeit*/

.strichDunkel:before, .strichDunkel::before {
  background-color: #E56538 !important;
}


.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 3px;
  background-color: #53662C;
  margin-left: -1.5px;
  left: 20px;
}
@media (min-width: 576px) {
  .timeline:before {
    left: 50%;
  }
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 55px;
}
.timeline > li:after, .timeline > li:after {
  content: "";
  display: table;
  clear: both;
}
.timeline > li .panel {
  width: 100%;
  float: left;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  background: #d7b997;
  box-shadow: 1px 2px 80px 0 rgba(0, 0, 0, 0.1);
  color: #53662C;
}

.timeline > li .panel summary {
  display: block;
  user-select: none;
  outline: none;
  padding: 20px;
  margin-bottom: 0px;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: margin, background;
  font-weight: 600;
  font-size: larger;
}
.timeline > li .panel summary::-webkit-details-marker {
  display: none;
}
.timeline > li .panel summary:hover {
  background: rgba(0, 0, 0, 0.1);
}
.timeline > li .panel p {
  padding: 0 20px 10px;
  font-size: medium;
}
.timeline > li .panel[open] summary {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  .timeline > li {
    padding-left: 0px;
  }
  .timeline > li .panel {
    width: 50%;
  }
  .timeline > li:not(:nth-child(even)) {
    padding-right: 90px;
  }
  .timeline > li:nth-child(even) {
    padding-left: 90px;
  }
  .timeline > li:nth-child(even) > :nth-child(even) {
    float: right;
  }
}
.timeline > li > .icon {
  color: #53662C;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 2.5em;
  text-align: center;
  position: absolute;
  left: 20px;
  margin-left: -25px;
  background-color: #f7f1dc;

  border-radius: 50%;
  font-family: Font Awesome\ 5 Free;
}
.timeline > li > .icon:before {
  content: "";
}
@media (min-width: 576px) {
  .timeline > li > .icon {
    left: 50%;
  }
}
.timeline > li > .icon.done {
  color: #E56538;
}
.timeline > li > .icon.done:before {
  content: url("../Bilder/heart.png");
  position: relative;
  top: 10;
}
.timeline > li > .icon.working {
  color: #eeba4c;
}
.timeline > li > .icon.working:before {
  content: "";
}



.timeline > li .panel1 {
  width: 100%;
  float: left;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  background: #53662C;
  box-shadow: 1px 2px 80px 0 rgba(0, 0, 0, 0.1);
}

.timeline > li .panel1 p{
  color: #d7b997;
}

.timeline > li .panel1 summary {
  display: block;
  user-select: none;
  outline: none;
  padding: 20px;
  margin-bottom: 0px;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: margin, background;
  font-weight: 600;
  font-size: larger;
}
.timeline > li .panel1 summary::-webkit-details-marker {
  display: none;
}
.timeline > li .panel1 summary:hover {
  background: rgba(0, 0, 0, 0.1);
}
.timeline > li .panel1 p {
  padding: 0 20px 10px;
  font-size: medium;
}
.timeline > li .panel1[open] summary {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  .timeline > li {
    padding-left: 0px;
  }
  .timeline > li .panel1 {
    width: 50%;
  }
}


#Frage1, #Frage2, #Frage3, #Frage4, #Frage5, #Frage6, #Frage7, #Frage8, #Frage9, #Frage20 {
  width: 100%;
  font-size: larger;
  font-weight: lighter;
  font-family: 'Everson Mono Latin 6';
}


/*Location Bilder*/

div.gallery {
  border: 1px solid #53662C;
  min-height: 40rem;
  display: flex;
  flex-direction: column;
}

div.gallery:hover {
  border: 1px solid #53662C;
}

div.gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
}

div.desc {
  padding: 15px;
  text-align: center;
  color: #53662C;
  font-size: 16px;
  min-height: 7.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  width: 24%;
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  float: none;
}

@media only screen and (max-width: 900px) {
  .responsive {
    width: 49%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.responsive-bigger {
  padding: 0 6px;
  float: left;
  width: 49.999999%;
  padding-bottom: 15px;
}

@media only screen and (max-width: 500px) {
  .responsive-bigger {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/*Geschenke Details*/






/* The Modal (background) */
.modal1, .modal2, .modal3, .modal4, .modal5, .modal6, .modal7, .modal8, .modal9, .modal10, .modal11, .modal12, .modal13,
.gift-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 30px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  opacity: 1;
}

/* Modal Content */
.modal-content {
  background-color: #d7b997;
  margin: auto;
  padding: 20px;
  border: 1px solid #f7f1dc;
  width: 80%;
}

/* The Close Button */
.close, .close1, .close2, .close3, .close4, .close5, .close6, .close7, .close8, .close9, .close10 , .close11 , .close12 , .close13  {
  color: #53662C;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus,
.close1:hover,
.close1:focus, 
.close2:hover,
.close2:focus,
.close3:hover,
.close3:focus,
.close4:hover,
.close4:focus,
.close5:hover,
.close5:focus,
.close6:hover,
.close6:focus,
.close7:hover,
.close7:focus,
.close8:hover,
.close8:focus,
.close9:hover,
.close9:focus,
.close10:hover,
.close10:focus,
.close11:hover,
.close11:focus,
.close12:hover,
.close12:focus,
.close13:hover,
.close13:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.form-control {
  padding: 10px;
}

.buttoncenter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin-top: auto;
}


.progress, .progress1, .progress2, .progress3, .progress4, .progress5, .progress6, .progress7, .progress8, .progress9, .progress10, .progress11, .progress12, .progress13 {
  background-color: #f7f1dc;
  border-radius: 20px;
  height: 30px;
  width: 350px;
  border: 2px;
  border-color: #53662C;
  position: relative;
  margin-left: auto;
  margin-right: auto;

}

@media only screen and (max-width: 700px) {
  h1.pro_ab {
  
    margin-top: 15px;
}
}

@media only screen and (max-width: 700px) {
  .progress, .progress1, .progress2, .progress3, .progress4, .progress5, .progress6, .progress7, .progress8, .progress9, .progress10, .progress11, .progress12, .progress13{
  
    width: auto;
}
}

.progress-done, .progress-done1, .progress-done2, .progress-done3, .progress-done4, .progress-done5, .progress-done6, .progress-done7, .progress-done8, .progress-done9, .progress-done10, .progress-done11, .progress-done12, .progress-done13 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: repeating-linear-gradient(
    to left, 
    #53662C,
    #53662C,
    #53662C
  );
  box-shadow: 0 5px 5px -6px #d7b997, 0 3px 7px #d7b997;
  border-radius: 30px;
  color: #d7b997;
  height: 100%;
  width: 0;
  transition: 1s ease 0.3s;
}

/* Drag and Drop Styles for Gift Management */
.sortable-gift-item {
    transition: transform 0.2s ease;
    border-radius: 4px;
    margin-bottom: 2px;
}

.sortable-gift-item:hover {
    background-color: rgba(208, 45, 48, 0.05);
}

.sortable-gift-item.sortable-chosen {
    background-color: rgba(208, 45, 48, 0.1);
}

.sortable-gift-item.sortable-ghost {
    opacity: 0.5;
    background-color: rgba(208, 45, 48, 0.15);
}

.drag-handle {
    display: inline-block;
    cursor: move;
    padding: 5px 8px;
    color: #d02d30;
    font-size: 16px;
    user-select: none;
    vertical-align: middle;
    margin-right: 5px;
}

.drag-handle:hover {
    color: #a02428;
    background-color: rgba(208, 45, 48, 0.1);
    border-radius: 2px;
}

.drag-handle:active {
    cursor: grabbing;
}

.form-group-profile-overview .drag-handle {
    flex-shrink: 0;
}

#sortable-gifts-container {
    min-height: 50px;
}