/*!
 * thuispartners v1.0.0
 * 
 * (c) 2019 R. Merkelbach
 * ISC License
 */

@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,700");
@import url("https://use.typekit.net/rsv5ijn.css");
/* line 1, src/scss/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 22, src/scss/_reset.scss */
:focus {
  outline: 0;
}

/* line 28, src/scss/_reset.scss */
body {
  line-height: 1;
  color: black;
  background: white;
}

/* line 36, src/scss/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 43, src/scss/_reset.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 50, src/scss/_reset.scss */
img, figure {
  display: block;
  margin: 0;
  border: none;
}

/* line 58, src/scss/_reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* line 65, src/scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

/* line 71, src/scss/_reset.scss */
blockquote, q {
  quotes: "" "";
}

/* line 5, src/scss/main.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 11, src/scss/main.scss */
body {
  background-color: #ECE0DA;
  font-family: "Maven Pro",sans-serif;
}

/* line 18, src/scss/main.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "mrs-eaves",serif;
  font-style: italic;
  font-weight: 200;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

/* line 34, src/scss/main.scss */
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 6px;
}

/* line 42, src/scss/main.scss */
h1 {
  font-size: 65px;
  color: #CC2616;
  line-height: 55px;
}

/* line 50, src/scss/main.scss */
h2 {
  font-size: 65px;
  color: #CC2616;
  line-height: 55px;
}

/* line 57, src/scss/main.scss */
h3 {
  font-size: 37px;
  color: #ECBD52;
  line-height: 28px;
}

/* line 65, src/scss/main.scss */
h4 {
  font-size: 24px;
  color: #CC2616;
  line-height: 22px;
}

/* line 73, src/scss/main.scss */
h5 {
  font-size: 24px;
  color: #CC2616;
  line-height: 22px;
}

/* line 81, src/scss/main.scss */
h6 {
  font-size: 1em;
}

/* line 87, src/scss/main.scss */
h2 + h3 {
  margin-top: 35px;
}

/* line 93, src/scss/main.scss */
h3 + h5 {
  margin-top: 30px;
}

/* line 99, src/scss/main.scss */
h1 + p, h1 + ol, h1 + ul {
  margin-top: 15px;
}

/* line 100, src/scss/main.scss */
h2 + p, h2 + ol, h2 + ul {
  margin-top: 15px;
}

/* line 101, src/scss/main.scss */
h3 + p, h3 + ol, h3 + ul {
  margin-top: 5px;
}

/* line 102, src/scss/main.scss */
h4 + p, h4 + ol, h4 + ul {
  margin-top: 5px;
}

/* line 103, src/scss/main.scss */
h5 + p, h5 + ol, h5 + ul {
  margin-top: 5px;
}

/* line 105, src/scss/main.scss */
p + h1, ul + h1, ol + h1 {
  margin-top: 40px;
}

/* line 106, src/scss/main.scss */
p + h2, ul + h2, ol + h2 {
  margin-top: 40px;
}

/* line 107, src/scss/main.scss */
p + h3, ul + h3, ol + h3 {
  margin-top: 40px;
}

/* line 108, src/scss/main.scss */
p + h4, ul + h4, ol + h4 {
  margin-top: 40px;
}

/* line 109, src/scss/main.scss */
p + h5, ul + h5, ol + h5 {
  margin-top: 40px;
}

/* line 115, src/scss/main.scss */
.row.alignment--center > .column--large > *:first-child {
  margin-top: 100px;
}

/* line 126, src/scss/main.scss */
p, li {
  font-weight: 400;
  font-size: 18px;
  color: #4D1900;
  line-height: 27px;
}

/* line 133, src/scss/main.scss */
p a, li a {
  color: #CC2616;
  font-weight: bold;
  font-style: normal;
}

/* line 143, src/scss/main.scss */
ul {
  list-style: disc;
}

/* line 144, src/scss/main.scss */
ol {
  list-style: decimal;
}

/* line 146, src/scss/main.scss */
ul, ol {
  padding-left: 25px;
}

/* line 150, src/scss/main.scss */
ul li + li, ol li + li {
  margin-top: 10px;
}

/* line 154, src/scss/main.scss */
p + p, ul + p {
  margin-top: 32px;
}

/* line 160, src/scss/main.scss */
p + ul, p + ol {
  margin-top: 18px;
}

/* line 166, src/scss/main.scss */
b, strong {
  font-weight: 700;
}

/* line 172, src/scss/main.scss */
.submenu li {
  list-style: none !important;
}

