@font-face {
  font-family: merriweather;
  src: url(/fonts/merriweather/merriweather-regular.ttf);
}
@font-face {
  font-family: roboto;
  src: url(/fonts/roboto/roboto-regular.ttf);
}
.font-mw-reg {
	font-family: merriweather;
}

.font-rob-reg {
	font-family: roboto;
}

/* NAVBAR DARK */
.header-new {
	height:67px;
	background-color:#0f1820!important;
}

/* BRANDS */
.brands {
  color: #313437;
  background-color: #fff;
}

.brands a {
  display: block;
  text-align: center;
  padding: 40px 0;
}

@media (max-width:767px) {
  .brands a {
    padding: 30px 0;
  }
}

.brands a img {
  display: inline-block;
  margin: 10px 20px;
  vertical-align: middle;
}

/* MEDIA SIZES - RESPONSIVE */
@media (max-width: 767px) {
  .mb-sm-40px {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
	.w-50-lg {
		width: 50%;
	}
	.d-lg-initial {
		display: block;
	}
	.w-70-lg {
		width: 70%;
	}
	.text-align-justify-lg {
		text-align:justify;
	}
	.brands-item {
		height: 50px;
	}
	/* FOOTER */
	.text-start-lg {
		text-align: left;
	}
	.border-right-light-lg {
		border-right: 1px solid var(--bs-light);
	}
	.svg-container-footer {
		height: 100px;
		width:100%;
		background-image: url(/fileadmin/waves_footer.svg);
		background-position: bottom;
	}
}

@media (max-width: 991px) {
	.header-new {
		height:58px;
	}
	.table-prices-resp {
		font-size: 15px;
	}
	p {
		font-size: 18px;
	}
	.brands-item {
		height: 30px;
	}
	.svg-container-footer {
		height: 100px;
		width:100%;
		background-image: url(/fileadmin/waves_footer_complx.svg);
		background-position: bottom;
	}
}
@media only screen and (min-width:768px) {
	.w-50-md {
		width: 50%;
	}
}
/* HELPER CLASSES */
.d-initial {
	display:initial;
}

.text-align-justify {
  text-align: justify;
}
.link-nostyle {
	color:inherit;
	text-decoration: underline;
}
.link-nostyle:hover {
	color:inherit;
}
.vr-light {
	color: var(--bs-light);
}
.mh-80vh {
	min-height:80vh;
}
img {
	max-width:100%
}
/* FEATURES */
.color-green {
	color: #3dd21e;
}
.text-features {
	margin-top: 0px;
	font-size:15px;
}
.heading-features {
	font-size:20px;
}
.icon-features {
	margin-right:0.75rem;
}

/* FEATHER ICONS */
.feather-16{
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
}
.feather-18{
	width: 18px;
	height: 18px;
	vertical-align: text-bottom;
}
.feather-24{
	width: 24px;
	height: 24px;
	vertical-align: text-bottom;
}
.feather-32{
	width: 32px;
	height: 32px;
	vertical-align: text-bottom;
}
.feather {
	vertical-align: sub;
}

/* TYPOGRAPHY */
.fs-15px {
	font-size: 15px;
}
.fs-17px {
	font-size: 17px;
}
p {
	font-family: roboto;
}
.color-light {
	color:var(--bs-light);
}
.color-red {
	color: red;
}
/* reveal */
/* reveal instant */
.reveal-instant{
  position: relative;
  transform: translateX(10%);
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  opacity: 0;
  transition: 1s all ease;
}

.reveal-instant.reveal-active-instant{
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  opacity: 1;
}
/* reveal-right */
.reveal-right{
  position: relative;
  transform: translateX(10%);
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  opacity: 0;
  transition: 1s all ease;
  width: 0px;
}

.reveal.reveal-active, .reveal-bottom.reveal-active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
  width: auto;
}
/* reveal-left */
.reveal-left{
  position: relative;
  transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  opacity: 0;
  transition: 1s all ease;
  width: 0px;
}
/* reveal-bottom */
.reveal-bottom{
  position: relative;
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  opacity: 0;
  transition: 1s all ease;
}
/* reveal-top */
.reveal-top{
  position: relative;
  transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  opacity: 0;
  transition: 1s all ease;
}

/* HIGHLIGHT CLEAN */
.highlight-clean {
  color: #313437;
  background-color: #fff;
  padding: 50px 0;
}

.highlight-clean p {
  color: #7d8285;
}

.highlight-clean h2 {
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}

.highlight-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 25px;
}

.highlight-clean .buttons {
  text-align: center;
}

.highlight-clean .buttons .btn {
  padding: 16px 32px;
  margin: 6px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none;
  background-color: #ddd;
}

.highlight-clean .buttons .btn:hover {
  opacity: 1;
}

.highlight-clean .buttons .btn:active {
  transform: translateY(1px);
}

.highlight-clean .buttons .btn-primary {
  background-color: #055ada;
  color: #fff;
}

