
a, .impressum {
	color: #990A2C;
}

a:hover{
	color: #990A2C;
	text-decoration: underline;
}

a:focus {
	color: #990A2C;
	text-decoration: none;
}


#modalImpressum, #modalDatenschutz {
	font-size: 0.9em;
}

.h1grey {
	background: #990A2C;
	color: white;
}

.address {
	
	padding-left: 15px;
	padding-right: 15px;
}

h1, h2, h3, h4, h5, h6 {
	color: #990A2C !important;
}

.sitelogo img {
	width: 100%;	
}

.openingHours {
	
}

.openingHours table {
	width: 80%;
	margin: 0 auto;
}


/* Small only */
@media screen and (max-width: 39.9375em) {

	body {
		font-size: 1.3em;	
	}
	
	h1 {
		font-size: 1.4em;
	}
	
	h2 {
		font-size: 1.4em;
	}
	
	h3 {
		font-size: 1em;
	}
	
	.contentDiv {
		margin-top: 15px;
		border: 1px solid #000000;
		padding: 10px;
	}
	
	.impressum {
		margin-top: 10px;
		text-align: center;
	}
	
	.mainContent {
		margin-top: 10px;
	}
	
	.contentDiv {
		position: relative;
	}

	.siteGridContainer {
		border: none !important; 
	}	
	
	.sitelogoCell {
		
	}	
	
	.sitelogo {
		text-align: center;
	}
	
	.sitelogo img {
		width: 90%;
	}
	
	.address {
	text-align: center;
		padding-top: 15px;
	}
		
}


/* Medium and up */
@media screen and (min-width: 40em) {

	html, body {
		height: 100%;
	}
		
	body {
		font-size: 1.5em;	
		
	}
	
	h1 {
		font-size: 1.3em;
	}
	
	h2 {
		font-size: 1.3em;
	}
	
	h3 {
		font-size: 1em;
	}
	
		
	.mainContent {
		width: 100%;
		height: 50%;
		position: absolute;
		top:-100px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.logoDiv {
		border-left: 1px solid #000000;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		
		padding: 2%;
		text-align:center;
	}
	
	.contentDiv {
		padding-left: 20px;
		padding-top: 20px;
		border-right: 1px solid #000000;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		position: relative;
		text-align:center;
	}
	
	.contentCenterDiv {
		text-align:left;	
		display: inline-block;
		padding-bottom: 15px;
	}
	
	.impressum {
		text-align: right;
	}
	
	.sitelogo {
		text-align: center !important;
	}
	
	.sitelogoCell {
		border-left: 1px solid #990A2C;
		border-top: 1px solid #990A2C;
		border-bottom: 1px solid #990A2C;	
		
  		text-align: center;
	}
	
	.siteAddressCell {
		border-right: 1px solid #990A2C;
		border-top: 1px solid #990A2C;
		border-bottom: 1px solid #990A2C;	
		padding-left: 15px;
		
	}
	
}
