body {
    font-family: "museo-sans", helvetica;
    background-color: #f7f7f7;
    font-size: 16px;
    color: #333;
}
.background {
    background: url('../img/robotstofzuiger-achtergrond.jpg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    min-height: 585px;
}
header {
    height: 175px;
}
.vignet {
    position: relative;
}
.vignet img {
    position: absolute; top: 10px; left: 100px; z-index: 3;
}
.object {
    text-align: right;
}
.panel {
    margin-top: 90px;
}
.second-page .panel {
    margin-top: 30px;
}
h2 {
    margin-top: 0px;
    font-weight: 900;
    font-size: 37px;
}
h3 {
    color: #696969;
    font-size: 26px;
    font-weight: 300;
    margin-top: 0px;
}
.coreg-page h3 {
    background: #ffaa00;
    background-image: -webkit-linear-gradient(top, #ffaa00, #ff7003);
    background-image: -moz-linear-gradient(top, #ffaa00, #ff7003);
    background-image: -ms-linear-gradient(top, #ffaa00, #ff7003);
    background-image: -o-linear-gradient(top, #ffaa00, #ff7003);
    background-image: linear-gradient(to bottom, #ffaa00, #ff7003);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #aaaaaa;
    margin-bottom: 0px;
    padding: 7px 10px 7px 10px;
    font-size: 18px;
    color: #181818;
    font-weight: initial;
}
.clockbox {
    box-shadow: 0 0 8px #ff7203;
    border-radius: 5px;
    margin-top: 10px;
}
.quick {
    color: #0b0b0b;
    margin-top: 3px;
    margin-left: 10px;
}
#clock {
    margin-left: 10px;
    color: #ff9100;
    font-size: 23px;
}
.hours,
.minutes,
.seconds {
    font-size: 30px;
}
.btn {
    background: #ffaa00;
    background-image: -webkit-linear-gradient(top, #ffaa00, #ff7003);
    background-image: -moz-linear-gradient(top, #ffaa00, #ff7003);
    background-image: -ms-linear-gradient(top, #ffaa00, #ff7003);
    background-image: -o-linear-gradient(top, #ffaa00, #ff7003);
    background-image: linear-gradient(to bottom, #ffaa00, #ff7003);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    text-shadow: 2px 2px 2px #000000;
    color: #ffffff;
    font-size: 32px;
    padding: 11px 20px 11px 20px;
    text-decoration: none;
    border: 0px;
}
.btn:hover {
    background: #ff7003;
    text-decoration: none;
}
.coreg-box {
    background-color: #f0f0f0;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    body {
        font-size: 15px;
    }
    .panel {
        margin-top: 20px;
    }
    .btn {
        font-size: 28px;
        padding: 12px 15px 12px 15px;
    }
    #clock {
        font-size: 20px;
    }
    .hours,
    .minutes,
    .seconds {
        font-size: 27px;
    }
}
@media (max-width: 991px) {
    .object {
        text-align: left;
    }
    .vignet img {
        top: 70px;
        left: 70px;
    }
    h2.object {
        font-size: 30px;
    }
    .btn {
        font-size: 28px;
        padding: 12px 15px 12px 15px;
        width: 100%;
    }
    .clockbox {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .background {
        background-size: 200%;
        background-position-y: 100px;
    }
    header {
        height: 165px;
    }
    .second-page .panel {
        margin-top: -20px;
    }
}
.tested .line h2 {
    overflow: hidden;
    text-align: center;
}
.tested .line h2:before,
.tested .line h2:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.tested .line h2:before {
    right: 0.5em;
    margin-left: -50%;
}
.tested .line h2:after {
    left: 0.5em;
    margin-right: -50%;
}
.tested .text {
    font-size: 32px;
    color: #1d1d1b;
    text-align: center;
}
.tested .prices {
    white-space: nowrap;
    width: 100%;
    display: table;
}

.tested .prices .price-image {
    vertical-align: middle;
    padding: 5px;
    display: table-cell;
}
.tested .prices .price-image img {
    max-width: 100%;
}

.form-group {
    margin-bottom: 0px;
}

.left-form-colom {
    padding-right: 30px;
}

.cookie-bar { position: fixed; min-height: 50px; background-color: #000000; bottom: 0px; width: 100%; opacity: 0.8; }
.cookie-bar-image-left { float: left; margin: 5px 30px 5px 5px; }
.cookie-bar-image-right { float: right; margin: 5px 15px 5px 5px; }
.cookie-bar-text { font-family: Arial; text-align: center; font-weight: normal; font-size: 13px; color: #ffffff; padding: 15px 10px 10px 10px; }
.cookie-bar-text a { color: #ffffff; }
.cookie-free-bottom {padding-bottom: 50px; }
