:root {
    counter-reset: news-files;
}

svg {
    width: 700px;
    height: auto;
}

body {
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    min-width: 320px !important;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    letter-spacing: 0.025em;
    display: flex;
    flex-direction: column;
    padding-right: 0 !important;
}


/** alex test adressen neben karte ausblenden  **/

.tt_address_list>div>[class*="col-"]:first-child {
    display: none;
}

.cc-revoke.dp--revoke {
    order: 99;
    display: inline-flex;
    position: relative;
    background-color: #01165f !important;
    border-radius: 0 !important;
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0;
    color: rgba(255, 255, 255, 0.5) !important;
}

.cc-revoke.dp--revoke .dp--hover {
    display: flex;
}

body.zoom15 {
    -webkit-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -o-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    max-width: 78%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

body.zoom2 {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    position: relative;
}

@media (min-width:1500px) {
    /*
    main header {
        transform: translateX(-3.4rem);
    }
*/
}

@media (min-width:992px) {
    .h1,
    h1 {
        font-size: 2rem;
    }
}

h2,
.h2 {
    font-size: 1.5rem;
}

h3,
.h3 {
    font-size: 1.25rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

a {
    text-decoration: none;
}

.fa-at {
    font-size: 80%;
    width: 1rem !important;
}

header h3:nth-child(2),
header h4:nth-child(2) {
    margin-bottom: 1rem;
}

header {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main-content header {
    margin-bottom: 1rem;
}

.main-content [class*="_columns"] header {
    margin-bottom: 0.5rem;
}


/*
.main-content > div:first-child header::after {
    position: relative;
    content: "";
    height: 4px;
    width: 3.4rem;
    left: 0;
    bottom: 0.75rem;
    background-color: var(--cyan);
    display: flex;
    margin-bottom: 0.25rem;
}
*/

.main-content h1:before {
    content: "D";
    position: absolute;
    left: -2.5rem;
    background-color: var(--cyan);
    color: var(--cyan);
    line-height: 0.95;
    top: 0.4875rem;
    font-size: 78%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

[dir="rtl"] .main-content h1:before {
    left: auto;
    right: -2.5rem;
}


/*
.main-content h2::after {
    content: "";
    position: relative;
    bottom: -0.75rem;
    left: 0;
    height: 4px;
    width: 2rem;
    background-color: var(--primary);
    display: flex;
    margin-bottom: 1rem;
}
.main-content [class*="layout-"] h2::after {
    background-color: white;
}
*/

.main-content>div:first-child h2:after {
    content: "";
    height: 0;
    width: 0;
    background-color: transparent;
}

.main-content>div>.row>.col-md-8 {
    padding-right: 2.5rem;
}

.well header,
[class*="x-style"] header {
    margin-bottom: 1.5rem;
}

.well header:after,
[class*="x-style"] header:after {
    display: none;
}

h2.subheader.text-secondary {
    padding-bottom: 0.5em;
}

.lead {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 1rem !important;
}

.btn {
    border-radius: 0;
}

.btn {
    font-size: 1.2em;
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.media2click-controls .media2click-button {
    padding: .5em .75em;
    border-radius: 0;
    font-weight: 600;
}

p {
    font-size: 16px;
}

@media screen and (min-width: 80em) {
    body,
    p {
        font-size: 18px;
    }
}

@media screen and (min-width: 64.0625em) {
    body,
    p {
        font-size: 18px;
    }
}

@media screen and (min-width: 47.9375em) {
    body,
    p {
        font-size: 16px;
    }
}

[class*="bg-cyan"] header *,
[class*="bg-violet2"] header * {
    /*
    font-size: 2.5rem;
    */
}

@media (min-width: 1430px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
    }
    #page-wrapper>.container,
    #page-wrapper>.container-lg,
    #page-wrapper>.container-md,
    #page-wrapper>.container-sm,
    #page-wrapper>.container-xl {
        max-width: 1430px;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg .offcanvas {
        bottom: auto;
        top: 0;
        background-color: white;
    }
}

.navbar-light .navbar-brand {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    /* left: -0.875rem; */
    z-index: 110;
}

@media (min-width:992px) {
    .navbar-light .navbar-brand {
        position: fixed;
        top: 1rem;
        left: 1rem;
    }
}

.offcanvas-backdrop.show {
    top: 60vh;
    display: none !important;
}

.navbar-light .navbar-brand {
    /* position: fixed;
  top: 1.25rem; */
    /* left: calc((100vw - 1400px) / 2); */
}

[dir="rtl"] .navbar-light .navbar-brand {
    left: auto;
    /* right: calc((100vw - 1400px) / 2); */
}

[dir="rtl"] .nav-row-top [href*="tel:"] i {
    margin-left: 0.5rem;
}

@media (min-width:1400px) {
    .navbar-light .navbar-brand {
        left: calc((100vw - 1400px) / 2);
    }
    [dir="rtl"] .navbar-light .navbar-brand {
        right: calc((100vw - 1400px) / 2);
    }
}

.navbar-brand img.d-inline-block {
    margin-right: 1.5rem;
    background-color: transparent;
    padding: 0;
    width: auto;
}

span.brand-claim {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 2.75rem;
}

a.navbar-brand {
    display: flex;
    align-items: center;
}

.fontsize a {
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
}

.nav-link .fa-phone {
    margin-right: 0.5rem;
}

.nav-item #language {
    padding: 0;
}

#language i {
    margin-right: 0.5rem;
}

[dir="rtl"] #language i {
    margin-left: 0.5rem;
}

.search-open i {
    line-height: 1.5;
}

.dropdown-menu.language-menu.show {
    top: 2rem;
    left: -100%;
}

.language-menu [class*="icon-flags-"] {
    padding-left: .5rem;
    padding-right: .5rem;
    justify-content: left;
    order: 0 !important;
}

.language-menu a.dropdown-item {
    padding-left: 0.5rem;
}

.language-menu span.icon-markup {
    order: -10;
}


/*
.navbar-nav .nav-link {
    letter-spacing: 0.025em;
}
*/

nav#main-navbar {
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

#main-navbar a.nav-link.active-not {
    color: white;
}

