/* COLORS */
/* FONTS */
#node-loesung {
  /* <= 1799px */
  /* <= 1699px */
  /* <= 1599px */
  /* <= 1439px */
  /* <= 1247px */
  /* <= 1023px */
  /* <= 812px */
  /* <= 599px */
  /* <= 599px */
  /* <= 499px */
  /* <= 399px */
  /* <= 374px */
}
#node-loesung a.edit-link {
  top: 200px;
}
#node-loesung #intro {
  padding: 350px 0 200px 0;
}
#node-loesung #intro .h1 {
  margin-bottom: 80px;
  max-width: 1200px;
}
#node-loesung #intro .section-content {
  width: 50%;
  float: left;
}
#node-loesung #intro .section-content .text {
  margin-bottom: 70px;
}
#node-loesung #intro .section-content .links {
  display: inline-block;
}
#node-loesung #intro .section-content .links #documentation-button {
  margin-right: 10px;
  float: left;
}
#node-loesung #intro .section-content .links a.request {
  float: left;
}
#node-loesung #intro .section-content .links .app-container {
  float: left;
  margin-left: 10px;
}
#node-loesung #intro .section-content .links .app-container .dropdown-content {
  right: auto;
  left: 0;
  margin: 10px 0 0 0;
  padding: 30px;
  border-radius: 12px;
}
#node-loesung #intro .section-content .links .app-container .dropdown-content .downloads {
  white-space: nowrap;
  font-size: 0px;
  line-height: 0px;
}
#node-loesung #intro .section-content .links .app-container .dropdown-content .downloads a {
  display: inline-block;
}
#node-loesung #intro .section-content .links .app-container .dropdown-content .downloads a img {
  height: 50px;
  width: auto;
  max-width: none;
}
#node-loesung #intro .section-content .links .app-container .dropdown-content .downloads a:first-child {
  margin-right: 20px;
}
#node-loesung #intro .section-content .links .app-container .dropdown-content .downloads a:hover {
  opacity: 0.5;
}
#node-loesung #intro .section-content .links .app-container .dropdown-content:before {
  right: auto;
  left: 30px;
}
#node-loesung #intro .section-content .links .certificates {
  margin-top: 7px;
  border-left: 1px solid #d1d1da;
  margin-left: 30px;
  padding-left: 30px;
  float: right;
}
#node-loesung #intro .section-content .links .certificates a {
  display: block;
}
#node-loesung #intro .section-content .links .certificates a img {
  height: 32px;
  width: auto;
}
#node-loesung #intro .image {
  width: 30%;
  margin-right: 10%;
  float: right;
}
#node-loesung #intro .image .lottie {
  position: relative;
  width: 100%;
}
#node-loesung #intro .image .lottie svg {
  width: 100%;
}
#node-loesung #faqs {
  padding-top: 100px;
}
#node-loesung #faqs .section-content {
  width: 50%;
  float: left;
  padding-right: 130px;
}
#node-loesung #faqs .view {
  width: 50%;
  float: right;
}
#node-loesung #faqs .view .view-content .views-item {
  border-bottom: 1px solid #d1d1da;
  position: relative;
  padding: 20px 0;
  transition: border-bottom-color 0.5s 0.5s;
}
#node-loesung #faqs .view .view-content .views-item > a {
  display: block;
  position: relative;
  padding-right: 40px;
}
#node-loesung #faqs .view .view-content .views-item > a .title {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 100px 0 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9;
  margin: 0 !important;
}
#node-loesung #faqs .view .view-content .views-item > a .icon-right {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 19;
  display: block;
  margin-top: -16px;
  padding-right: 9px;
  transition: transform 0.5s;
}
#node-loesung #faqs .view .view-content .views-item > a .icon-right:before {
  position: relative;
}
#node-loesung #faqs .view .view-content .views-item > a .icon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  background: #d5f6ff;
  border-radius: 50%;
  z-index: -1;
  margin-top: -18px;
}
#node-loesung #faqs .view .view-content .views-item > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  height: 1px;
  width: 0%;
  background: #00adef;
  transition: width 1s 0s, opacity 0s 0.5s;
}
#node-loesung #faqs .view .view-content .views-item > a:hover:after {
  width: 100%;
}
#node-loesung #faqs .view .view-content .views-item .faq-content {
  display: none;
  padding: 15px 0;
  padding-right: 40px;
}
#node-loesung #faqs .view .view-content .views-item .faq-content a.edit-link {
  top: 20px;
  left: 0;
}
#node-loesung #faqs .view .view-content .views-item:first-child {
  border-top: 1px solid #d1d1da;
}
#node-loesung #faqs .view .view-content .views-item.open {
  border-bottom-color: #00adef;
  transition: border-bottom-color 0.5s 0s;
}
#node-loesung #faqs .view .view-content .views-item.open a {
  color: #00adef;
}
#node-loesung #faqs .view .view-content .views-item.open a .icon-right {
  transform: rotate(-90deg);
}
#node-loesung #faqs .view .view-content .views-item.open a:after {
  opacity: 0;
  transition: width 1s 0s, opacity 0s 0s;
}
#node-loesung #faqs .view .button-wrapper {
  margin-top: 50px;
}
#node-loesung #use_cases {
  padding-top: 200px;
}
#node-loesung #use_cases .section-content {
  width: 50%;
  float: left;
  padding-right: 130px;
}
#node-loesung #use_cases .view {
  width: 50%;
  float: right;
}
#node-loesung #use_cases .view .view-content .views-item a {
  display: block;
  position: relative;
  height: 180px;
  border-bottom: 1px solid #d1d1da;
}
#node-loesung #use_cases .view .view-content .views-item a .icon {
  height: 70px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translate(-50%, -50%);
  z-index: 19;
}
#node-loesung #use_cases .view .view-content .views-item a .content {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 80px 0 130px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9;
  margin: 0 !important;
}
#node-loesung #use_cases .view .view-content .views-item a .content .title {
  margin: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#node-loesung #use_cases .view .view-content .views-item a .content .text {
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 64px;
}
#node-loesung #use_cases .view .view-content .views-item a .icon-right {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 19;
  display: block;
  font-size: 46px;
  margin-top: -23px;
  padding-right: 6px;
}
#node-loesung #use_cases .view .view-content .views-item a .icon-right:before {
  position: relative;
  animation: linkArrowPulse 2s 0s ease-out infinite;
}
@keyframes linkArrowPulse {
  0% {
    left: 0px;
  }
  50% {
    left: -4px;
  }
  100% {
    left: 0px;
  }
}
#node-loesung #use_cases .view .view-content .views-item a .icon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  background: #d5f6ff;
  border-radius: 50%;
  z-index: -1;
  margin-top: -18px;
}
#node-loesung #use_cases .view .view-content .views-item a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0%;
  background: #00adef;
  transition: width 1s;
}
#node-loesung #use_cases .view .view-content .views-item a:hover:after {
  width: 100%;
}
#node-loesung #use_cases .view .view-content .views-item:first-child a {
  border-top: 1px solid #d1d1da;
}
#node-loesung #image_text {
  position: relative;
  padding-top: 200px;
}
#node-loesung #image_text .image-wrapper {
  float: right;
  width: 50%;
  margin-right: -130px;
  position: relative;
}
#node-loesung #image_text .image-wrapper:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -2%;
  width: 90%;
  height: 120%;
  background: url("/themes/custom/images/image-right-line.svg") center center no-repeat transparent;
  background-size: 100% 100%;
  z-index: 19;
}
#node-loesung #image_text .image-wrapper .image {
  position: relative;
  overflow: hidden;
  height: auto !important;
  width: 100%;
  border-radius: 12px 0 0 12px;
  background: #fafafa;
}
#node-loesung #image_text .content {
  float: left;
  width: 50%;
  display: table;
}
#node-loesung #image_text .content .content-inner {
  display: table-cell;
  vertical-align: middle;
}
#node-loesung #image_text .content .content-inner .button-wrapper {
  margin-top: 50px;
  position: relative;
  z-index: 19;
  display: inline-block;
}
#node-loesung #image_text .content .content-inner .button-wrapper svg {
  position: absolute;
  bottom: 25px;
  left: 100%;
  width: 50px;
  height: 44px;
  z-index: -1;
  margin-left: 40px;
}
#node-loesung #image_text .content .content-inner .button-wrapper svg .line {
  stroke-dasharray: 67px;
  stroke-dashoffset: 67px;
  transition: stroke-dashoffset 1s 0s;
}
#node-loesung #image_text .content .content-inner .button-wrapper svg .arrow {
  opacity: 0;
  transition: opacity 0.5s 1s;
}
#node-loesung #image_text .content .content-inner .button-wrapper.animate svg .line {
  stroke-dashoffset: 0;
}
#node-loesung #image_text .content .content-inner .button-wrapper.animate svg .arrow {
  opacity: 1;
}
#node-loesung #app {
  position: relative;
  padding-top: 200px;
}
#node-loesung #app .video-wrapper {
  float: right;
  width: 50%;
  margin-right: -130px;
  position: relative;
  height: auto !important;
}
#node-loesung #app .video-wrapper:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -2%;
  width: 90%;
  height: 120%;
  background: url("/themes/custom/images/image-right-line.svg") center center no-repeat transparent;
  background-size: 100% 100%;
  z-index: 19;
}
#node-loesung #app .video-wrapper .video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 12px 0 0 12px;
  background: #fafafa;
  transform: translateZ(0);
}
#node-loesung #app .video-wrapper .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#node-loesung #app .content {
  float: left;
  width: 50%;
  display: table;
}
#node-loesung #app .content .content-inner {
  display: table-cell;
  vertical-align: middle;
}
#node-loesung #app .content .content-inner .app-container {
  margin-top: 50px;
}
#node-loesung #app .content .content-inner .app-container a {
  display: block;
  float: left;
  margin-right: 10px;
}
#node-loesung #app .content .content-inner .app-container a img {
  height: 45px;
  width: auto;
}
#node-loesung #app .content .content-inner .app-container a:hover {
  opacity: 0.5;
}
@media all and (max-width: 1899px) {
  #node-loesung #faqs .titles {
    width: 40%;
  }
  #node-loesung #faqs .items {
    width: 60%;
  }
}
@media all and (max-width: 1699px) {
  #node-loesung #intro .section-content {
    width: 70%;
    padding-right: 130px;
  }
  #node-loesung #intro .image {
    margin-right: 0;
  }
  #node-loesung #faqs .titles {
    width: 40%;
  }
  #node-loesung #faqs .items {
    width: 60%;
  }
}
@media all and (max-width: 1599px) {
  #node-loesung #intro {
    padding: 250px 0 120px 0;
  }
  #node-loesung #intro .section-content {
    padding-right: 100px;
  }
  #node-loesung #faqs {
    padding: 200px 0 150px 0;
  }
  #node-loesung #faqs .titles {
    margin-top: 50px;
  }
  #node-loesung #faqs .items {
    margin-top: 50px;
    padding-left: 100px;
  }
  #node-loesung #use_cases {
    padding-top: 150px;
  }
  #node-loesung #use_cases .section-content {
    padding-right: 100px;
  }
  #node-loesung #use_cases .view .view-content .views-item a {
    height: 140px;
  }
  #node-loesung #use_cases .view .view-content .views-item a .icon {
    height: 60px;
  }
  #node-loesung #use_cases .view .view-content .views-item a .content {
    padding-left: 120px;
  }
  #node-loesung #use_cases .view .view-content .views-item a .content .text {
    font-size: 14px;
    line-height: 22px;
    max-height: 48px;
  }
  #node-loesung #image_text {
    padding-top: 150px;
  }
  #node-loesung #image_text .image-wrapper {
    margin-right: -100px;
  }
  #node-loesung #app {
    padding-top: 150px;
  }
  #node-loesung #app .video-wrapper {
    margin-right: -100px;
  }
}
@media all and (max-width: 1439px) {
  #node-loesung #intro {
    padding: 300px 0 150px 0;
  }
  #node-loesung #intro .h1 {
    margin-bottom: 50px;
  }
  #node-loesung #intro .section-content {
    padding-right: 70px;
  }
  #node-loesung #faqs {
    padding: 200px 0 150px 0;
  }
  #node-loesung #faqs .titles {
    margin-top: 50px;
  }
  #node-loesung #faqs .items {
    margin-top: 50px;
    padding-left: 70px;
  }
  #node-loesung #use_cases {
    padding-top: 150px;
  }
  #node-loesung #use_cases .section-content {
    padding-right: 70px;
  }
  #node-loesung #image_text {
    padding-top: 150px;
  }
  #node-loesung #image_text .image-wrapper {
    margin-right: -70px;
  }
  #node-loesung #app {
    padding-top: 150px;
  }
  #node-loesung #app .video-wrapper {
    margin-right: -70px;
  }
}
@media all and (max-width: 1247px) {
  #node-loesung #intro .section-content {
    padding-right: 50px;
  }
  #node-loesung #faqs .items {
    padding-left: 50px;
  }
  #node-loesung #use_cases .section-content {
    padding-right: 0;
    width: auto;
    float: none;
    margin-bottom: 50px;
  }
  #node-loesung #use_cases .section-content .scrollmagic-pin-spacer {
    inset: inherit !important;
    margin: 0px !important;
    display: block;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    min-height: none !important;
  }
  #node-loesung #use_cases .section-content .scrollmagic-pin-spacer .pin-item {
    width: auto !important;
    position: relative !important;
    margin: 0 !important;
    inset: inherit !important;
    left: auto !important;
    top: auto !important;
  }
  #node-loesung #use_cases .view {
    width: auto;
    float: none;
  }
  #node-loesung #use_cases .view .view-content .views-item a {
    height: 140px;
  }
  #node-loesung #use_cases .view .view-content .views-item a .icon {
    height: 60px;
    left: 40px;
  }
  #node-loesung #use_cases .view .view-content .views-item a .content {
    padding-left: 100px;
  }
  #node-loesung #image_text .image-wrapper {
    margin-right: -50px;
  }
  #node-loesung #app .video-wrapper {
    margin-right: -50px;
  }
}
@media all and (max-width: 1023px) {
  #node-loesung #intro {
    padding: 250px 0 100px 0;
  }
  #node-loesung #intro .section-content .links a.request {
    margin-right: 10px;
  }
  #node-loesung #intro .section-content .links .app-container {
    margin-left: 0;
  }
  #node-loesung #intro .section-content .links .certificates {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
  }
  #node-loesung #faqs {
    padding: 120px 0 100px 0;
  }
  #node-loesung #faqs .section-content {
    text-align: left;
  }
  #node-loesung #faqs .titles {
    display: none;
  }
  #node-loesung #faqs .items {
    width: auto;
    float: none;
    margin-top: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #node-loesung #faqs .items .item {
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 0;
  }
  #node-loesung #faqs .items .item a.title {
    display: block;
    margin: 0;
    color: #ffffff;
    padding: 0 50px 0 0;
    position: relative;
  }
  #node-loesung #faqs .items .item a.title .icon-angle-down {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
  }
  #node-loesung #faqs .items .item a.title:hover {
    color: #ffffff;
  }
  #node-loesung #faqs .items .item .text {
    display: none;
    padding: 15px 0 10px 0;
  }
  #node-loesung #faqs .items .item.open a {
    color: #ffffff;
    font-weight: 700;
  }
  #node-loesung #faqs .items .item.open a .icon-angle-down {
    transform: rotate(180deg);
  }
  #node-loesung #faqs.animate .bg {
    opacity: 0;
  }
  #node-loesung #use_cases {
    padding-top: 100px;
  }
  #node-loesung #image_text .image-wrapper {
    margin-right: 0;
    width: auto;
    float: none;
    height: auto !important;
  }
  #node-loesung #image_text .image-wrapper:before {
    top: -5%;
    left: -2%;
    width: 95%;
    height: 110%;
  }
  #node-loesung #image_text .image-wrapper .image {
    border-radius: 12px;
    height: auto;
    padding: 0;
  }
  #node-loesung #image_text .image-wrapper .image img {
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
  }
  #node-loesung #image_text .content {
    width: auto;
    float: none;
    height: auto !important;
    display: block;
    margin-top: 50px;
  }
  #node-loesung #image_text .content .content-inner {
    display: block;
  }
  #node-loesung #image_text .content .content-inner .button-wrapper {
    margin-top: 30px;
  }
  #node-loesung #app .video-wrapper {
    margin-right: 0;
    width: auto;
    float: none;
    height: auto !important;
  }
  #node-loesung #app .video-wrapper:before {
    top: -5%;
    left: -2%;
    width: 95%;
    height: 110%;
  }
  #node-loesung #app .video-wrapper .video-container {
    border-radius: 12px;
  }
  #node-loesung #app .content {
    width: auto;
    float: none;
    height: auto !important;
    display: block;
    margin-top: 50px;
  }
  #node-loesung #app .content .content-inner {
    display: block;
  }
  #node-loesung #app .content .content-inner .app-container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 812px) {
  #node-loesung #intro .section-content {
    width: 100%;
    padding-right: 0;
    float: right;
  }
  #node-loesung #intro .section-content .text {
    margin-bottom: 30px;
  }
  #node-loesung #intro .image {
    float: left;
    margin-bottom: 30px;
    width: 40%;
  }
  #node-loesung #use_cases .view .view-content .views-item a {
    height: 140px;
  }
  #node-loesung #use_cases .view .view-content .views-item a .icon {
    height: 50px;
  }
  #node-loesung #use_cases .view .view-content .views-item a .icon-right {
    font-size: 35px;
  }
  #node-loesung #use_cases .view .view-content .views-item a .icon-right::afer {
    height: 30px;
    width: 30px;
    margin-top: -15px;
  }
  #node-loesung #image_text .image-wrapper:before {
    background-image: url("/themes/custom/images/image-right-line_mobile.svg");
  }
  #node-loesung #app {
    padding-top: 100px;
  }
  #node-loesung #app .video-wrapper:before {
    background-image: url("/themes/custom/images/image-right-line_mobile.svg");
  }
}
@media screen and (max-width: 599px) {
  #node-loesung #intro {
    padding: 150px 0 100px 0;
  }
  #node-loesung #intro .section-content .links .certificates a img {
    height: 28px;
  }
  #node-loesung #intro .section-content .links .app-container .dropdown-content {
    padding: 20px 20px 10px 20px;
  }
  #node-loesung #intro .section-content .links .app-container .dropdown-content .downloads a {
    float: left;
    clear: left;
    margin: 0 0 10px 0 !important;
  }
  #node-loesung #intro .section-content .links .app-container .dropdown-content .downloads a img {
    height: 40px;
  }
  #node-loesung #use_cases .view .view-content .views-item a {
    padding: 30px 0;
    height: auto;
  }
  #node-loesung #use_cases .view .view-content .views-item a .icon {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-bottom: 20px;
  }
  #node-loesung #use_cases .view .view-content .views-item a .content {
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  #node-loesung #use_cases .view .view-content .views-item a .content .text {
    max-height: unset;
    display: block;
    margin-bottom: 0 !important;
  }
  #node-loesung #use_cases .view .view-content .views-item a .icon-right {
    margin-top: 0;
    top: 35px;
  }
}
@media screen and (max-width: 499px) {
  #node-loesung #image_text {
    padding-top: 100px;
  }
  #node-loesung #app .content .content-inner .app-container a {
    clear: left;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 374px) {
  #node-loesung #intro .section-content .links #documentation-button {
    margin-right: 10px;
  }
}
/*# sourceMappingURL=loesung.css.map */