@font-face {
  font-display: swap;
  font-family: 'Kantumruy Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/resources/documents/_fonts/kantumruy-pro-v12-latin-regular.woff2') format('woff2'),
       url('/resources/documents/_fonts/kantumruy-pro-v12-latin-regular.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Kantumruy Pro';
  font-style: italic;
  font-weight: 400;
  src: url('/resources/documents/_fonts/kantumruy-pro-v12-latin-italic.woff2') format('woff2'),
       url('/resources/documents/_fonts/kantumruy-pro-v12-latin-italic.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Kantumruy Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/resources/documents/_fonts/kantumruy-pro-v12-latin-700.woff2') format('woff2'),
       url('/resources/documents/_fonts/kantumruy-pro-v12-latin-700.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Kantumruy Pro';
  font-style: italic;
  font-weight: 700;
  src: url('/resources/documents/_fonts/kantumruy-pro-v12-latin-700italic.woff2') format('woff2'),
       url('/resources/documents/_fonts/kantumruy-pro-v12-latin-700italic.ttf') format('truetype');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/resources/documents/_fonts/montserrat-v31-latin-regular.woff2') format('woff2'),
       url('/resources/documents/_fonts/montserrat-v31-latin-regular.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/resources/documents/_fonts/montserrat-v31-latin-700.woff2') format('woff2'),
       url('/resources/documents/_fonts/montserrat-v31-latin-700.ttf') format('truetype');
}

:root {
  /*--mdc-theme-primary: #84651b;
  --mdc-theme-on-primary: #ffffff;
  --mdc-theme-secondary: #fbba06;
  --mdc-theme-on-secondary: #ffffff;
  --mdc-theme-surface: #ffffff;
  --mdc-theme-on-surface: #544d3b;
  --mdc-theme-background: #ffffff;*/

  --border-radius: 55px;
  --header-height: 135px;
  --menu-height: 25px;
  --site-padding: 30px;
  --site-width: 1420px;
  --text-width: 1180px;
  /*--site-theme-green: #869f35;*/ 
  /*contrast*/
  /*--site-theme-green: #879C35;*/
  --site-gradient: rgba(132, 101, 27, 0.15);

  --logo-size: 140px;
  --font-size: 17px;
  --header-font-size: 16px;
  --text-line-height: 1.5em;
  --title-line-height: 1.2em;
}

html, body {
  background-color: var(--mdc-theme-background);
  font-family: "Kantumruy Pro", sans-serif;
  font-weight: normal;
  font-size: var(--font-size);
  height: auto;
  line-height: var(--text-line-height);
  min-width: 320px;
  min-height: 100vh;
  overflow: auto;
}
body {
  background-color: var(--mdc-theme-background);
  color: var(--mdc-theme-on-surface);
  display: flex;
  flex-direction: column;
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
  font-family: Montserrat, sans-serif;
  line-height: var(--title-line-height);
}
#main-top-wrapper h1, h2, #ullewaeh-logo {
  font-size: 2.5em;
  padding-bottom: 2em;
  position: relative;
  text-align: center;
}
#contact-subtitle {
  font-size: 1.5em;
  padding-bottom: initial;
}
#home-gallery-links h2,
#ullewaeh-main h2,
details h2 {
  font-size: 1.5em;
  margin-bottom: 0;
  padding-bottom: initial;
  text-align: initial;
}
#home-gallery-links h2 {
  text-align: right;
}
#ullewaeh-logo {
  display: block;
  line-height: var(--title-line-height);
}
#main-top-wrapper h1::after,
h2::after,
#ullewaeh-logo::after {
  background-color: currentColor;
  bottom: 0.5em;
  content: '';
  display: block;
  height: 1em;
  left: 50%;
  position: absolute;
  width: 1px;
}
#contact-subtitle::after,
#home-gallery-links h2::after,
details h2::after {
  background-color: unset;
  display: initial;
  left: unset;
}
#ullewaeh-main h2::after {
  content: none;
}

a, a:hover, a:focus, a:visited {
  color: inherit;
  text-decoration: none;
}
body[data-contrast="more"] a {
  text-decoration: underline;
}
#header-wrapper {
  box-sizing: border-box;
  font-size: var(--header-font-size);
  height: var(--header-height);
  padding: 55px 0;
  z-index: 2;
}

#template-header, #template-main .page-content {
  margin: 0 auto;
  max-width: var(--site-width);
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
}
#template-header {
  position: relative;
}

a.skiplinks.oljq-button {
  box-sizing: border-box;
  left: 0;   
  height: auto;
  max-width: 100%;
  min-height: 36px;
  position: absolute;
  top: -150px;
  transition: top .3s ease;
  white-space: normal;
}
a.skiplinks.oljq-button:focus {
  top: -50px;
  transition: top .3s ease;
}

/* NAVIGATION */
#general-nav {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 50px;
  grid-template-rows: var(--menu-height);
  height: var(--menu-height);
  margin: 0 auto;
  padding-left: var(--site-padding);
  position: relative;
}
#logo {
  height: 100%;
  position: relative;
}
#logo-link, #logo-img {
  display: block;
  height: var(--logo-size);
  width: var(--logo-size);
}
#logo-link {
  position: absolute;
  top: 0;
}
#cart-container {
  position: absolute;
  top: -50px;
}
#cart-container > div {
  display: none;
}
#cart-container > div.cart-filled {
  border: 1px solid currentColor;
  display: block;
  margin-top: calc(-1 * var(--md-unit));
  padding: var(--md-unit) calc(2 * var(--md-unit));
}
#cart-container a {
  position: relative;
}
.cart-icon {
  font-size: 2em;
}

#ullewaeh-cart-nbr-products {
  align-items: center;
  background-color: var(--mdc-theme-secondary);
  bottom: 0;
  border-radius: 100%;
  color: var(--mdc-theme-on-secondary);
  display: flex;
  font-size: 12px;
  height: 2ch;
  justify-content: center;
  line-height: 1;
  padding: 2px;
  position: absolute;
  right: 0;
  width: 2ch;    
}

