/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../../files/gfx/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/gfx/fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../../files/gfx/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/gfx/fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../../files/gfx/fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../files/gfx/fonts/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


@media screen {

/* ****** reset ******************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #222;
	background: #fff;
	font: 16px/26px 'open sans', verdana, sans-serif;	
	/*overflow: hidden; /* fix nav */
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}






/* ****** structure ******************************************************** */
html {
	height: 100%;
	__overflow-y: scroll;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#main {
	float: left;
	position: relative;
	width: 100%;
	margin-top: 62px;
}
#header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 3px #ccc;
}
#header .panel {
	padding: 0;
	overflow: initial;
}
#header .c33,
#header .c66 {
	margin-bottom: 0 !important;
}
.logo {
	display: block;
	padding: 18px 0;
}
#footer {
	text-align: center;	
}
#footer img {
	margin: 0 auto;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .panel.blau {
	padding: 20px 0 10px 0;
}
#footer .panel.blau .c100 {
	margin-bottom: 12px;
}
#footer .panel.blau p {
	margin-bottom: 0;
}






/* ****** grid ******************************************************** */
.panel {
	overflow: auto;
	clear: both;
	padding: 10px 0;
}
.panel.blau {
	background: #0096DF;
}
.panel.blau {
	color: #fff;
}
.panel.blau a,
#footer .panel.blau a {
	color: rgba(255,255,255,0.7);
}
.panel .inside {
	max-width: 1220px;
	margin: 0 auto;
}
.panel.full .inside {
	max-width: none;
	position: relative;
  width: 100%;
  height: 100%;	
  background-attachment: scroll;
  overflow: hidden;  
}
.panel.full img,
.panel.full video {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 0;
}
.c25,
.c33,
.c50,
.c66,
.c75,
.c100 {
	float: left;
	padding: 0 2%;
	margin-bottom: 20px;
}
.c25 {
	width: 25%;
}
.c33 {
	width: 33.33%;
}
.c50 {
	width: 50%;
}
.c66 {
	width: 66.66%;
}
.c75 {
	width: 75%;
}
.c100 {
	width: 100%;
}
.panel.full .c25,
.panel.full .c33,
.panel.full .c50,
.panel.full .c66,
.panel.full .c75,
.panel.full .c100 {
	padding-left: 0;
	padding-right: 0;
}
.panel img,
.panel video {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}
.iconleft h2 {
	margin-bottom: 10px;
}
.iconleft p {
	margin-bottom: 0;
}
.iconleft .float_left,
.iconleft .media-left {
	padding: 0;
	max-width: 60px;
}
.iconleft .inside {
	margin-left: 60px;
}






/* ****** navigation ******************************************************** */
#nav {
	display: none;
}
#header nav {
	float: right;
}
#header nav .facebook a {
	margin-top: 2px;
}
#header nav .facebook a:after {
	background-image: url('../../files/gfx/facebook.png');
	background-size: 16px;
	display: inline-block;
	width: 16px; 
	height: 16px;
	content: '';
}

