/* Füge hier Dein eigenes CSS ein */
.sidebar .widget-title {
    font-size: 1.5em;
    color: #bf0b6b;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
}

#lang_sel_list.lang_sel_list_vertical a {
    border: none;
}

.home .hentry .entry-title a:hover, .page-template-front .hentry .entry-title a:hover, .archive .hentry .entry-title a:hover, .search .hentry .entry-title a:hover {
    color: #000;
    border-bottom: 1px solid #bf0b6b;
}

#lang_sel_list.lang_sel_list_vertical ul {
    height: 0;
    top: 19px;
    left: 0;
    border-top: none;
}

.byline a, .byline a:visited {
     color: #fff; 
}

h3 {
    background-color: #fdea67; 
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
  font-style: bold;
}