
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article, aside, footer, header, nav, section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption, figure, main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active, a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: inherit
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

audio, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details, menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

html {
  font-size: var(--text-font-size);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  min-height: 100%
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

body {
  font-family: var(--text-font);
  color: #333;
  height: 100%;
  line-height: 1.5;
  overflow-wrap: break-word
}

a:focus, button:focus, [type=radio]:focus, [type=checkbox]:focus, [type=submit]:focus, [type=button]:focus {
  border: 0;
  outline: 0
}

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px
}

.alert.alert-success {
  background-color: #d6e9c6;
  border-color: #c9e2b4;
  color: #468847
}

.weddybird-badge {
  background: url(/client/weddybird/wedding-page/assets/weddybird_white.svg?0d12bcc04bb621538c2b07186f038ae9) #b77481 no-repeat center;
  background-size: 30px 22px;
  border-top-left-radius: 10px;
  bottom: 0;
  display: block;
  height: 35px;
  position: fixed;
  right: 0;
  width: 40px;
  z-index: 1000
}

.weddybird-badge:hover {
  background-color: #a35564;
  background-size: 55px 40px;
  height: 70px;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: width, height;
  -o-transition-property: width, height;
  transition-property: width, height;
  width: 70px
}

.btn {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: color, background-color, -webkit-transform;
  transition-property: color, background-color, -webkit-transform;
  -o-transition-property: color, background-color, transform;
  transition-property: color, background-color, transform;
  transition-property: color, background-color, transform, -webkit-transform;
  background: var(--primary-color);
  font-family: var(--text-font);
  color: var(--foreground-color-on-primary-color-background);
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(147, 147, 147, .2);
  box-shadow: 0 2px 4px 0 rgba(147, 147, 147, .2);
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 150%;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle
}

.btn.btn-block {
  display: block;
  width: 100%
}

.btn:hover, .btn.active {
  background: var(--primary-color-darker);
  color: var(--foreground-color-on-primary-color-background)
}

.btn[disabled] {
  cursor: default;
  opacity: .5
}

.btn[disabled]:hover {
  background: var(--primary-color);
  color: var(--foreground-color-on-primary-color-background)
}

.text-primary-color {
  color: var(--text-primary-color)
}

.bg-primary-color {
  background-color: var(--primary-color)
}

.demo-teaser {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f6f6;
  -webkit-box-shadow: 0 0 4px -1px #8f8f8f;
  box-shadow: 0 0 4px -1px #8f8f8f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 5px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 101
}

.demo-teaser.absolute {
  position: absolute
}

.demo-teaser .teaser-large-only {
  display: none
}

@media(min-width: 550px) {
  .demo-teaser .teaser-large-only {
    display: block
  }
}

.demo-teaser .teaser-default {
  text-align: center;
  width: 100%
}

.demo-teaser .teaser-default .btn {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px
}

@media(min-width: 550px) {
  .demo-teaser .teaser-default {
    display: none
  }
}

@media(min-width: 400px) {
  .demo-teaser .demo-teaser-text {
    font-size: 1rem
  }
}

@media(min-width: 750px) {
  .demo-teaser .demo-teaser-text {
    font-size: 1.2rem
  }
}

.demo-teaser .btn {
  background: #1399d4;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none
}

.demo-teaser .btn:hover {
  background: #0f77a5;
  color: #fff
}

.demo-selection-wrapper {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: color, background-color, -webkit-transform;
  transition-property: color, background-color, -webkit-transform;
  -o-transition-property: color, background-color, transform;
  transition-property: color, background-color, transform;
  transition-property: color, background-color, transform, -webkit-transform;
  bottom: 0;
  position: fixed;
  text-align: center;
  -webkit-transform: translateY(3.5rem);
  -ms-transform: translateY(3.5rem);
  transform: translateY(3.5rem);
  width: 100%;
  z-index: 101
}

.demo-selection-wrapper.with-registration-widget {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.demo-selection-wrapper .demo-selection-container {
  background: #f6f6f6;
  border-top-left-radius: 4px;
  -webkit-box-shadow: 0 0 4px -1px #8f8f8f;
  box-shadow: 0 0 4px -1px #8f8f8f;
  padding: 1rem
}

.demo-selection-wrapper .demo-selection {
  padding-bottom: .5rem
}

.demo-selection-wrapper .demo-selection .prefix {
  display: none
}

@media(min-width: 400px) {
  .demo-selection-wrapper .demo-selection .prefix {
    display: inline
  }
}

.demo-selection-wrapper .demo-selection .btn {
  background: #777;
  color: #fff;
  font-size: .8rem;
  margin: 0;
  text-decoration: none
}

.demo-selection-wrapper .demo-selection .btn:hover {
  background: #5e5e5e;
  color: #fff
}

.demo-selection-wrapper .demo-registration-widget {
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 3rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  right: 0;
  width: 100%
}

.demo-selection-wrapper .demo-registration-widget .btn {
  display: block;
  margin-top: .5rem;
  white-space: nowrap
}

.demo-selection-wrapper .demo-registration-widget .desktop {
  display: none
}

@media(min-width: 550px) {
  .demo-selection-wrapper .demo-registration-widget .desktop {
    display: block
  }
  .demo-selection-wrapper .demo-registration-widget .mobile {
    display: none
  }
}

@media(min-width: 550px) {
  .demo-selection-wrapper {
    right: 0;
    -webkit-transform: translateY(6rem);
    -ms-transform: translateY(6rem);
    transform: translateY(6rem);
    width: auto
  }
  .demo-selection-wrapper .demo-selection {
    padding-bottom: 1rem
  }
  .demo-selection-wrapper .demo-selection .btn:first-child {
    margin-right: .5rem
  }
  .demo-selection-wrapper .demo-registration-widget {
    border-top: 1px solid #d9d9d9;
    height: 5rem;
    padding-top: .5rem
  }
}

.disabled-warning {
  background: #ffe115;
  border-bottom: 1px solid #939393;
  font-size: .8rem;
  font-weight: 500;
  padding: .5rem;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000000
}

.disabled-warning a {
  color: #777
}

label {
  cursor: pointer;
  display: block
}

.control-label {
  font-weight: bold;
  margin: 0 0 .25rem
}

.radio label, .checkbox label {
  margin: .25rem 0;
  padding-left: 1.5rem;
  position: relative;
  text-indent: -1.5rem
}

.radio label input, .checkbox label input {
  width: 1rem
}

.form-control {
  font-family: var(--text-font);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(147, 147, 147, .2);
  box-shadow: 0 2px 4px 0 rgba(147, 147, 147, .2);
  color: #333;
  padding: .75rem;
  width: 100%
}

select.form-control {
  color: #939393;
  padding: calc(0.75rem - 3px) .75rem
}

select.form-control[disabled] {
  background: #f6f6f6;
  color: #d9d9d9
}

.form-group {
  margin: .75rem 0
}

textarea.form-control {
  line-height: 1.5
}

input.form-control, select.form-control, textarea.form-control {
  outline: none
}

.input-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.input-group :first-child {
  border-bottom-right-radius: 0;
  border-right: 0;
  border-top-right-radius: 0
}

.input-group :last-child {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0
}

.input-group-addon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d9d9d9;
  border-radius: 4px;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: calc(0.75rem - 2px) .75rem
}

::-webkit-input-placeholder {
  color: #939393
}

