body {
	font-size: 26px;
	font-family: Arial, Sans-Serif;
	color: #333;
	background-color: #F3E9DE;
	min-width: 920px;
	max-width: 1400px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

table {
	border-spacing: 0px;
	margin: 0px;
	border: 0px;
	max-height: 999999px;
}

td {
	vertical-align: top;
	text-align: left;
	padding: 0px;
	border: 0px;
}

hr {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	width: 50%;
}

h1 {
	margin: 0px;
	max-height: 999999px;
	margin-bottom: 25px;
	font-size: 36px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: normal;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 35px;
}

hr {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #FFF;
	border-left: 0px;
	border-right: 0px;
}

div {
	box-sizing: border-box;
}

a {
	color: #BB0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}

ul {
	padding-left: 24px;
	margin-top: 0px;
}

input,
textarea {
	font-family: Arial, Sans-Serif;
	padding: 5px;
	color: #333;
	font-size: inherit;
	border: 1px solid #333;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	margin: 0px;
}

textarea {
	display: block;
}

input[type="text"]::placeholder {
	font-style: normal;
	color: #999;
}

input:focus,
textarea:focus {
	outline: none !important;
	border:1px solid #0066FF;
}

input[type="button"],
input[type="submit"] {
	background-color: #EEE;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #F9F9F9;
	cursor: pointer;
}

table#header {
	background-color: #FFF;
	width: 100%;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	border-bottom: 1px solid #333;
}

table#header td {
	vertical-align: middle;
}

table#header td:nth-child(1) img#lazarus {
	display: block;
	width: auto;
	height: auto;
	padding-left: 50px;
	padding-right: 25px;
}

table#header td:nth-child(2) {
	white-space: nowrap;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

table#header td:nth-child(3) {
	width: 100%;
}

table#header td:last-child {
	min-width: 25px;
}

table#header div.title {
	font-size: 36px;
}

table#header div.subtitle {
	font-size: 20px;
	margin-top: 5px;
}

table#header td.navigation {
	white-space: nowrap;
	padding-top: 10px;
	padding-bottom: 10px;
}

table#header td.navigation:hover {
	white-space: nowrap;
	border-top: 10px solid #BB0000;
	padding-top: 0px;
	background-color: #EEE;
	background: linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	box-shadow: inset 0px 0px 3px #999;
}

table#header td.navigation a {
	color: #333;
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 50px;
	padding-bottom: 50px;
	white-space: nowrap;
	font-size: 26px;
}

table#header td.navigation a:hover {
	color: #333;
	text-decoration: none;
}

table#header td#showPopupNavigation a {
	color: #333;
	font-size: 300%;
	padding-right: 25px;
	white-space: nowrap;
}

table#header td#showPopupNavigation a:hover {
	text-decoration: none;
	color: #BB0000;
}

@media (max-width: 1329px) {
	table#header td.navigation {
		display: none;
	}
}

@media (min-width: 1330px) {
	table#header td#showPopupNavigation {
		display: none;
	}
}

div#language {
	text-align: right;
	margin-bottom: 40px;
	border: none;
	box-shadow: none;
}

div#language a {
	margin-left: 10px;
}

div#language img {
	border-radius: 2px;
	box-shadow: 0px 0px 2px #333;
}

div.content {
	z-index: 10;
	padding: 50px;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	background-color: #FFFFFF;
}

div.content#about td.left {
	width: 60%;
	padding-right: 50px;
	text-align: justify;
}

div.content#about td.right div.box {
	font-size: 80%;
}

div.content#about table#donation td {
	padding-bottom: 25px;
}

div.content#about table#donation td#iban {
	padding-right: 5px;
}

div.content#schedule table tr.row:nth-child(odd) td.cell {
	padding-bottom: 25px;
	padding-top: 25px;
}

div.content#schedule table tr.row:nth-child(even) {
	background-color: #EEE;
	box-shadow: 0px 0px 5px #999;
}

