body {
    font-family: "IBM Plex Sans", sans-serif;
    font-smooth: always;
}

ul li {
    list-style: none;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: white !important;
    color: #6BB4F9;
    border: 1px solid #6BB4F9;
}

a {
    color: #51b0d5;
    text-decoration: none;
}

p {
    color: #202F50;
    font-weight: 300;
    font-size: 17px;
}

h1 {
    color: white;
    font-weight: 700;
    font-size: 5rem;
    font-family: 'PPNeueMontreal-Regular', sans-serif'
}

h2 {
    color: #202F50;
    text-align: center;
    font-size: 21px;
    line-height: 3;
    font-weight: 500;
}

h3 {
    font-size: 22px;
    color: #202F50;
}

.mar {
    background-color: #54483A;
    
    background-image: linear-gradient(rgb(25 205 190 / 93%), rgb(0, 27, 8)), url(img/header-bg-master.jpg);

   /*   background-image: linear-gradient(rgba(141, 181, 238, 0.93), rgba(41, 84, 169, 100)), url(img/header-bg-update.jpg); */
    background-size: cover;
    background-position: 0px 81%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-repeat: no-repeat;
}

.mar-intro {
    color: white;
    font-size: 34px;
    font-weight: 200;
}

.globe {
    background-image: url(img/svg/globe.svg);
    display: inline-block;
    position: relative;
    width: 5rem;
    height: 3.2rem;
    background-repeat: no-repeat;
    background-size: contain;
    top: 6px;
    left: -15px;
    margin-right: -67px;
    opacity: 0.9;
}

span.mar-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    text-align: center;
    display: block;
    position: relative;
    border: 2px solid white;
}

span.mar-icon:after {
    content: "";
    border: 1px solid white;
    position: relative;
    display: block;
    width: 17px;
    height: auto;
    top: -50%;
    left: 46px;
}
a.ndcr:after {
    content: "";
    border: 1px solid white;
    position: relative;
    display: block;
    width: 219px;
    height: auto;
    bottom: 24px;
    left: 52px;
}

span.mar-icon:hover {
    background: rgba(255, 255, 255, 0.278);
}

img.icon-mar {
    width: 1.5rem;
    height: 100%;
    display: inline-block;
}

img.icon-mar-var {
    width: 70px;
}

.bb-1 {
    width: 220px;
    height: 220px;
    display: flex;
    position: absolute;
    background: #4f00ff57;
    border-radius: 50%;
    margin-bottom: -10px;
    margin-left: -6rem;
}

.bb-2 {
    width: 220px;
    height: 220px;
    display: flex;
    position: absolute;
    background: #225edaa1;
    border-radius: 50%;
    margin-top: -110px;
    margin-left: 9rem;
}


@media only screen and (max-device-width: 768px) {
    .bb-2 {
        margin-top: -80px;
        margin-left: 4rem;    
    }
}

img.img_1 {
    width: 120px;
    height: 120px;
    border-radius: 10%;
    border: 7px solid white;
    bottom: 3.6rem;
    display: block;
    position: relative;
    border: 2px solid transparent;
    background: linear-gradient(#ffffff, #67aeff);
    background-clip: padding-box;
    padding: 2px;
    left: 0.3em;
    margin-top: 25px;
    /*
    animation: spin 4s linear infinite;*/

}

@-webkit-keyframes spin {
    100% {-webkit-animation: rotate(360deg);
    }
}


img.img_1:after {
    content:"";
    display: block;
    width: 700px;
    height: 700px;
    border-radius: 50%;
}

.tag-skills {
    color: #6BB4F9;
    background: white;
    border: 1px solid #6BB4F9;
    font-weight: 500;
    margin: 3px;
    cursor: default !important;
}

.tag-skills:hover, .btn:active {
    color: #6BB4F9;
    background: white;
    border: 1px solid #6BB4F9;
    font-weight: 500;
    margin: 3px;
}

.niet-beschikbaar {
    background: #12cd89;
    padding: 0.5rem;
    color: white;
    font-size: 20px;
    border-radius: 6px;
    display: flex;
    width: 80%;
}

span.bussy {
    border: 1px dashed white;
    padding: 0.4rem;
}

img.rocket {
    width: 9rem;
    height: 100%;
    margin-top: -25px;
    display: block;
    position: relative;
    right: -30px;
}

section.knowlegde {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(216,216,216,.45) 100%);
    padding-top: 0px;
    display: block;
    position: relative;
}

