@charset "UTF-8";
h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1em;
  color: #333;
  text-transform: none; }

h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #333;
  text-transform: uppercase; }

h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0.25em; }

h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25em; }

a {
  color: #ff6a03;
  text-decoration: none; }
  a:hover {
    color: #ff6a03; }
  a.nocolor {
    color: inherit; }

b {
  font-weight: bold; }

.space {
  margin: 24px 0; }

body {
  font-size: 14px; }

.container {
  min-height: 100%;
  position: relative;
  padding-bottom: 48px; }

.content-wrapper {
  margin-left: 200px; }

.content {
  margin: 72px 24px 24px; }

.topbar {
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  z-index: 8000;
  width: 100%;
  top: 0;
  left: 0;
  height: 48px; }
  .topbar .topbar-content {
    position: relative;
    float: right;
    z-index: 100;
    background: transparent;
    padding-right: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .topbar .topbar-content .topbar-icon:hover path {
      fill: #E1DB35 !important; }
    .topbar .topbar-content .topbar-box {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0 12px;
      height: 48px; }
      .topbar .topbar-content .topbar-box:last-child {
        padding-right: 0; }

.infomessage-container {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 50;
  height: 48px;
  padding: 12px 24px;
  margin-left: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .infomessage-container.info {
    color: #00529B;
    background-color: #BDE5F8; }
  .infomessage-container.success {
    color: #4F8A10;
    background-color: #DFF2BF; }
  .infomessage-container.warning {
    color: #9F6000;
    background-color: #FEEFB3; }
  .infomessage-container.error {
    color: #D8000C;
    background-color: #FFBABA; }

.breadcrumbs {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 40;
  height: 48px;
  margin-left: 200px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .breadcrumbs a:hover {
    text-decoration: underline; }

.sidemenu {
  width: 200px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  background-color: #3b3b3b;
  color: #ababab;
  border-right: 1px solid #e5e5e5;
  z-index: 9000; }
  .sidemenu .logo {
    width: 100%;
    margin: 0 auto; }
    .sidemenu .logo img {
      padding: 10% 25% 5% 25%; }
  .sidemenu .title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.5rem;
    margin: 0 auto;
    text-align: center;
    color: #ababab; }
  .sidemenu .entries {
    margin-top: 24px; }
    .sidemenu .entries .entry {
      height: 48px;
      border-bottom: 1px solid #e5e5e5; }
      .sidemenu .entries .entry:first-child {
        border-top: 1px solid #e5e5e5; }
      .sidemenu .entries .entry a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
        padding-left: 24px; }
        .sidemenu .entries .entry a:hover {
          color: #333; }
        .sidemenu .entries .entry a span.indent {
          padding-left: 1rem; }
      .sidemenu .entries .entry:hover {
        background-color: #656565; }
      .sidemenu .entries .entry.empty:hover {
        background-color: transparent; }
      .sidemenu .entries .entry.active {
        background-color: #656565; }

input[type=text]:hover, input[type=email]:hover, input[type=password]:hover,
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
  border: solid 1px #333; }

.form input[type=text],
.form input[type=email],
.form input[type=date],
.form input[type=password],
.form textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  outline: 0;
  background: #f2f2f2;
  border: 0;
  margin: 0 0 16px;
  padding: 6px 2.2em 6px 8px; }
  .form input[type=text].full-width,
  .form input[type=email].full-width,
  .form input[type=date].full-width,
  .form input[type=password].full-width,
  .form textarea.full-width {
    width: 100%; }
.form.form-invers input[type=text],
.form.form-invers input[type=email],
.form.form-invers input[type=date],
.form.form-invers input[type=password],
.form.form-invers textarea {
  background: #ffffff; }
.form select.full-width {
  width: 100%; }
.form input.full-width {
  width: 100%; }
.form textarea.full-width {
  width: 100%; }
.form .show-inner-icon {
  position: relative; }
  .form .show-inner-icon i {
    position: absolute;
    right: 0.55em;
    top: 0.55em;
    padding: 1em;
    pointer-events: none; }
.form .form-label {
  font-family: "Roboto Condensed", sans-serif;
  color: gray; }
.form .input-main {
  font-size: 2.5em;
  border: none;
  border-bottom: 1px solid gray;
  margin-bottom: 24px;
  -webkit-appearance: none; }
.form .input-main:active {
  border-color: #ff6a03; }
.form .grid-inner {
  margin: 0; }

.btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  background: #656565;
  color: #f9f9f9;
  font-family: inherit;
  font-size: inherit;
  padding: 12px 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.btn:hover, .btn:focus, .btn:active {
  color: white; }

.btn:hover:before, .btn:focus:before, .btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.btn-lighter {
  background: #5d6975; }

.btn.btn-cancel {
  background-color: #f2645a; }

.btn.btn-cancel:hover {
  background: #bf4f47; }

.headroom {
  will-change: transform;
  transition: transform 200ms linear; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

/****************
* Tables
*****************/
.list-table {
  width: 100%; }

.list-table th,
.list-table td {
  text-align: left;
  padding: 12px 8px;
  border-bottom: 1px #ddd solid; }
  .list-table th.text-center,
  .list-table td.text-center {
    text-align: center; }

.list-table th.no-border-padding,
.list-table td.no-border-padding {
  padding: 12px 8px 12px 0; }

.list-table th {
  background-color: #3b3b3b;
  color: #ff6a03;
  vertical-align: middle;
  height: 38px; }

.list-table-preview-image-cell {
  width: 86px; }

.list-table td {
  vertical-align: middle; }

.list-table td.strong {
  font-weight: 700; }

.list-table tr {
  cursor: pointer; }

.list-table tr.nolink {
  cursor: default; }

.list-table tr:hover {
  background-color: #f2f2f2; }

.list-table tr .editicons {
  display: none;
  width: 13px;
  max-width: 13px;
  margin-top: 2px;
  opacity: 0.5; }

.list-table tr .editicons:hover {
  margin-top: 2px;
  opacity: 1;
  cursor: pointer; }

.list-table tr:hover .editicons {
  display: inline; }

.list-table tr.topOfTOPList {
  background-color: #bae7ba; }

.list-table tr.topOfTOPList:hover {
  background-color: #aae7aa; }

table tr.no-td-border td {
  border: 0; }

.list-reloaded .pagination li {
  display: inline-block;
  background-color: #f5f5f5;
  margin-right: 6px; }
  .list-reloaded .pagination li.active {
    background-color: #ff6a03; }
    .list-reloaded .pagination li.active a.page {
      color: #f9f9f9; }
      .list-reloaded .pagination li.active a.page:hover {
        cursor: pointer;
        background-color: #333; }
  .list-reloaded .pagination li a.page {
    padding: 12px;
    display: block; }
    .list-reloaded .pagination li a.page:hover {
      cursor: pointer;
      background-color: #e5e5e5; }

.dataTable .dataTables_empty {
  cursor: default; }

/****************
* Block
*****************/
.block {
  width: 100%;
  padding: 12px;
  background-color: #f5f5f5;
  box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 1px 0 #B3B3B3; }

.data-table-form-table {
  width: 100%;
  margin-bottom: 72px; }
  .data-table-form-table th {
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 8px;
    vertical-align: middle; }
    .data-table-form-table th h3 {
      font-weight: 600;
      font-size: 1.3em; }
  .data-table-form-table th.text-center {
    text-align: center; }
  .data-table-form-table td {
    padding: 8px;
    vertical-align: middle;
    border-bottom: 1px solid #333; }
  .data-table-form-table td.description, .data-table-form-table td.value {
    width: 40%; }
  .data-table-form-table td.icons {
    width: 60px; }
  .data-table-form-table .full-width {
    width: 100%; }
  .data-table-form-table input[type=checkbox] {
    vertical-align: middle; }

th.icons, td.icons {
  width: 60px; }

.icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  vertical-align: middle; }

.icon:hover {
  opacity: 0.8; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.flag-icon {
  width: 24px;
  margin-right: 8px; }

.flag-icon.missing {
  opacity: 0.3; }

.product-categories {
  font-size: 1.2em; }

.default-cursor {
  cursor: default; }

.prevnextIcon.deactivated {
  fill: #999;
  cursor: not-allowed; }
.prevnextIcon.active:hover {
  fill: #E1DB35; }

#valid-from, #valid-until {
  width: 288px; }

.gis-upload-area {
  height: 200px;
  width: 200px;
  position: relative;
  color: black;
  border: 3px #223B1E dashed;
  text-align: center; }
  .gis-upload-area .dz-success-mark {
    width: 50%; }
  .gis-upload-area .dz-error-mark {
    width: 50%; }

.dz-upload {
  display: block;
  background-color: #878787;
  height: 10px;
  width: 0; }

table.download-table {
    /*
    td.column5, td.column6 {
      width: 12%;
    }

    td.column8 {
      width: 4%;
    }

    */ }
  table.download-table td.column1 {
    width: 4%; }
  table.download-table td.column2 {
    width: 6%; }
  table.download-table td.column3 {
    width: 45%; }
  table.download-table td.column4 {
    width: 17%; }
  table.download-table td.column7 {
    width: 4%; }
  table.download-table tr.empty td {
    text-align: center; }
  table.download-table a.editicons {
    color: #ababab; }
  table.download-table .newly-added-row {
    background-color: #DFF2BF; }

.login-content div, .login-content p, .login-content h2, .login-content h3 {
  color: #ffffff; }

.login-title-left h2 {
  color: #ffffff; }

/**
 * Products
 */
.delete-product {
  min-width: 24px; }

/**
 * Categories
 */
.delete-category {
  min-width: 24px; }

/**
 * Upload
 */
.upload-entry-name-input {
  display: none; }

.upload-entry-discard {
  display: none;
  width: 13px;
  max-width: 13px;
  margin-top: 2px;
  opacity: 0.5; }
  .upload-entry-discard:hover {
    margin-top: 2px;
    opacity: 1;
    cursor: pointer; }

.upload-entry-save {
  display: none;
  width: 13px;
  max-width: 13px;
  margin-top: 2px;
  opacity: 0.5; }
  .upload-entry-save:hover {
    margin-top: 2px;
    opacity: 1;
    cursor: pointer; }

.pastable {
  cursor: pointer; }

.pastable-focus {
  border: 2px dotted lightgray !important;
  -webkit-box-shadow: 0 0 16px gray;
  -moz-box-shadow: 0 0 16px gray;
  box-shadow: 0 0 16px gray; }

/*
.pastable-focus::before {
    content: "Bild aus Zwischenablage einfügen";
    background-color: white;
  color: gray;
    position: relative;
    top: -10px;
    width: 100%;
}
*/
.btn:disabled {
  cursor: not-allowed; }

/**
 * User Administration
 */
form#user_edit select#displayLanguage {
  background-color: #656565;
  color: #f9f9f9; }

/**
 * Brochures
 */
.hidden {
  display: none; }

.loader {
  float: left;
  border: 4px solid #3b3b3b;
  /* Light grey */
  border-top: 4px solid #3498db;
  /* Blue */
  border-radius: 50%;
  border-right: none;
  border-left: none;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin-left: 20px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.flash-green {
  animation: blinker 1s linear; }

@keyframes blinker {
  0% {
    color: #223B1E; }
  50% {
    opacity: 0; }
  100% {
    color: #333; } }
#languageSelector {
  margin-left: 12px; }

.characteristic td {
  background-color: #aceffd; }

/**
 * Product presentation
 */
#product-presentation-wrapper tr.nohighlight:hover {
  background-color: transparent; }

div.slide {
  border: 2px solid #878787;
  padding: 10px 10px; }
  div.slide span.slide-title {
    font-size: 15pt;
    vertical-align: middle; }

div.flex {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  position: relative; }

div.divider {
  width: 2px;
  margin-right: 3%;
  background-color: #242424; }
  div.divider.beginning {
    margin-top: 10px; }
  div.divider.end {
    margin-bottom: 10px; }

div.delimiter {
  position: relative; }
  div.delimiter > .delimiter-bottom-line {
    position: absolute;
    bottom: 0;
    left: -3%;
    height: 2px;
    width: 103%;
    background-color: #242424; }
  div.delimiter > .delimiter-top-line {
    position: absolute;
    top: 0;
    left: -3%;
    height: 2px;
    width: 103%;
    background-color: #242424; }

#presentation-container {
  border: 2px dashed #bababa;
  min-height: 200px;
  padding: 0 20px 20px 20px; }

#slide-container {
  position: relative;
  border: 2px dashed #bababa;
  min-height: 50px;
  width: 100%;
  padding: 0 20px 20px 20px;
  /**
   * dragula styling
   */ }
  #slide-container #drop-to-remove-slide {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    z-index: 1000;
    top: 0;
    left: 0; }
    #slide-container #drop-to-remove-slide span.delete-text {
      position: absolute;
      font-size: 15pt;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #slide-container #drop-to-remove-slide span.delete-text span.slide-to-delete {
        text-decoration: line-through; }
  #slide-container.scrolled {
    position: fixed;
    top: 140px; }
  #slide-container.bottom {
    position: absolute;
    bottom: 20px; }
  #slide-container .gu-transit {
    display: none; }

.slide {
  position: relative;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  background-color: white;
  overflow-x: hidden; }
  .slide.fog {
    opacity: 0.3; }
  .slide.not-moveable {
    cursor: default; }
  .slide .full-width {
    width: 100%; }
  .slide .slide-content input[name="image[]"] {
    float: left;
    width: 90%; }
  .slide .slide-content span {
    margin-left: 5px; }
  .slide .slide-content table th {
    background-color: transparent;
    color: black; }
  .slide .slide-content table td select {
    font-size: 99%; }
  .slide span.delete-image {
    margin: 0;
    width: 10%; }
    .slide span.delete-image img {
      margin-top: 5px; }
  .slide img.icon {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .slide div.edited {
    position: absolute;
    top: 0;
    right: 10px;
    background-color: #ABEBC3;
    width: 24px;
    height: 35px; }
    .slide div.edited:before {
      position: absolute;
      content: '';
      bottom: 0;
      width: 0;
      height: 0px;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid white; }
  .slide.gu-mirror {
    height: auto !important; }
    .slide.gu-mirror .slide-content {
      display: none; }
  .slide.image-drop-area .image-preview-container {
    position: relative; }
    .slide.image-drop-area .image-preview-container:hover {
      cursor: pointer; }
      .slide.image-drop-area .image-preview-container:hover .clear-pasted-image {
        display: block; }
  .slide.image-drop-area div.clear-pasted-image {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5); }
    .slide.image-drop-area div.clear-pasted-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 64px;
      height: 64px; }

.disabled {
  background-color: lightgray !important;
  cursor: not-allowed !important; }
  .disabled::before {
    background: transparent !important; }

.notify-container {
  position: relative;
  display: inline-block; }
  .notify-container .notify-bubble {
    position: absolute;
    cursor: pointer;
    top: -8px;
    right: -7px;
    padding: 5px 10px 5px 10px;
    background-color: #f2645a;
    color: white;
    font-size: 1em;
    font-weight: 900;
    border-radius: 50%;
    box-shadow: 1px 1px 1px gray;
    z-index: 100; }

div.construction-wrapper .col5, div.construction-wrapper .col6 {
  margin-top: 20px;
  margin-bottom: 20px; }

/**
    Category - ProductInfoBox
 */
.info-block .info-block-header {
  cursor: all-scroll; }
.info-block form.inactive {
  display: none; }
.info-block .info-block-open {
  cursor: pointer; }

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