/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixels (without px suffix) that you want to convert
 *
 * e.g. p {@include fontSize(12);}
 *
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.skip-link {
  margin: 0;
}
.skip-link a,
.skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px;
  text-align: center;
  color: #fff;
}

.main-content {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  min-height: 100%;
  font-size: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}

img,
picture,
object,
figure,
input,
svg {
  max-width: 100%;
  height: auto;
}

pre {
  overflow-x: auto;
  white-space: pre-wrap;
}

p,
pre {
  margin: 0;
}

em,
i {
  font-style: italic;
}

blockquote {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 50%;
  line-height: 0;
}

sub {
  vertical-align: sub;
  font-size: 50%;
  line-height: 0;
}

ul.tabs {
  border-bottom: 1px solid #ccc;
}

ul.contextual-links li {
  position: relative !important;
  display: block !important;
  float: none !important;
}

.contextual-links a {
  color: #000 !important;
}
.contextual-links a:hover {
  text-decoration: underline !important;
  color: #000 !important;
}

.menu-item--expanded,
.menu-item--collapsed {
  list-style-type: none;
  list-style-image: none;
}

.node--unpublished {
  background-color: #fff4f4;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#levelx-rent-form div {
  display: inline-block;
}

main {
  clear: both;
  width: calc(100% - 300px);
  float: right;
  padding-bottom: 5rem;
}
main .container {
  max-width: 90%;
  margin: 0 auto;
}

body.path-user:not(.user-logged-in) main {
  width: 100%;
  float: none;
}

aside.layout-sidebar-first {
  position: fixed;
  left: 0;
  top: 58px;
  width: 300px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 50%, rgb(247, 247, 247) 97%);
  bottom: 0px;
  padding: 20px;
  border-right: 1px solid #EEE;
}
aside.layout-sidebar-first .menu--main ul.menu .menu-item {
  display: flex;
  align-items: center;
}
aside.layout-sidebar-first .menu--main ul.menu a {
  text-decoration: none;
  color: #000;
}
aside.layout-sidebar-first .menu--main ul.menu li {
  position: relative;
}
aside.layout-sidebar-first .menu--main ul.menu li .menu-icons {
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  padding: 4px 0 4px 0;
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid #EEE;
}
aside.layout-sidebar-first .menu--main ul.menu li .menu-icons:before {
  content: "dashboard";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  position: relative;
  top: 6px;
  padding-right: 10px;
}
aside.layout-sidebar-first .menu--main ul.menu li ul.menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
aside.layout-sidebar-first .menu--main ul.menu li ul.menu li a {
  font-size: 26px;
}
aside.layout-sidebar-first .menu--main ul.menu li ul.menu li a:before {
  display: none;
}
aside.layout-sidebar-first .menu--main ul.menu li:hover ul.menu {
  display: block;
}
aside.layout-sidebar-first .menu--main ul.menu li:nth-child(2) .menu-icons:before {
  content: "explore";
}
aside.layout-sidebar-first .menu--main ul.menu li:nth-child(3) .menu-icons:before {
  content: "checklist";
}
aside.layout-sidebar-first .menu--main ul.menu li:nth-child(4) {
  margin-top: 50px;
}
aside.layout-sidebar-first .menu--main ul.menu li:nth-child(4) .menu-icons:before {
  content: "manage_accounts";
}
aside.layout-sidebar-first .menu--main ul.menu li:nth-child(5) .menu-icons:before {
  content: "face";
}
aside.layout-sidebar-first .menu--main ul.menu li:nth-child(6) .menu-icons:before {
  content: "domain";
}
aside.layout-sidebar-first .menu--main ul.menu li:nth-child(7) .menu-icons:before {
  content: "apartment";
}
aside.layout-sidebar-first .menu--main ul.menu li:nth-child(8) .menu-icons:before {
  content: "meeting_room";
}
aside.layout-sidebar-first .menu--main ul.menu li:nth-child(9) .menu-icons:before {
  content: "handshake";
}

.nav-closebutton {
  cursor: pointer;
  float: right;
  position: absolute;
  right: 0;
  top: -30px;
}
.nav-closebutton::after {
  font-family: "Material Icons";
  content: "\e5cd";
  font-size: 32px;
  margin-left: 0.5rem;
}

.width-100 {
  width: calc(100% - 90px) !important;
}

