@import "https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;600&display=swap";
html {
  padding: 0;
  margin: 0;
  font-family: 'Fira Sans', sans-serif;
  color: #020203;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
  font-size: 0.625rem;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Fira Sans', sans-serif;
  color: #020203;
  background: #fff;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
  font-size: 1.6rem;
}
* {
  box-sizing: border-box;
  outline: none;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}
.videoframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.videoframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container-fluid {
  position: relative;
}
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.container .container {
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  padding: 0 15px;
  margin: 0 -15px;
}
.col {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px;
}
@media screen and (min-width: 551px) and (max-width: 1023px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 12.5%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.67%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.67%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.67%;
  }
  .col-12 {
    width: 100%;
  }
}
h1 {
  font-weight: 300;
}
h2 {
  font-weight: 300;
}
h3 {
  font-weight: 300;
}
h4 {
  font-weight: 300;
}
h5 {
  font-weight: 300;
}
h6 {
  font-weight: 300;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
a {
  color: inherit;
  transition: all ease 0.4s;
}
a:visited {
  color: inherit;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
img {
  max-width: 100%;
  height: auto;
}
.content {
  position: relative;
}
.main_content {
  padding-top: 3rem;
  padding-bottom: 7rem;
  min-height: calc(100vh - 20rem);
}
.scrollupbutton {
  position: fixed;
  bottom: 30px;
  right: 10px;
  width: 33px;
  height: 40px;
  transition: all ease 0.4s;
  opacity: 0.6;
  z-index: 5;
}
.scrollupbutton:hover {
  opacity: 1;
}
.scrollupbutton::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../Images/bg_headers_icon.png') center center no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.scrollupbutton::after {
  content: 'v';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  padding-top: 3px;
  transform: rotate(180deg);
  z-index: 2;
  cursor: pointer;
}
.cookiemessage {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
  display: none;
  z-index: 3;
}
.cookiemessage * {
  color: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.cookiemessage em {
  display: inline-block;
  font-style: normal;
  padding: 5px 10px;
  margin-top: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all ease 0.4s;
  cursor: pointer;
}
.cookiemessage em:hover {
  color: #020203;
  background: #fff;
}
.popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  display: none;
}
.popup_overlay .popup {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  padding: 10px;
  background: #fff;
}
.popup_overlay .popup.videopopup {
  top: 50%;
  left: 50%;
  width: calc(100vw * 0.9 + 30px);
  height: calc(56.25vw * 0.9 + 30px);
  transform: translate(-50%, -50%);
}
.popup_overlay .popup.videopopup.too_high {
  width: calc(177.78vh * 0.9 + 30px);
  height: calc(100vh * 0.9 + 30px);
}
.popup_overlay .popup.videopopup iframe {
  position: absolute;
  border: 15px solid #fff;
}
.popup_overlay .popup iframe.popup_iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.popup_overlay .popup_close {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #c44235;
  border: 2px solid #020203;
  cursor: pointer;
  transition: all ease 0.4s;
}
.popup_overlay .popup_close::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup_overlay .popup_close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup_overlay .popup_close:hover {
  background: #020203;
}
@media print {
  nav.menu {
    display: none;
  }
  header.header + .container-fluid,
  header.header.fixed + .container-fluid {
    margin-top: 0 !important;
  }
  .news-single .row {
    width: calc(100% + 30px) !important;
  }
  .news-single .row .header {
    width: 100% !important;
  }
  .news-single .row .recipe-col-image {
    width: 66.7% !important;
  }
  .news-single .row .recipe-col-ingredients {
    width: 33.3% !important;
    page-break-after: always !important;
  }
  .news-single .row .recipe-col-preparation {
    page-break-before: always !important;
    width: 100% !important;
  }
  .scrollupbutton {
    display: none;
  }
  .socialsharebuttons {
    display: none;
  }
  .tx-vealrecipes-buttons,
  .button_print {
    display: none !important;
  }
  .footer {
    display: none;
  }
  .cookiemessage {
    display: none !important;
  }
}
header.header {
  position: relative;
  vertical-align: bottom;
  height: 12rem;
}
header.header .container {
  position: relative;
  z-index: 3;
}
header.header .row {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 12rem;
  margin: 0;
  padding: 1.5rem;
}
header.header::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}
header.header::after {
  position: absolute;
  bottom: -15px;
  display: block;
  content: '';
  width: 100%;
  height: 30px;
  z-index: 1;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='@darkgrey00000', GradientType=1);
}
header.header .logo {
  width: 240px;
}
header.header .logo * {
  display: flex;
  flex-direction: column;
  color: #c44235;
  font-size: 56px;
  font-weight: 600;
  line-height: 1em;
  margin: 0;
  transition: all ease 0.4s;
  cursor: pointer;
}
header.header .logo * span {
  font-size: 28px;
  font-weight: 300;
  color: #020203;
}
header.header .logo:hover * {
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 1023px) {
  header.header .col-3 {
    width: 240px;
  }
  header.header .col-9 {
    width: calc(100% - 240px);
  }
}
@media screen {
  header.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5.3rem;
    z-index: 5;
  }
  header.header.fixed:before {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(5px);
  }
  header.header.fixed .row {
    height: 5.3rem;
  }
  header.header.fixed .logo {
    padding-top: 5px;
    padding-bottom: 0;
  }
  header.header.fixed .logo * {
    flex-direction: row;
    gap: 0.8rem;
    font-size: 2.4rem;
  }
  header.header.fixed nav.menu {
    padding-top: 5px;
    padding-bottom: 0;
  }
  header.header.fixed + .container-fluid {
    margin-top: 121px;
  }
}
nav ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
nav li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
nav a {
  text-decoration: none;
}
@media all and (min-width: 768px) {
  nav.menu {
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }
}
nav.menu ul {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: calc(50vh - 300px);
  background: rgba(255, 255, 255, 0.95);
  overflow-y: auto;
}
@media all and (min-width: 768px) {
  nav.menu ul {
    display: inline-block !important;
    position: static;
    width: unset;
    height: unset;
    padding: 0;
    background: none;
    overflow: visible;
  }
}
nav.menu li {
  display: block;
  position: relative;
  width: 150px;
  margin: 40px auto;
  transition: all ease 0.4s;
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  nav.menu li {
    display: inline-block;
    width: auto;
    margin: 0;
  }
}
nav.menu li a {
  position: relative;
  display: block;
  padding: 0.5rem 1.5rem;
  font-size: 2rem;
  text-align: center;
  transition: color ease 0.4s;
  z-index: 1;
}
nav.menu li.active a,
nav.menu li:hover a {
  color: #c44235;
}
.mobilemenubutton {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  z-index: 1;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .mobilemenubutton {
    display: none;
  }
}
.mobilemenubutton::after {
  content: '\f0c9';
  font-size: 32px;
  font-family: 'FontAwesome';
  font-weight: 900;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 32px;
  text-align: center;
}
.mobilemenubutton.active {
  position: fixed;
  top: 24px;
  right: 15px;
}
.mobilemenubutton.active::after {
  content: '\f066';
}
header.header.fixed + .container-fluid {
  margin-top: 12rem;
}
header.header.fixed nav.menu {
  padding-top: 0;
}
header.header.fixed .mobilemenubutton.active {
  top: 7.5px;
}
footer.footer {
  background: #fff;
  height: 8rem;
}
footer.footer > .container {
  position: relative;
}
footer.footer > .container::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-40%);
  display: block;
  content: '';
  width: 100%;
  height: 30px;
  z-index: 1;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 78%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}
