/*
Theme Name: IT Web.
Theme URI: itweb.com
Description: A brief description.
Version: 1.0
Author: ClickService
Author URI: clickservice.at
*/
.entry-title {
  display: none;
}

.orange {
  color: #ED6D12;
}

p a {
  color: #ED6D12;
  text-decoration: none;
}

.bg-grey {
  background: #F2F4F8;
}

.wp-block-button__link {
  outline: none !important;
  border: none !important;
  background-color: unset !important;
}
.wp-block-button__link:hover {
  color: #ED6D12;
}

@font-face {
  font-family: "Nunito Sans";
  src: url(/wp-content/themes/itweb/fonts/NunitoSans_10pt-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url(/wp-content/themes/itweb/fonts/Quicksand-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(/wp-content/themes/itweb/fonts/Poppins-Regular.ttf);
  font-display: swap;
}
h1 {
  font-family: "Nunito Sans" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 55px !important;
  line-height: 60px !important;
  color: #000000;
}

h2 {
  font-family: "Nunito Sans" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 39px !important;
  line-height: 54px !important;
  color: #000000;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-family: "Nunito Sans" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 34px !important;
    line-height: 48px !important;
  }
  h2 {
    font-family: "Nunito Sans" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 44px !important;
  }
}
p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
@media only screen and (max-width: 420px){
    h2{
        hyphens: auto;
    }
}
.entry-content ul {
  padding: 0px;
  margin-left: 20px;
}
.entry-content ul li {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-right: 20px;
}
.entry-content ul li a {
    color: #000000;
    text-decoration: none;
}
.glossar a,
.referenzen a,
.lsg a {
  color: #000000;
  text-decoration: none;
}
.slick-dots li {
  margin-right: 0px !important;
}

.relative {
  position: relative;
}

.wp-block-columns {
  margin-bottom: 0px !important;
}

.wwt::before {
  content: "";
  background: url(./images/whitewave.png) no-repeat;
  position: absolute;
  /* opacity: 1; */
  top: -20px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 99999;
  background-size: cover;
}

.wave-right-top::before {
  content: "";
  background: url(./images/r10wavetop.svg) no-repeat;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100px;
  background-size: cover;
  top: 0px;
}

.wave-right-bottom::after {
  content: "";
  background: url(./images/r10wave.svg) no-repeat;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100px;
  background-size: cover;
  bottom: -95px;
}

.wgt::before {
  content: "";
  background: url(./images/wave-top.svg) no-repeat;
  position: absolute;
  /* opacity: 1; */
  bottom: -80px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 99999;
  background-size: cover;
}

.grey-left::before {
  content: "";
  background: url(./images/wave-top.svg) no-repeat;
  position: absolute;
  /* opacity: 1; */
  top: -80px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 99999;
  background-size: cover;
}

.grey-right::after {
  content: "";
  background: url(./images/wave-bottom.png) no-repeat;
  position: absolute;
  /* opacity: 1; */
  bottom: -80px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 99999;
  background-size: cover;
}

.wgb::after {
  content: "";
  background: url(./images/r10wave.svg) no-repeat;
  position: absolute;
  /* opacity: 1; */
  bottom: -80px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 99999;
  background-size: cover;
}

.wgbr::after {
  content: "";
  background: url(./images/wave-bottom.png) no-repeat;
  position: absolute;
  /* opacity: 1; */
  bottom: -80px;
  left: 0px;
  width: 100%;
  height: 100px;
  background-size: cover;
  z-index: 9;
}
#menu-item-3336 > a {
  pointer-events: none;
}
@media (min-width: 782px){
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 781px) {
  .desktop-only {
    display: none !important;
  }
}

.job img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px){
  .jobs .row {
    gap: 60px;
  }
}
body div .nav ul.sub-menu,
body div .nav ul.menu li:hover .sub-menu{
  display: none !important;
  height: 0 !important;
  transition: all .3s linear;
  margin-top: 20px;
}
body div .nav ul.sub-menu.active,
body div .nav ul.menu li:hover .sub-menu.active{
  display: block !important;
  height: auto !important;
}
.nav ul.sub-menu.active:after {
  content: none;
}
.list-orange-bullets {
  padding-bottom: 50px;
  border-left: 1px solid rgb(64, 64, 64);
  padding-left: 45px;
  position: relative;
}
.list-orange-bullets svg {
  position: absolute;
  left: -6px;
}
.list-orange-bullets:last-child {
  padding-bottom: 0px;
}
.list-orange-bullets .list-header {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #36204F;
  padding-bottom: 20px;
}
.list-orange-bullets .list-content {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.anchors {
  padding: 18px 20px 17px 20px;
  background: #F2F4F8;
  border-radius: 10px;
  margin-bottom: 12px;
}
.anchors a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  text-decoration: none;
}

.tipp {
  background: #000000;
  border-radius: 10px;
  padding: 30px 25px;
  margin: 10px 0px 20px;
}
.tipp h3 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #ED6D12;
}
.tipp p {
  color: #fff;
  margin: 0px;
}

.team-wrapper {
  display: flex;
  justify-content: space-between;
}
.team-wrapper .flip-card {
  background-color: transparent;
  width: 394px !important;
  height: 493px;
  perspective: 1000px;
}
.team-wrapper .flip-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.team-wrapper .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.team-wrapper .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.team-wrapper .flip-card .flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: black;
}
.team-wrapper .flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgb(237, 109, 18);
  color: white;
  transform: rotateY(180deg);
  border-radius: 20px;
  padding: 35px 25px;
}
.team-wrapper .flip-card .card-title {
  font-size: 25px;
  font-family: "Quicksand";
}
.team-wrapper .flip-card .card-role {
  font-family: "Quicksand";
  font-weight: 300;
  padding: 30px 0px;
}

