@import "fonts.css";
@media only screen {
  .col {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
}
.contentelement {
  background-color: white;
  clear: both;
  overflow: hidden;
}
.contentelement::after {
  content: " ";
  clear: both;
  display: block;
  height: 0px;
}
.contentelement.text_1_col {
  padding: 50px 5rem;
}
@media only screen and (max-width: 800px) {
  .contentelement.text_1_col {
    padding: 50px 1rem;
  }
}
.contentelement.text_with_image {
  background-color: #CDCB89;
}
.contentelement.text_with_image div.image {
  background-color: #FFFEE6;
}
.contentelement.text_with_image * {
  color: #4A480B;
}
.contentelement.text_with_image:nth-of-type(even) {
  background-color: #7E7C3A;
}
.contentelement.text_with_image:nth-of-type(even) div.image {
  background-color: #4A480B;
}
.contentelement.text_with_image:nth-of-type(even) * {
  color: #FFFEE6;
}
.contentelement.text_with_image >div {
  display: flex;
}
.contentelement.text_with_image >div.right {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 800px) {
  .contentelement.text_with_image >div {
    display: block;
  }
  .contentelement.text_with_image >div div.image {
    display: none;
  }
}
.contentelement.text_with_image >div div.image {
  width: 40%;
  background-size: cover;
  background-position: 50% 50%;
}
.contentelement.text_with_image >div div.image picture img {
  width: 100%;
  height: auto;
  display: block;
}
.contentelement.text_with_image >div div.text {
  width: 60%;
  padding: 5rem;
}
@media only screen and (max-width: 800px) {
  .contentelement.text_with_image >div div.text {
    width: 100%;
    padding: 3rem 1rem;
  }
}
.contentelement.gallery,
.contentelement.html,
.contentelement.form {
  padding: 5rem;
}
@media only screen and (max-width: 800px) {
  .contentelement.gallery,
  .contentelement.html,
  .contentelement.form {
    padding: 50px 1rem;
  }
}
.contentelement.random_image img {
  width: 100%;
}
.contentelement.bg_1 {
  background-color: #EFEFEF;
}
.contentelement.bg_2 {
  background-color: #7E7C3A;
}
.contentelement.bg_2 * {
  color: white;
}
.contentelement.bg_3 {
  background-color: #CDCB89;
}
.contentelement.bg_3 * {
  color: white;
}
.contentelement.line_top {
  margin-top: 5rem;
  border-top: 1px solid #EFEFEF;
  padding-bottom: 5rem;
}
.contentelement:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (max-width: 800px) {
  .contentelement:last-of-type {
    border-radius: 0px;
  }
}
.contentelement.fullwidth .row {
  max-width: 100%;
}
.contentelement h2 {
  font-size: 2.2rem;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 2rem;
}
.contentelement h3 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.contentelement h4 {
  font-size: 1.25rem;
  font-family: bold;
}
.contentelement hr {
  border: none;
  height: 2px;
  background-color: black;
  width: 3rem;
  margin-bottom: 1.5rem;
}
.contentelement p,
.contentelement li,
.contentelement td {
  line-height: 1.8rem;
}
.contentelement p {
  margin-bottom: 1rem;
}
.contentelement p img {
  max-width: 100%;
}
.contentelement .col.c2 {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .contentelement .col.c2 {
    width: 100%;
  }
}
.contentelement .col.c3 {
  width: 33.33%;
}
@media only screen and (max-width: 800px) {
  .contentelement .col.c3 {
    width: 100%;
  }
}
ul.navigation {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5rem 5rem 5rem;
  list-style: none;
}
@media only screen and (max-width: 800px) {
  ul.navigation {
    padding: 0 1rem 5rem 1rem;
  }
}
ul.navigation li {
  padding: 0 1rem;
}
@media only screen and (max-width: 1050px) {
  ul.navigation li {
    width: 50% !important;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
  }
}
@media only screen and (max-width: 800px) {
  ul.navigation li {
    width: 100% !important;
    margin-bottom: 0.5rem;
    padding: 0;
  }
}
ul.navigation li a {
  display: block;
  background-color: #4A480B;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
  transition: all 0.4s;
}
ul.navigation li a:hover {
  background-color: #CDCB89;
}
.slideshow {
  clear: both;
  overflow: hidden;
}
.slideshow.teamslider ul.slick-dots {
  margin-top: 4rem;
}
.slideshow.teamslider div.slide {
  text-align: center;
}
.slideshow.teamslider div.slide article {
  padding-top: 200px;
}
.slideshow.teamslider div.slide article h2 {
  font-size: 2.5rem;
  font-family: heavy;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.slideshow.teamslider div.slide article hr {
  margin-left: auto;
  margin-right: auto;
}
.slideshow.headslider {
  overflow: auto;
  padding-top: 40%;
}
.slideshow.headslider div.slide {
  position: absolute !important;
  top: 0px;
  left: 0px;
  right: 0px;
}
.slideshow.headslider div.slide picture {
  width: 100%;
}
.slideshow.headslider div.slide picture img {
  width: 100%;
}
.slideshow.headslider article {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  padding: 0 2rem 2rem 2rem;
}
.slideshow.headslider article >div {
  display: block;
  top: 200px;
}
.slideshow.headslider article * {
  color: white;
  text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
.slideshow.headslider article h2 {
  font-size: 3rem;
  font-family: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.slideshow.headslider article p {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: normal;
}
ul.gallery {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
ul.gallery li {
  padding: 0.5rem;
  width: 33.33%;
}
@media only screen and (max-width: 1050px) {
  ul.gallery li {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  ul.gallery li {
    width: 100%;
  }
}
ul.gallery li img {
  width: 100%;
  display: block;
}
ul.gallery li a {
  display: block;
}
div.imageMap {
  clear: both;
  margin: 0 auto;
}
div.imageMap img {
  width: 100%;
}
div.imageMap div {
  position: absolute;
  width: 15%;
  height: 30%;
  cursor: pointer;
}
div.imageMap div:hover span {
  opacity: 1;
}
div.imageMap span {
  opacity: 0;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 10px 20px;
  background-color: #EFEFEF;
}
div.imageMap span::before {
  position: absolute;
  top: -10px;
  left: 20px;
  height: 10px;
  content: "";
  border-bottom: 10px solid #EFEFEF;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
ul.imageMapInfo {
  list-style: none;
}
ul.imageMapInfo li {
  padding: 1rem;
}
ul.imageslider {
  clear: both;
  overflow: hidden;
  list-style: none;
}
@media only screen and (max-width: 800px) {
  ul.imageslider {
    padding: 0px;
  }
}
ul.imageslider li img {
  width: 100%;
}
ul.slick-dots {
  text-align: center;
  list-style: none;
  margin: 2rem 0 0 0;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li:hover button {
  background-color: black;
}
ul.slick-dots li button {
  overflow: hidden;
  text-indent: -30px;
  background: none;
  width: 10px;
  height: 10px;
  border: 1px solid black;
  margin: 0 0.5rem;
  transform: rotate(45deg);
  cursor: pointer;
}
button.arrow {
  position: absolute;
  z-index: 1000;
  top: 50%;
  background-color: transparent;
  border: none;
  height: 80px;
  width: 125px;
  margin-top: -40px;
  overflow: hidden;
  transition: all linear 0.1s;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  button.arrow {
    display: none !important;
  }
}
button.arrow::before {
  content: url("/site/templates/images/slideButton.svg");
  width: 125px;
  height: 80px;
}
button.arrow.nextSlide {
  right: -40px;
}
@media only screen and (max-width: 800px) {
  button.arrow.nextSlide {
    right: -60px;
  }
}
button.arrow.nextSlide:hover {
  right: -20px;
}
button.arrow.nextSlide::before {
  transform: rotate(180deg);
}
button.arrow.prevSlide {
  left: -40px;
}
@media only screen and (max-width: 800px) {
  button.arrow.prevSlide {
    left: -60px;
  }
}
button.arrow.prevSlide:hover {
  left: -20px;
}
button.arrow span {
  display: none;
}
ul.filter {
  list-style: none;
  text-align: center;
  margin: -2rem 0 3rem 0;
}
ul.filter li {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  padding-bottom: 0.5rem;
}
ul.filter li.active::before,
ul.filter li:hover::before {
  content: " ";
  width: 30px;
  height: 2px;
  background-color: black;
  position: absolute;
  left: 0px;
  bottom: -5px;
  display: block;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
div#mobileNavi {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  overflow: auto;
  background-color: black;
  z-index: 8000;
  transition: opacity linear 0.2s;
}
@media only screen and (max-width: 800px) {
  div#mobileNavi {
    display: block;
  }
}
div#mobileNavi.active {
  visibility: visible;
  opacity: 1;
}
div#mobileNavi button#close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  padding: none;
  cursor: pointer;
}
div#mobileNavi button#close span {
  display: none;
}
div#mobileNavi button#close::before {
  content: "\e904";
  color: white;
  font-size: 2rem;
}
div#mobileNavi ul#mobileNaviList {
  padding: 5rem 3rem;
}
div#mobileNavi ul#mobileNaviList >li >a {
  font-family: bold;
}
div#mobileNavi ul#mobileNaviList li {
  margin-bottom: 2rem;
}
div#mobileNavi ul#mobileNaviList li a {
  color: white;
  display: block;
  padding: 10px 10px 10px 0;
}
div#mobileNavi ul#mobileNaviList li.active::before,
div#mobileNavi ul#mobileNaviList li:hover::before {
  content: " ";
  width: 30px;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
}
ul#socialNaviList {
  list-style: none;
  text-align: right;
}
@media only screen and (max-width: 800px) {
  ul#socialNaviList {
    text-align: center;
  }
}
ul#socialNaviList li {
  display: inline-block;
}
ul#socialNaviList li a::before {
  font-size: 1.5rem;
  padding: 5px 10px;
}
ul#socialNaviList li a span {
  display: none;
}
li.facebook a::before,
a.facebook::before {
  content: "\ea91";
}
li.facebook a:hover::before,
a.facebook:hover::before {
  color: #3b5998 !important;
}
li.youtube a::before,
a.youtube::before {
  content: "\ea9d";
}
li.youtube a:hover::before,
a.youtube:hover::before {
  color: #cd201f !important;
}
li.instagram a::before,
a.instagram::before {
  content: "\ea92";
}
li.instagram a:hover::before,
a.instagram:hover::before {
  color: #fd1d1d !important;
}
li.twitter a::before,
a.twitter::before {
  content: "\ea96";
}
li.twitter a:hover::before,
a.twitter:hover::before {
  color: #1da1f2 !important;
}
li.pinterest a::before,
a.pinterest::before {
  content: "\ead1";
}
li.pinterest a:hover::before,
a.pinterest:hover::before {
  color: #3b5998 !important;
}
li.google a::before,
a.google::before {
  content: "\ea8b";
}
li.google a:hover::before,
a.google:hover::before {
  color: #3b5998 !important;
}
li.rss a::before,
a.rss::before {
  content: "\ea9b";
}
li.rss a:hover::before,
a.rss:hover::before {
  color: #f26522 !important;
}
nav ul#mainNaviList {
  list-style: none;
  padding: 70px 0 40px 0;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  nav ul#mainNaviList {
    padding: 0px 0 0px 0;
  }
}
nav ul#mainNaviList li {
  display: inline-block;
}
@media only screen and (max-width: 800px) {
  nav ul#mainNaviList li {
    width: 50%;
    background-color: #DDDDDD;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
  }
  nav ul#mainNaviList li:nth-child(even) {
    border: none;
  }
}
nav ul#mainNaviList li a {
  border-bottom: 3px solid #EFEFEF;
  display: inline-block;
  margin: 0 20px;
  padding: 0 5px 3px 5px;
}
@media only screen and (max-width: 800px) {
  nav ul#mainNaviList li a {
    border: none !important;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 0;
  }
}
nav ul#mainNaviList li a,
nav ul#mainNaviList li a * {
  color: #5e5e5e;
}
nav ul#mainNaviList li.active a {
  border-bottom: 3px solid #DDDDDD;
}
nav ul#mainNaviList li.active a,
nav ul#mainNaviList li.active a * {
  font-family: bold;
}
nav ul#mainNaviList li:hover a,
nav ul#mainNaviList li:hover a * {
  color: black;
}
button#showMenu {
  position: absolute;
  top: 30px;
  right: 0px;
  outline: none;
  background-color: black;
}
@media only screen and (max-width: 800px) {
  button#showMenu {
    top: 24px;
  }
}
button#showMenu.hamburger {
  padding: 5px 15px 5px 5px;
}
button#showMenu .hamburger-inner,
button#showMenu .hamburger-inner:after {
  height: 2px;
  background-color: white;
}
button#showMenu .hamburger-inner:before {
  display: none;
}
div.FormBuilder fieldset {
  padding: 0;
  border: none;
}
div.FormBuilder input,
div.FormBuilder select,
div.FormBuilder textarea {
  border: none;
  border-radius: 10px;
  color: #5e5e5e !important;
  padding: .5rem;
}
div.FormBuilder label {
  font-size: 0.9rem;
  font-weight: normal !important;
}
div.FormBuilder button {
  background-color: #CDCB89;
  color: #4A480B !important;
  border: none;
  border-radius: 10px;
  padding: 10px 25px 8px 25px;
  text-transform: uppercase;
  font-family: bold;
}
div.FormBuilder p.error {
  color: white !important;
}
body {
  font-size: 100%;
  background-color: #EFEFEF;
}
body::before {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  font-family: regular;
  font-size: 1rem;
  color: #5e5e5e;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: 0.05rem;
}
*::after,
*::before {
  font-family: icomoon;
  display: inline-block;
  vertical-align: middle;
}
div#wrapper {
  margin: 0 auto;
  max-width: 76rem;
}
strong {
  font-family: bold;
}
header h1 {
  background-color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  padding: 50px 1rem 50px 1rem;
}
@media only screen and (max-width: 800px) {
  header h1 {
    border-radius: 0px;
  }
}
header h1 picture {
  display: block;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 800px) {
  header h1 picture img {
    max-width: 60vw;
  }
}
header h1 a * {
  color: #5e5e5e;
}
header h1 a strong {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 800px) {
  header h1 a strong {
    font-size: 1.8rem;
  }
}
footer {
  padding: 5rem;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  footer {
    padding: 2rem 1rem;
  }
}
footer h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
footer p,
footer li,
footer td {
  line-height: 1.8rem;
}
footer p.copyright {
  color: #CCCCCC;
}
footer ul#footerAddress {
  margin: 5rem 0;
  list-style: none;
  display: flex;
}
@media only screen and (max-width: 800px) {
  footer ul#footerAddress {
    display: block;
    margin: 2rem 0;
  }
}
footer ul#footerAddress li {
  width: 33.33%;
  padding: 0;
  border-right: 1px solid #DDDDDD;
}
@media only screen and (max-width: 800px) {
  footer ul#footerAddress li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
}
footer ul#footerAddress li:last-child {
  border: none;
}
footer ul#footerAddress li::before {
  font-family: icon;
  color: #7E7C3A;
  font-size: 2rem;
  margin-bottom: 1rem;
}
footer ul#footerAddress li.telefon::before {
  content: "\f098";
}
footer ul#footerAddress li.strasse-und-ort::before {
  content: "\f279";
}
footer ul#footerAddress li.email::before {
  content: "\f0e0";
}
