/**
 *  Theme: beiselShop2026
 * 
 *  Bootstrap breakpoints
 *  ---------------------
 *  xs: 0,
 *  sm: 576px,
 *  md: 768px,
 *  lg: 992px,
 *  xl: 1200px,
 *  xxl: 1400px
 * 
 *  colors
 *  ------
 *  
 *  white   = #fff      rgba(255,255,255,1)
 *  light   = #ddd      rgba(236,236,236,1)
 *  grey    = #333333   
 *  dark    = #121212   rgba(18,18,18,1)
 *  blue    = #1787c9   rgba(23,135,201,1);
 *  dkblue  = #114e72   rgba(17,78,114,1);
 *  yellow  = #f5bd1a   rgba(245,189,26,1);  
 *  
**/


/* define colors */

@font-color: #fff;

@white: #fff;

@light: #999;

@grey: #333333;

@dark: #121212;

@blue: #1787c9;

@dkblue: #114e72;

@yellow: #f5bd1a;

@dark-transparent: rgba(18,18,18, .7);

@blue-transparent: rgba(1,53,126, .7);

@yellow-transparent: rgba(245,189,26, .7);


.white {
  color: @white;
}

.light {
  color: @light;
}

.grey {
  color: @grey;
}

.dark {
  color: @dark;
}

.blue {
  color: @blue;
}

.dkblue {
  color: @dkblue;
}

.yellow {
  color: @yellow;
}

.bg-white {
  background-color: @white;
  color: @font-color;
}

.bg-grey {
  background-color: @grey;
  color: @white;
}

.bg-light {
  background-color: @light;
}

.bg-dark {
  background-color: @dark;
  color: @white;
}

.bg-blue {
  background-color: @blue;
  color: @white;
}

.bg-dkblue {
  background-color: @dkblue;
  color: @white;
}

.bg-yellow {
  background-color: @yellow;
  color: @white;
}

.mood1 {
  background-color: #222;
  color: @white;
}

.mood2 {
  background-color: #333;
  color: @white;
}

.mood3 {}

.bg-blue-gradient {
  /* background: linear-gradient(rgba(0,55,133), rgba(0,34,82)); */
  background: linear-gradient(rgba(0,71,169), rgba(1,53,126));
}

.bg-blue-transparent {
  background-color: rgba(1,53,126, .5);
}

.bg-yellow-transparent {
  background-color: rgba(245,189,26, .5);
}

.bg-white-transparent {
  background-color: rgba(255,255,255, .8);
}

.bg-dark-transparent {
  background-color: @dark-transparent;
}

/* fonts */

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/Open_Sans/OpenSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "Josefin Sans";
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/Josefin_Sans/static/JosefinSans-SemiBold.ttf') format('truetype');
}

/* Set font classes */

