:root {
  --basefont: "Open Sans", sans-serif;
  --font-size-base: 16px;
  --line-height-base: 1.5em;
  --font-weight-base: 400;
  --font-weight-bold: 600;
  --font-size-h1: clamp(2rem, 1.6rem + 2vw, 4rem);
  --font-size-h2: clamp(1.75rem, 1.5375rem + 1.0625vw, 2.8125rem);
  --font-size-h3: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  --font-size-h4: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  --font-size-h5: 1rem;
  --font-sizes-xlarge: clamp(2rem, 0.6rem + 7vw, 9rem);
  --font-sizes-large: clamp(2rem, 1.8rem + 1vw, 3rem);
  --font-sizes-medium: clamp(1.375rem, 1.3rem + 0.375vw, 1.75rem);
  --font-sizes-small: 1rem;
  --font-sizes-xsmall: 0.8rem;
  --color-primary: #876C6F;
  --text-color: #000;
  --color-brand: #876C6F;
  --color-brand2: #000;
  --hover-color: #000;
  --heading-color: var(--color-brand);
  --heading-font: var(--basefont);
  --heading-weight: 300;
  --heading-case: none;
  --letter-spacing-1: 1px;
  --letter-spacing-2: 2px;
  --a-hover-color: var(--hover-color);
  --a-hover-transition-speed: 500ms;
  --mobile: 1025px;
  --btn-brand-bg-color: #876C6F;
  --btn-brand-bg-hover-color: #876c6f63;
  --news-header-font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem);
  --cce-flyer-header-font-size: clamp(1.375rem, 1.2125rem + 0.8125vw, 2.1875rem);
  --cce-flyer-subheader-font-size: clamp(1.125rem, 1.0375rem + 0.4375vw, 1.5625rem);
}

:root {
  --color-brand: #A30000;
  --color-brand2: #000;
  --text-color: #000;
  --hover-color: #000;
  --heading-color: var(--color-brand);
  --heading-font: var(--basefont);
  --heading-weight: 300;
  --heading-case: none;
}

/**
 * MIXINS
 */
/* e.g. @include prefix(( box-shadow: 1px 1px 1px 1px opacify($color-main, 0.6) )); */
/* e.g. @include box-sizing(border-box); */
/* Document - https://github.com/csstools/sanitize.css/blob/master/sanitize.css
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

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

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

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

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse;
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

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

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------- Custom ---------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
figure {
  margin: 0;
}

/* Old browser workaround */
template,
.template {
  display: none;
  opacity: 0;
  visibility: hidden;
}

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

