/*
	Lemaco Styles for Parallax Effects
*/


.parallax-header {
  background-image: url("/files/bilder/background/O-066-D2_dunkler_75.jpg");
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-01 {
/*  background-image: url("/files/bilder/background/SBB_Ae_4_7_Buchli_a.jpg");  */
/*  background-image: url("/files/bilder/background/goldene_Lokomotive_1920_75.jpg");  */
  background-image: url("/files/bilder/background/0-077-2_1920_comp.jpg");
  height: 650px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay-background-01 {
	position: absolute;
	bottom: 0px;
	height: 500px;
	background: #000044;
}
.parallax-02 {
  background-image: url("/files/bilder/background/I-026-D1_75.jpg");
  height: 650px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay-background-02 {
	position: absolute;
	bottom: 0px;
	height: 500px;
	background: #000044;
}
.parallax-03 {
/*  background-image: url("/files/bilder/background/I-027-Galerie-quer2_75.jpg");  */
  background-image: url("/files/bilder/background/I-027_Unten_1920_compr.jpg");
  height: 650px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay-background-03 {
	position: absolute;
	bottom: 0px;
	height: 500px;
	background: #000044;
}
.parallax-04 {
  background-image: url("/files/bilder/background/Lok-Zeichn-farbig_75.jpg");
  height: 650px;
  height: 65vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #dedee0;
}
.parallax-05 {
/*  background-image: url("/files/bilder/background/Logo-Strich_75.jpg");  */
  background-image: url("/files/bilder/background/1367_1920.jpg");
  height: 650px;
  height: 65vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.overlay-background-05 {
	position: absolute;
	bottom: 0px;
	height: 500px;
	background: #000044;
}
.parallax-presse {
  background-image: url("/files/bilder/background/Loki-Titel_1920_comp.jpg");
  height: 65vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
/*  background-size: cover;  */
  background-size: auto 85%;
}
.parallax-presse {
}
.overlay-background-presse {
	position: absolute;
	bottom: 0px;
	height: 500px;
	background: #000044;
}





/* Container holding the image and the text */
.container {
  position: relative;
}

/* Bottom right text */
.text-block {
  position: absolute;
  bottom: 100px;
  color: #1E3157;
  padding-left: 20%;
  padding-right: 20%;
  text-align: justify;
}
.text-block-a {
  position: absolute;
  bottom: 100px;
  color: white;
  padding-left: 20%;
  padding-right: 20%;
  text-align: justify;
}
.overlay-background-a {
	position: absolute;
	bottom: 0px;
	height: 500px;
	background: #000044;
}
.fa-angle-double-up {
	font-size: 32px;
}
h1 { font-size:50px; }
h2 { font-size:30px; }
h3 { font-size:24px; }
h4 { font-size:20px; }
h5 { font-size:18px; }
h6 { font-size:16px; }

hr {
	border: 0;
	border-top: 1px solid #eee;
	margin: 20px 0;
}
 

body.safari.ios .parallax-01, 
body.safari.ios .parallax-02, 
body.safari.ios .parallax-03 {
		background-attachment: local;
		height: 70vh;
	}
body.safari.ios .parallax-header {
		background-attachment: local;
		height: 100vh;
	}
body.safari.ios .parallax-04, 
body.safari.ios .parallax-05, 
body.safari.ios .parallax-presse {
		background-attachment: local;
		height: 30vh;
	}
body.safari.ios .parallax-presse {
		background-size: cover;
		height: 45vh
	}

