.hinweis {
  color: #a6a6a6;
}
.klickpfad {
  color: #07393c;
  font-family: 'Roboto Mono', monospace;
}
.tastenkombi {
  color: #8a0f00;
  font-family: 'Roboto Mono', monospace;
}
.unternehmentools {
  color: #95b4b4;
}
.fachbegriff {
  color: #17b58a;
  font-style: italic;
  font-weight: 400;
}
.dateiname {
  color: #ff9994;
  font-family: 'Roboto Mono', monospace;
}
code {
  color: black;
}

.course_unit-template-default .kurs-full-width a {
  color: #0366d6;
}

.course_unit-template-default .kurs-full-width a:hover {
  color: #0366d6;
}

.course_unit-template-default .kurs-full-width strong {
  font-family: 'inter', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
}

.mce-content-body .mm-quick-text {
  background: rgba(0, 255, 170, 0.15);
  position: relative;
  margin-top: 40px;
}

.mce-content-body .mm-quick-text::before {
  content: 'quick mode text';
  position: absolute;
  left: 50%;
  top: -25px;
  display: inline;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', Arial, sans-serif;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
  font-size: 10px;
}

h5 {
  font-size: 28px;
  margin-top: 23px;
  margin-bottom: 10px;
}
h6 {
  font-size: 20px;
  margin-top: 23px;
  margin-bottom: 10px;
}

/* Disable course search */

.disable-course-search .search-submit {
  display: none !important;
}

#top.disable-course-search
  .inner_sidebar
  .widget_searchwp_live_search
  .search-field {
  padding-right: 5px;
}

#top.disable-course-search .search-disable-notice {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 0;
}

/* Focus mode enabled */

/* #top.focus-mode-enabled #main .container .av-content-small.units article {
  max-width: none !important;
}

.focus-mode-enabled .entry-content .introcontentbox > *,
.focus-mode-enabled .entry-content > * {
  margin: 0 auto;
  max-width: 950px;
}

.focus-mode-enabled .introcontentbox,
.focus-mode-enabled .introcontentwrapper,
.focus-mode-enabled .introheader {
  width: 100%;
  max-width: none;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.focus-mode-enabled .entry-content .avia-video {
  width: 100%;
  max-width: none;
  float: none;
}

.focus-mode-enabled.course_unit-template-default .sidebar_left .content {
  padding-left: 0;
  padding-right: 0;
} */

.focus-mode-enabled.course_unit-template-default .avia-video {
  /* margin-left: calc(-100vw / 2 + 950px / 2);
  margin-right: calc(-100vw / 2 + 950px / 2);
  height: calc(100vw * 9 / 16); */
  margin-left: -10vw;
  margin-right: -10vw;
  height: calc((950px + 20vw) * 9 / 16);
}

.focus-mode-enabled.course_unit-template-default .avia-video iframe {
  background-color: #fff;
}

@media only screen and (max-width: 900px) {
  .focus-mode-enabled.course_unit-template-default .avia-video {
    margin-left: -15vw;
    margin-right: -5vw;
  }
}

@media only screen and (max-width: 767px) {
  .focus-mode-enabled.course_unit-template-default .avia-video {
    margin-left: -5%;
    margin-right: -5%;
  }
}

#commentform .comment-form-subscriptions label {
  position: static;
  cursor: pointer;
}

.focus-mode-enabled .comment-entry {
  margin: 0 auto;
  max-width: 950px;
}

@media only screen and (max-width: 767px) {
  .comment-form-subscriptions {
    padding: 0 40px;
  }

  .sidebar_left .comment_container {
    padding: 0 20px;
  }

  .comment-form-subscriptions {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