@media (min-width:992px) {
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    nav#main-navbar {
        padding-top: 0.9rem !important;
        padding-bottom: 0 !important;
        padding-left: 0;
        padding-right: 0;
        transition: all 300ms ease-in;
    }
    #main-navbar.navbar-shrink {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        padding-left: 0;
        padding-right: 0;
    }
    .nav-row-top {
        transition: all 300ms ease;
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
        min-height: 4.6rem;
    }
    .navbar-shrink .nav-row-top {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        transition: all 300ms ease;
        min-height: 4.6rem;
    }
    .navbar-brand img {
        transform: scale(1) translateX(-0.5rem);
        transition: all 300ms ease;
        transform-origin: top left;
    }
    .navbar-shrink .navbar-brand img {
        transform: scale(0.8) translateX(-0.5rem) translateY(-0.5rem);
        transition: all 300ms ease;
        transform-origin: top left;
    }
    #main-navbar .navbar-nav .nav-item:first-child {
        margin-left: -1rem;
    }
    /* .nav-wrap.w-100 {
        line-height: 1.5;
        transition: line-height 300ms ease;
    }
    #main-navbar.navbar-shrink .nav-wrap.w-100 {
        line-height: 1.7;
        transition: line-height 300ms ease;
    } */
    ul.container.navbar-nav {
        justify-content: left;
    }
    .dropdown-menu {
        border-radius: 0;
        transition: all 300ms ease;
    }
    .dropdown-menu.show {
        border-width: 0;
        top: auto;
        transition: all 300ms ease;
        left: -1rem;
        padding-bottom: 1rem;
        margin-top: 0;
        min-width: 17rem;
    }
    .dropdown-menu:not(.mega-dropdown-menu).show a {
        transition: all 150ms ease;
        line-height: 1.5;
    }
    .dropdown-menu:not(.mega-dropdown-menu).show a:hover {
        transition: all 150ms ease;
        padding-left: 1.5rem;
        padding-right: 1.25rem;
    }
    div#language-menu {
        padding-right: 1.5rem;
    }
    .language-menu:not(.mega-dropdown-menu).show a:hover {
        transition: all 150ms ease;
        padding-left: .75rem;
        padding-right: 0;
    }
    .dropdown-submenu a::after {
        top: .45em;
    }
    .dropdown-submenu .dropdown-menu.show {
        top: -0.5rem;
        left: 100%;
        border-top: 0 solid var(--cyan3);
        border-left: 1px solid var(--cyan3);
        padding-right: 0.5rem;
        top: -0.5rem !important;
    }
    .dropdown-menu>a {
        display: inline-flex;
    }
    .dropdown-menu>a * {
        order: 2;
    }
    .dropdown-menu>a i {
        order: 4;
        padding-left: 0.5rem;
    }
    .dropdown-menu>a i svg {
        color: var(--cyan3);
    }
    ul.navbar-nav.small {
        position: relative;
        /* transform: translateY(-0.5rem);
        transition: all 300ms ease; */
        z-index: 10;
    }
    .navbar-shrink ul.navbar-nav.small {
        transform: translateY(0);
        transition: all 300ms ease;
    }
    .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav.small .nav-link {
        font-size: 1rem;
    }
    .navbar-shrink .dropdown-menu.show {
        transition: all 300ms ease;
        top: auto;
    }
    .mega-dropdown-menu {
        border-width: 0;
        padding: 0 0 1rem 0;
        top: auto;
        margin-top: 0 !important;
    }
    .mega-dropdown-menu>div {
        position: relative;
    }
    .mega-dropdown-menu>div>.fsc-default,
    .mega-dropdown-menu .container>div>.fsc-default {
        min-height: 7rem;
        padding-top: 1rem !important;
        padding-bottom: 1.5rem;
    }
    .navbar-light .navbar-nav .nav-link {
        font-weight: 600;
        padding-right: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        transition: all 300ms ease;
        line-height: 1.5;
    }
    .navbar-shrink.navbar-light .navbar-nav .nav-link {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        transition: all 300ms ease;
    }
    .mega-dropdown-menu a {
        font-weight: 500;
    }
    .mega-dropdown-menu:before {
        left: 0;
        top: 6.1rem;
        position: fixed;
        width: 100%;
        height: 0;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0);
        transition: all 75ms ease;
    }
    .mega-dropdown-menu.show {
        background-color: transparent;
        transition: top 300ms ease;
        position: fixed !important;
        width: 99.98vw;
        top: auto;
        margin-left: 0;
        margin-top: 0 !important;
    }
    .mega-dropdown-menu.show>div:first-child {
        padding-top: 1rem !important;
        padding-bottom: 0.125rem !important;
    }
    .mega-dropdown-menu.show:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        top: 10.25rem;
        width: 100%;
        height: 100%;
        transition: all 300ms ease;
        z-index: -1;
    }
    .navbar-shrink .mega-dropdown-menu.show:after {
        top: 6.75rem;
        transition: all 300ms ease;
    }
    .navbar-shrink .mega-dropdown-menu {
        padding: 0 0 1rem 0;
    }
    .navbar-shrink .mega-dropdown-menu.show {
        transition: top 300ms ease;
        top: auto;
    }
}

@media (min-width:1400px) {
    .mega-dropdown-menu.show {
        background-color: transparent;
        transition: top 300ms ease;
        position: fixed !important;
        width: 100%;
        top: auto;
        margin-left: calc((100vw - 1410px) / 2);
        margin-top: 0 !important;
        max-width: 1420px;
        margin-top: 0 !important;
    }
}


/* ################ */

.mega-dropdown-menu [class*="_columns"] [class*="col-md"] {
    border-right: 2px solid rgba(255, 255, 255, 0.5);
}

.mega-dropdown-menu [class*="_columns"] [class*="col-md"]:last-child {
    border-right: 2px solid transparent;
}

.mega-dropdown-menu [class*="col-"] .fsc-default {
    padding-top: 0;
    padding-bottom: 0;
    transform: translateX(0);
    transition: all 150ms ease;
    padding-bottom: 1rem;
}

.mega-dropdown-menu [class*="col-"] .fsc-default:lst-child {
    padding-bottom: 0;
}

.mega-dropdown-menu [class*="col-"] .fsc-default:hover {
    transform: translateX(0.5rem);
    transition: all 300ms ease;
}

