/* montserrat-100 - 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: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/montserrat/montserrat-v26-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300 - 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: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat/montserrat-v26-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat/montserrat-v26-latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - 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: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat/montserrat-v26-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-100 - 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: "Raleway";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/raleway/raleway-v34-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-300 - 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: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/raleway/raleway-v34-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-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: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway/raleway-v34-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-600 - 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: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/raleway/raleway-v34-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* material-icons-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: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-icons/material-icons-v142-latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

html {
  font-family: "Montserrat", sans-serif;
  height: 100%;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  color: #6f6f6f;
}
a.dropdown-link {
  font-family: "Montserrat", sans-serif;
}

body {
}

nav ul a,
nav .brand-logo {
  color: rgba(0, 0, 0, 0.5);
}

.nav-bgd {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  -webkit-transition: background 0.8s ease-in-out;
  -moz-transition: background 0.8s ease-in-out;
  -o-transition: background 0.8s ease-in-out;
  transition: background 0.8s ease-in-out;
}

nav {
  box-shadow: none !important;
}
.sidenav-overlay {
  z-index: 1;
}

.li-btn {
  margin-right: 30px;
}

.button-collapse {
  color: #c0ca33;
}

@media only screen and (max-width: 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }

  #index-banner .section {
    top: 10%;
  }
}

.icon-block {
  padding: 0 15px;
}

.footer-small .col {
  padding: 10px;
}
.footer-small {
  color: #424242;
}
.footer-small a {
  color: #711313;
}
.footer-small a:hover {
  color: #de0f0f;
}

.footer-copyright {
  padding: 0px 35px 0px 15px !important;
}
.footer_nav {
  margin: 0 0 0 40px;
}
.footer_nav a {
  color: #fff !important;
  padding-left: 30px;
}
footer p {
  color: #fff !important;
}
footer a {
  color: #fff !important;
}
footer a:hover {
  color: #fff;
}

.f-box {
  padding: 10px;
}

.small-text {
  font-size: 12px;
  line-height: 14px;
}

.small-text img {
  padding: 2px 0 4px;
}

/* form */
/* label color */
.input-field label {
  color: #64b5f6;
}

/* label focus color */
.input-field input[type="text"]:focus + label {
  color: #666;
}

/* label focus color */
.input-field input[type="email"]:focus + label {
  color: #666;
}

/* label focus color */
#textarea1.materialize-textarea:focus + label {
  color: #666;
}

#textarea1.materialize-textarea:focus {
  color: #666;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}

/* label underline focus color */
.input-field input[type="text"]:focus {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}

/* valid color */
.input-field input[type="text"].valid,
.input-field input[type="email"].valid {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}

/* invalid color */
.input-field input[type="text"].invalid,
,
.input-field input[type="email"].valid {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}

.input-field input[type="email"]:focus {
  color: #666;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}

/* icon prefix focus color */
.input-field .prefix.active {
  color: #000;
}

#preventer {
  display: none;
}

strong {
  font-weight: 400;
}

.login_form {
  margin: 0 auto;
  width: 300px;
  padding: 30px;
}

.outline {
  border: 1px solid #e5ac5d;
}
.error {
  color: red;
}

.error-msg {
  text-align: center;
  color: red;
  padding: 30px 0 0;
}
ul.table-of-contents li {
  padding: 10px 20px 20px 0;
}
#sortable-row {
  list-style: none;
}

#sortable-row li {
  margin-bottom: 4px;
  padding: 10px;
  background-color: rgba(255, 168, 38, 0.3);
  cursor: move;
}

#sortable-row li.ui-state-highlight {
  height: 1em;
  background-color: rgba(232, 143, 48, 0.85);
  border: #ccc 2px dotted;
}
.dropdown-content {
  min-width: 200px !important;
}
/* submenu color */
.dropdown-content li a {
  font-family: "Raleway", sans-serif;
  color: #000;
}

.dropdown-content li a:hover {
  font-family: "Raleway", sans-serif;
  color: #fff;
  background-color: #c62828;
}

.dropdown-content li a active {
  font-family: "Raleway", sans-serif;
  color: #b71c1c;
  /* 	background-color: #b71c1c */
}

.dropdown-link-highlight {
  /* 	background-color: #b71c1c; */
  color: #b71c1c;
}

#dropdown_images li {
  border-bottom: 1px solid #bebebe;
}

.no-btn {
  width: 100%;
  height: auto;
  padding: 8px;
  background-color: transparent;
  border: none;
  color: #666666;
  text-align: center;
}

.no-btn img {
  padding: 0;
}
.s-text {
  font-size: small;
  padding: 8px;
  word-break: break-word;
}
.card-wrapper {
  padding: 0 10px 0 10px;
}
.paginator {
  position: relative;
  float: right;
  margin-bottom: 20px;
}
.paginator li {
  margin-top: 20px;
  position: relative;
  float: left;
  margin-right: 20px;
}
.prev,
.next {
  height: 60px;
  width: auto;
  color: #bdbdbd;
  text-align: center;
  cursor: pointer;
}

