@charset "UTF-8";
/**
 * INHALTSVERZEICHNIS
 * 1. Farben
 * 2.
 */
/**
 * 1. Farben
 */
.txt-color-info {
  color: #1F9BCF;
}

.txt-color-success {
  color: #4BBF73;
}

.txt-color-warning {
  color: #f0ad4e;
}

.txt-color-danger {
  color: #d9534f;
}

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: none;
}

a:hover {
  text-decoration: none;
}

/**
 * INHALTSVERZEICHNIS
 * ------------------
 * 1. Forms
 * 2. Tables
 * 3. Sonstiges
 */
/**
 * 1. Forms
 */
form:not(.form-unstyled) {
  position: relative;
  padding: 25px 25px 85px 25px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
}
form:not(.form-unstyled) legend {
  margin-bottom: 1.5rem;
}
form:not(.form-unstyled) .row {
  margin-bottom: 25px;
}
form:not(.form-unstyled) .row:last-child {
  margin-bottom: 0;
}
form:not(.form-unstyled) label {
  margin-bottom: 0.5rem;
}
form:not(.form-unstyled) .form-check-input {
  top: 35px;
  left: 15px;
  margin-top: 0;
}
form:not(.form-unstyled) .multi-checkbox .form-check-inline {
  position: relative;
}
form:not(.form-unstyled) .multi-checkbox .form-check-inline + .form-check-inline {
  margin-left: 0;
  margin-right: 0.75rem;
}
form:not(.form-unstyled) .multi-checkbox .form-check-inline:first-child {
  margin-right: 0.75rem;
}
form:not(.form-unstyled) .multi-checkbox input {
  position: absolute;
  left: 0;
  top: 2px;
}
form:not(.form-unstyled) .alert {
  margin: 25px -25px -25px -25px;
  text-align: center;
}
form:not(.form-unstyled) footer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 73px;
  border-top: 1px solid #eceeef;
}
form:not(.form-unstyled) footer .btn {
  margin: 8px;
}
form.filter-form {
  padding: 0;
  border: 0;
}

/**
 * 2. Tables
 */
.table td, .table th {
  padding: 0.4rem;
}
.table td.actions, .table th.actions {
  min-width: 110px;
  max-width: 110px;
  text-align: center;
}
.table th {
  font-size: 10pt;
}
.table th.sort {
  white-space: nowrap;
}
.table th.sort.sort-asc:after {
  content: "";
  margin-top: 0.25rem;
}
.table th.sort.sort-desc:after {
  content: "";
  margin-top: -0.25rem;
}
.table th.sort:after {
  position: absolute;
  font-family: "FontAwesome", sans-serif;
  font-weight: 900;
  margin-left: 0.5rem;
}
.table thead.thead-inverse th a {
  color: white;
}

/**
 * 3. Sonstiges
 */
strong {
  font-weight: 700;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.fa.fa-margin {
  margin-right: 5px;
}

.form-check-input {
  margin-left: 0;
}

.btn {
  cursor: pointer;
}

.btn-small {
  cursor: pointer;
  font-size: 1.5rem;
  height: 40px;
}

.right {
  float: right;
}

/**
 * INHALTSVERZEICHNIS
 * 1. Allgemein
 * 2. Header
 * 3. Action Bar
 * 4. Sidebar
 * 5. Content
 * 6. Footer
 */
/**
 * 2. Header
 */
nav.navbar.main {
  min-height: 100px;
  background-color: #333333;
}
nav.navbar.main ul.navbar-nav {
  float: left;
  clear: both;
  display: inline-block;
}
nav.navbar.main ul.navbar-nav .active > .nav-link {
  color: #EF7F18;
}
nav.navbar.main ul.navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}
nav.navbar.main ul.navbar-nav + ul {
  margin-top: 50px;
}
nav.navbar.main .navbar-brand {
  position: absolute;
}
nav.navbar.main .navbar-toggler {
  position: absolute;
  cursor: pointer;
}
nav.navbar.main .navbar-toggler #menu-indicator {
  color: #8D8D8D;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  font-weight: 700;
}
nav.navbar.main .navbar-toggler:focus {
  outline: none;
}
nav.navbar.main #main-navigation {
  margin-left: 250px;
}

/**
 * 3. Action Bar
 */