.mega-dropdown-menu p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.mega-dropdown-menu .lead,
.mega-dropdown-menu p.lead {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
}

.mega-dropdown .ce-link {
    display: flex;
}

.mega-dropdown .ce-link::after {
    position: absolute;
    right: 0.75rem;
    top: auto;
    bottom: 0;
}

.nav-item a[target*="_blank"]:after,
.nav-item a[href*="http"]:after,
[class*="ce-menu"] a[href*="http"]:after {
    content: "\f35d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    padding-left: 0.125rem;
    opacity: 0.5;
}

.footer a[target*="_blank"]:after,
.footer a[href*="http"]:after {
    content: "";
    display: none;
}


/* karriere */

#nav-item-44 a:after {
    display: none;
}

.main-content .nav-item a[target*="_blank"]:after,
.main-content .nav-item a[href*="http"]:after,
.main-content [class*="ce-menu"] a[href*="http"]:after,
aside .nav-item a[target*="_blank"]:after,
aside .nav-item a[href*="http"]:after,
aside [class*="ce-menu"] a[href*="http"]:after {
    padding-left: 0.25rem;
    font-size: 85%;
}

.dropdown-menu a {
    position: relative;
}

.nav-item .dropdown-menu a[href*="http"]:after {
    padding-left: 0.5rem;
}

.nav-item .dropdown-submenu a[href*="http"]:after {
    transform: rotate(0);
    top: 0.8em;
    padding-left: 1rem;
    right: 0.5rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.alert-secondary {
    color: initial;
    background-color: rgba(0, 0, 0, .05);
    border-color: rgba(0, 0, 0, .05);
    border-radius: 0;
    border-width: 0;
}

.alert-secondary .lead,
.alert-secondary h2,
.alert-secondary h3,
.alert-secondary a {
    font-size: 1.25rem !important;
    margin-bottom: 0 !important;
    font-weight: 600;
}

.accordion-item {
    border: none;
}


/* ce-menu... wie accordion card header */

.button-style[class*="ce-menu"] ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.accordion-header,
.button-style[class*="ce-menu"] ul li {
    margin: 0 0 0.5rem 0;
    padding: 1rem 1.25rem 0.5rem;
    background-color: rgba(0, 0, 0, .05);
    border: none;
    border-bottom: 0 solid rgba(0, 0, 0, .05);
    flex: 1 1 100%;
    max-width: 100%;
}

.accordion-header {
    padding: 0;
}

.accordion-button {
    background-color: transparent;
    font-weight: 600;
    font-size: 1.1rem;
}


/*
@media screen and (min-width:576px) {
    .button-style[class*="ce-menu"] ul {
        flex-direction: row;
        flex-wrap: wrap;
        width: 102%;
    }
    .button-style[class*="ce-menu"] ul li {
        margin: 0 2% 0.5rem 0;
        flex: 1 1 48%;
        max-width: 48%;
    
    }
}
*/

.button-style[class*="ce-menu"] a {
    font-size: 1.1rem;
    font-weight: 600;
}

.button-style[class*="ce-menu"] a:hover {
    text-decoration: underline;
}

.button-style[class*="ce-menu"] a:before {
    content: "";
    padding: 0;
    margin: 0;
}

@media (min-width:992px) {
    .mega-dropdown-menu .row[class*="ce-"] {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

.lead-min-height .lead {
    min-height: 3.75rem;
}

.jumbotron {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: hidden;
    min-height: 1rem;
    background-color: white;
    padding-left: 0;
    padding-right: 0;
}

.jumbotron .ce-gallery {
    max-height: 30em;
}

.jumbotron .background-image {
    min-height: 30em;
}

.jumbotron .h2 {
    font-size: 2em;
}

.jumbotron figure.image {
    margin-bottom: 0;
    /* transform: translateY(7px); */
}

.jumbotron .ce-gallery {
    margin-bottom: 0 !important;
}

.jumbotron img.image-embed-item {
    width: 100vw !important;
    height: auto;
}

.jumbotron .ce-textmedia picture {
    position: relative;
}

.jumbotron .ce-textmedia picture:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
}

.jumbotron .carousel-caption {
    background-color: var(--violet2);
    color: white;
}

@media (max-width:991.98px) {
    .jumbotron .ce-textmedia picture:before {
        background: none;
        z-index: -1;
    }
    li.logo-extra-li {
        display: none;
    }
    li.logo-extra-nav {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .logo-extra-nav-div {
        background-color: white;
        padding: 0.5rem;
    }
    #page-1 li.logo-extra-nav {
        display: none !important;
    }
}

.slider-text .lead {
    font-size: 2rem;
    font-weight: 700;
}

.slider-text p {
    font-size: 1.25rem;
    line-height: 1.25;
}

ul {
    padding-left: 1.5rem;
    list-style-type: square;
}

a.carousel-imglink {
    display: flex;
}

figcaption.carousel-caption {
    font-size: 1.5em;
}

.carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem 1em;
    width: 100%;
}

figcaption.carousel-caption {
    padding-bottom: 1rem !important;
}

.carousel-caption a.btn.btn-primary {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.carousel-caption a {
    color: white;
}

@media (min-width:992px) {
    .carousel-caption {
        position: absolute;
        right: auto;
        bottom: 0;
        left: 0;
        padding: 0.875em;
        width: 40%;
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: rgb(0 0 0 / 25%);
}

.breadcrumb {
    /*
    padding-left: 2rem;
    padding-right: 2rem;
    */
    padding-left: 0;
    font-size: 1rem;
    padding: .3333rem 1rem .3333rem 0.125rem;
}

nav.breadcrumb-nav {
    position: relative;
    /* top: -7px; */
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.75rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.75rem;
    color: ghostwhite;
    font-family: "Font Awesome 5 free";
    content: "\f054";
    font-size: 70%;
    top: 1px;
    position: relative;
}

a#language {
    margin-left: 2rem;
    margin-right: 0.5rem;
}

li.navbar-search-icon {
    margin-left: auto;
    margin-right: 3rem;
}

.search-top {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    background-color: var(--cyan);
    height: 0;
    transition: all 150ms ease;
}

.navbar-shrink .search-top {
    top: 0;
}

.search-top .input-group {
    overflow: hidden;
    padding-top: 0.5rem;
    padding-bottom: 0;
    height: 0;
    transition: all 150ms ease;
}

.search-top.active {
    height: 3.875rem;
    transition: all 150ms ease;
}

.search-top.active .input-group {
    overflow: hidden;
    padding-top: 0.5rem;
    padding-bottom: 0;
    height: 100%;
    transition: all 150ms ease;
}

.search-top .input-group .form-inline {
    opacity: 0;
    transition: all 100ms ease;
    padding-bottom: 0;
}

.search-top.active .input-group .form-inline {
    opacity: 1;
    transition: all 300ms ease;
    padding-bottom: 0.5rem;
}

.search-top.row:before {
    content: "";
    position: absolute;
    left: -50vw;
    background-color: var(--cyan);
    width: 200vw;
    right: -50vw;
    height: 100%;
}

.toggle-searchbox {
    background-color: transparent;
    color: white;
    font-size: 0.875rem;
}

.search-box {
    visibility: visible;
    transition: all 150ms ease;
}

.search-box.active {
    visibility: visible;
    transition: all 150ms ease;
}

.search-top input#ke_search_searchfield_sword {
    width: 20em;
    border-color: transparent;
    background-color: ghostwhite;
}

button.search-open:focus {
    outline: none;
}

.nav-link.search-open:hover {
    cursor: pointer;
}

.search-box {
    display: flex;
}

.search-box #ke_search_searchfield_submit [class*="fa-"] {
    color: white;
}

