/* BASIS CSS */
body {
   background-color: #fff;
   color: #333333;
}

#main {
    margin-top: 80px; /* ruimte voor de header */
}

/* HEADER NAVIGATION */
#header {
    position: fixed;
    height: 70px;
    width: 100%;
    max-width: 915px;
    padding: 15px 8px;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 999;
    box-sizing: border-box;
    transition: top .3s;
    border-bottom: 1px dashed #999;
}

#header #logo a {
    border: none;
}

#header a {
    cursor: pointer;
}


p, li {
   font-family: 'Open Sans', sans-serif;
   font-size: 15px ;
   line-height: 23px;
   font-weight: 300;
   color: #333333;
   margin: 0px;
}

a {
   color: #00b4e9;
   text-decoration: none;
   border-bottom: 1px solid #00b4e9;
}
a:hover, .white_box a:hover {
   color: #00b4e9;
   border-bottom: 1px solid #00b4e9;
}
a.noborder {
    border: none;
}


h1, h2, h3, h4, h5 {
    color: #333333;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    margin: 0px;
    text-decoration: none;
}
h1 {
   font-size: 28px;
   line-height: 38px;
   font-weight: 400;
   margin: 10px 0 30px 0;
}
h2 {
   font-size: 25px;
   line-height: 35px;
   font-weight: 400;
   margin: 10px 0px;
}
h3 {
   font-size: 17px;
   line-height: 29px;
   font-weight: 400;
   margin: 10px 0px;
}





/* Deal items */
.populair, .nieuw {
    height: 505px;
    border-bottom: 1px dashed #999;
    margin-bottom: 30px;
}
.nieuw {
    height: 410px;
}
.deal_item {
    width: 290px;
    height: 400px;
    float: left;
    margin-right: 15px;
    position: relative;
}
.deal_item img {
    width: 100%;
}
.deal_item h3 a {
    color: #333;
    border-bottom: 0px;
}
.deal_item .padding {
    padding-right: 6px;
}
.deal_item .locatie {
    color: #999;
    margin-top: 10px;
    position: absolute;
    bottom: 30px;
}
.meer_deals_link {
    text-wrap: nowrap;
}



/* Bedrijven_home - DEALS */
.korting {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #999;
}
.korting_bedrag {
   background-color: #D5EFF7;
   float: left;
   border-radius: 5px;
   margin: 0px 20px 0px 0px;
   text-align: center;
   overflow: hidden;
   width: 30%;
   margin-bottom: 10px;
}
.korting_bedrag_oud {
    background-color: #f2f2f2;
}
.korting_bedrag p {
   font-size: 18px;
   line-height: 28px;
   font-weight: 400;
}
.korting_bedrag_foto {
   height: 100px;
}
.korting_bedrag_foto img {
   width: 150px;
   min-height: 100px;
   margin-left: -9px;
}
.korting_omschrijving {
   float: left;
   width: 60%;
   margin-bottom: 10px;
}
.korting_bedrag .padding {
   padding: 20px 10px;
}
.korting_omschrijving h3 {
    font-size: 16px;
    line-height: 23px;
    margin: 0px;
}
.korting .gingen_u_voor {
    color: #666;
    margin: 0px 0px;
}
.korting .button {
    margin: 20px 0px 0px 0px;
    width: 200px;
}

/* Bedrijven_home - REACTIE */
.reactie {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #999;
    max-width: 600px;
}

.reactie input {
    width: 100%;
}
.reactie textarea {
    width: 100%;
    height: 130px;
}

.reactie form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
}




/* Zoek_view */
.scroll_categorien {
    margin-bottom: 20px;
}
.categorien {
    float: left;
    padding: 15px 10px;
    border: 1px solid #999;
    border-radius: 5px;
    margin-right: 10px;
    color: #00b4e9;
}
.categorien a {
    border: 0px;
}









.kies_categorie a {
    float: left;
    margin: 0px 8px 8px 0px;
    padding: 1px 6px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #999;
    font-size: 14px;
}
.kies_categorie {
    clear: both;
    margin-bottom: 5px;
}




.breadcrumb {
    color: #999;
    margin-bottom: 12px;
}
.breadcrumb a {
    color: #999;
    border-bottom: 1px solid #999;
}




