
:root {
  --green: #1F640C;
  --black: #000000;
  --white: #ffffff;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: smooth;
	}
}
@view-transition {
  navigation: auto;
}
body {
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
}
body.uk {
    background-image: url(../../assets/img/header_uk.webp);
    background-position: top center;
    background-repeat: no-repeat;
}
body.nl {
    background-image: url(../../assets/img/header_nl.webp);
    background-position: top center;
    background-repeat: no-repeat;
}
body.fr {
    background-image: url(../../assets/img/header_fr.webp);
    background-position: top center;
    background-repeat: no-repeat;
}
body.de {
    background-image: url(../../assets/img/header_de.webp);
    background-position: top center;
    background-repeat: no-repeat;
}
body.it {
    background-image: url(../../assets/img/header_it.webp);
    background-position: top center;
    background-repeat: no-repeat;
}
a {
    color: #fff;
}
h1 {
    font-family: "museo", serif;
    font-size: 3em;
}
h2, .h2 {
    font-family: "museo", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.75em;
}
h3, .h3 {
    font-family: "museo", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.75em;
    margin-block-end: 0em;
}
h5, .h5 {
    font-family: "museo", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25em;
    margin-block-end: 0em;
}

#footer-bar {
  position: fixed;
  bottom: 0;
  background: var(--green);
  width: 100svw;
  min-height: 57px;
  z-index: 999999;
}


#menuToggle {
  background: var(--green);
  color: var(--white);
  height: 3.57rem;
  width: 3.57rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2em;
  
  
}

#menuToggleOff {
  height: 3.57rem;
  width: 3.57rem;
  background: var(--white);
  color: var(--green);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2em;
  position: absolute;
  bottom: 2.1rem;
  left: 0
}

#mobMenu {
  background: var(--green);
  color: var(--white);
  padding: 2.14em 2.14em 0 2.14em;
  height: 100%;
  width: 19.64rem;
  position: fixed;
  z-index: 999;
  font-family: "museo", serif;
  font-size: 1rem;
  line-height: 1.93rem;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  top: 0
}

#mobMenu li a {
  color: var(--white);
}

#mobMenu .langswitch {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right
}

#mobMenu .langswitch a {
  height: 3.57rem;
  line-height: 3.57rem;
  width: 3.57rem;
  display: inline-block;
  color: var(--white);
  background: #4a4a4a;
  text-align: center
}

#mobMenu .langswitch a:last-child {
  margin-right: 4px
}

#mobMenu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
#mobMenu a, a#menuToggle {
  text-decoration: none;
}


nav.main-menu ul.menu-wrapper {
  margin: 126px 0 0 0;
  width: 600px;
  float: left;
}

nav.main-menu ul.menu-wrapper li {
  position: relative;
  display: inline-block;
  margin-right: -4px;
  text-align: center;
}

nav.main-menu ul.menu-wrapper li:last-child {
  margin: 0;
}
nav.main-menu ul.menu-wrapper li a {
  display: block;
  font-family: "museo", serif;
  text-shadow: #000 0px 3px 6px;
  padding: 15px 20px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: 0.2s linear;
}
nav.main-menu ul.menu-wrapper li a:hover {
  background: var(--green);
}
nav.main-menu ul.menu-wrapper li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  border-bottom: 4px solid #48cfad;
}
nav.main-menu ul.menu-wrapper li ul li {
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
}
nav.main-menu ul.menu-wrapper li ul li a {
  display: block;
  background: #3a3a3a;
  padding: 10px 15px;
}
nav.main-menu ul.menu-wrapper li ul li a:first-child {
  background: #3a3a3a;
  width: auto;
  border-left: 4px solid transparent;
  padding: 10px 15px;
  font-size: 14px;
}
nav.main-menu ul.menu-wrapper li ul li a:hover {
  background: #333;
  border-left: 4px solid #48cfad;
}


#select-container {
  position: absolute;
  width: 50px;
  height: 40px;
  background: #FFFFFF;
  top: 126px;
  left: 70%;
  transform: translateX(-50%);
  border-radius: 10px;
  border: 0.5px solid rgba(202, 219, 226, 0.4);
  box-shadow: 0px 3px 6px rgba(79, 104, 113, 0.2);
  overflow: hidden;
  transition: height 0.2s ease-in-out, border-radius 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
#select-container:hover {
  height: auto;
  /* Can't use height: auto & transition effect */
  border-radius: 20px;
  box-shadow: 0px 7px 10px rgba(79, 104, 113, 0.3);
}
#select-container ul {
  list-style-type: none;
  position: relative;
}
#select-container ul li {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
#select-container ul li:first-child img {
  cursor: default;
}
#select-container ul li img {
  width: 25px;
  height: 25px;
  display: block;
  left: 50%;
  transform: translate(-103%, -40%);
  margin-bottom: 8px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 0px 6px rgba(79, 104, 113, 0.3);
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
#select-container ul li img:hover {
  box-shadow: 0px 5px 10px rgba(79, 104, 113, 0.3);
  transform: translate(-103%, -40%) scale(1.08);
}

/* TOOLTIP STYLES FROM THIS PEN https://codepen.io/tutsplus/pen/WROvdG */
[tooltip] {
  position: relative;
  /* opinion 1 */
  font-weight: bold;
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 12px;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /*
    Let the content set the size of the tooltips
    but this will also keep them from being obnoxious
    */
  width: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 0px;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #465663;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^=up]::before {
  bottom: 50%;
  border-bottom-width: 0;
  border-top-color: #465663;
}

