.emedikey-wrapper {
max-width: 820px;
margin: 0 auto;
padding: 40px 20px 60px;
}
.emedikey-card {
background: #81a2f7;
padding: 36px 36px 40px;
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
} @media (max-width: 600px) {
.emedikey-card {
padding: 26px 18px 30px;
}
} .emedikey-top {
display: flex;
justify-content: center;
margin-bottom: 18px;
}
.emedikey-logo {
max-width: 160px;
height: auto;
} .emedikey-header {
text-align: center;
margin-bottom: 18px;
}
.emedikey-title {
font-size: 1.85rem;
line-height: 1.0;
margin: 0;
color: #000091;
} .emedikey-intro {
font-size: 1.00rem;
line-height: 1.45;
color: #222;
margin-bottom: 22px;
}
.emedikey-intro p {
margin-bottom: 1.2em;
}
.emedikey-intro-fallback {
font-size: 0.95rem;
color: #666;
font-style: italic;
} .emedikey-accordion {
border: 1px solid #e5e7eb;
border-radius: 14px;
overflow: hidden;
background: #fafcff;
}
.emedikey-summary {
cursor: pointer;
padding: 16px 18px;
font-weight: 700;
color: #000091;
list-style: none;
}
.emedikey-summary::-webkit-details-marker {
display: none;
}
.emedikey-summary::after {
content: "▾";
float: right;
font-weight: 700;
}
.emedikey-accordion[open] .emedikey-summary::after {
content: "▴";
} .emedikey-content {
padding: 18px;
font-size: 1.05rem;
line-height: 1.65;
color: #222;
background: #fff;
}
.emedikey-content p {
margin-bottom: 1.2em;
} .emedikey-pdf-actions {
margin-top: 14px;
display: flex;
flex-direction: column;
gap: 10px;
align-items: center;
}
.emedikey-download-button {
display: inline-block;
padding: 12px 22px;
background-color: #000091;
color: #ffffff;
border-radius: 999px;
font-weight: 600;
text-decoration: none;
transition: background-color 0.2s ease;
}
.emedikey-download-button:hover {
background-color: #000070;
}  .emedikey-actions {
display: grid;
grid-template-columns: auto auto;
grid-template-areas:
"primary primary"
"secondary link";
justify-content: center;
align-items: center;
column-gap: 12px;
row-gap: 16px;
margin-top: 18px;
} .emedikey-actions .emedikey-btn-primary {
grid-area: primary;
justify-self: center;
} .emedikey-actions .emedikey-btn-secondary {
grid-area: secondary;
justify-self: end; } .emedikey-open-link {
grid-area: link;
justify-self: start;
font-size: 0.95rem;
color: #000091;
text-decoration: underline;
align-self: center;
} .emedikey-actions .button,
.emedikey-actions .ast-button {
padding: 10px 18px;
font-size: 0.95rem;
line-height: 1.3;
} .emedikey-btn-primary {
background-color: #FEE94E;
color: #000000;
border: none;
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.emedikey-btn-primary:hover,
.emedikey-btn-primary:focus {
background-color: #E6D343;
color: #000000;
} .emedikey-actions .emedikey-btn-secondary {
background-color: transparent;
color: #000091;
border: 2px solid #d6ddff;
box-shadow: none;
}
.emedikey-actions .emedikey-btn-secondary:hover,
.emedikey-actions .emedikey-btn-secondary:focus {
background-color: #f3f5ff;
color: #000091;
border-color: #b9c3ff;
} .emedikey-actions .emedikey-btn-secondary,
.emedikey-actions .emedikey-open-link {
font-size: 0.9rem;
} .emedikey-modal {
position: fixed;
inset: 0;
display: none;
z-index: 999999;
}
.emedikey-modal.is-open {
display: block;
}
.emedikey-modal__backdrop {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.55);
} .emedikey-modal__panel {
position: relative;
width: min(1100px, calc(100% - 16px));
height: calc(100dvh - 16px);
margin: 8px auto;
background: #fff;
border-radius: 14px;
overflow: hidden;
display: flex;
flex-direction: column;
box-shadow: 0 20px 60px rgba(0,0,0,0.25);
} .emedikey-modal__header,
.emedikey-modal__footer {
padding: 12px 14px;
display: flex;
align-items: center;
gap: 10px;
}
.emedikey-modal__header {
justify-content: space-between;
border-bottom: 1px solid #e5e7eb;
}
.emedikey-modal__footer {
justify-content: flex-end;
border-top: 1px solid #e5e7eb;
}
.emedikey-modal__title {
font-weight: 700;
color: #000091;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 70%;
} .emedikey-modal__body {
flex: 1;
min-height: 0;
background: #f7fafc;
} .emedikey-modal__pdf {
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
background: #f7fafc;
}
.emedikey-pdfjs__canvas {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
display: block;
} .emedikey-pdfjs__loading {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
color: #000091;
background: rgba(247, 250, 252, 0.85);
} .emedikey-modal__iframe {
width: 100%;
height: 100%;
border: 0;
display: block;
}
.emedikey-pdfjs__fallback {
display: none;
} body.single-emedikey-karte #content,
body.single-emedikey-karte .site-content {
padding-top: 20px;
}
body.single-emedikey-karte #primary {
margin-top: 0 !important;
} @media (max-width: 600px) {
.emedikey-wrapper {
padding-top: 16px;
} .emedikey-actions {
grid-template-columns: auto;
grid-template-areas:
"primary"
"secondary"
"link";
justify-items: center;
}
.emedikey-actions .emedikey-btn-secondary {
justify-self: center;
}
.emedikey-open-link {
justify-self: center;
}
} body.single-emedikey-karte {
background-color: #ffffff;
} body.single-emedikey-karte article.emedikey-card.ast-article-single {
background-color: #dde6ff !important; box-shadow: 0 10px 30px rgba(0, 0, 145, 0.14);
border: 1px solid rgba(0,0,145,0.08);
}