@import url(https://fonts.googleapis.com/css2?family=Ruda:wght@400;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;800&display=swap);body {
  margin: 0;
  padding: 0;
  font-family: "Roboto Slab";
  background-color: #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo--top {
  width: 300px;
  margin: 1.3vh 0;
}

.frame {
  box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.37);
  width: 100%;
  max-width: 1410px;
  background-color: white;
  margin-bottom: 6vh;
}

header {
  width: 100%;
  /*background-image: radial-gradient(circle, rgba(13, 45, 108, 0.5), rgba(1, 152, 217, 0.5)), url("/sites/blauwhuis/images/homeHeader.jpg");*/
  background-size: cover;
}

header h2 {
  margin-top: 20vh;
  color: white;
  margin-left: 3vw;
  width: 70%;
  font-size: 4em;
  font-family: Ruda;
  font-weight: bold;
}

header p {
  background-color: white;
  color: #667ea4;
  width: 68%;
  padding: 3vw;
  font-size: 1.7em;
  line-height: 1.5em;
}

.header--services {
  background-image: radial-gradient(circle, rgba(1, 152, 217, 0.5), rgba(13, 45, 108, 0.5)), url("/sites/blauwhuis/images/dienstenHeader.jpg");
}

.header--over {
  background-image: radial-gradient(circle, rgba(1, 152, 217, 0.5), rgba(13, 45, 108, 0.5)), url("/sites/blauwhuis/images/overBHeader.jpg");
}

.header--waarom {
  background-image: radial-gradient(circle, rgba(1, 152, 217, 0.5), rgba(13, 45, 108, 0.5)), url("/sites/blauwhuis/images/waaromHeader.jpg");
}

.header--contact {
  background-image: radial-gradient(circle, rgba(1, 152, 217, 0.5), rgba(13, 45, 108, 0.5)), url("/sites/blauwhuis/images/contactHeader.jpg");
}

.header--details {
  background-image: radial-gradient(circle, rgba(1, 152, 217, 0.5), rgba(13, 45, 108, 0.5)), url("/sites/blauwhuis/images/dienstenDetailsHeader.jpg");
}