::-moz-placeholder {
  color: #939393;
  opacity: 1
}

:-ms-input-placeholder {
  color: #939393
}

:-moz-placeholder {
  color: #939393
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%
}

h1 {
  margin: 0;
  padding: 0
}

h2 {
  margin: 0;
  padding: 0
}

h3 {
  margin: 0;
  padding: 0
}

h4 {
  margin: 0;
  padding: 0
}

h5 {
  margin: 0;
  padding: 0
}

h2 {
  font-size: 1.7em
}

@media(min-width: 750px) {
  h2 {
    font-size: 2.5em
  }
}

.headline-font-wrapper {
  font-family: var(--headline-font);
  font-size: var(--headline-font-size)
}

.headline-font-wrapper>* {
  font-family: var(--headline-font);
  text-transform: var(--headline-text-transform)
}

.headline-font-big {
  font-size: 1.7em
}

@media(min-width: 750px) {
  .headline-font-big {
    font-size: 2.5em
  }
}

.headline-font-medium {
  font-size: 1.5em
}

@media(min-width: 750px) {
  .headline-font-medium {
    font-size: 2em
  }
}

.d-none {
  display: none
}

iframe {
  max-width: 100%
}

img {
  max-width: 100%
}

a {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: color, background-color, -webkit-transform;
  transition-property: color, background-color, -webkit-transform;
  -o-transition-property: color, background-color, transform;
  transition-property: color, background-color, transform;
  transition-property: color, background-color, transform, -webkit-transform;
  color: var(--text-primary-color);
  cursor: pointer;
  text-decoration: none
}

a:hover {
  color: var(--text-primary-color-darker);
  text-decoration: underline
}

.text-center {
  text-align: center
}

.pattern-overlay {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEElEQVQIW2NkgID/jFAGAwAKIwECc3hvCQAAAABJRU5ErkJggg==");
  -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, .3);
  height: 100%;
  opacity: .4;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%
}

.horizontal-separator {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  text-shadow: none
}

.horizontal-separator::before, .horizontal-separator::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%
}

.horizontal-separator.horizontal-separator-white {
  color: #fff
}

.horizontal-separator.horizontal-separator-white::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, #fff));
  background: -o-linear-gradient(left, transparent 0%, #fff 70%);
  background: linear-gradient(to right, transparent 0%, #fff 70%)
}

.horizontal-separator.horizontal-separator-white::after {
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(70%, #fff));
  background: -o-linear-gradient(right, transparent 0%, #fff 70%);
  background: linear-gradient(to left, transparent 0%, #fff 70%)
}

.horizontal-separator.horizontal-separator-black {
  color: #000
}

.horizontal-separator.horizontal-separator-black::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, #000));
  background: -o-linear-gradient(left, transparent 0%, #000 70%);
  background: linear-gradient(to right, transparent 0%, #000 70%)
}

.horizontal-separator.horizontal-separator-black::after {
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(70%, #000));
  background: -o-linear-gradient(right, transparent 0%, #000 70%);
  background: linear-gradient(to left, transparent 0%, #000 70%)
}

.horizontal-separator.horizontal-separator-gray {
  color: rgba(0, 0, 0, .5)
}

.horizontal-separator.horizontal-separator-gray::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.5) 70%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 70%)
}

.horizontal-separator.horizontal-separator-gray::after {
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(70%, rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.5) 70%);
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.5) 70%)
}

.horizontal-separator.horizontal-separator-hero-color {
  color: var(--hero-color)
}

.horizontal-separator.horizontal-separator-hero-color::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, var(--hero-color)));
  background: -o-linear-gradient(left, transparent 0%, var(--hero-color) 70%);
  background: linear-gradient(to right, transparent 0%, var(--hero-color) 70%)
}

.horizontal-separator.horizontal-separator-hero-color::after {
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(70%, var(--hero-color)));
  background: -o-linear-gradient(right, transparent 0%, var(--hero-color) 70%);
  background: linear-gradient(to left, transparent 0%, var(--hero-color) 70%)
}

.horizontal-separator .icons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin: 0 10px;
  white-space: nowrap
}

.horizontal-separator .icons .fas {
  margin: 0 3px
}

.horizontal-separator .icons .fas:nth-child(2) {
  font-size: 18px
}

@media(min-width: 550px) {
  .horizontal-separator-small {
    max-width: 50%
  }
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-underline {
  text-decoration: underline
}

.text-bold {
  font-weight: bold
}

.text-sm {
  font-size: .9rem
}

@media(min-width: 750px) {
  .text-sm {
    font-size: .9rem
  }
}

.text-lg {
  font-size: 1.1rem
}

@media(min-width: 750px) {
  .text-lg {
    font-size: 1.25rem
  }
}

.text-size-large {
  font-size: 1.5rem
}

.text-size-huge {
  font-size: 2rem
}

.video {
  display: block
}

.video iframe, .video video {
  display: block;
  margin: 0 auto
}

.video video {
  max-width: 720px;
  width: 100%
}

.the-hp-field {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1
}

.accordion {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 3px solid var(--primary-color);
  margin: 0 auto;
  max-width: 50rem
}

@media(min-width: 750px) {
  .accordion {
    padding: 0 1rem
  }
}

.accordion-headline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  font-weight: bolder;
  line-height: 1.5;
  padding: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.accordion-headline:hover {
  text-decoration: none
}

.accordion-headline .chevron {
  color: var(--primary-color);
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: .75rem;
  margin-top: .25rem;
  -webkit-transition: .5s transform ease;
  -o-transition: .5s transform ease;
  transition: .5s transform ease
}

.accordion-content {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 1rem;
  -webkit-transition: height .5s ease;
  -o-transition: height .5s ease;
  transition: height .5s ease
}

.accordion-content::after {
  content: "";
  display: block;
  height: 1.5rem
}

.accordion-item {
  border-bottom: 1px solid var(--primary-color)
}

.accordion-item.opened .chevron {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

hr {
  border: 0;
  margin: 0 0 2rem;
  padding-top: 2rem;
  position: relative
}

hr::before {
  background: #e6e6e6;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: 1
}

@media(min-width: 750px) {
  hr::before {
    left: 5%;
    width: 90%
  }
}

hr::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  background: #fff;
  bottom: 0;
  color: #d9d9d9;
  display: inline-block;
  font-size: 1.5rem;
  left: 50%;
  margin: 0 auto;
  padding: 0 1rem;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(50%);
  -ms-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  z-index: 2
}

.locale-selector-sticky-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  position: absolute;
  right: 0;
  text-align: right
}

.locale-selector-sticky-wrapper .locale-selector {
  position: -webkit-sticky;
  position: sticky
}

.demo-page .locale-selector-sticky-wrapper {
  height: calc(100% - 5rem);
  top: 5rem
}

.locale-selector {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-box-shadow: 0 7px 10px -2px rgba(0, 0, 0, .15), 0 3px 5px -1px rgba(0, 0, 0, .06);
  box-shadow: 0 7px 10px -2px rgba(0, 0, 0, .15), 0 3px 5px -1px rgba(0, 0, 0, .06);
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 2rem;
  -webkit-transition: max-height .4s ease-in-out;
  -o-transition: max-height .4s ease-in-out;
  transition: max-height .4s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1
}

