body{
  background-color: #f0f0f0;
  font-family: 'Arial', sans-serif!important;
  color: #444;
  overflow-x:hidden;

}

ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

a{
  text-decoration: none;
  color: #666;
}
a:hover{
  color: #272727;
    text-decoration: none;
}
.fa.fa-clock-o,
.fa.fa-info-circle {
  color: #0a529e;
}
.overview_row_visited .fa.fa-clock-o,
.overview_row_visited .fa.fa-info-circle {
  color: #fff;
}


#header{
  float: left;
  display: inline;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.0);
  z-index: 500;
}

.navbar{
  margin-bottom: 0px;
  width: 100%;
  float: left;
  border-radius: 0px;
    z-index: 500;
}

.navbar-default {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #fff;
  border:none;
  margin-left: 0px;
    z-index: 500;
}

.navbar-brand{
  width:10%;
  height:auto;
  position: absolute;
  font-size: 23px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
   z-index: 500;
   left:40px;
   top: 0px;
}

.navbar-brand img{
  height:200px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{

}
.custom_nav{
  float: right;
}
.custom_nav li{

}
.custom_nav li a {
  font-weight: 600;
  color: #fff !important;
  font-size: 14px;
  padding: 25px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: none;
    color: #0a529e !important;
    outline: none;
}

.navbar-default .navbar-nav > li > a.active{
  color: #7198bf !important;

}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(255, 255, 255, 1.0);
     color: #7198bf !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #0a529e;
    border-color: #fff;
}
.navbar-default .navbar-toggle {
    color:#fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #0a529e;
}
.navbar-collapse.in {
    overflow-x: hidden;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
   background-color: #0a529e;
}

.dropdown-menu{
	border: 0;
	border-radius: initial;
	background: #7FAAE2;
}
.dropdown-menu>li{
	padding: 10px 7px;
	border-bottom: 1px solid #87B5ED;
}
.dropdown-menu>li:hover{
	background: #224685;
}
.dropdown-menu>li>a{
	color: #fff;
	padding:3px 8px;
		font-size:14px;
}
.dropdown-menu>li:hover>a{
	color:#fff;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.nav>li>a:focus,
.nav>li>a:hover{
	background-color: inherit;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: rgb(127, 170, 226);
	color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
		padding: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}



.affix-top{ width: 100%; z-index:500; }
.affix{
  width: 100%;
  background: #7198bf !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin:0px;
  padding: 0px;
  z-index:500;
}
.affix .navbar-brand{
    padding:10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.affix .navbar-brand > img{
 max-height:50px;
 width:auto !important;
 top:-5px;
 display: block;
   -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*start cotent body css*/
#photobody {
  display: inline;
  float: left;
  width: 100%;
  height: 80vh;
  margin-top: -70px;
  overflow: hidden;
  position: relative;
  border-bottom: 40px solid #7198bf;

}
#photobody img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#photobody_half {
  display: inline;
  position: relative;
  float: left;
  width: 100%;
  max-height: 40vh;
  overflow: hidden;
  margin-top: -70px;
}
#photobody_half img{
  width: 100%;
}
#photobody_half .grid-image{
  width: 100%;
  height:40vh;
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#photobody_half > .fence {
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  font-family: 'Bitter', serif;
  background: rgba(140, 49, 44,0.6);
  z-index:499;
  color: rgb(255, 255 , 255);
  font-size: 50px;
  line-height: calc(25vh - 70px);
  padding-top: 70px;
  text-align: center;
  text-transform: uppercase;
}

 .sponsorbalk {
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  border-top: 1px solid #f0f0f0;
}




#contentbody {
  display: inline;
  float: left;
  padding: 15px 0 75px 0px;
  width: 100%;

}

.leftbar_content{
  float: left;
  display: inline;
  width: 100%;
  min-height: 200px;
  background: #fff;
  border: 1px solid #ddd;
}
.leftbar_content>h2{
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 5px 25px;
  line-height: 32px;
}


