@font-face {
    font-family: 'Khand';
    src: url('fonts/Khand-Regular.woff2') format('woff2'),
        url('fonts/Khand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Khand';
    src: url('fonts/Khand-Medium.woff2') format('woff2'),
        url('fonts/Khand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Khand';
    src: url('fonts/Khand-Bold.woff2') format('woff2'),
        url('fonts/Khand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-Regular.woff2') format('woff2'),
        url('fonts/TitilliumWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Titillium Web';
    src: url('fonts/TitilliumWeb-Bold.woff2') format('woff2'),
        url('fonts/TitilliumWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.logo-container{
    width:180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo{
    width: 100%;
    height: auto;
}
.keyvisual-container{
    width:100%;
    min-height: 60rem;
    background-image: url('../bilder/VisionConnect_Agentur_Digitale_Medien_Hannover_Keyvisual.webp');
    background-size: cover;
    background-position: center;

}
.text-container{
    width:80%;
    max-width:1000px;
    margin-left: auto;
    margin-right: auto;
    position:static;
    z-index: 99;
    color:#fff;
    text-align: center;
    padding-bottom: 40px;
}
body{
    margin: 0px;
    text-align: center;
}

h1{
    font-size: 80px;
    line-height: 86px;
    font-weight: 600;
    font-family: "Khand", sans-serif;
    margin-bottom: 6px;
    
}
h2{
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    font-family: "Khand", sans-serif;
    margin-bottom: 6px;
}
    
p{
    font-size: 18px;
    font-weight: 200;
    font-family: "Titillium Web", sans-serif;
}
.footer-container{
    width:80%;
    margin-left: auto;
    margin-right: auto;
}

.kontakt-container{
     width:80%;
    margin-left: auto;
    margin-right: auto;
}
div{
    display: inline-block;
}