@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	text-align: center;
	}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

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

	body {
		background: #FFF5E8; /*#fcfaf7; /* #f4f4f4; */
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body, input, select, textarea {
		color: #646464;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: 400;
		line-height: 1.75;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 12pt;
			}
			.theme-switch {
				padding-top: 18px !important;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 980px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 480px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		/* border-bottom: dotted 1px rgba(160, 160, 160, 0.65); */
		color: inherit;
		text-decoration: none;
	}

		a:before {
			-moz-transition: color 0.2s ease;
			-webkit-transition: color 0.2s ease;
			-ms-transition: color 0.2s ease;
			transition: color 0.2s ease;
		}

		a:hover {
			border-bottom-color: transparent;
			color: #aaaaaa /* #2ebaae */ !important;
		}

			a:hover:before {
				color: #e4e4e4 /* #2ebaae */ !important;
			}

	strong, b {
		color: #3c3b3b;
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}
	
	p.event {
		margin: 0 0 1em 0;
	}


	h1, h2, h3, h4, h5, h6 {
		color: #3c3b3b;
		/*font-family: "Raleway", Helvetica, sans-serif;*/
		font-weight: 800;
		letter-spacing: 0.25em;
		line-height: 1.65;
		margin: 0 0 1em 0;
		/*text-transform: uppercase;*/
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			border-bottom: 0;
		}

	h2 {
		font-size: 1.1em;
	}

	h3 {
		/* font-size: 0.9em;
		font-size: 1.15em; */
		line-height: 1.75em;
		border-bottom: solid 1px #2E3842;
		text-align: left;
	}

	h4 {
		font-size: 0.7em;
	}

	h5 {
		text-align: center;
	}

	h6 {
		font-size: 0.7em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.3em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px rgba(160, 160, 160, 0.3);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(160, 160, 160, 0.075);
		border: solid 1px rgba(160, 160, 160, 0.3);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(160, 160, 160, 0.3);
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.col-1 {
			width: 8.3333333333%;
		}

		.row > .off-1 {
			margin-left: 8.3333333333%;
		}

		.col-2 {
			width: 16.6666666667%;
		}
		
		.row > .off-2 {
			margin-left: 16.6666666667%;
		}

		.col-3 {
			width: 25%;
		}
		
		.row > .off-3 {
			margin-left: 25%;
		}

		.col-4 {
			width: 33.3333333333%;
		}
		
		.row > .off-4 {
			margin-left: 33.3333333333%;
		}

		.col-5 {
			width: 41.6666666667%;
		}
		
		.col-5 img {
			width: 100%;
		}
		
		.row > .off-5 {
			margin-left: 41.6666666667%;
		}

		.col-6, .col-62, .col-6-table, .col-6-special {
			width: 50%;
		}
		
		.col-6 a img {
			width: 60%;
		}
		
		.col-62 img {
			width: 33%;
			float: left;
			padding-right: 1.5em;
		}
		
		.row > .off-6 {
			margin-left: 50%;
		}

		.col-7 {
			width: 58.3333333333%;
			position: relative;
			bottom: -6%;
		}
		.col-7 ul {
			margin: 0;
		}

		.row > .off-7 {
			margin-left: 58.3333333333%;
		}

		.col-8 {
			width: 66.6666666667%;
		}

		.row > .off-8 {
			margin-left: 66.6666666667%;
		}

		.col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.col-10 {
			width: 83.3333333333%;
		}

		.row > .off-10 {
			margin-left: 83.3333333333%;
		}

		.col-11 {
			width: 91.6666666667%;
		}

		.col-11 p img.image.left{
			padding: 0 1.5em 0 0;
		}
		
		.row > .off-11 {
			margin-left: 91.6666666667%;
		}

		.col-12, .col-12a {
			width: 100%;
		}

		.col-12a {
			float: left;
		}
		
		.col-12a p, .col-12a hr {
			width: 95%;
		}
		
		.row > .off-12 {
			margin-left: 100%;
		}

	@media screen and (max-width: 1080px) and (min-width: 480px){
		.col-4, .col-5, .col-7, .col-8 {
			width: 100% !important;
			}
		.col-7 {
			bottom: 0;
			}
		.col-12 {
			width: 50%;
			float: left;
			}
		.col-5 img {
			width: 60%;
			}
		}
	@media screen and (max-width: 800px){ /*1080*/
		.col-6-table {
			width: 100%;
			}
		}
		
	@media screen and (max-width: 1080px){
		.col-6-special {
			width: 75%;
			}
		}
		
	@media screen and (max-width: 480px){
		.col-4, .col-5, .col-6, .col-62, .col-6-special, .col-7, .col-8 {
			width: 100% !important;
			}
		.col-7 {
			bottom: 0;
			}
		.col-5 img {
			width: 60%;
			}
		}

	.row ul.buildings, .row ol.buildings {
		list-style-type: none;
		text-indent: -1.40em;
	}
	
	/*.row ul.buildings, */.row ol.buildings p {
		margin: 0 0 1em 0;
	}
	
	.row ul.buildings li img:first-child, .row ol.buildings li img:first-child {
		/*height: 20px;*/
		height: 24px;
	}
	/*.row ul.buildings li img:first-child:hover, .row ol.buildings li img:first-child:hover {
		height: 48px;
	}*/
	
	.row ul.buildings img:first-child, .row ol.buildings img:first-child {
		/*font-size: 0.8em;*/
		position: relative;
		top: 0.2em;
	}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.25em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.25em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.25em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.25em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -0.5em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 0.5em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -0.5em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 0.5em;
				}

		.row {
			margin-top: 0;
			margin-left: -1em;
		}

			.row > * {
				padding: 0 0 0 1em;
			}

			.row.gtr-uniform {
				margin-top: -1em;
			}

				.row.gtr-uniform > * {
					padding-top: 1em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -1.5em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 1.5em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -1.5em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 1.5em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -2em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 2em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -2em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 2em;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.3333333333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-xlarge {
					width: 16.6666666667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.3333333333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-xlarge {
					width: 41.6666666667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.3333333333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-xlarge {
					width: 66.6666666667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.3333333333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-xlarge {
					width: 91.6666666667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.25em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.25em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.25em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row {
					margin-top: 0;
					margin-left: -1em;
				}

					.row > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-uniform > * {
							padding-top: 1em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2em;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.3333333333%;
				}

				.row > .off-1-large {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-large {
					width: 16.6666666667%;
				}

				.row > .off-2-large {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.3333333333%;
				}

				.row > .off-4-large {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-large {
					width: 41.6666666667%;
				}

				.row > .off-5-large {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.3333333333%;
				}

				.row > .off-7-large {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-large {
					width: 66.6666666667%;
				}

				.row > .off-8-large {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.3333333333%;
				}

				.row > .off-10-large {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-large {
					width: 91.6666666667%;
				}

				.row > .off-11-large {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.25em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.25em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.25em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row {
					margin-top: 0;
					margin-left: -1em;
				}

					.row > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-uniform > * {
							padding-top: 1em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2em;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.3333333333%;
				}

				.row > .off-1-medium {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-medium {
					width: 16.6666666667%;
				}

				.row > .off-2-medium {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.3333333333%;
				}

				.row > .off-4-medium {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-medium {
					width: 41.6666666667%;
				}

				.row > .off-5-medium {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.3333333333%;
				}

				.row > .off-7-medium {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-medium {
					width: 66.6666666667%;
				}

				.row > .off-8-medium {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.3333333333%;
				}

				.row > .off-10-medium {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-medium {
					width: 91.6666666667%;
				}

				.row > .off-11-medium {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.25em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.25em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.25em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row {
					margin-top: 0;
					margin-left: -1em;
				}

					.row > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-uniform > * {
							padding-top: 1em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2em;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.3333333333%;
				}

				.row > .off-1-small {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-small {
					width: 16.6666666667%;
				}

				.row > .off-2-small {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.3333333333%;
				}

				.row > .off-4-small {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-small {
					width: 41.6666666667%;
				}

				.row > .off-5-small {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.3333333333%;
				}

				.row > .off-7-small {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-small {
					width: 66.6666666667%;
				}

				.row > .off-8-small {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.3333333333%;
				}

				.row > .off-10-small {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-small {
					width: 91.6666666667%;
				}

				.row > .off-11-small {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.25em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.25em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.25em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row {
					margin-top: 0;
					margin-left: -1em;
				}

					.row > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-uniform > * {
							padding-top: 1em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2em;
						}

		}

		@media screen and (max-width: 480px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.3333333333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-xsmall {
					width: 16.6666666667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.3333333333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-xsmall {
					width: 41.6666666667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.3333333333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-xsmall {
					width: 66.6666666667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.3333333333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-xsmall {
					width: 91.6666666667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.25em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.25em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.25em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.25em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row {
					margin-top: 0;
					margin-left: -1em;
				}

					.row > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-uniform > * {
							padding-top: 1em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2em;
						}

		}

/* logo */

	.logo {
		/*display: -moz-flex;*/
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		/*-moz-flex-direction: row;*/
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		/*-moz-align-items: center;*/
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		/*-moz-justify-content: -moz-flex-end;*/
		-webkit-justify-content: -webkit-flex-end;
		-ms-justify-content: -ms-flex-end;
		justify-content: flex-end;
		border-bottom: 0;
		font-family: "Raleway", Helvetica, sans-serif;
		font-size: 0.6em;
		font-weight: 400;
		letter-spacing: 0.25em;
		/*text-transform: uppercase;*/
		white-space: nowrap;
	}

		.logo .name {
			/*-moz-transition: border-bottom-color 0.2s ease;*/
			-webkit-transition: border-bottom-color 0.2s ease;
			-ms-transition: border-bottom-color 0.2s ease;
			transition: border-bottom-color 0.2s ease;
			border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
			display: block;
			margin: 0 1.5em 0 0;
		}

		.logo img {
			/* border-radius: 100%; */
			display: block;
			/* width: 4em; */
			width: 100%;
		}

		.logo:hover .name {
			border-bottom-color: transparent;
		}

/* Blurb */

	.blurb h2 {
		font-size: 0.8em;
		margin: 0 0 1.5em 0;
	}

	.blurb h3 {
		font-size: 0.7em;
	}

	.blurb p {
		font-size: 0.9em;
	}

/* Box */

	.box {
		border: solid 1px rgba(160, 160, 160, 0.3);
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
		-webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
		-ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
		transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
		background-color: transparent;
		border: 0;
		box-shadow: inset 0 0 0 1px rgba(160, 160, 160, 0.8);
		color: #9f9fa0 !important;
		cursor: pointer;
		display: inline-block;
		/*font-family: "Raleway", Helvetica, sans-serif;*/
		font-size: 0.8em;
		/*font-weight: 800;
		height: 4.8125em;
		letter-spacing: 0.25em;
		line-height: 4.8125em;
		padding: 0 2.5em;*/
		padding: .5em 1em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			box-shadow: inset 0 0 0 1px rgba(160, 160, 160, 0.3);
			color: rgba(160, 160, 160, 0.3) !important;
		}

			/*input[type="submit"]:hover:active,
			input[type="reset"]:hover:active,
			input[type="button"]:hover:active,
			button:hover:active,
			.button:hover:active {
				background-color: #fffefd;
			}*/

		input[type="submit"]:before, input[type="submit"]:after,
		input[type="reset"]:before,
		input[type="reset"]:after,
		input[type="button"]:before,
		input[type="button"]:after,
		button:before,
		button:after,
		.button:before,
		.button:after {
			color: #9f9fa0;
			position: relative;
		}

		input[type="submit"]:before,
		input[type="reset"]:before,
		input[type="button"]:before,
		button:before,
		.button:before {
			left: -1em;
			padding: 0 0 0 0.75em;
		}

		input[type="submit"]:after,
		input[type="reset"]:after,
		input[type="button"]:after,
		button:after,
		.button:after {
			left: 1em;
			padding: 0 0.75em 0 0;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 0.7em;
			padding: 0 3em;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.5em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			color: rgba(160, 160, 160, 0.3) !important;
		}

			input[type="submit"].disabled:before, input[type="submit"]:disabled:before,
			input[type="reset"].disabled:before,
			input[type="reset"]:disabled:before,
			input[type="button"].disabled:before,
			input[type="button"]:disabled:before,
			button.disabled:before,
			button:disabled:before,
			.button.disabled:before,
			.button:disabled:before {
				color: rgba(160, 160, 160, 0.3) !important;
			}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form.search {
			text-decoration: none;
			position: relative;
		}

			form.search:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			form.search:before {
				color: #aaaaaa;
				content: '\f002';
				display: block;
				height: 2.75em;
				left: 0;
				line-height: 2.75em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.5em;
			}

			form.search > input:first-child {
				padding-left: 2.5em;
			}

	label {
		color: #3c3b3b;
		display: block;
		/* font-size: 0.9em; */
		font-weight: 700;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(160, 160, 160, 0.075);
		border: none;
		border: solid 1px rgba(160, 160, 160, 0.3);
		border-radius: 0;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-color: #e4e4e4; /* #2ebaae; */
			box-shadow: inset 0 0 0 1px #e4e4e4; /* #2ebaae; */
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: rgba(160, 160, 160, 0.3);
			content: '\f078';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(160, 160, 160, 0.3)' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #3c3b3b;
			background: #ffffff;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	/*input[type="checkbox"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}*/

		/*input[type="checkbox"] + label {
			text-decoration: none;
			color: #646464;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}*/

			/*input[type="checkbox"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}*/

			/*input[type="checkbox"] + label:before {
				background: rgba(160, 160, 160, 0.075);
				border: solid 1px rgba(160, 160, 160, 0.3);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;*/
			}

		/*input[type="checkbox"]:checked + label:before {
			background: #3c3b3b;
			border-color: #3c3b3b;
			color: #ffffff;
			content: '\f00c';*/
		}

		/*input[type="checkbox"]:focus + */label:before {
			border-color: #e4e4e4; /* #2ebaae; */
			box-shadow: 0 0 0 1px #e4e4e4; /* #2ebaae; */
		}

	/* input[type="radio"] + label:before {
		border-radius: 100%;
	} */

	::-webkit-input-placeholder {
		color: #aaaaaa !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #aaaaaa !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #aaaaaa !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #aaaaaa !important;
		opacity: 1.0;
	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.suffix:before {
			float: right;
		}

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
			/*max-width: 40%;*/
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			/*padding: 0 1.5em 1em 0;*/
			top: 0.25em;
		}
		.dungeon.image.left	{
			/*padding: 0 0.5em 1em 0;*/
			height:auto;
			width: 180px;
		}

  @media screen and (min-width: 2560px) {
		.image.left	{
			padding: 0 5.5em 1em 0;
		}
		.image.left.rival	{
			padding: 0 7.5em 1em 0;
		}
	}
  @media screen and (min-width: 1920px) {
		.image.left.rival	{
			padding: 0 7.5em 1em 0;
		}
	}
  @media screen and (max-width: 2559px) {
		.image.left	{
			padding: 0 3.5em 1em 0;
		}
		/*.image.left.rival	{
			padding: 0 7.5em 1em 0;
		}*/
		.soccer.image.left	{
			padding: 0 2.5em 0 0;
		}
		.buildings img.image.left	{
			padding: 0 1.5em 0.5em 1em;
		}
	}
  @media screen and (max-width: 1280px) {
		.image.left	{
			padding: 0 1.5em 1em 0;
		}
	}
  @media screen and (max-width: 980px) {
		.image.left	{
			padding: 0 0.5em 1em 0;
		}
	}
  @media screen and (max-width: 420px) {
		.dungeon.image.left	{
			/*padding: 0 0.5em 1em 0;*/
			height:60px;
			width: auto;
		}
	}
		.image.left.second {
			float: none;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}
		
		.image.temp_bulding {
			float: right;
			padding: 0 0 1em 1.5em;
			right: 6em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.featured {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

			.image.featured img {
				width: 100%;
			}

			@media screen and (max-width: 736px) {

				.image.featured {
					margin: 0 0 1.5em 0;
				}

			}

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

	ol.datenschutz {
		margin: 0 0 0em 0;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		/*margin: 0 0 4em 0;*/
		margin: 0 0 1.5em 0;
		padding-left: 1em;
	}

	ul.datenschutz {
		margin: 0;
	}
	
	ul.arch2022 ol ul {
		margin: 0 0 2em 0;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(160, 160, 160, 0.3);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 700;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

	#rival_quests ul.rival ol li sub img, #rival_quests2 ul.rival ol li sub img, #rival_quests3 ul.rival ol li sub img{
			height:24px
		}
	#quests ul.rival ol li sub img{
			height:24px
		}
	p sub img,label sub img, .bd-callout sub img{
			height:24px
		}
		
/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li > * {
				text-decoration: none;
				border: 0;
			}

				ul.icons li > *:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				ul.icons li > * .label {
					display: none;
				}

/* Posts */

	ul.posts {
		list-style: none;
		padding: 0;
	}

		ul.posts li {
			border-top: dotted 1px rgba(160, 160, 160, 0.3);
			margin: 1.5em 0 0 0;
			padding: 1.5em 0 0 0;
		}

			ul.posts li:first-child {
				border-top: 0;
				margin-top: 0;
				padding-top: 0;
			}

		ul.posts article {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: -moz-flex-start;
			-webkit-align-items: -webkit-flex-start;
			-ms-align-items: -ms-flex-start;
			align-items: flex-start;
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

			ul.posts article .image {
				display: block;
				margin-right: 1.5em;
				min-width: 4em;
				width: 10em; 
			}

				ul.posts article .image img {
					width: 100%;
				}

			ul.posts article header {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-ms-flex: 1;
			}

				ul.posts article header h3 {
					font-size: 0.7em;
					margin-top: 0.125em;
				}

				ul.posts article header .published {
					display: block;
					font-family: "Raleway", Helvetica, sans-serif;
					font-size: 0.6em;
					font-weight: 400;
					letter-spacing: 0.25em;
					margin: -0.625em 0 1.7em 0;
				}

				ul.posts article header > :last-child {
					margin-bottom: 0;
				}

/* Mini Post */

	.mini-post {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin: 0 0 2em 0;
	}

		.mini-post .image {
			overflow: hidden;
			width: 100%;
		}

			.mini-post .image img {
				-moz-transition: -moz-transform 0.2s ease-out;
				-webkit-transition: -webkit-transform 0.2s ease-out;
				-ms-transition: -ms-transform 0.2s ease-out;
				transition: transform 0.2s ease-out;
				width: 100%;
			}

			.mini-post .image:hover img {
				-moz-transform: scale(1.05);
				-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
			}

		.mini-post header {
			padding: 1.25em 1.25em 0.1em 1.25em ;
			min-height: 4em;
			position: relative;
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
		}

			.mini-post header h3 {
				font-size: 0.7em;
			}

			.mini-post header .published {
				display: block;
				font-family: "Raleway", Helvetica, sans-serif;
				font-size: 0.6em;
				font-weight: 400;
				letter-spacing: 0.25em;
				margin: -0.625em 0 1.7em 0;
			}

			.mini-post header .logo {
				position: absolute;
				right: 2em;
				top: 2em;
			}

	.mini-posts {
		margin: 0 0 2em 0;
	}

		@media screen and (max-width: 1280px) {

			.mini-posts {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-wrap: wrap;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				width: calc(100% + 2em);
			}

				.mini-posts > * {
					margin: 2em 2em 0 0;
					width: calc(50% - 2em);
				}

				.mini-posts > :nth-child(-n + 2) {
					margin-top: 0;
				}

		}

		@media screen and (max-width: 480px) {

			.mini-posts {
				display: block;
				width: 100%;
			}

				.mini-posts > * {
					margin: 0 0 2em 0;
					width: 100%;
				}

		}

/* Post */

	.post {
		padding: 1em 3em 0 3em;
		background: #fffaf0;
		position: relative;
		text-align: left;
	}

		.post > header {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			left: -1.5em;
			position: relative;
			width: calc(100% + 6em);
		}

			.post > header .title {
				flex-grow: 1;
				padding: 1.5em 4.5em 1em 3em;				
			}

				.post > header .title h2 {
					font-weight: 900;
					font-size: 1.5em;
				}

				.post > header .title > :last-child {
					/* margin-bottom: 0; */
				}

			.post > header .meta {
				min-width: 17em;
				text-align: right;
				width: 17em;
			}

				.post > header .meta > * {
					margin: 2em 0 1em 2em;
				}

				.post > header .meta > :last-child {
					margin-bottom: 0;
				}

				.post > header .meta .published {
					color: #3c3b3b;
					display: block;
					font-family: "Raleway", Helvetica, sans-serif;
					font-size: 0.7em;
					font-weight: 800;
					letter-spacing: 0.25em;
					margin-top: 0.5em;
					white-space: nowrap;
				}

		.post > a.image.featured {
			overflow: hidden;
		}

			.post > a.image.featured img, .post > a.image.left.rivale img {
				-moz-transition: -moz-transform 0.2s ease-out;
				-webkit-transition: -webkit-transform 0.2s ease-out;
				-ms-transition: -ms-transform 0.2s ease-out;
				transition: transform 0.2s ease-out;
			}

			.post > a.image.featured:hover img, .post > a.image.left.rivale:hover img {
				-moz-transform: scale(1.05);
				-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
			}

		.post > footer {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			margin: 0 0 3em 0;
		}

			.post > footer .actions {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
			}

			.post > footer .stats {
				cursor: default;
				list-style: none;
				padding: 0;
			}

				.post > footer .stats li {
					border-left: solid 1px rgba(160, 160, 160, 0.3);
					display: inline-block;
					font-family: "Raleway", Helvetica, sans-serif;
					font-size: 0.6em;
					font-weight: 400;
					letter-spacing: 0.25em;
					line-height: 1;
					margin: 0 0 0 2em;
					padding: 0 0 0 2em;
					/*text-transform: uppercase;*/
				}

					.post > footer .stats li:first-child {
						border-left: 0;
						margin-left: 0;
						padding-left: 0;
					}

					.post > footer .stats li .icon {
						border-bottom: 0;
					}

						.post > footer .stats li .icon:before {
							color: rgba(160, 160, 160, 0.3);
							margin-right: 0.75em;
						}

		@media screen and (max-width: 980px) {

			.post {
				border-left: 0;
				border-right: 0;
				left: -3em;
				width: calc(100% + (3em * 2));
			}

				.post > header {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					padding: 3.75em 3em 1.25em 3em ;
					border-left: 0;
				}

					.post > header .title {
						-ms-flex: 0 1 auto;
						margin: 0 0 2em 0;
						padding: 0;
						text-align: center;
					}

					.post > header .meta {
						-moz-align-items: center;
						-webkit-align-items: center;
						-ms-align-items: center;
						align-items: center;
						display: -moz-flex;
						display: -webkit-flex;
						display: -ms-flex;
						display: flex;
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						border-left: 0;
						margin: 0 0 2em 0;
						padding-top: 0;
						padding: 0;
						text-align: left;
						width: 100%;
					}

						.post > header .meta > * {
							border-left: solid 1px rgba(160, 160, 160, 0.3);
							margin-left: 2em;
							padding-left: 2em;
						}

						.post > header .meta > :first-child {
							border-left: 0;
							margin-left: 0;
							padding-left: 0;
						}

						.post > header .meta .published {
							margin-bottom: 0;
							margin-top: 0;
						}

						.post > header .meta .logo {
							-moz-flex-direction: row-reverse;
							-webkit-flex-direction: row-reverse;
							-ms-flex-direction: row-reverse;
							flex-direction: row-reverse;
							margin-bottom: 0;
						}

							.post > header .meta .logo .name {
								margin: 0 0 0 1.5em;
							}

							.post > header .meta .logo img {
								width: 20em; /*3.5em;*/
								margin: -8em 0 0 0;
							}

		}

		@media screen and (max-width: 844px) {

			.post {
				/*padding-left: 1.7em;
				padding-right: 1.1em;*/
			}
			/*.post > header {
				padding: 3.75em 6em 1.25em 3em;
			}*/
		}
			
		@media screen and (max-width: 736px) {

			.post {
				padding: 1.5em 1.5em 0.1em 1.5em ;
				left: -1.5em;
				margin: 0 0 2em 0;
				width: calc(100% + (1.5em * 2));
			}

				.post > header {
					padding: 3em 1.5em 0.5em 1.5em ;
					left: -1.5em;
					margin: -1.5em 0 1.5em 0;
					width: calc(100% + 3em);
				}

					.post > header .title h2 {
						font-size: 1.1em;
					}

		}

		@media screen and (max-width: 480px) {

			.post > header .meta {
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				.post > header .meta > * {
					border-left: 0;
					margin: 1em 0 0 0;
					padding-left: 0;
				}

				.post > header .meta .logo .name {
					display: none;
				}

			.post > .image.featured {
				margin-left: -1.5em;
				margin-top: calc(-1.5em - 1px);
				width: calc(100% + 3em);
			}

			.post > footer {
				-moz-align-items: -moz-stretch;
				-webkit-align-items: -webkit-stretch;
				-ms-align-items: -ms-stretch;
				align-items: stretch;
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

				.post > footer .stats {
					text-align: center;
				}

					.post > footer .stats li {
						margin: 0 0 0 1.25em;
						padding: 0 0 0 1.25em;
					}

		}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		margin-top: -1em;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: auto;
		float:left;
	}

		table tbody tr {
			border: solid 1px rgba(160, 160, 160, 0.3);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: #FFF5E8;
			}

		table td {
			padding: 0.75em 0.65em;
			vertical-align: middle;
			text-align: center;
		}

		table td:first-child {
			white-space: nowrap;
			min-width: 3em;
			text-align: center;
		}
		
		table td:nth-child(2).elfe, table td:nth-child(3).elfe {
			border-right: none !important;
			padding-right: 0px;
		}
		table td:last-child {
			text-align: left;
		}

		table th {
			color: #3c3b3b;
			font-size: 0.9em;
			font-weight: 700;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(160, 160, 160, 0.3);
		}

		table tfoot {
			border-top: solid 2px rgba(160, 160, 160, 0.3);
		}
		
		table td img {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		
		table td sub img {
			display: inherit;
			max-width: 24px !important;
			height: auto;
			float: none !important;
		}
		.reward_icon {
			display: flex;
			align-items: self-end;
		}
		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(160, 160, 160, 0.3);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}
			
			table.alt td img {
			max-width: 80px;
			}
			
			table.alt td:last-child img {
			display: inherit;
			float:right;
			}
			
			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}
			
			table.alt tbody tr td img.GG {
				width: 50%;
				margin-top: -40px;
				margin-left: 45px;
			}
			table.alt tbody tr td img.icon_time {
				position: relative;
				bottom: 75px;
				right: 25px;
			}
			
			table.liga {
				border-collapse: separate;
				table-layout: fixed;
				width: 100%;
			}
			table.table_reward_calender {
				border-collapse: separate;
				table-layout: fixed;
				width: 70%;
			}
			table.liga tbody tr td {
				border: solid 1px rgba(160, 160, 160, 0.3);
				border-left-width: 0;
				border-top-width: 0;
				text-align: center;
				vertical-align: top;
				word-break: break-word;
				font-size: 0.8em;
			}
			
			table.table_reward_calender tbody tr td {
				text-align: center;
				word-break: break-word;
				font-size: 0.8em;
			}
			
			table.liga tbody tr td:first-child {
				border-left-width: 1px;
				vertical-align: middle;
			}
			
			table.table_reward_calender tbody tr:first-child td {
				border-top-width: 0;
				text-align: center;
				word-break: break-word;
			}
			
			table.table_reward_calender tbody tr:second-child td {
				vertical-align: top;
			}
			
			table.table_reward_calender tbody tr td:first-child {
				/*vertical-align: middle;*/
				white-space: normal;
			}
			
			table.table_reward_calender tbody tr td {
				background: none;
				vertical-align: 0;
			}
			table tbody tr:nth-child(2n+1) {
				background: rgba(255,255,255,.03);
			}
			table.table_reward_calender tbody tr:nth-child(2n+1) {
				background: none;
			}
  
			table.liga tbody tr:first-child td {
				border-top-width: 1px;
			}
			
			table.liga td img {
			max-height: 70px;
			}
			
			@media screen and (max-width: 1080px) {	
				table.liga td img {
				max-height: 60px;
				}
			}
			
			@media screen and (max-width: 900px) {	
				table.liga td img {
				max-width: 50px;
				}
			}
			
			table.table_reward_calender td img {
			max-width: 80px;
			}

			table.liga thead {
				border-bottom: 0;
			}

			table.liga tfoot {
				border-top: 0;
			}

		@media screen and (min-width: 1080px) {			
			.liga {
				width: 50%
			}
		}
		
		@media screen and (max-width: 1080px) {	
			table.table_reward_calender {
				width: 100%;
			}
		}
		
		@media screen and (max-width: 600px) {			
			table.liga td {
				padding: 0.3em 0.3em;
				vertical-align: top;
				word-break: break-all;
				word-wrap: break-word;
				max-width: 60px;
			}
			table.liga td:first-child {
				white-space: break-spaces;
				min-width: 3em;
				vertical-align: middle;
			}
		}
		
		@media screen and (max-width: 360px) {	
			table.liga td {
				max-width: 55px;
			}
		}

			
			table.prices {
			border-collapse: separate;
			/*table-layout: fixed;
			width: 100%;*/
			}
			table.prices.cards {
			border-collapse: separate;
			table-layout: fixed;
			width: 100%;
			}

			table.prices tbody tr td {
				border: solid 1px rgba(160, 160, 160, 0.3);
				border-left-width: 0;
				border-top-width: 0;
			}
			table.prices.cards tbody tr td {
				border: solid 1px rgba(160, 160, 160, 0.3);
				border-left-width: 0;
				border-top-width: 0;
				text-align: center;
				vertical-align: top;
			}

			table.prices tbody tr td:first-child {
				border-left-width: 1px;
				vertical-align: middle;
			}
			table.prices.cards tbody tr td:first-child {
				border-left-width: 1px;
				vertical-align: top;
				white-space: normal;
			}

			table.prices tbody tr:first-child td {
				border-top-width: 1px;
			}
			
			table.prices td img {
			max-width: 80px;
			/*max-width: 90px;*/
			}
			
			table.prices td:last-child img {
			display: inherit;
			float:right;
			}
			table.prices.cards td:last-child img {
			display: block;
			float: none;
			}

			table.prices thead {
				border-bottom: 0;
			}

			table.prices tfoot {
				border-top: 0;
			}

		@media screen and (min-width: 1080px) {			
			.prices {
				width: 95%
			}
		}
		
		@media screen and (max-width: 1080px) {			
			.prices {
				width: 50%
			}
		}
		
		@media screen and (max-width: 600px) {	
			.prices {
				width: 100%
			}		
			table.prices td {
				padding: 0.3em 0.3em;
				vertical-align: top;
				word-break: break-all;
				word-wrap: break-word;
				max-width: 60px;
			}
			table.prices td:first-child {
				white-space: break-spaces;
				min-width: 3em;
				vertical-align: middle;
			}
		}
		
		@media screen and (max-width: 420px) {	
			table.prices td img {
			max-width: 50px;
			}
		}
		
		@media screen and (max-width: 360px) {	
			table.prices td {
				max-width: 55px;
			}
		}		

/* Header */

	body {
		padding-top: 3.5em;
	}

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		background: rgba(30,30,40,.8);
		box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
		height: 3.5em;
		left: 0;
		line-height: 3.5em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header a {
			color: inherit;
			text-decoration: none;
		}

		#header ul {
			list-style: none;
			margin: 0;
			padding-left: 0;
		}

			#header ul li {
				display: inline-block;
				padding-left: 0;
			}

		#header h1 {
			height: inherit;
			line-height: inherit;
			padding: 0 0 0 1.5em;
			white-space: nowrap;
		}

			#header h1 a {
				font-size: 0.7em;
				color: #aaa;
			}

		#header .links {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			border-left: solid 1px rgba(160, 160, 160, 0.3);
			height: inherit;
			line-height: inherit;
			margin-left: 1.5em;
			overflow: hidden;
			padding-left: 1.5em;
		}

			#header .links ul li {
				border-left: solid 1px rgba(160, 160, 160, 0.3);
				line-height: 1;
				margin-left: 1em;
				padding-left: 1em;
			}

				#header .links ul li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#header .links ul li a {
					border-bottom: 0;
					font-family: "Raleway", Helvetica, sans-serif;
					font-size: 0.7em;
					font-weight: 400;
					letter-spacing: 0.25em;
					/*text-transform: uppercase;*/
				}

		#header .main {
			height: inherit;
			line-height: inherit;
			text-align: right;
		}

			#header .main ul {
				height: inherit;
				line-height: inherit;
			}

				#header .main ul li {
					/* border-left: solid 1px rgba(160, 160, 160, 0.3); */
					height: inherit;
					line-height: inherit;
					white-space: nowrap;
				}

					#header .main ul li > * {
						/*display: block;*/
						float: left;
					}

					#header .main ul li > a {
						text-decoration: none;
						border-bottom: 0;
						color: #aaaaaa;
						overflow: hidden;
						position: relative;
						text-indent: 4em;
						width: 2.50em; /* 4em; */
					}

						#header .main ul li > a:before {
							-moz-osx-font-smoothing: grayscale;
							-webkit-font-smoothing: antialiased;
							font-family: FontAwesome;
							font-style: normal;
							font-weight: normal;
							text-transform: none !important;
						}

						#header .main ul li > a:before {
							display: block;
							height: inherit;
							left: 0;
							line-height: inherit;
							position: absolute;
							text-align: center;
							text-indent: 0;
							top: 0;
							width: inherit;
						}
						
						#header .main ul li.home {
							left: 10px;
						}

		#header form {
			margin: 0;
		}

			#header form input {
				display: inline-block;
				height: 2.5em;
				position: relative;
				top: -2px;
				vertical-align: middle;
			}

		#header #search {
			-moz-transition: all 0.5s ease;
			-webkit-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
			transition: all 0.5s ease;
			max-width: 0;
			opacity: 0;
			overflow: hidden;
			padding: 0;
			white-space: nowrap;
		}

			#header #search input {
				width: 12em;
			}

			#header #search.visible {
				max-width: 12.5em;
				opacity: 1;
				padding: 0 0.5em 0 0;
			}

		@media screen and (max-width: 980px) {

			#header .links {
				display: none;
			}

		}

		@media screen and (max-width: 736px) {

			#header {
				height: 2.75em;
				line-height: 2.75em;
			}

				#header h1 {
					padding: 0 0 0 1em;
				}

				#header .main .search {
					display: none;
				}
				.theme-switch {
					padding-top: 12px !important;
				}

		}

/* Wrapper */

	#wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		margin: 0 auto;
		max-width: 100%;
		opacity: 1;
		padding: 4.5em;
		/*width: 90em;*/
		width: 85%;
	}

		body.is-menu-visible #wrapper {
			opacity: 0.7; /* 0.15; */
		}

		@media screen and (max-width: 1920px) {

			#wrapper {
				/*padding: 3em;*/
				width: 90em;
			}

		}

		/*@media screen and (max-width: 1680px) {

			#wrapper {
				padding: 3em;
			}

		}*/

		@media screen and (max-width: 1280px) {

			#wrapper {
				display: block;
			}

		}

		@media screen and (max-width: 736px) {

			#wrapper {
				padding: 1.5em;
			}

		}

		body.single #wrapper {
			display: block;
		}

