/* CSS HEX 
--glaucous: #4F7ACF; --lightblue
--space-cadet: #16203F; --darkblue
--licorice: #160610; -- verydark
--fandango: #C7369D; --pink
--delft-blue: #333262; --mediumblue
*/
/*
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Cutive+Mono);
*/
@import url(https://fonts.googleapis.com/css?family=Inconsolata:300,400,700);

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* min-height: -webkit-fill-available;
  font-family: 'Nunito', sans-serif; 
  font-weight: 300;*/
  font-size: 14px;
  color: #606c76;
  /*
  font-family: 'Quicksand', sans-serif
  */
  font-family: "Inconsolata", monospace;
  background: url("../img/Glashaus1.jpg") no-repeat fixed;
  background-size: cover;
  overflow: auto;
  background-attachment: fixed;
  background-position: center;
}

h1,
h2,
h3,
h4 {
  /*
  font-family: 'Montserrat', sans-serif;*/
  font-family: "Inconsolata", monospace;
  text-transform: uppercase;
}

.modal-card-foot {
  justify-content: flex-end;
}

.table {
  overflow-x: auto;
  width: 100%;
}

.button .icon {
  font-size: 18px;
}

.is-highlight,
.has-text-highlight {
  color: #9b3b80;
}

.navbar {
  background: #f4f5f6;
  border-bottom: 0.1rem solid #d1d1d1;
}

.navbar-brand-spacer {
  display: none;
}

.navbar-brand-spacer {
  width: 100%;
  height: 0;
}

.navbar-brand a svg {
  height: 38px;
  fill: #291869;
  margin-top: 2px;
}

.navbar > .container .navbar-brand {
  margin-left: 0;
}

.navbar-brand-a {
  height: 38px;
  margin: auto;
}

.navbar-brand a svg:hover {
  fill: #2c4ca0;
}

.navbar-brand a:hover {
  color: #606c76;
}

section {
  flex-grow: 1;
  flex-shrink: 1;
}

.section {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.main-container {
  height: inherit;
  background-color: white;
  padding: 20px 20px 35px 20px;
  z-index: 10;
  /*overflow: scroll;*/
}

.hero-bgOLD {
  background: url("../img/drawer-large.jpg") no-repeat;
  background-size: cover;
  z-index: 5;
}

.login-box {
  margin: auto;
  padding: 35px;
  -background: white;
  border-radius: 2px;
  opacity: 1;
}

.password-visibilty-icon {
  color: #4a4a4a;
  margin: 0 !important;
}

.span-button {
  border: none;
}

.title {
  color: #575e9f !important;
}

#wrapper {
  flex: 1;
  /* padding: 3rem 1.5rem; */
  /*min-height: calc(100vh - 3.25rem -118px);*/
  /*min-height: -webkit-fill-available;
  z-index: 5;
  /*margin-top: -3.25rem;
  margin-bottom: -118px;
  height: 100%;*/
  /*padding-top: 70px;
  padding-bottom: 118px;*/
  margin: auto;
  background-color: white;
  min-width: 1344px;
}

.hero-body {
  padding: 0;
}

.custom-hero-wrapper {
  align-content: center;
  align-items: center;
}

.custom-hero {
  /*padding-top: 70px;
  flex-grow: 1;*/
  height: 100%;
  background-color: white;
  margin: 0 auto;
}

ion-icon {
  font-size: 18px;
}

table .icon {
  display: inline;
}

table .icon-text {
  margin-right: 5px;
  font-size: small;
  font-style: normal;
}

table .inactive {
  color: #aaa;
  font-style: italic;
}

.checkbox {
  vertical-align: middle;
}

input[type="checkbox"] {
  margin-right: 5px;
}

.left-menu {
  background-color: #f4f5f6;
  border-radius: 7px;
}

.left-menu .first-label {
  border-radius: 7px 7px 0 0;
}

.left-menu .icon {
  font-size: 13px;
}

.left-menu .icon-text {
  display: block;
}

.left-menu .menu-list {
  font-weight: 100;
}

.left-menu .menu-label {
  color: white;
}

.left-menu .menu-list a:hover {
  color: #333;
  background-color: #e3e3e3;
}

