@font-face {
  font-family: 'DINOT';
  src: url("../webfonts/DINOT-Light.eot");
  src: url("../webfonts/DINOT-Light.eot?#iefix") format("embedded-opentype"), url("../webfonts/DINOT-Light.woff") format("woff"), url("../webfonts/DINOT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'DINOT-Light';
  src: url("../webfonts/DINOT-Light.eot");
  src: url("../webfonts/DINOT-Light.eot?#iefix") format("embedded-opentype"), url("../webfonts/DINOT-Light.woff") format("woff"), url("../webfonts/DINOT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'DINOT';
  src: url("../webfonts/DINOT-Regular.eot");
  src: url("../webfonts/DINOT-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/DINOT-Regular.woff") format("woff"), url("../webfonts/DINOT-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINOT-Regular';
  src: url("../webfonts/DINOT-Regular.eot");
  src: url("../webfonts/DINOT-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/DINOT-Regular.woff") format("woff"), url("../webfonts/DINOT-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINOT';
  src: url("../webfonts/DINOT-Medium.eot");
  src: url("../webfonts/DINOT-Medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/DINOT-Medium.woff") format("woff"), url("../webfonts/DINOT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'DINOT-Medium';
  src: url("../webfonts/DINOT-Medium.eot");
  src: url("../webfonts/DINOT-Medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/DINOT-Medium.woff") format("woff"), url("../webfonts/DINOT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'DINOT';
  src: url("../webfonts/DINOT-Bold.eot");
  src: url("../webfonts/DINOT-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/DINOT-Bold.woff") format("woff"), url("../webfonts/DINOT-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'DINOT-Bold';
  src: url("../webfonts/DINOT-Bold.eot");
  src: url("../webfonts/DINOT-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/DINOT-Bold.woff") format("woff"), url("../webfonts/DINOT-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'DINPro-Bold';
  src: url("../webfonts/DINOT-Bold.eot");
  src: url("../webfonts/DINOT-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/DINOT-Bold.woff") format("woff"), url("../webfonts/DINOT-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'DINOT';
  src: url("../webfonts/DINOT-Black.eot");
  src: url("../webfonts/DINOT-Black.eot?#iefix") format("embedded-opentype"), url("../webfonts/DINOT-Black.woff") format("woff"), url("../webfonts/DINOT-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'DINOT-Black';
  src: url("../webfonts/DINOT-Black.eot");
  src: url("../webfonts/DINOT-Black.eot?#iefix") format("embedded-opentype"), url("../webfonts/DINOT-Black.woff") format("woff"), url("../webfonts/DINOT-Black.ttf") format("truetype"); }
@font-face {
  font-family: 'DINPro-Black';
  src: url("../webfonts/DINOT-Black.eot");
  src: url("../webfonts/DINOT-Black.eot?#iefix") format("embedded-opentype"), url("../webfonts/DINOT-Black.woff") format("woff"), url("../webfonts/DINOT-Black.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  src: url(../webfonts/fontawesome-webfont.eot?v=4.1.0);
  src: url(../webfonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format("embedded-opentype"), url(../webfonts/fontawesome-webfont.woff?v=4.1.0) format("woff"), url(../webfonts/fontawesome-webfont.ttf?v=4.1.0) format("truetype"), url(../webfonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format("svg");
  font-weight: 900;
  font-style: normal; }
/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-size: 16px;
  opacity: .9; }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

.select-selected {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 15px; }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 45%;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent; }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 32%; }

/* style the items (options), including the selected item: */
.select-items div {
  color: #ffffff;
  padding: 6px 15px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer; }

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #7e7f7f;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

input[type="checkbox"] {
  position: absolute;
  opacity: 0; }
  input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  input[type="checkbox"] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1); }
  input[type="checkbox"]:hover + label:before {
    background: #f35429; }
  input[type="checkbox"]:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  input[type="checkbox"]:checked + label:before {
    background: #f35429; }
  input[type="checkbox"]:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  input[type="checkbox"]:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 12px;
    background: white;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg); }

input[type="radio"] {
  position: absolute;
  opacity: 0; }
  input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  input[type="radio"] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.1); }
  input[type="radio"]:hover + label:before {
    background: #f35429; }
  input[type="radio"]:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12); }
  input[type="radio"]:checked + label:before {
    background: #f35429; }
  input[type="radio"]:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  input[type="radio"]:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 12px;
    background: white;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg); }

.container img {
  max-width: 100%;
  height: auto; }

.svg_icon {
  width: 40px;
  height: 40px;
  fill: #fff;
  border: 2px solid white;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.1); }

.stat-number {
  font-weight: bold;
  font-size: 20px; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: inherit, sans-serif;
  font-size: 1.2em;
  color: #444;
  background-color: #f4f4f4;
  background-attachment: fixed;
  background-size: cover;
  position: relative; }

a {
  text-decoration: none; }

div.panel {
  background-color: white;
  color: #333;
  border-radius: 5px;
  margin: 10px 0;
  padding: 50px 0; }

div.panel h3 {
  color: #333; }

iframe {
  width: calc((960px / 2) - 10px);
  height: calc(((960px / 2) - 10px) * 0.5625); }

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 calc((100vw - 960px) / 2 ); }

.container > div {
  width: 960px; }

.tiles-container {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px; }

.contacts-container {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px; }

.contacts-container > div {
  width: calc(33.33% - 20px); }

.tiles-container > div {
  width: calc(33.33% - 20px);
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 3px; }

.tiles-container > a {
  text-decoration: none; }

.slideInFromLeft {
  transition: 1s all ease;
  animation: entryfromleft 1s linear 1;
  -webkit-animation: entryfromleft 1s linear 1; }

.simple {
  transition: 1s all ease;
  animation: simple 1s linear 1;
  -webkit-animation: simple 1s linear 1; }

.container > div.text {
  padding: 0 20px;
  transition: 1s all ease;
  animation: entryfromleft 1s linear 1;
  -webkit-animation: entryfromleft 1s linear 1; }

.footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  background-color: #dad3c9;
  padding: 30px 0px;
  justify-content: center; }

.footer > div {
  width: 25%;
  gap: 10px; }

.footer img {
  max-width: 200px;
  max-height: 200px; }

.padding100tb {
  padding: 100px 0; }

.landing.highlight {
  display: flex;
  flex-direction: row;
  align-items: center; }

.landing.highlight img {
  max-width: 100%;
  max-height: 100%; }

#highlight ul {
  padding: 0; }

#highlight li {
  list-style-type: none;
  margin-bottom: 20px; }

