/* Global */
* {
  margin:0;
  padding:0;
}

html, body {
	width:100%;
	min-width: 1118px;
	height:100%;
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 1em;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

h1 {
	font-size: 3em;
	letter-spacing: 2px;
	line-height: 0.9em;
	font-weight: 500;
	text-transform: uppercase;
}

h2 {
	font-size: 3em;
	letter-spacing: 2px;
	line-height: 0.9em;
	font-weight: 100;
	text-transform: uppercase;
}

h3 {
	text-transform: uppercase;
}

p {
	font: 0.95em/1.7em Georgia;
	font-size: 0.95em  !important;
	line-height: 1.7em !important;
}

p.white {
	color: white;
}

p.white a{
	color: #fff;
	text-decoration: underline;
}

p.black {
	color: black;
}

span.marked {
	color: #00071b;
	background: #C9DA2B;
}

.italic {
	font-style: italic;
}

/* Navigation */
#menu {
	position:relative;
	top:0px;
	z-index:100;		
	width:100%; 
	height: 80px; 
	background-color:#00143e;
	overflow: hidden;	
}

#footer_menu {
	position:relative;
	bottom:0px;
	z-index:100;		
	width:100%; 
	height: 80px;
	background-color:#fff;
	overflow: hidden;	
}

#logo, #footer_logo {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 85px;
	height: 80px;
}
#nav, #footer_nav {
	text-align: left;
	margin: 30px 0 0 0;
}
.navigation {
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}
ul.navigation {
	margin-left: -10px;
}
.navigation li{
	float: left;
	color: #fff;
}
.navigation li a{
	color: #fff;
	font-weight:bold;
	font-weight: 500;
	font-size: 0.73em;
	padding: 10px;
	margin:0 10px 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-outline-width: 0;
}
#footer_menu  .navigation li a{
	color: #00143e;
	font-weight: 500;
	margin-top: 30px !important;
}

.navigation li a:hover{
	cursor:pointer;
	color: #fff;
	background-color: black;
	
	-moz-outline-width: 0;
}

#footer_menu .navigation li a:hover{
	cursor:pointer;
	background-color: #f5f5ef;
	
	-moz-outline-width: 0;
}

.navigation li a:link,
.navigation li a:focus,
.navigation li a:hover,
.navigation li a:active,
.navigation li a:visited {
	-moz-outline-width: 0;
	text-decoration:none;
}
.navigation li a:-moz-focus-inner {
	border: 0;
}
.navigation .active{
	cursor:pointer;
	color: #fff;
	font-weight:bold;
}

.navigation li:first-child a {margin-left: 0;}
.navigation li:last-child a {margin-right: 0;}

.navigation li:after { content: '|'; }
.navigation li:last-child:after { content: none; }

#active {
	position: relative;
	background-color: black;
}

#active:after {
	content:' ';
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	margin-left: -50%;
	margin-top: 41px;
}

#footer_active {
	position: relative;
	background-color: #f5f5ef;
}

#footer_active:after {
	content:' ';
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #00143e;
	position: absolute;
	margin-left: -50%;
	margin-top: -31px;
}

#footer_active_beige {
	position: relative;
	background-color: #f5f5ef;
}

#footer_active_beige:after {
	content:' ';
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #f5f5ef;
	position: absolute;
	margin-left: -50%;
	margin-top: -31px;
}


span.number {
	font-weight: 500;
	font-size: 1.1em;
	color: #c9da2b;
}

span.chapter {
	display:none;
}

/* Buttons */
.extend_btn {
	display: inline-block;
	background-color: #c9da2b;
	margin-top: 30px;
	cursor: pointer;
}

.extend_btn_small {
	position: relative;
	display: inline-block;
	height: 60px;
	background-color: #c9da2b;
	margin-top: 0;
	font-size: 0.75em;
	cursor: pointer;
}

.extend_btn_small h3.buttontext {
	font-size: 0.9em !important;
	margin: 0px 14px 0px 0px;
	padding: 0;
	float: right;
	line-height: 60px;
	display: inline-block;
	white-space: nowrap;
	color: #00143e !important;
	margin-top: 0 !important;
}


