@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* ----- ROOT ----- */
:root {
  --nav-height: 0px;
}




* {
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none;
}



body {
  background-color: #f3f5f7;
}













/* ========= */
/* NEGATIVE MARGIN */
/* ========= */

.mt-n0,
.mt-n1,
.mt-n2,
.mt-n3,
.mt-n4,
.mt-n5,
.mt-n6,
.mt-n7,
.mt-n8,
.mt-n9,
.mt-sm-n0,
.mt-sm-n1,
.mt-sm-n2,
.mt-sm-n3,
.mt-sm-n4,
.mt-sm-n5,
.mt-sm-n6,
.mt-sm-n7,
.mt-sm-n8,
.mt-sm-n9,
.mt-md-n0,
.mt-md-n1,
.mt-md-n2,
.mt-md-n3,
.mt-md-n4,
.mt-md-n5,
.mt-md-n6,
.mt-md-n7,
.mt-md-n8,
.mt-md-n9,
.mt-lg-n0,
.mt-lg-n1,
.mt-lg-n2,
.mt-lg-n3,
.mt-lg-n4,
.mt-lg-n5,
.mt-lg-n6,
.mt-lg-n7,
.mt-lg-n8,
.mt-lg-n9,
.mt-xl-n0,
.mt-xl-n1,
.mt-xl-n2,
.mt-xl-n3,
.mt-xl-n4,
.mt-xl-n5,
.mt-xl-n6,
.mt-xl-n7,
.mt-xl-n8,
.mt-xl-n9,
.mt-xxl-n0,
.mt-xxl-n1,
.mt-xxl-n2,
.mt-xxl-n3,
.mt-xxl-n4,
.mt-xxl-n5,
.mt-xxl-n6,
.mt-xxl-n7,
.mt-xxl-n8,
.mt-xxl-n9 {
  display: block;
  z-index: 1;
  position: relative;
}
.mt-n0 {
  margin-top: 0rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n3 {
  margin-top: -0.75rem !important;
}
.mt-n4 {
  margin-top: -1.5rem !important;
}
.mt-n5 {
  margin-top: -3rem !important;
}
.mt-n6 {
  margin-top: -4.5rem !important;
}
.mt-n7 {
  margin-top: -6rem !important;
}
.mt-n8 {
  margin-top: -7.5rem !important;
}
.mt-n9 {
  margin-top: -9rem !important;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .mt-sm-n0 {
    margin-top: 0rem !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-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -6rem !important;
  }
  .mt-sm-n8 {
    margin-top: -7.5rem !important;
  }
  .mt-sm-n9 {
    margin-top: -9rem !important;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .mt-md-n0 {
    margin-top: 0rem !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-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n7 {
    margin-top: -6rem !important;
  }
  .mt-md-n8 {
    margin-top: -7.5rem !important;
  }
  .mt-md-n9 {
    margin-top: -9rem !important;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .mt-lg-n0 {
    margin-top: 0rem !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-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -6rem !important;
  }
  .mt-lg-n8 {
    margin-top: -7.5rem !important;
  }
  .mt-lg-n9 {
    margin-top: -9rem !important;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .mt-xl-n0 {
    margin-top: 0rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -6rem !important;
  }
  .mt-xl-n8 {
    margin-top: -7.5rem !important;
  }
  .mt-xl-n9 {
    margin-top: -9rem !important;
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .mt-xxl-n0 {
    margin-top: 0rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -7.5rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -9rem !important;
  }
}





/* ========= */
/* RATIO */
/* ========= */

/*
.ratio,
.ratio > img {
  width: auto;
  min-width: 100%;
}
.ratio > img {
  width: auto;
  min-width: 100%;
}
*/
.ratio > img,
.ratio > picture,
.ratio > video,
.cover,
.cover > img,
.cover > video {
  object-fit: cover;
}
.contain,
.contain > img,
.contain > picture,
.contain > video {
  object-fit: contain;
}
.ratio-3x4 {
  --bs-aspect-ratio: calc(4 / 3 * 100%);
}
.ratio-5x6 {
  --bs-aspect-ratio: calc(6 / 5 * 100%);
}
.ratio-4x5 {
  --bs-aspect-ratio: calc(5 / 4 * 100%);
}
.ratio-2x3 {
  --bs-aspect-ratio: calc(3 / 2 * 100%);
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-5x4 {
  --bs-aspect-ratio: calc(4 / 5 * 100%);
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-3x2 {
  --bs-aspect-ratio: calc(2 / 3 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.ratio-3x1 {
  --bs-aspect-ratio: calc(1 / 3 * 100%);
}
.ratio-5x2 {
  --bs-aspect-ratio: calc(2 / 5 * 100%);
}
.ratio-4x1 {
  --bs-aspect-ratio: calc(1 / 4 * 100%);
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .ratio-sm-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
  }
  .ratio-sm-5x6 {
    --bs-aspect-ratio: calc(6 / 5 * 100%);
  }
  .ratio-sm-4x5 {
    --bs-aspect-ratio: calc(5 / 4 * 100%);
  }
  .ratio-sm-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-sm-5x4 {
    --bs-aspect-ratio: calc(4 / 5 * 100%);
  }
  .ratio-sm-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
  .ratio-sm-3x2 {
    --bs-aspect-ratio: calc(2 / 3 * 100%);
  }
  .ratio-sm-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }
  .ratio-sm-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
  }
  .ratio-sm-3x1 {
    --bs-aspect-ratio: calc(1 / 3 * 100%);
  }
  .ratio-sm-5x2 {
    --bs-aspect-ratio: calc(2 / 5 * 100%);
  }
  .ratio-sm-4x1 {
    --bs-aspect-ratio: calc(1 / 4 * 100%);
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .ratio-md-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
  }
  .ratio-md-5x6 {
    --bs-aspect-ratio: calc(6 / 5 * 100%);
  }
  .ratio-md-4x5 {
    --bs-aspect-ratio: calc(5 / 4 * 100%);
  }
  .ratio-md-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-md-5x4 {
    --bs-aspect-ratio: calc(4 / 5 * 100%);
  }
  .ratio-md-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
  .ratio-md-3x2 {
    --bs-aspect-ratio: calc(2 / 3 * 100%);
  }
  .ratio-md-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }
  .ratio-md-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
  }
  .ratio-md-3x1 {
    --bs-aspect-ratio: calc(1 / 3 * 100%);
  }
  .ratio-md-5x2 {
    --bs-aspect-ratio: calc(2 / 5 * 100%);
  }
  .ratio-md-4x1 {
    --bs-aspect-ratio: calc(1 / 4 * 100%);
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .ratio-lg-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
  }
  .ratio-lg-5x6 {
    --bs-aspect-ratio: calc(6 / 5 * 100%);
  }
  .ratio-lg-4x5 {
    --bs-aspect-ratio: calc(5 / 4 * 100%);
  }
  .ratio-lg-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-lg-5x4 {
    --bs-aspect-ratio: calc(4 / 5 * 100%);
  }
  .ratio-lg-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
  .ratio-lg-3x2 {
    --bs-aspect-ratio: calc(2 / 3 * 100%);
  }
  .ratio-lg-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }
  .ratio-lg-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
  }
  .ratio-lg-3x1 {
    --bs-aspect-ratio: calc(1 / 3 * 100%);
  }
  .ratio-lg-5x2 {
    --bs-aspect-ratio: calc(2 / 5 * 100%);
  }
  .ratio-lg-4x1 {
    --bs-aspect-ratio: calc(1 / 4 * 100%);
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .ratio-xl-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
  }
  .ratio-xl-5x6 {
    --bs-aspect-ratio: calc(6 / 5 * 100%);
  }
  .ratio-xl-4x5 {
    --bs-aspect-ratio: calc(5 / 4 * 100%);
  }
  .ratio-xl-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-xl-5x4 {
    --bs-aspect-ratio: calc(4 / 5 * 100%);
  }
  .ratio-xl-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
  .ratio-xl-3x2 {
    --bs-aspect-ratio: calc(2 / 3 * 100%);
  }
  .ratio-xl-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }
  .ratio-xl-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
  }
  .ratio-xl-3x1 {
    --bs-aspect-ratio: calc(1 / 3 * 100%);
  }
  .ratio-xl-5x2 {
    --bs-aspect-ratio: calc(2 / 5 * 100%);
  }
  .ratio-xl-4x1 {
    --bs-aspect-ratio: calc(1 / 4 * 100%);
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .ratio-xxl-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
  }
  .ratio-xxl-5x6 {
    --bs-aspect-ratio: calc(6 / 5 * 100%);
  }
  .ratio-xxl-4x5 {
    --bs-aspect-ratio: calc(5 / 4 * 100%);
  }
  .ratio-xxl-1x1 {
    --bs-aspect-ratio: 100%;
  }
  .ratio-xxl-5x4 {
    --bs-aspect-ratio: calc(4 / 5 * 100%);
  }
  .ratio-xxl-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
  .ratio-xxl-3x2 {
    --bs-aspect-ratio: calc(2 / 3 * 100%);
  }
  .ratio-xxl-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }
  .ratio-xxl-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
  }
  .ratio-xxl-3x1 {
    --bs-aspect-ratio: calc(1 / 3 * 100%);
  }
  .ratio-xxl-5x2 {
    --bs-aspect-ratio: calc(2 / 5 * 100%);
  }
  .ratio-xxl-4x1 {
    --bs-aspect-ratio: calc(1 / 4 * 100%);
  }
}





