.module_header_stage,
.module_header_stage .slider_container_outer,
.module_header_stage .slider_container,
.module_header_stage .slider,
.module_header_stage .slider .slide,
.module_header_stage .slider .slide .image {
	height: 470px;
	overflow: hidden;
}

/*.module_header_stage .slide .image{
    overflow: hidden;
    height: 470px;
}*/
.module_header_stage .slide .image img {
	position: relative;
}

@media (min-width: 768px) {

	.module_header_stage,
	.module_header_stage .slider_container_outer,
	.module_header_stage .slider_container,
	.module_header_stage .slider,
	.module_header_stage .slider .slide,
	.module_header_stage .slider .slide .image {
		height: 545px;
	}
}

@media (min-width: 1200px) {

	.module_header_stage,
	.module_header_stage .slider_container_outer,
	.module_header_stage .slider_container,
	.module_header_stage .slider,
	.module_header_stage .slider .slide,
	.module_header_stage .slider .slide .image {
		height: 695px;
	}

	.page_subpage .module_header_stage,
	.page_subpage .module_header_stage .slider_container_outer,
	.page_subpage .module_header_stage .slider_container,
	.page_subpage .module_header_stage .slider,
	.page_subpage .module_header_stage .slider .slide,
	.page_subpage .module_header_stage .slider .slide .image {
		height: 555px;
	}

	.page_two_cols .module_header_stage,
	.page_two_cols .module_header_stage .slider_container_outer,
	.page_two_cols .module_header_stage .slider_container,
	.page_two_cols .module_header_stage .slider,
	.page_two_cols .module_header_stage .slider .slide,
	.page_two_cols .module_header_stage .slider .slide .image {
		height: 555px;
	}
}

.module_header_stage .slider_pagers .pager_elem {
	width: 13px;
	height: 13px;
	display: inline-block;
	border-radius: 30px;
	cursor: pointer;
	background: #fff;
	border: 2px solid #fff;
	margin-right: 20px;
	background: none;
	cursor: pointer;
}

.module_header_stage .slider_pagers .pager_elem:last-of-type {
	margin-right: 0;
}

.module_header_stage .slider_pagers .pager_elem.act {
	background: #fff;
}

.module_header_stage .arrows {
	position: absolute;
	bottom: 30px;
	right: 20px;
}

@media (min-width: 1200px) {
	.module_header_stage .arrows {
		bottom: 95px;
	}
}

.module_header_stage .arrows .slider_prev_outer,
.module_header_stage .arrows .slider_next_outer {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	position: relative;
}

.module_header_stage .arrows .slider_prev_outer a,
.module_header_stage .arrows .slider_next_outer a {
	display: block;
	width: 20px;
	height: 20px;
}

.module_header_stage .arrows .slider_next_outer:before {
	content: " ";
	display: block;
	width: 1px;
	height: 50px;
	position: absolute;
	top: -16px;
	left: -5px;
	background: #fff;
}

.module_header_stage .arrows .slider_prev_outer a {
	border-top-width: 5px;
	border-top-style: solid;
	border-left-width: 5px;
	border-left-style: solid;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border-top-color: #fff;
	border-left-color: #fff;
}

.module_header_stage .arrows .slider_next_outer a {
	border-top-width: 5px;
	border-top-style: solid;
	border-right-width: 5px;
	border-right-style: solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border-top-color: #fff;
	border-right-color: #fff;
}

.module_header_stage .slide .text_container {
	display: none;
}

.module_header_stage .text_container .text_box {
	height: 100%;
	padding: 25px 40px 25px 25px;
	text-align: left;
}

@media (max-width: 767px) {
	.module_header_stage .container {
		height: 100%;
	}

	.module_header_stage .text_container {
		float: left;
		width: 100%;
	}

	.module_header_stage .text_container .text_box {
		margin-bottom: 60px;
	}
}

@media (min-width: 1200px) {
	.module_header_stage .text_container .text_box_head {
		display: inline-block;
	}

	.module_header_stage .link_outer {
		margin-top: 5px;
	}
}

.module_header_stage .text_container .text_box_text {
	color: #fff;
	font-size: 16px;
	padding-top: 18px;
	padding-bottom: 25px;
}

.module_header_stage .text_container .text_box_text p {
	margin-bottom: 19px;
}

.module_header_stage .text_container .text_box_text a {
	color: #fff;
}

.module_header_stage .text_container .text_box_head .headline {
	hyphens: auto;
	display: inline-block;
	margin: 0;
	color: #3b9ec7;
	font-family: 'ITCFranklinGothicLTDemi';
}

.module_header_stage .text_container .subheadline {
	color: #fff;
	font-weight: 300;
	font-size: 22px;
}

