@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap');

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../fonts/Segoe\ UI.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../fonts/Segoe\ UI\ Italic.woff') format('woff');
}

@font-face {
    font-family: 'Segoe UI Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Semibold'), url('../fonts/SegoeUI-SemiBold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../fonts/Segoe\ UI\ Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('../fonts/Segoe\ UI\ Bold\ Italic.woff') format('woff');
}

:root {
    --main-red: #F84F4F;
    --side-red: #FF7575;
    --dark-grey: #333;
    --light-grey: #999;
    --white: #fff;
    --success: #00b090;
    --warning: #ffcd35;
    --danger: #fc5185;
    --shadow: 0 7px 22px rgb(0 0 0 / 0.2);
}

::selection {
    background-color: var(--main-red);
    color: #fff;
}

.pagetitle::selection, nav a::selection, #hamburgertoggle a::selection, #footernav a::selection, #footernav li::selection {
    background-color: #fff;
    color: var(--main-red);
}

body {
    font-family: 'Segoe UI Regular';
    color: var(--dark-grey);
    margin: 0;
    padding: 0;
    color: var(--dark-grey);
    position: relative;
    overflow-x: hidden;
}

body.popup-open {
    overflow: hidden;
}

.icon-success[data-v-a0fed818]:not(.icon-disabled) {
    fill: var(--success) !important;
}

.icon-warning[data-v-a0fed818]:not(.icon-disabled) {
    fill: var(--warning) !important;
}

.icon-danger[data-v-a0fed818]:not(.icon-disabled) {
    fill: var(--danger) !important;
}

.grecaptcha-badge {
    z-index: 99;
}

a {
    text-decoration: none;
    color: var(--main-red);
    background-image: linear-gradient(
        to right, #F84F4F, #FF7575 100%);
    background-size: 0 1.5px, 0 1.5px;
  background-position: 0 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;}

a:hover {
    cursor: pointer;
    background-size: 100% 1.5px, 100% 1.5px;
}

ul {
    list-style: none;
}

/* Cookies */
#Cookies {
    position: fixed;
    background-color: white;
    box-shadow: var(--shadow);
    text-align: center;
    padding: 20px 15px;
    width: 400px;
    min-height: 200px;
    margin: auto;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 25% 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

#Cookies p {
    color: var(--dark-grey);
}

#Cookiesbg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    overflow: hidden;
}

.clogo {
    width: 75px;
    margin: auto;
}

/* rest*/

nav {
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 97;
}

nav .navlist ul {
    text-transform: uppercase;
}

nav .navlist li {
    padding: 0 15px;
}

nav .navlist li a {
    color: white;
    background-image: linear-gradient(
        to right, #FFF, #FFF 100%
    );
}

nav .navlist ul li:last-child {
    padding-left: 30px;
}

.hamburgermenu {
    display: none;
}

.navlist {
    display: block;
}

#hamburgertoggle {
    flex-direction: column;
    z-index: 100;
    background-color: white;
    position: absolute;
    width: 100%;
    display: none;
}

#hamburgertoggle>ul {
    margin: 0 auto;
    width: max-content;
    padding: 100px 0 70px 0;
}

#hamburgertoggle li {
    padding: 10px 0;
    text-align: center;
}

#hamburgertoggle li a {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-grey);
}

#hamburgertoggle>div {
    text-align: end;
}

#hamburgertoggle button {
    border: none;
    background-color: white;
    color: black;
    font-size: 60px;
    padding: 15px 35px;
}

#bghamb {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}

h1,
h2,
h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 25px;
}

p {
    color: var(--dark-grey);
    padding: 10px 0;
    font-size: 18px;
}

p.lightgray {
    color: var(--light-grey);
}

strong {
    font-weight: 700;
}

.texta {
    transition: all 0.5s ease;
}

header {
    max-width: 475px;
    margin: 300px 150px;
}

.pagetitle {
    color: white;
    top: 125px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 75px;
    font-family: 'Roboto slab';
}

.pagebackground {
    overflow-x: hidden;
}

header>* {
    margin: 0px;
}

header>p {
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 40px;
    font-size: 18px;
    color: var(--dark-grey);

}

.multiplebuttons {
    display: flex;
    flex-direction: row;
}

button {
    background-color: var(--main-red);
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 18px;

}

