body {
  font-weight: normal;
  font-size: 14px;
}

table {
  font-size: 14px;
}
table * {
  font-size: 14px;
}

h1 {
  font-size: 18px;
  margin: 30px 0;
  font-weight: bold;
  margin-bottom: 5px;
}

header {
  padding: 10px 0;
}
header.fin {
  background: #5998ca;
  background: -webkit-gradient(linear, left top, left bottom, from(#87CAEB), to(#5998ca));
  background: -webkit-linear-gradient(top, #87CAEB, #5998ca);
  background: -moz-linear-gradient(top, #87CAEB, #5998ca);
  background: -ms-linear-gradient(top, #87CAEB, #5998ca);
  background: -o-linear-gradient(top, #87CAEB, #5998ca);
}
header.kin {
  background: #339933;
  background: -webkit-gradient(linear, left top, left bottom, from(#6cc574), to(#48944f));
  background: -webkit-linear-gradient(top, #6cc574, #48944f);
  background: -moz-linear-gradient(top, #6cc574, #48944f);
  background: -ms-linear-gradient(top, #6cc574, #48944f);
  background: -o-linear-gradient(top, #6cc574, #48944f);
}

i {
  cursor: default;
}

table, table tbody, table tbody tr, table.unstriped tbody tr {
  border: 0;
  border-bottom: 0;
}

.ovs--patient-reorder {
  white-space: nowrap;
  vertical-align: middle;
}

.ovs--patient-reorder__btn {
  background: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0 2px;
  padding: 2px 5px;
}
.ovs--patient-reorder__btn:hover:not(:disabled) {
  background-color: #e8e8e8;
}
.ovs--patient-reorder__btn:disabled {
  cursor: default;
  opacity: 0.3;
}

.ovs--patient-row--urgent {
  background-color: #fff8e1;
}

.ovs--patient-summary {
  line-height: 1.4;
}

.ovs--patient-summary__label {
  font-weight: 600;
}

.ovs--patient-summary__meta {
  color: #5f6368;
  line-height: 1.4;
  margin-top: 4px;
}

.ovs--patient-summary__remark {
  line-height: 1.4;
  margin-top: 4px;
}

.ovs--patient-urgent-badge {
  background-color: #ff6f00;
  border-radius: 3px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 6px;
  padding: 1px 5px;
}

.ovs--patient-urgent {
  text-align: center;
  vertical-align: middle;
}

.ovs--patient-urgent__btn {
  background: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1;
  padding: 2px 6px;
}
.ovs--patient-urgent__btn:hover {
  background-color: #fff3e0;
  border-color: #ff6f00;
}
.ovs--patient-urgent__btn--active {
  background-color: #ff6f00;
  border-color: #ff6f00;
  color: #fff;
}
.ovs--patient-urgent__btn--active:hover {
  background-color: #e65100;
  border-color: #e65100;
  color: #fff;
}

.ovs--margin-left__small {
  margin-left: 20px;
}

.ovs--margin-top__small {
  margin-top: 20px;
}

.ovs--margin-top__big {
  margin-top: 40px;
}

.ovs--margin-bottom__small {
  margin-bottom: 20px;
}

.ovs--margin-left__very-small {
  margin-left: 10px;
}

.ovs--size__big {
  font-size: 25px;
}

.ovs--size__big_2x {
  font-size: 40px;
}

.ovs--weight__bold {
  font-weight: 600;
}

.ovs--color__inverted {
  color: white;
}

.ovs--color__red, .date-viewer--red {
  color: red;
}

.ovs--color__pa_blueish_grey {
  color: #54595e;
}

.ovs--cursor__help {
  cursor: help;
}

.ovs--border__praxisapp-prototype, .ovs--border__praxisapp-table, .ovs--border__praxisapp-box {
  /*border: 5px solid $color_pa_light_grey;*/
  background-color: #F9F9F9;
}

.ovs--border__praxisapp-box {
  padding: 15px;
}

.ovs--border__praxisapp-table {
  border-collapse: collapse;
}
.ovs--border__praxisapp-table thead {
  background-color: #003884;
  color: white;
}

fieldset {
  border: 5px solid #ccc;
  margin: 10px 0px;
  padding: 30px;
}

fieldset h2 {
  font: bold 1.1rem "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0 0 10px 0;
}

.green {
  color: green;
}

.red {
  color: red;
}

.clickable {
  cursor: pointer;
}

.not-selectable {
  user-select: none;
}

.mirror-y-axis {
  transform: rotateY(180deg);
}

.warning {
  color: red;
  font-weight: bold;
}

.ovs--concept__center-content {
  text-align: center;
}

.ovs--seperator {
  border-top: 1px solid #b3b3b3;
  height: 0;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ovs--table-td__vertical-top {
  vertical-align: top;
  padding: 0;
}
.ovs--table-td__vertical-top i {
  margin-top: 2px;
}

.ovs--table-td__no-top-padding {
  text-align: left;
  padding-top: 0;
}

.ovs--button, .ovs--button__call-to-action {
  background-color: #a3a3a3;
  color: #333;
}
.ovs--button:disabled, .ovs--button__call-to-action:disabled {
  background-color: #a3a3a3;
  color: #333;
}
.ovs--button:hover, .ovs--button__call-to-action:hover, .ovs--button:focus, .ovs--button__call-to-action:focus, .ovs--button:disabled:hover, .ovs--button:disabled:focus {
  background-color: rgb(137.5, 137.5, 137.5);
  color: rgb(25.5, 25.5, 25.5);
  outline-color: rgb(25.5, 25.5, 25.5);
}

.ovs--button__call-to-action {
  background-color: #333;
  color: white;
}
.ovs--button__call-to-action:disabled {
  background-color: #333;
  color: white;
}
.ovs--button__call-to-action:hover, .ovs--button__call-to-action:focus, .ovs--button__call-to-action:disabled:hover, .ovs--button__call-to-action:disabled:focus {
  background-color: rgb(25.5, 25.5, 25.5);
  color: rgb(229.5, 229.5, 229.5);
}

.pre-session-button {
  padding: 12px;
  background-color: #ccc;
  border-radius: 15%;
  margin-right: 25px;
  margin-top: 15px;
}

@media screen and (max-width: 39.9375em) {
  .ovs--component__video-stream {
    margin-top: 20px;
  }
}
.ovs--component__video-stream video {
  width: 100%;
}

.local-video--fullscreen {
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 20px;
  width: 20vw;
}

.ovs--boolean-checkmark__no {
  color: red;
}

.ovs--volume-meter {
  text-align: left;
  margin: 10px 0;
  height: 22px;
  overflow: hidden;
}
.ovs--volume-meter .ovs--volume-meter__bar-container {
  background-color: #e6e6e6;
  overflow: hidden;
  margin-top: 6px;
  display: flex;
}
.ovs--volume-meter .ovs--volume-meter__bar-prototype, .ovs--volume-meter .ovs--volume-meter__red, .ovs--volume-meter .ovs--volume-meter__yellow, .ovs--volume-meter .ovs--volume-meter__green, .ovs--volume-meter .ovs--volume-meter__unfilled {
  display: inline-block;
  height: 10px;
}
.ovs--volume-meter .ovs--volume-meter {
  margin: 0;
}
.ovs--volume-meter .ovs--volume-meter__unfilled {
  background-color: #e6e6e6;
}
.ovs--volume-meter .ovs--volume-meter__green {
  background-color: green;
}
.ovs--volume-meter .ovs--volume-meter__yellow {
  background-color: yellow;
}
.ovs--volume-meter .ovs--volume-meter__red {
  background-color: red;
}
.ovs--volume-meter .ovs--volume-meter__icon {
  float: left;
  margin-right: 10px;
  font-size: 22px;
  color: #9c9c9c;
}

.ovs--option-select ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.ovs--option-select ul > li > .option-select--radio-button {
  margin-right: 10px;
}

.remote-video-stream {
  position: relative;
  width: 100%;
  max-height: calc(100vh - 200px);
}
.remote-video-stream video {
  width: 100%;
  max-height: calc(100vh - 200px);
}
.remote-video-stream.remote-video-stream--fullscreen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  max-height: inherit;
}
.remote-video-stream.remote-video-stream--fullscreen video {
  max-height: inherit;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.session-buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin-bottom: 20px;
}
.session-buttons .color-red {
  color: red;
}
.session-buttons .fa-2x {
  height: 53px;
  width: 53px;
}
.session-buttons .fa-2x .fa-stack-2x {
  font-size: 53px;
}
.session-buttons .fa-2x .fa-stack-1x {
  font-size: 25px;
  line-height: 53px;
}

.session-sidebar__meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

.session-sidebar__duration {
  font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.session-network-quality {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 0.85rem 0.95rem;
  overflow-wrap: break-word;
  word-break: normal;
}

.session-network-quality__label {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 1.15;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.session-network-quality__status {
  display: block;
  margin-bottom: 0.45rem;
  font-size: clamp(1.2rem, 1.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.1;
}

.session-network-quality__message {
  display: block;
  line-height: 1.3;
}

.session-network-quality__reduced {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.88rem;
  line-height: 1.3;
}

.session-sidebar__relay-warning,
.session-connection-details {
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
}

.session-sidebar hr {
  margin: 0.25rem 0 0;
}

.session-sidebar .single-accordion {
  margin-top: 0;
}

.single-accordion .single--accordion__header-text {
  margin-left: 10px;
}
.single-accordion .singe--accordeon__hide-wrap {
  margin-top: 10px;
  margin-left: 10px;
}

.direct-connect {
  margin-top: 50px;
  font-size: 14px;
}
.direct-connect h3 {
  font-size: 22px;
}

.ovs--preperation__video {
  width: 50px;
}

.ovs--patient--login__error-message {
  color: red;
}

/**************************************************
**
** Custom style for the new Videosprechstunde
**
*************************************************/
/**************************************************
Basics
*************************************************/
/**************************************************
Fonts
*************************************************/
/**************************************************
Fonts
*************************************************/
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
}
/**************************************************
BODY
*************************************************/
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: auto;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0 10px 0 10px;
}

/**************************************************
CONTENT
*************************************************/
#content {
  background: #FFFFFF;
  overflow: hidden;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 3%;
}

/**************************************************
BODY RESPONSIVE
*************************************************/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    margin: 0;
    padding: 0 10px 0 10px;
  }
}
/**************************************************
Titles
*************************************************/
.title {
  height: auto;
  width: 100%;
  color: #003884;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom: 18px;
  float: left;
  padding-top: 14px;
}

.title.white {
  color: white;
}

/**************************************************
Text
*************************************************/
.text_default {
  text-align: justify;
}

/**************************************************
Forms
*************************************************/
.field_subtitle {
  width: 100%;
  float: left;
  padding: 4px 0 4px 0;
}

/**************************************************
LINKS
*************************************************/
.link {
  padding: 4px 0 4px 0;
  color: #FFF;
  text-decoration: none;
}

.link:hover {
  color: #003884;
}

.link:visited {
  /* color: #FFF; */
}

/**************************************************
HEADER AND NAVIGATION
*************************************************/
/**************************************************
HEADER-FRAME
*************************************************/
header {
  padding: 20px 20px 0 80px;
  overflow: hidden;
  width: 100%;
}

header .logo {
  background-image: url("images/AIN_Logo-544153060229cc401a07aba6f21c7d8f.png");
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-size: 300px auto;
  width: 300px;
  height: 60px;
}

header .title {
  width: 279px;
  color: #003884;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 65px;
  text-align: center;
  padding-left: 300px;
  margin-top: -70px;
}

/**************************************************
HEADER RESPONSIVE
*************************************************/
@media only screen and (max-width: 550px), (min-device-width: 550px) and (max-device-width: 1024px) {
  header .title {
    height: 24px;
    width: auto;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 100px;
  }
  .logo {
    margin-left: 15px !important;
  }
  header {
    padding: 20px 20px 0 0;
  }
}
/**************************************************
Styles of the text
*************************************************/
/**************************************************
BUTTONS
*************************************************/
/**************************************************
BUTTON
*************************************************/
.button {
  margin-top: 25px;
  padding: 10px 30px;
  display: block;
  float: left;
  width: 100%;
  color: #003884;
  font-size: 12px;
  background: #D4D8E8;
}

.button:hover {
  background: #D4D8E8;
  color: #003884;
}

.anmelden a {
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #ccc;
  color: #333;
  padding: 15px 15px 13px 15px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}

.anmelden a:hover {
  background-color: #888;
}

/**************************************************
FORMS
*************************************************/
.form_field_input {
  float: left;
  width: 100%;
  height: 25px;
  color: #000;
}

/**************************************************
TABLE
*************************************************/
/**************************************************
TABLE
*************************************************/
.table {
  float: left;
  width: 100%;
  border-collapse: collapse;
  line-height: 20px;
}

.table td {
  border: 0.5px solid #FFF;
  padding: 10px 12px 10px 12px;
}

.table th {
  border: 0.5px solid #FFF;
  padding: 12px;
  text-align: left;
  background-color: #E2E4E6;
  font-weight: normal;
}

/* Zebra striping */
.table tr:nth-of-type(odd) {
  background: #F6F7F8;
}

.table tr:hover {
  /* background-color: #34589A; */
}

/**************************************************
TABLE RESPONSIVE
*************************************************/
@media only screen and (max-width: 420px), (min-device-width: 420px) and (max-device-width: 1024px) {
  #table {
    width: 100%;
    float: left;
  }
  /* Force table to not be like tables anymore */
  #table, thead, tbody, th, td, tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #table tr {
    border: 1px solid #ccc;
  }
  #table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  #table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*
  Label the data
  */
  #table td:nth-of-type(1):before {
    content: "TAN";
  }
  #table td:nth-of-type(2):before {
    content: "Name (PATIENT)";
  }
  #table td:nth-of-type(3):before {
    content: "Beginn";
  }
  #table td:nth-of-type(4):before {
    content: "Dauer";
  }
  #table td:nth-of-type(5):before {
    content: "Bemerkungen";
  }
}
/**************************************************
FOOTER
*************************************************/
/**************************************************
FOOTER
*************************************************/
#footer {
  float: left;
  padding-bottom: 14px;
  margin-top: 20px;
  color: #000;
  width: 100%;
  background-color: #777;
  padding: 5px 25px 5px 0;
}

#footer ul {
  margin-left: 15px;
}

#footer li {
  display: inline;
  list-style: none;
  margin-right: 10px;
  padding: 5px 10px;
  background: transparent;
}

