/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/jost-v15-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jost-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* .bt_hidden {
  opacity: 1;
}
 */
.trust-stars {
  background-color: var(--bg-light);
  transition: all ease 150ms;
}
.sticky-buttons {
  position: fixed;
  right: 0;
  bottom: 42vh;
}
.sticky-buttons .btn-light {
  border-width: 0;
  border-left-width: 0.5rem;
  width: 100%;
  text-align: start;
  font-size: 1.33333rem;
  font-weight: 500;
  position: relative; 
  right: -7.5rem;
  transition: all 300ms ease-in;
  padding: 0.5rem 1rem;
  box-shadow: 0 0 0 rgb(0 0 0 / 0);
}
.sticky-buttons .btn-light [class*="fa-"] {
  margin-right: 2rem;
  transition: all 150ms ease-in;
}
.sticky-buttons .btn-light:hover {
  right: 0;
  transition: all 150ms ease-in;
  box-shadow: 0 0.5rem 0.5rem rgb(0 0 0 / 0.1);
  background-color: white;
}
.sticky-buttons .btn-light:hover [class*="fa-"]{
  margin-right: 0;
  transition: all 150ms ease-in;
}
.navbar-shrink .trust-stars {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: all ease 150ms;
}

.for-control {
  border-width: 2px;
    border-color: #ccc;
}

body {
  overflow-x: hidden;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
}

.btn {
  font-weight: 500;
  font-size: 1.25rem;
}

.bg-primary .btn-default {
  background-color: white;
  border-color: white;
  color: black;
}

.bg-light {
  background-color: var(--bg-light) !important;
}

.lead {
  font-size: 1.3333rem;
  font-weight: 400;
}


/*
#page-1 .main-content {
    padding-top: 0 !important;
}
*/

.navbar-brand img {
  height: 50px;
  transition: all 150ms ease;
  width: auto;
}

.navbar-shrink .navbar-brand img {
  height: 40px;
  width: auto;
  transition: all 150ms ease;
}

.breadcrumb {
  margin-top: 0.75rem;
}

div#page-wrapper {
  display: flex;
  flex-direction: column;
}

.jumbotron {
  padding-top: 0;
  padding-bottom: 0;
  order: 10;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.jumbotron .height-inner-stretch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.jumbotron .height-inner-stretch>div {
  height: 30%;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 10;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  height: 100%;
  padding: 2rem 8% 2rem 2rem;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 10;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.20);
  top: -50%;
  padding: 0 20% 0 4rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  height: 220%;
  width: 60%;
  display: flex !important;
  align-items: center !important;
}

.carousel-caption p {
  font-size: 2rem;
  line-height: 1.2;
}

.carousel-caption .lead {
  font-weight: 700;
}

.extra-content-top {
  order: 15;
  background-color: var(--primary);
  padding-top: 1rem !important;
}

#page-wrapper>.container {
  order: 20;
}

main.main-content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.extra-content-top>div {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

nav#main-navbar {
  display: flex;
  flex-direction: column;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  transition: all 150ms ease-in;
}


[class*="ce-background_wrapper"] {
  display: flex;
  flex-direction: column;
}

[class*="ce-background_wrapper"]>div {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
[class*="ce-background_wrapper"].w-100>div {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
figure {
  position: relative;
}

body.lg .dd-animate-1,
body.md .dd-animate-1,
body.xl .dd-animate-1 {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50px);
  transition: 150ms ease all;
}

body.lg .dd-animate-1.show,
body.md .dd-animate-1.show,
body.xl .dd-animate-1.show {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: 150ms ease all;
}

@media (min-width:992px) {
  .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
    margin-top: 0 !important;
  }

  .dropdown-item {
    line-height: 1;
    font-weight: 500;
    padding-top: 1rem; 
    padding-bottom: 1rem;
}

  .dropdown-item-language-menu {
    margin-left: 2rem;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-width: 0;
    box-shadow: 0 0.75rem 1.5rem rgb(0 0 0 / 0.2);
}
}

.logo-nav-extra.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-nav-extra.container {
  order: 10;
}

.nav-main>.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-main {
  margin-bottom: 0.75rem;
  transition: all 150ms ease;
}

.navbar-shrink .nav-main {
  margin-bottom: 0.25rem;
  transition: all 150ms ease;
}

.navbar-brand {
  padding-bottom: 1rem;
  transition: all 150ms ease;
  text-transform: uppercase;
}

.navbar-shrink .navbar-brand {
  padding-bottom: 0.5rem;
  transition: all 150ms ease;
}

nav#main-navbar,
nav#main-navbar.navbar-shrink {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav .nav-link {
  color: white !important;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  transition: all 150ms ease;
}

.navbar-shrink .navbar-nav .nav-link {
  line-height: 1.5;
  transition: all 150ms ease;
}

.navbar-shrink .nav-main .nav-link {
  line-height: 1.5;
  transition: all 150ms ease;
}

ul.navbar-nav.small {
  display: flex;
  align-items: center;
}

ul.navbar-nav.small a {
  color: black !important;
  font-size: 1rem;
}

.small li.nav-item:last-child {
  margin-left: 2rem;
  background-color: white;
  color: black;
  border-radius: 1.5rem;
  padding-right: 0.5rem;
}

.small li.nav-item:last-child a {
  color: black !important;
  font-size: 1.25rem;
}

