html, body, .thheader{
    font-family: 'Lato';
    background-color: #ffffff;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
div, h1, h2 ,h3,h4, input{
    box-sizing: border-box !important;
}
.thheader{
    height: 0px;

}
.mmheader{ 
    margin: 0px  !important;
}
.Menu::before{
    vertical-align: top;
    content: "";
    background-image: url('/images/footer-1.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -22px;
    margin-right: 20px;
    width: 72px;
    height: 72px;

}
.Menu::after{
    vertical-align: top;
    content: "";
    display: inline-block;
    margin-top: -25px;
    width: 100px;
    height: 100px;
}
.Menu{
    text-transform: uppercase;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    position: relative ;
    background-color:rgb(250,250, 250, 0) !important;
    margin-top: 43px;
    height: 50px;

}
.timer{
    display: inline-block;
    width: auto;
    padding: 10px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 3px;
    font-size: 30px !important;
    min-width: 60px;

}
#timer{
    font-size: 30px;
    color: black;
    
}
.stimer{
    display:inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
}
.dubbelpunt{
    font-size: 30px;
    margin: 3px;
}
.placeTimer{
    width: 380px !important;
    height: 190px;
    border: #e6e6e6 1px solid;
    margin-top: -50px ;
    position: relative;
    z-index: 30;
    background-color: #ffffff;
    padding: 25px;
}

.placeTimer h2{
    margin-bottom: 18px;
}

.pd_shopSpice{
    background-color: rgb(76, 176, 181);
     width: 100%; 
     height: 150px; 
     padding: 0px; 
     margin: 0px;
}
iframe{
    width: 100% !important;
    height: 300px !important;
}
.Menu a{
    padding: 2px;
}

.dropdown-content{
    background-color:#ffffff;
}
.dropdown-content a{
    color: #000000;
    
}
#contentarea{
    min-height: 500px;
    max-width: 100% !important;
}

.foot{
    display: none;
}

h1{
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h4{
    
    color: rgb(188, 188, 188);
    font-style: italic;
    font-family: Crimson Text;
    margin-bottom: 10px;
}
.is-card {
    margin: 3px;
}
.is-card h3{
    min-height: 90px;
}
.priceColer{
    color: #2b6a6d;
}
.menuScroll{
    padding-top: 22px;;
    position: fixed;
    width: 100%;
    margin: 0px;
    top: 0px;
    left: 0px;
    background-color: rgb(76,176, 181, 1) !important;
    max-width: 100%;
    height: 65px;
}
.tp-fullwidth-forcer{
    z-index: 1;
    position: relative; 
}
.rev_slider_wrapper {
    z-index: 2 !important;
}
ul.Aandachtpunt {
    list-style: none;
    padding-left: 0px;
    font-weight: 500;
    margin-bottom: 5px;
}

.buttonKassa{
    width: 100%;
    margin-top: 20px;
}

.eventBox {
    background-color: white;
    box-shadow: 0px 1px 4px 0px #bdbdbd;
    margin-bottom: 20px;
    min-height: 450px;
}


.shopVKP{
    color: black;
}

.shopBTW{
    font-size: 90%;
}


@media screen and (max-width: 1200px){
    .marginRight-60{
        margin-right: 0px;
    }
	.column.third {
		width: 50%;
    }
    
    .push-right{
        margin-right: 32px;
    }
}

@media screen and (max-width: 730px){
    .thheader .row{
        display: none;
    }
    #contentarea{ 
        margin-top: 0px;
    }
    #menuKnop{
        background-color: rgb(76,176, 181, 1) !important;
    }
    .Menu{
        position: fixed;
        left: 0px;
        top:0px !important;
        background-color: rgba(255, 255, 255, 0.95)!important;
        color: #000000;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        display: none;
        margin-top:0px;
        height: 50px;
    }
    .Menu a{
        color: #000000;
    }
    .placeTimer{
        width: 320px !important;
        padding: 15px;
    }
    .column.third {
		width: 100%;
    }
    
    .eventBox{
        min-height: auto;
    }
    .push-right{
        margin-right: 20px;
    }


}
@media screen and (max-width: 420px){
    .push-right{
        margin-right: 10px;
    }


}