/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,900");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Gotham-Black";
  src: url("../fonts/Gotham-Black.otf");
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.otf");
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.otf");
}
@font-face {
  font-family: "Gotham-BookItalic";
  src: url("../fonts/Gotham-BookItalic.otf");
}
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.otf");
}
@font-face {
  font-family: "Gotham-LightItalic";
  src: url("../fonts/Gotham-LightItalic.otf");
}
@font-face {
  font-family: "Gotham-Thin";
  src: url("../fonts/Gotham-Thin.otf");
}
@font-face {
  font-family: "Gotham-ThinItalic";
  src: url("../fonts/Gotham-ThinItalic.otf");
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

body {
  margin: 0;
  line-height: 1.3;
}

a {
  text-decoration: none;
}

nav {
  position: absolute;
}
nav .menutoggle-hamburger {
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 1000000;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
nav .menutoggle-hamburger .button-nav-hamburger {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
@media only screen and (min-width: 1030px) {
  nav .menutoggle-hamburger .button-nav-hamburger {
    z-index: 0;
  }
}
nav .menutoggle-hamburger .logo-nav-hamburger {
  display: block;
  width: 50px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .menutoggle-hamburger .menu-hamburger {
  position: absolute;
  width: 500px;
  height: 100vh;
  margin: -120px 0 0 -200px;
  padding: 140px 50px 50px 50px;
  text-align: right;
  background: #c00000;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media only screen and (min-width: 1030px) {
  nav .menutoggle-hamburger .menu-hamburger {
    display: none;
  }
}
@media only screen and (min-width: 1900px) {
  nav .menutoggle-hamburger .menu-hamburger {
    margin: -120px 0 0 -430px;
  }
}
nav .menutoggle-hamburger .menu-hamburger li {
  padding: 10px 0;
  font-size: 22px;
  padding-right: 60%;
}
@media only screen and (min-width: 1900px) {
  nav .menutoggle-hamburger .menu-hamburger li {
    padding-right: 10%;
  }
}
nav .menutoggle-hamburger .menu-hamburger li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  nav .menutoggle-hamburger .menu-hamburger li a {
    font-size: 1.2em;
  }
}
nav .menutoggle-hamburger .menu-hamburger li a:hover {
  color: #c00000;
}

/* Slide it in from the left */
#menuToggle-hamburger input:checked ~ ul {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.test-hamburger {
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 1000000;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.test-hamburger .button-nav-hamburger {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
.test-hamburger .logo-nav-hamburger {
  display: block;
  width: 60px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.test-hamburger .menu-hamburger {
  position: absolute;
  width: 500px;
  height: 100vh;
  margin: -120px 0 0 -200px;
  padding: 140px 50px 50px 50px;
  text-align: right;
  background: #c00000;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media only screen and (min-width: 1900px) {
  .test-hamburger .menu-hamburger {
    margin: -120px 0 0 -430px;
  }
}
.test-hamburger .menu-hamburger li {
  padding: 10px 0;
  font-size: 22px;
  padding-right: 60%;
}
@media only screen and (min-width: 1900px) {
  .test-hamburger .menu-hamburger li {
    padding-right: 10%;
  }
}
.test-hamburger .menu-hamburger li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .test-hamburger .menu-hamburger li a {
    font-size: 1.2em;
  }
}
.test-hamburger .menu-hamburger li a:hover {
  color: #c00000;
}

#nav-desktop {
  display: none;
}
@media only screen and (min-width: 1030px) {
  #nav-desktop {
    display: block;
    position: absolute;
    top: 50px;
    right: 180px;
  }
}
#nav-desktop .menuToggle {
  top: 50px;
  right: 130px;
  position: fixed;
}
#nav-desktop .menuToggle .menu-desktop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
#nav-desktop .menuToggle .menu-desktop ul li {
  list-style: none;
  margin-right: 20px;
}
@media only screen and (min-width: 1900px) {
  #nav-desktop .menuToggle .menu-desktop ul li {
    margin-right: 40px;
  }
}
#nav-desktop .menuToggle .menu-desktop ul li a {
  font-weight: 700;
  color: #272c2f;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1900px) {
  #nav-desktop .menuToggle .menu-desktop ul li a {
    font-size: 1.5em;
  }
}

