/* 080-kijurat-nrw-de
design code: 11-1-6-1-1-1-2-3-1-1-1-2-1-1
*/

.site-logo, .footer-legal-copy {
  display:none;
  visibility:hidden;
}

.banner .site-title > a {
  text-indent: -1000px;
  overflow: hidden;
  display: block;
  background-image: url('//www.kijurat-nrw.de/filer/canonical/1595840812/263046/');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: 100%;
  -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 {
  border-bottom:0;
}

@media screen and (min-width: 350px) and (max-width: 768px) {
  .banner .site-title > a {
  	width: 40px;
  	height: 40px;
  }
}
@media screen and (max-width: 350px) {
  .banner .site-title > a {
  	width: 50px;
  	height: 50px;
  }
}
.banner.small .site-title > a {
  width: 60px;
  height: 60px;
  z-index: 1000;
  overflow: visible;
  display: block;
}

.banner .site-logo {
  display:none;
  visibility:hidden;
  position:absolute;
  top:-4000em;
}