@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
    font-family: DINPro Light;
    font-style: normal;
    font-weight: 400;
    src: url(/build/assets/DINPro-Light-iCAGVAMl.ttf) format("woff")
}

@font-face {
    font-family: DINPro Regular;
    font-style: normal;
    font-weight: 400;
    src: url(/build/assets/DINPro-Regular-DXiVKw-D.ttf) format("woff")
}

@font-face {
    font-family: DINPro Medium;
    font-style: normal;
    font-weight: 400;
    src: url(/build/assets/DINPro-Medium-8cI3DCOn.ttf) format("woff")
}

@font-face {
    font-family: DINPro Bold;
    font-style: normal;
    font-weight: 400;
    src: url(/build/assets/DINPro-Bold-Dt8Zemb7.woff) format("woff")
}

@font-face {
    font-family: DINPro Black;
    font-style: normal;
    font-weight: 400;
    src: local("DINPro Black"), url(/build/assets/DINPro-Black%20tr-BVBPtdQZ.woff) format("woff")
}

a {
    color: #ff5a2d
}

a:hover {
    color: #ff5a2d;
    text-decoration: none
}

*:focus {
    outline: none;
    box-shadow: none
}

@media (min-width: 1200px) {
    .embed-responsive-21by9:before {
        padding-top: 20% !important
    }
}

.button {
    padding: 10px 15px;
    border-radius: 4px;
    font-family: DINPro Bold, serif;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    transition: .3s ease-in-out;
    text-align: center;
    width: 200px
}

@media (min-width: 992px) {
    .button {
        padding: 15px 20px;
        font-size: 20px;
        line-height: 16px;
        text-align: left;
        width: max-content
    }
}

.button:hover {
    text-decoration: none
}

.button__white {
    color: #ff5a2d;
    background: #fff;
    border: 2px solid #fff;
    transition: .3s ease-in-out
}

.button__white.purple,
.button__white.purple:hover {
    color: #8b51b9
}

.button__white:hover {
    color: #fff;
    background: transparent;
    border: 2px solid white
}

.button__orange {
    color: #fff;
    background: #ff5a2d;
    border: 2px solid #ff5a2d
}

.button__orange:hover {
    color: #ff5a2d;
    background: transparent;
    border: 2px solid #ff5a2d
}

.button__yellow {
    color: #fff;
    background: #fbcf26;
    border: 2px solid #fbcf26
}

.button__yellow:hover,
.button__yellow-invert:hover {
    color: #fbcf26;
    background: transparent;
    border: 2px solid #fbcf26
}

.button__blue {
    color: #fff;
    background: #5c81d1;
    border: 2px solid #5c81d1
}

.button__blue:hover,
.button__blue-invert {
    color: #5c81d1;
    background: transparent;
    border: 2px solid #5c81d1
}

.button__blue-invert:hover {
    color: #fff;
    background: #5c81d1;
    border: 2px solid #5c81d1
}

.button__red {
    color: #fff;
    background: #de0905;
    border: 2px solid #de0905
}

.button__red:hover,
.button__red-invert {
    color: #de0905;
    background: transparent;
    border: 2px solid #de0905
}

.button__red-invert:hover {
    color: #fff;
    background: #de0905;
    border: 2px solid #de0905
}

.button__green {
    color: #fff;
    background: #6f9a6c;
    border: 2px solid #6f9a6c
}

.button__green:hover,
.button__green-invert {
    color: #6f9a6c;
    background: transparent;
    border: 2px solid #6f9a6c
}

.button__green-invert:hover {
    color: #fff;
    background: #6f9a6c;
    border: 2px solid #6f9a6c
}

.button__purple {
    color: #fff;
    background: #8b51b9;
    border: 2px solid #8b51b9
}

.button__purple:hover {
    color: #8b51b9;
    background: transparent;
    border: 2px solid #8b51b9
}

.button__white-invert {
    color: #fff;
    background: transparent;
    border: 2px solid #fff
}

.button__white-invert:hover {
    color: #ff5a2d;
    background: #fff;
    border: 2px solid white
}

.button__orange-invert {
    color: #ff5a2d;
    background: transparent;
    border: 2px solid #ff5a2d
}

.button__orange-invert:hover {
    color: #fff;
    background: #ff5a2d;
    border: 2px solid #ff5a2d
}

.button__purple-invert {
    color: #8b51b9;
    background: transparent;
    border: 2px solid #8b51b9
}