.locale-selector .locale-selector-label {
  background-color: var(--primary-color);
  color: var(--foreground-color-on-primary-color-background);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  overflow: hidden;
  padding: 0 2.5rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color .4s ease-in-out;
  -o-transition: background-color .4s ease-in-out;
  transition: background-color .4s ease-in-out
}

.locale-selector .locale-selector-label .fa-globe-europe {
  left: 2px;
  position: absolute;
  text-align: center;
  width: 2.5rem
}

.locale-selector .locale-selector-label .fa-chevron-down {
  position: absolute;
  right: 1rem;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.locale-selector .locale-selector-label:hover {
  background-color: var(--primary-color-darker);
  color: var(--foreground-color-on-primary-color-background)
}

.locale-selector.opened .locale-selector-current .fa-chevron-down {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.locale-selector.opened .locale-selector-options {
  height: var(--locale-selector-options-height)
}

.locale-selector-current {
  position: relative;
  z-index: 1
}

.locale-selector-options {
  height: 0;
  position: relative;
  text-align: right;
  -webkit-transition: height .4s ease-in-out;
  -o-transition: height .4s ease-in-out;
  transition: height .4s ease-in-out;
  z-index: 0
}

.modal-open {
  overflow: hidden
}

.modal-backdrop {
  background: rgba(119, 119, 119, .3);
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100
}

.modal {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: .5rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 110
}

@media(min-width: 750px) {
  .modal {
    padding: 1.5rem
  }
}

.modal .modal-container {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px #d9d9d9;
  box-shadow: 0 0 5px #d9d9d9;
  margin: 0 auto;
  position: relative;
  width: 100%
}

@media(min-width: 750px) {
  .modal .modal-container {
    max-width: 1000px;
    width: 90%
  }
}

.modal .modal-header {
  font-family: var(--headline-font);
  font-weight: 300;
  margin-bottom: 2rem;
  text-align: center
}

.modal .modal-header .modal-subheading {
  color: var(--text-primary-color);
  font-family: var(--text-font);
  font-size: 1.1rem
}

@media(min-width: 750px) {
  .modal .modal-header .modal-subheading {
    font-size: 1.25rem
  }
}

.modal .modal-content {
  padding: 2.5rem 1rem 3.5rem
}

.modal .modal-close {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: color, background-color, -webkit-transform;
  transition-property: color, background-color, -webkit-transform;
  -o-transition-property: color, background-color, transform;
  transition-property: color, background-color, transform;
  transition-property: color, background-color, transform, -webkit-transform;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px
}

.modal .modal-close:hover {
  color: var(--text-primary-color)
}

.table {
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

.table tr {
  height: 3.5rem
}

.table tr:nth-child(2n+3) {
  background: #f6f6f6
}

.table th {
  background: var(--primary-color);
  color: #fff
}

.table th, .table td {
  border-right: 1px solid #d9d9d9;
  padding: 0 .3rem
}

@media(min-width: 550px) {
  .table th, .table td {
    padding: 0 1.5rem
  }
}

.table th:last-child, .table td:last-child {
  border-right: 0
}

.gallery-body {
  min-height: 100%;
  padding-bottom: 100px
}

.gallery-body h1, .gallery-body h2, .gallery-body h3 {
  font-family: var(--headline-font);
  font-weight: normal
}

.gallery-body .album-selector {
  margin: 2rem;
  text-align: center
}

.gallery-body .album-selector ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.gallery-body .album-selector ul li {
  display: inline-block;
  margin: 5px 0
}

.gallery-body .album-selector a:hover {
  text-decoration: none
}

.gallery-body .gallery-footer {
  font-family: var(--headline-font);
  background: #333;
  color: #fff;
  font-size: 1rem;
  padding: 10px;
  text-align: center;
  width: 100%
}

.gallery-body .gallery-footer p {
  margin: 0;
  padding: 0
}

@media(min-width: 550px) {
  .gallery-body .gallery-footer {
    font-size: 1.3rem
  }
}

@media(min-width: 750px) {
  .gallery-body .gallery-footer {
    bottom: 0;
    position: fixed
  }
}

.gallery-body .download-button {
  padding: 2.5rem 0
}

@media(min-width: 750px) {
  .gallery-body .download-button {
    padding: 2.5rem 0 7.5rem
  }
}

.gallery-body .gallery-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 7px 10px -2px rgba(0, 0, 0, .15), 0 3px 5px -1px rgba(0, 0, 0, .06);
  box-shadow: 0 7px 10px -2px rgba(0, 0, 0, .15), 0 3px 5px -1px rgba(0, 0, 0, .06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.5rem;
  padding: .5rem;
  position: relative;
  text-align: center
}

.gallery-body .gallery-header .headline-font-wrapper {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0;
  padding: 0 40px;
  text-align: center
}

.gallery-body .gallery-header .headline-font-wrapper h1 {
  font-size: 1.7em
}

@media(min-width: 750px) {
  .gallery-body .gallery-header .headline-font-wrapper h1 {
    font-size: 2.5em
  }
}

.gallery-body .gallery-header .logout-link {
  position: absolute;
  right: .5rem;
  width: 40px
}

.gallery-body .intro {
  margin: 20px 0;
  padding: 0 20px;
  text-align: center
}

.gallery-body .intro h2 {
  font-size: 2rem
}

.gallery-body .intro p {
  font-weight: 300
}

.gallery-body .video {
  margin: 20px 0
}

.gallery-body .video-js, .gallery-body .video-js video {
  max-height: 100%;
  max-width: 100%
}

.gallery-body .video-js .vjs-big-play-button {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.gallery-body .video-js .vjs-menu-button-popup .vjs-menu {
  z-index: 100000
}

.lightbox-shown {
  overflow-y: hidden
}

.lightbox-mask {
  background-color: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 10000
}

.lightbox-mask .fade-enter-active, .lightbox-mask .fade-leave-active {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}

.lightbox-mask .fade-enter, .lightbox-mask .fade-leave-to {
  opacity: 0
}

.lightbox-actions {
  background: rgba(51, 51, 51, .8);
  font-size: 1rem;
  position: absolute;
  right: 0;
  z-index: 2
}

.lightbox-actions span, .lightbox-actions a {
  color: rgba(255, 255, 255, .5);
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
  width: 40px
}

.lightbox-actions span:hover, .lightbox-actions a:hover {
  background: rgba(51, 51, 51, .95);
  color: rgba(255, 255, 255, .9);
  cursor: pointer
}

.lightbox-touch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%
}

.lightbox-image-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: relative;
  -webkit-transition: padding .5s ease-in-out;
  -o-transition: padding .5s ease-in-out;
  transition: padding .5s ease-in-out;
  width: 100%
}

.lightbox-image-container .lightbox-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%
}

.lightbox-image-container .image-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  width: 100%
}

.lightbox-image-container .image-wrapper img {
  background: #333;
  max-height: 100%;
  max-width: 100%;
  pointer-events: none
}

.lightbox-image-container .next-previous-preloading {
  position: absolute;
  visibility: hidden
}

.lightbox-image-container .next-image, .lightbox-image-container .previous-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  margin: 0 5px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 10%;
  width: 150px;
  z-index: 1
}