.left-menu .menu-label {
  font-weight: 600;
  background: rgb(107, 16, 81);
  background: linear-gradient(
    340deg,
    rgba(107, 16, 81, 1) 0%,
    rgba(187, 38, 144, 1) 100%
  );
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 4px;
  text-align: center;
  margin: 0;
}

.left-menu .menu-list li {
  border-left: 3px solid transparent;
}

.left-menu .menu-list li:hover {
  border-left: 3px solid #575e9f;
}

.left-menu .menu-list li.is-active {
  border-left: 3px solid #575e9f;
  background-color: #e3e3e3;
}

.footer {
  border-top: 0.1rem solid #d1d1d1;
  background-color: #fafafa;
  padding: 2rem 1.5rem 4rem;
  z-index: 9;
  /* position: fixed;
  bottom: 0;
  width: 100%;*/
}

/* RETROBOARD */

.retroboard-box {
  /*margin: auto;*/
  padding: 35px 35px 100px 35px;
  background: white;
  border-radius: 2px;
  text-align: center;
  overflow-x: auto;
}

.retroboard-box form {
  margin: auto;
  max-width: 800px;
}

.blackboard {
  margin: auto;
  background-color: #3c3c3c;
  color: white;
  display: grid;
  grid-template-columns: repeat(22, auto);
  max-width: 660px;
  height: 216px;
}

.display-block {
  display: block;
}

.blackboard div {
  height: 35px;
  /*width: 28px;*/
  font-family: Helvetica;
  text-transform: uppercase;
  margin-right: 1px;
  background-color: black;
  margin-bottom: 1px;
  padding-top: 6px;
  font-size: 16px;
}

/*
padding: 0 106%;
  padding-top: 0px;
max-width: 665px;
height: inherit;
padding-top: 78px;
margin: 0 auto;
*/

#blackboard-loading-text {
  width: 100%;
  max-width: 660px;
  height: inherit;
  padding-top: 78px;
}

#mode-form {
  margin-top: 20px;
}

.radio-item {
  padding: 10px;
}

.active-mode {
  background-color: #0000ff36;
}

.radio-item .radio-description {
  display: block;
  margin-left: 28px;
  padding-top: 5px;
}

.radio-title {
  font-weight: bold;
  margin-left: 10px;
}

.radio-submit-button {
  margin-top: 30px;
}

#form-add-user .input {
  width: 400px;
}

.form-description-field {
  margin: 0.5em 0.2em;
}

.form-characters-used-field {
  line-height: 2.7em;
  font-size: small;
  margin-left: 0.5em;
}

.poll-answer {
  margin-bottom: 0.5em;
}

.active-poll-option {
  background-color: #0000ff36;
}

.field-information {
  line-height: 2.7em;
  font-size: small;
  margin-left: 0.5em;
}

.poll-result {
  width: 30px;
  text-align: end;
  margin-right: 10px;
  display: inline-block;
}

.poll-result-text {
  display: inline-block;
}

.news-entries-old {
  display: flex;
}

.news-entries-old a {
  width: 25px;
  flex-shrink: 0;
}

.news-entries-old span {
  margin-right: 15px;
  flex-grow: 0;
}

.news-entries-old span.icon {
  margin-right: 0px;
}

#formatting-legend td {
  padding-right: 10px;
}

@media screen and (max-width: 899px) {
  .news-entry {
    padding: 10px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
  }

  .news-entry-child1 {
    flex-grow: 1;
  }

  .news-entry-child2 {
    flex-grow: 2;
  }

  .flex-direction-news {
  }

  .margin-left {
    margin-left: 0px;
  }
}

@media screen and (min-width: 900px), print {
  .news-entry {
    padding: 10px;
    background-color: #f2f2f2;
    display: flex;
  }

  .news-entry-child1 {
    flex-grow: 1;
  }

  .news-entry-child2 {
    flex-grow: 2;
  }

  .flex-direction-news {
    flex-direction: row-reverse;
  }

  .news-image {
    width: 525px;
  }

  .news-image .image img {
    max-width: 500px;
    max-height: 500px;
    cursor: pointer;
  }

  .margin-left {
    margin-left: 25px;
  }
}

.news-createts {
  font-weight: 500;
  font-size: small;
}

