.PaddingTop {
    padding-top: 10%;
}
.paralx-slider .content a.btn-white {
    display: inline-block;
    padding: 0 35px;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 70px;
    line-height: 70px;
    border-radius: 43px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.4s ease-in-out;

    background: #ffffff;
    border: 1px solid #ffffff;
    color: rgba(0, 0, 0, 0.7);
}

.paralx-slider .content a.btn-white:hover {
    color: #ffffff;
    background: #000000;
    border: 1px solid #ffffff;
}

.btn-white-trans {
    display: inline-block;
    padding: 0 35px;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 70px;
    line-height: 70px;
    border-radius: 43px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.4s ease-in-out;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn-white-trans, .btn-white-trans:visited {
    color: #ffffff;
}

.btn-white-trans:hover, .btn-white-trans.active{
    color: rgba(0, 0, 0, 0.7);
    background: #FFF;
    border: 1px solid #FFF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .paralx-slider .content a.btn-white {
        font-size: 12px;
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
    }

    .btn-white-trans {
        font-size: 12px;
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
    }

    .PaddingTop {
        padding-top: 50%;
    }

    .bg_picture {
        background-position: -133px 0px !Important;
    }

    .paralx-slider .content h2 {
        font-size: 39px !Important;
    }

    .paralx-slider .content h1 {
        font-size: 24px !Important;
        white-space: unset;
    }

    .txt-red {
        padding-left: 15px !Important;
        padding-right: 15px !Important;
    }

    .custom-font-xxl{
        font-size: 39px !important;
    }
}

@media only screen and (max-width: 767px) {
    .paralx-slider .content a.btn-white {
        font-size: 12px;
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
    }

    .btn-white-trans {
        font-size: 12px;
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
    }

    .PaddingTop {
        padding-top: 50%;
    }

    .bg_picture {
        background-position: -133px 0px !Important;
    }

    .paralx-slider .content h2 {
        font-size: 39px !Important;
    }

    .paralx-slider .content h1 {
        font-size: 24px !Important;
        white-space: unset;
    }

    .txt-red {
        padding-left: 15px !Important;
        padding-right: 15px !Important;
    }

    .custom-font-xxl{
        font-size: 39px !important;
    }
}

@media only screen and (max-width: 575px) {
    .paralx-slider .content a.btn-white {
        font-size: 12px;
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
    }

    .btn-white-trans {
        font-size: 12px;
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
    }

    .PaddingTop {
        padding-top: 50%;
    }

    .bg_picture {
        background-position: -133px 0px !Important;
    }

    .paralx-slider .content h2 {
        font-size: 39px !Important;
    }

    .paralx-slider .content h1 {
        font-size: 24px !Important;
        white-space: unset;
    }

    .paralx-slider .content p {
        font-size: 16px !Important;
        line-height: 28px !Important;
    }

    .txt-red {
        padding-left: 15px !Important;
        padding-right: 15px !Important;
    }

    .custom-font-xxl{
        font-size: 39px !important;
    }
    
}

.bg_white {
    background-color: #FFFFFF;
}

.bg_black {
    background-color: #333333;
}

.bg_red {
    background-color: #F20000;
}

.bg_gray {
    background-color: #CCCCCC;
}

.txt-red {
    background-color: #D41313;
    color: #EBEBEB;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
}

.txt-black {
    background-color: #333333;
    color: #EBEBEB;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
}

.bg_picture {
    background-size: cover;
}

/* Scroll Up */
.scroll-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 40px;
    z-index: 99;
    border-radius: 50%;
    outline: none;
    background-color: black;
    cursor: pointer;
    font-size: 18px;
    bottom: 3%;
    margin: 0 auto;
    top: unset !important;
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.scroll-to-top:hover {
    opacity: 1;
}

.arrow-top {
    border-bottom: 2px solid #EBEBEB !important;
    border-left: 2px solid #EBEBEB !important;
    height: 10px;
    transform: rotate(135deg);
    width: 10px;
    position: absolute;
    left: 19.5px !important;
    top: 11.5px !important
}

.arrow-top-line {
    background-color: #EBEBEB !important;
    height: 28px !important;
    left: 48% !important;
    position: absolute;
    top: 13px !important;
    width: 2px;
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    -ms-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
}

.scroll-to-top:hover .arrow-top-line {
    height: 23px !important;
}

.white {
    color: #EBEBEB;
}

.blue {
    color: #00b2d2 !important;
}

.black {
    background-color: #000000;
}

.red {
    background-color: red;
}

.comparisonDiv {
    width: 100%;
    height: 100%;
}

.afterDiv {
    position: absolute;
    overflow: hidden;
    background-color: #F20000;
    color: #EBEBEB;
    top: 0;
}

.text-class {
    font-size: 219px;
}

.beforeAfterContainer {
    position: relative;
}

/* Hovers header over page content unless overwritten by another important statement */
.rn-header {
    position: fixed !important;
}

/* Ensures same position hamburger across all pages */
.hamburger-wrap {
    padding-left: 5px;
    margin-right: 5px;
}

/* Voormalig zwart met 0.8 opacity */
.custom-text-gray {
    color: #2F2F2F !important
}

.custom-bg-light {
    background-color: #EBEBEB;
}

.custom-font-xl {
    font-size: 45px;
    font-weight: 500;
}

.custom-font-xxl {
    font-size: 100px;
}

.thumb {
    cursor: pointer;
}

.custom-font-xxl{
    font-size:100px;
    color:rgba(0,0,0,0.6);
}

.menu-text-wrap {
    width: 80px;
}

.menu-section {
    min-height: 100vh;
    height: auto;
}

.bg_pure_black {
    background-color: #000000;
}