/*** COMMON CSS ***/
html, body {
    margin:0;
    padding:0;
    height:100%;
    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    color: #333;
    background: #f2f2f2;
    line-height: 1.7;
    letter-spacing: 0;
}

img {
    border:0;
    max-width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

h1, h2, h3, h4, h5 {
    margin-bottom: 0.75rem;
    padding:0;
    line-height:normal;
    width:100%;
    color:#000999;
    font-weight: 600;
}

h1 small, h2 small, h3 small, h4 small, h5 small {
    font-weight: normal;
}

a {
    color:#dd4890;
    text-decoration: none;
}

a:hover, a:focus, a:active,
button:hover, button:focus, button:active {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

hr {
    margin: 3rem 0;
    border: 0;
    border-top: 2px solid #ddd;
}

.mt-4 {
    margin-top: 2rem !important;
}

.btn-primary {
    background-color: #dd4890;
    border-color: #dd4890;
}

.btn-primary:hover {
    background-color: #cc4890;
    border-color: #cc4890;
}

.btn-primary:focus, .btn-primary:active {
    background-color: #bb3978 !important;
    border-color: #bb3978 !important;
}

.btn-secondary {
    background-color: #dd4890;
    border: 0;
    border-radius: .25rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s all;
    padding: 0.6rem 0.75rem;
}

.btn-secondary:hover {
    background-color: #cc4890;
    border-color: #cc4890;
}

.btn-secondary:focus, .btn-secondary:active {
    background-color: #bb3978 !important;
    border-color: #bb3978 !important;
}

br.cl {
    clear:both;
    margin-top:-1.2em;
    font-size:0;
}

table thead {
    background: #6169b1;
    color: #fff;
    font-weight: 600;
}

table .small-column {
    white-space: nowrap;
    width: 1px;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #dce6f1;
}

.img-shadow {
    box-shadow: 2px 2px 4px 2px #ddd;
}

.center {
    text-align: center;
}

.indent {
    margin-left:40px;
}

.border-radius-25 {
    border-radius: .25rem;
}

.color-pink {
    color:#dd4890 !important;
}

.color-blue {
    color:#000999 !important;
}

.bg-inherit {
    background-color: #bb3978;
    background: linear-gradient(90deg, #c84182, #bb3978);
}

.bg-inverse {
    background-color: #000999;
    background: linear-gradient(90deg, #000999, #0c095e);
}

.bg-inverse h2, .bg-inverse p, .bg-inherit h2, .bg-inherit p {
    color: #fff;
}

.bg-white-float {
    background: #fff;
    box-shadow: 2px 2px 4px 2px #ddd;
    overflow: visible;
    padding: 3rem 4rem;
    margin: 2rem auto 0;
    border-radius: .25rem;
}

.bg-light-blue-float {
    background: #D9DAF0;
    box-shadow: 2px 2px 4px 2px #CFD0EA;
    overflow: visible;
    padding: 3rem 4rem;
    margin: 2rem auto 0;
    border-radius: .25rem;
}

.bg-light-blue {
    background: #D9DAF0;
}

.bg-pink {
    background: #f1a9d0;
}

.box-shadow {
    box-shadow: 2px 2px 4px 2px #ddd;
}

.float-right-img {
    float: right;
    max-width: 100%;
    width: 400px;
    margin: 15px 0 15px 15px;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 6.5rem;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    z-index: 1;
    margin-left: 5px;
}

.tooltip::before, .tooltip::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    background-color: rgba(0,0,0,0.1);
    height: 2px;
    left: 0;
    pointer-events: none;
}

.tooltip::after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.5s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.3, 0.4, 0.1, 1);
    transform-origin: left;
    background-color: #000999;
}

.tooltip:hover::after {
    transform: scaleX(1);
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #D9DAF0;
    color: #333;
    text-align: center;
    padding: 5px;
    border-radius: .25rem;
    border: 1px solid #333;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 2;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#main {
    padding-top: 75px; /* Header height */
    margin:0 auto;
    width:100%;
    min-height:100%;
    position:relative;
    float:left;
}

.page-title {
    margin-top: 2rem;
    margin-bottom: 0;
    text-shadow: 2px 2px 5px #ccc;
    color:#dd4890;
}

.fa-check {
    color: green;
}

.fa-ul {
    color: #333;
}

.fa-ul .fa-li {
    display: list-item;
    line-height: 1.5rem;
}

.cta-button {
    padding: 0.5rem;
    background: transparent !important;
    display: flex;
    justify-content: center;
    height: 100%;
}

.cta-button button {
    border: 3px solid #fff;
    border-radius: .25rem;
    text-transform: uppercase;
    height: 100%;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    transition: 0.3s all;
    padding: 0.8rem 0.5rem;
    background: #c84182;
    color: #fff;
}

.cta-button button:hover {
    background: #dd4890;
}

.cta-button button:focus,
.cta-button button:active {
    color: #fff;
    border-color: #fff;
    box-shadow: inset 2px 2px 5px #911f56;
    margin-top: 0;
    background: #bb3978;
}

#ctaHeader {
    /*top: 4.5rem;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 2px 2px 4px 2px #CFD0EA;
    z-index: 99;
}

#ctaHeader .fa-times {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    text-shadow: 1px 1px 1px #000999;
    z-index: 99;
}

#ctaHeader h5 {
    margin: auto 1rem auto auto;
}

#ctaHeader #openFormBtn {
    margin: auto auto auto 1rem;
}

/*** HEADER ****/
header {
    width:100%;
    box-shadow: 1px 1px 4px 1px #911f56;
}

header nav {
    height: 75px;
    font-size: 0.9rem;
}

nav .navbar-brand {
    padding-top: 0;
    width: 40%;
}

nav .navbar-brand img {
    width: auto;
    max-height: 70px;
}

nav .navbar-nav .nav-item {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

nav .navbar-nav .nav-item.no-stretch {
    flex-grow: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

nav .navbar-nav .nav-item.no-stretch .nav-link {
    padding: 1rem 1.25rem;
}

nav .navbar-nav .nav-item .nav-link {
    position: relative;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    display: flex;
    width: 100%;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1rem;
}

header nav .navbar-nav .nav-item .nav-link:hover,
header nav .navbar-nav .nav-item .nav-link:focus,
header nav .navbar-nav .nav-item .nav-link:active {
    background: #dd4990;
    color: #fff;
}

nav .navbar-nav .nav-item .nav-link span, nav .navbar-nav .nav-item .nav-link img {
    margin: auto 0;
}

header nav .navbar-nav .nav-item .nav-link img {
    max-width: 24px;
}

header nav .navbar-nav .dropdown-toggle:after {
    margin: auto 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: 0;
}

header nav .navbar-nav .dropdown:hover>.dropdown-menu, header nav .navbar-nav .dropright:hover>.dropdown-menu {
    display: block;
}

header nav .navbar-nav .dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
}

nav .navbar-nav .dropdown .dropdown-menu .dropdown-item, nav .navbar-nav .dropdown .dropdown-menu .dropdown-toggle {
    justify-content: left;
    font-size: 0.95rem;
}

nav .navbar-nav .dropdown .dropdown-menu .dropdown-item a {
    padding: 0.5rem 0.75rem;
}

.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    padding: .25rem .5rem;
}

.usp-header-bar {
    z-index: 100;
    position: sticky;
}

.usp-header-bar .fa-check {
    line-height: 20px;
}

/*** JSSOR SLIDER ****/
#jssor_container {
    height: 450px;
}

