@charset "UTF-8";

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

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: url(/img/bg-sax.jpg) #d0a45b no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    font-family: "Open Sans", "Segoe UI", Candara, Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #fdd;
}

#top {
    padding-bottom: 10px;
}

#body-container {
    margin: 0 auto 10px;
    width: 1000px;
}

#content-box {
    position: relative;
    z-index: 2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: #222 0px 0px 7px, #222 0px 0px 7px, #222 0px 0px 7px, #222 0px 0px 7px;
    -webkit-box-shadow: #222 0px 0px 7px, #222 0px 0px 7px, #222 0px 0px 7px, #222 0px 0px 7px;
    box-shadow: #222 0px 0px 7px, #222 0px 0px 7px, #222 0px 0px 7px, #222 0px 0px 7px;
    behavior: url(/js/PIE.htc);
}

.marginTopSmall {
    margin-top: 10px;
}

.marginTopMedium {
    margin-top: 20px;
}

.marginTopLarge {
    margin-top: 50px;
}

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

.marginBottomMedium {
    margin-bottom: 30px;
}

.marginBottomLarge {
    margin-bottom: 50px;
}

.marginBottomHuge {
    margin-bottom: 60px;
}



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

#kopfzeile {
    background: url(/img/header-red.jpg) no-repeat;
    height: 150px;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    behavior: url(/js/PIE.htc);
}

#kopfzeile a {
    display: block;
    height: 150px;
    color: #FFD556;
}

#kopfzeile.sticked-navbar {
    margin-bottom: 45px;
}

#print {
    display: none;
}



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

#navigation {
    margin: 0;
    height: 45px;
    position: relative;
    z-index: 100;
    font-size: 19px;
    font-family: Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
    text-align: center;
    font-style: italic;
    -moz-box-shadow: #000 0px 0px 7px;
    -webkit-box-shadow: #000 0px 0px 7px;
    box-shadow: #000 0px 0px 7px;
    behavior: url(/js/PIE.htc);
}

#navigation.sticked {
    margin-top: 0;
    width: 1000px;
    position: fixed;
    top: 0;
}

#navigation ul {
    margin: 0;
    list-style-type: none;
    display: inline;
    text-align: center;
}

#navigation ul li {
    margin-top: 10px;
    height: 45px;
    display: inline;
    text-shadow: #888 0.5px 0.5px;
}

