@font-face {
  font-family: 'Italiana-Regular';
  src: url('../fonts/Italiana-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Italiana-Regular';
  src: url('../fonts/Italiana-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Roboto-Light';
  color: #27632d;
}
.patternTop,
.patternBottom {
  background-position: center center;
  background-size: cover;
  position: absolute;
  width: 100%;
}
.patternTop {
  background-position: bottom center;
  top: 0;
  z-index: 1;
  height: calc(30px + 10vw);
}
.patternBottom {
  background-position: top center;
  position: relative;
  bottom: 0;
  z-index: -1;
  height: calc(10px + 7vw);
  margin-top: 30px;
}
.uk-background-cover {
  background-position: top center;
}
.uk-background-cover .uk-overlay {
  font-family: 'Roboto-Light';
  font-size: 1.8rem;
  line-height: 2rem;
  font-size: clamp(1.8rem, calc(1.2rem + 1vw), 3rem);
  line-height: clamp(2rem, calc(1.2rem + 1vw), 3.2rem);
  color: #ffffff;
}
.title {
  font-family: 'Italiana-Regular';
  font-size: 3rem;
  font-size: clamp(5rem, calc(5rem + 1.390625vw), 10rem);
  font-size: clamp(5rem, calc(5rem + 2vw), 10rem);
  line-height: 5rem;
  line-height: clamp(4rem, calc(4rem + 2vw), 10rem);
  color: #27632d;
  text-align: center;
  margin-top: 15px;
}
#formular {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 30px;
}
#formular input {
  background-color: #e1ded3;
  color: #27632d;
}
#formular .radio > label > [type="radio"] {
  border-radius: 0;
}
#formular .radio > label > [type="radio"]:checked {
  background-image: none;
  background-color: #27632d;
}
#formular .buttons {
  width: 100%;
  padding-top: 15px;
  text-align: center;
}
#formular .buttons > [type="submit"] {
  background-color: #c0ac00;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 0 15px;
  font-weight: 700;
}
.sectionTitle {
  font-family: 'Italiana-Regular';
  font-size: 5rem;
  line-height: 5rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}