#highlight h1 {
  font-size: 40px; }

.landing > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center; }

::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.8); }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.8); }

::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.popup ::-webkit-input-placeholder {
  /* Edge */
  color: rgba(0, 0, 0, 0.8); }

.popup :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.8); }

.popup ::placeholder {
  color: rgba(0, 0, 0, 0.8); }

input[type="text"], input[type="email"], select, textarea {
  padding: 15px 15px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dad3c9;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 3px;
  border-bottom: 2px solid transparent; }

.popup input[type="text"], .popup input[type="email"] {
  border-bottom: 1px solid #dad3c9;
  background: rgba(255, 255, 255, 0.1);
  color: #444;
  border-radius: 3px;
  border-bottom: 1px solid #444; }

input[type="text"]:active, input[type="email"]:active, textarea:active {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border-bottom: 2px solid transparent; }

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border-bottom: 2px solid #dad3c9; }

.popup input[type="text"]:focus, .popup input[type="email"]:focus {
  border-bottom: 2px solid #444; }

textarea {
  min-height: 200px; }

.form-description {
  margin: 3rem 0;
  border-top: 0.5px solid rgba(255, 255, 255, 0.5); }

.form-description h1 {
  /*text-align: center;*/ }

input[type="radio"] {
  width: 30px;
  height: 30px; }

.radio-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px; }

.radio-group > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px; }

.radio-group-label {
  /*display: flex;*/
  margin-bottom: 0px;
  font-weight: bold;
  opacity: .9;
  width: 100%; }

.textarea-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px; }

.textarea-group > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px; }

.textarea-group-label {
  /*display: flex;*/
  margin-bottom: 0px;
  font-weight: bold;
  opacity: .9;
  width: 100%; }

textarea
.hideplease {
  display: none !important; }

.form-event .register-form .reset-input:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

form.cdmform {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px; }

.form-container {
  margin-top: 40px; }

.form-container h1, .highlight h1 {
  text-transform: uppercase; }

