span.badge.bg-danger.featured-article-badge {
    display: none;
}

#tablestyle {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  text-align: center;
}

#tablestyle td, #tablestyle th {
  border: 1px solid #000000;
  padding: 5px;  
 font-weight: bold;
}

#tablestyle p {
  margin-bottom: 0rem;
}

#tablestyle2 tr:nth-child(even){background-color: #f2f2f2;}

#tablestyle2 tr:hover {background-color: #ddd;}

#tablestyle thead {
  padding-top: 12px;
  padding-bottom: 8px;
  text-align: center;
  background-color: #dadada;
  color: black;
}



#jaarkalender {
  border-collapse: collapse;
  width: 1024px;
  font-size: 12px;
  text-align: center;
}

#jaarkalender td, #tablestyle th {
  border: 1px solid #000000;
  padding: 5px;  
 font-weight: normal;
 color: black;
}

#jaarkalender p {
  margin-bottom: 0rem;
}

#jaarkalender tr:nth-child(even){background-color: #e6f1d7;}

#jaarkalender tr:hover {background-color: #ddd;}

#jaarkalender th {
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  border: 1px solid #000000;
  background-color: #C7E0A5;
  color: black;
}

.sp-page-title {
    padding: 150px 0;
    /* height: 400px; */
    /* padding: 10vw 0; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* background-attachment: fixed; */
    background-attachment: scroll;
}

.sp-page-title .sp-page-title-heading {
   /*  font-size: 2.7rem; */
    /* font-size:5vw; */
    @media screen and (min-width: 601px) {
        font-size: 35px;
    }
    
    @media screen and (max-width: 600px) {
        font-size: 25px;
    }
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black , 0 0 25px black, 0 0 5px darkgray;
    word-break: break-word;
    word-wrap: break-word;
}

.sp-page-title .sp-page-title-sub-heading {
    /* font-size: 24px; */
    /* font-size: 2.5vw; */
    @media screen and (min-width: 601px) {
            font-size: 25px;
        }
        
        @media screen and (max-width: 600px) {
            font-size: 18px;
    }
    font-weight: normal;
    line-height: 1;
    margin-top: 10px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkgray;
}

.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 2.0rem; 
}

#sp-header {
   
    height: auto;
}

.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
    color: white; /* #67B2C7;*/
}

