:root {

--accentColor: #c1272d ;    
--secondColor: #998675 ;    
    
}


.link:hover {
    cursor: pointer;
}

.mod_sibling_navigation_news {
    text-align: right;
}

.sibling-overview {
    background: var(--accentColor);
}

.sibling-next, .sibling-prev {
    background: var(--secondColor);
}
.sibling-next, .sibling-overview, .sibling-prev{
    padding: 15px;
    color: #ffffff;
    border-radius: 5px;
}

#header .inside {
    border-bottom: solid 1px rgba(153,134,117,0.3);
}


.newslist-v4 .h6 {
    font-size: 20px;
}

.newslist-v4 .content {
    height: 100px;
    padding: 10px 15px 0px 15px;
}

newslist-v4 .link {
    padding-bottom: 10px;;
}

.ce_image .image_container img {
	margin-top: 50px;
}

.ce_gallery ul.flex-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ce_gallery ul.flex-gallery li {
    flex: 0 0 calc(100% / 4);
    box-sizing: border-box;
    padding: 5px;
}

.ce_gallery ul.flex-gallery li:first-child {
    flex: 0 0 100%;
}

.ce_hyperlink-extended a.link-sec-color:hover{
    color: #ffffff;
    background: var(--accentColor);
    border-color: var(--accentColor);
}

/* ubuntu-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* portrait and landscape */
@media screen and (min-device-width : 320px) 
and (max-device-width : 480px)  {
    
    .ce_gallery ul.flex-gallery li {
    display: block;
    
}

.mod_sibling_navigation_news {
    text-align: center;
}
    
}