.input,
.select,
.textarea {
   border-radius: 5px;
   border: 1px solid #cccccc;
   background: #ffffff;
   padding: 20px 20px;
   margin: 0px;
   font-family: 'Open Sans', sans-serif;
   font-size: 15px;
   color: #777777;
   font-style: italic;
   height: 26px;
   margin-bottom: 5px;
   box-sizing: border-box;
}







/* BUTTONS */
.button {
   border-radius: 5px 5px 5px 5px;
   border: none;
   height: 43px;
   line-height: 40px;
   font-family: 'Open Sans', sans-serif;
   font-size: 15px;
   font-weight: normal;
   color: #ffffff;
   padding: 0px 15px;
   cursor: pointer;
   transition: all 0.3s ease-in-out 0s;
   text-align: center;
}
.button a {
   display: block;
   border: 0px solid;
}
.button_orange {
   background-color: #f49500;
   background: -webkit-linear-gradient(#f49500, #f49500); /* For Safari */
   background: -o-linear-gradient(#f49500, #f49500); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#f49500, #f49500); /* For Firefox 3.6 to 15 */
   background: linear-gradient(#f49500, #f49500); /* Standard syntax */
}
.button_green {
   background-color: #14B91A;
   background: -webkit-linear-gradient(#14B91A, #14B91A); /* For Safari */
   background: -o-linear-gradient(#14B91A, #14B91A); /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#14B91A, #14B91A); /* For Firefox 3.6 to 15 */
   background: linear-gradient(#14B91A, #14B91A); /* Standard syntax */
}
.button_blue {
    background-color: #00b4e9;
    background: -webkit-linear-gradient(#00b4e9, #00b4e9);
    background: -o-linear-gradient(#00b4e9, #00b4e9);
    background: -moz-linear-gradient(#00b4e9, #00b4e9);
    background: linear-gradient(#00b4e9, #00b4e9);
    color: #ffffff;
}
.button_white {
    background-color: #fff;
    color: #333;
    border: 1px solid #00b4e9;
}





.dropdown_filialen {
    overflow: hidden;
    padding-left: 15px;
}
.dropdown_filialen li {
    font-size: 14px;
    line-height: 28px;
    padding-top: 5px;
}

/* Footer mailing */
.mailing {
    margin: 20px 0;
    padding: 15px;
    text-align: center;
}

/* ZOEKEN */
#zoek_resultaten {
    width: 100%;
    padding: 20px 0;
}

#zoek_resultaten .deal {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 20px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px dashed #333;
}

#zoek_resultaten .deal h3 {
    color: #00b4e9;
    display: list-item; /* voegt de bullet point toe aan de h3 */
}
#zoek_resultaten .deal h3::marker { /* stijl van de bullet point (verander de kleur) */
    color: #333;
}

#zoek_resultaten .deal .meer_deals_link {
    color: #00b4e9;
}

.categorieen_wrapper h2 {
    border-top: 1px dashed #333;
    padding-top: 10px;
}

.melding {
    padding: 20px;
    background-color: #D5EFF7;
    border: 2px solid #A4D7F0;
}

/* MAILING FOOTER */
#mailing .sfeer_foto {
    float: right;
    width:45%;
    margin: 0px 0px 0px 10px;
    max-width: 300px;
}

/* VERLOPEN DEALS */
.background_opacity {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #333;
    margin-top: -15px;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    z-index: 999;
    left: 0px;
    top: 0px;
}


.verlopendeal_check {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    height: 200px;
    background-color: #f2f2f2;
    text-align: center;
    z-index: 999;
}

.verlopendeal_check .padding {
    padding: 20px;
}
.verlopendeal_check .close_button {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 25px;
    cursor: pointer;
}
.verlopendeal_check h4 {
    font-size: 30px;
}
.verlopendeal_check .fa-thumbs-up, .verlopendeal_check .fa-thumbs-down {
    font-size: 70px;
    padding: 20px;
    margin-top: 10px;
    border: 1px solid transparent;
    cursor: pointer;
}
.verlopendeal_check .fa-thumbs-up:hover, .verlopendeal_check .fa-thumbs-down:hover {
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #fff;
}
.verlopendeal_check .fa-thumbs-up {
    margin-right: 40px;
    color: green;
}
.verlopendeal_check .fa-thumbs-down {
    color: red;
}

.verlopendeal_check .abutton,
.verlopendeal_check .abutton:hover {
    cursor: pointer;
    border-bottom: 0px!important;
    text-decoration: none!important;
}