.lightbox-image-container .next-image .fas, .lightbox-image-container .previous-image .fas {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(51, 51, 51, .8);
  border-radius: 50%;
  color: rgba(255, 255, 255, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
  width: 50px
}

.lightbox-image-container .next-image .fas::before, .lightbox-image-container .previous-image .fas::before {
  display: block;
  margin-top: 2px
}

.lightbox-image-container .next-image:hover, .lightbox-image-container .previous-image:hover {
  color: #fff
}

.lightbox-image-container .next-image:hover .fas, .lightbox-image-container .previous-image:hover .fas {
  background: rgba(51, 51, 51, .95);
  color: rgba(255, 255, 255, .9)
}

.lightbox-image-container .previous-image {
  left: 0
}

.lightbox-image-container .previous-image .fas {
  padding: 10px 14px 10px 10px
}

.lightbox-image-container .next-image {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  right: 0
}

.lightbox-image-container .next-image .fas {
  padding: 10px 10px 10px 14px
}

.lightbox-enter {
  opacity: 0
}

.lightbox-leave-active {
  opacity: 0
}

.image-enter {
  opacity: 0
}

.image-leave-active {
  opacity: 0
}

.gallery-overview {
  margin: 1rem 0;
  padding: 0 1rem
}

.gallery-overview .preview-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.gallery-overview .preview-images::after {
  content: "";
  -webkit-box-flex: 999999999;
  -ms-flex-positive: 999999999;
  flex-grow: 999999999;
  min-width: 20%
}

.gallery-overview .preview-image-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 2px;
  position: relative;
  z-index: 0
}

.gallery-overview .preview-image-container .placeholder {
  background: #f6f6f6;
  display: block;
  padding-bottom: 0
}

.gallery-overview .preview-image-container .preview-image {
  border-radius: 4px;
  pointer-events: none;
  position: absolute;
  top: 0;
  vertical-align: bottom;
  width: 100%;
  z-index: 1
}

.gallery-overview .preview-image-container::after {
  background: rgba(0, 0, 0, .3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  width: 100%;
  z-index: 2
}

.gallery-overview .preview-image-container:hover {
  cursor: pointer
}

.gallery-overview .preview-image-container:hover::after {
  opacity: 1
}

.gallery-overview .preview-image-video {
  position: relative
}

.gallery-overview .preview-image-video::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  color: #fff;
  display: block;
  font-size: 2rem;
  left: 50%;
  position: absolute;
  text-shadow: 0 0 5px rgba(0, 0, 0, .8);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2
}

.gallery-overview .preview-video-length {
  color: #fff;
  font-size: .8rem;
  font-weight: bold;
  position: absolute;
  right: .25rem;
  text-shadow: 0 0 5px #000;
  top: .25rem;
  z-index: 5
}

.progress {
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden
}

.progress .progress-bar {
  background: var(--primary-color);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  text-align: center;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
  width: 0
}

.progress.progress-striped .progress-bar {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px
}

.uploader-section {
  margin: 20px 0;
  padding: 0 20px;
  text-align: center
}

.uploader {
  margin: 0 auto;
  max-width: 1000px
}

.uploader .transfer-box {
  list-style-type: none;
  text-align: left
}

.uploader .transfer-box .status {
  float: right;
  font-size: 10px;
  margin-left: 10px
}

.uploader .transfer-box .status-link {
  cursor: pointer
}

.uploader .transfer-box .file-name {
  font-size: 10px;
  margin-bottom: 0
}

.uploader .reload-notice {
  font-size: 12px;
  margin: 10px 0
}

.uploader .upload-successful {
  font-weight: bold;
  margin-bottom: 10px
}

.uploader .drop-zone {
  border: 2px dashed #d9d9d9;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 2rem 0;
  text-align: center
}

.uploader .drop-zone.drag-over {
  border: 4px solid #d6e9c6
}

.uploader .drop-zone input {
  left: 0
}

.uploader .drop-zone-button {
  margin-top: 1rem
}

.file-list-enter-active, .file-list-leave-active {
  opacity: 1;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s
}

.file-list-leave-to {
  opacity: 0
}

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s
}

.fade-enter, .fade-leave-to {
  opacity: 0
}

.page-header-navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 7px 10px -2px rgba(0, 0, 0, .15), 0 3px 5px -1px rgba(0, 0, 0, .06);
  box-shadow: 0 7px 10px -2px rgba(0, 0, 0, .15), 0 3px 5px -1px rgba(0, 0, 0, .06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1rem;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100
}

.page-header-navigation.sticky {
  position: fixed
}

.page-header-navigation .names {
  font-family: var(--headline-font);
  font-size: 1.5rem;
  line-height: normal;
  padding: 5px 0;
  text-align: center;
  text-decoration: none
}

@media(min-width: 550px) {
  .page-header-navigation .names {
    white-space: nowrap
  }
}

.page-header-navigation.gallery .navigation-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.page-header-navigation.gallery .logout-link {
  position: absolute;
  right: .5rem
}

@media(min-width: 750px) {
  .page-header-navigation.gallery .navigation-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  .page-header-navigation.gallery .logout-link {
    margin-left: 2rem;
    position: static
  }
}

@media(min-width: 750px) {
  .page-header-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navigation-wrapper {
    margin-left: 5%
  }
}

.navigation-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%
}

.navigation-wrapper .navigation-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%
}

.navigation-wrapper .navigation-navigate {
  font-size: 1.5em;
  padding: 0 10px;
  position: relative;
  text-align: center;
  visibility: hidden;
  width: 40px
}

.navigation-wrapper .navigation-navigate.disabled {
  color: #d9d9d9
}

.navigation-wrapper .logout-link {
  margin-top: .25rem;
  text-align: center;
  width: 2rem
}

.navigation-wrapper .navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  list-style-type: none;
  position: absolute;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}

.navigation-wrapper .navigation-item {
  display: inline-block;
  font-size: .9em
}

.navigation-wrapper .navigation-item:first-child {
  padding-left: 0
}

.navigation-wrapper .navigation-item:last-child {
  padding-right: 0
}

.navigation-wrapper .navigation-link {
  text-transform: var(--navigation-text-transform);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: .25rem solid transparent;
  border-top: .25rem solid transparent;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding: 0 5px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap
}

.navigation-wrapper .navigation-link.active {
  color: var(--text-primary-color);
  border-bottom-color: var(--text-primary-color)
}

.navigation-wrapper .navigation-link:hover {
  color: var(--text-primary-color-darker)
}

.no-nav-placeholder {
  border-bottom: 0.25rem solid var(--primary-color)
}

.page-wrapper {
  height: 100%;
  min-height: 30rem
}

.page-header {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 100%
}

