@charset "UTF-8";
.news .news-topimg-wrap img {
  max-width: 100%;
  height: auto;
}
.news .news-list-view .newslistimg {
  width: 68px;
  height: 68px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
}
.news .news-list-view .newslistimg img {
  height: 100%;
  width: auto;
}
.news .news-list-view .newslisttext {
  padding-left: 78px;
}
.news .news-list-view .newslisttext p {
  margin: 0;
}
.news .news-list-view a:hover {
  text-decoration: none;
}
.news .article.topnews {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.news .article.topnews:last-child {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.news .news-list-view {
  padding-top: 35px;
}
.news .news-list-view .article a {
  text-decoration: none;
}
.news .news-list-view .article a:focus, .news .news-list-view .article a:hover {
  text-decoration: none;
}
.news .news-list-view .article .newsContent {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news .news-list-view .article .newsContent {
    margin-bottom: 40px;
  }
}
.news .news-list-view .article .newsContent:hover .news-img-wrap img {
  transform: scaleX(1.05) scaleY(1.05);
  transform-origin: 50% 50%;
}
.news .news-list-view .article .newsContent .news-img-wrap {
  text-align: center;
  background-color: #575756;
  transition: height 1s;
  overflow: hidden;
  margin: 0;
  float: none;
}
.news .news-list-view .article .newsContent .news-img-wrap img {
  transition: all 0.5s ease-in-out;
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.news .news-list-view .article .newsContent .news-img-wrap .no-media-element img {
  height: inherit;
  padding-top: 40px;
  width: 150px;
}
@media (min-width: 480px) {
  .news .news-list-view .article .newsContent .news-img-wrap .no-media-element img {
    width: 230px;
  }
}
@media (min-width: 768px) {
  .news .news-list-view .article .newsContent .news-img-wrap .no-media-element img {
    width: 60%;
    padding-top: 27px;
  }
}
@media (min-width: 992px) {
  .news .news-list-view .article .newsContent .news-img-wrap .no-media-element img {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .news .news-list-view .article .newsContent .news-img-wrap .no-media-element img {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .news .news-list-view .article .newsContent .news-list-card {
    bottom: 0;
    right: 0;
  }
}
.news .news-list-view .article .newsContent .news-list-card {
  color: #fff;
  background-color: #7A911D;
  width: 100%;
  min-height: 160px;
}
@media (min-width: 768px) {
  .news .news-list-view .article .newsContent .news-list-card {
    padding: 8px 11px;
  }
}
@media (min-width: 992px) {
  .news .news-list-view .article .newsContent .news-list-card {
    padding: 20px;
    min-height: 180px;
  }
}
.news .news-list-view .article .newsContent .news-list-card {
  padding: 20px;
}
.news .news-list-view .article .newsContent .news-list-card h2 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .news .news-list-view .article .newsContent .news-list-card h2 {
    line-height: 24px;
  }
}
.news .news-list-view .article .newsContent .news-list-card h2 {
  font-weight: 300;
}
.news .news-list-view .article .newsContent .news-list-card .news-list-teaser-text {
  display: none;
}
.news .news-list-view .article .newsContent .news-list-card .news-list-teaser-text p {
  color: #575756;
}
.news .news-list-view .article .newsContent .news-list-card .news-list-date {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  padding-bottom: 17px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .news .news-list-view .article .newsContent .news-list-card .news-list-date {
    font-size: 10px;
    padding-bottom: 7px;
  }
}
.news .news-list-view .article .newsContent .news-list-card .news-list-date .news-list-category {
  font-weight: bold;
  margin-left: 8px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .news .news-list-view .article .newsContent .news-list-card .news-list-date .news-list-category {
    margin-left: 5px;
  }
}
.news .news-list-view .article .newsContent .news-list-card .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 26px;
  margin: 18px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .news .news-list-view .article .newsContent .news-list-card .icon {
    font-size: 18px;
    margin: 10px;
  }
}
.news .news-list-view .page-navigation hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0;
  margin-bottom: 32px;
  background-color: transparent;
}
.news .news-list-view .page-navigation .icon {
  font-size: 32px;
  line-height: 28px;
  vertical-align: bottom;
  font-weight: bold;
}
.news .news-list-view .page-navigation .f3-widget-paginator .previous,
.news .news-list-view .page-navigation .f3-widget-paginator .next {
  font-size: 20px;
  font-weight: bold;
}
.news .news-list-view .page-navigation .f3-widget-paginator .previous a,
.news .news-list-view .page-navigation .f3-widget-paginator .next a {
  color: #7A911D;
}
.news .news-list-view .page-navigation .f3-widget-paginator .previous a:hover, .news .news-list-view .page-navigation .f3-widget-paginator .previous a:focus,
.news .news-list-view .page-navigation .f3-widget-paginator .next a:hover,
.news .news-list-view .page-navigation .f3-widget-paginator .next a:focus {
  text-decoration: none;
  color: rgb(86.2413793103, 102.5, 20.5);
}
.news .news-list-view .page-navigation .f3-widget-paginator .previous a span {
  margin-right: 5px;
}
.news .news-list-view .page-navigation .f3-widget-paginator .next {
  text-align: right;
}
.news .news-list-view .page-navigation .f3-widget-paginator .next a span {
  margin-left: 5px;
}
.news .news-list-view .page-navigation .f3-widget-paginator ul {
  font-size: 16px;
  list-style-type: none;
  display: flex;
  padding-left: 0;
  justify-content: center;
  align-items: baseline;
  float: none;
}
.news .news-list-view .page-navigation .f3-widget-paginator ul li {
  color: #7A911D;
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 7px;
}
.news .news-list-view .page-navigation .f3-widget-paginator ul li a {
  color: #7A911D;
}
.news .news-list-view .page-navigation .f3-widget-paginator ul li a:hover {
  text-decoration: none;
  color: rgb(86.2413793103, 102.5, 20.5);
}
.news .news-list-view .page-navigation .f3-widget-paginator ul li.current {
  background-color: #7A911D;
  color: #fff;
}
.news .newsSlider .tp-bullets {
  display: block !important;
  padding-top: 30px;
}
.news .newsSlider .imgslidernavi {
  display: none;
  position: relative;
}
.news .newsSlider .imgslidernavi a {
  border-radius: 45px;
  background-color: #7A911D;
  color: #ffffff;
  width: 40px;
  height: 40px;
  visibility: inherit;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
}
.news .newsSlider .imgslidernavi a.buttonprev {
  right: 60px;
}
.news .newsSlider .imgslidernavi a:hover {
  text-decoration: none;
}
.news .news-detail-top {
  background-color: rgb(134, 162, 15);
  background-image: none;
}
.news .news-detail-top.topBildEinzel {
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(rgb(134, 162, 15) 59%, rgb(255, 255, 255) 59%);
}
.news .news-detail-top.topBildGallerie {
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(rgb(134, 162, 15) 75%, rgb(255, 255, 255) 75%);
}
.news .news-detail-top .teaser-text {
  color: white;
}
.news .news-text-wrap h3 {
  margin-bottom: 20px;
}
.news .news-link-wrap .mehrerfahren, .news .news-related-wrap .mehrerfahren {
  font-family: Bitter;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  width: 100%;
  display: block;
  text-transform: uppercase;
  /* Grey */
  color: #575756;
}
.news .news-link-wrap ul li, .news .news-related-wrap ul li {
  list-style: none;
}
.news .column {
  outline: none;
}

@media only screen and (max-width: 767px) {
  .news .news-link-wrap .mehrerfahren, .news .news-related-wrap .mehrerfahren {
    text-align: left;
  }
  .news .news-detail-top {
    background-color: rgb(134, 162, 15);
    background-image: none;
  }
  .news .news-detail-top.topBildEinzel {
    background-color: rgb(134, 162, 15);
    background-image: none;
    padding-bottom: 60px;
  }
  .news .news-detail-top.topBildGallerie {
    background-color: rgb(134, 162, 15);
    background-image: none;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .news .newsSlider .imgslidernavi {
    display: block;
  }
  .news .newsSlider .tp-bullets {
    width: 720px;
    transform: matrix(1, 0, 0, 1, -42, -720) !important;
  }
  .news .newsSlider .tp-bullets .tp-bullet {
    display: none;
  }
}
.frame-type-menu_pages header h1, .frame-type-menu_pages header h2, .frame-type-menu_pages header h3, .frame-type-menu_pages header h4, .frame-type-menu_pages header h5, .frame-type-menu_pages header h6, .linkliste header h1, .linkliste header h2, .linkliste header h3, .linkliste header h4, .linkliste header h5, .linkliste header h6 {
  font-family: Bitter;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  /* Grey */
  color: #575756;
}
.frame-type-menu_pages .column, .linkliste .column {
  position: relative;
  margin-bottom: 20px;
}
.frame-type-menu_pages .column a, .linkliste .column a {
  color: #7A911D;
  height: 110px;
  display: block;
}
.frame-type-menu_pages .column a span, .linkliste .column a span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-family: Bitter;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  padding-right: 50px;
  padding-left: 20px;
}
.frame-type-menu_pages .column a i, .linkliste .column a i {
  position: absolute;
  height: 32px;
  width: 32px;
  font-size: 32px;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.frame-type-menu_pages .column:nth-child(odd), .linkliste .column:nth-child(odd) {
  border-right: 1px solid #D5D5D5;
}

@media only screen and (max-width: 767px) {
  .frame-type-menu_pages .column:nth-child(odd), .linkliste .column:nth-child(odd) {
    border: none;
  }
}
.searchpage .suchbox {
  background-color: #fff;
}
.searchpage .suchbox form {
  margin-top: 120px;
  margin-bottom: 20px;
}
.searchpage .suchbox form h1 {
  text-align: center;
  margin-bottom: 40px;
}
.searchpage .suchbox form .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 33px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  background: transparent;
  border-bottom: 2px solid #f0f0f0;
}
.searchpage .suchbox form .tx-indexedsearch-form .tx-indexedsearch-searchbox-sword:focus {
  outline: none;
  border-bottom: 2px solid #888888;
}
.searchpage .suchbox form .tx-indexedsearch-form .row {
  position: relative;
}
.searchpage .input_col:before {
  content: "\e90d";
  color: #818181;
  font-size: 31px;
  line-height: 36px;
  float: right;
  font-weight: 400;
  left: 19px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 9px;
}
.searchpage .suchergebnisse {
  background-color: #7A911D;
  min-height: 100px;
}
.searchpage .suchergebnisse .tx-indexedsearch-info-noresult {
  color: #fffffe;
}
.searchpage .suchergebnisse .suchergebniss {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
}
.searchpage .suchergebnisse .suchergebniss h3 a {
  color: white;
}
.searchpage .suchergebnisse .suchergebniss h3 a:hover {
  text-decoration: none;
}
.searchpage .suchergebnisse .suchergebniss dt.tx-indexedsearch-text-item-path {
  display: none;
}
.searchpage .suchergebnisse .suchergebniss .tx-indexedsearch-info a {
  color: white;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  position: relative;
  width: 100%;
  display: block;
  min-height: 30px;
}
.searchpage .suchergebnisse .suchergebniss .tx-indexedsearch-info a:hover {
  text-decoration: none;
}
.searchpage .suchergebnisse .suchergebniss .tx-indexedsearch-info a:after {
  content: "\e91f";
  color: #fffffe;
  font-size: 31px;
  line-height: 36px;
  float: right;
  font-weight: 400;
  right: 0;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -11px;
}
.searchpage .suchergebnisse .suchergebniss .tx-indexedsearch-description {
  color: #ffffff;
}
.searchpage .suchergebnisse .anzahl h3 {
  font-size: 32px;
  line-height: 40px;
  color: white;
}
.searchpage .suchergebnisse .tx-indexedsearch-browsebox {
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  list-style: none;
  display: inline;
  text-align: center;
}
.searchpage .suchergebnisse .tx-indexedsearch-browsebox li {
  display: inline;
  margin: 0;
  list-style: none;
  font-family: "Bitter";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #7A911D;
  text-transform: uppercase;
}
.searchpage .suchergebnisse .tx-indexedsearch-browsebox li a {
  font-size: 1.25em;
  color: #fffffe;
  padding: 0;
  border: none;
  text-decoration: none;
  width: auto;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
}
.searchpage .suchergebnisse .tx-indexedsearch-browsebox li:last-child:not(.tx-indexedsearch-browselist-currentPage) {
  margin-right: 2px;
  float: right;
}
.searchpage .suchergebnisse .tx-indexedsearch-browsebox li:last-child:not(.tx-indexedsearch-browselist-currentPage):after {
  content: "\e903";
  display: inline-block;
  font-size: 28px;
  line-height: 28px;
  color: #fffffe;
  font-weight: bold;
  float: right;
}
.searchpage .suchergebnisse .tx-indexedsearch-browsebox li:first-child:not(.tx-indexedsearch-browselist-currentPage) {
  margin-left: 2px;
  float: left;
}
.searchpage .suchergebnisse .tx-indexedsearch-browsebox li:first-child:not(.tx-indexedsearch-browselist-currentPage):before {
  content: "\e900";
  display: inline-block;
  font-size: 28px;
  line-height: 28px;
  color: #fffffe;
  font-weight: bold;
  float: left;
}
.searchpage .column {
  outline: none;
}

/* bitter-700 - latin */
@font-face {
  font-family: "Bitter";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/bitter-v16-latin-700.woff2") format("woff2"), url("../fonts/bitter-v16-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* CenturyGothicStd-Bold Ersatz für Bitter */
/* bitter-700 - latin */
@font-face {
  font-family: "CenturyGothicStd-Bold";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/bitter-v16-latin-700.woff2") format("woff2"), url("../fonts/bitter-v16-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/open-sans-v17-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/open-sans-v17-latin-700italic.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "icomoon";
  font-display: auto;
  src: url("../fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#mainLogo {
  /* fix for preloading later used revicons font */
}
#mainLogo .tparrows {
  opacity: 0;
}

[class^=icon-], [class*=" icon-"], .iconbox:before, .news .newsSlider .imgslidernavi a, .searchpage .input_col:before, .searchpage .suchergebnisse .suchergebniss .tx-indexedsearch-info a:after, .searchpage .suchergebnisse .tx-indexedsearch-browsebox li:last-child:not(.tx-indexedsearch-browselist-currentPage):after, .searchpage .suchergebnisse .tx-indexedsearch-browsebox li:first-child:not(.tx-indexedsearch-browselist-currentPage):before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-chevron-double-down:before {
  content: "\e900";
}

.icon-arrow-chevron-double-left:before {
  content: "\e901";
}

.icon-arrow-chevron-double-right:before {
  content: "\e902";
}

.icon-arrow-chevron-double-up:before {
  content: "\e903";
}

.icon-arrow-chevron-down:before {
  content: "\e904";
}

.icon-arrow-chevron-left:before {
  content: "\e905";
}

.icon-arrow-chevron-right:before {
  content: "\e906";
}

.icon-arrow-chevron-up:before {
  content: "\e907";
}

.icon-arrow-circle-down:before {
  content: "\e908";
}

.icon-arrow-circle-left:before {
  content: "\e909";
}

.icon-arrow-circle-right:before {
  content: "\e90a";
}

.icon-arrow-circle-up:before {
  content: "\e90b";
}

.icon-arrow-down:before {
  content: "\e90c";
}

.icon-arrow-left:before {
  content: "\e90d";
}

.icon-arrow-right:before {
  content: "\e90e";
}

.icon-arrow-up:before {
  content: "\e90f";
}

.icon-call:before {
  content: "\e910";
}

.icon-check:before {
  content: "\e911";
}

.icon-close:before {
  content: "\e912";
}

.icon-expand:before {
  content: "\e91f";
}

.icon-retract:before {
  content: "\e920";
}

.icon-dot:before {
  content: "\e913";
}

.icon-location-home:before {
  content: "\e914";
}

.icon-location-live:before {
  content: "\e915";
}

.icon-location-pin:before {
  content: "\e916";
}

.icon-location-shop:before {
  content: "\e917";
}

.icon-mail:before {
  content: "\e918";
}

.icon-download:before {
  content: "\e921";
}

.icon-menu:before {
  content: "\e919";
}

.icon-search:before {
  content: "\e91a";
}

.icon-sm-facebook:before {
  content: "\e91b";
}

.icon-sm-instagram:before {
  content: "\e91c";
}

.icon-sm-twitter:before {
  content: "\e91d";
}

.icon-sm-youtube:before {
  content: "\e91e";
}

.pauly-template-map {
  background-color: #7A911D;
  padding-top: 40px;
}
.pauly-template-map #mapfilter {
  margin-bottom: 20px;
  height: 130px;
}
.pauly-template-map #mapfilter:after {
  clear: both;
  content: "";
  display: flex;
}
.pauly-template-map #mapfilter .submitButton {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 90px;
  color: white;
  background-color: transparent;
  border: none;
  padding: 0;
  top: 0;
  margin-top: 0;
}
.pauly-template-map #mapfilter .submitButton:before {
  content: "\e91a";
  font-size: 34px;
  line-height: 45px;
  color: #ffffff;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pauly-template-map #mapfilter .submitButton:hover, .pauly-template-map #mapfilter .submitButton:focus {
  background-color: transparent;
  color: #fff;
}
.pauly-template-map #mapfilter .resetfilter {
  margin-top: 15px;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 119px;
  color: white;
  background-color: transparent;
  border: none;
  padding: 0;
  top: 230px;
  font-size: 34px;
}
.pauly-template-map #mapfilter .resetfilter:hover {
  text-decoration: none;
}
.pauly-template-map .mapWrapper {
  position: relative;
  height: 944px;
  overflow: hidden;
}
.pauly-template-map .mapWrapper .kategorie_auswahl select {
  position: absolute;
  right: 80px;
  top: 90px;
  width: 492px;
}
.pauly-template-map .mapWrapper .addressinput {
  margin: 0;
  padding: 0 !important;
  list-style-type: none;
  right: 0;
  width: 100%;
  position: relative;
}
.pauly-template-map .mapWrapper .addressinput header {
  padding-top: 100px;
  width: 100%;
  max-width: 574px;
  position: absolute;
  right: 0;
}
.pauly-template-map .mapWrapper .addressinput .address {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  width: 100%;
  max-width: 494px;
  position: absolute;
  right: 80px;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 10px;
  color: white;
  top: 0;
}
.pauly-template-map .mapWrapper .addressinput .address:focus {
  outline: none;
}
.pauly-template-map .mapWrapper .addressinput .address::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 0.5;
  /* Firefox */
}
.pauly-template-map .mapWrapper .addressinput .address::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 0.5;
  /* Firefox */
}
.pauly-template-map .mapWrapper .addressinput .address:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  opacity: 0.5;
  /* Firefox */
}
.pauly-template-map .mapWrapper .addressinput .address::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
  opacity: 0.5;
  /* Firefox */
}
.pauly-template-map .mapWrapper .addressinput .address:-webkit-autofill, .pauly-template-map .mapWrapper .addressinput .address:-webkit-autofill:hover, .pauly-template-map .mapWrapper .addressinput .address:-webkit-autofill:focus, .pauly-template-map .mapWrapper .addressinput .address:-webkit-autofill:active {
  background-color: #7A911D;
}
.pauly-template-map .mapWrapper .noresults {
  width: 100%;
  max-width: 494px;
  position: absolute;
  right: 80px;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 10px;
  color: white;
  top: 300px;
}
.pauly-template-map .mapWrapper .addresses {
  float: right;
  background-color: #7A911D;
  z-index: 2;
  transition: width 300ms ease-in-out, left 300ms ease-in-out;
  height: 944px;
  top: 0;
  width: 50%;
  left: -50%;
}
.pauly-template-map .mapWrapper .addresses ul::-webkit-scrollbar {
  background-color: rgb(104.1206896552, 123.75, 24.75);
}
.pauly-template-map .mapWrapper .addresses ul::-webkit-scrollbar-thumb {
  background-color: rgb(139.8793103448, 166.25, 33.25);
}
.pauly-template-map .mapWrapper .addresses ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  height: 767px;
  right: 0;
  width: 574px;
  max-width: 100%;
}
.pauly-template-map .mapWrapper .addresses ul li {
  background-color: white;
  min-height: 170px;
  width: 495px;
  max-width: 100%;
  border-bottom: 1px solid #aaa;
  margin: 0;
  padding: 10px 20px 10px 20px;
  position: relative;
  margin-bottom: 20px;
  margin-right: 80px;
}
.pauly-template-map .mapWrapper .addresses ul li:before {
  content: "";
  display: none;
}
.pauly-template-map .mapWrapper .addresses ul li:last-child {
  border: 0 solid #fff;
}
.pauly-template-map .mapWrapper .addresses ul li .addressWrapper {
  position: relative;
  top: 0;
  padding-left: 0;
}
.pauly-template-map .mapWrapper .addresses ul li .addressWrapper .company {
  font-weight: 700;
  text-transform: uppercase;
}
.pauly-template-map .mapWrapper .addresses ul li .addressWrapper .titel {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #7A911D;
  margin-bottom: 10px;
}
.pauly-template-map .mapWrapper .addresses ul li .addressWrapper .description,
.pauly-template-map .mapWrapper .addresses ul li .addressWrapper .street {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #575756;
}
.pauly-template-map .mapWrapper .addresses ul li .addressWrapper .description {
  margin-top: 20px;
}
.pauly-template-map .mapWrapper .addresses ul li .addressWrapper .buttons {
  margin-top: 10px;
  text-align: right;
}
.pauly-template-map .mapWrapper .addresses.open li.open {
  opacity: 1;
}
.pauly-template-map .mapWrapper .addresses.open li {
  opacity: 0.5;
}
.pauly-template-map .mapWrapper .toogleAddresses {
  position: absolute;
  top: calc(50% - 20px);
  bottom: 0;
  left: 0;
  width: 40px;
  margin-left: 0;
  margin-top: -20px;
  height: 40px;
  z-index: 3;
  cursor: pointer;
  background: white;
  border-radius: 30px;
  border: 6px solid #7A911D;
  transition: left 300ms ease-in-out;
}
.pauly-template-map .mapWrapper .toogleAddresses:after {
  font-size: 40px;
  line-height: 30px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  color: #7A911D;
  position: absolute;
  left: -5px;
  transition: transform 600ms ease-in-out;
  transform: translateY(-2px) rotate(180deg);
}
.pauly-template-map .mapWrapper .map-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 944px;
  background-color: #d5d5d6;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 15%;
  transition: opacity 300ms ease-in-out;
}
.pauly-template-map .mapWrapper .map-placeholder:hover {
  background-color: #757779;
}
.pauly-template-map .mapWrapper .map-placeholder:hover .map-placeholder-content {
  color: white;
}
.pauly-template-map .mapWrapper .map-placeholder .map-placeholder-content {
  text-align: center;
  color: black;
  padding: 20px;
}
.pauly-template-map .mapWrapper .map-placeholder .map-placeholder-content p {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pauly-template-map .mapWrapper .map-placeholder .map-placeholder-content .map-placeholder-hint {
  font-size: 16px;
  font-weight: normal;
  opacity: 0.9;
}
.pauly-template-map .mapWrapper #map {
  float: right;
  margin-left: 0;
  width: calc(100% - 20px);
  height: 944px;
  z-index: 1;
  transition: width 300ms ease-in-out;
}
.pauly-template-map .mapWrapper #map .gm-style-iw .content {
  font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.pauly-template-map .mapWrapper #map .gm-style-iw .content .company {
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.pauly-template-map .mapWrapper #map .gm-style-iw .content .address,
.pauly-template-map .mapWrapper #map .gm-style-iw .content .city,
.pauly-template-map .mapWrapper #map .gm-style-iw .content .www {
  margin-bottom: 3px;
}
.pauly-template-map .mapWrapper #map .gm-style-iw .content .country {
  border-bottom: 1px solid #aaa;
  color: #aaa;
  font-size: 13px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.pauly-template-map .mapWrapper #map .gm-style-iw .content .description {
  border-top: 1px solid #aaa;
  margin-top: 12px;
  padding-top: 8px;
}
.pauly-template-map .mapWrapper.filtered .addresses {
  width: 50%;
  position: relative;
  left: 0;
}
.pauly-template-map .mapWrapper.filtered .toogleAddresses {
  left: calc(50% - 20px);
}
.pauly-template-map .mapWrapper.filtered .toogleAddresses:after {
  transform: translateY(0px) rotate(0deg);
}
.pauly-template-map .mapWrapper.filtered #map {
  width: 50%;
}

