/*

    ////////////////////////////////////////////////////////////
    //
    // 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: 1250px) {
	.header-angle {
		min-width: auto;
	}
}


/**
 * smaller then xl - extra large - this is: large (lg)
 */
@media screen and (max-width: 1199px) {
	.header-angle {
		font-size: 80%;
	}

	.header-angle .navbar-dark:before {
		border-top: 51px solid transparent;
	}

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

	.contentboximage {
		height: 182px;
	}	
}


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

	.content-box.content {
		height: 145px;
		font-size: 0.75rem;
	}
	
	.arrowbox [class*=col]:nth-child(1):after,
	.arrowbox [class*=col]:nth-child(2):after {
		display: none;
	}
	
	footer .arrowbox {
		margin-bottom: -226px;
	}
	
	footer div.afterarrowcontainer.py-5 {
		padding-top: 250px!important;
	}

	.pb-header {
		padding-bottom: 0;
	}
	
	.box-skew-left,
	.box-skew-left img,
	.box-skew-left .box-content-wrapper {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
	
	.box-skew-left {
		width: 100%;
		margin-left: 0;
	}
	
	.box-skew-left .box-content-wrapper {
		padding: 0 30px 0 45px;
	}
	
	.box-skew-right,
	.box-skew-right img,
	.box-skew-right .box-content-wrapper {
		-webkit-transform: skew(0);
		transform: skew(0);		
	}
	
	.box-skew-right {
		left: 0;
		top: 0;
		margin-left: 0;
		width: 100%;
	}
	
	.box-skew-right img {
		top: -100px;
	}

	.contentboximage {
		height: 207px;
	}	
}


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

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

	.contentboximage {
		height: 320px;
	}	
}


@media screen and (max-width: 648px) {
	.hasCookieWarning footer {
		padding-bottom: 170px;
	}
	
	.box-skew-right img {
		display: none;
	}
	
	.box-skew-right {
		padding: 0 30px 0 45px;
	}
}


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

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

	.modal.show .modal-dialog {
		margin-bottom: 4rem;
	}

	.contentboximage {
		height: 60vw;
	}	
}


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


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


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


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