/* ========= */
/* CONTAINER */
/* ========= */

.container-wide {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1624px) {
  .container-wide {
    max-width: 1600px;
  }
}







a,
.btn {
  -webkit-appearance: none !important;
}




.fuellen {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.bg-light {
  background-color: #f3f5f7 !important;
}

.grid-container {
  background-color: #fff !important;
}


/* EFFEKTE REDUZIEREN */

.accordion-button,
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
}


/*
button,
button:hover,
button:active,
button:focus,
*/

input,
input:hover,
input:active,
input:focus,
button,
button:hover,
button:active,
button:focus,
.accordion-button,
.accordion-button:hover,
.accordion-button:active,
.accordion-button:focus {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}







/*
.accordion-button:focus {
  box-shadow: none;
}
*/
/* LOGO */
.navbar-brand img {
  height: 35px;
}

#flush_filter_material {
  max-height: 332px;
  overflow-y: scroll;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar-brand img {
    height: 60px;
  }

  .navbar-expand-lg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .navbar-brand img {
    margin-top: 30px;
  }

  .navbar-expand-lg {
    padding-top: 2.5rem !important;
  }

  .navbar-expand-lg .navbar-collapse {
    align-self: flex-start;
    /* margin-top: 0.5rem; */
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .navbar-expand-lg {
    padding-top: 3.5rem !important;
  }
}

