body {
    font-family: Verdana, sans-serif;
    font-size: 1rem;
    padding: 2px;
    /*width: fit-content;*/
   /* color: #333333 */
}

#logo{
    width: 122px;
    height: 50px;
    object-fit: cover;
}

.cbb-dropdown-item {
    font-size: 1rem;
}

a:link, a:visited, a:active {
    color:#800000;
    text-decoration:none;
}
a:link:hover, a:visited:hover, a:active:hover {
    color:#800000;
    text-decoration:underline;
}

a.wartungslink {
    color: #056780
}
a.wartungslink_old {
    color: #665b5b
}
a.wartungslink_active {
    color: #800000;
}
p.status_bold {
    text-align: left;
    font-weight: bold;
    color: #800000;
    margin-bottom: 5px;
    margin-top: 5px;
}

div.status_info_element {
    margin-right: 6px;
}
div.update_caption {
    text-align: center;
    background-color: #F0F0F0;
    color: #800000;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
}

h1 {
    color: #800000;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 4px 0 4px 0;
    margin-top: 0;
    margin-bottom: 10px;
}


h2 {
    font-size: 1rem;
    border-bottom: 1px dotted #333333;
}

h3 {
    font-size: 1rem;
    border-bottom: 1px dotted #333333;
    font-weight: bold;
    margin: 4px 0;
}
/*
#loginwarning {
    background-color: #FF0000;
    padding: 5px;
    width: 250px;
    border: 1px dotted #000000;
    margin-top: 8px;
    font-weight: bold;
    color: #FFFFFF;
} */
div.guthaben {
     font-weight: bold;
     font-size: 1.5rem;
     padding: 5px;
     background-color: #FFFFFF;
 }

div.positiv {
    color: green;
}
div.negativ {
    color: red;
}

#Invoices {
    min-width: 20vw;
    table-layout: auto;
}
#Invoices th:nth-of-type(1){
    width: 80%;
}
#Invoices th:nth-of-type(2){
    width: 20%;
}

#Bookings {
    min-width: 20vw;
    table-layout: auto;
}
#Bookings th:nth-of-type(1){
    width: 60%;
}
#Bookings th:nth-of-type(2){
    width: 20%;
}
#Bookings th:nth-of-type(3){
    width: 20%;
}

.form-error ul {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.form-error {
    border: red 1px dotted;
    margin-top: 10px;
}

.form-error:empty{
    border: none;
}

.min_content{
    width: min-content;
}

#status_info {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
}

div.status_info_element {
    margin-right: 6px;
}

#status_list {
    flex-direction: column;
    display: flex;
    max-width: 35em
}

#status{
    display: flex;
    flex-direction: column;
    padding: 5px;
    max-width: 80em;
    flex-grow: 4;
}

#status_caption{
    text-align:center;
    background: radial-gradient(ellipse at center,  #a90329 0%,#8f0222 50%,#6d0019 100%);
    color: #FFFFFF;
    font-weight: bold;
}
.status_element{
    display: flex;
    margin: 5px;
}
.min_content{
    width: min-content;
}

#domain-konditionen{
    width: 400px
}

#domain_form_div{
    padding-right: 50px;
}

div.trafficReport {
    display: grid;
    grid-column-gap: 10px;
    grid-template-areas:
        "service service"
        "currentMonth lastMonth"
        "history history"
        "graph graph";
    border: dashed darkred 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    max-width:290px;
    min-width:290px;

}

div.graph{
    grid-area: graph;
    display: flex;
    flex-direction: column;
}
div.service{
    grid-area: service
}
div.currentMonth{
    grid-area: currentMonth
}
div.lastMonth{
    grid-area: lastMonth
}

div.history{
    grid-area: history
}
div.trafficElement{
}

img.nodisplay{
    display: none;
}

img.graph{

}

a.graph_link{
    margin: 5px
}

#support_main_form
{
    margin-right: 10px;
}
#support_category
{
    display: flex;
}

#support_service_problem
{
    display: flex;
}

#support_description
{
    width: 500px;
    height: 300px;
}

div.nodisplay
{
    display: none;
}

.wrap {
    flex-wrap: wrap;
}

div.faqentry {
    background-color: white;
}

div.faqentry:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

div.selected {
    background-color: rgba(213, 21, 21, 0.14)
}

.faq-text ul {
    list-style-position: inside;
}