/*

    ////////////////////////////////////////////////////////////
    //
    // 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 {
	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;
}

.min-width-in-px-320 {
	min-width: 320px !important;
}

.min-height-in-px-65 {
	min-height: 65px !important;
}

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

.font-variant-small-caps {
	font-variant: small-caps;
}

.big {
	font-size: 120%;
}

.bigger {
	font-size: 140%;
}

.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;
	text-transform: uppercase;
	font-weight: bold;
}

.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;
}

.mm-navbar__title > img {
	height: 18px;
}

.mburger {
	height: 30px;
	--mb-bar-height: 2px;
	--mb-button-size: 30px;
	--mb-bar-spacing: 6px;
}

header .navbar.navbar-expand {
	transition: background-color 250ms;
}

.navbar a.logo {
	width: 333px;
	height: 70px;
	margin-bottom: 5px;
	margin-right: 0;
}



#ulmenu {
}

ul#ulmenu ul {
	position: absolute;
	text-align: left;
	display: block;
	transform: translate3d(0, 30px, 0) scale(0.7);
	visibility: hidden;
	opacity: 0;
	padding: 30px;
	padding-top: 30px;
	margin-left: -30px;
	width: 260px;
	background: rgba(29, 29, 29, 0.95);
	z-index: 5;
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
	list-style: none;
}

ul#ulmenu li:hover ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

ul#ulmenu .nav-link {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	padding-bottom: 40px;
	transition: color 250ms;
}

ul#ulmenu li ul .nav-link {
	color: #ffffff;
	font-weight: normal;
	text-transform: none;
	padding-bottom: 8px;
}

ul#ulmenu li ul .nav-link:hover {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

header .lang {
	margin-bottom: 32px;
}

header .mobile-burger {
	margin-top: 4px;
	margin-bottom: 36px;
}

footer {
}

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

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

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

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

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

header {
	margin-top: 6.4rem;
}

main {
	color: #999999;
}

.default-index-index .breadcrumb-container,
.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: 606px;
	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;
}

.col-lg-10 .col-md-6 .youtube-question {
	height: 188px;
}

.col-lg-8 .youtube-question {
	height: 410px;
}

.col-md-6 .youtube-question {
	height: 296px;
}

.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: 22.5vw;
	min-height: 300px;
}

body.default-index-index .header-image,
body.default-index-index .header-image video,
body.default-index-index .header-carousel .header-carousel-item {
	height: 31.5vw;
}

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

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

.header-carousel.owl-theme .owl-dots.disabled {
	display: none;
}

.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;
}

.col-md-6 .l8m-gallery .item {
	height: 340px;
}

.not-animated {
	visibility: hidden;
}

.header-carousel-item-content {
	padding-top: 0;
}

body.default-index-index .header-carousel-item-content {
	padding-top: 0;
}

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

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

.content-box.content {
}

.content-boxes a,
.content-boxes a:focus,
.content-boxes a:hover {
}

.content-boxes .layer {
}

.content-boxes .content-box:hover .layer {
}

.content-boxes div.box-title {
}

.content-boxes .content-box:hover div.box-title {
}

.content-boxes .content-box-text {
}

.content-boxes .content-box:hover .content-box-text {
}

.content-boxes .more-info {
}

.content-boxes .content-box:hover .more-info {
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Montserrat;
	text-transform: uppercase;
	color: #333333;
}

.py-3_5 {
	padding-top: 1.25rem!important;
	padding-bottom: 1.25rem!important;
}

.px-3_5 {
	padding-left: 1.25rem!important;
	padding-right: 1.25rem!important;
}

.pl-3_5 {
	padding-left: 1.25rem!important;
}

.pr-3_5 {
	padding-right: 1.25rem!important;
}

.pt-3_5 {
	padding-top: 1.25rem!important;
}

.pb-3_5 {
	padding-bottom: 1.25rem!important;
}

.mb--5 {
	margin-bottom: -3rem!important;
}

.mt--5 {
	margin-bottom: -3rem!important;
}

.accordion .card-header a {
	padding-left: 2rem
}

.accordion .card-header a:before {
	content: "+";
	position: absolute;
	left: 1rem;
	top: .2rem;
	font-size: 24px;
	transition: transform .25s ease-in-out;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

.accordion .card-header a[aria-expanded="true"]:before {
	transform: rotate(45deg);
}

ul.ul-fa li {
	position: relative;
	list-style: none;
}

.top-0 {
	top: 0;
}

.bottom-0 {
	bottom: 0;
}

.left-0 {
	left: 0;
}

.right-0 {
	right: 0;
}

.z-index--1 {
	z-index: -1;
}

.z-index-0 {
	z-index: 0;
}

.z-index-10 {
	z-index: 10;
}

.z-index-50 {
	z-index: 50;
}

.z-index-100 {
	z-index: 100;
}

.z-index-1000 {
	z-index: 1000;
}

.z-index-10000 {
	z-index: 10000;
}

.table-responsive {
	position: relative;
}

.table-responsive::before {
	content: "\f07e\a\f25a";
	height: 60px;
	width: 60px;
	position: absolute;
	right: 0;
	top: 20%;
	transform: translateY(-50%);
	z-index: 10;
	opacity: 0;
	font-family: "FontAwesome";
	font-size: 2rem;
	text-shadow: 0 0 5px #ffffff;
}

.table-responsive.top-50::before {
	top: 50%;
}

.table-responsive.top-80::before {
	top: 80%;
}

@-webkit-keyframes swipe {
	0%,
	to {
		opacity: 0;
		right: 0
	}
	20% {
		opacity: 1
	}
	60% {
		right: 25px
	}
	70% {
		opacity: 1
	}
	80% {
		opacity: 0;
		right: 25px
	}
}

@keyframes swipe {
	0%,
	to {
		opacity: 0;
		right: 0
	}
	20% {
		opacity: 1
	}
	60% {
		right: 25px
	}
	70% {
		opacity: 1
	}
	80% {
		opacity: 0;
		right: 25px
	}
}

.table-responsive.is-active::before {
	-webkit-animation: swipe 2s cubic-bezier(.191,1,.22,1) 2;
	animation: swipe 2s cubic-bezier(.191,1,.22,1) 2;
}

.text-light-grey {
	color: #828282 !important;
}

.bg-dark-grey {
	background-color: #161717;
}

footer ul li {
	position:relative;
}

footer ul li:after {
	font-family: "FontAwesome";
	content: "\f105";
	position: absolute;
	top: 10px;
	right: 0;
}

.background-blend-mode-overlay {
	background-blend-mode: overlay;
}

.background-blend-mode-multiply {
	background-blend-mode: multiply;
}

.background-blend-mode-luminosity {
	background-blend-mode: luminosity;
}

.shadow-inset {
	box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.2) !important;
}

.text-transform-none {
	text-transform: none;
}

.blog-date .blog-day {
	line-height: 28px;
	font-size: 33px;
}

.blog-date .blog-year {
	font-size:17px;
}

.col-md-4 .img-in-col-full {
	height: 240px;
}

.col-md-4 .img-in-col-half {
	height: 120px;
}

.smaller-content .col-md-4 .img-in-col-full {
	height: 196px;
}

.smaller-content .col-md-4 .img-in-col-half {
	height: 98px;
}

.header-image .owl-theme .owl-nav.disabled+.owl-dots {
	opacity: 0;
	transition: opacity 250ms;
}

.header-image:hover .owl-theme .owl-nav.disabled+.owl-dots {
	opacity: 1;
}

header .owl-theme .owl-dots .owl-dot span {
	background: transparent;
	border: 2px solid #ffffff;
}

header .owl-theme .owl-dots .owl-dot.active span,
header .owl-theme .owl-dots .owl-dot:hover span{
	background: #ffffff;
}

.scale-it-all .mb-3 {
	margin-bottom: 0.9vw !important;
}

.scale-it-all .ml-5 {
	margin-left: 2.8vw !important;
}

.scale-it-all .ml-p-25 {
	margin-left: 25% !important;
}

.scale-it-all .ml-p-50 {
	margin-left: 50% !important;
}

.scale-it-all .mt-5 {
}

.scale-it-all .h1 {
	font-size: 2vw;
}

.scale-it-all .h3 {
	font-size: 1.55vw !important;
}

.scale-it-all .btn {
	font-size: 1.1vw !important;
	padding: 0.5vw 1vw !important;
}
