@import url( reset.css ); /* Reset browser defaults */

html {
    min-height: 100%
}

body {
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    width: 100%;
    overflow: hidden;
    min-height: 100%;
}

a {
    text-decoration: none;
}

a, a:visited, a:active {
    color: #F1E7F0;
}

.werk a:hover {
    font-weight: normal;
}

#wrapper {
    width: 980px;
    margin: 130px auto 0 auto;
}

#column-left {
    position: relative;
    float: left;
    width: 250px;
    padding-left: 38px;
    background: #FFF;
    min-height: 245px;
}

#column-right {
    position: relative;
    float: right;
    width: 656px;
    background: #6D1875;
    min-height: 205px;
    padding: 20px 18px;
    font-family: "Andale mono";
    color: #F1E7F0;
}

.menu {
    padding: 20px 20px 20px 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Andale mono";
    font-size: 18px;
    font-weight: normal;
    clear: none;
    text-align: right;
}

.menu a {
    list-style-type: none;
    color: #9C9D9F;
    text-decoration: none;
}

.menu a:hover {
    color: #6D1875;
    text-decoration: none;
}

.menu li {
    display: inline-block;
    padding-bottom: 8px;
    font-weight: normal;
}

.active a {
    color: #6D1875;
}

.active span {
    color: #EF7F00;
    font-weight: normal;
}

.logo {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    width: 234px;
    height: 121px;
}

.home img, .contact img {
    position: absolute;
    margin: -20px;
    display: inline;
}

div#content.home p {
    padding-left: 233px;
}

div.contact h1 {
    position: absolute;
    top: 65px;
    left: 345px;
    font-size: 24px;
}

div.contact p {
    font-size: 18px;
    top: 105px;
    left: 345px;
}

div#content p {
    font-size: 16px;
    margin: 0 0 1em 0;
}

p.quote {
    position: absolute;
    z-index: 10;
    font-size: 28px !important;
    top: 45px;
}

.home p.quote {
    font-weight: normal;
}

.partners p.quote {
    font-size: 24px !important;
}

.contact p.quote {
    font-size: 21px !important;
}

.contact h1 {
    font-size: 18px !important;
    font-weight: normal;
}

.dienstverlening p {
    font-weight: normal;
}

.partners p {
    font-weight: normal;
}

p.center {
    margin: 0 auto;
    text-align: center;
}

.highlight {
    color: #EF7F00;
    padding: 0 5px;
}

.highlight a {
    color: #EF7F00;
}

div.partners p.quote {
    top: 30px;
    text-align: center;
    left: 70px;
}

div.partners p {
    position: absolute;
    top: 100px;
}

div.logos {
    position: absolute;
    bottom: 20px;
    width: 95%;
    text-align: center;
}

div.logos img {
    display: inline !important;
    padding-right: 20px;
}

span.author {
    font-size: 18px;
}

div.quote {
    position: absolute;
    background-image: url('../images/quotes.png');
    background-repeat: no-repeat;
    width: 120px;
    height: 91px;
    z-index: 0;
}

#quote1, #quote2 {
    display: none;
}

ul.project-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

ul.project-list li {
    display: inline-block;
    font-size: 14px;
}

ul.project-list a {
    white-space: nowrap;
    line-height: 120%;
}

#project-left {
    float: left;
    width: 326px;
    font-size: 18px;
    margin-top: 6px;
}

#project-right {
    float: right;
    width: 311px;
    padding-left: 15px;
}

.home #quote1 {
    display: block;
    left: 229px;
    top: 22px;
}

.home #quote2 {
    display: block;
    left: 520px;
    top: 110px;
}

.contact #quote1 {
    display: block;
    left: 255px;
    top: 40px;
}

.contact #quote2 {
    display: block;
    left: 530px;
    top: 110px;
}

.partners #quote1 {
    display: block;
    left: 45px;
    top: 15px;
}

.partners #quote2 {
    display: block;
    left: 545px;
    top: 90px;
}

.go-button {
    display: none;
}

.dienstverlening .go-button {
    display: block;
    position: absolute;
    right: -50px;
    bottom: -50px;
}

.fat {
    font-weight: bold;
}