:root {
  --gruen-black: #000;
  --gruen-primary-dark: #005437;
  --gruen-primary: #008939;
  --gruen-primary-light: #8abd24;
  --gruen-red: #0ba1dd;
  --gruen-red-dark: #0ba1dd;
  --gruen-violet: #0ba1dd;
  --gruen-yellow: #fff17a;
  --gruen-blue: #0ba1dd;
  --gruen-gray: #f5f1e9;
  --gruen-gray-dark: #f5f1e9;
  --gruen-gray-darkest: #909aa1;
  --gruen-white: #fff;
}

@font-face {
  font-family: 'GrueneType';
  src: url("../fonts/GrueneType-BlackCondensedItalic.otf") format("opentype"), url("../fonts/GrueneType-BlackCondensedItalic.woff") format("woff"), url("../fonts/GrueneType-BlackCondensedItalic.woff2") format("woff2");
}

@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/PTS55.ttf");
  font-weight: 700;
}

@font-face {
  font-family: 'PT Sans Bold';
  src: url("../fonts/PTS75B.ttf");
  font-weight: 700;
}

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamXNarrow-Ultra.otf");
  font-weight: 500;
}

* {
  font-family: 'PT Sans';
  font-weight: 500;
  font-size: 20px;
  line-height: 1.35;
}

.fas, .fab .far {
  font-family: "Font Awesome 6 Pro" !important;
}

h1, h2, h3 {
  font-weight: 700;
  font-family: "GrueneType";
}

h1 {
  font-size: 70px;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 599px) {
  h1 {
    font-size: 52px;
  }
}

h2 {
  font-size: 45px;
}

@media only screen and (max-width: 599px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 38px;
}

@media only screen and (max-width: 599px) {
  h3 {
    font-size: 28px;
  }
}

strong {
  font-family: 'PT Sans Bold';
}

/***** Header ******/
#sp-main-body {
  padding-top: 90px !important;
}

.sp-page-builder .page-content #teaser {
  height: 725px;
}

.regine-teaser{
  height: max-content !important;
}

@media only screen and (max-width: 1399px) {
  .sp-page-builder .page-content #teaser {
    height: max-content;
  }
}

#sp-header {
  background-color: white;
  position: fixed;
  box-shadow: none;
  height: 90px;
  transition: 0.4s ease;
}

@media only screen and (max-width: 599px) {
  #sp-header {
    height: 75px;
  }
}

#sp-header .container {
  height: 90px;
  max-width: 90%;
}

@media only screen and (max-width: 599px) {
  #sp-header .container {
    height: 75px;
  }
}

#sp-header *:not(ul, ul *, .burger-icon, .burger-icon > span) {
  height: 90px;
}

@media only screen and (max-width: 599px) {
  #sp-header *:not(ul, ul *, .burger-icon, .burger-icon > span) {
    height: 75px;
  }
}

#sp-header .logo a {
  display: flex;
  align-items: center;
}

#sp-header .logo a .logo-image {
  height: 68px;
}

@media only screen and (max-width: 599px) {
  #sp-header .logo a .logo-image {
    height: 50px;
  }
}

@media only screen and (min-width: 991px) {
  #sp-header ul {
    display: flex !important;
    align-items: center;
  }
  #sp-header ul ul {
    flex-direction: column;
    align-items: flex-start;
  }
}

#sp-header .sp-menu-item.active a, #sp-header .sp-menu-item a {
  font-family: 'PT Sans';
  font-weight: 500;
  font-size: 18px;
}

@media only screen and (max-width: 1399px) {
  #sp-header .sp-menu-item.active a, #sp-header .sp-menu-item a {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1099px) {
  #sp-header .sp-menu-item.active a, #sp-header .sp-menu-item a {
    font-size: 14px;
  }
}

#sp-header .sp-menu-item.active a, #sp-header .sp-menu-item:hover a {
  color: var(--gruen-violet) !important;
}

#sp-header .sp-menu-heading {
  font-family: 'PT Sans';
  font-weight: 500;
  font-size: 18px;
}

@media only screen and (max-width: 1399px) {
  #sp-header .sp-menu-heading {
    font-size: 16px;
    padding: 0 10px;
  }
  #sp-header .sp-menu-heading::after {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 1099px) {
  #sp-header .sp-menu-heading {
    font-size: 14px;
  }
}

