:root {

    --pd-farbe2: #e60005;
    --pd-farbe2hell: #A51E0F;

    --pd-farbe1: #002D55;
    --pd-farbe1hell: #2276D0;
    
}

/*Individuelle Anpassungen */

.pd-accordeon article label div .pd-antwort p {
    margin-bottom: 0px;
    height: 0;
}

.pd-accordeon article input:checked + label div .pd-antwort p {
    height: auto;
}

.pd-accordeon article input:checked + label div .pd-antwort
{
    max-height: 1600px;
}

.controller__inf.action__uebersicht #esPageWrapper main .esLayout_main_inner
{
	padding-top: 0 !Important;
}

/* Fokus für alle Bilder in pd-kartewrapper */
.pd-kartewrapper a:focus,
.pd-kartewrapper a:focus img {
  outline: 3px solid var(--es-akzent1-active);
  outline-offset: 4px;
}

/* 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;
}
