/* ----------------------------------
	11. About CSS
------------------------------------ */
.about-wrapper.about-1 {
  position: relative;
}

.about-wrapper.about-1 .about-shape {
  position: absolute;
  bottom: 0%;
  right: 0;
  z-index: -1;
  -webkit-animation: pluse 8s ease-in-out infinite;
          animation: pluse 8s ease-in-out infinite;
}

.about-wrapper.about-1.rechts .about-shape {
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: -1;
  -webkit-animation: pluse 8s ease-in-out infinite;
          animation: pluse 8s ease-in-out infinite;
}

.about-wrapper.about-1 hr {
  height: 1px;
  width: 100%;
  background: var(--tj-grey-1);
}

.about-wrapper.about-2 .bg-img {
  position: relative;
}

.about-wrapper.about-2 .bg-img img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.about-wrapper.about-2 .bg-img .about__funfact {
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.about-wrapper.about-2 .bg-img .funfact {
  width: 350px;
  position: relative;
  padding: 10px;
  display: inline-block;
}

.about-wrapper.about-2 .bg-img .funfact::after {
  content: "";
  clear: both;
  position: absolute;
  width: 346px;
  height: 319px;
  z-index: -1;
  left: -20px;
  bottom: -20px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: var(--tj-heading-secondary);
}

.about-wrapper.about-2 .about-shape {
  position: absolute;
  bottom: 20%;
  right: 0;
  z-index: -1;
  -webkit-animation: pluse 8s ease-in-out infinite;
          animation: pluse 8s ease-in-out infinite;
}

.about-wrapper.about-2 .client p {
  color: var(--tj-text-body);
}

.about-wrapper.about-2 .content ul > li {
  margin-bottom: 15px;
}

.about-wrapper.about-2 .funfact {
  z-index: 2;
  position: absolute;
  left: 0%;
  bottom: 0px;
}

.about-wrapper.about-2 .funfact .funfact_count {
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  font-size: 55px;
  line-height: 45px;
  color: var(--tj-common-white);
  margin-bottom: 10px;
}

.about-wrapper.about-2 .funfact h2,
.about-wrapper.about-2 .funfact p {
  color: var(--tj-common-white);
  margin-bottom: 0;
}

.about-wrapper.about-2 .author-content {
  margin-top: 30px;
}

.about-wrapper.about-2 .section__heading {
  margin-bottom: 40px;
}

.about-wrapper.about-2 .section__heading .section_title {
  margin-bottom: 40px;
}

.about-wrapper.about-2 .about__right {
  margin-bottom: 30px;
}

.about-wrapper.about-2 .about-left {
  margin-bottom: 50px;
}

.about-wrapper.about-4 .about_heading {
  margin-bottom: 30px;
}

.about-wrapper.about-4 .about-left {
  position: relative;
}

.about-wrapper.about-4 .about-left .about-shape {
  position: absolute;
  top: 0%;
  left: calc(20% + 20px);
  z-index: -1;
  -webkit-animation: pluse-icon 6s ease-in-out infinite;
          animation: pluse-icon 6s ease-in-out infinite;
}

.about-wrapper.about-4 .about-left .tj-bage {
  position: absolute;
  bottom: 0%;
  left: 0%;
  -webkit-animation: circle 8s ease-in-out infinite;
          animation: circle 8s ease-in-out infinite;
}

.about-wrapper.about-4 .about-right .section_title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 40px;
}

.about-wrapper.about-4 .about-right .quote__inner__text {
  margin-bottom: 15px;
}

.about-wrapper.about-4 .about-right .quote__inner__text .quote__text {
  color: var(--tj-heading-primary);
  font-size: 20px;
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-medium);
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
}

.about-wrapper.about-4 .about-right p {
  display: block;
  max-width: 474px;
}

.about-wrapper.about-4 .about-right .tj-single-thumb {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--tj-common-white);
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
  padding: 17px;
}

.about-wrapper.about-4 .about-right .tj-single-thumb::after {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  clear: both;
  background-color: var(--tj-theme-primary);
}

.about-wrapper.about-4 .about-right .tj-single-thumb .icons i {
  font-size: 35px;
  line-height: 1;
  color: var(--tj-heading-primary);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.about-wrapper.about-4 .about-right .tj-single-thumb .content .title {
  margin-bottom: 0;
}

.about-wrapper.about-4 .about-right .tj-single-thumb:hover::after {
  width: 100%;
}

.about-wrapper.about-4 .about-right .tj-single-thumb:hover .icons i {
  color: var(--tj-heading-secondary);
}

.block-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  gap: 20px;
}

