@charset "UTF-8";
div.icon {
  background-repeat: no-repeat;
  padding-left: 100px;
  background-size: 95px;
}
div.footer {
  margin-left: -35px;
}
div.footer a {
  width: 33%;
  display: inline-block;
  padding: 35px 0 0 35px;
}
div.footer a:nth-child(2) {
  text-align: center;
}
div.footer a:nth-child(3) {
  text-align: right;
}
div.footer-2 {
  margin-left: -35px;
}
div.footer-2 a {
  width: 49%;
  display: inline-block;
  padding: 35px 0 0 35px;
}
div.footer-2 a:nth-child(2) {
  text-align: right;
}

section.text.box::after {
  content: "";
  background: url("/img/landing/bimpedia_logo_small.png") no-repeat;
  background-position-x: center;
  height: 75px;
  display: block;
  margin-top: 30px;
}

.homepagesection .edit {
  display: none;
  margin-top: -1em;
  position: absolute;
}
.homepagesection:hover .edit {
  display: block;
}
.homepage .verstehen {
  background-image: url("/img/landing/was_ist_bimpedia-verstehen.png");
}
.homepage .modellieren {
  background-image: url("/img/landing/was_ist_bimpedia-modellieren.png");
}
.homepage .openbim {
  background-image: url("/img/landing/was_ist_bimpedia-openbim.png");
}
.homepage .integrale_planung {
  background-image: url("/img/landing/was_ist_bimpedia-integrale_planung.png");
}
.homepage .werkzeuge {
  background-image: url("/img/landing/was_ist_bimpedia-werkzeuge.png");
}
.homepage .schritt {
  background-image: url("/img/landing/was_ist_bimpedia-schritt.png");
}
.homepage .einfacher_zugang {
  background-image: url("/img/landing/wie_arbeiten-einfacher_zugang.png");
}
.homepage .uebersichtlich {
  background-image: url("/img/landing/wie_arbeiten-uebersichtlich.png");
}
.homepage .querverweise {
  background-image: url("/img/landing/wie_arbeiten-querverweise.png");
}
.homepage .phasengerechte_inhalte {
  background-image: url("/img/landing/wie_arbeiten-phasengerechte_inhalte.png");
}
.homepage .wissen_teilen {
  background-image: url("/img/landing/wie_arbeiten-wissen_teilen.png");
}
.homepage .eigene_standards {
  background-image: url("/img/landing/wie_arbeiten-eigene_standards.png");
}
.homepage .feedback {
  background-image: url("/img/landing/wie_arbeiten-feedback.png");
}
.homepage .preview h3 {
  min-height: 65px;
}

/*********************************************
 * Common styles
 *********************************************/