aside.closed {
  position: fixed;
  left: 0;
  top: 58px;
  width: 90px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 50%, rgb(247, 247, 247) 97%);
  bottom: 0px;
  padding: 20px;
  border-right: 1px solid #EEE;
}
aside.closed .nav-closebutton {
  float: right;
  position: absolute;
  right: 0;
  top: -40px;
}
aside.closed .nav-closebutton::after {
  font-family: "Material Icons";
  content: "\e5c8";
  font-size: 32px;
  margin-left: 0.5rem;
  color: #333;
}
aside.closed .menu--main ul.menu li {
  position: relative;
}
aside.closed .menu--main ul.menu li a {
  display: none;
}
aside.closed .menu--main ul.menu li ul.menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
aside.closed .menu--main ul.menu li ul.menu li a {
  font-size: 26px;
  display: none;
}
aside.closed .menu--main ul.menu li ul.menu li a:before {
  display: none;
}
aside.closed .menu--main ul.menu li:hover ul.menu {
  display: none;
}

body.toolbar-fixed aside.layout-sidebar-first {
  top: 97px;
}
body.toolbar-fixed.toolbar-tray-open aside.layout-sidebar-first {
  top: 137px;
}

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.prio-1::after {
  width: 100%;
  font-family: "Material Icons";
  content: "\e316";
  font-size: 32px;
  color: #e35d1a;
}

.prio-2::after {
  width: 100%;
  font-family: "Material Icons";
  content: "\e15b";
  font-size: 32px;
  color: #ff9900;
}

.prio-3::after {
  width: 100%;
  font-family: "Material Icons";
  content: "\e313";
  font-size: 32px;
  color: #0088ff;
}

.status-Open::after {
  width: 100%;
  font-family: "Material Icons";
  content: "\e836";
  font-size: 24px;
  color: #000000;
}

.status-Gereed::after {
  width: 100%;
  font-family: "Material Icons";
  content: "\e86c";
  font-size: 24px;
  color: #a7e0a0;
}

.action-buttons a {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
.action-buttons a:last-child::after {
  font-family: "Material Icons";
  content: "\e3c9";
  font-size: 16px;
  margin-left: 0.5rem;
}
.action-buttons a:first-child::after {
  font-family: "Material Icons";
  content: "\e8f4";
  font-size: 16px;
  margin-left: 0.5rem;
}

.editButton {
  margin: 0;
  border: 1px solid black;
  width: fit-content;
  padding: 0.3rem 2rem;
}
.editButton a {
  text-decoration: none;
  color: black;
}

.resolverButton {
  margin: 0.5rem 0;
  border: 1px solid black;
  width: fit-content;
  padding: 0.3rem 2rem;
}
.resolverButton a {
  text-decoration: none;
  color: black;
}

#edit-modal-add-note {
  margin: 0.5rem 0;
  border: 1px solid black;
  width: fit-content;
  padding: 0.3rem 2rem;
  text-decoration: none;
  color: black;
}

#edit-user-assigned {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.3rem;
}

#edit-entity {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.3rem;
}

#levelx-edit-todo-form label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

#edit-status {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.3rem;
}

#edit-prio-level {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.3rem;
}

.agreements a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.1rem 1rem;
  color: #000;
  text-decoration: none;
}