form.cdmform > div {
  width: calc(100%); }

form.cdmform > div.w50 {
  width: calc(50% - 10px); }

form.cdmform > div.w33 {
  width: calc(33.33% - 20px); }

.disclaimer {
  font-size: .8em;
  line-height: 1.3em; }

.radio-group label {
  font-weight: 300; }

.textarea-group label {
  font-weight: 300; }

.btn-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px; }

.confirmation .btn-container {
  justify-content: center; }

.btn {
  border-radius: 3px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  width: auto;
  -webkit-font-smoothing: antialiased;
  background: #f9f9f9;
  border: none;
  color: black;
  display: flex !important;
  /*-webkit-appearance: button;*/
  padding: 0 20px;
  height: 56px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: bold;
  transition-duration: 0.3s;
  opacity: .9;
  cursor: pointer;
  /*box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);*/ }

.btn:hover {
  opacity: 1; }

.btn:active {
  transform-origin: center center;
  transform: scale(0.95);
  opacity: 1; }

.btn-landing {
  cursor: pointer;
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  line-height: 1.06;
  text-transform: uppercase;
  font-weight: bold; }

.btn:hover {
  opacity: 1; }

section {
  position: relative; }

section:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1); }

.padding100b {
  padding: 100px 0; }

section.body {
  background-color: rgba(0, 0, 0, 0.1); }

h1 {
  font-family: 'DINOT-Bold'; }

section h1 {
  text-transform: uppercase; }

.bg_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0.6; }

.tilt-container {
  position: relative;
  transform-style: preserve-3d; }

.tilt-container > img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.tilt-container:hover > img {
  transform: translateZ(30px); }

.tile {
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.tile:hover {
  transform: scale(1.05); }

.image {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center; }

.image > img {
  max-width: 50%; }

.popup {
  z-index: 100000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.popup {
  display: none;
  overflow: auto;
  color: #333;
  background-color: rgba(0, 0, 0, 0.3) !important;
  position: fixed;
  width: 100vw !important;
  height: 100vh;
  opacity: 0;
  transition: 0.25s all ease-in-out; }

.popup.open {
  display: block;
  opacity: 1; }

.popup.open > div > div {
  animation: entry 0.25s ease-in-out 1;
  -webkit-animation: entry 0.25s ease-in-out 1; }

.popup .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100%;
  width: 100%; }

.popup > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.popup > div > div {
  display: flex;
  background: #fff;
  align-items: stretch;
  min-height: 400px;
  max-width: 800px;
  width: 800px;
  position: relative;
  flex-wrap: wrap;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }

.popup > div > div > .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100000000; }

.popup > div > div > .header {
  line-height: 1;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 100%;
  background-color: #1CAC83;
  font-weight: bold;
  font-size: larger;
  background: #1CAC83;
  text-transform: uppercase;
  background: -moz-linear-gradient(45deg, #1cac83 0%, #cccc33 100%);
  background: -webkit-linear-gradient(45deg, #1cac83 0%, #cccc33 100%);
  background: -o-linear-gradient(45deg, #1cac83 0%, #cccc33 100%);
  background: linear-gradient(45deg, #1cac83 0%, #cccc33 100%); }

.popup > div > div > .close > a {
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  transition: 0.25s all ease-in-out;
  text-decoration: none; }

.popup > div > div > .content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 60px;
  text-align: left;
  font-size: .9em;
  font-weight: initial;
  letter-spacing: 0; }

.popup > div > div > .content a {
  font-weight: bold; }

.popup > div > div > .content > div {
  display: flex;
  flex-direction: column;
  margin-top: 40px; }

.popup > div > div > .content p {
  margin: 0px 0px;
  line-height: 1.4;
  margin-bottom: 10px; }

.popup > div > div > .content > div label {
  display: flex;
  flex-direction: column;
  font-weight: bold; }

.picture {
  transition: .5s all ease;
  animation: entry 1s linear 1;
  -webkit-animation: entry 1s linear 1; }

.statistics {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px !important; }

#statistics {
  position: fixed;
  right: 10px;
  top: 50%;
  width: 50px; }

.wowcdm {
  opacity: 0; }

.bg-transparent {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, transparent) !important;
  background: rgba(0, 0, 0, 0) !important;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 50%); }

.rotateme {
  height: 200px;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 200px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 1s all ease;
  animation: rotateme 16s linear infinite;
  -webkit-animation: rotateme 16s linear infinite;
  box-shadow: 0px 0px 27px 7px #0ff; }

.rotateme:after {
  content: "";
  height: 20px;
  width: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0px 0px 17px 3px #0ff; }

.rotateme:before {
  content: "";
  height: 30px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 22px 35x #0ff; }

.toolbar {
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 70px;
  width: 100%;
  padding: 0 30px;
  align-items: center;
  padding: 0 30px;
  transition: .5s all ease;
  animation: simple_down 1s linear 1;
  -webkit-animation: simple_down 1s linear 1; }

.toolbar:hover {
  opacity: 1; }

.toolbar > div.logo-container {
  height: 55%;
  display: flex;
  align-items: center;
  gap: 30px; }

.toolbar > div.logo-container > img, .toolbar > div.logo-container > a, .toolbar > div.logo-container > a > img {
  height: 100%;
  display: inline-block; }

.toolbar.fixed {
  position: fixed;
  background-color: black;
  transition: .5s all ease; }

.toolbar ul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 10px;
  list-style-type: none;
  align-items: center; }

.toolbar ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px; }

.toolbar ul li {
  padding: 5px 0px;
  border-bottom: 2px solid transparent; }

.toolbar ul li:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.75); }

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
    opacity: .2; }
  100% {
    transform: rotate(360deg);
    opacity: .2; } }
