@charset "UTF-8";
/*!
Theme Name: _zurmaegd
Theme URI: http://underscores.me/
Author: Christian Gehrig
Author URI: https://www.onlinefactory.ch/
Description: Theme for Restaurant zur Mägd
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _zurmaegd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_zurmaegd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(webfonts/UcC73FwrK3iLTeHuS_fjbvMwCp504jAa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(webfonts/UcC73FwrK3iLTeHuS_fjbvMwCp504jAa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(webfonts/UcC73FwrK3iLTeHuS_fjbvMwCp50BTca25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(webfonts/UcC73FwrK3iLTeHuS_fjbvMwCp50BTca1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --vw1: 1vw;
  --vw100: 100vw;
  --vh1: 1vh;
  --vh100: 100vh;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h2 {
  font-size: 18px;
  color: #AE2215;
  font-family: Inter;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  font-family: "Times New Roman";
  font-weight: 400;
  color: #AE2215;
  font-style: italic;
  margin-bottom: 0.66em;
}

h2 + h3 {
  margin-top: -15px;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background-color: white;
  background-image: url(images/bg_structure.jpg);
  background-repeat: repeat;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: #830E07;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  text-decoration: underline;
}

.wp-block-button__link {
  border: none;
  border-radius: 10px;
  background: #AE2215;
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  line-height: 1;
  padding: 0.9em 3em 0.9em;
  margin: 0 auto;
  cursor: pointer;
}
@media (min-width: 768px) {
  .wp-block-button__link {
    padding: 0.7em 3em 0.7em;
  }
}
.wp-block-button__link:hover {
  text-decoration: none;
  background-color: #db544e;
  color: white;
}
.wp-block-button__link:active, .wp-block-button__link:focus {
  text-decoration: none;
  color: white;
}

.wp-block-buttons {
  display: flex;
  justify-content: center;
  margin: 3em 0 2em;
}
@media (min-width: 768px) {
  .wp-block-buttons {
    justify-content: left;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background-color: transparent;
  color: black;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: black;
  outline: none;
}

::placeholder {
  color: black;
  opacity: 1;
}

select {
  border: 1px solid #ccc;
}

@media (min-width: 768px) {
  form div {
    width: 80%;
  }
}

label.onl-mc-mail input {
  width: 100%;
  margin-bottom: 2em;
}

label.onl-mc-firstname input {
  width: 45%;
  margin-bottom: 2em;
}

label.onl-mc-lastname input {
  width: 45%;
  margin-left: 10%;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
@media (max-width: 767px) {
  .main-navigation {
    display: block;
    width: 100%;
  }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-top: 125px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #DB544E;
  }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }
  .main-navigation li {
    position: relative;
    text-align: center;
  }
  .main-navigation li.menu-item:before {
    content: "";
    width: 40px;
    border-top: 1px solid white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-navigation li.onl-language-switch-li {
    margin-top: 2em;
  }
  .main-navigation li.onl-language-switch-li a {
    display: inline;
    padding: 0 0.5em;
  }
  .main-navigation li.onl-language-switch-li a.active, .main-navigation li.onl-language-switch-li a:hover {
    font-weight: bold;
  }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
  }
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }
  .menu-toggle {
    position: fixed;
    right: 35px;
    top: 35px;
    font-size: 0;
    display: block;
    z-index: 110;
    width: 40px;
    height: 40px;
    background-image: url(images/menu2.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    border: none;
    padding: 0;
    border-radius: 0;
    transition: all 0.25s ease 0s;
  }
  .menu-toggle:focus {
    outline: 0;
  }
  .toggled .menu-toggle {
    background-image: url(images/menu2-close.png);
  }
  .site-header-language-switch {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-navigation {
    font-site: 18px;
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .main-navigation ul {
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-navigation ul ul {
    display: none;
  }
  .main-navigation li {
    position: relative;
  }
  .main-navigation li + li {
    border-left: 1px solid white;
  }
  .main-navigation li.onl-language-switch-li {
    display: none;
  }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .main-navigation a {
    padding: 0 57px;
  }
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .site-header-language-switch {
    position: absolute;
    right: 60px;
    top: 0;
    font-site: 18px;
    display: block;
    margin-top: 60px;
  }
  .site-header-language-switch ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .site-header-language-switch ul a {
    display: inline-block;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    padding: 0 5px;
  }
  .site-header-language-switch ul a.active {
    font-weight: 700;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Blocks
--------------------------------------------- */
.onl-intro-section {
  position: relative;
  background-color: #DB544E;
  padding: 20px;
}
@media (min-width: 768px) {
  .onl-intro-section {
    padding: 30px;
  }
}
.onl-intro-section .onl-intro-section-slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.onl-intro-section .onl-intro-section-slider-wrapper .onl-intro-section-slider-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  filter: blur(20px);
  transition: opacity 5s, filter 3s;
}
.onl-intro-section .onl-intro-section-slider-wrapper .onl-intro-section-slider-element.active {
  opacity: 1;
  filter: blur(0);
  transition: opacity 5s, filter 3s 2s;
}
.onl-intro-section .onl-intro-section-slider-wrapper .onl-intro-section-slider-element div {
  width: 100%;
  height: 80%;
  overflow: hidden;
  position: relative;
}
.onl-intro-section .onl-intro-section-slider-wrapper .onl-intro-section-slider-element div img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.onl-intro-section .onl-intro-section-inner {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 40px);
  box-sizing: border-box;
  border: 2px solid #AE2215;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
  clip-path: polygon(0 0, 0 30px, 5px 30px, 5px 110px, 0 110px, 0 100%, 100% 100%, 100% 0, 0 0);
}
@media (min-width: 768px) {
  .onl-intro-section .onl-intro-section-inner {
    min-height: calc(100vh - 60px);
    clip-path: polygon(0 0, 0 80px, 5px 80px, 5px 180px, 0 180px, 0 100%, 100% 100%, 100% 0, 0 0);
  }
}
.onl-intro-section .onl-intro-section-inner .onl-intro-section-inner-inner {
  width: 100%;
  margin-top: 8em;
  margin-bottom: 6em;
  font-size: 15px;
  color: white;
}
@media (min-width: 768px) {
  .onl-intro-section .onl-intro-section-inner .onl-intro-section-inner-inner {
    font-size: 18px;
    margin-top: 12em;
    margin-bottom: 6em;
  }
}
.onl-intro-section .onl-intro-section-inner .onl-intro-section-inner-inner * {
  width: 90%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 600px) {
  .onl-intro-section .onl-intro-section-inner .onl-intro-section-inner-inner * {
    max-width: 675px;
  }
}
.onl-intro-section .onl-intro-section-inner .onl-intro-section-inner-inner .onl-intro-large {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  color: rgba(131, 13, 7, 0.8);
  opacity: 0.8;
  font-family: Inter;
  line-height: 0.9;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .onl-intro-section .onl-intro-section-inner .onl-intro-section-inner-inner .onl-intro-large {
    font-size: 50px;
  }
}
.onl-intro-section .onl-intro-section-inner .onl-intro-section-inner-inner .wp-block-buttons {
  margin: 4em 0 5em;
}
@media (min-width: 768px) {
  .onl-intro-section .onl-intro-section-inner .onl-intro-section-inner-inner .wp-block-buttons {
    margin: 4em 0 2em;
    justify-content: center;
  }
}
.onl-intro-section .onl-intro-section-branding {
  position: absolute;
  left: 20px;
  top: 60px;
  width: 172px;
}
@media (min-width: 768px) {
  .onl-intro-section .onl-intro-section-branding {
    left: 30px;
    top: 130px;
    width: 200px;
  }
}
.onl-intro-section .onl-intro-section-branding img {
  width: 100%;
  height: auto;
}
.onl-imagetext-block {
  position: relative;
  margin: 30px 20px;
}
@media (min-width: 768px) {
  .onl-imagetext-block {
    margin: 50px 30px;
  }
}
.onl-imagetext-block .onl-imagetext-block-image-wrapper {
  font-size: 0;
  width: 100%;
}
.wp-admin .onl-imagetext-block .onl-imagetext-block-image-wrapper {
  min-height: 100px;
  background-color: #900;
}
.onl-imagetext-block .onl-imagetext-block-image-wrapper .onl-imagetext-block-single-image-wrapper {
  overflow: hidden;
  position: relative;
}
.wp-admin .onl-imagetext-block .onl-imagetext-block-image-wrapper .onl-imagetext-block-single-image-wrapper + .onl-imagetext-block-single-image-wrapper {
  display: none;
}
.onl-imagetext-block .onl-imagetext-block-image-wrapper .onl-imagetext-block-single-image-wrapper img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.onl-imagetext-block .onl-imagetext-block-image-wrapper .onl-imagetext-block-single-image-wrapper img.mobile + img.desktop {
  display: none;
}
@media (min-width: 768px) {
  .onl-imagetext-block .onl-imagetext-block-image-wrapper .onl-imagetext-block-single-image-wrapper img.mobile {
    display: none;
  }
  .onl-imagetext-block .onl-imagetext-block-image-wrapper .onl-imagetext-block-single-image-wrapper img.mobile + img.desktop {
    display: inline;
  }
}
.onl-imagetext-block .onl-imagetext-block-inner {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.5) 100%);
  display: flex;
  align-items: end;
  justify-content: center;
}
.onl-imagetext-block .onl-imagetext-block-inner .onl-imagetext-block-inner-inner {
  padding: 10px 20px 20px;
  text-align: center;
  max-width: 500px;
}
@media (min-width: 768px) {
  .onl-imagetext-block .onl-imagetext-block-inner .onl-imagetext-block-inner-inner {
    padding: 20px 0 40px;
    width: 80%;
    max-width: 500px;
  }
}
.onl-imagetext-block .onl-imagetext-block-inner .onl-imagetext-block-inner-inner h2, .onl-imagetext-block .onl-imagetext-block-inner .onl-imagetext-block-inner-inner h3 {
  color: white;
  font-size: 18px;
}