.history-message {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.history-message::before {
  font-family: "Material Icons";
  content: "\e15b";
  font-size: 16px;
  margin-right: 0.5rem;
}

.speeches > a, .history > a {
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.3rem;
  margin-top: 0.5rem;
  width: fit-content;
  color: #000000;
}

.history {
  display: flex;
  flex-direction: column;
}

.todos {
  display: flex;
  flex-direction: column;
}
.todos a {
  margin: auto 0;
  text-decoration: none;
  color: black;
}
.todos a::after {
  font-family: "Material Icons";
  content: "\e8f4";
  font-size: 16px;
  margin-left: 0.5rem;
}
.todos > a {
  padding: 0.3rem;
  width: fit-content;
  text-decoration: none;
  color: black;
  border: 1px solid black;
  margin-left: 1.2rem;
  margin-top: 1rem;
}
.todos > a::after {
  font-family: "Material Icons";
  content: "\e3c9";
  font-size: 16px;
  margin-left: 0.5rem;
}

.titleTodo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.titleTodo h3 {
  margin: 0;
}
.titleTodo span {
  margin-right: 0.5rem;
}

.description {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.description h3 {
  margin: 0;
}
.description span {
  margin-right: 0.5rem;
}

.entity {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.entity h3 {
  margin: 0;
}
.entity span {
  margin-right: 0.5rem;
}

.priority {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.priority h3 {
  margin: 0;
}
.priority span {
  margin-right: 0.5rem;
}

.created {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.created h3 {
  margin: 0;
}
.created span {
  margin-right: 0.5rem;
}

.assigned_user {
  display: flex;
  flex-direction: row;
  align-items: end;
}
.assigned_user h3 {
  margin: 0;
}
.assigned_user span {
  margin-right: 0.5rem;
}

.status {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.status h3 {
  margin: 0;
}
.status span {
  margin-right: 0.5rem;
}

.addNoteButton {
  margin: 0.5rem 0;
  border: 1px solid black;
  width: fit-content;
  padding: 0.3rem 2rem;
}
.addNoteButton a {
  text-decoration: none;
  color: black;
}

#tablefilter {
  width: 100%;
}
#tablefilter thead {
  background-color: #F5F5F5;
  border-bottom: 1px solid #EEE;
}
#tablefilter a {
  text-decoration: none;
  color: #35326D;
}
#tablefilter tr td:nth-child(2) a.statistic::after {
  content: "\ea40";
  font-family: "Material Icons";
  font-size: 24px;
  margin-left: 0.5rem;
  margin-right: -0.5rem;
}
#tablefilter tr td:nth-child(3) a.statistic::after {
  content: "\eb4f";
  font-family: "Material Icons";
  font-size: 24px;
  margin-left: 0.5rem;
  margin-right: -0.5rem;
}
#tablefilter tr td:nth-child(4) a.statistic::after {
  content: "\e7fd";
  font-family: "Material Icons";
  font-size: 24px;
  margin-left: 0.5rem;
  margin-right: -0.5rem;
}
#tablefilter a.statistic {
  display: flex;
  text-align: center;
  justify-content: end;
  align-items: center;
  padding: 4px;
  font-weight: 300;
  font-size: 16px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-decoration: none;
  color: #35326D;
  text-transform: none;
}
#tablefilter td, #tablefilter th {
  padding: 10px;
  text-align: left;
}
#tablefilter td:first-child, #tablefilter th:first-child {
  text-align: left;
}
#tablefilter tr.even {
  background-color: #F8F8F8;
}

body.path-xsites h1:before, body.page-node-type-site h1:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "domain";
  font-size: 38px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.main-info {
  background-color: #DDD;
  padding: 40px;
  margin: 0px 0px 30px 0px;
  color: #FFF;
  background-color: #485461;
  background-image: linear-gradient(315deg, #485461 0%, #28313b 74%);
  position: relative;
  min-height: 150px;
}
.main-info .field--name-field-premise-code {
  text-transform: uppercase;
  font-weight: 400;
}
.main-info a {
  color: #FFF;
  font-weight: 300;
}
.main-info .field__label {
  font-weight: 300;
}
.main-info .prio1 {
  font-size: 20px;
}
.main-info .cancelOptions {
  position: absolute;
  right: 20px;
  top: 0;
  height: 150px;
  padding: 20px;
  border-left: 1px solid #DDD;
}
.main-info .cancelOptions h4 {
  margin: 0;
  padding: 0;
}
.main-info .subsidies {
  width: 400px;
  position: absolute;
  right: 200px;
  border-left: 1px solid #FFF;
  height: 150px;
  top: 0;
  padding-left: 20px;
}

body.path-buildings h1:before, body.page-node-type-building h1:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "apartment";
  font-size: 38px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
body.path-buildings #tablefilter td:nth-child(6), body.path-buildings #tablefilter td:nth-child(2), body.path-buildings #tablefilter th:nth-child(6), body.path-buildings #tablefilter th:nth-child(2), body.page-node-type-building #tablefilter td:nth-child(6), body.page-node-type-building #tablefilter td:nth-child(2), body.page-node-type-building #tablefilter th:nth-child(6), body.page-node-type-building #tablefilter th:nth-child(2) {
  text-align: left;
}
body.path-buildings article.node .main .premises h3, body.page-node-type-building article.node .main .premises h3 {
  border-top: none;
  padding-top: 0;
}

