@charset "UTF-8";
/* CSS Document */

.kontaktbereich {
	padding: 200px 20px 60px 20px;
}

.kontakt-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.kontakt-text {
  flex: 1 1 500px;
  min-width: 300px;
}

.kontakt-text a {
	color: #c00808;
	text-decoration: none;
}

	.kontakt-text a:hover {
		text-decoration: underline;
	}

.kontakt-karte {
  flex: 1 1 500px;
  min-width: 300px;
}

.kontakt-karte iframe {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.kontakt-karte small {
  display: block;
  margin-top: 8px;
}