* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

a {
  color: #27282d;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

html {
	height: 100%;
}

body {
  min-height: 100%;
  overflow: hidden; }

body {
  background-image: url("../img/background-pattern-rosa.jpg");
  background-repeat: repeat;
  background-position: center;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  overflow-y: auto;
  color: #27282d; }

button {
  -webkit-appearance: none;
  background: url("../img/button.svg");
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
  font-family: 'Great Vibes', cursive;
  transform: scale(1);
  font-size: 30px;
  padding: 10px;
  position: relative; }
  button:hover {
    transform: scale(0.9); }

input.error {
  color: #D8000C;
  background-color: #FFD2D2;
  border-color: #D8000C;
  transition: all 0.25s ease-in-out 0s; }

#sound-control {
  position: absolute;
  left: 20px;
  top: 20px; }
  #sound-control img {
    margin: 10px;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.25s ease-in-out 0s; }
    #sound-control img:hover {
      transform: scale(0.9); }

#login-wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

input {
  height: 45px;
  border: solid 1px #000;
  background: transparent;
  outline: none;
  box-shadow: none;
  padding: 5px 10px;
  font-size: 18px;
  margin-bottom: 5px;
  border-width: 0 0 1px 0;
  font-family: 'Raleway', sans-serif; }

textarea {
  border: solid 1px #000;
  background: transparent;
  outline: none;
  box-shadow: none;
  padding: 5px 10px;
  font-size: 18px;
  width: 100%;
  font-family: 'Raleway', sans-serif; }

#login-box {
  width: 100%;
  max-width: 840px;
  height: 540px;
  padding: 110px;
  animation: zoomOut 1s ease-in-out forwards; }
@keyframes zoomOut {
  0% {
    transform: scale(5); }
  100% {
    transform: scale(1); } }
  #login-box form {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    filter: blur(20px);
    opacity: 0;
    animation: blurIn 1s ease-in-out 1s forwards; }
@keyframes blurIn {
  0% {
    filter: blur(20px);
    opacity: 0; }
  100% {
    filter: blur(0px);
    opacity: 1; } }
    #login-box form label {
      font-size: 18px;
      text-align: center; }
  #login-box input {
    max-width: 60%;
    background-color: #e9d3d3;
    border-width: 1px; }

#falling-leave-10 {
  height: 4%;
  width: auto;
  position: absolute;
  top: 37%;
  left: 44.5%;
  animation: leave-fall 10s linear infinite;
  transform-origin: 100% 0;
  animation-delay: 2s; }

#falling-leave-11 {
  height: 8%;
  width: auto;
  position: absolute;
  top: 63%;
  left: 86%;
  animation: leave-fall 10s linear infinite;
  transform-origin: 40% 0;
  animation-delay: 8s; }

#falling-leave-12 {
  height: 3%;
  width: auto;
  position: absolute;
  top: 83%;
  left: 59.5%;
  animation: leave-fall 10s linear infinite;
  transform-origin: 0 0;
  animation-delay: 3s; }

#falling-leave-13 {
  height: 2%;
  width: auto;
  position: absolute;
  top: 49%;
  left: 23.5%;
  animation: leave-fall 10s linear infinite;
  transform-origin: 100% 50%;
  animation-delay: 5s; }

#falling-leave-14 {
  height: 4%;
  width: auto;
  position: absolute;
  top: 94%;
  left: 68.5%;
  animation: leave-fall 10s linear infinite;
  transform-origin: 100% 0;
  animation-delay: 7s; }

