a.linova-link {
  background: url(../img/logo-linova-link.png) no-repeat center left;
  font-size: 1em;
  padding: 15px 0px 15px 25px;
  line-height: 45px;
  background-size: 20px 20px;
}

/*** MEDIA MODULE ****/
.media-library-view .media-library-view--form-actions {
  margin: 0;
}

.form--inline .form-item {
  margin-right: 6px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

img.align-left {
  margin-right: 10px;
}

div.field--type-text-long ul {
  line-height: 2rem;
}
div.field--type-text-long img {
  max-width: 100%;
  height: auto;
}

div.field--type-text-long img,
div.form-type-processed-text img,
div.field--type-text-with-summary img {
  max-width: 100%;
  height: auto;
}

.shake-trigger:hover .shake {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  -webkit-animation: wobble 0.5s;
          animation: wobble 0.5s;
  /* When the animation is finished, start again */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}/*# sourceMappingURL=global.css.map */