.button__purple-invert:hover {
    color: #fff;
    background: #8b51b9;
    border: 2px solid #8b51b9
}

@media (max-width: 767px) {
    .mobile-height {
        height: unset
    }
}

.page-red .arrow {
    color: #de0905 !important
}

.page-blue .arrow {
    color: #5c81d1 !important
}

.page-green .arrow {
    color: #6f9a6c !important
}

.page-purple .arrow {
    color: #8b51b9 !important
}

.page-orange .arrow {
    color: #ff5a2d !important
}

.page-yellow .arrow {
    color: #fbcf26 !important
}

.page-red .fa-long-arrow-right {
    color: #de0905 !important
}

.page-blue .fa-long-arrow-right {
    color: #5c81d1 !important
}

.page-green .fa-long-arrow-right {
    color: #6f9a6c !important
}

.page-purple .fa-long-arrow-right {
    color: #8b51b9 !important
}

.page-orange .fa-long-arrow-right {
    color: #ff5a2d !important
}

.page-yellow .fa-long-arrow-right {
    color: #fbcf26 !important
}

.page-red .fa-arrow-to-bottom {
    color: #de0905 !important
}

.page-blue .fa-arrow-to-bottom {
    color: #5c81d1 !important
}

.page-green .fa-arrow-to-bottom {
    color: #6f9a6c !important
}

.page-purple .fa-arrow-to-bottom {
    color: #8b51b9 !important
}

.page-orange .fa-arrow-to-bottom {
    color: #ff5a2d !important
}

.page-yellow .fa-arrow-to-bottom {
    color: #fbcf26 !important
}

#head-visual .slick__head-visual {
    height: auto;
    padding-bottom: 50px;
    position: relative
}

#head-visual .slick__head-visual .amplitude svg {
    position: absolute;
    top: -330px;
    left: 0
}

@media (min-width: 992px) {
    #head-visual .slick__head-visual {
        height: 600px;
        padding-bottom: 0
    }
}

#head-visual .info {
    color: #fff;
    margin-top: 150px
}

#head-visual .info p {
    margin-top: 126px;
    margin-bottom: 25px
}

@media (min-width: 992px) {
    #head-visual .info p {
        margin-top: 22px;
        margin-bottom: 25px
    }
}

@media (min-width: 750px) {
    #head-visual .info {
        margin-top: 110px
    }

    #head-visual .info h3 {
        font-size: 40px;
        line-height: 50px
    }
}

@media (min-width: 1200px) {
    #head-visual .info {
        margin-top: 145px
    }

    #head-visual .info h3 {
        font-size: 60px;
        line-height: 65px
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

#vibration-block .half-half {
    position: relative;
    background-image: linear-gradient(to right, transparent, transparent 50%, #40556026 50%, #40556026 100%)
}

@media (max-width: 992px) {
    #vibration-block .half-half {
        background: #40556026
    }
}

#vibration-block .half-half .container {
    background: #e3e6e7
}

#vibration-block .half-half .container .row {
    padding: 50px 0
}

@media (min-width: 992px) {
    #vibration-block .half-half .container .row {
        padding: 110px 95px
    }
}

#vibration-block .half-half .container .row p {
    color: #405560;
    line-height: 30px
}

@media (min-width: 992px) {
    #vibration-block .half-half .container .row p {
        line-height: 22px
    }
}

#sectors {
    margin: 50px 0
}

@media (min-width: 992px) {
    #sectors {
        margin: 215px 0
    }
}

#sectors .sector {
    height: 350px;
    padding: 20px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: .3s ease-in-out
}

@media (min-width: 992px) {
    #sectors .sector {
        margin-bottom: 27.5px
    }
}

#sectors .sector:hover {
    box-shadow: 0 15px 20px #0006
}

#sectors .sector.red:after {
    background: #dd1a1e;
    mix-blend-mode: multiply
}

#sectors .sector.purple:after {
    background: #8b51b9;
    mix-blend-mode: multiply
}

#sectors .sector.blue:after {
    background: #759ad1;
    mix-blend-mode: multiply
}

#sectors .sector.green:after {
    background: #6e9b6d;
    mix-blend-mode: multiply
}

#sectors .sector.orange:after {
    background: #ff5a2d;
    mix-blend-mode: multiply
}

#sectors .sector.yellow:after {
    background: #fbcf26;
    mix-blend-mode: multiply
}