/* IE FIX SVG */
.ie img[src*=".svg"] {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
@font-face {
  font-family: "fontello";
  src: url("../Fonts/fontello.eot?6984843");
  src: url("../Fonts/fontello.eot?6984843#iefix") format("embedded-opentype"), url("../Fonts/fontello.woff?6984843") format("woff"), url("../Fonts/fontello.ttf?6984843") format("truetype"), url("../Fonts/fontello.svg?6984843#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.mail:before,
[class^=icon-]:before,
[class*=" icon-"]:before,
[class^=fa-]:before,
[class*=" fa-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before,
.mail:before,
.icon-mail-1:before {
  content: "\e803";
}

.icon-at:before,
.fa-at:before {
  content: "\e800";
  margin-top: -3px;
}

.icon-gplus:before,
.fa-google-plus:before {
  content: "\e801";
}

.icon-twitter:before,
.fa-twitter:before {
  content: "\f099";
}

.icon-facebook:before,
.fa-facebook:before {
  content: "\f09a";
}

.icon-angle-up:before,
.fa-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before,
.fa-angle-down:before {
  content: "\f107";
}

.icon-copyright:before,
.fa-copyrightat:before {
  content: "\f1f9";
}

.icon-whatsapp:before,
.fa-whatsapp:before {
  content: "\f232";
}

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/open-sans/open-sans-v20-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/open-sans/open-sans-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("../Fonts/open-sans/open-sans-v20-latin-300.woff2") format("woff2"), url("../Fonts/open-sans/open-sans-v20-latin-300.woff") format("woff"), url("../Fonts/open-sans/open-sans-v20-latin-300.ttf") format("truetype"), url("../Fonts/open-sans/open-sans-v20-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/open-sans/open-sans-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/open-sans/open-sans-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/open-sans/open-sans-v20-latin-regular.woff2") format("woff2"), url("../Fonts/open-sans/open-sans-v20-latin-regular.woff") format("woff"), url("../Fonts/open-sans/open-sans-v20-latin-regular.ttf") format("truetype"), url("../Fonts/open-sans/open-sans-v20-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/open-sans/open-sans-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../Fonts/open-sans/open-sans-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/open-sans/open-sans-v20-latin-700.woff2") format("woff2"), url("../Fonts/open-sans/open-sans-v20-latin-700.woff") format("woff"), url("../Fonts/open-sans/open-sans-v20-latin-700.ttf") format("truetype"), url("../Fonts/open-sans/open-sans-v20-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
.ionav-btn {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 860;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.ionav--closed .ionav-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.21em;
  bottom: 0.21em;
  z-index: 850;
  width: 100%;
  min-height: 25px;
  background: linear-gradient(to bottom, black 0 4px, transparent 4px 9px, black 9px 13px, transparent 13px 18px, black 18px 22px, transparent 0);
}

.ionav--open .ionav-btn:hover {
  opacity: 1;
}
.ionav--open .ionav-btn:before,
.ionav--open .ionav-btn:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 100%;
  width: 3px;
  background-color: #fff;
}
.ionav--open .ionav-btn:before {
  transform: rotate(45deg);
}
.ionav--open .ionav-btn:after {
  transform: rotate(-45deg);
}

.ionav-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 840;
}

.ionav-hidden {
  display: none;
}

.ionav--active .ionav-source {
  display: none;
}
.ionav--active .ionav-source.logo,
.ionav--active .ionav-source#logo {
  display: block;
}
.ionav--active .ionav-btn {
  display: block;
}

.ionav-canvas {
  width: 40%;
  min-height: 100%;
  max-height: 100vw;
  min-width: 240px;
  background: #fff;
}
.ionav-canvas > * {
  padding-top: 20px;
  background-color: #fff;
}
.ionav-canvas nav ul {
  list-style-type: none;
}
.ionav-canvas nav a {
  display: block;
  padding: 10px;
}
.ionav-canvas .ionav-logo,
.ionav-canvas #ionav-logo {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

html.ionav--open,
.ionav--open body {
  overflow: hidden;
}

.ionav--open .ionav-overlay {
  display: block;
}

.ionav--hasSubnav ul {
  display: none;
}

ul.ionav--hasSubnav.ionav--active {
  display: block;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
html,
body {
  color: var(--text-color);
  font-family: var(--basefont);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-base);
  line-height: var(--line-height-base);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: var(--heading-weight);
  line-height: 1.3;
  margin: 0;
}

header {
  margin-bottom: 1em;
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

h5 {
  font-size: var(--font-size-h5);
}

a {
  color: var(--text-color);
  text-decoration: none;
  transition: color var(--a-hover-transition-speed);
}
a:hover {
  color: var(--a-hover-color);
}

p {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  margin-bottom: 15px;
}

strong,
b,
.bold {
  font-weight: 700;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.ce-headline-center,
.align-center,
.text-center {
  text-align: center;
}

.text-right,
.align-right {
  text-align: right;
}

.align-justify,
.text-justify {
  text-align: justify;
}

.indent {
  padding-left: 20%;
}

.color-brand {
  color: var(--color-brand);
}

.letter-spacing-1,
span.letter-spacing-1,
a.letter-spacing-1 {
  letter-spacing: var(--letter-spacing-1);
}

.letter-spacing-2,
span.letter-spacing-2,
a.letter-spacing-2 {
  letter-spacing: var(--letter-spacing-2);
}

.font-size-xlarge {
  font-size: var(--font-sizes-xlarge);
}

.font-size-large-lineheight,
.font-size-large {
  font-size: var(--font-sizes-large);
}

.font-size-large-lineheight {
  line-height: 1.2;
}

.font-size-medium {
  font-size: var(--font-sizes-medium);
}

.font-size-small {
  font-weight: 400;
  font-size: var(--font-sizes-small);
}

.font-size-xsmall {
  font-weight: 400;
  font-size: var(--font-sizes-xsmall);
}

.color-grundschule,
.color-mittelstufe,
.color-oberstufe,
.color-fachoberschule,
.color-ganztagsschule,
.color-verein {
  color: var(--color-brand);
}

.frame-container {
  margin-top: 3.14vw;
  margin-bottom: 3.14vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  padding-left: 6vw;
  padding-right: 6vw;
}
@media screen and (min-width: 1921px) {
  .frame-container {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 115px;
    padding-right: 115px;
  }
}

.frame-medium {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1000px + 2 * min(12vw, 40px));
  padding-left: min(12vw, 40px);
  padding-right: min(12vw, 40px);
}

.frame-medium-large {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1200px + 2 * min(12vw, 40px));
  padding-left: min(12vw, 40px);
  padding-right: min(12vw, 40px);
}

.frame-fullwidth {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

.frame-space-before-none {
  margin-top: 0;
}

.frame-space-before-small {
  margin-top: 20px;
}

.frame-space-before-medium {
  margin-top: 40px;
}

.frame-space-before-large {
  margin-top: 60px;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 20px;
}

.frame-space-after-medium {
  margin-bottom: 40px;
}

.frame-space-after-large {
  margin-bottom: 60px;
}

/* COMPONENT - VARIABLES */
.frame-group-text {
  --frame-item-margin: 1rem;
  --frame-item-column-gap: clamp(0.625rem, 0.125rem + 2.5vw, 3.125rem);
  --frame-item-row-gap: clamp(0.625rem, 0.125rem + 2.5vw, 3.125rem);
}

/* COMPONENT - STYLING */
.frame-group-text .ce-gallery + .ce-bodytext {
  margin-top: var(--frame-item-margin);
}
.frame-group-text .ce-bodytext + .ce-gallery {
  margin-top: var(--frame-item-margin);
}
.frame-group-text .ce-bodytext ul {
  padding-left: 1rem;
  list-style-type: disc;
}

.frame-group-text .ce-left .ce-gallery {
  text-align: left;
}

.frame-group-text .ce-center .ce-gallery {
  text-align: center;
}

.frame-group-text .ce-right .ce-gallery {
  text-align: right;
}

.frame-group-text .ce-intext {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--frame-item-column-gap);
  row-gap: var(--frame-item-row-gap);
  /* CE-RIGHT (Image right, text left) */
}
.frame-group-text .ce-intext .ce-gallery picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.frame-group-text .ce-intext .ce-gallery {
  flex: 1 1 max(50% - var(--frame-item-row-gap), 320px);
  text-align: left;
}
.frame-group-text .ce-intext .ce-bodytext {
  flex: 1 1 max(50% - var(--frame-item-row-gap), 320px);
  text-align: left;
}
.frame-group-text .ce-intext.ce-right .ce-gallery {
  order: 1;
}
.frame-group-text .ce-intext.ce-right .ce-bodytext {
  padding-right: 2rem;
}
.frame-group-text .ce-intext.ce-left .ce-bodytext {
  padding-left: 2rem;
}

/* COMPONENT - VARIABLES */
.ce-gallery {
  --gallery-item-min-width: min(280px, 100%);
  --gallery-item-column-gap: 0px;
  --gallery-item-row-gap: 0px;
  --gallery-item-caption-bg: rgba(0, 0, 0, 0.8);
  --gallery-item-caption-color: var(--color-text-invert);
}

/* COMPONENT - STYLING */
.ce-gallery {
  /* & picture img, */
  /* COLUMN LAYOUT (+RESPONSIVE) */
}
.ce-gallery .image-wrapper, .ce-gallery figure, .ce-gallery picture {
  height: 100%;
  width: 100%;
}
.ce-gallery figure {
  position: relative;
}
.ce-gallery picture img {
  object-fit: cover;
  object-position: center center;
}
.ce-gallery figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: var(--padding);
  background: var(--gallery-item-caption-bg);
  color: var(--gallery-item-caption-color);
  text-align: center;
  line-height: var(--line-height);
  transition: all 0.5s;
  opacity: 0;
}
.ce-gallery figure:hover figcaption, .ce-gallery figure:focus figcaption {
  opacity: 1;
}
.ce-gallery figure a + figcaption {
  pointer-events: none;
}
.ce-gallery .ce-gallery-container {
  display: grid;
  grid-template-columns: 100%;
  column-gap: var(--gallery-item-column-gap);
  row-gap: var(--gallery-item-row-gap);
}
.ce-gallery[data-columns="2"] .ce-gallery-container {
  grid-template-columns: repeat(auto-fill, minmax(max(50% - var(--gallery-item-column-gap), var(--gallery-item-min-width)), 2fr));
}
.ce-gallery[data-columns="3"] .ce-gallery-container {
  grid-template-columns: repeat(auto-fill, minmax(max(33.3333333333% - var(--gallery-item-column-gap), var(--gallery-item-min-width)), 3fr));
}
.ce-gallery[data-columns="4"] .ce-gallery-container {
  grid-template-columns: repeat(auto-fill, minmax(max(25% - var(--gallery-item-column-gap), var(--gallery-item-min-width)), 4fr));
}
.ce-gallery[data-columns="5"] .ce-gallery-container {
  grid-template-columns: repeat(auto-fill, minmax(max(20% - var(--gallery-item-column-gap), var(--gallery-item-min-width)), 5fr));
}
.ce-gallery[data-columns="6"] .ce-gallery-container {
  grid-template-columns: repeat(auto-fill, minmax(max(16.6666666667% - var(--gallery-item-column-gap), var(--gallery-item-min-width)), 6fr));
}
.ce-gallery[data-columns="7"] .ce-gallery-container {
  grid-template-columns: repeat(auto-fill, minmax(max(14.2857142857% - var(--gallery-item-column-gap), var(--gallery-item-min-width)), 7fr));
}
.ce-gallery[data-columns="8"] .ce-gallery-container {
  grid-template-columns: repeat(auto-fill, minmax(max(12.5% - var(--gallery-item-column-gap), var(--gallery-item-min-width)), 8fr));
}
.ce-gallery[data-gallery-row-gap="1"] .ce-gallery-container {
  --gallery-item-row-gap: max(20px, 1vw);
}
.ce-gallery[data-gallery-row-gap="2"] .ce-gallery-container {
  --gallery-item-row-gap: max(20px, 2vw);
}
.ce-gallery[data-gallery-row-gap="3"] .ce-gallery-container {
  --gallery-item-row-gap: max(20px, 3vw);
}
.ce-gallery[data-gallery-row-gap="4"] .ce-gallery-container {
  --gallery-item-row-gap: max(20px, 4vw);
}
.ce-gallery[data-gallery-row-gap="5"] .ce-gallery-container {
  --gallery-item-row-gap: max(20px, 5vw);
}
.ce-gallery[data-gallery-row-gap="6"] .ce-gallery-container {
  --gallery-item-row-gap: max(20px, 6vw);
}
.ce-gallery[data-gallery-row-gap="7"] .ce-gallery-container {
  --gallery-item-row-gap: max(20px, 7vw);
}
.ce-gallery[data-gallery-row-gap="8"] .ce-gallery-container {
  --gallery-item-row-gap: max(20px, 8vw);
}
.ce-gallery[data-gallery-row-gap="9"] .ce-gallery-container {
  --gallery-item-row-gap: max(20px, 9vw);
}
.ce-gallery[data-gallery-row-gap="10"] .ce-gallery-container {
  --gallery-item-row-gap: max(20px, 10vw);
}
.ce-gallery[data-gallery-column-gap="1"] .ce-gallery-container {
  --gallery-item-column-gap: max(20px, 1vw);
}
.ce-gallery[data-gallery-column-gap="2"] .ce-gallery-container {
  --gallery-item-column-gap: max(20px, 2vw);
}
.ce-gallery[data-gallery-column-gap="3"] .ce-gallery-container {
  --gallery-item-column-gap: max(20px, 3vw);
}
.ce-gallery[data-gallery-column-gap="4"] .ce-gallery-container {
  --gallery-item-column-gap: max(20px, 4vw);
}
.ce-gallery[data-gallery-column-gap="5"] .ce-gallery-container {
  --gallery-item-column-gap: max(20px, 5vw);
}
.ce-gallery[data-gallery-column-gap="6"] .ce-gallery-container {
  --gallery-item-column-gap: max(20px, 6vw);
}
.ce-gallery[data-gallery-column-gap="7"] .ce-gallery-container {
  --gallery-item-column-gap: max(20px, 7vw);
}
.ce-gallery[data-gallery-column-gap="8"] .ce-gallery-container {
  --gallery-item-column-gap: max(20px, 8vw);
}
.ce-gallery[data-gallery-column-gap="9"] .ce-gallery-container {
  --gallery-item-column-gap: max(20px, 9vw);
}
.ce-gallery[data-gallery-column-gap="10"] .ce-gallery-container {
  --gallery-item-column-gap: max(20px, 10vw);
}

@media screen and (min-width: 1921px) {
  .ce-gallery[data-row-gap="1"] .ce-gallery-container {
    --grid-item-row-gap: 16px;
  }
  .ce-gallery[data-row-gap="2"] .ce-gallery-container {
    --grid-item-row-gap: 38px;
  }
  .ce-gallery[data-row-gap="3"] .ce-gallery-container {
    --grid-item-row-gap: 57px;
  }
  .ce-gallery[data-row-gap="4"] .ce-gallery-container {
    --grid-item-row-gap: 76px;
  }
  .ce-gallery[data-row-gap="5"] .ce-gallery-container {
    --grid-item-row-gap: 96px;
  }
  .ce-gallery[data-row-gap="6"] .ce-gallery-container {
    --grid-item-row-gap: 115px;
  }
  .ce-gallery[data-row-gap="7"] .ce-gallery-container {
    --grid-item-row-gap: 134px;
  }
  .ce-gallery[data-row-gap="8"] .ce-gallery-container {
    --grid-item-row-gap: 153px;
  }
  .ce-gallery[data-row-gap="9"] .ce-gallery-container {
    --grid-item-row-gap: 172px;
  }
  .ce-gallery[data-row-gap="10"] .ce-gallery-container {
    --grid-item-row-gap: 192px;
  }
  .ce-gallery[data-column-gap="1"] .ce-gallery-container {
    --grid-item-gap: 16px;
  }
  .ce-gallery[data-column-gap="2"] .ce-gallery-container {
    --grid-item-gap: 38px;
  }
  .ce-gallery[data-column-gap="3"] .ce-gallery-container {
    --grid-item-gap: 57px;
  }
  .ce-gallery[data-column-gap="4"] .ce-gallery-container {
    --grid-item-gap: 76px;
  }
  .ce-gallery[data-column-gap="5"] .ce-gallery-container {
    --grid-item-gap: 96px;
  }
  .ce-gallery[data-column-gap="6"] .ce-gallery-container {
    --grid-item-gap: 115px;
  }
  .ce-gallery[data-column-gap="7"] .ce-gallery-container {
    --grid-item-gap: 134px;
  }
  .ce-gallery[data-column-gap="8"] .ce-gallery-container {
    --grid-item-gap: 153px;
  }
  .ce-gallery[data-column-gap="9"] .ce-gallery-container {
    --grid-item-gap: 172px;
  }
  .ce-gallery[data-column-gap="10"] .ce-gallery-container {
    --grid-item-gap: 192px;
  }
}
.ce-uploads {
  margin-left: 20px;
}

.ce-uploads-imagegallery {
  column-width: 300px;
  column-gap: 0;
  row-gap: 0;
  gap: 0;
  list-style: none;
  margin-left: 0;
}
.ce-uploads-imagegallery video {
  max-width: 100%;
}
.ce-uploads-imagegallery a {
  display: block;
  margin: 0;
  padding: 5px;
  overflow: hidden;
}
.ce-uploads-imagegallery a figure {
  overflow: hidden;
}
.ce-uploads-imagegallery a img {
  transition: all 400ms;
}
.ce-uploads-imagegallery a:hover img {
  transform: scale(1.1);
}

.layout-grid-item,
.layout-grid-item-icon {
  background-color: var(--color-brand);
  color: #fff;
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
  line-height: 1.5em;
}
.layout-grid-item h1, .layout-grid-item h2, .layout-grid-item h3, .layout-grid-item h4,
.layout-grid-item-icon h1,
.layout-grid-item-icon h2,
.layout-grid-item-icon h3,
.layout-grid-item-icon h4 {
  color: #fff;
}
.layout-grid-item a,
.layout-grid-item-icon a {
  color: #fff;
}
.layout-grid-item a:hover,
.layout-grid-item-icon a:hover {
  color: var(--color-brand);
}
.layout-grid-item .grid-item:first-child,
.layout-grid-item-icon .grid-item:first-child {
  padding-top: 40px;
  padding-right: 3vw;
  padding-bottom: 40px;
  padding-left: 7vw;
}
@media screen and (min-width: 1024px) {
  .layout-grid-item,
  .layout-grid-item-icon {
    grid-template-columns: 50% 50%;
  }
  .layout-grid-item:nth-child(even) > .grid-item:first-child,
  .layout-grid-item-icon:nth-child(even) > .grid-item:first-child {
    grid-row: 1;
    grid-column-start: 2;
  }
  .layout-grid-item:nth-child(even) > .grid-item:last-child,
  .layout-grid-item-icon:nth-child(even) > .grid-item:last-child {
    grid-row: 1;
    grid-column-start: 1;
  }
}
@media screen and (min-width: 1921px) {
  .layout-grid-item .grid-item:first-child,
  .layout-grid-item-icon .grid-item:first-child {
    padding-left: 176px;
  }
}

@media screen and (min-width: 1024px) {
  .layout-grid-item-icon {
    position: relative;
  }
  .layout-grid-item-icon::before {
    background-image: url("../Icons/element_flower_background.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    content: " ";
    height: calc(100% - 40px);
    left: 45%;
    position: absolute;
    top: 0;
    width: 19%;
    transform: translateX(-50%);
  }
}

.frame-type-header ~ .layout-grid-item-icon {
  margin-top: -3.14vw;
}
@media screen and (min-width: 1921px) {
  .frame-type-header ~ .layout-grid-item-icon {
    margin-top: -40px;
  }
}

@media screen and (min-width: var(--mobile)) {
  .frame-type-textmedia .ce-textpic.ce-intext .ce-gallery {
    flex-shrink: unset;
    flex: 1 0 auto;
  }
  .frame-type-textmedia .ce-textpic.ce-intext .ce-bodytext {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 1200px) {
  .frame-type-textmedia .ce-textpic.ce-intext.ce-right {
    flex-direction: row-reverse;
    align-items: center;
  }
  .frame-type-textmedia .ce-textpic.ce-intext.ce-left {
    flex-direction: row;
    align-items: center;
  }
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  /* disable callout, image save panel (popup) */
  -webkit-tap-highlight-color: transparent;
  /* "turn off" link highlight */
}

a:focus {
  outline: 0;
}

/* works default only if EXT:hh_video_extender is installed and enabled! */
[data-type=external] .video-embed {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
[data-type=external] .video-embed > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

ul {
  list-style: none;
  padding: 0 1em;
  position: relative;
}

.cursor-pointer {
  cursor: pointer;
}

main ul li::before {
  content: "-";
  display: block;
  left: 0;
  position: absolute;
}

nav ul li::before {
  display: none;
}

#header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1920px;
  padding-left: 6vw;
  padding-right: 6vw;
}
#header #logo {
  margin-top: 41px;
  margin-bottom: 30px;
  max-width: 80%;
}
#header #menu-main {
  align-self: flex-end;
}
#header > .menu-additional {
  align-self: flex-end;
}
#header > .menu-additional > ul {
  display: flex;
  flex-wrap: wrap;
}
#header > .menu-additional li {
  width: 50%;
}
#header > .menu-additional a {
  display: block;
  padding: 6px;
}
#header > .menu-additional .files, #header > .menu-additional .title {
  display: inline-block;
}
#header > .menu-additional .files {
  height: 25px;
  vertical-align: bottom;
  width: 25px;
}
@media screen and (min-width: 580px) {
  #header > .menu-additional li {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1025px) {
  #header #logo {
    margin-bottom: 0;
  }
  #header > .menu-additional li {
    width: auto;
  }
}
@media screen and (min-width: 1921px) {
  #header {
    padding-left: 117px;
    padding-right: 117px;
  }
}

