﻿html {
    height: 100%;
}


body {
    margin: 0;
    margin-top: 58px;
    padding: 0;
    font-family: 'Assistant', sans-serif;
    font-size: 12pt;
    color: #000000;
    width: 100%;
    min-height: 100%;
}

    body.lock-scroll {
        position: fixed;
    }

p {
    margin: 0;
    padding: 0;
    min-height: 12px;
}

.lead {
    font-weight: bold;
    margin: 0 0 12px 0;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

a {
    margin: 0;
    padding: 0;
}

    a:hover {
        cursor: pointer;
    }

h1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.gerelateerdeArtikelen > p {
    margin: 0;
    padding: 0 2px 2px 2px;
    min-height: 10px;
}
figure {
	margin-left: 0;
	margin-right: 0;
}
img {
    border: none;
}

#_gaImg {
    display: none;
}

.msg_404 {
    font-size: 13pt;
    padding: 30px 0px;
    text-align: center;
    font-weight: bold;
    font-family: Palatino Linotype, Times New Roman, serif;
}

#shadow {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    display: none;
    z-index: 1000;
}
.TitelMenu{
    margin-top: 20px;
    font-weight: bold;
    color: #002A64;
    display: inline-block;

}
#mainMenuKnop.klein{
    height:18px;
      margin-top: 20px;
    margin-right: 10px;
}

#nieuwsItemNavWrapper {
    left: 0;
    bottom: 0;
    right: 0;
    height: 48px;
    background-color: #fff;
}

#nieuwsItemNav {
    margin: 0;
    padding: 0;
}

    #nieuwsItemNav li {
        list-style-type: none;
        float: right;
    }

    #nieuwsItemNav img {
        display: block;
        width: 48px;
        height: 48px;
    }

.divWeerOverzicht img {
    cursor: pointer;
}

.divWeerOverzicht #div_tekst {
    line-height: 150%;
}

.divWeerOverzicht td, .divWeerOverzicht th {
    font-size: 13pt;
}

.divWeerOverzicht .center {
    text-align: center;
}

.divWeerOverzicht .title {
    font-weight: bold;
}

.divWeerOverzicht img {
    width: 46px;
    height: 46px;
}

.divWeerOverzicht #dagTitel {
    font-size: 13pt;
    font-weight: bold;
    margin-top: 10px;
    color: #00539e;
}

#weerWrapper {
    padding: 10px;
}

#span_dag {
    font-size: 17px;
    font-weight: bold;
}

.vandaag {
    margin: 20px 0 0 0;
    display: inline-block;
    font-size: 10px;
}

.divNieuwsItem {
    margin-bottom: 10px;
}

    .divNieuwsItem, .divNieuwsItem a {
        display: block;
        height: 60px;
        overflow: hidden;
        text-decoration: none;
        color: darkblue;
    }

        .divNieuwsItem.largePreview {
            height: auto;
            border-bottom: 0 none;
            background-color: black;
        }

        .divNieuwsItem a.largePreview {
            height: auto;
            position: relative;
            border-bottom: 0 none;
            margin: 0 auto;
            width: 100%;
            max-width: 360px;
        }

        .divNieuwsItem img.largePreview {
            width: 100%;
            max-width: 360px;
            margin: 0 auto;
            float: none;
            display: block;
        }

div.headline-overlay {
    background-color: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 2px 4px;
    text-align: left;
}

.TopMenu {
    background-color: #002A64;
    padding: 5px 0px 5px 0px;
    margin: 0 auto;
    text-align: center;
}

.TopMenuItem {
    margin: 0px 3% 0px 3%;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 8.5pt;
}

.reacties {
    text-align: center;
    border: 1px solid rgba(0, 59, 139, 0.4);
    box-sizing: border-box;
    margin: 30px;
    border-radius: 5px;
}

    .reacties > a {
        display: block;
        padding: 10px 0px 10px 0px;
    }