button:hover,
#bgcontactform input[type="submit"]:hover,
#bgcontactform input[type="submit"]:active,
.contactsection form input[type="submit"]:hover,
.contactsection form input[type="submit"]:active {
    background-color: var(--side-red);
    cursor: pointer;
    transition: 0.5s ease;
}

.multiplebuttons p {
    padding-left: 20px;
}

#changingTitle .highlight {
    color: var(--main-red);
}

.svgcontainers-mobile img {
    display: none;
}

.svgcontainers svg,
.svgcontainers img {
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.svg-container2img img {
    width: 1600px;
    position: absolute;
    right: -500px;
    top: -250px;
}

.svg-cirkelimg img {
    width: 350px;
    position: absolute;
    right: 700px;
    top: 325px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* SHAPES */
svg {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.bg-shape {
    position: relative;
    overflow: hidden;
    padding: 50px;
}

.red:after {
    background: var(--main-red);
}

.lightred:after {
    background: var(--side-red)
}

.shape-1:after {
    content: '';
    position: absolute;
    width: 161px;
    height: 92px;
    border-radius: 114px / 106px;
    top: -29px;
    left: -66px;
    z-index: -1;
}

.svg-cirkel svg,
.svg-container3 svg {
    z-index: 4;
}

.svg-cirkel {
    z-index: 1;
    position: absolute;
    left: 0;
    margin-top: -150px;
}

.svgcontainerpage img {
    width: 100%;
    margin-top: -320px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    

}

/* ** */
.grid-container {
    display: grid;
    grid-template-columns: auto;
    padding: 10px;
}

.grid-item {
    padding: 20px;
    font-size: 30px;
    text-align: center;
}

.svg-container {
    width: 100%;
    max-width: 100px;
    /* Adjust the max-width as needed */
}

.logo {
    max-width: 100%;
    height: auto;
}

.navlist {
    padding: 20px;
}

nav ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: end;
}


.svg-container2 {
    display: block;
    width: 70vw;
    height: auto;
}

section {
    text-align: center;
}

.sectionfactors>ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 75px;
    padding: 0;
}

.sectionfactors>ul li {
    box-shadow: var(--shadow);
    width: 430px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    transition: 0.5s ease;
    position: relative;
    z-index: 4;
}

.sectionfactors li::before {
    background-color: white;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 36px;
    z-index: 1;
}

.sectionfactors li::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: var(--main-red);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 36px;
}

.sectionfactors li:hover::after {
    opacity: 1;
}


.sectionfactors>ul li>div {
    padding: 0 15px;
    z-index: 2;
}

.sectionfactors ul li:nth-child(1) .grid-item-1 {
    padding-top: 8px;
}

.sectionfactors ul li:nth-child(2) .grid-item-1 {
    padding-top: 28px;
}

