/*******************************************************************************
 *** Base - Fonts
 ******************************************************************************/
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Serif 4";
  font-variation-settings: "opsz" 20, "wght" 675;
  letter-spacing: 0.01rem;
  line-height: 1.3;
}
p {
  font-family: "Source Serif 4";
  font-variation-settings: "opsz" 35, "wght" 450;
  line-height: 1.45;
  margin: 0 0 1.2rem;
}

b, strong {
  font-variation-settings: "opsz" 35, "wght" 750;
}
.entry-excerpt {
  font-family: "Source Serif 4";
  font-variation-settings: "opsz" 35, "wght" 450;
}
/* Links unterstrichen */
.single-entry-blocks a {
  /* text-shadow: -1px -1px #fff,-1px 1px #fff,1px -1px #fff,1px 1px #fff; */
  background-image: linear-gradient(to right, black 0, black 100%);
  background-size: 100% 1px;
  background-repeat: repeat-x;
  background-position-y: 90%;
  background-position-y: bottom 15%;
}


/*******************************************************************************
 *** Layout Desktop - default
 ******************************************************************************/
.single-entry-blocks {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  /* background-color: #eee; */
  /* Grundraster */
  display: grid;
	grid-template-columns: 1fr 20px repeat( 6 , 190px ) 20px 1fr;
	grid-template-rows: auto;
  /* Use Full Height */
  /* min-height: 100vh; */
  align-content: stretch;
  margin-bottom: 2rem;
}
@media (max-width: 1180px) {
  .single-entry-blocks {
    grid-template-columns: 0 20px repeat( 6 , 1fr ) 20px 0;
  	grid-template-rows: auto;
  }
}
@media (max-width: 880px) {
  .entry-block {
    display: flex;
    flex-direction: column;
  }
}

.single-entry-header {
  /* Raster */
  grid-column: 3/-3;
  grid-row: 1/2;
  text-align: center;
}
.single-entry-blocks > div {
  /* Raster */
  grid-column: 4/-4;
  width: 100%;
}
.single-entry-blocks > .block_box_text {
  /* Raster */
  grid-column: 4/-4;
}

.entry-title-header {
  font-family: 'Roboto';
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: .05rem;
  color: #A1A0A1;
  text-align: center;
  margin-bottom: .75rem;
}


/* Themenschwerpunkte */
.fokus-2021-kirche-und-politik .entry-title-header {
  /* blau */
  display: inline-block;
  padding: 0 .3rem;
  color: white;
  text-shadow: 0px 0px 5px rgba(0,0,0,.3);
  background-color: rgba(71,115,154,.9);
}
.fokus-2021-color .entry-title-header {
  /* rainbow */
  display: inline-block;
  padding: 0 .3rem;
  color: white;
  text-shadow: 0px 0px 5px rgba(0,0,0,.3);
  background: rgb(133,223,126);
  background: linear-gradient(90deg, rgba(133,223,126,1) 0%, rgba(252,176,69,1) 50%, rgba(239,90,146,1) 100%);
}
.fokus-2021-color div.block_quote,
.fokus-2021-color span.quotemark {
  color: rgba(22,165,14,.9) !important;
}
.fokus-2021-color div.block_quote_quelle::after {
  background-color: rgba(22,165,14,.5) !important;
}

.fokus-2022-arbeit .entry-title-header {
  display: inline-block;
  padding: 0 .3rem;
  color: white;
  text-shadow: 0px 0px 5px rgba(0,0,0,.3);
  background-color: rgba(191,68,23,.9);
}
.fokus-2022-arbeit div.block_quote,
.fokus-2022-arbeit span.quotemark {
  color: rgba(191,68,23,.9) !important;
}
.fokus-2022-arbeit div.block_quote_quelle::after {
  background-color: rgba(191,68,23,.5) !important;
}

.fokus-2023-ukraine-krieg .entry-title-header {
  display: inline-block;
  padding: 0 .3rem;
  color: white;
  text-shadow: 0px 0px 5px rgba(0,0,0,1);
  background-color: rgba(0,39,81,.8);
}
.fokus-2023-ukraine-krieg div.block_quote,
.fokus-2023-ukraine-krieg span.quotemark {
  color: rgba(0,39,81,.8) !important;
}
.fokus-2023-ukraine-krieg div.block_quote_quelle::after {
  background-color: rgba(0,39,81,.5) !important;
}