.extend_btn_small:before {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.plus {
	width: 16px;
	height: 16px;
	display: inline-block;
	border: #00143e 3px solid;
	float: left;
	margin: 13px;
	padding: 6px;
	background-image: url('../images/plus_bg.svg');
	background-repeat: no-repeat;
	background-position: left center;
}

html.no-svg .plus {
	background-image: url('../images/plus_bg.png');
	background-repeat: no-repeat;
	background-position: left center;
}

h3.buttontext {
	font-size: 0.82em !important;
	margin: 0px 14px 0px 0px;
	padding: 0;
	line-height: 60px;
	display: inline-block;
	white-space: nowrap;
	color: #00143e !important;
	margin-top: 0 !important;
}

/* General Slides */ 

.introslide{
	background-attachment: fixed;
	width:100%;
	
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
	position: relative;
	overflow: hidden;
}

.slide{
	background-attachment: fixed;
	width:100%;

	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 

	-moz-box-sizing: content-box;
	box-sizing: content-box;
	
	position: relative;
}

.container {
	display: block;
	position: relative;
}

:root .unbordered .container {
	left: 0px !important;
}

.bordered {
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border: #fff 50px solid;
}

/* Overlays */
.inlineoverlay {
	display: none;
}

.inlineoverlay {
	padding-top: 14px;
	background: #f5f5ef;
	background: rgba(245, 245, 239, 0.95);
	/*position: absolute;
	z-index: 999;*/
}

.inlineoverlay p{
	margin-bottom: 0px;
	font-family: "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 500;
	font-size: 0.9em;
}

.headbar {
	width: 100%;
	height:60px;
	display: block;
	background: rgba(255, 255, 255, 0.85);
}

.footbar {
	width: 100%;
	height:60px;
	display: block;
	background: #fff;
	background: rgb(255, 255, 255);
	margin-top: 30px;
}

.closebutton {
	cursor: pointer;
	display: inline-block;
	float:right;
}

.close {
	width: 16px;
	height: 16px;
	display: inline-block;
	border: #00143e 3px solid;
	float: right;
	margin: 13px 14px 13px 14px;
	padding: 6px;
	background: url('../images/close.svg') center center no-repeat;
}

html.no-svg .close {
	background-image: url('../images/close.png');
	background-position:  center center;
	background-repeat: no-repeat;
}

.cross {
	cursor: pointer;
}

.closebuttontext {
	font-size: 1em !important;
	padding: 0;
	margin:0;
	line-height: 60px;
	display: inline-block;
	float: right;
	white-space: nowrap;
	color: #00143e !important;
	text-transform: uppercase;
}


.inlineoverlay.blue {
	background: #fff;
	background: rgba(255, 255, 255, 1);
}

.inlineoverlay.blue p {
	color: #00143e !important; 
	font-weight: 600;
}

/* Slide 1 */ 
.white_bar{
	width:100%;
	height:80px;
	background:white;
	display: block;
}

#slide1{
	background-color:#ffffff;
	background-image: url('../images/collision_event_large.jpg');
	background-position: center center;
	background-size: cover;
	
	margin-top: -80px;
}
#slide1 h1 {
	font-size: 3.5em;
	letter-spacing: 2px;
	line-height: 0.9em;
	color:#c9da2b;
	font-weight: 700;
	margin-top: 15%;
	margin-bottom: 0px;

}
#slide1 h2 {
	font-size: 3.5em;
	letter-spacing: 2px;
	line-height: 0.9em;
	color:#c9da2b;
	font-weight: 100;
}

/* Slide 2 */ 

#slide2{
	background-color:#00143e;
	background: url('../images/collider_bg_large.png') 10% center no-repeat fixed, url('../images/grid_blue_bg.svg') fixed, #00143e;
	overflow: visible;
	padding-bottom: 50px;
}

html.no-svg #slide2{
	background-color: #00143e;
	background-image: url('../images/collider_bg_large.png');
	background-position: 10% center;
	background-attachment: fixed;
}

#slide2 h1 {
	font-size: 3.5em;
	letter-spacing: 2px;
	line-height: 0.9em;
	color:#fff;
	font-weight: 700;
	margin-bottom: 0px;
	
}
#slide2 h2 {
	font-size: 3.5em;
	letter-spacing: 2px;
	line-height: 0.9em;
	color:#fff;
	font-weight: 100;
}

#slide2 h3 {
	text-transform: uppercase;
	font-size: 1.56em;
	font-weight: bold;
	color: #fff;
}

#slide2 p.white {
	font-weight: 500;
}

/* Slide 3 */ 

#slide3{
	background-color: #100d3e;
	background-image: url('../images/history_small.jpg');
	
	/*
	background-image: url('../images/history_large_retina3.jpg');
	background-size: 90% auto;*/
	
	background-position: 15% -225px;
	background-repeat: no-repeat;
	background-attachment: scroll !important; 
	min-height: 1100px;
	
}


#slide3 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide3 h2 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#slide3 h3 {
	text-transform: uppercase;
	font-size: 1.56em;
	font-weight: bold;
	color: #C9DA2B;
}
#test{
	background-color:#bde2df;
	color:#ffffff;
	text-align:center;
	font-size: 2em;
	font-weight: 400;
}




/* Slide 4 */

#slide4{
	background-color:#00143e;
	background: url('../images/collider_bg_large2.png') 10% top no-repeat fixed, url('../images/grid_blue_bg.svg') fixed, #00143e;
	overflow: visible;
}

html.no-svg #slide4 {
	background-color: #00143e;
	background-image: url('../images/collider_bg_large2.png');
	background-repeat: no-repeat;
	background-position:  10% top;
	background-attachment: fixed;
}

#slide4 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide4 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#slide4 h3 {
	text-transform: uppercase;
	font-size: 1.56em;
	font-weight: bold;
	color: #fff;
}

