body {
    background-color: silverwhite;
}


.jumbotron {
    background-color: #eee !important;
    border-radius: 1em !important;
}
.content-image {
    border-radius: 1em !important;
}


.data {
    float: left;
    width: 33.33%;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}


.social {

    padding: 15px;
    float: left;
}
.social .fab {
    cursor: pointer;
    margin-left: .1em;
    margin-right: .1em;
}


.fa-google-plus-circle {
    color: #ce1616;
}
.fa-google-plus-circle img {
    width: 45px;
    height: 45px;
}

.fa-twitter-circle {
    color: #00aced;
}
.fa-twitter-circle img {
    width: 45px;
    height: 45px;
}

.fa-facebook-circle {
    color: #3b5998;
}
.fa-facebook-circle img {
    width: 45px;
    height: 45px;
}

.fa-pinterest-circle {
    color: #BC272D;
}
.fa-pinterest-circle img {
    width: 45px;
    height: 45px;
}


.fa-odnoklassniki-circle {
    color: #ff8300;
}
.fa-vk {
    color: #245c9b;
}
.footerclass {
    font-size: .8em !important;
    padding: 1em;
}


#impressum{
    float: right;
}

.breadcrumbs {
    float: left;
}
.fa-home img {
    width: 15px;
    height: 15px;
}

.breadcrumbs > span > a > span {

    text-transform: capitalize;
    margin-left: .2em;
    margin-right: .2em;
}
.breadcrumbs, .breadcrumbs a, #impressum {
    color: #777 !important;
}
.data {
    padding: 1em;
    padding-right: 50px;
}

.data:first-child {
    height: auto;
    width: 100% ;
    background: none;
}
.marketing {
    margin-top: 1em;
}
.marketing p {
    font-size: .9em !important;
}

.data h4, .data p {
    padding-left: 50px;
}

.fa-pinterest-square {
    color: #BC272D;
}
.fa-facebook-square {
    color: #3b5998;
}
.fa-twitter-square {
    color: #00aced;
}
.banner {text-align: center}
@media (max-width: 767px){
    .bannerimg {
        width: 100% !important;
    }
}

