/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
img{
	max-width: 100%;
	height: auto;
}
ul li{
	list-style: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
body {
	background: #fff;
/*	font-family: 'Fredoka One', cursive;*/
	font-family: 'Roboto', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	color: #666666;
}
a {
	text-decoration: underline;
	color: #666666;
	font-weight: 500;
}
a:hover {
	text-decoration: none;
	color: #ffb405;
}
h1{
	font-size: 2.75rem;
	font-weight: 400;
}

.header-top h1 {
	font-family: 'Fredoka One', sans-serif;
	font-size: 1.875rem;
	color: #e41e26; 
}
h2{
	font-family: 'Roboto', sans-serif;
	font-size: 2.75rem;
}
.header-top h2 {
	font-family: 'Fredoka One', sans-serif;
	font-size: 1.875rem;
	color: #e41e26; 
}
h3 {
	font-family: 'Fredoka One', sans-serif; 
	font-size: 1.5rem;
	color: #8b8b8b;
}
h3 span {
	color: #ffb405;
}

h4{
	font-size: 2.0rem;
}
h5 {
	font-size: 1.50rem;
}
h6 {
	font-size: 1.55rem;
}
.datenshutz li {
	list-style: circle;
}
.datenshutz ul {
	padding-left: 1.5rem;
}
/* HEADER-TOP 
==================================================*/
.header-top {
	padding: 10px 0;
}
.logo2 {
	margin-top: 13px;
}
.slogan-top {
	text-align: center;
}
.adress-block p {
	margin-bottom: 10px;
}
.adress-block .fas {
	color: #1e83c6;
}
.adress-block .gid {
	text-align: center;
	font-size: 0.9375rem;
	color: #1e83c6;
	font-weight: 600;
	line-height: 1.3;
}

/* MENU-TOP 
==================================================*/
.navbar {
	background: #1e83c6;
	padding: .0625rem 1rem;
}
.nav-link {
    display: block;
    padding: .2rem 1rem;
	margin-right: 3rem;
	text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
	color: #ffb405;
	cursor: default;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffb405;
}
.navbar-text {
    padding-top: .2rem;
    padding-bottom: .2rem;
}
.navbar-text img{
   margin-left: .5rem;
}
.navbar-text img:hover {
    opacity: .5;
    transition: all .3s;
}
navbar-collapse {
    text-align: center;
}


/* SLIDER 
==================================================*/
.carousel-caption {
    top: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.carousel-caption h2 {
	font-weight: 400;
	font-size: 3rem;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8); 
}
.carousel-indicators {
    bottom: 1rem;
}

/* PARKING, GENUSS
==================================================*/
.andern p {
	font-family: 'Fredoka One', sans-serif;
	font-size: 1.875rem;
	color: #e41e26;
	margin-top: 30px;
}
.parking {
	padding: 4rem 0;
	color: #8b8b8b;
	font-size: 1.375rem;
	font-weight: 500;
}
.parking img {
	margin-bottom: 1rem; 
}
.genuss, .lebensmittel {
	padding-bottom: 4rem;
}
.card_angebot {
    border: none;
	text-align: center;
	padding-left: 1.5rem;
}
.card_angebot .row {
	margin-bottom: .5rem;
}
.card-body_angebot {
	padding: 2.25rem 0rem;
}
.card-title.angebote {
	color: #ffb405;
}
.card-title.service {
	color: #1e83c6;
}
.card-title.sortiment {
	color: #e41e26;
}
.lebensmittel a{
	text-decoration: none;
}
.lebensmittel a:hover {
	text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	transition: .3s all;
}
.parallax {
    min-height: 400px;
    background: transparent;
	background-size: cover;
}
.kommen-sie, .video {
	padding: 4rem 0;
}
.parallax h2 {
	margin-top: 8rem;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}
.verpass {
	padding: 3rem 0;
	background: #ffdfcf;
}
.map {
	padding-bottom: 2rem;
}
.sortiment-banner {
	margin-bottom: 4rem;
	background: url(../img/sortiment-banner.jpg) center no-repeat;
	background-size: cover;
	padding: 270px 0;
}
.sortiment-list {
	padding-left: 3rem;
}
.sortiment-list li {
	list-style-image: url(../img/marker.png);
}
.sortiment-block {
	margin-bottom: 3rem;
}
.service-mag {
	margin: 1rem 0 2rem;
}
.cards-block {
	margin-bottom: 3rem;
}
.card-deck {
	margin-bottom: 2rem;
}
.card-title {
	text-transform: uppercase; 
}
.card-title span {
	text-transform: none; 
}.galery-block {
	margin-bottom: 3rem;
}
.galery-block img {
	margin-bottom: 1rem;
}
.galery-block img:hover {
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.7);
	transition: all .4s;
}
.form-kontakt {
	margin-bottom: 3rem;
}
.form-check-label {
	font-size: .85rem;
}
.form-check-input {
    margin-top: .5rem;
}

/* FOOTER
==================================================*/
.footer {
	margin-bottom: 2rem;
	font-size: 1rem;
}
.footer .nav{
	margin-top: 0rem;
}
.footer .nav li{
	float: left;
	padding: 2px 10px;
}
.footer .nav li a.active{
	color: #ffb405;
	text-decoration: none;
	cursor: default;
	display: inline-block;
}
.footer a.active{
	color: #ffb405;
}
.impressum {
	text-align: right;
	margin: 0;
}
.impressum a {
	padding: 0 1rem;
}
.impressum a.active {
	color: #ffb405;
	cursor: default;
	text-decoration: none;
}
.bottom-block {
	background: #1e83c6;
	font-size: 0.85rem;
	color: #1e83c6;
}
.bottom-block p {
	margin: 0;
	padding: .2rem 0;
}.katal {
	color: #fff;
	font-size: .75rem;
}
.katal a {
	color: #fff;
}

/* Whatsapp
==================================================*/
.whatsapp-button {
	background-color: #25D366; /* WhatsApp brand color */
	color: white; /* White text */
	padding: 10px 20px; /* Some padding */
	border-radius: 5px; /* Rounded corners */
	text-decoration: none; /* No underline */
	font-weight: bold; /* Bold text */
	display: inline-block; /* Make it inline-block */
	margin-top: 10px; /* Some space from the top */
  }
  
  /* Change background color on hover */
  .whatsapp-button:hover {
	background-color: #128C7E;
	color: white; /* Keep text color white */
  }
  
/* Telegram
==================================================*/
.telegram-button {
    background-color: #0088cc; /* Telegram brand color */
    color: white; /* White text */
    padding: 10px 20px; /* Some padding */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* No underline */
    font-weight: bold; /* Bold text */
    display: inline-block; /* Make it inline-block */
    margin-top: 10px; /* Some space from the top */
}

/* Change background color on hover */
.telegram-button:hover {
    background-color: #007bb5;
    color: white; /* Keep text color white */
}


