/*
Oranje:   #009EE2;
Blauw:  #000000;
*/


img {
  width: inherit;  /* Make images fill their parent's space. Solves IE8. */
  max-width: 100%; /* Add !important if needed. */
  height: auto;    /* Add !important if needed. */
}

body {
	/*font-family:'UniversLTW01-57Condense 723821';*/
  font-family: "Source Sans Pro",arial,sans-serif;
  font-size: 20px;
  background-color: #fff;
  padding-bottom: 30px;
}

html,body{height:100%;}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1 {
  text-transform: uppercase;
}

h1, h2 {
  color: #009EE2;
  line-height: 135%;
}

p {
  margin: 20px 0px;
  text-align: justify;
  line-height: 165%;
  font-size: 24px;
}

h3, h4, h5, h6 {
  color: #000000;  
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #009EE2;
}

a:active, a:focus, a:visited, {
  color: #000000;
}

.xcarousel-caption {
    color: #FFFFFF;
    left: 0;
    bottom: 50px;
    padding: 10px 25px 10px 25px;
    position: absolute;
    text-align: left;
    text-shadow: none;
    background-color: #009EE2;
}
.xcarousel-caption h1 {
  color: #fff;
  text-transform: uppercase;
  line-height: 110%;
  margin: 10px 0px 10px 0px;
}
.xcarousel-caption h2 {
  color: #fff;
  margin-bottom: 0px;
}

.xcarousel-caption p {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.xcarousel-caption .btn {
    text-shadow: none;
}

@media (max-width: 767px) { 
  .xcarousel-caption {
    color: #FFFFFF;
    left: 0;
    padding: 10px 10px 10px 20px;
    position: absolute;
    text-align: left;
    text-shadow: none;
    z-index: 10;
    background-color: #009EE2;
    min-width: 225px;
    bottom: 0;
    top: inherit;
}

.xcarousel-caption h1 {
    font-size: 30px;
    margin: 0px 0px 10px 0px;
    display: none;
}

.xcarousel-caption h2 {
    font-size: 28px;
    margin-top: 10px;
}

.xcarousel-caption p {
    font-size: 20px;
    margin-bottom: 10px;
}

}

.my-fluid-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  clear: both;
}

.my-fluid-container-home {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

#content-section {
  margin-top: 20px;
  padding-bottom-bottom: 30px;
}

.no-gutter {
    padding-left:0;
    padding-right:0;
}

.xjumbotron {
  padding: 20px 10px 20px 10px;
  margin-bottom: 0px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: transparent;
  position: absolute;
  z-index: 999;
  bottom: 0;
}
.xjumbotron h1 {
  line-height: 110%;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 26px;
}
.xjumbotron p {
  line-height: 1.4;
  margin: 0px;
}
.container .xjumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 1600px) {
  .xjumbotron h1 {
    font-size: 32px;
  }

  .xjumbotron {
    padding: 30px 10px;
  }
}

.btn-primary {
  color: #009EE2;
  background-color: #ffffff;
  border-color: #357ebd;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-lg {
  font-size: 20px;
}

.btn-primary:visited {
  color: #009EE2;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #009EE2;
  border-color: #285e8e;
}

.btn-primary:hover {
  background-color: #000000;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}


/* Navigatie */
.navbar-default {
    background-color: #FFFFFF;
    border-color: #E7E7E7;
}

/*.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 0px 25px 0px 10px;
}*/

.navbar-nav > li > a {
    padding-bottom: 40px;
    padding-top: 40px;
    text-transform: uppercase;
    font-size: 24px;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
    font-family: "Source Sans Pro",arial,sans-serif;
    font-weight: 700;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #009EE2;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #009EE2;
}


.fill{
    width:100%;
    height: 100%;
  }



/* keep full widget on smaller screens */
@media (max-width: 767px) { 
  body {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}
}

.carousel {
    position: relative;
}

.logo {
  float: right;
  margin-right: 30px;
  margin-top: 15px;
  width: 50px !important;
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .logo {
  display: none;
}
  }

@media screen and (min-width: 768px) {
  .navbar-brand {
  display: none;
}
  }

/*.navbar-brand {
  padding: 0px;
  margin-left: 20px;
  width: 225px;
  height: 50px;
  background: url('../img/logo_mobile.png') ;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.navbar-brand {
background: url('../img/logo_mobile_2x.png');
background-size: 225px 50px;
}
 
}*/

.btn {
  text-decoration: none;
}

.speler {
  height: 100%;
  position: relative;
}


.speler-content {
  height: 60%;
  position: relative;
}


.gallery-item img {
  max-width: 100%;
}

.gallery-item {
  margin-bottom: 0px;
}

.schaduw {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.overzichth1 {
    font-size: 42px;
  }

@media (max-width: 767px) { 
  .overzichth1 {
    font-size: 30px;
  }
}

[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
}

[class*="navigation"] .nav-previous {
    float: left;
    text-align: left;
}

[class*="navigation"] .nav-previous, [class*="navigation"] .nav-next {
    width: 50%;
    background-color: #000000;
    color: #fff;
    padding: 10px;
}

[class*="navigation"] .nav-previous a, [class*="navigation"] .nav-next a {
    color: #fff;
    text-decoration: none;
}

#content-section {
  font-size: 40px;
  line-height: 120%;
  padding-bottom: 50px;
}

#content-section h2 {
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
}

