8.ray-grp-startseite {
	
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {

}
@media (max-width: 640px) {

}





.ray-grp-startseite .ray-seiten-intro .grafik img {
  width: 275px;
}



@media (max-width: 640px) {
	.ray-grp-startseite .ray-seiten-intro .grafik {
		margin-top: 50px;
	}
	.ray-grp-startseite .ray-seiten-intro .grafik img {
		width: 200px;
	}
}





.ray-grp-startseite section.denken-wrapper .eine-sektion {
  position: relative;
}

.ray-grp-startseite section.denken-wrapper .eine-sektion > .bild {
  width: 50%;
  float: none;
  position: absolute;
  left: 50%;
  height: 100%;
}
.ray-grp-startseite section.denken-wrapper .eine-sektion > .bild figure {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.ray-grp-startseite section.denken-wrapper .eine-sektion > .bild figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.ray-grp-startseite section.denken-wrapper .eine-sektion > .text {
  width: 50%;
  float: left;
}
.ray-grp-startseite section.denken-wrapper .eine-sektion:nth-child(2n+1) .text {
  float: right;
}
.ray-grp-startseite section.denken-wrapper .eine-sektion .text .inner {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.ray-grp-startseite section.denken-wrapper .eine-sektion .text ul > li {
  color: #fab500;
  margin: 6px 0;
}
.ray-grp-startseite section.denken-wrapper .eine-sektion:nth-child(2n+1) .bild {
  left: 0;
}

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {
	.ray-grp-startseite section.denken-wrapper .eine-sektion > .bild {
	  width: 100%;
	  position: relative;
	  left: 0;
	  height: auto;
	}
	.ray-grp-startseite section.denken-wrapper .eine-sektion > .bild figure {
	  position: relative;
	  left: 0;
	  top: 0;
	  height: auto;
	  width: auto;
	}
	.ray-grp-startseite section.denken-wrapper .eine-sektion > .bild figure img {
	  object-fit: unset;
	  width: 100%;
	  height: auto;
	}

	.ray-grp-startseite section.denken-wrapper .eine-sektion > .text {
	  width: 100%;
	  float: none;
	}
	.ray-grp-startseite section.denken-wrapper .eine-sektion:nth-child(2n+1) .text {
	  float: none;
	}
	.ray-grp-startseite section.denken-wrapper .eine-sektion .text .inner {
	  width: 100%;
	  max-width: 100%;
	  padding-left: 15px;
	  padding-right: 15px;
	  box-sizing: border-box;
	}
	.ray-grp-startseite section.denken-wrapper .eine-sektion .text ul > li {
	  margin: 5px 0;
	}
	.ray-grp-startseite section.denken-wrapper .eine-sektion:nth-child(2n+1) .bild {
	  left: 0;
	}
}
@media (max-width: 640px) {

}






.ray-grp-startseite section.portfolio-wrapper .intro {
  width: 100%;
  max-width: 600px;
}
.ray-grp-startseite section.portfolio-wrapper .intro h2 span {
	display: block;
}


.ray-grp-startseite section.portfolio-wrapper .ein-item a {
  display: block;
  text-decoration: none;
  position: relative;
}

.ray-grp-startseite section.portfolio-wrapper .ein-item a::before, 
.ray-grp-startseite section.portfolio-wrapper .ein-item a::after {
	z-index: 2;
	content: "";
	width: 55px;
	height: 55px;
	position: absolute;
	transition: all 0.4s ease-in-out;
	box-sizing: border-box;
}
.ray-grp-startseite section.portfolio-wrapper .ein-item:hover a::before, 
.ray-grp-startseite section.portfolio-wrapper .ein-item:hover a::after {
  width: 100%;
  height: 100%;
}


.ray-grp-startseite section.portfolio-wrapper .ein-item a::before {
	border-top: 10px solid #FAB500;
	border-left: 10px solid #FAB500;
	top: 0;
	left: 0;
}
.ray-grp-startseite section.portfolio-wrapper .ein-item a::after {
	border-bottom: 10px solid #FAB500;
	border-right: 10px solid #FAB500;
	bottom: 0;
	right: 0;
}


.ray-grp-startseite section.portfolio-wrapper .ein-item a .bild {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ray-grp-startseite section.portfolio-wrapper .ein-item a .bild img {
	transition: all 0.4s ease-in-out;
	transform: scale(1);
	width: 100%;
}
.ray-grp-startseite section.portfolio-wrapper .ein-item:hover a .bild img {
	transform: scale(1.2);
}

.ray-grp-startseite section.portfolio-wrapper .ein-item .text {
	padding: 15px 35px 60px 35px;
	position: relative;
	z-index: 1;
}
.ray-grp-startseite section.portfolio-wrapper .ein-item .text h3 span {
	display: block;
}



@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.ray-grp-startseite section.portfolio-wrapper .ein-item a::before {
		border-top: 5px solid #FAB500;
		border-left: 5px solid #FAB500;;
	}
	.ray-grp-startseite section.portfolio-wrapper .ein-item a::after {
		border-bottom: 5px solid #FAB500;
		border-right: 5px solid #FAB500;
	}
	.ray-grp-startseite section.portfolio-wrapper .ein-item .text {
	  padding: 15px 15px 35px 15px;
	}
	.ray-grp-startseite section.portfolio-wrapper .ein-item .text p {
		height: 120px;
	}
}
@media (max-width: 768px) {
	.ray-grp-startseite section.portfolio-wrapper .ein-item .text p {
	  height: auto;
	}
}
@media (max-width: 640px) {

}











.ray-grp-startseite section.tochterfirmen {
	position: relative;
}
.ray-grp-startseite section.tochterfirmen .text {
	position: absolute;
	height: 100%;
	width: 50%;
	left: 50%;
	top: 0;
	display: flex;
	align-items: center;
}

.ray-grp-startseite section.tochterfirmen .text > .inner {
  width: 640px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.ray-grp-startseite section.tochterfirmen .firmen-liste {
	width: 50%;	
	position: relative;	
}

.ray-grp-startseite section.tochterfirmen .firmen-liste:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: URL('/images/startseite/bg_deutschland_karte.jpg');
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.ray-grp-startseite section.tochterfirmen .firmen-liste .overlay {
  padding: 50px 0;
  position: relative;
  z-index: 2;
  background-color: rgba(19, 29, 78,0.75)
}


.ray-grp-startseite section.tochterfirmen .firmen-liste .overlay > .inner {
  width: 640px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}


.ray-grp-startseite section.tochterfirmen .firmen-liste li.eine-firma {
	text-align: left;
	margin-top: 50px;
	position: relative;
}
.ray-grp-startseite section.tochterfirmen .firmen-liste li.eine-firma:first-child {
	margin-top: 0;
}

.ray-grp-startseite section.tochterfirmen .firmen-liste li.eine-firma .firma {
	width: 100%;
	box-sizing: border-box;
	padding-left: 175px;
}
.ray-grp-startseite section.tochterfirmen .firmen-liste li.eine-firma .firma h3 {
	color: #FAB500;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.ray-grp-startseite section.tochterfirmen .firmen-liste li.eine-firma .button-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 175px;
	height: 100%;
	display: flex;
	align-items: center;
}

.ray-grp-startseite section.tochterfirmen .firmen-liste li.eine-firma a.bp-button {
}



@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.ray-grp-startseite section.tochterfirmen {
		margin-top: 0;
	}
	.ray-grp-startseite section.tochterfirmen .text {
		position: relative;
		height: auto;
		width: 100%;
		left: 0;
		display: flex;
		align-items: center;
	}
	.ray-grp-startseite section.tochterfirmen .text > .inner {
		width: 754px;
		padding-top: 15px;
		padding-bottom: 25px;
	}
	.ray-grp-startseite section.tochterfirmen .firmen-liste {
		width: 100%;
	}
	.ray-grp-startseite section.tochterfirmen .firmen-liste .overlay {
	  padding: 35px 0;
	}
	.ray-grp-startseite section.tochterfirmen .firmen-liste .overlay .inner {
		width: 754px;
	}
	.ray-grp-startseite section.tochterfirmen .firmen-liste li.eine-firma {
		margin-top: 50px;
	}
	.ray-grp-startseite section.tochterfirmen .firmen-liste li.eine-firma .firma {
		padding-left: 0;
	}
	.ray-grp-startseite section.tochterfirmen .firmen-liste li.eine-firma .button-container {
		position: relative;
		width: 175px;
		height: auto;
		display: block;
		margin-top: 15px;
	}

	.ray-grp-startseite section.tochterfirmen .firmen-liste li.eine-firma a.bp-button {
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {

}











.ray-grp-startseite section.regionale-partner {
  position: relative;
}
.ray-grp-startseite section.regionale-partner > .text {
  width: 50%;
}
.ray-grp-startseite section.regionale-partner > .text > .inner {
  width: 640px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}


.ray-grp-startseite section.regionale-partner > .regionale-partner-slider-wrapper {
	position: absolute;
	height: 100%;
	width: 50%;
	left: 50%;
	top: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.ray-grp-startseite section.regionale-partner > .regionale-partner-slider-wrapper .blur-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
  	background-size: cover;
	background-position: right top;
	filter: blur(5px);
	opacity: 0.7;
}
.ray-grp-startseite section.regionale-partner > .regionale-partner-slider-wrapper .overlay {
  width: 100%;
}

.ray-grp-startseite section.regionale-partner > .regionale-partner-slider-wrapper #regionale-partner-slider .ein-partner {
  color: #131D4E;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}



@media (max-width: 1279px) {
	.ray-grp-startseite section.regionale-partner > .regionale-partner-slider-wrapper #regionale-partner-slider .ein-partner {
	  font-size: 40px;
	}
}
@media (max-width: 1023px) {
	.ray-grp-startseite section.regionale-partner > .text {
		width: 100%;
	}
	.ray-grp-startseite section.regionale-partner > .text > .inner {
		width: 754px;
	}
	.ray-grp-startseite section.regionale-partner > .regionale-partner-slider-wrapper {
		position: relative;
		height: 400px;
		width: 100%;
		left: 0;
	}
	.ray-grp-startseite section.regionale-partner > .regionale-partner-slider-wrapper #regionale-partner-slider .ein-partner {
	  font-size: 30px;
	}
}
@media (max-width: 768px) {
	.ray-grp-startseite section.regionale-partner > .regionale-partner-slider-wrapper {
		height: 300px;
	}
}
@media (max-width: 640px) {
	.ray-grp-startseite section.regionale-partner > .regionale-partner-slider-wrapper {
		height: 200px;
	}
	.ray-grp-startseite section.regionale-partner > .regionale-partner-slider-wrapper #regionale-partner-slider .ein-partner {
	  font-size: 20px;
	}
}


.ray-grp-startseite section.jobs-wrapper .intro-wrapper {
  padding-top: 100px;
  padding-bottom: 185px;
  position: relative;
  z-index: 0;
}
.ray-grp-startseite section.jobs-wrapper .intro-wrapper:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: URL('/images/startseite/bg_stellenausschreibungen.jpg');
  background-size: cover;
  z-index: 1;
}
.ray-grp-startseite section.jobs-wrapper .intro-wrapper > div {
  position: relative;
  z-index: 2;
}



.ray-grp-startseite section.jobs-wrapper .job-angebote-wrapper {
  margin-top: -85px;
}

@media (max-width: 1279px) {
	.ray-grp-startseite section.jobs-wrapper .intro-wrapper {
	  padding-top: 100px;
	  padding-bottom: 200px;
	}
	.ray-grp-startseite section.jobs-wrapper .job-angebote-wrapper {
	  margin-top: -100px;
	}
}
@media (max-width: 1023px) {	
	.ray-grp-startseite section.jobs-wrapper .freistehende-grafik img {
		width: 400px;
	}
}
@media (max-width: 768px) {
	.ray-grp-startseite section.jobs-wrapper .freistehende-grafik img {
		width: 300px;
	}
	.ray-grp-startseite section.jobs-wrapper .intro-wrapper {
	  padding-top: 75px;
	  padding-bottom: 185px;
	}
	.ray-grp-startseite section.jobs-wrapper .job-angebote-wrapper {
	  margin-top: -110px;
	}
}
@media (max-width: 640px) {
	.ray-grp-startseite section.jobs-wrapper .freistehende-grafik img {
		width: 200px;
	}
	.ray-grp-startseite section.jobs-wrapper .intro-wrapper {
	  padding-top: 50px;
	  padding-bottom: 170px;
	}
	.ray-grp-startseite section.jobs-wrapper .job-angebote-wrapper {
	  margin-top: -120px;
	}
}













.ray-grp-startseite section.unsere-veroeffentlichungen {
	position: relative;
}

.ray-grp-startseite section.unsere-veroeffentlichungen h2 {
  margin-bottom: 50px;
}
/** 30px zum Ausgleich des überlappenden Bildes **/

.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper {
	position: relative;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: URL('/images/startseite/bg_ray_magazin_und_csr.jpg');
  background-size: cover;
  z-index: 1;
}

.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div {
  width: 33.333333%;
  z-index: 2;
  position: relative;
}

.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-magazine {
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-magazine .ein-inhalt {
  margin-left: auto;
  margin-right: 15%;
  max-width: 300px;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-magazine .ein-inhalt .bild {
  position: relative;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-magazine .ein-inhalt .bild img {
  width: 100%;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-magazine .ein-inhalt .bild a.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-magazine .ein-inhalt .bild a.overlay > i {
  font-size: 100px;
  opacity: 0.3;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-magazine .ein-inhalt .bild a.overlay:hover > i, 
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-magazine .ein-inhalt .bild a.overlay:focus > i {
  font-size: 120px;
  opacity: 0.9;
  color: #fab500;
}

.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-magazine .ein-inhalt .text {
  margin-top: 15px;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-magazine .ein-inhalt .text h4 {
  font-weight: 500;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-magazine .ein-inhalt .text .einleitung {
  font-size: 13px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}



.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-csr {
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-csr .ein-inhalt {
  margin-left: 15%;
  margin-right: auto;
  max-width: 300px;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-csr .ein-inhalt .bild {
  position: relative;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-csr .ein-inhalt .bild img {
  width: 100%;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-csr .ein-inhalt .bild a.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-csr .ein-inhalt .bild a.overlay > i {
  font-size: 100px;
  opacity: 0.3;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-csr .ein-inhalt .bild a.overlay:hover > i, 
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-csr .ein-inhalt .bild a.overlay:focus > i {
  font-size: 120px;
  opacity: 0.9;
  color: #fab500;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-csr .ein-inhalt .text {
  margin-top: 15px;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-csr .ein-inhalt .text h4 {
  font-weight: 500;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-csr .ein-inhalt .text .einleitung {
  font-size: 13px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}




.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-imagebild {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-imagebild .bild {
  width: 100%;
  height: calc(100% + 60px);
  position: absolute;
  left: 0;
  top: -30px;
  box-shadow: 0px 0px 10px rgba(55, 55, 55, 0.5);
}
.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-imagebild .bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



@media (max-width: 1279px) {
	.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-magazine .ein-inhalt {
	  max-width: 220px;
	}
	.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-csr .ein-inhalt {
	  max-width: 220px;
	}
}
@media (max-width: 1023px) {
	.ray-grp-startseite section.unsere-veroeffentlichungen h2 {
		margin-bottom: 20px;
	}
	.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div {
		width: 50%;
	}
	.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-magazine .ein-inhalt {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
	.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-csr .ein-inhalt {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}	
	.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div.ray-imagebild {
		display: none;
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
	.ray-grp-startseite section.unsere-veroeffentlichungen .inhalt-wrapper > div {
		width: 100%;
	}
}





















.ray-grp-startseite .logo-link-slider .ein-slide {
    background-color: #fff;
    margin: 0.5%;
    box-sizing: border-box;
    padding: 15px 5px;
    border-radius: 2px;
    display: block;
    width: 15.666666%;
	width: 24%;
	width: 32.333333%;
    float: left;
    border: 1px solid #ddd;
}


@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.ray-grp-startseite .logo-link-slider .ein-slide {
		padding: 15px 5px;
		width: 32.333333%;
		width: 24%;
		width: 32.333333%;
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
    .ray-grp-startseite .logo-link-slider .ein-slide {
		padding: 15px 10px;
		width: 49%;
	}
}










@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {

}
@media (max-width: 640px) {

}