/* =basic UI-elements
--------------------------------------------------------------- */
.mod-wrapper {
    margin-bottom: 1.4em;
}
.mod-nav {
    overflow: hidden;
    margin: .5em 0 1.4em 0;
}
.mod-nav li {
    display: inline-block;
    margin-right: 1em !important;
}
.mod-nav a {
    color: #273941;
    text-decoration: none;
}
.mod-nav a:hover,
.mod-nav a:focus,
.mod-nav .active a {
    color: #000;
}
.mod-nav .active a {
    font-weight: bold;
}

.login-pw-reset {
    float: right;
}

@media only screen and (max-width: 32.5em) { /* 520/16 */
    .login-pw-reset {
        float: none;
    }
}

/* =module-lists card-view
--------------------------------------------------------------- */
.mod-lst--cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mod-lst--cards .mod-entry {
    position: relative;
    flex-shrink: 1;
    margin-bottom: 1.25em; /* 20/16 */
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    background-color: #f9f9f9;
}
/* 2cols in 6col-content */
.tmpl-content--sidebar .mod-lst--cards .mod-entry {
    width: 48.181818181818%; /* 265 / 550 */
}
/* 3cols in 9col-content */
.tmpl-content--nosidebar .mod-lst--cards .mod-entry {
    width: 31.736526946107784%; /* 265 / 835 */
}
.mod-lst--cards .mod-content {
    margin-bottom: auto;
    padding: 1.25em; /* 20/16 */
}
.mod-lst--cards .news-title {
    margin: 0;
    font-size: 1.25em; /* 20/16 */
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -ms-hyphenate-limit-chars: 10 4 4;
    hyphenate-limit-chars: 10 4 4;
}
.mod-lst--cards .news-title__link {
    text-decoration: none;
}
.mod-lst--cards .news-title__link > span {
    display: inline-block;
    width: 100%;
}
.mod-lst--cards .news-title__meta {
    margin-bottom: 0.714285714285714em; /* 10/14 */
    font-size: 0.7em; /* 14/20 */
}
.mod-lst--cards .news-title__maintitle {
    margin-bottom: 0.5em; /* 10/20 */
}
.mod-lst--cards .news-title__link:focus {
    outline: none;
}
.mod-lst--cards .news-title__link::after {
    content: '' !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mod-lst--cards .news-title__link:hover::after,
.mod-lst--cards .news-title__link:focus::after {

}
.mod-lst--cards .mod-entry-desc {
    font-size: 0.875em; /* 14/16 */
}
.mod-lst--cards .mod-assets {
    flex: 0 0 auto; /* IE11 */
}
.mod-lst--cards .mod-assets .mod-img {
    display: block;
}

@media only screen and (max-width: 53.125em) { /* 850/16 */
    .mod-lst--cards .mod-content {
        padding: 1.09375em; /* 17.5/16 */
    }
    .tmpl-content--nosidebar .mod-lst--cards .mod-entry {
        width: 48.802395209580838%; /* 407.5 / 835 */
    }
}

@media only screen and (max-width: 25em) { /* 400/16 */
    .tmpl-content .mod-lst--cards .mod-entry {
        width: 100%;
    }
}

/* =form-builder
--------------------------------------------------------------- */
.form-builder .clearfix {
    margin-bottom: .75em;
}
.form-builder fieldset > *:last-child,
.form-builder  .last {
    margin-bottom: 0;
}
.form-builder .clearfix > label,
.form-builder .form-option-lst-title {
    display: block;
    float: left;
    width: 50%;
    padding-top: .2em;
    padding-right: 2em;
}
.form-builder .form-option-lst-title label {
    display: inline;
}
.form-builder input,
.form-builder textarea,
.form-builder select {
    float: right;
    width: 50%;
}
.form-builder input[type=submit],
.form-builder button {
    float: none;
    width: auto;
}
.form-builder .form-hint,
.form-builder label.error,
.form-builder .password-strength,
.form-builder .password-rules {
    clear: both;
    display: block;
    float: right;
    width: 50%;
    margin: .25em 0 0 0;
    color: #8a8a8a;
}
.form-builder .form-option-lst .form-hint {
    float: none;
    width: auto;
}

.form-builder .required > label,
.form-builder .required .form-option-lst-title,
.form-builder .password-strength__rule-title {
    font-weight: bold;
}
.form-builder .form-required-hint {
    font-style: normal;
}

.form-builder input.error,
.form-builder label.error {
    color: red;
}
.form-builder label.error {
    padding-right: 0;
}
.form-builder .form-option-lst-show-title .form-option-lst,
.form-builder .form-sizer-wrapper {
    width: 50%;
    float: right;
}
.form-builder .form-option-lst > ul {
    margin-bottom: 0;
}
.form-builder .form-option-lst li {
    margin-left: 1.5em;
    position: relative;
}
.form-builder .form-option-lst li label {
    display: block;
    padding-right: 0;
}
.form-builder .form-option-lst li label > input {
    position: absolute;
    top: 0.25em;
    left: -1.5em;
    width: auto;
    float: none;
}
.form-builder .form-builder-btn {
    margin-bottom: 2.4em;
}
.form-builder .form-builder-btn-group p {
    display: inline;
    margin-right: 1.4em;
}
.form-builder input[disabled] {
    opacity: 0.5;
}

.form-builder .form-sizer label {
    white-space: nowrap;
    float: none;
    width: 100%;
    padding-right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.form-builder .form-sizer input {
    float: none;
    width: 100%;
}
.form-builder .form-sizer {
    float: left;
    margin-bottom: 0;
}
.form-builder .form-sizer-25,
.form-builder .form-street-component .form-sizer:last-child,
.form-builder .form-zip-component .form-sizer:first-child {
    width: 23%;
}
.form-builder .form-sizer-50 {
    width: 48%;
}
.form-builder .form-sizer-75,
.form-builder .form-street-component .form-sizer:first-child,
.form-builder .form-zip-component .form-sizer:last-child {
    width: 73%;
}
.form-sizer + .form-sizer {
    float: right;
}

/* =accessibility-date select
--------------------------------------------------------------- */
.form-builder .accessibility-date {
    display: flex;
    justify-content: space-between;
}
.form-builder .accessibility-date > select {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}
.form-builder .accessibility-date > select + select {
    margin-left: 0.75em;
}

/* =form-builder terms & conditions-component
--------------------------------------------------------------- */
.form-builder .form-builder-tac {
    position: relative;
}
.form-builder .form-builder-tac label {
    float: none;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 1.5em;
    font-weight: normal;
}
.form-builder .form-builder-tac input[type=checkbox] {
    float: none;
    width: auto;
    position: absolute;
    left: 0;
    top: 0.3em;
}

/* =form-builder 30% label / 70% input
--------------------------------------------------------------- */
.form-builder-30 .clearfix > label,
.form-builder-30 .form-option-lst-title {
    width: 30%;
}
.form-builder-30 input,
.form-builder-30 textarea,
.form-builder-30 select,
.form-builder-30 .form-hint,
.form-builder-30 label.error,
.form-builder-30 .form-option-lst-show-title .form-option-lst,
.form-builder-30 .form-sizer-wrapper {
    width: 70%;
}

/* =form in sidebar & small boxes (entspricht mobile)
--------------------------------------------------------------- */
.form-builder-small label,
.form-builder-small .clearfix > label,
.form-builder-small input,
.form-builder-small textarea,
.form-builder-small select,
.form-builder-small .form-option-lst-show-title .form-option-lst,
.form-builder-small .form-option-lst-title,
.form-builder-small .form-hint,
.form-builder-small label.error,
.form-builder-small .form-sizer-wrapper {
    display: block;
    float: none;
    width: 100%;
    padding-right: 0;
}
.form-builder-small label,
.form-builder-small .clearfix > label {
    margin-bottom: 0.25em;
}
.form-builder-small input[type=radio],
.form-builder-small input[type=checkbox] {
    display: inline;
    width: auto;
}
.form-builder-small [type=submit],
.form-builder-small button {
    width: 100%;
}
.form-builder-small .form-builder-btn,
.form-builder-small .form-builder-submit {
    margin: 0;
}

/* =fullwidth-inputs for livesearch
--------------------------------------------------------------- */
.form-builder.fullwidth-input input,
.form-builder.fullwidth-input .form-hint {
    float: none;
    width: 100%;
    padding: 5px;
    margin-bottom: 0.25em;
}

@media only screen and (max-width: 41.625em) { /* 666/16 */
    .form-builder label,
    .form-builder .clearfix > label,
    .form-builder input,
    .form-builder textarea,
    .form-builder select,
    .form-builder .form-option-lst-show-title .form-option-lst,
    .form-builder .form-option-lst-title,
    .form-builder .form-hint,
    .form-builder label.error,
    .form-builder .form-sizer-wrapper,
    .form-builder .password-strength,
    .form-builder .password-rules {
        display: block;
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .form-builder label,
    .form-builder .clearfix > label {
        margin-bottom: 0.25em;
    }
    .form-builder input[type=radio],
    .form-builder input[type=checkbox] {
        display: inline;
        width: auto;
    }
    .form-builder [type=submit],
    .form-builder button {
        width: 100%;
    }
    .form-builder .form-builder-btn-group [type=submit] {
        margin-bottom: 1.4em;
    }
}

/* =flex-search
--------------------------------------------------------------- */
.flex-search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-search > label {
    margin-right: 1em;
    align-self: center;
}
.form-builder.flex-search > label ,
.form-builder .flex-search > label {
    margin-right: 1em;
    width: auto;
    padding-right: 0 ;
}
.flex-search > input {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.flex-search > button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 1em;
    padding-left: 1em;
}

/* =calendar (events, reservations)
--------------------------------------------------------------- */
.calendar {
    width: 50%;
    line-height: 2;
}
.travelpass .calendar {
    width: 100%;
}
.calendar th {
    background-color: transparent;
}
.calendar th,
.calendar td {
    width: 14.28571428571429%;
    border: 1px solid #ccc;
    padding: 0;
    text-align: center;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,0.5);
}
.calendar tbody {
    background-color: #dcdfde;
}
.calendar a {
    display: block;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}
.calendar tbody a {
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}
.calendar tbody a:hover, 
.calendar tbody a:focus {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.25);
}
.cal-year a {
    display: inline;
}

/* =Tageszustände
--------------------------------------------------------------- */
.cal-entry { /* Daten mit Eintrag */
    font-weight: bold;
}
.cal-noentry { /* Daten ohne Eintrag */

}
.cal-noentry a {
    color: #707070;
}
.cal-noentry a:hover,
.cal-noentry a:focus {
    color: #000;
}

.cal-disabled,
.cal-disabled-legend span { /* inaktive Tage */
    color: #adadad;
    background-color: #eee;
}

.cal-othermonth { /* Tage ausserhalb des ausgewählten Monats */
    background-color: #fff;
}

.cal-today,
.cal-today-legend span {  /* heute */
    color: #fff;
    background-color: #000;
    box-shadow: none !important;
}
.cal-today a,
.cal-today a:hover,
.cal-today a:focus {
    color: #fff;
    text-shadow: none;
}

.cal-selected { /* ausgewählten Datum */
    box-shadow: none !important;
}
.cal-selected a,
.cal-selected-legend span {
    outline: 3px solid yellow;
}

/* =Reservations-Tageszustände
--------------------------------------------------------------- */
.calendar-legend {
    margin-bottom: 1.4em;
    font-size: 0.875em; /* 14/16 */
    -webkit-column-gap: 3%;
    -moz-column-gap: 3%;
    column-gap: 3%;
    -webkit-columns: 2 10em;
    -moz-columns: 2 10em;
    columns: 2 10em;
}
.calendar-legend li {
    margin-bottom: .25em;
}
.calendar-legend span {
    border: 1px solid #ccc;
    display: block;
    width: 1.4em;
    height: 1.4em;
    float: left;
    margin-right: .5em;
}

.cal-allfree.cal-allfree,
.cal-partlyfree.cal-partlyfree,
.cal-full.cal-full {
    box-shadow: none;
}
.cal-allfree,
.cal-allfree-legend span { /* alles frei */
    background-color: #008000;
}
.cal-partlyfree,
.cal-partlyfree-legend span { /* teilweise frei */
    background-color: #FF8000;
}
.cal-full,
.cal-full-legend span { /* besetzt */
    background-color: #FF0000;
}
.cal-allfree a,
.cal-partlyfree a,
.cal-full a {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.travelpass-cal-wrapper,
.travelpass-order-wrapper {
    width: 48.181818181818%;
    float: left;
}
.travelpass-order-wrapper {
    margin-left: 3.636363636364%; /* 20 / 550 */
}

@media only screen and (max-width: 32.5em) { /* 520/16 */
    .travelpass-cal-wrapper,
    .travelpass-order-wrapper {
        float: none;
        width: 100%;
        margin-left: 0;;
    }
}

/* =magnific gallery
--------------------------------------------------------------- */
ul.gallery-magnific {
    overflow: hidden;
}
ul.gallery-magnific li {
    float: left;
    width: 30.9090909090909%; /* 170 / 550 */
    margin-left: 3.6363636363636%; /* 20 / 550 */
}
ul.gallery-magnific li:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
}
ul.gallery-magnific li a {
    text-decoration: none;
}
ul.gallery-magnific li a figcaption {
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
ul.gallery-magnific img {
    display: block;
    margin: 0 auto;
}
ul.gallery-magnific li figcaption {
    padding: 0.5em;
}
ul.gallery-magnific li a:hover figcaption,
ul.gallery-magnific li a:focus figcaption {
    background-color: #dcdedf;
    background-color: rgba(35, 51, 59, 0.16);
}

@media only screen and (max-width: 25em) { /* 400/16 */
    ul.gallery-magnific li,
    ul.gallery-magnific li:nth-child(3n+1) {
        clear: none;
        width: 48.181818181818%; /* 265 / 550 */
        margin-left: 3.6363636363636%; /* 20 / 550 */
    }
    ul.gallery-magnific li:nth-child(2n+1) {
        clear: left;
        margin-left: 0 !important;
    }
}

/* =magnific gallery mit HiRes-Bilddownloads
--------------------------------------------------------------- */
ul.gallery-magnific--download figure {
    margin-bottom: 0.7em;
}
ul.gallery-magnific--download .download {
    display: block;
    margin-bottom: 1.4em;
    border-bottom: 1px solid #666;
    padding: 0.2em 0.5em;
    font-size: 0.875em; /* 14/16 */
    color: #666;
    text-align: center;
    background-color: #ececec;
}
ul.gallery-magnific--download .download:hover,
ul.gallery-magnific--download .download:focus {
    color: #000;
    border-bottom-color: #000;
}
ul.gallery-magnific--download .download small {
    display: block;
    font-size: 0.857142857142857em; /* 12/14 */
}

/* =breadcrumb
--------------------------------------------------------------- */
.breadcrumb {
	position: relative;
	overflow: hidden;
}
.breadcrumb::after {
	content: '';
	display: block;
	position: absolute;
	inset-block-start: 0;
	inset-inline-end: 0;
	width: 20%;
	height: 100%;
	pointer-events: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background-image: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.breadcrumb__lst {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0.5em 0;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.breadcrumb__item {
	position: relative;
	padding-inline-end: 0.5em;
	white-space: nowrap;
}
.breadcrumb__item:last-child {
	padding-inline-end: 1em;
}
.breadcrumb__link {
	text-decoration: none;
}

/* separator icon */
.breadcrumb__item:not(:first-child)::before {
	content: "\f105";
	position: static;
	display: inline-block;
	margin: 0 .75em;
	font-family: FontAwesome;
	text-indent: 0;
}


/* breadcrumb dropdown */
.breadcrumb__dropdown {
	display: none;
	position: absolute;
	inset-block-start: 1.55rem;
	inset-inline-start: 0;
	z-index: 800;
}
.breadcrumb__dropdown.expanded {
	display: block;
}
.breadcrumb__dropdown ul {
	min-width: 200px;
}



/* =osm online-schalter
--------------------------------------------------------------- */
.os-lst-filter {
    margin-bottom: 1.4em;
}
.os-article {
    width: 85%;
}
.os-price {
    width: 15%;
}
.os-price-detail {
    text-align: right;
    border-top: 1px solid #a1acb0;
    border-bottom: 3px double #a1acb0;
    padding: 0.25em 0 0.15em 0;
}
.infobox {
    overflow: hidden;
    margin-bottom: 1.4em;
    font-size: 0.875em;
}
.infobox > div {
    float: left;
    width: 50%;
}
.infobox > div + div {
    float: right;
}
.infobox > div:first-of-type {
    padding-right: 1em;
}
.infobox > div > p {
    margin-bottom: .7em;
}
.tbl-no {
    white-space: nowrap;
}
.btn-invis {
    border: 0;
    background-color: transparent;
}

@media only screen and (max-width: 32.5em) { /* 520/16 */
    .infobox > div {
        float: none;
        width: 100%;
    }
}

/* =osm shop-ausgabe mit bildern
--------------------------------------------------------------- */
.content-sidebar .content .row.shop-product {
    margin-bottom: 0;
}
.shop-product {
    border-bottom: 1px solid #dcdfde;
    padding: 0.7em 0;
}
.shop-product div > * {
    margin-bottom: 0.7em;
}
.shop-product-img {
    display: block;
}
.shop-product-price {
    font-size: 1.125em; /* 18/16 */
}

@media only screen and (max-width: 25em) { /* 400/16 */
    .shop-product .col-3 {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .shop-product-addtocart .btn {
        display: block;
    }
}

/* =osm shop-ausgabe: detailseite mit mehreren bildern
--------------------------------------------------------------- */
.gallery {
    margin-bottom: 3em;
}
.gallery-cell {
    width: 100%;
}
.gallery-cell img {
    display: block;
}
.flickity-prev-next-button:disabled {
    display: none;
}

/* =sales warenkorb
--------------------------------------------------------------- */
.sales-basket-tbl {
    font-size: 0.875em;
}
.sales-basket-infobox .btn {
    display: block;
    color: #fff;
    padding: 0.25em 0.5em;
}
.sales-basket-article {
    width: 100%;
}
.sales-basket-tbl {
    clear: both;
}
.sales-basket-quant {
    white-space: nowrap;
}
.sales-updatequantity {
    width: 3em;
}

.sales-subtotal,
.sales-fee,
.sales-shippingprice {

}
.sales-subtotal {
    border-bottom-width: 2px;
    font-weight: bold;
}
.sales-total,
.sales-totprice {
    font-size: 1.14285714285714em; /* 16/14 */
}

.sales-basket-article-details {
    padding: 1em !important;
    font-size: 0.875em; /* 14/16 */
}
.form-data-view {

}
.form-data-view dl {
    margin-bottom: 1.4em;
    overflow: hidden;
}
.form-data-view dt {
    font-weight: bold;
    width: 30%;
}
.form-data-view dt,
.form-data-view dd {
    margin: 0;
    padding: 0;
    float: left;
}
.form-data-view dt {
    clear: left;
    font-weight: bold;
    width: 30%;
}
.form-data-view dd {
    width: 70%;
}
.terms {
    margin-bottom: 1.4em;
}

/* =search-results
--------------------------------------------------------------- */
.search-result-lst li {
    margin-bottom: 1.5em;
}
.search-result-title {
    margin-bottom: 0;
}

/* =messenger
--------------------------------------------------------------- */
.subscription-opt-lst thead th {
    white-space: nowrap;
}
.col-subscription-title,
.col-subscription-html,
.col-subscription-plain,
.col-subscription-sms {
    position: static;
    float: none;
    margin-left: 0;
}
.col-subscription-title {
    width: 100%;
}
.col-subscription-html,
.col-subscription-plain,
.col-subscription-sms {
    text-align: center;
}
.subscription-opt-lst input {
    float: none;
    width: auto;
}
.col-subscription-delivery {
    padding-right: 0;
}
.col-subscription-delivery ul {
    margin: 0;
}
.col-subscription-delivery label {
    white-space: nowrap;
}


/* =mod-index toc
--------------------------------------------------------------- */
.mod-index-toc {
    position: relative;
    overflow: hidden;
    margin: 1.5em 0;
    background-color: #ececec;
    border-radius: 3px;
}
.mod-index-toc ul {
    display: table;
    table-layout: fixed;
    display: flex;
    width: 100%;
    margin: 0;
    font-size: 0.875em; /* 14/16 */
}
.mod-index-toc li {
    white-space: nowrap;
    text-align: center;
    flex: 1;
    border-left: 1px solid #d2d2d2;
}
.mod-index-toc li:first-child {
    border-left: 0;
    flex: 2;
}
.mod-index-toc a {
    display: block;
    padding: 0.25em 0;
    color: #666;
    text-decoration: none;
}

.mod-index-toc a:hover,
.mod-index-toc a:focus {
    color: #000;
}
.mod-index-toc li.active a {
    color: #fff;
    background-color: #666;
}
.mod-index-toc li.disabled a,
.mod-index-toc li.disabled.active a {
    cursor: default;
    opacity: 0.2;
    color: #666;
    background-color: #fff;
}

/* =mod-index tags
--------------------------------------------------------------- */
.mod-index-tag-filter {
    display: none;
    position: relative;
    overflow: hidden;
}
.mod-index-tag-lst {
    display: table;
    width: 100%;
    border-bottom: 1px solid #666;
    font-size: 0.875em; /* 14/16 */
    display: flex;
}

.mod-index-tag-lst li {
    position: relative;
    white-space: nowrap;
    top: 1px;
    flex: 1 1 auto;
    text-align: center;
    box-shadow: inset 0 -5px 4px -4px rgba(0, 0, 0, 0.3) 
}
.mod-index-tag-lst li a {
    display: block;
    padding: 0.5em;
    border: 1px solid #d2d2d2;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    color: #666;
    text-decoration: none;
    background-color: #ececec;
}
.mod-index-tag-lst li a:hover,
.mod-index-tag-lst li a:focus,
.mod-index-tag-lst li.active a {
    color: #000;
}
.mod-index-tag-lst li.active a {
    border-color: #666;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 575px) {
    .mod-index-toc::after,
    .mod-index-tag-filter::after {
        display: block;
        pointer-events: none;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 20%;
        height: 100%;
        background-image: -webkit-gradient(linear, left center, right center, from(rgba(240, 240, 240, 0.00)), to(rgba(240, 240, 240, 1.00)));
        background-image: -webkit-linear-gradient(left, rgba(240, 240, 240, 0.00), rgba(240, 240, 240, 1.00));
        background-image: -moz-linear-gradient(left, rgba(240, 240, 240, 0.00), rgba(240, 240, 240, 1.00));
        background-image: -ms-linear-gradient(left, rgba(240, 240, 240, 0.00), rgba(240, 240, 240, 1.00));
        background-image: linear-gradient(left, rgba(240, 240, 240, 0.00), rgba(240, 240, 240, 1.00));
    }
    .mod-index-toc ul,
    .mod-index-tag-lst {
        display: block;
        width: auto;
        margin: 0;
        border-bottom: 0;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .mod-index-toc li,
    .mod-index-tag-lst li {
        display: table-cell;
    }
    .mod-index-toc a,
    .mod-index-tag-lst li a {
        padding: 0.25em 0.5em;
    }
}

/* =mod-index a-z list
--------------------------------------------------------------- */
.mod-index-pages > div {
    margin-bottom: 1.4em;
}
.mod-index-pages > div > h2 {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0;
    border-top: 1px solid #666;
    padding: 0.25em;
    color: #000;
    background-color: #ececec;
}
.mod-index-pages > div:target {
    background-color: #f5e9d8;
}
.mod-index-pages > div:target h2 {
    color: #fff;
    background-color: #666;
}
.mod-index-pages > div:target ul {
    padding-bottom: 1em;
}

/* =associations
--------------------------------------------------------------- */
.association-name {
    width: 50%;
}

/* =company
--------------------------------------------------------------- */
.company-name a {
    display: block;
}
.company-web,
.company-sunday {
    text-align: center;
}
.company-web a::after {
    content: none;
}

/* =collections
--------------------------------------------------------------- */
.collection-lst {
    margin-bottom: 0;
}
.collection-lst .collection-item {
    display: block;
    float: left;
    margin: 0 0.5em 0.5em 0;
}

/* =styleguide
--------------------------------------------------------------- */
.styleguide .col {
    overflow: hidden;
}
.styleguide .col strong {
    float: left;
    margin: 0 1em 0 0;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    font-weight: normal;
}
.styleguide .col h2 {
    margin: 0 0 0.3em 0;
    font-weight: normal;
    font-size: 1em;
}
.styleguide .col p {
    margin-bottom: 0;
}

/* =news-lst inhaltsseiten
--------------------------------------------------------------- */
.news-lst li {
    border-bottom: 1px solid #dcdfde;
    padding: 0.7em 0;
}
.news-lst li a {
    display: block;
}
.news-meta {
    margin-bottom: 0.7em;
    font-size: 0.875em; /* 14/16 */
    color: #666;
}
.news-description {
    margin-bottom: 0;
}

/* =news-lst für projekte
--------------------------------------------------------------- */
.mod-news-lst-projects li {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #dcdfde;
    padding: 0.7em 0;
}
.mod-news-lst-projects a {
    display: block;
}
.mod-news-lst-projects img {
    display: block;
}
.mod-news-lst-projects .news-description {
    margin-bottom: 0;
}

@media only screen and (max-width: 25em) { /* 400/16 */
    .mod-news-lst-projects .col-3 {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .mod-news-lst-projects img {
        margin-bottom: 0.7em;
    }
}

/* =mitarbeiterlisten abteilungen
--------------------------------------------------------------- */
.mod-ma-lst--baden li {
    overflow: hidden;
    border-bottom: 1px solid #dcdfde;
    padding: 0.5em 0;
}
.mod-ma-lst-content {
    float: left;
    width: 69.090909090909%; /* 380/550 */
}
.mod-ma-lst-photo {
    float: right;
    width: 25.454545454545%; /* 140/550	 */
}
.mod-ma-lst--baden h3 {
    margin-bottom: 0;
    font-size: 1em;
}
.mod-ma-lst--baden .function {
    margin-bottom: 0.75em;
    font-size: 0.875em;
    color: #666;
}
.mod-ma-lst-photo img {
    display: block;
    border: 1px solid #dcdfde;
}

/* =accordion
--------------------------------------------------------------- */
.js-accordion {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 1.4em;
}
.js-accordion_control {
    display: flex;
    margin-bottom: 0;
    border-top: 1px solid #d2d2d2;
    padding: .4em 0 .2em;
    cursor: pointer;
}
.js-accordion_control > span {
    flex: 1 1 auto;
    margin-right: 0.75em;
}
.js-accordion_control::after {
    flex: 0 0 auto;
    float: right;
    padding-right: 0.5em;
    content: "\f077";
    display: inline-block;
    font: normal normal 0.7em/1.8 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    transition: all .5s ease;
}
.js-accordion_control--active::after {
    content: "\f078";
}
.js-accordion-content {
    padding: 0.7em 0;
}
.js-accordion-content > *:last-child {
    margin-bottom: 0;
}

/* =störer
--------------------------------------------------------------- */
.stoerer {
    position: relative;
    width: 300px;
    padding: 1.4em;
    color: #fff;
    background: #000;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0px 20px 15px -15px rgba(0,0,0,0.3);
}
.stoerer > *:last-child {
    margin-bottom: 0;
}
.stoerer-close {
    position: absolute;
    top: 0.25em;
    right: 0.25em;
    border: 0;
    background-color: transparent;
}
.stoerer-eventletter .btn {
    background-color: #c12940;
}
.stoerer-eventletter .btn:hover,
.stoerer-eventletter .btn:focus {
    color: #000;
    background-color: #fff;
}

@media only screen and (max-width: 500px) {
    .stoerer {
        position: absolute;
        z-index: 15;
        left: 5%;
        bottom: 1em;
        width: 90%;
    }
}

/* =event-detail global (kulturagenda + weitere mandanten)
--------------------------------------------------------------- */
.event-detail-dyngroups {
    border-top: 1px solid #d2d2d2;
    padding-top: 1em;
}
.event-detail-dyngroups dt {
    margin: 0 0 0.75em;
    font-weight: bold;
    font-size: 1.125em; /* 18 / 16 */
}
.event-detail-dyngroups dd {
    margin-left: 0;
    padding-left: 1.5em;
}
.event-detail-dyngroups dd::before {
    position: absolute;
    content: '\2013';
    text-indent: -1.5em;
}

/* =faq
--------------------------------------------------------------- */
.faq--details dt {
    font-weight: bold;
}
.faq--details dd {
    margin-left: 0;
    padding-left: 0;
}


/* =cookie-consent fallbacks
--------------------------------------------------------------- */
.cc-placeholder {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
}
.cc-placeholder > img {
    display: block;
}

/* readspaker */
.cc-placeholder.cc-placeholder--readspeaker,
.rs_addtools, .rsbtn {
    margin-bottom: 26px !important;
}