#sectors .sector:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

#sectors .sector__title {
    color: #fff;
    font-size: 15px;
    line-height: 8px;
    font-family: DINPro Bold, serif;
    z-index: 3
}

@media (min-width: 992px) {
    #sectors .sector__title {
        font-size: 30px;
        line-height: 30px
    }
}

#sectors .sector__arrow {
    z-index: 3;
    margin-bottom: -14px
}

#sectors .sector__arrow i {
    color: #fff;
    font-size: 20px;
    line-height: 25px
}

@media (min-width: 992px) {
    #sectors .sector__arrow i {
        font-size: 40px
    }
}

#vibration-problems .problems__header {
    padding: 50px 0 200px;
    background: url(/build/assets/problem-bg-c8tLfY6A.jpg) no-repeat center/cover
}

@media (min-width: 992px) {
    #vibration-problems .problems__header {
        padding: 120px 0 300px
    }
}

#vibration-problems .problems__header p {
    color: #405560
}

#vibration-problems .problems__blocks {
    margin-top: -170px
}

@media (min-width: 992px) {
    #vibration-problems .problems__blocks {
        margin-top: -260px
    }
}

#vibration-problems .problems__blocks .block__image {
    height: 170px
}

@media (min-width: 992px) {
    #vibration-problems .problems__blocks .block__image {
        height: 260px
    }
}

#vibration-problems .problems__blocks .block__image img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

#vibration-problems .problems__blocks .block__link {
    display: block;
    background: #eee;
    color: #405560;
    font-family: DINPro Bold, serif;
    font-size: 15px;
    padding: 20px;
    margin-bottom: 25px
}

@media (min-width: 992px) {
    #vibration-problems .problems__blocks .block__link {
        font-size: 19px;
        padding: 30px 20px;
        margin-bottom: 0
    }
}

#vibration-problems .problems__blocks .block__link i {
    float: right;
    color: #ff5a2d;
    font-size: 30px
}

#vibration-problems .problems__blocks .block__link:hover {
    text-decoration: none
}

#vibration-problems .problems__blocks.four-blocks {
    margin-top: -170px
}

@media (min-width: 992px) {
    #vibration-problems .problems__blocks.four-blocks {
        margin-top: -182px
    }
}

#vibration-problems .problems__blocks.four-blocks .block__image {
    height: 170px
}

@media (min-width: 992px) {
    #vibration-problems .problems__blocks.four-blocks .block__image {
        height: 182px
    }
}

#vibration-problems .problems__blocks.four-blocks .block__image img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

#vibration-problems .problems__blocks.four-blocks .block__link {
    display: block;
    background: #eee;
    color: #405560;
    font-family: DINPro Bold, serif;
    font-size: 15px;
    padding: 20px;
    margin-bottom: 25px
}

@media (min-width: 992px) {
    #vibration-problems .problems__blocks.four-blocks .block__link {
        font-size: 19px;
        padding: 20px;
        margin-bottom: 0
    }
}

#vibration-problems .problems__blocks.four-blocks .block__link i {
    float: right;
    color: #8b51b9;
    font-size: 30px
}

#vibration-problems .problems__blocks.four-blocks .block__link:hover {
    text-decoration: none
}

#how-can-we-help .text-black {
    padding-top: 20px;
    padding-bottom: 50px
}

@media (min-width: 992px) {
    #how-can-we-help .text-black {
        padding-top: 140px;
        padding-bottom: 140px
    }
}

#how-can-we-help .text-black p {
    margin-top: 30px
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    display: none !important
}

#standard-header.about {
    padding: 50px 0;
    color: #fff;
    margin-top: 100px;
    height: 531px;
    overflow: hidden
}

@media (min-width: 992px) {
    #standard-header.about {
        padding: 125px 0 156px;
        color: #fff;
        margin-top: 100px
    }
}

#standard-header.about h3 {
    margin-bottom: 30px
}

#standard-header.about p {
    margin-bottom: 20px
}

#standard-header.about .button {
    box-shadow: -30px 33px 36px #00000029
}

#three-block {
    margin-top: 125px;
    margin-bottom: 125px
}

#three-block .block__image {
    border-radius: 50%;
    background: #ff5a2d;
    height: 144px;
    width: 144px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

#three-block .block__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 50%
}

