@font-face {
    font-display: block;
    font-family: gruenetype;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/gruenetype_black_italic.woff2)
}

@font-face {
    font-display: block;
    font-family: gruenetype;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/gruenetype_black_italic.woff2)
}

@font-face {
    font-display: block;
    font-family: gruenetype;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/gruenetype_black_italic.woff2)
}

@font-face {
    font-display: block;
    font-family: gruenetype;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/gruenetype_black_italic.woff2)
}

@font-face {
    font-display: block;
    font-family: gruenesans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/gruenesans_black.woff2)
}

@font-face {
    font-display: block;
    font-family: gruenesans;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/gruenesans_black.woff2)
}

@font-face {
    font-display: block;
    font-family: gruenesans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/gruenesans_black.woff2)
}

@font-face {
    font-display: block;
    font-family: gruenesans;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/gruenesans_black.woff2)
}

@font-face {
    font-display: swap;
    font-family: ptsans;
    font-weight: 400;
    src: url(../fonts/ptsans_regular.woff)
}

@font-face {
    font-display: swap;
    font-family: ptsans;
    font-weight: 700;
    src: url(../fonts/ptsans_bold.woff)
}

@font-face {
    font-display: swap;
    font-family: ptsans;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/ptsans_bold_italic.woff)
}


div.blog > h2 {
  background: #008939;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
  max-width: fit-content;
  font-size: 3rem;
  margin-bottom: 0.25rem;
  hyphens: auto;
  text-transform: uppercase;
  transform: skew(-20deg);
}

div.blog > h2 > span {
  font-family: gruenetype;
  color: #F5F1E9;
  transform: skew(20deg) !important;
  display: inline-block;
}

.article-list .article .article-intro-image img {
  max-height: 30rem;
  object-fit: cover;
  text-align: center;
  width: 100%;  
}

.article-list .article .article-intro-image.focus-top img, .article-details .article-full-image.focus-top img {
    object-position: 0 15%;
}

.article-list .article .article-intro-image.focus-slight-top img, .article-details .article-full-image.focus-slight-top img {
    object-position: 0 35%;
}

.article-list .article .article-intro-image.focus-slight-bottom img, .article-details .article-full-image.focus-slight-bottom img {
    object-position: 0 70%;
}

.article-header {
  margin-top: -3rem;
  position: relative;
}

.article-list .article {
  margin-top: 3rem;
}

.article-list .article .article-header h2 {
  background: #8ABD24;
  max-width: fit-content;
  font-size: 2rem;
  margin-bottom: 0.25rem;
  transform: skew(-10deg);
  padding: 0.5rem 1.5rem;
}

.article-list .article .article-header h2 a {
  font-family: gruenetype;
  color: #005538;
  transform: skew(10deg);
  display: inline-block;
}

.article-body .image-container, .article-details .image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.article-body img, .article-details img {
    padding: 0.25rem;
    object-fit: cover;
}

.article-details .article-full-image img {
  width: 100%;
  max-height: 30rem;
  object-fit: cover;
  text-align: center;
}

.article-details .article-header {
  background: #8ABD24;
  max-width: fit-content;
  font-size: 2rem;
  margin-bottom: 0.25rem;
  transform: skew(-10deg);
  padding: 0.5rem 1.5rem;
  color: #005538;
  font-family: gruenetype;
  margin-left: 1rem;
  margin-top: -4rem;
}

.article-details .article-header h1 {
  font-family: gruenetype;
  color: #005538;
  transform: skew(10deg);
  display: inline-block;
}

div.members {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

div.members > div.member {
  display: flex;
  align-items: center;
  width: 50%;
  min-width: 28rem;
  padding-right: 3rem;
}

div.member img {
  border-radius: 50%;
  aspect-ratio: 1 !important;
  max-width: 50%;
  margin-right: 3rem;
  height: fit-content;
  width: 100%;
  object-position: 50% 30%;
}

div.rat div.member img {
  object-position: top;
  object-fit: contain;
  background: white;
}

div.members.rat div.member {
  margin-bottom: 1rem;
}

div.member div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  font-weight: bold;
}

div.member div span {
  font-weight: bold;
  font-family: gruenetype;
  color: #005538;
  width: 50%;
  display: contents;
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 1rem;
}

table.besteck {
  margin-bottom: 1rem;
}

table.besteck td:nth-child(2) {
  padding-left: 1rem;
}

.logo-image {
    height: 70px !important;
}

#sp-header, #sp-header .logo {
  height: 94px !important;
}

div.footer-menu {
  margin-bottom: 2rem;
}


.mod-articlesnews.newsflash {
    padding: 1rem;
    margin-top: 1rem;
    background: white;
    display: flex;
    flex-wrap: wrap;
}

.mod-articlesnews__item {
    flex-direction: column-reverse;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0.5rem;
    hyphens: auto;
    max-width: 25%;
    width: 100%;
}

h3.newsflash-title {
    background: #8ABD24;
    max-width: 80%;
    width: fit-content;
    font-size: 1rem;
    margin-bottom: 0.25rem;
    transform: skew(-10deg);
    padding: 0.5rem 1.5rem;
    margin-top: -3rem;
    position: relative;
}

h3.newsflash-title a {
    font-family: gruenetype;
    color: #005538;
    transform: skew(10deg);
    display: inline-block;
}

figure.newsflash-image img {
    border-radius: 0.25rem;
    height: 15rem;
    object-fit: cover;
}

div.page-header {
  background: #008939;
  padding: 0.5rem 1rem;
  max-width: fit-content;
  hyphens: auto;
  text-transform: uppercase;
  transform: skew(-20deg);
  margin: unset;
  margin-bottom: 6rem !important;
}

div.page-header h1 {
  font-family: gruenetype;
  color: #F5F1E9;
  transform: skew(20deg) !important;
  display: inline-block;
  margin: unset;
  font-size: 3rem;
}

div.sp-module.newsflash-startseite > h3 {
  margin-top: 2rem;
}

.page-header, div.blog > h2 {
  margin-top: -10rem !important;
}

.sp-module.newsflash-startseite {
    margin-top: 2rem;
}

/* .article-details .page-header {
  display: none;
} */

@media screen and (max-width: 1199px) {
  .mod-articlesnews__item {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .mod-articlesnews__item {
    max-width: 100%;
  }
  h3.newsflash-title {
    font-size: 1.5rem;
  }
  .page-header, div.blog > h2 {
    margin-top: -8rem !important;
  }
}

textarea {
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.25rem !important;
  background-color: #ffffff !important;
}

section#sp-section-2 {
  position: absolute;
  width: 100%;
  margin-top: 1rem;
}

div.sp-module.ad-startseite {
  padding: 2rem;
  background: #8ABD24;
  margin: 2rem 0;
}

div.sp-module.ad-startseite .sp-module-title {
  font-family: 'gruenetype';
  color: #005538;
}

div.sp-module.ad-startseite a {
  font-weight: bold;
}

