/*

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

.background-attachment-fixed {
	background-attachment: fixed;
}

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

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



#ulmenu {
	font-family: 'Dosis';
}

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(12, 31, 63, 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);
}

footer {
	margin-top:100px;
}

.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: 17vw;
}

body.default-index-index .header-image,
body.default-index-index .header-image video,
body.default-index-index .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;	
}

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

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Dosis';
}

.bg-darklight {
	background-color: #2f3967;
}

.text-darklight {
	color: #2f3967!important;
}

.bg-realdark {
	background-color: #2f2f2f;
}

.bg-darkblue {
	background-color: #06163a;
}

.bg-darkerblue {
	background-color: #0C1F3F!important;
}

.text-darkblue {
	color: #0C1F3F!important;
}


.border-bottom-style-dashed {
	border-bottom-style: dashed!important;
}

.border-color-darklightblue {
	border-color: #2a3856!important;
}

.with-smaller-icons i {
	font-size: 24px;
	top: 7px;
	position: relative;
}

.with-icons i {
	font-size: 36px;
	top: 7px;
	position: relative;
}

.arrowbox [class*=col]:nth-child(1):after {
	content: "";
	position: absolute;
	top: -4px;
	right: -50px;
	border-style: solid;
	border-color: transparent transparent transparent #2f2f2f;
	border-width: 50px 0px 50px 50px;
	z-index: 1;
}

.arrowbox [class*=col]:nth-child(2):after {
	content: "";
	position: absolute;
	top: -4px;
	right: -50px;
	border-style: solid;
	border-color: transparent transparent transparent #2f3967;
	border-width: 50px 0px 50px 50px;
	z-index: 1;
}

footer .arrowbox {
	margin-top: -50px;
	margin-bottom: -50px;
}


.line-height-small {
	line-height: 1.5;
}

header > .legal-links-container:first-child {
	margin-top: -3.7rem;
}

.pb-header {
	padding-bottom: 3.2rem;
}

.header-angle .navbar-dark:before {
	position: absolute;
	top: 0;
	left: -56px;
	right: auto;
	content: "";
	border-right: 56px solid #0C1F3F;
	border-top: 56px solid transparent;
}

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

.position-minus-top-31 {
	top: -31px;
}

.header-angle .navbar .nav-item .nav-link:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	background: #fff;
	width: 100%;
	height: 4px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}

.header-angle .navbar .nav-item .nav-link:hover:after,
.header-angle .navbar .nav-item.active .nav-link:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.header-angle .navbar .nav-item.active .nav-item .nav-link:after {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.header-angle .navbar .nav-item.active .nav-item .nav-link:hover:after {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.header-angle {
	min-width: 1250px;
}

h1:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 60px;
	height: 2px;
	background: #3278AB;
}

.ts-intro{
	z-index: 1;
	margin-top: -180px;
}

.ts-intro-wrapper>i {
	font-size: 150px;
	position: absolute;
	left: 0px;
	bottom: -20px;
	z-index: 0;
	opacity: 0.1;
}

.column-title:before, .column-title-sm:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 60px;
	height: 2px;
	background: #3278AB;
}

.box-skew-right.bg-highlight .column-title:before,
.box-skew-area-left.bg-highlight .column-title:before {
	background: #fff;
}

.box-skew-left {
	display: table;
	height: 500px;
	-webkit-transform: skewX(-16deg);
	transform: skewX(-16deg);
	width: 95%;
	margin-left: -56px;
}

.box-skew-left.box-skew-area-left {
	height: 255px;
}

.box-skew-left .box-skew-img:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.5);
}

.box-skew-left img {
	top: 0;
	left: 0;
	width: 110%;
	-webkit-transform: skewX(16deg);
	transform: skewX(16deg);
	z-index: -1;
}

.box-skew-left .box-content-wrapper {
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: skewX(16deg);
	transform: skewX(16deg);
	padding: 0 120px 0 135px;
	z-index: 2;
}

.box-skew-right {
	display: table;
	-webkit-transform: skewX(-16deg);
	transform: skewX(-16deg);
	left: -125px;
	width: 141%;
	position: absolute;
	top: 33px;
	padding-left: 90px;
	padding-right: 295px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 435px;
	margin-left: -35px;
}

.box-skew-area-right {
	height: 305px;
}

.box-skew-right img {
	top: -35px;
	right: 75px;
	-webkit-transform: skewX(16deg);
	transform: skewX(16deg);
	height: 505px;
}

.box-skew-right .box-content-wrapper {
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: skewX(16deg);
	transform: skewX(16deg);
}

.box-skew-right:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(/img/default/about-pattern.png);
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.ts-service-bg {
	padding: 80px 0 180px;
}

.bg-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(78,89,114,0.7);
	z-index: -1;
}

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

.ts-service {
	margin-top: -170px;
	z-index: 1;
}

.ts-service-bg.bg-overlay:after {
	background: rgba(6,22,58,0.7);
}

.contentboximage {
	height: 220px;
}

.bigger-carousel-headline {
	font-size: 3vw;
}