#content-section h3 {
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 50px;
}

@media (max-width: 767px) { 
  #content-section h2 {
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
}

#content-section p {
  line-height: 150%;
  text-align: left;
  font-size: 18px;
}
}

.actie {
  position: absolute;
  top: 300px;
}

.modal-backdrop.in {
  opacity: 0.5 !important;
}

.modal-title {
  text-transform: uppercase;
  line-height: 120%;  
}

.modal-content p {
  font-size: 18px;
}

.modal-content img {
  display: block;
}

.actiebutton {
  border: 1px solid #ccc;
}

.actiebutton a {
  text-decoration: none;
  color: #000000;
}

.actiebutton a:hover {
  text-decoration: none;
  color: #fff;
}

.modal-dialog {
width: 400px;
}

.modal-lg {
  width: 850px;
}

.modal-content--tencate {
  border: none;
  border-radius: 0;
  background-image: url(../img/tencate-zwaait-af.jpg);
  background-repeat: no-repeat;
  background-size: 300px 497px;
}

@media (max-width: 767px) { 
.modal-content--tencate {
  background-image: none;
}
}

.modal-content--tencate .modal-header {
  border: none;
}

.modal-content--tencate .modal-body {
  padding-top: 0;
}

.modal-title-tencate {
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 19px;
}

.modal-content--tencate p {
  color: #000000;
  font-size: 16px;
}

.modal-content--tencate p strong {
  font-weight: normal;
}

@media (max-width: 767px) { 
  .modal-dialog {
    width: 300px;
}

.modal-lg {
  width: 400px;
}

.modal-title {
  text-transform: uppercase;
  line-height: 110%; 
  font-size: 26px; 
  margin-bottom: 10px;
}

.modal-content p {
  font-size: 14px;
  margin-top: 0px;
}
  }

.actielogo {
  max-width: 100%;
}

.actie-menu-item {
  background-color: #009EE2;
  color: #fff;
}

.actie-menu-item > a {
  color: #fff !important;
}

.actiepagina {
  padding-top: 50px;
}

.actietekst {
  margin-bottom: 10px;
}

.actiepagina p {
  color: #000000;
  font-size: 20px;
}

.actiepagina h1 {
  line-height: 100%;
  font-size: 44px;
}

.actieform {
  margin-top: 50px;
}

label {
display: inline-block;
margin-bottom: 5px;
font-weight: normal;
color: #000000;
}

.wpcf7-form .control-group p {
  line-height: 1px;
  margin: 0;
}

.ditisdeclass {
  font-size: 16px;
}

.wpcf7-response-output {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}

.page-id-230 {
  background-color: #ECEDED;
}

.formfileupload {
  margin-bottom: 10px;
}

.form-control {
  font-size: 18px;
}

.fixed-footer {
  border-top: 1px solid #ccc;
  line-height: 30px;
  padding: 0px 20px;
  color: #87888A;
  text-align: right;
  min-height: 30px;
  height: 30px;
}

.fixed-footer a{
  color: #87888A;
}

.fixed-footer a:hover{
  color: #000000;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0px;
}



.wpcf7-list-item-label {
  font-size: 16px;
}

#nav-below {
  height: 50px;
  margin-bottom: 50px;
}

.homecaption {
}

.actievisual {
  height: 100%;
  width: 100%;
  margin-bottom: 40px;
}

#primary {
  padding-bottom: 
}

.leesmeer {
  padding-top: 40px;
  margin-bottom: 100px;
  clear: both;
}

.page-id-10 .speler {
	background-position: top 0px left -80px;
}


.backstretch img {
  top: 0!important;
}