/* Main */

	#main {
		/*-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;*/
		flex-grow: 1;
		/*-ms-flex: 1;*/
		width: 100%;
	}

/* Sidebar */

	#sidebar {
		margin-right: 3em;
		/* min-width: 22em; */
		/*max-width: 22em; /* 22em; */
	}

		#sidebar > * {
			border-top: solid 1px rgba(160, 160, 160, 0.3);
			margin: 3em 0 0 0;
			padding: 3em 0 0 0;
		}

		#sidebar > :first-child {
			border-top: 0;
			margin-top: 0;
			padding-top: 0;
		}

		@media screen and (max-width: 1280px) {

			#sidebar {
				border-top: solid 1px rgba(160, 160, 160, 0.3);
				margin: 3em 0 0 0;
				min-width: 0;
				padding: 3em 0 0 0;
				width: 100%;
				overflow-x: hidden;
			}

		}
		
				@media screen and (min-width: 1280px) {

			#sidebar {
				max-width: 22em;
			}

		}

/* Intro */

	#intro .logo {
		border-bottom: 0;
		display: inline-block;
		margin: 0 0 1em 0;
		overflow: hidden;
		position: relative;
		/* width: 100%; */ /* 4em; */
	}

		#intro .logo:before {
			/* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='none' zoomAndPan='disable'%3E%3Cpolygon points='0,0 100,0 100,25 50,0 0,25' style='fill:%23f4f4f4' /%3E%3Cpolygon points='0,100 100,100 100,75 50,100 0,75' style='fill:%23f4f4f4' /%3E%3C/svg%3E"); */
			background-position: top left;
			background-repeat: no-repeat;
			background-size: 100% 100%;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}

		#intro .logo img {
			display: block;
			/* margin-left: -0.25em; */
			/* width: 4.5em; */
		}

	#intro header h2 {
		font-size: 2em;
		font-weight: 900;
	}

	#intro header p {
		/*font-size: 0.8em;*/
		text-align: left;
	}
	
	#intro header p.rondra {
		/*max-width: 22em;*/
	}

	@media screen and (max-width: 1280px) {

		#intro {
			margin: 0 0 3em 0;
			text-align: center;
		}

			#intro header h2 {
				font-size: 2em;
			}

			#intro header p {
				font-size: 0.7em;
			}

	}

	@media screen and (max-width: 736px) {

		#intro {
			margin: 0 0 1.5em 0;
			padding: 1.25em 0;
		}

			#intro > :last-child {
				margin-bottom: 0;
			}

			#intro .logo {
				margin: 0 0 0.5em 0;
			}

			#intro header h2 {
				font-size: 1.25em;
			}

			#intro header > :last-child {
				margin-bottom: 0;
			}

	}

