/* Global */
@font-face {
  font-family: "MostraOne";
  src: url("../fonts/eb58124368281182037c17d694c2009f.eot"); /* IE9*/
  src: url("../fonts/eb58124368281182037c17d694c2009f.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/eb58124368281182037c17d694c2009f.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/eb58124368281182037c17d694c2009f.woff") format("woff"), /* chrome、firefox */
  url("../fonts/eb58124368281182037c17d694c2009f.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/eb58124368281182037c17d694c2009f.svg#MostraOne") format("svg"); /* iOS 4.1- */
  font-style:normal;
  font-weight:900;
}
body {
	color: #fff;
	font-family: Verdana, Geneva, sans-serif!important;
	background-color: #333333;
}
.h1, h1 { font-size: 2.2rem; margin-bottom: 1rem; font-family: MostraOne!important; }
.h2, h2 { font-size: 1.6rem; font-family: MostraOne!important; }
.h3, h3 { font-size: 1.55rem; font-family: MostraOne!important; }
a { color: #000;}
main 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, footer a.active {
    color: #FFB7B7!important;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover
 {
    color: #FFB7B7!important;
}
.footer a:focus, footer a:hover {
    color: #a99358!important;
}
.top, .footer {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFB7B7;
	border-top: 1px solid #FFB7B7;
 }
.footer { margin-top:0px; }
.header, .main, .footer {
	background-color: #333333;
}
.main { margin-top: 107px; }
section { padding:0px; }
section#welcome .container-fluid {
	padding-left:0px; 
	padding-right:0px;
	max-height: 1100px;
	height:auto;
	overflow:hidden;
}
a.navbar-brand { 
	font-family: MostraOne!important; 
	font-size: 2.8em;
	color: #ff9999!important;
	}
h2.slogan {
	font-family:Tahoma, Geneva, sans-serif!important;
	font-size: 2.2rem; 
	color: #FFB7B7;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
section#home, section#service, section#anfahrt {
	background-color: rgba(255,183,183,1);
	color: #212529;
}

section#anfahrt a:hover,
section#home a:hover { 
	color:#a99358;
	text-decoration:none;   
	}
/* Bootstrap overrides*/
.navbar { padding: 0; text-transform: uppercase; }
.navbar-light .navbar-nav .nav-link,.navbar-nav a, footer a { color: #a99358; }
.card {
	border-radius: 0;
	background:transparent;
	border: 0;
	text-align: center;
}
.card-img { border-radius: 0; }
.card-img-top { width: 100%; border-top-left-radius: 0; border-top-right-radius: 0; }
#oeffnungszeiten .card { border: 0; text-align: left; }
.btn-group-sm>.btn, 
.btn-sm { border-radius: 0; }
footer { text-align: center; }
/* Cookie offset */
.offset { margin-bottom: 42px; }
#mapDiv {
	width:100%;
    height: auto;
    margin: 0;
    padding: 0;
}
td:nth-child(2) { text-align:right; }
.navbar-brand { max-width:75%; }
.navbar-toggler { padding: .15rem .45rem; }
.navbar-light .navbar-toggler, .navbar-toggler-icon {
	color: rgba(221,128,173,0.5);
	border-color: #FFB7B7;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,183,183,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@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; }
  .offset { margin-bottom: 145px;  }
  .navbar-collapse { margin-top:10px; border-top: 1px #FFB7B7 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:45px; }
}
@media only screen and (min-width: 992px) {
  .to-top { right:30px; bottom:45px;  }
}
/* 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;
	color:#000;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert a {
    color: #000;
    text-decoration: underline;
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

