@import url(https://fonts.googleapis.com/css?family=Nunito:700,700i,600,600i);@font-face {
  font-family: "source-sans-pro-regular";
  font-weight: normal;
  font-style: normal;
  src: url("/lib/fonts/source-sans-pro-regular.woff2") format("woff2"), url("/lib/fonts/source-sans-pro-regular.woff") format("woff");
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "source-sans-pro-regular", Helvetica, sans-serif;
  color: black;
  height: 100%;
}

h1 {
  font-size: 40px;
  color: #009fe3;
  padding-top: 20px;
  font-family: 100% Nunito, Helvetica, sans-serif;
}

h2 {
  font-size: 28px;
  color: #009fe3;
  padding-top: 10px;
  font-family: 100% Nunito, Helvetica, sans-serif;
}

h3 {
  font-size: 1.5vw;
  color: #009fe3;
  padding-top: 10px;
  font-family: 100% Nunito, Helvetica, sans-serif;
}

p {
  font-size: 16px;
  color: rgb(40, 40, 40);
  padding-top: 10px;
  line-height: 1.5;
}

.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header-default {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header-scroll-top {
  background-color: rgba(255, 255, 255, 0);
}

.header-items-default {
  font-weight: bold;
  color: #000000;
  opacity: 0.5;
}

.header-items-default:hover {
  color: #009fe3;
  opacity: 1;
  text-decoration: none;
}

.header-items-scroll-top {
  font-weight: bold;
  font-size: 1.2rem;
  color: rgb(0, 0, 0);
  opacity: 0.7;
}

.header-items-scroll-top:hover {
  color: #009fe3;
  opacity: 0.7;
}

.header-items-active {
  opacity: 1;
}

.google-rating-menu {
  padding: 5px;
}

.google-rating-menu-default {
  border-bottom: 1px solid grey;
}

.PageCMSSectionCarousel .component_h2_p_a p {
  color: white;
}

@media (max-width: 700px) {
  /* mobile */

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  /* large screens */

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    font-size: 18px;
  }
}

.cookie-consent {
  left: 0;
  position: fixed;
  text-align: center;
  bottom: 0px;
  width: 100%;
  background-color: #edf2f7;
  padding: 20px;
}

.cookie-consent__agree {
  background-color: #009fe3;
  border-color: #009fe3;
  color: #edf2f7;
  cursor: pointer;
  border-radius: 0.25rem;
}