/* Images */
		
		.main_single .images img {
			display: block;
		}

	@media screen and (max-width: 2560px) {

		.main_single .images img {
			width: 50%;
		}
		.main_single .image img {
			width: 170%;
		}

	}
	
	@media screen and (max-width: 1920px) {

		.main_single .images img {
			width: 50%;
		}
		.main_single .image img {
			width: 140%;
		}

	}
	
	@media screen and (max-width: 1680px) {

		.main_single .images img {
			width: 60%;
		}
		.main_single .image img {
			width: 100%;
		}

	}
	
	@media screen and (max-width: 1024px) {

		.main_single .images img {
			width: 75%;
		}
		.main_single .image img {
			width: 100%;
		}

	}

	@media screen and (max-width: 900px) {

		.main_single .images img, .main_single .image img {
			width: 80%;
		}

	}

	@media screen and (max-width: 736px) {

		.main_single .images img {
			width: 100%;
		}
		.main_single .image img {
			width: 90%;
		}

	}
	
/* Footer */

	#footer .copyright {
		/*font-family: "Raleway", Helvetica, sans-serif;*/
		font-size: 0.6em;
		font-weight: 400;
		letter-spacing: 0.25em;
		padding-top: 4em;
	}

	body.single #footer {
		text-align: center;
	}
	
	#footer .copyright > li {
		list-style: none;
	}