.sectionTitle + .sectionSubline {
  margin-top: 0px;
}
.sectionSubline {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  text-align: center;
}
#navigation .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #ffffff;
}
#navigation .uk-navbar-nav > li > a {
  display: inline-block;
  min-height: 45px;
  margin-top: 15px;
}
#navigation .uk-navbar-nav > li + li::before {
  content: '|';
  margin-right: 15px;
}
#navigation .mobil {
  display: inline-block;
}
#navigation .mobil .uk-navbar-toggle {
  color: #ffffff;
  background-color: rgba(129, 144, 113, 0.8);
  min-height: 45px;
  padding: 15px;
}
#offcanvas-nav-primary .uk-offcanvas-bar {
  background-color: #b6b9a6;
}
#offcanvas-nav-primary .uk-offcanvas-bar .uk-nav > li {
  text-align: center;
}
#offcanvas-nav-primary .uk-offcanvas-bar .uk-nav > li > a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #27632d;
  display: inline-block;
}
#willkommen {
  color: #dc8672;
}
#willkommen .sectionTitle {
  font-size: clamp(2.5rem, 11vw, 5.5rem);
  line-height: clamp(2.5rem, 11vw, 5.5rem);
}
#willkommen .sectionSubline {
  font-size: clamp(1.5rem, 6vw, 3rem);
  line-height: clamp(1.5rem, 6vw, 3rem);
}
#willkommen .date {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
#willkommen .date > span {
  font-weight: 400;
  display: block;
}
#willkommen .lead {
  text-align: center;
}
#willkommen .finca {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
#willkommen .signatur {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
#countdown {
  color: #e98698;
}
#countdown .countdown .uk-countdown-number {
  font-size: 2.4rem;
  font-weight: 700;
}
#countdown .countdown .uk-countdown-label {
  font-size: 0.75rem;
}
#countdown .countdown .uk-countdown-separator {
  font-size: 1.5rem;
}
#zeitplan {
  color: #5e6b3e;
}
#zeitplan .sectionTitle {
  font-size: clamp(2.5rem, 11vw, 5.5rem);
  line-height: clamp(2.5rem, 11vw, 5.5rem);
}
#zeitplan .sectionSubline {
  font-size: clamp(1.5rem, 6vw, 3rem);
  line-height: clamp(1.5rem, 6vw, 3rem);
}
#zeitplan .box {
  color: #ffffff;
}
#zeitplan .box .dayTitle {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}
#zeitplan .box .day {
  font-size: 1.6rem;
}
#zeitplan .box .subline {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
#zeitplan .box .placeTitle {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
#zeitplan .box .address {
  color: #ffffff;
  margin-bottom: 30px;
}
#zeitplan .box .address > .name {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
#zeitplan .box .address + .subline {
  margin-top: 30px;
}
#zeitplan .box .date {
  font-size: 1.4rem;
}
#zeitplan .box .date .time {
  display: inline-block;
  min-width: 120px;
}
#zeitplan .box > p {
  margin: 0px;
}
#zeitplan .box.b1 {
  background-color: rgba(219, 178, 72, 0.8);
}
#zeitplan .box.b2 {
  background-color: rgba(204, 120, 60, 0.8);
}
#zeitplan .box.b3 {
  background-color: rgba(129, 144, 113, 0.8);
}
#zeitplan .box.b4 {
  background-color: rgba(194, 121, 130, 0.8);
}
#zeitplan .box.b5 {
  background-color: rgba(188, 158, 147, 0.8);
}
#zeitplan .zeitplanBlaetter {
  display: block;
  margin: 0 auto;
  margin-right: 0;
  width: 100%;
  max-width: 290px;
  position: absolute;
  left: auto;
  right: 19rem;
  z-index: -1;
}
#zeitplan .clock {
  max-width: 200px;
}
@media only screen and (max-width: 959px) {
  #zeitplan .box.b1 {
    margin-left: 0 !important;
  }
  #zeitplan .box.b3 {
    margin-top: 0 !important;
  }
  #zeitplan .box.b5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #zeitplan .zeitplanBlaetter {
    max-width: calc(100vw - 33%) !important;
    right: 0rem !important;
  }
}
@media only screen and (max-width: 499px) {
  #zeitplan .box .date + .date {
    margin-top: 15px;
  }
}
#dresscode {
  color: #6b6e63;
}
#dresscode .sectionTitle {
  font-size: clamp(2.5rem, 11vw, 5.5rem);
  line-height: clamp(2.5rem, 11vw, 5.5rem);
  color: #e296e1;
  text-align: left;
}
#dresscode img.dresscode {
  display: block;
  margin: 0 auto;
  margin-right: 0;
  width: 100%;
  max-width: 540px;
  position: relative;
  margin-top: -5rem;
  z-index: -1;
}
#dresscode .box {
  max-width: 500px;
}
#dresscode .box .headline {
  font-size: 1.5rem;
  margin: 0;
}
#dresscode .box .headline .head {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
#dresscode .box .headline .sub {
  font-weight: 700;
  text-transform: uppercase;
  color: #e296e1;
}
#dresscode .box .subline {
  margin: 0;
}
#dresscode .box + .box {
  margin-top: 30px;
}
@media only screen and (max-width: 959px) {
  #dresscode img.dresscode {
    margin-top: -3rem;
  }
}
#transport {
  color: #5e6b3e;
}
#transport .sectionTitle {
  font-size: clamp(2.5rem, 11vw, 5.5rem);
  line-height: clamp(2.5rem, 11vw, 5.5rem);
  text-align: left;
  margin-bottom: 3rem;
}
#transport .box {
  font-size: 1.2rem;
}
#transport .box .headline {
  margin: 0;
}
#transport .box .subline {
  margin: 0;
}
#transport .box + .box {
  margin-top: 45px;
}
#transport .box.b1 {
  color: #ffffff;
  background-color: rgba(194, 121, 130, 0.8);
  padding: 15px;
}
#transport .box.b2 {
  color: #ffffff;
  background-color: rgba(129, 144, 113, 0.8);
  padding: 15px;
}
@media only screen and (max-width: 639px) {
  #transport .bus {
    max-width: 200px;
  }
}
#hotels {
  color: #6b6e63;
}
#hotels .sectionTitle {
  font-size: clamp(2.5rem, 11vw, 5.5rem);
  line-height: clamp(2.5rem, 11vw, 5.5rem);
  color: #eda098 !important;
}
#hotels .subline {
  font-size: 1.2rem;
  text-align: center;
}
#hotels .box .headline {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
#hotels .box .headline > a {
  color: inherit;
  text-transform: none;
  text-decoration: underline;
}
#hotels .box .subline {
  font-size: 1.2rem;
  margin: 0;
}
#hotels .box .addon {
  font-size: 1rem;
  font-weight: 700;
  color: #eda098;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
