/*!
Theme Name: Bootstrap 5 starter Ik betrek tijdelijk
Author: Studio Plakband
Author URI: https://studioplakband.com
Description: Bootstrap 5 starter Ik betrek tijdelijk child theme
Template: bootstrap-5-starter-parent
Version: 1.0.0
*/

@font-face {
    font-family: MyriadPro-Regular;
    src: url('fonts/MyriadPro-Regular.otf') format('opentype');
}

:root {
    --rood: #FF2C72;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

body, html {
    height: 100%;
    padding: 0;
    margin: 0;
    color: white;
}

body {
    /*background-image: url('img/achtergrond.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    font-size: 19px;
    font-family:"jaf-domus";
    line-height: 1.6em;
    background-color: #a200f7;
}

h1, h2, h3 {
    font-family: MyriadPro-Regular;
}

h1 {
    font-size: 1.9em;
    line-height: 1.3em;
}

h2, h3 {
    font-weight: 400;
    line-height: 1.2em;
}

h3 {
    font-size: 1em;
}

.content {
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    /*border: 1px solid red;*/
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.logo-container {
    width: 250px;
    padding: 35px 25px 20px 25px;
    background-color: #FF2C72;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.logo {
    width: 100%;
    height: auto;
}

.dummy-logo-container {
    width: 330px;
    height: 0px;
    /*background-color: #FF2C72;*/
}

.info {
    color: white;
    padding: 0 15px;
}

.info i, .info-footer i {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.main-home {
    display: flex;
    justify-content: space-between;
    /*border: 1px solid blue;*/
}

.content-block-left {
    box-sizing: border-box;
    width: 40%;
    padding-top: 80px;
    padding-left: 210px;
    /*border: 1px solid yellow;*/
}

.ik_betrek {
    width: 400px;
    height: auto;
}

.content-block-right {
    position: relative;
    box-sizing: border-box;
    width: 60%;
    margin: 120px auto 0 auto;
    padding-top: 130px;
    padding-bottom: 20px;
    /*border: 1px solid red;*/
}

.content-block-right h1, .content-block-right p {
    position: relative;
}

.content-block-right p {
    max-width: 65%;
}

.annemarie {
    position: absolute;
    right: 0;
    top: 0;
    /*width: 300px;*/
    height: auto;
}

.bol {
    /*    position: absolute;
        right: 0;
        top: 0;*/
    width: 300px;
    height: auto;
}

.annemarie-text-wrapper {
    position: absolute;
    width: 120%;
    left: -10%;
    text-align: center;
    bottom: 20px;
}

.annemarie-text {
    display: inline-block;
    text-align: left;
}

.annemarie-text h2, .annemarie-text h3 {
    margin: 0;
}

.annemarie-text h3 {
    /*color: var(--rood);*/
}

.footer {
    background-color: var(--rood);
    padding: 15px 0;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer-inner {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    /*border: 1px solid red;*/
}

.footer-inner p {
    margin-block-start: 0em;
}

.footer-left {
    padding: 35px 25px 20px 25px;
}

.footer-left .fa-linkedin {
    margin-top: .2em;
    font-size: 2.4em;
    line-height: 1em;
}

#cookie-notice {
    font-size: 15px;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
    font-size: 15px;
}


@media screen and (max-width: 1500px) {

    .content-block-left {
        padding-top: 40px;
    }

    .content-block-right {
        margin-top: 20px;
        padding-top: 100px;
    }

    .ik_betrek {
        width: 350px;
    }

    .bol {
        width: 260px;
    }
}

@media screen and (max-width: 1300px) {

    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.2em;
    }

    .header {
        justify-content: start;
    }

    .logo-container {
        width: 200px;
    }

    .dummy-logo-container {
        display: none;
    }

    .content-block-right {
        margin-top: 30px;
        padding-top: 80px;
    }

    .ik_betrek {
        width: 280px;
    }

    .bol {
        width: 200px;
    }
}

@media screen and (max-width: 1100px) {

    body {
        font-size: 17px;
    }

    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.1em;
    }

    .content-block-left {
        padding-top: 30px;
        padding-left: 100px;
    }

    .content-block-right {
        margin-top: 20px;
        padding-top: 60px;
    }

    .ik_betrek {
        width: 240px;
    }

    .bol {
        width: 160px;
    }
}


@media screen and (max-width: 800px) {

    body {
        font-size: 16px;
    }

    .logo-container {
        width: 180px;
        padding: 25px 10px 10px 10px;
    }



    .content-block-left {
        width: 30%;
        padding-top: 10px;
        padding-left: 50px;
    }

    .content-block-right {
        margin-top: 20px;
        padding: 50px 15px 130px;
        width: 100%;
    }

    .content-block-right p {
        max-width: 85%;
    }

    .ik_betrek {
        width: 180px;
    }

    .annemarie {
        top: auto;
        bottom: 0;
        right: 30px;
    }

    .annemarie-text-wrapper {

        bottom: 10px;
    }

    .bol {
        width: 130px;
    }

}

@media screen and (max-width: 600px) {


    body {
        background-image: url('img/achtergrond_mobile.png');
        font-size: 15px;
    }

    h1 {
        font-size: 1.3em;
    }

    .logo-container {
        width: 130px;
        padding: 15px 10px 10px 10px;
    }

    .info {
        font-size: .9em;
    }

    .info span {
        display: block;
    }

    .content-block-left {
        width: 0%;
        padding-top: 10px;
        padding-left: 10px;
    }

    .content-block-right {
        margin-top: 20px;
        padding: 50px 15px 120px;
        width: 100%;
    }

    .content-block-right p {
        max-width: 100%;
    }

    .ik_betrek {
        width: 180px;
    }

    .annemarie {
        right: 15px;
    }

    .bol {
        width: 120px;
        right: 15px;
    }

    .footer-inner {
        display: block;
        text-align: center;
    }

    .footer-inner .logo-container {
        display: inline-block;
    }

}
