/* Algemeen */

body {
    background-image: url("../images/body-bg.jpg");
    background-position: fixed;
    background-repeat: no-repeat;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
    color: #fff;
    font-weight: bold;
    font-size: 60px;
}

h1 span {
    font-weight: 100;
}

h2 {
    font-weight: bold;
    color: #828282;
    margin-top: 60px;
    margin-bottom: 20px;
}

h2 span {
    font-weight: 100;
}

header {
    margin-top: 90px;
}

header .logo {
    padding: 0;
}

a {
    color: #ed925d;
}

p {
    margin-bottom: 40px;
}

.alert-danger {
    padding: 5px 10px;
    margin-bottom: 25px;
    color: #f47b3a;
    border: 2px solid #f47b3a;
    background-color: #fff;
}

/* Contactform */
#contact {
    background-color: #fff;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
    padding: 100px;
    margin-bottom: 50px;
}

.contact-aanvraag p {
    font-size: 18px;
    color: #828282;
    font-weight: 200;
}

.contact-aanvraag form {
    margin-top: 50px;
}

.contact-aanvraag label {
    color: #c7c1bb;
    font-weight: 200;
    font-size: 16px;
}

.contact-aanvraag input {
    width: 100%;
    border: 1px solid #e9e5e2;
    background-color: #f6f5f3;
    height: 35px;
    font-size: 16px;
    color: #666;
    padding-left: 5px;
    margin-bottom: 10px;
}

#contact > div:nth-child(2) > div > form > div:nth-child(3) > div.col-md-9 > div > label {
    display: block;
}

.contact-aanvraag textarea {
    width: 100%;
    border: 1px solid #e9e5e2;
    background-color: #f6f5f3;
    padding-left: 5px;
    font-size: 16px;
}

.contact-aanvraag button {
    width: 100%;
    margin-top: 97px;
    color: #ed925d;
    background-color: #fff;
    border: 3px solid #ed925d;
    padding: 7px 12px 7px 12px;
    font-weight: 200;
    font-size: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.contact-aanvraag button:hover {
    background-color: #ed925d;
    color: #fff;
}

.contact-aanvraag button i {
    margin-left: 10px;
}

select {
    border: 1px solid #e9e5e2;
    background-color: #f6f5f3;
    font-size: 12px;
    height: 35px;
    width: 100%;
    border-radius: 0 !important;
    -webkit-appearance: none;
    padding-left: 5px;
}

.download {
	position: absolute;
    right: 0;
    padding: 1em;
    background-color: white;
    top: 41px;
    font-size: 1.2em;
    font-weight: 300;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.download:hover {
	background-color: #ed925d;
	color: white;
	text-decoration: none;
}


@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    header {
        margin-top: 20px;
    }

    header .logo {
        padding: 0 15px;
    }

    #contact {
        padding: 15px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 20px;
    }

    .contact-aanvraag label {
        display: block;
    }
}
