@import "plugin/varLight.less";
@import "plugin/prism_light.css";

/* ----------------------------------- ANCHOR VAR ---------------------------------- */
@dark-theme: true;
@font-primary: "Poppins", sans-serif;

/* @content-left-background: #fafafa;
@content-left-color: #f5f5f5; */
@content-left-font: @font-primary;

@border-radius: 7px;

@copy-link-txt: "Link kopiert!";

/* --------------------------------- ANCHOR GENERAL -------------------------------- */

/* Weil Chrome scheiße ist
html {
  scroll-behavior: smooth;
} */

body {
  font-family: @font-primary;
  color: @color-text;
  background-color: @background;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: @font-primary;
  color: @color-text;
  margin-top: 50px;
  font-weight: normal;
}

p,
span,
ul li,
ol li,
small,
a,
th,
td {
  font-family: @font-primary;
  color: @color-text;
  transition: 0.3s;
}

a:hover {
  color: @color-primary;
  text-decoration: none;
  transition: 0.3s;
}

h1 {
  font-size: 4.4rem;
}

h2.headline {
  display: flex;
  align-items: center;

  span {
    color: @bg-blue-3;
    font-weight: 500;
    background-color: #fff;
    padding-right: 15px;
  }

  &:before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 4px solid @bg-blue-2;
    position: absolute;
    z-index: -1;
    display: inline-block;
    order: 1;
  }

  &:after {
    /* transform: translate(-15px, -15px);
    width: 0; */
  }
  /*  &.copied:hover:after {
    transform: translate(15px, -15px);
  } */
}

h2 + h3,
h2 + h4,
h3 + h4 {
  margin-top: 25px;
}

.table,
table {
  width: 100%;

  tr th {
    border-top: 0;
    padding-bottom: 5px;
    vertical-align: bottom;
    font-weight: 600;
    font-size: 1.2em;
  }
}

.versionview {
  display: none;
}

.btn.btn-primary {
  background-color: transparent;
  color: @color-primary;
  border: 0;
  border-radius: @border-radius;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
  font-size: 18px;

  i {
    font-size: 25px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: @bg-blue-2;
    color: @color-primary;
    border-radius: 5px;
    margin-right: 20px;
  }

  &:after {
    font: normal normal normal 1em/1 "LineIcons";
    font-weight: normal;
    content: "\ea5c";
    margin-left: 20px;
    transition: 0.3s;
  }

  &:hover {
    background-color: @color-primary;
    color: #fff;

    &:after {
      transition: 0.3s;
      transform: translateX(10px);
    }
  }
}

/* ---------------------------------- ANCHOR CODE ---------------------------------- */
code[class*="language-"],
pre[class*="language-"],
code[class*="language-"] span,
pre[class*="language-"] span,
code {
  font-family: "Roboto Mono";
  font-size: 0.8rem;
}

pre[class*="language-"] {
  margin-top: 35px;
}

code {
  background-color: @bg-blue-2;
  color: @bg-blue-3;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 2px 8px 4px;
  border-radius: 4px;
  outline: 0;
  font-size: 0.9rem;
  white-space: nowrap;
}

pre[class*="language-"] > code {
  background: none;
  background-color: @bg-blue-1;
  box-shadow: none;
  border: 0;
  padding: 10px 15px;
  border-radius: @border-radius;
  white-space: break-spaces;
}

pre[class*="language-"]::before,
pre[class*="language-"]::after {
  box-shadow: none;
}

.line-numbers .line-numbers-rows {
  border-right: 0;
  top: 10px;

  > span::before {
    color: @color-text-light;
    line-height: 1.5;
  }
}

div.code-toolbar > .toolbar {
  top: -26px;
  left: 0;
  opacity: 1;
  width: 100%;

  span {
    opacity: 1;
    box-shadow: none;
    background-color: transparent;
    color: lighten(@color-text, 30%);
    padding: 0;
    font-size: 14px;
  }

  button {
    opacity: 1;
    box-shadow: none;
    background-color: @bg-blue-2;
    color: @bg-blue-3;
    position: absolute;
    right: 15px;
    top: calc(100% + 10px);
    font-size: 13px;
    padding: 2px 7px;
  }
}

