﻿@media all and (max-width:600px){
    .page {
        padding-top:5px;
        font-family:'Century Gothic', Arial;
        font-size:10pt;
    }

    .pagetitle {
        font-size: 12pt;
        color: #2e2c7e;
        padding-top: 10px;
        padding-left: 115px;
    }
   
    .backlinkcontainer {
        width:300px;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:20px;
    }

    .logo {
        float:left;
        margin-left:5px;
    }

    .logo img {
        width:106px;
        height:71px;
    }

    .header {
        height:60px;
    }

    .headerbar {
        background-color:#3A3A3A;
        border-left:solid 1px #3A3A3A;
        border-right:solid 1px #3A3A3A;
        width:100%;
        height:30px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding-top: 9px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom:0px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom:0px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .menu-button {
        margin-top:0px;
    }

    .menucontainer {
        background-color:#3A3A3A;
        border-left:solid 1px #3A3A3A;
        border-right:solid 1px #3A3A3A;
        height:105px;
        width:100%;
        padding-left:15px;
        padding-right:15px;
    }

    .menuhovercontainer {
        position:absolute;
        width:568px;
        display:inline-block;
        margin:10px;
        z-index:999;
        top:95px;
    }

    .menuhovercontainerbg {
        content: "";
        display: block;
        position: absolute;
        width:598px;
        height:390px;
        z-index: 100;
        background:white;
        opacity: .8;
        top:95px;
    }

    .navbar-toggle .icon-bar {
        background-color:silver;
    }

    .homebanner {
        display:block;
        margin-bottom:5px;
    }

    .movieframe {
        display: block;
        margin: 0px auto 20px auto;
        width: 350px;
        height: 197px;
    }

    .bannercontainer {
        display:none;
    }

    .homecontent {
        padding:5px;
        color:black;
    }

    .pagebody {
    }

    .tel {
        color:white;
        background-color:#3A3A3A;
        width:106px;
        padding-top:5px;
        text-align:center;
        font-size:8pt;
    }

    .menucontainer ul {
        margin-top:0px;
        margin-bottom:0px;
        padding-left:0px;
    }

    .menucontainer li {
        padding-top:7px;
        padding-bottom:7px;
        color:white;
        font-size:10pt;
        transition:color 0.3s linear, background 0.3s ease-out;
        -moz-transition:color 0.3s linear, background 0.3s ease-out;
        -webkit-transition:color 0.3s linear, background 0.3s ease-out;
    }

    .menucontainer li a, .menucontainer li a:active {
        color:white;
        text-decoration:none;
    }

    .menucontainer li:hover {
        text-decoration:none;
        color:white;
        background-color:#606060;
        cursor:pointer;
    }

    .homebannertitle, .homebannersubtitle, .pagecontenttitle,  .pagecontentsubtitle {
        font-family:'Century Gothic', Arial;
        font-size:18pt;
        /*color:#e10c18;*/
        color:white;
        line-height:50px;
    }
     .pagecontenttitle,  .pagecontentsubtitle {
         color:black;
     }

    .homebannersubtitle, .pagecontentsubtitle {
        margin-left:30px;
    }

    .pagecontentsubtitle {
        font-size:14pt;
    }

    .homebannercontent, .pagecontent {
        font-family:'Century Gothic', Arial;
        font-size:12pt;
        font-weight:normal;
        color:white;
    }

    .pagecontent {
        font-family:'Century Gothic', Arial;
        font-size:10pt;
        font-weight:normal;
        color:white;
        color:black;
    }

    .pagecontentcontainer {
        width:100%;
        padding:20px;
    }

    .maatschappelijk {
        background-color:#f3f3f3;
        border-left:solid 1px #C3C3C3;
        border-right:solid 1px #C3C3C3;
        text-align:center;
        font-size:8pt;
        color:#3E3E3E;
    }

    .maatschappelijk .images {
        padding-top:15px;
    }

    .maatschappelijk img {
        margin-left:10px;
        margin-right:10px;
        margin-bottom:10px;
        width:100px;
        height:67px;
        border:solid 1px #727272;
    }

    .maatschappelijk .content {
        padding:10px;
    }

    .footer {
        clear:both;
        background-color:#2F2D7E;
        border-left:solid 1px #2F2D7E;
        border-right:solid 1px #2F2D7E;
        padding-top:20px;
        color:white;
        font-size:9pt;
        line-height:1.8em;
    }

    .footer .column1, .footer .column2, .footer .column3 {
        margin-left:15px;
        float:left;
        min-width:160px;
        width:180px;
        margin-bottom:15px;
        font-size:8pt;
    }

    .footer .column1 {
        min-width:150px;
        width:150px;
    }

    .footer a:hover {
        text-decoration:underline;
        color:white;
        cursor:pointer;
    }
 
}
