/* Text Elements */

h1.heading-1 {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
  font-size: 24px;
}

h2.heading-3 {
  border-bottom-width: .1875rem;
  border-bottom-style: solid;
  color: #f4a20e;
  font-style: italic;
  font-size: 32px;
  font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;

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

p.paragraph.caption {
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1200px;
  font-weight: 500;
  font-style: italic;
  font-size: 19px;
}

p.paragraph.wie-lebt {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-color: #2490aa;
  border-radius: 10px;
  background-color: #f4a20e;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 6px 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

p.paragraph.cola {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 10px 6px;
  width: 100%;
  background-color: #f4a20e;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

p.paragraph.section-text {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}

p.paragraph.anchor {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -110px;
  margin-bottom: 0;
  padding-top: 110px;
  width: 100%;
}

p.paragraph.footer-text {
  font-weight: 600;
}

p.paragraph.paragraph-1 {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}

span.text-element.text-2 {
  padding-right: 3px;
  padding-left: 3px;
  font-weight: 600;
  font-size: 20px;
}

span.text-element.label {
  padding-top: 5px;
  padding-right: 8px;
  padding-bottom: 5px;
  color: #131181;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

span.text-element.form-error {
  display: none;
  color: #f57f10;
}

a.link-text.text-link-1 {
  padding-right: 3px;
  padding-left: 3px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

a.link-text.text-link-2 {
  padding-right: 3px;
  padding-left: 3px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

/* Interaction Elements */

a.link-button.btn-to-link {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
}

a.link-button.stop-button {
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  border: .125rem outset #ddd;
  background-color: #f11010;
  box-shadow: none;
  color: #dfecf5;
  text-decoration: none;
}

form.form-container.form-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 25px;
  min-height: auto;
  max-width: 800px;
  width: 100%;
  border-radius: 10px;
  background-color: #f4a20e;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 6px 0;

  -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;
  background-blend-mode: normal;
}

input[type=text].label {
  margin-bottom: 8px;
  padding: 8px;
  box-shadow: rgba(0, 0, 0, .4) 2px 2px 5px 0;
  color: #131181;
  font-size: 15px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  line-height: 1.2;
}

input[type=email].email-1 {
  margin-bottom: 8px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  box-shadow: rgba(0, 0, 0, .4) 2px 2px 5px 0;
  font-size: 15px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

textarea.txt-area {
  margin-bottom: 8px;
  padding: 8px;
  min-height: 80px;
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, .4) 2px 2px 5px 0;
  font-size: 15px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

/* Layout Elements */

.container.allinside {
  position: relative;
  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: start;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 30px;
  max-width: 100%;
  width: 100vw;
  height: auto;
  background-color: #0cd0ff;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-right: auto;
  margin-left: auto;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.menu-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  margin-top: 0;
  width: 150px;
  border: .0625rem solid rgba(0, 0, 0, .6);
  background-color: #f4a20e;
}

.container.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-top: 100px;
  padding-top: 10px;
  width: 150px;

  -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.new-navigation {
  position: fixed;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: -100px;
  padding-right: 0;
  padding-left: 0;
  min-height: 100px;
  max-width: none;
  width: 100%;
  height: 100px;
  background-color: #0cd0ff;

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

.container.container-3 {
  display: none;
}

.container.menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-right: auto;
  margin-left: auto;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.container-1 {
  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;
}

.container.caption-holder {
  position: relative;
  z-index: 1;
  margin-top: 60.5%;
  margin-right: auto;
  margin-left: auto;
  max-width: 2100px;
  width: 80vw;
  border: .0625rem solid #2490aa;
  border-radius: 10px;
  background-color: #dfecf5;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 6px 0;
  text-align: center;
}

.container.fc {
  display: none;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  width: 56vw;
  height: 31.5vw;
}

.container.thumb-section {
  margin: 30px auto 5px;
  padding-bottom: 30px;
  width: 100vw;
  background-color: transparent;
}

.container.thumb-holder {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  min-width: 10px;
  min-height: 0;
  width: 100vw;

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

.container.video-wrap {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
}

.container.close-btn-wrap {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  width: 150px;
  height: 30px;
  text-align: center;
}

.container.button-holder {
  margin: 0 5px 10px;
  padding-top: 3px;
  padding-right: 3px;
  padding-left: 3px;
  width: 100px;
  border: .0625rem solid #2490aa;
  border-radius: 10px;
  background-color: #f4a20e;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 6px 0;
}

.container.thumb-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-top: 0;
  width: 50%;

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

.container.text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-top: 40px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.text-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 2px;
  margin-left: 2px;
  width: 47%;
  border: .0625rem solid #2490aa;
  border-radius: 10px;
  background-color: #f4a20e;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 6px 0;

  -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.text-inner-80 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 2px;
  margin-left: 2px;
  width: 80%;
  border: .0625rem solid #2490aa;
  border-radius: 10px;
  background-color: #f4a20e;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 6px 0;

  -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#to-position-anchor-b {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container#to-position-anchor-c {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
}

.container#to-position-andchor-d {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  width: 100%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.spacer {
  height: 0vw;
}

.container.main-video-container {
  position: relative;
  margin-top: 2px;
  padding-top: 0;
  width: 100vw;
  height: auto;
}

.container.footer {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 10px;
  width: 80%;
}

.container.main-content {
  position: relative;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  width: 80vw;
  height: auto;
}

.container.form-area {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  max-width: 800px;
  width: 95%;
  background-image: url('../img/white-frame.png');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

span.glyph.close-icon {
  position: relative;
  top: 0;
  right: -55px;
  left: auto;
  text-align: right;
  font-size: 20px;
}

span.glyph.menu-icon {
  position: relative;
  z-index: 10;
  display: inline;
  font-size: 22px;
  line-height: 5px;
}

span.glyph.font-icon-1 {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 26px;
  line-height: 24px;
}

video.vid {
  position: absolute;
  display: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 56vw;
  height: 31.5vw;
  border: .0625rem solid #2490aa;
  box-shadow: rgba(0, 0, 0, .5) 3px 3px 6px 0;
}

a.glyph.font-icon-link-1 {
  padding-top: 5px;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

video.html-video-1 {
  position: absolute;
  width: 100%;
}

label.label-container.label-cont {
  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;

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

button.submit-btn {
  float: right;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 15px 20px;
  width: 100px;
  border-radius: 10px;
  background-color: #0cd0ff;
  box-shadow: rgba(0, 0, 0, .4) 2px 2px 5px 0;
  color: #000;
  text-align: center;
  text-shadow: none;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

.html-element.html-element-1 {
  display: none;
}

a.responsive-picture.logos {
  min-width: 100px;
  max-width: 120px;
  width: 118px;
}

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

  h1.heading-1 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  p.paragraph.cola {
    padding-right: 6px;
    padding-left: 6px;
  }

  p.paragraph.anchor {
    margin-top: -150px;
    padding-top: 150px;
    width: 100%;
  }

  /* Layout Elements */

  .container.buttons {
    margin-top: 140px;
    width: 175px;
  }

  .container.new-navigation {
    margin-top: -140px;
    height: 140px;
  }

  .container.menu-div {
    width: 175px;
  }

  .container#to-position-anchor-b {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.allinside {
    margin-top: 0;
    padding-top: 140px;
  }

  .container.caption-holder {
    margin-top: 59%;
    padding-top: 10px;
  }

  .container.main-video-container {
    margin-top: 2px;
  }

  .container.spacer {
    height: 0vw;
  }

  .container.main-content {
    margin-top: 2px;
  }

  span.glyph.close-icon {
    right: -60px;
    left: auto;
  }

  a.responsive-picture.logos {
    max-width: 165px;
    width: 165px;
  }
}

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

  h1.heading-1 {
    margin-bottom: 22px;
    font-size: 3.42vw;
  }

  h2.heading-3 {
    font-size: 3.98vw;
  }

  p.paragraph.caption {
    margin-top: 12px;
    margin-bottom: 18px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    font-weight: 500;
    font-style: italic;
  }

  p.paragraph.wie-lebt {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
  }

  p.paragraph.cola {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0;
    text-align: center;
  }

  p.paragraph.anchor {
    margin-top: -180px;
    padding-top: 180px;
  }

  p.paragraph.paragraph-1 {
    font-size: 19px;
  }

  span.text-element.text-3 {
    padding-right: 10px;
    font-weight: 600;
    font-size: 20px;
  }

  span.text-element.text-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  a.link-text.text-link-2 {
    font-size: 19px;
  }

  a.link-text.text-link-1 {
    font-size: 19px;
  }

  a.link-text.text-link-3 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
  }

  /* Interaction Elements */

  a.link-button.stop-button {
    margin-top: 5px;
    margin-bottom: 0;
  }

  a.link-button.no-show {
    display: none;
  }

  form.form-container.form-cont {
    background-color: #f4a20e;
  }

  /* Layout Elements */

  .container.new-navigation {
    margin-top: -170px;
    min-height: 100px;
    max-height: 170px;
    height: 170px;
    background-color: #0cd0ff;
  }

  .container.buttons {
    position: relative;
    z-index: 21;
    margin-top: 190px;
    padding-bottom: 20px;
    width: 190px;
  }

  .container.menu-div {
    top: 0vw;
    margin-top: -25px;
    width: 190px;
    background-color: #f4a20e;

    grid-area: 1/1/span 1/span 1;
  }

  .container.container-3 {
    display: block;
  }

  .container.nav-inside {
    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;
    width: 65vw;
    text-align: center;

    -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.site-heading {
    width: 100%;
  }

  .container.container-1 {
    display: none;
  }

  .container.allinside {
    padding-top: 170px;
    width: 100vw;
    height: auto;
    background-color: #0cd0ff;
    box-shadow: none;
  }

  .container.caption-holder {
    margin: 47% auto 40px;
    width: 80vw;

    grid-area: 1/2/span 1/span 1;
  }

  .container.fc {
    margin-top: 8px;
    max-width: none;
    max-height: none;
    width: 48vw;
    height: 27vw;
  }

  .container.thumb-section {
    margin-top: 50px;
    margin-bottom: 5px;
    padding-bottom: 0;
    width: 80vw;
    background-color: transparent;
  }

  .container.thumb-holder {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0;
    padding-bottom: 0;
    min-height: 0;
    width: 80vw;
    background-color: transparent;

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

  .container.video-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.close-btn-wrap {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 0;
    height: 35px;
  }

  .container.button-holder {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 0;
    width: 115px;
    border: .0625rem solid #2490aa;
    background-color: #f4a20e;
    box-shadow: rgba(0, 0, 0, .5) 3px 3px 6px 0;
  }

  .container.text-inner {
    padding-right: 5px;
    padding-left: 5px;
  }

  .container.text-inner-80 {
    margin-top: 0;
    padding-right: 5px;
    padding-left: 5px;
  }

  .container.text-wrap {
    margin-top: 40px;
  }

  .container.thumb-inner {
    margin-top: 0;
  }

  .container.main-video-container {
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
    width: 80vw;
  }

  .container.spacer {
    height: 0vw;
  }

  .container.main-content {
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
    width: 80vw;
  }

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

  span.glyph.close-icon {
    top: 0;
    right: -65px;
    left: auto;
    font-size: 24px;
  }

  video.vid {
    width: 48vw;
    height: 27vw;
  }

  a.glyph.font-icon-link-1 {
    margin-bottom: 0;
    padding-top: 3px;
    padding-right: 0;

    -webkit-text-stroke-width: 0;
  }

  button.submit-btn {
    background-color: #0cd0ff;
    color: #000;
  }

  a.responsive-picture.logos {
    max-width: 195px;
    max-height: 170px;
    width: 195px;
    height: 100%;
  }

  a.responsive-picture.logos > picture {
    height: 100%;
  }
}

@media screen and (min-width: 72.625rem) {
  /* Layout Elements */

  .container.caption-holder {
    margin-top: 46%;
  }

  .container.allinside {
    padding-top: 140px;
  }

  .container.main-video-container {
    margin-top: -50px;
    width: 80vw;
    border-width: .0625rem;
    border-style: solid;
  }

  .container.spacer {
    height: 0vw;
  }

  .container.main-content {
    margin-top: 2px;
    width: 80vw;
  }

  button.submit-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

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

  h2.heading-3 {
    border-bottom-width: .1875rem;
    border-bottom-style: solid;
    font-family: 'Big Caslon', 'Book Antiqua', 'Palatino Linotype', Georgia, serif;
  }

  p.paragraph.footer-text {
    font-weight: 600;
  }

  p.paragraph.paragraph-1 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
  }

  span.text-element.label {
    font-size: 16px;
  }

  /* Interaction Elements */

  form.form-container.form-cont {
    box-shadow: rgba(0, 0, 0, .5) 3px 3px 6px 0;
  }

  input[type=text].label {
    box-shadow: rgba(0, 0, 0, .4) 2px 2px 5px 0;
  }

  input[type=email].email-1 {
    box-shadow: rgba(0, 0, 0, .4) 2px 2px 5px 0;
  }

  textarea.txt-area {
    box-shadow: rgba(0, 0, 0, .4) 2px 2px 5px 0;
  }

  /* Layout Elements */

  .container.caption-holder {
    margin-top: 46%;
  }

  .container.allinside {
    padding-top: 170px;
  }

  .container.spacer {
    height: 0vw;
  }

  .container.main-video-container {
    position: relative;
    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: -100px;
    margin-right: auto;
    margin-left: auto;

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

  .container.footer {
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    width: 80%;
  }

  .container.main-content {
    position: relative;
    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: 2px;
    margin-right: auto;
    margin-left: auto;

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

  .container.form-area {
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  button.submit-btn {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .5) 2px 2px 5px 0;
    font-size: 16px;
  }

  a.responsive-picture.logos {
    min-width: 100px;
    max-width: 195px;
    width: 195px;
  }
}