.image_rahmen {
    position: absolute;
    left: 0;
    top: 0;
    height: 128px;
    width: 195px;
    transition: filter 0.5s;
  }
  
    .image_rahmen_copyright{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 128px;
    width: 195px;
  }
  h1 {
	display:none;  
  }
  h2 {
    display:none;  
  }
  .image_app {
    height: 133px;
    width: 200px;
    transition: filter 0.5s;
  }
  
  @media screen and (max-width: 570px) {
    .image_app {
         height: 100px;
         width: 150px;
    }

    .image_rahmen {
		   position: absolute;
    left: 0;
    top: 0;
      height: 95px;
      width: 145px;
	}
	
	
    .image_rahmen_copyright {
		    display: none;
    position: absolute;
    left: 0;
    top: 0;
      height: 95px;
      width: 145px;
	}
	 .text-center{
		 max-width: 150px;
	 }
	 .logo {
	 content:url("https://buergergis.pforzheim.de/test/image/banner_titel_mobile.png");
	 }
  }

  @media screen and (min-width: 571px) {
	  .text-center{
    max-width: 200px;
  }
}




  .image_app:hover {
    filter: opacity(60%);
  }
  .div_rahmen:hover  .image_rahmen_copyright {
  display: block;
  }
  .div_rahmen:hover .image_app{
    filter: opacity(60%);

  }

  .div_rahmen:hover .text-center{
    color: #007bff
  }
  
  .text_footer:hover{
    color:dodgerblue
  }