

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/*
 * Base structure
 */
html{

    position: relative;
}

html {

}
body {
    color: #fff;
    font-size: 14px;
    font-family: 'CircularProBook';
    text-align: left;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background-color: #000;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
    background-attachment: fixed;
}

.layer{
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 

    min-height: 100%; 
    background-color: rgb(0,0,0);
    z-index: -1;
    opacity: 0.4;
    background-size: cover; 
    background-position: center center;
}

#home {
    background-size: cover; 
    background-position: top center;
    width: 100%;
}

a#karte{
    color: #94B378;
}

p {
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: 0.05em;
}

.pre-scrollable p{
    font-size: 10px;
}

#impressum p {
    font-size: 10px;
}

footer {
    font-size: 12px;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

footer p a {
    font-size: 12px;
}

footer p.copy {
    font-size: 67%;
}

footer p a:active, footer p a:focus, footer p a:hover {
    color: #94B378;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

footer p span.active a, footer p span.active a:active, footer p a:focus, footer p a:hover {
    color: #94b378;
}

footer p a:active, footer p a:focus, footer p a:hover,  footer p a:visited {
    text-decoration: none;
}

footer p a, footer span a {
    padding: 10px 20px;
}

@media (max-width: 767px) {
    .navbar-header {
        width: 100%;
        margin: 0 auto 15px;
    }
    .container > .navbar-header{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .row .navbar{
        width: 770px;
        margin: 0 auto 20px;
    }
    .navbar-header{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .row .container {
        width: 740px;
    }
    .navbar .container {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .row .container {
        width: 740px;
    }
    .navbar .container {
        width: 770px;
    }
}
@media (min-width: 1200px) {
    .row .container {
        width: 740px;
    }
    .navbar .container {
        width: 770px;
    }
}

@media (min-width: 768px) {
    ul.nav-justified li:first-child a {
        text-align: left;
    }

    ul.nav-justified li:last-child a {
        text-align: right;
    }
}

#navbar {
    padding: 0;
    z-index: 3;
}

#navbar .container {
    padding: 0;
}

.navbar {
    background: transparent;
    border: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    background-color: transparent;
}

.home{
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    background-color: hsla(0, 0%, 0%, 0.56);
}

.jumbotron p{
    line-height: 1.25em;
    font-size: 16px;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: 1px solid #fff;
}

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
    outline-style: none;
    text-decoration: none;
}
/*
* Header
*/
.navbar-brand>img {
    display: inline;
    text-align: center;
    margin: 15px;
}

.masthead-nav > li {
    display: inline-block;
}
.masthead-nav > li + li {
    margin-left: 0px;
}
.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff; /* IE8 proofing */
    color: rgba(255,255,255,.75);
    border-bottom: 2px solid transparent;
}

.navbar-brand {
    height: 120px;
    padding: 15px 15px;
    font-size: 18px;
    text-align: center;
    line-height: 170px;
    float: none;
}

.nav > li > a{
    font-family: 'CircularProBlack';
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.nav-justified > li > a:hover,
.nav-justified > li > a:focus {
    background-color: transparent;
    text-transform: uppercase;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: #a9a9a9;
    border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: rgba(255,255,255, 0.8);
}


.nav > li > a:hover,
.nav > li > a:focus,
footer > span > p > a:hover,
footer > span > p > a:focus,
footer > p > a:hover,
footer > p > a:focus{
    color: #94B378;
    background: none;
    outline: none;
}

.nav > .active > a,
.nav > .active > a:hover,
.nav > .active > a:focus{
    color: #94B378;
    background: none;
    outline: none; 
    text-decoration: none;
}

#footer-menu {
    font-size: 12px;
}

#footer-menu .nav > li {
    display: inline-block;
}
#footer-menu .nav > li a {
    text-transform: capitalize;
    font-size: 15px;
}

ul.list-styled {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.list-styled li::before {
    content: "*";
    padding-right: 8px;
    margin-left: -15px;
}

ul.list-styled li{ 
    padding-left: 16px;
    line-height: 1.2em;
    letter-spacing: 0.05em;
}

.vertical-center {

    width:100%;

    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
}

.vertical-center:before {    /* create a full-height inline block pseudo=element */
    content: " ";
    display: inline-block;
    vertical-align: middle;    /* vertical alignment of the inline element */
    /*height: 100%;*/
}

.vertical-center > .container {
    max-width: 100%;

    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    /* reset the font property */
    font: 14px/1 "CircularProBook", Helvetica, Arial, sans-serif;
}






.gallery.imgs-grid{
    max-width: none;
}

.grid {
    background: #000;
    max-width: 960px;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
    width: 12.5%;
}

.imgs-grid.imgs-grid-5 .imgs-grid-image, .imgs-grid.imgs-grid-10 .imgs-grid-image, .imgs-grid.imgs-grid-20 .imgs-grid-image, .imgs-grid.imgs-grid-30 .imgs-grid-image, .imgs-grid.imgs-grid-40 .imgs-grid-image{
    width: 12.5%;
}

.grid-item {
    float: left;
    background: transparent;
    border: 0px solid #333;
    border-color: hsla(0, 0%, 0%, 0.7);
    overflow: hidden;
    height: auto;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.modal-indicator {
    display: none;
}

.imgs-grid-modal{
    background-color: rgba(0,0,0, 0.6)
}

.imgs-grid .imgs-grid-image .image-wrap{
    background-color: transparent;
}

.imgs-grid-modal {
    -moz-user-select: none;
    bottom: 0;
    left: 0;

    margin: 280px auto 90px;
    max-width: 720px;
    position: fixed;
    right: 0;
    top: 0;
    min-height: 390px;
    z-index: 2000;
    background-color: #000;
}

.imgs-grid-modal .modal-inner .modal-image{
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}


.imgs-grid-modal .modal-close{
    z-index: 2001;
}

@media (max-width: 767px) {
    .imgs-grid-modal .modal-inner .modal-control .arrow.left {
        margin-left: -20px;
    }
    .imgs-grid-modal .modal-inner .modal-control .arrow.right {
        margin-right: -20px;
    }
}

@media (min-width:768px) and (max-width: 799px) {
.imgs-grid-modal .modal-inner .modal-control .arrow.left{
    margin-left: -35px;
}

.imgs-grid-modal .modal-inner .modal-control .arrow.right{
    margin-right: -35px;
}
}

@media (min-width: 800px) {
.imgs-grid-modal .modal-inner .modal-control .arrow.left{
    margin-left: -70px;
}

.imgs-grid-modal .modal-inner .modal-control .arrow.right{
    margin-right: -70px;
}

}

.modal-header {
    border-bottom: none;
    min-height: 16.4286px;
}

.modal-body{
    min-height: 100%;
}

.modal-content{
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.modal-dialog {
    margin: 0;
    width: 100%;
}

.modal-backdrop{
    opacity: 1.0;
    background-position: center center;
    background-image: url(../img/karte.jpg); background-size: cover; background-repeat: no-repeat;
}

.modal-backdrop.in {
    opacity: 1;
}

.text-justify {
    word-spacing: -0.1em;
}