.test-1 {
  display: none;
}

header {
  height: 70vh;
}
#home-header {
  background-image: url("../img/header-back01.jpg");
  background-size: cover;
  background-position: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home-header img {
  width: 40%;
  min-width: 200px;
  max-width: 500px;
}

#wadogs-header {
  background-image: url("../img/header-back02.jpg");
  background-size: cover;
  background-position: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#wadogs-header h1 {
  text-align: center;
  font-family: "Vollkorn", serif;
  font-size: 3em;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #wadogs-header h1 {
    font-size: 4em;
  }
}

#asreco-header {
  background-image: url("../img/header-back03.jpg");
  background-size: cover;
  background-position: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#asreco-header h1 {
  text-align: center;
  font-family: "Vollkorn", serif;
  font-size: 3em;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #asreco-header h1 {
    font-size: 4em;
  }
}

#contact-header {
  background-image: url("../img/header-back04.jpg");
  background-size: cover;
  background-position: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact-header h1 {
  text-align: center;
  font-family: "Vollkorn", serif;
  font-size: 3em;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #contact-header h1 {
    font-size: 4em;
  }
}

.main {
  padding: 50px 0;
}
@media only screen and (min-width: 1024px) {
  .main {
    padding: 100px 0;
  }
}

#home-main #hm-intro {
  padding: 0 50px 50px 50px;
}
@media only screen and (min-width: 1024px) {
  #home-main #hm-intro {
    padding: 0 50px 100px 50px;
  }
}
#home-main #hm-intro p {
  text-align: center;
  font-size: 1em;
  margin: auto;
  max-width: 450px;
}
@media only screen and (min-width: 1440px) {
  #home-main #hm-intro p {
    max-width: 600px;
  }
}
#home-main #hm-intro p span {
  font-weight: bolder;
}
#home-main #hm-years {
  padding: 50px;
  background-image: url("../img/suisse-back01.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 1024px) {
  #home-main #hm-years {
    padding: 100px;
  }
}
@media only screen and (min-width: 1900px) {
  #home-main #hm-years {
    padding: 100px 30vw;
  }
}
#home-main #hm-years p {
  color: #fff;
}
#home-main #hm-years p a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
}
#home-main #hm-years p:nth-child(1) {
  font-size: 2em;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  #home-main #hm-years p:nth-child(1) {
    max-width: 380px;
  }
}
@media only screen and (min-width: 1440px) {
  #home-main #hm-years p:nth-child(1) {
    font-size: 2.5em;
  }
}
#home-main #hm-years p:nth-child(2) {
  font-size: 1em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #home-main #hm-years p:nth-child(2) {
    max-width: 750px;
  }
}
#home-main #hm-copy {
  padding: 50px;
}
@media only screen and (min-width: 1024px) {
  #home-main #hm-copy {
    padding: 100px 50px;
  }
}
#home-main #hm-copy p {
  color: #272c2f;
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  #home-main #hm-copy p {
    font-size: 1em;
    max-width: 700px;
  }
}
#home-main #hm-copy p span {
  font-weight: 900;
}
#home-main #hm-copy p a {
  font-weight: 900;
  text-decoration: underline;
  color: #c00000;
}
#home-main #hm-phrase {
  padding: 50px;
}
#home-main #hm-contact {
  padding: 50px;
  text-align: center;
}
#home-main #hm-contact h4 {
  font-family: "Vollkorn", serif;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 768px) {
  #home-main #hm-contact h4 {
    font-size: 2em;
  }
}
#home-main #hm-contact .ct-wecare {
  font-weight: lighter;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1;
  margin-top: 0;
  margin-bottom: 30px;
}
#home-main #hm-contact p {
  color: #8E8E8E;
  max-width: 350px;
  margin: auto;
  font-size: 1.2em;
}
#home-main #hm-contact p span {
  font-weight: bolder;
}
#home-main #hm-contact p:nth-child(3) {
  font-weight: bolder;
  margin-bottom: 15px;
}