@media (max-width: 1199px) {
  .pauly-template-map .mapWrapper .kategorie_auswahl select {
    max-width: 100%;
    width: 100%;
    position: static;
    margin-top: 30px;
  }
  .pauly-template-map .mapWrapper .addressinput .address {
    max-width: 100%;
    position: inherit;
    right: 0;
  }
  .pauly-template-map .mapWrapper .noresults {
    position: inherit;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
    font-size: 14px;
  }
  .pauly-template-map .mapWrapper .addresses ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pauly-template-map .mapWrapper .addresses ul li {
    margin-right: 0;
  }
  .pauly-template-map #mapfilter {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pauly-template-map #mapfilter .submitButton {
    right: 0;
    top: 0;
  }
  .pauly-template-map #mapfilter .resetfilter {
    right: 30px;
    top: 225px;
  }
}
@media (max-width: 767px) {
  #map {
    display: none;
  }
  .pauly-template-map .mapWrapper {
    height: 100%;
  }
  .pauly-template-map .mapWrapper .map-placeholder {
    height: 100%;
  }
  .pauly-template-map .mapWrapper .addresses {
    height: 100%;
    width: 100%;
  }
  .pauly-template-map .mapWrapper .addresses ul {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .pauly-template-map .mapWrapper .addresses ul li {
    width: 100%;
  }
  .pauly-template-map .mapWrapper.filtered .addresses {
    width: 100%;
  }
  .pauly-template-map .mapWrapper .toogleAddresses {
    display: none;
  }
  .pauly-template-map .mapWrapper .addressinput header {
    max-width: 100%;
  }
}/*# sourceMappingURL=katrin.css.map */