/* ------------------------------- ANCHOR Blockqoute ------------------------------- */

blockquote {
  background-color: @bg-blue-1;
  padding: 20px;
  border-left: 5px solid @bg-blue-2;
  border-radius: @border-radius;

  p:last-child {
    margin: 0;
  }
}

/* ---------------------------------- ANCHOR PAGE ---------------------------------- */

.page {
  overflow: hidden;
  position: relative;

  #last-update {
    display: none;
    margin-bottom: 70px;
    position: relative;

    &:after {
      content: "\eb48";
      font: normal normal normal 1em/1 "LineIcons";
      position: absolute;
      left: 0;
      top: -1px;
      font-size: 12px;
      color: @bg-blue-3;
    }

    &:before {
      content: "Letze Änderung";
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      margin-left: 15px;
      line-height: 1em;
      color: @bg-blue-3;
    }
  }

  h1 {
    padding-right: 2em;
  }

  .right-content a {
    color: @bg-blue-3;

    &:hover {
      color: @bg-blue-2;
    }
  }

  figure.table .image {
    margin: 0px;
  }

  .image {
    display: block !important;
    margin: 30px 0;
    text-align: center;

    img {
      width: auto;
      max-width: 100%;
      border-radius: 7px;
      max-height: 50vh;
    }

    &.image-style-side {
      float: right;
      margin: 0;
    }
  }

  ol {
    padding-left: 25px;

    li::marker {
      color: @color-primary;
    }
  }
}

.headline {
  position: relative;
  display: flex;
  align-items: center;

  i {
    color: @bg-blue-3;

    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    padding-right: 15px;
    width: 50px;
    text-align: right;
    left: -50px;
  }

  &:hover {
    i {
      opacity: 1;
      transition: 0.3s;
    }
  }

  &:after {
    content: @copy-link-txt;
    position: absolute;
    font-size: 15px;
    height: 100%;
    display: block;
    padding: 8px 0;
    color: @bg-blue-3;
    transform: translateX(-15px);
    opacity: 0;
    transition: 0.4s;
    top: -100%;
  }

  &.copied {
    &:hover {
      &:after {
        transform: translateX(0px);
        opacity: 1;
        transition: 0.4s;
      }
    }
  }
}

/* ------------------------------ ANCHOR LEFT SIDEBAR ------------------------------ */

/* WIDE */
.page {
  .left-sidebar {
    &.wide,
    &.locked {
      width: 300px;
      transition: cubic-bezier(0.8, 0.5, 0.2, 1.4) 0.3s;

      .switch-menu {
        opacity: 1;
      }

      .logo-xl {
        opacity: 1;
        transition: 0.3s;
        width: calc(100% - 47px);
      }

      .logo-sm {
        opacity: 0;
        transition: 0.3s;
      }

      #logo span {
        background-color: @color-primary;
        color: @background;
        transition: 0.3s;
        font-size: 0.75rem;
        border-radius: 30px;
        padding: 2px 10px;
        margin-left: 0.25rem;
        margin-bottom: 27px;
      }

      .left-content nav#sidenav ul li.dropdown > a::after {
        opacity: 1;
        transition: 0.3s;
      }
    }
  }
}

/* SMALL */
.page {
  .left-sidebar {
    width: 300px;
    transition: cubic-bezier(0.8, 0.5, 0.2, 1.4) 0.3s;

    .logo-xl {
      opacity: 0;
      transition: 0.3s;
      width: 0;
    }

    .logo-sm {
      position: absolute;
      opacity: 1;
      width: 40px;
      transition: 0.3s;
    }

    #logo span {
      background-color: transparent;
      color: @color-text;
      transition: 0.3s;
      font-size: 1rem;
      border-radius: 30px;
      padding: 0;
      margin-left: 0;
      margin-bottom: -80px;
    }

    .left-content nav#sidenav ul li.dropdown > a::after {
      opacity: 0;
      transition: 0.3s;
    }
  }
}

