html {
    scroll-behavior: smooth;
}

#PnlMain * {
    font-size: 14px;
    font-family: Arial, Verdana;
}

h1 {
    font-weight: bold;
    font-size: 150%;
}

h2 {
    font-weight: bold;
    font-size: 120%;
}

a:link {
    text-decoration: none;
    font-weight: normal;
    color: #777777;
}

a:visited {
    text-decoration: none;
    font-weight: normal;
    color: #777777;
}

a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

a:active {
    text-decoration: none;
    font-weight: normal;
    color: #000000;
}

a:focus {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

#TopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #8d8d8d;
    color: white;
    cursor: pointer;
    padding: 13px 18px 0px 18px;
    border-radius: 10px;
    font-size: 37px;
}

    #TopBtn:hover {
        background-color: #555; /* Add a dark-grey background on hover */
    }

span {
    white-space: normal;
}

.Logo {
    position: absolute;
    top: 0;
    right: 0;
    height: 55px;
}

#MiddleSide {
    display: flex;
    max-width: 1000px;
    justify-self: center;
    padding-top: 66px;
}

#LeftSide {
    width: 20%;
    min-width: 90px;
    padding-right: 20px;
}

#RightSide {
    padding: 0 20px;
    border-left: 2px dotted #cdcdcd;
    border-right: 2px dotted #cdcdcd;
}

#MiddleSide:after {
    content: '';
    background-image: url(/szapp/images/logo.png);
    height: 65px;
    width: 65px;
    background-size: cover;
    margin-left: -31px;
    margin-top: -70px;
}

.dx-list .dx-empty-message, .dx-list-item {
    border-top: 0;
}

#VBeitragListe .dx-list-item-content {
    border-top: 2px dotted #a7a7a7;
    padding: 16px 5px;
}

#VBeitragListe .dx-list-item:last-of-type {
    border-bottom: 2px dotted #a7a7a7;
}

#VBeitragMenu {
    text-align: right;
}

    #VBeitragMenu .dx-list-item {
        border: none;
    }

    #VBeitragMenu .dx-list-item-content {
        padding: 4px 0;
    }

#VBeitragTitel .dx-item-content {
    align-items: center;
    zoom: 125%;
    font-weight: bold;
}

.OBeitragHeader {
    display: grid;
    grid-template-columns: 100px auto 100px;
    text-align: center;
}

.OBeitragHeader img {
    max-width:100px;
}

.btitle {
    padding: 13px 10px;
    text-wrap-mode: wrap;
}

.IsBildTrue {
    /*max-height: 140px;*/
    width: 100%;
}

.IsBildFalse {
    display: none;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.OBeitragMarkfalse:hover {
    zoom: 105%;
    font-weight: bold;
}

.OBeitragMarktrue {
    font-weight: bold;
    zoom: 105%;
}

@media (max-width: 560px) {
    .OBeitragHeader {
        display: block;
    }
}