.media figure.image {
    flex-shrink: initial !important;
}

input[type="text"],
input[type="password"],
.form-control {
    padding: 0.3333rem 0.6666rem;
    border-color: dimgray;
    border-width: 1px;
}

input[type="submit"] {
    color: white;
    border-width: 0;
    padding: 0.5rem 0.75rem;
    font-weight: bold;
}


/* ke_search */

.main-content .tx-kesearch-pi1 .kesearch_searchbox {
    border: none;
    display: flex;
    align-items: flex-start;
    align-content: center;
}

.main-content .kesearch_searchbox input[type="submit"] {
    padding: 0.5rem;
}

span.resetbutt {
    display: none;
}

div.kesearchbox {
    position: relative;
    height: auto;
    margin: 0 0 10px 0;
}

.main-content #ke_search_sword {
    position: relative;
    top: auto;
    width: 20rem;
    height: auto;
    padding: 0.5rem;
    margin: 0 0.5rem 0 0;
    display: inline;
}

.result-list-item span.teaser_icon:before {
    background-color: gray;
    color: white;
    padding: 0.25rem 0.5rem;
}

.result-list-item-type-tt_address span.teaser_icon:before {
    content: "Adresse";
}

.result-list-item-type-news span.teaser_icon:before {
    content: "News";
    background-color: var(--cyan);
}

.result-list-item-type-page span.teaser_icon:before {
    content: "Seite";
    background-color: var(--violet);
}

.result-list-item span.teaser_icon img {
    position: absolute;
    left: -999em;
}

figcaption {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 0.3333rem;
    padding-bottom: 1rem;
}

b,
strong {
    font-weight: 600;
}

.btn {
    font-weight: 600;
}

#page-content .carousel-inner {
    background-color: ghostwhite;
}

#page-content .carousel-item img.img-fluid {
    max-height: 600px;
    width: auto;
    object-fit: contain;
}

.beside .w-33 .gallery img {
    /*
    max-height: 200px !important;
    */
}

#page-content .gallery {
    /* margin-bottom: 1.5rem; */
}


/* if whole page has container / e.g. subpages -> page properties */

.container #page-content .row {
    /*
    margin-left: 15px;
    margin-right: 15px;
    */
}


/* ######### */


/* width 85% width padding in case with bg color */

[class*="layout-"] .row,
[class*="bg-"] .row {
    /*
    margin-left: 0;
    margin-right: 0;
    */
}

.w-container,
.w-85,
[class*="layout-"],
[class*="bg-"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

[class*="layout-"] [class*="layout-"],
[class*="bg-"] [class*="bg-"],
[class*="w-85"] [class*="w-85"],
[class*="w-c"] [class*="w-c"],
.ce-shortcut[class*="layout-"] .ce-shortcut[class*="layout-"],
.ce-shortcut[class*="w-85"] .ce-shortcut[class*="w-85"],
.ce-shortcut[class*="w-c"] .ce-shortcut[class*="w-c"],
.ce-shortcut[class*="bg-"] .ce-shortcut[class*="bg-"] {
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent;
}

@media (min-width:1440px) {
    .w-85 {
        max-width: 100%;
        padding-left: calc((100% - 85%) / 2);
        padding-right: calc((100% - 85%) / 2);
    }
    .w-container {
        max-width: 100%;
        padding-left: calc((100% - 1370px) / 2);
        padding-right: calc((100% - 1370px) / 2);
    }
}

.fsc-default li {
    padding-bottom: 0.25rem;
}

.fsc-default>h2 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    display: flex;
}

.fsc-default [class*="fa-chevron-"] {
    font-size: 80%;
    transform: translateX(2px) translateY(-1px);
}

aside p,
.col-md-4 p {
    margin-bottom: 0.5rem;
}


/* ^^ mor place for images */

.col-md-4 [class*="layout-"] .row.beside [class*="w-"]:last-child {
    padding-left: 0;
    padding-right: 0;
}

.ce-four_columns.layout-bg-ghostwhite {
    padding-left: 8% !important;
    padding-right: 8% !important;
}

.container-fluid,
.container-fluid.px-0 {
    /* overflow-x: hidden; */
    max-width: 1430px;
}