#sp-header .sp-menu-heading::after {
  font-family: "Font Awesome 6 Pro";
}

#sp-header .sp-menu-heading:hover, #sp-header .sp-menu-heading:focus {
  color: var(--gruen-violet) !important;
}

#sp-header li:last-child {
  height: 100%;
}

#sp-header .sp-menu-item:last-child:not(.sp-dropdown .sp-menu-item:last-child) {
  margin-left: 25px;
  padding: 0;
  background-color: var(--gruen-red);
  transform: skew(-12deg);
  transition: 0.4s ease;
}

#sp-header .sp-menu-item:last-child:not(.sp-dropdown .sp-menu-item:last-child):hover, #sp-header .sp-menu-item:last-child:not(.sp-dropdown .sp-menu-item:last-child):focus {
  background-color: var(--gruen-primary-light);
}

@media only screen and (max-width: 1399px) {
  #sp-header .sp-menu-item:last-child:not(.sp-dropdown .sp-menu-item:last-child) {
    margin-left: 15px;
  }
}

#sp-header .sp-menu-item:last-child:not(.sp-dropdown .sp-menu-item:last-child) a {
  padding: 0 35px;
  color: var(--gruen-white) !important;
  transform: skew(12deg);
  font-size: 20px;
  font-family: 'PT Sans Bold';
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1399px) {
  #sp-header .sp-menu-item:last-child:not(.sp-dropdown .sp-menu-item:last-child) a {
    font-size: 17px;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1099px) {
  #sp-header .sp-menu-item:last-child:not(.sp-dropdown .sp-menu-item:last-child) a {
    font-size: 16px;
  }
}

#sp-header #offcanvas-toggler .burger-icon > span {
  width: 18px !important;
  margin-left: 7px !important;
}

#sp-header #offcanvas-toggler .burger-icon > span:first-child, #sp-header #offcanvas-toggler .burger-icon > span:last-child {
  width: 25px !important;
  margin-left: 0px !important;
}

.menu_white .sp-menu-item a, .menu_white .sp-menu-item span {
  color: var(--gruen-white);
}

.menu_white .burger-icon > span {
  background-color: var(--gruen-white);
}

.scrolled {
  background-color: var(--gruen-white) !important;
}

.scrolled ul a, .scrolled ul .sp-menu-heading {
  color: var(--gruen-black) !important;
}

.scrolled .sp-menu-item:last-child a {
  color: var(--gruen-white) !important;
}

.scrolled .burger-icon > span {
  background-color: var(--gruen-black);
}

#teaser h1, #teaser span {
  font-size: 70px;
  font-family: "GrueneType";
}

@media only screen and (max-width: 991px) {
  #teaser h1, #teaser span {
    font-size: 60px;
  }
}

@media only screen and (max-width: 599px) {
  #teaser h1, #teaser span {
    font-size: 52px;
  }
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  #teaser .homeTeaserColRight {
    padding: 0 115px 130px 115px !important;
  }
}

@media only screen and (min-width: 1400px) {
  #teaser .homeTeaserColRight img {
    position: relative;
    bottom: 70px;
  }
}

@media only screen and (max-width: 565px) {
  #teaser .homeTeaserColRight img {
    position: relative;
    bottom: 70px;
  }
}

@media only screen and (max-width: 499px) {
  #teaser .homeTeaserColRight img {
    bottom: 40px;
  }
}

@media only screen and (max-width: 399px) {
  #teaser .homeTeaserColRight img {
    position: unset;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  #teaser #column-wrap-id-1685983984799, #teaser #column-wrap-id-1685983984800 {
    max-width: 50% !important;
    flex-basis: 50% !important;
  }
  #teaser #column-wrap-id-1688382518347 {
    display: none !important;
  }
}

/***** Bottom *****/
#sp-bottom {
  background-color: var(--gruen-yellow);
  color: var(--gruen-black);
  padding: 10px 0;
  margin-top: -0.5px;
}

#sp-bottom i:before {
  color: var(--gruen-violet);
  font-size: 26px;
}

#sp-bottom p {
  font-family: "GrueneType";
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0;
}

#sp-bottom .sp-module {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  #sp-bottom .bottomWrapper {
    flex-direction: column;
  }
  #sp-bottom p {
    margin-bottom: 15px;
  }
}