div.content#schedule table td.cell {
	padding: 20px;
	border-left: 1px solid #AAA;
}

div.content#schedule table td.cell:first-child {
	border-left: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
}

div.content#schedule table td.cell:nth-child(1) {
	white-space: nowrap;
}

div.content#schedule table td.cell:last-child {
	border-right: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.content#schedule table span.day {
	font-size: 100%;
}

div.content#schedule table td.time {
	padding-right: 20px;
}

div.content#schedule table td.cell:nth-child(3) {
	width: 40%;
}

div.content#contact {
	vertical-align: top;
}

div.content#contact table {
	vertical-align: top;
	width: 390px;
	display: inline-block;
	margin-left: 25px;
	margin-bottom: 100px;
}

div.content#contact table:nth-child(2) {
	margin-left: 0px;
}

div.content#contact table td {
	text-align: center;
}

div.content#imprint,
div.content#data_privacy {
	min-height: 100vh;
}

div.content#contact table td img {
	box-shadow: 0px 0px 5px #999;
	border-radius: 5px;
	margin-bottom: 14px;
}

div.content#contact table td .box {
	width: 390px;
	height: 460px
}

@media (max-width: 1352px) {
	div.content#contact table:nth-child(4)  {
		margin-left: 0px;
		margin-right: 25px;
	}
}

div#footer {
	max-height: 999999px;
	text-align: center;
	font-size: 20px;
	padding: 25px;
	z-index: -1;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	background-color: #444;
	color: #AAA;
}

div#footer a {
	color: #FFF;
}

div.box {
	background-color: #EEE;
	box-shadow: 0px 0px 5px #999;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
}

table.background {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	width: 100%;
	min-width: 920px;
	height: 50vw;
	max-height: 550px;
	min-height: 550px;
	z-index: -10;
}

table.background#resurrection {
	background: url("images/resurrection.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

table.background table {
	width: 100%;
	height: 100%;
}

table.background td {
	padding: 50px;
	padding-right: 50px;
}

table.background td.bottom {
	vertical-align: bottom;
}

table.background td.right {
	text-align: right;
}

table.background span.text.right {
	text-align: right;
}

table.background span.text {
	padding: 20px;
	max-width: 750px;
	font-size: 20px;
	display: inline-block;
	font-style: italic;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #333;
	background-color: rgba(0, 0, 0, 0.5);
}

div.content#journey table {
	width: 100%;
}

div.content#journey td.left {
	width: 60%;
	padding-right: 50px;
	text-align: justify;
}

div.content#journey .box {
	display: inline-block;
	margin-left: 50px;
	margin-bottom: 40px;
}

div.content#journey iframe {
	width: 100%;
	height: 500px;
	padding: 0px;
	margin: 0px;
	border-radius: 5px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 5px #999;
}

table.background#icon {
	background-image: url("images/icon.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

table.background#altar {
	background-image: url("images/altar.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

table.background#reading {
	background-image: url("images/reading.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

table.background#incense {
	background-image: url("images/incense.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

table.background#icons {
	background-image: url("images/icons.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

table.background#candles {
	background-image: url("images/candles.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

div#popupNavigation {
	display: none;
	text-align: center;
	padding: 0px;
	background-color: #FFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	z-index: 10;
	position: absolute;
	border-radius: 5px;
}

div#popupNavigation a {
	color: #333;
	font-size: 26px;
	display: block;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

div#popupNavigation a:hover {
	background-color: #BB0000;
	color: #FFF;
	text-decoration: none;
}

div#popupNavigation a:first-child {
	border-radius: 5px;
}

div#popupNavigation a:last-child {
	border-radius: 5px;
}

table.link {
	margin-bottom: 50px;
	font-size: 80%;
}

table.link td:first-child {
	padding-right: 5px;
}

table.link td:last-child {
	width: 100%;
}

.red {
	color: #BB0000;
}

.purple {
	color: purple;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.smaller {
	font-size: 75%;
}