<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Lenster Kierch
Theme URI: http://marcwilmesdesign.lu
Author: Attila Simon
Description: 
Version: 1.0
License: Marc Wilmes Design
Text Domain: 
Tags: - 
*/
/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://fonts.marcwilmesdesign.lu/fonts/roboto-v18-latin/roboto-v18-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'MightyWings';
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
  src: url('/_res/themes/lensterkierch/_res/fonts/Mighty Wings.woff') format('woff'), /* Modern Browsers */ url('/_res/themes/lensterkierch/_res/fonts/Mighty Wings.woff2') format('woff2'), /* Modern Browsers */ url('/_res/themes/lensterkierch/_res/fonts/Mighty Wings.ttf') format('truetype');
  /* Safari, Android, iOS */
}
header button {
  background: transparent;
  border: none;
}
.desktop-nav {
  z-index: 99;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.desktop-nav svg {
  position: fixed;
  top: 0;
  right: 50px;
  width: 440px;
  z-index: 1;
}
.desktop-nav .menu_text {
  position: fixed;
  top: 110px;
  right: 230px;
  z-index: 4;
  color: white;
  font-family: 'MightyWings';
}
html.uk-modal-page .desktop-nav svg,
html.uk-modal-page .menu_text {
  display: none;
}
.mobile-nav {
  background-color: #E3CE8E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 0;
}
.mobile-nav .nav-logo {
  height: 50px;
}
.uk-navbar-toggle {
  padding: 0;
  color: #F0987D;
}
.opennavmenu {
  padding: 0;
}
.menu-button {
  position: fixed;
  top: 132px;
  right: 214px;
  width: 64px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  padding: 22px;
  z-index: 6;
}
@media screen and (max-width: 959px) {
  .menu-button {
    position: relative;
    top: unset;
    right: unset;
  }
}
.menu-button[aria-expanded="true"] span {
  opacity: 0;
}
.menu-button[aria-expanded="true"]::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
.menu-button[aria-expanded="true"]::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.menu-button::before,
.menu-button::after,
.menu-button span {
  background: white;
}
.menu-button::before,
.menu-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 80%;
  height: 2px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.menu-button span {
  position: absolute;
  left: 16%;
  overflow: hidden;
  width: 48%;
  height: 2px;
  text-indent: 200%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.menu-button::before {
  -webkit-transform: translate3d(0, -8px, 0) scale3d(0.6, 1, 1);
          transform: translate3d(0, -8px, 0) scale3d(0.6, 1, 1);
}
.menu-button::after {
  -webkit-transform: translate3d(0, 8px, 0) scale3d(0.6, 1, 1);
          transform: translate3d(0, 8px, 0) scale3d(0.6, 1, 1);
}
.hero-container {
  position: relative;
  /* SMALL HERO VERSION */
}
.hero-container .hero-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-container .hero-logo {
  position: absolute;
  top: 80px;
  left: 20%;
  width: 241px;
  height: 122px;
}
.hero-container:not(.small) {
  height: 100vh;
  width: 100vw;
}
@media screen and (max-width: 959px) {
  .hero-container:not(.small) {
    height: calc(100vh - 78px);
  }
}
.hero-container:not(.small) .herotextbox {
  position: absolute;
  bottom: 50px;
  right: 26%;
  color: white;
  z-index: 1;
}
.hero-container:not(.small) .herotextbox h1 {
  font-family: 'MightyWings';
  font-size: 120px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: right;
  display: block;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.hero-container:not(.small) .herotextbox .years {
  font-family: 'MightyWings';
  font-size: 30px;
  line-height: 1em;
  text-align: right;
  color: #CEAB5D;
  display: block;
  margin-right: 2px;
}
.hero-container:not(.small) .herotextbox .arrow-down {
  margin-top: 36px;
  margin-right: 146px;
  text-align: right;
}
.hero-container:not(.small) .herotextbox .arrow-down .hero-arrow {
  height: 58px;
  width: auto;
}
@media screen and (min-width: 1400px) and (max-width: 1700px) {
  .hero-container:not(.small) .herotextbox {
    right: 14%;
  }
  .hero-container:not(.small) .herotextbox h1 {
    font-size: 96px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-container:not(.small) .herotextbox {
    right: 8%;
    bottom: 13%;
  }
  .hero-container:not(.small) .herotextbox h1 {
    font-size: 80px;
  }
  .hero-container:not(.small) .herotextbox .years {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .hero-container:not(.small) .herotextbox {
    right: 14%;
    bottom: 13%;
  }
  .hero-container:not(.small) .herotextbox h1 {
    font-size: 96px;
  }
}
@media screen and (max-width: 959px) {
  .hero-container:not(.small) .herotextbox {
    width: 100%;
    right: 0;
  }
  .hero-container:not(.small) .herotextbox h1,
  .hero-container:not(.small) .herotextbox .years {
    color: white;
    text-align: center;
  }
  .hero-container:not(.small) .herotextbox h1 {
    font-size: clamp(60px, 19vw, 100px);
  }
  .hero-container:not(.small) .herotextbox .years {
    font-size: clamp(20px, 6vw, 30px);
  }
  .hero-container:not(.small) .herotextbox .arrow-down {
    margin-right: 0;
    text-align: center;
  }
}
.hero-container:not(.small) .hero-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .hero-container:not(.small) .hero-image {
    z-index: 1;
  }
}
@media screen and (min-width: 960px) {
  .hero-container:not(.small) .hero-image {
    -webkit-mask-image: url('/_res/themes/lensterkierch/_res/img/mask/hero_mask.svg');
            mask-image: url('/_res/themes/lensterkierch/_res/img/mask/hero_mask.svg');
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .hero-container:not(.small) .hero-image {
    -webkit-mask-position: center;
            mask-position: center;
  }
}
@media screen and (min-width: 1200px) {
  .hero-container:not(.small) .hero-image {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
.hero-container.small {
  position: relative;
  background-color: #F9F5E8;
}
.hero-container.small .hero-image {
  height: 600px !important;
}
@media screen and (max-width: 959px) {
  .hero-container.small .hero-image {
    height: 300px !important;
  }
}
.hero-container.small .hero-image.mask1 {
  -webkit-mask-image: url('/_res/themes/lensterkierch/_res/img/mask/hero_mask1.svg');
          mask-image: url('/_res/themes/lensterkierch/_res/img/mask/hero_mask1.svg');
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.hero-container.small .hero-image.mask2 {
  -webkit-mask-image: url('/_res/themes/lensterkierch/_res/img/mask/hero_mask2.svg');
          mask-image: url('/_res/themes/lensterkierch/_res/img/mask/hero_mask2.svg');
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.hero-container.small .hero-image.mask3 {
  -webkit-mask-image: url('/_res/themes/lensterkierch/_res/img/mask/hero_mask3.svg');
          mask-image: url('/_res/themes/lensterkierch/_res/img/mask/hero_mask3.svg');
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media screen and (min-width: 1200px) and (max-width: 1700px) {
  .hero-container.small .hero-image {
    -webkit-mask-position: bottom !important;
            mask-position: bottom !important;
  }
}
@media screen and (max-width: 959px) {
  .hero-container.small .hero-logo {
    display: none;
  }
}
.hero-container.small .hero-logo-link {
  position: absolute;
  top: 80px;
  left: 20%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .hero-container.small .hero-logo-link {
    display: none;
  }
}
.hero-container.small .hero-logo-link img {
  width: 241px;
  height: 122px;
}
.hero-container.small .herotextbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-container.small .herotextbox .uk-container {
  height: 100%;
  position: relative;
}
.hero-container.small .herotextbox .uk-container .herobox {
  font-family: 'MightyWings';
  font-size: 70px;
  line-height: 1em;
  word-wrap: break-word;
  position: absolute;
  right: 0;
  width: 385px;
  bottom: 24%;
}
@media screen and (max-width: 959px) {
  .hero-container.small .herotextbox .uk-container .herobox {
    font-size: 36px;
    right: 2%;
    width: 210px;
    bottom: 16%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .hero-container.small .herotextbox .uk-container .herobox {
    width: 350px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1699px) {
  .hero-container.small .herotextbox .uk-container .herobox {
    right: -40px;
  }
}
@media screen and (min-width: 1800px) and (max-width: 1899px) {
  .hero-container.small .herotextbox .uk-container .herobox {
    right: -2%;
  }
}
@media screen and (min-width: 1900px) and (max-width: 1999px) {
  .hero-container.small .herotextbox .uk-container .herobox {
    right: -6%;
  }
}
@media screen and (min-width: 2000px) {
  .hero-container.small .herotextbox .uk-container .herobox {
    right: -12%;
  }
}
.hero-deko {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero-deko img {
  max-height: 316px;
}
.sticky-donation {
  position: fixed;
  right: 0;
  bottom: 0;
}
.sticky-donation a {
  display: inline-block;
}
.sticky-donation svg {
  width: 264px;
  height: 135px;
}
.sticky-donation a:hover svg .don1 {
  fill: #B7613C;
}
.sticky-donation a:hover svg .don2 {
  stroke: white;
}
@media screen and (min-width: 960px) and (max-height: 900px) {
  .sticky-donation svg {
    width: 200px;
    height: 104px;
  }
}
@media screen and (max-width: 959px) {
  .sticky-donation svg {
    width: 180px;
    height: 94px;
  }
  .sticky-donation svg #Layer_1 .st0 {
    fill: white;
  }
}
footer {
  background-color: #C9886D;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  word-break: break-all;
}
footer a {
  color: #3C3C3C;
}
footer .footer-mask {
  position: relative;
}
footer .footer-mask:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-mask-image: url('/_res/themes/lensterkierch/_res/img/mask/footer_mask.svg');
          mask-image: url('/_res/themes/lensterkierch/_res/img/mask/footer_mask.svg');
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-size: cover;
          mask-size: cover;
}
footer .footer-header {
  margin-top: 66px;
  margin-bottom: 40px;
  position: relative;
}
footer .footer-header a {
  display: inline-block;
}
footer .footer-header a img {
  height: 58px;
  width: auto;
}
footer .footer-main {
  position: relative;
  margin-bottom: 34px;
}
footer .footer-main p {
  margin: 0;
}
footer .footer-main a:hover {
  text-decoration: underline;
}
footer .footer-main .donate {
  margin-bottom: 36px;
  color: white;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-word;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'MightyWings';
  font-size: 20px;
}
footer .footer-main .donate .donate-button-icon {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  position: relative;
  bottom: 3px;
  left: -5px;
}
footer .footer-main .links {
  font-family: 'MightyWings';
  font-size: 20px;
  color: #3C3C3C;
}
footer .footer-main .links a {
  font-family: 'MightyWings';
  font-size: 18px;
  color: #3C3C3C;
  text-decoration: underline;
  text-underline-offset: 2px;
}
footer .footer-main .links .links-title {
  margin-bottom: 24px;
}
footer .footer-main .links ul {
  padding: 0;
  line-height: 20px;
}
footer .footer-main .links ul li {
  list-style: none;
  padding: 5px 0;
}
footer .footer-main .footer-address-logo {
  font-family: 'MightyWings';
  font-size: 18px;
  color: #3C3C3C;
}
@media screen and (min-width: 640px) {
  footer .footer-main .footer-address-logo {
    margin-top: 30px;
    margin-left: 90px;
  }
}
footer .footer-main .footer-logo {
  width: 160px;
  height: 92px;
  display: block;
  margin-bottom: 20px;
}
.footer-copyright {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #3C3C3C;
}
.footer-copyright a,
.footer-copyright span {
  color: #3C3C3C;
}
.footer-copyright .mwd-signature {
  top: 4.5px;
  left: 3px;
  position: relative;
}
.footer-copyright span.divider:after {
  content: '|';
  padding: 0px 5px;
}
@media only screen and (max-width: 334px) {
  .footer-copyright span.divider:after {
    content: '';
  }
}
@media only screen and (max-width: 610px) {
  .footer-copyright span.desktopbreak:after {
    content: '';
  }
}
@media only screen and (min-width: 335px) {
  .footer-copyright .legal {
    display: inline-block;
  }
}
@media only screen and (min-width: 611px) {
  .footer-copyright .cookieandlink {
    display: inline-block;
  }
}
@media only screen and (max-width: 610px) {
  .footer-copyright .cookieandlink .desktopbreak:after {
    content: '|';
  }
}
@media only screen and (max-width: 334px) {
  .footer-copyright .cookieandlink .mwd {
    display: block;
  }
}
body {
  font-style: normal;
  color: #3C3C3C;
  font-family: "Arial";
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}
a {
  color: #3C3C3C;
}
a:hover {
  color: #3C3C3C;
  text-decoration: none;
}
p:last-child {
  margin-bottom: 0 !important;
}
.coltext.show-less-content .second-section,
.coltext.show-less-content .read-less {
  display: none;
}
.coltext.show-more-content .read-more {
  display: none;
}
.coltext .read-more,
.coltext .read-less {
  font-weight: bold;
  margin-left: 2px;
  color: blue;
  cursor: pointer;
}
.yellow {
  position: relative;
}
.yellow:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F9F5E8;
  z-index: -1;
}
.yellow .readmorebox .readmoretext:before {
  background-color: #F9F5E8;
}
@media screen and (min-width: 960px) {
  .expand-col .col-expand-img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    width: 50%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
  .expand-col .col-expand-img.left.triangle {
    left: 0;
    -webkit-mask-image: url('/_res/themes/lensterkierch/_res/img/mask/triangle_left_mask.svg');
            mask-image: url('/_res/themes/lensterkierch/_res/img/mask/triangle_left_mask.svg');
    -webkit-mask-position: right;
            mask-position: right;
  }
  .expand-col .col-expand-img.left.other {
    left: 0;
    -webkit-mask-image: url('/_res/themes/lensterkierch/_res/img/mask/other_mask.svg');
            mask-image: url('/_res/themes/lensterkierch/_res/img/mask/other_mask.svg');
    -webkit-mask-position: left;
            mask-position: left;
  }
  .expand-col .col-expand-img.right.triangle {
    right: 0;
    -webkit-mask-image: url('/_res/themes/lensterkierch/_res/img/mask/triangle_right_mask.svg');
            mask-image: url('/_res/themes/lensterkierch/_res/img/mask/triangle_right_mask.svg');
    -webkit-mask-position: left;
            mask-position: left;
  }
  .expand-col .col-expand-img.right.other {
    right: 0;
    -webkit-mask-image: url('/_res/themes/lensterkierch/_res/img/mask/other_mask.svg');
            mask-image: url('/_res/themes/lensterkierch/_res/img/mask/other_mask.svg');
    -webkit-mask-position: left;
            mask-position: left;
  }
}
.button {
  border: 2px solid #F0987D;
  padding: 3px 15px;
  color: #F0987D;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  line-height: normal;
  padding-top: 9px;
}
.button:hover {
  background-color: #F0987D;
  color: white !important;
  text-decoration: none !important;
}
.button.donate:hover path {
  fill: #FFF;
}
.backLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.backLink svg {
  margin-right: 8px;
}
.backLink:hover .backsvg2 {
  fill: #3C3C3C;
}
.uk-lightbox-toolbar {
  background: transparent;
}
main {
  position: relative;
}
.col .image img {
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .col .image img {
    max-height: 500px;
  }
}
.col .image .img-shortdescription {
  margin-top: 25px;
  font-size: 11px;
  line-height: 1em;
}
.comparisoncontent {
  margin: auto;
  max-width: 500px;
  -webkit-mask-image: url('/_res/themes/lensterkierch/_res/img/mask/before_after_mask.svg');
          mask-image: url('/_res/themes/lensterkierch/_res/img/mask/before_after_mask.svg');
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.comparisoncontent img {
  aspect-ratio: 1;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
#map,
.map {
  width: 100%;
  height: 360px;
}
.readmorebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  overflow: hidden;
}
.readmorebox .readmoretext {
  position: relative;
  z-index: 0;
  color: #CEAB5D;
}
.readmorebox .readmoretext:before {
  content: '';
  position: absolute;
  background: white;
  z-index: -1;
  height: 30px;
  width: 100%;
  top: 17px;
  left: 0;
  -webkit-transition: width 0.35s linear;
  transition: width 0.35s linear;
}
.readmorebox .arrow {
  margin-top: 17px;
  margin-left: 6px;
  height: 30px;
  position: relative;
}
.readmorebox .arrow .imgcontainer {
  position: absolute;
  right: -30px;
  top: 0;
  height: 30px;
  width: 270px;
  z-index: -1;
}
.readmorebox.big {
  width: calc(100% + 30px);
  margin-right: 30px;
}
a:hover .readmoretext:before {
  width: 0;
}
select {
  height: auto;
  width: 100%;
  margin: 0;
  font-size: 16px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #CEAB5D;
  border-radius: 0;
  font-family: 'Arial';
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 13px 34px 13px 20px;
  background-image: url('/_res/themes/lensterkierch/_res/img/select-arrow.svg');
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 27px;
  background-color: white;
}
.uk-pagination a {
  font-family: 'MightyWings';
  font-size: 20px;
  color: #3C3C3C;
  font-weight: 700;
  padding: 5px 20px !important;
}
.uk-pagination a:hover {
  color: #B7613C !important;
}
.uk-pagination .active a {
  font-size: 30px;
  color: #B7613C;
}
.uk-pagination .previous-page,
.uk-pagination .next-page {
  width: 21px;
  height: 38px;
}
.team .teamimage,
.box .teamimage {
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  position: relative;
}
.team .teamimage img,
.box .teamimage img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.team .personalinfo,
.box .personalinfo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .team .personalinfo,
  .box .personalinfo {
    padding: 30px 30px 0 0px;
    min-height: 125px;
  }
}
@media screen and (max-width: 639px) {
  .team .personalinfo,
  .box .personalinfo {
    padding: 14px 30px 0 0px;
  }
}
.team .name,
.box .name {
  color: #CEAB5D;
  font-size: 20px;
  font-family: 'MightyWings';
}
.team .address,
.box .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 640px) {
  .team .address,
  .box .address {
    height: 68px;
  }
}
@media screen and (max-width: 639px) {
  .team .address,
  .box .address {
    margin-top: 14px;
  }
}
.team .teamline,
.box .teamline {
  background-color: #B7613C;
  margin: 0 0 13px 0;
  padding: 0;
  width: 100%;
  height: 2px;
  border: none;
}
.team .phoneicon,
.box .phoneicon,
.team .mailicon,
.box .mailicon,
.team .addressicon,
.box .addressicon {
  width: 30px;
  margin-right: 18px;
}
.team .phoneicon img,
.box .phoneicon img,
.team .mailicon img,
.box .mailicon img,
.team .addressicon img,
.box .addressicon img {
  width: 22px;
}
.team .phonenumbers,
.box .phonenumbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 640px) {
  .team .phonenumbers,
  .box .phonenumbers {
    height: 68px;
  }
}
@media screen and (max-width: 639px) {
  .team .phonenumbers,
  .box .phonenumbers {
    margin-top: 14px;
  }
}
.team .phonenumbers a,
.box .phonenumbers a {
  display: block;
}
.team .email,
.box .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 639px) {
  .team .email,
  .box .email {
    margin-top: 14px;
  }
}
.team .email .mail,
.box .email .mail {
  width: calc(100% - 30px);
  word-break: break-all;
}
.box .boxitem {
  border-top: solid 2px #CEAB5D;
  border-bottom: solid 2px #CEAB5D;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box .boxitem .title {
  text-align: center;
  margin-bottom: 24px;
}
.box .boxitem .title:before {
  content: unset;
}
.box .boxitem .text {
  margin-bottom: 14px;
}
.box .boxitem .external_link,
.box .boxitem .internal_link,
.box .boxitem .note {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .box .boxitem .external_link,
  .box .boxitem .internal_link,
  .box .boxitem .note {
    padding-top: 14px;
  }
}
@media screen and (max-width: 639px) {
  .box .boxitem .external_link,
  .box .boxitem .internal_link,
  .box .boxitem .note {
    padding-top: 14px;
  }
}
.box .boxitem .external_link {
  word-break: break-all;
}
.box .boxitem .readmorebox {
  text-transform: lowercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sacrement1 {
  fill: #FFFFFF;
}
.sacrement2 {
  fill: #F0987D;
}
.sacrements a {
  text-align: center;
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
.sacrements a svg,
.sacrements a img {
  width: 160px !important;
}
.sacrements a:hover .sacrement2 {
  fill: #F0987D;
}
.sacrements .text {
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #F0987D;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 450px) {
  .sacrements .text {
    font-size: 19px;
  }
}
@media screen and (max-width: 380px) {
  .sacrements .text {
    font-size: 18px;
  }
}
.backLink svg {
  height: 25px;
  margin-right: 14px;
}
@media (min-width: 960px) {
  .sponsor .sp-padding {
    padding: 30px !important;
  }
}
@media (max-width: 960px) {
  .sponsor .sp-size-default {
    max-width: 100%;
    max-height: auto;
  }
  .sponsor .sp-size-medium {
    max-width: 60%;
    max-height: auto;
  }
  .sponsor .sp-size-small {
    max-width: 50%;
    max-height: auto;
  }
  .sponsor .sp-size-xsmall {
    max-width: 40%;
    max-height: auto;
  }
}
.sponsor a {
  display: contents;
}
/* -----  1.3 General Typography  ------------------------------------------- */
*:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'MightyWings';
}
select,
input,
button,
textarea {
  font-family: "Arial";
}
h2 {
  font-size: 70px;
  font-style: normal;
  line-height: 1em;
  color: #3C3C3C;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  display: inline-block;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 639px) {
  h2 {
    font-size: 36px;
  }
}
h3 {
  font-size: 42px;
  font-style: normal;
  line-height: 1em;
  color: #3C3C3C;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  h3 {
    font-size: 30px;
  }
}
h4 {
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  color: #3C3C3C;
  margin: 0 0 10px 0;
  padding: 0;
  word-wrap: break-word;
  position: relative;
  display: inline-block;
}
h4:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #B7613C;
}
h5 {
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  color: #3C3C3C;
  margin: 0 0 10px 0;
  padding: 0;
  word-wrap: break-word;
  position: relative;
  display: inline-block;
}
.titleicon {
  width: 160px;
  height: 160px;
  margin-bottom: 38px;
}
ul {
  padding-left: 15px;
  margin: 0;
}
.coltext-loop .colicon {
  max-width: 100%;
  max-height: 100%;
}
.coltext-loop .coltext {
  margin-left: 25px;
  margin-bottom: 50px;
}
.coltext-loop .coltext-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uk-table-divider &gt; :first-child &gt; tr:not(:first-child) {
  border-color: #CEAB5D;
}
em {
  color: #F0987D;
}
.main-space {
  display: block;
  width: 50px;
}
.main-space.x0 {
  height: 24px;
}
.main-space.x1 {
  height: 40px;
}
@media only screen and (max-width: 639px) {
  .main-space.x1 {
    height: 26px;
  }
}
.main-space.x2 {
  height: 60px;
}
@media (max-width: 639px) {
  .main-space.x2 {
    height: 34px;
  }
}
@media (max-width: 959px) {
  .main-space.x2 {
    height: 40px;
  }
}
.main-space.x3 {
  height: 120px;
}
@media only screen and (max-width: 639px) {
  .main-space.x3 {
    height: 40px;
  }
}
/* DEBUG MAIN SPACE*/
/*

.default-space-blue {
    background-color: blue !important;
}

.default-space-red {
    background-color: red !important;
}

.default-space-columns {
    background-color: magenta !important;
}

.main-space {
    background: rgba(0, 0, 0, .1);
    clear: both;
    width: 50px;
    margin: 0 auto;

    &amp;.x0,
    &amp;.x1_2,
    &amp;.x1,
    &amp;.x2,
    &amp;.x3 {
        &amp;:after {
            color: #fff;
            position: absolute;
            top: 10px;
            left: 10px;
        }
    }

    &amp;.x0 {
        position: relative;

        &amp;:after {
            content: 'x0';
        }
    }

    &amp;.x1_2 {
        position: relative;

        &amp;:after {
            content: 'x1_2';
        }
    }

    &amp;.x1 {
        position: relative;

        &amp;:after {
            content: 'x1';
        }
    }

    &amp;.x2 {
        position: relative;

        &amp;:after {
            content: 'x2';
        }
    }

    &amp;.x3 {
        position: relative;

        &amp;:after {
            content: 'x3';
        }
    }

    &amp;.x4 {
        position: relative;

        &amp;:after {
            content: 'x4';
        }
    }
}

/*.main-space.x1_2{height:1rem}
.main-space.x1{height:2rem}
.main-space.x2{height:4rem}
.main-space.x3{height:6rem}
.main-space.x4{height:8rem}*/
/*.debug_spaces{width:45px;position:relative}
.debug_spaces.auto:after{background:blue}
.debug_spaces:after{content:'-';position:absolute;padding-top:5px;padding-left:5px;color:white;font-size:12px;letter-spacing:0;font-weight:normal;width:100%;height:100%;background:#333;opacity:0.05}
.debug_spaces.x1_2:after{content:'x1/2'}
.debug_spaces.x1:after{content:'x1'}
.debug_spaces.x2:after{content:'x2'}*/
.uk-nav li &gt; a {
  display: block;
  padding: 5px 0;
}
.uk-open &gt; .uk-accordion-title::before {
  background-image: url('/_res/themes/lensterkierch/_res/img/accordion-arrow-up.svg') !important;
}
.uk-accordion-content {
  margin-top: 14px;
  margin-bottom: 14px;
}
.uk-nav-default {
  line-height: 1.2;
}
.uk-accordion .accordion-li {
  display: block;
}
.uk-accordion .accordion-li .parent {
  display: inline-block;
  width: calc(360px - 1.4em);
  max-width: calc(100% - 1.4em);
  min-width: unset !important;
}
.uk-accordion .accordion-li .uk-accordion-title {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  min-width: unset !important;
  padding: 0;
  position: relative;
  top: 11px;
}
.uk-accordion .accordion-li .uk-accordion-title:before {
  background-image: url('/_res/themes/lensterkierch/_res/img/accordion-arrow-down.svg');
}
@media screen and (min-width: 1700px) and (min-height: 1000px) {
  .uk-accordion .accordion-li .uk-accordion-title {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 1699px) {
  .uk-accordion .accordion-li .parent {
    width: calc(250px - 1.4em) !important;
  }
  .uk-accordion .accordion-li .uk-accordion-title {
    top: 7px;
  }
}
#navmenu {
  background-color: white;
  z-index: 4;
}
#navmenu .nav-logo {
  position: absolute;
  top: 80px;
  left: 20%;
  width: 241px;
  height: 122px;
  z-index: 5;
}
#navmenu .navcontent {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #E3CE8E;
}
@media screen and (min-width: 960px) {
  #navmenu .navcontent {
    background-color: white;
  }
}
@media screen and (min-width: 960px) {
  #navmenu .navcontent:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-mask-image: url('/_res/themes/lensterkierch/_res/img/mask/navigation_mask.svg');
            mask-image: url('/_res/themes/lensterkierch/_res/img/mask/navigation_mask.svg');
    -webkit-mask-position: left;
            mask-position: left;
    -webkit-mask-size: cover;
            mask-size: cover;
    background-color: #E3CE8E;
  }
}
#navmenu .linkcontainer {
  position: absolute;
  right: 400px;
  top: 38%;
  z-index: 6;
}
#navmenu .linkcontainer a {
  color: white;
  text-transform: uppercase;
  text-underline-offset: 5px;
}
#navmenu .linkcontainer a:not(:last-child) {
  margin-right: 19px;
}
#navmenu .linkcontainer a.active,
#navmenu .linkcontainer a:hover {
  color: #B7613C;
  text-decoration: underline;
}
#navmenu .menunavigation {
  position: absolute;
  left: 47%;
  top: 47%;
  z-index: 6;
}
#navmenu .menunavigation a {
  color: white;
  font-size: 18px;
  min-width: 250px;
}
#navmenu .menunavigation .uk-active a:not(.child),
#navmenu .menunavigation a:hover {
  color: #B7613C;
  text-decoration: underline;
  text-underline-offset: 5px;
}
#navmenu .menunavigation .uk-nav-sub {
  padding: 0px;
}
#navmenu .menunavigation .uk-nav-sub a {
  padding-left: 26px;
  position: relative;
}
#navmenu .menunavigation .uk-nav-sub a:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  height: 20px;
  width: 20px;
  background-image: url('/_res/themes/lensterkierch/_res/img/navigation-submenu-arrow.svg');
  background-position: center;
  background-size: conatin;
  background-color: #E3CE8E;
}
@media screen and (min-width: 1700px) and (min-height: 900px) {
  #navmenu .menunavigation .uk-nav-sub a {
    font-size: 26px;
  }
  #navmenu .menunavigation .uk-nav-sub a:before {
    top: 16px;
  }
}
#navmenu .socialmediacontainer {
  position: absolute;
  top: 79%;
  z-index: 5;
  right: 400px;
}
#navmenu .socialmediacontainer a {
  display: inline-block;
}
#navmenu .socialmediacontainer .facebook {
  margin-right: 10px;
}
#navmenu .uk-dropdown {
  border: 1px solid #B7613C;
  background-color: #E3CE8E;
}
@media screen and (min-width: 960px) and (max-height: 1000px) {
  #navmenu .linkcontainer {
    top: 32%;
  }
  #navmenu .menunavigation {
    top: 46%;
  }
}
@media screen and (min-width: 1700px) and (min-height: 1000px) {
  #navmenu .menunavigation {
    left: 47%;
    top: 27%;
  }
  #navmenu .menunavigation a {
    font-size: 30px;
    min-width: 360px;
  }
  #navmenu .linkcontainer {
    right: 320px;
    top: 27%;
  }
  #navmenu .linkcontainer a span {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1699px) and (min-height: 1000px) {
  #navmenu .menunavigation a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1699px) {
  #navmenu .linkcontainer,
  #navmenu .socialmediacontainer {
    right: 260px;
  }
  #navmenu .menunavigation {
    left: 60%;
  }
  #navmenu .uk-nav {
    width: 250px;
  }
}
@media screen and (max-width: 1499px) {
  #navmenu .navcontent {
    width: 100%;
  }
  #navmenu .navigation-bg {
    -webkit-mask-position: center;
            mask-position: center;
  }
}
@media screen and (max-width: 959px) {
  #navmenu .navcontent {
    padding: 120px 15px 15px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #navmenu .linkcontainer {
    position: unset;
  }
  #navmenu .socialmediacontainer {
    position: unset;
    margin-top: 30px;
  }
  #navmenu .menunavigation {
    margin-top: 60px;
    position: unset;
  }
  #navmenu .uk-nav-sub {
    padding: 0 0 0 26px;
  }
}
.media-list .content {
  border: solid 2px #B7613C;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.media-list .content .date {
  color: #3C3C3C;
  font-size: 12px;
}
.media-list .content .titlecontainer {
  margin-top: 2px;
  color: #3C3C3C;
  font-family: 'MightWings';
  font-size: 20px;
  height: 78px;
}
.media-list .content .titlecontainer .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media-list .content .category {
  font-size: 14px;
  color: #3C3C3C;
}
.media-list .content .listing {
  margin-top: 10px;
  height: 250px;
}
@media screen and (min-width: 640px) and (max-width: 779px) {
  .media-list .content .listing {
    height: 185px;
  }
}
@media screen and (min-width: 779px) and (max-width: 959px) {
  .media-list .content .listing {
    height: 220px;
  }
}
@media screen and (min-width: 960px) {
  .media-list .content .listing {
    height: 192px;
  }
}
.media-list .content .listing .text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media-list .content .listing .end {
  margin-top: 20px;
}
.media-list .content .listing img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.media-list .content .readmorebox {
  margin-top: 14px;
  font-size: 16px;
  font-family: 'MightyWings';
}
.single-media h1 {
  text-transform: none;
}
.single-media .date {
  text-align: right;
}
.single-media .gallery li {
  padding-top: 56.25%;
}
.single-media .gallery li .image-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-media .gallery li .image-container a {
  display: block;
}
.single-media .gallery li .image-container img {
  max-height: 100%;
}
.list-news {
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-news .item {
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .list-news .item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.list-news .item .content .date {
  position: relative;
  font-family: 'MightyWings';
}
.list-news .item .content .date:before {
  content: '';
  position: absolute;
  background-color: #B7613C;
}
@media screen and (min-width: 640px) {
  .list-news .item .content .date {
    width: 125px;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list-news .item .content .date:before {
    width: 2px;
    height: 220px;
    top: 0;
    right: 28px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .list-news .item .content .date {
    width: 74px;
    height: 170px;
  }
  .list-news .item .content .date:before {
    right: 10px;
    height: 170px;
  }
}
@media screen and (max-width: 639px) {
  .list-news .item .content .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .list-news .item .content .date:before {
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
  }
  .list-news .item .content .date .day {
    margin-right: 14px;
  }
}
.list-news .item .content .date .day {
  font-weight: 700;
  font-size: 46px;
  color: #B7613C;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .list-news .item .content .date .day {
    font-size: 36px;
  }
}
.list-news .item .content .date .month {
  font-size: 27px;
  color: #B7613C;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .list-news .item .content .date .month {
    font-size: 22px;
  }
}
.list-news .item .content .news-lisiting-image img {
  aspect-ratio: 1.88636364;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 415px;
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .list-news .item .content .news-lisiting-image {
    margin-right: 30px;
  }
}
@media screen and (max-width: 639px) {
  .list-news .item .content .news-lisiting-image {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .list-news .item .content .news-lisiting-image {
    margin-right: 15px;
  }
  .list-news .item .content .news-lisiting-image img {
    width: 320px;
  }
}
.list-news .item .content .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-news .item .content .info .title {
  color: #B7613C;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 26px;
  font-weight: 700;
  font-family: 'MightyWings';
  position: relative;
}
.list-news .item .content .info .title:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 30%;
  height: 2px;
  content: '';
  background-color: #B7613C;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .list-news .item .content .info .title {
    margin-bottom: 0;
  }
}
.list-news .item .content .info .text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .list-news .item .content .info .text {
    -webkit-line-clamp: 5;
  }
}
.list-news .item .content .info .end {
  margin-top: 20px;
  color: #F0987D;
}
.list-news .item .readmorebox {
  margin-top: 30px;
}
.single-news h1 {
  text-transform: none;
}
.single-news .news-image {
  max-height: 70vh;
  max-width: 100%;
}
.single-news .info {
  padding: 10px 0;
}
.single-news .info:not(:last-child) {
  position: relative;
}
.single-news .info:not(:last-child):before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 250px;
  height: 1px;
  background-color: #E3CE8E;
}
.single-news .info.normal {
  font-size: 22px;
}
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'],
.wpcf7 textarea {
  width: 100%;
  color: #CEAB5D;
  font-size: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-top: 2px solid #CEAB5D;
  border-bottom: 2px solid #CEAB5D;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  margin: 6px 0;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}
.wpcf7 input[type='text']::-webkit-input-placeholder, .wpcf7 input[type='email']::-webkit-input-placeholder, .wpcf7 input[type='tel']::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CEAB5D;
  opacity: 1;
  /* Firefox */
}
.wpcf7 input[type='text']::-moz-placeholder, .wpcf7 input[type='email']::-moz-placeholder, .wpcf7 input[type='tel']::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CEAB5D;
  opacity: 1;
  /* Firefox */
}
.wpcf7 input[type='text']:-ms-input-placeholder, .wpcf7 input[type='email']:-ms-input-placeholder, .wpcf7 input[type='tel']:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CEAB5D;
  opacity: 1;
  /* Firefox */
}
.wpcf7 input[type='text']::-ms-input-placeholder, .wpcf7 input[type='email']::-ms-input-placeholder, .wpcf7 input[type='tel']::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CEAB5D;
  opacity: 1;
  /* Firefox */
}
.wpcf7 input[type='text']::placeholder,
.wpcf7 input[type='email']::placeholder,
.wpcf7 input[type='tel']::placeholder,
.wpcf7 textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CEAB5D;
  opacity: 1;
  /* Firefox */
}
.wpcf7 input[type='text']:-ms-input-placeholder,
.wpcf7 input[type='email']:-ms-input-placeholder,
.wpcf7 input[type='tel']:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #CEAB5D;
}
.wpcf7 input[type='text']::-ms-input-placeholder,
.wpcf7 input[type='email']::-ms-input-placeholder,
.wpcf7 input[type='tel']::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #CEAB5D;
}
.wpcf7 textarea {
  height: 140px;
  max-height: 500px;
  max-width: 100%;
}
.wpcf7 label {
  display: block;
  margin-top: 14px;
  font-family: 'MightyWings';
}
.wpcf7 .imprintlink {
  display: block;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  width: calc(100% - 30px);
}
.wpcf7 select {
  margin-top: 14px;
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
  background-position: 98% 50%;
  background-size: 15px;
}
.wpcf7 input[type='checkbox'] {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  color: #CEAB5D;
  border: solid 2px #CEAB5D;
}
.wpcf7 input[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3Csvg height='32' width='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.4 21.5-5.93-5.93-2.01 2.01 7.94 7.94 17.1-17.1-2.01-2.01z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #CEAB5D;
}
.wpcf7 input[type=submit] {
  color: #CEAB5D;
  background-color: white;
  min-width: 250px;
  font-size: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #CEAB5D;
  border-radius: 5px;
  margin: 60px 0 10px 0;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 input[type=submit]:hover {
  background-color: #CEAB5D;
  color: white;
  cursor: pointer;
}
.wpcf7-validation-errors,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing,
.wpcf7-not-valid-tip {
  color: red !important;
  border: 0 !important;
  margin: 0 !important;
  display: block;
  font-size: 15px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7-acceptance .wpcf7-list-item label input {
  margin-top: 5px;
  margin-right: 15px;
}
.screen-reader-response {
  display: none;
}
.timeline .overflow-container {
  overflow: scroll;
}
.timeline .overflow-container img {
  display: inline-block;
  margin-bottom: 24px;
  height: 260px;
  max-width: unset;
}
.timeline .timeline-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.timeline .timeline-arrows img {
  width: 21px;
  height: 38px;
}
.timeline .timeline-arrows img:hover {
  cursor: pointer;
}
</pre></body></html>