h1 {
  font-size: 1.3em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

input.search {
  height: 30px;
  margin-top: 11px;
  padding: 0 !important;
  padding-left: 10px !important;
}

div.search .topcat {
  font-size: 10pt;
  color: #666;
  display: block;
  margin-top: -8px;
}

.right {
  float: right;
}

.block img,
.content img,
.cke_editable img {
  max-width: 100%;
  object-fit: contain;
  cursor: pointer;
}
.block p,
.content p,
.cke_editable p {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.block table,
.content table,
.cke_editable table {
  width: 100% !important;
  height: auto !important;
}
.block table caption,
.content table caption,
.cke_editable table caption {
  text-align: left;
}
.block table[align=center],
.content table[align=center],
.cke_editable table[align=center] {
  text-align: center;
}
.block table[border="0"] td,
.content table[border="0"] td,
.cke_editable table[border="0"] td {
  border: none;
}
.block ul:not([class]),
.content ul:not([class]),
.cke_editable ul:not([class]) {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 0.5em;
}
.block ul:not([class]) li:before,
.content ul:not([class]) li:before,
.cke_editable ul:not([class]) li:before {
  content: " ◦";
  padding-right: 5px;
  margin-left: -17px;
}
.block ol,
.content ol,
.cke_editable ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 0.5em;
}
.block td,
.content td,
.cke_editable td {
  border: 1px solid #aaa;
}
.block h2,
.content h2,
.cke_editable h2 {
  border-top: 1px solid #aaa;
  padding-top: 0.5em;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.block h2::after,
.content h2::after,
.cke_editable h2::after {
  position: absolute;
  right: 15px;
  display: inline-block;
  font-family: "FontAwesome";
  content: "";
}
.block:first-of-type h2,
.content:first-of-type h2,
.cke_editable:first-of-type h2 {
  border-top: none;
}
.block:first-of-type h2::after,
.content:first-of-type h2::after,
.cke_editable:first-of-type h2::after {
  display: none;
}
.block.collapsed .block-content,
.content.collapsed .block-content,
.cke_editable.collapsed .block-content {
  display: none;
}
.block.collapsed h2::after,
.content.collapsed h2::after,
.cke_editable.collapsed h2::after {
  content: "";
}

.block-content {
  padding-top: 0.5em;
}

.editor-enabled .block h2 {
  border-top: none;
}
.editor-enabled .block h2::after {
  display: none;
}

.node-list {
  padding-top: 30px;
}
.node-list > div {
  padding-top: 0;
}
.node-list .right {
  text-align: right;
}

.article-title {
  background: white;
}

.fixed-header {
  position: fixed;
  top: 0;
  padding-top: 20px;
}

.fixed-toc {
  position: fixed;
  top: 35px;
}

.cke_inner .fixed-editor {
  position: fixed;
  top: 138px;
  width: 873px;
}

.login-form button, .login-form .button {
  margin-top: 5px;
}

.disciplines h1 {
  font-size: 16pt;
  margin-bottom: 10px;
}

ul.topics,
ul.disciplines {
  margin-bottom: 0;
  margin-top: 10px;
}
ul.topics > li,
ul.disciplines > li {
  clear: both;
  min-height: 110px;
  margin-bottom: 15px;
  padding: 0 0 20px;
  border-bottom: 1px solid #aaa;
}
ul.topics > li:last-child,
ul.disciplines > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
ul.topics img,
ul.disciplines img {
  float: left;
  height: 100%;
  width: 90px;
  height: 90px;
}
ul.topics a,
ul.disciplines a {
  margin-left: 15px;
}
ul.topics .description,
ul.disciplines .description {
  margin-left: 120px;
}
ul.topics .description ul,
ul.disciplines .description ul {
  list-style: none;
  margin: 0;
}
ul.topics .description ul li,
ul.disciplines .description ul li {
  line-height: 1.2em;
}
ul.topics .description ul li:before,
ul.disciplines .description ul li:before {
  content: " ◦";
  padding-right: 5px;
  margin-left: -15px;
}

form input[disabled=disabled] {
  background-color: #eee;
}

article .topic.list .node_image {
  display: none;
}
article .topic.list .node_link {
  padding-top: 5px;
}
article .topic.grid .box-wrapper {
  padding: 0 0 0 35px;
}
article .topic.grid .box {
  border: solid 1px #aaa;
  min-height: 200px;
  margin-bottom: 0;
  padding: 0.5em 1em 0.75em 0.5em;
}
article .topic.grid .box p {
  margin-bottom: 15px;
}
article .topic.grid .node_image {
  display: block;
  margin: 0 auto;
  height: 150px;
  width: 150px;
}
article .topic.grid header {
  height: 70px;
  padding: 5px 0 0 0;
  margin: 0;
  display: inline-block;
}
article .topic.grid .node_link {
  display: block;
  text-align: center;
  line-height: 1em;
  margin-top: 10px;
  vertical-align: middle;
  min-height: 35px;
}

.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(96, 133, 198, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}
.no-touch .cd-top:hover {
  background-color: #6085c6;
  opacity: 1;
}

body.fullscreen #main-wrapper .container {
  width: 100%;
}

/*********************************************
 * Desktop
 *********************************************/
@media screen and (min-width: 737px) {
  .box.post h2 {
    font-size: 1.2em;
  }
  .box.post h3 {
    font-size: 1.1em;
  }
  .box.post h4 {
    font-size: 1em;
  }
  .box.toc {
    width: 273.75px;
  }

  .fixed-header {
    width: 720px;
  }

  .fixed-toc {
    width: 376.656px;
  }

  .anchor {
    top: -165px;
    position: relative;
    display: block;
    visibility: hidden;
    padding: 8px;
  }

  .userhome .banner {
    width: 891.25px;
    margin-left: -35px;
    margin-top: -17px;
  }

  .fullwidth {
    width: 891.25px;
    margin-left: -35px;
  }

  .box .image.featured {
    margin: -45px -2px 48px -61px;
  }
}
/*********************************************
 * Tablet
 *********************************************/
@media screen and (min-width: 737px) and (max-width: 1200px) {
  .fixed-header {
    width: 573px;
  }

  .fixed-toc {
    width: 303px;
  }

  .fixed-header {
    padding-top: 10px;
  }

  .anchor:before {
    height: 160px;
    margin: -160px 0 0;
  }

  .cd-top {
    height: 40px;
    width: 40px;
  }

  .box.toc {
    width: 221.25px;
  }

  .userhome .banner {
    width: 713.75px;
    margin-left: -29px;
    margin-top: -17px;
  }

  .fullwidth {
    width: 713.75px;
    margin-left: -29px;
  }

  .box .image.featured {
    margin: -39px -2px 50px -52px;
  }
}
.heading {
  padding-top: 60px;
  text-align: left;
  padding-left: 60px;
  position: relative;
  z-index: 10;
}
.heading h1 {
  margin: 0 !important;
  margin-bottom: 10px !important;
  font-size: 22pt !important;
}

/*********************************************
 * Mobile
 *********************************************/
@media screen and (max-width: 736px) {
  .article-title h3 {
    transition: 0.5s;
    position: relative;
    left: 0;
  }

  .fixed-header {
    width: 100%;
  }
  .fixed-header h3 {
    transition: 0.5s;
    position: relative;
    left: 55px;
  }

  .cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
  }

  .userhome .banner {
    width: 696px;
    margin-left: -15px;
    margin-top: -25px;
  }

  .fullwidth {
    width: 100%;
    margin-left: -15px;
  }

  .heading {
    padding-top: 10px;
    padding-left: 30px;
  }

  #header .logo {
    float: right;
    margin-right: 10px;
  }

  .searchbox div.input {
    padding-right: 20px;
  }
  .searchbox .search {
    margin: 10px;
  }

  #titleBar .toggle:before {
    top: 24px;
  }

  .node-list .right {
    text-align: left;
  }
}
/*********************************************
 * Header
 *********************************************/
#header-wrapper {
  border-top: 1px solid #ccc;
}

.no-sidebar #header-wrapper,
.fullscreen #header-wrapper {
  padding: 10px 0;
}

.left-sidebar #header-wrapper,
.right-sidebar #header-wrapper {
  width: 100%;
  padding: 10px 0;
}

