.logo-footer a span {
    padding: 0;
}

div div.left-content:last-child p {
    margin-bottom: 0;
}

.inner-page {
    margin-top: 40px;
    margin-bottom: 40px;
}

div.error {
    padding: 5px;
}

div.success {
    padding: 5px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.design_2 .footer-contact .back_icon {
    top: 10px;
}

.alternate-font-color-2 {
    color: #3a020e;
}

.home-h4-span{
    margin: 28px 0 12px 0;
    display: block;
    color: #c7081b;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif, Arial;
    letter-spacing: -0.5px;
    text-decoration: none;
}

footer a:hover, .copyright-wrap a.impressum:hover {
    color: #eeeaff;
    text-decoration: underline;
}

.copyright-wrap a.impressum {
    text-decoration: underline;
}

/* cookie warning - begin */
#cookieWarningParent {
    background-color: rgba(35, 35, 40, 0.98);
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    padding: 20px 10px 5px 10px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 1px solid red;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    margin: 0px 5px 0 0;
    font-weight: bold;
    font-size: 18px;
    color:#a0a0a0;
}

#closeCookieConsent span {
    font-size: 12px;
    font-weight: normal;
}

#cookieWarningContents {
    color:#d2d2d2;
}

#cookieWarningContents h6.title{
    color:#e60403;
    font-weight: bold;
}

#cookieWarningContents p a {
    text-decoration: underline;
    color: red;
}

#cookieWarningParent p, p a, h6 {
    font-family: Arial, Helvetica, sans-serif;
}
/* cookie warning - end */

.car-block-bottom h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.car-block img {
    height: 127px;
}

#home_content{
    margin-top: 110px;
}

.flip .card .face {
    /*z-index: 2;*/
    /*font-size: 2.5em;*/
    /*text-align: center;*/
    line-height: initial;
    /*outline: 1px solid transparent;*/
}

/*@media (min-width: 992px) {*/

.flip .card .back .hover_title {
    font-size: 12px;
    margin: 10px 0px 5px 5px;
    line-height: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .flip .card .back .hover_title {
        font-size: 10px;
        line-height: initial;
    }
    .flip .card .back i.button_icon{
        font-size: 14px;

    }

}
@media (min-width: 992px) {
    .flip .card .back .hover_title {
        line-height: 18px;
    }
}


@media (min-width: 1200px) {
    .flip .card .back .hover_title {
        font-size: 14px;
        margin: 10px 0px 5px 5px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {


}

.flip .card .back {
    background-color: #32333d;
    border: 1px solid #141e38;
}

#service_hours{
    text-align: left;
}

.card .face img{
    border:1px solid #aec6d1;
}

header {
    background: rgba(39, 56, 63, 0.75);
}

#picture{
    background-color: initial;
}

@media (min-width: 320px) and (max-width: 767px){
    header .bottom-header .navbar-default .navbar-brand{
        margin-top: 8px;
        height: 60px;
    }
    header .bottom-header .navbar-default .navbar-brand .logo .primary_text{
        font-size:28px;
    }
}

@media (min-width: 768px) {
    header .bottom-header .navbar-default .navbar-brand .logo .primary_text {
        margin-top: 10px;
        font-size:32px;
    }
}

@media (min-width: 992px) {
    header .bottom-header .navbar-default .navbar-brand .logo .primary_text {
        margin-top: 10px;
    }
    header .bottom-header .navbar-default .navbar-nav>li>a {
        padding:27px 15px 27px 15px !important;
    }
}

header.affix .bottom-header .navbar-default .navbar-brand .logo .primary_text {
    margin-top: 10px;
}

