:root {
  --neutral-000: #fff;
  --neutral-900: #292a2d;
  --font-size-s: 0.7rem;
}

body {
  margin: 0;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

* {
  font-family: "Helvetica";
}

h1,
h2,
h3 {
  font-weight: bold;
}

.page__header h1 {
  font-family: jura;
  color: #FE8F26;
}

p {
  line-height: 1.5;
}

.btn, .btn--primary {
  padding: 11px 37px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  font-size: 17px;
  cursor: pointer;
  text-wrap: nowrap;
}
.btn--primary {
  background-color: #FE8F26;
  border: 1px solid #FE8F26;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.btn--primary:hover {
  background-color: #fff;
  color: #FE8F26;
}

.account__info {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.account__profileimage {
  width: 100px;
  height: 100px;
}

.list-3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.list-3 .btn-tile {
  flex: 28% 0 0;
}

.btn-tile {
  background-color: #FE8F26;
  color: #fff;
  width: 250px;
  min-width: 150px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  height: 100px;
  text-align: center;
  padding: 5px;
}
.btn-tile--disabled {
  background-color: #a1a1a1;
}

.batch {
  background-color: #FE8F26;
  color: #fff;
  border-radius: 12px;
  padding: 6px 14px;
  font-size: 16px;
}

.header-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-section .swiper {
  border: thin solid #F3EFEC;
  margin: 30px 8px;
  max-width: 1400px;
  border-radius: 12px;
}
.header-section .swiper-button-prev {
  left: 50px;
  color: #FE8F26;
}
.header-section .swiper-button-next {
  color: #FE8F26;
  right: 50px;
}
.header-section__content {
  max-width: 1400px;
  width: 100%;
  aspect-ratio: 21/9;
  border-radius: 12px;
  overflow: hidden;
}
.header-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.home section {
  margin-bottom: 38px;
}
.home .section--container {
  max-width: 1200px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.home h2 {
  font-size: 40px;
  text-align: center;
  font-family: "Jura";
}
.home h3 {
  font-size: 20px;
  text-align: center;
  font-family: "Jura";
}
.home-contact {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-bottom: 30px;
}
.home-contact__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.home-contact__container .wpcf7 {
  width: 500px;
}
.home-contact__address {
  padding: 10px;
  box-sizing: border-box;
  font-size: 17px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.home-contact__address--item {
  margin: 5px;
  display: flex;
  align-items: center;
}
.home-contact__address--item img {
  height: 30px;
  margin-right: 18px;
}
.home-services {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.home-services-container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.home-services-item {
  font-size: 19px;
  width: 45%;
  max-width: 100%;
  background-color: #F3EFEC;
  height: 528px;
  margin: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.home-services .home-services-item img {
  height: 288px;
  width: 504px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0px, 0px, 0px, 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  .home-services-item {
    width: 100%;
  }
}
.home-vision {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.home-vision__image {
  height: 400px;
  max-width: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 12px;
  margin: 10px;
}
.home-vision__text {
  margin: 10px;
  max-width: 600px;
  width: 100%;
}
.home-newsletter {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  background-color: #fff;
  padding-bottom: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .home-contact__container {
    width: 90%;
  }
  .home-contact__container .wpcf7 {
    width: 100%;
  }
  .home-contact__address {
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-flow: column;
  }
  .home #start img {
    width: 100vw;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 62vh;
  }
}

.tnp-subscription input.tnp-submit {
  background-color: #FE8F26 !important;
  border: 1px solid #FE8F26 !important;
  color: #fff !important;
  font-size: 17px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: auto !important;
  display: flex;
  border-radius: 12px;
}
.tnp-subscription input.tnp-submit:hover {
  background-color: unset !important;
  color: #FE8F26 !important;
}

.header-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2A2926;
  position: fixed;
  color: #fff;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 69px;
}
.admin-bar .header-navigation {
  top: 32px;
}
.logged-in .header-navigation {
  top: 32px;
}
.header-navigation--fix {
  height: 45px;
}
.header-navigation__logo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 990;
}
.header-navigation__logo img {
  height: 100%;
}
.header-navigation__menu {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
.header-navigation__menu .menu-item:hover .sub-menu {
  display: flex;
}
.header-navigation__menu .sub-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #2A2926;
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 10px;
}
.header-navigation__menu li {
  margin: 10px;
  list-style: none;
}
.header-navigation__menu a {
  color: #fff;
  font-size: 17px;
  margin: 0;
  position: relative;
  z-index: 800;
}
.header-navigation__social {
  position: absolute;
  right: 33px;
  z-index: 990px;
}
.header-navigation__social img {
  height: 28px;
  width: 28px;
  margin: 5px;
}
.header-navigation__burgermenu {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: none;
}
.header-navigation__burgermenu img {
  height: 45px;
  cursor: pointer;
}
.header-navigation__burgermenu img#warenkorb {
  margin-right: 16px;
  height: 30px;
}
@media only screen and (max-width: 900px) {
  .header-navigation__menu {
    display: none;
  }
  .header-navigation__menu .menu-item {
    width: 100%;
    text-align: center;
  }
  .header-navigation__menu.aktive {
    background-color: #2A2926;
    display: flex;
    flex-flow: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  .header-navigation__menu a {
    text-decoration: none;
    display: block;
    padding: 15px;
  }
  .header-navigation__menu .sub-menu {
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    position: relative;
    background-color: #2A2926;
  }
  .header-navigation__social {
    display: none;
  }
  .header-navigation__burgermenu {
    display: flex;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar .header-navigation {
    top: 46px;
  }
}

#userbar {
  top: 0;
  left: 0;
  position: fixed;
  height: 32px;
  width: 100%;
  background-color: #2A2926;
  font-size: 13px;
  z-index: 999999;
}

.userbar__container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: right;
}
.userbar__container a {
  color: #fff;
  margin-right: 15px;
}

.wpcf7-form-control {
  background-color: #fff;
  border-radius: 12px;
  padding: 16px 24px;
  width: 100%;
  border: thin solid #E7E7E7;
  box-sizing: border-box;
}
.wpcf7-form-control.wpcf7-radio {
  background-color: unset;
  border: navajowhite;
}
.wpcf7-form-control:focus {
  border-color: #FE8F26;
  color: #FE8F26;
  outline: none;
}
.wpcf7-textarea {
  min-width: 100%;
  max-width: 100%;
}
.wpcf7-submit {
  background-color: #FE8F26;
  border: 1px solid #FE8F26;
  color: #fff;
  font-size: 17px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
}
.wpcf7-submit:focus {
  color: #fff;
}
.wpcf7-submit:hover {
  background-color: unset;
  color: #FE8F26;
}
.wpcf7-spinner {
  display: none;
}

.tnp-custom-block {
  background-color: var(--neutral-900);
  padding: 40px 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  max-width: unset !important;
}
.tnp-custom-block--info {
  margin: 0 20px;
  color: #fff;
}

.tnp-subscription {
  font-size: var(--font-size-s);
}
@media only screen and (max-width: 780px) {
  .tnp-subscription {
    text-align: center;
  }
}
.tnp-subscription .tnp-custom-email-submit {
  display: flex;
  background-color: rgb(102, 102, 102);
  border-radius: 0 12px 12px 0;
  max-width: 476px;
  align-items: center;
}
.tnp-subscription .tnp-custom-email-submit input[type=email] {
  width: 100%;
  max-width: 100%;
}
.tnp-subscription .tnp-custom-email-submit input[type=submit] {
  margin: 0 !important;
}
.tnp-subscription .tnp-privacy-field {
  font-size: 15px;
}
.tnp-subscription a,
.tnp-subscription label {
  color: var(--neutral-000);
  font-weight: normal;
}
.tnp-subscription label {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 780px) {
  .tnp-subscription label {
    justify-content: center;
  }
}
.tnp-subscription input {
  background-color: rgb(102, 102, 102) !important;
  color: #fff !important;
}
.tnp-subscription input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #FE8F26;
  max-width: unset !important;
}
.tnp-subscription input[type=email] {
  max-width: 300px;
  height: 42px;
  font-size: 15px !important;
}
.tnp-subscription input[type=email]:focus {
  outline: 1px solid #FE8F26;
}
.tnp-subscription input[type=email]:focus-visible {
  outline: 1px solid #FE8F26;
}
.tnp-subscription input[type=email]::-moz-placeholder {
  color: #fff !important;
}
.tnp-subscription input[type=email]::placeholder {
  color: #fff !important;
}
@media only screen and (max-width: 780px) {
  .tnp-subscription input[type=email] {
    margin: auto;
  }
}
@media only screen and (max-width: 780px) {
  .tnp-subscription input.tnp-submit {
    margin: auto;
  }
}

.page__header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 68px;
  padding-bottom: 27px;
}
.page__container p a {
  color: #FE8F26;
}
.page__container p a:hover {
  text-decoration: underline;
}
.page .image-wide {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 213px;
}

article {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 100%;
  min-height: 50vh;
  margin-top: 55px;
}
.page-template-page-blog article {
  width: 1150px;
}

.page__image--fullwidth {
  width: 100%;
}

.titelbanner-schreibtisch {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  align-content: center;
}

.schreibtisch-titeltext {
  padding-left: 100px;
}

.schreibtisch-titeltext2 {
  color: #E45E28;
  font-size: 32px;
}

.schreibtisch-titeltext1 {
  color: white;
  font-size: 21px;
}

.schreibtisch-titeltext-icon img {
  width: 160px;
}

.schreibtisch-banner-grau {
  background-color: #2A2926;
  height: 168px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
}

.schreibtisch-banner-grau img {
  width: 95px;
  -o-object-fit: contain;
     object-fit: contain;
}

.schreibtisch-grafik img {
  width: 100vw;
}

.schreibtisch-grafik-smartphone {
  display: none;
}

.schreibtisch-grafik2 img {
  width: 100vw;
}

.schreibtisch-grafik2-smartphone {
  display: none;
}

.schreibtisch-kacheln1 {
  display: flex;
}

.schreibtisch-kacheln1 img {
  width: 50vw;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 7px;
}

.schreibtisch-kacheln2 img {
  width: 50vw;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 7px;
}

.schreibtisch-kacheln2 {
  display: flex;
}

.schreibtisch-kacheln3 {
  display: flex;
}

.schreibtisch-kacheln3 img {
  width: 50vw;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 7px;
}

.schreibtisch-kacheln4 {
  display: flex;
}

.schreibtisch-kacheln4 img {
  width: 50vw;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 7px;
}

.schreibtisch-kacheln5 {
  display: flex;
}

.schreibtisch-kacheln5 img {
  width: 50vw;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 7px;
}

.titelbanner-software {
  height: 70vh;
  align-content: center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.software-titeltext {
  padding-left: 100px;
}

.software-titeltext2 {
  color: #E45E28;
  font-size: 32px;
}

.software-titeltext1 {
  color: white;
  font-size: 21px;
}

.software-img img {
  width: 100%;
  margin-bottom: -5px;
}

.software-img-smartphone img {
  display: none;
}

.ticky {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: color(srgb 0.1647 0.1608 0.149);
  padding-bottom: 67px;
}

.btn_store img {
  width: 233px;
}

.btn_store {
  padding-top: 15px;
}

.ticky p {
  font-size: 1.2rem;
  max-width: 900px;
  color: white;
  padding-top: 13px;
}

.titelbanner-ticky {
  height: 70vh;
  align-content: center;
  background-size: contain;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
}

.ticky_funktionen h1 {
  color: color(srgb 0.8941 0.3686 0.1569);
  color: #2A2926;
  font-weight: bold;
}

.ticky_funktionen p {
  color: #3d3d3d;
}

.ticky_funktionen ul {
  list-style: none;
  padding-left: 0;
}
.ticky_funktionen ul li {
  font-size: 1.2rem;
  position: relative;
  padding-left: 32px;
  padding-bottom: 28px;
}

.ticky_heading {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 25px;
  margin-bottom: 20px;
  margin-top: 40px;
  margin-right: auto;
  color: white;
}
.ticky_heading h1 {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0;
  margin-bottom: -1rem;
  margin-right: 42px;
}
.ticky_heading p {
  font-size: 1.2rem;
  margin: 0;
}
.ticky_heading .emoji {
  font-size: 1.5rem;
  vertical-align: middle;
  transform: rotate(5deg);
  display: inline-block;
}

/* Hero section */
.hero {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 15px;
  padding-top: 8vh;
  min-height: 50vh;
  max-height: 60vh;
}

.hero-logo {
  padding-bottom: 20px;
  /* Reduced padding */
}

/* Left section */
.hero-left {
  max-width: 40%;
  display: flex;
  flex-direction: column;
  color: white;
}
.hero-left h1 {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0;
  margin-bottom: 5px;
  /* Added margin-bottom for spacing */
}
.hero-left p {
  margin: 0;
  /* Remove default margin */
  margin-bottom: 10px;
  /* Adjust margin as needed */
}
.hero-left .hero-bullets {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
  /* Reset margin */
}
.hero-left .hero-bullets li {
  line-height: 150%;
  margin-bottom: 5px;
  /* Reduced margin for bullet points */
  font-size: 1.1rem;
}
.hero-left .hero-links {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Right section (Hero Image) */
.hero-right {
  padding-left: 25px;
  max-width: 60%;
  display: flex;
  justify-content: center;
}
.hero-right .hero-image {
  max-width: 100%;
  height: auto;
  /* Initial drop-shadow glow */
  filter: drop-shadow(-150px 0 30px rgba(255, 255, 255, 0.3));
  /* Pulse animation */
  animation: glow-pulse 6s ease-in-out infinite;
}
.hero-right {
  /* Keyframes for pulsing the glow across the image */
}
@keyframes glow-pulse {
  0% {
    filter: drop-shadow(0 50px 30px rgba(255, 255, 255, 0.2));
    transform: translateY(0);
  }
  50% {
    filter: drop-shadow(0 50px 60px rgba(255, 255, 255, 0.4));
    transform: translateY(5px);
  }
  100% {
    filter: drop-shadow(0 50px 30px rgba(255, 255, 255, 0.2));
    transform: translateY(0);
  }
}

/* Responsive styling */
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    max-height: 80vh;
  }
  .hero-left,
  .hero-right {
    max-width: 100%;
  }
}
.ticky {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: color(srgb 0.1647 0.1608 0.149); */
  /* background-color: linear-gradient(to left top, blue, red); */
  /* background: linear-gradient(to left, #E45E28, '#E4628'); */
  background: linear-gradient(to right, #A51D05, #E9711A);
  padding-bottom: 0px;
}

.ticky section {
  width: 95%;
  max-width: 980px;
}

.ticky_card {
  flex: 1 1 40%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ticky_card_row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 10px;
}

.slider-container {
  display: flex;
  align-items: center;
  position: relative;
}
.slider-container .slider-images {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 50px;
  padding: 10px;
  gap: 10px;
  transition: transform 0.3s ease;
}
.slider-container .slider-images img {
  cursor: pointer;
  border-radius: 15px;
  width: 280px;
  height: auto;
  transition: transform 0.3s ease;
}
.slider-container .slider-images img:hover {
  transform: scale(1.025);
}

.slide-button {
  cursor: pointer;
  background: rgb(22, 22, 22);
  border-radius: 50%;
  border: none;
  font-size: 24px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
  line-height: 24px;
}

.slide-button:hover {
  background: rgb(119, 48, 0);
}

.navigation {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.navigation .indicator {
  width: 200px;
  position: relative;
  height: 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.5);
}
.navigation .indicator .progress-bar {
  height: 100%;
  border-radius: 15px;
  background-color: white;
  transition: width 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
}

/* Lightbox Container */
.lightbox {
  cursor: pointer;
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1000;
  /* Ensure it is on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Black background with transparency */
  justify-content: center;
  align-items: center;
  text-align: center;
}

.lightbox img {
  cursor: auto;
  max-width: 90%;
  max-height: 80%;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.lightbox .close-lightbox {
  position: absolute;
  top: 80px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.lightbox .prev {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 2.5%;
}

.lightbox .next {
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 2.5%;
}

/* Image and Icon cards over the images */
.image-featurebox-container {
  position: relative;
  left: 20px;
  width: 100vw;
  height: 65vh;
}
@media (max-width: 768px) {
  .image-featurebox-container {
    height: 85vh;
    left: 10px;
  }
}

/* Overflowing image */
.overflow-image {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

/* Box for the info cards */
.features-section {
  z-index: 1;
  position: absolute;
  left: 20px;
  top: 20px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
}
@media (max-width: 768px) {
  .features-section {
    left: 10px;
    top: 10px;
    gap: 10px;
    margin-right: 20px;
  }
}
.features-section {
  max-width: 500px;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0px 20px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  backdrop-filter: blur(4px);
}
.feature-box p {
  display: flex;
  align-items: center;
  color: black;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .feature-box {
    gap: 10px;
    padding: 0px 10px;
  }
}

.blog__container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.blog-card {
  display: block;
  max-width: 369px;
  width: 100%;
  height: 528px;
  background-color: #F3EFEC;
  border-radius: 12px;
  margin: 0 7px 15px 7px;
}
.blog-card__thumb {
  width: 100%;
  height: 50%;
  display: block;
  border-radius: 12px 0 0 0;
}
.blog-card__thumb img {
  border-radius: 12px 12px 0 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card__info {
  display: flex;
  flex-flow: column;
  height: 50%;
}
.blog-card__info h3 {
  margin: 10px;
  margin-top: 10%;
  text-align: center;
  color: #FE8F26;
}
.blog-card__info P {
  margin: 15px;
  display: block;
  height: 100px;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 1150px) {
  .blog__container {
    justify-content: center;
  }
}
@media only screen and (max-width: 1000px) {
  .page-template-page-blog article {
    width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  article {
    width: 90%;
  }
  .schreibtisch-titeltext {
    padding-left: 0px;
  }
  .schreibtisch-banner-grau {
    flex-direction: column;
    height: 100%;
  }
  .titelbanner-schreibtisch {
    text-align: center;
  }
  .schreibtisch-kacheln1 {
    flex-direction: column;
  }
  .schreibtisch-kacheln1 img {
    padding: 0px;
  }
  .schreibtisch-grafik-smartphone img {
    width: 100vw;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .schreibtisch-grafik {
    display: none;
  }
  .schreibtisch-grafik-smartphone {
    display: flex;
  }
  .schreibtisch-grafik2 {
    display: none;
  }
  .schreibtisch-grafik2-smartphone img {
    width: 100vw;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .schreibtisch-grafik2-smartphone {
    display: flex;
  }
  .schreibtisch-kacheln2 img {
    padding: 0px;
  }
  .schreibtisch-kacheln2 {
    flex-flow: column-reverse;
  }
  .schreibtisch-kacheln3 {
    flex-flow: column-reverse;
  }
  .schreibtisch-kacheln4 {
    flex-flow: column-reverse;
  }
  .schreibtisch-kacheln5 {
    flex-flow: column-reverse;
  }
  .schreibtisch-kacheln1 img {
    width: 100vw;
  }
  .schreibtisch-kacheln2 img {
    width: 100vw;
  }
  .schreibtisch-kacheln3 img {
    width: 100vw;
  }
  .schreibtisch-kacheln4 img {
    width: 100vw;
  }
  .schreibtisch-kacheln5 img {
    width: 100vw;
  }
  .schreibtisch-kacheln6 img {
    width: 100vw;
  }
  .schreibtisch-banner-grau img {
    width: 68px;
    padding-top: 21px;
  }
  .software-titeltext {
    padding-left: 0;
    text-align: center;
  }
  .software-img img {
    display: none;
  }
  .software-img-smartphone img {
    width: 100vw;
    display: flex;
  }
  .titelbanner-ticky {
    display: none;
  }
  .titelbanner-ticky-smartphone {
    background-size: cover;
    height: 700px;
  }
}
.single__recomendations {
  max-width: 800px;
  margin: auto;
}

.error404__container {
  min-height: 55vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error404__infobox {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  border-radius: 12px;
  background-color: #F3EFEC;
}

.footer__location_image_link {
  margin-left: 50px;
}
.footer__location_image_link img {
  height: 197px;
  width: 300px;
}
.footer__container {
  display: flex;
  color: #fff;
  justify-content: space-evenly;
  width: 100%;
  flex-flow: row;
  flex-wrap: wrap;
}
.footer__container h3 {
  margin: 0;
  color: var(--neutral-000);
  text-align: left;
  text-transform: uppercase;
}
.footer__left {
  display: flex;
  justify-content: space-between;
}
.footer__mid .social-logo {
  height: 45px;
  width: 45px;
  margin: 5px;
  padding-top: 10px;
}
.footer__mid .social-logo:first-child {
  margin-left: 0;
}
.footer__right {
  display: flex;
  flex-flow: column;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 1200px) {
  .footer__container {
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .footer__container h3 {
    text-align: center;
  }
  .footer__mid {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 780px) {
  .footer__location_image_link {
    display: none;
  }
}

.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox] {
  height: 15px !important;
  width: 15px !important;
}

.footer__contact {
  text-align: center;
}

.footer__right p {
  text-align: center;
}

footer {
  background-color: #22211F;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  justify-content: space-evenly;
  min-height: 350px;
  bottom: 0;
}
@media only screen and (max-width: 780px) {
  footer .left {
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 780px) {
  footer .left h3 {
    text-align: center;
  }
}
footer .left p {
  color: var(--neutral-000);
  font-size: var(--font-size-s);
  max-width: 300px;
}
@media only screen and (max-width: 780px) {
  footer .left p {
    text-align: center;
    margin: auto;
  }
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #F3EFEC;
  border-radius: 12px;
  color: #515151;
  width: auto;
  word-wrap: break-word;
  border-top: unset;
  border: thin solid #FE8F26;
  margin-top: 30px;
}

.woocommerce-message::before {
  content: "";
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  color: white;
  background-color: #FE8F26;
  border-radius: 12px;
  margin-top: 16px;
  align-self: center;
  padding: 11px 37px;
  font-size: 17px;
  cursor: pointer;
  font-weight: 500;
}

a.button.wc-forward {
  margin-bottom: 20px;
  background-color: #FE8F26;
  border-radius: 12px;
}

.page__shop {
  display: flex;
  justify-content: center;
  margin: 0px;
  width: 100%;
}
.page__shop p, .page__shop ul {
  line-height: 1.5;
}
.page__shop li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 855px) {
  .page__shop {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 855px) {
  .page__shop .filter__group {
    display: flex;
    flex-flow: row wrap;
  }
}
.page__shop .filter {
  width: 100%;
  max-width: 300px;
  padding-top: 47px;
}
@media only screen and (max-width: 855px) {
  .page__shop .filter {
    max-width: 100%;
  }
}
.page__shop .filter h3 {
  padding-left: 45px;
  font-family: montserrat;
}
@media only screen and (max-width: 855px) {
  .page__shop .filter h3 {
    padding: 0;
  }
}
.page__shop .filter p {
  padding-left: 45px;
  font-family: montserrat;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 855px) {
  .page__shop .filter p {
    padding-right: 45px;
    justify-content: end;
  }
}
.page__shop .shop__content {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-bottom: 93px;
}
@media only screen and (max-width: 855px) {
  .page__shop .shop__content {
    max-width: 100%;
    margin: 0 10px;
  }
}
.page__shop .products {
  flex-wrap: wrap;
  display: flex;
  gap: 38px;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 80px;
  padding-top: 51px;
}
.page__shop .post-type-archive .products {
  max-width: 845px;
}
.page__shop .product-tile {
  background-color: #F3EFEC;
  width: 245px;
  border-radius: 6pt;
  height: 377px;
  font-family: jura;
}
.page__shop .product-tile h2 {
  font-size: 16px;
  font-weight: 100;
  padding-left: 20px;
  font-family: Montserrat;
  line-height: 1.5;
}
.page__shop .product-tile img {
  border-radius: 6pt 6pt 0 0;
}
.page__shop .product-tile .price {
  padding-left: 20px;
  color: #FE8F26;
  font-size: 16px;
}
.page__shop .product-section {
  background-color: #F3EFEC;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 20px;
  margin: 8px auto;
  width: 100%;
  max-width: 900px;
}
.page__shop .woocommerce-Price-amount {
  font-size: 16px;
  color: #FE8F26;
}
.page__shop .woocommerce-result-count {
  display: none;
}
.page__shop .kategorie-filter {
  padding-left: 40px;
}
.page__shop label {
  font-family: montserrat;
  line-height: 2;
  font-size: 15px;
}
.page__shop .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.page__shop .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.page__shop .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 6px;
}
.page__shop {
  /* On mouse-over, add a grey background color */
}
.page__shop .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.page__shop {
  /* When the checkbox is checked, add a blue background */
}
.page__shop .container input:checked ~ .checkmark {
  background-color: #FE8F26;
}
.page__shop {
  /* Create the checkmark/indicator (hidden when not checked) */
}
.page__shop .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page__shop {
  /* Show the checkmark when checked */
}
.page__shop .container input:checked ~ .checkmark:after {
  display: block;
}
.page__shop {
  /* Style the checkmark/indicator */
}
.page__shop .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.woocommerce div.product div.images img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  -o-object-fit: cover;
     object-fit: cover;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  padding-left: 30px;
  float: left;
  padding-top: 30px;
}

.ids-product-image-container {
  max-width: 500px;
  margin: 0 20px;
}
.ids-product-image-container .flex-viewport {
  max-height: 500px;
  border-radius: 15px;
}

.ids-single-product-header {
  display: flex;
  flex-flow: row;
  padding-top: 63px;
  width: 100%;
  max-width: 940px;
}
@media only screen and (max-width: 900px) {
  .ids-single-product-header {
    flex-flow: column;
  }
}
.ids-single-product-header input[type=text] {
  border-radius: 10px;
  padding: 5px;
  font-size: 17px;
  max-width: 90%;
}
.ids-single-product-header p {
  margin: 5px 0;
}
.ids-single-product-header a.reset_variations {
  display: none !important;
}
.ids-single-product-header .woocommerce-Price-amount {
  padding: 0;
  color: black;
  font-size: 24px;
}
.ids-single-product-header .variations {
  text-align: left;
}
.ids-single-product-header .qty {
  border-width: 1px;
  border-radius: 10px;
  height: 28px;
  width: 93px;
  font-size: 17px;
}
.ids-single-product-header__summary {
  background-color: #F3EFEC;
  border-radius: 12px;
  padding: 20px;
}
@media only screen and (max-width: 900px) {
  .ids-single-product-header__summary {
    text-align: center;
  }
  .ids-single-product-header__summary .variations {
    margin-bottom: 20px !important;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
.ids-single-product-header__summary .quantity {
  display: none !important;
}
.ids-single-product-header__summary .addtocart__container {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 30px;
}
.ids-single-product-header__summary .woocommerce-Price-amount.amount {
  color: #000;
}
.ids-single-product-header__summary .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.ids-single-product-header__summary .variations {
  margin-bottom: 20px !important;
}
.ids-single-product-header__summary .variations .label,
.ids-single-product-header__summary .variations .value {
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 900px) {
  .ids-single-product-header__summary .variations {
    margin-bottom: 20px !important;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: unset;
  background-color: unset;
  border-color: #2A2926;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #2A2926;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #2A2926;
  background: #e45e28;
  color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  font-family: jura;
}

.woocommerce div.product form.cart .variations select {
  font-size: 17px;
  padding: 6px;
  border-radius: 10px;
  color: #E45E28;
  height: 40px;
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0 0 0 5px;
}

.woocommerce-tabs.wc-tabs-wrapper {
  padding-left: 30px;
}

.woocommerce-notices-wrapper {
  padding-top: 20px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  padding-left: 30px;
  float: left;
}

.woocommerce-product-gallery__image.flex-active-slide {
  width: 501px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
  width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs {
  padding-top: 15px;
}

.woocommerce div.product {
  width: 100%;
  max-width: 900px;
}
@media only screen and (max-width: 900px) {
  .woocommerce div.product {
    width: 100%;
  }
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding-right: 15px;
}

.ids-warenkorb {
  display: flex;
  flex-direction: column;
}

.woocommerce span.onsale {
  min-height: 6.24em;
  min-width: 6.24em;
  background-color: #e45e28;
  line-height: 6.24;
  top: 0.5em;
  display: none;
}

.woocommerce div.product form.cart div.quantity {
  padding-bottom: 18px;
}

.woocommerce div.product div.images img {
  max-height: 400px;
}

.woocommerce-product-gallery__image a {
  display: flex;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  display: flex;
  flex-flow: column;
}

.page-title {
  padding-top: 64px;
  font-family: jura;
  color: #E45E28;
  font-size: 33px;
}

.posted_in {
  color: rgb(150, 145, 145);
}

.tagged_as {
  color: rgb(150, 145, 145);
}

.posted_in a {
  color: #E45E28;
}

.tagged_as a {
  color: #E45E28;
}

.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  font-family: jura;
}

.woocommerce-message {
  border-top-color: #e45e28;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column-reverse;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 3em;
  background-color: color(srgb 0.8941 0.3686 0.1569);
  color: white;
}

.wc-block-cart__submit-container {
  padding-top: 33px;
}

input[type=checkbox], input[type=submit] {
  cursor: pointer;
}

#title {
  border: thin solid #000;
  font-size: 4em;
  z-index: 10;
  margin-bottom: 270px;
  text-align: center;
}

.sub-title {
  font-size: 0.3em;
}

#title span {
  display: block;
  margin: 40px 60px;
}

#frame {
  position: absolute;
  z-index: 0;
  top: 5%;
  left: 5%;
  right: 0;
  height: 90%;
  width: 90%;
  opacity: 0.5;
  border: thin solid #000;
}

#svg-triangle {
  position: absolute;
  right: 0;
  height: 500px;
}

#svg-rectangle {
  position: absolute;
  left: 0;
  top: 65%;
  height: 500px;
}

#svg-triangle,
#svg-rectangle {
  stroke-width: 0.5px;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu a {
  white-space: nowrap;
}
.menu a:hover {
  text-decoration: underline;
}
.menu .current-menu-item a {
  text-decoration: underline;
}

#menu-imprint {
  padding-top: 20px;
}
@media only screen and (max-width: 780px) {
  #menu-imprint {
    padding-top: 50px;
  }
}
#menu-imprint ul {
  justify-content: center;
}
#menu-imprint a {
  color: var(--neutral-000);
  font-size: 0.7rem;
  margin: 5px;
}

#menu-footer ul {
  flex-flow: column;
}
#menu-footer a {
  color: var(--neutral-000);
  font-size: 0.7rem;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}

.social-logos {
  display: flex;
}

.social-logo {
  height: 50px;
  width: 50px;
  display: block;
  margin: 10px;
}
.social-logo img {
  height: 100%;
  width: 100%;
}

.text h2 {
  text-align: center;
}
.text p {
  margin: 10px 50px;
}

#newsletter h2 {
  max-width: 700px;
  text-align: center;
}

#partners {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 80px 0;
}
#partners .supported {
  width: 80%;
  height: 200px;
  margin-top: 20px;
}
#partners .supported img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#partners .partners-container {
  display: flex;
  justify-content: center;
}
#partners .partners-container .img-link {
  height: 100px;
  margin: 15px;
}
#partners .partners-container .img-link img {
  height: 100%;
}

.box-shadow {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

/* #svg-triangle path {
    stroke-dasharray: 100;
    animation: dash 20s linear;
}

@keyframes dash {
    to {
        stroke-dashoffset: 1000;
    }
} */
@media only screen and (max-width: 1000px) {
  #vision,
  #newsletter {
    margin-right: 10px;
    margin-left: 10px;
  }
}/*# sourceMappingURL=style.css.map */