li.service {
    font-size: 0.65em;
}
.f1_1em {
	font-size: 1.05em;
}
span.u-title {
    font-size: 1.5rem;
    letter-spacing: 1px;
    display: block;
}

/* mobile */
@media (max-width: 768px) {
	.padding-3m {
		padding: 3px !important;
	}
	.icon-plain-mobile {
		width: 100%;
		text-align: center;
	}
	.team-mobile {
		width: 100%;
		height: auto !important;
	}
}
/* .master-slider.ms-skin-default.ms-wk {
	display: none !important;
} */
.ms-nav-prev, .ms-nav-next {
	display: none !important;
}
h1 {
	font-size: 29px;
	margin: 0;
}
h2 {
	font-size: 18px;
	margin: 0;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    padding: 20px;
}

.service-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    border-radius: 10px;
    color: white;
    backdrop-filter: blur(5px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.service-box h3 {
    margin-bottom: 10px;
    font-size: 1.4em;
    font-weight: bold;
}

.service-box p {
    font-size: 1.1em;
    line-height: 1.5em;
}
.shk-glass {
  max-width: 900px;
  margin: 40px auto;
  padding: 40px;

  background: rgba(255, 255, 255, 0.55); /* milchiges Weiß */
  backdrop-filter: blur(10px);           /* Glas-Effekt */
  -webkit-backdrop-filter: blur(10px);   /* Safari */

  border-radius: 10px;
  text-align: center;
}

.shk-title {
  color: #c00000; /* Rot wie im Screenshot */
  font-size: 4rem;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.2em;
}

.shk-text {
  color: #c00000;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex-text {
  flex: 1 1 400px;
  min-width: 300px;
}

.flex-image {
  flex: 0 0 40%;
  max-width: 40%;
  margin-left: 20px;
}

.flex-image img {
  width: 100%;
  height: auto;
}

/* Mobile: Bild oben, Text unten */
@media (max-width: 768px) {
  .flex-wrapper {
    flex-direction: column;
  }
  .flex-image {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.bildnachweis-item {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fafafa;
    margin-bottom: 20px;
    font-size: 0.9em;
    color: #333;
    line-height: 1.5;
}

.bildnachweis-item div {
    margin-bottom: 8px;
}

.bildnachweis-item span {
    font-weight: 500;
}

.bildnachweis-item a {
    color: #0066cc;
    text-decoration: none;
}

.bildnachweis-item a:hover {
    text-decoration: underline;
}

/* ?? Mobile Optimierung */
@media (max-width: 600px) {
    .bildnachweis-item {
        font-size: 0.85em;
        padding: 12px;
    }
}
