/* Basis instellingen */

* {
    margin: 0;
}

body {
    height: 100%;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background: url(images/clubimg/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00458A;
}

h1 {
    font-size: 22px;
    margin: 0 0 20px;
}

h3 {
    font-size: 20px;
    margin: 0 0 20px;
}

h4 {
    font-size: 18px;
    margin: 10px 0 10px;
}

img {
    border: 0;
}

.overflow {
    overflow: visible !important;
}

a {
    text-decoration: none;
}

input[type="submit"] {
    cursor: pointer;
}

.clear {
    clear: both;
}


/* Wrapper */

.fullBg {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}

#maincontent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 50;
}

.wrap {
    width: 1000px;
    background-color: #ffffff;
    border-top: none;
    border-bottom: none;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin: 0px auto;
}


/* Content */

.content {
    position: relative;
    overflow-y: hidden;
    overflow: hidden;
}

#main {
    width: 100%;
    float: left;
    overflow: hidden;
}
#main img {
    max-width: 100%;
}
.vastecontent_short {
    background: #ffffff;
}

.vastecontent {
    background: #ffffff;
    padding: 20px;
}


/* Slots Setup */

.slot-0,
.slot-1,
.slot-2,
.slot-3,
.slot-4,
.slot-5,
.slot-0-1,
.slot-0-1-2,
.slot-0-1-2-3,
.slot-0-1-2-3-4,
.slot-0-1-2-3-4-5,
.slot-1-2,
.slot-1-2-3,
.slot-1-2-3-4,
.slot-1-2-3-4-5,
.slot-2-3,
.slot-2-3-4,
.slot-2-3-4-5,
.slot-3-4,
.slot-3-4-5,
.slot-4-5,
.slot-6,
.slot-7,
.slot-8,
.slot-9,
.slot-6-7,
.slot-6-7-8,
.slot-6-7-8-9,
.slot-7-8,
.slot-7-8-9,
.slot-8-9 {
    display: inline;
    float: left;
    margin-left: 2%;
}


/* 6-Col Grid Sizes */

.slot-0,
.slot-1,
.slot-2,
.slot-3,
.slot-4,
.slot-5 {
    width: 14%;
}


/* Sixths */

.slot-0-1,
.slot-1-2,
.slot-2-3,
.slot-3-4,
.slot-4-5 {
    width: 32%;
}


/* Thirds */

.third {
    width: 36%;
}

.slot-0-1-2-3,
.slot-1-2-3-4,
.slot-2-3-4-5 {
    width: 64%;
}


/* Two-Thirds */

.slot-0-1-2-3,
.slot-1-2-3-4,
.slot-2-3-4-5:first-child {
    width: 66%;
    margin: 0%;
}


/* Two-Thirds */

.slot-0-1-2-3-4,
.slot-1-2-3-4-5 {
    width: 81%;
}


/* Five-Sixths */


/* 4-Col Grid Sizes */

.slot-6,
.slot-7,
.slot-8,
.slot-9 {
    width: 23%;
}


/* Quarters */

.slot-6-7-8,
.slot-7-8-9 {
    width: 73%;
}


/* Three-Quarters */

.slot-6-7-8:first-child {
    width: 75%;
    margin: 0px;
}


/* Three-Quarters */


/* 6-Col/4-Col Shared Grid Sizes */

.slot-0-1-2,
.slot-1-2-3,
.slot-2-3-4,
.slot-3-4-5,
.slot-6-7,
.slot-7-8,
.slot-8-9 {
    width: 49%;
}


/* Halves */

.nomarginslot-4-5 {
    margin-left: 0%;
    width: 34%;
}

.marginslot-6-7-8 {
    margin-left: 2%;
    width: 64%;
}


/* Header */

header {
    width: 100%;
    height: 300px;
    position: relative;
    background: #00458A;
    margin-bottom: 15px;
}

#map-canvas {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

#rotator {
    width: 100%;
    height: 300px;
    overflow: hidden;
    float: left;
}

#rotator img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

#transparantebalk {
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url("images/trans.png") repeat;
    z-index: 500;
}

#logo {
    width: 158px;
    height: 190px;
    background: url("images/clubimg/logo.png") no-repeat;
    z-index: 500;
    position: absolute;
    right: 25px;
    top: 25px;
}

#logo_klein {
    width: 30px;
    height: 40px;
    background: url("images/clubimg/logo.png") no-repeat;
    background-size: 30px 40px;
    z-index: 500;
    position: absolute;
    left: 25px;
    top: 25px;
}

#logo a {
    width: 158px;
    height: 190px;
    display: block;
}

.clubtitle {
    display: none;
}


/*  Navigatie */

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
}

#mobile {
    display: none;
}


/*menu tiles*/

.menu-blok {
    background: #c0c0c0;
    height: 150px;
    width: 49%;
    float: left;
    position: relative;
}

