
/*
gray: #7f7f7f
dark gray: #272727
dark mint: #007776
mint: #009b99
light green (bg): #c5ebe8
button border: #a0bab8
box bg: # #eaf3f4
box border: #a0bab8

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }

*/




/* ---------- basics ---------- */
body {
	font-family: 'Open Sans', sans-serif;
  color: #272727;
	font-size: 23px;
  font-size: 17px;
  overflow-x: hidden !important;

}
h1 {
  color: #272727;
  font-size: 2.75em;
  padding-bottom: 40px;
}
.frame-background-primary h1,
#p31 h1 {
  color: #fff;
}
h2, h2.card-title {
  color: #272727;
  font-size: 1.5em;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.3em;
}
h3.card-subtitle {
  color: #272727;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 20px;
}
li::marker {
  color: #007776;
}
a.phone:before {
  font-display: swap;
  font-family: fa-regular-400.woff2;
  content: "\f095"; 
}
img {
  border-radius: 3px;
}
hr {
  color: #a0bab8;
  height: 1px;
  padding: 20px 0;
}
a {
  text-decoration: none;
}
.btn,
.btn-primary,
input {
  border-radius: 3px !important;
}

.btn-default {
    --bs-btn-color: #000000;
    --bs-btn-bg: #eaebec;
    --bs-btn-border-color: #a0bab8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #009b99;
    --bs-btn-hover-border-color: #a0bab8;
    --bs-btn-focus-shadow-rgb: 199, 200, 201;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #eeeff0;
    --bs-btn-active-border-color: #ecedee;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #eaebec;
    --bs-btn-disabled-border-color: #a0bab8;
}

.btn-default.nb-cancel {
  border: 1px solid red !important;
}
.btn-default.nb-cancel:hover {
  background: #eaf3f4;  
  color: red;
}



@media (max-width: 576px) { 
  h1 {
    font-size: 2em;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
    .textmedia-right .textmedia-item.textpic-gallery, 
    .textmedia-right .textpic-item.textpic-gallery, 
    .textmedia-left .textmedia-item.textpic-gallery, 
    .textmedia-left .textpic-item.textpic-gallery, 
    .textpic-right .textmedia-item.textpic-gallery, 
    .textpic-right .textpic-item.textpic-gallery, 
    .textpic-left .textmedia-item.textpic-gallery, 
    .textpic-left .textpic-item.textpic-gallery {
        width: calc(30% - (40px / 2));
    }

  .frame {
    margin-bottom: 40px;
  }
  #p8 .frame {
    margin-bottom: 20px;
  }
}




/* ---------- main navbar ---------- */
@media (min-width: 992px) {
  .navbar-mainnavigation .dropdown-menu {
    position: absolute;
    top: 40px;
  }
}

@media (min-width: 1400px) {
    #page-header .container {
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    #page-header .container {
         max-width: 100%;
         width: 100%;
    }
}

.navbar-mainnavigation .navbar-brand-image>.navbar-brand-logo-normal {
  max-height: 35px;
  height: 35px;
}
.navbar-mainnavigation {
  box-shadow: unset;
}
.navbar-mainnavigation .navbar-nav {
	justify-content: center;
}
.nav-link {
    display: block;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 700;
    color: #272727;
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.active.nav-link,
.nav-link:hover {
    background: #c5ebe8;
    border-radius: 5px;
}
.navbar-mainnavigation .nav-link.nav-link-main:before {
    border: none;
    background: unset;
    height: unset;
    width: unset;
}
/* toggler */
.navbar-toggler {
  margin-right: 80px;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0;
  border: 1px solid #a0bab8;
  border-radius: 3px;
}
/* shop indicator */
a.nb-basket-top {
  display: inline-block;
  
  text-decoration: none;
  color: #272727;
}
a.nb-basket-top i {
  padding-right: 10px;
  position: relative;
  top: 1px;
  color: #272727;
}
.nb-basket-top .bg-primary {
  background-color: #272727 !important;
}
.nb-shop-basket {
  position: absolute;
  right: 10px;
  top: 35px;
  width: 90px;
}


@media (max-width: 576px) { 
  .nb-shop-basket {
    position: absolute;
    right: 0px;
    top: 10px;
    text-align: right;
    width: 58px;
  }

  .nav-item a {
    display: inline-block;
    width: 100%;
    font-size: 20px;
  }
}


/* ------------ mega menu -------------- */


@media (max-width: 990px) { 
  .nav-item a {
    display: inline-block;
    width: 100%;
    font-size: 20px;
  }
  ul.navbar-nav {
    border-bottom: 1px solid #a0bab8;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .nb-shop-basket {
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .navbar-toggler {
    margin-right: 10px;
  }  
}

@media (max-width: 576px) { 
  .nav-item a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    white-space: wrap;
  }
  .navbar-toggler {
    margin-right: 60px;
  }  
}


@media (min-width: 990px) { 
  .megamenu {
    position: relative;
    display: flex;
  }
  .megamenu .dropdown-menu {
    background-color: #fff;
    display: none;
    padding: 2rem;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 135vw;
    left: 50%;
    transform: translate(-40%, 0);
    left: 0;
    right: 0;
    top: 100%;
    padding: 2rem 25rem 2rem 20rem;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #a0bab8;
    box-shadow: 0 0 0;
  }
  .megamenu #nav-dropdown-11.dropdown-menu   {
    transform: translate(-50%, 0);
  }

  .megamenu .dropdown-menu.show,
  .megamenu:active .dropdown-menu,
  .megamenu:hover .dropdown-menu,
  .megamenu.show .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    }
}