#three-block .block__title {
    margin-bottom: 15px;
    font-family: DINPro Bold, serif;
    font-size: 31px;
    line-height: 41px;
    color: #333
}

#three-block .block__text {
    font-size: 20px;
    line-height: 24px;
    color: #999
}

#timeline {
    background: #40556026;
    padding: 130px 0;
    position: relative
}

#timeline #timeline__slider {
    width: 100%
}

#timeline #timeline__slider button.slick-arrow {
    display: block !important;
    position: absolute;
    top: 52%;
    left: 10px;
    transform: translateY(-50%);
    overflow: hidden;
    border: none;
    background-color: #ff5a2d;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 4px;
    color: #fff;
    outline: none;
    z-index: 1;
    box-shadow: 0 4px 19px #0000001a;
    transition: .3s ease-in-out
}

#timeline #timeline__slider button.slick-arrow:hover {
    box-shadow: 0 4px 19px #0006
}

#timeline #timeline__slider button.slick-arrow.slick-disabled {
    cursor: default;
    background-color: #405560;
    box-shadow: none
}

#timeline #timeline__slider button.slick-arrow:before {
    display: block;
    font-family: "Font Awesome 5 Pro";
    content: ""
}

#timeline #timeline__slider button.slick-arrow.slick-next {
    left: inherit;
    right: 10px
}

#timeline #timeline__slider button.slick-arrow.slick-next:before {
    content: ""
}

#timeline #timeline__slider .timeline__item {
    position: relative;
    z-index: 2;
    height: 380px
}

#timeline #timeline__slider .timeline__item:focus {
    outline: none;
    box-shadow: none
}

#timeline #timeline__slider .timeline__item .dot {
    width: 21px;
    height: 21px;
    background: #ff5a2d;
    border-radius: 50%;
    position: absolute;
    left: 45.5%;
    top: 50%
}

#timeline #timeline__slider .timeline__item .date {
    color: #405560;
    opacity: .5;
    font-size: 16px;
    line-height: 20px
}

#timeline #timeline__slider .timeline__item .title {
    color: #405560;
    font-size: 14px;
    font-family: DINPro Bold, serif;
    text-align: center;
    width: 160px;
    position: absolute
}

#timeline #timeline__slider .timeline__item .icon img {
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

#timeline #timeline__slider .timeline__item.top .line1 {
    width: 160px;
    height: 2px;
    background: #ff5a2d;
    position: absolute;
    left: 11%;
    top: 36%
}

#timeline #timeline__slider .timeline__item.top .line2 {
    width: 2px;
    height: 64px;
    background: #ff5a2d;
    position: absolute;
    left: 50%;
    top: 36%
}

#timeline #timeline__slider .timeline__item.top .date {
    position: absolute;
    top: 38%;
    margin-left: 20px
}

#timeline #timeline__slider .timeline__item.top .title {
    bottom: 65%;
    margin-left: 18px
}

#timeline #timeline__slider .timeline__item.top .icon img {
    bottom: 83%
}

#timeline #timeline__slider .timeline__item.bottom .line1 {
    width: 160px;
    height: 2px;
    background: #ff5a2d;
    position: absolute;
    left: 11%;
    top: 69.1%
}

#timeline #timeline__slider .timeline__item.bottom .line2 {
    width: 2px;
    height: 64px;
    background: #ff5a2d;
    position: absolute;
    left: 50%;
    top: 53%
}

#timeline #timeline__slider .timeline__item.bottom .date {
    position: absolute;
    top: 62%;
    margin-left: 20px
}

#timeline #timeline__slider .timeline__item.bottom .title {
    top: 88%;
    margin-left: 18px
}

#timeline #timeline__slider .timeline__item.bottom .icon img {
    top: 72.5%
}

#timeline .timeline__line {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #405560;
    margin-top: -182px;
    z-index: -1
}

#team {
    margin: 50px 0
}

@media (min-width: 992px) {
    #team {
        margin: 150px
    }
}

#team h4 {
    margin-bottom: 40px
}

#team p {
    margin-bottom: 80px
}

.text-images .row {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .text-images .row {
        margin-top: 150px;
        margin-bottom: 150px
    }
}

.text-images .row .text-block {
    padding: 15px
}

@media (min-width: 992px) {
    .text-images .row .text-block {
        padding: 50px
    }
}

@media (min-width: 1600px) {
    .text-images .row .text-block {
        padding: 50px 390px 50px 50px
    }
}

