*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 2rem;
}

body {
  background-color: #E6E6E6;
  min-height: 100vh;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E6E6E6;
  padding: 2rem;
  gap: 9rem;
  min-height: 7rem;
  min-width: 100%;
}
.banner__item {
  color: #000000;
  text-decoration: none;
  color: #000000;
  font-size: 1.35rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  border-bottom: 0.1rem solid transparent;
  transition: border-color 0.3s ease;
}
.banner__item:hover {
  border-bottom: 0.1rem solid #B50202;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 1rem;
  gap: 8rem;
  min-height: 7rem;
  width: 100%;
}
.navbar__item {
  color: #000000;
  text-decoration: none;
  color: #000000;
  font-size: 2.025rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 0.1rem solid transparent;
  transition: border-color 0.3s ease;
}
.navbar__item:hover {
  border-bottom: 0.2rem solid #B50202;
}
.navbar__item--active {
  border-bottom: 0.2rem solid #B50202;
}
.navbar__item--burger {
  display: none;
}

.footer {
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
}

.mainfooter {
  background-color: #000000;
  padding: 4rem;
  display: flex;
  gap: 15rem;
  justify-content: center;
}
.mainfooter__wrapper {
  font-style: normal;
}
.mainfooter__title {
  font-size: 1.575rem;
  padding-bottom: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.mainfooter__links {
  list-style: none;
  padding: 0;
}
.mainfooter__link {
  border-bottom: 0.1rem solid transparent;
  transition: border-color 0.3s ease;
  text-transform: uppercase;
  padding-bottom: 0.6rem;
}
.mainfooter__linkText {
  text-decoration: none;
  color: inherit;
}
.mainfooter__linkText:hover {
  border-bottom: 0.1rem solid #ce0202;
}
.mainfooter__item {
  padding-bottom: 0.6rem;
}
.mainfooter__days {
  list-style: none;
}

.copyright {
  background-color: #0d0d0d;
  padding: 2rem;
  font-weight: 500;
  padding-left: 13rem;
}

.mainBanner {
  position: relative;
  width: 100%;
  min-height: 30rem;
  background-image: url("/assets/images/mainBannerImage.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainBanner__title {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.325rem;
}

.main__primaryColor {
  background-color: #E6E6E6;
}
.main__secondaryColor {
  background-color: #ffffff;
}

.buttonSection {
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10rem;
}
.buttonSection__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 45rem;
  gap: 3rem;
}
.buttonSection__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #B50202;
  padding: 3rem;
  aspect-ratio: 1/1;
  font-size: 2.475rem;
}
.buttonSection__title {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.325rem;
  text-transform: uppercase;
  font-weight: 800;
}
.buttonSection__description {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.325rem;
  font-weight: 400;
  text-align: center;
  max-width: 42rem;
}
.buttonSection__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B50202;
  padding: 2rem;
  cursor: pointer;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  border: none;
  border-radius: 2rem;
  transition: background-color 0.3s;
  min-width: 25rem;
  text-decoration: none;
}
.buttonSection__button:hover {
  background-color: #830101;
}

.spareribsDeal {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.spareribsDeal__wrapper {
  display: flex;
  flex-direction: row;
}
.spareribsDeal__image {
  width: 35rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.spareribsDeal__textWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem;
  max-width: 60rem;
  gap: 5rem;
}
.spareribsDeal__title {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.325rem;
  font-weight: 600;
}
.spareribsDeal__subheading {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.325rem;
}
.spareribsDeal__description {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.325rem;
}
.spareribsDeal__location {
  color: #000000;
  text-decoration: none;
  color: #000000;
  font-size: 1.35rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  border-bottom: 0.1rem solid transparent;
  transition: border-color 0.3s ease;
  font-size: 2.325rem;
  font-weight: 600;
}
.spareribsDeal__location:hover {
  border-bottom: 0.1rem solid #B50202;
}

.onsmenu {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.onsmenu__wrapper {
  display: flex;
  flex-direction: row;
}
.onsmenu__image {
  width: 35rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.onsmenu__textWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem;
  max-width: 60rem;
  gap: 5rem;
}
.onsmenu__title {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.325rem;
  font-weight: 600;
}
.onsmenu__subheading {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.325rem;
  text-transform: uppercase;
}
.onsmenu__description {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.325rem;
}
.onsmenu__location {
  color: #000000;
  text-decoration: none;
  color: #000000;
  font-size: 1.35rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  border-bottom: 0.1rem solid transparent;
  transition: border-color 0.3s ease;
  font-size: 2.325rem;
  font-weight: 600;
}
.onsmenu__location:hover {
  border-bottom: 0.1rem solid #B50202;
}
.onsmenu__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B50202;
  padding: 2rem;
  cursor: pointer;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  border: none;
  border-radius: 2rem;
  transition: background-color 0.3s;
  min-width: 25rem;
  text-decoration: none;
}
.onsmenu__button:hover {
  background-color: #830101;
}

.reserveren {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.reserveren__wrapper {
  display: flex;
  flex-direction: row;
}
.reserveren__image {
  width: 35rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.reserveren__textWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem;
  max-width: 60rem;
  gap: 5rem;
}
.reserveren__title {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.325rem;
  font-weight: 600;
}
.reserveren__subheading {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.325rem;
  text-transform: uppercase;
}
.reserveren__description {
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.325rem;
}
.reserveren__location {
  color: #000000;
  text-decoration: none;
  color: #000000;
  font-size: 1.35rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  border-bottom: 0.1rem solid transparent;
  transition: border-color 0.3s ease;
  font-size: 2.325rem;
  font-weight: 600;
}
.reserveren__location:hover {
  border-bottom: 0.1rem solid #B50202;
}
.reserveren__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B50202;
  padding: 2rem;
  cursor: pointer;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  border: none;
  border-radius: 2rem;
  transition: background-color 0.3s;
  min-width: 25rem;
  text-decoration: none;
}
.reserveren__button:hover {
  background-color: #830101;
}

.menu {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.menu__title {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 4rem;
  line-height: 1;
}
.menu__titleText {
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 800;
  font-size: 3.075rem;
  margin: 0 2rem;
}
.menu__line {
  display: block;
  -ms-flex: 1;
  flex: 1;
  height: 0.2rem;
  opacity: 1;
  background-color: #000000;
}
.menu__heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 2.625rem;
  border-bottom: 0.3rem solid #000000;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.menu__foodItem {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4rem;
}
.menu__foodItem__left {
  flex-grow: 1;
}
.menu__foodItem__right {
  margin-left: 20px;
}
.menu__foodTitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 2.325rem;
}
.menu__foodTitleMobile {
  display: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 2.325rem;
}
.menu__foodDescription {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 2.325rem;
  font-style: italic;
}
.menu__foodPrice {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-size: 2.325rem;
}