/* Menu */

	#menu {
		/*-moz-transform: translateX(25em);*/
		-webkit-transform: translateX(25em);
		-ms-transform: translateX(25em);
		transform: translateX(25em);
		-moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		/*background: rgba(16,33,42,0.8); /* #ffffff; */
		background: rgba(30,30,40,.8);
		/* border-left: solid 1px rgba(160, 160, 160, 0.3); */
		box-shadow: none;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		/* width: 25em; */
		z-index: 10002;
	}

		#menu > * {
			border-top: solid 1px rgba(160, 160, 160, 0.3);
			padding: 3em;
		}

			#menu > * > :last-child {
				margin-bottom: 0;
			}

		#menu > :first-child {
			border-top: 0;
		}

		#menu .links {
			list-style: none;
			padding: 0;
		}

			#menu .links > li {
				border: 0;
				border-top: dotted 1px rgba(160, 160, 160, 0.3);
				margin: 1.5em 0 0 0;
				padding: 1.5em 0 0 0;
			}

				#menu .links > li a {
					display: block;
					border-bottom: 0;
				}

					#menu .links > li a h3 {
						/*-moz-transition: color 0.2s ease;*/
						-webkit-transition: color 0.2s ease;
						-ms-transition: color 0.2s ease;
						transition: color 0.2s ease;
						font-size: 0.7em;
					}

					#menu .links > li a p {
						font-family: "Raleway", Helvetica, sans-serif;
						font-size: 0.6em;
						font-weight: 400;
						letter-spacing: 0.25em;
						margin-bottom: 0;
						text-decoration: none;
						/*text-transform: uppercase;*/
					}

					#menu .links > li a:hover h3 {
						color: #e4e4e4; /* #2ebaae; */
					}

				#menu .links > li:first-child {
					border-top: 0;
					margin-top: 0;
					padding-top: 0;
				}

		body.is-menu-visible #menu {
			/*-moz-transform: translateX(0);*/
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			visibility: visible;
		}

		@media screen and (max-width: 736px) {

			#menu > * {
				padding: 1.5em;
			}

		}
		
