@charset "UTF-8";

/* ------ Allgemeines ------ */

* {
    margin: 0;
    padding: 0;
    background-image: none;
}

body {
    font-family: "Open Sans", "Segoe UI", Candara, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    background-color: white;
    color: black;
}

#body-container {
    margin: 0 auto;
    text-align: center;
}

.marginTopSmall {
    margin-top: 10px;
}

.marginTopMedium {
    margin-top: 20px;
}

.marginTopLarge {
    margin-top: 50px;
}

.marginTopHuge {
    padding-top: 10px;
    margin-top: 50px;
}

.marginBottomMedium {
    margin-bottom: 20px;
}

.marginBottomLarge {
    margin-bottom: 50px;
}

.marginBottomHuge {
    margin-bottom: 60px;
}



/* ------ Druckauswahl ------ */

#druckauswahl {
    display: none;
}



/* ------ Kopfzeile ------ */

#kopfzeile {
    margin: 0 auto !important;
}

#print {
    margin-bottom: 20px;
    font-size: 30pt;
    font-weight: bold;
    font-style: italic;
}

#print img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}



/* ------ Navigationsleiste ------ */

div#navigation {
    display: none;
}



/* ------ Inhalt ------ */

/* ~ allgemeine Angaben ~ */

div#inhalt {
    margin-top: 10px;
    line-height: 1.5em;
    background-color: white;
    text-align: justify;
}

hr {
    margin: 0 auto 40px auto;
    color: black;
    background-color: black;
    width: 100%;
    height: 1px;
}

h1, h2, h3, h4, h5 {
    position: relative;
    font-style: italic;
    text-align: left;
    font-weight: normal;
    font-family: Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
    line-height: 1.1;
}

h1 {
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 175%;
}

h2 {
    margin: 33px 0 13px;
    padding-bottom: 9px;
    padding-top: 9px;
    font-size: 153%;
}

h3 {
    margin-top: 28px;
    margin-bottom: 14px;
    font-size: 129%;
}

h4 {
    margin-top: 18px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 118%;
}

h5 {
    padding: 14px 0 5px;
    font-size: 106%;
}

h1 + h2, h2 + h2, h2 + h3, h2 + h4, h3 + h2, h3 + h4, h4 + h2, h5 + h2 {
    margin-top: 0;
}

a {
    color: black;
    text-decoration: none;
}

ul {
    margin-left: 25px;
}

ul.no-list-style {
    margin-left: 0 !important;
    list-style: none none !important;
}

li {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.dense li {
    margin-top: 0;
    margin-bottom: 0;
}

p + p, ul + p, p + ul, ul + ul {
    margin-top: 15px;
}

.inset_box {
    border: 2px solid #cccccc;
    padding: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

legend {
    padding: 0 2px;
}

small {
    font-size: 80%;
}

.hyphenate {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.small-caps {
    font-variant: small-caps;
}


/* ~ Gruppenfoto auf "Willkommen" ~ */

#gruppenfoto {
    display: block;
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto 20px;
    text-align: center;
    z-index: 1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.stern {
    display: none;
}


/* ~ Portraits ~ */

.portraits {
    margin: 40px auto 0;
}

.portraits > div {
    float: left;
    width: 22.75%;
    max-width: 190px;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-left: 3%;
}

.portraits > #first {
    margin-left: 0;
}

.portraits h2 {
    margin: 15px 0 5px;
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 150px;
}

.portraits img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    z-index: 1;
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.portraits div div {
    width: 100%;
    height: 110px;
    display: table;
}

.portraits ul {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    list-style-type: none;
    list-style-image: none;
}

.portraits p {
    margin-bottom: 5px;
    font-size: 82%;
    text-align: center;
    line-height: 1.4;
}

.portraits + p {
    clear: both;
}


/* ~ Rehearsal Pictures ~ */

#rehearsal-pics {
    clear: both;
}

#rehearsal-pics .usage-hint {
    display: none;
}

#rehearsal-pics div img {
    margin: 0 0 20px 0;
    padding: 0;
    width: 500px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    page-break-inside: avoid;
}

#rehearsal-pics div img:first-child {
    margin-right: 40px;
}


/* ~ Programme ~ */

#programme {
    display: block;
    margin: 0 auto;
    max-width: 650px;
    text-align: center;
    font-family: Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
    font-size: 115%;
    letter-spacing: 1px;
    font-style: italic;
}

#programme span {
    display: block;
    text-align: right;
}

#programme span:first-child {
    text-align: left;
}

#programme + img {
    display: none;
}

.toc {
    display: none;
}

.toc + br, .toc + br {
    display: none;
}


/* ~ Auftrittsfotos ~ */

#auftrittsfoto {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 40px auto;
    z-index: 1;
}

.auftrittsfoto-mit-beschriftung p {
    margin-top: 5px;
    text-align: center;
    font-family: Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
    font-style: italic;
}

#foto_geb_feuerwehrmann {
    margin: 25px auto 35px;
    text-align: center;
}

#foto_geb_feuerwehrmann img {
    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 80%;
}


/* ~ Bibelzitat ~ */

#zitat {
    font-family: Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 120%;
    text-align: center;
    letter-spacing: 0.5pt;
}

#zitat p {
    display: inline-block;
    text-align: left;
}

.quelle {
    display: block;
    text-align: right;
    font-style: italic;
    font-size: 77%;
    margin-top: 10px;
}

#zitat + img, #zitat + img + img {
    display: none;
}



/* ~ Kontakt ~ */

#contact {
    text-align: center;
}

#contact fieldset {
    margin: 0 auto;
    padding: 0 50px 30px;
    display: inline;
    text-align: left;
}

#contact legend {
    margin-bottom: 5px;
    margin-left: -2px;
    padding: 20px 2px;
    font-size: 120%;
    font-style: italic;
    text-align: left;
    font-weight: normal;
    font-family: Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
}

.contact-label {
    margin-right: 0.5em;
}


/* ~ Kontaktformular, Fusszeile ~ */

#klarinette, .noPrint, #formular {
    display: none;
}

#fusszeile {
    margin: 40px auto 0;
    width: 80%;
    clear: both;
    text-align: center;
    font-size: 9pt;
    color: #aaa;
}
