/* basics */

body {
    padding: 0;
    margin: 0;
    background-color: #f3f2ec;
    font-family: Georgia;
    line-height: 22px;
    font-size: 14px;
}

.blokje {
    padding-left: 70px;
    background-color: #deded2;
    margin-right: 100px;
    height: 712px;
    background-image: url(img/bg.png);
}

#wrapper {
    margin-left: 45px;
    height: 858px;
    margin-top: 90px;
    border-bottom: 1px solid #ccc;
}

#menu {
    position: fixed;
    width: 100%;
    height: 55px;
    margin-left: 45px;
    border-bottom: 1px solid #ccc;
    background-color: #f3f2ec;
    z-index: 100;
    padding-top: 6px;
}

#menu li {
    display: inline;
}

#menu li a {
    text-transform: uppercase;
    color: #027bc8;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
}

#menu ul {
    padding-top: 20px;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    color: #3da2cb;
}

#footer {
    margin-left: 45px;
}

.element {
    display: inline;
}

.tussen {
    width: 100px;
}

h2 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 23px;
    line-height: 40px;
}

h3 {
    font-weight: normal;
    font-size: 16px;
}

.sideways {
    height: 400px;
}

#hollandse_blokjes .portlet {
    display: inline-block;
    width: 450px;
    height: 700px;

    margin-right: 80px !important;
    vertical-align: top;
}
// vertical-align: top; this fixes the strange problem I've been having!

#hollandse_intro .portlet {
    width: 270px !important;
    display: inline-block;
    border: 1px solid red;
    margin-right: 80px !important;
}

.portlet-footer {
    display: none;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
}

.divider {
    color: #ccc;
    padding-left: 10px;
    padding-right: 10px;
}

.line {
    height: 35px;
    border-bottom: 1px solid #ccc;
    margin-right: 100px;
}

.share {
    height: 28px;
    background-color: #d2d4c3;
    display: none;
    top: 500px;
    left: 30px;
}

.scroll {
    position: absolute;
    top: -50px;
    margin-left: -45px;
}

.sharebox {
    height: 22px;
    background-color: #d2d4c3;
    margin-top: -75px;

    margin-left: 70px;
    padding: 12px;
    padding-top: 6px;
    padding-bottom: 0;
}

#maincontent {
    margin-top: -5px;
}

#cv h3 {
    text-transform: uppercase;
}

#cv .portlet-content {
    margin-bottom: 25px;
}

.next_block {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    top: 700px;
    z-index: 100;
    width: 310px;
}

.blokje {
    margin-top: -15px;
}

.pagination {
    margin: 26px auto 0;
    width: 100px;
}

.pagination li {
    float: left;
    margin: 0 1px;
    list-style: none;
}

.pagination li a {
    display: block;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../img/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.pagination li.current a {
    background-position: 0 -12px;
}

#slider1 .slides_container {
    width: 850px;
    height: 712px;
}

#slider1 .slides_container div {
    width: 850px;
    height: 712px;
    display: block;
}

.edit_buttons {
    margin-top: 10px;
    margin-left: -200px;
}

.add_button {
    display: none;
}

#cv1 .add_button,
#cv2 .add_button,
#hollandse .add_button,
#hollandse_blokjes .add_button {
    display: block;
}

.pagination {
    display: none;
}

#contact h2 {
    margin-top: 54px;
    margin-bottom: 20px;
}

#contact p {
    line-height: 16px;
}

/*
.blue{
border: 1px solid blue;
}
#slider_col3 .slides_container {
width:2600px;
height:712px;
}
#slider_col3 .slides_container div {
width: 2600px;
height:712px;
display:block;
}
*/
#contact h2 {
    margin-top: 30px;
}

#menu {
    margin-top: -100px;
}

div.box div.portlet-header {
    display: none;
    position: absolute;
}

div.box:hover div.portlet-header {
    display: block;
    position: absolute;
}

.spacebar {
    clear: both;
}

.imgleft {
    float: left;
    padding-right: 15px;
    padding-bottom: 5px;
}

.imgright {
    float: right;
    padding-left: 15px;
    padding-bottom: 5px;
}

.editable_hover {
    background-color: #ffc;
}

#mainmenu a {
    font-family: 'Gafata', sans-serif !important;
    font-size: 14px !important;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