@media (min-width: 2500px) {
    .text-images .row .text-block {
        padding: 50px 730px 50px 50px
    }
}

.text-images .row .image-block {
    min-height: 190px
}

@media (min-width: 992px) {
    .text-images .row .image-block {
        min-height: 0
    }
}

.text-images .row.text-block-left .text-block {
    padding: 15px
}

@media (min-width: 992px) {
    .text-images .row.text-block-left .text-block {
        padding: 50px 50px 50px 80px
    }
}

@media (min-width: 1600px) {
    .text-images .row.text-block-left .text-block {
        padding: 50px 50px 50px 390px
    }
}

@media (min-width: 2500px) {
    .text-images .row.text-block-left .text-block {
        padding: 50px 50px 50px 730px
    }
}

#stappen-blok {
    background: #40556026;
    padding-top: 100px;
    padding-bottom: 70px
}

#stappen-blok .step__heading {
    font-weight: 700;
    color: #ff5a2d;
    padding-bottom: 15px;
    border-bottom: 2px solid #ff5a2d;
    margin-bottom: 40px
}

#stappen-blok .step__heading p {
    margin: 0 0 0 15px;
    line-height: 25px !important;
    font-size: 16px
}

#stappen-blok .step__content p {
    margin-bottom: 0
}

#stappen-blok .step__content-top {
    min-height: 230px
}

@media (min-width: 1200px) {
    #stappen-blok .step__heading p {
        font-size: 20px
    }
}

@media (max-width: 992px) {
    #stappen-blok .step {
        margin-bottom: 70px
    }

    #stappen-blok .step:last-of-type {
        margin-bottom: 0
    }

    #stappen-blok .step__content-top {
        min-height: inherit;
        margin-bottom: 25px
    }
}

#testing-en-rapportage {
    background: #40556026;
    padding-top: 60px;
    padding-bottom: 100px
}

.color-dark {
    color: #000
}

#standard-header.industry__header {
    color: #fff;
    padding: 50px 0;
    margin-top: 100px
}

@media (min-width: 992px) {
    #standard-header.industry__header {
        padding: 240px 0 210px
    }
}

#standard-header.industry__header h3 {
    margin-bottom: 30px
}

#standard-header.industry__header p {
    margin-bottom: 20px
}

#standard-header.industry__header .button {
    box-shadow: -30px 33px 36px #00000029
}

#text-with-image {
    margin: 0
}

@media (min-width: 992px) {
    #text-with-image {
        margin: 125px 0
    }
}

#text-with-image h4 {
    margin-top: 15px;
    padding-right: 0
}

@media (min-width: 992px) {
    #text-with-image h4 {
        margin-top: 0;
        padding-right: 50px
    }
}

#text-with-image p {
    padding-right: 0
}

@media (min-width: 992px) {
    #text-with-image p {
        padding-right: 50px
    }
}

#text-with-image div.text__image {
    padding: 0
}

@media (min-width: 992px) {
    #text-with-image div.text__image {
        padding: 0 15px
    }
}

#text-with-image div.text__image img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover
}

#text-with-image div.text__image:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #8b51b9;
    mix-blend-mode: multiply;
    opacity: .87
}

@media (min-width: 992px) {
    #text-with-image div.text__image:after {
        width: calc(100% - 30px);
        left: 15px
    }
}

#products .block {
    margin-bottom: 35px
}

#products .block__image {
    height: 170px
}

@media (min-width: 992px) {
    #products .block__image {
        height: 222px
    }
}

#products .block__image img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

#products .block__link {
    display: block;
    background: #eee;
    color: #405560;
    font-family: DINPro Bold, serif;
    font-size: 15px;
    padding: 20px;
    margin-bottom: 25px
}

@media (min-width: 992px) {
    #products .block__link {
        font-size: 19px;
        padding: 20px;
        margin-bottom: 0
    }
}

#products .block__link i {
    float: right;
    color: #ff5a2d;
    font-size: 30px
}

#products .block__link:hover {
    text-decoration: none
}

#contact-info .contact__info {
    background: #fff;
    padding: 30px 0
}

@media (min-width: 992px) {
    #contact-info .contact__info {
        height: 229px;
        box-shadow: 0 13px 26px #0000004a;
        margin-top: -119px;
        padding: 66px 0
    }
}

#contact-info .contact__info-icon {
    padding: 0 20px 0 40px
}

