
.scene.s-HeaderWithMenuAndBackgroundImage {
	position: relative;
	background-color: #ccc;
	font-size: 15px;
	min-height: 300px;
	-webkit-backface-visibility: hidden; /* add to fix webkit bug jitter */
	-webkit-transform: perspective(1000px); /* add to fix webkit bug jitter */
	display: flex;
	flex-direction: column-reverse;
	z-index: 2;
	position: relative;
}

@media (min-width: 768px) {
	.scene.s-HeaderWithMenuAndBackgroundImage {
		display: block;
	}
}

.scene.s-HeaderWithMenuAndBackgroundImage > *:nth-child(2) {
	position: relative;	padding: 15px;
}

@media (min-width: 576px) {
	.scene.s-HeaderWithMenuAndBackgroundImage > *:nth-child(2) {
		position: relative;	padding: 15px 30px;
	}
}

@media (min-width: 768px) {
	.scene.s-HeaderWithMenuAndBackgroundImage > *:nth-child(2) {
		position: relative;	padding: 30px 60px;
	}
}

.scene.s-HeaderWithMenuAndBackgroundImage *:focus {
	border-color: rgba(0, 0, 0, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
	outline: 0 none;
}

.scene.s-HeaderWithMenuAndBackgroundImage .navbar>.container-fluid {
	padding: 0;
}

.scene.s-HeaderWithMenuAndBackgroundImage .warenkorb {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.scene.s-HeaderWithMenuAndBackgroundImage .warenkorb > *:not(:first-child) {
	margin-left: 0.8rem;
}
@media (min-width: 768px) {
}

.scene.s-HeaderWithMenuAndBackgroundImage h1 {
	font-size: 1.3rem;
	margin-top: .5rem;
}
@media (min-width: 768px) {
	.scene.s-HeaderWithMenuAndBackgroundImage h1 {
		font-size: calc(1.375rem + 1.5vw);
		margin-top: 0;
	}
}

.scene.s-HeaderWithMenuAndBackgroundImage .warenkorb-icon {
	/* font-size: 24px; */
	font-size: 28px;
}
@media (min-width: 768px) {
	.scene.s-HeaderWithMenuAndBackgroundImage .warenkorb-icon {
		font-size: 18px;
	}
}

/* .saami-logo durch .e-<BEZ> ersetzen */
.scene.s-HeaderWithMenuAndBackgroundImage .saami-logo {
	padding: 0.5rem;
	margin-top: 1.5rem;
}

.scene.s-HeaderWithMenuAndBackgroundImage .e-product_searchbox {
	margin-top: 1rem;
	max-width: 200px;
}

.s-HeaderWithMenuAndBackgroundImage .e-product_searchbox input,
.s-HeaderWithMenuAndBackgroundImage .e-product_searchbox button {
	border: 0;
}

@media (min-width: 768px) {
	.scene.s-HeaderWithMenuAndBackgroundImage .navbar-expand-md {
		padding: 0;
	}
	.scene.s-HeaderWithMenuAndBackgroundImage .navbar-expand-md .navbar-nav {
		flex-wrap: wrap;
	}
}

.scene.s-HeaderWithMenuAndBackgroundImage div.navbar-collapse {
    padding: 15px 15px 0 0;
}

@media (min-width: 576px) {
	.scene.s-HeaderWithMenuAndBackgroundImage .navbar-expand-sm div.navbar-collapse {
		padding: 0;
	}
}
@media (min-width: 768px) {
	.scene.s-HeaderWithMenuAndBackgroundImage .navbar-expand-md div.navbar-collapse {
		padding: 0;
	}
}
@media (min-width: 992px) {
	.scene.s-HeaderWithMenuAndBackgroundImage .navbar-expand-lg div.navbar-collapse {
		padding: 0;
	}
}

.scene.s-HeaderWithMenuAndBackgroundImage .navbar-toggler {
	width: 100%;
}

.scene.s-HeaderWithMenuAndBackgroundImage .navbar-toggler:focus {
	box-shadow: none;
}

.scene.s-HeaderWithMenuAndBackgroundImage .navbar .offcanvas {
	--bs-offcanvas-width: 100%;
}


/* 
	Hier Slider als Hintergrund.
*/

.scene.s-HeaderWithMenuAndBackgroundImage .e-picture_sliderHTML5 {
	position: relative;
	height: 250px;
}

@media (min-width: 768px) {
	.scene.s-HeaderWithMenuAndBackgroundImage > .e-picture_sliderHTML5 {
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
	}
}

.scene.s-HeaderWithMenuAndBackgroundImage .e-picture_sliderHTML5 ~ * {
	z-index: 3;
	position: relative;
}


/* Verhalten w�hrend Fenster "Resizing" wie Javascript: 
Bilder w�chst nicht jeder Zeit aber enth�lt "breakpoints" */
@media (min-width: 576px) {
	.scene.s-HeaderWithMenuAndBackgroundImage .css-slider-container > * {
		background-size: 1000px;
	}
}

@media (min-width: 992px) {
	.scene.s-HeaderWithMenuAndBackgroundImage .css-slider-container > * {
		background-size: 1400px;
	}
}
@media (min-width: 1360px) {
	.scene.s-HeaderWithMenuAndBackgroundImage .css-slider-container > * {
		background-size: 2000px
	}
}
@media (min-width: 1860px) {
	.scene.s-HeaderWithMenuAndBackgroundImage .css-slider-container > * {
		background-size: cover;
	}
}

@media (min-width: 768px) {
	.scene.s-HeaderWithMenuAndBackgroundImage .saami-title-container {
		padding-left: 1rem;
		padding-right: 1rem;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.scene.s-HeaderWithMenuAndBackgroundImage .offcanvas .offcanvas-body {
		background-color: rgba(0, 0, 0, 0.5);
	}
}

