@charset "UTF-8";

@media only screen and (min-width: 1301px) {
  #mainnav {
    display: block !important;
  }
}

@media only screen and (max-width: 1500px) {
  #header .logo {
    float: left;
    position: static;
    transform: initial;
  }
}

@media only screen and (max-width: 1000px) {
  :root {
    --header-height: 85px;
  }

  #header .menu-toggle {
    display: block;
  }

  #header .logo img {
    width: 80px;
  }

  #mainnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background-color: var(--background-color);
  }

  .mainmenu {
    margin: 0;
    text-align: center;
  }

  .mainmenu .child {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  .mainmenu .child a {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
  }

  .icon-text-list {
    gap: 4rem;
  }

  .icon-text-list .icon-text {
    flex: 0 1 calc(50% - 5rem);
    max-width: calc(50% - 5rem);
    width: 50%;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-wrapper .map-canvas {
    order: 1;
    width: 100%;
  }

  .contact-wrapper .forms {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }

  .forms .form-sent p {
    padding: 2em 0;
  }
}

@media only screen and (max-width: 720px) {
  :root {
    --site-padding: 18px;
  }

  body {
    font-size: 16px;
  }

  section .image-cover.format-text-box {
    padding: 8%;
  }

  section .image-cover.format-text-box .image-cover-text {
    float: none;
    width: 100%;
    min-width: auto;
    padding: 2em;
  }

  .icon-text-list .icon-text p {
    font-size: 1em;
  }

  section .image-cover.format-text-center .image-cover-text,
  section .image-cover.format-text-icon .image-cover-text {
    font-size: 1em;
  }

  section .image-cover .image-cover-text br {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .icon-text-list {
    flex-direction: column;
    gap: 1rem;
  }

  .icon-text-list .icon-text {
    max-width: 250px;
    width: auto;
    margin: 0 auto;
  }
}