.single_stuff{
  float: left;
  display: inline;
  width: 96%;
  margin-left: 2%;
  margin-bottom: 30px;
  background: #fff;
  border-bottom: 2px solid #f0f0f0;
}
.single_stuff_img{
  float: left;
  display: inline;
  width: 75%;
  background: #0a529e;
  min-height: 95px;
}
.single_stuff_img a{
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single_stuff_img img{
  max-width: 75%;
}

.single_stuff_article {
  float: left;
  display: inline;
  width: 100%;
  background-color: inherit;
}
.single_sarticle_inner{
  background-color: inherit;
  display: inline;
  float: left;
  padding: 20px 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.stuff_category {
  background-color: #7198bf;
  border-radius: 3px;
  color: #fff !important;
  font-size: 14px;
  margin: 0px 0px 0 0;
  padding: 5px 8px;
  text-align: center;
  position: absolute;
  right:10px;
  top:10px;
}

a.stuff_category:hover{
  color: #fff !important;
  text-decoration: none !important;
}

.stuff_article_inner{
  float: left;
  display: inline;
  width: 100%;
}
.stuff_date {
  color:#0a529e;
  margin-right: 5px;
}
.stuff_date strong{
  font-size: 20px;
}
.stuff_article_inner h2{
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 0px 10px 0px;
}
.stuff_article_inner h2>a{
  color: #0a529e;
}
.stuff_article_inner p{
  line-height: 1.5em;
  padding: 10px 0;
  text-align: normal;
    color:#333;
}
.stuff_article_inner img {
  max-width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  float:left;
  margin-top: 10px; margin-right: 10px;
  margin-bottom:10px;
}

.middlebar_content{
  float: left;
  display: inline;
  width: 126%;
  background-color: #fff;
  min-height: 200px
}
.middlebar_content>h2{
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin:0px;
  padding: 5px 25px;
  line-height: 32px;
}
/*home*/
.rightbar_content_home{
  float:right;
  display: inline;
  width: 100%;
  min-height: 200px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #ddd;
}
.rightbar_content_home>h2{
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 5px 25px;
  line-height: 32px;
}
/*second*/
.rightbar_content{
  float:right;
  display: inline;
  width: 92%;
  min-height: 200px;
  background: #fff;
  border: 1px solid #ddd;
}
.rightbar_content>h2{
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 5px 25px;
  line-height: 32px;
}

.stuffpost_paginatinonarea {
  display: inline;
  float: left;
  padding: 0 15px;
  width: 100%;
}
.newstuff_pagnav{
  text-align: left;
}
.newstuff_pagnav li{
  display: inline-block;
}
.newstuff_pagnav li a{
  display: inline-block;
  background: none repeat scroll 0 0 #333;
  border-radius: 5px;
  color: white;
  margin: 0 2px 0 0;
  padding: 10px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.newstuff_pagnav li a:hover,.newstuff_pagnav li a:focus,.newstuff_pagnav li a.active_page{
  background-color: #0a529e;
  outline: none;
}
/* Bestuur */

.bestuur{
	background:#f0f0f0;
  height:450px;
	margin-bottom: 30px;
}
.bestuur, .thumbnail{
	padding:5%;
	border:none;
}
/* Vacature*/

.vacature-overzicht{
    background:#f0f0f0;
    height:200px;
    margin-bottom:30px;

}
/*start middle bar css*/
.middlebar_content_inner {
  display: inline;
  float: left;
  padding: 0px;
  width: 100%;
  margin-bottom: 30px;
}
.middlebar_nav{
  padding: 0;
  margin: 0;
}
.middlebar_nav li {
  display: block;
  float: left;
  margin-bottom: 5px;
  width: 100%;
  background-color: #fff;


}
.middlebar_nav li:hover {

  background-color: #0a529e;

}
.middlebar_nav li a{
  display: block;
  text-decoration: none;
}

.middlebar_nav li a:hover {
  display: block;
  text-decoration: none;
  color:#fff;
}
.middlebar_nav li a.active{
  background: #7198bf;
  color:#fff;
}

.mbar_title {
  color: #666;
  display: block;
  float: left;
  font-size: 15px;
  width: 100%;
  height:100%;
  padding:15px 10px;
  font-weight: 600;
}

.popular_categori{
  float: left;
  display: inline;
  width: 100%;
  border-left: 1px solid #bebebd;
    border-right: 1px solid #bebebd;
}
.popular_categori > h2 {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  color: #fff;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  padding: 5px 25px;
  width: 100%;
}
.poplr_catgnva {
  float: left;
  padding: 20px 15px;
  width: 100%;
}
.poplr_catgnva li{
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.poplr_catgnva li a{
  display: block;
  font-size: 15px;
  text-decoration: none;
  font-family: arial;

}
.poplr_catgnva li a:hover{
  color: #7dc34d;
}

/*start right sidebar*/
.single_blog_sidebar{
  float: left;
  display: inline;
  width: 96%;
  margin-left: 2%;

  padding: 0px;
  background: #ffffff;
  margin-bottom: 30px;
  border-bottom: 2px solid #f0f0f0;

}
.single_blog_sidebar > h2 {
  color: #7198bf;
  font-size: 18px !important;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.single_blog_sidebar > h2 a {
  color: #0a529e !important;
}

.single_blog_sidebar_inner > h2 {
  color: #7198bf;
  font-size: 18px !important;
  font-weight: 500;
  height: auto;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}


.single_blog_sidebar_inner{
  padding:5%;
}

.single_block {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.single_block.half {
  display: inline-block;
  width: 49%;
}
.single_block.half-right {
  width: 49%;
  margin-left: 2%;
  float: right;
}
.single_block a {
  background-color: #7198bf;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  display: block;
  color: #fff;
}
.single_block a:hover,
.single_block a:focus {
  background-color: #0a529e;
}
h3.event-heading {
  padding-bottom: 2.5px;
  margin: 0 0 5px;
  font-size: 18px;
}
h3.event-heading a {
  color: #7198bf;
}
h3.event-heading a:hover {
  text-decoration: none;
}
.btn-theme {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #7198bf;
}

.btn-theme:hover,
.btn-theme:focus {
  background-color: #133E86;
  color: #fff;
  text-decoration: none;
}

.btn-group-theme {
  margin: 7.5px 0;
}

.btn-group-theme a {
  margin-bottom: 7.5px;
}

.featured_nav{}
.featured_nav li{
  float: left;
  width: 100%;
  background-color: #fff;
  padding-bottom: 32px;
  margin-bottom: 30px;
}
.featured_img{
  display: block;
  background:#0a529e;
  min-height: 50px;
}
.featured_img img{
  max-width: 100%;
}
.featured_title{
  background: none repeat scroll 0 0 white;
  margin: 0 15px;
  position: relative;


}
.featured_title>a{
  display: block;
  background-color: #fff;
  margin-top: -30px;
  padding: 20px 15px 10px;
}

/*start popular tags area*/
.poplr_tagnav{}
.poplr_tagnav li{}
.poplr_tagnav li a {
  background-color: #fff;
  color: #bbb7b7;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 6px 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.poplr_tagnav li a:hover{
  background-color: #0a529e;
  color: #fff;
  text-decoration: none;
}

/*FAQ*/
.faq_title{
	background: #7198bf;
	color:#fff;
}
.faq_title a{
	font-weight: 600;
	color:#fff;
}

/*start footer area*/
#footer{
  position: fixed;
  bottom:0px;
  left:0px;
  float: left;
  display: inline;
  width: 100%;
  height:5px;
  background: #0a529e;
  margin-top:2%;
  color:#fff;

}
#footer a{
   color:#fff;
}
/*End footer area*/

/* trainignsschema styling */
.lisatr-category {
  background-color: #0a529e !important;
}
/* end trainingsschema styling */

/*start single page*/
.singlepost_area{
  float: left;
  display: inline;
  width: 100%;
}
.singlepost_content {
  background: #fff;
  display: inline;
  float: left;
  padding: 5%;
  width: 100%;
  margin-bottom: 5%;

}

.singlepost_content img{
  max-width: 100%;
  display: block;
}
.singlepost_content h2{

  line-height: 1.5em;
  margin: 0;
  padding: 0px 0 10px;
  color: #0a529e;
}
.singlepost_content h2 a {
  color: #0a529e;
}
.singlepost_content p {
  background-color: inherit;
  border: 0 none;
  color: #333;
  font-size: 13px;
  line-height: 20.8px;
  margin: 0 0 10px;
  padding: 0;
  text-align: justify;
  vertical-align: baseline;
}
.singlepost_content a {
  color:blue;
}
.singlepost_content blockquote{
  font-family: arial;
  font-style: italic;
}
.singlepost_content ul,
.singlepost_content ol {
  padding: 10px 0 0 10px;
  margin-left: 20px;
}

.singlepost_content ul li {
  list-style: circle;
  margin-bottom: 8px;
}
.singlepost_content_img{
  margin-bottom:15px;
}

.author{
  float: left;
  display: inline;
  width: 100%;
}
.author>a {
  border-radius: 50%;
  display: block;
  float: left;
  height: 100px;
  margin-right: 20px;
  width: 100px;
}
.author a>img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.author>a:hover{
  opacity: 0.75;
}
.author_details {
  float: left;
  display: inline;
  width: 68%;
}

.similar_post_area{
  float: left;
  display: inline;
  width: 100%;
}
.similar_post_area > h2 {
  background: none repeat scroll 0 0 white;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  margin: 0 0 25px;
  padding: 5px 25px;
  width: 100%;
}
.similar_post_area > h2 i {
  color: #0a529e;
  display: inline-block;
  font-size: 25px;
  margin-left: 5px;
  margin-top: 5px;
}
.similarpost_nav {
  text-align: center;
}
.similarpost_nav li {
  display: inline-block;
  width: 30%;
  float: none;
  margin: 0px 1%;
}

.scrollToTop {
  background: none repeat scroll 0 0 #0a529e;
  bottom: 0px;
  color: #FFFFFF;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 5%;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.scrollToTop:hover, .scrollToTop:focus{
  background-color: #7198bf;
  color: #FFFFFF !important;
  text-decoration: none;
  outline: none;
}


/*Gameday*/

#gameday{
  width: 100%;
  height:auto;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 5%;
  padding:5%;
  font-family: 'Source Sans Pro', sans-serif;

}
#gameday .matchday{
  text-transform: uppercase;
  line-height: 1em;
  font-size: 17px;

}
#gameday .matchday .tijdstip{
  color: #848484;
}

#gameday .matchday .competitie{
  color: #0a529e;
}