.sf-menu ul {
	position: absolute;
	display: none;
	z-index: 99999;
}
.sf-menu li {
	position: relative;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
	padding-top: 0;
}
.sf-menu li li:hover > ul,
.sf-menu li li.sfHover > ul {
	padding-top: 0;
}
.sf-menu a,
.sf-menu strong {
	font: 16px/24px 'open sans', verdana, sans-serif;
	display: block;
	position: relative;
	padding: 23px 10px 23px 10px;	
	color: rgba(0, 140, 199, 1) !important;
	text-decoration: none;
	font-weight: normal;
}
.sf-menu strong,
.sf-menu a:hover,
.sf-menu .trail {
	color: #333 !important;
	font-weight: normal;
}
.sf-menu ul {
	min-width: 6em;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu li {
	white-space: nowrap;
}
.sf-menu ul a,
.sf-menu ul strong {
	background: #fff;
	text-align: left;
	/*color: #fff;*/
  padding: 10px 32px 10px 10px;
  text-transform: none;
  /*border-top: 1px solid #f0f0f0;*/
  	border-bottom: 1px solid #f0f0f0;
}
.sf-menu ul a:hover,
.sf-menu ul strong,
.sf-menu ul .trail {
	background: #fff;
	text-align: left;
	/*color: #fff;*/
}
.sf-menu ul a.submenu:after,
.sf-menu ul strong.submenu:after {
	position: absolute;
  width: 0; 
  height: 0;
	right: 8px; 
	top: 40%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  content: '';
}
.sf-menu ul {
	__box-shadow: 1px 3px 5px rgba(102, 128, 169, 0.5);
	box-shadow: 0 0 1px #ccc;
}
/* centered */
.sf-menu {
	float: left;
	position: relative;
	left: 50%;
}
.sf-menu ul li {
	left: 0%;
}
.sf-menu li {
	left: -50%;
}
li.nav-hide-desktop {
	display: none !important;
}
@media(max-width:768px) {
li.nav-hide-desktop {
	display: list-item !important;
}
}



/* whitelabel */
.wl nav ul li:not(.wl.logout) {
	visibility: hidden !important;
}
.whitelabel nav ul {
	visibility: hidden !important;
}
.whitelabel #nav,
.whitelabel #mobile_menu {
	display: none;
}
.whitelabel #footer .panel:first-child {
	display: none;
}


/* whitelabel bmwbkk */
.whitelabel.bmwbkk h1,
.whitelabel.bmwbkk a {
	color: #0067b2;
}
.whitelabel.bmwbkk .toggler,
.whitelabel.bmwbkk .cta {
	color: #fff;
	background-color: #0067b2;
}
.whitelabel.bmwbkk .cta:hover,
.whitelabel.bmwbkk .toggler:hover,
.whitelabel.bmwbkk .toggler.ui-state-active {
	background-color: #0057a2;
}


/* whitelabel pronova */
.whitelabel.pronova h1,
.whitelabel.pronova a {
	color: #002D73;
}
.whitelabel.pronova .toggler,
.whitelabel.pronova .cta {
	color: #002D73;
	background-color: #EBEBEB;
}
.whitelabel.pronova .cta:hover,
.whitelabel.pronova .toggler:hover,
.whitelabel.pronova .toggler.ui-state-active {
	background-color: #EBEBEB;
}


/* whitelabel mhplus */
.whitelabel.mhplus h1,
.whitelabel.mhplus a {
	color: #222;
}
.whitelabel.mhplus .toggler,
.whitelabel.mhplus .cta {
	color: #222;
	background-color: #c5e7fb;
}
.whitelabel.mhplus .cta:hover,
.whitelabel.mhplus .toggler:hover,
.whitelabel.mhplus .toggler.ui-state-active {
	background-color: #c5e7fb;
}


/* whitelabel kkh */
.whitelabel.kkh h1,
.whitelabel.kkh a {
	color: #0a1e49;
}
.whitelabel.kkh .toggler,
.whitelabel.kkh .cta {
	color: #fff;
	background-color: #0a1e49;
}
.whitelabel.kkh .cta:hover,
.whitelabel.kkh .toggler:hover,
.whitelabel.kkh .toggler.ui-state-active {
	background-color: #000029;
}


/* whitelabel rmk */
.whitelabel.rmk h1,
.whitelabel.rmk a {
	color: #0067b2;
}
.whitelabel.rmk .toggler,
.whitelabel.rmk .cta {
	color: #fff;
	background-color: #0067b2;
}
.whitelabel.rmk .cta:hover,
.whitelabel.rmk .toggler:hover,
.whitelabel.rmk .toggler.ui-state-active {
	background-color: #0057a2;
}






