:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
  --orange-color: #F9A72B;
  --green-color: #0A84FF;
  --red-color: #FF453A;
  --white-color: #fff;
  --gray-color: #e8e8e8;
  --blue-color: #0A84FF;
}

body {
  margin: 0;
  padding: 0;
  background-color: #F8F9FA !important;
}

main {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

@supports (font-variation-settings: normal) {
  :root { font-family: "InterVariable", sans-serif; }
}

*{
  font-family: Inter, sans-serif;
  line-height: 1.6em;
  font-size: 15px;
  font-weight: 500;
  color: var(--TEXT-212121);
  margin:0;
}

.page_wrap {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  width: 95%;
  margin: 20px 2.5% 0;
}

.page_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 1% 0 0; 
}

a, .link_blue {
  color:#007AFF;
  cursor: pointer;  
}

.link_red {
  color: var(--red-color) !important;
  cursor: pointer;
}

.link_gray {
  color:#828282;
  cursor: pointer;
}

.link_black {
  color: #212121;
  font-weight: 500;
  cursor: pointer;
}

.link_black:hover {
  color: #0056b3;
  text-decoration: underline;
}

input[type="text"] {
  overflow: hidden !important;
  text-overflow: ellipsis !important; 
}

p {
  margin-bottom: 0 !important;
}

.warning_text {
  color: var(--red-color);
}

input:focus,
select:focus {
  border:1px solid #bdbdbd;
  outline: none;
}

button {
  cursor: pointer;
}

h1 {
  font: 32px regular;
  font-family: Inter, sans-serif;
  line-height: 1.6em;
}

h2, h2 span, .h2 {
  font-size: 24px !important;
  font-family: Inter, sans-serif;
  line-height: 1.6em;
}

h2 span {
  font-size: 2rem;
  font-weight: 500;
}

.size-1 {
  font-size: 18px; 
}

.size-2 {
  font-size: 24px; 
}

.size-3 {
  font-size: 13px;
}

.normal{
  font-weight: 400;
}

.bold{
  font-weight: 700;
}

.text_block {
  display: flex;
  gap: 10px;
  padding: 10px 0;
}

.row_container,
.row_holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 10px;
}

.row_holder {
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}


.link {
  display: inline-block;
  font-weight: 600;
  color: var(--blue-color);
  text-decoration: none;
  padding: 0;
}

.blockBtn {
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
  gap: 0 20px;
}

::-webkit-scrollbar {
  width: 6px;
  max-height: 6px; 
  height: 6px; 
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 0.5px solid var(--bdbdbd, #BDBDBD);
  background: var(--bdbdbd, #BDBDBD);
}

.fade:not(.show) {
  display: none;
}

[data-tippy-content] ~ .tippy-box {
  font-size: 5px !important;
}

/*HEADER*/

header {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
  padding: 12px 2.5%;
  gap:10px;
}

.head_inner {
  display: flex;
  flex-direction: row;
  justify-content:  flex-start;
  gap: 10px;
  /*width: 40%;
  max-width: 500px;*/
}
.header_space {
  height: 30px;
  border-right:1px solid #BDBDBD;
}

.logo_item, .logo_item a  {
  display: block;
  width: 100%;
  max-width: 90px;
  height: 18px;
  background:url('/static/other/Logo_Zeusch_1.svg') no-repeat;
  background-size: contain;
}

.schulename_item {
  max-width: 350px;
  width: max-content;
}

/*Seach Form Header*/

.search-container {
  position: relative;
  width: 30%;
  max-width: 500px; 
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.search-form {
  position: relative;
  width: 100%;
}

.suchBox {
  width: 100%; 
  height: 1%;
  max-height: 36px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #bdbdbd;
  background: #FFF;
}

.buttonSuche {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4%; 
  top: 50%; 
  transform: translateY(-50%);
  background: url('/static/other/search.svg') !important;
  background-size: contain !important;
}


/*Popup Header*/

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
}

.popup-content {  
  position: relative;
  width: max-content;
  max-width: 500px;
  margin: 60px 60px auto auto;
  padding: 20px;
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .1);
  cursor: pointer;
}

.popup-holder {
  position: relative;
  width: max-content;
  max-width: 200px;
  margin: 50px 20px auto auto;
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .1);
}

.popup_container {
  display: flex;
  flex-direction: row;
  justify-content:  flex-start;
  gap: 30px;
  align-items: flex-end;
  width: max-content;
  /*max-width: 500px;*/
}

.popup_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 30px 20px;
}

.popup_box {
  margin: 40px 0;
}

.popup_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start; /*kompetenz_popup*/
}

.popup-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.popup_item {
  display: none;
  color: #212121;
}

.popup_subtitel {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.logout_item {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 20px;
}

.popup_table {
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row;
}

.popup_table td {
  display: flex;
  width: 100%;
  max-width: 800px;
  gap: 10px;
}

.popup_table textarea {
  width: 30vw;
  max-width: 100%;
}

textarea.popup_table {
  height: 40px;
  border: none;
  border-bottom: 0.5px solid var(--bdbdbd, #BDBDBD);
  padding: 0;
  margin: 0 0 20px;
  outline: none;
}

.popup_btn_exit {
  display: block;
  width: 160px;
  height: 40px;  
  margin-top: 10px;
  background: url('/static/other/btn-exit.svg') !important;
  color: transparent;
}

.link_control,
.link_control_active {
  width: 160px;
  background: url('/static/other/link_control.svg') no-repeat center right;
  color: #212121;
}

.link_control_active {
  background: url('/static/other/link_control_active.svg') no-repeat center right;
}

.name_box::after {
  content: url('/static/other/arrow_down.svg');
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  float: right;
  margin-left: 5px;
}

.info_box {
  display: flex;
  align-items: center;
  gap: 5px;
}

/*Header mobile*/

@media screen and (max-width: 981px) {
  header {
    gap: 20px;
  }

  .popup_item {
    display: block;
    margin-bottom: 30px;
  }

  .info_box {
    display: none;
  }

  .search-container {
    width: 100%;
    max-width: 100%;
  }
  .head_inner {
    width: 90%;
  }
  .popup-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 500px;
    margin: 60px 30px auto auto;
  }
  .popup_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .popup_table textarea {
    width: 85vw;
    max-width: 100%;
  }
}

/*Footer*/

footer {
  width: 100%;
}

.footer_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px 2.5%;
}

