@import url(https://fonts.googleapis.com/css?family=Chivo:300,400,700,900|Montserrat:100,200,300,400,500,700,800,900&display=swap);:root {

}

body {
    font-family: Montserrat,sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth
}

:after, :before {
  box-sizing: border-box;
}
a {
    color: #eb286b
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #eb286b;
    text-decoration: underline
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    line-height: 1.2;
}

h1 {
    font-family: Chivo, sans-serif;
    font-weight: 900;
    color: #eb286b;
}

h2 {
    font-family: Chivo,sans-serif;
    font-weight: 900;
    color: #eb286b;
    margin-bottom: 23px
}

h3, h4, h5 {
    font-family: Chivo,sans-serif;
    margin-bottom: 23px
}

p, ul, ul li {
    color: #41083d
}

p {
    font-family: Montserrat,sans-serif
}


footer {
    color: #666;
}

.brand img {
    position: relative;
    z-index:10;
}

header {
    position:fixed;
    width:100%;
    border-style:solid;
    border-width:0px 0px 1px 0px;
    margin:0px;
    z-index:1;
}

header {
    background-color: #eee;
    margin:0px;
}

header div.logo img{
    max-height: 76px;
    max-width: 170px;
    width:25vw;
}

@media (max-width: 992px) {
    header div.logo {
        width:60%;
    }
    header div.navigation {
        width:20%;
    }
    header div.contactbutton {
        width:20%;
    }
}

main {
    padding-top:116px;
}

.contactbutton div {
    margin-bottom:1rem;
}

.telephone, .contactbutton div button {
    font-size: calc(0.5rem + 0.7vw);
}

/********************************************/
/* Start modal section                      */
/********************************************/
.modal {
    --bs-modal-width: 80%;
}
.modal div.catchphrase-carousel {
    width: 100%;
    margin-left:inherit;
}

.modal-body {
    overflow:auto;
}

.modal-body iframe {
    width:100%;
    height:100%;
}

.modal-body ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.modal-body article {
    padding-top:1rem !important;
}

.modal h2.mod-articles-title {
    font-size: calc(1.375rem + 1.5vw);
}

.modal-content {
    height:90vh;
}

form.contactformulier {
    background-color: #eee;
    padding: 20px;
    border-radius: 10px;
}

.modal-body {
    padding:0px;
}

.modal-header {
    background-color:#eee;
}
div.vestigingen {
    & {
        padding: 1rem 3rem 3rem 3rem !important;
        background: radial-gradient(circle at center,rgba(235, 40, 107, 1) 0, rgba(65, 8, 61, 1 ) 75%);
        margin:0px;
        width:100%;
    }
    h4 {
        color:#fff;
    }
    p {
        color:#fff;
    }
    a {
        text-decoration:none;
        color:#fff;
    }
    a:hover {
        text-decoration:underline;
    }
}
/********************************************/
/* End modal section                        */
/********************************************/

/********************************************/
/* Start Hero section                       */
/********************************************/
@keyframes slide-left {
    from { right: -50%; }
    to { right: 5%; }
}

@keyframes slide-right {
    from { right: 200%; }
    to { right: 5%; }
}
section.hero {
    & {
        position:relative;
        width:100%;
        z-index:-1;
    }

    img {
        display:block;
        width:100%;
        height:auto;
    }

    .overlay {
        position:absolute;
        background: radial-gradient(circle at center,rgba(235, 40, 107, 0.8) 0, rgba(65, 8, 61, 0.8) 75%);
        width:100%;
        height:100%;
        bottom: 0;
    }

    & .title {
        position:absolute;
        top:10%;
        right:5%;
    }
    & .title h1 {
        color: #fff;
        line-height: 1;
        font-size: 5vw;
    }

    & .title {
        animation: slide-left auto cubic-bezier(0.18, 0.89, 0.32, 1.28);
        animation-duration: 1s;
    }

    & .text-area {
        position:absolute;
        top:35%;
        right:5%;
    }

    & .text-area p {
        color: #fff;
        font-size: 2.5vw;
        text-align: right;
        margin-bottom:0;
    }
    
    & .text-area {
        animation: slide-right auto cubic-bezier(0.18, 0.89, 0.32, 1.28);
        animation-duration: 1s;
    }

}

/********************************************/
/* End Hero section                         */
/********************************************/

/********************************************/
/* Start Bumper iconen                      */
/********************************************/

@keyframes slide-icoon1 {
    from { left:0px; }
    to { left:calc(20% - 7.5vw); }
}
@keyframes slide-icoon2 {
    from { left:0px; }
    to { left:calc(50% - 7.5vw); }
}
@keyframes slide-icoon3 {
    from { left:0px; }
    to { left:calc(80% - 7.5vw); }
}

