/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@font-face {
  	font-family: "OlivegreenWeb-Regular";
  	src: 
	url("OlivegreenWeb-Regular.eot"),
    url("OlivegreenWeb-Regular.woff");
}

@font-face {
	font-family: mplus-1p-regular;
	src: url('mplus-1p-regular.ttf')
    format("truetype");
}

/* link Umrandung none */
a:focus {outline: 0;}

body {
	font-family: 'OlivegreenWeb-Regular', courier new, sans-serif;
  	padding-bottom: 0px;
  	color: #000;
}

h1,h2,h3,p,a {
	color:#000;
}
p, #textbox p, li {
	font-size:112%;
	line-height:142%;
	overflow: hidden;
}
#textbox {
	overflow: hidden;
}
p.nihongo, #textbox p.nihongo {
	font-family: 'mplus-1p-regular', courier new, sans-serif;
	font-size:95%;
	line-height:167%;
}
a.olive {font-family: 'OlivegreenWeb-Regular', courier new, sans-serif;
	font-size:112%;
}

p.a:link, a:link {text-decoration:none; color:#000;}
li a:hover, p.a:hover, a:hover {text-decoration:none; color:#666666;}

.hell, .hell a {
	color:#bbb;
}
li {
	color:#000;
}
div.item.active {
	background-color: #fff;
}
div.item {
	background-color: #fff;
}

/* Anfangszustand carousel-list */
#list_de {
	display:inline;
}
#list_en {
	display:none;
}
#list_jp {
	display:none;
}

#carousel-list {
	display:none;
    top: 10px;
    left: 50%;
    /*margin-left: -10%;*/
    position: absolute;
    text-align: center;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-left: 0;
    z-index: 20;
}
#carousel-list li {
  	float:left;
  	margin-left:9px;
	color:#000;
    list-style-type:none;
}
#carousel-list li a{
	color:#000;
}
#carousel-list li.selected{
	font-weight:bold;
	color:red;
}
.carousel-caption {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
    right: 19px;
    text-align: left;
    text-shadow: none;
    z-index: 10;
}
#mobileauswahl {
	display:none;
    top: 17px;
	position:absolute;
	left: -82px;
    z-index: 15;
}
#mobileauswahl li {
  	float:left;
  	margin-left:50px;
	color:#000;
    list-style-type:none;
}

#textbox {
	position:absolute;
	top:10px;
	left:14px;
    z-index: 15; 
}
/* Soundbutton Positions */
#btn {
	position:relative;
	margin-top: -23px;
	/*margin-left:-134px;*/
}
#btn1 {
	margin-top:-13px;
}
#btn_cn1 {
	margin-top:-23px;
} 
#btn_cn2 {
	margin-top:-13px;
} 

/* hide outside textboxes */
div #textbox.d1 {display:none;}
div #textbox.d2 {display:none;}
div #textbox.e1 {display:none;}
div #textbox.e2 {display:none;}
div #textbox.j1 {display:none;}
div #textbox.j2 {display:none;}

.bildbox {
	position:absolute;
	width:100%;
    z-index: 1;
	margin-left:8px;
} 
.bild {
  display: block;
	margin: 0 auto;
} 
/* Skalierung bei Verkleinerung */
.zehn {
	width: 100%;
	max-width: 1064px;
} 
.neun {
	width: 100%;
	max-width: 183px;
	margin-top: 5%;
	margin-bottom: 15%;
} 
.fuenf {
	width: 100%;
	max-width: 531px;
} 

#sprachauswahl {
	display:none;
    top: 10px;
	position:absolute;
	right:9px;
    z-index: 15;
}

/* rechter Rand bei Webkit (Safari)    */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #sprachauswahl {
		right:-1px;
	}
}

div.start {
	display:none;
	position:relative;
	top:5px;
	z-index:30;
}

div.stop {
	display:none;
	position:relative;
	top:5px;
	z-index:30;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 800px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  	height: 800px;
  	background-color: #fff;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left:  15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left:  0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
