/*

    ////////////////////////////////////////////////////////////
    //
    // 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 {
	padding-top: 4.5rem;
	height: 100%;
	min-height: 100%;
}

.mm-page {
	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;
}

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

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

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
	overflow: hidden;
	margin-top: -4.75rem;
}

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

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

.hasCookieWarning footer {
	padding-bottom: 75px !important;
}

.header-image {
	margin-top: -40px;
	z-index: -1;
}

main {
	margin-top: 40px;
}

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

table.question th:first-child {
	max-width: 440px;
	min-width: 440px;
	width: 440px;
}

.position-top-0 {
	top: 0;
}

.border-width-2 {
	border-width: 2px!important;
}