/* large_pic Container */
.large_pic {
	position: absolute;
	bottom: 0;
	height: 30%;
	width: 100%;
	display: block;
}

#large_pic_01 {	
	background: url('../images/large_bg_pic_01.jpg') center center no-repeat fixed;
	background-size: cover;
}


/* Slide 5 */

#slide5{
	background-color:#fff;
	background: url('../images/ilc_large_left.jpg') -10% bottom no-repeat;
}

#slide5 h3 {
	text-transform: uppercase;
	font-size: 1.56em;
	font-weight: bold;
	color: #fff;
}

#extra_headline_01 {
	margin-top: 18px;
}

/* Slide 6 */

#slide6{
	background: url('../images/map.png') right 35% no-repeat, url('../images/grid_white_bg.svg') fixed, #f5f5ef;
	padding-bottom: 50px;
}

html.no-svg #slide6{
	background-color: #f5f5ef;
	background-image: url('../images/map.png');
	background-attachment: scroll !important;
	background-position: right 35%;
	background-repeat: no-repeat;
}

#slide6 h3 {
	text-transform: uppercase;
	font-size: 1.56em;
	font-weight: bold;
	color: #00143e;
	margin-top: 10%;
}

#slide6 h3.closebuttontext {
	margin-top: 0;
}

#slide6 p {
	color: #00143e;
}


/* Slide 7 */
#slide7 h3 {
	text-transform: uppercase;
	font-size: 1.56em;
	font-weight: bold;
	color: #fff;
	margin-top: 10%;
}

#slide7 p {
	margin-bottom: 10%;
}

#extradimension_container h3,
#extradimension_container p{
	color: #00143e;
}

#supersymmetry_container{
	width: 100%;
	overflow: hidden;
	background-color:#00143e;
	background: url('../images/grid_blue_bg.svg') fixed #00143e;
}

html.no-svg #supersymmetry_container{
	background-color: #00143e;
	background-image: url('../images/grid_blue_bg.png');
	background-attachment: fixed;
}

#extradimension_container{
	width: 100%;
	overflow: hidden;
	background-color: #f5f5ef;
	background: url('../images/grid_white_bg.svg') fixed, #f5f5ef;
}

#extradimension {
	margin-top: 11%;
}


html.no-svg #extradimension_container{
	width: 100%;
	overflow: hidden;
	background-color: #f5f5ef;
	background-image: url('../images/grid_white_bg.png');
	background-attachment: fixed; 
}

.supersym {
	margin-top: 7%;
}

html.no-svg .supersym {
	margin-top: 12%;
}

html.no-svg img.supersym {
	max-width: 360px;
	max-height: 390px;
}


#largemap {
	display: none;
}

/* Slide 8 */

#slide8{
	width: 100%;
	overflow: hidden;
	background-color:#00143e;
	background: url('../images/grid_blue_bg.svg') fixed, #00143e;
	padding-bottom: 50px;		
}

html.no-svg #slide8{
	background-color:#00143e;
	background-image: url('../images/grid_blue_bg.png');
	background-attachment: fixed;
}

#futureofparticlephysics2 .container {
	margin-top: 2%;
}

.collider_large {
	display: block;
	margin-left: 2%;
	margin-top: 10%;
}

#slide8 h3 {
	text-transform: uppercase;
	font-size: 1.56em;
	font-weight: bold;
	color: #c9da2b;
}

/* Slide 9 */ 
.white_bar{
	width:100%;
	height:80px;
	background:white;
	display: block;
}

#slide9{
	background-color:#ffffff;
	background-image: url('../images/roehre_large.jpg');
	background-position: center center;
	background-size: cover;
	
	margin-top: -80px;
}
#slide9 h1 {
	font-size: 3.5em;
	letter-spacing: 2px;
	line-height: 0.9em;
	color:#fff;
	font-weight: 700;
	margin-top: 20%;
	margin-bottom: 0px;
}
#slide9 h2 {
	font-size: 3.5em;
	letter-spacing: 2px;
	line-height: 0.9em;
	color:#fff;
	font-weight: 100;
}


/* Slide 10 */

#slide10{
	background-color:#00143e;
	background: url('../images/book_large.png') 14% center no-repeat, url('../images/grid_blue_bg.svg') fixed, #00143e;
	padding-bottom: 50px;
	
	min-height: 90%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */ 
	height:90%; /* Mindesthöhe für den IE */ 
}

html.no-svg #slide10{
	background-color: #00143e;
	background-image: url('../images/book_large.png');
	background-position: 14% center;
	background-repeat: no-repeat;
	background-attachment: scroll !important;
}

#slide10 h3 {
	text-transform: uppercase;
	font-size: 1.56em;
	font-weight: bold;
	color: #fff;
}

#slide10 h4 {
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
	
	margin-top: 47px;
}

#travelguide {
	display: none;
}

/* Slide 11 + 11b */

#slide11b h3.station {
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	color: #00143e;
	margin-top: 100px;
}

#slide11b p {
	color: #00143e;
}

