:root
{
	--pd-farbe1: #00aeb5;
	--pd-farbe1hell: #57bec4;
	--pd-farbe2: #b10050;
	--pd-farbe2hell: #c03373;
	--pd-linkfarbe: #b10050;
	--pd-hgrau: #F6F2ED;
	--pd-dgrau: #575756;
}

/* Einzelanpassungen */

/* Bild: 80% der verfügbaren Breite */
.pd-image-hero img{
	width: 70%;
	height: auto;
}

.pd-text h1 {
	font-weight: 400;
	font-size: 4.8rem;
}

p.text-bavaria {
	font-size: clamp(2rem, 2.08rem + -.25vw, 1.6rem);
    	letter-spacing: 0;
    	line-height: 1.5;
}

.pd-kontakt span.pd-kontakt__label {
    text-transform: none;
    font-size: clamp(2rem, 2.08rem + -.25vw, 1.6rem);
    letter-spacing: .06rem;
}

.pd-icon img {
	display: block;              /* macht das <img> block-level (nicht mehr inline) */
	width: 40%;                  /* gewünschte Breite */
	height: auto;                /* korrekte Proportionen */
	align-self: flex-start;	     /* hält den Wrapper links, wenn der Parent display:flex nutzt */
}

.pd-kontakt__label+a span {
    font-size: clamp(2.4rem, 2.44rem + -.125vw, 2.2rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    color: var(--pd-linkfarbe);
}

/* Unsichtbare Klasse für in neuem Tab öffnen */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.pd-swiper-kontakt-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    
.swiper-kontakt-pagination {
        position: static;
    }
    
.swiper-kontakt-pause-play {
        background: none;
        border: none;
        cursor: pointer;
        margin-left: 10px;
    }
    
.swiper-kontakt-pause-play svg {
        width: 24px;
        height: 24px;
	fill: var(--pd-farbe1);
	transition: fill 0.3s;
    }

.swiper-kontakt-pause-play svg:hover {
        fill: var(--pd-farbe2);
    }



