@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    margin: 0px;
    padding: 40px 0 0 0;font-size: 14px;;
}

body {
    background-color: rgba(100, 50, 25, 0.09);
}

ul {
    margin-left: 0px;
    list-style: none;
}

a:link,
a:visited {
    color: rgba(0, 160, 255, 1.0);
}

a:hover,
a:active {
    color: rgba(0, 0, 0, 1.0);
}

a.knop {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}

a.lowreslink {
    display: block;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: -10px;
    color: #aaa;
}

a.lowreslink:hover {
    color: coral;
}

header,
footer,
.content {
    max-width:1200px;
    margin:  0 auto;
    padding: 30px;
}

.content-wrap,.header-wrap
 {
    background-color: #fff;
}

header {

    padding: 30px 40px 30px 40px;
}

footer,
footer a {
    color: rgba(100, 50, 25, 1.0);
    font-size: 93%;
    letter-spacing: 2px;
}

footer {
    border-top: 0px solid rgba(100, 50, 25, 1.0);
}

h1,
h2,
h3 {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
}

h1,
h1 a {
    color: rgba(0, 160, 255, 1.0);
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 0px;
    text-decoration: none;
}

h1 {
    text-transform: uppercase;
}

strong,
.intro,
h2 {
    color: rgba(100, 50, 25, 1.0);
}
.intro
{
    max-width:800px;margin-top:20px;
}

h2,
h2 a,
a h2 {
    color: rgba(100, 50, 25, 1.0) !important;
    text-decoration: none !important;
    font-size: 20px
}

h3,
h3 a,
a h3 {
    font-size: 18px;
    color: rgba(0, 160, 255, 1.0);
    text-decoration: none;
}

h1 + h2,
h2 + h3 {
    margin-top: 0px;
}

.msg {
    color: rgba(100, 50, 25, 1.0);
    font-size: 20px;
}

.banner {
    background-image: url(../images/dafdf2.jpg);
    height: 75px;
    background-size: cover;
    overflow: hidden;
    background-position: center;
}

.banner_area {
    position: relative;
}

.banner.homepage {
    width: 75%;
    height: 400px;
}

.banner h1,
.banner h2 {
    margin: -20px 0px 0px 30px;
    font-size: 116px;
    font-weight: 700 !important;
    line-height: 114px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1.0) !important;
    letter-spacing: -15px;white-space: nowrap;
}

.banner_area .caption {
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 340px;
    width: 25%;
    margin: 0;
    padding: 30px;
    background-color: rgba(100, 50, 25, 1);
    color: rgba(255, 255, 255, 0.8);
}

.banner_area .caption .inner {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: auto;
    width: 80%;
    margin: 0;
    padding: 30px 0px 30px 5%;
}

.banner_area .caption b {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4)
}

.flrght {
    float: right;
    width: 40%;
}

.textright {
    text-align: right;
}

.fotodiv {
    position: relative;
    margin-bottom: 15px;
}

.fotodiv .project_list_foto {
    width: 100%;
}

.fotodiv .caption {
    font-size: 14px;
    display: block;
    position: absolute;
    bottom: 0px;
    padding: 10px 5% 10px 5%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    width: 90%;
}


.vorm {
    background-color: rgba(100, 50, 25, 0.09);
    padding: 10px;
}

.vorm label {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    margin-top: 7px;
    color: rgba(0, 0, 0, 0.3);
    display: block;
}

.vorm input.formknop {
    border: none;
    background-color: rgba(100, 50, 25, 1);
    color: #fff;
    padding: 10px 18px 8px 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}