/* ### NEWSBEITRAG */ 
.category-icon {
    display: inline-block;
    width: 140px;
    height: auto;
    vertical-align: middle;
	margin:10px 0px;
}
.category-icon img {
    width: 100%;
    height: 100%;
}
.kategorie-wrapper{
	  justify-content: space-between;
}
.kategorie-wrapper .category-icon {
  display: inline-block;
  width: 100px;
  height: auto;
	margin:0px 0px;
}
.press-headline{
	font-size:3.8rem !important;
	line-height:4rem !important;
	margin-top:-17px !important;
}

/* Presse Personen Kästen */
.press-img {
  height: 200px;
  overflow: hidden;
}
.press-img img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: left center;
  display: block;
}
.presse-linked-in{
	font-weight:700;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  text-decoration: none;
}
.presse-linked-in div p a
{  color: #333 !important;
}
.presse-linked-in div p a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/10/linkedin-logo-fill-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease;
	margin:0px 0px -4px 5px;
}
.presse-linked-in:hover div p a::after {
  transform: scale(1.15);
}

.press-icon-before {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px; 
  cursor: pointer;
  text-decoration: none;
  color: #298FC2;
	font-weight:700;
	padding-top:10px;
}

.press-icon-before::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/uploads/2025/10/download-simple-fill.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
	transform-origin: center;
	margin-left:5px;
}
.press-icon-before:hover::before {
  transform: scale(1.15);
}
	.coeo-start-news-read-more  a{
		font-weight:700 !important;
	}
/* Presse Information Downloads */
.stylegude-download-icons {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 7px;
}
.stylegude-download-icons img {
    width: 28px;
    height: auto;
    display: block;
    transform: scale(1);
    transition: transform 0.3s 
ease;
}
.stylegude-download-icons img:hover {
    transform: scale(1.15);
}
.press-logo{
 width:200px;	
}
.smaller {
	width:170px
}
.styleguide-logo{
	width:250px;
}
.presse-logo-download, .mittig-zentriert{
	align-items:center;
}
.text-end{
	margin-left:-1.5rem; 
}
.press-contact{
	width:160px;
	border-radius:50%;
	float:right;
}

.titel-newsbeitrag{
	font-size:2.3rem;
	margin-top:11px;
}
.w-filter-item-values .w-filter-item-value label input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 2px solid #333;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.w-filter-item-values .w-filter-item-value label input[type="checkbox"]:checked{
  border: 2px solid #333;
	background-color: #298FC2;
	box-shadow: inset 0 0 0 2px #fff;
	transition: all 0.2s ease;
}
.w-filter-item-values .w-filter-item-value label input[type="checkbox"]:before, .w-filter-item-title{
	display:none !important;
}
.filter-news-icon{
	width:50px;
	margin-bottom:10px;
}
.w-filter-item-value {
    margin-bottom: 1rem !important;
}


/* Newsbereich Übersicht */
.coeo-start-news-wrapper{
}
.coeo-start-news-beitragsbild{
	width: 100%;
  aspect-ratio: 16 / 9;
}
.beitragsbild {  
	width: 100%;
  aspect-ratio: 16 / 9;
}
.coeo-start-news-beitragsbild img, .beitragsbild img {
    width: 100%;
    height: 100%;
    object-fit: cover;   
    object-position: center; 
	  display: block;
}

.coeo-start-news-read-more a.w-text-h{
	color:#333 !important;
}
.coeo-start-news-title{
	height:100%;
	display:block;
	overflow:hidden;
	margin-bottom:0px !important;
}
.coeo-start-news-kasten{
	border: 1px solid #333;
	border-top:none;
	min-height: 275px;
    max-height: 275px;
	padding: 11% 9% 11% 11%;
}
.coeo-start-news-trenner{
	height:30px;
}
.coeo-start-news-read-more{
	position: absolute;
    bottom: 30px;
}
.coeo-start-news-read-more a{
	text-decoration:none;
	font-weight:400;
}
.w-grid-item-h:hover .coeo-start-news-kasten .coeo-start-news-read-more a{
	font-weight:700;
}




/* ###  NEWS ÜBERSETZUNG ## */
.news-translation-links {
    display: flex;
    gap: 10px; /* Abstand zwischen den Links */
}
.news-translation-link a {
    display: block;
    padding: 5px 10px;
    background-color: #eee;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
}
.news-translation-link a:hover {
    background-color: #ddd;
}



@media only screen and (max-width:1000px) {
	
/* ### NEWS ### */
	.press-headline {
    font-size: 2.7rem !important;
    line-height: 3.1rem !important;
    margin-top: 0px !important;
}
	.coeo-start-news-kasten{
		padding: 7% 8% 7% 7%;
	}
	.filter-news-icon{
		display:none;
	}
	.coeo-start-news-read-more{
    bottom: 20px;
}
	.coeo-start-news-read-more  a{
		font-weight:700 !important;
	}
	.beitragsbild{
		margin-bottom:-10px;
		margin-top:-3vh;
	}
	.beitrag-inhalt-block{
		flex-direction: column-reverse;
	}
	.futher-inside .owl-item {
     min-width:330px !important;
		width:70vw !important;
    }
	.g-loadmore {
	text-align: left;
}
		
}