/* NORMAL */
.page {
  .left-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    height: 100%;
    width: 60px;
    /* width: 300px; */
    transition: cubic-bezier(0.8, 0.5, 0.2, 1.4) 0.3s;
    z-index: 10;

    &:after {
      content: "";
      width: 200px;
      height: 100vh;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
    }

    &.locked .switch-menu {
      background-color: @bg-blue-3;
      transition: 0.3s;

      i {
        color: @background;
        transition: 0.3s;
      }
    }

    .switch-menu {
      opacity: 0;
      position: absolute;
      right: calc(-25px / 2);
      top: 15px;
      width: 25px;
      height: 25px;
      background-color: @background;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      z-index: 1;
      transition: 0.3s;

      &:hover {
        background-color: @bg-blue-3;
        transition: 0.3s;

        i {
          color: @background;
          transition: 0.3s;
        }
      }

      i {
        font-size: 13px;
        transition: 0.3s;
      }
    }

    .respSidebar-bg {
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      position: fixed;
      left: 0;
      top: 0;
      width: calc(100vw + 300px);
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
    }

    .left-content {
      background-color: @bg-blue-1;
      font-family: @content-left-font;
      min-height: 100vh;
      position: relative;
      overflow: hidden;
      height: 100%;

      #logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid @bg-blue-2;
        padding: 0 1.5rem;
        /* margin-bottom: 3rem; */
        height: 150px;

        strong {
          font-size: 3rem;
          color: @color-primary;
          font-weight: 200;
        }
      }

      nav#sidenav {
        padding: 0 10px;
        height: calc(100% - 150px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 50px;

        .custom-switch {
          padding-left: calc(40px + 10px);
          height: 50px;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #e3eefa;

          .custom-control-label::before {
            left: -2.75rem;
          }
          .custom-control-label::after {
            left: calc(-2.75rem + 2px);
          }
        }

        .sidenav-menu-slider {
          position: relative;

          > ul:first-child {
            margin-left: 0px;
            position: relative;
            width: 100%;
            transition: 0.3s;
          }

          > ul:last-child {
            position: absolute;
            top: 0;
            left: -300px;
            width: 290px;
            transition: 0.3s;
          }

          &.customerview-on {
            > ul:first-child {
              margin-left: 300px;
              transition: 0.3s;
            }

            > ul:last-child {
              left: 0px;
              transition: 0.3s;
            }
          }
        }

        ul {
          margin: 0;
          padding: 0;

          li.divider {
            margin-top: 10px;
            margin-left: 50px;

            p {
              font-size: 13px;
              font-weight: 300;
              margin-bottom: 5px;
              color: @color-text-light;
              white-space: nowrap;
            }
          }

          li {
            list-style: none;

            &.dropdown {
              &.active {
                /* padding-bottom: 0.4rem; */

                > a:after {
                  color: @bg-blue-3;
                }
              }

              > a {
                &:after {
                  font: normal normal normal 1em/1 "LineIcons";
                  content: "\ea5c";
                  font-weight: 900;
                  position: absolute;
                  top: auto;
                  right: 0;
                  color: @color-text;
                  height: 40px;
                  width: 30px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  transform: rotate(90deg);
                }

                &.collapsed:after {
                  transform: rotate(0deg);
                }
              }

              ul a > i {
                display: none;
              }
            }

            a {
              list-style: none;
              color: @color-text;
              padding: 0;
              margin: 0.1rem 0;
              font-size: 1rem;
              display: flex;
              align-items: center;
              transition: 0.3s;
              border-radius: @border-radius;

              &:hover,
              &:focus,
              &:active {
                text-decoration: none;
                background-color: darken(@bg-blue-1, 3%);
                transition: 0.3s;
              }

              i,
              .img-outer {
                width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-right: 10px;
                flex-shrink: 0;

                img {
                  width: 1em;
                  height: 1em;
                  filter: grayscale(100%);
                  object-fit: contain;
                }
              }

              span {
                position: relative;

                &:after {
                  content: "";
                  position: absolute;
                  width: 100%;
                  height: 1px;
                  border-bottom: 4px solid @bg-blue-3;
                  opacity: 0;
                  bottom: 5px;
                  left: 0;
                  transition: 0.3s;
                }

                &:hover:after {
                  opacity: 0.4;
                  transition: 0.3s;
                }
              }
            }

            ul {
              /* display: none; */
              list-style: none;
              padding-left: 1rem;

              li {
                position: relative;

                &:after {
                  content: "";
                  position: absolute;
                  left: 4px;
                  top: 0.4rem;
                  bottom: 0.4rem;
                  width: 2px;
                  background-color: @color-text-light;
                  transition: all 0.3s;
                }

                &:hover:after,
                &.active:after {
                  background-color: @color-primary;
                }

                a {
                  padding: 0.15rem 0 0.15rem 1rem;
                  font-size: 0.95rem;
                  display: block;
                }

                .img-outer {
                  display: none;
                }
              }
            }

            &.active > ul {
              /* display: block; */
            }

            &.active > a,
            &.active > ul > li.active a {
              color: @bg-blue-3;
              background-color: @bg-blue-2;

              img {
                filter: grayscale(0);
              }
            }
            &.active > a span {
              color: @bg-blue-3;
            }
          }
        }
      }

      footer {
        position: absolute;
        color: #aaa;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: @bg-blue-1;
        text-align: center;
        padding: 1rem;
        letter-spacing: 1px;
        font-size: 0.8rem;
        border-top: 1px solid #ddd;
      }
    }
  }
}

