.ruhrpm-intro-container {
	display: flex;
	flex-wrap: wrap; 
}

.ruhrpm-intro-container-left {
	flex: 0 0 70%;    
}

.ruhrpm-intro-container-left h1 {
	margin: 0 0 30px 0
}

.ruhrpm-intro-container-left-inner {
	padding: 0 50px 0 0
}

.ruhrpm-intro-container-right {
	flex: 0 0 30%;    
}

/* Mobile-Layout */
@media (max-width: 768px) {
	.ruhrpm-intro-container-left, .ruhrpm-intro-container-right {
	flex: 0 0 100%; 
	}
}

.progress-container-top { 
	top: 96px !important;
	z-index: 9999999px !important;
	opacity: .8 !important
}

.termin-list-intro span {
	color: #fff;
	background: var(--ruhrpm-color-blue);
	padding: 6px 20px;
	font-size: 1.35rem;
	line-height: 1.2em;
	display: inline-block;
	margin: 0 0 10px 0
}

.ruhrpm-termin-item-box { 
	color: #fff;
	width: auto;
	display: inline-block;
	position: relative;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}


.ruhrpm-termin-item p {
	font-size: var(--ruhrpm-site-p-fontsize);
	margin: 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

@media screen and (max-width: 600px) {
	
	.ruhrpm-termin-item p,
	.ruhrpm-termin-item h3 {
		font-size: 1.4rem
	}
	.ruhrpm-stage-content-box {
		padding: 0px 0 20px 0;
	    }
	    
}


.ruhrpm-termin-item-box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.ruhrpm-termin-item-box {
	padding: 10px 0 10px 80px;
}

.ruhrpm-termin-item {
	padding: 0 0 10px 0
}


.ruhrpm-termin-item h3 {
	font-size: 2rem;
	margin: 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.ruhrpm-termin-item a {
	color: #fff
}


#organigramm_svg .farbe_decker {
	fill: transparent !important;
	cursor: pointer;
      }
      
    #organigramm_svg .farbe_orange {
	opacity: 0.6;
	transition: opacity 0.3s ease;
      }
    
  
    #organigramm_svg .farbe_gold {
	opacity: 0.6;
	transition: opacity 0.3s ease;
      }   
      
    #organigramm_svg .farbe_blau {
	opacity: 0.6;
	transition: opacity 0.3s ease;
      }        
      
    #organigramm_svg .aktiv {
	opacity: 1;
	transition: opacity 0.3s ease;
      }        
      
      
      #organigramm_svg .aktiv {
	      opacity: 1 !important;
	      transition: opacity 0.3s ease;
      }
      
      #organigramm_svg .farbe_decker {
	      
      }
      #organigramm_svg .farbe_weiss {
	      fill: #ffffff;
	      opacity: .65
      }
      
      #organigramm_svg .farbe_orange {
      fill: #e9592a;
      opacity: .65
      }
      
      #organigramm_svg .farbe_blau {
      fill: #0b597c;
      opacity: .65
      }
      
      #organigramm_svg .farbe_gold {
	      fill: #d2b953;
	      opacity: .65
      }
      
      .ruhrpm-intro-container-right-box {
	      position: relative;
      }
      .circle-layer {
	      position: absolute;
	      top: 0;
	      left: 0;
	      z-index: 10;
	      width: 100%;
	      height: 100%;
	      pointer-events: none
      }
      .circle-layer svg {
	      pointer-events: none
      }
      
