/* Kochendoerfer Theme */
@media only screen and (max-width: 1150px) {
  #header .menutoggle:after {
    /*padding-left: 100px;*/
  }
}


@media only screen and (max-width: 970px) {
  #header .menutoggle:after {
    /*display: none;*/
  }
  
  #header .logo-wide:after {
    display: none;
  }  
  #logo-claim{
		display: none !important;
	}
}



@media only screen and (max-width: 768px) {

  #header .logo-icon {
      background-image: url("../img/logo-small.svg");
      background-repeat: no-repeat;
      display: inline-block;
      height: 34px;
      width: 100px;
  }

  #header .logo-wide {
      background-image: url("../img/logo-small.svg");
      background-repeat: no-repeat;
      display: inline-block;
      height: 34px;
      width: 100px;
  }

	#header .header-appname-container:before {
    background-image: url("../img/logo-small.svg");
		width: 54px;
		height: 34px;
		display: inline;
		content: "";
		background-repeat: no-repeat;		
	}
  
	#header .header-appname-container {
    left: 10px; 
	}
}	
