body {
    background-color: #fafafa;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

body.sidelock { overflow: hidden; }

body.toplock { overflow: hidden; }

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

a:hover {
    color: #e51f29;
    text-decoration: underline;
}

/* buttons */

.btn {
    font-size: 13px;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}

.btn-default {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    background-color: #af1016;
    border-color: #af1016;
    color: #fff;
    cursor: pointer;
    transition: all 250ms ease-out;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:hover {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    background-color: #fff;
    border-color: #af1016;
    color: #af1016;
    cursor: pointer;
    transition: all 250ms ease-out;
}


/* typografie */

h1 {
    font-size: 20px;
    margin-bottom: 24px;
    margin-top: 0px;
}

h2 {
    font-size: 20px;
    margin-bottom: 24px;
    margin-top: 0px;
}


p { margin-bottom: 24px; }

a {
    color: #212121;
    text-decoration: underline;
}

strong { font-weight: 600; }

.intro > * { word-wrap: break-word; }

.signature {
    font-family: 'Nothing You Could Do', cursive;
    font-size: 24px;
}

/* navigatiebalk */

.navbar {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all 250ms ease-out;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    height: 70px;
    margin-bottom: 0px;
    padding-left: 0px;
    transition: all 250ms ease-out;
    z-index: 99999;
}

.navbar-header {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    height: 42px;
    margin-left: 0px;
    margin-top: 14px;
    transition: all 250ms ease-out;
}

.navbar-brand {
    height: 42px;
    line-height: 42px;
    margin-left: 0px !important;
    padding: 0px 0px;
}

.navbar-brand img, .col-logo img {
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    display: block;
    float: left;
    height: 42px;
    margin-left: 0px !important;
    margin-right: 20px;
    max-width: 60px;
    moz-transition: all 250ms ease-out;
    padding: 0px 0px;
    width: auto;
}



.col-logo img {
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    float: none;
    margin: 17px auto 0;
    moz-transition: all 250ms ease-out;
}

.affix .navbar-brand img, .affix .col-logo img {
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    height: 41px;
    moz-transition: all 250ms ease-out;
}

.affix .col-logo img {
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    margin-top: 4px;
    moz-transition: all 250ms ease-out;
}

.affix .navbar-brand { margin-top: -2px; }


.centeredText p {
    display: inline-block;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

a.navbar-brand .name {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    display: inline-block;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    margin-top: -14px;
    overflow: hidden;
    transition: all 250ms ease-out;
}

.affix a.navbar-brand .name {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    margin-top: 0px;
    transition: all 250ms ease-out;
}

a.navbar-brand { text-decoration: none; }

.trigger {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.trigger a {
    color: #402a2e;
    text-transform: uppercase;
}

.trigger .cd-3d-nav-trigger {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-border-radius: 18px;
    -webkit-transition: all 250ms ease-out;
    background-color: #af1016;
    border-radius: 18px;
    display: block;
    height: 35px;
    margin-top: 17px;
    overflow: hidden;
    position: relative;
    text-indent: -500px;
    transition: all 250ms ease-out;
    width: 35px;
}

.trigger .cd-3d-nav-trigger span,
.trigger .cd-3d-nav-trigger span::before,
.trigger .cd-3d-nav-trigger span::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    height: 2px;
    position: absolute;
    width: 18px;
}

.trigger .cd-3d-nav-trigger span {
    -moz-transition: background 0.1s 0.25s;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: background 0.1s 0.25s;
    -webkit-transition: all 250ms ease-out;
    left: 9px;
    top: 16px;
    transition: background 0.1s 0.25s;
    transition: all 250ms ease-out;
}

.trigger .cd-3d-nav-trigger span::before,
.cd-3d-nav-trigger span::after {
    -moz-transition: -moz-transform 0.1s 0.25s;
    -webkit-transition: -webkit-transform 0.1s 0.25s;
    content: '';
    left: 0;
    transition: transform 0.1s 0.25s;
}

.trigger .cd-3d-nav-trigger span::before { bottom: 5px; }

.trigger .cd-3d-nav-trigger span::after { top: 5px; }

.trigger.open .cd-3d-nav-trigger span { background-color: rgba(255, 255, 255, 0); }

.trigger.open .cd-3d-nav-trigger span::before,
.sidemenu.open .cd-3d-nav-trigger span::after { background-color: #fff; }

.trigger.open .cd-3d-nav-trigger span::before {
    -moz-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    -o-transform: translateY(5px) rotate(-45deg);
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

.trigger.open .cd-3d-nav-trigger span::after {
    -moz-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    -o-transform: translateY(-5px) rotate(45deg);
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
}



/* affix */

.navbar.affix {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    height: 50px;
    min-height: 50px;
    transition: all 250ms ease-out;
}

.navbar.affix .trigger .cd-3d-nav-trigger {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    height: 30px;
    margin-top: 10px;
    transition: all 250ms ease-out;
    width: 30px;
}

.navbar.affix .trigger .cd-3d-nav-trigger span {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    left: 7px;
    top: 14px;
    transition: all 250ms ease-out;
}

.navbar.affix .navbar-header {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    height: 35px;
    margin-top: 7px;
    transition: all 250ms ease-out;
}

.affix .wrapper-icons li {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    height: 30px;
    margin-top: 10px;
    transition: all 250ms ease-out;
    width: 30px;
}

.affix .wrapper-icons li.phone:after {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    left: 7px;
    top: 3px;
    transition: all 250ms ease-out;
}

.affix .wrapper-icons li.mobile:after {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    left: 11px;
    top: 3px;
    transition: all 250ms ease-out;
}

.affix .wrapper-icons li.mail:after {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    font-size: 16px;
    left: 7px;
    top: 2px;
    transition: all 250ms ease-out;
}

.affix .wrapper-icons li.url:after {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    font-size: 16px;
    left: 7px;
    top: 2px;
    transition: all 250ms ease-out;
}


/* sidemenu */

.sidemenu {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    bottom: 0;
    height: auto;
    left: -1px;
    overflow: auto;
    position: fixed;
    top: 0;
    transition: all 250ms ease-out;
    width: 1px;
    z-index: 9999;
}

.sidemenu.open { width: 351px; }

.sidemenu .content {
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
    background-color: rgba(49, 49, 49, .9);
    bottom: 0;
    padding-top: 85px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 250ms ease-out;
    width: 350px;
}

.sidemenu .content h4 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.sidemenu,
.sidemenu a {
    color: #fff;
    text-decoration: none;
}

.sidemenu ul.menu { padding: 5px 20px 5px 70px; }

.sidemenu ul.menu li {
    list-style: none;
    padding-bottom: 3px;
    padding-top: 3px;
}

.sidemenu ul.menu li a {
    color: #fff;
    line-height: 26px;
    word-break: break-all;
}

.sidemenu .menu > ul li a:hover {
    color: #00b1c1;
    text-decoration: none;
}

.sidemenu.open .content {
    margin-left: 0px;
    margin-top: 0px;
}

.sidemenu.open hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 20px;
    margin-top: 40px;
}

.sidemenu .wrapper-icons li {
    margin-top: 10px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.sidemenu .wrapper-icons li div.phone,
.sidemenu .wrapper-icons li div.mobile,
.sidemenu .wrapper-icons li div.mail,
.sidemenu .wrapper-icons li div.url {
    -webkit-border-radius: 18px;
    background-color: #af1016;
    border-radius: 18px;
    color: #fff;
    height: 35px;
    position: absolute;
    text-align: center;
    width: 35px;
}

.sidemenu .wrapper-icons li div.phone-input,
.sidemenu .wrapper-icons li div.mobile-input,
.sidemenu .wrapper-icons li div.mail-input,
.sidemenu .wrapper-icons li div.url-input {
    height: 35px;
    left: 45px;
    position: absolute;
    text-align: left;
    top: 5px;
}


.sidemenu .wrapper-icons li div.phone:after {
    color: #fff;
    content: "\f095";
    cursor: pointer;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    left: 10px;
    position: absolute;
    top: 6px;
}

.sidemenu .wrapper-icons li div.mobile:after {
    color: #fff;
    content: "\f10b";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    left: 13px;
    position: absolute;
    top: 6px;
}

.sidemenu .wrapper-icons li div.mail:after {
    color: #fff;
    content: "\f003";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    left: 8px;
    position: absolute;
    top: 5px;
}

.sidemenu .wrapper-icons li div.url:after {
    color: #fff;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
}

.sidemenu .wrapper-icons li div.url.website:after { content: "\f0ac"; }

.sidemenu .wrapper-icons li div.url.facebook:after { content: "\f09a"; }

.sidemenu .wrapper-icons li div.url.linkedin:after { content: "\f0e1"; }

.sidemenu .wrapper-icons li div.url.twitter:after { content: "\f099"; }

.sidemenu .wrapper-icons li div.url.pinterest:after { content: "\f231"; }

.sidemenu .wrapper-icons li div.url.gplus:after { content: "\f0d5"; }

/* header */

#page-header {
    height: 325px;
    margin-top: 70px;
    position: relative;
}

.header-img {
    height: 325px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 0;
}

    .header-img:not(.not-masked):before {
        background-image: url('../Content/Images/image-header-mask.png');
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 99;
    }



.not-recognized-warning-text {
    position: absolute;
    margin-top: 200px;
    z-index: 300;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    padding: 10px 5px;
    background-color: rgba(21, 21, 21, 0.6);
    -webkit-box-shadow: 0px 0px 10px 10px rgba(21,21,21,0.6);
    -moz-box-shadow: 0px 0px 10px 10px rgba(21,21,21,0.6);
    box-shadow: 0px 0px 10px 10px rgba(21,21,21,0.6);
}


.header-img.not-recognized:before {
        background-image: url('../Content/Images/image-header-mask-nieterkend.png');
    }

#owlheader .item img {
    height: auto;
    width: 100%;
}

.owl-theme .owl-controls {
    left: 50%;
    margin-left: -50px;
    margin-top: -30px;
    position: absolute;
    top: 320px;
    width: 100px;
    z-index: 99;
}

.owl-theme .owl-controls .owl-page span,
.owl-theme .owl-controls .owl-page.active span { opacity: 0.99; }


.owl-theme .owl-controls .owl-page.active span { background-color: #fff !important; }

.owl-theme .owl-controls .owl-page span {
    background: none !important;
    border: 2px solid #fff;
}

.topblock { position: relative; }

.topblocktitle {
    position: absolute;
    top: 265px;
    z-index: 999;
}

.wrapper-icons li {
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    height: 35px;
    margin-top: 17px;
    position: relative;
    text-align: center;
}

.wrapper-icons li.phone:after {
    color: #fff;
    content: "\f095";
    cursor: pointer;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    left: 10px;
    position: absolute;
    top: 6px;
}

.wrapper-icons li.mobile:after {
    color: #fff;
    content: "\f10b";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    left: 13px;
    position: absolute;
    top: 6px;
}

.wrapper-icons li.mail:after {
    color: #fff;
    content: "\f003";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    left: 8px;
    position: absolute;
    top: 5px;
}

.wrapper-icons li.url:after {
    color: #fff;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    left: 8px;
    position: absolute;
    top: 5px;
}

.wrapper-icons li.url.website:after { content: "\f0ac"; }

.wrapper-icons li.url.facebook:after { content: "\f09a"; }

.wrapper-icons li.url.linkedin:after { content: "\f0e1"; }

.wrapper-icons li.url.twitter:after { content: "\f099"; }

.wrapper-icons li.url.pinterest:after { content: "\f231"; }

.wrapper-icons li.url.gplus:after { content: "\f0d5"; }


.erkend,.logo-in-header {
    left: 83px;
    position: absolute;
    top: 30px;
    width: 140px;
}

.clientscore {
    -webkit-mask-image: url('../Content/Images/bottom-clientscore.svg');
    -webkit-mask-position: center -25px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: #af1016;
    color: #fff;
    display: inline-block;
    height: 235px;
    line-height: 20px;
    mask-image: url('../Content/Images/bottom-clientscore.svg');
    mask-position: center -20px;
    mask-repeat: no-repeat;
    mask-size: cover;
    padding-bottom: 30px;
    padding-top: 10px;
    position: relative;
    width: 175px;
}

.clientscore:before {
    background-image: url('../Content/Images/bg-clientscore.png');
    background-position: center -70px;
    background-repeat: no-repeat;
    content: "";
    height: 250px;
    left: 0px;
    opacity: 0.3;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 175px;
}


.clientscore a {
    color: #fff;
    text-decoration: underline;
}

.clientscore p.title {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.clientscore .wrapper-score {
    -webkit-border-radius: 35px;
    background-color: #fff;
    border-radius: 35px;
    color: #af1016;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    width: 70px;
}

.clientscore .score {
    font-size: 44px;
    left: 10px;
    position: absolute;
    top: 0px;
}

.clientscore .comma {
    font-size: 32px;
    left: 37px;
    position: absolute;
    top: 3px;
}

.clientscore .upper {
    font-size: 30px;
    left: 40px;
    position: absolute;
    top: -4px;
}


/* nav */

#nav {
    background-color: #af1016;
    height: 50px;
    overflow: hidden;
}

#nav ul { margin-bottom: 0px; }

#nav li a {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
}

#nav li a.active { font-weight: 600; }


/* content */

#content { margin-top: 25px; }

.left { padding-top: 18px; }

.top-menu-icons > ul,
ul.wrapper-icons { padding-left: 0px; }

.card {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    list-style: none;
    margin-bottom: 30px;
}




/* beoordelingen */

.cijfers {
    border-bottom: 2px solid #af1016;
    border-top: 2px solid #af1016;
    margin-bottom: 10px;
    padding: 30px 0px 20px 0px;
}

.cijfers .wrapper-cijfers {
    height: 35px;
    position: relative
}

.cijfers .wrapper-cijfers .title {
    position: absolute;
}

    .cijfers .wrapper-cijfers .number {
        color: rgba(177, 11, 10, 1);
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        padding-left: 5px;
        position: absolute;
        left: 220px;
        top: 4px;
    }


.cijfers .wrapper-cijfers > .bar {
    border: 1px solid rgba(177, 11, 10, 0.4);
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    height: 18px;
    position: absolute;
    width: 90px;
    left: 120px;
    top: 4px;
}

.cijfers .wrapper-score,
.beoordeling .wrapper-score {
    -webkit-border-radius: 35px;
    background-color: #af1016;
    border-radius: 35px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-weight: 400;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    position: relative;
    width: 70px;
}

.cijfers .score,
.beoordeling .score {
    font-size: 44px;
    left: 10px;
    position: absolute;
    top: 0px;
}

.cijfers .comma,
.beoordeling .comma {
    font-size: 32px;
    left: 37px;
    position: absolute;
    top: 3px;
}

.cijfers .upper,
.beoordeling .upper {
    font-size: 30px;
    left: 40px;
    position: absolute;
    top: -4px;
}

.bar-inner {
    background-color: rgba(177, 11, 10, 0.4);
    height: 100%;
    position: relative;
    transition: width 1000ms linear;
    width: 0%;
}

.bar-inner:after {
    color: #fff;
    content: attr(data-percent);
    display: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    right: 2.5%;
}

.beoordeling {
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}

.wrapper-tooltip {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}


.toggle {
    display: block;
    margin-top: -24px;
    position: relative;
    text-decoration: underline;
}

.toggle:before {
    color: #b10b0a;
    content: "Lees meer »";
    cursor: pointer;
    position: absolute;
    top: 0px;
    z-index: 0;
}

.toggle.active:before {
    color: #b10b0a;
    content: "Minder »";
    cursor: pointer;
    position: absolute;
    top: 0px;
    z-index: 0;
}

.sender {
    color: #8d8d8d;
    font-weight: 700;
    margin-top: 65px;
}

.popover {
    -webkit-background-clip: padding-box;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    background-color: #fff;
    background-color: rgba(177, 11, 10, 0.8);
    border: 0px solid #ccc;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.714285;
    max-width: 450px;
    padding: 0px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: 1060;
}

.popover-score { outline: none; }

.popover.left > .arrow:after {
    border-left-color: rgba(177, 11, 10, 0.8);
    border-right-width: 0;
    bottom: -10px;
    content: " ";
    right: 1px;
}

.popover.left > .arrow {
    border-left-color: transparent;
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%;
}

.popover-score { cursor: pointer; }

.tooltip-inner.transparant-tooltip {
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
    max-width: 400px;
    padding: 0;
    position: relative;
    text-align: left;
}

    .tooltip-inner.transparant-tooltip.review {
        padding: 0 270px 0 0;
    }

.beoordeling .popover .tooltip-inner.transparant-tooltip.review {
    padding: 0 165px 0 0;
}

.review .wrapper-cijfers {
    height: 35px;
    position: relative;
}


.review .number {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    left: 223px;
    line-height: 18px;
    padding-left: 5px;
    position: absolute;
    top: 4px;
}

.review .wrapper-cijfers.prijs .number,
.review .wrapper-cijfers.uitvoering .number { left: 222px; }

.tooltip-inner.transparant-tooltip .bar {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 1);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    height: 18px;
    left: 130px;
    position: absolute;
    top: 3px;
    width: 90px;
}


.tooltip-inner.transparant-tooltip .bar-inner {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    position: relative;
}

/* intakeform */

.intakeform {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    background-color: #cecece;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    font-size: 16px;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
}

.intakeform label {
    display: block;
    font-weight: 400;
}

.intakeform input {
    background-color: #fff;
    border-bottom: 0px;
    border-left: 0px;
    border-radius: 3px;
    border-right: 0px;
    border-top: 0px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    padding: 8px 10px 8px 10px;
    width: 100%;
}

.intakeform textarea {
    background-color: #fff;
    border-bottom: 0px;
    border-left: 0px;
    border-radius: 3px;
    border-right: 0px;
    border-top: 0px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    height: 130px;
    outline: none;
    padding: 5px 10px 5px 10px;
    width: 100%;
}

.intakeform select {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    font-weight: 400;
    padding: 5px 10px 5px 10px;
    width: 100%;
}

label.custom-select { position: relative; }

.custom-select select { padding-right: 20px; }

.intakeform .custom-select:after {
    bottom: 10px;
    color: rgba(0, 0, 0, 0.6);
    content: "\f0dd";
    cursor: pointer;
    font-family: 'FontAwesome';
    font-size: 22px;
    padding-right: 0px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 0;
}

.intakeform .wrapper-radio input {
    font-size: 14px;
    top: 2px;
    width: auto;
}

.intakeform .wrapper-contact input { margin-bottom: 20px; }

.intakeform .wrapper-contact input:last-child { margin-bottom: 0px; }

.intakeform .wrapper-attach .btn {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    padding-left: 35px;
    position: relative;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.intakeform .wrapper-attach .btn:before {
    bottom: 5px;
    color: #212121;
    content: "\f0c6";
    cursor: pointer;
    font-family: 'FontAwesome';
    font-size: 22px;
    left: 10px;
    padding-right: 0px;
    position: absolute;
    z-index: 0;
}

.intakeform .wrapper-attach .btn-file {
    overflow: hidden;
    position: relative;
}

.intakeform .wrapper-attach .btn-white {
    background-color: #fff;
    color: #212121;
    text-transform: none;
}

.intakeform .wrapper-attach .btn-file input[type=file] {
    background: red;
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

::-webkit-input-placeholder {
    -webkit-transition: padding 0.5s; /* For Safari 3.1 to 6.0 */
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    padding-left: 0;
    transition: padding 0.5s;
}

:-moz-placeholder {
    -webkit-transition: padding 0.5s; /* For Safari 3.1 to 6.0 */
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    padding-left: 0;
    transition: padding 0.5s;
}

::-moz-placeholder {
    -webkit-transition: padding 0.5s; /* For Safari 3.1 to 6.0 */
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    padding-left: 0;
    transition: padding 0.5s;
}

:-ms-input-placeholder {
    -webkit-transition: padding 0.5s; /* For Safari 3.1 to 6.0 */
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    padding-left: 0;
    transition: padding 0.5s;
}

:focus::-webkit-input-placeholder { padding-left: 5px; }

:focus:-moz-placeholder { padding-left: 5px; }

:focus::-moz-placeholder { padding-left: 5px; }

:focus:-ms-input-placeholder { padding-left: 5px; }

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-group:last-child { margin-bottom: 0px; }

.form-control {
    -webkit-border-radius: 3px;
    background-color: #fff;
    background-image: none;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    border-radius: 3px !important;
    border-right: 0px solid #fff;
    border-top: 0px solid #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 37px;
    line-height: 1.714285;
    width: 100%;
}

.has-error .help-block {
    color: #d70000;
    display: block;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 3px;
}

.has-error input,
.has-error textarea {
    -webkit-box-shadow: inset 0 0 0 2px rgba(215, 0, 0, 1);
    border: 0px solid #d70000;
    box-shadow: inset 0 0 0 2px rgba(215, 0, 0, 1);
}

/*.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1;
}*/

.btn-default.disabled:hover { color: #fff; }



/* contact */

.contact .wrapper-icons li {
    background-color: #fff;
    color: #333;
    display: block;
    margin-top: 5px;
}

.module .wrapper-icons ul { margin-top: -5px; }

.module .wrapper-icons ul li:before { display: none; }

.wrapper-icons li div.phone,
.wrapper-icons li div.mobile,
.wrapper-icons li div.mail,
.wrapper-icons li div.url {
    -webkit-border-radius: 18px;
    background-color: #af1016;
    border-radius: 18px;
    color: #fff;
    height: 35px;
    position: absolute;
    text-align: center;
    width: 35px;
}

.wrapper-icons li div.phone-input,
.wrapper-icons li div.mobile-input,
.wrapper-icons li div.mail-input,
.wrapper-icons li div.url-input {
    height: 35px;
    left: 45px;
    position: inherit;
    text-align: left;
}


.wrapper-icons li div.phone:after {
    color: #fff;
    content: "\f095";
    cursor: pointer;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    left: 10px;
    position: absolute;
    top: 6px;
}

.wrapper-icons li div.mobile:after {
    color: #fff;
    content: "\f10b";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    left: 13px;
    position: absolute;
    top: 6px;
}

.wrapper-icons li div.mail:after {
    color: #fff;
    content: "\f003";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    left: 8px;
    position: absolute;
    top: 5px;
}

.wrapper-icons li div.url:after {
    color: #fff;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    left: 50%;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.wrapper-icons li div.url.website:after { content: "\f0ac"; }

.wrapper-icons li div.url.facebook:after { content: "\f09a"; }

.wrapper-icons li div.url.linkedin:after { content: "\f0e1"; }

.wrapper-icons li div.url.twitter:after { content: "\f099"; }

.wrapper-icons li div.url.pinterest:after { content: "\f231"; }

.wrapper-icons li div.url.gplus:after { content: "\f0d5"; }

.wrapper-icons li div.url.instagram:after { content: "\f16d"; }

.wrapper-icons li div.url.whatsapp:after { content: "\f232"; }

/* aside */

.module {
    background-color: #fff;
    border-bottom: 3px solid #dedede;
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
}

.module.aangesloten img {
    border: 1px solid #ececec;
    margin-bottom: 20px;
}

img.grayscale {
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
}

img.grayscale:hover {
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
}


.module h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
}

.module ul {
    display: table;
    margin-bottom: 0px;
    padding-left: 0px;
}

.module ul li {
    display: table-row;
    list-style: none;
}

.module ul li::before {
    color: #ac1c1f;
    content: "-";
    display: table-cell;
    padding-right: 10px;
}

.module ul li a {
    color: rgba(51, 51, 51, 0.9);
    padding: 2px 0px 2px 0px;
    text-decoration: underline;
}

.gallery-item {
    height: 125px;
    margin-bottom: 20px;
    overflow: hidden;
}

.gallery-item a {
    display: block;
    max-height: 120px;
    overflow: hidden;
    width: 100%;
}

.img-gallery {
    height: 120px;
    object-fit: cover;
    width: 100%;
}

.module.aangesloten img.img-gallery {
    object-fit: contain;
}
/* owl carousel */

#owlteam {
    margin-bottom: 25px;
    margin-top: 15px;
}

#owlteam .item {
    margin-left: 5px;
    margin-right: 5px;
}

.owl-theme .owl-controls .owl-page span { background: #402a2e; }



/* pagination */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #af1016;
    border-color: #af1016;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #fff;
    border-color: #af1016;
    color: #af1016;
    z-index: 2;
}


/* footer */

footer {
    background-color: rgba(177, 11, 10, 0.05);
    margin-top: 50px;
    padding-bottom: 0px;
    padding-top: 40px;
}

footer h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: uppercase;
}

footer ul.menu {
    margin-bottom: 0px;
    padding: 0px 20px 0px 0px;
}

footer ul.menu li {
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

footer ul.menu li a {
    color: #212121;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    text-transform: uppercase;
}

footer .menu > ul li a:hover {
    color: #00b1c1;
    text-decoration: none;
}

footer hr {
    border: 0;
    border-top: 1px solid rgba(177, 11, 10, 0.1);
    margin-bottom: 20px;
    margin-top: 25px;
}

footer .copyright {
    background-color: rgba(177, 11, 10, 0.1);
    margin-top: 40px;
    padding-bottom: 25px;
    padding-top: 25px;
}

footer .copyright a {
    color: #212121;
    text-decoration: none;
}

.review-details {
    border-left-style: solid;
    border-left-width: 2px;
    padding-left: 16px;
}

.review-score > *,
.review-detail > * { display: inline-block; }

.review-score > .bar {
    border-style: solid;
    border-width: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    height: 18px;
    left: 160px;
    position: absolute;
    width: 90px;
}

.review-score > .number {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    left: 260px;
    position: absolute;
}

.review-detail > div:nth-child(2) {
    left: 160px;
    position: absolute;
}

.review-score > .no-score-text {
    font-style: italic;
    left: 160px;
    position: absolute;
}

.review-heading { margin-bottom: 36px; }


.review-general { padding-bottom: 16px; }

.review-detail > div > input {
    font-size: medium;
    height: 24px;
}

.review-content > div > textarea {
    overflow: hidden;
    resize: none;
    width: 100%;
}

.review-title { margin-top: 0; }

h3.review-title { margin-bottom: 24px; }

.review-title > div > input,
.review-name > div > input { width: 75%; }

.panel-footer { height: 56px; }

.panel-footer-updating > div { display: inline-block; }

.panel-footer-updating { vertical-align: middle; }

.panel-updating > .panel-body { background: #f0f0f0; }

.panel-updating { cursor: not-allowed; }

.simple-layout { color: white; }

.container.simple-layout > .row { margin-top: 10px; }

.description-content { margin-bottom: 10px; }

#files > .thumbnail {
    height: 200px;
    /*margin-right: 15px;*/
    max-height: 130px;
    position: relative;
}

#files .caption {
    bottom: 0;
    height: 64px;
    left: 0;
    position: absolute;
    right: 0;
}

#files .caption > p { margin-bottom: 0; }

#files .survey-file-overlay {
    display: none;
    visibility: hidden;
}

#files .show-overlay > .survey-file-overlay {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
    z-index: 1;
}