@keyframes leave-fall {
  0% {
    transform: translate(0) rotate(0) scale(1);
    opacity: 1; }
  10% {
    transform: translate(-50%, 100%) rotate(20deg) scale(1); }
  20% {
    transform: translate(50%, 200%) rotate(-40deg) scale(1); }
  30% {
    transform: translate(-50%, 300%) rotate(50deg) scale(1); }
  40% {
    transform: translate(60%, 400%) rotate(-30deg) scale(1);
    opacity: 1; }
  50% {
    transform: translate(-30%, 500%) rotate(45deg) scale(1); }
  60% {
    transform: translate(40%, 600%) rotate(-30deg) scale(1); }
  70% {
    transform: translate(-20%, 700%) rotate(30deg) scale(1);
    opacity: 0; }
  70.00001% {
    transform: translate(0) rotate(0deg) scale(0);
    opacity: 1; }
  80% {
    transform: translate(0) rotate(0deg) scale(0);
    opacity: 1; }
  90%, 100% {
    transform: translate(0) rotate(0) scale(1);
    opacity: 1; } }
#falling-flower-15 {
  height: 5%;
  width: auto;
  position: absolute;
  top: 26%;
  left: 94.5%;
  animation: flower-fall 10s linear infinite;
  transform-origin: 50% 50%;
  animation-delay: 7s; }

#falling-flower-16 {
  height: 5%;
  width: auto;
  position: absolute;
  top: 29%;
  left: 66.5%;
  animation: flower-fall 10s linear infinite;
  transform-origin: 50% 50%;
  animation-delay: 3s; }

#falling-flower-17 {
  height: 5%;
  width: auto;
  position: absolute;
  top: 26%;
  left: 40.5%;
  animation: flower-fall 10s linear infinite;
  transform-origin: 50% 50%;
  animation-delay: 8s; }

#falling-flower-18 {
  height: 5%;
  width: auto;
  position: absolute;
  top: 79%;
  left: 26.5%;
  animation: flower-fall 10s linear infinite;
  transform-origin: 50% 50%;
  animation-delay: 5s; }

@keyframes flower-fall {
  0% {
    transform: translate(0) rotate(0) scale(1);
    opacity: 1; }
  40% {
    opacity: 1; }
  70% {
    transform: translate(0%, 700%) rotate(1200deg) scale(1);
    opacity: 0; }
  70.00001% {
    transform: translate(0) rotate(0deg) scale(0);
    opacity: 1; }
  80% {
    transform: translate(0) rotate(0deg) scale(0);
    opacity: 1; }
  90%, 100% {
    transform: translate(0) rotate(0) scale(1);
    opacity: 1; } }
#leaves1 {
  position: fixed;
  background-image: url("../img/pattern-mix-01.png");
  background-repeat: repeat;
  top: 50vh;
  left: 50vw;
  width: 100vw;
  height: 100vw;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
  animation: smooth-glide-1 linear 60s infinite; }

#leaves2 {
  position: fixed;
  background-image: url("../img/pattern-mix-02.png");
  background-repeat: repeat;
  top: 50vh;
  left: 50vw;
  width: 100vw;
  height: 100vw;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
  animation: smooth-glide-2 linear 60s infinite; }

@keyframes smooth-glide-1 {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: 1920px 1374px; } }
@keyframes smooth-glide-2 {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: -1920px 1374px; } }
#logo-main {
  max-width: 420px;
  height: auto; }

#page-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 20px; }

header {
  text-align: center; }
  header > img {
    margin-bottom: 20px; }
  header nav ul {
    display: flex;
    justify-content: space-around;
    list-style: none; }
    header nav ul li {
      transition: all 0.25s ease-in-out 0s;
      transform: scale(1);
      animation: fadeIn 1s ease-in-out forwards;
      opacity: 0; }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
      header nav ul li:hover {
        transform: scale(0.9); }
    header nav ul a {
      display: block;
      padding: 5px 15px; }
      header nav ul a.active {
        background-image: url("/img/button.svg");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat; }

.partial {
  position: relative;
  min-height: 100vh; }

#hometree {
  position: absolute;
  height: calc(100vh - 165px);
  background-image: url(../img/baum-full.svg);
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  width: calc(182vh - 300px);
  top: 0;
  left: 50%;
  transform: translate(-50%);
  overflow: hidden; }

#hometree-seamless {
  position: absolute;
  height: calc(100vh - 165px);
  background-image: url(../img/baum-seamless.png);
  background-size: auto 10.7%;
  background-position: 100% 64.6%;
  background-repeat: repeat-x;
  width: calc(50vw - 91vh + 152px);
  top: 0;
  left: 50%;
  transform: translate(-50vw); }