#action-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  border-bottom: 1px solid #f7f7f9;
  padding: 7px 25px;
  box-shadow: inset 0 -10px 7px -11px black;
}
#action-bar a ~ a {
  margin-left: 10px;
}
#action-bar a .btn {
  cursor: pointer;
}
#action-bar .flash-message {
  float: right;
  margin-top: 2px;
}
#action-bar .form-control {
  display: inline-block;
}
#action-bar .form-control ~ .btn {
  margin-left: 10px;
}
#action-bar .alert {
  display: inline-block;
}
#action-bar form {
  padding: 0;
  border: none;
  display: inline-block;
}

/**
 * 5. Content
 */
#content {
  position: relative;
  padding: 85px 25px 25px 25px;
}
#content #dropzone {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px;
  overflow-y: auto;
  cursor: pointer;
}
#content #dropzone.single-upload {
  height: 40px;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  display: table;
}
#content #dropzone.single-upload span {
  display: table-cell;
  vertical-align: middle;
}
#content #dropzone.multi-upload {
  height: 250px;
}
#content #dropzone span {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
#content #dropzone span:first-child {
  padding-top: 0;
}
#content #dropzone span:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#content #task-details {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px;
}
#content #task-details h6.label {
  margin-bottom: 15px;
}

footer {
  padding: 10px 25px;
  font-size: x-small;
  text-align: center;
}

#thread-container #thread, #thread-container .comment {
  background-color: #b4b4b4;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  color: black;
}
#thread-container #thread .meta, #thread-container .comment .meta {
  width: 200px;
  margin-right: 2rem;
}
#thread-container #thread .meta p:not(:last-child), #thread-container .comment .meta p:not(:last-child) {
  margin-bottom: 1rem;
}
#thread-container #thread .meta ul.actions li, #thread-container .comment .meta ul.actions li {
  display: inline;
}
#thread-container #thread.admin, #thread-container .comment.admin {
  background-color: #323232;
  color: white;
}
#thread-container #thread.admin h5, #thread-container .comment.admin h5 {
  color: white;
}
#thread-container #thread.admin hr, #thread-container .comment.admin hr {
  background-color: white;
}
#thread-container #thread.admin .content .header, #thread-container .comment.admin .content .header {
  border-bottom-color: white;
}
#thread-container #thread.admin .content .files a, #thread-container .comment.admin .content .files a {
  color: white;
}
#thread-container #thread.important, #thread-container .comment.important {
  background-color: #ef7f18;
  color: black;
}
#thread-container #thread.important h5, #thread-container .comment.important h5 {
  color: black;
}
#thread-container #thread.important hr, #thread-container .comment.important hr {
  background-color: black;
}
#thread-container #thread.important .content .header, #thread-container .comment.important .content .header {
  border-bottom-color: black;
}
#thread-container #thread.important .content .files a, #thread-container .comment.important .content .files a {
  color: black;
}
#thread-container #thread .content, #thread-container .comment .content {
  flex: 1;
}
#thread-container #thread .content .header, #thread-container .comment .content .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 0.75rem;
  margin-bottom: 2rem;
}
#thread-container #thread .content .files, #thread-container .comment .content .files {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2rem;
  padding-top: 1rem;
}
#thread-container #thread {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 1rem;
  margin-bottom: 5rem;
}
#thread-container .comment {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 3rem;
  overflow-x: auto;
}
#thread-container #comment-form {
  margin-top: 5rem;
}

.widget {
  height: 160px;
}
.widget .subtitle {
  font-weight: 700;
  position: absolute;
  bottom: 80px;
}
.widget .token {
  position: absolute;
  bottom: 40px;
  padding-left: 0;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  flex-direction: row;
}
.flex-container div {
  background-color: #f7f7f7;
  color: #919aa1;
  flex: 1 1 0;
  margin: 0 10px 10px 10px;
}
.flex-container div h4 {
  padding-left: 1.5rem;
  padding-top: 1.5rem;
}
.flex-container div p {
  padding-top: 0.5rem;
  padding-left: 1.5rem;
}
.flex-container div .subtitle {
  font-weight: 700;
  padding-top: 0.5rem;
  padding-left: 1.5rem;
}
.flex-container .outer-div {
  min-width: 400px;
  max-width: 840px;
}

/**
 * INHALTSVERZEICHNIS
 * 1. Allgemein
 * 2. Header
 * 3. Sidebar
 * 4. Content
 * 5. Footer
 */
