.cols > .col {
    float: left;
}

.cols > .col.col-first {
    padding-left: 0 !important;
}

.cols > .col.col-last {
    padding-right: 0 !important;
}

.cols.cols-2 > .col {
    width: 50%;
    padding-right: 1.5%;
    padding-left: 1.5%;
}

.cols.cols-2 > .col:nth-child(2n) {
    padding-right: 0;
    padding-left: 3%;
}

.cols.cols-2 > .col:nth-child(2n + 1) {
    clear: both;
    padding-right: 3%;
    padding-left: 0;
}

.cols.cols-3 > .col {
    width: 33.333%;
    padding-right: 2.5%;
    padding-left: 2.5%;
}

.cols.cols-3 > .col:nth-child(3n) {
    padding-right: 0;
    padding-left: 5%;
}

.cols.cols-3 > .col:nth-child(3n + 1) {
    clear: both;
    padding-right: 5%;
    padding-left: 0;
}

.cols.cols-4 > .col {
    width: 25%;
    padding-right: 1%;
    padding-left: 1%;
}

.cols.cols-4 > .col:nth-child(4n) {
    padding-right: 0;
    padding-left: 2%;
}

.cols.cols-4 > .col:nth-child(4n + 1) {
    clear: both;
    padding-left: 0;
    padding-right: 2%;
}

.cols.cols-5 > .col {
    width: 20%;
    padding-right: 2%;
    padding-left: 2%;
}

.cols.cols-5 > .col:nth-child(5n) {
    padding-left: 4%;
    padding-right: 0;
}

.cols.cols-5 > .col:nth-child(5n + 1) {
    clear: both;
    padding-right: 4%;
    padding-left: 0;
}

div,
header,
nav,
footer {
    position: relative;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", Helvetica, Arial;
    font-size: 13px;
    text-align: center;
    background-color: #004985;
    text-rendering: auto;
    -moz-osx-font-smoothing: unset;
    -webkit-font-smoothing: auto;
}

#wrapper {
    background-color: #ffffff;
    padding-top: 20px;
    min-width: 320px;
}

header .cols.cols-3 .col {
    padding-top: 0px;
}

header .cols.cols-3 .col.col-first {
    padding-top: 60px;
}

header .cols.cols-3 .col.col-last {
    text-align: right;
    /*padding-top: 80px;*/
    padding-top: 30px;
}

header .cols.cols-3 .col.col-last a {
    color: #6f776f;
    position: relative;
}

header .cols.cols-3 .col.col-last a:before {
    content: "\f002";
    font-family: "FontAwesome";
    color: #004985;
    font-size: 30px;
    position: absolute;
    left: -35px;
    bottom: -10px;
}

header .cols.cols-3 .col.col-first {
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
}

header .cols.cols-3 .col.col-first p {
    margin-left: 30px;
}

header .cols.cols-3 .col.col-first a {
    position: relative;
    margin-left: 20px;
    color: #222;
}

header .cols.cols-3 .col.col-first a:before {
    content: "\f095";
    font-family: "FontAwesome";
    color: #004985;
    font-size: 40px;
    position: absolute;
    left: -50px;
    bottom: -15px;
}

/*
header .cols.cols-3 .col.col:nth-child(2) {
  text-transform: uppercase;
  font-size: 16px; }
  header .cols.cols-3 .col.col:nth-child(2) a {
    position: relative; }
    header .cols.cols-3 .col.col:nth-child(2) a:before {
      content: "\f095";
      font-family: "FontAwesome";
      color: #004985;
      font-size: 40px;
      position: absolute;
      left: -40px;
      bottom: -15px; }
*/

header .cols.cols-3 .col.col:nth-child(2) * {
    color: #004985;
}

header .cols.cols-3 .col p {
    margin: 0;
}

header .cols.cols-3 .col a {
    text-decoration: none;
}