#banner {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}
#banner > .frame-container {
  margin: 0;
  padding: 0;
}
#banner .menu-aside {
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  #banner .menu-aside > ul li {
    position: relative;
  }
  #banner .menu-aside > ul li ul {
    background-color: var(--color-brand);
    border-bottom-right-radius: 14px;
    display: none;
    padding-bottom: 10px;
    position: absolute;
  }
  #banner .menu-aside > ul li ul a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #banner .menu-aside > ul li > ul {
    left: 0;
    white-space: nowrap;
  }
  #banner .menu-aside > ul li:hover > ul {
    display: block;
  }
  #banner .menu-aside > ul li:last-child > ul {
    left: initial;
    right: 0;
  }
}

#footer {
  background-color: #DFD6CF;
  background-image: url("../icons/element_flower_white.svg");
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-position: -2% 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: var(--font-size-h4);
  font-weight: 600;
  margin: 0 auto;
  max-width: 1920px;
  min-height: 500px;
  padding-left: 6vw;
  padding-right: 6vw;
}
#footer > .content > p {
  color: var(--color-brand);
  font-size: 2rem;
}
#footer > .content > ul {
  font-weight: 600;
  list-style: none;
  padding: 0;
}
#footer > .content > ul li {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}
#footer > .content > ul a {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
}
#footer > .menu-trenner > ul {
  font-size: 1rem;
  margin: 0;
}
#footer > .menu-trenner > ul > li {
  display: inline-block;
}
#footer > .menu-trenner > ul > li:not(:last-child)::after {
  color: #A81715;
  content: "|";
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  #footer {
    padding-left: 26vw;
  }
  #footer > .content > ul li {
    display: inline-block;
  }
  #footer > .content > ul li:not(:last-child)::after {
    color: #A81715;
    content: "|";
    display: inline-block;
    padding-left: 0.3em;
  }
}
@media screen and (min-width: 1921px) {
  #footer {
    font-size: 25px;
    padding-left: 534px;
    padding-right: 117px;
  }
}