footer.footer > .container::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: #fff;
  z-index: 1;
}
footer.footer * {
  color: #999;
}
footer.footer .footermenu {
  text-align: center;
}
footer.footer .row {
  position: relative;
  z-index: 2;
}
footer.footer .row .col {
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer.footer .row a {
  color: inherit;
}
footer.footer .row a:hover {
  color: #c44235;
}
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=tel] {
  width: 100%;
  height: 40px;
  font-size: 2rem;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #020203;
  background-color: #fff;
  text-indent: 10px;
}
form button,
form input[type=submit] {
  width: 100%;
  height: 40px;
  font-size: 2rem;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #020203;
  background-color: #fff;
  text-indent: 10px;
  color: #fff;
  background: #ccc;
  text-align: left;
  border: none;
  cursor: pointer;
  transition: all ease 0.4s;
}
form button:hover,
form input[type=submit]:hover {
  background: #020203;
}
form select {
  width: 100%;
  height: 40px;
  font-size: 2rem;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #020203;
  background-color: #fff;
  text-indent: 10px;
  padding-left: 10px;
  background: url('../Images/bg_select_icon.png') calc(100% - 9px) center no-repeat;
}
.socialsharebuttons {
  float: left;
  width: 100%;
  padding: 30px 0 0 5px;
}
.socialsharebuttons a {
  text-decoration: none;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 10px 10px 0;
  padding: 0px;
  background: #020203;
  overflow: hidden;
  transition: all ease 0.4s;
}
.socialsharebuttons a::after {
  display: inline-block;
  width: 27px;
  height: 27px;
  color: #fff;
  font-family: 'FontAwesome';
  font-weight: 900;
  text-align: center;
  line-height: 27px;
}
.socialsharebuttons a.twitter:hover {
  background: #9ce6ea;
}
.socialsharebuttons a.twitter::after {
  content: '\f099';
}
.socialsharebuttons a.facebook:hover {
  background: #4b6da9;
}
.socialsharebuttons a.facebook::after {
  content: '\f09a';
}
.socialsharebuttons a.pinterest:hover {
  background: #c44235;
}
.socialsharebuttons a.pinterest::after {
  content: '\f231';
}
.socialsharebuttons a.copy_url:hover {
  background: #0c0;
  cursor: pointer;
}
.socialsharebuttons a.copy_url .fa {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 27px;
}
.show_copy_url {
  float: left;
  width: 100%;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.show_copy_url textarea {
  width: 100%;
  font-size: 1.2rem !important;
  border: 1px solid #999;
}
.show_copy_url label {
  width: 100%;
}
.show_copy_url label a.button {
  float: right;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 0 5px;
  margin: 0 0 5px 10px;
  background: #fff;
  cursor: pointer;
  transition: all ease 0.4s;
}
.show_copy_url label a.button:hover {
  color: #fff;
  background: #020203;
}
.cookingtip {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.cookingtip > .frame > *:not(header) {
  display: none;
}
.cookingtip > .frame > header h3 {
  position: relative;
  padding-right: 30px;
}
.cookingtip > .frame > header h3::after {
  position: absolute;
  content: '';
  display: block;
  top: 2px;
  right: 0;
  width: 16px;
  height: 20px;
  background: url('../Images/bg_headers_icon_video.png') center center no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg);
}
.frame + .cookingtip {
  border-top: 1px solid #ccc;
}
.cookingtip.active {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.cookingtip.active > .frame > header h3 {
  color: #c44235;
}
.cookingtip.active > .frame > header h3::after {
  transform: rotate(270deg);
}
.header_image {
  height: calc(100vh - 500px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header_image .row {
  padding: 0;
  background: none;
}
.header_image .scrolldownbutton {
  position: absolute;
  bottom: 25px;
  left: calc(50% - 32px);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
}
.header_image .scrolldownbutton a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 62px;
  text-decoration: none;
}
.headertext {
  position: absolute;
  top: 5vw;
  right: 1.5vw;
  width: auto;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}
.headertext * {
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}
.headertext h2 {
  font-weight: 300;
}
.headertext h2::after {
  content: '\'';
  display: inline;
  font-weight: 300;
  text-align: center;
  letter-spacing: -10px;
}
.headertext h1::before {
  content: '\'';
  display: inline;
  font-weight: 300;
  text-align: center;
  letter-spacing: -10px;
}
.home .recipesearch {
  padding: 3rem 0;
}
@media all and (max-height: 900px) {
  .header_image {
    height: calc(100vh - 300px);
  }
}
@media all and (max-width: 1024px) {
  .headertext {
    padding: 2vw 3vw;
  }
  .headertext * {
    font-size: 4.8vw;
  }
}
@media (min-width: 1024px) {
  .news-single .row {
    display: grid;
    grid-template-columns: 66fr 34fr;
    grid-template-areas: "header header" "image ingredients" "preparation ingredients";
    width: calc(100% + 30px);
  }
}
@media (min-width: 1024px) {
  .news-single .col.header {
    grid-area: header;
  }
}
@media (min-width: 1024px) {
  .news-single .recipe-col-image {
    grid-area: image;
    width: 100%;
  }
}
.news-single .recipe-col-image .mediaelement img {
  width: 100%;
}
.news-single .recipe-col-image .teaser-text h3,
.news-single .recipe-col-image .teaser-text ul {
  display: none;
}
.news-single .recipe-col-image .teaser-text h3:last-child,
.news-single .recipe-col-image .teaser-text ul:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin-left: 0;
  margin-bottom: 3rem;
  padding-left: 0;
}
.news-single .recipe-col-image .teaser-text h3:last-child li,
.news-single .recipe-col-image .teaser-text ul:last-child li {
  display: inline-flex;
  flex-direction: column;
  width: calc(33.3% - 0.7rem);
  min-width: 20rem;
}
@media (min-width: 1024px) {
  .news-single .recipe-col-ingredients {
    grid-area: ingredients;
    width: 100%;
  }
}
.news-single .recipe-col-ingredients ul {
  display: inline-flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.news-single .recipe-col-ingredients ul:last-child {
  display: none;
}
.news-single .recipe-col-ingredients li label {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}
@media (min-width: 1024px) {
  .news-single .col-8.recipe-col-preperation {
    grid-area: preparation;
    width: 100%;
  }
}
@media screen and (min-width: 551px) and (max-width: 1023px) {
  .news-single .col-8.recipe-col-preperation {
    width: 100%;
  }
}
.news-single .col-8.recipe-col-preperation .tx-vealrecipes-buttons {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin-top: 30px;
}
.news-single .col-8.recipe-col-preperation .tx-vealrecipes-buttons .button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #020203;
  border: 1px solid #020203;
  border-radius: 5px;
  min-width: 150px;
  text-align: center;
  padding: 5px 15px;
  margin: 0 15px 15px 0;
  transition: all ease 0.4s;
  cursor: pointer;
}
.news-single .col-8.recipe-col-preperation .tx-vealrecipes-buttons .button:hover {
  color: #020203;
  background: #fff;
}
.news.list .col-4:hover {
  transition: all ease 0.4s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.news.list .col-4.active {
  border: 1px dotted #020203;
}
.news.list .col-4 .item.has_videourl {
  cursor: pointer;
}
.news.list .col-4 .item .videourl {
  display: none;
}
.news.list .col-4 .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news.list .col-4 .item .text a {
  position: relative;
  display: block;
  font-weight: 600;
  text-decoration: none;
  padding-right: 30px;
}
.news.list .col-4 .item .text a::after {
  position: absolute;
  right: 0;
  content: '>';
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #020203;
  border-radius: 10px;
}
.recipe_list ul {
  list-style: none;
}
.recipe_list .col-4:hover {
  transition: all ease 0.4s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.recipe_list .col-4.active {
  border: 1px dotted #020203;
}
.recipe_list .linkhref {
  display: none;
}
.recipe_list .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.recipe_list .image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.recipe_list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recipe_list .text {
  margin-top: 1.5rem;
}
.recipe_list .text a {
  position: relative;
  display: block;
  font-weight: 600;
  text-decoration: none;
  padding-right: 30px;
}
.recipe_list .text a::after {
  position: absolute;
  right: 0;
  content: '>';
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  background: #020203;
  border-radius: 10px;
}
.f3-widget-paginator {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 1rem;
  padding: 0 1.5rem;
  margin: 2rem 0;
}
.f3-widget-paginator li {
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.f3-widget-paginator li.current {
  background: #ccc;
}
.f3-widget-paginator li.previous,
.f3-widget-paginator li.next {
  width: auto;
  border: none;
}
.f3-widget-paginator li a {
  display: inline-flex;
  width: inherit;
  height: inherit;
  align-items: center;
  justify-content: center;
}
/*# sourceMappingURL=main.css.map */