body, html, .outer {
	height: 100%;
	width: 100%;
}
body {
	font-family: oswald, arial, "sans-serif";
}
.box h2 {
	background-color: #ffffff;
	bottom: 15%;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	left: 50%;
	margin-left: -115px;
	color: #000000;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 230px;
}
.outer {
	position: relative;
}
.box {
	background-size: cover;
	height: 50%;
	position: absolute;
	width: calc( 50% - 100px );
	opacity: 1;
	filter: alpha(opacity=100);
}
.text-links {
	position: absolute;
	z-index: 1000;
	top: 50%;
	margin-top: -45px;
	left: 25%;
	margin-left: -250px;
}
.text-rechts {
	position: absolute;
	z-index: 1000;
	top: 50%;
	margin-top: -45px;
	right: 25%;
	margin-right: -250px;
}
.text-links h3,
.text-rechts h3 {
	background-color: #ffffff;
	height: 90px;
	line-height: 90px;
	font-size: 20px;
	width: 400px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	text-align: center;
}
.text-links span,
.text-rechts span {
	color: #6BA8DE;
}
.meisterschaften {
	background-image: url('../img/meisterschaften.jpg');
	left: 0;
	top: 0;
}
.camp {
	background-image: url('../img/camps.jpg');
	bottom: 0;
	left: 0;
}
.logo {
	background: url('../img/varsity-logo.jpg') center center no-repeat;
	background-size: 7%;
	height: 100%;
	left: 50%;
	top: 0;
}
.logo span {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 20px;
	top: 60%;
	left: 50%;
	margin-left: -47px;
}
.logo a {
	color: #000000;
}
.logo a:hover {
	color: #337ab7;
}
.fashion {
	background-image: url('../img/varsity-spirit-fashion.jpg');
	right: 0;
	top: 0;
}
.shop {
	background-image: url('../img/online-shop.jpg');
	bottom: 0;
	right: 0;
}

.m-overlay {
	background: url('../img/m.png') no-repeat 50% 40%;
}
.box:hover .m-overlay {
	background: rgba(107,168,222, .75) url('../img/mHov.png') no-repeat 50% 40%;
	background-size: 160px 227px;
}

.c-overlay {
	background: url('../img/c.png') no-repeat  50% 40%;
}
.box:hover .c-overlay {
	background: rgba(107,168,222, .75) url('../img/cHov.png') no-repeat 50% 40%;
}

.f-overlay {
	background: url('../img/v.png') no-repeat 50% 40%;
}
.box:hover .f-overlay {
	background: rgba(107,168,222, .75) url('../img/vHov.png') no-repeat 50% 40%;
}

.s-overlay {
	background: url('../img/s.png') no-repeat 50% 40%;
}
.box:hover .s-overlay {
	background: rgba(107,168,222, .75) url('../img/sHov.png') no-repeat 50% 40%;
}
.m-overlay,
.c-overlay,
.f-overlay,
.s-overlay {
	background-size: 160px 227px;
	height: 100%;
	transition: opacity .25s ease-out;
}
.box:hover .m-overlay,
.box:hover .c-overlay,
.box:hover .f-overlay,
.box:hover .s-overlay {
	background-size: 160px 227px;
}


/* ############### MOBILE ############### */
hr {
	border-top: 2px solid #000000;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.logo-mobile {
	background: url('../img/logo-mobile.jpg') center center no-repeat;
	height: 150px;
	width: 150px;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -75px;
	position: absolute;
	z-index: 10;
}
.logo-mobile span {
	display: block;
	position: absolute;
	font-size: 16px;
	top: 42%;
	left: 100%;
}
.box-mobile h2 {
	padding-top: 20px;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	height: 100px;
	color: #000000;
	position: absolute;
	width: 300px;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -150px;
	text-align: center;

}
.box-mobile span {
	color: #6BA8DE;
}
.box-mobile {
	background-size: cover;
	height: 48%;
	position: absolute;
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.overlay-mobile {
	background: rgba(107,168,222, .75);
	height: 100%;
	opacity: 0;
	transition: opacity .25s ease-out;
}
.box-mobile:hover .overlay-mobile {
	opacity: 1;
}
.meisterschaften-mobile {
	background-image: url('../img/meisterschaften.jpg');
	left: 0;
	top: 0;
}
.fashion-mobile {
	background-image: url('../img/varsity-spirit-fashion.jpg');
	left: 0;
	bottom: 0;
}