/* ------------------------------ ANCHOR RIGHT CONTENT ----------------------------- */

.page {
  .right-content {
    margin-top: 200px;

    .content-pos {
      top: 200px;
      position: fixed;

      #content-text-infobox {
        padding: 0;
        position: absolute;
        display: block;
        margin-left: 0;
        width: 300px;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: @border-radius;
        left: 100%;
        padding-left: 30px;
        transition: 1s;

        .content-text-infobox-title {
          font-size: 1.5rem;
          margin-bottom: 1rem;
        }

        nav#contentsSpy {
          position: relative;

          &:after,
          &:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 30px;
            background: rgb(255, 255, 255);
            z-index: 1;
          }

          &:before {
            top: 0;
            background: linear-gradient(
              180deg,
              rgba(255, 255, 255, 1) 0%,
              rgba(255, 255, 255, 0) 100%
            );
          }

          &:after {
            bottom: 0;
            background: linear-gradient(
              180deg,
              rgba(255, 255, 255, 0) 0%,
              rgba(255, 255, 255, 1) 100%
            );
          }

          ul {
            height: auto;
            overflow-y: auto;
            list-style: none;
            padding: 0 0 0 15px;
            margin: 0;
            position: relative;

            li {
              width: 100%;

              a {
                padding: 0.15rem 0 0.15rem 0.75rem;
                margin: 0.1rem 0;
                color: @color-text;
                transition: all 0.3s;
                cursor: pointer;
                position: relative;
                font-size: 1rem;

                &.active {
                  color: @color-primary;
                }

                &:hover {
                  color: @bg-blue-3;
                }

                &:before {
                  content: "";
                  position: absolute;
                  left: 0;
                  top: 2px;
                  bottom: 2px;
                  width: 2px;
                  background-color: @color-text-light;
                  -webkit-transition: all 0.3s;
                  transition: all 0.3s;
                }

                &.active:before {
                  background-color: @color-primary;
                }
              }
            }
          }
        }

        nav#contentsSpy > ul {
          height: calc(100vh - 320px);
          display: block;
          padding: 0;
          padding-bottom: 30px !important;

          > li > a:first-child {
            font-size: 1.2em;
            margin-top: 15px;
          }

          ul:after {
            content: "";
            position: absolute;
            left: 0;
            top: -1px;
            width: 12px;
            height: 7px;
            border-left: 2px solid #eee;
            border-bottom: 2px solid #eee;
          }
        }
      }
    }
  }
}

