/* noto-sans-jp-regular - latin */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v42-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v42-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v42-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v42-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v42-latin-regular.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

html { overflow-y: scroll; }
body  { 
	padding-top: 70px; padding-bottom: 70px;  font-family: 'Noto Sans JP', sans-serif; 
	background: #FFFFFF url(../images/back.png) repeat;
}

.inhalt {
	background: #FFF;
}

.navbar-nav { 

}
.logo {
	float:right;	
}

.map { 
	padding: 10px;
	border: 3px solid #CCC;
	margin-bottom: 15px;
}

.powell { 
	margin: 0 auto;
}
h1 { color: #336633; border-bottom: 1px solid #336633; padding-bottom: 10px; }

.box { border: 1px solid #CCC; padding: 10px; margin: 10px 0;}
.box h1 { font-size: 18px; font-weight: 500; margin: 0 0 10px; text-transform: uppercase;  }

.leftbox { border: 1px solid #CCC; padding: 10px; margin: 10px 0;}
.leftbox h1 { margin: 20px 0 20px 0;  }
.top-box { margin-top: 30px; }

.leitbild { text-align: justify; font-weight: 300; margin-bottom: 20px; }
h3 { font-weight: 700; margin: 20px 0;  }
h4 {   }

.links {
	list-style: none;
	padding: 0 10px;
}

.links li a {
	display: block;
	border: 1px solid #336633;
	padding: 5px; text-decoration: none;
	margin-bottom: 5px;
	color: #336633;
}

.links li a:hover {
	background-color: #336633;
	color: #FFF;
}

/*
body {
    background-color: #434c50;
    min-height: 100vh;
    font: normal 16px sans-serif;
    padding: 40px 0;
}*/

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 10px 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
/*
@media(max-width: 768px) {
    body {
        padding: 0;
    }
}*/

.galerie-titel {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	background: #ddd;
	padding: 3px;
}

.galerie-titel-1{
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	background: #ddd;
	padding: 3px;
}