.sectionfactors img {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.darksection {
    background-color: var(--dark-grey);
    margin-top: 350px;
    color: white;
    padding: 75px 15% 150px 15%;
}

.darksection p {
    color: white;
}

.darksection>h2,
.darksection>p {
    width: 50%;
    max-width: 80%;
    margin: auto;
}

.darksection>p {
    padding: 10px 0 100px 0;
}

article.services {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 200px;
}

.services section {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 80px 10% 0 10%;
}

.services>h2 {
    margin-bottom: 0;
}

.services section div {
    width: 430px;
    height: 212px;
    border-radius: 36px;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services section div h3 {
    margin: 0;
}

.services section div p {
    padding: 10px 20px;
}

/* timeline */
.timeline {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
}

.line {
    border: 2px white solid;
    margin: 20px 0;
}

.eventcirkel {
    z-index: 10;
    margin-top: -47px;
    margin-left: -25px;
}

.timelinecontainer {
    flex: 1;
}

.timelinecontainer:nth-child(3) {
    flex: 4;
}

.timelinecontainer:first-child {
    text-align: start;
}

.timelinecontainer:first-child .eventcirkel {
    margin-left: -15px;
}

.timelinecontainer:last-child {
    text-align: end;
    font-weight: 700;
}

.timelinecontainer:last-child .eventcirkel {
    margin-left: -35px;
}

.svg-container3 svg {
    position: absolute;
    left: auto;
    right: 0;
    z-index: 4;
}

.timelinevertical {
    display: none;
    grid-template-columns: 1.5fr 2px 1.5fr;
    grid-template-rows: 3fr 4fr 4fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
        "tl1 tl1 tl1"
        "tl2 tl2 tl2"
        "tl3 tl3 tl3"
        "tl4 tl4 tl4";
}

.tl1 {
    grid-area: tl1;
    display: grid;
    grid-template-columns: 0.5fr 2px 1.5fr;
    grid-template-rows: 3fr;
    gap: 0px 0px;
    grid-template-areas:
        "tldate tlline tltext";
}

.tl2 {
    grid-area: tl2;
    display: grid;
    grid-template-columns: 0.5fr 2px 1.5fr;
    grid-template-rows: 4fr;
    gap: 0px 0px;
    grid-template-areas:
        "tldate tlline tltext";

}

.tl3 {
    grid-area: tl3;
    display: grid;
    grid-template-columns: 0.5fr 2px 1.5fr;
    grid-template-rows: 4fr;
    gap: 0px 0px;
    grid-template-areas:
        "tldate tlline tltext";
}

.tl4 {
    grid-area: tl4;
    display: grid;
    grid-template-columns: 0.5fr 2px 1.5fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas:
        "tldate tlline tltext";
}

.tlline .eventcirkel {
    margin-left: -25px;
    margin-top: -6px;
}

.tlline {
    border: 2px solid white;
}

.tl1 .tlline {
    border: 2px solid white;
    height: 85%;
    margin: auto 0 0 0;
}

.tl1 .tlline .eventcirkel {
    margin-top: -20px;
}

.tl4 .tlline {
    height: 50%;
}


/* Clients 
.clients {
    margin-top: 250px;
    text-align: center;
    margin-bottom: 185px;
}

.clients>h2 {
    margin-bottom: 75px;
}

.clients section {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.clientslogo {
    margin: auto 50px;
    width: 300px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: grayscale(1);
    transition: 0.5s ease;
}

.clientslogo:hover {
    filter: grayscale(0);
}

.client1 {
    background-image: url(../Images/Clients/LogoShawnCoss.png);
}

.client2 {
    background-image: url(../Images/Clients/LogoBrewBeast.png);
}

.client3 {
    background-image: url(../Images/Clients/LogoMarcelis.png);
}

.client4 {
    background-image: url(../Images/Clients/JaarmarktRode.png);
    background-size: contain;
}
    */

footer {
    margin-top: 125px;
    position: relative;
}

.hidden {
    display: none !important;
}

#confirmationMessage {
    position: fixed;
    top: 80px;
    right: 50px;
    z-index: 999;
    display: flex;
    flex-direction: row-reverse;
    background-color: white;
    border-radius: 10px;
    box-shadow: var(--shadow);
    border-left: 5px green solid;
    font-weight: 600;
}

#confirmationMessage>div:first-child {
    padding: 10px 15px;
}

#confirmationMessage>div:last-child {
    padding: 20px;
    padding-left: 35px;
}

#confirmationMessage i {
    font-size: 25px;
    color: var(--dark-grey);
    cursor: pointer;
}

#confirmationMessage p {
    font-size: 15px;
    color: var(--dark-grey);
}

#bgcontactform {
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    position: absolute;
    top: -40px;
}


#bgcontactform>div:first-child {
    color: white;
    font-family: 'Roboto Slab', serif;
    background-color: #404040;
    width: 450px;
    display: flex;
    flex-direction: column;
    border-radius: 20px 20px 0 0;
    z-index: 4;
}

#bgcontactform h2 {
    background-color: var(--main-red);
    margin: 0;
    text-align: center;
    padding: 15px;
    border-radius: 20px 20px 0 0;
}

#bgcontactform form {
    display: flex;
    flex-direction: column;
    padding: 20px 40px 0 40px;
    overflow: hidden;
}

#bgcontactform input,
#bgcontactform textarea {
    border-radius: 8px;
    border: 1px solid white;
    font-family: 'Segoe UI';
    font-size: 12px;
    padding: 8px 10px;
    z-index: 4;
}

#bgcontactform textarea {
    resize: none;
}

#bgcontactform label {
    padding: 20px 0 5px 0;
}

#bgcontactform input {
    height: 30px;
}

#bgcontactform input[type="submit"] {
    background-color: var(--main-red);
    font-family: 'Roboto Slab', serif;
    padding: 10px 40px;
    color: white;
    font-size: 18px;
    height: fit-content;
    margin: 15px auto 0 auto;
    border: none;
}