@media (min-width:1400px) {
    .ce-background_wrapper {
        margin-left: calc((-100vw + 1400px) / 2);
        position: relative;
        margin-right: calc((-100vw + 1400px) / 2);
    }
    .ce-background_wrapper>div {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.main-content {
    min-height: 33em;
}

.main-content>.fsc-default,
.main-content>div>.fsc-default {
    margin-bottom: 3rem;
}

.main-content>div.mb-0,
.main-content>.fsc-default.mb-0,
.main-content>div>.fsc-default.mb-0 {
    margin-bottom: 0 !important;
}

.main-content>.fsc-default,
.main-content>div>.fsc-default,
.main-content>div {
    padding-left: 1rem;
    padding-right: 1rem;
}


/*
.main-content > div {
    padding-left: 0;
    padding-right: 0;
}
.main-content > div > div {
    padding-left: 0;
    padding-right: 0;
}
*/

.main-content>div>.fsc-default.ce-shortcut,
.main-content>div>div,
.main-content>div>.fsc-default,
.main-content>div>.fsc-default.ce-container {
    padding-left: 0;
    padding-right: 0;
}

.main-content>div>.row[class*="_columns"] {
    padding-left: 0;
    padding-right: 0;
}


/*
.row.container[class*="_columns"] {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1400px;
}
*/


/*
.container-fluid [class*="layout-"] > .row.align {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.row[class*="_columns"] {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.container .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
*/

figure img,
img.image-embed-item {
    max-width: 100%;
    height: auto;
}

.ce-textmedia ol {
    padding-left: 1.6rem;
}

.catpages a.nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

.fsc-default[class*="ce-menu"] li.nav-item {
    padding-left: 0.75rem;
    position: relative;
}

[class*="ce-menu"] li a.nav-link:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-size: 80%;
    position: relative;
    display: inline-flex;
    left: 0;
    top: 0;
    line-height: 1.5;
}

[class*="ce-menu"] ul {
    padding: 0;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
}

[class*="ce-menu"] ul li {
    position: relative;
    padding-bottom: 0.5rem;
}


/*
.layout-100 [class="col"]:first-child {
    padding-left:2rem;
}

.layout-100 [class="col"]:last-child {
    padding-right:2rem;
}
*/

.main-content .well {
    padding: 1rem 1.5rem;
}

aside h3 {
    font-size: 1.5rem;
}

aside h4 {
    font-size: 1.25rem;
}

aside h5 {
    font-size: 1rem;
}

[class*="ce-menu"] .submenu {
    padding-bottom: 1rem;
}

[class*="ce-menu"] a.nav-link:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-size: 80%;
}

[class*="ce-menu"] a.nav-link {
    padding-left: 0.125rem;
    padding-top: 0;
}

[class*="ce-menu"] a {
    display: inline-flex;
}

@media (max-width:767.98px) {
    aside {
        padding-left: 1.9rem !important;
        padding-right: 2rem !important;
    }
    aside [class*="ce-menu"] li {
        padding-bottom: 0.25rem;
    }
    aside [class*="ce-menu"] a {
        display: inline-flex;
        padding-bottom: 0.25rem;
    }
}

aside [class*="ce-menu"] a {
    line-height: 1.5;
    max-width: 94%;
}

aside [class*="ce-menu"] a:after {
    position: absolute;
    right: 0;
    top: auto;
}


/*
.ce-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
*/


/* forms */

@media (min-width:992px) {
    [class*="ce-form"] .form-group {
        max-width: 75%;
    }
}

.powermail_captcha {
    margin-bottom: 1rem;
}

.tx-powermail>div {
    padding-left: 0;
    padding-right: 0;
}

.tx-powermail .row {
    margin-bottom: 0.75rem;
}

legend.powermail_legend {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.checkbox,
.radio {
    margin-bottom: 0.5rem;
}

input[type=checkbox],
input[type=radio] {
    width: 1.125rem;
    height: 1.125rem;
    position: relative;
    top: 0.125rem;
}

[class*="ce-menu"] a:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    position: relative;
    left: 0;
    font-size: 80%;
    display: inline-flex;
    flex-direction: row;
    width: auto;
    padding-left: 0.125rem;
    padding-right: 0.275rem;
    top: 0;
    line-height: 1.75;
    flex-direction: row;
}

[class*="ce-menu"].small a:before {
    top: 0;
}

[class*="ce-menu"] a:hover {
    text-decoration: none;
}

.ce-menu_subpages header {
    margin-bottom: 1rem;
}

.menusubpages a.nav-link {
    padding-left: 0.75rem;
}

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


/* news */

.news-list-view {
    /* padding-left: 15px;
    padding-right: 15px; */
}

.news-list-container header {
    margin-bottom: 1.5rem;
}

.row.news-list-item {
    margin-bottom: 2rem;
    min-height: 9em;
    align-items: stretch;
    position: relative;
    padding-bottom: 0 !important;
    max-width: 101.25%;
}

.stellen .row.news-list-item {
    left: 1rem;
    max-width: 99.4%;
}

.stellen .news-single .article {
    background-color: white;
    padding: 1rem;
}

.stellen .article a.btn.btn-primary {
    color: white;
}

.news-list-item .col-md-4,
.news-list-item .col-md-3 {
    position: relative;
    z-index: 10;
}

.news-list-item .col-md-3:before {
    content: "";
    position: absolute;
    background-image: url(../../user_upload/media/logos_general_image/logos/Logo_News_Standart.svg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    left: 0;
    background-color: whitesmoke;
    background-size: 100%;
    border-left: 6px solid var(--cyan);
}

.news-list-item .col-md-3:before {
    /* content: "";
    position: absolute;
    left: 0.75rem;
    width: 6px;
    height: calc(100% - 0rem);
    z-index: -1;
    background-color: var(--cyan3); */
}

.news-list-item .col-md-4,
.news-list-item .col-md-3 {
    display: flex;
    justify-content: center;
    /* background-color: #eaeafa; */
    /* padding-left: 1rem; */
    padding-right: 0;
}

.news-list-item .col-md-3 a {
    display: flex;
    /* max-height: 12rem; alex */
    overflow: hidden;
    /* left: -0.2rem; */
    position: relative;
    width: 100%;
}

.news-list-item img.img-responsive {
    max-height: 12.5em;
    width: auto;
}

.news-list-item .col-md-8,
.news-list-item .col-md-9 {
    padding: 1rem 0.95rem 1rem 1.5rem;
    position: relative;
}

.list-thumb-media a {
    display: flex;
}

.list-thumb-media picture {
    display: flex;
    max-height: 10rem;
}

.news-list-item img {
    object-fit: cover;
    background-color: whitesmoke;
    /* alextest */
}

.news-list-item img.img-fluid[src*=".svg"] {
    width: 100%;
    object-fit: contain;
    /* padding: 1rem; alex */
}

.news .alert {
    display: none;
}

@media (min-width:992px) {
    .news-list-item .col-md-4,
    .news-list-item .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 6px;
    }
    .news-list-item .col-md-8,
    .news-list-item .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}