.menu-blok-img {
    height: 150px;
    background: blue;
}

.nomargin {
    margin-right: 2%;
}

.menu-blok-ul {
    width: 50%;
    height: 150px;
    position: absolute;
    right: 0px;
    top: 0px;
}


/*club*/

.laren {
    background: url("images/clubimg/DeClub-laren.jpg") no-repeat;
    background-size: 490px 155px;
}

.laren:hover {
    background: url("images/clubimg/DeClub-laren_zw.jpg") no-repeat;
    background-size: 490px 155px;
}

.lidmaatschap {
    background: url("images/clubimg/DeClub_Lidmaatschap.jpg") no-repeat;
    background-size: 490px 155px;
}

.lidmaatschap:hover {
    background: url("images/clubimg/DeClub_Lidmaatschap_zw.jpg") no-repeat;
    background-size: 490px 155px;
}

.organisatie {
    background: url("images/clubimg/DeClub-organisatie.jpg") no-repeat;
    background-size: 490px 155px;
}

.organisatie:hover {
    background: url("images/clubimg/DeClub-organisatie_zw.jpg") no-repeat;
    background-size: 490px 155px;
}

.eregalerij {
    background: url("images/clubimg/DeClub-eregalerij.jpg") no-repeat;
    background-size: 490px 155px;
}

.eregalerij:hover {
    background: url("images/clubimg/DeClub-eregalerij_zw.jpg") no-repeat;
    background-size: 490px 155px;
}

.stichting {
    background: url("images/clubimg/DeClub-beheer.jpg") no-repeat;
    background-size: 490px 155px;
}

.stichting:hover {
    background: url("images/clubimg/DeClub-beheer_zw.jpg") no-repeat;
    background-size: 490px 155px;
}

.blaashal {
    background: url("images/clubimg/Club-Blaashal.png") no-repeat;
    background-size: 490px 155px;
}

.blaashal:hover {
    background: url("images/clubimg/Club-Blaashal-zw.png") no-repeat;
    background-size: 490px 155px;
}

.vrijwillig {
    background: url("images/clubimg/DeClub-vrijwillgers.jpg") no-repeat;
    background-size: 490px 155px;
}

.vrijwillig:hover {
    background: url("images/clubimg/DeClub-vrijwillgers_zw.jpg") no-repeat;
    background-size: 490px 155px;
}


/*hockey*/

.jeugd {
    background: url("images/clubimg/Hockey-jeugd.jpg") no-repeat;
    background-size: 490px 155px;
}

.jeugd:hover {
    background: url("images/clubimg/Hockey-jeugd_zw.jpg") no-repeat;
    background-size: 490px 155px;
}

.senioren {
    background: url("images/clubimg/Hockey-senioren.jpg") no-repeat;
    background-size: 490px 155px;
}

.senioren:hover {
    background: url("images/clubimg/Hockey-senioren_zw.jpg") no-repeat;
    background-size: 490px 155px;
}

.g-hockey {
    background: url("images/clubimg/Hockey-ghockey.jpg") no-repeat;
    background-size: 490px 155px;
}

.g-hockey:hover {
    background: url("images/clubimg/Hockey-ghockey_zw.jpg") no-repeat;
    background-size: 490px 155px;
}

.trimhockey {
    background: url("images/clubimg/Hockey-trimhockey.jpg") no-repeat;
    background-size: 490px 155px;
}

.trimhockey:hover {
    background: url("images/clubimg/Hockey-trimhockey_zw.jpg") no-repeat;
    background-size: 490px 155px;
}

.zaalhockey {
    background: url("images/clubimg/Hockey-zaalhockey.jpg") no-repeat;
    background-size: 490px 155px;
}

.zaalhockey:hover {
    background: url("images/clubimg/Hockey-zaalhockey_zw.jpg") no-repeat;
    background-size: 490px 155px;
}

.arbitrage {
    background: url("images/clubimg/Hockey-arbitrage.jpg") no-repeat;
    background-size: 490px 155px;
}

.arbitrage:hover {
    background: url("images/clubimg/Hockey-arbitrage_zw.jpg") no-repeat;
    background-size: 490px 155px;
}

.old-stars-hockey {
    background: url("images/clubimg/old-stars-hockey.jpg") no-repeat;
    background-size: 490px 155px;
}

