:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.visitenkarte {
    height: 300px !important;
    width: 350px !important;
}

.visitenkarte img {
    max-height: 150px;
}

.visitenkarte-placeholder {
    height: 150px;
    width: 350px;
}

a {
    text-decoration: none;
    color: var(--epg-link, #1f5f9f);
}

a:hover {
    color: var(--epg-accent, #6fa8dc);
}

.nav-tabs .nav-link {
    color: black;
    background-color: none;
    white-space: nowrap;
}

.nav-pills .nav-link.active {
    color: black;
    background-color: #dfdfdf;
}

.nav-tabs {
    display: flex;
}

.nav-tabs li {
    display: flex;
    flex: 1;
}

.nav-tabs li a {
    flex: 1;
}

.fade {
    transition-duration: 1ms;
}

blockquote {
    width: 60%;
    font-size: 1.2em;
    margin: 50px auto;
    font-style: italic;
    text-align: left;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 6px solid #343a40;
    line-height: 1.4;
    position: relative;
    background: #e9ecef;
}


/* Centered text */

.centered {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered p {
    width: 180px;
}

.logo {
    position: absolute;
    z-index: 1;
    /* Use your own values for anything below this line. */
    left: 20px;
    top: -30px;
    height: 50px;
    width: 200px;
}

.first-nav {
    margin-left: 80px;
}

@media (max-width: 992px) {
    .logo {
        display: none;
    }
    .first-nav {
        margin-left: 0px;
    }
}

.navbar {
    margin-top: 30px;
    background-color: var(--epg-nav-bg, #343a40) !important;
}

.navbar .nav-link {
    color: var(--epg-nav-text, #ffffff) !important;
}

.navbar .nav-link.active,
.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: var(--epg-nav-active, #d8e9f8) !important;
}

.title-box {
    background-color: var(--epg-hero-bg, #e9ecef);
}

.links {
    width: 33%;
    margin: 0%;
    float: left;
}

@media (max-width: 768px) {
    .links {
        width: 48%;
    }
}

@media (max-width: 400px) {
    .links {
        width: 98%;
    }
}

.flexible-page {
    text-align: left;
}

.flexible-section {
    margin: 3rem 0;
}

.flexible-section:first-child {
    margin-top: 0;
}

.flexible-rich-text {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.flexible-image-text img,
.flexible-link-card img,
.flexible-person-card img {
    max-width: 100%;
    height: auto;
}

.flexible-image-text .image-frame img {
    border-radius: 6px;
}

.flexible-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.flexible-link-card,
.flexible-person-card,
.flexible-download-item {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    padding: 1rem;
    background: #fff;
}

.flexible-person-card {
    text-align: center;
}

.flexible-person-card img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.flexible-download-list {
    display: grid;
    gap: 0.75rem;
}

.flexible-button-row {
    text-align: center;
}

.btn-epg-primary {
    color: #fff;
    background: var(--epg-link, #1f5f9f);
    border-color: var(--epg-link, #1f5f9f);
}

.btn-epg-primary:hover,
.btn-epg-primary:focus {
    color: #fff;
    background: var(--epg-accent, #6fa8dc);
    border-color: var(--epg-accent, #6fa8dc);
}

.btn-epg-secondary {
    color: var(--epg-link, #1f5f9f);
    border-color: var(--epg-link, #1f5f9f);
    background: transparent;
}

.btn-epg-secondary:hover,
.btn-epg-secondary:focus {
    color: #fff;
    background: var(--epg-link, #1f5f9f);
}

.accordion-button:not(.collapsed) {
    color: #111;
    background-color: var(--epg-hero-bg, #e9ecef);
}
