/* Global */
.h1, h1 { font-size: 2.2rem; margin-bottom: 1rem; }
.h2, h2 { font-size: 1.6rem; }
.h3, h3 { font-size: 1.55rem; }
a { color: #000;}
a.btn { 	white-space: pre-wrap; /* css-3 */
			white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
			white-space: -pre-wrap; /* Opera 4-6 */
			white-space: -o-pre-wrap; /* Opera 7 */
			word-wrap: break-word; /* Internet Explorer 5.5+ */
		text-decoration:none;
}
main a, footer a { text-decoration:underline; }
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link {
    color: #0056b3!important;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #0056b3!important;
}
footer a:active, footer a.active { color: #0056b3; text-decoration: none; }
.header { 
	border-bottom: 20px solid /*rgba(255, 255, 255, 1)*/#eee; 
	box-shadow: 0 5px 10px #aaa;
	-webkit-box-shadow: 1px 5px 10px #aaa;
	border-top: 1px #fff solid;
}
.footer { border-bottom: 20px #eee solid; }
.header, .main, .footer { background-color: #dcdcdc; }
.main { margin-top: 72px; }
/*.main .container { background-color: #ffffff; }*/
section { padding:20px 0; }
section { padding:0px; }
section#home, section#preise, section#umgebung, section#anfahrt { background-color: #eee; }
section#austatttung { background-color: #666; }
/* Bootstrap overrides*/
.navbar { padding: 0; text-transform: uppercase; }
.navbar-collapse { /* background-color: #ffffff;*/}
.navbar-brand { /* background-color: #ffffff;*/ font-weight:bold; }
.card { border: 0; border-radius: 0; background-color:transparent; }
.card-img { border-radius: 0; }
.card-img-top { width: 100%; border-top-left-radius: 0; border-top-right-radius: 0; }
.btn-group-sm>.btn, 
.btn-sm { border-radius: 0; }
footer { text-align: center; background-color: #dcdcdc; }
/* Cookie offset */
.offset { margin-bottom: 75px; }
@media only screen and (max-width: 575.98px) { 
	.h1, h1 { font-size: 2rem; margin-bottom: 1rem; }
	.h2, h2 { font-size: 1.4rem; }
	.h3, h3 { font-size: 1.25rem; }
	a { word-wrap:break-word; word-wrap:break-all; }
  .offset { margin-bottom: 145px;  }
  .navbar-collapse { margin-top:10px; border-top: 2px #eee solid;}
}

/* Back to Top */
.to-top {
  height:30px;
  width:30px;
  position:fixed;
  bottom:40px;
  right:10px;
  z-index: 2;
  background:rgba(255,255,255, 0.7) url(../images/to-top.png) no-repeat center 50%;
  visibility:hidden;
  opacity:0;
  -webkit-transition:opacity .3s 0s, visibility 0s .3s;
  -moz-transition:opacity .3s 0s, visibility 0s .3s;
  transition:opacity .3s 0s, visibility 0s .3s;
}
.to-top.tt-is-visible, .to-top.tt-fade-out, .no-touch .to-top:hover {
  -webkit-transition:opacity .3s 0s, visibility 0s 0s;
  -moz-transition:opacity .3s 0s, visibility 0s 0s;
  transition:opacity .3s 0s, visibility 0s 0s;
}
.to-top.tt-is-visible {
  visibility:visible;
  opacity:1;
}
.to-top.tt-fade-out {
  opacity:.5;
}
.no-touch .to-top:hover,a.to-top:hover  {
  background-color:rgba(255,255,255, 1);
  opacity:1;
}
@media only screen and (min-width: 768px) {
  .to-top { right:20px; bottom:20px; }
}

@media only screen and (min-width: 992px) {
  .to-top { right:30px; bottom:30px;  }
}
/* Cookies */
.alert {
    position: relative;
    padding: .25rem 1rem;
        padding-right: 2rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 1;
    opacity: 0;
    border-radius: 0;
    background: #dcdcdc;
    transform: translateY(100%);
    transition: all 500ms ease-out;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert a {
    color: #000000;
    text-decoration: underline;
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
/* Lightbox Fix */
#lightboxOverlay { 
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important; 
}
#lightbox { 
    position: fixed !important;
    top: 8% !important;
}