.news-title {
  padding-top: 5px;
  font-weight: 600;
  font-size: 18px;
}

.news-content {
  padding: 10px 0;
  background-color: #ffffff00;
  /*
  font-family: 'Quicksand', sans-serif
  */
  font-family: "Inconsolata", monospace;
  font-size: 16px;
}


.news-image-modal-content {
  margin: auto auto;
}

.news-image-modal-content .image img {
  max-height: calc(100vh - 100px);
  max-width: calc(100vw - 200px);
}

.modal {
  z-index: 30;
}

.navbar {
  z-index: 50;
}

.navbar-burger {
  height: 76px;
}

.selected-bit {
  border: 5px solid black !important;
}

.white-bit {
  background-color: white !important;
  color: white !important;
}

.red-bit {
  background-color: red !important;
  color: red !important;
}

.orange-bit {
  background-color: orange !important;
  color: orange !important;
}

.yellow-bit {
  background-color: gold !important;
  color: gold !important;
}

.green-bit {
  background-color: green !important;
  color: green !important;
}

.blue-bit {
  background-color: blue !important;
  color: blue !important;
}

.violet-bit {
  background-color: blueviolet !important;
  color: blueviolet !important;
}

.black-bit {
  background-color: black !important;
  color: blueviolet !important;
}

.color-palette div {
  width: 40px;
  height: 60px;
  cursor: pointer;
  border: 5px solid #ccc;
  display: inline-block;
}

.letter-bit {
  background-color: white !important;
}

.bit-spacer {
  width: 15px;
  height: 20px;
  border: 1px solid #666;
}

#message_colorized_output_background {
  max-width: 660px;
  height: 210px;
  background-color: black;
  margin: auto;
}

#message_colorized_output {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  color: white;
  max-width: 660px;
}

#message_colorized_output div {
  flex: 0 0 4.5%;
  width: 15px;
  height: 35px;
  font-size: 18px;
  line-height: 33px;
}

.document-holder {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.document-link {
  color: #606c76;
  display: flex;
  flex-direction: row;
  min-width: 350px;
  padding: 0px 10px;
  width: 351px;
}

.document-link:hover {
  background-color: #d1deff !important;
}

.document-element {
  display: flex;
  flex-direction: row;
  padding-right: 25px !important;
  flex: 0 0 33%;
}

.document-holder div {
  padding: 10px;
}

.document-icon {
  margin: auto 0;
}

.document-action {
  display: flex;
  align-items: center;
}

.document-action:hover {
  background-color: #d1deff;
  border-radius: 15px 0px 0px 15px;
}

.big-icon {
  font-size: 23px;
  height: 46px;
}

.document-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 5px;
}

.document-description {
  white-space: pre-wrap;
}

pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.category-input {
  display: flex;
}

.non-selectable-option {
  color: grey;
}

#document_category_input {
  height: 35px;
}

.category-header {
  padding-top: 15px;
  margin-bottom: 10px !important;
}

.quote {
  padding: 10px;
  display: flex;
}

.quote:hover {
  background-color: #d1deff !important;
}

.quote_action {
  margin: auto 0;
  width: 40px;
}

.quote_category {
  margin-bottom: 5px;
}

.quote_content {
  flex-grow: 1;
}

.disabled-link {
  pointer-events: none;
}

.disabled-link i {
  color: #ccc;
}

.login-boxx::before {
  content: "";
  background-image: url("../img/Startup-vektorgrafik.jpg");
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.75;
}

.datepicker,
.timepicker {
  /*
  font-family: 'Quicksand', sans-serif
  */
  font-family: "Inconsolata", monospace;
  font-size: 12pt;
}

.equipemnt-card-content-name {
  font-size: large;
  font-weight: bold;
}

#equipment-metadata-fields .mdata-key {
  width: 25% !important;
}

#equipment-metadata-fields .mdata-value {
  width: 70% !important;
}

@media screen and (max-width: 768px) {
  .equipment-holder {
    display: block;
  }

  .equipment-card {
    max-width: 90%;
  }
}

@media screen and (min-width: 769px), print {
  .equipment-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .equipment-card {
    max-width: 30%;
    flex: 1 0 31%;
  }
}

