body { font: 14px "OpenSans", Arial Helvetica, sans-serif; margin: 0; padding: 0; line-height:normal; color:#373737; }

h1, h2, h3, h4 { font-family: "BlueHighwayBold", Arial, Helvetica, sans-serif; color: #535353;  font-weight: normal; }
h1 { font-size:30px; margin-bottom: 25px; }
h2 { font-size: 30px; margin:20px 0 36px 0; }
h3 { font-size: 18px; margin: 0; }
h5 { font-size: 16px; color: #5e6c72;}
h6 { font-size: 10px; }

a, a:visited { color: #05652f; }
a:hover { color: #2f4743; text-decoration: none; }

.clear { clear: both; margin: 0; padding: 0;}

/* Header */
/* Logo */
a.logo { background: url(../../_bdf/images/bdf_logo.svg) no-repeat; width: 119px; height: 66px;float: left; margin-top: -10px;}

/* Searchbox */
.search { display:none; margin: 15px 0 25px 0; }
div[class^='search'] .btn { font-family: var(--fontAwesome); }
.search .btn:after { content: "\f138"; font-weight:900; }

/* Zwischentitel, Kommentar */
.zw-titel { font-size: 16px; color: #6e6e6e; font-weight: bold; }
.comment { font-size: 12px }

/* Bildunterschrift */
.csc-textpic-caption { caption-side: bottom; font-size: 12px; margin-top: 5px; text-align: left; color: #404143; }

/* Absatz bei Bildelementen*/
.ce-textpic p:first-child {margin-top: 0 }

/* Nach-oben-Button Seite */
a.page-top { background-color:#05652f; }

/* Termine */
.date-box .single, .date-box .period { color: #05652f }

@media (min-width: 768px) {

    /* Header */
    a.logo { width: 135px; height: 72px;margin: 12px 0 18px 0;}

}

@media (min-width: 992px) {

    h2 {  font-size: 35px;  }

    /* Header */
    a.logo { width: 170px; height: 91px;}

    /* Search */
    .search-desktop .btn:after { content: "\f002"; font-weight:900; }


}
