
/*********************************************************************************************************/
/* Formatierung für LAYOUT */


* {
    margin: 0;
    padding: 0;
    /* font-family: 'Roboto', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 1600px;
    margin: 0 auto;

}

/* Style the header */
header {
    background-color: rgb(fc, e9, e2);
    padding: 2px;
    text-align: center;
    /*font-size: 20px;*/
    font-size: 1.5em;
    min-height: 80px;
    color: white;
}

th, td {
    margin-left: auto;
    
}
/*************************************************************************************************************/

/* Clear floats after the columns */
section:after {
    content: "";
    display: table;
    clear: both;
}

/* Style the footer */
footer {
    background-color: rgb(fc, e9, e2);
    padding: 2px;
    font-size: 0.7em;
    text-align: center;
    color: rgb(161, 80, 80);
}

/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
/* @media (max-width: 600px) {
    nav, article {
        width: 100%;
        height: auto;
    }
} */



/*********************************************************************************************************/
/* Formatierung für HTML Seite allgemein*/
body{
    background-color: rgb(fc, e9, e2);
}


p{
    color: rgb(0, 0, 0);
    font-size: 0.9em;
}
p#bg_red{
    color: rgb(0, 0, 0);
    background-color: rgb(223, 11, 11);
    font-size: 0.9em;
}

p#xlarge{
    color: rgb(0, 0, 0);
    font-size: 1.5em;
}

p#large{
    color: rgb(0, 0, 0);
    font-size: 1.2em;
}

p#small{
    color: rgb(135, 139, 140);
    font-size: 0.8em;
}

p#xsmall{
    color: rgb(135, 139, 140);
    font-size: 0.7em;
}

a{
    color: rgb(0, 0, 0);
}

li{
    font-size: 0.9em;
}

div {
    font-size: 0.9em;
}

div.chart_div {
    display: block;
    margin: 0 auto;
}

img {
    max-width: 80%;
    height: auto;
}

/*********************************************************************************************************/
/* Formatierung für HTML Seite allgemein*/
form {
    display: block;
    margin-top: 0;
    padding: 10px;
}

#article_1_2:hover {
    background-image: -webkit-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: -moz-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: linear-gradient(180deg, rgb(97, 46, 45) 0%, white 30%);
}
#article_2_2:hover {
    background-image: -webkit-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: -moz-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: linear-gradient(180deg, rgb(97, 46, 45) 0%, white 30%);
}
#article_1_3:hover {
    background-image: -webkit-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: -moz-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: linear-gradient(180deg, rgb(97, 46, 45) 0%, white 50%);
}
#article_2_3:hover {
    background-image: -webkit-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: -moz-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: linear-gradient(180deg, rgb(97, 46, 45) 0%, white 50%);
}
#article_3_3:hover {
    background-image: -webkit-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: -moz-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: linear-gradient(180deg, rgb(97, 46, 45) 0%, white 50%);
}
#article_1_4:hover {
    background-image: -webkit-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: -moz-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: linear-gradient(180deg, rgb(97, 46, 45) 0%, white 30%);
}
#article_2_4:hover {
    background-image: -webkit-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: -moz-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: linear-gradient(180deg, rgb(97, 46, 45) 0%, white 30%);
}
#article_3_4:hover {
    background-image: -webkit-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: -moz-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: linear-gradient(180deg, rgb(97, 46, 45) 0%, white 30%);
}
#article_4_4:hover {
    background-image: -webkit-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: -moz-linear-gradient(180deg,rgb(97, 46, 45) 0%, white 30%);
    background-image: linear-gradient(180deg, rgb(97, 46, 45) 0%, white 30%);
}

/******************************************************************************************************/
/* Angaben für Desktop PC's and Laptop's */
/**/
/**/
/******************************************************************************************************/
@media only screen and (min-width: 65em)
{
    h1 {
        color: rgb(0, 0, 0);
        font-size: 1.0em;
    }
    
    h2{
        color: rgb(59, 80, 62);
        font-size: 1.0em;
    }
    
    h3{
        color: rgb(73, 73, 45);
        font-size: 1.0em;
    }

    #emptyborder_l{
        width: 0%;
        float: left;
    }
    #emptyborder_l{
        width: 0%;
        float: right;
    }

    /*2 Article per line layout*/
    #article_1_2 {
        width: 50%;
        font-size: 1.0em;
    }
    #article_2_2{
        width: 50%;
        font-size: 1.0em;
    }

    /*3 Article per line layout*/
    #article_1_3 {
        float: left;
        width: 33%;
        font-size: 0.9em;
        align-content: center;
    }
    #article_2_3{
        width: 33%;
        font-size: 0.9em;
    }

    #article_3_3{
        width: 33%;
        text-align: center;
        font-size: 0.9em;
    }

    #article_1_4 {
        width: 20%;
        font-size: 1.0em;
    }
    #article_2_4{
        width: 30%;
        font-size: 1.0em;
    }
    #article_3_4{
        width: 30%;
        font-size: 1.0em;
    }
    #article_4_4{
        width: 20%;
        font-size: 1.0em;
    }
    #logo{
        width: 400px;
    }
    #e-marke{
        width: 170px;
        vertical-align: 50%;
    }
 }