@keyframes entryfromleft {
  0% {
    transform: translateX(-2vw) scale(0.8);
    opacity: .1; } }
@keyframes simple {
  0% {
    transform: translateX(100px);
    opacity: 0.1; } }
@keyframes simple_down {
  0% {
    transform: translateY(-100px);
    opacity: 0.1; } }
@keyframes entry {
  0% {
    transform: translateY(-600px) scale(0.5) rotate(40deg);
    opacity: .1; } }
ul.talks {
  list-style: none; }

.dates .days .talks li {
  margin-bottom: 15px; }

.dates .days .talks li .overview {
  font-size: 1.4em;
  display: flex;
  justify-content: space-between; }

.dates .days .talks li .overview strong {
  width: 150px;
  font-weight: 700; }

.dates .days .talks li .overview a {
  max-width: calc(100% - 0px);
  text-align: left;
  width: 100%;
  transition: 0.25s all ease-in-out; }

.dates .days .talks li .overview a.more:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='15.788' viewBox='0 0 30 15.788'%3E%3Cg id='_5997111aeb400bc58677294207aec562' data-name='5997111aeb400bc58677294207aec562' transform='translate(-10 -242.1)'%3E%3Cg id='Group_14' data-name='Group 14' transform='translate(10 242.1)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M10-1395.113a.84.84,0,0,1,.055-.3.61.61,0,0,1,.178-.254.761.761,0,0,1,.554-.233.749.749,0,0,1,.554.233L25-1382.025l13.642-13.642a.772.772,0,0,1,.563-.233.765.765,0,0,1,.563.233.761.761,0,0,1,.233.554.749.749,0,0,1-.233.554l-14.215,14.215a.761.761,0,0,1-.554.233.745.745,0,0,1-.554-.233l-14.212-14.212a.63.63,0,0,1-.178-.254.856.856,0,0,1-.055-.3Z' transform='translate(-10 1395.9)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  transition: 0.25s all ease-in-out;
  display: inline-flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50%;
  margin-left: 10px;
  transform: rotate(-90deg); }

.dates .days .talks li .overview a.open:after {
  transform: rotate(0deg); }

.dates .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  margin-bottom: 30px;
  list-style: none; }

.dates .menu li {
  padding-bottom: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px; }

.dates .menu a {
  color: #fff;
  font-size: 1.75em; }

.dates .menu li:after {
  position: absolute;
  background-color: #fff;
  background-size: auto 15px;
  bottom: 0;
  left: 0;
  content: " ";
  display: block;
  height: 5px;
  width: 100%;
  width: 0%;
  transition: 0.25s all ease-in-out;
  left: 50%; }

.dates .menu li:after {
  width: 0%;
  left: 0%; }

.dates .menu li.active:after {
  width: 100%;
  left: 0%; }