/* ****** common tags ****************************************************** */
p {
	margin-bottom: 20px;
	font: 16px/26px 'open sans', verdana, sans-serif;
}
h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font: 28px/36px montserrat, verdana, sans-serif;
	color: rgb(0, 140, 199);
}
h2 {
	margin-bottom: 20px;
	font: 18px/28px montserrat, verdana, sans-serif;
}
h3,
h4,
h5,
h6 {
	font: bold 12px/18px 'open sans', verdana, sans-serif;
}
abbr {
	border-bottom: 1px dotted #555;
	cursor: help;
}
kbd {
	font-family: consolas, "courier new", arial, sans-serif;
}
a {
	text-decoration: underline;
	color: #2098cc;
}
a:focus-visible {
	outline: 1px dotted;
}
a[href $='.pdf'] {
	padding: 0 0 1px 22px;
	background: url(../../files/gfx/icons/filetypes/pdf-file.svg) no-repeat 0% 50%;
	background-size: 16px;
}
a:focus,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}
img {
	border: 0;
	background: 0;
	padding: 0;
	display: block;
}
strong {
	font-weight: bold;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 0.7em;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}
#main ul {
	margin: 0 0 20px 16px;
}
#main ul li {
	list-style: disc;
	padding-left: 0;
}
#main ol {
	margin: 0 0 20px 36px;
	list-style-type: decimal;
}
#main ol li {
}
.block {
	overflow: visible;
}
#container:after,
.custom:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
video {
	margin-bottom: 20px;
}
.videos video {
	margin-bottom: 0;
	margin-top: -15px;
}
.videos h1 {
	margin-top: 40px;
}
.chapter a {
	margin-right: 10px;
}
.framed {
	border: solid 2px #41403E;
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
	padding-top: 20px;
	padding-bottom: 5px;
}




/* ****** common styles **************************************************** */
#print,
.print,
.hide,
.invisible {
	display: none !important;
}
.nowrap {
	white-space: nowrap;
}
.error {
	color: #AF3636;
}
span.mandatory {
	display: none;
}
.low {
	color: #bbb;
}
.clear,
.break {
	clear: both;
}
.highlight {
	background: gold;
}
.small,
small {
	font-size: 10px;
}
#bg {
	display: none;
}
#cboxCurrent {
	display: none !important;
}
.float_left,
.media-left {
	padding: 0 30px 30px 0;
	float: left;
}
.float_right,
.media-right {
	padding: 0 0 30px 30px;
  float: right;
}
.alignleft {
	width: 45%;
	float: left;
}
.alignright {
	width: 45%;
	float: right;
}
.kontakt-box {
	background: #0096df;
	color: #fff;
	font-weight: bold;
	padding: 2.5% 2.7% 1% 2.7%;; 
	width: auto;
	margin: 60px 0 0 2%; 
}
.kontakt-box h2 {
	margin-bottom: 15px;
	font: bold 20px/30px montserrat, verdana, sans-serif;
}
.kontakt-box p {
	font-weight: bold;
}
.kontakt-box a {
	color: #fff;
	text-decoration: none;
}
.kontakt-box img {
	margin: -90px auto 20px auto;
}
.ce_text.referenz a,
.content-text.referenz a {
	color: #222;
}
.shorts_badge {
	margin-left: 85%;
	margin-top: -40px;
	width: 150px;
}
@media(max-width:768px) {
.shorts_badge {
	padding-bottom: 45px;
	margin-left: 60%;
	padding-right: 5%;
	
}
}






/* ****** gallery **************************************************** */
#main .ce_gallery,
#main .content-gallery {
	clear: both;
	/*width: 599px;*/
}
#main .ce_gallery ul,
#main .content-gallery ul {
	list-style: none;
	padding: 0;
}
#main .ce_gallery img,
#main .content-gallery img {
	display: block;
}
#main .ce_gallery li,
#main .content-gallery li {
	list-style: none;
	float: left;
	margin: 0 1px 1px 0;
}
#main .ce_gallery li.col_last,
#main .ce_gallery li:last-child,
#main .content-gallery li.col_last,
#main .content-gallery li:last-child {
	margin-right: 0 !important;
}
/*
#cboxTitle,
#cboxCurrent {
	display: none !important;
}*/