/* LEAD IMAGE */
	.ruhrpm-module--leadimage--box {
	position: relative; 
	width: 100%;       
	overflow: hidden; 
	}
	
	.ruhrpm-module--leadimage--box img {
	width: 100%;
	height: 100%;
	display: block;
	}
	
	/* .ruhrpm-module--leadimage--overlay-text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%); 
		color: #000;       
		line-height: 1.2em;
		font-size: 6rem;     
		font-weight: bold;   
		text-align: center;
		pointer-events: none; 
	} */
	
	.ruhrpm-module--leadimage--overlay-text {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		color: #000;       
		line-height: 1.2em;
		font-size: 4rem;     
		font-weight: 600;   
		text-align: left;
		pointer-events: none; 
		height: 100%;
		display: flex;
		  justify-content: center;
		  align-items: center;
	}
	
	@media screen and (max-width: 1400px) {
		.ruhrpm-module--leadimage--overlay-text {
			font-size: 4rem
		}
	}
	@media screen and (max-width: 1200px) {
		.ruhrpm-module--leadimage--overlay-text {
			font-size: 3rem
		}
	}
	@media screen and (max-width: 900px) {
		.ruhrpm-module--leadimage--overlay-text {
			font-size: 2rem
		}
	}
	@media screen and (max-width: 600px) {
		.ruhrpm-module--leadimage--overlay-text {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			display: flex;
			transform: translate(0, 0); 
		}
		.ruhrpm-module--leadimage--overlay-text span {
			margin: auto 30px;
			display: block
		}
		
		.ruhrpm-termin-item h3 {
			font-size: var(--ruhrpm-site-p-fontsize);
		}
	}
	@media screen and (max-width: 500px) {
		.ruhrpm-module--leadimage--overlay-text span {
			margin: auto 0;
			display: block
		}
	}
	
	.ruhrpm-module--alternating-teaser--container 
	.ruhrpm-module--alternating-teaser--item {
		margin: 0 0 30px 0
	} 
	
	
	
	.ruhrpm-module--alternating-teaser {
		background: var(--ruhrpm-color-sand);
	}
	
	.ruhrpm-module--alternating-teaser--container {
		padding: 100px 0
	}
	
	.ruhrpm-module--alternating-teaser--item h2 {
		margin: 0 0 10px 
	}
	.ruhrpm-module--alternating-teaser--item h3 {
		color: var(--ruhrpm-color-blue);
		margin: 0 0 20px
	}
	
	.ruhrpm-module--alternating-teaser--item h4 {
		color: #333;
		margin: 30px 0 10px
	}
	
	.ruhrpm-module--alternating-teaser--item {
		padding: 40px;
		border: 1px solid #fff;
		-webkit-border-radius: var(--ruhrpm-site-radius) var(--ruhrpm-site-radius) var(--ruhrpm-site-radius) var(--ruhrpm-site-radius);
		border-radius: var(--ruhrpm-site-radius) var(--ruhrpm-site-radius) var(--ruhrpm-site-radius) var(--ruhrpm-site-radius);
		-webkit-box-shadow: 20px 20px 70px 0 rgba(0,0,0,0.1);
		box-shadow: 20px 20px 70px 0 rgba(0,0,0,0.1);
	}
	
	.ruhrpm-module--alternating-teaser--container .ruhrpm-module--alternating-teaser--item:nth-child(2n) {
		background: rgba(255, 255, 255, 0.35);
		
	}
	.ruhrpm-module--alternating-teaser--container
	.ruhrpm-module--alternating-teaser--item:last-child {
		margin: 0
	}

.ruhrpm-module--text-image {
	position: relative
}

.seciton-default--padding {
	padding: 120px 0
}

.section-corner-box { 
	position: absolute;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center; 
	  align-items: center; 
	  z-index: 500
}
.section-corner-box svg {
	width: 80px;
	height: auto
}
.section-corner-box-top {
	top: 0;
}
.section-corner-box-bottom {
	bottom: 0
}

