@media screen and (min-width : 620px) and (max-width : 1129px){
	.entry time{
		left: 84% !important;
	}
}

@media screen and (max-width : 619px){
	.entry time{
		left: 3% !important;
	}
	.wp-block-latest-posts__featured-image{
		display: none !important;	
	}
	.wp-block-latest-posts__post-title {
		padding-left: 70px;
	}
}

.wp-block-post-featured-image {
  display: none !important;
}


.entry time {
  position: absolute;
  //top: 15px;
  left: 615px;
  display: block;
  width: 65px;
  height: 70px;
  //margin: 0px;
  margin-top: -51px;
  margin-left: 2px;
  padding-top: 17px;
  padding-left: 17px;
  text-align: center;
  background-image: url(../image/puzzle_o_ecke.png);
  background-repeat: no-repeat;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  font-family: Oswald, tahoma, arial, sans-se23;
  line-height: 20px;
}

.schuljahr {
	max-width: 990px;    
	width: 96%;
}

.schuljahr .wp-block-latest-posts__post-excerpt {
    margin-top: 2em; //Overwrite Wordpress
}

.schuljahr img {
    margin-top: 0px;
    margin-left: 0px;
}


.schuljahr  a.wp-block-latest-posts__post-title:link,
.schuljahr a.wp-block-latest-posts__post-title:visited {  
	text-decoration:none;
	background-color: var(--blue) !important;

 }

.schuljahr a.wp-block-latest-posts__post-title:hover {
    background-color: var(--green) !important;
    color: white !important;
 }