#source {
	position: absolute;
	display: block;
	margin: 0 auto;
	margin-top: 220px;
	margin-left: 93px;
	width: 250px;
	height: auto;
}

#large_one_static,
#large_two_static,
#large_one_static_portrait,
#large_two_static_portrait  {
	display:none;
}

#large_one {
	margin: 0 auto;
	margin-top: 250px;
}

#large_two {
	margin: 0 auto;
	margin-top: -50px;
}

#collision {
	position: absolute;
	display: block;
	margin: 0 auto;
	margin-left: -30px;
	margin-top: -650px;
}

.imagecontainer{
	overflow: hidden;
	margin-left: 15%;
	margin-bottom: -100px;
}

#levels {
	margin-top: -200px;
}


/* Large Illu Section */
#slide11 {
	background: url('../images/large_bg_pic_04.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	overflow: visible;
	
	min-height: 30%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */ 
	height:30%; /* Mindesthöhe für den IE */ 
	
	padding-top: 20px;
	padding-bottom: 50px;
	
}


#slide11b{
	background: url('../images/grid_white_bg.svg') fixed, #f5f5ef;
	overflow: visible;	
	padding-bottom: 50px;		
}

html.no-svg #slide11b{
	background-color: #f5f5ef;
	background-image: url('../images/grid_white_bg.png');
	background-attachment: fixed;
}

#slide12{
	background-color:#00143e;
	background: url('../images/collider_bg_large3.png') 80% 120% no-repeat fixed, url('../images/grid_blue_bg.svg') fixed, #00143e;
	overflow: visible;
	padding-top: 20px;
	padding-bottom: 50px;
	
	min-height: 10%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */ 
	height:10%; /* Mindesthöhe für den IE */ 
}

html.no-svg #slide12{
	background-color: #00143e;
	background-image: url('../images/collider_bg_large3.png');
	background-position: 80% 120%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#slide11 p{
	margin-bottom: 50px;
	color:#00143e;
}

.column {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

h3.station {
	margin: 70px 0 40px 0;
}



/* #greytubes */
#greytubes {
	background: url('../images/grey_tubes_medium.png') left 95% repeat-x;
	height: 160px;
	min-width: 30px;
	width: 100%;
	display: inline-block;
	clear: both;
	margin-bottom: 30px;
	margin-top: 80px;
	
	border-left: 1px #00143e solid;
	border-right: 1px #00143e solid;
}

#yellowtubes {
	background: url('../images/yellow_tubes_medium.png') left top repeat-x;
	height: 150px;
	min-width: 30px;
	width: 100%;
	display: inline-block;
	clear: both;

	margin-bottom: 40px;
	margin-top: 80px;
	
	border-left: 1px #00143e solid;
	border-right: 1px #00143e solid;
}


#finalfocus {
	background: url('../images/finalfocus_medium.png') left bottom no-repeat;
	background-size: 100% auto;
	height: 350px;
	min-width: 30px;
	width: 100%;
	display: inline-block;
	clear: both;
	margin-bottom: 60px;
}

html.no-svg #finalfocus {
	background: url('../images/finalfocus_small.png') left bottom no-repeat;	
}

#stations {
	z-index: 99;
}

#megagrafik {
	width: 100%;
	position: absolute;
	z-index: 1;
}

/* Slide 18 */ 
.white_bar{
	width:100%;
	height:80px;
	background:white;
	display: block;
}

#slide18{
	background-color:#ffffff;
	background-image: url('../images/roentgen_large.jpg');
	background-position: center center;
	background-size: cover;
	
	margin-top: -80px;
}
#slide18 h1 {
	font-size: 3.5em;
	letter-spacing: 2px;
	line-height: 0.9em;
	color:#fff;
	font-weight: 700;
	margin-top: 20%;
	margin-bottom: 0px;
}
#slide18 h2 {
	font-size: 3.5em;
	letter-spacing: 2px;
	line-height: 0.9em;
	color:#fff;
	font-weight: 100;
}

/* Slide 19 */ 

#slide19{
	background-color:#00143e;
	background: url('../images/grid_blue_bg.svg') fixed, #00143e;
	overflow: visible;
	
	min-height: 70%;
	height: auto !important;
	height: 70%;
}

html.no-svg #slide19{
	background-color:#00143e;
	background-image: url('../images/grid_blue_bg.png');
	background-attachment: fixed;
}

.pictureontop{
	margin-top: -72px
}

#slide19 h1 {
	font-size: 3.5em;
	letter-spacing: 2px;
	line-height: 0.9em;
	color:#fff;
	font-weight: 700;
	margin-bottom: 0px;
	
}
#slide19 h2 {
	font-size: 3.5em;
	letter-spacing: 2px;
	line-height: 0.9em;
	color:#fff;
	font-weight: 100;
}

#slide19 h3 {
	text-transform: uppercase;
	font-size: 1.56em;
	font-weight: bold;
	color: #fff;
}

#slide19 p.white {
	margin-top: 40px;
	font-weight: 500;
}

/* Slide 20 */ 

