@charset("utf-8");
/* Sektionen-Übersicht
Sektion 01: Container
Sektion 02: Tabellen-Elemente
Sektion 03: Listen
Sektion 04: Rubriken
Sektion 05: Absätze
Sektion 06: Semantische Text-Auszeichnungen
Sektion 07: Anker
Sektion 08: Formular-Elemente
Sektion 09: Bild-Elemente
*/
/* Sektion 01: Container */
body {
	background-color: #FAFAFA; /* HG-Farbe FAx3 */
	color:#010101; /* FaKand Bias */
	}

body * {
font-family: sans-serif;
	}

body section#corpus {
position: relative;
top:10px;
left:0;

width:82%;
margin: auto;
}

body section#corpus aside#bracchia {}


body section#corpus footer#pedes {}

body section#corpus header#caput {
position: relative;

width: 100%;
min-height: 240px;

background-image: url("./ill/logo_nachhaltig_klar_220_text.png");
background-repeat: no-repeat;
background-position: right center;
background-size: contain;
}

body section#corpus section#gaster {}

body section#corpus section#gaster nav#inSocialNetworks {}


/* Sektion 02: Tabellen-Elemente */
body section table {}
body section table thead tr th {}
body section table thead tr td {}
body section table tbody tr th {}
body section table tbody tr td {}


/* Sektion 03: Listen */
ol {}
ul {}

ol li {}
ul li {}



/* Sektion 04: Rubriken */
h1 {
font-size: 2.2rem;
}
h2 {}
h3 {}

/* Sektion 05: Absätze */
p {
font-size: 1.2rem;
}

/* Sektion 06: Semantische Text-Auszeichnungen */
em {}
/*
span.titulus.primus {
color: #A4EDFF;  Farbe Azuro
}

span.titulus.secundus {
color:#5BC623; Farbe Grün
}
 */
/* Sektion 07: Anker */
a {}
body section#corpus section#gaster nav#inSocialNetworks a {
text-decoration: none;
font-size:1.3rem;
color:#000; /* FaKand Schwarz */
}


body section#corpus section#gaster nav#inSocialNetworks a.adInsta {
	background-image:url("./ill/sy_instagram_sw.png");
	background-repeat: no-repeat;
	background-size:contain;
	position: relative;
	
	display: inline-block;
	width:100px;
	height: 120px;
	padding-top:100px;
	}

body section#corpus section#gaster nav#inSocialNetworks a.adFb {
	background-image:url("./ill/sy_fb_sw.png");
	background-repeat: no-repeat;
	background-size:contain;
	position: relative;
	
	display: inline-block;
	width:100px;
	height: 120px;
	padding-top:100px;
	margin-left:20px;
	}


/* Sektion 08: Formular-Elemente */
form {}
form fieldset {}
form fieldset button {}
form fieldset input {}
form fieldset label {}
form fieldset legend {}
form fieldset select {}


/* Sektion 09: Bild-Elemente */
figure {}
figure figcaption {}
figure img {}

p img {}