/* line 178, src/scss/main.scss */
.hero-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 1024px) {
  /* line 193, src/scss/main.scss */
  nav.nav-default {
    display: block;
    position: relative;
    padding: 30px 40px 50px 40px;
  }
  /* line 199, src/scss/main.scss */
  nav.nav-default > ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* line 207, src/scss/main.scss */
  nav.nav-default > ul > li {
    list-style: none;
    position: relative;
  }
  /* line 212, src/scss/main.scss */
  nav.nav-default > ul > li + li {
    margin: 0;
  }
  /* line 214, src/scss/main.scss */
  nav.nav-default > ul > li a {
    color: #4D1900;
    -webkit-font-smoothing: subpixel;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 17px;
    text-decoration: none;
  }
  /* line 225, src/scss/main.scss */
  nav.nav-default > ul > li.separator {
    width: 2px;
    height: 27px;
    background-color: #CC2616;
  }
  /* line 233, src/scss/main.scss */
  nav.nav-default > ul > li.has-descendants:after {
    content: " ";
    position: absolute;
    bottom: -2px;
    right: calc(50% - 2px);
    margin: 0 0 0 0px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #cc2616;
  }
  /* line 250, src/scss/main.scss */
  nav.nav-default > ul > li .submenu:after {
    content: " ";
    position: absolute;
    top: 6px;
    right: calc(50% - 2px);
    margin: 0 0 0 0px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #cc2616;
  }
  /* line 271, src/scss/main.scss */
  nav.nav-boxed {
    background-color: #ECBD52;
    border-radius: 0 0 34px 0;
    display: block;
    position: relative;
    padding: 25px 40px 25px 40px;
    margin: 15px 0 50px 0;
  }
  /* line 280, src/scss/main.scss */
  nav.nav-boxed > ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* line 288, src/scss/main.scss */
  nav.nav-boxed > ul > li {
    list-style: none;
    position: relative;
    /*

                    &.has-descendants .submenu:after {

                        content: " ";
                        position: absolute;
                        top: 6px;
                        right: calc(50% - 2px);
                        margin: 0 0 0 0px;
                        width: 0;
                        height: 0;
                        border-left: 4px solid transparent;
                        border-right: 4px solid transparent;
                        border-bottom: 4px solid #cc2616;

                    }

                    */
  }
  /* line 293, src/scss/main.scss */
  nav.nav-boxed > ul > li + li {
    margin: 0;
  }
  /* line 295, src/scss/main.scss */
  nav.nav-boxed > ul > li a {
    color: #FFFFFF;
    -webkit-font-smoothing: subpixel;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
  }
  /* line 306, src/scss/main.scss */
  nav.nav-boxed > ul > li.separator {
    width: 2px;
    height: 27px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  /* line 314, src/scss/main.scss */
  nav.nav-boxed > ul > li.has-descendants:after {
    content: " ";
    position: absolute;
    bottom: -7px;
    right: calc(50% - 2px);
    margin: 0 0 0 0px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.6);
  }
  /* line 329, src/scss/main.scss */
  nav.nav-boxed > ul > li.has-descendants:hover:after {
    opacity: 0;
  }
  /* line 361, src/scss/main.scss */
  nav.nav-boxed > ul > li .submenu, nav.nav-default > ul > li .submenu {
    display: block;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 22px;
    width: 180px;
    margin-left: -90px;
    z-index: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  /* line 374, src/scss/main.scss */
  nav.nav-boxed > ul > li .submenu > ul, nav.nav-default > ul > li .submenu > ul {
    background-color: #ffffff;
    padding: 20px;
    border-top: 5px solid #CC2616;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 0 0 0;
    border-radius: 10px 10px 5px 5px;
  }
  /* line 384, src/scss/main.scss */
  nav.nav-boxed > ul > li .submenu > ul > li, nav.nav-default > ul > li .submenu > ul > li {
    margin: 0;
    list-style: none;
  }
  /* line 389, src/scss/main.scss */
  nav.nav-boxed > ul > li .submenu > ul > li + li, nav.nav-default > ul > li .submenu > ul > li + li {
    margin: 10px 0 0 0;
  }
  /* line 391, src/scss/main.scss */
  nav.nav-boxed > ul > li .submenu > ul > li a, nav.nav-default > ul > li .submenu > ul > li a {
    font-size: 14px;
    text-transform: none;
    line-height: 18px;
    display: block;
    color: #4d1900;
  }
  /* line 399, src/scss/main.scss */
  nav.nav-boxed > ul > li .submenu > ul > li a:hover, nav.nav-default > ul > li .submenu > ul > li a:hover {
    color: #CC2616;
  }
  /* line 411, src/scss/main.scss */
  nav.nav-boxed > ul > li:hover > .submenu, nav.nav-default > ul > li:hover > .submenu {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    padding: 10px 0 0 0;
    visibility: visible;
  }
  /* line 422, src/scss/main.scss */
  nav.nav-boxed > ul > li:first-child, nav.nav-default > ul > li:first-child {
    margin-left: 42px;
  }
  /* line 428, src/scss/main.scss */
  nav.nav-boxed > ul > li:last-child, nav.nav-default > ul > li:last-child {
    margin-right: 42px;
  }
}

/* line 440, src/scss/main.scss */
.padded-container {
  padding: 40px 40px 40px 40px;
  background-color: #ffffff;
  margin: 0 auto 0 auto;
  max-width: 1440px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

/* line 450, src/scss/main.scss */
header {
  width: 100%;
  margin: 0 auto;
}

/* line 457, src/scss/main.scss */
.hero {
  width: 100%;
  height: auto;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: block;
}

/* line 469, src/scss/main.scss */
.hero .hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.7;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

/* line 484, src/scss/main.scss */
.hero figcaption {
  text-align: right;
  height: auto;
  width: calc(100% - 420px);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 55px 55px 0;
}

/* line 494, src/scss/main.scss */
.hero figcaption h3 {
  font-style: italic;
  font-family: "mrs-eaves",serif;
  font-size: 38px;
  color: #FFFFFF;
  line-height: 35px;
  /*

            &.smaller {

                font-size: 40px;
                line-height: 45px;

            }

            */
}

/* line 519, src/scss/main.scss */
.hero-logo {
  position: absolute;
  top: -10px;
  left: 0;
  width: 375px;
  height: 385px;
  border-radius: 0 34px 0 0;
  background-color: #ffffff;
}

/* line 529, src/scss/main.scss */
.hero-logo .hero-logo-text {
  position: absolute;
  left: -5000px;
}

/* line 536, src/scss/main.scss */
.hero-logo .hero-logo-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 544, src/scss/main.scss */
.hero-logo .hero-logo-image img {
  display: block;
  width: 255px;
  margin: 0 auto 0 auto;
}

/* line 554, src/scss/main.scss */
.hero-logo .hero-logo-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 24px;
  width: 100%;
}

/* line 564, src/scss/main.scss */
.hero-logo .hero-logo-share .hero-logo-share-fb, .hero-logo .hero-logo-share .hero-logo-share-li, .hero-logo .hero-logo-share .hero-logo-share-mail {
  display: block;
  width: 20px;
  margin: 0 5px 0 5px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: top left;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* line 575, src/scss/main.scss */
.hero-logo .hero-logo-share .hero-logo-share-fb:hover, .hero-logo .hero-logo-share .hero-logo-share-li:hover, .hero-logo .hero-logo-share .hero-logo-share-mail:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* line 582, src/scss/main.scss */
.hero-logo .hero-logo-share .hero-logo-share-fb {
  background-image: url("../images/icon-fb.png");
}

/* line 583, src/scss/main.scss */
.hero-logo .hero-logo-share .hero-logo-share-li {
  background-image: url("../images/icon-li.png");
}

/* line 584, src/scss/main.scss */
.hero-logo .hero-logo-share .hero-logo-share-mail {
  width: 25px;
  background-image: url("../images/icon-mail.png");
}

/* line 590, src/scss/main.scss */
.hero-logo-background {
  position: absolute;
  top: 10px;
  left: 0;
  width: 340px;
  height: 340px;
  border-radius: 0 34px 0 0;
  background-color: #CC2616;
}

/* line 602, src/scss/main.scss */
.hero-language {
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  border-radius: 0 0 0 12px;
  padding: 0 0 16px 16px;
  display: block;
}

/* line 612, src/scss/main.scss */
.hero-language .hero-language-link {
  text-decoration: none;
  color: #4D1900;
}

/* line 617, src/scss/main.scss */
.hero-language .hero-language-link.active {
  font-weight: 700;
  color: #CC2616;
}

/* line 626, src/scss/main.scss */
.hero-language .hero-language-separator {
  font-weight: 700;
  color: #CC2616;
}

/* line 635, src/scss/main.scss */
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 644, src/scss/main.scss */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 651, src/scss/main.scss */
.row.alignment--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 657, src/scss/main.scss */
.row.alignment--center:last-child {
  margin-bottom: 50px;
}

/* line 663, src/scss/main.scss */
.row + .row {
  margin-top: 100px;
}

/* line 665, src/scss/main.scss */
.row.margin--top {
  margin-top: 40px;
}

/* line 669, src/scss/main.scss */
.read-more {
  font-family: "mrs-eaves",serif;
  font-size: 25px;
  font-style: italic;
  display: inline-block;
  margin-left: 10px;
  color: #CC2616;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

/* line 681, src/scss/main.scss */
.read-more:after {
  content: " ";
  position: absolute;
  bottom: 9px;
  left: -10px;
  margin: 0 0 0 0px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #cc2616;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* line 699, src/scss/main.scss */
.column {
  width: calc(50% - 45px);
  max-width: calc(50% - 45px);
  min-width: calc(50% - 45px);
}

/* line 705, src/scss/main.scss */
.column.column--small {
  max-width: 255px;
  min-width: 255px;
  margin: 110px 45px 4px 0;
  padding-right: 45px;
  border-right: 2px solid #CC2616;
}

/* line 715, src/scss/main.scss */
.column.column--professional {
  max-width: 325px;
  min-width: 325px;
}

/* line 722, src/scss/main.scss */
.column.column--large {
  max-width: calc(50% - 90px);
  min-width: calc(50% - 90px);
}

/* line 729, src/scss/main.scss */
.column.column--footer-details {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}

/* line 737, src/scss/main.scss */
.column.column--professionals {
  margin: 100px 50px 0 0;
}

/* line 745, src/scss/main.scss */
.column.column--options + .column.column--large {
  margin-right: 120px;
}

/* line 753, src/scss/main.scss */
.column.column--large img {
  display: block;
  border: none;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  margin-top: 10px;
}

/* line 767, src/scss/main.scss */
.column.column--options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 140px;
  min-width: 140px;
}

/* line 777, src/scss/main.scss */
.options-list {
  display: block;
  margin-bottom: 0px;
  text-align: right;
  padding: 0 0 0 0;
}

/* line 784, src/scss/main.scss */
.options-list a {
  color: #CC2616;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}

/* line 796, src/scss/main.scss */
.article-list-item {
  margin-top: 55px;
}

/* line 800, src/scss/main.scss */
.article-list-item .date {
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 6px 0;
  display: block;
  color: #CC2616;
}

/* line 812, src/scss/main.scss */
.column--professionals {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 820, src/scss/main.scss */
.intro-photo {
  border-radius: 0 0 34px 0;
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

/* line 828, src/scss/main.scss */
.intro-photo img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

/* line 837, src/scss/main.scss */
.intro-photo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  z-index: 100;
}

/* line 855, src/scss/main.scss */
.intro-photo figcaption {
  z-index: 200;
  position: absolute;
  bottom: 42px;
  left: 42px;
  right: 142px;
}

/* line 863, src/scss/main.scss */
.intro-photo figcaption h3 {
  font-family: "mrs-eaves",serif;
  font-style: italic;
  font-size: 80px;
  color: #FFFFFF;
  line-height: 65px;
}

/* line 873, src/scss/main.scss */
.intro-photo figcaption span {
  display: inline-block;
  margin: 6px 0 0 0;
  font-weight: 700;
  font-size: 15px;
  color: #ECBD52;
}

/* line 888, src/scss/main.scss */
.intro-news {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 20px 45px 45px 45px;
  background-color: #ECBD52;
  border-radius: 0 34px 0;
  margin: 45px 0 0 0;
}

/* line 897, src/scss/main.scss */
.intro-news h3 {
  color: #ffffff;
}

/* line 903, src/scss/main.scss */
.intro-news .intro-news-article {
  padding: 20px 0 0px 0;
  position: relative;
  display: block;
  text-decoration: none;
}

/* line 910, src/scss/main.scss */
.intro-news .intro-news-article + .intro-news-article {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
}

/* line 917, src/scss/main.scss */
.intro-news .intro-news-article span.date {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  display: block;
}

/* line 925, src/scss/main.scss */
.intro-news .intro-news-article span.title {
  color: white;
  font-weight: 500;
}

/* line 936, src/scss/main.scss */
.column.column--intro-photo-news {
  display: block;
}

/* line 942, src/scss/main.scss */
#mainforminput {
  position: absolute;
  left: -5000px;
}

/* line 951, src/scss/main.scss */
.column--intro-bottom-text p {
  color: #CC2616;
}

/* line 952, src/scss/main.scss */
.column--intro-bottom-text a.read-more {
  color: #ECBD52;
}

/* line 956, src/scss/main.scss */
.column--intro-bottom-text a.read-more:after {
  border-left: 5px solid #ECBD52;
}

/* line 960, src/scss/main.scss */
.column--intro-bottom-text .quote {
  margin: 50px 0 0 0;
  background-color: #CC2616;
  border-radius: 0 34px 0 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 60px;
}

/* line 971, src/scss/main.scss */
.column--intro-bottom-text .quote q {
  color: #ffffff;
  font-family: "mrs-eaves",serif;
  font-style: italic;
  font-size: 67px;
  line-height: 57px;
}

/* line 986, src/scss/main.scss */
.options-list-share {
  display: none;
  margin: 5px 0 15px 0;
}

/* line 992, src/scss/main.scss */
.options-list-share a {
  font-size: 15px;
  font-weight: 300;
}

/* line 997, src/scss/main.scss */
.options-list-share a:hover {
  text-decoration: underline;
}

/* line 1002, src/scss/main.scss */
.options-list-share.active {
  display: block;
}

/* line 1010, src/scss/main.scss */
.column--intro-bottom-quote {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px 60px 20px 60px;
  background-color: #ECBD52;
  border-radius: 34px 0 0 0;
}

/* line 1020, src/scss/main.scss */
.column--intro-bottom-quote q {
  color: #ffffff;
  font-family: "mrs-eaves",serif;
  font-style: italic;
  font-size: 67px;
  line-height: 57px;
}

/* line 1032, src/scss/main.scss */
footer {
  margin: 100px 0 0 0;
  overflow: hidden;
}

/* line 1038, src/scss/main.scss */
footer .footer-details-contact {
  width: 40%;
  height: 270px;
  float: left;
  padding-right: 30px;
}

/* line 1045, src/scss/main.scss */
footer .footer-details-contact p {
  text-align: right;
  font-size: 18px;
  line-height: 24px;
}

/* line 1047, src/scss/main.scss */
footer .footer-details-contact p strong {
  color: #CC2616;
}

/* line 1057, src/scss/main.scss */
footer .footer-details-block {
  width: 60%;
  background-color: #CC2616;
  float: left;
  height: 270px;
  padding: 0;
  border-radius: 0 34px 0 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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 30px;
  padding-left: 30px;
}

/* line 1072, src/scss/main.scss */
footer .footer-details-block h3 {
  color: #fff;
  font-size: 57px;
  line-height: 47px;
}

/* line 1083, src/scss/main.scss */
footer .row + .row {
  margin-top: 20px;
}

/* line 1097, src/scss/main.scss */
.subfooter {
  width: 100%;
  margin: 28px auto 36px auto;
  max-width: 1440px;
  padding: 0 26px 0 0;
  text-align: right;
}

/* line 1105, src/scss/main.scss */
.subfooter__link {
  display: inline-block;
  margin: 0 14px 0 14px;
  font-size: 13px;
  color: #4D1900;
  text-decoration: none;
}

/* line 1113, src/scss/main.scss */
.subfooter__link:hover {
  text-decoration: underline;
}

/* line 1126, src/scss/main.scss */
.column--footer-form form {
  overflow: hidden;
  display: block;
  position: relative;
}

/* line 1134, src/scss/main.scss */
.column--footer-form input[type="text"], .column--footer-form input[type="email"] {
  width: 100%;
  height: 60px;
  background-color: #ECE0DA;
  -webkit-appearance: none;
  border: none;
  padding-left: 25px;
  color: #4D1900;
  margin: 0 0 9px 0;
  font-family: "Maven Pro",sans-serif;
  font-weight: 400;
  font-size: 16px;
  border: none;
}

/* line 1151, src/scss/main.scss */
.column--footer-form input[type="text"]::-webkit-input-placeholder, .column--footer-form input[type="email"]::-webkit-input-placeholder {
  color: #4D1900;
}

/* line 1152, src/scss/main.scss */
.column--footer-form input[type="text"]::-moz-placeholder, .column--footer-form input[type="email"]::-moz-placeholder {
  color: #4D1900;
}

/* line 1153, src/scss/main.scss */
.column--footer-form input[type="text"]:-ms-input-placeholder, .column--footer-form input[type="email"]:-ms-input-placeholder {
  color: #4D1900;
}

/* line 1154, src/scss/main.scss */
.column--footer-form input[type="text"]:-moz-placeholder, .column--footer-form input[type="email"]:-moz-placeholder {
  color: #4D1900;
}

/* line 1158, src/scss/main.scss */
.column--footer-form input[type="submit"] {
  width: 100%;
  -webkit-appearance: none;
  border: none;
  background-color: #4D1900;
  border-radius: 0 0 34px 0;
  height: 60px;
  font-family: "mrs-eaves",sans-serif;
  font-style: italic;
  font-size: 32px;
  color: #ffffff;
}

/* line 1173, src/scss/main.scss */
.column--footer-form textarea {
  border: none;
  font-family: "Maven Pro",sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #ECE0DA;
  -webkit-appearance: none;
  margin: 0;
  padding: 25px;
  width: 100%;
  height: 198px;
  resize: none;
  overflow: auto;
}

/* line 1188, src/scss/main.scss */
.column--footer-form textarea::-webkit-input-placeholder {
  color: #4D1900;
}

/* line 1189, src/scss/main.scss */
.column--footer-form textarea::-moz-placeholder {
  color: #4D1900;
}

/* line 1190, src/scss/main.scss */
.column--footer-form textarea:-ms-input-placeholder {
  color: #4D1900;
}

/* line 1191, src/scss/main.scss */
.column--footer-form textarea:-moz-placeholder {
  color: #4D1900;
}

/* line 1196, src/scss/main.scss */
.column--footer-form .footer-form-left {
  width: 50%;
  padding-right: 4px;
  float: left;
}

/* line 1204, src/scss/main.scss */
.column--footer-form .footer-form-right {
  padding-left: 5px;
  width: 50%;
  float: left;
}

/* line 1212, src/scss/main.scss */
.column--footer-form .footer-form-bottom {
  width: 100%;
  clear: both;
  float: left;
}

/* line 1222, src/scss/main.scss */
.professionals-item {
  width: 100%;
  height: 160px;
  display: block;
  margin: 0px 0 35px 0;
  border-radius: 0 0 0 34px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 25px 25px 25px;
}

/* line 1241, src/scss/main.scss */
.professionals-item svg {
  margin-bottom: 10px;
}

/* line 1248, src/scss/main.scss */
.professionals-item h5 {
  color: #ffffff;
  font-size: 22px;
  line-height: 19px;
}

/* line 1260, src/scss/main.scss */
.professional-profile {
  width: 100%;
  display: block;
  border-radius: 0 0 0 34px;
  text-align: right;
  overflow: hidden;
}

/* line 1268, src/scss/main.scss */
.professional-profile .professional-profile-beediging {
  color: #ffffff;
}

/* line 1274, src/scss/main.scss */
.professional-profile img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* line 1285, src/scss/main.scss */
.column--professional {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1293, src/scss/main.scss */
.mobile-only {
  display: none;
}

/* line 1299, src/scss/main.scss */
.professional-additional-info {
  text-align: right;
  color: #CC2616;
  margin-bottom: auto;
  margin-top: 30px;
}

/* line 1306, src/scss/main.scss */
.professional-additional-info p {
  font-size: 16px;
  color: #CC2616;
  line-height: 20px;
}

/* line 1315, src/scss/main.scss */
.professional-additional-info p + p {
  margin: 5px 0 0 0;
}

/* line 1323, src/scss/main.scss */
.submenuToggle {
  display: none;
}

@media screen and (min-width: 1440px) {
  /* line 1331, src/scss/main.scss */
  .padded-container {
    margin: 60px auto 0 auto;
  }
}

@media screen and (max-width: 1340px) {
  /* line 1341, src/scss/main.scss */
  footer .footer-details-block,
  footer .footer-details-contact {
    width: 50%;
  }
  /* line 1343, src/scss/main.scss */
  footer .footer-details-block h3 {
    font-size: 35px;
    line-height: 37px;
  }
  /* line 1345, src/scss/main.scss */
  .row.margin--top {
    margin-top: 0;
  }
  /* line 1346, src/scss/main.scss */
  .slug--home footer, .row + .row {
    margin-top: 40px;
  }
  /* line 1348, src/scss/main.scss */
  nav.nav-boxed > ul > li a {
    font-size: 14px;
  }
  /* line 1349, src/scss/main.scss */
  nav.nav-boxed > ul > li:first-child {
    margin-left: 0;
  }
  /* line 1350, src/scss/main.scss */
  nav.nav-boxed > ul > li:last-child {
    margin-right: 0;
  }
  /* line 1352, src/scss/main.scss */
  .column {
    width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media screen and (max-width: 1024px) {
  /* line 1364, src/scss/main.scss */
  nav {
    position: absolute;
    top: 100px;
    left: 0;
    display: none;
    width: 100%;
    background-color: #ECBD52;
    z-index: 900;
  }
  /* line 1374, src/scss/main.scss */
  nav > ul {
    padding: 5px 0 10px 0;
  }
  /* line 1377, src/scss/main.scss */
  nav .menu-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5px 20px 5px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 1385, src/scss/main.scss */
  nav .menu-list-item .submenuToggle {
    display: block;
    margin: 0 0 0 0;
  }
  /* line 1392, src/scss/main.scss */
  nav .menu-list-item > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    margin-right: auto;
  }
  /* line 1404, src/scss/main.scss */
  nav .submenu {
    display: none;
    background-color: #ffffff;
    min-width: 100%;
    margin: 15px 0 0 0;
    border-radius: 4px;
  }
  /* line 1412, src/scss/main.scss */
  nav .submenu > ul {
    padding: 10px 20px;
  }
  /* line 1418, src/scss/main.scss */
  nav .submenu > ul > li a {
    text-decoration: none;
  }
  /* line 1432, src/scss/main.scss */
  nav .menu-list-item.enabled .submenuToggle {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  /* line 1438, src/scss/main.scss */
  nav .menu-list-item.enabled .submenu {
    display: block;
  }
  /* line 1446, src/scss/main.scss */
  nav.enabled {
    display: block;
  }
  /* line 1454, src/scss/main.scss */
  .hero-photo {
    top: 110px;
    height: 40vw;
  }
  /* line 1461, src/scss/main.scss */
  .intro-photo {
    min-height: 400px;
    margin-top: 40px;
  }
  /* line 1470, src/scss/main.scss */
  .slug--home .column--intro-photo-news {
    -webkit-box-ordinal-group: 41;
        -ms-flex-order: 40;
            order: 40;
  }
  /* line 1471, src/scss/main.scss */
  .slug--home .column--intro-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 1475, src/scss/main.scss */
  .intro-photo figcaption {
    padding-right: 30px;
  }
  /* line 1480, src/scss/main.scss */
  .intro-photo figcaption h3 {
    font-size: 60px;
    line-height: 50px;
  }
  /* line 1489, src/scss/main.scss */
  .hero-logo .hero-logo-share {
    display: none;
  }
  /* line 1495, src/scss/main.scss */
  #toggleMenu {
    display: block;
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 5px;
    margin: 0 auto 0px auto;
    padding: 0 0 0 0;
    z-index: 400;
    position: relative;
    color: #ffffff;
    height: 50px;
    font-family: "Maven Pro",sans-serif;
    font-size: 15px;
    font-weight: 200;
    width: 60px;
    position: absolute;
    top: 25px;
    left: 20px;
  }
  /* line 1518, src/scss/main.scss */
  .hero {
    min-height: auto;
    height: calc(40vw + 110px);
    overflow: hidden;
    border-radius: 0 0 0 0;
    margin-top: 0;
    background-size: cover;
    background-position: right 110px;
  }
  /* line 1528, src/scss/main.scss */
  .hero figcaption {
    display: none;
  }
  /* line 1534, src/scss/main.scss */
  .hero.mobile-menu-active {
    border-radius: 0;
  }
  /* line 1542, src/scss/main.scss */
  .hero-language {
    width: 38px;
    text-align: right;
    padding-left: 0;
  }
  /* line 1548, src/scss/main.scss */
  .hero-language .hero-language-separator {
    display: none;
  }
  /* line 1556, src/scss/main.scss */
  .padded-container {
    padding: 10px;
  }
  /* line 1558, src/scss/main.scss */
  header {
    width: 100%;
    position: relative;
    top: 0px;
  }
  /* line 1566, src/scss/main.scss */
  .hero-logo {
    display: block;
    position: relative;
    width: 100%;
    height: 110px;
    margin: 0 auto 0px auto;
    top: 0;
    border-radius: 0 0 0 0;
  }
  /* line 1577, src/scss/main.scss */
  .hero-logo .hero-logo-background {
    width: 100%;
    height: 100px;
    margin: 0;
    top: 0;
    position: relative;
    border-radius: 0 0 0 0;
  }
  /* line 1586, src/scss/main.scss */
  .hero-logo .hero-logo-background .hero-logo-image {
    width: 120px;
    margin: 0 auto 0 auto;
  }
  /* line 1590, src/scss/main.scss */
  .hero-logo .hero-logo-background .hero-logo-image img {
    display: block;
    width: 100%;
  }
  /* line 1598, src/scss/main.scss */
  .column.column--large {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 !important;
  }
  /* line 1609, src/scss/main.scss */
  .row.alignment--center h2 {
    margin-top: 30px;
  }
  /* line 1615, src/scss/main.scss */
  .row.alignment--center:last-child {
    margin-bottom: 20px;
  }
  /* line 1621, src/scss/main.scss */
  .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 32px 0 32px;
  }
  /* line 1623, src/scss/main.scss */
  .row + .row {
    margin-top: 0px;
  }
  /* line 1625, src/scss/main.scss */
  .row.margin--top {
    margin-top: 0px;
  }
  /* line 1634, src/scss/main.scss */
  .row .column {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 32px 0 0px 0;
  }
  /* line 1641, src/scss/main.scss */
  .row .column.column--intro-photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 1642, src/scss/main.scss */
  .row .column.column--intro-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 1651, src/scss/main.scss */
  .column--intro-photo figcaption h3 {
    margin: 50px 0 0 0;
    font-size: 50px;
    line-height: 43px;
  }
  /* line 1659, src/scss/main.scss */
  .column--intro-bottom-text .quote, .column--intro-bottom-quote {
    margin: 32px 0 0 0;
    padding: 40px 20px 40px 20px;
  }
  /* line 1664, src/scss/main.scss */
  .column--intro-bottom-text .quote q, .column--intro-bottom-quote q {
    font-size: 40px;
    line-height: 33px;
  }
  /* line 1673, src/scss/main.scss */
  footer {
    margin-top: 0px;
  }
  /* line 1677, src/scss/main.scss */
  footer .row {
    display: block;
    overflow: hidden;
  }
  /* line 1687, src/scss/main.scss */
  footer .row .column {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  /* line 1694, src/scss/main.scss */
  footer .row .column .footer-details-block {
    display: none;
    height: auto;
  }
  /* line 1701, src/scss/main.scss */
  footer .row .column .footer-details-contact {
    width: 100%;
    height: auto;
  }
  /* line 1708, src/scss/main.scss */
  footer .row .column .footer-form-left, footer .row .column .footer-form-right, footer .row .column .footer-form-bottom {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 1716, src/scss/main.scss */
  footer .row .column .footer-form-bottom {
    margin-top: 7px;
  }
  /* line 1718, src/scss/main.scss */
  footer .row .column .footer-details-contact {
    padding: 30px 0 10px 0;
  }
  /* line 1722, src/scss/main.scss */
  footer .row .column .footer-details-contact p {
    text-align: left;
  }
  /* line 1737, src/scss/main.scss */
  h1 {
    font-size: 1.95em;
  }
  /* line 1743, src/scss/main.scss */
  h2 {
    font-size: 45px;
    color: #CC2616;
    line-height: 55px;
  }
  /* line 1750, src/scss/main.scss */
  h3 {
    font-size: 26px;
    color: #ECBD52;
    line-height: 28px;
  }
  /* line 1758, src/scss/main.scss */
  h4 {
    font-size: 22px;
    color: #CC2616;
    line-height: 22px;
  }
  /* line 1766, src/scss/main.scss */
  h5 {
    font-size: 22px;
    color: #CC2616;
    line-height: 22px;
  }
  /* line 1776, src/scss/main.scss */
  p + h3, ul + h3, ol + h3 {
    margin-top: 15px;
  }
  /* line 1778, src/scss/main.scss */
  .column.column--large img {
    margin-bottom: 15px;
  }
  /* line 1781, src/scss/main.scss */
  .row .column.column--small {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding: 0;
    margin-top: 30px;
    border: none;
  }
  /* line 1789, src/scss/main.scss */
  .row .column.column--small .options-list {
    display: none;
  }
  /* line 1798, src/scss/main.scss */
  .column--large {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media print {
  /* line 1808, src/scss/main.scss */
  .column--professional,
  .column--professionals,
  .column.column--options {
    display: block;
  }
  /* line 1816, src/scss/main.scss */
  body {
    background: #ffffff;
  }
  /* line 1818, src/scss/main.scss */
  .padded-container {
    padding: 40px 40px 20px 40px;
  }
  /* line 1820, src/scss/main.scss */
  .row.alignment--center h2 {
    margin-top: 0;
  }
  /* line 1822, src/scss/main.scss */
  header,
  footer {
    display: none;
  }
  /* line 1824, src/scss/main.scss */
  main {
    display: block;
  }
  /* line 1831, src/scss/main.scss */
  .column.column--large {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 !important;
  }
}