#savethedate {
  position: absolute;
  height: 40%;
  width: auto;
  right: 10%;
  top: 20%;
  transform-origin: 50% 0;
  animation: swing 10s linear infinite; }
  #savethedate img {
    max-height: 100%;
    width: auto; }
  #savethedate.clicked img {
    animation: drill 2s ease-out; }

@keyframes drill {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(450deg); }
  80% {
    transform: rotateY(340deg); }
  100% {
    transform: rotateY(360deg); } }
#homeflower {
  position: absolute;
  height: 7%;
  width: auto;
  right: 22%;
  top: 18%; }

.small-tree {
  background-image: url(../img/baum-small.svg);
  background-repeat: no-repeat;
  position: absolute;
  height: calc(100vh - 165px);
  width: calc(91vh - 165px);
  top: 0;
  left: 50%;
  background-size: auto 100%;
  z-index: -1; }

.small-tree-seamless {
  background-image: url(../img/baum-small-seamless.png);
  position: absolute;
  height: 100%;
  width: calc(50vw - 100%);
  background-repeat: repeat-x;
  background-position: 0 71%;
  left: 100%;
  background-size: auto 6%; }

@keyframes swing {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(-10deg); }
  75% {
    transform: rotate(10deg); }
  1000% {
    transform: rotate(0deg); } }
header nav a {
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase; }

p {
  padding: 10px 0; }

h2 {
  font-family: 'Great Vibes', cursive;
  font-size: 60px;
  font-weight: normal;
  margin: 40px 0; }

h3 {
  font-family: 'Great Vibes', cursive;
  font-size: 38px;
  font-weight: normal;
  margin: 20px 0; }

main {
  position: relative; }

.partial {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  padding-bottom: 150px; }

#infos {
  padding-top: 110px; }
  #infos .content {
    max-width: 480px; }
    #infos .content > ul {
      padding-left: 20px; }
  #infos table {
    margin-bottom: 15px; }
#infos table td {
		vertical-align: top;}
    #infos table td:first-of-type {
      padding-right: 10px;
      min-width: 110px; }
    #infos table td:nth-of-type(2) {
		min-width:60px;padding: 0 10px;}

#programm {
  margin-top: 40px;
  position: relative;
  max-width: 800px; }
  #programm > h3, #programm > p {
    max-width: 480px; }
  #programm #gmap {
    height: 320px; }
  #programm img {
    position: absolute; }

#geschenke {
  padding-top: 110px; }
  #geschenke .content {
    max-width: 480px; }

#gift-collage {
  position: absolute;
  right: 0;
  top: 130px; }
  #gift-collage img:nth-of-type(2) {
    position: absolute;
    top: 285px;
    left: 231px;
    animation: wiggle 4s linear infinite -3s;
    transform-origin: 0 61%; }
  #gift-collage img:nth-of-type(3) {
    position: absolute;
    top: -70px;
    left: 30px;
    animation: wiggle 4s linear infinite -3s; }
  #gift-collage #gift-box {
    position: absolute;
    left: -100px;
    top: 430px;
    pointer-events: none;
    animation: giftshake 10s linear infinite; }
@keyframes giftshake {
  0% {
    transform: rotate(0deg); }
  1% {
    transform: rotate(5deg); }
  3% {
    transform: rotate(-5deg); }
  5% {
    transform: rotate(5deg); }
  7% {
    transform: rotate(-5deg); }
  8% {
    transform: rotate(0deg); }
  12% {
    transform: rotate(0deg); }
  13% {
    transform: rotate(5deg); }
  15% {
    transform: rotate(-5deg); }
  16% {
    transform: rotate(0deg); } }
    #gift-collage #gift-box .gift-top {
      position: absolute;
      top: -80px;
      left: 0;
      animation: gifttop-fly 10s linear infinite; }
