/* CSS Document */


/*Pfeil links: &#x2190;
Pfeil rechts: &#x2192;
Gedankenstrich: &#8210;*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
body.standard {
    background-color: #c8c8c8;
    font-family: Arial;
    font-size: 1.1rem;
}

body.dark {
    background-color: #737373;
    font-family: Arial;
    font-size: 1.1rem;
    color: #fff;
}

body.kerze {
    background-color: #3d3d3f;
    font-family: Arial;
    font-size: 1.1rem;
    color: #fff;
}

body.background_unten {
    background-color: #c8c8c8;
    background-image: url(../Bilder/sil_deist_1.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-attachment: fixed;
    font-family: Arial;
    font-size: 1.1rem;
}

body.background_rufer {
    background-color: #c8c8c8;
    background-image: url(../Bilder/ausrufer_5x.png);
    background-repeat: repeat;
    opacity: 1.0;
    background-position: left;
    background-attachment: scroll;
    font-family: Arial;
    font-size: 1.1rem;
}

.text_chap {
    font-family: Chaparral Pro;
    font-size: 1.6em;
    color: #000000;
}

.text_rot {
    font-family: Lucida Calligraphy;
    font-size: 2.4em;
    color: #e3000f;
}

.text_rot_simpl {
    font-family: Arial;
    font-size: 2.0em;
    color: #e3000f;
}

.text_weiss_big {
    font-family: Lucida Calligraphy;
    font-size: 2.4em;
    color: #fff;
}

.text_weiss {
    font-family: Arial;
    font-size: 1.1rem;
    color: #fff;
    text-align: left;
    line-height: 1.3;
}

.text_rot_klein {
    font-family: Arial;
    font-size: 1.1rem;
    color: #e3000f;
    /*text-align: left;*/
    line-height: 1.3;
}

.text_black {
    font-family: Arial;
    font-size: 1.1rem;
    color: #000;
    line-height: 1.3;
}

nav {
    width: 100% margin: 0 auto;
    background-color: #b0b0b0;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 7px 20px black;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    display: inline-block;
    background-color: #b0b0b0;
}

nav a {
    display: block;
    margin: 0 auto;
    padding: 0.4em;
    color: #000000;
    font-size: 1.6em;
    line-height: 40px;
    text-decoration: none;
    font-family: Chaparral Pro;
}

nav a:hover {
    color: #ffffff;
}

nav span {
    padding: 0.4em;
    color: #ffffff;
    font-size: 1.6em;
    font-family: Chaparral Pro;
}


/* Navileiste links
--------------------------------*/

nav ul.vert {
    width: 16em;
    margin: 0;
    padding: 0.8em;
    border: 1px solid #9fdbf7;
    border-radius: 10px;
    background-color: #9fdbf7;
    text-align: center;
    font-size: 1.8rem;
}

nav li {
    font-family: Arial;
    list-style: none;
    font-size: 0.8em;
    margin: 0.4em;
    padding: 0;
}


/*------------------------------*/

a.extern_grau:link {
    text-decoration: none;
    font-weight: bold;
    color: #505050;
    font-family: Arial;
    font-size: 1.0em;
}

a.extern_grau:visited {
    text-decoration: none;
    font-weight: bold;
    color: #505050;
}

a.extern_grau:hover {
    text-decoration: none;
    font-weight: bold;
    color: #e3000f;
}


/*------------------------------*/


/*------------------------------*/

a.extern_weiss:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    font-family: Arial;
    font-size: 1.0em;
}