/*
.news-list-item.even [class*="col-"]:last-child {
    background-color: ghostwhite;
}
*/

.news-list-item [class*="col-md-12"] {
    padding-top: 1rem;
    padding-right: 7rem;
}

.news-list-item h3 {
    font-size: 1.25rem;
}

.news-list-item .lead p {
    font-size: 1rem;
    font-weight: 600;
}

.news-list-category {
    display: none;
}

.news-list-item .extra {
    font-size: 90%;
    padding-bottom: 0.5rem;
}

.news-list-item .extra.mb-3 {
    margin-bottom: 0.5rem !important;
}

.news-list-view .list-group-item {
    padding: 0;
    border: none;
    margin-bottom: 0.5rem;
}

.news-related-files ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-related-files h4 {
    font-size: 85%;
    font-weight: 500;
    color: dimgray;
    padding-bottom: 0.25rem;
}

.media-body .news-related.news-related-files {
    flex-direction: column;
    margin-bottom: 1rem;
}


/* 
.media-body .news-related.news-related-files ul li {
    display: none;
}
.media-body .news-related.news-related-files ul li:first-child {
    display: flex;
    align-items: center;
} */

.news-list-item .news-related-files ul li {
    display: flex !important;
    counter-increment: news-files;
    visibility: hidden;
    height: 0;
}

.news-list-item .news-related-files ul li:first-child {
    visibility: visible;
    height: auto;
}

.news-list-item .news-related.news-related-files:after {
    content: counter(news-files) " total files";
    display: flex;
    color: dimgray;
    font-size: 85%;
}

html[lang*="de"] .news-list-item .news-related.news-related-files:after {
    content: counter(news-files) " Datei(en) insgesamt";
}

.news-related-files a {
    display: flex;
}

.news-related-files-link a:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 2rem;
    padding-right: 0.5rem;
}

.news-related-files-link a[href*=".pdf"]:before {
    content: "\f1c1";
    color: firebrick;
}

.news-related-files-link a[href*=".doc"]:before,
.news-related-files-link a[href*=".docx"]:before {
    content: "\f1c2";
    color: royalblue;
}

span.related-link-wrap {
    display: flex !important;
    align-items: center;
}

span.news-related-files-link {
    padding-right: 0.75rem;
}

span.news-related-files-size {
    padding: .25em .4em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #aaa;
    font-weight: 600;
    color: white;
    max-height: 1.1rem;
    margin-top: 0.2rem;
}

.thumbnail .caption {
    font-size: 85%;
    line-height: 1.4;
    padding-top: 0.25rem;
    padding: 0.5rem 1rem 1rem;
    background-color: var(--whitesmoke);
}

.news-text-wrap p:first-child {
    font-weight: 600;
}

.news-single h1::before {
    display: none;
    content: "";
}

.news-single .gallery figure.image {
    width: 100%;
}

.news-single img.img-fluid[src*=".svg"] {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.news-video-link {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    z-index: 1100;
}

.news-related-wrap {
    /* margin-bottom: 1.5rem; */
}

.news-single .news-related-files li {
    display: flex;
    margin-top: 1rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

.news-single .news-related-files-desc {
    margin-bottom: 0.75rem;
    color: black !important;
}

.news-single .extra {
    padding-bottom: 0.5rem;
    color: dimgray;
}

.news-single .lead p {
    font-size: 1.25rem;
    font-weight: 600;
}

.news-list-item [itemprop="description"] {
    margin-bottom: 1rem;
    max-width: 80%;
}

.news-single .outer {
    display: flex;
    justify-content: center;
    background-color: ghostwhite;
    margin-bottom: 1rem;
}

.news-single .news-text-wrap>p.small:first-child {
    margin-top: -2rem;
    padding: 0.5rem 1rem;
    background-color: ghostwhite;
}

.news-backlink-wrap {
    margin: 1.5rem 0 1.5rem;
}

span.news-related-files-linktext:hover {
    text-decoration: underline;
}


/* .carousel-item {
    z-index: 0;
}
.carousel-item.active {
    z-index: 1;
} */

.carousel-control-next,
.carousel-control-prev {
    top: 11rem;
    bottom: auto;
}


/* pagination paginator */

ul.f3-widget-paginator {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5rem;
}

ul.f3-widget-paginator li {
    margin: 0 0.1rem;
}

ul.f3-widget-paginator li a,
ul.f3-widget-paginator li span {
    padding: 0.75rem 1rem;
    /* background-color: whitesmoke; */
}

ul.f3-widget-paginator li.current a {
    font-weight: 700;
}


/* mall map */

.map {
    position: relative;
}

.map .bodytext {
    position: absolute;
    bottom: 1rem;
    background-color: var(--violet);
    color: white;
    padding: 1rem;
    width: 100%;
}

.map .bodytext p {
    margin-bottom: 0;
}

.map .bodytext a {
    color: white;
    font-weight: 700;
}

.fsc-default.map p i svg,
.fsc-default.map a i svg {
    color: white !important;
    opacity: 1 !important;
}


/* stellen - news */

.stellen h1 {
    font-size: 2rem;
}

.main-content .stellen h1::before {
    content: "";
}

.stellen .news-list-item.row {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.stellen .news-list-item .col-md-3 {
    display: none;
}

.stellen .news-list-item .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
}

.stellen a.btn-read-more {
    color: white;
}

.jumbotron figure.image {
    display: flex;
    justify-content: center;
}

#page-content [id*="carousel-"] {
    margin-bottom: 1rem !important;
    display: flex;
    flex-direction: column;
}

#page-content .carousel-inner {
    order: 1;
}

#page-content .carousel-caption {
    position: relative;
    width: 100%;
    padding: 0.5rem 1rem;
    transform: translateY(-3px);
    min-height: 6rem;
}