.homepage ul {
  list-style-type: disc;
}
.homepage ul li {
  margin-left: 20px;
}
.homepage .anch {
  position: relative;
  top: -95px;
}
.homepage .main-icon {
  max-width: 368px;
  height: 180px;
  background: no-repeat center;
  background-size: contain;
}
.homepage .was_ist {
  background-image: url("/img/landing/was_ist.png");
}
.homepage .profitieren {
  background-image: url("/img/landing/profitieren.png");
}
.homepage .fuer_wen {
  background-image: url("/img/landing/fuer_wen.png");
}
.homepage .wie_arbeiten {
  background-image: url("/img/landing/wie_arbeiten.png");
}
.homepage .zugriff {
  background-image: url("/img/landing/zugriff.png");
}
.homepage .was_kostet {
  background-image: url("/img/landing/was_kostet.png");
}
.homepage .faq {
  background-image: url("/img/landing/faq.png");
}
.homepage .kontakt {
  background-image: url("/img/landing/kontakt.png");
}
.homepage .agbs {
  background-image: url("/img/landing/agbs.png");
}
.homepage .border-red {
  border: 1px solid #ee7239;
}
.homepage .border-green {
  border: 1px solid #aecc36;
}
.homepage .border-blue {
  border: 1px solid #5388c7;
}
.homepage .border-gray {
  border: 1px solid #666;
}
.homepage .border-b-red {
  border-bottom: 1px solid #ee7239;
}
.homepage .border-b-green {
  border-bottom: 1px solid #aecc36;
}
.homepage .border-b-blue {
  border-bottom: 1px solid #5388c7;
}
.homepage section,
.homepage div {
  margin-bottom: 2em;
}
.homepage section.icon,
.homepage div.icon {
  background-repeat: no-repeat;
  padding-left: 100px;
  background-size: 95px;
}
.homepage section.nodes p,
.homepage div.nodes p {
  max-width: 80%;
}
@media screen and (min-width: 737px) {
  .homepage section.use header h3, .homepage section.gettoknow header h3,
.homepage div.use header h3,
.homepage div.gettoknow header h3 {
    height: 60px;
    margin-bottom: 1em;
  }
  .homepage section.use .box p, .homepage section.gettoknow .box p,
.homepage div.use .box p,
.homepage div.gettoknow .box p {
    height: 75px;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 737px) and (max-width: 1200px) {
  .homepage section.use header h3, .homepage section.gettoknow header h3,
.homepage div.use header h3,
.homepage div.gettoknow header h3 {
    height: 60px;
  }
  .homepage section.use .box p, .homepage section.gettoknow .box p,
.homepage div.use .box p,
.homepage div.gettoknow .box p {
    height: 75px;
    margin-bottom: 1em;
  }
  .homepage section.info .box p,
.homepage div.info .box p {
    height: 75px;
    margin-bottom: 1em;
  }
}
.homepage section footer,
.homepage div footer {
  margin-top: 1.25em;
}
.homepage section footer .row .\34 u:nth-child(2),
.homepage div footer .row .\34 u:nth-child(2) {
  text-align: center;
}
.homepage section footer .row .\36 u,
.homepage div footer .row .\36 u {
  text-align: center;
}
.homepage section .box a.featured img,
.homepage div .box a.featured img {
  max-height: 180px;
  max-width: 368px;
  object-fit: contain;
  margin: 0 auto;
  padding: 15px;
}
.homepage section.text,
.homepage div.text {
  padding-bottom: 30px;
}
.homepage section img.fuer_wen-screenshot,
.homepage div img.fuer_wen-screenshot {
  width: 80%;
  margin: 30px 0 0 10%;
}
.homepage section img.was_ist_bimpedia-screenshot,
.homepage div img.was_ist_bimpedia-screenshot {
  width: 100%;
  margin: 30px 0 0 0;
}
.homepage .preview section.box {
  border: 1px solid;
}
.homepage section.box h2.border {
  border-bottom: 1px solid;
}
.homepage .preview .box {
  margin: 0;
}
.homepage .preview .intro {
  height: 75px;
}
.homepage .preview.row div:nth-child(1) section.box,
.homepage .preview.row div:nth-child(1) h2.border, .homepage .preview.row div:nth-child(5) section.box,
.homepage .preview.row div:nth-child(5) h2.border, .homepage .preview.row div:nth-child(9) section.box,
.homepage .preview.row div:nth-child(9) h2.border,
.homepage .nodes section.box:nth-child(1) section.box,
.homepage .nodes section.box:nth-child(1) h2.border,
.homepage .nodes section.box:nth-child(5) section.box,
.homepage .nodes section.box:nth-child(5) h2.border,
.homepage .nodes section.box:nth-child(9) section.box,
.homepage .nodes section.box:nth-child(9) h2.border {
  border-color: #ee7239;
}
.homepage .preview.row div:nth-child(2) section.box,
.homepage .preview.row div:nth-child(2) h2.border, .homepage .preview.row div:nth-child(6) section.box,
.homepage .preview.row div:nth-child(6) h2.border, .homepage .preview.row div:nth-child(7) section.box,
.homepage .preview.row div:nth-child(7) h2.border,
.homepage .nodes section.box:nth-child(2) section.box,
.homepage .nodes section.box:nth-child(2) h2.border,
.homepage .nodes section.box:nth-child(6) section.box,
.homepage .nodes section.box:nth-child(6) h2.border,
.homepage .nodes section.box:nth-child(7) section.box,
.homepage .nodes section.box:nth-child(7) h2.border {
  border-color: #aecc36;
}
.homepage .preview.row div:nth-child(3) section.box,
.homepage .preview.row div:nth-child(3) h2.border, .homepage .preview.row div:nth-child(4) section.box,
.homepage .preview.row div:nth-child(4) h2.border, .homepage .preview.row div:nth-child(8) section.box,
.homepage .preview.row div:nth-child(8) h2.border,
.homepage .nodes section.box:nth-child(3) section.box,
.homepage .nodes section.box:nth-child(3) h2.border,
.homepage .nodes section.box:nth-child(4) section.box,
.homepage .nodes section.box:nth-child(4) h2.border,
.homepage .nodes section.box:nth-child(8) section.box,
.homepage .nodes section.box:nth-child(8) h2.border {
  border-color: #5388c7;
}
.homepage section.text.box {
  border: none;
}
.homepage section.text.box header img {
  float: right;
  height: 110px;
  top: -65px;
  position: relative;
  width: 170px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.homepage section.text.box h2 {
  font-weight: normal;
  font-size: 22pt;
  padding-bottom: 20px;
  margin-top: 55px;
  color: #808080;
}
.homepage section.text.box h3 {
  font-size: 16pt;
  margin: 40px 0 20px 0;
  font-weight: bold;
}
.homepage section.text.box h4 {
  font-size: 13pt;
  margin-top: 10px;
  color: #808080;
}
.homepage section.text.box p {
  margin-bottom: 0;
}
.homepage section.text.box p img {
  width: 100% !important;
  margin: 30px 0 0 10%;
}
.homepage .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 8em;
  text-align: center;
  margin-bottom: 12px;
}
.homepage #banner {
  height: 600px;
}
.homepage #banner, .homepage #stickybanner {
  margin-top: 20px;
  background: white url("/img/landing/banner.png") center no-repeat;
  background-size: contain;
  width: 100%;
}
.homepage #stickybanner {
  opacity: 0;
  position: fixed;
  background: white;
  z-index: 10;
  top: -20px;
  border-bottom: 1px solid #aaa;
  padding: 0;
  transition: all 0.5s ease;
}
.homepage #stickybanner header {
  background: white url("/img/bimpedia_logo.png") center no-repeat;
  background-size: contain;
  padding: 0;
  width: 200px;
  height: 60px;
  margin: 15px auto;
}
.homepage #stickybanner.visible {
  opacity: 1;
}
.homepage #intro_text,
.homepage .intro_text {
  padding-left: 80px;
  padding-right: 80px;
  text-align: justify;
  font-weight: 400;
  font-size: 12pt;
  margin-bottom: 0;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

#intro .row,
div.intro .row,
#intro_start .row {
  margin-top: 20px;
}
#intro span,
div.intro span,
#intro_start span {
  display: block;
  font-weight: 400;
  text-align: center;
}
#intro a,
div.intro a,
#intro_start a {
  width: 90%;
  margin-bottom: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  font-size: 1.1em;
  padding: 0.5em 1em;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  background: #5287c6;
  color: #fff !important;
  font-weight: 700;
  outline: 0;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
