@charset "UTF-8";
/*-----------------------------------------------------------
Basis-stylesheet mit Reset, Restaurierung und Basisformatierung
Stand: Mai 2018
Datei: main.css
Autor: Claudia Renner
-------------------------------------------------------------*/
/* raleway-300 - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 300;
	src: local('Raleway Light'), local('Raleway-Light'),
		 url('../fonts/raleway-v13-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/raleway-v13-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* raleway-regular - latin */
  @font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: local('Raleway'), local('Raleway-Regular'),
		 url('../fonts/raleway-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/raleway-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* raleway-500 - latin */
  @font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	src: local('Raleway Medium'), local('Raleway-Medium'),
		 url('../fonts/raleway-v13-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../fonts/raleway-v13-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
@media all {
/*-----------------------------------------------------------
Allgemeine Basis-Angaben
-------------------------------------------------------------*/
html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, code,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset, legend, input, textarea {
	margin: 0;
	padding: 0;
}
body {
	color: #000033;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 160%;
	letter-spacing: 0.1em;
	background-color: #d1d1d1;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
/*-----------------------------------------------------------
Images
-------------------------------------------------------------*/
fieldset, a img { 
	border: none;
}
img {
	max-width: 100%;
}
.hidepics {
	height: 0px;
	width: 0px;
	display: none;
}
/*-----------------------------------------------------------
Float
-------------------------------------------------------------*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0; 
  height: 0;
  visibility: hidden;
}
/* IE-Patch für IE 7*/
*:first-child+html .clearfix { min-height: 0; } 

/* IE-Patch für IE 6*/
* html .clearfix { height: 1%; }
/*-----------------------------------------------------------
Text
-------------------------------------------------------------*/
p {
	padding-bottom: 0.4em;
}
h1 {
	line-height: 150%;
	font-weight: 500;
	padding-bottom: 1em;
	font-size: 250%;
}
h2 {
	line-height: 150%;
	font-weight: 500;
	padding-bottom: 2%;
	padding-top: 3%;
	font-size: 130%;
}
h3 {
	font-size: 110%;
	font-weight: 500;
	color: #555;
	line-height: 140%;
	padding-bottom: 2%;
	padding-top: 3%;
}
h4 {
	font-size: 130%;
	font-weight: 500;
	color: #555;
	line-height: 140%;
	padding-bottom: 2%;
	padding-top: 0%;
}

/*-----------------------------------------------------------
Allgemein
-------------------------------------------------------------*/
.kleiner {
	font-size: 60%;
}
.black{
	color: black;
}
}
@media only screen and (max-width:1279px){
body {
	font-size: 80%;
	/*color:#FF0000;*/
}
font-size: 180%;
}
@media only screen and (max-width:1024px){
body {
	font-size: 70%;
	/*color: #FFFF33;*/
}
h1 {
	font-size: 175%;
}
}
@media only screen and (max-width:760px){
body {
	font-size: 85%;
	/*color: #0033FF;*/
}
h1 {
	font-size: 120%;
}
.dat h3 {
	font-size: 105%;
	padding-bottom: 2%;
	color: #555;
}
h3 {
	font-size: 105%;
	padding-bottom: 1%;
	padding-top: 2%;
}
}
@media only screen and (max-width:479px){
body {
	font-size: 90%;
}
h1 {
	font-size: 55%;
}
h2	{
	font-size: 110%;
	line-height: 120%;
}
.dat h3 {
	font-size: 95%;
	padding-bottom: 2%;
	color: #555;
}
h3 {
	font-size: 95%;
	padding-bottom: 0%;
}
h4 {
	font-size: 110%;
}

}

/*-----------------------------------------------------------
Ende des stylesheets
-------------------------------------------------------------*/