#gameday .HomeTeam{
  text-transform: uppercase;
  text-align: right;
}
#gameday .AwayTeam{
  text-transform: uppercase;
    text-align: left;
}
#gameday .HomeTeam .TeamName{
  font-weight: 500;
  color:#848484;
  font-size: 17px;
  padding-right: 5%;
}
#gameday .AwayTeam .TeamName{
  font-weight: 500;
  color:#848484;
    font-size: 17px;
      padding-left: 5%;
}
#gameday .location{
  text-align: right;
      font-size: 17px;
}
#gameday .sponsor{
  text-align: right;
  position: relative;
}
#gameday .sponsor img{
  max-width: 30%;
}
#gameday .sponsorcategorie{
    text-align: right;
      text-transform: uppercase;
      color:#848484;
      font-size: 17px;
}
/*------------------------------------ Wedstrijdschema ------------------------------------*/

#wedstrijd_content {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
}
#wedstrijd_info_block_right_locatie_website a {
    color: #000000;
    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 {

    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding: 15px 10px;
    font-weight:600;
}
.overview_column.left .categorie_name {
    float: left;
    background: #0a529e;
    color: #FFFFFF;
    margin: 20px 0px 5px 00px;
    text-align: left;
}
.overview_column.right .categorie_name {
    float: left;
    background: #7198bf;
    color: #ffffff;
    margin: 20px 00px 5px 0px;
    text-align: left;
    padding-right: 10px;
}
.overview_row {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin-bottom: 5px;
    padding: 15px 10px;
    background: #f0f0f0;
    cursor: pointer;

}
.overview_row_visited {
    background: #7198bf;
    color: #FFFFFF;
}
a.team-facebook {
  background-color: #7198bf;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 30px;
  color: #fff;
}
.info-icon {
    background: url('../img/info_icon.png');
    background-position: 0;
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.time-icon {
    background: url('../img/time_icon.png');
    background-position: 0;
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.referee-icon {
    background: url('../img/referee_icon2.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;
    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;
    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%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    display: inline;
    background: #FFFFFF;
    padding: 4%;
    position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.overview_info_block table tr:nth-child(odd)
{
  height:25px;
  line-height: 25px;
  text-indent: 5px;
  background:#efefef;
}
.overview_info_block table tr:nth-child(even)
{
  height:25px;
    text-indent: 5px;
  line-height: 25px;

}
#wedstrijd_info_block_right_locatie_routeLink {
    color: #000000;
    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%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding: 15px 10px;
     margin-bottom: 20px;
     background: #EFEFEF;
}
#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 */
.panel-default {
    border-color: #ddd;
    border:none;
}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.panel-default > .panel-heading {
    background-color: #ddd;
    border-color: #ddd;
    border: none;
    color: #333 !important;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 15px;
}
.team_view_name {
    color: #0a529e;
}
.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%;
    -webkit-box-sizing: border-box;
            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: #000000;
    color: #fff;
}
.no-display {
    display: none;
}
.pointer {
    cursor: pointer;
}
/* End Trainingsschema */

.won-match {
    width: 12px;
    height: 12px;
    background: green;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.tied-match {
    width: 12px;
    height: 12px;
    background: #FFD700;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.lost-match {
    width: 12px;
    height: 12px;
    background: #C50E18;
    border-radius: 6px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
/*Teampagina*/

.spelerblok
{
   width: 23%;
   height:200px;
   float:left;
   margin-right: 2%;
   margin-bottom: 2%;
  position: relative;
   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
           box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
   border-radius: 5px;
}

.spelerblok_foto
{
  width:100%;
  line-height: 165px;
  max-height:165px;
  font-size:300%;
  text-align: center;
  overflow: hidden;
}
.spelerblok_foto img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 165px;
}
.spelerblok_title
{
    width:100%;
    height:35px;
    line-height: 35px;
    text-align: center;
    color: #444;
    background-color:rgba(192,192,192,0.5);
    position: absolute;
    left:0px;
    bottom:0px;
    z-index: 500;
    overflow: hidden;
}
@media (max-width: 991px) {
  .spelerblok {
    width: 48%;
    margin-right: 2%;
  }
}
/* Breadcrumbs*/

.breadcrumb {
    background-color: #f0f0f0;
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom:0px;
    padding: 10px 0px;

}
.breadcrumb .first{
  color: #0a529e !important;
}

/*organisatieschema*/
.theadspecial
{
    padding: 15px 5px !important;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-indent: 0px;
    text-transform: Capitalize;
}
.theadspecial-agenda {
  font-size: 22px;
  text-transform: capitalize;
}
.theadspecial-sub
{
    padding: 10px 5px !important;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-indent: 10px;

}

/*sponsorpagina*/

.sponsoritem{
    width:100%;
    height:200px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border:1px solid #f0f0f0;
}

.sponsoritem_image{
    width: 100%;
    height:150px;
    line-height: 150px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    vertical-align: middle;
}

.sponsoritem_image img{
    max-width: 100%;
    max-height:150px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    line-height: 150px;
    vertical-align: middle;
    display: initial !important;

}
.sponsoritem_title{
  position: absolute;
  left:0px;
  bottom:0px;
  width: 100%;
}
.sponsoritem_title h3{
    background:#7198bf;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color:#fff;
    padding:10px 5px;
    margin:0px;
}
.sponsoritem_title h3 a{
  color:#fff;
  text-decoration: none;
}



/*======================///////////////
      start responsive style
=====================///////////////////////*/

@media(max-width:1199px ){
  .navbar-collapse{padding-right: 0px;}
  .custom_nav li a {font-size: 14px;padding: 15px 6px;}
  .mbar_title {font-size: 14px;width: 100%;}
  .navbar-brand{ width:10%;}
}
@media(max-width:991px ){
  .stuff_category {position: initial; display: inline-block; margin-bottom: 15px;}
  .sponsorbalk .sponsor-slider a {width: 100%;}
  .sponsorbalk .sponsor-slider {height: 50px;}
  .sponsorbalk img {max-height: 40px;}
  .navbar {width: 100%;}
  .custom_nav li a {font-size: 14px;padding: 25px 10px;}
  .custom_nav li {border-right: medium none;}
  .middlebar_content {width: 100%;}
  .rightbar_content{width:100%;}
  .single_stuff_img img {width: 100%;}
  .socialmedia-container {display: none;}

}
@media(max-width:767px ){
  #header{ background:#0a529e !important; }

  .navbar{ padding-top: 0px;}
  .custom_nav{float:left; width: 100%;}
  .custom_nav li{ width: 100%;  text-align: center;}
  .custom_nav li a { width:100%; margin-left:5px;font-size: 14px; padding:10px 5px; border-bottom: 1px solid #fff; text-align: center;}
  .navbar-collapse.in { background:#0a529e;  }
  .topadd_place>a{width: 100%;}

  .affix-top .navbar-brand{
      padding:0;
      padding-left: 5px;
  }
  .affix .navbar-brand{
      padding:0;
      padding-left: 5px;
  }
  .navbar-brand{ left:0px; margin: 0px; padding-top:5px !important; width:20%;}
  .navbar-brand img{  height:40px;}
  .pagebreak{left:50%; 	bottom: -25px;  z-index: 499;  margin-left: -25px;}
  #photobody_half .sponsorbalk,
  #photobody .sponsorbalk {
    height: 50px;

  }
  #photobody_half .sponsorbalk a.sponsor-slider,
  #photobody .sponsorbalk a.sponsor-slider {

    height: 46px;
    padding:2px;
    margin-top: 2px;
  }
  #photobody_half .sponsorbalk img,
  #photobody .sponsorbalk img {
    width:100%;
    max-height: 46px;
    min-height: auto;


  }




}
@media(max-width:480px ){
  body{background-position: -35px 0px; }
  #searchForm input[type="text"] {width: 86%;}
  .stuff_article_inner h2 > a {font-size: 20px;}
  .footer_inner p {float: none;width: 100%;text-align: center;}
  .similarpost_nav li {margin: 0 0 25px;padding: 0 2%;width: 100%;}
}
@media(max-width:320px ){
  .stuff_article_inner h2{line-height: 1em;}
  .stuff_article_inner h2 > a {font-size: 16px;}
}


.nobackground{
  background: none;
-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}

.teamselectie
{
  background: red;
  position: absolute;
  right:0px;
  top:0px;
  height:400px;
  width: 400px;
  z-index: 500;
}



/* Extra kleuren */

.clubkleur{
	color:#0a529e;
}
.clubcolorsecond{
	color:#7198bf;
}
.bordeaux a {
  background-color: #0a529e;
}

/* header */

.header{
	width: 100%;
	height: 80vh;
	overflow: hidden;
	margin-bottom: 0%;
	position: relative;
  top: -75px;
}
.header  .fence {
  width: 100%;
  height: 200px;
  position: absolute;
  left:0;
  top:0;
  font-family: 'Bitter', serif;
  background: rgba(19,19,19,1);
  background: -moz-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(28,28,28,0.88) 12%, rgba(0,0,0,0.82) 18%, rgba(43,43,43,0.71) 29%, rgba(17,17,17,0.6) 40%, rgba(44,44,44,0.5) 50%, rgba(71,71,71,0.39) 61%, rgba(102,102,102,0.25) 75%, rgba(89,89,89,0.12) 88%, rgba(76,76,76,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,19,19,1)), color-stop(12%, rgba(28,28,28,0.88)), color-stop(18%, rgba(0,0,0,0.82)), color-stop(29%, rgba(43,43,43,0.71)), color-stop(40%, rgba(17,17,17,0.6)), color-stop(50%, rgba(44,44,44,0.5)), color-stop(61%, rgba(71,71,71,0.39)), color-stop(75%, rgba(102,102,102,0.25)), color-stop(88%, rgba(89,89,89,0.12)), color-stop(100%, rgba(76,76,76,0)));
  background: -webkit-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(28,28,28,0.88) 12%, rgba(0,0,0,0.82) 18%, rgba(43,43,43,0.71) 29%, rgba(17,17,17,0.6) 40%, rgba(44,44,44,0.5) 50%, rgba(71,71,71,0.39) 61%, rgba(102,102,102,0.25) 75%, rgba(89,89,89,0.12) 88%, rgba(76,76,76,0) 100%);
  background: -o-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(28,28,28,0.88) 12%, rgba(0,0,0,0.82) 18%, rgba(43,43,43,0.71) 29%, rgba(17,17,17,0.6) 40%, rgba(44,44,44,0.5) 50%, rgba(71,71,71,0.39) 61%, rgba(102,102,102,0.25) 75%, rgba(89,89,89,0.12) 88%, rgba(76,76,76,0) 100%);
  background: -ms-linear-gradient(top, rgba(19,19,19,1) 0%, rgba(28,28,28,0.88) 12%, rgba(0,0,0,0.82) 18%, rgba(43,43,43,0.71) 29%, rgba(17,17,17,0.6) 40%, rgba(44,44,44,0.5) 50%, rgba(71,71,71,0.39) 61%, rgba(102,102,102,0.25) 75%, rgba(89,89,89,0.12) 88%, rgba(76,76,76,0) 100%);
  background: linear-gradient(to bottom, rgba(19,19,19,1) 0%, rgba(28,28,28,0.88) 12%, rgba(0,0,0,0.82) 18%, rgba(43,43,43,0.71) 29%, rgba(17,17,17,0.6) 40%, rgba(44,44,44,0.5) 50%, rgba(71,71,71,0.39) 61%, rgba(102,102,102,0.25) 75%, rgba(89,89,89,0.12) 88%, rgba(76,76,76,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c', GradientType=0 );
  z-index:499;
  color: rgb(255, 255 , 255);
  font-size: 50px;
  line-height: calc(25vh - 70px);
  padding-top: 70px;
  text-align: center;
  text-transform: uppercase;
}

.header.small{
	height: 40vh !important;
	overflow: hidden;
 background-size: cover;
   background: no-repeat center center fixed;

}
.header.small img{
	width: 100%;
	overflow: hidden;
}
/* Cycle slider pager */
.header .cycle-pager {
	position: absolute;
	margin-top: calc(80vh - 42px);
	top: 0;left: 0;right: 0;
	z-index: 1029;
	text-align: center;
}
.header .cycle-pager span {
	-webkit-transition: all .25s;
	transition: all .25s;
	font-size: 30px;
	color: #fff;
}
.header .cycle-pager span.cycle-pager-active {
	color: #7faae2;
}
@media (max-width: 991px) {
	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	}
	.header .cycle-pager {
		margin-top: calc(50vh - 28px);
	}
	.header .cycle-pager span {
		font-size: 20px;
	}
}
/* End Cycle slider pager */
.slider-item{
	width: 100%;
	position: relative;
 	height:100vh;
 	padding:0px;
 	margin: 0px;

}
.slider-item-small{
	width: 100%;
	position: relative;
 	height:60vh;
 	padding:0px;
 	margin: 0px;

}
.slider-item-small img{
	width: 100%;
	position: relative;
 	height:60vh;
 	padding:0px;
 	margin: 0px;

}

