/*!
Theme Name: slg
Author: slg
Author URI: https://www.slg.lu/
Text Domain: slg
Version: 1.0

*/


/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@300;400;500;700;800&display=swap');

@font-face {
  font-family: 'Metropolis-Light';
  font-style: normal;
  font-weight: normal;
  src: url('assets/fonts/Metropolis-Light.woff2') format('woff2'),
       url('assets/fonts/Metropolis-Light.woff') format('woff');
}
@font-face {
  font-family: 'Metropolis-Regular';
  font-style: normal;
  font-weight: normal;
  src: url('assets/fonts/Metropolis-Regular.woff2') format('woff2'),
       url('assets/fonts/Metropolis-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Metropolis-Medium';
  font-style: normal;
  font-weight: normal;
  src: url('assets/fonts/Metropolis-Medium.woff2') format('woff2'),
       url('assets/fonts/Metropolis-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Metropolis-Bold';
  font-style: normal;
  font-weight: normal;
  src: url('assets/fonts/Metropolis-Bold.woff2') format('woff2'),
       url('assets/fonts/Metropolis-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Metropolis-ExtraBold';
  font-style: normal;
  font-weight: normal;
  src: url('assets/fonts/Metropolis-ExtraBold.woff2') format('woff2'),
       url('assets/fonts/Metropolis-ExtraBold.woff') format('woff');
}


/* COLORS */
.cl-white {
  color: #ffffff;
}
.cl-green {
  color: #91c024;
}
.cl-gray {
  color: #839ca8;
}

/* GLOBAL STYLING */
::selection {
  background-color: #839CA8;
  color: #ffffff;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  /* font-family: "Alegreya Sans";
  font-weight: normal; */
  font-family: "Metropolis-Regular";
  font-size: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #839ca8;
}

a,
button,
select,
input,
textarea {
  outline: 0 !important;
}
a:focus,
button:focus,
select:focus,
input:focus {
  box-shadow: none !important;
}
a,
p a {
  text-decoration: underline;
  color: inherit;
}
a:not(.reset):hover {
  color: #91c024;
}
ul, ol {
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1221px;
  max-width: calc(1221px + 22px);
}

#wpadminbar {
  position: fixed;
}

.bg-img-center-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img-center-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.no-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Slick Slider */
.slideshow {
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.5s linear;
  transition:opacity 0.5s linear;
}
.slideshow.slick-initialized {
  max-height: inherit !important;
  height: auto !important;
  visibility: visible !important;
  opacity:1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* TITLES */
h1 {
  /* font-weight: 800; */
  font-family: "Metropolis-ExtraBold";
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
h2 {
  /* font-weight: 800; */
  font-family: "Metropolis-ExtraBold";
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
}
h3 {
  /* font-weight: 800; */
  font-family: "Metropolis-ExtraBold";
  font-size: 18px;
  line-height: 22px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
}
h5 {
  font-size: 15px;
  line-height: 18px;
}

/* INPUTS */
input:not([type=checkbox]), select, textarea {
  -webkit-appearance: none;
}
input:not([type=checkbox]),
select {
  border: 0;
  padding: 8px 18px;
  height: 34px;
  line-height: 18px;
  background: #eee;
}
textarea {
  border: 0;
  background: #eee;
}
.checkbox input[type=checkbox]{
  margin-right: 3px;
}
.checkbox label {
  margin-bottom: 0;
}
/* Select wrapper */
/* .form-select-wrap {
  position: relative;
}
.form-select-wrap::after {
  content: '';
  background-image: url('assets/images/arrow-down-icon.svg');
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 17px;
  right: 11px;
  top: 6px;
  pointer-events: none;
}
.form-select-wrap select {
  padding-right: 30px;
} */

/* BUTTONS */
.a-underline {
  text-decoration: underline !important;
}
.btn {
  text-decoration: none;
  border: 0;
  line-height: 18px;
  padding: 8px 49px;
  /* font-family: "Alegreya Sans";
  font-weight: normal; */
  font-family: "Metropolis-Regular";
  font-size: 15px;
  text-align: center;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.btn:hover {
  color: inherit;
}
.btn-search {
  line-height: 14px;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.btn-blank {
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
}
.btn-green {
  color: #ffffff !important;
  background: #91c024 !important;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.btn-green:hover,
.btn-green:focus {
  background: #506C79 !important;
}
.btn-blue {
  color: #ffffff !important;
  background: #839ca8 !important;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.btn-blue:hover,
.btn-blue:focus {
  background: #91c024 !important;
  /* background: #506C79 !important; */
}
/* CTA */
.btn-cta {
  display: inline-block;
  width: 240px;
  max-width: 100%;
  height: 60px;
  background: #839CA8;
  font-size: 15px;
  text-align: center;
  color: #ffffff !important;
  line-height: 18px;
  padding: 21px 22px;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.btn-cta:hover {
  color: #ffffff;
  background: #91c024;
  text-decoration: none;
}
.btn-download svg {
  margin-right: 15px;
}




/* HEADER */
.page-header {
  position: relative;
  margin-bottom: 50px;
}

.page-header .header-image {
  height: 600px;
  margin-top: 50px;
  background-attachment: fixed;
}

.page-header.text-img {
  height: 555px;
  margin-top: 50px;
  color: #ffffff;
  background: #506C79;
}
.page-header.greenblock {
  background: #91c024;
}
.page-header.text-img .bg {
  width: 58.333333%;
  max-width: 1300px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.page-header.text-img .header-description {
  max-width: 400px;
  margin-top: 55px;
}

/* BREADCRUMB */
.breadcrumbs-nav {
  padding-top: 45px;
}
.breadcrumbs-nav .separator {
  margin: 0 5px;
}
.breadcrumbs-nav,
.breadcrumbs-nav a,
.breadcrumbs-nav span {
  color: #ffffff;
}
.breadcrumbs-nav.blue,
.breadcrumbs-nav.blue a,
.breadcrumbs-nav.blue span {
  color: #839ca8;
}
.greenblock .breadcrumbs-nav a {
  color: #ffffff !important;
}
.breadcrumbs-nav a {
  text-decoration: underline;
}
.breadcrumbs-nav span.current {
  /* font-weight: 800; */
  font-family: "Metropolis-ExtraBold";
}


/* .page-template-template-companies .breadcrumbs-nav,
.page-template-template-companies .breadcrumbs-nav a,
.page-template-template-companies .breadcrumbs-nav span {
  color: #839CA8;
  color: #ffffff;
} */


/* FOOTER */
/* Widgets */
footer .widget-area {
  background: #EEEEEE;
  padding: 26px 0;
}
footer .widget_text {
  font-size: 12px;
  line-height: 18px;
  color: #839ca8;
}
footer .widget_text .textwidget p:last-of-type {
  margin: 0;
}
.footer-logo img {
  max-width: 103px;
  margin-right: 27px;
}

/* Social Links */
footer .social-links {
  text-align: right;
}
footer .social-links li {
  display: inline-block;
}
footer .social-links li a {
  color: #648596;
  position: relative;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
footer .social-links li a:hover {
  color: #91c024;
}
footer .social-links li:not(:first-of-type) a {
  margin-left: 41px;
}
footer .social-links li a.facebook {
  font-size: 21px;
  top: -3px;
}
footer .social-links li a.instagram {
  font-size: 24px;
  top: -0px;
}
footer .social-links li a.linkedin {
  font-size: 24px;
}
footer .social-links li a.youtube {
  font-size: 27px;
}


/* Site Info Bar */
.site-info {
  color: #ffffff;
  padding: 10px 0;
  background: #839CA8;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.site-info a {
  text-decoration: underline;
  color: #ffffff !important;
}
.site-info .main-footer {
  text-align: right;
}
.site-info .main-footer li {
  display: inline-block;
}
.site-info .main-footer li:not(:first-of-type) {
  margin-left: 4px;
}
.site-info .main-footer li:not(:first-of-type)::before {
  content: '-';
  position: relative;
  left: -2px;
}




@media screen and (max-width: 767px) {
  .page-header.text-img .bg{
      position: static;
      width: 100%;
      padding-bottom: 65%;
  }
  .page-header.text-img{
      height: auto;
  }
  .page-header.text-img .header-description{
      max-width: none!important; 
      padding-bottom: 50px;
  }

  .page-header .header-image {
    background-attachment: inherit;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 31px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}