[tooltip]:not([flow])::after,
[tooltip][flow^=up]::after {
  bottom: calc(50% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^=up]::before {
  left: -15.5px;
  bottom: 40px;
  transform: translate(-50%, -0.5em);
}

[tooltip][flow^=up]::after {
  left: -15.5px;
  bottom: 45px;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^=down]::before {
  top: 70%;
  border-top-width: 0;
  border-bottom-color: #465663;
}

[tooltip][flow^=down]::after {
  top: calc(70% + 5px);
}

[tooltip][flow^=down]::before,
[tooltip][flow^=down]::after {
  left: -15.5px;
  transform: translate(-50%, 0.5em);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^=up]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=down]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}



a.button {
    padding: 0.75em 1em 0.75em 1em;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}
.button.green {
    background-color: var(--green);
}
.button.centered {
    margin: 0 auto;
    display: inline-block;
}
header {
    min-height: 70svh;
}

header nav.main-menu {
    height: 300px;
}
header nav.main-menu svg {
    width: 300px;
    float: left;
}
.promo-bar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.promo-bar ul li {
    display: inline-block;
}

header h1, header p {
    text-shadow: #000 0px 3px 6px;
}
main {
    background-color: #000;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 90px);
    
}
.container {
    max-width: 1440px;
    margin: 0 auto;
}
.centered-half {
    padding: 30px 0 0 0;
    width: 50%;
    margin: 0 auto;
}
.centered-half p {
    font-size: 1.55em;
}
main .centered-half {
    padding: 90px 0 90px 0;
    width: 50%;
    margin: 0 auto;
}
main .divider {
    background-color: var(--white);
    height: 1px;
    width: 75%;
    margin: 3em auto;
}
.three-columns {
  display:flex; flex-wrap:wrap; gap:2em;
  margin: 0 1em 0 1em;
}
.col-3 {
  flex:0 0 31%; box-sizing:border-box; display:flex; flex-direction:column;
}
ul.related-services li h5{
  font-size: 0.8rem;
  margin-block-start: 0.5rem;

}
.text-left-image-right .text {
float: left;
    display: block;
    width: 45%;
    width: -moz-calc(45% - 20px);
    width: -webkit-calc(45% - 20px);
    width: -o-calc(45% - 20px);
    width: calc(45% - 20px);
    overflow: hidden;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.text-left-image-right .image {
  float: right;
    display: block;
    width: 45%;
    width: -moz-calc(45% - 20px);
    width: -webkit-calc(45% - 20px);
    width: -o-calc(45% - 20px);
    width: calc(45% - 20px);
    overflow: hidden;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
}
.text-right-image-left .text {
float: left;
    display: block;
    width: 45%;
    width: -moz-calc(45% - 20px);
    width: -webkit-calc(45% - 20px);
    width: -o-calc(45% - 20px);
    width: calc(45% - 20px);
    overflow: hidden;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.text-right-image-left .image {
  float: left;
    display: block;
    width: 45%;
    width: -moz-calc(45% - 20px);
    width: -webkit-calc(45% - 20px);
    width: -o-calc(45% - 20px);
    width: calc(45% - 20px);
    overflow: hidden;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
}
div.clear {
    clear: both;
    display: block;
    height: 1px;
    width: 100%;
}
.promo-bar {
    height: 400px;
    max-width: 1150px;
    background-repeat: no-repeat;
    background-position: left top;
}
.promo-bar.it {
    height: 444px;
    max-width: 100svw;
    background-repeat: no-repeat;
    background-position: right top;
}
.promo-bar ul.languages li img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}
.promo-bar ul.languages {
    margin-top: 1rem;
}
footer {
    min-height: 600px;
    background-color: var(--white);
    padding: 3em;
}
ul.client-logos {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}
ul.client-logos li {
    display: inline-block;
    padding: 0 2em 0 2em;
}
.ee-logos {
    width: 900px;
    margin: 3em auto;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items li{
  height: 100px;
}
.copyright, .copyright a {
  color: var(--black);
}
@media only screen and (min-width: 600px) {
  nav.main-menu {
    display: block;
  }
  nav.mobile-menu {
    display: none;
  }
}
.space-3 {
  height: 3em;
}
@media only screen and (max-width: 600px) {
  nav.main-menu {
    display: none;
  } 
  nav.mobile-menu {
    display: block;
  }
  header {
    min-height: 40svh;
}
  .container {
    max-width: 100svw;
    padding: 2svw;
  }
  h1, .h1 {
    font-size: 1.8em;
  }
  h2, .h2 {
    font-size: 1.6em;
  }
  a.button {
    font-weight: normal;
  }
  .centered-half {
    width: 90%;
  }

  .centered-half p {
    font-size: 1.25em;
}
main .centered-half {
    padding:  90px 10px 0 10px;
    width: 90%;
    margin: 0 auto;
}
.text-left-image-right .text, .text-left-image-right .image, .text-right-image-left .text, .text-right-image-left .image {
  width: 100svw;
  margin-bottom: 3rem;
}
.three-columns {
  display:block; flex-wrap:wrap; gap:2em;
}
.col-3 {
  
}
}

code {
  display: block;
  padding: 10px;
  width: 100%;
  background-color: #3a3a3a;
  font-size: 1.1em;
  line-height: 130%;
  text-rendering: optimizeLegibility;
  & .comment { color: yellow; margin-bottom: 10px;} 
}