#info, #lang-nav {
  display: none;
}

#lang-nav, #lang-nav-inmenu , #page-nav-wrapper .open-nav {
  height: var(--menu-height);
}
#lang-nav ul, #lang-nav-inmenu ul, #page-nav-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#lang-nav ul {
  height: var(--menu-height);
  text-align: center;
}
#lang-nav ul li {
  font-weight: bold;
  font-size: 19px;
  height: var(--menu-height);
  list-style: none;
  width: auto;
}
#lang-nav ul li:not(:first-child) {
  display: none;
}
#lang-nav ul:hover li:not(:first-child),
#lang-nav ul:focus-within li:not(:first-child) {
  display: block;
}
#lang-nav ul li span {
  cursor: pointer;
  line-height: var(--menu-height);
}
#open-nav > span {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: var(--menu-height);
  display: block;
  height: var(--menu-height);
  position: relative;
  z-index: 1;
}
#open-nav[aria-expanded="false"] .close,
#open-nav[aria-expanded="true"] .open {
  display: none;
}
#open-nav > span.open {
  background-image: url('/resources/images/_site/icon-menu.svg');
}
#open-nav > span.close {
  background-image: url('/resources/images/_site/icon-menu-x.svg');
}

#page-nav:not([data-expanded="true"]) {
  display: none;
}
#page-nav {
  background-color: var(--mdc-theme-primary);
  color: var(--mdc-theme-on-primary);
  display: flex;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  gap: 50px;
  height: auto;
  left: 0;
  padding-top: 135px;
  padding-bottom: 100px;
  position: absolute;
  text-align: center;
  top: -55px;
  width: 100%;
}
#lang-nav-inmenu {
  font-size: 12px;
  font-weight: bold;
  left: var(--site-padding);
  position: absolute;
  top: 55px;
}
#lang-nav-inmenu ul {
  display: flex;
  gap: 15px;
}
#lang-nav-inmenu li {
  border: 1px solid var(--mdc-theme-on-primary);
}
#lang-nav-inmenu span,
#lang-nav-inmenu a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 2px 6px;
}
#lang-nav-inmenu a {
  background-color: transparent;
  color: var(--mdc-theme-on-primary);
  transition: background-color .5s ease, color .5s ease;
}
#lang-nav-inmenu span,
#lang-nav-inmenu a:hover,
#lang-nav-inmenu a:focus {
  background-color: var(--mdc-theme-on-primary);
  color: var(--mdc-theme-primary);
}

ul.mainnav {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: bold;
  gap: 20px;
  justify-content: center;
  line-height: 2rem;
}
ul.mainnav a {
  position: relative;
}
ul.mainnav a::before,
ul.mainnav a::after {
  background-color: var(--mdc-theme-on-primary);
  content: ' ';
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
  transition: width .5s ease;
}
ul.mainnav a::before {
  left: -10px;
}
ul.mainnav a::after {
  right: 10px;
}
ul.mainnav a:hover::before,
ul.mainnav a:focus::before,
ul.mainnav a[aria-current="page"]::before {
  height: 1px;
  left: -40px;
  width: 30px;
}
ul.mainnav a:hover::after,
ul.mainnav a:focus::after,
ul.mainnav a[aria-current="page"]::after {
  height: 1px;
  right: -40px;
  width: 30px;
}
ul.social-media {
  display: flex;
  gap: 15px;
  justify-content: center;
}
ul.social-media a {
  align-items: center;
  background-color: var(--mdc-theme-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  color: var(--mdc-theme-on-primary);
  display: flex;
  height: 60px;
  justify-content: center;
  transition: background-color .5s ease, background-image .5s ease;
  width: 60px;
}
#sm-fb {
  background-image: url(/resources/images/_site/icon-FB.svg);
}
#sm-ig {
  background-image: url(/resources/images/_site/icon-IG.svg);
}
ul.social-media a:hover, 
ul.social-media a:focus {
  background-color: var(--mdc-theme-on-primary);
}
#sm-fb:hover, 
#sm-fb:focus {
  background-image: url(/resources/images/_site/icon-FB-brown.svg);
}
#sm-ig:hover, 
#sm-ig:focus {
  background-image: url(/resources/images/_site/icon-IG-brown.svg);
}
ul.secondarynav {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  gap: 10px;
  justify-content: center;
}
ul.secondarynav a:hover, 
ul.secondarynav a:focus {
  text-decoration: underline;
}
/* NAVIGATION */

/* GENERAL TEMPLATE */
#template-main {
  flex-grow: 1;
  position: relative;
  word-wrap: break-word;
}
#main-top-wrapper {
  background: linear-gradient(180deg, var(--mdc-theme-background), var(--site-gradient));
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
}
#main-top-wrapper > * {
  padding-bottom: 110px;
}
#template-main.second-element-overlaps-top #main-top-wrapper > *:last-child {
  padding-bottom: 0;
}
#template-main.second-element-overlaps-top > #main-top-wrapper {
  padding-bottom: 260px;
}
#template-main.second-element-overlaps-top > #main-top-wrapper + * {
  margin-top: calc(var(--header-height) * -1);
}

#template-main:not(.second-element-overlaps-top) > #main-top-wrapper + .page-content,
#template-main:not(.second-element-overlaps-top) > #olefa_template_holder > .page-content {
  padding-top: 100px;
}
#template-main > .page-content,
#olefa_template_holder > .page-content {
  padding-bottom: 100px;
}

.default-content,
.text-content {
  max-width: var(--text-width) !important;
}
.text-content {
  margin: 0 auto;
  text-align: center;
}
/* GENERAL TEMPLATE */

