@font-face {
    font-family: 'BinaryITCStd-Light';
    src: url('../fonts/BinaryITCStd-Light.eot');
    src: url('../fonts/BinaryITCStd-Light.woff') format('woff'), url('../fonts/BinaryITCStd-Light.ttf') format('truetype'), url('../fonts/BinaryITCStd-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin:0;
    padding:0;
    height:100%;
    min-width: 1024px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.main-container {
    min-height:100%;
    position:relative;
}

a {
    color: rgb(80,80,80);
    text-decoration: none;
}
ul {
    padding:0;
}

h1,h2,h3 {
    font-weight: 300;
}

h1 {
    margin: 40px 0 8px 0;
}
section p {
    line-height: 15px;
}

header {
    height:230px;
    color: rgb(80,80,80);
}
header .container {
    padding-left: 37px;
}
header li {
    margin: 2px 0;
}

.logo-allison {
    position: absolute;
    top: 17px;
    text-align: center;
    height: 150px;
    width: 150px;
    background-image: url(../img/Allison.png);
    background-repeat: no-repeat;
    background-size: 150px;
}
.logo-allison h1 {
    -webkit-font-smoothing: antialiased;
    font-family: 'BinaryITCStd-Light';
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}
.logo-allison h2 {
    font-size: 11px;
    line-height: 14px;
    color: rgb(80,80,80);
}

.logo-corps9 {
    position: absolute;
    top: 17px;
    margin-left: 400px;
    text-align: center;
    height: 150px;
    width: 150px;
    background-image: url(../img/Corps9.png);
    background-size: 150px;
    background-repeat: no-repeat;
}
.logo-corps9 h1 {
    -webkit-font-smoothing: antialiased;
    font-family: 'BinaryITCStd-Light';
    font-size: 36px;
    line-height: 36px;
    color: #fff;
}
.logo-corps9 h2 {
    font-size: 11px;
    line-height: 14px;
    padding-top: 6px;
    color: rgb(80,80,80);
}

.container {
    margin: 0 auto;
    width: 1024px;
}

.bigbar {
    height: 70px;
    width: 100%;
    background-color: rgb(217,217,210);
}
header .smallbar {
    margin-top: 8px;

}
footer .smallbar {
    margin-bottom: 8px;
}
.smallbar {
    height: 2px;
    width:100%;
    background-color: rgb(217,217,210);
}

.menu-allison {
    position: absolute;
    top: 90px;
    margin-left: 210px;
}
.menu-allison a:hover {
    color: rgb(255,124,119)
}
.menu-allison .active {
    color: rgb(255,124,119)
}
.menu-corps9 {
    position: absolute;
    top: 90px;
    margin-left: 608px;
}
.menu-corps9 a:hover {
    color: rgb(0,200,240)
}
.menu-corps9 .active {
    color: rgb(0,200,240)
}
.menubar {
    list-style: none;
    line-height: 15px;
    font-size: 13.5px;
}
.contact-list {
    position: absolute;
    top: 110px;
    line-height: 15px;
    margin-left: 800px;
    list-style: none;
}
.contact-list a:hover {
    color: rgb(255,124,119)
}

section {
    overflow:auto;
    padding-bottom: 139px;
}
section .container {
    padding: 0 6px 0 18px;
}
* {
    box-sizing: border-box;
}
#home {
    width:1000px;
}
#simple {
    float:left;
    width: 600px;
    margin-left:6px;
}
.item {
    width: 188px;
    height: 188px;
    float: left;
    cursor: pointer;
}
#simple .item {
    padding: 6px;
}
#contact .item {
    cursor:default;
}
.item img {
    height:188px;
    width:188px;
}
.item .text {
    padding: 0 12px;
    position: absolute;
    bottom:0;
    width:100%;
    height: auto;
    background-color: rgba(255,255,255,0.8)
}
.item .text .double {
    padding:6px 0;
    margin:0;
}

.item.w2 {
    width: 388px;
    height: 388px;
}
.item.w2 img {
    width:388px;
    height:388px;
}

.large {
    display: none;
    margin: 8px 0 15px 0;
}
.show {
    display: block;
}

.block {
    color: #ffffff;
    float: left;
    font-size:25px;
    background-color: rgb(255,124,119);
    width: 388px;
    height: 388px;
    padding: 23px;
}
.corps9 .block {
    background-color: rgb(0,200,240);
}
.block p {
    line-height: 32px;
    font-weight: 100;
    padding:0;
    margin:0;
}
#simple .item .text {
    position: relative;
    bottom:57px;
    width:100%;
    height: 44px;
    background-color: rgba(255,255,255,0.8)
}
#simple .item .text p {
    padding: 13px 12px 12px 12px;
    height: 40px;
}
#d1 {
    display: block;
}
#d2 {
    display: none;
}
#d3 {
    display: none;
}
#d4 {
    display: none;
}
#d5 {
    display: none;
}
#d6 {
    display: none;
}

.edit-wobbedong-image-button {
    position: relative;
    float:right;
    margin-top:-8px;
}
.add-wobbedong-image-button {
    margin-top:6px;
}
.input-group {
    padding: 10px 0;
}

.footercollumn {
    color: rgb(80,80,80);
    float:left;
    padding-top: 10px;
    width: 20%;
    line-height: 165%;
}
footer p {
    padding:0;
    margin:0;
}
footer .bigbar {
    height: 102px;
}
footer p img {
    margin-top:3px
}
footer img {
    margin-right: 7px;
}
footer .container {
    padding: 0 12px 0 20px;
}
footer {
    width:100%;
    height:112px;
    position:absolute;
    bottom:0;
    left:0;
}
#faq p {
    display:none;
}

#visie p {
    display:none;
}

#gelezen p {
    display:none;
}

#testimonials .blocktext {
    display:none;
}
.h2 {
    height: 388px;
    padding: 23px;
    background-color: rgb(255,124,119);
}
.h2 p {
    padding:0;
    margin: 0;
}
.corps9-contact-block {
    background-color: rgb(0,200,240);
}
.edit-block-button {
    top: 2px;
    right: 2px;
    position:absolute;
}
.delete-block-button {
    top: 2px;
    left: 2px;
    position:absolute;
}
.add-block-button {
    top:5px;
    right:80px;
    position: absolute;
}
.logout-button {
    top: 5px;
    right: 30px;
    position: absolute;
}
.modal-body p{
    padding:0;
    margin:0;
}