body.path-premises h1:before, body.page-node-type-premise h1:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "meeting_room";
  font-size: 38px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
body.path-premises #tablefilter td, body.path-premises #tablefilter th, body.page-node-type-premise #tablefilter td, body.page-node-type-premise #tablefilter th {
  text-align: left;
}

body.path-owners h1:before, body.page-node-type-owner h1:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "manage_accounts";
  font-size: 38px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
body.path-owners #tablefilter td, body.path-owners #tablefilter th, body.page-node-type-owner #tablefilter td, body.page-node-type-owner #tablefilter th {
  text-align: left;
}
body.path-owners #tablefilter td:nth-child(2), body.path-owners #tablefilter td:nth-child(3), body.path-owners #tablefilter th:nth-child(2), body.path-owners #tablefilter th:nth-child(3), body.page-node-type-owner #tablefilter td:nth-child(2), body.page-node-type-owner #tablefilter td:nth-child(3), body.page-node-type-owner #tablefilter th:nth-child(2), body.page-node-type-owner #tablefilter th:nth-child(3) {
  text-align: center;
}

body.path-tenants h1:before, body.page-node-type-tenant h1:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "face";
  font-size: 38px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
body.path-tenants #tablefilter td, body.path-tenants #tablefilter th, body.page-node-type-tenant #tablefilter td, body.page-node-type-tenant #tablefilter th {
  text-align: left;
}
body.path-tenants #tablefilter td:nth-child(4), body.path-tenants #tablefilter td:nth-child(5), body.path-tenants #tablefilter th:nth-child(4), body.path-tenants #tablefilter th:nth-child(5), body.page-node-type-tenant #tablefilter td:nth-child(4), body.page-node-type-tenant #tablefilter td:nth-child(5), body.page-node-type-tenant #tablefilter th:nth-child(4), body.page-node-type-tenant #tablefilter th:nth-child(5) {
  text-align: center;
}

body.path-agreements h1:before, body.page-node-type-agreement h1:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "handshake";
  font-size: 38px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
body.path-agreements #tablefilter td, body.path-agreements #tablefilter th, body.page-node-type-agreement #tablefilter td, body.page-node-type-agreement #tablefilter th {
  text-align: left;
}

