/*
 * Styles für schusterelektro.de
 */
.main-content {
	padding: 1em;
	max-width: 480px;
	margin-top: 15%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;
}

#toggle {
	vertical-align: middle;
	font-size: xx-large;
	cursor: pointer;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-weight: 700;
	border-bottom: 2px solid black;
}

h1.glow {
	color: #cc9900;
	text-shadow: 0 0 5px #ffe699;
}

span.material-icons {
	vertical-align: text-bottom; 
}

a {
	text-decoration: none;
	color: #8a6700;
}

a:hover {
	color: #cc9900;
}