#pconfirm {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--main-red);
    font-weight: 700;
    font-size: 12px;
    padding: 0;
}

#form-background {
    width: 450px;
    height: 480px;
    background-color: #404040;
    z-index: 2 !important;
}

#form-background-mobile {
    display: none;
}

.svg-footercontainers {
    padding-top: 250px;
}

.svg-footercontainers>img {
    position: absolute;
    width: 100%;
}

.svg-footercontainers .svgf1 {
    z-index: 1;
}

.svg-footercontainers .svgf2 {
    z-index: 3;
}

.svg-footercontainers .svgmobile {
    display: none;
}

#footernav {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    position: absolute;
    z-index: 97;
}

.flogo img {
    position: absolute;
    z-index: 97;
    bottom: 0;
    top: auto;
    width: 100px;
}

.flogo {
    position: absolute;
    left: 50px;
}

#footernav ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
}

#footernav li {
    padding: 0 5px;
}

#footernav li a {
    background-image: linear-gradient(
        to right, #FFF, #FFF 100%
    );
}

#footernav li a,
#footernav li {
    font-family: 'Roboto Slab', serif;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
}

/* boxes */
#listboxes {
    display: flex;
}

#listboxes>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1480px;
    margin: auto;
    justify-content: center;
}

.outerbox {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 10px;
    width: 350px;
    height: 380px;
    box-shadow: var(--shadow);
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.outerbox img {
    margin: 10px auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    user-select: none;
}

.outerbox h3 {
    margin-top: auto;
    z-index: 10;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 320px;
    user-select: none;
    width: 100%;
}

.box-wit {
    margin-top: auto;
    margin-bottom: -1px;
}

#Website {
    background-color: #07B0B0;
}

#Logo {
    background-color: #62EFEF;
}

#Poster {
    background-color: #26E59D;
}

#Flyer {
    background-color: #FEC85E;
}

#Banner {
    background-color: #F34188;
}

#BusinessCard {
    background-color: #7848FF;
}

#UIUX {
    background-color: #8DCEF3;
}

#Branding {
    background-color: #4885FF;
}

#SocialMedia {
    background-color: #05C7D5;
}

#Hosting {
    background-color: #53E5A1;
}

#Other {
    background-color: #D7F539;
}

.checkmark {
    display: none;
    position: absolute;
    width: 33px;
    z-index: 91;
    left: 5px;
    top: 5px;
}

.box-selected {
    display: none;
    background-color: #07B0B0 !important;
    opacity: 0.26;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 90;
}

.textcenterdiv {
    text-align: center;
    max-width: 1200px;
    margin: auto;
}

.offertetext {
    max-width: 800px;
    margin: 25px auto 50px auto;
}

.offertetypes h2 {
    margin-bottom: 35px;
}

.boxsub {
    position: relative;
    z-index: 1;
    display: flex;
}

.offertetext .multiplebuttons {
    justify-content: center;
    margin-top: 80px;
}

.offertetext .multiplebuttons button {
    margin-top: 0;
}

.offertetext .multiplebuttons a {
    height: fit-content;
    margin: auto 0;
}

.offertebar {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 50px auto 75px auto;
    width: 900px;
    position: relative;
}


.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    margin: 0 20px;
    transform: translateX(-50%);
}

.step1 {
    left: 0;
}

.step2 {
    left: 33%;
}

.step3 {
    left: 66%;
}

.step4 {
    left: 100%;
}


.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #E5E5E5;
    position: absolute;
    top: 50%;
    transform: translate(-60%, -16px);
    
}


.circle.complete {
    background-color: #F84F4F;
    box-shadow: var(--shadow);
}


.lineofferte {
    width: 100%;
    height: 9px;
    background-color: #E5E5E5;
}


.lineofferte.complete {
    background-color: #FF7575;
}

.textofferte {
    position: absolute;
    top: 25px;
    width: 200px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    transform: translateX(-10%);
    color: #E5E5E5;
}

.textofferte.complete {
    color: var(--dark-grey);
}

.offertetypes button {
    margin-top: 80px;
    padding: 15px 50px;
    font-weight: 700;
}

.svgpage {
    width: 100%;
    display: flex;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;

}

.footerdeets {
    margin-top: -70px;
    display: flex;
    flex-direction: row;
}

