.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter, none);filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;-webkit-transform-origin:top left;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{-webkit-animation:.15s ease backwards fancybox-fadeIn;animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{-webkit-animation:.15s ease both fancybox-fadeOut;animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:.15s ease both fancybox-fadeIn;animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:.1s ease both fancybox-fadeOut;animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:.2s ease both fancybox-zoomInUp;animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:.15s ease both fancybox-zoomOutDown;animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:.15s ease both fancybox-throwOutUp;animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:.15s ease both fancybox-throwOutDown;animation:.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-user-select:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* Compass
 * -------------------- */
/* Import 'susy'
 * -------------------- */
/* @import 'susy'; */
/* Helpers
 * -------------------- */
/**
 * Variables
 * -----------------------------------------------------------------------------
 */
/* Colors
 * -------------------- */
/* Gutter
 * -------------------- */
/* Urls
 * -------------------- */
/* Breakpoints for media queries
 * --------------------------- */
/* Layout
 * --------------------------- */
/* Font sizes
 * -------------------- */
/* Helpers
 * -------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * Set box-sizing to "border-box" for all elements
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: middle;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  background-color: #000;
  border: none;
  box-sizing: content-box;
  display: block;
  height: 1px;
  margin: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

th {
  font-weight: normal;
}

/* Input placeholders
   ========================================================================== */
::-webkit-input-placeholder {
  color: #000000;
}

/* FF 18- */
:-moz-placeholder {
  color: #000000;
}

/* FF 19+ */
::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

/* Reset headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

/* Reset definition lists
   ========================================================================== */
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* Reset anchors
   ========================================================================== */
a,
a:hover,
a:visited {
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* Reset nav elements
   ========================================================================== */
nav ol,
nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Set text selection to lightgrey
   ========================================================================== */
::-moz-selection {
  background: #999999;
  text-shadow: none;
}

::selection {
  background: #999999;
  text-shadow: none;
}

/* Remove italic style
   ========================================================================== */
i,
em,
address {
  font-style: normal;
}

/* Add font weight bold
   ========================================================================== */
b, strong {
  font-weight: bold;
}

/* Remove margins for paragraphs
   ========================================================================== */
p {
  margin: 0;
}

/**
 * Functions
 * -----------------------------------------------------------------------------
 */
/**
 * Get value from map
 * -----------------------------------------------------------------------------
 * 
 * Usage: get($map, $key);
 *
 */
/**
 * Webfonts
 * -----------------------------------------------------------------------------
 */
/**
 * Base print styling
 * -----------------------------------------------------------------------------
 * Source: http://html5boilerplate.com/
 */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *:before, *:after {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "(" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**
 * Mixins
 * -----------------------------------------------------------------------------
 */
/**
 * Scrollbars
 * -----------------------------------------------------------------------------
 */
/**
 * Vertical align
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      element {
 *          @include vertical-align($position);
 *      }
 *
 */
/**
 * Cross browser opacity
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      img {
 *          @include opacity(1,100);
 *      }
 *
 */
/**
 * Set box shadow
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      div {
 *          @include box-shadow(values);
 *      }
 *
 */
/**
 * Grayscale an image
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      img {
 *          @include filter-grayscale(value);
 *      }
 *
 */
/**
 * Background defaults
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      header {
 *          @include background-default($opts)
 *      }
 *
 */
/**
 * Media Queries
 * -----------------------------------------------------------------------------
 * A simple mixin for using media queries. Change the values to
 * fit your sites needs.
 * 
 * Usage:
 *
 *      header {
 *          @include bp-small() {
 *              display: none;
 *          }
 *          @include bp-huge() {
 *              display: block;
 *          }
 *      }
 */
/* Components
 * -------------------- */
/**
 * Typography - Webfonts
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: "AvenirNextBold";
  src: url("/assets/css/fonts/AvenirNextBold.eot");
  src: url("/assets/css/fonts/AvenirNextBold.eot?#iefix") format("embedded-opentype"), url("/assets/css/fonts/AvenirNextBold.woff2") format("woff2"), url("/assets/css/fonts/AvenirNextBold.woff") format("woff"), url("/assets/css/fonts/AvenirNextBold.svg#AvenirNext-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("/assets/css/fonts/AvenirNext.eot");
  src: url("/assets/css/fonts/AvenirNext.eot?#iefix") format("embedded-opentype"), url("/assets/css/fonts/AvenirNext.woff2") format("woff2"), url("/assets/css/fonts/AvenirNext.woff") format("woff"), url("/assets/css/fonts/AvenirNext.svg#AvenirNext-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OptimaBold";
  src: url("/assets/css/fonts/OptimBold.eot");
  src: url("/assets/css/fonts/OptimBold.eot?#iefix") format("embedded-opentype"), url("/assets/css/fonts/OptimBold.woff2") format("woff2"), url("/assets/css/fonts/OptimBold.woff") format("woff"), url("/assets/css/fonts/OptimBold.svg#Optima-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Optima";
  src: url("/assets/css/fonts/Optim.eot");
  src: url("/assets/css/fonts/Optim.eot?#iefix") format("embedded-opentype"), url("/assets/css/fonts/Optim.woff2") format("woff2"), url("/assets/css/fonts/Optim.woff") format("woff"), url("/assets/css/fonts/Optim.svg#Optima") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Typography - Mixins
 * -----------------------------------------------------------------------------
 */
/**
 * Add font smoothing
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-smoothing();
 *      }
 *
 */
/**
 * Font: Sans serif, regular
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-sans();
 *      }
 *
 */
/**
 * Font: Sans serif, bold
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-sans-bold();
 *      }
 *
 */
/**
 * Font: Serif, regular
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-serif();
 *      }
 *
 */
/**
 * Font: Serif, bold
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-serif-bold();
 *      }
 *
 */
/**
 * Legacy font: Helvetica
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-legacy();
 *      }
 *
 */
/**
 * Define the font size
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      p {
 *          @include font-size(1.6);
 *      }
 *
 */
/**
 * Typography - Helpers classes
 * -----------------------------------------------------------------------------
 */
.fs-default {
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (min-width: 960px) {
  .fs-default {
    font-size: 20px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1280px) {
  .fs-default {
    font-size: 24px;
    line-height: 1.38;
  }
}

.uc {
  text-transform: uppercase;
}

.lc {
  text-transform: lowercase;
}

.cap {
  text-transform: capitalize;
}

/**
 * Brand
 * -----------------------------------------------------------------------------
 */
.brand {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-image: url("/assets/img/logo-freunde-klosters-einsiedeln-small.svg");
  background-size: 100%;
  display: block;
  height: 40px;
  position: relative;
  width: 150px;
  z-index: 102;
}
@media only screen and (min-width: 1280px) {
  .brand {
    width: 200px;
  }
}
@media only screen and (min-width: 960px) {
  .brand {
    background-image: url("/assets/img/logo-freunde-klosters-einsiedeln.svg");
    height: 80px;
    float: left;
  }
}

.brand-footer {
  background-image: url("/assets/img/logo-freunde-klosters-einsiedeln-neg.svg");
  display: block;
  height: 112px;
  max-width: 280px;
  width: 280px;
}
@media only screen and (min-width: 1280px) {
  .brand-footer {
    height: 128px;
    max-width: 320px;
    width: 320px;
  }
}

/**
 * Teaser padding block
 * -----------------------------------------------------------------------------
 */
.participate-teaser .participate-teaser__body, .project-teaser .project-teaser__body, .lead, .box-additional-info, .text_image .text,
.teaser-padding-block {
  padding: 20px;
}
@media only screen and (min-width: 960px) {
  .participate-teaser .participate-teaser__body, .project-teaser .project-teaser__body, .lead, .box-additional-info, .text_image .text,
  .teaser-padding-block {
    padding: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .participate-teaser .participate-teaser__body, .project-teaser .project-teaser__body, .lead, .box-additional-info, .text_image .text,
  .teaser-padding-block {
    padding: 40px;
  }
}

.box-download,
.teaser-padding-block-sm {
  padding: 20px;
}
@media only screen and (min-width: 960px) {
  .box-download,
  .teaser-padding-block-sm {
    padding: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .box-download,
  .teaser-padding-block-sm {
    padding: 30px;
  }
}

/**
 * The Responsive Image Block
 * -----------------------------------------------------------------------------
 */
.visual img, .visual svg,
.img-responsive-block {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/**
 * The Inner Block
 * -----------------------------------------------------------------------------
 */
footer.page-footer .page-footer__inner, nav.content-nav, nav.page-nav ul, header.page-header .page-header__inner, section .section__inner,
.inner-block {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  footer.page-footer .page-footer__inner, nav.content-nav, nav.page-nav ul, header.page-header .page-header__inner, section .section__inner,
  .inner-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }
}
@media only screen and (min-width: 960px) {
  footer.page-footer .page-footer__inner, nav.content-nav, nav.page-nav ul, header.page-header .page-header__inner, section .section__inner,
  .inner-block {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1280px) {
  footer.page-footer .page-footer__inner, nav.content-nav, nav.page-nav ul, header.page-header .page-header__inner, section .section__inner,
  .inner-block {
    max-width: 1280px;
  }
}

section .section__inner-small,
.inner-block-small {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 700px) {
  section .section__inner-small,
  .inner-block-small {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media only screen and (min-width: 960px) {
  section .section__inner-small,
  .inner-block-small {
    max-width: 960px;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media only screen and (min-width: 1280px) {
  section .section__inner-small,
  .inner-block-small {
    max-width: 1280px;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

/**
 * Visually hide an element
 * -----------------------------------------------------------------------------
 * This placeholder selector will visually hide an element while
 * still make it accessible for screenreaders.
 *
 * Usage:
 *
 *      p {
 *          @extend %visually-hidden;
 *      }
 *
 */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Clearfix
 * -----------------------------------------------------------------------------
 */
body.form form .inputfields .row, nav.content-nav ul, header.page-header .page-header__inner, .tweet-container .tweet .tweet-meta, .grid,
.clearfix {
  *zoom: 1;
}
body.form form .inputfields .row:before, nav.content-nav ul:before, header.page-header .page-header__inner:before, .tweet-container .tweet .tweet-meta:before, .grid:before,
.clearfix:before {
  content: " ";
  display: table;
}
body.form form .inputfields .row:after, nav.content-nav ul:after, header.page-header .page-header__inner:after, .tweet-container .tweet .tweet-meta:after, .grid:after,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.bg-title {
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 20vw;
}
.bg-title p {
  white-space: nowrap;
  line-height: 1;
}
.bg-title .fit-container {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .bg-title .fit-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .bg-title .fit-container {
    max-width: 1536px;
  }
}
.bg-title .fit-container div {
  white-space: nowrap;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.bg-title > .bg {
  height: 10vw;
  width: 100%;
  position: absolute;
}
.bg-title.white {
  color: #ffffff;
  background-color: #EFEDE8;
}
.bg-title.white > .bg {
  background-color: #ffffff;
}
.bg-title.beige {
  color: #EFEDE8;
}
.bg-title.beige > .bg {
  background-color: #EFEDE8;
}

.bg-title + section {
  padding-top: 0px !important;
}

.teaser-box {
  background-color: #ffffff;
}
.teaser-box .teaser-box--text {
  padding: 40px;
  color: #866B38;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
.teaser-box img {
  width: 100%;
  height: auto;
}
.teaser-box h3 {
  font-size: 24px;
  line-height: 1.36;
}
@media screen and (min-width: 960px) {
  .teaser-box h3 {
    font-size: 28px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .teaser-box h3 {
    font-size: 36px;
    line-height: 1.36;
  }
}

.text_image {
  color: #866B38;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.36;
}
@media screen and (min-width: 960px) {
  .text_image {
    font-size: 18px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .text_image {
    font-size: 18px;
    line-height: 1.36;
  }
}
.text_image .text {
  background-color: #ffffff;
}

.form-box article {
  background-color: #ffffff;
}
.form-box h3 {
  font-size: 24px;
  line-height: 1.36;
}
@media screen and (min-width: 960px) {
  .form-box h3 {
    font-size: 28px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .form-box h3 {
    font-size: 36px;
    line-height: 1.36;
  }
}
.form-box a.collapse-btn {
  text-decoration: none;
  margin-bottom: 2em;
}

form {
  margin-top: 2em;
}
form input[type=text].hidden {
  position: absolute !important;
  left: -2000px !important;
}
form .field-row {
  margin-bottom: 1em;
}

.header_image_grid {
  display: flex;
  justify-content: space-between;
  gap: 10vw;
}
.header_image_grid > article {
  width: 50%;
}
.header_image_grid > div {
  width: 50%;
  margin-top: 3em;
}

.image-fullwidth img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.swiper-button-next, .swiper-button-prev {
  color: #ffffff !important;
}

/**
 * Boxes
 * -----------------------------------------------------------------------------
 */
.box-shadow-hover {
  box-shadow: none;
  display: block;
  transition: box-shadow 0.12s ease-in;
}
.box-shadow-hover:hover {
  box-shadow: 0 0 20px 0 rgba(88, 69, 33, 0.3);
}

.box-shadow {
  box-shadow: 0 0 20px 0 rgba(88, 69, 33, 0.3);
}

.box-shadow-top {
  display: block;
  position: relative;
}
.box-shadow-top:before {
  border-radius: 40px 10px;
  bottom: 50px;
  box-shadow: 0 0 35px 12px rgba(67, 65, 65, 0.3);
  content: " ";
  display: block;
  left: 10px;
  right: 10px;
  position: absolute;
  top: 10px;
  z-index: -1;
}

.box-overlap,
.box-overlap-md {
  display: block;
  position: relative;
}

.box-overlap {
  top: -25px;
  margin-bottom: -25px;
}
@media only screen and (min-width: 960px) {
  .box-overlap {
    top: -35px;
    margin-bottom: -35px;
  }
}

@media only screen and (min-width: 960px) {
  .box-overlap-md {
    top: -35px;
    margin-bottom: -35px;
  }
}
@media only screen and (min-width: 1280px) {
  .box-overlap-md {
    top: -45px;
    margin-bottom: -45px;
  }
}

.box-additional-info {
  background-color: #EFEDE8;
}
.box-additional-info p:last-child {
  margin: 0;
}

.box-download {
  background-color: #ffffff;
  margin-bottom: 20px;
}
.box-download h4 {
  font-size: 18px;
  line-height: 1.38;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .box-download h4 {
    font-size: 20px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1280px) {
  .box-download h4 {
    font-size: 24px;
    line-height: 1.38;
  }
}
@media only screen and (min-width: 960px) {
  .box-download h4 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .box-download h4 {
    margin-bottom: 20px;
  }
}
.box-download .info-box {
  background-color: #A7533E;
  padding: 20px;
  color: #ffffff;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
.box-download .btn {
  display: inline-block;
}
@media only screen and (min-width: 960px) {
  .box-download {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .box-download {
    margin-bottom: 40px;
  }
}

/**
 * Buttons
 * -----------------------------------------------------------------------------
 */
.btn {
  border: none;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

.btn--md {
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .btn--md {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) {
  .btn--md {
    font-size: 18px;
    line-height: 1;
  }
}

.btn--lg {
  font-size: 20px;
  line-height: 1.36;
}
@media screen and (min-width: 960px) {
  .btn--lg {
    font-size: 24px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .btn--lg {
    font-size: 30px;
    line-height: 1.36;
  }
}

.btn--inline {
  display: inline-block;
}

.btn--centered {
  margin-left: auto;
  margin-right: auto;
}

.btn--primary,
.btn--secondary {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.36;
  padding: 7px 10px;
  transition: background-color 0.12s ease-out;
}
@media screen and (min-width: 960px) {
  .btn--primary,
  .btn--secondary {
    font-size: 18px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .btn--primary,
  .btn--secondary {
    font-size: 18px;
    line-height: 1.36;
  }
}

.btn--primary {
  background-color: #866B38;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
.btn--primary:hover {
  background-color: #A98B51;
}

.btn--secondary {
  background-color: #434141;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
.btn--secondary:hover {
  background-color: #7C756F;
}

.btn--tertiary {
  background-color: transparent;
  color: #434141;
  font-size: 16px;
  line-height: 1.36;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .btn--tertiary {
    font-size: 18px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .btn--tertiary {
    font-size: 18px;
    line-height: 1.36;
  }
}
.btn--tertiary:hover {
  color: #7C756F;
}

.btn--more {
  border: 1px solid #A7A19C;
  color: #A7A19C;
  padding: 5px 10px;
  transition: all 0.12s ease-out;
}
.btn--more:hover {
  border: 1px solid #7C756F;
  color: #7C756F;
}

.btn--back {
  color: #A7A19C;
  transition: color 0.12s ease-out;
}
.btn--back:hover {
  color: #7C756F;
}

.btn--nav {
  background-color: #EFEDE8;
  color: #866B38;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  width: 100%;
  transition: all 0.12s ease-out;
}
.btn--nav:hover {
  background-color: #F6F5F3;
  color: #A98B51;
}
@media only screen and (min-width: 960px) {
  .btn--nav {
    margin-bottom: 0;
  }
  .btn--nav:before {
    border-radius: 40px 10px;
    bottom: 50px;
    box-shadow: 0 0 35px 12px rgba(67, 65, 65, 0.3);
    content: " ";
    left: 10px;
    right: 10px;
    position: absolute;
    top: 10px;
    z-index: -1;
  }
}
@media only screen and (min-width: 1280px) {
  .btn--nav {
    padding: 20px 10px;
  }
}

.btn--menu {
  display: block;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  z-index: 102;
  transition: all 0.12s ease-in;
}
@media only screen and (min-width: 960px) {
  .btn--menu {
    display: none;
  }
}
.btn--menu span {
  background-color: #000000;
  display: block;
  height: 2px;
  width: 25px;
  transition: all 0.12s ease-in;
}
.btn--menu span:nth-child(2) {
  margin: 6px auto;
}
.btn--menu.is-active {
  transform: rotate(45deg);
}
.btn--menu.is-active span {
  width: 23px;
}
.btn--menu.is-active span:nth-child(1) {
  transform: translateY(8px);
}
.btn--menu.is-active span:nth-child(2) {
  opacity: 0;
}
.btn--menu.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(90deg);
}

/**
 * Forms
 * -----------------------------------------------------------------------------
 */
form {
  display: block;
}

.form-text {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  margin-top: 5px;
}

.help-inline {
  font-size: 14px;
  line-height: 1.36;
  padding: 5px 0 10px 0;
}
@media screen and (min-width: 960px) {
  .help-inline {
    font-size: 16px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .help-inline {
    font-size: 16px;
    line-height: 1.36;
  }
}

input.hidden {
  position: absolute !important;
  left: -50000 !important;
}

/**
 * Grid
 * -----------------------------------------------------------------------------
 */
.grid-2columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
  gap: 3vw;
}
.grid-2columns .section__inner {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .grid-2columns {
    grid-template-columns: 1fr 1fr;
  }
}

.grid-3columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
  gap: 1.5vw;
}
.grid-3columns .section__inner {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .grid-3columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .grid-3columns {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.grid .grid__item {
  display: block;
  width: 100%;
}
.grid .grid__item:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 960px) {
  .grid .grid__item {
    float: left;
  }
}
@media only screen and (min-width: 960px) {
  .grid.grid-33-66-md .grid__item:first-of-type {
    width: 33.33333%;
  }
  .grid.grid-33-66-md .grid__item:last-of-type {
    float: right;
    width: calc(66.66667% - 50px);
  }
  .grid.grid-66-33-md .grid__item:first-of-type {
    width: calc(66.66667% - 30px);
  }
  .grid.grid-66-33-md .grid__item:last-of-type {
    float: right;
    width: 33.33333%;
  }
  .grid.grid-33-33-33-md .grid__item {
    margin-right: 30px;
    width: calc(33.3333% - 20px);
  }
  .grid.grid-33-33-33-md .grid__item:last-of-type {
    margin-right: 0;
  }
  .grid.grid-50-50-md .grid__item {
    width: calc(50% - 15px);
    position: relative;
  }
  .grid.grid-50-50-md .grid__item:first-of-type {
    float: left;
  }
  .grid.grid-50-50-md .grid__item:last-of-type {
    float: right;
  }
}
@media only screen and (min-width: 1280px) {
  .grid.grid-33-66-md .grid__item:last-of-type {
    width: calc(66.66667% - 120px);
  }
  .grid.grid-50-50-md .grid__item {
    width: calc(50% - 30px);
  }
  .grid.grid-33-33-33-md .grid__item {
    margin-right: 45px;
    width: calc(33.3333% - 30px);
  }
}

@supports (display: grid) {
  .grid {
    display: grid;
  }
  .grid:before, .grid:after {
    display: none;
  }
  @media only screen and (min-width: 960px) {
    .grid.grid-33-66-md, .grid.grid-66-33-md, .grid.grid-50-50-md, .grid.grid-33-33-33-md {
      grid-gap: 30px;
    }
    .grid.grid-33-66-md .grid__item,
    .grid.grid-33-66-md .grid__item:first-of-type,
    .grid.grid-33-66-md .grid__item:last-of-type, .grid.grid-66-33-md .grid__item,
    .grid.grid-66-33-md .grid__item:first-of-type,
    .grid.grid-66-33-md .grid__item:last-of-type, .grid.grid-50-50-md .grid__item,
    .grid.grid-50-50-md .grid__item:first-of-type,
    .grid.grid-50-50-md .grid__item:last-of-type, .grid.grid-33-33-33-md .grid__item,
    .grid.grid-33-33-33-md .grid__item:first-of-type,
    .grid.grid-33-33-33-md .grid__item:last-of-type {
      margin-right: 0;
      width: 100%;
    }
  }
  @media only screen and (min-width: 1280px) {
    .grid.grid-33-66-md, .grid.grid-66-33-md, .grid.grid-50-50-md, .grid.grid-33-33-33-md {
      grid-gap: 40px;
    }
  }
  @media only screen and (min-width: 960px) {
    .grid.grid-33-66-md {
      grid-template-columns: 1fr 2fr;
    }
  }
  @media only screen and (min-width: 960px) {
    .grid.grid-50-50-md {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media only screen and (min-width: 960px) {
    .grid.grid-66-33-md {
      grid-template-columns: 2fr 1fr;
    }
  }
  @media only screen and (min-width: 960px) {
    .grid.grid-33-33-33-md {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media only screen and (min-width: 960px) {
    .grid.grid-footer {
      grid-gap: 50px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .grid.grid-footer {
      grid-gap: 120px;
    }
  }
}
/**
 * Headings
 * -----------------------------------------------------------------------------
 */
h1 {
  color: #866B38;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  h1 {
    font-size: 80px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 100px;
    line-height: 1.1;
  }
}
h1.fullwith {
  margin-left: -10vw;
  margin-right: -10vw;
}

h3 {
  margin: 0 0 20px 0;
}

/**
 * Testimonial 
 * -----------------------------------------------------------------------------
 */
.testimonial {
  margin-bottom: 40px;
}
.testimonial .text {
  font-size: 20px;
  line-height: 1.36;
  color: #866B38;
  text-align: center;
  font-family: "Optima", serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .testimonial .text {
    font-size: 24px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .testimonial .text {
    font-size: 30px;
    line-height: 1.36;
  }
}
.testimonial .author {
  color: #434141;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .testimonial {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .testimonial {
    margin-bottom: 80px;
  }
}

/**
 * Headlines
 * -----------------------------------------------------------------------------
 */
.headline {
  display: block;
  font-family: "Optima", serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 280px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .headline {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1280px) {
  .headline {
    font-size: 30px;
    line-height: 1.2;
  }
}
.headline p {
  margin: 0;
}
.headline.headline--lg {
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
  .headline.headline--lg {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1280px) {
  .headline.headline--lg {
    font-size: 30px;
    line-height: 1.2;
  }
}
.headline.headline--space-before {
  margin-top: 40px;
}
@media only screen and (min-width: 960px) {
  .headline.headline--space-before {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .headline.headline--space-before {
    margin-top: 100px;
  }
}
.headline.headline--space-after {
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .headline.headline--space-after {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .headline.headline--space-after {
    margin-bottom: 100px;
  }
}
.headline:before, .headline:after {
  background-color: #434141;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 50px/2);
  line-height: 1;
  position: absolute;
  width: 50px;
}
.headline:before {
  top: -10px;
}
.headline:after {
  bottom: -10px;
}
.headline strong, .headline b, .headline em {
  font-family: "OptimaBold", serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
@media only screen and (min-width: 960px) {
  .headline {
    max-width: 650px;
  }
  .headline:before, .headline:after {
    left: calc(50% - 100px/2);
    width: 100px;
  }
  .headline:before {
    top: -20px;
  }
  .headline:after {
    bottom: -20px;
  }
}
@media only screen and (min-width: 1280px) {
  .headline {
    max-width: 800px;
  }
}
.headline.is-overlay-sm {
  color: #ffffff;
  left: calc(50% - 280px / 2);
  position: absolute;
}
.headline.is-overlay-sm:before, .headline.is-overlay-sm:after {
  background-color: #ffffff;
}
@media only screen and (min-width: 960px) {
  .headline.is-overlay-sm, .headline.is-overlay-md {
    color: #ffffff;
    left: calc(50% - 650px / 2);
    position: absolute;
    top: 50px;
  }
  .headline.is-overlay-sm:before, .headline.is-overlay-sm:after, .headline.is-overlay-md:before, .headline.is-overlay-md:after {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 1280px) {
  .headline.is-overlay-sm, .headline.is-overlay-md {
    left: calc(50% - 800px / 2);
    top: 100px;
  }
}

.section__inner-small .headline {
  margin-top: 100px;
  margin-bottom: 100px;
}

.titleonly .headline {
  margin-top: 40px;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .titleonly .headline {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .titleonly .headline {
    margin-top: 100px;
  }
}

main h2 {
  color: #866B38;
}

main .grid-50-50-md h3 {
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.36;
}
@media screen and (min-width: 960px) {
  main .grid-50-50-md h3 {
    font-size: 28px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  main .grid-50-50-md h3 {
    font-size: 36px;
    line-height: 1.36;
  }
}

main h2, main h3, main .sidebar {
  font-size: 17px;
  line-height: 1.38;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  main h2, main h3, main .sidebar {
    font-size: 19px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1280px) {
  main h2, main h3, main .sidebar {
    font-size: 21px;
    line-height: 1.38;
  }
}
@media only screen and (min-width: 960px) {
  main h2, main h3, main .sidebar {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  main h2, main h3, main .sidebar {
    margin-bottom: 20px;
  }
}
main h2 {
  color: #866B38;
}

/**
 * News
 * -----------------------------------------------------------------------------
 */
.news article {
  display: block;
  margin-bottom: 20px;
}
.news article img {
  width: 100%;
  height: auto;
}
.news article .text {
  background-color: #ffffff;
  padding: 30px;
}
.news article a.more {
  text-decoration: none;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
.news article a.more:hover {
  color: #866B38;
}
@media only screen and (min-width: 960px) {
  .news article {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .news article {
    margin-bottom: 40px;
  }
}

/**
 * Icons
 * -----------------------------------------------------------------------------
 */
/**
 * Lists
 * -----------------------------------------------------------------------------
 */
.main ul li {
  display: block;
}
.main ul li:before {
  content: "- ";
  text-indent: -7px;
  padding-right: 4px;
}

/**
 * Tables
 * -----------------------------------------------------------------------------
 */
table {
  width: 100%;
}

/**
 * Timeline items
 * -----------------------------------------------------------------------------
 */
.timeline {
  position: relative;
}
.timeline:before {
  background-color: #866B38;
  content: " ";
  display: block;
  height: calc(100% + 22px);
  left: 60px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: -1;
}
.timeline .timeline-item {
  padding-bottom: 45px;
  position: relative;
  margin-top: 30px;
}
.timeline .timeline-item:first-child {
  margin-top: 0;
}
.timeline .timeline-item.open .timeline-item__content {
  display: block;
}
.timeline .timeline-item__btn {
  background-color: #434141;
  color: #ffffff;
  display: block;
  padding: 2px 0 0 0;
  position: relative;
  width: 120px;
  font-size: 18px;
  line-height: 1.38;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .timeline .timeline-item__btn {
    font-size: 20px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1280px) {
  .timeline .timeline-item__btn {
    font-size: 24px;
    line-height: 1.38;
  }
}
.timeline .show-details {
  background-color: #866B38;
  border-radius: 50%;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: block;
  line-height: 1;
  overflow: hidden;
  height: 23px;
  width: 23px;
  padding-top: 3px;
  left: 50px;
  top: 50px;
  position: absolute;
  cursor: pointer;
  text-decoration: none;
}
.timeline .timeline-item__content {
  position: relative;
  padding-top: 18px;
  width: calc(100% - 90px);
  transform: translate(93px, 4px);
  display: none;
}
@media only screen and (min-width: 960px) {
  .timeline .timeline-item__content {
    padding-top: 11px;
  }
}
.timeline .timeline-item__content h3 {
  font-weight: bold;
}

.number-member {
  position: relative;
  height: 200px;
  margin-bottom: 60px;
  margin-top: 60px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .number-member {
    margin-top: -140px;
  }
}
.number-member .inner {
  width: 68%;
  right: 0;
  text-align: center;
  display: inline;
}
@media only screen and (min-width: 960px) {
  .number-member .inner {
    position: absolute;
  }
}
.number-member .inner span {
  font-size: 100px;
  line-height: 0.8;
  color: #866B38;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
@media only screen and (min-width: 1280px) {
  .number-member .inner span {
    font-size: 140px;
  }
}
.number-member .inner p {
  background-color: #434141;
  color: #ffffff;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  padding: 5px 0 3px 0;
}

/**
 * Boxes
 * -----------------------------------------------------------------------------
 */
.tweet-container {
  padding: 0 20px;
  margin-top: 30px;
}
.tweet-container .tweet-header {
  margin-bottom: 20px;
  padding-top: 30px;
}
.tweet-container .tweets {
  margin-top: 10px;
}
@media only screen and (min-width: 960px) {
  .tweet-container .tweets {
    margin-top: 0;
    padding-top: 15px;
  }
}
.tweet-container .tweets h2 {
  font-size: 18px;
  line-height: 1.38;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .tweet-container .tweets h2 {
    font-size: 20px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1280px) {
  .tweet-container .tweets h2 {
    font-size: 24px;
    line-height: 1.38;
  }
}
@media only screen and (min-width: 960px) {
  .tweet-container .tweets h2 {
    margin-bottom: 20px;
  }
}
.tweet-container .tweets h2 strong {
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
.tweet-container .tweets p {
  margin-bottom: 30px;
}
.tweet-container .tweets p a {
  color: #434141;
  text-decoration: underline;
}
.tweet-container .tweets p a:hover {
  text-decoration: none;
}
.tweet-container .tweet {
  background-color: #ffffff;
  color: #866B38;
  font-size: 14px;
  line-height: 1.36;
  margin-bottom: 30px;
  padding: 15px 20px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .tweet-container .tweet {
    font-size: 16px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .tweet-container .tweet {
    font-size: 16px;
    line-height: 1.36;
  }
}
@media only screen and (min-width: 960px) {
  .tweet-container .tweet {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.tweet-container .tweet:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  content: " ";
  height: 0;
  left: 20px;
  position: absolute;
  top: -10px;
  width: 0;
}
.tweet-container .tweet strong {
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
.tweet-container .tweet .tweet-meta {
  margin-bottom: 15px;
}
.tweet-container .tweet .tweet-meta--handle,
.tweet-container .tweet .tweet-meta--date {
  float: left;
}
.tweet-container .tweet .tweet-meta--handle {
  width: 60%;
}
.tweet-container .tweet .tweet-meta--date {
  text-align: right;
  width: 40%;
}

/**
 * Utilities
 * -----------------------------------------------------------------------------
 */
em,
address {
  font-style: normal;
}

b,
strong {
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}

p {
  margin: 0 0 20px 0;
}

/**
 * Visuals
 * -----------------------------------------------------------------------------
 */
.visual {
  position: relative;
}
.visual--fullscreen {
  left: -20px;
  position: relative;
  width: calc(100% + 40px);
}
@media only screen and (min-width: 700px) {
  .visual--fullscreen {
    left: 0;
    width: 100%;
  }
}

/**
 * Forms
 * -----------------------------------------------------------------------------
 */
form {
  display: block;
}
form label {
  font-size: 16px;
  line-height: 1;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  color: #866B38;
  padding-bottom: 5px;
}
@media screen and (min-width: 960px) {
  form label {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) {
  form label {
    font-size: 18px;
    line-height: 1;
  }
}
form .form-group {
  margin-bottom: 20px;
}
form .help-inline {
  margin-top: 5px;
  display: inline-block;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  color: #A7533E;
}

/**
 * Form layout elements
 * -----------------------------------------------------------------------------
 */
/**
 * Input, Textarea
 * -----------------------------------------------------------------------------
 */
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
textarea {
  background-color: #ffffff;
  border-radius: 0;
  border: 2px solid #C2BBAC;
  display: block;
  line-height: 1;
  outline: none !important;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #ffffff;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px #434141 inset;
}

/**
 * Select
 * -----------------------------------------------------------------------------
 */
button,
input[type=submit] {
  background-color: transparent;
  border-radius: 0;
  outline: none !important;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #ffffff;
}

textarea {
  height: 160px;
}

.select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  line-height: 2.2;
  background: transparent;
  overflow: hidden;
  border: 2px solid #C2BBAC;
  margin: 5px 0;
}
.select-wrapper::after {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background: transparent;
  background-image: url(/assets/img/chevron-down.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
  content: "";
  right: 8px;
  padding: 0 5px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 16px;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: transparent;
  background-image: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0.5em;
  color: #866B38;
  cursor: pointer;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}

/**
 * Form labels
 * -----------------------------------------------------------------------------
 */
label {
  display: block;
}

/**
 * Form errors
 * -----------------------------------------------------------------------------
 */
.has-error input[type=text],
.has-error input[type=email],
.has-error input[type=number],
.has-error input[type=password],
.has-error input[type=date],
.has-error textarea {
  border-bottom-color: #F6524D;
  color: #F6524D;
}
.has-error label {
  color: #F6524D;
}

/**
 * Form Placeholder
 * -----------------------------------------------------------------------------
 */
.raisenow-container {
  background-color: #FFF;
  padding: 6.5vw;
}
.raisenow-container #tamaro-widget.tamaro-widget .payment-amounts > .main .amounts .amount.selected {
  background-color: #c3ae86;
}
.raisenow-container #tamaro-widget-overlay.tamaro-widget .btn-primary, .raisenow-container #tamaro-widget.tamaro-widget .btn-primary {
  background-color: #c3ae86;
  border: none !important;
  border-radius: 0 !important;
}

.neos-nodetypes-image img {
  max-width: 100%;
  height: auto;
}

/* Vendor (3rd party stuff)
 * -------------------- */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/* Layout
 * -------------------- */
/**
 * Base
 * -----------------------------------------------------------------------------
 */
html {
  overflow-y: scroll;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

body {
  color: #434141;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.36;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 18px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 18px;
    line-height: 1.36;
  }
}
body.bg-white {
  background-color: #ffffff;
}
body.bg-beige {
  background-color: #EFEDE8;
}

main.content {
  position: relative;
  transition: transform 0.08s ease-in;
  transform: translateY(75px);
}
@media only screen and (min-width: 960px) {
  main.content {
    transform: translateY(110px);
  }
}

section.has-hero header {
  display: block;
  padding-top: 50px;
  width: 100%;
}
section.has-hero header img, section.has-hero header svg {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
@media only screen and (min-width: 960px) {
  section.has-hero header img, section.has-hero header svg {
    width: 80%;
  }
}
section[data-theme] {
  position: relative;
  z-index: 1;
}

section[data-theme=medium] {
  background-color: #EFEDE8;
}
section[data-theme=medium] header {
  background-color: #ffffff;
}

section[data-theme=light] {
  background-color: #ffffff;
}
section[data-theme=light] header {
  background-color: #EFEDE8;
}

section.bg-white {
  background-color: #ffffff;
}
section.bg-beige {
  background-color: #EFEDE8;
}
section.padding-top-1 {
  padding-top: 20px;
}
section.padding-bottom-1 {
  padding-bottom: 20px;
}
section.padding-top-2 {
  padding-top: 40px;
}
section.padding-bottom-2 {
  padding-bottom: 40px;
}
section.padding-top-3 {
  padding-top: 140px;
}
section.padding-bottom-3 {
  padding-bottom: 140px;
}
section.padding-top-4 {
  padding-top: 200px;
}
section.padding-bottom-4 {
  padding-bottom: 200px;
}

/**
 *  Scrollbars
 * -----------------------------------------------------------------------------
 */
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #dddddd;
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: #dddddd;
}

/**
 * Header
 * -----------------------------------------------------------------------------
 */
header.page-header {
  background-color: #ffffff;
  box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.1);
  height: 75px;
  left: 0;
  padding: 15px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
@media only screen and (min-width: 960px) {
  header.page-header {
    height: 110px;
  }
}

/**
 * Navigation
 * -----------------------------------------------------------------------------
 */
nav.page-nav {
  background-color: #ffffff;
  left: 0;
  padding-bottom: 20px;
  padding-top: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  transform: translate(0, -100%);
  transition: transform 0.12s ease-out;
  width: calc(100% - 150px);
}
nav.page-nav li {
  display: block;
}
nav.page-nav li.donate {
  transform: translateY(-0.3em);
}
@media only screen and (min-width: 960px) {
  nav.page-nav li.donate {
    float: right;
  }
}
@media only screen and (min-width: 1280px) {
  nav.page-nav li.donate {
    transform: translateY(-0.6em);
  }
}
@media only screen and (min-width: 960px) {
  nav.page-nav li.donate a {
    color: #ffffff;
    background-color: #866B38;
    display: inline-block;
    padding: 0.8em 1em 0.7em 1em;
    font-size: 0.7em;
    transition: 0.3s background-color;
  }
}
@media only screen and (min-width: 960px) and (min-width: 1280px) {
  nav.page-nav li.donate a {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 960px) {
  nav.page-nav li.donate a:hover {
    background-color: #434141;
  }
}
nav.page-nav a {
  color: #434141;
  display: block;
  font-size: 24px;
  line-height: 1.9;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  opacity: 0;
  transition: color 0.12s ease-out;
}
@media screen and (min-width: 960px) {
  nav.page-nav a {
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) {
  nav.page-nav a {
    font-size: 24px;
    line-height: 1;
  }
}
nav.page-nav a.meta {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
nav.page-nav a.is-active, nav.page-nav a:hover {
  color: #7C756F;
}
nav.page-nav .current a {
  color: #7C756F;
}
nav.page-nav.is-visible {
  transform: translate(0, 70px);
  box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.1);
}
nav.page-nav.is-visible a {
  opacity: 1;
  -webkit-transition: opacity 0.08s 0.24s;
  -webkit-transition-delay: ease-out;
  transition: opacity 0.08s 0.24s ease-out;
}
nav.page-nav.is-visible a:hover {
  transition: color 0.12s ease-out;
}
@media only screen and (min-width: 1280px) {
  nav.page-nav {
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 960px) {
  nav.page-nav {
    box-shadow: none !important;
    float: left;
    position: relative;
    transform: translate(0, 0);
  }
  nav.page-nav.is-visible {
    transform: translate(0, 0);
  }
  nav.page-nav ul {
    padding-left: 60px;
    padding-right: 0;
    position: relative;
    top: 30px;
  }
  nav.page-nav li {
    display: inline-block;
    margin-right: 2.3em;
  }
  nav.page-nav li:last-of-type {
    margin-right: 0;
  }
  nav.page-nav a {
    opacity: 1;
  }
}
nav.content-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  position: relative;
  transform: translateY(-40px);
}
@media only screen and (min-width: 960px) {
  nav.content-nav {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1280px) {
  nav.content-nav {
    max-width: 1280px;
  }
}
nav.content-nav li {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
nav.content-nav li:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  nav.content-nav li {
    float: left;
    margin-bottom: 0;
    margin-right: 30px;
    width: calc(33.33333% - 20px);
  }
  nav.content-nav li:last-of-type {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 1280px) {
  nav.content-nav li {
    margin-right: 45px;
    width: calc(33.33333% - 30px);
  }
  nav.content-nav li:last-of-type {
    margin-right: 0;
  }
}

@supports (display: grid) {
  @media only screen and (min-width: 960px) {
    nav.content-nav ul {
      display: grid;
      grid-gap: 30px;
      grid-template-columns: 1fr 1fr 1fr;
    }
    nav.content-nav ul:before, nav.content-nav ul:after {
      display: none;
    }
    nav.content-nav li {
      float: none;
      margin: 0;
      width: auto;
    }
  }
  @media only screen and (min-width: 1280px) {
    nav.content-nav ul {
      grid-gap: 40px;
    }
    nav.content-nav li {
      width: auto;
    }
  }
}
nav.footer-nav ul {
  margin-bottom: 20px;
}
nav.footer-nav ul:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  nav.footer-nav ul {
    margin-bottom: 0;
  }
}
nav.footer-nav li {
  display: block;
}
nav.footer-nav a {
  color: #ffffff;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.36;
  transition: color 0.1s ease-out;
}
@media screen and (min-width: 960px) {
  nav.footer-nav a {
    font-size: 18px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  nav.footer-nav a {
    font-size: 18px;
    line-height: 1.36;
  }
}
nav.footer-nav a:hover {
  color: #939393;
}

/**
 * Footer
 * -----------------------------------------------------------------------------
 */
footer.page-footer {
  background-color: #434141;
  color: #939393;
  padding: 40px 0;
  width: 100%;
  transform: translateY(75px);
}
@media only screen and (min-width: 960px) {
  footer.page-footer {
    padding-top: 80px;
    transform: translateY(110px);
  }
}
@media only screen and (min-width: 1280px) {
  footer.page-footer {
    padding-top: 100px;
  }
}
footer.page-footer address {
  color: #ffffff;
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.38;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  footer.page-footer address {
    font-size: 20px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1280px) {
  footer.page-footer address {
    font-size: 24px;
    line-height: 1.38;
  }
}
@media only screen and (min-width: 960px) {
  footer.page-footer address {
    margin-top: 0;
  }
}
footer.page-footer address strong {
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
footer.page-footer hr {
  background-color: #939393;
  height: 1px;
  line-height: 1;
  margin: 20px 0;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  footer.page-footer hr {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 960px) {
  footer.page-footer hr {
    margin: 40px 0;
  }
}

/* Views
 * -------------------- */
/**
 *  Loading animations
 * -----------------------------------------------------------------------------
 */
/**
 *  Content
 * -----------------------------------------------------------------------------
 */
.lead {
  background-color: #EFEDE8;
  max-width: 280px;
  max-width: 70%;
}
@media only screen and (min-width: 960px) {
  .lead {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1280px) {
  .lead {
    max-width: 800px;
  }
}
.lead.nomargin {
  margin-bottom: 0;
}
.lead h1 {
  color: #ffffff;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .lead h1 {
    font-size: 80px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1280px) {
  .lead h1 {
    font-size: 100px;
    line-height: 1.1;
  }
}
.lead p {
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.38;
  color: #866B38;
}
@media screen and (min-width: 960px) {
  .lead p {
    font-size: 20px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1280px) {
  .lead p {
    font-size: 24px;
    line-height: 1.38;
  }
}

main a {
  color: #434141;
  text-decoration: underline;
}

@media only screen and (min-width: 960px) {
  .kontakt .col-sm-33 {
    padding-top: 115px;
  }
}
@media only screen and (min-width: 1280px) {
  .kontakt .col-sm-33 {
    padding-top: 170px;
  }
}
.kontakt .lead {
  max-width: 100%;
}

main ul li p:last-child {
  margin: 0;
}

.bodytext {
  font-size: 17px;
  line-height: 1.38;
}
@media screen and (min-width: 960px) {
  .bodytext {
    font-size: 19px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1280px) {
  .bodytext {
    font-size: 21px;
    line-height: 1.38;
  }
}

.more-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  grid-gap: 1em;
  row-gap: 1em;
  margin-top: 1em;
}
.more-images img {
  width: 100%;
  height: auto;
}

.fancybox__thumb {
  border-radius: 0;
  background-color: #e7e7e9;
}

.is-nav-selected .fancybox__thumb {
  border: 2px solid #FFF;
}

.fancybox__backdrop {
  background: rgba(33, 30, 22, 0.883);
}

.is-nav-selected .fancybox__thumb::after {
  display: none;
}

/**
 *  Content
 * -----------------------------------------------------------------------------
 */
body.form {
  height: 100%;
}
body.form .page-wrapper {
  width: 92%;
  margin: 0 auto;
  max-width: 1400px;
}
@media only screen and (min-width: 960px) {
  body.form .page-wrapper {
    width: 80%;
  }
}
body.form .logo {
  position: absolute;
  width: 100%;
}
body.form .logo img {
  width: 25%;
  margin-top: 30px;
  min-width: 200px;
}
body.form.content .logo {
  position: relative;
}
body.form .intro {
  height: 100%;
  width: 100%;
  display: table;
}
body.form .intro .cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 120px 0;
}
body.form .intro .btn--primary {
  box-shadow: 0px 0px 11px 0px rgba(134, 107, 56, 0.74);
  font-size: 20px;
  line-height: 1.25;
  padding: 8px 17px;
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  body.form .intro .btn--primary {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1280px) {
  body.form .intro .btn--primary {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 960px) {
  body.form .intro .btn--primary {
    margin-top: 40px;
    padding: 12px 28px;
  }
}
@media only screen and (min-width: 1280px) {
  body.form .intro .btn--primary {
    margin-top: 60px;
    padding: 16px 35px;
  }
}
body.form h1 {
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
  body.form h1 {
    font-size: 80px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1280px) {
  body.form h1 {
    font-size: 120px;
    line-height: 1.2;
  }
}
body.form h2 {
  color: #866B38;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.36;
}
@media screen and (min-width: 960px) {
  body.form h2 {
    font-size: 28px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  body.form h2 {
    font-size: 36px;
    line-height: 1.36;
  }
}
body.form form {
  padding: 4% 6% 6% 6%;
  background-color: #ffffff;
  margin-top: 40px;
  color: #866B38;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
body.form form h3 {
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.36;
}
@media screen and (min-width: 960px) {
  body.form form h3 {
    font-size: 28px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  body.form form h3 {
    font-size: 36px;
    line-height: 1.36;
  }
}
body.form form .inputfields {
  padding-top: 30px;
}
body.form form .inputfields .btn--primary {
  background-color: #866B38;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 1.38;
  box-shadow: 0;
}
@media screen and (min-width: 960px) {
  body.form form .inputfields .btn--primary {
    font-size: 20px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1280px) {
  body.form form .inputfields .btn--primary {
    font-size: 24px;
    line-height: 1.38;
  }
}
body.form form .inputfields .btn--primary:hover {
  opacity: 0.6;
}
body.form form .inputfields .row {
  padding-bottom: 20px;
}
body.form form .inputfields .row .input {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  color: #000000;
}
body.form form .inputfields .row .input.input2 {
  width: 48%;
  margin-right: 4%;
  float: left;
}
body.form form .inputfields .row .input.input2:last-child {
  margin-right: 0;
}
body.form form .inputfields label.inline {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  display: inline;
}

/**
 * News
 * -----------------------------------------------------------------------------
 */
.news-teaser {
  background-color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 960px) {
  .news-teaser {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .news-teaser {
    margin-bottom: 60px;
  }
}
.news-teaser .news-teaser__body {
  font-family: "AvenirNext", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.36;
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .news-teaser .news-teaser__body {
    font-size: 18px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .news-teaser .news-teaser__body {
    font-size: 18px;
    line-height: 1.36;
  }
}
.news-teaser .news-teaser__body strong, .news-teaser .news-teaser__body b {
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
.news-teaser h3 {
  color: #866B38;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.36;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .news-teaser h3 {
    font-size: 28px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .news-teaser h3 {
    font-size: 36px;
    line-height: 1.36;
  }
}
@media only screen and (min-width: 960px) {
  .news-teaser h3 {
    margin-bottom: 20px;
  }
}

/**
 * Projects
 * -----------------------------------------------------------------------------
 */
.project-teaser .project-teaser__body {
  background-color: #ffffff;
  color: #866B38;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.38;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .project-teaser .project-teaser__body {
    font-size: 20px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 1280px) {
  .project-teaser .project-teaser__body {
    font-size: 24px;
    line-height: 1.38;
  }
}
@media only screen and (min-width: 960px) {
  .project-teaser .project-teaser__body {
    max-width: 570px;
  }
}
@media only screen and (min-width: 1280px) {
  .project-teaser .project-teaser__body {
    max-width: 760px;
  }
}
@media only screen and (min-width: 960px) {
  .project-teaser .project-teaser__body.is-right {
    left: calc(100% - 570px - 60px);
  }
}
@media only screen and (min-width: 1280px) {
  .project-teaser .project-teaser__body.is-right {
    left: calc(100% - 760px - 60px);
  }
}
@media only screen and (min-width: 960px) {
  .project-teaser .project-teaser__body.is-left {
    left: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .project-teaser .project-teaser__body.is-left {
    left: 60px;
  }
}

/**
 * Participate
 * -----------------------------------------------------------------------------
 */
.participate-teaser {
  background-color: #EFEDE8;
  color: #866B38;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.36;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .participate-teaser {
    font-size: 18px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .participate-teaser {
    font-size: 18px;
    line-height: 1.36;
  }
}
@media only screen and (min-width: 960px) {
  .participate-teaser {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .participate-teaser {
    margin-bottom: 40px;
  }
}
.participate-teaser.light {
  background-color: #ffffff;
}
.participate-teaser.light a.more {
  text-decoration: none;
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
}
.participate-teaser a.collapse-btn {
  font-family: "AvenirNextBold", sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
}
.participate-teaser a.collapse-btn:hover {
  color: #866B38;
}
.participate-teaser .collapse {
  display: none;
}
.participate-teaser .collapse .inner {
  margin-top: 30px;
}

/**
 *  Legacy definitions for old browser
 *  @requires: js/modernizer.min.js
 * -----------------------------------------------------------------------------
 */
/**
 *  No css transforms
 * -----------------------------------------------------------------------------
 */
/**
 *  No flexbox
 * -----------------------------------------------------------------------------
 */
/**
 *  Infobox for old IE's
 * -----------------------------------------------------------------------------
 */
.browser-outdated {
  background-color: #F6524D;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 20px;
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.browser-outdated * {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 100%;
}
.browser-outdated h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.browser-outdated a {
  background-color: #F6524D;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.browser-outdated a:hover {
  background-color: #ffffff;
  color: #F6524D;
}
