/* ------------- */
/* ÄNDERUNGEN NUR IN DER LESS DATEI VORNEHMEN!!! */
/* ------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: initial;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html body .adxpp-wrapper.hidden {
  display: none;
}
html body .room-name-modal {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1300;
}
html body .room-name-modal .room-name-box {
  position: absolute;
  width: 200px;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(125, 125, 125, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(125, 125, 125, 0.5);
}
html body .room-name-modal .room-name-box .close-modal {
  width: 10%;
  font-size: 21px;
  float: left;
  cursor: pointer;
}
html body .room-name-modal .room-name-box .adxpp-change-room-name {
  box-sizing: border-box;
  width: 90%;
}
html body .magnet-hint-modal {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1300;
}
html body .magnet-hint-modal .magnet-hint-box {
  position: absolute;
  width: 200px;
  left: calc(35% - 110px);
  top: 40%;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(125, 125, 125, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(125, 125, 125, 0.5);
}
@media (max-width: 822px) {
  html body .magnet-hint-modal .magnet-hint-box {
    left: calc(50% - 110px);
  }
}
html body .magnet-hint-modal .magnet-hint-box .close-modal {
  width: 10%;
  font-size: 21px;
  float: left;
  cursor: pointer;
}
html body .magnet-hint-modal .magnet-hint-box b {
  font-weight: bold;
}
html body .structure-info .structure-mobile .structure-content .room-wrapper {
  overflow: hidden;
  margin: 0 0 10px;
}
html body .structure-info .structure-mobile .structure-content .room-wrapper button {
  background: none;
  color: #5b86a3;
  border: none;
}
html body .structure-info .structure-mobile .structure-content .room-wrapper button.delete-room {
  float: right;
  position: relative;
  left: -30px;
  top: -4px;
  color: #000;
  opacity: 0.3;
  cursor: pointer;
}
html body .structure-info .structure-mobile .structure-content .room-wrapper button.delete-room:hover,
html body .structure-info .structure-mobile .structure-content .room-wrapper button.delete-room:focus {
  opacity: 1;
  color: #b64343;
}
html body .structure-info .structure-mobile .structure-content .room-wrapper p.room-name-header {
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 3px 0;
  cursor: pointer;
}
html body .structure-info .structure-mobile .structure-content .room-wrapper .room-container.hidden {
  display: none;
}
html body .structure-info .structure-mobile .structure-content .room-wrapper .room-container .room-section-content {
  width: 100%;
  float: left;
}
html body .structure-info .structure-mobile .structure-content .room-wrapper .room-container .room-section-content .room-section-container {
  width: 93%;
  float: right;
}
@media only screen and (max-width: 1300px) {
  html body .structure-info .structure-mobile .structure-content .room-wrapper .room-container .room-section-content .room-section-container {
    width: 89%;
  }
}
@media (max-width: 822px) {
  html body .structure-info .structure-mobile .structure-content .room-wrapper .room-container .room-section-content .room-section-container {
    width: 93%;
  }
}
@media (max-width: 495px) {
  html body .structure-info .structure-mobile .structure-content .room-wrapper .room-container .room-section-content .room-section-container {
    width: 90%;
  }
}
html body .structure-info .structure-mobile .structure-content .room-wrapper .room-container .room-section-content .room-section-container p.room-section-header {
  font-size: 15px;
  padding: 10px 0 3px;
}
html body .structure-info .structure-mobile .structure-content .room-wrapper .room-container .room-section-content .room-section-container p.room-section-info {
  width: 90%;
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 5px;
  word-break: break-word;
}
html body .structure-info .structure-mobile .structure-content .room-wrapper .room-container .room-section-content .room-section-container p.room-section-info button.change-room-data {
  cursor: pointer;
  padding: 0;
  font-size: 12px;
}
html body .structure-info .structure-mobile .structure-content .room-wrapper .room-container .room-section-content .room-section-container p.room-section-info button.change-room-data i {
  padding: 3px 5px 0;
  font-size: 11px;
}
html body .structure-info .structure-mobile .adxpp-control-add-room {
  padding-bottom: 10px;
  cursor: pointer;
}
html body .structure-info .structure-mobile .adxpp-control-add-room.hidden {
  display: none;
}
html body .structure-info .structure-mobile .adxpp-control-add-room.disabled i.fa-plus {
  background: #aaa;
}
html body .structure-info .structure-mobile .adxpp-control-add-room.disabled button.project-add-room {
  color: #aaa;
}
html body .structure-info .structure-mobile .adxpp-control-add-room i.fa-plus {
  background: #5b86a3;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  font-size: 10px;
  cursor: pointer;
}
html body .structure-info .structure-mobile .adxpp-control-add-room i.fa-plus:before {
  position: relative;
  top: 10px;
  left: 11px;
}
html body .structure-info .structure-mobile .adxpp-control-add-room button.project-add-room {
  background: none;
  cursor: pointer;
  color: #5b86a3;
  border: none;
  padding: 0;
  font-size: 15px;
  position: relative;
  top: 11px;
}
html body .menu-overlay .project-settings {
  padding: 20px;
}
@media only screen and (max-height: 770px) {
  html body .menu-overlay .project-settings {
    height: 80%;
    overflow-y: auto;
  }
}
html body .menu-overlay .project-settings .project-settings-container .project-settings-header {
  margin-bottom: 10px;
}
html body .menu-overlay .project-settings .project-settings-container textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 11px;
  border-color: lightgray;
}
html body .menu-overlay .project-settings .save-settings-button {
  display: block;
  margin: 10px auto;
  width: 25%;
  padding: 7px 5px;
  box-sizing: border-box;
  border: 1px solid #5b86a3;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background: #5b86a3;
}
@media (max-width: 495px) {
  html body .menu-overlay .project-settings .save-settings-button {
    width: 100%;
  }
}
@media (max-width: 768px) {
  html body .menu-overlay .project-settings .save-settings-button {
    width: 100%;
  }
}
html body .vcoverlay .pdf-checkboxes {
  display: flex;
  flex-direction: column;
}
html body .vcoverlay .pdf-checkboxes .custom-checkbox-container {
  padding: 0 0 0 40px;
}
html body .vcoverlay .pdf-checkboxes .custom-checkbox-container.subsection {
  margin-left: 40px;
}
