body#content,
body.content,
body.htmlarea-content-body {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    line-height: 1.38em;
    box-sizing: border-box;
}

#c13 p img {
    margin-left: 28px;
    border: none;
    max-height: 70px;
    width: auto;
}

#c13 p img:first-child {
    margin-left: 0;
}

#c13 img:not(:hover) {
    filter: grayscale(100%);
}


.content p,
#content p,
.htmlarea-content-body p {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

#root .content p,
#root #content p {
    line-height: 1.58em;
}

.content li,
#content li,
.htmlarea-content-body li {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

#root .content li,
#root #content li {
    line-height: 1.38em;
}

.content,
#content {
    a {
        color: #e4003a;
        font-size: 15px;
        text-decoration: none;

        &:hover {
            text-decoration: underline #e4003a;
        }
    }

    & :not(.tab) > li a:not(.more),
    p a:not(.more) {
        color: #e4003a;
        box-shadow: inset 0 -.0625rem 0 #e4003a;
        text-decoration: none;
        transition: box-shadow .15s ease-in;

        &:hover,
        &:active,
        &:focus-visible {
            color: #FFF;
            box-shadow: inset 0 -2rem 0 5px #e4003a, 0 0 0 3px #e4003a;
            text-decoration: none;
        }

        &:focus-visible {
            outline: none;

            &::after {
                border: none;
                box-shadow: none;
            }
        }
    }
}


.content h1,
.content .h1 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
}

.content h2,
.content .h2,
.content h3,
.content h4,
.content .h4,
.content h5,
.content .h5,
.content h6,
.content .h6,
#content h2,
#content .h2,
#content h3,
#content .h3,
#content h4,
#content .h4,
#content h5,
#content .h5,
#content h6,
#content .h6,
.htmlarea-content-body h2,
.htmlarea-content-body .h2,
.htmlarea-content-body h3,
.htmlarea-content-body .h3,
.htmlarea-content-body h4,
.htmlarea-content-body .h4,
.htmlarea-content-body h5,
.htmlarea-content-body h5,
.htmlarea-content-body h6,
.htmlarea-content-body .h6 {
    margin-top: 10px;
    font-size: 33px;
    font-weight: 500;
    line-height: normal;
}

.content h1 span.subline,
#content h1 span.subline,
.htmlarea-content-body h1 span.subline {
    font-size: 20px;
    font-size: 1.250rem;
}

.content h3,
#content h3,
.htmlarea-content-body h3 {
    font-size: 1.50rem;
}

.content h4,
#content h4,
.htmlarea-content-body h4 {
    font-size: 16px;
    font-size: 1.000rem;
}

.content h5,
#content h5,
.htmlarea-content-body h5 {
    font-size: 16px;
    font-size: 0.875rem;
}

.content h6,
#content h6,
.htmlarea-content-body h6 {
    font-size: 12px;
    font-size: 0.750rem;
}

.content h2.underline,
#content h2.underline,
.htmlarea-content-body h2.underline {
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
}

#content .link-external:not(:has(.fa)):not(:has(img)),
.external-link,
.external-link-new-window {
    &::after {
        display: inline;
        width: 10px;
        height: 10px;
        position: static;
        content: "\f08e";
        font-family: FontAwesome;
        font-weight: normal;
        margin: 0 6px 0 3px;
    }

    &:focus-visible {
        border: 2px solid #e4003a;
        box-shadow: 0 0 2px 5px rgba(228, 0, 58, .22);
        margin: -2px !important;

        &::after {
            border: none;
            box-shadow: none;
        }
    }
}

p.rotertext,
span.rotertext {
    color: #e4003a;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-justify {
    text-align: justify;
}

p.lead {
    margin-bottom: 20px;
    margin-bottom: 1.250rem;
    font-size: 16px;
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.4;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
}

address {
    margin-bottom: 1.250rem;
    font-style: italic;
    line-height: 1.350;
}

blockquote {
    padding: 0.625rem 1.250rem;
    margin: 0 0 1.250rem;
    font-size: 18px;
    font-style: italic;
    border-left: 5px solid #d9dadb;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0 !important;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 0.938rem;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #d9dadb;
    border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}