.page-header * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.page-image-header {
  height: 100%;
  min-height: 30rem;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.page-image-header .slider-image {
  background: fixed center center;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  width: 100%;
  z-index: 1
}

.page-image-header .slider-image.top-left {
  background-position: top left
}

.page-image-header .slider-image.top-center {
  background-position: top center
}

.page-image-header .slider-image.top-right {
  background-position: top right
}

.page-image-header .slider-image.center-left {
  background-position: center left
}

.page-image-header .slider-image.center-center {
  background-position: center center
}

.page-image-header .slider-image.center-right {
  background-position: center right
}

.page-image-header .slider-image.bottom-left {
  background-position: bottom left
}

.page-image-header .slider-image.bottom-center {
  background-position: bottom center
}

.page-image-header .slider-image.bottom-right {
  background-position: bottom right
}

@media(min-width: 750px) {
  .page-image-header .slider-image.desktop-top-left {
    background-position: top left
  }
  .page-image-header .slider-image.desktop-top-center {
    background-position: top center
  }
  .page-image-header .slider-image.desktop-top-right {
    background-position: top right
  }
  .page-image-header .slider-image.desktop-center-left {
    background-position: center left
  }
  .page-image-header .slider-image.desktop-center-center {
    background-position: center center
  }
  .page-image-header .slider-image.desktop-center-right {
    background-position: center right
  }
  .page-image-header .slider-image.desktop-bottom-left {
    background-position: bottom left
  }
  .page-image-header .slider-image.desktop-bottom-center {
    background-position: bottom center
  }
  .page-image-header .slider-image.desktop-bottom-right {
    background-position: bottom right
  }
}

.ios-device .page-image-header .slider-image {
  background-attachment: scroll
}

.page-image-header .slider-image.visible, .page-image-header .slider-image.init {
  opacity: 1
}

@media(orientation: portrait) {
  .page-image-header .slider-image:not(.mobile) {
    opacity: 0
  }
}

@media(orientation: landscape) {
  .page-image-header .slider-image:not(.desktop) {
    opacity: 0
  }
}

.page-image-header .pattern-overlay {
  z-index: 2
}

.page-image-header .title-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: hidden;
  padding: 5rem 0;
  position: absolute;
  width: 100%;
  z-index: 3
}

.page-image-header .title-wrapper.align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.page-image-header .title-wrapper.align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.page-image-header .title-wrapper .title {
  font-family: var(--headline-font);
  color: var(--hero-color);
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  -o-transition: transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear
}

.page-image-header .title-wrapper .title h1, .page-image-header .title-wrapper .title h2 {
  font-weight: normal
}

.page-image-header .title-wrapper .title h1 {
  font-size: 2.5em
}

.page-image-header .title-wrapper .title h2 {
  font-size: 1.5em
}

@media(min-width: 750px) {
  .page-image-header .title-wrapper .title h1 {
    font-size: 4em
  }
  .page-image-header .title-wrapper .title h2 {
    font-size: 2em
  }
}

@media(min-width: 1000px) {
  .page-image-header .title-wrapper .title h1 {
    font-size: 5em
  }
  .page-image-header .title-wrapper .title h2 {
    font-size: 2.5em
  }
  .page-image-header .title-wrapper .title .separator {
    margin: 20px
  }
}

.login-body {
  background-position: center center;
  background-size: cover;
  padding: 1.5rem
}

@media(min-width: 750px) {
  .login-body {
    padding: 2.5rem
  }
}

.login-box {
  background: none repeat scroll 0 0 rgba(246, 246, 246, .8);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px -3px #939393;
  box-shadow: 0 0 10px -3px #939393;
  max-width: 300px;
  padding: 1.5rem;
  width: 100%
}

.login-box h1 {
  font-family: var(--headline-font);
  color: var(--text-primary-color);
  line-height: 1;
  margin-bottom: 1rem
}

.login-box .btn {
  border-radius: 5px;
  font-size: 1.25rem;
  padding: 3px
}

.login-box .remember-me {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0
}

.login-box .remember-me [type=checkbox] {
  margin-right: 3px
}

.section {
  max-width: 100%;
  padding: 3rem 0
}

.section img {
  border-radius: 4px
}

.contact-data-section {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center
}

.contact-data-section .container {
  padding-bottom: 50px;
  padding-top: 50px
}

.contact-data-section .phone, .contact-data-section .mail, .contact-data-section .address {
  color: inherit;
  font-size: 1.25rem;
  text-shadow: 1px 1px 1px #000
}

.contact-data-section .phone, .contact-data-section .mail {
  margin-bottom: 2.5rem
}

.contact-data-section .phone .content, .contact-data-section .mail .content {
  background: rgba(255, 255, 255, .3);
  display: inline-block;
  max-width: 100%;
  padding: 10px 1rem
}

.contact-data-section .phone .content a, .contact-data-section .mail .content a {
  color: inherit
}

.contact-data-section .phone::before, .contact-data-section .mail::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px !important;
  height: 60px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto 20px;
  text-shadow: none;
  width: 60px
}

.contact-data-section .phone::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto
}

.contact-data-section .mail a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: top
}

.contact-data-section .mail::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto
}

.contact-data-section .address {
  font-size: 1.5rem
}

@media(min-width: 750px) {
  .contact-data-section .container {
    padding-bottom: 80px;
    padding-top: 80px
  }
  .contact-data-section .phone, .contact-data-section .mail {
    font-size: 1.5rem;
    margin-bottom: 60px
  }
  .contact-data-section .address {
    font-size: 2rem
  }
}

.countdown-section {
  font-weight: normal;
  margin-bottom: 0;
  padding: 1rem 0;
  text-align: center
}

.countdown-section .countdown {
  list-style-type: none;
  margin: 0;
  padding: 0
}

@media(min-width: 400px) {
  .countdown-section .countdown {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
    width: 70%
  }
}

@media(min-width: 750px) {
  .countdown-section .countdown {
    width: 50%
  }
}

.countdown-section .counter {
  margin: 30px 0
}

.countdown-section .counter-number, .countdown-section .counter-unit {
  display: block;
  margin: 10px
}

.countdown-section .counter-number {
  font-size: 2rem
}

.countdown-section .counter-unit .text {
  font-size: 1.3em
}

@media(min-width: 750px) {
  .countdown-section .counter-number {
    font-size: 2.5rem
  }
  .countdown-section .counter-unit {
    font-size: 1.5em
  }
}

.couple {
  text-align: center
}

.couple-person {
  margin-bottom: 2rem
}

.couple-person-photo {
  margin-bottom: 1rem
}

.couple-person-photo .img {
  background: no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 200px;
  margin: 0 auto;
  width: 200px
}

.couple-person-name {
  text-transform: var(--headline-text-transform);
  font-size: 1.2rem;
  font-weight: bold
}

@media(min-width: 550px) {
  .couple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1000px
  }
  .couple-person {
    margin-bottom: 0;
    max-width: 50%;
    padding: 0 1.5rem
  }
}

.faq-section .section-introduction {
  margin-bottom: 3rem
}

.faq-section .section-introduction .horizontal-separator {
  display: none
}

.footer-section {
  font-family: var(--headline-font);
  color: var(--foreground-color-on-primary-color-background);
  background: #333;
  padding: 1rem 0;
  text-align: center;
  text-transform: none
}

.footer-section .footer-text {
  font-size: 1.5em
}

@media(min-width: 750px) {
  .footer-section {
    padding: .5rem
  }
}

.rsvp-section form, .mail-section form {
  margin: 0 auto .5rem;
  max-width: 45rem
}

.rsvp-section form textarea, .mail-section form textarea {
  display: block;
  max-width: 100%;
  min-height: 150px
}

@media(min-width: 750px) {
  .rsvp-section form textarea, .mail-section form textarea {
    min-height: 100px
  }
}

@media(min-width: 750px) {
  .rsvp-section form .data, .mail-section form .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .rsvp-section form .data .column, .mail-section form .data .column {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-left: 2rem
  }
  .rsvp-section form .data .column:first-child, .mail-section form .data .column:first-child {
    padding-left: 0
  }
  .rsvp-section form .data+.form-group, .rsvp-section form .data+.rsvp-questions>.form-group:first-child, .mail-section form .data+.form-group, .mail-section form .data+.rsvp-questions>.form-group:first-child {
    margin-top: 0
  }
  .rsvp-section form .data+.terms-checkbox, .mail-section form .data+.terms-checkbox {
    margin-top: -0.5rem
  }
}

