/* Werte bei margin, padding :
    Eine Angabe : für alle 4 Abstände gilt derselbe Wert
    Zwei Angaben: 1. Wert für top/bottom, 	2. Wert für left/right
    Drei Angaben: 1. Wert für top, 			2. Wert für left/right, 	3. Wert für bottom
    Vier Angaben: 1. Wert für top, 			2. Wert für right, 			3. Wert für bottom, 	4. Wert für left 
*/


/*p.xxx -> <p id="xx"*/


/*.xxx p -> <div class="">*/


/* Referenz fuer CSS Befehle : http://www.w3schools.com/cssref/pr_class_display.asp */

* {
    line-height: 110%;
    box-sizing: border-box;
}

header {
    clear: both;
    margin: 0 auto;
    position: relative;
    color: #000;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}

body {
    color: #000;
    margin: 0 auto;
    /* Damit Hintergrund ueberall sichtbar wird, in col.css 
	   bei .col die Eigenschaft transparent auskommentieren und
	   background-color als Kommentar */
    background-image: url("../img/hintergrund/Hintergrund_1024_hell.jpg");
    background-position: center;
    background-repeat: repeat;
    padding: 0px 0px 60px 0px;
    /*3. Wert Hoehe des Footers!!*/
}

footer {
    margin: 0 auto;
    clear: both;
    width: 100%;
    height: 60px;
    /*Hoehe des Footers!!*/
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.8125em;
    font-family: 'MedievalSharp', sans-serif;
    /* noch mal Bild zuweisen, damit Transparenz weg ist ... */
    background-image: url("../img/hintergrund/Hintergrund_960_hell.jpg");
    background-position: center;
    background-repeat: repeat;
}

noscript span {
    display: none
}

#banner {
    clear: both;
    margin: 0 auto;
    padding: 0 auto;
    position: relative;
    color: #000;
    text-align: center;
    width: 100%;
}

#maincontent {
    clear: both;
    width: 100%;
    font-family: Arial;
    position: relative;
    padding: 0px 0px 60px 0px;
    /*3. Wert Hoehe des Footers!!*/
}


/* Navigationsleiste */

#navigation_bar {
    font-family: 'MedievalSharp', sans-serif;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}


/*Schrift in der Navigationsleiste*/

#navigation_bar a {
    font-family: 'MedievalSharp', sans-serif;
    text-align: center;
    text-decoration: none;
    color: #8b8378;
    /*#8b7366;*/
    /*#404040;*/
    /*#a0a0a0; */
    padding: 0px 4px;
    font-weight: bold;
}


/*Hervorhebung unterhalb der Elemente*/


/*#navigation_bar a {
	padding:0px 8px;
	border-bottom:3px solid transparent
}*/


/*Versatz von links her*/

#navigation_bar a:first-child {
    padding-left: 10px
}


/* Mouseover */

#navigation_bar a:hover {
    /*border-bottom:3px solid #fff;*/
    color: #ffffff;
    /*#ffff00;*/
}

#link_bar {
    font-family: 'MedievalSharp', sans-serif;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    /*background-color: #d8d8d8;*/
}


/*Schrift in der Navigationsleiste*/

#link_bar a {
    font-family: 'MedievalSharp', sans-serif;
    text-align: center;
    text-decoration: none;
    color: #8b8378;
    /*#8b7366;*/
    /*#404040;*/
    /*#a0a0a0; */
    padding: 0px 4px;
    font-weight: bold;
}


/*Versatz von links her*/

#link_bar a:first-child {
    padding-left: 10px
}


/* Mouseover */

#link_bar a:hover {
    /*border-bottom:3px solid #fff;*/
    color: #ffffff;
    /*#ffff00;*/
}


/* Schriftsatz fuer den Fahrend Leut Schriftzug im Header */

#schrift {
    font-family: 'MedievalSharp', sans-serif;
    /*color : #000;*/
    font-size: 4em;
    vertical-align: -12px;
}


/* Veränderter Schriftsatz fuer den Fahrend Leut Schriftzug oben */

#schrift1 {
    font-family: 'MedievalSharp', sans-serif;
    /*color : #000;*/
    font-size: 2em;
}

#schrift11 {
    font-family: 'MedievalSharp', sans-serif;
    color: #fff;
    font-size: 1.2em;
}

#schrift_fehler {
    font-family: 'MedievalSharp', sans-serif;
    color: #f00;
    font-size: 4em;
}

#schrift2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
}

#schrift21 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1285em;
    font-weight: bold;
}

#schrift22 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 1.1285em;
    font-weight: bold;
}

#schrift23 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
}

#schrift24 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.725em;
}

#schrift25 {
    font-family: 'MedievalSharp', sans-serif;
    font-size: 1.2em;
}

#schrift26 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 0.725em;
}

