#suedwindfooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 12px;
    margin-top: 32px;
    padding-top: 32px;
    text-align: center;
}

@media only screen and (min-width: 1001px) {

    body {
        font-family: 'IBM Plex Sans Condensed', sans-serif;
        background: white;
    }
    .suedwindiv {
        background:#DEDEDE;
        width:20%;
        height:100px;
        padding:12px;
        display: inline-block;
        margin: 0px 20px 20px 0px;
    }

    #suedwindheader {
        background:#A83D72;
        padding:60px 26px 20px 60px;
    }

    #suedwindlogo {
        width: 40%;
    }

    #suedwindslogan {
        width: 40%;
        color: white; 
        font-size:x-large; 
        font-weight:100;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1000px) {

    body {
        font-family: 'IBM Plex Sans Condensed', sans-serif;
        background: white;
    }

    .suedwindiv {
        background:#DEDEDE;
        width:80%;
        height:140px;
        padding:32px;
        display: inline-block;
        margin: 2px 20px 20px 20px;
    }

    #suedwindheader {
        background: #A83D72;
        padding:60px 26px 20px 60px;
    }

    #suedwindlogo {
        width: 90%;
        text-align: center;
    }

    #suedwindslogan {
        width: 90%;
        color: white; 
        font-size:250%; 
        font-weight:100;
        margin-bottom: 0px;
        padding-bottom: 0px;
        text-align: center;
    }
}