.wp-block-rank-math-faq-block h3.rank-math-question {
	cursor: pointer;
	padding: 19px 0 19px 0; 
	border-bottom: 1px solid #666666;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background-color 0.3s; 
    clear: both;  
	text-transform: none;
} 
.wp-block-rank-math-faq-block .rank-math-faq-item:last-child h3.rank-math-question { 
	border-bottom: none; 
} 

.wp-block-rank-math-faq-block h3.rank-math-question strong  { 
    font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500; 
	font-size: 1.1rem;
	line-height: 1.4rem;
	color: #131414;
}


/* Verstecke Antwort standardmäßig (Fallback) */
.wp-block-rank-math-faq-block .rank-math-answer {
	display: none;
	padding: 14px 0;
}

/* Dynamisch eingefügtes Span mit Icon */
.wp-block-rank-math-faq-block h3.rank-math-question .arrow:before {
  content: "\e90a";
  color: #247ba0;
  font-size: 31px;
  display: inline-block;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
  transform-origin: center center;
  position: relative;
  left: -10px;
  top: 7px;
  text-shadow: -1px 0 #247ba0, 1px 0 #247ba0, 0 -1px #247ba0, 0 1px #247ba0; 
}

/* Bei aktiver Frage: Pfeil drehen */
.wp-block-rank-math-faq-block .rank-math-faq-item.active .arrow:before {
  transform: rotate(0deg);
}

/* Bei aktiver Frage: Pfeil drehen */
.oldone nav {
  margin-bottom: 32px;
}


.boxteilen,
.boxaehnlich {
	margin-bottom: 32px;
}
.boxteilen h2,
.boxaehnlich h2 {
	margin-bottom: 12px !important;
}
.aehnlicher-artikel .aehnlicher-artikel-datum {
	margin: 10px 0;
	font-size: .9rem;
}
.aehnlicher-artikel h3 {
	margin-top: 0;
}
.aehnlicher-artikel h3 a {
	color: inherit;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0; 
	text-decoration: none;
	padding-bottom: 1px; 
	border-bottom: 1px solid currentColor;
}
.aehnlicher-artikel h3 a:hover { 
	border-bottom: none;
}














.single .container-footerend {
	margin-top: 80px;
}

.single-flex-container {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
}

.single-article {
	flex: 3;
	min-width: 0;
}
 

.single h1 {
	font-size: 4.3rem;
  line-height: 5rem;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}

.single h2 {
	padding-left: 0;
	margin-bottom: 0;
}

.single h2:before {
	display: none;
	padding-left: 0;
}

.single .artikeldate {
	color: #161616;
	font-size: .9rem;
	font-weight: 500;
	line-height: 1.3rem;
}

.single .artikeldate span {
	font-weight: 700;
} 
.single .bigcta { 
	background: #161616; 
}  
 .bigcta .vc_column-inner > .wpb_wrapper p:last-child { 
  padding-right: 20px;
}



 
.single-flex-container {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
} 
.single-article {
  flex: 3;
  min-width: 0;
  padding:0 20%;
} 
.single-glossary .single-article {
  width: 820px;
  max-width: 100%;
  padding:0;
  margin: 0 auto;
} 
.single-article figure  {
	margin-left: 0;
	margin-right: 0;
}  
.single-article figure img,  
.single-article p img.size-full,  
.single-article img  {
	max-width: 100%; 
	height: auto;
} 


.single-article.oldone p {
	margin-bottom: 1.5em;
} 
.single-article.oldone blockquote p {
	margin-bottom: 0;
} 

 

.singlecontactbox {
	background: #fff;
	padding: 50px;
	margin-bottom: 32px;
}

.singlecontactbox > .scb_headline  {  
	padding: 0 5px;
	margin-top: 0;
	font-size: 1.6rem;
	line-height: 1.7rem; 
	margin-bottom: 5px;
	font-family: 'Saira Condensed', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	color: #161616;
	clear: both;
	text-transform: uppercase;
	letter-spacing: .04rem;
}

.singlecontactbox > p  { 
	margin-bottom: 12px;
	padding: 0 5px;
}

ul.shariff-buttons li:first-child {
	margin-left: 0 !important;
}

@media only screen and (max-width: 1070px) {
 
	.single-article { 
	  padding:0 ;
	} 
}


@media screen and (max-width: 850px) {
	.single-flex-container {
		flex-direction: column;
		display: block;
	}

	.single-article  {
		flex: unset;
	}
}


@media screen and (max-width: 600px) {
    header .wrapperboxheader {
      padding: 15px 0 40px 0;
    }
    .single h1 {
      font-size: 2.3rem;
      line-height: 2.5rem;
    }
}