#schrift_link {
    font-family: 'MedievalSharp', sans-serif;
    font-size: 1.5em;
}


/* ------------------------------------------------------------------- */


/* für Tests */

#schrift_test1 {
    font-family: 'Cookie';
    color: #000;
    font-size: 1.2em;
}

#schrift_test2 {
    font-family: 'MedievalSharp', sans-serif;
    color: #000;
    font-size: 1.2em;
}

#schrift_test3 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 1.2em;
}

#schrift_test4 {
    font-family: 'Petit Formal Script';
    color: #000;
    font-size: 1.2em;
}

#schrift_test5 {
    font-family: 'Germania One';
    color: #000;
    font-size: 1.2em;
}


/* ------------------------------------------------------------------- */

.linie2 {
    /*background-color : #424242;*/
    height: 10px;
    border: 0;
    box-shadow: inset 0 10px 10px -10px rgba(32, 32, 32, 1.0);
}

.linie21 {
    /*background-color : #424242;*/
    height: 8px;
    border: 0;
    box-shadow: inset 0 -8px 8px -8px rgba(32, 32, 32, 1.0);
    margin: 1px;
}

.linie3 {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

.linie3:before {
    /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

ul {
    font-family: 'Roboto', sans-serif;
}

ul.center {
    font-family: 'Roboto', sans-serif;
    list-style: none;
    text-align: center;
}

.disclaimer ul {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
}

.disclaimer li {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
}

a.noformat {
    text-decoration: none;
    color: #000;
}

a.noformat:visited {
    text-decoration: none;
    color: #000;
}

a.noformat_invertiert {
    text-decoration: none;
    color: #fff;
}

a.noformat_invertiert:visited {
    text-decoration: none;
    color: #fff;
}


/* extra 'paragraph' Block fuer copyright */

p.copyright {
    color: #000000;
    font-size: 0.725em;
    text-align: center;
}


/* extra 'paragraph' Block */

p {
    padding: 1px;
    margin: 1px;
}

p.center {
    text-align: center;
}

p.left {
    text-align: left;
}

p.right {
    text-align: right;
}

p.blocksatz {
    text-align: justify;
}

p.textblock {
    text-align: justify;
}

.textblock p {
    text-align: justify;
}

p.textcenter {
    text-align: center;
}

.textcenter p {
    text-align: center;
}


/* extra 'paragraph' Block fuer den Disclaimer mit Blocksatz und kleinerer Schrift */

.disclaimer p {
    text-align: justify;
    font-size: 0.875em;
    font-family: 'Roboto', sans-serif;
}


/* extra 'paragraph' Block fuer den Text (z.B. Verein) mit Blocksatz und Schriftgroesse */

.blocksatz p {
    text-align: justify;
    font-size: 1em;
}

p.termin_ort {
    font-weight: normal;
}

p.termin_datum {
    font-style: normal;
}

p.termin_beschreibung {
    font-style: normal;
}


/* extra Block fuer die Tabellen mit den Kontaktdaten etc. */

.linie {
    border: none;
    border-top: 1px solid;
    border-color: #1e1e1e;
    background-color: #FFFFFF;
    height: 2px;
}

table.impressum_table {
    /*border: 1px solid black;*/
    width: 100%;
    font-size: 1.0em;
    font-family: 'Roboto', sans-serif;
}

table.impressum_table tr {}

table.impressum_table td {
    width: 50%;
    /*border: 1px solid black;*/
}

table.presse_table {
    /*border: 1px solid black;*/
    width: 100%;
    font-size: 1.0em;
    font-family: 'Roboto', sans-serif;
}

table.presse_table td {
    width: 50%;
    /*border: 1px solid black;*/
    text-align: center;
}

table.presse_table tr {
    height: 140px;
}

table.galerie_table {
    /*border: 1px solid black;*/
    width: 100%;
    font-size: 1.0em;
    font-family: 'Roboto', sans-serif;
}

table.galerie_table td {
    width: 124px;
    /*border: 1px solid black;*/
    text-align: center;
}

table.galerie_table tr {
    height: 140px;
}

table.mitglieder_table {
    /*border: 1px solid black;*/
    width: 100%;
    font-size: 1.0em;
    font-family: 'Roboto', sans-serif;
}

table.mitglieder_table td {
    /*border: 1px solid black;*/
    border: none;
}

table.mitglieder_table tr {
    height: 140px;
}

table.programmpunkte_table {
    /*border: 1px solid black;*/
    width: 100%;
    font-size: 1.0em;
    font-family: 'Roboto', sans-serif;
}

table.programmpunkte_table td {
    /*border: 1px solid black;*/
    padding: 0.5em;
    /*text-align: justify;*/
}

table.programmpunkte_table td.bild {
    /*border: 1px solid black;*/
    padding: 0.125em;
    width: 33%;
}

table.programmpunkte_table td.text {
    /*border: 1px solid black;*/
    padding: 0.5em;
    width: 66%;
}

table.link_table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.88125em;
    font-family: 'Roboto', sans-serif;
}

table.link_table td {
    /*border: 1px solid black;*/
    padding: 0.5em;
    min-width: 12%;
}

table.link_table td.bild {
    /*border: 1px solid black;*/
    padding: 0.5em;
    text-align: left;
    min-width: 50%;
}

table.link_table td.text {
    /*border: 1px solid black;*/
    padding: 0.5em;
    text-align: left;
    min-width: 50%;
}

table.link_table tr {
    border: 1px solid black;
}

table.link_table th {
    /*border: 1px solid black;*/
    font-size: 1.0em;
    text-align: center;
}

table.termin_table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.88125em;
    font-family: 'Roboto', sans-serif;
}

