p.teaser-default__text-caption-copyright {font-size: 0.9rem;line-height: 1.5rem;letter-spacing: .025em;opacity: 0.6;}
.teaser-inner .content .teaser-text .text-copyright {font-size: 0.9rem;line-height: 1.5rem;letter-spacing: .025em;opacity: 0.6;}

/* Mehrspaltiger Content ua ueber-uns, karriere */

.iao-col-box {display:flex;width:98%;flex-wrap:wrap;}
.iao-col-4-item {padding: 0 2rem 3rem 2rem; width:25%; text-align:center;flex-shrink:1;flex-grow:0;}
.iao-col-3-item {padding: 0 2rem 3rem 2rem; width:33%; text-align:center;flex-shrink:1;flex-grow:0;}
.iao-col-box img {max-height:160px;}
.iao-num {display:block; line-height:6rem; font-size: 5rem; color: #1f82c0;}
@media (max-width:1118px) {
	.iao-col-4-item, .iao-col-3-item {width: 50%;}
}
@media (max-width:768px) {
	.iao-col-4-item, .iao-col-3-item {width: 50%;}
}
@media (max-width:480px) {
	.iao-col-4-item, .iao-col-3-item {width:100%;}
}


/* Testimonials auf Karriereseite */

blockquote.testimonial {
	margin-right:2rem;
        margin-left:2rem;
	margin-top:4rem;
	}
	
blockquote.testimonial p {
	color:#1f82c0;
	font-size: 1.7rem;
	line-height:2rem;
	font-style:italic;
	font-weight:200;
	letter-spacing: 0.024em;
	}
	
blockquote.testimonial p:first-of-type::before, blockquote.testimonial p:last-of-type::after {
	position: relative;	
	display: block;
	font-family: FrutigerLTCom, FrutigerLTW02,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:normal;
	font-weight:600;
	font-size: 20rem;
	color:#1f82c0; 
	opacity:0.1;
}



blockquote.testimonial p:first-of-type::before {
  font-family: FrutigerLTCom, FrutigerLTW02,"Helvetica Neue",Helvetica,Arial,sans-serif;
  content: "»";
  left: -1rem;
  top: -6rem;
}

:lang(en) blockquote.testimonial p:first-of-type::before {
  top:10rem;
}

blockquote.testimonial p:last-of-type::after {
  font-family: FrutigerLTCom, FrutigerLTW02,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align:right;
  /* content: "«"; */
  font-size: 4rem;
  opacity:0.4;
  bottom: -2rem;
  right: 1rem;
}

:lang(en) blockquote.testimonial p:last-of-type::after {
  bottom: -7rem;
}
 
blockquote.testimonial cite {
	display:block;
	position:relative;
	top:-1rem;
	text-align:right;
	font-style:normal;
	}
	