#hotels .box + .box {
  margin-top: 30px;
}
@media only screen and (max-width: 639px) {
  #hotels.uk-background-cover canvas {
    height: 130px;
  }
}
@media only screen and (min-device-width: 640px) and (max-width: 959px) {
  #hotels.uk-background-cover canvas {
    height: 240px;
  }
}
#kontaktdaten {
  color: #6b6e63;
}
#kontaktdaten .box {
  font-size: 1.4rem;
  background-color: rgba(220, 134, 114, 0.8);
  text-align: center;
}
#kontaktdaten .box .sectionTitle {
  font-size: clamp(2.5rem, 11vw, 5.5rem);
  line-height: clamp(2.5rem, 11vw, 5.5rem);
}
#kontaktdaten .box .tel {
  margin: 0;
}
#kontaktdaten .box .tel + .tel {
  margin: 0;
}
#geschenke .sectionTitle {
  font-size: clamp(2.5rem, 11vw, 5.5rem);
  line-height: clamp(2.5rem, 11vw, 5.5rem);
  color: #c0ac00;
}
#geschenke .box {
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #b6b9a6;
  text-align: center;
  display: inline-block;
  margin-top: 90px;
}
#geschenke .box .subline {
  color: #ffffff !important;
}
#geschenke .dagobert {
  max-width: 460px;
}
#geschenke .geschenke {
  max-width: 460px;
  position: relative;
  top: -15rem;
  left: 15rem;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  #geschenke .box {
    margin-top: 0px;
  }
  #geschenke .dagobert {
    max-width: 200px;
  }
  #geschenke .geschenke {
    position: absolute;
    top: 6rem;
    left: auto;
    right: -15px;
    max-width: calc(100vw - 60%);
  }
}
#rsvp {
  color: #5e6b3e;
}
#rsvp .sectionTitle {
  font-size: clamp(2.5rem, 11vw, 5.5rem);
  line-height: clamp(2.5rem, 11vw, 5.5rem);
  margin-bottom: 3rem;
}
#rsvp .subline {
  text-align: center;
}
#formular {
  color: #5e6b3e;
}
#formular .uk-form-label {
  color: #5e6b3e;
}
#formular form .dabei .radio {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#formular form .wennJa,
#formular form .uebernachtung {
  margin-top: 60px;
}
#formular form .essenswunsch .radio {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#borderLeft,
#borderRight {
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
#borderLeft {
  background-position: right;
  width: 120px;
  height: 1923px;
  left: 0px;
  margin-top: -200px;
}
#borderRight {
  background-position: left;
  background-size: 200px;
  width: 60px;
  height: 1500px;
  right: 0px;
}
@media only screen and (max-width: 959px) {
  #borderLeft {
    width: 80px;
  }
  #borderRight {
    width: 40px;
  }
}
.login .title {
  font-size: 4rem;
  line-height: 4rem;
  text-transform: uppercase;
}
.login .subtitle {
  font-size: 1.2rem;
}
