  
  img#leaf-right {display: none;}
  img#pencil-left {display: none;}

@media (min-width: 550px) {

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

  img#leaf-right {
    display: block;
    position: absolute;
    height: 350px;
    width: auto;
    right: 0;
    opacity: 0.2;
	}

  img#pencil-left {
    display: block;
    position: absolute;
    height: 550px;
    width: auto;
    bottom: 1370px;
	}
}

@media (min-width: 720px) {
  
div#main { margin-top: 120px; }

}

@media (min-width: 960px){
  
}

@media (min-width: 1180px){
  div#main::before {
      background-image: url(/fileadmin/bilder/Diverses/what_is_next/whats-next-pencil.jpg);
      content: " ";
      width: 436px;
      height: 1500px;
      display: block;
      position: fixed;
      z-index: -1;
      background-repeat: no-repeat;
      background-size: contain;
      margin-left: -326px;
      box-sizing: border-box;
      transform: scale(0.5);
      margin-top: -1060px;
      background-blend-mode: multiply;
      background-color: #eae8e1;
  }
}

