/* CSS Document */
@import url("plugins.css");
@import url("chunkFive.css");
/*
 * Globals
 */

html,
body {
  height: 100%;

	color: black;
}

a,
a:focus,
a:hover {
  color: #000;
}
a {text-decoration: none !important}

h1,h2,h3,h4,h5,h6 , p {color: black; padding: 10px }


section {background-color: #fff}


.nav-item {
  font-size: 22px;   
  font-family: chunkFive;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0 10px;
}

.section-marquee{background: none;}
.section-products{background: none; padding: 20px;}
.section-products h2 {font-size: 32px;   font-family: chunkFive;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color:#fff
}


.offcanvas-title {color: #fff;}
.offcanvas-body .nav-link {font-size: 18px}


.ratio-9x16 {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
}

.ratio-9x16 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-hero1 {
  width: 100%;
  height: calc(100vh - 110px);
  background: url("/video/cheeseburger.mp4") top center;
  background-size: cover;
  position: relative;
}

.prod-overlay{
  width: 100%;
  height: 100%;
  /* left: -10px; */
  
}
.prod-overlay h3 {
  font-family: chunkFive;
    letter-spacing: 1.2px;
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 36px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-wrap-mode: wrap;
}
.prod-overlay-img {
  z-index: 10;
  position: absolute;
  width: 60px;
  height: 60px;
  right: -30px;
  rotate: 20deg;
}
.beef-overlay-img {
  z-index: 10;
  position: absolute;
  width: 70px;
  height: 70px;
  top:65px;
  rotate: 30deg;
}
.btn-green {
  background-color: rgba(34,97,24,1);
  color: #efefef;
}
.btn-green:hover {
  background-color:rgba(34,97,24,0.8);
  color: white;
}


.marquee {
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

.marquee span {
  display: inline-block;
  width: max-content;
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 100%;
  padding-top: 20px;
  /* show the marquee just outside the paragraph */
  will-change: transform;
  animation: marquee 15s linear infinite;
}

.marquee span:hover {
  animation-play-state: paused
}


@keyframes marquee {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}


/* Respect user preferences about animations */

@media (prefers-reduced-motion: reduce) {
  .marquee span {
    animation-iteration-count: 1;
    animation-duration: 0.01; 
    /* instead of animation: none, so an animationend event is 
     * still available, if previously attached.
     */
    width: auto;
    padding-left: 0;
  }
}

.slider {
    padding-top:4.7rem;
}

.drop-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(10,10,10,0.8)
}
.bg-green {background-color:rgba(34,97,24,1)}

.trenner {
    padding: 1rem 2rem;
    opacity: 0.8;
    color: #ccc;
    display: block;
}




/*contact*/
.checkbox {padding-top: 10px}
.has-success {border-color:#0C3;}
.has-error {border-color:#f00; box-shadow:inset 0 0 0.3em red; }
input[type="checkbox"].has-error {-webkit-appearance: none; border:1px solid #f00; background-color: #F99;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);padding: 6px;border-radius: 3px; display:inline-block; position:relative; margin:6px 5px 0 0}
em.error.help-block{background-color: #f00; padding: 0 4px; color: #fff; margin-top: 2px; font-size:12px; }
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.form-check-input {margin-top:1em}
.valid-feedback {background-color: green; color: white; padding: 3px 5px; display: table-cell !important; margin-top: 2px}
.invalid-feedback{background-color: red; color: white; padding: 3px 5px; display: table-cell !important;}
.list-unstyled li {line-height: 30px}

.custom .fa-circle:before {
  border-radius: 50%;
  background: rgba(34,97,24,1);
  color: transparent;
}


/*hover*/
.vid-container {
  overflow: hidden;
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.image {
  margin: 0 auto;
  overflow: hidden;
  height: 300px;
  width: 300px;
  position: relative;
  cursor: pointer;
 
  box-shadow: 0 0 25px 1px rgba(0, 0, 0, .3);
  transition: .5s;
  background-color: #555
}

.image:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-140%, -50%);
  background-color: #198754;
  opacity: 0.8;
  border-radius: 50%;
  transition: .8s;
}

.image:hover:after {
  transform: translate(-50%, -50%)
}

.image:hover img {
  transform: translate(-50%, -50%) scale(1.3) rotate(20deg)
}

.image img {
  position: absolute;
  height: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .8s
}

.image i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-2000px, -50%);
  color: #fff;
  transition: .8s;
  transition-timing-function: ease-in
}

.image:hover i {
  transform: translate(-50%, -50%);
  transition-timing-function: ease
}


@media screen and (max-width: 1024px) {
    .rwd-break {display: none;}
    small {font-size: 1.2vw}
    p, .italic, .footer { font-size: 1.6vw;}
}

@media screen and (max-width: 600px) {
    p, .italic, .footer { font-size: 3.5vw;}
	p {line-height:24px;}
	small {font-size: 3vw}
    h2 {font-size: 4vw;}   
    .checkbox {margin-top: -10px}
    .marquee p{
      width: 100%;
      line-height: 24px;
    }
  #parallax1 {
    height: 70vh !important;
  }
   
}

.ratio-9x16 {
  --bs-aspect-ratio: 130%;
}

.bottomMenu {
	position: fixed;
	
	bottom: 0;
	overflow: hidden;
	background-color: rgba(0,0,0, 0.91);
	z-index: 1000;
}
.bottomBtn{	
      width: 50px;
    height: 50px;
	
    background-color:rgba(34,97,24,1);
	color:#fff;
	opacity: 0.8;
	transition: 0.5s;
	border-radius: 100%;	
	text-align: center;
    cursor: pointer;
	line-height: 50px !important;
	font-size: 20px
}
.bottomBtnOrder{	
  background: rgba(255, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
	animation: pulse-red 2s infinite;
color:#fff;
opacity: 0.8;
font-weight: 400;
transition: 0.5s;
border-radius: 10px;
text-align: center;
cursor: pointer;
line-height: 50px !important;
font-size: 20px;
padding: 12px 15px;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}


#scrollToTop{
	position: fixed;
    bottom: 8rem;
    right: 2rem;
    z-index: 1000;
    padding: 10px 16px;
    background-color: #198754;
	color:#efefef;
	opacity: 0.6;
	transition: 0.5s;
	border-radius: 100%;
}
a div#scrollToTop:hover {color: #fff; opacity: 1; font-size: 20px}


/* ------------------------------------------------------------- *
 * Page header
/* ------------------------------------------------------------- */

#page-header {
	position: relative;
	background-color: rgba(101, 101, 101, 0.1);
	overflow: hidden;
    height: 600px;
    margin-top: 40px;
}
.page-header-inner {
	position: relative;
	padding: 25rem 0;
    
}
@media (max-width: 1280px) {
	.page-header-inner {
		padding-top: 10% !important;
		padding-bottom: 10% !important;
	}
}

.bg-image {background-repeat: no-repeat; background-size: cover;}

.tt-wrap {max-width: 1440px; margin: 0 auto; padding-left:15px; padding-right: 15px}


/* Page header caption 
======================= */
.page-header-caption {
	position: relative;
	margin: 0 auto;
	z-index: 3;
}
@media (max-width : 1440px) {
	.page-header-caption {
		padding-left: 8%;
		padding-right: 8%;
	}
}


/* page header title */
.page-header-title {
	max-width: 960px;
	margin: 0;
	
	font-weight: 700;
	font-size: 52px;
	color: #fff;
    background-color:transparent;
}


@media (max-width : 768px) {
	.page-header-title {
		font-size: 32px;
	}
    #page-header {
	position: relative;
	background-color: rgba(101, 101, 101, 0.1);
	overflow: hidden;
        padding-top: 400px;
}
}
.hr-short {color: white;}
/* page header subtitle */
.page-header-subtitle {
	max-width: 900px;
	margin: 20px 0;
	font-size: 24px;
	color: #222;
}