.module_header_stage .text_container {
	position: absolute;
	background: rgba(29, 54, 87, 0.9);
	right: 0;
	left: auto;
	bottom: 0;
	top: 0;
}

@media (max-width: 1199px) {
	.module_header_stage .text_container {
		padding-top: 80px;
	}
}

@media (min-width: 992px) {
	.module_header_stage .text_container {
		padding-right: 70px;
	}
}

@media (min-width: 1200px) {
	.module_header_stage .text_container .text_box_head .headline {
		font-size: 25px;
		line-height: 25px;
	}

	.module_header_stage .text_container {
		padding-top: 145px;
	}

	.module_header_stage .text_container .text_box {
		padding: 55px 0 55px 29px;
	}

	.module_header_stage .arrows {
		display: block;
		bottom: 40px;
	}

	/*    .module_header_stage .arrows.tourism .slider_next_outer,
	  .module_header_stage .arrows.tourism .slider_prev_outer{
		  display: inline-block;
		  position: static;
		  width: 40px;
		  height: 40px;
		  margin: auto;
		  top: 0;
		  left: 0;
	  }*/
	.module_header_stage .slider_pagers {
		bottom: 13px;
		display: inline-block;
		background-color: #ab7878;
		opacity: 0.7;
		padding: 10px 15px;
		margin: 0 2px;
	}

	.module_header_stage .pager_inner {
		height: 20px;
	}

	.module_header_stage .slider_text_box_inner, .module_header_stage .slider_text_box_inner .js_inner_textbox {
		height: 100%;
	}
}

.module_header_stage .slide .image .container,
.module_header_stage .slide .video_outer .container {
	position: static;
}

.module_header_stage .image_text {
	position: absolute;
	top: 120px;
	width: 80%;
	z-index: 2;
}

.module_header_stage .image_text .headline {
	color: #fff;
	font-family: 'ITCFranklinGothicLTDemi';
	font-size: 30px;
	line-height: 34px;
	margin:0;
}

@media (min-width: 768px) {
	.module_header_stage .image_text {
		top: 172px;
	}

	.module_header_stage .image_text .headline {
		font-size: 46px;
		line-height: 50px;
	}
}

@media (min-width: 992px) {
	.module_header_stage .image_text {
		width: 55%;
	}
}

@media (min-width: 1200px) {
	.module_header_stage .image_text {
		width: 70%;
	}
}

@media (min-width: 1400px) {
	.module_header_stage .image_text {
		width: 55%;	/* war 60% */
	}
}

.module_header_stage .image_text .headline p {
	margin: 0;
}

@media (max-width: 1199px) {
	.module_header_stage {
		padding: 0;
	}

	.module_header_stage>.subheadline {
		color: #590505;
		padding: 30px 15px;
		font-size: 30px;
	}

	.module_header_stage .arrows {
		margin-top: 35px;
		text-align: center;
	}
}

@media (min-width: 1400px) {
	.module_header_stage .text_container {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 29%;
		flex: 0 0 29%;
		max-width: 29%;
	}
}

.module_header_stage .text_container .glyphicons {
	width: 24px;
	top: 5px;
	font-size: 14px;
}

/* VIDEO */
.module_header_stage .video_outer,
.module_header_stage .video_outer>div {
	width: 100% !important;
	height: 100% !important;
}

.module_header_stage .vjs-text-track-display,
.module_header_stage .vjs-big-play-button,
.module_header_stage .vjs-control-bar {
	display: none !important;
}

.module_header_stage .video_outer video {
	object-fit: cover;
	min-height: auto;
	min-width: auto;
}

/* FULL SIZE FIX FOR EDGE/IE 11 */
.edge div.video,
.internet_explorer div.video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.edge div.video video,
.internet_explorer div.video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-aspect-ratio: 16/9) {

	.edge div.video video,
	.internet_explorer div.video video {
		height: 300% !important;
		top: -100% !important;
	}
}

@media (max-aspect-ratio: 16/9) {

	.edge div.video video,
	.internet_explorer div.video video {
		width: 300% !important;
		left: -100% !important;
	}
}

@media (max-width: 1200px) {
	.module_header_stage .image {
		top: 0 !important
	}
}

.module_header_stage .overlay {
	position: absolute;
	background-color: #00305d;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0.35;
}


.module_header_stage .image_text.text_bottom {
	position: absolute;
	top:auto;
	bottom: 50px;
	width: 90%;
	z-index: 2;
}

@media (min-width: 992px) {
	.module_header_stage .image_text.text_bottom {
		max-width: 580px;
	}
}

@media (min-width: 1200px) {
	.module_header_stage .image_text.text_bottom {
		bottom: 40px;
		max-width: 785px;
	}
}