.footerdeets .flogo {
    margin-top: 30px;
}

.servicetitel {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    position: relative;
    border-bottom: 2px solid var(--main-red);
}

.servicetitel i {
    margin-right: 10px;
    margin-left: auto;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    width: 20px;
}

.servicerest {
    padding: 15px 10px 20px 10px;
}

.serviceclosed {
    display: none;
}

.serviceb,
.Personalinfo {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 50px auto;
    max-width: 1000px;
    box-shadow: var(--shadow);
}

.Personalinfo {
    padding: 40px 0;
}

.serviceb h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.serviceb p,
.Personalinfo p {
    margin-bottom: 50px;
}

.Scolumn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 450px;
    margin: 0 auto;
}

.multicolumn {
    flex-direction: row;
    width: 800px;
}

.Multicolumn1,
.Multicolumn2 {
    display: flex;
    flex-direction: column;
    width: 350px;
    margin: 0 25px;
}

.serviceb label,
.multicolumn label {
    text-align: start;
    font-size: 12px;
    padding: 5px 0;
}

.contentcheckbox {
    display: flex;
    flex-direction: row;
    margin: 1px 0;
}

.serviceb input,
select,
.multicolumn input {
    background-color: #E5E5E5;
    border: none;
    border-radius: 0;
    height: 25px;
    margin-bottom: 10px;
    border: 1px solid white;
}

.required {
    border: 1px solid var(--main-red) !important;
}

.serviceb input[type='checkbox'],
.multicolumn input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin-top: 5px;
    margin-left: 0px;
}

.serviceb textarea,
.multicolumn textarea {
    resize: none;
    background-color: #E5E5E5;
    border: none;
    border-radius: 0;
}

.checkboxcheckmark {
    height: 15px;
    width: 15px;
    background-color: #eee;
    margin: 5px;
    margin-left: 0;
    min-width: 15px;
    min-height: 15px;
    border: 1px solid white;
}

.contentcheckbox:hover input~.checkboxcheckmark {
    background-color: #ccc;
}

.contentcheckbox input:checked~.checkboxcheckmark {
    background-color: var(--side-red);
}

.checkboxcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.removeButton {
    margin: 0 !important;
    padding: 0 !important;
    background-color: white;
    color: var(--dark-grey);
    font-weight: 400 !important;
    display: none;
}

.removeButton:hover {
    background-color: white;
}

.quote2 {
    display: none;
}

/* Help */
.HelpIcon {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    margin: auto 0;
    cursor: help;
}

.HelpIcon .HelpIcontext {
    visibility: hidden;
    width: 400px;
    background-color: white;
    color: var(--dark-grey);
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    border: 1px solid var(--dark-grey);
    position: absolute;
    z-index: 1;
    font-size: 14px;
    padding: 10px;
    right: 15px;
}

.HelpIcon:hover .HelpIcontext {
    visibility: visible;

}

.ContentHelp {
    display: flex;
    flex-direction: row;
}

#nextStepButton,
.submitofferte, .contactsection form input[type="submit"] {
    margin: 80px auto 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px 50px;
    border-radius: 0;
}

.asterix {
    color: var(--main-red);
}

/* About */
#AboutMeInfo {
    width: 881px;
    height: 498px;
    display: flex;
    flex-direction: row;
    box-shadow: var(--shadow);
    border-radius: 20px;
    margin: auto;
    margin-top: -310px;
    z-index: 80;
    position: relative;
    background-color: white;
    margin-bottom: 75px;
}

#AboutMeInfo > article {
    width: 300px;
    height: 450px;
    margin: auto;
    position: relative;
}

#AboutMeInfo > article h2 {
    font-size: 30px;
    margin-top: 50px;
}

#AboutMeInfo > article > p {
    width: 200px;
    margin: auto;
}

#AboutMeInfo > article ul {
    display: flex;
    flex-direction: column;
}

#AboutMeInfo > article ul.abinfo p {
    margin-left: 10px;
    color: var(--dark-grey);
}

#AboutMeInfo > article li {
    display: flex;
    flex-direction: row;
}

#AboutMeInfo > article li img {
    width: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;

}

.abinfo {
    margin: auto;
    margin-top: 30px;
    width: 240px;

}

.aboutsvgcontainer img {
    margin-top: -100px;
}

