@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,700i|Noto+Serif:400,400i,700,700i&display=swap);@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

#cookie-notice .cookie-notice-container {
  padding: 1rem;
  line-height: 1.5rem;
}

#cookie-notice .cookie-notice-container #cn-accept-cookie,
#cookie-notice .cookie-notice-container #cn-more-info {
  color: #000;
  background: #F2F2F2;
  padding: .4rem;
  border-radius: 5px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  width: 100%;
}

.site-content {
  min-height: 75vh;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

body {
  font-weight: 300;
  line-height: 1.45;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}

p {
  margin-bottom: 1.25em;
}

h1,
h2,
h3,
h4,
h5,
.header-two {
  margin: 2.75rem 0 1rem;
  /*font-weight: 400;*/
  line-height: 1.3;
  /*font-family: 'Noto Serif', serif;*/
  font-family: 'Carnas Bold', 'Noto Serif', serif
  /*font-weight: 700;*/
}

h1 {
  margin-top: 0;
  font-size: 3em;
}

@media all and (min-width: 480px) {
  h1 {
    font-size: 4.209em;
  }
}

h2,
.header-two {
  font-size: 2.5em;
}

@media all and (min-width: 480px) {
  h2,
  .header-two {
    font-size: 3.157em;
  }
}

h3 {
  font-size: 2em;
}

@media all and (min-width: 480px) {
  h3 {
    font-size: 2.369em;
  }
}

h4 {
  font-size: 1.5em;
}

@media all and (min-width: 480px) {
  h4 {
    font-size: 1.777em;
  }
}

h5 {
  font-size: 1.333em;
}

small,
.text_small {
  font-size: 0.75em;
}

input,
textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.h2--font-size {
  font-size: 2.5em;
}

@media all and (min-width: 480px) {
  .h2--font-size {
    font-size: 3.157em;
  }
}

.h1--font-size {
  font-size: 3em;
}

@media all and (min-width: 480px) {
  .h1--font-size {
    font-size: 4.209em;
  }
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  height: 100%;
}

.footer {
  font-size: .9rem;
  padding: 1rem 2rem;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .footer {
    height: 15vh;
    text-align: initial;
    display: grid;
    grid-template-columns: 3fr 3fr 1fr;
    align-items: end;
  }
}

@media all and (min-width: 1025px) {
  .footer {
    grid-template-columns: 2fr 3fr 1fr;
  }
}

@media all and (min-width: 1281px) {
  .footer {
    height: 10vh;
  }
}

.footer--background-red {
  background-color: #c8102e;
  color: #fff;
}

.footer--background-dark {
  background-color: #232422;
  color: #fff;
}

.footer__text {
  padding-bottom: 1rem;
}

.footer__text__title {
  font-weight: bold;
}

.footer__menu {
  padding-bottom: 1rem;
}

.footer__menu__page {
  display: inline-block;
  padding-right: 1rem;
}

@media all and (min-width: 1024px) {
  .footer__menu__page {
    padding: 0 2rem;
  }
}

.footer__socials {
  padding-bottom: 1rem;
}

@media all and (min-width: 1025px) {
  .footer__socials {
    text-align: right;
  }
}

.footer__socials__item {
  padding: 0 1rem;
}

@media all and (min-width: 1025px) {
  .footer__socials__item {
    padding: 0 .5rem;
  }
}

.header-menu {
  position: fixed;
  padding: 1rem 2rem;
  width: 100%;
  background-color: transparent;
  z-index: 1000;
  color: #fff;
  transition: all 0.3s linear;
}

@media all and (min-width: 1025px) {
  .header-menu {
    display: flex;
    justify-content: space-between;
  }
}

.header-menu--fixed {
  background-image: unset;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #333;
  color: #333;
  transition: all 0.3s linear;
}

.header-menu--fixed .header-menu__logo--alt {
  display: initial;
}

.header-menu--fixed .header-menu__logo {
  display: none;
}

.header-menu--fixed>.header-menu__menu>.header-menu__menu__page {
  font-weight: 300;
}

.header-menu--fixed>.header-menu__menu>.header-menu__menu__page--bold {
  font-weight: bold;
}

.header-menu--fixed .header-menu__hamburger>span {	
  background: #000;	
}	
.header-menu__logo>img,	
.header-menu__logo--alt>img {	
  max-width: 120px;	
}	


.header-menu--active {
  background-color: #c8102e!important;
  color: #fff;
  height: 100vh;
}

.header-menu--active .header-menu__logo--alt {
  display: none;
}

.header-menu--active .header-menu__logo {
  display: initial;
}

.header-menu__logo--alt {
  display: none;
}

.header-menu__logo--inverted {	
  filter: invert();	
}	
 
.header-menu__menu {
  display: none;
  text-align: center;
}

@media all and (min-width: 1025px) {
  .header-menu__menu {
    text-align: left;
    display: flex;
    align-items: center;
  }
}

.header-menu__hamburger {
  width: 1.85em;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

@media all and (min-width: 1025px) {
  .header-menu__hamburger {
    display: none;
  }
}

.header-menu__hamburger>span {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  background: #fff;
  transform-origin: 4px 0px;
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.35s ease;
}

.header-menu__hamburger>span:first-child {
  transform-origin: 0% 0%;
}

.header-menu__hamburger>span:last-child {
  transform-origin: 0% 100%;
}

.header-menu__hamburger.active>span {
  background: #fff;
}

.header-menu__hamburger.active>span:nth-child(1) {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
}

.header-menu__hamburger.active>span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.header-menu__hamburger.active>span:nth-child(3) {
  transform: rotate(-45deg) translate(0, -1px);
}

.header-menu__hamburger.active ~ .header-menu__menu {
  display: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media all and (min-width: 1025px) {	
  .header-menu__hamburger.active ~ .header-menu__menu {	
    display: flex;	
  }	
}

.header-menu__menu__page {
  display: block;
  padding: 1rem 2rem;
}

@media all and (min-width: 1025px) {
  .header-menu__menu__page {
    display: inline-block;
    padding: 0 1.3rem;
  }
}

.header-menu__menu__page--bold {
  font-weight: bold;
}

.header-menu__menu__socials {
  padding-top: 2rem;
}

@media all and (min-width: 1025px) {
  .header-menu__menu__socials {
    display: none;
  }
}

.header-menu__menu__lang {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 .5rem;
}

.header-menu__menu__lang--bold {
  font-weight: bold;
}

body[data-one-scroll="true"] {
  height: 100%;
  overflow: hidden;
}

.inner_page_header > .wrapper > .inner_page_header__pagename,	
.inner_page_header > .wrapper > .inner_page_header__title h1,	
.inner_page_header > .wrapper > .inner_page_header__description,	
.inner_page_header > .wrapper > .inner_page_header__text-content,	
.single-service > .inner_page_header > .wrapper > .inner_page_header__title h1{	
  color:#000;	
}	
.single-service .highlightbox .title,	
.single-service .highlightbox .text{	
  color:#000;	
}
.inner_page_header > .wrapper > .inner_page_header__title h1,	
.inner_page_header > .wrapper > .inner_page_header__description {
  color: white;
}