/* 080-unterstuetzung-die-ankommt-de
design code: 13-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/1598432742/270588/');
  background-repeat: no-repeat;
  width: 250px;
  height: 85px;
  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;
}

@media screen and (min-width: 350px) and (max-width: 768px) {
  .banner .site-title > a {
  	width: 150px;
  	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: 200px;
  height: 60px;
  background-size: 80%;
  z-index: 1000;
  overflow: visible;
  display: block;
}

/* custom logo top right */

.banner .site-logo .site-logo-brand.individual {
  width:17.1875rem;
  height:auto;
}