/* hide only visually */
@font-face {
  font-family: "Rokkitt";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Rokkitt/static/Rokkitt-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Rokkitt";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Rokkitt/static/Rokkitt-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Rokkitt";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Rokkitt/static/Rokkitt-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Rokkitt";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Rokkitt/static/Rokkitt-Black.ttf") format("truetype");
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0 0 12px 0;
}

/* Set core body defaults */
body {
  color: #fff;
  background: #000 url(../img/rocks-bg-1x1-700.jpg) 0 0 no-repeat;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.75;
  font-size: 1rem;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 500;
}
@media (min-width: 700px) {
  body {
    background: #000 url(../img/rocks-bg.jpg) 0 0 no-repeat;
  }
}
@media (min-width: 1000px) {
  body {
    background: #000 url(../img/rocks-bg-16x9-1920.jpg) 0 0 no-repeat;
  }
}

small, .text_small {
  font-size: 0.8125rem;
}

h1, h2 {
  font-family: "Rokkitt", cursive;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1;
  padding: 0;
}

h2 {
  font-weight: 900;
  color: #e944ff;
  margin-top: 48px;
  margin-bottom: 16px;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.4375rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.5625rem;
}

h5 {
  font-size: 1.25rem;
}

p {
  font-size: 1.125rem;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #fff;
}
a:hover, a:focus-visible {
  color: #d50000;
}

/* Make images easier to work with */
img, video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

img {
  pointer-events: none;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* hide only visually */
/* https://gist.github.com/jensgro/743c37c3c1b226f7917fa0fc0825e3c2 */
.visuallyhidden {
  width: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01s !important;
    scroll-behavior: auto !important;
  }
}
/* Avoid visible focus style on focusable elements like main */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.container {
  padding: 12px 24px;
  margin: 24px 12px;
}
@media (min-width: 1000px) {
  .container {
    max-width: 1120px;
    margin-inline: auto;
  }
}
.container-medium {
  max-width: 820px;
  margin: 24px auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

[class*=col-] {
  flex: 0 0 auto;
  width: var(--grid-width, 100%);
}

@media screen and (min-width: 800px) {
  .col-3 {
    --grid-width: 25%;
  }
  .col-4 {
    --grid-width: 33.3333333333%;
  }
  .col-6 {
    --grid-width: 50%;
  }
  .col-8 {
    --grid-width: 66.6666666667%;
  }
  .col-9 {
    --grid-width: 75%;
  }
}
.hero-cnt {
  margin-bottom: 34px;
  padding-bottom: 0;
}

.hero {
  position: relative;
  padding-top: 12px;
}
.hero-images {
  display: grid;
  grid: repeat(2, 1fr);
  grid-gap: 10px;
  grid-template-areas: "nr2 nr1" "nr3 nr1";
  margin: 20px auto;
  width: 100%;
}
@media (min-width: 700px) {
  .hero-images {
    grid: repeat(2, minmax(100px, 1fr))/repeat(3, minmax(75px, 1fr));
    grid-template-areas: "nr2 nr1 nr4" "nr3 nr1 nr5";
    width: 80%;
  }
}
.hero-images-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}
.hero-images-cnt img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
}
.hero-images-cnt:nth-of-type(1) {
  grid-area: nr1;
}
.hero-images-cnt:nth-of-type(2) {
  grid-area: nr2;
}
.hero-images-cnt:nth-of-type(3) {
  grid-area: nr3;
}
.hero-images-cnt:nth-of-type(4) {
  grid-area: nr4;
}
.hero-images-cnt:nth-of-type(5) {
  grid-area: nr5;
}
.hero-images-cnt:nth-of-type(4), .hero-images-cnt:nth-of-type(5) {
  display: none;
}
@media (min-width: 700px) {
  .hero-images-cnt:nth-of-type(4), .hero-images-cnt:nth-of-type(5) {
    display: block;
  }
}

.logo {
  user-select: none;
  font-family: "Rokkitt", cursive;
  font-weight: 900;
  font-size: 2.75rem;
}
@media (min-width: 500px) {
  .logo {
    font-size: 9.5vw;
  }
}
@media (min-width: 800px) {
  .logo {
    font-size: 7vw;
  }
}
@media (min-width: 1000px) {
  .logo {
    font-size: 8vw;
  }
}
@media (min-width: 1120px) {
  .logo {
    font-size: 6.8125rem;
  }
}
.logo .logo-inner {
  color: #fee;
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #e944ff, 0 0 0.5em #e944ff, 0 0 0.1em #e944ff, 0 10px 3px #000;
}
.logo .distance {
  margin-inline: 0.2em;
  animation: blink linear infinite 2s;
}
.logo .flicker1 {
  animation: blink linear infinite 1s;
}
.logo .flicker2 {
  animation: blink linear infinite 2s;
}
.logo .flicker3 {
  animation: blink linear infinite 3s;
}