/* ------------------------------- ANCHOR CONTENT BAR ------------------------------ */

.page {
  .content-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: @background;

    .topbar-outer {
      display: flex;
    }

    .breadcrumb {
      background-color: @bg-blue-1;
      border-radius: @border-radius;
      margin: 30px 0px;
      display: inline-flex;
      padding: 0.45rem 1rem;
      margin-right: 10px;

      .breadcrumb-item {
        &:hover {
          text-decoration: none;
          color: @bg-blue-3;
          transition: 0.3s;
        }

        &.active a {
          color: @bg-blue-3;
        }
      }
    }

    &:after {
      content: "";
      width: 100%;
      bottom: -20px;
      height: 20px;
      position: absolute;
      background: @backgroundRGB;
      background: linear-gradient(
        180deg,
        @backgroundRGBA 0%,
        rgba(0, 212, 255, 0) 100%
      );
    }

    .topbar-search {
      flex: 1;
      margin-right: 10px;
      z-index: 10;
    }

    #searchbar {
      padding: 30px 0px;

      .ui.input {
        width: 100%;

        input {
          width: 100%;
          border: 0;
          background-color: @bg-blue-1;
          flex: 1;
          border-radius: @border-radius;
          height: 38px;
          padding: 10px;
          padding-left: 35px;
        }

        .search.icon {
          position: absolute;
          left: 0;
          height: 38px;
          display: inline-flex;
          align-items: center;
          padding-left: 10px;
        }
      }

      > .results {
        margin-top: 0;
        top: calc(100% - 30px + 0.5em);
        width: 100%;
        box-shadow: none;
        border: 0;
        border-radius: @border-radius;
        max-height: calc(100vh - 150px);
        overflow-y: auto !important;

        .highlight {
          color: @bg-blue-3;
        }

        .tags {
          margin-top: 10px;

          > span {
            display: inline-block;
            background-color: @bg-blue-2;
            color: @bg-blue-3;
            padding: 2px 4px;
            border-radius: 4px;
            margin-right: 3px;
            margin-bottom: 3px;

            i {
              font-size: 0.9em;
              margin-right: 5px;
            }

            .highlight {
              color: #333;
            }
          }
        }

        .grey {
          color: rgba(0, 0, 0, 0.4);
          margin-right: 5px;
        }

        .price {
          display: none;
        }

        .category {
          &:last-child .results,
          &:last-child .name {
            border-bottom: 0;
          }

          &.active .result.active {
            background-color: @bg-blue-2;
            transition: 0.5s;

            img {
              filter: grayscale(0%);
            }
          }

          .results {
            border-left: 0;
            width: 100%;
            background-color: @bg-blue-1;
            transition: 0.3s;

            .result {
              min-height: 60px;
              display: block;
              align-items: center;
              transition: 0.3s;

              &:hover {
                background-color: @bg-blue-2;
                transition: 0.3s;

                .title,
                .description {
                  color: @bg-blue-3;
                  transition: 0.3s;
                }

                img {
                  filter: grayscale(0%);
                  transition: 0.3s;
                }
              }
            }

            .title {
              color: @color-text;
              font-weight: 500;
              font-family: @font-primary;
              transition: 0.3s;
              display: block;
              align-items: center;

              img {
                width: 1em;
                height: 1em;
                margin-right: 5px;
                filter: grayscale(100%);
                object-fit: contain;
                transition: 0.3s;
              }

              i {
                margin-right: 5px;
              }
            }

            .description {
              font-weight: 400;
              font-family: @font-primary;
              transition: 0.5s;
            }
          }
          .name {
            font-weight: 400;
            font-family: @font-primary;
            background-color: @bg-blue-2;
            color: @bg-blue-3;

            a {
              display: flex;
              align-items: center;

              &:hover {
                color: @color-primary;

                img {
                  filter: grayscale(0%);
                  transition: 0.3s;
                }
              }

              img {
                width: 1em;
                height: 1em;
                margin-right: 5px;
                filter: grayscale(100%);
                object-fit: contain;
                transition: 0.3s;
              }

              i {
                margin-right: 5px;
              }
            }
          }
        }

        .message {
          background-color: @bg-blue-1;
          &.empty .header {
            display: none;
          }
        }
      }
    }

    .topbar-item.resp-only {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex: 1;
      height: 70px;

      #logo {
        position: relative;

        img {
          height: 30px;
        }
        span {
          position: absolute;
          top: 0;
          padding: 2px 10px;
          background-color: @color-primary;
          color: #fff;
          border-radius: 20px;
          font-size: 10px;
          margin-left: 5px;
        }
      }

      .hamburger {
        padding: 0;
        display: flex;
        align-items: center;
        margin-right: 15px;

        .hamburger-box {
          transform: scale(0.7);
        }

        .hamburger-inner,
        .hamburger-inner::after,
        .hamburger-inner::before {
          background-color: @color-text;
        }
      }

      .search-icon {
        width: 35px;
        height: 35px;
        background-color: @bg-blue-1;
        border-radius: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;

        &.active .close-i {
          opacity: 1;
          transition: 0.3s;
        }

        &.active .search-i {
          opacity: 0;
          transition: 0.3s;
        }

        .close-i {
          position: absolute;
          opacity: 0;
          transition: 0.3s;
        }

        .search-i {
          transition: 0.3s;
        }
      }
    }

    .topbar-verison {
      .bootstrap-select {
        margin: 30px 0;

        .btn-light:not(:disabled):not(.disabled):active,
        &.show > .btn-light.dropdown-toggle,
        .btn-light:not(:disabled):not(.disabled).active:focus,
        .btn-light:not(:disabled):not(.disabled):active:focus,
        &.show > .btn-light.dropdown-toggle:focus,
        .btn-light:hover {
          background-color: @bg-blue-2;
          border-color: transparent;
        }

        .btn {
          border-radius: @border-radius;
        }
        .dropdown-menu {
          border-radius: @border-radius;
          border: 0;
          background-color: @bg-blue-1;

          li {
            a.v {
              padding: 5px 15px;
              height: auto;

              span {
                font-size: 100%;
              }
            }

            /*  &:first-child a {
              padding: 0 10px;

              span:before {
                content: "NEW";
                font-size: 8px;
                background-color: @color-primary;
                color: #fff;
                font-size: 8px;
                padding: 1px 4px;
                border-radius: 3px;
                margin-right: 5px;
                font-weight: 700;
              }
            } */

            .dropdown-item {
              padding: 0px 25px;
              height: 20px;
              display: flex;
              align-items: center;

              span {
                font-size: 80%;

                .badge {
                  font-size: 70%;
                  font-weight: 500;
                }
              }

              &.active,
              &:active,
              &:hover {
                background-color: @bg-blue-2;

                span {
                  color: @bg-blue-3;
                }
              }
            }

            &.disabled a > span {
              color: #999;
            }
          }
        }
      }
    }
  }
}

