/*

    ////////////////////////////////////////////////////////////
    //
    // L8M
    // 
	//
	// Contains CSS (for screen).
    // 
	// Filesource /public/default/css/screen/base.css
	// Version    $Id: base.css 630 2019-09-13 13:45:20Z nm $
    //
    ////////////////////////////////////////////////////////////

    ////////////////////////////////////////////////////////////
    // general
    ////////////////////////////////////////////////////////////
    
*/

html {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: 'Roboto';
	font-size: 1.0rem;
	height: 100%;
	min-height: 100%;
}

body div.page {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.no-padding {
	padding: 0;
}

.no-padding-top {
	padding-top: 0;
}

.no-padding > .row{
	margin-left: 0;
	margin-right: 0;
}

.has-padding {
	padding-left: 15px;
	padding-right: 15px;
}

.background-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.background-image-repeat {
	background-repeat: repeat;
}

.background-size-contain {
	background-size: contain;
}

.background-size-auto {
	background-size: auto;
}

.background-position-left {
	background-position: left center;
}

.text-shadow {
	text-shadow: 0px 0px 5px #000000;
}

.big {
	font-size: 120%;
}

.shadow-back {
	box-shadow: 0 -0.5rem 1rem rgba(0,0,0,.15)!important;
}

.navbar-brand.background-image{
	text-indent: -9999px
}

.errors {
	padding-left: 20px;
	color: #001a49;
}

.smaller {
	font-size: 0.4em;
}

.no-hyphens {
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

#check-label {
	margin-bottom: 0;
}
.btn {
	cursor: pointer;
}

.back-to-top {
	display: none;
	position: fixed;
	width: 53px;
	right: 60px;
	bottom: 135px;
	-webkit-box-shadow: 0 0 5px #fff;
	-moz-box-shadow: 0 0 5px #fff;	
	box-shadow: 0 0 5px #fff;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	z-index: 1001;
}

.mm-page {
	height: 100%;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
	overflow: hidden;
}

nav#mobile-menu.mm-menu_offcanvas.mm-menu_opened {
	display: block;
}

.navbar a.logo {
	width: 120px;
	height: 40px;
}

footer {
	padding-bottom: 24px;
}

.hasCookieWarning footer {
	padding-bottom: 110px;
}

.legal-links-container {
	z-index: 2;
}

.second-navline,
.header-image {
	margin-top: -3px;
}

.header-image:empty {
	height: 3px;
}

header {
	margin-top: 3.7rem;
}

main {
}

.default-index-index .breadcrumb {
	visibility: hidden;
}

.video-mask {
	top: 0;
	background-image: url(/img/default/video-mask.png)
}



.dialog-confirm {
	display: none;
}

.youtube-question {
	width: 100%;
	background-color: #000;
	height: 49vw;
	max-height: 625px;
	cursor: pointer;
	margin-bottom: 2rem;
	
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	
	justify-content: center;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	
	color: #007bff;
}

.youtube-question:hover {
	color: #0056b3;
}

.youtube-question iframe {
	width: 100%;
	height: 100%;
}

div.perm-bottommenu {
	left: 0;
	bottom: 0;
	z-index: 9999;
	box-shadow: 0 0 5px #333 !important;
	display: block;
}

div.perm-bottommenu a.center-link {
	-webkit-border-top-left-radius: 80px;
	-webkit-border-top-right-radius: 80px;
	-moz-border-radius-topleft: 80px;
	-moz-border-radius-topright: 80px;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	box-shadow: 0 0 5px #333;
	top: -5px;
	left: 0;
	right: 0;
}

.header-image,
.header-image video,
.header-carousel .header-carousel-item {
	height: 37vw;
}

.header-image video {
	object-fit: cover;
}

.header-carousel.owl-theme .owl-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	bottom: 0;
	width: 100%;
}

.breadcrumbs-container,
.breadcrumbs-container .breadcrumb {
	background-color: #fadddc;
}

div.page div.cookie-warning {
	position: fixed;
	width: 100%;
	bottom: 0px;
	font-size: 12px;
	color: rgb(0, 0, 0);
	z-index: 1000;
	min-height: 44px;
	box-sizing: border-box;
	background-color: rgb(245, 245, 245);
	padding: 10px;
	box-shadow: rgb(0, 0, 0) 0px 0px 3px;
}

.l8m-gallery .item {
	height: 160px;
}

.not-animated {
	visibility: hidden;
}

.header-carousel-item-content {
	padding-left: 17vw;
	padding-top: 10vw;
}

.header-carousel-headline {
	font-size: 4vw;
	line-height: 4.5vw;
	margin-bottom: 2vw;
}

.header-carousel-description {
	font-size: 1vw;
	margin-bottom: 2vw;	
}

.after-header-container {
	padding-bottom: calc(350px - 6vw);
}

.after-header-container > div {
	top: -11vw;
	z-index: 1;
}

.content-box.content {
	height: 240px;
	overflow: hidden;
}

.content-boxes a,
.content-boxes a:focus,
.content-boxes a:hover {
	color: #fff;
}

.content-boxes .layer {
	background: -moz-linear-gradient(top, rgba(76,76,76,0) 54%, rgba(76,76,76,0.17) 70%, rgba(19,19,19,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(76,76,76,0) 54%,rgba(76,76,76,0.17) 70%,rgba(19,19,19,0.5) 100%);
	background: linear-gradient(to bottom, rgba(76,76,76,0) 54%,rgba(76,76,76,0.17) 70%,rgba(19,19,19,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c4c', endColorstr='#80131313',GradientType=0 );
	overflow: hidden;
	transition: all 500ms;
}

.content-boxes .content-box:hover .layer {
	background-color: rgba(76,76,76,0.6);
}

.content-boxes div.box-title {
	top: 70%;
	transition: all 500ms;
}

.content-boxes .content-box:hover div.box-title {
	top: 25%;
}

.content-boxes .content-box-text {
	top: 100%;
	opacity: 0;
	transition: all 500ms;
}

.content-boxes .content-box:hover .content-box-text {
	top: 50%;
	opacity: 1;
}

.content-boxes .more-info {
	top: 120%;
	left: 12.5%;
	opacity: 0;
	transition: all 500ms;
}

.content-boxes .content-box:hover .more-info {
	top: 65%;
	opacity: 1;
}