body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body,
html {
    width: 100%;
}

html {
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #000; /* optionaler Fallback-Hintergrund */
    background-image: image-set(
            url("images/bg_footer-00_sm.webp") type("image/webp"),
            url("images/bg_footer-00_sm.jpg") type("image/jpeg")
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c7c7c7;
}

h1 {
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-weight: 200;
}

h2 {
    font-size: 14px;
    width: 100%;
    text-align: center;
    font-weight: 200;
    margin-top: 0;
}

.hr-wrap {
    width: 100%;
    margin: 10px 0;
    display: inline-block;
}

.orange-line {
    width: 185px;
    color: #cd9b15;
}

.allwrap {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 40px;
    padding: 20px 40px 40px 40px;

    .logo-wrap {
        background-image: url("images/ag_no_bg_white_md.png");
        width: 100%;
        height: 68px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }

    .content-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}


.facebook {
    background: url('icons/facebook.svg') no-repeat center;
}

.mail {
    background: url('icons/mail.svg') no-repeat center;
}

.instagram {
    background: url('icons/instagram.svg') no-repeat center;
}

.website {
    background: url('icons/wallpaper.svg') no-repeat center;
}

.youtube {
    background: url('icons/youtube.svg') no-repeat center;
}

.ag-icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    background-color: #cd9b15;
    border: 1px solid #fff;
    opacity: 0.8;
}

a:hover {
    opacity: 1;
}