/* --------------------------------- ANCHOR FOOTER --------------------------------- */

footer {
  padding: 20px 0;
  background-color: @bg-blue-1;
  margin-top: 250px;

  span,
  a {
    color: @color-text;
    margin: 0 2px;
  }
}

/* ---------------------------------- ANCHOR HOME ---------------------------------- */

section#start {
  /* height: 300vh; */

  .left-sidebar .left-content {
    /* background-color: transparent; */
  }

  .start-section {
    height: 100%;
    width: 100%;
    background-color: @bg-blue-1;
    margin-top: 1px;

    .content-bar {
      position: relative;
      background-color: transparent;

      &:after {
        content: none;
      }

      #searchbar {
        box-shadow: none;
        display: flex;
        justify-content: center;

        .ui.input {
          width: 700px;

          input {
            background-color: @background;
            font-size: 20px;
            line-height: 1em;
            padding: 10px 15px;
            height: auto;
          }
        }

        > .results {
          width: 700px;
          left: auto;
          right: auto;

          .category .results {
            background-color: @background;
          }
        }
      }
    }

    .home-outer-pin {
      height: 500px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      z-index: 1;

      p {
        margin-top: 15px;
        font-size: 20px;
      }
    }

    .home-menu-outer {
      position: relative;

      .svg-outer {
        background-color: #fff;
      }

      .home-content {
        background-color: #fff;
        padding: 200px 0;

        .txt-content {
          z-index: 1;

          span {
            color: #2f2e41;
            font-size: 20px;
            font-weight: 600;
          }

          h2 {
            color: @color-primary;
            font-size: 3.5em;
            margin: 0;
            margin-bottom: 20px;
            line-height: 1.2em;
          }

          p {
            color: #666;
          }
        }

        .start-img {
          svg {
            position: absolute;
            z-index: 0;
            transform: scale(2.3);
            pointer-events: none;

            path {
              fill: @bg-blue-1;
            }
          }

          img {
            width: 100%;
            z-index: 1;
            position: relative;
          }
        }
      }
    }
  }
}

