section.m30_header_n{
	padding-top:0;
	padding-bottom:0;
}

section.m30_header_n .m30_container_main {
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.m30_aktuelle_news_container{
	position: absolute;
	bottom:20px;
	padding:0;
	margin:0;
}

.m30_aktuelle_news_items{
	display:flex;
	justify-content: space-between;
	margin: 0 -15px;
}

.m30_aktuelle_news_items .m30_aktuelle_news_item {
	padding: 0 15px;
	flex: 0 0 auto;
	max-width: 25%;
	width: 100%;
}

.m30_aktuelle_news_items .m30_aktuelle_news_item > * {
	background: #2f4968;
	color: #fff;
	padding: 25px;
	display: block;
	height: 100%;
	cursor: pointer;
}

.m30_aktuelle_news_items .m30_aktuelle_news_item > *.max-height {
	max-height: 200px;
	overflow: hidden;
	position: relative;
}

.m30_aktuelle_news_items .m30_aktuelle_news_item > *.max-height:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: linear-gradient(to top, rgba(47,73,104,1), rgba(47,73,104,1) 30%, rgba(47,73,104,.7) 100%);
}

.m30_aktuelle_news_items .m30_aktuelle_news_item .m30_aktuelle_news_item_top {
	display: flex;
	margin-bottom: 20px;
}

.m30_aktuelle_news_items .m30_aktuelle_news_item .m30_aktuelle_news_item_top .m30_aktuelle_news_item_categories {
	margin-right: 20px;
}

.m30_aktuelle_news_items .m30_aktuelle_news_item .m30_aktuelle_news_item_top .m30_aktuelle_news_item_categories_item {
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 600;
	background: #4c5f78;
	padding: 5px;
	padding-bottom: 2px;
	font-size: .8rem;
}

.m30_aktuelle_news_items .m30_aktuelle_news_item .m30_aktuelle_news_item_top .m30_aktuelle_news_item_date > p {
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 1;
	color: rgb(210,213,218);
	font-size: .9rem;
	opacity: .7;
}

.m30_aktuelle_news_items .m30_aktuelle_news_item .m30_aktuelle_news_item_top .m30_aktuelle_news_item_date > p .trennzeichen > img {
	margin-top: -6px;
	margin-right: 10px;
}

.m30_aktuelle_news_items .m30_aktuelle_news_item .m30_aktuelle_news_item_title > p {
	margin-bottom: 0;
}

.m30_link_container.button a{
	color: #fff;
	display: flex;
	background-color: #0096fe;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.m30_link_container.button svg{
	fill: #fff;
}

section.m30_header_n .m30_link_container.button a:hover {
	background-color: #111d2b;
}

section.m30_header_n .m30_link_container.button:hover {
	box-shadow: none;
}

section.m30_header_n .m30_image_container{
	position:relative;
	height:100%;
	width: 100%;
}

section.m30_header_n .m30_button_2 a {
	background-color: rgba(0, 150, 254, .2);
}

section.m30_header_n .m30_buttons_container {
	display: flex;
	gap: 11px;
}

section.m30_header_n .m30_image_container:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
/* 	background: linear-gradient(to top, rgba(37,63,95, .6), rgba(37,63,95, .6) 20%, rgba(37,63,95, .3) 30%, rgba(37,63,95, 0) 100%); */
}

section.m30_header_n .m30_video_container_top {
	position: relative;
	background: #000;
}

section.m30_header_n .m30_video_close_container {
	position: absolute;
	top: 150px;
	right: 50px;
	width: 30px;
	cursor: pointer;
	z-index: 1;
}

section.m30_header_n .m30_video_close_container svg {
	fill: #fff;
}

section.m30_header_n .m30_video_container_top.header_meassure {
	width: 100%;
	height: calc(100vh - 102px);
/* 	height: calc(100vh - 150px); */
}

section.m30_header_n .m30_video_container_top video,
section.m30_header_n .m30_image_container img:not(.m30_image_logo) {
	width:100%;
	height: 100vh;
/* 	height: calc(100vh - 150px); */
	object-fit: cover;
}

section.m30_header_n .m30_image_container .m30_image_logo_container {
	position: absolute;
	right: 100px;
	top: 150px;
	width: 200px;
	z-index: 5;
}

section.m30_header_n .m30_video_container_top.first {
	position: absolute;
	width: 100%;
}