.ruhrpm-module--text-image--group {
	display: grid;
	grid-template-columns: 1fr 1fr; /* two equal columns */
	gap: 40px;
}
	
	.template-6040 .ruhrpm-module--text-image--group {
		grid-template-columns: 6fr 4fr;
	}
	
	.template-7030 .ruhrpm-module--text-image--group {
		grid-template-columns: 7fr 3fr;
	}
	
	.template-2080 .ruhrpm-module--text-image--group {
		grid-template-columns: 2fr 8fr;
	}
	.template-8020 .ruhrpm-module--text-image--group {
		grid-template-columns: 8fr 2fr;
	}
	
	.template-2080 .ruhrpm-module--text-image--group,
	.template-8020 .ruhrpm-module--text-image--group {
	  display: flex !important;
	  flex-direction: row;
	  gap: 0 !important;
	}
	
	
	.template-2080.image-is-left .ruhrpm-module--text-wrapper {
	  flex: 0 0 80%; /* feste 20 % Breite */
	}
	
	.template-2080.image-is-left .ruhrpm-module--text-wrapper .ruhrpm-module--text-wrapper-inner {
		padding: 0 0 0 50px
	}
	
	.template-2080.image-is-left .ruhrpm-module--image-wrapper {
	  flex: 0 0 20%; /* feste 80 % Breite */
	}
	
	.template-2080.image-is-left .ruhrpm-module--text-image--group,
	.template-8020.image-is-left .ruhrpm-module--text-image--group {
	  flex-direction: row-reverse !important;
	}

	.ruhrpm-module--team {
		position: relative
	}
	
	.ruhrpm-module--text-wrapper h2 {
		margin: 0 0 20px 0;
		font-size: 4rem;
	}
	.ruhrpm-module--text-wrapper h3 {
		margin: 0 0 30px 0;
		font-size: 3rem;
		color: var(--ruhrpm-color-blue);
		font-weight: 400
	}
	
	@media screen and (max-width: 800px) {
		.ruhrpm-module--text-image--group {
			display: block
		}
		.ruhrpm-module--text-wrapper-inner {
			padding: 0 0 50px 0
		}
		
		.ruhrpm-module--text-wrapper h2 {
			margin: 0 0 20px 0;
			font-size: 3rem;
		}
		.ruhrpm-module--text-wrapper h3 {
			font-size: 2.4rem;
		}
		
		.ruhrpm-module--alternating-teaser--container {
			padding: 50px 0
		}
		.ruhrpm-module--alternating-teaser--item {
		  padding: 20px;
	  	}
		
	}
	
.ruhrpm-module--image-wrapper {
	width: 100%;
}
.ruhrpm-module--image-wrapper img {
	width: 100%;
	height: auto
}



.section-background { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.background-color-sand { background: var(--ruhrpm-color-sand); }
.background-color-blue { background: var(--ruhrpm-color-blue); }
.background-color-darkblue { background: var(--ruhrpm-color-blue--darker); }
.background-color-orange { background: var(--ruhrpm-color-orange); }
.background-color-grey { background: var(--ruhrpm-color-grey); }
.background-color-gold { background: var(--ruhrpm-color-gold); }

.ruhrpm-module--text-image .ruhrpm-row {
	position: relative;
	z-index: 10
}

.ruhrpm-logo-slider-headline {
	position: relative;
	z-index: 100
}

.logo-slider {
  width: 100%;
  padding: 20px 0;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-ruhrpm-logoslider  .swiper-slide img {
  max-height: 100px;
  width: auto;
  object-fit: contain;
}

.ruhrpm-logo-smaller img {
  max-height: var(--logo-large-height, 70px); /* als Variable anpassbar */
}

.logoslider-item {
	width: auto !important;
	height: 150px !important;
}
	
.site-main .background-color-darkblue h1,
.site-main .background-color-darkblue h2,
.site-main .background-color-darkblue h3,
.site-main .background-color-darkblue p {
	color: #fff;
}

.site-main .background-color-darkblue .ruhrpm-module--button a:hover {
	background: #fff;
	color: var(--ruhrpm-color-blue--darker)
}

.ruhrpm-logoslider-content-slider-group {
	padding: 50px 0 0 0 
}

.swiper-slide.logoslider-item,
.swiper-slide.logoslider-item * {
	user-select: none
}
.logoslider-item {
	cursor: grab
}

@media screen and (max-width: 900px) {
	.swiper-ruhrpm-logoslider .swiper-slide img {
		max-width: 500px 
	}
}
@media screen and (max-width: 600px) {
	.swiper-ruhrpm-logoslider .swiper-slide img {
		max-width: 400px 
	}
}
@media screen and (max-width: 500px) {
	.swiper-ruhrpm-logoslider .swiper-slide img {
		max-width: 300px 
	}
}
@media screen and (max-width: 400px) {
	.swiper-ruhrpm-logoslider .swiper-slide img {
		max-width: 200px 
	}
}


.ruhrpm-module--logoslider {
	position: relative;
}
.ruhrpm-logoslider-content {
	position: relative;
	z-index: 10
}

/* Breadcrumb */
	nav.breadcrumb {
		font-size: 1.6rem;
		color: #888;
		padding: 0 0 60px 0
	}
	nav.breadcrumb a {
		color: var(--ruhrpm-color-blue);	
	}
	

/* Zeitstrahl  */


.timeline {
  position: relative;
  width: 100%;
  padding: 100px 0
}


.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-color: rgb(82, 126, 161);
  z-index: 1;
}

.timeline-year {
  text-align: center;
  position: relative;
  z-index: 2;
}

.year-circle {
  display: inline-block;
  background-color: rgb(82, 126, 161);
  color: white;
  font-weight: bold;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 2rem;
}

.timeline-item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0;
}

