/*
================================================================
Title: Layout Stylesheet
================================================================
Layout Styles der Website
================================================================
*/

/*
================================================================
Start
================================================================
*/

body {
	background: transparent url(../images/bg.jpg) no-repeat top center fixed;
	background-size: cover;
}

h1 {
	display: inline-block;
	padding: 0 0 20px 0;
}

h2 {
	padding-top: 3%;
	font-size: 45px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
}

h3 {
	font-size: 100px;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #000;
}

h4 {
	margin: 3px;
	padding: 2px 5px 2px 5px;
	display: inline-block;
	font-size: 35px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
}

h5 {
	margin: 10px 0 0 0;
	padding: 2px 10px 2px 10px;
	display: inline-block;
	font-size: 28px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #000;
	background-color: #fff;
}

p {
	margin: 10px auto;
	padding: 0 0 0 0;
	line-height: 32px;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #000;
}

ul {
	position: relative;
	float: right;
	list-style: none;
	font-size: 16px;
	letter-spacing: 0.1em;
}

 ul li {
	float: left;
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a {	
	background: rgba(34,34,34,1);
	color: #fff;
	line-height: 40px;
	text-transform: uppercase;
	padding: 10px 8px 10px 8px;
	margin-left: 10px;
	letter-spacing: 0.1em;
}

#header {
	width:100%;
	min-width: 1024px;
	position: fixed;
	z-index: 50;
}

#header img {
	width: 100%;
	max-width: none;
	margin: 0;
}

#sponsors {
	background: transparent url(../images/sponsoren.jpg) top center;
	height: 550px;
	min-width: 100%;
	position: fixed;
	z-index: 40;
	padding: 0px;
	bottom: -510px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sponsors:hover {
	background: transparent url(../images/sponsoren.jpg) top center ;
	height: 550px;
	bottom: 0px;
}

#sponsors img {
	max-width: none;
	margin: 0;
}

#sponsors a {	
	background: rgba(34,34,34,0);
	color: #fff;
	line-height: 0px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	letter-spacing: 0.1em;
}

#sponsors ul {	
	width: 100%;
	text-align: center;
	margin: 0px;
	list-style: none;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 0px 0px;
}

 #sponsors ul li {
	float: none;
	display: inline-block;
	text-decoration: none;
	list-style: none;
	margin: 10px 20px;
	padding: 0px;
}

 #sponsors h4 {
	margin: 0 auto;
	padding: 2px 5px 2px 5px;
	display: block;
	font-size: 35px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	width: 280px;
}

.sponsors .normal img {
	width:170px;
}

#sponsors  ul .normal {
	display: inline-block;
	text-decoration: none;
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.small img {
	width:120px;
}

#wrapper{
	min-width: 1024px;
	padding-top: 15%;
	position: relative;
}

#con_start {
	text-align: center;
	height: 800px;
	background-image: url(../images/form.png);
	background-repeat:no-repeat;
  	background-position: 50% 50%;
}

.full h1 img {
	padding: 30% 0 0 0;
}

.full h4 {
	margin: 3px 100px;
	padding: 2px 5px 2px 5px;
	display: inline-block;
	font-size: 35px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
}

#con_start .black {
	margin: 0 auto;
	width: 700px;
	margin-top: 10px;
	line-height: 32px;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #000;
}

.full {
	text-align: center;
	height: 800px;
	background-image: url(../images/form.png);
	background-repeat:no-repeat;
  	background-position: 50% 50%;
}

#con_tickets .onethird a {	
	display: block;
	background: rgba(0,0,0,1);
	color: #fff;
	line-height: 40px;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	letter-spacing: 0.1em;
}

#con_aftershow .full a {	
	background: rgba(0,0,0,1);
	color: #fff;
	line-height: 40px;
	font-size: 20px;
}

#con_aftershow .full a:hover,
#con_aftershow .full a:focus {	
	background: rgba(0,0,0,0.5);
}


#con_tickets .onethird a:hover,
#con_tickets .onethird a:focus {	
	background: rgba(0,0,0,0.5);
}


#con_start .bold {
	font-weight: 900;
}

#con_ort,
#con_aftershow,
#con_tickets {
	padding: 200px 0px 0px 0px;
}

#con_ort img {
	width: 100%;
}

#con_ort iframe {
	width: 100%;
}

#con_ort p {
	text-align: left;
}

#con_footer p {
	text-transform: none;
	font-size: 13px;
	line-height: 26px;
}

#con_aftershow .full {
	text-align: center;
}

#con_footer .black {
	margin: 10px 5px 10px 0;
	width: 700px;
	line-height: 26px;
	font-size: 13px;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #000;
}

#con_footer a {	
	display: inline-block;
	background: rgba(0,0,0,0);
	color: #000;
	line-height: 26px;
	font-size: 13px;
	text-transform: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	letter-spacing: 0.1em;
}

#con_footer a:focus,
#con_footer a:hover {	
	color: rgba(0,0,0,0.5);
}

#con_aftershow h2, 
#con_ort h2, 
#con_tickets h2 {
	margin: 0px 0px 50px 0px;
	border-bottom: solid 1px #000;
}

#con_footer h2 {
	margin: 30px 0px 30px 0px;
	border-bottom: solid 1px #000;
}

#con_footer  p{
	text-align: left;
	font-size: 14px;
}

.column-wide.half h2{
	font-size: 30px;
	text-align: left;
}

#con_footer {
	width: 100%;
	text-align: center;
	background-image: url(../images/footer.png);
	background-repeat:no-repeat;
  	background-position: 0 0 ;
  	background-size: cover;
  	padding-bottom: 50px;
	}

#nav_footer ul li {	
	width: 200px;
	display: block;
	margin: 5px 0px;
	}

#nav_footer a {	
	width: 100%;
	list-style: none;
	font-size: 16px;
	letter-spacing: 0.1em;
	background: rgba(0,0,0,1);
	float: none;
	color: #fff;
	line-height: 20px;
	text-transform: uppercase;
	padding: 8px 8px 8px 8px;
	margin-left: 0px;
	letter-spacing: 0.1em;
}

#nav_footer a:focus,
#nav_footer a:hover,
a:focus,
a:hover {	
	background: rgba(0,0,0,0.5);
	color: #fff;
}

.shadow{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	border-top: 2px solid #fff;
}