/* BOXES */
.moma-boxes {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.moma-box {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.moma-box-single .moma-box {
  height: 300px;
  width: 100%;
}
.moma-boxes-2 {
  gap: 20px;
}
.moma-boxes-2 .moma-box {
  width: 100%;
}
.moma-box-topleft-image .moma-box {
  background-position: top 50px left 20px;
  background-repeat: no-repeat;
  background-size: auto;
}
.moma-box-full-background .moma-box {
  aspect-ratio: 5/3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.moma-box-with-border .moma-box {
  border: 1px solid currentColor;
}
.moma-box-with-link .moma-box > a {
  align-items: flex-end;
  box-sizing: border-box;
  color: var(--mdc-theme-on-secondary);
  display: grid;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
.moma-box-with-link .moma-box > a > h2,
.moma-box-with-link .moma-box > a > h3 {
  align-items: center;
  display: flex;
  font-size: 1.5em;
  line-height: 1.5em;
  min-height: 85px;
  padding: 0 95px 0 10px;
  position: relative;
  text-align: right;
  z-index: 1;
}
.moma-box-with-link .moma-box > a > h2::before,
.moma-box-with-link .moma-box > a > h3::before {
  background-color: var(--mdc-theme-secondary);
  bottom: 0;
  content: '';
  height: 85px;
  position: absolute;
  right: 0;
  transition: width .5s;
  width: 85px;
  z-index: -1;
}
.moma-box-with-link .moma-box > a:hover > h2::before,
.moma-box-with-link .moma-box > a:focus > h2::before,
.moma-box-with-link .moma-box > a:hover > h3::before,
.moma-box-with-link .moma-box > a:focus > h3::before {
  width: 100%;
}
.moma-box-with-link .moma-box > a > h2::after,
.moma-box-with-link .moma-box > a > h3::after {
  background-image: url('/resources/images/_site/icon-plus.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  bottom: 0;
  content: '';
  height: 85px;
  position: absolute;
  right: 0;
  width: 85px;
}
.moma-box-full-background .moma-box::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .5s;
  width: 100%;
}
.moma-box-full-background .moma-box:hover::before,
.moma-box-full-background .moma-box:focus-within::before {
  background-color: transparent !important;
}
/* BOXES */

/* HOME */
#home-slider {
  aspect-ratio: 1/1;
  display: block;
  position: relative;
}
#home-slider .oc-interactivity-cyclepics__navigation {
  align-items: center;
  background: linear-gradient(0deg, rgba(0,0,0,0.4), transparent);
  bottom: 0;
  left: 0;
  justify-content: center;
  height: 20%;
  right: unset;
  top: unset;
  width: 100%;
}
#home-slider .oc-interactivity-cyclepics__navigation-item,
#home-slider .oc-interactivity-cyclepics__navigation-item-label {
  background-color: var(--mdc-theme-on-primary);
  border-radius: 0;
  box-shadow: none;
  width: 2px;
}
#home-slider .oc-interactivity-cyclepics__navigation-item[aria-selected="true"],
#home-slider .oc-interactivity-cyclepics__navigation-item:hover,
#home-slider .oc-interactivity-cyclepics__navigation-item:focus-within {
  transform: none;
}
#home-slider .oc-interactivity-cyclepics__navigation-item[aria-selected="true"] .oc-interactivity-cyclepics__navigation-item-label,
#home-slider .oc-interactivity-cyclepics__navigation-item:hover .oc-interactivity-cyclepics__navigation-item-label,
#home-slider .oc-interactivity-cyclepics__navigation-item:focus-within .oc-interactivity-cyclepics__navigation-item-label {
  background-color: var(--mdc-theme-secondary);
}

#home-kqa {
  padding-top: 30px !important;
  padding-bottom: 150px !important; 
}
#home-kqa h2 {
  color: var(--custom-color-theme-green);
  margin-bottom: .5em;
  text-align: center;
}
#home-kqa .moma-box-with-border .moma-box {
  border-color: var(--custom-color-theme-green);
  padding: 110px 30px 40px 35px;
}
#home-kqa h3 {
  font-size: 1.5em;
  text-transform: uppercase;
}

#home-speech {
  background-image: url('/resources/images/_site/Photo-Zitat.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: var(--mdc-theme-on-primary);
  min-height: 720px;
  padding: 150px 0 !important;
}
#home-speech h2 {
  color: var(--mdc-theme-secondary);
}

#home-links {
  color: var(--mdc-theme-on-secondary);
  padding-top: 185px;
  padding-bottom: 185px !important;
}
#home-links .moma-box-full-background .moma-box::before {
  background-color: rgba(84, 77, 59, 0.65);
}
/* HOME */

#about-us-logo > img {
  max-width: 100%;
}

#about-us-countup-wrapper {
  background-image: url('/resources/images/_site/Photo-Zitat.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
#about-us-countup {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(4, auto);
  row-gap: 50px;
  width: 100%;
}
.moma-countup {
  align-items: center;
  color: var(--mdc-theme-on-primary);
  display: flex;
  flex-basis: 200px;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.moma-countup-image {
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 100%;
}
.moma-countup-number {
  font-family: 'Montserrat';
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
}

/* GALLERIES */
#gallerien_new_baselist .olefabase_website_view_div,
#private_gallery .olefabase_website_view_div {
    align-items: center;
    column-gap: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 50px;
}
#gallerien_new_baselist .olefabase_website_view_div .gallery_item,
#private_gallery .olefabase_website_view_div .gallery_item {
    aspect-ratio: 5 / 3.2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-basis: 244px;
    text-align: center;
}
#gallerien_new_baselist .olefabase_website_view_div .gallery_item a, 
#private_gallery .olefabase_website_view_div .gallery_item a {
    display: block;
    height: 100%;
    position: relative
}