@font-face {
    font-family: 'LigatureSymbols';
    src: url('../fonts/LigatureSymbols/LigatureSymbols-2.11.eot');
    src: url('../fonts/LigatureSymbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LigatureSymbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../fonts/LigatureSymbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../fonts/LigatureSymbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../fonts/LigatureSymbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.lsf-icon:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%;
}

.lsf-icon.favorite:before {
  content: '\E121';
}

/* defaults */

.clearfix {
  overflow: auto;
}   

html, body {
  background-color: @dark;
  overflow-x: hidden;   /* Prevent scroll on narrow devices */
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  background-color: transparent;
  color: @font-color;
  padding-top: 40px;
}

@media (min-width:1400px) {
  body {
    font-size: 18px;
    padding-top: 65px;
  }
}

.header-font, h1, h2, h3 {
  font-family: "Josefin Sans";
  letter-spacing: -1px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1 .lsf,
h2 .lsf,
h3 .lsf {
  font-size: 150%;
  margin-right: .5rem;
}

@media (max-width:576px) {  
  h1,
  h2 {
    /* word-break: break-word; */
  }
}

@media (min-width:768px) {  
  h1 {
  }
  
  h2 {
  }
  
  h3 {
  }
  
  h4 {
  }
  
  h5 {
  }
  
  h6 {
  }
}

@media (min-width:992px) {  
  h1 {
  }
  
  h2 {
  }
  
  h3 {
  }
  
  h4 {
  }
  
  h5 {
  }
  
  h6 {
  }
}

@media (min-width:1200px) {  
  h1 {
  }
  
  h2 {
  }
  
  h3 {
  }
  
  h4 {
  }
  
  h5 {
  }
  
  h6 {
  }
}

@media (min-width:1400px) {  
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 1rem;
  }
}

.small {
  font-size: .8em;
  line-height: 1.2em !important;
}

strong,
.strong {
  font-weight: 600;
}

.extrastrong {
  font-weight: 700 !important;
}

.extralight {
  font-weight: 300 !important;
}

.justify {
  text-align: justify;
}

.uppercase {
  text-transform: uppercase;
}


/* lists */

/* tables */

table th {
  font-weight: normal;
}

/* links */

a,
a:link,
a:visited {
  color: @yellow;
  text-decoration: none;
  transition: all linear .3s;
}

a:hover,
a:active {
  color: @blue;
  text-decoration: none;
  transition: all linear .3s;
}


/* buttons */

.btn,
.btn:link,
.btn:visited,
.btn:active,
.btn:hover {
  border-radius: 0;
  border: none;
  display: inline-block;
  padding: .65rem 1.5rem;
  overflow: hidden;
}

.btn-default,
.btn-default:link,
.btn-default:visited {
  background-color: @yellow;
  color: @white;
  transition: all linear .3s;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: @blue;
  color: @white;
}

.btn-default .lsf,
.btn-default:link .lsf,
.btn-default:visited .lsf {
  display: inline-block;
  opacity: 0;
  transition: all linear .3s;  
  transform: translateX(0px);
}

.btn-default:hover .lsf,
.btn-default:active .lsf,
.btn-default:focus .lsf {
  display: inline-block;
  opacity: 1;
  transform: translateX(6px);
  transition: all linear .2s;
}

.btn-dark,
.btn-dark:link,
.btn-dark:visited {
  background-color: @dark;
  color: @white;
  transition: all linear .2s;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  background-color: @grey;
  color: @white;
}

.btn-light,
.btn-light:link,
.btn-light:visited {
  background-color: @light;
  color: @font-color;
  transition: all linear .3s;
}

.btn-light:hover,
.btn-light:active {
  background-color: @grey;
  color: @white;
}

.btn-icon-right .lsf {
  margin-left: 5px;
}

.btn-icon-close {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-left: .5rem;
}

.btn-icon-close span {
  width: 28px;
  height: 2px;
  background-color: @white;
  display: inline-block;
  position: absolute;
  top: 1.35rem;
  left: 6px;
  z-index: 2;
}

.btn-icon-close span:nth-child(1) {
  transform: rotate(-45deg);
}

.btn-icon-close span:nth-child(2) {
  transform: rotate(45deg);
}

/* images */

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* BS Container */

@media (min-width:576px) {
  .container {
    max-width: 100%;
  }
  
}

@media (min-width:1360px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width:1600px) {
  .container {
    max-width: 1400px;
  }
}

/* navbar */

.navbar {
  background-color: @dark;
  box-shadow: 0px 2px 8px rgba(0,0,0,.3);  
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-collapse.show {
  padding-top: 60px;
}

@media (min-width:992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.fixed-top {
  background-color: @dark;
  z-index: 500;
}

.navbar-brand {
  padding: 10px;
  color: @white !important;
}

.navbar-logo {
  position: absolute; 
  z-index: 1; 
  top: 0px; 
  width: 92px; 
  height: 92px; 
  display: inline-block;
  background-color: @dark;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 5px 6px rgba(0,0,0,.25);
  transition: all linear .3s;
}

.navbar-logo.minified  {
  width: 60px; 
  height: 60px; 
}

@media (min-width:992px) {
  .navbar-logo {
    width: 180px; 
    height: 180px; 
  }
  
  .navbar-logo.minified {
    width: 120px; 
    height: 120px; 
  }
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  margin-top: .25rem;
}

/* navbar toggle icon */

#nav-icon {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: @white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon.inverted span {
  background: @yellow;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-item {}

.nav-link {
  cursor: pointer; 
  padding: 1rem 2rem;
}

.shop-nav .nav-link {
  cursor: pointer; 
  padding: 1rem 1rem;
}

.nav-link,
.nav-link:link,
.nav-link:visited {
  color: @font-color;
}

.nav-link:focus,
.nav-link:focus:hover,
.nav-link:focus:active {
  background-color: @yellow;
  color: @white;
}

.nav-link.active,
.nav-link.show {
  background-color: @yellow;
  color: @white !important;
  font-weight: bold;
}

.nav-item .lsf {
  font-size: 130%;
}

.dropdown {
  position: initial;
}

.dropdown-menu {
  width: 100%;
  max-height: 60vh;
  overflow-y: auto;
  border-radius: 0;
  border: none;  
}

.dropdown-menu::before {
  display: block;
  width: 100%;
  height: 10px;
  margin-top: -10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: @white;
  color: transparent;
  box-shadow: 0px 5px 6px rgba(0,0,0,.15);
  content: "-";
}

.dropdown-menu .dropdown-item {
  display: block !important;
  /* padding-left: 2rem; */
  white-space: initial;
}

.dropdown-item,
.dropdown-item:link,
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item:visited,
.dropdown-item.active {
  background-color: @white;
  transition: all linear .3s;
}

.dropdown-menu .nav-item {
  display: block;
  width: 100%;
  padding: .5rem 0;
}

.dropdown-submenu-toggle,
.dropdown-submenu-toggle:link,
.dropdown-submenu-toggle:visited {
  background-color: @white;
  color: font-color;
}

.dropdown-submenu {
  list-style-type: none;
  display: none;
}

.navbar-search-input {
  border-color: #202020; 
  background-color: #333; 
  color: @white;
}

.navbar-search-input::placeholder {
  color: @grey;
}

@media (min-width:576px) {
  .nav-category-image {
    border-radius: 5px;
    height: 60px;
  }
}

@media (min-width:1200px) {
  .nav-link {
    padding: 1.25rem 1rem !important;
  }
}

@media (min-width:1400px) {
  
  .dropdown-menu {
    top: 100%;
    left: 0;
    max-height: 80vh;
  }
  
  .dropdown-menu .nav-item {
    display: inline-block;
    width: 33%;
    padding: 2rem 2rem;
  }
  
  .dropdown-menu .dropdown-item:hover {
    background-color: @light;
  }
  
  .nav-category-image {
    height: 100px;
  }
}

/* searchbar */

.searchToggler {
  cursor: pointer;
}

.navbarSearchToggler {
  background-color: @dark;
  color: @font-color;
  border: none;  
  /* position: absolute; */
  /* top: 7px; */
  /* right: 80px; */
}

button#searchBarClose {
  background-color: @yellow;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0;
}

.navbarSearchToggler .search-icon .lsf {
  font-size: 180%;
}

@media (min-width:993px) {
  /**
  .navbarSearchToggler {
    display: none;
  } **/
}

.searchBar {
  background-color: @yellow;
  color: @white;
  padding: 1rem;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 100%;
  margin-top: 8px;
  width: 100%;
  box-shadow: 0 10px 6px rgba(0,0,0,.25);
  display: none;
}

.searchBarBackground {
  position: fixed;
  background: rgba(0,0,0,.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  display: none;
}

.searchBar.searchBarLayer {
  position: absolute;
  top: -1rem;
  z-index: 9999; 
  height: 60px;
  width: 100%;
  max-width: 700px;
  padding: .5rem 1rem;
  box-shadow: none; 
}

.searchBar #searchBarSearchWord {
  border: none;
  border-radius: 0;
}

@media (min-width:768px) {
  .searchBar.searchBarLayer {
    width: 70%;  
  }  
}

@media (min-width:992px) {
  .searchBar.searchBarLayer {
    top: -0.5rem;
  }
}

@media (min-width:1400px) {
  .searchBar.searchBarLayer {
    top: -3px;  
  }
}

/* sections */

section,
.section {}

.pt-100 {
  padding-top: 5rem;
}

.pt-75 {
  padding-top: 3.5rem;
}

.pt-50 {
  padding-top: 2.5rem;
}

.pt-25 {
  padding-top: 1.25rem;
}

.pt-0 {
  padding-top: 0;
}

.pb-100 {
  padding-bottom: 5rem;
}

.pb-75 {
  padding-bottom: 3.5rem;
}

.pb-50 {
  padding-bottom: 2.5rem;
}

.pb-25 {
  padding-bottom: 1.25rem;
}

.pb-0 {
  padding-bottom: 0;
}

.sectionBackground {
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%; 
}

.sectionBackground.backgroundImgRight {
  background-position: center bottom;
}

@media (min-width:1200px) {  
  .sectionBackground {
    background-size: 100% auto; 
  }
  
  .sectionBackground.backgroundImgRight {
    background-position: right top;
  }
}

/* pageBanner */

.page-banner,
.homeBanner,
.documentBanner {
  position: relative;
  overflow: hidden;
}

.banner-caption {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 2.5%;
  right: 2.5%;
  text-align: center;
}

.banner-caption > .headline {
  background-color: @yellow-transparent;
  color: @white;
  font-size: 1.25rem;
  font-weight: normal;
  padding: .75rem .5rem .35rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:992px) {
  .banner-caption {
    left: 12.5%;
    right: 12.5%;
  }

  .banner-caption > .headline {
    font-size: 3rem;
  }
}

@media (min-width:1400px) {
  .banner-caption {
    left: 14%;
    right: 14%;
  }
}

/* pageBanner carousel */

.pageBannerCarousel {
  position: relative;
  z-index: 0;
  min-height: 440px;
}

.pageBannerCarousel .carousel {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
}

.pageBannerCarousel .carousel-item {
  height: 900px;
}

.pageBannerCarousel .carousel-item .carouselContent {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 25%;
  width: 100%;
}

.pageBannerCarousel .carousel-item .carouselBorder {
  background: @yellow-transparent;
  padding: 1rem;
}

.pageBannerCarousel .carousel-item .carouselBorder p:last-child {
  margin-bottom: 0;
}

.pageBannerCarousel .subHeader {
  display: inline-block;
  background-color: @dark;
  color: @white;
  padding: .35rem .5rem;
}

.pageBannerCarousel .carousel-indicators [data-bs-target] {
  background-color: @white !important;
}

section .carousel-indicators,
.section .carousel-indicators {
  margin-bottom: -2rem;
}

@media (min-width:576px) and (max-width:991px) {
  .pageBannerCarousel {
    min-height: 720px;
  }
  
  .pageBannerCarousel .carousel-item {
    height: 720px;
  }
  
  .pageBannerCarousel .carousel-item .carouselContent {
    bottom: 40%;
  }
  
  .pageBannerCarousel .carousel-item .carouselBorder {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }  
}

@media (min-width:992px) {
  .pageBannerCarousel .carousel-item .carouselBorder {
    width: 60%;
  }
}

@media (min-width:1200px) {
  .pageBannerCarousel .carousel-item .carouselContent {
    bottom: 17.5%;
  }
}

/* breadcrumbs */

.breadcrumbs {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: .6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .8em;
}

.breadcrumbs .breadcrumbItem {
  display: inline-block;
}

.breadcrumbs .breadcrumbItem::after {
  display: inline-block;
  width: 12px;
  text-align: center;
  content: "/";
}

.breadcrumbs .breadcrumbItem:last-child::after {
  content: "";
}

.breadcrumbs .breadcrumbLink,
.breadcrumbs .breadcrumbLink:link,
.breadcrumbs .breadcrumbLink:visited {
  color: @white; 
}

.breadcrumbs .breadcrumbLink:focus,
.breadcrumbs .breadcrumbLink:hover,
.breadcrumbs .breadcrumbLink:active {
  color: @light; 
}

/* main content */

.pageHeader,
.sectionHeader {
  margin-bottom: 1rem;
}

/* content elements */

/* page products */

.homeProductPreview {
  position: relative;
  border: solid 5px @white;
  margin-bottom: 15px;
  transition: all linear .5s;
}

.homeProductPreview:hover {
  border: solid 5px @blue;
  box-shadow: 1px 1px 8px rgba(0,0,0,.3);
}

.homeProductPreview .product-image {}

.homeProductPreview > a {
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  display: block;
  text-align: center;
}

.homePartner {
  margin-bottom: 1rem;
}


/* timeline */

.timeline {}

.timeline .timelineRow {}

.timeline .timelineRow .timelineColumn {
  padding-bottom: 3rem;
}

.timeline .timelineRow .timelineRowHeader,
.timeline .timelineRow .timelineRowHeader a,
.timeline .timelineRow .timelineRowHeader a:link,
.timeline .timelineRow .timelineRowHeader a:visited {
  color: @blue;
  font-weight: bold !important;
  padding: 1rem;
  vertical-align: middle;
}

.timeline .timelineRow .timelineRowHeader .dottedLine {
  display: none;
}

.timeline .timelineRow .timelineRowContent {
  background-color: @light;
  padding: 1rem;
}

.timeline a.active {
  /* font-size: 180%; */
  color: @dark;
}

.timeline .timelineRow.oddRow .timelineBorderDate,
.timeline .timelineRow.evenRow .timelineBorderDate {
  border: none;
}

.timeline .timelineRow.oddRow .timelineBorderContent,
.timeline .timelineRow.evenRow .timelineBorderContent {
  border: none;
  border-left: dotted 2px @grey;
}

@media (min-width:768px) {
  .timeline .timelineRow .timelineRowHeader .dottedLine {
    position: relative;
    top: -0.4rem;
    display: inline-block;
    width: 50px;
    height: 1px;
    background: transparent;
    border-top: dotted 2px @grey;
  }  
  
  .timeline .timelineRow.oddRow .timelineBorderDate {
    border: none;
    padding-right: 0;
  }
  
  .timeline .timelineRow.oddRow .timelineBorderContent {
    border: none;
    border-left: dotted 2px grey;
  }  

  .timeline .timelineRow.evenRow .timelineBorderDate {
    border: none;
    border-left: dotted 2px grey;
    padding-left: 0;
  }
  
  .timeline .timelineRow.evenRow .timelineBorderContent {
    border: none;
  }
}

/* portlets */

.portletLink,
.portletLink:link,
.portletLink:visited {
  background-color: @blue;
  color: @white;
  display: block;
  padding: 1rem 1rem;
  margin-bottom: .75rem;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

.portletLink:focus,
.portletLink:hover,
.portletLink:active {
  color: @light;
}

.portletLink .lsf {
  display: inline-block;
  opacity: 0;
  transform: translateX(0px);
  transition: all ease-in-out .6s;
}

.portletLink:hover .lsf {
  opacity: 1;
  transform: translateX(15px) scale(1.5, 1.5);
}

/* faq */

.faqList {}

.faqElement {
  border-bottom: solid 1px @light;
  padding-top: 1rem;
  padding-bottom: .25rem;
}

.faqElement:last-child {
  border-bottom: none;
}

.faqSwitchElement {
  cursor: pointer;
}

.faqSwitch {
  display: inline-block;
  color: @blue;
  font-size: 175%;
  font-weight: 300;
  padding-top: .35rem;
}

.faqSelected {
  transform: rotate(180deg);
  padding-bottom: .35rem;
}

.faqList .faqData {
  display: none;
}

/* carousel */

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
}

/* galleries */

.gallery-slider {
  margin-bottom: 2rem;
}

.gallery-preview {
  margin-bottom: 1.25rem;  
}

.gallery-preview img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: all linear .3s;  
}

.gallery-preview img:hover {
  opacity: .7;
}

.gallery-description {
  padding: 1rem 0 2rem;
}

/* search */


/* forms */

#emailAddress {
  display: none;
}

