/* cmsms stylesheet: best-expo-main modified: 08/06/25 15:48:42 */
@charset "utf-8";
/* ----------------------------------------------

  Main CSS Document - Beire
    
------------------------------------------------- */


/* DEFINE MAIN COLOR HERE */


/* Common 
================================================== */

:root {
  interpolate-size: allow-keywords;
  --be-red: hsl(354, 86%, 35%);
  --be-red-translucent: hsla(354, 50%, 35%, 0.12);
  --be-red-translucent-medium: hsla(354, 50%, 35%, 0.36);
  --be-red-translucent-strong: hsla(354, 50%, 35%, 0.6);
  --be-gray: hsl(0, 0%, 13%);
  --be-gray-light: hsl(0, 0%, 80%);
  --be-gray-translucent: hsla(0, 0%, 13%, 0.07);
  --be-text-color: hsl(0, 0%, 20%);
  --be-text--light: hsl(0, 0%, 33%);
  --be-text--lighter: hsl(0, 0%, 42%);
  --be-font-serif: "Tinos", serif;
  --be-font-sans: "Open Sans", sans-serif;
  --be-color-surface-main: hsl(0, 0%, 100%);
  --be-shadow__position-item: inset 0 0 0 12px hsla(0, 0%, 0%, 0.06), 0 2px 8px hsla(0, 0%, 0%, 0.2), 0 1px 2px hsla(0, 0%, 0%, 0.1);
  --be-shadow__position-item--hover: inset 0 0 0 5px var(--be-red), 0 4px 12px hsla(0, 0%, 0%, 0.4), 0 1px 2px hsla(0, 0%, 0%, 0.1);
  --be-shadow__icon-button: inset 0 0 0 8px hsla(0, 0%, 0%, 0.06);
  --be-shadow__icon-button--hover: inset 0 0 0 5px var(--be-red);
  --radius-small: 4px;
  --radius-medium: 6px;
  --radius-large: 10px;
  --radius-x-large: 16px;
  --radius-full: 9999px;
  --space-0-5: 4px;
  --space-1: 8px;
  --space-1-5: 12px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
}

span.accesskey {
  text-decoration: none;
}

.accessibility {
  position: absolute;
  top: -999em;
  left: -999em;
}

dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

dl, dt, dd, ol, ul, li {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}

::selection {
	background: #a70d1c;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #a70d1c; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #a70d1c; /* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }

/* Typography 
================================================== */

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333;  
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
legend {
  font-weight: 400;
  font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
  line-height: 140%;
  color: #646464;
  margin-bottom: 20px;
}

h1 { font-size: 72px; }

h2 { font-size: 32px; }

h3 { font-size: 28px; }

.subtitle + h3 {
  margin: 0 0 14px 0;
}
  
h4 { font-size: 22px; margin-bottom: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 14px; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color: #a70d1c;
}

.heading--primary h2,
.heading--primary h3,
.heading--primary h4,
.heading--primary h5 {
  color: #a70d1c;
  font-weight: 700;
}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
table,
fieldset,
form { margin-bottom: 30px; }
address { margin-bottom: 10px; }

small { font-family: 'Open Sans', Arial, sans-serif; }

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
	text-decoration: none !important;
	color: #a70d1c;
}

