/* FARBEN Start */

:root {
  --color-primary: #3b71e5;
  --color-primary-hover: #1c55d1;
  --color-secondary: #1bf9c9;
  --color-text: #212529;
  --color-gray: #f0f0f0;
  --color-white: #ffffff;
}

/* FARBEN Ende */



/* ALLGEMEIN Start */

body {
  overflow-x: hidden;
}

.wrapper {
  display: block;
  max-width: 1170px;
  margin: 0 auto;
}

html[lang] {
  margin: 0 !important;
}

.entry-title {
  display: none;
}

#content ul {
  padding: 0;
  margin-bottom: 50px;
}

#content .section ul {
  padding: 0;
  margin-bottom: 0px;
}

#content ul li {
  background-image: url('assets/img/icon-check.png');
  background-repeat: no-repeat;
  background-position: left;
  font-size: 20px;
  margin-bottom: 20px;
  list-style: none;
  list-style-position: outside;
  padding-left: 30px;
  margin-left: 15px;
}

#content .section ul li {
  background-image: none;
  background-repeat: no-repeat;
  background-position: unset;
  font-size: inherit;
  margin-bottom: unset;
  list-style: none;
  list-style-position: unset;
  margin: 0;
}

/* ALLGEMEIN Ende */



/* TEXT Start */

h1,
h2 {
  margin-bottom: 30px;
}

h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-text);
}

h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0 15px;
}

.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
  padding: 0;
}

main p {
  color: var(--color-text);
  font-size: 20px;
  line-height: 1.4;
  padding: 0 15px;
  margin-bottom: 50px;
}

body .section p {
  padding: 0;
  margin: 0;
}

