/* FONTS local einbinden */


/* open-sans-300 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local(''), url("../css/fonts/open-sans-v34-latin-300.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("../css/fonts/open-sans-v34-latin-300.woff") format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''), url("../css/fonts/open-sans-v34-latin-regular.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("../css/fonts/open-sans-v34-latin-regular.woff") format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-600 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local(''), url("../css/fonts/open-sans-v34-latin-600.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("../css/fonts/open-sans-v34-latin-600.woff") format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-700 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''), url("../css/fonts/open-sans-v34-latin-700.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("../css/fonts/open-sans-v34-latin-700.woff") format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-italic - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local(''), url("../css/fonts/open-sans-v34-latin-italic.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("../css/fonts/open-sans-v34-latin-italic.woff") format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* roboto-100 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local(''), url("../css/fonts/roboto-v30-latin-100.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("../css/fonts/roboto-v30-latin-100.woff") format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* roboto-100italic - latin */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: local(''), url("../css/fonts/roboto-v30-latin-100italic.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("../css/fonts/roboto-v30-latin-100italic.woff") format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    background: #d0e0ff;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: 300;
    /*		src: local('Open Sans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3SZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
	*/
    font-size: 9pt;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 22pt;
    color: #0057A3;
}

h3 {
    font-size: 16pt;
    font-weight: bold;
}

h4 {
    font-size: 14pt;
}

h5 {
    font-size: 10pt;
}

h6 {
    font-size: 10.5pt;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0px;
}

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

ul,
ol {
    margin: 0px;
    padding-top: 0px;
    padding-left: 18pt;
}

.blau {
    color: #0057a3;
}

b .blau {
    text-decoration: underline;
}

.blau2 {
    color: #57a3ff;
}

.gruen {
    color: #77b357;
}

.orange {
    color: #ffa300;
}

.hm {
    text-transform: uppercase;
    color: #0057a3;
}

.hm_aktiv {
    text-transform: uppercase;
    color: #ff0000;
}

.inset {
    border: inset 2px #ffffff;
}

.outset {
    border: outset 2px #ffffff;
    background: #dddddd
}

.kopf {
    line-height: 14pt;
    font-size: 10pt;
    background: #0000bb;
    color: #ffffff;
}

.ungerade {
    background: #e0e0e0;
    border: solid 4px red;
    font-size: 9pt;
}

.gerade {
    background: #D0E0ff;
    font-size: 9pt;
}

.MenuEbene0 {
    font-size: 9pt;
}

.MenuEbene1 {
    font-size: 7pt;
}


/* Startseite */

.intro {
    font-family: 'Open Sans' sans-serif;
    font-style: normal;
    font-weight: 300;
    /* src: local('Open Sans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3SZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
*/
    width: 55%;
    font-size: 12pt;
    line-height: 150%;
    width: 70%;
    float: left;
    padding: 0 0 0 10px;
    font-size: 115%;
    line-height: 150%;
    font-weight: light;
}

.intro-full-width {
    font-family: 'Open Sans' sans-serif;
    font-style: normal;
    font-weight: 300;
    /*  src: local('Open Sans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3SZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
*/
    color: #333333;
    padding: 0 0 0 10px;
    font-size: 128%;
    line-height: 150%;
    font-weight: light;
}

.intro span {
    color: #DE2822;
    font-weight: normal;
    /* background-color: green; */
}

.news {
    width: 60%;
    line-height: 130%;
    float: left;
    padding-top: 10px;
    font-size: 280%;
    font-weight: 100;
    color: grey;
}

.news span {
    color: #DE2822;
    /* background-color: green; */
}

.news small {
    color: #B9BABA;
    font-size: 120%;
}

.news button {
    font-size: 55%;
    font-weight: 100;
    line-height: 200%;
    letter-spacing: 1pt;
    color: #B9BABA;
    background-color: transparent;
    padding: 8px 40px;
    margin-top: 20px;
    border: 2px solid #B9BABA;
    border-radius: 8px;
}

.news a {
    color: #B9BABA;
}

.news a:hover {
    color: #0095C6;
}

.safety-item {
    width: 30px;
    margin-right: 8px;
}


/* ÜBER UNS und textlastige Seiten */

.ESKblau div,
.ESKblau h4,
.ESKblau p,
.ESKblau li,
.ESKblau h5,
.ESKblau table {
    font-size: 12pt;
    line-height: 150%;
    color: #333333;
    margin: 0 0 0px 20px;
}

.ESKblau h4,
.ESKblau h5 {
    font-size: 28px;
    font-weight: 100;
    color: #000000;
    margin: 20px 0 10px 20px;
}

.ESKblau h5 {
    font-size: 16px;
    color: #333333;
    margin: 10px 0 4px 20px;
}

.ESKblau p,
.ESKblau table {
    font-family: "Open Sans" sans-serif;
    font-style: normal;
    font-weight: 300;
    /*  src: local('Open Sans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3SZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
 */
    line-height: 125%;
    width: 75%;
}

.ESKblau table {
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: 300;
    /*  src: local('Open Sans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3SZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
*/
    color: #333333;
}

.ESKblau table td {
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
    font-size: 90%;
    max-width: 500px;
    vertical-align: top;
    padding: 5px;
}

.ESKblau ul {
    margin: 8px 0 0 -10px;
    list-style-image: url('./pics/square.gif');
    /*   color:"blue"; */
}

.ESKblau a {
    font-size: 12pt;
    line-height: 150%;
    color: #333333;
    margin: 0 0 0px 0px;
    text-decoration: none;
}

.ESKblau img {
    margin: 0 0 0px 20px;
}


/*
-----
Standardprodukte (blau)   #0095C6  

Tabelle Kopf: 30%  /     #B2DFEE

Tabelle Zeile: 15%   /     #D9EFF7

-------

CO2/Go green    /     #95BD14

Tabelle Kopf   /     #E8F5AE

Tabelle Zeile   /     #EAF7BA

-----

FL1 (orange)  /     #EF7000

Tabellen-grau:  #B9BABA

Verlauf hinter den Zeichnungen:   #ECECEC > #FFFFFF

 */