#navigation ul a, #navigation ul span {
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: none;
    border: 0;
    border-left: 1px solid #000;
    float: left;
    display: block;
    box-sizing: border-box;
    background: #777;
    background: url(/img/gradient.php?from=999&to=444);
    background: -moz-linear-gradient(top #999 0%, #444 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(100%,#444));
    background: -webkit-linear-gradient(top, #999 0%, #444 100%);
    background: -o-linear-gradient(top, #999 0%, #444 100%);
    background: -ms-linear-gradient(top, #999 0%, #444 100%);
    background: linear-gradient(to bottom, #999 0%, #444 100%);
    -pie-background: linear-gradient(#999 0%, #444 100%);
    -moz-box-shadow: inset 0px 1px 0px 0px #bbb;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbb;
    box-shadow: inset 0px 1px 0px 0px #bbb;
    behavior: url(/js/PIE.htc);
}

#navigation ul span {
    color: #FFD556;
    background: #800;
    -pie-background: #800;
    text-shadow: #111 0.5px 0.5px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ae5757;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ae5757;
    box-shadow: inset 0px 1px 0px 0px #ae5757;
    behavior: url(/js/PIE.htc);
}

#navigation ul a:focus, #navigation ul a:hover {
    background: #888;
    background: url(/img/gradient.php?from=aaa&to=505050);
    background: -moz-linear-gradient(top, #aaa 0%, #505050 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaa), color-stop(100%,#505050));
    background: -webkit-linear-gradient(top, #aaa 0%, #505050 100%);
    background: -o-linear-gradient(top, #aaa 0%, #505050 100%);
    background: -ms-linear-gradient(top, #aaa 0%, #505050 100%);
    background: linear-gradient(to bottom, #aaa 5%, #505050 100%);
    -pie-background: linear-gradient(#aaa 0%, #505050 100%);
    behavior: url(/js/PIE.htc);
    position: relative;
}

#navigation ul a:active {
    text-shadow: #909090 -0.5px -0.5px;
    background: #666;
    background: url(/img/gradient.php?from=666&to=888);
    background: -moz-linear-gradient(top, #666 0%, #888 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#888));
    background: -webkit-linear-gradient(top #666 0%, #888 100%);
    background: -o-linear-gradient(top, #666 0%, #888 100%);
    background: -ms-linear-gradient(top, #666 0%, #888 100%);
    background: linear-gradient(to bottom, #666 0%, #888 100%);
    -pie-background: linear-gradient(#666 0%, #888 100%);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    behavior: url(/js/PIE.htc);
}

#navigation ul #first-child {
    border: 0;
}



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

/* ~ allgemeine Angaben ~ */

div#inhalt {
    position: relative;
    z-index: 1;
    padding: 50px;
    width: 900px;
    text-align: justify;
    color: #fdd;
    line-height: 1.5em;
    background: #800;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    behavior: url(/js/PIE.htc);
}

hr {
    margin: 0 auto 40px auto;
    color: #FFD556;
    background-color: #FFD556;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 2px;
}

h1, h2, h3, h4, h5 {
    position: relative;
    font-style: italic;
    text-align: left;
    color: #FFD556;
    text-shadow: #000 1px 1px 1px;
    font-weight: normal;
    font-family: Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
    text-shadow: #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px;
}

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

h2 {
    margin: 40px 0 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 153%;
}

h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 129%;
}

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

h5 {
    margin: 15px 0 5px;
    font-size: 106%;
}

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

#inhalt a {
    color: #fdd;
    text-decoration: none;
    border-bottom: 1px solid #fbb;
}

#inhalt a:focus, #inhalt a:hover, #inhalt a:active {
    color: #ffd556;
    border-bottom: 1px solid #ffd556;
}

ul {
    margin-left: 25px;
    list-style-image: url(/img/listenpunkt.png);
}

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;
}

#inhalt p, #inhalt ul, #inhalt label {
    text-shadow: #000 0px 0px 4px, #000 0px 0px 4px;
}

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

.inset_box, .toc {
    border: 1px solid #FFD556;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: inset 0px 0px 15px #000;
    -webkit-box-shadow: inset 0px 0px 15px #000;
    box-shadow: inset 0px 0px 15px #000;
    behavior: url(/js/PIE.htc);
}

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;
    margin: 0 auto 20px;
    width: 700px;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: #000 0px 0px 8px, #000 0px 0px 8px;
    -webkit-box-shadow: #000 0px 0px 8px, #000 0px 0px 8px;
    box-shadow: #000 0px 0px 8px, #000 0px 0px 8px;
    behavior: url(/js/PIE.htc);
}


/* ~ Portraits ~ */

.portraits {
    margin-top: 40px;
}

.portraits > div {
    float: left;
    width: 192px;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-left: 44px;
}

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

.portraits img {
    display: block;
    margin: 0 auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    behavior: url(/js/PIE.htc);
}

.portraits h2 {
    margin: 15px 0 5px;
    padding: 0;
    text-align: center;
}

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

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

.portraits p {
    font-size: 82%;
    text-align: center;
    line-height: 1.4;
    color: #FFD556;
}

.portraits + p {
    clear: both;
}


/* ~ Rehearsal Pictures ~ */

#rehearsal-pics .usage-hint {
    margin-top: 15px;
    float: right;
    font-size: 85%;
}

#rehearsal-pics div {
    margin-bottom: 10px;
}

#rehearsal-pics div a {
    margin: 0;
    margin-left: 50px;
    padding: 0;
    width: 425px;
    display: block;
    float: left;
    box-sizing: border-box;
    text-decoration: none;
}

#rehearsal-pics div a:first-child {
    margin-left: 0;
}

#rehearsal-pics a,
#rehearsal-pics a:focus,
#rehearsal-pics a:hover,
#rehearsal-pics a:active {
    border: none;
}

#rehearsal-pics a:focus img,
#rehearsal-pics a:hover img,
#rehearsal-pics a:active img {
    border: 1px solid #FFD556;
}

#rehearsal-pics img {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #222;
    box-sizing: border-box;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}


/* ~ Programme ~ */

#programme {
    display: block;
    margin: 0 auto;
    width: 750px;
    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: block;
    margin: 20px auto;
}


/* ~ Inhaltsverzeichnis ~ */

.toc {
    padding: 15px 40px 25px !important;
}

.toc legend {
    margin-left: -3px;
    padding: 0 3px;
    font-size: 120%;
    font-style: italic;
    text-align: left;
    color: #FFD556;
    text-shadow: #000 1px 1px 1px;
    font-weight: normal;
    font-family: Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
    text-shadow: #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px;
}

.toc ul {
    margin-left: 17px;
}

.toc li {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* ~ Auftrittsfotos ~ */

#auftrittsfoto {
    display: block;
    margin: 40px auto;
}

.auftrittsfoto-mit-beschriftung img {
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

#foto_geb_feuerwehrmann {
    margin: 25px auto 35px;
    width: 700px;
}


/* ~ Bibelzitat ~ */

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

#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 {
    position: absolute;
    bottom: 80px;
    left: 140px;
}

#zitat + img + img {
    position: absolute;
    bottom: 100px;
    right: 140px;
}