#slide20{
	background-color:#fff;
	overflow: visible;
	
	min-height: 70%;
	height: auto !important;
	height: 70%;
}

.pictureontop{
	margin-top: -72px
}

#slide20 h1 {
	font-size: 3.5em;
	letter-spacing: 2px;
	line-height: 0.9em;
	color:#fff;
	font-weight: 700;
	margin-bottom: 0px;
	
}
#slide20 h2 {
	font-size: 3.5em;
	letter-spacing: 2px;
	line-height: 0.9em;
	color:#fff;
	font-weight: 100;
}

#slide20 h3 {
	text-transform: uppercase;
	font-size: 1.56em;
	font-weight: bold;
	color: #fff;
}

#slide20 p {
	margin-top: 40px;
	font-weight: 500;
}

/* Slide 21 */ 

#slide21{
	background-color:#00143e;
	background: url('../images/collider_bg_large2_mirr.png') right 63% no-repeat fixed, url('../images/grid_blue_bg.svg') fixed, #00143e;
	overflow: visible;
	padding-bottom: 50px;
	min-height: 70%;
	height: auto !important;
	height: 70%;
}

html.no-svg #slide21{
	background-color:#00143e;
	background-image: url('../images/collider_bg_large2_mirr.png');
	background-position: right 63%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.pictureontop{
	margin-top: -72px
}

#slide21 h1 {
	font-size: 3.5em;
	letter-spacing: 2px;
	line-height: 0.9em;
	color:#fff;
	font-weight: 700;
	margin-bottom: 0px;
	
}
#slide21 h2 {
	font-size: 3.5em;
	letter-spacing: 2px;
	line-height: 0.9em;
	color:#fff;
	font-weight: 100;
}

#slide21 h3 {
	text-transform: uppercase;
	font-size: 1.56em;
	font-weight: bold;
	color: #fff;
}

#slide21 p {
	font-weight: 500;
	color: #fff;
}


/*DL 1*/
#downloads1 {
	background-color:#00143e;
	background: url('../images/collider_bg_large.png') 10% center no-repeat fixed, url('../images/grid_blue_bg.svg') fixed, #00143e;
	overflow: visible;
	padding-bottom: 50px;
	
	min-height: 50%;
	height: auto;
}

#downloads1 h3 {
	text-transform: uppercase;
	font-size: 1.56em;
	font-weight: bold;
	color: #fff;
}

#downloads2 {
	background: url('../images/grid_white_bg.svg') fixed, #f5f5ef;
	padding-bottom: 0;
	color: #00143e;
	min-height: 50%;
	height: auto;
}

#downloads2 h2{
	font-size: 1.2em !important;
	margin-top: 0;
	text-transform: none !important;
	letter-spacing: normal !important;
}

#downloads2 h4{
	font-size: 0.9em;
	margin-top: 7px;
}

#downloads2 p{
	font-size: 0.85em;
	line-height: normal !important;
}

.katalog {
	display: block;
	width: 40%;
	height: auto;
	float: left;
	margin-right: 20px;
}

.dllink {
	display: block;
	clear: both;
	padding-bottom: 50px;
}


html.no-svg #downloads2{
	width: 100%;
	overflow: hidden;
	background-color: #f5f5ef;
	background-image: url('../images/grid_white_bg.png');
	background-attachment: fixed; 
}

#downloads2 h2 {
	text-transform: uppercase;
	font-size: 1.56em;
	font-weight: bold;
	color: #00143e;
	margin-top: 10%;
}

/* Spanner */
.eindrittelspanner {
	position: relative;
	min-height: 30%;
	height: auto !important;
	height: 30%;
	width: 100%;
	display: block;
}

/* large_pic Container */
.large_pic {
	position: absolute;
	bottom: 0;
	height: 30%;
	width: 100%;
	display: block;
}

.large_pic_top {
	position: relative;
	height: 30%;
	width: 100%;
	display: block;
}

#large_pic_01 {
	background: url('../images/large_bg_pic_01.jpg') center center no-repeat fixed;
	background-size: cover;
}

#large_pic_03 {
	background: url('../images/large_bg_pic_03.jpg') center center no-repeat fixed;
	background-size: cover;
}

#large_pic_04 {
	background: url('../images/large_bg_pic_06.jpg') center center no-repeat fixed;
	background-size: cover;
}

#large_pic_05 {
	background: url('../images/large_bg_pic_05.jpg') center center no-repeat fixed;
	background-size: cover;
}

