html {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 1.0rem;
}

body {
    height: 100%;
    background-color: #fff;
    color: #000;
    box-sizing: content-box;
    -webkit-backface-visibility: hidden;
    font-family: 'Questrial', sans-serif;
}

#pageContainer {
    position: relative;
    padding: 0;
    min-height: 100%;
}

header{
    position: relative;    
    width: 100%;
    background-color: #fff;
    color: #000;
    z-index: 14;
}

footer{
    padding: 20px 0;
    background-color: #967146;
    color: #fff;
    font-weight: 300;
}


/********************************/
/**************Divs**************/
/********************************/
/* Weggooien
.logo-container{
    position: relative;
    padding: 15px 45px;
    background-color: #fff;
}

.logo-container::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 9999px;
    height: 100%;
    background-color: #fff;
    z-index: 0;
}
*/

.logo{
    display: block;
    margin: 20px auto 0 auto;
    height: 125px;
    z-index: 1;
}

.open-column-day{
    display: inline-block;
    margin: 0;
    width: 120px;
    max-width: 49%;
    padding: 0;
    white-space: nowrap;
}

.open-column-time{
    display: inline-block;
    margin: 0;
    width: 140px;
    max-width: 49%;
    padding: 0;
    white-space: nowrap;
}

.open-column-day span, .open-column-time span{
    display: block;
}

.brand{
    display: block;
    margin: 0 auto;
    transition: all 0.15s;
    max-height: 100px;
    max-width: 100%;
    width: auto !important;
}

.brand:hover{
    transform: scale(1.05);
}

.footer-logo{
    margin-bottom: 20px;
    width: 100px;
}

#footer-legal{
    padding: 10px 0;
    color: #3c3c3c;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 300;
}

#footer-legal span{
    margin: 0 5px;
}

.txt-image{
    min-height: 500px;
}

.news-image{
    min-height: 750px;
    background-position: left;
    background-size: cover;
}

/********************************/
/**********Other Pages***********/
/********************************/

/********************************/
/**************Menu**************/
/********************************/

.top-bar {
    color: #fff;
    background: #967146;
}

.top-menu {
    padding: 10px 0;
    padding-right: 30px;
    text-align: right;
}

.top-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav{
    position: relative;    
}

#nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li{
    display: inline-block;
    position: relative;
    margin: 0 12px;
    line-height: 80px;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 700;
}

#nav ul li::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transform: scaleX(0.9);
    transition: all 0.2s;
}

#nav ul li.active::after, #nav ul li:hover::after{
    background-color: #fff;
    transform: scaleX(1.1);
}

#nav.mobile{
    height: 0;
    background-color: #cc9b59;
    text-align: center;
    overflow: hidden;
}

#nav.mobile ul{
}

#nav.mobile ul li{
    display: list-item;
    position: relative;
    margin: 0;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 700;
}

#nav.mobile ul li::after{
    display: none;
}

#nav.mobile ul li.active::after, #nav ul li:hover::after{
}

#but-menu{
    margin: 22px 0;
    width: 36px;
    cursor: pointer;
    transition: all 0.15s;
}

#but-menu:hover{
    transform: scale(1.05);
}

/********************************/
/**************Heads*************/
/********************************/

h1, h2{
    font-size: 1.8rem;
    font-weight: 400;
}

/********************************/
/************Paragraphs**********/
/********************************/

/********************************/
/**************Buttons***********/
/********************************/

a, a:hover, a:link, a:visited, a:link:active, a:visited:active{ 
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/********************************/
/**************Sliders***********/
/********************************/

#headerSlider{
    width: 100%;
    height: 100vh;
    min-height: 440px;
    padding-top: 140px;
    background-position: center;
    background-size: cover;
}

#headerSlider .header-content{
    width: 260px;
}

.open-indicator{
    float: right;
    padding: 10px 16px;
    background-color: #000;
    color: #fff;
    font-weight: 900;
}

#headerSlider .title{
    margin-top: 100px;
    width: 100%;
    color: #fff;
    line-height: 3.2rem;
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
    
    text-shadow: 0 0 15px #000;
}

#headerSlider .arrow{
    cursor: pointer;
    animation: bounce 1.25s;
    animation-delay: 0.75s;
}

@keyframes bounce{
    0% {transform:translateY(0)}
    50% {transform:translateY(10px)}
    100% {transform:translateY(0)}
}

.float-left {
    position: relative;
    float: left;
    text-align: left;
}

.hours {
    min-height: 400px;
}

/********************************/
/********************************/
/********************************/

.txt-white{
    color: #fff;
}

.txt-pink{
    color: #967146;
}

.white{
    background-color: #fff;
}

.gray{
    background-color: #e2e2e2;
}

.black{
    background-color: #000;
}

.underlined{
    text-decoration: underline !important;
}

.background{
    background-position: center;
    background-size: cover;
}

.metaslider .caption-wrap {
    background: none !important;
    font-size: 2.5rem !important;
    font-weight: bold;
    opacity: 1.0 !important;    
    top: 25% !important;
    padding-right: 20% !important;
    text-align: right !important;
}

/* Webshop */
.entry-summary {
    text-align: left;
}

.woocommerce-billing-fields label {
    width: 25%;
    text-align: left;
}

.woocommerce-billing-fields {
    width: 750px !important;
}

/* theme 2024 */
.text-left ul li { float: left; margin-right: 30px; }

.slideshow { margin-top: -150px; }

.merken-logos img { width: 200px; height: 100px; object-fit: cover; }

.socials i { font-size: 40px; width: 50px; }
footer h2 { font-size: 1.1rem; }
footer table tr td { vertical-align: top; padding-right: 20px; }

.usp { padding: 50px 0; font-size: 1.2rem; text-align: center; }
.usp img { max-width: 120px; margin-bottom: 20px; }

.content-seo { text-align: left; font-size: 1.1rem; }
.content-seo h2 { margin-top: 40px; color: #967146; }
.content-seo ul { margin: 0 0 0 12px; padding: 0; }
.content-seo ul li { text-align: left; }
.content-seo p { text-align: left; }

.home-cats { padding: 50px 0; }
.home-cats img { max-width: 100%; }

@media only screen and (max-width: 991px) {
    .mobile-text-left { text-align: left !important; margin-top: 20px; }
    .top-menu ul li { width: 100%; }
    .slideshow { margin-top: -10px; }    
    .xs-hidden { display: none; }    
}

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

    /* Weggooien
    .logo-container{
        position: relative;
        padding: 10px 45px;
        background-color: #fff;
    }

    .logo-container::after{
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 9999px;
        height: 100%;
        background-color: #fff;
        z-index: 0;
    }
    */        
}

@media only screen and (max-width: 575px) {
    .hours {
        min-height: auto;
    }
    
    .woocommerce-billing-fields {
        width: 575px !important;
    }
}

@media only screen and (max-width: 400px) {
    .woocommerce-billing-fields {
        width: 320px !important;
    }
}