img {
	max-height: 100vh !important;
}

body {
	background: #0C58AD;
	color: #FFFFFF;
}

.cell {
	padding: 0px !important;
	margin: 0px !important;
}

.mainPage {
	margin-top: 50px;
	margin-bottom: 10px;
}

.logoGemeinde img {
	max-height: 200px !important;
}


.infoText {
	margin-top: 75px;
	font-size: 4rem;
	line-height: 1;
}

table, table tbody {
	background: transparent !important;
	border: 0px !important;
}


.button {
	background: #000000;
	border-radius: 5%;;
}

.stores {
	margin-top: 65px;
}

.imprint {
	text-align: center;
	margin-top: 35px;
}

.imprint a {
	color: #FFFFFF !important;
}

.reveal p, .reveal {
	color: #333333 !important;
}

.storeCopyrightContainer {
	
}

.storeCopyright {
	font-size: 0.7rem;
}

.storeLinks .cell{
	padding-right: 10px !important
}

.euInfo {
	margin-top: 25px;
	
}

.euInfo .cell {
	background: #FFFFFF;
	padding: 5px !important;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.3rem;
}

.revealLink {
	cursor: pointer;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	.infoText {
		margin-top: 55px;
		font-size: 2rem;
		line-height: 1;
	}

	table td {
		text-align: center;
	}

	.storeLinks img {
		max-width: 60%;
		margin-bottom: 15px;;
	}
	
	.imprint {
		padding-top: 20px !important;
	}

	.mainPage, .storeCopyrightContainer {
		text-align: center;
	}

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}