table.termin_table td {
    /*border: 1px solid black;*/
    padding: 0.5em;
}

table.termin_table td.ort {
    /*border: 1px solid black;*/
    padding: 0.5em;
    text-align: left;
    width: 20%;
    min-width: 25%;
}

table.termin_table td.datum {
    /*border: 1px solid black;*/
    padding: 0.5em;
    text-align: left;
    width: 20%;
    min-width: 25%;
}

table.termin_table td.veranstaltung {
    /*border: 1px solid black;*/
    padding: 0.5em;
    text-align: justify;
    width: 60%;
    min-width: 50%;
}

table.termin_table td.hinweis {
    /*border: 1px solid black;*/
    padding: 0.5em;
    text-align: center;
    width: 60%;
    min-width: 50%;
    font-family: 'MedievalSharp', sans-serif;
    font-weight: bold;
}

table.termin_table tr {
    /*border: 1px solid black;*/
    border-top: 1px solid black;
}

table.termin_table th {
    /*border: 1px solid black;*/
    font-size: 1.0em;
    text-align: center;
}


/* ------------------------------------------------------------------- */

@media screen and (max-device-width: 768px) {
    table.galerie_table {
        border: none;
    }
    table.galerie_table td {
        width: 33%;
        /* 3 Bilder pro Reihe*/
        /*border: 1px solid black;*/
        border: none;
        float: left;
        text-align: center;
        padding: 4px;
    }
    table.galerie_table tr {
        width: 100%;
        height: 100%;
        float: left;
        padding: 10px;
    }
    table.galerie_table td::before {
        /*width: 20%;*/
        float: left;
        /*padding:1em;*/
        /*margin:-1em 1em -1em -1em;*/
    }
    table.mitglieder_table td {
        width: 33%;
        /* 3 Bilder pro Reihe*/
        /*border: 1px solid black;	*/
        border: none;
        float: left;
        text-align: center;
        padding: 4px;
    }
    table.mitglieder_table tr {
        width: 100%;
        height: 100%;
        float: left;
        padding: 10px;
    }
    table.termin_table {
        /*border: 1px solid black;*/
        font-size: 0.725em;
        /*color : #00f;*/
        border: none;
    }
    table.termin_table table {
        border: none;
    }
    table.termin_table thead {
        display: none;
    }
    table.termin_table td {
        /*border: 1px solid black;*/
        float: left;
        width: 100%;
        padding: 0.4em;
    }
    table.termin_table tr {
        /*border: 1px solid black;*/
        float: left;
        width: 100%;
        margin-bottom: 2em;
        padding: 0;
    }
    table.termin_table td.ort {
        /*border: 1px solid black;*/
        padding: 0.5em;
        text-align: left;
        width: 100%;
        min-width: 15%;
    }
    table.termin_table td.datum {
        /*border: 1px solid black;*/
        padding: 0.5em;
        text-align: left;
        width: 100%;
        min-width: 15%;
    }
    table.termin_table td.veranstaltung {
        /*border: 1px solid black;*/
        padding: 0.5em;
        text-align: justify;
        width: 100%;
        min-width: 70%;
    }
    table.termin_table td::before {
        content: attr(data-label);
        /*border-right:1px solid black;*/
        width: 20%;
        float: left;
        padding: 1em;
        font-weight: bold;
        margin: -1em 1em -1em -1em;
    }
    /* --------------------------- */
    table.link_table {
        /*border: 1px solid black;*/
        font-size: 0.8125em;
        /*color : #00f;*/
        border: none;
    }
    table.link_table table {
        border: none;
    }
    table.link_table thead {
        display: none;
    }
    table.link_table td {
        /*border: 1px solid black;*/
        float: left;
        width: 100%;
        padding: 0.4em;
    }
    table.link_table tr {
        /*border: 1px solid black;*/
        float: left;
        width: 100%;
        margin-bottom: 2em;
        padding: 0;
    }
    table.link_table td::before {
        content: attr(data-label);
        /*border-right:1px solid black;*/
        width: 18%;
        float: left;
        padding: 1em;
        font-weight: bold;
        margin: -1em 1em -1em -1em;
    }
    /* --------------------------- */
    table.programmpunkte_table {
        /*border: 1px solid black;*/
        font-size: 0.825em;
        /*color : #00f;*/
        border: none;
    }
    table.programmpunkte_table table {
        border: none;
    }
    table.programmpunkte_table thead {
        display: none;
    }
    table.programmpunkte_table td {
        /*border: 1px solid black;*/
        float: left;
        width: 100%;
        padding: 0.4em;
    }
    table.programmpunkte_table td.text {
        /*border: 1px solid black;*/
        float: left;
        width: 100%;
        padding: 0.4em;
        min-width: 100%;
        max-width: 100%;
    }
    table.programmpunkte_table td.bild {
        /*border: 1px solid black;*/
        float: left;
        width: 100%;
        padding: 0.4em;
        min-width: 100%;
        max-width: 100%;
    }
    table.programmpunkte_table tr {
        /*border: 1px solid black;*/
        float: left;
        width: 100%;
        margin-bottom: 2em;
        padding: 0;
    }
    table.programmpunkte_table td::before {
        content: attr(data-label);
        /*border-right:1px solid black;*/
        width: 20%;
        float: left;
        padding: 1em;
        font-weight: bold;
        margin: -1em 1em -1em -1em;
    }
}