#gallerien_new_baselist .olefabase_website_view_div .gallery_item a span,
#private_gallery .olefabase_website_view_div .gallery_item a span {
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
    left: 0;
    position: absolute;
    width: 100%
}

#gallerien_new_baselist .olefabase_website_view_div .gallery_item a span.title,
#private_gallery .olefabase_website_view_div .gallery_item a span.title {
    bottom: 30px
}

#gallerien_new_baselist .olefabase_website_view_div .gallery_item a span.subtitle
#private_gallery .olefabase_website_view_div .gallery_item a span.subtitle {
    bottom: 10px
}

#gallerien_new_baselist .olefabase_website_view_div .gallery_item a:hover span,
#gallerien_new_baselist .olefabase_website_view_div .gallery_item a:focus span,
#private_gallery .olefabase_website_view_div .gallery_item a span {
    display: block
}

#Prive_Entreprise_basesearch,
#Maison_Relais_basesearch {
    margin: 10px 0
}

#Prive_Entreprise_basesearch input#search_keyword,
#Maison_Relais_basesearch input#search_keyword {
    margin-top: 10px
}

#Prive_Entreprise_basesearch .basesubmitsearch,
#Maison_Relais_basesearch .basesubmitsearch{
    display: none !important
}

#gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--md-unit) * 2);
  justify-content: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#gallery-thumbs li {
  aspect-ratio: 4/3;
  width: calc(50% - var(--md-unit));
}

#gallery-thumbs .olefabase-gallery-image > img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

/* OLEFA Gallery adaptations */

body .oc-ui-web-dialog-gallery::before {
  background-color: var(--custom-color-gallery-bg);
}
body .oc-ui-web-dialog-gallery__nav {
  display: none;
}
body .oc-ui-web-dialog-gallery__main-header {
  background-color: var(--custom-color-gallery-bg);
  color: var(--custom-color-on-gallery-bg);
}
body .oc-ui-web-dialog-gallery__main-nav span {
  color: var(--custom-color-on-gallery-bg);
}
body .oc-ui-web-dialog-gallery__main-footer {
  background-color: var(--custom-color-gallery-bg);
  color: var(--custom-color-on-gallery-bg);
}
/* GALLERIES */


/* ULLEWAEH */
#about-us-logo > img,
#ullewaeh-logo > img {
  max-width: 100%;
  width: 400px;
}
#ullewaeh_filter, #gallerien_filter_pb, #gallerien_filter_sb {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#fs_search_16, #fs_search_17 {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
  gap: 2px;
  justify-content: center;
  white-space: nowrap;
}

#fs_search_16 > br, #fs_search_17 > br,
#ullewaeh_filter > button.basesubmitsearch,
#gallerien_filter_sb > button.basesubmitsearch,
#gallerien_filter_pb > button.basesubmitsearch {
  display: none;
}
#fs_search_16 > legend, #fs_search_17 > legend {
  height: 1px;
  left: -999px;
  overflow: hidden;
  top: -999px;
  width: 1px;
}

#fs_search_16 > input[type="radio"],
#fs_search_17 > input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  height: 0;
  margin: 0;
  position: absolute;
  width: 0;
}

#fs_search_16 > label,
#fs_search_17 > label {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex !important;
  letter-spacing: .09em;
  height: 36px;
  margin: 0 calc(var(--md-unit) * 2);
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased
}
#fs_search_16 > label::after,
#fs_search_17 > label::after {
  background-color: currentColor;
  content: ' ';
  height: 1px;
  left: 55%;
  position: absolute;
  top: 2.2em;
  transition: width .3s ease 0s, left .3s ease 0s;
  width: 0;
}
#fs_search_16 > input:hover + label::after,
#fs_search_16 > input:focus + label::after,
#fs_search_17 > input:hover + label::after,
#fs_search_17 > input:focus + label::after {
  left: 20%;
  width: 60%;
}
#fs_search_16 > input:checked + label::after,
#fs_search_17 > input:checked + label::after {
  left: 0;
  width: 100%;
}
#ullewaeh_filter div.oljq-field-wrapper,
#gallerien_filter_pb div.oljq-field-wrapper,
#gallerien_filter_sb div.oljq-field-wrapper,
#ullewaeh_pdf_basesearch div.oljq-field-wrapper {
  position: relative;
  max-width: 500px;
  width: 100%;
}
#ullewaeh_pdf_basesearch div.oljq-field-wrapper {
  margin: 0 auto;
}
#ullewaeh_pdf_baselist table.olefa-tinymce-website-enumeration tr:nth-child(2n+2) {
  background-color: var(--site-gradient);
}
#ullewaeh_filter div.oljq-field-wrapper::after,
#gallerien_filter_pb div.oljq-field-wrapper::after,
#gallerien_filter_sb div.oljq-field-wrapper::after,
#ullewaeh_pdf_basesearch div.oljq-field-wrapper::after {
  align-items: center;
  aspect-ratio: 1;
  content: 'search';
  display: flex;
  font-family: 'Material icons';
  font-feature-settings: 'liga';
  font-size: 2em;
  font-style: normal;
  font-weight: normal;
  height: 100%;
  justify-content: center;
  letter-spacing: normal;
  position: absolute;
  right: 0;
  top: 0;
}
#ullewaeh_filter input#search_keyword,
#gallerien_filter_pb input#search_keyword,
#gallerien_filter_sb input#search_keyword,
#ullewaeh_pdf_basesearch input#search_keyword {
  background-color: var(--site-gradient);
  border: none;
  border-radius: 50px;
  color: var(--mdc-theme-on-surface);
  min-height: 60px;
  padding: 20px 60px 20px 25px !important;
  width: 100%;
}

#ullewaeh_articles_baselist .olefabase_website_view_div,
#ullewaeh-bottomboxes, #partner-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}

