@font-face {
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans'), local('NotoSans'), local('NotoSans-Regular'), url('./fonts/NotoSans-Regular.ttf') format('truetype');
}

a {
    text-decoration: none;
}
ul {
    padding-inline-start: 5px;
}
    a.black {
        color: black;
    }

    a.white {
        color: white;
    }

body {
    font-family: 'NotoSans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #F2F2E9;
    font-size: 14px;
}

div T0 {
    top: 0px;
    width: 100%;
    height: 0px;
    background-color: #ffffff;
}

div T1 {
    top: 0px;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    display:block;
}


div C {
    margin: 0 auto;
    max-width: 975px;
    text-align: center;
    background-color: #ffffff;
}

.center {
    margin: auto;
    max-width: 975px;
    padding: 0px;
    text-align: left;
}
/*PERSONAL BAR*/
.personal_bar {
    width: 100%;
    background-color: #ffffff;
    margin: 0px;
    height: 0px;
}

/*PERSONAL BAR*/
.more_bar {
    width: 100%;
    background-color: #ffffff;
    margin: 0px;
    height: 0px;
    border-bottom: solid 1px #CCCCCC;
}
/*LOGO*/
.logoblock0 {
    display: none;
    margin-top: 1px;
    padding-top: 3px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: white;
    background-color: white;
    margin-right: 1px;
}

.logoblock {
    display: inline-block;
    margin-top: 1px;
    padding-top: 3px;
    font-size: 18px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: white;
    background-color: black;
    margin-right: 1px;
}


/*MENU*/
.t1container {
    padding-top: 0px;
    height: 30px;
}

.t1menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 30px;
    font-size: 36px;
}

li {
    padding-bottom: 4px;
    display: inline;
    vertical-align: middle;
}

.menuitem {
    float: left;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    border-left: 1px solid silver;
}

.T1_menu {
    width: 30px;
    vertical-align: middle;
    float: left;
}

.T1_L:hover {
    border-bottom: solid 5px #FF9600;
}

.T1_L.select {
    border-bottom: solid 5px #FF9600;
}

.T1_N:hover {
    border-bottom: solid 5px #26A65B;
}

.T1_N.select {
    border-bottom: solid 5px #26A65B;
}

.T1_O:hover {
    border-bottom: solid 5px #2DCC70;
}

.T1_O.select {
    border-bottom: solid 5px #2DCC70;
}

.T1_W1:hover {
    border-bottom: solid 5px #6CB9F1;
}

.T1_W1.select {
    border-bottom: solid 5px #6CB9F1;
}

.T1_W2:hover {
    border-bottom: solid 5px navy;
}

.T1_W2.select {
    border-bottom: solid 5px navy;
}

.T1_Z1:hover {
    border-bottom: solid 5px purple;
}

.T1_Z1.select {
    border-bottom: solid 5px purple;
}

.T1_Z2:hover {
    border-bottom: solid 5px #fe0000;
}

.T1_Z2.select {
    border-bottom: solid 5px #fe0000;
}

.T1_D:hover {
    border-bottom: solid 5px #86E2D5;
}

.T1_D.select {
    border-bottom: solid 5px #86E2D5;
}

.T1_M:hover {
    border-bottom: solid 5px black;
}

.T1_personal {
    padding-top: 5px;
    float: right;
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
    padding-right: 10px;
}

.T1_personal_icon {
    float: right;
    font-size: 36px;
    width: 40px;
    vertical-align: middle;
}

/*TITELBLOK*/
.titlevnl {
    height: 10px;
    font-size: 10px;
    letter-spacing: 2px;
    max-width: 975px;
    padding-bottom: 9px;
}

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

.titlebar_title {
    max-width: 500px;
    float: left;
    text-align: left;
    font-size: 30px;
    display:inline;
    white-space:nowrap;
}

.titlebar_video {
    float: right;
    width: 36px;
    height: 36px;
    padding-right: 20px;
}

.titlebar_report {
    float: right;
    width: 36px;
    height: 36px;
    padding-right: 10px;
}

.titlebar_sterren {
    float: right;
    width: 36px;
    height: 36px;
    padding-right: 10px;
}

.titlebar_contact {
    float: right;
    width: 36px;
    height: 36px;
    padding-right: 10px;
}