/* Arrowdown*/
.arrowdown {
	background: #c9da2b;
	width: 80px;
	height: 80px;

	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.inner_arrowdown {
	width: 32px;
	height: 32px;
	margin: 20px 0 0 20px;
	border: #00143e 4px solid;
}

/* Arrowright*/
.arrowright {
	width: 16px;
	height: 16px;
	display: inline-block;
	border: #00143e 3px solid;
	float: left;
	margin: 13px;
	padding: 6px;
	background-color: #c9da2b;
	background-image: url('../images/arrowdown_blue_right.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

html.no-svg .arrowright {
	background-color: #c9da2b;
	background-image: url('../images/arrowdown_blue_right.png');
	background-repeat: no-repeat;
	background-position: center center;
}

/* average desktop/browser frame size */
@media screen and (max-width: 1300px) {

#extradimension{
	height: 380px;
	display: block;
	margin: 0 auto;
	margin-top: 17%;
}

#slide1{
	background-image: url('../images/collision_event_medium.jpg');
}
#slide2{
	background: url('../images/collider_bg_medium1.png') -60% left no-repeat, url('../images/grid_blue_bg.svg') fixed, #00143e;
}

html.no-svg #slide2{
	background-color: #00143e;
	background-image: url('../images/collider_bg_medium1.png');
	background-position: -60% left;
	background-repeat: no-repeat;
}

#slide3{
	background-position: -40px -225px;
}

#slide4{
	background: url('../images/collider_bg_medium2.png') 10% 18% no-repeat fixed, url('../images/grid_blue_bg.svg') fixed, #00143e;
}

html.no-svg #slide4{
	background-color: #00143e;
	background-image: url('../images/collider_bg_medium2.png');
	background-position: 10% 18%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#slide5{
	background: url('../images/ilc_large_left.jpg') 10% bottom no-repeat;
}
#slide6{
	background: url('../images/map_small.png') right 35% no-repeat , url('../images/grid_white_bg.svg') fixed, #f5f5ef;
}

html.no-svg #slide6{
	background-color: #f5f5ef;
	background-image: url('../images/map_small.png');
	background-attachment: scroll !important;
	background-position:  right 35%;
	background-repeat: no-repeat;
}

#slide9{
	background-image: url('../images/roehre_medium.jpg');
}
#slide10{
	background: url('../images/book_medium.png') 14% center no-repeat, url('../images/grid_blue_bg.svg') fixed, #00143e;
}

html.no-svg #slide10{
	background-color:#00143e;
	background-image: url('../images/book_medium.png');
	background-position: 14% center;
	background-repeat: no-repeat; 
	background-attachment: scroll !important;
}

#slide18{
	background-image: url('../images/roentgen_medium.jpg');
}
#slide19{
	background: url('../images/grid_blue_bg.svg') fixed, #00143e;
}

html.no-svg #slide19{
	background-color: #00143e;
	background-image: url('../images/grid_blue_bg.png') #00143e;
	background-attachment: fixed;
}

#slide21{
	background: url('../images/collider_bg_medium2_mirr.png') right 63% no-repeat fixed, url('../images/grid_blue_bg.svg') fixed, #00143e;
}

html.no-svg #slide21{
	background-color: #00143e;
	background-image: url('../images/collider_bg_medium2_mirr.png');
	background-position: right 63%;
	background-repeat: no-repeat;
	background-attachment: fixed;  
}

#large_pic_01 {
	background: url('../images/medium_bg_pic_01.jpg') center center no-repeat fixed; background-size: cover;
}
#large_pic_03 {
	background: url('../images/medium_bg_pic_03.jpg') center center no-repeat fixed; background-size: cover;
}
#large_pic_04 {
	background: url('../images/medium_bg_pic_06.jpg') center center no-repeat fixed; background-size: cover;
}
#slide11 {
	background: url('../images/medium_bg_pic_04.jpg') center center no-repeat fixed; background-size: cover;
}

html.no-svg #finalfocus {
	background: url('../images/finalfocus_small.png') left bottom no-repeat;	
}

#supersymmetry_container{
	background: url('../images/grid_blue_bg.svg') fixed, #00143e;
}

html.no-svg #supersymmetry_container{
	background-color: #00143e;
	background-image: url('../images/grid_blue_bg.png') #00143e;
	background-attachment: fixed;
}

img.supersym {

}

html.no-svg img.supersym {
	width: 360px;
	height: 390px;
}

#futureofparticlephysics2{
	background: url('../images/collider_bg_medium3.png') 10% 110% no-repeat fixed, url('../images/grid_blue_bg.svg') fixed, #00143e;
}

html.no-svg #futureofparticlephysics2{
	background-color: #00143e;
	background-image: url('../images/collider_bg_medium3.png');
	background-repeat: no-repeat;
	background-position: 10% 110%;
	background-attachment: fixed;
}

}