.socials {
    flex-direction: row !important;
    justify-content: center;
    width: fit-content;
    margin: auto;
    margin-bottom: 0;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.socials a {
    margin: 0 5px;
}

.socials li {
    background-color: #C1C1C1;
    padding: 5px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;

}

.socials li img {
    width: inherit !important;
}

.socials a li:hover {
    background-color: var(--light-grey);
    border-radius: 5px;
}

.socials a {
    background-image: none;
}

.aboutimg {
    background-image: url(../Images/About/FotoJW-Edit-L.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 393px;
    height: 450px;
    margin: auto;
    margin-right: 24px;
    border-radius: 20px;
}

.balken {
    width: fit-content;
    margin: auto;
    margin-top: 50px;
}

.balkinfo {
    display: flex;
    flex-direction: row;
    padding: 5px;
}

.balk {
    width: 750px;
    background-color: #F2F2F2;
    border-radius: 20px;
    height: 15px;
    margin: auto 0;
}

.lijnbalk {
    height: 100%;
    background-color: var(--main-red);
    border-radius: 20px;
    border: 1px solid var(--main-red);
    margin-top: -1px;
    margin-left: -1px;
}

.photoshop {
    width: 70%;
}

.illustrator {
    width: 63%;
}

.indesign {
    width: 68%;
}

.aftereffects {
    width: 19%;
}

.premierepro {
    width: 30%;
}

.adobexd {
    width: 78%;
}

.html {
    width: 80%;
}

.css {
    width: 87%;
}

.javascript {
    width: 28%;
}

.balktext {
    display: flex;
    flex-direction: row;
    line-height: 0;
    font-size: 15px;
    padding: 0;
}

.balktext p {
    color: var(--dark-grey);
    font-weight: 700;
    margin-left: 10px;
}

.balken h3:last-of-type {
    margin-top: 50px;
    font-size: 20px;
}

.balken h3 {
    margin-bottom: 5px;
}

.abouttext {
    width: 70%;
    margin: auto;
    margin-top: 50px;
}

.privacypolicytext {
    width: 70%;
    margin: 50px auto;
}

.privacypolicytext p {
    color: black !important;
    text-align: left;
}

.privacypolicytext li {
    list-style-type: disc;
}

.privacypolicytext ul {
    margin-left: 15px;
    padding: 10px 0;
}

.privacypolicytext h3 {
    padding: 15px 0;;
}

.portfitem {
    display: flex;
    margin: 25px 50px;
}

.portfitem > article {
    flex: 1;
    text-align: left;
    padding-left: 20px;
}

.portfitem > article h3 {
   font-size: 25px; 
}

.portfitem > article button {
    font-size: 13px;
    margin-top: 25px;
}

.portfimg {
    background-repeat: no-repeat;
    min-height: 491px;
    flex: 1;
    background-position: right;
    background-size: contain;
}

.portfimg-W1 {
    background-image: url(../Images/Portfolio/AmelloFoto.png);
}

.portfimg-D1 {
    background-image: url(../Images/Portfolio/OntgroeningBanner_04.05.2023.png);
}

.FullPageImg {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
}

.FullPageImg .close i {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 60px;
    font-weight: bold;
}

.FullPageImg .close i:hover {
    cursor: pointer;
}

.FPIcontent {
    margin: auto;
    display: block;
    max-width: 75%;
    max-height: 80%;
    object-fit: contain;
}

.contactsection {
    box-shadow: var(--shadow);
    width: 850px;
    margin: auto;
}

.contactinfo {
    position: relative;
    height: 110px;
    padding-top: 40px;
}

.contactsection .contactinfo > .socials {
    display: flex;   
}

.contactsection .contactinfo > .socials li {
    margin: 0 5px;  
}

.contactsection .contactinfo > .socials li a {
    color: white;
    margin: 0;
}

.contactsection form {
    padding: 10px 100px 1px 100px;
    text-align: left;
}

.contactsection form > div.c2col {
    display: flex;
    flex-direction: row;
}

.contactsection form > div input, .contactsection form > div textarea {
    width: calc(650px - 20px);
}

.contactsection form > div textarea {
    height: 200px;
}

.contactsection form > div div input {
    width: calc(650px/2 - 30px);
}

.contactsection form > div div:last-of-type {
    padding-left: 20px;
}

.contactsection form div p {
    padding: 0;
    font-size: 11px;
    padding-left: 5px;
}

.contactsection input[type="email"], .contactsection input[type="tel"], .contactsection input[type="text"], .contactsection textarea {
    background-color: #F2F2F2;
    border: none;
    border-radius: 10px;
    height: 20px;
    padding: 5px 10px;
    resize: none;
    font-size: 14px;
}

.contactsection form > div {
    padding-top: 5px;
    padding-bottom: 20px;
}

input, textarea {
    font-family: 'Segoe UI Regular';
}

.contactsection form input[type="submit"] {
    margin: 19px auto;
    background-color: var(--main-red);
    border: none;
    color: white;
}

.HTypeDropDown {
    border-bottom: 1px solid #dad9da;
    position: relative;
}

.HTypeDropDown ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
}

.HTypeDropDown ul li {
    width: 100%;
    line-height: 24px;
    margin: 0;
    position: relative;
    flex: 1;
}

.HTypeDropDown ul li div {
    cursor: pointer;
    transition: color .2s ease-in-out;
    display: block;
    padding: 12px 24px;
    font-weight: 700;
}

.HTypeDropDown ul li:hover {
    color: var(--main-red);
}

.HTDropDownactive {
    color: var(--main-red);
}

.HTypeDropDown ul li div.HTDropDownactive::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: -1px;
    left: 0;
    background: var(--main-red);
}