.logo {
    margin: 0;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .logo {
        text-align: left;
    }
}

.logo a {
    display: inline-block;
    text-indent: -9999px;
    width: 205px;
    height: 115px;
    background-image: url("../Images/swbb-logo.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

html.svg .logo a {
    background-image: url("../Images/swbb-logo.svg");
}

.contentwidth {
    max-width: 1000px;
}

header,
.imageslider,
#content,
#subcontent > .contentwidth,
footer .links,
footer .icons,
footer .footerline > .contentwidth {
    margin-right: auto;
    margin-left: auto;
}

ul.navigation,
ul.navigation li,
footer .links ul li.navigation,
footer .links ul li.navigation li {
    margin: 0;
    padding: 0;
    background-color: #004985;
}

ul.navigation li,
footer .links ul li.navigation li {
    list-style-type: none;
    display: inline-block;
}

nav#navigation {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    z-index: 500;
    overflow: visible;
}

nav#navigation a {
    display: block;
    padding: 5px 10px;
    width: 130px;
    color: #ffffff;
    background-color: #004985;
    text-decoration: none;
    text-transform: uppercase;
}

nav#navigation a:hover,
nav#navigation li:hover > a {
    /* background-color: lighten($blue, 10%); */
}

@media screen and (min-width: 768px) {
    nav#navigation a:hover,
    nav#navigation li:hover > a {
        color: #b6cf03;
    }

    nav#navigation .navigation > li:focus-within,
    nav#navigation .navigation > li.nav-dropdown-open {
        z-index: 310;
    }

    nav#navigation .navigation > li.hasChild > a:focus-visible {
        position: relative;
        z-index: 311;
    }

    nav#navigation li:hover .subnavigation,
    nav#navigation .navigation > li.nav-dropdown-open .subnavigation {
        display: block;
    }

    nav#navigation
        .navigation
        > li.nav-dropdown-closed
        .subnavigation.nav-dropdown-forced-hidden {
        display: none !important;
    }

    nav#navigation .subnav-button {
        display: none;
    }
}

nav#navigation li.active > a {
    color: #b6cf03;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

nav#navigation .subnavigation li.active.current > a,
nav#navigation .thirdnavigation li.active.current > a {
    text-decoration-thickness: 2px;
}

nav#navigation .navigation > li.active:not(.hasChild):not(.current) > a {
    color: #ffffff;
    text-decoration: none;
}

nav#navigation .navigation > li {
    position: relative;
}

nav#navigation .navigation > li:last-child .subnavigation {
    right: 0;
}

nav#navigation .subnavigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 300;
    width: 100%;
    background-color: #004985;
    padding: 0;
    margin: 0;
    min-width: 170px;
}

nav#navigation .subnavigation li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}

nav#navigation .subnavigation a {
    width: 100%;
    text-transform: none;
}

nav#navigation .thirdnavigation {
    padding-left: 0;
}

nav#navigation .thirdnavigation li a {
    position: relative;
    padding-left: 35px;
    display: block;
}

nav#navigation .thirdnavigation li a:before {
    background-image: url("../Images/swbb-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: absolute;
    content: "";
    top: 7px;
    left: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

#header {
    margin-bottom: 20px;
    max-height: 342px;
    overflow: hidden;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

#header:after {
    padding-top: 36.2%;
    content: "";
    display: block;
}

#header.slider-enabled:after {
    display: none;
}

#header .imageslider {
    width: 100%;
    height: 100%;
    position: absolute;
}

#header .imageslider .slide,
#header .imageslider .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#header .imageslider .slide img,
#header .imageslider .image img {
    max-width: 100%;
    height: auto;
}

#header .imageslider .slide:not(:first-child),
#header .imageslider .image:not (:first-child) {
    display: none;
}

#header .imageslider .slide:after,
#header .imageslider .image:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../Images/swoosh.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}

#header .imageslider .cycle-pager {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 200;
}