@keyframes blink {
  78% {
    color: inherit;
    text-shadow: inherit;
  }
  79% {
    color: #333;
  }
  80% {
    text-shadow: none;
  }
  81% {
    color: inherit;
    text-shadow: inherit;
  }
  82% {
    color: #333;
    text-shadow: none;
  }
  83% {
    color: inherit;
    text-shadow: inherit;
  }
  92% {
    color: #333;
    text-shadow: none;
  }
  92.5% {
    color: inherit;
    text-shadow: inherit;
  }
}
.open-hours-cnt {
  padding-top: 0;
  margin-top: 0;
}

.open-hours h3, .open-hours dl, .open-hours dt, .open-hours dd {
  margin-bottom: 0;
}
.open-hours h2 {
  margin-top: 0;
}

.happy-hour h2 {
  margin-top: 42px;
}
.happy-hour p, .happy-hour dl {
  font-weight: 700;
}

.slices {
  display: flex;
  justify-content: center;
  gap: 0;
}
@media (min-width: 600px) {
  .slices {
    gap: 20px;
  }
}

.slice {
  flex: 0 0 120px;
}

.left-swing {
  transform: rotate(-15deg);
}

.centerme {
  transform: rotate(340deg) translate(20px, -20px);
}

.centerme2 {
  transform: translate(10px, -20px);
}

.right-swing {
  transform: rotate(380deg) translate(10px, 10px);
}

.left-swing-turnover {
  transform: rotate(190deg);
}

.centerme-turnover {
  transform: rotate(160deg) translate(20px, -10px);
}

.right-swing-turnover {
  transform: rotate(120deg) translate(20px, 20px);
}

.slices-1, .slices-3 {
  margin-bottom: 12px;
}

.slices-2 {
  margin-top: 12px;
}

.ani-pizza-1 {
  --animation-zwiebel: 1.5s linear 1s infinite alternate blur5;
  --animation-stueck-rand: 1.5s linear 1s infinite alternate blur10;
  --animation-peperoni1: 1.5s linear 1s infinite alternate blur12;
  --animation-peperoni2: 1.5s linear 1s infinite alternate blur12;
  --animation-champignon: 1.5s linear 1s infinite alternate blur7;
  --animation-kaese1: 1.5s linear 1s infinite alternate blur10;
  --animation-salami1: 1.5s linear 1s infinite alternate blur5;
}

.ani-pizza-2 {
  --animation-zwiebel: 1.5s linear 4s infinite alternate blur5;
  --animation-stueck-rand: 1.5s linear 4s infinite alternate blur10;
  --animation-peperoni1: 1.5s linear 4s infinite alternate blur12;
  --animation-peperoni2: 1.5s linear 4s infinite alternate blur12;
  --animation-champignon: 1.5s linear 4s infinite alternate blur7;
  --animation-kaese1: 1.5s linear 4s infinite alternate blur10;
  --animation-salami1: 1.5s linear 4s infinite alternate blur5;
}

.ani-pizza-2b {
  --animation-zwiebel: 2s linear 2s infinite alternate blur5;
  --animation-stueck-rand: 4s linear 2s infinite alternate blur10;
  --animation-peperoni1: 1.5s linear 2s infinite alternate blur12;
  --animation-peperoni2: 1.5s linear 2s infinite alternate blur7;
  --animation-champignon: 1.5s linear 2s infinite alternate blur7;
  --animation-kaese1: 2s linear 2s infinite alternate blur10;
  --animation-salami1: 2s linear 2s infinite alternate blur5;
}