/*Login Page*/

.login_page {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  overflow: hidden;
}

.login_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: 320px;
}

.login_img img {
  width: 100%;
  max-width: 350px;
}

.layoutLogin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100vh;
  padding: 20px;
  background: #ffffff;
  box-shadow: -24px 0px 28px 0px rgba(0, 0, 0, 0.08);
  overflow: scroll;
}

.layoutLogin_center {
  justify-content: flex-start;
}

.loginForm {
  width: 80%;
  max-width: 580px;
}

.messages {
  color: #FF3B30;
}

.login_form {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  width: 100%;
  max-width: 580px;
}

.login_input {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  max-width: calc(100% - 20px);
  border-radius: 5px;
  border: 1px solid var(--bdbdbd, #BDBDBD);
  padding: 10px;
  margin-bottom: 20px;
  color: #828282;
}

.login_input input {
  border: none;
  width: 90%;
}

.login_reset_form {
  width: 100%;
  padding: 10px 0;
}

.login_reset_form input{
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--bdbdbd, #BDBDBD);
  padding: 10px;
  margin-bottom: 20px;
  color: #828282;
}

.login_reset_form label {
  display: none;
}

.login_form_desc {
  margin-bottom: 20px;
}

.password_toggle,
.password_toggle_off {
  width: 20px;
  height: 20px;
  background-image: url('/static/other/mdi_eye-off-outline-1.svg');
  background-size: cover;
  cursor: pointer;
  margin-left: 8px;
}

.password_toggle_off {
  background-image: url('/static/other/mdi_eye-outline.svg');
}

.layot_container {
  width: 80%;
  max-width: 720px;
  padding-top: 50px;
}

.layot_form {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  width: 100%;
}

.layot_feld {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 80%; /*popup Lehrkraft*/
  margin-bottom: 10px;
  gap: 10px;
}

.layot_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  border-radius: 5px;
  border: 1px solid var(--bdbdbd, #BDBDBD);
  padding: 5px;
}

.layot_input input {
  border: none;
  width: 90%;
}

.layot_input select {
  border: none;
  width: 100%;
}


@media screen and (max-width: 768px) {
  .login_page {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .layoutLogin {
    box-shadow: none;
    background-color: transparent;
    width: 90%;
  }
  .loginForm {
    width: 100%;
    max-width: 580px;
  }
  .layot_container {
    padding-top: 0;
  }
}

/*Feedback Form*/

.form_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form_wrap input,
.form_wrap textarea {
  width: 100%;
  padding: 5px 10px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid var(--bdbdbd, #BDBDBD);
}

.form_wrap .text_block input {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid var(--bdbdbd, #BDBDBD);
}

.required_label::after {
  content: " *";
  color: #000;
}

::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ccc;
}

.closeBtn {
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  border: none;
  color: #212121;
  background: transparent;
}

.buttonsLoginScreenContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

[type=button], [type=reset], [type=submit] {
  border: none;
  background: transparent;
}

[type=button]:not(:disabled), 
[type=reset]:not(:disabled), 
[type=submit]:not(:disabled), 
button:not(:disabled),
.button,
.button.green,
.microtextfeld {
  outline: none !important;
}

.button,
a.button {
  width: max-content;
  min-width: 125px;
  box-sizing: border-box;
  padding: 10px 15px;
  border: none !important;
  border-radius: 5px;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
}

.button_container {
  display: flex;
  flex-direction: row;
  align-items: center;  
  gap: 24px;
}

.button_box {
  justify-content: center;
}

.btn_submit, .orange, .green {
  background: var(--orange-color);
  transition: 0.1s linear;
}

.btn_submit:hover,
.orange:hover {
  background: #ff9900;
}

.button.green {
  background: var(--green-color);
}

.button.green:hover {
  background: #007AFF;
}

.button.red {
  background: var(--red-color);
}

.button.red:hover {
  background: #FF3B30;
}

.buttonGray {
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.3s linear;
  color: #828282;
}

.buttonGray:hover {
  color: var(--orange-color);
}

.button_disabled {
  background: none;
  border: 1px solid #828282 !important;
  color: #828282;
}

.btn_exit {
  background: var(--red-color) url(/static/other/btn_exit.svg) 5px center no-repeat;
  text-align: right;
}

.messageEmail {
  margin-bottom: 10px;
}

.messageEmailZeit {
  align-self: stretch;
  color: var(--TEXT-212121, #212121);
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700; 
  line-height: 160%; 
}

.line {
  width: 1px;
  height: 38px;
  background: #BDBDBD;
}

/* lerher Seite */

.tab_box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
  cursor: pointer;
  width: 100%;
  padding: 10px;
}

a.tab_title span {
  display: inline-block;
  color: #212121;
}

.tab_title_active {
  color:#0A84FF !important;
}

.tab_content {
  width: 100%;
}


/* schuldaten Frame */

.frameField {
  display: flex;
  justify-content: flex-start;
  align-content: flex-end;
  /*align-items: flex-end;*/
  align-items: flex-start;
  gap: 20px;
}

.schuldatenBlock{  
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  padding: 30px;  
  border-radius: 5px;
  border: 0.5px solid #BDBDBD;
  background: #FFF;
}

.line {
  width: 1px;
  height: 38px;
  background: #BDBDBD;
}


/* schuldaten Frame */

.titleFrame {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2%;
  border-bottom: 1px solid #212121;
}

.schriftSchuldatenBlock{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #F8F9FA;
  color:#828282;
}

/* klassenDaten Frame, Popup */

.popupFormSchuler, 
.popupFormFach, 
.popupFormUpload, 
.popupFormKompetenz, 
.popupFormKlasse, 
.popupFormUpload, 
.popupFormSchuler, 
.popupFormLehrer, 
.popupForm_Confirm_delete {
  display: none;
}

.uploadpopup_wrap,
.popupFormKompetenz_wrap,
.deletform_wrap {
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.uploadpopup_container,
.popupFormKompetenz_container,
.deletform_container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 650px;
  max-height: 370px;
  padding: 30px;
  background-color: #FFF;
}

.uploadpopup_title,
.popupFormKompetenz_title
 {
  display:flex;
  justify-content: space-between;
  align-content: center;
  border-bottom: 0.5px solid var(--bdbdbd, #BDBDBD);
}

.deletform_title {
  text-align: center;
}

.deletform_desc,
.error {
  padding: 20px 0 50px;
  text-align: center;
  color: #FF453A;
}

.uploadpopup_closebtn,
.popupFormKompetenz_closebtn {
  font-size: 26px;
  font-weight: 500 !important;
  opacity: 1 !important;
}

.upload_inner,
.popupFormKompetenz_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.popupFormKompetenz_feld {
  width: 100%;
  height: 60px;
  margin: 30px;
  border: none;
  border-bottom: 0.5px solid var(--bdbdbd, #BDBDBD);
}
.popupFormKompetenz_feld:focus {
  border: none;
  border-bottom: 0.5px solid var(--bdbdbd, #BDBDBD);
}

.upload_holder {
  display: none;  
}

.upload_icon, .download_icon {
  display: flex;
  content: "";
  width: 80px;
  height: 80px;
  background: url(/static/other/icon-upload.png) no-repeat;
  cursor: pointer;
}

.download_icon {
  background: url(/static/other/upload_excel.svg) no-repeat;
}

span.file-name {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  color: var(--TEXT-212121, #212121);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
}

.row_holder input {
  padding: 0;
  width: max-content;
  max-width: 40px;
  text-align: center;
}

.message_popup  {
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--bdbdbd, #BDBDBD);
  background-color: #FCF9FA;
  outline: none;
}

.message_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  position: relative;
  bottom: -11px;
  left: -21px;
  width: calc(100% + 42px);
  border-radius: 0px 0px 5px 5px;
  border-right: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  background: #F8F9FA;
  padding: 30px 20px;
  margin-top: auto; 
}

.message_box {
  width: 100%;
  height: 100px;
  padding: 5px;  
  border-radius: 5px;
  border: 1px solid var(--bdbdbd, #BDBDBD);
  background: #F8F9FA;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  overflow-y: scroll;
}

.message_link {
  display: flex;
  flex-direction: row;
}

.message_link:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background:url('/static/other/ic_mail.svg') no-repeat;
}

.next-halbjahr_link,
.download_link {
  padding: 0;
}
.next-halbjahr_link:before {
  background:url('/static/other/ic_calendar.svg') no-repeat;
}

.download_link:before {
  background:url('/static/other/ic_document.svg') no-repeat;
}

.message_textarea {
  margin: 10px 0 20px;
  min-height: 130px;
  padding: 10px;
  overflow: auto;
  background: #F8F9FA;
}


/*Leistungsübersicht*/
.notenfeld_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 10px;
}

.btn_druckversion {
  width: 125px;
}

.notenfeld,
.notenfeld_sgut,
.notenfeld_gut,
.notenfeld_befr,
.notenfeld_ausr,
.notenfeld_mang,
.notenfeld_ungen,
.notenfeld_nert,
.notenfeld_ausg,
.notenfeld_nfest {
  margin-right: 10px;
}

.notenfeld::before,
.notenfeld_sgut::before,
.notenfeld_gut::before,
.notenfeld_befr::before,
.notenfeld_ausr::before,
.notenfeld_mang::before,
.notenfeld_ungen::before,
.notenfeld_nert::before,
.notenfeld_ausg::before,
.notenfeld_nfest::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  min-width: 20px;
  height: 20px;
  border-radius: 3px;
}

.notenfeld::before {
  content: "N";
  border: 1px solid #32302F;
  color: #32302F;
}

.notenfeld:nth-last-of-type(2)::before,
.notenfeld:first-of-type::before {
  display: none;
}

.notenfeld_sgut::before,
.notenselect_sgut {
  background: var(--iOs-Green-Light, #34C759) !important;
}

.notenfeld_gut::before,
.notenselect_gut {
  background: var(--iOs-Blue-Light, #007AFF) !important;
}

.notenfeld_befr::before,
.notenselect_befr {
  background: var(--iOs-Orange-Light, #FF9500) !important;
}

.notenfeld_ausr::before,
.notenselect_ausr {
  background: var(--iOs-Yellow-Light, #FC0) !important;
}

.notenfeld_mang::before,
.notenselect_mang {
  background: var(--iOs-Purple-Light, #AF52DE) !important;
}

.notenfeld_ungen::before,
.notenselect_ungen {
  background: var(--Color, #FF3B30) !important;
}

.notenfeld_nert::before,
.notenselect_nert {
  background: var(--Color, #5856D6) !important;
}

.notenfeld_ausg::before,
.notenselect_ausg {
  background: var(--Color, #00C8C8) !important;
}

.notenfeld_nfest::before,
.notenselect_nfest {
  background: var(--Color, #FF6F61) !important;
}



/* Tabs */
.scrolling .nav.nav-tabs {
  flex-wrap: nowrap;
}

.scrolling {
  display: inline-block;
  white-space: nowrap;
  max-width: 50%;
  overflow-x: auto; 
  flex-wrap: nowrap;
}

.blockTabs{
  display: flex; 
  justify-content: space-between; 
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #bdbdbd;
}

.blockTabs_holder {
  width: 45%;
}

.blockTabs_box {
  width: 10%;
  min-width: 100px;
  align-self: flex-start;
  margin-top: -25px;
}

.txt_block {
  text-align: right;
}

.klassenTabs{
  display: flex !important;
  width: max-content;
  padding: 5px 25px !important;
  justify-content: center;
  align-items: center;
  gap: 1%;
}

.nav-tabs .nav-item .nav-link.klassenTabs {
  font-size: 100%;
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid var(--bdbdbd, #BDBDBD);
  border-right: 1px solid var(--bdbdbd, #BDBDBD);
  border-left: 1px solid var(--bdbdbd, #BDBDBD);  
}

.nav-tabs {
  border-bottom: none !important;
  overflow-y: hidden;
}

.nav-tabs .nav-link {
  color: #bdbdbd !important;
}

.nav-link_active {
  background: #fff;
  color:#009dff !important;
  font-size: 100%;
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid var(--bdbdbd, #BDBDBD);
  border-right: 1px solid var(--bdbdbd, #BDBDBD);
  border-left: 1px solid var(--bdbdbd, #BDBDBD); 
}

.nav-tabs.active {
  background: #fff;
  color:#009dff !important;
}

.scrolling::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scrolling::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 0.5px solid var(--bdbdbd, #BDBDBD);
  background: var(--bdbdbd, #BDBDBD);
}

/* 3 blocks */

.bigBoxClasse{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
  gap:10px;
  width: 100%;
  margin-top: 1%;
}

.bigBoxClasse_holder {
  margin-top: 0;
}

.box_wrap {
  display: flex;
  flex-direction: column;
  width: 49%;
  min-width: 450px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid var(--bdbdbd, #BDBDBD);
  background: #FFF;
}

.box_wrap input,
.box_wrap textarea  {
  border: none;
  border-bottom: 0.5px solid var(--bdbdbd, #BDBDBD);
  padding: 0;
}

.box_wrap input {
  width: 100%;
}

.box_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .5vw;
  width: 100%;  
}

.box_content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.col_1 {
  flex: 1;
  max-width: 400px;
  position: relative !important;
}

.col_2 {
  flex: 3;
}

.col_title {
  display: flex;
  align-items: center;
  font-size: 15px; 
  font-family: Inter, sans-serif;
  line-height: 1.6em;
  font-weight: 600;
  color: var(--TEXT-212121, #212121);
  text-transform: uppercase;
  background: var(---, #F8F9FA);
  margin-bottom: 20px;
  padding: 5px;
}

.col_caption.col_title {
  width: 100%;
}

.col_container {
  width: 315px;
  max-width: 24%;
  overflow-y: visible;
  margin-bottom: 20px;
}

.col_holder {
  width: 100%;
  margin-bottom: 30px;
}

.col_caption {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.col_table {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  align-items: center;
  margin-bottom: 10px;
}

.col_row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}

.col_row a{
  margin-right: 0;
}

input#lehrer_faecher {
  max-width: 16px;
  margin-right: 4px;
}

.col_row_label {  
  font-weight: 700;
  max-width: 34%;
}

.col_table_row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.dragging {
  background: rgba(151, 151, 151, 0.10); /* Цвет выделения */
}

.col_table_row.dragging>.col_table_feld input,
.dragging>td textarea.popup_table  {
  background-color: transparent;
}

[draggable="true"]::before {
  position: relative;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 5px;
  margin-left: -5px;
  background:url('/static/other/drag-and-drop.svg') no-repeat;
  cursor: pointer;
}

.popup_table tr {
  position: relative;
}

.popup_table tr[draggable="true"]::before {
  position: absolute;
  margin-left: -20px;
}


.col_table_feld {
  width: 80%;
}

.col_row input,
.col_row textarea {
  width: 60%;
  height: 30px;
  word-wrap: break-word;
}
.col_row_text {
  width: 60%;
  height: auto;
  border-bottom: 0.5px solid var(--bdbdbd, #BDBDBD);
  padding: 0;
}

.schulPflichtfaecher {
  width: 100%;
}

.kompetenz_icon {
  display: block;
  content: "";
  width: 14px;
  height: 26px;
  background: url(/static/other/kompetenz.svg) no-repeat;
  background-position-y: center;
  background-size: contain;
}

.kompetenz_icon_inactive {
  display: block;
  content: "";
  width: 14px;
  height: 26px;
  background: url(/static/other/kompetenz.svg) no-repeat;
  background-position-y: center;
  background-size: contain;
  filter: grayscale(100%); /* Делает изображение серым */
}

.kompetenz_icon_inactive::after {
  content: "Um Kompetenzen einzufügen, müssen Sie ersmal die Pflichtfächer speichern"; /* Текст, который появится при наведении */
  position: absolute;
  width: 200px;
  top: 100%; 
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7); 
  color: #fff; 
  padding: 5px;
  border-radius: 3px;  
  text-align: center;
  display: none; 
}

.kompetenz_icon_inactive:hover::after {
  display: block; /* Показывает текст при наведении */
}

.besonderheit {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #000 !important;
}


.threelistsBox {
  width: 49.2%;
  max-width: 100%;
  min-height: 550px;
  max-height: 80vh;
  padding: 0 20px;
  align-items: flex-start;
  gap: 22px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid var(--bdbdbd, #BDBDBD);
  background: #FFF;
}

.boxesHeader{
  display: flex;
  height: 60px;
  padding: 10px 0px;
  /*margin-bottom: 10px;*/
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}


.highlighted {
  background-color: #0A84FF !important; /* Изменение цвета фона */
}


/* Отдел с Fächer */
.wids1 {
  width: 25%;
}

.boxTableHeaders {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.header_desc {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid var(--TEXT-212121, #212121);
  border-top: 1px solid var(--TEXT-212121, #212121);
}

.header_subject {
  display: flex;
  gap: 20px;
}

.boxTableBody {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.fh{
  flex: 2; 
  text-align: center;
}

.lhr{
  flex: 1; 
  text-align: center;
}

.anz{
  flex: 1; 
  text-align: center;
}

.settingswids1 {
  display: grid;
  grid-template-columns: 40% 40% 10% ; 
  gap: 10px; 
  max-height: 400px; 
  overflow-y: auto; 
 
}

.settingswids1 ul {
  list-style: none; 
  gap: 2%; 
  padding: 0; 
  margin: 0; 
}

.settingswids1 ul li {
  break-inside: avoid-column; 
}

.settingswids1::-webkit-scrollbar {
  width: 6px;
  max-height: 26px; 
  height: 26px; 
}

.settingswids1::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 0.5px solid var(--bdbdbd, #BDBDBD);
  background: var(--bdbdbd, #BDBDBD);
}

/* Отдел с Schuler */
.wids2 {
  width: 40%;
}

.settingswids2 {
  display: grid;
  gap: 2%; 
  margin: 0; 
}

.settingswids2 ul li {
  break-inside: avoid-column; 
}

/* строки таблицы*/


.table_header {
  position: sticky;
  z-index: 1;
  top: 0;
  margin:0;
  padding: 10px 0 10px 5px;  
  vertical-align: middle;
  background-color: #F8F9FA;
}

.table_header_inner {
  max-width: 150px;
  min-width: 90px;
  margin: 10px;
  border-right: 1px solid #BDBDBD;
  padding: 10px;
  font-size: 13px;
}

.custom_table_wrap {
  display: flex;
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--bdbdbd, #BDBDBD);
  background: #FFF;
  max-height: 800px;/*для скроллирга шапки*/
  overflow-y: auto;/*для скроллирга шапки*/
}

.custom_Schuler_table, 
.custom_klassen_table, 
.custom_kollegen_table,
.custom_table {
  width: 100%; 
  background-color: White; 
  margin:0;
  overflow: auto;
}

.custom_table_row {
  border-bottom: 1px solid #BDBDBD;
  border-spacing: 10px;
}

.custom_table_inner {
  margin: 10px;
  border-right: 1px solid #BDBDBD;
  padding: 10px;
  vertical-align: top;
  font-size: 13px;
}

.custom_table_inner div,
.custom_table_inner p,
.custom_table_inner a,
.custom_table_inner span {
  font-size: 13px;
}

.custom_table_inner:last-of-type,
.table_header_inner:last-of-type {
  border-right: none;
  vertical-align: middle;
}

.custom_table_inner .btn_save {
  max-width: 120px;
}

.custom_table_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 60px;    
}

.btn_save button {
  min-width: 90px;
  max-width: 90px;
  font-size: 13px;
}

.custom_table_input {
  width: 35px !important;
  height: 20px;
  padding: 0px 5px;
  border-radius: 5px;
  border: 1px solid var(--bdbdbd, #BDBDBD);
  background: var(--Wei, #FFF);
}

.custom_Schuler_table span {
  background-color: #f2f2f2;
}

.custom_table_col {
  width: max-content;
  max-width:max-content;
  padding: 0 1px;
}

.custom_table_cell {
  min-width: 150px;
}

.custom_table .custom_table_col:first-of-type {
  position: sticky;
  z-index: 1;
  left: 0;
}

.sort_col {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.sort_col::after {
  display: block;  
  content:"";
  width: 20px;
  height: 20px;
  background: url(/static/other/sort_1.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}

.sort_col.center {
  justify-content: center;
}

button.sort_col {
  padding: 0;
}

.table_td,
.table_rows {
  margin:0;
  padding: 10px 0 10px 5px;   
  border-bottom: 0.5px solid var(--bdbdbd, #BDBDBD); 
  /*vertical-align: middle;*/
  vertical-align: top;  
  break-inside: avoid-column;
  word-break:  auto-phrase;
}

.table_td input {
  padding: 0;
  width: max-content;
  max-width: 40px;
}

.table_td_transpatent {
  width: max-content;
  border: none;
  margin: auto;
  display: block;
}

.ic-process_item, 
.ic-check_item,
.ic-dash_item, 
.ic-cancel_item {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto; 
  color: transparent;
  
  background: url('/static/other/ic_check.svg') no-repeat;  
}

.ic-process_item {
  background: url('/static/other/ic_process.svg') no-repeat;
}

.ic-dash_item {
  background: url('/static/other/ic_dash.svg') no-repeat;
}

.ic-cancel_item {
  background: url('/static/other/ic_cancel.svg') no-repeat;
}

.btn-cancel {
  margin: 0;
}

.ic_box {
  display: flex;
  width: max-content;
  background-position: top left;
}

.table_scrolling{
  width: 100%;
  height: 100%;
  max-height: 450px;
  padding: 0 10px 20px 0; 
  overflow-y: scroll; 
}

.table_scrolling::-webkit-scrollbar {
  width: 6px;
  max-height: 6px; 
  height: 6px; 
  margin-top:3%;
}

.table_scrolling::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 0.5px solid var(--bdbdbd, #BDBDBD);
  background: var(--bdbdbd, #BDBDBD);
}

.rows_padding{
  padding-left:10px;
}

.center{
  text-align:center !important;
}

.settingswids3 {
  max-height: 65vh; 
  overflow-y: auto;
}

/* Popup Fach, Schuler*/

.Hinzufügen_form {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px; 
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.previous_nav {
  display: flex;
  justify-content:space-between;
  width: 100%;
  padding: 10px 0;
}

.previous_nav_holder {
  display: flex;
  gap: 25px;
}

.previous_nav_control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 60px;  
}

.previous_control_left,
.previous_control_right {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
}

.previous_control_left {
  background-image: url("/static/other/arrow_left.svg");
}

.previous_control_right {
  background-image: url("/static/other/arrow_right.svg");
}

.name_link{
  padding-top:1%;
  color: black;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.form_placing{
  width: 40%;
  height: 100%; 
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden; 
  background-color: #F8F9FA; 
  padding: 2%;
}

.form_container {
  height: calc(100% - 80px);
}

.Ausfühlen_form{
  overflow: auto;
  height: 100%;
  padding: 30px;
  border-radius: 5px;
  border: 0.5px solid var(--bdbdbd, #BDBDBD);
  background: #FFF;
}

.input_schulerCreation {
  border: none; 
  border-bottom: 1px solid #212121;
}

textarea.input_schulerCreation {
  width: 100%;
  margin: 10px 0 20px;
  min-height: 130px;
  padding: 10px;
  overflow: auto;
  background: #F8F9FA;
  border-radius: 5px;
  border: 1px solid var(--bdbdbd, #BDBDBD);
}

.choose_btn {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid var(--bdbdbd, #BDBDBD);
  background: #FFF;
  margin-bottom: 0;
  padding: 5px;
}

.choose_btn_caption {    
  min-width: 200px;
  max-width: 20%;
  text-align: left;
  
}

.choose_btn_active {
  background: var(--blue-color, #0A84FF);
  border: 1px solid var(--blue-color, #0A84FF);
  color: #fff;
}

.choose_btn_block {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.layot_input_feld {
  width: 80%;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eingaben1, .eingaben2 {
  display: flex;
  flex-direction: column; 
  gap: 10px;
  margin-bottom: 5%;
  padding-bottom: 30px;
  border-bottom: 1px solid #bdbdbd;
}

.faecher_lehrer {
  max-height: 300px;
  width:100%;
}

.faecher-table-header {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 5px;
}

.faecher_lehrer tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  vertical-align: middle;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 0.5px solid var(--bdbdbd, #BDBDBD);  
}

.faecher_lehrer td {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.faecher_lehrer td label {
  display: block;
  width: 100%;
  word-break: break-word;
  margin-bottom: 0;
}
.custom_checkbox,
.custom-checkbox input {
  display:none;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.custom_checkbox + label,
.checkbox-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-bottom: 0;
  background:url('/static/other/unchecked.svg') no-repeat center center;
  background-size: contain;
}

/* Активный чекбокс в попапе */
.custom_checkbox:checked + label,
.custom-checkbox input:checked + .checkbox-icon {
  background: url("/static/other/checked2.svg") no-repeat center center;
  background-size: contain;
}

.right-align {
  text-align: right;
  max-width: 50%;
}
.faecher_lehrer::-webkit-scrollbar {
  width: 6px;
  max-height: 26px;
  height: 26px; 
}

.faecher_lehrer::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 0.5px solid var(--bdbdbd, #BDBDBD);
  background: var(--bdbdbd, #BDBDBD);
}

.schuler_for_fach{
  display: block;
  width:100%;
  max-height: 100vh;
  overflow-y: auto;
  margin-bottom: 30px;
}

.schuler_for_fach::-webkit-scrollbar {
  width: 6px;
  max-height: 26px; 
  height: 26px; 
}

.schuler_for_fach::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 0.5px solid var(--bdbdbd, #BDBDBD);
  background: var(--bdbdbd, #BDBDBD);
}

.feld_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  width: max-content;
}


/* Fehltage */
.wids3 {
  width: 33%;
}

/*Lehrer Seite Mobile*/

@media (max-width: 1200px) {
  .wids1 {
    width: 39%;
  }
  .wids2 {
    width: 59%;
  }
  .wids3 {
    width: 100%;
  }
  .table_header {
    word-break: break-all;
  }
  .custom_table_cell {
    min-width: auto;
    word-break: break-all !important;
  }
  .table_td, .table_rows {
    word-break: break-all;
  }
}

@media (max-width: 800px) {
  .wids1, .wids2, .wids3  {
    width: 100%;
  }
}


/* Zeugnismaker Seite */

.hjsj{
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid var(--bdbdbd, #BDBDBD);
  border-right: 1px solid var(--bdbdbd, #BDBDBD);
  border-left: 1px solid var(--bdbdbd, #BDBDBD);
  background: #FFF;
  margin: 0;
}

.zeugnis_three_tables{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap:20px;
}

.table_for_zeugnis{
  display: flex; 
  justify-content: center; 
  align-self: start;
  width: 50%;
  border: 1px solid var(--bdbdbd, #BDBDBD);
  background: #FFF;
  box-sizing: border-box;
  border-radius: 5px 5px 5px 5px; 
  padding: 15px;
}

.table_noten{
  width: 100%;
  border-collapse: separate; 
  border-spacing: 0 10px;
}

.table_noten thead {
  vertical-align: middle;
  background-color: #F8F9FA;
}


.table_noten thead th {
  padding: 10px 3px;
}

.thead_space::after{
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background-color: #fff;
}

.table_kompetenz {
  width: 100%;
  border-collapse: collapse; 
  border-spacing: 0 10px;
}

.table_kompetenz, 
.table_kompetenzth, 
.table_kompetenz td {
  border: 1px solid #BDBDBD;
  border-collapse: collapse;
}


.zeugnisart_desc {
  display:flex; 
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 20px 0 10px;
}

.zeugnis_successbox {
  display:flex; 
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: auto;
}

.zeugnis_desc {
  display:flex; 
  justify-content: space-between;
  margin: 20px 0 10px;  
}

.table_for_correction {
  display: none;
  box-sizing: border-box;  
  max-height:35%;
  overflow: scroll;
  margin: 20px 0;
  padding: 10px;    
  border: 1px solid var(--bdbdbd, #BDBDBD);
  border-radius: 5px;
  background: #FFF;
}

.table_for_correction_visible {
  display: block;
}

.table_for_correction_items {
  display:flex; 
  justify-content: space-between; 
}

.ZeugnisTextblock{
  height: 200px;
  max-height: 200px;
  width: 100% !important;
  box-sizing: border-box;
  border-radius: 5px;
  border: 0.5px solid var(--bdbdbd, #BDBDBD);
  background: var(---, #F8F9FA);  
  padding: 10px;
  word-wrap: break-word;    
  overflow-y: scroll; 
}

.empty-fields {
  border-color: red; /* меняем цвет фона контейнера, если поля пустые */
}

.page-break {
  page-break-after: always; /* Это свойство вставляет разрыв страницы после этого элемента */
  margin: 10px 0; /* Добавьте немного отступа для лучшей видимости разрыва */
}

.ZeugnisTextblock::-webkit-scrollbar {
  width: 6px;
  max-height: 26px; 
  height: 26px; 
}

.ZeugnisTextblock::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 0.5px solid var(--bdbdbd, #BDBDBD);
  background: var(--bdbdbd, #BDBDBD);
}

.errorHighlight {
  text-decoration: underline;
  color: red;
}

.microbutton{
  width:20px; 
  height:20px; 
  border:none; 
  background-color:#FFF; 
  cursor: pointer;
}

.btn_plus,
.btn_minus {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  background-image: url('/static/other/ic_plus_dark.svg');
  background-size: contain;
  color: transparent;
}

.microbutton.btn_plus.disabled {
  cursor: not-allowed;
  opacity: 0.5;
 }

.btn_minus {
  background-image: url('/static/other/ic_plus_dark.svg');
  transform: rotate(134deg);
  -webkit-transform: rotate(134deg); 
}

.microtextfeld {
  /*width: auto;*/
  border-radius: 5px;
  border: 0.5px solid var(--bdbdbd, #BDBDBD);
  background: var(---, #F8F9FA);
}

.faecher_four_columnes_header{
  text-align: left;
}

/* Скрыть стандартный чекбокс */
.faecher_four_columnes_header input[type="checkbox"] {
  display: none;
}

/* Стили для label */
.faecher_four_columnes_header label {    
  display: inline-block !important;
  position: absolute;
  margin: 3px 0 0 2px;
  width: 20px;
  height: 20px;
  background: url('/static/other/mdi_eye-outline.svg') no-repeat;
  background-size: contain;
  cursor: pointer;
}

/* Стили для активного состояния чекбокса */
.faecher_four_columnes_header input[type="checkbox"]:checked + label {
  background: url('/static/other/mdi_eye-off-outline-1.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  margin-left: 2px;
  cursor: pointer;
}

.center-checkbox {
  text-align: center;
  vertical-align: middle;
  height: 100%;
  border: 1px solid black;
  position: relative; /* Устанавливаем относительное позиционирование для ячейки */
}

.center-checkbox label {
  position: absolute; /* Абсолютное позиционирование */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  margin-bottom: 0;
  cursor: pointer;
}

.checkbox {
  margin: auto;
}

.dotted-line::after {
  border-bottom: 1px dotted black;
  content: '';
  flex: 1;
}

/*Zeugnis предпросмотр*/

.table_zeugnisVorschau {
  display: flex;
  justify-content: center;
  overflow-y: auto;
  max-width: 100%;
}

.zeugnisVorschau{ 
  width: 90%;
  height: 1000px; 
  max-height: 1000px;
  scale: 0.9;
  padding-top: 3px;
  font-family: Helvetica !important;
}

.zeugnis_toshow {
  position: relative;
  width: 100%;
  height: 1220px;
  max-height: 1220px;
  font-family: Helvetica;
}

.zeugnis_toshow-footer{
  position:absolute;
  bottom: 0px;
}

.zeugnis_toshow-head p {
  font-family: Helvetica;
}

.zeugnis_toshow-head {
  display: flex;
}

.zeugnis_toshow-logo {
  width: 100%;
  max-width: 100px;
  height: fit-content;
}

.zeugnis_toshow-heading {
  text-align: center; 
  width:100%;
  border-bottom: 1px solid #bdbdbd;
}

.zeugnis_toshow-title {
  font-size: 2vw;
  padding-top: 12px;
}

.zeugnis_toshow-subtitle {
  font-size: 1.3vw;
  padding-bottom: 12px;
}

.zeugnis_toshow-headline {
  font-size: 1.5vw;
  margin-top: 38px;
  text-align: center;
  font-weight: 700;
}

.zeugnisVorschau table,
.zeugnisVorschau table tr,
.zeugnisVorschau table tr th,
.zeugnisVorschau table tr td,
.zeugnisVorschau table tr td span {
  font-family: Helvetica;
  font-size: 14px;
  line-height: 1.2em;
}

/*Zeugnisse Tablet*/

@media (max-width: 1280px) {
  .zeugnis_three_tables {
    flex-direction: column;
  }
  .table_for_zeugnis {
    width: 100%;
  }
  .zeugnis_toshow-title {
    font-size: 4vw;
  }
  .zeugnis_toshow-subtitle {
    font-size: 2.8vw;
  }
}


/* pdf */

.grayline{
  background: #BDBDBD;
  height: 1px;
}

.size8{
  font-size:0.85cm;
  margin: 0;
}

.size6{
  font-size:0.65cm;
  margin: 0;
}

.size5{
  font-size:0.55cm;
  margin: 0;
}

.size4{
  font-size:0.45cm;
  margin: 0;
}

.size3{
  font-size:0.35cm;
  margin: 0;
}

.size2{
  font-size:0.25cm;
  margin: 0;
}

.size1{
  font-size:0.15cm;
  margin: 0;
}

.semibold{
  font-weight:550;
}

.fixedPdfTable{
  margin: 0; 
  width:100%; 
  border-collapse: collapse; 
  position: relative; 
  table-layout: fixed;
}

.daskannstdu{
  font-size: 0.15cm; 
  font-weight: normal; 
  text-align:center; 
  border: 1px solid #BDBDBD;
  border-top: none;

}

.grayoderlines{
  overflow: hidden;
  text-overflow: clip;
}

.standardBlock{
  display:flex; 
  margin-top: 0.3cm;
}

.fachBlock{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap:10px;
  margin-top: 1%;
}

.txt_notiz {
  display: flex;
  width: 100%;
  background-color: #F8F9FA;
  margin: 10px !important;
  border-radius: 5px;
}

.titel_notiz{
  display: inline-block;
  width: max-content;
  font-size: 15px;
  font-weight: 700;
  background-color: #FFF;
  padding: 10px 20px 10px 2px;
  margin-right: 20px;

}

/*FAQ*/

.box_wraper{
  width: 100%;
  display:flex;
  flex-wrap: wrap;
  align-items: stretch; 
  gap: 30px;
}

.box_col, .box_col_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid var(--bdbdbd, #BDBDBD);
  background: #FFF;
}

.box_col_content {
  flex: 2;
  min-width: 350px;
  gap: 10px;
  cursor: auto;
}

.box_col_wrap {
  flex: auto;
  width: 49.2%;
  max-width: 100%;
  overflow: hidden;
  cursor: auto;
  gap: 0px;
}

.box_img {
  width: auto;
  max-width: 50px;
}

.box_img_faq {
  width: auto;
  max-width: 700px;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.breadcrumbs {
  display: flex;
  gap: 5px;
  margin-bottom: 30px;
}

.breadcrumbs > *:not(:last-child)::after {
  display: block;
  content: ">";
  float: right;
}

.box_col_aside {
  margin-bottom: 10px;
} /*Абзац с отступом*/

/*Media screen*/

@media screen and (max-width: 1440px) {
  .box_wrap {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }
  .col_container {
    width: 49%;
    max-width: 49%;
  }
  .col_table_feld {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .col_1 {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }
  .col_row input,
  .col_row textarea,
  .col_row_text {
    width: 65vw;
  }
}

@media screen and (max-width: 981px) {
  .form_placing  {
    width: 100%;
    max-width: 100%;
  }
  .col_container {
    width: 100%;
    max-width: 100%;
  }
  .row_container {
    flex-wrap: wrap;
  }
}


/* андрюшкины стили */
.hidden{
  display: none;
}

.not_hidden{
  display: block;
}

.blue{
  color: #0A84FF;
}

.blue2{
  color: #0A84FF;
}

.grayline1{
  background: #BDBDBD;
  height: 1px;
}
          
.size81{
  font-size:0.85cm;
  margin: 0;
}
          
.size61{
  font-size: 18px;
  margin: 0;
}
          
.size51{
  font-size:0.55cm;
  margin: 0;
}
          
.size41{
  font-size:0.45cm;
  margin: 0;
}
          
.size31{
  text-align: justify; /* alignment=4 */
  font-size: 10px; /* fontSize */
  font-family: 'Helvetica'; /* fontName='Helvetica' */
  padding-left: 0; /* leftIndent */
  padding-right: 0; /* rightIndent */
}
          
.size21{
  font-size: 13px;
  margin: 0;
}

.size22 {
  font-size: 12px;
  margin: 0;
}
          
.size11{
  font-size:0.15cm;
  margin: 0;
}

.semibold1{
  font-weight:550;
}

.fixedPdfTable1{
  margin: 0; 
  width:100%; 
  border-collapse: collapse; 
  position: relative; 
  table-layout: fixed;
  page-break-inside: avoid; 
}

.fixedPdfTable1_head {
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}

.fachnoten_row {
  page-break-after: avoid;
  border-right: 1px solid #BDBDBD;
  height: 50px;
  vertical-align: bottom;
  font-weight: 700;
}

.fachnoten_narrow {
  height: max-content;
  border-right: none;
}

/*.fachnoten_row:first-of-type {
  height: 50px;
}*/
          
.zeugnisVorschau table tr th.daskannstdu1 {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #BDBDBD;
  line-height: 1.2em;
}

.fachExtra_info {
  font-size: 12px;
  font-weight: 600;
}
          
.grayoderlines1{
  overflow: hidden;
  text-overflow: clip;
}
          
.longtext1{
  word-wrap: break-word; 
  text-align: justify;
}

.normal1{
  font-size: 16px;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.4em;
}
          
.bold1{
  font-weight: bold;
}
          
.standardBlock1{
  display:flex; 
  margin-top: 0.3cm;
}

/* Normal style */
.custom-style-normal {
  text-align: justify; /* alignment=4 */
  word-wrap: break-word; 
  font-size: 15px; /* fontSize=10 */
  font-weight: 700;
  font-family: 'Helvetica', sans-serif; /* fontName='Helvetica' */
  padding-left: 0; /* leftIndent */
  padding-right: 0; /* rightIndent */
}

/* Normal style with font size 9 and leading */
.custom-style-normal9 {
  text-align: justify; /* alignment=4 */
  word-wrap: break-word; 
  font-size: 9pt; /* fontSize=9 */
  font-family: 'Helvetica', sans-serif; /* fontName='Helvetica' */
  padding-left: 0; /* leftIndent */
  padding-right: 0; /* rightIndent */
  line-height: 10pt; /* leading=10 */
}

/* Bold normal grey style */
.custom-style-normal-bold-grey {
  text-align: justify; /* alignment=4 */
  word-wrap: break-word; 
  font-size: 10pt; /* fontSize=10 */
  font-family: 'Helvetica', sans-serif; /* fontName='Helvetica-Bold' */
  font-weight: bold; /* Bold text */
  color: #EAEAEA; /* textColor */
  padding-left: 0; /* leftIndent */
  padding-right: 0; /* rightIndent */
}

/* Very small bold style */
.custom-style-verysmall-bold {
  text-align: center; /* alignment=1 */
  word-wrap: break-word; 
  font-size: 6pt; /* fontSize=6 */
  font-family: 'Helvetica', sans-serif; /* fontName='Helvetica-Bold' */
  font-weight: bold; /* Bold text */
  line-height: 7pt; /* leading=7 */
  padding-left: 0; /* leftIndent */
  padding-right: 0; /* rightIndent */
}

/* Small style */
.small-style {
  text-align: left; /* alignment=1 */
  word-wrap: break-word; 
  font-family: 'Helvetica', sans-serif; /* fontName='Helvetica-Bold' */
  font-size: 7pt; /* fontSize=7 */
  line-height: 8pt; /* leading=8 */
}

/* Small style 2 */
.small-style2 {
  font-size: 8pt; /* fontSize=8 */
  word-wrap: break-word; 
  line-height: 9pt; /* leading=9 */
}

/* test-git */
/* Test 2 to pusch zo Andrii Than Merge */

/*alert - сообщение*/
.custom-alert {
  display: none; /* Скрыто по умолчанию */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.custom-alert-content {
  background: white;
  padding: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  max-width: 650px;
}

.custom-alert-content p {
  display: inline-block;
  margin-bottom: 20px !important;
  font-size: 18px;
}

.missing-field {
  display: inline-block;  
  margin: 0 3px;
  text-align: center;
  font-size: 18px;
  color: #FF453A;
}
