/*PLUGIN*/
/*@import (less)  "plugins/jquery.fullPage.css";
@import (less)  "plugins/animate.css";*/
[data-scrollbar],
[scrollbar],
scrollbar {
  display: block;
  position: relative;
}
[data-scrollbar] .scroll-content,
[scrollbar] .scroll-content,
scrollbar .scroll-content {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[data-scrollbar].sticky .scrollbar-track,
[scrollbar].sticky .scrollbar-track,
scrollbar.sticky .scrollbar-track {
  background: rgba(222, 222, 222, 0.75);
}
[data-scrollbar] .scrollbar-track,
[scrollbar] .scrollbar-track,
scrollbar .scrollbar-track {
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease-out, background 0.5s ease-out;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-scrollbar] .scrollbar-track.show,
[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track.show,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track.show,
scrollbar .scrollbar-track:hover {
  opacity: 1;
}
[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track:hover {
  background: rgba(222, 222, 222, 0.75);
}
[data-scrollbar] .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
scrollbar .scrollbar-track-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y {
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
}
[data-scrollbar] .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
scrollbar .scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
[data-scrollbar] .overscroll-glow,
[scrollbar] .overscroll-glow,
scrollbar .overscroll-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*@import (less)  "plugins/hoverex-all.css";*/
/*FONTS*/
/*https://transfonter.org/*/
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype'), url('../fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.eot');
  src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Bold.woff2') format('woff2'), url('../fonts/Barlow-Bold.woff') format('woff'), url('../fonts/Barlow-Bold.ttf') format('truetype'), url('../fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Baskerville';
  src: url('../fonts/LibreBaskerville-Bold.eot');
  src: url('../fonts/LibreBaskerville-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/LibreBaskerville-Bold.woff2') format('woff2'), url('../fonts/LibreBaskerville-Bold.woff') format('woff'), url('../fonts/LibreBaskerville-Bold.ttf') format('truetype'), url('../fonts/LibreBaskerville-Bold.svg#LibreBaskerville-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Baskerville';
  src: url('../fonts/LibreBaskerville-Regular.eot');
  src: url('../fonts/LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/LibreBaskerville-Regular.woff2') format('woff2'), url('../fonts/LibreBaskerville-Regular.woff') format('woff'), url('../fonts/LibreBaskerville-Regular.ttf') format('truetype'), url('../fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.eot');
  src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-SemiBold.woff2') format('woff2'), url('../fonts/Barlow-SemiBold.woff') format('woff'), url('../fonts/Barlow-SemiBold.ttf') format('truetype'), url('../fonts/Barlow-SemiBold.svg#Barlow-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*@import (less) "../fonts/icomoon/style.css";
@icomoonid: "hvfcyc";
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon/fonts/icomoon.eot?@{icomoonid}');
    src:    url('../fonts/icomoon/fonts/icomoon.eot?@{icomoonid}#iefix') format('embedded-opentype'),
        url('../fonts/icomoon/fonts/icomoon.ttf?@{icomoonid}') format('truetype'),
        url('../fonts/icomoon/fonts/icomoon.woff?@{icomoonid}') format('woff'),
        url('../fonts/icomoon/fonts/icomoon.svg?@{icomoonid}#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*COMPONENTS*/
header {
  padding-top: 18px;
  padding-bottom: 20px;
}
header ul {
  overflow: hidden;
}
header ul li {
  background-color: #F9F6EF;
  float: left;
  padding: 20px 12px;
}
header ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: #5F5C55;
  border-bottom: 3px solid #F9F6EF;
}
header ul li a:hover {
  color: #5F5C55;
  border-color: #E7D6BE;
}
header ul li.current-menu-item a,
header ul li.current-menu-parent a,
header ul li.current-post-parent a,
header ul li.current-post-ancestor a {
  color: #5F5C55;
  border-color: #E7D6BE;
}
header ul li.archive,
header ul li.search {
  background-color: #FFFFFF;
}
header ul li.archive a,
header ul li.search a {
  border-color: #FFFFFF;
}
header ul li.archive a:hover,
header ul li.search a:hover {
  border-color: #E7D6BE;
}
header ul li.archive {
  display: none;
}
header ul li.search a {
  text-indent: -99999px;
  background: url(../img/lens-b.svg) center center no-repeat;
  width: 32px;
  height: 32px;
}
header ul li.search a:hover {
  border-color: #FFFFFF !important;
  opacity: 0.6;
}
/* < @screen-lg-min */
@media (max-width: 1200px) {
  header ul {
    display: none;
  }
  header .toggle-wrapper {
    display: block;
  }
}
body.menu-open {
  background-color: #FFFFFF;
}
body.menu-open scrollbar {
  display: none;
}
body.menu-open header ul {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
body.menu-open header ul li {
  float: none;
  background-color: transparent !important;
  padding: 15px 12px;
}
body.menu-open header ul li a {
  border-bottom: none;
  font-size: 23px;
}
body.menu-open header ul li a:hover {
  color: #C3AA63;
}
.toggle-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  right: 15px;
  top: 25px;
  display: none;
}
.toggle-wrapper .menu-toggle {
  display: block;
  width: 33px;
  height: 33px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.toggle-wrapper .menu-toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #5F5C55;
  opacity: 1;
  left: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}
.toggle-wrapper .menu-toggle span:nth-child(1) {
  top: 4px;
}
.toggle-wrapper .menu-toggle span:nth-child(2),
.toggle-wrapper .menu-toggle span:nth-child(3) {
  top: 15px;
}
.toggle-wrapper .menu-toggle span:nth-child(4) {
  top: 26px;
}
.toggle-wrapper.menu-open {
  /*        padding-right: 30px;*/
  -webkit-transition: background-color 0.1s linear, color 0.1s linear;
  -moz-transition: background-color 0.1s linear, color 0.1s linear;
  -o-transition: background-color 0.1s linear, color 0.1s linear;
  -ms-transition: background-color 0.1s linear, color 0.1s linear;
  transition: background-color 0.1s linear, color 0.1s linear;
}
.toggle-wrapper.menu-open span {
  background: #5F5C55;
}
.toggle-wrapper.menu-open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
}
.toggle-wrapper.menu-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-wrapper.menu-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.toggle-wrapper.menu-open span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
  .toggle-wrapper .menu-toggle {
    width: 38px;
  }
  .toggle-wrapper .menu-toggle span {
    height: 4px;
  }
  .toggle-wrapper .menu-toggle span:nth-child(1) {
    top: 8px;
  }
  .toggle-wrapper .menu-toggle span:nth-child(2),
  .toggle-wrapper .menu-toggle span:nth-child(3) {
    top: 18px;
  }
  .toggle-wrapper .menu-toggle span:nth-child(4) {
    top: 28px;
  }
  .toggle-wrapper.menu-open span:nth-child(2),
  .toggle-wrapper.menu-open span:nth-child(3) {
    top: 15px;
  }
  .toggle-wrapper.menu-open span:nth-child(1),
  .toggle-wrapper.menu-open span:nth-child(4) {
    top: 15px;
  }
}
.back-button a {
  color: #DCD9D5;
  text-decoration: none;
  padding-left: 35px;
  font-size: 18px;
  background: url(../img/arrow-left.svg) left center no-repeat;
}
.back-button a:hover {
  color: #5F5C55;
}
.stolpersteine-info .info {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 15px;
  right: 15px;
}
.stolpersteine-info .info h1.title {
  padding: 30px 0 30px 48px;
  font-size: 33px;
}
.stolpersteine-info .info h1.title br {
  display: none;
}
.stolpersteine-info .info span {
  font-size: 27px;
}
.stolpersteine-info .info span br {
  display: none;
}
.stolpersteine-info .info span rel {
  display: inline-block;
}
.stolpersteine-info .info a.button-map {
  background: url(../img/open-map.svg) center center no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  top: 5px;
  left: 12px;
}
.stolpersteine-info .info a.button-map.map-open {
  background: url(../img/close-map.svg) center center no-repeat;
}
.stolpersteine-info .info .permalink {
  text-align: right;
}
.stolpersteine-info .info .permalink a {
  display: inline-block;
  background-color: #584E32;
  width: 40px;
  height: 40px;
  padding: 0;
}
.stolpersteine-info .info .permalink a span {
  margin: 0;
}
.stolpersteine-info .images {
  position: relative;
}
.stolpersteine-info .images:before {
  content: "";
  height: 230px;
  width: 1000px;
  background-color: #C0AD79;
  position: absolute;
  left: 50px;
  z-index: -1;
  transform: translate(0, -50%);
  top: 50%;
}
/* < 1399px */
@media (max-width: 1399px) {
  .stolpersteine-info .info span {
    font-size: 25px;
  }
  .stolpersteine-info .images::before {
    height: 215px;
  }
}
/* < @screen-lg-min */
@media (max-width: 1200px) {
  .stolpersteine-info .info h1.title {
    margin-bottom: 0;
  }
  .stolpersteine-info .info h1.title br {
    display: block;
  }
  .stolpersteine-info .info span br {
    display: block;
  }
  .stolpersteine-info .info span rel {
    display: none;
  }
  .stolpersteine-info .images::before {
    height: 150px;
  }
}
/* < @screen-md-min */
@media (max-width: 992px) {
  .stolpersteine-info .info {
    position: relative;
    top: auto;
    left: 0;
    transform: none;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .stolpersteine-info .info h1.title br {
    display: none;
  }
  .stolpersteine-info .info span br {
    display: none;
  }
  .stolpersteine-info .info span rel {
    display: inline-block;
  }
}
/* only phone */
@media (max-width: 575px) {
  .stolpersteine-info .info span {
    font-size: 20px;
  }
}
.btn-square {
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 22px;
  display: inline-block;
  padding: 4px 27px;
  line-height: 1.2;
  padding: 6px 20px;
}
.btn-square.grey {
  background-color: #838079;
}
.btn-square.brown {
  background-color: #584E32;
}
.btn-square.outline {
  border: 1px solid #584E32;
  color: #584E32;
}
.btn-square.outline span.right {
  background: url(../img/btn-arrow-right-dark.svg) center center no-repeat;
  width: 22px;
  height: 14px;
}
.btn-square.outline:hover {
  opacity: .7;
  color: #584E32;
}
.btn-square.l-brown {
  background-color: #9b9584;
}
.btn-square:hover {
  opacity: .7;
  color: #FFFFFF;
}
.btn-square.stolpersteine:hover {
  color: #AE7732;
  opacity: .4;
}
.btn-square span {
  display: inline-block;
  margin-left: 3px;
  position: relative;
}
.btn-square span.down {
  background: url(../img/btn-arrow-down.svg) center center no-repeat;
  width: 15px;
  height: 23px;
  top: 2px;
}
.btn-square span.right {
  background: url(../img/btn-arrow-right.svg) center center no-repeat;
  width: 22px;
  height: 14px;
}
.btn-square span.up {
  background: url(../img/btn-arrow-up.svg) center center no-repeat;
  width: 15px;
  height: 23px;
  top: 3px;
}
.btn-square span.close {
  background: url(../img/btn-close.svg) center center no-repeat;
  width: 14px;
  height: 20px;
  top: 2px;
}
.btn-square.up {
  text-transform: uppercase;
}
.btn-square.ico {
  position: relative;
}
.btn-square.ico span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map-wrapper {
  height: 400px;
}
.map-wrapper .acf-map {
  height: 100%;
  width: 100%;
}
.acf-map.loaded .marker {
  display: block;
}
.acf-map .marker {
  display: none;
}
.acf-map .gm-style .gm-style-iw-c {
  background-color: #584E32;
  padding: 35px 10px 20px 10px  !important;
  border-radius: 0;
  color: #FFFFFF;
}
.acf-map .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
.acf-map .gm-style .gm-style-iw-tc:after {
  background-color: #584E32;
}
.acf-map .gm-style .info {
  color: #FFFFFF;
}
.acf-map .gm-style .info a {
  font-size: 16px;
  font-family: 'Libre Baskerville';
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}
.acf-map .gm-style .info a:hover {
  opacity: 0.7;
}
.acf-map .gm-style .info span {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
.acf-map .gm-style .gm-ui-hover-effect {
  opacity: 1 !important;
  top: -1px !important;
  right: -2px !important;
}
.acf-map .gm-style .gm-ui-hover-effect span {
  mask-image: url("../img/close.svg") !important;
  width: 14px !important;
  height: 18px !important;
  background-color: #FFFFFF !important;
  -webkit-mask-image: url("../img/close.svg") !important;
}
.acf-map .gm-style .gm-ui-hover-effect:hover {
  opacity: .6 !important;
}
h1.title {
  font-family: 'Libre Baskerville';
  margin-bottom: 30px;
  padding: 30px 0 30px 27px;
  background: url(../img/rounded-gray.svg) left center no-repeat;
  font-size: 37px;
  letter-spacing: -0.03em;
}
.h1-title-style {
  font-family: 'Libre Baskerville';
  margin-bottom: 30px;
  padding: 30px 0 30px 27px;
  background: url(../img/rounded-gray.svg) left center no-repeat;
  font-size: 37px;
  letter-spacing: -0.03em;
}
/* < 1399px */
@media (max-width: 1399px) {
  h1.title {
    font-size: 35px;
    padding: 30px 0 30px 58px;
    margin-bottom: 20px;
  }
}
/* < @screen-lg-min */
@media (max-width: 1200px) {
  h1.title {
    margin-bottom: 15px;
    padding: 20px 0 20px 58px;
  }
}
/* < @screen-md-min */
@media (max-width: 992px) {
  h1.title {
    font-size: 32px;
  }
}
/* only phone */
@media (max-width: 575px) {
  h1.title {
    background: url(../img/rounded-gray-sm.svg) -12px center no-repeat;
    padding: 20px 0 20px 20px;
    font-size: 30px;
  }
}
.title-background {
  background-color: #E6E4E0;
  width: 50%;
  text-align: right;
  margin-bottom: 70px;
  margin-top: 20px;
}
.title-background h2 {
  font-size: 40px;
  font-family: 'Libre Baskerville';
  padding: 100px 43px 30px 30px;
}
/* < @screen-md-min */
@media (max-width: 992px) {
  .title-background h2 {
    font-size: 35px;
    padding: 70px 43px 30px 30px;
  }
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
  .title-background {
    width: 80%;
    margin-bottom: 50px;
  }
  .title-background h2 {
    padding: 60px 30px 30px 30px;
    font-size: 30px;
  }
}
.post-item {
  color: #FFFFFF;
  padding: 25px;
}
.post-item img {
  margin-bottom: 20px;
}
.post-item h2 a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
}
.post-item h2 a:hover {
  opacity: 0.7;
}
.post-item p {
  margin: 0 0 50px 0;
  font-size: 18px;
}
.post-item .footer {
  position: relative;
}
.post-item .footer time {
  font-size: 18px;
}
.post-item .footer a.link {
  text-indent: -9999px;
  display: block;
  height: 50px;
  width: 70px;
  position: absolute;
  right: -33px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../img/arrow-right-b.svg) center center no-repeat #FFFFFF;
}
.post-item .footer a.link:hover {
  opacity: 0.8;
}
.post-item.stolpersteine {
  color: #584E32;
}
.post-item.stolpersteine h2 a {
  color: #584E32;
}
.post-item.stolpersteine a.link {
  background: url(../img/btn-arrow-right.svg) center center no-repeat #AE7732;
}
.post-categories-wrapper {
  margin-top: 30px;
  text-align: center;
}
.post-categories-wrapper a {
  margin: 0 5px;
  font-size: 23px;
  letter-spacing: .02em;
  margin-bottom: 15px;
}
.post-categories-wrapper a.brown {
  border: 1px solid #584E32;
}
/* < @screen-md-min */
@media (max-width: 992px) {
  .post-categories-wrapper a {
    width: 46%;
    font-size: 18px;
  }
}
.pdf-document {
  margin-bottom: 50px;
  margin: 30px 0 0 0;
}
.pdf-document a {
  color: #AE7732;
  font-style: initial;
  text-decoration: underline;
  background: url(../img/square-plus.svg) 0 center no-repeat;
  padding-left: 30px;
  font-weight: 600;
  font-style: italic;
  font-size: 21px;
  margin-left: 20px;
}
.pdf-document a:hover {
  text-decoration: none;
}
.pdf-document a:first-child {
  margin: 0;
}
.box-donazione ul {
  padding-left: 20px;
  margin: 20px 0;
}
.box-donazione ul li {
  list-style: disc;
  line-height: 1.2;
}
.box-donazione .mitmachen .content,
.box-donazione .spenden .content {
  position: relative;
  z-index: 1;
}
.box-donazione .btn-wrapper,
.box-donazione .mitmachen {
  padding: 50px 100px 150px 140px;
}
.box-donazione .mitmachen {
  background-color: #e6e5e1;
  position: relative;
}
.box-donazione .mitmachen:before {
  content: "";
  height: 100%;
  width: 1000px;
  background-color: #e6e5e1;
  position: absolute;
  right: -80px;
  z-index: 1;
  top: 0;
}
.box-donazione .spenden {
  background-color: #F9E9C7;
  position: relative;
  margin-top: 80px;
  padding: 50px 140px;
}
.box-donazione .btn-wrapper {
  display: none;
}
.page-template-template-wer-wir-sind .btn-wrapper {
  display: block;
}
/* < 1399px */
@media (max-width: 1399px) {
  .box-donazione {
    margin-top: 50px;
  }
  .box-donazione .mitmachen,
  .box-donazione .spenden {
    padding: 30px 50px;
  }
  .box-donazione .mitmachen::before {
    right: -25px;
  }
}
/* < @screen-md-min */
@media (max-width: 992px) {
  .box-donazione .mitmachen,
  .box-donazione .spenden {
    padding: 20px 25px;
  }
  .box-donazione .spenden {
    margin-top: 0;
  }
  .box-donazione .mitmachen::before {
    display: none;
  }
  .box-donazione .btn-wrapper {
    padding: 30px;
  }
}
footer {
  margin-top: 150px;
}
footer .logo,
footer .info {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
footer .logo:before,
footer .info:before {
  content: "";
  height: 100%;
  width: 1000px;
  position: absolute;
  top: 0;
  z-index: -1;
}
footer .logo {
  background-color: #C3AA63;
}
footer .logo:before {
  background-color: #C3AA63;
  right: 100%;
  top: 0;
}
footer .logo:after {
  content: "";
  height: 118%;
  width: 1000px;
  position: absolute;
  top: -50px;
  z-index: -1;
  background-color: #C3AA63;
  right: -170px;
}
footer .logo .social {
  margin-top: 30px;
}
footer .logo .social .fb,
footer .logo .social .mail {
  display: inline-block;
  width: 50px;
  height: 50px;
}
footer .logo .social .fb {
  background: url(../img/logo-fb.svg) center center no-repeat;
}
footer .logo .social .mail {
  background: url(../img/logo-mail.svg) center center no-repeat;
}
footer .logo .social a {
  margin-left: 10px;
}
footer .logo .social a:first-child {
  margin: 0;
}
footer .logo .social a:hover {
  opacity: 0.7;
}
footer .info {
  background-color: #584E32;
}
footer .info:before {
  background-color: #584E32;
  left: 100%;
  top: 0;
}
footer .info ul {
  padding-left: 30px;
}
footer .info ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 24px;
  line-height: 1.6;
  text-transform: uppercase;
}
footer .info ul li a:hover {
  color: #C3AA63;
}
footer .info ul li.archive a {
  color: #C3AA63;
}
footer .info ul li.archive a:hover {
  color: #FFFFFF;
}
footer .info .text {
  padding-left: 30px;
}
footer .info .text a {
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #C3AA63;
  padding: 6px 25px;
  border-radius: 10px;
  margin-bottom: 23px;
}
footer .info .text a:hover {
  background-color: #FFFFFF;
  color: #C3AA63;
}
footer .info .text p {
  color: #FFFFFF;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}
footer .copy {
  text-align: center;
  background-color: #DCD9D5;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .copy a {
  color: #584E32;
}
footer .copy a:hover {
  text-decoration: none;
}
footer .copy br {
  display: none;
}
footer .copy .iubenda-embed:not(.iubenda-nostyle) {
  text-decoration: underline !important;
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 20px !important;
  box-shadow: none !important;
  vertical-align: unset !important;
  font-weight: normal !important;
}
footer .copy .iubenda-embed:not(.iubenda-nostyle):hover {
  color: #584E32 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
footer .copy .iubenda-embed:not(.no-brand):not(.iubenda-nostyle) {
  background-image: none !important;
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
  footer {
    margin-top: 50px;
  }
  footer .container {
    max-width: 100%;
  }
  footer .container .logo img {
    max-width: 300px;
  }
  footer .container .logo:after,
  footer .container .logo:before {
    content: none;
  }
  footer .container .info .text {
    padding-left: 0;
  }
  footer .container .info .text a {
    margin-bottom: 20px;
    margin-top: 14px;
  }
  footer .container .info ul {
    padding-left: 0;
  }
  footer .copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .copy br {
    display: block;
  }
  footer .copy rel {
    display: none;
  }
}
.intro-box {
  margin-bottom: 60px;
}
.intro-box .entry h2 {
  font-family: 'Libre Baskerville';
  margin-bottom: 30px;
  padding: 30px 0 30px 27px;
  background: url(../img/rounded-gray.svg) left center no-repeat;
  font-size: 37px;
  letter-spacing: -0.03em;
  background-color: #AE7732;
  color: #FFFFFF;
  padding: 50px;
  position: relative;
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 1.35;
  letter-spacing: .005em;
  background: url(../img/rounded-gray-sm.svg) left 25px no-repeat;
  margin-left: 50px;
  font-weight: normal;
}
.intro-box .entry h2:before {
  content: "";
  height: 100%;
  width: 2000px;
  background-color: #AE7732;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.intro-box .entry p {
  padding: 0 100px 0 0;
}
.page-template-template-home .intro-box .entry p {
  padding: 0  100px;
}
.page-template-template-home .intro-box .entry h2 {
  margin-left: 0;
}
.page-template-template-home .intro-box .image {
  position: relative;
}
.page-template-template-home .intro-box .image:before {
  content: "";
  height: 130px;
  width: 450px;
  background-color: #F1E4D5;
  position: absolute;
  z-index: -1;
  right: -250px;
  bottom: -30px;
}
/* < @screen-md-min */
@media (max-width: 992px) {
  .intro-box {
    margin-bottom: 40px;
  }
  .intro-box .entry h2 {
    padding: 20px 40px;
    background: url(../img/rounded-gray-sm.svg) left 0px no-repeat;
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.swiper.news-slider {
  margin-bottom: 120px;
  overflow: visible;
}
.swiper.news-slider .btn-all {
  margin-top: 35px;
}
.swiper.news-slider:before {
  content: "";
  height: 150px;
  width: 2000px;
  background-color: #e6e5e1;
  position: absolute;
  right: 45%;
  bottom: 15px;
  z-index: -1;
}
/* < @screen-md-min */
@media (max-width: 992px) {
  .swiper.news-slider {
    margin-bottom: 50px;
  }
}
.video-js .vjs-big-play-button {
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/play-btn.svg');
  background-repeat: no-repeat;
  margin: 0;
  background-position: 50% calc(50%);
  border: none !important;
  box-shadow: none !important;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  display: none !important;
}
.video-js .vjs-big-play-button:before {
  content: "";
  display: none;
}
.video-js .vjs-big-play-button:hover {
  background-color: transparent;
  opacity: .7;
}
.single .video-js .vjs-big-play-button {
  background-size: 100px;
}
/* < @screen-md-min */
@media (max-width: 992px) {
  .video-js .vjs-big-play-button {
    background-size: 100px;
  }
}
/*PAGES*/
.single-stolpersteine .map-wrapper {
  height: 400px;
  margin-top: 60px;
}
.single-stolpersteine .entry {
  margin: 70px 0;
}
.single-stolpersteine .entry p {
  margin: 0;
}
.single-stolpersteine .category-wrapper {
  margin-top: 30px;
}
.single-stolpersteine .gallery .wrapper {
  background-color: #E6E4E0;
  padding: 55px 20px;
}
.single-stolpersteine .gallery .swiper-slide {
  width: auto !important;
}
.single-stolpersteine .gallery .swiper-slide img {
  height: 300px;
  width: auto;
}
.single-stolpersteine .gallery .swiper-pagination {
  bottom: auto !important;
}
.single-stolpersteine .gallery .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.single-stolpersteine .gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #584E32;
}
.single-stolpersteine .gallery .swiper-button-next,
.single-stolpersteine .gallery .swiper-button-prev {
  color: #584E32;
}
.single-stolpersteine .gallery .btn-square {
  position: relative;
  bottom: -23px;
  z-index: 1;
}
.single-stolpersteine .gallery .image-wrapper {
  padding: 0 8px;
}
.single-stolpersteine .gallery .image-wrapper .caption {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  margin-top: 20px;
  line-height: 1.3;
}
.single-stolpersteine .gallery .image-wrapper .caption a {
  color: #584E32;
}
.single-stolpersteine .gallery .image-wrapper .caption a:hover {
  text-decoration: none;
}
.single-stolpersteine .gallery .image-wrapper .caption p {
  margin: 0;
}
.single-stolpersteine .gallery .image-wrapper .caption small {
  font-weight: normal;
}
.single-stolpersteine .gallery .image-wrapper .image {
  position: relative;
}
.single-stolpersteine .gallery .image-wrapper .image .lens {
  background: url(../img/lens.svg) 0 0 no-repeat;
  width: 31px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.single-stolpersteine .back a {
  margin-left: 20px;
}
.single-stolpersteine .back a:first-child {
  margin: 0;
}
.single-stolpersteine .note {
  background-color: #E6E4E0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 27px;
}
.single-stolpersteine .note strong,
.single-stolpersteine .note h3 {
  font-weight: bold;
  color: #584E32;
  font-size: 21px;
}
.single-stolpersteine .note a {
  color: #584E32;
  font-weight: 600;
}
.single-stolpersteine .note a:hover {
  text-decoration: none;
}
.single-stolpersteine .note h3 {
  margin-top: 13px;
}
.single-stolpersteine .note .content {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.2;
}
.single-stolpersteine .flexible-content {
  position: relative;
  padding-bottom: 70px;
}
.single-stolpersteine .flexible-content .wrapper-content {
  overflow: hidden;
  position: relative;
}
.single-stolpersteine .flexible-content .overlay {
  background-color: red;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: url(../img/gradient.png) 0 2px repeat-x;
}
.single-stolpersteine #expand-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
}
/* < @screen-md-min */
@media (max-width: 992px) {
  .single-stolpersteine .back-button {
    margin-bottom: 30px;
  }
  .single-stolpersteine .back {
    margin-top: 20px;
  }
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
  .single-stolpersteine .entry {
    margin: 20px 0;
  }
  .single-stolpersteine .gallery .d-flex {
    display: block !important;
  }
  .single-stolpersteine .gallery .wrapper {
    padding: 55px 10px 40px 10px;
  }
  .single-stolpersteine .gallery .image-wrapper {
    margin-top: 40px;
  }
  .single-stolpersteine .gallery .image-wrapper img {
    margin: 0 auto;
  }
  .single-stolpersteine .gallery .image-wrapper .caption {
    margin-top: 10px;
  }
  .single-stolpersteine .gallery .image-wrapper:first-child {
    margin-top: 0;
  }
}
.search-stolpersteine .intro h1.title {
  margin-bottom: 40px;
}
.search-stolpersteine .intro form {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  margin-top: 35px;
}
.search-stolpersteine .intro form input#s {
  width: 100%;
  border: 2px solid #DCD9D5;
  height: 43px;
  padding-left: 13px;
}
.search-stolpersteine .intro form input#s:focus-visible {
  outline: none;
  border: 2px solid #5F5C55;
}
.search-stolpersteine .intro form .submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  width: 42px;
  box-shadow: none;
  background: url(../img/lens-sm.svg) center center no-repeat #584E32;
}
.search-stolpersteine .intro form .submit:hover {
  opacity: 0.7;
}
.search-stolpersteine .box-grey {
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 50px;
}
.search-stolpersteine .box-grey:before {
  content: "";
  width: 999999px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E6E4E1;
}
.search-stolpersteine .categories {
  margin-bottom: 25px;
}
.search-stolpersteine .categories ul li {
  display: inline-block;
  margin: 10px;
}
.search-stolpersteine .categories ul li a {
  padding: 8px 22px;
}
.search-stolpersteine .no-result .title-background.search-for h2 {
  padding: 0;
}
.search-stolpersteine .title-background.search-for h2 {
  font-weight: normal;
}
.search-stolpersteine .orderby span {
  display: inline-block;
  font-size: 25px;
}
.search-stolpersteine .orderby select {
  display: inline-block;
  border-radius: 0;
  border: 2px solid #584E32;
  padding: 0px 40px 0 10px;
  margin-left: 10px;
  font-size: 25px;
  height: 38px;
  line-height: 1;
  color: #5F5C55;
  font-weight: 600;
  width: auto;
}
.search-stolpersteine .orderby select:focus-visible,
.search-stolpersteine .orderby select:focus {
  outline: none;
}
.search-stolpersteine .stolpersteine-wrapper {
  margin: 50px 0;
}
.search-stolpersteine .stolpersteine-wrapper .stolpersteine-info .container {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 2px solid #DCD9D5;
}
.search-stolpersteine .stolpersteine-wrapper .stolpersteine-info:first-child .container {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.search-stolpersteine .title-background {
  width: 100%;
  margin-bottom: 50px;
}
.search-stolpersteine .title-background h2 {
  font-size: 25px;
  padding: 45px 30px 20px 0;
  font-weight: bold;
  font-family: 'Barlow';
}
.search-stolpersteine .title-background.num {
  width: 100%;
  background-color: transparent;
}
.search-stolpersteine .title-background.num h2 {
  text-align: center;
  padding: 0;
  font-weight: normal;
}
.search-stolpersteine .title-background.title-map {
  margin-bottom: 20px;
}
.search-stolpersteine .map-wrapper {
  height: 600px;
  position: relative;
  margin-bottom: 215px;
}
.search-stolpersteine .map-wrapper:after {
  content: "";
  height: 170px;
  width: 2000px;
  background-color: #e6e5e1;
  position: absolute;
  left: 52%;
  bottom: -100px;
  z-index: -1;
}
/* < @screen-md-min */
@media (max-width: 992px) {
  .search-stolpersteine .orderby {
    margin: 30px 0 0 0;
  }
  .search-stolpersteine .stolpersteine-wrapper {
    margin: 0;
  }
  .search-stolpersteine .title-background.num h2 {
    text-align: left;
  }
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
  .search-stolpersteine .title-background {
    text-align: left;
  }
  .search-stolpersteine .title-background h2 {
    padding: 40px 30px 30px 30px;
  }
  .search-stolpersteine .box-grey {
    display: none;
  }
}
/* only phone */
@media (max-width: 575px) {
  .search-stolpersteine .title-background h2 {
    font-size: 23px;
  }
}
.archive .news-wrapper:after {
  content: "";
  height: 150px;
  width: 2000px;
  background-color: #e6e5e1;
  position: absolute;
  right: 45%;
  bottom: -90px;
  z-index: -1;
}
.archive .news-wrapper .post-item {
  margin-top: 25px;
}
.archive .result {
  color: #FFFFFF;
}
.archive .result:before {
  content: "";
  height: 100%;
  width: 1000px;
  background-color: #584E32;
  position: absolute;
  left: 70%;
  z-index: -1;
  top: 0;
}
.archive .result.termine:before {
  background-color: #C3AA63;
}
.archive .result.opfergruppen:before {
  background-color: #AE7732;
}
.archive .result.stolpersteine {
  color: #AE7732;
  border: none;
}
.archive .result.stolpersteine:before {
  background-color: #FFFFFF;
  border: 1px solid #DCD9D5;
}
.archive .result.hintergrund:before {
  background-color: #9a9a9a;
}
.archive footer {
  margin-top: 250px;
}
.archive.category-hintergrund .entry {
  margin-top: 30px;
}
.archive.category-hintergrund .news-wrapper {
  margin-top: 55px;
}
/* < 1399px */
@media (max-width: 1399px) {
  .archive .result::before {
    left: 67%;
  }
}
/* < @screen-lg-min */
@media (max-width: 1200px) {
  .archive .result::before {
    left: 60%;
  }
}
/* < @screen-md-min */
@media (max-width: 992px) {
  .archive .result::before {
    left: 45%;
  }
}
/* < than @screen-tablet burger menu breakpoint */
@media (max-width: 767px) {
  .archive .result {
    padding: 20px 0;
  }
  .archive .result:before {
    left: 70%;
  }
}
.single-post h1.title {
  padding: 30px 0 30px 50px;
}
.single-post .info {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-post .info .date {
  line-height: 2;
}
.single-post .entry,
.single-post .date {
  padding-right: 50px;
}
.single-post .sidebar .image {
  position: relative;
}
.single-post .sidebar .image a {
  position: relative;
  display: block;
}
.single-post .sidebar .image a .lens {
  background: url(../img/lens.svg) 0 0 no-repeat;
  width: 31px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.single-post .sidebar .image:before {
  content: "";
  width: 70%;
  background-color: #C0AD79;
  position: absolute;
  left: 40%;
  top: -40px;
  bottom: -40px;
  z-index: -1;
}
.single-post .sidebar .image .caption {
  background-color: #FFFFFF;
  color: #838079;
  padding: 15px;
}
.single-post .sidebar .image .caption p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.single-post .sidebar .image .caption small {
  font-size: 13px;
}
.single-post .more {
  margin-top: 40px;
}
.single-post .more .title-bg {
  background-color: #E6E4E0;
  padding: 45px 0 75px 50px;
  margin: 0;
  position: relative;
}
.single-post .more .title-bg a {
  color: #AE7732;
  font-weight: 600;
}
.single-post .more .title-bg p {
  margin: 0;
}
.single-post .more .title-bg:before {
  content: "";
  height: 100%;
  width: 1000px;
  background-color: #E6E4E0;
  position: absolute;
  left: 0;
  z-index: -1;
  transform: translate(0, -50%);
  top: 50%;
}
.single-post .news-title {
  margin-top: 120px;
}
/* < @screen-lg-min */
@media (max-width: 1200px) {
  .single-post .entry {
    margin-bottom: 50px;
    padding-right: 0;
  }
  .single-post .pdf-document {
    margin: 0 0 30px 0;
  }
  .single-post .date {
    padding-right: 0;
  }
  .single-post .more {
    margin-top: 80px;
  }
  .single-post .sidebar .image::before {
    content: none;
  }
  .single-post .news-title {
    margin-top: 50px;
  }
}
.page-template-template-kontakt .wrapper {
  margin-left: -30px;
  margin-bottom: 40px;
}
.page-template-template-kontakt .entry a {
  color: #AE7732;
  font-weight: 600;
  text-decoration: none;
}
.page-template-template-kontakt .image {
  position: relative;
}
.page-template-template-kontakt .image img {
  margin-left: 50px;
}
.page-template-template-kontakt .image:before {
  content: "";
  height: 150px;
  width: 2000px;
  background-color: #e6e5e1;
  position: absolute;
  left: 20px ;
  top: 70px;
  z-index: -1;
}
.page-template-template-kontakt footer {
  margin-top: 90px;
}
/* < @screen-md-min */
@media (max-width: 992px) {
  .page-template-template-kontakt .wrapper {
    margin-left: 0;
  }
  .page-template-template-kontakt .image img {
    margin-left: 0;
  }
}
.page-template-template-wer-wir-sind .intro-box .entry h2 {
  padding: 50px 50px 50px 38px;
  margin-left: 0;
}
.page-template-template-wer-wir-sind .video {
  margin-bottom: 60px;
}
.page-template-template-wer-wir-sind .box-1 {
  /*        .img{
                    position: relative;
                    &:before{
                        content: "";height: 120px; width: 1000px; background-color: @brown9; position: absolute; right: 0; top: -150px; bottom: 0;z-index: -1;
                    }
                }*/
}
.page-template-template-wer-wir-sind .box-1 .img {
  margin-top: 80px;
  position: relative;
}
.page-template-template-wer-wir-sind .box-1 .img img {
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
}
.page-template-template-wer-wir-sind .box-1 .img:before {
  content: "";
  height: 150px;
  width: 2000px;
  background-color: #F1E4D5;
  position: absolute;
  right: 60%;
  top: -90px;
  z-index: -1;
}
.page-template-template-wer-wir-sind .box-2 {
  margin-top: 35px;
}
.page-template-template-wer-wir-sind .box-3 {
  margin-top: 20px;
}
.page-template-template-wer-wir-sind .box-3 .entry {
  position: relative;
  margin-top: 200px;
}
.page-template-template-wer-wir-sind .box-3 .entry:before {
  content: "";
  height: 120px;
  width: 1000px;
  background-color: #F1E4D5;
  position: absolute;
  left: -60px;
  top: -150px;
  bottom: 0;
  z-index: -1;
}
.page-template-template-wer-wir-sind .box-3 h1.title {
  margin-top: 60px;
}
/* < @screen-md-min */
@media (max-width: 992px) {
  .page-template-template-wer-wir-sind .intro-box .entry {
    margin-bottom: 20px;
  }
  .page-template-template-wer-wir-sind .video {
    margin-bottom: 40px;
  }
  .page-template-template-wer-wir-sind .box-1 .img::before {
    top: -60px;
  }
  .page-template-template-wer-wir-sind .box-2 .btn-square {
    margin: 20px 0 30px 0;
  }
  .page-template-template-wer-wir-sind .box-3 .entry {
    margin-top: 80px;
  }
  .page-template-template-wer-wir-sind .box-3 .entry:before {
    display: none;
  }
  .page-template-template-wer-wir-sind .box-3 h1.title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.page-template-template-home .map {
  position: relative;
  margin-bottom: 50px;
}
.page-template-template-home .map .entry {
  text-align: left;
}
.page-template-template-home .map .btn-square {
  margin-top: 80px;
}
.page-template-template-home .map .map-wrapper {
  height: 600px;
}
.page-template-template-home .map:before {
  content: "";
  height: 170px;
  width: 2000px;
  background-color: #e6e5e1;
  position: absolute;
  left: 30%;
  bottom: -20px;
  z-index: -1;
}
.page-template-template-home .box-uber-uns .text {
  margin-top: -40px;
}
.page-template-template-home .box-uber-uns img {
  position: relative;
  z-index: 2;
}
.page-template-template-home .box-uber-uns h1.title {
  background-color: #F9E9C7;
  padding: 60px;
  position: relative;
  margin-bottom: 50px;
}
.page-template-template-home .box-uber-uns h1.title:before {
  content: "";
  height: 100%;
  width: 1000px;
  background-color: #F9E9C7;
  position: absolute;
  right: 40%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page-template-template-home .box-uber-uns .content {
  padding: 0 100px;
}
.page-template-template-home .box-uber-uns .btn-square {
  margin-top: 50px;
}
.page-template-template-home .box-donazione {
  text-align: right;
}
.page-template-template-home .box-donazione .mitmachen {
  padding: 150px 140px 50px 140px;
  margin-top: -60px;
  z-index: 1;
}
.page-template-template-home .box-donazione .mitmachen:before {
  right: -30px;
}
.page-template-template-home .box-donazione .mitmachen h1.title {
  text-align: left;
  margin-bottom: 0;
}
.page-template-template-home .box-donazione .mitmachen .entry {
  text-align: left;
}
.page-template-template-home .box-donazione .mitmachen .btn-square {
  margin-top: 60px;
}
.page-template-template-home .box-donazione img {
  width: 100%;
  margin-top: 150px;
  z-index: 2;
  position: relative;
}
/* < @screen-lg-min */
@media (max-width: 1200px) {
  .page-template-template-home .intro-box .image::before {
    display: none;
  }
  .page-template-template-home .intro-box .entry p {
    padding: 0 10px;
  }
  .page-template-template-home .map .container {
    max-width: 100%;
  }
  .page-template-template-home .box-uber-uns {
    margin-bottom: 50px;
  }
  .page-template-template-home .box-uber-uns .content {
    padding: 0 10px;
  }
  .page-template-template-home .box-donazione .mitmachen {
    margin-top: auto;
    padding: 30px 50px;
  }
}
/* < @screen-md-min */
@media (max-width: 992px) {
  .page-template-template-home .map h1.title {
    margin-bottom: 20px;
  }
  .page-template-template-home .map .btn-square {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .page-template-template-home .box-uber-uns h1.title {
    padding: 30px 40px;
    background: url(../img/rounded-gray-sm.svg) left center no-repeat;
    font-size: 32px;
    margin-bottom: 30px;
  }
  .page-template-template-home .box-uber-uns h1.title:before {
    right: 0;
  }
  .page-template-template-home .box-uber-uns .text {
    margin-top: 0;
  }
  .page-template-template-home .box-uber-uns .btn-square {
    margin-top: 20px;
  }
  .page-template-template-home .box-donazione img {
    margin-top: 0;
  }
}
/* only phone */
@media (max-width: 575px) {
  .page-template-template-home .box-donazione .mitmachen {
    margin-top: auto;
    padding: 20px 20px;
  }
}
/*COMPONENTS*/
/*
* Bootstrap 3 Modal Vertically Center
*
* References: https://codepen.io/dimbslmh/full/mKfCc
*
*/
.modalVerticalAlign {
  text-align: center;
  padding: 0!important;
}
.modalVerticalAlign:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modalVerticalAlign .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
/*
 * Centering List Items Horizontally
 * Applay this class to ul tag
 *
 * Reference:
 * http://css-tricks.com/centering-list-items-horizontally-slightly-trickier-than-you-might-think
 * http://stackoverflow.com/questions/5838454/inline-block-doesnt-work-in-internet-explorer-7-6
 *
 */
.horizontal-list {
  text-align: center;
  width: 100%;
}
.horizontal-list li {
  display: inline-block;
  /* IE6/IE7,*/
  *display: inline;
  *zoom: 1;
  float: none;
}
.horizontal-list li:first-child,
.horizontal-list li.first {
  margin: 0;
  padding: 0;
  border: none;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.row.center {
  text-align: center;
}
.full-background {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.responsive-background {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.square {
  background-color: transparent;
  border-width: none;
  border-style: solid;
  border-color: transparent;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.he-wrap {
  display: block;
  overflow: hidden;
}
.he-wrap .bg {
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  height: 100%;
  white-space: nowrap;
  background-color: #DCD9D5;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3dcd9d5, endColorstr=#b3dcd9d5)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3dcd9d5, endColorstr=#b3dcd9d5);
  background-color: rgba(220, 217, 213, 0.7);
  text-align: center;
}
.he-wrap .bg:before {
  content: "";
  display: inline-block;
  /* IE6/IE7,*/
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}
.he-wrap .bg .content {
  display: inline-block;
  /* IE6/IE7,*/
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
}
.he-wrap.bottom .bg {
  height: 100%;
  white-space: nowrap;
}
.he-wrap.bottom .bg:before {
  content: "";
  display: inline-block;
  /* IE6/IE7,*/
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}
.he-wrap.bottom .bg .content {
  display: inline-block;
  /* IE6/IE7,*/
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  white-space: normal;
  width: 100%;
}
.v-wrap {
  height: 100%;
  white-space: nowrap;
}
.v-wrap:before {
  content: "";
  display: inline-block;
  /* IE6/IE7,*/
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}
.v-wrap-bottom {
  height: 100%;
  white-space: nowrap;
}
.v-wrap-bottom:before {
  content: "";
  display: inline-block;
  /* IE6/IE7,*/
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  width: 0;
  margin-right: -0.25em;
  height: 100%;
}
.v-box {
  display: inline-block;
  /* IE6/IE7,*/
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  white-space: normal;
}
.v-box-bottom {
  display: inline-block;
  /* IE6/IE7,*/
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  white-space: normal;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.absolute-center-bottom {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.verical-centered {
  display: table;
  height: 100%;
}
.verical-centered .centered {
  display: table-cell;
  vertical-align: middle;
}
.verical-centered .vertical-bottom {
  display: table-cell;
  vertical-align: bottom;
}
.remove-box-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.opaque {
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=40);
  /* Modern Browsers */
  opacity: 0.4;
}
/* Clearfix for the .slides element */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.first-child:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.inline-block {
  display: inline-block;
  /* IE6/IE7,*/
  *display: inline;
  *zoom: 1;
}
.box_rotate {
  -webkit-transform: rotate(45deg);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
  /* Firefox 16+, IE 10+, Opera */
}
.box_rotate-90 {
  -webkit-transform: rotate(-90deg);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  transform: rotate(-90deg);
  /* Firefox 16+, IE 10+, Opera */
}
.box_rotate90 {
  -webkit-transform: rotate(90deg);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
  /* Firefox 16+, IE 10+, Opera */
}
.box_rotate0 {
  -webkit-transform: rotate(0deg);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: rotate(0deg);
  /* IE 9 */
  transform: rotate(0deg);
  /* Firefox 16+, IE 10+, Opera */
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 9px solid;
}
.ease-in-out-25 {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.ease-in-out-5 {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.rotate-0 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rotate-45 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rotate45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rotate-90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/*COLOR*/
.termine {
  background-color: #C3AA63;
  border: 1px solid #C3AA63;
}
.opfergruppen {
  background-color: #AE7732;
  border: 1px solid #AE7732;
}
.stolpersteine {
  background-color: #FFFFFF;
  color: #AE7732;
  border: 1px solid #DCD9D5;
}
.hintergrund {
  background-color: #9a9a9a;
  border: 1px solid #9a9a9a;
}
.iub__us-widget {
  display: none !important;
}
#up {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  display: none;
}
#up span {
  width: 23px;
  height: 23px;
  margin: 0;
}
body {
  font-family: 'Barlow';
  color: #584E32;
  overflow-x: hidden;
  font-size: 21px;
}
.scroll-content {
  padding-top: 20px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3 {
  margin: 0;
}
a {
  -webkit-transition: background-color 0.1s linear, color 0.1s linear;
  -moz-transition: background-color 0.1s linear, color 0.1s linear;
  -o-transition: background-color 0.1s linear, color 0.1s linear;
  -ms-transition: background-color 0.1s linear, color 0.1s linear;
  transition: background-color 0.1s linear, color 0.1s linear;
}
a:focus {
  text-decoration: none;
  outline: none;
}
.mt-8 {
  margin-top: 8rem !important;
}
.entry h2 {
  color: #AE7732;
  font-weight: 600;
  margin-bottom: 25px;
}
.entry p {
  font-size: 21px;
  line-height: 1.25;
}
.entry a {
  color: #AE7732;
  text-decoration: underline;
  font-weight: 600;
}
.entry a:hover {
  text-decoration: none;
}
.entry ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 10px 0;
}
@media (min-width: 1381px) {
  .container {
    width: 1380px;
  }
}
/*RESPONSIVE QUERY*/
/* < @screen-xl-min */
/*@media (max-width: @screen-xl-min) {
    .queryContent("< @screen-xl-min");
}*/
/* < 1399px */
/* < @screen-lg-min */
/* < @screen-md-min */
/* > than @screen-tablet */
@media (min-width: 768px) {
}
/*  > than @screen-tablet and < @screen-sm-max */
@media (min-width: 768px) and (max-width: 991px) {
}
/* @screen-tablet */
/* < than @screen-tablet burger menu breakpoint */
/* only phone */
/*# sourceMappingURL=dist/_assets/css/main.css.map */