article.node .head, article.node .head a {
  padding: 5px 10px;
  margin: 0px;
  background-color: #f5f7fa;
  font-size: 15px;
  text-transform: uppercase;
}
article.node .head .label, article.node .head a .label {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 300;
}
article.node .head .value, article.node .head a .value {
  display: inline-block;
  margin-right: 40px;
  font-weight: 600;
}
article.node .head .site, article.node .head .building, article.node .head .owner, article.node .head .tenant, article.node .head .agreement, article.node .head .premise, article.node .head a .site, article.node .head a .building, article.node .head a .owner, article.node .head a .tenant, article.node .head a .agreement, article.node .head a .premise {
  margin-right: 30px;
}
article.node .head .site a, article.node .head .building a, article.node .head .owner a, article.node .head .tenant a, article.node .head .agreement a, article.node .head .premise a, article.node .head a .site a, article.node .head a .building a, article.node .head a .owner a, article.node .head a .tenant a, article.node .head a .agreement a, article.node .head a .premise a {
  color: #333;
  text-decoration: none;
}
article.node .head .site a:hover, article.node .head .building a:hover, article.node .head .owner a:hover, article.node .head .tenant a:hover, article.node .head .agreement a:hover, article.node .head .premise a:hover, article.node .head a .site a:hover, article.node .head a .building a:hover, article.node .head a .owner a:hover, article.node .head a .tenant a:hover, article.node .head a .agreement a:hover, article.node .head a .premise a:hover {
  text-decoration: underline;
}
article.node .head .site a:before, article.node .head .building a:before, article.node .head .owner a:before, article.node .head .tenant a:before, article.node .head .agreement a:before, article.node .head .premise a:before, article.node .head a .site a:before, article.node .head a .building a:before, article.node .head a .owner a:before, article.node .head a .tenant a:before, article.node .head a .agreement a:before, article.node .head a .premise a:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "domain";
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
article.node .head .building a:before, article.node .head a .building a:before {
  content: "apartment";
}
article.node .head .owner a:before, article.node .head a .owner a:before {
  content: "manage_accounts";
}
article.node .head .tenant a:before, article.node .head a .tenant a:before {
  content: "face";
}
article.node .head .agreement a:before, article.node .head a .agreement a:before {
  content: "handshake";
}
article.node .head .premise a:before, article.node .head a .premise a:before {
  content: "meeting_room";
}
article.node h3 {
  text-transform: uppercase;
}
article.node.node--view-mode-teaser {
  width: 250px;
  display: inline-block;
  border: 1px solid #EEE;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 4px;
  height: 115px;
  vertical-align: top;
  background-color: #F9F9F9;
}
article.node.node--view-mode-teaser h2:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "domain";
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 4px;
}
article.node.node--view-mode-teaser.node--type-building {
  width: 100%;
  display: block;
}
article.node.node--view-mode-teaser.node--type-building h2:before {
  content: "apartment";
}
article.node.node--view-mode-teaser.node--type-owner h2:before {
  content: "manage accounts";
}
article.node.node--view-mode-teaser.node--type-agreement {
  background-color: #DDD;
  width: 100%;
  height: auto;
}
article.node.node--view-mode-teaser.node--type-agreement h2:before {
  content: "handshake";
}
article.node.node--view-mode-teaser.node--type-premise h2:before {
  content: "meeting_room";
}
article.node.node--view-mode-teaser.node--type-tenant h2:before {
  content: "face";
}
article.node.node--view-mode-teaser h2, article.node.node--view-mode-teaser h2 a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000;
}
article.node div.invoices a {
  display: block;
  color: #333;
  margin-left: 20px;
}
article.node div.media, article.node div.invoices {
  border-left: 4px solid #d7e1ec;
}
article.node div.media .field__label, article.node div.invoices .field__label {
  margin-bottom: 10px;
}
article.node div.media h3, article.node div.invoices h3 {
  margin-top: 30px;
  background-color: #ffffff;
  background-image: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);
  padding: 10px 10px;
}
article.node div.media h3:before, article.node div.invoices h3:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "perm_media";
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
article.node div.media h3:nth-child(1):before, article.node div.invoices h3:nth-child(1):before {
  content: "text_snippet";
}
article.node div.media .field--type-entity-reference, article.node div.invoices .field--type-entity-reference {
  padding-bottom: 20px;
  padding-left: 10px;
}
article.node div.media .field--type-entity-reference a, article.node div.invoices .field--type-entity-reference a {
  color: #333;
}
article.node div.media .field--type-entity-reference .field__label, article.node div.invoices .field--type-entity-reference .field__label {
  text-transform: uppercase;
  font-weight: 300;
}
article.node div.media .field--type-entity-reference > .field__items > .field__item, article.node div.invoices .field--type-entity-reference > .field__items > .field__item {
  display: block;
  width: 100%;
  margin: 5px;
  overflow: hidden;
}
article.node .colla {
  border: 1px solid #EEE;
  padding: 30px;
}
article.node .colla h4 {
  margin: 0px;
  font-weight: 300;
  text-transform: uppercase;
}
article.node .colla h4:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "add";
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-right: 4px;
}
article.node .colla h4:hover {
  cursor: pointer;
}
article.node .colla .content {
  display: none;
}
article.node .colla.visible h4 {
  margin-bottom: 20px;
}
article.node .colla.visible h4:before {
  content: "remove";
}
article.node .colla.visible .content {
  display: block;
}
article.node .notes .meta {
  font-size: 12px;
}
article.node .notes .open-edit-note-form {
  float: right;
  font-size: 12px;
}
article.node .notes .add {
  border: 1px solid #EEE;
  padding: 30px;
  width: fit-content;
}
article.node .notes .add form {
  overflow: hidden;
  display: none;
}
article.node .notes .add h4 {
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
}
article.node .notes .add h4:hover {
  cursor: pointer;
}
article.node .notes .add h4:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "add";
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-right: 4px;
}
article.node .notes .add.visible form {
  display: block;
}
article.node .notes .add.visible h4:before {
  content: "remove";
}
article.node .notes .add .form-type-select {
  text-align: right;
}
article.node .notes .add .form-type-textarea label {
  display: none;
}
article.node .notes .add .js-filter-wrapper {
  display: none;
}
article.node .notes .add .button {
  float: right;
  margin-right: 0px;
  padding: 10px;
}
article.node .notes .add [id^=edit-attachments-remove-button] {
  float: left;
  padding: 3px;
  font-size: 12px;
}
article.node .todos {
  border-left: 4px solid #b8d3fe;
}
article.node .todos h3 {
  background-color: #aecad6;
  background-image: linear-gradient(315deg, #aecad6 0%, #b8d3fe 74%);
  margin: 0;
  padding: 10px 10px;
}
article.node .todos h3:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "checklist";
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
article.node .todos ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
article.node .todos ul li {
  margin: 0;
  padding: 10px 15px;
}
article.node .todos ul li:nth-child(even) {
  background-color: #fee2f8;
  background-image: linear-gradient(315deg, #fee2f8 0%, #dcf8ef 74%);
}
article.node .todos ul li:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "error";
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-right: 4px;
}
article.node .main {
  width: 55%;
  float: left;
  padding-right: 40px;
}
article.node .main .col-1, article.node .main .col-2 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
article.node .main .col-2 {
  width: 40%;
  margin-left: 20px;
  padding: 10px;
}
article.node .main h3 {
  border-top: 1px solid #EEE;
  padding-top: 20px;
}
article.node .right {
  width: 35%;
  float: right;
}

.speech {
  border: 2px solid #add8e6;
  padding: 4px 10px 10px 10px;
  border-radius: 10px;
  opacity: 0.7;
  margin-bottom: 20px;
  position: relative;
}
.speech:hover {
  background-color: #fee2f8;
  background-image: linear-gradient(315deg, #fee2f8 0%, #dcf8ef 74%);
}
.speech .meta {
  margin-right: 30px;
  opacity: 0.6;
  border-bottom: 1px solid #add8e6;
  margin-bottom: 5px;
}
.speech .author {
  font-weight: 600;
}
.speech p {
  margin-top: 10px;
}
.speech p a:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "attachment";
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-right: 4px;
}
.speech a {
  color: #333;
}
.speech .management {
  position: absolute;
  right: 5px;
  top: 5px;
}

.node-form table {
  width: 100%;
  padding: 30px;
}
.node-form table thead th {
  text-align: left;
}
.node-form .form-item {
  margin-bottom: 20px;
}
.node-form .form-item.form-type-radio {
  margin-bottom: 0;
}
.node-form .form-item label {
  min-width: 300px;
  display: inline-block;
}
.node-form .form-item input, .node-form .form-item select {
  padding: 5px 10px;
}
.node-form .filter-wrapper {
  display: none;
}
.node-form tr.odd .form-item, .node-form tr.even .form-item {
  margin-bottom: 20px;
}
.node-form tr.odd .form-item.form-type-radio, .node-form tr.even .form-item.form-type-radio {
  margin-bottom: 0;
}
.node-form .field-multiple-table .description, .node-form .field-multiple-table tbody > tr > td > h4 {
  display: none;
}
.node-form .js-media-library-widget-toggle-weight, .node-form .tabledrag-toggle-weight, .node-form .field-multiple-drag {
  display: none;
}
.node-form fieldset {
  border: none;
}
.node-form fieldset.js-media-library-widget {
  border: 1px solid #ccc;
}

#better-messages-default.better-messages-overlay {
  background: none;
  border: none;
  box-shadow: none;
}