#header .imageslider .cycle-pager span {
    display: inline-block;
    margin: 0 3px;
    border-radius: 1px;
    background-color: #004985;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

#header .imageslider .cycle-pager span.cycle-pager-active,
#header .imageslider .cycle-pager span:hover {
    background-color: #b6cf03;
}

.breadcrumb-list {
    padding: 0;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto 5px;
}

#wrapper[data-page-id="1"] .breadcrumb-list {
    visibility: hidden;
}

.breadcrumb-list .breadcrumb-item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    color: #003d6b;
    font-size: 11px;
    text-transform: uppercase;
}

.breadcrumb-list .breadcrumb-item a,
.breadcrumb-list .breadcrumb-link {
    color: #004985;
    text-decoration: underline;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 1px;
}

.breadcrumb-list .breadcrumb-item.active,
.breadcrumb-list .breadcrumb-item.active .breadcrumb-text {
    color: #003d6b;
    font-weight: 600;
}

.breadcrumb-list .separator {
    color: #595959;
    font-size: 11px;
}

.content {
    text-align: left;
}

#wrapper.slimcontent #content .inner {
    max-width: 70%;
}

#content .inner .frame-layout-4:first-child header:first-child > * {
    text-transform: uppercase;
}

#content .inner .frame-layout-4 .teaser-text,
#content .inner .frame-layout-4 .footer,
#content .inner .frame-layout-4 .news-img-wrap {
    display: none;
}

#content .inner .frame-layout-4 .article {
    margin: 0;
    padding: 0;
}

#content .inner .frame-layout-4 .article h3 {
    padding-left: 18px;
    position: relative;
    margin-top: 2px;
    font-size: 13px;
}

#content .inner .frame-layout-4 .article h3:before {
    content: "\f04d";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    left: 3px;
    font-size: 7px;
}

.news .news-img-wrap {
    z-index: 100;
}

#subcontent,
footer,
footer .icons {
    margin-top: 30px;
}

#subcontent {
    background-color: white;
    padding: 10px 0;
}

footer {
    background-color: #004985;
    padding: 30px 0;
}

footer .links {
    text-align: left;
}

footer .links ul,
footer .links ul li {
    margin: 0;
    padding: 0;
}

footer .links ul li {
    display: block;
    list-style-type: none;
    margin-bottom: 5px;
}

footer .links ul li > ul,
footer .links ul li li > ul,
footer .links ul li > li,
footer .links ul li li > li {
    margin-top: 10px;
}

footer .links a,
footer .links li.col > a,
footer .links .nav-title {
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 12px;
    padding-top: 12px;
}

footer .links li.col > a,
footer .links .nav-title {
    font-weight: bold;
}

footer .footerline {
    background-color: #b6cf03;
    color: #004985;
    text-transform: uppercase;
    padding: 5px 0;
    margin-top: 50px;
    font-size: 14px;
}

footer .icons div.ce-image .ce-gallery .ce-row .ce-column {
    margin: 0;
    padding: 0;
    width: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
}

footer
    .icons
    div.ce-image
    .ce-gallery
    .ce-column:not(:first-child):not(:last-child) {
    margin: 0 55px;
}

footer .icons .ce-gallery .ce-column img {
    margin: 0 auto;
}

.printlogo {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    z-index: 300;
}

.printlogo img {
    max-width: 100%;
    height: auto;
}

.mobile-nav {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 0;
    background-color: #004985;
    color: #ffffff;
    padding: 5px 10px;
    border: none;
    outline-style: none;
}

.mobile-nav:hover {
    background-color: #005eab;
}

li.nav-43,
li.nav-44 {
    display: none;
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.4;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border-radius: 0;
    background-color: #004985;
    color: #ffffff;
    padding: 5px 10px;
    border: none;
    outline-style: none;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background-color: #005eab;
}

#content .csc-mailform label {
    width: 100px;
}