.HTDropDownLine {
    transition: transform .3s,width .3s ease-in-out;
    position: absolute;
    padding: 0;
    margin: 0;
    height: 1px;
    bottom: -1px;
    background: var(--main-red);
}

.HCardInfoUnder > p, .HCardPriceUnder > p {
    font-size: 13px;
}

.AllTypesHosting {
    max-width: 1290px;
    margin: auto;
}

.CPurchaseList {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 28px;
    gap: 30px;
}

.CardsPurchaseItem {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    flex-direction: column;
    min-width: 252px;
    padding: 24px;
    background-color: var(--white);
    border: 1px solid var(--gray-border);
    border-radius: 10px;
    flex: 1;
    box-shadow: var(--shadow);
}

.ClHMostPopular {
    position: absolute;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 8px 8px 0 0;
    background-color: var(--main-red);
    color: var(--white);
}

.ClHMostPopular span {
    font-weight: 700;
    line-height: 20px;
    font-size: 12px;
}

.ClHCInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
}

.ClHCInfo h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--dark-grey);
    text-align: center;
    margin: 24px 0;
}

.HCardoldpricing {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.HCardoldpricing p {
    color: var(--light-grey);
    text-decoration: line-through;
}

.HCardoldpricing div{
  background-color: #ffc8c8;
  padding: 4px 8px;
  line-height: 1rem;
}

.HCardoldpricing div span {
    color: var(--main-red);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.HCardPurchasePrice {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 8px;
    position: relative;

}

.HCardPurchasePrice h4 {
    font-size: 40px;
    white-space: nowrap;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Segoe UI Semibold';
}

.HCardPurchasePrice p {
    font-family: 'Segoe UI Semibold';
}

.HCardPriceUnder, .HCardInfoUnder {
    text-align: center;
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}

.HCardPriceUnder {
    margin-bottom: 0;
}

.HCardPriceUnder p, .HCardInfoUnder p {
    color: var(--light-grey);
}

.icon-success {
    fill: var(--success);
    z-index: 0;
}

.icon-warning {
    fill: var(--warning);
    z-index: 0;
}

.icon-danger {
    fill: var(--danger);
    z-index: 0;
}

.Features {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin-bottom: 16px;
}

.feature-item {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 5px;
}

.ClHCFCheckm {
    display: inline-flex;
    width: 22px;
}

.feature-item div:nth-child(2) {
    flex-grow: 1;
}

.HDurationDropDown {
    background-color: #ddd;
    padding: 5px 10px;
}

.HDurationDropDown a {
    color: var(--dark-grey);
}

.HDurationDropDown a:hover {
    background-size: 0;
}

.HDDropdownOptions {
    display: none;
    position: absolute;
    background-color: var(--white);
    padding: 5px 10px;
    z-index: 10;
}

.HDurationDropDown:hover ~ .HDDropdownOptions, .HDDropdownOptions:hover {
    display: block;
}

.HDFullWrapper {
    position: relative;
    width: fit-content;
    margin: auto;
}