#jssor_1, #jssor_2, #jssor_container {
    width: 100% !important;
}

#jssor_1 div, #jssor_2 div, #jssor_container div {
    width: 100% !important;
    height: 100% !important;
}

#jssor_1 img, #jssor_2 img {
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100% !important;
    width: auto !important;
    max-width: 100% !important;
}

/*** HOME ****/
.home .main-title {
    color:#dd4890;
}

.banner-content {
    display: flex;
    justify-content: center;
    background: #fff;
    box-shadow: 0 2px 5px #ddd;
    height: 700px;
    position: relative;
}

.banner-content .container {
    padding: 5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner-content .banner-block {
    background: rgba(217,218,240,.85);
    box-shadow: 2px 2px 4px 2px rgba(217,218,240,.85);
    padding: 2.5rem 2rem;
}

.banner-content .banner-block ul {
    list-style: none;
}

.banner-content .banner-block ul li {
    transition: .3s transform;
}

.banner-content .banner-block ul a:hover li {
    transform: translateX(10px);
}

.banner-content .banner-block ul li:before {
    content: url("/images/icons/arrow-right.svg");
    /*font-family: FontAwesome;*/
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    vertical-align: middle;
    line-height: 1.2rem;
    padding-right: 5px;
}

.banner-details {
    background:url('/images/image-shadow.png') no-repeat center 0;
}

.home .home-reseller-block {
    background: #D9DAF0;
    display: grid;
}

.home .add-address-gif {
    background:#fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.home .add-address-gif img {
    /*width: 75%;*/
}

/*** PAGES ****/

/*** ASSORTMENT ****/

/*** HOE WIJ WERKEN ****/
.hoe-wij-werken a {
    float: left;
    width: 100%;
    transition: 0.25s all;
    bordfer-radius: .25rem;
}

.hoe-wij-werken img {
    background: #fff;
}

.hoe-wij-werken .bg-white-float {
    transition: .3s all;
}

.hoe-wij-werken a:hover .bg-white-float {
    transform: translate(-5px, -5px);
}

.hoe-wij-werken .col-1 {
    border-left: 2px solid #ddd;
}

/*** FOTOGRAFIE ****/
.fotografie .txt-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.fotografie table .table td, .fotografie table .table th {
    padding: .75rem;
}

.fotografie .table-bordered td, .fotografie .table-bordered th {
    border: 1px solid #333;
}

.fotografie table .tooltip {
    position: absolute;
}

/*** RESELLER ****/
.reseller h2 {
    color: #dd4890;
}

.reseller label {
    font-size: 1rem;
}

.reseller .form-group>label {
    font-weight: 600;
    margin: auto;
}

@media screen and (min-width: 576px) {
    .reseller label {
        text-align: right;
    }
}

.reseller .form-check {
    display: flex;
    flex-direction: row;
}

.reseller .form-check label {
    margin: .25rem 0;
}

.reseller form input:focus, .reseller form textarea:focus, .reseller form select:focus {
    background: #D9DAF0;
    border: 0;
}

.reseller form input, .reseller form textarea, .reseller form select {
    font-size: 1rem;
    border: 0;
    border-radius: .25rem;
    background: #D9DAF0;
    padding: .5rem 1rem;
    height: auto;
}

.reseller form span.required {
    color: red;
}

.reseller-form {
    /*display: none;*/
}

.reseller .call-me-back {
    border-radius: 120px;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0 5px 2px #d2d2d2;
}

.reseller .call-me-back img {
    width: 36%;
    border-radius: 50%;
    box-shadow: 2px 2px 5px 2px #ccc;
}

.reseller .call-me-back h5 {
    width: 64%;
    margin: auto;
    padding: 0 20px;
    color: #dd4890;
    line-height: 1.7;
    display: flex;
    flex-direction: column;
}

.reseller .call-me-back h5 img {
    width: 24px;
    margin-right: 5px;
}

.reseller .call-me-back h5 small {
    color: initial;
}

.reseller .right-column .call-me-back {
    display: block;
}

.reseller .call-me-back div.d-flex {
    position: absolute;
}

.reseller .Registration-steps {
    width: 85%;
    margin-left: 7.5%;
}

/*** LEVERING ****/
.levering img {
    width: 275px;
    display: block;
    margin: auto;
}

/*** OVER ONS ****/
.over table {
    letter-spacing: 0;
}

/*** FOOTER ****/
footer {
    width:100%;
    float:left;
    color:#6b6b6b;
    position:absolute;
    bottom:0;
    background: #fff;
    box-shadow: 2px 2px 4px 2px #ddd;
}

footer .col-12 {
    display: grid;
}

footer .footer-content {
    padding: 3rem 15px;
}

footer h5 {
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

footer .nav-item .nav-link {
    padding: 0;
}

footer a img {
    margin-top: -0.25rem;
}

footer .footer-bar {
    color: #fff;
    font-size: 0.8rem;
}

footer .footer-bar a {
    color: #fff;
}

.info-form {
    display: none;
}

.info-form .form-check {
    display: flex;
    flex-direction: row;
}

.info-form .col-form-label {
    margin: .25rem 0;
    color: #fff;
    font-weight: 600;
    text-align: right;
}

.info-form input:focus, .reseller textarea:focus, .reseller select:focus {
    background: #D9DAF0;
    border: 0;
}

.info-form input, .reseller textarea, .reseller select {
    font-size: 1rem;
    border: 0;
    border-radius: .25rem;
    background: #fff;
    padding: .5rem 1rem;
    height: auto;
}

@media screen and (min-width: 992px) {
    .h-lg-100 {
        height: 100%;
    }

    header nav .navbar-nav .nav-item.active {
        background: #bb3978 !important;
        box-shadow: inset 2px 2px 5px #911f56;
    }
}

@media screen and (min-width: 1216px) {
    .container {
        max-width: 1152px;
        width: 1152px;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1344px;
        width: 1344px;
    }
}

@media screen and (min-width: 1500px) {
    #jssor_1 img, #jssor_2 img {
        width: auto !important;
        height: auto !important;
    }
}

@media screen and (max-width: 1199px) {
    nav .navbar-brand {
        width: auto;
    }

    .bg-light-blue {
        padding: 1.5rem !important;
    }

    table .bg-light-blue, table td, table th {
        padding: .5rem !important;
    }

    .bg-white-float, .bg-light-blue-float {
        padding: 1.5rem !important;
        margin: 2rem auto 0 !important;
        border-radius: .25rem;
    }
}

@media screen and (max-width: 991px) {
    #main {
        padding-top: 60px;
    }

    body {
        font-size: .9rem;
    }

    .cta-button button {
        padding: .25rem .5rem;
    }

    .float-right-img {
        width: 300px;
    }

    nav .navbar-collapse .dropdown .dropdown-menu {
        max-height: 175px;
        overflow-y: scroll;
        box-shadow: inset 0 0 4px 2px #a62965;
    }

    nav .navbar-collapse {
        position: absolute;
        background: #c84182;
        height: auto !important;
        top: 65px;
        width: 100%;
    }

    nav .navbar-collapse .navbar-nav {
        height: auto !important;
    }

    nav .navbar-nav .nav-item {
        display: block;
    }

    header nav {
        height: 65px;
    }

    nav .navbar-brand img {
        max-height: 60px;
    }

    header nav .navbar-nav .nav-item.active {
        background: #dd4890 !important;
    }

    nav .navbar-collapse .navbar-nav .nav-link {
        padding: .75rem 1rem;
    }

    nav .navbar-collapse .navbar-nav .dropdown-menu {
        background: #bb3978;
    }

    .banner-content {
        height: 450px;
    }

    .banner-content #jssor_1 {
        display: none;
    }

    .home .banner-content .container {
        padding: 3rem 1.5rem;
    }

    .home .banner-details {
        background: none;
    }

    .home .banner-details img {
        display: none;
    }

    .home .bg-inherit img {
        width: 100%;
    }

    .home .add-address-gif img {
        width: 100%;
    }

    .reseller .Registration-steps {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    h1 {font-size: 2rem !important;}
    h2 {font-size: 1.75rem !important;}
    h3 {font-size: 1.5rem !important;}
    h4 {font-size: 1.35rem !important;}
    h5 {font-size: 1.2rem !important;}
    .bg-light-blue {
        padding: 1.5rem;
    }

    .bg-white-float, .bg-light-blue-float {
        padding: 1.5rem 1rem !important;
        margin: 2rem auto 0 !important;
        border-radius: .25rem;
    }

    .float-right-img {
        width: 80%;
        margin: 1.5rem 10%;
    }

    #jssor_container {
        height: 450px !important;
    }

    nav .navbar-collapse {
        max-height: 450px;
        overflow: scroll;
    }

    header nav .cta-button {
        width: 40%;
    }

    header nav .cta-button button {
        font-size: .7rem;
        width: auto;
    }

    nav .navbar-brand {
        float: left;
        width: 40%;
        margin: -0.175rem auto 0;
        padding: 0;
    }

    .banner-content {
        background-image: none;
    }

    .levering img {
        width: 80%;
        margin: auto 10%;
        float: left;
    }

    .vidvd img, .vidvd video {
        width: 100%;
    }

    .fotografie .img-block img {
        max-width: 75%;
    }

    .fotografie .txt-block {
        min-height: auto !important;
    }
}

@media screen and (max-width: 575px) {
    .banner-content {
        height: 450px;
    }

    .banner-content .banner-block {
        padding: 2rem 1.5rem;
    }

    #ctaHeader #openFormBtn {
        width: 100%;
        margin-top: 1rem !important;
    }

    #ctaHeader h5 {
        text-align: center;
    }

    .call-me-back.bigger {
        display: none !important;
    }

    .reseller .call-me-back.float-left {
        display: none !important;
    }

    .reseller .call-me-back h5 {
        line-height: normal;
    }

    .info-form .col-form-label {
        text-align: left;
    }

    .fotografie table .tooltip {
        right: 0;
    }
}

@media screen and (max-width: 450px) {
    #jssor_container {
        height: 400px !important;
    }
}