html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.wrapper {
	height: 100vh;
	width: auto;
	display: flex;
	justify-content: center;
}

.logo-row {
	text-align: center;
	width: 100vw;
	height: auto;
}

.logo {
	height: 130px;
	width: 200px;
	background:url(img/two_logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 8em auto;
}

.panel-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 2em;
	margin-bottom: 10em;
}

.link {
	text-decoration: none;
}

.panel {
	height: 7em;
	width: 7em;
	background: white;
	margin: 2em 2em;
	padding: 2em;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0px 0px 10px 8px rgba(255, 165, 0, 0.16);
	border-radius: 5px;
	border: 1px solid orange;	
}

.panel p {
	font-family: sans-serif;
	color: #252525;
}

.panel:hover {
	background:orange;
	box-shadow: none;
}

.panel-icon-wiki {
	height: 70px;
	width: 70px;
	margin: 0 auto 2em;
	background: url(img/wiki.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.panel-icon-website {
	height: 70px;
	width: 70px;
	margin: 0 auto 2em;
	background: url(img/website.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.panel-icon-mittag {
	height: 70px;
	width: 70px;
	margin: 0 auto 2em;
	background: url(img/mittag.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.panel-icon-transfer {
	height: 70px;
	width: 70px;
	margin: 0 auto 2em;
	background: url(img/transfer.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.panel-icon-inspo {
	height: 70px;
	width: 70px;
	margin: 0 auto 2em;
	background: url(img/inspo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.panel-icon-tools {
	height: 70px;
	width: 70px;
	margin: 0 auto 2em;
	background: url(img/tools.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.panel-icon-nps {
	height: 70px;
	width: 70px;
	margin: 0 auto 2em;
	background: url(img/nps.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}