@keyframes gifttop-fly {
  0% {
    transform: translateY(0px); }
  15% {
    transform: translateY(0px); }
  20% {
    transform: translateY(-450px); }
  27% {
    transform: translateY(0px); }
  100% {
    transform: translateY(0px); } }
      #gift-collage #gift-box .gift-top img {
        animation: gifttop-rot 10s linear infinite; }
@keyframes gifttop-rot {
  0% {
    transform: rotate(0deg); }
  15% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-180deg); }
  27% {
    transform: rotate(-360deg); }
  100% {
    transform: rotate(-360deg); } }
    #gift-collage #gift-box #gift-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
      #gift-collage #gift-box #gift-content img {
        position: absolute;
        transform-origin: 50% 50%;
        left: 30%;
        top: 10%; }
        #gift-collage #gift-box #gift-content img:nth-of-type(1) {
          animation: heart-1 10s linear infinite; }
@keyframes heart-1 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, 0); }
  20% {
    opacity: 1; }
  25% {
    transform: translate(-500px, -800px);
    opacity: 0; }
  45% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }
        #gift-collage #gift-box #gift-content img:nth-of-type(2) {
          animation: heart-2 10s linear infinite; }
@keyframes heart-2 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, 0); }
  20% {
    opacity: 1; }
  25% {
    transform: translate(-400px, -1000px);
    opacity: 0; }
  45% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }
        #gift-collage #gift-box #gift-content img:nth-of-type(3) {
          animation: heart-3 10s linear infinite; }
@keyframes heart-3 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, 0); }
  20% {
    opacity: 1; }
  25% {
    transform: translate(-300px, -700px);
    opacity: 0; }
  45% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }
        #gift-collage #gift-box #gift-content img:nth-of-type(4) {
          animation: heart-4 10s linear infinite; }
@keyframes heart-4 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, 0); }
  20% {
    opacity: 1; }
  25% {
    transform: translate(-200px, -500px);
    opacity: 0; }
  45% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }
        #gift-collage #gift-box #gift-content img:nth-of-type(5) {
          animation: heart-5 10s linear infinite; }
@keyframes heart-5 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, 0); }
  20% {
    opacity: 1; }
  25% {
    transform: translate(-100px, -300px);
    opacity: 0; }
  45% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }
        #gift-collage #gift-box #gift-content img:nth-of-type(6) {
          animation: heart-6 10s linear infinite; }
@keyframes heart-6 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, 0); }
  20% {
    opacity: 1; }
  25% {
    transform: translate(100px, -200px);
    opacity: 0; }
  45% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }
        #gift-collage #gift-box #gift-content img:nth-of-type(7) {
          animation: heart-7 10s linear infinite; }
@keyframes heart-7 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, 0); }
  20% {
    opacity: 1; }
  25% {
    transform: translate(200px, -800px);
    opacity: 0; }
  45% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }
        #gift-collage #gift-box #gift-content img:nth-of-type(8) {
          animation: heart-8 10s linear infinite; }
@keyframes heart-8 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, 0); }
  20% {
    opacity: 1; }
  25% {
    transform: translate(300px, -600px);
    opacity: 0; }
  45% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }
        #gift-collage #gift-box #gift-content img:nth-of-type(9) {
          animation: heart-9 10s linear infinite; }
@keyframes heart-9 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, 0); }
  20% {
    opacity: 1; }
  25% {
    transform: translate(400px, -400px);
    opacity: 0; }
  45% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }
        #gift-collage #gift-box #gift-content img:nth-of-type(10) {
          animation: heart-10 10s linear infinite; }
@keyframes heart-10 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, 0); }
  20% {
    opacity: 1; }
  25% {
    transform: translate(500px, -700px);
    opacity: 0; }
  45% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }
.ui-helper-hidden-accessible {
  display: none; }

ul.ui-menu {
  list-style: none;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  display: inline-block; }
  ul.ui-menu li {
    padding: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    cursor: pointer; }
    ul.ui-menu li:hover {
      background-color: rgba(255, 255, 255, 0.3); }