#contact-info .contact__info-content h5 {
    font-size: 28px;
    line-height: 23px;
    margin-bottom: 15px
}

#contact-info .contact__info-content p {
    font-size: 20px;
    line-height: 29px
}

#contact-info .contact__info-content sup {
    top: inherit
}

#contact-info .contact__info-content sup a,
sup,
sup a {
    font-family: Arial, sans-serif
}

#contact-info .col-lg-4 {
    display: flex
}

#contact-info .map {
    background: url(/build/assets/Kaart-Cal6Vjme.jpg);
    background-size: cover;
    height: 200px;
    width: 100%
}

@media (min-width: 992px) {
    #contact-info .map {
        height: 422px
    }
}

#contact-form {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 992px) {
    #contact-form {
        margin-top: 180px;
        margin-bottom: 180px
    }
}

#contact-form .text-md-center h3 {
    margin-bottom: 20px
}

#contact-form form input,
#contact-form form textarea {
    border: none;
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    margin-bottom: 20px
}

@media (min-width: 992px) {

    #contact-form form input,
    #contact-form form textarea {
        border: 1px solid #cccccc;
        border-radius: 3px;
        padding: 10px 20px
    }
}

#contact-form form input::placeholder,
#contact-form form textarea::placeholder {
    font-size: 20px;
    line-height: 24px;
    color: #999
}

#contact-form form input.first,
#contact-form form textarea.first {
    margin-top: 20px
}

#contact-form form .form-group {
    margin: 0
}

#contact-form form .button {
    margin-left: 0
}

@media (min-width: 992px) {
    #contact-form form .button {
        margin-left: 41%
    }
}

.small-border {
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 20px 0
}

@media (min-width: 992px) {
    .small-border {
        padding: 20px 40px
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: DINPro Bold, serif;
    margin: 0
}

h3 {
    font-size: 32px;
    line-height: 39px
}

@media (min-width: 992px) {
    h3 {
        font-size: 60px;
        line-height: 70px
    }
}

h4 {
    font-size: 25px;
    line-height: 30px;
    color: #405560;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    h4 {
        font-size: 40px;
        line-height: normal;
        margin-bottom: 35px
    }
}

.text-black {
    color: #405560
}

p {
    font-size: 16px;
    line-height: 22px
}

@media (min-width: 992px) {
    p {
        font-size: 20px;
        line-height: 30px !important
    }
}

body {
    overflow-x: hidden
}

a.nav-link.current-link {
    text-decoration: underline;
    font-family: DINPro Bold, serif
}

* {
    font-family: DINPro Regular, serif;
    margin: 0
}

.dropdown-menu {
    position: absolute;
    top: 47%;
    left: -7%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 15px;
    margin: 20px 0 0;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 8px;
    font-family: DINPro Bold, serif;
    font-size: 15px;
    line-height: 14px
}

.dropdown-menu .dropdown-item {
    padding: 10px 25px;
    border-radius: 12px
}

.dropdown-menu .dropdown-item:hover {
    color: #fff;
    background: #ff5a2d
}

.standard-padding {
    padding: 50px
}

#second-block .one-three {
    height: 10.5vh;
    position: relative;
    margin-top: -10.5vh;
    display: none;
    background-image: linear-gradient(to right, transparent, transparent 50%, #fff 50%, #fff 100%)
}

@media (min-width: 992px) {
    #second-block .one-three {
        display: block
    }
}

#second-block .one-three .container {
    background: #fff;
    height: 10.5vh
}

#second-block .one-three .container .link-category {
    text-align: center;
    font-size: 14.82px;
    line-height: 17.79px;
    letter-spacing: 1.48px;
    text-transform: uppercase;
    color: #405560;
    display: block;
    margin-left: 20px;
    font-family: DINPro Medium, sans-serif
}

#second-block .one-three .container .link-category:hover {
    text-decoration: none
}

#second-block .one-three .container .link-product {
    text-align: center;
    font-size: 14.82px;
    line-height: 17.79px;
    letter-spacing: 1.48px;
    text-transform: uppercase;
    color: #405560;
    display: block;
    margin-left: 20px
}

#second-block .one-three .container .link-product:hover {
    text-decoration: none
}

#second-block .two-two {
    height: 7.5vh;
    position: relative;
    margin-top: -7.5vh;
    display: none;
    background-image: linear-gradient(to right, transparent, transparent 50%, #fff 50%, #fff 100%)
}

