::-webkit-scrollbar {
    display: none;
}

* {
    scrollbar-width: none;
}

html {
    scrollbar-width: none;
}

body {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}


 
* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    transition: all .5s ease;
}

body {
    overflow-x: hidden;
    margin: 0;
    width: 100vw;
    height: 100vh;
}

.topBar {
    background: aliceblue;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}

.linkNav {
    overflow: hidden;
    line-height: 5em;
    font-size: 20px;
    margin: 0px 15px 0px 15px;
    text-decoration: none;
    color: #000080;
    font-weight: normal;
    background: aliceblue;
    border-radius: 5px;
    height: 5em;
    text-align: center;
}

.linkNavA {
    color: #000000;
    display: block;
    line-height: 1.5em;
    text-decoration: none;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
}

.leistungsfelder {
    overflow: hidden;
    line-height: 5em;
    font-size: 20px;
    margin: 0px 15px 0px 15px;
    text-decoration: none;
    color: #000080;
    font-weight: normal;
    background: aliceblue;
    border-radius: 5px;
    height: 5em;
    text-align: center;
}

.leistungsfelder:hover {
    height: 10em;
    margin-bottom: -5em;
}

.logoNav {
    left: 0;
    position: absolute;
    height: 5em;
}

.imageT {
    background-image: url("images/bg.webp");
    width: 100vw;
    height: 20vh;
    background-position: 50%;
    background-size: cover;
}

.header-text {
    margin-top: 20px;
    font-size: 28px;
    color: #000080;
    text-align: center;
}

.card-container {
    margin-top: 15px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card {
    overflow: hidden;
    /*background: linear-gradient(#000080, #87CEFA);*/
    background: aliceblue;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 15px;
    transition: all .5s ease;
    margin: 5px;
}

.card-img {
    width: 90vw;
}

.cardTitle {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-top: 10px;
}

.cardText {
    margin: 0 5vw 0 5vw;
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
    width: 95%;
}

.legal {
    width: 100vw;
    height: 100px;
    background: #2e355c;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}