section.m30_header_n .m30_button_container {
	display: flex;
	align-items: center;
}

section.m30_header_n .m30_video_container_bottom {
	margin-left: 45px;
}

section.m30_header_n .m30_video_container_bottom .m30_video_link {
	display: flex;
	align-items: center;
	cursor: pointer;
}

section.m30_header_n .m30_video_container_bottom .m30_video_link svg {
	width: 55px;
	height: 55px;
	opacity: .5;
	-webkit-transition: -webkit-opacity .4s;
	-moz-transition: -moz-opacity .4s;
	-ms-transition: -ms-opacity .4s;
	-o-transition: -o-opacity .4s;
	transition: opacity .5;
}

section.m30_header_n .m30_video_container_bottom .m30_video_link:hover svg {
	opacity: 1;
}

section.m30_header_n .m30_video_container_bottom .m30_video_link span {
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	margin-left: 15px;
}

body:not(.home) section.m30_header_n .m30_image_container img {
	height: 50vh;
}

section.m30_header_n.slider_on .m30_container_main{
	height:600px;
}


section.m30_header_n.slider_on .rsOverflow{
	width: 100% !important;
	/* height:600px !important; */
}


section.m30_header_n .m30_content_text_container h1 {
	font-size: 2rem;
}

section.m30_header_n .m30_content_text_container *{
	color:#fff;
	/* text-shadow: 2px 2px 20px rgba(37,63,95,.8); */
	font-size: .889rem;
}

section.m30_header_n .m30_link_container a,
section.m30_header_n .mc_lightbox_activator {
	border-radius: 7px;
	font-weight: 400;
	text-transform: none;
	transition: background .4s;
	padding: 17px 30px 15px 32px;
}

section.m30_header_n .m30_content_text_container{
	position:absolute;
	display:flex;
	align-items: flex-end;
	height:100%;
	/*padding: 50px 120px 50px 120px;*/
	width: 100%;
	opacity: 0;
	z-index: 9;
	padding-bottom: 314px;
	margin-right: 0 !important;
}

section.m30_header_n .rsBullets {
	padding-bottom: 55px;
}

section.m30_header_n .rsBullet {
	width: auto;
	height: 7px;
	padding: 0 3.5px;
}

section.m30_header_n .rsBullet span {
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background: rgba(255, 255, 255, .5);
	transition: background .4s, width .4s;
}

section.m30_header_n .rsBullet.rsNavSelected span {
	background: #fff;
	width: 16px;
}

section.m30_header_n .m30_titel_untertitel_link_container,
section.m30_header_n .m30_text_container{
	width:100%;
}

/*
section.m30_header_n.slider_on.fullscreen .m30_image_container img,
section.m30_header_n.slider_on.fullscreen .m30_container_main{
	height:100vh;
}
*/


section.m30_header_n .m30_titel_container {
	margin-bottom: 33px;
}

section.m30_header_n .m30_text_container {
	margin-bottom: 49px;
}

/*
section.m30_header_n.slider_on.fullscreen .rsOverflow{
	height:100vh !important;
}
*/

.m30_breadcrumb_container *{
	color:#253f5f;
}

.m30_breadcrumb_container{
	display:flex;
}

#breadcrumbs{
	display:flex;
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.m30_breadcrumb_container svg{
	width:20px;
	fill:#253f5f;
}

/*.m30_breadcrumb_container .breadcrumb_last,
.m30_breadcrumb_container a{
	padding-top:15px;
	padding-bottom:15px;
	display:block;
	padding-left: 20px;
    padding-right: 13px;
}*/

/*
.m30_breadcrumb_container .breadcrumb_beginn_icon{
	padding-right:10px;
	padding-left:15px;
}
*/

.m30_breadcrumb_container #breadcrumbs > li:last-child {
	color:#fff;
	background-color:#253f5f;
}

.m30_breadcrumb_container *{
	font-size:0.722rem;
}

.breadcrumb_content>ul *{
	padding:13px 26px;
}

.breadcrumb_content>ul>li:last-child *{
	padding:13px 26px 13px 40px;
	color: #fff;
}

.breadcrumb_content{
	position:relative;
	overflow:hidden;
}

.breadcrumb_content>ul>li {
	position: relative;
}

