/* general styles */
html, body {
  min-height: 100%;
  width: 100%;
  font-family: 'Pontano Sans', sans-serif;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}

/* fonts */
@font-face {
    font-family: MenschNormal;
    src: url(../fonts/mensch.ttf);
}

@font-face {
    font-family: MenschThin;
    src: url(../fonts/mensch-thin.ttf);
}

@font-face {
    font-family: MenschBold;
    src: url(../fonts/mensch-bold.ttf);
}

h1 {
	font-family: MenschNormal;
	font-size: 26px;
}

h2 {
	font-family: MenschNormal;
	font-size: 20px;
}

h3 {
	font-family: MenschNormal;
	font-size: 7vw;
	color: #ffffff;
	margin-bottom: -10px;
}

p {
	font-size: 18px;
	font-family: 'Pontano Sans', sans-serif;
}

.number {
	font-family: MenschNormal;
	font-size: 22px;
}

/* additional sections */
header {
	max-height: 100vh;
	position: relative;
}

.marseilleHeader {
	min-height: 80vh;
	margin-bottom: 60px;
}

#titelBild {
	position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 80vh;
    background-image: url(../img/marseille/Header-Seite-Marseille.jpg);
    background-size: cover; 
}

#hauptTitelBild {
	height: 100vh;
	position: relative;
	background-image: url(../img/hauptTitelBild.jpg);
    background-size: cover; 
	z-index: 9999;
}

#intro {
	position:absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.3);
	padding-top: 30px;
	padding-bottom: 15px;
	font-family: MenschNormal;
}

#intro p {
	color: #ffffff;	
}

#untertitel {
	font-size: 3vw;
	margin-top: 15px;
	margin-bottom: 20px;
}

#erklaerung {
	font-size: 2.5vw;
}

.stories {
	background-color: #ffffff;
	-webkit-box-shadow: 2px 0px 7px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 0px 7px -2px rgba(0,0,0,0.75);
	box-shadow: 2px 0px 7px -2px rgba(0,0,0,0.75);
	z-index: 9996;
	padding: 60px 70px;
}

article {
	margin-bottom: 100px;
}

.image {
	margin-top: 20px;
}

.gallery {
	margin-top: 30px;	
	margin-bottom: 20px;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-caption {
	padding-bottom: 0;
	padding-top:7px;	
	background-color:  rgba(0, 0, 0, 0.5);
}

.caption {
	color: #656565;
	margin-top: 3px;
	margin-bottom: 30px;
	text-align: center;
}

.caption, .carousel-caption {
	font-size: 14px;
}





/* MAP */

#map {
  display: table;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}

.map {
	position:fixed;
	top: 0;
	right: 0;
	padding:0;
}

#budget {
	position:fixed;
	top: 0;
	right: 0;
	height: 50px;
	background-color: #ffffff;
	z-index: 2;	
}

#items {
	position:fixed;
	z-index: 9998;
}

.itemImage {
	position: fixed;
	top: 25%;
	left: 50%;
	opacity: 0;
	margin-right: -20px;
	margin-top: -15px;
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	transition: all 2s ease-out;
}

.invisible {
	opacity: 0;
}

.budgetAnimate {
	opacity: 1;
	top: 20px;
	left: 60%;
}

#outer-progressbar {
	margin-top: 15px;
	height: 26px;
	width: 100%;
	padding: 2px;
	border: 1px solid #000000;
}

#progressbar {
	position:relative;
	background:green;
	height:20px;
	text-align: center;
	color: #ffffff;
	width: 100%;	
}

.button {
	height: 20px;
	padding: 5px;
	border-radius: 5px;
	background-color: grey;
	color: white;
}
.button:hover {
	text-decoration:none;
	background-color: white;
	color: grey;
}






/* MARSEILLE */
.marseilleArticle {
	margin-bottom: 50px;
}

.facts {
	margin-bottom: 90px;
}
.marseilleThum {
	position:relative;
}

.marseilleCaption {
	opacity: 0;
	position: absolute;
	top:0;
	left:0;
	z-index: 9999;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.marseilleCaption:hover {
	opacity: 1;
}


/* CARGAME */
.parkfield {
	width:100%;
	padding-top:100%;
	background-image: url(../img/cargame/fahrzeug.jpg);
	background-size: contain;
}

.car {
	padding:5px;
}

.car, .driverPicture, .driverName {
	margin-bottom:10px;
}

.driver {
	padding:0;
	position:relative;
	z-index: 9998;
}

.driverName {
	opacity: 0;
	position: absolute;
	top:0;
	left:0;
	z-index: 9999;
	padding-bottom: 10px;
}

.driverName:hover {
	opacity: 1;
}

.carParked {
	padding: 0;
}

#message {
	font-size: 14px;
}

.backButton {
	margin: 0 auto;
	text-align: center;
	padding: 15px 25px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	color: #aaaaaa;
}

.backButton:hover {
	background-color: #aaaaaa;
	color: #ffffff;
	border-radius: 5px;
	text-decoration: none;
}

.marginTop {
	margin-top: 90px;
}



footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}



@media(min-width:34em){
	#untertitel {
		font-size: 2.2vw;
		margin-top: 10px;
		margin-bottom: 40px;
	}

	#erklaerung {
		font-size: 1.8vw;
	}
}
@media(min-width:48em){
	h1 {
		font-family: MenschNormal;
		font-size: 28px;
	}
}

@media(min-width:62em){
	#untertitel {
		font-size: 2.2vw;
		margin-top: 10px;
		margin-bottom: 40px;
	}

	#erklaerung {
		font-size: 1.5vw;
	}
}

@media(min-width:75em){}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	.quiz {
		display: none;
	}
}




/* POPUP */
#popUp {
	display: none;
	z-index: 9999;
}

div#popupContact {
	position:fixed;
	bottom:50%;
	margin-bottom:-25%;
	z-index:9999;
}

div#popupContact p {
	font-size: 16px;
}

form {
	box-shadow: 4px 7px 17px #aaaaaa;
	padding-top: 60px;
	padding-bottom: 30px;
	background-color:#fff
}

input[type=text] {
	width:100%;
	padding:10px;
	margin-top:30px;
	border:1px solid #ccc;
	padding-left:20px;
	font-size:16px;
}

textarea {
	width:100%;
	height:95px;
	padding:10px;
	resize:none;
	margin-top:30px;
	border:1px solid #ccc;
	padding-left:20px;
	font-size:16px;
	margin-bottom:30px
}

#submit {
	text-decoration:none;
	width:45%;
	height: 50px;
	text-align:center;
	display:block;
	padding:10px 0;
	font-size:20px;
	cursor:pointer;
	border-radius:5px;
	float: left;
	margin-right: 2.5%;
	margin-left: 2.5%;
}