.js #header + #banner {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .js #header + #banner {
    margin-top: 0;
  }
}

.btn {
  display: inline-block;
  transition: all 400ms;
}

.btn-brand {
  background-color: var(--btn-brand-bg-color);
  border-radius: 10px;
  color: #fff;
  padding: 12px 40px;
}
.btn-brand:hover {
  background-color: var(--btn-brand-bg-hover-color);
}

#menu-main {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
#menu-main > ul {
  display: flex;
  margin: 0;
}
#menu-main > ul > li > a {
  color: var(--color-brand);
  display: inline-block;
  padding: 10px clamp(1rem, 0.95rem + 0.25vw, 1.25rem) 20px clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
#menu-main > ul > li > a:hover {
  color: #000;
}

.menu-aside ul {
  margin: 0;
}
.menu-aside ul a {
  display: block;
}
@media screen and (min-width: 1024px) {
  .menu-aside {
    background-color: var(--color-brand);
    border-top-right-radius: 14px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-left: 10.5vw;
    padding-right: 2vw;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  .menu-aside > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu-aside a {
    color: #fff;
    padding: 10px 2vw;
  }
}
@media screen and (min-width: 1921px) {
  .menu-aside {
    padding-left: 201px;
    padding-right: 38px;
  }
  .menu-aside a {
    padding: 10px 38px;
  }
}

.js .menu-aside {
  display: none;
}
@media screen and (min-width: 1024px) {
  .js .menu-aside {
    display: inline-block;
  }
}

.ionav-menu-aside {
  background-color: var(--color-brand);
  padding: 0;
}
.ionav-menu-aside a {
  color: #fff;
}
.ionav-menu-aside > ul ul {
  margin-left: 20px;
}
.ionav-menu-aside > ul ul a {
  padding-top: 5px;
  padding-bottom: 5px;
}
/*# sourceMappingURL=sourcemaps/fachoberschule-theme.min.css.map */