div.bumper {
    & {
        background: radial-gradient(circle at center,rgba(235, 40, 107, 1) 0, rgba(65, 8, 61, 1 ) 75%);
        padding:20px;
        width: 100vw;
        height:22vw;
        margin-left: calc((100% - 100vw) / 2); 

    }
    & p {
        margin-bottom:0px;
        color:#fff;
        text-transform:uppercase;
        font-size:1.25vw!important;
        text-align:center;
    }

    img {
        height:15vw;
        width:15vw;
    }

    div.icoon1 {
        position:absolute;
        left:calc(20% - 7.5vw);
    }

    div.icoon1.square-animation { 
        animation: slide-icoon1 auto cubic-bezier(0.18, 0.89, 0.32, 1.28);
        animation-duration: 1s;
    }

    div.icoon2 {
        position:absolute;
        left:calc(50% - 7.5vw);
    }
    
    div.icoon2.square-animation { 
        animation: slide-icoon2 auto cubic-bezier(0.18, 0.89, 0.32, 1.28);
        animation-duration: 1s;
    }

    div.icoon3 {
        position:absolute;
        left:calc(80% - 7.5vw);
    }
    
    div.icoon3.square-animation { 
        animation: slide-icoon3 auto cubic-bezier(0.18, 0.89, 0.32, 1.28);
        animation-duration: 1s;
    }
}

/********************************************/
/* End Bumper iconen                        */
/********************************************/

/********************************************/
/* Start Catchphrase carousel               */
/********************************************/

div.catchphrase-carousel {
    & {
        background: radial-gradient(circle at center,rgba(235, 40, 107, 1) 0, rgba(65, 8, 61, 1 ) 75%);
        width: 100vw;
        height:9vw;
        margin-left: calc((100% - 100vw) / 2);

    }

    div.carousel-item p{
        color:#fff;
        font-size: 2vw;
        font-family: Chivo, sans-serif;
        font-weight: 900;
        margin-bottom:0px;
    }
    div.carousel-item {
        margin-top:3vw;;
    }


}

/********************************************/
/* End Catchphrase carousel                 */
/********************************************/

/********************************************/
/* Start Homepage carousel               */
/********************************************/

div.homepage-carousel {
    & {
        background: radial-gradient(circle at center,rgba(235, 40, 107, 1) 0, rgba(65, 8, 61, 1 ) 75%);
        width: 100vw;
        padding-bottom:20px;
        margin-left: calc((100% - 100vw) / 2);
        clear:both;

    }

    div.carousel-item p.carousel-title {
        font-size:4vw;
        font-family: Chivo, sans-serif;
        font-weight: 900;
    }

    div.carousel-item p{
        color:#fff;
        font-size: 1.5vw;
        
        margin-bottom:0px;
    }
    div.carousel-item {
        margin-top:3vw;;
    }


}

/********************************************/
/* End Homepage carousel                 */
/********************************************/

/********************************************/
/* Start Article                            */
/********************************************/
article {
    
    & {
        max-width:1280px;
        margin:auto;
        padding: 3rem 3rem 0rem 3rem!important;
    }

    & p:first-of-type {
        font-family: Chivo, sans-serif;
        font-size:125%;
    }

    & p {
        margin-bottom:33px;
    }
}

/********************************************/
/* End Article                              */
/********************************************/


/********************************************/
/* Start NAV menu                           */
/********************************************/

nav ul li a{
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 15px;
    padding-right: 20px;
}


.dropdown-item:hover {
    background-color:transparent;
}

@media (min-width: 993px) {
    .dropdown:hover .dropdown-menu {
        display:block;
        margin-top: 0px;
    }

    div.mod-languages {
        position:relative;
        top:-52px;
        float:right;
    }
}

