/* Text Elements */

h2.section-heading {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #252525;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .017499999999999998rem;
  font-weight: 900;
  font-size: 1.5rem;
  font-family: 'Nixie One', cursive;
  line-height: 1.1;
}

h2.light-heading.section-heading {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .017499999999999998rem;
  font-weight: 700;
  font-size: 2.5rem;
  font-family: 'Nixie One', cursive;
}

h3.panel-heading {
  padding-top: 1.0714285714285714rem;
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-family: 'Ropa Sans', sans-serif;
}

h3.text-heading {
  margin-top: 1.5384615384615385rem;
  margin-bottom: .5769230769230769rem;
  color: #3f3f3f;
  text-align: center;
  font-weight: 400;
  font-size: 1.625rem;
  font-family: 'Nixie One', cursive;
}

h4.number {
  margin-top: .3rem;
  margin-bottom: .3rem;
  color: #252525;
  letter-spacing: .08333333333333333rem;
  font-size: 2.5rem;
  font-family: 'Nixie One', cursive;
}

h4.heading-1 {
  text-align: center;
  text-decoration: underline;
}

h6 {
  color: #fff;
  font-family: 'Ropa Sans', sans-serif;
}

h6.number-reference {
  margin-bottom: .22727272727272727rem;
  color: #adadad;
  font-size: 1.375rem;
}

p.paragraph {
  margin-top: .125rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}

