.hh-block:hover .hh-flex-block__heading {
   text-decoration: underline;
}

.hh-block:hover .hh-flex-block__heading .ellip .ellip-line {
      text-decoration: underline;
}

.hh-block:hover .hh-news-block__link .hh-news-block__overlay .hh-news-block__info .hh-news-block__heading {
   text-decoration: underline;
}


/* Utbildningspuffar*/
.hh-news-block:hover .hh-news-block__link .hh-news-block__overlay .hh-news-block__info .hh-news-block__heading {
   text-decoration: underline;   
}

.hh-other-programs__item:hover .hh-other-programs__item--name {
   text-decoration: underline;      
}
.hh-course-item:hover .hh-course-item__item--name .hh-course-item__subheading .hh-course-item__link {
   text-decoration: underline;         
}



/* Social media footer */

.hh-footer_social-icon {
   border: 2px solid #ffffff;
   transition: all 0.2s ease;
}
.hh-footer_social-icon img {
   max-width: 88px;
   width: 100%;
}

.hh-footer_social-icon.hh-footer_social-icon--twitter,
.hh-footer_social-icon.hh-footer_social-icon--facebook,
.hh-footer_social-icon.hh-footer_social-icon--instagram,
.hh-footer_social-icon.hh-footer_social-icon--youtube {
   background-image: none;
}

.hh-footer_social-icon:hover {
	background-color: #ffffff;
   border: 2px solid #ffffff;
}

.hh-footer_social-icon:hover img {
	filter: invert(83%) sepia(32%) saturate(4569%) hue-rotate(191deg) brightness(99%) contrast(103%); 
}

/* Iframes */

.hh-iframe--maps {
   width: 100%;
   height: 500px;
   margin: 0;
   border: 1px solid grey;
}