html {
    scroll-behavior: smooth
}

Body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: var(--main-bg-color);
    font-family: 'Catamaran', sans-serif;
    font-size: 20px;
    overflow-x: hidden;
    -webkit-transition: .2s;
    transition: .2s
}

:root {
    --main-bg-color: #e7e6e6;
    --accent-color: #039ee1;
    --betw-color: #eedbca;
    --footer-color: #ef9847
}

h1 {
    font-family: 'Racing Sans One', cursive;
    font-size: 50px !important
}

a {
    -webkit-text-decoration: ;
    text-decoration: ;
    color: black
}

a img {
    width: 25%
}

h3 {
    margin: 5px
}

.whatsapp_embed {
    position: fixed;
    z-index: 13;
    width: 70px;
    right: 30px;
    bottom: 30px;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    border-radius: 50%
}

.whatsapp_embed:hover {
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .75);
    border-radius: 50%
}

.navlogo {
    position: absolute;
    margin-top: 0;
    margin-left: 2.5%;
    padding: 12px;
    width: 60px;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-130px);
    transform: translateX(-130px)
}

.navlogo2 {
    -webkit-transform: none;
    transform: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.nav_span {
    position: relative;
    top: -120px
}

.newicon {
    width: 80px
}

.navlogo:hover {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    color: var(--accent-color)
}

#navbar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--accent-color);
    width: 100%;
    height: 80px;
    z-index: 2;
    top: 780px
}

.navi {
    position: relative;
    width: 60%;
    margin: auto;
    left: 100px
}

.navi a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    margin: 3%;
    border-bottom: 0 solid white;
    -webkit-transition: border-width .1s linear;
    transition: border-width .1s linear
}

.btn.active,
.navi a:hover {
    border-bottom-width: 3px
}

header {
    z-index: 12;
    position: absolute;
    width: 100%;
    top: 160px
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.active1 {
    background-color: red
}

.dropbtn {
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    color: white;
    font-size: 20px;
    width: 160px;
    height: 80px;
    -webkit-transition: border-width .1s linear;
    transition: border-width .1s linear;
    background-color: transparent;
    border: 0
}

.dropbtn2 {
    width: 100px
}

strong {
    display: contents !important
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 80px;
    background-color: white;
    min-width: 160px;
    z-index: 1;
    margin-left: 20px
}

.dropdown-content2 {
    font-size: 18px !important;
    padding-bottom: 10px
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.dropdown-content a:hover {
    background-color: #ddd
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover .dropbtn {
    background-color: var(--accent-color)
}

.mobnav {
    z-index: 11
}

#menuToggle {
    display: block;
    position: absolute;
    top: 809px;
    Right: 50px;
    z-index: 11;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#menuToggle a {
    text-decoration: none;
    margin: auto;
    color: white;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

#menuToggle a:hover {
    color: var(--footer-color)
}

#menuToggle a li {
    border-bottom: 0 solid var(--footer-color);
    -webkit-transition: border .5s;
    transition: border .5s
}

#menuToggle a li:hover {
    border-bottom: px solid var(--footer-color)
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none
}

#checkbox {
    -webkit-filter: brightness(200);
    filter: brightness(200)
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: white;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0;
    transform-origin: 4px 0;
    -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1.0), opacity .55s ease, color .3s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1.0);
    transition: background .5s cubic-bezier(.77, .2, .05, 1.0), opacity .55s ease, color .3s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1.0);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1.0), background .5s cubic-bezier(.77, .2, .05, 1.0), opacity .55s ease, color .3s ease;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1.0), background .5s cubic-bezier(.77, .2, .05, 1.0), opacity .55s ease, color .3s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1.0)
}

#menuToggle span:first-child {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%
}

#menuToggle span:nth-last-child(2) {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%
}

#menuToggle input:checked~span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-2px, -1px);
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(.2, .2);
    transform: rotate(0deg) scale(.2, .2)
}