#footer a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/**************************************************
FOOTER RESPONSIVE
*************************************************/
@media only screen and (max-width: 460px), (min-device-width: 460px) and (max-device-width: 1024px) {
  #footer {
    float: left;
    color: #000;
    width: 100%;
    position: unset;
    left: unset;
    bottom: unset;
  }
  #footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #footer li {
    margin-right: 0;
    padding: 0 5px 0 5px;
  }
  #footer li a {
    display: block;
  }
}
/**************************************************
BOXES
*************************************************/
/**************************************************
BOXES
*************************************************/
.box {
  width: 100%;
  overflow: hidden;
}

.box .box_transparent .content {
  font-weight: normal;
}

.box .box_blue {
  float: left;
  overflow: hidden;
  padding: 34px 2% 31.5px;
  background: #4A79B8;
  width: 46%;
}
.box .box_blue, .box .box_blue label, .box .box_blue a {
  color: #fff;
}
.box .box_blue a {
  text-decoration: underline;
}

.box .box_transparent {
  margin-left: 2%;
  width: 48%;
  float: right;
}

.box .box_single {
  float: left;
  width: 100%;
}

div.left-box {
  overflow: hidden;
  float: left;
  width: 48%;
}

div.right-box {
  margin-left: 2%;
  width: 48%;
  float: right;
}

@media only screen and (max-width: 600px) {
  .branding .title {
    font-size: 24px;
  }
  .box .box_blue, .box .box_transparent {
    width: 96%;
    float: none;
  }
}
/**************************************************
BOXES RESPONSIVE
*************************************************/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .box .transparent {
    margin-left: 0 !important;
  }
}