.tsg-kontakt-wrapper h3 {
    display: block;
    background: #6599CA;
    color: #fff;
    padding: 15px 30px 15px 20px;
    font-size: 36px;
    margin-bottom: 25px;
    border-radius: 0px 0px 30px 0px;
    -webkit-border-radius: 0px 0px 30px 0px;

}

.tsg-kontakt-wrapper .content {
    margin-bottom:40px !important;
    margin-top:15px !important;
}

.tsg-kontakt-wrapper .tsg-kontakt-info h4 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom:1.4rem;
}

.tsg-kontakt-wrapper .tsg-kontakt-info h4 a {
    text-decoration: none;
}

.tsg-kontakt-wrapper .tsg-kontakt-social {
    margin-left: 20px;
}

.tsg-kontakt-option {
    color: #6599CA !important;
    margin-bottom: 15px;
}

.tsg-kontakt-option .fa {
    width: 25px;
    text-align: center;
}

.tsg-kontakt-option a {
    color: #6599CA;
    text-decoration: none;
    padding-left: 5px;
    font-size:22px;
}

.tsg-kontakt-wrapper .tsgkontakt-button {
    display:flex;
    display:-webkit-flex;
    display: -ms-flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.tsg-kontakt-wrapper .tsgkontakt-button .tsg-button-wrapper {
    align-self: flex-end;
}

.tsg-kontakt-image.col-lg-4 img {
    max-width: 400px;
    padding-right: 30px;
}

@media screen and (min-width:992px) and (max-width:1366px) {
    .tsg-kontakt-image.col-lg-4 img {
        max-width: 320px;
        padding-right: 30px;
    }
}

@media screen and (max-width:992px)  {
    .tsg-kontakt-image.col-lg-4 img {
        max-width: 400px;
        padding-right: 0px;
    }
}


    @media screen and (max-width: 991px) {

    .tsg-kontakt-wrapper .tsg-kontakts.content .tsg-kontakt-image img {
        margin:0 auto;
        display:flex;
        display:-webkit-flex;
        display:-ms-flex;
    }

    .tsg-kontakt-wrapper .tsg-kontakts.content .tsg-kontakt-info {
       margin: 30px;
    }

    .tsg-kontakt-wrapper .tsgkontakt-button {
       justify-content: center;
    }

}

@media screen and (min-width: 992px) {
    .tsg-kontakt-wrapper h3 {
        display: inline-block;
        padding: 15px 30px 15px 7%;
    }
    .tsg-kontakts.content .tsg-kontakt-1.row {
        margin-right: 0px;
        margin-left: 0px;
    }
}