#menuToggle input:checked~span:nth-last-child(2) {
    -webkit-transform: rotate(-45deg) translate(0, -1px);
    transform: rotate(-45deg) translate(0, -1px)
}

#menu {
    border-radius: 0;
    background: var(--accent-color);
    background-size: cover;
    background-repeat: no repeat;
    background-position: left center;
    background-attachment: fixed;
    list-style-type: none;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-font-smoothing: antialiased
}

.nav2 {
    top: 70px;
    right: 0;
    position: fixed;
    width: 100%;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 11;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.77, .2, .05, 1.0);
    transition: -webkit-transform .5s cubic-bezier(.77, .2, .05, 1.0);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1.0);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1.0), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1.0);
    -webkit-transition: .5s;
    transition: .5s;
    padding-bottom: 30px
}

.navbarabove {
    opacity: 0;
    margin-top: -100px
}

#menu li {
    padding: 25px 0;
    font-size: 22px
}

#menuToggle input:checked~ul {
    -webkit-transform: none;
    transform: none
}

.menu2 {
    -webkit-transform: none;
    transform: none
}

main {
    width: 100%;
    height: 2000px
}

.sections {
    height: 100%;
    position: relative;
    text-align: center;
    bottom: 0;
    z-index: 0;
    padding-bottom: 300px;
    margin: 50px
}

.homesection {
    padding-bottom: 0
}

.backgroundcolor {
    width: 100%;
    height: auto;
    background-color: var(--main-bg-color);
    position: relative;
    z-index: 1
}

