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

*/
/* Fonts */
@font-face {
  font-family: 'fs_lola_bold';
  src: url('assets/fonts/fs_lola_bold.woff2') format('woff2'),
       url('assets/fonts/fs_lola_bold.woff') format('woff');
}
@font-face {
  font-family: 'fs_lola_extrabold';
  src: url('assets/fonts/fs_lola_extrabold.woff2') format('woff2'),
       url('assets/fonts/fs_lola_extrabold.woff') format('woff');
}
@font-face {
  font-family: 'fs_lola_light';
  src: url('assets/fonts/fs_lola_light.woff2') format('woff2'),
       url('assets/fonts/fs_lola_light.woff') format('woff');
}
@font-face {
  font-family: '';
  src: url('assets/fonts/fs_lola_medium.woff2') format('woff2'),
       url('assets/fonts/fs_lola_medium.woff') format('woff');
}
/* Bootstrap */
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1240px;
  }
}

/* HTML */
html, body {
  background-color: #000000;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
pre {color: #fff;}
h1 {
  font-size: 173px;
  font-weight: 800;
  line-height: 173px;
  text-transform: uppercase;
}
h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
  text-transform: uppercase;
}
h4 {
  font-size: 35px;
  font-weight: 300;
}
a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

hr {
  border: none;
  height: 1px;
  background-color: #333333;
  width: 100%;
  margin: 75px 0px 85px 0px;
}
b, strong {
    font-weight: bold;
}
.button {
  font-family: 'fs_lola_extrabold';
  font-size: 18px;
  border: 1px solid #fff;
  padding: 3px 9px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.button:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

/* Header */
#masthead {
  padding: 23px 0px;
  z-index: 11;
  position: relative;
}
#masthead a {
  font-weight: 300;
  font-size: 18px;
}
#site_logo {
  height: 45px;
}
#lang-selector {
  position: relative;
}
.language-chooser {
  margin: 0px;
  margin-left: 15px;
  padding: 0px;
  width: 34px;
  height: 30px;
}
.language-chooser li {
  list-style-type: none;
  text-transform: uppercase;
  display: none;
  position: absolute;
  background-color: #000;
  width: 36px;
  text-align: center;
}
.language-chooser li.active {
  display: block;
}
.language-chooser li.active a::after {
  content: " ";
  background-image: url(assets/images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 5px;
  display: inline-block;
  height: 10px;
  margin-left: 8px;
}

#masthead .language-chooser li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
}
/* new */
#lang-selector {
  right: 30px;
}
.language-chooser li {
  width: 62px;
  height: 44px;
}
#masthead .language-chooser li a>span {
  padding: 14px;
}
.language-chooser {
  height: 44px;
}
/* new */
.language-chooser li a:hover {
  text-decoration: none;
}

.qott {
  width: 100%;
  position: relative;
  margin-bottom: 87px;
}

.qott_left {
  padding-top: 94px;
  padding-bottom: 105px;
  z-index: 2;
  position: relative;
}
.arrow_down {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 24px;
  width: 14px;
  background-size: contain;
  background-image: url(assets/images/arrow_down.svg);
}

.qott_right {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}
.qott_right img {
  height: 100%;
}

.qott_left h4 {
  max-width: 450px;
}

.home-slider-container {
  padding-left: 180px;
  position: relative;
}
.home-slider {
  width: 100%;
}
.home-slider-item img {
  max-width: 100%;
}
.home-slider-item {
  padding-left: 37px;
  max-width: 350px;
  outline: none;
}
.bg-text {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 30px;
}
.bg-left {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 10px;
  margin-left: -10px;
  padding-right: 20px;
}
.bg-right {
  position: absolute;
  top: 0px;
  left: 20px;
}
.home-slider-item span {
  font-family: 'fs_lola_extrabold';
  font-size: 18px;
  line-height: 28px;
  padding: 2px 0px;
}
.main-text {
  position: relative;
  z-index: 1;
}
.home-slider-item-content {
  margin-top: 20px;
}
.home-slider-container h2 {
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 1;
}
.slick-arrow {
  position: absolute;
  left: -180px;
  top: 205px;
  font-size: 0px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: none;
  outline: none !important;
  background-color: #fff;
}
.slick-next {
  left: -120px;
}
.slick-next:after {
  content: " ";
  width: 12px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top:0px;
  background-repeat: no-repeat;
  background-image: url(assets/images/next.svg);
  background-position: center;
  background-size: contain;
}
.slick-prev:after {
  content: " ";
  width: 12px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top:0px;
  background-repeat: no-repeat;
  background-image: url(assets/images/prev.svg);
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
}
.slick-disabled {
  opacity: 0.5
}

.simple_text {
  font-size: 18px;
}
.simple_text h2 {
  width: 310px;
  vertical-align: top;
  padding-right: 52px;
}
.simple_text .right {
  vertical-align: top;
}
.margin-left {
  margin-left: 68px;
}
.footerlist>div {
  text-align: right;
}
.footerlist>div:first-child {
  text-align: left;
}
.footerlist {
  margin-bottom: 90px;
  font-family: 'fs_lola_light';
  font-size: 21px;
}
.footerlist strong {
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}

