/*
 Author: Paula
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Code URI: http://webdesign.tutsplus.com/tutorials/complete-websites/create-a-parallax-scrolling-website-using-stellar-js/
 */

@font-face {
	font-family: 'Domine', 'serif';
	font-weight: normal;
	font-style: normal;
}

html, body {
	font-family: 'Domine', serif;
	width:100%;
	height: 100%;
}

h1 {

	font-size: 3em;
	margin-bottom: 1.5em;
}

h2 {
	font-size: 2em;
	margin-bottom: 1em;
}

/* helpers for magazine*/

.t {
display: table;
width: 100%;
/*height: 100%;*/
}

.tc {
display: table-cell;
vertical-align: middle;
text-align: center;
}

.rel {
position: relative;
}

/* book */

.book1 {
margin: 2.5% 0px 0px 0px;
width: 100%;
max-width: 1052px;
height: 100%;
max-height: 650px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.book1.page {
height: 100%;
}

.book1 .page img {
max-width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}

.book {
margin: 2.5% 0px 0px 0px;
width: 100%;
max-width: 952px;
height: 100%;
max-height: 650px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.book .page {
height: 100%;
}

.book .page img {
max-width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}

.navigation {
	position: fixed;
	top: 0;
	width: 100%;
	height: 39px;
	background: #343434;
	border-bottom: solid 1px #343434;
	z-index: 20;
}

.ios .navigation {
	position: absolute;
}

.navigation-logo {
	color: #e2e2e2;
	float: left;
	font-size: 0.875em;
	font-family: 'Open Sans', sans-serif;
	height: 20px;
	margin: 11px 2px 0px 15px;
	vertical-align: middle;
	padding-left: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation-title {
	border-left: 1px solid #e2e2e2;
	color: #e2e2e2;
	float: left;
	font-size: 0.875em;
	font-family: 'Open Sans', sans-serif;
	height: 20px;
	margin: 11px 2px 0px 15px;
	vertical-align: middle;
	padding: 0 0 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation-title:hover {
	text-decoration: underline;
}

.navigation-logo:hover {
	text-decoration: underline;
}

.slide {
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: relative;
}

.wrapper {
	width: 960px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}

.button {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0px;
	left: 48%;
	background: rgba(10, 10, 10, 0.75);
	background-image: url(http://www.gedenkstaetten-suedlicher-oberrhein.de/de/wp-content/uploads/2014/02/arrow.png);
}

.button:hover {
	background: rgba(94, 94, 94, 0.75);
	background-image: url(http://www.gedenkstaetten-suedlicher-oberrhein.de/de/wp-content/uploads/2014/02/arrow.png);
	cursor: pointer;
}

/******************************
 SLIDE 1
 *******************************/
#slide1 {
	background-image: url(http://www.gedenkstaetten-suedlicher-oberrhein.de/de/wp-content/uploads/2014/02/reise_slide1.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
	box-shadow: inset 0px 10px 10px rgba(0,0,0,0.3);
}

.head--text {
	background: rgba(10, 10, 10, 0.75);
	padding-top: 0.25em;
	padding-bottom: 0.15em;
	bottom: 10%;
	color: white;
	position: absolute;
	text-align: center;
	width: 100%;
	text-shadow: 0 2px 0 #343434;
	font-family: 'Domine', serif;
	font-size: 3.75em;
}

.head-summary {
	font-size: 26px;
	max-width: 640px;
	margin: 15px auto 15px;
}

@media screen and (max-device-width: 320px) and (orientation: portrait) {
.head--text {
font-size: 70px;
}

.head--summary {
font-size: 30px;
}
}

/******************************
 SLIDE 2
 *******************************/
#slide2 {
	background-image: url(http://www.gedenkstaetten-suedlicher-oberrhein.de/de/wp-content/uploads/2014/02/Reisekarte_Illu2.jpg);
    /*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	padding: 0;
	box-shadow: inset 0px 15px 10px rgba(0,0,0,0.3);
	background-size: auto 100%;
}

/******************************
 SLIDE 3
 *******************************/

#slide3 {
	
	background-color: #ffffff;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding-top: 0px;
	box-shadow: inset 0 20px 20px -10px rgba(0,0,0,0.3);
}

#inhalt {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	padding-top: 0px;	/* muss gleich sein wie "top" von #inhalt .inhaltLeft.fixed */
	
}

/* Zeitstrahl */

#inhalt .inhaltLeft {
	width: 20%;
	height: 100%;
	float: left;
	padding-left: 0%;
	/* zusÃ¤tzliche Styles fÃ¼r .inhaltLeft hier einfÃ¼gen */
}

#inhalt .inhaltLeft.fixed {
	position: fixed; 	/* nicht Ã¤ndern */
	top: 0px;		/* muss gleich sein wie "padding-top" von #inhalt */
}

#inhalt .inhaltLeft.fixed #bottom {
	float: left;
	padding-left: 0%;
	position: fixed;
	bottom: 0px;
}

/* Contentbereich */

#inhalt .inhaltRight {
	width: 70%;
	float: right;
	margin-top: 100px;
	font-size: 0.975em;
	line-height: 1.75em;
	-moz-hyphens: auto;
	word-wrap: break-word;
	color: #343434;
}

#inhalt .inhaltRight h3 {
	font-size: 2.2em;
	margin-top: 1.75em;
}

#inhalt .inhaltRight h4 {
	font-size: 1.75em;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
}

.quote {
	font-style: italic;
	margin-top: 0.25em;
	margin-bottom: 1.75em;
	background-color: #F7F7F7;
	border: 1px solid #DCDCDC;
	padding: 0.75em;
}

/* Videos Contentbereich */