.old-stars-hockey:hover {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.contact-blok {
    background: url("images/clubimg/Contact_contact.jpg") no-repeat;
    background-size: 490px 155px;
}

.contact-blok:hover {
    background: url("images/clubimg/Contact_contact_zw.jpg") no-repeat;
    background-size: 490px 155px;
}

.accommodatie {
    background: url("images/clubimg/Contact_Accommodatie.jpg") no-repeat;
    background-size: 490px 155px;
}

.accommodatie:hover {
    background: url("images/clubimg/Contact_Accommodatie_zw.jpg") no-repeat;
    background-size: 490px 155px;
}

.sponsoring_blok {
    background: url("images/clubimg/Sponsoring-algemeen.jpg") no-repeat;
    background-size: 490px 155px;
}

.sponsoring_blok:hover {
    background: url("images/clubimg/Sponsoring-algemeen_zw.jpg") no-repeat;
    background-size: 490px 155px;
}
.tophockey_blok {
    background: url("images/clubimg/Tophockey_algemeen_nieuw.jpg") no-repeat;
    background-size: 490px 155px;
}

.tophockey_blok:hover {
    background: url("images/clubimg/Tophockey_algemeen_nieuw_zw.jpg") no-repeat;
    background-size: 490px 155px;
}
.erfgooiers {
    background: url("images/clubimg/Sponsoring-Erfgooiers.jpg") no-repeat;
    background-size: 490px 155px;
}
.erfgooiers:hover {
    background: url("images/clubimg/Sponsoring-Erfgooiers_zw.jpg") no-repeat;
    background-size: 490px 155px;
}

.tophockey-werkt {
    background: url("images/clubimg/Tophockey-werkt.jpg") no-repeat;
    background-size: 490px 155px;
}

.tophockey-werkt:hover {
    background: url("images/clubimg/Tophockey-werkt_zw.jpg") no-repeat;
    background-size: 490px 155px;
}



.menu-blok-ul ul {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.menu-blok-ul ul li {
    text-indent: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 69, 138, 0.8);
}

.menu-blok-ul ul li:first-child {
    background: rgba(0, 69, 138, 0.7);
}

.menu-blok-ul ul li:last-child {
    background: rgba(0, 69, 138, 0.9);
}

.menu-blok-ul ul li:hover {
    background: rgba(205, 228, 246, 0.9);
}

.menu-blok-ul ul li a {
    color: #ffffff;
    font-size: 120%;
    display: block;
}

.menu-blok-ul ul li a:hover {
    color: #00458A;
    font-size: 120%;
    display: block;
}


/* Menu Desktop*/

#topmenu {
    width: 100%;
    height: 55px;
    background: #CDE4F6;
    margin-bottom: 15px;
}

#nav {
    padding: 0 0 0 0;
    margin: 0;
    list-style: none;
    height: 55px;
    background: none;
    position: relative;
    z-index: 500;
}

#nav li.top {
    display: block;
    float: left;
}

#nav li a.top_link {
    display: block;
    float: left;
    height: 55px;
    line-height: 55px;
    color: #00458A;
    background: #CDE4F6;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 20px 0 20px;
    text-align: left;
    cursor: pointer;
}

#nav li a.top_link span {
    float: left;
    display: block;
    padding: 0 19px 0px 12px;
    height: 35px;
    background: none;
}

#nav li a.top_link span.down {
    float: left;
    display: block;
    padding: 0 22px 0 12px;
    height: 35px;
    background: none;
    text-align: left;
}

#nav li:hover a.top_link {
    color: #ffffff;
    background: #00458A;
}

#nav li:hover a.top_link span {
    background: none;
}

#nav li:hover a.top_link span.down {
    background: none;
    padding-bottom: 3px;
}

#nav li:hover {
    position: relative;
    z-index: 200;
}


/******************************************************************************
*
*						Topmenu - SubBalk
*
*****************************************************************************/

#nav li:hover ul.sub {
    left: 0px;
    top: 55px;
    background: #00458A;
    white-space: nowrap;
    width: 230px;
    height: auto;
    z-index: 300;
}

#nav li:hover ul.sub li {
    display: block;
    height: 35px;
    position: relative;
    float: left;
    width: 230px;
    font-weight: normal;
}

#nav li:hover ul.sub li a {
    display: block;
    font-size: 1em;
    height: 35px;
    width: 100%;
    line-height: 35px;
    text-indent: 10px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
}

#nav li ul.sub li a.fly {
    background: #E4E4E4;
    background-position: right;
}

#nav li ul.sub li ul li a.fly {
    background: #E4E4E4;
    background-position: right;
}

#nav li:hover ul.sub li a:hover {
    background: #00458A;
    color: #ffffff;
    text-decoration: none;
}

#nav li:hover ul.sub li a.fly:hover {
    background: #E4E4E4;
    color: #ffffff;
}

#nav li b {
    display: block;
    font-size: 11px;
    height: 18px;
    width: 155px;
    line-height: 18px;
    margin-bottom: 3px;
    text-indent: 6px;
    color: #ff6;
    cursor: default;
    text-decoration: none;
}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul {
    left: 230px;
    top: 0px;
    background: #00458A;
    white-space: nowrap;
    width: 230px;
    z-index: 400;
    height: auto;
}

#nav ul,
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 500;
}

#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly {
    background: #E4E4E4;
    color: #ffffff;
}