/* page header category */
.page-header-category {
	margin-top: 10px;
}
.page-header-category > a {
	display: inline-block;
	background-color: #08c1b8;
	padding: 2px 4px 0 4px;
	font-size: 12px;
	color: #fff;
}
.page-header-category > a:hover {
	opacity: .9;
}

/* page header description */
.page-header-description {
	max-width: 890px;
	margin: 20px 0 0 0;
	line-height: inherit;
	font-size: 17px;
	font-weight: 300;
	color: #fff;
}
.page-header-description p {color: #fff;}

.breadcrumb {padding: 10px 0; }
.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item a:hover {color: #333; font-size: 16px}

.breadcrumb-item.active {
    color: #aaa;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}

@media (max-width : 767px) {
	.page-header-description {
		font-size: 15px;
	}
    
}

/* If page header contains background image 
============================================ */
.page-header-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.page-header-image.hide-ph-image { /* if page header is hidden */
	display: none;
}

#page-header.ph-image-on {
	color: #FFF;
}

#page-header.ph-image-on .page-header-title {
	color: #FFF;
}

#page-header.ph-image-on .page-header-subtitle {
	color: #FFF;
}

#page-header.ph-image-on .page-header-description {
	color: #EEE;
}

#page-header.ph-image-on .ph-more-info-trigger {
	color: #EEE;
}
#page-header.ph-image-on .ph-more-info-trigger:hover,
#page-header.ph-image-on .ph-more-info-trigger:focus {
	color: #EEE;
}


/* Page header sizes 
====================== */
#page-header.ph-xs .page-header-inner {
	padding-top: 40px;
	padding-bottom: 40px;
}
#page-header.ph-sm .page-header-inner {
	padding-top: 80px;
	padding-bottom: 80px;
}
#page-header.ph-lg .page-header-inner {
	padding-top: 140px;
	padding-bottom: 140px;
}
#page-header.ph-xlg .page-header-inner {
	padding-top: 200px;
	padding-bottom: 200px;
}


 /* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
  border: 2px solid #fff;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  display: block;
  z-index: 10;
  opacity: 0.7;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}



/*Menu Speisekarte*/

.menu h1, .menu h2, .menu h3 , .menu h4 {font-family: bevan; color: #fff !important}
.menu p, .menu span, .menu a, .menu li {color: #fff;}
.menu hr {color: white; opacity: 50%;}

/*footer*/
footer, footer a, footer p, footer li  {font-size:14px}

#parallax1 { 
    background: url("/img/gallery/fullsize/beef-on-grill_20250221144712.jpg");
  background-size: cover;
  background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    height: 40vh; /* 100% of viewport height */
    margin: 0 auto; 
    position: relative; 
}