#fotoapp {
  margin-top: 20px;
  padding: 15px;
  background: url("../img/bg-popup.png");
  background-size: cover;
  border: solid 2px #41403E;
  max-width: 545px;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px; }

.reform {
  margin-top: 20px;
  width: 100%;
  max-width: 545px; }
  .reform label {
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 10px; }
  .reform input {
    width: 100%; }
  .reform input[type="radio"] {
    width: auto;
    height: 1em; }
  .reform ul {
    list-style: none; }
  .reform .people {
    padding: 20px 0; }
  .reform .person:not(:last-of-type) .addperson {
    display: none; }
  .reform .addperson {
    font-size: 40px;
    cursor: pointer;
    display: inline-block;
    margin: 5px; }

#bed {
  position: absolute;
  right: 0;
  bottom: 150px; }
  #bed img:nth-of-type(2) {
    position: absolute;
    right: 0;
    bottom: 0; }
  #bed #zzz span {
    position: absolute;
    font-family: Kranky, serif; }
    #bed #zzz span:nth-of-type(1) {
      right: 120px;
      top: 90px;
      font-size: 35px;
      animation: zzz 3s linear 0s infinite; }
    #bed #zzz span:nth-of-type(2) {
      right: 150px;
      top: 40px;
      font-size: 50px;
      animation: zzz 3s linear -2s infinite; }
    #bed #zzz span:nth-of-type(3) {
      right: 100px;
      top: 0;
      font-size: 60px;
      animation: zzz 3s linear -1s infinite; }

@keyframes zzz {
  0% {
    transform: translateY(20px) rotate(-10deg);
    opacity: 0; }
  35% {
    opacity: 1; }
  70% {
    transform: translateY(-20px) rotate(10deg);
    opacity: 0; }
  100% {
    transform: translateY(20px);
    opacity: 0; } }
#anmeldung {
  padding-top: 110px; }

#sendform {
  margin-top: 50px; }

#kontakt {
  padding-top: 110px; }
  #kontakt form {
    width: 100%;
    max-width: 465px;
    display: block;
    margin-right: 20px;
    float: left; }
    #kontakt form label {
      display: block;
      font-size: 18px;
      margin: 15px 0 5px;
      text-transform: uppercase; }
    #kontakt form input,
    #kontakt form textarea {
      width: 100%; }
    #kontakt form textarea {
      height: 160px; }
    #kontakt form button {
      margin-top: 20px; }
    #kontakt form img {
      margin: 20px;
      animation: wiggle 4s linear infinite; }
      #kontakt form img:first-of-type {
        animation-delay: -1.5s; }

#made-by-hosttech {
  position: fixed;
  right: 30px;
  top: 30px;
  transition: all linear 0.25s; }
  #made-by-hosttech:hover {
    animation: heartbeat 1s linear 0s infinite; }

#locations {
  list-style: decimal;
  margin-left: 15px; }
  #locations li {
    text-indent: 40px; }

#gift-popup-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out 0s; }
  #gift-popup-wrapper.active {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 0.25s ease-in-out 0s; }

#gift-popup {
  background-image: url("/img/pop-up-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 500px;
  height: 460px;
  padding: 65px 15px 15px;
  position: relative; }
  #gift-popup > button {
    position: absolute;
    right: 5px;
    top: 50px;
    background: none; }
  #gift-popup h2 {
    font-size: 23px;
    margin-bottom: 10px; }
  #gift-popup input {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%; }
  #gift-popup > div {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    max-width: calc(100% - 30px);
    height: calc(100% - 30px);
    transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out 0s; }
    #gift-popup > div button {
      position: absolute;
      right: 0;
      bottom: 90px;
      background-image: url("/img/button-black.svg");
      color: #fff;
      padding: 5px 30px; }
    #gift-popup > div.active {
      visibility: visible;
      opacity: 1;
      transition: visibility 0s linear 0s, opacity 0.25s ease-in-out 0s; }
  #gift-popup #gift-list {
    max-height: 250px;
    overflow: auto; }
  #gift-popup .gift {
    cursor: pointer;
    padding: 5px;
    position: relative;
    padding-left: 35px; }
    #gift-popup .gift::before {
      content: '';
      display: block;
      position: absolute;
      width: 19px;
      height: 19px;
      border: 1px solid #000;
      border-radius: 50%;
      left: 5px; }
    #gift-popup .gift.active::after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 30px;
      background-image: url("../img/blumen-16.svg");
      background-size: contain;
      left: 0;
      top: 0; }

