
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">

<link href="https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps" rel="stylesheet_mobile">

<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet"> 

<linkrel="shortcut icon" href="favicon.ico" type="image/x-icon">

/*BROWSER RESET BEGIN*/
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
			margin: 0;
			padding: 0;
			border: 0;
			font-size: 100%;
			vertical-align: baseline;
		}
		
		article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
			display: block;
		} 

		ol, ul {
			list-style: none;
		}

		blockquote, q {
			quotes: none;
		}

		blockquote:before, blockquote:after, q:before, q:after {
			content: '';
			content: none;
		}

		table {
			border-collapse: collapse;
			border-spacing: 0;
		}

        p { font-size: 20px; line-height: 30px; margin: 0; color: dimgray; }
/*BROWSER RESET EIND*/

.form-control { display: block; width: 100%; border: 1px solid dimgray; }
.highlight { display: block; font-size: 27px; color: dimgray; text-transform: uppercase; padding: 20px 0; font-weight: bold; }
.m-t-50 { margin-top: 50px; }
.txt-left { text-align: left; }

/*WRAPPER BEGIN*/

body {font-family:'Raleway', sans-serif;
    margin:0;
    background-image: url(links/hout_eik_6.jpg);
    background-attachment: fixed;
    text-align: center;
    margin: 0;
    }

nav, section, #contact, article {
        margin-bottom: 10px;
        border-radius: 10px;
        
}


.wrapper {max-width: 90%;
            margin: 0 auto;}

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

  .wrapper {
    max-width: 90%;}
  
}

header {width: 100%;
        padding: 20px;
        height: auto;
        color: white;
        background-color: rgba (255,255,255,0.5);
        font-family: "Raleway", sans-serif;
            font-size: 18px;
            padding: 20px;}

header h1 {font-family: 'Raleway' sans-serif;
            font-size: 80px;
            padding: 10px;
            margin: 20px 0 20px 0;}

nav, section {float: left;}

nav {width: 100%;
    margin-right: 1.041667%;
    padding: 10px;
    height: auto;
    color: black;
    background-color: dimgrey;}

#menubar { border: #999 1px solid; text-align: center; }
#menubar::after { content: ''; clear: both; display: block; }
#menubar ul { display: inline-table; list-style: none; margin: 0; padding: 0; }
#menubar li { float: left; text-align: center; }

#menubar a {font-family: "Raleway" sans-serif;
            font-size: 35px;
            padding: 30px;
            text-decoration: none;
            border-radius: 1px;
            color: white;
            display: block;
            }

@media only screen and (max-width: 600px) {
    #menubar { padding: 20px 0; }
    #menubar li { float: none; }
    #menubar a { padding: 10px; }
}

    section {
        width: 100%;
        padding: 2px;
        height: auto;
        color: black;
        background-color: white;
    }

    #info {
        position: relative;
        width: 100%;
        height: auto;
        background-color: white;
    }

    #infoeik {
        margin: 50px 10% 0;
    }

    #volumekorting {
        margin-top: 50px;
    }


    #volumekorting td { font-size: 18px; padding: 20px; color: black; }
    #contact {
        position: relative;
        width: 100%;
        height: auto;
        background-color: white;
    }

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

    .gegevens {
        width: 50%;
        float: left;
        text-align: left;
        padding: 50px 25px 50px 50px; 
    }

    #adres {
        padding: 20px;
        margin: 20px;
    }

    .gegevens td {
        font-family: "Raleway" sans-serif;
        font-size: 20px;
        color: dimgray;
        text-align: left;
        padding-top: 5px;
        padding-left: 20px;
    }

    .gegevens a {
        text-decoration: none;
        color: dimgray
    }

    .formulier {
        width: 50%; max-width: 650px;
        float: left;
        padding: 50px 50px 50px 25px;
    }

        .formulier h2 {
            font-family: "Raleway" sans-serif;
            font-size: 27px;
            color: dimgray;
            text-align: left;
            padding-left: 20px;
        }

        #form { width: 100%; }

        #form th {
            padding: 0;
        }

        #form td {
            font-family: "Raleway" sans-serif;
            font-size: 18px;
            color: dimgray;
        }

        #form input {
            font-family: "Raleway" sans-serif;
            font-size: 18px;
            color: black;
            text-align: left;
            padding: 10px
        }

@media only screen and (max-width: 1000px) {
    .gegevens { width: 100%; text-align: center; }
    .formulier { width: 100%; max-width: none; margin: 0 auto; padding: 0 50px 50px; }
    .txt-left { text-align: center; }
}

    #naam #voornaam #e-mail #Gsm #vraag {
        font-family: "Raleway" sans-serif;
        font-size: 18px;
        color: dimgray;
        text-align: left;
        padding-top: 5px;
        padding-left: 20px;
    }

    #onderwerp {
        font-family: "Raleway" sans-serif;
        font-size: 18px;
        color: rgba(14,96,179,1);
        text-align: left;
        padding: 10px
    }

    #vraag {
        font-family: "Raleway" sans-serif;
        font-size: 18px;
        color: black;
        text-align: left;
        padding: 10px
    }

    .maps {
        width: 100%;
        height: 40%;
        margin-bottom: 4%;
        position: relative;
        float: left;
        background-color: rgba(14,96,179,1);
        opacity: 0.7;
        border-radius: 30px;
    }

        .maps:hover {
            opacity: 1.0;
        }



    footer {
        clear: both;
        margin: 0 0 20px 0;
        padding: 20px;
        height: auto;
        color: black;
        background-color: dimgrey
    }

    .copyright {
        font-family: "Raleway" sans-serif;
        font-size: 18px;
        padding: 20px;
        color: white;
    }

    @media screen and (min-width: 1000px) {
        .wrapper {
            max-width: 66,66667%;
        }
    }

    *, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    /*WRAPPER EIND*/