blockquote {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
}
blockquote p {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
blockquote cite {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.plan-wrapper {
  border-radius: 10px;
}

.row_9_banner {
  padding: 100px 0px;
  margin-top: -15%;
  z-index: 9999;
}
.row_9_banner .r9_banner {
  background-color: #000000;
  color: #fff;
  border-radius: 20px;
  z-index: 9999;
}
.row_9_banner .r9_banner .banner-title {
  padding: 50px 50px 50px 50px;
}
.row_9_banner .r9_banner .banner-link {
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 0%;
  background: url(./images/trapez.png);
  background-size: cover;
  border-radius: 0px 20px 20px 0px;
}
@media screen and (max-width: 992px) {
  .row_9_banner .r9_banner .banner-link {
    background: rgb(237, 109, 18);
    border-radius: 0px 0px 20px 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.row_9_banner .r9_banner .banner-link a {
  background: #FFFFFF;
  border-radius: 30px;
  display: block;
  padding: 15px 30px;
  color: #000;
  text-decoration: none;
  margin: 27% auto;
  width: fit-content;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-align: right;
  text-transform: capitalize;
  color: #000000;
}

.prices .wp-block-column {
  padding: 20px 25px;
  border-radius: 20px;
}

.tech img {
  width: 100px !important;
  object-fit: contain !important;
}

.table-2-columns .text-right {
  text-align: right;
}
.table-2-columns thead th {
  border: none;
  font-size: 25px;
  font-family: "Quicksand";
}
.table-2-columns tbody {
  font-family: "Quicksand";
}
.table-2-columns tbody tr:nth-child(odd) {
  background-color: #F2F4F8;
}

.table-3-columns .text-right {
  text-align: right;
}
.table-3-columns .text-center {
  text-align: center;
}
.table-3-columns thead th {
  border: none;
  font-size: 25px;
  font-family: "Quicksand";
}
.table-3-columns tbody {
  font-family: "Quicksand";
}
.table-3-columns tbody tr:nth-child(odd) {
  background-color: #F2F4F8;
}

.full {
  width: 100%;
}
.full a {
  width: 100%;
}

header {
  padding-top: 20px;
  padding-bottom: 10px;
  position: sticky;
  background-color: #FFFFFF;
  z-index: 999999;
  top: 0;
}

.p150 {
  padding: 150px 0px;
}

.p100 {
  padding: 100px 0px;
}

.p50 {
  padding: 50px 0px;
}
.p150.lstg{
  padding-bottom: 75px;
}
figcaption {
  color: #fff;
  text-align: center;
  background: none !important;
  position: relative !important;
  font-size: 16px !important;
}

.bg-blue {
  background-color: #172530;
  position: relative;
}
.bg-blue h2 {
  color: #fff !important;
}
.bg-blue p {
  color: #fff !important;
}
.bg-blue::before {
  content: "";
  background: url(./images/networktop.png) no-repeat center center/cover;
  position: absolute;
  opacity: 0.5;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
.bg-blue::after {
  content: "";
  background: url(./images/networkbottom.png) no-repeat center center/cover;
  position: absolute;
  opacity: 0.5;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: -80px;
}

.img-slider-wrapper .slick-prev {
  height: 35px;
  width: 35px;
}
.img-slider-wrapper .slick-next {
  height: 35px;
  width: 35px;
}

.fit-content img {
  width: fit-content !important;
}

.projects-wrapper .block-project-slider .project-image {
  height: 300px;
}
.projects-wrapper .block-project-slider .project-image img {
  height: 100%;
  object-fit: contain;
}
.projects-wrapper .block-project-slider .slick-current .project {
  margin-top: 0px !important;
/*  height: 350px;*/
}
.projects-wrapper .block-project-slider .slick-slide .project {
/*  margin-top: 25px;*/
}
.projects-wrapper .block-project-slider .slick-dots {
  display: block;
  bottom: -50px;
  position: relative;
  float: right;
  width: 500px;
  right: 5%;
  background-color: #fff;
  height: 7px;
}
.projects-wrapper .block-project-slider .slick-dots li {
  height: 7px;
  margin: 0px;
  display: block;
}
.projects-wrapper .block-project-slider .slick-dots li button {
  height: 7px;
  padding: 0px;
  width: 100%;
}
.projects-wrapper .block-project-slider .slick-dots li button::before {
  content: none !important;
}
.projects-wrapper .block-project-slider .slick-dots .slick-active {
  position: absolute;
  top: 0px;
  background: #ED6D12;
}
.projects-wrapper .block-project-slider .slick-dots .slick-active button {
  background: #ED6D12;
}
.projects-wrapper .block-project-slider .slick-slide {
  padding: 40px;
}
.projects-wrapper .block-project-slider .slick-current {
  background-color: #fff;
}
.projects-wrapper .block-project-slider .slick-prev {
  left: unset;
  bottom: 0px;
  top: auto;
  height: 45px;
  width: 45px;
  right: 50%;
}
.projects-wrapper .block-project-slider .slick-next {
  right: 46%;
  bottom: 0px;
  top: auto;
  height: 45px;
  width: 45px;
}
.projects-wrapper .block-project-slider .read-more {
  width: 250px;
  position: absolute;
  z-index: 999;
  left: 5%;
  bottom: 2%;
}
@media (max-width: 1400px) {
  .projects-wrapper .block-project-slider .slick-prev {
    right: 40%;
  }
  .projects-wrapper .block-project-slider .slick-next {
    right: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-slider .slick-dots,
  .p100.kunden .slick-dots {
    margin-left: -4px !important;
  }
  .testimonials-slider .slick-prev {
    left: 38% !important;
  }
}
@media (max-width: 1200px) {
  .projects-wrapper .block-project-slider .slick-prev {
    right: 10%;
  }
  .projects-wrapper .block-project-slider .slick-next {
    right: 5%;
  }
}
@media (max-width: 980px) {
  .projects-wrapper .block-project-slider .slider {
    margin: auto !important;
    padding: 50px 0px 100px !important;
  }
  .projects-wrapper .block-project-slider .slick-next {
    right: 3%;
    bottom: -15%;
  }
  .projects-wrapper .block-project-slider .slick-prev {
    left: unset;
    right: 15%;
    bottom: -15%;
  }
  .projects-wrapper .block-project-slider .slick-dots {
    display: none;
  }
  .projects-wrapper .block-project-slider .read-more {
    position: absolute;
    margin: auto;
    bottom: 3%;
    left: 2%;
  }
  .projects-wrapper .block-project-slider .slick-current {
    background: none;
  }
  .projects-wrapper .block-project-slider .slick-slide {
    padding: 0px;
  }
}
.projects-wrapper .all-projects {
  position: absolute;
  left: 5%;
  bottom: 25px;
}
@media screen and (max-width:1400px){
  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 30px;
  }
  .team-wrapper .flip-card {
    width: 373px !important;
  }
}
@media screen and (max-width:1400px){
  .projects-wrapper .all-projects {
    bottom: 2.5%;
  }
}
@media screen and (max-width: 980px) {
  .projects-wrapper .all-projects {
    bottom: -10.5%;
  }
}

.r1categories {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px !important;
}
.r1categories li {
  display: inline;
}
.r1categories li::before {
  content: "";
  background: url(./images/catBullet.svg);
  height: 10px;
  width: 10px;
  display: inline-block;
}
.r1categories sup {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  line-height: 8px;
  color: #FFFFFF;
  display: inline-block !important;
  background: #ED6D12;
  border-radius: 3px;
  background: rgb(237, 109, 18);
  padding: 3px;
  top: -10px;
}

.testimonials-slider,
.ubu  {
  position: relative;
}
.testimonials-slider .testimonial {
  background-color: #fff;
}
.testimonials-slider .elipse-right-testimonial {
  background: url(./images/elipse.png);
  position: absolute;
  top: 10%;
  right: 0;
  height: 310px;
  width: 100px;
  background-repeat: no-repeat;
}
.testimonials-slider .slick-current .testimonial {
  margin-top: 0px !important;
/*  min-height: 350px;*/
}
.testimonials-slider .slick-slide .testimonial {
/*  margin-top: 25px;*/
}
.testimonials-slider .slick-dots {
  display: block;
  bottom: -65px;
}
.testimonials-slider .slick-dots li button {
  background: #404040;
  height: 3px;
  padding: 0px;
}
.testimonials-slider .slick-dots li.slick-active button {
  background: #ED6D12;
}

.testimonials-slider .slick-prev {
  left: 40%;
  bottom: -90px;
  top: auto;
  height: 45px;
  width: 45px;
  z-index: 999;
}
/*.ks .testimonials-slider .slick-prev {
  left: 38%;
}*/
.testimonials-slider .slick-next {
  right: 38%;
  bottom: -90px;
  top: auto;
  height: 45px;
  width: 45px;
  z-index: 999;
}
@media (max-width: 1200px) {
  .testimonials-slider .slick-next {
    right: 30% !important;
  }
  .testimonials-slider .slick-prev {
    left: 30% !important;
  }
}
@media (max-width: 980px) {
  .testimonials-slider .slick-next {
    right: 30% !important;
  }
  .testimonials-slider .slick-prev {
    left: 30% !important;
  }
}
.testimonials-slider .slider {
  padding: 20px 0px !important;
}
.testimonials-slider .slider .testimonial {
  background-color: #fff;
}

.latest-posts .post {
  background-color: #fff;
  height: 500px;
  overflow: hidden;
}
.latest-posts .category {
  align-items: baseline;
}
.latest-posts .category a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #404040;
  opacity: 0.5;
  text-decoration: none;
}
.latest-posts .category:first-child {
  padding-right: 0px !important;
}
/*.latest-posts .category:first-child::after {
  content: "";
  background: url("./images/grey-ellipse.svg") no-repeat;
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-left: 10px;
}*/
.latest-posts .category::after {
  content: "";
  background: url("./images/grey-ellipse.svg") no-repeat;
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-left: 10px;
}
.latest-posts .slick-dots {
  display: block;
  bottom: -40px;
  position: relative;
  float: right;
  width: auto;
  right: 5%;
}
.latest-posts .slick-dots li {
  background: #fff;
  width: 80px;
  height: 7px;
  margin: 0px;
}
.latest-posts .slick-dots li button {
  background: #fff;
  height: 7px;
  padding: 0px;
  width: 100%;
}
.latest-posts .slick-dots li.slick-active button {
  background: #ED6D12;
}
.latest-posts .slick-prev {
  left: unset;
  top: -80px !important;
  top: auto;
  height: 45px;
  width: 45px;
  right: 6%;
}
.latest-posts .slick-next {
  right: 1%;
  top: -80px !important;
  top: auto;
  height: 45px;
  width: 45px;
}
.latest-posts .read-more {
  width: 260px;
  margin: auto;
  padding-bottom: 50px;
}
@media (max-width: 980px) {
  .latest-posts .slick-next {
    right: 10%;
    top: unset !important;
    bottom: -20%;
  }
  .latest-posts .slick-prev {
    left: 10%;
    top: unset !important;
    bottom: -20%;
  }
  .latest-posts .slick-dots {
    display: none;
  }
  .latest-posts .read-more {
    position: relative;
    margin: auto;
  }
  .latest-posts .slick-current {
    background: none;
  }
  .latest-posts .slick-slide {
    padding: 10px;
  }
  .latest-posts .project a {
    font-size: 1.2rem !important;
  }
}
.latest-posts .post-category {
  display: flex;
  gap: 20px;
  margin-left: 20px;
}
.latest-posts .post-excerpt {
  padding: 0px 20px 20px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  min-height: 200px;
}
.latest-posts .post-title a{
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding: 0px 20px 20px;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
}
.latest-posts .post-links {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.latest-posts .slider {
  padding: 50px 0px !important;
}
.latest-posts .post-image {
  height: 250px;
}
.latest-posts .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Navbar */
.nav {
  z-index: 50;
}

.nav ul.menu {
  display: flex;
  gap: 20px;
  margin: 0px;
  position: relative;
}
.nav ul.menu li {
  list-style-type: none;
}
.nav ul.menu li:hover .sub-menu {
  display: block !important;
  transition: all 0.2s;
}
.nav ul.menu li .sub-menu {
  display: none;
  position: absolute;
  width: 150px;
  background-color: #F2F4F8;
  padding: 10px;
  border-radius: 10px;
}
.nav ul.menu li .sub-menu li {
  padding-bottom: 10px;
}
.nav ul.menu li .sub-menu li a:hover {
  text-decoration: underline;
}
.nav ul.menu .menu-item-has-children > a::after {
  content: "";
  background: url(./images/submenu.svg);
  padding: 0px 0px 0px 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.nav ul li a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}

.sol-menu li {
  float: left;
  display: block;
  list-style-type: none;
}

.sol-menu li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  padding: 15px 20px;
  background-color: #4c6881;
  border-bottom: 1px solid #4C6881;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sol-menu li a:hover {
  color: #4c6881;
  padding: 15px 40px;
  background-color: #FFFFFF;
}

ul.sag-menu {
  float: right;
  padding: 8px 10px;
  overflow: hidden;
}

.sag-menu i {
  color: #FFFFFF;
  margin: 8px;
  cursor: pointer;
}

input.search {
  display: none;
  padding: 5px;
  max-width: 100%;
}

.altmenu-ac {
  display: none;
}

.menu-ac {
  display: none;
  padding: 10px;
  cursor: pointer;
  color: #000;
}
.google-partner img{
    max-width: 110px;
}
.dsgvo-mobile,
.google-partner-mobile{
  display: none;
}

@media (max-width: 980px) {
  .sub-menu {
    position: relative !important;
    padding: 0px 0px 0px 20px !important;
  }
  .fa-bars {
    color: rgb(237, 109, 18);
  }
  .ac {
    display: none;
  }
  .nav ul {
    display: block !important;
  }
  .nav ul li {
    float: none;
    padding: 15px 0px;
  }
  .menu-ac {
    display: block;
    text-align: right;
    z-index: 9999;
  }
  .dsgvo-desktop,
  .google-partner{
    display: none;
  }
  .dsgvo-mobile,
  .google-partner-mobile{
    display: block;
    margin-left: auto;
  }
  .google-partner-mobile img{
      max-width: 100px;
  }
  .dsgvo-mobile {
    background: linear-gradient(90deg, #ED6D12 0%, #FF9E59 100%);
    border-radius: 30px;
    padding: 10px 25px;
    display: inline-block;
  }
  .dsgvo-mobile a {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF !important;
  }
  .ac {
    position: absolute;
    width: 100%;
    left: 0px;
    padding: 20px;
    background: #F2F4F8;
    top: 74px;
  }
}

@media screen and (min-width:992px){
	.row_9_banner .r9_banner {
		background: unset;
	}
	.row_9_banner .r9_banner .banner-link,
	.row_9_banner .r9_banner .banner-title{
		background-color: black;
	}
	.row_9_banner .r9_banner .banner-title {
		border-radius: 20px 0 0 20px;
	}
}
@media (min-width: 980px) {
  .ac {
    display: block !important;
    display: block;
  }
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dsgvo-desktop {
  background: linear-gradient(90deg, #ED6D12 0%, #FF9E59 100%);
  border-radius: 30px;
  padding: 10px 25px;
}

.dsgvo-desktop a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-decoration: none;
}

.dsgvo-desktop a:hover {
  color: #fff;
}

.row1 .r1categories {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 15px;
  padding: 0px 0px 20px;
  flex-wrap: wrap;
}

.row1 .category-item {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.row1 sup {
  display: none;
}

.row1 .category-item:last-child sup {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  line-height: 8px;
  color: #FFFFFF;
  display: inline-block !important;
  background: #ED6D12;
  border-radius: 3px;
  background: rgb(237, 109, 18);
  padding: 3px;
  top: -10px;
}

@media (max-width: 980px) {
  .row1 .r1categories {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 350px) {
  .row1 .category-item {
    font-size: 13px;
  }
}
.row1 h1 span {
  color: #ED6D12 !important;
}

@media (max-width: 980px) {
  .circle-wrapper {
    margin-top: 50px;
  }
  .r1content {
    padding-bottom: 20px;
  }
}
#Circle path:hover {
  opacity: 0.5;
  transition: all 0.5s;
}

#Circle g:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
.lrg .wp-block-column:nth-child(2){
  margin-left: 100px;
}
@media screen and (max-width:1200px) {
  .lrg .wp-block-column:nth-child(2){
    margin-left: 80px;
  } 
}
@media screen and (max-width:781px) {
  .lrg .wp-block-column:nth-child(2){
    margin-left: 0px;
  } 
}
footer {
  background: #000000;
  height: 80px;
}

footer .container {
  display: flex;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #FFFFFF !important;
  align-items: center;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #000;
  padding: 0px !important;
}

.footer-menu {
  display: flex;
  gap: 30px;
  justify-content: end;
  padding: 0px !important;
}

.footer-menu a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #FFFFFF;
}

.footer-menu a:hover {
  color: #FFFFFF;
}

footer .container {
  display: flex;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #FFFFFF !important;
  align-items: center;
  height: 100%;
  border-top: 1px solid #fff;
}
footer {
  padding: 0 12px;
}
footer .copyright {
  padding: 0px;
}
  .seopakete > div{
    background: white;
    padding: 25px;
    box-shadow: 0px 0px 10px 10px #f2f4f8;
    border-radius: 20px;
  }
 .smm-pakete > div {
    background: #f2f4f8;
    padding: 25px;
    border-radius: 20px;
  }
  h2 mark.has-inline-color {
    padding: 0;
  }
  .dqdw {
    margin-bottom: 0;
  }
  .img-cd img{
    border-radius: 20px;
  }
  .aic {
    display: flex;
    align-items: center;
  }
  .infografiken figure {
    text-align: center;
  }
  .cert{
    justify-content: center;
  }
  .infografiken img {
    max-width: 85% !important;
  }
  .rim figure {
    text-align: center;
  }
  .rim img {
    max-width: 87% !important;
  }
  .projects>.row {
    margin: 0;
  }
  .datenschutzerklarung a:hover{
    color: #ed6e0e;
  } 
    .dag a {
    position: relative;
    z-index: 2;
  }
  #spacer{
    min-height: 54px;
  }
.cnt-f {
  padding: 0 !important;
  display: flex;
  gap: 10px;
  align-items: center;
}
.cnt-f a {
  color: #ffffff;
  text-decoration: none;
}
.cnt-f a:hover{
  color: #ffffff;
}
.project,
.category,
.category-name,
.home-slider .slick-slide{
  transition: all .25s linear;
}
.home-slider .slick-slide:hover,
.project:hover {
  background-color: white;
}
.home-slider .slick-slide:hover .category,
.home-slider .slick-slide:hover .category-name
.project:hover .category,
.project:hover .category-name{
  background-color: #f2f4f8;
}
.www{
  margin-bottom: 50px !important;
}
@media screen and (max-width:1199px){
  #spacer {
    min-height: 108px !important;
  }
}
@media screen and (max-width:781px){
  #spacer {
    display: none !important;
  }
  .cas > div:first-child,
  .cert-cdc > div:first-child{
    order: 1;
  }
}
@media (max-width: 767px) {
#h-wir-bieten-br-mehrwert-durch + .row {
	margin: 0;
}
    .certificate_images {
    flex-wrap: nowrap !important;
    margin: 0px 12px 0px 12px !important;
    padding: 0 !important;
  }
  .certificate_images > div {
    width: 33% !important;
    padding: 0px !important;
  }
    .btn-itweb{
    margin-left: auto !important;
    margin-right: auto !important;
  }
.testimonials-slider .slick-dots {
  margin-left: 0 !important;
}
  .r1categories {
    flex-direction: column;
  }
  .rim img {
    max-width: 100% !important;
  }
  footer .copyright {
    padding: 0px !important;
  }
  .footer-menu {
    padding: 0px 15px 0px 15px !important;
  }
  .testimonials-slider .slick-dots {
    margin-left: 0;
  }
  .r1categories li {
    display: inline-block;
  }
  .accordion-wrapper {
    margin-top: 0 ;
  }
  .clients-wrapper .clients {
    padding-bottom: 0;
  }
  #zert {
    padding-top: 0px;
  }
  .team {
    margin-bottom: 1rem;
  }
  .websitepakete > div:first-child,
  .somm > div:first-child,
  .seotexte > div:first-child,
  .dsgvob > div:first-child,
  .grafiken > div:first-child,
  .on-be > div:first-child,
  .cas > div:first-child,
  .cert-cdc > div:first-child,
  .unz-referenz{
    order: 1;
  }

  body .unz-referenz .wp-block-buttons {
    justify-content: center;
  }

  .row_9_banner {
    margin-top: -50%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .talk .talk-inner a {
    line-height: 80px;
  }
  .wp-block-columns.infografiken {
    margin-bottom: 50px !important;
  }
  .infografiken .wp-block-image {
    max-width: 85%;
    margin: auto;
  }

  .wsh + .row_9_banner {
    padding:100px 0 50px;
  }
  .circle {
    order: -1;
  }
  .circle .wp-block-spacer {
    height: 0px !important;
  }
}

@media (max-width: 980px) {
  .footer-menu {
    display: grid;
    justify-content: start;
    grid-template-columns: 50% 50%;
    gap: 0;
    padding-bottom: 20px;
  }
  .copyright {
    padding-top: 30px;
  }
  footer .container {
    display: block;
  }
  footer {
    height: auto;
  }
}
.bottom {
  background-color: #000000;
  padding: 75px 0px;
  position: relative;
}

.bottom-logo {
  padding-bottom: 35px;
}

.bottom-title {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF;
  padding-bottom: 10px;
}

.bottom-wrapper {
  display: flex;
  padding: 0px !important;
}

.bottom p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}

.bottom ul {
  padding: 0px;
}

.bottom li {
  list-style-type: none;
  line-height: 32px;
}

.bottom li a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  list-style-type: none;
  text-decoration: none;
}