.footer_identity {
  margin-bottom: 100px;
  text-align: center;
  font-size: 16px;
  position: relative;
}

.footer_identity img {
  height: 30px;
}
.footer_identity strong {
  font-family: 'fs_lola_bold';
  font-weight: 400;
  margin: 15px 0px;
  display: inline-block;
}
.footer_identity a {
  font-weight: 300;
}

.question img {
  height: calc(100vh - 151px);
  min-height: 500px;
  width: auto;
  /*max-width: 470px;*/
}

h1.entry-title {
  font-size: 75px;
  line-height: 75px;
  max-width: 553px;
}
.entry-content {
  max-width: 450px;
  margin: 40px 0px;
}

.entry-content .bg-text {
  font-size: 45px;
  color: #000;
  font-family: 'fs_lola_bold';
  line-height: 64px;
}
.entry-content .bg-text span {
  padding: 4px;
}
.response {
  line-height: 42px;
  font-size: 23px;
}
.response button {
  font-weight: 800;
  color: #000;
  background-color: #fff;
  border: none;
  font-size: 35px;
}

.dates {
  min-width: 474px;
  height: calc(100vh - 151px);
  min-height: 500px;
  background-color: #fff;
  color: #000;
  padding: 20px 105px;
}
.dates > div {
  margin: 25px 0px;
  font-size: 16px;
  font-family: 'fs_lola_light';
}
.dates > div a {
  color: #000;
  text-decoration: underline;
}
.dates > div a:hover {
  text-decoration: none;
}
.dates strong {
  display: block;
  font-size: 23px;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
}
.result  {
  padding-right: 130px;
}
.counter {
  margin: 12px 0px;
}
.counter:first-child {
  margin-top: 40px;
}
.counter .name {
  font-size: 53px;
  font-weight: 800;
}
.counter .res_number {
  font-size: 53px;
  font-weight: 300;
  color: #9F9F9F;
  margin-top: 30px;
}
.ruler {
  width: 100%;
  height: 9px;
  background-color: #292929;
}
.ruler .res {
  background-color: #fff;
  height: 100%;
}
.info {
  font-size: 18px;
  margin-top: 60px;
  padding-left: 56px;
  position: relative;
}
.info:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(assets/images/info.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
}

.col-sm-9 {
  padding-left: 0px;
}
.buttons {
  margin-top: 75px;
  padding-bottom: 70px;
}
.buttons a {
  color: #000;
  background-color: #fff;
  font-size: 21px;
  font-family: 'fs_lola_bold';
  display: inline-block;
  margin-right: 7px;
  padding: 4px 10px;
}