/* ****** caroufredsel **************************************************** */
.ce_caroufredsel_gallery,
.ce_caroufredsel_start {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
}
.caroufredsel_prev {
	position: absolute;
	background: url("../../files/gfx/slider/prev_white.png") no-repeat 25% 50%;
	left: 0;
	top: 0;
	height: 100%;
	width: 200px;
	outline: 0 !important;
  transition: all 0.3s ease;
	z-index: 999;
}
.caroufredsel_prev:hover {
	background: url("../../files/gfx/slider/prev_white.png") no-repeat 20% 50%;
	transition: all 0.3s ease;
}
.caroufredsel_next {
	position: absolute;
	background: url("../../files/gfx/slider/next_white.png") no-repeat 75% 50%;
	right: 0;
	top: 0;
	height: 100%;
	width: 200px;
	outline: 0 !important;
  transition: all 0.3s ease;
}
.caroufredsel_next:hover {
	background: url("../../files/gfx/slider/next_white.png") no-repeat 80% 50%;
	transition: all 0.3s ease;
}
.caroufredsel_prev span,
.caroufredsel_next span {
	display: none;
}
.ce_caroufredsel_gallery .caption {
	display: none;
}
.panel-caroufredsel {
	margin-bottom: 0;
}






/* ****** accordion ******************************************************** */
.toggler {
	cursor: pointer;
	display: block;
	padding: 0.5em 1em 0.5em 1em;
	text-decoration: none;
	margin-bottom: 1px;
	position: relative;
	color: #fff;
	background-color: #0096df;
}
.toggler:hover,
.toggler.ui-state-active {
	background-color: #0086cf;
}
.toggler .ui-icon {
	background: url("../../files/gfx/icons/misc/arrow-white.svg") no-repeat 0 100%;
	background-size: 30px;
	width: 30px;
	height: 30px;	
	float: right;
	margin-left: 2em;
	margin-top: -2px;
	margin-right: -0.3em;
	transform: rotate(-180deg);
	transition: transform .3s ease-in-out;	
}
 .toggler.ui-state-active .ui-icon {
  transform: rotate(0deg);
}
.accordion > div {
	padding: 15px 0;
}
.ce_accordion:last-child {
	margin-bottom: 20px;
}
.ce_accordion .c50:nth-child(even) {
	padding-left: 0;
}
.ce_accordion .c50:nth-child(odd) {
	padding-right: 0;
}
@media(max-width:768px) {
.ce_accordion .c50:nth-child(even),
.ce_accordion .c50:nth-child(odd) {
	padding: 0;
}
}
.ce_accordion .c100 {
	padding: 0;
}
.c100.ce_accordion {
	margin-bottom: 0;
}







/* ****** forms ************************************************************ */
input.text,
input.captcha,
textarea,
select {
  padding: 5px;
  margin-bottom: 5px;
  -webkit-appearance: none;
}
input[type="hidden"] {
	display: none;
}
input.text,
input.captcha,
textarea,
select {
  border: 1px solid #aaa;
	font: 16px/26px 'open sans', verdana, sans-serif;
	color: #666;
}
input.text,
input.captcha,
textarea,
select {
	width: 100%;
}
input.text:focus,
input.captcha:focus,
textarea:focus,
select:focus {
	border-color: #608694;
}
.ce_form textarea {
	height: 120px;
}
.ce_form legend,
.ce_form .widget-textarea label {
	font-weight: bold;
}
.ce_form .widget {
	margin-top: 20px;
}
button,
.cta {
	clear: both;
	font: 16px/26px 'open sans', verdana, sans-serif;
	float: left;
	background: #333;
	padding: 10px 20px;
	color: #fff;
	border: none;
	cursor: pointer;
	margin-top: 20px;
	text-decoration: none;
}
button:hover {
	background: #000;
}
.cta {
	background: #0096df;
	width: 100%;
	margin-top: 10px;
}
.cta:hover {
	background: #0086cf;
	color: #fff;
}
input.error {
  border: 1px solid darkred;
}
label {
	text-align: left;
	width: 100%;
	display: block;
	float: left;
	margin-top: 6px;
	clear: both;
	font: 16px/26px 'open sans', verdana, sans-serif;
}
span.mandatory {
	margin-left: 3px;
	color: #DEBB00;
}
.radio_container label,
.checkbox_container label {
	width: 90%;
	float: left;
	clear: none;
}
.ce_form .radio,
.ce_form .checkbox {
	margin: 12px 13px 1px 1px;
	padding: 0;
	float: left;
}
.ce_form .checkbox_container input,
.ce_form .radio_container input,
.widget,
form br {
	clear: both;
}
input.error,
textarea.error {
	border-color: darkred;
}
input:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
}
::-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
select option[disabled] {
	display: none;
}
.captcha {
	width: 50px !important;
}
.captcha_text {
	margin-left: 10px;
}




