﻿
/*------------ Color Palette ------------*/
/*
LIGHT darkorange: #e4644b
DARK darkorange: #d05942
LIGHT BLUE: #40529B
DARK BLUE: #263A8D
LIGHT TEAL: #008080;
DARK TEAL: #006868; 
DARK BROWN: #484141
Menu text: #f7f1e3
Submenu text: #ae9f9f
background: rgba(255,255,255,0.7);

level 1: background-color: rgb(0,115,182);
level 2: background-color: rgb(0,115,182);
level 3: background-color: rgb(0,115,182);
level 4: background-color: rgb(0,115,182);
DARK BROWN: #484141
Menu text: #f7f1e3
Submenu text: #ae9f9f

overflow-y : scroll;
    overflow-y : scroll;
overflow-x : hidden;

------------ Themes ------------*/
@font-face {
    font-family: SegoeUI;
    src: local("Segoe UI"), 
        url("/fonts/latest.woff2") format("woff2"), 
        url("/fonts/SF-UI-Text-Regular.woff") format("woff");
    font-weight: 400;
}

page {
    margin: 0px;
}

.black {
    color: #000000;
}

.fc_blue {
    color: #00A1DE;
}

.bg_white {
    background-color: white;
}

.fc_dark {
    /*color: #003145;*/
    color: rgba(40, 40, 41,.8);
}

body {
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 3px 10px;
    font-family: "Segoe UI","SegoeUI",-apple-system,system-ui,sans- serif,Roboto,Montserrat;
    font-size: 10pt;
    color: rgba(40, 40, 41,1);
    /*line-height: 1.4;*/
}

.logo {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 85px;
    display: block;
    border-bottom: 1px solid #00A1DE;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 201;
}

.logoimg {
    padding-left: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    height: 59px;
    display: inline-block;
}

.logotxt {
    padding-top: 20px;
    padding-left: 15px;
    font-weight: 600;
    font-family: Verdana;
    font-size: 20pt;
    position: fixed;
    display: inline-block;
}
.navigate {
    /*display: list-item;*/
    text-align: left;
    font-size: 10pt;
    color: rgb(30,30,30);
    font-weight: 300;
}
    .navigate li ul{
        padding-left: 20px;
    }
    .navigate li a {
        color: rgb(30,30,30);
        text-decoration: underline;
        font-weight: 600;
        
    }
    .menu {
        margin-top: 150px;
        margin-left: 60px;
        clear: both;
    }

    .menu li {
        float: left;
        font-size: 13pt;
        line-height: 29px;
        margin-right: 17px;
        margin-left: 0px;
        white-space: nowrap;
        display: block;
    }

        .menu li ul {
            display: none;
            position: absolute;
            background-color: #f1f1f1;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1001;
        }

            .menu li ul:hover {
                background-color: #ddd;
            }

    .menu:hover .menu li ul {
        display: block;
    }

    .menu:hover .menu li {
        background-color: #3e8e41;
    }

.container {
    /*Hidden container to  hold page*/
    margin: 5px auto;
    padding: 0px;
    overflow: hidden;
    width: 100%;
}

.body-content {
    font-size: 12pt;
    vertical-align: top;
}

.Awico {
    position: fixed;
    top: 26px;
    font-size: 7pt;
    display: inline-table;
    left: 240px;
    clear: none;
}

.Social {
    position: fixed;
    z-index: 1000;
    margin-right: 13px;
    right: 0px;
    top: -10px;
    height: 20px;
    padding: 10px;
    font-size: 14pt;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    border-bottom: 1px solid #00A1DE;
    text-decoration: none;
}

    .Social a {
        text-decoration: none;
    }

        .Social a:hover {
            color: darkorange;
        }