.rsvp-section form .terms-checkbox, .mail-section form .terms-checkbox {
  margin: 1rem 0
}

.mail-section form .rsvp-section form .terms-checkbox, .mail-section form .mail-section form .terms-checkbox {
  margin-top: 0
}

.rsvp-section form .terms-checkbox .form-group, .mail-section form .terms-checkbox .form-group {
  font-size: .9rem;
  font-weight: lighter
}

.rsvp-section form .terms-checkbox [type=checkbox], .mail-section form .terms-checkbox [type=checkbox] {
  margin-right: 5px
}

.terms-checkbox {
  color: #939393
}

.terms-checkbox a {
  color: inherit;
  text-decoration: underline
}

.terms-checkbox a:hover {
  color: #333
}

.gallery-overview-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.photo-album {
  background: #f6f6f6;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .4);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .4);
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 450px;
  flex: 0 1 450px;
  height: 300px;
  margin: 2rem 0;
  padding: .75rem;
  position: relative;
  width: 450px
}

@media(min-width: 400px) {
  .photo-album {
    margin: 2rem
  }
}

.photo-album::before, .photo-album::after {
  background: inherit;
  border: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.photo-album::before {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg)
}

.photo-album::after {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg)
}

.photo-album:hover .photo-album-label .arrow {
  background: var(--primary-color);
  color: var(--foreground-color-on-primary-color-background);
  color: #fff
}

.photo-album:hover .photo-album-preview-image {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.photo-album-preview {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3
}

.photo-album-preview-image {
  background: no-repeat center center;
  background-size: cover;
  height: 100%;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  width: 100%
}

.photo-album-label {
  background: rgba(0, 0, 0, .75);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: .5rem 3.5rem .5rem 1rem;
  position: absolute;
  width: 100%;
  z-index: 5
}

.photo-album-label .text {
  display: block;
  font-weight: 500
}

.photo-album-label .arrow {
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  background: var(--foreground-color-on-primary-color-background);
  color: var(--primary-color);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: .5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color
}

.header-section {
  background-color: var(--header-section-background-color);
  line-height: 1.5;
  padding: 30px 0;
  text-align: center
}

.header-section h2 {
  font-family: var(--headline-font);
  text-transform: var(--headline-text-transform);
  color: rgba(var(--header-section-base-color-rgb), 0.8);
  font-weight: 300;
  word-wrap: break-word
}

.header-section h2::after {
  background-color: rgba(var(--header-section-base-color-rgb), 0.1);
  content: "";
  display: block;
  height: 1px;
  margin: 15px auto 0;
  width: 120px
}

.header-section .subheading {
  font-size: 1.1rem;
  color: rgba(var(--header-section-base-color-rgb), 0.5);
  font-weight: 300;
  margin: 15px auto 0;
  width: 75%
}

@media(min-width: 750px) {
  .header-section .subheading {
    font-size: 1.25rem
  }
}

.header-section.header-section-no-divider h2::after {
  display: none
}

.section-introduction {
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0 auto;
  text-align: center;
  width: 75%
}

.section-introduction .horizontal-separator {
  margin: 2rem auto
}

.section-introduction b, .section-introduction strong {
  font-weight: bold
}

.image-separator-section {
  border-bottom: 7px solid var(--primary-color);
  background: scroll center center;
  background-size: cover;
  min-height: 500px;
  padding: 0;
  position: relative
}

@media(min-width: 550px) {
  .image-separator-section {
    min-height: 400px
  }
}

@media(min-width: 750px) {
  .image-separator-section {
    min-height: 400px
  }
}

@media(min-width: 1000px) {
  .image-separator-section {
    background-attachment: fixed;
    min-height: 300px
  }
}

.ios-device .image-separator-section {
  background-attachment: scroll
}

.image-separator-section .container {
  position: relative;
  z-index: 1
}

.invitation-section {
  padding-top: 2rem;
  text-align: center
}

.invitation-section h2 {
  font-family: var(--headline-font);
  color: var(--text-primary-color);
  text-transform: var(--headline-text-transform);
  font-size: 1.7em;
  font-weight: 300;
  padding-top: .5rem;
  word-wrap: break-word
}

@media(min-width: 750px) {
  .invitation-section h2 {
    font-size: 2.5em
  }
}

.invitation-section p {
  font-size: 1.1rem;
  font-weight: 300
}

@media(min-width: 750px) {
  .invitation-section p {
    padding: 0 12.5%
  }
}

.invitation-section p b, .invitation-section p strong {
  font-weight: bold
}

.section.locations .location-list {
  list-style-type: none;
  padding: 0
}

.section.locations .location {
  margin: 0 auto 2rem;
  max-width: 900px;
  text-align: center
}

@media(min-width: 750px) {
  .section.locations .location {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left
  }
}

.section.locations .location-map {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  font-size: 0;
  margin-bottom: 1rem;
  position: relative;
  text-align: center;
  width: 200px
}

@media(min-width: 750px) {
  .section.locations .location-map {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 0;
    margin-right: 2rem
  }
}

.section.locations .location-map::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  height: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  width: 100%
}

.section.locations .location-map svg .overlay {
  fill: var(--primary-color);
  fill-opacity: 0;
  -webkit-transition: fill-opacity .5s ease-in-out;
  -o-transition: fill-opacity .5s ease-in-out;
  transition: fill-opacity .5s ease-in-out
}

.section.locations .location-map .location-map-image {
  background: no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  height: 200px;
  margin: 0 auto;
  position: relative;
  width: 200px
}

.section.locations .location-map .location-map-image::after {
  background-color: var(--primary-color);
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  width: 100%
}

.section.locations .location-map:hover::after {
  opacity: 1
}

.section.locations .location-map:hover svg .overlay {
  fill-opacity: .8
}

.section.locations .location-map:hover .location-map-image::after {
  opacity: .8
}

.section.locations .location-details {
  width: 100%
}

.section.locations .location-details>* {
  margin: 0
}

.section.locations .location-details .headline {
  text-transform: var(--headline-text-transform);
  font-size: 1.3em;
  font-weight: 700
}

.section.locations .location-details .subline {
  font-size: .9rem;
  font-style: italic;
  font-weight: 300
}

.section.locations .location-details .description {
  margin: .75rem 0
}

.section.locations .location-details .url {
  font-size: .9rem;
  margin: .5rem 0
}

.organizers-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.organizers-section .organizers .organizer {
  margin: 2rem 0;
  text-align: center
}

.organizers-section .organizers .organizer>* {
  margin: 0
}

.organizers-section .organizers .organizer .photo {
  margin-bottom: 1rem
}

.organizers-section .organizers .organizer .photo .img {
  background: no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 150px;
  margin: 0 auto;
  width: 150px
}

.organizers-section .organizers .organizer .name {
  text-transform: var(--headline-text-transform);
  font-size: 1.2rem;
  font-weight: bold
}

.organizers-section .organizers .organizer .function {
  font-size: .9rem;
  font-style: italic
}

.organizers-section .organizers .organizer .contact {
  font-size: .9rem;
  margin-top: 1rem
}

