:root {
	--font-factor: 1;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
	background: transparent;
}
::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}
::-webkit-scrollbar-thumb {
	background: #e1e1e1;
	border: 0 none #ffffff;
	border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
	background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
	background: #000000;
}
::-webkit-scrollbar-track {
	background: #666666;
	border: 0 none #ffffff;
	border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
	background: #666666;
}
::-webkit-scrollbar-track:active {
	background: #333333;
}
::-webkit-scrollbar-corner {
	background: transparent;
}
.display_none {
	display: none !important;
}
.system_color {
	color: rgba(94, 216, 235, 1) !important;
}
.wgitd_iconnavigate {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	pointer-events: all;
	font-family: "wgitd" !important;
	font-size: 40px !important;
	line-height: 40px !important;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	z-index: 1998;
}
.wgitd_charnavigate {
	color: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}
.wgitd_charnavigate_active {
	color: rgba(94, 216, 235, 1) !important;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}
.wgitd_charnavigate.dark {
	color: rgba(255, 255, 255, 0.3) !important;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}
.wgitd_charnavigatewhite {
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(255, 255, 255, 1) !important;
	pointer-events: none;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}
.wgitd_charnavigatewhite.dark {
	color: rgba(51, 51, 51, 1) !important;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}
.wgitd_iconnavigate_hover0:hover>.wgitd_charnavigate {
	color: rgba(94, 216, 235, 1) !important;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}
