.content-container .nav-item {
	background-color: white;
}
.content-container .nav-tabs .nav-item {
	background-color: rgba(255, 255, 255, 0.8);
}
.content-container .nav-tabs {
	border-bottom: none;
}

/** SHOP HOME **/
.select-zipcode {
    cursor: pointer
}

.shoplogo-top img {
    max-height: 200px
}

.startkoisk-ordering-stand h1 {
	font-size: 70px;
	text-transform: uppercase;
}

.startkiosk-checkin-stand h1 {
	font-size: 70px;
	text-transform: uppercase;
}

#startkoisk-ordering-stand-header {
	z-index: 99;
}

.startkoisk-ordering-stand .btn-primary,
.startkiosk-checkin-stand .btn-primary {
	font-size: 30px;
	line-height: 30px;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.bg-video {
	position: fixed;
	left: 0;
	top: 0;
	background-size: cover;
	background: no-repeat center;
	user-select: none;
	pointer-events: none;

	height: 100%;
	min-width: 100%;
	min-height: 56.25vw; /* 100 * 9 / 16 */
}

.bg-video body {
	pointer-events: none;
}
