.defaultlink {
    color: darkred;
    text-decoration: underline;
}
.defaultlinks {
    color: black;
    text-decoration: none;
}
.defaultlinksold {
    color:#FEFFBD;
    text-decoration: none;
}
A {
    color: darkred;
    text-decoration: underline;
}

p.mat1 {
    text-indent: 12px;
    text-align: left;
}
p.mat2 {
    text-align: left;
    padding: 10px 0px 0px 0px;
}

ul.oldmat {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding: 0px 0px 0px 40px;
}

ol.oldmat {
    list-style: decimal;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding: 0px 0px 0px 40px;
}

ul.site-map {
    list-style: decimal;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding: 0px 0px 0px 40px;
}

li.mat1{
    font-size: 14px;
    color: #0a0404;
    line-height: 130%;
    display: list-item;
    text-align: -webkit-match-parent;
}

li.root{
    font-size: 14px;
    color: #0a0404;
    line-height: 130%;
    display: list-item;
    text-align: -webkit-match-parent;
}

blockquote.oldmat {
    text-align: justify;
    margin-left: 20px;
    padding: 0px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 130%;
}

#screenshot{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}
em.bold {
    color: black;
    text-align: center;
    font-weight: bold;
}

.mobile .mobile-small-fontsize { font-size: 9px; }

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.50);
}

#epigraph {
     font-size: 11px;
     margin: 0;
     padding: 3px;
     font-style: italic;
     text-align: left;
     padding-left: 50%;
 }
#epigraph p {
    font-size: 11px;
    margin: 0;
    padding: 3px;
    font-style: italic;
    text-align: left;
    padding-left: 50%;
}
#epigraph em {
    float: right;
}

.top12 {
    max-width: 120px;
}
.mobile .top12 {
    max-width: 105px;
}
.tablet .top12 {
    max-width: 105px;
}
.portrait .top12 {
     max-width: 105px;
 }
.top12img {
    height: 140px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.floatleftdiv {
    float: left;
}
.floatrightdiv {
    float: right;
}

@media (max-width: 1100px){
    .floatleftdiv {
        float: none;
    }
}
@media (max-width: 1100px){
    .floatrightdiv {
        float: none;
    }
}

.floatleftdivf {
    float: left;
}
.floatrightdivf {
    float: right;
}

@media (max-width: 450px){
    .floatleftdivf {
        float: none;
    }
}
@media (max-width: 450px){
    .floatrightdivf {
        float: none;
    }
}
.chartscontainerold {
    padding-left: 0px;
    margin-top: 40px;
    width: 100% !important;
    height: 100% !important;
    max-width: 750px;
}
.chartscontainer {
    padding-left: 0px;
    margin: auto;
    max-width: 600px; /* For the rescue of 1280x1024 users */
    height: 400px; /* For the rescue of 1280x1024 users */
}
.article-content p.mat-tbl {
    font-size: 12px;
    color: #0a0404;
    padding: 0px 0px 0px 0px;
    font-style: italic;
}
.hovertitle {
    background: #fffbe1;
}
.cookie-to-top {
    position: fixed;
    bottom: 0em;
    right: 0;
    left: 0;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    padding: 1.4em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 0em;
    display: none;
}

.buysellbutton {
    font-weight: bold;
    height: 30px;
    background: #d3c89c;
    color: darkred;
}

.xxvideo {
    max-width: 650px;
    max-height: 470px;
}
.mobile .xxvideo {
    max-width: 300px;
    max-height: 470px;
}
.tablet .xxvideo {
    max-width: 300px;
    max-height: 470px;
}
.portrait .xxvideo {
    max-width: 300px;
    max-height: 470px;
}

.bigbanner {
    font-size: 24px;
}
.mobile .bigbanner {
    font-size: 20px;
}
.tablet .bigbanner {
    font-size: 20px;
}
.portrait .bigbanner {
    font-size: 20px;
}

.exhibition {
    width: 49%;
}

.mobile .exhibition {
    width: 100%;
}
.tablet .exhibition {
    width: 100%;
}
.portrait .exhibition {
    width: 100%;
}