/* ~ Kontakt ~ */

#contact {
    text-align: center;
}

#contact fieldset {
    margin: 0 auto 25px;
    padding: 0 56px 35px;
    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;
    color: #FFD556;
    font-weight: normal;
    font-family: Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif;
    text-shadow: #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px, #000 0px 0px 4px;
}

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

#klarinette {
    position: absolute;
    top: 500px;
    right: 60px;
}


/* ~ Kontaktformular ~ */

#formular {
    margin-top: 40px;
}

.errorBox {
    margin-bottom: 15px;
    padding: 5px;
    width: 650px;
    box-sizing: border-box;
    background: #ffcb2f;;
    text-align: center;
    color: #cb0000;
    font-weight: bold;
    font-size: 100%;
    border: 2px solid #ed1300;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    behavior: url(/js/PIE.htc);
}

#errorBox.errorBox {
    display: none;
}

form table {
    font-size: 100%;
}

form table td {
    width: 500px;
}

form table td:first-child {
    width: 150px;
    padding: 5px 0;
    text-align: left;
}

form table input, form table textarea {
    margin: 4px 0;
    padding: 7px;
    width: 500px;
    box-sizing: border-box;
    font-family: "Open Sans", "Segoe UI", Candara, Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: white;
    border: 1px solid #555;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: inset 0px 0px 3px #000;
    -webkit-box-shadow: inset 0px 0px 3px #000;
    box-shadow: inset 0px 0px 3px #000;
    behavior: url(/js/PIE.htc);
}

form table input:focus, form table input:hover, form table input:active, form table textarea:focus, form table textarea:hover, form table textarea:active {
    border-color: #222;
}

form table textarea {
    height: 300px;
    min-width: 500px;
    min-height: 300px;
    max-width: 500px;
}

form table input[type=submit], form table input[type=reset] {
    width: 250px;
    margin: 10px;
    padding: 7px 0;
    -moz-box-shadow: inset 0px 0px 1px 0px #fff6af;
    -webkit-box-shadow: inset 0px 0px 1px 0px #fff6af;
    box-shadow: inset 0px 0px 1px 0px #fff6af;
    background: #ffab23;
    background: url(/img/gradient.php?from=ffec64&to=ffab23);
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    -pie-background: linear-gradient(#ffec64 5%, #ffab23 100%);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ffaa22;
    display: inline-block;
    color: #333;
    font-size: 100%;
    font-weight: bold;
    font-family: "Open Sans", "Segoe UI", Candara, Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffee66;
    cursor: pointer;
    behavior: url(/js/PIE.htc);
}

form table input[type=submit]:focus, form table input[type=submit]:hover, form table input[type=reset]:focus, form table input[type=reset]:hover {
    color: #000;
    border: 1px solid #ffec64;
}

form table input[type=submit]:active, form table input[type=reset]:active {
    color: #000;
    border: 1px solid #ffaa22;
    background: #ffab23;
    -pie-background: #ffab23;
}

td.error {
    color: #ff5b5b !important;
    font-weight: bold !important;
}

input.error, textarea.error {
    border-color: #ff1500 !important;
    background-color: #ffd1d1 !important;
    -moz-box-shadow: inset 0px 0px 2px #600 !important;
    -webkit-box-shadow: inset 0px 0px 2px #600 !important;
    box-shadow: inset 0px 0px 3px #600 !important;
}

.form-notice {
    margin: 10px 0;
    font-size: 90%;
    line-height: 1.5;
}

.form-below {
    position: absolute;
    top: -2000px;
    left: -2000px;
}


/* ~ Impressum ~ */


/* ~ Fehlerseite ~ */

#ursachen {
    margin-top: 10px;

}

#ursachen li {
    padding-top: 8px;
}



/* ------ Fusszeile ------ */

#fusszeile {
    margin: 0 auto;
    padding: 10px 0;
    width: 80%;
    background: #333;  /* fallback for old browsers */
    background: rgba(51, 51, 51, 0.7);
    font-size: 14px;
    color: #ccc;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    behavior: url(/js/PIE.htc);
}

#fusszeile a {
    color: #ccc;
    text-decoration: none;
}

#fusszeile a:focus, #fusszeile a:hover, #fusszeile a:active {
    color: #eee;
    border-bottom: 1px solid #a0a0a0;
}

#fusszeile a[title=Druckvorschau] {
    padding-left: 13px;
    padding-bottom: 2px;
    background: url(/img/drucken.gif) no-repeat left center;
}

#fusszeile a[title=Druckvorschau]:focus, #fusszeile a[title=Druckvorschau]:hover, #fusszeile a[title=Druckvorschau]:active {
    background: url(/img/drucken2.gif) no-repeat left center;
}

#fusszeile img {
    border: 0;
}