#files .show-overlay img {
    -moz-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    -ms-filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    filter: grayscale(100%);
}

#files .survey-file-overlay div.btn {
    margin: 10% auto 0 auto;
    width: 170px;
}

#files .thumbnail.show-overlay {
    background: gray;
    box-sizing: border-box;
}

#files .review-files-icon { margin-top: 16px; }

.smallpanel { margin-bottom: 23px; }

.smallpanel .panel { margin-bottom: 0px; }

.modal.large-modal  {
    margin: 0 auto;
    width: 80vw;

    /*Hide the bars*/
    overflow: hidden;
}
.modal.large-modal .modal-dialog {
    transform: translate(0, 5%); /*80% height, 10% translated*/
    height: 90vh;
    width: 80vw;
  
}

.modal.large-modal .tooltip-inner {
    min-width: 150px;
}

#cropper-buttons {
    display: flex;
    justify-items: center;
    justify-content: space-evenly;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}


.modal.large-modal .modal-dialog .modal-content {
    height: 100%;
    width: 100%;
}

#imageModal .modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    #imageModal .modal-body {
        height:90%;
    }

#imageModal .modal-footer {
    margin-top: 20px;
}

    #imageModal .btn-group {
        margin-bottom: 5px;
    }


.modal.large-modal .modal-dialog .modal-content .modal-body {
    display: flex;
    justify-content: center;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
}

.modal.large-modal .modal-dialog .modal-content .modal-body img {
    align-self: center;
    max-width: 100%;
    max-height: 100%;
}

.modal-footer {
    border: none;
    /*height: 110px;*/
    padding-top: 0;

}

#imageModal .modal-footer {
    flex: 0 0 auto;
}


.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.footerModalMessage {
    text-align: left;
    display: inline-block;
    float: left;
    margin: 0;
    width: 100%;
}

.variantLogos {
    display: flex;
    flex-wrap: wrap;
}

.variantLogos img {
    margin-bottom: 20px;
    max-width: 150px;
    max-height: 105px;
}

.btn-group.file-buttons button, .btn-group.file-buttons a.btn  {
    min-width: 140px
}

.widgetForm input {
    margin-right: 20px;
    margin-left: 10px;
}

.widgetCode {
    display: inline-block;
    width: 100%;
    background-color: #edf3ff;
    padding: 12px;
    padding-left: 60px;
    position: relative;
    color: #3c763d;
    height: 100px;
    overflow:hidden;
}

    .widgetCode::before {
        content: "//";
        color: #3c763d;
        font-size:46px;
        position:absolute;
        left:5px;
        top: 38px;
    }

.widgetForm .widget-form-info {
   margin-bottom:0;
}