
body {
       font-family:"Eagle Lake";
	color: #fff;
       text-shadow: 1px 1px black;
       background: url("background.jpg");
}

a {
	color: #ff8000;
       text-shadow: 1px 1px black;
}

a:hover {
	color: #ccc;
}

.affix {
      top: 0;
      width: 100%;
      z-index: 100;
}

.nav {
       border-bottom: 1px solid red;
       width: 100%;
}

.navbar-nav {
       font-size: smaller;
       min-height: 10px;
       background-color: #808080;
       background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#808080));
       background: -webkit-linear-gradient(top, #1a1a1a, #808080);
       background: -moz-linear-gradient(top, #1a1a1a, #808080);
       background: -ms-linear-gradient(top, #1a1a1a, #808080);
       background: -o-linear-gradient(top, #1a1a1a, #808080);
       background: linear-gradient(top, #1a1a1a, #808080);
}

.nav.navbar-nav li>a {
      color: white;
}

.navbar-brand {
      color: red;
}

.dropdown .dropdown-menu {
    background: gray;
}

.dropdown-menu li>a {
    color:white;

}
.dropdown-menu>li {
    padding:5px; 
    border-bottom:1px solid white;
    border-left:1px solid white;
    border-right:1px solid white;
    font-size: smaller;
}

.dropdown-menu li>a:hover {
    background:white;
    color:black;
    text-shadow: none;
}

/* Furigana */
rt, rp {
             font-size: 80%;
             font-family: 'Hiragino Mincho Pro', 'MS PMincho';
             text-shadow: none;
}

/* Japanische Schriftzeichen */
.japanx {
           font-family: 'Hiragino Mincho Pro', 'MS PMincho';
           font-size: x-large;
}

.japan {
           font-family: 'Hiragino Mincho Pro', 'MS PMincho';
           font-size: larger;
}

.japans {
           font-family: 'Hiragino Mincho Pro', 'MS PMincho';
}

.panel-body {
      background: #222;
}

.btn, .btn:hover {
    box-shadow: 1px 2px 5px #ffffff;
    background: black; 
}

.btn::after{
                   content:" ∨";
}

/* Back to top */

.totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 104400;
}

.totop i {
	margin: 0px;
}

.totop a, .totop a:visited {
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: #c20d23 url("../img/red.png") repeat;
}

.totop a:hover {
	color: #fff;
	text-decoration: none;
}

.foot {
	margin-top: 10px;
	width: auto;
	z-index: 50;
	border-left: 1px solid #000;
       background: #c20d23 url("/img/red.png") repeat;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	border-top: 1px solid #000;
	box-shadow: inset 0px 1px 1px #222 !important;
       color: #fff;
       font-size: 12px;
}

.carousel-caption {
       text-shadow: 2px 2px black;
}

.breadcrumb {
      margin-top: 180px;
      background: black;
}

#logo img {
      float: right; 
      height: 120px; 
      margin-top: 200px;
}

#logosub img {
      float: right; 
      height: 80px; 
      margin-top: 200px;
}

.page-title h3 {
       text-shadow: 0 0 10px #FFFFFF, 0 0 20px #FF00DE;
}

.page-title p {
	font-style: italic;
       font-weight: 600;
}

/* Kästen (z.B. Sagen, Urban Legends) */

.tidate {
	padding: 3px 15px;
	font-size: 13px;
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
       line-height: 25px;
}

.timatter {
	background: #181818;
	padding: 10px 15px 15px;
	margin-bottom: 20px;
	border: 1px solid red;
	border-top: 0px;
       color: #fff;
}

.timatter img {
       max-width: 100%;
}

.b-red {
	background:#ff3738;
}

.b-blue {
	background:#1ba1e2;
}

.b-orange {
	background:#f96b1e;
}

.b-green {
	background:#2bec12;
}

.b-purple {
	background:#e816dc;
}

.b-yellow {
	background:#f4d710;
}

.b-grey {
	background:#f5f5f5;
}

/* Collage */

#collage {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 4;
  -webkit-column-gap:   0px;
  -moz-column-count:    4;
  -moz-column-gap:      0px;
  column-count:         4;
  column-gap:           0px;  
}

#collage img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {
  #collage {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 1000px) {
  #collage {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 800px) {
  #collage {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #collage {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

/* Lightbox */

.thumb {
    display: inline;
    max-height: 100px;
}
#thumblist {
    text-align: center;
    border-radius: 8px;
    padding: 0;
    background: rgba(127,127,127,.8);
}
#thumblist img {
    border-radius: 8px;
    padding: 2px;
}
.description {
      color: white;
      text-decoration: none;
}

.lightbox {
    display: none; /**sets the default display to hide the lightbox until it's the :target**/
    position: fixed; /**the rest of this styling makes the lightbox full screen when selected**/
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
}
.lightbox img { /**sets the styling of the image in the lightbox**/
    max-width: 80%;
    max-height: 87%;
    text-align: center;
    margin-top: 5%;
}
.lightbox:target { /**this is where the magic happens. makes the lightbox display when it's the target of a clickable link**/
    outline: none;
    display: block;
}
.previous { /**styling the left arrow**/
    position: fixed;
    left: 4px;
    top: 40%;
    width: 40px;
}
.exit { /**styling the exit button**/
    position: fixed;
    top: 4px;
    right: 4px;
    width: 40px;
}
.next { /**styling the right arrow**/
    position: fixed;
    right: 4px;
    top: 40%;
    width: 40px;
}

/* Overlay-Element: */
.ueberlagern {
	background:transparent; /* unsichtbar machen */
	position:relative; /* Position relativ machen um z-index zu verändern */
	z-index: 100; /* sicher ist sicher */
	width:360px; /* iFrame Breite */
	height:150px; /* iFrame Höhe */
	top:150px;  /* iFrame Höhe nach unten positionieren */
	margin-top:-150px;  /* iFrame Höhe, um den Platz des Elments freizugeben */
}

/* Slide Box*/

.slide-box{
	width: 250px;
	z-index: 400;
	position: fixed;
	top: 35%;
	background: url("../img/b-sidebar-back.png") repeat;
	border: 1px solid #fff;
	right: -252px;
       font-size: 12px;
       line-height: 18px;
       padding: 10px;
}

.slide-box .slide-box-button{
	background: #c20d23 url("../img/red.png") repeat;
	border-right: 0px;
	text-align: center;
	line-height: 40px;
	width: 29px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 400;
	left: -30px;
	top: 35%;
	cursor: pointer;
}

.slide-box i{
	margin-right: 0px;
}