.headlines {
}

    .headlines > .item {
        position: relative;
        display: inline-block;
        width: 49.4%;
    }

    .headlines > :first-child {
        display: block !important;
        width: 100%;
        box-sizing: border-box;
    }

    .headlines > :last-child {
        float: right;
    }


    .headlines > .item > a > img {
        width: 100%;
    }
    .jwplayer{
        z-index: 2;
    }

    .headlines > .item > a > .descr {
        position: absolute;
        bottom: 5px;
        color: white;
        display: block;
        padding: 30px 0px 10px 5px;
        line-height: 20pt;
        width: 100%;
        box-sizing: border-box;

     background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    }




.TopMenuImg {
    display: block;
    margin: 0 auto;
}

    .TopMenuImg > img {
        width: 30px;
        height: 30px;
    }



div.header {
    color: white;
    font-weight: bold;
    font-size: 11pt;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    background-color: #0195c3;
    height: 17px;
    text-shadow: 0px 0px 2px rgba(0,0,0,.75);
    background: -webkit-linear-gradient(90deg, #002a64, #0195c3, #01a499);
    background: -o-linear-gradient(90deg, #002a64, #0195c3, #01a499);
    background: -moz-linear-gradient(90deg, #002a64, #0195c3, #01a499);
    background: linear-gradient(90deg, #002a64, #0195c3, #01a499);
}

.more-news {
    color: #0195c3;
    font-size: 13px;
}

    .section-nieuws > .more-news, .more-news.nieuws {
        color: #002A64;
    }

.section-nieuws > .header, .header.nieuws {
    background-color: #0195c3;
    background: -webkit-linear-gradient(90deg, #002a64, #0195c3, #01a499);
    background: -o-linear-gradient(90deg, #002a64, #0195c3, #01a499);
    background: -moz-linear-gradient(90deg, #002a64, #0195c3, #01a499);
    background: linear-gradient(90deg, #002a64, #0195c3, #01a499);
}

.section-sport > .header, .header.sport {
    background-color: #F8a545;
    background: -webkit-linear-gradient(90deg, #d95b24, #F8a545, #ffca00);
    background: -o-linear-gradient(90deg, #d95b24, #F8a545, #ffca00);
    background: -moz-linear-gradient(90deg, #d95b24, #F8a545, #ffca00);
    background: linear-gradient(90deg, #d95b24, #F8a545, #ffca00);
}

.section-sport > .more-news, .more-news.sport {
    color: #F8a545;
}

.section-verhalen > .header, .header.verhalen {
    background-color: #482350;
    background: linear-gradient(to right, #482350 0%,#c2337a 50%,#e72c33 100%);
}

.section-verhalen > .more-news {
    color: #482350;
}

.section-112 > .header, .header.oneonetwo {
    background-color: #45a6db;
    background: -webkit-linear-gradient(90deg, #014f95, #45a6db, #b9dbea);
    background: -o-linear-gradient(90deg, #014f95, #45a6db, #b9dbea);
    background: -moz-linear-gradient(90deg, #014f95, #45a6db, #b9dbea);
    background: linear-gradient(90deg, #014f95, #45a6db, #b9dbea);
}

.section-112 > .more-news {
    color: #45a6db;
}

.section-fotoreportages > .header, .header.fotoreportages {
    background-color: #ae4889;
    background: -webkit-linear-gradient(90deg, #4c235b, #ae4889, #ff8172);
    background: -o-linear-gradient(90deg, #4c235b, #ae4889, #ff8172);
    background: -moz-linear-gradient(90deg, #4c235b, #ae4889, #ff8172);
    background: linear-gradient(90deg, #4c235b, #ae4889, #ff8172);
}

.section-fotoreportages > .more-news {
    color: #ae4889;
}

.more-news > a {
    width: 100%;
    display: block;
}

.nieuwsItemFotoWrapper {
    width: 100%;
    margin: 0 auto;
}

    .nieuwsItemFotoWrapper > a {
        display: block;
    }

.gsc-control-cse.gsc-control-cse-nl {
    padding: 0em !important;
    width: auto;
}

.nieuwsItemFotoWrapper > a.nieuwsFotoLink > img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.nieuwsItemFotoWrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#nieuwsFotoWrapper {
    text-align: center;
}

.gerelateerdeArtikelen {
    padding: 0px 5px 5px 5px;
    line-height: 1.25;
}

    .gerelateerdeArtikelen a, .nieuwsArtikel a {
        text-decoration: underline;
        color: rgb(0,0,238);
    }

.nieuwsFoto {
    text-align: center;
    width: 100%;
}

.imgNieuwsItem {
    width: 100%;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFF !important;
}

#fullscreenFotos {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    background-color: black;
}

#nieuwsFoto {
    width: 100%;
}

.fotoOnderschrift {
    color: white;
    text-align: center;
    padding: 10px;
    background-color: rgba(0,0,0,.6);
}

.fotoFotograaf {
    color: gray;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    background-color: rgba(0,0,0,.6);
}

.fotoPager {
    text-align: center;
    width: 100%;
    z-index: 600;
    margin-top: 10px;
}

    .fotoPager span {
        font-family: arial;
        width: 16px;
        display: inline-block;
        color: gray;
        cursor: pointer;
    }

        .fotoPager span.active {
            color: white;
        }

#fotoPager > * {
    cursor: pointer;
}

.swipe-overlay.news-item {
    padding: 2px;
    font-size: 9pt;
    height: 14px;
    text-align: left;
    left: 0;
    right: 0;
    bottom: 0px;
    position: absolute;
}

.slides-meta.news-item {
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    color: white;
    z-index: 600;
    font-size: 9pt;
    padding: 2px;
}

.divSelectedItem .datum {
    color: gray;
    padding-right: 5px;
    padding-bottom: 5px;
    font-size: 9pt;
}

    .divSelectedItem .datum #geplaatst {
        display: inline-block;
        line-height: 1.50;
    }
        .divSelectedItem .datum #gewijzigd {
        display: inline-block;
        float:right;
    }

.divHeadline {
    display: block;
    height: 145px;
}

.divNieuwsItem .img_news {
    float: left;
    display: inline-block;
    margin-right: 5px;
    width: 120px;
    height: 67px;
}

.divNieuwsItem .icon {
    margin-left: 3px;
    height: 15px;
    width: 15px;
}

.img_news.largePreview {
    height: auto;
}

.divNieuwsItem.largePreview {
    margin-bottom: 0px;
}

div.clear {
    clear: both;
}

div.headline {
    margin-top: 5px;
    color: black;
    font-size: 10pt;
}

    div.headline > span {
        overflow: hidden;
    }

div.nieuwsArtikel {
    position: relative;
    padding: 5px;
}

    div.nieuwsArtikel p {
        margin: 0;
        min-height: 15px;
    }

#nieuwsLocatie {
    float: right;
}

    #nieuwsLocatie a {
        display: block;
    }

    #nieuwsLocatie img {
        width: 24px;
        height: 36px;
    }

span.teaser {
    color: black;
}

.divNieuwsItem .span_h2 {
    display: block;
    padding: 0 0 0 5px;
    margin: 0;
    color: #CC3333;
    font-size: 14px;
    font-weight: bold;
}

.divNieuwsItem .span_p {
    display: block;
    color: #000000;
    font-size: 14px;
    padding: 0 0 0 5px;
    margin: 0;
}

.divNieuwsItemKort {
    padding: 1px;
    display: block;
}

    .divNieuwsItemKort:hover {
        background-color: #AFE1E1;
    }

.divVideoItem p, .ag_div_item {
    margin: 0px 0px 2px 0px;
}

.aHeadline {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 0;
    margin: 1px 0 1px 0;
    color: #336699;
}

    .aHeadline:hover {
        margin: 1px 0 1px 0;
    }

H2 {
    font-size: 15pt;
}

H3 {
    font-size: smaller;
    margin: 0;
}

#closeAppNotification {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
}

#mainMenuWrapper {
    position: relative;
    float: left;
}

    #mainMenuWrapper:hover {
        cursor: pointer;
    }

img#menu-indicator {
    width: 25px;
    position: absolute;
    left: 15px;
    top: 18px;
    height: 19px;
}

.menuLogo {
    padding: 20px;
}

    .menuLogo > img {
        display: block;
        margin: 0 auto;
    }

#mainMenu {
    position: fixed;
    left: 0;
    top: 0px;
    bottom: 0;
    background-color: #fff;
    z-index: 1001;
    display: none;
    box-shadow: 0px 1px 5px #666;
    width: 80%;
    max-width: 256px;
}

#menu-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

#mainMenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.mainMenuItem {
    height: 50px;
}

.RubriekTitel {
    margin-bottom: 20px;
}

    .RubriekTitel > p {
        background: #fff;
        display: inline-block;
        padding-right: 1em;
        line-height: 1.2em;
        padding-left: 1em;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #0547AA;
        font-size: 0.8em;
        font-weight: 300;
    }

        .RubriekTitel > p + hr {
            margin-top: -0.6em;
            border-top-color: #CCD4E0;
        }

    .RubriekTitel.HeaderRubriek > p {
        background: #fff;
        display: inline-block;
        padding-right: 1em;
        line-height: 1.2em;
        padding-left: 1em;
        letter-spacing: 1px;
        text-transform: initial;
        color: #002A64;
        font-size: 0.8em;
        font-weight: 700;
    }

    .section-sport > .RubriekTitel > p + hr, .RubriekTitel.sport > p + hr {
        border-top-color: #F8a545 !important;
    }

    .section-sport > .RubriekTitel.HeaderRubriek > p, .RubriekTitel.sport > p {
        color: #F8a545;
    }

    .section-verhalen > .RubriekTitel > p + hr, .RubriekTitel.verhalen > p + hr {
        border-top-color: #482350;
    }

    .section-verhalen > .RubriekTitel.HeaderRubriek > p, .RubriekTitel.verhalen > p {
        color: #482350;
    }

    .section-112 > .RubriekTitel > p + hr, .RubriekTitel.oneonetwo > p + hr {
        border-top-color: #45a6db;
    }

    .section-112 > .RubriekTitel.HeaderRubriek > p, .RubriekTitel.oneonetwo > p {
        color: #45a6db;
    }

    .section-fotoreportages > .RubriekTitel > p + hr, .RubriekTitel.fotoreportages > p + hr {
        border-top-color: #ae4889;
    }

    .section-fotoreportages > .RubriekTitel.HeaderRubriek > p, .RubriekTitel.fotoreportages > p {
        color: #ae4889;
    }

div.mainMenuHeader {
    padding: 3px 10px;
    color: white;
    background-color: #3898C9;
    background-image: linear-gradient(to top, #3898C9 15%, #67CBFD);
    text-shadow: 0px 0px 2px rgba(0,0,0,.75);
    font-weight: bold;
}

.mainMenuTitelWrapper {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
}

.mainMenuTitel {
    font-size: 11pt;
    display: block;
    padding-left: 3px;
}

.mainMenuImgWrapper {
    float: left;
    height: 40px;
    margin-top: 5px;
}

.mainMenuImg {
    display: block;
    padding: 0;
    margin: 0;
    height: inherit;
}

.mainMenuLink {
    display: block;
    height: inherit;
    padding-left: 10px;
    padding-right: 10px;
}

    .mainMenuLink:hover, .mainMenuLink:active {
        background-color: #E6EAF0;
    }

#slider img {
    width: 100%;
    display: block;
}

#slider a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -ms-touch-action: none;
}

#slides-meta {
    display: none;
}

#slides-meta {
    float: right;
    padding-right: 5px;
}

.divMenuwrapper {
    height: 58px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    min-width: 320px;
    box-shadow: 0px 0px 5px black;
}

a.iscroll-tap-highlight {
    background-color: rgba(72,169,205,.5) !important;
}

#divHoofdlijnen, #divMenuKnoppen {
    float: left;
}

table.artikelKnoppen {
    margin-right: 3px;
    border-collapse: collapse;
}

    table.artikelKnoppen td {
        text-align: right;
        padding: 0;
        height: 20px;
        font-size: 0pt;
    }

img.openArtikel {
    height: 12px;
    width: 8px;
}

table.artikelKnoppen .artikelMediaIconen, table.artikelKnoppen .artikelLegeRij {
    height: 19px;
}

#divMenuKnoppen {
    float: right;
}

#menuKnopLijst {
    margin: 0;
    padding: 0;
    height: 48px;
}

