@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-VariableFont_wght.ttf");
  font-display: swap;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Lora", sans-serif;
  font-weight: 200;
  color: #545454;
  background-color: #f4f4f4;
  font-size: 18px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

header {
  background-color: #fff;
}
header .menu li:before {
  display: none;
}
header .menu li a {
  color: #545454;
}
header .menu li a:hover {
  cursor: pointer;
  color: #f0930b;
}
header .menu li.active a {
  color: #f0930b;
}
header .logo {
  max-width: 120px;
  height: auto;
}

footer.container {
  background-color: #545454;
  color: #fff;
}
footer {
  background-color: #545454;
  color: #fff;
}
footer a {
  color: #f0930b;
}
footer a:hover {
  cursor: pointer;
  border-bottom: 2px dotted #f0930b;
}

.container {
  background-color: #fff;
}
.container a {
  color: #f0930b;
  border-bottom: 2px dotted transparent;
}
.container a:hover {
  border-bottom: 2px dotted #f0930b;
}

/* Form */
input[type=text], input[type=tel], input[type=email], textarea, select {
  height: 50px;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f0930b;
}

/* Text */
h1 {
  font-size: 2rem;
}

b, strong {
  font-weight: 600;
}

ul {
  margin-left: 20px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 7px;
  width: 7px;
  left: -17px;
  top: 11px;
  background-color: #f0930b;
  border-radius: 100%;
}

/* Content */
.button {
  border: 2px solid #f0930b !important;
  color: #f0930b;
  transition: all 0.25s;
}
.button.button--link {
  color: #f0930b;
}
.button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #f0930b;
}

/* Message */
.alert {
  padding: 5px 10px;
}
.alert.alert--error {
  background-color: #F48484;
  color: #B73E3E;
}
.alert.alert--success {
  background-color: #9DC08B;
  color: #40513B;
}

/* Slideshow */
.slideshow {
  height: 480px;
  max-width: 620px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slideshow .slideshow__img {
  display: none;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.slideshow .slideshow__img.is-active {
  display: inline-block;
}
.slideshow .slideshow__arrows {
  background-color: #fff;
  color: #545454;
}
.slideshow .slideshow__arrows div {
  border-bottom: 2px dotted #fff;
}
.slideshow .slideshow__arrows div:hover {
  cursor: pointer;
  border-bottom: 2px dotted #545454;
}

/* Dates */
.dates-article {
  background-color: #efefef;
  min-width: 200px;
}
.dates-article a {
  display: block;
  width: fit-content;
  border-bottom: 2px solid transparent;
  color: #f0930b;
}
.dates-article a:hover {
  border-bottom: 2px dotted #f0930b;
}

/*# sourceMappingURL=style-frontend.css.map */
