/* Version 2 */

* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}

/* ---------------------------------------------- Schrift */

h1 {
    font-family: 'Amatic SC', cursive;
    font-size: 80px;
    color: #fff;
    margin: 0.3em;
}

h2 {
    font-family: 'Amatic SC', cursive;
    font-size: 30px;
    color: #fff;
	margin-bottom: 0.3em;

}

a {
	font-family: 'Raleway', sans-serif;
	color: #fff;
}

.contents-bottom h2 {
	text-align: center;}


.titelstart a {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    padding: 1em;
}



.contents p,
.footer p {
    font-family: 'Raleway', sans-serif;
	font-size: 16px;
    color: #fff;
    line-height: 1.6em;
    padding-bottom: 1em;
}

.popup-button p {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 1.3em;
    text-align: center;
}

.popup p,
.popup a {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    line-height: 1.3em;
    font-size: 14px;
    text-align: left;
}

.lightbox-button a {
	font-family: 'Raleway', sans-serif;
    color: #fff;
    line-height: 1.3em;
    font-size: 14px;
    text-align: left;
}

.content-lb h2 {
	color: #000;
	font-size: 60px;
	margin-top: 30px;
}

.lb-content-left h2 {
	color: #000;
	font-size: 60px;
	padding-top: 30px;
}

.lb-content-right h2 {
	color: #000;
	font-size: 60px;
	padding-top: 30px;
}



.end-content h2 {
	color: #fff;
	font-size: 60px;
	margin-top: 20px;
	text-align: center;
}

.end-content p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	margin-top: 10px;
	text-decoration: none;
	text-align: center;

}

.content-lb p {
	color: #000;
	font-size: 17px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6em;
	margin: 0 0 20px 0;
}


.impressum h2 {
	color: #000;
	margin-left: 1em;
	margin-top: 1em;
}

.impressum p {
	color: #000;
	font-size: 17px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.3em;
	margin: 0 0 0 2em;
}

.impressum a {
	color: #000;
	font-size: 17px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.3em;
	margin: 0 0 0 0;
}



/* ---------------------------------------------- Header */

body {
    background-color: #000;
}

.hintergrundbilder {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    background-size: contain;
}

.wrapper {
	position: relative;
}

.hintergrundbild {
	width: 100%;
}

.titelstart {
    float: left;
    top: 35%;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.70);
    left: 25%;
    padding: 1em;
    position: absolute;
    text-align: center;
    transition: background-color 1.5s ease-in-out;
}

.titelstart IMG {
    max-width: 40px;
    margin-top: 30px;
}

.header {
    position: fixed;
    /*background: rgba(0,0,0,0.5);*/
    width: 100%;
    height: 150px;
    left: 0;
    top: 0;
}

.header IMG {
    width: 100%;
}

.titel {
    /* background-color: rgba(21,59,183,0.50); */
    float: left;
}

.navi {
    float: right;
    /* background-color: rgba(201,30,33,0.50); */
    margin-top: 1em;
}

.navi ul {
    list-style-type: none;
    text-align: center;
}

.navi ul li {
    display: inline;
}

.navi ul li IMG {
    margin: 10px;
    max-width: 35px;
}


/* ---------------------------------------------- Contents */

.contents {
	position: absolute;
    top: 60%;
	transform: translateY(-60%);
	left: 0;
	width: 100%;
}

.contents-left {
    background-color: rgba(0, 0, 0, 0.70);
    width: 300px;
    padding: 1em 1em 0em 1em;
	float: left;
}

.contents-right {
    background-color: rgba(0, 0, 0, 0.70);
    max-width: 300px;
    float: right;
    padding: 1em;
	max-height: 300px;
}

/* ---------------------------------------------- This is where the magic happens: Lightboxen */

.lightbox-hid {
	display: none;
}

.content-lb img {
	max-width: 100%;
	left: auto;
	right: auto;
}

.lb-content-left {
	max-width: 500px;
	float: left;
	margin: 20px 20px 20px 0;
}

.lb-content-left img {
	max-width: 500px;
	float: left;
	margin: 30px 30px 30px 0;
}

.lb-content-right {
	max-width: 500px;
	float: right;
	margin: 20px 0px 20px 0;
}

.lb-content-right img {
	max-width: 500px;
	float: right;
	margin: 30px 0px 30px 30px;
}

.platzhalter {
	height: 250px;
}

/* ---------------------------------------------- Footer */

.footer {
    position: absolute;
    /*background: rgba(0, 0, 0, 0.3);*/
    width: 100%;
    height: 150px;
    left: 0;
    bottom: 0;
}

.footer-left {
    background-color: rgba(0,0,0,0.70);
	float: left;
    padding: 1%;
    margin-top: 35px;
	bottom: 0;
}

.footer-right {
    background-color: rgba(0,0,0,0.70);
    float: right;
    padding: 1%;
    margin-top: 35px;
}

.footer a {
    font-family: 'Amatic SC', cursive;
    text-decoration: none;
    color: #fff;
    font-size: 45px;
    text-shadow: 1px 1px 3px black;
}

.footer a IMG {
    max-width: 35px;
    margin: 0px 5px;
}

.contents-bottom {
    float: left;
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
	top:80px;
}

/* ---------------------------------------------- Popups */

.popup-button {
    position: absolute;
    color: #fff;
}

.popup-button img {
    max-width: 40px;
}

.black img {
	max-width: 60px;
}

.popup {
    display: none;
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1em;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    box-sizing: border-box;

}

.pu-b-bridalveil {
    left: 70%;
    top: 56%;
    width: 20%;
    height: 20%;
}

.pu-b-nevada {
    left: 24.5%;
    top: 44%;
    width: 20%;
    height: 20%;
}

.pu-b-halfdome {
    left: 43%;
    top: 46%;
    width: 20%;
    height: 20%;
}

.pu-b-capitan {
    left: 24%;
    top: 28%;
    width: 20%;
    height: 20%;
}

/* ---------------------------------------------- Location Map */


.pu-b-tunnel2 {
    left: 7%;
    top: 67%;
    width: 20%;
    height: 20%;
}

.pu-b-bridalveil2 {
    left: 22%;
    top: 67%;
    width: 20%;
    height: 20%;
}

.pu-b-glacier2 {
    left: 61%;
    top: 52%;
    width: 20%;
    height: 20%;
}

.pu-b-nevada2 {
    left: 82%;
    top: 57%;
    width: 20%;
    height: 20%;
}

.pu-b-halfdome2 {
    left: 82%;
    top: 33%;
    width: 20%;
    height: 20%;
}

.pu-b-yosemite2 {
    left: 50%;
    top: 24%;
    width: 20%;
    height: 20%;
}

.pu-b-capitan2 {
    left: 28%;
    top: 46%;
    width: 20%;
    height: 20%;
}

/*  ---------------------------------------------- Button Start */


/*  ----------------------------------------------  End Content */

.end-content {
	position: fixed;
	top: 20%;
	right:0;
	bottom:20%;
	left:0;
	min-width: 30%;
	max-width: 60%;
	max-height: 50%;
	margin: 0 auto 0 auto;
	background-color: rgba(0,0,0,0.70)
}

.end-left {
	float: left;
	margin: 2%;
	max-width: 46%;
}

.end-left img {
	max-width: 100%;
}

.end-right {
	float: right;
	margin: 2%;
	max-width: 46%;
}

.end-right img {
	max-width: 100%;
}