#menu__ctrl_0_img_weerIcon {
    height: 36px;
    padding: 6px;
}

#menuKnopLijst li {
    float: left;
    list-style-type: none;
}

    #menuKnopLijst li > a {
        display: block;
        height: 48px;
    }

div.more-news {
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    border: solid 1px;
    border-radius: 5px;
    margin: 10px 15px 25px 15px;
    box-sizing: border-box;
}

.divMenuLinks {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0;
}

.divWeerWrapper {
    background-image: url(/images/opmaak/WeerVerkeer_logo-.jpg);
    background-repeat: no-repeat;
    min-height: 85px;
    background-position: right;
    margin-bottom: 5px;
}

.divWeer {
    background-image: url(/images/opmaak/WeerVerkeer.jpg);
    background-repeat: no-repeat;
    min-height: 85px;
}

.imgWeer {
    float: right;
    padding: 0 30px 0 0;
}

.spanWeer {
    display: block;
    padding-top: 50px;
    padding-left: 5px;
}

.spanVerkeer {
    display: block;
    padding-top: 20px;
    padding-left: 5px;
}

.weerTekst {
    position: relative;
    padding: 0 0 0 4px;
}

    .weerTekst a, .weerTekst a:hover {
        text-decoration: none;
        color: #000000;
    }

