.font {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.naviHover:hover{
    border: 1px solid #0d6efd;
    font-weight: bold;
    border-radius: 5px;
}

.grid-main {
    display: grid;
    grid-template-columns: 24% auto;
    padding: 10px;
  }

.sidebar{
    border-right: thin grey;
}

.cont{
    color: white;
}

hr{
    height: 1px;
    color: grey;
    width: 130px;
}

.feld{
    background-color: #29323D;
    border: solid 2px #29323D;
    border-top: solid 2px #0d6efd;
    border-radius: 5px;
    
}

.feld:hover{
    border: solid 2px #0d6efd;
    font-weight: bold;
}

h2{
    color: white;
}

.beschreibung {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
}

h1{
    color: white;
    font-style: center;
}

.header{
    background-color: #29323D;
    border-radius: 5px;
    margin-top: 3%;
}

.btn{
    margin-right: 2%;
}

.lock{
    height: 36;
    width: 36;
    margin-left: 2%;
}

p{
    font-size: 20px;
    color: white ;
}

#undraw{
    color: rgba(255, 255, 255, 0.507) ;
    position: absolute;
    bottom: 0;
}

body{
    position: relative;
}