/* Copyright (C) WarpTheme, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: DodgerBlue;
}

.flex-container > div {
  background-color: #f1f1f1;
  /* width: 100px;*/
  max-width: 100%;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  box-flex: 1;
  flex: 1 1 auto;
}
.flex-img {
	max-width: 100%;
}

/* display een flex-wrap row in de homepage */
.hp-flexrow {
    width:100%;
    flex-wrap: wrap;
    padding: 0 4px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  background-color: DodgerBlue;
}

/* display 4 flexcolumns voor de quick links in de homepage */
.hp-flexcolumn4 > div  {
   flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}
/* display 6 flexcolumns voor de sporten in de homepage */
.hp-flexcolumn6  {
    max-width: 140px;
    min-width: 15%;
    height: 100%;
    padding: 0 4px;
    background-color: whitesmoke;
}
.hp-flexcolumn6 img {
    margin-top: 8px;
    width: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: cover;
}

/* CSS voor de homepage */

@media screen and (min-width: 1500px)
{
	.container{
		width: 1480px;
	}

}
.responsive-menu:hover{
	transform: scale(0.95 ,0.95);
}
.flex-container-menu.text:hover{
	transform: scale(1.1 ,1.1);
}
@media screen and (min-width: 1900px)
{
    .flex-container-menu{
		width: 1800px;
    }
    .container{
		width: 1880px;
    }
    .responsive-menu {
		width: 230px;
		height: 150px;
    }
    .responsive-menu2 {
		width: 240px;
		height: 260px;
    }
    .text {
	    font-size: 1.0em;
    }
    .videokata, .img-standen {
	    width: 100%;
	    heigth: auto;
    }

   .pull-left,.pull-right{
	   width:45%;
	   height: auto;
	   max-width:640px;
	   margin-left:8px;
	   margin-right:8px;
   }

}
@media screen and (max-width: 1600px) {
    .responsive-menu {
		width: 210px;
		height: 150px;
    }
    .responsive-menu2 {
		width: 210px;
		height: 210px;
    }
    .text {
	    font-size: 1.0em;
    }
    video ,.img-standen {
	    width: 100%;
	    heigth: auto;
	    max-width:800px;
    }

   .pull-left,.pull-right{
	   width:45%;
	   height: auto;
	   max-width45%;
	   margin-left:8px;
	   margin-right:8px;
   }
}
@media screen and (max-width: 1000px) {
    .responsive-menu {
          display: block;
          max-width:240px;
          max-height:180px;
          width: auto;
          height: auto;
	/*	width: 280px;
		height: 120px; */
    }
    .responsive-menu2 {
		width: 280px;
		height:100px;
    }
    .text {
	    font-size: 0.70em;
    }
    table {
	    font-size: 0.70em;
    }
    .container{
	    overflow-x: auto;
	    overflow-y: auto;
    }

    .contact-form{
	    padding: 10px  30px;
    }
    tr.cat-list-row0, tr.cat-list-row1{
	    font-size: 1.4em;
    }
	.osol_captcha_td{
	font-size: 1.5em;
    }

   .pull-left,.pull-right{
	   width:45%;
	   height: auto;
	   max-width45%;
	   margin-left:8px;
	   margin-right:8px;
   }
}


@media screen and (max-width: 479px) {
	/* iPhone 7 en 8 portrait */
   .responsive-menu  {
          display: block;
          max-width:240px;
          max-height:180px;
          width: auto;
          height: auto;
    }

    .responsive-menu2 {
		width: 640px;
		height: 75px;
    }
    .text {
	    font-size: 0.75em;
    }
    table {
	    font-size: 0.55em;
    }
    .container{
	    overflow-x: auto;
	    overflow-y: auto;
    }
    .contact-form{
	    padding: 1px 1px;
    }
    dd span {
	margin-left: 8px;
   }
   .dl-horizontal dd {
       margin-left: 180px;
    }
    .dl-horizontal dt {

            float: left;
            width: 160px;
            overflow: hidden;
            clear: left;
            text-align: right;
            text-overflow: ellipsis;
            white-space: nowrap;
    }
    .body-innerwrapper{
	    font-size: 0.90em; 
    }
    tr.cat-list-row0, tr.cat-list-row1{
	    font-size: 2.0em;
    }
    .osolCaptchaBlock{
	margin-left: 10px;
	margin-right: 10px;
   }
.osol_captcha_td{
	font-size: 2.0em;
   }
   .pull-left,.pull-right{
	   width:300px;
	   height: auto;
	   max-width:300px;
	   margin-left:8px;
	   margin-right:8px;
   }

}