/* ACCORDION */
@media (min-width: 992px) {
  .filter-header {
    display: none;
  }
  .filter-body.collapse.show {
    display: none !important;
  }
  .filter-body.collapse:not(.show) {
    display: block !important;
  }
}







/* CHEVRON */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* TYPOGRAFIE */
a {
  text-decoration: none !important;
}
a,
a:link,
a:hover,
a:active,
a:visited {
  color: #1fb271;
}


.btn-light,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p, .p,
li, .li,
.nav-link,
.accordion-header .accordion-button,
.list-group-item,
.card-header,
.card-title,
.card-body,
.text-black,
.adressblock a {
  color: #080704;
  line-height: 1.75;
  position: relative;
}




h1,
h2 {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5 !important;
}
h3 {
  font-size: 1.25rem;
}



h1:not(.produktdetail) {
  /*
  background-color: yellow;
  */
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}



h1:not(.produktdetail)::before {
  content: " ";
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 3rem;
  background-color: #1fb271;
}



p.lead {
  font-weight: 700;
}






.navbar-light .navbar-nav,
.accordion-header .accordion-button,
.list-group-item,
.card-header,
footer h5 {
  text-transform: uppercase;
}

footer h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.nav-link.active,
.accordion-button:not(.collapsed),
.list-group-item.active,
.card-header {
  font-weight: 700;
}

/* KOMPONENTEN */
.navbar-light .navbar-toggler,
.card {
  border: none;
}


.btn,
.form-control,
.card {
  border-radius: 0;
}


.accordion {
  --bs-accordion-transition: none;
}
.accordion-item {
  background-color: transparent;
  border: none;
}

.accordion-collapse,
.accordion-header,
.accordion-button:not(.collapsed) {
  background: none;
  border: none;
}

.list-group-item,
.card-header {
  border: none;
  /* border-bottom: 1px solid #1fb271; */
}



.accordion-collapse .card-body {
  padding: 1.25rem;
}




.card-header::before {
  content: " ";
  position: absolute;
  left: 1rem;
  bottom: 0rem;
  width: calc(100% - 2rem);
  height: 1px;
  background-color: #1fb271;
}



