.list-internalnumber {
    width: 40px;
    display: inline-block;

}

a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.heroimage-container {
    min-height: 600px;
    width: 100%;
    background-image: url("../images/startbackground.jpg");
    background-size: cover;
    position: relative;
}

.heroimage-container h1 {
    font-weight: bold;
    position: absolute;
    bottom: 40px;
    left: 80px;

}

/* Networkplan */

.toolbars {
    left: 0;
    top: 100;
    position: absolute;
    z-index: 800;
}

.toolbars-container {
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    margin-left: 10px;
    margin-top: 10px;


}

.toolbars-button {
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    border-bottom: 1px solid #ccc;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 22px;
}


.toolbars-button svg {
    margin-top: 5px;
}

#edit.deactive {
    color: grey;
}

#edit.deactive:hover {
    color: black;
}

.boxshadow {
    box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
}