/* -------------------------------- ANCHOR Oberpunkt ------------------------------- */

.oberpunkt {
  .oberpunkt-list-item .menu-inner-item {
    background-color: @bg-blue-1;
    padding: 20px;
    border-radius: @border-radius;
    margin-top: 30px;
    display: block;
    position: relative;

    p:first-child {
      margin-top: 0;
      margin-bottom: 0;
    }
    p:last-child {
      margin: 0;
      color: @color-text-light;
    }

    &:hover {
      background-color: @bg-blue-2;

      p:first-child {
        color: @bg-blue-3;
      }
      p:last-child {
        color: lighten(@bg-blue-3, 20%);
      }

      &:after {
        opacity: 1;
        transition: 0.3s;
      }
    }

    &:after {
      font: normal normal normal 1em/1 "LineIcons";
      font-weight: normal;
      content: "\ea5c";
      font-weight: 900;
      position: absolute;
      top: 0;
      right: 0;
      color: @bg-blue-3;
      width: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      font-size: 30px;

      opacity: 0;
      transition: 0.5s;
    }
  }
}

/* 
.divider {
    padding-left: .5rem;
    padding-right: .5rem;
}



.pre {
    background-color: @bg-blue-1;
    padding-top: 8px;
    border-radius: @border-radius;

    .pre-head {
        padding: 1rem;
        border-bottom: 1px solid @bg-blue-2;
        display: flex;
        justify-content: space-between;

        .pre-tag,
        .pre-copy {
            background-color: @bg-blue-2;
            color: @bg-blue-3;
            margin-top: 2px;
            margin-bottom: 2px;
            padding: 2px 8px 4px;
            border-radius: 4px;
            outline: 0;
        }

        .pre-copy {}
    }
}




pre {
    padding: 1rem;
    border-radius: 10px;

    &.path {
        background-color: #f2f2f2;
        display: block;
        box-shadow: 1px 1px 3px #ccc;
    }
} */

/* -------------------------------- ANCHOR Bootstrap ------------------------------- */

.popover {
  width: auto;
  max-width: 500px;

  h3.popover-header {
    margin-top: 0;
  }
}

/* ------------------------------- ANCHOR 404 ------------------------------- */

.p404 {
  img {
    max-width: 500px;
  }

  &.page .content-bar {
    position: relative;
    min-height: 900px;

    &::after {
      content: none;
    }

    #searchbar {
      overflow: visible;

      max-width: 800px;
      margin: 0 auto;
    }
  }
}
