@font-face{font-family:'Supra Light';font-style:normal;font-display:swap;font-weight:300;src:url('../fonts/supra_light.woff2') format('woff2')}
@font-face{font-family:'Supra Medium';font-style:normal;font-display:swap;font-weight:500;src:url('../fonts/supra_medium.woff2') format('woff2')}

/* -----------------------------
   RESET & BASICS
----------------------------- */

body, html {
  font-family: 'Supra Light';
  font-weight: 500;
}

body {
  overflow-x: hidden;
}

.row > * {
    padding-left: 0px;
    padding-right: 0px;
  }

.row {
  --bs-gutter-x: 0px; 
}

.node__content {
  margin-top: 0px;
}

 .node .field--type-image {
    float: none;
    margin: 0;
  }

.field--type-image img{
  margin: 0px !important;
  width: 100% !important;
}

.field--type-entity-reference {
  margin: 0px;
}

.paragraph img {
  width: 100%;
  height: auto;
  max-width: 100% !important;
}

img {
  position: relative;
  z-index: 10;
}

.buttons:empty,
.buttons:not(:has(*)):not(:has(:not(:empty))) {
  display: none !important;
}

.path-mercury-editor .admin-toolbar {
  display: none !important;
}

.container {
  --bs-gutter-x: 0px;
}


/* -----------------------------
  TYPOGRAPHIE / HEADERS
----------------------------- */

.node h1 {
}

.node h2 {
  
}

.node h3 {
 
}

.node p {
 
}

.node strong {

}

.node a {
 
}

.node a:hover {
}


/* -----------------------------
  BACKGROUND
----------------------------- */

#main-wrapper {
  position: relative;
}



/* -----------------------------
  NAVBAR
----------------------------- */

#header {
  background: #fff;
  position: relative;
  z-index: 20;
}

#header div {
    height: 0px !important;
}

.scrolled #header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}

.scrolled.toolbar-fixed #header{
  top: -65px;
  left: 65px;
}


#navbar-top {
  display: none;
}

.navbar-brand img {
  max-height: 100px
}

.navbar {
  max-width: 1400px;
  margin: auto;
  width: 100%;
}

.navbar-nav {
    justify-content: space-between;
    padding-right: 25%;
}

a.nav-link {
}

a.nav-link.active, a.nav-link:hover {

}

.navbar-brand {
  order: 2;
}

#CollapsingNavbar {
  order: 1;
  justify-content: flex-start !important;
}



/* -----------------------------
  EPT COLUMNS
----------------------------- */

.ept-paragraph-columns .field--name-field-ept-columns {
  gap: 36px;
}

/* -----------------------------
  EPT IMAGE
----------------------------- */

.ept-paragraph--type--ept-image .ept-container {
  display: flex;
  flex-direction: column;
}

.ept-paragraph--type--ept-image .ept-container .field--name-field-ept-text {
  order: 1;
}

.ept-paragraph--type--ept-image .ept-container div {
  order: 2;
}

.image-position-right  .hero-col-2 {
  display: flex;
  align-items: center;
  padding-left: calc((100% - 1320px) / 2);
}

.image-position-left .hero-col-2 {
  display: flex;
  align-items: center;
  padding-right: calc((100% - 1320px) / 2);
}

.image-position-left img {
}

.image-position-right img {
}


.ept-paragraph--type--ept-image .ept-container .field--name-field-ept-image-caption {
  order: 3;
  margin-top: 15px;
} 


/* -----------------------------
  EPT HERO
----------------------------- */

.ept-paragraph--type--ept-hero.image-position-left .hero-col-1 {
  display: flex;
  justify-content: flex-start;
}

.ept-paragraph--type--ept-hero.image-position-right .hero-col-2 {
  display: flex;
  justify-content: flex-end;
}

.ept-hero.two_columns .hero-col-1,
.ept-hero.two_columns .hero-col-2 {
  width: 50%
}

.field--name-field-ept-hero-column-image.field__item {
  width: 100%;
}


.text-formatted ul {
  padding-left: 18px;
}

.text-formatted ul li {

}

footer {
}
