html, body {
	margin: 0;
	padding: 0;
	overflow:hidden;
	height: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 50%, rgba(230,230,230,1) 100%);
	/** background: radial-gradient(circle, rgba(194,194,194,1) 0%, rgba(224,224,224,1) 50%, rgba(255,255,255,1) 100%); **/
}

* {
  box-sizing: border-box;
}

.button, .btn-lg {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 98%;
	background-color: #f87643;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	text-decoration: none;
	border-radius: 0;
	border: 1px solid #f87643;
}

.button:hover, .btn-lg:hover {
	background-color: #fa9872;
	border: 1px solid #f87643;
}

.input-group-text {
    padding: 1rem 1.1rem;
	font-size: 1.3rem;
}

.alert {
	box-shadow: 3px 3px 10px rgb(0 0 0 / 50%);
	font-size: 18px;
	text-align: center;
	border-radius: 0;
}

.slider {
	width: 120vh;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 1067px;
}

.slider img {
	width: 100%;
	max-width: 1067px;
}

@media (min-width: 1920px) {
	.slider {
		width: 135vh;
	}
}

@media (max-width: 1180px) {
	.videoContainer {
		width: 105vh !important;
	}
}

@media (max-width: 1150px) {
	.slider {
		width: 93%;
	}

	.videoContainer {
		height: auto !important;
		margin-left: 2vw !important;
		margin-top: 6vw !important;
		width: 76vw !important;
	}
}

/* querformat */
@media (max-height: 320px) {
	.slider {
		width: 115vh;
	}

	.videoContainer {
		height: auto !important;
		margin-left: 2vw !important;
		margin-top: 6vw !important;
		width: 107vh !important;
	}
}