.pizza-outline .zwiebel,
.pizza-outline .stueck-rand,
.pizza-outline .peperoni1,
.pizza-outline .peperoni2,
.pizza-outline .champignon,
.pizza-outline .kaese1,
.pizza-outline .salami1 {
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.pizza-outline .stueck-rand {
  stroke-width: 13px;
}
.pizza-outline .peperoni1,
.pizza-outline .champignon,
.pizza-outline .salami1,
.pizza-outline .kaese1 {
  stroke-width: 10px;
}
.pizza-outline .champignon {
  stroke: #36a9e1;
}
.pizza-outline .zwiebel {
  stroke: #dedc00;
  stroke-width: 7px;
}
.pizza-outline .peperoni1,
.pizza-outline .peperoni2 {
  stroke: #2fac66;
}
.pizza-outline .peperoni2 {
  stroke-width: 8px;
}
.pizza-outline .stueck-rand,
.pizza-outline .kaese1 {
  stroke: #ffed00;
}
.pizza-outline .salami1 {
  stroke: #d42316;
}

.glass .strohhalm,
.glass .fluessigkeit,
.glass .glas {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10px;
}
.glass .strohhalm {
  stroke: var(--strohhalmColor, #f4e728);
}
.glass .fluessigkeit {
  fill: var(--fillColor, none);
  stroke: var(--fluessigkeitColor, #f4e728);
}
.glass .glas {
  stroke: var(--glassColor, #f4e728);
}
.glass .glas {
  stroke-width: 11px;
}

.ani-glass-1 {
  --animation-fluessigkeit: 2s linear 1s infinite alternate blur10;
}

.ani-glass-2 {
  --animation-fluessigkeit: 4s linear 1s infinite alternate blur10b;
}

.delivery-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-img {
  border: 1px solid #fff;
}
.card-text {
  flex: 1;
  width: 80%;
  border: 1px solid #000;
  color: #fff;
  background-color: #4367AE;
  padding: 16px;
  margin-inline: auto;
  position: relative;
  top: -16px;
}
.card-text h3 {
  margin-bottom: 8px;
}
.card-text p {
  margin-bottom: 0;
}

.persons-cnt {
  margin-bottom: 4px;
  padding-top: 6px;
}
.persons .col-6 {
  margin-bottom: 8px;
}
.persons h2 {
  margin-top: 1px;
}

.recommendations-cnt {
  margin-top: 0;
  padding-top: 0;
}

.recommendations {
  margin-inline: auto;
}
@media (min-width: 800px) {
  .recommendations {
    width: 80%;
  }
}
.recommendations h2 {
  margin-top: 0;
}

.recommendation {
  display: flex;
  gap: 20px;
  padding: 12px;
  margin-bottom: 16px;
  background-color: #fff;
  color: #000;
  border-left: 10px solid #830083;
}
.recommendation img {
  border-radius: 50%;
}
.recommendation-image-cnt {
  flex: 0 0 48px;
}
.recommendation-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.recommendation-content > * {
  margin: 0;
}
.recommendation-content p {
  line-height: 1.2;
  margin-top: 8px;
}
.recommendation-content .recommendation-name {
  margin-top: 16px;
}

/* =================== Chat =================== */
.comments-container {
  margin: 60px auto 15px;
}
.comments-container * {
  margin: 0;
  padding: 0;
}
.comments-container video {
  margin-top: 18px;
}

.comments-list {
  margin-top: 30px;
  position: relative;
}

ul.reply-list {
  padding-left: 50px;
  margin-top: 15px;
}
ul.reply-list:before, ul.reply-list:after {
  display: none;
}

.comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.comment {
  display: flex;
}

@media (min-width: 600px) {
  .comments-list:before, .comments-list:after {
    content: "";
    position: absolute;
    background: #c7cacb;
  }
  .comments-list:before {
    width: 2px;
    height: 100%;
    left: 32px;
    top: 0;
  }
  .comments-list:after {
    bottom: 0;
    left: 29px;
    width: 8px;
    height: 8px;
    border: 3px solid #c7cacb;
    border-radius: 50%;
  }
  ul.reply-list {
    padding-left: 88px;
  }
  ul.reply-list li:before {
    content: "";
    position: absolute;
    background: #c7cacb;
    width: 60px;
    height: 2px;
    top: 25px;
    left: -55px;
  }
}
/**
 * Avatar
 ---------------------------*/
.comment-avatar {
  flex: 0 0 64px;
  height: 64px;
  margin-right: 20px;
  position: relative;
  z-index: 99;
  border: 3px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.reply-list .comment-avatar {
  flex-basis: 48px;
  height: 48px;
}

.comments-list li:after,
.comment-main-level:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}

.comment-box {
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  flex: 1 1 auto;
}
.comment-box:before, .comment-box:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #fcfcfc;
  top: 8px;
  left: -11px;
}

.comment-head {
  background: #fcfcfc;
  padding: 8px 16px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
}

.comment-reactions {
  display: flex;
  margin-left: auto;
}
.comment-reactions .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 14px;
  color: #a6a6a6;
  cursor: pointer;
  transition: color 0.3s ease;
}
.comment-reactions .icon:hover, .comment-reactions .icon:focus {
  color: #03658c;
}
.comment-reactions .icon svg {
  fill: currentColor;
}

.comment-name {
  color: #283035;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
}
.comment-name a {
  color: inherit;
}

.comment-since {
  color: #999;
  font-size: 13px;
}

.comment-content {
  background: #fff;
  padding: 16px;
  font-size: 15px;
  color: #595959;
}

.comment-name.by-admin:after {
  content: "admin";
  background: #03658c;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 700;
  margin-left: 10px;
}

.star-rating {
  display: flex;
}
.star-rating .star {
  fill: #888;
  display: inline-block;
  width: 16px;
}
.star-rating .star-checked {
  fill: #e52;
  text-shadow: 0 0 1px #333;
}

.form {
  max-width: 400px;
  margin: 24px auto;
  line-height: 1.21875rem;
}
.form-cnt {
  margin-bottom: 24px;
}
.form label {
  display: block;
  margin-bottom: 6px;
}
.form [type=text],
.form [type=password] {
  display: block;
  width: 100%;
}
.form [type=text]:focus-visible,
.form [type=password]:focus-visible {
  outline: 1px solid #f09;
}
.form [type=checkbox] {
  position: relative;
  top: 1px;
  float: left;
  accent-color: #f09;
}
.form [type=checkbox] + label {
  margin-left: 36px;
}
.form .form-cnt-btn {
  margin-top: 36px;
}
.form .form-error {
  color: #FF4E3C;
  display: flex;
  margin-top: 8px;
}
.form .form-error:before {
  content: "";
  display: block;
  background-image: url("../img/warning.svg");
  width: 22px;
  min-width: 22px;
  height: 19px;
  position: relative;
  top: 1px;
  margin-right: 12px;
}
.form .form-error#form-error-checkbox:before {
  margin-right: 36px;
}

.btn {
  --btn-primary-bg-color: #27b3b6;
  --btn-primary-text-color: #1c2c4c;
  --btn-cta-bg-color: #f09;
  --btn-cta-text-color: #fff;
  --btn-border-radius: 4px;
  --btn-text-transform: uppercase;
  --btn-font-size: 1rem;
  --btn-font-weight: 600;
  --btn-padding: 6px 18px;
}

.btn {
  background-color: var(--btn-bg, #fff);
  color: var(--btn-color, #000);
  border: 1px solid var(--btn-border, #fff);
  padding: var(--btn-padding);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.btn-primary {
  --btn-bg: var(--btn-primary-bg-color);
  --btn-color: var(--btn-primary-text-color);
}
.btn:hover, .btn:focus {
  transform: scale(1.125);
}
.btn-hero {
  margin-right: 5%;
  position: relative;
  top: 12px;
}
.btn-cta {
  --btn-bg: var(--btn-cta-bg-color);
  --btn-color: var(--btn-cta-text-color);
  --btn-border: #fff;
}
.btn-cta:hover, .btn-cta:focus {
  --btn-bg: var(--btn-cta-text-color);
  --btn-color: var(--btn-cta-bg-color);
  --btn-border: var(--btn-cta-bg-color);
}

.sitefooter {
  border-top: 2px solid #cecece;
}
.sitefooter-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sitefooter-list a {
  display: block;
  padding: 12px 12px 12px 0;
  text-decoration: none;
  font-size: 1rem;
}
@media (min-width: 800px) {
  .sitefooter-list a {
    text-decoration: underline;
  }
}
.sitefooter-list a:hover, .sitefooter-list a:focus {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 800px) {
  .sitefooter-list a:hover, .sitefooter-list a:focus {
    text-decoration: none;
  }
}
.home .sitefooter li:first-child {
  margin-left: 0;
}

.sitefooter.sitefooter--home .sitefoote-list {
  justify-content: flex-end;
}

.sr-only {
  width: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.only-print {
  display: none;
}

@media print {
  .no-print {
    display: none;
  }
  .only-print {
    display: block;
  }
}
.warning-cnt {
  background-color: #4367AE;
  color: #fff;
  padding: 16px;
  margin: 24px 0;
  text-align: center;
}

.tac {
  text-align: center;
}

.show-sm {
  display: block;
}
@media (min-width: 800px) {
  .show-sm {
    display: none;
  }
}

.blur-1 {
  filter: blur(1px);
}

.blur-2 {
  filter: blur(2px);
}

.blur-3 {
  filter: blur(3px);
}

.blur-5 {
  filter: blur(5px);
}

.blur-10 {
  filter: blur(10px);
}

.blur-12 {
  filter: blur(12px);
}

@keyframes blur5 {
  0% {
    filter: blur(5px);
  }
  50% {
    filter: blur(1px);
  }
  100% {
    filter: blur(4px);
  }
}
@keyframes blur7 {
  0% {
    filter: blur(7px);
  }
  40% {
    filter: blur(1px);
  }
  100% {
    filter: blur(3px);
  }
}
@keyframes blur10 {
  0% {
    filter: blur(10px);
  }
  60% {
    filter: blur(1px);
  }
  100% {
    filter: blur(6px);
  }
}
@keyframes blur10b {
  0% {
    fill: #000;
    filter: blur(1px);
  }
  80% {
    fill: var(--fluessigkeitColor, #f4e728);
    filter: blur(10px);
  }
  100% {
    fill: #000;
    filter: blur(1px);
  }
}
@keyframes blur12 {
  0% {
    filter: blur(12px);
  }
  50% {
    filter: blur(3px);
  }
  100% {
    filter: blur(7px);
  }
}
