@import url("https://use.typekit.net/qiq1npp.css");
* {
    box-sizing: border-box;
    font-family: "aaux-next";
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 23px;
}
html {
    margin: 0px;
    padding: 0px;
}
body {
    background-color: whitesmoke;
    background-image: url("../images/logo-ohne-text.png");
    background-position: -10px -90px;
    background-repeat: no-repeat;
    background-size: 275px;
}
footer {
    position:absolute;
    bottom: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-auto-flow: row;
    gap: 50px;
    justify-content: center;
    align-content: center;
    padding: 50px 300px;
    background: #333;
    color: whitesmoke;
}
footer > div {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url( "../img/play.svg"), url("../img/standart.jpeg");
    background-size: 22% auto, cover;
    background-position: center center;
    background-repeat: no-repeat;
}
footer > div:last-child {
}
footer > div.company {

}
footer > div.company > span.name {
    font-weight: bold;
    text-transform: uppercase;
}
footer > div.communication > span.label {
    width: 95px;
    display: inline-block;
    font-weight: bold;
}
footer > div.payment {
    text-align: center;
}
footer > div.payment > span {
    width: 100%;
    font-weight: normal;
    text-decoration: underline;
}
footer > div.payment > img {
    margin-top: 25px;
    margin-left: 25px;
}
footer > div.payment > img:first-child {
    margin-left: 0px;
}
footer > div > a {
    color: whitesmoke;
    text-decoration: none;
}
p {
    margin-top: 300px;
    margin-left: 300px;
    
    
}
p > a {
    color: green;
    font-weight: bold;
    text-decoration: none;
}
strong {
    font-weight: bold;
}