.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) {

}

/* 
 * News
 */
.website-news-items-widget .news-item {
  display: flex;
  flex-direction: column;
}

.website-news-items-widget .news-item-image-div {
  height: 250px;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.website-news-items-widget .news-item.border,
.calendar-event.border {
  border: 0 !important;
}

.website-news-items-widget .news-image-container {
  width: 100%;
}

.website-news-items-widget .news-item-image-div {
  min-height: 250px;
}

.website-news-items-widget .news-content-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.website-news-items-widget .news-short-description {
  margin-top: auto;
  font-weight: 500;
}


.website-news-items-widget .news-title {
  padding-top: 0.5rem;
}

.website-news-items-widget .news-title a {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 1.1rem;
  text-decoration: none;
  color: var(--text-color-theme);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.website-news-items-widget .news-title a:hover {
  color: var(--link-text-color);
}

.website-news-items-widget .news-date {
  font-size: 0.8rem;
}

.website-news-items-widget .news-short-description-content,
.website-news-items-widget .news-read-more {
  font-weight: 300;
  margin-top: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.website-news-items-widget .news-body img {
  max-width: 100%;
  height: auto;
}

.side-container .website-news-items-widget .news-item {
  flex-direction: row;
  margin-bottom: 24px;
}

.side-container .website-news-items-widget .news-title {
  padding-top: 0;
}

.side-container .website-news-items-widget .news-item-image-div {
  max-height: unset;
  min-height: unset;
  height: unset;
}

.side-container .website-news-items-widget .news-title a {
  font-size: 0.8em;
}

.side-container .website-news-items-widget .news-short-description {
  display: none;
}

/* News detail page - Full width image */
.news-spinner {
  color: var(--text-color-dark);
  margin: 0 auto;
}

.website-news-item-details .news-title {
  margin-top: 20px;
  font-size: 2.5rem;
}

.website-news-item-details .col-md-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.website-news-item-details .col-md-3 img {
  max-width: 50%;
  max-height: 50%;
  aspect-ratio: 16/8;
  object-fit: contain;
}

.website-news-item-details .col-md-9 {
  padding-inline: 1rem;
}