.slider-item-row{
	position: absolute;
	left: 0;
	right: 0;
	bottom:50%;
	width:100%;
	text-align: left;
	padding: 0 15px;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
  z-index: 550;
}

.slider-item-row h1{
  background: rgba(0, 0, 0, 0.5);
  width: inherit;
  padding:10px 0px 10px 10px;
	color:#fff;
	margin-bottom: 10px;
}
.slider-item-row p{
	background: rgba(0,0,0,0.6);
	max-width:500px;
	display: table-cell;
	display: none;
	padding:10px 10px;
	font-weight: 600;
	margin-bottom: 10px;
	color:#fff;

}

.nieuws-btn {
  padding: 5px 10px;
}

.overlay {
  position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
top: 0;
left: 0;
}

@media (max-width: 991px) {
.header.small {
    height: 20vh !important;
    min-height: 60px !important;
    padding-top: 0vh;
}
}

@media (max-width: 1050px) {
.header.small {
    height: 25vh;
    min-height: 60px;
    padding-top: 0vh;
}
.header {
  top: 0;
}
}


@media (max-width: 1150px) {
  .navbar {
      background: #0a529e !important;
  }
	.header,
	.slider-item {
		height:30vh;
		min-height: 250px;
		background-attachment: scroll !important;
	}
	.header.small {
		height:10vh !important;
		min-height: 60px !important;
		padding-top:0vh;
	}
	.slider-item-small {
		height:15vh !important;
	}
	.caption h3 a.extra-color,
	.slider-item-row h1 {
		font-size: 20px;
		word-break: break-word;
	}

	#photobody{
		height:300px;
		background:transparent;
	}
	.navbar-brand img {
		max-height: 45px;
	}
	.navbar-brand {
		position: inherit;
	}
	.navbar-nav {
		float: none;
		padding: 0 15px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
		padding-left: 40px;
	}
	.nav>li>a:hover,
	.nav>li>a:focus {
		color: #fff;
	}
	.dropdown-menu>li {
		border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
	}
	.navbar-main .search i {
		padding-left: 0;
		padding-bottom: 0;
		border: none;
	}
}
@media (max-width: 1150px) {
  #header {
      background: #0a529e !important;
  }
	.navbar-collapse.in {
		overflow-y: auto !important;
	}
	#navbar {
		margin: 0 -15px;
	}
	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 1150px) {

	body{
		padding-top: 0;
	}
  #header {
      background: #0a529e !important;
  }
	.navbar-main{
		width: 100%;
    height: 150px;
		border: 0; /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 22, 49, 0.5)), to(transparent));
    background: linear-gradient(rgba(6, 22, 49, 0.5), transparent); /* Standard syntax */
	}
	.navbar-main.tiny {
		height: 62px;
	}
	.nav-bg{
		position: absolute;
	    background-color: #fff;
	    opacity: 0;
	    width: 100%;
	    height: 100px;
	    z-index: -1;
	    top: 0;
	    left: 0;
	    -webkit-transition: height .3s;
	    transition: height .3s;
	}
	.navbar-header{
		border: 0;
	}
	.navbar-main .navbar-header{
		margin-top: 25px;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.navbar-main.tiny .navbar-header{
		margin-top: 0;
	}
	.nav>li>a{
		-webkit-transition: all .3s;
		transition: all .3s;
		-webkit-transition: border .1s;
		transition: border .1s;
		color: #ccc;
	}
	.navbar-main.tiny .nav.navbar-right>li>a>i{
		color:#88afde;
	}
	.navbar-main.tiny .search i {
		border-left: 1px solid #cccccc;
	}
	.nav>li>a:hover{
		color: #efefef;
	}
	.nav .open>a,
	.nav .open>a:focus,
	.nav .open>a:hover{
		background-color: rgb(127, 170, 226);
		border-bottom: 3px solid;
		color: #fff !important;
	}
	.navbar-main .nav>li>a {
		padding: 16px 11.5px;
		font-weight: normal;
		margin: 30px 0;

	}
	.navbar-main.tiny .nav>li>a {
		padding-top: 21px;
		color: #cccccc;
		padding-bottom: 18px;
		margin: 0;
	}
	.navbar-main.tiny .nav>li:hover>a{
		color: #ccc;
	}
	.navbar-nav>li>.dropdown-menu{
		top:74%;
		padding: 0;
	}
	.navbar-main.tiny .navbar-nav>li>.dropdown-menu{
		top:100%;
	}
	.navbar-main.tiny .nav-bg {
	    background-color: #fff;
	    opacity: .98;
	    height: 62px;
	    border-bottom: solid 1px rgba(34,34,34,0.1);
	}
	.sponsors-list>.sponsor-block{
		float: left;
		width: 49.80%;
	}
	.sponsors-list>.sponsor-block:nth-child(even){
		margin-left: 0.4%;
	}
	.leftbar-content.sponsor h2,
	h3.sub-title.sponsor {
		margin-bottom: 5px;
	}
	.navbar-form{
		float: left;
	}
	.jumbotron-sub{
		padding: 40px;
		border: 0;
	}
	.jumbotron-sub .col-sm-4 ~ .col-sm-4 h3{
		border: 0;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand{
		margin-left: 0;
	}
	.navbar-main .navbar-header{
		padding: 0 30px;
	}
	.lisa-row>[class*="lisa-col"]{
		float: left;
	}
	.lisa-row>[class*="lisa-col-sm"][class*="6"]{
		width: 50%;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/* Alle sponsoren */
.all-sponsor-item{
	background: #f0f0f0;
	padding:3%;
	margin-bottom: 5%;
}

.sponsoritem_image{
	height:150px;
	width:100%;
	background: #fff;
	line-height: 150px;
	text-align: center;
}

.sponsoritem_image img{
	max-width: 100%;
	max-height: 150px;
	vertical-align: middle;

}
.sponsoritem_title
{
	background:#7FAAE2;
	width:100%;
	padding: 15px 10px;
}
.sponsoritem_title a
{
		font-weight: 600;
		color:#fff;
		text-decoration: none;
		display: block;
}


.responsiveIframe {position:relative; max-width: 300px;}
.responsiveIframe .ratio {display:block; height:auto; width:100%;}
.responsiveIframe iframe {height:100%; left:0; position:absolute; top:0; width:100%;}

.navbar-toggle {
  margin-top: 20px;
}

.stoplicht {
  padding: 20px;
}