#nav li:hover li:hover a.fly {
    background: #E4E4E4;
    color: #ffffff;
}

#nav li:hover li:hover li:hover a.fly {
    background: #E4E4E4;
    color: #ffffff;
}

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly {
    background: #E4E4E4;
    color: #fff;
}

.menuhover {
    position: absolute;
    right: 10px;
}

article p {
    margin-bottom: 20px;
}


/* Breadcrumbs */

.breadcrumbs-container {
    width: 100%;
    height: 26px;
    float: left;
    display: inline;
    padding-bottom: 10px;
    margin: 0;
    position: relative;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-indent: 7px;
}

#breadcrumbs {
    overflow: hidden;
    width: 100%;
    padding: 0;
}

#breadcrumbs a {
    padding: 0px;
    text-decoration: none;
    color: #00458A;
    position: relative;
}

#breadcrumbs a:hover {
    color: #00458A;
    text-shadow: none;
}


/* END BREADCRUMBS */


/* Kolom links en rechts */

.blok_header {
    height: 35px;
    line-height: 35px;
    width: 100%;
    background: #CDE4F6;
    text-indent: 20px;
    color: #00458a;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

.blok_categorie {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #00458A;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-indent: 0px;
    text-transform: capitalize;
}

.blok {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #CDE4F6;
    margin-bottom: 20px;
}

.blok ul {
    list-style: none;
}

.blokmenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.blokmenu ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    text-indent: 10px;
    border-bottom: 1px #f0f0f0 solid;
}

.blokmenu ul li a {
    color: #00458A;
}

.blok select {
    width: 100%;
}

.blok input {
    width: 120px;
}

.blok label {
    font-size: 12px;
    margin-left: 5px;
}

.sponsor {
    width: 200px;
    margin-top: 10px;
}

.sponsor img {
    max-width: 200px;
}


/* einde kolom links */


/* Nieuws Voorpagina */

.nieuws-links {
    width: 100%;
    float: left;
    display: inline;
}

.nieuws-item-left-toppositie {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 20px;
    background: #CDE4F6;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.nieuws-item-left {
    width: 49% !important;
    height: 325px;
    float: left;
    display: block;
    margin-bottom: 20px;
    background: #CDE4F6;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.nieuws-item-left:nth-child(odd) {

}

.nieuws-item-left:nth-child(even) {
    margin-left: 2%;
}

.margin-news {
    margin-right: 2%;
}

.nieuws-item-content {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    float: left;
    position: relative;
}

.nieuws-item-title {
    width: 100%;
    height: 21px;
    line-height: 20px;
    float: left;
    text-indent: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.nieuws-item-title h3 a {
    color: #00458A;
    font-size: 15px;
    font-weight: bold;
}

.nieuws-item-text {
    width: 100%;
    line-height: 24px;
    overflow: hidden;
    text-align: justify;
}

.nieuws-item-image-klein {
    width: 100px;
    float: left;
    height: 75px;
    line-height: 75px;
    overflow: hidden;
    background: #EBEBEB;
    margin-right: 15px;
}

.nieuws-item-image {
    width: 100%;
    float: left;
    height: 150px;
    line-height: 150px;
    overflow: hidden;
    background: #EBEBEB;
    overflow: hidden;
}

.nieuws-item-image img {
    line-height: 150px;
}

.nieuws-item-categorie {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #00458A;
    float: left;
    font-size: 15px;
    color: #ffffff;
}

.nieuws-item-image img {
    max-width: 100%;
    vertical-align: middle;
}

.nieuws-leesmeer {
    color: #00458A;
}

.nieuws-footer {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-indent: 5px;
    background: #194f8c;
}

.nieuws-footer a {
    color: #fff;
}

.nieuws-datum {
    float: left;
    font-size: 1em;
    color: #ffffff;
    font-style: italic;
    text-indent: 10px;
    text-transform: capitalize;
}

.nieuws-reacties {
    float: right;
    font-size: 1em;
}

.nieuws-reacties a {
    color: #ffffff;
}

.nieuws-item-footer img {
    float: left;
    margin-right: 5px;
}

.nieuws-item-klein-datum {
    width: 40px;
    float: left;
    display: inline;
    margin-right: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #00458A;
}

.nieuws-item-klein-title {
    height: 20px;
    line-height: 20px;
    width: 345px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nieuws-item-klein-title a {
    font-size: 14px;
    color: #333333;
}

.nieuws-item-klein-comments {
    width: 40px;
    float: right;
    text-align: right;
    color: #E3E3E3;
    line-height: 20px;
}


/* End Nieuws Voorpagina */


/* Nieuwsbericht */

.grootnieuws-item {
    width: 96%;
    position: relative;
    float: left;
    background: #CDE4F6;
    padding: 2%;
}

.grootnieuws-item-header {
    width: 100%;
    float: left;
}

.grootnieuws-item-header > * {
    color: #000000;
    float: left;
    width: 100%;
}

.grootnieuws-item-header span {
    font-size: 14px;
    font-style: italic;
    color: #00458A;
}

.grootnieuws-item-header h2 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 4px;
}

.grootnieuws-item-content {
    width: 100%;
    float: left;
    line-height: 25px;
    font-size: 1em;
}

.grootnieuws-item-image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    float: left;
}

