/* Basics */

@import url('https://fonts.googleapis.com/css?family=Nunito');

html,body {
  margin: 0; padding: 0;
  font-family: 'Nunito', sans-serif;
  color: white;
  scroll-behavior: smooth;
}

html {
  /* background: url("../src/bg.jpg") no-repeat center center fixed; */
  /* background: url("../src/bg_hq.jpg") no-repeat center center fixed; */
  background: hsl(0deg 0% 0% / 95%);
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  
  -webkit-background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center center;
  -webkit-background-attachment: fixed;
  
  -moz-background-size: cover;
  -moz-background-repeat: no-repeat;
  -moz-background-position: center center;
  -moz-background-attachment: fixed;
  
  -o-background-size: cover;
  -o-background-repeat: no-repeat;
  -o-background-position: center center;
  -o-background-attachment: fixed;
  
  height: 100%;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  html {
    background-image: url("../src/bg_mobile.jpg");
    /* background-attachment: scroll; */
        }
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a, a:visited, a:hover, a:active {
  color: inherit;
}

.mobile-br {
  display: none;
}
.hide-mobile-br {
  display: inline;
}
@media only screen and (max-width: 1200px) {
  .hide-mobile-br {
    display: none;
  }
}


/* Specific */

.split_right iframe {
  width: 100%;
  height: 700px;
}


#timer {
  font-size: 26px;
  font-weight: bold;
  color: hsla(213, 40%, 80%, 1);
  color: hsl(213deg 65.74% 71.99%);
  background: #ffffff1f;
  padding: 15px 12px;
  display: block;
}

.deadline {
  background: hsl(0deg 91.74% 33.02%);
  padding: 2px 8px;
}


.redcolored {
  color: hsl(0deg 85.26% 44.64%);
}

.social_media_link {
  font-size: 20px;
}

.gray_link {
  color: gray !important;
  font-size: 12px;
}
.gray_link:hover {
  text-decoration: underline;
}
.gray_link i {
  font-size: 11px;
  padding-right: 3px;
}

.box4 img {
  width: 50px;
  height: 50px;
  filter: grayscale(1.0) invert(1);
}

.box4 .tmp_br {
  display: none;
}

#materials td {
  padding-left: 15px;
  line-height: 25px;
  vertical-align: top;
}

b i {
  padding-right: 3px;
}

@media only screen and (max-width: 1200px) {
  .split_right iframe {
    display: none;
  }
  #materials tr {float: left;}
  #materials td {float: left;}
  .box4 .tmp_br {
    display: inline-block;
  }
}

hr {
  border: none;
  border-top: 1.5px solid white;
}

.imgslideshow img {
  width: 140px;
  margin: 0 25px;
}

.imgslideshow {
  overflow: hidden;
  height: 200px;
}


.imgslideshow img {
  width: 140px;
  margin: 0 25px;
  border: 2px solid #80808000;
  padding: 2px;
  margin-bottom: 100px;
}

.imgslideshow {
  overflow: hidden;
  height: 220px;
}

.imgslideshow img:hover {
  border: 2px solid gray;
}


@media only screen and (max-width: 1200px) {
  .imgslideshow img {
    width: 40vw;
    padding: 3vw 0;
    margin: 0 2vw;
    border: none;
  }
  .imgslideshow img:hover {
    border: none;
  }
  .imgslideshow {
    overflow: inherit;
  }
  .imghide {
    display: none;
  }
}

/* FAQ */

.faq {
  text-align: left;
}

.faq h2 {
  font-size: 30px;
  color: hsl(220, 46%, 56%);
}


.faq h5 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 25px;
}

.faq .question-wrapper {
  background: hsla(0,0%,0%,0.5);
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 8px;
  max-height: 25px;
  overflow: hidden;
  transition: 0.2s max-height;
}

.faq .question {
  cursor: pointer;
  transition: 0.2s color;
  display: inline-block;
  width: 100%;
}

.faq .question:before {
  content:"+ ";
}

.faq .question:hover {
  color: hsl(0, 0%, 70%);
}

.faq .answer {
  display: inline-block;
  padding-bottom: 5px;
  color: hsl(220,50%,70%);
}

.faq a {
  text-decoration: underline;
}


@media only screen and (max-width: 1200px) {
  .faq .question-wrapper {
    font-size: 15px;
    max-height: 37px;
    line-height: 18px;
  }
  .faq .answer {
    padding-top: 5px;
  }
}





.ambassador_orgabox {
  margin: 0 !important;
  margin-left: 90px !important;
}

@media only screen and (max-width: 1200px) {
  .ambassador_orgabox {
    margin-left: 0 !important;
  }
}






.list-element {
  background: hsla(0,0%,0%,0.4);
  padding: 8px 10px;
  margin: 10px 0;
  text-align: left;
  background: #8080800f;
}
@media only screen and (max-width: 1200px) {.list-element {
  padding: 3vw 4vw;
  font-size: 5vw;
  margin: 4vw 0;
}}




.list-element-participant a, .box_links_blue a {
  color: hsl(220, 46%, 56%) !important;
}
.list-element-participant a:hover, .box_links_blue a:hover {
  text-decoration: underline !important;
}

.list-element-participant {
  display: inline-block;
  width: 97%;
  background: #8080800f;
  padding: 11px;
  margin-top: 10px;
}

.teacher-list-element-name-wrapper {
  width: 47%;
  margin-right: 3%;
  float: left;
  line-break:anywhere;
}

.teacher-list-element-results-wrapper {
  width: 50%;
  /* float: left; */
  display: inline-block;
}

.teacher-list-element-result-box {
  width: 33%;
  float: left;
}

.list-element-legend {
  padding: 0;
  margin: 0 !important;
  margin-top: 20px !important;
  line-height: 15px;
  background: transparent !important;
}

.teacher-list-element-result-box small {
  font-size: 13px;
  color: #c8c438;
}

.certificate_icon_in_table {
  color: #c8c438;
}

.teacher-list-element-result-box {
  font-size: 12px;
}


.ambassador-participant-points {
  width: auto !important;
  float: right;
  font-weight: 100 !important;
  font-size: 14px;
  color: grey;
}


@media only screen and (max-width: 1200px) {

  .list-element-participant {
    width: 90%;
  }
  
  .teacher-list-element-name-wrapper {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4vw;
  }
  
  .teacher-list-element-results-wrapper {
    width: 100%;
  }
  
  
  .list-element-legend {
    line-height: 3.5vw;
  }
  
  .teacher-list-element-result-box small {
    font-size: 3.5vw;
  }
  
  
  .teacher-list-element-result-box {
    font-size: 3vw;
  }

}