@media (max-width: 992px) {

    div.mod-languages {
        display:none;
    }
  div.navbar-collapse
    {
        z-index:5;
        padding-top:100px;
        position: fixed;
        top: 0;
        left: -100vw;
        width: 100%;
        height: 100vh;
        background: rgba(65, 8, 61, .9);
        transition: 0.5s ease-in-out;  

        &.collapse:not(.show) {
          display: block;
        }

        &.show{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: rgba(65, 8, 61, .9);
            transition: 0.5s ease-in-out;
        }

        & ul{
            width: calc(100vw - 50px);
            padding-left: 50px;
        }

        & ul li{
            float:left;
            width:100%;
            color:#fff;
            text-transform: uppercase;
            clear:both;
        }

        & ul li a{
            width: 100%;
            color: #fff!important;;
            margin-bottom: 5px;
            font-size: 14px;
            display:block;
            
        }

        & ul li:has(ul) {
            border-bottom: 1px solid #eb286b;
            margin-bottom: 10px;
            position: relative;
        }

        & ul li:has(ul):after {
            content: "";
            position: absolute;
            width: 27px;
            height: 20px;
            right: 0;
            top: 0;
            background-size: 45%;
            background-repeat: no-repeat;
            background-position: 50%;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS40MTQiIGhlaWdodD0iNy4xMjEiIHZpZXdCb3g9IjAgMCAxMS40MTQgNy4xMjEiPgogIDxwYXRoIGlkPSJQYXRoXzgzNCIgZGF0YS1uYW1lPSJQYXRoIDgzNCIgZD0iTTI3MDkuMjUsMTQ3LjA0M2w1LDUsNS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcwOC41NDMgLTE0Ni4zMzYpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
            transform: rotate(0deg);
            transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
        }

        & ul li:has(ul.dropdown-menu.show):after {
            transform: rotate(180deg);
            transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
        }

        & ul li ul.dropdown-menu {
            --bs-dropdown-bg: #f000;
        }

        .dropdown-toggle::after {
            content:inherit;
        }
    }



    /********************************************/
    /* Start Animated toggler navbar            */
    /********************************************/

    .navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
    z-index:1000;
    }

    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggles:active,
    .navbar-toggler-icon:focus {
    outline: none;
    box-shadow:none;
    border: 0;
    }

    .navbar-toggler span {
    margin: 0;
    padding: 0;
    }

    .toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #d3535a;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    }

    .middle-bar {
    margin-top: 0px;
    }

    /*when navigation is clicked */
    .navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
    }

    .navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
    }

    .navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
    }

    /* State when navbar is collapsed */

    .navbar-toggler.collapsed .top-bar {
    margin-top: -10px;
    transform: rotate(0deg);
    }

    .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: aplpha(opacity=100);
    }

    .navbar-toggler.collapsed .bottom-bar {
    margin-top: 10px;
    transform: rotate(0deg);
    }

    /********************************************/
    /* End Animated toggler navbar              */
    /********************************************/

}
/********************************************/
/* End NAV menu                           */
/********************************************/

/********************************************/
/* Start calculator                         */
/********************************************/

form:has(div.patent-calculator) {
    background: radial-gradient(circle at center,rgba(235, 40, 107, 1) 0, rgba(65, 8, 61, 1 ) 75%);
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    padding: 30px 0px 30px 0px;

}

.patent-calculator {
    margin:auto;
    max-width:1000px;
    padding:50px;
    border-style:solid;
    border-width:1px;
    border-radius:10px;
    background-color:#fff;
    
    & h2 {
        margin-top:25px;
    }

    & h3 {
        display:inline;
    }
    & button.toelichting {
        background-color: #0d6efd;
        color:#fff;
        border-radius: 20px;
        font-weight: 600;
        border-style:none;
        margin-left: 10px;
        padding: 3px 10px;
        top: -10px;
        position: relative;
    }
    & div.fieldset {
        text-align:center;
        background-color: #eee;
        padding: 10px;
        border-radius: 10px;
    }

    & .formControls input#total {
        width:200px;
        display:inline;
        font-size: 40px;
        background-color: #fff;
        border: none;
        height: 80px;
    }
    & .formControls input#total_vat {
        width:120px;
        display:inline;
        font-size: 12px;
        background-color: #fff;
        border: none;
    }
    & .formControls input#total + p {
        display:inline;
    }
    & .formControls input#total_vat + p {
        display:inline;
        font-size:12px;
    }
    & div.formControls:has(input#total)::before {
        content: "€";
        font-size: 40px;
        padding-top: 10px;
        color: #41083d;
    }
    & div.formControls:has(input#total_vat)::before {
        content: "€";
        font-size: 12px;
        padding-top: 10px;
        color: #41083d;
    }
    & input[type=radio] {
        position:absolute;
        left:-9999px;
    }
    
    & input[type=radio]:checked+label {
        background-color: #eb286b;
        color:#fff;
    }
    & input[type=radio]:not(:checked)+label {
        border: 1px solid #eb286b;
        background-color:#fff;
    }
    & input[type=radio]:not(:checked)+label:hover {
        border: 1px solid #0d6efd;
        cursor:pointer;
    }
    & input[type=radio]+label {
        padding:10px;
        border-radius:20px;
        min-width:250px;
        text-align:center;
        margin:5px;
    }

    & div.form-check {
        padding-left: 0px;
    }

}
div.popover {
    max-width: 700px;
    background-color:#eee;
}
/********************************************/
/* End calculator                           */
/********************************************/

/********************************************/
/* Start footer                             */
/********************************************/

footer{
    max-width:1280px;
    margin-left:auto;
    margin-right: auto;
}

footer div.custom {
    width:auto;
    padding-top:18px;
}
footer span.footer__reviews a{
    color: #41083d;
}

footer ul.navbar-nav {
    flex-direction: row;
    justify-content:right;
}

footer li {
    padding:10px;
}

/********************************************/
/* End footer                               */
/********************************************/