[data-bs-theme="light"] {
 & .bg-main-body {
    background: #F1F1F1 !important;
 }

 & .bg-welcome-body {
    background-image: 
    linear-gradient(#FFFFFF, #F8F8F8), 
    linear-gradient(135deg, #800080 0%, #E21F26 50%, #077CC1 100%) !important;
    border: 2px solid transparent !important;
    border-radius: 15px !important;
    background-origin: border-box !important;
    background-clip: padding-box, border-box !important;
 }
 & .text-welcome-text {
    color: #000000 !important;
 }
 & .bg-news-body {
    background-image:
    linear-gradient(#FFFFFF, #FFFFFF), 
    linear-gradient(135deg, #800080 0%, #E21F26 50%, #077CC1 100%) !important;
    border: 2px solid transparent !important;
    border-radius: 15px !important;
    background-origin: border-box !important;
    background-clip: padding-box, border-box !important;
 }
 & .text-news-text {
    color: #000000 !important;
 }
 & .bg-agenda-body {
    background: linear-gradient(135deg, #800080 0%, #E21F26 50%, #077CC1 100%) !important;
 }
 & .text-agenda-text {
    color: #FFFFFF !important;
 }

& .p2000_container {
    width: 100%;
    margin: 0 auto;
}

& article.p2000 {
    background-image:
    linear-gradient(#FDFDFD,#EEEEEE), 
    linear-gradient(135deg, #800080 0%, #E21F26 50%, #077CC1 100%) !important;
    border: 2px solid transparent !important;
    border-radius: 15px !important;
    background-origin: border-box !important;
    background-clip: padding-box, border-box !important;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
}

& .p2000_tijd {
    font-weight: bold;
    color: #000000;
}

& .p2000_sep {
    margin: 0 4px;
    color: #000000;
}

& .p2000_bericht {
    font-weight: 500;
    color: #000000;
}

& .p2000_capcode {
    font-size: 0.95em;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 2px;
}

& .dis-ambu { color: #008000; }
& .dis-brw { color: #ff0000; }
& .dis-pol { color: #0000ff; }
& .dis-lifeliner { color: #e6b800; }
& .dis-knrm { color: #ff6600; }
& .dis-knrm-kwc { color: #ff6600; }
& .dis-kwc { color: #ff6600; }
& .dis-rb { color: #ff6600; }
& .dis-reddingsbrigade { color: #ff6600; }
& .dis-bug { color: #666666; }
& .dis-gmk { color: #666666; }
& .dis-mka { color: #666666; }
& .dis-dares { color: #666666; }
& .dis-gemeente { color: #666666; }
& .dis-groep { color: #666666; }
& .dis-unkn { color: #888888; }

 & .image-card-container {
    border-radius: 13px;
 }

 & .card-img-overlay {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 2;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
 }
 
 & .card-img-overlay > div { 
    pointer-events: auto; 
    border-radius: 4px;
    margin: 0;
 }


 & .icon-calendar {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23000000" d="M120 0c13.3 0 24 10.7 24 24l0 40 160 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-40c0-13.3 10.7-24 24-24zM384 432c8.8 0 16-7.2 16-16l0-64-88 0 0 80 72 0zm16-128l0-80-88 0 0 80 88 0zm-136 0l0-80-80 0 0 80 80 0zm-128 0l0-80-88 0 0 80 88 0zM48 352l0 64c0 8.8 7.2 16 16 16l72 0 0-80-88 0zm136 0l0 80 80 0 0-80-80 0zM120 112l-56 0c-8.8 0-16 7.2-16 16l0 48 352 0 0-48c0-8.8-7.2-16-16-16l-264 0z"/></svg>');
 }

 & .icon-user {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23000000" d="M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-179.2C64.4 288 0 352.4 0 432c0 44.2 35.8 80 80 80h288c44.2 0 80-35.8 80-80 0-79.6-64.4-144-144-144z"/></svg>');
 }
}