/*

    ////////////////////////////////////////////////////////////
    //
    // 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: 'Open Sans Condensed';
	font-size: 1.5rem;
	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;
}

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

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

.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: 120px;
	position: absolute;
	top: 0;
	-webkit-box-shadow: rgba(0,0,0,.15) -10px 5px 10px;
	-moz-box-shadow: rgba(0,0,0,.15) -10px 5px 10px;
	box-shadow: rgba(0,0,0,.15) -10px 5px 10px;
	background-image: url(/img/default/WurzelnestLogo.svg) !important;
}



#ulmenu {
	margin-left: 140px;
}

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(255, 255, 255, 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 {
	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;
	font-size: 1rem;
}

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

h1, h2, h3, h4, h5, h6 {
	font-variant: small-caps;
}

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

header .navbar:first-child {
	height: 68px;
}

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

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

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

.header-carousel-item-content {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0.7vw;
	width: 21vw;
	height: 100%;
	right: 0;
	position: absolute;
	background-image: url(/img/default/logo2.png);
	font-size: 2.2vw;
	background-position: 5vw 3vw;
	background-size: 12vw;
	padding-top: 19vw;
}

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

footer {
	background-position: left bottom !important;
	background-size: 260px 260px !important;
}

.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: 320px;
}

.not-animated {
	visibility: hidden;
}

.header-carousel-item-content {

}

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

.ui-dialog {
	font-size: 1rem;
}

.owl-carousel.l8m-gallery .owl-nav button.owl-next,
.owl-carousel.l8m-gallery .owl-nav button.owl-prev {
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 3px !important;
}

.mm-panel, .mm-panels,
.mm-listitem,
.mm-navbar {
	background-color: #fadddc;
	color: #684332;
}

.mm-btn:after, .mm-btn:before {
	border-color: #684332;
}

div.pp_pic_holder {
	font-size: 1rem;
}