@media (min-width: 992px) {
    #second-block .two-two {
        display: block
    }
}

#second-block .two-two .container {
    background: linear-gradient(to right, transparent, transparent 50%, #fff 50%, #fff 100%);
    height: 7.5vh
}

#second-block .two-two .container .link-category {
    text-align: left;
    font-size: 14.82px;
    line-height: 17.79px;
    letter-spacing: 1.48px;
    text-transform: uppercase;
    color: #405560;
    display: block;
    margin-left: 20px
}

#second-block .two-two .container .link-category:hover {
    text-decoration: none
}

#second-block .two-two .container .link-product {
    text-align: left;
    font-size: 14.82px;
    line-height: 17.79px;
    letter-spacing: 1.48px;
    text-transform: uppercase;
    color: #405560;
    display: block;
    margin-left: 20px
}

#second-block .two-two .container .link-product a {
    color: #ff5a2d
}

#second-block .two-two .container .link-product a:hover {
    text-decoration: none
}

#second-block .three-one {
    height: 7.5vh;
    position: relative;
    margin-top: -7.5vh;
    display: none;
    background-image: linear-gradient(to right, transparent, transparent 75%, #fff 75%, #fff 100%)
}

@media (min-width: 992px) {
    #second-block .three-one {
        display: block
    }
}

#second-block .three-one .container {
    background: linear-gradient(to right, transparent, transparent 75%, #fff 75%, #fff 100%);
    height: 7.5vh
}

#second-block .three-one .container .link-category {
    text-align: center;
    font-size: 14.82px;
    line-height: 17.79px;
    letter-spacing: 1.48px;
    text-transform: uppercase;
    color: #405560;
    display: block;
    margin-left: 20px
}

#second-block .three-one .container .link-category:hover {
    text-decoration: none
}

.gray-bg {
    background: #40556026;
    margin-top: 125px
}

.landingspage {
    background: none;
    box-shadow: none
}

header.landingspage .nav-item .nav-link {
    color: #fff
}

header,
.landingspage-scrolled {
    background: #fff;
    box-shadow: 0 3px 6px #00000029
}

header .nav-item .nav-link,
header.landingspage-scrolled .nav-item .nav-link {
    color: #405560
}

header.homepage {
    background: transparent;
    box-shadow: none
}

header.homepage .nav-item .nav-link {
    color: #fff
}

@media (max-width: 1200px) {
    header.landingspage .nav-item .nav-link {
        color: #405560 !important;
        transition: opacity .3s
    }

    header.landingspage .nav-item .nav-link:hover {
        opacity: .6
    }
}

.landingspage .navbar-collapse ul li.nav-item img {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50px;
    object-fit: cover;
    transition: opacity .3s
}

.landingspage .navbar-collapse ul li.nav-item a:hover img {
    opacity: .6
}

.landingspage~#standard-header.about {
    margin-top: 0
}

.landingspage~#second-block .align-items-center {
    background: #fff;
    padding-left: 30px
}

.landingspage~#second-block .align-items-center .offset-md-6 {
    margin-left: 0
}

.landingspage~#second-block .align-items-center .offset-md-6 .link-product {
    text-transform: inherit
}

.landingspage~#video-block h4 {
    margin-bottom: 0
}

.landingspage~#vibration-block {
    margin-bottom: 130px
}

#vibration-block .half-half .container {
    padding-top: 50px
}

.landingspage~#images-slider-block {
    padding-bottom: 60px
}

.landingspage~#banner-text-button-and-image-block img {
    margin-bottom: -160px
}

.landingspage~#contact-form {
    margin: 0;
    padding-top: 120px;
    padding-bottom: 180px;
    color: #333
}

.landingspage~#contact-form .small-border {
    border: none;
    padding: 0
}

.landingspage~footer {
    padding-bottom: 50px
}

.landingspage~footer a,
.landingspage~#created a {
    transition: opacity .3s
}

.landingspage~footer a:hover,
.landingspage~#created a:hover {
    opacity: .6
}

.landingspage~footer a sup {
    font-family: Arial, sans-serif;
    font-size: inherit
}

@media (max-width: 767px) {
    .landingspage~#contact-form {
        padding-top: 100px;
        padding-bottom: 140px
    }

    .landingspage~footer .mb-5 {
        margin-bottom: 20px !important
    }
}

#video-block {
    color: #405560
}