#intro div.signup a,
div.intro div.signup a,
#intro_start div.signup a {
  background: #ee7239;
}
#intro div.login a,
div.intro div.login a,
#intro_start div.login a {
  background: #5388c7;
}
#intro div.public a,
div.intro div.public a,
#intro_start div.public a {
  background: #aecc36;
}
#intro .videos > div > div,
div.intro .videos > div > div,
#intro_start .videos > div > div {
  position: relative;
  height: 150px;
}
#intro .videos > div > div > iframe,
div.intro .videos > div > div > iframe,
#intro_start .videos > div > div > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

table.accounts th {
  border: 1px solid #aaa;
  font-weight: bold;
  padding: 3px;
}
table.accounts th:first-child {
  text-align: left;
}
table.accounts td {
  border: 1px solid #aaa;
  text-align: center;
  padding: 3px;
}
table.accounts td:first-child {
  text-align: left;
}
table.accounts tbody tr:nth-child(even) {
  background: #efefef;
}
table.accounts td:nth-child(2),
table.accounts th:nth-child(2),
table.accounts td:nth-child(3),
table.accounts th:nth-child(3),
table.accounts td:nth-child(4),
table.accounts th:nth-child(4),
table.accounts td:nth-child(5),
table.accounts th:nth-child(5) {
  width: 95px;
}

@media screen and (max-width: 736px) {
  .homepage #banner {
    height: 300px;
  }
  .homepage .main-icon {
    margin: 0 auto;
  }
}
.no-sidebar #main-wrapper,
.left-sidebar #main-wrapper,
.right-sidebar #main-wrapper,
.fullscreen #main-wrapper {
  padding-top: 170px;
}

#hf {
  position: fixed;
  z-index: 400;
  width: 100%;
}

.user-area {
  width: 100%;
  height: 40px;
  background-color: #f7f7f7;
}
.user-area .container {
  position: relative;
}
.user-area .usermenu {
  font-size: 0.7em;
  background-color: #999;
  padding: 0 10px;
  display: inline-block;
  float: right;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 11;
}
.user-area .usermenu a {
  color: #f2f2f2;
}
.user-area .usermenu a:first-child:after {
  content: "|";
  padding: 0 10px;
}

@media screen and (min-width: 737px) and (max-width: 1200px) {
  .user-area .usermenu {
    top: 15px;
  }
}
#header .logo {
  display: block;
  height: 75px;
  background: url("../img/bimpedia_logo.png") center no-repeat;
  width: 220px;
  text-indent: -99999px;
  background-size: contain;
}
#header .home {
  position: absolute;
  right: 15px;
  top: 118px;
  color: black;
}

@media screen and (min-width: 737px) and (max-width: 1200px) {
  #header .home {
    top: 112px;
  }
}
@media screen and (max-width: 736px) {
  #header .home {
    top: 15px;
  }
}
/*********************************************
 * Editor
 *********************************************/
#cke_content {
  margin: 2em -2em;
}

form .attachments table {
  font-size: 0.8em;
}
form .attachments table th {
  font-weight: bold;
  text-align: left;
}

.nodes.index table tr.static {
  background: #fafafa;
}

.nodes.form input[name=icon] {
  position: absolute;
  top: -100px;
}
.nodes.form form label {
  display: inline;
}
.nodes.form div.node-icon {
  position: relative;
  width: 120px;
  height: 120px;
}
.nodes.form div.node-icon:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  opacity: 1;
  background-color: white;
  padding: 5px;
  border: 1px solid;
  cursor: pointer;
}
.nodes.form div.node-icon:hover:after {
  opacity: 1;
}

/*********************************************
 * Tabs
 *********************************************/
div.bootstrap-tabs .nav::before, div.bootstrap-tabs .nav::after,
article .nav::before,
article .nav::after {
  content: " ";
  display: table;
}
div.bootstrap-tabs .nav::after,
article .nav::after {
  clear: both;
}
div.bootstrap-tabs .tab-content,
article .tab-content {
  margin-bottom: 2em;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 1em;
}
div.bootstrap-tabs .tab-content > .tab-pane,
article .tab-content > .tab-pane {
  display: none;
}
div.bootstrap-tabs .tab-content > .active,
article .tab-content > .active {
  display: block;
}
div.bootstrap-tabs .nav,
article .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
div.bootstrap-tabs .nav > li,
article .nav > li {
  position: relative;
  display: block;
}
div.bootstrap-tabs .nav > li > a,
article .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
div.bootstrap-tabs .nav > li > a:hover,
div.bootstrap-tabs .nav > li > a:focus,
article .nav > li > a:hover,
article .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
div.bootstrap-tabs .nav > li.disabled > a,
article .nav > li.disabled > a {
  color: #777;
}
div.bootstrap-tabs .nav > li.disabled > a:hover,
div.bootstrap-tabs .nav > li.disabled > a:focus,
article .nav > li.disabled > a:hover,
article .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
div.bootstrap-tabs .nav .open > a,
div.bootstrap-tabs .nav .open > a:hover,
div.bootstrap-tabs .nav .open > a:focus,
article .nav .open > a,
article .nav .open > a:hover,
article .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
div.bootstrap-tabs .nav .nav-divider,
article .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
div.bootstrap-tabs .nav > li > a > img,
article .nav > li > a > img {
  max-width: none;
}
div.bootstrap-tabs .nav-tabs,
article .nav-tabs {
  border-bottom: 1px solid #aaa;
  margin-left: 0;
}
div.bootstrap-tabs .nav-tabs > li,
article .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
div.bootstrap-tabs .nav-tabs > li > a,
article .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  outline: none;
}
div.bootstrap-tabs .nav-tabs > li > a:hover,
article .nav-tabs > li > a:hover {
  border-color: #eee #eee #aaa;
}
div.bootstrap-tabs .nav-tabs > li.active > a,
div.bootstrap-tabs .nav-tabs > li.active > a:hover,
div.bootstrap-tabs .nav-tabs > li.active > a:focus,
article .nav-tabs > li.active > a,
article .nav-tabs > li.active > a:hover,
article .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #aaa;
  border-bottom-color: transparent;
}
div.bootstrap-tabs .nav-tabs.nav-justified,
article .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
div.bootstrap-tabs .nav-tabs.nav-justified > li,
article .nav-tabs.nav-justified > li {
  float: none;
}
div.bootstrap-tabs .nav-tabs.nav-justified > li > a,
article .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
div.bootstrap-tabs .nav-tabs.nav-justified > .dropdown .dropdown-menu,
article .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  div.bootstrap-tabs .nav-tabs.nav-justified > li,
article .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  div.bootstrap-tabs .nav-tabs.nav-justified > li > a,
article .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
div.bootstrap-tabs .nav-tabs.nav-justified > li > a,
article .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
div.bootstrap-tabs .nav-tabs.nav-justified > .active > a,
div.bootstrap-tabs .nav-tabs.nav-justified > .active > a:hover,
div.bootstrap-tabs .nav-tabs.nav-justified > .active > a:focus,
article .nav-tabs.nav-justified > .active > a,
article .nav-tabs.nav-justified > .active > a:hover,
article .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #aaa;
}
@media (min-width: 768px) {
  div.bootstrap-tabs .nav-tabs.nav-justified > li > a,
article .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #aaa;
    border-radius: 4px 4px 0 0;
  }
  div.bootstrap-tabs .nav-tabs.nav-justified > .active > a,
