/* X-Small */
@media (max-width: 575.98px) {

    /* TAGS */
    body {
        font-size: 16px;
    }
    h2 {
        font-size: 28px;
    }
    header {
        line-height: 0px;
    }

    /* IDs */
    #sogehts img {
        max-width: 70%;
    }
    #gewinn img {
        max-width: 70%;
    }
    /* Classes */
    .fritz25 {
        font-family: "fritz";
        font-size: 20px;
    }
    .btn-primary,.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-secondary,.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
        font-size: 22px;
           width: 250px;
        padding: 10px 50px 7px 50px;
    }
}


/* Small */
@media (min-width: 576px) AND (max-width: 767.98px) {

    /* TAGS */
    header {
        line-height: 0px;
    }
    h2 {
        font-size: 46px;
    }

   
 
    /* IDs */
    #gewinn img {
        max-width: 70%;
    }
    /* Classes */
  

}

/* Medium */
@media (min-width: 768px) AND (max-width: 991.98px) {

    /* TAGS */
    header {
        line-height: 0px;
    }
    /* IDs */
    #gewinn img {
        max-width: 70%;
    }
    /* Classes */
    .fritz25 {
        font-family: "fritz";
        font-size: 22px;
    }
    

}

/* Large */
@media (min-width: 992px) AND (max-width: 1199.98px) {

    /* TAGS */

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        pointer-events: none; /* verhindert, dass unsichtbare Teile blocken */
        line-height: 0px;
      }
 
    /* IDs */

    /* Classes */
    .fritz25 {
        font-family: "fritz";
        font-size: 22px;
    }
  

}

/* X-Large */
@media (min-width: 1200px) AND (max-width: 1399.98px) {

    /* TAGS */
    header span {
        padding: 0 10px;
        font-size: 15px;
    }

    /* IDs */


    /* Classes */
    .fritz25 {
        font-family: "fritz";
        font-size: 22px;
    }
 

}

/* XX-Large */
@media (min-width: 1400px) AND (max-width: 1649.98px) {

    /* TAGS */
 

    /* IDs */
    

    /* Classes */

}