/*
 * Usage: @include browser-prefix(transition, color 0.5s, background 0.3s);
 * Please just use plain CSS (transition: ...;) instead of this function
 */
/*$font-family-regular: 'Mulish-Regular', Arial, Helvetica, sans-serif;
 $font-family-semi-bold: 'Mulish-SemiBold', Arial, Helvetica, sans-serif;
 $font-family-bold: 'Mulish-Bold', Arial, Helvetica, sans-serif;*/
.ctype-imageslider {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
.ctype-imageslider .container-fluid, .ctype-imageslider .container {
  position: relative;
}
.ctype-imageslider .slide-wrap {
  display: none;
  position: relative;
}
.ctype-imageslider .slide-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.ctype-imageslider .slide-wrap:first-child {
  display: block;
}
.ctype-imageslider .slick-slide .slide-wrap {
  display: block;
}
.ctype-imageslider .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  text-align: center;
}
.ctype-imageslider .caption:before {
  display: inline-block;
  height: 100%;
  content: '';
  visibility: visible;
  width: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.ctype-imageslider .caption .caption-wrap {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5em;
  padding: 20px 60px 0;
  box-sizing: border-box;
  text-align: left;
}
.ctype-imageslider .caption .caption-wrap .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #009cde;
  font-size: 30px;
  line-height: 1.5em;
  padding: 0 0 20px;
}
.ctype-imageslider .caption .caption-wrap .text {
  font-size: 18px;
  line-height: 1.5em;
}
.ctype-imageslider .slick-dots {
  padding: 10px 0 15px;
  margin: 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  text-align: center;
}
.ctype-imageslider .slick-dots button {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #009cde;
  border-radius: 50%;
}
.ctype-imageslider .slick-dots li {
  display: inline-block;
  padding: 0 5px 5px;
}
.ctype-imageslider .slick-dots li button:hover, .ctype-imageslider .slick-dots li.slick-active button {
  background: #009cde;
}
.ctype-imageslider .slick-arrow {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  position: absolute;
  left: 20px;
  top: 50%;
  width: 50px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  margin-top: -61px;
}
.ctype-imageslider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}
.ctype-imageslider .slick-arrow:after {
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: '\f104';
  font-weight: 900;
  color: #fff;
  font-size: 40px;
  text-align: center;
  width: 100%;
  display: block;
  padding: 20px 0 0;
}
.ctype-imageslider .slick-arrow.next-arrow {
  right: 20px;
  left: auto;
}
.ctype-imageslider .slick-arrow.next-arrow:after {
  content: '\f105';
}
.ctype-imageslider .container-fluid .caption .caption-wrap {
  max-width: 1680px;
  padding: 20px 20px 0;
}
.ctype-heroimage .heroimg-wrap {
  background-position: center;
  background-size: cover;
}
.ctype-heroimage .text-container {
  min-height: 400px;
  padding: 0 20px;
  color: #fff;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
.ctype-heroimage .text-container:before {
  content: '';
  visibility: visible;
  display: inline-block;
  width: 0;
  height: 100%;
  min-height: 400px;
  vertical-align: middle;
}
.ctype-heroimage .text-container .inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5em;
}
.ctype-heroimage .title {
  font-size: 46px;
  font-weight: bold;
  line-height: 1em;
  padding: 0 0 65px;
}
.ctype-heroimage .container-fluid .text-container, .ctype-heroimage.no-frame .text-container {
  max-width: 1640px;
  margin: auto;
}
.ctype-accordion .accordion-wrap {
  display: block;
  padding: 0;
  max-width: 1366px;
  margin: auto;
  list-style-type: none;
}
.ctype-accordion .accordion-content {
  padding: 20px 20px 0;
  display: none;
  margin: 0;
  list-style-type: none;
}
.ctype-accordion .accordion-item {
  display: block;
  padding: 0 0 20px;
}
.ctype-accordion .accordion-item .title {
  color: #fff;
  position: relative;
  padding: 15px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2em;
  background-color: #96B522;
  transition: background 0.3s;
  display: inline-block;
}
.ctype-accordion .accordion-item .title:before {
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: '\f067';
  font-weight: 900;
  transform: rotateZ(-90deg);
  transition: transform 0.3s;
  margin-right: 20px;
  /*&:after {
   @include font-awesome('\f107');
   position: absolute;
   top: 50%;
   right: 20px;
   font-size: 36px;
   line-height: 1em;
   margin-top: -18px;
   transition: transform 0.3s;
   transform-origin: center center;
   }*/
}
.ctype-accordion .accordion-item .title:hover {
  cursor: pointer;
  background-color: #588005;
}
.ctype-accordion .accordion-item.open .title {
  background-color: #787878;
  transition: background-color 0.3s;
}
.ctype-accordion .accordion-item.open .title:before {
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: '\f068';
  font-weight: 900;
  transform: rotateZ(0deg);
}
.ctype-accordion .accordion-item.open .title:hover {
  background-color: #588005;
  /*.title:after {
   transform: rotateZ(-180deg);
   }*/
}
.ctype-accordion .accordion-item.open .accordion-content {
  display: block;
}
.ctype-accordion .img-col-wrap figure {
  display: block;
  margin: 0;
  padding: 0;
}
.ctype-accordion .img-col-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.ctype-accordion .tab-content, .ctype-accordion .content-entry {
  display: block;
}
.ctype-accordion .tab-content figcaption, .ctype-accordion .content-entry figcaption {
  font-size: 14px;
  line-height: 1.2em;
  padding: 5px 0 0;
  display: block;
  margin: 0;
}
.ctype-accordion .tab-content.above.center .img-col-wrap, .ctype-accordion .content-entry.above.center .img-col-wrap, .ctype-accordion .tab-content.below.center .img-col-wrap, .ctype-accordion .content-entry.below.center .img-col-wrap {
  text-align: center;
}
.ctype-accordion .tab-content.above.right .img-col-wrap, .ctype-accordion .content-entry.above.right .img-col-wrap, .ctype-accordion .tab-content.below.right .img-col-wrap, .ctype-accordion .content-entry.below.right .img-col-wrap {
  text-align: right;
}
.ctype-accordion .tab-content.above .img-row, .ctype-accordion .content-entry.above .img-row, .ctype-accordion .tab-content.below .img-row, .ctype-accordion .content-entry.below .img-row {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  margin: 0 -10px;
}
.ctype-accordion .tab-content.above .img-column, .ctype-accordion .content-entry.above .img-column, .ctype-accordion .tab-content.below .img-column, .ctype-accordion .content-entry.below .img-column {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 20px;
  vertical-align: top;
  text-align: left;
}
.ctype-accordion .tab-content.above .img-col-wrap[data-columns="2"] .img-column, .ctype-accordion .content-entry.above .img-col-wrap[data-columns="2"] .img-column, .ctype-accordion .tab-content.below .img-col-wrap[data-columns="2"] .img-column, .ctype-accordion .content-entry.below .img-col-wrap[data-columns="2"] .img-column {
  width: 50%;
}
.ctype-accordion .tab-content.above .img-col-wrap[data-columns="3"] .img-column, .ctype-accordion .content-entry.above .img-col-wrap[data-columns="3"] .img-column, .ctype-accordion .tab-content.below .img-col-wrap[data-columns="3"] .img-column, .ctype-accordion .content-entry.below .img-col-wrap[data-columns="3"] .img-column {
  width: 33.33333%;
}
.ctype-accordion .tab-content.above .img-col-wrap[data-columns="4"] .img-column, .ctype-accordion .content-entry.above .img-col-wrap[data-columns="4"] .img-column, .ctype-accordion .tab-content.below .img-col-wrap[data-columns="4"] .img-column, .ctype-accordion .content-entry.below .img-col-wrap[data-columns="4"] .img-column {
  width: 25%;
}
.ctype-accordion .tab-content.left .img-col-wrap, .ctype-accordion .content-entry.left .img-col-wrap {
  float: left;
  padding-right: 20px;
}
.ctype-accordion .tab-content.left .img-column, .ctype-accordion .content-entry.left .img-column {
  padding: 0 0 20px;
}
.ctype-accordion .tab-content.left:after, .ctype-accordion .content-entry.left:after {
  content: '';
  display: block;
  overflow: hidden;
  height: 0;
  visibility: visible;
  clear: both;
}
.ctype-accordion .tab-content.left.nowrap .img-col-wrap, .ctype-accordion .content-entry.left.nowrap .img-col-wrap {
  width: 300px;
}
.ctype-accordion .tab-content.left.nowrap .ce-bodytext, .ctype-accordion .content-entry.left.nowrap .ce-bodytext {
  margin-left: 320px;
}
.ctype-accordion .tab-content.right .img-col-wrap, .ctype-accordion .content-entry.right .img-col-wrap {
  float: right;
  padding-left: 20px;
}
.ctype-accordion .tab-content.right .img-column, .ctype-accordion .content-entry.right .img-column {
  padding: 0 0 20px;
}
.ctype-accordion .tab-content.right:after, .ctype-accordion .content-entry.right:after {
  content: '';
  display: block;
  overflow: hidden;
  height: 0;
  visibility: visible;
  clear: both;
}
.ctype-accordion .tab-content.right.nowrap .img-col-wrap, .ctype-accordion .content-entry.right.nowrap .img-col-wrap {
  width: 300px;
}
.ctype-accordion .tab-content.right.nowrap .ce-bodytext, .ctype-accordion .content-entry.right.nowrap .ce-bodytext {
  margin-right: 320px;
}
.ctype-accordion .tab-nav-wrap {
  margin: 0 -10px;
}
.ctype-accordion .tab-nav-wrap .tab-nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0;
  border-spacing: 10px 0;
}
.ctype-accordion .tab-nav-wrap li {
  display: table-cell;
  vertical-align: top;
  background: #aaa;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2em;
  padding: 10px 20px;
  border-radius: 8px 8px 0 0;
  transition: background 0.3s;
  cursor: pointer;
}
.ctype-accordion .tab-nav-wrap li.open {
  background: #ccc;
  cursor: default;
}
.ctype-accordion .tabs-content-wrap {
  display: block;
  padding: 0 0 20px;
  margin: 0;
  list-style-type: none;
}
.ctype-accordion .tab-item {
  display: none;
  padding: 20px 20px 0;
  background: #ccc;
}
.ctype-accordion .tab-item.open {
  display: block;
}
.ctype-google_map .map-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 38%;
}
.ctype-google_map iframe.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.news.news-single .article .news-item-wrap .news-item-body .col-4.image-wrap {
  width: 33.33333%;
  padding: 0 8px 16px;
}
.news.news-single .article .news-item-wrap .news-item-body .col-3.image-wrap {
  width: 25%;
  padding: 0 8px 16px;
}
.news.news-single .article p {
  clear: both;
}
.news.news-single .top-info-row {
  list-style-type: none;
  padding: 0 0 15px;
  margin: 0;
  font-size: 16px;
}
.news.news-single .top-info-row li {
  padding: 0 10px 10px 0;
  font-size: 16px;
  line-height: 1.5em;
}
.news.news-single .top-info-row li.news-list-category {
  font-weight: bold;
  color: #96B522;
}
.news.news-single .top-info-row li.news-list-category a {
  color: #96B522;
  transition: color 0.3s;
}
.news.news-single .top-info-row li.news-list-category a:hover {
  color: #588005;
}
.news.news-single .teaser-text {
  color: #000;
}
.news .news-list-view .article, .news.news-single .article {
  background-color: #f4f7e8;
  background-color: rgba(150, 181, 34, 0.1);
  padding: 40px 136px;
  width: calc(100% + 272px);
  margin: 0 -136px 60px;
  box-sizing: border-box;
}
.news .news-list-view .article:nth-child(even), .news.news-single .article:nth-child(even) {
  background-color: transparent;
}
.news .news-list-view .article .source-column, .news.news-single .article .source-column {
  padding: 20px 0 0 0;
}
.news .news-list-view .article .source-column p, .news.news-single .article .source-column p {
  padding: 0 0 5px;
}
.news .news-list-view .article .source-column p.sources-headline, .news.news-single .article .source-column p.sources-headline {
  padding: 0 0 5px;
}
.news .news-list-view .news-item-wrap, .news.news-single .news-item-wrap {
  max-width: 1366.67px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.news .news-list-view .news-item-wrap .left-column, .news.news-single .news-item-wrap .left-column {
  flex-shrink: 1;
  flex-grow: 1;
}
.news .news-list-view .news-item-wrap .source-column, .news.news-single .news-item-wrap .source-column {
  width: 318px;
  padding-left: 18px;
  flex-shrink: 0;
}
.news .news-list-view .news-item-wrap .source-column p, .news.news-single .news-item-wrap .source-column p {
  font-size: 1rem;
  line-height: 1.5em;
}
.news .news-list-view .news-item-wrap .source-column p.sources-headline, .news.news-single .news-item-wrap .source-column p.sources-headline {
  padding: 0 0 5px;
}
.news .news-list-view .news-item-wrap .top-info-row, .news.news-single .news-item-wrap .top-info-row {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0 0 15px;
  margin: 0;
  font-size: 16px;
}
.news .news-list-view .news-item-wrap .top-info-row li, .news.news-single .news-item-wrap .top-info-row li {
  padding: 0 10px 10px 0;
  font-size: 16px;
  line-height: 1.5em;
}
.news .news-list-view .news-item-wrap .top-info-row li.news-list-category, .news.news-single .news-item-wrap .top-info-row li.news-list-category {
  font-weight: bold;
  color: #96B522;
}
.news .news-list-view .news-item-wrap .top-info-row li.news-list-category a, .news.news-single .news-item-wrap .top-info-row li.news-list-category a {
  color: #96B522;
  transition: color 0.3s;
}
.news .news-list-view .news-item-wrap .top-info-row li.news-list-category a:hover, .news.news-single .news-item-wrap .top-info-row li.news-list-category a:hover {
  color: #588005;
}
.news .news-list-view .news-item-wrap .news-header h3, .news.news-single .news-item-wrap .news-header h3 {
  font-size: 2rem;
  line-height: 2.4rem;
}
.news .news-list-view .news-item-wrap .news-item-body, .news.news-single .news-item-wrap .news-item-body {
  display: flex;
  flex-wrap: nowrap;
}
.news .news-list-view .news-item-wrap .news-item-body .image-wrap, .news.news-single .news-item-wrap .news-item-body .image-wrap {
  flex-shrink: 0;
  padding: 0 20px 20px 0;
  max-width: 100%;
}
.news .news-list-view .news-item-wrap .news-item-body .image-wrap img, .news.news-single .news-item-wrap .news-item-body .image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.news .news-list-view .news-item-wrap .news-item-body .image-wrap .mediaelement-video, .news.news-single .news-item-wrap .news-item-body .image-wrap .mediaelement-video {
  height: 0;
  position: relative;
  padding-top: 56.2%;
}
.news .news-list-view .news-item-wrap .news-item-body .image-wrap .mediaelement-video iframe, .news.news-single .news-item-wrap .news-item-body .image-wrap .mediaelement-video iframe {
  display: block;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news .news-list-view .news-item-wrap .video-wrap, .news.news-single .news-item-wrap .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.news .news-list-view .news-item-wrap .video-wrap iframe, .news.news-single .news-item-wrap .video-wrap iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news .news-list-view .layout-1 .news-item-wrap .image-wrap img, .news.news-single .layout-1 .news-item-wrap .image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.news .news-list-view .layout-1 .news-item-wrap .image-wrap .video-wrap, .news.news-single .layout-1 .news-item-wrap .image-wrap .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.news .news-list-view .layout-1 .news-item-wrap .image-wrap .video-wrap iframe, .news.news-single .layout-1 .news-item-wrap .image-wrap .video-wrap iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*.video-wrap {
   display: block;
   position: relative;
   .overlay {
   position: absolute;
   right: 0;
   top: 13%;
   width: 346px;
   height: 74%;
   background-color: rgb(87 128 5 / 67%);
   padding: 25px 30px;
   box-sizing: border-box;
   color: #fff;
   justify-content: space-between;
   display: flex;
   flex-direction: column;
   h3 {
   font-size: 1.6875rem;
   line-height: 1.333em;
   color: #fff;
   font-weight: 600;
   }
   .title {
   font-weight: bold;
   }
   .bottom-text {
   font-size: 16px;
   line-height: 1.5em;
   padding: 0;
   }
   }
   }*/
}
.news .news-list-view .layout-1 .news-item-wrap .image-wrap a.video-wrap, .news.news-single .layout-1 .news-item-wrap .image-wrap a.video-wrap {
  display: block;
}
.news .news-list-view .layout-1 .news-item-wrap .image-wrap a.video-wrap:before, .news.news-single .layout-1 .news-item-wrap .image-wrap a.video-wrap:before {
  display: block;
  content: '';
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  border-radius: 50%;
  transition: background-color 0.3s;
  margin: -50px 0 0 -50px;
  z-index: 50;
}
.news .news-list-view .layout-1 .news-item-wrap .image-wrap a.video-wrap:after, .news.news-single .layout-1 .news-item-wrap .image-wrap a.video-wrap:after {
  display: block;
  content: '';
  margin: 0 auto;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 50px;
  border-color: transparent transparent transparent #000;
  opacity: 0.75;
  margin: -25px 0 0 -20px;
  z-index: 50;
}
.news .news-list-view .layout-1 .news-item-wrap .image-wrap a.video-wrap:hover:before, .news.news-single .layout-1 .news-item-wrap .image-wrap a.video-wrap:hover:before {
  background-color: white;
}
.news .news-list-view .layout-1 .news-item-wrap .video-wrap a.overlay, .news.news-single .layout-1 .news-item-wrap .video-wrap a.overlay {
  position: absolute;
  height: 100%;
}
.news .news-list-view .layout-1 .news-item-wrap .video-wrap a.overlay:before, .news.news-single .layout-1 .news-item-wrap .video-wrap a.overlay:before {
  display: block;
  content: '';
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  border-radius: 50%;
  transition: background-color 0.3s;
  margin: -50px 0 0 -50px;
  z-index: 50;
}
.news .news-list-view .layout-1 .news-item-wrap .video-wrap a.overlay:after, .news.news-single .layout-1 .news-item-wrap .video-wrap a.overlay:after {
  display: block;
  content: '';
  margin: 0 auto;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 50px;
  border-color: transparent transparent transparent #000;
  opacity: 0.75;
  margin: -25px 0 0 -20px;
  z-index: 50;
}
.news .news-list-view .layout-1 .news-item-wrap .video-wrap a.overlay:hover:before, .news.news-single .layout-1 .news-item-wrap .video-wrap a.overlay:hover:before {
  background-color: white;
}
.news .news-list-view .layout-1 .news-item-wrap .video-wrap a.overlay img, .news.news-single .layout-1 .news-item-wrap .video-wrap a.overlay img {
  width: 100%;
  height: auto;
}
.news .news-list-view .layout-1 .news-item-wrap .video-wrap a.overlay .text-wrap, .news.news-single .layout-1 .news-item-wrap .video-wrap a.overlay .text-wrap {
  position: absolute;
  right: 0;
  top: 13%;
  width: 346px;
  height: 74%;
  background-color: rgba(87, 128, 5, 0.67);
  padding: 25px 30px;
  box-sizing: border-box;
  color: #fff;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.news .news-list-view .layout-1 .news-item-wrap .video-wrap a.overlay .text-wrap h3, .news.news-single .layout-1 .news-item-wrap .video-wrap a.overlay .text-wrap h3 {
  font-size: 1.6875rem;
  line-height: 1.333em;
  color: #fff;
  font-weight: 600;
}
.news .news-list-view .layout-1 .news-item-wrap .video-wrap a.overlay .text-wrap .title, .news.news-single .layout-1 .news-item-wrap .video-wrap a.overlay .text-wrap .title {
  font-weight: bold;
}
.news .news-list-view .layout-1 .news-item-wrap .video-wrap a.overlay .text-wrap .bottom-text, .news.news-single .layout-1 .news-item-wrap .video-wrap a.overlay .text-wrap .bottom-text {
  font-size: 16px;
  line-height: 1.5em;
  padding: 0;
}
.news .news-list-view .layout-2 .news-item-wrap .news-item-body, .news.news-single .layout-2 .news-item-wrap .news-item-body, .news .news-list-view .layout-3 .news-item-wrap .news-item-body, .news.news-single .layout-3 .news-item-wrap .news-item-body {
  display: block;
}
.news .news-list-view .layout-2 .news-item-wrap .news-item-body .column-row, .news.news-single .layout-2 .news-item-wrap .news-item-body .column-row, .news .news-list-view .layout-3 .news-item-wrap .news-item-body .column-row, .news.news-single .layout-3 .news-item-wrap .news-item-body .column-row {
  margin: 0 -8px;
  padding: 0 0 24px;
}
.news .news-list-view .layout-2 .news-item-wrap .news-item-body .col-4.image-wrap, .news.news-single .layout-2 .news-item-wrap .news-item-body .col-4.image-wrap, .news .news-list-view .layout-3 .news-item-wrap .news-item-body .col-4.image-wrap, .news.news-single .layout-3 .news-item-wrap .news-item-body .col-4.image-wrap {
  width: 33.33333%;
  padding: 0 8px 16px;
}
.news .news-list-view .layout-2 .news-item-wrap .news-item-body .col-3.image-wrap, .news.news-single .layout-2 .news-item-wrap .news-item-body .col-3.image-wrap, .news .news-list-view .layout-3 .news-item-wrap .news-item-body .col-3.image-wrap, .news.news-single .layout-3 .news-item-wrap .news-item-body .col-3.image-wrap {
  width: 25%;
  padding: 0 8px 16px;
}
.news .news-list-view .layout-2 .teaser-text, .news.news-single .layout-2 .teaser-text, .news .news-list-view .layout-3 .teaser-text, .news.news-single .layout-3 .teaser-text {
  margin: 0;
}
.news .news-list-view .page-navigation, .news.news-single .page-navigation {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 30px;
}
.news .news-list-view .page-navigation ul.f3-widget-paginator, .news.news-single .page-navigation ul.f3-widget-paginator {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  float: none;
}
.news .news-list-view .page-navigation ul.f3-widget-paginator li, .news.news-single .page-navigation ul.f3-widget-paginator li {
  float: none;
  display: inline-block;
  padding: 5px;
}
/* Arztsuche */
.tx-rm-locationfinder .map-container {
  white-space: nowrap;
  font-size: 0;
  padding-bottom: 40px;
}
.tx-rm-locationfinder .map-container .filter-wrap {
  padding: 20px 80px 40px 40px;
  width: 40%;
  height: 500px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  background: linear-gradient(45deg, #96B522, #588005);
}
.tx-rm-locationfinder .map-container .filter-wrap p {
  color: #fff;
  padding: 0 0 15px;
}
.tx-rm-locationfinder .map-container .filter-wrap .select-wrap {
  padding-bottom: 40px;
}
.tx-rm-locationfinder .map-container .filter-wrap .select-wrap select {
  width: 100%;
  padding: 5px;
}
.tx-rm-locationfinder .map-container .filter-wrap .textbox {
  padding-bottom: 20px;
}
.tx-rm-locationfinder .map-container .filter-wrap .textbox input {
  width: calc(100% - 15px);
  padding: 5px;
}
.tx-rm-locationfinder .map-container .filter-wrap .slider-wrap {
  padding-bottom: 40px;
}
.tx-rm-locationfinder .map-container .filter-wrap .slider-wrap .nstSlider {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 3px;
  background: #588005;
  box-sizing: border-box;
  margin: 10px 0;
  border-radius: 3px;
}
.tx-rm-locationfinder .map-container .filter-wrap .slider-wrap .nstSlider .leftGrip {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #588005;
  border-radius: 50%;
  top: -6px;
}
.tx-rm-locationfinder .map-container .filter-wrap .slider-wrap .leftLabel {
  color: #fff;
}
.tx-rm-locationfinder .map-container .map-wrap {
  width: 60%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.tx-rm-locationfinder .map-container .map-wrap .map {
  height: 500px;
  display: block;
  box-sizing: border-box;
}
.tx-rm-locationfinder .map-container .map-wrap .popuplist {
  position: absolute;
  width: 290px;
  height: calc(50% - 20px);
  top: 25%;
  left: 10px;
  background-color: #588005;
  border-radius: 15px;
  display: none;
}
.tx-rm-locationfinder .map-container .map-wrap .popuplist .popup {
  font-size: 18px;
  color: #fff;
  padding: 10px 15px 5px 15px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.tx-rm-locationfinder .map-container .map-wrap .popuplist .popup div {
  width: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.1em;
  padding-bottom: 10px;
}
.tx-rm-locationfinder .map-container .map-wrap .popuplist .popup div span {
  word-break: break-word;
  white-space: break-spaces;
}
.tx-rm-locationfinder .map-container .map-wrap .popuplist .popup .name {
  padding-top: 10%;
  font-weight: bold;
}
.tx-rm-locationfinder .map-container .map-wrap .popuplist .popup a {
  color: #fff;
  text-decoration: underline;
}
.tx-rm-locationfinder .map-container .map-wrap .popuplist .popup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  width: 21px;
  height: 21px;
  z-index: 10;
}
.tx-rm-locationfinder .map-container .map-wrap .popuplist .popup .close:after {
  position: absolute;
  display: block;
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: '\f00d';
  font-weight: 900;
  font-weight: 900;
  color: #fff;
  right: 3px;
}
.tx-rm-locationfinder .map-container .btn {
  width: 100%;
  background: #588005;
  color: #fff;
  border: none;
  padding: 10px;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
.tx-rm-locationfinder .list table {
  width: 100%;
}
.tx-rm-locationfinder .list table th {
  width: 20%;
  text-align: left;
  color: #96B522;
  padding: 20px 10px 20px 0;
}
.tx-rm-locationfinder .list table th.plz {
  width: 10%;
}
.tx-rm-locationfinder .list table th.city {
  width: 10%;
}
.tx-rm-locationfinder .list table th.country {
  width: 5%;
}
.tx-rm-locationfinder .list table tr.colored {
  background: #96B5221A;
}
.tx-rm-locationfinder .list table td {
  padding: 5px;
  word-break: break-word;
}
.tx-rm-locationfinder .ajax-more {
  text-align: center;
  font-weight: bold;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.tx-rm-locationfinder .ajax-more.hidden {
  display: none;
}
.tx-rm-locationfinder .ajax-more:after {
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: '\f078';
  font-weight: 900;
  color: #96B522;
  font-size: 16px;
  padding: 0px 10px;
}
/*Ke Search*/
.tx-kesearch-pi1 {
  font-size: 18px;
}
.tx-kesearch-pi1 .special-note p {
  font-size: 16px;
  line-height: 1em;
}
.tx-kesearch-pi1 .special-note.hidden {
  display: none;
}
.tx-kesearch-pi1 .kesearch_searchbox {
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.tx-kesearch-pi1 .kesearch_searchbox .kesearchbox {
  border: 2px solid #96B522;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 20px 0 0;
  height: 39px;
}
.tx-kesearch-pi1 .kesearch_searchbox .kesearchbox input {
  width: calc(100% - 50px);
  display: block;
  box-sizing: border-box;
  padding: 6px 10px;
  border: 0;
  margin: 0;
  float: left;
  outline: none;
  height: 39px;
}
.tx-kesearch-pi1 .kesearch_searchbox .kesearchbox button {
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  width: 50px;
  height: 39px;
  color: #96B522;
  outline: none;
  transition: background 0.3s, color 0.3s;
}
.tx-kesearch-pi1 .kesearch_searchbox .kesearchbox button:hover {
  background: #96B522;
  color: #fff;
}
.tx-kesearch-pi1 #kesearch_num_results {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
.tx-kesearch-pi1 #kesearch_filters {
  min-width: 470px;
  width: 100%;
  margin: 20px auto;
  height: 39px;
  border: 2px solid #96B522;
}
.tx-kesearch-pi1 #kesearch_filters select {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  border: none;
  height: 39px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item {
  padding: 40px 136px;
  width: calc(100% + 272px);
  margin: 0 -136px 60px;
  box-sizing: border-box;
  position: relative;
  background-color: #f4f7e8;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item:nth-child(even) {
  background-color: transparent;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-item-wrap {
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: #588005;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-teaser {
  display: block;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .result-title {
  display: block;
  font-size: 2rem;
  line-height: 2.4rem;
  padding: 0 0 20px;
  font-weight: 600;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0 0 15px;
  margin: 0;
  font-size: 16px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info .tags {
  padding: 0 0px 10px 0;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  color: #96B522;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info .tags a {
  display: inline-block;
  padding: 0 10px 10px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info .tags a:last-of-type {
  padding-right: 20px;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info .tags a:first-of-type {
  padding-left: 0;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .add-info .date {
  padding: 0 10px 10px 0;
  font-size: 16px;
  line-height: 1.5em;
}
.tx-kesearch-pi1 #kesearch_results .result-list-item .teaser_icon {
  display: block;
}
.tx-kesearch-pi1 .result_txt {
  text-align: center;
}
.tx-kesearch-pi1 .kesearch_pagebrowser ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -5px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.tx-kesearch-pi1 .kesearch_pagebrowser ul li {
  display: inline-block;
  margin: 10px 5px 0;
  font-weight: 600;
}
.tx-kesearch-pi1 #kesearch_ordering {
  margin: 0 auto;
  max-width: 1366px;
}
.tx-kesearch-pi1 #kesearch_ordering ul {
  padding: 0 0 20px;
  list-style-type: none;
  display: flex;
}
.tx-kesearch-pi1 #kesearch_ordering ul li {
  padding: 0 10px 0 0;
}
.tx-kesearch-pi1 #kesearch_ordering ul li.deactivated {
  color: gray;
  cursor: not-allowed;
}
.tx-kesearch-pi1 #kesearch_num_results {
  margin: 0 auto;
  max-width: 1366px;
}
.tx-rm-imagegallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding-bottom: 20px;
  overflow: hidden;
}
.tx-rm-imagegallery .entry {
  flex: 0 0 20%;
  height: 150px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 8px;
}
.tx-rm-imagegallery .entry .placeholder {
  height: 100%;
  background-color: #96B522;
  display: block;
  box-sizing: border-box;
  transition: background-color 0.3s;
}
.tx-rm-imagegallery .entry .placeholder p {
  padding: 20px;
  font-size: 1rem;
  line-height: 1em;
  color: #FFF;
  font-weight: bold;
}
.tx-rm-imagegallery .entry .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tx-rm-imagegallery .pagination-wrap {
  width: 100%;
  text-align: center;
}
.tx-rm-imagegallery .pagination-wrap ul.pagination {
  list-style-type: none;
  padding: 20px 0;
  margin: auto;
}
.tx-rm-imagegallery .pagination-wrap ul.pagination li {
  display: inline;
  font-weight: bold;
}
.tx-rm-imagegallery .pagination-wrap ul.pagination li a:hover {
  text-decoration: underline;
}
.fancybox-container .fancybox-slide .placeholder-fancybox {
  min-height: 300px;
  min-width: 300px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #96B522;
}
.fancybox-container .fancybox-slide .placeholder-fancybox .placeholder {
  height: 100%;
  background-color: #96B522;
  display: block;
  box-sizing: border-box;
  transition: background-color 0.3s;
}
.fancybox-container .fancybox-slide .placeholder-fancybox .placeholder p {
  padding: 20px;
  font-size: 1rem;
  line-height: 1em;
  color: #FFF;
  font-weight: bold;
}
.ctype-gridelements_pi1.layout-popup {
  display: none;
  max-width: none !important;
}
.ctype-gridelements_pi1.layout-popup > .container {
  background: linear-gradient(45deg, #96B522, #588005);
  position: fixed;
  bottom: 0;
  right: 0;
  min-width: 400px;
  min-height: 250px;
  max-width: calc(50% - 40px);
  z-index: 1000;
  padding: 20px;
  color: #fff;
}
.ctype-gridelements_pi1.layout-popup > .container .cele .container {
  padding: 20px 20px 0 20px;
}
.ctype-gridelements_pi1.layout-popup > .container a {
  display: inline-block;
  background: #fff;
  color: #588005;
  border: none;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 0px 5px 10px 0;
  transition: all 0.5s;
}
.ctype-gridelements_pi1.layout-popup > .container a:hover {
  background: #588005;
  color: #fff;
}
.ctype-gridelements_pi1.layout-popup > .container .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}
.ctype-gridelements_pi1.layout-popup > .container .close .whitebar {
  position: absolute;
  right: 0;
  top: 15px;
  background-color: #fff;
  width: 40px;
  height: 7px;
  transition: all 0.3s;
}
.ctype-gridelements_pi1.layout-popup > .container .close .whitebar.bot-bar {
  transform: rotate(-45deg);
}
.ctype-gridelements_pi1.layout-popup > .container .close .whitebar.top-bar {
  transform: rotate(45deg);
}
.ctype-gridelements_pi1.layout-popup > .container .grid-container .container h2, .ctype-gridelements_pi1.layout-popup > .container .grid-container .container h3, .ctype-gridelements_pi1.layout-popup > .container .grid-container .container h4, .ctype-gridelements_pi1.layout-popup > .container .grid-container .container h5 {
  color: #fff;
  padding: 0 40px 20px 0;
}
.ctype-gridelements_pi1.layout-popup > .container .grid-container .container h2.ce-headline-center, .ctype-gridelements_pi1.layout-popup > .container .grid-container .container h3.ce-headline-center, .ctype-gridelements_pi1.layout-popup > .container .grid-container .container h4.ce-headline-center, .ctype-gridelements_pi1.layout-popup > .container .grid-container .container h5.ce-headline-center {
  padding: 0 0 20px 0;
}
.ctype-gridelements_pi1.layout-content-slider .container {
  max-width: 1366px;
}
.ctype-gridelements_pi1.layout-content-slider-startnews .cele.ctype-textmedia .ce-gallery .ce-column, .ctype-gridelements_pi1.layout-content-slider .cele.ctype-textmedia .ce-gallery .ce-column {
  padding-bottom: 0px;
}
.ctype-gridelements_pi1.layout-content-slider-startnews .slick-dots, .ctype-gridelements_pi1.layout-content-slider .slick-dots {
  margin: 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  bottom: 7px;
  display: block;
  width: 100%;
  padding: 0;
}
.ctype-gridelements_pi1.layout-content-slider-startnews .slick-dots button, .ctype-gridelements_pi1.layout-content-slider .slick-dots button {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #96B522;
  border-radius: 50%;
}
.ctype-gridelements_pi1.layout-content-slider-startnews .slick-dots li, .ctype-gridelements_pi1.layout-content-slider .slick-dots li {
  display: inline-block;
  padding: 0 5px 5px;
}
.ctype-gridelements_pi1.layout-content-slider-startnews .slick-dots li button:hover, .ctype-gridelements_pi1.layout-content-slider .slick-dots li button:hover, .ctype-gridelements_pi1.layout-content-slider-startnews .slick-dots li.slick-active button, .ctype-gridelements_pi1.layout-content-slider .slick-dots li.slick-active button {
  background: #96B522;
}
.ctype-gridelements_pi1.layout-content-slider-startnews .slick-arrow, .ctype-gridelements_pi1.layout-content-slider .slick-arrow {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  position: absolute;
  left: 10px;
  bottom: 44px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  margin-left: calc(1640px * (1 / 12));
  z-index: 1000;
}
.ctype-gridelements_pi1.layout-content-slider-startnews .slick-arrow:hover:after, .ctype-gridelements_pi1.layout-content-slider .slick-arrow:hover:after {
  color: #fff;
  background-color: #96B522;
}
.ctype-gridelements_pi1.layout-content-slider-startnews .slick-arrow:after, .ctype-gridelements_pi1.layout-content-slider .slick-arrow:after {
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: '\f104';
  font-weight: 900;
  color: #fff;
  font-size: 40px;
  text-align: center;
  width: 100%;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  color: #96B522;
  margin: 0 0px 0 0;
  padding: 1px 2px 1px 0;
}
.ctype-gridelements_pi1.layout-content-slider-startnews .slick-arrow.next-arrow, .ctype-gridelements_pi1.layout-content-slider .slick-arrow.next-arrow {
  left: 80px;
}
.ctype-gridelements_pi1.layout-content-slider-startnews .slick-arrow.next-arrow:after, .ctype-gridelements_pi1.layout-content-slider .slick-arrow.next-arrow:after {
  content: '\f105';
  padding: 1px 0 1px 2px;
}
.tx-powermail .powermail_form fieldset {
  border: none;
  margin: 0;
  padding: 0px;
}
.tx-powermail .powermail_form fieldset legend {
  display: none;
}
.tx-powermail .powermail_form fieldset .powermail_fieldwrap {
  padding: 10px 0;
}
.tx-powermail .powermail_form fieldset .powermail_input {
  width: 100%;
  border: 1px solid #96B522;
  border-radius: 2px;
  overflow: hidden;
  padding: 5px 10px;
  box-sizing: border-box;
}
.tx-powermail .powermail_form fieldset .powermail_submit {
  width: 200px;
  display: inline-block;
  background: #588005;
  color: #fff;
  border: none;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 10px 10px 0;
  transition: all 0.5s;
  border: 1px solid #96B522;
}
.tx-powermail .powermail_form fieldset .powermail_submit:hover {
  background: #fff;
  color: #588005;
}
.tx-powermail .powermail_form fieldset .radio {
  display: inline-block;
  padding: 0 20px 0 0;
}
.tx-powermail .powermail_form.ratingform {
  max-width: 580px;
}
.tx-powermail .powermail_form.ratingform .powermail_label {
  font-size: 20px;
  font-weight: 600;
}
.tx-powermail .powermail_form.ratingform .info-right-align, .tx-powermail .powermail_form.ratingform .info-left-align {
  font-weight: 600;
  font-size: 1.1rem;
  display: inline-block;
  width: 50%;
}
.tx-powermail .powermail_form.ratingform .info-right-align {
  text-align: right;
}
.tx-powermail .powermail_form.ratingform .radio {
  margin: 5px 20px 0 0;
  padding: 0;
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-image: url("../../typo3conf/ext/rm_theme/Resources/Public/Icons/star.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.tx-powermail .powermail_form.ratingform .radio:hover, .tx-powermail .powermail_form.ratingform .radio.selected {
  background-image: url("../../typo3conf/ext/rm_theme/Resources/Public/Icons/star-full.svg");
}
.tx-powermail .powermail_form.ratingform .radio:last-child {
  margin: 5px 0 0 0;
}
.tx-powermail .powermail_form.ratingform .radio input[type="radio"] {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
}
.tx-powermail .powermail_form.ratingform .radio label {
  display: none;
}
.tx-powermail .powermail_form.ratingform .powermail_fieldwrap_kommentar {
  display: none;
}
.tx-powermail .powermail_form.ratingform .powermail_fieldwrap_kommentar textarea {
  width: 100%;
}
.tx-powermail .powermail_create table {
  width: 100%;
  margin: 0 -10px;
}
.tx-powermail .powermail_create table tbody tr td {
  padding: 5px 10px;
  color: #588005;
}
.ctype-gridelements_pi1 > .container-form {
  max-width: 500px;
  margin: 0 auto;
}
#c384 .slick-slider {
  width: 60%;
  margin: auto;
}
.tx-rm-mailpdf .form-wrap .submit {
  width: 350px;
  display: inline-block;
  background: #588005;
  color: #fff;
  border: none;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 10px 10px 10px 0;
  transition: all 0.5s;
  border: 1px solid #96B522;
}
.tx-rm-mailpdf .form-wrap .submit:hover {
  background: #fff;
  color: #588005;
}
.tx-rm-mailpdf .form-wrap .fieldwrap {
  width: 100%;
  padding: 10px 0;
}
.tx-rm-mailpdf .form-wrap .fieldwrap .hidden {
  display: none;
}
.tx-rm-mailpdf .form-wrap .fieldwrap input, .tx-rm-mailpdf .form-wrap .fieldwrap textarea {
  width: 100%;
  border: 1px solid #96B522;
  border-radius: 2px;
  overflow: hidden;
  padding: 5px 10px;
  box-sizing: border-box;
}
.tx-rm-mailpdf .form-wrap #autofill {
  display: block;
  width: auto;
}
.tx-rm-mailpdf .form-wrap .user-data {
  display: none;
}
.tx-rm-mailpdf .g-recaptcha.error > div {
  border: 1px solid red;
}
.container .news.news-single .article {
  margin-bottom: 60px;
}
.container .news.news-single .article .source-wrap {
  padding: 0 0 40px;
}
.dpnglossary {
  word-break: keep-all;
  padding: 0 15px 0 0;
}
.dpnglossary.link {
  display: inline-block;
}
.dpnglossary.link:before {
  content: '💬';
  display: inline-block;
  position: absolute;
  right: -2px;
  font-size: 12px;
  top: -6px;
}
.dpnglossary.link:hover::before, .dpnglossary.link.show::before {
  content: '💬';
  display: inline-block;
  position: absolute;
  right: -2px;
  font-size: 12px;
  top: -6px;
  border: none;
  left: unset;
}
.dpnglossary.link:hover::after, .dpnglossary.link.show::after {
  background: #96B522;
  border-radius: 5px;
  top: 26px;
  color: #fff;
  content: attr(data-desc);
  left: 0;
  padding: 5px 15px;
  position: absolute;
  width: 300px;
  z-index: 98;
  bottom: unset;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
.dpnglossary.link.top:hover::after, .dpnglossary.link.top.show::after {
  bottom: 26px;
  top: unset;
}
.dpnglossary.link.right:hover::after, .dpnglossary.link.right.show::after {
  right: 0;
  left: unset;
}
.dpnglossary.pagination ul {
  display: inline-block;
}
.dpnglossary.pagination ul li {
  color: #96B522;
}
.dpnglossary.pagination ul li.empty {
  color: #D6D6D6;
}
.dpnglossary.pagination ul .current {
  color: #96B522;
  font-weight: 700;
}
/*# sourceMappingURL=/typo3temp/mk_scss/extensions.scss-4760afce.css.map */