.filtercard {
  background-color: #fff;
  margin-bottom: 1.5rem;

  border-radius: 0.5rem !important;
  overflow: hidden;
  padding: 0.5rem;
}


/*
.filtercard .accordion-header,
.filtercard .accordion-collapse {
  border: 1px dashed #1fb271;
}
.filtercard .accordion-collapse {
  border-top: none;
}
*/


.filtercard .accordion-button:not(.collapsed)::before {
  content: " ";
  left: 1rem;
  bottom: 0rem;
  width: calc(100% - 2rem);
  height: 1px;
  background-color: #1fb271;
  position: absolute;
  display: flex;
}






.list-group-item {
  border-top: 1px solid #ccc;
}

.list-group-item.active {
  border-color: #ccc !important;
}

.list-group-item,
.list-group-item.active,
#sidebarMenu .card,
.card-header {
  background: none;
}

/*
#sidebarMenu .card-header,
#sidebarMenu .card-body {
  padding-left: 0;
  padding-right: 0;
}
*/
input[type="checkbox"],
.form-check-input[type="checkbox"] {
  /*
  background-color: #f8f9fa !important;
  border: 1px solid #f8f9fa !important;
  */
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.5rem;

  /* box-shadow: 0 .125rem .25rem rgba(0,0,0, .075); */
  /* border: 1px solid #fff !important; */

  border: 1px solid #1fb271 !important

  /*
  border: 1px solid #1fb271 !important;
  background-color: transparent;
  */
}

input[type="checkbox"]:checked,
.form-check-input[type="checkbox"]:checked {
  background-color: #1fb271 !important;
  border-color: #1fb271 !important;
}


.introbereich {
  margin-top: -5.8vw;
}


._intro,
.cards_story .card-body {
  /*
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  */
}

._intro p, ._intro .p {
  margin-bottom: 0rem;
}



._subheadline {
  border-top: none;
}

/* FARBEN */
.active,
.accordion-header .accordion-button:hover,
.list-group-item:hover,
.form-check-label:hover,
.adressblock a:hover {
  color: #1fb271 !important;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  font-weight: 600;
  border: 1px solid #1fb271 !important;
  background-color: #1fb271;
  color: #fff !important;
}

.btn-outline-primary {
  font-weight: 600;
  color: #1fb271 !important;
  border-color: #1fb271 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #1fb271;
}


.navbar-light .navbar-nav .nav-link,
.link-secondary {
  color: #080704 !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.accordion-button:not(.collapsed),
footer a:hover {
  color: #1fb271 !important;
}

/* BILD */
.ratio.stimmungsbild::before {
  padding-top: calc(3 / 4 * 100%) !important;
}

.stimmungsbild {
  max-height: 300px;
}

.stimmungsbild img {
  object-fit: cover;
}

/* BUTTON */
/*
.btn-light {
  background-color: white;
}

.btn-light:hover {
  background-color: #1fb271;
  color: #fff;
}
*/
.sprachwahl li:nth-child(1) {
  border-right: 1px solid #1fb271;
}



._shortcuts ._gruppe div:first-child {
    margin-bottom: 1rem !important;
}


.text-white,
.text-white h1, .text-white .h1,
.text-white h2, .text-white .h2,
.text-white h3, .text-white .h3,
.text-white h4, .text-white .h4,
.text-white h5, .text-white .h5,
.text-white h6, .text-white .h6,
.text-white p, .text-white .p,
.text-white li, .text-white .li {
  color: #fff;
}

















/* KACHELN/SHORTCUTS */

.grid-container {
  display: grid;
  grid-template-areas:
    'gross'
    'mittel'
    'klein1'
    'klein2';
  grid-gap: 1rem;
  overflow: hidden;
}
.grid-container .kachel {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  height: 50vw;
  overflow: hidden;
}

.grid-container .kachel .kachelbild,
.grid-container .kachel:hover .kachelbild  {
  transition: all 0.3s ease-out;
}
.grid-container .kachel:hover .kachelbild {
  transform: scale(1.025);
}




.grid-container .kachel .kachellogo {
  z-index: 1000;
}
.grid-container .kachel .kachellogo img {
  width: 9rem;
}





.grid-container .kachel:nth-child(1) {
  grid-area: gross;
}
.grid-container .kachel:nth-child(2) {
  grid-area: mittel;
}
.grid-container .kachel:nth-child(4) {
  grid-area: klein1;
}
.grid-container .kachel:nth-child(4) {
  grid-area: klein2;
}

.grid-container .kachel .titel {
  position: absolute;
  width: 100%;
  z-index: 500;
  padding-top: 10rem !important;
  /*
  padding-top: 2rem !important;
  */
  /*
  padding-bottom: 10rem !important;
  */
  bottom: 0px;
}
.grid-container .titel::before,
.grid-container .titel:hover::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.grid-container .titel.weiss::before,
.grid-container .titel.weiss:hover::before {
    background-image: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.0) 85%);
}
.grid-container .titel.schwarz::before,
.grid-container .titel.schwarz:hover::before {
    background-image: linear-gradient(to top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.1) 80%, rgba(255,255,255,0) 100%);
}



