@charset "UTF-8";
/**import variables and basic stuff**/
/** define global variables **/
:root {
  --white: white;
  --super-light: $super-light;
  --lightgrey: $lightgrey;
  --lightgreen: $lightgreen;
  --yellowgreen: $yellowgreen;
  --green: $green;
  --darkgreen: $darkgreen;
  --red: $red;
  --blue: $blue;
  --darkred: $darkred;
  --fast-trans: $fast-trans;
  --slow-trans: $slow-trans;
  --hover-shadow: $hover-shadow;
  --light-green2: $light-green2;
  --site-content-width-small: 1100px ;
}

/** General Styling **/
body {
  font-weight: 400;
}

main > section > .l-section-img {
  display: none;
}
@media (max-width: 599px) {
  main {
    padding-top: 140px;
  }
}

.bg-light {
  background-color: #F5F5F5;
}

.bg-green {
  background-color: var(--green);
}

.bg-red {
  background-color: var(--red);
}

.bg-white {
  background-color: white;
}

.bg-lightgrey {
  background-color: var(--lightgrey);
}

.fs-0-8 {
  font-size: 0.8em;
}

.fs-0-9 {
  font-size: 0.9em;
}

.fs-1-1 {
  font-size: 1.1em;
}

.fs-1-2 {
  font-size: 1.2em;
}

.fs-1-4 {
  font-size: 1.4em;
  line-height: 1.3em;
}

.fs-1-5 {
  font-size: 1.5em;
  line-height: 1.3em;
}

.fs-1-66 {
  font-size: 1.667em;
  line-height: 1.3em;
}

.fs-2 {
  font-size: 2em;
  line-height: 1.5em;
}

.fs-2-2 {
  font-size: 2.22em;
  line-height: 1.5em;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

b,
strong,
.bold,
.semibold {
  font-weight: 600;
}

.text-center {
  text-align: center;
}
.text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5 {
  text-align: left;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.color-white,
.color-white *,
.color-white *:hover {
  color: var(--white) !important;
}

.color-lightgreen *,
.color-lightgreen *:hover {
  color: var(--lightgreen) !important;
}

.color-green *,
.color-green *:hover,
.hover-green:hover *,
.hover-green *:hover {
  color: var(--green) !important;
}

.p-1rem {
  padding: 1rem;
}

.p-1-5rem {
  padding: 1.5rem;
}

.p-2rem {
  padding: 2rem !important;
}

.p-3rem {
  padding: 3rem !important;
}

.p-2rem > .vc_column-inner {
  padding-left: 0rem !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-b-1rem {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-t-b-4rem {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.m-t-m-5rem {
  margin-top: -5rem !important;
}

.m-t-1rem {
  margin-top: 1rem !important;
}

.m-t-1-5rem {
  margin-top: 1.5rem !important;
}

.m-t-2rem {
  margin-top: 2rem !important;
}

.m-t-3rem {
  margin-top: 3rem !important;
}

.m-t-5rem {
  margin-top: 5rem !important;
}

.m-t-6rem {
  margin-top: 6rem !important;
}

.m-b-0,
.m-b-0rem {
  margin-bottom: 0rem !important;
}

.m-b-0-5rem {
  margin-bottom: 0.5rem !important;
}

.m-b-1rem {
  margin-bottom: 1rem !important;
}

.m-b-1-5rem {
  margin-bottom: 1.5rem !important;
}

.m-b-2rem {
  margin-bottom: 2rem !important;
}

.m-b-3rem {
  margin-bottom: 3rem !important;
}

.m-b-6rem {
  margin-bottom: 6rem !important;
}

.m-w-600 {
  max-width: 600px !important;
}

.h-100 {
  height: 100%;
}

@media (max-width: 1024px) {
  .fs-2,
  .fs-2-2,
  .login-teaser .w-iconbox-title {
    font-size: 1.5rem !important;
    line-height: 1.5em;
  }
  .fs-1-5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 899px) {
  .fs-1-4 {
    font-size: 1.2em;
    line-height: 1.1em;
  }
}
/**import component based scss files**/
/**import variables and basic stuff**/
/** Grid mit Impulsen im Hintergrund - ehem. Polygonboxen **/
.wpb_row > .wpb_column.bg-polygon {
  background: unset !important;
  position: relative;
  padding-left: 2.5rem !important;
}
.wpb_row > .wpb_column.bg-polygon::before {
  content: "";
  display: block;
  position: absolute;
  background: url(/wp-content/themes/Impreza-child/images/impuls.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 92px;
  top: 1.5rem;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.wpb_row > .wpb_column.bg-polygon .vc_column-inner {
  z-index: 2;
}
.wpb_row > .wpb_column.bg-polygon .vc_column-inner .w-vwrapper {
  background: none;
}
.wpb_row > .wpb_column.bg-polygon::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/wp-content/themes/Impreza-child/images/impuls-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 166px;
  height: 249px;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 899px) {
  .wpb_row {
    --columns-gap: 0 !important;
  }
  .wpb_row > .wpb_column.bg-polygon {
    padding-left: 3rem !important;
  }
  .wpb_row > .wpb_column.bg-polygon::before {
    width: 49px;
    height: 73px;
  }
  .wpb_row > .wpb_column.bg-polygon .semibold {
    margin-bottom: 1.5rem;
  }
  .wpb_row > .wpb_column.bg-polygon .wpb_text_column:not(.semibold) {
    line-height: 24px;
  }
}

/**import variables and basic stuff**/
@media (max-width: 600px) {
  .w-grid .w-grid-list {
    --gap: 1.5rem !important;
  }
  .w-grid .w-grid-list .w-grid-item.arbeitskreise:first-of-type {
    padding-top: 3rem;
    border-top: 2px solid #72BF44;
  }
  .w-grid .w-grid-list .w-grid-item.arbeitskreise:not(:last-of-type) .ak-tile {
    border-bottom: 2px solid #72BF44;
    padding-bottom: 1rem;
  }
}

/* Breadcrumbs */
#page-content .yoast-breadcrumbs a {
  color: var(--darkgreen) !important;
  font-size: 0.77rem;
}
#page-content .yoast-breadcrumbs a.breadcrumb_last {
  font-weight: 500;
}
#page-content .yoast-breadcrumbs span > span {
  margin: 0 0.6em;
}
#page-content .yoast-breadcrumbs span > span:first-of-type {
  margin-left: 0;
}
#page-content .g-breadcrumbs {
  margin-bottom: 3rem;
}
#page-content .g-breadcrumbs a {
  color: var(--darkgreen) !important;
  font-size: 0.77rem;
}
#page-content .g-breadcrumbs li.g-breadcrumbs-item:last-of-type {
  font-weight: 500;
}
@media (max-width: 899px) {
  #page-content .g-breadcrumbs {
    margin-bottom: 1rem;
  }
}