.bottom-col1 {
  width: 490px;
  padding-right: 20px;
  margin-right: 50px;
}

.bottom-col2 {
  width: 240px;
}

.bottom-col3 {
  width: 240px;
}

.bottom-col4 {
  width: 150px;
}

.footer-socials {
  padding-top: 25px;
  display: flex;
  gap: 10px;
}

.bottom-col4 .footer-socials {
  margin: 0px;
  align-items: baseline;
}

.bottom-col4 .footer-socials::before {
  display: none;
}

.bottom-col4 .contact-info {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 0px;
}

.bottom-col4 .contact-icons {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  padding: 0px;
}

@media (max-width: 1200px) {
  .bottom-col4 {
    width: 190px;
  }
}
@media (max-width: 980px) {
  .startseite .project-category {
    margin-right: 15px;
  }
  .bottom-wrapper {
    display: block;
    padding: 0px 15px !important;
  }
  .bottom-col1 {
    width: 100%;
    padding-bottom: 20px;
  }
  .bottom-col2 {
    width: 100%;
    padding-bottom: 20px;
  }
  .bottom-col3 {
    width: 100%;
    padding-bottom: 20px;
  }
  .bottom-col4 {
    width: 100%;
    padding-bottom: 20px;
  }
}
.info-wrapper {
  background: #000000;
}
.ubu-a {
  position: relative;
}
.ubu-a:before{
  content: "";
    background: url(/wp-content/uploads/2023/10/wave_blue.png) no-repeat;
    position: absolute;
    /* opacity: 1; */
    top: -20px;
    left: 0px;
    width: 100%;
    height: 100px;
    z-index: 0;
    background-size: cover;
}
.bottom::before {
  content: "";
  background: url(./images/blackwave.png) no-repeat;
  position: absolute;
  /* opacity: 1; */
  top: -75px;
  left: 0px;
  width: 100%;
  height: 80px;
  z-index: 99999;
  background-size: cover;
}
.website-erstellen-lassen-zum-fairen-preis a,
.website-erstellen-lassen-zum-fairen-preis a:hover,
.webshop-erstellen-lassen a,
.webshop-erstellen-lassen a:hover,
.seo-suchmaschinenoptimierung a,
.seo-suchmaschinenoptimierung a:hover,
.social-media-betreuung a,
.social-media-betreuung a:hover,
.kontakt .row1-content a:hover,
body.glossar a,
body.glossar a:hover,
.freie-stelle a:hover{
  color: #ED6D12;
}
.texterstellung a,
.texterstellung a:hover,
.dsgvo-beratung a,
.dsgvo-beratung a:hover,
.firmenlogo-erstellen-lassen-grafikdesign a,
.firmenlogo-erstellen-lassen-grafikdesign a:hover,
.webdesign-agentur-wien a,
.webdesign-agentur-wien a:hover,
.agb a,
.agb a:hover,
.impressum a,
.impressum a:hover,
.startseite a:hover,
.dsgvo-website-scan a:hover,
.project a:hover,
.kontaktformular a,
.kontaktformular a:hover{
  color: #ED6D12; 
}
.bottom a,
footer a {
  color: #FFFFFF !important;
}
.info {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 75px;
  text-align: center;
  text-transform: uppercase;
  color: #F5F5F5;
  padding-top: 140px;
}
.ubd{
  position: relative;
}
.talk {
  padding-bottom: 140px;
}

.talk a {
  color: #ED6D12;
  border-bottom: 6px solid #ED6D12;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.talk-inner a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 6px solid #fff;
}

.talk-inner {
  text-align: center;
}
.talk-inner svg {
  margin-top: -45px;
}

@media (max-width: 980px) {
  .info {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #F5F5F5;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .talk a {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 54px;
    text-align: center;
  }
  .talk svg {
    display: none;
  }
}
.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display: flex;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  margin-top: 10px;
}

.accordion-title {
  word-break: break-word;
  flex-grow: 1;
  padding-right: 10px;
}

.accordion-wrapper .active {
  border-radius: 10px 10px 0px 0px !important;
}

.accordion-wrapper .panel {
  border-radius: 0px 0px 10px 10px !important;
}

