/*

    ////////////////////////////////////////////////////////////
    //
    // L8M
    // 
	//
	// Contains CSS (for screen).
    // 
	// Filesource /public/default/css/screen/responsive.css
	// Version    $Id: responsive.css 514 2016-09-19 15:21:11Z nm $
    //
    ////////////////////////////////////////////////////////////

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


/**
 * smaller then xl - extra large - this is: large (lg)
 */
@media screen and (max-width: 1199px) {

}


@media screen and (max-width: 1099px) {

}


/**
 * smaller then lg - large - this is: medium (m)
 */
@media screen and (max-width: 991px) {
	.hasCookieWarning footer {
		padding-bottom: 150px;
	}
	
	.after-header-container {
		padding-bottom: calc(1110px - 3vw);
	}

	.content-box.content {
		height: 145px;
		font-size: 0.75rem;
	}
}


/**
 * smaller then m - medium - this is: small (sm)
 */
@media screen and (max-width: 768px) {
	.hasCookieWarning footer {
		padding-bottom: 170px;
	}
	
	.header-image:empty {
		margin-bottom: 24px;
	}

	.header-carousel-description {
		display: none;
	}

	.after-header-container > div {
		top: -14vw;
	}

	.content-box.content {
		height: 165px;
	}
}


@media screen and (max-width: 648px) {
	.hasCookieWarning footer {
		padding-bottom: 170px;
	}
}


/**
 * smaller then sm - small - this is: extra small
 */
@media screen and (max-width: 575px) {
	footer {
		padding-bottom: 80px;
	}
	
	.hasCookieWarning footer {
		padding-bottom: 280px;
	}
	
	div.page div.cookie-warning {
		bottom: 56px;
	}
	
	.l8m-gallery .item {
		height: 44vw;
	}

	.after-header-container > div {
		top: -20vw;
	}

	.content-box.content {
		height:65vw;
		font-size: 5vw;
	}
}


@media screen and (max-width: 480px) {
	.hasCookieWarning footer {
		padding-bottom: 300px;
	}
	
	.btn-group-lg>.btn, .btn-lg {
		padding: .25rem .5rem;
		font-size: .875rem;
		line-height: 1.5;
		border-radius: .2rem;
	}
	
	.header-image,
	.header-image video,
	.header-carousel .header-carousel-item {
		height: 60vw;
	}
	
	.header-carousel-item-content {
    	padding-top: 25vw;
	}
}


@media screen and (max-width: 420px) {
	.hasCookieWarning footer {
		padding-bottom: 335px;
	}
	
	.footer-legal-links {
		font-size: 0.8rem;
	}

	.after-header-container > div {
		top: -23vw;
	}	
}


@media screen and (max-width: 360px) {
	.hasCookieWarning footer {
		padding-bottom: 370px;
	}

	.after-header-container > div {
		top: -24vw;
	}	
}


@media screen and (max-width: 320px) {
	.hasCookieWarning footer {
		padding-bottom: 370px;
	}

	.after-header-container > div {
		top: -25vw;
	}	
}