.organizers-section .organizers .organizer .contact .fas {
  margin-right: 5px
}

.organizers-section .organizers .organizer .description {
  font-size: .9rem;
  margin-top: 1rem;
  word-wrap: break-word
}

@media(min-width: 550px) {
  .organizers-section .organizers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 800px
  }
  .organizers-section .organizers .organizer {
    max-width: 50%;
    padding: 0 1rem
  }
  .organizers-section .organizers.even .organizer {
    width: 50%
  }
  .organizers-section .organizers.odd .organizer {
    width: 33%
  }
}

.photo-album-section .container {
  max-width: none
}

.quote-section {
  color: #fff;
  min-height: 0;
  text-align: center;
  text-shadow: 1px 1px 1px #000
}

.quote-section .container {
  padding-bottom: 5rem;
  padding-top: 5rem
}

@media(min-width: 750px) {
  .quote-section .container {
    padding-bottom: 7rem;
    padding-top: 7rem
  }
}

.quote-section p {
  margin: 0
}

.quote-section .quote.medium {
  font-size: 1.25rem
}

.quote-section .quote.large {
  font-size: 1.5rem
}

@media(min-width: 750px) {
  .quote-section .quote {
    font-size: 1.25rem
  }
  .quote-section .quote.medium {
    font-size: 1.5rem
  }
  .quote-section .quote.large {
    font-size: 2rem
  }
}

.quote-section .author {
  font-size: .8rem;
  margin-top: .5rem
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/img/aC5sjVEBlAsh09xb-V3Vva1HZWdGoUxAimYut2w061Y/Y2xpZW50L18vbm9kZV9tb2R1bGVzL293bC5jYXJvdXNlbC9zcmMvaW1nL293bC52aWRlby5wbGF5LnBuZz83ZjAxYjA3MTQ4ZjIwNWY2ZTgyNThlOTJiYmY2NTJkOQ) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.slideshow-section {
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%
}

.slideshow-section .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 1.5rem
}

.slideshow-section .owl-carousel .owl-item .owl-lazy {
  max-height: none
}

@media(min-width: 750px) {
  .slideshow-section {
    padding-left: 0;
    padding-right: 0;
    width: 90vw
  }
}

.slideshow-section .section-introduction {
  margin-bottom: 3rem
}

.slideshow-section .picture {
  background-size: cover;
  height: 300px;
  width: 300px
}

.schedule-section .activities {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 900px
}

.schedule-section .activity {
  margin-bottom: 2rem;
  text-align: center
}

.schedule-section .icon-wrapper .icon {
  background: var(--primary-color);
  color: var(--foreground-color-on-primary-color-background);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.5rem;
  height: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .5rem;
  position: relative;
  text-align: center;
  width: 5rem;
  z-index: 2
}

.schedule-section .icon-wrapper .icon img {
  max-height: 100%;
  max-width: 100%
}

.schedule-section .icon-wrapper i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.schedule-section .icon-wrapper .fa-heart::before {
  position: relative;
  top: 1px
}

.schedule-section .icon-wrapper .wb-church::before {
  position: relative;
  top: -3px
}

.schedule-section .activity-date {
  font-size: .8rem;
  font-style: italic
}

.schedule-section .activity-headline {
  text-transform: var(--headline-text-transform);
  font-size: 1.3rem
}

.schedule-section .activity-description {
  font-weight: 300;
  margin: 3px 0 0;
  text-align: justify;
}

@media(min-width: 750px) {
  .schedule-section .activities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
  }
  .schedule-section .activities::before {
    background: #d9d9d9;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    width: 1px
  }
  .schedule-section .activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px;
    text-align: left;
    width: calc(50% + 2.5rem)
  }
  .schedule-section .activity .activity-content {
    padding: 10px 20px 0
  }
  .schedule-section .activity:nth-child(odd) {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right
  }
  .schedule-section .activity:nth-child(even) {
    -ms-flex-item-align: end;
    align-self: flex-end
  }
  .schedule-section .activity.no-description {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .schedule-section .activity.no-description .activity-content {
    padding-top: 0
  }
}

.rsvp-zip-code-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.rsvp-zip-code-city .form-group {
  margin-top: 0
}

.rsvp-zip-code-city:not(:last-child) .form-group {
  margin-bottom: 0
}

.rsvp-zip-code {
  width: 35%
}

.rsvp-city {
  width: 60%
}

.rsvp-response-status label {
  margin: .5rem 0
}

.rsvp-response-status .separator {
  background: #d9d9d9;
  height: 1px;
  margin: .75rem 0
}

.wedding-abc-section {
  line-height: 1.5
}

.wedding-abc-section .wedding-abc {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1
}

@media(min-width: 750px) {
  .wedding-abc-section .wedding-abc {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2
  }
}

.wedding-abc-section .wedding-abc-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: .3rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column
}

.wedding-abc-section .abc-letter {
  color: var(--text-primary-color);
  font-family: var(--headline-font);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center
}

.wedding-abc-section .abc-letter>* {
  width: 2em
}

.wedding-abc-section .abc-text {
  width: calc(100% - 50px)
}

.wishes-section {
  text-align: center
}

.wishes-section .horizontal-separator {
  margin: 2rem auto
}

.wishes-section .wishlist {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.wishes-section .wish-description {
  font-weight: 300
}

.wishes-section .wish-icon {
  color: var(--text-primary-color)
}

.wishes-section .wish-icon .fab, .wishes-section .wish-icon .fas, .wishes-section .wish-icon .far {
  font-size: 50px
}

.wishes-section .wish-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none
}

.wishes-section .wish-link .fab, .wishes-section .wish-link .fas, .wishes-section .wish-link .far {
  font-size: 50px;
  margin: 0 0 1rem
}

.wishes-section .wish-link:hover span {
  text-decoration: underline
}

@media(min-width: 550px) {
  .wishes-section .wish-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .wishes-section .wish-link .fab, .wishes-section .wish-link .fas, .wishes-section .wish-link .far {
    margin: 0 .5rem 0 0
  }
}

.gift-table {
  margin: 0 auto .5rem;
  max-width: 50rem
}

.gift-table-payment-details {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto;
  max-width: 600px;
  min-height: 70px
}

.gift-table-thank-you-message {
  margin: 1rem
}

.gift-wish-headline {
  color: var(--text-primary-color);
  font-size: 1.5rem
}

.gift-wishes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.gift-wish-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.gift-wish-container .gift-wish-info .progress-bar {
  margin-bottom: 1rem
}

@media(min-width: 550px) {
  .gift-wish-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .gift-wish-container .gift-wish-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    margin-right: 2rem
  }
}

.gift-wishes-wish {
  margin: 2rem 0;
  text-align: center
}

@media(min-width: 550px) {
  .gift-wishes-wish {
    text-align: left
  }
}

.gift-wish-info-table {
  margin: auto;
  padding: .5rem 0
}

@media(min-width: 550px) {
  .gift-wish-info-table {
    margin: 0
  }
}