div.bootstrap-tabs .nav-tabs.nav-justified > .active > a:hover,
div.bootstrap-tabs .nav-tabs.nav-justified > .active > a:focus,
article .nav-tabs.nav-justified > .active > a,
article .nav-tabs.nav-justified > .active > a:hover,
article .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
@media screen and (max-width: 736px) {
  div.bootstrap-tabs .nav-tabs > li,
article .nav-tabs > li {
    width: 100%;
  }
  div.bootstrap-tabs .nav-tabs > li > a,
article .nav-tabs > li > a {
    border: 1px solid #aaa;
    margin-right: 0;
  }
}

.columns td {
  border: none;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar {
  height: -moz-available;
  /* WebKit-based browsers will ignore this. */
  height: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  height: fill-available;
  height: 100%;
}
.sidebar hr {
  margin: 0.5em 0;
}
.sidebar .topics img {
  display: none;
}
.sidebar .box {
  padding-left: 1.5em;
}
.sidebar .box.toc {
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
  z-index: 2;
  margin-bottom: 0;
}
.sidebar .box.toc ul li {
  line-height: 1.2;
  margin: 8px 0;
}
.sidebar .box.toc ul li ul {
  margin-bottom: 20px;
}
.sidebar .box.toc ul li ul li {
  margin: 0 0 5px 0;
  padding-left: 25px;
}
.sidebar .box.toc ul li ul li a {
  font-size: 10pt;
  margin-left: -15px;
}
.sidebar header {
  margin-bottom: 0.5em;
}
.sidebar ul {
  margin-bottom: 10px;
}
.sidebar ul li {
  margin-bottom: -5px;
}

.paginator {
  text-align: center;
}
.paginator ul.pagination li {
  float: none;
  display: inline-block;
}
.paginator p {
  text-align: right;
  color: rgba(0, 0, 0, 0.54);
}

ul.pagination li a {
  color: rgba(0, 0, 0, 0.54);
}

ul.pagination li.active a {
  font-weight: bold;
  cursor: default;
}

ul.pagination .disabled:hover a {
  background: none;
}

.asc:after {
  content: " ↓";
}

.desc:after {
  content: " ↑";
}

#footer {
  z-index: 0;
}

.topic .node-list-container {
  position: relative;
  margin-top: -15px;
  padding-top: 30px;
}
.topic .node-list-container h4 {
  padding-top: 0;
}
.topic .node-list-container hr {
  padding: 0;
  width: 100%;
  margin: 0 0 0 2%;
}
.topic .node-list-container hr:first-of-type {
  display: none;
}
.topic .header {
  cursor: pointer;
}
.topic .collapsible {
  display: none;
}
.topic .expanded {
  display: block;
}
.topic .header {
  position: relative;
}
.topic .catLogo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  vertical-align: middle;
}
.topic .catName {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
.topic .collapse-arrow {
  position: absolute;
  top: 15px;
  right: 15px;
}
.topic h4 {
  padding-top: 1em;
}
.topic.grid ul {
  padding: 40px 0 0 55px;
  margin-left: -35px;
}
.topic.grid ul.overview {
  padding: 0 0 0 15px;
}
.topic.grid ul li {
  padding: 0 0 20px 20px;
}
.topic.grid ul li a {
  border: 1px solid #aaa;
  display: inline-block;
  height: 190px;
  padding: 5px;
  width: 100%;
  text-align: center;
}
.topic.grid ul li a span {
  word-wrap: break-word;
  display: block;
  height: 54px;
  line-height: 1em;
  margin: 9px 0 0;
}
.topic.grid ul li a img {
  max-height: 110px;
  max-width: 100%;
}
.topic.list ul {
  padding-top: 30px;
  margin-bottom: 10px;
}
.topic.list ul li a img {
  display: none;
}
.topic.list li {
  margin-left: 5.8em;
  width: 100%;
  padding: 0;
}
.topic .style-toggle {
  position: absolute;
  right: -16px;
  top: -20px;
  float: right;
  font-size: 0.8em;
}
.topic .style-toggle a {
  outline: none;
}

.userhome .tab-content {
  padding-bottom: 0 !important;
}
.userhome .greet {
  margin-bottom: 60px;
}
.userhome .greet h1 {
  margin-top: 20px;
  font-size: 20pt;
  margin-bottom: 10px;
}
.userhome .topic.grid {
  margin-top: 30px;
  margin-bottom: 30px;
}

label span.price {
  font-size: 0.8em;
}

#pricing table td:nth-child(2) {
  text-align: right;
}
#pricing table tr:last-child td {
  border-top: 1px solid #000;
  border-bottom: 4px double #000;
}