.dates .days .talks .information p {
  margin: 10px 0; }

.dates .days .talks li .information {
  padding-top: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 130px;
  max-height: 0;
  align-items: flex-start;
  overflow: hidden;
  transition: all 0.5s; }

.dates .days .talks li .time {
  font-weight: 300;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 10px 0px; }

.dates .days .talks li .information.active {
  gap: 10px;
  padding-top: 10px;
  max-height: unset; }

.dates .days .talks li .description.active {
  display: block; }

.dates .days .talks li .author {
  margin-bottom: 0px;
  padding-left: 130px;
  text-align: left; }

.dates .days .talks li .author a {
  color: #fff;
  margin-right: 30px;
  font-weight: 500;
  transition: 0.25s all ease-in-out; }

.dates .days .talks li .information .author a img {
  opacity: 0.8;
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  transition: 0.25s all ease-in-out;
  border: 1px solid #fff; }

.selector {
  cursor: pointer;
  font-size: 26px; }

.popup-opener > div > img {
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.1); }

.contact-cdm {
  text-align: left; }

span.de, div.de {
  display: none; }

#LanguageWidget {
  display: block;
  position: fixed;
  line-height: 1.5;
  background-color: #141414;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 40px;
  transition: all .2s ease-in;
  min-width: 48px;
  min-height: 48px;
  z-index: 2147483631;
  opacity: 1;
  right: 10px;
  bottom: 10px; }

.widgetBtn {
  display: block;
  position: fixed;
  line-height: 1.5;
  background-color: #141414;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 40px;
  transition: all .2s ease-in;
  min-width: 40px;
  min-height: 40px;
  z-index: 2147483631;
  opacity: 1;
  right: 10px;
  bottom: 40px; }

span.widgetBtn {
  display: inline-block;
  position: relative; }

#LanguageWidget.flag-de {
  background-image: url(https://www.yde.lu/images/flagde.png);
  background-size: cover;
  border: 2px solid white; }

#LanguageWidget.flag-fr {
  background-image: url(https://www.yde.lu/images/flagfr.png);
  background-size: 100%;
  border: 2px solid white; }

.widgetBtn.flag-de {
  background-image: url(https://www.yde.lu/images/flagde.png);
  background-size: cover;
  border: 2px solid white; }

.widgetBtnflag-fr {
  background-image: url(https://www.yde.lu/images/flagfr.png);
  background-size: 100%;
  border: 2px solid white; }

.widgetBtn {
  opacity: .9; }

.widgetBtn:hover {
  cursor: pointer;
  opacity: 1; }

.accordion-box-container {
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2); }

.accordion-box.de {
  display: none; }

body .accordion-box {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: left !important;
  position: relative;
  cursor: pointer; }

body .accordion-box:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

body .accordion-box span.picto img {
  max-width: 30px;
  height: 30px; }

body .accordion-box .accordion-content {
  /*display: none;*/
  max-height: 0;
  overflow: hidden;
  font-weight: normal;
  padding: 0px;
  color: #474747;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

body .accordion-box .accordion-content > div {
  padding: 20px;
  line-height: 24px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8); }

body .accordion-box .accordion-content > div h2 {
  font-size: 18px; }

body .accordion-box.active .accordion-content {
  max-height: 1200px;
  background-color: rgba(255, 255, 255, 0.1); }

.accordion-box.themenauswertung .accordion-content > div {
  padding: 0; }

.accordion-box.active.themenauswertung .accordion-content {
  max-height: 800px; }

.accordion-header {
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  height: 56px;
  padding: 0 20px; }

.accordion-box.active .accordion-header {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.accordion-header:hover {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.accordion-header > div {
  display: flex;
  gap: 20px;
  align-items: center; }

.themenauswertung {
  background-color: #1D202F;
  color: #FFFFFF; }

body .accordion-box.themenauswertung .accordion-content {
  color: #FFFFFF;
  text-align: left; }

.accordion-box-toggler {
  font-size: 30px;
  font-weight: normal; }

table.programm {
  border: 1px solid #00000050;
  padding: 0px;
  border-spacing: 0; }

table.programm tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1); }

table.programm td, table.programm th {
  vertical-align: top;
  padding: 10px; }

table.programm td:first-child {
  text-align: right; }