/**import variables and basic stuff**/
/** CPT Events Grid **/
.w-grid.us_post_list article.w-grid-item.events {
  border-bottom: 2px solid #72BF44;
  padding: 2rem 0;
}
.w-grid.us_post_list article.w-grid-item.events:first-of-type {
  border-top: 2px solid #72BF44;
}
@media (max-width: 899px) {
  .w-grid.us_post_list article.w-grid-item.events:first-of-type {
    margin-top: 2rem;
  }
}
.w-grid.us_post_list article.w-grid-item.events:last-of-type {
  border-bottom: 0;
}
.w-grid article.w-grid-item.events {
  background: white;
  /** 3er Grid Startseite usw. **/
}
.w-grid article.w-grid-item.events .events-tile.top-news-tile .events-tile-image-container {
  position: relative;
}
.w-grid article.w-grid-item.events .events-tile.top-news-tile .events-tile-image-container .top-news-image {
  margin-bottom: 0 !important;
  width: 100%;
  aspect-ratio: 1000/505;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.w-grid article.w-grid-item.events .events-tile.top-news-tile .events-tile-image-container .top-news-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1000/505;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  transform: scale(1);
}
.w-grid article.w-grid-item.events .events-tile.top-news-tile .events-tile-image-container .top-news-image:hover img {
  transform: scale(1.2);
}
.w-grid article.w-grid-item.events .events-tile.top-news-tile .events-tile-image-container .news-grid-cat {
  position: absolute;
  left: 0;
  bottom: 0;
}
.w-grid article.w-grid-item.events .events-tile.top-news-tile .events-tile-image-container .news-grid-cat a {
  background-color: #005D56;
  color: white !important;
  padding: 5px 10px;
  display: inline-block;
}
.w-grid article.w-grid-item.events .events-tile.top-news-tile .top-news-content .si-event-date {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin: 1rem 0;
}
.w-grid article.w-grid-item.events .events-tile.top-news-tile .top-news-content .si-event-date:has(.si-event-date-time) .si-event-date-day {
  border-right: 1px solid var(--color-content-text);
  padding-right: 1rem;
}
.w-grid article.w-grid-item.events .events-tile.top-news-tile .top-news-content .si-event-date i {
  color: #005D56;
}
.w-grid article.w-grid-item.events {
  /** Komplette Events Liste **/
}
.w-grid article.w-grid-item.events .event-list-tile {
  transition: var(--fast-trans);
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1000/505;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-image a {
  height: 100%;
  display: flex;
  align-items: center;
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1000/505;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  transform: scale(1);
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-image:hover img {
  transform: scale(1.2);
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-content {
  padding: 0rem 0.5rem 0.5rem;
  height: auto;
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-content .h-100 {
  height: auto;
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-content .post_custom_field {
  padding-left: calc(25px + 1rem);
  position: relative;
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-content .post_custom_field i {
  color: #005D56;
  position: absolute;
  top: 0;
  left: 0;
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-content .si-event-date {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-content .si-event-date:has(.si-event-date-time) .si-event-date-day {
  border-right: 1px solid var(--color-content-text);
  padding-right: 1rem;
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-content .si-event-date i {
  color: #005D56;
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-content .post_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-content .post_title a {
  color: #005D56;
}
@media (min-width: 900px) {
  .w-grid article.w-grid-item.events .event-list-tile .event-list-content .post_taxonomy.news-grid-cat {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-content .post_taxonomy.news-grid-cat a {
  background-color: #005D56;
  color: white !important;
  padding: 5px 10px;
  display: inline-block;
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-content .post_taxonomy.grid-tags a {
  color: var(--color-content-text) !important;
  font-size: 16px;
}
.w-grid article.w-grid-item.events .event-list-tile .event-list-content .post_taxonomy.grid-tags a:hover {
  background-color: #005D56;
  color: white !important;
}
@media (max-width: 899px) {
  .w-grid article.w-grid-item.events .event-list-tile {
    flex-direction: column;
  }
  .w-grid article.w-grid-item.events .event-list-tile .event-list-content {
    padding: 1rem 0.5rem 0;
  }
  .w-grid article.w-grid-item.events .event-list-tile .event-list-content .post_taxonomy {
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .w-grid article.w-grid-item.events .event-list-tile .event-list-content {
    padding: 1rem 0 0;
    flex-direction: column;
  }
  .w-grid article.w-grid-item.events .event-list-tile .event-list-content .post_title {
    margin-bottom: 0;
  }
  .w-grid article.w-grid-item.events .event-list-tile .event-list-content .top-news-container,
  .w-grid article.w-grid-item.events .event-list-tile .event-list-content .grid-tags {
    display: none;
  }
}

/** Suche und Filterbar für News und Mitglieder **/
.filter-col > .vc_column-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.filter-col > .vc_column-inner .filter-button {
  width: 112px;
}
.filter-col > .vc_column-inner .filter-search {
  width: 100%;
  border: 1px solid var(--green);
}
.filter-col > .vc_column-inner .filter-search .is-search-form:before {
  content: "\f002";
  font-family: "fontawesome";
  font-weight: 900;
  color: var(--green);
  position: absolute;
  right: 11px;
  top: 10px;
  height: 20px;
  width: 20px;
  z-index: 5;
  pointer-events: none;
}
.filter-col > .vc_column-inner .filter-search .is-search-input,
.filter-col > .vc_column-inner .filter-search .is-search-submit,
.filter-col > .vc_column-inner .filter-search .is-search-icon,
.filter-col > .vc_column-inner .filter-search .is-search-icon * {
  border: none !important;
  background: #fff !important;
  fill: var(--green);
}
.filter-col > .vc_column-inner .filter-search .is-search-input,
.filter-col > .vc_column-inner .filter-search .is-search-input:focus {
  border: none !important;
  box-shadow: none !important;
  height: 43px !important;
}
.filter-col > .vc_column-inner .filter-search .is-search-submit:before {
  border: none !important;
}

#events-cat-filter .w-filter-list > .w-filter-item,
#news-cat-filter,
#news-tags-filter {
  display: none;
}

/**import variables and basic stuff**/
/** Footer **/
footer .newsletter-button {
  width: 100%;
  max-width: 750px;
  margin: auto;
  justify-content: space-between !important;
  background: #B5D334;
  border: 1px solid #005D56;
  padding: 5px;
}
footer .newsletter-button .w-iconbox-link,
footer .newsletter-button .w-iconbox-link:hover {
  color: #005D56 !important;
  padding-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
footer .newsletter-button .w-iconbox-link .w-iconbox-icon,
footer .newsletter-button .w-iconbox-link:hover .w-iconbox-icon {
  background-color: #B5D334;
  color: #005D56;
  padding: 0 0;
  font-size: 33px !important;
}
footer .newsletter-button .w-iconbox-link .w-iconbox-icon .fas,
footer .newsletter-button .w-iconbox-link:hover .w-iconbox-icon .fas {
  font-weight: 900;
}
@media (max-width: 600px) {
  footer .newsletter-button .w-iconbox-link .w-iconbox-icon,
  footer .newsletter-button .w-iconbox-link:hover .w-iconbox-icon {
    font-size: 25px !important;
  }
}
footer #footer-middle {
  position: relative;
}
footer #footer-middle::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  top: 0;
  left: 5%;
  z-index: 1;
  pointer-events: none;
  background: url(/wp-content/themes/Impreza-child/images/impuls-grey.svg);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
@media (max-width: 899px) {
  footer #footer-middle::before {
    left: -70%;
  }
}
footer #footer-middle .g-cols .footer-contents {
  padding-left: 100px;
  position: relative;
}
footer #footer-middle .g-cols .footer-contents::before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 150px;
  isolation: isolate;
  z-index: 4;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/Impreza-child/images/impuls.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 899px) {
  footer #footer-middle .g-cols .footer-contents {
    padding-top: 2rem;
    padding-left: 0;
  }
  footer #footer-middle .g-cols .footer-contents::before {
    top: 0;
    left: unset;
    right: 1rem;
    width: 57px;
    height: 85px;
  }
}
footer #footer-middle .g-cols .vc_column-inner {
  z-index: 5;
}
footer #footer-middle .g-cols .vc_column-inner .footer-tab-menu .w-tabs-section {
  border: none !important;
  font-size: 0.8em;
}
footer #footer-middle .g-cols .vc_column-inner .footer-tab-menu .w-tabs-section .w-tabs-section-header {
  position: relative;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 1rem;
  font-weight: 600;
  background: none !important;
}
footer #footer-middle .g-cols .vc_column-inner .footer-tab-menu .w-tabs-section .w-tabs-section-header:after {
  content: "";
  width: 100px;
  height: 4px;
  background: #B5D334;
  position: absolute;
  bottom: 0px;
}
@media (min-width: 900px) {
  footer #footer-middle .g-cols .vc_column-inner .footer-tab-menu .w-tabs-section .w-tabs-section-header .w-tabs-section-control {
    display: none;
  }
}
@media (max-width: 899px) {
  footer #footer-middle .g-cols .vc_column-inner .footer-tab-menu .w-tabs-section .w-tabs-section-header .w-tabs-section-control {
    margin-inline-end: 50%;
    margin-inline-start: auto;
  }
  footer #footer-middle .g-cols .vc_column-inner .footer-tab-menu .w-tabs-section .w-tabs-section-header:after {
    width: 75px;
    height: 3px;
  }
}
footer #footer-middle .g-cols .vc_column-inner .footer-tab-menu .w-tabs-section li.menu-item {
  margin-bottom: 0.5rem;
}
footer #footer-middle .g-cols .vc_column-inner .footer-bottom-menu {
  text-align: right;
}
footer #footer-middle .g-cols .vc_column-inner .footer-bottom-menu li {
  border-right: 1px solid white;
  padding-right: 1.5rem;
  line-height: 1rem;
}
footer #footer-middle .g-cols .vc_column-inner .footer-bottom-menu li:last-of-type {
  border-right: 0px;
  padding-right: 0px;
}
@media (max-width: 899px) {
  footer #footer-middle .g-cols .vc_column-inner .footer-bottom-menu #menu-footer-info {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer #footer-middle .g-cols .vc_column-inner .footer-bottom-menu #menu-footer-info li {
    border-right: 0;
  }
}
footer #footer-middle .g-cols .vc_column-inner .footer-social-icons .w-socials-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1.5rem;
  margin-bottom: 2rem !important;
}
footer #footer-middle .g-cols .vc_column-inner .footer-social-icons .w-socials-list .w-socials-item-link:hover,
footer #footer-middle .g-cols .vc_column-inner .footer-social-icons .w-socials-list .w-socials-item-link {
  background: transparent !important;
  margin-left: 1.5rem;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer #footer-middle .g-cols .vc_column-inner .footer-social-icons .w-socials-list .w-socials-item-link:hover:hover,
