/* Ansprechpartner Kontaktkachel */
.asp_container {
    background-color: white;
    min-height: 160px;
    margin: 80px auto 40px auto;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.10);
    max-width: 970px;
}

.asp_titelrow {
    display: inline-flex;
    padding: 20px 30px 30px 30px;
    width: 100%;
}

.asp_icon img {
    width: 40px;
}

.asp_contact_container {
    margin-left: 0px; /*20px*/
    margin-top: 10px;
    width: 100%;
}

.asp_intro {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #828282;
    font-family: roundedmedium;
}

.asp_name {
    margin-bottom: 20px;
}

.asp_name h3 {
    margin: 0 !important;
}

.asp_telefon {
    display: inline;
    font-family: roundedmedium;
}

.asp_telefon img {
    margin-right: 5px;
    width: 16px;
    height: auto;
    vertical-align: sub;
}

.asp_telefon a {
    color: #4B4B4D;
    text-decoration: none;
}

.asp_email {
    display: inline;
    font-family: roundedmedium;
    margin-left: 30px;
}

.asp_email img {
    margin-right: 5px;
    width: 16px;
    height: auto;
    vertical-align: sub;
}

.asp_email a {
    text-decoration: none;
}

@media only screen and (max-width: 520px) {
  .asp_email {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
