/* 381-filmundschule-nrw-de
design code: 6-1-1-1-1-1-1-1-1-1-1-1-1-1
*/

.banner .site-title > a {
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  background-image: url('/filer/canonical/1601269923/284730/');
  background-repeat: no-repeat;
  width: 240px;
  height: 50px;
  background-size:contain;
  -webkit-transition: background-size 0.2s ease-in-out;
  -moz-transition: background-size 0.2s ease-in-out;
  -o-transition: background-size 0.2s ease-in-out;
  -ms-transition: background-size 0.2s ease-in-out;
  transition: background-size 0.2s ease-in-out;
}

.banner .site-title > a:hover, .banner .site-title > a:focus {
  border:none;
}

@media screen and (min-width: 350px) and (max-width: 768px) {
  .banner .site-title > a {
  	width: 161px;
  	height: 33px;
  }
}
@media screen and (max-width: 350px) {
  .banner .site-title > a {
  	width: 100px;
  	height: 22px;
  }
}
.banner.small .site-title > a {
  width: 200px;
  height: 42px;
  z-index: 1000;
  overflow: visible;
  display: block;
}