/* Tablet Retina*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 2) {

#slide1{
	background: url('../images/collision_event_retina.jpg') center top no-repeat scroll;
	background-size: auto 100%;
	background-attachment: scroll !important;
}

#slide3{
	background-color: #100d3e;
	background-image: url('../images/history_large_retina.jpg');
	background-size: 100% auto;
	background-position: left -225px;
	background-repeat: no-repeat;
	background-attachment: scroll !important; 
	
}

#slide 6 {
	min-height:50%;
	height: auto;
	background-color: #f5f5ef;
	background-image: none, url('../images/grid_white_bg.svg');
}

img.supersym {
	margin-top: 30px;
	width: 100%;
	height: auto;
}

#slide9{
	background: url('../images/roehre_retina.jpg') center bottom no-repeat scroll;
	background-size: auto 100%;
	background-attachment: scroll !important;
}

#slide18{
	background: url('../images/roentgen_retina.jpg') center bottom no-repeat scroll;
	background-size: auto 100%;
	background-attachment: scroll !important;
}

}


/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

html, body {
	width:100%;
	min-width: 600px;
	height:100%;
	margin:0;
	padding:0;
	border:0;
}

h3.buttontext {
	font-size: 0.8em !important;
	margin: 0px 14px 0px 0px;
	padding: 0;
	line-height: 60px;
	display: inline-block;
	white-space: nowrap;
	color: #00143e !important;
	margin-top: 0 !important;
}

.plus {
	width: 16px;
	height: 16px;
	display: inline-block;
	border: #00143e 3px solid;
	float: left;
	margin: 13px;
	padding: 6px;
	background-image: url('../images/plus_bg.svg');
	background-repeat: no-repeat;
	background-position: left center;
}

#logo {
	float:right;
	margin-top: 0 !important;
}

#nav {
	max-width: 80%;
}

.navigation{
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	padding:0;
}

.navigation .textlink{
	display: none;
}

.navigation .number{
	font-size: 1.3em;
	font-weight: bolder;
}

span.chapter{
	font-size: 1.3em;
	display: inline-block;
}

.nomobile{
	display: none;
}

.slide{
	min-height: auto; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */ 
	height:auto; /* Mindesthöhe für den IE */
	
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding: 0;
}

.introslide {
	background-size: 100% auto;
	background-position: center top;
	background-attachment: scroll !important;
}

.maintext {
	margin-bottom: 0;
	width: 100% !important;
}

#slide1{
	background: url('../images/collision_event_retina.jpg') center top no-repeat scroll;
	background-size: auto 100%;
	background-attachment: scroll !important;
}

#slide1 h1 {
	margin-top: 35%;
}

#slide2 {
	margin-top: 0;
	padding-top: 0;
	background: url('../images/grid_blue_bg.svg') fixed, #00143e;
}

#slide2 h1{
	margin-top: 50px;
}

#slide3 {
	padding-top: 120%;
	padding-bottom: 15px;
}

#slide3{
	background-color: #100d3e;
	background-image: url('../images/history_large_retina.jpg');
	background-size: 100% auto;
	background-position: left -225px;
	background-repeat: no-repeat;
	background-attachment: scroll !important; 
}

#slide4 {
	margin-bottom: 0 !important;
	min-height:70%;
	height: auto;
}

#slide5{
	background: none;
	margin-top: 0 !important;
	min-height:50%;
	height: auto;
	padding-bottom: 50px;
}

#slide5 p{
	margin-top:0px;
}

.large_pic {
	/*position: relative;*/
	height: 30%;
	width: 100%;
	display: block;
	margin-top: 50px;
	background-size: 100% auto;
	background-attachment: scroll !important; 
}

#slide6 {
	min-height:50%;
	height: auto;
	background-color: #f5f5ef;
	background: url('../images/grid_white_bg.svg') top left, #f5f5ef;
}

#largemap {
	display: block;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 0;
}

#slide6 h3 {
	margin-top: 50px;
}

#slide6 h3.closebuttontext {
	margin-top: 0;
}

#slide7 h3 {
	margin-top: 30px;;
}

img.supersym {
	margin-top: 30px;
	width: 100%;
	height: auto;
}

#supersymmetry_container p, #extradimension_container p {
	margin-bottom: 0;
	padding-bottom: 0;
}

#supersymmetry_container, #extradimension_container {
	padding-bottom: 50px;
}

#extradimension {
	height: auto;
	margin-top: 30%;
}

#slide9{
	background: url('../images/roehre_retina.jpg') center bottom no-repeat scroll;
	background-size: auto 100%;
	background-attachment: scroll !important;
}

#slide10{
	background-color:#00143e;
	background: url('../images/grid_blue_bg.svg') fixed, #00143e;
	padding-bottom: 50px;
	
	min-height:70%;
	height: auto;
}

#travelguide {
	display: block;
	margin-top: 41%;
}

.travelguidetext {
}

.large_pic_top{
	background-size: 100% auto;
	background-attachment: scroll !important;
}

#slide11 {
	background-color:#00143e;
	background: url('../images/grid_blue_bg.svg') fixed, #00143e;
	background-repeat: repeat;
	background-attachment: scroll !important;
	background-size: auto;
}

#slide18{
	background: url('../images/roentgen_retina.jpg') center top no-repeat scroll;
	background-size: auto 100%;
	background-attachment: scroll !important;
}

#slide9 h1,
#slide18 h1 {
	margin-top: 10%;
}

#large_pic_01 {	
	background: url('../images/large_bg_pic_01.jpg') top left no-repeat;
	background-size: 100% auto;
	background-attachment: scroll !important;
	position: inherit;
	max-height: 340px;
}

#floatingheadline01 {
	width: 50%;
	margin-top: 253px;
}