strong {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

/* TEXT Ende */



/* BUTTONS Start */

a.btn,
.btn a {
  padding: 10px 30px;
  background-color: var(--color-primary);
  color: var(--color-white);
  margin: 30px 0;
  font-size: 20px;
}

a.btn:hover,
.btn a:hover {
  background-color: var(--color-primary-hover);
  color: var(--color-white);
}

/* BUTTONS Ende */

/* ACCORDION Start */

.section-accordion {
  margin-bottom: 100px;
}

.section-accordion .accordion .card {
  background-color: var(--color-gray);
  padding: 23px 30px;
  margin-top: 10px;
  box-shadow: 0px 0px 30px #00000008;
}

.section-accordion .accordion .card .btn {
  position: relative;
  padding: 0;
  color: var(--color-text);
  font-size: 18px;
  line-height: 32px;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  outline: none;
  text-decoration: none;
  white-space: initial;
}

.section-accordion .accordion .card .btn p {
  padding-right: 15px;
  margin-bottom: 0;
}


.section-accordion .accordion .card .btn img {
  position: absolute;
  top: 8px;
  right: -10px;
  width: 15px;
  transition: .3s;
}

.section-accordion .accordion .card .btn[aria-expanded="true"] img {
  transform: rotate(180deg);
}

.section-accordion .accordion .card .card-body {
  color: var(--color-text);
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
  padding-top: 20px;
  background-image: url('assets/img/headline-border.png');
  background-repeat: no-repeat;
}

/* ACCORDION Ende */



/* COUNTER Start */

.section-counter {
  padding-top: 100px;
  background-color: var(--color-gray);
  margin: 0 calc(50% - 50vw) 100px calc(50% - 50vw);
}

.section-counter h3 {
  text-align: center;
  margin-bottom: 50px;
}

.section-counter .counter-wrapper {
  width: 100%;
  margin-bottom: 100px;
}

.section-counter .counter-wrapper i {
  font-size: 40px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: var(--color-primary);
}

.section-counter .counter-wrapper .count {
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
}

.section-counter .counter-wrapper .counter-text {
  display: block;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

/* COUNTER Ende */



/* CTA Start */

.section-cta {
  background-color: var(--color-gray);
  margin: 0 calc(50% - 50vw) 100px calc(50% - 50vw);
}

.section-cta .cta-wrapper {
  max-width: 760px;
  margin: 50px auto;
}

.section-cta .cta-wrapper .cta-headline {
  text-align: center;
  font-size: 30px;
  color: var(--color-text);
  margin-bottom: 20px;
}

.section-cta .cta-wrapper .cta-text {
  text-align: center;
  color: var(--color-text);
  margin-bottom: 20px;
}

.section-cta .cta-wrapper .cta-button-wrapper {
  text-align: center;
}

.section-cta .cta-wrapper .cta-button-wrapper .cta-button {
  display: inline-block;
}

.section-cta .cta-wrapper .cta-button-wrapper .cta-button:first-child {
  margin-right: 10px;
}

.section-cta .cta-wrapper .cta-button-wrapper .cta-button i {
  margin-right: 5px;
}

/* CTA Ende */



/* GALLERY Start */

.section-gallery {
  margin-bottom: 100px;
}

.gallery {
  transition: all .3s ease-in-out;
  column-gap: 15px;
  column-count: 3;
}

.gallery .gallery-tile {
  margin-bottom: 15px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.gallery .gallery-tile img {
  max-width: 100%;
  vertical-align: middle;
  transition: all .3s ease-in-out;
}

.gallery .gallery-tile:hover img {
  transform: scale(1.03);
}

@media (max-width: 992px) {
  .gallery {
    column-count: 2;
  }
}

/* GALLERY Ende */



/* HERO Start */

.section-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
}

.section-hero .hero-wrapper {
  position: relative;
  width: 100%;
}

.section-hero .hero-wrapper .content-wrapper {
  padding: 100px 0;
  max-width: 800px;
}

.section-hero .hero-wrapper .content-wrapper h3 {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}

.section-hero .hero-wrapper .content-wrapper h3,
.section-hero .hero-wrapper .content-wrapper p {
  color: white
}

/* HERO (VIDEO) Start */
.section-hero.video {
  background-image: none;
  overflow: hidden;
}

.section-hero.video .hero-wrapper {}

.section-hero.video .hero-wrapper .hero-video-wrapper {
  margin: 0 calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}

.section-hero.video .hero-wrapper .hero-video-wrapper .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  height: auto;
  min-height: 600px;
  margin: auto;
  z-index: -1;
}

/* HERO (VIDEO) Ende */

/* HERO Ende */



/* ICONBOX START */

.section-iconbox {
  margin-bottom: 100px;
}

.section-iconbox .iconbox {
  background-color: var(--color-gray);
  padding: 45px 30px;
  margin-bottom: 30px;
}

.section-iconbox .iconbox i {
  font-size: 80px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 15px;
  color: var(--color-primary);
}

.section-iconbox.v2 .iconbox .icon-wrapper {
  display: block;
  border-radius: 100%;
  background-color: white;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
}

.section-iconbox.v2 .iconbox i {
  display: inline-block;
  vertical-align: middle;
  justify-content: center;
  margin: 0;
  line-height: 105px;
  height: 100%;
  width: 100%;
}

.section-iconbox.v2 .iconbox i:before {
  display: inline-block;
  vertical-align: middle;
  height: 70px;
}


.section-iconbox .iconbox .iconbox-headline,
.section-iconbox .iconbox .iconbox-text {
  display: block;
  text-align: center;
  font-size: 20px;
}

/* ICONBOX Ende */



/* ICONLIST Start */

.section.section-iconlist {
  margin-bottom: 50px;
}

.section-iconlist .iconlist-wrapper {
  margin-bottom: 50px;
}

.section-iconlist .iconlist-wrapper .icon {
  position: absolute;
  padding: 15px 0;
  width: 62px;
  background-color: var(--color-gray);
  vertical-align: top;
  text-align: center;
}

.section-iconlist .iconlist-wrapper .icon i {
  font-size: 32px;
  text-align: center;
  color: var(--color-primary);
}

.section-iconlist .iconlist-wrapper .iconlist-content {
  display: inline-block;
  padding-left: 90px;
  padding-right: 30px;
}

.section-iconlist .iconlist-wrapper .iconlist-content h3 {
  margin-top: 0;
}

/* ICONLIST Ende */



/* TABS Start */

.section-tabs {
  margin-bottom: 100px;
}

.section-tabs .nav-tabs {
  border: none;
}

.section-tabs .nav-tabs li {
  padding-right: 30px;
  padding-left: 30px;
}

.section-tabs .nav-tabs li a {
  font-size: 18px;
  padding: 15px 0;
  border: none;
  color: var(--color-text);
}

.section-tabs .nav-tabs>li>a:hover {
  color: var(--color-primary);
  border: none;
  background: none;
}

.section-tabs .nav-tabs li.active {
  background-color: var(--color-gray);
}

.section-tabs .nav-tabs li.active a {
  font-weight: 700;
  background-color: transparent;
  color: var(--color-primary);
  padding-bottom: 12px;
  border-bottom: 3px solid var(--color-primary);
  border-top: none;
  border-left: none;
  border-right: none;
}

.section-tabs .tab-content {
  padding: 30px;
  background: var(--color-gray);
}

.section-tabs .tab-content h3 {
  margin-top: 0;
}

@media (max-width: 992px) {
  .section-tabs .nav-tabs li {
    padding-left: 0;
    padding-right: 0;
    margin-right: 30px;
    margin-bottom: 15px;
  }
  
  .section-tabs .nav-tabs li.active {
    background-color: transparent;
  }
}

/* TABS Ende */



/* TEAM Start */

.section-team {
  margin-bottom: 70px;
}

.section-team .team-wrapper {
  margin-bottom: 30px;
}

.section-team .team-wrapper img {
  width: 100%;
}

.section-team.v2 .team-wrapper img {
  border-radius: 100%;
  max-width: 360px;
  margin: 0 auto;
  display: block;
}

.section-team .team-content {
  background-color: var(--color-gray);
  padding: 15px;
  margin-top: -3px;
}

.section-team.v2 .team-content {
  background-color: transparent;
  margin-top: 0;
}

.section-team .team-content strong {
  display: block;
  text-align: center;
  margin: 10px 0;
  color: var(--color-primary);
}

.section-team .team-content p {
  text-align: center;
}

/* TEAM Ende */



/* TESTIMONIALS Start */

.section-testimonials {
  margin-bottom: 0px;
}

.section-testimonials .testimonial {
  margin-bottom: 100px;
}

.section-testimonials .testimonial .testimonial-wrapper {
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.section-testimonials .testimonial .testimonial-wrapper img {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  width: 100px;
}

.section-testimonials .testimonial .testimonial-wrapper strong,
.section-testimonials .testimonial .testimonial-wrapper p {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

.section-testimonials .testimonial .customer-wrapper strong,
.section-testimonials .testimonial .customer-wrapper p {
  text-align: center;
  display: block;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .section-testimonials .testimonial .testimonial-wrapper {
    min-height: 410px;
  }
}

@media (min-width: 992px) {
  .section-testimonials .testimonial .testimonial-wrapper {
    min-height: 354px;
  }
}

@media (min-width: 1200px) {
  .section-testimonials .testimonial .testimonial-wrapper {
    min-height: 298px;
  }
}

@media (max-width: 768px) {
  .section-testimonials .testimonial .testimonial-wrapper {
    max-width: 580px;
  }
}

/* TESTIMONIALS Ende */



/* TEXTBOX-IMAGE Start */

.section-textbox-image {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 100px calc(50% - 50vw);
}

.section-textbox-image .col {
  background-color: var(--color-gray);
}

.section-textbox-image .col-image {
  min-height: 350px;
  background-size: cover;
  background-position: center;
}

.section-textbox-image .textbox-wrapper h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  
}

.section-textbox-image .textbox-wrapper p {
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 991px) {
  .section-textbox-image .textbox-wrapper {
    max-width: 100%;
    padding: 50px 30px;
    margin: 0 auto;
  }
  
  .section-textbox-image {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100vw;
  }
  
  .section-textbox-image .v2 {
    position: relative;
  }
  
  .section-textbox-image .v2 .col.col-image {
    position: absolute;
    margin-top: 0;
    top: 0;
    width: 100%;
  }
  
  .section-textbox-image .v2 .col {
    margin-top: 350px;
  }
}

@media (min-width: 992px) {
  .section-textbox-image .col {
    display: table-cell;
    float: none;
  }
  
  .section-textbox-image .textbox-wrapper {
    width: 100%;
    max-width: unset;
    padding: 50px;
  }
  
  .section-textbox-image .row {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  
}

/* TEXTBOX-IMAGE Ende */



/* KACHELN Start */

.section-tiles .tile-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  text-align: center;
  transition: all 0.8s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  
}

.section-tiles .tile-wrapper {
  width: 100%;
  position: relative;
}

.section-tiles .tile img {
  height: 100%;
  width: 100%
}

.section-tiles .tile .tile-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 30px;  
}

.section-tiles .col-lg-4:hover .tile-wrapper {
  transform: rotateY(180deg);
  display: block;
  transition: all 0.3s;
}

.section-tiles .tile-back {
  background-color: var(--color-gray);
}

.s-1, .s-2 {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;

}

.s-1:after, .s-2:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.s-1 {
  z-index: 10;
}

.s-2 {
  z-index: 9;
  transform: rotateY(180deg) translateZ(1px);

}

.s-2 p {
  font-size: 18px;
  line-height: 24px;
}

.s-2 ul {
  padding-left: 15px;
  margin-top: 20px;
}

.s-2 ul li {
  box-sizing: border-box;
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  color: white;
  text-align: left;
}

/* KACHELN Ende */