.block-local-tasks-block {
  margin: 20px 0;
}
.block-local-tasks-block ul.tabs {
  border-bottom: 0;
}
.block-local-tasks-block ul.tabs li a {
  border-radius: 4px;
  padding: 10px 20px;
}

.node-form {
  position: relative;
}
.node-form #edit-submit {
  font-size: 2em;
  background-color: green;
  color: #FFF;
  border-radius: 8px;
  border: none;
  padding: 10px 20px;
  position: fixed;
  top: 80px;
  right: 40px;
}
.node-form .field--name-field-premise-agent, .node-form .field--name-field-agreement-premise, .node-form .field--name-field-agreement-tenant, .node-form .field--name-field-agreement-cancelopt, .node-form .field--name-field-tenant-contact, .node-form .field--name-field-owner-iban {
  padding: 20px;
  border: 1px solid #DDD;
  margin-top: 20px;
}
.node-form .form-type-vertical-tabs {
  display: none;
}
.node-form .field--name-field-agreement-cancelopt .field--type-datetime h4 {
  margin-bottom: 10px;
}
.node-form .field--name-field-agreement-cancelopt .draggable .container-inline {
  padding: 10px 0;
}
.node-form .field--type-text-long label {
  font-weight: 600;
}
.node-form #edit-title-wrapper .form-item {
  display: inline-block;
}
.node-form #edit-title-wrapper .form-item label {
  display: none;
}
.node-form #edit-title-wrapper .form-item input {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2em;
  border: none;
  background-color: #F5F5F5;
}
.node-form #edit-title-wrapper:before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  content: "domain";
  font-size: 38px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.node-form #edit-body-wrapper {
  width: 50%;
  float: left;
  min-height: 380px;
  margin-right: 50px;
  padding: 40px;
  color: #FFF;
  background-color: #485461;
  background-image: linear-gradient(315deg, #485461 0%, #28313b 74%);
  position: relative;
  min-height: 150px;
}
.node-form #edit-body-wrapper label {
  display: none;
}
.node-form .field--name-field-buildling-address, .node-form .field--name-field-premise-regulations {
  clear: both;
  margin-top: 100px;
}
.node-form .field--type-datetime h4 {
  font-weight: 300;
  display: inline-block;
  width: 300px;
  vertical-align: middle;
}
.node-form .field--type-datetime .container-inline {
  display: inline-block;
  vertical-align: middle;
}
.node-form details summary {
  font-weight: 600;
}
.node-form fieldset {
  border: none;
  background: #F5F5F5;
  padding: 20px;
}
.node-form fieldset legend {
  font-size: 1.5em;
}
.node-form fieldset .media-library-item {
  border-bottom: 1px solid #DDD;
}
.node-form fieldset .media-library-item article {
  max-width: 75%;
  border-right: 1px solid #DDD;
}
.node-form fieldset .media-library-item .media-library-item__name {
  font-size: 12px;
}
.node-form fieldset .media-library-item .form-submit {
  float: right;
  z-index: 9999;
  font-size: 15px;
}
.node-form fieldset .media-library-item .media-library-item__preview img {
  max-width: 80px;
}
.node-form .field--name-field-tenant-contact fieldset {
  background: #FFF;
}
.node-form .form-submit {
  font-size: 1.2em;
  margin-top: 20px;
}
.node-form.node-building-edit-form #edit-title-wrapper:before {
  content: "apartment";
}
.node-form.node-premise-edit-form #edit-title-wrapper:before {
  content: "meeting_room";
}
.node-form.node-tenant-edit-form #edit-title-wrapper:before {
  content: "face";
}
.node-form.node-owner-edit-form #edit-body-wrapper {
  width: 100%;
  float: none;
}
.node-form.node-owner-edit-form #edit-title-wrapper:before {
  content: "manage_accounts";
}
.node-form.node-agreement-edit-form #edit-body-wrapper {
  width: 100%;
  float: none;
}
.node-form.node-agreement-edit-form #edit-title-wrapper:before {
  content: "handshake";
}

