/* retina */
@media (-webkit-min-device-pixel-ratio: 2) {
}



/* > phone */

@media (min-width: 768px) { 
}



/* tablet portrait */

@media (min-width: 768px) and (max-width: 991px) {
    .palette-color { width: 48%; }

    #page-header { height: 256px; }

    .not-recognized-warning-text {
        margin-top: 130px;
    }

    .header-img {
        height: 256px;
        overflow: hidden;
        position: absolute;
        width: 100%;
        z-index: 0;
    }

    .header-img:before { background-position: -240px center; }

    .owl-theme .owl-controls { top: 260px; }

    h1 { font-size: 26px; }

    h2 { font-size: 20px; }

    .navbar-header { margin-left: 10px; }

    .erkend {
        left: 0px;
        top: 30px;
        width: 120px;
    }

    .module h3 { font-size: 16px; }

    .cijfers .wrapper-cijfers .number { left: 240px; }

    .cijfers .wrapper-cijfers > .bar { left: 140px; }
}




/* tablet landscape */

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-header {
        float: none;
        margin-left: 40px;
    }

    .erkend {
        left: 0px;
        top: 30px;
        width: 120px;
    }
}




/* widescreen */

@media (min-width: 1199px) and (max-width: 1275px) {
}




/* phone */

@media (max-width: 767px) {

    .palette-color {
        width: 48%;
    }

    .row > .item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sidemenu.open {
        height: auto;
        width: 100%;
    }

    .sidemenu .content {
        height: auto;
        margin-left: -100%;
        padding-top: 70px;
        width: 100%;
    }

    .sidemenu ul.menu li {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .sidemenu ul.copyright { display: inline-block; }

    h1 { font-size: 26px; }

    h2 { font-size: 20px; }

    #page-header { height: 206px; }

    .not-recognized-warning-text {
        margin-top: 60px;
    }

    .header-img { height: 206px; }

    .header-img:before { display: none; }

    .header-img .img-responsive {
        max-width: initial;
        width: 790px;
    }

    .header-img .item {
        background-image: url('Images/image-header01-mobile.jpg');
        background-position: left center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 260px;
    }

    .owl-carousel { height: 240px; }

    #owlheader .item img { height: auto; }

    .erkend {
        left: 20px;
        position: absolute;
        top: 25px;
        width: 100px;
    }

    .cijfers {
        background-color: transparent;
        border-radius: 0px;
        position: relative;
        text-align: left;
    }

    .cijfers .wrapper-cijfers {
        height: 35px;
        position: relative;
    }

    .cijfers .wrapper-cijfers .title {
        position: absolute;
        width: 130px;
    }

    .cijfers .wrapper-cijfers .number { left: 210px; }

    .cijfers .wrapper-cijfers .bar { left: 110px; }

    
    .bottom { margin-bottom: 20px; }

    #nav ul li.active, #nav ul li.homeNav { display: none; }

    #nav ul li { padding: 0 20px; }

    #palette-color-container {
        margin-left: 3px;
        margin-top: 10px;
    }    
}

/*My Bootstrap*/

@media (max-width: 340px) {
    .col-xxs-mb { margin-bottom: 10px; }
}

@media (max-width: 500px) {
    .popover .review .number {
        left: 115px !important;
        top: 24px;
    }

    .popover .review .bar {
        left: 0px;
        margin-bottom: 15px;
        top: 25px;
    }

    .beoordeling .popover .tooltip-inner.transparant-tooltip.review {
        padding-right: 60px
    }

    .popover .review .wrapper-cijfers { height: 50px; }
}

@media (max-width: 400px) {
    .beoordeling .popover.left { margin-left: -38px; }
}

@media (max-width: 460px) and (min-width: 400px) {
    .beoordeling .popover.left { margin-left: -29px; }
}


@media (max-width: 550px) and (min-width: 460px) {
    .beoordeling .popover.left { margin-left: -20px; }
}


@media (max-width: 600px) and (min-width: 550px) {
    .beoordeling .popover.left { margin-left: -10px; }
}

@media (max-width: 700px) and (min-width: 600px) {
    .beoordeling .popover.left { margin-left: 0px; }
}

@media (max-width: 768px) and (min-width: 700px) {
    .beoordeling .popover.left { margin-left: 10px; }
}

@media (max-width: 992px) and (min-width: 768px) {
    .beoordeling .popover.left { margin-left: -22px; }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .beoordeling .popover.left { margin-left: -30px; }
}

@media (min-width: 1200px) {
    .beoordeling .popover.left { margin-left: -20px; }
}

@media(min-width: 992px) {
    .selected-color-text {
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    #logo-colors {
        overflow: visible;
    }

    #palette-color-container { margin-top: 10px; }

    .palette-color { height: 60px; }

    .selected-color { height: 120px; }

    #logo-image-container .add-image-image-container { max-width: 250px; }

    .picture-button-form-container { height: 100px; }

    .picture-button-form-container .form-group { width: 100%; }

    #logo-image-buttons {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }
}


@media(max-width: 727px) {


    #cropper-buttons {
        justify-content: center;
    }
}

@media(max-width:454px) or (max-height: 510px) {
    #imageModal .footerModalMessage {
        display: none;
    }
}