body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F9F6F5;
	color: #333;
	}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	}

.text-container {
	display: flex;
	align-items: center;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.2rem;
	line-height: 1.6;
	padding: 20px;
	color: #333;
	}

img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	display: block;
	}

h1, h2, h3, h4, h5, h6 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-size: 24px;
        }

p {
	margin-top: 1em;
	margin-bottom: 1em;
        }

.boxgrau,
{
	box-sizing: border-box;
}

.boxgrau {
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: #f7f7f7;
	box-shadow: 0 0 16px rgba(0,0,0,0.2); 
	flex: 1 1 45%;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #333;
	}

.boxhell {
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: #fafafa;
	box-shadow: 0 0 16px rgba(0,0,0,0.2); 
	flex: 1 1 45%;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #333;
	}

.boxprofil {
  width: 100%;
  max-width: 575px;
	box-shadow: 0 0 16px rgba(0,0,0,0.2); 
  aspect-ratio: 1 / 1; /* sorgt dafür, dass es quadratisch bleibt */
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
}

.boxprofil img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.soft-shadow {
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

.soft-shadow-location {
  width: 100%;
  height: auto;
  max-width: 100%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  display: block;
}

.container-box-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.soft-shadow-location {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  display: block;
}

.map-wrapper {
  flex: 1 1 45%;
  max-width: 50%;
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.map-frame {
  width: 100%;
  aspect-ratio: 3 / 2; /* Seitenverhältnis 3:2 */
  border: 0;
  display: block;
}

@media (max-width: 768px) {
  .boxtransparent,
  .map-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.center {
  text-align: center;
}