.megamenu .dropdown-menu .dropdown-heading {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #009b99; 
}




/*@media (max-width: 768px) { 
  .megamenu .dropdown-menu {
    box-shadow: 0 0 0;
    border-bottom: 0;
  }
}
@media (max-width: 990px) { 
  .megamenu .dropdown-menu {
    transform: translate(-25%, 0);
    padding: 2rem 5rem 2rem 17rem;
  }
  .megamenu #nav-dropdown-4.dropdown-menu {
    transform: translate(-45%, 0);
    padding: 2rem 5rem 2rem 17rem;
  }
}



/* ---------- slider ---------- */
.carousel-backgroundimage, 
.carousel-content,
.carousel-inner {
  height: 150px !important;
  border-radius: 5px;
}
#c20 {
  margin-top: 0;
  padding-top: 0;
}


@media (min-width: 576px) { 

}


@media (min-width: 768px) {

  .carousel-backgroundimage, 
  .carousel-content,
  .carousel-inner {
    height: 325px !important;
    border-radius: 5px;
  }
}

@media (min-width: 992px) { 

  .carousel-backgroundimage, 
  .carousel-content,
  .carousel-inner {
    height: 525px !important;
    border-radius: 5px;
  }
}

@media (min-width: 1200px) { ... }


@media (min-width: 1400px) { ... }






/* ---------- content elements ---------- */

/* cards */
#p52 .card-img-top {
    overflow: hidden;
    padding: 10% 20%;
}
.card {
  --bs-card-border-color: #a0bab8;
}
.card a {
  text-decoration: none;
}
.card-has-background {
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-default,
.card .btn-default {
  border: 1px solid #a0bab8;
  border-radius: 3px;
  background: #fff;
  padding-left: 2em;
  padding-right: 2em;
  font-weight: 700;
}
.card .btn-default.nb-newsletter,
.card .btn-default:hover {
  border: 1px solid #007776;
  border-radius: 3px;
  background: #009b99;
  color: #fff;
}
#card5.card-has-background h2 {
  color: #fff;
}
#card5 .card-footer {
  text-align: right;
}
#card6.card .btn-default.nb-newsletter,
#card6.card .btn-default {
  width: 48%;
}


.card-group-element-columns-3 {
        --cardgroup-columns: 1;
    }

@media (min-width: 1200px) {
  .card-group-element-columns-3 .card-group-element-item {
    width: calc(100%/3 - 17px);
  }
  .card-group-element-columns-2 .card-group-element-item {
    width: calc(100%/2 - 13px);
  }
  .card-group-element {
    gap: 25px;
  }
  #card6.card .btn-default.nb-newsletter,
  #card6.card .btn-default {
  width: 48%;
  }

  .card-group-element-columns-3 {
        --cardgroup-columns: 3;
    }
}






#c47 .frame-inner {
  border: 1px solid #a0bab8;
  border-radius: 3px;
  background: #eaf3f4;
}
#c47 .frame-inner h2 {
  padding-top: 25px;
  padding-left: 20px;
}

#ce-slider-47 .frame-inner {
  border: 0px;
}



.frame-layout-nb-frame-whitespace {
  padding: 2em;
  margin-bottom: 100px;
}

/* ---------- shop ------------ */

/* shop teaser */

.products-list-items img {
  padding: 20px;
  background-image: url(a);
}

.frame-layout-nb-shopmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;

}

.frame-layout-nb-shopmenu li {
  list-style-type: none;
  display: inline-block;
  width: 33%;
}
.frame-layout-nb-shopmenu li a {
  display: inline-block;
  border: 1px solid #a0bab8;
  border-radius: 3px;
  background: #fff;
  padding-left: 2em;
  padding-right: 2em;
  font-weight: 700;
  width: 100%;
  margin: 10px 0;
      --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.frame-layout-nb-shopmenu li a:hover {
  background-color: #009b99;
  color: #fff !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.frame-layout-nb-shopmenu li.nb-act a {
  background-color: #eaf3f4;  
}

.product-item .card-img-top {
    text-align: center;
}


.product-item .card-img-top picture, .product-item .card-img-top img {
    width: 100%;
    height: auto;
    align-content: center;
}

h1.product-title {
  padding-top: 35px;
}


/* ---------- footer ---------- */
.footer-copyright,
.footer-section-meta {
  background: #272727;
  color: #7f7f7f !important;
}

.footer-section-meta a {
  text-decoration: none;
  color: #c5ebe8 !important;
}