.prev:hover,
.next:hover {
  color: #039be5;
}
.arrows {
  width: 120px;
  height: 40px;
  margin: 0 auto;
}
.square-mobile-logo {
  height: 100%;
  padding: 4px;
}

.mobile-logo-container {
  width: auto;
  height: 80px;
  padding: 16px 8px 16px 0px;
}

.mobile-logo {
  width: 200px;
  height: auto;
}

.collapsible-header {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 18px !important;
}
.collapsible-body ul li {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 50px !important;
}
.collapsible-header-highlight {
  background-color: #c62828 !important;
  color: #fff !important;
}

.divider {
  margin-top: 20px;
  margin-bottom: 30px;
}
.slider {
  width: 100%;
  height: 600px !important;
  overflow: hidden;
  margin-top: -90px;
}

.slider .indicators .indicator-item {
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators .indicator-item.active {
  background-color: rgba(255, 255, 255, 0.45);
}

.slider .indicators {
  bottom: 10px;
  z-index: 989;
  /* text-align: left; */
}

.card-slides {
  margin: 10px 0 20px 0;
}

.nav-wrapper {
  width: auto;
  margin: 0 auto;
}
main {
  padding: 0;
  margin: 0;
}
.main-nav {
  z-index: 999;
  /* 	background-color: #fff; */
}
.main-nav a.dropdown-link,
.main-nav a.modal-hover-trigger {
  font-family: "Montserrat", sans-serif;
  color: #424242;
  overflow: hidden;
  font-size: 20px;
  padding: 0px 8px 0px 8px;
  height: 90px;
}

.main-nav a.dropdown-link.active {
  font-family: "Montserrat", sans-serif;
  color: #b71c1c;
  overflow: hidden;
  font-size: 20px;
  /* 	background-color: #fff; */
}

.admin-nav {
  line-height: 80px !important;
  height: 80px;
}
nav {
  height: 90px;
  line-height: 90px;
}

ul.main-nav {
  height: 90px;
  padding-right: 10px;
}

.brand-logo {
  padding-left: 18px !important;
}
.brand-logo img {
  vertical-align: middle;
  max-width: 200px;
}

.navbar-material .nav-wrapper {
  height: 90px;
}

.section {
  margin: 0;
  padding: 0;
}
.section .row {
  margin: 0;
}

.admin-nav ul li:first-child {
  padding-right: 60px;
  padding-left: 40px;
}
.switch label {
  color: #fff !important;
}

.portfolio .col {
  margin-bottom: 24px;
}

.portfolio h5 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.portfolio h6 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.portfolio hr {
  width: 40px;
  margin-bottom: 45px;
}

.portfolio .portfolio-holder {
  clear: both;
  text-align: center;
}

.portfolio img {
  width: 33%;
  display: inline-block;
  float: left;
}
.side-menu {
  padding: 30px 30px 20px 30px;
}
.side-menu li {
  padding: 20px 10px 20px 20px;
  font-size: 18px;
}

.spacer {
  width: 100%;
  height: 30px;
}
.admin-nav {
  position: relative;
  background-color: transparent;
}

.submenu-headline {
  color: #ff6d00;
  font-size: 16px;
}
.line {
  border-bottom: 1px solid #000000;
}
.modal {
  background-image: url(assets/map-bgd.jpg) !important;
}

.modal-submenu {
  width: 100%;
  color: #242424;
}
.modal-submenu:hover {
  color: #ff6d00;
}

ul.sub-nav {
  padding: 0 !important;
}
.sub-nav li {
  font-size: 16px;
  line-height: 18px;
  padding: 9px;
}
.card p {
  height: 140px;
}
#flow_content {
  position: relative;
  top: 0px;
}

.buttons-wrapper {
  position: absolute;
  height: 100vh;
  margin-top: 66px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 997;
  top: -90px;
  pointer-events: none;
  width: 100%;
}

.buttons {
}

.buttons-wrapper a {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #ccc;
}

.buttons-wrapper a:hover {
  pointer-events: auto;
  background-color: rgba(255, 133, 0, 0.3) !important;
  border: 1px solid #fff;
}
.mg-rg {
  margin-right: 1rem;
  margin-left: 1rem;
  margin-top: 1rem;
}
.mg-rg {
  margin-right: 1rem;
  margin-left: 1rem;
  margin-top: 1rem;
}

h1 {
  font-size: 46px;
}
/*
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
h5 {

	font-size: 18px;
	font-weight: 400;
	padding-top: 30px;
	letter-spacing: .1em;

}
h6 {
	font-size: 12px;
	font-weight: bold;
}
*/
.info {
  padding-top: 30px;
}
.info p {
  font-size: 18px;
  font-family: "Montserat", sans-serif;
  font-weight: 300;

  color: #7d7d7d;
}

a:hover {
  color: #82b1ff;
}