a.extern_weiss:visited {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

a.extern_weiss:hover {
    text-decoration: none;
    font-weight: bold;
    color: #c8c8c8;
}


/*------------------------------*/


/*------------------------------*/

a.extern_chap:link {
    text-decoration: none;
    font-weight: bold;
    color: #505050;
    font-family: Chaparral Pro;
    font-size: 1.6em;
}

a.extern_chap:visited {
    text-decoration: none;
    font-weight: bold;
    color: #505050;
}

a.extern_chap:hover {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}


/*------------------------------*/


/*------------------------------*/

a.extern_rot:link {
    text-decoration: none;
    font-weight: bold;
    color: #e3000f;
    font-family: Arial;
    font-size: 1.0em;
}

a.extern_rot:visited {
    text-decoration: none;
    font-weight: bold;
    color: #e3000f;
}

a.extern_rot:hover {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}


/*------------------------------*/


/*------------------------------*/

a.extern_back:link {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #505050;
    font-family: Arial;
    font-size: 1.0em;
    border: 3px solid;
    border-radius: 10px;
    width: 8em;
    border-color: #737373;
    box-shadow: 0 5px 10px #ffffff inset;
    padding: 0.5em;
    background-color: #b0b0b0;
    text-align: center;
}

a.extern_back:visited {
    text-decoration: none;
    font-weight: bold;
    color: #505050;
    border-color: #737373;
}

a.extern_back:hover {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    border-color: #ffffff;
}


/*------------------------------*/

.rundeck {
    border-radius: 15px;
    border: 5px solid #e3000f;
    color: #ffffff;
}

.rundeck_grau {
    border-radius: 15px;
    border: 5px solid #7f7f7f;
    color: #000;
}


.graurahmen {
    border-radius: 5px;
    border: 5px solid grey;
    color: #ffffff;
}

/*Foto varieren*/

.pinn {
    background-image: url("../Bilder/kugeln_trans.png");
    background-color: #737373;
    background-repeat: repeat;
    opacity: 0, 5;
    background-size: 60%;
    border: 30px #e3000f ridge;
    width: 60%;
    height: 900px;
}

.schatten {
    border-radius: 20px;
    border-style: ridge;
    opacity: 1;
    box-shadow: 20px 20px 10px grey;
}

.nurschatten {
    border-style: ridge;
    opacity: 1;
    box-shadow: 20px 20px 10px grey;
}

.nurrund {
    border-radius: 10px;
    border-style: ridge;
}

.rundrum {
    border-left: 8px solid #e3000f;
    border-top: 2px solid #e3000f;
    border-right: 2px solid #e3000f;
    border-bottom: 2px solid #e3000f;
}

.rundrum_blau {
    border-left: 8px solid #0000ff;
    border-top: 2px solid #0000ff;
    border-right: 2px solid #0000ff;
    border-bottom: 2px solid #0000ff;
}

.halbrum {
    border-left: 8px solid #e3000f;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #e3000f;
}

.halbrum_grau {
    border-left: 8px solid #7f7f7f;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #7f7f7f;
}

.reunt {
    border-right: 8px solid #e3000f;
    border-top: none;
    border-left: none;
    border-bottom: 2px solid #e3000f;
}

.rundrahmen {
    border-radius: 20px;
    border-style: ridge;
    opacity: 1;
    border: 3px white ridge; 
    box-shadow: 20px 20px 10px grey;
}

.rundrahmen_border {
    border-radius: 20px;
    border-style: ridge;
    border: 5px #737373 ridge;
    opacity: 1;
    box-shadow: 20px 20px 10px grey;
}

.fixiert {
    position: fixed;
    margin: auto;
    top: 200px;
    width: auto;
    height: auto;
    z-index: 999;
    opacity: 1;
}
---------------------------------------------------
table.werte,
th.werte,
td.werte {
    border-collapse: collapse;
    padding: 0.3em 0.5em;
}

table.werte {
    margin-left: 1em;
    border: 2px solid #e3000f;
}

th.werte,
caption.werte {
    background-color: #e3000f;
    color: #fff;
    border: 1px solid #e3000f;
}

td.werte {
    background-image: linear-gradient(#fbe3de, #f9f9f9);
    border-left: none;
    border-right: none;
}

tfoot.werte {
    border-bottom: 1px solid #e3000f;
}

caption.werte {
    font-size: 1.3em;
    border-radius: 0.5em 0.5em 0 0;
    padding: 0.5em 0 0 0
}
-------------------------------------------------
table.werte_z,
th.werte_z,
td.werte_z {
    border-collapse: collapse;
    padding: 0.3em 0.5em;
}

table.werte_z {
    margin-left: 1em;
    border: 2px solid #737373;
}

th.werte_z,
caption.werte_z {
    background-color: #b0b0b0;
    color: #fff;
    border: 1px solid #b0b0b0;
}

td.werte_z {
    background-image: linear-gradient(#c8c8c8, #fff);
    border-left: none;
    border-right: none;
}

tfoot.werte_z {
    border-bottom: 1px solid #b0b0b0;
}

caption.werte_z {
    font-size: 1.3em;
    border-radius: 0.5em 0.5em 0 0;
    padding: 0.5em 0 0 0
}