@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600italic,600,700italic,700,800,800italic);
@media screen {
    iframe {
        margin: 10px 0px;
    }
    .printlogo {
        display: none;
    }

    body {
        font-family: 'Open Sans', sans-serif;
        color: #333;
        font-size: 15px;
        line-height: 1.6;
        background-color: #fff;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    a {
        color: #333;
    }
    .rtime{
        padding:3px;
        margin:2px 0px;
background-color:#fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content:  flex-start;
    font-size:12px;
    align-items: stretch;
    line-height:1;
    }
    .rtime span{ 
        font-size:14px;
        margin-right:5px;
    }
.bar3{
background-color:#eaf4fd;
padding:10px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
.bar3 div{
    padding:5px 10px;
    font-size:14px;
    line-height:1;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bar3 .loc {
    border-right:1px solid #1a658c;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bar3 span{
    color:#1a658c;
    margin-right:10px;
}
.bar3 div.rnk{
    border-right:1px solid #1a658c;
    cursor:pointer;
}
.bar3 div.rnk img{
    height:21px;
    width:21px;
    margin-right:10px;
}
    a.cart {
        display: inline-block;
        font-size: 30px;
        position: fixed;
        top: 0px;
        left: 0px;
        color: #0078AD;
        z-index: 99999;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
    }

    a.cart span.aantal,
    a.cart span.icon {
        font-size: 16px;
        padding: 0px;
    }

    .f763 .share,
    .f763 .leftcontent {
        display: none;

    }

    .xmenu {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 0px;
        vertical-align: top;
        width: auto;
        float: right;
        background-color: #fff;
    }

    .xmenu a {
        display: inline-block;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        padding: 5px 10px;
    }

    .xmenu a:hover {
        text-decoration: underlined;
        color: #000;
    }

    .wrapper_holder {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 1500px;
        z-index: 10;
        background-color: #fff;
        margin: 0px;
        padding: 0px;
    }

    .f913 .wrapper_holder {
        max-width: none;
        padding: 0px;
    }

    .f913 .wrapper {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }

    .f913 .leftcontent {
        display: none;
    }

    .f913 .content {
        width: 100%;
    }

    .f913 .content form {
        display: flex;
        padding: 10px 0px;
    }

    .f913 .content form input {
        width: 100%;
        padding: 10px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-right: 10px;
    }

    .f913 .content form button {
        min-width: 200px;
        padding: 10px;
        color: #fff;
        background-color: #0073AA;
        border: 1px solid #0073AA;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .f913 .tab {
        width: 100%;
    }

    .f913 .tabs {
        width: 100%;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .f913 .tabs a {
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 0px;
        margin: 0px 10px;
        color: #000;
        text-decoration: none;
        background-color: #efefef;
    }

    .f913 .tabs a.selected {
        background-color: #fff;
        position: relative;
        top: 1px;
    }

    .hidden {
        display: none;
    }

    div.right form input {
        padding: 10px;
        width: 100%;
        max-width: none;
        border: 1px solid rgba(0, 0, 0, 0.4);
        background-color: rgba(255, 255, 255, 0.8);

    }

    div.wrapper {
        display: flex;
        justify-content: center;
    }

    div.leftcontent {
        order: 1;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 280px;
        text-align: left;
        padding: 10px;
    }

    div.content {
        order: 2;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        min-width: 800px;
        padding: 10px;
    }

    div.rightcontent {
        display: inline-block;
        order: 3;
        vertical-align: top;
        width: 100%;
        max-width: 300px;
        min-width: 200px;
    }

    div.rightcontent div.banner {
        position: relative;
        padding: 30px 20px;
        min-height: 200px;
        color: #fff;
        display: inline-block;
        width: 100%;
        font-size: 18px;
        line-height: 1.6;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        text-align: left;
        margin-bottom: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        overflow: hidden;
    }

    div.rightcontent div.banner p {
        padding-bottom: 20px;
    }

    div.rightcontent div.banner strong,
    div.rightcontent div.banner b {
        font-size: 20px;
        text-shadow: 1px 1px #000;
    }

    div.rightcontent div.banner a {
        display: inline-block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        margin: 20px 0px;
        padding: 5px;
        background: rgb(250, 185, 71);
        background: linear-gradient(180deg, rgba(250, 185, 71, 1) 0%, rgba(251, 157, 3, 1) 100%);
    }

    div.rightcontent .summary {
        display: inline-block;
        margin: 10px 0px;
        color: #fff;
        background-color: #0073AA;
        padding: 10px;
        text-align: left;
        width: 100%;
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);

        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    div.rightcontent .summary p strong {
        color: #fff;
        font-size: 18px;
    }

    div.rightcontent .summary p {
        color: #fff;
        line-height: 1.2;
        padding-bottom: 15px;
    }

    div.rightcontent .summary p:last-child {
        padding-bottom: 0px;
    }

    div.rightcontent .summary a {
        color: #fff;
    }

    div.rightcontent .summary a.knop {
        margin: 10px 0px;
        display: block;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        color: #555;
        background: #f5f5f5;
        background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
        background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
        background: rgb(239, 239, 239);
        background: linear-gradient(0deg, rgba(239, 239, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
        text-align: center;
        padding: 5px 10px;
        font-size: 16px;
        font-weight: 600;
    }

    div.rightcontent .summary a.knop:hover {
        background: linear-gradient(0deg, rgba(228, 228, 228, 1) 0%, rgba(239, 239, 239, 1) 80%);
    }

    .location {
        clear: both;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 1100px;
        background-color: #fff;
        overflow: hidden;
        position: relative;
        z-index: 20;
    }

    .imago {
        position: relative;
        clear: both;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        z-index: 15;
        position: relative;
        text-align: center;
    }

    .imago p {}

    .imago-img {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 1100px;
        width: 100%;
        z-index: 15;
        overflow: hidden;
        position: relative;
        font-size: 0px;
        line-height: 100%;
        height: 200px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        text-align: right;
    }

    .imago-cnt {
        display: inline-block;
        text-align: left;
        margin: 40px;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.5);

    }

    .imago-cnt strong {
        display: block;
        color: #FFF;
        padding-top: 15px;
        font-weight: normal;
    }

    .imago-cnt h1 {
        color: #FFF;
        font-size: 18px;
        font-weight: normal;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .imago-cnt p {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-weight: 600;
    }

    .header {
        width: 100%;
        display: inline-block;
        width: 100%;
        max-width: 951px;
        max-width: 955px;
        position: relative;
    }

    .slogan {
        float: right;
        display: inline-block;
        height: 24px;
        padding: 0px 100px 0px 0px;
        margin: 25px 0px;
    }

    .slogan h2 {
        font-size: 14px;
        line-height: 24px;
        font-weight: normal;
        color: #87CFEF;
        padding: 10px;
        float: Left;
    }

    .logo {
        display: inline-block;
        padding: 0px;
        max-width: 240px;
    }

    .logo a {
        display: inline-block;
        padding: 10px;
        width: 100%;
        max-width: 240px;
    }

    .logo a img {
        width: 100%;
        height: auto;
    }

    .f763 button,
    button[href],
    button[type] {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: 300px;
        padding: 10px;
        background-color: #0073AA;
        text-align: center;
        color: #fff;
        border: 0px;
        margin: 0px 10px 10px 0px;
        text-align: center;
        cursor: pointer;
    }

    .f763 button span{
        color: #fff !important;
        
    }
    .f763 button:hover span,
    .f763 button:hover,
    button[href]:hover,
    button[type]:hover {
        color: #71CDF4 !important;
    }

    .menu {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        background-color: #0073AA;
        text-align: center;
        margin-bottom: 0px;
    }

    .menu ul li,
    .menu ul {
        display: inline;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .menu ul li a {
        line-height: 1;
        display: inline-block;
        color: #fff;
        padding: 10px 15px 15px 15px;
        text-transform: uppercase;
        font-weight: normal;
        text-decoration: none;
        white-space: nowrap;
    }

    .menu ul li a.selected {
        color: #0073AA;
        background-color: #fff;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .menu ul li a:hover.selected {
        color: #666;
    }

    * html .menu ul ul,
    .menu ul li ul li {
        font-size: 0px;
        float: none;
        line-height: 0;
    }

    .menu ul li ul {
        top: 32px;
        display: none;
        position: absolute;
        left: 0;
        margin: 0;
        padding: 0;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);

    }

    .menu ul li ul a {
        display: inline-block;
        text-align: left;
        text-transform: none;
        color: #116893;
        font-size: 14px;
        line-height: 1;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        width: 100%;
        padding: 8px;
        font-weight: 500;
        font-family: 'Open Sans', sans-serif;
        color: #333;
        color: #0073AA;
        background-color: #ffffff;
    }

    .menu ul li ul a:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .hol {
        width: 100%;
    }

    .content p a strong .content a strong,
    .content a i,
    .content a {
        color: #0073AA;
    }

    .content ul {
        list-style: none;
        list-style: none;
        /* Remove default bullets */
    }

    .content ul li::before {
        content: "\2022";
        /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: #0073AA;
        /* Change the color */
        font-weight: bold;
        /* If you want it to be bold */
        display: inline-block;
        /* Needed to add space between the bullet and the text */
        width: 1em;
        /* Also needed for space (tweak if needed) */
        margin-left: -1em;
        /* Also needed for space (tweak if needed) */
    }



    .subcontent {
        overflow: auto;
        float: right;
        width: 170px;
        padding-left: 10px;
    }

    .cnt {
        float: left;
        width: 520px;
        background: url(../_sysimg/submenu-bkg.png) no-repeat right top;
        padding-right: 30px;
    }

    .crumb {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .crumb .holder {
        width: 100%;
        font-size: 12px;
        line-height: 100%;
        max-width: 1100px;
        display: inline-block;
        text-transform: normal;
        color: #333;
        padding: 10px 0px;
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .crumb a {
        padding: 5px;
        font-size: 12px;
        line-height: 100%;
        color: rgba(0, 0, 0, 0.6);
        text-decoration: none;
    }

    .crumb a:before {
        content: ">";
        color: rgba(0, 0, 0, 0.6);
        margin-right: 10px;
    }

    .crumb a:first-child:before {
        content: "";
    }

    .crumb a:hover {
        color: rgba(0, 0, 0, 1);
        text-decoration: underlined;
    }

    .crumbpath {
        width: 100%;
        display: inline-block;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .crumbpath .holder {
        width: 100%;
        max-width: 1100px;
        display: inline-block;
        text-transform: normal;
        color: #ccc;
        padding: 20px 10px;
        text-align: left;
    }

    .crumbpath a {
        padding: 10px;
        color: #ccc;
        text-decoration: none;
    }

    .crumbpath a:before {
        content: ">";
        color: #ccc;
        margin-right: 7px;
    }

    .crumbpath a:hover {
        color: #7BAEC1;
    }

    hr {
        height: 8px;
        border: 0;
        border-bottom: solid 1px #CCC;
        clear: both;
    }

    .label {
        color: white;
        padding: 8px;
    }

    .label.success {
        background-color: #4CAF50;
    }

    /* Green */
    .label.info {
        background-color: #2196F3;
    }

    /* Blue */
    .label.warning {
        background-color: #ff9800;
    }

    /* Orange */
    .label.danger {
        background-color: #f44336;
    }

    /* Red */
    .label.other {
        background-color: #e7e7e7;
        color: black;
    }

    /* Gray */

    .social {
        clear: right;
        width: 630px;
        margin-top: 10px;
        text-align: right;
        height: 32px;
    }

    .content h1 {
        color: #000;
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: 1px;
        font-weight: 600;
        padding: 10px 0px;
    }

    .content h2 {
        color: #000;
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: 1px;
        font-weight: 600;
        margin: 0px;
        padding: 10px 0px 5px 0px;
    }

    .content h3 {
        color: #fff;
        display: inline-block;
        width: 100%;
        background-color: #0073AA;
        font-size: 17px;
        line-height: 140%;
        font-weight: normal;
        padding: 20px;
        border: 0px;
        font-family: 'Open Sans', sans-serif;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 20px 0px 10px 0px;
    }

    .content h3 a {
        color: #fff;
        text-decoration: none;
    }

    h2.sluitbaar {
        border-bottom: 1px solid #ccc;
    }

    .content .sluitbaar {
        position: relative;
        cursor: pointer;
        margin: 0px 0px 1px 0px;
    }

    .content .sluitbaar font {
        right: 0px;
        top: 5px;
        position: absolute;
    }

    div .sluit {
        padding: 10px;
    }

    div .sluit p:last-child {
        margin: 0px;
    }

    .cnt3 h3 {
        color: #fff;
        display: inline-block;
        width: 100%;
        background-color: #0073AA;
        font-size: 17px;
        line-height: 140%;
        font-weight: normal;
        padding: 30px;
        border: 0px;
        font-family: 'Open Sans', sans-serif;
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);

        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 20px 0px 10px 0px;
    }

    .content h4 {
        display: inline-block;
        width: 100%;
        padding: 30px;
        font-weight: 500;
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-family: 'Open Sans', sans-serif;
        color: #333;
        font-size: 16px;
        line-height: 1.4;
        color: #0073AA;
        background-color: #ffffff;
        margin: 20px 0px;
    }

    .hol {
        width: 100%;
    }

    .content p a strong .content a strong,
    .content a i,
    .content a {
        color: #0073AA;
    }

    .content ul {
        list-style: none;
        /* Remove default bullets */
    }

    .content ul li::before {
        content: "\2022";
        /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: #0073AA;
        /* Change the color */
        font-weight: bold;
        /* If you want it to be bold */
        display: inline-block;
        /* Needed to add space between the bullet and the text */
        width: 1em;
        /* Also needed for space (tweak if needed) */
        margin-left: -1em;
        /* Also needed for space (tweak if needed) */
    }

    .content h5 {
        color: #0073AA;
        display: block;
        padding: 10px;
        height: auto;
        font-size: 16px;
        line-height: 18px;
        border-bottom: 1px dotted #0073AA;
        font: italic normal 16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
        margin-top: 7px;
        margin-bottom: 5px;
    }

    .content h5 a {
        margin-top: 10px;
        color: #0073AA;
    }

    .content h5 a:hover {
        color: #0073AA;
        text-decoration: none;
    }

    .content h6 {
        padding-top: 5px;
        color: #999;
        font: normal 11px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .content h6 a {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #0073AA;
        border: none;
        display: block;
    }

    .content h6 a:before {
        content: "«";
        margin-right: 5px;
    }

    .content h6 a:hover {
        color: #000;
        text-decoration: none;
        border: none;
    }

    .content ul {
        margin: 10px 0px 15px 0px;
    }

    .content ul li {
        list-style-type: circle;
        margin-left: 15px;
    }

    .content ul li a:hover {
        color: #000;
    }

    #home .content ul li {
        margin-bottom: 0px;
    }

    .content ol {
        margin: 8px 0px 5px 25px;
    }

    .content ol li {
        color: #333;
        list-style-position: outside;
        list-style-type: decimal-leading-zero;
        padding-left: 10px;
        margin-bottom: 7px;
    }

    .content ol li a {
        color: #333;
        text-decoration: none;
    }

    .content ol li ol li {
        color: rgba(0, 0, 0, 0.8);
        list-style-position: outside;
        list-style-type: lower-latin;
    }

    .content ol li a:hover {
        color: rgba(0, 0, 0, 1);
    }

    .content p,
    .content td {
        padding-bottom: 15px;
    }

    .content a,
    .content p a,
    .content td a {}

    .content a:hover,
    .content p a:hover,
    .content td a:hover {
        color: #000;
    }

    .cnt3 {
        width: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 10px;
    }

    .cnt3 p,
    .cnt5 p,
    .home-nws p {
        color: #333;
    }

    .cnt3 h3,
    .cnt5 h3,
    .home-nws h3,
    .sub h3,
    .searchbox h3 {
        color: #FFF;
        margin: 0px;
        font-size: 20px;
        font-weight: 600;
    }

    .cnt3 ul li {
        list-style-type: square;
        list-style-position: inside;
        list-style-image: url(../_sysimg/bullet.png);
    }

    .cnt3 ul li a {
        color: #666;
        text-decoration: none;
    }

    .cnt3 ul li a:hover {
        color: #0073AA;
        text-decoration: none;
    }

    .cnt5 h3,
    .home-nws h3,
    .sub h3,
    .searchbox h3 {
        color: #0073AA;
    }

    .home-nws h3,
    .sub h3 {}

    .cnt3 img,
    .cnt5 img {
        float: left;
        margin-right: 10px;
    }

    .cnt3 h6 a {
        border: 0px;
    }

    .cnt3 h6 a:hover {
        border: 0px;
    }

    .cnt5 {
        padding: 5px 15px 10px;
        float: left;
        width: 157px;
        background: url(../_sysimg/cnt5.png) no-repeat;
        margin-top: 20px;
    }

    .cnt6 {
        padding: 5px 15px 10px;
        float: right;
        width: 132px;
        margin-top: 20px;
    }

    .cnt6r {
        padding: 5px 0px 10px 15px;
        float: right;
        width: 117px;
        margin-top: 20px;
        text-align: right;
    }

    #twitter_div {
        z-index: 999999;
        float: left;
        width: 245px;
        padding-bottom: 8px;
        padding-top: 5px;
        clear: left;
    }

    #twitter_div h3 {
        font-size: 14px;
        font-weight: normal;
        color: #0073AA;
        line-height: 18px;
        margin-left: 10px;
        margin-top: 20px;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 10px;
    }

    #twitter_div li {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CFE1E9;
        color: #666;
        text-decoration: none;
        display: block;
        font-size: 10px;
        padding-left: 10px;
    }

    #twitter_div a {
        color: #0073AA;
        text-decoration: none;
        display: block;
        font-size: 10px;
        line-height: 21px;
    }

    #twitter_div li a:hover {
        color: #0073AA;
        text-decoration: none;
        background-image: url(../_sysimg/subkg.png);
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }

    .sub {}

    .sub h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .sub li {
        display: inline;
        font-size: 0px;
    }

    .sub li a {
        color: #333;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        font-size: 14px;
        padding: 4px 0px;
        border-bottom: 1px solid #CFE1E9;
    }

    .sub li a:hover {
        color: #0073AA;
    }

    .sub ul li a.selected {
        color: #006198;
    }

    .sub li li a {
        display: inline-block;
        width: 100%;
        color: #666;
        text-transform: none;
        padding-left: 10px;
        font-size: 13px;
    }

    .sub ul li ul li:last-child {
        border-color: #FFF;
    }

    .sub li li li a {
        color: #777;

        display: inline-block;
        width: 100%;
        color: #666;
        padding-left: 15px;
        font-size: 12px;
    }

    .sub ul li ul li ul li:last-child {
        border-color: #FFF;
    }

    .home-nws {
        width: 235px;
        margin-top: 20px;
        float: left;
    }

    .home-nws h6 a,
    .wrapper .home-cnt3 .cnt3 h6 a {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: italic;
        color: #0073AA;
        text-decoration: none;
        text-transform: none;
        padding-left: 10px;
        clear: both;
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .home-nws h6 a:before,
    .wrapper .home-cnt3 .cnt3 h6 a:before {
        content: url(../_sysimg/plus.png);
        margin-right: 5px;
    }

    .home-nws h6 a:hover,
    .wrapper .home-cnt3 .cnt3 h6 a:hover {
        color: #999;
    }

    .nws-short {
        margin-bottom: 5px;
        padding-bottom: 5px;
        padding-left: 0px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CFE1E9;
    }

    .nws-short a {
        color: #666;
        text-decoration: none;
        display: inline-block;
        position: relative;
        width: 100%;
        padding-right: 10px;
    }

    .nws-short a:hover {
        color: #0073AA;
        text-decoration: none;
    }

    .nws-short a:after {
        content: ">";
        color: #69C;
        position: absolute;
        right: 0px;
        top: 4px;
        font: bold 11px Tahoma, Geneva, sans-serif;
    }

    .searchbox {
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
        clear: left;
    }

    .searchbox p {
        color: #666;
    }

    .searchbox form input {
        color: #666;
        width: 100%;
        padding: 10px;
        border: solid 1px #ccc;
    }

    #home .searchbox {
        display: none;
    }

    .service {
        margin-top: 25px;
        margin-right: 15px;
    }

    .nwslist {
        float: left;
        width: 510px;
        overflow: auto;
    }

    .nwslistimg {
        float: left;
        height: 85px;
        width: 85px;
        margin-top: 13px;
        margin-right: 15px;
        margin-bottom: 5px;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        border: 1px solid #CCC;
    }

    .nwslistmsg {
        float: left;
        width: 400px;
        overflow: auto;
    }

    .nwslistfoot {
        float: left;
        width: 510px;
        margin-top: 10px;
        height: 26px;
        overflow: auto;
        background: url(../_sysimg/tabbkg.png) no-repeat right bottom;
    }

    .ref {
        float: left;
        width: 510px;
        margin-top: 10px;
        padding-bottom: 32px;
        overflow: auto;
        background: url(../_sysimg/footer.png) no-repeat right bottom;
    }

    .ref .img100 {
        float: left;
        width: 240px;
    }

    .ref .reftxt {
        float: left;
        width: 230px;
        min-height: 160px;
        padding-left: 30px;
        overflow: auto;
        background: url(../_sysimg/cnt5.png) no-repeat;
    }

    .ref .reftxt p a[href^="http:"] {
        background: url(../_sysimg/web.gif) no-repeat left top;
        vertical-align: top;
        display: inline;
        padding-left: 25px;
    }

    .footnws {
        float: left;
        width: 510px;
        height: 60px;
        overflow: auto;
        background: url(../_sysimg/tabbkg.png) no-repeat 0px 0px;
        padding-top: 36px;
    }

    .reftxt h6,
    .footnws h6,
    .nwslist h6 {
        color: #9CC2D1;
        font-size: 10px;
        line-height: 16px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .reftxt h6 img,
    .footnws h6 img,
    .nwslist h6 img {
        margin-right: 10px;
        vertical-align: top;
        display: inline;
    }

    .reftxt h6 a,
    .footnws h6 a,
    .nwslist h6 a {
        color: #9CC2D1;
        text-decoration: none;
        border-bottom: 1px solid #69C;
    }

    .reftxt h6 a:hover,
    .footnws h6 a:hover,
    .nwslist h6 a:hover {
        color: #9CC2D1;
        border-bottom: 1px dashed #69C;
    }

    form p input {
        width: 100%;
        max-width: 400px;
        padding: 10px;
        border: 1px solid #ccc;
        margin-right: 10px;
    }

    form p button {
        color: #069;
        padding: 10px;
        border: 1px solid #ccc;
    }

    a.zoekitem {
        color: #000;
        display: inline-block;
        width: 100%;
        background-color: #fff;
        margin: 10px 0px;
        border: 1px solid #efefef;
        padding: 10px;
        text-decoration: none;
        webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;

        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;

    }

    a.zoekitem h2 {
        margin: 0px;
        padding: 0px 0px 10px 0px;
        font-size: 18px;
    }

    a.zoekitem div {
        display: inline-block;
        width: 100%;
        max-height: 60px;
        overflow: hidden;
        font-size: 12px;
    }

    a.zoekitem div br {
        display: none;
    }

    a.zoekitem p {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .footer {
        clear: both;
        vertical-align: top;
        display: inline-block;
        width: 100%;
        padding: 20px 10px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .footer div {
        width: 100%;
        max-width: 300px;
        vertical-align: top;
        display: inline-block;
        text-align: left;
        padding: 20px;
    }

    .footer p {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        font-size: 14px;
        line-height: 160%;
        padding-bottom: 15px;
    }

    .footer a,
    .footer a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .mod {
        padding: 20px;
        color: #fff;
        text-align: center;
        background-color: #000;
        width: 100%;
    }

    .mod a {
        color: #fff;
    }

    td {
        vertical-align: top;
        padding: 5px;
    }

    form td input,
    form td textarea {
        width: 300px;
    }

    form td input.radio,
    form td input.checkbox {
        width: 18px;
    }

    .afb-links {
        float: left;
        margin-right: 15px;
        margin-bottom: 5px;
    }

    .afb-rechts {
        float: right;
        margin-left: 15px;
        margin-bottom: 5px;
    }

    .social a,
    .social a:hover {
        border: 0px;
        text-decoration: none;
    }
}


@media print {
    div.logo {
        display: none;
    }

    .printlogo {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    html {
        font-size: 14px;
        line-height: 160%;
        overflow: -moz-scrollbars-vertical;
        overflow-y: scroll;
    }

    body {
        font-size: 14px;
        line-height: 160%;
        font-family: Helvetica;
        color: #000;
        margin: 0px;
        padding: 10px;
        background-color: #FFF;
    }

    .wrapper {
        width: 100%;
        display: inline-block;
        max-width: 100%;
        margin: 0px;
        overflow: none;
        padding: 0px;
        background-image: none;
        border: 0px;
        font-size: 14px;
        line-height: 160%;
    }

    iframe,
    form.call,
    .share,
    .footer,
    .leftcontent,
    .imago,
    .header {
        display: none;
    }

    .subcontent {
        overflow: auto;
        float: right;
        width: 170px;
        padding-left: 10px;
        font-size: 14px;
        line-height: 160%;
    }

    .cnt {
        float: left;
        width: 100%;
        display: inline-block;
        max-width: 100%;
        font-size: 14px;
        line-height: 160%;
    }

    .crumbpath {
        width: 100%;
        display: inline-block;
        max-width: 100%;
        text-transform: uppercase;
        color: #7BAEC1;
    }

    .crumbpath a {
        display: none;
    }

    hr {
        height: 8px;
        border: 0;
        border-bottom: solid 1px #CCC;
        clear: both;
    }

    .content {
        float: none;
        width: 100%;
        display: inline-block;
        padding: 0px;
        margin: 0px;
        min-width: none;
    }

    .content h1 {
        color: #000;
        font-size: 22px;
        font-weight: normal;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .content h2 {
        color: #000;
        font-size: 20px;
        font-weight: normal;
        line-height: 160%;
        margin-top: 7px;
    }

    .content h3 {
        color: #000;
        font-size: 18px;
        font-weight: normal;
        font-style: italic;
        margin-top: 7px;
    }

    .content h4 {
        color: #000;
        font-weight: normal;
        text-transform: uppercase;
        margin-top: 5px;
        font-size: 16px;
    }

    .content h5 {
        color: #000;
        display: block;
        padding: 10px;
        height: auto;
        width: 93%;
        border: 1px dotted #000;
        font-family: Helvetica;
        margin-top: 7px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .content h5 a {
        margin-top: 10px;
        color: #000;
    }

    .content h5 a:hover {
        color: #000;
        text-decoration: none;
    }

    .content h6 {
        color: #000;
        font-family: Helvetica;
        text-transform: uppercase;
        margin-bottom: 10px;
        padding-top: 5px;
    }

    .content h6 a {
        margin-top: 20px;
        margin-bottom: 20px;
        color: #000;
        border: none;
        display: block;
    }

    .content h6 a:before {
        content: "Â«";
        margin-right: 5px;
    }

    .content h6 a:hover {
        color: #333;
        text-decoration: none;
        border: none;
    }

    .content ul {
        margin: 0px;
        margin-bottom: 15px;
    }

    .content ul li {
        color: #000;
        list-style-position: outside;
        list-style-image: none;
        list-style-type: square;
        margin-left: 15px;
        margin-bottom: 7px;
        background-image: none;
    }

    .content ul li a {
        color: #000;
        text-decoration: none;
        border-bottom: none;
    }

    .content ul li ul li {
        color: #000;
        list-style-position: outside;
        list-style-type: square;
    }

    #home .content ul li {
        margin-bottom: 0px;
    }

    .content ol {
        margin-top: 8px;
        margin-bottom: 5px;
    }

    .content ol li {
        color: #000;
        list-style-position: outside;
        list-style-type: decimal-leading-zero;
        margin-left: 30px;
        margin-bottom: 7px;
    }

    .content ol li a {
        color: #000;
        text-decoration: none;
        border-bottom: none;
    }

    .content ol li ol li {
        color: #000;
        list-style-position: outside;
        list-style-type: lower-latin;
    }

    .content ol li a:hover {
        color: #444;
        border-bottom: none;
    }

    .content p {
        margin: 0px;
        padding-bottom: 15px;
    }

    .content td {
        color: #000;
        margin-top: 5px;
    }

    .content a,
    .content p a,
    .content td a {
        color: #000;
        text-decoration: none;
    }

    .content a:hover,
    .content p a:hover,
    .content td a:hover {
        color: #000;
        text-decoration: underlined;
    }

    .content p strong {
        color: #000;
        font-weight: normal;
        margin-top: 5px;
    }

    .cnt2 {
        display: none;
    }

    .cnt2 h4 {
        font: italic normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #000;
        padding-top: 30px;
    }

    .home-cnt3 {
        width: 660px;
        overflow: auto;
        margin-bottom: 10px;
        float: right;
    }

    .cnt3 {
        float: right;
        width: 280px;
        margin-top: 20px;
        padding-top: 3px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
        margin-left: 15px;
    }

    .cnt3 p,
    .cnt5 p,
    .home-nws p {
        font-size: 11px;
        line-height: 14px;
        color: #666;
    }

    .cnt3 h3,
    .cnt5 h3,
    .home-nws h3,
    .sub h3,
    .searchbox h3 {
        font-size: 16px;
        font-weight: normal;
        color: #FFF;
        margin-bottom: 8px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-style: italic;
        margin-top: 6px;
    }

    .cnt3 ul li {
        list-style-type: square;
        list-style-position: inside;
        list-style-image: url(../_sysimg/bullet.png);
    }

    .cnt3 ul li a {
        color: #000;
        text-decoration: none;
    }

    .cnt5 h3,
    .home-nws h3,
    .sub h3,
    .searchbox h3 {
        color: #000;
    }

    .home-nws h3,
    .sub h3 {
        padding: 10px 0px;
    }

    .cnt3 img,
    .cnt5 img {
        float: left;
        margin-right: 10px;
    }

    .cnt5 {
        padding: 5px 15px 10px;
        float: left;
        width: 157px;
        margin-top: 20px;
    }

    .cnt6 {
        float: right;
        width: 162px;
        margin: 0px;
        padding-top: 5px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    .cnt6r {
        float: right;
        width: 157px;
        text-align: right;
        margin: 0px;
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    .sub {
        float: left;
        width: 255px;
        margin-top: 20px;
        padding-right: 20px;
        display: none;
    }

    .home-nws {
        display: none;
    }

    .home-nws h6 a,
    .wrapper .home-cnt3 .cnt3 h6 a {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: italic;
        color: #000;
        text-decoration: none;
        text-transform: none;
        padding-left: 10px;
        clear: both;
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .home-nws h6 a:before,
    .wrapper .home-cnt3 .cnt3 h6 a:before {
        content: url(/_sysimg/plus.png);
        margin-right: 5px;
    }

    .home-nws h6 a:hover,
    .wrapper .home-cnt3 .cnt3 h6 a:hover {
        color: #999;
    }

    .nws-short {
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CFE1E9;
    }

    .nws-short p a {
        color: #666;
        text-decoration: none;
        display: block;
    }

    .nws-short p a:hover {
        color: #0073AA;
        text-decoration: none;
    }

    .searchbox {
        display: none;
    }

    .service {
        margin-top: 25px;
        margin-right: 15px;
    }

    .nwslist {
        float: left;
        width: 510px;
        overflow: auto;
    }

    .nwslistimg {
        float: left;
        height: 85px;
        width: 85px;
        margin-top: 13px;
        margin-right: 15px;
        margin-bottom: 5px;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        border: 1px solid #CCC;
    }

    .nwslistmsg {
        float: left;
        width: 400px;
        overflow: auto;
    }

    .nwslistfoot {
        float: left;
        width: 510px;
        margin-top: 10px;
        height: 26px;
        overflow: auto;
    }

    .ref {
        float: left;
        width: 510px;
        margin-top: 10px;
        padding-bottom: 32px;
        overflow: auto;
    }

    .ref .img100 {
        float: left;
        width: 240px;
    }

    .ref .reftxt {
        float: left;
        width: 230px;
        min-height: 160px;
        padding-left: 30px;
        overflow: auto;
    }

    .footnws {
        float: left;
        width: 510px;
        height: 60px;
        overflow: auto;
        padding-top: 36px;
    }

    .reftxt h6,
    .footnws h6,
    .nwslist h6 {
        color: #000;
        font-size: 10px;
        line-height: 16px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .reftxt h6 img,
    .footnws h6 img,
    .nwslist h6 img {
        margin-right: 10px;
        vertical-align: top;
        display: inline;
    }

    .reftxt h6 a,
    .footnws h6 a,
    .nwslist h6 a {
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #69C;
    }

    .reftxt h6 a:hover,
    .footnws h6 a:hover,
    .nwslist h6 a:hover {
        color: #000;
        border-bottom: 1px dashed #69C;
    }

    form p input {
        color: #69C;
        width: 200px;
        height: 16px;
        border: solid 1px #69C;
        margin-right: 10px;
    }

    form p input:hover {
        color: #69C;
        width: 200px;
        height: 16px;
        border: solid 1px #069;
        margin-right: 10px;
    }

    form p button {
        color: #069;
        width: 80px;
        height: 20px;
        border: solid 1px #69C;
    }

    form p button:hover {
        color: #036;
        cursor: pointer;
    }

    .zoekitem {
        border: 1px solid #69C;
        padding: 5px;
        margin-bottom: 7px;
    }

    .zoekitem strong a {
        font-size: 13px;
        line-height: 17px;
        color: #69C;
        font-weight: normal;
        text-decoration: none;
        border-bottom: solid 1px #069;
    }

    .zoekitem strong a:hover {
        color: #069;
        text-decoration: none;
        border-bottom: dashed 1px #069;
    }

    .footer {
        clear: both;
        width: 935px;
        overflow: auto;
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000;
        background-image: none;
        height: 75px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #000;
        margin-top: 20px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .footer p {
        color: #000;
        font-size: 12px;
        line-height: 12px;
        font-weight: normal;
        padding-top: 10px;
    }

    .footer p a {
        color: #000;
        text-decoration: none;
        border-bottom: none;
    }

    .footer p a:hover {
        color: #FFF;
        text-decoration: none;
        border-bottom: none;
    }

    td {
        vertical-align: top;
        padding: 4px;
    }

    form td input,
    form td textarea {
        width: 300px;
    }

    form td input.radio,
    form td input.checkbox {
        width: 18px;
    }

    .afb-links {
        float: left;
        margin-right: 15px;
        margin-bottom: 5px;
    }

    .afb-rechts {
        float: right;
        margin-left: 15px;
        margin-bottom: 5px;
    }

    .social {
        float: right;
        margin-left: 20px;
        padding-left: 20px;
        display: none;
    }

    .social img,
    .social img a {
        border: 0px;
    }

    .social a {
        border: 0px;
        text-decoration: none;
    }

    #webForm table {
        width: 100%;
    }
}

.f721 .artikel-top {
    display: flex;
}

.f721 .artikel-top .image {
    width: 500px;

}

.f721 .artikel-top .image img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.f721 .artikel-top .priceinfo {
    padding: 5px;

}

.f721 .artikel-top .priceinfo span {
    display: inline-block;
    width: 50%;
}

.f721 .artikel-top .priceinfo input {
    padding: 5px;

}

.f721 .artikel-top .txt {
    padding: 5px;

}

.f720 .article {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.f720 .article .image {
    display: inline-block;
    width: 250px;
    line-height: 1;
}

.f720 .article .image img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.f720 .article .img .image {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 0px;
    margin: 0px;
    max-width:280px;
    line-height: 1;
}

.f720 .article .img .image img {
    width: 100%;
    margin: 0px;
}

.f720 .article .txt {
    padding-left: 20px;
    display: inline-block;
    width: 80%;
}

.f763 .content .order{
    width:100%;

}

.f763 .content .order thead td{
    font-weight: bold;
    padding:5px;
    background-color: rgba(0, 0, 0, 0.1);
}
.f763 .content .order tfoot td{
    font-weight: bold;
    padding:5px;
    border-top:1px solid #0073AA;
    background-color: rgba(0, 0, 0, 0.1);
}

h.highlight,
.highlight {
    background-color: #FFFF00;
}

.layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: #fff;
    z-index: 998;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    z-index: 9999998;
}

.block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.block1 {
    /*background-color:#fff; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    /* border:1px solid #069;
    filter: progid:DXImageTransform.Microsoft.shadow(color='#444444', Direction= 135, Strength=4);
    zoom: 1;
    -webkit-box-shadow: 0px 0px 12px #444;
    -moz-box-shadow: 0px 0px 12px #444;
    box-shadow: 0px 0px 12px #444;  */
}

.block1 h2 {
    color: #0073AA;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 10px;

}

.block1 p a {
    text-decoration: none;
    color: #6699CC;
}

.block1 p a:hover {
    text-decoration: none;
    color: #333;
}

.wrapper a.none,
a.none {
    border: 0px;
    text-decoration: none;
}

.wrapper a.none:hover,
a.none:hover {
    border: 0px;
    text-decoration: none;
}

.content p {
    padding-bottom: 15px;
}

.pagebottom {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ccc;
    background-color: #efefef;
    padding: 20px;
    text-align: center;
}

.pagebottom .pagebottom_holder {
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
    justify-content: space-between;
    padding: 10px;
}

.pagebottom .pagebottom_holder .pagebottom_right {
    text-align: right;

}

.pagebottom div.pagebottominfo {
    font-size: 12px;
    color: #aaa;
}

.info .block2,
.info .block1 {
    margin: 10px;
    max-width: 280px;
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.hblocks {
    display: flex;
    width: 100%;
    padding: 40px 0px;
    width: 100%;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}

.hblocks .hblock {
    display: inline;
    position: relative;
    margin: 10px;
    width: 100%;
    min-width: 240px;
    max-width: 300px;
    background-color: #0073AA;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.hblocks .hblock .image {
    width: 100%;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hblocks .hblock .text {
    display: inline-block;
    width: 100%;
    padding: 15px 15px 90px 15px;
    text-align: left;
}

.hblocks .hblock .text ul li {
    list-style-type: circle;
    margin-left: 15px;
}

.hblocks .hblock .text a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.hblocks .hblock .text a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
}

.hblocks .hblock .link {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
}

.hblocks .hblock .link a {
    padding: 10px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
}

.hblocks .hblock .link a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.hblocks .hblock .text h4 {
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 15px;
}

div.asso {
    width: 100%;
    clear: both;
    padding: 10px 0px;
    display: block;
}

div.asso a {
    text-decoration: none;
}

div.asso a:hover {
    text-decoration: underlined;
}

.auteurs {
    display: flex;
    width: 100%;
    padding: 40px 0px;
    width: 100%;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}

.auteurs_holder h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0px;
}

.auteurs .auteur {
    display: inline-block;
    width: 100%;
    min-width: 240px;
    max-width: 270px;
    padding: 0px;
    background-color: #efefef;
    overflow: hidden;
    text-align: left;
    margin: 0px 15px 15px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.auteurs .auteur:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);

}

.auteurs .auteur img.foto {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.1);
}

.auteurs .auteur div.auteur_info {
    width: 100%;
    padding: 10px;
}

.auteurs .auteur div.auteur_info a {
    text-decoration: none;
    display: inline-block;
    padding: 3px;
    width: 100%;
    border: 0px;
    color: rgba(0, 0, 0, 0.6);
}

.auteurs .auteur div.auteur_info a span {
    padding: 5px;
    font-size: 10px;
    line-height: 1;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.auteurs .auteur div.auteur_info a:hover {
    color: rgba(0, 0, 0, 1);
}

.auteurs .auteur div.auteur_info a:hover span {
    transform: scale(1.2);
}


.auteurs .auteur div.auteur_info span.icon-phone2 {
    color: #fff;
    background-color: #26A65B;
}

.auteurs .auteur div.auteur_info span.icon-envelop2 {
    color: #fff;
    background-color: #FFB61E;
}

.auteurs .auteur div.auteur_info span.icon-earth {
    color: #fff;
    background-color: #763568;
}

.auteurs .auteur div.auteur_info span.icon-linkedin {
    color: #fff;
    background-color: #0486BE;
}

.auteurs .auteur div.auteur_info span.icon-twitter {
    color: #fff;
    background-color: #00ACED;
}

.auteurs .auteur div.auteur_info span.icon-facebook {
    color: #fff;
    background-color: #3B5998;
}

.content .c2a {
    background-color: #0073AA;
    color: #fff;
    padding: 10px;
    margin: 10px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.content .c2a iframe {
    margin: 0px;
}

.content .c2a h2 {
    color: #fff;
    margin: 0px;
    padding: 10px 0px;
}

.content .c2a div.input,
.content .c2a div.input span,
.content .c2a div.input span p,
.content .c2a a {
    color: #FFF !important;
}

.content .c2a div.input button {
    border: 0px;
    font-weight: 600;
    color: #fff;
    background-color: #4CAF50;
}

.content .c2a div.input span {
    max-width: 50%;
    padding: 0px;

}

.content .c2a div.input.akkoord {
    font-size: 12px;
}

.content .c2a input,
.content .c2a textarea,
.content .c2a select {
    background-color: rgba(255, 255, 255, 0.9);
    border: 0px;
}

.content .c2a input:focus {
    background-color: rgba(255, 255, 255, 1);
}

.content p.call2action {
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    margin: 10px 0px;
    background-color: #0073AA;
}

.content p.call2action:hover {
    color: #333;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.content article {
    display: inline-block;
    width: 45%;
    padding: 0px 10px 10px 0px;
    vertical-align: top;
}

.content article h2 {
    font-size: 14px;
    line-height: 160%;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.content .call p,
.content .call h2 {
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.call {
    display: inline-block;
    margin: 10px 0px;
    padding: 20px;
    width: 100%;
    color: #fff;
    background-color: #0073AA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

div.callform {
    display: block;
    width: 100%;
    /*    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
*/
}

div.callform iframe {
    margin: 0px;
}

div.callform .g-recaptcha {
    display: block;
    padding-bottom: 10px;
}

div.callform input {
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    border: 0px;
}

div.callform button {
    margin: 0px;
    padding: 10px;
    width: 100%;
    max-width: 300px;
    border: 0px;
}

.call button {
    margin: 0px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    font: bold 12px/1em HelveticaNeue, Arial, sans-serif;
    padding: 8px 11px;
    color: #555;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
    border: 0px solid #dedede;
    border-color: #dedede #d8d8d8 #d3d3d3;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: normal;
}

.call button:hover,
.call button:focus {
    color: #555;
    background: #efefef;
}

.call button:active {
    color: #555;
    background: #efefef;
}

.call button.rounded {
    padding: 8px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.call button {
    *width: auto;
    *overflow: visible;
}

.call button img {
    border: none;
    vertical-align: bottom;
}

.call .green {
    background: #7fbf4d;
    background: -webkit-gradient(linear, left top, left bottom, from(#7fbf4d), to(#63a62f));
    background: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    border-color: #63a62f;
    color: #fff;
}

.call .green:hover,
.call .green:focus {
    background: #76b347;
    background: -webkit-gradient(linear, left top, left bottom, from(#86c755), to(#5ea12a));
    background: -moz-linear-gradient(top, #86c755, #5ea12a);
    border-color: #53961e;
}

.call .green:active {
    background: #7fbf4d;
    border-color: #53961e;
}

.share {
    displaY: inline-block;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.share h2 {
    display: inline-block;
    width: 100%;
    color: #333;
    font-weight: 300;
    padding: 20px 0px;
    font-size: 18px;
}

.share a.icon,
.share a {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    padding: 20px;
    color: #fff;
    font-size: 30px;
    line-height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.share a:hover {
    color: #fff;
}

.share a.icon-facebook {
    background-color: #3B5998;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.share a.icon-twitter {
    background-color: #00ACED;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.share a.icon-whatsapp {
    background-color: #2DAF18;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.share a.icon-linkedin {
    background-color: #0486BE;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.thelogo,
.icon-menu7 {
    display: none;
}

.location {
    padding: 40px;
    background-image: url(/_sysimg/kantoor.png);
    background-size: cover;
    background-position: center center;
}

.location .loc {
    background-color: rgba(0, 120, 173, 0.6);
    color: #fff;
    padding: 40px;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    text-align: left;
}

.location .loc a {
    color: #fff;
    font-weight: 600;
}

hr {
    border: 0px;
    height: 1px;
    background-color: #ccc;
}

form span {
    color: black !important;
}

form span i {
    color: red !important;
}

div.input {
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    vertical-align: top;
    position: relative;
}

div.input input,
div.input select,
div.input label,
div.input button,
div.input textarea {
    display: inline-block;
    width: 100%;
    padding: 10px;
    vertical-align: top;
    max-width: 400px;
}

div.input textarea {
    max-width: 400px;
    height: 80px;
}

div.input label {
    width: auto;
    max-width: none;
}

div.input input[type="radio"],
div.input input[type="checkbox"] {
    max-width: 50px;
    min-height: none;
    width: auto;

}

div.input span p {
    display: inline;
}

div.input span {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    padding: 10px 0px;
    vertical-align: top;
    position: relative;
}

div.input span i {
    padding: 5px;
}

.corona {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #0078AD;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
}

.corona:hover {
    background-color: #000;
}

.corona a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
}

.corona_article {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 40px 0px;
    margin: 0px 0px 20px 0px;
    background-color: #efefef;
}

.corona_article h1 {
    font-size: 32px;
    padding: 10px 0px;
}

.corona_article .corona_body {
    display: flex;
    padding: 10px 0px 20px 0px;
    flex-wrap: wrap;
    justify-content: center;
}

.corona_article .corona_body a {
    color: #000;
    display: inline-block;
    width: 100%;
    max-width: 320px;
    min-width: 280px;
    text-align: left;
    margin: 10px;
    text-decoration: none;
    background-color: #fff;
}

.corona_article .corona_body a:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.corona_article .corona_body a h2 {
    padding: 10px;
    font-size: 17px;
    line-height: 120%;
    background-color: #0073AA;
    color: #fff;
}

.corona_article .corona_body a .txt {
    padding: 10px;
    line-height: 140%;
    font-size: 16px;
}

.vacature {
    position: absolute;
    position: absolute;
    top: 100px;
    left: 20%;
}

.object_header {
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0px 0px;
    text-align: center;
    position: relative;
}

.object_header .flex {
    display: flex;
    align-items: flex-start;
    padding-right: 15px !important;
}

.object_header .shade {
    position: absolute;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100vh;
}

.object_header .txt {
    position: relative;
    z-index: 10;
    padding: 50px 10px;
    display: inline-block;
    width: 100%;
    max-width: 1100px;
    text-align: left;
    line-height: 160%;
    font-size: 16px;
    color: #fff;
}

.object_header .txt div:first-child {
    line-height: 160%;

}

.object_header .txt h1 {
    font-size: 32px;
    line-height: 160%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #FFF;
}

.object_header .txt p {
    padding-bottom: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.object_header .txt a {
    text-decoration: none;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.object_header .txt .right {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 300px;
    padding: 20px;
    background-color: rgba(0, 115, 170, 0.6);
}

.object_header .txt .right a {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.object_header .txt .right h2 {
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    padding: 0px 0px;
}

.object_header .txt .right p:last-child,
.object_header .txt .right ul:last-child {
    margin: 0px;
    padding: 0px;
}

.object_header ol,
.object_header ul {
    margin-bottom: 15px;
}

.object_header ul li {
    list-style: disc;
    display: list-item;
    margin-left: 15px;
}

.object_header ol li {
    list-style-type: decimal;
    display: list-item;
    margin-left: 15px;
}

.object_content {
    display: inline-block;
    width: 100%;
    max-width: 1100px;
    padding: 20px;
    font-size: 16px;
    line-height: 140%;
}

.object_content p {
    margin-bottom: 15px;
}

.object_content h1 {
    color: #0073AA;
    line-height: 140%;
    font-size: 32px;
    font-weight: 600;
}

.object_content h2 {
    color: #0073AA;
    line-height: 120%;
    font-size: 18px;
    font-weight: 600;
}

.object_objects {
    display: flex;
    position: relative;
    z-index: 20;
    padding: 40px 0px 40px 0px;
    flex-wrap: wrap;
    justify-content: center;
}

.object_objects a {
    background-color: #0073AA;
    color: #fff;
    display: inline-block;
    width: 100%;
    max-width: 280px;
    padding: 20px;
    line-height: 120%;
    font-size: 18px;
    font-weight: 600;
    margin: 10px;
    max-width: 340px;
    min-width: 280px;
    text-decoration: none;
    text-align: center;
}

.content table tr td p,
table tr td p {
    padding: 0px;
    margin: 0px;
}

table.opmaak {
    width: auto;
}

table.opmaak tr td {
    padding: 5px;
    vertical-align: top;
}

table.opmaak tr:nth-child(even) {
    background-color: #efefef
}

table.opmaak tr:nth-child(odd) {
    background-color: #ffffff
}

.vacature .holder {
    display: flex;
}

.vacature .button {
    background: #333;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 1.3em;
    font-weight: 700;
    padding: 20px;
    letter-spacing: .2px;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vacature .button:hover {
    background: #ec3257;
}

.vacature .button:active {
    box-shadow: inset 0px 2px 8px -1px #d7143b;
}

.wf div.input {
    width: 100%;
    max-width: none;
    display: flex;
}

.wf div.input input,
.wf div.input textarea,
.wf div.input select {
    border: 1px solid #ddd;
}

.wf div.input button {
    border: 1px solid #ddd;
    height: 40px;
}

.fancy-button {
    margin: auto;
    position: relative;
}

.person {
    display: inline-block;
    width: 100%;
}

.person .photo {
    float: right;
    max-width: 20%;
    width: 100%;
}

.person .photo img {
    width: 100%;
    height: auto;
}

.frills,
.frills:after,
.frills:before {
    position: absolute;
    background: #eb1f48;
    border-radius: 4px;
    height: 8px;
}

.frills:after,
.frills:before {
    content: "";
    display: block;
}

.frills:before {
    bottom: 45px;
}

.frills:after {
    top: 45px;
}

.left-frills {
    right: 164px;
    top: 28.5px;
}

.active .left-frills {
    -webkit-animation: move-left 0.38s ease-out, width-to-zero 0.38s ease-out;
    animation: move-left 0.38s ease-out, width-to-zero 0.38s ease-out;
}

.left-frills:before,
.left-frills:after {
    left: 15px;
}

.active .left-frills:before {
    -webkit-animation: width-to-zero 0.38s ease-out, move-up 0.38s ease-out;
    animation: width-to-zero 0.38s ease-out, move-up 0.38s ease-out;
}

.active .left-frills:after {
    -webkit-animation: width-to-zero 0.38s ease-out, move-down 0.38s ease-out;
    animation: width-to-zero 0.38s ease-out, move-down 0.38s ease-out;
}

.right-frills {
    left: 164px;
    top: 28.5px;
}

.active .right-frills {
    -webkit-animation: move-right 0.38s ease-out, width-to-zero 0.38s ease-out;
    animation: move-right 0.38s ease-out, width-to-zero 0.38s ease-out;
}

.right-frills:before,
.right-frills:after {
    right: 15px;
}

.active .right-frills:before {
    -webkit-animation: width-to-zero 0.38s ease-out, move-up 0.38s ease-out;
    animation: width-to-zero 0.38s ease-out, move-up 0.38s ease-out;
}

.active .right-frills:after {
    -webkit-animation: width-to-zero 0.38s ease-out, move-down 0.38s ease-out;
    animation: width-to-zero 0.38s ease-out, move-down 0.38s ease-out;
}

.left-frills:before,
.right-frills:after {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg);
}

.left-frills:after,
.right-frills:before {
    -webkit-transform: rotate(-34deg);
    transform: rotate(-34deg);
}

@-webkit-keyframes move-left {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    65% {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
    }

    100% {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
    }
}

@keyframes move-left {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    65% {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
    }

    100% {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px);
    }
}

@-webkit-keyframes move-right {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    65% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }

    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
}

@keyframes move-right {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    65% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }

    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
}

@-webkit-keyframes width-to-zero {
    0% {
        width: 38px;
    }

    100% {
        width: 8px;
    }
}

@keyframes width-to-zero {
    0% {
        width: 38px;
    }

    100% {
        width: 8px;
    }
}

@-webkit-keyframes move-up {
    100% {
        bottom: 69.75px;
    }
}

@keyframes move-up {
    100% {
        bottom: 69.75px;
    }
}

@-webkit-keyframes move-down {
    100% {
        top: 69.75px;
    }
}

@keyframes move-down {
    100% {
        top: 69.75px;
    }
}

img[align="left"] {
    margin: 10px 10px 10px 0px;
    float: left;
}

img[align="right"] {
    margin: 10px 0px 10px 10px;
    float: right;
}

@media(max-width: 1200px) {
    .vacature {
        left: 10%;
    }
}

@media(max-width: 900px) {}

.vacature {
    left: 10px;
}

#g-recaptcha-response {
    margin: 10px;
}

@media (max-width: 768px) {

    img[align="left"] {
        margin: 10px 0px;
        float: none;
        width: 100%;
        clear: both;

    }

    img[align="right"] {
        margin: 10px 0px;
        float: none;
        width: 100%;
        clear: both;
    }

    .pagebottom {
        padding: 5px;

    }

    .pagebottom .pagebottom_holder {
        display: flex;
        flex-direction: column;
    }

    .pagebottom .pagebottom_holder .pagebottom_right,
    .pagebottom .pagebottom_holder .pagebottom_left,
    .pagebottom .pagebottominfo {
        text-align: left;
        width: 100%;
    }

    .object_header .flex {
        display: inline-block;
        align-items: flex-start;
    }

    .object_header .txt {
        padding: 10px;
        display: inline-block;
        width: 100%;
        max-width: 1100px;
        text-align: left;
        line-height: 160%;
        font-size: 16px;
        color: #fff;
    }

    .object_header .txt div:first-child {
        padding: 10px;
    }

    .object_header .txt .right {
        max-width: none;
        padding: 10px;
    }

    .vacature {
        left: auto;
        right: 20px;
        top: 20px;
    }

    .vacature .button {
        font-size: 1.3em;
        padding: 10px;
        letter-spacing: .2px;
    }

    .crumb {
        display: none;
    }

    .corona {
        padding: 10px;
        margin-bottom: 10px;
        color: #fff;
        font-size: 14px;
        background-color: #000;
    }

    .corona a {
        font-size: 14px;
    }

    .home-cnt3 {
        display: inline-block;
        width: 100%;
    }

    .home-cnt3 tr {
        display: inline-block;
        width: 100%;
    }

    .home-cnt3 tr td {
        display: inline-block;
        width: 100%;
        padding: 0px;
    }

    a.none {
        display: none;
    }

    div.input {
        display: inline-block;
        width: 100%;
        max-width: 100% !important;
        vertical-align: top;
    }

    div.input input {
        margin: 5px 0px;
    }

    .call button {
        display: inline-block;
        width: 100%;
        max-width: 100% !important;
        vertical-align: top;
        margin: 0px;
    }

    .content h4 {
        padding: 10px 0px;
        color: #0073AA;
        background-color: transparent;
        font-size: 16px;
        line-height: 160%;
        border-radius: 0px;
        font-weight: normal;
        text-transform: none;
        border-bottom: 1px solid #ccc;
    }

    .content article {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        padding: 10px;
        vertical-align: top;
        margin: 10px 0px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        background-color: #fff;
    }

    .content article h2 {
        font-weight: 18px;
    }

    #twitter_div,
    .xmenu,
    .slogan,
    .crumbpath {
        display: none;
    }

    .icon-menu7 {
        display: inline-block;
        font-size: 30px;
        position: fixed;
        top: 0px;
        right: 0px;
        color: #0078AD;
        z-index: 99999;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.5);
    }

    div.logo {
        display: none;
    }

    .printlogo {
        display: inline-block;
        width: 100%;
        max-width: 300px;
        padding: 10px;
    }

    .printlogo img {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    body {
        background-color: #fff;
        text-align: center;
        background-image: none;
    }

    .bar3 {
        display: none;
    }
    .menu {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        z-index: 9999;
        overflow-y: auto !important;
    }

    .menu .thelogo {
        display: inline-block;
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .menu .thelogo img {
        display: inline-block;
        width: 100%;
        max-width: 300px;
        height: auto;
        float: none;
    }

    .menu ul,
    .menu ul li,
    .menu ul li.selected ul,
    .menu ul li.selected ul li {
        display: inline;
        float: none;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }

    .menu ul li a,
    .menu ul li ul a {
        border: 0px;
    }

    .menu ul li a {
        display: inline-block;
        width: 100%;
        color: #000;
        text-align: left;
        padding: 10px;
        float: none;
        font-size: 16px;
        font-weight: 700;
        border: 0px;
        border-bottom: 1px solid #ccc;
    }

    .menu ul li a:hover,
    .menu ul li a.selected {
        color: #000;
    }

    .share a.icon,
    .share a {
        padding: 10px;
    }

    .imago-cnt {
        display: none;
    }

    .location {
        margin: 0px;
        display: inline-block;
        width: 100%;
        padding: 10px;
    }

    .location .loc {
        padding: 10px;
        font-size: 14px;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .location .loc img {
        display: inline-block;
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    .wrapper {
        background-image: none;
    }

    .leftcontent {
        max-width: none;
        text-align: center;
        margin: 0px;
        order: 2;
        padding: 0px;
    }

    .sub {
        float: none;
        width: 100%;
        margin-top: 0px;
        padding: 0px;
        text-align: left;
    }

    .content {
        order: 1;

    }

    #home .wrapper_holder .wrapper {
        display: flex;
        flex-direction: column;
    }

    #home .leftcontent {
        order: 2;
        display: inline-block;
    }

    #home .leftcontent .sub {
        display: none;
    }

    #home .home-nws {
        float: none;
        width: 100%;
        margin: 0px;
        text-align: left;
    }

    .info {
        float: none;
        width: 100%;
        margin-top: 0px;
        padding: 10px;
        text-align: left;
    }

    .searchbox {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 0px;
        padding: 10px;
    }

    .searchbox h3 {
        display: none;
    }

    .info .pageinfo {
        text-align: center !important;
    }

    .imago-img {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 150px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .imago-img img {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: auto;
    }

    .imago {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: none;
        background-size: cover;
    }

    .wrapper {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        max-width: none;
        background-image: none;
        min-height: none;
        z-index: 10;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    form td input,
    form td textarea {
        width: 100%;
        max-width: 150px;
        padding: 5px;
    }

    .wf div.input,
    div.callform {
        display: inline-block;
    }

    div.callform input {
        width: 100%;
        padding: 10px;
        margin: 5px 0px;
    }

    iframe {
        width: 100% !important;
        max-width: none;
        padding: 0px;
        display: inline;

    }

    .content {
        width: 100%;
        max-width: none;
        padding: 0px;
        min-width: auto;
        display: inline;
    }

    .footer {
        background-color: #366580;
        padding: 10px;
    }

    .footer div {
        width: 30%;
    }

    .content h1 {
        font-size: 18px;
        font-size: 700;

    }

    .content h2 {
        font-size: 16px;
        font-size: 700;

    }

    .content h3 {
        font-size: 16px;
        font-size: 700;
    }

    .auteur img {
        display: inline-block;
        margin: 0px;
    }

    div.rightcontent div.banner {
        display: none;
    }
}

@media (max-width: 500px) {
    div.wrapper {
        flex-direction: column;
    }

    div.rightcontent {
        display: none;
    }

    .object_header {}

    .corona {
        display: none;
    }

    .vacature {
        left: 5px;
        right: auto;
        top: 20px;
        z-index: 99;
        font-size: 10px;
    }

    .vacature .button {
        font-size: 10px;
        padding: 5px;
        letter-spacing: 0px;
    }

    .imago-img {
        width: 100%;
        height: 80px;
        background-size: 100%;
    }

    .footer {
        text-align: left;
    }

    .footer div {
        width: 100%;
        padding: 10px;
    }

    .menu .thelogo img,
    .printlogo {
        max-width: 240px;
    }

    .imago-cnt {
        padding-top: 0px;
        line-height: 100%;
    }

    .location .loc img {
        max-width: 240px;

    }

    .auteur table,
    .auteur table tr,
    .auteur table tr td {
        display: inline-block;
        width: 100%;
    }

    .share a.icon,
    .share a {
        margin: 10px;
    }

    div.content {
        order: 1;
        min-width: auto;
    }

    div.leftcontent {
        order: 2;
        min-width: auto;
        max-width: none;
        width: 100%;
    }

    div.wrapper_holder {
        padding: 0px;
    }

    .content .c2a div.input span {
        max-width: 100%;
    }
}