/* 080-nrw-landesjugendaemter custom.css */

.banner .site-title > a {
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  background-image: url('/theme/080-gehoert-werden/img/lvr-logo.svg');
  background-repeat: no-repeat;
  width: 141px;
  height: 57px;
  background-size: 100%;
  transition: background-size 0.2s ease-in-out;
}
@media screen and (min-width: 350px) and (max-width: 768px) {
  .banner .site-title > a {
  	width: 141px;
  	height: 33px;
  	background-size: 66%;
  }
}
@media screen and (max-width: 350px) {
  .banner .site-title > a {
  	width: 100px;
  	height: 50px;
  	background-size: 70%;
  }
}
.banner.small .site-title > a {
  width: 141px;
  height: 57px;
  background-size: 100%;
  z-index: 1000;
  overflow: visible;
  display: block;
}
