/* Beginn Eingangsanimation */

.startblende {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  z-index: 10000;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: 25% auto;
  background-color: #FFF;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Ende Eingangsanimation */

.section {
  position: static;
  z-index: auto;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block {
  position: relative;
  top: 50%;
  display: block;
  width: 100vw;
  direction: ltr;
  font-family: 'Helvetics Neue', Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.text-block-2 {
  position: relative;
}

.dropdown {
  position: static;
}

.body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
}

.regionalitaet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*background-color: #3c3732;*/
  background-clip: border-box;
}

.herkunft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*background-color: #3c3732;*/
}

.tierwohl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*background-color: #3c3732;*/
}

.handwerk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*background-color: #3c3732;*/
}

.qualitaet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*background-color: #3c3732;*/
}

.header {
  position: fixed;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.emmentaler-logo {
  width: 300px;
  height: 75px;
  margin-top: 10px;
  margin-left: 10px;
}

.wimpel {
  position: fixed;
  left: 50%;
  top: 75%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 50px;
  height: 50px;
  margin-left: 0px;
}

.wimpel._2-1 {
  margin-top: 368px;
  margin-left: -214px;
}

.wimpel-normal {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  cursor: cell;
}

.wimpel-hover {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.div-block {
  position: fixed;
  z-index: 2;
  width: 400px;
  height: 300px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(#000));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), #000);
}

.image {
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-left: 20px;
}

.heading {
  margin-right: 40px;
  margin-left: 40px;
  font-family: 'Helvetics Neue', Arial;
  color: #fff;
  font-style: normal;
  font-weight: 900;
}

.heading-2 {
  position: absolute;
  left: 160px;
  bottom: 20%;
  margin-left: 0px;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
}

.wimpel-headline {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Helvetics Neue', Arial;
  font-weight: 600;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  cursor: auto;
}

.wimpel-transparenz {
  position: fixed;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.usp {
  position: fixed;
  z-index: 40;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.usp-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 600px;
  margin-left: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.close-normal {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Helvetics Neue', Arial;
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 0px;
  margin-left: 60px;
  font-family: 'Helvetics Neue', Arial;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.text-block-3 {
  margin-top: 50px;
  margin-left: 50px;
  color: #fff;
  font-size: 20px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 50px;
  margin-top: 40px;
  margin-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  font-family: Athelas, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  cursor: pointer;
}

.button.landingpage {
  position: static;
  padding: 10px;
  height: 38px;
  width: 180px;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #c8a078;
  background-color: transparent;
  background-image: none;
  font-family: Athelas, sans-serif;
  color: #c8a078;
  font-weight: 400;
}

.close {
  cursor: pointer;
}

.close-hover {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.logo-hover {
  position: absolute;
  width: 110px;
  height: 110px;
  margin-top: 10px;
  margin-left: 10px;
  /*background-color: #c8a078;*/
  opacity: 0;
}

.logo-hover-box {
  position: absolute;
  z-index: 3;
  width: 110px;
  height: 110px;
  margin-top: 10px;
  margin-left: 10px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*background-color: #3c3732;*/
}

.headline {
  /*height: 58px;*/
  margin-top: 50%;
  margin-bottom: 0px;
  width: 90%;
  text-align: center;
  font-family: 'Helvetics Neue', Arial;
  color: #fff;
  font-size: 75px;
  line-height: 75px;
}

.headline.navigationspunkt {
  height: 55px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.headline.footer {
  height: 40px;
  margin-bottom: 0px;
  font-family: Athelas, sans-serif;
  color: #c8a078;
  font-size: 50px;
  line-height: 50px;
  font-style: italic;
  font-weight: 400;
}

.lottie-regionalitaet {
  display: block;
  /*
    Kann nicht an dieser Stelle nicht platziert werden, weil sonst die Lottie nicht gescrollt werden kann!
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
  */
}

.lottie-tierwohl {
}

.lottie-handwerk {
}

.lottie-qualitaet {
}

/*
.lottie-div {
  position: static;
  height: 25%;
}
*/

.lottie-animation {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 100%;
}

/*
canvas {
  height: 100vh !important;
  min-width: 200% !important;
  overflow: hidden !important;
}
*/

.lottie-1-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 100%;
  height: 100vh;
}

.lottie-2-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 100%;
  height: 100vh;
  /*width: 100vw;*/
}

.lottie-3-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 100%;
  height: 100vh;
  /* width: 100vw; */
}

.lottie-4-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 100%;
  height: 100vh;
  /* width: 100vw; */
}

.div-headline {
  position: -webkit-sticky;
  top: 0px;
  bottom: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.div-headline2 {
  position: -webkit-sticky;
  /*position: sticky;*/
  top: 0px;
  bottom: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fortschritt {
  position: fixed;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fortschritt-1 {
  width: 5px;
  height: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  /*background-color: #c8a078;*/
}

.pfeil {
  width: 15px;
  margin-top: -490px;
}

.fortschrittsbalken {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fortschritt-2 {
  width: 5px;
  height: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.fortschritt-3 {
  width: 5px;
  height: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.fortschritt-4 {
  width: 5px;
  height: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.link-handwerk {
  width: 5px;
  height: 120px;
}

.link-fortschritt {
  margin-top: 5px;
  margin-bottom: 5px;
}

.bold-text {
  font-size: 15px;
}

.bold-text-2 {
  font-size: 15px;
}

.bold-text-3 {
  font-size: 15px;
}

.headline-aop-div-new {
  position: absolute;
  overflow: hidden;
  top: 140%;
  z-index: 10;
  width: 100%;
}

.headline-aop-div {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.arrow_down {
  position: relative;
  text-align: center;
  top:50px;
  height: 100px;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 6s;
}

@keyframes fadeInOpacity {
  0% {
    top:10px;
    opacity: 0;
  }
  100% {
    top:50px;
    opacity: 1;
  }
}

.headline-aop {
  /*height: 56px;*/
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 140px;
  font-family: 'Helvetics Neue', Arial;
  font-weight: 600;
  color: #fff;
  font-size: 75px;
  line-height: 76px;
}

.headline-aop.zeile-1 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.headline-aop.zeile-2 {
  margin-bottom: 20px;
}

.headline-aop.zeile-3 {
  height: 35px;
  margin-bottom: 0px;
  font-family: Athelas, sans-serif;
  color: #c8a078;
  font-size: 50px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
}

.italic-text {
  font-family: Athelas, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.menu-icon {
  position: absolute;
  top: 28.5px;
  right: 30px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  cursor: pointer;
}

.burger-linie {
  width: 50px;
  height: 1px;
  background-color: #fff;
}

.landingpage {
  position: fixed;
  z-index: 600;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.6);
}

.landingpage-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.landingpage-content-div {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.landingpage-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-bild {
  width: 100%;
  margin-bottom: 50px;
}

.content-category {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Helvetics Neue', Arial;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
}

.content-arrow {
  position: absolute;
  z-index: 610;
  top: 41vh;
  left: 100vw;
  margin-left: -100px;
}

.content-headline {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Times, sans-serif;
  font-size: 30px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
  font-style: italic !important;
}

.content-logo {
  height: 30px;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
}

.content-teaser,
.content-text {
  margin-bottom: 50px;
  font-family: 'Helvetics Neue', Arial;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.content-text div {
  padding: 0px;
  margin: 0px;
}

.content-text h1 {
  font-family: Athelas, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  font-style: italic;
}

.content-text h2 {
  font-family: 'Helvetics Neue', Arial;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  padding-top: 10px;
}

.content-text h3 {
  font-family: 'Helvetics Neue', Arial;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  padding-top: 10px;
}

.content-teaser ul,
.content-text ul {
  list-style-image: url('../images/eaop-bulletpoint-black2-PNG.png');
  left: 0px;
  top: 0px;
  margin: 0px 0px 0px 0px;
  padding-left: 16px;
}

.content-text {
  margin-bottom: 50px;
  font-family: 'Helvetics Neue', Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.content-text a {
  font-weight: 600;
  color: #c8a078;
  text-decoration: none;
}

.content-text img {
  width: 100%;
  height: inherit;
  padding: 15px 0;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Helvetics Neue', Arial;
  font-size: 25px;
}

.landingpage-content {
  overflow: visible;
  background-color: #FFF;
  position: relative;
  z-index: 620;
}

.landingpage-content-box {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-close-on,
.content-close-off {
  position: static;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-left: 0px;
  margin-top: 11px;
  cursor: pointer;
}

.content-close-on {
    margin-left: -40px;
    opacity: 0;
}

.close-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  text-align: right;
  align-content: right;
  vertical-align: right;
  margin-left: 40px;
}

.content-footer {
  position: relative;
  height: 200px;
  z-index: 620;
}

.bolino-spacer {
  display: inline-flex;
  justify-content: center;
  margin: 20px 0 40px 0;
  width: 100%;
}
.bolino-line {
  width: 35%;
  background-image: url(../images/bolino-line-bg.png);
  background-position: center center;
  background-repeat: repeat-x;
  float: left;
}
.bolino-icon {
  padding: 0 10px;
  float: left;
}

.div-block-2 {
  width: 50px;
  height: 50px;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tags-headline {
  font-family: 'Helvetics Neue', Arial;
  color: #c8a078;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
}

.tags-content {
  font-size: 15px;
}

.tags-text {
  font-family: 'Helvetics Neue', Arial;
  color: #c8a078;
  font-size: 15px;
  font-weight: 300;
}

.tags-text.footer-copyright {
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: 140px;
}

.bold-text-4 {
  letter-spacing: 5px;
}

.sub-headline {
  margin-top: 20px;
  width: 80%;
  text-align: center;
  font-family: Athelas, sans-serif;
  font-size: 50px;
  font-style: italic;
  line-height: 50px;
  color: #c8a078;
}

.sub-headline a {
  text-decoration: none;
  color: #c8a078 !important;
}
.sub-headline a:hover {
  text-decoration: none;
  color: #FFF !important;
}

.btn {
  padding:10px;
  border: 1px solid #c8a078;
  font-family: Athelas, sans-serif;
  color: #c8a078;
  font-size: 25px;
  margin-top: 10px;
  width: 400px;
}

.btn a {
  text-decoration: none;
  color: #c8a078;
}

.sub-headline.footermargin {
    padding: 0 10%;
}

.sub-headline.sub-navigation.footer-navigation {
  height: 19px;
  margin-top: 0px;
  font-size: 25px;
  line-height: 20px;
}

.text {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50%;
  padding-left: 20%;
  padding-right: 20%;
  font-family: 'Helvetics Neue', Arial;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.navigation {
  position: fixed;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.navigationspunkte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link.w--current {
  color: #fff;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-5 {
  text-decoration: none;
}

.link-5.w--current {
  color: #c8a078;
  cursor: pointer;
}

.link-6 {
  text-decoration: none;
}

.link-6.w--current {
  color: #c8a078;
  cursor: pointer;
}

.navigation-close {
  position: absolute;
  right: 0px;
  z-index: 120;
  display: none;
  width: 50px;
  height: 40px;
  margin-top: 45px;
  margin-right: 47.5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.close-linie {
  width: 50px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-linie._2 {
  position: static;
}

.close-linie._1 {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.maus {
  position: fixed;
  left: 30px;
  /*right: auto;*/
  bottom: 30px;
  z-index: 10;
  width: 25px;
  height: 50px;
}

.klick {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 50;
  width: 50px;
  height: 50px;
  background-color: #fff;
}

.landingpage-close {
  width: 50%;
}

/* End custom CSS */
/* Start Custom Fonts CSS */

@font-face {
    font-family: 'Helvetics Neue';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('../fonts/helv_regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetics Neue';
    font-style: normal;
    font-weight: bold;
    font-display: auto;
    src: url('../fonts/helv_bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetics Neue';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('../fonts/helv_light.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */



@font-face {
  font-family: 'Athelas';
  src: url('../fonts/Athelas-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}



/* Responsive => Mobile */
@media screen and (max-width: 479px) {

  .header {
    height: 90px;
  }

  .headline-aop-div {
    width: auto;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .btn {
    width: 100%;
  }

  .headline-aop {
    /*height: 56px;*/
    margin-top: 0px;
    margin-bottom: 25px;
    margin-left: 40px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
  }

  .headline-aop.zeile-1 {
  /*height: 36px;*/
  margin-bottom: 0px;
  margin-left: 40px;
  font-size: 35px;
  line-height: 36px;
  }

  .headline-aop.zeile-2 {
    /*height: 75px;*/
    margin-left: 40px;
    font-size: 35px;
    line-height: 36px;
    word-wrap: normal !important;
  }

  .headline-aop.zeile-3 {
    height: 16px;
    margin-left: 40px;
    font-style: italic;
    font-size: 25px;
    line-height: 23px;
  }


  .bolino-spacer {
    margin: 10px 0 0 0;
  }

  .emmentaler-logo {
  width: 250px;
  height: 55px;
  }

  .wimpel {
  left: 16%;
  top: 83%;
  }

  .wimpel-normal {
  width: 40px;
  height: 40px;
  }

  .wimpel-hover {
  width: 40px;
  height: 40px;
  }

  .wimpel-headline {
  height: 40px;
  margin-left: 50px;
  font-size: 20px;
  line-height: 20px;
  }

  .usp {
  display: none;
  }

  .usp-content {
  margin-right: 40px;
  margin-left: 40px;
  }

  .close-normal {
  width: 40px;
  height: 40px;
  }

  .heading-3 {
  height: 40px;
  font-size: 20px;
  }

  .paragraph {
  font-size: 15px;
  line-height: 22.5px;
  }

  .button {
  padding: 20px;
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
  }

  .button.landingpage {
  width: 100%;
  margin-bottom: 50px;
  font-style: italic;
  }

  .close-hover {
  width: 40px;
  height: 40px;
  }

  .logo-hover-box {
  display: none;
  width: 55px;
  height: 55px;
  }

  .headline {
    height: 36px;
    font-size: 24px;
    line-height: 22px;
    width: 100vw;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
  }

  .headline.navigationspunkt {
  height: 34px;
  }

  .headline.footer {
  height: 22px;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 20px;
  font-style: italic;
  }

  .fortschritt {
    left: -10px;
    margin-top: 50px;
  }

  .bold-text {
  font-size: 10px;
  }

  .bold-text-2 {
  font-size: 10px;
  }

  .bold-text-3 {
  font-size: 10px;
  }

  .menu-icon {
  top: 30px;
  right: 20px;
  width: 40px;
  height: 15px;
  }

  .burger-linie {
  width: 40px;
  }

  .landingpage {
  display: none;
  }

  .landingpage-content {
    margin-top: 52vh;
    padding: 20px 40px;
  }

  .landingpage-content-box {
  width: 100%;
  }

  .landingpage-content-div {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
  }

  .landingpage-header {
    height: 40px;
    margin-bottom: 25px;
    margin-left: 10%;
    width: 80%;
  }

  .content-category {
    position: absolute;
    z-index: 610;
    top: 35vh;
    left: 30px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Helvetics Neue', Arial;
    font-size: 12px;
    font-weight: 600;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 3px;
  }

  .content-bild {
  margin-bottom: 25px;
  }

  .content-close-on {
      opacity: 1;
  }

  .content-headline {
    padding-top: 30px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 30px;
    font-style: italic !important;
  }

  .content-logo {
  margin: -11px 0px 0px 0px;
  }

  .heading-5 {
  margin-bottom: 12.5px;
  font-size: 20px;
  line-height: 20px;
  }

  .close-div {
  min-width: 60px;
  height: 60px;
  }

  .content-footer {
    background-color: #FFF;
    height: 140px;
    padding: 0 10% 250px 10%;
  }

  .tags-text {
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  }

  .tags-text.footer-copyright {
  margin-right: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 10px;
  line-height: 15px;
  }

  .bold-text-4 {
  letter-spacing: 3px;
  }

  .sub-headline {
    width: 100%;
    /*height: 20px;*/
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    
  }
  .headline.addposition {
    margin-bottom: 40px !important;
  }

  .sub-headline.footermargin {
    padding: 50px 10%;
  }

  .sub-headline.sub-navigation {
  margin-top: 25px;
  }

  .sub-headline.sub-navigation.footer-navigation {
  font-size: 20px;
  }

  .text {
  width: 100%;
  padding-top: 20px;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 15px;
  line-height: 22.5px;
  text-align: center;
  }

  .navigation {
/*  display: none;*/
  }

  .link.w--current {
  line-height: 30px;
  }

  .maus {
    left: 50%;
    right: 30px;
    bottom: 20px;
    width: 20px;
    height: 40px;
    margin-left: -10px;
  }

  .landingpage-close {
  display: none;
  }

}

/* Responsive => Tablet */
@media screen and (max-width: 991px) {

  .button.landingpage {
    background-color: transparent;
  }

  .landingpage {
    display: none;
  }

  .landingpage-content-box {
    /*width: 66%;*/
  }

  .landingpage-close {
    width: 33%;
  }
  
}