/* Text Elements */

h1.pzn5-pg-hd {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #476f92;
  font-weight: 700;
  font-size: 30px;
  font-family: 'Cinzel', serif;
}

h5.sect-col300-lbl {
  color: #476f92;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
}

h5.pzn5-pg-secthd {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #476f92;
  font-size: 20px;
  font-family: 'Cinzel', serif;
}

h5.pg-sub-hd-1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
}

p.paragraph.pg-txt {
  color: #000;
  font-size: 20px;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  line-height: 25px;
}

p.paragraph span.txt-uline {
  text-decoration: underline;
}

ul.unorder-list.browser-default {
  margin-top: -15px;
}

span.text-element.pg-txt {
  color: #000;
  font-size: 20px;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
}

span.text-element a.lnk-txt {
  color: #000;
  text-decoration: none;
}

span.text-element a.lnk-txt:hover {
  color: #ff0010;
}

blockquote.twm-quote-txt {
  padding-left: 0;
  border-left-color: transparent;
  color: #fff;
  font-style: normal;
  font-size: 20px;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  line-height: 30px;
}

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

/* Interaction Elements */

a.link-button.btn-to-link {
  color: #e7b576;
  font-size: 20px;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  line-height: 40px;
}

a.link-button.btn-to-link:hover {
  color: #ff0010;
  font-weight: 700;
  font-style: normal;
}

/* Layout Elements */

body.pzn5-pg01 {
  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%;
  height: 100vh;
  background-color: transparent;
  background-image: url('../pzn-images/Logo2a.png');
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal;
}

.container-grid.pzn4-bannerbg {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  min-height: 400px;
  width: 100%;
  height: 400px;
  background-image: url('../pzn-images/bannerbg12.png');
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container-grid.pzn4-topbancont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 95%;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container-grid.pzn4-bannerimg-wrap {
  max-width: 400px;
  width: 100%;
}

a.responsive-picture.banner-img {
  margin-top: 20px;
  max-width: none;
}

.container-grid {
  position: relative;
}

span.glyph.menu-icon {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
  width: 40px;
  font-size: 40px;
  cursor: pointer;
}

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

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

  -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;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15vh;
  width: 300px;
  height: 100vh;

  -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;
  color: #fff;
  font-size: 50px;
}

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

div.responsive-picture.picture-1 {
  margin-top: 100px;
  max-width: 300px;
}

.container-grid.pzn5-pg-sect {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 90%;
}

.container-grid.pzn5-pg-body {
  width: 100%;
}

.container-grid.pgn3-ft {
  border-top: .0625rem solid #000;
  background-color: #e7b576;
}

.container-grid.pgn3-ft-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 90%;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.container-grid.pzn3-sectcol-300 {
  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-top: 5px;
  margin-bottom: 5px;
  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;
}

li.list-item-link.linklist-txt > a {
  color: #000;
  font-size: 17px;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
}

li.list-item-link.linklist-txt {
  line-height: 30px;
}

.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;

  -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: 0;
  margin-right: auto;
  margin-left: auto;
  width: 20%;
  height: 30px;
  border: .0625rem none #000;
  border-radius: 0;
  text-align: center;
}

.container-grid.twm-ft {
  padding-bottom: 40px;
}

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

.container-grid.pzn5-2col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container-grid.pzn5-team-imgwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 11px 5px 10px;
  width: 300px;

  -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;
}

.container-grid.pzn5-team-imgdescr {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  margin-right: 20px;
  margin-left: 20px;
  width: 100%;

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

div.responsive-picture.pzn5-team-img {
  width: 200px;
  height: 200px;
  border: .0625rem solid #476f92;
  border-radius: 100px;
}

div.responsive-picture.pzn5-team-img > picture {
  height: 200px;
}

span.glyph {
  line-height: 0;
}

.container-grid.carousel.carousel-slider {
  display: block;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  width: 100%;
  height: 300px;
  background-color: #476f92;

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

.html-element.carousel-config {
  display: none;
}

.container-grid.carousel-item.white-text {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: transparent;

  -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;
}

.container-grid.slide-layout {
  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: start;
  -ms-flex-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  max-width: 700px;
  width: 90%;
  text-align: center;

  -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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container-grid.pzn2-pg3-content-wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  width: 95%;
}

.container-grid.pzn2-pg3-adr-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container-grid.pzn2-adr-img {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  max-width: 100px;
  width: 100px;

  -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;
}

div.responsive-picture.picture-2 {
  max-width: 50px;
}

.container-grid.pzn2-adr-descr {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  margin-right: 0;
  padding-right: 10px;
  padding-left: 20px;

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

.container-grid.pzn2-map {
  margin-top: 50px;
  margin-bottom: 50px;
  height: 300px;
}

.html-element.pzn5-map {
  margin-top: 0;
}

.container-grid.pzn2-pg-sect-wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  width: 95%;
}

.container-grid.pzn5-about-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 90%;

  -webkit-justify-content: space-around;
          justify-content: space-around;
}

div.responsive-picture.pzn-about-img {
  max-width: 300px;
}

.container-grid.pzn5-pgsect-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 90%;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

div.responsive-picture.pzn5-abpg-imgwrap {
  max-width: 200px;
  width: 300px;
}

li.list-item.list-txt {
  color: #000;
  font-size: 20px;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
}

.container-grid.pzn5-sect3col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  margin: 30px auto 40px;
  max-width: 1200px;
  width: 90%;

  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

div.responsive-picture.pg-img-3col {
  max-width: 250px;
}

.container-grid.pzn5-3colimg-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-align: center;

  -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.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  width: 75%;
}

.container-grid.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 25%;

  -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;
}

.container-grid.carousel {
  width: 100%;
  height: 400px;
  background-color: #476f92;
}

.container-grid.pzn-layslide {
  display: block;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  min-height: 300px;
  max-width: none;
  max-height: 300px;
  width: 100%;
  height: 300px;
  background-color: #476f92;

  -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.pzn-layslide {
  margin: 50px auto;
  max-width: 300px;
  max-height: 200px;
}

.container-grid.ls-wrap {
  margin-right: auto;
  margin-left: auto;
  width: 300px;
}

li.list-item-link.linklist-txt:hover > a {
  color: #ff0010;
  font-style: normal;
}

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

@media screen and (min-width: 50rem) {
  .container-grid.pzn4-topbancont-wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .container-grid.pzn4-bannerimg-wrap {
    max-width: 500px;
  }
}

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

  a.link-button.btn-to-link {
    color: #e7b576;
    font-size: 20px;
    font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
    line-height: 40px;
  }

  a.link-button.btn-to-link:hover {
    color: #ff0010;
    font-style: normal;
  }

  .container-grid.pzn4-bannerbg {
    margin-top: -60px;
  }

  span.glyph.menu-icon {
    margin-top: 0;
    padding-top: 5px;
    width: 50px;
    color: #000;
    font-size: 50px;
  }

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

  .container-grid.menu-div {
    background-color: #476f92;
  }
}