#wadogs-main {
  padding-bottom: 0;
}
#wadogs-main #wm-intro {
  padding: 0 50px 50px 50px;
}
@media only screen and (min-width: 1024px) {
  #wadogs-main #wm-intro {
    padding: 0 50px 100px 50px;
  }
}
#wadogs-main #wm-intro p {
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  margin: 15px auto;
  max-width: 600px;
}
@media only screen and (min-width: 1440px) {
  #wadogs-main #wm-intro p {
    max-width: 800px;
  }
}
#wadogs-main #wm-items {
  padding: 50px;
}
@media only screen and (min-width: 768px) {
  #wadogs-main #wm-items {
    padding: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  #wadogs-main #wm-items {
    padding: 50px 30vw 100px 30vw;
  }
}
#wadogs-main #wm-items hr {
  height: 2px;
  border: 0;
  width: 150px;
  background-color: #272c2f;
}
#wadogs-main #wm-items h3 {
  text-align: center;
  font-family: "Vollkorn", serif;
  font-size: 1.5em;
  font-weight: 700;
}
#wadogs-main #wm-items h3 span {
  font-size: 1em;
  font-weight: 300;
}
#wadogs-main #wm-items .wmi-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
@media only screen and (min-width: 768px) {
  #wadogs-main #wm-items .wmi-row:nth-child(1) {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  #wadogs-main #wm-items .wmi-row:nth-child(2) {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#wadogs-main #wm-phrase {
  padding: 50px;
}
@media only screen and (min-width: 768px) {
  #wadogs-main #wm-phrase {
    padding: 100px 50px;
  }
}
#asreco-main {
  padding-bottom: 0;
}
#asreco-main #asm-intro {
  padding: 0 50px 50px 50px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  #asreco-main #asm-intro {
    padding: 0 50px 100px 50px;
  }
}
#asreco-main #asm-intro p {
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  margin: auto;
  max-width: 600px;
}
@media only screen and (min-width: 1440px) {
  #asreco-main #asm-intro p {
    max-width: 600px;
  }
}
#asreco-main #asm-intro div {
  padding: 50px 0;
  max-width: 500px;
  margin: auto;
}
#asreco-main #asm-intro div h2 {
  font-family: "Vollkorn", serif;
  font-size: 2em;
  font-weight: 700;
  color: #272c2f;
}
#asreco-main #asm-intro div p {
  margin: 15px 0;
}
#asreco-main #asm-intro div p span {
  font-weight: 700;
}
#asreco-main #asm-phrase {
  padding: 50px;
}
@media only screen and (min-width: 768px) {
  #asreco-main #asm-phrase {
    padding: 100px 50px;
  }
}
#asreco-main #asm-iam {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  #asreco-main #asm-iam {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1440px) {
  #asreco-main #asm-iam {
    padding: 50px 30vw 100px 30vw;
  }
}
#asreco-main #asm-iam h2 {
  font-family: "Vollkorn", serif;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #272c2f;
}
#asreco-main #asm-iam p {
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  margin: auto;
}
#asreco-main #asm-iam p span {
  font-weight: 900;
  margin: auto;
}
#asreco-main #asm-iam img {
  width: 300px;
}
#asreco-main #asm-iam .iam-row {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  #asreco-main #asm-iam .iam-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#asreco-main #asm-iam .iam-row div {
  padding: 50px;
}
#asreco-main #asm-iam .iam-row div ul li {
  font-family: "Vollkorn", serif;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #asreco-main #asm-iam .iam-row div:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#asreco-main #asm-iam .iam-row .iam-list {
  background-color: #272c2f;
}
@media only screen and (min-width: 1440px) {
  #asreco-main #asm-iam .iam-row .iam-list {
    width: 400px;
  }
}
#asreco-main #asm-press {
  padding: 50px;
}
@media only screen and (min-width: 768px) {
  #asreco-main #asm-press {
    padding: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  #asreco-main #asm-press {
    padding: 50px 30vw;
  }
}
#asreco-main #asm-press hr {
  height: 2px;
  border: 0;
  width: 150px;
  background-color: #272c2f;
}
#asreco-main #asm-press h2 {
  font-family: "Vollkorn", serif;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #272c2f;
}
#asreco-main #asm-press h3 {
  text-align: left;
  font-size: 1.5em;
  font-weight: 700;
  color: #787777;
  margin-bottom: 10px;
}
#asreco-main #asm-press p {
  font-size: 0.8em;
  font-weight: 400;
  color: #787777;
  max-width: 200px;
}
#asreco-main #asm-press p span {
  font-weight: 900;
}
#asreco-main #asm-press .asp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  #asreco-main #asm-press .asp-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}
#asreco-main #asm-press .asp-row hr {
  margin-left: 0;
}
#asreco-main #asm-press .asp-row div {
  margin: auto;
}
#asreco-main #asm-partners {
  padding: 50px;
}
@media only screen and (min-width: 768px) {
  #asreco-main #asm-partners {
    padding: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  #asreco-main #asm-partners {
    padding: 50px 30vw;
  }
}
#asreco-main #asm-partners hr {
  height: 2px;
  border: 0;
  width: 150px;
  background-color: #272c2f;
}
#asreco-main #asm-partners h2 {
  font-family: "Vollkorn", serif;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #272c2f;
}
#asreco-main #asm-partners p {
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  margin: auto;
}
#asreco-main #asm-partners div {
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}
@media only screen and (min-width: 768px) {
  #asreco-main #asm-partners div {
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
#asreco-main #asm-partners div img {
  width: 100%;
  max-width: 200px;
  margin: auto;
}