.titlebar_cix {
    float: right;
    width: 46px;
    height: 36px;
    padding-right: 10px;
    font-size: 30px;
    letter-spacing: -2px;
    font-weight: bold;
}

.pagemenu {
    width: 100%;
    font-size: 40px;
    vertical-align: middle;
}

    .pagemenu.l {
        background-color: #FF9600;
        color: white;
    }

    .pagemenu.n {
        background-color: #26A65B;
        color: white;
    }

    .pagemenu.o {
        background-color: #2DCC70;
        color: white;
    }

    .pagemenu.w1 {
        background-color: #6CB9F1;
        color: white;
    }

    .pagemenu.w2 {
        background-color: navy;
        color: white;
    }

    .pagemenu.z1 {
        background-color: purple;
        color: white;
    }

    .pagemenu.z2 {
        background-color: #fe0000;
        color: white;
    }

    .pagemenu.d {
        background-color: #86E2D5;
        color: white;
    }

.lbg {
    background-color: #FF9600;
    color: white;
}

.nbg {
    background-color: #26A65B;
    color: white;
}

.obg {
    background-color: #2DCC70;
    color: white;
}

.w1bg {
    background-color: #6CB9F1;
    color: white;
}

.w2bg {
    background-color: navy;
    color: white;
}

.z1bg {
    background-color: purple;
    color: white;
}

.z2bg {
    background-color: #fe0000;
    color: white;
}

.dbg {
    background-color: #86E2D5;
    color: white;
}

/*SUBMENU*/
.sub_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 3px;
}

.sub {
    padding-bottom: 0px;
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #666666;
    padding-bottom: 4px;
}

    .sub:hover {
        border-bottom: solid 4px white;
    }

.sub_white {
    padding-bottom: 0px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #ffffff;
    padding-bottom: 4px;
}

    .sub_white:hover {
        border-bottom: solid 4px white;
    }
.sub_white_hide {
    display: none;
}
/*SUBMENUADDITION*/
.sub_menu_addition {
    width: 100%;
    height: 0px;
    background-color: black;
    font-size: 14px;
    color: white;
}
/*SUBMENUBANNER*/
.sub_menu_banner {
    width: 100%;
    background-color: #EDEDED;
    font-size: 14px;
    color: black;
}

.vnl_advertisement_text {
    padding-top: 2px;
    width: 100%;
    height: 15px;
    font-size: 12px;
    color: darkgray;
}

.vnl_leaderboard {
    width: 100%;
    padding: 0 2px;
    padding-top: 2px;
    margin: 0 auto;
}
/*TICKER*/
.ticker {
    width: 100%;
    font-size: 14px;
}

    .ticker.white {
        background-color: white;
        color: black;
    }

    .ticker.blue {
        background-color: #0087ff;
        color: white;
    }

.tickericon {
    float: left;
}

.tickertitle {
    padding-top: 4px;
    padding-left: 10px;
    float: left;
    font-weight: bold;
}

.tickermain {
    padding-top: 4px;
    padding-left: 10px;
    float: left;
}
/*HEALINE*/
.headline {
    font: 62.5%/1 verdana,helvetica,arial,sans-serif;
    display: block;
    font-size: 1.338em;
    line-height: 1.19;
    letter-spacing: -0.2px;
    color: #1c1c1c;
    margin-left: 10px;
    margin-right: 20px;
    padding: 0;
}

.headline_list {
    text-transform: uppercase;
    font: 62.5%/1 arial,helvetica,arial,sans-serif;
    display: block;
    font-size: .923em;
    line-height: 1.23em;
    color: #5e9229;
    padding: 0;
    outline-style: none;
    margin-top: 5px;
}

.headline.blue {
    color: white;
    background-color: #0087ff;
}

.story {
    display: block;
    font-size: 1.077em;
    line-height: 1.1429;
    letter-spacing: -0.2px;
    color: #1c1c1c;
    margin-left: 10px;
    padding: 0;
    padding-top: 10px;
}

.story_list {
    margin-top: 2px;
    margin-bottom: 14px;
    font: 62.5%/1 arial,helvetica,arial,sans-serif;
    font-weight: normal;
    line-height: 1.23;
    font-size: .9em;
    color: #1c1c1c;
    padding: 0;
}

    .story_list A:focus {
        text-decoration: underline;
    }