span.xtr {
    font-weight: 700;
}

.card {
    margin: auto;
    display: block;
    text-align: center;
    min-height: 27rem;
    border: 0.5px solid #8bab95;

}

.card:hover {
    box-shadow: #cdcbcbab 1px 2px 6px 0px;
}

.card-text {
    top: 22px;
    padding-bottom: 20px;
    /* display: block; */
    position: relative;
    font-size: 16px;
    text-align: left;
    color: #202f50;
}

.location {
    text-align: left;
}

.tag-wu {
    border-radius: 0;
    background-color: #a2def6;
    border: none;
    font-weight: 700;
    font-style: italic;
    margin-top: 3.5px;
    border: 1px solid #50afd5;
}

.tag-wu:hover {
background: #94d4ee;
border: 1px solid #50afd5;
cursor:default;
}

p.contact {
    font-weight: 600;
    line-height: 4;
    z-index: 4;
    display: block;
    position: relative;
}

p.contact:before {
    content: "";
    border-bottom: 13px solid #88c2f96e;
    display: block;
    width: 40%;
    position: absolute;
    z-index: -1;
    margin: auto;
    margin-top: 9%;
    right: 103px;
}

.col.border-logo {
    border: 1px solid #eee;
    min-height: 10rem;
    margin: 0.1rem;
    width: auto;
    min-width: 12.3rem;
    background: white;
}

.col.border-logo:hover {
    box-shadow: #CDCBCB 1px 2px 6px 0px;
}


section.gewerkt-voor {
    background: #f6f6f6;
}

img.logo {
    height: 100%;
    width: 130px;
    inset: 0px;
    object-fit: contain;
    color: transparent;
    padding: 0.5rem;
    margin: 0 auto;
    display: block;
}

img.logo.bmw {
    width: 80px;
}

@media only screen and (max-width: 767px) {
    img.logo {
        width: 100px;
    }

    img.img_1 {
        width: 100px;
        height: 100PX;
        position: relative;
        margin-top: 37%;
        margin-right: 0px;
        left: -35%;
    }

    span.xtr.werkt-met, img.rocket {
        display: none;
    }
    .niet-beschikbaar {
        width: 100%
    }

    .col.border-logo {
        border: 1px solid #eee;
        min-height: 8rem;
        margin: 0.1rem;
        width: 150px;
        min-width: 35%;
        background: white;
        left: 12px;
        position: relative
    } 

    .p-5 {
        padding: 1rem!important
    }

    .mar {
        padding-top: 0;
    }

    .mar-intro {
        color: white;
        font-size: 27px;
        font-weight: 200;
        margin-bottom: 36px;
        display: block;
        position: relative;
    }

    a.ndcr:after {
        content: "";
        border: 1px solid white;
        position: relative;
        display: block;
        width: 167px;
        height: auto;
        bottom: 24px;
        left: 52px;
    }

}

@media (orientation: landscape) and (max-width: 767px) { 
    .row-cols-1>* {
        flex: 0 0 auto;
        width: 50%;
    }
    img.img_1 {
        width: 100px;
        height: 100PX;
        position: relative;
        margin-top: -18%;
        left: 166px;
    }
    .card {
        min-height: 27rem;
    }
}

section.footer {
    background: white;
}

.footer-items {
    text-align: center;
    font-weight: 500;
    line-height: 1.8;
    padding-top: 2rem;
    color: #202F50;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .card {
        min-height: 35rem;
    }
    h2 {
        line-height: 1;
    }
}