.js-media-library-add-form-added-media li {
  list-style-type: none;
  border-bottom: 1px solid #DDD;
  padding: 20px 0;
}
.js-media-library-add-form-added-media li div, .js-media-library-add-form-added-media li input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

#media-library-wrapper .view-header {
  display: none;
}
#media-library-wrapper .form-wrapper {
  clear: both;
}
#media-library-wrapper #media-library-add-form-wrapper {
  border: 5px solid lightslategray;
  margin: 30px 0;
  border-radius: 5px;
  padding: 20px;
}
#media-library-wrapper #media-library-add-form-wrapper .form-file {
  margin: 30px 0;
}

body.path-agreements .table-link a {
  border: 1px solid black;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #000;
}

@media (max-width: 68.75em) {
  .container {
    margin: 0 1.25rem;
  }
}
@media (max-height: 780px) {
  aside.layout-sidebar-first {
    position: absolute;
    height: 780px;
  }
}
.agreement-small-active {
  display: flex;
  flex-direction: column;
  background-color: #F9F9F9;
  border: 1px solid #EEE;
  border-radius: 4px;
  width: fit-content;
  padding: 20px;
}
.agreement-small-active h5 {
  margin-top: 0;
  margin-bottom: 0.2rem;
  font-size: 18px;
}
.agreement-small-active div:last-child {
  margin-top: 0.5rem;
}