@media(min-width: 550px) {
  .gift-wish-pricing {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .gift-wish-pricing .form-control {
    width: 160px
  }
  .gift-wish-pricing .input-group .form-control {
    width: 105px
  }
  .gift-wish-pricing .input-group .input-group-addon {
    display: inline-block;
    text-align: center;
    width: 55px
  }
}

.gift-wish-sumup {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 2rem
}

.gift-wish-shared-property {
  color: var(--text-primary-color)
}

.gift-checkout-container {
  margin: auto;
  max-width: 600px
}

.gift-input-checkout-container {
  margin: 3rem auto;
  max-width: 400px
}

.gift-checkout-container-sum {
  font-weight: bold
}

.gift-checkout-input-label {
  color: var(--text-primary-color);
  font-size: 1.1rem;
  margin: 1rem 0 .25rem
}

@media(min-width: 750px) {
  .gift-checkout-input-label {
    font-size: 1.25rem
  }
}

.gift-input-privacy-wrapper {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.gift-input-privacy-wrapper .terms-checkbox {
  font-size: .9rem;
  font-weight: lighter;
  margin-left: .5rem
}

.progress-bar {
  background: #e6e6e6;
  border-radius: 5px;
  height: 1rem;
  position: relative
}

.progress-bar-state {
  background: var(--primary-color);
  border-radius: 5px;
  height: 100%;
  left: 0;
  position: absolute
}

:root {
  --primary-color: #b77481;
  --primary-color-darker: #a35564;
  --text-primary-color: #b77481;
  --text-primary-color-darker: #a35564;
  --headline-font: Lobster;
  --headline-font-size: 16px;
  --headline-text-transform: uppercase;
  --navigation-text-transform: uppercase;
  --text-font: Open Sans;
  --text-font-size: 16px;
  --header-section-background-color: #f6f6f6;
  --header-section-base-color-rgb: 0, 0, 0;
  --foreground-color-on-primary-color-background: #fff;
  --hero-color: #fff;
  --locale-selector-options-height: 0
}

/*! OVERRIDES */

html {
  font-size: var(--text-font-size)
}

body {
  font-family: var(--text-font)
}

.btn {
  background: var(--primary-color);
  font-family: var(--text-font);
  color: var(--foreground-color-on-primary-color-background)
}

.btn:hover, .btn.active {
  background: var(--primary-color-darker);
  color: var(--foreground-color-on-primary-color-background)
}

.btn[disabled]:hover {
  background: var(--primary-color);
  color: var(--foreground-color-on-primary-color-background)
}

.text-primary-color {
  color: var(--text-primary-color)
}

.bg-primary-color {
  background-color: var(--primary-color)
}

.form-control {
  font-family: var(--text-font)
}

.headline-font-wrapper {
  font-family: var(--headline-font);
  font-size: var(--headline-font-size)
}

.headline-font-wrapper>* {
  font-family: var(--headline-font);
  text-transform: var(--headline-text-transform)
}

a {
  color: var(--text-primary-color)
}

a:hover {
  color: var(--text-primary-color-darker)
}

.horizontal-separator.horizontal-separator-hero-color {
  color: var(--hero-color)
}

.horizontal-separator.horizontal-separator-hero-color::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, var(--hero-color)));
  background: -o-linear-gradient(left, transparent 0%, var(--hero-color) 70%);
  background: linear-gradient(to right, transparent 0%, var(--hero-color) 70%)
}

.horizontal-separator.horizontal-separator-hero-color::after {
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(70%, var(--hero-color)));
  background: -o-linear-gradient(right, transparent 0%, var(--hero-color) 70%);
  background: linear-gradient(to left, transparent 0%, var(--hero-color) 70%)
}

.accordion {
  border-top: 3px solid var(--primary-color)
}

.accordion-headline .chevron {
  color: var(--primary-color)
}

.accordion-item {
  border-bottom: 1px solid var(--primary-color)
}

.locale-selector .locale-selector-label {
  background-color: var(--primary-color);
  color: var(--foreground-color-on-primary-color-background)
}

.locale-selector .locale-selector-label:hover {
  background-color: var(--primary-color-darker);
  color: var(--foreground-color-on-primary-color-background)
}

.locale-selector.opened .locale-selector-options {
  height: var(--locale-selector-options-height)
}

.modal .modal-header {
  font-family: var(--headline-font)
}

.modal .modal-header .modal-subheading {
  color: var(--text-primary-color);
  font-family: var(--text-font)
}

.modal .modal-close:hover {
  color: var(--text-primary-color)
}

.table th {
  background: var(--primary-color)
}

.gallery-body h1, .gallery-body h2, .gallery-body h3 {
  font-family: var(--headline-font)
}

.gallery-body .gallery-footer {
  font-family: var(--headline-font)
}

.progress .progress-bar {
  background: var(--primary-color)
}

.page-header-navigation .names {
  font-family: var(--headline-font)
}

.navigation-wrapper .navigation-link {
  text-transform: var(--navigation-text-transform)
}

.navigation-wrapper .navigation-link.active {
  color: var(--text-primary-color);
  border-bottom-color: var(--text-primary-color)
}

a.navigation-link.active {}

.navigation-wrapper .navigation-link:hover {
  color: var(--text-primary-color-darker)
}

.no-nav-placeholder {
  border-bottom: 0.25rem solid var(--primary-color)
}

.page-image-header .title-wrapper .title {
  font-family: var(--headline-font);
  color: var(--hero-color)
}

.login-box h1 {
  font-family: var(--headline-font);
  color: var(--text-primary-color)
}

.couple-person-name {
  text-transform: var(--headline-text-transform)
}

.footer-section {
  font-family: var(--headline-font);
  color: var(--foreground-color-on-primary-color-background)
}

.photo-album:hover .photo-album-label .arrow {
  background: var(--primary-color);
  color: var(--foreground-color-on-primary-color-background)
}

.photo-album-label .arrow {
  background: var(--foreground-color-on-primary-color-background);
  color: var(--primary-color)
}

.header-section {
  background-color: var(--header-section-background-color)
}

.header-section h2 {
  font-family: var(--headline-font);
  text-transform: var(--headline-text-transform);
  color: rgba(var(--header-section-base-color-rgb), 0.8)
}

.header-section h2::after {
  background-color: rgba(var(--header-section-base-color-rgb), 0.1)
}

.header-section .subheading {
  color: rgba(var(--header-section-base-color-rgb), 0.5)
}

.image-separator-section {
  border-bottom: 7px solid var(--primary-color)
}

.invitation-section h2 {
  font-family: var(--headline-font);
  color: var(--text-primary-color);
  text-transform: var(--headline-text-transform)
}

.section.locations .location-map svg .overlay {
  fill: var(--primary-color)
}

.section.locations .location-map .location-map-image::after {
  background-color: var(--primary-color)
}

.section.locations .location-details .headline {
  text-transform: var(--headline-text-transform)
}

.organizers-section .organizers .organizer .name {
  text-transform: var(--headline-text-transform)
}

.schedule-section .icon-wrapper .icon {
  background: var(--primary-color);
  color: var(--foreground-color-on-primary-color-background)
}

.schedule-section .activity-headline {
  text-transform: var(--headline-text-transform)
}

.wedding-abc-section .abc-letter {
  color: var(--text-primary-color);
  font-family: var(--headline-font)
}

.wishes-section .wish-icon {
  color: var(--text-primary-color)
}

.gift-wish-headline {
  color: var(--text-primary-color)
}

.gift-wish-shared-property {
  color: var(--text-primary-color)
}

.gift-checkout-input-label {
  color: var(--text-primary-color)
}

.progress-bar-state {
  background: var(--primary-color)
}