/* style.css für /bhr Biographisches Portal der Rabbiner */
/* 2018-02-06 by Kollatz, Thomas */
/* GENERAL */
/* margin: top right bottom left */
form,
input,
button,
fieldset,
nav ul {
    border: 0;
    margin: 0;
}
/* buttons und links */
article button,
header button,
footer button {
    padding: 0 1rem 0 0
}
button {
    height: auto;
    line-height: 1.6;
}
nav ul li button {
    color: #CD2526;
    font-weight: normal;
}
a:active,
a:hover,
button:active,
button:hover {
    background: #CD2526;
    color: #FFF;
    text-decoration: none;
}
header a:hover,
article a:hover,
aside a:hover,
footer a:hover,
a:hover {
    background: #CD2526;
    color: #FFF;
    text-decoration: none;
    margin: 0;
    padding: 0
}
header button:hover,
footer button:hover,
article button:hover {
    background: #CD2526;
    color: #FFF;
    text-decoration: none;
}
a,
a:focus,
a:active,
a:hover,
button,
button:hover,
button:active,
button:focus {
    text-decoration: none;
    /* padding: 0.3rem 1rem 0 0;    */
    color: #CD2526;
}
/* IMAGES */
figure,
figcapture {
    margin-left: 0;
    padding-left: 0;
    font-size: 1rem;   
}
figcapture::before {
    content: "© "
}
/* HEADER */
header {
    border-bottom: 1px solid
}

/* NAVIGATION */
nav {
    border: 0;
    padding: 0
}
nav:last-child {
    margin-bottom: 1rem;
}
article nav {
    padding-bottom: 1rem;
}
/* search */
strong,
input[type = "search"]:focus {
    background-color: #CD2526;
    color: white;
    opacity: 0.6;
}
/* Trefferliste */
fieldset,
legend {
    margin: 1rem 0;
}
legend {
    font-weight: 300;
    padding-top: 2rem;
    text-align: left;
}
legend:after {
    content: " Treffer : "
}
/* LISTS */
main li {
    list-style-type: none;
    display: list-item;
    padding-bottom: 0.6rem;
    counter-reset: item;
    line-height: 2.5rem;
}
ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 0.5rem 0 0;
}
.flex-container {
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
}
.flex-item {
    text-align: left;
    line-height: 1.8em;
    flex-grow: 1;
    flex-basis: 33rem;
}
/* FOOTER  */
footer {
    margin: 1.6rem 0;
}