@font-face {
	font-family: 'Fraktur';
	src: url('../font/fraktur.ttf') format('truetype');
}





/* Allgemeines */


body {
	margin: 0;

	background-color: #ffffff;

	font-family: Helvetica, 'Liberation Sans', sans-serif;
	color: #333333;
	font-size: 1rem;
}

h2 {
	font-family: 'Fraktur';
	font-size: 2rem;
	margin: 0;
	border: 0;
	padding: 2rem 2rem 0 2rem;
	text-align: center;
}

p {
	margin: 0 0 .8rem 0;
}

td {
	font-size: 1rem;
}

section,
footer {
	border-top: .4rem solid rgba(0, 0, 0, 0);
	transition: all .4s;
}

a.link {
	color: #ffffff;
}


section:hover,
footer:hover {
	border-top: .4rem solid #ff2a2a;
	transition: all .4s;
	box-shadow: 0 .4rem .4rem rgba(0, 0, 0, .25);
}



/* Klassen */

.sectionContentContainer {
	display: grid;
	padding: 2rem;
}

.sectionLight {
	background-color: #ffffff;
	color: #333333;
}

.sectionDark {
	background-color: #333333;
	color: #ffffff;
}



.divTableDark {
	border: .2rem solid #ffffff;
	padding: .4rem;
	margin-bottom: .8rem;
}


.tableDark {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.tableDark td {
	padding: .4rem;
	width: 50%;
}


.tableDark tr:nth-child(2n-1) {
	background-color: #444444;
}

.divTableLight {
	border: .2rem solid #333333;
	padding: .4rem;
	margin-bottom: .8rem;
}


.tableLight {
	width: 100%;
	border-collapse: collapse;
}

.tableLight td {
	padding: .4rem;
}

.tableLight tr:nth-child(2n-1) {
	background-color: #e0e0e0;
}

.tableLightHeader {
	background-color: #333333 !important;
	color: white !important;
}



/* Elemente */


header {
	/*background-color: #333333;*/
	background-color: rgba(1, 1, 1, 0);
	width: 100%;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	left: 0;
	box-shadow: 0 .4rem .4rem rgba(0, 0, 0, .25);
	z-index: 5;
}

#sectionContentContainerHeader {
	padding: .4rem 2rem .4rem 2rem;
	grid-template-columns: 3fr 1fr;
}

nav>ul {
	display: none;
}

#divOeffnungszeitenStatusleiste {
	padding: .4rem;
	text-align: center;
	background: #00a650;
	color: #ffffff;
}

#sectionHeaderBackground {
	height: 20rem;
	background-image: url('../mat/bahnhofsrestauration_woringen_gericht_2.jpg');
	background-position: center;
	background-repeat: none;
	background-size: cover;
	position: relative;
	z-index: 4;
	transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
}

#sectionHeaderBackground:hover {
	border: none;
}

#infoBox {
	/* Keine News -> display: none, ansonsten kein display */

	display: none;
	background-color: rgba(255, 255, 255, .8);
	padding: .8rem;
	padding-bottom: 0;
	font-size: 1rem;
	text-align: center;
	position: absolute;
	bottom: .4rem;
	right: .4rem;
	max-width: 70%;
	transition: all .4s;
}

#infoBox:hover {
	background-color: rgba(255, 255, 255, 1);
	transition: all .4s;
}

#divWillkommenSlider {
	background-image: url('../mat/bahnhofsrestauration_woringen_fassade.jpg');
	background-position: center;
	background-repeat: none;
	background-size: cover;
	min-height: 10rem;
	width: 100%;
	margin: 0 0 .8rem 0;
}

#divRegelnImage {
	background-image: url('../mat/Aussengastronomie_Dehoga.png');
	background-position: center;
	background-repeat: none;
	background-size: cover;
	min-height: 10rem;
	width: 100%;
	margin: 0 0 .8rem 0;
}

.rightItalic {
	text-align: right;
	font-style: italic;
}


#title-heading {
	color: white;
	background-color: #333333;
	padding: 1rem;
	text-align: center;
}


#iframeReservierungAnfahrtKarte {
	width: 100%;
	height: 20rem;
	box-shadow: 0 .4rem .4rem rgba(0, 0, 0, .25);
}


footer {
	background-color: #333333;
	color: #ffffff;
}

#footerPlatzhalter {
	height: 0;
}

#stellenanzeige {
	background-color: #ff2a2a;
	color: #ffffff;
	padding: .4rem;
	position: fixed;
	bottom: 0;
	text-align: center;
	display: block;
	box-sizing: border-box;
	width: 100%;
}





/* Geräte in Landscape-Orientierung */

@media only screen and (orientation: landscape) and (min-width: 1000px) {
	.narrowContainer {
		width: 60%;
		margin: 0 auto;
	}

	/*
	.sectionContentContainer {
		grid-gap: 2rem;
	}
	*/

	#sectionContentContainerHeader {
		grid-template-columns: 9fr 1fr;
	}

	/*
	#sectionContentContainerHerzlichWillkommen {
		grid-template-columns: 2fr 1fr;
	}*/
	/*
	#sectionContentContainerAbholung {
		grid-template-columns: 2fr 1fr;
	}
	*/
	/*
	#sectionContentContainerAktuelles {
		grid-template-columns: 1fr 1fr;
		grid-gap: 2rem;
	}
*/
	#sectionContentContainerOeffnungszeiten {
		grid-template-columns: 2fr 1fr;
		grid-gap: 2rem;
	}

	/*
	#sectionContentContainerReservierungAnfahrt {
		grid-template-columns: 1fr 2fr;
	}

	*/

	#sectionContentContainerFooter {
		grid-template-columns: 1fr 1fr 1fr;
	}
}


/* Darstellung für rotierte Mobile-Geräte */

@media only screen and (orientation: landscape) and (min-resolution: 175dpi) {
	#sectionContentContainerHeader {
		display: none;
	}
}


/* Desktop-Darstellung */

@media only screen and (orientation: landscape) and (max-resolution: 175dpi) and (min-width: 1000px) {
	/*
	nav {
		position: relative;
	}
	
	nav > ul {
		display: block;
		list-style-type: none;
		position: absolute;
		bottom: 0;
	}
	
	nav li {
		display: inline-block;
		float: left;
	}
	
	nav a {
		color: #ffffff;
		text-decoration: none;
		padding: 1rem;
		text-align: center;
		transition: all .4s;
	}
	
	nav a:hover {
		background-color: #444444;
		transition: all .4s;
	}
	*/

	#sectionHeaderBackground {
		height: 35rem;
	}

	#infoBox {
		font-size: 1.6rem;
	}

	#infoBox {
		/* Keine News -> display: none, ansonsten kein display */

		display: none;

		bottom: 2rem;
		right: 2rem;
	}
}