.dialog-gallery.invisible {
    visibility: hidden !important;
}

/* ----- GALLERY ----- */
.gallery {
    width: 700px;
}

.gallery .source {
    display: none;
}

.gallery .slider,.gallery .pagination {
    display: inline;
}

.gallery .slider li,.gallery .pagination li {
    list-style: none;
    float: left;
}

.gallery .slider li {
    width: 319px;
    height: 194px;
    border: 3px solid #ccc;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 1px;
}

.gallery .slider li img {
    width: 319px;
}

.gallery .slider li.odd {
    margin-left: 20px;
}

.gallery .pagination li+li {
    margin-left: 2px;
}

.gallery .pagination li a {
    text-decoration: none;
    padding: 2px 5px;
    border: 2px solid transparent;
    display: block;
    margin-bottom: 20px;
    color: #797979;
}

.gallery .pagination li a.active {
    border: 2px solid #ccc;
    color: #0083cb;
}

.lightbox .next_image,
.lightbox .prev_image {
    position: absolute;
    outline-style: none;
    z-index: 1004;
    display: block;
    height: 30px;
    width: 40px;
    background: #fff;
    opacity: 0.7;
    border-radius: 9px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    margin-top: -18px;
    margin-left: 5px;
    text-decoration: none;
}
.lightbox .next_image {
    right: 5px;
}
.illu {
	margin-bottom: 30px;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.illu__image {
	margin: 0 auto;
	max-width: 90%;
}

.row--flex {
	display: flex;
	flex-wrap: wrap;
}

.illu__text {
	font-size: 13px;
	line-height: 1.2;
}

@media screen and (min-width:500px) {
	.illu__text {
		font-size: 20px;
	}
}



#articleList {
	width: 100%;
}

#articleList h1 {
	font-size: 18px;
	text-transform: normal;
}

#articleList .newsPagination a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	border: 1px solid gray;
}

#articleList .newsPagination a:hover {
	background: #cccccc;
}

#articleList .newsPagination a.active {
	background: black;
	color: white;
}

#articleList .newsArticle {
	width: 100%;
}

#articleList p.artDate {
	font-style: italic;
	float: left;
}

#articleList p.artAuthor {
	float: right;
}

#articleList h2 {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 14px;
	padding: 10px 0 0 0 ;
}

#articleList .artImage {
	float: left;
	margin-right: 30px;
	border: 1px solid black;
}

#articleList .artImage img {
	display: block;
}

#articleList p.linkMore {
	clear: both:
}

#articleList p.linkOverview {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.tel-socials {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tel-socials__icon {
	display: inline-flex;
    max-width: 24px;
    border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.tel-socials__icon img {
	width: 100%;
}