.divWeerControl P, .divWeerControl P A {
    padding: 0px;
    margin: 0;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 10pt;
}

.divAgendaControl {
    text-align: center;
    margin: 10px;
}

.ag_div_selected {
    border-bottom: 2px solid #C0C0C0;
}

.ag_h2_title {
    display: block;
    padding: 0 0 0 5px;
    margin: 0;
    color: #CC3333;
    font-size: 14px;
    font-weight: bold;
}

.ag_h2_city {
    display: block;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

.ag_p_vantot {
    font-size: 10pt;
    color: #000000;
    margin: 0;
    padding: 0;
}

.ag_span_tekst {
    margin-top: 5px;
    display: block;
    color: #000000;
}

.ag_div_item {
    border-bottom: 1px solid #C0C0C0;
    display: block;
    height: 100px;
    overflow: hidden;
}

    .ag_div_item a {
        display: block;
        text-decoration: none;
        min-height: 100px;
        overflow: hidden;
    }

.ag_h2_titleKlein {
    color: #000000;
    font-size: 10pt;
}

.ag_a_lijst:hover {
    background-color: Lime;
}

.audioLinks, .videoLinks {
    /* onbekend nog */
}

.media-link {
    overflow: auto;
}

.link-img {
    display: block;
    width: 107px;
}

a.link {
    display: block;
    height: 60px;
}

.link-img-wrapper {
    float: left;
}

.link-desc-wrapper {
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}

.link-desc {
    display: block;
    padding: 0px 10px;
    font-weight: bold;
}

.audioLinks > a, .videoLinks > a {
    font-weight: bold;
    margin-left: 10px;
    position: absolute;
    margin-top: 22px;
}

.menuLink {
    font-family: Arial;
    color: #000000;
    font-size: 15px;
    text-decoration: none;
}

.active {
    font-weight: bold;
}

.divControl {
    margin: 2px 0px 2px 0px;
}

.center {
    text-align: center;
}

.imgButton {
    border: none;
}

.img_agenda {
    width: 100px;
    float: left;
    padding-right: 4px;
    padding-bottom: 2px;
    border: none;
}

.divFillWeer {
    height: 50px;
}

#div1minuut {
    width: 100%;
    height: 75px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-image: url('/images/opmaak/1minuut/nieuwsin1minuut_bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

    #div1minuut a {
        display: inline-block;
        width: 250px;
        padding-top: 36px;
        height: 39px;
        font-family: Arial;
        font-weight: bold;
        font-size: 14px;
        color: #00539e;
        text-decoration: none;
    }

        #div1minuut a img {
            vertical-align: middle;
            padding-right: 5px;
            border: none;
        }

