
.myfa {display:inline-block; cursor:pointer; }
.fa-tiny{width:14px;}
.fa-small{width:20px;}
.fa-medium{width:35px;}
.fa-big{width:45px;}
.fa-rot svg{fill:red;}              .fa-bg-rot{stroke:red; fill:#fff;} .bg-rot{background:red;}
.fa-gruen svg{fill:green;}
.fa-blau svg{fill:blue;}
.fa-gelb svg{fill:gold;}            .bg-gelb{background:gold;}  .border-gelb{border: 4px solid gold; color:#888; padding:8px;}
.fa-orange svg{fill:orangered;}
.fa-pink svg{fill:deeppink;}
.fa-olive svg{fill:olive;}
.fa-lime svg{fill:lime;}
.fa-cyan svg{fill:cyan;}
.fa-grau-0 svg{fill:#000;}
.fa-grau-1 svg{fill:#222;}
.fa-grau-2 svg{fill:#444;}
.fa-grau-3 svg{fill:#666;}   .bg-grau{stroke:#666;}
.fa-grau-4 svg{fill:#888;}
.fa-grau-5 svg{fill:#bbb;}
.fa-grau-6 svg{fill:#ccc;}
.fa-weiss svg{fill:#fff;}


/* Farben */
.color-black {color:#000;}
.bg-black {background-color:#000;}

.color-white {color:#fff;}
.bg-white {background-color:#fff;}

.color-lightgrey {color:#eee;}
.bg-lightgrey {background-color:#eee;}

.color-darkgrey {color: #1a2025}
.bg-darkgrey {background-color: #1a2025}

.color-red {color: #ff0000;}
.bg-red {background-color: #ff0000;}

.color-gold {color: #c90;}
.bg-gold {background-color: #c90;}

/* auch in ...css.php */
.clear-0-class{clear:both;height:1px;}
.clear-class{clear:both;}
.float-l-class{float:left;}
.float-r-class{float:right;}
.none-class{display:none;}
.block-class{display:block;}
/*
.rahmen{border:1px solid #000; width:100%; width:100%; }
.rahmenNegativ{border:1px solid #fff; width:100%; width:100%; }

.js_link{cursor:pointer;}
.js_link:hover{font-weight:600;}
.upp{text-transform:uppercase; font-weight:bold;}
li				 {list-style-image:none;    list-style-position:outside;    list-style-type:none;  font-size:1em;  }

h3, .mtext		{text-align:left; font-family:HausSchriftRegular, Arial,San-serif;  font-size:16px;  letter-spacing:0.3pt; font-weight:300; color:#000;}
h2, .mtext2		{text-align:left; font-family:HausSchriftRegular, Arial,San-serif;  font-size:20px;  letter-spacing:0.3pt; font-weight:300; color:#000;}

.mtextHead		{text-align:left; font-family:HausSchriftmedium, Arial,San-serif;  font-size:40px;  letter-spacing:0.3pt; font-weight:600; color:#333;}


.negativ{color:#fff;}
.button_ix {	  background-color:#555;
				  border: none;
				  color: white;
				  padding: 10px 22px;
					 text-align: center;
					  text-decoration: none;
				  display: inline-block;
				 font-size: 14px;
				margin: 4px 2px;
				  cursor: pointer;}

*/