#content .csc-mailform label.error {
    padding-left: 0;
    color: #ff0000;
    display: block;
    margin-top: 2px;
    float: right;
    width: 70%;
}

#content .csc-mailform input.error,
#content .csc-mailform textarea.error,
#content .csc-mailform select.error {
    color: #ff0000;
    border: 1px solid #ff0000;
}

#content .csc-mailform li input,
#content .csc-mailform li textarea,
#content .csc-mailform li select {
    float: right;
}

#content .csc-mailform li input:not([type="submit"]),
#content .csc-mailform li textarea:not([type="submit"]),
#content .csc-mailform li select:not([type="submit"]) {
    border-radius: 0;
}

#frameleft,
#frameright {
    display: none;
    position: fixed;
    left: -370px;
    top: 50%;
    margin-top: -290px;
    z-index: 400;
    text-transform: uppercase;
}

html.js #frameleft,
html.js #frameright {
    display: block;
}

#frameleft #frameleftopen,
#frameleft #framerightopen,
#frameright #frameleftopen,
#frameright #framerightopen {
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    display: block;
}

#frameleft #frameleftopen .inner,
#frameleft #framerightopen .inner,
#frameright #frameleftopen .inner,
#frameright #framerightopen .inner {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: block;
    width: 585px;
    right: -273px;
    top: 50%;
    margin-top: -17px;
    margin-right: -17px;
    position: absolute;
    background-color: #b6cf03;
    padding: 5px 10px;
    color: #004985;
    line-height: 1em;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 0 5px 2px #ffffff;
}

#frameleft #frameleftopen .inner:hover,
#frameleft #framerightopen .inner:hover,
#frameright #frameleftopen .inner:hover,
#frameright #framerightopen .inner:hover {
    background-color: #bed803;
}

#frameleft #frameleftopen .inner:after,
#frameleft #framerightopen .inner:after,
#frameright #frameleftopen .inner:after,
#frameright #framerightopen .inner:after {
    background-image: url("../Images/tarifrechner-weiss.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-left: 10px;
    width: 21px;
    height: 21px;
    content: "";
    display: inline-block;
}

#frameleft iframe,
#frameright iframe {
    width: 370px;
    height: 585px;
    border: 3px solid #b6cf03;
    background-color: #ffffff;
    padding: 20px 20px 0px 20px;
}

#frameright {
    right: -490px;
    left: auto;
    height: 585px;
    background-color: #ffffff;
    border: 3px solid #b6cf03;
    width: 490px;
}

#frameright #framerightopen {
    position: absolute;
    top: 0;
    left: -22px;
    right: auto;
    width: 20px;
    height: 100%;
    display: block;
}

#frameright #framerightopen + div {
    overflow: auto;
    max-height: 100%;
}

#frameright #framerightopen .inner {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: block;
    width: 585px;
    right: -259px;
    top: 50%;
    margin-top: -17px;
    margin-right: -17px;
    position: absolute;
    background-color: #b6cf03;
    padding: 5px 10px;
    color: #004985;
    line-height: 1em;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 0 5px 2px #ffffff;
}

#frameright #framerightopen .inner:hover {
    background-color: #bed803;
}

#frameright #framerightopen .inner:after {
    background-image: url("../Images/fragen.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-left: 10px;
    width: 21px;
    height: 21px;
    content: "";
    display: inline-block;
}

#frameright .csc-mailform {
    text-transform: none;
    text-align: left;
    padding: 30px;
}

#frameright .csc-mailform input.error,
#frameright .csc-mailform textarea.error {
    color: #ff0000;
    border: 1px solid #ff0000;
}

#frameright .csc-mailform label {
    width: 100px;
    margin-right: 10px;
    cursor: pointer;
}

#frameright .csc-mailform label.error {
    color: #ff0000;
    cursor: default;
    padding-left: 110px;
    margin: 0;
    width: 100%;
}