.grid-container h1,
.grid-container h2,
.grid-container p {
  color: #000;
  margin: 0 !important;
  padding: 0 !important;
}
.grid-container .weiss h1,
.grid-container .weiss h2,
.grid-container .weiss p {
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.grid-container h1::before,
.grid-container h2::before {
  display: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  .grid-container .kachel {
    max-height: 100vw;
  }

  .grid-container {
    grid-template-areas:
      'gross gross'
      'mittel mittel'
      'klein1 klein2';
  }
  .grid-container .kachel {
    height: 37vw;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .grid-container {
    grid-template-areas:
      'gross mittel mittel'
      'gross klein1 klein2';
  }
  .grid-container .kachel:nth-child(1) {
    min-height: 100%;
  }
  .grid-container .kachel:nth-child(2),
  .grid-container .kachel:nth-child(3),
  .grid-container .kachel:nth-child(4) {
    height: 29vw;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .grid-container .kachel:nth-child(2),
  .grid-container .kachel:nth-child(3),
  .grid-container .kachel:nth-child(4) {
    height: 20vw;
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .grid-container .kachel .kachellogo img {
    width: 14rem;
  }
}







/* FILTER */

/*
#filter_liste .filtercard {
  background-color: #fff;
  padding: 4px;

  margin-bottom: 1rem;
  position: relative;
}
*/
#filter_liste .filtercard .card-body {
  /*
  max-height: 340px;
  overflow-y: scroll;
  */
  /* background-color: #fff; */
  /* border: 2px solid #fff; */
  /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; */
}

#farbenliste {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
#farbenliste label {
  position: relative;
  overflow: hidden;
  /* display: grid; */
}
#farbenliste label .bild-option {
  cursor: pointer;
}
#farbenliste label .bild-option img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#farbenliste input[type="checkbox"] {
  display: none;
}
#farbenliste input[type="checkbox"]:hover + figure,
#farbenliste input[type="checkbox"]:checked + figure {
  border: 3.5px solid #1fb271;
}


.accordion-button,
.accordion-header .accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: #000 !important;
    font-weight: 600;
}

.accordion-header .accordion-button:hover {
    color: #1fb271 !important;
}