footer #footer-middle .g-cols .vc_column-inner .footer-social-icons .w-socials-list .w-socials-item-link:hover .w-socials-item-link-hover,
footer #footer-middle .g-cols .vc_column-inner .footer-social-icons .w-socials-list .w-socials-item-link:hover,
footer #footer-middle .g-cols .vc_column-inner .footer-social-icons .w-socials-list .w-socials-item-link .w-socials-item-link-hover {
  background: transparent !important;
}
footer #footer-middle .g-cols .vc_column-inner .footer-social-icons .w-socials-list .w-socials-item-link:hover i,
footer #footer-middle .g-cols .vc_column-inner .footer-social-icons .w-socials-list .w-socials-item-link i {
  color: white !important;
  font-size: 2rem !important;
}
@media (max-width: 899px) {
  footer #footer-middle .g-cols .vc_column-inner .footer-social-icons .w-socials-list {
    justify-content: space-between;
  }
  footer #footer-middle .g-cols .vc_column-inner .footer-social-icons .w-socials-list .w-socials-item-link {
    padding-left: 0;
    width: 40px;
    height: 40px;
    margin-left: 0;
  }
}
footer #footer-middle .g-cols .vc_column-inner .copyright {
  margin-bottom: 0px !important;
}

/**import variables and basic stuff**/
/** Navigation / Header **/
header {
  background-color: white;
  color: #005D56;
}
header > .l-subheader.at_top {
  background: white;
}
header > .l-subheader.at_top .l-subheader-cell.at_right {
  column-gap: 2rem;
}
header > .l-subheader.at_top .l-subheader-cell .wpml-ls ul {
  display: flex;
  flex-flow: row;
}
header > .l-subheader.at_top .l-subheader-cell .wpml-ls ul li.wpml-ls-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  margin: 0px 3px;
  cursor: pointer;
  box-shadow: -3px 3px 6px #d5d5d5;
  color: var(--lightgrey) !important;
  border-radius: 3px;
}
header > .l-subheader.at_top .l-subheader-cell .wpml-ls ul li.wpml-ls-item.wpml-ls-current-language {
  box-shadow: inset -3px 3px 6px #d5d5d5;
  color: var(--green) !important;
  pointer-events: none;
}
header > .l-subheader.at_top .l-subheader-cell .is-search-form:before {
  font-family: "fontawesome";
  font-weight: 900;
  content: "\f002";
  color: var(--green);
  position: absolute;
  right: 11px;
  top: 10px;
  height: 20px;
  width: 20px;
  z-index: 5;
  pointer-events: none;
}
header > .l-subheader.at_top .l-subheader-cell .is-search-form input.is-search-input {
  box-shadow: inset -3px 3px 6px #d5d5d5;
  color: var(--lightgrey) !important;
  border-radius: 3px !important;
  border-color: transparent !important;
  position: relative;
}
header > .l-subheader.at_top .l-subheader-cell #font-size-regulator {
  display: flex;
}
header > .l-subheader.at_top .l-subheader-cell #font-size-regulator .fas {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  margin: 0px 3px;
  cursor: pointer;
  box-shadow: -3px 3px 6px #D5D5D5;
  color: var(--lightgrey) !important;
  border-radius: 3px;
  transition: 0.3s all ease-in-out;
}
header > .l-subheader.at_top .l-subheader-cell #font-size-regulator .fas:hover {
  box-shadow: inset -3px 3px 6px #D5D5D5;
  color: var(--green) !important;
}
header > .l-subheader.at_top .l-subheader-cell #font-size-regulator .fas.fa-text-size {
  cursor: default;
  box-shadow: none;
}
header > .l-subheader.at_middle .l-subheader-cell .header-logo {
  transition: var(--fast-trans);
}
@media (max-width: 600px) {
  header > .l-subheader.at_middle .l-subheader-cell .header-logo {
    position: relative;
  }
}
header > .l-subheader.at_middle .l-subheader-cell .w-nav.type_desktop > .w-nav-list > .menu-item {
  line-height: 2em;
  font-weight: 600;
}
header > .l-subheader.at_middle .l-subheader-cell .w-nav.type_desktop > .w-nav-list > .menu-item a:hover {
  text-decoration: none !important;
}
header > .l-subheader.at_middle .l-subheader-cell .w-nav.type_desktop > .w-nav-list > .menu-item a:hover > .w-nav-title {
  position: relative;
  width: fit-content;
  display: block;
}
header > .l-subheader.at_middle .l-subheader-cell .w-nav.type_desktop > .w-nav-list > .menu-item a:hover > .w-nav-title::after {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  height: 3px;
  background-color: #72BF44;
  margin-top: -5px;
}
header > .l-subheader.at_middle .l-subheader-cell .w-nav.type_desktop > .w-nav-list > .menu-item.current-menu-ancestor > a:not(.w-btn) > .w-nav-title,
header > .l-subheader.at_middle .l-subheader-cell .w-nav.type_desktop > .w-nav-list > .menu-item .current-menu-ancestor > a:not(.w-btn) > .w-nav-title,
header > .l-subheader.at_middle .l-subheader-cell .w-nav.type_desktop > .w-nav-list > .menu-item .current-menu-item > a:not(.w-btn) > .w-nav-title,
header > .l-subheader.at_middle .l-subheader-cell .w-nav.type_desktop > .w-nav-list > .menu-item .current_page_item > a:not(.w-btn) > .w-nav-title {
  position: relative;
  width: fit-content;
  display: block;
}
header > .l-subheader.at_middle .l-subheader-cell .w-nav.type_desktop > .w-nav-list > .menu-item.current-menu-ancestor > a:not(.w-btn) > .w-nav-title::after,
header > .l-subheader.at_middle .l-subheader-cell .w-nav.type_desktop > .w-nav-list > .menu-item .current-menu-ancestor > a:not(.w-btn) > .w-nav-title::after,
header > .l-subheader.at_middle .l-subheader-cell .w-nav.type_desktop > .w-nav-list > .menu-item .current-menu-item > a:not(.w-btn) > .w-nav-title::after,
header > .l-subheader.at_middle .l-subheader-cell .w-nav.type_desktop > .w-nav-list > .menu-item .current_page_item > a:not(.w-btn) > .w-nav-title::after {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  height: 3px;
  background-color: #72BF44;
  margin-top: -5px;
}
header > .l-subheader.at_middle .l-subheader-cell .w-nav.w-nav.type_mobile .w-nav-list.level_1 {
  padding-top: 15px !important;
  margin-top: 0;
}
header > .l-subheader.at_middle .l-subheader-cell .w-nav.w-nav.type_mobile .menu-item {
  font-weight: 600;
}
header > .l-subheader.at_middle .l-subheader-cell .w-nav.w-nav.type_mobile .menu-item.current-menu-ancestor > a:not(.w-btn) > .w-nav-title,
header > .l-subheader.at_middle .l-subheader-cell .w-nav.w-nav.type_mobile .menu-item .current-menu-ancestor > a:not(.w-btn) > .w-nav-title,
header > .l-subheader.at_middle .l-subheader-cell .w-nav.w-nav.type_mobile .menu-item .current-menu-item > a:not(.w-btn) > .w-nav-title,
header > .l-subheader.at_middle .l-subheader-cell .w-nav.w-nav.type_mobile .menu-item .current_page_item > a:not(.w-btn) > .w-nav-title {
  position: relative;
  width: fit-content;
  display: block;
}
header > .l-subheader.at_middle .l-subheader-cell .w-nav.w-nav.type_mobile .menu-item.current-menu-ancestor > a:not(.w-btn) > .w-nav-title::after,
header > .l-subheader.at_middle .l-subheader-cell .w-nav.w-nav.type_mobile .menu-item .current-menu-ancestor > a:not(.w-btn) > .w-nav-title::after,
header > .l-subheader.at_middle .l-subheader-cell .w-nav.w-nav.type_mobile .menu-item .current-menu-item > a:not(.w-btn) > .w-nav-title::after,
header > .l-subheader.at_middle .l-subheader-cell .w-nav.w-nav.type_mobile .menu-item .current_page_item > a:not(.w-btn) > .w-nav-title::after {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  height: 3px;
  background-color: #72BF44;
  margin-top: -5px;
}
header > .l-subheader.at_middle .l-subheader-cell .w-nav.w-nav.type_mobile .menu-item .w-nav-anchor {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
header > .l-subheader.at_middle .l-subheader-cell .w-nav.w-nav.type_mobile .menu-item .w-nav-anchor.level_2 {
  font-size: 18px;
}
header > .l-subheader.at_middle .l-subheader-cell .w-nav.w-nav.type_mobile .menu-item .w-nav-anchor span {
  position: relative;
}
header > .l-subheader.at_middle .l-subheader-cell .w-nav .menu-item-has-children > .w-nav-anchor .w-nav-arrow {
  padding: 0px 10px;
}
header.sticky > .l-subheader .l-subheader-cell .header-logo {
  bottom: 5px;
}
@media (max-width: 600px) {
  header.sticky > .l-subheader .l-subheader-cell .header-logo {
    bottom: 0;
  }
}
@media (max-width: 600px) {
  header.sticky > .l-subheader.at_middle {
    line-height: 80px !important;
    height: 80px !important;
  }
}

/**import variables and basic stuff**/
section.hero-slider-section {
  margin-bottom: 30px;
  padding: 0 0 !important;
  width: 100%;
  aspect-ratio: 1920/635;
  display: flex;
  align-items: flex-end;
}
section.hero-slider-section::before, section.hero-slider-section::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  background: url(/wp-content/themes/Impreza-child/images/impuls.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
section.hero-slider-section::before {
  width: 100px;
  height: 150px;
  top: 75px;
  right: 35px;
}
section.hero-slider-section::after {
  width: 174px;
  height: 260px;
  bottom: -130px;
  right: calc((100vw - var(--site-content-width)) / 2 + 87px);
}
section.hero-slider-section .wpb_column {
  height: 100% !important;
}
section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel {
  position: relative;
  padding-left: 100px;
}
section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  background: url(/wp-content/themes/Impreza-child/images/impuls.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 150px;
  left: 0;
}
section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .owl-carousel.owl-loaded > * {
  width: 100% !important;
}
section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  overflow: hidden !important;
  position: relative;
}
section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .owl-dots {
  order: 1;
  margin-bottom: 2.5rem;
}
section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .owl-dots .owl-dot span {
  background: transparent;
  box-shadow: 0 0 0 2px #fff;
  border-color: var(--white);
  height: 20px;
  width: 20px;
}
section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .owl-dots .owl-dot.active span {
  background: var(--white) !important;
}
section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .w-grid-item {
  display: flex;
  flex-direction: row;
}
section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .w-grid-item .w-grid-item-h {
  width: 100%;
  max-width: calc(var(--site-content-width) + 5rem);
  padding-top: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
}
section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .w-grid-item .w-grid-item-h .hero-slider-toptext span {
  background-color: #72BF44;
  color: white !important;
  padding: 7px 10px;
}
section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .w-grid-item .w-grid-item-h .hero-slider-lowertext {
  max-width: 66.666%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .w-grid-item .w-grid-item-h .hero-slider-lowertext > * {
  display: inline;
  background-color: white;
  box-shadow: 10px 0 0 white, 0px 0 0 white;
  box-decoration-break: clone;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600 !important;
  color: #005D56;
  padding: 5px 10px;
}
section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .w-grid-item .w-grid-item-h .hero-slider-lowertext > * strong {
  font-weight: 600 !important;
}
@media (max-width: 899px) {
  section.hero-slider-section {
    margin-bottom: 65px;
  }
  section.hero-slider-section::before {
    width: 100px;
    height: 150px;
    top: 75px;
    right: 1.5rem;
  }
  section.hero-slider-section::after {
    width: 100px;
    height: 150px;
    bottom: -75px;
    left: 65%;
    right: unset;
  }
  section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel {
    padding-left: 50px;
  }
  section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel::before {
    left: -40px;
  }
  section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    overflow: hidden !important;
    position: relative;
  }
  section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .owl-dots {
    margin-bottom: 0.5rem;
  }
  section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .w-grid-item .w-grid-item-h .hero-slider-lowertext {
    max-width: 80%;
  }
  section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .w-grid-item .w-grid-item-h .hero-slider-lowertext > * {
    display: inline;
    background-color: white;
    box-shadow: 10px 0 0 white, 0px 0 0 white;
    box-decoration-break: clone;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #005D56;
    padding: 5px 10px;
  }
}
@media (max-width: 768px) {
  section.hero-slider-section {
    aspect-ratio: 393/687;
  }
  section.hero-slider-section::before {
    width: 100px;
    height: 150px;
    top: -55px;
    right: 1.5rem;
  }
  section.hero-slider-section::after {
    left: 1.5rem;
  }
  section.hero-slider-section .wpb_column {
    height: 550px !important;
  }
  section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel {
    padding-left: 0;
  }
  section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel::before {
    top: -35vh;
    left: -70px;
  }
  section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .w-grid-item {
    padding-bottom: 3rem;
  }
  section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .w-grid-item .w-grid-item-h .hero-slider-lowertext {
    max-width: 100% !important;
  }
  section.hero-slider-section .wpb_column .hero-slider.w-grid.type_carousel .w-grid-list .w-grid-item .w-grid-item-h .hero-slider-lowertext > * {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

/**import variables and basic stuff**/
section.hero-section {
  margin-bottom: 10px;
  width: 100%;
  aspect-ratio: 1920/500;
}
section.hero-section::before, section.hero-section::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  background: url(/wp-content/themes/Impreza-child/images/impuls.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
section.hero-section::before {
  width: 100px;
  height: 150px;
  top: 50px;
  right: 35px;
}
section.hero-section::after {
  width: 174px;
  height: 260px;
  bottom: -75px;
  right: calc((100vw - var(--site-content-width)) / 2 + 87px);
}
section.hero-section .l-section-h {
  height: 100%;
  position: relative;
}
section.hero-section .l-section-h::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  background: url(/wp-content/themes/Impreza-child/images/impuls.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 150px;
  left: 0;
  bottom: 80px;
}
section.hero-section .l-section-h .w-separator {
  height: auto !important;
}
@media (max-width: 1530px) {
  section.hero-section::after {
    right: 25vw;
  }
}
@media (max-width: 1024px) {
  section.hero-section {
    margin-bottom: 1rem;
  }
  section.hero-section::before {
    width: 100px;
    height: 150px;
    top: 30px;
    right: unset;
    left: -50px;
  }
  section.hero-section::after {
    display: none;
  }
  section.hero-section .l-section-h::before {
    width: 100px;
    height: 150px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
  }
}
@media (max-width: 768px) {
  section.hero-section {
    aspect-ratio: 1/1;
    margin-bottom: 1rem;
  }
  section.hero-section::before {
    width: 100px;
    height: 150px;
    top: calc(82% - 50px);
    left: 25px;
    right: calc(50% - 50px);
  }
  section.hero-section .l-section-h::before {
    top: -10px;
    left: -150px;
    width: 173px;
    height: 260px;
  }
}

/** Icon Sidebar **/
#sidebar-contact {
  position: fixed;
  z-index: 10;
  top: 450px;
  left: calc(100vw - 39px - 1rem);
  direction: rtl;
}
#sidebar-contact .w-iconbox {
  display: inline-flex;
  background-color: var(--white);
  margin-bottom: 10px;
  padding: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.1490196078);
  white-space: nowrap;
  direction: ltr;
}
#sidebar-contact .w-iconbox.iconbox-red {
  background-color: var(--red);
}
#sidebar-contact .w-iconbox.iconbox-red .w-iconbox-link {
  color: white;
}
#sidebar-contact .w-iconbox.iconbox-green {
  background-color: var(--green);
}
#sidebar-contact .w-iconbox.iconbox-green .w-iconbox-link {
  color: white;
}
#sidebar-contact .w-iconbox.iconbox-toggle {
  display: none;
}
#sidebar-contact .w-iconbox * {
  font-size: 20px;
}
#sidebar-contact .w-iconbox .w-iconbox-icon {
  width: 40px;
  margin: 0;
}
#sidebar-contact .w-iconbox .w-iconbox-icon svg {
  width: auto;
  height: 32px;
}
#sidebar-contact .w-iconbox .w-iconbox-meta {
  max-width: 0px;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
}
#sidebar-contact .w-iconbox .w-iconbox-link {
  display: flex;
}
#sidebar-contact .w-iconbox:hover .w-iconbox-meta {
  width: max-content;
  max-width: 400px;
  transition: 0.5s all ease-in-out;
}
@media (min-width: 1025px) and (max-width: 1366px) {
  #sidebar-contact {
    top: 200px;
  }
}
@media (max-width: 899px) {
  #sidebar-contact {
    display: none;
  }
}

