@charset "UTF-8";
/* CSS Document */
.post-template-article main {
  min-height: 92vh;
}
.post-template-article .wp-block-element-max-breite {
  max-width: 100%;
  margin: 0px auto;
	position: relative;
	z-index: 1
}

@media (min-width: 990px) {
.post-template-article .wp-block-element-max-breite {
  max-width: 57.8313rem;
  margin: 0px auto;
}	
}

.post-template-article h1 {
	color: lavender
}
.post-template-article
.post-navigation {
    position: relative;
    top: unset;
    display: flex;
    width: 100%;
	margin-bottom: 3rem
}


.post-navigation a {
	color:#fff;
	opacity: 0.5
}
.post-navigation
.dashicons, .post-navigation .dashicons-before:before {
 
    line-height: 1.75rem;
 
}

.post-template-article div.block-element-content article {
	position: relative;
	z-index: 1
}
.post-template-article .wp-block-group.is-style-element-paper {
  margin-top: 0rem;
  margin-bottom: 1rem
}
@media (min-width: 782px) {
  .post-template-article .wp-block-group.is-style-element-paper {
    margin-top: -5rem;
    margin-bottom: 1rem
  }
}
.post-template-article .wp-block-group.is-style-element-paper .wp-block-group__inner-container.is-layout-constrained {
  padding: 1.5rem
}
.post-template-article div.block-element-content article header + section .wp-block-column {
  padding: 1rem 0
}
.post-template-article div.block-element-content article header + section .wp-block-column:nth-child(1) {
  padding: 1rem 0
}
.post-template-article div.block-element-content article header + section .wp-block-columns{
	gap:0
}
@media (min-width: 782px) {
	 .post-template-article div.block-element-content article header + section .wp-block-column:nth-child(1) {
    padding: 1rem 2rem 0 0
  }
}
@media (min-width: 990px) {
  .post-template-article div.block-element-content article header + section .wp-block-column {
    padding: 1rem
  }
  .post-template-article div.block-element-content article header + section .wp-block-column:nth-child(1) {
    padding: 1rem 0
  }
	.post-template-article div.block-element-content article header + section .wp-block-columns{
	gap:2rem
}
}

article > header {
  background: linear-gradient(45deg, #026a81, #18aacb);
  position: relative;
  z-index: -1;
}

article > header .block-element-inline {
  padding: 10rem 1.5rem 2rem;
}
@media (min-width: 782px) {
article > header .block-element-inline {
  padding: 9rem 1.5rem 5rem;
}
}
@media (min-width: 990px) {
article > header .block-element-inline {
  padding: 9rem 0 5rem;
}
}
.article-header-element-beschreibung .block-element-inline {
  padding: 1rem 0 1rem
}
.wp-block-inline {
  padding: 1.5rem
}
/*@media (min-width: 768px) { // wp standard 782px*/
@media (min-width: 990px) {
  .wp-block-inline {
    padding: 1.5rem 0
  }
}


.block-element-kategorie a{
    color: #fff;
    opacity: 0.5;
    display: block;
}