.restaurant {
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Josefin Sans", sans-serif;
  gap: 8rem;
}
.restaurant__sectionWrapperLeft {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.restaurant__sectionWrapperRight {
  width: 32rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.restaurant__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.restaurant__title {
  font-size: 2.475rem;
  width: 100%;
}
.restaurant__description {
  font-size: 1.65rem;
  font-weight: 400;
}
.restaurant__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B50202;
  padding: 2rem;
  cursor: pointer;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  border: none;
  border-radius: 2rem;
  transition: background-color 0.3s;
  min-width: 25rem;
  text-decoration: none;
  width: max-content;
}
.restaurant__button:hover {
  background-color: #830101;
}
.restaurant__openingstijdenWrapper {
  display: flex;
  flex-direction: column;
  border: 0.2rem solid black;
  padding: 2.2rem;
  width: max-content;
  gap: 2rem;
  width: 100%;
}
.restaurant__openingstijd {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 1rem;
  justify-content: space-between;
}
.restaurant__dag {
  font-weight: 700;
}
.restaurant__image {
  width: 1000;
  height: 400;
}
.restaurant__images {
  width: 100%;
  padding-left: 10rem;
  padding-right: 10rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  padding-bottom: 4rem;
}
.restaurant__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  padding: 4rem;
  gap: 2rem;
}
.contact__title {
  font-size: 3.075rem;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 0.2rem solid #000000;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.contact__description {
  width: 60rem;
  text-align: center;
  font-size: 2.325rem;
  padding-bottom: 2rem;
}
.contact__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: left;
  min-width: 40rem;
}
.contact__form {
  padding-top: 3rem;
  width: 40%;
}
.contact__heading {
  font-size: 2.325rem;
  font-weight: 700;
}
.contact__option {
  text-decoration: none;
  color: #000000;
  font-size: 2.325rem;
  border-bottom: 0.2rem solid transparent;
  transition: border-color 0.3s ease 0s;
  max-width: max-content;
}
.contact__option:hover {
  border-bottom: 0.2rem solid #B50202;
}
.contact__label {
  font-size: 2.325rem;
  font-weight: 700;
  min-width: 100%;
}
.contact__input {
  font-size: 2.325rem;
  padding: 2rem;
  margin-bottom: 3rem;
  min-width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  resize: vertical;
}
.contact__input:hover {
  border-color: #B50202;
}
.contact__textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.725rem;
  padding: 2rem;
  min-height: 25rem;
  min-width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  resize: vertical;
}
.contact__textarea:hover {
  border-color: #B50202;
}
.contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B50202;
  padding: 2rem;
  cursor: pointer;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  border: none;
  border-radius: 2rem;
  transition: background-color 0.3s;
  min-width: 25rem;
  text-decoration: none;
  min-width: 100%;
}
.contact__button:hover {
  background-color: #830101;
}
.contact__status {
  font-family: "Open Sans", sans-serif;
  font-size: 1.725rem;
  padding-top: 2rem;
  font-weight: 800;
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .navbar {
    gap: 7rem;
  }
  .menu__foodItem {
    width: 60%;
  }
  .restaurant__images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1400px) {
  .navbar {
    justify-content: space-between;
    padding-left: 6rem;
    padding-right: 6rem;
    gap: 3rem;
  }
  .mainfooter {
    gap: 6rem;
  }
  .menu__foodItem {
    width: 70%;
  }
}
@media screen and (max-width: 1250px) {
  .navbar--hamburger {
    flex-direction: column;
  }
  .navbar__logo--hamburger {
    display: none;
  }
  .navbar__item {
    display: none;
  }
  .navbar__item--burger {
    display: block;
  }
  .navbar__item--burger:hover {
    cursor: pointer;
  }
  .navbar__item--hamburger {
    display: block;
  }
  .navbar__item--close {
    color: #B50202;
    padding-top: 2rem;
    font-weight: 800;
  }
  .buttonSection {
    flex-direction: column;
    gap: 3rem;
  }
  .restaurant__images {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .mainfooter {
    display: flex;
    flex-wrap: wrap;
  }
  .mainfooter__wrapper {
    max-width: max-content;
    flex: 1 1 33%;
    padding: 10px;
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .menu__foodItem {
    width: 80%;
  }
  .restaurant {
    flex-direction: column-reverse;
    gap: 4rem;
  }
  .restaurant__sectionWrapperLeft, .restaurant__sectionWrapperRight {
    width: 70%;
  }
  .restaurant__wrapper {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .restaurant__image--rightSection {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .banner {
    flex-direction: column;
    gap: 2rem;
    min-height: 17rem;
  }
  .banner__item {
    min-width: 25rem;
    justify-content: left;
  }
  .spareribsDeal__title,
  .onsmenu__title,
  .reserveren__title {
    max-width: 60rem;
    text-align: center;
  }
  .spareribsDeal__wrapper,
  .onsmenu__wrapper,
  .reserveren__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .spareribsDeal__textWrapper,
  .onsmenu__textWrapper,
  .reserveren__textWrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    padding-bottom: 4rem;
  }
  .spareribsDeal__image,
  .onsmenu__image,
  .reserveren__image {
    aspect-ratio: 16/9;
    padding-bottom: 2rem;
  }
  .menu__foodItem {
    width: 90%;
  }
  .restaurant {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .restaurant__sectionWrapperRight {
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  .menu {
    align-items: normal;
  }
  .menu__foodPrice {
    display: none;
  }
  .menu__foodTitle {
    display: none;
  }
  .menu__foodTitleMobile {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .spareribsDeal,
  .onsmenu,
  .reserveren {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .spareribsDeal {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .copyright {
    padding-left: 2rem;
  }
  .restaurant__images {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .contact {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .contact__title {
    line-break: anywhere;
  }
  .contact__description {
    width: auto;
    line-break: word;
  }
  .contact__wrapper {
    min-width: auto;
  }
  .contact__heading {
    line-break: anywhere;
  }
  .contact__option {
    width: auto;
    line-break: anywhere;
  }
  .contact__form {
    line-break: anywhere;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
  .contact__label {
    min-width: auto;
    margin: 10px 0 5px;
  }
  .contact__input, .contact__textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    resize: vertical;
    min-width: auto;
  }
  .contact__button {
    min-width: auto;
    line-break: anywhere;
  }
  .menu {
    min-width: 0;
    line-break: anywhere;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .menu__line {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .navbar {
    padding: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .navbar__item {
    line-break: anywhere;
    min-width: 0rem;
  }
  .buttonSection__button,
  .onsmenu__button {
    min-width: 0rem;
  }
  .spareribsDeal__image,
  .onsmenu__image,
  .reserveren__image {
    max-width: 25rem;
  }
  .mainfooter {
    line-break: anywhere;
    padding: 0.2rem;
  }
  .mainfooter__days {
    text-align: left;
    font-size: 1.35rem;
  }
  .reserveren__button {
    line-break: anywhere;
    min-width: 0rem;
  }
  .restaurant__openingstijd {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .contact__description {
    line-break: anywhere;
  }
}
@media screen and (max-width: 300px) {
  .banner {
    flex-direction: column;
    gap: 2rem;
    min-height: 17rem;
  }
  .banner__item {
    min-width: 1rem;
    line-break: anywhere;
  }
  .navbar {
    flex-direction: column;
    gap: 2rem;
  }
  .navbar__item {
    display: block;
    padding: 0;
  }
  .navbar__item--burger {
    display: none;
  }
  .navbar__item--burger:hover {
    border-bottom: none;
    cursor: pointer;
  }
  .mainBanner__title {
    line-break: anywhere;
  }
  .buttonSection {
    line-break: anywhere;
  }
  .buttonSection__button {
    min-width: 0rem;
  }
  .spareribsDeal,
  .onsmenu,
  .reserveren {
    line-break: anywhere;
  }
  .spareribsDeal__description,
  .onsmenu__description,
  .reserveren__description {
    line-break: anywhere;
  }
  .spareribsDeal__image,
  .onsmenu__image,
  .reserveren__image {
    max-width: 80%;
  }
  .restaurant {
    min-width: 0rem;
    line-break: anywhere;
  }
  .restaurant__button {
    min-width: 0rem;
    line-break: anywhere;
  }
}

/*# sourceMappingURL=style.css.map */
