/* importando fontrs */
@font-face {
  font-family: Aller;
  src: url('../fonts/aller/Aller_Std_Rg.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Aller;
  src: url('../fonts/aller/Aller_Std_Bd.ttf') format('truetype');
  font-weight: bold;
}

body {
  background-color: #fcfcfc;
}

section {
  padding: 0 12px;
}

.top-section {
  background-image: url('../img/bggray.svg');
  background-size: cover;
  background-position: center;
}

section.agenda {
  background-image: url('../img/bgblue.svg');
  background-size: cover;
  background-position: center;
}

/* logo */
.logo {
  height: 60px;
  max-height: 60px;
  width: auto;
  margin: 30px;
}

.logos {
  margin: 60px 0;
}

.title {
  text-align: center;
}

.title > span {
  background-color: #fd6340;
  color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 18px;
}

.title h1 {
  font-family: Aller;
  font-style: normal;
  font-weight: bold;
  font-size: 75px;
  line-height: 91px;
  color: #007b9d;
  margin-bottom: 18px;
}

.title h2 {
  background: #ffc73c;
  border-radius: 60px;

  font-family: Aller;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #ffffff;

  padding: 15px 30px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1199px) {
  .title-2 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

.title h3 {
  font-family: Aller;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  text-align: center;

  color: #007b9d;
}

.title {
  padding-bottom: 60px;
}

/* hosts */

.hosts {
  padding: 0 9px 60px 9px;
}

.host {
  display: flex;
  align-items: center;
}

.host .photo {
  width: 120px;
  height: 120px;
  min-width: 120px;

  background-color: #f2f2f2;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  border: 6px solid #20afd7;
}

.host .description {
  list-style: none;
  padding: 0;
}

.host.left .description-container {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 3px solid #20afd7;
  /* height: 150px; */
}

.host.right .description-container {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 3px solid #20afd7;

  /* height: 150px; */
}

.host.right ul.description {
  text-align: right;
}

.host .description .function {
  font-family: Aller;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;

  color: #20afd7;

  margin-bottom: 9px;
}

.host .description .name {
  font-family: Aller;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  color: #20afd7;

  margin-bottom: 9px;
}

.host .description .role {
  font-family: Aller;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;

  color: #20afd7;
}

.host.left .photo {
  background-image: url(../img/persons/martin.jpg);
}

.host.right .photo {
  background-image: url(../img/persons/andreas.jpg);
}

.dates {
  margin-bottom: 60px;
}

.dates .date {
  font-family: Aller;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;

  color: #20afd7;

  margin-bottom: 39px;
}

#expired {
  color: #fd6340;
  text-align: center;
  font-family: Aller;
}

.countdown-box {
  width: 117px;
  height: 117px;

  background: #007b9d;
  border-radius: 6px;
  color: #fff;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  margin-bottom: 15px;
}

.countdown-box:not(:last-child) {
  margin-right: 21px;
}

.countdown-box h2 {
  font-family: Aller;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 54px;
}

.countdown-box p {
  font-family: Aller;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
}

.agenda {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #20afd7;
}

.agenda h2.section-title {
  font-family: Aller;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 54px;
  text-align: center;
  margin-bottom: 21px;
}

.title-divisor {
  width: 90px;
  border: 2px solid #ffffff;
  margin-bottom: 21px;
}

.agenda p.subtitle {
  font-family: Aller;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */
  color: #ffffff;
  margin-bottom: 45px;
}

/* .agenda p.subtitle span {
  color: #fd6340;
} */

.day-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.day-card:hover {
  box-shadow: 3px 9px 15px rgba(177, 122, 122, 0.12);
  transform: translateY(-3px);
}

.day-card .date {
  font-family: Aller;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  color: #007b9d;

  margin-bottom: 15px;
}

.day-card .date span {
  text-transform: uppercase;
}

.topic {
  font-family: Aller;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;

  color: #20afd7;
  margin-bottom: 33px;
}

.speaker {
  display: flex;
  align-items: center;
  padding: 15px;
}

.speaker .photo {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border: 6px solid #20afd7;
  box-sizing: border-box;

  background-color: #f2f2f2;
  background-position: center;
  background-size: cover;

  border-radius: 50%;
}

.speaker .details {
  list-style: none;
  max-width: 304px;
  border-left: 2px solid #20afd7;
  padding-left: 18px;
  margin-left: 18px;
  margin-bottom: 0px;
}

.speaker .details .name {
  font-family: Aller;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  /* identical to box height */

  color: #20afd7;
  margin-bottom: 9px;
}

.speaker .details .description {
  font-family: Aller;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;

  color: #20afd7;
}

.video-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: none;
  color: #d52f49;
  margin-right: 15px;
}