.logodiv {
    width: 100%;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.logo {
    position: relative;
    padding-top: 0;
    width: 500px;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    z-index: 2
}

.logovid {
    position: absolute;
    z-index: 1;
    background-color: transparent;
    background-position: center center;
    width: 100%;
    height: 1080px;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s
}

.sitestdiv {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Sitest {
    width: 80px;
    height: 80px;
    z-index: 2;
    position: fixed;
    padding-top: 50px;
    top: 75%;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s
}

.Sitest:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    top: 77%
}

.downarrow {
    display: none;
    position: absolute;
    margin-top: -270px;
    width: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.downarrow:hover {
    margin-top: -250px
}

.textsect {
    background-color: var(--main-bg-color:#DDE1DF);
    width: 60%;
    height: 100%;
    margin: auto;
    position: relative;
    text-align: center;
    padding-top: 40px;
    z-index: 1
}

.text {
    z-index: 2;
    text-align: center;
    padding: 20px
}

#contenttext {
    text-align: center;
    width: 50%;
    position: relative;
    margin: auto;
    display: grid;
    top: 20px
}

#home {
    position: absolute;
    background-image: url(https://lh3.googleusercontent.com/pw/ACtC-3e7c-sQNuWOHsiuw1udOFMTnDw8z4Vf8TXS8_d1FUBSBfcXuFCuDI9xEaLETqkL--Vg7Da-un66VtM5UvN4JrB8KEW8vTXNzWrA0ACAna6y6Z5wGQkH6ZQl99xgDq4a3vcrJDbd2elbjqsjS4MJdrLs=w1406-h937-no?authuser=2);
    -webkit-animation: slideBg linear infinite;
    animation: slideBg linear infinite;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background-color: black;
    background-attachment: scroll;
    height: 50%;
    width: 100%;
    padding-bottom: 0;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -safari-background-size: cover;
    background-repeat: no repeat;
    background-position: center bottom;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    top: -50px;
    bottom: 0;
    padding-bottom: -20px;
    -webkit-transition: 2s;
    transition: 2s
}

@-webkit-keyframes slideBg {
    0% {
        background-image: url(https://lh3.googleusercontent.com/pw/ACtC-3e7c-sQNuWOHsiuw1udOFMTnDw8z4Vf8TXS8_d1FUBSBfcXuFCuDI9xEaLETqkL--Vg7Da-un66VtM5UvN4JrB8KEW8vTXNzWrA0ACAna6y6Z5wGQkH6ZQl99xgDq4a3vcrJDbd2elbjqsjS4MJdrLs=w1406-h937-no?authuser=2)
    }

    28% {
        background-image: url(https://lh3.googleusercontent.com/pw/ACtC-3cmqj3nn5TGRhv5MreoQ0elWy1y41hBGwFRH6Jv1oh7kL9Qq1kPjDxGLPYdGBprRMHdsiSmFh_VQQboDQ8dVIEbmauNcYortFVRG5NuejCA72PzJCq1LJBNXitBx5QqDj21yYU_W3iNc2mQCbeU6Nz4=w1406-h937-no?authuser=2)
    }

    34% {
        background-image: url(https://lh3.googleusercontent.com/pw/ACtC-3cmqj3nn5TGRhv5MreoQ0elWy1y41hBGwFRH6Jv1oh7kL9Qq1kPjDxGLPYdGBprRMHdsiSmFh_VQQboDQ8dVIEbmauNcYortFVRG5NuejCA72PzJCq1LJBNXitBx5QqDj21yYU_W3iNc2mQCbeU6Nz4=w1406-h937-no?authuser=2)
    }

    60% {
        background-image: url(https://lh3.googleusercontent.com/pw/ACtC-3cHBnFMO0SQO_XYN4nlEpRqKmjhAIyl-FtHtIGmdXsUFmwA1EwzTQ8LQUp3aObHgmI8iH_sq7-V6SO2UbR6l6egMoBJPvyynFnN16dLrcgh8AM4SjVsSzqlmcsWtzl25GjJp0tPpw26wJ3J3RFRT_tq=w1406-h937-no?authuser=2)
    }

    66% {
        background-image: url(https://lh3.googleusercontent.com/pw/ACtC-3cHBnFMO0SQO_XYN4nlEpRqKmjhAIyl-FtHtIGmdXsUFmwA1EwzTQ8LQUp3aObHgmI8iH_sq7-V6SO2UbR6l6egMoBJPvyynFnN16dLrcgh8AM4SjVsSzqlmcsWtzl25GjJp0tPpw26wJ3J3RFRT_tq=w1406-h937-no?authuser=2)
    }
}

@keyframes slideBg {
    0% {
        background-image: url(https://lh3.googleusercontent.com/pw/ACtC-3e7c-sQNuWOHsiuw1udOFMTnDw8z4Vf8TXS8_d1FUBSBfcXuFCuDI9xEaLETqkL--Vg7Da-un66VtM5UvN4JrB8KEW8vTXNzWrA0ACAna6y6Z5wGQkH6ZQl99xgDq4a3vcrJDbd2elbjqsjS4MJdrLs=w1406-h937-no?authuser=2)
    }

    28% {
        background-image: url(https://lh3.googleusercontent.com/pw/ACtC-3cmqj3nn5TGRhv5MreoQ0elWy1y41hBGwFRH6Jv1oh7kL9Qq1kPjDxGLPYdGBprRMHdsiSmFh_VQQboDQ8dVIEbmauNcYortFVRG5NuejCA72PzJCq1LJBNXitBx5QqDj21yYU_W3iNc2mQCbeU6Nz4=w1406-h937-no?authuser=2)
    }

    34% {
        background-image: url(https://lh3.googleusercontent.com/pw/ACtC-3cmqj3nn5TGRhv5MreoQ0elWy1y41hBGwFRH6Jv1oh7kL9Qq1kPjDxGLPYdGBprRMHdsiSmFh_VQQboDQ8dVIEbmauNcYortFVRG5NuejCA72PzJCq1LJBNXitBx5QqDj21yYU_W3iNc2mQCbeU6Nz4=w1406-h937-no?authuser=2)
    }

    60% {
        background-image: url(https://lh3.googleusercontent.com/pw/ACtC-3cHBnFMO0SQO_XYN4nlEpRqKmjhAIyl-FtHtIGmdXsUFmwA1EwzTQ8LQUp3aObHgmI8iH_sq7-V6SO2UbR6l6egMoBJPvyynFnN16dLrcgh8AM4SjVsSzqlmcsWtzl25GjJp0tPpw26wJ3J3RFRT_tq=w1406-h937-no?authuser=2)
    }

    66% {
        background-image: url(https://lh3.googleusercontent.com/pw/ACtC-3cHBnFMO0SQO_XYN4nlEpRqKmjhAIyl-FtHtIGmdXsUFmwA1EwzTQ8LQUp3aObHgmI8iH_sq7-V6SO2UbR6l6egMoBJPvyynFnN16dLrcgh8AM4SjVsSzqlmcsWtzl25GjJp0tPpw26wJ3J3RFRT_tq=w1406-h937-no?authuser=2)
    }
}

.home {
    z-index: 1;
    opacity: 1
}

.homeweg {
    opacity: 0
}

#blackoverlay {
    position: static;
    z-index: 1;
    height: 100%;
    position: relative;
    text-align: center;
    bottom: 0;
    background-color: black;
    padding-bottom: -20px;
    opacity: .4
}

.blackoverlay {
    position: static;
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    padding-bottom: -20px;
    opacity: .5;
    background-color: black
}

.blackoverlayweg {
    background-color: var(--accent-color);
    opacity: 1
}

#collectiepag,
#aboutpag,
#servicepag,
#pricingpag,
#contactpag {
    padding-top: 200px
}

#aboutpag h1 {
    margin: auto;
    width: 50%;
    font-size: 40px;
    border-bottom: 3px solid #ee7e17
}

#aboutpag p {
    border-top: 3px solid #039ee1;
    padding-top: 10px;
    margin-top: -15px
}

#servicepag {
    height: auto;
    margin-bottom: 0
}

.servicephotos2 {
    padding: 20px;
    margin: 0 0 0 0;
    border-radius: 30px;
    width: 50%;
    float: left
}

.servicephotos {
    display: block;
    width: 50%;
    margin: auto
}

.servicephotos div {
    overflow: hidden;
    text-align: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto
}

.servicephotos div div {
    z-index: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    width: 100%
}

.servicephotos div img {
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
    -ms-flex-item-align: center;
    align-self: center;
    align-self: center
}

.servicephotos img:hover {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.service_bouwen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.serviceicons {
    width: 60px;
    padding: 0
}

.servicetext {
    margin-top: -10px
}

.servicetext a {
    text-decoration: none;
    color: black;
    font-weight: 800;
    font-size: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: var(--betw-color);
    padding: 5px 10px 5px 10px;
    border-radius: 10px
}

.servicetext a:hover {
    font-size: 20px
}

.enra {
    width: 15%;
    margin: 0 10px -10px 10px
}

.photosright {
    float: right;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

#Portfolio {}



.slidershow {
    width: 100%;
    height: auto;
    overflow: hidden
}

.collectieslides {
    width: 700px;
    height: 400px
}

collectieslidesdiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.expandicon {
    position: absolute;
    width: 50px;
    margin-left: -60px;
    margin-top: 10px
}

.middle {
    border-radius: 50px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ssNavigation {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bar {
    width: 50px;
    height: 10px;
    border: 3px solid #fff;
    margin: 6px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 3px
}

.bar:hover {
    background-color: #fff
}

input[name="r"] {
    position: absolute;
    visibility: hidden
}

input[name="r"]:checked~.bar {
    background-color: #fff
}

.slides {
    width: 500%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-transition: .6s;
    transition: .6s
}

.slide .slidediv {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#p1:checked~.p1 {
    margin-left: 0
}

#p2:checked~.p1 {
    margin-left: -20%
}

#p3:checked~.p1 {
    margin-left: -40%
}

#r1:checked~.s1 {
    margin-left: 0
}

#r2:checked~.s1 {
    margin-left: -20%
}

#r3:checked~.s1 {
    margin-left: -40%
}

.fb-page {
    width: 500px;
    border-radius: 10px;
    margin: 50px
}

#pricingpag {}

.pricingtab {
    margin: 0 auto;
    width: 40%
}

.pricingtab div {
    margin-top: 30px;
    overflow: hidden;
    border-bottom: 1px solid black;
    padding: 0 10px 0 10px;
    height: 50px
}

.pricingtab div .pricingservice {
    float: left
}

.priceonder {
    margin: 0;
    margin-left: 10px;
    margin: 10px;
    text-align: left
}

.subsections {
    width: 100%;
    height: auto;
    background-color: var(--betw-color);
    position: relative;
    z-index: 0;
    position: relative
}

.subsections .bordertop {
    border-top: 4px solid #ee7e17;
    position: absolute;
    margin-top: -4px;
    left: 10%;
    right: 10%
}

.subsections .borderbottom {
    border-bottom: 4px solid #039ee1;
    position: absolute;
    left: 10%;
    right: 10%
}

.reviewborder {
    margin-top: 44px
}

.portfoliosubsections {
    width: 100%;
    height: 1200px;
    background-color: var(--betw-color);
    position: relative;
    z-index: 0
}

.subsections2 h1 {
    font-size: 30px
}

.berini {
    width: 200px
}

.openingstijden {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-top: 100px;
    padding-bottom: 50px;
    padding-top: 5px;
    background-color: var(--betw-color)
}

.contactbordertop {
    border-top: 4px solid #ee7e17;
    position: absolute;
    left: 10%;
    right: 10%;
    margin-top: 77px
}

.contactbordertop2 {
    margin-top: 97px
}

.contactborderbottom {
    border-bottom: 4px solid #039ee1;
    position: absolute;
    left: 10%;
    right: 10%
}

.location {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-top: 100px;
    background-color: #c0e1ef;
    padding: 5px 0 50px 0
}

.location iframe {
    width: 90%;
    height: 500px;
    margin: 20px 0 20px 0
}

.location div img {
    width: 50%
}

.openingstijdenimg {
    width: 40%;
    margin: 20px
}

.location div {
    margin-top: 20px;
    margin: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.location div div p {
    margin: 20px
}

.location div div {
    display: block
}

.email {
    text-decoration: underline;
    color: var(--footer-color)
}

.email:hover {
    color: var(--accent-color)
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-top: 20px;
    -webkit-transition: .2s;
    transition: .2s
}

.fa:hover {
    opacity: .7;
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.fa-instagram {
    background: #125688;
    color: white
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black
}

.fa-facebook {
    background: #3B5998;
    color: white
}

.fa-twitter {
    background: #55ACEE;
    color: white
}

iframe {
    -webkit-filter: contrast(80%);
    filter: contrast(80%)
}

.reviewsection {
    padding-bottom: 50px
}

.reviewblok {
    top: -50px;
    position: relative
}

.embedsocial-reviews iframe {
    height: 690px !important
}

.embedsocial-collect {
    position: relative;
    top: 63px;
    z-index: 2;
    background-color: var(--betw-color);
}

.googlereviews {
    position: relative;
    top: 100px
}

#fotopag {
    background-color: var(--main-bg-color)
}

footer {
    z-index: 11;
    background-color: var(--footer-color);
    position: relative;
    height: 50px;
    width: 100%;
    bottom: 0;
    text-align: center
}

footer div {
    position: relative;
    top: 13px
}

footer a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    border-left: 0 solid white;
    border-right: 0 solid white;
    -webkit-transition: border-width .2s;
    transition: border-width .2s;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    top: -2px
}

footer a:hover {
    border-width: 4px
}

.sticky {
    position: fixed;
    top: -780px;
    z-index: 2;
    height: 60px
}

.newspop-up {
    position: fixed;
    z-index: 12;
    top: 0;
    padding: 20px;
    background-color: var(--footer-color);
    margin: 100px 0 0 -1000px;
    border-radius: 20px;
    -webkit-transition: 5s;
    -webkit-transition: 1s;
    transition: 1s
}

.newspop-up div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.newspop-up div img {
    width: 80px;
    height: auto;
    margin-right: 20px
}

.newspopuptrans {
    margin: 100px 0 0 40px
}

.new_jan_2021div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin: auto;
    padding: 20px 0 20px 0
}

.new_jan_2021img {
    width: 100%;
    border-radius: 20px
}

.berinisection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.beriniaanpassing {
    margin-top: 50px;
    border-radius: 20px;
    display: flex;
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.beriniaanpassing h3 {
    margin: 20px
}

.beriniaanpassing img {
    width: 100%;
    transform: scale(1);
    transition: transform .5s
}

.beriniaanpassing img:hover {
    cursor: zoom-in
}

#berinicolorselector {
    display: flex;
    justify-content: center
}

.berinicollectie {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: var(--main-bg-color);
    margin: auto;
    margin: 20px;
    border-radius: 20px;
    padding: 20px;
    width: 30%;
    height: 500px
}

#berinicolorselector button {
    width: 70px;
    height: 40px;
    margin: 5px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    background-color: var(--footer-color);
    border-radius: 20px;
    transition: .1s
}

#berinicolorselector button:hover {
    color: white
}

#berinicolorselector button:nth-child(odd) {
    background-color: var(--accent-color)
}

.berinihokje {
    width: 300px;
    height: 300px
}

.beriniCollectionClose {
    border: 3px solid var(--accent-color);
    border-radius: 20px;
    padding: 10px;
    background-color: var(--accent-color);
    color: white;
    font-weight: 700;
    font-size: 15px
}

@media screen and (max-width:1200px) {
    .berinicollectie {
        width: 80vw
    }

    .beriniresponsive {
        flex-direction: column
    }
}

@media screen and (max-width:1100px) {
    .newspopuptrans {
        display: none
    }
}

@media screen and (max-width:599px) {
    .gesloten p{
        font-size: 18px;
    }
    
    .textsect {
        width: 100%
    }

    .sections {
        margin: 0
    }

    .navi {
        display: none
    }

    .openingstijdenimg {
        width: 90%
    }

    .fblinks {
        display: none
    }

    .whatsapp_embed {
        width: 60px;
        right: 20px;
        bottom: 20px
    }

    #navbar {
        height: 85px
    }

    .Sitest {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .Sitest:hover {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }

    #contenttext {
        width: 80%
    }

    .fb-page {
        margin: 0
    }

    .fblinks div span {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .fblinks div span iframe {
        width: 80% !important
    }

    #aboutpag h1 {
        width: 100%
    }

    .location div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .location div img {
        width: 100%
    }

    .servicephotos {
        width: 90%
    }

    .servicephotos img:hover {
        -webkit-transform: none;
        transform: none
    }

    .servicephotos2 {
        width: 75%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .servicephotos div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0
    }

    .servicephotos div div {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .collectieslides {
        width: 90% !important;
        height: 400px
    }

    .pricingtab {
        width: 90%
    }

    #pricingpag {
        background-color: var(--betw-color);
        width: 100%;
        margin-left: 0;
        padding-top: 0
    }

    .logo {
        margin: auto;
        left: -2%;
        height: 300px;
        top: 0;
        transform: scale(.7) scaleY(.5);
        -o-transform: scale(.7) scaleY(.5);
        -moz-transform: scale(.7) scaleY(.5);
        -webkit-transform: scale(.7) scaleY(.5)
    }

    .subsections2 {
        display: none
    }

    .reviewsection {
        display: none
    }

    .new_jan_2021div {
        width: 100%
    }

    .new_jan_2021divdiv {
        left: 0 !important
    }

    .newicon {
        display: none
    }

    .newdivmobile {
        margin: 20px !important
    }
}

@media screen and (min-width:600px) {
    .textsect {
        width: 100%
    }

    .navi {
        display: none
    }

    .openingstijdenimg {
        width: 80%
    }

    .whatsapp_embed {
        width: 70px;
        right: 20px;
        bottom: 20px
    }

    #navbar {
        height: 85px
    }

    .Sitest {
        transform: scale(1);
        -webkit-transform: scale(1);
        top: 75%
    }

    .logo {
        margin: auto;
        top: 100px;
        height: 200px;
        -webkit-transform: scale(.8);
        -o-transform: scale(.8);
        -safari-transform: scale(.8);
        -webkit-transform: scaleY(.7);
        -o-transform: scaleY(.7);
        -safari-transform: scaleY(.7)
    }

    #contenttext {
        width: 70%
    }

    .collectieslides {
        width: 550px;
        height: 400px
    }

    #aboutpag h1 {
        width: 93%
    }

    .servicephotos {
        width: 100%
    }

    .servicephotos div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0
    }

    .servicephotos div div {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .servicephotos2 {
        width: 75%
    }

    .servicephotos img:hover {
        -webkit-transform: none;
        transform: none
    }

    .pricingtab {
        width: 80%
    }

    .sections {
        margin: 0
    }

    .location div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .location div img {
        width: 70%
    }

    #pricingpag {
        background-color: var(--betw-color);
        width: 100%;
        margin-left: 0
    }

    .subsections2 {
        display: none
    }

    .reviewsection {
        display: none
    }

    .new_jan_2021div {
        width: 90%
    }

    .newicon {
        display: none
    }

    .newdivmobile {
        margin: 20px !important
    }
}

