
/********    IMPORTS    **********/
@import url('https://www.dekkercdn.nl/fonts/css/DekkerIcons/dekkericons.css');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,600,800&display=swap');	
/*@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');*/
@import url('normalize.css');


/********    COLORS   **********/
:root{
    --dekkerGrijs:    #252629;
    --dekkerGrijs40:  #b1b5b9;
    --dekkerGrijs10:  #ecedee;
    --dekkerGeel:     #f8ac33;
    --dekkerBlauw:    #2973a2;
    --test:           rgba(255,0,0,0.1);
  }


/********    FONTS    **********/
p {
    font-weight: 300;
    font-size: 0.9rem;
    margin-top: 0;
}
h1 {
    font-weight: 200;
    font-size: 2.3rem;
    text-transform: uppercase;
    margin: 0;
}
h2 {
    font-weight: 600;
    font-size: 1.8rem;
}
h3 {
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 0;
}
h4 {
    font-weight: 600;
    font-size: 1rem;
}
h5 {
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0.8rem 0 0 0;
}



  
/*  ############################        MOBILE     < 567 px       ############################  */
#container {
    box-sizing: border-box;
    margin: 0 2rem;
    overflow: hidden; 
  }

/*   <!-------BREADCRUMB------->   */
nav {
    margin: 2rem 0 0 0;
}
nav ul.breadcrumb {
    padding: 0;
    list-style: none;
}
nav ul.breadcrumb li {
    display: inline;
    font-size: 0.7rem;
}
nav ul.breadcrumb li+li:before {
    padding: 2px;
    color: var(--dekkerBlauw);
    font-family: 'DekkerIcons';
    content: ">";
}
nav ul.breadcrumb li a, ul.breadcrumb li {
    color: var(--dekkerGrijs40);
    text-decoration: none;
}
nav ul.breadcrumb li a:hover {
    color: var(--dekkerGeel);
    text-decoration: underline;
}


/*    <!-------HEADER------->    */
header {
    display: flex;
    flex-wrap: wrap;
    margin-top:1rem;
}
header #ch_logo {
    flex: 0 0 auto;
    margin: 0 1rem 0 0;
    font-family: 'DekkerIcons', sans-serif;
    font-size: 5rem; 
}
header .ch_titel {
    flex: 1 0 auto;
    margin: 0.4rem 0 0 0;
}
header .ch_titel h3 {
    margin: 0.6rem 0 0 0;
    font-size: 1.1rem; 
}
header #ch_PDF {
    font-family: 'DekkerIcons', sans-serif;
    text-decoration: none;
    color: var(--dekkerGrijs);
    float: left;
    font-size: 2.5rem; 
    margin-right: 1rem;
}
header #ch_PDF:hover {
    text-decoration: none;
    color: #f8ac33;
    cursor: pointer;
}

/********    TALEN    **********/
.nl {
    display: border-box;
}
.de {
    display: none;
}
.en {
    display: none;
}
.talen {
    position: relative;
    font-family: 'DekkerIcons', sans-serif;
    color: var(--dekkerGrijs);
    font-size: 2.65rem; 
    float:right;
}
.gekozentaal {
    background-color: #fff;
    border: none;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.taalkeuze {
    display: block;
    display: inline-block;
}
.taalopties {
    position: absolute;
    top: 2.8rem;
    left: 0;
    max-height: 0;
    visibility: hidden;
    background: var(--dekkerGrijs10);
    color: var(--dekkerGeel);
    box-shadow: 0 1px 3px #0b0b0b;
    transition: all 0.3s ease-in-out;
}
.taalopties label {
    display: block;
    font-size: 2.65rem;
    color: var(--dekkerGrijs);
    cursor: pointer;
}
.taalopties label:hover {
    color: var(--dekkerGeel);
}
.taalopties input[name=taalknop] {
    display: none;
}
.taalopties input[name=taalknop]:checked + label {
    background: var(--dekkerGrijs10);
}
                    
.gekozentaal:focus ~ .taalopties, .open {
    max-height: 20em;
    visibility: visible;
}

/********    ARTICLE    **********/
article p {
    text-align: justify;
}
article .alert {
    color: black;
    background-color: #f8ac33;
    text-align: center;
    padding: 0.5rem 0 0.5rem 0;
    border-radius: 0.3rem;
}
article .alert span {
    text-transform: uppercase;
    text-transform: it;
    font-weight: 900;
}
.alleenVoorGlasCorianHout {
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 200;
}

/*    <!-------FORMULIER------->    */
/*Javascript check*/
.noJS {
    display: none;
}
.yesJS {
    margin-top: 2rem;
}

/*kleuren*/
#kleuren {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; 
    margin: 0.8rem 0;
}
#kleuren .kleur_groep {
    flex: 1 0 100%;
    background-color: var(--dekkerGrijs10);
    box-sizing: border-box;
    padding: 6px 10px 6px 25px;
    margin: 2rem 0 1rem 0;
    border-radius: 0.3rem;
}
#kleuren .kleur_groep:nth-of-type(1) {
    margin: 0 0 1rem 0;
}
#kleuren .kleur_card {
    flex: 1 1 33%;
    max-width: 33%;
    margin: 0 0.5rem 0.8rem 0.5rem;
    padding: 0.8rem;
    border-radius: 0.3rem;
    background-color: rgb(250, 250, 250);
}
#kleuren .kleur_card:hover {
    box-shadow: 0px 0px 15px 3px rgba(37,38,41,0.2);  
}
#kleuren .kleurafbeelding{
    height: 100px;
    overflow: hidden;
    border: 1px solid var(--dekkerGrijs40);
    border-radius: 0.3rem;
    cursor: pointer;
    margin: 0 0 0.5rem 0;
}
#kleuren .kleurafbeelding img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#kleuren .kleur_card .kleurtext {
    margin: -18px 0 0 22px;
}
#kleuren .kleur_card .kleurtext .afwerking {  
    font-family: 'DekkerIcons', sans-serif;
    color: var(--dekkerGrijs);
    font-size: 0.9rem; 
}
#ultimo_asterisk {
    display: none;
    margin: 0 0 1rem 0.4rem;
    font-style: italic;
    font-size: 0.9rem;
}
#kleuren .nieuw_icoon {
    width: 25px;
    height: 25px;
    position: absolute;
    padding: 0 0.15rem 0 0.15rem;
    margin: 0.5rem 0 0 0.5rem;
   } 
   #kleuren .nieuw_icoon .sterrand{ 
       fill:white;
   }
   #kleuren .nieuw_icoon .ster{ 
       fill:black;
   }
   #kleuren .nieuw_icoon .letterN{ 
       fill:white;
   }