#inhalt .inhaltRight .einvideo {
	height: auto;
	float: right;
	margin: 0.65% 0 1.25% 2.5%;
	width: 100%;
	max-width: 540px;
}

#inhalt .inhaltRight .einvideo video {
	float: right;
	width: 100%;
	margin-bottom: 0.5%;
	max-width: 540px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
#inhalt .inhaltRight .einvideo video {
	max-width: 350px;
	}
#inhalt .inhaltRight .einvideo {
	max-width: 350px;
	}
#inhalt .inhaltRight .einvideo .untertitel{
	max-width: 350px;
	}
}

#inhalt .inhaltRight .einvideo .untertitel {
	float: left;
	font-size: 0.95em;
}

#inhalt .inhaltRight .zweivideos {
	width: 100%;
	float: left;
	margin-top: 2.5%;
	margin-bottom: 3.5%;
}

#inhalt .inhaltRight .zweivideos .videoleft {
	width: 100%;
	max-width: 540px;
	float: left;
	margin-right: 3.5%;
	margin-left: 0;
}

#inhalt .inhaltRight .zweivideos .videoleft video {
	max-width: 540px;
	width: 100%;
	float: left;
	margin-left: 0;
	margin-bottom: 0.5%;
}

#inhalt .inhaltRight .zweivideos  .videoleft .untertitelleft {
	float: left;
	font-size: 0.95em;
}

#inhalt .inhaltRight .zweivideos .videoright {
	width: 100%;
	max-width: 540px;
	float: left;
	margin-left: 0;
}

#inhalt .inhaltRight .zweivideos .videoright video {
	width: 100%;
	max-width: 540px;
	float: left;
	margin-left: 0;
	margin-bottom: 0.5%;
}

#inhalt .inhaltRight .zweivideos  .videoright .untertitelright {
	float: left;
	font-size: 0.95em;
}
	

/* Bildergallerie rechts Contentbereich */

#inhalt .inhaltRight .galleryright {
	float: right;
	max-width: 450px;
	width: 100%;
	margin-left: 1.5%;
}

@media screen and (min-width: 480px) and (max-width: 768px) {	
  #inhalt .inhaltRight .galleryright {		
   width: 320px;	
  }
  #inhalt .inhaltRight .galleryright img{		
   max-width: 320px;	
  }
}

#inhalt .inhaltRight .galleryright img {
	width: auto;
	height: auto;
	margin: 0 0 1.5% 1.5%;
}

/* Bildergallerien links Contentbereich */

#inhalt .inhaltRight .galleryleft {
	float: left;
	width: 100%;
	margin-top: 1.5%;
	margin-bottom: 4.5%;
}

#inhalt .inhaltRight .galleryleft img {
	width: auto;
	height: auto;
}

@media screen and (min-width: 480px) and (max-width: 768px) {	
  #inhalt .inhaltRight .galleryleft img{	
  max-width: 250px;
  }
}

#inhalt .inhaltRight .galleryleft .main {
	float: left;
	width: 100%;
	max-width: 520px;
}

@media screen and (min-width: 480px) and (max-width: 768px) {	
  #inhalt .inhaltRight .galleryleft .main {	
  width: 320px;	
  max-width: 320px;
  }
  #inhalt .inhaltRight .galleryleft .main img{	
  width: 320px;	
  max-width: 320px;
  }
 }

#inhalt .inhaltRight .galleryleft .thumbs {
	margin-left: 520px;
	line-height: 1.1em;
}

@media screen and (min-width: 480px) and (max-width: 768px) {	
  #inhalt .inhaltRight .galleryleft .thumbs {	
  margin-left: 330px;
  }
 }

#inhalt .inhaltRight .galleryleft01 {
	float: left;
	width: 100%;
	height: 360px;
	margin-top: 1.5%;
	margin-bottom: 4.5%;
}

#inhalt .inhaltRight .galleryleft01 .main {
	float: left;
	width: 270px;
}

#inhalt .inhaltRight .galleryleft01 .thumbs {
	margin-left: 270px;
	line-height: 1.0em;
}

/* Bild rechts Contentbereich */

#inhalt .inhaltRight .imageright {
	float: right;
	margin-left: 1.5%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {	
  #inhalt .inhaltRight .imageright {	
  width: 350px;	
  }
}

#inhalt .inhaltRight .imageright img {
	float: right;
	width: auto;
	height: auto;
	margin: 0 0 1.5% 1.5%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {	
  #inhalt .inhaltRight .imageright img {	
  max-width: 350px;	
  height: auto;
  }
}

/* Bild links Contentbereich */

#inhalt .inhaltRight .imageleft {
	float: left;
	margin-right: 1.5%;
}
#inhalt .inhaltRight .imageleft img {
	width: auto;
	height: auto;
	margin: 0 0 1.5% 1.5%;
}

/* Literaturberzeichnis */

#inhalt .inhaltRight .verzeichnis {
font-size: 0.775em;
}

#inhalt .inhaltRight .verzeichnis h4 {
	font-size: 2.2em;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
}

#inhalt .inhaltRight .verzeichnis h5{
	font-size: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0.15em;
}

#inhalt .inhaltRight .verzeichnis h6{
	font-size: 1.25em;
	margin-top: 0.6em;
	margin-bottom: 0.05em;
}

#inhalt .inhaltRight .verzeichnis a{
	text-decoration: none;
	color: #366666;
	font-size: 1.025em;
}

#inhalt .inhaltRight .verzeichnis a:hover{
	text-decoration: none;
	color: #749696;
	font-size: 1.025em;
}


/* Virtuelle Reise */

.fancybox-wrap {
	opacity: 1 !important;
}

.fancybox-overlay {
    opacity: .05 !important;
}