/*
    Fonts
*/

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/webfonts/barlow/Barlow-Regular.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  @font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/assets/webfonts/barlow/Barlow-Bold.ttf") format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

* {
    font-family: 'Barlow', sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: white;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  position: relative;
}

#header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 12px 0;

  }

#header .logo img {
  max-height: 40px;
}

.no-underline {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  font-weight: 1200;
  color: #575550;
  white-space: nowrap;
  transition: 0.3s;
}

/*--------------------------------------------------------------
  # Nutzer hinzufügen
  --------------------------------------------------------------*/
.switschesposition {
    margin-right: 10px;
}

  /*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/

.breadcrumbs h4 {
      font-size: 32px;
      font-weight: 300;
      margin: 0;
      color: black;
    }

.breadcrumbs li {
  color: black;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs a {
  color: black;
  text-decoration: none;
}

.breadcrumbs ol li + li::before  {
  display: inline-block;
  padding-right: 10px;
  color: black;
  content: "/";
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs h2 {
    margin-bottom: 10px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
  # Pira Login - 14.3
--------------------------------------------------------------*/
.LoginPage{
    height: 100%;
    background-color: #f0f0f0;
  }

.logologin {
  text-align: center;
  max-width: 50%;
  padding-bottom: 2px;
  margin-bottom: auto;
}

.logintext {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 2px;
  }

  .login {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
  }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
background: #737976;
padding: 0 0 0 0;
color: #ffffff;
font-size: 13px;
}

#footer .footer-top {
background: #f5c056;
padding: 1% 0 0% 0;
color: #000000;
}

#footer .footer-top .footer-info .storage {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
color: #fff;
}

#footer .footer-top h4 {
font-size: 16px;
font-weight: 600;
color: #000000;
position: relative;
padding-bottom: 12px;
}

#footer .footer-top .footer-links {
margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
padding: 10px 0;
display: flex;
align-items: center;
}

#footer .footer-top .social-links a {
font-size: 18px;
display: inline-block;

/*background: rgba(39, 71, 126, 0.1);*/
color: #024702;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 4px;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}


.footer-bottom {
padding: 1% 0 1% 0;
}

#footer .copyright {
text-align: center;
padding-top: 0%;
}

#filter {
    position: absolute;
    width: 10em;
    top: 2.5em;
}

/*--------------------------------------------------------------
# Sequence Drag and Drop
--------------------------------------------------------------*/

#bigDiv {
    background-color: rgb(251, 237, 196);
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
    padding: 10px;
    justify-content: center;
    border-radius: 20px;
}

.item {
    height: 90px;
    width: 180px;
    background-color: white;
    margin: 10px;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
    font-size: 15px;
    padding: 15px;
    overflow-y: auto;
}

.item i {
    font-size: 20px;
    padding: 4px;
    align-items: center;
  }

.step-container {

    flex-direction: column;
    align-items: center;
}

.step {
    background-color: rgb(189, 217, 198);
    margin: 20px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 10px;
}

.step .btn-close {
    position: right;

}

.stepfix {
    background-color: rgba(241, 241, 241, 0.991);
    margin: 20px;
    padding: 10px;

    flex-wrap: wrap;
    align-content: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.patient-icon {
    display: flex;
    align-items: center;
  }

  .patient-icon i {
    font-size: 30px;
  }

  .patient-title {
    margin-left: 10px;
    font-size: 20px;
  }

  .patient-details {
    font-size: 14px;
  }

  .patient-info {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
/*--------------------------------------------------------------
# OTP
--------------------------------------------------------------*/

.otp-text {
    font-size: 175px;

}

/*--------------------------------------------------------------
# Caseexplanation
--------------------------------------------------------------*/


    .circles {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #d2a00aee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;

  }

  .circles i {
    font-size: 75px;
    margin-bottom: 10px;
    color: #ffffff;
  }

  .circles p {
    font-weight: 100;
    color: #ffffff;
  }


  .step2 {
    color: #181313;
    display: flex;
    font-size: 20px;
    font-weight: bold;

  }

  .spacer {
    width: 150px; /* Breite des Abstandhalters anpassen */
    height: 20px; /* Höhe des Abstandhalters anpassen */

}

.circlet {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #408f32ee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;

  }

  .circlet i {
    font-size: 75px;
    margin-bottom: 10px;
    color: #ffffff;
  }

  .circlet p {
    font-weight: 100;
    color: #ffffff;
  }

/*--------------------------------------------------------------
# Case Summary
--------------------------------------------------------------*/

.summary1 .container {
    background-color: #f2f2f2db;
    border-radius: 10px;
    padding: 20px;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/

.circlemain {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #0a679eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;

  }

  .circlemain i {
    font-size: 75px;
    margin-bottom: 10px;
    color: #ffffff;
  }

  .circlemain p {
    font-weight: 100;
    color: #ffffff;
  }