/* ****** badge ************************************ */
.badge {
	position: absolute;
	display: block;
	width: 85%;
	z-index: 10;
	margin-top: -35%;
}
.badge img {
	float: right;
	height: auto;
	max-width: 20% !important;
}
@media(max-width:768px) {
.badge {
	width: 94%;
	margin-top: -35%;
}
.badge img {
	max-width: 30% !important;
}
}





/* ****** additions for modern browsers ************************************ */
::-moz-selection {
	background: #ccc;
	color: #333;
}
::selection {
	background: #ccc;
	color: #333;
}





/* ****** shorts ********************************************************** */
.shorts-only #header,
.shorts-only #footer {
	display: none;
}
.shorts-only #main {
	margin-top: 0;
}
.shorts-only,
.shorts-only .block,
.shorts-only figure {
	background: #0096df;
}

html {
	scroll-snap-type: y mandatory;	
}
.videos {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.video-box {
	display: flex;
	align-items: center;
	justify-content: center;
	scroll-snap-align: start;
	position: relative;
}
.video-box video {
	box-sizing: border-box;
	margin: 0 auto;
	max-height: 100vh;
	max-width: 100%;
	min-height: 100vh;
	object-fit: cover;
}
.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: default;
	font-size: 160px;
	color: #fff;
	pointer-events: none;
	line-height: 1em;
}



/* TEST */
:root {
  --video-nav-background: #0096df;
	--video-nav-text: #fff;	
	--chapter-background: #0096df;
	--chapter-text: #fff;
}
.wl-bmwbkk h1,
.wl-bmwbkk a {
	color: #0067b2;
}
.wl-bmwbkk {
	--video-nav-background: #0067b2;
	--chapter-background: #0067b2;	
}
.wl-pronova h1,
.wl-pronova a {
	color: #002D73;
}
.wl-pronova {
	--video-nav-background: #002D73;
	--chapter-background: #002D73;	
}
.wl-mhplus h1, 
.wl-mhplus a {
	color: #121414;
}
.wl-mhplus {
	--video-nav-background: #92d5f7;
	--video-nav-text: #121414;
	--chapter-background: #92d5f7;
	--chapter-text: #121414;	
}
.wl-kkh h1,
.wl-kkh a {
	color: #0b1e49;
}
.wl-kkh {
	--video-nav-background: #0b1e49;
	--chapter-background: #0b1e49;	
}



body.overlay-visible {
	overflow: hidden; /* prevents background content from scrolling */
}
.video-listing {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 14px;
}
@media(max-width:768px) {
.video-listing {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 9px;
	font-size: 14px
}
}
.video-listing .image_container a,
.video-listing figure a {
	padding-bottom: 6px;
	display: block;
	color: inherit;
	text-decoration: none;
}
.video-listing .image_container img,
.video-listing figure img {
	border-radius: 7px;
	margin-bottom: 6px;
}

.video-listing-shorts {
	grid-template-columns: repeat(6, 1fr);
}
@media(max-width:768px) {
.video-listing-shorts {
	grid-template-columns: repeat(2, 1fr);
}
}
.video-listing .chapter,
.video-listing .downloads {
	display: none;
}
.wl .video-listing .image_container img,
.wl .video-listing figure img,
.wl .logo img {
	opacity: 0;
}



