section.m30_hauptheader .m30_image{
	min-height:200px;
	height:calc(100vh - 115px - 95px);
}

section.m30_hauptheader.hgi_karriere_header {
	background-image: url(../../../img/background_kacheln_gray.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}


section.m30_hauptheader .rsContainer img.rsImg{
	margin-top:0;
	margin-left:0;
	width:100%;
}

section.m30_hauptheader.[data-slider="slick_slider"] .rsContainer img{
	height:100%;
}

section.m30_hauptheader .m30_image img{
	object-fit:cover;
	width:100%;
	height:100%;
}

.m30_content_main{
	display:flex;
}

.m30_content_container{
	width: calc(50% - 50px);
	display: flex;
	align-items: center;
	position:relative;
}

.m30_referenzen_container{
	width: calc(50% + 50px)
}

.m30_content{
	position: absolute;
	z-index: 1;
	width: calc(100% + 250px);
}

/* .m30_item {
	cursor: grabbing;
} */

.m30_item_content{
	position:relative;
}

.m30_referenz_data{
	position: absolute;
	bottom: 60px;
	text-align: right;
	max-width: 30%;
	z-index: 3;
	text-shadow: 0 0 39px rgb(0,0,0);
}

.m30_referenz_data .m30_to_referenz a:hover svg{
	margin-right: -3px;
}

.m30_referenz_data a svg {
	fill: #fff;
	transform: rotate(180deg);
	width: 11px;
	height: auto;
	margin-bottom: 5px;
	transition: var(--linkTransition);
}

.m30_titel {
	font-family: "sofia-pro", sans-serif;
	font-size: 70px;
	margin-bottom: 35px;
}

.m30_text_container_inner {
	margin-bottom: 45px;
}

.m30_text_container_inner p:last-child {
	margin-bottom: 0;
}

.m30_referenz_data .m30_title {
	margin-bottom: 10px;
}

.m30_referenz_data .m30_title * {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
}

section.m30_hauptheader .slick-prev {
	left: 0;
}

section.m30_hauptheader .slick-next {
	left: 55px !important;
}

section.m30_hauptheader .slick-arrow {
	width: 55px;
	height: 55px;
	background: var(--primarbutton_background_color);
	bottom: -27px !important;
	z-index: 3;
}

section.m30_hauptheader .slick-arrow:before {
	content: '';
	background: url(../../../img/arrow_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 20px;
	height: 20px;
	display: inline-block;
}

section.m30_hauptheader .slick-next:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

section.m30_hauptheader .slick-prev::before {
	width: 12px !important;
	height: 12px !important;
}

section.m30_hauptheader .slick-next::before {
	width: 17px !important;
	height: 17px !important;
}

section.m30_hauptheader .slick-prev:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 1px;
	height: 35px;
	background: #ffffff82;
	display: inline-block;
}

section.m30_hauptheader .slick-slider .slick-dots {
	bottom: 22.5px;
	z-index: 3;
	width: auto;
}

section.m30_hauptheader .m30_referenz_data .m30_title *,
section.m30_hauptheader .m30_referenz_data .m30_to_referenz * {
	color: #fff;
}

section.m30_hauptheader .m30_referenz_data .m30_to_referenz * {
	font-weight: 300;
}

.m30_text_container {
	max-width: 70%;
}

.m30_seitenleiste {
	position: absolute;
	top: 95px;
	left: 0;
	transform: translateY(-95px);
	width: 95px;
	height: calc(100vh - 115px);
}

.m30_seitenleiste_inner {
	height: 100%;
}

.m30_seitenleiste_top_container {
	height: calc(100% - 95px);
	background: #eeeeee;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.m30_seitenleiste_top_inner {
	transform: rotate(270deg);
	margin-bottom: 60px;
}

.m30_seitenleiste_bottom_container {
	height: 95px;
	background: var(--primarbutton_background_color);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: var(--linkTransition);
	cursor: pointer;
}

.m30_seitenleiste_top_text {
	font-size: 15px;
	cursor: pointer;
	transition: var(--linkTransition);
}

.m30_seitenleiste_top_text:hover {
	color: var(--sekundarlink_hover);
	text-shadow: 0 0 .9px var(--sekundarlink_hover);
}

.m30_seitenleiste_bottom_container svg,
.m30_seitenleiste_bottom_container img {
	height: 21px;
	width: auto;
	transition: var(--linkTransition);
}

.m30_seitenleiste_bottom_container svg {
	fill: #fff;
}

.m30_seitenleiste_bottom_container:hover {
	background: var(--buttonHover);
}

.m30_seitenleiste_bottom_container:hover svg,
.m30_seitenleiste_bottom_container:hover img {
	height: 28px;
}

.m30_content_container {
	position: relative;
	z-index: 3;
}

.m30_image_overlay {
	position: absolute;
	top: 0;
	right: 0;
	height: calc(100% + 5px);
	width: calc(50% + 50px);
	z-index: 2;
	pointer-events: none;
	opacity: 70%;
}

section.hgi_startseite_header + section,
section.hgi_startseite_header + div {
	margin-top: 95px;
}

.m30_toenung {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50%;
	/* background: linear-gradient(to top, rgba(255, 255, 255, .75), rgba(255, 255, 255, .8), rgba(255, 255, 255, .3), rgba(255,255,255, 0)); */
	background: linear-gradient(to top, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0));
	z-index: 2;
	pointer-events: none;
}