.agreement-small-inactive {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #EEE;
  padding: 20px;
  width: fit-content;
}
.agreement-small-inactive h5 {
  margin-top: 0;
  margin-bottom: 0.2rem;
  font-size: 14px;
}
.agreement-small-inactive div:last-child {
  margin-top: 0.5rem;
}

.info.notes {
  margin: 1rem 0;
}

.field--name-field-paragraphs > .field__label {
  display: none;
}
.field--name-field-paragraphs .field__items {
  display: flex;
  gap: 1rem;
}
.field--name-field-paragraphs .field__items > .field__item {
  width: fit-content;
}
.field--name-field-paragraphs .paragraph--type--technische-fiche {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #F9F9F9;
  border: 1px solid #EEE;
  border-radius: 4px;
  padding: 20px;
  width: 350px;
}
.field--name-field-paragraphs .paragraph--type--technische-fiche .field--name-field-type-fiche > .field__label, .field--name-field-paragraphs .paragraph--type--technische-fiche .field--name-field-serienummer > .field__label {
  display: none;
}
.field--name-field-paragraphs .paragraph--type--technische-fiche .field--name-field-type-fiche .field__item, .field--name-field-paragraphs .paragraph--type--technische-fiche .field--name-field-serienummer .field__item {
  font-size: 12px;
}
.field--name-field-paragraphs .paragraph--type--technische-fiche .field--name-field-type-fiche .field__item a, .field--name-field-paragraphs .paragraph--type--technische-fiche .field--name-field-serienummer .field__item a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.field--name-field-paragraphs .paragraph--type--technische-fiche .field--name-field-documents a {
  font-size: 10px;
}
.field--name-field-paragraphs .paragraph--type--technische-fiche .media--type-photo img {
  width: 100%;
}

.show-invoices-button {
  border: 1px solid black;
  width: fit-content;
  padding: 0.2rem 0.5rem;
  margin-left: 20px;
  margin-top: 0.5rem;
}
.show-invoices-button a {
  margin-left: 0 !important;
  text-decoration: none !important;
}

.container-inline {
  margin: 1rem 0;
}

#edit-delete {
  padding: 0.5rem 1rem;
  margin: 0;
  background-color: red;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  position: fixed;
  top: 213px;
  right: 40px;
}

body.toolbar-tray-open #edit-submit {
  top: 118px;
}

.levelx-edit-todo-form .form-item {
  display: flex;
  flex-direction: column;
}
.levelx-edit-todo-form .form-item input, .levelx-edit-todo-form .form-item textarea, .levelx-edit-todo-form .form-item select {
  max-width: 500px;
  width: 100vw;
}

.field--name-field-tenant-contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.field--name-field-tenant-contact > .field__items > .field__item {
  padding: 30px;
  width: fit-content;
  border: 1px solid #EEE;
}

#tablefilter tr:has(.not-indexable) {
  background-color: #ff5858;
}

header {
  border-bottom: 1px solid #EEE;
  padding: 0 40px;
}
header .site-logo img {
  max-width: 150px;
}
header #block-levelup-branding {
  float: left;
}
header #block-top {
  float: right;
}
header #block-top .nav-closebutton {
  display: none;
}
header #block-top ul li {
  display: inline-block;
}
header #block-top ul li a:last-child {
  text-decoration: none;
  padding: 10px 20px;
  color: #333;
  border: 1px solid #333;
}

/**
 * @file
 * Print styling
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  body {
    padding-top: 0 !important;
    color: #000;
  }
  /* Underline all links. */
  a,
  a:link,
  a:visited {
    text-decoration: underline !important;
    color: #000 !important;
  }
  main a[href]:after {
    content: " (" attr(href) ")" !important;
    color: #000 !important;
  }
  main a[href^="javascript:"]:after,
  main a[href^="#"]:after {
    content: "";
  }
  main abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* Turn off any background colors or images. */
  header,
  body,
  #main-content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }
  /* Hide sidebars and nav elements. */
  .skip-link,
  #toolbar-administration,
  .toolbar,
  nav,
  footer,
  iframe,
  .trigger,
  .breadcrumb,
  .tabs,
  .pager,
  .feed-icons {
    display: none;
    visibility: hidden;
  }
}

/*# sourceMappingURL=custom.css.map */