small,
.small {
    font-size: 85%;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
    margin-bottom: 1.250rem;
}

dd {
    margin-left: 0;
}

dt {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        width: 10.000rem;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
        margin-left: 11.250rem;
    }
}

code {
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 4px;
    color: #c7254e;
    background-color: #f9f2f4;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    color: #fff;
    background-color: #333;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    margin: 0 0 0.625rem;
    font-size: 13px;
    font-size: 0.813em;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #f5f5f5;
}

pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
}

.pre-scrollable {
    max-height: 340px;
    max-height: 21.250rem;
    overflow-y: scroll;
    font-size: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

table {
    background-color: transparent;
}

.fullwidth,
table.fullwidth {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.250rem;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    color: #777;
}

th {
    text-align: left;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 5px;
    line-height: 1.35;
    vertical-align: top;
}

table.table-striped {
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #d9dadb;
}

table.table-hover {
}

.table-hover > tbody > tr:hover {
    background-color: #d9dadb;
}

.table-bordered,
table.table-bordered {
    border: 1px solid #d9dadb;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #d9dadb;
}

table.table-responsive {
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    /*white-space: nowrap;*/
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }
}

#content img,
.content img,
.htmlarea-content-body img,
#content .ce-border img {
    border: 1px solid #d9dadb;
}

#content .icon img,
.htmlarea-content-body .icon img {
    border: none;
}

#content img a,
.content img a,
.htmlarea-content-body img a {
    border: 0;
}

form#mailform {
    border: 1px solid #c0c0c0;
    padding: 10px;
}

div.csc-mailform-field label {
    float: left;
    width: 13em;
    margin-right: 1em;
    vertical-align: baseline;
}

div.csc-mailform-field label,
div.csc-mailform-field input,
div.csc-mailform-field select {
    margin-bottom: 10px;
}

.csc-mailform-field {
    margin-bottom: 10px;
}

div.tabcontent ul.tab > li span {
    font-size: 16px;
}

#footer-content td {
    padding: 0;
}

#content div.tx-indexedsearch-browsebox ul.browsebox,
#content div.tx-indexedsearch-browsebox ul.browsebox li,
.htmlarea-content-body div.tx-indexedsearch-browsebox ul.browsebox,
.htmlarea-content-body div.tx-indexedsearch-browsebox ul.browsebox li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#content div.tx-indexedsearch-browsebox ul.browsebox li,
.htmlarea-content-body div.tx-indexedsearch-browsebox ul.browsebox li {
    margin-right: 15px;
}

#content ul,
#content ol,
.htmlarea-content-body ul,
.htmlarea-content-body ol {
    margin-bottom: 25px;
}

#content ul.tab,
.htmlarea-content-body ul.tab {
    margin-bottom: 0;
}

#content div.news-list-view h3 a,
.htmlarea-content-body div.news-list-view h3 a {
    font-weight: bold;
}

.image-caption {
    color: #000;
    padding-top: 5px;
    font-size: 80%;
}

.news-img-caption {
    color: #000;
    padding-top: 5px !important;
}

#content ul.tab > li > span.header,
.htmlarea-content-body ul.tab > li > span.header {
    display: none;
}

#content ul.tab,
#content ul.tab > li,
.htmlarea-content-body ul.tab,
.htmlarea-content-body ul.tab > li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}


#content .tabcontentjs ul.tab > li > span.header,
.htmlarea-content-body .tabcontentjs ul.tab > li > span.header {
    display: block;
}

#content div.accordioncontent ul.accordion > li ul,
.htmlarea-content-body div.accordioncontent ul.accordion > li ul {
    padding-left: 0;
}

#content div.accordioncontent ul.accordion > li ul li,
.htmlarea-content-body div.accordioncontent ul.accordion > li ul li {
    list-style-type: disc;
    margin-left: 24px;
}

#content div.accordioncontent ul.accordion > li ul li ul li,
.htmlarea-content-body div.accordioncontent ul.accordion > li ul li ul li {
    list-style-type: circle;
}