section.hgi_karriere_header {
	padding-bottom: 90px;
}

section.hgi_karriere_header .m30_titel {
	font-family: "sofia-pro", sans-serif;
	font-size: 55px;
}

section.hgi_karriere_header .m30_content_container {
	width: 75%;
}

section.hgi_karriere_header .m30_text_container {
	max-width: 75%;
}

.m30_seitenleiste {
	display: none;
}

section.hgi_startseite_header .m30_seitenleiste {
	display: block;
}

@media screen and (max-width: 2199px) {
	.m30_referenz_data {
		max-width: 40%;
	}
}

@media screen and (max-width: 1920px) {
	section.hgi_karriere_header .m30_content_container {
		width: 85%;
	}
}

@media screen and (max-width: 1849px) {
	.m30_content {
		width: calc(100% + 300px);
	}
}

@media screen and (max-width: 1599px) {
	section.hgi_startseite_header + section, 
	section.hgi_startseite_header + div {
		margin-top: 65px;
	}
	
	section.m30_hauptheader .m30_image{
		height:calc(100vh - 90px - 65px);
	}
	
	.m30_seitenleiste {
		height: calc(100vh - 65px);
		top: 65px;
		transform: translateY(-65px);
		width: 65px;
	}
	
	.m30_seitenleiste_top_container {
		height: calc(100% - 90px);
	}
	
	.m30_seitenleiste_bottom_container {
		height: 65px;
	}
	
	.m30_titel {
		font-size: 50px;
		margin-bottom: 20px;
	}
	
	.m30_referenz_data {
		max-width: 50%;
	}
	
	.m30_text_container {
		max-width: 60%;
	}
	
	.m30_content {
		width: calc(100% + 200px);
	}
	
	.m30_text_container_inner {
		margin-bottom: 35px;
	}
	
	section.hgi_karriere_header .m30_titel {
		font-size: 45px;
	}
	
	section.hgi_karriere_header {
		padding-bottom: 70px;
	}
	
	section.hgi_karriere_header .m30_text_container {
		max-width: 85%;
	}
}

@media screen and (max-width: 1399px) {
	section.hgi_startseite_header + section, 
	section.hgi_startseite_header + div {
		margin-top: 45px;
	}
	
	.m30_text_container {
		max-width: 70%;
	}

	section.m30_hauptheader .m30_image{
		height:calc(100vh - 90px - 45px);
	}
	
	.m30_seitenleiste {
		height: calc(100vh - 45px);
		top: 45px;
		transform: translateY(-45px);
		width: 45px;
	}

	.m30_seitenleiste_bottom_container {
		height: 45px;
	}
	
	.m30_seitenleiste_bottom_container svg, 
	.m30_seitenleiste_bottom_container img {
		height: 12.5px;
	}
	
	.m30_seitenleiste_bottom_container:hover svg, 
	.m30_seitenleiste_bottom_container:hover img {
		height: 25px;
	}
	
	.m30_referenz_data {
		max-width: 65%;
	}
	
	section.hgi_karriere_header .m30_text_container {
		max-width: 100%;
	}
	
	.m30_seitenleiste {
		display: none !important;
	}
}

