body{background: #f1f1f1;}
ul.navbar-nav > li.active > a{cursor:default}
.navbar-brand{
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0;
}
.brand-image{
    display: block;
    width: auto;
    height: 38px;
    margin: 0;
}
html,body{height: 100%;min-height: 100%;}
.footerbox{position: fixed;bottom:0;width: 100%;}
footer{padding: 20px 0;}
 /* 

 CC Logo Blue #0057a2

 */

.fixusblue{
    color: #0057a2;
}

.pagecontent{
    padding-top: 60px;
}

.navbar, .footerbox{
	background-color: #0057a2 !important;
	color: #f1f1f1;
}

.footerbox a{
    color: #f1f1f1;
}

h1.maintitle
{    text-align: center;
    color: #f1f1f1;

    background-color: #555;
    background-image: url('/data/img/mercedes_banner.webp');

    width: 100%;
    height: 45vh;
    background-size: cover;
    background-position: 50% 27%;

    margin-top: -25px;

    padding-top: 5vh;

    font-size: 7em;
}

.frontpage{
    font-size: 1.1em;
    width: 70%;
    margin-left: 15%;
}

.booking-widget{
    width: 70%;
    margin: 0 auto 3em;
    padding: 2em;
    background: #fff;
    border-top: 4px solid #0057a2;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
}

.booking-widget h2{
    margin: 0 0 .4em;
    text-align: center;
}

.booking-widget > p{
    margin-bottom: 1.5em;
    text-align: center;
}

@media (max-width: 767px){
    html,
    body{
        max-width: 100%;
        overflow-x: hidden;
    }

    .frontpage{
        width: 100%;
        margin-left: 0;
        overflow-wrap: anywhere;
    }

    .booking-widget{
        width: 100%;
        padding: 1.25em .75em;
    }

    .booking-widget h2,
    .booking-widget > p,
    .card-title{
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .card-title{
        display: flex;
        align-items: flex-start;
        gap: .55em;
        font-size: 1.05rem;
        line-height: 1.3;
    }

    .card-title svg{
        flex: 0 0 20px;
        margin: .15em 0 0;
    }

    .frontpage iframe,
    .frontpage form,
    .frontpage input,
    .frontpage textarea{
        max-width: 100%;
    }

    .footerbox{
        position: static;
    }

    .footerbox footer{
        padding: 10px 0;
        font-size: .8em;
        line-height: 1.4;
    }

    .footer-mobile-line + .footer-mobile-line{
        margin-top: .35em;
    }

    .footer-mobile-address{
        font-size: .84rem;
        white-space: nowrap;
    }

    .footerfix{
        display: none;
    }
}

@media (max-width: 360px){
    .footer-mobile-address{
        font-size: .72rem;
    }
}

.fpdivider,.fpdivider-thin{
    border: solid 2px #0057a2;
    opacity: 1;
}

.fpdivider-thin{
    border-width: 1px;
    opacity: .6;
}

h1.pagetitle{
    text-align: center;
    color: #0057a2;
    font-size: 5em;
/*    text-shadow: 3px 3px 3px #666;*/
}

@media (max-width: 767px){
    h1.pagetitle{
        margin-top: .35em;
        margin-bottom: .5em;
        font-size: 2.5em;
        line-height: 1.1;
    }
}

.nosel{
    -webkit-user-select: none;
    -ms-user-select: none; 
    user-select: none; 
}
