/* Text Elements */

h1.mpy-topbanner-naam {
  margin-top: 0;
  margin-bottom: 0;
  color: #1d4189;
  font-size: 50px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

h1.hands-on {
  color: transparent;
  text-align: left;
  font-size: 35px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;

  -webkit-text-stroke-color: #1d4189;
  -webkit-text-stroke-width: 2px;
}

h3.pg-head {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1d4189;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

h5.pg-subhead {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #1d4189;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

h5.pg-subhead.terms {
  text-align: center;
}

p.paragraph.pg-text {
  max-width: none;
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  line-height: 20px;
}

p.paragraph span.bold-txt {
  font-weight: 700;
}

p.paragraph {
  margin-top: 12px;
  margin-bottom: 0;
  max-width: 660px;
  color: rgba(0, 0, 0, .65);
  letter-spacing: 1px;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.paragraph-1 {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #000;
  font-size: 16px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

p.paragraph a.link-txt {
  color: #000;
  font-style: italic;
}

p.paragraph.pg-text.terms {
  margin-top: 0;
}

p.paragraph.bold.pg-text.terms {
  font-weight: 700;
}

p.paragraph span.bold-uline {
  text-decoration: underline;
  font-weight: 700;
}

p.paragraph span.smalltxt {
  font-size: .875rem;
  line-height: 1.5;
}

p.paragraph.bold.pg-text {
  font-weight: 700;
}

p.paragraph a.link-txt:hover {
  color: #c41a49;
  font-style: normal;
}

ul.unorder-list.browser-default.disc-list {
  margin-top: 0;
}

span.text-element.mpy-top-subnaam {
  color: rgba(29, 65, 137, .5);
  text-align: left;
  font-weight: 600;
  font-size: 17px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

span.text-element.text-1 {
  margin-left: 20px;
  color: #000;
  font-size: 16px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

span.text-element.accor-header {
  margin-left: 30px;
  padding-top: 0;
  color: #000;
  text-shadow: #78828c 4px 4px 5px;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

span.text-element.col-no-terms {
  margin-left: 0;
  color: #000;
  text-align: left;
  font-size: 16px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

a.link-text.txt-lnk {
  margin-left: 20px;
  color: #000;
  font-style: italic;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

a.link-text {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

a.link-text.login {
  margin-left: auto;
  color: #a1cfca;
  text-align: right;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
}

a.link-text.txt-lnk:hover {
  color: #c41a49;
  font-style: normal;
}

ul.link-list.browser-default {
  margin-top: 5px;
  margin-bottom: 10px;
}

/* Interaction Elements */

a.link-button.btn-to-link {
  margin-bottom: 30px;
  color: #fff;
  font-size: 20px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

/* Layout Elements */

body.mpy-body01 {
  background-color: #dad8d6;
}

.link-container.terms-lnkcont {
  margin-top: 20px;
  padding-top: 20px;
  height: 60px;
  border: .0625rem solid #1d4189;
  border-radius: 8px;
  background-color: #d7d1c4;
}

.link-container.terms-lnkcont:hover {
  background-image: -webkit-linear-gradient(top, rgba(215, 209, 196, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(215, 209, 196, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(215, 209, 196, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(215, 209, 196, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container-grid.menu-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  -ms-flex-pack: center;
  margin-left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #a1cfca;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-top: 15vh;
  width: 300px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

span.glyph.close-icon {
  position: fixed;
  top: 15px;
  right: 20px;
  margin-top: 10px;
  margin-right: 30px;
  color: #000;
  font-size: 50px;
}

span.glyph.close-icon i {
  font-size: 50px;
}

.container-grid.new-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  margin-left: 0;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
}

.container-grid.mpy-topbanner {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  background-color: #fff;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.mpy-strepie {
  min-height: 9px;
  max-height: 9px;
  width: 100%;
  background-image: url('../mpy-images/strepie.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container-grid.mpy-toplogo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  max-width: 450px;
  width: 100%;
}

div.responsive-picture.picture-1 {
  max-width: 120px;
}

.container-grid.mpy-topnaam-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.twm-fullpagehamb-nav {
  position: relative;
  margin-left: 0;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}

.container-grid.mpy-pgsection-1200wrap {
  margin: 30px auto;
  max-width: 900px;
  width: 90%;
}

.container-grid.mpy-pgsection100-wrap {
  width: 100%;
}

.container-grid.mpy-pagesection800-wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 90%;
}

.container-grid.mpy-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background-color: #d7d1c4;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.mpy-ft-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.mpy-ft-block {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5px;
  max-width: 300px;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

li.list-item-link.list-linktxt > a {
  color: #000;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

.container-grid.ft-cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 25px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.ft-cont-iconhold {
  max-width: 60px;
  width: 60px;
}

.container-grid.ft-cont-descr {
  width: 100%;
}

.container-grid.twm-ft {
  width: 100%;
  border-top: .125rem none #000;
  background-color: #dad8d6;
}

a.responsive-picture.twm-lnk {
  margin-top: 20px;
  margin-bottom: 50px;
  max-width: 250px;
}

.container-grid.banner100-img-home {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 60vh;
  background-image: url('../mpy-images/2.png');
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

span.glyph.menu-icon {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
  margin-top: 10px;
  margin-right: 0;
  margin-left: 0;
  width: 50px;
  color: #c41a49;
  font-size: 50px;
  cursor: pointer;
}

span.glyph.menu-icon i {
  font-size: 50px;
}

li.list-item.list-txt {
  padding-left: 0;
  color: #000;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

.container-grid.col-imgtoright-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.pgimg-right300 {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
  width: 100%;
}

div.responsive-picture.picture-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}

.container-grid.pp-section-treat-descrip {
  padding-left: 20px;
  width: 100%;
}

.container-grid {
  position: relative;
}

div.responsive-picture {
  max-width: none;
}

.container-grid.collapsible-header {
  height: 60px;
  border: .0625rem solid #1d4189;
  border-radius: 8px;
  background-color: #d7d1c4;
  color: rgba(0, 0, 0, .7);
  -webkit-transition-delay: .05s;
     -moz-transition-delay: .05s;
       -o-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

.container-grid.mpy-pagesection900-wrap {
  margin: 30px auto;
  max-width: 900px;
  width: 90%;
}

ul.list-container.collapsible {
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-right-style: none;
  border-left-width: 0;
  border-left-style: none;
  box-shadow: none;
}

li.list-item-container.collapsible-container {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0 none #1d4189;
  border-radius: 8px;
}

span.glyph.collapsible-header-icon {
  margin-top: 0;
  padding-top: 0;
  color: #c41a49;
  font-size: 22px;
}

.container-grid.collapsible-body {
  margin-top: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 19px;
  border: .0625rem solid #1d4189;
  border-radius: 8px;
  background-color: #fff;
}

span.glyph.font-icon-1 {
  width: auto;
  color: #c41a49;
  font-size: 30px;
}

span.glyph.font-icon-1 i {
  font-size: 30px;
}

span.glyph.collapsible-header-icon i {
  font-size: 22px;
}

div.responsive-picture.accord-img {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
}

.container-grid.twm-kopiereg {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 3px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.html-element.copyright-notice {
  margin-top: -15px;
  margin-right: auto;
  margin-left: auto;
  width: 20%;
  height: 30px;
  border: .0625rem none #000;
  border-radius: 0;
  text-align: center;
}

.container-grid.map.mpy-pgsection100-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-grid.mpy-contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5px;
  max-width: 800px;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container-grid.mpy-pgsection100-wrap.terms {
  margin-top: 400px;
  margin-bottom: 50px;
}

.container-grid.terms-no-col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 5px;
}

.container-grid.terms-no-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  float: left;
  -ms-flex-align: start;
  margin-right: 0;
  min-width: 50px;
  max-width: 50px;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container-grid.terms-descr {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: start;
  width: 100%;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container-grid.terms-no-col2 {
  display: block;
  -ms-flex-align: center;
  margin-right: 0;
  min-width: 50px;
  max-width: 50px;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

a.glyph.pg-up {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  max-width: 1400px;
  width: 90%;
  color: #c41a49;
  text-align: right;
  font-size: 50px;
}

a.glyph.pg-up i {
  font-size: 50px;
}

.container-grid.mpy-pgsection-1200wrap.termselect {
  margin-top: 100px;
}

div.responsive-picture.news-img {
  border-radius: 15px;
}

.container-grid.mpy-pagesection800-wrap.news {
  margin-top: 50px;
  margin-bottom: 80px;
}

.container-grid.login-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
}

li.list-item-container.indicator {
  display: none;
  min-height: auto;
  background-color: #3741c3;
}

.container-grid.collapsible-header.opened {
  background-color: #ebebeb;
  color: #000;
}

li.list-item-link.list-linktxt:hover > a {
  color: #c41a49;
  font-style: italic;
}

.container-grid.collapsible-header:hover {
  background-image: -webkit-linear-gradient(top, rgba(215, 209, 196, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-image:    -moz-linear-gradient(top, rgba(215, 209, 196, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-image:      -o-linear-gradient(top, rgba(215, 209, 196, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(215, 209, 196, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

@supports (display: grid) {
  .container-grid {
    position: relative;
  }
}

@media screen and (min-width: 37.5625rem) {
  /* Text Elements */

  h1.hands-on {
    font-size: 50px;
  }

  h3.pg-head {
    font-size: 35px;
  }

  p.paragraph {
    font-size: 17px;
  }

  .container-grid.mpy-ft-wrap {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  span.glyph.menu-icon {
    margin-right: 20px;
  }
}

@media screen and (min-width: 46.875rem) {
  /* Text Elements */

  h1.hands-on {
    font-size: 60px;
  }

  /* Interaction Elements */

  a.link-button.btn-to-link {
    font-size: 25px;
  }

  .container-grid.mpy-ft-wrap {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
    -ms-flex-align: start;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  a.responsive-picture.twm-lnk {
    max-width: 300px;
  }

  .container-grid.col-imgtoright-wrap {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }
}

@media screen and (min-width: 62.0625rem) {
  /* Text Elements */

  h1.hands-on {
    font-size: 80px;
  }

  h3.pg-head {
    font-size: 40px;
  }

  h5.pg-subhead {
    font-size: 25px;
  }

  p.paragraph {
    font-size: 18px;
  }

  /* Interaction Elements */

  a.link-button.btn-to-link {
    font-size: 30px;
  }

  span.glyph.menu-icon {
    margin-right: 30px;
  }
}

@media screen and (min-width: 75.0625rem) {
  /* Text Elements */

  h1.hands-on {
    font-size: 90px;
  }

  a.responsive-picture.twm-lnk {
    clear: both;
    max-width: 300px;
  }
}