html {
	height: 100%;
	box-sizing: border-box;
	overflow: auto;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

body {
	/*background: linear-gradient(rgba(0.5, 0.5, 0.5, 0.5), rgba(0, 0, 0, 0.5)), url("/userguides/assets/images/Purpose_Streifen_Quadratnew.png") no-repeat center center fixed;*/
	background: url(/userguides/assets/images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #E6E6E6;
	font-family: DT-bold, Arial, sans-serif;
	box-sizing: inherit;
	position: relative;
	margin: 0;
	/*padding: 0;*/
	min-height: 100%;
	padding-bottom: 6.5rem;

}

.body-content {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10rem;
	font-family: DT-light, Arial, sans-serif;
}

.btn-login-logout {
	background-color: #000000;
	/*border-radius: 7px;*/
	cursor: pointer;
	font-size: 18px;
	color: #ffffff;
	border: none;
	padding: 7px;
	display: inline-block;
	font-family: DT-bold, Arial, sans-serif;
	transition: ease all .5s;
}

.btn-login-logout:hover {
	background-color: rgb(63, 63, 63);
	color: white;
	transition: 0.3s;
	text-decoration: none;
}


.profile-container {
	background-color: #fff;
	/*border-radius: 5px;*/
	color: black;
	text-align: center;
	border-color: yellow;
	border-style: groove;
	width: 70%;
	position: relative;
	left: 13%;
	margin: 25px;
}

table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 80%;
	position: relative;
	left: 10%;
}

td {
	border: 4px solid black;
	text-align: center;
	padding: 8px;
	color: black;
	font-weight: bold;
	background-color: whitesmoke;
}

@font-face {
	font-family: "DT-light";
	src: url("/userguides/assets/fonts/daimler-cs-light.woff") format('woff');
}

@font-face {
	font-family: "DT-bold";
	src: url("/userguides/assets/fonts/daimler-cs-bold.woff") format('woff');
}

@font-face {
	font-family: "DT-demi";
	src: url("/userguides/assets/fonts/daimler-cs-demi.woff") format('woff');
}

.content {
	/*min-width: 650px; 650*/
	width: 950px;
	/*max-width: 450px*/
	/*border-radius: 10px;
	min-height: 100vh;*/
}

.container {
	display: flex;
	flex-direction: column;
	/*min-height: 100vh;*/
}

.content-wrapper {
	flex: 1;
	min-width: 500px;
	/*max-width:665px */
	margin: 40px auto;
	display: flex;
	flex-direction: column;
	justify-content: top;
}

.content {
	padding: 20px;
	position: relative;
	background-color: white;
	padding-bottom: 2rem;
	/*10*/
}

hr {
	border-top: 0px solid black;
	border-bottom: 1px solid black;
	margin-block: 1rem;
}

h1,
h4 {
	text-align: left;
	font-family: DT-demi, Arial, sans-serif;
}

h1 {
	font-size: 20px;
}

h2 {
	font-family: DT-demi, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: .5rem;
}

hr {
	border-top: 0px solid black;
	border-bottom: 1px solid black;
	margin-block: 1rem;
}

h4 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.fill {
	flex: 1 1 auto;
}

.home-error-page {
	min-height: 50vh;
	width: 650px;
}

.text-link {
	color: black;
	font-weight: bold;
}

.text-link:hover {
	color: #707070
}

@media (max-width: 580px) {
	html {
		overflow: unset;
		height: unset;
	}

	body {
		width: unset;
		height: unset;
		background: unset;
		background-color: white;
	}

	.container {
		min-width: unset;
		display: flex;
		flex-direction: column;
		height: unset;
	}

	.footer {
		background-color: white;
	}

	.content-wrapper {
		position: relative;
		left: unset;
		top: unset;
		transform: unset;
		min-width: unset;
		padding: 20px;
		margin: 0;
		justify-content: start;
	}

	.content {
		padding: 0;
		width: unset;
		min-height: unset;
	}

	.brands {
		display: none;
	}

	h2 {
		font-size: 20px;
	}

	.home-error-page {
		min-height: unset;
		width: unset;
	}

	.video-conatiner {
		position: relative;
		left: unset;
		top: unset;
		transform: unset;
		min-width: unset;
		padding: 20px;
		justify-content: start;
		height: unset;
	}

	.header-div {
		padding-bottom: 0;
	}
}

@media (max-width: 330px) {
	body {
		width: fit-content;
		height: unset;
		background: unset;
		background-color: white;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.content {

		width: 650px;

		/*min-height: 80vh;*/
	}

	body {
		padding-bottom: 12rem;
	}

}

@media (min-width: 759px) and (max-width: 768px) {
	.content {

		width: 520px;

		/*min-height: 80vh;*/
	}

	body {
		padding-bottom: 12rem;
	}

}

@media (min-width: 581px) and (max-width: 758px) {
	.content {

		width: 480px;

		/*min-height: 60vh;*/
	}

	body {
		padding-bottom: 12rem;
	}

}

@media (min-width: 581px) and (max-width: 768px) {

	body {
		padding-bottom: 25rem;
	}
}

@media (min-width: 1025px) and (max-width: 1200px) {
	.content {

		width: 870px;

		/*min-height: 80vh;*/
	}

	body {
		padding-bottom: 10rem;
	}

}