/* ------------------------------------------------------------------- */

@media screen and (max-width: 321px) {
    table.galerie_table {
        border: none;
    }
    table.galerie_table td {
        width: 50%;
        /*2 Bilder pro Reihe*/
        border: none;
        float: left;
        text-align: center;
        padding: 4px;
    }
    table.galerie_table tr {
        width: 100%;
        height: 100%;
        float: left;
        padding: 10px;
    }
    table.galerie_table td::before {
        /*width: 20%;*/
        float: left;
        padding: 1em;
        /*margin:-1em 1em -1em -1em;*/
    }
    table.mitglieder_table td {
        /*border: 1px solid black;*/
        width: 50%;
        /*2 Bilder pro Reihe*/
        border: none;
        float: left;
        text-align: center;
        padding: 4px;
    }
    table.mitglieder_table tr {
        width: 100%;
        height: 100%;
        float: left;
        padding: 10px;
    }
}

.hintergrund_invertiert {
    color: #fff;
    /*font-weight : bold;*/
    /*font-size : 2em;*/
    background-image: url("../img/hintergrund/Hintergrund_960_hell_invertiert.jpg");
}

.hintergrund_kontrast {
    color: #fff;
    background-image: url("../img/hintergrund/Hintergrund_960_hell_invertiert.jpg");
}

figure {
    /*border: 1px #000000 solid;*/
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}

figcaption {
    /*font-style: italic;*/
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1.0em;
    padding: 5px 0 0 0;
    font-size: 0.8125em;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    /* Damit Bilder mit der Groesse des Fensters skalieren */
    vertical-align: middle;
    border: 0 none;
}

img.transparent {
    width: auto;
    height: auto;
    max-width: 100%;
    /* Damit Bilder mit der Groesse des Fensters skalieren */
    vertical-align: middle;
    border: 0 none;
    background-color: transparent;
}

img.boxed {
    width: auto;
    height: auto;
    -webkit-box-shadow: 0px 0px 10px 6px rgba(139, 131, 120, 1);
    -moz-box-shadow: 0px 0px 10px 6px rgba(139, 131, 120, 1);
    box-shadow: 0px 0px 10px 6px rgba(139, 131, 120, 1);
}


/* alles mit .formatted fuer die Galerie */

img.formatted {
    width: auto;
    height: auto;
    border-color: #eee;
    /*border: 0.325em solid rgba( 255, 255, 255, .5 );*/
    -webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .75);
    box-shadow: 0 0 0.313em rgba( 0, 0, 0, .75);
    -webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
    transition: box-shadow .3s ease, border-color .3s ease;
}

img.formatted:hover,
img.formatted:focus {
    border-color: #fff;
    -webkit-box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25);
    box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25);
}

ul.formatted {
    font-family: 'Roboto', sans-serif;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

li.formatted {
    font-family: 'Roboto', sans-serif;
    display: inline;
    float: left;
    /*border : 1px solid blue;*/
    padding: 36px 14px auto;
    margin: 36px 14px auto;
}

li.formatted_center {
    font-family: 'Roboto', sans-serif;
    display: inline;
    /*float : center;*/
    /*border : 1px solid blue;*/
    padding: 36px 14px auto;
    margin: 36px 14px auto;
}

a.formatted {
    text-decoration: none;
}

#imgmap {
    max-width: 100%;
    /* Damit Bilder mit der Groesse des Fensters skalieren */
}