#content div.accordioncontent ul.accordion > li ul li ul li ul li,
.htmlarea-content-body div.accordioncontent ul.accordion > li ul li ul li ul li {
    list-style-type: square;
}

#content div.tabcontent > ul > li > a:hover,
.htmlarea-content-body div.tabcontent > ul > li > a:hover {
    text-decoration: none;
}

th.tdwidthzehn,
td.tdwidthzehn {
    width: 10%;
}

th.tdwidthfuenf,
td.tdwidthfuenf {
    width: 5%;
}

div.teaserboxes div.teaserbox p.bodytext a {
    float: none;
}

div.teaserboxes div.teaserbox p.bodytext a:before {
    display: none;
}

#content div.teaserboxes div.teaserbox p.bodytext a img,
.htmlarea-content-body div.teaserboxes div.teaserbox p.bodytext a img {
    width: auto;
}


/* ke_search global */
.tx-kesearch-pi1 .btn {
    text-shadow: none;
    height: 100%;
    padding: 6px 12px 4px;
    text-decoration: none !important;

    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.tx-kesearch-pi1 .btn-primary,
.tx-kesearch-pi1 .btn-primary:hover {
    background: #e4003a;
    color: #fff;
    border: 1px solid #e4003a;
}

.tx-kesearch-pi1 .btn-secondary {
    background: none;
    color: #000 !important;
    border: 1px solid #999;
}

.tx-kesearch-pi1 .btn-secondary:hover,
.tx-kesearch-pi1 .selected .btn-secondary {
    background: #d9dadb;
    color: #000 !important;
}

.tx-kesearch-pi1 #options_filter_1 .btn-secondary:hover,
.tx-kesearch-pi1 #options_filter_1 .selected .btn-secondary {
    background: #e4003a;
    color: #fff !important;
    border: 1px solid #e4003a;
}

.tx-kesearch-pi1 .messsage,
.tx-kesearch-pi1 .message {
    margin: 20px 0;
    color: #e4003a;
    font-size: 1rem;
    font-weight: 700;
}


/* ke_search search box */
.kesearchbox {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

.kesearchbox-actions {
    display: flex;
}

.kesearchbox #ke_search_sword {
    position: relative;
    width: 100%;
    margin-right: 20px;
}

.kesearchbox .reset-button {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .kesearchbox {
        height: 80px !important;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 30px !important;
    }

    .kesearchbox #ke_search_sword {
        margin-right: 0;
    }

}

/* ke_search filters */
#kesearch_filters .list {
    border: none !important;
}

#kesearch_filters .list .head {
    display: none !important;
}

#kesearch_filters .list ul {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

#kesearch_filters .list ul > li {
    margin-bottom: 10px;
    margin-right: 10px;
}


/* ke_search result list */
#kesearch_results {
    margin-top: 40px !important;
}

#kesearch_results .result-list-item .result-title > a {
    font-size: 1rem;
    font-weight: 700;
}

#kesearch_results .result-list-item .hit {
    color: #e4003a !important;
}

#kesearch_results .result-list-item .result-teaser {
    color: #000 !important;
    padding: 5px 0;
    display: block;
}

#kesearch_results .result-list-item .add-info,
#kesearch_results .result-list-item .add-info > a {
    font-size: 13px !important;
}

#kesearch_results .result-list-item .add-info-label {
    color: #999;
}

/* ke_search quick search */
#searcharea .kesearch-quicksearch-submit {
    font-size: 0;
    background-image: url("../Images/search-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: none;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 0;
    right: 3px;
    text-indent: -999999px;
}

#searcharea .kesearch-quicksearch-sword {
    border: 1px solid #9c9e9f;
    padding: 4px;
    font-style: italic;
    font-size: 12px;
    color: #707173;
    padding-right: 25px;
    border-radius: 0;
    width: 125px;
    -webkit-transition: width 500ms ease 100ms;
    -moz-transition: width 500ms ease 100ms;
    -o-transition: width 500ms ease 100ms;
    transition: width 500ms ease 100ms;
}

#searcharea .kesearch-quicksearch-sword:focus {
    width: 125px;
}

.ce-image .ce-gallery {
    margin-bottom: 10px;
}