.materialVariationsFieldset > fieldset label.form-control-label input.form-check-input {
  position: relative;
  top: 0;
}
.materialVariationsFieldset > fieldset label {
  margin-left: 15px;
}

fieldset#multiVariation > ul > li {
  color: #d9534f;
}

.material_row {
  background-color: #f8f8f8;
}
.material_row td {
  font-weight: 600;
}

.material_row:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.materialImages {
  width: 250px;
}

.image_gallery {
  margin-left: 40px;
}
.image_gallery .hoverbox {
  cursor: default;
  list-style: none;
}
.image_gallery .hoverbox a .preview {
  display: none;
}
.image_gallery .hoverbox a:hover .preview {
  display: block;
  position: absolute;
  top: -33px;
  left: -45px;
  z-index: 1;
}
.image_gallery .hoverbox img {
  background: #fff;
  border: none;
  color: inherit;
  padding: 2px;
  vertical-align: top;
  width: 100px;
  height: 75px;
}
.image_gallery .hoverbox li {
  border: none;
  color: inherit;
  display: inline;
  float: left;
  margin: 3px;
  padding: 5px;
  position: relative;
}
.image_gallery .hoverbox .preview {
  border-color: #000;
  width: 200px;
  height: 150px;
}

.star {
  visibility: hidden;
  margin-left: -4px;
}

.star + span {
  position: absolute;
  right: 14px;
  font-size: 26px;
  cursor: pointer;
}

.star + span::before {
  content: "★";
  position: absolute;
  visibility: visible;
  color: #C8C8C8;
}

.star:checked + span::before {
  position: absolute;
  color: #FFC107;
}

#material_subscription .checkbox-label {
  margin-bottom: 0;
  margin-top: 20px;
}
#material_subscription .checkbox-input {
  width: 13px;
  height: 13px;
  padding: 0;
  vertical-align: bottom;
  position: relative;
  top: 10px;
  *overflow: hidden;
  margin: 0 25px 10px;
}
#material_subscription #agb {
  font-size: 0.875rem;
  text-align: right;
}

.span-width {
  display: inline-block;
  width: 200px;
}

#invoice body {
  padding: 4cm 2cm 2cm;
}
#invoice body, #invoice p, #invoice a, #invoice td, #invoice span {
  font-family: "Arial", sans-serif;
  font-size: 9pt;
  margin: 0;
}
#invoice header {
  position: fixed;
  top: 2cm;
  right: 2cm;
}
#invoice header img {
  width: 160px;
  float: right;
}
#invoice footer {
  position: fixed;
  bottom: 2cm;
  left: 1cm;
}
#invoice footer img {
  width: 676px;
}
#invoice h2 {
  font-size: 14pt;
}
#invoice h3 {
  font-size: 12pt;
}
#invoice table {
  width: 100%;
}
#invoice table tr {
  line-height: 16px;
}
#invoice table tr td {
  vertical-align: top;
  padding: 2px 0 0 0;
  margin: 0;
}
#invoice table tr td.text-right {
  text-align: right;
}
#invoice table tr td.font-weight-bold {
  font-weight: bold;
}

@font-face {
  font-family: "Futura Medium";
  src: url("/css/plugins/fonts/futura_medium.woff2") format("woff2"), url("/css/plugins/fonts/futura_medium.woff") format("woff");
}
@font-face {
  font-family: "Futura Heavy";
  src: url("/css/plugins/fonts/futura_heavy.woff2") format("woff2"), url("/css/plugins/fonts/futura_heavy.woff") format("woff");
}
* {
  font-family: "Futura Medium", sans-serif;
  letter-spacing: 1px;
}

h1, h2, h3, strong {
  font-family: "Futura Heavy", sans-serif;
}

p, td, th {
  line-height: 1.3;
}

.hidden {
  display: none;
}

table.sticky {
  position: relative;
}

tr.sticky-header th {
  position: -webkit-sticky;
  position: sticky;
  border: 0;
  top: 0;
  z-index: 100;
}

.txt-color-disabled {
  color: lightgray;
}

.section {
  margin: 0;
  scroll-margin-top: 55px;
}

.section:target {
  background-color: #fcf6e6;
}

.modal-xl {
  max-width: 1140px;
}

/*# sourceMappingURL=style.css.map */