.ullewaeh-article, .ullewaeh-bottombox, .partner-box {
  aspect-ratio: 1;
  background-color: transparent;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: flex;
  flex-basis: 390px;
  max-width: 100%;
  padding: 30px;
  position: relative;
  transition: background .3s ease;
}
.ullewaeh-article, .partner-box {
  border-color: var(--site-gradient);
}
.ullewaeh-bottombox {
  background-color: var(--site-gradient);
}
.partner-box {
  background-color: var(--mdc-theme-surface);
}
.ullewaeh-article:hover, .ullewaeh-article:focus-within  {
  background-color: var(--site-gradient);
  border-color: transparent;
}
.ullewaeh-bottombox:hover, .ullewaeh-bottombox:focus-within {
  background-color: transparent;
  border-color: var(--site-gradient);
}
.partner-box:hover, .partner-box:focus-within {
  background-color: #fbfaf8;
}

.ullewaeh-article-link, .ullewaeh-bottombox-link, .partner-box-link, .partner-box-with-links {
  position: relative;
  width: 100%;
}
.ullewaeh-article-teaser, .ullewaeh-bottombox-teaser, .partner-box-logo {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.ullewaeh-article-teaser {
  background-size: cover;
  height: 60%;
}
.ullewaeh-bottombox-teaser {
  background-size: contain;
  height: 70%;
}
.partner-box-link .partner-box-logo {
  background-size: contain;
  height: 60%;
}
.partner-box-with-links .partner-box-logo {
  background-size: contain;
  height: 40%;
}
.ullewaeh-article-title, .ullewaeh-bottombox-title, .partner-box-title {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ullewaeh-article-title, .partner-box-link .partner-box-title {
  height: 40%;
}
.partner-box-with-links .partner-box-title {
  height: 20%;
}
.ullewaeh-bottombox-title {
  height: 30%;
}

.partner-box-with-links .partner-box-links {
  display: flex;
  flex-direction: column;
  gap: var(--md-unit);
  height: 40%;
  justify-content: flex-end;
}
.partner-box-links .moma-button {
  justify-content: space-between;
  height: unset;
  min-height: 48px;
}

#ullewaeh_articles_baselist .olefabasenavk.olefabasenavbottom,
#gallerien_new_baselist .olefabasenavm.olefabasenavbottom,
#private_gallery .olefabasenavm.olefabasenavbottom {
  margin-top: 50px !important;
  text-align: center;
}
#ullewaeh_articles_baselist .olefabasenavk.olefabasenavbottom .separator {
  display: none;
}
#ullewaeh_articles_baselist .olefabasenavk.olefabasenavbottom .currentpage,
#ullewaeh_articles_baselist .olefabasenavk.olefabasenavbottom .gotopage {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  font-weight: bold;
  justify-content: center;
  height: 24px;
  width: calc(3 * var(--md-unit));
}
.olefabasenavk.olefabasenavbottom .currentpage {
  background-color: var(--site-gradient);
}
.olefabasenavk.olefabasenavbottom .gotopage {
  background: none;
  font-weight: bold;
  text-decoration: none;
}
.olefabasenavk.olefabasenavbottom .gotopage:hover,
.olefabasenavk.olefabasenavbottom .gotopage:focus {
  outline: 2px solid currentColor;
}
#ullewaeh-wrapper {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
#ullewaeh-cyclepics {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 70px;
  position: relative;
}
#ullewaeh-cyclepics .oc-interactivity-cyclepics__navigation {
  flex-wrap: wrap;
  left: 0;
  gap: var(--md-unit);
  padding: var(--md-unit) 0;
  position: relative;
  top: 0;
}
#ullewaeh-cyclepics .oc-interactivity-cyclepics__navigation > li {
  background-position: center;
  border: var(--md-border-divider);
  border-radius: 0;
  box-shadow: none;
  height: 100px;
  margin: 0;
  width: calc((100% - (4 * var(--md-unit))) / 5);
}
li.oc-interactivity-cyclepics__image-list-item > span {
  height: 480px; 
}
#ullewaeh-cyclepics .oc-interactivity-cyclepics__navigation-item[aria-selected="true"] {
  background-color: transparent;
  border: 1px solid black;
}
ul.oc-interactivity-cyclepics__image-list,
li.oc-interactivity-cyclepics__image-list-item,
li.oc-interactivity-cyclepics__image-list-item > span {
  width: 100%;
}
li.oc-interactivity-cyclepics__image-list-item > span {
  display: flex;
}


#ullewaeh-details {
  max-width: 100%;
  width: 400px;
}
#ullewaeh-article-table th,
#ullewaeh-article-table td {
  padding-bottom: var(--md-unit);
  vertical-align: top;
}
#ullewaeh-article-table tr th {
  padding-right: var(--md-unit);
}


#ullewaeh-article-table tr th,
.price-line {
  font-size: 1.2em;
  text-align: left;
}
.price-line > span {
  font-style: italic;
  padding-left: var(--md-unit);
}

#variant-select, #shop-quantity {
  box-sizing: border-box;
  min-height: 36px;
  width: 100%;
}
#ullewaeh-manage {
  background-color: #efbeba;
  border: 1px solid var(--mdc-theme-error);
  padding: 5px;
}
#ullewaeh-manage .oljq-button {
  background: transparent;
  border: none;
  box-shadow: none;
  color: black !important;
  padding: 0;
  height: 1em;
  width: 1em;
}
#shop-quantity {
  margin-bottom: 10px;
  text-align: center;
}
#ullewaeh-videos, ullewaeh-videos video {
  max-width: 100%;
}
#ullewaeh-pdfs, 
#ullewaeh-videos {
  margin-top: 40px;
}
#ullewaeh-pdfs  a {
  font-weight: bold;
}
#ullewaeh-videos video {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--site-gradient);
  height: unset;
}

#order-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 50px;
}

#cart-contents-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

.cart-content-container {
  display: flex;
  margin-bottom: 15px
}

