/*
This file is part of a project by YOUHEY Communication AG.
Unless otherwise stated, all rights are held by the author.
*/
/*
    Created on : 17.02.2026, 11:56:05
    Author     : Kilian Frey <kilian.frey@youhey.ch>
*/
/* = Variables = */
/*
*/
:root {
  --primary: #5284c4;
  --primary-hover: #3c6191;
  --t-grey: #777;
  --t-dark-grey: #6c7079;
  --t-light-grey: #ececec;
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(../Fonts/Noto_Sans/NotoSans-Italic-VariableFont_wdth,wght.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(../Fonts/Noto_Sans/NotoSans-VariableFont_wdth,wght.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-ThinItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-ExtraLightItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-LightItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-MediumItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-SemiBoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-BoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-ExtraBoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-BlackItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-Thin.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-ExtraLight.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-ExtraBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../Fonts/Barlow/Barlow-BlackItalic.ttf) format('truetype');
}
/* = Typography = */
body,
html {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
}
a,
a *,
a.h1,
a.h2,
a.h3,
a.h4,
a.h5,
a.h6 {
  color: inherit;
}
a:hover {
  color: inherit;
}
body {
  letter-spacing: 1px;
  overflow-y: scroll;
}
body > .wrapper {
  min-height: 100vh;
}
.page-content {
  flex: 1;
}
.page-content {
  padding-top: 70px;
}
.page-content > * {
  scroll-margin-top: 160px;
}
@media (min-width: 992px) {
  body.scroll .page-content {
    /* padding-top: 150px; */
  }
}
.pagetype-noCarousel .page-content {
  margin-top: 0;
}
@media (min-width: 768px) {
  .pagetype-noCarousel .page-content {
    margin-top: 120px;
  }
}
.pagetype-extranet .content {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .page-content {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .page-content {
    padding-top: 0px;
  }
}
.container .container {
  padding: 0;
}
.container-fullwidth {
  margin: 0;
  padding: 0;
  width: 100%;
}
.frame {
  clear: both;
  margin: 30px 0;
}
.g-col .frame:first-child {
  margin-top: 0;
}
.g-col .frame:last-child {
  margin-bottom: 0;
}
.container .container .frame {
  margin: 0;
}
.frame-type-header {
  /* margin-bottom: 48px; */
}
.frame.frame-type-div,
.ce-div {
  margin: 2rem 0;
}
.frame-layout-10 {
  background-color: var(--t-light-grey);
  padding: 30px 0;
}
@media (min-width: 1200px) {
  .frame-layout-10 .frame-type-gridelements_pi1,
  .frame-layout-10 .frame,
  .frame-layout-10 figure {
    margin-bottom: 0;
  }
}
.heroslider {
  border-bottom: 12px solid var(--primary);
  padding-bottom: 3px;
}
.frame-splide {
  padding-top: 1rem;
}
.content-wrap {
  margin-bottom: 18px;
}
.box-container > div {
  margin-bottom: 2rem;
}
.frame.frame-space-after-extra-small {
  margin-bottom: 1rem !important;
}
.frame.frame-space-after-small {
  margin-bottom: 1.5rem !important;
}
.frame.frame-space-after-medium {
  margin-bottom: 2rem !important;
}
.frame.frame-space-after-large {
  margin-bottom: 2.5rem !important;
}
.frame.frame-space-after-extra-large {
  margin-bottom: 3rem !important;
}
/* # container # */
.frame-type-container .g-grid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
.container > .g-grid {
  display: grid;
  gap: calc(2 * var(--bs-gutter-y)) var(--bs-gutter-x);
  grid-template-columns: 1fr;
}
/* auto-columns items */
.container_100.frame-layout-10 > .g-grid {
  grid-auto-rows: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .container_100.frame-layout-10 > .g-grid {
    gap: 2rem;
  }
  .container_100.frame-layout-10 > .g-grid,
  .container_50-50 > .g-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .container_66-33 > .g-grid {
    grid-template-columns: 2fr 1fr;
  }
  .container_33-66 > .g-grid {
    grid-template-columns: 1fr 2fr;
  }
  .container_4x25 > .g-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .container_100.frame-layout-10 > .g-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .container_3x33 > .g-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .container_4x25 > .g-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.g-col {
  /*	align-items: start;
	display: inline-grid;
	gap: var(--frame-margin-bottom);*/
}
.g-col > div:not(:last-child) {
  margin-bottom: 2rem;
}
/* = Head = */
.page-head {
  background-color: #fff;
  height: 80px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 5;
}
body.scroll .page-head {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .page-head {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .page-head {
    height: 150px;
    position: sticky;
  }
  /* body.scroll .page-head { */
  /* height: 44px; */
  /* position: fixed; */
  /* } */
  /* body.scroll .head-main { */
  /* display: none; */
  /* } */
}
@media (min-width: 1400px) {
  .page-head {
    height: 194px;
  }
}
.head-main {
  height: 80px;
  position: relative;
  transition: background-color 0.3s ease;
  z-index: 100;
}
@media (min-width: 992px) {
  .head-main {
    height: 150px;
  }
}
@media (min-width: 1400px) {
  .head-main {
    /* height: 130px; */
  }
}
.page-title a,
.page-title a:hover {
  text-decoration: none;
}
.page-title h1 {
  margin: 0;
}
.page-head .logo {
  z-index: 100;
}
.page-head .logo img,
.page-head .logo svg {
  height: 80px;
  width: auto;
}
@media (min-width: 768px) {
  .page-head .logo img,
  .page-head .logo svg {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .page-head .logo img,
  .page-head .logo svg {
    height: 150px;
  }
}
.head-menu {
  background-color: var(--primary);
}
.menu-wrap {
  /* margin: 36px 0 0 24px; */
}
.page-title {
  margin-bottom: 0;
}
/* = Footer = */
.page-foot {
  background-color: var(--t-dark-grey);
  color: #fff;
  font-size: 0.8rem;
  margin-top: 30px;
  padding: 24px 0 48px;
}
.page-foot .frame {
  margin: 0;
}
.page-foot p {
  margin-bottom: 12px;
}
.page-foot a {
  color: #fff;
}
.page-foot a:hover {
  text-decoration: underline;
  color: #fff;
}
.page-foot .social a:hover {
  text-decoration: none;
}
/* = Menu = */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav a,
nav a:hover {
  color: #fff;
  text-decoration: none;
}
/* == Main == */
nav.main {
  font-size: 1rem;
}
nav.main li.group {
  position: relative;
}
nav.main a {
  border-bottom: none;
  display: inline-flex;
  flex-direction: column;
  font-weight: 300;
  justify-content: space-between;
  line-height: 32px;
  padding: 6px 12px;
  position: relative;
  text-transform: uppercase;
  z-index: 5;
  letter-spacing: 1px;
}
@media (min-width: 1400px) {
  nav.main a {
    margin: 0;
  }
}
nav.main .nav-link {
  color: inherit;
  left: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
nav.main li.active,
nav.main li.current,
nav.main li.subopen,
nav.main li:hover {
  background-color: #fff;
}
nav.main li:hover a,
nav.main li.active a,
nav.main li.current a,
nav.main li.subopen a {
  color: var(--primary);
  text-decoration: none;
}
nav.main li.active > a .nav-link,
nav.main li.current > a .nav-link,
nav.main li.subopen > a .nav-link {
  color: var(--primary);
}
/* -- Submenu -- */
nav.main .submenu {
  background-color: rgba(255, 255, 255, 0.95);
  /* https://smoothshadows.com/#djEsMSwzLDAuMDgsMjgsMjUsMCwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
  box-shadow: 0px 3px 3px rgba(3, 7, 18, 0.03), 0px 11px 12px rgba(3, 7, 18, 0.05), 0px 25px 28px rgba(3, 7, 18, 0.08);
  display: none;
  left: 0px;
  padding: 12px 0;
  position: absolute;
  top: 44px;
  z-index: 2;
}
nav.main li.subopen > .submenu,
nav.main li:hover > .submenu {
  display: inline-block;
}
nav.main .submenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.main .submenu li {
  display: block;
  margin: 0;
  min-width: 240px;
  padding: 3px 24px;
  position: relative;
}
nav.main .submenu li.sub {
  display: flex;
}
nav.main .submenu a {
  color: var(--primary);
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
nav.main .submenu li.active,
nav.main .submenu li.current,
nav.main .submenu li:hover {
  background-color: var(--primary);
}
nav.main .submenu li.active > a,
nav.main .submenu li.current > a,
nav.main .submenu li:hover > a {
  color: #fff;
}
nav.main .submenu .submenu {
  left: 100%;
  padding: 0 0 0.5rem;
  top: 0;
}
/* == Meta == */
.meta {
  font-size: 0.7rem;
  margin-top: 4px;
}
.meta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.meta li {
  display: inline-block;
  margin-right: 36px;
}
.meta li:last-child {
  margin-right: 0;
}
.meta a,
.meta a:hover {
  color: var(--primary);
  text-decoration: none;
  text-transform: uppercase;
}
.meta .icon {
  display: inline-block;
  height: 24px;
  margin-top: -7px;
  padding: 0 4px;
  text-align: center;
}
.meta .icon img {
  margin-bottom: 3px;
  width: 36px;
}
nav.mobile .meta {
  text-align: center;
}
/* == Hamburger == */
.hamburger-container {
  margin-left: auto;
  margin-top: 18px;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .hamburger-container {
    margin-left: 0;
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  .hamburger-container {
    margin-top: 70px;
  }
}
.hamburger {
  padding: 12px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: var(--primary);
}
/* == Mobile Navigation == */
nav.mobile {
  background-color: #fff;
  bottom: 0px;
  box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.75);
  left: -100vw;
  min-height: 100%;
  overflow-y: scroll;
  padding-bottom: 40px;
  position: fixed;
  scrollbar-width: none;
  top: 80px;
  transition: left 500ms ease-in-out;
  width: 100vw;
  z-index: 99;
}
@media (min-width: 768px) {
  nav.mobile {
    left: unset;
    right: -500px;
    top: 100px;
    transition: right 500ms ease-in-out;
    width: 500px;
  }
}
@media (min-width: 992px) {
  nav.mobile {
    top: 130px;
  }
}
body.menu-open {
  overflow: hidden;
}
body.menu-open .menu-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
body.menu-open nav.mobile {
  left: 0px;
}
@media (min-width: 768px) {
  body.menu-open nav.mobile {
    left: unset;
    min-height: unset;
    right: calc((100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  body.menu-open nav.mobile {
    right: calc((100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  body.menu-open nav.mobile {
    right: calc((100% - 1140px) / 2);
  }
}
nav.mobile ul.menu {
  margin: 12px 0 0;
  margin-bottom: 1rem;
  min-height: 60vh;
  padding-left: 0px;
  text-align: center;
}
nav.mobile li {
  transition: all 0.3s ease;
}
nav.mobile ul.menu li {
  background-color: var(--primary);
  display: block;
  position: relative;
}
nav.mobile .menu a {
  color: #fff;
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  hyphens: auto;
  padding: 3px 35px 3px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  /* transition: all 0.3s ease; */
  z-index: 5;
}
nav.mobile .nav-link-home {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  nav.mobile .menu a {
    font-size: 1.1rem;
    padding: 6px 10px;
  }
}
nav.mobile a:active,
nav.mobile a:focus,
nav.mobile li:hover > a,
nav.mobile .active > a,
nav.mobile .current > a,
nav.mobile .subopen > a {
  background-color: #fff;
  color: var(--primary);
}
nav.mobile li.active > a > .subindicator .cls-1,
nav.mobile li.current > a > .subindicator .cls-1,
nav.mobile li.subopen > a > .subindicator .cls-1,
nav.mobile li:hover > a > .subindicator .cls-1 {
  fill: var(--primary);
}
nav.mobile .subindicator {
  height: 20px;
  position: absolute;
  right: 12px;
  top: 7px;
  transform: rotate(0deg);
  width: 20px;
}
@media (min-width: 768px) {
  nav.mobile .subindicator {
    height: 30px;
    top: 6px;
    width: 30px;
  }
}
nav.mobile .submenu {
  background-color: var(--t-light-grey);
  display: none;
  padding: 6px 0;
}
nav.mobile .submenu a {
  background-color: var(--t-light-grey);
  color: var(--primary);
  display: block;
  font-size: 1.1rem;
  padding: 3px 24px;
  text-transform: none;
}
nav.mobile ul.menu .submenu li.active > a,
nav.mobile ul.menu .submenu li.current > a,
nav.mobile ul.menu .submenu li:hover > a {
  background-color: var(--primary);
  color: #fff;
}
nav.mobile .submenu .subindicator .cls-1 {
  fill: var(--primary);
}
nav.mobile .submenu li.active > a > .subindicator .cls-1,
nav.mobile .submenu li.current > a > .subindicator .cls-1,
nav.mobile .submenu li:hover > a > .subindicator .cls-1 {
  fill: #fff;
}
nav.mobile li.subopen > a > .subindicator {
  transform: rotate(180deg);
}
nav.mobile li.subopen > .submenu {
  display: block;
}
/* == Crumbtrail == */
nav.crumbtrail {
  color: var(--primary);
  font-size: 0.8rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
nav.crumbtrail li {
  color: inherit;
  display: inline-block;
}
nav.crumbtrail li:after {
  content: "|";
}
nav.crumbtrail li:last-child:after {
  content: "";
}
nav.crumbtrail a {
  color: var(--primary);
}
/* == Icons == */
nav.icons {
  display: none;
  position: fixed;
  bottom: 20px;
  z-index: 20;
}
@media (min-width: 992px) {
  nav.icons {
    display: block;
  }
}
nav.icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.icons li {
  box-shadow: 3px 3px 3px rgba(64, 64, 64, 0.6);
  display: block;
  margin-bottom: 6px;
  text-align: center;
}
nav.icons .icon {
  display: inline-block;
  width: 32px;
}
nav.icons a {
  background-color: #ededed;
  border-left: 0;
  display: inline-block;
  padding: 0.75rem;
}
nav.mobile nav.icons {
  border-bottom: 1px solid var(--t-light-grey);
  display: block;
  position: relative;
  top: 0;
}
nav.mobile nav.icons li {
  box-shadow: unset;
  display: inline-block;
  margin: 0 0.5rem;
}
nav.mobile nav.icons a {
  background-color: transparent;
  border: none;
  display: inline-block;
  padding: 0.5rem;
}
@media (min-width: 992px) {
  nav.mobile nav.icons {
    display: none;
  }
  nav.icons {
    left: -20px;
    position: fixed;
    /* top: 50%; */
    width: 60px;
    z-index: 20;
  }
  nav.icons li {
    text-align: right;
    transition: margin-left 0.3s ease;
    width: 76px;
  }
  nav.icons li:hover {
    margin-left: 16px;
  }
  nav.icons a {
    padding: 12px 8px;
  }
  nav.icons .icon {
    margin-left: 20px;
    text-align: center;
    width: 40px;
  }
}
/* = Content = */
a {
  color: var(--g-grey-dark);
  transition: color 0.3s ease;
}
a:hover {
  color: #222;
  text-decoration: underline;
}
.hero-element a:hover {
  color: #fff;
}
blockquote {
  font-size: 1.2rem;
}
.frame header {
  margin-bottom: 1.2rem;
}
h1,
h2,
h3 {
  hyphens: auto;
}
.header-0 h2 {
  color: var(--primary);
  margin-bottom: 1.2rem;
}
/*.header-inline h1,
.header-inline h2,
.header-inline h3,
.header-inline h4,
.header-inline h5,
.header-inline h6 {
	display: inline-block;
	margin-bottom: 0;
}*/
/*h2.subheader {
	font-size: calc(1.375rem + 1.5vw);
}

h3.subheader {
	font-size: calc(1.325rem + .9vw);
}

h4.subheader {
	font-size: calc(1.3rem + .6vw);
}

h5.subheader {
	font-size: calc(1.275rem + .3vw);
}

h6.subheader {
	font-size: 1.25rem;
}

@media(min-width: 1200px) {
	h2.subheader {
		font-size: 2.5rem;
	}

	h3.subheader {
		font-size: 2rem;
	}

	h4.subheader {
		font-size: 1.75rem;
	}

	h5.subheader {
		font-size: 1.5rem;
	}
}*/
.btn {
  border-radius: 0;
  padding-left: 36px;
  padding-right: 36px;
}
.btn a {
  text-decoration: none;
}
.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
  text-decoration: none;
}
.btn-primary a:hover {
  color: inherit;
  text-decoration: none;
}
.ce-row {
  column-gap: 30px;
  display: inline-grid;
  grid-template-columns: 1fr;
}
.ce-row.columns-2,
.ce-row.columns-4 {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 576px) {
  .ce-row.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .ce-row.columns-2 {
    grid-template-columns: 1fr 1fr;
  }
  .ce-row.columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.ce-intext.ce-left .ce-gallery {
  float: left;
  margin-right: 12px;
}
.ce-intext.ce-right .ce-gallery {
  float: right;
  margin-left: 12px;
}
.ce-border img {
  border: 1px solid var(--font);
}
.image-caption {
  margin-top: 8px;
}
.link-epaper {
  background: url(./Images/Icon_book.png) no-repeat left center;
  background-size: 24px;
  padding-left: 38px;
}
.link-pdf {
  background: url(./Images/Icon_PDF.png) no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
}
ol,
ul {
  padding-left: 1rem;
}
.lightbox:focus {
  outline-width: none;
}
.form-group {
  margin-bottom: 12px;
}
ul.ce-uploads {
  list-style: none;
  padding-left: 0px;
}
ul.ce-uploads > li {
  display: block;
  margin-bottom: 10px;
}
ul.ce-uploads .col-auto {
  padding-right: 0px;
}
ul.ce-uploads .col {
  padding-left: 15px;
}
ul.ce-uploads img.filetype-icon {
  width: 25px;
  height: auto;
}
ul.ce-uploads a {
  /* font-size: 1.2rem; */
  /* line-height: 1.5rem; */
  text-decoration: none;
}
.likeblog .likeblog-item {
  border-bottom: 1px solid var(--m-grey);
}
.pagination {
  margin: 1.5rem 0;
}
.pagination .page-item {
  margin-right: 6px;
}
.pagination .page-item:last-child {
  margin-right: 0;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}
.pagination .page-item .page-link {
  background-color: var(--m-grey);
  border: none;
  color: inherit;
  padding: 0.375rem 1rem;
}
.pagination .page-item.active .page-link {
  background-color: var(--primary);
  color: #fff;
}
.frame-type-table .ce-table {
  display: block;
}
.frame-type-table th,
.frame-type-table td {
  padding: 3px;
}
.frame-type-table .ce-table-bordered th,
.frame-type-table .ce-table-bordered td {
  border: 1px solid var(--t-light-grey);
}
.frame-type-table tfoot td {
  font-weight: 700;
}
.ce-image,
.ce-textmedia,
.ce-textpic {
  --bs-gutter-x: 2rem;
}
.ce-image:not(.ce-intext),
.ce-textmedia:not(.ce-intext),
.ce-textpic:not(.ce-intext) {
  display: flex;
  flex-direction: column;
  gap: calc(var(--bs-gutter-x) / 2) var(--bs-gutter-x);
}
ce-textmedia.ce-above,
.ce-textmedia.ce-below,
.ce-textpic.ce-above,
.ce-textpic.ce-below {
  flex-direction: column;
}
.ce-image,
.ce-textmedia:not(.ce-above):not(.ce-below) .ce-gallery,
.ce-textpic:not(.ce-above):not(.ce-below) .ce-gallery,
.ce-textmedia:not(.ce-above):not(.ce-below) .ce-bodytext,
.ce-textpic:not(.ce-above):not(.ce-below) .ce-bodytext {
  order: 1;
  /*flex-grow: 1;*/
}
.ce-textpic.ce-right .ce-gallery {
  order: 2 !important;
}
@media (min-width: 992px) {
  .ce-image.columns-1:not(.ce-intext),
  .ce-textmedia.columns-1:not(.ce-above):not(.ce-below):not(.ce-intext),
  .ce-textpic.columns-1:not(.ce-above):not(.ce-below):not(.ce-intext) {
    flex-direction: row;
  }
  .ce-textpic.columns-1.ce-left:not(.ce-intext) .ce-gallery,
  .ce-textpic.columns-1.ce-right:not(.ce-intext) .ce-gallery {
    width: calc(40% - (var(--bs-gutter-x) / 2));
  }
  .ce-textpic.columns-1.ce-left:not(.ce-intext) .ce-bodytext,
  .ce-textpic.columns-1.ce-right:not(.ce-intext) .ce-bodytext {
    width: calc(60% - (var(--bs-gutter-x) / 2));
  }
}
@media (min-width: 992px) {
  .ce-image,
  .ce-textmedia:not(.ce-above):not(.ce-below):not(.ce-intext),
  .ce-textpic:not(.ce-above):not(.ce-below):not(.ce-intext) {
    flex-direction: row;
  }
  .ce-textpic.ce-left:not(.ce-intext) .ce-gallery,
  .ce-textpic.ce-right:not(.ce-intext) .ce-gallery {
    width: calc(40% - (var(--bs-gutter-x) / 2));
  }
  .ce-textpic.ce-left:not(.ce-intext) .ce-bodytext,
  .ce-textpic.ce-right:not(.ce-intext) .ce-bodytext {
    width: calc(60% - (var(--bs-gutter-x) / 2));
  }
}
.ce-textpic.ce-below .ce-bodytext {
  margin-bottom: 1rem;
}
.ce-gallery {
  --gallery-gap: var(--bs-gutter-x);
  display: flex;
  flex-direction: column;
  gap: var(--gallery-gap);
  width: 100%;
}
.ce-image.ce-intext .ce-gallery,
.ce-textmedia.ce-intext .ce-gallery,
.ce-textpic.ce-intext .ce-gallery {
  --gallery-gap: calc(var(--bs-gutter-x) / 2);
  width: 100%;
}
@media (min-width: 992px) {
  .ce-image.ce-intext .ce-gallery,
  .ce-textmedia.ce-intext .ce-gallery,
  .ce-textpic.ce-intext .ce-gallery {
    max-width: calc(40% - (var(--bs-gutter-x) / 2));
    width: auto;
  }
}
.ce-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gallery-gap);
}
@media (min-width: 768px) {
  .ce-row {
    flex-wrap: nowrap;
  }
}
.columns-1 {
  --gallery-columns: 1;
}
.columns-2,
.columns-4 {
  --gallery-columns: 2;
}
.columns-3,
.columns-6 {
  --gallery-columns: 3;
}
@media (min-width: 992px) {
  .columns-4 {
    --gallery-columns: 4;
  }
}
@media (min-width: 1200px) {
  .columns-6 {
    --gallery-columns: 6;
  }
}
.ce-gallery .ce-column {
  text-align: center;
  width: calc((100% / var(--gallery-columns)) - (var(--gallery-gap) * (var(--gallery-columns) - 1)) / var(--gallery-columns));
}
.ce-center .ce-row {
  justify-content: center;
}
.ce-right .ce-row {
  justify-content: flex-end;
}
figure {
  display: block;
  margin: 0;
}
.ce-col figure {
  margin-bottom: 0;
}
figure figcaption {
  font-size: 0.85rem;
  padding-top: 0.25rem;
  word-wrap: break-word;
}
.ce-border img {
  border: 1px solid var(--color-grey-900);
}
@media (max-width: 767px) {
  .frame-fluid .ce-gallery {
    margin: 0 calc(-1 * var(--bs-gutter-x));
  }
}
.glightbox-clean .gslide-title,
.glightbox-clean .gslide-desc {
  color: var(--body-color);
  font-family: inherit;
}
/* - Refbejuso - */
.apibox,
.eventbox,
.newsbox,
.servicebox {
  background-color: #ededed;
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  /* == grid-gutter */
  padding: 1rem;
  /* width: calc(100% - 30px); */
}
.frame-layout-10 .apibox {
  background-color: #fff;
  color: inherit;
}
.apibox hr {
  border-top: 1px solid #fff;
  margin: 0.5rem 0;
}
.apibox header,
.eventbox header,
.newsbox header,
.servicebox header {
  hyphens: auto;
}
.apibox header h4 {
  margin: 1rem 0rem;
}
.apibox header h5 {
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  font-size: 0.9rem;
}
.frame-layout-10 .apibox header h5 {
  border-bottom: 1px solid var(--t-grey-dark);
}
.apibox header a,
.eventbox header a,
.newsbox header a,
.servciebox header a {
  color: inherit;
  text-decoration: none;
  hyphens: none;
}
.apibox .lead {
  flex-grow: 1;
  font-size: 1rem;
}
.apibox .more,
.eventbox .more,
.newsbox .more,
.servicebox .more {
  margin-top: 1.5rem;
  text-align: right;
  text-transform: uppercase;
}
.tx-refbejusoapi .link-list {
  text-transform: uppercase;
}
/* -- events -- */
.event .address,
.event .metainfo,
.event .register {
  margin-bottom: 1.5rem;
}
.event .grey-bg {
  background-color: #ededed;
  padding: 25px 30px;
}
@media (min-width: 768px) {
  .event .grey-bg {
    margin-right: 15px;
    flex: 0 0 calc(33.333333% - 15px);
    max-width: calc(33.333333% - 15px);
  }
}
/* -- news -- */
.article .lead {
  margin-bottom: 1.5rem;
}
/*# sourceMappingURL=Stylesheet.css.map */