.message {
  text-align: center;
  cursor: pointer;
  display: block;
  font-weight: normal;
  padding: 0 1.5rem 0 1.5rem;
  transition: height 300ms ease-out 0s;
  background-color: #a0d3e8;
  color: #626262;
  top: 15px;
  right: 15px;
  z-index: 999;
  overflow: hidden;
  height: auto;
  line-height: 2.5em;
  box-radius: 5px;
}
.message:before {
  line-height: 0px;
  font-size: 20px;
  height: 12px;
  width: 12px;
  border-radius: 15px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  left: -11px;
  background-color: #FFF;
  padding: 12px 14px 12px 10px;
  content: "i";
  color: #a0d3e8;
}
.message.notice {
  color: #000000;
  background: #ffcc00;
}
.message.error {
  color: #fff;
  background: #C3232D;
}
.message.error:before {
  padding: 11px 16px 14px 7px;
  color: #C3232D;
  content: "x";
}
.message.hidden {
  height: 0;
}

div.index tr {
  border-bottom: 1px solid #aaa;
}

body {
  color: black;
}

a {
  color: #5287c6;
  font-weight: 400;
  outline: 0;
}

em a {
  font-weight: 600;
}

h1 {
  margin-bottom: 15px;
}

h2 {
  margin-bottom: 10px;
}

h1, h2, h3 {
  color: #444;
}

#header h1 {
  color: #444;
}

.cake-debug-output,
.cake-debug,
.cake-error {
  color: #fff;
  background: #C3232D;
}
.cake-debug-output a, .cake-debug-output b,
.cake-debug a,
.cake-debug b,
.cake-error a,
.cake-error b {
  color: #fff;
}
.cake-debug-output a, .cake-debug-output a:hover,
.cake-debug a,
.cake-debug a:hover,
.cake-error a,
.cake-error a:hover {
  text-decoration: underline;
}
.cake-debug-output .cake-stack-trace,
.cake-debug .cake-stack-trace,
.cake-error .cake-stack-trace {
  border: 1px dashed;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
  margin: 5px 5px 0 5px;
  padding: 5px;
}
.cake-debug-output pre,
.cake-debug pre,
.cake-error pre {
  background: none repeat scroll 0% 0% #FFF;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
  margin: 15px 0px;
  color: rgba(0, 0, 0, 0.74);
  padding: 5px;
}

body.dev #header-wrapper {
  background-size: 262px 136px;
  background-image: linear-gradient(-45deg, #f0d000, #f0d000 33%, #fedc00 33%, #fedc00 66%, #f0d000 66%, #f0d000);
}

div.cart-content {
  border: 1px solid #aaa;
  padding: 15px;
}

table.cart td:nth-child(2) {
  text-align: right;
}
table.cart tr.section td {
  padding-top: 15px;
}
table.cart tr.total td {
  border-top: 2px solid #aaa;
}

#orderform input[type=radio]:disabled {
  display: none;
}

button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.shop.index input:read-only {
  border: none;
  background: none;
  color: #252122;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
.shop.index li.index {
  background-color: #5388c7;
}
.shop.index li.index:after {
  border-left-color: #5388c7;
}
.shop.order li.order {
  background-color: #5388c7;
}
.shop.order li.order:after {
  border-left-color: #5388c7;
}
.shop.order .laufzeit {
  display: inline-block;
  position: relative;
  top: -90px;
  left: 103px;
  font-weight: 400;
}
.shop.order .laufzeit > div {
  display: inline-block;
}
.shop.payment li.payment {
  background-color: #5388c7;
}
.shop.payment li.payment:after {
  border-left-color: #5388c7;
}
.shop.checkout li.checkout {
  background-color: #5388c7;
}
.shop.checkout li.checkout:after {
  border-left-color: #5388c7;
}
.shop.confirmation li.confirmation {
  background-color: #5388c7;
}
.shop.confirmation li.confirmation:after {
  border-left-color: #5388c7;
}

.shop-progress {
  padding-bottom: 35px;
  position: relative;
  width: auto;
}
.shop-progress > div {
  text-align: center;
}
.shop-progress li {
  position: relative;
  text-indent: 12px;
  background-color: #767676;
  display: inline-block;
  /* IE Hack */
  zoom: 1;
  *display: inline;
  margin-left: 30px;
  padding: 10px 10px 10px 30px;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}
.shop-progress ul {
  list-style: none;
}
.shop-progress li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 25px solid #767676;
  border-bottom: 30px solid transparent;
  margin: -10px 0 0 10px;
}
.shop-progress li:not(:first-child):before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  border-top: 30px solid transparent;
  border-left: 25px solid white;
  border-bottom: 30px solid transparent;
  margin: -10px 0px 0 0px;
}
.shop-progress li:first-child {
  padding-left: 10px;
  margin-left: 0;
}
.shop-progress li:last-child {
  padding-right: 30px;
}

.users .filter {
  margin-bottom: 30px;
  margin-top: 15px;
}
.users .datetime select {
  display: inline;
  width: 100px;
}
.users .datetime select:nth-of-type(3) {
  margin-right: 40px;
}
.users .row > * {
  padding-top: 10px;
}

.error-message {
  color: red;
}