.cart-content-sub-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 100px)
}

.cart-content-sub-container>* {
  margin: 3px
}

.cart-content-sub-container h3 {
  width: 70%
}

.product-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
  width: 100px;
  margin-right: 10px
}

.product-title {
  flex-grow: 1;
  display: block
}

.product-price {
  font-weight: bold;
}

#total-container {
  display: flex;
  flex-direction: column;
  border: 1px solid lightgrey;
  border-radius: 10px;
  padding: 10px;
  justify-content: space-between;
  height: auto;
  margin-left: 8px;
  box-sizing: border-box
}

#total-container table {
  margin-bottom: 20px
}
#total-container .moma-button {
  height: unset;
  min-height: 48px;
}

.total-price {
  text-align: right
}

div.olefa_responsive_line,
div.olefa_responsive_dummy_line {
  text-align: left !important
}

div#offer-table {
  box-sizing: border-box
}

div#offer-table table {
  width: 100%
}

div#offer-table th {
  text-align: left
}

div#offer-table tfoot {
  font-weight: bold;
}

.oc-custom-cart-offer__tfoot .oc-custom-cart-offer-item__amount,
.oc-custom-cart-offer__tfoot .oc-custom-cart-offer-item__price {
  visibility: hidden
}

.number-cell {
  text-align: right
}

label[for="offer-csv"],
textarea#offer-csv {
  visibility: hidden
}

#offer-mailintro {
  display: none
}
#ullewaeh_pdf_baselist table {
  width: 100%
}
.ullewaeh-pdf-article {
  align-items: center;
  display: flex;
  gap: var(--md-unit);
}

.ullewaeh-pdf-image {
  background-position: center;
  background-size: cover;
  height: 100px;
  width: 100px;
}


/* ULLEWAEH */

/* JOBS */
details {
  border: var(--md-border-divider);
  margin: 0 auto;
  max-width: 850px;
  padding: 45px var(--site-padding);
  text-align: left;
}
details + details {
  margin-top: 30px;
}
details > summary {
  cursor: pointer;
  list-style: none;
  padding-right: calc(var(--md-unit) * 5);
  position: relative;
}
details.single-detail > summary {
  cursor: none;
}
details > summary:after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: '';
  display: block;
  height: calc(var(--md-unit) * 2);
  position: absolute;
  right: var(--md-unit);
  top: calc(var(--md-unit) / 2);
  transform: rotate(45deg);
  transition: transform .5s;
  width: calc(var(--md-unit) * 2)
}
details.single-detail > summary:after {
  display: none;
}
details > summary::-webkit-details-marker {
  display: none
}
details[open] {
  padding: 45px var(--site-padding) 100px;
}
details[open] > summary {
  padding-bottom: 45px;
}
details[open] > summary::after {
  transform: rotate(225deg)
}

details > .details-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.details-content .moma-button {
  width: max-content;
}

/* JOBS */

/* KONTACT */
.olcc-content-wrapper[data-olcc-iframe-type="map"] {
  aspect-ratio: 2/1;
}
/* KONTAKT */

/* COMMON */
.moma-button, :host(.mail_submit) button,
#gallerien_new_baselist .olefabasenavm.olefabasenavbottom a,
#private_gallery .olefabasenavm.olefabasenavbottom a {
  align-items: center;
  background-color: var(--mdc-theme-on-surface) !important;
  border: 0;
  border-radius: 0;
  box-shadow: var(--shadow-1dp);
  color: var(--mdc-theme-surface) !important;
  cursor: pointer;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  min-height: 60px;
  padding: 0 calc(var(--md-unit) * 4) !important;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
img.envelope {
  display: flex;
}
.moma-button,
#gallerien_new_baselist .olefabasenavm.olefabasenavbottom a,
#private_gallery .olefabasenavm.olefabasenavbottom a {
  text-transform: uppercase;
  transition: opacity .5s ease;
}
.moma-button:hover, .moma-button:focus,
#gallerien_new_baselist .olefabasenavm.olefabasenavbottom a:hover,
#gallerien_new_baselist .olefabasenavm.olefabasenavbottom a:focus,
#private_gallery .olefabasenavm.olefabasenavbottom a:hover,
#private_gallery .olefabasenavm.olefabasenavbottom a:focus {
  opacity: 0.8;
}
.moma-button:not(.partner-box-file) > span {
  padding-right: var(--md-unit);
}
:host(.mail_submit) button {
  width: 100%;
}
#add-to-cart {
  height: initial;
  min-height: 36px;
  width: 100%;
}
/* COMMON */

/* ZUSATZ AUSSTATTUNG */
#partner-request-link {
    position: relative;
}
#partner-request-link::before,
#partner-request-link::after {
  content: 'arrow_downward_alt';
  display: block;
  font-family: 'Material Icons';
  position: absolute;
  top: -5px;
  transition: top .3s ease;
}
#partner-request-link::before {
  left: -1ch;
}
#partner-request-link::after {
  right: -1ch;
}
#partner-request-link:hover::before,
#partner-request-link:hover::after,
#partner-request-link:focus::before,
#partner-request-link:focus::after {
  top: 5px;
}