/******************************************************************************************************/
/* Angaben für Tablet's */
/**/
/**/
/******************************************************************************************************/
@media only screen and (max-width: 65em)
{
    h1 {
        color: rgb(0, 0, 0);
        font-size: 0.9em;
    }
    
    h2{
        color: rgb(59, 80, 62);
        font-size: 0.9em;
    }
    
    h3{
        color: rgb(73, 73, 45);
        font-size: 0.9em;
    }
    
    p{
        color: rgb(0, 0, 0);
        font-size: 0.9em;
    }
    
    p#xlarge{
        color: rgb(0, 0, 0);
        font-size: 1.3em;
    }
    
    p#large{
        color: rgb(0, 0, 0);
        /*background: rgb(97, 46, 45);*/
        font-size: 1.1em;
    }

    p#small{
        color: rgb(135, 139, 140);
        font-size: 0.8em;
    }
    
    p#xsmall{
        color: rgb(135, 139, 140);
        font-size: 0.7em;
    }
    
    /*2 Article per line layout*/
    #article_1_2 {
        width: 100%;
        font-size: 0.9em;
    }
    #article_2_2{
        width: 100%;
        font-size: 0.9em;
    }

    /*3 Article per line layout*/
    #article_1_3 {
        width: 100%;
        font-size: 0.8em;
    }
    #article_2_3{
        width: 100%;
        font-size: 0.8em;
    }

    #article_3_3{
        width: 100%;
        text-align: center;
        font-size: 0.8em;
    }

    #article_1_4 {
        width: 100%;
        font-size: 0.8em;
    }
    #article_2_4{
        width: 100%;
        font-size: 0.8em;
    }
    #article_3_4{
        width: 100%;
        font-size: 0.8em;
    }
    #article_4_4{
        width: 100%;
        font-size: 0.8em;
    }
    #logo{
        width: 200px;
    }
    #e-marke{
        width: 85px;
        vertical-align: 50%;
    }

}


/******************************************************************************************************/
/* Angaben für Smartphones */
/**/
/**/
/******************************************************************************************************/
@media only screen and (max-width: 450px)
{
    h1 {
        color: rgb(0, 0, 0);
        font-size: 0.8em;
    }
    
    h2{
        color: rgb(59, 80, 62);
        font-size: 0.8em;
    }
    
    h3{
        color: rgb(73, 73, 45);
        font-size: 0.8em;
    }

    p{
        color: rgb(0, 0, 0);
        font-size: 0.9em;
    }
    
    p#xxlarge{
        color: rgb(0, 0, 0);
        font-size: 1.4em;
    }
    
    p#xlarge{
        color: rgb(0, 0, 0);
        font-size: 1.2em;
    }
    
    p#large{
        color: rgb(0, 0, 0);
        font-size: 1.0em;
    }
    
    p#small{
        color: rgb(135, 139, 140);
        font-size: 0.8em;
    }
    
    p#xsmall{
        color: rgb(135, 139, 140);
        font-size: 0.7em;
    }
    
    
    /*2 Article per line layout*/
    #article_1_2 {
        width: 100%;
        font-size: 0.8em;
    }
    #article_2_2{
        width: 100%;
        font-size: 0.8em;
    }

    /*3 Article per line layout*/
    #article_1_3 {
        width: 100%;
        font-size: 0.7em;
    }
    #article_2_3{
        width: 100%;
        font-size: 0.7em;
    }

    #article_3_3{
        width: 100%;
        text-align: center;
        font-size: 0.7em;
    }

    #article_1_4 {
        width: 100%;
        font-size: 0.7em;
    }
    #article_2_4{
        width: 100%;
        font-size: 0.7em;
    }
    #article_3_4{
        width: 100%;
        font-size: 0.7em;
    }
    #article_4_4{
        width: 100%;
        font-size: 0.7em;
    }
    #logo{
        width: 100px;
    }
    #e-marke{
        width: 42px;
        vertical-align: 50%;
    }

}