/* ginkgo.css */

/* ===============================================================================================================================================================================
    AGELMEEN
   =============================================================================================================================================================================== */

@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah|Nanum+Gothic:400,700,800');  /*  font-family: 'Gloria Hallelujah', cursive; font-family: 'Nanum Gothic', sans-serif; */

*, body {
    font-family: 'Nanum Gothic', sons-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

/* ===============================================================================================================================================================================
    HERO
   =============================================================================================================================================================================== */
.hero {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.hero .container {
    height: 100vh;
}
.hero_tekst {
    height: 100%;
    position: relative;
}
.quote {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-65%);
}
.hero_quote {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 50px;
    color: #FDF6E7;
    text-align: center;
}
.C2A_contact {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 20px 0;
    background: #133913;
    background: rgba(19,57,19,.8);
    
}
.C2A_tekst {
    font-size: 100px;
    color: #FDF6E7;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Gloria Hallelujah', cursive;
}
.hero_quote_auteur {
    font-size: 12px;
    text-transform: uppercase;
    color: #FDF6E7;
    opacity: .6;
    text-align: right;
}
.naar_beneden {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    opacity: .6;
    width: 120px;
    text-align: center;
}
.naar_beneden .scroll_bericht {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FDF6E7;
}
.naar_beneden .pijl_beneden {
    width: 30px;
    height: 100%;
    fill: #FDF6E7;
}
.menu_navigatie {
    position: absolute;
    bottom: 140px;
    right: 60px;
    opacity: .6;
    width: 89px;
    height: 60px;
}
.menu_navigatie svg {
    width: 37.5px;
    height: 60px;
    margin: 0 7px;
    fill: #FDF6E7;
}
.menu_navigatie svg:hover,
.menu_navigatie svg.donker:hover {
    fill: #F1BE01;
    cursor: pointer;
}
.hero_logo_container {
    width: 100%;
    position: relative;
    height: 100vh;
}
.banner_container {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hero_logo {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    height: 60%;
    width: 60%;
}
.bomen_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 75%;
    width: 75%;
}
.hero_titel_container {
    text-align: center;
}
.hero_titel {
    font-family: 'Gloria Hallelujah', cursive;
    font-weight: 900;
    font-size: 150px;
    color: #FDF6E7;
}
.menu_navigatie svg.donker,
.donker {
    color: #333 !important;
    fill: #333 !important;
}
@media (max-width: 1199.8px) {
    .C2A_tekst {
        font-size: 90px;
    }
}
@media (max-width: 991.8px) {
    .menu_navigatie {
        bottom: 30px;
        right: 30px;
    }
    .naar_beneden {
        bottom: 10px;
    }
    .bomen_logo_container {
        height: 50vh;
        margin-top: 180px;
    }
    .C2A_tekst {
        font-size: 70px;
    }
}
@media (max-width: 767.8px) {
    .C2A_tekst {
        font-size: 50px;
    }
}
@media (max-width: 575.8px) {
    .hero_quote {
        font-size: 25px;
    }
    .menu_navigatie {
        bottom: 20px;
        right: 16px;
        width: 70px;
        height: 45px;
    }
    .menu_navigatie svg {
        width: 28px;
        height: 45px;
    }
    .naar_beneden .scroll_bericht {
        font-size: 13px;
    }
    .bomen_logo_container {
        height: 40vh;
        margin-top: 100px;
    }
    .hero_titel {
        font-size: 100px;
    }
    .C2A_tekst {
        font-size: 35px;
    }
}
@media (max-width: 399.8px) {
    .hero_quote {
        font-size: 20px
    }
    .naar_beneden .scroll_bericht {
        font-size: 11px;
    }
    .hero_quote_auteur {
        font-size: 10px;
    }
    .menu_navigatie {
        bottom: 20px;
        right: 16px;
        width: 51.5px;
        height: 30px;
    }
    .menu_navigatie svg {
        width: 18.75px;
        height: 30px;
    }
    .hero_titel {
        font-size: 70px;
    }
    .C2A_tekst {
        font-size: 28px;
    }
}


/* ===============================================================================================================================================================================
    MENU
   =============================================================================================================================================================================== */

nav.menu {
    margin-top: -120px;
    background: #FDF6E7;
    height: 120px;
    width: 100%;
    border-top: 1px solid #333;
    border-top: 1px solid rgba(51,51,51,0.1);
    border-bottom: 1px solid #333;
    border-bottom: 1px solid rgba(51,51,51,0.1);
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 20;
}
nav.menu .container-fluid {
    display: flex;
    justify-content: space-between;
}
nav.menu .menu-icon {
    color: #133913;
    text-align: right;
    cursor: pointer;
    display: none;
    font-size: 1.5rem;
    padding: 0 30px;
}
nav.menu .menu-icon i {
    line-height: 120px;
}
nav.menu ul {
    text-align: right;
    overflow: hidden;
}
nav.menu ul li {
    list-style:none;
    display: inline-block;
    padding: 0 18px;
    position: relative;
}
nav.menu ul li a {
    text-decoration: none;
    display: block;
    color: #133913;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 120px;
}
nav.menu .logo {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
nav.menu .logo svg {
    margin: 0 18px;
}
nav.menu .logo .logo_img {
    width: 100px;
    height: 100px;
}
nav.menu .logo .logo_eko_img {
    width: 80px;
    height: 80px;
}
nav.menu .menu_items ul li .active_bar {
    position: absolute;
    top:0;
    left: 0;
    height: 0px;
    width: 100%;
    background: #133913;
    transition: height .15s;
}
nav.menu .menu_items ul li:hover > .active_bar, 
nav.menu .menu_items ul li.active > .active_bar {
    height: 10px;
    width: 100%;
}
@media (max-width: 991.8px) {
    nav.menu {
        position: fixed;
        margin-top: 0;
    }
   
    nav.menu .menu_items ul {
        max-height: 0;
        width: 0;
    }
    nav.menu .menu-icon {
        display: block;
        z-index: 10;
    }
    nav.menu .menu_items {
        position: fixed;
        top: 120px;
        left: 100vw;
        height: calc(100vh - 120px);
        background: #FDF6E7;
        width: 100%;
        display: flex;
        align-items: center;
        transition: left .2s ease-in-out;
    }
    nav.menu .zichtbaar {
        left: 0;
    }
    nav.menu .menu_items ul {
        width: 100%;
        text-align: center;
        max-height: 100vh;
    }
    nav.menu .menu_items ul li {
        display: block;
        position: relative;
    }
    nav.menu .menu_items ul li .active_bar {
        height: 100%;
        width: 0;
        transition: width 0.15s;
    }
    nav.menu .menu_items ul li:hover > .active_bar,
    nav.menu .menu_items ul li.active > .active_bar {
        width: 10px;
        height: 100%;
    }
    nav.menu .menu_items ul .brand_merk {
        width: 70%;
        height: 70%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        opacity: 0.5;
    }
}
@media (min-width: 992px) {
    nav.menu .menu_items ul .brand_merk {
        display: none;
    }
}
@media (max-width: 399.8px) {
    nav.menu .logo .logo_img {
        width: 50px;
        height: 50px;
    }
    nav.menu .logo .logo_eko_img {
        width: 40px;
        height: 40px;
    }
    nav.menu {
        height: 70px;
    }
    nav.menu .logo {
        height: 70px;
        
    }
    nav.menu .menu-icon i {
        line-height: 70px;
        font-size: 1.2em;
    }
    nav.menu .menu_items {
        top: 70px;
        height: calc(100vh - 70px);
    }
}

/* ===============================================================================================================================================================================
    PAGINA
   =============================================================================================================================================================================== */

section.pagina {
    background: #fff;
    color: #333;
    padding: 40px 0;
}

section.pagina h1 {
    font-size: 70px;
    text-transform: uppercase;
    padding: 40px 0;
    color: #F1BE01;
    font-weight: 800;
    font-family: 'Gloria Hallelujah', cursive;
    text-align: center;
}
section.pagina p {
    padding: 10px 0;
    text-align: justify;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    color: #333;
}
section.pagina p.gedicht {
    padding: 20px 0;
    text-align: center;
}
section.pagina p.gedicht span {
    display: block;
    white-space: nowrap;
}
section.pagina p.gedicht span.einde_couplet {
    padding-bottom: 20px;
}
section.pagina li {
    font-family: 'Gloria Hallelujah', cursive;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #987701;
    margin-left: 50px;
}
section.pagina h3 {
    font-weight: 700;
    font-size: 30px;
    color: #987701;
    padding: 10px 0 0;
    font-family: 'Gloria Hallelujah', cursive;
}
@media (max-width: 767.8px) {
    section.pagina h1 {
        font-size: 50px;
    }
}
@media (max-width: 575.8px) {
    section.pagina h1 {
        font-size: 40px;
    }
    section.pagina h3 {
        font-size: 24px;
    }
    section.pagina p {
        font-size: 15px;
    }
}
@media (max-width: 399.8px) {
    section.pagina h1 {
        font-size: 28px;
    }
    section.pagina h3 {
        font-size: 21px;
    }
    section.pagina p {
        font-size: 14px;
    }
}


/* ===============================================================================================================================================================================
    TUSSEN PAGINA
   =============================================================================================================================================================================== */
section.tussen_afbeelding {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
section.tussen_afbeelding .container {
    height: 100vh;
}

/* ===============================================================================================================================================================================
    BOMEN
   =============================================================================================================================================================================== */

section.bomen {
    background: #333;
    padding: 40px 0;
}
section.bomen h1 {
    font-size: 70px;
    text-transform: uppercase;
    padding: 40px 0;
    color: #F1BE01;
    font-weight: 800;
    font-family: 'Gloria Hallelujah', cursive;
    text-align: center;
}
.bomen .product_kaart_container {
    padding: 10px;
}
.bomen .product_kaart {
    background: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 10px;
    text-align: center;
    position: relative;
}
.bomen .product_kaart img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.bomen .foto_onderschrift {
    color: #987701;
    font-size: 11px;
    text-align: center;
    margin: 0 10px;
    padding: 10px 0;
}
.bomen .boom_info_inleiding {
    color: #333;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    text-align: justify;
}
.bomen .product_kaart .row {
    padding: 5px 10px;
    margin: 0 10px;
}
.bomen .boom_info_icoon {
    width: 60px;
    height: 60px;
}
.bomen .boom_info {
    color: #987701;
    font-size: 22px;
    line-height: 60px;
    font-weight: 700;
    padding-left: 20px;
}
.bomen .onder_lijn {
    border-bottom: 1px solid #E3DED1;
}
.bomen .boom_info_vanaf {
    text-align: center;
    color: #987701;
    font-size: 14px;
    padding: 10px;
}
.bomen .boom_info_prijs {
    border-radius: 8px;
    background: #516B2E;
    padding: 5px;
    color: #FDF6E7;
    font-family: 'Gloria Hallelujah', cursive;
    font-weight: 700;
    font-size: 40px;
}
.product_kaart .merk_teken {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 130px;
    height: 130px;
    opacity: 0.7;
}

@media (max-width: 767.8px) {
    section.bomen h1 {
        font-size: 50px;
    }
}
@media (max-width: 575.8px) {
    section.bomen h1 {
        font-size: 40px;
    }
}
@media (max-width: 399.8px) {
    section.bomen h1 {
        font-size: 28px;
    }
    section.bomen .boom_info {
        font-size: 20px;
    }
}


/* ===============================================================================================================================================================================
    CONTACT FORMULIER
   =============================================================================================================================================================================== */

section.contact_formulier {
    background: #333;
    color: #FDF6E7;
    padding: 40px 0;
    overflow: hidden;
}
section.contact_formulier h1 {
    font-size: 40px;
    text-transform: uppercase;
    padding: 40px 0;
    color: #F1BE01;
    font-weight: 800;
    font-family: 'Gloria Hallelujah', cursive;
    text-align: center;
}
section.contact_formulier .brandmerk {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 1000px;
    transform: translate(-50%,-50%);
    z-index: 1;
}
section.contact_formulier .bovenliggend {
    z-index: 10;
    position: relative;
}
section.contact_formulier .invoerveld_opmaak {
    background: #616161;
    border: 1px solid #333;
    border-radius: 8px;
    box-shadow: 3px 3px 5px #333 inset;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 20px;
    font-weight: 400;
    color: #F1BE01;
    line-height: 50px;
    height: 50px;
    width: 100%;
    padding: 0 30px;
    letter-spacing: 2px;
}
section.contact_formulier .bericht_veld {
    height: 100%;
}
section.contact_formulier .tussenruimte {
    margin-bottom: 30px;
}
section.contact_formulier .form_titel {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 20px;
    color: #987701;
    padding: 10px 20px 20px;
    text-transform: uppercase;
}
section.contact_formulier .invoerveld_opmaak::placeholder {
    font-size: 15px;
    font-weight: 400;
    color: #444;
    font-family: 'Nanum Gothic', sans-serif;
    letter-spacing: 0;
}
section.contact_formulier .invoerveld_opmaak:focus {
    outline: none;
}
section.contact_formulier .knop_container {
    width: 100%;
    text-align: right;
}
section.contact_formulier .verzend_knop {
    border-radius: 8px;
    background: #F1BE01;
    color: #333;
    text-transform: uppercase;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 20px;
    font-weight: 400;
    padding: 0 70px;
    line-height: 45px;
}
@media (max-width: 399.8px) {
    section.contact_formulier .knop_container {
        text-align: center;
    }
    section.contact_formulier .verzend_knop {
        padding: 0;
        width: 100%;
        display: block;
    }
    section.contact_formulier h1 {
        font-size: 30px;
    }
}
/* ===============================================================================================================================================================================
    FOOTER
   =============================================================================================================================================================================== */

footer {
    background: #333;
    color: #FDF6E7;
}
footer .gegevens {
    padding: 40px 0 30px;
}
footer .footer_logo {
    position: relative;
}
footer .footer_logo > svg {
    width: 75%;
    height: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

footer .contact_gegevens {
    text-align: center;
}
footer .openingstijden {
    text-align: center;
}
footer h3 {
    font-family: "Gloria Hallelujah", cursive;
    font-size: 20px;
    color: #F1BE01;
    padding: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
}
footer p.naam {
    font-size: 15px;
    font-weight: 700;
}
footer p {
    font-size: 13px;
    color: #FDF6E7;
    padding: 3px 0;
    margin: 0;
}
footer p i {
    font-weight: 700;
    margin-right: 10px;
}

footer .onderbalk {
    line-height: 40px;
    text-align: center;
    background: #222;
    padding: 10px 0;
}
footer .onderbalk span,
footer .onderbalk a {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline;
}
footer .onderbalk a:hover {
    color: #F1BE01;
    text-decoration: none;
}
footer .onderbalk .spacer {
    color: #F1BE01;
    font-weight: 800;
    padding: 0 10px;
}


.terug_knop, .neem_contact_op_knop {
    border-radius: 8px;
    background: #F1BE01;
    color: #333;
    text-transform: uppercase;
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 20px;
    font-weight: 400;
    padding: 0 40px;
    line-height: 45px;
    text-decoration: none;
    display: inline-block;
}
.terug_knop:hover, .neem_contact_op_knop:hover {
    text-decoration: none;
    color: inherit;
}
.terug_knop_container, .neem_contact_op_container {
    padding: 40px 10px 10px 10px;
    text-align: center;
}  


@media (max-width: 767.8px) {
    footer .footer_logo {
        width: 100%;
        height: 250px;
    }
    footer .contact_gegevens,
    footer .openingstijden {
        padding: 20px 0;
    }
}
@media (max-width: 567.8px) {
    footer .onderbalk a {
        display: block;
    }
    footer .onderbalk .spacer {
        display: none;
    }
}
@media (max-width: 399.8px) {
    footer .footer_logo {
        height: 200px;
    }
}