/***** Footer *****/
#sp-footer {
  background-color: var(--gruen-gray-dark);
  color: var(--gruen-black);
}

#sp-footer .sppb-row-column:last-child .sppb-column {
  text-align: center;
}

#sp-footer a {
  color: var(--gruen-black);
  font-weight: 500;
  font-size: 18px;
}

#sp-footer a:hover,
#sp-footer a:focus{
  color: var(--gruen-primary);
}

/***** OffCanvas ******/
.offcanvas-menu .offcanvas-inner .menu li .menu-toggler::after {
  font-family: 'Font Awesome 6 Pro' !important;
  font-weight: 200;
}

.offcanvas-overlay {
  margin-top: 90px;
  z-index: 49 !important;
}

@media only screen and (max-width: 599px) {
  .offcanvas-overlay {
    margin-top: 75px;
  }
}

.offcanvas-menu {
  margin-top: 90px;
}

@media only screen and (max-width: 599px) {
  .offcanvas-menu {
    margin-top: 75px;
  }
}

.offcanvas-active {
  position: fixed;
  width: 100%;
}

.offcanvas-active #sp-header {
  background-color: var(--gruen-white) !important;
  color: var(--gruen-black) !important;
}

.offcanvas-active #sp-header .burger-icon > span {
  background-color: var(--gruen-black);
}

.offcanvas-active .offcanvas-menu {
  opacity: 1;
  padding: 0px 50px;
  width: 100%;
  left: 0;
  background-color: var(--gruen-primary-dark);
}

.offcanvas-menu {
  opacity: 0;
  padding: 0px 50px;
  width: 100%;
  left: 100%;
  transition: 0.4s ease-in-out;
}

@media only screen and (max-width: 499px) and (max-height: 699px) {
  .offcanvas-menu {
    overflow: scroll;
    height: calc(100vh - 70px);
  }
}

.offcanvas-menu .logo, .offcanvas-menu .close-offcanvas {
  display: none !important;
}

@media only screen and (max-height: 549px), (max-width: 499px) {
  .offcanvas-menu .header-modules {
    display: none !important;
  }
}

@media only screen and (max-height: 449px), (max-width: 499px) {
  .offcanvas-menu .offcanvas-inner {
    padding: 0;
  }
}

