/* neue Schriften hinzufügen*/
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 300;
  src: local('Rajdhani Light'), local('Rajdhani-Light'), url(https://fonts.gstatic.com/s/rajdhani/v5/em1T6bxBT1C9Ui5lcPwYd4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  src: local('Rajdhani'), local('Rajdhani-Regular'), url(https://fonts.gstatic.com/s/rajdhani/v5/5FqxpRLIg1FSapgVo_zNKfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  src: local('Rajdhani Bold'), local('Rajdhani-Bold'), url(https://fonts.gstatic.com/s/rajdhani/v5/kcO_Mk7pjy8jlu86STaVz4bN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

@font-face {
  font-family: 'Fredericka the Great';
  font-style: normal;
  font-weight: 400;
  src: local('Fredericka the Great'), local('FrederickatheGreat'), url(https://fonts.gstatic.com/s/frederickathegreat/v5/7Es8Lxoku-e5eOZWpxw18vc3vBAn7YvtW9hNjxWZBR0.woff) format('woff');
}

.error { color: red; }

/*Grundeigenschaften*/

body{
	text-align:center; 
	font-family: "Rajdhani"; 
	font-weight:300;
	color: #4c4c4c;
	font-size: 20px;
	
	margin-right: 40px;
	margin-bottom: 150px;
	margin-left: 70px;
	
}


/* Header1 Fredericka Überschrift - groß*/
H1{
	text-align:center; 
	margin-top:150px; 
	color:#4c4c4c; 
	font-family: "Fredericka the Great";
	font-size:80px;
	font-weight: 100;
}

/* Header2 Rejdhani Überschrift - groß*/
H2{
	text-align:center; 
	color:#4c4c4c;
	font-size: 35px; 
	font-family: "Rajdhani";
	font-weight: 300;
	}

/*ehm. Header5 Überschrift - klein*/
H3{
	text-align:center; 
	margin-top:150px; 
	color:#4c4c4c; 
	font-family: "Fredericka the Great";
	font-size:50px;
	font-weight: 100;
}

/*ehm. Header6 Überschrift - klein*/
H4{
	text-align:center; 
	color:#4c4c4c; 
	font-family: "Rajdhani";
	font-size:30px;
	font-weight: 100;
}

/*Überschriften aus Word*/
SKberschrift3{
	text-align:center; 
	color:#4c4c4c; 
	font-family: "Rajdhani";
	font-size:60px;
	font-weight: 300;
}	


/*link design*/

a{
	color: #47CC87;
	font-weight: 700;
	text-decoration:none;
}

a:visited{
	color: #47CC87;
	font-weight: 700;
	text-decoration: none;
}

a:hover{
	color:#C08AE6;
	font-weight: 700;
	text-decoration: none;
}


a.black:link{
	color: #372f2b;
	font-weight: 700;
	text-decoration:none;
}

a.black:visited{
	color: #372f2b;
	font-weight: 700;
	text-decoration:none;
}

a.black:active{
	color: #372f2b;
	font-weight: 700;
	text-decoration:none;
}

a.black:hover{
	color: #888888;
	font-weight: 700;
	text-decoration:none;
}

