@charset "UTF-8";
:root {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
}

body {
  font-size: 1.6rem;
  font-family: "Source Sans Pro", "Font Awesome 5 PRO", Helvetica, Arial, Geneva, sans-serif;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
  -ms-grid-rows: 60px 60px 1fr;
  grid-template-rows: 60px 60px 1fr;
  overflow-x: hidden;
}

body > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

body > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

body > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

body > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

body > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

body > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

body.split {
  -ms-grid-columns: 40px 1fr 1fr;
  grid-template-columns: 40px 1fr 1fr;
}

body.nooverflow {
  overflow: hidden;
}

@media (max-width: 767px) {
  body {
    -ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
  }
  body .sidebar b {
    font-weight: normal;
    display: none;
  }
  body .sidebar .sidenav {
    width: 45px;
    overflow: hidden;
  }
}

body.sscr_open {
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
}

body.sscr_open .sidenav {
  width: 200px;
}

body.sscr_open .sidenav b {
  font-weight: normal;
  display: inline;
}

.noside {
  -ms-grid-columns: 40px 1fr;
  grid-template-columns: 40px 1fr;
  /*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body { display: none; }
}*/
}

.noside .sidebar b {
  font-weight: normal;
  display: none;
}

.noside .sidebar .sidenav {
  width: 45px;
  overflow: hidden;
}

.noside .submenue_content {
  display: block;
  position: absolute;
  left: 40px;
  top: 300px;
  z-index: 1000;
  width: 200px;
  background-color: white;
  border: 10px;
}

.noside .submenue_content b {
  display: inline-block;
}

.noside .a_navbar .tasknav .tasknav_info {
  margin-left: 16px;
}

.noside .a_navbar .tasknav .resultfilter {
  margin-left: 16px;
}

body.notlogged {
  -ms-grid-columns: 0px 1fr;
  grid-template-columns: 0px 1fr;
}

body.notlogged .sidebar {
  display: none;
}

body.notlogged .tasknav .menuopener {
  display: none;
}

body.notlogged .tasknav .sscr_menuopener {
  display: none;
}

body.notlogged .a_navbar .tasknav .tasknav_info {
  margin-left: 16px;
}

body.body_expd {
  overflow: hidden;
}

body.body_expd:after {
  content: "";
  display: block;
  position: fixed;
  /* could also be absolute */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1400;
  background-color: rgba(0, 0, 0, 0.9);
}

body.eduidlogged .hidetopupil {
  display: none !important;
}

h1 {
  font-size: 3rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2.4rem;
  margin-bottom: 0.2rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.8rem;
}

.blurred_dark {
  -webkit-transition: -webkit-filter 1s;
  transition: -webkit-filter 1s;
  transition: filter 1s;
  transition: filter 1s, -webkit-filter 1s;
  -webkit-filter: blur(0.75rem) opacity(0.9);
          filter: blur(0.75rem) opacity(0.9);
  /*	&:hover{
		filter: blur(0rem) opacity(1);
		
	}*/
}

.blurred_light {
  -webkit-transition: -webkit-filter 1s;
  transition: -webkit-filter 1s;
  transition: filter 1s;
  transition: filter 1s, -webkit-filter 1s;
  -webkit-filter: blur(1rem) opacity(0.3);
          filter: blur(1rem) opacity(0.3);
  /*
		&:hover {
		filter: blur(0rem) opacity(1);
		
	}*/
}

.clickable {
  cursor: pointer;
}

.registerwarning {
  border: 1px solid red;
  padding: 5px;
}

input.secret {
  color: black;
  background-color: black;
}

button[data-onclick="tabs.search"] {
  display: none;
}

/*figure {
    position: relative;
    box-sizing: border-box;
    margin: 0px;

    img {
        display: block;
        position: relative
    }

    figcaption {
        box-sizing: border-box;
        position: absolute;
        padding: 0.5rem;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.6);
        color: black;

    }

    button {
        box-sizing: border-box;
        position: absolute;
        padding: 0.75rem;
        bottom: 0;
        left: 0;
        border: none;
        background: rgba(5, 17, 167, 0.6);
        color: white;


        &.cart {
            left: auto;
            right: 0;
        }
    }
}*/
img {
  width: 100%;
  height: auto;
}

i.fad {
  --fa-primary-color: white;
  --fa-secondary-color: red;
  --fa-secondary-opacity: 1.0;
}

