﻿h1 {
    font-size: 1.5rem;
}
@media (min-width: 768px) {
    h1 {
        font-size: 2rem;
    }
}
h2 {
    font-size: 1.5rem;
}
@media (min-width: 768px) {
    h2 {
        font-size: 1.8rem;
    }
}
h3 {
    font-size: 1.3rem;
}
@media (min-width: 768px) {
    h3 {
        font-size: 1.5rem;
    }
}
h4 {
    font-size: 1rem;
}
@media (min-width: 768px) {
    h4 {
        font-size: 1rem;
    }
}
body {
    color: #075083;
    padding-top:130px;
}
.toppaddingless {
    padding-top: 60px;
}
.toppadding {
    padding-top: 80px;
} 
.bodycontent {
    /*padding-top: 90px;*/
}
.popover {
    max-width: 100%;  /*Max Width of the popover (depending on the container!) */
}
.cborubriekmenu {
    border-color: rgb(206, 212, 218) !important;
}
.text-body {
    color: #075083 !important;
}

.mkw-navbar-bottom-border {
    border-bottom: 1px solid #348CCB;
}
.mkw-logoborder {
    top: 29px;
    left: -1px;
}
.mkw-logo-bg {
    background-color: #F8F9FA !important;
    border-left: 1px solid #348CCB;
    border-right: 1px solid #348CCB;
    height: 55px;
    width: 165px;
    border-bottom: 1px solid #348CCB;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mkw-logo {
    top: -20px;
}
.mkw-logo-content {
    background-color: #F8F9FA !important;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 163px;
}
.mkw-brandspace {
    width: 80px;
}

.listrubrieken {
    margin: 0px;
    padding: 0px;
}
/* links*/
.navbar-light .navbar-nav .nav-link {
    color: #348CCB;
}
    .navbar-light .navbar-nav .nav-link:hover {
        color: #FF9800;
    }
a {
    color: #075083;
}
    a:hover {
        color: #FF9800;
    }
.bgimg {
    position: fixed;
    background-size: cover;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index:-1;
}
.bgvideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
h1 {
    text-shadow: 1px 1px #FFFFFF;
}
.whiteshadow {
    text-shadow: 1px 1px #FFFFFF;
}
.breadcrumb {
    font-weight: bold;
    text-shadow: 1px 1px #FFFFFF;
}
.zoomimage {
    font-size: 28px;
    position: absolute;
    bottom: 0px;
    right: 5px;
    z-index: 3;
}
h2 {
    text-shadow: 1px 1px #FFFFFF;
}
h3 {

    text-shadow: 1px 1px #FFFFFF;
}
h4 {
    text-shadow: 1px 1px #FFFFFF;
}
/*footer*/
.footer {
    position: relative;
    background-color: #F8F9FA;
    border-top: 1px solid #348CCB;
}

.loadnext {
    width:100%;
    height:100px;
}

/*buttons*/
.bluebuttonhover:hover {
    background-color: #348CCB;
    color: white;
}

/* card header */
.bluecardheader {
    background-color: #348CCB;
    color: white;
}

/* product card */
.productcardholder {
    overflow: hidden;
}
.productcard_original {
    height: 430px;
    cursor: pointer;
}
.productcard {
    height: 345px;
    cursor: pointer;
}
.productcard_large {
    height: 710px;
    cursor: pointer;
}
.productcardedit {
    height: 485px !important;
    cursor: pointer;
}
.productcard_inner {
    position: relative;
    height: 410px;
}
.productcard_inneredit {
    position: relative;
    height: 370px !important;
}
.productcard_price_original {
    position: absolute;
    bottom: 0px;
}
.productcard_price {
    position: absolute;
    bottom: 10px;
}
.productcard_price_edit {
    position: absolute;
    bottom: 30px;
}
.no-overflow {
    overflow:hidden;
}
.padding10 {
    padding:10px;
}
.productcard_original .productimage {
    transition: all .3s ease-in-out;
}
.productcard_original:hover .productimage {
    transform: scale(1.05);
}
.productcard .productimage {
    transition: all .3s ease-in-out;
}

