.btnUP {
  display: none;
  position: absolute;
  height: 55px;
  width: 120px;
  top: 5px;
  left: 10px;
  font-size: 22px;
  color: #555;
  background: none;
  border: none;
  cursor: pointer;
  background-color: red;
}
.btnUP:hover {
  color: #000;
  /*background: rgba(255, 255, 255, 0.1);*/
  /*border: 1px solid rgba(0, 255, 255, 0.3);*/
}
.divHEAD_MAIN {
  z-index: 100;
  background-color: #e9e9e9;
  width: 100%;
  height: 250px;
  padding: 55px 20px 55px 0;
  top: 0;
  left: 0;
  transition: 0.6s;
  float: left;
}
.divHEAD_MAIN_CENTER {
  width: 100%;
  max-width: 1050px;
  height: 100%;
  /* border: dotted green; */
  margin: 0 auto;
}
.divHEAD_MAIN_scroll {
  background-color: rgba(247, 247, 247, 1);
  height: 65px;
}
.divLOGO {
	background-image: url(../layout/mirjamw.svg);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	/* width: 600; */
	/* border: dotted #FFF 1px; */
	/* margin: 10px 0; */
	cursor: pointer;
	/* max-width: auto; */
	transition: 0.6s;
  /* margin-left: 20px; */
}
.divLOGO_small {
  background-image: url(../layout/Logo-Hasli-Aktiv_quer.svg);
  height: 150px;
  width: 240px;
  margin-top: -43px;
}
.divNAVIBTN_ONSCROLL {
  position: absolute;
  top: 25px;
  /*right: 23%;*/
  /*right: 20%;*/
  font-size: 65px;
  /*color: #fff;*/
}
.divHEAD_ONSCROLL_CONTAINER {
  z-index: 20;
  display: none;
  /* border-bottom: 1px solid #444; */
  /* height: 50px; */
  position: fixed;
  max-width: 100%;
  min-width: 100%;
  height: 85px;
  /* border-bottom: 1px solid #16709c; */
  /* border: 1px dotted #222; */
  /* padding: 5px; */
  top: 0;
  /* box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.27); */
}
@media all and (max-width: 1000px) and (min-width: 0px) {
  .btnUP {
    height: 120px;
    width: 120px;
    bottom: 0px;
    left: 50%;
    font-size: 42px;
    transform: translateX(-50%);
  }
  .divHEAD_MAIN {
    height: 320px;
  }
  .divHEAD_MAIN_scroll {
    /*background-color: rgba(247, 247, 247, 1.0);*/
    height: 125px;
  }
.divLOGO {
  margin-left: 20px;
}
  .divLOGO_small {
    height: 100%;
    width: 50%;
    margin: 0 0 0 10px;
  }
  .divHEAD_LANG {
    font-size: 40px;
    right: 130px;
    width: auto;
    min-width: 230px;
    padding-top: 16px;
    text-align: right;
    /*background-color: green;*/
  }
  .txtHEAD_LANG_CHOOSEN {
    border-bottom: 3px solid rgba(76, 72, 63, 1);
  }
  .divNAVI_CLOSE {
    padding-top: 0px;
    font-size: 120px;
    position: relative;
    /* padding: 0px 30px; */
    right: 50%;
    transform: translateX(-5%);
    top: 0;
    height: 55px;
  }
}
