.two-column {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .two-column {
    column-count: 2;
    column-gap: 30px;
  }
}

.mb-1 {
  margin-bottom: 15px;
}

.mb-2 {
  margin-bottom: 30px;
}

.mb-3 {
  margin-bottom: 45px;
}

.centered {
  text-align: center;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.desktop-only {
  display: none;
}
@media screen and (min-width: 1000px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media screen and (min-width: 1000px) {
  .mobile-only {
    display: none;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  background-color: currentColor;
  border: 0;
}

hr:not([size]) {
  height: 1px;
}

h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

h1 {
  font-weight: bold;
}

h2 {
  font-weight: bold;
}

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bold;
}

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -1.3rem;
}

a {
  color: #C5CACC;
  text-decoration: none;
  border: none;
}
a:hover {
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  line-height: inherit;
  white-space: normal;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

iframe {
  width: 100%;
  margin-bottom: 9rem;
}

html, body {
  overflow-x: hidden;
}

body {
  color: #737F85;
  line-height: 1.3;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background-color: white;
  font-size: 16px;
}

h1 {
  font-size: 3.4rem;
  line-height: 1;
  color: #007cc1;
}
@media screen and (min-width: 1000px) {
  h1 {
    font-size: 3.4rem;
    line-height: 1;
  }
}

h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
h2 .subtitle {
  color: #C5CACC;
  display: block;
}
@media screen and (min-width: 1000px) {
  h2 .subtitle {
    display: inline;
  }
}

strong {
  font-weight: bold;
}

iframe {
  margin-bottom: 0;
}

.lang-de .lang.en {
  display: none;
}

.lang-en .lang.de {
  display: none;
}

button.lang-select {
  border: none;
  padding: 0;
  background: none;
}

.welcome {
  max-width: 1200px;
  margin: 3rem auto 0 auto;
  background-size: 0;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .welcome {
    border: 2px solid #C5CACC;
    background-size: cover;
  }
}

.welcome__text {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1200px) {
  .welcome__text {
    width: 460px;
    padding: 20px;
  }
}
.welcome__text a {
  color: #007cc1;
  text-decoration: underline;
}

.welcome__logo {
  width: 216px;
  margin-bottom: 6.5rem;
}

.welcome__language {
  position: absolute;
  top: 20px;
  right: 20px;
}

.welcome__title {
  margin-bottom: 4rem;
}

.welcome__content {
  font-size: 1.4rem;
}

.welcome__video {
  right: 40px;
  bottom: 40px;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1200px) {
  .welcome__video {
    width: 560px;
    position: absolute;
  }
}

.form--login {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .form--login {
    margin-bottom: 0;
  }
}
.form--login form {
  display: flex;
  align-items: center;
  border: 1px solid #007cc1;
  width: 100%;
}
.form--login input[type=text] {
  border: none;
  background-color: white;
  font-size: 1.5rem;
  padding: 0 15px;
  height: 50px;
  flex: 1 0 0;
}
.form--login input[type=submit] {
  background-color: #007cc1;
  height: 50px;
  padding: 5px 20px;
  border: none;
  color: white;
}

.form--profile fieldset {
  margin-bottom: 5rem;
}
.form--profile input[type=text],
.form--profile textarea {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 1rem;
}
.form--profile input[type=text]:focus,
.form--profile textarea:focus {
  outline: none;
}
.form--profile textarea {
  height: 96px;
}
.form--profile input[type=submit] {
  background-color: #007cc1;
  width: 100%;
  border: none;
  color: white;
  padding: 10px;
}
.form--profile input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.form__step {
  border-bottom: 1px solid #F39200;
  padding-bottom: 5px;
  margin-bottom: 3rem;
}

.form__privacy {
  display: block;
  color: #007cc1;
  text-decoration: underline;
}

.footer {
  text-align: right;
  padding: 1.5rem 0;
  font-size: 1.4rem;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  display: inline-block;
  margin-left: 20px;
}
.footer a {
  color: #737F85;
}
.footer a:hover {
  text-decoration: none;
}

.cont {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.cont--livestream {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .cont--livestream {
    padding-left: 80px;
  }
}

.nav {
  background: white;
  width: 240px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 40px 20px 30px 20px;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
.nav.open {
  transform: translateX(0);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 850px) {
  .nav {
    transform: none;
    box-shadow: none;
    padding: 0;
    position: static;
    width: auto;
    background: linear-gradient(90deg, white, rgba(255, 255, 255, 0) 62%);
  }
}

.nav__toggle {
  margin-left: auto;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  z-index: 10;
}

.nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
@media screen and (min-width: 850px) {
  .nav__list {
    display: flex;
  }
}

@media screen and (min-width: 850px) {
  .nav__item {
    margin-right: 60px;
  }
}
.nav__item:first-child {
  margin-right: 30px;
}
.nav__item:last-child {
  margin-right: 0;
}

.nav__link {
  color: #007cc1;
  font-weight: bold;
  padding: 10px 0;
  display: inline-block;
}
.nav__link:hover {
  text-decoration: none;
}

.nav__link--home img {
  display: none;
}
@media screen and (min-width: 850px) {
  .nav__link--home img {
    display: block;
    width: 30px;
  }
}
.nav__link--home:after {
  content: attr(data-text);
}
@media screen and (min-width: 850px) {
  .nav__link--home:after {
    content: none;
  }
}

.page--livestream {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (min-width: 1000px) {
  .page--livestream {
    background-image: url("/_assets/img/bg.jpg");
  }
}

.page__header {
  margin: 8rem 0 5rem 0;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .page__header {
    padding: 0 100px 0 60px;
  }
}

.page__header__date {
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .page__header__date {
    font-size: 2rem;
  }
}

.page__header__headline {
  font-size: 2rem;
}
@media screen and (min-width: 1000px) {
  .page__header__headline {
    width: 85%;
    font-size: 3.4rem;
  }
}

.page__surface {
  background-color: white;
  margin-top: 10rem;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  .page__surface {
    padding: 50px;
  }
}

.page--background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("/_assets/img/bg.jpg");
}
@media screen and (min-width: 1000px) {
  .page--background {
    background-image: url("/_assets/img/01.jpg");
  }
}

.page__header__logo {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
@media screen and (min-width: 1000px) {
  .page__header__logo {
    display: block;
  }
}
.page__header__logo img {
  width: 200px;
}

.header {
  display: flex;
  background-color: white;
  padding: 10px;
}
@media screen and (min-width: 850px) {
  .header {
    display: none;
  }
}

.header__logo {
  height: 30px;
}

.tabs {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  .tabs {
    margin-bottom: 0;
  }
}

.tab, .filter__tab {
  text-align: center;
  background-color: #007cc1;
  color: white;
  padding: 5px 15px;
  border: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
  .tab, .filter__tab {
    margin-bottom: 0;
    width: auto;
    display: inline-block;
  }
}
.tab.active, .filter__tab.active {
  background-color: #F39200;
  font-weight: bold;
}

.livestream__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .livestream__container {
    flex-direction: column;
  }
}

.livestream__video {
  flex: 1;
  background-color: black;
  align-items: center;
  display: flex;
  justify-content: center;
}
.livestream__video .iframe-container {
  width: 100%;
}

.livestream__aside {
  flex: 0 0 260px;
  background-color: #007cc1;
}

.livestream__social {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1000px) {
  .livestream__social {
    flex-direction: column;
    position: absolute;
    left: -55px;
    left: -39px;
    bottom: 0;
  }
}

.livestream__social__icon {
  margin-top: 2rem;
  margin-right: 20px;
}
@media screen and (min-width: 1000px) {
  .livestream__social__icon {
    margin-right: 0;
  }
}
.livestream__social__icon img {
  width: 28px;
  height: 28px;
}

.livestream__action__container {
  display: flex;
  flex-direction: row;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.chat {
  color: white;
  padding: 15px;
  display: none;
}
.chat.active {
  display: block;
}

.storytile-sites-public-chat-messages {
  height: 377px;
  margin-bottom: 10px;
}

.storytile-sites-public-chat-message {
  margin-bottom: 1rem;
}

.storytile-sites-public-chat-message-time {
  display: none;
}

.storytile-sites-public-chat-message-user {
  font-weight: bold;
}

.storytile-sites-public-chat-inputs form {
  display: flex;
  position: relative;
}

.storytile-sites-public-chat-input-text {
  border: none;
  flex: 1;
  padding: 8px 10px;
  height: 40px;
  resize: none;
}

.storytile-sites-public-chat-input-button {
  height: 40px;
  border: none;
  padding: 0 15px;
  background-color: #F39200;
  color: white;
}

.storytile-sites-emoji-menu {
  position: absolute;
  top: 8px;
  right: 68px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  overflow: hidden;
  background: #fff;
}

.storytile-sites-emoji-menu[data-open] {
  overflow: visible;
}

.storytile-sites-emoji-menu-list {
  position: absolute;
  bottom: 25px;
  right: 0;
  background: #fff;
  width: 200px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.storytile-sites-emoji-menu-list > span {
  position: relative;
  padding: 0.25em;
  background: transparent;
}

.storytile-sites-emoji-proposal {
  position: absolute;
  bottom: 25px;
  left: 0;
  box-sizing: border-box;
  background-color: #e0e0e0;
  border: 1px solid #ddd;
  padding: 0.5em;
}

.storytile-sites-emoji-proposal > span {
  position: relative;
  padding: 0.25em;
  background: transparent;
}

.storytile-sites-emoji-proposal > span.storytile-sites-emoji-proposal-selected {
  background: #0F9FDF;
}

.carousel {
  border: 1px solid #C5CACC;
  padding: 15px;
  background-color: white;
  flex: 0 0 275px;
  min-height: 200px;
  font-size: 1.4rem;
}

.carousel__header {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}

.carousel__name {
  color: #007cc1;
  font-weight: bold;
}

.carousel__organisation {
  color: #007cc1;
}

.carousel__text {
  margin-top: 1rem;
}

.carousel__contact {
  margin-top: 2rem;
  text-align: right;
}
.carousel__contact ul {
  list-style: none;
}
.carousel__contact li {
  display: inline-block;
}
.carousel__contact li img {
  width: 20px;
}

.carousel__contact__icon {
  display: inline-block;
  margin-left: 5px;
}

.epg {
  padding: 25px;
  color: #737F85;
  flex: 1;
  margin-right: 20px;
}

.storytile-sites-agenda-pixel-per-minute {
  width: 18px;
}

.storytile-sites-agenda-small {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}

.storytile-sites-agenda-small * {
  box-sizing: border-box;
  user-select: none;
}

.storytile-sites-agenda-day-selector {
  color: black;
}

.storytile-sites-agenda-day-selector-selected {
  font-weight: bold;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day {
  position: relative;
  display: inline-flex;
  flex-flow: column nowrap;
  color: #EEEEEE;
  width: 100%;
  text-align: left;
  --storytile-sites-agenda-time-progress: 0;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day:not([data-visible]) {
  display: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots {
  position: absolute;
  height: 100%;
  min-width: 100%;
  width: auto;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.storytile-sites-agenda-small .storytile-sites-agenda-slots.active .storytile-sites-agenda-sessionslot {
  background-color: #F39200;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--storytile-sites-agenda-time-progress);
  pointer-events: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-timeslot {
  position: relative;
  display: inline-block;
  padding: 0 0.5rem;
  text-align: left;
  line-height: 2rem;
  color: black;
  font-weight: 400;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child,
.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child .storytile-sites-agenda-slots {
  --storytile-sites-agenda-stage-height: 2rem;
  overflow: hidden;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stagename {
  position: relative;
  grid-area: stage;
  overflow: hidden;
  min-height: 3rem;
  min-height: var(--storytile-sites-agenda-stage-height);
  line-height: 3rem;
  line-height: var(--storytile-sites-agenda-stage-height);
  color: black;
  display: none;
}
@media screen and (min-width: 1000px) {
  .storytile-sites-agenda-small .storytile-sites-agenda-stagename {
    display: block;
  }
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 2rem;
  grid-template-rows: minmax(2rem, auto);
  grid-template-areas: "slots arrow";
  column-gap: 1rem;
  align-items: center;
  justify-items: stretch;
  --storytile-sites-agenda-stage-height: 3rem;
}
@media screen and (min-width: 1000px) {
  .storytile-sites-agenda-small .storytile-sites-agenda-stage {
    grid-template-columns: 120px 1fr 2rem;
    grid-template-areas: "stage slots arrow";
  }
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot {
  position: absolute;
  display: block;
  padding: 5px;
  text-align: left;
  line-height: 2rem;
  background: #007cc1;
  color: white;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow {
  position: relative;
  justify-self: center;
  align-self: center;
  line-height: 0;
  color: #737F85;
  margin-top: -6px;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox {
  position: relative;
  grid-area: slots;
  overflow: hidden;
  height: 3.6rem;
  border-left: 1px solid black;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox-with-hr .storytile-sites-agenda-slots::before {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
  background-color: currentColor;
  opacity: 0.1;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot[onclick] {
  cursor: pointer;
}

.storytile-sites-agenda-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #F39200;
  color: #fff;
  display: none;
  /*
      use the transform to change position of the
      tooltip relative to the mouse pointer
  */
  transform: translateX(calc(-25% - 0.5rem)) translateY(1.5rem);
}

.storytile-sites-agenda-tooltip::before {
  position: absolute;
  display: block;
  content: "";
  background-color: inherit;
  width: 1.4rem;
  height: 1.4rem;
  transform: rotate(45deg);
  left: 25%;
  top: -0.7rem;
}

.storytile-sites-agenda-tooltip-title {
  position: relative;
  font-weight: bold;
}

.storytile-sites-agenda-tooltip-time {
  position: relative;
  font-weight: lighter;
  font-style: italic;
  margin: 0.5rem 0;
}

.storytile-sites-agenda-tooltip-body {
  position: relative;
}

.red-slot {
  background: #f00 !important;
}

.storytile-sites-agenda-timezone-info {
  display: none;
}

.agenda__timeline {
  display: none;
  margin-top: 4rem;
}
.agenda__timeline.active {
  display: block;
}

.agenda__day__label {
  margin-bottom: 2rem;
}

.agenda__item {
  display: flex;
  margin-bottom: 1.5rem;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .agenda__item {
    flex-direction: row;
  }
}

.agenda__time {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  .agenda__time {
    flex: 0 0 16%;
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.agenda__slot {
  margin-bottom: 1rem;
  color: #737F85;
}
.agenda__slot:hover {
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .agenda__slot {
    flex: 0 0 42%;
    margin-bottom: 0;
  }
  .agenda__slot:first-child .agenda__slot__content {
    margin-right: 15px;
  }
  .agenda__slot:last-child .agenda__slot__content {
    margin-left: 15px;
  }
}
.agenda__slot.highlighted .agenda__slot__content {
  background-color: #C5CACC;
}
.agenda__slot.dimmed {
  opacity: 0.6;
}

.agenda__slot__content {
  background-color: #EEEEEE;
  padding: 10px;
  height: 100%;
}

.agenda__item--full .agenda__slot {
  flex: 0 0 84%;
}
.agenda__item--full .agenda__slot .agenda__slot__content {
  margin: 0;
}

.agenda__slot__label {
  background-color: #007cc1;
  color: white;
  padding: 3px 5px;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.agenda__map {
  position: relative;
}

.agenda__filter__area {
  width: 30px;
  height: 30px;
  background-color: #007cc1;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  position: absolute;
  opacity: 0.6;
}
.agenda__filter__area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #007cc1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0;
  animation: pulse 1s ease-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}
.agenda__filter__area--sensors {
  top: 49%;
  left: 24%;
}

.agenda__filter__area--operations {
  top: 25%;
  left: 63.4%;
}

.agenda__filter__area--machines {
  top: 74%;
  left: 62.6%;
}

.agenda__filter__area--transformation {
  top: 41%;
  left: 49%;
}

.agenda__ics__hint {
  margin: 1rem 0;
}

.agenda__expert__button {
  background-color: #F39200;
  padding: 8px 10px;
  color: white;
  border: none;
  margin-top: 10px;
}

.agenda__slot__headline {
  display: block;
  color: #737F85;
}
.agenda__slot__headline:hover {
  text-decoration: none;
}

.agenda__content__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .agenda__content__container {
    flex-direction: row;
  }
}

.agenda__content__icon {
  width: 80px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .agenda__content__icon {
    width: auto;
    flex: 0 0 100px;
    padding-bottom: 0;
    margin-left: auto;
  }
}

.speaker {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1000px) {
  .speaker:nth-child(2n) {
    text-align: right;
  }
}
.speaker:nth-child(2n) .speaker__content {
  margin-left: auto;
}
@media screen and (min-width: 1000px) {
  .speaker:nth-child(2n) .speaker__image {
    order: 1;
  }
}
.speaker.hidden {
  opacity: 0.2;
}

.speaker__content {
  background-color: #EEEEEE;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .speaker__content {
    flex-direction: row;
    max-width: 60%;
  }
}
.speaker__content h3 {
  color: #007cc1;
  font-weight: bold;
}

.speaker__text {
  padding: 25px;
  order: 0;
  flex: 1;
}

.speaker__image {
  order: 0;
}

.speaker__day__label {
  background-color: #007cc1;
  color: white;
  padding: 3px 5px;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  margin-right: 5px;
}

.speaker__session {
  font-size: 1.4rem;
}

.downloads {
  text-align: center;
}
.downloads ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.download__item {
  border: 1px solid #C5CACC;
  padding: 20px;
  max-width: 680px;
  width: 100%;
  display: inline-block;
  margin-bottom: 2rem;
  text-align: left;
}

.download__title {
  color: #007cc1;
  display: block;
  margin-bottom: 1rem;
}

.download__button {
  background-color: #007cc1;
  border: none;
  padding: 5px 20px;
  text-align: center;
  color: white;
  margin-top: 1rem;
  display: inline-block;
}

.download__group {
  margin-bottom: 3rem;
}

.participants__search__form {
  display: flex;
  align-items: center;
}
.participants__search__form input[type=text] {
  border: 1px solid #007cc1;
  background-color: white;
  font-size: 1.5rem;
  padding: 0 15px;
  height: 40px;
}
.participants__search__form button {
  border: none;
  background-color: #007cc1;
  color: white;
  height: 40px;
  padding: 0 10px;
}

.participants__item {
  margin-bottom: 2rem;
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE;
}
.participants__item.open {
  background-color: white;
  border: 1px solid #007cc1;
}
.participants__item.open .participants__container {
  max-height: 300px;
}
.participants__item.open .participants__toggle button {
  display: none;
}

.participants__container {
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.3s ease-in-out;
}

.participants__header {
  padding: 15px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .participants__header {
    flex-direction: row;
  }
}

@media screen and (min-width: 1000px) {
  .participants__name {
    flex: 0 0 40%;
  }
}

@media screen and (min-width: 1000px) {
  .participants__organisation {
    flex: 0 0 40%;
  }
}

.participants__toggle {
  flex: 0 0 20%;
  text-align: right;
}
.participants__toggle button {
  background-color: #007cc1;
  color: white;
  padding: 10px 15px;
  text-align: center;
  border: none;
}

.participants__content {
  padding-top: 2rem;
}

.participants__interests {
  display: flex;
  padding: 15px;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .participants__interests {
    flex-direction: row;
  }
}

.participants__interests__label {
  flex: 0 0 40%;
}

.participants__contact {
  background-color: #007cc1;
  color: white;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .participants__contact {
    align-items: center;
    flex-direction: row;
  }
}
.participants__contact a {
  display: inline-block;
  margin-right: 5px;
}
.participants__contact a img {
  height: 20px;
  margin-right: 5px;
}

.participants__contact__label {
  flex: 0 0 40%;
}

.tooltip {
  position: absolute;
  width: 100%;
  border: 1px solid #007cc1;
  padding: 40px 20px 20px 20px;
  top: 10%;
  background-color: white;
  display: none;
}
.tooltip.open {
  display: block;
}
@media screen and (min-width: 800px) {
  .tooltip {
    max-width: 500px;
    left: 50%;
    margin-left: -250px;
  }
}

.tooltip__close {
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}

.tooltip__button {
  border: none;
  background-color: #007cc1;
  padding: 8px 10px;
  color: white;
}

.tooltip__text {
  margin-bottom: 2rem;
}

.tooltip__headline {
  margin-bottom: 5px;
  display: block;
  color: #007cc1;
  font-size: 2rem;
}

.expert__modal__background {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
}
.expert__modal__background.open {
  display: flex;
}

.expert__modal {
  background-color: white;
  padding: 30px 20px 20px 20px;
  max-width: 500px;
  width: 100%;
  position: relative;
}

.expert__modal__close {
  border: none;
  background: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
}

.rating__container {
  position: fixed;
  top: 50%;
  right: 0;
  background-color: white;
  max-width: 400px;
  width: 100%;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 3px 26px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}
.rating__container.show {
  transform: translateX(0);
}
.rating__container i svg {
  height: 40px;
  width: 40px;
  fill: #C5CACC;
}
.rating__container i.rated svg {
  fill: #EFD428;
}

.rating__headline {
  margin-bottom: 4rem;
  color: #007cc1;
}

.rating {
  margin-bottom: 4rem;
}

.rating__button {
  border: none;
  background-color: #007cc1;
  padding: 8px 10px;
  color: white;
}

.questions {
  padding: 10px;
  background-color: #007cc1;
}
.questions form {
  display: flex;
  width: 100%;
}
.questions textarea {
  flex: 1;
  resize: none;
  font-size: 1.5rem;
  padding: 15px;
  height: 50px;
  border: none;
}
.questions button {
  background-color: #F39200;
  height: 50px;
  padding: 5px 20px;
  border: none;
  color: white;
}
.questions p {
  color: white;
}

#panel {
  position: fixed;
  width: 300px;
  background-color: white;
  top: 50%;
  right: 0;
  padding: 20px;
  transform: translate(100%, -50%);
  transition: all 0.3s ease-in-out;
}
#panel.show {
  transform: translate(0, -50%);
}
#panel.show.cancel {
  transform: translate(100%, -50%);
}

.panel__button {
  background-color: #007cc1;
  padding: 10px;
  color: white;
  display: block;
  border: none;
  width: 50%;
  text-align: center;
}
.panel__button:hover {
  text-decoration: none;
}

.panel__actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.panel__button--cancel {
  background-color: #F39200;
  margin-left: 10px;
}

.logos {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.logos .logos__headline {
  display: block;
  margin: 2rem 0 1rem 0;
}
.logos .logos__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.logos .logos__item {
  flex-basis: 110px;
  height: 100%;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  .logos .logos__item {
    flex-wrap: nowrap;
  }
}
.logos .logos__item:last-child {
  margin-right: 0;
}
.logos .logos__item--scaled {
  flex-basis: 165px;
}
.logos img {
  width: 200px;
}

.elq-form .elq-required {
  color: red !important;
  display: inline;
  float: none;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.elq-form #elq-FormLastRow {
  position: absolute;
  left: -80%;
  top: -80%;
}

.elq-form .elq-label {
  display: inline-block;
  max-width: 100%;
  font-weight: 400;
  box-sizing: border-box;
  margin-bottom: 0;
}

.elq-form .elq-label-top {
  padding-bottom: 3px;
}

.elq-form .elq-item-label {
  max-width: 100%;
  font-weight: 400;
  box-sizing: border-box;
}

.elq-form .list-order {
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.elq-form .one-column {
  width: 100%;
  clear: both;
}

.elq-form .two-column {
  float: left;
  width: 38%;
}

.elq-form .three-column {
  float: left;
  width: 30%;
}

.elq-form .elq-item-textarea {
  resize: vertical;
  min-height: 48px;
  max-height: 360px;
  box-sizing: border-box;
}

.elq-form .elq-item-input, .elq-form .elq-item-select, .elq-form .elq-item-textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font: inherit;
  margin: 0;
}

.elq-form .elq-item-select {
  text-transform: none;
}

.elq-form .row.single-checkbox-row {
  margin-left: 0;
}

.elq-form .elq-field-style {
  padding-bottom: 10px;
}

.elq-form .elq-field-style input[type=submit] {
  -webkit-appearance: square-button;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.elq-form .loader {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.elq-form input[type=checkbox], .elq-form input[type=radio] {
  margin: 0;
}

.elq-form .list-order input[type=radio] {
  margin-left: 1px;
}

.elq-form *, .elq-form :after, .elq-form :before {
  box-sizing: border-box;
}

.elq-form html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

.elq-form body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}

.elq-form button, .elq-form input, .elq-form select, .elq-form textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.elq-form a {
  color: #337ab7;
  text-decoration: none;
}

.elq-form a:focus, .elq-form a:hover {
  color: #23527c;
  text-decoration: underline;
}

.elq-form a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.elq-form figure {
  margin: 0;
}

.elq-form img {
  vertical-align: middle;
}

.elq-form .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.elq-form .img-rounded {
  border-radius: 6px;
}

.elq-form .img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.elq-form .img-circle {
  border-radius: 50%;
}

.elq-form hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.elq-form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.elq-form .sr-only-focusable:active, .elq-form .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.elq-form [role=button] {
  cursor: pointer;
}

.elq-form .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.elq-form .container:after, .elq-form .container:before {
  display: table;
  content: " ";
}

.elq-form .container:after {
  clear: both;
}

@media (min-width: 768px) {
  .elq-form .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .elq-form .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .elq-form .container {
    width: 1170px;
  }
}
.elq-form .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.elq-form .container-fluid:after, .elq-form .container-fluid:before {
  display: table;
  content: " ";
}

.elq-form .container-fluid:after {
  clear: both;
}

.elq-form .row {
  margin-right: -15px;
  margin-left: -15px;
}

.elq-form .row:after, .elq-form .row:before {
  display: table;
  content: " ";
}

.elq-form .row:after {
  clear: both;
}

.elq-form .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.elq-form .row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.elq-form .col-lg-1, .elq-form .col-lg-2, .elq-form .col-lg-3, .elq-form .col-lg-4, .elq-form .col-lg-5, .elq-form .col-lg-6, .elq-form .col-lg-7, .elq-form .col-lg-8, .elq-form .col-lg-9, .elq-form .col-lg-10, .elq-form .col-lg-11, .elq-form .col-lg-12, .elq-form .col-md-1, .elq-form .col-md-2, .elq-form .col-md-3, .elq-form .col-md-4, .elq-form .col-md-5, .elq-form .col-md-6, .elq-form .col-md-7, .elq-form .col-md-8, .elq-form .col-md-9, .elq-form .col-md-10, .elq-form .col-md-11, .elq-form .col-md-12, .elq-form .col-sm-1, .elq-form .col-sm-2, .elq-form .col-sm-3, .elq-form .col-sm-4, .elq-form .col-sm-5, .elq-form .col-sm-6, .elq-form .col-sm-7, .elq-form .col-sm-8, .elq-form .col-sm-9, .elq-form .col-sm-10, .elq-form .col-sm-11, .elq-form .col-sm-12, .elq-form .col-xs-1, .elq-form .col-xs-2, .elq-form .col-xs-3, .elq-form .col-xs-4, .elq-form .col-xs-5, .elq-form .col-xs-6, .elq-form .col-xs-7, .elq-form .col-xs-8, .elq-form .col-xs-9, .elq-form .col-xs-10, .elq-form .col-xs-11, .elq-form .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.elq-form .col-xs-1, .elq-form .col-xs-2, .elq-form .col-xs-3, .elq-form .col-xs-4, .elq-form .col-xs-5, .elq-form .col-xs-6, .elq-form .col-xs-7, .elq-form .col-xs-8, .elq-form .col-xs-9, .elq-form .col-xs-10, .elq-form .col-xs-11, .elq-form .col-xs-12 {
  float: left;
}

.elq-form .col-xs-1 {
  width: 8.33333%;
}

.elq-form .col-xs-2 {
  width: 16.66667%;
}

.elq-form .col-xs-3 {
  width: 25%;
}

.elq-form .col-xs-4 {
  width: 33.33333%;
}

.elq-form .col-xs-5 {
  width: 41.66667%;
}

.elq-form .col-xs-6 {
  width: 50%;
}

.elq-form .col-xs-7 {
  width: 58.33333%;
}

.elq-form .col-xs-8 {
  width: 66.66667%;
}

.elq-form .col-xs-9 {
  width: 75%;
}

.elq-form .col-xs-10 {
  width: 83.33333%;
}

.elq-form .col-xs-11 {
  width: 91.66667%;
}

.elq-form .col-xs-12 {
  width: 100%;
}

.elq-form .col-xs-pull-0 {
  right: auto;
}

.elq-form .col-xs-pull-1 {
  right: 8.33333%;
}

.elq-form .col-xs-pull-2 {
  right: 16.66667%;
}

.elq-form .col-xs-pull-3 {
  right: 25%;
}

.elq-form .col-xs-pull-4 {
  right: 33.33333%;
}

.elq-form .col-xs-pull-5 {
  right: 41.66667%;
}

.elq-form .col-xs-pull-6 {
  right: 50%;
}

.elq-form .col-xs-pull-7 {
  right: 58.33333%;
}

.elq-form .col-xs-pull-8 {
  right: 66.66667%;
}

.elq-form .col-xs-pull-9 {
  right: 75%;
}

.elq-form .col-xs-pull-10 {
  right: 83.33333%;
}

.elq-form .col-xs-pull-11 {
  right: 91.66667%;
}

.elq-form .col-xs-pull-12 {
  right: 100%;
}

.elq-form .col-xs-push-0 {
  left: auto;
}

.elq-form .col-xs-push-1 {
  left: 8.33333%;
}

.elq-form .col-xs-push-2 {
  left: 16.66667%;
}

.elq-form .col-xs-push-3 {
  left: 25%;
}

.elq-form .col-xs-push-4 {
  left: 33.33333%;
}

.elq-form .col-xs-push-5 {
  left: 41.66667%;
}

.elq-form .col-xs-push-6 {
  left: 50%;
}

.elq-form .col-xs-push-7 {
  left: 58.33333%;
}

.elq-form .col-xs-push-8 {
  left: 66.66667%;
}

.elq-form .col-xs-push-9 {
  left: 75%;
}

.elq-form .col-xs-push-10 {
  left: 83.33333%;
}

.elq-form .col-xs-push-11 {
  left: 91.66667%;
}

.elq-form .col-xs-push-12 {
  left: 100%;
}

.elq-form .col-xs-offset-0 {
  margin-left: 0;
}

.elq-form .col-xs-offset-1 {
  margin-left: 8.33333%;
}

.elq-form .col-xs-offset-2 {
  margin-left: 16.66667%;
}

.elq-form .col-xs-offset-3 {
  margin-left: 25%;
}

.elq-form .col-xs-offset-4 {
  margin-left: 33.33333%;
}

.elq-form .col-xs-offset-5 {
  margin-left: 41.66667%;
}

.elq-form .col-xs-offset-6 {
  margin-left: 50%;
}

.elq-form .col-xs-offset-7 {
  margin-left: 58.33333%;
}

.elq-form .col-xs-offset-8 {
  margin-left: 66.66667%;
}

.elq-form .col-xs-offset-9 {
  margin-left: 75%;
}

.elq-form .col-xs-offset-10 {
  margin-left: 83.33333%;
}

.elq-form .col-xs-offset-11 {
  margin-left: 91.66667%;
}

.elq-form .col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .elq-form .col-sm-1, .elq-form .col-sm-2, .elq-form .col-sm-3, .elq-form .col-sm-4, .elq-form .col-sm-5, .elq-form .col-sm-6, .elq-form .col-sm-7, .elq-form .col-sm-8, .elq-form .col-sm-9, .elq-form .col-sm-10, .elq-form .col-sm-11, .elq-form .col-sm-12 {
    float: left;
  }

  .elq-form .col-sm-1 {
    width: 8.33333%;
  }

  .elq-form .col-sm-2 {
    width: 16.66667%;
  }

  .elq-form .col-sm-3 {
    width: 25%;
  }

  .elq-form .col-sm-4 {
    width: 33.33333%;
  }

  .elq-form .col-sm-5 {
    width: 41.66667%;
  }

  .elq-form .col-sm-6 {
    width: 50%;
  }

  .elq-form .col-sm-7 {
    width: 58.33333%;
  }

  .elq-form .col-sm-8 {
    width: 66.66667%;
  }

  .elq-form .col-sm-9 {
    width: 75%;
  }

  .elq-form .col-sm-10 {
    width: 83.33333%;
  }

  .elq-form .col-sm-11 {
    width: 91.66667%;
  }

  .elq-form .col-sm-12 {
    width: 100%;
  }

  .elq-form .col-sm-pull-0 {
    right: auto;
  }

  .elq-form .col-sm-pull-1 {
    right: 8.33333%;
  }

  .elq-form .col-sm-pull-2 {
    right: 16.66667%;
  }

  .elq-form .col-sm-pull-3 {
    right: 25%;
  }

  .elq-form .col-sm-pull-4 {
    right: 33.33333%;
  }

  .elq-form .col-sm-pull-5 {
    right: 41.66667%;
  }

  .elq-form .col-sm-pull-6 {
    right: 50%;
  }

  .elq-form .col-sm-pull-7 {
    right: 58.33333%;
  }

  .elq-form .col-sm-pull-8 {
    right: 66.66667%;
  }

  .elq-form .col-sm-pull-9 {
    right: 75%;
  }

  .elq-form .col-sm-pull-10 {
    right: 83.33333%;
  }

  .elq-form .col-sm-pull-11 {
    right: 91.66667%;
  }

  .elq-form .col-sm-pull-12 {
    right: 100%;
  }

  .elq-form .col-sm-push-0 {
    left: auto;
  }

  .elq-form .col-sm-push-1 {
    left: 8.33333%;
  }

  .elq-form .col-sm-push-2 {
    left: 16.66667%;
  }

  .elq-form .col-sm-push-3 {
    left: 25%;
  }

  .elq-form .col-sm-push-4 {
    left: 33.33333%;
  }

  .elq-form .col-sm-push-5 {
    left: 41.66667%;
  }

  .elq-form .col-sm-push-6 {
    left: 50%;
  }

  .elq-form .col-sm-push-7 {
    left: 58.33333%;
  }

  .elq-form .col-sm-push-8 {
    left: 66.66667%;
  }

  .elq-form .col-sm-push-9 {
    left: 75%;
  }

  .elq-form .col-sm-push-10 {
    left: 83.33333%;
  }

  .elq-form .col-sm-push-11 {
    left: 91.66667%;
  }

  .elq-form .col-sm-push-12 {
    left: 100%;
  }

  .elq-form .col-sm-offset-0 {
    margin-left: 0;
  }

  .elq-form .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .elq-form .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .elq-form .col-sm-offset-3 {
    margin-left: 25%;
  }

  .elq-form .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .elq-form .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .elq-form .col-sm-offset-6 {
    margin-left: 50%;
  }

  .elq-form .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .elq-form .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .elq-form .col-sm-offset-9 {
    margin-left: 75%;
  }

  .elq-form .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .elq-form .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .elq-form .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .elq-form .col-md-1, .elq-form .col-md-2, .elq-form .col-md-3, .elq-form .col-md-4, .elq-form .col-md-5, .elq-form .col-md-6, .elq-form .col-md-7, .elq-form .col-md-8, .elq-form .col-md-9, .elq-form .col-md-10, .elq-form .col-md-11, .elq-form .col-md-12 {
    float: left;
  }

  .elq-form .col-md-1 {
    width: 8.33333%;
  }

  .elq-form .col-md-2 {
    width: 16.66667%;
  }

  .elq-form .col-md-3 {
    width: 25%;
  }

  .elq-form .col-md-4 {
    width: 33.33333%;
  }

  .elq-form .col-md-5 {
    width: 41.66667%;
  }

  .elq-form .col-md-6 {
    width: 50%;
  }

  .elq-form .col-md-7 {
    width: 58.33333%;
  }

  .elq-form .col-md-8 {
    width: 66.66667%;
  }

  .elq-form .col-md-9 {
    width: 75%;
  }

  .elq-form .col-md-10 {
    width: 83.33333%;
  }

  .elq-form .col-md-11 {
    width: 91.66667%;
  }

  .elq-form .col-md-12 {
    width: 100%;
  }

  .elq-form .col-md-pull-0 {
    right: auto;
  }

  .elq-form .col-md-pull-1 {
    right: 8.33333%;
  }

  .elq-form .col-md-pull-2 {
    right: 16.66667%;
  }

  .elq-form .col-md-pull-3 {
    right: 25%;
  }

  .elq-form .col-md-pull-4 {
    right: 33.33333%;
  }

  .elq-form .col-md-pull-5 {
    right: 41.66667%;
  }

  .elq-form .col-md-pull-6 {
    right: 50%;
  }

  .elq-form .col-md-pull-7 {
    right: 58.33333%;
  }

  .elq-form .col-md-pull-8 {
    right: 66.66667%;
  }

  .elq-form .col-md-pull-9 {
    right: 75%;
  }

  .elq-form .col-md-pull-10 {
    right: 83.33333%;
  }

  .elq-form .col-md-pull-11 {
    right: 91.66667%;
  }

  .elq-form .col-md-pull-12 {
    right: 100%;
  }

  .elq-form .col-md-push-0 {
    left: auto;
  }

  .elq-form .col-md-push-1 {
    left: 8.33333%;
  }

  .elq-form .col-md-push-2 {
    left: 16.66667%;
  }

  .elq-form .col-md-push-3 {
    left: 25%;
  }

  .elq-form .col-md-push-4 {
    left: 33.33333%;
  }

  .elq-form .col-md-push-5 {
    left: 41.66667%;
  }

  .elq-form .col-md-push-6 {
    left: 50%;
  }

  .elq-form .col-md-push-7 {
    left: 58.33333%;
  }

  .elq-form .col-md-push-8 {
    left: 66.66667%;
  }

  .elq-form .col-md-push-9 {
    left: 75%;
  }

  .elq-form .col-md-push-10 {
    left: 83.33333%;
  }

  .elq-form .col-md-push-11 {
    left: 91.66667%;
  }

  .elq-form .col-md-push-12 {
    left: 100%;
  }

  .elq-form .col-md-offset-0 {
    margin-left: 0;
  }

  .elq-form .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .elq-form .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .elq-form .col-md-offset-3 {
    margin-left: 25%;
  }

  .elq-form .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .elq-form .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .elq-form .col-md-offset-6 {
    margin-left: 50%;
  }

  .elq-form .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .elq-form .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .elq-form .col-md-offset-9 {
    margin-left: 75%;
  }

  .elq-form .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .elq-form .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .elq-form .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .elq-form .col-lg-1, .elq-form .col-lg-2, .elq-form .col-lg-3, .elq-form .col-lg-4, .elq-form .col-lg-5, .elq-form .col-lg-6, .elq-form .col-lg-7, .elq-form .col-lg-8, .elq-form .col-lg-9, .elq-form .col-lg-10, .elq-form .col-lg-11, .elq-form .col-lg-12 {
    float: left;
  }

  .elq-form .col-lg-1 {
    width: 8.33333%;
  }

  .elq-form .col-lg-2 {
    width: 16.66667%;
  }

  .elq-form .col-lg-3 {
    width: 25%;
  }

  .elq-form .col-lg-4 {
    width: 33.33333%;
  }

  .elq-form .col-lg-5 {
    width: 41.66667%;
  }

  .elq-form .col-lg-6 {
    width: 50%;
  }

  .elq-form .col-lg-7 {
    width: 58.33333%;
  }

  .elq-form .col-lg-8 {
    width: 66.66667%;
  }

  .elq-form .col-lg-9 {
    width: 75%;
  }

  .elq-form .col-lg-10 {
    width: 83.33333%;
  }

  .elq-form .col-lg-11 {
    width: 91.66667%;
  }

  .elq-form .col-lg-12 {
    width: 100%;
  }

  .elq-form .col-lg-pull-0 {
    right: auto;
  }

  .elq-form .col-lg-pull-1 {
    right: 8.33333%;
  }

  .elq-form .col-lg-pull-2 {
    right: 16.66667%;
  }

  .elq-form .col-lg-pull-3 {
    right: 25%;
  }

  .elq-form .col-lg-pull-4 {
    right: 33.33333%;
  }

  .elq-form .col-lg-pull-5 {
    right: 41.66667%;
  }

  .elq-form .col-lg-pull-6 {
    right: 50%;
  }

  .elq-form .col-lg-pull-7 {
    right: 58.33333%;
  }

  .elq-form .col-lg-pull-8 {
    right: 66.66667%;
  }

  .elq-form .col-lg-pull-9 {
    right: 75%;
  }

  .elq-form .col-lg-pull-10 {
    right: 83.33333%;
  }

  .elq-form .col-lg-pull-11 {
    right: 91.66667%;
  }

  .elq-form .col-lg-pull-12 {
    right: 100%;
  }

  .elq-form .col-lg-push-0 {
    left: auto;
  }

  .elq-form .col-lg-push-1 {
    left: 8.33333%;
  }

  .elq-form .col-lg-push-2 {
    left: 16.66667%;
  }

  .elq-form .col-lg-push-3 {
    left: 25%;
  }

  .elq-form .col-lg-push-4 {
    left: 33.33333%;
  }

  .elq-form .col-lg-push-5 {
    left: 41.66667%;
  }

  .elq-form .col-lg-push-6 {
    left: 50%;
  }

  .elq-form .col-lg-push-7 {
    left: 58.33333%;
  }

  .elq-form .col-lg-push-8 {
    left: 66.66667%;
  }

  .elq-form .col-lg-push-9 {
    left: 75%;
  }

  .elq-form .col-lg-push-10 {
    left: 83.33333%;
  }

  .elq-form .col-lg-push-11 {
    left: 91.66667%;
  }

  .elq-form .col-lg-push-12 {
    left: 100%;
  }

  .elq-form .col-lg-offset-0 {
    margin-left: 0;
  }

  .elq-form .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .elq-form .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .elq-form .col-lg-offset-3 {
    margin-left: 25%;
  }

  .elq-form .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .elq-form .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .elq-form .col-lg-offset-6 {
    margin-left: 50%;
  }

  .elq-form .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .elq-form .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .elq-form .col-lg-offset-9 {
    margin-left: 75%;
  }

  .elq-form .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .elq-form .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .elq-form .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.elq-form .row {
  display: inherit;
}

.LV_invalid_field, input.LV_invalid_field:active, input.LV_invalid_field:hover, textarea.LV_invalid_field:active, textarea.LV_invalid_field:hover {
  outline: 1px solid #c00;
}

.LV_validation_message {
  font-weight: 700;
  margin: 0 0 0 5px;
}

.LV_valid {
  display: none;
}

.LV_invalid {
  color: #c00;
  font-size: 10px;
}

.submit-button-style {
  padding: 7px 20px;
  border: 1px solid #979797;
  border-radius: 3px;
  background-color: #fff;
  color: #4a4a4a;
  cursor: pointer;
}

.checkbox-aligned {
  margin-left: 5px;
  display: inline;
}

.form-element-layout {
  padding: 5px 10px;
}

.form-element-instruction {
  font-size: 10px;
}

.form-element-form-text {
  margin: 0;
}

.form-field-visible-xs-block {
  display: none;
}

.elq-form-design-field .list-order input[type=radio] {
  margin-left: 1px;
}

@media (max-width: 767px) {
  .form-field-visible-xs-block {
    display: block;
  }
}
.form-field-hidden-xs {
  display: block;
}

@media (max-width: 767px) {
  .form-field-hidden-xs {
    display: none;
  }
}
.custom-overlay {
  margin-left: 2px;
  background: #fff;
  box-shadow: 0 0 4px 0 #777;
  border-radius: 2px;
  max-width: 256px;
}

.button, .welcome__text a.button {
  background-color: #007cc1;
  height: 50px;
  padding: 5px 20px;
  border: none;
  color: white;
  text-decoration: none;
}
.button:hover, .welcome__text a.button:hover {
  text-decoration: none;
}

.welcome__text a.button {
  height: 50px;
  display: inline-flex;
  align-items: center;
}

/*# sourceMappingURL=main.css.map */

@media screen and (min-width: 1000px) {
  .cont.cont--livestream.page__surface {
    padding: 0 15px 50px 75px;
  }
}

@media screen and (max-width: 999px) {
  .livestream__social {
    margin-bottom: 20px;
  }
  .page__surface {
    padding: 25px;
  }
}
.cont.cont--livestream.page__surface {
    background: transparent !important;
}

.livestream__action__container {
    background: rgba(255,255,255,.8);
}

.questions {
  padding: 20px;
}
.livestream__social__icon img {
    filter: brightness(0) invert(1);
    opacity: .7;
}
@media screen and (max-width: 850px) {
  .livestream__social__icon img {
      width: 20px;
      height: 20px;
  }
}
main {
  min-height: calc(100vh - 285px);
}
.footer {
  margin-top: 30px;
    background: rgba(255,255,255,.8) !important; 
} 

@media screen and (max-width: 999px) {
  main {
    margin-top: -60px;
  }
  .cont {
    padding-left: 25px;
    padding-right: 25px;
  }
} 

.storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    border-right: 2px solid #F39200;
    width: var(--storytile-sites-agenda-time-progress);
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}