img#mainMenuKnop {
    height: 36px;
    margin-top: 12px;
    margin-left: 60px;
    float: left;
}

.menuKnop img {
    height: 36px;
    padding: 6px 0;
}

a.play {
    display: inline-block;
    position: relative;
}

    a.play span {
        background: url(/images/buttons/play_btn.png) no-repeat;
        display: block;
        position: absolute;
        top: 43px;
        left: 101px;
        z-index: 100;
        width: 80px;
        height: 80px;
    }

.divApp {
    /*background-image: url('/images/banners/App_bg_tile.jpg');
    background-repeat: repeat-x;
    text-align: center;*/
    height: 40px;
    background-image: url(/images/banner-bg.png);
    background-size: 40px 40px;
    background-repeat: repeat-x;
}

    .divApp > a {
        display: block;
        height: 35px;
        padding-top: 5px;
        text-align: center;
    }

    .divApp img {
        /*width: 100%;*/
        height: 30px;
        vertical-align: top;
    }

#app-layout-table {
    margin: 0 auto;
    height: 40px;
    margin-top: -4px;
}

    #app-layout-table td {
        font-size: 9pt;
        font-family: Arial, sans-serif;
    }

td#app-banner-text {
    padding-right: 5px;
}

#banner-text-wrapper {
    display: inline-block;
    font-family: serif, 'Palatino Linotype';
    font-size: 9pt;
    font-weight: bold;
}

    #banner-text-wrapper > span {
        line-height: 15px;
    }

