@charset "utf-8";

/*@font-face {
	font-family:"DINSchablonierschrift";
	src:url("webfont_dinschab/DINSRG__.eot?") format("eot"),url("webfont_dinschab/DINSRG__.woff") format("woff"),url("webfont_dinschab/DINSRG__.ttf") format("truetype"),url("webfont_dinschab/DINSRG__.svg#DINSchablonierschrift") format("svg");
	font-weight:normal;
	font-style:normal;
}*/
@font-face {
    font-family: 'DINSchablonierschrift';
    src: url('webfonts/dinsrg_pluslowercase-webfont.eot');
    src: url('webfonts/dinsrg_pluslowercase-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/dinsrg_pluslowercase-webfont.woff') format('woff'),
         url('webfonts/dinsrg_pluslowercase-webfont.ttf') format('truetype'),
         url('webfonts/dinsrg_pluslowercase-webfont.svg#din_schablonierschriftregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-display: swap; 
  font-family: 'Big Shoulders Stencil';
  font-style: normal;
  font-weight: normal;
  src: url('webfonts/big-shoulders-stencil-v4-latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Big Shoulders Stencil';
  font-style: normal;
  font-weight: bold;
  src: url('webfonts/big-shoulders-stencil-v4-latin_latin-ext-800.woff2') format('woff2');
}

body, html{
	margin: 0;
	padding:0;
	height: 100%;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height: 16px;
	color: #000;
	text-decoration:none;
}


a {
	color:#009de0;
	font-weight:normal;
	text-decoration:none; 
	outline:0 none;
}
a:hover {
	color:#000;
}
p {margin:0px; margin-bottom:5px;}
blockquote {
	margin:0px;
	margin-left:40px;
}
h1, .h1 {
	font-family:"DINSchablonierschrift",Arial, Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	font-style:normal;
	font-size:30px;
	line-height:32px;
	color:#009de0;
	margin:0;
	margin-bottom:15px;
}
h2, .h2{
	font-weight: bold;
	font-style:normal;
	font-size:15px;
	color:#000;
	margin:0;
	margin-bottom:15px;
}
h3, .h3 {
	font-weight: bold;
	font-style:normal;
	font-size:13px;
	color:#009de0;
	margin:0;
	margin-bottom:15px;
}
h4, .h4 {
	font-weight: bold;
	font-style:normal;
	font-size:13px;
	color:#000;
	margin:0;
	margin-bottom:15px;
}
.klein	{
	font-size: 11px;
	line-height:14px;
}
.serif {font-family:Georgia, "Times New Roman", Times, serif;}
.big {font-size:18px; line-height:24px;}
.schwarz, .schwarz:hover, .schwarz:active, .schwarz:link, .schwarz:visited { color: #000;}
.weiss, .weiss:hover, .weiss:active, .weiss:link, .weiss:visited { color: #FFF;}
.blau, .blau:hover, .blau:active, .blau:link, .blau:visited { color: #009de0;}
.grau, .grau:hover, .grau:active, .grau:link, .grau:visited { color: rgb(150,150,150);}
.hellgrau, .hellgrau:hover, .hellgrau:active, .hellgrau:link, .hellgrau:visited { color: rgb(200,200,200);}

.normalschrift { font-family: 'Big Shoulders Stencil', Arial, Verdana, Geneva, sans-serif;; text-transform:none }

.bg_blau {
	color: #FFF;
	padding: 5px;
	background-color: #009de0;
}
img.scalable_img {
	display:block;
	width:100%;
	height:auto;
}
img.scalable_img50 {
	display:block;
	width:50%;
	height:auto;
}

ul {
list-style-type: none;
list-style-position:outside;
margin:0;
padding:0;
}
li {
position:relative;
margin:5px 0 5px 20px;
}
li:before { position:absolute; content: "_ "; color:rgb(92,91,96); left:-20px;}

hr {color:#009de0; background-color:#009de0; height:1px; border:none;}
hr.grau {color:rgb(92,91,96); background-color:rgb(155,155,155); height:1px; border:none;}