.video-link:hover {
  cursor: pointer;
  text-decoration: none;
  color: d52f49;
}

.video-link i {
  display: block;
  font-style: 60px;
}

.video-link span {
  font-family: Aller;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */

  text-align: center;
  color: #d52f49;
}

svg.svg-inline--fa.fa-youtube.fa-w-18 {
  width: 60px;
  height: 60px;
}

.video-link:hover svg.svg-inline--fa.fa-youtube.fa-w-18 {
  color: #d52f49;
}

.registation {
  background: #fd6340;
  border-radius: 60px;
  display: inline-block;

  font-family: Aller;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 44px;
  /* identical to box height */

  text-align: center;

  color: #ffffff;

  padding: 12px 30px;

  text-decoration: none;

  transition: all 0.3s ease-in-out;

  z-index: 1000;

}

.registation:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 3px 9px 15px rgba(177, 122, 122, 0.12);
  transform: translateY(-3px);
}

.notes {
  font-family: Aller;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  text-align: center;

  color: #ffffff;
}

.host:not(:last-child) {
  margin-bottom: 36px;
}

img.illustration {
  position: absolute;
  top: -182px;
  left: -5px;
  width: 330px;
}

@media screen and (min-width: 1024px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 12px);
  }

  .host {
    margin-bottom: 0 !important;
  }
}

/* desktop first */
@media screen and (max-width: 425px) {
  .title h1 {
    font-size: 54px;
  }

  .title h2 {
    font-size: 30px;
  }

  
  img.illustration {
    top: -72px;
    width: 130px;
  }
}

@media screen and (max-width: 425px) and (min-width: 376px) {
  .countdown-box:last-child {
    margin-left: -18px;
  }
}

@media screen and (max-width: 375px) {
  .countdown-box.second {
    margin-right: 0;
  }

  .video-link {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    text-transform: none;
    color: #fff;
    margin-right: 0px;
    margin-top: 15px;
    background-color: #d52f49;
    border-radius: 9px;
    padding: 3px 12px;
    transition: all 0.3s ease-in-out;
  }

  .video-link:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #c72c44;
    color: #fff;
  }

  .video-link i {
    display: block;
    font-style: 60px;
  }

  .video-link span {
    font-family: Aller;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    /* identical to box height */

    text-align: center;
    color: #fff;
    margin-right: 24px;
  }

  svg.svg-inline--fa.fa-youtube.fa-w-18 {
    width: 30px;
    height: 30px;
  }

  .video-link:hover svg.svg-inline--fa.fa-youtube.fa-w-18 {
    color: #fff;
  }

  img.illustration {
    top: -72px;
    width: 130px;
  }
}

/* photos */
#photo-01 {
  background-image: url('../img/persons/01_marcus.jpg');
}

#photo-02 {
  background-image: url('../img/persons/02_guenter.jpg');
}

#photo-03 {
  background-image: url('../img/persons/03_michael.jpg');
}

#photo-04 {
  background-image: url('../img/persons/04_thomas.jpg');
}

#photo-05 {
  background-image: url('../img/persons/05_florian.jpg');
}

#photo-06 {
  background-image: url('../img/persons/06_markus.jpg');
}

#photo-07 {
  background-image: url('../img/persons/07_robert.jpg');
}

#photo-08 {
  background-image: url('../img/persons/08_ulrich.jpg');
}
