/* cmsms stylesheet: tablet modified: 16-06-17 17:12:41 */
@charset "UTF-8";
/* CSS Document */

body, html { 
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/* ALGEMENE INSTELLINGEN TEKST */

p, h1, h2, h3, li, span, a {
    font-family: roboto, sans-serif;
    margin: 0px;
}

p {
    font-size: initial;
    line-height: initial;
    color: #444;
}

li {
    font-size: initial;
    line-height: initial;
    color: black;
}

h1 {
    font-size: initial;
    line-height: initial;
    color: black;
}

h2 {
    font-size: initial;
    line-height: initial;
    color: black;
}

h3 {
    font-size: initial;
    line-height: initial;
    color: black;
}

ul, li {
    margin: 0px;
    padding: 0px;
}

/* EINDE ALGEMENE INSTELLINGEN TEKST */

/* ALGEMENE INSTELLINGEN BLOKKEN */

.block {
    width: 100%;
    min-width: 660px;
}

.block .wrapper {
    width: 660px;
    margin: 0 auto 0;
}

/* EINDE ALGEMENE INSTELLINGEN BLOKKEN */

#pagecontainer {
    padding-top: 90px;
}

#schaduwbalk {
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.08);
    position: fixed;
    margin-top: 90px;
}

#menubalk {
    background: rgba(255,255,255,0.94);
    position: fixed;
    height: 90px;
}

#menubalk .wrapper {
    height: 90px;
}

#menubalk .logocontainer {
    float: left;
}

#menubalk .logocontainer img {
    height: 50px;
    padding: 20px 0px;
}

#menubalk .menu {
    float: right;
}

#menubalk .menu ul {
    list-style-type: none;
}

#menubalk .menu ul li {
    float: left;
    margin-top: 36px;
    margin-left: 30px;
}

#menubalk .menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding-bottom: 32px;
}

#menubalk .menu ul li:nth-of-type(3) a {
    font-weight: 700;
    border-bottom: 6px solid #0b5aad;
}

#menubalk .menu ul li a:hover {
    border-bottom: 4px solid #2E75B6;
}

#menubalk .fb-like {
    float: right;
    padding: 35px 0px 35px 40px;

}

#omslagfoto {
    background: #d8c9b8;
    background-image: url(https://www.directievervoeramsterdam.nl/uploads/images/directievervoer-amsterdam.jpg;
    background-position: 50% 50%;
    background-size: cover;
    height: 420px;
}

#omslagfoto .wrapper {
    padding: 70px 0px 88px 0px;   
    height: 180px;
}

#omslagfoto .wrapper p:first-of-type {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
}

#omslagfoto .wrapper p:first-of-type strong {
    font-weight: 500;
}

#omslagfoto .wrapper p:nth-of-type(2) {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 20px;
    width: 370px;
}

#omslagfoto a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 36px;
    background-color: #c1a510;
    display: inline-block;
    margin-top: 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition-duration: 0.15s;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

#omslagfoto a:hover {
    background-color: #a58d0e;
    transition-duration: 0.15s;
}

#omslagfoto a img {
    height: 12px;
    margin-bottom: -0.5px;
    margin-left: 3px;
}

#hoofdzin {
    padding-top: 20px;
    background: #222;
}

#hoofdzin .wrapper {
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-bottom: 0px solid #bbb;
}

#hoofdzin h1 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
    color: #fff;
    width: 500px;
    padding: 0px 80px;
}

#kolommen {
    padding: 70px 0px;
    background-color: #fff;
}

#kolommen .wrapper {
    overflow: auto;
}

#kolommen .wrapper .kolom {
    width: 660px;
    float: left;
    margin-right: 0px;
    margin-bottom: 50px;
}

#kolommen .wrapper .kolom:nth-of-type(3) {
    margin-right: 0px;   
    margin-bottom: 0px;
}

#kolommen .wrapper .kolom img {
    width: 80px;
    padding: 0px 290px 20px 290px;
}

#kolommen .wrapper .kolom:first-of-type img {
    padding-bottom: 11px;
}