.grootnieuws-item-image img {
    max-width: 100%;
}

.grootnieuws-item-bijlage {
    width: 100%;
    margin: 10px 0 0;
    font-weight: bold;
}

.grootnieuws-item-bijlage a {
    font-weight: normal;
}

.grootnieuws-item-right {
    width: 100%;
}

.grootnieuws-item-right-box {
    width: 96%;
    float: left;
    background: #FFFFFF;
    padding: 2%;
    font-size: 14px;
    margin-bottom: 20px;
}

.grootnieuws-reactie {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #D6D6D6;
}

.grootnieuws-reactie-header {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: #00458A;
    font-size: 14px;
}

.grootnieuws-reactie-persoon {
    float: left;
    font-style: italic;
}

.grootnieuws-reactie-datum {
    float: right;
}

.grootnieuws-reactie-text {
    padding-bottom: 5px;
}

.nieuws-item-gerelateerd {
    width: 428px;
    height: 20px;
    float: left;
    margin-bottom: 5px;
}

.nieuws-item-gerelateerd:last-child {
    margin: 0;
}

.nieuws-item-gerelateerd-datum {
    width: 38px;
    float: left;
    display: inline;
    margin-right: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #00458A;
}

.nieuws-item-gerelateerd-title {
    height: 20px;
    line-height: 20px;
    width: 345px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nieuws-item-gerelateerd-title a {
    font-size: 14px;
    color: #333333;
}

.nieuws-item-gerelateerd-reacties {
    width: 40px;
    float: left;
    font-size: 14px;
    color: #E3E3E3;
}


/* End Nieuwsbericht */


/* Nieuwsberichten overzicht */

.nieuwsbericht_overzicht {
    width: 100%;
}

.nieuwsbericht_overzicht_header {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #00458A;
}

.nieuwsbericht_overzicht_header a {
    color: #00458A;
}

.nieuwsbericht_overzicht_content {
    width: 100%;
    line-height: 21px;
}

.nieuwsbericht_overzicht_image {
    float: right;
}

.nieuwsbericht_overzicht_image img {
    max-width: 250px;
}


/* Teampagina */

.container-left-item {
    float: left;
    background: #ffffff;
    margin-top: 10px;
}

.container-left-item-header {
    width: 100%;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    background: #00458A;
}

.container-left-item-header h2 {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-indent: 10px;
}

.container-left-item-content {
    padding: 10px;
}

.teamblokgroot {
    width: 100%;
}

.teamblokklein {
    width: 49%;
}

.teammargin {
    margin-right: 1%;
}

.relative {
    position: relative;
}

.voegtoeteam {
    position: absolute;
    right: 0px;
    top: 20px;
}

.teamssponsor {
    width: 150px;
    height: 75px;
    line-height: 75px;
    float: left;
    margin-right: 30px;
}

.teamssponsor a {}

.teamssponsor img {
    max-width: 150px;
    max-height: 75px;
    vertical-align: middle;
}

.spelerblok {
    width: 149px;
    height: 170px;
    float: left;
    background: #E0E0E0;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 10px;
}

.spelerblok_foto {
    width: 125px;
    height: 130px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
}

.spelerblok_foto img {
    max-width: 125px;
    max-height: 130px;
    vertical-align: bottom;
}

.spelerblok_info {
    height: 30px;
    line-height: 30px;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(53, 143, 227);
    /* RGBa with 0.9 opacity */
    background: rgba(53, 143, 227);
    color: #ffffff;
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
}


/* End Teampagina */


/* Comments */

.btn-send-comment {
    position: relative;
    margin: 10px 0 0;
}

.leave-comment textarea {
    width: 538px;
    height: 50px;
    padding: 0;
}

.leave-comment input {
    width: 100px;
    height: 10px;
    padding: 5px;
}

.leave-comment input[type="submit"] {
    border: 0px;
    height: 35px;
    border-radius: 0;
}

.leave-comment {
    border: none;
    text-align: right;
}


/* End Comments */


/******************************************************************************
*
*						Content opmaak, intern.
*
******************************************************************************/

.page-title {
    background-color: #DFDBC6;
    padding: 5px 20px 5px 20px;
    height: 25px;
    line-height: 25px;
    color: #0f5a2f;
    position: relative;
    font-size: 15px;
    font-weight: bold;
}

.page-title-top-gray {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #DFDBC6;
    top: -6px;
    left: 12px;
    position: absolute;
}

.wedstrijden_title {
    background: #E3E3E3;
    height: 25px;
    color: #ffffff;
    line-height: 25px;
}

.wedstrijden_title a {
    color: #000000;
}

.wedstrijden_title a:hover {
    color: #000000;
    text-decoration: none;
}

.title_inpage {
    background: #00458A;
    height: 25px;
    color: #ffffff;
    line-height: 25px;
    font-size: 15px;
    width: 100%;
    padding-left: 5px;
}

.table_inpage {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
}

.table_inpage2 {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
}

.table_inpage2 tr:nth-child(even) {
    height: 25px;
    line-height: 25px;
    background: #f5f5f5;
}

.table_inpage2 tr:nth-child(odd) {
    height: 25px;
    line-height: 25px;
    background: #ffffff;
}

.table-header {
    font-size: 14px;
    color: #c0c0c0;
    border-bottom: 1px solid #E3E3E3;
    height: 35px;
    line-height: 35px;
}

.table-header2 {
    font-size: 15px;
    color: #00458A;
    font-weight: bold;
    border-bottom: 1px solid #E3E3E3;
    height: 35px;
    line-height: 35px;
}

.table-header3 {
    font-size: 14px;
    color: #686868;
    border-bottom: 1px solid #E3E3E3;
    height: 35px;
    line-height: 35px;
}

.table_inpage tr:nth-child(even) {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    background: #CDE4F6;
    text-indent: 5px;
}

.table_inpage tr:nth-child(odd) {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-indent: 5px;
    background: #ffffff;
}

.diensten_title {
    height: 35px;
    line-height: 35px;
    width: 100%;
    font-size: 15px;
    background: #848484;
    padding-left: 5px;
    color: #ffffff;
}

.faq_title {
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    background: #E3E3E3;
    padding-left: 5px;
    color: #D2DBD5;
    Text-transform: uppercase;
    font-weight: bold;
}

.faq_title_second {
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    background: #848484;
    padding-left: 5px;
    color: #ffffff;
}

.faq_title_third {
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 5px;
    color: #D2DBD5;
}

.faq_title_second td {
    color: #ffffff;
}

.faq_answere {
    width: 100%;
    padding: 10px;
    line-height: 20px;
    text-indent: 0;
}

.bijzondereleden_title {
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    background: #848484;
    padding-left: 5px;
    color: #ffffff;
    text-transform: Capitalize;
}

.agenda-item {
    width: 540px;
    float: left;
    background: #E4E4E4;
    margin-bottom: 10px;
}

.agenda-item-month {
    float: left;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    background-color: #00458A;
    color: #fff;
}

.agenda-item-header {
    width: 340px;
    float: left;
    padding: 32px 20px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.agenda-item-info {
    float: left;
    width: 540px;
    padding: 10px;
}

.agenda-item-start {
    width: 300px;
    margin: 0 10px 0 100px;
    height: 25px;
    float: left;
}

.agenda-item-end {
    width: 160px;
    height: 25px;
    float: left;
}

.agenda-item-location {
    width: 330px;
    margin-left: 100px;
    float: left;
}

.organisatie_hoofd {
    width: 250px;
    height: 35px;
    line-height: 35px;
    background: #E3E3E3;
    text-indent: 10px;
    color: #ffffff;
}

.profile {
    width: 100%;
    height: 100px;
    line-height: 25px;
    background: #ffffff;
    float: left;
    margin-bottom: 10px;
}

.profile h1 {
    font-size: 15px;
    color: #00458A;
}

.profile_foto {
    float: left;
    height: 100px;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.profile_foto img {
    height: 100px;
}

.mail_hoofd {
    color: #00458A;
    margin-left: 20px;
}

.mail_sub {
    color: #0f5a2f;
    margin-left: 20px;
}

.mail {
    color: #0f5a2f;
}

.mail_hoofd a {
    color: #00458A;
}

.functie_title {
    font-size: 12px;
}

.memoblok {
    width: 400px;
    height: 70px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 20px;
    line-height: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

/*------------------------------------ Wedstrijdschema ------------------------------------*/

#wedstrijd_content {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
}

#wedstrijd_info_block_right_locatie_website a {
    color: #00458A;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.overview_column {
    min-width: 49%;
    width: 49%;
    padding: 0;
    float: left;
    display: inline;
    position: relative;
}

.overview_column.right {
    float: right;
}

.overview_column .categorie_name {
    height: 35px;
    line-height: 35px;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
    text-align: center;
    font-size: 17px;
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
}

.overview_column.left .categorie_name {
    float: left;
    background: #00458A;
    color: #FFFFFF;
    margin: 20px 0px 15px 00px;
}

.overview_column.right .categorie_name {
    float: right;
    background: #242B62;
    color: #ffffff;
    margin: 20px 00px 15px 0px;
}

.overview_row {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin-bottom: 0px;
    padding: 12px 10px;
    background: #f0f0f0;
    cursor: pointer;
    border-bottoM: 2px solid #00458A;
    background: #fff;
}

.overview_row_visited {
    background: #00458A;
    color: #FFFFFF;
}

.info-icon {
    background: url('images/info_icon.png');
    background-position: 0;
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}

.time-icon {
    background: url('images/time_icon.png');
    background-position: 0;
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}

.referee-icon {
    background: url('images/referee_icon.png');
    background-position: 0;
    float: left;
    width: 14px;
    height: 13px;
    margin: 3px 5px 0 0;
}

.overview_row.overview_row_visited .info-icon {
    background-position: -13px 0;
}

.overview_row.overview_row_visited .time-icon {
    background-position: -13px 0;
}

.overview_row.overview_row_visited .referee-icon {
    background-position: -15px 0;
}

.overview_row > div {
    float: left;
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
}

.overview_row > div > img {
    display: inline;
    vertical-align: -1px;
    margin-right: 5px;
}

.wedstrijd_overview_row_top,
.wedstrijd_overview_row_bottom {
    width: 100%;
}

.wedstrijd_overview_row_match {
    width: 50%;
}

.wedstrijd_overview_row_match.wide {
    float: left;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
}

.wedstrijd_overview_row_referees {
    display: none;
}

.wedstrijd_overview_row_referees span {
    color: blue;
}

.wedstrijd_overview_row_time {
    width: 25%;
}

.wedstrijd_overview_row_time.wide {
    width: 30%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wedstrijd_overview_row_ishome {
    width: 25%;
}

.match-ishome {
    float: right;
    width: 40px;
    text-align: left;
}

.overview_info {
    width: 100%;
    float: left;
    display: inline;
    position: relative;
    margin: 0 0 11px;
    display: none;
}

.overview_info_block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    display: inline;
    background: #FFFFFF;
    padding: 4%;
    position: relative;
    border: 1px solid #cac3b9;
}

#wedstrijd_info_block_right_locatie_routeLink {
    color: #00458A;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.wedstrijd_info_block_header_data {
    font-size: 14px;
    font-weight: bold;
}

#wedstrijd_locatie_route {
    display: none;
}

