﻿.crg-subheader.responsability {
    background-color: #b8c1d0;
}

.crg-subheader h1 hr {
    border: 0;
    width: 243px;
    height: 3px;
    -webkit-box-shadow: 4px 7px 10px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 4px 7px 10px 0 rgba(0, 0, 0, .4);
    box-shadow: 4px 7px 10px 0 rgba(0, 0, 0, .4);
    background-color: #FFF;
    margin-top: 7px
}

.responsabilitycontainer img {
    max-width: 100%;
    height: auto
}

.responsabilitycontainer .container.content {
    font-family: Arial;
    font-size: 16px;
    letter-spacing: .15px;
    line-height: 24px;
    color: #747577;
    padding-top: 5px
}

.responsabilitycontainer .container.content h2 {
    font-family: 'DINMittelschrift-Regular';
    color: #000;
    letter-spacing: 1.5px
}

.responsabilitycontainer .container.content h3 {
    font-family: 'DINMittelschrift-Regular';
    color: #000
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none
}

.caption {
    color: #FFF;
    position: absolute;
    bottom: 0;
    text-align: center
}

.caption h2 {
    font-family: 'DINMittelschrift-Regular';
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
    letter-spacing: .4px
}

@media screen and (min-width:480px) {
    .caption h2 {
        width: 470px;
        margin: 10px auto
    }
}

.responsabilitycontainer .link {
    border-radius: 25px;
    border: none;
    font-size: 16px;
    background-color: #61C7B6;
    display: inline-block;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    text-align: center;
}