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


.entry time {
  position: absolute;
  //top: 15px;
  //left: 615px;
  right: 3%;
  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: 1250px;
	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;
 }


 #schuelerinnenprojekte .wp-block-latest-posts__post-title {
  background-color: transparent;
  font-family: open sans;
  display: block;
  color: black !important;
  font-size: 16px;
  line-height: 21px;
  padding: 5px 15px;
  margin: 0;
}

#schuelerinnenprojekte .wp-block-latest-posts__post-title:hover {
  background-color: var(--green);
  font-family: open sans;
  color: var(--blue) !important;
}

#schuelerinnenprojekte,
#schuelerinnenprojekte li {
    list-style: none !important;
    padding-left: 0 !important;
}

/* 2. Nur wenn das li die Klasse '.deine-klasse' hat, bekommt das 'a' darin einen Punkt */
#schuelerinnenprojekte li a.wp-block-latest-posts__post-title::before {
    content: "•"; /* Das Aufzählungszeichen */
    color: var(--blue); /* Deine Wunschfarbe für den Punkt */
    font-size: 1.2rem;
    display: inline-block;
    margin-right: 8px; /* Abstand zum Text */
    vertical-align: middle;
}

#schuelerinnenprojekte time {
 display: none;
}



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

	.schuljahr {
      width: 94% !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;*/
	}
}