/*--------accordion_menu-------*/
	
.wrap { 
	max-width: 400px; margin: 1em auto;
}

.accordion_menu h6{
	color:#fff;
	text-align:center;
	font-weight: 300;
} 
.accordion_menu {
	width: 100%;
	margin: auto;
	height: 480px;
	text-align: left;
}
.accordion_menu a {
	line-height: 1.65em;
	border: none;
}

.accordion_menu .panel {
	width: 98%;
	width: calc(100% - 20px);
	margin: 0 auto;
	height: 0;
	overflow:hidden;
	color: rgba(255, 255, 255, 0.6);
	line-height: 28px;
	padding: 0 20px;
	box-sizing: border-box;
	transition: 0.5s;
}

.accordion_menu label {
	/*font-family: "Roboto", sans-serif;*/
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	cursor: pointer;
	display: block;
	width: 100%;
	color: #fff;
	/* font-weight: 200; */
	font-size: 1em;
	box-sizing: border-box;
	z-index: 100;
}

.accordion_menu input{
	display: none;
}

.accordion_menu input:checked+label:before {
	transition: 0.5s;
}

.accordion_menu input:checked~.panel {
	height: auto;
	padding: 0 0 2em 0;
	/* padding: 20px; */
	transition: 0.5s;
}
.accordion_menu label:after {
	font-family: "FontAwesome";
	content: "\f078";
	color: #fff;
	float: right;
	font-size: .7em;
}
.accordion_menu input:checked+label:after {
	font-family: "FontAwesome";
	content: "\f077";
	color: #fff;
	float: right;
	cursor: none !important;
	font-size: .7em
}
.accordion_menu input:checked+label {
	cursor: none !important;
}

