@import url("/clients/carenetwork/styles/main.min.css");

/* AW 17.08.2017 Title margin ZD 20433 */
h1.title {
  margin-bottom: 0px;
  margin-top: 20px;
}

body:not(.homepage) .carousel .headerText {
  margin-bottom: 20px;
}

/* AW 18.09.2017 Homebox images ZD 21350 - EVA fixed in code clips */
/*.homeFeaturesWrapper .homeFeatures .homeFeature.homeBox1 img,
.homeFeaturesWrapper .homeFeatures .homeFeature.homeBox2 img,
.homeFeaturesWrapper .homeFeatures .homeFeature.homeBox3 img,
.homeFeaturesWrapper .homeFeatures .homeFeature.homeBox4 img,
.homeFeaturesWrapper .homeFeatures .homeFeature.homeBox5 img,
.homeFeaturesWrapper .homeFeatures .homeFeature.homeBox6 img {
  width: 75%;
  margin-left: 12.5%;
  margin-right: 12.5%;
}*/

/* AW 03.10.2017 Block quote layout ZD 21792 */
blockquote p {
  font-size: 1.2em;
}

/* AW 10.10.2017 Homepage intro text ZD 22067 */
@media screen and (max-width: 1762px) {
  h2.homeFeaturesTitle {
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .homeFeaturesWrapper .homeFeatures .homeHeadlinesIntro {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

/* AW 13.10.2017 Multiple design tweaks ZD 22230 */
.listContent .relatedWrapper {
  display: none;
}

.listedPost:hover a,
.listedPost:hover p,
.listedPostText:hover span.readMore,
.listedPost:hover h2 a {
  color: #009fe3;
}

a:hover, a:link:hover, a:visited:hover {
  color: #009fe3;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

.postContent a {
  text-decoration: underline;
}

#siteSearch{
  margin: 0;
}

/* AW 06.11.2017 Header sizes ZD 23063 */
.postContent h3 {
  font-size: 1.6rem;
}

.postContent h4 {
  font-size: 1.4rem;
}

/* EVA 28.11.17 */

/* AW 11.12.2017 Fix quotes ZD 24279 */
.postContent blockquote::before {
  content: "“";
}

.postContent blockquote::after {
  content: "”";
}

/* SimonM, 19.12.17 Hide some events deets */
.eventsPostBody .postFooterWrapper,
.eventsPostBody .eventWhenWrapper {
	display: none;
}

.eventContent table h3 {
  line-height: 1.3em;
}


  
  
.postContent h3:not(#makeComment) {
  padding: 20px 25px 25px;
}

/* DI 25.05.2018 Hide SMS / Telephone and Post contact channels ZD 29593*/

.contactViaTel {
	display: none;
}

.contactViaSMS {
	display: none;
}

.contactViaPost {
	display: none;
}

/* DI 25.05.2018 cookie message black - change to white ZD 29627*/
.cc-message p {
  color: #fff;
}

/* ZD 43932 */
.partners li {
  margin-bottom: 20px;
}

/* DES4602, DES-4781 */
.listingIntro ul { list-style: disc; }
.listingIntro ul li,
.postContent ul li {
  margin-left: 20px;
  margin-bottom: 0px;
}

/* DES-4782 */
.postContent p {
  margin-top: 0;
}

/* 601551 add LinkedIn icon */
ul.shareList li a.linkedin:before,ul.socialIcons li a.linkedin:before{
  content:'\f0e1'
}
ul.socialIcons li a.linkedin:hover:before{
  color:#87cedc
}

ul.socialIcons li a.twitter::before, ul.shareList li a.twitter::before {
    font-family: "Font Awesome 6 Brands";
    content: "\e61b";
}

ul.socialIcons li a.youtube::before {
   font-family: "Font Awesome 6 Brands";
    content: "\f167";
}