html,
body {
	padding: 0;
	margin: 0;
}

h4 {
	line-height: 1.33;
	color: #e2001a;
}

a {
	color: #e2001a;
}

div.wrapper {
	margin-top: 20px;
	padding: 0px;
}

div.logo {
	height: 16rem;
	margin-top: 1rem;
	background-color: yellow;
	background: url('/img/StiftungGutesErlaufen.jpg') no-repeat center center;
}

nav.menu {
	height: 38px;
	background-color: #e2001a;
	margin-top: 10px;
	margin-bottom: 30px;
	border-radius: 4px;
	padding-top: 3px;
}

nav.menu a {
	color: white;
	font-size: 150%;
	margin: 35px;
}

div.cart {
	height: auto;
	min-height: 600px;
	background-color: white;
	padding: 5px;
}

/* CART */
div.cart .logo {
	height: 10rem;
	background-color: white;
	background-size: contain;
}

div.cart .picture {
	height: 350px;
	background-color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

div.cart .link {
	height: auto;
	background-color: white;
}

#sl {
	background: url('/img/silvesterlauf-start.jpg') no-repeat center center;
	background-size: cover;
}

#sg {
	background: url('/img/Bild-535x321.png') no-repeat center center;
	background-size: cover;
}

#slLogo {
	background: url('/img/Silvesterlauf.png') no-repeat center center;
	background-size: contain;
}

#sgLogo {
	background: url('/img/Sportgala.png') no-repeat center center;
	background-size: contain;
}

.panel-plus {
	position: relative;
	border-radius: 0px;
	border: 1px solid rgb(216, 216, 216);
	font-family: 'Roboto', sans-serif;
	min-height: 246px;
}

.panel-plus > .panel-plus-tags {
	position: absolute;
	top: 35px;
	right: -3px;
}

.panel-plus > .panel-heading,
.panel-plus > .panel-footer {
	background-color: rgb(255, 255, 255);
	border-width: 0px;
}
.panel-plus > .panel-heading {
	margin-top: 20px;
	padding-bottom: 5px;
}

.panel-plus > .panel-body {
	padding-top: 5px;
	font-size: 13px;
}

.panel-plus > .panel-footer {
	font-size: 14px;
	font-weight: 700;
	min-height: 54px;
}
