body {
	font-family: Arial,Verdana,sans-serif;
	font-size: 1.5 rem;
    	color: #000;
	background-color: white;
	margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
}

body1 {
	font-size: 2rem;
	font-weight: bold;
	color: #009fe4;   
}

body2 {
	font-size: 2rem;
	font-weight: bold;
	color: #3d3d3d;
}

body3 {
	font-size: 2rem;
	font-style: oblique;
	font-weight: bold;
	color: #5a2572;   
}

body4 {
	font-size: 10px;
	color: #5a2572; 
}

bodyr {
	font-size: 1.5 rem;
	font-weight: bold;
	color: #ff0000;   
}

bodyy {
	font-size: 1.5 rem;
	font-weight: bold;
	color: #ffc500;   
}

bodyg {
	font-size: 1.5 rem;
	font-weight: bold;
	color: #248c00;   
}

bodyh {
	font-size: 1.5 rem;
	color: #5a2572
}


form label{
	font-size: 0.75rem;	
}

h1 {
	margin: 0 0 20px;
	line-height: 1.2;
}

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Arial,Verdana,sans-serif;
	font-weight: 300;
	line-height: 1.4;
	color: #009fe4;
}


a {
	color: #009fe4;
	text-decoration: none;
	font-weight: bold;
}

section {
	background: url(../images/background1.png) no-repeat;	
        background-color: white;
	border-radius: 7px;
	margin-left: 15%;
	margin-right: 15%;
	padding: 2em;
	margin-top: 10px;
	display: grid ;
	grid-template-columns: [bild] 250px [text] auto;
}

footer {
	position: fixed;
	color: #5a2572;
	background-color: #f7f7f7;
	bottom:0;
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}

topa {
	position: fixed;
	background-color: white;
	top: 0;
	margin-top: 0px;
	width: 25%;
	height: 80px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

topb {
	height: 80px;
	position: fixed;
	background-color: #5a2572;
	top: 0;
	margin-left: 25%;
	margin-top: 0px;
	padding-left: 3rem;
	width: 100%;
	text-align: left;
	color: white;
	font-size: 1.25rem;
	vertical-align: middle;
}

topa img {
	max-width: 75%;
	max-height: 50px;
	background-color: white;
        margin: 15px;
}

footer,
footer a {
	color: #5a2572;
	text-align: center;
}

header {
	color: white;
	text-align: center;
}

header h2  {
	font-weight: normal;
}

header ul li {
	display: inline-block;
}
header ul li a {
	color: white;
	padding-left: 10px;
}

article {
	grid-area: text;
}

aside {
	width: 200px;
	grid-area: bild;
}

aside img {
	max-width: 200px;
	max-height: 200px;
}

@media only screen and (max-width: 768px) {

section {
	background-color: white;
	border-radius: 10px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 2em;
	margin-top: 10px;
	display: block;	
	grid-template-columns: 100%
}

}