.header__links {
  padding-top: 4vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.header__links a {
  margin-left: 3vw;
}

.header__links a img {
  width: 11vw;
}

.header__links div {
  margin-right: 3vw;
}

.header__links div .header__link {
  font-size: 1.15em;
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 1vw;
  padding-bottom: 4px;
  font-family: Ruda;
}

.header__links div .header__link:hover {
  border-bottom-style: solid;
  border-color: white;
}

.header__links div .header__link--active {
  border-bottom-style: solid;
  border-color: white;
}

.services__icons {
  background-color: #0c2c6c;
  width: calc(100% - 18vw);
  margin: 7vh 3vw 3vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0 6vw;
}

.services__icons a {
  transition: all 0.5s;
  text-decoration: none;
  margin: 12vh 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.services__icons a img {
  width: 6.5vw;
  transition: all 0.2s;
}

.services__icons a span {
  font-size: 1.4em;
  margin-top: 4vh;
  color: white;
  transition: all 0.3s;
  font-family: Ruda;
  font-weight: 900;
}

.services__icons a:hover img {
  transform: translate(0, -3px);
}

.services__icons a:hover span {
  transform: translate(0, -3px);
  transition-delay: 0.1s;
}

.services__icons .icon__arrow--right {
  transition: all 0.4s;
  align-self: flex-end;
}

.services__icons .icon__arrow--right:hover img {
  transform: translate(5px, 0);
}

.about {
  margin-top: 9vh;
  margin-bottom: 9vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.about:hover .about__image span {
  top: 164px;
  left: 88px;
}

.about:hover .about__image img {
  margin-left: 3.8vw;
}

.about .about__image {
  position: relative;
  margin-left: 3vw;
  width: 43%;
}

.about .about__image img {
  margin-top: 0;
  transition: all 0.5s;
  width: 75%;
  margin-left: 4vw;
  z-index: 6;
  position: relative;
}

.about .about__image span {
  transition: all 0.5s;
  margin-left: 3vw;
  display: block;
  width: 68%;
  height: 300px;
  background-color: #009cde;
  position: absolute;
  top: 160px;
  left: 84px;
  z-index: 1;
}

.about .about__text {
  width: 50%;
  margin-right: 3vw;
  color: #667ea4;
}

.about .about__text h4 {
  font-family: Ruda;
  color: #0c2c6c;
  margin-bottom: 2vh;
  margin-top: 4.5vh;
  font-size: 1.45em;
  font-weight: 900;
}

.about .about__text p {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 1.34em;
  color: #2b334d;
  line-height: 1.44em;
}

.about .about__text a {
  display: block;
  margin-top: 15px;
  color: #0c2c6c;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.8em;
  font-family: Ruda;
}

.quote {
  width: calc(100% - 6vw);
  margin: 15vh 3vw 5vh;
  background-color: #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.quote img {
  width: 35%;
}

.quote .quote__text {
  margin: 2.8vw 2vw 2.5vw;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.quote .quote__text img {
  align-self: flex-start;
  width: 40px;
}

.quote .quote__text div {
  width: 90%;
  font-family: Ruda;
  color: #0c2c6c;
  font-weight: bold;
}

.quote .quote__text div p {
  font-size: 1.4em;
  font-weight: 900;
  margin: 0 10px;
  line-height: 1.4em;
}

.quote .quote__text div h6 {
  font-size: 1.7em;
  font-family: "Roboto Slab";
  font-weight: normal;
  margin: 2vh 10px 0;
}

footer {
  margin-top: 9vh;
  width: 100%;
}

footer .footer__main--top {
  padding-bottom: 2vw;
  width: 100%;
  background-color: #009cde;
  background-image: radial-gradient(circle, #4dbae8 0%, #009cde 100%);
}

footer .footer__main--top .footer__content--top {
  background-color: white;
  width: 73%;
  position: relative;
  top: 11vh;
  left: 7vw;
  padding: 9vh 14vh;
  box-sizing: border-box;
  font-size: 1.3em;
  color: #0a4887;
}
footer .footer__main--top .footer__content--top table {
  margin-top: 3vh;
}
footer .footer__main--top .footer__content--top table tr td {
  vertical-align: top;
}

footer .footer__main--top .footer__content--top div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  align-items: flex-start;
}

footer .footer__main--top .footer__content--top > div > p {
  margin: 2vh 3vw 9vh 4.2vw;
  color: #0c2c6c;
  width: 58%;
  font-size: 1.6em;
  line-height: 1.6em;
}

footer .footer__main--top .footer__content--top > div > div {
  width: 42%;
  margin-right: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}

footer .footer__main--top .footer__content--top div div div {
  margin-top: 3vh;
}

footer .footer__main--top .footer__content--top div div div a {
  font-family: Ruda;
  background-color: #f3bd19;
  background: linear-gradient(0deg, #ffca29 0%, #f1b90f 100%);
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.45em;
  font-weight: bold;
  padding: 2vh 3.6vw;
  border-radius: 4px;
  transition: all 0.5s;
}

footer .footer__main--top .footer__content--top div div div a:hover {
  padding: 2vh 3.9vw;
}

footer .footer__main--top .footer__content--top div div span {
  color: #0a4887;
  font-size: 1.3em;
  margin-top: 9px;
  margin-bottom: 2vh;
}

footer .footer__main--bottom {
  line-height: 23px;
  color: white;
  padding-left: 3vw;
  padding-right: 3vw;
  width: calc(100% - 6vw);
  padding-top: 14vh;
  padding-bottom: 8vh;
  background-color: #0c2c6c;
  background-image: radial-gradient(circle, #095393 0%, #0c3777 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  align-items: flex-start;
  font-size: 1.3em;
  line-height: 1.7em;
}

footer .footer__main--bottom div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
}

footer .footer__main--bottom div a {
  color: white;
  text-decoration: none;
  border-bottom-style: hidden;
  border-width: 2px;
  padding-bottom: 2px;
}
footer .footer__main--bottom div a:hover {
  border-bottom-style: solid;
  padding-bottom: 0;
}

footer .footer__main--bottom div p {
  margin-bottom: 3vh;
  margin-top: 0;
}

footer .footer__main--bottom div div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

footer .footer__main--bottom div div span {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

footer .footer__main--bottom div img {
  margin-top: 2vh;
  width: 30%;
}

#phoneMenuIcon {
  display: none;
}

.menu--phone {
  display: none;
}

.menu--phone--active {
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: #0c2c6c;
  position: fixed;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu--phone--active a {
  color: white;
  text-decoration: none;
  padding: 2vh 2vw;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.menu--phone--active a img {
  width: 3vw;
  margin-right: 2vw;
}

#backIcon {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 6vh;
  border-radius: 4px;
}

.services {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 5vw;
}

.services__item {
  margin: 0 3vw 5vw;
  display: flex;
  align-items: flex-start;
}

.services__image {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #0c2c6c;
  width: 21vw;
  height: 18vw;
}

.services__image span {
  font-weight: 900;
  color: white;
  margin-top: 6vh;
  font-size: 1.4em;
  font-family: Ruda;
}

.services__image img {
  width: 7vw;
}

.services__text h3 {
  font-family: Ruda;
  font-size: 2.5rem;
  color: #0c2c6c;
  font-weight: bold;
  margin-top: 0;
  margin-left: 3vw;
  width: 40vw;
  margin-bottom: 1vh;
}

.services__text p {
  margin-left: 3vw;
  width: 40vw;
  color: #2b334d;
  font-size: 1.3em;
  margin-bottom: 5vh;
}

.services__text a {
  color: #0c2c6c;
  text-decoration: none;
  margin-left: 3vw;
  font-family: Ruda;
  font-weight: bold;
  font-size: 0.9em;
}

.services__text--heading {
  margin-left: 0 !important;
  font-size: 2.5em;
}

.content {
  display: inline-block;
  font-family: Ruda;
  width: 60vw;
  margin-left: 3vw;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 10vh;
  color: #0c2c6c;
  font-weight: bold;
  margin-bottom: 1vh;
}

.content h2 {
  font-size: 1.7em;
}

.content h2 {
  font-size: 1.6em;
}

.content h3 {
  font-size: 1.5em;
}

.content h4 {
  font-size: 1.4em;
}

.content h5 {
  font-size: 1.3em;
}

.content h6 {
  font-size: 1.2em;
}

.content img {
  width: 100%;
  margin: 3vh 0;
}

.content a {
  font-family: "Roboto slab";
  color: #009cde;
  margin-top: 0;
}

.content p {
  font-family: "Roboto slab";
  font-size: 1.3em;
  line-height: 1.6em;
  color: #2b334d;
  margin-top: 0;
}

.content p a {
  color: #009cde;
}

.content .content__link--more {
  font-family: "Roboto Slab";
  color: #0c2c6c;
  text-decoration: none;
  margin: 4px 0;
  font-size: 1.2em;
  padding: 9px 20px 9px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background-color: #eee;
}

.content .content__link--more img {
  margin: 0;
  width: 30px;
  align-self: center;
}

.content__attributes {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 9vh;
}

.content__attribute {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
}

.content__attribute img {
  width: 40%;
}

.content__attribute h5 {
  color: #009cde;
  font-size: 1.4em;
  font-weight: 900;
  margin-top: 2vh;
  margin-bottom: 4vh;
}

.contact__main {
  width: 100%;
  display: flex;
}

.contact__sidebar {
  display: flex;
  align-items: flex-start;
  width: calc(32.8% - 6vw);
}

.contact__sidebar div {
  background-color: #0c2c6c;
  width: 100%;
}

.contact__sidebar div span,
.contact__sidebar div p {
  font-size: 1.3em;
  display: block;
  color: white;
  margin: 2.4vw;
  line-height: 1.4em;
}

.contact__sidebar div a {
  color: white;
  text-decoration: none;
  display: block;
  padding-bottom: 6px;
}
.contact__sidebar div a:hover {
  padding-bottom: 4px;
  border-bottom-style: solid;
  border-width: 2px;
}

.contact__form {
  width: 70%;
  margin: 0 3vw 3vh;
  padding-top: 7vh;
}

.contact__form span {
  font-weight: bold;
  font-size: 1.4em;
  color: #0c2c6c;
  font-family: Ruda;
}

.contact__form .contact__form--full,
.contact__form .contact__form--small {
  margin-bottom: 4vh;
  display: flex;
  align-items: center;
}

.contact__form .contact__form--full input,
.contact__form .contact__form--small input {
  font-family: "Roboto Slab";
  color: #293149;
  margin-top: 2vh;
  width: calc(90% - 12vw);
  margin-left: 1vw;
  margin-right: 1vw;
  border-style: none;
  padding: 2.2vh 0 2.2vh 1vw;
  font-size: 1.2em;
  background-color: white;
  border-radius: 6px;
  border-style: solid;
  border-color: #bbb;
  border-width: thin;
  transition: all 0.5s;
}

.contact__form .contact__form--full input:focus,
.contact__form .contact__form--small input:focus {
  box-shadow: 0 0 10px -1px rgba(51, 55, 59, 0.2);
}

.contact__form .contact__form--full input {
  margin: 2vh 1vw 0 0;
  width: calc(90% - 3vw);
}

.contact__form .contact__form--full textarea {
  font-family: "Roboto Slab";
  color: #293149;
  border-radius: 4px;
  border-style: solid;
  border-color: #bbb;
  border-width: thin;
  width: calc(90% - 4vw);
  resize: none;
  margin: 2vh 0 0;
  background-color: white;
  padding: 1vw;
  height: 26vh;
  transition: all 0.5s;
}

.contact__form .contact__form--full textarea:focus {
  box-shadow: 0 0 10px -1px rgba(51, 55, 59, 0.2);
}

.contact__submit {
  margin-top: 1vh;
  cursor: pointer;
  background: linear-gradient(0deg, #ffca29 0%, #f1b90f 100%);
  border-radius: 4px;
  color: white;
  padding: 17px 3vw;
  border-style: none;
  transition: all 0.5s;
  font-size: 1.4em;
  font-weight: bold;
}

.contact__submit:hover {
  padding: 17px 3.3vw;
}

.header--contact p {
  margin-bottom: 0;
}

.selector {
  border-radius: 6px;
  border-style: solid;
  border-color: #bbb;
  border-width: thin;
  margin-top: 2vh;
  position: relative;
  width: 8vw;
}

.selector select {
  display: none;
}

.selector .select-selected {
  background-color: white;
  border-radius: 4px;
}

.selector .select-selected:after {
  margin-left: 10px;
  position: absolute;
  content: "";
  top: 3vh;
  right: 9px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #aaa transparent transparent transparent;
}

.selector .select-selected .select-arrow-active:active {
  border-color: transparent transparent #aaa transparent;
  top: 7px;
}

.selector .select-items div,
.selector .select-selected {
  color: #0c2c6c;
  font-size: 1.2em;
  padding: 2.2vh 10px 2.2vh 20px;
  cursor: pointer;
}

.selector .select-items {
  position: absolute;
  background-color: #f8f8f8;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.selector .select-hide {
  display: none;
}

.selector .same-as-selected,
.selector .select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.selector--full {
  width: calc(90% - 2vw);
}

.contact__notice {
  padding: 3vw;
  background-color: #eee;
  margin: 5vh 3vw 3vh;
  width: 54%;
}

.contact__notice > div {
  margin: 0;
  display: inline-block;
  font-size: 1.4em;
  width: 60%;
  color: #2b334d;
  display: inline-block;
}

.contact__notice img {
  display: inline;
  width: 20%;
  float: right;
}

.hide {
  display: none;
}

.content .content__quote {
  color: #0c2c6c;
  margin: 14vh 30% 14vh 2.5vw;
  display: flex;
  font-weight: 900;
  font-family: Ruda;
  font-size: 1.43rem;
  line-height: 1.4em;
}

.content .content__quote::after {
  margin-left: 1vw;
  content: "";
  background-image: url("/sites/blauwhuis/media/qr.svg");
}

.content .content__quote::before {
  margin-right: 1vw;
  content: "";
  background-image: url("/sites/blauwhuis/media/ql.svg");
}

.content .content__quote::after, .content .content__quote::before {
  background-size: contain;
  width: 110px;
  display: block;
  height: 90px;
  background-repeat: no-repeat;
}

.details__sidebar {
  margin-top: -27px;
  width: calc(32% - 8vw);
  float: right;
  background-color: #0c2c6c;
  color: white;
  padding: 3vh 2vw 3vh 0;
}

.details__sidebar a {
  display: flex;
  align-items: center;
  padding: 3vh 1vw;
  color: white;
  text-decoration: none;
  font-family: Ruda;
  font-weight: 900;
  font-size: 1.43em;
}

.details__sidebar a:hover {
  background-color: #009cde;
}

.details__sidebar a:hover .details__icon--blue {
  filter: brightness(0) invert(1);
}

.details__sidebar a:hover .details__icon--white {
  display: inline;
}

.details__sidebar a .details__icon--blue {
  display: inline;
}

.details__sidebar a .details__icon--white {
  display: none;
}

.details__sidebar a img {
  width: 30px;
  margin-left: 1vw;
  margin-right: 1vw;
}

@media only screen and (max-width: 1210px) {
  .about:hover .about__image span {
    left: 5.5vw;
    top: 80px;
  }

  .about .about__image {
    margin-left: 1vw;
  }

  .about .about__image span {
    left: 5vw;
    top: 80px;
  }

  footer .footer__main--top .footer__content--top {
    width: 70%;
  }

  footer .footer__main--top .footer__content--top h3 {
    font-size: 1.5em;
  }

  footer .footer__main--top .footer__content--top div p {
    font-size: 1.4em;
  }

  footer .footer__main--top .footer__content--top div div div a {
    font-size: 1em;
  }

  footer .footer__main--top .footer__content--top div div span {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 1140px) {
  footer .footer__main--bottom {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1070px) {
  .quote .quote__text img {
    width: 40px;
  }
}
@media only screen and (max-width: 1070px) {
  .about:hover .about__image span {
    left: 5.2vw;
  }

  .about .about__image span {
    height: 250px;
  }

  .quote .quote__text img {
    width: 40px;
  }
}
@media only screen and (max-width: 986px) {
  .about {
    justify-content: space-between;
  }

  .about:hover .about__image span {
    left: 5.2vw;
    top: 50px;
  }

  .about .about__image {
    width: 30%;
  }

  .about .about__image span {
    height: 20vh;
    top: 50px;
  }

  .about .about__text {
    width: 60%;
  }

  .services__icons a {
    margin: 5vh 2vw;
  }
}
@media only screen and (max-width: 928px) {
  footer .footer__main--bottom div {
    width: 30%;
  }
}
@media only screen and (max-width: 766px) {
  footer .footer__main--bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .footer__main--bottom div {
    width: 80%;
    margin-bottom: 4vh;
  }

  footer .footer__main--bottom div div {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 904px) {
  .header__links div a {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 805px) {
  .header__links a img {
    width: 15vw;
  }

  .header__links div a {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 690px) {
  .header__links div a {
    font-size: 0.6em;
  }
}
@media only screen and (max-width: 606px) {
  .logo--top {
    width: 200px;
  }

  #phoneMenuIcon {
    display: block;
    margin-right: 3vw;
  }

  #phoneMenuIcon span {
    display: block;
    background-color: white;
    width: 3vw;
    height: 3px;
    margin: 4px 0;
  }

  .header__links {
    padding-top: 2vh;
  }

  .header__links div {
    display: none;
  }

  .services__icons a {
    margin: 5vh 2vw;
  }

  .about {
    flex-direction: column;
  }

  .about:hover .about__image span {
    top: 90px;
    left: 12vw;
  }

  .about:hover .about__image img {
    margin-left: 3vw;
  }

  .about .about__text {
    width: 80%;
  }

  .about .about__image {
    margin-bottom: 5vh;
    width: 80%;
  }

  .about .about__image span {
    top: 90px;
    height: 38vw;
    left: 12vw;
  }

  .content {
    width: calc(100% - 6vw);
    margin-left: 3vw;
    margin-right: 3vw;
  }
}
@media only screen and (max-width: 770px) {
  footer .footer__main--top .footer__content--top {
    width: calc(100% - 15vw);
  }
}
@media only screen and (max-width: 574px) {
  footer .footer__main--top .footer__content--top div {
    flex-direction: column;
  }

  footer .footer__main--top .footer__content--top div p {
    margin-bottom: 3vh;
  }

  footer .footer__main--top .footer__content--top div div {
    margin-left: 4.2vw;
    margin-bottom: 4vh;
    width: 80%;
  }
}
@media only screen and (max-width: 414px) {
  footer .footer__main--top .footer__content--top h3 {
    font-size: 1em;
  }

  footer .footer__main--top .footer__content--top div {
    flex-direction: column;
  }

  footer .footer__main--top .footer__content--top div p {
    width: 80%;
    font-size: 1em;
  }

  footer .footer__main--top .footer__content--top div div {
    margin-left: 4.2vw;
    margin-bottom: 4vh;
    width: 80%;
  }

  footer .footer__main--top .footer__content--top div div span {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1294px) {
  header h2 {
    font-size: 3em;
  }

  header p {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 876px) {
  .contact__sidebar {
    width: calc(32% - 6vw);
  }

  .contact__sidebar div a,
.contact__sidebar div span,
.contact__sidebar div p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 754px) {
  header h2 {
    font-size: 2.5em;
    margin-top: 20vh;
  }

  header p {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 532px) {
  header h2 {
    font-size: 2.5em;
    margin-top: 10vh;
  }

  header p {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 452px) {
  header h2 {
    font-size: 2em;
  }

  header p {
    font-size: 1em;
  }

  .services__icons a {
    margin: 5vh 2vw;
  }

  .services__icons a img {
    width: 4vw;
  }

  .services__icons a span {
    font-size: 0.8em;
  }

  .about:hover .about__image span {
    top: 11vh;
  }

  .about .about__image span {
    top: 11vh;
  }
}
@media only screen and (max-width: 862px) {
  .quote .quote__text div p {
    font-size: 1.1em;
  }

  .quote .quote__text div h6 {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 600px) {
  .quote {
    flex-direction: column;
  }

  .quote img {
    width: 100%;
  }

  .quote .quote__text {
    width: 90%;
    padding-bottom: 4vh;
  }

  .quote .quote__text div {
    margin-top: 5vh;
  }

  .quote .quote__text div p {
    font-size: 1em;
  }

  .quote .quote__text div h6 {
    font-size: 1em;
  }

  .quote .quote__text img {
    width: 40px;
  }

  #phoneMenuIcon span {
    width: 5vw;
  }

  footer .footer__main--top .footer__content--top h3 {
    width: 80%;
  }
}
@media only screen and (max-width: 386px) {
  footer .footer__main--top .footer__content--top h3 {
    margin-left: 7vw;
  }

  footer .footer__main--top .footer__content--top div {
    flex-direction: column;
    align-items: flex-start;
  }

  footer .footer__main--top .footer__content--top div div {
    margin-left: 7vw;
    margin-bottom: 6vh;
  }

  footer .footer__main--top .footer__content--top div p {
    margin-bottom: 4vh;
    margin-left: 7vw;
  }

  .header__links a img {
    width: 30vw;
  }
}
@media only screen and (max-width: 572px) {
  .services__icons {
    flex-direction: column;
  }

  .services__icons a img {
    width: 20vw;
  }

  .services__icons .icon__arrow--right {
    align-self: center;
  }
}
@media only screen and (max-width: 1134px) {
  .services__text h3,
.services__text p {
    width: 65vw;
    margin-right: 3vw;
  }
}
@media only screen and (max-width: 876px) {
  .services__text h3 {
    font-size: 2em;
  }

  .services__text p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 746px) {
  .services__image span {
    margin-top: 2vh;
  }
}
@media only screen and (max-width: 694px) {
  .services__item {
    flex-direction: column;
  }

  .services__image {
    width: 100%;
    margin-bottom: 2vh;
  }

  .services__text {
    margin-bottom: 5vh;
  }

  .services__text a,
.services__text h3,
.services__text p {
    display: block;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .services__image {
    height: 33vh;
  }

  .services__image img {
    width: 15vw;
  }
}
@media only screen and (max-width: 1100px) {
  .content__attribute h5 {
    font-size: 1.2em;
  }

  .content__attribute p {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 690px) {
  .content__attributes {
    flex-direction: column;
    align-items: center;
  }

  .content__attribute {
    width: 100%;
    margin-bottom: 1vh;
    margin-top: 2vh;
  }

  .content__attribute img {
    width: 30%;
  }
}
@media only screen and (max-width: 1110px) {
  .contact__sidebar a,
.contact__sidebar span {
    font-size: 1em;
  }
}
@media only screen and (max-width: 1012px) {
  .contact__form .contact__form--full input,
.contact__form .contact__form--small input {
    width: 100%;
  }

  .contact__form .contact__form--full textarea,
.contact__form .contact__form--small textarea {
    width: 100%;
  }

  .selector {
    width: 10vw;
  }

  .selector--full {
    width: 100%;
  }

  .contact__notice {
    width: 60%;
  }
}
@media only screen and (max-width: 900px) {
  .selector {
    width: 14vw;
  }

  .selector--full {
    width: 100%;
  }
}
@media only screen and (max-width: 852px) {
  .contact__sidebar a,
.contact__sidebar span {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 778px) {
  .contact__main {
    flex-direction: column;
  }

  .contact__form {
    width: calc(100% - 6vw);
  }

  .selector {
    width: 15vw;
  }

  .selector--full {
    width: 100%;
  }

  .contact__sidebar {
    margin-top: 4vh;
    width: 100%;
  }

  .contact__sidebar div {
    padding: 7vw;
    width: 100%;
  }

  .contact__sidebar div a,
.contact__sidebar div span,
.contact__sidebar div p {
    font-size: 1em;
    margin: 3vw 0;
  }

  .contact__notice {
    width: calc(100% - 12vw);
  }

  .contact__notice p {
    font-size: 1em;
    margin-top: 2vh;
  }
}
@media only screen and (max-width: 600px) {
  .selector {
    width: 30vw;
  }

  .selector--full {
    width: 100%;
  }
}
@media only screen and (max-width: 432px) {
  .contact__form .contact__form--small input {
    width: 70%;
  }

  .contact__form .contact__form--full input {
    width: 95%;
  }
}
@media only screen and (max-width: 414px) {
  .contact__notice {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .contact__notice p {
    width: 90%;
  }
}
@media only screen and (max-width: 350px) {
  .contact__form .contact__form--small input {
    width: 60%;
  }
}
@media only screen and (max-width: 284px) {
  .contact__form .contact__form--full input {
    width: 90%;
  }
}
@media only screen and (max-width: 1410px) {
  .frame {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .frame {
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .header__links div .header__link {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 842px) {
  .header__links div .header__link {
    font-size: 0.8em;
  }

  .services__icons a span {
    font-size: 1em;
  }
}
@media only screen and (max-width: 760px) {
  .header__links div .header__link {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 648px) {
  .header__links div .header__link {
    font-size: 0.6em;
  }
}
@media only screen and (max-width: 682px) {
  .content .content__link--more {
    padding: 2vw;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1026px) {
  .details__sidebar a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 772px) {
  .details__sidebar a {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 606px) {
  .details__sidebar {
    display: block;
    width: calc(100% - 2vw);
    margin-top: 4vh;
    float: none;
  }

  .details__sidebar a img {
    margin-left: 4vw;
    margin-right: 3vw;
  }
}
@media only screen and (min-width: 1650px) {
  .content {
    max-width: 1000px;
  }

  .details__sidebar a img {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.phone {
  width: 100%;
  height: 100vh;
  background-color: #1c2a46;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.phone iframe {
  background-color: white;
  border-style: none;
}

.phone a {
  color: white;
  background-color: #aaa;
  text-decoration: none;
  padding: 5px 2vw;
  margin-bottom: 2vh;
}

.back {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid white;
  border-bottom: 5px solid transparent;
  margin-right: 8px;
}
.exedit-on .content p {
  line-height: 1.6em !important;
}
.exedit-on .services__item a {
  min-width: 50px;
  display: inline-block;
}

.contact__form .fqrow {
  margin-bottom: 4vh;
}
.contact__form .fq_row_label_colon {
  display: none;
}
.contact__form #salutation {
  width: 8vw;
  clear: none;
  float: left;
}
.contact__form #fq_salutation, .contact__form #fq_question_select {
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  font-weight: normal;
  color: #0c2c6c;
  line-height: 1.3;
  padding: 2.2vh 0 2.2vh 1vw;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23bababa%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.contact__form #fq_salutation::-ms-expand, .contact__form #fq_question_select::-ms-expand {
  display: none;
}
.contact__form #fq_salutation:hover, .contact__form #fq_question_select:hover {
  border-color: #888;
}
.contact__form #fq_salutation:focus, .contact__form #fq_question_select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.contact__form #fq_salutation option, .contact__form #fq_question_select option {
  font-weight: normal;
}
.contact__form #name {
  clear: none;
  float: left;
  width: calc(100% - 10vw) !important;
  margin-left: 1vw;
}
.contact__form #name .fq_label {
  height: 28px;
}
.contact__form .required,
.contact__form .required-cont {
  display: none;
}
.contact__form .error-msg {
  color: red;
}
.contact__form .fq_input {
  width: 100%;
}
.contact__form .fq_input input {
  font-family: "Roboto Slab";
  color: #293149;
  margin-top: 2vh;
  width: calc(90% - 3vw);
  border-style: none;
  padding: 2.2vh 0 2.2vh 1vw;
  font-size: 1.2em;
  background-color: white;
  border-radius: 6px;
  border-style: solid;
  border-color: #bbb;
  border-width: thin;
  transition: all 0.5s;
}
.contact__form .fq_input input:focus {
  box-shadow: 0 0 10px -1px rgba(51, 55, 59, 0.2);
}
.contact__form .fq_input select {
  border-radius: 6px;
  border-style: solid;
  border-color: #bbb;
  border-width: thin;
  margin-top: 2vh;
  position: relative;
  padding: 2.2vh 0 2.2vh 1vw;
  font-size: 1.13em;
  font-family: "Roboto Slab";
  width: calc(90% - 2vw) !important;
}
.contact__form .fq_input select#fq_salutation {
  width: 100% !important;
}
.contact__form .fq_input textarea {
  font-family: "Roboto Slab";
  color: #293149;
  border-radius: 4px;
  border-style: solid;
  border-color: #bbb;
  border-width: thin;
  width: calc(90% - 4vw);
  width: calc(90% - 4vw);
  resize: none;
  margin: 2vh 0 0;
  background-color: white;
  padding: 1vw;
  height: 26vh;
  transition: all 0.5s;
  font-size: 1.13em;
  font-family: "Roboto Slab";
}
.contact__form .fq_input textarea:focus {
  box-shadow: 0 0 10px -1px rgba(51, 55, 59, 0.2);
}
.contact__form .ocmssubmit {
  margin-top: 1vh;
  cursor: pointer;
  background: linear-gradient(0deg, #ffca29 0%, #f1b90f 100%);
  border-radius: 4px;
  color: white;
  padding: 17px 3vw;
  border-style: none;
  transition: all 0.5s;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  width: auto !important;
}
.contact__form .ocmssubmit:hover {
  padding: 17px 3.2vw;
}

@media only screen and (max-width: 1302px) {
  footer .footer__main--bottom div table {
    font-size: 0.9em;
    border-collapse: collapse;
  }
}
@media only screen and (max-width: 1178px) {
  footer .footer__main--bottom div table {
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 766px) {
  footer .footer__main--bottom div table {
    font-size: 1em;
  }
}
@media only screen and (max-width: 334px) {
  footer .footer__main--bottom div table {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 306px) {
  footer .footer__main--bottom div table {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 1178px) {
  .contact__form #salutation {
    width: 10vw;
  }

  .contact__form #name {
    width: calc(100% - 12vw) !important;
  }
}
@media only screen and (max-width: 984px) {
  .contact__form #salutation {
    width: 12vw;
  }

  .contact__form #name {
    width: calc(100% - 14vw) !important;
  }
}
@media only screen and (max-width: 818px) {
  .contact__form #salutation {
    width: 14vw;
  }

  .contact__form #name {
    width: calc(100% - 16vw) !important;
  }
}
@media only screen and (max-width: 700px) {
  .contact__form #salutation {
    width: 18vw;
  }

  .contact__form #name {
    width: calc(100% - 20vw) !important;
  }
}
@media only screen and (max-width: 550px) {
  .contact__form span {
    font-size: 1em;
  }

  .contact__form .fq_input select {
    margin-top: 3vh;
  }
}
@media only screen and (max-width: 392px) {
  .contact__form #salutation {
    width: 22vw;
  }

  .contact__form #name {
    width: calc(100% - 24vw) !important;
  }
}
.exedit-on .showonexedit {
  display: inherit;
}

.ff-exo-form#form_978 {
  width: 70%;
}
.ff-exo-form#form_978 .form-group {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 4vh;
  margin-top: 5px;
}
.ff-exo-form#form_978 .form-group label {
  display: block;
  height: 28px;
}
.ff-exo-form#form_978 .form-group input {
  font-family: "Roboto Slab";
  color: #293149;
  margin-top: 2vh;
  width: 100%;
  padding: 2.2vh 0 2.2vh 1vw;
  font-size: 1.2em;
  background-color: white;
  border-radius: 6px;
  border-style: solid;
  border-color: #bbb;
  border-width: thin;
  transition: all 0.5s;
  box-sizing: border-box;
}
.ff-exo-form#form_978 .form-group select {
  margin-top: 2vh;
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  font-weight: normal;
  color: #0c2c6c;
  line-height: 1.3;
  padding: 2.2vh 0 2.2vh 1vw;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23bababa%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.ff-exo-form#form_978 .form-group textarea {
  font-family: "Roboto Slab";
  color: #293149;
  border-radius: 4px;
  border-style: solid;
  border-color: #bbb;
  border-width: thin;
  width: 100%;
  resize: none;
  margin: 2vh 0 0;
  background-color: white;
  padding: 1vw;
  height: 26vh;
  transition: all 0.5s;
  font-size: 1.13em;
  font-family: "Roboto Slab";
  box-sizing: border-box;
}
.ff-exo-form#form_978 .form-group[data-aire-for=salutation] {
  width: 8vw;
  clear: none;
  float: left;
}
.ff-exo-form#form_978 .form-group[data-aire-for=name] {
  clear: none;
  float: left;
  width: calc(100% - 10vw) !important;
  padding-left: 2vw;
}
.ff-exo-form#form_978 button[type=submit] {
  margin-top: 1vh;
  cursor: pointer;
  background: linear-gradient(0deg, #ffca29 0%, #f1b90f 100%);
  border-radius: 4px;
  color: white;
  padding: 17px 3vw;
  border-style: none;
  transition: all 0.5s;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  width: auto !important;
}
.ff-exo-form#form_978 button[type=submit] span {
  color: white;
  font-size: 1.4rem;
}
.ff-exo-form#form_978 button[type=submit]:hover {
  padding: 17px 3.2vw;
}