@media (min-width: 400px) {
  #farbenliste {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 460px) {
  #farbenliste {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 520px) {
  #farbenliste {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 580px) {
  #farbenliste {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 640px) {
  #farbenliste {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 700px) {
  #farbenliste {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 760px) {
  #farbenliste {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 820px) {
  #farbenliste {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 880px) {
  #farbenliste {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 992px) {
  #farbenliste {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}







/* PRODUKT */
a.inaktiv {
  pointer-events: none;
}

.ausgeblendet {
  display: none;
}

.produkt-ratio::before {
    padding-top: calc(3 / 4 * 100%) !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .produkt-ratio::before {
      padding-top: calc(9 / 16 * 100%) !important;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .produkt-ratio::before {
      padding-top: calc(3 / 4 * 100%) !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .produkt-ratio::before {
      padding-top: calc(9 / 16 * 100%) !important;
  }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .produkt-ratio::before {
      padding-top: calc(9 / 21 * 100%) !important;
  }
}






/* HOVER-EFFEKT */
.effekt,
.effekt:hover  {
  transition: all 0.3s ease-out;
}
.effekt:hover::before,
.effekt:hover::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #1fb271;
}




/* LINKCARD */
.linkcard {
  font-weight: 600;
  background-color: #1fb271;
  padding-right: 3.5rem !important;
}
.linkcard,
a.linkcard,
a.linkcard:link,
a.linkcard:hover,
a.linkcard:active,
a.linkcard:visited {
  color: #fff;
}


a.linkcard::after {
  content: '>';
  position: absolute;
  top: 1.75rem;
  right: 1rem;
  height: 100%;
  align-items: center;


  /* top: 3pt; Uncomment this to lower the icons as requested in comments*/
  content: "";
  display: inline-block;
  /* By using an em scale, the arrows will size with the font */
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  margin-right: 0.5rem;
}

.linkcard:hover::before,
.linkcard:hover::before {
    background-color: #fff;
}



/* sm: Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* md: Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .linkcard {
    background-color: #1fb271;
    padding-right: 6.5rem !important;
  }
  a.linkcard::after {
    right: 2.5rem;
  }
}

/* lg: Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* xl: X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* xxl: XX-Large devices (larger desktops, 1400px and up) */
/* Klasse "hoch" bei story abschnitt einstreuen */
@media (min-width: 1400px) {
}

@media (min-width: 2200px) {
}












/* GOOGLE MAPS */
.googlemaps {
  max-height: 700px;
}

.googlemaps::before {
  padding-top: calc(3 / 4 * 100%) !important;
}

.googlemaps img {
  object-fit: cover;
}









/* STORY */
.story.abschnitt {
  margin-top: 6vw !important;
  margin-bottom: 6vw !important;
}

.story.bildbox::before,
.story.produktbild::before {
    display: block;
    padding-top: calc(3 / 4 * 100%); /* calc(9 / 16 * 100%) */
    content: "";
}
.story.textcontainer {
    margin-top: -20vw;
}




.story .trennlinie {
  margin-bottom: 1rem;
}
.story .trennlinie::before {
  /*
  background-color: #f8f9fa !important;
  */
  content: " ";
  background-color: #1fb271;
  top: 0px;
  width: 3rem;
  height: 2px;
  position: relative;
  display: inline-block;
}













footer .trennlinie {
  margin-bottom: 1rem;
  height: 2px;
}
footer .trennlinie::before {
  /*
  background-color: #f8f9fa !important;
  */
  content: " ";
  background-color: #1fb271;
  top: -0.9rem;
  width: 3rem;
  height: 2px;
  position: relative;
  display: inline-block;
}





.alternativen ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}






.inline-button {
  color: #000;
}
.inline-button:hover {
  color: #1fb271;
}


.card-text.actions {
  margin-bottom: 0rem;
}





.tmbs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.tmb {
  display: grid;
}
.tmb:hover {
  transform: scale(1.2);
  transition: all 0.3s ease-out;
}


@media (min-width: 380px) {
  .tmbs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 420px) {
  .tmbs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 480px) {
  .tmbs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}


/*
/* sm: Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .tmbs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 700px) {
  .tmbs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}


/* md: Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .tmbs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

/* lg: Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .tmbs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

/* xl: X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .tmbs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

/* xxl: XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}











/* sm: Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .story.bildcontainer {
    position: absolute;
  }
  .story.textcontainer {
      margin-top: 18vw;
  }
  .story.abschnitt {
    margin-top: 9vw;
    margin-bottom: 9vw;
  }
}

/* md: Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* lg: Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* xl: X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .story.textcontainer {
      margin-top: 6vw;
      margin-bottom: 6vw;
  }
  .story.bildbox {
      height: 100%;
  }
  .story.bildbox::before {
      display: inherit;
      padding-top: inherit;
      content: "";
  }
}

/* xxl: XX-Large devices (larger desktops, 1400px and up) */
/* Klasse "hoch" bei story abschnitt einstreuen */
@media (min-width: 1400px) {
  .story.abschnitt.hoch {
    height: 80vh;
  }
}





/* VERKAUFSUNTERLAGEN */
/* xl: X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /*
  .links_liste {
    column-count: 2;
    column-gap: 1rem;
    break-inside: avoid;
  }
  */
  .links_liste .card {
      display: inline-block;
      margin-top: 0px;
  }
}







/* BILDLINKS */
.bildlinks a img {
  /* filter: grayscale(100%) brightness(125%) contrast(70%); */
  filter: grayscale(100%);
}
.bildlinks a:hover img {
  filter: none;
}






/* SIDEBAR */
#sidebarMenu {
  width: 100%;
}
.sidebar.helper,
.sidebar.navi {
  display: none !important;
}