.accordion-icon {
  width: 40px;
  margin-right: 20px;
}
@media (max-width: 1024px){
  .kunden .testimonials-slider .slick-dots,
  .testimonials-slider .slick-dots, .p100.kunden .slick-dots {
    margin-left: 0 !important; 
  }
  .testimonials-slider .slick-slide .testimonial {
    margin-top: 0;
    min-height: 340px;
  }
}
@media (max-width: 980px) {
  .accordion-icon {
    width: 50px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .accordion-icon {
    width: 80px;
    margin-right: 20px;
  }
}
.accordion-icon img {
  width: 40px;
}

.accordion-link {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #000000;
  padding-bottom: 20px;
  padding-left: 15px;
  display: block;
  text-decoration: none;
}
.accordion-link:hover {
  text-decoration: underline;
  color: #000000;
}

.accordion-content {
  border-left: 2px solid #ED6D12;
  margin: 20px 0px;
  padding-left: 15px;
}

.cta-content {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 30px;
}

.accordion:after {
  content: "+";
  color: #777;
  font-weight: bold;
}

.active:after {
  content: "x";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: none !important;
}

.btn-itweb a,
.contact-header .btn-itweb {
  background: linear-gradient(90deg, #ED6D12 0%, #FF9E59 100%);
  background-color: unset !important;
  border-radius: 30px;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-transform: initial;
  color: #FFFFFF !important;
  padding: 15px 35px;
  display: inline-block;
  text-decoration: none;
}
.btn-itweb a::after {
  content: "";
  background: url(./images/button-arrow.svg);
  height: 11px;
  width: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.btn-itweb a:hover,
.contact-header .btn-itweb:hover {
  background: none !important;
  color: #ED6D12 !important;
  outline: 1px solid #ED6D12 !important;
  transition: 1s ease-out;
  text-decoration: none;
}

.btn-itweb_small {
  background: linear-gradient(90deg, #ED6D12 0%, #FF9E59 100%);
  border-radius: 30px;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-align: right;
  text-transform: capitalize;
  color: #FFFFFF !important;
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
}

.btn-itweb_small:hover {
  background: none !important;
  color: #ED6D12 !important;
  outline: 1px solid #ED6D12 !important;
  transition: 1s ease-out;
  text-decoration: none;
}

.certificate_images {
  padding-bottom: 60px;
  display: flex;
  align-items: baseline;
}

.certificate_images img {
  width: 100%;
  height: 75px;
  object-fit: contain;
}

.row1 {
  padding: 150px 0px;
}
@media screen and (max-width: 980px) {
  .row1 {
    padding: 75px 0px;
  }
}

.row2-wrapper {
  background: #F2F4F8;
  position: relative;
  padding: 90px 0px;
}

.row2-wrapper h2 {
  letter-spacing: 1px;
}
.p100.lrg {
    padding-bottom:150px !important;
}
@media (max-width: 980px) {
  .accordion-wrapper {
    margin-top: 80px;
  }
}
.lrg a:hover {
  color: #ed6d12;
}
.row2-wrapper::after {
  content: "";
  background: url(./images/wave-top.png) no-repeat center center/cover;
  position: absolute;
  /* opacity: 0.5; */
  top: -79px;
  left: 0px;
  width: 100%;
  height: 80px;
}

.bg-top {
  background-image: url(./images/wave-top.png);
}

.row1content {
  padding-bottom: 35px;
}

.row1content h2 {
  margin-top: 0px;
}

.row2content {
  padding-bottom: 35px;
}

.r2bg-bottom {
  background-image: url(./images/wave-bottom.png);
  height: 100px;
  position: absolute;
  bottom: -95px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}

.row3 {
  background: url(./images/networkbottom.png) no-repeat #172530;
  padding: 200px 0px;
  position: relative;
  background-position: bottom left;
}

.row3::before {
  content: "";
  background: url(./images/networktop.png) no-repeat center center/cover;
  position: absolute;
  opacity: 0.5;
  top: 0px;
  right: 0px;
  width: 100vh;
  height: 100%;
}

.row3::after {
  content: "";
  background: url(./images/wave-top.png) no-repeat center center/cover;
  position: absolute;
  /* opacity: 0.5; */
  bottom: -15px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.r3wavetop {
  background: #172530;
  background-image: url(./images/networktop.png);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}

.row3 .r3subtitle {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #FFFFFF !important;
}

.row3 .r3title h2 {
  padding: 0px 0px 45px 0px;
  margin: 0px;
  color: #FFFFFF !important;
  color: #FFFFFF !important;
}

.row3 .r3content p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF !important;
}

.r3wavebottom {
  background-image: url(./images/bluewave.png);
}

.partners {
  text-align: center;
}

@media (max-width: 980px) {
  .partners {
    display: block;
    text-align: center;
    padding-top: 40px;
  }
  .partners a {
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 30px 0px;
    min-height: 190px;
  }
}
@media (max-width: 550px) {
  .partners a {
/*    word-break: break-word;*/
    min-height: 240px;
  }
}
@media (max-width: 360px) {
  .partners img {
    width: 80%;
  }
  .partners a {
    min-height: 200px;
    font-size: 13px !important;
  }
}
.partners a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

.partners img {
  margin: auto;
}

.partners a:hover {
  color: #fff;
}

.row4 {
  background: #F2F4F8;
  padding: 90px 0px 0px;
}

.row4 .slick-current .project {
  margin-top: 0px !important;
  height: 350px;
}

.row4 .slick-slide .project {
  margin-top: 25px;
}

.row4 .slick-dots {
  display: block;
  bottom: -40px;
  position: relative;
  float: right;
  width: auto;
  right: 5%;
}

.row4 .slick-dots li {
  background: #fff;
  width: 80px;
  height: 7px;
  margin: 0px;
}

.row4 .slick-dots li button {
  background: #fff;
  height: 7px;
  padding: 0px;
  width: 100%;
}

.row4 .slick-dots li.slick-active button {
  background: #ED6D12;
}

.row4 .slick-slide {
  padding: 40px;
}

.row4 .slick-current {
  background-color: #fff;
}

.row4 .slick-prev {
  left: unset;
  bottom: 0px;
  top: auto;
  height: 45px;
  width: 45px;
  right: 34%;
}

.row4 .slick-next {
  right: 30%;
  bottom: 0px;
  top: auto;
  height: 45px;
  width: 45px;
}

.row4-wrapper {
  position: relative;
}

.row4 .read-more {
  width: 250px;
  position: absolute;
  z-index: 999;
  left: 5%;
  bottom: 2%;
}
@media screen and (max-width:1400px) and (min-width:1200px)  {
  .projects-wrapper .block-project-slider .slick-dots {
      bottom: -50px !important;
      width: 350px !important;
  }
}

@media (max-width: 1400px) {
  .row4 .slick-prev {
    right: 40%;
  }
  .row4 .slick-next {
    right: 35%;
  }
}
@media (max-width: 1200px) {
  .row4 .slick-prev {
    right: 10%;
  }
  .row4 .slick-next {
    right: 5%;
  }
}
@media screen and (max-width:1024px) and (min-width:981px) {
  .projects-wrapper .block-project-slider .slick-current .project-category .category{
    background-color: #f2f4f8 !important;
  }
  .project-links {
    display: flex !important;
    justify-content: space-between !important;
  }
}
@media (max-width: 980px) {
  .row4 .slider {
    margin: auto !important;
    padding: 50px 0px 100px !important;
  }
  .row4 .slick-next {
    right: 0%;
  }
  .row4 .slick-prev {
    left: unset;
    right: 15%;
  }
  .row4 .slick-dots {
    display: none;
  }
  .row4-wrapper {
    padding: 0px 15px;
  }
  .row4 .read-more {
    position: absolute;
    margin: auto;
    bottom: 3%;
    left: 2%;
  }
  .row4 .slick-current {
    background: none;
  }
  .row4 .slick-slide {
    padding: 0px;
  }
}
.r4title {
  text-align: center;
  margin: auto;
}
.project-category.row {
  margin-left: 0;
  margin-right: 0;
}
.project-category {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 15px;
  height: auto;
}
.project-category .category {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 5px;
  text-align: center;
  width: auto;
  height: fit-content;
}

.wave-top {
  position: relative;
}
.wave-top img {
  display: block;
  position: absolute;
  z-index: 9999;
  height: 75px;
  top: -74px;
  width: 100%;
  object-fit: cover;
}

.wave-bottom {
  position: relative;
}
.wave-bottom img {
  display: block;
  position: absolute;
  z-index: 9999;
  height: 75px;
  bottom: -75px;
  width: 100%;
  object-fit: cover;
}

.project-links {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .project-links {
    display: grid;
    text-align: left;
    justify-content: flex-start;
  }
  .project-links a {
    text-align: left;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px){
  .row_9_banner .r9_banner .banner-link a {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 980px) {
  .project-links {
    display: flex;
    justify-content: space-between;
  }
}

.slider {
  margin: 0px !important;
  padding: 50px 0px 100px !important;
}

.category .category-name {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  color: #000000;
  line-height: 15px;
  width: fit-content;
}

.project a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  text-decoration-line: underline;
  color: #000000;
}

.row5 {
  background: #F2F4F8;
  padding: 120px 0px 60px;
  position: relative;
}

.row5::after {
  content: "";
  background: url(./images/kundestimenwave.svg) no-repeat;
  position: absolute;
  /* opacity: 1; */
  bottom: -100px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 99999;
  background-size: cover;
}

.clients-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.clients-wrapper img {
  width: auto !important;
}

@media (max-width: 980px) {
  .row5 {
    padding: 120px 0px 0px;
  }
  .clients-wrapper {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
  }
  .r4title {
    padding-bottom: 30px;
  }
  .clients {
    text-align: center;
    padding-bottom: 50px;
  }
}
.row6 {
  padding: 120px 0px;
  position: relative;
}

@media (max-width: 1200px) {
  .row6 .slick-next {
    right: 30% !important;
  }
  .row6 .slick-prev {
    left: 30% !important;
  }
}
@media (max-width: 980px) {
  .row6 .slick-next {
    right: 10% !important;
  }
  .row6 .slick-prev {
    left: 10% !important;
  }
}
.row6::after {
  content: "";
  position: absolute;
  background: url(./images/elipse.png);
  background-repeat: no-repeat;
  height: 305px;
  width: 100px;
  right: 0px;
  top: 40%;
  z-index: -999;
}

.testimonial {
  background: #F2F4F8;
  border-radius: 10px;
  padding: 60px 30px 40px;
  min-height: 365px;
  position: relative;
}

.testimonial::before {
  background: url(./images/testimonialsthojza.png);
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  top: 30px;
}

.testimonial-content {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 30px;
}

.testimonial-author {
  position: absolute;
  bottom: 30px;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}

.testimonial-role {
  position: absolute;
  bottom: 10px;
}

.row6 .slick-current .testimonial {
  margin-top: 0px !important;
  min-height: 350px;
}

.row6 .slick-slide .testimonial {
  margin-top: 25px;
}

.row6 .slick-dots {
  display: block;
  bottom: -65px;
}

.row6 .slick-dots li button {
  background: #404040;
  height: 3px;
  padding: 0px;
}

.row6 .slick-dots li.slick-active button {
  background: #ED6D12;
}

.row6 .slick-prev {
  left: 40%;
  bottom: -90px;
  top: auto;
  height: 45px;
  width: 45px;
  z-index: 999;
}

.row6 .slick-next {
  right: 40%;
  bottom: -90px;
  top: auto;
  height: 45px;
  width: 45px;
  z-index: 999;
}

.row7 {
  background: url(./images/highwave.png) no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 160px;
}

.row7 .counters {
  margin-bottom: 50px;
}

.row7 .r7title {
  padding-bottom: 60px;
  text-align: center;
  margin: auto;
}

.row7 .counters .counter {
  margin-bottom: 50px;
}

.row7 .counter-title {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #ED6D12;
}

.row7 .counter-value {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.row7::after {
  content: "";
  background: url(./images/row7.png) no-repeat;
  position: absolute;
  /* opacity: 1; */
  bottom: -75px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 99999;
  background-size: cover;
}

.single-counter {
  margin-bottom: 30px;
  min-height: 150px !important;
}

@media (max-width: 980px) {
  .single-counter {
    padding-bottom: 30px;
    min-height: 200px !important;
  }
}
@media (max-width: 767px) {
  .single-counter {
    padding-bottom: 30px;
    min-height: auto !important;
  }
  .ac {
    top: 74px;
  }
}
.row8 {
  padding: 100px 0px;
  position: relative;
}
.row8 .list-wrapper ul li {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.r8title h2 {
  letter-spacing: 1px;
}

.entry-content .row8 ul {
  display: block !important;
  margin-left: 15px;
}

.r8subtitle {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #ED6D12;
  padding-top: 10px;
  padding-bottom: 10px;
}

.row8::after {
  content: "";
  background: url(./images/whitewave.png) no-repeat;
  position: absolute;
  /* opacity: 1; */
  bottom: -80px;
  left: 0px;
  width: 100%;
  height: 100px;
  z-index: 99999;
  background-size: cover;
}

.row9 {
  padding: 150px 0px;
  background: #F2F4F8;
}

.col-list-title {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

.row9 ul {
  display: unset;
}

.row9 ul li {
  list-style-type: none;
}

.row10 {
  background: #F2F4F8;
  padding: 90px 0px 0px;
  position: relative;
}

.row10::after {
  content: "";
  background: url(./images/r10wave.svg) no-repeat;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100px;
  background-size: cover;
}

.row10::before {
  content: "";
  background: url(./images/r10wavetop.svg) no-repeat;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100px;
  background-size: cover;
  top: 0px;
}

.row10 .slick-slide {
  margin: 0px 20px 0px 0px !important;
}

.row10 .slick-slide .post {
  background-color: #fff;
  border-radius: 10px;
  min-height: 550px;
}

.row10 .slick-slide .post img {
  border-radius: 10px 10px 0px 0px;
}

.row10 .slick-dots {
  display: block;
  bottom: -40px;
  position: relative;
  float: right;
  width: auto;
  right: 5%;
}

.row10 .slick-dots li {
  background: #fff;
  width: 80px;
  height: 7px;
  margin: 0px;
}

.row10 .slick-dots li button {
  background: #fff;
  height: 7px;
  padding: 0px;
  width: 100%;
}

.row10 .slick-dots li.slick-active button {
  background: #ED6D12;
}

.row10 .slick-prev {
  left: unset;
  top: -80px !important;
  top: auto;
  height: 45px;
  width: 45px;
  right: 6%;
}

.row10 .slick-next {
  right: 1%;
  top: -80px !important;
  top: auto;
  height: 45px;
  width: 45px;
}

.row10-wrapper {
  position: relative;
}

.row10 .read-more {
  width: 260px;
  margin: auto;
  padding-bottom: 50px;
}

@media (max-width: 980px) {
  .row10 .slick-next {
    right: 10%;
    top: unset !important;
    bottom: -20%;
  }
  .row10 .slick-prev {
    left: 10%;
    top: unset !important;
    bottom: -20%;
  }
  .row10 .slick-dots {
    display: none;
  }
  .row10-wrapper {
    padding: 0px 15px;
  }
  .row10 .read-more {
    position: relative;
    margin: auto;
  }
  .row10 .slick-current {
    background: none;
  }
  .row10 .slick-slide {
    padding: 10px;
  }
  .project a {
    font-size: 1.2rem !important;
  }
}
.row10 .post-category {
  display: flex;
}

.row10 .post-excerpt {
  padding: 0px 20px 20px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  min-height: 200px;
}

.row10 .post-title {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding: 0px 20px 20px;
}

.post-links {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.row10 .slider {
  padding: 50px 0px !important;
}

@media (max-width: 980px) {
  .slider {
    margin: auto !important;
    padding: 0px 0px !important;
  }
  .row10 .slider {
    padding: 25px 15px !important;
  }
}
.row10 .slick-slider {
  margin-bottom: 50px;
  padding: 0px;
}
@media (max-width: 767px) {
  .row10 .slick-slider {
    margin-bottom: 20px;
  }
}

.row10 .category {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #404040;
  opacity: 0.5;
}

.post a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  text-decoration-line: underline;
  color: #000000;
}

.kontakt .bottom::before {
  display: none;
}
.kontakt .info-wrapper {
  display: none;
}

.contact .row1 .row1-content {
  padding-bottom: 30px;
}
.contact .row1 .contact-header {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .contact .row1 .contact-header {
    display: grid;
  }
}
.contact .row2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  background-color: rgb(242, 244, 248);
  padding: 80px 0px;
}
.contact .row2::before {
  content: "";
  background: url(./images/wave-top.svg) no-repeat center center/cover;
  position: absolute;
  /* opacity: 0.5; */
  top: -79px;
  left: 0px;
  width: 100%;
  height: 98px;
}
.contact .row2 h2 {
  color: #ED6D12 !important;
}
.contact .row2 .kontaktformular {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px 60px 70px;
}
@media screen and (max-width: 480px) {
  .contact .row2 .kontaktformular {
    padding: 12px 12px 70px;
  }
}
.contact .row2 .kontaktformular label {
  display: grid;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
}
.contact .row2 .kontaktformular label input, .contact .row2 .kontaktformular label textarea {
  width: 100%;
  border: 1px solid #D8D8D8;
  border-radius: 12px;
  padding: 5px;
}
.contact .row2 .kontaktformular .wpcf7-list-item {
  margin: 0px;
}
.contact .row2 .kontaktformular .wpcf7-acceptance label,
.contact .row2 .kontaktformular .wpcf7-checkbox label {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  justify-content: space-between;
}
.contact .row2 .kontaktformular .wpcf7-checkbox label input[type=checkbox],
.contact .row2 .kontaktformular .wpcf7-acceptance input[type=checkbox]  {
    width: 13px;
}
.contact .row2 .kontaktformular p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #323E48;
}
.contact .row2 .kontaktformular input[type=submit] {
  background: linear-gradient(90deg, #ED6D12 0%, #FF9E59 100%);
  border-radius: 30px;
  padding: 15px 35px;
  border: 0px;
  color: #fff;
  position: relative;
}
.contact .row2 .kontaktformular input[type=submit]::after {
  content: "";
  background-image: url(./images/button-arrow.svg);
  background-size: cover;
  background-position: right;
  position: absolute;
}
.contact .row2 .address-informations {
  width: 90%;
  float: right;
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .contact .row2 .address-informations {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact .row2 .address-informations {
    width: 100%;
    margin-top: 20px;
  }
}
.contact .row2 .address-informations .address-items {
  grid-template-columns: 50% 50%;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .contact .row2 .address-informations .address-items {
    grid-template-columns: 100%;
  }
}
.contact .row2 .address-informations .address-items a {
  color: #000000;
  text-decoration: none;
}
.contact .row2 .address-informations .address-items .address-item {
  font-size: 14px;
}
.contact .row2 .map {
  width: 90%;
  float: right;
}
.contact .row2 .map .map-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .row2 .map .map-header a {
  color: #000;
}
@media screen and (max-width: 980px) {
  .contact .row2 .map {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact .row2 .map {
    width: 100%;
  }
}

.about .header h1 {
  padding: 0px 30px;
}
.about .about_row1 {
  padding: 100px 0px;
}
.about .about_row1::after {
  content: "";
  position: absolute;
  background: url(./images/about1Elipse.png);
  background-repeat: no-repeat;
  height: 305px;
  width: 200px;
  right: 0px;
  bottom: 0;
  z-index: 0;
}
.about .about_row1 .logos {
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.about .about_row1 .logos img {
  width: 150px;
  height: 65px;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .about .about_row1 .logos {
    display: grid;
    grid-template-columns: 30% 30% 30%;
  }
}
.about .about_row2 {
  padding: 150px 0px 0px;
  background-color: #F2F4F8;
  position: relative;
}
.about .about_row2::before {
  content: "";
  background-image: url(./images/wave-top.svg);
  height: 100px;
  position: absolute;
  top: -75px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.about .about_row2::after {
  content: "";
  background-image: url(./images/kundestimenwave.svg);
  height: 100px;
  position: absolute;
  bottom: -99px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.about .about_row3 {
  margin-top: 140px;
  position: relative;
}
.about .about_row3::after {
  content: "";
  position: absolute;
  background: url(./images/elipseRight.png);
  background-repeat: no-repeat;
  height: 305px;
  width: 200px;
  left: 0px;
  top: -234px;
  z-index: 999;
}
.about .about_row3 .team-header {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  background: linear-gradient(90deg, #ED6D12 0%, #FF9E59 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about .about_row3 .card-title {
  font-size: 25px;
  font-family: "Quicksand";
}
.about .about_row3 .card-role {
  font-family: "Quicksand";
  font-weight: 300;
  padding: 30px 0px;
}
.about .about_row3 .card-role {
  font-family: "Quicksand";
}
.about .about_row3 .flip-card {
  height: 493px;
  perspective: 1000px;
}
@media screen and (max-width: 980px) {
  .about .about_row3 .flip-card {
    height: 500px;
  }
}
.about .about_row3 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.about .about_row3 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.about .about_row3 .flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 20px;
}
.about .about_row3 .flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .about_row3 .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 20px;
  padding: 35px 25px;
}
.about .about_row3 .flip-card-front {
  color: black;
}
.about .about_row3 .flip-card-back {
  background: linear-gradient(90deg, #ED6D12 0%, #FF9E59 100%);
  color: white;
  transform: rotateY(180deg);
}
.about .about_row4 {
  background: url(./images/networkbottom.png) no-repeat #172530;
  padding: 200px 0px;
  position: relative;
  background-position: bottom left;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF !important;
}
.about .about_row4 h2 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF !important;
}
.about .about_row4:before {
  content: "";
  background: url(./images/networktop.png) no-repeat center center/cover;
  position: absolute;
  opacity: 0.5;
  top: 0px;
  right: 0px;
  width: 100vh;
  height: 100%;
}
.about .about_row4:after {
  content: "";
  background: url(./images/left-white.svg) no-repeat center center/cover;
  position: absolute;
  /* opacity: 0.5; */
  bottom: -15px;
  left: 0px;
  width: 100%;
  height: 100px;
}
.about .about_row4 .about_row4_content p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}
.about .about_row4 .about_row4_content a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}
.about .about_row4 .about_row4_top {
  background-image: url(./images/wave-bottom-white.svg);
  height: 100px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.about .about_row5 .about_row5_wrapper {
  padding: 100px 0px 40px;
  position: relative;
}
.about .about_row5 .about_row5_wrapper .about_row5_inner_wrapper {
  display: flex;
  padding-top: 50px;
}
@media screen and (max-width: 980px) {
  .about .about_row5 .about_row5_wrapper .about_row5_inner_wrapper {
    display: grid;
  }
}
.about .about_row5 .about_row5_wrapper .about_row5_inner_wrapper .col1 {
  width: 40%;
  margin-right: 10%;
}
@media screen and (max-width: 980px) {
  .about .about_row5 .about_row5_wrapper .about_row5_inner_wrapper .col1 {
    width: 100% !important;
    margin-left: 0%;
    margin-bottom: 30px;
    margin-right: 0%;
  }
}
.about .about_row5 .about_row5_wrapper .about_row5_inner_wrapper .col1 img {
  width: 100%;
}
.about .about_row5 .about_row5_wrapper .about_row5_inner_wrapper .col2 {
  width: 50%;
  word-break: break-word;
}
@media screen and (max-width: 980px) {
  .about .about_row5 .about_row5_wrapper .about_row5_inner_wrapper .col2 {
    width: 100% !important;
  }
}
.about .about_row5 .about_row5_wrapper:nth-child(even) {
  background: #F2F4F8;
}
.about .about_row5 .about_row5_wrapper:nth-child(even)::before {
  content: "";
  background-image: url(./images/wave-bottom-white.svg);
  height: 100px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.about .about_row5 .about_row5_wrapper:nth-child(even)::after {
  content: "";
  background-image: url(./images/wave_bottom_grey.svg);
  height: 100px;
  position: absolute;
  bottom: -99px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .about_row5 .about_row5_wrapper:nth-child(even) .about_row5_inner_wrapper {
  flex-direction: row-reverse;
  display: flex;
}
@media screen and (max-width: 980px) {
  .about .about_row5 .about_row5_wrapper:nth-child(even) .about_row5_inner_wrapper {
    display: grid;
  }
}
.about .about_row5 .about_row5_wrapper:nth-child(even) .about_row5_inner_wrapper .col1 {
  width: 40%;
  margin-left: 10%;
  margin-right: 0px;
}
.about .about_row5 .about_row5_wrapper:nth-child(even) .about_row5_inner_wrapper .col1 img {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .about .about_row5 .about_row5_wrapper:nth-child(even) .about_row5_inner_wrapper .col1 {
    width: 100% !important;
    margin-left: 0%;
    margin-bottom: 30px;
  }
}
.about .about_row5 .about_row5_wrapper:nth-child(even) .about_row5_inner_wrapper .col2 {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .about .about_row5 .about_row5_wrapper:nth-child(even) .about_row5_inner_wrapper .col2 {
    width: 100% !important;
  }
}

.blog .blog_row1 {
  margin-bottom: 195px;
}
.blog .blog_row1 .header {
  padding: 100px 0px;
}
.blog .blog_row1 .featured-post {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 210px 80px 35px;
  min-height: 550px;
  color: #fff;
  border-radius: 20px;
  position: relative;
}
.blog .blog_row1 .featured-post .post-title {
  padding: 30px 0px;
}
.blog .blog_row1 .featured-post .post_excerpt {
  padding-bottom: 50px;
}
.blog .blog_row1 .featured-post .btn-itweb {
  position: absolute;
  bottom: 10%;
  color: #fff;
}
.start-posts .post-category .category{
  height: auto;
}
@media screen and (max-width: 1400px) {
  .blog .blog_row1 .featured-post {
    padding: 80px 70px 80px 35px;
  }
}
@media screen and (max-width: 1399px) {
  .start-posts .post-excerpt p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  .start-posts .post-category {
    flex-wrap: wrap;
    gap: 10px;
  }
  .latest-posts .post {
    height: auto !important;
  }
  .latest-posts .post-excerpt {
    min-height: unset !important;
  }
}
.blog .blog-posts {
  background: #F2F4F8;
  padding: 50px 0px 150px;
  position: relative;
}
.blog .blog-posts::before {
  content: "";
  background: url(./images/wave-top.svg) no-repeat center center/cover;
  position: absolute;
  top: -99px;
  left: 0px;
  width: 100%;
  height: 100px;
}
.blog .blog-posts .categories {
  width: 150px;
}
.blog .blog-posts .categories select {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #282B3A;
  border: none;
  background: none;
}
.blog .blog-posts .categories select:focus-visible {
  border: none;
  outline: unset;
}
.blog .blog-posts .card {
  min-height: 530px;
  border-radius: 10px;
}
.blog .blog-posts .card img {
  height: 200px;
  object-fit: cover;
}
.blog .blog-posts .card h4 a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}
.blog .blog-posts .card .categories-single {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #404040;
  opacity: 0.5;
}
.blog .blog-posts .blog-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.blog .blog-posts .blog-pagination a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */
  text-align: right;
  /* Dark-Blue */
  color: #282B3A;
}
.blog .blog-posts .blog-pagination span {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: right;
  color: #282B3A;
}
.blog .filters {
  padding: 100px 0px 150px;
  position: relative;
}
.blog .filters::before {
  content: "";
  background: url(./images/bottom_wave_white.svg) no-repeat center center/cover;
  position: absolute;
  top: -99px;
  left: 0px;
  width: 100%;
  height: 100px;
}
.archives-latest-section {
  padding-bottom: 180px;
}
.blog .filters .contributors a,
.archives-latest-section a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
  text-decoration: none;
  display: block;
  padding: 18px 20px 17px 20px;
  background: #F2F4F8;
  border-radius: 10px;
}
.blog .filters .tags .tag {
  display: grid;
}
.blog .filters .tags .tag .tag-link {
  background: linear-gradient(90deg, #ED6D12 0%, #FF9E59 100%);
  border-radius: 30px;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-transform: capitalize;
  color: #FFFFFF !important;
  padding: 8px 35px;
  display: inline-block;
  text-decoration: none;
  width: fit-content;
}
.blog .filters .tags .tag .tag-link:hover {
  background: none !important;
  color: #ED6D12 !important;
  outline: 1px solid #ED6D12 !important;
  transition: 1s ease-out;
  text-decoration: none;
}
.blog .filters .feed a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  background: linear-gradient(90deg, #ED6D12 0%, #FF9E59 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.services {
  padding-bottom: 150px;
}
.services .row_1_services {
  padding: 100px 0px 50px;
}
@media screen and (max-width: 980px) {
  .services .row_1_services {
    padding: 75px 0px;
  }
}
.services .row_2_service {
  padding: 0px 0px;
}
.services .row_2_service .services-wrapper {
  padding: 200px 0px 0px;
  position: relative;
}
.services .row_2_service .services-wrapper .container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .services .row_2_service .services-wrapper .container {
    display: grid !important;
  }
}
.services .row_2_service .services-wrapper .container .service-col-1 {
  width: 40%;
  margin-right: 2%;
}
.services .row_2_service .services-wrapper .container .service-col-1 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .services .row_2_service .services-wrapper .container .service-col-1 {
    width: 100% !important;
    margin: 0px !important;
  }
}
.services .row_2_service .services-wrapper .container .service-col-2 {
  width: 60%;
}
.services .row_2_service .services-wrapper .container .service-col-2 img {
  width: 100%;
}
.services .row_2_service .services-wrapper .container .service-col-2 a {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .services .row_2_service .services-wrapper .container .service-col-2 {
    width: 100% !important;
  }
}
.services .row_2_service .services-wrapper:nth-child(odd) {
  background: #F2F4F8;
}
.services .row_2_service .services-wrapper:nth-child(odd)::before {
  content: "";
  background-image: url(./images/wave-bottom-white.svg);
  height: 100px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.services .row_2_service .services-wrapper:nth-child(odd)::after {
  content: "";
  background-image: url(./images/wave_bottom_grey.svg);
  height: 100px;
  position: absolute;
  bottom: -99px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.services .row_2_service .services-wrapper:nth-child(even) .container {
  flex-direction: row-reverse;
  display: flex;
}
.services .row_2_service .services-wrapper:nth-child(even) .container .service-col-1 {
  width: 40%;
  margin-left: 2%;
  margin-right: 0px;
}
.services .row_2_service .services-wrapper:nth-child(even) .container .service-col-1 img {
  width: 100%;
}
.services .row_2_service .services-wrapper:nth-child(even) .container .service-col-2 {
  width: 60%;
}
.services .row_2_service .services-wrapper:nth-child(even) .container .service-col-2 img {
  width: 100%;
}
.services .row_2_service .services-wrapper:nth-child(even) .container .service-col-1 {
  width: 40%;
  margin-right: 2%;
}
@media screen and (max-width: 480px) {
  .services .row_2_service .services-wrapper:nth-child(even) .container .service-col-1 {
    width: 100% !important;
  }
}
.services .row_2_service .services-wrapper:nth-child(even) .container .service-col-2 {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .services .row_2_service .services-wrapper:nth-child(even) .container .service-col-2 {
    width: 100% !important;
  }
}
.services .row_3_service {
  padding: 100px 0px;
  margin-top: 60px;
}
.services .row_3_service .list-row {
  padding-bottom: 50px;
  border-left: 1px solid #404040;
  padding-left: 45px;
  position: relative;
}
.services .row_3_service .list-row svg {
  position: absolute;
  left: -6px;
}
.services .row_3_service .list-row:last-child {
  padding-bottom: 0px;
}
.services .row_3_service .list-row .list-header {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #36204F;
  padding-bottom: 20px;
}
.services .row_3_service .list-row .list-content {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.services .row_4_service {
  background: #F2F4F8;
  position: relative;
  padding: 150px 0px 50px;
}
.services .row_4_service::before {
  content: "";
  background-image: url(./images/wave-bottom-white.svg);
  height: 100px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.services .row_4_service::after {
  content: "";
  background-image: url(./images/wave_bottom_grey.svg);
  height: 100px;
  position: absolute;
  bottom: -99px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.services .row_4_service .r4-price p {
  font-size: 20px !important;
}
.services .row_4_service .r4-price span {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 60px;
  text-align: center;
  color: #000000;
}
.services .row_4_service .plan-details {
  padding: 40px 0px;
}
.services .row_4_service .plan-details .function-header {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 34px;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 1000px) {
  .services .row_4_service .plan-details .function-header {
    margin-top: 30px;
  }
}
.services .row_4_service .store_title {
  background: linear-gradient(90deg, #ED6D12 0%, #FF9E59 100%);
  border-radius: 20px;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-transform: capitalize;
  color: #FFFFFF !important;
  padding: 20px 35px;
  display: inline-block;
  text-decoration: none;
  display: block;
}
.services .row_4_service .function-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
}
.services .row_4_service .function-item .function-title {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
.services .row_4_service .function-item .function-subtitle {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
.services .row_4_service .content-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 0px;
  margin-bottom: 10px;
}
.services .row_4_service .content-item .content-title {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
.services .row_4_service .content-item .content-subtitle {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
.services .row_5_feature {
  padding: 150px 0px;
  position: relative;
}
.services .row_5_feature thead tr th {
  border: none;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}
.services .row_5_feature thead tr .text-right {
  text-align: right;
}
.services .row_5_feature thead tr .text-center {
  text-align: center;
}
.services .row_5_feature tbody tr td {
  border: none;
  padding: 15px 25px;
}
.services .row_5_feature tbody tr td .orange {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.services .row_5_feature tbody tr .text-right {
  text-align: right;
}
.services .row_5_feature tbody tr .text-center {
  text-align: center;
}
.services .row_5_feature tbody tr:nth-child(odd) {
  background-color: #F2F4F8;
}
.services .row_5_feature .plan-wrapper {
  background: #F2F4F8;
  border-radius: 10px;
  padding: 40px 30px;
}
.services .row_5_feature .plan-wrapper .plan-price b {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
.services .row_5_feature .plan-wrapper .price-list-item {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  display: list-item;
  margin-left: 20px;
}
.services .row_6_testimonials {
  background: #F2F4F8;
  position: relative;
  padding: 150px 0px 50px;
  position: relative;
}
.services .row_6_testimonials .elipse-right-testimonial {
  background: url(./images/elipse.png);
  position: absolute;
  top: 10%;
  right: 0;
  height: 310px;
  width: 100px;
  background-repeat: no-repeat;
}
.services .row_6_testimonials .slick-current .testimonial {
  margin-top: 0px !important;
  min-height: 350px;
}
.services .row_6_testimonials .slick-slide .testimonial {
  margin-top: 25px;
}
.services .row_6_testimonials .slick-dots {
  display: block;
  bottom: -65px;
}
.services .row_6_testimonials .slick-dots li button {
  background: #404040;
  height: 3px;
  padding: 0px;
}
.services .row_6_testimonials .slick-dots li.slick-active button {
  background: #ED6D12;
}
.services .row_6_testimonials .slick-prev {
  left: 40%;
  bottom: -90px;
  top: auto;
  height: 45px;
  width: 45px;
  z-index: 999;
}
.services .row_6_testimonials .slick-next {
  right: 40%;
  bottom: -90px;
  top: auto;
  height: 45px;
  width: 45px;
  z-index: 999;
}
@media (max-width: 1200px) {
    .start-posts .post-excerpt p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  .start-posts .post-category {
    flex-wrap: wrap;
    gap: 10px;
  }
  .services .row_6_testimonials .slick-next {
    right: 30% !important;
  }
  .services .row_6_testimonials .slick-prev {
    left: 30% !important;
  }
}
@media (max-width: 980px) {
  .services .row_6_testimonials .slick-next {
    right: 10% !important;
  }
  .services .row_6_testimonials .slick-prev {
    left: 10% !important;
  }
}
.services .row_6_testimonials::before {
  content: "";
  background-image: url(./images/wave-bottom-white.svg);
  height: 100px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.services .row_6_testimonials::after {
  content: "";
  background-image: url(./images/wave_bottom_grey.svg);
  height: 100px;
  position: absolute;
  bottom: -99px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.services .row_6_testimonials .slider {
  padding: 20px 0px !important;
}
.services .row_6_testimonials .slider .testimonial {
  background-color: #fff;
}
.services .row_7_uberblick {
  padding: 200px 0px 100px;
}
.services .row_7_uberblick .uber-content {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.services .row_8_technologies {
  background-color: #F2F4F8;
  position: relative;
  padding: 100px 0px 50px;
}
.services .row_8_technologies .elipse-right {
  background: url(./images/elipse-left.png);
  position: absolute;
  top: 10%;
  right: 0;
  height: 310px;
  width: 100px;
  background-repeat: no-repeat;
}
.services .row_8_technologies::before {
  content: "";
  background-image: url(./images/wave-bottom-white.svg);
  height: 100px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.services .row_8_technologies::after {
  content: "";
  background-image: url(./images/wave_bottom_grey.svg);
  height: 100px;
  position: absolute;
  bottom: -99px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -3;
}
.services .row_8_technologies .logos div {
  flex: 0 0 150px;
  padding-bottom: 30px;
}
.services .row_9_banner {
  padding: 100px 0px;
  margin-top: -10%;
  z-index: 9999;
}
.services .row_9_banner .r9_banner {
  background-color: #000000;
  color: #fff;
  border-radius: 20px;
  z-index: 9999;
}
.services .row_9_banner .r9_banner .banner-title {
  padding: 50px 50px 50px 50px;
}
.services .row_9_banner .r9_banner .banner-link {
  display: flex;
  text-align: center;
  padding: 0;
  background: url(./images/trapez.png);
  background-size: cover;
  border-radius: 0px 20px 20px 0px;
}

.r9_banner img {
  vertical-align: bottom;
}

.r9_banner > .row {
  align-items: stretch;
}

@media screen and (max-width: 992px) {
  .services .row_9_banner .r9_banner .banner-link {
    background: rgb(237, 109, 18);
    border-radius: 0px 0px 20px 20px;
    padding-bottom: 50px;
  }
}
.services .row_9_banner .r9_banner .banner-link a {
  background: #FFFFFF;
  border-radius: 30px;
  display: block;
  padding: 15px 30px;
  color: #000;
  text-decoration: none;
  margin: auto;
  width: fit-content;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-align: right;
  text-transform: capitalize;
  color: #000000;
}
.contact .row1 {
  padding: 100px 0 150px;
}
.referenzen .referenzen_row1 {
  padding: 100px 0px;
}
.referenzen .r2_referenzen {
  padding: 200px 0px 0px;
  position: relative;
  z-index: 0;
}
.referenzen .r2_referenzen a {
  text-decoration: none;
  color: #ED6D12;
  font-weight: 400;
}
.www{
  position: relative;
}
.referenzen .r2_referenzen::before,
.www::before {
  content: "";
  background-image: url(./images/wave-bottom-white.svg);
  height: 100px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.referenzen .r2_referenzen::after,
.www::after {
  content: "";
  background-image: url(./images/kundestimenwave.svg);
  height: 100px;
  position: absolute;
  bottom: -99px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.referenzen .row_testimonials {
  padding: 150px 0px 100px;
  position: relative;
}
.referenzen .row_testimonials::after {
  content: none;
  position: absolute;
  background: url(./images/elipse.png);
  background-repeat: no-repeat;
  height: 305px;
  width: 100px;
  right: 0px;
  top: 40%;
  z-index: -999;
}
.referenzen .row_testimonials .testimonial,
.referenzen .row_testimonials .slick-current .testimonial {
  margin-top: 0px !important;
  min-height: 390px !important;
}
/*.referenzen .row_testimonials .slick-slide .testimonial {
  margin-top: 25px;
}*/
.referenzen .row_testimonials .slick-dots {
  display: block;
  bottom: -65px;
}
.referenzen .row_testimonials .slick-dots li button {
  background: #404040;
  height: 3px;
  padding: 0px;
}
.referenzen .row_testimonials .slick-dots li.slick-active button {
  background: #ED6D12;
}
.referenzen .row_testimonials .slick-prev {
  left: 40%;
  bottom: -90px;
  top: auto;
  height: 45px;
  width: 45px;
  z-index: 999;
}
.referenzen .row_testimonials .slick-next {
  right: 40%;
  bottom: -90px;
  top: auto;
  height: 45px;
  width: 45px;
  z-index: 999;
}
@media (max-width: 1200px) {
  .referenzen .row_testimonials .slick-next {
    right: 30% !important;
  }
  .referenzen .row_testimonials .slick-prev {
    left: 30% !important;
  }
}
@media (max-width: 980px) {
  .referenzen .row_testimonials .slick-next {
    right: 10% !important;
  }
  .referenzen .row_testimonials .slick-prev {
    left: 10% !important;
  }
}
.referenzen .projects {
  padding: 150px 0px 0px;
  position: relative;
}
.referenzen .projects::before {
  content: "";
  background-image: url(./images/r10wavetop.svg);
  height: 100px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.referenzen .projects::after {
  content: "";
  background-image: url(./images/kundestimenwave.svg);
  height: 100px;
  position: absolute;
  bottom: -99px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
.referenzen .projects .project {
  padding: 50px;
}
.referenzen .projects .project img {
  width: 100%;
}
.referenzen .partners {
  padding: 200px 0px 100px;
}
.referenzen .partners img {
  margin: auto;
  height: 200px;
  width: 100%;
  object-fit: contain;
}

.single-page {
  padding-bottom: 100px;
  padding-top: 100px;
}
.single-page .row1-single {
  padding-bottom: 70px;
}
.single-page .row1-single .single-author .single-catgories {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #404040;
}
.single-page .row1-single .single-author .single-catgories .single-category {
  padding-right: 5px;
}
.single-page .row1-single .single-author .single-catgories .single-category:last-child svg {
  display: none;
}
.single-page .row1-single .single-featured-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.single-page .anchors {
  padding: 18px 0px 17px 20px;
  background: #F2F4F8;
  border-radius: 10px;
  margin-bottom: 12px;
}
.single-page .anchors a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  text-decoration: none;
}
.single-page .anchor-detail .tipp {
  background: #000000;
  border-radius: 10px;
  padding: 30px 25px;
  margin: 10px 0px 20px;
}
.single-page .anchor-detail .tipp h3 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #ED6D12;
}
.single-page .anchor-detail .tipp p {
  color: #fff;
  margin: 0px;
}
.single-page .latest-posts .row10 .slider {
  margin: 0px !important;
}
.single-page .latest-posts .row10 .card {
  min-height: 555px;
  border-radius: 10px;
}
.single-page .latest-posts .row10 .card img {
  height: 200px;
  border-radius: 10px 10px 0px 0px;
}
.single-page .latest-posts .row10 .card a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}
.single-page .latest-posts .row10 .card .single-post-categories {
  padding: 10px 5px 10px 0px;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #404040;
  opacity: 0.5;
}
.single-page .latest-posts .row10 .card .single-post-categories:last-child svg {
  display: none;
}

.simple-block-content {
  word-break: break-word;
}
.simple-block-content a {
  color: #ed6e0e;
  text-decoration: none;
}

.single_service_content {
  padding: 100px 0px 200px;
}
.single_service_content .fist-content img {
  width: 100%;
}
.single_service_content .steps img {
  width: 100%;
}
.single_service_content a {
  color: #ed6e0e;
  text-decoration: none;
}
.single_service_content .slick-current .testimonial {
  margin-top: 0px !important;
  min-height: 300px;
}
.single_service_content .slick-slide .testimonial {
  margin-top: 25px;
}
.single_service_content .slick-dots {
  display: block;
  bottom: 25px;
}
.single_service_content .slick-dots li button {
  background: #404040;
  height: 3px;
  padding: 0px;
}
.single_service_content .slick-dots li.slick-active button {
  background: #ED6D12;
}
.single_service_content .slick-prev {
  left: 30%;
  bottom: 0px;
  top: auto;
  height: 45px;
  width: 45px;
  z-index: 999;
}
.single_service_content .slick-next {
  right: 30%;
  bottom: 0px;
  top: auto;
  height: 45px;
  width: 45px;
  z-index: 999;
}
@media (max-width: 1200px) {
  .single_service_content .slick-next {
    right: 30% !important;
  }
  .single_service_content .slick-prev {
    left: 30% !important;
  }
}
@media (max-width: 980px) {
  .single_service_content .slick-next {
    right: 10% !important;
  }
  .single_service_content .slick-prev {
    left: 10% !important;
  }
}
.single_service_content .slider {
  padding: 20px 0px !important;
}
.single_service_content .slider .testimonial {
  background-color: #fff;
}
.single_service_content .anchors {
  padding: 18px 20px 17px 20px;
  background: #F2F4F8;
  border-radius: 10px;
  margin-bottom: 12px;
}
.single_service_content .anchors a {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  text-decoration: none;
}
.single_service_content .anchor-detail .tipp {
  background: #000000;
  border-radius: 10px;
  padding: 30px 25px;
  margin: 10px 0px 20px;
}
.single_service_content .anchor-detail .tipp h3 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #ED6D12;
}
.single_service_content .anchor-detail .tipp p {
  color: #fff;
  margin: 0px;
}

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


/* .container .row:first-child {
  width: 100%;
  max-width: 100%;
  background: #F2F4F8;
  margin: 0 0 20px 0px !important;
}
.container .row:first-child .col-lg-8.offset-lg-2 {
    margin: 0  !important;
    width: 100%;
} */


@media screen and (max-width: 767px){
  #caf-filter-layout2 li ul {
      height: auto !important;
  }
}
#caf-filter-layout2 li.init {
  display: flex;
  justify-content: flex-end;
}
#caf-filter-layout2 li.init span:first-child{
  display: none;
}
#caf-filter-layout2 #manage-ajax-response {
  padding: 0 !important;
}
#caf-filter-layout2 .selectcont {
  max-width: unset;
}
#caf-filter-layout2 li.activss ul {
  right: 0;
  top: 50px;
}
.data-target-div1 #caf-filter-layout2 ul.dropdown li span,
#caf-filter-layout2 li ul li a{
  font-family: Quicksand !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #282B3A !important;
  border-bottom: 0 !important;
  text-transform: unset !important;
  text-decoration: none !important;
}
.data-target-div1 #caf-filter-layout2 ul.dropdown li a.active{
  background: linear-gradient(90deg, #ED6D12 0%, #FF9E59 100%);
  color: #282B3A !important;
}

.ratgeber #caf-post-layout1 .manage-layout1 {
  border-radius:10px;
}
.ratgeber .caf-featured-img-box {
  border-radius: 10px 10px 0px 0px;
}
.ratgeber #manage-post-area {
  border-radius:0px 0px 10px 10px;
}
.ratgeber .caf-content-read-more {
  border-radius:0px 0px 10px 10px;
}
.ratgeber #manage-post-area .caf-post-title {
  background: white !important;
  padding: 15px 15px 0 15px !important;
}
.ratgeber #manage-post-area .caf-post-title h2,
.ratgeber #manage-post-area .caf-post-title h2  a {
  color: black !important;
    font-size: 20px !important;
    line-height: 24px !important;
}
.ratgeber #manage-post-area .caf-post-title h2 {
  height: 51px;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.ratgeber .manage-layout1 {
/*  height:500px !important;*/
  background: white !important;
}
.ratgeber .caf-content {
  padding-top: 0 !important;
  text-align: left !important;
  border-radius:0px 0px 25px 25px;
  height: 200px;
  display: -webkit-box !important;
  -webkit-line-clamp:7;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  color: #000 !important;
  font-family: Quicksand !important;
  font-size: 16px !important;
  line-height: 26px;
  padding: 0 15px 0 15px !important;
}
#caf-post-layout1 .caf-post-layout1 {
  margin-bottom: 35px !important;
}
.ratgeber .caf-content-read-more {
  display: none !important;
}
#caf-filter-layout2 {
  margin-right: 20px !important;
}
#manage-ajax-response.caf-row {
  padding: 0 !important;

}
article#caf-post-layout1 {
  margin-bottom: 35px !important;
}
.data-target-div1 ul#caf-layout-pagination.post-layout1 li a, .data-target-div1 .prev-next-caf-pagination .caf-pagi-btn,
.data-target-div1 ul#caf-layout-pagination.post-layout1 li span.current {
  font-family: Nunito Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.ratgeber #caf-layout-pagination li a{
  background: transparent !important;
  color:black !important;
}
.ratgeber #caf-layout-pagination .page-numbers.current{
  background: transparent !important;
}
.ratgeber .container .row.pb-5.justify-content-end {
  display: none !important;
}
.ratgeber .blog-posts {
  padding-top:0px !important;
}
.ratgeber .caf-meta-content {
  display: none !important;
}
  .tds h2 {
    font-size: 38px !important;
  }
@media screen and (min-width:768px) and (max-width:1024px) {
  .cas h2 {
    font-size: 38px !important;
  }
.ratgeber .caf-content {
height:345px !important;
-webkit-line-clamp:13;
}
}

.address-item {
  display: flex;
  gap: 5px;
}
.address-items.d-grid .address-item:nth-child(3) svg,
.address-items.d-grid .address-item:nth-child(4) svg{
  max-width: 15px;
  margin-top: 2px;
}
/*Blog Container*/
.blog-wrapper {
  background: #F2F4F8;
  margin-top: -64px;
  padding-top: 147px;
  padding-bottom: 70px;
}

.blog-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-wrapper .single-catgories {
  flex-wrap: wrap;
  gap: 25px;
}
.blog-wrapper .blog-title {
  margin-left: 36px;
}
.blog-wrapper .blog-title h1 {
  hyphens: auto;
  word-wrap: break-word;
}
@media screen and (max-width:980px){
  .blog-wrapper img {
    height: auto;
    object-fit: unset;
  }
  .blog-wrapper .blog-title {
    margin-left: 0px;
  }
  .blog-wrapper .single-catgories {
    flex-direction: column;
  }
}




/*
@media screen and (min-width:768px) and (max-width:1024px){
  #manage-ajax-response.caf-row {
  padding: 0 !important;

}
.ratgeber #caf-post-layout1 .manage-layout1 {
  border-radius:25px;
}
.ratgeber .caf-featured-img-box {
  border-radius: 25px 25px 0px 0px;
}
.ratgeber #manage-post-area {
  border-radius:0px 0px 25px 25px;
}
.ratgeber #manage-post-area .caf-post-title {
  background: white !important;

}
.ratgeber #manage-post-area .caf-post-title h2,
.ratgeber #manage-post-area .caf-post-title h2  a {
  color: black !important;
    font-size: 20px !important;
    line-height: 24px !important;
}

.ratgeber .caf-content {
  text-align: left !important;
  height:300px !important;
  border-radius:0px 0px 25px 25px;
}
.ratgeber .caf-content-read-more {
  display: none !important;
}
.ratgeber #caf-layout-pagination li a{
  background: transparent !important;
  color:black !important;
}
.ratgeber #caf-layout-pagination .page-numbers.current{
  background: transparent !important;
}
.ratgeber .container .row.pb-5.justify-content-end {
  display: none !important;
}
.ratgeber .blog-posts {
  padding-top:0px !important;
}
.ratgeber .caf-meta-content {
  display: none !important;
}
}*/
/*@media screen and (max-width:767px){
.ratgeber #caf-post-layout1 .manage-layout1 {
  border-radius:25px;
}
.ratgeber .caf-featured-img-box {
  border-radius: 25px 25px 0px 0px;
}
.ratgeber #manage-post-area {
  border-radius:0px 0px 25px 25px;
}
.ratgeber #manage-post-area .caf-post-title {
  background: white !important;
}
.ratgeber #manage-post-area .caf-post-title h2  a {
  color: black !important;
    font-size: 16px !important;
    line-height: 1.3em !important;
}
.ratgeber #manage-post-area .caf-post-title h2 {
  line-height:0.5em !important;
  text-overflow: ellipsis;
    overflow: hidden;
    height: 1.2em;
    white-space: nowrap;
  font-size: 18px !important;
}
.ratgeber .caf-content {
  text-align: left !important;
  border-radius:0px 0px 25px 25px;
}
.ratgeber .caf-content-read-more {
  display: none !important;
}
.ratgeber #caf-layout-pagination li a{
  background: transparent !important;
  color:black !important;
}
.ratgeber #caf-layout-pagination .page-numbers.current{
  background: transparent !important;
}
.ratgeber .container .row.pb-5.justify-content-end {
  display: none !important;
}
.ratgeber .blog-posts {
  padding-top:0px !important;
}
.ratgeber .caf-meta-content {
  display: none !important;
}
}*/
.uref img {
  border-radius: 10px;
}
#caf-filter-layout2 ul li ul li:first-child a:after {
  content: "";
}
header .menu-item-has-children a {
  cursor: pointer;
}
.testimonials-slider .slick-dots,
.p100.kunden .slick-dots {
  margin-left: 10px;
}
.seo-suchmaschinenoptimierung .row_9_banner{
  margin-top: 0%;
  transform: translateY(-40%);
  position: relative;
  margin-bottom: -5%;
}
.webshop-erstellen-lassen .row_9_banner,
.firmenlogo-erstellen-lassen-grafikdesign .row_9_banner{
  margin-top: 0%;
  transform: translateY(-60%);
  position: relative;
  margin-bottom: -15%;
}
@media screen and (min-width:768px) and (max-width:1024px){

.webshop-erstellen-lassen .row_9_banner{
  margin-bottom: -450px;

}
.seo-suchmaschinenoptimierung .row_9_banner{
  margin-bottom: -250px;

}
}
@media screen and (max-width: 991px) and (min-width: 782px) {
  .start-posts .post-excerpt p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  } 
} 
@media screen and (max-width:767px){
  .referenzen .referenzen_row1 {
    padding: 50px 0 0 0 !important;
  }
  .contact .row1 {
    padding: 50px 0 125px !important;
  }
  .dsgvo-website-scan .wp-block-spacer,
  .agb .wp-block-spacer,
  .impressum .wp-block-spacer,
  .datenschutzerklarung .wp-block-spacer{
    display: none;
  }
.webshop-erstellen-lassen .row_9_banner,
.firmenlogo-erstellen-lassen-grafikdesign .row_9_banner{
  margin-bottom: -350px;
  padding: 50px 0px;
    margin-top: 5%;
}
.seo-suchmaschinenoptimierung .row_9_banner{
  margin-bottom: -250px;
    margin-top: 5%;
}
}
@media screen and (max-width: 320px){
  .rc-anchor-normal{
        width: 295px !important;
  }
  .btn-itweb a, .contact-header .btn-itweb {
    font-size: 14px;
  }
  .firmenlogo-erstellen-lassen-grafikdesign .container-text.tbl .table-3-columns thead th:nth-child(2), 
  .firmenlogo-erstellen-lassen-grafikdesign .container-text.tbl .table-3-columns thead th:nth-child(3) {
    width: 96px;
  }
  .table-3-columns thead th {
    font-size: 19px !important;
  }
}
@media screen and (max-width: 767px) {
  .ratgeber .caf-content {
    height: auto;
  }

  .startseite .project {
    height: auto !important;
  }
  .startseite .project-image {
    height: 200px !important;
  }

  .startseite .projects-wrapper .block-project-slider .project-image {
    height: auto;
  }
  .startseite .project-category {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
  .project-category.row {
    flex-direction: column;
  }
  .project-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 20px;
  }
  .p150.mp50,
  .p100.mp50{
    padding: 50px 0;
  }
  .circle-wrapper {
    margin-top: 0 !important;
  }
  div.certificate_images {
    padding-bottom: 0;
  }
  div.accordion-wrapper {
      margin-top: 0px;
  }
  div.msp {
    height: 0 !important;
  }
  div.esn {
    padding: 125px 0 75px;
  }
  div.partners {
    padding-top: 0;
  }
  div.cl_img {
    padding: 50px 0 0 0 ;
    margin-bottom: -50px;
  }
  div.cl_img .clients-wrapper {
    margin: 0px 0px -100px 0px;
    padding: 0;
  }
  div.cl_img .clients {
    margin-bottom: -60px;
  }
  .p100.kunden {
      padding: 50px 0 75px;
  }
  .p100.blrg,
  .p100.web,
  .p100.texti,
  .p100.p50lr,
  .p100.fga{
    padding: 50px 12px;
  }
  .p100.pakete,
  .p100.smp,
  .p100.lstg{
    padding: 100px 0 50px;
  }
  .p100.lrg {
    padding: 50px 0 125px 0 !important;
  }
  div.footer-menu {
    display: flex;
    flex-direction: column;
    padding: 25px 0px !important;
  }
  div.talk{
    padding-bottom: 70px;
  }
  div.blog div.blog_row1 .header {
    padding: 50px 0;
  }
  div.blog .blog_row1{
    margin-bottom: 150px;
  }
  div#caf-post-layout-container {
    padding: 0;
  }
  div#caf-filter-layout2 ul.dropdown{
    padding: 0 0 30px 0 !important;
  }
  div.blog .filters{
    padding: 20px 0px 130px;
  }
  div.filters .container > .row {
    gap: 45px;
  }
  div.m-rm {
    height: 0 !important;
  }
  div.m-rd{
    height: 50px !important;
  }
  #h-erweitern-sie-jedes-paket + div th.text-right {
    width: 185px;
  }
  .container-text.tbl .table-3-columns thead th:nth-child(2),
  .container-text.tbl .table-3-columns thead th:nth-child(3){
    width: 120px;
  }
  .table-3-columns thead th {
    font-size: 23px;
  }
  div.team-wrapper .flip-card {
    width: 100% !important;
    padding: 0;
  }
  .team-wrapper > .row {
    width: 100%;
    margin: 0;
  }
  .ord{
    display: flex;
    flex-direction: column;
  }
  .ord > figure {
    order: 1;
    text-align: center;
  }
  .cdc {
    text-align: center;
  }
  div.referenzen .referenzen_row1 {
    padding-bottom: 0;
  }
  div.referenzen .r2_referenzen {
    padding: 150px 0 0 0;
  }
  div.referenzen .row_testimonials {
      padding: 125px 0px 75px;
  }
  div.referenzen .projects {
      padding: 100px 0px 0px;
  }
  div.referenzen .projects .project {
    padding:25px;
  }
  div.referenzen .partners {
      padding: 125px 0px 100px;
  }
  .projects > .row,
  .partners > .row {
    margin: 0;
  }
  div.contact .row2 {
    padding: 30px 0;
  }
  div.blog-wrapper {
    padding-top: 110px;
    padding-bottom: 70px;
  }
  .blog-wrapper + .p100 {
    padding: 50px 12px 100px;
  }
  .testimonials-slider .slick-prev {
    left: 2% !important;
  }
  .testimonials-slider .slick-next {
    right: 2% !important;
  }
  .startseite .testimonials-slider .slick-prev {
    left: 10% !important;
  }
  .startseite .testimonials-slider .slick-next {
    right: 10% !important;
  }
  .iframedsgvo-container {
    height: 650px !important;
  }

}
.otus-at .entry-content > .container{
  margin: 0 12px;
  padding: 0;
}
.meineversicherung-at .entry-content > .container,
.meineversicherung-at .entry-content > .container > .row,
.dieprozessfinanzierer-at .entry-content > .container,
.dieprozessfinanzierer-at .entry-content > .container > .row{
  margin: 0;
  padding: 0;
}

@media screen and (max-width:420px){
    #h-wir-bieten-br-mehrwert-durch + div {
    margin: 0 !important;
  }
   .row_9_banner {
    margin-top: -65%;
  } 
  .iframedsgvo-container iframe {
    height: 570px !important;
  }
  .projects-wrapper .block-project-slider .slick-prev,
  .projects-wrapper .block-project-slider .slick-next {
    width: 35px;
    height: 35px;
    bottom: -12.5%;
  }
  h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .tds h2,
  h2,
  h2.has-large-font-size,
  h3.has-large-font-size {
      font-size: 28px !important;
      line-height: 40px !important;
  }

}
@media (max-width: 360px){
  .r1categories li {
    display: block;
  } 
}
.contact .row2 .kontaktformular {
  padding: 20px 30px 20px !important;
}
.contact > .row2 > .container > .row {
  margin: 0 12px;
  
} 
@media only screen and (max-width: 991px) {
  .kontakt .kontaktformular + div {
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
    #rc-anchor-container {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}