/* main title */

#main-title.error-500,
#main-title.error-404 {
    float: none !important;
    width: 100%;
    height: auto;
    font-size: 1.5em !important;
    text-align: center;
    margin: 25px 0px 35px 0px !important;
    padding-top: 228px;
    background: url('../../img/decoration_404_kniha.jpg') center top no-repeat;
}

.error-500 {
    padding-top: 360px !important;
    background-image: url('../../img/decoration_500_holcicka.jpg') !important;
    padding-bottom: 30px;
}

#main-title span {
    display: block;
    color: #6C6C6C;
    font-size: 1.7em;
}

#main-title span.center {
    text-align: center;
}
#main-title.error-pobocka {
    padding-top: 360px !important;
    background: url('../../img/decoration_stop_holcicka.jpg') center top no-repeat !important;
    padding-bottom: 30px;
}

#main-column h2#main-title.error-pobocka{
    height: auto;
}

/* article */

div#article,
div#article p {
    text-align: center;
}

div#article h3 {
    color: #000000 !important;
}

/* gdpr text */

div#gdpr div#article,
div#gdpr div#article p {
    text-align: left;
}

div#gdpr div#article h3 {
    color: #335D1A !important;
}