#overview_filter {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding: 15px 20px;
    background: #FFFFFF;
    margin-bottom: 20px;
}

#wedstrijd_filter_home_away {
    float: left;
}

.overview_filter_checkbox {
    float: left;
    background: #FFFFFF;
    padding: 6px 20px 6px 5px;
    margin: 0 5px 0 0;
}

#wedstrijd_filter_organisations {
    float: left;
}

.overview_schedule_filter {
    float: left;
    display: inline;
}

.wedstrijd_filter_data_list {
    border: none;
    background: #FFFFFF;
    padding: 5px;
    font-size: 16px;
    margin: 0 5px 0 0;
}

.center {
    text-align: center;
}

.match-canceled {
    text-transform: uppercase;
    color: #FF0000;
    font-weight: bold;
}


/* End Wedstrijdschema */


/* Team overzicht */

.team_view_name {
    color: #00458A;
}

.team_view_league {
    color: #000000;
}


/* Trainingsschema */

.trainingsschema_overview_row_teamname {
    width: 40%;
    float: left;
    font-size: 15px;
}

.trainingsschema_overview_row_time {
    width: 30%;
    float: left;
    font-size: 15px;
}

.trainingsschema_overview_row_location {
    width: 30%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    text-align: left;
}

#training-days-filter {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 0 20px;
    background-color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    text-align: center;
    float: left;
}

