/* Colors */
:root {
	--rootcolor:#666;
	--rootbackground:#fff;
	--buntfarbe: #e40005;
	--link: #000;
	--linkhover:#e40005;
  }
/* Logo AmericaDesign */
@font-face {
	font-family: 'AmericaDesignLogo';
	src: url('../fonts/AmericaDesign.eot') format('eot'), 
	     url('../fonts/AmericaDesign.woff') format('woff'), 
	     url('../fonts/AmericaDesign.otf')  format('otf'),
		 url('../fonts/AmericaDesign.ttf')  format('truetype'),
		 url('../fonts/AmericaDesign.svg#AmericaDesign') format('svg');
}
.logo100 {
		font-family: 'AmericaDesignLogo'!important;
		font-size:100px!important;
		line-height:50px;
		padding:0;margin:0;
}
.logo200 {
		font-family: 'AmericaDesignLogo';
		font-size:200px;
		line-height:70px;
		padding:0;margin:0;
}
.logo300 {
		font-family: 'AmericaDesignLogo';
		font-size:300px;
		line-height:100px;
		padding:0;margin:0;
}
@font-face {
    font-family: 'tasa_orbiterregular';
    src: url('../fonts/tasaorbiter-variablefont_wght-webfont.woff2') format('woff2'),
         url('../fonts/tasaorbiter-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

