/** FONTS **/

@font-face{
	font-family: "yk";
	src: url('../fonts/YanoneKaffeesatz-Light.eot#') format('eot');
	src: url('../fonts/YanoneKaffeesatz-Light.otf') format('opentype');
	src: url('../fonts/YanoneKaffeesatz-Light.ttf') format('truetype');
    font-style: normal;
}

@font-face{
	font-family: "yk";
	src: url('../fonts/YanoneKaffeesatz-Regular.eot#') format('eot');
	src: url('../fonts/YanoneKaffeesatz-Regular.otf') format('opentype');
	src: url('../fonts/YanoneKaffeesatz-Regular.ttf') format('truetype');
	font-weight: bold;
}

/** GENERAL **/

body {
	background-color: #0f050a;
	padding: 0;
	margin: 0;
	font-family: yk, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #FFEBDC;
}

a {
	text-decoration:none;
}

a:link {
	color:#ff7828;
}

a:visited {
	color:#418278;
}
a:hover {
	color:#418278;
}
a:active {
	color:#418278;
}  

img {
	border: none;
}

p {
	margin-bottom: 4px;
	margin-top: 4px;
}

#wrapper {
	position: relative;
	width: 95%;
	max-width: 660px;
	top: 0;
	margin-left: auto;
	margin-right: auto;
}

/** BACKGROUND **/

#bg {
	position: fixed;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	z-index: 0;
}

#bgimg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: 100%;
	height: 100%;
	background-size: cover;
}

@media screen and (max-width:500px) {
#bgimg {
	background-image: url(../imgs/bg3000.jpg);
}
}

@media screen and (min-width:501px) and (max-width:1000px) {
#bgimg {
	background-image: url(../imgs/bg1000.jpg);
}
}

@media screen and (min-width:1001px) and (max-width:2000px) {
#bgimg {
	background-image: url(../imgs/bg2000.jpg);
}
}

@media screen and (min-width:2001px) {
#bgimg {
	background-image: url(../imgs/bg3000.jpg);
}
}


/** TOP **/

#top {
	position: relative;
	display: block;
	top: 0;
	width: 100%;
	z-index: 1;
}

.topb {
	width: 100%;
	height: auto;
}

#storest {
	position: absolute;
	display: table;
	top: 0;
	width: 45%;
	left: 42%;
	z-index: 4;
}

#storest2 {
	display: table;
	text-align:center;
	top: 0;
	width: 70%;
	margin-left: 15%;
	z-index: 4;
}

img.half {
	width: 47%;
	height: auto;
	margin-left: 2%;
}

img.half2 {
	width: 47%;
	height: auto;
	margin-left: 2%;
}

img.full {
	width: 100%;
	height: auto;
}


/** CONTENT **/

.impressum {
	font-size:0.8em;
	text-align:center;
}

.topcontent {
	position: relative;
	display: block;
	width: 100%;
	height: 10px;
	z-index: 1;
	margin-top: 15px;
	margin-bottom: 0;
}

.bottomcontent {
	position: relative;
	display: block;
	width: 100%;
	height: 10px;
	z-index: 1;
	margin-top: 0;
	margin-bottom: 15px;
}

.tl {
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	background-image: url(../imgs/bg-tl.png);
}

.tr {
	position: absolute;
	right: 0;
	width: 10px;
	height: 10px;
	background-image: url(../imgs/bg-tr.png);
}

.bl {
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	background-image: url(../imgs/bg-bl.png);
}

.br {
	position: absolute;
	right: 0;
	width: 10px;
	height: 10px;
	background-image: url(../imgs/bg-br.png);
}

.mc {
	position: absolute;
	right: 10px;
	left: 10px;
	height: 10px;
	background-image: url(../imgs/bg-content.png);
}

.content {
	position: relative;
	display: block;
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../imgs/bg-content.png);
	z-index: 1;
}

.title {
	position: relative;
	display: block;
	width: 100%;
	left: -20px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../imgs/bg-content.png);
	z-index: 2;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 30px;
	text-transform: uppercase;
}

.subtitle {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 22px;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 0;
}

/** FEATURES SCREENS **/

@media screen and (min-width:570px) {
.screenr, .screenl {
	width: 300px;
}

.bulletsr {
    margin-left: 310px;
	
}

.bulletsl {
    margin-right: 310px;
	
}
}

@media screen and (max-width:569px) {
.screenr, .screenl {
	width: 100%;
	text-align: center;
}
.preview {
	position: relative;
	width: 215px;
	height: auto;
	top: -144px;
	left: -83px;
	margin-right:83px;
	z-index: 3;
}

}

.screenr, .screenl {
	height: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.screenr {
	float: right;
	margin-left: 2%;
}

.screenl {
	float: left;
	margin-right: 2%;
}

.device {
	width: 300px;
	height: auto;
	z-index: 4;
}

.preview {
	position: relative;
	width: 215px;
	height: auto;
	top: -144px;
	left: 42px;
	z-index: 3;
}

.bulletsl, .bulletsr {
	margin-bottom: 10px;
}

.bulletsl ul, .bulletsr ul {
	padding: 0;
	margin: 0;
}

.bulletsl ul li, .bulletsr ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 3px;
}

/** TEACHERS **/
.floatl {
	float: left;
	margin: 15px 0 10px 0;
	width: 78px;
	height: auto;
}

.floattl {
	margin-left: 93px;
	margin-bottom: 15px;
}

/** SOACIAL **/

.social {
	float: left;
	width: 28%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
}

.social img {
	width: 60px;
	height: auto;
}

/** BREAKS **/

.space {
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	height: 10px;
	z-index: 1;
}

.tline {
	position: relative;
	display: block;
	width: 100%;
	left: -20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 2px;
	background-image: url(../imgs/line.png);
	background-repeat: repeat-x;
	z-index: 2;
}

.line {
	clear: both;
	display: block;
	width: 100%;
	height: 20px;
	background-image: url(../imgs/line.png);
	background-position: center;
	background-repeat: repeat-x;
	z-index: 2;
}
