@charset "UTF-8";

@font-face {
    font-family: 'barondbnormal';
    src: url('font/barondbnormal.ttf')
    format('truetype');
}
a:link    { color:#bc1212; }
a:visited { color:#bc1212; }
a:focus   { color:#bc1212; }
a:hover   { color:#bc1212; }
a:active  { color:#bc1212; }
.fontSizeLarger{
    font-size: 24px;
}
.headerBlock {
    background-color: #ccc;
    border:1px solid #ccc;
}

.block{
    padding:40px;
    width: 580px;
    margin: 50px auto;
    margin-bottom: 0;
}
.blockBottom{
    padding:40px;
    width: 580px;
    margin: auto;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}

.blockFooter{
    width: 580px;
    padding:40px;
    margin: 250px auto;
    margin-bottom: 0!important;
    text-align: center;
}

.headerStyle{
    color:#bc1212;
    font-size:40px;
    font-family: barondbnormal, arial, sans-serif;
}

.line {
    width: 329px;
    margin-top: 33px;
}

.rightAlign{
    text-align: right;
}

/* ---------------------------------------------------------
   Inhalte in main, aside und Co
   -------------------------------------------------------- */

.center{
    text-align: center;
}

.kaestle{
    border: 1px solid #ccc;
    padding: 1em;
}

.italic {
    font-style:italic;
}

.fett{
    font-weight: bold;
}
img {
    max-width: 100%;
    height: auto;
}



main header h2 {
    line-height: 1;
    padding: 0;
    margin: 0;
}
.startseite main header h2 {
    margin-bottom: 1em;
}


main img {
    border-radius: 0.5em;

    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}


main h3, aside h3  {
    color: #444;
    line-height: 1;
    padding-top: 0.5em;
    border-top: 1px solid #ddd;
    margin: 1.5em 0 1em 0;
}
.article_h3{
    font-size: 1.25rem;
    font-weight: bold;
    color: #444;
    line-height: 1;
    padding-top: 0.5em;
    margin: 1.5em 0 1em 0;
}
main p, aside p {
    margin-top: 0;
    margin-bottom: 1em;
}
main p.artikelinfo, aside p.artikelinfo {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #999;
}
main a, aside a {
    color: #08c;
    text-decoration: none;
}
main ul, aside ul  {
    padding: 0;
    margin: 1em 0 2em 2em;
}


@media screen and (min-width: 768px) {
    .news div.grid8 {
        padding-right: 20px;
        border-right: 1px solid #eee;
        /*
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        */
    }
} /* Ende @media */


/* small version */
@media screen and (max-width:768px) {


    /* Ãœberschriften gestalten */

    .news article h3 {
        background: #08c;
        color: white;
        padding: 0.5em;
        border-top: 0;
        border-radius: 0.5em;
    }

    .news article[id*="a"] h3 a {
        color: white;
        font-weight: normal;
        font-size: 1rem;
        margin-left: 0.5em;
    }


    /* Akkordeon einschalten, Selektoren ggfs. erweitern (oder HTML Ã¤ndern) */

    .news article[id*="a"]:not(:target) p.artikelinfo,
    .news article[id*="a"]:not(:target) div.artikelinhalt {
        display: none;
    }

    /* Genericon - \f431 = genericon-expand, Pfeil nach unten */

    .news article[id*="a"] h3:before {
        content: '\f431';
        font-family: "Genericons";
        font-size: 16px;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
    }


    /* Zustandsanzeige - \f432 = genericon-collapse, Pfeil nach oben */

    .news article[id*="a"]:target h3:before {
        content: '\f432';
        font-family: "Genericons";
        font-size: 16px;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
    }

    /* impossible to call mail dialog */
    .openMailDialog {
        display: none;
    }

    .iFrameGoogle {
        width: 225px;
    }

    .feature_map {
        width: 225px!important;
    }

} /* Ende @media */

@media screen and (min-width: 768px) {
    /* normaler Mauszeiger */
    .news h3 a {
        color: #444;
        cursor: default;
    }

} /* ende @media */


/* eof */
