*{
    margin: 0;
}
nav{
    display: grid;
    grid-template-columns: 20% 80%;
    text-align: center;
    background-color: lightgray;
    border: 1px solid black;
}
#logo{
    font-size: xx-large;
    color: #7a67ee;
    padding: 20px;
}
#menu{
    padding-top: 20px;
    font-size: large;
}
#menu > a{
    display: inline;
    text-decoration-line: underline;
    padding: 20px;
    color: black;
    text-decoration-line: none;
}
#menu > a:hover{
    color: #7a67ee;
}
#menu > #sected_nav{
    color: #7a67ee;
    padding-bottom: 5px;
    border-bottom: 3px solid #7a67ee;
}
#grid_container{
    display: grid;
    grid-template-columns: auto 1200px auto;
}
h1{
    color: #7a67ee;
    margin-bottom: 15px;
    display: inline;
}
#main{
    padding-top:20px;
}
#anlagen_container{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
#anlagen_container > h1{
    margin-bottom: 0;
}
.btn{
    background-color: #7a67ee;
    color: white;
    display: inline;
    padding: 10px;
    border-radius: 2px;
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
}
table{
    margin-top: 20px;
    border-collapse: collapse;
    border: 1px solid black;
    margin-bottom: 20px;
    table-layout: fixed;
    width: 100%;
}

td{
    border: 1px solid black;
    padding: 5px;
    cursor: pointer;
    overflow: hidden;
}
th{
    border: 1px solid black;
    padding: 5px;
}
footer{
    border-top: 1px solid black;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
footer > div{
    display: inline;
    padding: 10px;
}
a{
    color: green;
    text-decoration-line: none;
}

#pop-up{
    padding-top: 30px;
    border-radius: 5px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top:100px;
    background-color: white;
    text-align: center;
    padding-bottom: 30px;
    border: 1px solid black;

}
#info-container{
    text-align: left;
    padding-left: 30px;
    display: grid;
    grid-template-columns: 60% 40%;
}
h3{
    color: #7a67ee;
    margin-top: 15px;
    text-align: center;
}

#button_container{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
#harmonie_section{
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}
#button_container > .btn {
    margin:0;
}
.delete{
    width: 20%;
    height: 20%;
}
.details{
    width: 20%;
    height: 20%;
}
textarea{
    width: 420px;
}
#backbtn{

    margin-left: 30px;
    top: 5px
}
.ranger{
    margin-left: 10px;
}
.placeholder{
    width: 100px;
}
