.ArneDettmerHeader {
display: -webkit-block;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Apple Color Emoji';
}

.ArneDettmerLink {
    display: flex;
    text-decoration: none;
    background: #57C785;
    background: linear-gradient(90deg,rgba(87, 199, 133, 1) 36%, rgba(237, 221, 83, 1) 80%);
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style:larger;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 4px;
    width: 200px;
    border-style: solid;
}

/*Dies ist der Container für die Links*/
.ArneDettmerLinks {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.ArneDettmerLink:hover {
    border-style: dotted;
    border-color: white;
}

.ArneDettmerLink:active {
    border-style: inset;
}

body {
    background-color: #3c3c3c;
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ArneDettmerStatusList {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style:bold;
    font-size: 17px;
    list-style-type: square;
    list-style-position:outside;
    border-style: solid;
    border-radius: 6px;
}

.ArneDettmerWartung {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: bold;
}

.woverline {
    font-size: large;
    font-weight: bold;
}

.woverline2 {
    font-size: large;
    font-weight: bold;
    font-size: 17.9px;
}

.ArneDettmerStatusListHr {
    border-style:hidden

}

.ArneDettmerLinkImp {
    display: flex;
    text-decoration: none;
    background: #57C785;
    background: linear-gradient(90deg,rgba(87, 199, 133, 1) 36%, rgba(237, 221, 83, 1) 80%);
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style:larger;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 4px;
    border-style: solid;
    width: 10000px;
    text-align: center;
    text-size-adjust: auto;
}

.ImpressumBackLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}