div.tx-indexedsearch table,
form#tx_odsautocomplete_pi113_form {
    border: none;
}

div.tx-indexedsearch table td,
div.tx-indexedsearch table th,
form#tx_odsautocomplete_pi113_form td,
form#tx_odsautocomplete_pi113_form th {
    padding: 0;
}

div.tx-indexedsearch table input[type="text"],
div.tx-indexedsearch table button,
form#tx_odsautocomplete_pi113_form input[type="text"],
form#tx_odsautocomplete_pi113_form button {
    box-sizing: border-box;
    padding: 3px;
    font-size: 16px;
    border: 1px solid #dddddd;
}

div.tx-indexedsearch table input[type="submit"],
div.tx-indexedsearch table input[type="text"],
div.tx-indexedsearch table button,
form#tx_odsautocomplete_pi113_form input[type="submit"],
form#tx_odsautocomplete_pi113_form input[type="text"],
form#tx_odsautocomplete_pi113_form button {
    outline-style: none;
}

div.tx-indexedsearch table input[type="submit"],
div.tx-indexedsearch table button,
form#tx_odsautocomplete_pi113_form input[type="submit"],
form#tx_odsautocomplete_pi113_form button {
    width: auto;
    min-width: 40px;
    border: none;
}

.accordion {
    margin-bottom: 10px;
}

.accordion:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.accordion .title {
    color: #b6cf03;
    font-size: 13px;
}

.accordion .inhalt {
    margin-bottom: 5px;
    margin-top: 4px;
}

.accordion .inhalt h6 {
    margin-top: 10px;
}

html.js .accordion .title {
    cursor: pointer;
    padding: 3px 6px;
    background-color: #b6cf03;
    color: #004985;
}

html.js .accordion .title:hover {
    background-color: #bed803;
}

html.js .accordion .title:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    right: 6px;
}

html.js .accordion .title.open:after {
    content: "\f0d8";
}

html.js .accordion .inhalt {
    display: none;
}

.scrollTable {
    overflow: auto;
    padding-bottom: 20px;
}

.bottomcontent {
    margin-top: 30px;
}

.paketeteasers .pteaser {
    border: 10px solid #b6cf03;
    padding: 10px !important;
    width: 22% !important;
}

html:not(.js) .paketeteasers .pteaser {
    min-height: 190px;
}

.paketeteasers .pteaser:not(:nth-child(4n + 1)) {
    margin-left: 4%;
}

.paketeteasers .pteaser .titel {
    /*text-transform: uppercase;*/
}

.paketeteasers .pteaser .text ul,
.paketeteasers .pteaser .text footer .links ul li,
footer .links ul .paketeteasers .pteaser .text li {
    margin-bottom: 0;
}

.paketeteasers .pteaser .text ul li:last-child,
footer .links ul .paketeteasers .pteaser .text li li:last-child {
    margin-bottom: 0;
}

html:not(.js) .startseiteteasers .steaser {
    margin-bottom: 10px;
    float: left;
    width: 18%;
    margin-right: 2.5%;
}

html:not(.js) .startseiteteasers .steaser:nth-child(5n) {
    margin-right: 0;
}

