small {
    font-size: 16px;
}

h3 {
    font-weight: 400;
    font-size: 28px;
}

hr.divider {
    width: 148px;
    border-color: #DB7099;
}

.navbar {
    justify-content: space-between;
    width: 100%;
}

#quick-contact {
    position: relative;
    padding-left: 62px;
}

#quick-contact i.fa-phone-alt {
    color: #DB7099;
    font-size: 49px;
    position: absolute;
    left: -0;
    top: 50%;
    margin-top: -22px;
}

#quick-contact p {
    margin: 0;
    line-height: normal;
}

#quick-contact a {
    color: #DB7099;
    font-size: 23px;
    font-weight: 700;
}

#quick-contact small {
    font-size: 12px;
}

#stage.jumbotron {
    height: 411px;
    background-image: url("img/versicherung.png");
    background-size: auto 411px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    color:#fff;
}

#stage.jumbotron .row {
    height: 100%;
    align-items: center;
}

#stage.jumbotron h1 {
    font-weight: 400;
    font-size: 16px;
}

#stage.jumbotron h2 {
    font-weight: 400;
    font-size: 28px;
}

#bundeskriminalamt {
    margin-top: 34px;
    margin-bottom: 40px;
}

#bundeskriminalamt .media img {
    width: 48px;
    margin-right: 20px;
}

#bundeskriminalamt .media {
    align-items: center;
    height: 100%;
}

#bundeskriminalamt .media-body {
    font-size: 16px;
}

#bundeskriminalamt small {
    font-size: 12px;
}

#scenarios small {
    font-size: 16px;
}

#scenarios .nav-pills {
    justify-content: space-between;
}

#scenarios .nav-item {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    max-width: 190px;
    flex-grow: 0;
    flex-shrink: 0;
}

#scenarios .nav-link {
    border-radius: 11px;
    border: 1px solid #343A40;
    color: #343A40;
    padding-left: 0;
    padding-right: 0;
}

#scenarios .nav-link.active {
    background: #343A40;
    color: #fff;
}

#scenarios .tab-content .media > img {
    width: 51px;
}

#scenarios .tab-content .media {
    padding-right: 10px;
}

#scenarios .tab-content .media p {
    font-size: 18px;
}

#contact_me {
    margin-top: 40px;
    border: 1px solid #343A40;
    margin-bottom: 50px;
}

#contact_me_img {
    background-image: url("img/contact_me_eichhorn2x.png");
    background-size: cover;
    background-position: center;
    min-height: 152px;
}

#contact_me_info {
    padding: 15px;
}

#contact_me_info p {
    font-size: 23px
}

#contact_me_info p span {
    display: inline-block;
    width: 35px;
    color: #DB7099;
}

#contact_me_info > p {
    font-size: 20px
}

#uvp {
    margin-top: 50px;
    margin-bottom: 60px;
}

#uvp .media {
    align-items: center;
}

#uvp .media img {
    width: 62px;
}

#uvp .media-body {
    padding-left: 20px;
}

#team {
    margin-bottom: 50px;
}

#team .media {
    background: #F8F8F8;
}

#team .media img {
    max-width:335px;
}

#team .media-body {
    padding: 20px;
}

.team-member .img-circle {
    width: 100px;
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
}

.team-member .img-circle img{
    width: 100px;
    transition: transform 3s ease;
}

.team-member .img-circle img:hover {
    transform: scale(1.2);
}

.team-member p {
    font-size: 14px;
    line-height: 16px;
}

.team-member p small {
    font-size: 12px;
}



#footer ul {
    list-style: none;
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0;
}

#footer li {
    padding: 0 25px;
}

#footer a {
    color: #6C757D;
}

@media only screen and (max-width: 766px) {
    #team .media {
        flex-direction: column-reverse;
    }

    #team .media img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 430px) {
    #scenarios .nav-pills {
        margin-bottom: 30px;
    }

    #scenarios .nav-item {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
    }
}