#div_weerIcon {
    text-align: right;
    width: 49%;
    display: inline-block;
    padding-top: 5px;
}

#tbl_verkeer, #tbl_verkeerregel {
    width: 100%;
}

    #tbl_verkeer th, #tbl_verkeer td, #tbl_verkeerregel td {
        text-align: left;
    }

.divweer img:hover {
    cursor: pointer;
}

.divBanner {
    width: 100%;
    text-align: center;
    margin: 0 0 5px 0;
}

.reclame {
    width: 320px;
    margin: 0 auto;
    padding: 0;
    font-size: 8px;
}

    .reclame img {
        display: block;
    }

.datumItem {
    font-weight: bold;
    font-size: smaller;
}

.ANWBSection h1 {
    color: #00539e;
    font-size: 13pt;
}

.verkeer td, .verkeer th {
    text-align: left;
}

.ANWBSection {
    margin-top: 20px;
}

#loadNewItems {
    display: none;
    position: fixed;
    width: 250px;
    height: 100px;
    border: 1px solid black;
    box-shadow: 2px 2px 5px black;
    background-color: #eeeeec;
    z-index: 1001;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -50px;
    text-align: center;
    border-radius: 5px;
}

.gsc-control-cse.gsc-control-cse-nl {
    padding: 0em !important;
    width: auto;
    background-color: #F1F1F1 !important;
}


.gsc-results {
    padding-bottom: 0px !important;
    width: 100% !important;
}

    .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
        border-width: 0px !important;
        border-top: 1px solid #C0C0C0 !important;
    }

.gsearch {
    padding: 6px 15px 6px 30px;
    border-width: 0px;
    background: url(/images/iconen/zoeken.png) no-repeat;
    background-size: 24px;
    background-position: 1px 1px;
    background-color: #efefef;
    display: block;
    width: 100%;
}

.searchBox {
    padding: 2px 10px 2px 10px;
}


