/* Text Elements */

h1 span.heading-text-1 {
  font-size: 3.75rem;
}

h1.heading-1 {
  color: #998529;
  text-align: center;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

h1.Northamerica.heading-1 {
  color: #996629;
  text-shadow: #fff 2px 2px 2px;
}

h1.Southamerica.heading-1 {
  color: #833219;
  text-shadow: #fff 2px 2px 2px;
}

h1.Europe.heading-1 {
  text-shadow: #fff 2px 2px 2px;
}

p.paragraph {
  max-width: 800px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.paragraph-1 {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
  font-style: italic;
}

p.paragraph.founded.paragraph-1 {
  color: #010101;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

p.paragraph span.paragraph-text-1 {
  font-size: 1.125rem;
}

p.paragraph.anschrift {
  margin: 50px auto 30px;
  padding-top: 0;
  max-width: 500px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 100%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 100%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 100%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 100%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  color: #010101;
  text-align: center;
  font-style: normal;
  font-size: 20px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;

  background-blend-mode: normal;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 900;
}

p.paragraph span.paragraph-text-4 {
  font-weight: 900;
}

p.paragraph.paragraph-2 {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #010101;
  text-align: center;
  font-family: 'Imprima', sans-serif;
}

/* Layout Elements */

.container.nav-bar {
  position: absolute;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background-color: #fff;

  -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.footer-region {
  padding: 50px 24px;
  min-height: 0;
  background-color: #dbb30e;
  background-image: url('../Backgrounds/footer.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.container-2 {
  margin-top: 0;
  margin-bottom: 30px;
}

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

.container.container-1 {
  margin-right: 0;
  margin-left: 0;
}

.container.container-4 {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

.container.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  min-height: 93vh;
  background-color: #010101;
  background-image: -webkit-linear-gradient(bottom, rgba(1, 1, 1, .5) 0%, rgba(29, 30, 33, .75) 100%), url('../images/18.jpeg');
  background-image:    -moz-linear-gradient(bottom, rgba(1, 1, 1, .5) 0%, rgba(29, 30, 33, .75) 100%), url('../images/18.jpeg');
  background-image:      -o-linear-gradient(bottom, rgba(1, 1, 1, .5) 0%, rgba(29, 30, 33, .75) 100%), url('../images/18.jpeg');
  background-image:         linear-gradient(0deg, rgba(1, 1, 1, .5) 0%, rgba(29, 30, 33, .75) 100%), url('../images/18.jpeg');
  background-attachment: scroll, fixed;
  background-position: left top, center top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, 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.hero-content-region {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1000px;
}

.container.container-6 {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 100%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 100%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 100%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 100%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;

  background-blend-mode: normal;
}

.container.container-7 {
  margin-bottom: 20px;
}

a.responsive-picture.picture-link-1 {
  max-width: 200px;
  width: 50%;
  -webkit-filter: sepia(.5) opacity(.75);
          filter: sepia(.5) opacity(.75);
}

a.responsive-picture#picture-link-1 {
  -webkit-filter: sepia(0) opacity(1) grayscale(0);
          filter: sepia(0) opacity(1) grayscale(0);
}

a.responsive-picture.Logo.picture-link-1 {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 200px;
  border-radius: 150px;
  -webkit-filter: sepia(0) opacity(1) grayscale(.01);
          filter: sepia(0) opacity(1) grayscale(.01);
}

a.responsive-picture.picture-link-2 {
  float: left;
  margin-right: 13px;
  margin-left: 13px;
  max-width: 40px;
}

a.responsive-picture.picture-link-3 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  max-width: 300px;
}

div.responsive-picture.picture-2 {
  float: left;
  margin-right: 0;
  margin-left: 0;
  max-width: 50px;
}

div.responsive-picture.picture-3 {
  float: right;
  margin-right: 0;
  margin-left: 0;
  max-width: 50px;
}

div.responsive-picture.picture-4 {
  float: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 50px;
}

div.responsive-picture.picture-1 {
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  max-width: 650px;
  width: 100%;
}

div.responsive-picture.picture-5 {
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  max-width: 650px;
}

div.responsive-picture.picture-6 {
  margin-top: -125px;
  margin-right: auto;
  margin-left: auto;
  max-width: 650px;
}

a.responsive-picture#picture-link-1:hover {
  -webkit-filter: sepia(0) opacity(1) brightness(1.24) invert(.05) grayscale(.01);
          filter: sepia(0) opacity(1) brightness(1.24) invert(.05) grayscale(.01);
  -webkit-transform: scaleY(1) scaleZ(1) perspective(0px) skewX(0deg);
     -moz-transform: scaleY(1) scaleZ(1) perspective(0px) skewX(0deg);
          transform: scaleY(1) scaleZ(1) perspective(0px) skewX(0deg);
}

a.responsive-picture.Logo.picture-link-1:hover {
  -webkit-transform: scaleY(1) scaleZ(1) perspective(0px) skewX(6deg);
     -moz-transform: scaleY(1) scaleZ(1) perspective(0px) skewX(6deg);
          transform: scaleY(1) scaleZ(1) perspective(0px) skewX(6deg);
}

@media screen and (max-width: 48rem) {
  /* Layout Elements */

  .container.nav-bar {
    -ms-flex-pack: justify;
    padding-bottom: 0;

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

@media screen and (max-width: 35rem) {
  /* Layout Elements */

  .container.nav-bar {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: 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;
  }

  .container.nav-link-wrapper {
    margin-top: 26px;
  }
}

@media screen and (max-width: 28.75rem) {
  /* Layout Elements */

  .container.container-5 {
    margin-bottom: 30px;
  }
}