/* Module SumDU Logo */
.logo {
   display: block;
   text-decoration: none;
   position: relative;
   color: #fff;
   height: 80px;
   width: 350px;
   font-size: 18px;
   margin: 0;
   line-height: 1.1;
   box-sizing: border-box;
   background-position: left center;
   background-repeat: no-repeat;
   background-size: contain;
}
.logo:hover {
   text-decoration: none;
}
.logo__text {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   padding-left: 30px;
}
.logo__text--image {
   padding-left: 0;
}

@media (max-width: 767px) {

}