.equipment-holder .category-header {
  /*margin-top: 40px;*/
}

.equipment-holder .card {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.flex-break {
  flex-basis: 100%;
}

imgXXX {
  max-width: 100%;
  height: auto;
}

.equipment-card img {
  max-height: 293px;
}

.card-image {
  display: table;
}

.card-image-figure {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}

.card-image-icon {
  width: 390px;
  height: 293px;
  background-color: white;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#form-equipment input,
#form-equipment textarea,
#form-equipment select,
#form-equipment .file-name,
#form-equipment .file-label,
#form-equipment .icon {
  font-size: 14px;
}

.equipment-card-content .content {
  margin-bottom: 0px;
  border-bottom: 1px solid #f9f9f9;
}

.card-content .content {
  padding: 0.5rem 1.5rem;
  word-wrap: break-word;
}

.card-content.equipment-card-content {
  padding: 0rem 0;
}

.equipemnt-card-content-container {
  padding: 1rem 1.5rem !important;
  border-bottom: 1px solid #ededed;
  background-color: #f8f8f8;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.spinner {
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: spinner 3.5s linear infinite;
  background: url("../img/logo_only_accent_RGB.png") no-repeat center;
  background-clip: content-box;
  background-size: contain;
}

.polaroid {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
}

.polaroid > img {
  max-width: 100%;
  height: auto;
}

.gallery-item {
  width: 24%;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.85, 0.85);
  transition: all 0.35s;
}

.gallery-item-preview {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin-bottom: 20px;
}

.gallery-item-preview-0 {
  transform: scale(0.8, 0.8) rotate(1deg);
}

.gallery-item-preview-1 {
  transform: scale(0.8, 0.8) rotate(2deg);
}

.gallery-item-preview-2 {
  transform: scale(0.8, 0.8) rotate(-1deg);
}

.gallery-item-preview-3 {
  transform: scale(0.8, 0.8) rotate(-2deg);
}

.gallery-item .polaroid:before {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.35s;
}

.caption {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2em;
}

.gallery-item .polaroid:before {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.35s;
}

/*
.gallery-item:nth-of-type(4n+1) {
  transform: scale(0.8, 0.8) rotate(3deg);
  transition: all 0.35s;
}

.gallery-item-preview:nth-of-type(4n+1) {
  transform: rotate(3deg);
}

.gallery-item:nth-of-type(4n+1) .polaroid:before {
  transform: rotate(3deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4);
}

.gallery-item:nth-of-type(4n+2) {
  transform: scale(0.8, 0.8) rotate(-3deg);
  transition: all 0.35s;
}

.gallery-item:nth-of-type(4n+2) .polaroid:before {
  transform: rotate(-3deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.4);
}

.gallery-item:nth-of-type(4n+4) {
  transform: scale(0.8, 0.8) rotate(3deg);
  transition: all 0.35s;
}

.gallery-item:nth-of-type(4n+4) .polaroid:before {
  transform: rotate(4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3);
}

.gallery-item:nth-of-type(4n+3) {
  transform: scale(0.8, 0.8) rotate(-3deg);
  transition: all 0.35s;
}

.gallery-item:nth-of-type(4n+3) .polaroid:before {
  transform: rotate(-4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0, 0, 0, 0.3);
}
*/
.image-set {
  width: 100%;
  padding: 0 2rem;
  text-align: left;
}

.gallery-item:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.35s;
}

.gallery-item:hover .polaroid:before {
  content: "";
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  bottom: 0%;
  right: 5%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  transition: all 0.35s;
}

.raumbuchung-text {
  padding: 10px 0;
  background-color: #ffffff;
  font-family: "Inconsolata", monospace;
  font-size: 14px;
}

.termine-text {
  padding: 10px 0;
  background-color: #ffffff;
  font-family: "Inconsolata", monospace;
  font-size: 14px;
}

.termine-checkboxes {
  display: inline-block;;
}

.tinymce-content {
  h1 {
    font-size:xx-large;
  }
  h2 {
    font-size: x-large;
  }
  h3 {
    font-size: larger;
  }
  h4 {
    font-size: large;
  }

  h1, h2, h3, h4 {
    color: #575e9f !important;
    font-weight: 700;
  }

}