p.paragraph.summery-p {
  margin: 1.1764705882352942rem auto .9411764705882353rem;
  width: 90%;
  color: #747474;
  text-align: center;
  font-weight: 700;
  font-size: 1.0625rem;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.paragraph-1 {
  text-align: center;
}

p.paragraph.paragraph-2 {
  text-align: center;
}

p.paragraph.impression-p.right-border-medium {
  border-right: .0625rem solid rgba(78, 78, 78, .4);
}

p.paragraph.impression-p {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  color: #4e4e4e;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

p.paragraph.paragraph-3 {
  text-align: center;
}

p.paragraph.paragraph-4 {
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

a.link-text.nav-item {
  margin-right: 0;
  margin-left: 0;
  padding: .5454545454545454rem .6363636363636364rem .8181818181818182rem;
  background-color: #fff;
  color: #252525;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: 'Ropa Sans', sans-serif;
}

a.link-text {
  color: #fff;
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
}

a.link-text.nav-item.smooth-scroll {
  display: block;
  padding-top: .6666666666666666rem;
  padding-bottom: .6111111111111112rem;
  color: #4e4e4e;
  font-size: 1.125rem;
  font-family: 'Nixie One', cursive;
}

a.link-text.mobile-menu-toggle {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 1rem;
}

a.link-text.nav-item.smooth-scroll:hover {
  background-color: #747474;
  color: #fff;
}

/* Layout Elements */

.container.header-row {
  min-height: 34.375rem;
  background-color: #4e4e4e;
  background-image: url('../images-gallery/small/headerback.jpg');
  background-size: auto auto;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
}

.container.nav-col {
  position: relative;
  margin-top: 0;
  background-color: transparent;
}

.container.temp {
  margin-top: 4.375rem;
  margin-bottom: 3.75rem;
  padding-right: 0;
  padding-left: 0;
}

.container.numbers-col {
  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: 0;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-right: .0625rem solid #e3e3e3;

  -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.section-row {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.container.dark.section-row {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  background-color: #252525;
  background-image: -webkit-linear-gradient(top, rgba(37, 37, 37, .85) 0%, rgba(236, 215, 37, .3) 20%, rgba(37, 37, 37, .9) 40%, rgba(37, 37, 37, .2) 100%), url('../images-small/wickerman.jpg');
  background-image:    -moz-linear-gradient(top, rgba(37, 37, 37, .85) 0%, rgba(236, 215, 37, .3) 20%, rgba(37, 37, 37, .9) 40%, rgba(37, 37, 37, .2) 100%), url('../images-small/wickerman.jpg');
  background-image:      -o-linear-gradient(top, rgba(37, 37, 37, .85) 0%, rgba(236, 215, 37, .3) 20%, rgba(37, 37, 37, .9) 40%, rgba(37, 37, 37, .2) 100%), url('../images-small/wickerman.jpg');
  background-image:         linear-gradient(180deg, rgba(37, 37, 37, .85) 0%, rgba(236, 215, 37, .3) 20%, rgba(37, 37, 37, .9) 40%, rgba(37, 37, 37, .2) 100%), url('../images-small/wickerman.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, 0 0;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, no-repeat;
}

.container.border-small.numbers-col {
  border-right-width: 0;
}

.container.menu-wrapper {
  position: absolute;
  right: .3125rem;
  left: .3125rem;
  z-index: 10;
  display: none;
  margin-top: .75rem;
}

.container.gallery-row {
  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;
  margin-top: 1.875rem;
  margin-bottom: 5rem;
  max-width: none;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.gallery-col {
  text-align: center;
}

.container.section {
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  border: .0625rem solid #00f;
  border-radius: 20px;
  background-color: rgba(255, 255, 0, .38);
  text-align: center;
}

.container.hero-col {
  margin-top: 2.5rem;
  padding-bottom: .625rem;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(37, 37, 37, .3) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:    -moz-linear-gradient(top, rgba(37, 37, 37, .3) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:      -o-linear-gradient(top, rgba(37, 37, 37, .3) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:         linear-gradient(180deg, rgba(37, 37, 37, .3) 0%, rgba(29, 30, 33, 0) 100%);
}

.container#panel1 {
  background-color: #45c7cf;
}

.container.tabs-panel {
  padding: 0;
}

.container.tabs-image-container {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
     -moz-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.container.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-5 {
  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: 0;
  padding: 0;
  border-width: 0;
  border-style: solid;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -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;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 0;
  margin-left: 0;
  width: 90%;
  border: .0625rem solid #00f;
  border-radius: 20px;
  background-color: rgba(255, 255, 0, .38);

  -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;
  -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.tabs-text-container {
  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-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: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-7 {
  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.container-8 {
  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: center;

  -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-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-9 {
  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-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: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-10 {
  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.impression-cnt.more-content {
  min-height: 20.625rem;
}

.container.impression-cnt {
  position: relative;
  margin-bottom: 1.25rem;
  padding-right: 0;
  padding-left: 0;
  min-height: 20.625rem;
}

.container.container-11 {
  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;
  float: left;
  -ms-flex-align: center;
  margin-right: 0;
  margin-left: 0;

  -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-container.nav-wrapper {
  position: relative;
  display: inline-block;
  padding: .625rem;

  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.rule.rule-1 hr {
  border-top-width: .0625rem;
}

.rule.rule-1 {
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
     -moz-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
}

.rule.middle.rule-1 {
  border-bottom: .0625rem solid #252525;

  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
     -moz-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
}

.rule.middle.rule-1 hr {
  border-top-color: #0a0a0a;
}

span.glyph.numbers-icon {
  color: #8e8e8e;
  font-size: 2.125rem;
}

ul.list-container.menu {
  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: stretch;
  margin-left: 0;
  padding: 1.25rem;
  background-color: rgba(37, 37, 37, .7);

  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}

div.responsive-picture.tab-image {
  max-width: none;
  background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.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;
}

li.list-item-container.tabs-title {
  position: relative;
  display: block;

  -webkit-box-flex: 0%;
  -webkit-flex: 0%;
     -moz-box-flex: 0%;
      -ms-flex: 0%;
          flex: 0%;
}

ul.list-container.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  border-bottom-width: 0;
  background-color: #b4b4b4;
}

div.responsive-picture.picture-1 {
  max-width: 1200px;
}

a.responsive-picture.picture-link-1 {
  margin: 10px;
  padding: 10px;
  min-height: auto;
  max-width: none;
  max-height: 400px;
  width: 90%;
  border: .0625rem solid #f00;
  border-radius: 10px;
}

a.responsive-picture.picture-link-3 {
  margin-top: 10px;
  max-width: 300px;
}

div.responsive-picture.picture-2 {
  margin: 10px;
  max-width: 300px;
}

.rule.dark-bckgr.middle.rule-1 {
  border-bottom-color: #fff;
}

.rule.dark-bckgr.middle.rule-1 hr {
  border-top-color: #747474;
}

a.responsive-picture.picture-link-2 {
  margin: 10px;
  max-width: 150px;
  max-height: 150px;
}

a.responsive-picture.picture-link-4 {
  margin: 10px;
  max-width: 300px;
}

a.responsive-picture.event-impression {
  max-width: none;
}

div.responsive-picture.picture-3 {
  max-width: 250px;
}

a.glyph.mobile-menu-toggle {
  padding-top: .375rem;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #de4344;
  text-align: center;
  line-height: 1;
}

ul.list-container.menu:hover {
  background-color: rgba(37, 37, 37, .9);
}

@media screen and (min-width: 28rem) {
  /* Text Elements */

  h2.section-heading {
    margin-top: 1.4166666666666667rem;
  }

  /* Layout Elements */

  .container.container-5 {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.section {
    float: left;
  }

  .container.tabs-text-container {
    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.gallery-row {
    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-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: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.impression-cnt.more-content {
    min-height: 45.625rem;
  }

  .container.impression-cnt {
    min-height: 39.375rem;
  }

  li.list-item-container.nav-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 75rem;
    width: 80%;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 250px;
  }

  a.responsive-picture.picture-link-3 {
    margin-top: 10px;
    margin-right: 0;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h2.section-heading {
    margin-top: 2.0833333333333335rem;
    font-size: 1.875rem;
  }

  h3.panel-heading {
    font-size: 30px;
  }

  h4.number {
    font-size: 3.4375rem;
  }

  h6.number-reference {
    text-align: center;
  }

  a.link-text.nav-item {
    padding-right: .5rem;
    padding-bottom: .6666666666666666rem;
    padding-left: .5rem;
    font-size: 1.125rem;
  }

  a.link-text.nav-item.smooth-scroll {
    padding-top: 1.3333333333333333rem;
    padding-bottom: 1.2rem;
    color: #4e4e4e;
    font-size: .9375rem;
  }

  a.link-text.mobile-menu-toggle {
    display: none;
  }

  /* Layout Elements */

  .container.menu-wrapper {
    position: relative;
    right: auto;
    left: auto;
    display: block;
  }

  .container.gallery-row {
    margin-top: 3.75rem;
  }

  .container.hero-col {
    background-color: transparent;
  }

  .container.tabs-text-container {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
       -moz-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }

  .container.header-row {
    position: relative;
    min-height: 37.5rem;
  }

  .container.nav-col {
    position: absolute;
    bottom: 0;
  }

  .container.container-5 {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;
    padding-top: 10px;
    padding-right: 10px;

    -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-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-7 {
    -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;
  }

  .container.impression-cnt.more-content {
    min-height: 55.625rem;
  }

  .container.impression-cnt {
    min-height: 49.375rem;
  }

  ul.list-container.menu {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: .9375rem;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  div.responsive-picture.tab-image {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
       -moz-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }

  li.list-item-container.nav-wrapper {
    padding: .5rem;
    background-color: transparent;
  }

  a.responsive-picture.picture-link-3 {
    margin-top: 10px;
    max-width: 600px;
  }

  a.glyph.mobile-menu-toggle {
    display: none;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 200px;
  }
}

@media screen and (min-width: 53rem) {
  /* Text Elements */

  a.link-text.nav-item.smooth-scroll {
    font-size: 1.125rem;
  }

  /* Layout Elements */

  .container.header-row {
    min-height: 43.75rem;
    background-image: url('../images-gallery/small/headerback.jpg');
    background-attachment: fixed;
    background-size: cover;
  }

  .container.container-6 {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    width: 90%;

    -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.container-7 {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 200px;
    max-height: none;
  }

  div.responsive-video.video-platform-1 {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h3.panel-heading {
    font-weight: 600;
    font-size: 30px;
  }

  p.paragraph.impression-p.right-border-large {
    border-right: 0 solid #4e4e4e;
  }

  p.paragraph.impression-p.right-border-medium {
    border-right-width: 0;
    border-right-color: #4e4e4e;
  }

  p.paragraph.paragraph-4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  p.paragraph.paragraph-3 {
    text-align: center;
  }

  a.link-text.nav-item {
    font-size: 1.375rem;
  }

  /* Layout Elements */

  .container.header-row {
    margin-bottom: 3.75rem;
    max-width: none;
    background-image: url('../images-gallery/small/headerback.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto 100%;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.numbers-col {
    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: 3.75rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-right: .0625rem solid #e3e3e3;

    -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.dark.section-row {
    max-width: none;
    background-image: -webkit-linear-gradient(top, rgba(37, 37, 37, .85) 0%, rgba(37, 37, 37, .9) 40%, rgba(37, 37, 37, .2) 100%), url('../images-small/wickerman.jpg');
    background-image:    -moz-linear-gradient(top, rgba(37, 37, 37, .85) 0%, rgba(37, 37, 37, .9) 40%, rgba(37, 37, 37, .2) 100%), url('../images-small/wickerman.jpg');
    background-image:      -o-linear-gradient(top, rgba(37, 37, 37, .85) 0%, rgba(37, 37, 37, .9) 40%, rgba(37, 37, 37, .2) 100%), url('../images-small/wickerman.jpg');
    background-image:         linear-gradient(180deg, rgba(37, 37, 37, .85) 0%, rgba(37, 37, 37, .9) 40%, rgba(37, 37, 37, .2) 100%), url('../images-small/wickerman.jpg');
  }

  .container.section-row {
    margin-top: 5.625rem;
    margin-bottom: 2.8125rem;
    max-width: 75rem;
  }

  .container.gallery-row {
    margin-top: 2.5rem;
  }

  .container.tabs-text-container {
    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-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;
  }

  .container.is-active.tabs-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.big-image-row.section-row {
    max-width: 100rem;
  }

  .container.hero-col {
    background-image: -webkit-linear-gradient(top, rgba(37, 37, 37, 0) 0%, rgba(29, 30, 33, 0) 100%);
    background-image:    -moz-linear-gradient(top, rgba(37, 37, 37, 0) 0%, rgba(29, 30, 33, 0) 100%);
    background-image:      -o-linear-gradient(top, rgba(37, 37, 37, 0) 0%, rgba(29, 30, 33, 0) 100%);
    background-image:         linear-gradient(180deg, rgba(37, 37, 37, 0) 0%, rgba(29, 30, 33, 0) 100%);
  }

  .container.container-6 {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    width: 90%;

    -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.container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -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-9 {
    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.impression-cnt.more-content {
    min-height: 46.25rem;
  }

  .container.impression-cnt {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    min-height: 46.25rem;
  }

  .container.impression-row {
    max-width: none;
  }

  .container.container-11 {
    margin-right: 0;
    margin-left: 0;
  }

  ul.list-container.menu {
    margin-right: auto;
    margin-left: auto;
    max-width: 56.25rem;
  }

  ul.list-container.tabs {
    margin-right: auto;
    margin-left: auto;
    max-width: 75rem;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 250px;
    max-height: none;
  }

  a.responsive-picture.picture-link-3 {
    max-width: 600px;
  }

  div.responsive-video.video-platform-1 {
    margin-right: 50px;
    margin-left: 50px;
  }
}

@media screen and (min-width: 83.75rem) {
  /* Text Elements */

  h2.section-heading {
    color: #000;
    font-weight: 900;

    -webkit-text-stroke-color: #000;
  }

  h4.heading-1 {
    text-decoration: underline;
  }

  p.paragraph.summery-p {
    max-width: 52.94117647058823rem;
    font-weight: 700;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
  }

  p.paragraph.paragraph-1 {
    max-width: 800px;
    text-align: center;
  }

  p.paragraph.paragraph-3 {
    text-align: center;
  }

  p.paragraph.impression-p.right-border-large {
    border-right-width: 0;
  }

  p.paragraph.impression-p.right-border-medium {
    border-right-width: 0;
  }

  p.paragraph.paragraph-4 {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  /* Layout Elements */

  body.body-1 {
    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;

    background-blend-mode: normal;
  }

  .container.container-1 {
    max-width: 75rem;
  }

  .container.header-row {
    min-height: 46.875rem;
    background-image: url('../images-gallery/small/headerback.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 100% 100%;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.hero-col {
    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;
  }

  .container.container-5 {
    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: center;

    -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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.section {
    float: none;
    border: .0625rem solid #00f;
    border-radius: 20px;
    background-color: rgba(255, 255, 0, .38);
  }

  .container.container-6 {
    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;
    width: 90%;
    border: .0625rem solid #00f;
    border-radius: 20px;
    background-color: rgba(255, 255, 0, .38);

    -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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.tabs-text-container {
    -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;
  }

  .container.gallery-col {
    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-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;
  }

  .container.dark.section-row {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .6) 0%, rgba(37, 37, 37, .9) 40%, rgba(29, 30, 33, 1) 100%), url('../images-gallery/small/headerback.jpg'), url('../images-small/wickerman.jpg');
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .6) 0%, rgba(37, 37, 37, .9) 40%, rgba(29, 30, 33, 1) 100%), url('../images-gallery/small/headerback.jpg'), url('../images-small/wickerman.jpg');
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .6) 0%, rgba(37, 37, 37, .9) 40%, rgba(29, 30, 33, 1) 100%), url('../images-gallery/small/headerback.jpg'), url('../images-small/wickerman.jpg');
    background-image:         linear-gradient(180deg, rgba(255, 255, 255, .6) 0%, rgba(37, 37, 37, .9) 40%, rgba(29, 30, 33, 1) 100%), url('../images-gallery/small/headerback.jpg'), url('../images-small/wickerman.jpg');
    background-attachment: scroll, scroll, scroll;
    background-position: left top, left top, 0 0;
    background-clip: border-box, border-box, border-box;
    background-origin: padding-box, padding-box, padding-box;
    background-size: auto auto, 100% auto, cover;
    background-repeat: repeat, repeat, no-repeat;

    background-blend-mode: normal, normal, normal;
  }

  .container.container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -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.gallery-row {
    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.container-9 {
    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-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: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-10 {
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-7 {
    -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;
  }

  .container.impression-cnt.more-content {
    min-height: 52.5rem;
  }

  .container.impression-cnt {
    min-height: 52.5rem;
  }

  .container.container-11 {
    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: 0;

    -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;
  }

  a.responsive-picture.picture-link-1 {
    margin: 10px;
    padding: 10px 10px 10px 9px;
    min-height: auto;
    max-width: 250px;
    max-height: none;
    border: .0625rem solid #f00;
    border-radius: 10px;
  }

  div.responsive-picture.tab-image {
    background-image: url('../images-gallery/small/bandbg.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;
  }

  a.responsive-picture.picture-link-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 600px;
  }

  div.responsive-picture.picture-2 {
    margin: 10px;
    max-width: 250px;
  }

  a.responsive-picture.picture-link-5 {
    margin: 10px;
  }

  a.responsive-picture.picture-link-4 {
    margin: 10px;
    max-width: 300px;
    max-height: 300px;
    border-width: 0;
    border-style: solid;
    border-radius: 0;
  }

  div.responsive-video.video-platform-1 {
    display: block;
    margin-right: 50px;
    margin-left: 50px;
    max-width: 100%;
  }

  a.responsive-picture.picture-link-2 {
    max-width: 200px;
    max-height: 200px;
  }

  a.responsive-picture.picture-link-6 {
    max-width: 600px;
    max-height: none;
  }
}

@media screen and (min-width: 106.25rem) {
  /* Text Elements */

  p.paragraph.impression-p {
    margin-bottom: 1.375rem;
  }

  /* Layout Elements */

  .container.impression-cnt {
    min-height: 58.75rem;
  }
}