.fokus-2023-generationen .entry-title-header {
  display: inline-block;
  padding: 0 .3rem;
  color: white;
  text-shadow: 0px 0px 5px rgba(0,0,0,1);
  background-color: rgba(40,40,150,.9);
}
.fokus-2023-generationen div.block_quote,
.fokus-2023-generationen span.quotemark {
  color: rgba(40,40,150,.9) !important;
}
.fokus-2023-generationen div.block_quote_quelle::after {
  background-color:rgba(40,40,150,.9) !important;
}

.entry-title {
  text-align: center;
}
h2.entry-title {
    margin: 0.5rem 0 1rem;
}
.entry-block h2 {
  margin: 2.85714286rem 0 1.42857143rem 0;
}
.entry-block h2:first-child {
  margin: 0 0 1.42857143rem 0;
}
.entry-excerpt {
  /* font-family: 'Mercury Text G1 A','Mercury Text G1 B',Georgia,Times,serif; */
  /* font-weight: 400; */
  font-size: 1.1rem;
  margin: 0 0 1rem;
  text-align: center;
}
.single-entry-blocks .entry-author,
.single-entry-blocks .entry-date {
  font-family: 'Roboto';
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: .05rem;
  color: #A1A0A1;
  text-align: center;
}
.single-entry-blocks .entry-author span {
  display: inline-block;
  font-size: .72rem;
  color: #fff;
  padding: .1rem .25rem .05rem;
  margin-bottom: .12rem;
  background-color: rgba(0,0,0,.35);
  border-radius: 2px;
}
hr.entry-divider {
  max-width: none;
  width: calc( 2 * 190px );
  margin: 1.5rem auto 1rem;
  border-top: 1px solid #ddd;
}
.entry-share {
  text-align: center;
  margin-top: -2rem;
  cursor: pointer;
}
.entry-share svg {
  width: 2rem;
  color: #ddd;
  background-color: #fff;
  padding: 0 0.5rem;
}

.entry-share-buttons {
  opacity: 0;
  visibility: hidden;
  margin-top: calc(-2rem - 0.5 * 0.5rem );
  transform: scale(0.8);
  -webkit-transition: opacity 600ms, visibility 600ms;
          transition: opacity 600ms, visibility 600ms;
}
.entry-share:hover .entry-share-buttons {
  visibility: visible;
  opacity: 1;
}


.single-entry-blocks p {
  grid-column: 4/-4;
  margin: 0 0 1.42857143rem;
}
.single-entry-blocks h1,h2,h3,h4,h5,h6 {
  grid-column: 4/-4;
}
.single-entry-blocks h1 {
  font-size: 2rem;
}
.single-entry-blocks h2 {
  font-size: 1.3rem;
}

/*** MOBILE ***/
@media (max-width: 767px) {
  .single-entry-blocks p {
    font-size: 1rem;
  }
}
/*** DESKTOP ***/
@media (min-width: 768px) {
  .single-entry-blocks p {
    font-size: .92rem;
  }
}


