/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 24 2025 | 08:54:14 */
/* CSS Code hier einfügen.

Zum Beispiel:
.example {
    color: red;
}

Um dein CSS-Wissen zu prüfen, teste es hier http://www.w3schools.com/css/css_syntax.asp

Kommentarende*/ 


@media (max-width: 980px) {
  .et_header_style_left #logo {
    max-width: 78%;
  }
}

.et_pb_post a img {
  
  width: 40% !important;
}
.et_post_meta_wrapper img {
  width: 54% !important;
  height: auto;
  float: left;
  padding: 1em;
}

.et_pb_post a img {
  vertical-align: bottom;
  
  width: 89%;
  aspect-ratio: 4/3;
  object-fit: cover;
}


/*TABS START*/
 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #dd6f6f;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #6f9fdd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


/*TABS ENDE*/



#block-13 .wp-block-heading {
	color:#fff !important;
	
	font-size:12px;
}

.tab button:first-child {
  background-color: #bbf06e;
}

