html,
body {
	width: 100%;
	height: 100%;
	overflow: auto;
}

html,
body.canvas {
	margin: 0;
	overflow: hidden;
	height: 100%;
}

canvas[resize] {
	width: 100%;
	height: 100%;
}

div#canvas_container {
	width: auto;
	height: auto;
}

img.anleitung {
	max-height: 80%;
	max-width: 100%;
	min-width: 500px !important;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.titelcontainer h1,
div h1 {
	text-align: center;
	background-color: rgb(230, 230, 230);
	margin-bottom: 0;
	padding-bottom: 8px;
	margin-left: -15px;
	margin-right: -15px;
	color: rgb(223, 95, 7);
	font-size: 2em;
	text-shadow: 0px 1px 0px #000000;
}

.titelcontainer h2 {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 8px;
	font-size: 1.5em;
}

.titelcontainer h3 {
	text-align: center;
	font-size: 1.17em;
}

/* Scale canvas with resize attribute to full size */
canvas[resize] {
	width: 100%;
	height: 100%;
}

/* The slider itself */
.slider {
	-webkit-appearance: none; /* Override default CSS styles */
	appearance: none;
	padding-left: 0;
	padding-right: 0;
	margin: 10px 10px 0px 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%; /* Full-width */
	height: 15px; /* Specified height */
	background: rgb(230, 230, 230); /* Grey background */
	outline: none; /* Remove outline */
	opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: 0.2s; /* 0.2 seconds transition on hover */
	transition: opacity 0.2s;
}

.slidecontainer output {
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-color: rgb(230, 230, 230);
	border-style: solid;
	border-top: none;
}

.linkcontainer,
.titelcontainer {
	border-color: rgb(230, 230, 230);
	border-style: solid;
	border-top: none;
}

/* Mouse-over effects */
.slider:hover {
	opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	background: rgb(18, 51, 117);
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	background: rgb(18, 51, 117);
	cursor: pointer;
}

/* Seitenmenü */
.menu {
	background-color: rgb(230, 230, 230);
}

.navbar {
	padding: 0;
	margin-bottom: 10px;
	background-color: rgb(230, 230, 230);
}

button.navbar-toggler {
	margin: 0.5rem 0 0.5rem 1rem;
}

.menu .navbar-text {
	padding: 1rem 0.5rem 1rem 0.5rem;
}

.menu .navbar-nav .nav-link {
	padding: 1rem 0.5rem 1rem 0.5rem;
}

button.navbar-toggler {
	border: 1px solid rgb(130, 130, 130);
	background-color: rgb(180, 180, 180);
}

.menu li {
	float: left;
}

.menu ul li a,
.menu .navbar-text {
	color: rgb(0, 0, 0) !important;
}

.menu .navbar-nav .nav-link,
.menu .navbar-nav .navbar-text {
	font-size: 20px;
	font-size: max(1vw, 20px);
}

/* Change the link color on hover */
.menu li a:hover {
	background-color: rgb(130, 130, 130);
	color: rgb(255, 255, 255);
}

.menu ul li.active {
	background-color: rgb(18, 51, 117);
	border-style: none;
}

.menu ul li.active a {
	color: rgb(255, 255, 255) !important;
}