.productcard:hover .productimage {
    transform: scale(1.05);
}
.productimage {
    /*margin-top: 1px;*/
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.productimage_small {
    /*margin-top: 1px;*/
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.productimage_large {
    height: 600px !important;
}

.clickable {
    cursor: pointer;
}
.list-group-hover:hover {
    background-color: #F5F5F5 !important;
}
.own-message {
    background-color: rgba(220, 248, 198, 0.7);
}
/* trending flipcard */
.flipcard {
    cursor: pointer;
    height: 87px;
}
.trendingimage {
    width: 100%;
    height:87px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* aanbieder cards */
.aanbiedercard {
    height: 300px;
}

/* margins and paddings */
.nomarginnopadding {
    margin: 0px; 
    padding: 0px;
}
.nomarginsmallpadding {
    margin: 0px;
    padding: 5px;
}
.x-small {
    font-size:0.7em;
}
/* colors */
.color1 {
    color: #075083;
}
.color2 {
    color: #348CCB;
}
.color3 {
    color: #42B0FF;
}
.colorhighlight {
    color: #FF9800;
}
.ekko-lightbox-nav-overlay {
    justify-content: space-between;
}
.ekko-lightbox-nav-overlay a {
    flex: 0 !important;
}
.producteditbutton {
    position: absolute;
    bottom: 0px;
    height: 100px
}
.producttextbadge {
    position: absolute;
    z-index: 9
}
.producttopbadge {
    position: absolute;
    z-index: 9;
    top: 5px;
    left: 5px;
}
.producttopbadge-r {
    position: absolute;
    z-index: 9;
    top: 5px;
    right: 5px;
}




/*.producttitle {
    width: 100%;
    height: 50px;*/
    /*line-height: 25px;*/
    /*word-break: break-all;*/
    /*background-color: skyblue;*/
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;*/
    /*-ms-box-orient: vertical;*/
    /*box-orient: vertical;*/
    /*-webkit-line-clamp: 5;*/
    /*-moz-line-clamp: 5;*/
    /*-ms-line-clamp: 5;*/
    /*line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;*/
    /*width: 100%;
    max-height: 50px;
    overflow: hidden;
    white-space: pre-wrap;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
/*}*/

.producttitle {
    position: relative;
    height: 50px;
    overflow: hidden;
}

    .producttitle:after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 1.2em; /* Just use multiples of the line-height */
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
    }

/* Now add in code for the browsers that support -webkit-line-clamp and overwrite the non-supportive stuff */
@supports (-webkit-line-clamp: 2) {
    .producttitle {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .producttitle:after {
            display: none;
        }
}

.koopwaarlist-grid {}
.koopwaarlist-grid-sizer, .koopwaarlist-item {
    /*2 kolommen*/
    width: 50%;
    padding: 10px;
}
.koopwaarlist-item-width2x {
    /*1 kolom*/
    width: 100% !important;
}
.koopwaarlist-item-width2x_landscape {
    /*1 kolom*/
    width: 100% !important;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .koopwaarlist-grid-sizer, .koopwaarlist-item {
        /*2 kolommen*/
        width: 50%;
        padding: 10px;
    }

    .koopwaarlist-item-width2x {
        /*1 kolom*/
        width: 100% !important;
    }
    .koopwaarlist-item-width2x_landscape {
        /*1 kolom*/
        width: 100% !important;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .koopwaarlist-grid-sizer, .koopwaarlist-item {
        /*3 kolommen*/
        width: 33.333%;
        padding: 10px;
    }

    .koopwaarlist-item-width2x {
        /*2 kolommen*/
        width: 66.666% !important;
    }
    .koopwaarlist-item-width2x_landscape {
        /*1 kolommen*/
        width: 100% !important;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .koopwaarlist-grid-sizer, .koopwaarlist-item {
        width: 25%;
        padding: 10px;
    }

    .koopwaarlist-item-width2x {
        width: 50% !important;
    }
    .koopwaarlist-item-width2x_landscape {
        width: 75% !important;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .koopwaarlist-grid-sizer, .koopwaarlist-item {
        width: 20%;
        padding: 10px;
    }

    .koopwaarlist-item-width2x {
        /*3 kolommen*/
        width: 40% !important;
    }
    .koopwaarlist-item-width2x_landscape {
        width: 60% !important;
    }

}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .koopwaarlist-grid-sizer, .koopwaarlist-item {
        /*6 kolommen*/
        width: 16.666%;
        padding: 10px;
    }

    .koopwaarlist-item-width2x {
        /*3 kolommen*/
        width: 33.333% !important;
    }
    .koopwaarlist-item-width2x_landscape {
        width: 50% !important;
    }

}
.mijnkoopwaarlist-grid {
}

.mijnkoopwaarlist-grid-sizer, .mijnkoopwaarlist-item {
    /*2 kolommen*/
    width: 100%;
    padding: 10px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .mijnkoopwaarlist-grid-sizer, .mijnkoopwaarlist-item {
        /*2 kolommen*/
        width: 50%;
        padding: 10px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .mijnkoopwaarlist-grid-sizer, .mijnkoopwaarlist-item {
        /*3 kolommen*/
        width: 50%;
        padding: 10px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .mijnkoopwaarlist-grid-sizer, .mijnkoopwaarlist-item {
        width: 33.333%;
        padding: 10px;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .mijnkoopwaarlist-grid-sizer, .mijnkoopwaarlist-item {
        width: 25%;
        padding: 10px;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .mijnkoopwaarlist-grid-sizer, .mijnkoopwaarlist-item {
        /*4 kolommen*/
        width: 25%;
        padding: 10px;
    }
}