.cross--workMenu {
  display: block;
}

.cross--workMenu-mobile {
  display: none;
}

.off--desktop {
  display: none;
}

.projPrevNext_pad {
  height: 82px;
}

@media (max-width: 1050px) {}

/* PADs samall screens */

@media (max-width: 1279px) {
  .projects__section {
    width: 66%;
}

.contacts_body {
  flex-direction: column;
}

.projects__section {
  padding-left: var(--main--margin);
  margin-bottom: 8rem;
}

.projects__section,
.projects__margin,
.jobs__margin {
  position: unset;
  height: unset;
  top: unset;
  overflow: unset;
  height: unset;
  overflow-x: unset;
}
.projects__margin {
  margin-right: 77px;
}

.jobs__margin {
  margin-right: 115px;
}

.address__padding {
  margin-bottom: 3.5rem;
}

.projects__margin_top {
  margin-top: 2.5rem;
  margin-bottom: 7.5rem;
}

.projects__margin_top {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}

.stcky__pad {
  height: fit-content !important;
  position: sticky !important;
  top: 12px !important;
}

.jobsz {
  margin-bottom: 3rem;
}

.contacts--align {
  width: 65%;
}

}


@media (max-width: 48em) {

  html,
  body {
    overscroll-behavior: none;
  }

  /* 
    GENERAL 
  */

  .title__mobile {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: calc(100vw - (var(--main--margin) * 2));
    height: var(--align--top);
    align-items: flex-end;
    background: var(--main--color);
    margin: 0px var(--main--margin);
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    z-index: 3;
  }

  .hidden {
    visibility: visible;
    opacity: 1;
  }

  .hide_mobile,
  .hide_presence {
    display: none !important;
  }

  .hide_from_mobile {
    display: none !important;
  }

  .hide_desktop {
    display: block !important;
  }

  .pointer__events {
    pointer-events: none;
  }

  article a:hover {
    color: black;
    transition: none;
  }

  a:hover .index--image--position {
    transition: none;
    display: none;
  }

  .header {
    justify-content: center;
  }

  .header li a {
    margin-left: 0;
  }

  .header .menu {
    width: 80%;
    justify-content: space-between;
  }

  .block {
    margin: 10px 0 10px 0;
  }

  .block-type-slider {
    height: fit-content;
  }

  .nonverbal__margin {
    margin-top: var(--nav--height);
  }

  .bottom--space {
    padding-bottom: 30px;
  }

  .framing-medium {
    width: 100%;
  }

  .framing-small {
    width: 60%;
  }

  .framing-tiny {
    width: 70%;
  }

  .gallery--picture {
    width: 70%;
  }

  .content--alignment {
    padding-top: 80px;
  }

  .main__section__mobile {
    width: calc(100% - var(--main--margin));
  }

  .contacts--image--position {
    display: none;
  }

  .sec__container {
    padding-top: var(--main--alignment);
  }

  .project__header {
    padding-top: var(--main--alignment);
  }

  .title--position {
    padding-bottom: 25px;
  }

  .block-type-text {
    padding: 0 20px
  }

  .header {
    justify-content: center;
  }

  .header {
    width: 100vw;
  }

  .project__name {
    min-width: 0;
  }

  .align-tiny {
    flex-wrap: wrap;
  }


  /* 
  MMMR mobile css 
*/

  .homebody {
    height: fit-content;
    overflow-y: unset;
    position: unset;
    width: 100vw;
  }

  .word_2,
  .word_3,
  .word_4,
  .architekten,
  .slidercontainer {
    animation: none;
  }


  .menu-container_mb {
    display: flex;
    position: absolute;
    padding: 10px 10px 4px 10px;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 2;
  }

  .architekten__c {
    left: 125px;
    top: 10px;
  }

  .slidercontainer {
    opacity: 1;
    top: unset;
  }

  .slide {
    padding-left: 10px;
  }

  picture img {
    max-width: calc(100% - 10px);
  }

  .video__width {
    max-width: calc(100% - 10px);
  }

  .section__info {
    padding: 0 10px 0 10px;
    width: 100%;
  }

  .contacts--align {
    padding-left: 0;
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }

  .address__padding {
    padding-left: 0px;
    margin-bottom: 6.25rem;
  }

  .projects__section {
    width: 100%;
    position: unset;
    right: 0;
    padding-right: 0;
    overflow: unset;
    height: fit-content;
  }

  .projects__margin_top {
    margin-top: 4.75rem;
    margin-bottom: 3.5rem;
  }

  .projects__section ul,
  .contacts--align .flex {
    flex-direction: column;
  }

  h3,
  h4,
  h5,
  li,
  p,
  a {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }

  h5 {
    margin-bottom: 3rem;
  }

  .slider__wrap_exp {
    max-width: 100vw;
    width: 100vw;
    overflow: hidden;
    min-height: fit-content;
    margin: 140px 0;
  }

  .team__margin,
  .projects__margin,
  .jobs__margin {
    margin-right: 109px;
    margin: 0 0 3rem 0;
  }
  
  .projects__text__width {
    max-width: 95%;
  }
  
  .contacts--align {
    width: 95% !important;
  }
  .projects__section {
    width: 96% !important;
    padding-left: 0px !important;
  }

  

}
