html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body{
    color: white;
	font-family: 'soleil',Verdana;
	line-height: 24px;
	padding: 0; margin: 0;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5 {
	margin: 0;
}

a {
	color: white !important;
}
img.circle {
	border-radius: 50%;
}
header {
	height: 64px;
	left: 0;
	top: 0;
	width: 100%;
	position: fixed;
	background-color: #0055B9;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.5);
	z-index: 100;
}
header .header-content {
	height: 100%;
	width: 100%;
	max-width: 1152px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
header .header-right {
	display: flex;
	align-items: center;
}
main {
	background-color: #0055B9;
	background-image: url('/20jahre/images/party_small.png');
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 0px 24px;
	margin-top: 64px;
}

/* Testballon: Social Wall 20 Jahre GS */
#wallsio-iframe {
	margin-bottom:32px;
	border:0;
	height:800px;
	width:100%;
}

footer {
	background: #004494;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	padding: 48px 24px;
}
footer > p {
	font-size: 18px;
}
footer > div {
	font-size: 12px;
}
footer .footernav a:hover {
	text-decoration: underline;
}
.button-div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 398px;
	width: 100%;
}
.button {
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.button-social {
	height: 40px;
	background: white;
	color: #757575;
	padding: 0px 8px;
	width: 174px;
	margin: 24px auto 0;
	justify-content: flex-start;
}
.clearfix {
	clear: both;
}
.m-l-1 {
	margin-left: 8px;
}
.m-r-1 {
	margin-right: 8px;
}
.m-l-2 {
	margin-left: 16px;
}
.m-r-2 {
	margin-right: 16px;
}
/* featherlight (remind me)
.featherlight .featherlight-close-icon, .featherlight h2{
	color: #c0392b;
}
.featherlight h2{
	font-size: 22px;
}
.featherlight p.description{
	margin: 20px 0px;
}
.featherlight .featherlight-content, .featherlight .featherlight-close-icon{
	background: #ecf0f1;
	max-width: 600px;
}
.featherlight .formlabel{
	margin: 0px 10px;
}
.featherlight .iconbutton:hover{
	background: #e0e0e0;
}
.featherlight .iconbutton {
	background: #ffffff;
}
 */