/***** UITLOPEND *****/
#uitlopend {
    background-color: #ecedee;
    padding: 0.1rem 1rem; 
    margin: 1rem 0 2rem 0;
    border-radius: 0.3rem;
}
#uitlopende_kleuren {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0.8rem -5px;
}
#uitlopende_kleuren p {
    flex: 1 0 auto;
    min-width: 200px;
    margin: 0rem 10px;
    padding: 3px 4px 3px 3px;
    border-radius: 0.3rem;
}



/***** INVULVELDEN *****/
    .rij {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -5px;
    }
    .eersterij {
        margin: 3rem 0 0 -5px;
    }
    .veld_groep{
        flex: 0 0 100%;
        margin: 0.3rem 5px;
    }
    .form_label {
        display: block;
        margin: 0 0 0 2px;
        font-weight: 700;
        font-size: 0.9rem;
    }
    .form_veld {
        box-sizing: border-box;
        display: block;
        border: 1px solid rgba(37,38,41,0.1);
        margin: 5px 0 15px 0;
        padding: 5px;
        transition: all .4s;
        font-size: 0.9rem;
        font-weight: 100;
        padding: 0.4rem;
        border-radius: 0.3rem;
        width: 98%;
    }
    .form_veld:focus {
        border-color: #f8ac33;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 172, 51, 0.6);
    }  
    .monstermaat {
        display: flex;
        justify-content: space-between;
    }
    .form_radio {
        box-sizing: border-box;
    }
    .form_radio_label {
        font-size: 0.9rem;
        font-weight: 100;
        border: 1px solid rgba(37,38,41,0.1);
        border-radius: 0.3rem;
        display: inline-block;
        text-align: center;
        flex: 1 1 auto;
        margin: 5px 0 0 2px;
        padding: 4px 15px 5px 15px;
    }
    input[type="radio"]:checked + label {
        background-color: rgba(248, 172, 51, 0.2);
    }
    input[type="radio"]:focus + label {
        border-color: #f8ac33;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 172, 51, 0.6);
    }  
    input[type="radio"]:hover + label {
        border-color: #f8ac33;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 172, 51, 0.6);
    }  
    input[type=radio] {
        opacity: 0;
        position: fixed;
        width: 0;
    }
    .nep_veld_spam_misleiding {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        border: 0;
        color: white;
        right: 0; 
    }


/***** Submit knop *****/
#knopmaak {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 5px;
    border: 1px solid rgba(37,38,41,0.5);
    border-radius: 0.4rem;
}
#knopmaak input {
    z-index: 1;
    width: 100%;
    height: 50px;
    opacity: 0;
    cursor: pointer;
}
#knopmaak p {
    position: absolute;
    top: 17px;
    left: 50px;
    color: #252629;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    user-select: none;
}
#knopmaak svg {
    position: absolute;
    top: 20px;
    left: 22px;
    width: 1.1rem;
    fill: none; 
    cursor: pointer;
}
#knopmaak svg line {
    fill: none;
    stroke: #f8ac33;
    stroke-linecap: round;
    stroke-miterlimit:10;
    stroke-width: 7; 
}
#knopmaak svg polyline {
    fill: none;
    stroke: #f8ac33;
    stroke-linecap: round;
    stroke-linejoin:round;
    stroke-width: 7; 
}
#knopmaak:hover {
    background-color: #252629; 
}
#knopmaak:hover > p {
    color: #fff;
}