.video-overlay .video-title {
	font-size: 1.1em;
	color: #fff;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
	padding-right: 50px;
}
@media (max-width: 768px) {
.video-overlay .video-title {
	display: none;
}
}
.video-overlay-shorts .video-title {
	display: none;
}
.video-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #161616;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	box-sizing: border-box;
}
.overlay-content {
	position: relative;
	max-width: 90vw;
	max-height: 100vh;
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}
.video-overlay video {
	width: 100%;
	height: auto;
	max-height: 75vh;
	border-radius: 7px;
}
@media (max-width: 768px) {
.overlay-content {
	max-width: 100%;
}
.video-overlay-shorts .overlay-content {
	max-width: 100vw;
}
.video-overlay-shorts video {
	max-width: 100vw;
	max-height: 100svh;
}
}
.close-btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 32px;
	cursor: pointer;
	padding: 8px;
	color: #fff !important;
	text-decoration: none !important;
	display: none;
}
@media (max-width: 768px) {
.video-overlay-shorts .close-btn {
	display: none;
}
}


@keyframes slideUp {
	from { transform: translateY(0); opacity: 1; }
	to { transform: translateY(-100%); opacity: 0; }
}
@keyframes slideDown {
	from { transform: translateY(0); opacity: 1; }
	to { transform: translateY(100%); opacity: 0; }
}
.slide-up {
	animation: slideUp 0.6s forwards;
}
.slide-down {
	animation: slideDown 0.6s forwards;
}


.video-nav {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.video-nav a {
	padding: 7px 12px;
	background-color: var(--video-nav-background);
	color: var(--video-nav-text);
	text-decoration: none;
	border-radius: 6px;
}
.video-nav a:hover,
.video-nav a:focus {
	color: rgba(255,255,255,0.8);
}

.video-overlay video {
	margin-bottom: 11px !important;
}
.video-overlay .chapter,
.video-overlay .downloads {
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	/*justify-content: center;*/
}
.video-overlay ul.chapter,
.video-overlay ul.downloads {
	margin: 0 0 5px 0 !important;
}
.video-overlay .chapter li,
.video-overlay .downloads li {
	list-style: none !important;
}
.video-overlay .chapter a,
.video-overlay .downloads a {
	padding: 3px 10px 4px 10px;
	background-color: var(--chapter-background);
	color: var(--chapter-text);
	text-decoration: none !important;
	border-radius: 6px;
	margin-right: unset;
	font-size: 14px;
	display: block;	
}
.video-overlay .chapter a:hover,
.video-overlay .chapter a:focus,
.video-overlay .downloads a:hover,
.video-overlay .downloads a:focus {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}
.video-overlay .downloads a {
	background: #fff;
	color: #444
}
.video-overlay .downloads a:hover,
.video-overlay .downloads a:focus {
	color: #000
}
.video-overlay .chapter strong {
	font-weight: normal;
	/*color: rgba(255,255,255,0.6);*/
	opacity: 0.6;
}
@media (max-width: 768px) {
.video-overlay .chapter a,
.video-overlay .downloads a {
	padding: 0px 6px 1px 6px;
	border-radius: 6px;
	font-size: 10px;
	max-width: 32.5vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}
.video-overlay .chapter strong {
	display: none;
}
}

video::cue {
  color: #fff;
  background: rgba(0,0,0,0.8);
  text-shadow: 2px 2px 4px black;
}



/* ****** scrollup ********************************************************* */
#scrollUp {
	position: fixed;
	bottom: 15px;
	right: 15px;
	border: none;
	width: 40px;
	height: 40px;
	background: #333 url(../../files/gfx/icons/misc/arrow-white.svg) no-repeat 50% 50%;
	display: block;
	background-size: 30px;
	border-radius: 120px;
	transition: background 0.3s ease;
	cursor: pointer;
}
#scrollUp:hover {
	background-color: #000;
}




} /* end screen */