@media screen and (max-width: 1199px) {
	section.hgi_startseite_header + section, 
	section.hgi_startseite_header + div {
		margin-top: 0;
	}
	
	.m30_content {
		width: calc(100% + 250px);
	}
	
	.m30_text_container {
		max-width: 65%;
	}
	
	section.m30_hauptheader .m30_image {
		height: calc(100vh - 90px);
	}
	
	.m30_referenz_data .m30_title * {
		font-size: 22px;
	}
	
	.m30_referenz_data {
		max-width: 55%;
	}
	
	section.hgi_karriere_header .m30_content_container {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	section.m30_hauptheader {
		padding-left: 0 !important;
	}
	
	.m30_referenzen_container,
	.m30_content_container,
	.m30_image_overlay {
		width: 100%;
	}
	
	.m30_content_main {
		flex-wrap: wrap;
	}
	
	.m30_content {
		width: 100%;
	}
	
	section.m30_hauptheader .m30_image {
		height: auto;
	}
	
	section.m30_hauptheader.hgi_startseite_header .m30_content {
		position: relative;
		padding: 80px 0;
	}
	
	section.m30_hauptheader.hgi_startseite_header .m30_content_container {
		height: auto;
	}
	
	section.m30_hauptheader .m30_image {
		height: 450px;
	}
	
	.m30_text_container {
		max-width: 100%;
	}
	
	section.m30_hauptheader .slick-arrow {
		bottom: inherit !important;
		top: 27px !important;
	}
	
	section.hgi_karriere_header .m30_content_container {
		width: 100%;
	}
	
	section.m30_hauptheader.hgi_karriere_header {
		background-size: auto;
	}
	
	.m30_referenz_data {
		max-width: 40%;
	}
	
	.m30_referenz_data {
		text-shadow: 0 0 49px rgb(0,0,0);
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	section.m30_hauptheader.hgi_startseite_header .m30_content_container {
		max-width: 720px;
		padding-left: 12.5px;
		padding-right: 12.5px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	section.m30_hauptheader .slick-arrow {
		width: 45px;
		height: 45px;
	}
	
	section.m30_hauptheader .slick-next {
		left: 44.5px !important;
	}
	
	section.m30_hauptheader .slick-prev::after {
		height: 25px;
	}
	
	section.m30_hauptheader .slick-arrow {
		bottom: -55px;
	}
	
	section.m30_hauptheader .slick-prev::before {
		width: 11px !important;
		height: 11px !important;
	}
	
	section.m30_hauptheader .slick-next::before {
		width: 15px !important;
		height: 15px !important;
	}
	
	.m30_titel {
		margin-bottom: 10px;
		font-size: 35px;
	}
	
	.m30_text_container_inner {
		margin-bottom: 15px;
	}
	
	section.m30_hauptheader .slick-arrow {
		top: 22px !important;
	}
	
	.m30_referenz_data .m30_title * {
		font-size: 18px;
	}
	
	.m30_referenz_data .m30_title {
		margin-bottom: 5px;
	}
	
	section.hgi_karriere_header .m30_titel {
		font-size: 30px;
	}
	
	section.hgi_karriere_header {
		padding-bottom: 50px;
	}
	
	section.m30_hauptheader.hgi_startseite_header .m30_content {
		padding: 50px 0;
	}
	
	section.m30_hauptheader .m30_image {
		height: 350px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	section.m30_hauptheader.hgi_startseite_header .m30_content_container {
		max-width: 540px;
		padding-left: 12.5px;
		padding-right: 12.5px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 575px) {
	.m30_titel {
		font-size: 30px;
		hyphens: auto;
	}
	
	section.m30_hauptheader > .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	section.m30_hauptheader .m30_content_container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.m30_referenz_data {
		right: 20px !important;
	}
	
	section.m30_hauptheader .slick-slider .slick-dots {
		right: 20px !important;
	}
	
	section.m30_hauptheader .m30_image {
		height: 300px;
	}
	
	.m30_referenz_data {
		max-width: 75%;
	}
	
	section.hgi_karriere_header .m30_titel {
		font-size: 25px;
	} 
}