.mobile {
  display: none;
}

@media only screen and (max-width: 1000px) {

.main {
  height: calc(100lvh - 50px);
}

.desktop {
  display: none !important;
}

.mobile {
  display: block !important;
}

.header {
  background-color: pink;
}

.header-mobile-background {
  position: fixed;
  height: 50px;
  width: 100vw;
  background-color: var(--highlightbig);
  top: -40px;
}

.impressum-content {
  width: 85vw;
}

.impressum-social {
  bottom: 0px;
  right: 20px;
}

.social-logo {
  height: 20px;
  padding-right: 15px;
}



.background-mobile-menu {
  opacity: 0.5;
  background-color: black;
  width: 100vw;
  height: 100vh;
  position: fixed;

  z-index: -1;
}


.mobile-widget-button {
  font-size: 1em;
  /* margin: 3px; */
  padding: 0;
  border: none;
  margin-bottom: 20px;

  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.76);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.76);

  padding: 7px;
  transform: translateX(-7px);
}

.mobile-cal {
  background-color: #F6FF7E;
}
.mobile-newslet {
  background-color: #E090F2;
  border-radius: 18px;
}


/* WIDGETS */

.transformedcalendar {
  width: 100vw !important;
  height: calc(100vh - 50px) !important;
  top: 50px !important;
  left: 0 !important;

  overflow-y: scroll;

  z-index: 21;

  transform: translateX(0%) !important;
}

.header-hidden-mobile {
  opacity: 0 !important;
  pointer-events: none !important;
}

.opactrans {
  transition: opacity 0.5s ease;
}

.calendar-widget-mobile {
  position: fixed;
  /* right: 20px !important; */
  /* top: 35vh; */
  /* right: 0; */
  z-index: 11;

  width: 300px;
  /* height: 150px; */

  /* background-color: #F6FF7E; */

  transition: all 0.4s ease;

  /* overflow-y: scroll; */

  /* cursor: pointer; */
}

.calendar-widget-mobile {
  height: 75px;
  /* bottom: 50px; */
  top: calc(100vh - 0px);
  /* right: inherit; */

  left: 110vw;
  /* transform: translateX(-50%); */
}

.calendar-text {
  font-size: 1.75em;
}


.day-number {
  font-size: 25px;
}

.news-wrap {
padding-left: 15px;
padding-right: 15px;
}

.news-wrap p {
  font-size: 14px;
}

.news-titel {
padding-top: 5px;
padding-bottom: 5px;
font-size: 15px;
}



/* NEWSLETTER */

.newsletter-widget-mobile {
  position: fixed;
  right: 100px !important;
  transform: translateX(-50%) !important;
  top: 65vh;
  z-index: 11;

  width: 150px;
  height: 150px;

  /* background-color: #E090F2; */

  opacity: 0;



  border-radius: 100%;

  cursor: pointer;
}

.newsletter-content {
  top: calc(100vh - 250px);
  transition: all 0.5s ease;
  opacity: 0 !important;
  width: 100%;
  max-width: 500px;

  position: fixed;
}

.transformednewslettercontent {
  opacity: 1 !important;
  transition: all 0.5s ease;
}

.newsletter-text {
  font-size: 1.75em;
}


.transformednewslettermenu {
  top: 60px;
}

.transformednewslettermobile {
  width: 230vw;
  height: 230vw;
  top: 20vh;
  left: 50vw !important;
  transform: translateX(-50%) !important;
  background-color: #E090F2;

  z-index: 12;

  transition: all 0.5s ease;

  opacity: 1;
}

.transformednewsletter:hover {
  transform: translateX(-50%);
}

.newslettercrosshair {
  transform: translateX(-15px);
}

.newslettercrosshair:hover {
  transform: scale(1.1) translateX(-15px);
}


#mc_embed_signup {
background: transparent;
width: 80% !important;
transform: translate(0%, 0%) !important;
}

#mc_embed_signup .indicates-required {
text-align: left !important;
}





.threejs-element {
  top: inherit;
  bottom: 30px;
  left: calc(50vw - 200px);
  /* transform: translateX(-50%); */

  width: 400px;
  height: 400px;

  z-index: 30 !important;

  /* border: solid pink; */

}











}