input.form-control.search-top {
  border-width: 1px;
  border-color: var(--primary);
  border-radius: 1.25rem;
}

.nav-main .fa-search {
  color: white;
}

.navbar-nav.small [class*="fa-"] {
  font-size: 2rem;
  color: white;
}

.navbar-nav.small .nav-tel [class*="fa-"] {
  font-size: 1.33333rem;
  color: black;
}


/* special */

[class*="figcaption-big-image"] figcaption {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  background-color: var(--primary);
  color: white;
  padding: 1rem;
}
.bg-light .figcaption-big-image-bg-white figcaption {
  border-left: 0.25rem solid white;
  border-bottom: 0.25rem solid white;
}
.bg-light .figcaption-big-image-bg-light figcaption {
  border-left: 0.25rem solid var(--bg-light);
  border-bottom: 0.25rem solid var(--bg-light);
}


/* special check icon ul li */
.check ul {
  list-style: none;
}

.check ul li {
  position: relative;
}
.check ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 free";
  position: absolute;
  left: -1.75rem;
  color: var(--primary);
  font-weight: 700;
  font-size: 1.25rem;
}
/* .dropdown-item-language-menu {
  position: relative;
}
.dropdown-item-language-menu::after {
  position: relative;
  left: 1.5rem;
}
.fa-navlink.fa-solid.fa-globe {
  position: relative;
}
.fa-solid.fa-globe::after {
  content: "\f0ac";
  font-family: 'Font Awesome 6 Free';
  transform: skew(15deg) !important;
  position: absolute;
}
 */

/* start teaser in jumbotron */
.start-teaser-left h2 {
  font-size: 1.5rem;
}

.start-teaser-left h3 {
  font-size: 1.25rem;
  font-weight: 400;
}

.start-teaser-left>div {
  position: relative;
}

.start-teaser-left a.more {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  transition: all 150ms ease;
}
.start-teaser-left a.more:hover {
  padding-right: 1.5rem;
  transition: all 150ms ease;
}
.start-teaser-left a.more {
  border-width: 0;
  border-left: 0.25rem solid white;
  border-top: 0.25rem solid white;
}

.start-teaser-left a.more::after {
  content: "\f061";
  font-family: 'Font Awesome 6 Free';
  font-size: 1rem;
  margin-left: 0.5rem;
}

/* modal */
.modal-content {
  color: black;
}

/* powermail */
/* ankauf */
.powermail_fieldset_1>div:nth-child(1),
.powermail_fieldset_1>div:nth-child(2) {
  width: 52.5%;
  display: inline-flex;
  flex-direction: row;
}
.powermail_fieldset_1>div:nth-child(3),
.powermail_fieldset_1>div:nth-child(4) {
  width: 52.5%;
  display: inline-flex;
  flex-direction: row;
}

.powermail_fieldwrap_type_radio>div {
  display: flex;
  align-items: center;
}
.powermail_fieldwrap_type_radio>div>.radio {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}


/*  */
figure.w-100 {
  max-width: 100% !important;
}

.tt_address_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.vcard.tt_address_detail {
  flex: 1 1 100%;
  max-width: 100%;
}

.tx-ttaddress [class*="fa-"] {
  width: 1em;
}

@media (min-width:768px) {
  .tx-ttaddress .col-md-3 {
    flex: 0 0 auto;
    width: 33.3333%;
  }

  .tx-ttaddress .col-md-9 {
    flex: 0 0 auto;
    width: 66.6666%;
  }
}

@media only screen and (min-width:992px) {
  .vcard.tt_address_detail {
    flex: 1 1 50%;
    max-width: 50%;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-nav-ul .nav-item:first-child {
    margin-left: -1rem;
  }


  :root {
    --animate-duration: 2s;
    --animate-delay: 1s;
    --animate-repeat: 1
  }

  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }

  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(3%, 0, 0);
      transform: translate3d(3%, 0, 0);
    }

    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(3%, 0, 0);
      transform: translate3d(3%, 0, 0);
    }

    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(13%, 0, 0);
      transform: translate3d(13%, 0, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(13%, 0, 0);
      transform: translate3d(13%, 0, 0);
    }

    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
  }

  .left-in {
    -webkit-animation-name: leftIn;
    animation-name: leftIn
  }

  @-webkit-keyframes leftIn {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-20%, 0, 0) !important;
      transform: translate3d(-20%, 0, 0) !important;
    }

    100% {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }
  }

  @keyframes leftIn {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-20%, 0, 0) !important;
      transform: translate3d(-20%, 0, 0) !important;
    }

    100% {
      opacity: 1;
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }
  }



}

#page-wrapper>.container {
  background-color: #eee;
}

[class*="_toast"] {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1200;
  width: 30rem;
}

.lkw-icons .gallery .row [class*="col-"] {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.lkw-icons .col-sm {
  transform: scale(1);
  transition: all 150ms ease;
}

.navbar-shrink .lkw-icons .col-sm {
  transform: scale(0.8);
  padding-right: 0;
  padding-left: 0.5rem;
  transition: all 150ms ease;
}


button.ce-modal:after {
  content: "\f061";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
}

div#page-content {
  order: 99;
}

#page-footer {
  order: 199;
  margin-top: 3rem;
}

#page-footer .gray p.text-center.small,
#page-footer .gray a{
    color: #aaa;
}
