@font-face {
    font-family: "Maven Pro";
    src: url('../font/MavenPro-VariableFont_wght.ttf');
}

* {
    padding: 0;
    margin: 0;
    font-family: "Maven Pro", sans-serif;
}

body {
    background-color: #000000;
}

p {
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
}

a {
    color: #ffffff;
    text-decoration: none;
}

h1 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 30px;
}

h2 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
}

body .inner {
    width: 1000px;
    min-height: calc(100vh - 110px);
    margin: 30px auto 30px auto;
    padding-bottom: 50px;
    display: block;
    text-align: center;
    position: relative;
}

@media (max-width: 1024px) {
    body .inner {
        margin-right: 15px;
        margin-left: 15px;
        width: calc(100% - 30px);
    }
}

.content {
    margin-bottom: 100px;
}

#logo {
    background-image: url("../image/logo.png");
    display: inline-block;
    width: 100%;
    height: 200px;
    margin-top: 150px;
    margin-bottom: 100px;
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

#logo_subpage {
    background-image: url("../image/logo.png");
    display: inline-block;
    width: 300px;
    height: 70px;
    max-width: 100%;
    margin-bottom: 40px;
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

#visitenkarte {
    display: inline-block;
    width: 300px;
    text-align: left;

}

#visitenkarte #gewerk_image {
    background-image: url("../image/gewerk.png");
    display: inline-block;
    height: 70px;
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 20px;
}

#visitenkarte p {
    text-transform: uppercase;
}

#visitenkarte p .label {
    display: inline-block;
    min-width: 50px;
}

footer #footer_navi p {
    text-align: center;
    color: #dddddd;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer #footer_navi a {
    color: #bbbbbb;
}