
/* 03.06.2024;Psc */
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	font-family:"Arial";
	color:#3f3f3f;
}

/* 18.06.2024;Psc */
.CxButton {
	border-color: black;
	box-sizing: border-box;
	border: solid 1px black;
	border-radius: 3px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
    outline-color: currentcolor;
    outline-style: none;
    outline-width: 0px;
}

/* 02.06.2024;Psc */
.eds_contentBellowBackground {
	background-color: white;
}

.edn_readMoreButton {
    float:left; /* 21.04.2024;Psc */
	border-color: black !important;
	/* text-decoration: underline !important; */
}

/* 21.04.2024;Psc */
.edn_readMoreButton:hover{
	background-color: #fff !important;
}

/* 21.04.2024;Psc */
.eds_subCollection_news,
.edn_article,
.edn_articleDetails,
.edn_articleTitle,
.edn_articleSubTitle,
.edn_articleTags {
	color: black  !important ;
}

/* 03.06.2024;Psc */
.eds_news_NewsMagazine.eds_subCollection_news h1, 
.eds_news_NewsMagazine.eds_subCollection_news h2, 
.eds_news_NewsMagazine.eds_subCollection_news h3, 
.eds_news_NewsMagazine.eds_subCollection_news h4, 
.eds_news_NewsMagazine.eds_subCollection_news h5, 
.eds_news_NewsMagazine.eds_subCollection_news h6, 
.eds_news_NewsMagazine.eds_subCollection_news th, 
.eds_news_NewsMagazine.eds_subCollection_news .in_article_image .image_title {
	font-family:"Arial" !important;
	color:black !important;
}


/* 10.05.2024;Psc */
.eds_subCollection_news a,
.edn_article a,
.edn_articleDetails a,
.edn_articleTitle a,
.edn_articleTags a {
	color: black !important;
	text-decoration: underline !important;
}

/* 10.05.2024;Psc */
.NoUnderline {
	text-decoration: initial !important;
}

/* 21.04.2024;Psc */
.myBorder {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}

/* 21.04.2024;Psc */
.myBorder:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}

/* 10.05.2024;Psc */
img {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

/* 10.05.2024;Psc */
img:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}

/* 16.05.2024;Psc */
.ImgNoBorder {
  box-shadow: initial !important;
}

/* 12.06.2024;Psc */
ul {
	list-style-image: url('https://www.codx.ch/cms/portals/0/Bilder/ul_spickel.png');
	padding-left: 13px;
}

