.antispam{
    display: none;
  }

  .top-margin{
    margin-top: 50px;
  }

  #fh5co-header{
    top: 0;
  }

  footer#fh5co-footer{
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 0;
  }

  footer#fh5co-footer .fh5co-copyright{
    border: none;
  }

  .full-height{
    min-height: calc(100vh - 243px);
  }

  .languages{
    padding-left: 20px !important;
  }

  .languages a{
    padding: 0 !important;
  }

  .languages .lang-inactive img{
    filter: brightness(0.8);
  }

  .languages .lang-inactive img:hover{
    filter: brightness(1);
  }

  #fh5co-offcanvas .cta{
    width: 100%;
  }

  #fh5co-offcanvas .languages{
    transform: scale(2);
    padding-left: 42px !important;
    margin-top: 2em;
    width: calc(100% - 50px);
  }

  /* for sale banner 45° top left */
  .for-sale{
    position: absolute;
    top: 450px;
    left: -175px;
    width: 800px;
    height: 60px;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    background-color: #ff3c00;
    color: #fff;
    line-height: 1.5;
    font-size: 1.5em;
    font-weight: bold;
    z-index:500;
    text-align: center;
  }

  .for-sale .for-sale-inner{
    border: 2px solid white;
    border-left:0;
    border-right:0;
    margin: 10px 0px;
  }

  .fh5co-section-with-image .fh5co-box{
    z-index: 999;
  }

  #fh5co-agents{
    background: #7F7268;
  }

  #fh5co-blog .fh5co-entry {
    float: none;
  }

  .expository>div{
    margin-bottom: 20px;
  }
  
  .expository>div:last-child{
    margin-bottom: 0;
  }

  .expository > div > a{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: block;
  }

  #fh5co-hero .flexslider .fh5co-property-brief .fh5co-property-brief-inner .fh5co-box{
    width: 50%;
  }

  .pictograms{
    display:flex;
    flex-wrap: wrap;
    gap: 1em;
    text-align: center;
    margin-bottom: 20px;
  }

  .pictograms .pictogram-unit{
    width: 22%;
    margin: 0 1% 1% 0;
  }
  
  #fh5co-hero .flexslider .fh5co-property-brief .fh5co-property-brief-inner .fh5co-box .pictogram-unit p{
    color: black;
  }

  .pictograms .pictogram-unit{
    text-align: center;
    margin: auto;
  }

  .pictograms .pictogram-unit img{
    width: 70%;
    height: auto;
    margin: auto;
  }

  .fh5co-property-brief-btns{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
  }

  #fh5co-hero .flexslider .fh5co-property-brief .fh5co-property-brief-inner.custom-property-box{
    display:block;
    position: absolute;
    top: calc(100vh - 50%);
    left: 60%;
  }

  div.umgebung-custom{
    margin-bottom: 20px;
    left: initial !important;
    right: 10%;
    top: initial !important;
    bottom: 10%;
    transform: scale(0.8);
  }

  @media(max-width: 1440px){
    #fh5co-hero .flexslider .fh5co-property-brief .fh5co-property-brief-inner.custom-property-box{
      left: 50%;
    }
  }

  @media(max-width: 1024px){
    .custom-property-box .fh5co-box{
      margin-left: 562px;
    }
    #fh5co-hero .flexslider .fh5co-property-brief .fh5co-property-brief-inner .fh5co-box{
      width: 40%;
    }
    .pictograms .pictogram-unit{
      width: 30%;
    }
    #fh5co-hero .flexslider .fh5co-property-brief .fh5co-property-brief-inner.custom-property-box{
      display:table-cell;
      position: relative;
      top: 0;
      left: 0;
    }
  }

  @media(max-width: 768px){
    .fh5co-box{
      margin-left: 0;
    }
    #fh5co-hero .flexslider .fh5co-property-brief .fh5co-property-brief-inner .fh5co-box{
      width: 100%;
    }
    .pictograms .pictogram-unit{
      width: 21%;
    }
    .for-sale{
      transform: scale(0.7) rotate(-45deg);
      left: -150px;
      top: 320px;
    }
  }

  @media(max-width: 425px){
    .fh5co-box{
      margin-top: 90px;
    }
    .pictograms .pictogram-unit{
      width: 33%;
    }
  }