body {
    padding-top: 50px;
    padding-bottom: 20px;
    /*background: rgb(255, 204, 0);*/
}

.showcase-image{
    cursor: pointer;
}

.menu-point{
    cursor: pointer;
}

.navbar-brand.active{
    color: white;
}

.navbar-brand{
    color: white!important;
}

.nav-link{
    cursor: pointer;
}
.jumbo-img img{
    max-width: 100%;
}

.jumbotron{
    padding: 2rem 2rem;
}

.intro{
    text-align: center;
}

.link{
    cursor: pointer;
}

.nav-link.active{
    color: #ffcc00!important;
    border-bottom: 2px solid!important;
    border-bottom-color: #003366!important;
    width: fit-content;
}

.navbar-brand{
    color: #ffcc00!important;
}

.incomplete{
    border: 1px solid red;
}

.intro img{
    padding-top: 4rem;
    max-width: 100%;
}
.item{
    background: #fff;
    box-shadow: 0 0 3px #ccc;
}
.item img {
    width: 100%;
}
.item-wrap{
    margin-top: 40px;
}
.item-title{
    padding: 20px 15px 10px;
    margin: 0;
}
.item-text{
    margin: 0 15px;
    padding-bottom: 1rem;
}
.item-meta{
    border-top: 1px solid #eee;
    padding: 10px 15px 0;
    margin-top: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #949ea0;
    text-transform: uppercase;
    display: grid;
}

#imageDataContainer {
    max-width: 100%;
}
#outerImageContainer {
    max-width: 100%;
    height: fit-content!important;
}
#lightbox{
    padding-left: 1em;
    padding-right: 1em;
}
#lightbox img {
    max-width: 100%;
}
#overlay {
    width: 100%!important;
}
#imageContainer img {
    vertical-align: top;
}

#prevLink, #nextLink{
    max-height: 100%;
}

.contact-line{
    padding-top: 1em;
}
.language-ul{
    display: block;
}

.language{
    color: rgba(255,255,255,.5);
    padding-right: 1em;
}

.impressum{
    padding-top: 1rem;
}

.datenschutz{
   margin-top: 25px
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline;
    cursor: pointer;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
div.alert{
    position: fixed;
    border-radius: 0;
}
.disabled{
    display: none;
}
/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 3.5rem;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}
