.header > .u-full-width {
	text-align: center;
	margin: 0 auto;
}

.imgstrip > .u-full-width {
	overflow: hidden;
	max-height: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.imgstrip > .u-full-width > img {
	vertical-align: top;
	width: 24.75%;
}

.nopadding {
	padding: 0 !important;
}

img.logo {
	margin-top: 20px;
	width: 77%;
}

img.decal {
	vertical-align: top;
	margin-top: 10px;
	width: 7% !important;
}

img#decal_ul, img#decal_ll {
	float: left;
}

img#decal_ur, img#decal_lr {
	float: right;
}

img#decal_ll {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 10px;
}

img#decal_lr {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 10px;
}

.header {
	margin-top: 25px;
	margin-bottom: 5px;
}

.nav > div {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.nav a {
	color: #ECD0A2;
}

a {
    text-decoration: none;
    color: black;
}

@media screen and (min-width: 400px) {
	.container {
		width: 95%;
		margin: 5px auto;
	}
	.nav a {
		font-size: 2.2rem;
	}
}

@media screen and (min-width: 550px) {
	.nav a {
		/*font-size: 1.5rem;*/
	}
}

@media screen and (min-width: 1000px) {
	.container {
		width: 90%;
		margin: 40px auto;
	}
	.nav a {
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.nav a:hover {
    color: black;
}

.nav a.active {
	color: black;
}

.nav {
	margin: 0.7rem 0;
	text-align: center;
	background-image: url("/navbar.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 65px;
}

.nav > img {
	width: 97%;
}

.row.headline {
	background-color: #B41A2A;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4rem;
	font-size: 1.7rem;
	font-weight: bold;
	color: #ECD0A2;
	letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

.row.content {
	display: flex;
	justify-content: center;
	position: relative;
}

.content > .u-full-width {
	position: relative;
}

.content p {
	font-size: 1.3rem;
}

p.centered {
	text-align: center;
}

p.justified {
	text-align: justify;
}

.content img {
	width: 40%;
}

.content img.placeholder {
	opacity: 0;
	margin-top: 3rem;
}

.content img.stacked {
    position: absolute;
	left: 30%;
	top: 1rem;
}

.content img.opacity {
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}

.row.spacer {
	height: 1.5rem;
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.row {
	padding: 0 10px;
	line-height: 1.5rem;
}

body {
	background-color: rgb(236, 208, 162);
	font-family: Verdana, Geneva, sans-serif;
}

#grad {
  background: rgba(216, 162, 69, 0.15); /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(left,rgb(216, 162, 69),rgba(216, 162, 69, 0.15),rgb(216, 162, 69));
  /* For Opera 11.1 to 12.0 */
  background: -o-linear-gradient(left,rgb(216, 162, 69),rgba(216, 162, 69, 0.15),rgb(216, 162, 69));
  /* For Fx 3.6 to 15 */
  background: -moz-linear-gradient(left,rgb(216, 162, 69),rgba(216, 162, 69, 0.15),rgb(216, 162, 69));
  /* Standard syntax */
  background: linear-gradient(to right, rgb(216, 162, 69),rgba(216, 162, 69, 0.15),rgb(216, 162, 69));
}

.menus {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1rem;
}

.menu_header {
    display: flex;
    flex-direction: column;
}

.menu_header > span {
    background-color: rgb(180, 26, 41);
    color: #ECD0A2;
    text-align: center;
    padding: 2px;
    margin-bottom: 10px;
}

.menu_header img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: initial;
}

.dragons_bg {
    position: absolute !important;
    margin-left: -10px;
    margin-top: -40px;
}

.dragons_bg img {
    width: initial;
}

div.dragons_bg + div {
    min-height: 415px;
}

.decal_lr_bg {
    position: absolute !important;
    right: -195px;
    bottom: 10px;
}

.decal_lr_bg img {
    width: 30% !important;
}

.gallery div.stage {
    text-align: center;
}

.gallery div.slides {
    display: flex;
    justify-content: space-between;
}

.gallery div.slides img {
    width: 160px;
}

.gallery img {
    border: 2px solid #D6C4A0;
}

.bordered {
    border: 2px solid #D6C4A0;
    width: 100% !important;
}

.impressum {
    color: black;
    text-decoration: none;
    font-size: 1.2rem;
    text-align: center;
}

/* Larger than mobile */
@media (min-width: 400px) {
	
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}