#page-content .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    background-color: transparent;
    order: 2;
}

.carousel-indicators [data-bs-target] {
    width: 24px;
    height: 10px;
    background-color: rgb(148, 148, 148);
    background-clip: padding-box;
}

#baguetteBox-overlay .full-image figcaption {
    font-size: 1.5rem;
    padding: 1rem;
}

.carousel-caption h5 {
    display: none;
}

.news-related ul li span:last-child {
    border-right: 0;
    padding-right: 0.3rem;
    color: white;
    /* padding-top: 0.175rem; */
}

.news-list-item figure.image {
    display: flex;
}

.news-list-view>ul.f3-widget-paginator:first-child {
    display: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--cyan2);
    border-color: var(--cyan2);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: black;
    background-color: whitesmoke;
    border: 2px solid whitesmoke;
}

.page-link:hover {
    color: var(--cyan);
    background-color: #dee2e6;
    border-color: #dee2e6;
}


/* top pager off for now */

[id*="news-container"]>nav.page-navigation:nth-child(2) {
    display: none;
}

.news-single .teaser-text {
    font-size: inherit;
    color: inherit;
}

.news-single figcaption {
    padding: 0.5rem 1rem 0;
    line-height: 1.5;
}

.news .footer span {
    border-right: none;
}

span.news-list-tags {
    display: none !important;
}

span.news-list-author {
    border-left: 1px solid #ddd;
    padding-left: 0.75rem;
}

.news-list-item .card-text {
    max-width: 90%;
    margin-bottom: 0.75rem;
}

.news-related-links ul li span:last-child {
    color: inherit;
    display: block;
    line-height: 1.5;
}


/* news ENDE */

a.btn-read-more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.stellen a.btn-read-more {
    right: -1px;
}

td p {
    margin: 0;
    padding: 0;
}


/* stellenangebote */

