@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+AU+SA:wght@100..400&display=swap");

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Roboto", serif;
	font-style: normal;
	min-height: 100vh;
	width: 100%;
	overflow-x: hidden;
}
.content {
	width: calc(100% - 250px);
	min-height: 100vh;
	overflow-x: hidden;
	box-sizing: border-box;
	margin-left: 250px;
	position: relative;
	background-color: #3f434c;
}
.content-background {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	z-index: -3;
	background-color: #3f434c;
}
.content-wrapper {
	width: calc(100% - 250px);
	min-height: calc(100vh - 150px);
	overflow-x: hidden;
	box-sizing: border-box;
	margin-left: 250px;
	position: relative;
	padding: 25px;
	display: flex;
	flex-direction: column;
}

.content-wrapper-standort {
	display: flex;
	align-items: center;
}
.content-wrapper-standort-text {
	width: 250px;
	color: #b3b2b2;
	font-size: 20px;
	box-sizing: border-box;
	padding: 10px;
	line-height: 25px;
}
.content-wrapper-standort-text p:first-child {
	font-size: 25px;
	font-weight: 600;
	color: #e4e4e4;
	text-decoration: underline;
	text-decoration-color: #dd9361;
	text-decoration-thickness: 2px;
	margin-bottom: 10px;
}
.content-wrapper-standort-text p {
	display: flex;
	align-items: center;
}
.content-wrapper-standort-text p img {
	width: 25px;
	margin-right: 5px;
}
.content-wrapper-standort-text p a {
	text-decoration: none;
	color: #b3b2b2;
}
.content-wrapper-standort-text p a:hover {
	text-decoration: underline;
}
.content-wrapper-standort-text-contact {
	margin-top: 15px;
	width: 180px;
	height: 60px;
	line-height: 20px;
	border-radius: 15px;
	outline: none;
	background-color: #03020a;
	color: #f0ecec;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	border: none;
	transition: 350ms;
}
.content-wrapper-standort-text-contact:hover {
	cursor: pointer;
	color: #03020a;
	background-color: #fff;
	transition: 350ms;
}
.content-wrapper-standort-karte {
	width: 500px;
	height: 350px;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 15px;
}
.content-wrapper-standort-karte iframe {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}
@media (max-width: 1300px) {
	.content-wrapper {
		width: calc(100% - 250px);
		margin-left: 50px;
	}
}
@media (max-width: 1200px) {
	.content {
		width: calc(100%);
		margin-left: 0px;
	}
	.content-wrapper {
		width: 100%;
		margin-top: 100px;
	}
}

@media (max-width: 850px) {
	.content-wrapper {
		margin-left: 0px;
	}
}
@media (max-width: 800px) {
	.content-wrapper-standort-karte {
		width: 450px;
	}
}
@media (max-width: 750px) {
	.content-wrapper-standort-text {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.content-wrapper-standort {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.content-wrapper-standort:first-child {
		margin-bottom: 35px;
	}
}
@media (max-width: 500px) {
	.content-wrapper-standort-karte {
		height: 250px;
		width: 400px;
	}
}
@media (max-width: 450px) {
	.content-wrapper-standort-karte {
		height: 250px;
		width: 300px;
	}
	.content-wrapper-standort-text {
		font-size: 18px;
	}
	.content-wrapper-standort-text p img {
		width: 20px;
	}
}
