/*

	////////////////////////////////////////////////////////////
	//
	// L8M
	//
	//
	// Contains CSS (for screen).
	//
	// Filesource /public/default/css/screen/responsive.css
	// Version    $Id: responsive.css 10 2023-03-27 14:07:01Z nm $
	//
	////////////////////////////////////////////////////////////

	////////////////////////////////////////////////////////////
	// general
	////////////////////////////////////////////////////////////

*/

@media (min-width: 769px) and (min-aspect-ratio: 6/5) {
	.header-image,
	.header-image video,
	.header-carousel .header-carousel-item {
		height: 30vw;
	}
}

/**
 * smaller then xl - extra large - this is: large (lg)
 */
@media screen and (max-width: 1199px) {
	.content-box.content {
		height: 200px;
	}

	.l8m-gallery .item {
		height: 160px;
	}

	.col-md-6 .l8m-gallery .item {
		height: 310px;
	}

	.youtube-question {
		height: 506px;
	}

	.col-lg-10 .col-md-6 .youtube-question {
		height: 156px;
	}

	.col-lg-8 .youtube-question {
		height: 344px;
	}

	.col-md-6 .youtube-question {
		height: 245px;
	}

	header {
		margin-top: 4.9rem;
	}
}


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

	.l8m-gallery .item {
		height: 160px;
	}

	.col-md-6 .l8m-gallery .item {
		height: 225px;
	}

	.youtube-question {
		height: 372px;
	}

	.col-lg-10 .col-md-6 .youtube-question {
		height: 142px;
	}

	.col-lg-8 .youtube-question {
		height: 372px;
	}

	.col-md-6 .youtube-question {
		height: 178px;
	}


	.timeline::after {
		left: 31px;
		padding: 0px !important;
	}
	.timeline-container {
		width: 100%;
		padding-left: 45px;
		padding-right: 0px;
	}
	.timeline-left::after,
	.timeline-right::after {
		left: 21px;
	}
	.timeline-right {
		left: 0%;
	}
	.timeline-first::before,
	.timeline-last::before {
		left: 28px !important;
	}
}


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


@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: 30vw;
	}

	.col-md-6 .l8m-gallery .item {
		height: 61vw;
	}

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

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

	.youtube-question {
		height: 50.5vw;
	}

	.col-lg-10 .col-md-6 .youtube-question {
		height: 50.5vw;
	}

	.col-lg-8 .youtube-question {
		height: 50.5vw;
	}

	.col-md-6 .youtube-question {
		height: 50.5vw;
	}
}


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