.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 650px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.elementor-widget-video .elementor-wrapper {
  position: relative;
  aspect-ratio: 1.7777777778;
}
.elementor-widget-video .elementor-custom-embed-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
#finditoo-youtube-dsgvo-popup-background {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}
#finditoo-youtube-dsgvo-popup {
  background-color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  padding: 30px 20px 20px;
}
#finditoo-youtube-dsgvo-popup .button-row {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
#finditoo-youtube-dsgvo-popup .button-row .buttons {
  display: inline-block;
  padding: 10px 15px;
}
#finditoo-youtube-dsgvo-popup .button-row .button-2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #F4A549;
  color: #fff;
  border-radius: 2px;
}
#finditoo-youtube-dsgvo-popup .button-row .buttons:hover {
  cursor: pointer;
}
.finditoo-video-swiper .elementor-swiper-button-prev {
  left: 0;
  transform: translate(-100%, -100%);
}
.finditoo-video-swiper .elementor-swiper-button-next {
  right: 0;
  transform: translate(100%, -100%);
}
h3.finditoo-video-title {
  font-size: 17px;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 10px;
}
.finditoo-element-meta-data {
  background-color: #f0f08f7;
  margin-top: 15px;
  padding: 20px;
}
.finditoo-element-meta-data.single-video {
  background-color: transparent;
  padding: 0px;
  margin-top: 12px;
}
.finditoo-element-meta-data .listing-img-container {
  height: 60px;
  position: relative;
  text-align: center;
  display: inline-block;
  float: left;
}
.finditoo-element-meta-data.single-video .listing-img-container {
  height: 50px;
}
.finditoo-element-meta-data .listing-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #ededed;
}
.finditoo-element-meta-data.single-video .listing-img {
  width: 50px;
  height: 50px;
}
.finditoo-element-meta-data .listing-data {
  display: inline-block;
  width: 79%;
  padding-left: 20px;
}
.finditoo-element-meta-data .listing-data .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
  display: block;
  width: 100%;
}
.finditoo-element-meta-data.single-video .listing-data .title {
  font-size: 16px;
}
.finditoo-element-meta-data .listing-data .sub-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #000000;
  display: block;
  width: 100%;
}
.finditoo-element-meta-data .listing-data a {
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
}
.finditoo-video .video-container {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.finditoo-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.finditoo-video .elementor-custom-embed-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.finditoo-video .elementor-custom-embed-image-overlay .eicon-play {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  background-image: url("../img/play-icon-white.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.finditoo-video .elementor-custom-embed-image-overlay .eicon-play:before {
  content: "";
  display: none;
}
.finditoo-video .video-title {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 600;
}
body {
  font-family: "Open Sans";
}
html body:not(.elementor-editor-active) {
  color: #333333;
}
html body:not(.elementor-editor-active) a {
  color: #F4A549;
}
html body:not(.elementor-editor-active) a:hover {
  color: #F4A549;
}
.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
button.button, .button {
  border-radius: 4px;
  background-color: #F4A549;
  border: 2px solid #F4A549;
  font-weight: 600;
  text-align: center;
  padding: 8px 15px;
  color: #fff !important;
  transition: all 0.2s ease-out;
  outline: none !important;
  box-shadow: none !important;
}
button.button i, .button i {
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
button.button:hover, .button:hover {
  cursor: pointer;
  background-color: #fff !important;
  color: #F4A549 !important;
}
button.button:focus, .button:focus {
  background-color: #F4A549;
  border: 1px solid #F4A549;
  color: #fff;
  outline: none;
  box-shadow: none;
}
button.button.disabled, .button.disabled {
  opacity: 0.6;
  border-color: #ededed !important;
  background-color: #ededed !important;
  color: #000 !important;
}
button.button.ghost, .button.ghost {
  border: 2px solid #F4A549;
  background-color: transparent;
  color: #F4A549 !important;
}
button.button.full-width, .button.full-width {
  display: block;
}
.show-more {
  display: inline-block;
  color: #F4A549;
}
.show-more:hover {
  cursor: pointer;
}
.show-more:after {
  font-family: "dl-finditoo-listing-search" !important;
  content: "g";
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  margin-left: 3px;
}
.anchor {
  position: absolute;
  top: -250px;
}
.tags li, .tag {
  display: inline-block;
  padding: 3px 8px;
  background-color: #ededed;
  color: #6f6b69;
  margin: 0 8px 8px 0;
  border-radius: 3px;
  font-weight: 500;
  font-size: 0.875rem;
}
.icon-with-text {
  display: inline-flex;
  align-self: center;
  margin: 0 20px 10px 0;
}
.icon-with-text i {
  display: flex;
  align-items: flex-start;
  margin-right: 7px;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .icon-with-text i {
    padding-top: 1px;
  }
}
.toggle-visibility i.icon-right-open {
  display: inline-block;
  transform: translate(0, 3px);
  padding-top: 0;
}
.toggle-visibility i.icon-right-open:before {
  display: inline-block;
  transition: transform 0.2s ease-out;
  transform: rotate(90deg);
}
.toggle-visibility.visible i.icon-right-open:before {
  transform: rotate(-90deg);
}
.toggle-visibility .toggle-control:hover {
  cursor: pointer;
}
.toggle-visibility .toggle-content {
  display: none;
}
.rating-count {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 5px;
}
.rating-count i {
  font-size: 3.5rem;
  color: #f4b615;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.rating-count i:before {
  vertical-align: middle;
}
.rating-count span {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.rating-count span.label {
  display: block;
  font-size: 1.125rem;
  margin-top: 5px;
}
.label-flag {
  position: absolute;
  display: flex;
  align-items: stretch;
  left: 0;
  top: 115px;
}
.label-flag div:first-child {
  padding: 8px 7px 8px 15px;
  background-color: #173859;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.2;
  height: 47px;
}
.label-flag .corners {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 47px;
  overflow: hidden;
}
.label-flag .corner-top {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #173859;
}
.label-flag .corner-bottom {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #173859;
}
.tooltip {
  position: relative;
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #000;
  color: #fff;
  padding: 10px 10px;
  border-radius: 6px;
  font-size: 0.8rem;
  line-height: 1.2;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 107%;
  left: 50%;
  margin-left: -100px;
}
.tooltip .tooltiptext:after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
@media (max-width: 767px) {
  .tooltip:hover .tooltiptext {
    display: none;
  }
}
.empfehlungssiegel {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  padding-left: 5px;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .empfehlungssiegel {
    margin-top: 10px;
  }
}
.empfehlungssiegel div {
  width: 110px;
  min-height: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .empfehlungssiegel div {
    width: 80px;
    min-height: 80px;
  }
}
.empfehlungssiegel .empfehlungsstufe-1-2020 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Bewertet-eckig-2020.png");
}
.empfehlungssiegel .empfehlungsstufe-2-2020 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Anwalt-eckig-2020.png");
}
.empfehlungssiegel .empfehlungsstufe-3-2020 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-empfehlung-eckig-2020.png");
}
.empfehlungssiegel .empfehlungsstufe-1-2021 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Bewertet-eckig-2021.png");
}
.empfehlungssiegel .empfehlungsstufe-2-2021 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Anwalt-eckig-2021.png");
}
.empfehlungssiegel .empfehlungsstufe-3-2021 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-empfehlung-eckig-2021.png");
}
.empfehlungssiegel .empfehlungsstufe-1-2022 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Bewertet-eckig-2022.png");
}
.empfehlungssiegel .empfehlungsstufe-2-2022 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Anwalt-eckig-2022.png");
}
.empfehlungssiegel .empfehlungsstufe-3-2022 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-empfehlung-eckig-2022.png");
}
.empfehlungssiegel .empfehlungsstufe-1-2023 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Bewertet-eckig-2023.png");
}
.empfehlungssiegel .empfehlungsstufe-2-2023 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Anwalt-eckig-2023.png");
}
.empfehlungssiegel .empfehlungsstufe-3-2023 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-empfehlung-eckig-2023.png");
}
.empfehlungssiegel .empfehlungsstufe-1-2024 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Bewertet-eckig-2024.png");
}
.empfehlungssiegel .empfehlungsstufe-2-2024 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Anwalt-eckig-2024.png");
}
.empfehlungssiegel .empfehlungsstufe-3-2024 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-empfehlung-eckig-2024.png");
}
.empfehlungssiegel .empfehlungsstufe-1-2025 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Bewertet-eckig-2025.png");
}
.empfehlungssiegel .empfehlungsstufe-2-2025 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Anwalt-eckig-2025.png");
}
.empfehlungssiegel .empfehlungsstufe-3-2025 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-empfehlung-eckig-2025.png");
}
.empfehlungssiegel .empfehlungsstufe-1-2026 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Bewertet-eckig-2026.png");
}
.empfehlungssiegel .empfehlungsstufe-2-2026 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Anwalt-eckig-2026.png");
}
.empfehlungssiegel .empfehlungsstufe-3-2026 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-empfehlung-eckig-2026.png");
}
.empfehlungssiegel .empfehlungsstufe-1-2027 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Bewertet-eckig-2027.png");
}
.empfehlungssiegel .empfehlungsstufe-2-2027 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Anwalt-eckig-2027.png");
}
.empfehlungssiegel .empfehlungsstufe-3-2027 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-empfehlung-eckig-2027.png");
}
.empfehlungssiegel .empfehlungsstufe-1-2028 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Bewertet-eckig-2028.png");
}
.empfehlungssiegel .empfehlungsstufe-2-2028 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Anwalt-eckig-2028.png");
}
.empfehlungssiegel .empfehlungsstufe-3-2028 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-empfehlung-eckig-2028.png");
}
.empfehlungssiegel .empfehlungsstufe-1-2029 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Bewertet-eckig-2029.png");
}
.empfehlungssiegel .empfehlungsstufe-2-2029 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Anwalt-eckig-2029.png");
}
.empfehlungssiegel .empfehlungsstufe-3-2029 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-empfehlung-eckig-2029.png");
}
.empfehlungssiegel .empfehlungsstufe-1-2030 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Bewertet-eckig-2030.png");
}
.empfehlungssiegel .empfehlungsstufe-2-2030 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-Anwalt-eckig-2030.png");
}
.empfehlungssiegel .empfehlungsstufe-3-2030 {
  background-image: url("../img/Auszeichnung-Advocheck24-Top-empfehlung-eckig-2030.png");
}
/* Custom Checkbox - start */
.hidden-checkbox, .filter {
  border: 0px;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
}
.checky {
  width: 1.5rem;
  transition-property: box-shadow;
  transition-duration: 200ms;
  border: 2px solid #d8d8d8;
  border-radius: 0.125rem;
  color: #fff;
  height: 1.5rem;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  vertical-align: top;
  user-select: none;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  background-color: #fff;
}
.checky[checked] .checky-icon {
  color: #000;
  opacity: 1;
}
.checky .checky-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  line-height: 1em;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  opacity: 0;
  transform: scale(0.95);
  font-size: 0.625rem;
  transition-property: transform;
  transition-duration: 200ms;
  vertical-align: middle;
}
/* Custom Checkbox - end */
#back-to-top {
  display: flex;
  background-color: #333333;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 5;
  transition: all 0.2s ease-out;
  box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.33);
}
#back-to-top:hover {
  cursor: pointer;
}
#back-to-top.show {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  #back-to-top {
    bottom: 200px;
  }
}
@media (max-width: 575px) {
  #back-to-top {
    bottom: 130px;
  }
}
#back-to-top i {
  display: flex;
  color: #fff;
  font-size: 25px;
  transform: translate(0, 0) rotate(-90deg);
}
footer .dialog-type-lightbox {
  background-color: transparent;
}
.fls-loading-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding-top: 170px;
  justify-content: center;
}
.fls-loading-container:after {
  content: " ";
  background-color: #f3f3f3;
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fls-loader {
  z-index: 1;
  content: " ";
  width: 40px;
  height: 40px;
  border: 5px solid #F4A549;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1.5s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.firmenrecht-at-portal #search-results .result-item .footer .info {
  color: #fff !important;
}