#greytubes {
	background-size: 100% auto;
	background-position: left 55%;
}

#yellowtubes {
	background-size: 100% auto;
	background-position: left 52%;
}

#finalfocus {
	margin: 0px;
	height: 250px;
}

#large_one,
#large_one_static,
#large_two,
#large_two_static,
#source,
#collision {
	display:none;
}

#large_one_static_portrait,
#large_two_static_portrait {
	display:block;
}

#large_one_static_portrait{
	margin-top: 200px;
}

#large_two_static_portrait{
	margin-top: 435px;
}

}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

html, body {
	width:100%;
	min-width: 768px;
	height:100%;
	margin:0;
	padding:0;
	border:0;
}

h3.buttontext {
	font-size: 0.8em !important;
	margin: 0px 14px 0px 0px;
	padding: 0;
	line-height: 60px;
	display: inline-block;
	white-space: nowrap;
	color: #00143e !important;
	margin-top: 0 !important;
}

.plus {
	width: 16px;
	height: 16px;
	display: inline-block;
	border: #00143e 3px solid;
	float: left;
	margin: 13px;
	padding: 6px;
	background-image: url('../images/plus_bg.svg');
	background-repeat: no-repeat;
	background-position: left center;
}

#logo {
	float:right;
	margin-top: 0 !important;
}

#nav {
	max-width: 80%;
}

.navigation{
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	padding:0;
}

.navigation .textlink{
	display: none;
}

.navigation .number{
	font-size: 1.3em;
	font-weight: bolder;
}

span.chapter{
	font-size: 1.3em;
	display: inline-block;
}

.nomobile{
	display: none;
}

.slide{
	min-height: auto; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */ 
	height:auto; /* Mindesthöhe für den IE */
	
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding: 0;
}

.introslide {
	background-size: 100% auto;
	background-position: center top;
	background-attachment: scroll !important;
}

#slide1{
	background: url('../images/collision_event_retina.jpg') left center no-repeat scroll;
	background-size: 100% auto;
	background-attachment: scroll !important;
}

#slide3 {
	padding-top: 0px;
	padding-bottom: 50px;
	min-height:70%;
	height: auto;
}

#slide3{
	background-color: #100d3e;
	background-image: url('../images/history_large_retina.jpg');
	background-size: auto 100%;
	background-position: 5% -70px;
	background-repeat: no-repeat;
	background-attachment: scroll !important; 
	
}

#slide4 {
	margin-bottom: 0 !important;
	min-height:100%;
	height: auto;
}

#slide5{
	background: none;
	margin-top: 0 !important;
	min-height:50%;
	height: auto;
	padding-bottom: 50px;
}

#slide5 p{
	margin-top:0px;
}

.large_pic_top{
	background-size: auto 100%;
	background-attachment: scroll !important;
}

.large_pic {
	position: relative;
	height: 256px;
	width: 100%;
	display: block;;
	margin: 0;
	padding: 0;
	background-size: 100% auto;
	background-attachment: scroll !important; 
}

#large_pic_01 {
	margin-top:20px;
	margin-bottom: 0 !important;
	background-position: left top
}

#floatingheadline01{
	margin-top: 151px;
}

#floatingheadline01 h3{

}

#greytubes {
	background-size: auto 60%;
	background-position: left 55%;
}

#yellowtubes {
	background-size: auto 60%;
	background-position: left 52%;
}

#slide6 {
	min-height:50%;
	height: auto;
	background-color: #f5f5ef;
	background: url('../images/grid_white_bg.svg') top left, #f5f5ef;
	overflow: hidden;
}

#slide9 h1,
#slide18 h1 {
	margin-top: 10%;
}

#slide9{
	background: url('../images/roehre_retina.jpg') center bottom no-repeat scroll;
	background-size: 100% auto;
	background-attachment: scroll !important;
}

#slide18{
	background: url('../images/roentgen_retina.jpg') center center no-repeat scroll;
	background-size: 100% auto;
	background-attachment: scroll !important;
}

#slide10{
	background-color:#00143e;
	background: url('../images/grid_blue_bg.svg') fixed, #00143e;
	padding-bottom: 50px;
	
	min-height:70%;
	height: auto;
}

#travelguide {
	display: block;
	margin-top: 41%;
}

#slide11 {
	background-color:#00143e;
	background: url('../images/grid_blue_bg.svg') fixed, #00143e;
	background-repeat: repeat;
	background-attachment: scroll !important;
	background-size: auto;
}

#largemap {
	position: absolute;
	display: block;
	margin: 0 auto;
	margin-top: 100px;
	width: 90%;
	height: auto;
	margin-left: 50%;
}

img.supersym {
	margin-top: 30px;
	width: 95%;
	height: auto;
}

#large_one,
#large_one_static_portrait,
#large_two,
#large_two_static_portrait,
#source,
#collision {
	display:none;
}

#large_one_static,
#large_two_static {
	display:block;
}

#large_one_static{
	margin-top: 200px;
}

#large_two_static{
	margin-top: 350px;
}

}