.responsive-menu {
    max-width: 100%;
/*    height: auto; */
/*	width: 220px;
	height: 165px; */
}
.responsive-menu2 {
    max-width: 100%;
}
.flex-container-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
/*  background-color: Whitesmoke; */
}

.flex-container-menu2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: whitesmoke;
}

.flex-container-menu > div {
  /* background-color: #f1f1f1; */
  background-color: white;
  /*width: 220px; */
  margin: 10px;
  text-align: center;
  line-height: 1.25;
  font-weight: 600;
  font-size: 28px;
  opacity:1.0;
}
 .flex-container-menu2 > div {
  background-color: #f1f1f1;
  /* width: 260px; */
  margin: 10px;
  text-align: center;
  line-height: 1.25;
  font-weight: 600;
  font-size: 28px;
  }

.flex-container-menu > .text {
    left: 0;
    position:absolute;
    text-align:center;
    top: 30px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.flex-container-menu2 > .text {
    left: 0;
    position:absolute;
    text-align:center;
    top: 30px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
/* Modified from template.css */
#sp-main-body {
    padding: 4px 0;
}

div.yendifplayer.white video.vjs-tech {
	max-width: 800px;
	max-height:600px;
}
video::-internal-media-controls-download-button {

    display:none;

}

video::-webkit-media-controls-enclosure {

    overflow:hidden;

}

video::-webkit-media-controls-panel {

    width: calc(100% + 30px); /* Adjust as needed */

}
.articleBody{
	color: #000000;
}
/* Fix voor contactformulier */
div.contact h3,
div.contact >div.page-header{
	padding: 0px;
	height: 0px;
	visibility: hidden;
	margin: 8px 0 4px;
}
.contact-form .control-label{
	max-width: 110px;
}
.contact-form div.controls{
	margin-left: 110px
}

.contact-form input, .contact-form legend{
	max-width: 100%;
	margin-bottom: 2px;
}
ul.category {
	list-style-type:none;
	padding: 0;
	max-width: 95%;
}
span.star{
	color:red;
}
span.jicons-text, span.contact-telephone{
	margin: 8px;
}
dd span {
	margin-left: 0px;
}
.registration{
	line-height: 1.2;
}
#osolCatchaTxt0 {
	border-width: 1px;
	border-color: green;
	border-style: solid;
	width: 128px;
	margin: 12px;

}
#osolCatchaTxt0:focus {
    outline: none !important;
    border:1px solid red;
    box-shadow: 0 0 10px #719ECE;
}
#captchaCode0{
	min-width:128px;
	max-width:128px;
}
.osolCaptchaBlock table{
	max-width: 256px;
}
section#sp-bottom{
	padding: 10px;
}
i.fa.fa-bars{
/* 	width: 70px;
	height: 70px; */
	/* background-image: url("/images/bve2019/system/menu-70x70.jpg"); */
}
#offcanvas-toggler > i { color: red !important; font-size: 32px; }
#offcanvas-toggler > i:hover {  color: black !important; }
.kihontable td{
	padding-left:5px;
}
.clearfloat{
	clear:both;
}
form#contact-form{
	padding: 10px;
}

form#contact-form div.control-group{
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.sigFreeClassic li.sigFreeThumb {
    float: left;
    background: #fff!important;
    margin: 0 6px 6px 0;
    padding: 0;
    list-style: none!important;
}

/* MY Image galllery */
.migrow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.migcolumn {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.migcolumn img {
  margin-top: 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100%,auto;
   width:100%;
  display:block;
  height: auto; 
}
img:hover{
	opacity: 0.9;
	transform: scale(1.00);
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .migcolumn {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .migcolumn {
    flex: 100%;
    max-width: 100%;
  }
}

/*
 * Toegevoegd voor captcha
 * */
.osolCaptchaBlock{
	width:100%;
}
.osolCaptchaBlock label{

}
.osolCaptchaBlock table td{

	text-align:center;
}
.osolCaptcha-ajax-loading{
	background: url("/images/bve2019/system/ajax-loader.gif") no-repeat left top transparent;
	min-height:20px;
	padding-left:22px;
}

/*
 * Toegevoegd voor Cookie ALerts
 * */

/* Small devices (tablets) */
@media (max-width: 767px) {
	body #cadre_alert_cookies {
		text-align: center !important;
	}

	body #cadre_alert_cookies > div {
		max-width: 100% !important;
	}

	body #cadre_alert_cookies .cadre_bouton {
		float: none !important;
		display: inline-block;
	}
}