.stellingButton {
    border: solid 1px #999999;
    background-color: #FFF;
    background-position: 3px 3px;
    background-repeat: no-repeat;
    height: 28px;
    width: 100px;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    padding-left: 30px;
    margin: 5px;
}

.stelling {
    height: 100%;
    margin: 3px;
}

.spanEens, .spanOneens {
    display: inline-block;
    height: 30px;
}

.stellingResult {
    position: relative;
    border: solid 1px #ccc;
    border-radius: 5px;
    height: 30px;
    width: 95%;
}

.spanEens {
    background-color: #F8C200;
}

.spanOneens {
    background-color: #79a6cb;
}

.stellingTekstLinks {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #FFF;
    font-weight: bold;
}

.stellingTekstRechts {
    position: absolute;
    top: 8px;
    right: 20px;
}

.iframestelling {
    width: 100%;
    border: none;
}

.totaalStelling {
    font-size: 9pt;
}

.nieuwsBrief {
    border: 0px;
    width: 100%;
    height: 700px;
}

.buttons {
    margin: 20px 10px 10px 10px;
    text-align: center;
}

.stelling input {
    border: solid 1px #999999;
    background-color: #FFF;
    background-position: 3px 3px;
    background-repeat: no-repeat;
    height: 28px;
    width: 100px;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    padding-left: 30px;
    margin: 5px;
}

.tags {
    padding: 0px 5px 5px 5px;
    margin-top: 8px;
}

    .tags ul {
        overflow: auto;
        padding-left: 3px;
        margin: 0px 0px 0px 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: #C8C8C8 solid 2px;
        border-bottom: #C8C8C8 solid 2px;
    }

    .tags li {
        display: block;
        float: left;
        margin: 0.12em;
        list-style-position: outside;
        border: 1px solid #C8C8C8;
        padding: 5px;
        border-radius: 0.3em;
        font-size: 10pt;
    }

.mijnNieuwsItem > a {
    width: 100%;
    display: block;
    position: absolute;
    top: 7px;
}

.mijnNieuwsItem {
    position: relative;
    border-bottom: solid 1px #C8C8C8;
    text-align: center;
    height: 30px;
    font-weight: bold;
    vertical-align: middle;
}

.login {
    border: #CCCCCC solid 1px;
    display: inline-block;
    padding: 15px;
    border-radius: 0.8em;
    background: #ECECEC;
    width: 100px;
    text-align: center;
    margin-top: 10px;
}

.delete {
    border-radius: 50%;
    background: #e6e6e6;
    width: 20px;
    height: 20px;
    float: right;
    color: white;
    margin-top: 5px;
    z-index: 10000;
    display: inline-block;
}

.mediaDesc {
    margin-top: 1px;
    font-size: 10pt;
    font-style: italic;
}

/* Sportuitslagen*/

.archief {
    position: absolute;
    right: 0;
    top: 48px;
}

    .archief h1 {
        cursor: pointer;
        color: white;
    }


    .archief ul {
        display: none;
    }

    .archief li {
        display: block;
    }

select {
    width: 200px;
}

.aanwezig {
    font-weight: bold;
}

.videoVenster {
    background-color: #000;
}

video {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*Cookie Bar*/
#cookieBanner {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    border-top: 2px solid #0c2f69;
    background-color: #FFFFFF;
}

    #cookieBanner .container {
        padding: 10px;
    }

    #cookieBanner h3 {
        font-size: large;
        padding-right: 10px;
    }

    #cookieBanner p {
        font-size: 14px;
        display: inline-block;
        padding-right: 10px;
    }

    #cookieBanner button {
        font-size: 12px;
        font-weight: 500;
        cursor: pointer;
        color: #ffffff;
        background-color: #46971f;
        text-transform: uppercase;
        padding: 6px 8px 4px;
        border: none;
    }

    #cookieBanner a {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 6px 8px 4px;
    }

.cookieButtons {
    margin: 10px;
    text-align: center;
}