/* pre-footer */


/* footer */

footer {
  background-color: @dark;
  color: @white;
  font-size: .8em;
  padding: 2rem .65rem 0;
}

.footerBox {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-bottom: solid 1px @grey;
}

.footerBox .boxHeader {
  font-size: 150%;
  margin-bottom: 2rem !important;
}

.footerBox .box-content > p {
  margin-top: -1.2rem !important;
}

footer .socialMediaLinks {
  padding: 1rem 0;
}

footer .socialMediaLink {
  font-size: 300%;
  margin: 0 .35rem;
}

.footer-nav {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -5px 6px rgba(0,0,0,-3);
  padding: .65rem 1rem;
}

@media (min-width:992px) {
  
  .footerBox {
    border-bottom: none;
  }
  
  footer .boxHeader {
    font-size: 200%;
  }
  
  footer .socialMediaLinks {
    padding: 0;
  }
  
  footer .socialMediaLink {
    font-size: 300%;
    margin-left: .65rem;
  }
}

footer a,
footer a:link,
footer a:visited {
  color: @white;
}

footer a:hover,
footer a:active {
  color: @blue;
}

footer .footerCopyright {
  padding-top: .65rem;
  padding-bottom: .65rem;
  margin-top: 2rem;
}

footer .footerCompany {
  display: inline-block;
  margin-right: 5px;
}

