body {
	/* padding-top: 5rem; */
}

h1, h2, h3, h4, h5, h6 {
	color: #0b2e87;
}

div.start-container {
	background-color: transparent;
	background-image: url('img/top-background.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;

	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.jumbotron {
	padding: 0;
	margin: 0;
}

.logo-container {
	height: 100%;
	background-image: url('img/logo-big2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;

	background-size: 40% auto;
	-webkit-background-size: 40% auto;
	-moz-background-size: 40% auto;
	-o-background-size: 40% auto;
}

nav {
	background-color: rgb(174, 174, 174);
}

nav.navbar {
	/* padding: 0; */
}
nav.navbar .navbar-brand img {
	height: 60px;
}
nav.navbar .navbar-brand.small-logo {
	margin-right: 0;
	margin-left: 1rem;
	padding: 0;
}
nav.navbar .navbar-brand.small-logo img {
	height: 40px;
	padding: 5px 0;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(11,46,135)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
	border-color: #0b2e87;
}

.navbar-light .navbar-nav li.nav-item a.nav-link {
	color: #0b2e87;
}

li.nav-item {
	color: #0b2e87;
	text-transform: uppercase;
}
footer a {
	margin-right: 10px;
	margin-bottom: 10px;
	color: #0b2e87;
}

footer .container {
	padding-bottom: 10px;
}

footer a:hover,
.navbar-light .navbar-nav li.nav-item a.nav-link:hover {
	color: #fa5f14;
}

footer a.navbar-brand img {
	height: 80px;
	margin-top: 10px;
}
footer p {
	color: #0b2e87;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-right: 80px;
}
footer p:first-of-type {
	margin-bottom: 0;
}

footer.absolute {
	position: absolute;
}
footer {
	bottom: 0;
	min-height: 85px;
	width: 100%;
	/* padding: 2.5rem 0; */
	margin-top: 1rem;
	color: #999;
	text-align: center;
	background-color: rgb(213, 213, 213);
	/* border-top: .05rem solid #e5e5e5; */
}

#explaination-anker,
#interactive-container-anker {
	display: block;
	padding-top: 2rem;
	height: 1px;
	width: 1px;
}

.main-content-container h4 {
	text-transform: uppercase;
	margin: 2rem 0;
	margin-top: 0;
}

.main-content-container img {
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.explaination-container video {
	width: 60%;
	float: right;
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.main-content-container p,
.archive-content-container p {
	color: #0b2e87;
	font-size: 1rem;
}

.archive-content-container h4,
.imprint-content-container h2,
.contact-contenc-container h2 {
	margin: 2rem 0;
}
.archive-content-container hr {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	clear: both;
}
.archive-content-container {
	margin-bottom: 2rem;
}

.archive-video.float-right {
	margin-left: 1rem;
	margin-bottom: 1rem;
}
.archive-video.float-left {
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.contact-contenc-container a,
.imprint-content-container a {
	color: #fa5f14;
}

.contact-contenc-container form button.btn {
	background-color: #0b2e87;
	border-color: #0b2e87;
	margin-top: 1rem;
}

.interactive-container {
	width: 100%;
	/* height: 450px; */
	margin-top: 2rem;
	margin-bottom: 5rem;
}

.interactive-container .col-9,
.interactive-container .col-3 {
	border: 1px solid #0b2e87;
}

.kitchen-player {
	width: 100%;
	background-image: url('img/kitchen3.jpg');
	background-size: 100% 100%;
}
#youtube-container {
	width: 100%;
	height: 100%;
}
.kitchen-drop p {
	color: white;
	font-size: 1.8rem;
	font-weight: 600;
}

.kitchen-drop {
	display: none;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(11, 46, 135, 0.6)
}

.kitchen-items {
	width: 100%;
	padding-top: 20px;
	overflow: auto;
}

.kitchen-items h6 {
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
}

.drag-items {
	max-height: 447px;
	/* border: 1px solid #0b2e87; */
	overflow: auto;
}

.drag-items .drag-item {
	float: left;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 81px;
	height: 80px;
	min-width: 30px;
	margin: 4px 0;
	margin-right: 4px;
	border: 1px solid #0b2e87;
	cursor: pointer;
}

.drag-drop-image {
	border: 0;
}

.drag-drop-image {
	background-image: url('img/drag-drop.png');
	background-size: 250px 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin: 4px 0;
	height: 190px;
	width: 100%;
}

.ui-draggable-dragging.highlight {
	border: 0;
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

@media (max-width: 1199.98px) {
	.kitchen-player {
		width: 100%;
	}

	.kitchen-items {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
	.kitchen-items h5 {
		text-align: left;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.explaination-container video,
	.explaination-container img {
		width: 100%;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 667px) {
	.logo-container {
		background-size: 60% auto;
		-webkit-background-size: 60% auto;
		-moz-background-size: 60% auto;
		-o-background-size: 60% auto;
	}
	.navbar {
		padding: .1rem 1rem;
	}
	.main-content-container img {
		margin: 0;
		margin-bottom: 1rem;
		width: 100%;
		float: none !important;
	}

	footer .container {
		text-align: right;
	}
	footer p, footer a {
		text-align: right;
		padding-right: 0;
	}
	footer a:last-of-type {
		margin-right: 0;
	}
}

@media (max-width: 667px) {
	footer a.footer-link {
		display: block;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
}

@media (min-height: 1070px) {
	img.float-right {
		float: none !important;
		width: 100%;
		margin-left: 0;
	}
}

@media (min-width: 500px) {
	.archive-video {
		width: 40%;
	}
}