.offcanvas-menu .offcanvas-inner .menu {
  align-items: center;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner .offcanvas-menu .offcanvas-inner ul.menu > li > span, .offcanvas-menu .offcanvas-inner .nav-header {
  font-size: 38px !important;
  line-height: 1.2 !important;
  color: var(--gruen-white) !important;
  opacity: 1 !important;
  padding: 5px 0 !important;
  text-align: center;
}

@media only screen and (max-height: 549px), (max-width: 499px) {
  .offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner .offcanvas-menu .offcanvas-inner ul.menu > li > span, .offcanvas-menu .offcanvas-inner .nav-header {
    font-size: 30px !important;
  }
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a:hover, .offcanvas-menu .offcanvas-inner .offcanvas-menu .offcanvas-inner ul.menu > li > span:hover, .offcanvas-menu .offcanvas-inner .nav-header:hover {
  color: var(--gruen-gray-darkest) !important;
  cursor: pointer;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a:hover .menu-toggler::after, .offcanvas-menu .offcanvas-inner .offcanvas-menu .offcanvas-inner ul.menu > li > span:hover .menu-toggler::after, .offcanvas-menu .offcanvas-inner .nav-header:hover .menu-toggler::after {
  color: var(--gruen-gray-darkest) !important;
}

.offcanvas-menu .offcanvas-inner .menu-child {
  margin-left: 0 !important;
  text-align: center;
}

.offcanvas-menu .offcanvas-inner .menu-child > li {
  margin-bottom: 5px;
}

.offcanvas-menu .offcanvas-inner .menu-child > li > a {
  font-size: 26px !important;
  line-height: 1.2 !important;
  color: var(--gruen-white) !important;
}

@media only screen and (max-height: 549px), (max-width: 499px) {
  .offcanvas-menu .offcanvas-inner .menu-child > li > a {
    font-size: 22px !important;
  }
}

.offcanvas-menu .offcanvas-inner .menu-child > li > a:hover {
  color: var(--gruen-gray-darkest) !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .nav-header > .menu-toggler {
  position: unset !important;
  display: unset !important;
  margin-left: 15px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .nav-header > .menu-toggler::after {
  color: var(--gruen-white);
  font-size: 26px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .nav-header > .menu-toggler::after:hover {
  color: var(--gruen-gray-darkest);
}

/****** Buttons ******/
.btn_big {
  padding: 35px;
  font-size: 35px;
  font-family: "GrueneType";
  text-align: left;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 399px) {
  .btn_big {
    font-size: 20px;
  }
}

.btn_big i {
  position: absolute;
  right: -35px;
  background-color: var(--gruen-white);
  color: var(--gruen-gray-darkest);
  border-radius: 50px;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .btn_big i {
    right: 0px;
  }
}

.btn_primary {
  padding: 12px 30px;
}

.btn_primary:hover, .btn_primary:focus {
  cursor: pointer;
}

.btn_primary i::before {
  font-size: 16px;
}

.btn_secondary {
  border: 2px solid var(--gruen-black);
  padding: 8px 30px;
  transition: 0.4s ease;
}

.btn_secondary a {
  color: var(--gruen-black);
}

.btn_secondary:hover, .btn_secondary:focus {
  background-color: var(--gruen-gray-dark);
}

.btn_secondary i::before {
  font-size: 16px;
}

.btnWrapperSkew {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.btnWrapperSkew .btn_skew {
  transform: skew(-12deg);
  background-color: var(--gruen-primary-light);
  color: var(--gruen-white);
  padding: 15px 30px;
  display: flex;
  width: max-content;
}

.btnWrapperSkew .btn_skew:hover, .btnWrapperSkew .btn_skew:focus {
  background-color: var(--gruen-primary);
  color: var(--gruen-white);
  cursor: pointer;
}

.btnWrapperSkew .btn_skew .content {
  transform: skew(12deg);
}

.btnWrapperSkew .btn_skew .content i {
  margin-right: 5px;
}

/****** Helper Classes *******/
.bgGreen {
  background-color: var(--gruen-primary-light);
}

.bgGreenDark {
  background-color: var(--gruen-primary);
}

.bgGreenDarkest {
  background-color: var(--gruen-primary-dark);
}

.bgGray {
  background-image: linear-gradient(180deg, #fff 25%, var(--gruen-gray) 25%);
}

.bgGrayDark {
  background-color: var(--gruen-gray-dark);
}

.bgGrayDarkest {
  background-color: var(--gruen-gray-darkest);
}

.bgGrayRed {
  background: linear-gradient(180deg, var(--gruen-gray) 30%, var(--gruen-red) 30%) !important;
}

@media only screen and (max-width: 1199px) {
  .bgGrayRed {
    background: unset !important;
    background-color: var(--gruen-red) !important;
  }
}

.bgWhiteRed {
  background: linear-gradient(180deg, var(--gruen-white) 30%, var(--gruen-red) 30%) !important;
}

@media only screen and (max-width: 1549px) {
  .bgWhiteRed {
    background: linear-gradient(180deg, var(--gruen-white) 20%, var(--gruen-red) 20%) !important;
  }
}

@media only screen and (max-width: 1399px) {
  .bgWhiteRed {
    background: unset !important;
    background-color: var(--gruen-red) !important;
  }
}

.color_white {
  color: var(--gruen-white);
}

.color_yellow {
  color: var(--gruen-yellow);
}

.color_green {
  color: var(--gruen-primary-light);
}

.border_white {
  border-color: var(--gruen-white);
}

.grueneSchrift {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 30px;
}

.grueneSchrift .headline_background {
  padding: 21px;
  transform: skew(-12deg);
  background-color: var(--gruen-primary-dark);
}

.grueneSchrift .headline_background .headline {
  color: var(--gruen-gray);
  font-size: 70px !important;
  transform: skew(12deg);
  font-family: "GrueneType";
}

.grueneSchrift .subline_background {
  padding: 20px;
  margin-right: -50px;
  transform: skew(-12deg);
  background-color: var(--gruen-gray);
}

.grueneSchrift .subline_background .subline {
  color: var(--gruen-primary-dark);
  font-size: 60px !important;
  transform: skew(12deg);
  font-family: "GrueneType";
}

.imgLeft, .imgRight {
  height: max-content;
}

.imgRight img {
  width: 96%;
  height: auto;
  position: relative;
  left: 50px;
  bottom: 70px;
}

@media only screen and (max-width: 499px) {
  .imgRight img {
    left: 30px;
    bottom: 50px;
  }
}

.imgLeft img {
  width: 96%;
  height: auto;
  position: relative;
  right: 50px;
  bottom: 70px;
}

@media only screen and (max-width: 499px) {
  .imgLeft img {
    right: 30px;
    bottom: 50px;
  }
}

.fullWidthRow .sppb-row-container {
  max-width: 100%;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .fullWidthRow .sppb-row-container {
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .break991 .sppb-row {
    flex-direction: column;
  }
  .break991 .sppb-row .sppb-col-md-6, .break991 .sppb-row .sppb-row-column {
    max-width: 100% !important;
  }
}

.gradientRow {
  background-image: linear-gradient(180deg, var(--gruen-white) 40%, var(--gruen-primary-dark) 40%) !important;
}

@media only screen and (max-width: 499px) {
  .hiddenMobile {
    display: none;
  }
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  .quote .sppb-addon-content {
    font-size: 40px !important;
    line-height: 1.2;
  }
}

.veranstaltungen .dashed:last-child {
  border-bottom: none !important;
}

.padded #sp-main-body {
  width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .padded #sp-main-body {
    width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  .padded #sp-main-body {
    max-width: 540px;
    width: 100%;
  }
}

@media only screen and (max-width: 499px) {
  .padded #sp-main-body .event_title > h3 {
    font-size: 22px;
  }
}

/****** Timeline ******/
.sppb-addon-timeline .sppb-addon-timeline-wrapper::before {
  bottom: 40px !important;
  top: 20px !important;
  background-color: transparent !important;
  border-left: 4px dotted var(--gruen-gray-dark);
  left: calc(50% - 2px);
}

@media only screen and (max-width: 767px) {
  .sppb-addon-timeline .sppb-addon-timeline-wrapper::before {
    left: 25px;
  }
}

.sppb-addon-timeline .even {
  flex-direction: row-reverse;
}

.sppb-addon-timeline .even .left-part {
  text-align: left !important;
  margin-right: 0 !important;
  float: left !important;
  margin-left: 40px !important;
}

@media only screen and (max-width: 767px) {
  .sppb-addon-timeline .even .left-part {
    margin-left: 25px !important;
  }
}

@media only screen and (max-width: 399px) {
  .sppb-addon-timeline .even .left-part {
    margin-left: 5px !important;
  }
}

.sppb-addon-timeline .even .timeline-date {
  text-align: right !important;
  margin-right: 50px !important;
  float: right !important;
  margin-left: 0 !important;
}

@media only screen and (max-width: 767px) {
  .sppb-addon-timeline .even .timeline-date {
    text-align: left !important;
    margin-right: 0 !important;
    float: left !important;
    margin-left: 40px !important;
  }
}

@media only screen and (max-width: 399px) {
  .sppb-addon-timeline .even .timeline-date {
    margin-left: 20px !important;
  }
}

.sppb-addon-timeline .odd .timeline-panel {
  text-align: left !important;
  margin-right: 0 !important;
  float: left !important;
  margin-left: 40px !important;
}

@media only screen and (max-width: 767px) {
  .sppb-addon-timeline .odd .timeline-panel {
    margin-left: 25px !important;
  }
}

@media only screen and (max-width: 399px) {
  .sppb-addon-timeline .odd .timeline-panel {
    margin-left: 5px !important;
  }
}

.sppb-addon-timeline .odd .timeline-date {
  text-align: right !important;
  margin-right: 50px !important;
  float: right !important;
  margin-left: 0 !important;
}

@media only screen and (max-width: 767px) {
  .sppb-addon-timeline .odd .timeline-date {
    text-align: left !important;
    margin-right: 0 !important;
    float: left !important;
    margin-left: 40px !important;
  }
}

@media only screen and (max-width: 399px) {
  .sppb-addon-timeline .odd .timeline-date {
    margin-left: 20px !important;
  }
}

.sppb-addon-timeline .timeline-movement:last-child {
  background: linear-gradient(180deg, transparent 30px, var(--gruen-gray) 30px) !important;
}

.sppb-addon-timeline .timeline-panel {
  border: none !important;
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .sppb-addon-timeline .timeline-badge {
    top: -12px !important;
    left: -13px !important;
  }
}

.sppb-addon-timeline .timeline-panel.left-part::before, .sppb-addon-timeline .timeline-panel::before, .sppb-addon-timeline .timeline-badge::after {
  display: none !important;
}

.sppb-addon-timeline .timeline-badge::before {
  background-color: var(--gruen-yellow) !important;
  border-color: var(--gruen-yellow) !important;
  height: 40px !important;
  width: 35px !important;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  border-radius: 0 !important;
}

.sppb-addon-timeline .title, .sppb-addon-timeline .timeline-date {
  font-weight: 700;
  font-family: "GrueneType";
  font-size: 30px !important;
}

.sppb-addon-timeline .details {
  font-size: 20px !important;
}

.sppb-addon-timeline .title {
  padding-top: 3px !important;
}

/****** Blog ******/
.sppb-addon-article {
  overflow: hidden;
  background-color: #2A4F35;
  background-image: url(/images/assets/hg-01-1900x1080.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  height: 450px;
  display: grid;
  grid-template-rows: 52% 48%;
}

@media only screen and (max-width: 1399px) {
  .sppb-addon-article {
    height: 420px;
    background-position-y: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .sppb-addon-article {
    height: 380px;
    grid-template-rows: 42% 58%;
  }
}
@media only screen and (max-width: 991px) {
  .sppb-addon-article {
    grid-template-rows: 50% 50%;
  }
}
@media only screen and (max-width: 767px) {
  .sppb-addon-article {
    height: 340px;
    grid-template-rows: 36% 64%;
  }
}

@media only screen and (max-width: 574px) {
  .sppb-addon-article {
    height: max-content;
    grid-template-rows: minmax(310px, max-content) max-content;
  }
  .sppb-addon-article:has(img) {
    grid-template-rows: max-content max-content !important;
  }
}
@media only screen and (max-width: 529px) {
  .sppb-addon-article {
    grid-template-rows: minmax(260px, max-content) max-content;
  }
}
@media only screen and (max-width: 499px) {
  .sppb-addon-article {
    grid-template-rows: minmax(240px, max-content) max-content;
  }
}

@media only screen and (max-width: 449px) {
  .sppb-addon-article {
    grid-template-rows: minmax(225px, max-content) max-content;
  }
}

@media only screen and (max-width: 399px) {
  .sppb-addon-article {
    grid-template-rows: minmax(210px, max-content) max-content;
  }
}

@media only screen and (max-width: 349px) {
  .sppb-addon-article {
    grid-template-rows: minmax(180px, max-content) max-content;
  }
}

.sppb-addon-article .sppb-article-img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sppb-addon-article .sppb-article-img-wrap img {
  //height: 234px !important;
  min-height: 100% !important;
  width: unset !important;
  max-width: unset;
  min-width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 574px) {
  .sppb-addon-article .sppb-article-img-wrap img {
    aspect-ratio: 16 / 9;
  }
}

.sppb-addon-article .sppb-article-info-wrap {
  height: 100%;
  background-color: var(--gruen-white);
  grid-row: 2;
  display: grid;
  padding: 11px 30px;
  grid-template-rows: 13% 72% 15%;
}

@media only screen and (max-width: 1399px) {
  .sppb-addon-article .sppb-article-info-wrap {
    grid-template-rows: 18% 67% 15%;
  }
}

@media only screen and (max-width: 1199px) {
  .sppb-addon-article .sppb-article-info-wrap {
    padding: 11px 18px;
  }
}

@media only screen and (max-width: 767px) {
  .sppb-addon-article .sppb-article-info-wrap {
    padding: 11px 25px;
    grid-template-rows: 12% 73% 15%;
  }
}

.sppb-addon-article .sppb-article-info-wrap h3 {
  grid-row: 2;
  overflow: hidden;
  line-height: 1.2;
  font-size: 26px;
}

@media only screen and (max-width: 1399px) {
  .sppb-addon-article .sppb-article-info-wrap h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1199px) {
  .sppb-addon-article .sppb-article-info-wrap h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .sppb-addon-article .sppb-article-info-wrap h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sppb-addon-article .sppb-article-info-wrap h3 {
    margin-bottom: 30px;
  }
}

.sppb-addon-article .sppb-article-info-wrap h3 a {
  font-weight: 700;
  font-family: "PT Sans Bold";
  color: var(--gruen-black);
  font-size: 22px;
  line-height: 1 !important;
}

@media only screen and (max-width: 1399px) {
  .sppb-addon-article .sppb-article-info-wrap h3 a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .sppb-addon-article .sppb-article-info-wrap h3 a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .sppb-addon-article .sppb-article-info-wrap h3 a {
    font-size: 16px;
  }
}

.sppb-addon-article .sppb-article-info-wrap .sppb-article-meta {
  grid-row: 1;
}

.sppb-addon-article .sppb-article-info-wrap .sppb-article-meta a {
  font-size: 12px;
  color: var(--gruen-gray-darkest);
}

.sppb-addon-article .sppb-article-info-wrap .fa-arrow-right {
  color: var(--gruen-gray-darkest);
}

.sppb-addon-article .sppb-article-info-wrap .fa-arrow-right::before {
  color: var(--gruen-gray-darkest);
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .blogHome .sppb-col-sm-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .blogHome3 .sppb-col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .blogHome3 .sppb-addon-article {
    height: max-content;
    grid-template-rows: minmax(380px, max-content) max-content;
  }
  .blogHome3 .sppb-addon-article .sppb-article-info-wrap {
    grid-template-rows: max-content max-content max-content;
  }
}

.view-category #sp-main-body .container, .view-article #sp-main-body .container {
  width: 50%;
}

@media only screen and (max-width: 1199px) {
  .view-category #sp-main-body .container, .view-article #sp-main-body .container {
    width: 75%;
  }
}

@media only screen and (max-width: 991px) {
  .view-category #sp-main-body .container, .view-article #sp-main-body .container {
    width: 100%;
  }
}

.view-article .dateWrapper {
  margin-bottom: 30px;
}

.view-article h1 {
  font-size: 70px !important;
}

@media only screen and (max-width: 991px) {
  .view-article h1 {
    font-size: 60px !important;
  }
}

@media only screen and (max-width: 599px) {
  .view-article h1 {
    font-size: 52px !important;
  }
}

@media only screen and (max-width: 599px) {
  .view-article h1 {
    font-size: 46px !important;
  }
}

.article-list {
  display: flex;
  padding-top: 10px;
}

.article-list .article-introtext, .article-list .article-intro-image {
  display: none !important;
}

.article-list .article {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 50px !important;
}

.article-list .article .article-body {
  display: grid;
  grid-template-rows: max-content max-content max-content;
  grid-template-columns: 100%;
}

.article-list .article .article-body .article-header {
  grid-row: 2;
  grid-column: 1;
  z-index: 2;
}

.article-list .article .article-body .article-header h2 {
  margin-bottom: 10px;
}

.article-list .article .article-body .article-header h2 a {
  font-size: 38px;
  font-weight: 700;
  font-family: "GrueneType";
}

@media only screen and (max-width: 991px) {
  .article-list .article .article-body .article-header h2 a {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .article-list .article .article-body .article-header h2 a {
    font-size: 34px;
  }
}

@media only screen and (max-width: 499px) {
  .article-list .article .article-body .article-header h2 a {
    font-size: 32px;
  }
}

.article-list .article .article-body .article-info {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0;
}

.article-list .article .article-body .article-info .category-name a {
  font-size: 14px;
  color: var(--gruen-gray-darkest);
}

.article-list .article .article-body .dateWrapper {
  grid-row: 3;
  margin-bottom: 10px;
}

.article-list .article .article-body .dateWrapper .published::before {
  display: none !important;
}

.article-list .article .article-body .fa-arrow-right::before {
  font-size: 28px;
  color: var(--gruen-violet);
}

@media only screen and (max-width: 767px) {
  .article-list .article .article-body .fa-arrow-right::before {
    font-size: 24px;
  }
}

.blog {
  padding-top: 50px;
  display: grid;
  grid-template-rows: max-content max-content max-content max-content;
  grid-template-columns: 100%;
}

@media only screen and (max-width: 991px) {
  .blog {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 499px) {
  .blog {
    padding-top: 30px;
  }
}

.blog h2 {
  margin-bottom: 50px;
  grid-row: 1;
}

.blog h2 .subheading-category {
  font-weight: 700;
  font-family: "GrueneType";
  font-size: 45px;
}

@media only screen and (max-width: 599px) {
  .blog h2 .subheading-category {
    font-size: 35px;
  }
}

.blog .pagination-wrapper {
  grid-row: 4;
}

.blog .cat-children {
  grid-row: 2;
  margin-bottom: 0 !important;
  width: 150px;
}

.blog .cat-children .catDropdown {
  width: max-content;
}

.blog .cat-children .catDropdown::after {
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f063";
  font-weight: 900;
  margin-left: 5px;
}

.blog .cat-children .dropdown {
  list-style: none !important;
  display: none;
  justify-content: flex-start;
  position: absolute;
  background-color: var(--gruen-white);
  flex-direction: column;
  padding: 15px 30px;
  box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.15);
  z-index: 2;
}

.blog .cat-children .dropdown h3 {
  margin: 0;
  padding: 0;
}

.blog .cat-children .dropdown a {
  margin-right: 0;
  font-family: "PT Sans";
  text-align: left;
  color: var(--gruen-black);
}

.blog .cat-children:hover .dropdown {
  display: flex;
}

.blog .article-list {
  grid-row: 3;
}

.blog .pagination > .active > a, .blog .pagination > .active > span {
  border-color: var(--gruen-primary-dark);
  background-color: var(--gruen-primary-dark);
  color: var(--gruen-white);
}

@media only screen and (max-width: 767px) {
  .blog .pagination > li > a, .blog .pagination > li > span {
    font-size: 15px;
    padding: 5px 10px;
  }
  .blog .pagination > li > a span, .blog .pagination > li > a span::before, .blog .pagination > li > span span, .blog .pagination > li > span span::before {
    font-size: 15px;
  }
}

@media only screen and (max-width: 499px) {
  .blog .pagination > li > a, .blog .pagination > li > span {
    font-size: 14px;
    padding: 4px 8px;
  }
  .blog .pagination > li > a span, .blog .pagination > li > a span::before, .blog .pagination > li > span span, .blog .pagination > li > span span::before {
    font-size: 14px;
  }
}

@media only screen and (max-width: 349px) {
  .blog .pagination > li > a, .blog .pagination > li > span {
    padding: 3px 6px;
  }
}

.featuredArticle .article .colLeft {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .featuredArticle .article .colLeft {
    width: 100%;
    margin-bottom: 30px;
  }
}

.featuredArticle .article .colRight {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .featuredArticle .article .colRight {
    width: 100%;
  }
}

.featuredArticle .article .colRight * {
  color: var(--gruen-white);
}

.featuredArticle .article .colRight .category {
  font-size: 14px;
}

.featuredArticle .article .colRight h3 {
  font-size: 30px;
  font-family: 'PT Sans Bold';
}

@media only screen and (max-width: 1199px) {
  .featuredArticle .article .colRight h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .featuredArticle .article .colRight h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 499px) {
  .featuredArticle .article .colRight h3 {
    font-size: 26px;
  }
}

.featuredArticle .article .colRight .intro {
  margin-bottom: 30px;
}

.featuredArticle .article .colRight .intro p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .featuredArticle .article .colRight .intro p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .featuredArticle .article .colRight .intro p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 499px) {
  .featuredArticle .article .colRight .intro p {
    font-size: 16px;
  }
}

.featuredArticle .article .colRight .intro img {
  display: none !important;
}

.featuredArticle .article .colRight i::before {
  font-size: 26px;
}

@media only screen and (max-width: 1199px) {
  .featuredArticle .article .colRight i::before {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .featuredRow {
    background-position: 65% 0 !important;
  }
}

.featuredRow .sppb-row-overlay {
  background: linear-gradient(110deg, transparent 45%, var(--gruen-primary) 45.18%, var(--gruen-primary) 85%, transparent 85.18%) !important;
  opacity: 0.4;
}

@media only screen and (max-width: 767px) {
  .featuredRow .sppb-row-overlay {
    background: var(--gruen-primary) !important;
  }
}
.article-list .article .featured-article-badge,.featured-article-badge{
  display: none;
}