@media (max-width: 1180px) {
  .related-ad-wrapper {
    max-width: 24rem;
  }
}
@media (max-width: 880px) {
  .related-ad-wrapper {
    max-width: 20rem;
  }
}
@media (max-width: 720px) {
  .related-ad-wrapper {
    max-width: 24rem;
  }
}
@media (max-width: 550px) {
  .related-ad-wrapper {
    max-width: 20rem;
  }
}
.related-ad-wrapper {
  width: 100vw;
  max-width: unset;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 1.2rem;
  padding: 1.4rem 0 2.45rem;
  background-color: rgba(255,255,255,1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.related-ad {
  max-width: 550px;
}


/*******************************************************************************
 *** Layout Mobile - default
 ******************************************************************************/
@media (max-width: 720px) {
  .container:not(header),
  .container:not(header) .row {
    margin: 0;
    padding: 0;
  }
  .single-entry-blocks {
    position: relative;
    width: 100vw;
    left: 0;
    transform: none;
    /* grid-template-columns: 0 11px repeat( 6 , 1fr ) 16px 0; */
    grid-template-columns: 0 3.5vw repeat( 6 , 1fr ) 3.5vw 0;
    grid-template-rows: auto;
  }

  .single-entry-header,
  .single-entry-blocks .entry-title-header,
  .single-entry-blocks .entry-title,
  .single-entry-blocks .entry-excerpt,
  .single-entry-blocks .entry-author,
  .single-entry-blocks .entry-date {
    text-align: left;
  }

  hr.entry-divider {
    width: 100%; /* volle verfügbare Breite */
    margin: 1rem auto 2.25rem 0;
    border-top: 1px solid #eee;
  }
  .entry-share {
    display: none;
    /* text-align: left; */
  }

  p {
    /* Raster */
    grid-column: 3/-3;
  }
  .single-entry-blocks > div {
    /* Raster */
    grid-column: 3/-3;
  }
  .single-entry-blocks > .block_box_text {
    /* Raster */
    grid-column: 3/-3;
  }

  .block_video_description {
    margin: 0.5rem 0 0;
  }

  .related-content-bref a img {
    grid-column: 1/span 3;
    width: 100px !important;
    height: 100px !important;
  }
  .related-content-bref a div.content {
    grid-column: 1/span 2;
    min-height: unset;
  }

}

/*******************************************************************************
 *** Layout Mobile - small
 ******************************************************************************/
@media (max-width: 375px) {
  body, html {
    font-size: 120%;
  }
  .single-entry-blocks h1 {
    font-size: 1.85rem;
  }
  .single-entry-blocks .entry-excerpt {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-chars: auto 3;
    -webkit-hyphenate-limit-lines: 4;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: auto 3;
    -ms-hyphenate-limit-lines: 4;
    hyphens: auto;
  }
}

/*******************************************************************************
 *** Block Quote
 ******************************************************************************/
div.entry-block .alignwide {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc( 100vw - 4vw ) !important;
  max-width: 1140px !important;
  border: none;
}



/*******************************************************************************
 *** Block Quote
 ******************************************************************************/
div.block_quote {
  grid-column: 3/-5;
  /* font-family: 'Mercury Text G3 A','Mercury Text G3 B',Georgia,Times,serif; */
  color: rgba(224,195,72,.9);
  padding: 0;
  margin: 1.42857143rem 0 2.85714286rem 0;
}
.block_quote_text {
  font-family: "Source Serif 4";
  font-variation-settings: "opsz" 35, "wght" 550;
  font-size: 1.5rem;
  line-height: 1.25;
  padding-bottom: 0.2rem;
}
.block_quote_text::first-letter {
  margin-left: -.35rem;
}
.block_quote_text .quotemark {
  font-size: 1.9rem;
  line-height: 1.5rem;
  color: rgba(224,195,72,.7);
  padding: 0 .075rem 0 .075rem;
}
.block_quote_quelle {
  display: inline-block;
  padding-top: 0.8rem;
  font-size: 0.8rem;
}
div.block_quote_quelle::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.2rem;
  margin-left: 0;
  background-color: rgba(224,195,72,.5);
}
@media (max-width: 1280px) {
  div.block_quote {
    margin: 1.42857143rem 0 2.85714286rem 2.85714286rem;
  }
}
@media (max-width: 880px) {
  div.block_quote {
    grid-column: 4/-4;
    margin: 1.42857143rem 0 2.85714286rem 0;
  }
}
@media (max-width: 720px) {
  div.block_quote {
    grid-column: 3/-3;
    margin: 1.42857143rem 3.5vw 2.85714286rem 0;
  }
}

.block_interview_qa {
  margin: 0 0 1.6rem;
}
.block_interview_question {
  /* font-family: 'Mercury Text G3 A','Mercury Text G3 B',Georgia,Times,serif; */
  /* font-weight: 600; */
  font-size: 1rem;
  color: #000;
  margin: 0 0 0.4rem;
}
.block_interview_answer {
  /* font-family: 'Mercury Text G1 A','Mercury Text G1 B',Georgia,Times,serif; */
  /* font-weight: 400; */
  font-size: 1rem;
}
.block_interview_answer p {
  margin: 0 0 0.4rem;
}



/*******************************************************************************
 *** Block Paragraph Text / Sterne, Symbole
 ******************************************************************************/
.block_paragraph {
  margin-top: 2rem;
}
.block_paragraph p {
  margin-bottom: 0.5rem;
}
.block_paragraph svg {
  position: absolute;
  width: 50px;
}
.block_paragraph_text {
  margin-left: 80px;
  padding-left: 0;
  /* border-left: 2px solid rgba(224,195,72,.25); */
}
svg.paragraph-symbol {
  color: rgba(224,195,72,.9);
}
.paragraph-symbol.sterne {
  width: 50px;
  margin-top: 0px;
}
.paragraph-symbol.glocke {
  width: 48px;
  margin-top: 2px;
}
.paragraph-symbol.pfeile {
  width: 45px;
  margin-top: 5px;
}
.paragraph-symbol.megafon {
  width: 52px;
  margin-top: 3px;
}
.fokus-2021-kirche-und-politik svg.paragraph-symbol {
  /* blau */
  color: rgba(71,115,154,.9);
}


@media (max-width: 720px) {
  .block_paragraph svg {
    position: absolute;
    width: 30px !important;
  }
  .block_paragraph_text {
    margin-left: 50px;
    padding-left: 0;
    /* border-left: 2px solid rgba(224,195,72,.25); */
  }
}


/*******************************************************************************
 *** Blocks Bilder
 ******************************************************************************/
div.block_image_landscape {
  grid-column: 3/-3;
  margin: 1.42857143rem 0 2.85714286rem 0;
}
div.block_image_landscape:nth-child(3) {
  margin: 0 0 2.85714286rem 0;
}
.block_image_landscape img {
  position: relative;
  width: 100%;
}
.block_image_landscape_description {
  font-family: 'Roboto';
  font-size: 0.8rem;
  font-weight: 400;
  color: #A1A0A1;
  margin: 0.5rem 0 0 0;
  margin-left: calc( 100% / 6 );
  margin-right: calc( 100% / 6 );
}
@media (max-width: 1180px) {
  div.block_image_landscape {
    grid-column: 2/-2;
  }
  .block_image_landscape_description {
    margin: 0.5rem 0 0 0;
    margin-left: calc( (100vw - 40px) / 6 + 20px );
    margin-right: calc( (100vw - 40px) / 6 + 20px );
  }
}
@media (max-width: 720px) {
  .block_image_landscape_description {
    margin: 0.5rem 3.5vw 0 3.5vw;
  }
}

/* Option Bilddarstellung */
div.block_image_landscape.block_image_style_narrow {
  grid-column: 4/-4;
}
div.block_image_landscape.block_image_style_narrow .block_image_landscape_description {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 720px) {
  div.block_image_landscape.block_image_style_narrow {
    grid-column: 3/-3;
  }
}


div.block_image_portrait {
  grid-column: 3/-3;
  margin: 1.42857143rem 0 2.85714286rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
div.block_image_portrait.right {
  flex-direction: row-reverse;
}

.block_image_portrait img {
  width: calc( 3 * 190px );
}

.block_image_portrait_description {
  width: calc( 2 * 190px - 15px );
  font-family: 'Roboto';
  font-size: 0.8rem;
  font-weight: 400;
  color: #A1A0A1;
  margin: 0.5rem 190px 0 0;
}
div.block_image_portrait.right .block_image_portrait_description {
  margin: 0.5rem 0 0 190px;
}

@media (max-width: 1180px) {
  .block_image_portrait img {
    width: calc( (100vw - 40px) / 2 );
  }
  .block_image_portrait_description {
    width: calc( ( 100vw - 40px ) / 2 - 15px - 2.85714286rem );
    margin-right: 2.85714286rem;
    margin-left: 0;
  }
  div.block_image_portrait.right .block_image_portrait_description {
    width: calc( ( 100vw - 40px ) / 2 - 15px - 2.85714286rem );
    margin-right: 0;
    margin-left: 2.85714286rem;
  }
}

@media (max-width: 720px) {
  div.block_image_portrait,
  div.block_image_portrait.right {
    flex-direction: column;
  }
  .block_image_portrait img {
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
  }
  .block_image_portrait_description,
  div.block_image_portrait.right .block_image_portrait_description {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

div.block_video_embedded {
  grid-column: 3/-3;
  margin: 2.5rem 0 3.5rem;
}
.block_video_embedded iframe {
  display: block;
  position: relative;
  width: 100%;
}
.block_video_description {
  font-family: 'Roboto';
  font-size: 0.8rem;
  font-weight: 400;
  color: #A1A0A1;
  margin: 0.5rem 190px 0;
}
@media (max-width: 880px) {
  .block_video_embedded iframe {
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
  }
}

/*******************************************************************************
 *** Block Bild Person Zwischentitel (Artikel ID 209201)
 ******************************************************************************/
div.block_image_center {
  display: block;
  margin: 0 !important;
}
div.block_image_center figure {
  display: block;
  margin: 5rem 0 2rem !important;
  text-align: center;
}
div.block_image_center .aligncenter {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
div.block_image_center figure img {
  width: 200px;
  border-radius: 50%;
  object-fit: cover;
  height: 200px;
  /* object-position: -35px; */
}
div.block_image_center .aligncenter figcaption {
  display: block;
  font-size: 1.15rem;
  font-weight: 500;
  margin: 1.1rem 190px;
}
@media (max-width: 720px) {
  div.block_image_center .aligncenter figcaption {
    margin: 1.1rem 0;
  }
}


/*******************************************************************************
 *** Blocks float
 ******************************************************************************/
.block_box_text {
  float: right;
  clear: both;
  width: calc( 5 * 190px / 2 );
  padding: 1rem;
  margin: 0 -190px 0 calc( 190px / 2 );
  margin-top: 0;
  margin-bottom: calc( 2 * 1.42857143rem );
  border: 1px solid #A1A0A1;
}
.block_box_text.box_center {
  float: none;
  clear: none;
  width: calc( 4 * 190px );
  margin: calc( 1 * 1.42857143rem ) 0 calc( 2 * 1.42857143rem );
}
.block_box_text p {
  font-family: 'Roboto';
  font-size: .85rem;
  font-weight: 400;
  color: #A1A0A1;
  margin-bottom: 1rem;
}

.block_box_text_inhalt p:last-child {
  margin: 0;
}
.block_box_text_ueberschrift {
  font-family: 'Roboto';
  font-size: .9rem;
  font-weight: 700;
  color: #A1A0A1;
  padding-bottom: 1rem;
}
@media (max-width: 1180px) {
  .block_box_text {
    width: calc( ( 100vw - 40px ) / 6 * 2 + 4rem );
    margin-right: calc( (100vw - 40px) / 6 * -1 );
    margin-left: 2.5rem;
  }
  .block_box_text.box_center {
    float: none;
    clear: none;
    width: calc( ( 100vw - 40px ) / 6 * 4 );
  }
}
@media (max-width: 880px) {
  .block_box_text,
  .block_box_text.box_center {
    width: 100%;
    margin: 1.42857143rem 0 2.85714286rem 0;
  }
  /*
  .entry-block p:first-of-type {
    order: -2;
  }
  */
  .block-offset {
    display: none !important;
  }
  /*
  .block-box {
    /* immer ganz unten anzeigen
    order: -1;
  }
  */
}


.block_box_person {
  float: right;
  clear: both;
  width: calc( 3 * 190px - 1rem );
  padding: 1rem;
  margin: 0 -190px 0 2rem;
  margin-top: calc( 3 * 1.42857143rem );
  margin-bottom: 1.42857143rem;
  border: 1px solid #A1A0A1;
}
.block_box_person p {
  font-family: 'Roboto';
  font-size: .9rem;
  font-weight: 400;
  color: #A1A0A1;
  margin-bottom: 1rem;
}
.block_box_person_inhalt p:last-child {
  margin: 0;
}
.block_box_person_ueberschrift {
  font-family: 'Roboto';
  font-size: .9rem;
  font-weight: 700;
  color: #A1A0A1;
  padding-bottom: 1rem;
}
.block_box_person_bild {
  float: right;
  width: 150px;
  height: 150px;
  margin-top: -100px;
}
.block_box_person_bild img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
@media (max-width: 1180px) {
  .block_box_person {
    width: calc( (100vw - 40px) / 6 * 3 - 15px );
    margin: 4rem 0 2rem 30px;
    margin-right: calc( (100vw - 40px) / 6 * -1 );
  }
}
@media (max-width: 880px) {
  .block_box_person {
    width: 100%;
    margin: 1.42857143rem 0 2.85714286rem 0;
  }
  .block_box_person_bild {
    float: right;
    width: calc( (100vw - 4vw) / 6 );
    height: calc( (100vw - 4vw) / 6 );
    margin-top: calc( -2rem - (100vw - 4vw) / 12 );
  }
}


/*******************************************************************************
 *** Block Sticky Header
 ******************************************************************************/
div.block_sticky_header {
  grid-column: 3/-3;
  position: sticky; top: 0;
  margin: 50px 0 20px;
  padding: 20px 190px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 10;
}
/*
div.block_sticky_header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
*/
/* Fix Chrome Blurry Rendering Issue */
@media (min-width: 1181px) {
  .block_image_landscape img {
    border: 1px solid transparent;
  }
}
@media (max-width: 1180px) {
  div.block_sticky_header {
    grid-column: 2/-2;
    padding-left: calc( ( 100% - 4 * 190px ) / 2 );
    padding-right: calc( ( 100% - 4 * 190px ) / 2 );
  }
}
@media (max-width: 800px) {
  div.block_sticky_header {
    grid-column: 2/-2;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 720px) {
  div.block_sticky_header {
    margin: 0 0 20px;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}


/*******************************************************************************
 *** Block HTML iframe
 ******************************************************************************/
/* .single-entry-blocks .entry-block {
  grid-column: 3/-3;
} */
.single-entry-blocks .entry-block iframe:not(.datawrapper):not(#twitter-widget-0),
.single-entry-blocks .entry-block figure.wp-block-video {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc( 100vw - 4vw ) !important;
  max-width: 1140px !important;
  height: calc( ( 100vw - 4vw ) / 16 * 9 ) !important;
  max-height: calc( 1140px / 16 * 9 ) !important;
  margin-bottom: calc( 1 * 1.42857143rem );
  border: none;
}
.single-entry-blocks .entry-block figure.wp-block-video {
  margin-bottom: 2rem;
}
@media (max-width: 1180px) {
  .single-entry-blocks .entry-block iframe:not(.datawrapper):not(#twitter-widget-0),
  .single-entry-blocks .entry-block figure.wp-block-video {
    width: calc( 100vw - 40px ) !important;
    max-width: none !important;
    height: calc( (100vw - 40px) / 16 * 9 ) !important;
  }
}
@media (max-width: 720px) {
  .single-entry-blocks .entry-block iframe:not(.datawrapper):not(#twitter-widget-0),
  .single-entry-blocks .entry-block figure.wp-block-video {
    width: calc( 100vw - 7vw ) !important;
    max-width: none !important;
    height: calc( (100vw - 7vw) / 16 * 9 ) !important;
  }
}
.single-entry-blocks .entry-block iframe.datawrapper {
  display: block;
  margin: 2.8rem auto;
}
.single-entry-blocks .entry-block iframe.datawrapper:last-child {
  margin-bottom: 0;
}

.block_html_description {
  font-family: 'Roboto';
  font-size: 0.8rem;
  font-weight: 400;
  color: #A1A0A1;
  margin: -2.3rem 0 2.8rem 0;
}



/*******************************************************************************
 *** Embedded Facebook Post
 ******************************************************************************/
.single-entry-blocks .entry-block div.fb_iframe_widget iframe:not(.datawrapper):not(#twitter-widget-0) {
  display: block;
  position: unset;
  left: unset;
  transform: unset;
  width: inherit !important;
  max-width: unset !important;
  height: inherit !important;
  max-height: unset !important;
}
.single-entry-blocks .entry-block div.fb_iframe_widget {
  display: block;
  margin: 1.4rem auto;
}
.single-entry-blocks .entry-block div.fb_iframe_widget:last-child {
  margin-bottom: 0;
}
.single-entry-blocks .entry-block div.fb_iframe_widget span {
  display: block !important;
  margin: 0 auto;
}
/*******************************************************************************
 *** Embedded Twitter Post
 ******************************************************************************/
.single-entry-blocks .entry-block .embedded-tweet iframe {
  display: block;
  position: static;
  left: auto;
  transform: none;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: calc( 1 * 1.42857143rem );
  border: none;
}
.twitter-tweet-rendered {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc( 10px + 1.42857143rem ) !important;
  /* padding: 1rem; */
}
.twitter-tweet-rendered iframe {
/*
   position: relative !important;
   width: auto !important;
   height: auto !important;
   max-width: none !important;
   max-height: none !important;
*/
 }

/*******************************************************************************
 *** Block Metaslider
 ******************************************************************************/
#metaslider-id-232846 ul.slides,
#metaslider-id-278659 ul.slides {
  background-color: #eee;
}
#metaslider-id-232846 ul.slides li,
#metaslider-id-278659 ul.slides li {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 750px;
}
#metaslider-id-232846 ul.slides li img,
#metaslider-id-278659 ul.slides li img {
  height: auto;
  width: auto;
  max-height: 750px;
  max-width: 100%;
  padding: 20px;
}


/*******************************************************************************
 *** Block timeline
 ******************************************************************************/
 @media (min-width: 721px) {
  .block-timeline-wrapper {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc( 100vw - 16vw ) !important;
    max-width: 1140px !important;
    margin-top: 100px;
    margin-bottom: 150px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .block-timeline-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 3px solid #E0C348;
    transform: translate(-50%);
  }

  .block_timeline_element,
  .block_timeline_article {
    position: relative;
    width: 50%;
    text-align: center;
  }
  .block_timeline_element:nth-child(odd),
  .block_timeline_article:nth-child(odd) {
    min-height: 500px;
    margin-bottom: 200px;
    padding-right: 10%;
  }
  .block_timeline_element:nth-child(even),
  .block_timeline_article:nth-child(even) {
    min-height: 700px;
    padding-top: 200px;
    padding-left: 10%;
  }
  .block_timeline_element:nth-child(2n+3),
  .block_timeline_article:nth-child(2n+3) {
    margin-top: -100px;
  }
  .block_timeline_element:last-child,
  .block_timeline_element:last-child p,
  .block_timeline_article:last-child,
  .block_timeline_article:last-child p {
    min-height: 0;
    margin-bottom: 0;
  }
  .block_timeline_element_point,
  .block_timeline_article_point {
    position: absolute;
    width: 15px;
    height: 15px;
    margin-top: .25rem;
    border-radius: 100%;
    background-color: #E0C348;
  }
  .block_timeline_element:nth-child(odd) .block_timeline_element_point,
  .block_timeline_article:nth-child(odd) .block_timeline_article_point {
    left: calc( 100% - 7px );
  }
  .block_timeline_element:nth-child(even) .block_timeline_element_point,
  .block_timeline_article:nth-child(even) .block_timeline_article_point {
    left: calc( 0% - 7px );
  }

  .block_timeline_element_date,
  .block_timeline_article_date {
    font-family: 'Roboto';
    font-size: .9rem;
    font-weight: 700;
    color: #E0C348;
    margin-bottom: .25rem;
  }
  .block_timeline_element_image,
  .block_timeline_article_image {
    padding: 0 5%;
    margin: 1rem 0 .5rem;
  }
  .block_timeline_element_title,
  .block_timeline_article_title {
    font-family: 'Mercury Text G3 A','Mercury Text G3 B',Georgia,Times,serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1180px) {
 .block-timeline-wrapper {
   position: relative;
   left: 50%;
   transform: translateX(-50%);
   width: calc( 100vw - 4vw ) !important;
   max-width: 1140px !important;
   margin-top: 100px;
   margin-bottom: 150px;
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
 }
}

@media (max-width: 720px) {
  .block-timeline-wrapper {
    position: relative;
    width: calc( 100vw - 7vw ) !important;
    max-width: none !important;
    margin-top: 5px;
    margin-bottom: 85px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .block-timeline-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 3px solid #E0C348;
    transform: translate(-50%);
  }

  .block_timeline_element,
  .block_timeline_article {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5%;
    transform: translateY(0) !important;
  }
  .block_timeline_element:nth-child(odd),
  .block_timeline_article:nth-child(odd) {
    min-height: none;
  }
  .block_timeline_element:nth-child(2n+3),
  .block_timeline_article:nth-child(2n+3) {
    margin-top: 0;
  }
  .block_timeline_element:nth-child(even),
  .block_timeline_article:nth-child(even) {
    min-height: none;
    padding-top: 0;
  }
  .block_timeline_element:last-child,
  .block_timeline_element:last-child p,
  .block_timeline_article:last-child,
  .block_timeline_article:last-child p {
    margin-bottom: 0;
  }
  .block_timeline_element_point,
  .block_timeline_article_point {
    position: absolute;
    left: calc( 0% - 7px );
    width: 15px;
    height: 15px;
    margin-top: .25rem;
    border-radius: 100%;
    background-color: #E0C348;
  }
  .block_timeline_element_date,
  .block_timeline_article_date {
    font-family: 'Roboto';
    font-size: .9rem;
    font-weight: 700;
    color: #E0C348;
    margin-bottom: .25rem;
  }
  .block_timeline_element_image,
  .block_timeline_article_image {
    padding: 0 5% 0 0;
    margin: 1rem 0 .5rem;
  }
  .block_timeline_element_title,
  .block_timeline_article_title {
    font-family: 'Mercury Text G3 A','Mercury Text G3 B',Georgia,Times,serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
  }
}
.block_timeline_article_title svg {
  height: .75rem;
  width: auto;
  padding-left: .25rem;
}

/*******************************************************************************
 *** Block Quiz Question & Answers
 ******************************************************************************/
.block_quiz_question {
  font-family: 'Mercury Text G3 A','Mercury Text G3 B',Georgia,Times,serif;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: .5rem;
}
.block_quiz_answers {
  font-family: 'Mercury Text G1 A','Mercury Text G1 B',Georgia,Times,serif;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.block_quiz_answer {
  margin-bottom: .2rem;
  padding: .2rem .5rem;
  border: 3px solid white;
  border-radius: 5px;
  background-color: rgba(0,0,0,.05);
  cursor: pointer;
}
.block_quiz_answer:hover {
  background-color: rgba(0,0,0,.15);
}
.block_quiz_answer.choose {
  border: 3px solid rgba(0,0,0,.8);
}
.block_quiz_answers.reveal .block_quiz_answer.wrong {
  background-color: rgba(235,168,137,.9); /* falsch */
}
.block_quiz_answers.reveal .block_quiz_answer.correct {
  background-color: rgba(205,235,137,.9); /* richtig */
}
.block_quiz_evaluation_title {
  font-family: 'Mercury Text G3 A','Mercury Text G3 B',Georgia,Times,serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 3.5rem;
  margin-bottom: .5rem;
}
.block_quiz_evaluation_text {
  font-size: 1rem;
  text-align: center;
  margin-top: .5rem;
}
#quizEvaluation {
  font-size: 1rem;
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 5px;
  background-color: rgba(0,0,0,.05);
}

/*******************************************************************************
 *** Block Heading numbered
 ******************************************************************************/
body {
  counter-reset: h2counter;
}
.block_heading_numbered {
  display: block;
  margin: 3rem 0 1.2rem;
}
.block_heading_numbered::before {
  content: "";
  display: block;
  width: 38%;
  margin: 0 auto;
  border-top: 1px solid rgba(0,0,0,.35);
}
.block_heading_numbered h2,
.block_heading_numbered h2:first-child {
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}
.block_heading_numbered h2::before {
  content: counter( h2counter );
  counter-increment: h2counter;
  height: 2.6rem;
  width: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Mercury Text G3 A','Mercury Text G3 B',Georgia,Times,serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1.5rem auto .6rem;
  background-color: #DEDFF1;
  border-radius: 50%;
}



/*******************************************************************************
 *** Block Heading profile
 ******************************************************************************/
.block_heading_profile {
  display: block;
  margin: 3rem 0 2.5rem;
}
.block_heading_profile::before {
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid rgba(0,0,0,.1);
}
.block_heading_profile h2,
.block_heading_profile h2:first-child {
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}
.block_heading_profile h3,
.block_heading_profile h3:first-child {
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 500;
  color: #A1A0A1;
  text-align: center;
  margin: .6rem 0 0;
  padding: 0 15%;
}
.block_heading_profile .img-wrapper {
  display: block;
  height: 8rem;
  width: 8rem;
  margin: 3rem auto .6rem;
  border-radius: 50%;
  overflow: hidden;
}
.block_heading_profile img {
  display: block;
  height: 100%;
  width: 100%;
}


/****** Beitrag mit blauem Hintergrund
****/
body.postid-254535 {
  background-color: rgba(83,158,224,.2);
}
body.postid-254535 .header {
  background-color: transparent;
}
body.postid-254535 #site-navigation {
  background-color: #fff;
}
body.postid-254535 .entry-divider {
  border: none !important;
}
body.postid-254535 .entry-share svg {
  color: #666;
  background-color: transparent;
}
body.postid-254535 .entry-title-header,
body.postid-254535 .quotemark,
body.postid-254535 .block_quote {
  color: rgba(62,108,148,1);
}
body.postid-254535 .block_quote_text {
  font-weight: 600;
}
body.postid-254535 .block_box_text {
  background-color: rgba(62,108,148,.1);
  border: none;
}
body.postid-254535 .entry-author,
body.postid-254535 .entry-date,
body.postid-254535 .block_image_landscape_description,
body.postid-254535 .block_box_text_ueberschrift,
body.postid-254535 .block_box_text_inhalt p {
  color: #666;
}
body.postid-254535 .block_box_text_inhalt p:last-child {
  margin-bottom: 0;
}
body.postid-254535 .single-entry-blocks a {
  text-shadow: none;
}
body.postid-254535 .single-entry-taxonomies a {
  display: inline-block;
  margin: 0 0 5px;
  padding: .15rem .25rem .1rem;
  border-radius: 3px;
  background-color: rgba(255,255,255,.5);
  color: #666;
}
body.postid-254535 .related-articles-flex-box {
  background-color: rgba(62,108,148,.1);
  border: none;
}
body.postid-254535 .related-article {
  border-color: rgba(255,255,255,.5);
}
body.postid-254535 .related-article-date {
  color: #666;
}
body.postid-254535 .related-ad-wrapper {
  width: 100vw;
  max-width: unset;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 1.2rem;
  padding: 1.4rem 0 2.45rem;
  background-color: rgba(255,255,255,.9);
}
body.postid-254535 div.block_image_landscape {
  margin: 1.2rem 0 2rem;
}
body.postid-254535 div.block_image_landscape:nth-child(3) {
  margin: 0 0 2rem;
}
body.postid-254535 .single-entry-blocks p {
  margin: 0 0 1.2rem;
}
body.postid-254535 .single-entry-blocks strong {
  font-weight: 600;
  color: rgba(62,108,148,1);
}
body.postid-254535 .block_quote {
  margin: 1.8rem 0 4.2rem 0;
}
body.postid-254535 .entry-author span {
  display: inline-block;
  font-size: .72rem;
  color: #fff;
  padding: .1rem .25rem .05rem;
  margin-bottom: .12rem;
  background-color: rgba(62,108,148,.7);
  border-radius: 2px;
}