.accordion_menu ul > li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin: 0.5em 0 0 0;
    padding-bottom: 0.5em;
	list-style: none;
}

.accordion_menu ul > li:last-child {
    border-top: none;
}

.accordion_menu ul > li a.disabled {
    pointer-events: none;
}

/* Accordion */

.accordion-flush .accordion-item:first-child {
	border-top: 0;
}
.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
.accordion-item:first-of-type {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}
.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}
.accordion-button:hover::after {
	color: rgba(160, 160, 160, 0.3) !important;
}
.accordion-button::after {
	font-family: "FontAwesome";
	content: "\f077";
	background-image: none !important;
}
.accordion-button.collapsed::after { 
	font-family: "FontAwesome";
	content: "\f078";
	background-image: none !important;
}

.accordion-flush .accordion-collapse {
	border-width: 0;
}
.collapse:not(.show){
  display: none;
}

	#open:not(:target) .inhalt, #open:not(:target) .hide, #open:target .show,
	#open1:not(:target) .inhalt, #open1:not(:target) .hide, #open1:target .show,
	#open2:not(:target) .inhalt, #open2:not(:target) .hide, #open2:target .show,
	#open3:not(:target) .inhalt, #open3:not(:target) .hide, #open3:target .show,
	#open4:not(:target) .inhalt, #open4:not(:target) .hide, #open4:target .show {
		display: none;
	}
	#open:target .inhalt,
	#open1:target .inhalt,
	#open2:target .inhalt,
	#open3:target .inhalt,
	#open4:target .inhalt{
		display: block;
}		
		
/*Scroll to Top */
	
	.back-to-top {
		text-align: center;
		text-decoration:none;
		width:50px;
		height:50px;
		border-radius:50%;
		border:1px solid #aaaaaa;
		background: #FFF5E8; /*#fcfaf7;*/
		opacity:0.5;
		position: fixed;
		bottom:60px;
		right:60px;
		z-index: 100;
	}
	
	.back-to-top div {
		font-weight:bold;
		font-size:26px;
		color:#333;
	}
	
	.back-to-top:hover {
		border:1px solid #484848;
		background:#ccc;
		opacity:0.5;
	}
	
	.back-to-top div:hover {
		color: #484848;
	}

		@media screen and (max-width: 736px) {

			.back-to-top  {
				right:10px;
			}

		}
		
/* iframe */

	#video {
		padding-bottom: 1em; /* 1em */
	}
@media screen and (max-width: 736px) {		
	.embed-container {
		position: relative; 
		padding-bottom: 56.25%; /* ratio 16x9 */
		height: 0; 
		overflow: hidden; 
		width: 100%;
		height: auto;
		}
		
	.embed-container iframe{
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
		}
	}
	
