.bbb-rooms {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 15px;
}
.bbb-rooms > section header h1 {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  hyphens: auto !important;
}
.bbb-rooms > section > section {
  min-height: 100px;
}
.bbb-preview-image {
  width: 120px;
  height: auto;
}
.bbb-file-upload {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: auto 70%;
}
.bbb-file-upload > div {
  margin-bottom: 10px;
}
.bbb-file-upload > div > form {
  height: 65%;
}
.file-upload-label input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.bbb-drag-and-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 5px;
  position: relative;
  text-align: center;
  background-color: var(--color--tile-background);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center 10px;
  color: var(--base-color);
  cursor: pointer;
  max-height: 100px;
  vertical-align: middle;
  border: 1px solid var(--color--tile-border);
  border-radius: 5px;
}
.bbb-drag-and-drop > label {
  padding-top: 50px;
  background-image: url("http://klausuren.dev.hs-flensburg.de/assets/images/icons/blue/upload.svg");
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: top center;
}
.bbb-textarea {
  min-height: 6rem !important;
}
.bbb-privacy-form {
  background: var(--white);
  padding: 20px;
  max-width: 500px;
  margin: 10px auto;
}
.bbb-onboarding {
  padding: 10px;
  background-color: var(--content-color-20);
  width: 840px;
  max-width: 100%;
  box-sizing: border-box;
  height: 200px;
  max-height: 200px;
  border-radius: 3px;
  border: 1px solid var(--cotent-color-40);
  overflow: hidden;
}
.bbb-onboarding .intro {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.bbb-onboarding .intro div:first-child {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bbb-onboarding .intro > * {
  margin-left: 25px;
  margin-right: 25px;
  max-height: 200px;
}
.bbb-onboarding .intro .illustration {
  max-width: 30%;
  max-height: 180px;
}
.bbb-onboarding h3 {
  margin-top: 10px;
}
.bbb-onboarding .back-button {
  float: left;
  position: relative;
  top: 20px;
}
.bbb-public-room {
  width: 60%;
  margin: 0 auto;
}
.bbb-public-room header {
  background-image: url("http://klausuren.dev.hs-flensburg.de/assets/images/icons/blue/video2.svg");
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center left;
  border-bottom: 1px solid var(--content-color-60);
  margin: 0 auto;
  padding: 10px 0;
  width: 70%;
}
.bbb-public-room header h2 {
  color: var(--content-color-60);
}
.bbb-public-room header h1 {
  font-size: 3rem;
  overflow-wrap: anywhere !important;
  hyphens: auto !important;
  padding-left: 120px;
}
.bbb-public-room header h1, .bbb-public-room header h2 {
  text-align: center;
}
.bbb-public-room article {
  width: 50%;
  padding-top: 30px;
  margin: 0 auto;
}
ul.bbb-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.bbb-list li {
  padding: 0 5px;
}
ul.bbb-list li:not(:last-child):after {
  content: " | ";
  position: absolute;
  width: 10px;
  margin-left: 5px;
}
ul.bbb-list li:last-child {
  padding-right: 0;
}
#bbb-lobby {
  text-align: center;
  margin-top: 100px;
}
#bbb-lobby img {
  width: 100px;
  height: auto;
}
#bbb-lobby h1 {
  margin-bottom: 20px;
}
#bbb-lobby p {
  font-size: 1.2em;
  margin: 5px auto;
}
.bbb-landing-page {
  text-align: center;
  margin-top: 100px;
}
.bbb-landing-page h1 {
  margin-bottom: 20px;
  font-size: 2rem;
}
.bbb-landing-page img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}
.bbb-external-access {
  margin: 0 auto !important;
  padding: 0 !important;
}
.bbb-external-access p {
  margin: 0 auto;
  font-weight: bold;
}
.bbb-recording-enabled {
  background: var(--base-color-80);
  display: inline-block;
  color: var(--white);
  vertical-align: bottom;
  font-weight: bold;
  width: 50px;
  font-size: 12px;
  text-align: left;
  padding: 3px 3px;
  border-radius: 5px;
  background-image: url("http://klausuren.dev.hs-flensburg.de/assets/images/icons/red/span-full.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 15% center;
}
.bbb-recording-enabled > span {
  margin-left: 18px;
}
.bbb-members-count {
  width: 30px;
  border: 1px solid var(--light-gray-color-40);
  margin: 2px;
  vertical-align: bottom;
  font-size: 12px;
  padding: 3px 15px 3px 15px;
  display: inline-block;
  border-radius: 5px;
  background-image: url("http://klausuren.dev.hs-flensburg.de/assets/images/icons/black/person-online.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 15% center;
}
.bbb-members-count > span {
  margin-left: 18px;
}
.bbb-members-online {
  width: 40px;
  border: 1px solid var(--light-gray-color-40);
  margin: 2px;
  vertical-align: bottom;
  font-size: 12px;
  padding: 3px 15px 3px 15px;
  display: inline-block;
  border-radius: 5px;
  background-image: url("http://klausuren.dev.hs-flensburg.de/assets/images/icons/green/span-full.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 15% center;
}
.bbb-members-online > span {
  margin-left: 8px;
}
.bbb-consultation-info {
  color: var(--light-gray-color);
}
.bbb-consultation-slot-booking {
  cursor: pointer;
}
.bbb-vue-consultation-link {
  display: inline;
}