.fsc-default.ce-container.stellen {
    padding: 1rem !important;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.stellen .ce-html {
    background-color: ghostwhite;
    margin-bottom: 1rem;
}

iframe[src*="recruit"] {
    padding-left: 0.5rem;
}

li.nav-item[class*="bg"] {
    padding-left: 0;
    padding-right: 0;
}

li.nav-item[class*="bg"] a.nav-link.dd-item {
    padding: 0.5rem 1.5rem 0.5rem 1.875rem !important;
}

li.nav-item[class*="bg"] ul.flex-column.nav {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

li.nav-item[class*="bg"] ul.flex-column.nav .nav-item a {
    padding-left: 2.5rem !important;
}


/* aside */

aside>div {
    margin-bottom: 1rem;
}

aside header {
    margin-bottom: 0.5rem;
}

aside header h3 {
    margin-bottom: 0;
}

aside>div:first-child {
    margin-top: 0.5rem;
}

aside .fsc-default li {
    line-height: 1.3333;
}

aside .nav-pills {
    margin-bottom: 2rem;
}

.ce-menu_subpages ul li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ce-menu_subpages a,
aside .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    background-color: whitesmoke;
    border-radius: 0;
    margin-bottom: 0.25rem;
    border-bottom: 0 solid #eee;
    padding-left: 1.875rem;
}

.ce-menu_subpages a {
    padding: 0.5rem 1rem;
    flex: 1 1 auto;
    display: flex;
}

aside .nav-link:focus,
aside .nav-link:hover {
    background-color: var(--cyan) !important;
    color: white;
}

aside .tt_address_detail .col-md-2 {
    flex: 0 0 25%;
    max-width: 25%;
}

aside .tt_address_detail .col-md-10 {
    flex: 0 0 75%;
    max-width: 75%;
}

table {
    width: 100%;
    margin-bottom: 1rem;
}

table td,
table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.preistabelle td,
.preistabelle th {
    border-top: 0px solid #dee2e6;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.preistabelle thead {
    background-color: whitesmoke;
}

.preistabelle tbody td {
    white-space: nowrap;
}

.preistabelle {
    border: 1px solid #dee2e6 !important;
}

.preistabelle thead th {
    padding: 0.5rem;
}

.preistabelle td {
    vertical-align: middle;
}

.preistabelle tbody td {
    text-align: right;
}

.preistabelle tbody td:first-child {
    text-align: center;
}


/* mask iframe url embed - dp cookieconsent overlay*/

.cc-window.cc-top-left,
.cc-window.cc-top-right,
.cc-window.cc-bottom-left,
.cc-window.cc-bottom-right {
    max-width: 40em;
}

.embed-responsive .dp--overlay {
    position: absolute;
    top: 0;
}

.dp--iframe.dp--loaded {
    padding-left: 1rem;
    padding-right: 1rem;
}


/* tt_address */

.tt_address_detail .img-thumbnail {
    padding: 0;
    background-color: transparent;
    border: 0 solid lightgray;
    border-radius: 0 !important;
    max-width: 100%;
    height: auto;
    border-left-width: 0;
    border-top-width: 0;
}

.tx-ttaddress .figure-caption {
    display: none;
}

.tt_address_detail h4 {
    font-weight: 600;
    font-size: 1.125rem;
}

.tt_address_detail .table {
    width: auto;
    margin-bottom: 1rem;
    color: inherit;
}

.tt_address_detail td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.tt_address_detail td:first-child {
    padding-left: 0;
}

aside .tt_address_list li {
    overflow: hidden;
}

.vcard.tt_address_detail {
    border-bottom: 2px solid lightgray;
    margin-bottom: 2rem;
}

.vcard.tt_address_detail:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.vcard.tt_address_detail {
    position: relative;
}

[class*="tt_address"] a svg.svg-inline--fa {
    width: 1rem !important;
    font-size: 0.875rem;
    color: inherit !important;
}


/* trick 17,5 wenn tt address h2 heading in description hat und im plugin wrap address-header als klasse eingetragen ist */


/* ein extra title quasi */

.vcard.tt_address_detail h2 {
    display: none;
}

.address-header .vcard.tt_address_detail {
    padding-top: 2.5rem;
}

.address-header .vcard.tt_address_detail h2 {
    display: block;
    position: absolute;
    top: 0;
    font-size: 1.25rem;
}

@media (min-width:768px) {
    .tt_address_list>div>[class*="col-"]:first-child {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .tt_address_list>div>[class*="col-"]:last-child {
        flex: 0 0 66.6666%;
        max-width: 66.6666%;
    }
}

.card {
    border: none;
    border-bottom: 0 solid white;
    border-radius: 0;
    margin-bottom: 6px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border: none;
    border-bottom: 2px solid white;
}

.card>a:after {
    content: "\f078";
    position: absolute;
    right: 1rem;
    z-index: 11;
    top: 0.75rem;
    font-family: "Font Awesome 5 free";
}

.card>a[aria-expanded="true"]:after {
    content: "\f077";
}

.border-left .bodytext,
.layout-border-left .bodytext,
.layout-320 .bodytext {
    padding: 0 1rem;
}

.border-left,
.layout-border-left,
.layout-320 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ce-link-content {
    text-decoration: none !important;
    box-shadow: 0 0 0 rgb(0 0 0 / 12%), 0 0 0 rgb(0 1 0 / 24%);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    padding: 0;
}

.ce-link-content:hover {
    box-shadow: 0 14px 28px rgb(0 0 0 / 5%), 0 10px 10px rgb(0 0 0 / 10%);
}

.ce-intext.ce-left .ce-gallery {
    margin-right: 1rem;
}

.ce-intext.ce-right .ce-gallery {
    margin-left: 1rem;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
    margin-bottom: 1rem;
}


/* file links uploads */

.list-group {
    border-radius: 0;
}

.ce-uploads li.list-group-item {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    padding-top: 0;
    background-color: transparent;
}

.well.ce-uploads li.list-group-item {
    background-color: transparent;
}

.ce-upload-file {
    display: flex;
    align-items: center;
}

.ce-upload-icon {
    min-width: 2rem;
}

.ce-uploads li.list-group-item [class*="fa-file-"] {
    font-size: 2rem;
    color: firebrick;
}

.ce-uploads li.list-group-item [class*="fa-file-word"] {
    color: royalblue;
}

.ce-uploads-filesize {
    margin-left: 0.5rem;
}

span.ce-uploads-description {
    font-weight: 600;
}

.ce-upload-filename-size {
    display: flex;
    align-items: center;
}

span.ce-uploads-filesize.badge.badge-secondary {
    background-color: #aaa;
    font-weight: 600;
}

blockquote {
    margin: 0 0 1rem;
    font-style: italic;
    padding-left: 3rem;
    padding-right: 3rem;
}

#baguetteBox-overlay .full-image img {
    background-color: white;
}


/* mail fa */

.fa-at {
    margin-right: 0 !important;
}


/* sf_event_mgt */

.event-calendar li {
    position: relative;
}

.event-calendar__weeknumber {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    min-width: 2rem;
}

.event-calendar__day-event {
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent !important;
    width: 100%;
    height: 90%;
    border: 2px solid var(--cyan) !important;
    z-index: 110;
}

.event-calendar__day {
    min-height: 3rem !important;
}

.event-calendar__day-event a {
    color: transparent !important;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page-footer {
    margin-top: 3rem;
}

.footer [class*="_columns"] {
    max-width: 1430px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (max-width:1429.98px) {
    .footer [class*="_columns"] {
        padding-left: 0;
        padding-right: 0;
    }
    .footer>div:nth-child(2) {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
}

@media (min-width:1430px) {
    .footer .ce-shortcut .row {
        padding-left: 0;
        padding-right: 0;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.footer .gallery [class*="col"] {
    padding-right: 1rem;
    padding-left: 1rem;
}

.footer {
    /*
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto;
    */
}

.footer>.fsc-default.ce-textmedia {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width:1370px) {
    .footer>.fsc-default.ce-textmedia,
    .footer>.fsc-default.ce-shortcut {
        padding-left: calc((100vw - 1380px) / 2);
        padding-right: calc((100vw - 1380px) / 2);
    }
    .w-lg-75 {
        width: 75% !important;
    }
}

.footer>div:first-child,
.footer>div:nth-child(2) {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer>div:first-child>div,
.footer>div:nth-child(2)>div {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footer h3 {
    font-size: 1rem;
}

.footer legend {
    font-size: 1rem;
    font-weight: 700;
}


/*************************/

.small .menupages li.nav-item {
    padding: 0;
}

.small .menupages a.nav-link {
    padding: 0 0 0 0.5rem;
}


/* icon leichte sprache */

@media (min-width:992px) {}

.icon-leichte-sprache {
    position: fixed;
    right: 1rem;
    top: 30%;
    width: 7rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
    z-index: 11012;
    background-color: white;
    padding: 0.75rem 0 0 !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

@media (max-width:991.98px) {
    .icon-leichte-sprache {
        position: fixed;
        left: 22.5%;
        right: auto;
        top: 0.5rem;
        width: auto;
    }
    .icon-leichte-sprache img {
        max-width: 32px !important;
    }
    .icon-leichte-sprache figure {
        display: flex;
    }
    .icon-leichte-sprache figure a {
        padding-right: 0.5rem;
    }
}

.icon-leichte-sprache figure {
    /* background-color: white; */
    /* padding: 0.75rem; */
    margin-bottom: 0 !important;
}

.icon-leichte-sprache figcaption {
    color: black;
    white-space: nowrap;
    text-align: center !important;
}


/* 2340x1080 pixels at 476ppi */

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3),
(min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) {
    .icon-leichte-sprache .image figcaption {
        /* max-width: 24px !important; */
        display: none;
    }
    .icon-leichte-sprache img {
        padding-bottom: 0.25rem;
    }
}


/* dp cookieconsent  */

.cc-floating.cc-window {
    max-width: 40em;
}

@media (max-width:767.98px) {
    .main-content h1:before {
        line-height: 1;
        top: 0.3rem;
        left: -2.25rem;
    }
    #page-wrapper>.container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .fsc-default.ce-container.stellen {
        padding: 0.5rem !important;
    }
    .stellen header {
        margin-bottom: 0;
        position: relative;
        top: 0.5rem;
    }
    .stellen h2 {
        padding-left: 0.6666rem;
    }
    aside .tt_address_detail .col-md-2,
    aside .tt_address_detail .col-md-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}