.breadcrumb_content>ul>li:last-child {
	position: relative;
	padding-right: 50px;
}

.breadcrumb_content>ul>li:last-child:after{
	content:"";
	background-image: url("../../../img/breadcrumb_arrow.png");
    background-size: auto 100%;
    display: inline-block;
    width: 38px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcrumb_content>ul>li:last-child:before {
	content: '';
	background-image: url('../../../img/breadcrumb_arrow_last.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 50px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.m30_breadcrumb_container #breadcrumbs > li:not(:nth-last-child(-n+2)):after {
	content: '';
	background-image: url('../../../img/breadcrumb_seperator.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 17px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.breadcrumb_content>ul>li:last-child:after{
	background-image: url("../../../img/breadcrumb_arrow_active.png");
}

.m30_breadcrumb_container_main{
	background-color:#f5f8fc;
/* 	background: linear-gradient(to right, #f5f8fc 0%, #f5f8fc 25%, #253f5f 25%, #253f5f 100%); */
}

.breadcrumb_content>ul>li > a > p,
.breadcrumb_content>ul>li:last-child > a > p {
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
}

section.m30_header_n.aktuelle_news_anzeigen .m30_container_main{
	display: flex;
	width: 100%;
}

section.m30_header_n.aktuelle_news_anzeigen .m30_container{
	display: flex;
}

section.m30_header_n.aktuelle_news_anzeigen .m30_container_main,
section.m30_header_n.aktuelle_news_anzeigen .rsOverflow,
section.m30_header_n.aktuelle_news_anzeigen .rsContainer {
	height: 100vh;
/* 	height: calc(100vh - 150px); */
}

body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_container_main,
body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .rsOverflow,
body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .rsContainer {
	height: 100vh;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow {
	bottom: 100px;
	height: unset;
	display:none !important;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowLeft,
section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowRight {
	opacity: 1;
	-webkit-transition: -webkit-opacity .4s;
	-moz-transition: -moz-opacity .4s;
	-ms-transition: -ms-opacity .4s;
	-o-transition: -o-opacity .4s;
	transition: opacity .4s;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowLeft.inactive,
section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowRight.inactive {
	opacity: .5;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowRight {
	margin-left: 200px;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow .rsArrowIcn {
	background: unset;
	background-color: unset;
	width: 40px;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow .rsArrowIcn:after,
section.m30_header_n.aktuelle_news_anzeigen .rsArrow .rsArrowIcn:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowLeft .rsArrowIcn:after {
	border-right: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	-webkit-transition: -webkit-left .4s;
	-moz-transition: -moz-left .4s;
	-ms-transition: -ms-left .4s;
	-o-transition: -o-left .4s;
	transition: left .4s;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowLeft[data-active="true"] .rsArrowIcn:after {
	left: 0;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowLeft[data-active="false"] .rsArrowIcn:after,
section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowLeft.inactive[data-active="false"]:hover .rsArrowIcn:after {
	left: 10px;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowLeft[data-active="false"]:hover .rsArrowIcn:after {
	left: 0;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowLeft .rsArrowIcn:before {
	width: 40px;
	height: 1px;
	background: #fff;
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
	-ms-transition: -ms-transform .4s;
	-o-transition: -o-transform .4s;
	transition: transform .4s;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowLeft[data-active="false"] .rsArrowIcn:before {
	transform: scaleX(.5);
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowLeft[data-active="true"] .rsArrowIcn:before {
	transform: scaleX(1);
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowRight .rsArrowIcn:after {
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	left: auto;
	-webkit-transition: -webkit-right .4s;
	-moz-transition: -moz-right .4s;
	-ms-transition: -ms-right .4s;
	-o-transition: -o-right .4s;
	transition: right .4s;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowRight[data-active="true"] .rsArrowIcn:after {
	right: 0;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowRight[data-active="false"] .rsArrowIcn:after,
section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowRight.inactive[data-active="false"]:hover .rsArrowIcn:after {
	right: 10px;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowRight[data-active="false"]:hover .rsArrowIcn:after {
	right: 0;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowRight .rsArrowIcn:before {
	width: 40px;
	height: 1px;
	background: #fff;
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
	-ms-transition: -ms-transform .4s;
	-o-transition: -o-transform .4s;
	transition: transform .4s;
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowRight[data-active="false"] .rsArrowIcn:before {
	transform: scaleX(.5);
}

section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowRight[data-active="true"] .rsArrowIcn:before {
	transform: scaleX(1);
}

section.m30_header_n.aktuelle_news_anzeigen .rsBullets {
	width: unset;
	margin-left: 110px;
	bottom: 200px !important;
}

section.m30_header_n.aktuelle_news_anzeigen .rsBullets .rsBullet span {
    display: block;
    width: 100%;
    height: 100%;
    background: #c8ced5;
    border-radius: 50px;
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -ms-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
}

section.m30_header_n.aktuelle_news_anzeigen .rsBullets .rsBullet.rsNavSelected {
	width: 15px;
	-webkit-transition: width .4s;
    -moz-transition: width .4s;
    -ms-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
}

section.m30_header_n.aktuelle_news_anzeigen .rsBullets .rsBullet.rsNavSelected span {
    background-color: #fff;
}

section.m30_header_n.aktuelle_news_anzeigen .rsSlideCount {
	position: absolute;
	bottom: 85px;
	margin-left: 60px;
}

section.m30_header_n.aktuelle_news_anzeigen .rsSlideCount span {
	color: #c8ced5;
}

section.m30_header_n.aktuelle_news_anzeigen .rsSlideCount span.rsSlideCur {
	font-weight: 700;
	color: #fff;
}

body[data-title="Mixed-Reality"] section.m30_header_n picture {
	display: block;
}

body[data-title="Mixed-Reality"] section.m30_header_n picture:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}

section.m30-backbutton {
	padding-top: 50px;
}

section.m30-backbutton .m30-backbutton-cont {
	display: flex;
}

section.m30-backbutton .m30-backbutton-cont > a {
	margin-left: auto;
	color: #253f5f;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

section.m30-backbutton .m30-backbutton-cont > a:hover {
	color: #0196fd;
}

body[data-title="Karriere-bei-mediCAD"] section.m30_header_n .m30_image_container img {
	object-position: bottom;
}

body.home_neu {
	padding-top: 0 !important;
}

section.m30_header_n .m30_untertitel {
	color: #0096fe;
	font-size: .889rem;
	margin-bottom: 15px;
	font-weight: bold;
}

section.m30_header_n .m30_titel {
	font-size: 3.056rem;
}

section.m30_header_n .m30_button_2 a {
	display: inline-block;
}

section.m30_header_n .m30_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(180deg,rgba(17, 29, 43, 0.6) 0%, rgba(17, 29, 43, 0) 50%, rgba(17, 29, 43, 0.4) 100%);
}

section.m30_header_n .m30_titel_untertitel_link_container {
	max-width: 50%;
}

@media screen and (max-width: 1399px) {
	section.m30_header_n.aktuelle_news_anzeigen .m30_container_main,
	section.m30_header_n .m30_video_container_top.first {
		    width: 100%;
	}
	
	section.m30_header_n .m30_image_container .m30_image_logo_container {
		top: 230px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	section.m30_header_n * {
		word-break: unset;
	}
}

@media screen and (max-width: 1199px) {
/*
	body:not(.home) section.m30_header_n.m30_container,
	body:not(.home) section.m30_header_n .m30_image_container img {
		height: 350px;
	}
*/

	section.m30_header_n .m30_video_container_bottom {
		border-radius: 7px;
	}
	
	section.m30_header_n .m30_video_container_bottom:hover {
		box-shadow: none;
	}

	section.m30_header_n .m30_titel_untertitel_link_container {
		max-width: 100%;
	}
	
	section.m30_header_n .m30_overlay {
		display: none;
	}
	
	section.m30_header_n .rsBullet span {
		width: 7px;
		height: 7px;
		border-radius: 7px;
		background: rgba(17, 29, 43, .5);
		transition: background .4s, width .4s;
	}
	
	section.m30_header_n .m30_buttons_container {
		justify-content: center;
	}
	
	section.m30_header_n .rsBullet.rsNavSelected span {
		background: #111d2b;
		width: 16px;
	}
	
	body.home_neu {
		padding-top: 100px !important;
	}
	
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_container_main,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .rsOverflow,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .rsContainer,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_image_container img:not(.m30_image_logo),
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_video_container_top.first,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_video_container_top.first video {
		height: calc(100vh - 100px);
	}
	
	section.m30_header_n.aktuelle_news_anzeigen .m30_container_main,
	section.m30_header_n .m30_video_container_top.header_meassure,
	section.m30_header_n .m30_video_container_top.first {
	    width: 100%;
	}

	section.m30_header_n .m30_content_text_container {
		width: 500px;
	}
	
	section.m30_header_n .m30_buttons_container {
		flex-direction: column;
	}
	
	.m30_breadcrumb_container_main > .big_container {
		max-width: 100% !important;
	}
	
	.breadcrumb_content > ul * {
		padding: 13px 20px;
	}
	
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_content_text_container {
		align-items: end;
		/* padding-bottom: 30px; */
		padding-bottom: 10px !important;
	}
	
	
	
	
	section.m30_header_n .m30_video_container_top video,
	section.m30_header_n .m30_image_container img:not(.m30_image_logo) {
		height: auto !important;
	}
	
	section.m30_header_n .m30_content_text_container {
		position: relative !important;
	}
	
	section.m30_header_n .m30_content_text_container .m30_titel_container *,
	section.m30_header_n .m30_content_text_container .m30_text_container * {
		text-shadow: none !important;
		color: #253f5f !important;
	}
	
	section.m30_header_n .m30_video_container_top {
		background: transparent !important;
	}
	
	section.m30_header_n .m30_image_container {
		display: flex !important;
		flex-direction: column !important;
		
	}
	
	section.m30_header_n .m30_video_container_top.header_meassure,
	section.m30_header_n .m30_video_container_top.first {
		height: auto !important;
	}
	
	section.m30_header_n .container {
		margin-top: 20px;
	}
	
	section.m30_header_n .m30_content_text_container {
		margin-top: 0 !important;
		align-items: flex-start !important;
	}
	
	section.m30_header_n:not(.aktuelle_news_anzeigen) .rsContainer,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .rsOverflow,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_container_main {
		height: auto !important;
	}
	
	section.m30_header_n .m30_video_container_bottom {
		background: #0096fe !important;
		transition: background .4s, box-shadow .4s !important;
		padding: 8px 50px !important;
	}
	
	section.m30_header_n .m30_video_container_bottom:hover {
		background: #253f5f !important;
	}
	
	section.m30_header_n .m30_image_container .container {
		order: 2 !important;
	}
	
	section.m30_header_n picture {
		order: 1 !important;
		position: relative !important;
	}
	
	section.m30_header_n .rsBullets {
		bottom: -25px !important;
	}
	
	section.m30_header_n .m30_video_container_bottom {
		margin-left: 0 !important;
	}
	
	section.m30_header_n .m30_video_container_bottom {
		padding: 8px 20px !important;
	}
	
	section.m30_header_n .m30_mobile_gradient {
		
		background: -moz-linear-gradient(0deg, rgba(245, 248, 252,1) 0%, rgba(255,255,255,0) 15%) !important;
		background: -webkit-gradient(0deg, rgba(245, 248, 252,1) 0%, rgba(255,255,255,0) 15%) !important;
		background: -webkit-linear-gradient(0deg, rgba(245, 248, 252,1) 0%, rgba(255,255,255,0) 15%) !important;
		background: -o-linear-gradient(0deg, rgba(245, 248, 252,1) 0%, rgba(255,255,255,0) 15%) !important;
		background: -ms-linear-gradient(0deg, rgba(245, 248, 252,1) 0%, rgba(255,255,255,0) 15%) !important;
		background: linear-gradient(0deg, rgba(245, 248, 252,1) 0%, rgba(255,255,255,0) 15%) !important;
		height: 100% !important;
		width: 100% !important;
		position: absolute !important;
		left: 0 !important;
		bottom: -1px !important;
		z-index: 2 !important;
	}
	
	section.m30_header_n .m30_titel_untertitel_link_container * {
		text-align: center;
	}
	
	section.m30_header_n .m30_button_container {
		display: flex;
		justify-content: center;
	}
	
	section.m30_header_n .m30_content_text_container {
		width: 100%;
	}
	
	section.m30_header_n .m30_image_container {
		background: #f5f8fc !important;
	}
	
	section.m30_header_n .rsBullets {
		bottom: 5px !important;
	}
}

@media screen and (max-width: 991px) {	
/*
	section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_content_text_container{
		padding:50px;
	}
*/
	
	section.m30_header_n.aktuelle_news_anzeigen .m30_container_main,
	section.m30_header_n .m30_video_container_top.header_meassure,
	section.m30_header_n .m30_video_container_top.first{
		width: 100%;
	}
	
	section.m30_header_n .m30_video_container_top.header_meassure,
	section.m30_header_n .m30_video_container_top.first {
		height: 700px;
	}
	
	section.m30_header_n .m30_video_container_top.header_meassure video {
		height: 100%;
	}

	section.m30_header_n.aktuelle_news_anzeigen .m30_container_main,
	section.m30_header_n .m30_image_container img:not(.m30_image_logo),
	section.m30_header_n.aktuelle_news_anzeigen .rsOverflow,
	section.m30_header_n.aktuelle_news_anzeigen .rsContainer,
	section.m30_header_n .m30_video_container_top.first video {
		height: 700px;
	}
	
	/* body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_container_main,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_image_container img:not(.m30_image_logo),
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_video_container_top.first,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_video_container_top.first video {
		height: 700px !important;
	} */
	
	section.m30_header_n .m30_image_container .m30_image_logo_container {
		top: 50px;
		right: 50px;
		width: 150px;
	}
	
	#breadcrumbs {
		flex-wrap: wrap;
	}
	
	.m30_breadcrumb_container {
		align-items: flex-start;
	}
	
	.breadcrumb_content {
		overflow: visible;
		width: 100%;
	}
	
	.breadcrumb_content > ul > li:last-child {
		width: 100%;
	}
	
	.breadcrumb_content > ul > li:last-child:after,
	.breadcrumb_content > ul > li:last-child:before {
		display: none;
	}
	
	.m30_breadcrumb_container svg {
		margin-top: 15px;
	}
	
	.m30_breadcrumb_container_main > .big_container {
		padding-right: 0;
	}
	
	.m30_breadcrumb_container #breadcrumbs > li:last-child {
		width: calc(100% + 35px);
		margin-left: -35px;
		text-align: center;
	}
	
	body[data-title="Web"] section.m30_header_n .m30_image_container img {
		object-fit: unset;
		height: auto;
	}
	
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_content_text_container {
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 767px) {	
	section.m30_header_n .m30_image_container:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		/* background: linear-gradient(to top, rgba(37,63,95, .7), rgba(37,63,95, .7) 40%, rgba(37,63,95, .5) 60%, rgba(37,63,95, .2) 100%); */
	}
	
	/* section.m30_header_n .m30_content_text_container {
		margin-top: 50px !important;
	} */
	
	section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_content_text_container{
		flex-direction:column;
		justify-content:end;
		padding-bottom: 30px;
	}
	
	section.m30_header_n .m30_content_text_container{
		width: auto;
	}
	
	section.m30_header_n.aktuelle_news_anzeigen .m30_container_main,
	section.m30_header_n .m30_image_container img:not(.m30_image_logo),
	section.m30_header_n.aktuelle_news_anzeigen .rsOverflow,
	section.m30_header_n.aktuelle_news_anzeigen .rsContainer,
	section.m30_header_n .m30_video_container_top.first,
	section.m30_header_n .m30_video_container_top.first video {
		height: 600px;
	}
	
	/* body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_container_main,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_image_container img:not(.m30_image_logo),
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_video_container_top.first,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_video_container_top.first video { */
		/* height: 600px; */
		/* height: 700px !important; */
	/* } */
	
	section.m30_header_n.aktuelle_news_anzeigen .rsArrow {
		bottom: 50px;
	}
	
	section.m30_header_n.aktuelle_news_anzeigen .rsBullets {
		bottom: 40px !important;
	}
	
	section.m30_header_n.aktuelle_news_anzeigen .rsSlideCount {
		bottom: 35px;
	}
	
	.m30_breadcrumb_container_main > .big_container {
		padding-left: 15px !important;
		padding-right: 0 !important;
	}
	
	body[data-title="Mixed-Reality"] section.m30_header_n picture:after {
		background: rgba(0,0,0,.4);
	}
	
	section.m30_header_n .m30_image_container[data-title="mediCAD ist MDR zertifiziert"] img {
		object-position: 75%;
	}
	
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_content_text_container {
		align-items: center;
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 575px) {
	section.m30_header_n.aktuelle_news_anzeigen .m30_container_main,
	section.m30_header_n .m30_image_container img:not(.m30_image_logo),
	section.m30_header_n.aktuelle_news_anzeigen .rsOverflow,
	section.m30_header_n.aktuelle_news_anzeigen .rsContainer {
		height: 500px;
	}
	
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_container_main,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .rsOverflow,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .rsContainer {
		height: 500px;
	}
	
	section.m30_header_n .m30_image_container .m30_image_logo_container {
		top: 20px;
		right: 20px;
		width: 100px;
	}
	
	section.m30_header_n .m30_titel_container,
	section.m30_header_n.aktuelle_news_anzeigen .m30_text_container > p {
		margin-bottom: 25px !important;
	}
	
	.breadcrumb_content > ul * {
		padding: 13px 15px;
	}
	
	section.m30_header_n .m30_button_container .button div {
		padding: 25px;
	}
}

@media screen and (max-width: 475px) {
	section.m30_header_n.aktuelle_news_anzeigen .m30_video_link > img {
		opacity: 1;
	}
	
	section.m30_header_n.aktuelle_news_anzeigen .m30_video_link > span {
		display: none;
	}
	
	section.m30_header_n.aktuelle_news_anzeigen .rsArrow {
		bottom: 65px;
	}
	
	section.m30_header_n.aktuelle_news_anzeigen .rsBullets {
		bottom: 55px !important;
	}
	
	section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowLeft {
		left: 20px !important;
	}
	
	section.m30_header_n.aktuelle_news_anzeigen .rsArrow.rsArrowRight {
		left: auto !important;
		right: 30px;
		margin-left: unset;
	}
	
	section.m30_header_n.aktuelle_news_anzeigen .rsBullets {
		left: 50% !important;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-left: unset;
	}
	
	section.m30_header_n.aktuelle_news_anzeigen .rsSlideCount {
		display: none;
	}
	
	section.m30_header_n .m30_button_container .button div {
		padding: 25px 15px;
	}
}

@media screen and (max-width: 375px) {
	section.m30_header_n .m30_image_container[data-title="mediCAD ist MDR zertifiziert"] img {
		object-position: 70%;
	}
	
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_content_text_container {
		/* padding-bottom: 30px; */
		padding-bottom: 70px;
	}
}

.m30_button_container .mc_lightbox_activator {
	background-color: #0096fe;
}

/* Header Anpassung */

@media screen and (max-width: 1199px) {
	section.m30_header_n .rsBullets {
		padding-bottom: 0;
	}
	
	section.m30_header_n .m30_link_container a {
		padding: 17px 20px 15px 22px;
	}
}

@media screen and (max-width: 991px) {
	/* section.m30_header_n:not(.aktuelle_news_anzeigen) .rsContainer,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .rsOverflow,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_container_main {
		min-height: 650px !important;
		height: auto !important;
	} */
}

@media screen and (max-width: 767px) {
	section.m30_header_n .m30_content_text_container {
		margin-right: 0 !important;
	}
	
	/* section.m30_header_n:not(.aktuelle_news_anzeigen) .rsContainer,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .rsOverflow,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_container_main {
		min-height: 940px !important;
	} */
	
	/* section.m30_header_n .m30_content_text_container {
		margin-top: 20px !important;
	} */
}

@media screen and (max-width: 630px) {
	/* section.m30_header_n:not(.aktuelle_news_anzeigen) .rsContainer,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .rsOverflow,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_container_main {
		min-height: 925px !important;
	} */
}

@media screen and (max-width: 575px) {
	/* section.m30_header_n:not(.aktuelle_news_anzeigen) .rsContainer,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .rsOverflow,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_container_main {
		min-height: 775px !important;
	} */
	
	/* section.m30_header_n .m30_content_text_container {
		margin-top: 15px !important;
	} */
}

@media screen and (max-width: 415px) {
	/* section.m30_header_n:not(.aktuelle_news_anzeigen) .rsContainer,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .rsOverflow,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_container_main {
		min-height: 650px !important;
	} */
}

@media screen and (max-width: 319px) {
	/* section.m30_header_n:not(.aktuelle_news_anzeigen) .rsContainer,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .rsOverflow,
	body.home section.m30_header_n:not(.aktuelle_news_anzeigen) .m30_container_main {
		min-height: 675px !important;
	} */
}