/* Sprachauswahl im Header // wird nicht mehr verwendet */
.widget_polylang li a {
    background-color: #c6b6ac;
     text-decoration: none;
     color: white;
     font: Rubik;
     font-size: 16px;
     font-weight: 500;
     padding: 0px 4px 2px 4px;
}
.widget_polylang li {
     list-style-type: none;
}
.widget_polylang li a:hover {
    background-color: #dbd3ce;
}

/* Seitentitel im Header */
.wp-block-site-title a {
     text-decoration: none;  
     color: rgb(59, 35, 0);
}

/* Navigation im Header */
.widget_nav_menu a {
     text-decoration: none;
     color: rgb(59, 35, 0);
     font: Rubik;
     font-size: 16px;
     font-weight: 500;  
}
.widget_nav_menu a:hover {
     background-color: #c6b6ac;
}

.lang-item a {
    background-color: #c6b6ac;
     text-decoration: none;
     color: white;
     font: Rubik;
     font-size: 16px;
     font-weight: 500;
     padding: 0px 4px 2px 4px;
}

/* Silbentrennung bei Überschriften */
.wp-block-heading  {
hyphens: none
}