.WhiteFWTrans {
    background: rgba(255,255,255,0.9);
    width: 100%;
    left: 0px;
    font-size: 12pt;
    height: auto;
    text-align: left;
    width:100%;
    padding: 0px;
    margin: 0px;
    font: 900;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

.titleH1 {
    max-width: 100%;
    height: auto;
    text-align: left;
    column-count: 1;
    column-rule: 1px solid rgba(40, 40, 41,0.1);
    column-gap: 30px;
    background-color:aliceblue;
    margin-left:5px;
    margin-right:5px;
}
    .titleH1 h1 {
        margin: 10px 0px 0px 0px;
        padding-bottom: 5px;
        color: #00A1DE;
        font-size: 16pt;
    }

.bodyTXT {
    max-width: 100%;
    height: auto;
    text-align: left;
    column-count: 2;
    column-rule: 1px solid rgba(40, 40, 41,0.1);
    column-gap: 30px;
    vertical-align: text-top;
}
@media screen and (max-width: 900px) {
    .bodyTXT {
        column-count: 1;
    }
}
    .bodyTXT p {
        margin-top: 0px;
        padding-top: 0px;
        margin-block-start: 0px;
    }


    .bodyTXT b {
        color: #00A1DE;
        font-weight: 400;
    }

    .bodyTXT strong {
        color: #00A1DE;
        font-weight: 400;
    }
    .bodyTXT h1 {
        margin: 10px 0px 0px 0px;
        padding-bottom: 5px;
        color: #00A1DE;
        font-size: 16pt;
    }
    .bodyTXT img {
        /*  float: right;*/
        max-width: 100%;
    }

    .bodyTXT table{
        max-width:100%;
        width:100%;
    }
    .bodyTXT tr:nth-child(even) {
        background-color: aliceblue;
    }
    .bodyTXT iframe {
        max-width: 100%;
        width: 100%;
    }

    .bodyTXT td {
        vertical-align: text-top;
        padding:1px;
    }
    .bodyPic {
        width:33%;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-top: 0px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        float: right;
        }


/*.fotoT {
    position: absolute;
    background: rgba(0,49,69,.85);
    width: 300px;
    height: 225px;
    z-index: 5;
    top: 170px;
    right: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}*/
.ubenthier {
    background-color: aliceblue;
    text-align: left;
}
.ubenthier a {
    color: #003145;
}
    .ubenthier a:hover {
        color: darkorange   ;
    }

.oranje i:hover {
    color:darkorange;
}

.InfoButton a {
    color: white;
    margin: auto;
    font-size: 9pt;
    text-decoration:none;
}
.InfoButton a:hover {
    color: darkorange;
}
.InfoButton {
    background-color: #00A1DE;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: white;
    cursor: pointer;
    min-width: 100px;
    max-width: 200px;
    height: 35px;
    left: 0px;
    padding-bottom: 15px;
   padding-left:10px;
   padding-right:10px;
    display: block;
    vertical-align: middle;
    clear: both;
    text-align: center;
    margin-left: 5px;
}

    .InfoButton:hover {
        color: darkorange;
    }

footer {
    clear: both;
    display: block;
    background-color: #00A1DE;
    border-top: solid 1px rgba(40, 40, 41,0.1);
    color: rgba(40, 40, 41,.8);
    padding: 10px 0px;
    margin: 0px;
    width: 100%;
    font-size: 8px;
}

.footertxt {
    display: table-cell;
    vertical-align: middle ;
    width: 1120px;
    min-width: 80%;
    max-width: 100%;
    font-size: 12pt;
    /*column-rule: 1px solid rgba(40, 40, 41,0.1);*/
    column-gap: 30px;
    column-count: 3;
    text-align: center;
}
    .footertxt b {
        color: #00A1DE;
    }


.main {
    width: 1120px;
    min-width: 80%;
    max-width: 100%;
    min-height: 800px;
}

.subitems {
    clear: right;
    width: inherit;
    height: auto;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    /*border: 1px solid black;*/
    grid-gap: 20px;
}
@media screen and (max-width: 600px) {
    .subitems {
        display: inline-grid;
    }
}
    .subitemPic {
        min-height: 180px;
        min-width: 240px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .WI {
        height: 434px;
    }

    table {
        border: none;
    }

    input, textarea, select {
        border: none;
        border-bottom: 1px solid #00A1DE;
        background-color: aliceblue;
        font-size: 14pt;
        padding: 2px;
        margin: 2px;
    }

    .ZI {
        height: 170px;
    }

    .sf-menu .chosen {
        color: darkdarkorange;
        /*background-color:lightgray;*/
    }

    .AnkerBox {
        clear: right;
        display: inline-block;
        float: left;
        max-width: 340px;
        padding: 0px;
        margin: 5px 5px 5px 5px;
        border-radius: 2px;
        overflow: hidden;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    }

        .AnkerBox a {
            text-decoration: none;
            color: #003145
        }

            .AnkerBox a:hover {
                color: darkorange
            }

        .AnkerBox p {
            margin-block-start: 0em;
        }

        .AnkerBox h2 {
            font-size: 14pt;
            height: 50px;
            overflow: hidden;
            margin-top: 2px;
        }

    h2 {
        display: block;
        margin-block-start: 0.2em;
        margin-block-end: 0.2em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
    }
.filterb {
    padding: 8px 5px;
    margin: 2px 0px;
    display: block;
    border-bottom: 1px solid #00A1DE;
    background-color: aliceblue;
    text-align: left;
    cursor: pointer;
}
    .filterb:before {
        content: '+'; /* Unicode character for "plus" sign (+) */
        vertical-align:central;
        font-size: 14pt ;
        color: black;
        float: left;
        margin-left:0px;    
        margin-right: 5px;
    }

.active:before {
    content: '-' ; /* Unicode character for "minus" sign (-) */
}
.filterb:hover {
        background-color:darkorange;
    }
 .filter {
    float: left;
    margin-top: 0px;
    margin-right: 15px;
    text-align: left;
    column-rule: 1px solid rgba(40, 40, 41,0.1);
    width: 220px;
}

    @media screen and (max-width: 600px) {
        .filter {
            width: 100%;
        }
    }
    .collapsed{
        height: 70px;
    }
.filter_close {
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    margin-top: 0px;
    margin-right: 15px;
    column-rule: 1px solid rgba(40, 40, 41,0.1);
    overflow: hidden;
}
    .filter_close h4 {
        width: 100%;
        background-color: #00A1DE;
        height: 32px;
        text-align: left;
        color:white;
        font-weight:400;
        padding-left:10px;
    }
        .filter_close h4 i {
            display: inline;
            float: right;
            padding-right: 15px;
        }

    @media screen and (max-width: 600px) {
        .filter {
            width: 100%;
        }
    }

    .filter-contain {
        height: 300px;
        width: 220px;
        overflow-y: scroll;
    }

.showMore {
    color: #0090e3;
    font-size: 10pt;
    cursor: pointer;
}


.info {
    display: block;
    height: auto;
    width: auto;
    text-align: left;
    border-bottom: 1px solid rgba(40, 40, 41,0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: visible;
}

.info a:hover{
    color:darkorange;
}
.scroll {
    overflow-y: scroll;
    border-bottom: 1px solid rgba(40, 40, 41,0.1);
    transition: max-height 0.2s ease-out;
    min-height: 60px;
    max-height: 60px;
}

    .info b {
        color: #00A1DE;
        font-weight: 500;
    }

    .info a {
        font-weight: 400;
        text-decoration-line: underline;
        color: rgba(40, 40, 41,.8);
    }

#gasinput {
    width: 220px;
    cursor: pointer;
} 

.filter input {
    min-width: 10px;
    max-width: 215px;
    font-size: 11pt;
    padding: 10px 0px 10px 5px;
}

    .show {
        display: block;
    }

    .AnkerBox img {
        height: 180px;
        border-radius: 2px 2px 0 0;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        display: inline-block;
    }

    .abt {
        padding: 0px 10px;
        height: 210px;
        overflow: hidden;
    }

    .abtzi {
        padding: 0px 10px;
        height: 140px;
        overflow: hidden;
    }

    .leesmeer a {
        color: #00A1DE;
        float: right;
        margin-right: 10px;
        font: 900;
    }


    @media screen and (max-width: 700px) {
        .Social {
            position: absolute;
        }
            .bodyTXT {
            column-count: 1;
            clear:both;
        }

        .Awico {
            top: -100px;
            visibility: hidden;
            display: none;
            width: 0px;
            z-index: -200;
        }

        .logo {
            position: absolute;
        }

        .logotxt {
            position: absolute;
            padding-top: 30px;
            margin-top: 10px;
        }

        .logoimg {
            margin-top: 10px;
        }

        .footertxt {
            column-count: 1;
        }

        @media screen and (min-width: 1600px) {

            .bodyTXT {
                column-count: 3;
                column-rule: 1px solid rgba(40, 40, 41,0.1);
            }
        }
    }

.rfi {
    column-count: 1;
}