.social {
    position: relative;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    list-style: none;
    margin-bottom: 10px;
}

.linkedin {
    background-image: url(/img/linkedin.svg);
}

    .linkedin:after {
        background-image: url(/img/linkedin-hover.svg);
    }

.twitter {
    background-image: url(/img/twitter.svg);
}

    .twitter:after {
        background-image: url(/img/twitter-hover.svg);
    }

.facebook {
    background-image: url(/img/facebook.svg);
}

    .facebook:after {
        background-image: url(/img/facebook-hover.svg);
    }

.googleplus {
    background-image: url(/img/googleplus.svg);
}

    .googleplus:after {
        background-image: url(/img/googleplus-hover.svg);
    }

.maillink {
    background-image: url(/img/maillink.svg);
}

    .maillink:after {
        background-image: url(/img/maillink-hover.svg);
    }

.social--horizontal ul {
    position: relative;
}

#wedstrijdheader a {
    display: block;
    color: white;
    text-decoration: none;
    text-align: center;
}

#wedstrijdheader .wsel {
    display: block;
    width: 120px;
    background-color: blue;
    color: white;
    text-decoration: none;
    text-align: center;
}

#wedstrijdheader .wunsel {
    display: block;
    width: 120px;
    background-color: #dddddd;
    color: white;
    text-decoration: none;
    text-align: center;
}

#share {
    height: 40px;
    width: 100%;
}

    #share ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        list-style-type: disc;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 40px;
        text-align: left;
    }

    #share li {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        text-align: -webkit-match-parent;
    }

.social {
    position: relative;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    list-style: none;
}

    .social a {
        display: block;
        width: 100%;
        height: 100%;
        color: inherit;
        text-decoration: none;
        background: transparent;
        box-sizing: inherit;
        cursor: auto;
    }

*:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.krt_rood {
    height: 15px;
    width: 10px;
    border: solid 1px #111111;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#cc0000));
    /* Safari 4+, Chrome 1-9 */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#cc0000));
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -webkit-linear-gradient(top, #ff0000, #cc0000);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(top, #ff0000, #cc0000);
    /*IE 10*/
    background-image: linear-gradient(to bottom, #ff0000 0%, #cc0000 100%);
}

.krt_spacer {
    height: 15px;
    width: 8px;
}

.krt_rood1 {
    height: 10px;
    width: 6px;
    border: solid 1px #111111;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#cc0000));
    /* Safari 4+, Chrome 1-9 */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#cc0000));
    /* Safari 5.1+, Mobile Safari, Chrome 10+ */
    background-image: -webkit-linear-gradient(top, #ff0000, #cc0000);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(top, #ff0000, #cc0000);
    /*IE 10*/
    background-image: linear-gradient(to bottom, #ff0000 0%, #cc0000 100%);
}

.krt_spacer1 {
    height: 10px;
    width: 4px;
}

#comprij {
    width: 100%;
    font-family: 'Noto Sans',Arial;
}

#comprij ul {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
}

.compregel {
    position: relative;
    margin: 3px 3px 3px 3px;
    width: 24px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    font-size: 0.9em;
    padding-bottom: 5px;
    text-align: center;
}
.compregelL {
    position: relative;
    margin: 3px 3px 3px 3px;
    width: 50px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    font-size: 0.9em;
    padding-bottom: 5px;
    text-align: center;
}
.compregelL a {
    color: white;
    font-weight: bold;
}

.compregelL a:visited {
    color: white;
    font-weight: bold;
}
.compregel_titel {
    width:55px;
    display:inline-block;
    margin-left:8px;
    color:#e0e0e0;
    font-size:0.8em;
}
    .compregel a {
        color: white;
        font-weight: bold;
    }

        .compregel a:visited {
            color: white;
            font-weight: bold;
        }

.T1_menu li a {
    color:black;
}
.black_L::before {
    content: "L"
}
.black_N::before {
    content: "N"
}
.black_O::before {
    content: "O"
}
.black_W1::before {
    content: "W1"
}
.black_W2::before {
    content: "W2"
}
.black_Z1::before {
    content: "Z1"
}
.black_Z2::before {
    content: "Z2"
}
.black_D::before {
    content: "D"
}
.black_MV::before {
    content: ""
}
.black_meer::before {
    content: "..."
}
.homediv {
    width: calc(100% - 4px);
    padding: 5px;
    background-color: #F2F2E9;
}


.maincontent {
    width: 100%;
    font-size: 14px;
    display:inline-block;
    background-color:white;
}
.homecol1 {
    width: 100%;
    display: inline-block;
}
.homecol2 {
    width: 100%;
    display: inline-block;
}
.homecol3 {
    width: 100%;
    display: inline-block;
}
.maincol1 {
    width: 100%;
    display: inline-block;
}
.maincol2 {
    width: 100%;
    display: inline-block;
}

@media (min-width: 624px) {
    .homecol1 {
        width: calc(100% - 325px);
        display: inline-block;
        float: left;
    }
    .homecol2 {
        width: 315px;
        display: inline-block;
        float: left;
    }
    .homecol3 {
        width: 100%;
        display: inline-block;
        float: left;
    }
}
@media (min-width: 936px) {
    .homecol1 {
        width: calc(100% - 640px);
        display: inline-block;
    }
    .homecol2 {
        width: 315px;
        display: inline-block;
    }
    .homecol3 {
        width: 315px;
        display: inline-block;
    }
}

@media (min-width: 720px) {
    .maincol1 {
        width: calc(100% - 325px);
        display: inline-block;
        float: left;
    }

    .maincol2 {
        width: 312px;
        display: inline-block;
        float: left;
    }
        .black_L::before {
            content: "Landelijk"
        }

        .black_N::before {
            content: "Noord"
        }

        .black_O::before {
            content: "Oost"
        }

        .black_W1::before {
            content: "West 1"
        }

        .black_W2::before {
            content: "West 2"
        }

        .black_Z1::before {
            content: "Zuid 1"
        }

        .black_Z2::before {
            content: "Zuid 2"
        }

        .black_D::before {
            content: "Dames"
        }

        .black_MV::before {
            content: ""
        }

        .black_meer::before {
            content: "Meer..."
        }

        .logoblock0 {
            display: inline;
        }

        .T1_menu {
            width: 100px;
        }


    }

    .nieuwsblok {
        width: calc(100% - 18px);
        color: black;
        border-radius: 10px;
        border: solid 1px #ebebeb;
        background-color: white;
        margin-left: 10px;
        margin-right: 8px;
        margin-top: 5px;
        margin-bottom: 1px;
        border-bottom: solid 1px #d7d7d7;
        border-right: solid 1px #d7d7d7;
    }

    .nieuw {
        position: absolute;
        top: 0px;
        background-color: gold;
        color: black;
        font-size: 8px;
        width: 50px;
        left: 0px;
        padding: 2px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 10px;
        text-align: center;
    }

    .meerknop {
        text-align: center;
        color: #00C000;
        background-color: white;
        border: 1px solid #00C000;
        position: relative;
        font-size: 12px;
    }

    .nieuwsbox {
        width: 100%;
        border: solid 1px #cccccc;
        background-color: white;
        display:inline-block;
        border-radius:10px;
    }

.nieuwsbloktitel {
    font-size: 20px;
    width: 100%;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.thuiskop {
    position: absolute;
    left: 10px;
    right: 200px;
    border: solid 2px #333333;
    padding: 7px;
    text-align: left;
    border-radius: 5px;
    font-style: italic;
    background-color: antiquewhite;
    box-sizing: padding-box;
    color:#333333;
}
.uitkop {
    text-align: right;
    position: absolute;
    left: 200px;
    right: 10px;
    border: solid 2px #333333;
    padding: 7px;
    border-radius: 5px;
    font-style: italic;
    background-color: antiquewhite;
    box-sizing: padding-box;
    color: #333333;
}
a {
    color: black;
}
#adResponsief{
    display:block;
    width:100%;
}
.histgame{
    display:inline-block;
    padding:7px;
    margin:7px;
    background-color:#f0f0f0;
}
.histgameSeizoen {
    display: block;
    padding: 7px;
    margin: 7px;
    color:#333333;
    width:100px;
}

.histgameScore {
    display: block;
    padding: 7px;
    margin: 7px;
    font-size:17px;
    font-weight:bold;
    text-align:center;
    background-color: #ffdf43;
    width:40px;
}