.overview-day {
    display: inline-block;
    padding: 0 10px;
    height: 33px;
    line-height: 33px;
}

.overview-day.checked {
    background-color: #00458A;
    color: #fff;
}

.no-display {
    display: none;
}

.pointer {
    cursor: pointer;
}
.organisatie-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: stretch;
}
.organisatie-row{
	box-sizing:border-box;
    width: 30%;
    padding: 10px;
	background-color:#CDE4F6;
}
.organisatie-row a{
	color: #00458A;
}
/* End Trainingsschema */

.won-match {
    width: 12px;
    height: 12px;
    background: green;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.tied-match {
    width: 12px;
    height: 12px;
    background: #FFD700;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.lost-match {
    width: 12px;
    height: 12px;
    background: #C50E18;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}


/* Sponsorbalk */

.sponsorbalk {
    width: 100%;
    height: 100px;
}

.outer-center {
    float: right;
    right: 50%;
    position: relative;
}

.inner-center {
    width: 270px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.inner-center img {
    max-width: 200px;
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
    line-height: 100px;
}

.sponsoritem {
    height: 100px;
    overflow: hidden;
}

.sponsoritem img {
    max-height: 100px;
    overflow: hidden;
}


/* Footer */

#footer {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #00458A;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

#footer a {
    color: #fff;
}

#wrapper_footer_container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    height: 400px;
    position: relative;
}

.wrapper_footer_container_clubname {
    padding-top: 40px;
    width: 75%;
    height: 32px;
    padding-bottom: 10px;
    color: #ffffff;
}

.wrapper_footer_container_clubname h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 10px;
}