@media screen and (min-width:900px) {
    .navi {
        display: inline;
        width: 90%
    }

    #navbar {
        height: 80px
    }

    .mobnav {
        display: none
    }

    .openingstijdenimg {
        width: 60%
    }

    .collectieslides {
        width: 700px;
        height: 400px
    }

    .whatsapp_embed {
        width: 70px;
        right: 30px;
        bottom: 30px
    }

    .textsect {
        width: 100%
    }

    .Sitest {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .sections {
        margin: 50px
    }

    .location div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    #contenttext {
        width: 50%
    }

    #aboutpag h1 {
        width: 70%
    }

    .servicephotos {
        width: 100%
    }

    .servicephotos div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .servicephotos div div {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .servicephotos2 {
        width: 40%
    }

    .servicephotos img:hover {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    .navi a {
        margin: 2%
    }

    .pricingtab {
        width: 70%
    }

    #pricingpag {
        background-color: var(--main-bg-color);
        width: 80%;
        margin: auto
    }

    .logo {
        display: inline;
        position: relative;
        margin-top: 200px;
        top: 50px;
        left: 1%;
        width: 700px;
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .subsections2 {
        display: block
    }

    .review {
        margin: auto;
        width: 80%
    }

    .reviewsection {
        display: block
    }
}

@media screen and (min-width:1400px) {
    .navi {
        right: 0;
        width: 60%;
        display: inline;
        left: 200px
    }

    .openingstijdenimg {
        width: 40%
    }

    #navbar {
        height: 80px
    }

    .mobnav {
        display: none
    }

    .logo {
        margin: 0;
        top: 0
    }

    #contenttext {
        width: 60%
    }

    #aboutpag h1 {
        width: 60%
    }

    .Sitest {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .servicephotos {
        width: 80%
    }

    .textsect {
        width: 80%
    }

    .pricingtab {
        width: 60%
    }

    .navi a {
        margin: 3%
    }

    .logo {
        display: inline;
        position: relative;
        margin-top: 200px;
        left: 1%;
        width: 700px;
        -webkit-transition: .5s;
        transition: .5s
    }

    .subsections2 {
        display: block
    }

    .review {
        margin: auto;
        width: 60%
    }
}