a:hover { color: #333; }

a img { border: none; }

img { max-width: 100%; }

iframe { border: none !important; }

.error_message, .error { color: red; }

.textCenter { text-align: center; }

.noScroll { overflow: hidden; }

.subtitle {
    display: block;
    margin: 16px 0 6px 0;
    text-transform: initial;
    font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: 400;
    color: #8a8a8a;
    letter-spacing: 0;
    line-height: 120%;
}
.summary-paragraph p {
  font-size: 24px;
  font-weight: 400;
  font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
  line-height: 150%;
  margin-bottom: 20px;
}
.white {
  color: white !important;
}

/* Layout 
================================================== */

.wrapper {
  position: relative;
	float: none;
	width: 100%;
	margin: 0;
	background-color: #FFF;	
}

header {
  width: 100%;
  z-index: 1000;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  border-bottom: 1px solid rgba(0,0,0,.1);
  -webkit-transition: all .3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header .container-fluid { padding: 0 15px; }

.content-wrapper { padding: 0 0 40px 0; }

section.content { padding: 30px 0; }

section.grey { background-color: #f6f6f6; }

/* Header smaller (page scroll) */

header.header-smaller {
  height: 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.12);
  background-color: #FFF;
}

.header-smaller .logo a img {
  height: 60px;
  padding: 10px 0;
}

.header-smaller .main-title {
  margin-top: 60px;
}

.header-smaller .search-trigger {
  height: 60px;
}

.header-smaller .search-trigger i {
  top: 37%;
}

.header-smaller .search-input form {
  height: 60px;
}

.main-menu {
  opacity: 1;
  margin-right: 90px;
}

.main-title {
	position: relative;
	padding: 40px 0 20px 0;
  margin-top: 60px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -ms-transition: all 0.3s;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.main-title .container { position: relative; }

.main-title h1,
.full-screen-image h1 {
	padding: 0;
	color: #a70d1c;
}
.main-title.home {
  margin-top: 20px;
}
h1.home-title {
  font-size: 48px;
  line-height: 110%;
  }
  h1.home-title.gray {
    color: #222;
  }
h2.home-title {
  font-size: 24px;
  line-height: 120%;
  color: #222;
}

.main-title .main-subtitle {
	display: block;
  margin-top: 20px;
  font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
	color: #646464;
  font-size: 32px;
  line-height: 130%;
}

.main-title.parallax {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 130px 0;
  /* background-attachment: fixed; */
  transition: 0s linear;
  transition-property: background-position;
  min-height: 460px;
  }
  .main-title.overlay::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .main-title.overlay-white::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .main-title.parallax h1,
  .main-title.parallax h2 {
    display: none;
  }
  .main-title.parallax h1 {
    animation-delay: .3s;
  }
  .main-title.parallax h2 {
    animation-delay: .5s;
  }
.main-title.blog {
  min-height: 540px;
  padding: 0;
  display: flex;
  align-items: center;
}
.main-title.blog .container {
  margin-bottom: 60px;
}
.main-title.overlay.blog::before {
  background-color: rgba(0, 0, 0, 0.25);
}
.main-title--dark h1,
.main-title--dark h2,
.main-title--dark span,
.main-title--dark .main-subtitle,
.main-title--dark .breadcrumbs,
.main-title--dark .breadcrumb,
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p {
  color: rgba(255,255,255,1);
}

.dark .home-title:after {
  background-color: rgba(255,255,255,.9);
}

.main-title.margin-smaller {
  margin-top: 60px;
}

.full-screen-image {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* Featured block */
.featured {
  padding: 0 0 40px 0;
}
.featured__title {
  text-align: center;
  }
  .featured__title--min-height {
    min-height: 100px;
  }
.featured__icon {
  text-align: center;
  margin: 12px 0;
}
.featured__content {
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
}
.featured h2, h3, h4, h5 {
  color: #222;
}
.featured h2 {
  font-size: 30px;
}
.highlighted {
  z-index: 1;
}
.highlighted::before {
  position: absolute;
  content: '';
  top: 40px;
  bottom: 0;
  left: -10px;
  right: 0;
  background: #f2f2f2;
  z-index: -1;
  border-radius: 30px;
  transform: rotate(45deg);
  width: 0;
  height: 0;
}
.highlighted h2 {
  color: #a70d1c;
  font-weight: 700;
}
.highlighted .featured__icon img {
  background-color: white;
  border-radius: 50%;
}
/* Header image */
.header-image {
  margin-top: 60px;
  height: 460px;
  width: 100%;
  position: relative;
}
.header-image img, .header-image div {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gmap-wrapper {
  margin-top: 60px;
}
.header-image + .main-title,
.gmap-wrapper + .main-title  {
  margin-top: 60px;
}
.title-over-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 100px 0px;
  text-align: center;
}
.title-over-image h1 {
  color: white;
}

/* Video */
.video-wrapper {  
  position: relative;
	overflow:hidden;
  /* padding-top: 100px;  */
  height: 100vh;
}
.video-wrapper::after,
.full-screen-image::after {  
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -4px;
    left: 50%;
    width: 116px;
    height: 58px;
    margin-left: -58px;
    background-image: url(https://www.beire.eu/uploads/designs/best-expo/images/hero_arrow--down.svg);
    background-size: cover;
    opacity: 0.5;
  }
.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    margin-top: 60px;
    /*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%) brightness(70%);*/
    filter: brightness(70%);
}
.video-caption,
.full-screen-image__caption {
    display: flex;
    flex-direction: column;
    min-height:calc(100vh + 50px);
    justify-content:center;
    align-items:center;
    text-align:center;
    z-index: 2;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.main-title.parallax h1,
.full-screen-image h1 {
    font-size: 54px;
    line-height: 120%;
    animation-delay: .3s;
    display: none;
}
.video-caption {
    justify-content:flex-end;
    padding-bottom: 100px;
}
.video-caption h2 {
    font-size: 50px;
    line-height: 110%;
    animation-delay: .3s;
    display: none;
}
.video-caption p,
.main-title.parallax h2,
.full-screen-image h2 {
  font-size: 24px;
  font-weight: 400;
  font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
  line-height: 140%;
  animation-delay: .5s;
  display: none;
  max-width: 640px;
  margin: 0 auto 20px;
}
.video-caption h2,
.video-caption p {
  color: white;
}
.video-caption .text-block {
   display: inline-block;
   white-space: wrap;
}
.video-wrapper.smaller {
  height: 400px;
  margin-top: 100px;
}  


/* Footer */

footer {
  background-color: #ECECEC;
  border-top: 4px solid rgba(0,0,0,0.2);
  line-height: 1.8;
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
}

footer a {
  color: #bdbdbd;
  border-bottom: 1px dotted #666;
}

footer a:hover {
  color: #eee;
  border-bottom: 1px dotted #eee;
}

footer.dark {
  background-color: #222;
  color: #5b5b5b;
}
footer.dark p {
  color: #5b5b5b;
}

.feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-bottom: 25px;
}

.feature-icon i {
  font-size: 44px;
  color: #a70d1c;
}

.feature-content, .feature-content p {  
  line-height: 1.8;
}

/* Logo */

.logo {
    position: relative;
    float: left;
    font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
    font-size: 36px;
    line-height: 100%;
    padding-right: 30px;
    margin-right: 0;
    opacity: 1;
}

.logo a {
	display: block;
	color: #000;
}

.logo a img {
    display: block;
    max-width: 100%;
    height: 60px;
    padding: 10px 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all 0.3s;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.logo a.standard-logo { display: block; }

.logo img.logo-default { display: block; }
.logo img.logo-inverse { display: none; }
.logo.dark img.logo-default { display: none; }
.logo.dark img.logo-inverse { display: block; }

.header-smaller .logo img.logo-default { display: block !important; }
.header-smaller .logo img.logo-inverse { display: none !important; }

/* lang switch */
.lang-switch {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 70px;
  padding: 0 14px;
  border-left: 1px solid rgba(0,0,0,.1);
  display: flex;
  align-items: center;
  font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
  font-size: 13px;
  font-weight: 600;
}
.lang-switch span, 
.lang-switch a {
  margin: 0 5px; 
  color: #a70d1c;
}
.lang-switch a {
  color: #666;
}
.lang-switch a:hover {
  color: #a70d1c;
}

/* Search */

.search-wrapper {
    position: absolute;
    top: 0;
    right: 70px;
}

.search-trigger {
    position: relative;
    display: block;
    width: 70px;
    height: 60px;
    color: #333;
    z-index: 10;
    text-align: center;
    border-left: 1px solid rgba(0,0,0,.1);
    -webkit-transition: all .3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.search-trigger:hover {
  color: #666;
}

.search-trigger i {
    position: absolute;
    top: 37%;
    right: 40%;
    text-shadow: none;
}

.search-input form {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  margin: 0;
  z-index: -2;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.search-input form input {
  box-shadow: none !important;
  pointer-events: none;
  border-radius: 0;
  border: 0;
  outline: 0 !important;
  font-size: 24px;
  padding: 10px 80px 10px 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #333;
  font-weight: 700;
  margin-top: 0 !important;
  font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
}

.search-trigger i.fa-times, 
.show-search i.fa-search,
.show-search .logo, 
.show-search .main-menu,
.show-search .mobile-nav-trigger { opacity: 0; }

.show-search i.fa-times, 
.show-search .search-input form { opacity: 1; }

.show-search .search-input form { z-index: 9; }

.show-search i.fa-times { z-index: 11; }

.show-search .search-input form input {
    pointer-events: auto;
}

.show-search .search-wrapper {
  right: 0;
}

/* To top link, shows on scroll */

.totoplink a	{
    display: none;
    z-index: 999; 
    position: fixed;
    right: 20px;
    bottom: 70px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.totoplink i {
  font-size: 20px;
	color: white;
}

.totoplink a:hover	{
	background-color: #a70d1c;
}

/*
 * jQuery Superfish Menu Plugin
 * Copyright (c) 2013 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 *  http://www.opensource.org/licenses/mit-license.php
 *  http://www.gnu.org/licenses/gpl.html
 ------------------------------------------------- */

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 220px;
  background-color: #FFF;
  box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #a70d1c;
  height: auto;
  z-index: 199;
  margin: 0;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: -4px !important;
  left: 100%;
}

/*** Menu link ***/

.sf-menu a {
  padding: 10px 15px;
  text-decoration: none;
  zoom: 1; /* IE7 */
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-shadow: none;
}

.sf-menu a.menuactive {
  color: #a70d1c !important;
  font-weight: bold;
}

.sf-menu a:hover,
.sf-menu .sfHover > a {
  color: #a70d1c !important;
}

.sf-menu li li a:not([href]):not([tabindex]), 
.sf-menu li li li a:not([href]):not([tabindex]) {
  color: #666;
}

/*** first level ***/

.sf-menu > li > a {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 39px 16px;
  line-height: 22px;
  color: #444;
}
.sf-menu > li.last_child > a span,
.mobile-nav > li:last-child a {
  background: #a70d1c;
  color: #FFF;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.header-smaller .sf-menu > li > a {
  padding: 19px 16px;
  color: #444;
}

.header-smaller .sf-menu > li > a:hover {
  color: #a70d1c;
}

.header-smaller.dark .sf-menu > li > a {
  color: #444;
}

/*** dark background ***/

.dark .sf-menu > li > a {
  color: white;
}

.dark .sf-menu > li > a:hover {
  color: #a70d1c;
}

.sf-menu ul li {
  background-color: rgba(255,255,255,.97);
}

.sf-menu ul li:first-child {
  border-top: none;
}

.sf-menu ul ul li {
  background-color: rgba(255,255,255,.97);
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

.sf-menu li.sectionheader > a,
.sf-menu .sectionheader {
  cursor: default;  
}

.sf-menu li.separator hr {
  border-top: 1px solid #777;
}

/*** arrows (for all except IE7) **/

.sf-arrows .sf-with-ul {
  padding-right: 2.2em !important;
  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  font: normal 14px/.5 FontAwesome;
}

/* styling for right-facing arrows */

.sf-arrows ul .sf-with-ul:after {
  content: "\f105" !important;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #333; /* IE8 fallback colour */
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #333;
}

@media screen and (max-width: 1280px) {
  .sf-menu > li:last-child ul ul {
    left: -100%;
  }
}

/*** Mobile navigation ***/

section.mobile-navigation {	
  position: fixed;
  padding: 0;
  top: 60px;
  bottom: 0;
  overflow-y: auto;
  z-index: 10000;
  width: 100%;
  display: none;
}

.mobile-nav {
  display: block;
  list-style: none; 
  margin: 0;
  padding:20px 6px;
  background-color: #222;
  width: 100%;
  /* height: 100%; */
}

.mobile-nav li {
  margin: 0;
  padding: 0;
  float: none;
}

.mobile-nav li a {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 7px 10px;
  display: block;
  color: #fff;
}

.mobile-nav li a.menuactive {
  color: #a70d1c;
}

.mobile-nav li a:hover {
  text-decoration: none;
  background-color: #2c3e50;
}

.mobile-nav li a .sectionheader {
  color: #aaa;  
}

/* second level */

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav ul li a {
  padding-left: 30px;
}

/* third level */

.mobile-nav ul ul {
  list-style: none;
}

.mobile-nav ul ul li a {
  padding-left: 60px;
}

/*** Footer navigation ***/

.footerNav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
}

.footerNav a {
  color: #b1b1b1;
  font-size: 12px;
  border: none;
  font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 14px;
}

.footerNav a:hover {
  color: #eee;
  border: none;
}

.footerNav .activeparent,
.footerNav .currentpage {
  color: white !important;
}

.footerNav .sectionheader {
  color: #b1b1b1;
  font-size: 12px;
  font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* padding: 8px 14px; */
  padding: 0;
}

.footerNav li {
  display: flex;
}
.footerNav li .fa {
  margin-right: 10px;
}

.gallerynavigation, .pagenavigation {
  display: flex;
}

.pagenavigation div {
  margin-right: 10px;
  font-size: 16px;
}

.pagelinks {
  font-size: 16px;
}

.pagelinks > * {
  margin: 0 4px;
}

.parentlink {
  margin-right: 20px;
}

/*** Social icons footer ***/

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.social-icon {
  width: 36px;
  height: 36px;
  border: none;
  color: #4e4e4e;
  background-color: #2a2a2a;
  border-radius: 50%;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a.social-icon:hover {
  border: none;
  color: #eee;
}

a.social-icon:hover.facebook { background-color: #3B5998; }
a.social-icon:hover.twitter { background-color: #00ACEE; }
a.social-icon:hover.google { background-color: #DD4B39; }
a.social-icon:hover.pinterest { background-color: #C8232C; }
a.social-icon:hover.vimeo { background-color: #86C9EF; }
a.social-icon:hover.rss { background-color: #EE802F; }
a.social-icon:hover.linkedin { background-color: #0E76A8; }
a.social-icon:hover.yahoo { background-color: #720E9E; }
a.social-icon:hover.git { background-color: #171515; }
a.social-icon:hover.instagram { background-color: #8a3ab9; }
a.social-icon:hover.youtube { background-color: #c4302b; }

a.social-icon .fa {
  font-size: 24px;
}

/*** Google map fix ***/

[id^="cggm_map_"] {
	width: 100% !important;
	margin: 0;
}

[id^="cggm_map_"] img {
	max-width: none;
}

/*** Form ***/

.form-group {
  margin: 1rem 0;
}

.form-group label {
  font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*** Bootstrap overwrites ***/

.btn {
  border-radius: 0.125rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.btn-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #a70d1c;
  border-color: #a70d1c;
}

.btn-primary:hover {
  opacity: 0.85;
}

.form-group .btn + .btn {
  margin-left: 8px;
}
.btn-primary.disabled, .btn-primary:disabled, .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    color: #fff;
    background-color: #a70d1c;
    border-color: #a70d1c;
    opacity: 0.35;
}


/*** Mobile navigation trigger ***/

.mobile-nav-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px;
  text-indent: -9999px;
  border-left: rgba(0,0,0,.1) solid 1px;
  overflow: hidden;
}

.mobile-nav-trigger span {
  position: relative;
  display: block;
}

.mobile-nav-trigger span:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  width: 20px;
  height: 3px;
  background: #505050;
  box-shadow: 0 6px 0 0 #505050, 0 12px 0 0 #505050;
}

.mobile-nav-trigger.active {
  background-color: #222;
  border-right: none;
  height: 60px;
}

.mobile-nav-trigger.active span:before {
  background: #fff;
  box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
}

.dark:not(.header-smaller) .mobile-nav-trigger {
  border-left: rgba(255,255,255,.25) solid 1px;
}

.dark:not(.header-smaller) .mobile-nav-trigger span:before {
  background: #fff;
  box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
}

/*** Isotope grid (portfolio)
================================================== */

.grid {
  opacity: 0;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* 5 columns, percentage width */
.grid-item,
.grid-sizer {
  width: 100%;
}

.grid-item {
  float: left;
  height: 210px;
  margin-bottom: 20px;
}
/* .grid-item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* .grid-item--width2 { 
  width: calc(50% - 20px); 
}
.grid-item--height2 { 
  height: 440px; 
} */

.grid-item__overlay {
  position: absolute;
	top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
	background-color: rgba(0,0,0,0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity:0;
  overflow:hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
}

.grid-item:hover .grid-item__overlay {
		opacity:1;
		background-color: rgba(0,0,0,.6);
}


/*** Portfolio Best Expo
================================================== */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-gap: 1.4rem;
  margin: 0;
  min-height: 270px;
}
.portfolio-grid__item {
  display: none;
}

.portfolio-detail {
  margin: 60px 0;
}
.portfolio-thumb {
  position: relative;
  display: block;
  transition: all ease-in-out 0.2s;
  width: 100%;
  height: 100%;
  box-shadow: 0 0px 0 0 transparent;
  text-decoration: none !important;
  border-radius: 10px; }
  .portfolio-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px; }
  .portfolio-thumb:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    .portfolio-thumb:hover .portfolio-thumb__description {
      background-color: rgba(0, 0, 0, 0.75);
      margin: 20px;
      opacity: 1; }
    .portfolio-thumb:hover img {
      opacity: 0.5; }
    .portfolio-thumb:hover .portfolio-thumb__icon {
      opacity: 1;
      margin-top: 16px; }
  .portfolio-thumb--no-text:hover .portfolio-thumb__description {
    background-color: rgba(0, 0, 0, 0.5); }
  .portfolio-thumb--no-text:hover .portfolio-thumb__icon {
    margin-top: 0; }
  .portfolio-thumb--auto-height,
  .portfolio-thumb--auto-height img {
    height: auto !important;
    }
.portfolio-thumb__description {
  transition: all ease-in-out 0.4s;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  margin: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  z-index: 3;
  text-align: center;
  border-radius: 8px; }

.portfolio-thumb__name {
  font-family: "Tinos", serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0; }

.portfolio-thumb__location {
  display: inline-block;
  padding-top: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  opacity: 0.6; }

.portfolio-thumb__icon {
  transition: all ease-in-out 0.5s;
  display: inline-block;
  height: 36px;
  width: 36px;
  background-image: url(https://www.beire.eu/uploads/designs/best-expo/images/icon-small--plus.svg);
  background-size: cover;
  flex-shrink: 0;
  flex-grow: 0;
  opacity: 0;
  margin-top: 40px; }

.hero {
  display: flex;
  align-items: center;
  height: 400px;
  text-align: center; }
  .hero--project-detail {
    height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    overflow: hidden;
    object-fit: cover; }
    .hero--project-detail img {
      width: 100%;
      height: 100%; 
      object-fit: cover; }

.hero__heading-group {
  text-align: center;
  margin: auto;
  max-width: 400px; }

.hero__heading {
  font-size: 75px;
  color: #a70d1c; }

.hero__sub-heading {
  font-size: 28px;
  color: #222222;
  line-height: 120%;
  opacity: 0.7;
  padding-top: 10px;
  max-width: 300px;
  margin: 0 auto; }

.main-content--project-detail {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px; }

.project-description {
  position: relative;
  z-index: 2;
  margin: auto;
  margin-top: -160px;
  background: #fff;
  /* min-height: 600px; */
  border: 10px solid #ddd;
  padding: 20px; }
  .project-description p {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    line-height: 150%; }
  .project-description h3 {
    font-size: 22px;
    font-family: "Tinos", serif;
    font-weight: 700;
    margin-bottom: 10px; }

.project-description__heading {
  font-family: "Tinos", serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  display: block;
  align-content: center;
  width: calc(40% - 20px); }
  .project-description__heading:before {
    content: " ";
    display: block;
    position: absolute;
    top: 6px;
    left: -60px;
    height: 40px;
    width: 40px;
    border: 10px solid #a70d1c;
    flex-shrink: 0;
    border-radius: 50%; }

.project-description__section--top {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  height: 120px;
  margin: 0 auto 20px auto;
  max-width: 780px; }

.project-description__scroll-indicator {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
  background-image: url(https://www.beire.eu/uploads/designs/best-expo/images/icon__chevron--down.svg);
  background-size: 20px auto;
  background-position: center 18px;
  background-repeat: no-repeat;
  opacity: 0.75; }

.project-description__section--bottom {
  max-width: 760px;
  margin: 0 auto; }
  .project-description__section--bottom p {
    column-count: 1;
    column-gap: 40px; }

.project-description__data-list {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  margin-left: 20px;
  margin-bottom: 0; 
}
.project-description__data-list li {
  display: flex;
  flex-direction: row;
  line-height: 100%;
  margin-bottom: 6px; 
}
.project-description__data-list label {
  flex-grow: 0;
  opacity: 0.7;
  min-width: 130px;
  margin-bottom: 0;
}

.project-description__quote {
  position: relative;
  font-size: 24px;
  line-height: 125%;
  max-width: 980px;
  font-family: "Tinos", serif;
  color: #a70d1c;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
  z-index: 1;
  padding: 10px 20px 10px 40px; }
  .project-description__quote:after, .project-description__quote:before {
    content: "";
    width: 80px;
    height: 54px;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: 100%; }
  .project-description__quote:after {
    bottom: 0;
    right: 0;
    background-image: url(https://www.beire.eu/uploads/designs/best-expo/images/quotemark--end.svg); }
  .project-description__quote:before {
    top: 0;
    left: 0;
    background-image: url(https://www.beire.eu/uploads/designs/best-expo/images/quotemark--start.svg); }

.project-gallery-wrapper {
  position: relative;
  margin: auto;
  padding: 40px 0 20px; }

.grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 0;
  margin: 0;
  max-width: 1200px;
  margin: 40px auto; }
.grid-list__item {
  position: relative;
  z-index: 1;
}
.grid-list--beta, .grid-list--gama {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 10px;
  max-width: 1200px;
  margin: 40px auto; }

.grid-list--gama {
  max-width: 1280px; }

.item-properties {
  position: relative;
}
.detail-return-link {
  display: block;
  position: absolute;
  top: 40px;
  left: 40px;
}
.detail-return-link .btn {
  background-color: white;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  font-weight: 600;
}
.detail-return-link .fa {
  margin-right: 1rem;
}

/*** Team 
================================================== */
.team-thumb {
  position: relative;
  transition: all ease-in 0.2s;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px; }
  .team-thumb:after {
    content: "";
    position: absolute;
    z-index: 4;
    transition: all ease-in-out 0.2s;
    height: 58px;
    width: 58px;
    background-image: url(https://www.beire.eu/uploads/designs/best-expo/images/icon-small--plus.svg);
    top: 0;
    left: 0;
    opacity: 0; }
  .team-thumb:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.14);
    cursor: pointer;
    z-index: 2; }
    .team-thumb:hover .team-thumb__name {
      color: #a70d1c; }
    .team-thumb:hover .thumb-image--hover {
      opacity: 1; }
    .team-thumb:hover:after {
      top: 40px;
      left: 20px;
      opacity: 1; }

.team-thumb__click {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6; }

.team-thumb__image {
  position: relative;
  width: 100%;
  transition: all ease-in 0.2s;
  overflow: hidden;
  border-radius: 50%; }
  .team-thumb__image img {
    width: 100%;
    height: auto;
    display: block;
    transition: all ease-in 0.2s; }
    .team-thumb__image img.thumb-image--main {
      z-index: 1; }
    .team-thumb__image img.thumb-image--hover {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      opacity: 0; }

.team-thumb__description {
  background-color: #fff;
  text-align: center;
  padding: 30px 0 10px; }

.team-thumb__name {
  font-family: "Tinos", serif;
  font-size: 18px;
  margin-bottom: 0; }

.team-thumb__title {
  display: inline-block;
  padding-top: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  opacity: 0.6; }

  .team-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity ease-in-out 0.2s;
    z-index: 1001; }
    .team-modal:target {
      pointer-events: all;
      opacity: 1; }
    .team-modal.open {
      pointer-events: all;
      padding-right: 17px;
      overflow-x: hidden;
      overflow-y: auto;
      opacity: 1; }
      .team-modal:hover {
        cursor: pointer;
      }
  
  .team-modal__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity ease-in-out 0.2s;
    background-color: white;
    opacity: .7;
    z-index: 1000;
    pointer-events: all;
    display: none;
  }
  .team-modal__inner {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    line-height: 1.8;
    width: 90%;
    max-width: 900px;
    max-height: 560px;
    top: 50%;
    left: 50%;
    cursor: default;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.25);
    background: white; }
  
  .team-modal__image {
    width: 50%;
    background: #f2f2f2;
    margin: 0;
    overflow: hidden; }
    .team-modal__image img {
      max-width: 100%; }
  
  .team-modal__text-content {
    width: 50%;
    padding: 50px 40px 50px 50px;
    display: flex;
    flex-direction: column; }
    .team-modal__text-content .team-modal__header {
      flex-grow: 0;
      flex-shrink: 0;
      margin-bottom: 16px; }
    .team-modal__text-content .team-modal_body-text {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      line-height: 160%;
      flex-grow: 1;
      overflow-x: hidden;
      overflow-y: auto;
      padding-right: 10px; }
      .team-modal__text-content .team-modal_body-text p {
        margin-bottom: 16px; }
    .team-modal__text-content .team-modal__name {
      font-family: "Tinos", serif;
      font-size: 28px;
      line-height: 100%;
      margin: 0 0 10px 0;
      padding: 0;
      font-weight: 700; }
    .team-modal__text-content .team-modal_title {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 140%;
      opacity: 0.6;
      margin: 0 0 10px 0; }
    .team-modal__text-content .team-modal_lang {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 400;     
      opacity: 0.6;
      margin: 0; }
  
  .team-modal__close {
    position: absolute;
    text-decoration: none;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    z-index: 2;
    top: 24px;
    right: 24px;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.6;
    transition: opacity ease-in-out 0.2s; }
    .team-modal__close .icon__close {
      display: block;
      height: 100%;
      width: 100%;
      background-image: url(https://www.beire.eu/uploads/designs/best-expo/images/icon__close.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      opacity: 0.4; }
    .team-modal__close:hover {
      opacity: 0.8; }
      .team-modal__close:hover .icon__close {
        opacity: 0.6; }
    .team-modal__close:active {
      opacity: 1; }
      .team-modal__close:active .icon__close {
        opacity: 0.8; }
  
  .team-modal__close-overlay {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.7;
    cursor: pointer;
    transition: opacity ease-in-out 0.2s; }
    .team-modal__close-overlay:hover {
      opacity: 0.6; }

.content-stack {
  max-width: 900px;
  margin: 0 auto; }
  .content-stack .content-stack__block {
    margin-bottom: 0px; }
    /* .content-stack .content-stack__block:nth-child(even) {
      flex-direction: row-reverse; } */

.content-stack__block {
  display: flex;
  flex-direction: row;
  align-items: flex-start; }
  .content-stack__block.content-stack__block--reverse {
    flex-direction: row-reverse; }

.content-stack__media {
  width: 320px;
  margin: 0 auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  border-radius: 20px;
  background-image: url(https://www.beire.eu/uploads/designs/best-expo/images/ICON-graphic--bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 12px; }
  .content-stack__media--smaller {
    width: 240px;
    min-height: 240px;
    }
    .content-stack__media--smaller img {
      max-width: 50%;
      }
  .content-stack__media img {
    max-width: 140px;
  }

.content-stack__text-content {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 40px; }
  .content-stack__text-content h3 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #a70d1c; }
  .content-stack__text-content p {
    margin-bottom: 18px; }
  .content-stack__text-content li, .styled-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 24px;
    margin-left: 0 !important;
    list-style: none; }
    .content-stack__text-content li::before, .styled-list li::before {
      content: " ";
      position: absolute;
      left: 0;
      top: 6px;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      border: 3px solid #a70d1c; }
  .content-stack__text-content em {
    font-style: italic;
    font-weight: 600; }

/* Captcha */
.captcha {
  display: flex;
  flex-direction: column;
}
.captchapict {
  margin: 10px 0 0;
}
.cgbf_input_captcha {
    display: inline-block;
    width: 200px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 10px 0;
}
.cgbf_input_captcha:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Covid banner */
.covid-wrapper {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  padding: 12px 20px;
  background-color: rgba(167,13,28,.85);
  color: white;
}
.covid-wrapper p {
  margin: 0;
}
.covid-wrapper a {
  color: white;
  text-decoration: underline !important;
}
.covid-wrapper a:hover {
  text-decoration: none !important;
}

.form-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity ease-in-out 0.2s;
  background-color: white;
  opacity: .85;
  z-index: 1000;
  /* pointer-events: all;*/
  display: none;
}

.form-modal {
  display: none; 	
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  position: fixed;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  /* align-items: flex-start; */
  flex-direction: column;
  justify-content: center;
  z-index: 1050;
}
.form-modal.open {
  display: flex;
}
.form-modal__outer {
  flex: 0 1 auto;
  display: flex;
  max-height: 100%;
  justify-content: center;
  /* margin: 0 auto; */
}
.form-modal__inner {
  position: relative;
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
}
.form-modal__inner .body {
  flex: 0 1 auto;
  padding: 30px;
  overflow-y: auto;
}
.form-modal__inner .header {
  padding: 15px 30px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
}
.form-modal__inner .header h4 {
  margin-bottom: 0;
}
.form-modal__close {
  position: absolute;
  text-decoration: none;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  z-index: 2;
  top: 12px;
  right: 12px;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.6;
  transition: opacity ease-in-out 0.2s; }
  .form-modal__close .icon__close {
    display: block;
    height: 100%;
    width: 100%;
    background-image: url(https://www.beire.eu/uploads/designs/best-expo/images/icon__close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.4; }
  .form-modal__close:hover {
    opacity: 0.8; }
    .form-modal__close:hover .icon__close {
      opacity: 0.6; }
  .form-modal__close:active {
    opacity: 1; }
    .form-modal__close:active .icon__close {
      opacity: 0.8; }

/*** Blog
================================================== */
.blogGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-gap: 20px;
  margin: 0 10px;
}
.blogGrid .CGBlogSummary:first-child {
  grid-column: 1 / -1;
}
.CGBlogSummary {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.CGBlogSummaryBox {
  flex-grow: 1;
  width: 80%;
  background-color: white;
  border: 10px solid #F3F3F3;
  border-radius: 10px;
  padding: 15px 30px 30px;
  margin-top: -160px;
  min-height: 240px;
  text-align: center;
}
.CGBlogSummaryField img {
  border-radius: 10px;
}
.CGBlogSummaryLink {
}
.CGBlogSummaryLink h4 {
  color: #222;
  font-size: 24px;
  line-height: 110%;
  font-weight: 700;
  margin-bottom: 20px;
}
.blogGrid .CGBlogSummary:first-child .CGBlogSummaryLink h4 {
  font-size: 40px;
  line-height: 110%;
}
.CGBlogSummaryInfo {
  margin-bottom: 10px;
}
.CGBlogSummaryPostdate {
  font-size: 14px;
  letter-spacing: 1px;
  color: #646464;
}
.CGBlogSummaryCategory {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #a70d1c;
  margin-bottom: 10px;
}
.CGBlogSummaryCategory span:not(:last-child) {
  margin-right: 20px;
}
.CGBlogSummaryAuthor {
}
.CGBlogSummarySummary {
  text-align: left;
}
.CGBlogSummarySummary p {
  margin-bottom: 0;
}
.roi {
  margin-bottom: 80px;
}
.roi .CGBlogSummaryCategory {
  font-size: 17px;
}
.roi .CGBlogSummaryLink h4 {
  font-size: 40px;
  line-height: 110%;
}
.roi .CGBlogSummarySummary p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 150%;
}
.roi-link a {
  background-color: #F6E7E9;
  font-size: 20px;
  display: inline-block;
  font-weight: 700;
  padding: 10px 40px;
  margin-top: 30px;
  border-radius: 25px;
  font-family: var(--be-font-serif);
}
.roi-bottom-image {
  background-image: url("https://www.beire.eu/uploads/designs/best-expo/images/ROI_bottom-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  height: 495px;
}
.blogBrowsecat {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
.blogBrowsecat li {
  margin: 0 2px;
}
.blogBrowsecat li a {
  padding: 5px 7px;
}
.blogBrowsecat li.active a {
  border-radius: 20px;
  background-color: #EAEAEA;
  color: #a70d1c;
}
.blogBrowsecat li a {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #737373;
  display: inline-block;
}
.blogBrowsecat p {
  margin-bottom: 0;
}
.blogDetail {
  max-width: 740px;
  /* border: 10px solid #fff; */
  background-color: white;
  padding: 20px 20px 20px 20px;
  margin: -110px 20px 80px 20px;
  position: relative;
}
.blogDetail::before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  border-style: solid;
  border-color: #f3f3f3;
  border-width: 10px 10px 0 10px;
}
.CGBlogPostDetailSummary {
  font-size: 22px;
  font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
  font-weight: 700;
  line-height: 140%;
  margin-top: 20px;
  position: relative;
}
.CGBlogPostDetailContent {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 150%;
}
.CGBlogDetailCategory span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: rgba(167, 13, 28, .7);
  color: white;
  margin-bottom: 10px;
  padding: 6px 18px;
  border-radius: 20px;
}
.CGBlogDetailCategory span + span {
  margin-left: 10px;
}
.CGBlogDetailAuthor {
  color: white;
  font-size: 22px;
  font-family: 'Tinos', Georgia, 'Times New Roman', Times, serif;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
}
.CGBlogDetailPostdate {
  color: white;
  font-size: 14px;
}

/*** Beire 360 grid
================================================== */
.grid-beire-360 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 30px;
  margin: 0 30px;
}
.grid-beire-360__item h2, 
.grid-beire-360__item h3, 
.grid-beire-360__item h4, 
.grid-beire-360__item h5, 
.grid-beire-360__item h6, 
.grid-beire-360__item p {
  color: white;
  margin-bottom: 12px;
}
.grid-beire-360__item h2 {
  font-size: 38px;
}
.grid-beire-360__item p {
  font-size: 16px;
}
.grid-beire-360 .portfolio-thumb__description {
  padding: 50px;
}


/*** Careers 
================================================== */
.grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 30px 10px;
  max-width: 1200px;
  margin: 40px auto;
}

.grid-list--alpha {
  /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 10px; */
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 30px auto;
}

.open-position-thumb {
  padding: 28px 34px 34px;
  transition: all 0.3s ease-in-out;
  box-shadow: var(--be-shadow__position-item);
  min-height: 120px;
  /* max-width: 335px; */
  margin: 0 16px 30px 16px;
  text-decoration: none !important;
  flex: 0 1 calc(100% - 32px);
  max-width: calc(100% - 32px);
  min-height: 290px;
}
.open-position-thumb:hover {
  box-shadow: var(--be-shadow__position-item--hover);
}
 
.open-position-thumb__meta-label {
  text-transform: uppercase;
  font-family: var(--be-font-sans);
  font-size: 11px;
  font-weight: 600;
  color: var(--be-red);
  letter-spacing: 0.1em;
}
 
.open-position-thumb__title {
  font-size: 21px;
  margin: 6px 0 12px;
  line-height: 1.2;
  font-family: var(--be-font-serif);
  color: var(--be-gray);
}
.open-position-thumb__place {
  font-family: var(--be-font-sans);
  font-size: 12px;
  color: var(--be-text--light);
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.open-position-thumb__description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 12px;
  font-family: var(--be-font-sans);
  color: var(--be-gray);
}
/* PILLS LIST */
.pills-list {
  list-style-type: none;
  margin: 0 auto 24px;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 8px;
  max-width: 1140px;
  flex-wrap: wrap;
}
.pills-list__button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--be-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  white-space: nowrap;
  border-radius: 999px;
  color: var(--be-light);
  border: 1px solid hsla(0, 0%, 0%, 0.12);
  background-color: transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 0 24px;
  box-shadow: inset 0 0 0 3px hsla(0, 0%, 0%, 0);
}
.pills-list__button:hover {
  border: 1px solid hsla(0, 0%, 0%, 0.4);
  color: var(--be-gray);
  box-shadow: inset 0 0 0 3px hsla(0, 0%, 0%, 0.06);
}
.pills-list__button--active,
.pills-list__button--active:hover  {
  border: 1px solid hsla(0, 0%, 0%, 0.12);
  color: var(--be-red);
  background-color: hsla(0, 0%, 0%, 0.08);
}
/* END PILLS LIST */

/* Careers Detail */
.careers-detail {
  padding: 120px 30px;
}

.main-content__top-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px 0;
  color: var(--be-text--lighter);
  font-family: var(--be-font-sans);
  font-size: 16px;
  font-weight: 300;
}
.main-content__top-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px 0;
  color: var(--be-text--lighter);
  font-family: var(--be-font-sans);
  font-size: 16px;
  font-weight: 300;
}
.main-content__top-toolbar .ba-page__close {
  margin-left: auto;
  flex: 0 0 auto;
  text-decoration: none;
  height: 48px;
  width: 48px;
  border-radius: 999px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.06);
  opacity: 0.6;
  transition: all ease-in-out 0.2s;
}
.main-content__top-toolbar .ba-page__close .icon__close {
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("https://www.beire.eu/uploads/designs/best-expo/images/icon__close.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.6;
  transition: all ease-in-out 0.2s;
}
.main-content__top-toolbar .ba-page__close:hover {
  opacity: 0.8;
}
.main-content__top-toolbar .ba-page__close:hover .icon__close {
  opacity: 0.6;
}
.main-content__top-toolbar .ba-page__close:active {
  opacity: 1;
}
.main-content__top-toolbar .ba-page__close:active .icon__close {
  opacity: 0.8;
}
.open-position__meta-label {
  text-transform: uppercase;
  font-family: var(--be-font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--be-red);
  letter-spacing: 0.1em;
}
.ba-heading__h1 {
  font-family: var(--be-font-serif);
  color: var(--be-gray);
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  margin: 24px 0 16px;
}
.main-content__inner--960 {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.open-position__meta-label + .ba-heading__h1 {
  margin-top: 12px;
}
.open-position__content h2, .open-position__content h3, .open-position__content h4 {
  font-family: var(--be-font-serif);
  font-weight: 700;
}
.open-position__content h2 {
  font-size: 32px;
  color: var(--be-text--light);
  margin-bottom: 1em;
}
.open-position__content h3 {
  font-size: 24px;
  color: var(--be-text--light);
  margin-bottom: 1em;
}
.open-position__content h4 {
  font-size: 21px;
  color: var(--be-text--lighter);
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 1em;
}
.open-position__content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2em;
  margin-top: 1em;
}
.open-position__content ul {
  margin: 0 0 2em;
}
.open-position__content ul li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 12px;
  position: relative;
  padding-left: 24px;
  margin-left: 4px;
  max-width: 100ch;
}
.open-position__content ul li::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 8px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 3px solid var(--be-red);
}

.certificate {
  width: 100%;
  max-width: 400px;
  margin-top: 60px;
  box-shadow: 0 2px 8px rgb(0, 0, 0, 20%), 0 0 1px rgb(0, 0, 0, 40%);
}

/* YouTube Video page */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 20px;
  max-width: 1200px;
  margin: 0px auto; 
}
.video-grid__item {
  position: relative;
  z-index: 1;
  padding-bottom: 56.25%;
  padding-top: 25px;
}
.video-grid__item iframe {
  position: absolute;
  width: 100%!important;
  height: 100%!important;
}


/* .lisefilter, .lisefilter form {
  display: flex;
}
.lisefilter .form-group {
  margin: 0 30px 0 0;
}
.lisefilter form .btn {
  align-self: flex-end;
  height: 38px;
  padding: .5rem 1rem;
} */

[data-tooltip] {
  position: relative;
}
[data-tooltip]::before, [data-tooltip]::after {
  text-transform: none;
  font-size: 16px;
  line-height: 1.2;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[data-tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}
[data-tooltip]::after {
  text-align: center;
  min-width: 3em;
  width: max-content;
  max-width: 28ch;
  white-space: wrap;
  padding: var(--space-2) var(--space-2);
  border-radius: var(--radius-small);
  box-shadow: 0 8px 18px -5px hsla(0, 0%, 0%, 0.45);
  background: var(--be-gray);
  color: hsl(0, 0%, 100%);
  font-family: var(--be-font-serif);
  font-weight: 600;
  letter-spacing: 0.04em;
  z-index: 1000;
}
[data-tooltip]:hover::before, [data-tooltip]:hover::after {
  display: block;
}

[data-tooltip] {
  /* FLOW: UP */
  /* FLOW: DOWN */
  /* FLOW: LEFT */
  /* FLOW: RIGHT */
  /* FX All The Things */
}
[data-tooltip]:not([data-flow])::before, [data-tooltip][data-flow^=up]::before {
  inset-block-end: 100%;
  border-bottom-width: 0;
  border-top-color: var(--be-gray);
}
[data-tooltip]:not([data-flow])::after, [data-tooltip][data-flow^=up]::after {
  inset-block-end: calc(100% + 5px);
}
[data-tooltip]:not([data-flow])::before, [data-tooltip]:not([data-flow])::after, [data-tooltip][data-flow^=up]::before, [data-tooltip][data-flow^=up]::after {
  inset-inline-start: 50%;
  transform: translate(-50%, -0.5em);
}
[data-tooltip][data-flow^=down]::before {
  inset-block-start: 100%;
  border-top-width: 0;
  border-bottom-color: var(--be-gray);
}
[data-tooltip][data-flow^=down]::after {
  inset-block-start: calc(100% + 5px);
}
[data-tooltip][data-flow^=down]::before, [data-tooltip][data-flow^=down]::after {
  inset-inline-start: 50%;
  transform: translate(-50%, 0.5em);
}
[data-tooltip][data-flow^=left]::before {
  inset-block-start: 50%;
  border-right-width: 0;
  border-left-color: var(--be-gray);
  inset-inline-start: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[data-tooltip][data-flow^=left]::after {
  inset-block-start: 50%;
  inset-inline-end: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}
[data-tooltip][data-flow^=right]::before {
  inset-block-start: 50%;
  border-left-width: 0;
  border-right-color: var(--be-gray);
  inset-inline-end: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[data-tooltip][data-flow^=right]::after {
  inset-block-start: 50%;
  inset-inline-start: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}
[data-tooltip]:not([data-flow]):hover::before, [data-tooltip]:not([data-flow]):hover::after, [data-tooltip][data-flow^=up]:hover::before, [data-tooltip][data-flow^=up]:hover::after, [data-tooltip][data-flow^=down]:hover::before, [data-tooltip][data-flow^=down]:hover::after {
  animation: tooltips-vert 200ms ease-out forwards;
}
[data-tooltip][data-flow^=left]:hover::before, [data-tooltip][data-flow^=left]:hover::after, [data-tooltip][data-flow^=right]:hover::before, [data-tooltip][data-flow^=right]:hover::after {
  animation: tooltips-horz 200ms ease-out forwards;
}

[data-tooltip]::after {
  content: attr(data-tooltip);
}

[data-tooltip=""]::before,
[data-tooltip=""]::after {
  display: none !important;
}

.lisefilter form {
  --form-control-height: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-1-5);
  background-color: var(--be-gray-translucent);
  padding: var(--space-1-5) var(--space-2);
  border-radius: var(--radius-large);
  margin-bottom: var(--space-3);
}
.lisefilter form .form-group-new {
  display: flex;
  align-items: center;
  border: 1px solid hsla(0, 0%, 0%, 0.22);
  padding: 0;
  border-radius: var(--radius-small);
  background-color: hsl(0, 0%, 100%);
  min-height: var(--form-control-height);
}
.lisefilter form .form-group-new select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Custom arrow */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDkgMSIgc3Ryb2tlPSIjNjY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  padding-right: 32px;
  text-overflow: "";
  text-indent: 0.01px;
  cursor: pointer;
}

.filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  --icon-size: 24px;
  width: var(--icon-size);
  height: var(--icon-size);
  flex-shrink: 0;
}
.filter-icon img {
  width: var(--icon-size);
  height: var(--icon-size);
  opacity: 0.6;
}

.lisefilter__result {
  font-family: var(--be-font-sans);
  font-size: 14px;
  color: var(--be-text--lighter);
  margin-block: 0;
  padding-inline-end: var(--space-1);
}
.lisefilter__result strong {
  color: var(--be-text-color);
  font-weight: 600;
}

.form-label {
  font-family: var(--be-font-sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--be-text-color);
  background-color: hsl(0, 0%, 97%);
  height: var(--form-control-height);
  display: flex;
  align-items: center;
  padding-inline: var(--space-1-5);
  border-radius: var(--radius-small) 0 0 var(--radius-small);
  border-inline-end: 1px solid hsla(0, 0%, 0%, 0.1);
  margin-bottom: 0;
}

.form-control-new {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  font-family: var(--be-font-sans) !important;
  font-size: 13px !important;
  color: var(--be-text--light) !important;
  height: var(--form-control-height);
  padding-inline-start: var(--space-1-5);
  border-radius: 0 var(--radius-small) var(--radius-small) 0;
}
.form-control-new:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.form-control-new:focus-visible {
  outline: 2px solid hsla(239, 100%, 25%, 0.5);
  outline-offset: -1px;
  box-shadow: none;
}

.form-section {
  display: flex;
  align-items: center;
  gap: var(--space-1-5);
  flex-grow: 1;
}
.form-section--right {
  margin-inline-start: auto;
}

.form-btn-group {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  margin-inline-start: auto;
}

.form-btn {
  --btn-fg-color: var(--be-text-color);
  --btn-bg-color: transparent;
  --btn-border-color: hsl(0, 0%, 70%);
  --btn-shadow-color: hsla(0, 0%, 0%, 0);
  display: flex;
  align-items: center;
  border-radius: var(--radius-small);
  padding-inline: var(--space-2);
  font-family: var(--be-font-sans);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: var(--btn-fg-color);
  background-color: var(--btn-bg-color);
  border: 1px solid var(--btn-border-color);
  min-height: var(--form-control-height);
  box-shadow: inset 0 0 0 0 var(--btn-shadow-color);
  transition: all ease 0.2s;
}
.form-btn:hover {
  --btn-shadow-color: hsla(0, 0%, 0%, 0.2);
  --btn-border-color: hsl(0, 0%, 40%);
  cursor: pointer;
  box-shadow: inset 0 0 0 3px var(--btn-shadow-color);
}
.form-btn.form-btn--primary {
  --btn-fg-color: var(--be-red);
  --btn-bg-color: hsl(0, 0%, 100%);
  --btn-border-color: var(--be-red-translucent-strong);
}
.form-btn.form-btn--primary:hover {
  --btn-border-color: var(--be-red);
  --btn-shadow-color: var(--be-red-translucent-medium);
}
.form-btn:active {
  box-shadow: inset 0 0 0 4px var(--btn-shadow-color);
}
.form-btn:focus-visible {
  outline: 2px solid hsla(239, 100%, 25%, 0.5);
  box-shadow: none;
}

.form-btn:disabled,
.form-btn--primary:disabled {
  --btn-fg-color: hsla(0, 0%, 10%, 0.5) !important;
  --btn-bg-color: transparent !important;
  --btn-border-color: hsl(0, 0%, 80%) !important;
  cursor: not-allowed;
  box-shadow: none !important;
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.99;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.99;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 600px) {
  [data-tooltip]:hover::before, [data-tooltip]:hover::after {
    display: none !important;
  }
}



/*** Media Queries
================================================== */

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) { 
  .video-caption,
  .full-screen-image__caption {
    width: 70%;
  }
  .full-screen-image__caption {
    min-height: calc(100vh - 150px);
  }
  .grid-item,
  .grid-sizer {
    width: calc(25% - 20px);
  }
  .grid-item--width2 { 
    width: calc(50% - 20px); 
  }
  .grid-item--height2 { 
    height: 440px; 
  }
  .main-content--project-detail {
    padding: 0 60px;
  }
  .portfolio-detail {
    margin: 100px 0;
  }
  .video-caption .text-block {
    white-space: nowrap !important;
  }
  .form-modal__inner {
    flex: 0 0 480px;
  }
  .blogBrowsecat li {
    margin: 0 10px;
  }
  .blogBrowsecat li a {
    font-size: 11px;
    padding: 5px 14px;
    letter-spacing: 2px;
  }
  .blogGrid {
    grid-gap: 50px;
    margin: 0 50px;
  }
  .blogDetail {
    width: 100%;
    padding: 30px 70px 60px 70px;
    margin: -110px auto 80px auto;
  }
}

/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) { 
  .highlighted::before {
    top: 50px;
    left: -30px;
    width: 290px;
    height: 290px;
  }
  .footerNav {
     flex-direction: row;
   }
   h1 { word-break: normal; }
   
   .project-description__section--bottom p {
      column-count: 2;
   }
   .main-title.home {
      margin-top: 60px;
  }
  h1.home-title {
    font-size: 54px;
    line-height: 140%;
  }
  .featured {
    padding: 0 0 120px 0;
  }
  .highlighted .featured__content {
    max-width: 80%;
    margin: auto;
  }
  .content-stack .content-stack__block {
    margin-bottom: 80px; 
  }
  .video-caption {    
    padding-bottom: 160px;
  }
.open-position-thumb {  
  flex: 0 1 calc(33% - 32px);
  max-width: calc(33% - 32px);
  min-height: 290px;
}
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .content-wrapper { padding: 0 0 80px 0; }
  header .container-fluid { 
    padding: 0 30px; 
  }
  .search-wrapper {
    right: 0;
  }

  .search-trigger,
  header,
  .search-input form,
  .mobile-nav-trigger {
    height: 100px;
  }

  .slider,
  .main-title {
    margin-top: 100px;
  }
  
  .slider-caption h2 {
    font-size: 62px;
  }
  
  .slider-caption p {
    font-size: 24px;
  }
  
  .search-trigger i {
    top: 41%;
  }
  section.content { 
    padding: 120px 0; 
  }
  .logo a img {
    height: 100px;
    padding: 20px 0;
  }
  .header-image, .gmap-wrapper {
    margin-top: 100px;
  }
  .highlighted::before {
    left: 10px;
  }
  .lang-switch {
    right: 0;
  }
  .video-container video {
    margin-top: 100px;
  }
  .video-caption h2,
  .main-title.parallax h1,
  .full-screen-image h1 {
    font-size: 80px;
    line-height: 120%;
  }
  .main-title.parallax.blog h1 {
    font-size: 64px;
    line-height: 120%;
  }
  .team-modal__inner {
    max-height: 560px;
  }
  .covid-wrapper {
    top: 100px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .highlighted::before {    
    width: 380px;
    height: 380px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .footerNav {
    flex-wrap: nowrap;
  }
  /* .grid-beire-360 {
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  } */
}

/* additional queries to be refactored */
@media only screen and (max-width: 800px) {
  .content-stack__block {
    flex-direction: column !important; }

  .content-stack__text-content {
    max-width: 600px;
    margin: 30px auto; }
    .content-stack__text-content h3 {
      font-size: 32px;
      text-align: center; } }
@media only screen and (max-width: 600px) {
  .content-stack__text-content {
    padding: 0 20px; }
    .content-stack__text-content h3 {
      font-size: 32px;
      text-align: center; } }


@media only screen and (max-width: 1200px) {
    .grid-list {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        max-width: 90%;
    }
}

@media only screen and (max-width: 1100px) {
  .project-description__heading {
    font-size: 44px;
    padding-bottom: 10px; 
  }
  .project-description__heading:before {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .team-modal__inner {
      flex-direction: column;
      width: 80%;
      max-height: none;
      height: 92vh;
  }
  .team-modal__image {
      max-height: 52vh;
      width: 100%;
      text-align: center;
  }
  .team-modal__text-content {
      width: 100%;
      max-height: 40vh;
      padding: 40px;
  }
  .grid-list {
      grid-gap: 20px
  }

  .project-description__section--top {
    height: auto;
  }
  .project-description__data-list {
    margin-left: 0;
  }
  .project-description__heading {
    width: calc(100% - 50px); 
  }
  .lisefilter form {
    /*flex-direction: column;*/
  }
  .lisefilter .form-group {
    margin: 0 0 20px 0;
  }
  .lisefilter form .form-group-new {
    flex: 1 1 auto;
  }
  .lisefilter form .form-group-new select {
    flex-grow: 1;
   }
  .filter-icon, .hidden {
    display:none;
  }
}

@media only screen and (max-width: 600px) {
    .team-modal__inner {
        width: 100%;
        height: 100vh;
    }
    .team-modal__image {
        max-height: 40vh;
    }
    .team-modal__text-content {
        max-height: 60vh;
        padding: 30px 20px 20px 20px;
    }
    .team-modal__text-content .team-modal__name {
        font-size: 24px;
    }
    .team-modal__text-content .team-modal_title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 460px) {
  .project-description__data-list li {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .project-description__data-list label {
    margin-bottom: 2px;
  }
}
