@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,400;0,700;1,400&display=swap");
body {
  font-family: "Nunito Sans", sans-serif;
  background: #fafafa;
  color: #404040;
}

h1 {
  font-size: 32px;
  margin: 0 0 0.5rem 0;
}

h2 {
  font-size: 28px;
  margin: 0 0 0.5rem 0;
}

h3 {
  font-size: 24px;
  margin: 0 0 0.5rem 0;
}

h4 {
  font-size: 22px;
  margin: 0 0 0.5rem 0;
}

h5 {
  font-size: 18px;
  margin: 0 0 0.5rem 0;
}

p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 2rem 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #404040;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 2rem 0;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

ul ul, ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}

ol ol, ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}

li {
  font-size: 18px;
  line-height: 26px;
}

@media only screen and (min-width: 481px) {
  .only-mobile {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .only-desktop {
    display: none;
  }
}

.js-link {
  cursor: pointer;
}

.centered {
  text-align: center;
}

.sbi_load_btn {
  display: none !important;
}

.container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.content {
  position: relative;
}

.post-content {
  margin: 2rem 0;
  padding: 0 20px;
}

@media all and (min-width: 1024px) {
  .post-content {
    padding: 20px 60px;
  }
}
.home .post-content {
  margin-top: 0;
}

@media all and (max-width: 1024px) {
  #content .wp-block-column {
    flex-basis: 100% !important;
  }
}
.shake-trigger:hover .shake-it {
  animation: shake 0.5s;
  animation-iteration-count: 1;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.rosette {
  width: 40%;
  height: 100%;
  max-height: 380px;
  background-image: url(../images/Rosette_Liesgenlogo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swinging 3.5s ease-in-out forwards 1;
  animation: swinging 3.5s ease-in-out forwards 1;
}

.shiftnav {
  z-index: 90 !important;
}
.shiftnav-toggle {
  font-size: 30px !important;
}
.shiftnav::after {
  display: none !important;
  z-index: 90 !important;
}
.shiftnav-inner {
  background-color: #f1d7c9 !important;
}
@media all and (min-height: 660px) {
  .shiftnav-inner {
    background-image: url(../images/Liesgens_Katze.png) !important;
    background-repeat: no-repeat !important;
    background-position: center bottom 40px !important;
    background-size: 70% !important;
  }
}
.shiftnav-menu .menu-item {
  border-bottom: 1px solid #b7afac;
}
.shiftnav-menu .menu-item a {
  font-size: 24px;
  color: #000;
}
.shiftnav-menu .menu-item a:hover {
  background: #fdf3eb;
}

.link-tiles-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.link-tiles-entry {
  width: 45%;
  min-width: 100px;
  max-width: 250px;
}
.link-tiles-entry-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20%;
  margin: 0 7%;
}
.link-tiles-entry-icon-image {
  max-width: 100%;
}
.link-tiles-entry-content {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
@media all and (min-width: 1024px) {
  .link-tiles-wrapper {
    position: relative;
    height: 160vw;
    max-height: 750px;
  }
  .link-tiles-entry {
    position: absolute;
  }
  .link-tiles-entry:nth-child(1) {
    left: 5%;
  }
  .link-tiles-entry:nth-child(2) {
    left: 54%;
    top: 3%;
  }
  .link-tiles-entry:nth-child(3) {
    top: 30%;
    left: 30%;
  }
  .link-tiles-entry:nth-child(4) {
    top: 60%;
    left: 10%;
  }
  .link-tiles-entry:nth-child(5) {
    top: 56%;
    left: 56%;
  }
  .link-tiles-entry:nth-child(6) {
    left: 75%;
    top: 30%;
  }
}

.footer {
  position: relative;
  margin-top: 100px;
  padding: 1rem;
  background: #cbe1d4;
}
.footer-cols-warpper {
  display: flex;
  flex-wrap: wrap;
}
.footer-col {
  padding: 0 10px;
  line-height: 1.5rem;
  width: 50%;
  align-self: end;
}
.footer-col:nth-child(3) {
  display: flex;
  width: 100%;
}
.footer-col:nth-child(3) .footer-col-content {
  width: 100%;
  display: flex;
}
.footer-legal {
  padding: 0 10px;
}
.footer .liesgen-social {
  width: 50%;
}
.footer-social-link:nth-child(1) {
  margin-right: 20px;
}
.footer .social-image {
  width: 50px;
}
.footer-milk-bottle {
  position: absolute;
  top: -75px;
  right: 2%;
  width: 150px;
}
@media all and (min-width: 768px) {
  .footer-cols-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .footer-col {
    width: 33%;
  }
  .footer-col:nth-child(2) .footer-col-content {
    display: flex;
    justify-content: center;
  }
  .footer-col:nth-child(3) {
    width: 33%;
  }
  .footer-col:nth-child(3) .footer-col-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .footer .liesgen-social {
    width: auto;
    display: flex;
  }
  .footer-legal {
    padding: 0;
  }
  .footer-milk-bottle {
    top: -160px;
    width: 250px;
  }
}

.news-entry-content {
  display: flex;
}
.news-entry-content-col {
  padding: 30px 40px;
}
.news-background-white {
  background: #fff;
}
.news-background-blush {
  background: #f1d7c9;
}
.news-background-sunshine {
  background: #dfb128;
}
.news-background-peach {
  background: #f49a7a;
}
.news-background-pacific {
  background: #337c82;
}
.news-background-sage {
  background: #909964;
}
.news-background-sea {
  background: #cbe1d4;
}

.reservation-content-wrapper {
  position: relative;
}

.reservation-form-wrapper {
  background-color: #fdf3eb;
  padding: 20px 20px 40px 20px;
}
.reservation-form-send {
  background-color: #337c82 !important;
  color: #fff !important;
  transition: background-color 0.3s;
}
.reservation-form-send:hover {
  background-color: #3a8d94 !important;
}

.day-off {
  background: #ef7251 !important;
  cursor: not-allowed !important;
}

@media all and (min-width: 1024px) {
  .reservation-form {
    max-width: 50%;
    margin: 0 auto;
  }
}
.contact-map-section {
  padding: 40px 20px;
  background-color: #cbe1d4;
  text-align: center;
}
.contact-map-wrapper {
  max-width: 768px;
}
.contact-map-heart {
  max-width: 60%;
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .contact-map-wrapper {
    margin: 0 auto;
    display: flex;
  }
  .contact-map-heart {
    max-width: 250px;
  }
  .contact-map-col {
    width: 50%;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
.menu-anchor-section {
  padding: 40px 20px;
  background-color: #cbe1d4;
  text-align: center;
}
.menu-anchors {
  display: flex;
  flex-wrap: wrap;
}
.menu-anchors a {
  text-decoration: none;
}
.menu-anchor {
  flex: 0 0 50%;
  padding: 20px;
}
.menu-anchor .img-responsive {
  max-width: 130px;
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  .menu-anchor {
    flex-basis: 25%;
  }
}
.about-elektra-section {
  margin-top: 300px;
  padding: 40px 20px;
  background-color: #cbe1d4;
  text-align: center;
  position: relative;
}
.about-elektra-img {
  position: absolute;
  top: -300px;
  left: 50%;
  margin-left: -125px;
  width: 250px;
}
.about-elektra-content {
  margin-top: 40px;
}

.page-title-button {
  max-width: 50%;
  margin: 20px auto 20px;
}
@media all and (min-width: 1024px) {
  .page-title-button {
    position: absolute;
    max-width: 350px;
    top: -130px;
    left: 60%;
  }
}

.title-404 {
  font-size: 3rem;
  margin: 20px;
}
@media all and (min-width: 1024px) {
  .title-404 {
    position: absolute;
    top: 50%;
    left: 20%;
  }
}

.bakery-cakes {
  padding: 20px;
}
.bakery-cakes-wrapper {
  position: relative;
  display: flex;
  margin: 100px 0 0 0;
  padding: 20px 20px 40px 20px;
  background-color: #fdf3eb;
}
.bakery-cakes-left {
  width: 40%;
}
.bakery-cakes-right {
  width: 60%;
}
.bakery-cakes-button {
  margin-top: -20%;
  margin-left: -10%;
  width: 200px;
}
.bakery-form {
  position: relative;
  margin-top: 120px;
}
.bakery-form-button {
  margin-top: -150px;
  margin-left: 10%;
  width: 200px;
}
.bakery-katze-button {
  position: absolute;
  top: -100px;
  width: 200px;
  right: 20%;
}
@media all and (min-width: 1024px) {
  .bakery-katze-button {
    top: -157px;
  }
}
.bakery-collage {
  margin: 80px 0 0 0;
}

@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(10deg);
  }
  25% {
    -webkit-transform: rotate(-8deg);
  }
  40% {
    -webkit-transform: rotate(6deg);
  }
  60% {
    -webkit-transform: rotate(-4deg);
  }
  80% {
    -webkit-transform: rotate(2deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swinging {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-8deg);
  }
  40% {
    transform: rotate(6deg);
  }
  60% {
    transform: rotate(-4deg);
  }
  80% {
    transform: rotate(2deg);
  }
  90% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.insta-wall {
  margin-top: 100px;
  text-align: center;
  min-height: 210px;
  background: #f1d7c9;
  padding: 40px 20px;
}

.header-featured-image {
  height: 65vw;
  max-height: 650px;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
}

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