@media only screen and (min-width: 1025px) {
   
    * {
        box-sizing: border-box;
    }

   
    
    .content-wrapper {
        max-width: var(--desktop-breite-content);
        min-height: calc(100vh - var(--foot-hoehe));
        
    }

 .startseite-beitrag-container {
    grid-template-columns: repeat(2, 1fr);
  }

    .startseite-titelbild-text {
        font-size: 2em;
    }



    .fuss {
        color: var(--schriftfarbe-foot-desktop);
        
    }

    .fuss-container {
        padding-top: 0;
    }
     
    .fuss-wrapper {
        max-width: var(--desktop-breite-content);
    }

    .fuss-box {
        flex: 1 1 calc(50% - 16px); /* 2 nebeneinander */
    
    }

    .fuss-box:first-child {
        text-align: left;
     }

    
    
    .fuss-box a {
        display: block;
        width: 100%;
        position: relative;
        font-size: var(--fussbox-schriftgroesse);
        text-decoration: none;
    }

    .fuss-box b {
        font-size: var(--fussbox-schriftgroesse);   
        place-items: left;
    }

 .fuss-box p {
display: block;
width: 100%;
position: relative;
font-size: var(--fussbox-schriftgroesse);

 }
    .fuss-box:last-child {
        text-align: right;
    }

    .social_logo {
        max-height: 4em;
        width: auto;
    }

      .content-container h2 {
        text-align: left;
        scroll-margin-top:  calc(var(--logo-klein) + var(--navigation-hoehe));
      }

    
        #filter-form {
    grid-template-columns: 1fr 1fr;
  }
}
