@charset "UTF-8";
/* –––––––––––––––––––––––––––– Fonts –––––––––––––––––––––––––––– */
/* –––––––––––––––––––––––––––– Weber CSS –––––––––––––––––––––––––––– */
/* default */
.dark .light, .light, .dark .light, .light {
  font-family: "Open Sans", sans-serif;
  color: #222;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}

.light .dark, .dark, .light .dark, .dark {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}

.light-page {
  background-color: #fff;
}

.dark-page {
  background-color: #222;
}

.dark .bg-wrap.light, .light .bg-wrap, .dark .light .bg-wrap, .bg-wrap.light, .dark .bg-default.light, .light .bg-default, .dark .light .bg-default, .bg-default.light {
  background-color: #fff;
}

.light .bg-wrap.dark, .dark .bg-wrap, .light .dark .bg-wrap, .bg-wrap.dark, .light .bg-default.dark, .dark .bg-default, .light .dark .bg-default, .bg-default.dark {
  background-color: #222;
}

h1, h2 {
  font-family: "Anton", sans-serif;
  letter-spacing: 0.1rem;
}

h3, h4, h5, h6 {
  font-family: "Roboto Slab", sans-serif;
}

.dark h1.light, .light h1, .dark .light h1, h1.light {
  font-size: 4rem;
  font-weight: 400;
  font-style: normal;
  color: #222;
  margin-bottom: 1rem;
}
.dark h1.light.thin, .light h1.thin, .dark .light h1.thin, h1.light.thin {
  font-weight: 300 !important;
}
@media (max-width: 1230px) {
  .dark h1.light, .light h1, .dark .light h1, h1.light {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .dark h1.light, .light h1, .dark .light h1, h1.light {
    font-size: 2.5rem;
  }
}

.light h1.dark, .dark h1, .light .dark h1, h1.dark {
  font-size: 4rem;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 1rem;
}
.light h1.dark .thin, .dark h1 .thin, .light .dark h1 .thin, h1.dark .thin {
  font-weight: 300 !important;
}
@media (max-width: 1230px) {
  .light h1.dark, .dark h1, .light .dark h1, h1.dark {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .light h1.dark, .dark h1, .light .dark h1, h1.dark {
    font-size: 2.5rem;
  }
}

.dark h2.light, .light h2, .dark .light h2, h2.light {
  font-size: 3rem;
  font-weight: 400;
  font-style: normal;
  color: #222;
  margin-bottom: 1rem;
}
@media (max-width: 1230px) {
  .dark h2.light, .light h2, .dark .light h2, h2.light {
    font-size: 2.3rem;
  }
}
@media (max-width: 576px) {
  .dark h2.light, .light h2, .dark .light h2, h2.light {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.light h2.dark, .dark h2, .light .dark h2, h2.dark {
  font-size: 3rem;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 1230px) {
  .light h2.dark, .dark h2, .light .dark h2, h2.dark {
    font-size: 2.3rem;
  }
}
@media (max-width: 576px) {
  .light h2.dark, .dark h2, .light .dark h2, h2.dark {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.dark h3.light, .light h3, .dark .light h3, h3.light {
  font-size: 1.35rem;
  font-weight: 300;
  font-style: normal;
  color: #222;
}
@media (max-width: 576px) {
  .dark h3.light, .light h3, .dark .light h3, h3.light {
    font-size: 1.6rem;
  }
}

.light h3.dark, .dark h3, .light .dark h3, h3.dark {
  font-size: 1.35rem;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
@media (max-width: 576px) {
  .light h3.dark, .dark h3, .light .dark h3, h3.dark {
    font-size: 1.6rem;
  }
}

.dark h4.light, .light h4, .dark .light h4, h4.light {
  font-size: 1.2rem;
  font-weight: normal;
  font-style: normal;
  color: #222;
}

.light h4.dark, .dark h4, .light .dark h4, h4.dark {
  font-size: 1.2rem;
  font-weight: normal;
  font-style: normal;
  color: #fff;
}

.light a {
  color: #5488c7;
  align-items: center;
  text-decoration: none;
}
.light a:hover svg {
  fill: #B25050;
}

.dark a {
  color: #fff;
  text-decoration: none;
}

.dark a.light:not(.btn):hover, .light a:not(.btn):hover, .dark .light a:not(.btn):hover, a.light:not(.btn):hover {
  color: #436D9F;
  text-decoration: none;
}

.light a.dark:not(.btn):hover, .dark a:not(.btn):hover, .light .dark a:not(.btn):hover, a.dark:not(.btn):hover {
  color: #E5EDF7;
  text-decoration: none;
}

.dark .navbar-nav.light a, .light .navbar-nav a, .dark .light .navbar-nav a, .navbar-nav.light a {
  color: #222;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  border-bottom: 2px solid transparent;
}

.light .navbar-nav.dark a, .dark .navbar-nav a, .light .dark .navbar-nav a, .navbar-nav.dark a {
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  border-bottom: 2px solid transparent;
  font-size: 0.9rem;
}

.dark .navbar-nav.light a.nav-link:hover, .light .navbar-nav a.nav-link:hover, .dark .light .navbar-nav a.nav-link:hover, .navbar-nav.light a.nav-link:hover, .dark .navbar-nav.light .nav-item:hover > a.nav-link, .light .navbar-nav .nav-item:hover > a.nav-link, .dark .light .navbar-nav .nav-item:hover > a.nav-link, .navbar-nav.light .nav-item:hover > a.nav-link, .dark .navbar-nav.light a.nav-link.active, .light .navbar-nav a.nav-link.active, .dark .light .navbar-nav a.nav-link.active, .navbar-nav.light a.nav-link.active {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
}

.light .navbar-nav.dark a.nav-link:hover, .dark .navbar-nav a.nav-link:hover, .light .dark .navbar-nav a.nav-link:hover, .navbar-nav.dark a.nav-link:hover, .light .navbar-nav.dark .nav-item:hover > a.nav-link, .dark .navbar-nav .nav-item:hover > a.nav-link, .light .dark .navbar-nav .nav-item:hover > a.nav-link, .navbar-nav.dark .nav-item:hover > a.nav-link, .light .navbar-nav.dark a.nav-link.active, .dark .navbar-nav a.nav-link.active, .light .dark .navbar-nav a.nav-link.active, .navbar-nav.dark a.nav-link.active {
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid #fff;
}

.light .nav-link {
  position: relative;
  transition: all 0.3s;
  display: flex;
  font-size: 1rem;
}
.light .nav-link:hover {
  color: #5488c7 !important;
  transition: all 0.1s;
}
.light .nav-link span {
  position: relative;
  transition: all 0.3s;
}
.light .nav-link span::before {
  content: "";
  height: 3px;
  width: 0;
  border-radius: 2rem;
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  z-index: -2;
  background-color: #5488c7;
  transition: all 0.3s;
}
.light .nav-link span:hover::before {
  content: "";
  width: 100%;
}
.light .nav-link.active {
  color: #5488c7 !important;
  transition: all 0.1s;
}
.light .nav-link.active span {
  position: relative;
}
.light .nav-link.active span::before {
  content: "";
  height: 3px;
  border-radius: 2rem;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  z-index: -2;
  background-color: #5488c7;
}

.dark .nav-tabs.light a.nav-link, .light .nav-tabs a.nav-link, .dark .light .nav-tabs a.nav-link, .nav-tabs.light a.nav-link {
  color: #A2AAB1;
}

.light .nav-tabs.dark a.nav-link, .dark .nav-tabs a.nav-link, .light .dark .nav-tabs a.nav-link, .nav-tabs.dark a.nav-link {
  color: rgba(255, 255, 255, 0.2);
}

.dark .nav-tabs.light, .light .nav-tabs, .dark .light .nav-tabs, .nav-tabs.light {
  border-color: #D1D7DD;
}

.light .nav-tabs.dark, .dark .nav-tabs, .light .dark .nav-tabs, .nav-tabs.dark {
  border-color: rgba(255, 255, 255, 0.2);
}

.dark .nav-tabs.light a.nav-link:hover, .light .nav-tabs a.nav-link:hover, .dark .light .nav-tabs a.nav-link:hover, .nav-tabs.light a.nav-link:hover, .dark .nav-tabs.light a.nav-link.active, .light .nav-tabs a.nav-link.active, .dark .light .nav-tabs a.nav-link.active, .nav-tabs.light a.nav-link.active {
  color: #444;
  border-color: #444;
}

.light .nav-tabs.dark a.nav-link:hover, .dark .nav-tabs a.nav-link:hover, .light .dark .nav-tabs a.nav-link:hover, .nav-tabs.dark a.nav-link:hover, .light .nav-tabs.dark a.nav-link.active, .dark .nav-tabs a.nav-link.active, .light .dark .nav-tabs a.nav-link.active, .nav-tabs.dark a.nav-link.active {
  color: #fff;
  border-color: #fff;
}

.dark .pagination.light .page-link, .light .pagination .page-link, .dark .light .pagination .page-link, .pagination.light .page-link {
  border-color: #D1D7DD;
}

.light .pagination.dark .page-link, .dark .pagination .page-link, .light .dark .pagination .page-link, .pagination.dark .page-link {
  border-color: #555;
}

.dark .pagination.light .page-link:hover, .light .pagination .page-link:hover, .dark .light .pagination .page-link:hover, .pagination.light .page-link:hover, .dark .pagination.light .page-link.active, .light .pagination .page-link.active, .dark .light .pagination .page-link.active, .pagination.light .page-link.active {
  border-color: #D1D7DD;
  background-color: #D1D7DD;
}

.light .pagination.dark .page-link:hover, .dark .pagination .page-link:hover, .light .dark .pagination .page-link:hover, .pagination.dark .page-link:hover, .light .pagination.dark .page-link.active, .dark .pagination .page-link.active, .light .dark .pagination .page-link.active, .pagination.dark .page-link.active {
  border-color: #555;
  background-color: #555;
}

.dark .btn.light, .light .btn, .dark .light .btn, .btn.light {
  border-width: 2px 2px 2px 2px;
}

.light .btn.dark, .dark .btn, .light .dark .btn, .btn.dark {
  border-width: 2px 2px 2px 2px;
}

.dark .btn-primary.light, .light .btn-primary, .dark .light .btn-primary, .btn-primary.light, .dark .badge-primary.light, .light .badge-primary, .dark .light .badge-primary, .badge-primary.light {
  color: #fff;
  background-color: #5488c7;
  border-color: #5488c7;
}

.light .btn-primary.dark, .dark .btn-primary, .light .dark .btn-primary, .btn-primary.dark, .light .badge-primary.dark, .dark .badge-primary, .light .dark .badge-primary, .badge-primary.dark {
  color: #fff;
  background-color: #5488c7;
  border-color: #5488c7;
}

.light .btn-primary svg {
  fill: #fff !important;
}
.light .btn-primary:hover svg {
  fill: #E5EDF7 !important;
}

.dark .btn-primary svg {
  fill: #fff !important;
}
.dark .btn-primary:hover svg {
  fill: #436D9F !important;
}

.dark .btn-primary.light:hover, .light .btn-primary:hover, .dark .light .btn-primary:hover, .btn-primary.light:hover, .dark .btn-primary.light:active, .light .btn-primary:active, .dark .light .btn-primary:active, .btn-primary.light:active, .dark .btn-primary.active.light, .light .btn-primary.active, .dark .light .btn-primary.active, .btn-primary.active.light {
  color: #fff;
  background-color: #436D9F;
  border-color: #436D9F;
}

.light .btn-primary.dark:hover, .dark .btn-primary:hover, .light .dark .btn-primary:hover, .btn-primary.dark:hover, .light .btn-primary.dark:active, .dark .btn-primary:active, .light .dark .btn-primary:active, .btn-primary.dark:active, .light .btn-primary.active.dark, .dark .btn-primary.active, .light .dark .btn-primary.active, .btn-primary.active.dark {
  color: #436D9F;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-primary.light, .light .btn-outline-primary, .dark .light .btn-outline-primary, .btn-outline-primary.light {
  color: #5488c7;
  border-color: #5488c7;
  background-color: transparent;
}
.btn-outline-primary.light svg, .light .btn-outline-primary svg, .dark .light .btn-outline-primary svg, .btn-outline-primary.light svg {
  fill: #5488c7;
}
.btn-outline-primary.light:hover, .light .btn-outline-primary:hover, .dark .light .btn-outline-primary:hover, .btn-outline-primary.light:hover {
  color: #fff;
  border-color: #436D9F;
  background-color: #436D9F;
}
.btn-outline-primary.light:hover svg, .light .btn-outline-primary:hover svg, .dark .light .btn-outline-primary:hover svg, .btn-outline-primary.light:hover svg {
  fill: #fff;
}
.btn-outline-primary.light:active, .light .btn-outline-primary:active, .dark .light .btn-outline-primary:active, .btn-outline-primary.light:active {
  color: #5488c7;
  border-color: #5488c7;
  background-color: transparent;
}
.btn-outline-primary.light:active svg, .light .btn-outline-primary:active svg, .dark .light .btn-outline-primary:active svg, .btn-outline-primary.light:active svg {
  fill: #5488c7;
}

.btn-outline-primary.dark, .dark .btn-outline-primary, .light .dark .btn-outlineprimary, .btn-outline-primary.dark {
  color: #fff;
  border-color: #fff;
}
.btn-outline-primary.dark:hover, .dark .btn-outline-primary:hover, .light .dark .btn-outlineprimary:hover, .btn-outline-primary.dark:hover {
  color: #5488c7;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-primary.dark:hover svg, .dark .btn-outline-primary:hover svg, .light .dark .btn-outlineprimary:hover svg, .btn-outline-primary.dark:hover svg {
  fill: #5488c7;
}
.btn-outline-primary.dark:active, .dark .btn-outline-primary:active, .light .dark .btn-outlineprimary:active, .btn-outline-primary.dark:active {
  color: #5488c7;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-primary.dark:active svg, .dark .btn-outline-primary:active svg, .light .dark .btn-outlineprimary:active svg, .btn-outline-primary.dark:active svg {
  fill: #5488c7;
}
.btn-outline-primary.dark svg, .dark .btn-outline-primary svg, .light .dark .btn-outlineprimary svg, .btn-outline-primary.dark svg {
  fill: #fff;
}

a:not([href]):not([tabindex]).btn-primary {
  color: #fff;
  text-decoration: none;
}

.dark .btn-secondary.light, .light .btn-secondary, .dark .light .btn-secondary, .btn-secondary.light, .dark .badge-secondary.light, .light .badge-secondary, .dark .light .badge-secondary, .badge-secondary.light {
  color: #fff;
  background-color: #ed6b6a;
  border-color: #ed6b6a;
}
.dark .btn-secondary.light svg, .light .btn-secondary svg, .dark .light .btn-secondary svg, .btn-secondary.light svg, .dark .badge-secondary.light svg, .light .badge-secondary svg, .dark .light .badge-secondary svg, .badge-secondary.light svg {
  fill: #fff;
}
.dark .btn-secondary.light:hover svg, .light .btn-secondary:hover svg, .dark .light .btn-secondary:hover svg, .btn-secondary.light:hover svg, .dark .badge-secondary.light:hover svg, .light .badge-secondary:hover svg, .dark .light .badge-secondary:hover svg, .badge-secondary.light:hover svg {
  fill: #fff;
}

.light .btn-secondary.dark, .dark .btn-secondary, .light .dark .btn-secondary, .btn-secondary.dark, .light .badge-secondary.dark, .dark .badge-secondary, .light .dark .badge-secondary, .badge-secondary.dark {
  color: #222;
  background-color: #fff;
  border-color: #ed6b6a;
}
.light .btn-secondary.dark svg, .dark .btn-secondary svg, .light .dark .btn-secondary svg, .btn-secondary.dark svg, .light .badge-secondary.dark svg, .dark .badge-secondary svg, .light .dark .badge-secondary svg, .badge-secondary.dark svg {
  fill: #fff;
}
.light .btn-secondary.dark:hover svg, .dark .btn-secondary:hover svg, .light .dark .btn-secondary:hover svg, .btn-secondary.dark:hover svg, .light .badge-secondary.dark:hover svg, .dark .badge-secondary:hover svg, .light .dark .badge-secondary:hover svg, .badge-secondary.dark:hover svg {
  fill: #fff;
}

.dark .btn-secondary.light:hover, .light .btn-secondary:hover, .dark .light .btn-secondary:hover, .btn-secondary.light:hover, .dark .btn-secondary.light:active, .light .btn-secondary:active, .dark .light .btn-secondary:active, .btn-secondary.light:active, .dark .btn-secondary.active.light, .light .btn-secondary.active, .dark .light .btn-secondary.active, .btn-secondary.active.light {
  color: #fff;
  background-color: #B25050;
  border-color: #B25050;
}

.light .btn-secondary.dark:hover, .dark .btn-secondary:hover, .light .dark .btn-secondary:hover, .btn-secondary.dark:hover, .light .btn-secondary.dark:active, .dark .btn-secondary:active, .light .dark .btn-secondary:active, .btn-secondary.dark:active, .light .btn-secondary.active.dark, .dark .btn-secondary.active, .light .dark .btn-secondary.active, .btn-secondary.active.dark {
  color: #fff;
  background-color: #436D9F;
  border-color: #B25050;
}

.btn-outline-secondary.light, .light .btn-outline-secondary {
  color: #ed6b6a;
  border-color: #ed6b6a;
}
.btn-outline-secondary.light svg, .light .btn-outline-secondary svg {
  fill: #ed6b6a;
}
.btn-outline-secondary.light:hover, .light .btn-outline-secondary:hover {
  color: #fff;
  background-color: #B25050;
  border-color: #B25050;
}
.btn-outline-secondary.light:hover svg, .light .btn-outline-secondary:hover svg {
  fill: #fff;
}
.btn-outline-secondary.light:active, .light .btn-outline-secondary:active {
  color: #fff;
  background-color: #B25050;
  border-color: #B25050;
}
.btn-outline-secondary.light:active svg, .light .btn-outline-secondary:active svg {
  fill: #fff;
}

.btn-outline-secondary.dark, .dark .btn-outline-secondary {
  color: #fff;
  border-color: #fff;
}
.btn-outline-secondary.dark:hover, .dark .btn-outline-secondary:hover {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary.dark:hover svg, .dark .btn-outline-secondary:hover svg {
  fill: #fff;
}
.btn-outline-secondary.dark:active, .dark .btn-outline-secondary:active {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary.dark:active svg, .dark .btn-outline-secondary:active svg {
  fill: #fff;
}

.dark .form-control.light, .light .form-control, .dark .light .form-control, .form-control.light, .dark .form-inline > .btn-link.light, .light .form-inline > .btn-link, .dark .light .form-inline > .btn-link, .form-inline > .btn-link.light {
  border-radius: 0px 0px 0px 0px;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(0, 0, 0, 0.2);
}

.light .form-control.dark, .dark .form-control, .light .dark .form-control, .form-control.dark, .light .form-inline > .btn-link.dark, .dark .form-inline > .btn-link, .light .dark .form-inline > .btn-link, .form-inline > .btn-link.dark {
  border-radius: 0px 0px 0px 0px;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(255, 255, 255, 0.2);
}

.dark .form-control.light::placeholder, .light .form-control::placeholder, .dark .light .form-control::placeholder, .form-control.light::placeholder, .dark .form-control.light .placeholder, .light .form-control .placeholder, .dark .light .form-control .placeholder, .form-control.light .placeholder {
  color: #aaa;
}

.light .form-control.dark::placeholder, .dark .form-control::placeholder, .light .dark .form-control::placeholder, .form-control.dark::placeholder, .light .form-control.dark .placeholder, .dark .form-control .placeholder, .light .dark .form-control .placeholder, .form-control.dark .placeholder {
  color: #aaa;
}

.dark input[type=checkbox] + .lbl.light::after, .light input[type=checkbox] + .lbl::after, .dark .light input[type=checkbox] + .lbl::after, input[type=checkbox] + .lbl.light::after, .dark input[type=radio] + .lbl.light::after, .light input[type=radio] + .lbl::after, .dark .light input[type=radio] + .lbl::after, input[type=radio] + .lbl.light::after {
  background-color: #A48F77;
}

.light input[type=checkbox] + .lbl.dark::after, .dark input[type=checkbox] + .lbl::after, .light .dark input[type=checkbox] + .lbl::after, input[type=checkbox] + .lbl.dark::after, .light input[type=radio] + .lbl.dark::after, .dark input[type=radio] + .lbl::after, .light .dark input[type=radio] + .lbl::after, input[type=radio] + .lbl.dark::after {
  background-color: #A48F77;
}

.dark svg.svg-default.light, .light svg.svg-default, .dark .light svg.svg-default, svg.svg-default.light {
  fill: #555;
}

.light svg.svg-default.dark, .dark svg.svg-default, .light .dark svg.svg-default, svg.svg-default.dark {
  fill: #fff;
}

.dark svg.svg-primary.light, .light svg.svg-primary, .dark .light svg.svg-primary, svg.svg-primary.light {
  fill: #5488c7;
}

.light svg.svg-primary.dark, .dark svg.svg-primary, .light .dark svg.svg-primary, svg.svg-primary.dark {
  fill: #fff;
}

.dark svg.svg-secondary.light, .light svg.svg-secondary, .dark .light svg.svg-secondary, svg.svg-secondary.light {
  fill: #ed6b6a;
}

.light svg.svg-secondary.dark, .dark svg.svg-secondary, .light .dark svg.svg-secondary, svg.svg-secondary.dark {
  fill: #ed6b6a;
}

.dark .gallery-item.light, .light .gallery-item, .dark .light .gallery-item, .gallery-item.light {
  background-color: #ffffff;
}

.light .gallery-item.dark, .dark .gallery-item, .light .dark .gallery-item, .gallery-item.dark {
  background-color: #232122;
}

.dark .owl-prev.light, .light .owl-prev, .dark .light .owl-prev, .owl-prev.light, .dark .owl-next.light, .light .owl-next, .dark .light .owl-next, .owl-next.light {
  border-color: #222;
  background-color: #fff;
}

.light .owl-prev.dark, .dark .owl-prev, .light .dark .owl-prev, .owl-prev.dark, .light .owl-next.dark, .dark .owl-next, .light .dark .owl-next, .owl-next.dark {
  border-color: #fff;
  background-color: #444;
}

.dark .owl-prev.light:hover, .light .owl-prev:hover, .dark .light .owl-prev:hover, .owl-prev.light:hover, .dark .owl-next.light:hover, .light .owl-next:hover, .dark .light .owl-next:hover, .owl-next.light:hover {
  border-color: #222;
  background-color: #5488c7;
}

.light .owl-prev.dark:hover, .dark .owl-prev:hover, .light .dark .owl-prev:hover, .owl-prev.dark:hover, .light .owl-next.dark:hover, .dark .owl-next:hover, .light .dark .owl-next:hover, .owl-next.dark:hover {
  border-color: #fff;
  background-color: #af9f8c;
}

.dark .owl-dot > span.light, .light .owl-dot > span, .dark .light .owl-dot > span, .owl-dot > span.light {
  border-color: #D1D7DD;
}

.light .owl-dot > span.dark, .dark .owl-dot > span, .light .dark .owl-dot > span, .owl-dot > span.dark {
  border-color: #444;
}

.dark .owl-dot.active > span.light, .light .owl-dot.active > span, .dark .light .owl-dot.active > span, .owl-dot.active > span.light, .dark .owl-dot.light:hover > span, .light .owl-dot:hover > span, .dark .light .owl-dot:hover > span, .owl-dot.light:hover > span {
  border-color: #444;
}

.light .owl-dot.active > span.dark, .dark .owl-dot.active > span, .light .dark .owl-dot.active > span, .owl-dot.active > span.dark, .light .owl-dot.dark:hover > span, .dark .owl-dot:hover > span, .light .dark .owl-dot:hover > span, .owl-dot.dark:hover > span {
  border-color: #fff;
}

.dark [class*=border].light, .light [class*=border], .dark .light [class*=border], [class*=border].light, .dark hr.light, .light hr, .dark .light hr, hr.light, .dark .separate-list.light li, .light .separate-list li, .dark .light .separate-list li, .separate-list.light li, .dark .media.light, .light .media, .dark .light .media, .media.light, .dark .border-bottom-container.light::after, .light .border-bottom-container::after, .dark .light .border-bottom-container::after, .border-bottom-container.light::after {
  border-color: #E5EDF7;
}

.light [class*=border].dark, .dark [class*=border], .light .dark [class*=border], [class*=border].dark, .light hr.dark, .dark hr, .light .dark hr, hr.dark, .light .separate-list.dark li, .dark .separate-list li, .light .dark .separate-list li, .separate-list.dark li, .light .media.dark, .dark .media, .light .dark .media, .media.dark, .light .border-bottom-container.dark::after, .dark .border-bottom-container::after, .light .dark .border-bottom-container::after, .border-bottom-container.dark::after {
  border-color: rgb(255, 255, 255);
}

.light-page #preloader > div, .light-page #preloader > div > *, .light-page #preloader > div::before, .light-page #preloader > div::after {
  border-color: #DDD;
  background-color: #DDD;
}

.dark-page #preloader > div, .dark-page #preloader > div > *, .dark-page #preloader > div::before, .dark-page #preloader > div::after {
  border-color: #888;
  background-color: #888;
}

.dark .border-x2.light, .light .border-x2, .dark .light .border-x2, .border-x2.light {
  border-color: #D1D7DD;
}

.light .border-x2.dark, .dark .border-x2, .light .dark .border-x2, .border-x2.dark {
  border-color: rgba(255, 255, 255, 0.2);
}

.dark .text-primary.light, .light .text-primary, .dark .light .text-primary, .text-primary.light {
  color: #5488c7 !important;
}

.light .text-primary.dark, .dark .text-primary, .light .dark .text-primary, .text-primary.dark {
  color: #5488c7 !important;
}

.dark .text-secondary.light, .light .text-secondary, .dark .light .text-secondary, .text-secondary.light, .dark .breadcrumb-item.light + .breadcrumb-item::before, .light .breadcrumb-item + .breadcrumb-item::before, .dark .light .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item.light + .breadcrumb-item::before, .dark .breadcrumb-item.active.light, .light .breadcrumb-item.active, .dark .light .breadcrumb-item.active, .breadcrumb-item.active.light {
  color: #ed6b6a !important;
}

.light .text-secondary.dark, .dark .text-secondary, .light .dark .text-secondary, .text-secondary.dark, .light .breadcrumb-item.dark + .breadcrumb-item::before, .dark .breadcrumb-item + .breadcrumb-item::before, .light .dark .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item.dark + .breadcrumb-item::before, .light .breadcrumb-item.active.dark, .dark .breadcrumb-item.active, .light .dark .breadcrumb-item.active, .breadcrumb-item.active.dark {
  color: #ed6b6a !important;
}

/* –––––––––––––––––––––––––––– END Weber CSS –––––––––––––––––––––––––––– */
/* –––––––––––––––––––––––––––– Backgrounds –––––––––––––––––––––––––––– */
header, section, footer {
  position: relative;
}

.bg-primary .bg, .bg-primary, .bg-primary.bg-wrap {
  background-color: #5488c7 !important;
}

.bg-secondary .bg, .bg-secondary, .bg-secondary.bg-wrap {
  background-color: #ed6b6a !important;
}

.bg-tertiary .bg, .bg-tertiary, .bg-tertiary.bg-wrap {
  background-color: #fbbd51 !important;
}

.bg-dark .bg, .bg-dark, .bg-dark.bg-wrap {
  background-color: #222 !important;
}

.bg-primary-light .bg, .bg-primary-light, .bg-primary-light.bg-wrap {
  background-color: #E5EDF7 !important;
}

.bg-primary-dark .bg, .bg-primary-dark, .bg-primary-dark.bg-wrap {
  background-color: #375881 !important;
}

.bg-secondary-light .bg, .bg-secondary-light, .bg-secondary-light.bg-wrap {
  background-color: #F9CBCB !important;
}

.bg-secondary-dark .bg, .bg-secondary-dark, .bg-secondary-dark.bg-wrap {
  background-color: #A64B4A !important;
}

.bg-tertiary-light .bg, .bg-tertiary-light, .bg-tertiary-light.bg-wrap {
  background-color: #FDDEA8 !important;
}

.bg-tertiary-dark .bg, .bg-tertiary-dark, .bg-tertiary-dark.bg-wrap {
  background-color: #C99741 !important;
}

.bg-lightgrey .bg, .bg-lightgrey, .bg-lightgrey.bg-wrap {
  background-color: #e9e9e9;
}

.bg-transparent.bg, .bg-transparent, .bg-transparent.bg-wrap {
  background-color: rgba(255, 255, 255, 0);
}

.light.bg-blur, .light .bg-blur.bg, .light .bg-blur, .light .bg-blur.bg-wrap {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.8);
}

.dark .bg-blur.bg, .dark .bg-blur, .dark .bg-blur.bg-wrap {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-half-bottom {
  width: 100%;
  height: calc(100% - 45vh);
  position: absolute;
  bottom: 0;
}

.bg-half-top {
  width: 100%;
  height: calc(100% - 30vh);
  position: absolute;
  top: 0;
}

.bg-header {
  background-image: url("../img/macbook-auf-dunklem-holzschreibtisch-header.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  position: relative;
  padding: 12rem 0 6rem 0;
}
@media (max-width: 576px) {
  .bg-header {
    padding: 7rem 0 3rem 0;
  }
}

.bg-index {
  background-image: url("../img/index-coverbild-heizkoerperundsanitaer.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  position: relative;
  padding: 12rem 0 6rem 0;
  height: 60vh;
}
@media (max-width: 1600px) {
  .bg-index {
    padding: 12rem 0 3rem 0;
    height: auto;
  }
}
@media (max-width: 576px) {
  .bg-index {
    padding: 4rem 0 3rem 0;
    height: auto;
  }
}

.bg-leistung {
  background-image: url("../img/leistung-coverbild-handwerker-am-arbeiten.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  position: relative;
  padding: 12rem 0 6rem 0;
  height: 60vh;
}
@media (max-width: 1600px) {
  .bg-leistung {
    padding: 12rem 0 3rem 0;
    height: auto;
  }
}
@media (max-width: 576px) {
  .bg-leistung {
    padding: 4rem 0 3rem 0;
    height: auto;
  }
}

.bg-heizung {
  background-image: url("../img/waermepumpen-moderne-heiztechnik-fuer-ihr-zuhause.webp");
  background-repeat: no-repeat;
  background-position: 50% 60%;
  background-size: cover;
  opacity: 1;
  position: relative;
  padding: 12rem 0 6rem 0;
  height: 60vh;
}
@media (max-width: 1600px) {
  .bg-heizung {
    padding: 12rem 0 6rem 0;
    height: auto;
  }
}
@media (max-width: 576px) {
  .bg-heizung {
    background-position: 70% 50%;
    padding: 4rem 0 3rem 0;
    height: auto;
  }
}

.bg-sanitaer {
  background-image: url("../img/bad-und-sanitaer-coverbild-waschbecken.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  position: relative;
  padding: 12rem 0 6rem 0;
  height: 60vh;
}
@media (max-width: 1600px) {
  .bg-sanitaer {
    padding: 12rem 0 6rem 0;
    height: auto;
  }
}
@media (max-width: 576px) {
  .bg-sanitaer {
    padding: 4rem 0 3rem 0;
    height: auto;
  }
}

.bg-klima {
  background-image: url("../img/klima-und-lueftung-coverbild-klimaanlage-mit-paar.webp");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: cover;
  opacity: 1;
  position: relative;
  padding: 12rem 0 6rem 0;
  height: 60vh;
}
@media (max-width: 1600px) {
  .bg-klima {
    padding: 12rem 0 6rem 0;
    height: auto;
  }
}
@media (max-width: 576px) {
  .bg-klima {
    padding: 4rem 0 3rem 0;
    height: auto;
  }
}

.bg-solartechnik {
  background-image: url("../img/solartechnik-coverbild-solar-auf-dach.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  position: relative;
  padding: 12rem 0 6rem 0;
  height: 60vh;
}
@media (max-width: 1600px) {
  .bg-solartechnik {
    padding: 12rem 0 6rem 0;
    height: auto;
  }
}
@media (max-width: 576px) {
  .bg-solartechnik {
    padding: 4rem 0 3rem 0;
    height: auto;
  }
}

.bg-about-us {
  background-image: url("../img/bad-und-sanitaer-coverbild-waschbecken.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  position: relative;
  padding: 12rem 0 6rem 0;
  height: 60vh;
}
@media (max-width: 576px) {
  .bg-about-us {
    padding: 7rem 0 3rem 0;
  }
}

.bg-kontakt {
  background-image: url("../img/bad-und-sanitaer-coverbild-waschbecken.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  position: relative;
  padding: 12rem 0 6rem 0;
  height: 60vh;
}
@media (max-width: 576px) {
  .bg-kontakt {
    padding: 7rem 0 3rem 0;
  }
}

.bg-white {
  background-color: #fff !important;
  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
  -ms-animation: fadein 1s; /* Internet Explorer */
  -o-animation: fadein 1s; /* Opera < 12.1 */
  animation: fadein 1s;
}

.bg-box {
  z-index: -1;
  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;
}
.bg-box::before {
  display: block;
  content: "";
}

@media (min-width: 768px) {
  .bg-box[class*=col-md-] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
  }
  .bg-box[class*=col-md-]:first-child {
    left: 0;
  }
}
@media (min-width: 1230px) {
  .bg-box[class*=col-lg-] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
  }
  .bg-box[class*=col-lg-]:last-child {
    right: 0;
  }
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}

.overlay-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0.5;
}

.overlay-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(95deg, rgb(50, 58, 69) 0%, rgba(61, 80, 107, 0.5) 100%);
}

.bg-parallelogram::before {
  content: "";
  background-color: #fff;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  width: 65rem;
  height: 100%;
  display: block;
  position: absolute;
  left: 25%;
}

/* –––––––––––––––––––––––––––– lazy loading –––––––––––––––––––––––––––– */
.loading, .lazy {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* –––––––––––––––––––––––––––– END lazy loading –––––––––––––––––––––––––––– */
/* –––––––––––––––––––––––––––– Spacings –––––––––––––––––––––––––––– */
/* Padding */
.pt-10 {
  padding-top: 10rem !important;
}

.py-8 {
  padding: 8rem 0 !important;
}

.py-10 {
  padding: 10rem 0 !important;
}

/* Margin-top */
.mt-n0 {
  margin-top: 0 !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n10 {
  margin-top: -10rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.my-10 {
  margin: 10rem 0 !important;
}

/* Margin-bottom */
.mb-n0 {
  margin-bottom: 0 !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.mb-n10 {
  margin-bottom: -10rem !important;
}

@media (min-width: 500px) {
  /* Padding */
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .py-sm-8 {
    padding: 8rem 0 !important;
  }
  .py-sm-10 {
    padding: 10rem 0 !important;
  }
  /* Margin-top */
  .mt-sm-n0 {
    margin-top: 0 !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  /* Margin-bottom */
  .mb-sm-n0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
}
@media (min-width: 768px) {
  /* Padding */
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .py-md-8 {
    padding: 8rem 0 !important;
  }
  .py-md-10 {
    padding: 10rem 0 !important;
  }
  /* Margin-top */
  .mt-md-n0 {
    margin-top: 0 !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  /* Margin-bottom */
  .mb-md-n0 {
    margin-bottom: 0 !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
}
@media (min-width: 992px) {
  /* Padding */
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .py-lg-8 {
    padding: 8rem 0 !important;
  }
  .py-lg-10 {
    padding: 10rem 0 !important;
  }
  /* Margin-top */
  .mt-lg-n0 {
    margin-top: 0 !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  /* Margin-bottom */
  .mb-lg-n0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
}
/* –––––––––––––––––––––––––––– END Spacings –––––––––––––––––––––––––––– */
/* --------------------- masonry --------------------- */
.masonry {
  column-count: 3;
  column-gap: 1.5rem;
}
.masonry .item {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.masonry .item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.masonry .item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #222;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.masonry .item:hover img {
  transform: translateX(10px) scale(1.1);
}
.masonry .item:hover a::before {
  opacity: 0.3;
}

/* Media Query für mobile Ansicht */
@media (max-width: 768px) {
  .masonry {
    column-count: 3;
  }
}
/* Media Query für sehr kleine Bildschirme */
@media (max-width: 480px) {
  .masonry {
    column-count: 1;
  }
}
/* --------------------- END masonry --------------------- */
/* –––––––––––––––––––––––––––– Custum CSS –––––––––––––––––––––––––––– */
html {
  scroll-padding-top: 69px;
  /* height of sticky header */
}

.spacing-header {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
@media (max-width: 576px) {
  .spacing-header {
    padding-top: 2rem;
  }
}

.spacing-a {
  padding: 6rem 0 3rem 0;
}

b {
  font-weight: 500;
}

.cta {
  padding: 12rem 0;
}

.dark .navbar-toggler .icon-bar {
  background-color: #fff;
}

.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.text-darkblue {
  color: #375881 !important;
}

.btn {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  border-radius: 5rem;
  padding: 1rem 1.75rem;
  font-size: 1.1rem;
}
.btn span.contact-icon svg {
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 8px;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1.2rem 1.95rem !important;
  font-size: 120%;
}
@media (max-width: 576px) {
  .btn-lg, .btn-group-lg > .btn {
    padding: 1rem 1.2rem;
    font-size: 110%;
  }
}

.btn-sm {
  padding: 0.5rem 0.95rem !important;
  font-size: 90%;
}

.btn-icon-secondary {
  display: inline-flex;
  border: 2px solid #ed6b6a;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
}
.btn-icon-secondary svg {
  fill: #ed6b6a;
}
.btn-icon-secondary:hover {
  background-color: #fff;
  border: 2px solid #fff;
}
.btn-icon-secondary:hover svg {
  fill: #ed6b6a;
}

.btn-light.dark, .dark .btn-light {
  color: #5488c7;
  border-color: #fff;
  background-color: #fff;
}
.btn-light.dark svg, .dark .btn-light svg {
  fill: #5488c7;
}
.btn-light.dark:hover, .dark .btn-light:hover {
  color: #fff;
  background-color: #B25050;
  border-color: #B25050;
}
.btn-light.dark:hover svg, .dark .btn-light:hover svg {
  fill: #fff;
}
.btn-light.dark:active, .dark .btn-light:active {
  color: #fff;
  background-color: #B25050;
  border-color: #B25050;
}
.btn-light.dark:active svg, .dark .btn-light:active svg {
  fill: #fff;
}

.logo {
  width: 22rem;
}
@media (max-width: 576px) {
  .logo {
    width: 13rem;
  }
}

.logo-footer {
  width: 250px;
}

.text-shadow {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

::-moz-selection {
  background: #E5EDF7;
  color: #222;
}

::selection {
  background: #E5EDF7;
  color: #222;
}

.light .lead, .lead.light {
  font-family: "Open Sans", sans-serif;
  font-size: 120%;
  color: #5488c7;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 14px;
}

.dark .lead, .lead.dark {
  font-family: "Open Sans", sans-serif;
  font-size: 120%;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 14px;
}

.link {
  cursor: pointer;
}

b {
  font-weight: 700;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-0 {
  margin: 0;
}

@media (min-width: 1600px) {
  .legal h2 {
    font-size: 2.5rem;
  }
}

.quote {
  font-family: "Anton", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
}

.blockquote {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}

.dark .blockquote-footer {
  color: #fff;
}

.btn-group .btn-lg {
  margin: 5px;
}
@media (max-width: 576px) {
  .btn-group .btn-lg {
    margin: 0;
    font-size: 100%;
    padding: 0.75rem 1rem;
  }
}

footer a:not(.btn) {
  text-decoration: none;
}
footer a:not(.btn):hover {
  color: #436D9F !important;
}
footer a:not(.btn):hover svg {
  fill: #436D9F !important;
}
footer svg {
  fill: #222;
}
footer p {
  margin-bottom: 0;
}
footer b {
  font-size: 1.2rem;
}
footer .list-group-item {
  background: transparent;
  padding: 0.4em 0.2em;
  display: flex;
  justify-content: space-between;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.padding-list li {
  padding: 0.3em 0;
}

.separate-list li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.separate-list li:last-child {
  border-bottom-width: 0;
}

/* –––––––––––––––––––––––––––– From –––––––––––––––––––––––––––– */
.popup-modal-form .form-group {
  margin-bottom: 12px;
}
.popup-modal-form .form-control {
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 3px;
}
.popup-modal-form input[type=checkbox], .popup-modal-form input[type=radio] {
  opacity: 1;
  position: relative;
  z-index: 12;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.popup-modal-form .form-check {
  display: flex;
  align-items: center;
}
.popup-modal-form .form-check .form-check-input {
  margin-right: 10px;
}

.error-border {
  border: 1px solid #e61111 !important;
}

span.required-field {
  font-size: 16px;
}

.border-dashed {
  border-top: 2px dashed #ccc !important;
  margin: 10px 0;
  display: block;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid #222 !important;
  border-right-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
  margin-right: 10px;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}
/* –––––––––––––––––––––––––––– END From –––––––––––––––––––––––––––– */
.box-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.box-btn .btn {
  margin: 0 8px 8px 0;
}
@media (max-width: 576px) {
  .box-btn .btn {
    margin: 0 14px 14px 0;
  }
}

span svg, div svg {
  fill-rule: evenodd;
  flex-shrink: 0;
}
span svg path.svg-primary, div svg path.svg-primary {
  fill: #5488c7;
}
span svg path.svg-secondary, div svg path.svg-secondary {
  fill: #ed6b6a;
}
span svg path.svg-tertiary, div svg path.svg-tertiary {
  fill: #fbbd51;
}
span svg path.svg-darkblue, div svg path.svg-darkblue {
  fill: #375881;
}
span svg path.svg-white, div svg path.svg-white {
  fill: #fff;
}
span svg path.svg-dark, div svg path.svg-dark {
  fill: #222;
}
span.icon, div.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
span.size-1 svg, span.size-1 img, div.size-1 svg, div.size-1 img {
  width: auto;
  height: 1rem;
}
span.size-1-half svg, span.size-1-half img, div.size-1-half svg, div.size-1-half img {
  width: auto;
  height: 1.5rem;
}
span.size-2 svg, span.size-2 img, div.size-2 svg, div.size-2 img {
  width: auto;
  height: 2rem;
}
span.size-3 svg, span.size-3 img, div.size-3 svg, div.size-3 img {
  width: auto;
  height: 3rem;
}
span.size-4 svg, span.size-4 img, div.size-4 svg, div.size-4 img {
  width: auto;
  height: 4rem;
}
span.size-5 svg, span.size-5 img, div.size-5 svg, div.size-5 img {
  width: auto;
  height: 5rem;
}
span.size-10 svg, span.size-10 img, div.size-10 svg, div.size-10 img {
  width: auto;
  height: 10rem;
}
span.size-15 svg, span.size-15 img, div.size-15 svg, div.size-15 img {
  width: auto;
  height: 15rem;
}
span.size-20 svg, span.size-20 img, div.size-20 svg, div.size-20 img {
  width: auto;
  height: 20rem;
}
span.svg-white svg, div.svg-white svg {
  fill: #fff !important;
}
span.svg-white path, div.svg-white path {
  fill: #fff !important;
}
span.svg-primary svg, div.svg-primary svg {
  fill: #5488c7 !important;
}
span.svg-secondary svg, div.svg-secondary svg {
  fill: #ed6b6a !important;
}
span.svg-tertiary svg, div.svg-tertiary svg {
  fill: #fbbd51 !important;
}
span.svg-darkblue svg, div.svg-darkblue svg {
  fill: #375881 !important;
}
span.svg-white-secondary path.svg-primary, div.svg-white-secondary path.svg-primary {
  fill: #fff !important;
}

@media (max-width: 576px) {
  .with-border .col {
    padding: 0;
  }
}
.with-border .content-box {
  border: 30px solid #fff;
  padding: 5rem;
}
@media (max-width: 576px) {
  .with-border .content-box {
    padding: 1rem 1rem 6rem 1rem;
  }
  .with-border .content-box .btn {
    display: block;
  }
}
.with-border .content-box p {
  width: 70%;
}
@media (max-width: 1230px) {
  .with-border .content-box p {
    width: 100%;
    margin-bottom: 30px;
  }
}

.content-box.dark {
  padding: 2rem 2rem 5rem;
  background-color: #222;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.07);
  height: 100%;
}
.content-box.dark .cube {
  z-index: 1;
  height: 80px;
  width: 80px;
}
.content-box.dark .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.contactpersons .content-box {
  padding: 1rem;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.07);
  height: 100%;
}
.contactpersons .content-box .image-box {
  display: flex;
  justify-content: end;
}
.contactpersons .content-box .image-box img, .contactpersons .content-box .image-box svg {
  width: 70%;
}
@media (max-width: 576px) {
  .contactpersons .content-box .image-box img, .contactpersons .content-box .image-box svg {
    width: 50%;
  }
}
.contactpersons .content-box h3 {
  margin-top: -20px;
  margin-bottom: 0;
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .contactpersons .content-box h3 br {
    display: none;
  }
}
.contactpersons .content-box p {
  margin-bottom: 10px;
}
.contactpersons .content-box .title {
  min-height: 50px;
  color: #ed6b6a;
}
@media (max-width: 576px) {
  .contactpersons .content-box .title {
    min-height: auto;
  }
}
.contactpersons .content-box .ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0.3rem 0;
}
.contactpersons .content-box a {
  font-size: 0.9rem;
}
.contactpersons .content-box.dark {
  background-color: #222;
}
.contactpersons .content-box .cube {
  background-color: #fff;
  height: 40px;
  width: 40px;
  display: block;
  clip-path: polygon(45% 0, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  bottom: -0.5px;
  right: -0.5px;
  z-index: 1;
}

.box-header {
  background-color: #222;
  padding: 1.5rem;
}
.box-header p {
  margin: 0;
}
.box-header::before {
  content: "";
  background-color: #222;
  height: 100%;
  width: 150px;
  display: block;
  clip-path: polygon(45% 0, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  right: -50px;
  z-index: -1;
  transform: scaleX(-1);
}

.cube-sec::before {
  content: "";
  background-color: #fff;
  height: 200px;
  width: 200px;
  clip-path: polygon(45% 0, 100% 0%, 100% 100%, 0% 100%);
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
}
@media (max-width: 1230px) {
  .cube-sec::before {
    height: 110px;
    width: 110px;
  }
}
@media (max-width: 576px) {
  .cube-sec::before {
    height: 100px;
    width: 100px;
  }
}
.cube-sec.left::before {
  left: 0;
  right: unset;
  transform: scaleX(-1);
}
@media (max-width: 576px) {
  .cube-sec .btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.cube {
  height: 150px;
  width: 150px;
  display: block;
  clip-path: polygon(45% 0, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  bottom: -0.5px;
  right: -0.5px;
}
@media (max-width: 1230px) {
  .cube {
    height: 110px;
    width: 110px;
  }
}
@media (max-width: 576px) {
  .cube {
    height: 70px;
    width: 70px;
  }
}
.cube.dark {
  background-color: #222;
}
.cube.white {
  background-color: #fff;
  z-index: -1;
}

.box-list .box-list-item {
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  padding: 10px;
}
.box-list .box-list-item:last-child {
  border: 0;
}
.box-list svg {
  margin-right: 12px;
  fill: #fff;
  flex-shrink: 0;
}
.box-list p {
  margin: 0;
}

.opening-hours li {
  display: flex;
  justify-content: space-between;
  padding: 0.4em 0.2em;
  align-items: center;
  background: transparent;
  color: inherit;
}
.opening-hours li span {
  margin-left: 15px;
}

@media (max-width: 1230px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.75);
    padding-left: calc(var(--bs-gutter-x) * 0.75);
  }
}

@media (max-width: 576px) {
  .box .inner {
    padding: 1.125rem;
    padding-bottom: 0;
  }
}

.partner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .partner {
    justify-content: center;
  }
}
.partner img {
  width: auto !important;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .partner img {
    padding: 0 10px;
  }
}

.list-group-item {
  background-color: unset;
}

.dark .list-group-item {
  color: #fff;
}

.letter-space-2 {
  letter-spacing: 2px;
}

.btn-absolute-bottom {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
@media all and (max-width: 1230px) {
  .btn-absolute-bottom {
    position: relative;
    bottom: 0;
    right: 0;
  }
}

.vorteile h3 {
  font-size: 1.6rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}

.ablauf .content-box {
  position: relative;
}
.ablauf .content-box h3 {
  margin-top: 0.8rem;
}
.ablauf .content-box .number-box {
  position: absolute;
  top: -3rem;
  background: #E5EDF7;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  color: #375881;
  font-weight: 700;
  font-size: 1.4rem;
}

hr {
  opacity: 0.7;
}

.dropdown-menu {
  min-width: 12rem;
  border: 0;
  border-radius: 0;
  padding-bottom: 0;
}
.dropdown-menu li a:hover {
  background-color: #E5EDF7;
  color: #375881 !important;
}

.dropdown-toggle::after {
  width: 1.375em;
  height: 1.375em;
  margin-right: -0.25rem;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  background-color: currentColor;
  border: 0 !important;
  -webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M8.7,13.7c0.4-0.4,1.1-0.4,1.5,0l6,6l6-6c0.4-0.4,1.1-0.4,1.5,0s0.4,1.1,0,1.5l-6.7,6.7c-0.4,0.4-1.1,0.4-1.5,0l-6.7-6.7C8.3,14.6,8.3,14.1,8.7,13.7z'/%3e%3c/svg%3e") no-repeat 50% 50%;
  mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath d='M8.7,13.7c0.4-0.4,1.1-0.4,1.5,0l6,6l6-6c0.4-0.4,1.1-0.4,1.5,0s0.4,1.1,0,1.5l-6.7,6.7c-0.4,0.4-1.1,0.4-1.5,0l-6.7-6.7C8.3,14.6,8.3,14.1,8.7,13.7z'/%3e%3c/svg%3e") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown svg {
    fill: #222;
  }
  .dropdown:hover svg {
    fill: #5488c7;
  }
  .navbar-expand-lg .dropdown .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
  }
}
.dropdown-item.active, .dropdown-item:active {
  color: #ed6b6a;
  text-decoration: none;
  background-color: transparent;
}

.counter-box p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}
.counter-box .count-up {
  font-size: 2rem;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
}
.counter-box .count-up-data {
  color: #222;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

@media (max-width: 576px) {
  .border-sm-none {
    border: 0 !important;
  }
}

.bulletlines {
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-top: 10px;
  position: relative;
}
.bulletlines::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  display: flex;
  border-radius: 5rem;
  right: 0;
}

.number {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0rem 0 1rem;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.4rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-primary {
  border: 1px solid #5488c7;
  position: relative;
  overflow: hidden;
}
.box-primary:hover {
  transform: translateY(-0.4rem);
  transition: all 0.5s;
}
.box-primary .number {
  background: #5488c7;
}

.box-secondary {
  border: 1px solid #ed6b6a;
  position: relative;
  overflow: hidden;
}
.box-secondary:hover {
  transform: translateY(-0.4rem);
  transition: all 0.5s;
}
.box-secondary .number {
  background: #ed6b6a;
}

.box-tertiary {
  border: 1px solid #fbbd51;
  position: relative;
  overflow: hidden;
}
.box-tertiary:hover {
  transform: translateY(-0.4rem);
  transition: all 0.5s;
}
.box-tertiary .number {
  background: #fbbd51;
}

.owl-theme .owl-dots .owl-dot span {
  background: #B3B3B3;
}

.dark .owl-theme .owl-dots .owl-dot span {
  background: #E5EDF7;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #375881;
}

.list-icon li {
  display: flex;
  align-items: center;
}

.list-flex li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0.3rem;
}

.box-logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .box-logos {
    justify-content: center;
  }
}
.box-logos img {
  height: 30px !important;
  width: auto !important;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .box-logos img {
    padding: 0 10px;
  }
}/*# sourceMappingURL=custom.css.map */