/* @override http://trapp-design.eu/css/html5.css */

/* @group html5 */

header {
	float: left;
	width: 100%;
}

nav {
	
}
menu {
	margin: 0;
	padding: 0;
}

main {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

article {
	text-align: left;
	margin: 0 auto;
	padding: 12px;
	display: block;
}

aside {

}

section {
	
}

figure {
	overflow: hidden;
}

address {
	font: normal normal 1em Nauman-Light;
}

button {
	
}

footer {

}

time {
	
}
cite {
	
}
b, strong {
 font-family: CoreSansM45Regular;
	font-weight: normal;
	font-style: normal;
}

p {

}
.error {
	color: #ff3675;
}
.succsess {
	color: #84be41;
}
/* @end */