/* column */

	.container-column {
		width: 100%;
		/*justify-content: center;
		align-items: end;
		display: flex;*/
	}
	.one-second-column {
		width: 49%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	/*.one-second-column label {
		justify-content: center;
		align-items: end;
		display: flex;
	}*/
	.one-third-column {
		width: 33%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.one-third-column-left {
		width: 33%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
		/*text-align: center;*/
	}
	.clear {
		clear: both;
	}
	/*@media screen and (max-width: 1920px) {

		.main_single .images img {
			width: 50%;
		}

	}*/
	
	/*@media screen and (max-width: 1680px) {

		.one-third-column {
			width: 380px;
		}

	}
	
	@media screen and (max-width: 1024px) {

		.one-third-column {
			width: 250px;
		}
	}*/

	@media screen and (max-width: 900px) {

		.one-second-column.wild23 img {
		width: 80%;
		}

	}

	/*@media screen and (max-width: 800px) {

		.one-third-column {
			width: 210px;
		}

	}*/
	
	@media screen and (max-width: 736px) {

		.container-column {
		display: block;
		}
		.one-second-column.wild23 img {
		width: 90%;
		}

	}
	
	@media screen and (max-width: 414px) {

		.one-second-column, .one-third-column {
			width: 100%;
		}
		.one-second-column.wild23 img {
		width: 95%;
		}

	}
	
/* Belohnungen*/

	.reward_rival_quests div.reward_table div.tr div p {
		margin: -.7em 0 2em 0;
	}
	.reward_calender {
		width: 100%;
		text-align: center;
		/*color: #fff;*/
		color: #333333;
	}
	.reward_calender img{
		width: 80px;
	}
	.reward_soccer {
		text-align: center;
		color: #333333;
	}
	.reward_calender .reward_table, .reward_soccer .reward_table {
		text-shadow: none;
	}

	.reward, .reward_daily, .reward_sport, .reward_halloween, .reward_halloween_23, .reward_halloween_wheel, .reward_winter, .reward_winter_19, .reward_winter_24, .reward_football, .reward_carnival, .reward_spring, .reward_archeology, .reward_fall, .reward_patrick, .reward_wildlife, .reward_summer, .reward_anniversary, .reward_anniversary_23, .reward_fellowship, .reward_pirat, .reward_rival, .reward_history_24, .reward_care, .reward_viking {
		width: 681px;
		height: 216px;
		background-repeat: no-repeat;
		text-align: center;
		color: #fff;
		margin-bottom: 3.5em;
	}
	
	.reward_rival_quests {
		width: 681px;
		/*height: 216px;*/
		background-repeat: no-repeat;
		text-align: center;
		color: #fff;
	}

	.reward {
		background-image: url("../images/Quests_History.png");
	}

	.reward_sport {
		background-image: url("../images/Quests_event_sport_0.png");
	}

	.reward_halloween {
		background-image: url("../images/Quests_Halloween.png");
	}
	
	.reward_halloween_23 {
		background-image: url("../images/Quests_Halloween_23.webp");
	}
	
	.reward_halloween_wheel {
		background-image: url("../images/quests_event_halloween_wheel_0.webp");
	}

	.reward_winter {
		background-image: url("../images/Quests_event_winter_0.png");
	}
	
	.reward_winter_19 {
		background-image: url("../images/Winter_Banner_Train.png");
	}
	
	.reward_winter_24 {
		background-image: url("../images/quests_event_winter_24.webp");
	}
	
	.reward_football {
		background-image: url("../images/Quests_event_forge_bowl_0.png");
	}
	
	.reward_carnival {
		background-image: url("../images/Carnbanner.gif");
	}

	.reward_spring {
		background-image: url("../images/Quests_event_spring_0.png");
	}
	
	.reward_archeology {
		background-image: url("../images/Quests_event_archeology_0.png");
	}

	.reward_fall {
		background-image: url("../images/Quests_event_fall_0.png");
	}
	
	.reward_patrick {
		background-image: url("../images/St_Patrick_Banner.png");
	}
	
	.reward_wildlife {
		background-image: url("../images/Wildlife_Quests_0.webp");
	}
	
	.reward_summer {
		background-image: url("../images/2019_Summer_Event_Milestone_Banner.png");
	}
	
	.reward_pirat {
		background-image: url("../images/Summer_Banner_Pirate.webp");
	}

	.reward_anniversary {
		background-image: url("../images/Ages_Quests.webp");
	}
	
	.reward_anniversary_23 {
		background-image: url("../images/quests_event_anniversary_0.webp");
	}
	
	.reward_fellowship {
		background-image: url("../images/Hero_Event_Banner.webp");
	}
	.reward_rival {
		background-image: url("../images/Rival_Quests.webp");
	}
	.reward_rival_quests {
		background-image: url("../images/rival_quests_daily.webp");
	}
	.reward_history_24 {
		background-image: url("../images/quests_event_history24.webp");
	}
	.reward_care {
		background-image: url("../images/care_event_pass_banner.webp");
	}
	.reward_viking {
		background-image: url("../images/quests_event_viking.webp");
	}
	
	.tr {
		display: table-row;
	}

	.tr div, .tr_calender div, .tr_soccer div {
		display: table-cell;
	}
	
	.tr_calender div {
		width: 120px;
	}
	.tr_soccer div {
		width: 240px;
	}

	.reward_table {
		display: table;
		table-layout: fixed;
		width:96%;
		padding: 1.4em;
		font-size: 0.85em;
		text-shadow: black 0.2em 0.2em 0.2em;
		line-height: 1.5em;
	}
	
	.reward p {
		line-height: 1.2em;
	}
	
@media screen and (min-width: 1680px) {
	.reward_table {
		padding: 1em 0.5em 0 0.5em;
		/*padding: 1.5em 0.5em 0 0.5em;*/
		}
	}
	
/* @media screen and (max-width: 1280px) {
	.reward_table {
		padding: 3em;
		}
	} */
@media screen and (max-width: 810px) {
	.tr_calender div {
		width: 80px;
		}
	}
	
@media screen and (max-width: 768px) {		
	.reward, .reward_daily, .reward_sport, .reward_halloween, .reward_halloween_23, .reward_halloween_wheel, .reward_winter, .reward_winter_19, .reward_winter_24, .reward_football, .reward_carnival, .reward_spring, .reward_archeology, .reward_fall, .reward_patrick, .reward_wildlife, .reward_summer, .reward_anniversary, .reward_anniversary_23, .reward_fellowship, .reward_pirat, .reward_rival, .reward_rival_quests, .reward_history_24, .reward_care, .reward_viking {
		width: 100%;
		background-size: 100%;
		}
		
	.reward_table {
		/*padding: 2.5em;*/
		}
	}

@media screen and (max-width: 667px) {		
	.reward_table {
		padding: 1.8em 1em 0 1.5em;
		}
	}

@media screen and (min-width: 612px) {		
	.reward_small {
		display:none;
		}
	}
	
@media screen and (max-width: 610px) {		
	.reward, .reward_calender , .reward_sport , .reward_halloween, .reward_halloween_23, .reward_halloween_wheel, .reward_winter, .reward_winter_19, .reward_winter_24, .reward_football, .reward_carnival, .reward_spring, .reward_archeology, .reward_fall, .reward_patrick, .reward_wildlife, .reward_summer, .reward_anniversary, .reward_anniversary_23, .reward_fellowship, .reward_pirat, .table_reward_calender, .reward_rival, .reward_rival_quests, .reward_history_24, .reward_care, .reward_viking {
		display:none;
		}
	.reward_soccer {
		width: 100%;
		}
		/*.reward_soccer div.tr_soccer.img div img){*/
	div.reward_table div.tr_soccer.img div img {
		max-width: 85%;
		}
	}
	
.main_single {
	text-align: left;
}
.main_single > p, #no_print > p {
		margin: 0;
	}

div.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(160, 160, 160, 0.3); /*#e9ecef;*/
    border-left-width: 1px;
    border-left-width: .25rem;
    border-radius: .25rem;
}