div.wp-block-columns {
  margin: 30px 20px;
  display: flex;
  gap: 2em 20px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  div.wp-block-columns {
    margin: 50px 30px;
  }
}
div.wp-block-columns > .wp-block-column {
  width: 100%;
}
div.wp-block-columns > .wp-block-column > :first-child {
  margin-top: 0;
}
div.wp-block-columns.onl-column-count-1 p {
  margin-right: 2em;
}
div.wp-block-columns.onl-column-count-1 p.has-text-align-center {
  text-align: center;
  width: 90%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  div.wp-block-columns.onl-column-count-1 p.has-text-align-center {
    max-width: 675px;
  }
}
@media (min-width: 768px) {
  div.wp-block-columns.onl-column-count-1 {
    margin-left: auto;
    margin-right: auto;
    width: calc(var(--vw100) - 60px);
    max-width: 1200px;
  }
}
div.wp-block-columns.onl-column-count-2 .wp-block-column {
  padding-right: 25px;
}
@media (min-width: 768px) {
  div.wp-block-columns.onl-column-count-2 {
    margin-left: auto;
    margin-right: auto;
    width: calc(var(--vw100) - 60px);
    max-width: 1200px;
  }
  div.wp-block-columns.onl-column-count-2 .wp-block-column {
    width: calc(50% - 10px);
    padding-right: 0;
  }
  div.wp-block-columns.onl-column-count-2 .wp-block-column:nth-child(even) {
    padding-right: 25px;
  }
}
div.wp-block-columns.onl-column-count-4 .wp-block-column {
  padding-right: 25px;
}
@media (min-width: 600px) {
  div.wp-block-columns.onl-column-count-4 .wp-block-column {
    width: calc(50% - 10px);
    padding-right: 0;
  }
  div.wp-block-columns.onl-column-count-4 .wp-block-column:nth-child(even) {
    padding-right: 25px;
  }
}
@media (min-width: 1024px) {
  div.wp-block-columns.onl-column-count-4 {
    margin-left: auto;
    margin-right: auto;
    width: calc(var(--vw100) - 60px);
    max-width: 1200px;
  }
  div.wp-block-columns.onl-column-count-4 .wp-block-column {
    width: calc(25% - 15px);
    padding-right: 0;
  }
  div.wp-block-columns.onl-column-count-4 .wp-block-column:last-child {
    padding-right: 25px;
  }
}
@media (min-width: 600px) {
  div.wp-block-columns.onl-columns-with-red-bar .wp-block-column {
    position: relative;
    padding-left: 20px;
  }
  div.wp-block-columns.onl-columns-with-red-bar .wp-block-column:before {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 1px;
    height: 100%;
    content: "";
    background-color: rgba(174, 34, 21, 0.5019607843);
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.onl-social-wrapper {
  position: fixed;
  z-index: 500;
  right: 6px;
  top: 50vh;
  /*
  @media (max-width: calc($breakpoint_tablet - 1px)) {
  	body:not(.scrolled) & {
  		top: calc(var(--vh100) - 101px);
  	}
  }
  */
  transform: rotate(-90deg) translate(60%, -50%);
  transform-origin: 100% 50%;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .onl-social-wrapper {
    right: 16px;
    top: 50vh;
  }
}
.onl-social-wrapper .onl-social-item {
  height: 30px;
  line-height: 24px;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
}
.onl-social-wrapper .onl-social-item.onl-social-item-booknow {
  position: relative;
  border: 1px solid #AE2215;
  background-color: #AE2215;
  color: #ffffff;
}
.onl-social-wrapper .onl-social-item.onl-social-item-booknow span {
  display: inline-block;
  padding: 0 1em;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(2px);
}
.onl-social-wrapper .onl-social-item.onl-social-item-icon {
  width: 30px;
}
.onl-social-wrapper .onl-social-item.onl-social-item-icon img {
  height: 30px;
  width: auto;
  vertical-align: bottom;
  transform: rotate(90deg) translate(5px, 0);
}

.onl-anchor {
  position: absolute;
  top: -20px;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--vw100);
  z-index: 100;
}

.site-footer {
  font-size: 14px;
}
.site-footer .site-footer-cert {
  line-height: 0;
}
.site-footer .site-footer-cert .site-footer-cert-inner {
  margin: 10px auto 20px;
  width: calc(100% - 40px);
  text-align: right;
}
.site-footer .site-footer-cert img {
  margin-left: 20px;
  height: 60px;
}
@media (min-width: 768px) {
  .site-footer .site-footer-cert {
    margin: 10px auto 48px;
  }
  .site-footer .site-footer-cert img {
    height: 95px;
  }
}
.site-footer .site-footer-top .site-footer-top-inner {
  border-top: 1px solid white;
  margin: 20px auto 15px;
  width: calc(100% - 40px);
  color: #830E07;
}
.site-footer .site-footer-top .site-footer-top-inner a {
  color: #830E07;
}
.site-footer .site-footer-bottom {
  background-color: #830E07;
  color: white;
  overflow: hidden;
  line-height: 25px;
}
.site-footer .site-footer-bottom .site-footer-bottom-inner {
  margin: 10px auto 0;
  width: calc(100% - 40px);
  /*
  a + a img {
  	margin-left: $main_gap;
  }

  img {
  	width: 25px;
  }
  */
}
@media (min-width: 600px) {
  .site-footer .site-footer-bottom .site-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
  }
  .site-footer .site-footer-bottom .site-footer-bottom-inner > :last-child {
    text-align: right;
  }
  .site-footer .site-footer-bottom .site-footer-bottom-inner p:first-child {
    margin-top: 0;
  }
  .site-footer .site-footer-bottom .site-footer-bottom-inner p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) {
  .site-footer .site-footer-bottom .site-footer-bottom-inner {
    width: calc(100% - 60px);
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
}

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