/* ****** mobile ******************************************************* */
@media(max-width:1200px) {
.sf-menu a,
.sf-menu strong {
	font: 14px/22px 'open sans', verdana, sans-serif;
	padding: 24px 5px;
}
}
@media(max-width:990px) {
.sf-menu a,
.sf-menu strong {
	font: 12px/22px 'open sans', verdana, sans-serif;
	padding: 24px 4px;
}
}
@media(max-width:850px) {
.sf-menu a,
.sf-menu strong {
	font: 12px/22px 'open sans', verdana, sans-serif;
	padding: 24px 4px;
}
}

@media(max-width:768px) {
body {
	-webkit-text-size-adjust: 100%;
}
.logo {
	display: block;
	padding: 18px 0 18px 0;
}
.logo img {
	max-width: 180px;
	height: auto;
	margin: 0;
}
.ce_caroufredsel_start.c100,
.ce_image.c100,
.content-image.c100 {
	/*width: 100vw;*/
	padding-left: 0;
	padding-right: 0;
	margin-bottom: -10px;
}
#main {
	margin-top: 47px;
}	
#header {
	position: fixed;
	width: 100vw;
	border-bottom: 1px solid #f0f0f0;
}
.c25,
.c33,
.c50,
.c66,
.c75,
.c100 {
	float: none;
	width: 100%;
	padding: 0 5%;
}
.kontakt-box {
	clear: both;
	margin: 90px 0 0 0;
	padding: 0 0 20px 0;
	float: left;
}
.kontakt-box h2 {
	text-align: center;
}
.kontakt-box p {
	text-align: center;
}
.kontakt-box img {
	margin: -60px auto 20px auto;
}



#header nav {
	display: none;
}
#nav {
	display: block;
	clear: both;
	width: 100%;
	margin-top: 40px;
}
#nav ul a,
#nav ul strong {
  padding: 10px 0 10px 5%;
	font-size: 16px;
	border-top: 1px solid #0076bf;
  width: 100%;
	display: block;
	background: #0096df;
	text-decoration: none;
	color: #fff;	
	font-weight: normal;
	text-align: left;
}
#nav ul strong,
#nav ul a:hover {
	color: #fff;
	background: #0086cf;
	text-decoration: none;
}
#nav ul ul a,
#nav ul ul strong {
  padding-left: 8%;
}
#nav ul ul ul a,
#nav ul ul ul strong {
  padding-left: 12%;
}
#nav .submenu {
	position: relative;
}
#nav .indicator,
#nav .indicator-border {
	background: transparent url(../../files/gfx/icons/misc/arrow-white.svg) no-repeat 50% 50%;
	background-size: 30px;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	transform: rotate(0);	
	transition: transform .3s ease-in-out;
	cursor: pointer;	
}
#nav .indicator.closed {
	transform: rotate(-180deg);
}
#nav .indicator-border {
	background: none;
	transition: none;
	transform: rotate(0);
	border-left: 1px solid #0076bf;
}
#mobile_menu {
  display: block;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
#mobile_menu a {
	border: 0;
	background: 0 !important;
	padding: 16px 30px 30px 30px;
	display: block;
}
#mobile_menu a:before {
  background: url(../../files/gfx/icons/misc/mobile-menu-black.svg) 0 center no-repeat;
  padding-left: 1.6em;
  /*text-align: center;
  height: 12px;
  width: 24px;*/
	content: '';
}
#footer nav .facebook a:after {
	background: url('../../files/gfx/facebook.png') no-repeat left center;
	background-size: 16px;
	padding-left: 26px;
	display: inline-block;
	content: ' Facebook';
}
}










/* ****** print ******************************************************* */
@media print {
#left,
.logo,
#header nav {
	display: none;
}
#main {
	width: 75%;
}
#main,
p {
	font: 12px/18px 'open sans', verdana, sans-serif;
}
h1 {
	font: 18px/18px 'open sans', verdana, sans-serif;
	margin-bottom: 20px;
}
h2 {
	font: 14px/18px 'open sans', verdana, sans-serif;
}
h3 {
	font: 12px/18px 'open sans', verdana, sans-serif;
}
h4 {
	font: 12px/18px 'open sans', verdana, sans-serif;
}
} /* end print */