#kolommen .wrapper .kolom:nth-of-type(3) img {
    padding-bottom: 11px;
    width: 75px;
}

#kolommen .wrapper .kolom h3 {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 14px;
    color: #0D65B6;
}

#kolommen .wrapper .kolom h3 strong {
    font-weight: 500;
}

#kolommen .wrapper .kolom p {
    text-align: center;
    color: #444;
    font-size: 15px;
    line-height: 24px;
    
}

#voordelen {

    padding: 70px 0px;
    background: #eee;
}

#voordelen .wrapper {
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    width: 580px;
}

#voordelen .inner {
    overflow: auto;
}

#voordelen h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
    color: #0D65B6;
}

#voordelen h2 strong {
    font-weight: 500;
}

#voordelen .inner .voordeel {
    width: 300px;
    float: left;
    background-image: url(https://www.directievervoeramsterdam.nl/uploads/images/checkmark.png);
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 50px;
}

#voordelen .inner .voordeel p {
    color: #444;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

#voordelen .inner div:nth-of-type(2), #voordelen .inner div:nth-of-type(4) {
    margin-left: 0px;
}

#voordelen .inner div:nth-of-type(3), #voordelen .inner div:nth-of-type(4) {
    margin-top: 0px;
}

#contact {
    background-color: #fff;
}

#contact .wrapper {
    padding: 70px 0px;
}

#contact .wrapper h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 12px;
    color: #0D65B6;
    text-align: center;
}

#contact h2 strong {
    font-weight: 500;
}

#contact .wrapper p {
    color: #444;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    padding-bottom: 30px;
}

#contact .wrapper p a {
    text-decoration: none;
    color: #444;
    border-bottom: 1px solid #444;
    transition-duration: 0s;
}

#contact .wrapper p a:hover {
    color: #aaa;
    border-bottom: 1px solid #aaa;
    transition-duration: 0s;
}

#contact .wrapper .cta {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 18px 36px;
    width: 144px;
    background-color: #c1a510;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition-duration: 0.15s;
    margin: 0 auto 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

#contact .wrapper .cta:hover {
    background-color: #a58d0e;
    transition-duration: 0.15s;
}

#footer{
    background: #222;
}

#footer .wrapper {
    overflow: auto;
    padding: 70px 0px;
}

#footer ul {
    float: left;
    list-style-type: none;
}

#footer ul:first-of-type {
    width: 300px;
    padding-right: 30px;
    padding-bottom: 30px;
}

#footer ul:nth-of-type(2), #footer ul:nth-of-type(3) {
    width: 630px;
}

#footer ul:nth-of-type(2) {
    padding-bottom: 30px;
}

#footer ul li {
    color: rgba(255,255,255,0.6);
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

#footer ul li:first-of-type {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 14px;
}

#footer ul:first-of-type li {
    padding-left: 30px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 0% 36%;
}

#footer ul:first-of-type li:first-of-type {
    padding-left: 0px;
}


#footer ul:first-of-type li:nth-of-type(2) {
    background-image: url(https://www.directievervoeramsterdam.nl/uploads/images/home2.png);
}

#footer ul:first-of-type li:nth-of-type(5) {
    background-image: url(https://www.directievervoeramsterdam.nl/uploads/images/phone.png);
    background-size: 15px;
}

#footer ul:first-of-type li:nth-of-type(6) {
    background-image: url(https://www.directievervoeramsterdam.nl/uploads/images/mail2.png);
}

#footer ul:first-of-type li:nth-of-type(8) {
    background-image: url(https://www.directievervoeramsterdam.nl/uploads/images/tag.png);
}

#subfooter {
    background: #111;   
    padding: 30px 0px;
}

#subfooter .wrapper {
    overflow: auto;   
}

#subfooter p {
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    float: left;
    color: #777;
}

#subfooter p:nth-of-type(2) {
    float: right;
}

#subfooter p span {
    color: rgba(255,255,255,0.5);
}

#subfooter a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}

#subfooter a:hover {
    text-decoration: underline;
}