#zusatz-ausstattung-table,
#zusatz-ausstattung-table-view {
  width: 100%;
}
#zusatz-ausstattung-table tr th,
#zusatz-ausstattung-table tr td {
  border: none;
}
#zusatz-ausstattung-table th {
  background-color: transparent;
}
.zusatz-ausstattung > table input:not([type='checkbox']),
.zusatz-ausstattung > table select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--mdc-theme-on-surface);
  min-height: 30px;
  padding: 10px 12px !important;
}
.zusatz-ausstattung > .oljq-field-wrapper > input:not([type='checkbox']),
.zusatz-ausstattung > .oljq-field-wrapper > select {
  background-color: transparent;
  border: 1px solid currentColor;
  box-sizing: border-box;
  color: var(--mdc-theme-on-surface);
  min-height: 60px;
  padding: 20px 25px !important;
}
.zusatz-ausstattung > table input,
.zusatz-ausstattung > table select {
  max-width: 100%;
  width: 100%;
}
#zusatz-ausstattung-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-evenly;
  padding: 30px 0 50px;
}
#zusatz-ausstattung-add, #zusatz-ausstattung-submit {
  height: auto;
}
form[name="mail_zusatzausstattung"],
#zusatz-ausstattung-edit,
.zusatz-ausstattung label[for="offer-csv"],
.zusatz-ausstattung textarea#offer-csv {
  display: none;
}
/* ZUSATZ AUSSTATTUNG */

/* FOOTER */
#footer-wrapper {
  background: linear-gradient(0deg, var(--mdc-theme-background), var(--site-gradient));
  padding: 150px 0 90px;
}
#template-footer {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
  text-align: center;
}
#template-footer h3 {
  font-family: 'Kantumruy Pro';
  font-size: inherit;
}
#footer-contact-intro {
  font-weight: normal;
  padding-bottom: 50px;
}
#footer-contact {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
#footer-contact > div {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
.foocon > .oljq-field-wrapper > input:not([type='checkbox']),
.foocon > .oljq-field-wrapper > textarea {
  background-color: transparent;
  border: 1px solid currentColor;
  color: var(--mdc-theme-on-surface);
  min-height: 60px;
  padding: 20px 25px !important;
}
#footer-contact .olcc-blocked-content-box {
  border: 1px solid currentColor;
  position: relative;
}
#footer-contact .olcc-content-wrapper.olcc-blocked-content,
#footer-contact .olcc-blocked-content div.olcc-blocked-content-text {
  background-color: transparent;
}
#footer-contact div.olefa-input-recaptcha {
  display: flex;
  justify-content: center;
  max-width: calc(100vw - 40px);
}

#template-footer address {
  display: flex;
  font-style: normal;
  flex-direction: column;
  gap: var(--md-unit);
  line-height: var(--title-line-height);
  padding: 90px 0 40px;
}
#template-footer address h3 {
  text-transform: uppercase;
}
#template-footer address a.maps {
  display: flex;
  flex-direction: column;
  gap: var(--md-unit);
}
/* FOOTER */