.timeline-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 100px; 
  position: relative;
}

.timeline-image,
.timeline-text {
  width: 45%;
}

.timeline-image img {
  width: 100%;
  border-radius: 8px;
}

.timeline-dot {
  position: absolute;
  top: 50%;
  left: calc(50% - 14px);
  width: 28px;
  height: 28px;
  background-color: rgb(82, 126, 161);
  border-radius: 50%;
  z-index: 3;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  scale: 0
}

.ruhrpm-module--timeline {
	position: relative
}

.timeline-text {
  position: relative;
}


.hidden-timeline-item {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.show-timeline-item {
  opacity: 1;
  transform: translateY(0);
}

.show-timeline-item .timeline-dot {
	scale: 1
}


.timeline-date {
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: rgb(82, 126, 161);
  font-size: 2rem;
}

.timeline-item.right .timeline-text {
  order: 1;
  text-align: right;
}

.timeline-item.right .timeline-image {
  order: 2;
}

.ruhrpm-module--timeline {
	background: var(--ruhrpm-color-sand);
}

@media screen and (max-width: 900px) {
	.timeline-content {
		background: #fff;
		display: flex;
		padding: 30px 0 30px 0;
		border-radius: 8px;
		gap: 30px;
		margin: 20px 0 0 0;
		z-index: 100
	}
	
	.timeline-item.right .timeline-text {
		text-align: left
	}
	
	.timeline-image, .timeline-text {
	  width: 100%;
	}
	
	  .timeline-content {
	    flex-direction: column; 
	  }
	  .timeline-image {
	    order: 2;
	  }
	  
	  .timeline-dot {
		  top: -13px
	  }
	  .timeline-item {
		  z-index: 100;
		  position: relative
	  }
	  
	  .timeline-text {
	    order: 1;
	  }
	  
	  .timeline-image-inner,
	  .timeline-text-inner {
		  padding: 0 30px 
	  }

}

.ruhrpm-module--clientSlider {
	padding: 100px 0 100px 0
}

.ruhrpm-module--clientSlider {
	position: relative
}

.ruhrpm-module--clientSlider .swiper-wrapper {
	padding: 0 0 50px 0
}

.section-background-orange p,
.section-background-darkblue p  {
	color: #fff
}

.ruhrpm-module--clientSlider {
	--swiper-pagination-bullet-inactive-color: #222;
	--swiper-pagination-bullet-inactive-opacity: .2;
	--swiper-pagination-bullet-size: 12px;
	--swiper-pagination-color: #fff;
	--swiper-navigation-color: #fff;
	--swiper-navigation-sides-offset: 40px
}

.ruhrpm-module--clientSlider 
.slider-content {
	padding: 0 200px
}

.ruhrpm-module--clientSlider-headline {
	position: relative;
	z-index: 100;
	color: #fff;
	text-align: center;
	padding: 0 0 50px 0
}

.ruhrpmClientSlider--image {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto 40px
}
.ruhrpmClientSlider--image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.ruhrpm-module--clientSlider 
.content p {
	font-size: 2.2rem
}

.case-study-title h1 {
	color: var(--ruhrpm-color-blue);
	margin: 0 0 30px 0;
	font-size: 5rem;
	font-weight: 700;
}


@media screen and (max-width: 1200px) {
	.ruhrpm-module--clientSlider 
	.slider-content {
		padding: 0 100px
	}
}
@media screen and (max-width: 700px) {
	.ruhrpm-module--clientSlider 
	.slider-content {
		padding: 0 50px
	}
	
	.ruhrpm-module--clientSlider .content p {
		font-size: 1.5rem
	}
	
	.ruhrpmClientSlider--image {
	  width: 100px;
	  height: 100px;
	  margin: 0 auto 25px
	  }
}


.ruhrpm-module--dynamiccontent-item {
	padding: 0 0 50px 0
}

.ruhrpm-module--dynamiccontent-item h2 {
	font-size: 3rem;
	color: #555;
	margin: 20px 0 10px;
}

.ruhrpm-module--dynamiccontent-item > div > h2:first-of-type {
	margin: 0 0 20px 0 
}

.ruhrpm-module--dynamiccontent-item ol {
	padding: 0 20px
}
.ruhrpm-module--dynamiccontent-item ol li  {
	padding: 0 0 10px 0
}

.ruhrpm-module--casestudyslider {
	padding: 80px 0 0 0
}

.case-study-slider {
  margin: 0 auto;
  --swiper-theme-color: rgb(30, 101, 134);
}
.case-slide {
  background: #fff;
  border-radius: 12px;
  padding: 20px 20px 40px 20px;
  text-align: center;
-webkit-box-shadow: 40px 40px 80px 0 rgba(0,0,0,0.2);
  box-shadow: 40px 40px 80px 0 rgba(0,0,0,0.2);
}

.case-thumb {
	height: 250px;
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0
}

.case-slide {
	margin: 0 30px;
}

h3.case-title {
	color: var(--ruhrpm-color-blue);
}

.case-study-slider-headline {
	padding: 0 0 30px 0
}

.case-study-slider .swiper-wrapper {
	padding: 0 0 100px 0
}

.case-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center
}
.case-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.case-excerpt {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.case-btn {
  display: inline-block;
  background: rgb(30, 101, 134);
  color: #fff;
  padding: 0.5rem 1.45rem;
  border: 2px solid rgb(30, 101, 134);
  border-radius: 8px;
  font-size: 1.65rem;
  text-decoration: none;
  transition: background 0.2s ease;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.case-btn:hover {
  	color: var(--ruhrpm-color-blue--darker);
	  background: #fff;
	padding: 0.5rem 1.85rem;
	border: 2px solid rgb(30, 101, 134);
}

h3.case-title  {
	font-size: 2.6rem;
}

.blog-header-module * {
  box-sizing: border-box;
}

.author-headline { 
	display: block;
	font-size: 1.3rem;
	color: var(--ruhrpm-color-grey);
	font-weight: 600
}

.ruhrpm-authorbox {
	position: relative
}

.author-layer-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}

@media screen and (max-width: 800px) {
	.case-thumb {
		height: 150px
	}
	h3.case-title {
	  font-size: 2rem;
	}
	
	.case-study-slider-headline h2 {
		text-align: center
	}
	
}

.author-name {
	font-size: 1.6rem;
	display: block;
	color: var(--ruhrpm-color-blue);
}

.ruhrpm-authorbox-image img {
	width: 100%;
	height: auto;
	vertical-align: middle
}

/* Container für die zwei Spalten */
.blog-header-module .columns {
  display: flex;
  gap: 50px;
  flex-wrap: wrap; /* wichtig für mobile Ansicht */
}

/* Linke flexible Spalte */
.blog-header-module .columns .left {
  flex: 1 1 0; 
  min-width: 200px; 
}

/* Rechte feste Spalte */
.blog-header-module .columns .right {
  flex: 0 0 200px;
}

/* Mobile Ansicht */
@media (max-width: 768px) {
  .blog-header-module .columns {
    flex-direction: column;
    gap: 20px; /* kleinerer Abstand auf mobile */
  }
}


.case_study-static-container {
	padding: 0 0 100px 0;
	display: flex
}



.case_study-static-container {
  display: flex;
  gap: 50px;              
  align-items: stretch;   
  flex-wrap: wrap;        
}

.case_study-static-container .case_study-static-item {
  flex: 1;                            
  background: white;
  padding: 30px;
  border-radius: 6px;
  -webkit-box-shadow: -50px 50px 100px 0 rgba(0,0,0,0.1);
  box-shadow: -50px 50px 100px 0 rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;     
}

.case_study-static-container.count-data-1 .case_study-static-item-inner {
	display: flex;
	gap: 40px;
}

.case-thumb,
.case-text-container {
  flex: 1;
}

@media (max-width: 900px) {
 .case_study-static-container.count-data-1 .case_study-static-item-inner {
    flex-direction: column; 
    gap: 10px
  }
}


.case_study-static-item .case-btn {
	display: inline-block
}

.ruhrpm-module--dynamiccontent
.ruhrpm-flex-content-textimage-container h3 {
	margin: 0 0 26px 0;
	color: var(--ruhrpm-color-blue);
}
@media (max-width: 868px) {
  .container {
    flex-direction: column;
  }
}

.ruhrpm-flex-content-quote-container-group {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: -50px 50px 100px 0 rgba(0,0,0,0.1);
	  box-shadow: -50px 50px 100px 0 rgba(0,0,0,0.1);
	  position: relative
}
.ruhrpm-flex-content-quote-container-group:before {
	width: 5px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: var(--ruhrpm-color-blue);
}

.ruhrpm-flex-content-quote-container-group-content p {
	font-size: 2.2rem;
	color: var(--ruhrpm-color-blue);
}
.ruhrpm-flex-content-quote-container-group-headline h2 {
	margin: 0;
	padding: 0
}
.ruhrpm-flex-content-quote-container-group-headline {
	padding: 0 0 30px 0
}
.ruhrpm-flex-content-quote-container-group-author {
	text-align: right
}

.ruhrpm-flex-content-quote-container-group-author p {
	font-size: 1.75rem;
}
.ruhrpm-flex-content-quote-container-group-author span {
	font-size: 1.75rem;
	color: var(--ruhrpm-color-grey);
	opacity: .6
}

.ruhrpm-module--dynamiccontent h3 {
	font-size: 2.2rem;
	margin: 20px 0 10px 0
}

.ruhrpm-module--dynamiccontent-item--type-text ul {
	margin: 0 0 20px 0
}

.ruhrpm-flex-content-textimage--image-box {
	-webkit-box-shadow: -30px 30px 100px 0 rgba(0,0,0,0.3);
	  box-shadow: -30px 30px 100px 0 rgba(0,0,0,0.3);
}


.image_fit_to_text-1 .ruhrpm-flex-content-textimage-container-group {
	align-items: stretch
}
.image_fit_to_text-1 .ruhrpm-flex-content-textimage-container-column--image {
	position: relative
}
.image_fit_to_text-1 .ruhrpm-flex-content-textimage--image-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.image_fit_to_text-1 .ruhrpm-flex-content-textimage--image-box img {
	object-fit: contain;
	width: 100%;
	height: 100%
}

.ruhrpm-module--dynamiccontent .ruhrpm-module--dynamiccontent-item--type-text h3 {
  margin: 0 0 26px 0;
  color: var(--ruhrpm-color-blue);
}


@media screen and (max-width: 600px) {
	.termin-list-intro span {
		padding: 0 0 0 0
	}
	.ruhrpm-termin-item-box {
		display: block;
		border: 0;
		/* padding: 0 !important */
	}
	.termin-box-icon-cal {
		align-items: start !important;
		top: 10px;
		height: calc(100% - 10px);
	}
}

@media screen and (max-width: 600px) {
	.termin-box-icon-cal {
		width: 40px
	}
	.ruhrpm-termin-item-box {
	    padding: 10px 0 10px 49px;
	}
}	

@media screen and (max-width: 900px) {
	.case-study-title h1 {
		font-size: 3rem
	
	}
}

.ruhrpm-stage-content-header h1 {
	margin: 0 0 20px 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ruhrpm-stage-content-header span {
	display: block
}