#contact-main {
  padding: 0 0 100px 0;
}
#contact-main #cm-contact {
  padding: 50px;
  text-align: center;
}
#contact-main #cm-contact h4 {
  font-family: "Vollkorn", serif;
  font-size: 1.5em;
  font-weight: 500;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) {
  #contact-main #cm-contact h4 {
    font-size: 2em;
  }
}
#contact-main #cm-contact p {
  color: #8E8E8E;
  max-width: 350px;
  margin: auto;
  font-size: 1.2em;
}
#contact-main #cm-contact p span {
  font-weight: bolder;
}
#contact-main #cm-contact p:nth-child(3) {
  font-weight: bolder;
  margin-bottom: 15px;
}

footer {
  background-color: #3E4345;
}
footer .footer-copy {
  padding: 20px 50px;
  background-color: #3E4345;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 1900px) {
  footer .footer-copy {
    padding: 50px 20vw;
  }
}
footer .footer-copy div {
  width: 100%;
}
@media only screen and (min-width: 700px) {
  footer .footer-copy div {
    width: 60%;
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy div {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy div:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
footer .footer-copy div:nth-child(1) div {
  height: auto;
}
footer .footer-copy div:nth-child(1) div img {
  width: 200px;
}
footer .footer-copy div:nth-child(2), footer .footer-copy div:nth-child(3) {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy div:nth-child(2), footer .footer-copy div:nth-child(3) {
    height: 100%;
  }
}
footer .footer-copy div:nth-child(2) h5, footer .footer-copy div:nth-child(3) h5 {
  color: #fff;
  font-family: "Vollkorn", serif;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .footer-copy div:nth-child(2) p, footer .footer-copy div:nth-child(3) p {
  color: #fff;
  font-size: 1em;
  margin: 5px 0;
}
footer .footer-copy div:nth-child(2) p span, footer .footer-copy div:nth-child(3) p span {
  font-weight: 900;
}
footer .footer-copy div:nth-child(2) p:nth-child(2) {
  max-width: 300px;
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy div:nth-child(2) p:nth-child(2) {
    margin: auto;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy div:nth-child(3) {
    max-width: 40%;
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-copy div:nth-child(3) p {
    font-size: 1em;
  }
}
footer .footer-legal {
  padding: 10px 50px;
  background-color: #3E4345;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  footer .footer-legal {
    padding: 5px 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1900px) {
  footer .footer-legal {
    padding: 10px 25vw;
  }
}
footer .footer-legal div {
  padding: 10px 0;
  width: 100%;
}
footer .footer-legal p {
  color: #fff;
  font-size: 1em;
}
@media only screen and (min-width: 700px) {
  footer .footer-legal p {
    width: 60%;
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-legal p {
    width: auto;
    margin: 0;
    font-size: 0.8em;
  }
}
footer .footer-legal p span {
  color: #fff;
}
footer .footer-legal div:nth-child(2) {
  text-align: left;
}
@media only screen and (min-width: 700px) {
  footer .footer-legal div:nth-child(2) {
    width: 60%;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-legal div:nth-child(2) {
    width: 100%;
    text-align: right;
  }
}
footer .footer-legal div:nth-child(2) a img {
  width: 100px;
}
@media only screen and (min-width: 700px) {
  footer .footer-legal div:nth-child(2) a img {
    width: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-legal div:nth-child(2) a img {
    width: 80px;
  }
}

.phrase hr {
  height: 2px;
  border: 0;
  width: 200px;
  background-color: #272c2f;
}
.phrase p {
  text-align: center;
  font-family: "Vollkorn", serif;
  font-size: 1.5em;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .phrase p {
    font-size: 2em;
    max-width: 700px;
    margin: 25px auto;
  }
}

.wecare {
  font-weight: lighter;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1;
  margin-top: 0;
  margin-bottom: 30px;
}

.our-services {
  padding: 50px;
  background-color: #272c2f;
}
@media only screen and (min-width: 1900px) {
  .our-services {
    padding: 50px 30vw;
  }
}
.our-services p {
  font-family: "Vollkorn", serif;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.our-services .servicelist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .our-services .servicelist {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    padding: 50px 0;
  }
}
.our-services .servicelist div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.our-services .servicelist div img {
  width: 50px;
}
.our-services .servicelist div h3 {
  color: #fff;
  font-family: "Vollkorn", serif;
  font-size: 0.6em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .our-services .servicelist div h3 {
    font-size: 1em;
  }
}

.swiss {
  padding: 50px;
  background-image: url("../img/swiss-back.jpg");
  background-position: right;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .swiss {
    padding: 150px 100px;
  }
}
@media only screen and (min-width: 1900px) {
  .swiss {
    padding: 150px 30vw;
  }
}
.swiss p {
  color: #272c2f;
}
.swiss p:nth-child(1) {
  font-family: "Vollkorn", serif;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  margin: 15px 0;
  text-align: right;
}
@media only screen and (min-width: 1440px) {
  .swiss p:nth-child(1) {
    font-size: 2.5em;
  }
}
.swiss p:nth-child(2) {
  font-size: 1em;
  text-align: right;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .swiss p:nth-child(2) {
    max-width: 400px;
  }
}

/* --- Required CSS (not customizable) --- */
.ver-nota {
  font-size: 1em;
  font-weight: 800;
  margin: 15px 0;
  color: #272c2f;
}

.modal {
  display: none;
}

.modal:target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* --- Required CSS (customizable) --- */
.modal {
  text-align: left;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  cursor: default;
}
.modal .modal__content {
  min-width: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .modal__content .modal__close {
  color: initial;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.5rem;
  display: inline-block;
}
.modal .modal__content div img {
  height: 80vh;
  margin: auto;
}

.modal:target {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=main.css.map */