.startseiteteasers .steaser .inner {
    background-color: rgba(177, 201, 3, 0.2);
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.startseiteteasers .steaser .titel {
    font-weight: bold;
    text-transform: uppercase;
}

.startseiteteasers .steaser .icon {
    margin: auto;
    margin-top: 10px;
    height: 50px;
    width: 92px;
    text-align: center;
}

.startseiteteasers .steaser .icon img {
    height: 100%;
    width: auto;
    margin: auto;
}

.startseiteteasers .steaser a:hover {
    text-decoration: none;
}

.bxPager {
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
}

.bxPager span {
    font-size: 20px;
}

.bxPager span a {
    color: #6f776f;
    margin: 0 2px;
    padding: 3px 6px;
    display: inline-block;
}

.bxPager span a:hover {
    text-decoration: none;
}

div.video-js-box > div {
    max-width: 100%;
}

.tx-a21glossaryadvancedoutput-pi1 input[type="text"] {
    box-sizing: border-box;
    padding: 3px;
    font-size: 16px;
    border: 1px solid #dddddd;
    margin-right: 3px;
    color: inherit;
}

.tx-a21glossaryadvancedoutput-pi1 input[type="button"] {
    line-height: 1.5;
}

.tx-a21glossaryadvancedoutput-pi1 .navbar a {
    margin: 0 0 0 3px;
}

.tx-a21glossaryadvancedoutput-pi1 .navbar a:first-child {
    margin-left: 0;
}

.responsive figure {
    margin: 15px 0;
}

.responsive figure img {
    max-width: 100%;
    height: auto;
}

.responsive figure figcaption {
    margin-top: 0;
    color: #004985;
    font-style: italic;
}

button.header_button {
    background-color: #b6cf03;
    color: #004985;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    float: right;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}

/** search */
.tx-indexedsearch-searchbox {
}
.tx-indexedsearch-searchbox form#tx_indexedsearch {
}
.tx-indexedsearch-searchbox legend {
    display: none;
}
.tx-indexedsearch-searchbox fieldset {
    border: none;
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form {
    display: table-cell;
    max-width: 400px;
    padding-right: 2px;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form label {
    color: #6f776f;
    width: auto;
}
.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #79797b;
    font-size: 16px;
    padding: 3px;
    width: 150px;
}
.tx-indexedsearch-searchbox
    input.tx-indexedsearch-searchbox-sword:focus:not(:focus-visible) {
    outline: none;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
    display: table-cell;
    vertical-align: top;
    padding-top: 1px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button {
    font-size: 16px;
    min-width: 40px;
    padding: 3px;
}
.tx-indexedsearch-rules {
}
.tx-indexedsearch-rules p br {
    display: none;
}
.tx-indexedsearch-info-sword {
    margin: 10px 0 5px;
}
.tx-indexedsearch-info-sword .tx-indexedsearch-info-sword-word {
    font-style: italic;
    font-weight: bold;
}
.tx-indexedsearch-browsebox {
    list-style: none;
    margin: 0;
    padding: 0;
}
#content .tx-indexedsearch-browsebox li {
    display: inline;
    margin: 0;
}
.tx-indexedsearch-browsebox + .tx-indexedsearch-res {
    margin-top: 15px;
}
#content .tx-indexedsearch-res > h3 {
    font-size: 13px;
    margin: 0;
}
.tx-indexedsearch-res .tx-indexedsearch-icon,
.tx-indexedsearch-res .tx-indexedsearch-percent,
.tx-indexedsearch-res .tx-indexedsearch-info {
    display: none;
}
.tx-indexedsearch-res .tx-indexedsearch-description {
    background: #f0f0f0;
    font-style: italic;
    letter-spacing: 0.36px;
    margin-top: 0;
}
.tx-indexedsearch-res .tx-indexedsearch-redMarkup {
    color: red;
}

/*Header neu 2026*/
header .header-svg {
    width: 50px;
    height: auto;
}
.header-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}
.header-box > * {
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(177, 201, 3, 0.2);
    flex-grow: 1;
    margin: 0px !important;
}
.header-box p,
.header-box a,
.header-box span,
.header-box button.link {
    color: #004985 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.header-box button.link {
    border: none;
    font: inherit;
    text-align: inherit;
    background-color: rgba(177, 201, 3, 0.2);
    border-radius: 5px;
}

.header-box a:hover,
.header-box a:focus-visible,
.header-box button.link:hover,
.header-box button.link:focus-visible {
    background-color: rgba(177, 201, 3, 0.55);
    color: #003d6b !important;
    text-decoration: underline !important;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 2px;
}