footer .footerCopyright > a {
  display: inline-block;
  margin-left: .65rem;
  padding-left: .65rem;
  border-left: solid 1px @white;
}

footer .social-media {
  text-align: center;
  padding-top: 1rem;
}

footer .social-media > a {
  display: inline-block;
  font-size: 300%;
  margin-left: .5rem;
  margin-right: .5rem;
  color: @white !important;
  cursor: pointer;
}

/* scroll top */

.scroll-top,
.scroll-top:link,
.scroll-top:visited,
.scroll-top:focus,
.scroll-top:hover {
  position: fixed;
  z-index: 99;
  bottom: -2rem;
  right: 1rem;
  background-color: @blue;
  color: @white;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 5px 5px;
  line-height: 16px;
  cursor: pointer;
  opacity: 0;
}

/* color schemes */

.bg-yellow {
  color: @white;
}

.bg-yellow a,
.bg-yellow a:link,
.bg-yellow a:visited {
  color: @white;
}

.bg-yellow a:focus,
.bg-yellow a:hover,
.bg-yellow a:active {
  color: @dark;
}

.bg-blue {
  color: @white;
}

.bg-blue .subHeader {
  background-color: @white;
  color: @dark;
  display: inline-block;
  padding: .25rem .5rem;
  margin-bottom: 1rem;
}