.profile {
  position: relative;
}
.profile .edit-profile {
  margin-left: 5px;
}
.profile h3 {
  margin-bottom: 10px;
}
.profile ul {
  list-style-type: disc;
}
.profile ul li {
  margin-left: 20px;
}
.profile div#contact-data {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: 0;
}
.profile div#contact-data > div:first-child {
  border-right: 1px solid #eeeeee;
}
.profile div#contact-data .data {
  padding-left: 10px;
}
.profile div#contact-data > * {
  padding-top: 10px;
}
.profile div#account-data {
  margin-top: 20px;
}
.profile div#account-data > div {
  padding-left: 0;
}
.profile div#account-data > div > h3 {
  padding-left: 35px;
}
.profile div#account-data > div table {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  min-height: 700px;
  line-height: 1.5;
}
.profile div#account-data > div table td {
  padding-left: 10px;
}
.profile div#account-data > div table td:first-of-type {
  border-right: 1px solid #eeeeee;
  padding-left: 30px;
  padding-right: 10px;
  font-weight: 400;
}
.profile div#account-data > div table td:last-of-type {
  padding-right: 30px;
}
.profile div#account-data > div > .row:first-of-type > div {
  padding-top: 0;
  margin-top: 35px;
}
.profile div#account-data .lb {
  border-left: 1px solid #eeeeee;
}
.profile table#accounts td, .profile table#accounts th {
  border: 1px solid #eeeeee;
  padding: 5px;
}
.profile table#accounts td:first-of-type, .profile table#accounts th:first-of-type {
  border-left: none;
}
.profile table#accounts td:last-of-type, .profile table#accounts th:last-of-type {
  border-right: none;
}
.profile .profile-icon {
  width: 368px;
  height: 180px;
  background: url("/img/landing/zugriff.png") no-repeat center;
  background-size: contain;
  margin-top: 35px;
}

.cke_editable .nav-tabs {
  display: none;
}
.cke_editable .tab-pane {
  display: block !important;
  border: 1px solid #aaa;
  margin-bottom: 20px;
  padding: 1em 1em 1em 2em;
  position: relative;
  overflow: hidden;
}
.cke_editable .tab-pane:before {
  position: absolute;
  font-size: 11pt;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  top: 0;
  left: 30px;
  background: #777;
  color: white;
  width: 1000%;
  padding-left: 4px;
}
.cke_editable .tab-pane.revit:before {
  content: "Revit";
}
.cke_editable .tab-pane.archicad:before {
  content: "ArchiCAD";
}
.cke_editable .tab-pane.allplan:before {
  content: "Allplan";
}
.cke_editable .tab-pane.revit-pro:before {
  content: "Revit Pro";
}
.cke_editable .tab-pane.at:before {
  content: "AT";
}
.cke_editable .tab-pane.de:before {
  content: "DE";
}
.cke_editable .tab-pane.ch:before {
  content: "CH";
}
.cke_editable .tab-pane.atp:before {
  content: "ATP";
}
.cke_editable .tab-pane.a62412:before {
  content: "ÖN A-6241-2";
}
.cke_editable .tab-content {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding: 0 !important;
}
@keyframes pulseColor {
  0% {
    background-color: red;
  }
  25% {
    background-color: orange;
  }
  50% {
    background-color: red;
  }
  75% {
    background-color: orange;
  }
  100% {
    background-color: red;
  }
}
.cke_editable .bootstrap-tabs.invalid .tab-pane:before {
  background: red;
  animation-name: pulseColor;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

.noscript-wrap {
  position: absolute;
  left: 50%;
}

.noscript-text {
  position: relative;
  text-align: center;
  left: -50%;
  z-index: 1000;
  background: white;
  border: 1px solid #aaa;
  border-top: none;
  padding: 2px 15px 2px 15px;
}

.error-area {
  margin: 0 auto;
  width: 400px;
}
.error-area p.error-text {
  margin-bottom: 30px;
}
.error-area .error-img {
  width: 300px;
  height: 300px;
  background-size: contain;
  margin: 0 auto 25px;
}
.error-area .error-img.ups {
  background: url("/img/ups.png") no-repeat center center;
}
.error-area .error-img.upgrade {
  background: url("/img/upgrade.png") no-repeat center center;
}

.static_page.faq h3 {
  font-size: 1em !important;
}

tr.invalid {
  color: #808080;
}
tr.invalid a {
  color: #808080;
}

body.blank {
  background: white;
}
body.blank h1.feedback {
  font-weight: normal;
}
body.blank .f-title {
  font-weight: 700;
  font-style: italic;
}
body.blank #titleBar {
  display: none;
}

a.feedback {
  padding: 0.2em 0.5em;
}

@media screen and (max-width: 736px) {
  #banner {
    margin: 2em 0 0 0 !important;
  }

  .homepage #stickybanner {
    top: 0;
  }
}
#cboxTitle a {
  float: left;
  font-size: 0.8em;
  height: 20px;
}

.disc-wrapper {
  position: relative;
}

.disc-name {
  cursor: help;
}

.disc-list {
  display: none;
  position: absolute;
  background: #efefef;
  padding: 5px;
  color: black;
  border: 1px solid black;
  left: 80px;
  top: -1px;
}

.nodes ul.nav li {
  display: inline-block;
}
.nodes ul.nav li .button {
  padding: 0.25em 0.5em;
  font-size: 1em;
}
.nodes .filter form input,
.nodes .filter form select,
.nodes .filter form button {
  padding: 0.25em 0.5em;
  font-size: 1em;
}
.nodes .filter form label {
  margin: 0;
}
.nodes .filter form .row {
  margin-top: -5px;
}
.nodes .filter form .row > div {
  padding-top: 5px;
}
.nodes th {
  white-space: nowrap;
}
.nodes th.bl2 {
  border-left: 2px solid black;
}
.nodes th.br2 {
  border-right: 2px solid black;
}
.nodes th[data-toggle] {
  cursor: cell;
}
.nodes th[data-toggle]::after {
  font-size: 0.7em;
  line-height: 1em;
  margin-left: 5px;
}
.nodes th[data-toggle].ok::after {
  content: "(✓)";
}
.nodes th[data-toggle].error::after {
  content: "(✕)";
}
.nodes td.status {
  text-align: center;
  width: 100px;
}
.nodes td.status a {
  color: black;
  font-weight: 300;
  font-style: italic;
  font-size: 1em;
}
.nodes td.status.ok {
  background-color: #aeff9e;
}
.nodes td.status.ok::before {
  content: "✓";
}
.nodes td.status.error {
  background-color: #ff8e8e;
}
.nodes td.status.error::before {
  content: "✕";
}
.nodes td.status.yn {
  background-color: transparent;
}
.nodes td.status.yn.ok::before {
  content: "✓";
}
.nodes td.status.yn.error::before {
  content: "";
}
.nodes td.status[data-field] {
  cursor: pointer;
}
.nodes td.bl2 {
  border-left: 2px solid black;
}
.nodes td.br2 {
  border-right: 2px solid black;
}
.nodes td[data-note] {
  cursor: text;
}
.nodes td[data-user] {
  cursor: pointer;
}
.nodes td textarea {
  font-size: 0.8em;
  width: 100%;
}