#contact-trauzeugen .fill {
  margin-top: 14px; }

#choose-gift {
  margin-top: 30px; }

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .row .half {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    width: 50%; }
  .row p {
    width: 100%; }

.text-center {
  text-align: center; }

#countdown {
  padding: 20px;
  font-family: 'Great Vibes', cursive;
  font-size: 32px; }

select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  height: 45px;
  background: transparent; }

.tripple {
  overflow: hidden; }
  .tripple label,
  .tripple input,
  .tripple select {
    width: calc(100% / 3 - 10px);
    float: left;
    margin: 5px;
    text-transform: none; }

#mobile-toggle {
  display: none; }

nav #close-nav {
  display: none; }

@media (max-width: 1019px) {
  #dream {
    display: none; }

  header nav {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("../img/bg-paper-seamless.jpg"); }
    header nav ul {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      height: 100%; }
    header nav #close-nav {
      display: block;
      position: absolute;
      top: 10px;
      right: 15px; }

  #mobile-toggle {
    display: block; }

  #page-wrapper {
    padding: 10px; }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header > img {
      max-width: calc(100% - 70px);
      margin: 0; }

  img,
  #jc-heart,
  #nuts,
  #wegweiser,
  #ballon,
  #vorfreude {
    display: none; }

  button img,
  header img {
    display: inline-block; }

  #prince {
    top: 470px; }

  #queen {
    left: 20px;
    top: 800px; }

  #savethedate {
    display: block;
    top: 655px; }

  #infos .content > img {
    display: block; }

  #programm {
    height: auto;
    text-align: center; }
    #programm img {
      display: inline-block;
      position: static;
      margin-bottom: 20px; }

  #bed {
    position: relative;
    right: auto;
    bottom: auto; }
    #bed img {
      display: block; }

  #gift-collage {
    position: static; }
    #gift-collage #gift-box {
      position: relative;
      top: auto;
      left: auto;
      margin-top: 100px; }
      #gift-collage #gift-box img {
        display: block; }

  #kontakt img {
    display: block; }

  .tripple label {
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis; }

  #login-box {
    padding: 170px 75px; }
    #login-box img {
      display: block; }

  table img {
    display: inline-block; }

  #made-by-hosttech {
    display: block;
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    max-width: 40px;
    text-align: center; }
    #made-by-hosttech img {
      display: inline-block; } }
@keyframes heartbeat {
  0% {
    transform: scale(1); }
  20% {
    transform: scale(1.1); }
  40% {
    transform: scale(1); }
  60% {
    transform: scale(1.1); }
  80% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
#galerie #galerie-filter{
  margin: 50px 0 20px;}
#galerie #galerie-filter .btn{
  padding: 5px 15px;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  background: none;}
#galerie #galerie-filter .btn.active{
  background-image: url(../img/button.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;}
#gallery{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 15vw);
  grid-gap: 15px;}
#gallery img{
  transition: 1s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;}
#gallery img:hover{
  filter: grayscale(100%);
  transform: scale(1.1);}
.hidden {
  display: none;}
#btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1;
  font-size: 1em;
  padding: 15px;}
#btn:hover {
  transform: scale(1.3);}
.up{
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);}
.lb-closeContainer{
  position: absolute;
  top: -31px;
  right: 20px;}
.lb-data .lb-close{background: url(../img/gallery-close.png) top right no-repeat !important;}
.lb-nav a.lb-next{
  background: url(../img/next.png) right 48% no-repeat !important;}
.lb-nav a.lb-prev{
  background: url(../img/prev.png) left 48% no-repeat !important;}

@media (max-width: 767px){
  #page-wrapper{
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */
