html, body{
	margin: 0;
	padding: 0;
	/*background: #000000;*/
	color:#ffffff;
	font-family: 'Roboto', 'sans-serif';
	font-size: 1em;
	font-weight: 300;
	line-height: 140%;
}

body {
	background-image: url(https://www.jumper-events.de/images/auftakt_02.jpg);
	background-position: 50% 50%;
	background-repeat: none;
	background-size: cover;
	background-attachment: fixed;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

@font-face {
	font-family: 'uptownregular';
	src: url('fonts/uptown_-webfont.eot');
	src: url('fonts/uptown_-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/uptown_-webfont.woff') format('woff'),
		url('fonts/uptown_-webfont.ttf') format('truetype'),
		url('fonts/uptown_-webfont.svg#uptownregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto-300.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#container{
	width: 1050px;
	margin: 0 auto;
	overflow: auto;
	position: relative;
}

#logo {
	margin: 0 auto;
	width: 800px;
}

#header-day {
	background: url(images/header-day.jpg);
	width: 100%;
}

#header-night {
	background: url(images/header-night.jpg);
	width: 100%;
}

#header{
	width: 1050px;
	height: 300px;
	background: url(images/header.png);
	margin: 0 auto;
}

#content{
	width: 1050px;
	float: left;
}

#content-gs {
	background: rgba(0,0,0,.75);
	float: left;
	padding: 25px;
	width: 1000px;
}

#content-gs h1 {
	font-weight: 500;
	padding: 20px 0 0 0;
} 

#content-gs h2 {
	font-weight: 500;
	padding: 5px 0;
} 

h1{
	font-size: 1.5em;
	margin: 0;
	padding: 20px 0 0 10px;
}

h2 {
	font-size: 1em;
	margin: 30px 0 0;
	padding: 5px 10px;
}

.text{
	font-size: .6875em;
	margin:0;
	padding: 5px 10px;
}

.center {
	text-align: center;
}

.images{

	margin-left: -13px;
	margin-top: -11px;
}

ul {
	list-style-type: none;
	margin: 0;
}

#nav {
	width: 1000px;
	padding: 20px 0;
}
 
#nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
 
#nav li {
	display: inline-block;
	font-family: 'uptownregular';
	font-size: 1.5em;
	list-style: none;
	margin-right: 10px;
	padding: 5px 10px;
}

#nav li.over a {
	color: #fff;
}

#photos {
	padding: 0;
}
#photos li img {
	border: 1px solid #fff;
	height: 167px;
	width: 200px;
}
#photos li {
	display: inline-block;
	padding: 22px;
}

.button {
	background:#97bf0d;
	display:block;
	font-size:15px;
	margin: 5px 0 0 0;
	padding: 5px 7px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

/* ************** Boxen *****************************************
*****************************************************************/

#box-container{
	width: 1050px;
    height: 225px;
	margin: 50px auto;
	float:left;
}

.infobox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #222222;  
	-moz-box-shadow:    0 0 5px 5px #333333;
	-webkit-box-shadow: 0 0 5px 5px #333333;
	box-shadow:         0 0 5px 5px #333333;
}

.box-content{
	width: 240px;
	height: 335px;
	background:url(images/box-content.png);
	background-repeat:repeat-y;
}

#box{
	width: 240px;
	height: 250px;
	float:left;
	margin-left: 20px;
}

#box-left{
	width: 240px;
	height: 250px;
	float:left;
}

.jumper {
	border-bottom: 1px dashed #666;
	padding: 20px 0;	
}

.jumper:last-child {
	border-bottom: 0;
}

/*******************************************************************************************************************************/

/* FORMULAR DEFINITIONEN -- */

/*******************************************************************************************************************************/			


fieldset {
	border: 1px double #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	margin: 10px 0 0 0 !important; margin: 0;
	width: 550px;
}

legend {
	border: 1px double #666;
	padding: 10px;
	color: #efb333;
	color: #97bf0d;
}

label {
	display: block;
	float: left;
	line-height: 1.5em;
	width: 150px;
}

input, textarea, select {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 5px;
}

.aussicht {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	float: left;
	margin: 0 15px 0 5px;
	padding: 0;
}

.zusatz {
	display: block;
	margin-bottom: 10px;	
}

input[type="radio"] {
	float: left;
	margin: 5px 25px 0 5px;
}

input[type="checkbox"] {
	float: left;
	margin: 5px 37px 0 5px;
}

.intext {
	width: 350px;
	color: #333;
	margin: 0;
	padding: 5px;
	background: #eee;
	border: 1px solid #666;
}

.intextprod	{
	text-transform: capitalize;
	color: #333;
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	background: #fff;
	}

.intextlink	{
	width: 350px;
	color: #333;
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	background: #fff;
}

.intextbig {
	width: 350px;
	height: 200px;
	color: #333;
	margin: 0;
	padding: 5px;
	background: #eee;
	border: 1px solid #666;
}

.important {
	color: #efb333;
	font-weight: bold;
	padding: 0 0 0 5px;
	}

.butt {
	color: #000000;
	background: #efb333;
	border: 0;
	width: 150px;
	margin: 0 0 0 155px;
}

.mm {
	margin: 0 0 0 120px;
}



.prodiconsdetail {
	border: 0;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.prodiconsdetail img {
	float: left; 
	padding: 0 10px 0 0;
}

.prodtextdetail {
	width: auto;
}

.topimg {
	float: left;
	width: 100px;
}

.toptext {
	float: right;
	width: 120px;
	padding: 0;
}

a, a:HOVER, a:VISITED, a:LINK {
	color: #efb333;
	color: #97bf0d;
}

/*table {
	font-size: .8em;
}*/

th {
	text-align: left;
}

td, th {
	padding: 7px;
}

/*.f1 {
	background: #333333;
}*/

tr:nth-child(odd){
	background: #333;
}

table.or  {
	margin-top: 1em;
}

.or td {
	padding: 5px;
}

.or td.right {
	text-align: right;
}