.blog ul,
.section ul {
  padding-left: 30px !important;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}

.blog ul li,
.section ul li {
  list-style-type: initial !important;
}

.p-header {
  line-height: 30px;
  font-weight: bold;
}

.navlist {
  text-align: justify;
  font-size: 0.1px; /* IE 9/10 fix */
}
.navlist li {
  display: inline-block;
  padding: 5px 0px 5px 0px;
}

.navlist:after {
  content: "";
  width: 100%; /* Ensures justification for single lines */
  display: inline-block;
}

.icon_block {
  padding-top: 30px;
  height: 140px;
}

.slide-titel {
  padding-top: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.slide-text,
.slide-text p {
  font-size: 20px;
  color: #fff !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.log a {
  color: #ab47bc;
}
.log a:hover {
  color: #fff;
}
.button {
  padding: 16px;

  color: #fff;
}

.button:hover {
  color: #ededed;
}

ul#lang-drop li {
  text-align: center;
}

#footer .content {
  /* 	min-height: 260px; */
  height: 100%;
  padding: 80px;
}

#footer .row {
  /* 	min-height: 260px; */
  margin-bottom: 0;
}

.page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.flex {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}

.blur-image {
  -webkit-filter: grayscale(100%) blur(1px); /* Safari */
  filter: blur(1px) grayscale(100%);
}
.text-logo {
  font-family: Montserrat;
  color: #fff;
  font-size: 18px;
}

div.row.info {
  margin: 0px 0px 80px 0px !important;
}
.customer-reviews {
  height: auto;
}
#contact.section {
  margin: 80px;
}
.features-box-black {
  background-color: #000;
  color: #fff;
  padding: 20px;
}
.features-box-white {
  background-color: rgba(255, 255, 255, 0.61);
  background-repeat: no-repeat;
  color: #373737;
  border: 1px solid gray;
  height: 230px;
  width: 100% !important;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.content {
  width: 100% !important;
}
#featured {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* Ensure the carousel height is consistent */
.carousel.carousel-slider {
  height: 700px; /* Adjust height as needed, or consider using a percentage for responsiveness */
}

/* Ensure images fit within the carousel without being cut off */
.carousel img {
  object-fit: contain; /* Ensure the entire image fits within the container */
  width: 100%; /* Ensure the image fills the carousel container horizontally */
  height: 100%; /* Ensure the image fills the carousel container vertically */
  max-height: 600px; /* Optional: set a max height to maintain consistent carousel size */
  background-color: #fff; /* Optional: add background color to fill space when image is smaller */
}

/* Ensure indicators are below the carousel images */
.carousel .indicators {
  position: absolute;
  bottom: 10px; /* Adjust as needed */
  z-index: 1;
  text-align: center;
  left: 0;
  right: 0;
}

.carousel .indicators .indicator-item {
  background-color: rgba(255, 255, 255, 0.7); /* Adjust as needed */
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 5px;
  width: 10px;
}

.lang-buttons-main {
  position: fixed;
  width: 80px;
  height: auto;
  line-height: 20px;
  top: 75px;
  right: 0px;
  text-align: center;
  padding: 0px;
  margin: 0px;
  z-index: 800;
  /* 	background-color: #000; */
}
.lang-buttons-mobile {
  height: 100px;
  width: 100%;
  padding-top: 30px;
  line-height: 20px;
  text-align: center;
  /* 	background-color: #000; */
}

.lang-buttons ul li .active {
  background-color: #bdbdbd;
  color: #fff;
}

.lang-buttons ul li {
  list-style: none !important;
}
.lang-buttons ul li a {
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 10px;
  background-color: #e0e0e0;
  color: #3f3f3f;
}
.lang-buttons ul li a:hover {
  color: #fff;
}
.img-row {
  border-bottom: 1px solid gray;
}

.picker__date-display,
.picker__weekday-display {
  background-color: #8e1919;
}

div.picker__day.picker__day--infocus.picker__day--selected.picker__day--highlighted {
  background-color: #b71c1c;
}

.info ul {
  padding-left: 20px !important;
}

.info ul li {
  list-style: circle !important;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
.img-right-pad {
  padding-left: 20px;
  padding-bottom: 10px;
}
.img-left-pad {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-top: 0px;
}
input:not([type]).mce-textbox {
  width: inherit;
}
.info ul.collection.with-header li.collection-header {
  list-style: none !important;
}

.info ul.collection.with-header li.collection-item {
  list-style: none !important;
  padding-left: 0;
}

.info th,
.info .td {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000 !important;
  will-change: opacity;
}

.responsive-img materialboxed initialized active {
  z-index: 1001 !important;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
  text-align: left;
}

@media (max-width: 600px) {
  .table-container {
    overflow-y: auto;
    height: 100vh; /* Adjust height as needed */
  }

  table {
    width: auto; /* Allows the table to scroll horizontally */
  }
}
#cookie-notice.row {
  margin-bottom: 0;
}