.wrapper_footer_container_adres {
    padding-top: 40px;
    width: 75%;
    float: left;
    line-height: 21px;
    padding-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
}

.wrapper_footer_container_adres h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 10px;
}

.wrapper_footer_container_adres_left {
    float: left;
    width: 150px;
    margin-right: 40px;
}

.wrapper_footer_container_adres_right {
    float: left;
    width: 450px;
}

.wrapper_footer_container_shortlist {
    width: 25%;
    float: left;
    padding-top: 40px;
}

.wrapper_footer_container_shortlist a {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
}


/* End Footer */


/* Custom CSS */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}


/* IE7 */

.no-padding {
    padding: 0 !important;
}

*.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

tr.padding-bottom > td {
    padding-bottom: 10px;
}

.applelink a {
    color: #E3E3E3;
}

.applelink.orange a {
    color: #00458A;
}

.applelink.black a {
    color: #000000;
}

.italic {
    font-style: italic;
}

.bordeaux {
    color: #E3E3E3;
}


/* End Custom CSS */

.even_agenda {
    background: #ffffff;
}

.odd_agenda {
    background: #fefefe;
}

.scheidsrechters_wedstrijd {
    color: blue;
}

.bottom {
    margin-bottom: 0px;
}

.paars {
    background: #E3E3E3;
}

.oranje {
    background: #00458A;
}

.grey {
    color: #c0c0c0;
}

.grijs {
    color: #c0c0c0;
}

.green {
    color: green;
}

.red {
    background: #00458A;
}

.clubkleur {
    color: #00458A;
}

.tweedekleur {
    color: #00458A;
}

.link {
    color: #ffffff;
}

.agenda_readmore {
    height: 25px;
    line-height: 25px;
    float: left;
}

.agenda_readmore a {
    color: #E3E3E3;
}

.voegtoeteam {
    Display: none;
}

.link_inpage {
    color: #242B62;
    font-size: 12px;
}

.agenda-item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    float: left;
    background: #ffffff;
    margin-bottom: 5px;
    overflow: hidden;
}

.agenda-item h2 {
    font-weight: 400;
}

.agenda-item-datum {
    color: #242B62;
    font-size: 12px;
    text-transform: Capitalize;
}

.agenda-item-month {
    float: left;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    background: #ffffff;
}

.agenda-item-header {
    width: 340px;
    float: left;
    font-size: 14px;
    color: #000;
    margin-left: 10px;
}

.agenda-item-info {
    float: left;
    width: 540px;
    padding: 10px;
}

.agenda-item-start {
    width: 100%;
    margin: 0 0px 0 0px;
    height: 25px;
    float: left;
}

.agenda-item-end {
    width: 160px;
    height: 25px;
    float: left;
}

.agenda-item-location {
    width: 330px;
    margin-left: 100px;
    float: left;
}

.right {
    float: right;
}


/* sponsorpagina */

.sponsortitle {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    width: 100%;
    text-indent: 5px;
}

.sponsorcontext {
    padding: 10px;
    line-height: 21px;
    margin-bottom: 20px;
}

.sponsorcontext_img {
    float: right;
}
.sponsor_profile {
    width: 31%;
    height:200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 5px;
    background: #CDE4F6;
    margin: 0 1% 20px;
    float: left;
}

.sponsor_profile h1 {
    font-size: 1em;
    height: 44px;
    color: #171415;
}

.sponsor_profile_foto {
    float: left;
    height: 110px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
}

.sponsor_profile_foto img {
    max-height: 100px;
    max-width: 100%;
}

.nobanner {
    height: 100px;
    border-radius: 5px;
    width: 100%;
    background: #000;
    line-height: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Custom CSS */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}


/**
 * For IE 6/7 only
 */

.cf {
    *zoom: 1;
}

.row {
    margin-bottom: 1em;
}

.loginbutton {
    border: 1px solid #00458A;
    height: 42px;
    line-height: 42px;
    width: 110px;
    text-align: center;
    color: #00458A;
}

.loginbutton:hover {
    border: 1px solid #00458A;
    height: 42px;
    line-height: 42px;
    width: 110px;
    text-align: center;
    color: #ffffff;
}

.sponsors-container {
  position: relative;
  height: 125px;
  padding: 0;
}
.sponsors-container a.sponsor-item {position: relative;}
.sponsors-container .sponsor-item img {
  position: absolute; left: 50%; top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: calc(100% - 30px);
  max-height: 100%;
  padding: 15px;
}