@media only screen and (max-width: 399px) {
  #cart-container {
    right: 0;
  }
  #home-gallery-links .moma-box-full-background .moma-box {
    aspect-ratio: 4/3;
  }
}
@media only screen and (min-width: 400px) {
  #cart-container {
    left: calc(1.5 * var(--logo-size));
  }
}
@media only screen and (min-width: 400px) and (max-width: 919px) {
  #home-gallery-links .moma-box-full-background .moma-box {
    aspect-ratio: 5/3;
  }
}
@media only screen and (min-width: 600px) {
  #general-nav {
    padding-right: var(--site-padding);
  }
  #home-kqa .moma-box-with-border .moma-box{
    padding: 110px 60px 80px 70px;
  }
  .moma-box-topleft-image .moma-box {
    background-position: top 50px left 40px;
  }
  .moma-box-with-link .moma-box > a > h2,
  .moma-box-with-link .moma-box > a > h3 {
    padding: 0 105px 0 20px;
  }

  #zusatz-ausstattung-table tr:nth-child(2n+2) {
    background-color: transparent;
  }
  #gallery-thumbs li {
    width: calc((100% - (4 * var(--md-unit))) / 3);
  }
  #footer-contact > div:not(.footer-contact-single) {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 919px) {
  #page-nav {
    height: calc(100vh - 235px);
    margin-left: calc(-1 * var(--site-padding));
    margin-right: calc(-1 * var(--site-padding));
    padding-left: var(--site-padding);
    padding-right: var(--site-padding);
  }
}
@media only screen and (min-width: 920px) {
  :root {
    --border-radius: 85px;
    --site-padding: 45px;
    --logo-size: 160px;
  }
  ul.secondarynav {
    flex-direction: row;
    gap: 20px;
  }
  ul.secondarynav li {
    position: relative
  }
  ul.secondarynav li::after {
    background-color: var(--mdc-theme-on-primary);
    content: '';
    display: block;
    height: 1ch;
    position: absolute;
    right: -10px;
    top: 5px;
    transform: rotate(20deg);
    width: 1px; 
  }
  ul.secondarynav li:last-of-type::after {
    display: none;
  }
  #page-nav {
    border-bottom-left-radius: var(--border-radius); 
  }
  #home-slider {
    aspect-ratio: unset;
    height: 720px;
  }
  #about-us-countup {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  #order-container {
    flex-direction: row;
  }
  #gallery-thumbs li {
    width: calc((100% - (6 * var(--md-unit))) / 4);
  }
}
@media only screen and (min-width: 950px) {
  #general-nav {
    grid-template-columns: auto 1fr 50px;
  }
  #info {
    display: flex;
    gap: 10px;
    justify-self: right;
    padding-right: 10px;
  }
  #info > span {
    padding-left: 25px;
    position: relative;
  }
  #info > span::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    content: '';
    height: 100%;
    left: 5px;
    position: absolute;
    top: 0;
    width: 20px;
  }
  #header-hours::before {
    background-image: url('/resources/images/_site/icon-clock.png');
  }
  #header-mail::before {
    background-image: url('/resources/images/_site/icon-mail.png');
  }
  #header-tel::before {
    background-image: url('/resources/images/_site/icon-phone.png');
  }
  #lang-nav, #page-nav-wrapper {
    border-left: 1px solid currentColor;
  }
}
@media only screen and (max-width: 999px) {
  .moma-box:first-of-type, 
  .moma-box-with-link .moma-box:first-of-type > a,
  .moma-box-full-background .moma-box:first-of-type::before,
  #home-slider, #home-slider ul.olefa-cyclepics-imagelist, #home-slider li.cyclepics_item {
    border-top-right-radius: var(--border-radius); 
  }
  .moma-box:last-of-type,
  .moma-details[open]:last-of-type,
  .moma-box-with-link .moma-box:last-of-type > a,
  .moma-box-full-background .moma-box:last-of-type::before,
  #home-slider, #home-slider ul.olefa-cyclepics-imagelist, #home-slider li.cyclepics_item {
    border-bottom-left-radius: var(--border-radius); 
  }
  .moma-box-with-link .moma-box:last-of-type > a {
    padding-left: var(--border-radius); 
  }
}
@media only screen and (min-width: 1000px) {
  #general-nav {
    grid-template-columns: auto 1fr 50px 50px;
  }
  #lang-nav {
    display: block;
  }
  #lang-nav-inmenu {
    display: none;
  }
  .moma-boxes:not(.moma-box-text) {
    flex-direction: row;
  }
  .moma-box-full-background .moma-box {
    aspect-ratio: 1;
  }
  .moma-boxes-3:not(.moma-box-text) {
    flex-direction: row;
  }
  .moma-boxes-3:not(.moma-box-text) .moma-box {
    width: calc((100% - 100px) / 3);
  }
  .moma-boxes:not(.moma-box-text) .moma-box:first-of-type,
  .moma-details[open]:last-of-type,
  .moma-box-with-link .moma-box:first-of-type > a,
  .moma-box-full-background .moma-box:first-of-type::before,
  #home-slider, #home-slider ul.olefa-cyclepics-imagelist, #home-slider li.cyclepics_item   {
    border-bottom-left-radius: var(--border-radius); 
  }
  .moma-boxes:not(.moma-box-text) .moma-box:last-of-type, 
  .moma-box-with-link .moma-box:last-of-type > a,
  .moma-box-full-background .moma-box:last-of-type::before,
  #home-slider, #home-slider ul.olefa-cyclepics-imagelist, #home-slider li.cyclepics_item  {
    border-top-right-radius: var(--border-radius); 
  }
  .moma-box-with-link .moma-box:first-of-type > a {
    padding-left: var(--border-radius); 
  }
  .moma-box-with-link .moma-box:not(:first-of-type) > a {
    padding-left: 0; 
  }
}
@media only screen and (min-width: 920px) and (max-width: 1199px) {
  .moma-boxes-3.moma-box-with-link .moma-box:first-of-type,
  .moma-boxes-3.moma-box-full-background .moma-box:first-of-type, 
  .moma-boxes-3.moma-box-with-link .moma-box:first-of-type > a,
  .moma-boxes-3.moma-box-full-background .moma-box:first-of-type::before {
    border-top-right-radius: 0; 
    border-bottom-left-radius: 0; 
  }
  .moma-boxes-3.moma-box-with-link .moma-box:nth-of-type(2),
  .moma-boxes-3.moma-box-full-background .moma-box:nth-of-type(2),
  .moma-boxes-3.moma-box-with-link .moma-box:nth-of-type(2) > a,
  .moma-boxes-3.moma-box-full-background .moma-box:nth-of-type(2)::before {
    border-top-right-radius: var(--border-radius); 
  }
  .moma-boxes-3.moma-box-with-link .moma-box:last-of-type,
  .moma-boxes-3.moma-box-full-background .moma-box:last-of-type,
  .moma-boxes-3.moma-box-with-link .moma-box:last-of-type > a,
  .moma-boxes-3.moma-box-full-background .moma-box:last-of-type::before {
    border-top-right-radius: 0; 
    border-bottom-left-radius: var(--border-radius); 
  }
  .moma-boxes-3:not(.moma-box-text) {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .moma-boxes-3:not(.moma-box-text) .moma-box {
    aspect-ratio: 1;
  }
  .moma-boxes-3:not(.moma-box-text) .moma-box:first-of-type,
  .moma-boxes-3:not(.moma-box-text) .moma-box:nth-of-type(2) {
    width: calc((100% - 50px) / 2);
  }
  .moma-boxes-3:not(.moma-box-text) .moma-box:last-of-type {
    aspect-ratio: 2 / 1;
    width: 100%;
  }
  .moma-boxes-3.moma-box-with-link .moma-box:last-of-type > a {
    padding-left: var(--border-radius); 
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  .moma-boxes.moma-box-text .moma-box:first-of-type {
    border-top-right-radius: var(--border-radius); 
  }
  .moma-boxes.moma-box-text .moma-box:last-of-type {
    border-bottom-left-radius: var(--border-radius); 
  }
}
@media only screen and (min-width: 1100px) {
  :root {
    --logo-size: 207px;
  }
  #general-nav {
    grid-template-columns: auto 1fr 50px 50px;
  }
  #info {
    gap: 25px;
    padding-right: 25px;
  }
  #info > span {
    padding-left: 30px;
  }
  .moma-boxes-3.moma-box-text {
    align-items: initial;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .moma-boxes.moma-box-text .moma-box:first-of-type {
    border-bottom-left-radius: var(--border-radius); 
  }
  .moma-boxes.moma-box-text .moma-box:last-of-type {
    border-top-right-radius: var(--border-radius); 
  }
  #ullewaeh-wrapper {
    flex-direction: row;
  }
  #ullewaeh-main {
    width: calc(100% - 470px);
  }
}
@media only screen and (min-width: 1200px) {
  #general-nav {
    grid-template-columns: auto 1fr 70px 70px;
  }
  #about-us-countup {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
  }
}
@media only screen and (min-width: 1480px) {
  :root {
    --site-padding: 60px;
  }
  #template-header, #template-main .page-content {
    padding-left: 0;
    padding-right: 0;
  }
  /*#home-kqa .moma-box {
    aspect-ratio: 1;
  }*/
}