/* sm: Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* md: Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* lg: Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #sidebarMenu {
    width: 320px;
  }
}

/* xl: X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* xxl: XX-Large devices (larger desktops, 1400px and up) */
/* Klasse "hoch" bei story abschnitt einstreuen */
@media (min-width: 1400px) {
}

@media (min-width: 2200px) {
  .sidebar.helper,
  .sidebar.navi {
    display: block !important;
  }
}




/* LOGIN */
#rex-yform .alert-danger {
  border: none;
}
#rex-yform .alert {
  border-radius: 0rem;
}
#rex-yform .alert ul {
  margin-bottom: 0rem;
}
#yform-formular-stayfield {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
#rex-yform .form-group {
    margin-bottom: 1rem;
}


#yform-formular-stayfield input[type="checkbox"],
#yform-formular-stayfield input[type="checkbox"]:hover,
#yform-formular-stayfield input[type="checkbox"]:active,
#yform-formular-stayfield input[type="checkbox"]:focus {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
}


#yform-formular-stayfield input[type="checkbox"] {
  border: 1px solid #1fb271 !important;
  bottom: -0.25rem;
  position: relative;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}
#yform-formular-stayfield input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  border-color: #1fb271 !important;
}


#rex-yform .form-control,
#rex-yform .form-control:focus {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
}

#rex-yform .form-control {
  border-bottom: 1px solid #1fb271;
}
#rex-yform .form-control:focus,
#rex-yform .form-control:active {
  border-bottom: 2px solid #1fb271;
}






/* --- BILDHINTERGRUND --- */

.card img {
  background-color: var(--bs-white);
  color: var(--bs-white);
}
.bildcontainer img {
  background-color: #f3f5f7;
  color: #f3f5f7;
}



/* --- TABELLE --- */


/* bootstrap.min.css | https://bernhard.it-publishing.ch/resources/bootstrap/css/bootstrap.min.css */

table {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
tr {
  border-bottom: 1px solid #080704;
}
thead {
  font-weight: bold;
  border-bottom: 2px solid #1fb271;
}



/* --- BOOTSTRAP ICONS --- */


.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
  font-size: 1.75rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  transform: translateY(0.2rem);
}



/* --- BREADCRUMB --- */


.breadcrumbbereich,
.breadcrumbbereich a {
  color: #080704;
  text-transform: uppercase;
}
.breadcrumbbereich a:hover {
  color: #1fb271;
}
.breadcrumbbereich .trenner {
  color: #1fb271;
}
.breadcrumbbereich .trenner:first-of-type {
  display: none;
}
.breadcrumbbereich a:last-of-type {
  color: #1fb271;
  font-weight: 700;
}



.medienpool .info {
  border: 1px solid #1fb271;
  font-weight: 700;
}





/* --- PRODUKTE-ÜBERSICHT --- */

@media (min-width: 2400px) {
  .produkte-uebersicht {
    margin-right: 320px;
  }
}




/* --- NEWS --- */


.core_frontend_news_detail_01:nth-child(1) {
  background-color: #f3f5f7;
}
.core_frontend_news_detail_01 .header > div {
  padding-top: 0px;
  padding-bottom: 0px;
}
.core_frontend_news_detail_01 h1 > *,
.core_frontend_news_detail_01 h2 > * {
  line-height: 1.25 !important;
}
@media (min-width: 1200px) {
  .core_frontend_news_detail_01 .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 1320px;
  }
}
.core_frontend_news_detail_01 .col-md-6 .titel-lead {
  padding-top: 6rem;
}



/* --- KORREKTUREN --- */


.core_frontend_inhalt_youtube div {
  padding-top: 0px;
}

.custom_bernhard_netzwerk:nth-of-type(2) {
  padding-bottom: 3rem;
}

.row .col {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-top: 1rem;
}

.accordion-item:not(.collapsed) {
  box-shadow: none !important;
}
@media (min-width: 1200px) {
  .accordion-item:not(.collapsed) {
    box-shadow: none !important;
  }
  .accordion-button, .accordion-body {
    padding: 1rem;
  }
  .card .card-body {
    padding: 1.25rem;
  }
}








.core_frontend_inhalt_text-video_03 .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 1400px) {
.core_frontend_inhalt_text-video_03 .container {
  max-width: 1320px;
}