.bg-blue .btn-default,
.bg-blue .btn-default:link,
.bg-blue .btn-default:visited {
  background-color: @white;
  color: @blue;
}

.bg-blue .btn-default:hover,
.bg-blue .btn-default:focus,
.bg-blue .btn-default:active {
  background-color: @dark;
  color: @white;
}

.bg-light {
  color: @font-color;
}

.bg-light .subHeader {
  background-color: @white;
  color: @blue;
  display: inline-block;
  padding: .25rem .5rem;
}

.bg-light .btn-default,
.bg-light .btn-default:link,
.bg-light .btn-default:visited {
  background-color: @blue;
  color: @white;
}

.bg-light .btn-default:hover,
.bg-light .btn-default:focus,
.bg-light .btn-default:active {
  background-color: @dark;
}

.carousel-indicators [data-bs-target] {
  background-color: @dark;
}

.bg-blue .carousel-indicators [data-bs-target] {
  background-color: @white;
}

.bg-dark .carousel-indicators [data-bs-target] {
  background-color: @white;
}


/* animations */

.scroll-animated {    /* base animation */
  opacity: 0;
  position: relative;
  top: 50px;
}

.scroll-animated-inverted {
  opacity: 0;
  position: relative;
  top: -50px;
}

.animate-inview-element,
.animate__animated {
  opacity: 0;
}

.animated {
  /* position: relative; */
}

.animate__fadeIn {
  opacity: 0;
}

.animate__slideInUp {
  opacity: 0;
  margin-bottom: -50px;
}

.animate__slideInLeft {
  opacity: 0;
  margin-left: -100px;
}

.animate__slideInRight {
  opacity: 0;
  margin-right: -100px;
}

/* BS modal mod. */

.modal {
  background-color: rgba(0,0,0,.8);
}

.modal-content {
  background-color: @blue;
  color: @white;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  padding: 7.5% 1rem; 
}

.modal .btn-close {
  color: @white !important;
}

.modal-content .lsf {
  font-size: 120%;
}

.modal-content a,
.modal-content a:link,
.modal-content a:visited,
.modal-content a:active,
.modal-content a:hover,
.modal-content a:focus {
  color: @white;
}

@media (min-width: 576px)
{
  .modal-dialog {
    max-width: 90%;
  }
}

@media (min-width:1200px)
{
  .modal-dialog {
    max-width: 600px;
  }
  
  .modal-content {
    width: 600px;
  }
}

/* Cookie consent policy >> external css */