/***** Footer *****/
	footer.corporate_footer {
        bottom: 0;
        position: sticky;
        z-index: 20;
	}
    .yellowbox {
        display: flex;
        flex-wrap: wrap;
		overflow: hidden;
    }
    .footer_yellowcurve {
        flex: 0 0 125px;
        align-self: flex-end;
    }    
    .footer_yellowline {
        position: relative;
        flex: 1 0 20%;
        align-self: flex-end;
        height: 29px;
        border-bottom: 2px solid #f8ac33;
        margin-bottom: 4px;
    }
	.footer_yellowcurve svg path {
		fill: none;
        stroke: #f8ac33;
		stroke-width: 1.6px;
	}
    .footer_logo {
        position: absolute;
        font-family: 'DekkerIcons';
		font-size: 4.4rem;
		margin: -25px 0 0 0;
        right: 0;
		color: #252629;
    }
    .footer_text {
        position: absolute;
        max-width: 90%;
        bottom: 5px;
        font-size: 0.8rem;
        font-weight: 300;
    }
    .footer_text span { 
        font-weight: 900;
    }
    .footer_text span a{ 
        text-decoration: none;
        color: #0b0b0b;
    }
    .footer_gradient {
        flex: 1 0 100%;
        width: 105%;
        margin-left: -2.5%;
        height: 35px;
        background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }
    .footer_background {
        position: absolute;
        top: 34px;
        z-index: -20;
        width: 105%;
        margin-left: -2.5%;
        height: 100px;
        background-color: white;
    }
    .footer_bottomspace {
        flex: 1 0 100%;
        height: 40px;
        margin: 0;
    }

/***** Bedankt pagina *****/
    #tijd {
        color: red;
        font-weight: 800;
    }


/*  ############################        SMALL  568 - 767 px       ############################  */
@media only screen and (min-width: 568px) { 
    p {
        font-weight: 300;
        font-size: 1rem;
        margin-top: 0;
    }
    /*    <!-------HEADER------->    */
    header #ch_logo {
        margin: 0 1.5rem 0 0;
        font-size: 6rem; 
    }
    header .ch_titel {
        flex: 1 0 auto;
        margin: 0.4rem 0 0 0;
    }
    header #ch_titel {
        font-size: 2.4rem; 
    }
    header #ch_jaar {
        font-size: 1.5rem; 
    }

    /*kleuren*/
    #kleuren .kleur_card {
        flex: 1 0 25%;
        max-width: 25%;
    }
    #kleuren .kleurafbeelding{
        height: 125px;
    }
    #kleuren .kleur_card .kleurtext {
        margin: -18px 0 0 22px;
    }
    
    /* Uitlopende kleuren*/
    #uitlopende_kleuren p {
        flex: 0 0 30%;
    }
}

/*  ############################       TABLET  768 - 991 px       ############################  */
@media only screen and (min-width: 768px) { 
    /*    <!-------HEADER------->    */
    header #ch_logo {
        margin: 0 2rem 0 0;
    }
    /*kleuren*/
    #kleuren .kleur_card {
        flex: 1 0 18%;
        max-width: 20%;
    }
    #kleuren .kleurafbeelding{
        height: 140px;
    }    
    /* Uitlopende kleuren*/
    #uitlopende_kleuren p {
        flex: 0 0 22%;
        max-width: 24%;
    }
}

/*  ############################       LAPTOP  992 - 1199 px      ############################  */
@media only screen and (min-width: 992px) { 
    /*kleuren*/
    #kleuren .kleur_card {
        flex: 1 0 15%;
        max-width: 17%;
    }
    #kleuren .kleurafbeelding{
        height: 150px;
    }    
    /* Uitlopende kleuren*/
    #uitlopende_kleuren p {
        flex: 0 0 18%;
        max-width: 19%;
    }
}

/*  ############################       DESKTOP     > 1200 px      ############################  */
@media only screen and (min-width: 1200px) {  
    #container {
        max-width: 1280px;
        background-color: white;
        padding:0 3rem 2rem 3rem;
        margin: 0 auto;
        box-shadow: 0px 0px 15px 3px rgba(37,38,41,0.2); 
	}
    
    /*kleuren*/
    #kleuren .kleur_card {
        flex: 1 0 12%;
        max-width: 15%;
    }
    #kleuren .kleurafbeelding{
        height: 150px;
    }    
    /* Uitlopende kleuren*/
    #uitlopende_kleuren p {
        flex: 0 0 15%;
        max-width: 16%;
    }
}
