.btn-primary, .my-env .btn-primary { 
  background-color: #00204B !important; 
  border: 0; 
  color: #fff !important; 
} 

.btn-primary:active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:focus, 
.btn-primary:hover, 
.my-env .btn-primary:hover { 
  background-color: #d40029 !important; 
  color: #fff !important;
}

.foys-footer {
  background: #d40029 !important;
  color: var(--primary-color-contrast)!important;
  max-width: none;
}

.foys-footer a {
  color: var(--primary-color-contrast)!important;
}

.content-center {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}


.nieuws_img {
  max-width:250px;
}

/*
body{
  background-color:#00204B;
}
*/


/* nieuws fotos overzicht passend */
.website-news-items-widget .news-item-image-div {
  max-height: 250px;
  background-size: contain;
  min-height: 150px;
  background-position: bottom left;
}


@media (min-width: 1025px) {
  /* nieuws fotos details foto half op PC */
  .website-news-item-details .col-md-3 {
    flex: 0 0 50%;
  }
}
/* Tablet (iPad/Android tablets, staand & liggend) */
@media (min-width: 769px) and (max-width: 1024px) {
 
}

/* Mobiel */
@media (max-width: 768px) {

}