
html, body {
	background: transparent;
	border: 0;
	outline: 0;
    margin: 0 !important;
    padding: 0 !important;
	
}
html, body {
font-family: 'Open Sans', sans-serif;
	height: 100%;
	width: 100%;
	background-color:#000000;

}
body {
	overflow-x: hidden;
}
#oben {

	margin-top:-20px;
		background:url(../img/pattern.png) repeat;
		height: 100%;  

}
a {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: white;
	text-decoration: none;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #fafafa;
	-webkit-box-shadow: 0 0 6px #007eff;
	-moz-box-shadow: 0 0 5px #007eff;
	box-shadow: 0 0 5px #007eff;
	outline: none;
}
sup {
	font-size: 40px;
}

.home {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.home h1 {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 10px;
}
.home p {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container {
	width: 100%;
	text-align: center;
}
.whole {
	display: inline-block;
}
.whole.ktm .type {
	background-color: #f60;
}
.shadow-cont {
	height: auto;
	width: 280px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.type {
	width: 280px;
	background-color: #C00;
	height: 62px;
}
.type p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 24px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-top: 14px;
}
.plan {
	width: 280px;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-style: condensed;
	font-size: 24px;
	color: #333;
	text-align: center;
}
.header {
	padding-top: 10px;
	padding-bottom: 10px;
	height:80px;
}
.header p{
		font-family: 'Open Sans', sans-serif;
	font-style: condensed;
	font-size: 20px;
	color: #333;
	text-align: center;
}

.header span {
	font-size: 24px;
}
.enter {
	height: 80px;
	cursor: pointer;
}
.enter p a {
	font-size: inherit;
	color: inherit;
	text-decoration: none;
}
.nodisplay {
	opacity: 0.1;
}
.element_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}
.mask {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}
#loader {
	background: url(../img/loading-animation-8.gif) center center no-repeat;
	height: 48px;
	width: 48px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -24px 0 0 -24px;
}
.ort {

	font-size: 20px;
	font-weight:600;
	color: #000000;
	padding-bottom: 30px;
	height:30px;
		border-bottom: 1px solid #494a5a;
}
.tel-holder{
		display:block;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}
.tel{
	display:none

}
@media only screen and (max-width: 479px) {

.tel{
	display:block;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;

}
.tel-holder{
	display:none;
}
}