.wgitd_iconnavigate_hover0:hover>.wgitd_charnavigatewhite {
	color: #ffffff !important;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}
.wgitd_charnavigatenohover {
	pointer-events: none;
}
.wgitd_charnavigatenohover.dark {}
.wgitd_icon1 {
	position: relative;
	display: inline-block;
	font-family: "wgitd" !important;
	font-size: 5vh !important;
	line-height: 1.1; 
	width: 5vh;
	height: 5.5vh;
	padding: 0;
	margin: 0;
}
.wgitd_icon2 {
	position: relative;
	display: inline-block;
	font-family: "wgitd" !important;
	font-size: 8vh !important;
	line-height: 1.1 !important;
	width: 8vh;
	height: 8.8vh;
	padding: 0;
	margin: 0;
}
.wgitd_icon3 {
	position: relative;
	display: inline-block;
	font-family: "wgitd" !important;
	font-size: 14vh !important;
	line-height: 1.1 !important;
	width: 14vh;
	height: 15vh;
	padding: 0;
	margin: 0;
}
.spinningbutton {
	position:absolute;
	left:5px;
	top:5px;
	border:0;
	outline:none;
	width:30px;
	height:30px;
	background-size: cover;
	background-image:url('logos/loading-spinner.gif');
}
.wgitd_text {
	font-family: "wgitd";
}
.footer_icon_span{
	display:inline;
	padding:0;
	margin:0;
}
* {
	outline: none !important;
}
.loading_duration {
	top: calc(50% + 60px);left: calc( 50% - 125px);right: 0;bottom: 0;
	position: absolute;
	pointer-events: none;
	height: 12px;
	display: inherit;
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(0, 0, 0, 0.3);
	border-width: 1px;
	border-style: solid;
	border-radius: 7px;
	width:250px;
}
.loading_progress {
	top: calc(50% + 60px + 1px);left: calc( 50% - 125px + 1px);right: 0;bottom: 0;
	position: absolute;
	display: inherit;
	pointer-events: none;
	height: 10px;
	width: 0%;
	border-style: none;
	border-radius: 7px;
	background-color: rgba(94, 216, 235, 1);
}
.loading_errors {
	top: calc(50% + 60px + 1px + 30px);left:20%;
	font-family: "tagline";
	font-size: 16px;
	position: absolute;
	display: none;
	height: auto;
	text-align: center;
	text-align-last: center;
	width: 60%;
	color: #151515;
}
	

html,
body {
	color: #fff;
	background-color: #000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	border: none;
	-webkit-touch-callout: none !important;
	-webkit-font-smoothing: subpixel-antialiased;
	perspective: 1000px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
.contents {
	padding: 0 0;
	width: calc(100% - 29px);
	height: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1000 !important;
}

.contents_small {
	width: calc(100vw) !important;
}
.contents>article {
	max-width: 400px;
}
.contents .sharing {
	position: absolute;
	bottom: 20px;
}
.media_position {
	position: absolute !important;
	display: inherit;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	float: left;
	background: no-repeat;
	background-position: 0% 0% !important;
	background-attachment: scroll !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.image_position {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	float: left;
	background: no-repeat;
	background-attachment: scroll !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
}
.pixi_position {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	float: left;
	background: no-repeat;
	background-position: 50% 0% !important;
	background-attachment: scroll !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-color: rgba(0, 0, 0, 0);
	transform: scale(1) translate(0%, 0%);
	transition: transform 5s;
}
.background_image {
	padding: 0;
	margin: 0;
}
.headline {
	font-size: 10vh !important;
}
.text_box {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	overflow: hidden;
}
.black_gradient_left {
	position: absolute !important;
	width: 100%;
	height: 100%;
	float: left;
	-moz-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-webkit-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-ms-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-o-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	transition: opacity 0.5s linear 0s, visibility 0.3s linear;

	background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
	/* IE6-9 */
}
.white_gradient_left {
	position: absolute !important;
	width: 100%;
	height: 100%;
	float: left;
	-moz-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-webkit-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-ms-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-o-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff00', GradientType=1);
	/* IE6-9 */
}
.black_gradient_middle {
	position: absolute !important;
	width: 100%;
	height: 100%;
	float: left;
	-moz-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-webkit-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-ms-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-o-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	background: #000;
}
.white_gradient_middle {
	position: absolute !important;
	width: 100%;
	height: 100%;
	float: left;
	-moz-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-webkit-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-ms-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-o-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	background: #fff;
}
.black_gradient_right {
	position: absolute !important;
	width: 100%;
	height: 100%;
	left: auto;
	right: 0;
	float: left;
	-moz-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-webkit-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-ms-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-o-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
	/* IE6-9 */
}
.white_gradient_right {
	position: absolute !important;
	width: 100%;
	height: 100%;
	left: auto;
	right: 0;
	float: left;
	-moz-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-webkit-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-ms-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	-o-transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	transition: opacity 0.5s linear 0s, visibility 0.3s linear;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */
}
.info {
	padding: 10px;
	position: absolute !important;
	width: calc(100% - 100vh);
	margin-left: 100vh;
	top: 60vh;
	height: 40vh;
}
.absolute {
	position: absolute !important;
	left: 0;
}
.flowpage .playback {
	left: 30px;
	bottom: 30px;
}
.btn-circle {
	width: 40px !important;
	height: 40px !important;
	text-align: center;
	padding: 6px 0;
	font-size: 20px;
	line-height: 1.1;
	border-radius: 23px;
	border: none;
}
.nav_btn {
	background-color: #9c9c9c !important;
	color: #444 !important;
}
.nav_btn:focus {
	outline: none;
}
.nav_btn:hover {
	background-color: rgba(94, 216, 235, 1) !important;
	color: #fff !important;
}
.pageindex_background {
	position: fixed;
	right: 0;
	width: 29px;
	height: 100%;
	background-color: rgba(94, 216, 235, 1);
	z-index: 2000;

	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 4px;
	padding-right: 4px;

	-webkit-transition: none !important;
	-moz-transition:  none !important;
	-ms-transition:  none !important;
	-o-transition:  none !important;
	transition:  none !important;
}
.pageindex_background_small {
	position: fixed;
	right: 0;
	width: 5px;
	height: 100%;
	background-color: transparent;
	z-index: 2000;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	-webkit-transition: none !important;
	-moz-transition:  none !important;
	-ms-transition:  none !important;
	-o-transition:  none !important;
	transition:  none !important;
}

.nav_pageindex {
	background-color: rgba(255, 255, 255, 0.3) !important;
	width: 21px;
	font-family: "titel", sans-serif !important;
	font-size: 7px;
	text-align: center;
	color: #555;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: color .6s;
	-moz-transition: color .6s;
	-o-transition: color .6s;
	-ms-transition: color .6s;
	transition: color .6s;
}
.nav_pageindex:hover {
	background-color: rgba(255, 255, 255, 0.4) !important;
}
.nav_pageindex_active {
	background-color: rgba(255, 255, 255, 0.8) !important;
	-webkit-transition: color .6s;
	-moz-transition: color .6s;
	-o-transition: color .6s;
	-ms-transition: color .6s;
	transition: color .6s;
}
.nav_pageindex_not_loaded {
	background-color: rgba(255, 255, 255, 0.18) !important;
	-webkit-transition: color .6s;
	-moz-transition: color .6s;
	-o-transition: color .6s;
	-ms-transition: color .6s;
	transition: color .6s;
}

.nav_pageindex_active {
	background-color: rgba(255, 255, 255, 0.8) !important;
	-webkit-transition: color .6s;
	-moz-transition: color .6s;
	-o-transition: color .6s;
	-ms-transition: color .6s;
	transition: color .6s;
}
.nav_pageindex_not_loaded {
	background-color: rgba(255, 255, 255, 0.18) !important;
	-webkit-transition: color .6s;
	-moz-transition: color .6s;
	-o-transition: color .6s;
	-ms-transition: color .6s;
	transition: color .6s;
}
.nav_pageindex_active_not_loaded {
	background-color: rgba(255, 255, 255, 0.7) !important;
	-webkit-transition: color .6s;
	-moz-transition: color .6s;
	-o-transition: color .6s;
	-ms-transition: color .6s;
	transition: color .6s;
}


.nav_pageindex_small {
	background-color: transparent !important;
	width: 5px;
	font-family: "titel", sans-serif !important;
	font-size: 7px;
	text-align: center;
	color: #555;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: color .6s;
	-moz-transition: color .6s;
	-o-transition: color .6s;
	-ms-transition: color .6s;
	transition: color .6s;
}

.nav_pageindex_active_small {
	background-color: rgba(94, 216, 235, 1) !important;
	-webkit-transition: color .6s;
	-moz-transition: color .6s;
	-o-transition: color .6s;
	-ms-transition: color .6s;
	transition: color .6s;
}
.nav_pageindex_not_loaded_small {
	background-color: transparent !important;
	-webkit-transition: color .6s;
	-moz-transition: color .6s;
	-o-transition: color .6s;
	-ms-transition: color .6s;
	transition: color .6s;
}
.nav_pageindex_active_not_loaded_small {
	background-color: rgba(94, 216, 235, 1) !important;
	-webkit-transition: color .6s;
	-moz-transition: color .6s;
	-o-transition: color .6s;
	-ms-transition: color .6s;
	transition: color .6s;
}

.media_controls {
	position: absolute;
	bottom: 0;
	height: 85px;
	left: 0;
	right: 0;
	display: none;
	opacity: 0;
	padding-left: 30px;
	padding-top: 0;
	padding-bottom: 15px;
	padding-right: calc( 40px + 29px );
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	transition: opacity 300ms;
	z-index: 1995;
	background-color: transparent;
}
.media_controls-visible {
	opacity: 1;
}
.media_button_container {
	position: fixed;
	display: inherit;
	bottom: 0;
	height: 55px;
	width: 40px;
}
.play-pause {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 0;
	margin: 0;
	border: 0;
	color: #fff;
	font-size: 20px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	margin-left: 0;
	width: 40px;
	height: 40px;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer;
	pointer-events: all;
}
.play-pause:hover {
	background-color: rgba(94, 216, 235, 1);
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}
.play-pause:focus {
	outline: none;
	background-color: transparent;
}
.media_duration {
	left: 0;
	top: 10px;
	position: absolute;
	pointer-events: none;
	height: 12px;
	display: inherit;
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(0, 0, 0, 0.3);
	border-width: 1px;
	border-style: solid;
	border-radius: 7px;
}
.media_duration.dark {
	background-color: rgba(0, 0, 0, 0.3);
	border-color: rgba(255, 255, 255, 0.3);
}
.media_loaded {
	left: 0;
	top: 11px;
	pointer-events: none;
	position: absolute;
	height: 10px;
	border-style: none;
	border-radius: 7px;
}
.media_progress {
	left: 1px;
	top: 11px;
	display: inherit;
	pointer-events: none;
	position: absolute;
	height: 10px;
	border-style: none;
	border-radius: 7px;
	background-color: rgba(94, 216, 235, 1);
}
.media_mouse {
	left: 0;
	top: 0;
	height: 36px;
	position: absolute;
	cursor: pointer;
	display: inherit;
}
.media_marker {
	left: calc(100% - 14px);
	top: -5px;
	opacity: 0;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: rgba(94, 216, 235, 1);
	border-radius: 11px;
	border: 1px solid white;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	pointer-events: none;
	cursor: pointer;
	display: inherit;
}
.media_time {
	position: absolute;
	font-family: "Gotham-Light", sans-serif !important;
	font-size: 12px;
	top: 30px;
	right: 4px;
	float: right;
	color: #fff;
	display: inherit;
}
.media_mouse:hover .media_marker {
	opacity: 1;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}
.media_button {
	background: #888;
	border: 0;
	color: #fff;
	font-size: 20px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	margin-left: 0;
	margin-top: 30px;
	width: 40px;
	height: 40px;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer;
	pointer-events: all;
}
.media_button:hover {
	background-color: rgba(94, 216, 235, 1);
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}
.media_button:focus {
	outline: none;
	background-color: transparent;
}
.flowmenu_button {
	background: #888;
	border: 0;
	color: #fff;
	font-size: 20px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	margin-left: 0;
	margin-top: 0;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
	opacity: 0;
	outline: none;
	cursor: pointer;
}
.flowmenu_button_hover1:hover {
	background-color: rgba(94, 216, 235, 1);
	outline: none;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}
.flowmenu_button_transparent {
	background: transparent;
	outline: none;
	border: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	margin-left: 3px;
	margin-top: 0;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
}
.flowmenu_button_transparent_hover2:hover {
	outline: none;
	background-color: rgba(94, 216, 235, 1);
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.flowmenu_button_transparent.dark {
	color: rgba(51, 51, 51, 1);
	background-color: transparent;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}
.flowmenu_button_transparent_hover2.dark:hover {
	outline: none;
	background-color: rgba(94, 216, 235, 1);
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.facebook_button {
	opacity: 1 !important;
}
.facebook_button:hover {
	background-color: #3b5998 ! important;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}
.twitter_button {
	opacity: 1 !important;
}
.twitter_button:hover {
	background-color: #1da1f2 ! important;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}
.google_button {
	opacity: 1 !important;
}
.google_button:hover {
	background-color: #dd4b39 ! important;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}
.mail_button:hover {
	background-color: #32CD32 ! important;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}
.nomouse {
	pointer-events: none;
}
.flowmenu_button:focus {
	outline: none;
}
.menu_mask {
	bottom:0;
	right:0;
	height:53px;
	width:51px;
	z-index:1998;
	pointer-events:all;
	margin-right:27px;
	position:absolute;"
}
.volume_container {
	position: fixed;
	display: none;
	opacity: 0;
	bottom: 0;
	right: 20px;
	height: 190px;
	width: 48px;
	margin-right: 12px;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 1997;
	border-radius: 3px 3px 0 0;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}
.menu_mask_small {
	bottom:0;
	right:0;
	height:55px;
	width:28px;
	z-index:1998;
	pointer-events:all;
	margin-right:27px;
	position:absolute;"
}
.volume_container_small {
	position: fixed;
	display: none;
	opacity: 0;
	bottom: 0;
	right: -1px;
	height: 190px;
	width: 48px;
	margin-right: 12px;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 1997;
	border-radius: 3px 3px 0 0;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}

.volume_controls {
	width: 40px;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0;
	padding-top: 0;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	transition: opacity 300ms;
	background-color: transparent;
}
.volume_mouse {
	margin: 0;
	width: 100%;
	height: 100%;
	padding-top: 12px;
	padding-bottom: 72px;
	padding-left: 17px;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.mute_container {
	position: absolute;
	left:0;
	top:0;
}
.bracket_icon {
	border: none !important;
	width: 7vh;
	height: 7vh;
	background: transparent !important;
	box-shadow: 0 0 0 0 !important;
	vertical-align: bottom;
	margin: 0 0 0 0 !important;
}
.volume_marker {
	left: -4.5px;
	position: relative;
	opacity: 1;
	width: 20px;
	height: 20px;
	margin: 0;
	background-color: rgba(94, 216, 235, 1);
	border-radius: 11px;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	pointer-events: none;
	cursor: none;
}
.volume_background {
	pointer-events: none;
	height: 100%;
	width: 12px;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(0, 0, 0, 0.3);
	border-radius: 12px;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}
.volume_background.dark {
	background-color: rgba(0, 0, 0, 0.3);
	border-color: rgba(255, 255, 255, 0.3);
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}
.volume_volume {
	pointer-events: none;
	position: relative;
	height: 100%;
	width: 12px;
	margin: 0;
	background-color: rgba(94, 216, 235, 1);
	border-radius: 6px;
}
.scroll_down_message {
	text-align: center;
	text-align-last: center;
	position: fixed;
	bottom: 0;
	height: 55px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 80px !important;
	padding-right: 0 !important;
	color: #000000;
	opacity: 0;
	visibility: hidden;
	z-index: 2001;
	opacity: 0;
	font-size: 16px;
	font-family: "Gotham-Light", sans-serif !important;
	pointer-events: none;
	-webkit-transition: opacity 200ms linear, visibility 400ms linear;
	transition: opacity 200ms linear, visibility 200ms linear;
}
.scroll_down_message.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 400ms linear, visibility 400ms linear;
	transition: opacity 400ms linear, visibility 400ms linear;
}
.scroll_button_container {
	background: transparent;
	width: 40px;
	height: 40px;
	display: inline-block;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	margin: 0;
	position: relative;
}
.scroll_down_text {
	color: #fff;
	margin-top: 3px;
	text-shadow: 1px 1px #888888;
	position: absolute;
}
.scroll_down_button {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 0;
	margin: 0;
	border: 0;
	color: #fff;
	font-size: 20px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	margin-left: 0;
	width: 40px;
	height: 40px;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer;
	pointer-events: all;
}
.scroll_down_button:hover {
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}
.scroll_down_button:focus {
	outline: none;
	background-color: transparent;
}
.flowpage .impressum {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	pointer-events: none;
	z-index: 2;
	text-align: center;
}
.flowpage .datenschutz {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	pointer-events: none;
	z-index: 2;
	text-align: center;
}
.hide-scroll {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
	overflow: hidden;
	background-color: transparent;
	z-index: 5999;
}

.pageindex {
	position: fixed;
	right: 0;
	width: 1px;
	height: 100vh;
	background-color: transparent;
	z-index: 2000;
	padding: 0;
}
.overview {
	position: fixed;
	width: 105%;
	height: 100%;
	overflow: auto;
	padding-left: calc( 3vw + 20px );
	padding-top: 3%;
	padding-bottom: 10%;
	padding-right: calc( 5% + 65px );
	z-index: 3000;
	font-size: 2.25vw;
	color: #fff;
	visibility: hidden;
	display: block;
	opacity: 0;
	box-sizing: border-box;
	background-color: rgba(94, 216, 235, 1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.has_timeline .overview {
	padding-left: calc( 3vw + 100px );
}
.has_timeline .text_scroller {
	padding-left: 100px;
}
.overview_shown {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	pointer-events: all;
}
.overview_item_container .titel {
	font-size: 5vw !important;
	line-height: 1 !important;
	font-family: "Gotham-Medium", sans-serif !important;
}
.overview_item_container .untertitel {
	font-size: 2.5vw !important;
	line-height: 1 !important;
	font-family: "Gotham-Medium", sans-serif !important;
}
.overview_item_container .text {
	font-size: 1.5vw !important;
	line-height: 1 !important;
	font-family: "Gotham-Book", sans-serif !important;
	margin-bottom: 10% !important;
}
.overview .text_box {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.overview .text_scroller {
	width: 100%;
	height: 100%;
	overflow-x: scroll;
	overflow-y: scroll;
	padding-right: 100px !important;
	padding-left: 100px !important;
	position: relative;
}
.scroll-viewport {
	overflow-y: scroll;
}
.overview .text_padder_lefttop {
	padding-left: 10% !important;
	padding-right: 45% !important;
}
.overview .text_padder_righttop {
	padding-left: 45% !important;
	padding-right: 10% !important;
}
.overview .tagline {
	padding-top: 30% !important;
	font-size: 3% !important;
	font-family: "Gotham-Book", sans-serif !important;
}

.overview_titel {
	font-family: "titel", sans-serif !important;
	font-size: 10vh;
	margin-bottom: 100px;
}
.overview_untertitel {
	font-family: "untertitel", sans-serif !important;
	font-size: 20px;
}
.overview_text {
	font-family: "text", sans-serif !important;
	font-size: 15px;
}
.overview_container {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 0;
	border: 0;
	font-size: 3vh;
	line-height: 2;
	text-align: justify;
	text-align-last: justify;
}
.overview_item_container {
	position: relative;
	display: inline-block;
	object-fit: cover;
	width: calc((100vw - 100px - 65px - 3vw - 16px - (4 * 8px) - 3vw) / 4);
	height: calc((((100vw - 100px - 65px - 3vw - 16px - (4 * 8px) - 3vw ) / 4) * 75 ) / 100);
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}
.overview_item_1{
	display: inline-block;
}
.overview_item_2{
	display: inline-block;
}
.overview_item_3{
	display: inline-block;
}
.overview_item_text {
	font-size: 2vw !important;
	word-break: break-word;
}

.overview_item_image {
	opacity: 1;
	object-fit: cover;
	display: block;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}
.overview_item_middle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	margin: 0 !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
}
.overview_item_container:hover .overview_item_middle {
	transition: background-color .5s;
	background-color: rgba(0, 0, 0, 0.0) !important;
}
.overview_item_text {
	font-family: 'titel';
	background-color: transparent;
	color: white;
	font-size: 0.8vw;
	line-height: 1.1;
	padding: 8px 8px;
	pointer-events: none;
	text-align: left;
	text-align-last: left;
}
.impressum {
	position: fixed;
	width: 105%;
	height: 100%;
	overflow: auto;
	padding-left: 10%;
	padding-top: 3%;
	padding-bottom: 10%;
	padding-right: 15%;
	z-index: 3001;
	background: rgba(0, 0, 0, 0.95);
	color: #fff;
	visibility: hidden;
	display: block;
	opacity: 0;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.impressum_shown {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	pointer-events: all;
}

.datenschutz {
	position: fixed;
	width: 105%;
	height: 100%;
	overflow: auto;
	padding-left: 10%;
	padding-top: 3%;
	padding-bottom: 10%;
	padding-right: 15%;
	z-index: 3001;
	background: #fff;
	xxfont-size: 2.25vw;
	xxline-height: 3.5vw;
	color: #000;
	font-family: "Gotham-Bold", sans-serif !important;
	visibility: hidden;
	display: block;
	opacity: 0;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.datenschutz h2 {
	font-family: "Gotham-Bold", sans-serif !important;
	font-size: 20px;
	margin-top: 30px;
}
.datenschutz h4 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: "Gotham-Bold", sans-serif !important;
	font-size: 14px;
}
.datenschutz p {
	font-family: "Gotham-Book", sans-serif !important;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 7px;
}
.datenschutz a {
	font-family: "Gotham-Book", sans-serif !important;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 7px;
}
.datenschutz th {
	font-family: "Gotham-Book", sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
}
.datenschutz tr {
	font-family: "Gotham-Book", sans-serif !important;
	font-size: 14px;
	line-height: 1.2;
}
.datenschutz td {
	font-family: "Gotham-Book", sans-serif !important;
	font-size: 14px;
	line-height: 1.2;
	vertical-align: top;
}
.datenschutz_shown {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	pointer-events: all;
}

::selection {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}

::-moz-selection {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.notonhandy {
	display:inline-block;
}


.timeline {
	z-index: 1200;
	margin-top: 30px;
	padding-top: 10px;
	xxpadding: 0;
	background-color: transparent;
	position: absolute;
	overflow: hidden;
	width: 100px;
	transform: translate(0, 0);
	font-family: "Gotham-Regular", sans-serif !important;
	color: #ccc;
}
.timeline_line {
	content: "";
	top: 2px;
	left: 10px;
	width: 1px;
	height: calc(100% - 20px);
	position: absolute;
	border-left: 2px solid #ccc;
}
.dark .timeline_line {
	border-left: 2px solid rgba(51, 51, 51, 1);
	transition: border 0.3s;
}
.timeline_dot {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	background: rgba(94, 216, 235, 1);
	left: 7px;
	top: 2px;
	cursor: pointer;
	border: 2px solid #ccc;
}
.dark .timeline_dot {
	border: 2px solid rgba(51, 51, 51, 1);
	transition: border 0.3s;
}
.timeline_dot_inactive {
	background: rgba(94, 216, 235, 1);
}
.dark .timeline_dot_inactive {
	background: rgba(94, 216, 235, 1);
	border: 2px solid rgba(51, 51, 51, 1);
}
.timeline_dot:hover {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 3px solid #ccc;
	position: absolute;
	background: rgba(51, 51, 51, 1);
	left: 5px;
	top: 0;
	transition: all 0.3s;
}
.dark .timeline_dot:hover {
	border: 3px solid rgba(51, 51, 51, 1);
	background: #ccc;
}
.timeline_dot_current {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 3px solid #ccc;
	position: absolute;
	background: rgba(94, 216, 235, 1);
	left: 5px;
	top: 0;
	transition: all 0.3s linear;
}
.dark .timeline_dot_current {
	background: rgba(94, 216, 235, 1);
	border: 3px solid rgba(51, 51, 51, 1);
}
.timeline_number {
	position: absolute;
	left: 30px;
	top: 0;
	font-size: 16px;
	font-family: "Gotham-Light", sans-serif !important;
}
.dark .timeline_number {
	color: rgba(51, 51, 51, 1);
	position: absolute;
	left: 30px;
	top: 0;
	font-size: 16px;
	font-family: "Gotham-Light", sans-serif !important;
}
.timeline_number_current {
	font-size: 22px;
	font-family: "Gotham-Bold", sans-serif !important;
	transition: font-size 0.3s linear;
}
.dark .timeline_number_current {
	color: rgba(51, 51, 51, 1);
	font-size: 22px;
	font-family: "Gotham-Bold", sans-serif !important;
	transition: font-size 0.3s linear;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: underline;
	-webkit-transition: color 0.15s  linear;
	-moz-transition: color 0.15s  linear;
	-ms-transition: color 0.15s  linear;
	-o-transition: color 0.15s linear;
	transition:  color 0.15s linear;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a:link {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	color: rgba(163, 151, 151, 1);
	text-decoration: underline;
}
a:visited {
	color: inherit;
	text-decoration: underline;
}

.flownav {
	padding: 0;
	position: fixed;
	background: transparent;
	color: #fff;
	opacity: 0;
	top: -50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1997 !important;
}
.flownav-active {
	/* .flowmenu-arrow */
	display: block;
	top: 0 !important;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1 !important;
	-webkit-transition: opacity 0.3s linear, top 0s linear 0s !important;
	-moz-transition: opacity 0.3s linear, top 0s linear 0s !important;
	-ms-transition: opacity 0.3s linear, top 0s linear 0s !important;
	-o-transition: opacity 0.3s linear, top 0s linear 0s !important;
	transition: opacity 0.3s linear, top 0s linear 0s !important;
}
.flownav-inactive {
	/* .flowmenu-arrow */
	display: block;
	top: -50px !important;
	opacity: 0 !important;
	-webkit-transition: opacity 0.3s linear, top 0s linear 0.3s !important;
	-moz-transition: opacity 0.3s linear, top 0s linear 0.3s !important;
	-ms-transition: opacity 0.3s linear, top 0s linear 0.3s !important;
	-o-transition: opacity 0.3s linear, top 0s linear 0.3s !important;
	transition: opacity 0.3s linear, top 0s linear 0.3s !important;
}
.flownav-item {
	display: inline-block;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-family: "Gotham-Book", sans-serif !important;
	margin: 10px;
}
.flowmenu_none {
	display:none;
}
.scrollingflowmenu {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	right: -17px; /* Increase/Decrease this value for cross-browser compatibility */
	width: 80px !important;
    overflow-y: scroll;
}
.flowmenu {
	padding: 0;
	color: #fff;
	opacity: 0;
	right: 29px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1970 !important;
	background: rgba(0, 0, 0, 0.5);
}

.flowmenu-active {
	display: block;
	right: calc( 90px - 0px ) !important;
	opacity: 1 !important;
	-webkit-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-moz-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-ms-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-o-transition: opacity 0.3s linear, right 0s linear 0s !important;
	transition: opacity 0.3s linear, right 0s linear 0s !important;
}

.flowmenu-inactive {
	display: block;
	right: 0 !important;
	opacity: 0 !important;
	-webkit-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-moz-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-ms-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-o-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	transition: opacity 0.3s linear, right 0s linear 0.3s !important;
}
.flowmenu-active_ie10 {
	display: block;
	right: 0 !important;
	opacity: 1 !important;
	-webkit-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-moz-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-ms-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-o-transition: opacity 0.3s linear, right 0s linear 0s !important;
	transition: opacity 0.3s linear, right 0s linear 0s !important;
}
.flowmenu-inactive_ie10 {
	display: block;
	right: 0 !important;
	opacity: 0 !important;
	-webkit-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-moz-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-ms-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-o-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	transition: opacity 0.3s linear, right 0s linear 0.3s !important;
}
.flowmenu-active_ie11 {
	display: block;
	right: 0 !important;
	opacity: 1 !important;
	-webkit-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-moz-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-ms-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-o-transition: opacity 0.3s linear, right 0s linear 0s !important;
	transition: opacity 0.3s linear, right 0s linear 0s !important;
}
.flowmenu-inactive_ie11 {
	display: block;
	right: 0 !important;
	opacity: 0 !important;
	-webkit-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-moz-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-ms-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-o-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	transition: opacity 0.3s linear, right 0s linear 0.3s !important;
}
.flowmenu_hidden {
	opacity: 0;
	transition: all .3s linear;
}


/* SMALL */
.flowmenu-small {
	padding: 0;
	color: #fff;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1997 !important;
	background: rgba(0, 0, 0, 0.5);
}

.flowmenu-active-small {
	display: block;
	right: calc(90px - 24px) !important;
	opacity: 1 !important;
	-webkit-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-moz-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-ms-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-o-transition: opacity 0.3s linear, right 0s linear 0s !important;
	transition: opacity 0.3s linear, right 0s linear 0s !important;
}

.flowmenu-inactive-small {
	display: block;
	right: 0 !important;
	opacity: 0 !important;
	-webkit-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-moz-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-ms-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-o-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	transition: opacity 0.3s linear, right 0s linear 0.3s !important;
}
.flowmenu-active-small_ie10 {
	display: block;
	right: 0 !important;
	opacity: 1 !important;
	-webkit-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-moz-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-ms-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-o-transition: opacity 0.3s linear, right 0s linear 0s !important;
	transition: opacity 0.3s linear, right 0s linear 0s !important;
}
.flowmenu-inactive-small_ie10 {
	display: block;
	right: 0 !important;
	opacity: 0 !important;
	-webkit-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-moz-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-ms-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-o-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	transition: opacity 0.3s linear, right 0s linear 0.3s !important;
}
.flowmenu-active-small_ie11 {
	display: block;
	right: 0 !important;
	opacity: 1 !important;
	-webkit-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-moz-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-ms-transition: opacity 0.3s linear, right 0s linear 0s !important;
	-o-transition: opacity 0.3s linear, right 0s linear 0s !important;
	transition: opacity 0.3s linear, right 0s linear 0s !important;
}
.flowmenu-inactive-small_ie11 {
	display: block;
	right: 0 !important;
	opacity: 0 !important;
	-webkit-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-moz-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-ms-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	-o-transition: opacity 0.3s linear, right 0s linear 0.3s !important;
	transition: opacity 0.3s linear, right 0s linear 0.3s !important;
}
.flowmenu_hidden-small {
	opacity: 0;
	transition: all .3s linear;
}
/*SMALL*/

.flowmenu_logo_black {
	padding: 5px;
	width: 60px;
}
.flowmenu_logo_white {
	padding: 5px;
	width: 60px;
}
.flowmenu ul {
	margin-top: 0;
}
.flowmenu ul li {
	display: inline-block;
	width: 200px;
	list-style: none;
	font-size: 20px;
	padding: 0 0;
}
.flowmenu ul li:before {
	content: '-';
	margin-right: 5px;
	color: rgba(255, 255, 255, 0.3);
}
.flowmenu-arrow {
	position: absolute;
	z-index: 10;
	border: 10px solid transparent;
	-webkit-transition: opacity 0.4s linear 0.4s;
	-moz-transition: opacity 0.4s linear 0.4s;
	-ms-transition: opacity 0.4s linear 0.4s;
	-o-transition: opacity 0.4s linear 0.4s;
	transition: opacity 0.4s linear 0.4s;
}
.flowmenu-left .flowmenu-arrow {
	left: 14px;
	top: 50%;
	margin-top: -16px;
	border-left: 16px solid rgba(51, 51, 51, 1);
}
.flowmenu-right .flowmenu-arrow {
	right: 14px;
	top: 50%;
	margin-top: -16px;
	border-right: 16px solid rgba(51, 51, 51, 1);
}
.flowmenu-top .flowmenu-arrow {
	left: 50%;
	top: 14px;
	margin-left: -16px;
	border-top: 16px solid rgba(51, 51, 51, 1);
}
.flowmenu-bottom .flowmenu-arrow {
	left: 50%;
	bottom: 14px;
	margin-left: -16px;
	border-bottom: 16px solid rgba(51, 51, 51, 1);
}
.flowpage article,.flowpage aside,.flowpage figure,.flowpage footer,.flowpage header,.flowpage hgroup,.flowpage menu,.flowpage nav,.flowpage section {
	display: block;
}
.flowpage:after {
	content: '';
	font-style: italic;
}
.flowpage iframe {
	z-index: 1;
}
.flowpage a {
	position: relative;
}
.flowpage .stretch {
	max-width: none;
	max-height: none;
}
.flowpage pre.stretch code {
	height: 100%;
	max-height: 100%;
	box-sizing: border-box;
}
.flowpage .controls {
	display: none;
	position: fixed;
	width: 110px;
	height: 110px;
	z-index: 30;
	right: 10px;
	bottom: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flowpage .controls button {
	padding: 0;
	position: absolute;
	opacity: 0.05;
	width: 0;
	height: 0;
	background-color: transparent;
	border: 12px solid transparent;
	-webkit-transform: scale(0.9999);
	transform: scale(0.9999);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}
.flowpage .controls .enabled {
	opacity: 0.7;
	cursor: pointer;
}
.flowpage .controls .enabled:active {
	margin-top: 1px;
}
.flowpage .controls .navigate-left {
	top: 42px;
	border-right-width: 22px;
	border-right-color: #000;
}
.flowpage .controls .navigate-left.fragmented {
	opacity: 0.3;
}
.flowpage .controls .navigate-right {
	left: 74px;
	top: 42px;
	border-left-width: 22px;
	border-left-color: #000;
}
.flowpage .controls .navigate-right.fragmented {
	opacity: 0.3;
}
.flowpage .controls .navigate-up {
	left: 42px;
	border-bottom-width: 22px;
	border-bottom-color: #000;
}
.flowpage .controls .navigate-up.fragmented {
	opacity: 0.3;
}
.flowpage .controls .navigate-down {
	left: 42px;
	top: 74px;
	border-top-width: 22px;
	border-top-color: #000;
}
.flowpage .controls .navigate-down.fragmented {
	opacity: 0.3;
}
.flowpage .progress {
	position: fixed;
	display: none;
	height: 5px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.3);
}
.flowpage .progress:after {
	content: '';
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	top: -20px;
}
.flowpage .progress span {
	display: block;
	height: 100%;
	width: 0;
	background-color: #000;
	-webkit-transition: width 800ms linear;
	transition: width 800ms linear;
}
.flowpage .slide-number {
	position: fixed;
	display: block;
	right: 8px;
	bottom: 8px;
	z-index: 31;
	font-family: "Gotham-Book", sans-serif !important;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 5px;
}
.flowpage .slide-number-delimiter {
	margin: 0 3px;
}
.flowpage {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}
.flowpage .slides {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	overflow: visible;
	z-index: 1;
	-webkit-perspective: 600px;
	perspective: 600px;
	-webkit-perspective-origin: 50% 40%;
	perspective-origin: 50% 40%;
}
.flowpage .slides>section {
	-ms-perspective: 600px;
	perspective: 600px;
}
.slide {
	width: 100%;
	height: 100%;
}
.flowpage .slides>section {
	display: none;
	position: absolute;
	width: 100%;
	padding: 0 0;
	pointer-events: auto;
	z-index: 10;
	visibility: visible;
	overflow: hidden;
}
.flowpage .slides>section>section {
	position: relative !important;
}
.flowpage .slides>section.stack {
	padding-top: 0;
	padding-bottom: 0;
}
.flowpage .slides>section:empty,.flowpage .slides>section>section:empty,.flowpage .slides>section[data-background-interactive],.flowpage .slides>section>section[data-background-interactive] {
	pointer-events: none;
}
.flowpage.center,.flowpage.center .slides,.flowpage.center .slides section {
	min-height: 0 !important;
}
.flowpage .slides>section.future,.flowpage .slides>section>section.future,.flowpage .slides>section.past,.flowpage .slides>section>section.past {
	pointer-events: none;
}
.flowpage.overview .slides>section,.flowpage.overview .slides>section>section {
	pointer-events: auto;
}
.flowpage .slides>section.past,.flowpage .slides>section.future,.flowpage .slides>section>section.past,.flowpage .slides>section>section.future {
	opacity: 0;
}
.flowpage.slide section {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flowpage .slides>section[data-transition=slide].past,.flowpage .slides>section[data-transition~=slide-out].past,.flowpage.slide .slides>section:not([data-transition]).past {
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
}
.flowpage .slides>section[data-transition=slide].future,.flowpage .slides>section[data-transition~=slide-in].future,.flowpage.slide .slides>section:not([data-transition]).future {
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}
.flowpage .slides>section>section[data-transition=slide].past,.flowpage .slides>section>section[data-transition~=slide-out].past,.flowpage.slide .slides>section>section:not([data-transition]).past {
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
}
.flowpage .slides>section>section[data-transition=slide].future,.flowpage .slides>section>section[data-transition~=slide-in].future,.flowpage.slide .slides>section>section:not([data-transition]).future {
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}
.flowpage.linear section {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flowpage .slides>section[data-transition=linear].past,.flowpage .slides>section[data-transition~=linear-out].past,.flowpage.linear .slides>section:not([data-transition]).past {
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
}
.flowpage .slides>section[data-transition=linear].future,.flowpage .slides>section[data-transition~=linear-in].future,.flowpage.linear .slides>section:not([data-transition]).future {
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}
.flowpage .slides>section>section[data-transition=linear].past,.flowpage .slides>section>section[data-transition~=linear-out].past,.flowpage.linear .slides>section>section:not([data-transition]).past {
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
}
.flowpage .slides>section>section[data-transition=linear].future,.flowpage .slides>section>section[data-transition~=linear-in].future,.flowpage.linear .slides>section>section:not([data-transition]).future {
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}
.flowpage .slides section[data-transition=none],.flowpage.none .slides section:not([data-transition]) {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}
.flowpage .pause-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	visibility: hidden;
	opacity: 0;
	z-index: 4000;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.flowpage.paused .pause-overlay {
	visibility: visible;
	opacity: 1;
}
.no-transforms {
	overflow-y: auto;
}
.no-transforms .flowpage .slides {
	position: relative;
	width: 80%;
	height: auto !important;
	top: 0;
	left: 50%;
	margin: 0;
	text-align: center;
}
.no-transforms .flowpage .controls,.no-transforms .flowpage .progress {
	display: none !important;
}
.no-transforms .flowpage .slides section {
	display: block !important;
	opacity: 1 !important;
	position: relative !important;
	height: auto;
	min-height: 0;
	top: 0;
	left: -50%;
	margin: 70px 0;
	-webkit-transform: none;
	transform: none;
}
.no-transforms .flowpage .slides section section {
	left: 0;
}
.flowpage .no-transition,.flowpage .no-transition * {
	-webkit-transition: none !important;
	transition: none !important;
}
.flowpage .backgrounds {
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-perspective: 600px;
	perspective: 600px;
}
.flowpage .slide-background {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.flowpage .slide-background.stack {
	display: block;
	background-color: transparent;
}
.flowpage[data-background-transition=none]>.backgrounds .slide-background,.flowpage>.backgrounds .slide-background[data-background-transition=none] {
	-webkit-transition: none;
	transition: none;
	z-index: 0;
}
.flowpage.overview {
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	-webkit-perspective: 700px;
	perspective: 700px;
}
.flowpage.overview .slides {
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flowpage.overview .slides section {
	height: auto;
	top: 0 !important;
	opacity: 1 !important;
	overflow: hidden;
	visibility: visible !important;
	cursor: pointer;
	box-sizing: border-box;
}
.flowpage.overview .slides section:hover,.flowpage.overview .slides section.present {
	outline: 0 solid rgba(150, 150, 150, 0.4);
	outline-offset: 0;
}
.flowpage.overview .slides section .fragment {
	opacity: 1;
	-webkit-transition: none;
	transition: none;
}
.flowpage.overview .slides section:after,.flowpage.overview .slides section:before {
	display: none !important;
}
.flowpage.overview .slides>section.stack {
	padding: 0;
	top: 0 !important;
	outline: none;
	overflow: visible;
}
.flowpage.overview .backgrounds {
	-webkit-perspective: inherit;
	perspective: inherit;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flowpage.overview .backgrounds .slide-background {
	opacity: 1;
	visibility: visible;
	outline: 0 solid rgba(150, 150, 150, 0.1);
	outline-offset: 0;
}
.flowpage.overview .backgrounds .slide-background.stack {
	overflow: visible;
}
.flowpage.overview .slides section,.flowpage.overview-deactivating .slides section {
	-webkit-transition: none;
	transition: none;
}
.flowpage.overview .backgrounds .slide-background,.flowpage.overview-deactivating .backgrounds .slide-background {
	-webkit-transition: none;
	transition: none;
}
.xxxflowpage.rtl .slides,.xxxflowpage.rtl .slides h1,.xxxflowpage.rtl .slides h2,.xxxflowpage.rtl .slides h3,.xxxflowpage.rtl .slides h4,.xxxflowpage.rtl .slides h5,.xxxflowpage.rtl .slides h6 {
	direction: rtl;
}
.xxxflowpage.rtl pre,.xxxflowpage.rtl code {
	direction: ltr;
}
.flowpage.rtl ol,.flowpage.rtl ul {
	text-align: right;
}
.flowpage.rtl .progress span {
	float: right;
}

/*********************************************
  * LINK PREVIEW OVERLAY
  *********************************************/
.flowpage .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.flowpage .overlay.visible {
	opacity: 1;
	visibility: visible;
}
.flowpage .overlay header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	z-index: 2;
	border-bottom: 1px solid #222;
}
.flowpage .overlay header a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	padding: 0 10px;
	float: right;
	opacity: 0.6;
	box-sizing: border-box;
}
.flowpage .overlay header a:hover {
	opacity: 1;
}
.flowpage .overlay header a .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.flowpage .overlay .viewport {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	top: 40px;
	right: 0;
	bottom: 0;
	left: 0;
}
.flowpage .overlay.overlay-preview .viewport iframe {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	border: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.flowpage .overlay.overlay-preview.loaded .viewport iframe {
	opacity: 1;
	visibility: visible;
}
.flowpage .overlay.overlay-preview.loaded .viewport-inner {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 45%;
	width: 100%;
	text-align: center;
	letter-spacing: normal;
}
.flowpage .overlay.overlay-preview .x-frame-error {
	opacity: 0;
	-webkit-transition: opacity 0.3s linear 0.3s;
	transition: opacity 0.3s linear 0.3s;
}
.flowpage .overlay.overlay-preview.loaded .x-frame-error {
	opacity: 1;
}
.flowpage .overlay.overlay-preview.loaded .spinner {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
}
.flowpage .overlay.overlay-help .viewport {
	overflow: auto;
	color: #fff;
}
.flowpage .overlay.overlay-help .viewport .viewport-inner {
	width: 600px;
	margin: auto;
	padding: 20px 20px 80px 20px;
	text-align: center;
	letter-spacing: normal;
}
.flowpage .overlay.overlay-help .viewport .viewport-inner .title {
	font-size: 20px;
}
.flowpage .overlay.overlay-help .viewport .viewport-inner table {
	border: 1px solid #fff;
	border-collapse: collapse;
	font-size: 16px;
}
.flowpage .overlay.overlay-help .viewport .viewport-inner table th,.flowpage .overlay.overlay-help .viewport .viewport-inner table td {
	width: 200px;
	padding: 14px;
	border: 1px solid #fff;
	vertical-align: middle;
}
.flowpage .overlay.overlay-help .viewport .viewport-inner table th {
	padding-top: 20px;
	padding-bottom: 20px;
}
.flowpage .playback {
	position: fixed;
	left: 15px;
	bottom: 20px;
	z-index: 30;
	cursor: pointer;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
.flowpage.overview .playback {
	opacity: 0;
	visibility: hidden;
}

xxxsection.has-light-background,
xxxsection.has-light-background h1,
xxxsection.has-light-background h2,
xxxsection.has-light-background h3,
xxxsection.has-light-background h4,
xxxsection.has-light-background h5,
xxxsection.has-light-background h6 {
	color: #222;
}
.flowpage {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

::selection {
	color: #fff;
	background: #bee4fd;
	text-shadow: none;
}

::-moz-selection {
	color: #fff;
	background: #bee4fd;
	text-shadow: none;
}
.flowpage strong,.flowpage b {
	font-weight: bold;
}
.flowpage em {
	font-style: italic;
}
.flowpage ol,.flowpage dl,.flowpage ul {
	display: inline-block;
	text-align: left;
	margin: 0 0 0 1em;
}
.flowpage ol {
	list-style-type: decimal;
}
.flowpage ul {
	list-style-type: disc;
}
.flowpage ul ul {
	list-style-type: square;
}
.flowpage ul ul ul {
	list-style-type: circle;
}
.flowpage ul ul,.flowpage ul ol,.flowpage ol ol,.flowpage ol ul {
	display: block;
	margin-left: 40px;
}
.flowpage dt {
	font-weight: bold;
}
.flowpage dd {
	margin-left: 40px;
}
.flowpage q,.flowpage blockquote {
	quotes: none;
}
.flowpage blockquote {
	display: block;
	position: relative;
	width: 70%;
	margin: 20px auto;
	padding: 5px;
	font-style: italic;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.flowpage blockquote p:first-child,.flowpage blockquote p:last-child {
	display: inline-block;
}
.flowpage q {
	font-style: italic;
}
.flowpage pre {
	display: block;
	position: relative;
	width: 90%;
	margin: 20px auto;
	text-align: left;
	font-size: 0.55em;
	font-family: monospace;
	line-height: 1.2em;
	word-wrap: break-word;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.flowpage code {
	font-family: monospace;
}
.flowpage pre code {
	display: block;
	padding: 5px;
	overflow: auto;
	max-height: 400px;
	word-wrap: normal;
}
.flowpage table {
	margin: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.flowpage table th {
	font-weight: bold;
}
.flowpage table th,.flowpage table td {
	text-align: left;
	padding: 0.2em 0.5em 0.2em 0.5em;
	border-bottom: 1px solid;
}
.flowpage table th[align="center"],.flowpage table td[align="center"] {
	text-align: center;
}
.flowpage table th[align="right"],.flowpage table td[align="right"] {
	text-align: right;
}
.flowpage table tbody tr:last-child th,.flowpage table tbody tr:last-child td {
	border-bottom: none;
}
.flowpage sup {
	vertical-align: super;
}
.flowpage sub {
	vertical-align: sub;
}
.flowpage small {
	display: inline-block;
	font-size: 0.6em;
	line-height: 1.2em;
	vertical-align: top;
}
.flowpage small * {
	vertical-align: top;
}
.cookie_consent_visible {
	opacity: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.cookie_details {
	display: none;
}
.cookie_consent {
	pointer-events: all;
	width: 100vw;
	background-color: rgba(32,32,32,0.5);
	text-align: left;
	overflow-y: scroll;
}
.cookie_consent_middle {
	width: calc(100vw - 125px);
}
.cookie_consent h1 {
	font-weight: bold;
	font-size: 1.3rem;
	margin: 0 0 .5rem 0;
	padding: 0;
}
.cookie_consent p {
	margin: 0;
	padding:0 0 .5rem 0;
}
.cookie_consent a {
	color: #fefefe;
	text-decoration: underline;
}
.cookie_consent a:hover {
	color: #fefefe;
	text-decoration: none;
}
.cookie_content {
	background-image: linear-gradient(90deg, #111 0%, #333 60%);
	background-color: #222;	margin-left:10%;

	width: 80vw;
	max-width: 980px;

	color: #fefefe;
	font-family: "text";
	font-size: 1rem;
	line-height: 1.5;
	padding: 1rem;
	border-radius: 5px;
	display:inline-block;

}
.accept_cookie {
	margin: .5rem 0;
}
.accept_cookie .btn {
	color: #111 !important;
	font-size: 1rem;
	font-weight: bold;
	background: #eee;
	border: 2px solid #eee;
	border-radius: 5px;
	padding: 1rem;
	margin: 5px;
	width: auto;
	-webkit-appearance: none;
	appearance: none;
}
.accept_cookie .btn:hover {
	cursor: pointer;
	color: #eee !important;
	background: #111;
}
.control {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
	cursor: pointer;
	line-height: 14px;
	font-size: 14px;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control_single_line {
	padding-top: 7px;
}
.control_indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #248f09;
	border: 0 solid #000000;
}
.control-radio .control_indicator {
	border-radius: 2px;
}
.control:hover input~.control_indicator,.control input:focus~.control_indicator {
	background: #248f09;
}
.control input:checked~.control_indicator {
	background: #248f09;
}
.control:hover input:not([disabled]):checked~.control_indicator,.control input:checked:focus~.control_indicator {
	background: #248f09;
}
.control input:disabled~.control_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
.control_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}
.control input:checked~.control_indicator:after {
	display: block;
}
.control-checkbox .control_indicator:after {
	left: 8px;
	top: 4px;
	width: 3px;
	height: 8px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.control-checkbox input:disabled~.control_indicator:after {
	border-color: #7b7b7b;
}
.fa-paragraph:before {
	font-family: "Gotham-Bold", sans-serif !important;
	content: '§';
}
.tooltip-img {
	width:160px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0;
	margin-top:0;
	border-radius:6px;
}
.arrow_right_box {
	position: fixed;
	background: rgba(94, 216, 235, 1);
	border: 1px solid rgba(94, 216, 235, 1);
	border-radius: 6px;
	font-family: "titel", sans-serif !important;
	font-size: 18px;
	line-height: 20px;
	padding: 5px;
	width: auto;
	float: right;
	height: auto;
	z-index: 13000;
	pointer-events: none;
}
.arrow_right_box:after,.arrow_right_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_right_box:after {
	border-color: transparent;
	border-left-color: rgba(94, 216, 235, 1);
	border-width: 8px;
	margin-top: -8px;
}
.arrow_right_box:before {
	border-color: transparent;
	border-left-color: rgba(94, 216, 235, 1);
	border-width: 9px;
	margin-top: -9px;
}
.arrow_left_box {
	position: fixed;
	background: rgba(94, 216, 235, 1);
	border: 1px solid rgba(94, 216, 235, 1);
	border-radius: 6px;
	font-family: "titel", sans-serif !important;
	font-size: 18px;
	line-height: 20px;
	padding: 5px;
	width: auto;
	float: right;
	height: auto;
	z-index: 13000;
	pointer-events: none;
}
.arrow_left_box:after,.arrow_left_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_left_box:after {
	border-color: transparent;
	border-right-color: rgba(94, 216, 235, 1);
	border-width: 8px;
	margin-top: -8px;
}
.arrow_left_box:before {
	border-color: transparent;
	border-right-color: rgba(94, 216, 235, 1);
	border-width: 9px;
	margin-top: -9px;
}
.arrow_top_box {
	position: fixed;
	background: rgba(94, 216, 235, 1);
	border: 1px solid rgba(94, 216, 235, 1);
	border-radius: 6px;
	font-family: "titel", sans-serif !important;
	font-size: 18px;
	line-height: 20px;
	padding: 5px;
	width: auto;
	float: right;
	height: auto;
	z-index: 13000;
	pointer-events: none;
}
.arrow_top_box:after,.arrow_top_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_top_box:after {
	border-color: transparent;
	border-bottom-color: rgba(94, 216, 235, 1);
	border-width: 8px;
	margin-left: -8px;
}
.arrow_top_box:before {
	border-color: transparent;
	border-bottom-color: rgba(94, 216, 235, 1);
	border-width: 9px;
	margin-left: -9px;
}
.arrow_bottom_box {
	position: fixed;
	background: rgba(94, 216, 235, 1);
	border: 1px solid rgba(94, 216, 235, 1);
	border-radius: 6px;
	font-family: "titel", sans-serif !important;
	font-size: 18px;
	line-height: 20px;
	padding: 5px;
	width: auto;
	float: right;
	height: auto;
	z-index: 13000;
	pointer-events: none;
}
.arrow_bottom_box:after,.arrow_bottom_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_bottom_box:after {
	border-color: transparent;
	border-top-color: rgba(94, 216, 235, 1);
	border-width: 8px;
	margin-left: -8px;
}
.arrow_bottom_box:before {
	border-color: transparent;
	border-top-color: rgba(94, 216, 235, 1);
	border-width: 9px;
	margin-left: -9px;
}
.silent_media_button {
	background: rgba(94, 216, 235, 1);
	border: 0;
	color: #fff;
	font-size: 20px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	margin-left: 0;
	margin-top: 30px;
	width: 40px;
	height: 40px;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
	cursor: pointer;
	pointer-events: all;
}
.silent_media_button:hover {
	background-color: #888;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}
.silent_media_button:focus {
	outline: none;
	background-color: transparent;
}
.silent_play {
	position: fixed;
	bottom: 0;
	left: 30px;
	height: 55px;
	width: 40px;
	z-index: 1997;
}
.tts_play {
	position: fixed;
	bottom: 0;
	right: 80px;
	height: 55px;
	width: 40px;
	z-index: 1997;
}
.tts_play_mobile {
	position: fixed;
	bottom: 0;
	right: 35px;
	height: 55px;
	width: 40px;
	z-index: 1997;
}
.mediaHolder {
	width: 100%;
	height: 100%;
	background-color: hotpink;
}
.umfrage {
	width:auto;
	height:auto;
	position:relative;
}
.umfrage_titel {
	margin-bottom: 3vh;
	margin-right: 2vh;
	display: inline-block;
}
.umfrage_singlechoice_titel {
	display: inline-block;
	width: 100%;
	font-family: "text", sans-serif !important;
	font-size: 3vh;
	word-break:break-word;
}
.umfrage_multiplechoice_titel {
	display: inline-block;
	width: 100%;
	font-family: "text", sans-serif !important;
	font-size: 3vh;
	word-break:break-word;
}
.umfrage_question_0_10_titel {
	display: inline-block;
	width: 100%;
	font-family: "text", sans-serif !important;
	font-size: 3vh;
	word-break:break-word;
	margin-bottom:40px;
}
.umfrage_question_0_10_titel .umfrage_titel {
	margin:0;
}
.umfrage_freitext_titel {
	display: inline-block;
	font-family: "text", sans-serif !important;
	font-size: 3vh;
	margin-left: calc( 3vh * var(--font-factor) * 1.5 );
	margin-bottom: 1vh;
	vertical-align: top;
	width: calc(100% - 6vh);
	word-break:break-word;
}
.umfrage_freitext_titel_solo {
	display: inline-block;
	font-family: "text", sans-serif !important;
	font-size: 3vh;
	xmargin-left: calc( 3vh * var(--font-factor) * 1.5 );
	margin-bottom: 1vh;
	vertical-align: top;
	width: calc(100% - 6vh);
	word-break:break-word;
}
.umfrage_freitext_leerzeile {
	display: inline-block;
	width: calc(100% - 6vh);
	height:1.5vh;
}
.umfrage_freitext_leerzeile .umfrage_titel{
	display: inline-block;
	font-family: "text", sans-serif !important;
	font-size: 6vh;
}
.umfrage_freitext_textarea_background {
	font-family: "text", sans-serif !important;
	font-size: 3vh;
	width: calc(90% - 5vh);
	background: transparent;
	margin-left: calc( 3vh * var(--font-factor) * 1.5 );
	display: inline-block;
}
.umfrage_freitext_textarea_background_solo {
	position:relative;
	font-family: "text", sans-serif !important;
	font-size: 3vh;
	width: calc(90% - 5vh);
	background: transparent;
	margin-left: 0;
	display: inline-block;
}
.umfrage_freitext_textarea {
	width: 100%;
	display: inline-block;
	font-family: "freitext", sans-serif !important;
	font-size: 3vh;
	resize: none;
	line-height: 1.1;
	background: transparent;
	border: 0 none;
	cursor: default;
	overflow: hidden;
	word-break: break-word;
	-webkit-user-select: text !important;
	-webkit-touch-callout: text !important;
	-khtml-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	-o-user-select: text !important;
	user-select: text !important;
}

.umfrage_freitext_textarea_solo {
	width: 100%;
	display: inline-block;
	font-family: "freitext", sans-serif !important;
	font-size: 3vh;
	resize: none;
	line-height: 1.1;
	background: transparent;
	border: 0 none;
	cursor: default;
	overflow: hidden;
	margin-left: calc( 3vh * var(--font-factor) * 1.5 );
	word-break: break-word;
	-webkit-user-select: text !important;
	-webkit-touch-callout: text !important;
	-khtml-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	-o-user-select: text !important;
	user-select: text !important;
}

.umfrage_freitext_textarea_arrow_up {
	display: inline-block;
	position: absolute;
	left: 0;
	top: calc( 6px * var(--font-factor) );
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 0 solid transparent;
	border-left: calc( 3vh * var(--font-factor) * 10 / 20 ) solid transparent;
	border-right: calc( 3vh * var(--font-factor) * 10 / 20 ) solid transparent;
	border-bottom: calc( 3vh * var(--font-factor) * 20 / 20 ) solid #fff;
}
.umfrage_freitext_textarea_arrow_up:hover {
	border-bottom-color: #FFCDA4 !important;
}
.umfrage_freitext_textarea_arrow_up:hover input~.umfrage_freitext_textarea {
	background-color: #FFCDA4;
}

.umfrage_freitext_textarea_arrow_up_solo {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 0 solid transparent;
	border-left: calc( 3vh * var(--font-factor) * 10 / 20 ) solid transparent;
	border-right: calc( 3vh * var(--font-factor) * 10 / 20 ) solid transparent;
	border-bottom: calc( 3vh * var(--font-factor) * 20 / 20 ) solid #fff;
}
.umfrage_freitext_textarea_arrow_up_solo:hover {
	border-bottom-color: #FFCDA4 !important;
}
.umfrage_freitext_textarea_arrow_up_solo:hover input~.umfrage_freitext_textarea {
	background-color: #FFCDA4;
}
.umfrage_freitext_textarea_arrow_none {
	display: inline-block;
	margin-top: 0;
	margin-left: 0;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 0 solid transparent;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 0 solid transparent;
}

.umfrage_checkbox_container {
	display: inline-block;
	position: relative;
	padding-left: calc( 3vh * var(--font-factor) * 1.5 );
	padding-right: calc( 3vh * var(--font-factor) * 1.5 );
	margin-bottom: calc( 3vh * var(--font-factor) * 5 / 20 );
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.umfrage_checkbox_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.umfrage_checkbox_checkmark {
	position: absolute;
	top: calc( 6px * var(--font-factor) );
	left: 0;
	height: calc( 3vh * var(--font-factor) );
	width: calc( 3vh * var(--font-factor) );
	background-color: #eee;
}

.umfrage_checkbox_container:hover input~.umfrage_checkbox_checkmark {
	background-color: #FFCDA4;
}

.umfrage_checkbox_container input:checked~.umfrage_checkbox_checkmark {
	background-color: rgba(94, 216, 235, 1);
}

.umfrage_checkbox_checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.umfrage_checkbox_container input:checked~.umfrage_checkbox_checkmark:after {
	display: block;
}

.umfrage_checkbox_container .umfrage_checkbox_checkmark:after {
	left: 5px;
	top: 0;
	width: calc( 3vh * var(--font-factor) * 7 / 20 );
	height: calc( 3vh * var(--font-factor) * 13 / 20 );
	border: solid white;
	border-top-width: 0;
	border-right-width:calc( 3vh * var(--font-factor) * 4 / 20 );
	border-bottom-width:calc( 3vh * var(--font-factor) * 3 / 20 );
	border-left-width:0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.umfrage_radiobutton_container {
	display: inline-block;
	position: relative;
	padding-left: calc( 3vh * var(--font-factor) * 1.5 );
	padding-right: calc( 3vh * var(--font-factor) * 1.5 );
	margin-bottom: calc( 3vh * var(--font-factor) * 5 / 20 );
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.umfrage_radiobutton_container input {
	position: absolute;
	opacity: 0;
}

/* Create a custom radio button */
.umfrage_radiobutton_checkmark {
	position: absolute;
	top: calc( 6px * var(--font-factor) );
	left: 0;
	height: calc( 3vh * var(--font-factor) );
	width: calc( 3vh * var(--font-factor) );
	background-color: #eee;
	border-radius: 50%;
}

.umfrage_radiobutton_container:hover input~.umfrage_radiobutton_checkmark {
	background-color: #FFCDA4;
}

.umfrage_radiobutton_container input:checked~.umfrage_radiobutton_checkmark {
	background-color: rgba(94, 216, 235, 1);
}

.umfrage_radiobutton_checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.umfrage_radiobutton_container input:checked~.umfrage_radiobutton_checkmark:after {
	display: block;
}

.umfrage_radiobutton_container .umfrage_radiobutton_checkmark:after {
	top: calc( ( 3vh * var(--font-factor) ) / 4 );
	left: calc( ( 3vh * var(--font-factor) ) / 4 );
	height: calc( ( 3vh * var(--font-factor) ) / 2 );
	width: calc( ( 3vh * var(--font-factor) ) / 2 );
	border-radius: 50%;
	background: white;
}
.modal-backdrop {
	display: none;
	position: fixed;
	z-index: 9000;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-color: transparent;
}
.modal {
	display: block;
	position: fixed;
	z-index: 9001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.3);
}
.close {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,.close:focus {
	color: #aaa;
	text-decoration: none;
	cursor: pointer;
}
.modal-header {
	padding: 2px 16px;
	background-color: rgba(94, 216, 235, 1);
	font-family: "titel";
	font-size: 4vh;
	color: #fff;
	margin-top: 1vh;
	margin-bottom: 1vh;
}

.modal-body {
	padding: 2px 16px;
	font-family: "text";
	font-size: 3vh;
	color: #fff;
	background-color: rgba(94, 216, 235, 1);
	margin-bottom: 1vh;
}

.modal-footer {
	padding: 2px 16px;
	background-color: rgba(94, 216, 235, 1);
	margin-bottom: 1vh;
	color: #fff;
	font-family: "untertitel";
	font-size: 3vh;
}

.modal-content {
	padding-top: 30px;
	position: absolute;
	background-color: rgba(94, 216, 235, 1);
	color: #fff;
	margin: auto;
	border: none;
	left: 0;
	width: 100%;
	bottom: 0;
}
.btn {
	background-color: #77b55a;
	box-shadow: 0 0 0 transparent, 0 0 0 transparent !important;
	box-decoration-break: unset;

	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 2px solid #77b55a;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: "text", serif;
	font-size: 2vh;
	font-weight: bold;
	padding: 1.5vh 2vh;
	text-decoration: none;
}
.btn:hover {
	background-color: #72b352;
}
.btn:active {
	position: relative;
	top: 1px;
}
.btndanger{
	background-color: #b5775a !important;
	border: 2px solid #b5775a !important;
}
.btndanger:hover {
	background-color: #b37252;
}


.umfrage_beenden {
	position:absolute;
	background-image: url('logos/umfrage_beenden_512.png?1740997212') ;
	background-position: center; 
  	background-repeat: no-repeat;
	background-size: cover; 
	background-color: transparent;
	border: none;
	width: 18vh;
	height: 18vh;
	font-family: 'titel';
	font-size: 2.5vh;
	color: #fff;
	transform: rotate(-20deg);
}
.umfrage_beenden:hover {
	background-image: url('logos/umfrage_beenden_hover_512.png?1740997212') ;
}
.umfrage_beenden_hover {
	position:absolute;
	background-image: url('logos/umfrage_beenden_hover_512.png?1740997212') ;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	border: none;
	width: 18vh;
	height: 18vh;
	font-family: 'titel';
	font-size: 2.5vh;
	color: #fff;
	transform: rotate(-20deg);
}
.umfrage_starten {
	position:absolute;
	background-image: url('logos/umfrage_starten_512.png?1740997212') ;
	background-position: center; 
  	background-repeat: no-repeat;
	background-size: cover; 
	background-color: transparent;
	border: none;
	width: 18vh;
	height: 18vh;
	font-family: 'titel';
	font-size: 2.5vh;
	color: #fff;
	transform: rotate(-20deg);
}
.umfrage_starten:hover {
	background-image: url('logos/umfrage_starten_hover_512.png?1740997212') ;
}
.umfrage_starten_hover {
	position:absolute;
	background-image: url('logos/umfrage_starten_hover_512.png?1740997212') ;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	border: none;
	width: 18vh;
	height: 18vh;
	font-family: 'titel';
	font-size: 2.5vh;
	color: #fff;
	transform: rotate(-20deg);
}
.onetoten {
	width: 422px;
	height: 41px;
	padding:0;
	position: relative;
}
.onetoten_inner {
	left:0;
	top:0;
	position: absolute;
	margin-left:0;
	margin-right:0;
	pointer-events: none;
}
.background_video {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-aspect-ratio: 880/481) {
	.background_video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 880/481) {
	.background_video { width: 300%; left: -100%; }
}
@supports (object-fit: cover) {
	.background_video {
	  top: 0; left: 0;
	  width: 100%; height: 100%;
	  object-fit: cover;
	}
}
.smallScreen {
	background:transparent;
}


@media all and (max-aspect-ratio:1/1)  {
	.overview_item_1{
		display: inline-block;
	}
	.overview_item_2{
		display: inline-block;
	}
	.overview_item_3{
		display: inline-block;
	}
}
@media all and (max-width: 1690px) {
	.overview_item_1{
		display: inline-block;
	}
	.overview_item_2{
		display: inline-block;
	}
	.overview_item_3{
		display: inline-block;
	}
}
@media all and (max-width: 1280px) {
	.overview_item_1{
		display: inline-block;
	}
	.overview_item_2{
		display: inline-block;
	}
	.overview_item_3{
		display: inline-block;
	}
}
@media all and (max-width: 980px) {
	.overview_item_1{
		display: inline-block;
	}
	.overview_item_2{
		display: inline-block;
	}
	.overview_item_3{
		display: none;
	}
}
@media all and (max-width: 820px)  {
	.overview_item_1{
		display: inline-block;
	}
	.overview_item_2{
		display: inline-block;
	}
	.overview_item_3{
		display: none;
	}
}
@media all and (max-width: 736px) {
	.overview_item_1{
		display: inline-block;
	}
	.overview_item_2{
		display: none;
	}
	.overview_item_3{
		display: none;
	}
}
@media all and (max-width: 500px)  {
	.overview_item_1{
		display: none;
	}
	.overview_item_2{
		display: none;
	}
	.overview_item_3{
		display: none;
	}
}
@media all and (max-width: 480px) {
	.overview_item_1{
	display: none;
	}
	.overview_item_2{
		display: none;
	}
	.overview_item_3{
		display: none;
	}
}


@media screen and (min-width:1280px)  {
}


/* video css */

@font-face {
	font-family: 'media';
	src: url('fonts/media/media-webfont-webfont.eot?cb=1740997212');
	src: url('fonts/media/media-webfont-webfont.eot?#iefix&cb=1740997212') format('embedded-opentype'),
	url('fonts/media/media-webfont-webfont.woff?cb=1740997212') format('woff'),
	url('fonts/media/media-webfont-webfont.ttf?cb=1740997212') format('truetype'),
	url('fonts/media/media-webfont-webfont.svg#mediaregular?cb=1740997212') format('svg');
}
.media-play:before {
	font-family: "media", fantasy;
	content: "F";
	color: #fff;
}
.media-pause:before {
	font-family: "media", fantasy;
	content: "G";
	color: #fff;
}
.media-volume3:before {
	font-family: "media", fantasy;
	content: "A";
	color: #fff;
}
.media-volume2:before {
	font-family: "media", fantasy;
	content: "B";
	color: #fff;
}
.media-volume1:before {
	font-family: "media", fantasy;
	content: "C";
	color: #fff;
}
.media-volume0:before {
	font-family: "media", fantasy;
	content: "D";
	color: #fff;
}
.media-mute:before {
	font-family: "media", fantasy;
	content: "E";
	color: #fff;
}
.media-video:before {
	font-family: "media", fantasy;
	content: "T";
	color: #fff;
}
.media-circle:before {
	font-family: "media", fantasy;
	content: "H";
	color: #fff;
}
.media-fullcircle:before {
	font-family: "media", fantasy;
	content: "I";
	color: rgba(0, 0, 0, 0.3);
}
.media-collapse:before {
	font-family: "media", fantasy;
	content: "L";
	color: #fff;
}
.media-expand:before {
	font-family: "media", fantasy;
	content: "M";
	color: #fff;
}
.media-forward:before {
	font-family: "media", fantasy;
	content: "N";
	color: #fff;
}
.media-backward:before {
	font-family: "media", fantasy;
	content: "O";
	color: #fff;
}
.videoctrl {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.posterimage {
	background-size: 100% auto;background-position:center;background-repeat: no-repeat;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.video-controls {
	transition: opacity 0.3s ease-out;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.shadow {
	position: absolute;
	top: calc(100% - 50px);
	width: 100%;
	height: 50px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.progressarea {
	position: absolute;
	left: 0;
	top: calc(100% - 50px);
	height: 12px;
	width: calc(100% - 24px);
	margin: 0;
	background-color: rgba(255, 255, 255, 0);

	padding-top: calc(10px - 3px);
	padding-bottom: calc(10px - 3px);
	padding-left: 12px;
	padding-right: 12px;
}
.wholearea {
	position: absolute;
	top: 3px;
	height: 4px;
	width: calc(100%);
	border: 0 solid rgba(0, 0, 0, 0);
	border-radius: 3px;
	padding: 0;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.3);
	pointer-events: none;
}
.loadedarea {
	position: absolute;
	top: 3px;
	height: 4px;
	width: calc(0%);
	border: 0 solid rgba(0, 0, 0, 0);
	border-radius: 3px;
	padding: 0;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.4);
	pointer-events: none;
}
.playedarea {
	position: absolute;
	top: 3px;
	height: 4px;
	width: calc(0%);
	border: 0 solid rgba(0, 0, 0, 0);
	border-radius: 3px;
	padding: 0;
	margin: 0;
	background-color: #f0210a;
	pointer-events: none;
}
.playknob {
	position: absolute;
	left: 0;
	top: 1px;
	height: 8px;
	width: 8px;
	border: 0 solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	padding: 0;
	margin: 0;
	background-color: #f0210a;
	pointer-events: none;
}
.playpause {
	position: absolute;
	left: 12px;
	top: calc(100% - 25px);
	height: 20px;
	width: 20px;
	padding: 0;
	margin: 0;
}
.volumearea {
	position: absolute;
	left: calc(30px);
	top: calc(100% - 23px);
	height: 8px;
	width: calc(25%);
	margin: 0;
	padding-top: calc(8px - 3px);
	padding-bottom: calc(8px - 3px);
	padding-left: 12px;
	padding-right: 12px;
}
.volumewhole {
	position: absolute;
	left: 0;
	top: 2px;
	height: 4px;
	width: calc(100%);
	background: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
}
.volumecurrent {
	position: absolute;
	left: 0;
	top: 2px;
	height: 4px;
	border: 0 solid rgba(0, 0, 0, 0);
	border-radius: 2px;
	background: rgba(255, 255, 255, 1);
}
.volumeknob {
	position: absolute;
	left: 0;
	top: 0;
	height: 8px;
	width: 8px;
	border: 0 solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	padding: 0;
	margin: 0;
	background-color: rgba(255, 255, 255, 1);
}
.mute {
	position: absolute;
	left: calc(8px);
	top: calc(100%);
	height: 40px;
	width: 40px;
	padding: 0;
	margin: 0;
}
.time {
	position: absolute;
	font-family: "media" , sans-serif;
	font-size: 7px;
	right: calc(0px);
	top: calc(100% - 20px);
	height: 20px;
	width: calc(110px);
	border: 0 solid rgba(0, 0, 0, 0);
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
	text-align: right;
	text-align-last: right;
	pointer-events: none;
	padding-left: 0;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	margin: 0;
}
.fullscreen {
	position: absolute;
	left: calc(25% + 60px);
	top: calc(100% - 25px);
	height: 20px;
	width: 20px;
	padding: 0;
	margin: 0;
}
.gallery {
	width: 100%;
	height: auto;
	/* 2 * 23 + x */
	margin: 0;
	padding: 0;
	text-align: left;
	text-align-last: left;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	left: 0;
	top: 0;
	z-index: 0 !important;
}
.gallery_div {
	width: calc(2 * 10vw);
	height: calc(((2 * 10vw) * 387) / 209);
	padding: 0 !important;
	border: none;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 23px;


	display: inline-block;
	vertical-align: top;
	background: transparent;
	position: relative;
}
.gallery_pic {
	left: calc(10 * (2 * 10vw) / 209);
	top: calc(40 * (2 * 10vw) / 209);
	width: calc(2 * 10vw - 2 * 10 * (2 * 10vw) / 209);
	height: calc(2 * 10vw - 2 * 10 * (2 * 10vw) / 209);
	border: none !important;
	margin: 0 !important;
	padding-left: 0 !important;
	z-index: 1 !important;
	position: absolute;
}
.gallery_text {
	position: absolute;
	font-family: "courier", sans-serif !important;
	font-size: 1.2vw;
	left: calc(10 * (2 * 10vw) / 209);
	top: calc(2 * 10vw + 30 * (2 * 10vw) / 209);
	width: calc(2 * 10vw - 2 * 10 * (2 * 10vw) / 209);
	height: calc(2 * 10vw - 2 * 50 * (2 * 10vw) / 209);

	text-align: left;
	text-align-last: left;
	-ms-text-justify: auto;
	text-justify: auto;

	overflow: hidden;
	color: #111;
}
.gallery_background {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url("logos/handystadtsache.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}

.gallery_img {
	width: 100%;
	height: 100%;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	pointer-events: none;
}
.fullscreen_mobile{
	position: absolute;
	left: 12px;
	top: calc(100% - 25px);
	height: 20px;
	width: 20px;
	padding: 0;
	margin: 0;
}
.clicktoplay {
	transition: opacity 0.3s ease-out;
	opacity: 1;
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	height: 100px;
	width: 100px;
	margin: 0;
	font-size: 50px;
}
.clicktopause {
	transition: opacity 0.3s ease-out;
	opacity: 0;
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	height: 100px;
	width: 100px;
	margin: 0;
	font-size: 50px;
}
.spinner {
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	height: 100px;
	width: 100px;
	margin: 0;
	background-size: 100% 100%;
	background-image: url("spinner.gif");
	pointer-events: none;
	opacity: 0;
}


@media screen and (max-width:820px)  {
}

@media screen and (max-width:500px)  {

	.clicktoplay {
		top: calc(28% - 50px);
	}

	.clicktopause {
		top: calc(28% - 50px);
	}

	.spinner {
		top: calc(28% - 50px);
	}

}

@media screen and (max-aspect-ratio:1/1)  {
}

@media screen and (min-width:1280px)  {
}

.forward {
	display:none;
	position: absolute;
	opacity: 1;
	left: calc(50% + 70px);
	top: calc(50% - 30px);
	height: 60px;
	width: 60px;
	margin: 0;
	font-size: 30px;
}
.backward {
	display:none;
	position: absolute;
	opacity: 1;
	left: calc(50% - 130px);
	top: calc(50% - 30px);
	height: 60px;
	width: 60px;
	margin: 0;
	font-size: 30px;
}
.scalevideo {
	width: calc( 384px  );
	height: calc( 216px  );
}

@media only screen and (min-width: 900px) {
	.scalevideo {
		width: calc(3 * 384px);
		height: calc(3 * 216px);
	}
}

@media only screen and (min-width: 600px) {
	.scalevideo {
		width: calc(2 * 384px);
		height: calc(2 * 216px);
	}
}
.mrgin {
	margin-right: 15px;
	margin-top: 15px;
}