.footer_identity .vdl img {
  position: absolute;
  right: 0px;
  bottom: 35px;
  height: 50px;
}
@media (max-width: 991px) {
  .qott_left h1 {
    font-size: 42px;
    line-height: 42px;
  }
  .qott_left h4 {
    font-size: 18px;
    max-width: 33%;
  }
  .simple_text h2 {
    font-size: 36px;
    line-height: 36px;
    width: 220px;
    padding-right: 35px;
  }
  .footerlist {
    font-size: 18px;
  }
  .footer_identity {
    font-size: 14px;
  }
  .footer_identity strong {
    margin: 10px 0px;
  }
  h1.entry-title {
    font-size: 42px;
    line-height: 42px;
  }
  .entry-content {
    margin: 20px 0px;
  }
  .entry-content .bg-text {
    font-size: 32px;
    line-height: 46px;
  }
  .response {
    font-size: 18px;
  }
  .response button {
    font-size: 26px;
  }
  .question img {
    min-height: 400px;
  }
  .result {
    padding-right: 40px;
  }
  .counter .name,.counter .res_number {
    font-size: 36px;
  }
  .info {
    font-size: 16px;
    margin-top: 30px;
    padding-left: 25px;
  }
  .info:before {
    width: 18px;
    height: 18px;
  }

  .dates {
    min-width: auto;
    padding: 20px 60px;
  }
  .buttons {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .question_content {
    padding-right: 40px;
  }
  .question_image {
    height: calc(100vh - 151px);
    width: 70%;
    overflow: hidden;
  }
  .question img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .home-slider-item span {
    font-size: 14px;
  }
  .button {
    font-size: 14px;
  }
  .simple_text h2 {
    font-size: 29px;
    line-height: 29px;
    width: 165px;
  }
  .simple_text {
    font-size: 16px;
  }
  .footerlist {
    font-size: 16px;
  }
  .margin-left {
    margin-left: 24px;
  }
  .dates {
    min-height: auto !important;
    margin-bottom: 40px;
    padding: 20px;
  }
  .buttons a {
    padding: 4px 7px;
    font-size: 18px;
  }
  .simple_text h2 {
    padding-right: 15px;
  }
  .footer_identity .vdl img {
    position: relative;
    right: auto;
    bottom: auto;
    height: 40px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .qott {
    margin-bottom: 144px;
  }
  .qott_left h4 {
    display: none;
  }
  .qott_right {
    position: relative;
    width: 100%;
    padding-top: 80px;
  }
  .qott_right img {
    width: 100%;
  }
  .qott_left {
    position: absolute;
    padding: 0px;
    left: -4px;
  }
  .qott_left h1 {
    font-size: 56px;
    line-height: 56px;
  }
  .container {
    padding-right: 36px;
    padding-left: 36px;
  }
  #site_logo {
    height: 48px;
  }
  #masthead a {
    font-size: 18px;
  }
  #masthead .language-chooser li a {
    font-size: 15px;
    line-height: 34px;
  }
  .home-slider-container {
    padding-left: 0px;
    padding-right: 67px;
  }
  .slick-arrow {
    right: -67px;
    width: 36px;
    height: 36px;
    top: 50%;
    margin-top: 4px;
    left: auto;
  }
  .slick-next {
    margin-top: -40px;
  }
  .home-slider-item {
    padding-left: 0px;
    max-width: 100%;
  }
  .home-slider-container h2 {
    font-size: 35px;
    line-height: normal;
    top: -60px;
  }
  .slick-prev:after, .slick-next:after {
    width: 8px;
    margin-left: -4px;
  }
  .home-slider-item span {
    font-size: 18px;
    max-width: 230px;
  }
  .bg-left {
    left: 1px;
  }
  .home-slider-item-content .bg-text {
    margin-top: -60px;
  }
  .button {
    font-size: 24px;
  }
  hr.first {
    margin: 35px 0px;
    background-color: #000;
  }

  .simple_text, .simple_text>h2, .simple_text>div {
    display: block !important;
    width: 100%;
  }
  .simple_text>h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .simple_text>h2 br {
    display: none;
  }
  .simple_text {
    font-size: 18px;
  }
  .footerlist>div {
    text-align: left;
  }
  .margin-left {
    margin-left: 0px;
  }
  .footerlist strong {
    font-size: 18px;
  }
  .footerlist {
    font-size: 16px;
  }
  .footerlist>div {
    margin-top: 21px;
  }
  .footerlist>div:first-child {
    margin-top: 0px;
  }
  .footer_identity img {
    height: 40px;
  }
  .footer_identity strong {
    font-size: 16px;
  }
  h1.entry-title {
    font-size: 36px;
    line-height: 36px;
  }
  .entry-content .bg-text {
    font-size: 24px;
    line-height: 37px;
  }
  .question_image {
    width: 100%;
    height: auto;
    text-align: right;
    margin-top: -77px;
  }
  .question_image img {
    width: 72%;
    height: auto;
    min-height: auto;
  }
  .question_content {
    padding-right: 0px;
    max-width: 250px;
  }
  .response.d-sm-none {
    margin-top: 47px;
    margin-left: -10px;
  }
  .response button {
    font-size: 24px;
    padding: 0px 4px;
    line-height: 24px;
    margin: 0px 9px;
  }
  .result {
    padding-right: 0px;
  }
  .info {
    padding-left: 0px;
  }
  .info:before {
    top: -25px;
  }
  .dates {
    height: auto;
  }
  .list.resp .arrow_down {
    left: 50%;
    margin-left: -7px;
    height: 32px;
    width: 19px;
    bottom: -20px;
  }
  #masthead a.link_title {
    font-size: 14px;
  }
  .simple_text h2 {
    padding-right: 0px;
  }
}

@media (max-width: 360px) {
  #site_logo {
      height: 36px;
  }
  .button {
    font-size: 18px;
  }
  .home-slider-item span {
    font-size: 16px;
    line-height: 18px;
  }
  .entry-content .bg-text {
    font-size: 22px;
  }
}
@media (max-width: 340px) {
  #site_logo {
      height: 32px;
  }
}

@media (min-width: 2500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 2311px;
  }
  .slick-arrow {
    width: 80px;
    height: 80px;
  }
  .slick-next {
    left: -90px;
  }
  .button {
    padding: 10px 28px;
    font-size: 22px;
  }
  .simple_text {
      font-size: 22px;
  }
  .home-slider-item span {
    font-size: 22px;
    line-height: 32px;
  }
  .buttons a,
  .response button {
    padding: 12px 20px;
    font-size: 42px;
  }
  h1.entry-title {

  }
  .response {
    font-size: 32px;
  }
  .dates, .result {
    width: 50%;
  }
  .dates {
    text-align: center;
  }
  .dates > div {
    width: 280px;
    margin: 25px auto;
    text-align: left;
    font-size: 20px;
  }
  .info {
    font-size: 22px;
  }
  .dates strong {
    font-size: 28px;
  }
  #site_logo {
    height: 70px;
  }
  #masthead a {
    font-size: 22px;
  }
}