.block-contents .about__image {
  width: 190px;
  max-width: 100%;
}

.block-contents .about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-contents .content ul > li {
  margin-bottom: 15px;
  display: block;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  font-size: 18px;
  line-height: 26px;
  color: var(--tj-heading-primary);
  position: relative;
  padding-left: 25px;
}

.block-contents .content ul > li::before {
  content: "\f10a";
  font-size: 18px;
  color: var(--tj-heading-secondary);
  top: 0%;
  left: 0;
  position: absolute;
  font-family: "flaticon_roofing_figma_file";
}

.block-contents .content ul > li:last-child {
  margin-bottom: 0;
}

.about-left {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.about-left .bg-img {
  height: 100%;
  width: 100%;
}

.about-left .bg-img img {
  max-width: 95%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-left .shape-element {
  position: absolute;
  top: 5%;
  right: -20px;
  z-index: -1;
  -webkit-animation: pluse 4s ease-in-out infinite;
          animation: pluse 4s ease-in-out infinite;
}

.about-left .funfact-home {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding: 40px 50px;
  background: var(--tj-heading-secondary);
  bottom: 0%;
  left: 0;
}

.about-left .icons i {
  font-size: 80px;
  color: var(--tj-common-white);
}

.about-left .funfact .funfact_count {
  font-family: var(--tj-ff-heading);
  color: var(--tj-common-white);
  margin-bottom: 5px;
}

.about-left .funfact .fun_dec {
  color: var(--tj-common-white);
  margin-bottom: 0;
}

.about-right {
  margin-bottom: 30px;
}

.about-right .about_heading {
  margin-bottom: 20px;
}

.about-right .single-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}

.about-right .single-element .icons i {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 35px;
  color: var(--tj-heading-secondary);
}

.about-right .single-element h5 {
  margin-bottom: 0;
}

.author-content {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.author-content .autoe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.author-content .autoe .autor-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 500px;
}

.author-content .autoe .autor-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.author-content .autoe .autor-name h6 {
  font-weight: var(--tj-fw-medium);
  margin-bottom: 0;
}

.author-content .autoe .autor-name span {
  font-family: var(--tj-ff-body);
  font-style: normal;
  font-weight: var(--tj-fw-regular);
  font-size: 16px;
  line-height: 26px;
  color: var(--tj-text-body);
}

.author-content .signature img {
  max-width: 120px;
}

.about__content {
  border-bottom: 1px solid var(--tj-border-4);
  padding-bottom: 20px;
}

.about__content .section__heading {
  margin-bottom: 40px;
}

.about_right_widget {
  padding-left: 30px;
}

.bildkacheln .kachel {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.bildkacheln .kachel .overlay {
  overflow: hidden;
}
.bildkacheln .kachel .overlay img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bildkacheln .kachel .kacheltext {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bildkacheln .kachel .kacheltext p {
  color: white;
  text-align: center;
}
.bildkacheln .kachel .kacheltext p.h4 {
  font-family: var(--thm-heading-font);
  font-weight: 700;
  text-transform: uppercase;
}
.bildkacheln .kachel:hover .overlay img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.bildkacheln .kachel:hover .kacheltext {
  background-color: rgba(0, 0, 0, 0.5);
}
/* default style if there is no class set

 */
.frame-space-before- {
  margin-top: 30px;
  padding-top: 0;
}
@media screen and (min-width: 1200px) {
  .frame-space-before- {
    margin-top: 20px !important;
    padding-top: 0 !important;
  }
}

.frame-space-after- {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .frame-space-after- {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

/* default styles for extension "tx_frontend" */
.ce-align-left, .text-right {
  text-align: left;
}

.ce-align-center, .text-right {
  text-align: center;
}

.ce-align-right, .text-right {
  text-align: right;
}

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery, .ce-column {
  float: left;
}

.ce-right .ce-gallery {
  float: right;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 10px;
}

.ce-image .ce-gallery {
  margin-bottom: 0;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 10px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px;
}

.ce-below .ce-gallery {
  margin-top: 10px;
}

.ce-column {
  margin-right: 10px;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 10px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

.ce-headline-center {
  text-align: center;
}

.ce-headline-right {
  text-align: right;
}

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

/* Space */
.frame-space-before-extra-small {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.frame-space-before-small {
  margin-top: 0 !important;
  padding-top: 20px !important;
}
@media screen and (min-width: 1200px) {
  .frame-space-before-small {
    padding-top: 32px !important;
  }
}

.frame-space-before-medium {
  margin-top: 0 !important;
  padding-top: 30px !important;
}
@media screen and (min-width: 1200px) {
  .frame-space-before-medium {
    padding-top: 64px !important;
  }
}

.frame-space-before-large {
  margin-top: 0 !important;
  padding-top: 50px !important;
}
@media screen and (min-width: 1200px) {
  .frame-space-before-large {
    padding-top: 96px !important;
  }
}

.frame-space-before-extra-large {
  margin-top: 0 !important;
  padding-top: 70px !important;
}
@media screen and (min-width: 1200px) {
  .frame-space-before-extra-large {
    padding-top: 128px !important;
  }
}

.frame-space-after-extra-small {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.frame-space-after-small {
  margin-bottom: 0 !important;
  padding-bottom: 20px !important;
}
@media screen and (min-width: 1200px) {
  .frame-space-after-small {
    padding-bottom: 32px !important;
  }
}

.frame-space-after-medium {
  margin-bottom: 0 !important;
  padding-bottom: 30px !important;
}
@media screen and (min-width: 1200px) {
  .frame-space-after-medium {
    padding-bottom: 64px !important;
  }
}

.frame-space-after-large {
  margin-bottom: 0 !important;
  padding-bottom: 50px !important;
}
@media screen and (min-width: 1200px) {
  .frame-space-after-large {
    padding-bottom: 96px !important;
  }
}

.frame-space-after-extra-large {
  margin-bottom: 0 !important;
  padding-bottom: 70px !important;
}
@media screen and (min-width: 1200px) {
  .frame-space-after-extra-large {
    padding-bottom: 128px !important;
  }
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}

:root {
  --bs-primary: #3c8087;
  --bs-primary-rgb: 60, 128, 135;
  --bs-secondary: #124465;
  --bs-secondary-rgb: 18, 68, 101;
}

.mehrspaltigerinhalt {
  padding: 60px 0;
}
.mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-primary, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-secondary {
  padding: 30px;
  color: white;
}
.mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-primary h1, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-primary h2, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-primary h3, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-primary h4, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-primary h5, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-primary h6, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-primary p, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-primary span, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-secondary h1, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-secondary h2, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-secondary h3, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-secondary h4, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-secondary h5, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-secondary h6, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-secondary p, .mehrspaltigerinhalt .mehrspaltigerinhalt-item.bg-secondary span {
  color: white;
}
@media scren and (max-width: 991px) {
  .mehrspaltigerinhalt .mehrspaltigerinhalt-item {
    margin-bottom: 30px;
  }
}
.mehrspaltigerinhalt .mehrspaltigerinhalt-item h3.h3 {
  font-family: itc-avant-garde-gothic-pro, serif;
  font-weight: bold;
  font-style: normal;
}
.mehrspaltigerinhalt .mehrspaltigerinhalt-item img, .mehrspaltigerinhalt .mehrspaltigerinhalt-item iframe {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mehrspaltigerinhalt .mehrspaltigerinhalt-item .play-icon {
  position: absolute;
  width: 71px;
  height: auto;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -31px;
  opacity: 0.8;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mehrspaltigerinhalt .mehrspaltigerinhalt-item:hover .play-icon {
  opacity: 0;
}

.prefooter {
  height: 200px;
}
@media screen and (max-width: 991px) {
  .prefooter {
    height: 120px;
  }
}

.dp--cookie-check label {
  color: white;
}

.powered-by {
  display: none;
}

.scrollanchor::before {
  content: "";
  display: block;
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
  pointer-events: none;
}

.thm-btn.sepptuerkis::after {
  background-color: rgb(60, 128, 135);
}

button {
  border: none;
}

.abs-btn {
  position: absolute;
  bottom: 60px;
}

.contact-info.sepp {
  background-color: rgb(60, 128, 135);
  color: white;
  padding: 0 !important;
}
.contact-info.sepp a {
  color: white;
  padding: 15px;
  display: block;
  text-align: center;
  font-weight: 700;
  width: 100%;
}
.contact-info.sepp a.active, .contact-info.sepp a:hover {
  color: white;
}

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