: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;
}

.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: #343a40 !important;
}

.title-box {
    background-color: #e9ecef;
}

.links {
    width: 33%;
    margin: 0%;
    float: left;
}

@media (max-width: 768px) {
    .links {
        width: 48%;
    }
}

@media (max-width: 400px) {
    .links {
        width: 98%;
    }
}