/* Modifier classes */
div.bd-callout-info {border-left-color: #5bc0de;}
div.bd-callout-warning {border-left-color: #ffc107;}
div.bd-callout-danger {border-left-color: #dc3545; color: #dc3545}
div.bd-callout-success {border-left-color: #198754; color: #198754}
#header.status3xx { background-color: #5bc0de; }
#header.status3xx h1 > a { color: #000000; }
#header.status4xx { background-color: #dc3545; }
#header.status4xx h1 > a { color: #FFFFFF; }
#header.status5xx { background-color: #ffc107; }
#header.status5xx h1 > a { color: #000000; }

/* Dark-Light Schalter*/

.theme-switch {
  padding-top: 22px;
}

.theme-switch *, ::after, ::before {
  box-sizing: border-box;
}

.theme-switch .checkbox {
  opacity: 0;
  position: absolute;
}

.theme-switch .label {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 10px;
  cursor: pointer;
}
.theme-switch [type="checkbox"]:checked + label .sun{
 display:block;
}
.theme-switch [type="checkbox"] + label .sun{
 display:none;
}
.theme-switch [type="checkbox"]:checked + label .moon{
 display:none;
}
.theme-switch .label:hover .moon,
.theme-switch .label:hover .sun {
  transform: rotate(360deg);
}

.theme-switch .moon {
  color: #b6b6b6;
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transform: rotate(0);
}

.theme-switch .sun {
  color: #b6b6b6;
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transform: rotate(0);
}

/* #Light Modus
======================================== */

.dark body {
	/*background: #1d2025;*/
	background: #222;
	color: #b6b6b6;
  }
.dark #header {
	box-shadow: 0 8px 6px -8px rgba(255,255,255,.6);
  }
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark label, .dark strong, .dark b {
	color: #b6b6b6;
  }
.dark h3 {
  border-bottom: solid 1px #b6b6b6;
  }
.dark .post {
	/*background: #21242a;*/
	background: rgba(255,255,255,.02);
  }
.dark .reward_calender {
  color: #b6b6b6;
  }
.dark table tbody tr:nth-child(2n+1) {
	/*background: #1d2025;*/
	background: #222;
  }
.dark .blog-wrap .bx-wrapper .bx-prev {
  /*left: 10px;
  margin-left: 0;
  bottom: auto;
  top: 50%;
  margin-top: -15px;
  border: none;*/
  background: rgba(255,255,255,.4) url(../images/arr1.png) no-repeat center center;
  /*  background-size: auto;
  background-size: 15px 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;*/
}
.dark table.table_reward_calender tbody tr td {
	background: none;
  }
.dark table tbody tr:nth-child(2n+1) {
	/*background: #1d2025;*/
	background: rgba(255,255,255,.03);
  }
.dark table.table_reward_calender tbody tr:nth-child(2n+1) {
	/*background: #1d2025;*/
	background: none;
  }
/* #Dark Modus
======================================== */

@media (prefers-color-scheme: dark) {
  .light body, .light .bd-callout {
	color: #333333;
  }
  .light body, .light table tbody tr:nth-child(2n+1) {
	background: #FFF5E8; /*#fcfaf7;*/
  }
  .light #header {
  box-shadow: 0 8px 6px -6px rgba(0,0,0,.6);
  }
  .light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light label, .light strong, .light b, .light .reward_calender {
	color: #3c3b3b;
  }
  .light h3 {
  border-bottom: solid 1px #2E3842;
  }
  .light .post {
	background: #fffaf0; /*#fff;*/
  }
   .light table.table_reward_calender tbody tr td {
	background: none;
  }
	.light table tbody tr:nth-child(2n+1) {
	/*background: #1d2025;*/
	background: rgba(255,255,255,.03);
  }
	.light table.table_reward_calender tbody tr:nth-child(2n+1) {
	/*background: #1d2025;*/
	background: none;
  }
  .accordion_menu label {
	color: #b6b6b6;
  }
  body {
	/*background: #1d2025;*/
	background: #222;
	color: #b6b6b6;
  }
  table tbody tr:nth-child(2n+1) {
	/*background: #1d2025;*/
	background: #222;
  }
  /*#header, #menu {
	background: rgba(30,30,40,.8);
  }*/
  #header {
	box-shadow: 0 8px 6px -8px rgba(255,255,255,.6);
  }
  h1, h2, h3, h4, h5, h6, label, strong, b, .reward_calender {
	color: #b6b6b6;
  }
  h3 {
	border-bottom: solid 1px #b6b6b6;
  }
  .post {
	/*background: #21242a;*/
	background: rgba(255,255,255,.02);
  }
}

/*new */

#epic, #epic2{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
	/*padding-top:50px;*/
	/*background:#ededed;*/
	background:transparent;
/*	padding-bottom:50px;*/
	margin:0 auto;
	text-align:center;
	font-size: 80%;
}



.epic-wrap{
	position:relative;
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
}


#epic img, #epic2 img{
	width:auto;
	/*height:90px;*/
	display:block;
	margin:0 auto;
	text-align:center;
}
#epic img.first, #epic2 img.first{
	 display: block;
	/*width: 60%;*/
	margin: auto;
	padding-top:15px;
}
#epic ul.slider4 img, #epic2 ul.slider4 img{
	width:auto;
	height:80px;
}
#epic ul.slider4 sub img, #epic2 ul.slider4 sub img{
	width:20px;
	height:20px;
	float:right;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper{
	position:relative;
	width:100%;
}
.bx-wrapper .bx-prev {
	/*left: 10px;*/
	left: -30px;
	margin-left:0;
	bottom:auto;
	top:35%;
	margin-top:-15px;
	/*background:url(../images/arr1.png) no-repeat center center;*/
	background: rgba(255,255,255,.4) url(../images/arr1.png) no-repeat center;
	background-size:15px 15px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-next {
	/*right:10px;*/
	right:30px;
	margin-right:0;
	bottom:auto;
	top:35%;
	margin-top:-15px;
	/*background:url(../images/arr1.png) no-repeat center center;*/
	background: rgba(255,255,255,.4) url(../images/arr2.png) no-repeat center;
	background-size:15px 15px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-prev:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-next:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 30px;
	height: 30px;
	border-radius:50%;
	border:1px solid #000;
	text-indent: -9999px;
	z-index: 9;
}
/*@media only screen and (max-width: 1280px) {
	.bx-wrapper .bx-prev {
		left: 0;
	}
	.bx-wrapper .bx-next {
		right: 10px;
	}
	.bx-wrapper {
		width: 90%;
	}
}*/
@media only screen and (min-width: 1080px) and (max-width: 1366px) {
	.bx-wrapper .bx-next {
		right: 35px;
	}
	.bx-wrapper .bx-prev {
		left: 5px;
	}
	.container .columns {
		margin-left: 35px !important;
	}
}

@media only screen and (max-width: 1080px) {
	.bx-wrapper .bx-next {
		right: 10px;
	}
	.bx-wrapper .bx-prev {
		left: 5px;
	}
	.container .columns {
		margin-left: 30px !important;
	}
	.container .fourteen.columns {
		width: 640px !important;
	}
}
/*@media only screen and (min-width: 1024px) {
	.container .column, .container .columns {
		margin-left: 10px !important;
		padding-left: 20px;
	}
	.bx-wrapper .bx-next {
		right: 10px;
  }
}*/
@media only screen and (max-width: 959px) {
	.bx-wrapper .bx-next {
		right: 30px;
	}
	.bx-wrapper .bx-prev {
		left: 5px;
	}
	.container .fourteen.columns {
		width: 580px !important;
		margin-left: 5px !important;
	}
	.container .columns { 
		margin-left: 20px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.bx-wrapper .bx-next {
		right: 60px;
	}
}
@media only screen and (max-width: 720px) {
	.epic_medium {
		display: none;
	}
	.bx-wrapper {
		width: 30%;
	}
	.bx-wrapper .bx-prev {
		left: 0;
	}
	.bx-wrapper .bx-next {
		right: -40px;
	}
	.container .fourteen.columns {
		width: 580px !important;
		margin-left: 40px !important;
	}
	.container .columns {
		margin-left: 20px;
	}
}
@media screen and (min-width: 721px) {
	.epic_small {
		display:none;
	}
}
@media screen and (max-width: 1080px) {		
	.epic {
		display:none;
	}
}
@media screen and (min-width: 1081px) {		
	.epic_medium {
		display:none;
	}
}

/*  # Plus Base 960 Grid
================================================== */

	@media only screen and (min-width: 768px) {
		.container .three.columns     { width: 120px;}
	}
    @media only screen and (min-width: 1024px) {
		.container .fourteen.columns { padding-left: 1em;}
		.container .three.columns     { width: 155px;}
	}
	@media only screen and (min-width: 1180px) {
		.container .fourteen.columns { padding-left: 1em;}
		.container .three.columns     { width: 135px;}
	}

/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .columns                         { float: left; display: inline; margin-left: 20px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px;}
    .container .fourteen.columns                { width: 810px; }
	/*.container .three.columns               	{ width: 150px; }*/

/*  #Mobile (Portrait)
================================================== */

    @media only screen and (min-width: 480px) and (max-width: 760px) {
		.container .three.columns     { width: 130px; }

    }
    @media only screen and (min-width: 480px) and (max-width: 719px) {
        .container { width: 420px; }
        .container .columns {  margin-left: 0; margin-right: 0; margin-top: 10px; margin-bottom: 10px;}
        .container .fourteen.columns  { width: 420px; }
		.container .three.columns     { width: 110px; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 320px */

   /* @media only screen and (max-width: 319px) {
        .container { width: 220px; }
        .container .columns,
        .container .column { margin-left: 0; margin-right: 0; margin-top: 10px; margin-bottom: 10px;}

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 220px; }
    }*/

/* #Mobile 
================================================== */


    /*@media only screen and (min-width: 320px) and (max-width: 479px) {
        .container { width: 300px; }
        .container .columns,
        .container .column {  margin-left: 0; margin-right: 0;  margin-top: 10px; margin-bottom: 10px;}

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 300px; }
    }*/