#video-block .half-half {
    position: relative;
    background-image: linear-gradient(to right, transparent, transparent 50%, #40556026 50%, #40556026 100%)
}

#video-block .half-half .container {
    background: #e3e6e7;
    padding-top: 100px;
    padding-left: 110px
}

#video-block .half-half .container .embed-responsive {
    margin-left: -110px
}

@media (max-width: 992px) {
    #video-block .half-half {
        background: #40556026
    }

    #video-block .half-half .container {
        padding-left: 15px
    }

    #video-block .half-half .container .embed-responsive {
        margin-left: 0
    }
}

#banner-text-button-and-image-block {
    margin: 80px 0;
    background-color: #e3e6e7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #405560
}

#banner-text-button-and-image-block .container {
    padding: 90px 0
}

@media (max-width: 767px) {
    #banner-text-button-and-image-block .container {
        padding: 90px 15px
    }
}

#images-slider-block {
    padding: 100px 0
}

#images-slider-block #image-slider {
    margin-top: 20px
}

#image-slider .slick-arrow {
    color: #fd5a2d;
    font-size: 35px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s
}

#image-slider .slick-arrow.fa-chevron-right {
    right: 0
}

#image-slider .slick-arrow:hover {
    opacity: .6
}

#image-slider .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%);
    padding: 0;
    list-style: none;
    margin: 0
}

#image-slider .slick-dots li {
    float: left
}

#image-slider .slick-dots li button {
    width: 20px;
    height: 20px;
    border: none;
    background-color: #fff;
    padding: 0;
    color: transparent;
    border-radius: 50px;
    margin: 0 10px;
    outline: none;
    opacity: .5;
    transition: all .3s
}

#image-slider .slick-dots li button:hover {
    box-shadow: 0 0 10px #00000080
}

#image-slider .slick-dots li.slick-active button {
    opacity: 1
}

#image-slider .slide-item img {
    margin: 0 auto
}

@media (max-width: 767px) {
    #image-slider .slick-dots {
        bottom: 0
    }

    #image-slider .slick-dots li button {
        width: 10px;
        height: 10px;
        margin: 0 7px
    }
}

.inspiratie-section {
    padding: 60px 0;
    background-color: #f8f8f8
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0
}

.more-link {
    background-color: #ff5a2d;
    color: #fff;
    padding: 10px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500
}

.more-link:hover {
    background-color: #e64d20;
    color: #fff;
    text-decoration: none
}

.blog-card {
    border-radius: 0;
    overflow: hidden;
    height: 100%
}

.blog-card__image {
    position: relative;
    height: 220px;
    overflow: hidden
}

.blog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-card__logo {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 100px
}

.blog-card__content {
    padding: 24px;
    background: #ebebeb
}

.blog-card .date {
    color: #ff5a2d;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 400
}

.blog-card .title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: 600;
    color: #1a1a1a
}

.blog-card .excerpt {
    color: #4a4a4a;
    padding-bottom: 24px;
    line-height: 1.6;
    font-size: 15px
}

.button-primary {
    display: inline-block;
    background-color: #ff5a2d;
    color: #fff;
    padding: 10px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color .2s
}

.button-primary:hover {
    background-color: #e64d20;
    color: #fff;
    text-decoration: none
}

@media (max-width: 767px) {
    .section-header {
        margin-bottom: 24px
    }

    .section-header h2 {
        font-size: 24px
    }

    .blog-card__image {
        height: 180px
    }

    .blog-card__logo {
        position: absolute;
        top: 16px;
        left: 16px;
        width: 75px
    }

    .blog-card__content {
        padding: 20px
    }
}

footer {
    background: #405560;
    color: #fff
}

footer a {
    color: #fff;
    font-size: 15px;
    line-height: 26px
}

footer a i {
    color: #ff5a2d;
    font-size: 35px
}

footer a:hover {
    color: #fff;
    text-decoration: none
}

footer li,
footer p {
    font-size: 15px;
    line-height: 26px
}

footer h5 {
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 27px
}

footer sup {
    top: inherit
}

footer sup a {
    font-family: Arial, sans-serif
}

footer a sup {
    font-family: Arial, sans-serif;
    font-size: inherit
}

footer .header-logo {
    max-width: 190px
}

#created {
    padding: 24px 0
}

#created p {
    font-size: 16px;
    line-height: 16px;
    margin: 0
}