.article-list .article .featured-article-badge { display: none; visibility: hidden;}
.article-details .featured-article-badge { display: none; visibility: hidden;}
.article-intro-image.float-left>a>img {
    	width: 100%;
    	height: 241px;
    	object-fit: cover;
}

.article, .article-list.articles-leading {
	text-align: center;
}

.inlineblock {
	display: inline-block; 
}

.button-image {
	text-align: center; 
	width: 30%; 
	margin: 10px; 
}

.button-image > img {
	border: 2px dashed #009B7A;
	height: 300px; 
	width: 350px;
	object-fit: cover; 
	margin-left: auto;
	margin-right: auto; 
	margin-bottom: 10px;
	border-radius: 1em; 
}

.flex-div {
	display: flex; 
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, li.sp-menu-item > span {
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}

.btn-primary, .sppb-btn-primary {
	border-color: #009B7A;
	background-color: #009B7A;
}

.article {
    
}

@media (min-width: 768px) {
.article-list.articles-leading>* {
	margin: 10px; 
}
}

@media (max-width: 768px) {
.article-list.articles-leading>* {
	display: block;
	width: 90%; 
}

.article {
	margin-left: auto;
	margin-right: auto; 
}

.flex-div {
	display: block; 
}
.button-image > img {
	width: 100%;
	height: 100%;
}
.button-image {
	width: 90%;
	margin-left: auto; 
	margin-right: auto; 
}

.modal-content {
	margin-top: 50%;
}
} 

@media (max-width: 800px) {
#showinformation {
	display: none; 
}
}

.latestnews > li {
    border-top: 1px solid black;
}

@media screen and (max-width: 780px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