@media screen and (min-width: 737px) {
  .prices > div {
    width: 20% !important;
  }
}
.prices > div {
  padding-top: 20px;
}
.prices > div:nth-child(2n) section {
  background: #EEE;
}
.prices section {
  margin-top: 0;
  padding-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.prices section article {
  padding: 0 15px 0 20px;
  text-align: left;
  height: 320px;
}
.prices section article li {
  list-style-type: circle;
  line-height: 1.5;
  margin-bottom: 10px;
}
.prices section header {
  min-height: 120px;
  padding-top: 0 !important;
}
.prices section header .price-text {
  font-weight: bold;
}
.prices section footer {
  height: 120px;
}
.prices .row {
  padding: 5px;
}

.userhome .row {
  margin-top: 0;
}
.admin .row:not(.preview) > * { 
  padding-top: 0;
}
.admin form input,
.admin form select {
  padding: 0;
}

small {
  font-size: 0.8em;
}

.small-text {
  font-size: 14px;
  line-height: 1.2;
  display: block;
}

#footer ul li {
  list-style: none;
  margin: 0;
}

article .toolbar,
.settings .inner {
  display: none;
}

article .editor-enabled {
  /*
      .tab-content::before{
          content: '';
          border-left: 1px dashed #afafaf;
          height: 100%;
          position: absolute;
          top: 0;
          left: -19px;
      }

      .nav-tabs::before{
          border-left: 1px dashed #afafaf;
          height: 46px;
          float: left;
          margin-left: -18px;
      }*/
}
article .editor-enabled .toolbar {
  display: block;
  text-align: center;
  height: 26px;
  transition: 0.5s;
}
article .editor-enabled .toolbar.add {
  position: relative;
  z-index: 99;
}
article .editor-enabled .toolbar.add a {
  display: none;
}
article .editor-enabled .toolbar.add:hover {
  background-color: #fbfbfb;
  opacity: 1;
}
article .editor-enabled .toolbar.add:hover a {
  display: inline-block;
}
article .editor-enabled .toolbar.add.bottom {
  border-top: 1px dashed #afafaf;
  margin: 0 -3em 0 -22px;
  border-left: 3px solid white;
}
article .editor-enabled .toolbar.add.tab-tools {
  margin: 0 -3em 0 -8px;
}
article .editor-enabled .toolbar a:hover {
  color: #000;
}
article .editor-enabled div.block {
  border-left: 1px dashed #afafaf;
  border-top: 1px dashed #afafaf;
  margin: 0 -2em 0 -0.8em;
  padding: 0 2em 0 1.2em;
}
article .editor-enabled div.block > .block {
  margin-left: -0.5em;
}
article .editor-enabled .block-settings {
  border-left: 1px dashed #afafaf;
  border-bottom: 1px dashed #afafaf;
  padding: 0 15px 0 10px;
  margin-right: -35px;
  text-align: right;
}
article .editor-enabled .tab-pane > div.block {
  border: none;
}
article .editor-enabled .tab-pane .toolbar.add {
  display: none;
}
article .editor-enabled .tab-content {
  margin-bottom: 2px;
  position: relative;
}

article .tab-pane .toolbar {
  margin-top: -20px;
  margin-right: -10px;
}
article .tab-pane .toolbar.toolbar-bottom {
  display: none;
}

article .toolbar {
  font-size: 12px;
  color: #bbb;
}
article .toolbar.saving:before {
  display: inline;
  content: "saving...";
  color: #bbbbbb;
}
article .toolbar a {
  padding-left: 0.5em;
  color: #bbb;
}
article .toolbar i:hover {
  cursor: pointer;
}
article .toolbar.post-content {
  margin-top: -18px;
  margin-bottom: 5px;
  margin-left: 10px;
}
article .toolbar .over {
  margin-right: 0.5em;
}
article .toolbar .over > i {
  color: #bbbbbb;
  padding: 2px;
}
article .toolbar .over > a {
  padding: 2px;
  display: none;
}
article .toolbar .over > a:hover {
  color: #000;
}
article .toolbar .over > div {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  margin: 6px 0 0 -20px;
  padding: 2px;
  background: white;
  border-radius: 4px;
  min-width: 140px;
  z-index: 100;
  text-align: left;
}
article .toolbar .over > div input, article .toolbar .over > div select {
  padding: 0 5px;
  line-height: 1.5em;
  width: auto;
  display: inline-block;
}
article .toolbar .over > div label {
  margin: -4px 4px;
  display: inline-block;
}
article .toolbar .over:hover {
  border: 1px solid;
  border-radius: 4px;
}
article .toolbar .over:hover > i {
  color: #000;
}
article .toolbar .over:hover > a {
  display: inherit;
}
article .toolbar .over:hover > div {
  display: inline-block;
}

.block > .block,
.block > ul.nav-tabs,
.block > div.tab-content {
  margin-left: 0.5em;
}

article {
  position: relative;
}
article > .settings {
  position: absolute;
  width: 340px;
  right: -360px;
  top: 0;
  padding: 1em;
  overflow: hidden;
  font-size: 14px;
  z-index: 99;
}
article > .settings label {
  margin-top: 5px;
}
article > .settings input, article > .settings select {
  padding: 0.2em 0.5em;
  font-size: 1em;
}
article > .settings input[type=file], article > .settings select[type=file] {
  padding: 0;
}
article > .settings h3 > span {
  float: right;
  font-size: 0.8em;
  font-weight: normal;
}
article > .settings .node-icon {
  width: 100%;
  text-align: center;
}
article > .settings .node-icon img {
  width: 160px;
}
article > .settings .checkbox label {
  margin: 0 !important;
  font-weight: inherit;
  line-height: 14px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0 10px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

a[name] {
  top: -165px;
  position: relative;
  display: block;
  visibility: hidden;
  padding: 8px;
}

.user-bar {
  font-size: 0.75em;
  border-radius: 0 0 7px 7px;
  padding: 20px 15px 0 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.user-bar a {
  font-weight: normal;
  color: #aaa;
}
.user-bar a:after {
  content: "|";
  padding: 0 7px;
}
.user-bar a:last-child:after {
  content: "";
  padding: 0;
}

.hidden {
  display: none;
}

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