.btn {
  display: inline-block;
  font-weight: 400;
  border-radius: 0px;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #c63227;
  border: none;
  padding: 0.3rem 0.6rem;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn[disabled] {
  color: #ced4da;
  cursor: default;
}

.btn[disabled]:hover {
  color: #ced4da;
  cursor: default;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #adb5bd;
  text-decoration: none;
  cursor: pointer;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 114, 180, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(70, 114, 180, 0.25);
}

.btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group .btn:not(:first-child) {
  margin-left: -1px;
}

input:focus {
  outline: none;
  background-color: white;
}

.a_modal {
  display: none;
  position: fixed;
  z-index: 1200;
  padding-top: 150px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}

.a_modal .modal-content {
  position: relative;
  background-color: white;
  margin: auto;
  padding: 0;
  border: 1px solid #6c757d;
  width: 60%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.a_modal .close i {
  color: #ff0000;
  float: right;
  font-size: 2.4rem;
  padding-top: 0.6rem;
}

.a_modal .close:hover,
.a_modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.a_modal .modal-header {
  padding: 0.1rem 1.6rem;
  background-color: white;
  border-bottom: 1px solid #ced4da;
  border-top: 8px solid #c63227;
}

.a_modal .modal-header h3 {
  margin-top: 0.8rem;
}

.a_modal .modal-body {
  padding: 2rem 1.6rem;
}

.a_modal .modal-footer {
  padding: 0.2rem 1.6rem;
  background-color: white;
  min-height: 40px;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2rem;
  -ms-grid-columns: 1fr 2rem auto;
  grid-template-columns: 1fr auto;
  border-top: 1px solid #ced4da;
}

.a_modal .modal-footer .btn {
  height: 30px;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.a_modal.modal_sm .modal-content {
  width: 28%;
}

@media (max-width: 1280px) {
  .a_modal.modal_sm .modal-content {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .a_modal.modal_sm .modal-content {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .a_modal.modal_sm .modal-content {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .a_modal.modal_sm .modal-content {
    width: 98%;
  }
}

.a_modal.modal_md .modal-content {
  width: 50%;
}

.a_modal.modal_lg {
  padding-top: 5vh;
}

.a_modal.modal_lg .modal-content {
  height: 90vh;
  overflow: hidden;
  width: 75%;
}

.a_modal.modal_lg .modal-content .modal-header {
  height: 40px;
}

.a_modal.modal_lg .modal-content .modal-body {
  height: calc(100% - 150px);
  padding: 2rem 1.6rem;
  overflow: auto;
}

.a_modal.modal_lg .modal-content .modal-body .modal-footer {
  height: 40px;
}

.a_modal.modal_full .modal-content {
  width: 100%;
}

.a_modal.modal_nofoot .modal-footer {
  display: none;
}

.a_modal input[type=text],
.a_modal input[type=password],
.a_modal input[type=email] {
  width: 100%;
  padding: 8px 10px;
  margin: 6px 0 12px 0;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fr_temp {
  float: right;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.fl_temp {
  float: left;
}

.cf::after {
  content: "";
  clear: both;
  display: table;
}

.block {
  display: block;
}

.inblock {
  display: inline-block;
}

.pager_items_none {
  display: none;
}

.none {
  display: none !important;
}

.ared {
  color: #ff0000;
}

b {
  font-weight: normal;
}

.antares_spinnerdiv i {
  margin-top: 30vh;
  margin-left: 50vw;
  color: #c63227;
}

.pagedimmer {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .mscr_nope {
    display: none;
  }
}

@media (max-width: 992px) {
  .mscr_only {
    display: inherit;
  }
}

@media (min-width: 1280px) {
  .mscr_only {
    display: none;
  }
}

@media (max-width: 992px) {
  .mscr_showonly {
    display: inherit;
  }
}

@media (max-width: 767px) {
  .sscr_nope {
    display: none;
  }
}

@media (min-width: 767px) {
  .bscr_nope {
    display: none;
  }
}

@media (max-width: 767px) {
  .sscr_only {
    display: inherit;
  }
}

@media (min-width: 767px) {
  .sscr_only {
    display: none;
  }
}

.sscr_showonly {
  /*
	@include mq('m_min') {
		display: none;
	}
*/
}

@media (min-width: 767px) {
  .sscr_showonly {
    display: block;
  }
}

.nowrap {
  white-space: nowrap;
}

.grid-fw {
  grid-column: 1/-1;
}

.clamp2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.clamp3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.clamp4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.clamp5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.clamp6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.fx-center-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fx-center-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fx-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header {
  background-color: white;
  grid-column: 1 / -1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1fr -webkit-max-content;
  -ms-grid-columns: max-content 1fr max-content;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.header .header-left {
  height: inherit;
}

.header .header-left img {
  position: relative;
  height: 85%;
  width: auto;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.header .header-middle {
  height: inherit;
  /* h4 {
            margin: 1rem;
        }*/
}

.header .header-middle img {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 75%;
  top: 50%;
  -webkit-transform: translate(0, -55%);
      -ms-transform: translate(0, -55%);
          transform: translate(0, -55%);
}

.header .header-right {
  height: inherit;
  /*        img {

            object-fit: contain;
            width: 100%;
            height: 100%;
        }*/
}

.header .header-right h4 {
  margin: 3rem 1rem 0 0;
  color: #fff;
}

.a_navbar {
  background-color: #f4f4f4;
  grid-column: 1/-1;
  -ms-grid-row: 2;
      grid-row-start: 2;
  z-index: 1000;
  height: 56px;
  /*	.menuopener.menu_min {
				display: none;
			}
		
		.menuopener.menu_expd {
				display: none;
			}*/
  /*
	.media_sorter {

		display: inline-block;
		float: right;
		margin-top: 3px;
	}*/
}

.a_navbar .nav_placeholder {
  grid-column: 1/-1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  height: 60px;
}

.a_navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.a_navbar .topnav {
  color: #000;
  height: 25px;
  padding: 0 1rem;
}

.a_navbar a.a_navbar-brand {
  padding-top: 3px;
  display: inline-block;
}

.a_navbar .login_drop {
  float: right;
  overflow: hidden;
  margin-right: 0.1rem;
  margin-left: 1rem;
}

.a_navbar .login_drop .login_btn {
  font-size: 16px;
  border: none;
  outline: none;
  padding-bottom: 8px;
  background-color: inherit;
  font-family: inherit;
  /* Important for vertical align on mobile phones */
  margin: 0;
  /* Important for vertical align on mobile phones */
}

.a_navbar .login_drop:hover .login_btn {
  color: #6c757d;
}

.a_navbar .topnav_right a {
  cursor: pointer;
  color: #c63227;
}

.a_navbar .topnav_right p {
  color: #dee2e6;
  display: inline;
}

.a_navbar .login_drop_content {
  display: none;
  position: absolute;
  right: 1rem;
  background-color: white;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.a_navbar .login_drop_content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
}

.a_navbar .login_drop_content a:hover {
  color: #c63227;
}

.a_navbar .login_drop:hover .login_drop_content {
  display: block;
}

.a_navbar .topnav_left {
  white-space: nowrap;
  display: inline-block;
  padding-right: 5px;
}

.a_navbar a {
  text-decoration: none;
  color: #000;
}

.a_navbar .tasknav {
  height: 35px;
  background-color: #dee2e6;
  width: auto;
  padding: 0.3rem 0.8rem 0.2rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.a_navbar .tasknav .menuopener {
  float: left;
  display: block;
}

.a_navbar .tasknav .sscr_menuopener {
  display: none;
}

@media (max-width: 767px) {
  .a_navbar .tasknav .menuopener {
    float: left;
    display: none;
  }
  .a_navbar .tasknav .sscr_menuopener {
    float: left;
    display: block;
  }
}

.a_navbar .searchbar {
  display: inline-block;
  width: 50%;
  margin-left: 175px;
  margin-right: 2rem;
  position: relative;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .a_navbar .searchbar {
    margin-left: 16px;
  }
}

@media (max-width: 480px) {
  .a_navbar .searchbar {
    margin-left: 16px;
    width: 70vw;
  }
}

.a_navbar .searchbar .search_overlay {
  background-color: white;
  position: absolute;
  border: 1px solid #215390;
  border-right: none;
  padding: 0.6rem;
  height: 16px;
  outline: none;
  width: calc(100% - 30px);
  top: 0;
  font-size: 1.5rem;
  color: #6c757d;
  vertical-align: top;
  border: none;
  z-index: 1200;
  opacity: 1;
}

.a_navbar .searchbar form {
  display: inline-block;
  width: 100%;
}

.a_navbar .searchbar form.a_searched span.a_searched {
  display: inline;
}

.a_navbar .searchbar form.a_searched span.a_notsearched {
  display: none;
}

.a_navbar .searchbar form:not(.a_searched) span.a_searched {
  display: none;
}

.a_navbar .searchbar form:not(.a_searched) span.a_notsearched {
  display: inline;
}

@media (max-width: 767px) {
  .a_navbar .searchbar form .antares_resultdesc {
    display: none;
  }
  .a_navbar .searchbar form .antares_resultcounter::before {
    content: "\f649";
    margin-right: 0.5rem;
  }
  .a_navbar .searchbar form .antares_resultcounter::after {
    content: "|";
    margin-left: 0.5rem;
  }
}

.a_navbar .searchbar input {
  display: inline-block;
  border: 1px solid #215390;
  border-right: none;
  padding: 0.6rem;
  height: 16px;
  outline: none;
  width: calc(100% - 30px);
  font-size: 1.5rem;
  color: #6c757d;
  vertical-align: top;
  border: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .a_navbar .searchbar input {
    /* Chrome & Safari zoomen bei input:focus wenn die Schriftgröße < 15px ist */
    font-size: 1.6rem;
  }
}

.a_navbar .searchbar input:focus {
  background-color: white;
}

.a_navbar .searchbar button {
  display: inline-block;
  width: 30px;
  height: 28px;
  border: 1px solid #215390;
  background: #215390;
  vertical-align: top;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin-left: -3px;
  z-index: 1301;
}

.a_navbar .resultfilter {
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-left: 1rem;
}

.a_navbar .resultfilter p {
  display: inherit;
  margin: 3px 10px;
}

.a_navbar .resultfilter button {
  display: inline-block;
  height: 27px;
  border: 1px solid #c63227;
  background: #c63227;
  vertical-align: top;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin-left: -3px;
}

@media (max-width: 480px) {
  .a_navbar .resultfilter button span {
    display: none;
  }
}

.a_navbar .resultfilter.filteractive button.showinactive {
  display: none;
}

.a_navbar .resultfilter.filteractive button.filterdelete {
  background-color: #215390;
  margin-left: 1rem;
  border: none;
}

.a_navbar .resultfilter.filteractive button.filterdelete .fa-stack {
  font-size: 1.1rem;
  margin-top: -4px;
}

.a_navbar .resultfilter.filteractive button.filterdelete .fa-stack .fa-stack-1x {
  font-size: 1.2Fnonerem;
  color: #c63227;
  color: white;
}

.a_navbar .resultfilter.filteractive button.filterdelete .fa-stack .fa-stack-2x {
  color: white;
  color: #c63227;
  font-size: 2rem;
}

.a_navbar .resultfilter:NOT(.filteractive) button.showactive {
  display: none;
}

.a_navbar .tasknav_info {
  display: inline-block;
  margin-left: 176px;
  padding-top: 5px;
  color: #215390;
  white-space: nowrap;
  overflow: hidden;
  max-width: 80%;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .a_navbar .tasknav_info {
    margin-left: 18px;
  }
}

.sidebar {
  background-color: white;
  grid-row: 3 / -1;
}

.sidebar .sidenav {
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sidebar .sidenav.sticky {
  position: fixed;
  top: 60px;
}

.sidebar .sidenav ul {
  color: #215390;
  padding-left: 0px;
  list-style: none;
  margin-top: 0px;
  /*li:first-child {
                background-color: red;
                position: fixed;
                width: 100vw;
                box-sizing: border-box;
                height: 40px;
            }
*/
}

.sidebar .sidenav ul li {
  padding: 8px 2px 8px 10px;
  border-bottom: 1px solid #e9ecef;
  cursor: pointer;
}

.sidebar .sidenav ul li i {
  margin-right: 0.8rem;
}

.sidebar .sidenav ul li:last-child {
  border-bottom: none;
}

.submenue_content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.content_wrapper {
  background-color: #e9ecef;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  grid-row: 3 / -1;
  padding-bottom: 50px;
}

.content_wrapper > div {
  display: -ms-grid;
  display: grid;
  position: relative;
  grid-gap: 1.5rem;
  padding: 1rem 0.75rem 0.75rem 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  -ms-grid-rows: 1fr 1.5rem auto;
  grid-template-rows: 1fr auto;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  grid-auto-flow: dense;
  /*		&.split {
			grid-template-columns: 1fr 1fr;
		}*/
}

.content_wrapper > div .workspace {
  grid-column: 1/-1;
}

#wrapperx {
  display: none;
}

.tpl_impressum {
  padding-left: 3rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  margin: 0 3rem;
}

@media (max-width: 480px) {
  .tpl_impressum {
    padding-left: 0;
    margin: 0 1rem;
  }
}

#appdown {
  display: block;
}

.tpl_appdown {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: -webkit-max-content 3rem -webkit-max-content 3rem -webkit-max-content 3rem -webkit-max-content;
  -ms-grid-rows: max-content 3rem max-content 3rem max-content 3rem max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content max-content max-content;
  justify-items: center;
  grid-gap: 3rem;
}

.tpl_appdown > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.tpl_appdown > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.tpl_appdown > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.tpl_appdown > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.tpl_appdown > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.tpl_appdown > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.tpl_appdown > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.tpl_appdown > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

@media (max-width: 599px) {
  .tpl_appdown {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.tpl_appdown img {
  width: 220px;
  height: auto;
  display: block;
  text-align: center;
}

iframe.mediaplayer {
  display: block;
  position: fixed;
  z-index: 5000;
  width: 100vw;
  height: 100vh;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: white;
  padding: 0;
  margin: 0;
  border: none;
  border-top: 40px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mediaplayerclose {
  display: block;
  position: fixed;
  z-index: 5001;
  top: 1px;
  right: 10px;
  background-color: white;
  font-size: 2.5rem;
}

button.mediaplayerclose:hover {
  background-color: white;
}

footer {
  position: fixed;
  height: 40px;
  width: 100%;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1rem -webkit-min-content 1rem 2fr;
  -ms-grid-columns: 2fr 1rem min-content 1rem 2fr;
  grid-template-columns: 2fr -webkit-min-content 2fr;
  grid-template-columns: 2fr min-content 2fr;
  border-top: 2px solid #c63227;
  grid-gap: 1rem;
  background-color: #fff;
  z-index: 1200;
  font-size: 1.4rem;
  -ms-flex-line-pack: center;
      align-content: center;
}

footer a {
  margin-right: 1rem;
  text-decoration: none;
}

footer .footer-left {
  padding-left: 1rem;
  -ms-grid-column-align: left;
      justify-self: left;
}

footer .footer-left img {
  display: inline-block;
  height: 30px;
  width: auto;
  margin-left: 1rem;
  margin-top: 3px;
}

footer .footer-right {
  -ms-grid-column-align: right;
      justify-self: right;
}

.shelfsearch input {
  position: relative;
  display: inline-block;
  border-right: none;
  padding: 0.6rem;
  height: 16px;
  outline: none;
  width: 80%;
  font-size: 1.5rem;
  color: #6c757d;
  vertical-align: top;
  border: none;
}

.shelfsearch input:focus {
  outline: none;
  background-color: white;
}

.shelfsearch input .btn {
  height: 100%;
}

.mzchoose {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -ms-grid-rows: 1fr 2rem auto;
  grid-template-rows: 1fr auto;
  grid-gap: 2rem;
  padding: 2rem;
  justify-items: stretch;
}

.mzchoose h4 {
  grid-column: 1/-1;
}

.mzchoose .mztile {
  background-color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 2fr;
  grid-template-columns: 1fr 2fr;
  grid-gap: 2rem;
  padding: 1rem;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 4px solid #c63227;
  height: 100px;
}

.mzchoose .mztile img {
  width: auto;
  height: auto;
  max-width: 120px !important;
  max-height: 100px !important;
}

.erwin_loginform fieldset {
  border: 2px solid;
  padding: 5vw;
}

.erwin_loginform input {
  width: 70vw;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #bfbfbf;
  border-radius: 10px;
  float: right;
}

.lbadge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #bfbfbf;
  border-radius: 15px;
}

.hello {
  margin-top: 20%;
  text-align: center;
}

.hello h3 {
  margin-left: auto;
  margin-right: auto;
}

.hello p {
  margin-top: 50px;
}

div.resultfilterdiv {
  display: block;
}

tr.resultfilterentryzero .shownozero {
  display: none;
}

tr:NOT(.resultfilterentryzero) .showzero {
  display: none;
}

tr.resultfilterentrynochange td.nochangetarget {
  color: lightgrey;
}

.resultfilterdiv .agreen {
  color: green;
}

td.numberbadge {
  display: block;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #efefef;
  min-width: 3em;
  max-width: 3em;
}

td > span.numbertarget {
  float: right;
}

.resultfilterdiv button.whitebutton {
  color: black;
  background-color: white;
}

.resultfilterdiv table.filtertable {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.resultfilterdiv thead td span.filtertitle {
  float: left;
  font-size: 120%;
  font-weight: bold;
}

.resultfilterdiv table.filtertable thead tr td {
  background-color: lightgrey;
  padding: 5px;
  margin-bottom: 5px;
}

.resultfiltertotal {
  float: right;
  font-size: 80%;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #c63227;
  border-radius: 15px;
  padding: 0.5em;
  margin-right: 0.5em;
  margin-top: -10px;
}

.resultfilterdiv td.localfilterresult {
  min-width: 80px;
}

table.filtertable {
  display: table;
  width: 100%;
}

table.filtertable td {
  vertical-align: top;
}

.resultfilterdiv {
  display: -ms-grid;
  display: grid;
}

.filtercontainer {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}

.resultfilterdiv tr td i.checkbox {
  color: #c63227;
}

.resultfilterdiv tr td input[type="checkbox"] {
  display: none;
}

.resultfilterdiv tr:NOT(.resultfilterselected) td i.checkbox.fa-toggle-on {
  display: none;
}

.resultfilterdiv tr.resultfilterselected td i.checkbox.fa-toggle-off {
  display: none;
}

.vidpreviewpos1 {
  background-position: 0px 0px;
}

.vidpreviewpos2 {
  background-position: -211px 0px;
}

.vidpreviewpos3 {
  background-position: -422px 0px;
}

.vidpreviewpos8 {
  background-position: -633px -118px;
}

.vidpreviewpos9 {
  background-position: 0px -236px;
}

.vidpreviewpos10 {
  background-position: -211px -236px;
}

.vidpreviewpos11 {
  background-position: -422px -236px;
}

.vidpreviewpos12 {
  background-position: -633px -236px;
}

.vidpreviewpos13 {
  background-position: 0px -354px;
}

.vidpreviewpos14 {
  background-position: -211px -354px;
}

.vidpreviewpos15 {
  background-position: -422px -354px;
}

.vidpreviewpos16 {
  background-position: -633px -354px;
}

.clips_wrapper .clipshead {
  background-color: #ced4da;
  height: 40px;
  width: 200px;
  border-radius: 0px;
}

.clips_wrapper .clipshead h4 {
  margin: 0;
}

.clips_wrapper .clips_container {
  display: -ms-grid;
  display: grid;
  grid-gap: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  grid-template-columns: repeat(auto-fill, 211px);
}

.clips_wrapper .clips_container .clip_element {
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #c63227;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 118px auto 40px;
  grid-template-rows: 118px auto 40px;
}

.clips_wrapper .clips_container .clip_element .clip_image {
  position: relative;
}

.clips_wrapper .clips_container .clip_element .clip_image .clips_bg_img {
  position: relative;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.clips_wrapper .clips_container .clip_element .clip_image .playbutton {
  position: absolute;
  color: #fff;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.clips_wrapper .clips_container .clip_element .clip_info {
  padding: 0.5rem 1rem 0.6rem 1rem;
  min-height: 80px;
}

.clips_wrapper .clips_container .clip_element .clip_info h4 {
  margin-top: 0;
}

.clips_wrapper .clips_container .clip_element .clip_info p {
  font-size: 1.2rem;
}

.clips_wrapper .clips_container .clip_element .clipbuttons {
  text-align: right;
  padding-right: 1rem;
}

.h5p-edit-dialog {
  z-index: 4000;
}

.swiper-button-disabled {
  visibility: hidden;
}

/*
			Do not display if it is the only bullet
		*/
span.swiper-pagination-bullet:first-child:nth-last-child(1) {
  visibility: hidden;
}

.totallydisable {
  opacity: 0.1;
  pointer-events: none;
}

.content_wrapper > .bookshelf {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

@media (max-width: 480px) {
  .content_wrapper > .bookshelf {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

.content_wrapper > .schoolmaster {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.content_wrapper > .eduid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.eduid_element,
.user_element {
  max-width: 450px;
  background-color: #fff;
}

.eduid_element h4,
.user_element h4 {
  display: inline;
}

.eduid_element .sme_body p,
.user_element .sme_body p {
  margin-left: 80px;
}

.eduid_element .sme_body.mqr,
.user_element .sme_body.mqr {
  padding: 1rem;
}

.eduid_element .sme_body.mqr p,
.user_element .sme_body.mqr p {
  margin-left: 0;
}

.eduid_element i,
.user_element i {
  color: #ced4da;
  float: left;
  padding: 1rem;
}

.eduid_element .sme_footer,
.user_element .sme_footer {
  padding: 0 1rem;
}

.eduid_element .sme_footer p,
.user_element .sme_footer p {
  margin-left: 0px;
}

.eduid_element:hover .blurred_dark,
.user_element:hover .blurred_dark {
  -webkit-transition: -webkit-filter 1s;
  transition: -webkit-filter 1s;
  transition: filter 1s;
  transition: filter 1s, -webkit-filter 1s;
  -webkit-filter: blur(0rem) opacity(1);
          filter: blur(0rem) opacity(1);
}

.eduid_element:hover .blurred_light,
.user_element:hover .blurred_light {
  -webkit-transition: -webkit-filter 1s;
  transition: -webkit-filter 1s;
  transition: filter 1s;
  transition: filter 1s, -webkit-filter 1s;
  -webkit-filter: blur(0rem) opacity(1);
          filter: blur(0rem) opacity(1);
}

.add_element input {
  margin-top: 2rem;
  width: 98%;
}

.add_element .sme_footer .btn {
  width: 100%;
}

.add_element .sme_footer i {
  padding: 0.2rem;
  float: none;
}

.book_element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
  -ms-grid-rows: 40px 240px 48px;
  grid-template-rows: 40px 240px 48px;
  background-color: #fff;
  /*	&.book_element_expd {
		
		position: fixed;
		z-index: 999;
		width: 100%;
		position: fixed;
	z-index: 1200;
	padding-top: 150px;
	max-width: 100%;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	}*/
}

.book_element > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.book_element > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.book_element > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.book_element > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.book_element > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.book_element > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.book_element h4 {
  display: inline;
}

.book_element p {
  padding: 0 18px 0 18px;
  line-height: 2rem;
}

.book_element img {
  max-width: 150px;
}

.book_element .sme_header {
  background-color: rgba(33, 83, 144, 0.5);
  padding: 0.8rem;
  grid-column: -1/1;
}

.book_element .sme_header .bookcheck {
  display: inline-block;
}

.book_element .sme_body {
  position: relative;
  grid-column: -1/1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 1fr;
  grid-template-columns: 150px 1fr;
  background-color: white;
}

.book_element .sme_body .sme_expander {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  cursor: pointer;
  z-index: 1;
}

.book_element .sme_body .sme_expander i.fas.fa-times-circle {
  display: none;
}

.book_element .sme_body .sme_expander i.fas.fa-plus-circle {
  display: inline-block;
  color: #c63227;
}

.book_element .sme_body .book_text {
  padding-top: 1rem;
  line-height: 2rem;
  height: 21rem;
  overflow-y: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, black), color-stop(93.33333%, transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 93.33333%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, black), color-stop(93.33333%, transparent));
          mask-image: linear-gradient(to bottom, black 75%, transparent 93.33333%);
}

.book_element .sme_body .book_text .codeinfo {
  font-weight: 600;
}

.book_element .book_footer {
  grid-column: -1/1;
  padding: 1rem;
}

.book_element .book_footer .btn {
  float: right;
}

.sme_header {
  padding: 1rem;
  background-color: white;
}

.sme_header p {
  margin: 0;
}

.sme_header input {
  float: right;
  height: 18px;
  width: 18px;
}

.book_element.book_element_expd {
  position: fixed;
  z-index: 1800;
  -ms-grid-rows: 75px 75vh 48px;
  grid-template-rows: 75px 75vh 48px;
  width: 100vw;
  height: 100vh;
  top: 0px;
  bottom: 0px;
  left: 0px;
  padding-top: 5vw;
  background-color: rgba(0, 0, 0, 0.85);
}

.book_element.book_element_expd .sme_expander {
  top: -65px;
}

.book_element.book_element_expd .sme_expander i.fas.fa-plus-circle {
  display: none;
}

.book_element.book_element_expd .sme_expander i.fas.fa-times-circle {
  display: inline-block;
  color: #ff0000;
}

.book_element.book_element_expd img {
  max-width: 100%;
  height: auto;
}

.book_element.book_element_expd .sme_header,
.book_element.book_element_expd .book_footer,
.book_element.book_element_expd .sme_body {
  margin-left: 10vw;
  margin-right: 10vw;
  background-color: white;
}

.book_element.book_element_expd .book_text {
  height: auto;
  overflow-y: auto;
  -webkit-mask-image: none;
          mask-image: none;
}

.book_element.book_element_expd .sme_header .bookcheck {
  display: none;
}

.book_element.book_element_expd .sme_body {
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}

.eduid_element .sme_header,
.user_element .sme_header {
  background-color: #ddd;
}

.book_element {
  -ms-grid-rows: 75px 240px 48px;
  grid-template-rows: 75px 240px 48px;
}

.book_element .sme_header {
  padding: 0.5rem 0.8rem 0rem;
}

.book_element .book_footer .btn {
  margin-left: 1rem;
}

.eduidselector,
.medialistselector {
  z-index: 3000;
  padding: 0rem 1rem 0.5rem 1rem;
  position: absolute;
  background-color: white;
  border: 1px solid #c63227;
  text-align: right;
  min-width: 300px;
  max-width: 400px;
}

.eduidselector .listselector_header,
.medialistselector .listselector_header {
  border-top: 8px solid #c63227;
  border-bottom: 1px solid #c63227;
  padding: 0.5rem 1rem;
  margin-right: -1rem;
  margin-left: -1rem;
  text-align: left;
}

.eduidselector .listselector_header p,
.medialistselector .listselector_header p {
  display: inline;
}

.eduidselector .listselector_newlist,
.medialistselector .listselector_newlist {
  padding: 0.5rem 0rem;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 34px;
  grid-template-columns: 1fr 34px;
  margin-top: 1rem;
}

.eduidselector .listselector_newlist input,
.medialistselector .listselector_newlist input {
  /*width: auto;
			padding: 0.5rem;
			display: inline-block;
			border-right: none;*/
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.eduidselector .listselector_newlist .btn,
.medialistselector .listselector_newlist .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.eduidselector .listselector_newlist .btn[disabled],
.medialistselector .listselector_newlist .btn[disabled] {
  background-color: #ced4da;
  color: #e9ecef;
  cursor: default;
}

.eduidselector .listselector_newlist .btn[disabled]:hover,
.medialistselector .listselector_newlist .btn[disabled]:hover {
  background-color: #ced4da;
  color: #e9ecef;
}

.eduidselector .listselector_choose,
.medialistselector .listselector_choose {
  margin-top: 1rem;
}

.eduidselector .listselector_choose input,
.medialistselector .listselector_choose input {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.9rem;
  padding: 0.5rem;
  border: none;
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.eduidselector .listselector_choose input .func-search,
.medialistselector .listselector_choose input .func-search {
  border-bottom: none;
}

.eduidselector .listselector_choose select,
.medialistselector .listselector_choose select {
  margin-bottom: 0.5rem;
  width: 100%;
  padding-left: 0.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.eduidselector .listselector_choose select:focus,
.medialistselector .listselector_choose select:focus {
  outline: none !important;
  /*outline-style: none;
box-shadow: none;
border-color: transparent;*/
}

.eduidselector .listselector_choose select:hover,
.medialistselector .listselector_choose select:hover {
  scrollbar-width: auto;
}

.eduidselector button.func-close,
.medialistselector button.func-close {
  position: absolute;
  right: 1rem;
  border: none;
  background-color: #fff;
  padding: 0;
  font-size: 2rem;
}

.playlisthead {
  display: block;
  position: relative;
  margin-top: -1rem;
  padding: 1rem;
  background-color: white;
}

.eduid .playlisthead,
.medialist .playlisthead {
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem;
  position: relative;
  margin-top: -1rem;
  padding: 1rem;
  background-color: white;
  /*	.eduidclosable_head {
		
		
		
	
		
		
		
		

		>Jan
		
		
			background-color: $main-col1-light;


			.eduidclosable_opener,
			.eduidclosable_closer {
				background-color: transparent;
				
			}*/
  /*.eduidclosable_head {

		
			.eduidclosable_opener,
			.eduidclosable_closer {
				background-color: transparent;
				color: $text-dark;
				border-top: 2px solid $main-col1-light;
				border-right: 2px solid $main-col1-light;
				border-left: 2px solid $main-col1-light;
				border-bottom: 2px solid white;
				margin-bottom: -2px;
				z-index: 1;
				position: relative;
				width: 225px;

				margin-left: 0px;
				padding-left: 0rem;
				padding-top: 0;
				padding-bottom: 0;
				text-align: left;


				i:nth-child(1) {
					padding: 0.3em;
					background-color: $main-col1-light;
					color: $text-invers;
				}


			}
		}*/
  /*
		.eduidclosablesetup {

			border: solid $main-col1-light;
			border-width: 2px 2px 2px 2px;
			//margin-bottom: 1rem;
			padding: 1rem;	}
		
		
		
		

			.closable_inner {

				display: grid;
				grid-gap: 2rem;
				
	
			}
*/
}

.eduid .playlisthead:nth-of-type(2),
.medialist .playlisthead:nth-of-type(2) {
  margin-top: 0;
  border-top: 3px solid #f4f4f4;
}

.eduid .playlisthead .btn.delall,
.medialist .playlisthead .btn.delall {
  float: right;
}

.eduid .playlisthead .eduid_options,
.medialist .playlisthead .eduid_options {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start;
}

.eduid .playlisthead .eduid_list, .eduid .playlisthead .eduid_tabsbody,
.medialist .playlisthead .eduid_list,
.medialist .playlisthead .eduid_tabsbody {
  padding: 1rem;
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  background-color: #e9ecef;
}

.eduid .playlisthead .eduid_item,
.medialist .playlisthead .eduid_item {
  display: -ms-grid;
  display: grid;
  border-top: 5px solid #c63227;
  background-color: white;
  position: relative;
}

.eduid .playlisthead .eduid_item .eduid_item_body,
.medialist .playlisthead .eduid_item .eduid_item_body {
  padding: 1rem;
}

.eduid .playlisthead .eduid_item .eduid_item_body i,
.eduid .playlisthead .eduid_item .eduid_item_body p,
.medialist .playlisthead .eduid_item .eduid_item_body i,
.medialist .playlisthead .eduid_item .eduid_item_body p {
  display: inline;
}

.eduid .playlisthead .eduid_item .eduid_item_body p,
.medialist .playlisthead .eduid_item .eduid_item_body p {
  margin-left: 1rem;
}

.eduid .playlisthead .eduid_item .eduid_item_body i,
.medialist .playlisthead .eduid_item .eduid_item_body i {
  color: #c63227;
}

.eduid .playlisthead .eduid_item .eduid_item_footer,
.medialist .playlisthead .eduid_item .eduid_item_footer {
  bottom: 0px;
  position: relative;
  height: 25px;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.eduid .playlisthead .eduid_item .eduid_item_footer .btn:first-child,
.medialist .playlisthead .eduid_item .eduid_item_footer .btn:first-child {
  position: absolute;
  left: 0px;
  background-color: #f4f4f4;
}

.eduid .playlisthead .eduid_item .eduid_item_footer .btn:last-child,
.medialist .playlisthead .eduid_item .eduid_item_footer .btn:last-child {
  position: absolute;
  background-color: transparent;
  font-size: 1.6rem;
  right: 0px;
}

.eduid .playlisthead .addform,
.medialist .playlisthead .addform {
  margin-top: 1rem;
  display: inline-block;
  white-space: nowrap;
}

.eduid .playlisthead .addform input[type=number],
.medialist .playlisthead .addform input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c63227;
  width: 60px;
  padding: 0;
  line-height: 23px;
  margin-right: -3px;
  padding-left: 5px;
}

.inlineedit-element {
  padding: 0.8rem;
}

.inlineedit-element em {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
}

.inlineedit-element input {
  outline: none !important;
  border: none;
  border-bottom: 1px solid #dee2e6;
}

.inlineedit-passiveelement {
  background-color: #e9ecef;
}

.inlineedit-passiveelement::before {
  content: "\f044";
  margin-right: 1rem;
  color: #6c757d;
}

.bemerkung textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 5em;
  padding: 1rem;
}

.inlineedit-editor-checkbox.inlineedit-passiveelement {
  background-color: white;
  padding: 0rem;
}

.inlineedit-editor-checkbox.inlineedit-passiveelement::before {
  content: none;
}

.medialist .playlisthead {
  display: block;
  position: relative;
  margin-top: -1rem;
  padding: 1rem;
  background-color: white;
}

.medialist .btn[data-onclick='medialists.remove_list'] {
  float: right;
}

.medialist .savebutton {
  margin-bottom: 1rem;
}

.lists_element {
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 50px 2fr 25px;
  grid-template-rows: 50px 2fr 25px;
}

.le_header {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0.5rem 1rem;
  border-top: 5px solid #c63227;
  border-bottom: 1px solid #e9ecef;
}

.le_header h4 {
  display: inline;
  margin-top: 0rem;
}

.le_body {
  padding-bottom: 1rem;
}

.le_body img {
  background-color: #adb5bd;
}

.le_body p {
  padding-left: 1rem;
  padding-right: 1rem;
}

.le_body p:first-child {
  margin-top: 1rem;
}

.le_body input[type=text] {
  width: 90%;
  padding: 8px 10px;
  margin: 1rem;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.le_body .edu_viko {
  padding: 1rem;
  margin: 1rem;
  background-color: #dee2e6;
}

.le_body .edu_viko h4 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.le_footer {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  padding: 1rem;
}

.le_footer .btn:first-child {
  float: left;
}

.le_footer .btn:last-child {
  float: right;
}

.a_navbar {
  background-color: #c63227;
}

.a_navbar .topnav {
  color: #fff;
}

.a_navbar a.a_navbar-brand {
  display: inline-block;
  color: #fff;
}

.a_navbar .login_drop .login_btn {
  color: #fff;
}

.a_navbar .login_drop .login_btn:hover {
  color: #e9ecef;
}

.a_navbar .topnav_right a {
  color: #fff;
}

.a_navbar .login_drop_content a {
  color: #495057;
}

.submenue_content {
  background-color: #f1f1f1;
}

.content_wrapper > div .media_element .media_info {
  background-color: #c63227;
}

.content_wrapper > div .media_element .media_info p {
  color: #fff;
}

.content_wrapper > div .media_element .media_footer i {
  color: #adb5bd;
}

.content_wrapper > div .media_element.element_big .media_footer {
  background-color: #ced4da;
}

.content_wrapper > div .media_element.element_big .media_footer i {
  color: white;
}

.content_wrapper > div .media_element.element_big .media_btn_big .btn {
  background: #f1f3f4;
  color: #c63227;
}

.content_wrapper > div .media_element.element_big .media_btn_big .btn:hover {
  background: #dee2e6;
}

.antares-active i,
.antares-active b {
  color: #c63227;
}

.appdown_header {
  text-align: center;
  padding-bottom: 4rem;
  padding-top: 2rem;
}

.tpl_appdown {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -ms-grid-rows: -webkit-max-content 2rem -webkit-max-content 2rem -webkit-max-content 2rem -webkit-max-content;
  -ms-grid-rows: max-content 2rem max-content 2rem max-content 2rem max-content;
  grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content max-content max-content;
  justify-items: center;
  grid-gap: 2rem;
}

.tpl_appdown .tpl_apptile {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

.tpl_appdown .tpl_apptile a {
  display: inline;
  text-align: center;
}

.tpl_appdown .tpl_apptile a img {
  max-height: 100px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.tpl_appdown .tpl_apptile p {
  text-align: center;
  margin-top: 1rem;
}

.appstores {
  text-align: center;
}

.appstores a {
  display: inline-block;
}

.appstores a img {
  height: auto;
  width: 200px;
  display: inline-block;
  padding: 2rem;
}

.appinfo {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}

#news {
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.registerwarning {
  color: red;
  font-weight: 600;
}

.eduid_list, .eduid_tabsbody {
  padding: 1rem;
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.easytabs-head {
  margin-left: 1rem;
  border-bottom: 1px solid #6c757d;
}

.easytabs-head .btn.eduid_tabshead {
  padding: 10px;
  width: 175px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #000;
  background-color: #fff;
  border: 1px solid #6c757d;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 480px) {
  .easytabs-head .btn.eduid_tabshead {
    width: 100px;
  }
}

.easytabs-head .btn.eduid_tabshead:hover, .easytabs-head .btn.eduid_tabshead.active {
  background-color: #c63227;
  color: #fff;
}

.eduid_tabsbody {
  padding: 0;
}

.eduid_tabsbody .eduid_buttonbar {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1rem;
  /* @include mq('s') {display: block;
		
	}*/
}

.eduid_tabsbody .eduid_buttonbar i {
  display: none;
}

.eduid_tabsbody .eduid_buttonbar .btn {
  color: #000;
  background-color: #fff;
  border: 1px solid #c63227;
}

.eduid_tabsbody .eduid_buttonbar .btn span.sscr_nope {
  display: inline-block;
}

.eduid_tabsbody .eduid_buttonbar .btn:hover, .eduid_tabsbody .eduid_buttonbar .btn.active {
  background-color: #c63227;
  color: #fff;
}

.eduid_tabsbody .eduid_buttonbar input {
  width: 40%;
}

.kla-regal-tabsbody {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.kla-regal-tabsbody .media_element.gal {
  /* grid-template-rows: 25px 130px 1fr 30px; */
  -ms-grid-rows: 80px 130px 1fr 30px;
  grid-template-rows: 80px 130px 1fr 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.kla-regal-tabsbody .media_element.gal > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.kla-regal-tabsbody .media_element.gal > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.kla-regal-tabsbody .media_element.gal > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.kla-regal-tabsbody .media_element.gal > *:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.kla-regal-tabsbody .media_element.gal .media_img {
  width: 100%;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

.kla-regal-tabsbody .media_element.gal .media_info {
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}

.kla-regal-tabsbody .media_element.gal .media_info .codeinfo {
  height: 40px;
}

@media (max-width: 599px) {
  .kla-regal-tabsbody .media_element.gal .media_body {
    grid-row: auto;
  }
}

.kla-regal-tabsbody .media_btn {
  display: none;
}

.kla-regal-tabsbody .book_element .sme_header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px;
  grid-template-columns: auto 20px;
}

.kla-regal-tabsbody .book_element .sme_header h4 {
  margin-top: 0;
}

.deletebooks {
  display: none;
}

.blurred_dark, .blurred_light {
  -webkit-transition: -webkit-filter 0;
  transition: -webkit-filter 0;
  transition: filter 0;
  transition: filter 0, -webkit-filter 0;
  -webkit-filter: none;
          filter: none;
}

.eduid_element .eduid_pers_shelf_nope {
  display: none;
}

.await_accept img {
  visibility: hidden;
}

.await_accept .sme_body .blurred_light {
  position: relative;
  background-color: #e9ecef;
}

.await_accept .sme_body .blurred_light::before {
  content: "Diese ID wurde mittels Klassencode angefordert. Sie können die ID freigeben oder ablehnen.";
  position: absolute;
  top: 50px;
  padding: 1rem;
}

.await_accept .sme_body .btn {
  margin-left: 0.8rem;
}

.await_accept .eduid_pers_shelf_nope {
  display: block;
}

.book_element {
  -ms-grid-rows: 75px 240px -webkit-min-content;
  -ms-grid-rows: 75px 240px min-content;
  grid-template-rows: 75px 240px -webkit-min-content;
  grid-template-rows: 75px 240px min-content;
}

.book_footer > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1rem;
}

.book_footer > span :first-child {
  margin-left: auto;
}

@media print {
  body {
    /*grid-template-columns: 0px 1fr;
		grid-template-rows: 1fr auto;*/
    overflow: auto;
    height: auto;
    display: block;
  }
  .content_wrapper {
    background: #fff;
  }
  .content_wrapper > div {
    padding: 0;
  }
  .blurred_dark, .blurred_light {
    -webkit-filter: none;
            filter: none;
  }
  .header,
  .a_navbar,
  .workspace,
  .sidebar,
  .footer,
  .btn,
  .eduid .playlisthead,
  input {
    display: none;
  }
  #menuopener {
    display: none;
  }
  .savebutton {
    visibility: hidden;
  }
  .content_wrapper > div {
    display: block;
  }
  .inlineedit-passiveelement::before {
    display: none;
  }
  .inlineedit-passiveelement {
    background-color: white;
  }
  /*	.playlisthead::after {
			content: "(Hier kommmt noch eine Liste hin.) Die Schülerzugänge können auf Visitenkarten-Druckbögen Typ C32014 (Avery Zweckform) gedruckt werden.";
		}*/
  .workspace {
    page-break-after: always;
  }
  .eduid_tabsbody {
    display: block;
    width: 190mm;
    margin: 0 auto;
  }
  .eduid_element {
    display: inline-block;
    width: 85mm;
    height: 52mm;
    page-break-inside: avoid;
    margin-bottom: 0;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 8mm auto 8mm;
    grid-template-rows: 8mm auto 8mm;
    border: 0.25pt dotted #000;
    float: left;
  }
  .eduid_element,
  .eduid_element .sme_header {
    background: transparent;
  }
  .eduid_element.add_element {
    display: none;
  }
  .eduid_element .sme_header,
  .eduid_element .sme_body.mqr,
  .eduid_element .sme_footer {
    padding: 0 5mm;
  }
  .eduid_element .sme_header,
  .eduid_element .sme_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .eduid_element .sme_header > *,
  .eduid_element .sme_footer > * {
    margin: auto 0;
    padding: 0;
  }
  .eduid_element .sme_body {
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5mm 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5mm;
  }
  .eduid_element .sme_body .qr_container {
    overflow: hidden;
    margin: 0;
  }
  .eduid_element .sme_body .qr_container img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
  .eduid_element .sme_body i.func-qrcode {
    padding-top: 0px;
  }
  .eduid_element .sme_body p {
    font-size: 1.2rem;
  }
}

.pw_group {
  display: -ms-grid;
  display: grid;
}

.pw_group button,
.pw_group > input,
.pw_group > .inlineedit-element {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

.a_modal .pw_group > input {
  margin: 0;
}

.pw_group button {
  margin: auto 0 auto auto;
  height: 100%;
  width: 2.5em;
}

.pw_group button, .pw_group button:not([disabled]):hover, .pw_group button:not([disabled]):focus {
  color: #c63227;
  background-color: transparent;
  border-width: 0px;
}

.pw_group > .inlineedit-element.is-text ~ button .fa-eye-slash,
.pw_group > .inlineedit-element:not(.is-text) ~ button .fa-eye,
.pw_group > input.is-text ~ button .fa-eye-slash,
.pw_group > input:not(.is-text) ~ button .fa-eye {
  display: none;
}

.pw_group .inlineedit-element ~ button {
  position: relative;
  margin: 0 0 auto auto;
  height: 2.8em;
}
/*# sourceMappingURL=hue_styles.css.map */