  
  #main #bottom-news {display: none;}
  img#leaf-right {display: none;}
  div#right { background-color: transparent; box-shadow: none; }

@media (min-width: 550px) {

  #main #bottom-news {display: grid;}

  img#leaf-right {
	display: block;
    margin-left: -100px;
    margin-top: -95px;
    z-index: -5;
    position: relative;
    transform: rotate(35deg);
	}
}

@media (min-width: 720px) {
  
div#main { margin-top: 120px; }
div#main::before {
    background-image: url(/fileadmin/bilder/Diverses/E15_Fruit_that_Remains/leaf-left.png);
    content: " ";
    width: 1006px;
    height: 1019px;
    display: block;
    position: fixed;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -457px;
    box-sizing: border-box;
    transform: scale(0.6);
    margin-top: -400px;
}

}

@media (min-width: 960px){
  
  div#bottom-news a { background: linear-gradient(#dc0201 70%,#dc0201); }
  div#bottom-news a:hover { background: linear-gradient(#dc0201 55%,#ff0100); }
        
}