/**import variables and basic stuff**/
.special-section {
  background: #004E49;
  position: relative;
  overflow: hidden;
}
.special-section > .l-section-img,
.special-section > .l-section-overlay {
  display: none !important;
}
.special-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: url(/wp-content/themes/Impreza-child/images/impuls-bg-green.svg);
  background-size: 1075px;
  background-repeat: no-repeat;
  background-position: 80px -680px;
}
.special-section > .l-section-h {
  z-index: 2;
  isolation: isolate;
}
.special-section > .l-section-h .impulse-column {
  display: flex;
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
}
.special-section > .l-section-h .impulse-column::before {
  content: "";
  position: relative;
  width: 62px;
  height: 92px;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: url(/wp-content/themes/Impreza-child/images/impuls.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.special-section > .l-section-h .impulse-column > .vc_column-inner {
  padding-top: 28px;
  padding-left: 1.5rem;
}
.special-section > .l-section-h .impulse-column > .vc_column-inner .link-collector-title h2, .special-section > .l-section-h .impulse-column > .vc_column-inner .link-collector-title h3, .special-section > .l-section-h .impulse-column > .vc_column-inner .link-collector-title p {
  color: #B5D334 !important;
}
.special-section > .l-section-h .impulse-column > .vc_column-inner .w-iconbox .w-iconbox-link {
  display: flex;
  align-items: center;
}
.special-section > .l-section-h .impulse-column > .vc_column-inner .w-iconbox:hover .w-iconbox-link, .special-section > .l-section-h .impulse-column > .vc_column-inner .w-iconbox:hover * {
  color: white !important;
}
.special-section > .l-section-h .impulse-column + .wpb_column > .vc_column-inner {
  padding-top: 28px;
}
@media (max-width: 600px) {
  .special-section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .special-section::before {
    background-size: 620px;
    background-position: -270px -260px;
  }
  .special-section > .l-section-h .impulse-column::before {
    display: none;
  }
  .special-section > .l-section-h .impulse-column > .vc_column-inner {
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #72BF44;
  }
  .special-section > .l-section-h .impulse-column > .vc_column-inner .link-collector-title {
    display: flex;
    flex-direction: row;
  }
  .special-section > .l-section-h .impulse-column > .vc_column-inner .link-collector-title::before {
    content: "";
    position: relative;
    display: block;
    width: 49px;
    height: 73px;
    margin-left: -1rem;
    pointer-events: none;
    background: url(/wp-content/themes/Impreza-child/images/impuls.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .special-section > .l-section-h .impulse-column > .vc_column-inner .link-collector-title > .wpb_wrapper {
    width: calc(100% - 49px);
    padding-left: 12px;
  }
  .special-section > .l-section-h .impulse-column > .vc_column-inner .link-collector-title h2, .special-section > .l-section-h .impulse-column > .vc_column-inner .link-collector-title h3, .special-section > .l-section-h .impulse-column > .vc_column-inner .link-collector-title p {
    color: #B5D334 !important;
  }
  .special-section > .l-section-h .impulse-column + .wpb_column {
    padding: 0 15px;
  }
}
.special-section.special-image-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.special-section.special-image-section::before {
  display: none;
}
.special-section.special-image-section > .l-section-h > .g-cols::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: url(/wp-content/themes/Impreza-child/images/impuls-bg-green.svg);
  background-size: 1075px;
  background-repeat: no-repeat;
  z-index: 3;
  background-position: 55px -367px;
}
.special-section.special-image-section > .l-section-h > .g-cols::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 150px;
  left: 63%;
  bottom: 3rem;
  z-index: 3;
  pointer-events: none;
  background: url(/wp-content/themes/Impreza-child/images/impuls.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.special-section.special-image-section > .l-section-h .impulse-column {
  z-index: 5;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.special-section.special-image-section > .l-section-h .impulse-column::before {
  display: none;
}
.special-section.special-image-section > .l-section-h .impulse-column > .vc_column-inner {
  padding-top: 0;
  padding-left: 15px;
}
@media (max-width: 900px) {
  .special-section.special-image-section::before {
    display: block;
  }
  .special-section.special-image-section > .l-section-h > .g-cols::before, .special-section.special-image-section > .l-section-h > .g-cols::after {
    display: none;
  }
  .special-section.special-image-section > .l-section-h .impulse-column {
    padding-bottom: 0;
  }
  .special-section.special-image-section > .l-section-h .impulse-column > .vc_column-inner {
    border-bottom: 0;
  }
  .special-section.special-image-section > .l-section-h .special-section-image-column {
    display: none;
    height: auto;
    aspect-ratio: 392/439;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .special-section.special-image-section > .l-section-h > .g-cols .special-section-image-column {
    height: auto;
    aspect-ratio: 5/3;
  }
}

.member-news .w-grid .w-grid-list {
  grid-template-columns: 1fr 1fr 1fr !important;
}
@media (max-width: 1023px) {
  .member-news .w-grid .w-grid-list {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 899px) {
  .member-news .w-grid .w-grid-list {
    grid-template-columns: 1fr !important;
  }
}

/**import variables and basic stuff**/
.w-grid .w-grid-item .top-news-tile .top-news-image {
  margin-bottom: 1rem !important;
  aspect-ratio: 1000/505;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.w-grid .w-grid-item .top-news-tile .top-news-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1000/505;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  transform: scale(1);
}
.w-grid .w-grid-item .top-news-tile .top-news-image:hover img {
  transform: scale(1.2);
}
.w-grid .w-grid-item .top-news-tile .top-news-content {
  padding: 0.5rem 0 0;
}
.w-grid .w-grid-item .top-news-tile .top-news-content .post_taxonomy.news-grid-cat {
  margin-bottom: 1rem !important;
}
.w-grid .w-grid-item .top-news-tile .top-news-content .post_taxonomy.news-grid-cat a {
  background-color: #72BF44;
  color: white !important;
  padding: 5px 10px;
}
.w-grid .w-grid-item .top-news-tile .top-news-content .post_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.w-grid .w-grid-item .top-news-tile .top-news-content .post_title a {
  color: #005D56;
}
.w-grid .w-grid-item .top-news-tile .top-news-content .news-grid-tags {
  margin-top: unset !important;
}
.w-grid .w-grid-item .top-news-tile .top-news-content .news-grid-tags a {
  padding: 3px 6px;
  font-size: 16px;
}
.w-grid .w-grid-item .top-news-tile .top-news-content .news-grid-tags a:hover {
  background-color: #005D56;
  color: white;
}
@media (max-width: 600px) {
  .w-grid .w-grid-item .top-news-tile {
    padding-bottom: 1rem;
  }
}
.w-grid .w-grid-item .big-news-tile {
  background-color: white;
  align-items: flex-start;
  transition: var(--fast-trans);
}
.w-grid .w-grid-item .big-news-tile .news-grid-tile-image {
  width: 100%;
  aspect-ratio: 1000/505;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 899px) {
  .w-grid .w-grid-item .big-news-tile .news-grid-tile-image {
    margin-bottom: 1rem !important;
  }
}
.w-grid .w-grid-item .big-news-tile .news-grid-tile-image > a {
  width: 100%;
  height: 100%;
  display: flex;
}
.w-grid .w-grid-item .big-news-tile .news-grid-tile-image > a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1000/505;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  transform: scale(1);
}
.w-grid .w-grid-item .big-news-tile .news-grid-tile-image:hover img {
  transform: scale(1.2);
}
.w-grid .w-grid-item .big-news-tile .news-grid-tile-info {
  width: 100%;
  padding: 0 1rem;
}
.w-grid .w-grid-item .big-news-tile .news-grid-tile-info .post_taxonomy.news-grid-cat {
  margin-bottom: 1rem !important;
}
.w-grid .w-grid-item .big-news-tile .news-grid-tile-info .post_taxonomy.news-grid-cat a {
  background-color: #72BF44;
  color: white !important;
  padding: 5px 10px;
  display: inline-block;
}
.w-grid .w-grid-item .big-news-tile .news-grid-tile-info .post_title {
  font-size: 1.6667rem;
  line-height: 2.3rem;
}
.w-grid .w-grid-item .big-news-tile .news-grid-tile-info .post_title a {
  color: #005D56;
}
@media (max-width: 899px) {
  .w-grid .w-grid-item .big-news-tile .news-grid-tile-info .post_title {
    font-size: 1.2em;
    line-height: 1.1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.w-grid .w-grid-item .big-news-tile .news-grid-tile-info .news-grid-tags a {
  padding: 3px 6px;
  font-size: 16px;
}
.w-grid .w-grid-item .big-news-tile .news-grid-tile-info .news-grid-tags a:hover {
  background-color: #005D56;
  color: white;
}
@media (max-width: 899px) {
  .w-grid .w-grid-item .big-news-tile .news-grid-tile-info {
    padding: 0.5rem 0 0;
  }
}
@media (max-width: 600px) {
  .w-grid .w-grid-item .big-news-tile {
    padding: 3rem 0 2rem;
    border-bottom: 2px solid #72BF44;
    flex-direction: column;
  }
  .w-grid .w-grid-item .big-news-tile .big-tile-info .post_title {
    font-size: 1.4em;
    line-height: 1.3em;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .w-grid .w-grid-list {
    --gap: 1.5rem !important;
  }
  .w-grid .w-grid-list .w-grid-item:not(:last-of-type) .top-news-tile {
    border-bottom: 2px solid #72BF44;
  }
}

/** Newsgrid neu + Top News **/
#events-cat-filter .w-filter-list > .w-filter-item,
#news-cat-filter,
#news-tags-filter {
  display: none;
}

button.flex-btn {
  display: flex;
}

.tax-filter {
  margin-top: 3rem;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.no-shadow .top-news-tile:hover {
  box-shadow: none;
  background: unset;
}

div.l-section:not(.color_alternate) .top-news-tile .top-news-container {
  padding: 2rem 1rem;
}

/**import variables and basic stuff**/
.red-teaser,
.bg-red-gap {
  position: relative;
  background-color: #005D56;
  overflow: hidden;
}
.red-teaser::before,
.bg-red-gap::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(/wp-content/themes/Impreza-child/images/impuls-bg-green.svg);
  width: 1000px;
  height: 1500px;
  left: -400px;
  top: calc((100% - 1500px) / 2);
  background-size: contain;
  background-repeat: no-repeat;
}
.red-teaser::after,
.bg-red-gap::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(/wp-content/themes/Impreza-child/images/impuls-bg-green.svg);
  width: 475px;
  height: 710px;
  right: -20px;
  top: calc(100% - 355px);
  background-size: contain;
  background-repeat: no-repeat;
}
.red-teaser .stoerer-links-column,
.bg-red-gap .stoerer-links-column {
  z-index: 2;
  padding: 2rem 3rem;
}
.red-teaser .stoerer-links-column .w-iconbox .w-iconbox-icon,
.bg-red-gap .stoerer-links-column .w-iconbox .w-iconbox-icon {
  width: 60px !important;
}
.red-teaser .stoerer-text-column,
.bg-red-gap .stoerer-text-column {
  z-index: 2;
  padding: 2rem 3rem;
}
.red-teaser .stoerer-text-column .w-iconbox.red-teaser-heading,
.bg-red-gap .stoerer-text-column .w-iconbox.red-teaser-heading {
  align-items: center;
  justify-content: space-between;
}
.red-teaser .stoerer-text-column .w-iconbox.red-teaser-heading .w-iconbox-icon,
.bg-red-gap .stoerer-text-column .w-iconbox.red-teaser-heading .w-iconbox-icon {
  font-size: 5.5rem !important;
}
.red-teaser .stoerer-text-column .w-iconbox.red-teaser-heading .w-iconbox-meta .w-iconbox-text a,
.bg-red-gap .stoerer-text-column .w-iconbox.red-teaser-heading .w-iconbox-meta .w-iconbox-text a {
  font-size: 38px;
  line-height: 48px;
  color: #B5D334 !important;
  font-weight: 500;
}
.red-teaser .stoerer-text-column .w-iconbox.red-teaser-heading .w-iconbox-meta .w-iconbox-text a:hover,
.bg-red-gap .stoerer-text-column .w-iconbox.red-teaser-heading .w-iconbox-meta .w-iconbox-text a:hover {
  color: white !important;
}
.red-teaser.blue-teaser,
.bg-red-gap.blue-teaser {
  background-color: #4d6fff;
}
.red-teaser.blue-teaser::before, .red-teaser.blue-teaser::after,
.bg-red-gap.blue-teaser::before,
.bg-red-gap.blue-teaser::after {
  background: url(/wp-content/themes/Impreza-child/images/impuls-bg-blue.svg);
}
.red-teaser.blue-teaser .stoerer-text-column .w-iconbox.red-teaser-heading .w-iconbox-meta .w-iconbox-text a,
.bg-red-gap.blue-teaser .stoerer-text-column .w-iconbox.red-teaser-heading .w-iconbox-meta .w-iconbox-text a {
  color: white !important;
}
@media (max-width: 900px) {
  .red-teaser::after,
  .bg-red-gap::after {
    display: none;
  }
  .red-teaser .w-iconbox.red-teaser-heading,
  .bg-red-gap .w-iconbox.red-teaser-heading {
    flex-flow: column;
    text-align: center;
    align-items: center !important;
    gap: 2rem;
  }
  .red-teaser .w-iconbox.red-teaser-heading .w-iconbox-icon,
  .bg-red-gap .w-iconbox.red-teaser-heading .w-iconbox-icon {
    margin: 0 auto !important;
  }
}

/* Login Teaser */
/**import variables and basic stuff**/
.stoerer-small {
  margin-top: -5rem !important;
  z-index: 5;
}
.stoerer-small .wpb_column .w-iconbox {
  padding: 2rem;
  align-items: center;
  width: fit-content;
  justify-self: flex-end;
  height: 100%;
}
.stoerer-small .wpb_column .w-iconbox .w-iconbox-meta {
  height: 100%;
  position: relative;
  justify-content: center;
  box-sizing: border-box;
}
.stoerer-small .wpb_column .w-iconbox .w-iconbox-meta .w-iconbox-text {
  color: white;
}
.stoerer-small .wpb_column .w-iconbox .w-iconbox-meta .w-iconbox-title {
  padding-bottom: 0;
}
.stoerer-small .wpb_column .w-iconbox .w-iconbox-meta .w-iconbox-title a.w-iconbox-link {
  color: #B5D334;
}
.stoerer-small .wpb_column .w-iconbox > a.w-iconbox-link {
  justify-content: center;
}
.stoerer-small .wpb_column .w-iconbox.login-teaser .w-iconbox-meta {
  display: flex;
  flex-flow: column-reverse;
  gap: 1rem;
}
.stoerer-small .wpb_column .w-iconbox.login-teaser .w-iconbox-meta .w-iconbox-text {
  font-size: 0.9em;
}
.stoerer-small .wpb_column .w-iconbox.login-teaser .w-iconbox-meta .w-iconbox-title {
  font-size: 2.2em !important;
  line-height: 1.2em !important;
}
.stoerer-small .wpb_column .w-iconbox.login-teaser .w-iconbox-meta .w-iconbox-title .w-iconbox-link:hover {
  color: var(--white);
  text-decoration: underline;
}
@media (max-width: 899px) {
  .stoerer-small {
    margin-top: 0 !important;
  }
  .stoerer-small .wpb_column .w-iconbox {
    justify-self: center !important;
    width: 100vw !important;
    position: relative;
  }
  .stoerer-small .wpb_column .w-iconbox .w-iconbox-icon {
    margin-top: 2rem;
  }
}

/* Login Teaser */
/**import variables and basic stuff**/
/* Teaser Tiles */
.teaser-columns > .wpb_column > .vc_column-overlay {
  background: #005D56 !important;
}
.teaser-columns > .wpb_column:has(.vc_column-overlay):hover .vc_column-overlay {
  background: #72BF44 !important;
}
.teaser-columns > .wpb_column:has(.vc_column-overlay):hover .vc_column-overlay + .vc_column-inner a {
  text-transform: none;
}
.teaser-columns > .wpb_column:has(.vc_column-overlay):hover .vc_column-overlay + .vc_column-inner a span.w-text-value {
  color: #005D56 !important;
}
.teaser-columns > .wpb_column.p-t-b-1rem.has_bg_color:hover {
  background: #72BF44 !important;
}
.teaser-columns > .wpb_column.p-t-b-1rem.has_bg_color:hover a {
  text-transform: none;
}
.teaser-columns > .wpb_column.p-t-b-1rem.has_bg_color:hover a span.w-text-value {
  color: #005D56 !important;
}
.teaser-columns > .wpb_column:not(.p-t-b-1rem, :has(.vc_column-overlay)) .vc_column-inner > .w-text {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}
.teaser-columns > .wpb_column:not(.p-t-b-1rem, :has(.vc_column-overlay)) .vc_column-inner > .w-text a {
  position: absolute;
  bottom: -2rem;
  left: 0;
  padding: 0.5rem 1rem;
  background: white;
  text-align: left;
  text-transform: none;
}
.teaser-columns > .wpb_column:not(.p-t-b-1rem, :has(.vc_column-overlay)) .vc_column-inner > .w-text a > span {
  color: #004E49 !important;
}
.teaser-columns > .wpb_column:not(.p-t-b-1rem, :has(.vc_column-overlay)):hover .w-text a {
  background: #72BF44;
}
.teaser-columns > .wpb_column:not(.p-t-b-1rem, :has(.vc_column-overlay)):hover .w-text a > span {
  color: white !important;
}
.teaser-columns > .wpb_column .vc_column-inner a {
  text-transform: none;
}
@media (max-width: 899px) {
  .teaser-columns > .wpb_column {
    margin-bottom: 1.5rem;
  }
}

.teaser-columns > .wpb_column a:hover span {
  text-decoration: underline;
}

/**import variables and basic stuff**/
.meinungen-tile {
  padding-left: 2rem;
}
.meinungen-tile .meinung-info-container {
  padding-left: 3rem;
  padding-right: 2rem;
  position: relative;
}
.meinungen-tile .meinung-info-container .meinungen-content {
  position: relative;
  margin-bottom: 5rem;
  padding-top: 3rem;
}
.meinungen-tile .meinung-info-container .meinungen-content:before, .meinungen-tile .meinung-info-container .meinungen-content:after {
  content: "";
  height: 100px;
  width: 150px;
  position: absolute;
  top: 20px;
  left: -45px;
  pointer-events: none;
  background: url(/wp-content/themes/Impreza-child/images/impuls-bg.svg);
  background-size: 50% 100%;
  background-repeat: repeat-x;
}
.meinungen-tile .meinung-info-container .meinungen-content:after {
  top: unset;
  left: unset;
  right: 0;
  bottom: -70px;
  transform: rotate(180deg);
}
.meinungen-tile .meinung-info-container .meinungen-autor {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.owl-carousel .owl-nav .owl-prev::before, .owl-carousel .owl-nav .owl-prev::after,
.owl-carousel .owl-nav .owl-next::before,
.owl-carousel .owl-nav .owl-next::after {
  color: #004E49 !important;
  font-weight: 900;
  border: 0 !important;
}

@media (max-width: 900px) {
  .meinungen-tile {
    flex-direction: column;
  }
  .meinungen-tile .meinung-info-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .meinungen-tile .meinung-info-container .meinungen-content:after {
    left: unset;
    right: 10px;
  }
  .meinungen-tile .meinung-info-container .meinungen-slider-image {
    text-align: center;
    max-width: 65%;
  }
  .owl-carousel:has(.owl-dots.disabled) > .owl-nav {
    display: block !important;
  }
  .owl-carousel:has(.owl-dots.disabled) > .owl-nav .owl-prev {
    left: 0;
    border: 0 !important;
  }
  .owl-carousel:has(.owl-dots.disabled) > .owl-nav .owl-next {
    left: unset !important;
    right: 0;
    border: 0 !important;
  }
}
/**import variables and basic stuff**/
.top-news .w-grid-list {
  counter-reset: news;
}
@media (min-width: 900px) {
  .top-news .w-grid-list > article:not(:last-of-type) {
    border-bottom: 1px solid white;
  }
}
.top-news .w-grid-list > article .top-news-image {
  display: none;
}
.top-news .w-grid-list > article .top-news-image > a {
  padding-top: 0px;
}
.top-news .w-grid-list > article .top-news-content {
  position: relative;
}
.top-news .w-grid-list > article .top-news-content .post_taxonomy.news-grid-cat {
  margin-bottom: 1rem;
}
.top-news .w-grid-list > article .top-news-content .post_taxonomy.news-grid-cat a {
  background-color: #72BF44;
  color: white !important;
  padding: 5px 10px;
}
.top-news .w-grid-list > article .top-news-content .post_title > a {
  color: white;
}
.top-news .w-grid-list > article .top-news-content .news-grid-tags {
  box-sizing: content-box;
}
.top-news .w-grid-list > article .top-news-content .news-grid-tags > a {
  color: white;
  font-size: 16px;
}
.top-news .w-grid-list > article .top-news-content .news-grid-tags > a:hover {
  color: #005D56;
  background-color: white;
}
.top-news .w-grid-list > article:nth-of-type(1) .top-news-image {
  display: block;
}
.top-news .w-grid-list > article:nth-of-type(1) .top-news-image > a img {
  margin-right: 1rem;
}
.top-news .w-grid-list > article:nth-of-type(5) .top-news-content {
  padding-bottom: 0;
}
.top-news .w-grid-list > article:nth-of-type(5) .top-news-content .news-grid-tags {
  border-bottom: none !important;
}
.top-news .w-grid-list > article:hover .top-news-content:after {
  opacity: 1;
}
@media (max-width: 600px) {
  .top-news .w-grid-list > article:last-of-type {
    border-bottom: 0 !important;
  }
}
@media (max-width: 899px) {
  .top-news .w-grid-list {
    margin-top: 3rem;
  }
}

section.color_alternate .w-grid-list > article .top-news-tile {
  box-shadow: none !important;
  border-bottom: 0 !important;
}
section.color_alternate .w-grid-list > article .top-news-content {
  padding: 0.5rem 0 0;
}
section.color_alternate .w-grid-list > article .top-news-content .post_title > a {
  color: white !important;
}
section.color_alternate .w-grid-list > article .top-news-content .post_title > a:hover {
  color: white !important;
}
section.color_alternate .w-grid-list > article .top-news-content .news-grid-tags {
  box-sizing: content-box;
}
section.color_alternate .w-grid-list > article .top-news-content .news-grid-tags > a {
  color: white;
  font-size: 16px;
}
section.color_alternate .w-grid-list > article .top-news-content .news-grid-tags > a:hover {
  color: #005D56;
  background-color: white;
}
@media (max-width: 600px) {
  section.color_alternate .w-grid-list > article .top-news-content {
    padding: 0.5rem 1rem 0rem;
  }
  section.color_alternate .w-grid-list > article .top-news-content .news-grid-tags {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  section.color_alternate .w-grid-list > article {
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
  }
}
@media (min-width: 900px) {
  section.color_alternate .top-news .w-grid-list {
    counter-reset: news;
  }
  section.color_alternate .top-news .w-grid-list > article .top-news-content {
    position: relative;
    padding: 0 3rem 1.5rem 0;
  }
  section.color_alternate .top-news .w-grid-list > article .top-news-content:after {
    counter-increment: news;
    content: counter(news);
    font-size: 3.6rem;
    opacity: 0.4;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: calc(50% - 1rem);
    transition: var(--fast-trans);
  }
}

/**import variables and basic stuff**/
/** Türklinke Modul (Bild mit Impuls + Text) **/
.tuerklinke .vc_column-inner > .wpb_text_column:first-of-type::before {
  content: "";
  display: block;
  position: relative;
  background: url(/wp-content/themes/Impreza-child/images/impuls.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 92px;
  margin-bottom: 1rem;
}
.tuerklinke .vc_column-inner .w-image.special-image .w-image-h,
.tuerklinke .vc_column-inner .w-image.special-image-right .w-image-h {
  position: relative;
  padding-right: 65px;
}
.tuerklinke .vc_column-inner .w-image.special-image .w-image-h::after,
.tuerklinke .vc_column-inner .w-image.special-image-right .w-image-h::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  background: url(/wp-content/themes/Impreza-child/images/impuls.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 173px;
  height: 260px;
  bottom: -45px;
  right: 0;
}
@media (max-width: 899px) {
  .tuerklinke .vc_column-inner > .wpb_text_column:first-of-type {
    padding-top: 1rem;
  }
  .tuerklinke .vc_column-inner > .wpb_text_column:first-of-type::before {
    display: none;
  }
  .tuerklinke .vc_column-inner .w-image.special-image .w-image-h,
  .tuerklinke .vc_column-inner .w-image.special-image-right .w-image-h {
    padding-right: 0;
  }
  .tuerklinke .vc_column-inner .w-image.special-image .w-image-h::after,
  .tuerklinke .vc_column-inner .w-image.special-image-right .w-image-h::after {
    width: 84px;
    height: 126px;
    left: 1.5rem;
    bottom: -30px;
  }
  .tuerklinke .vc_column-inner .w-image.special-image .w-image-h img,
  .tuerklinke .vc_column-inner .w-image.special-image-right .w-image-h img {
    margin: 0 -1.5rem;
    width: 100vw;
    max-width: 100vw;
  }
  .tuerklinke .vc_column-inner .w-image.special-image-right .w-image-h {
    padding-right: 0;
  }
  .tuerklinke .vc_column-inner .w-image.special-image-right .w-image-h::after {
    left: unset;
    right: 1.5rem;
  }
}
.tuerklinke.no-arrow .vc_column-inner .w-image.special-image .w-image-h,
.tuerklinke.no-arrow .vc_column-inner .w-image.special-image-right .w-image-h {
  padding-right: 0;
}
.tuerklinke.no-arrow .vc_column-inner .w-image.special-image .w-image-h::after,
.tuerklinke.no-arrow .vc_column-inner .w-image.special-image-right .w-image-h::after {
  display: none;
}
.tuerklinke.no-arrow .vc_column-inner > .wpb_text_column:first-of-type {
  padding-top: 0;
}

body.single-events .event-detail-value {
  margin-left: calc(25px + 1rem);
}
body.single-events .event-detail-singleicon {
  display: flex;
  flex-flow: row;
}
body.single-events .event-detail-icon .w-iconbox-title {
  font-weight: 600;
  text-transform: uppercase;
}
body.single-events .event-detail-singleicon i,
body.single-events .event-detail-icon .w-iconbox-icon {
  width: 25px !important;
  min-width: 25px !important;
  font-size: 1rem !important;
  margin-right: 1rem !important;
}