@charset "UTF-8";
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}


*, *::before, *::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    scroll-behavior: smooth;
}

body, div, html, span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

* {
    box-sizing: border-box;
}

body, html {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #271e1e;
    background: #f9f9f9;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transition: opacity .25s ease;
}

@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #0c1d44;
    border-radius: 50%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #0c1d44;
    border-radius: 50%;
}

.row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
@font-face {
    font-family: Lufga;
    src: url('/fonts/lufga/Lufga-Thin.6328b35b97198b44cf1f.otf') format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Lufga;
    src: url('/fonts/lufga/Lufga-ThinItalic.669f2f264aa727500efe.otf') format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Lufga;
    src: url('/fonts/lufga/Lufga-ExtraLight.7a5cffc42120c7bb51f1.otf') format("opentype");
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: Lufga;
    src: url('/fonts/lufga/Lufga-ExtraLightItalic.da9cc9cf31cf47a32e92.otf') format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Lufga;
    src: url('/fonts/lufga/Lufga-Light.48406a0fcbe4442bfc38.otf') format("opentype");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: Lufga;
    src: url('/fonts/lufga/Lufga-LightItalic.da3164485a002fc40cb4.otf') format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Lufga;
    src: url('/fonts/lufga/Lufga-Italic.8bb72606fbd7984b3d8d.otf') format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Lufga;
    src: url('/fonts/lufga/Lufga-Medium.ce08c574f576ce2d8418.otf') format("opentype");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Lufga;
    src: url('/fonts/lufga/Lufga-MediumItalic.9f5363efc557ef94987d.otf') format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Lufga;
    src: url('/fonts/lufga/Lufga-Regular.fbaf9a3ed7cb79d639cd.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Lufga;
    src: url('/fonts/lufga/Lufga-SemiBold.ff7cf578502020ce11f9.otf') format("opentype");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Lufga;
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/lufga/Lufga-SemiBoldItalic.ffd92cf0ef002db49ec6.otf') format("opentype");
    font-display: swap;
}
.transparent {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity: .1;
    -khtml-opacity: .1;
    opacity: .1;
}

.non-transparent {
 /*   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all 1.5s ease 0s;*/
}

.noselect, form {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html {
    scroll-behavior: smooth;
}

a, abbr, acronym, address, applet, article, aside, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, figcaption, figure, font, footer, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, li, nav, object, ol, pre, q, s, samp, section, small, span, strike, strong, sub, sup, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

h1 {
    font-size: 1.7em;
    hyphens: auto;
}
h2 {
    font-size: 1.5em;
    hyphens: auto;
}
.h2 {
    font-size: 1.5em;
    hyphens: auto;
}
h3{
    font-size: 1.3em;
    hyphens: auto;
}
.h3{
    font-size: 1.3em;
    hyphens: auto;
}
@media only screen and (min-width: 992px) {
    h1 {
        font-size: 2em;
        hyphens: auto;
    }
    h2 {
        font-size: 1.8em;
        hyphens: auto;
    }
    .h2 {
        font-size: 1.8em;
        hyphens: auto;
    }
    h3{
        font-size: 1.5em;
        hyphens: auto;
    }
    .h3{
        font-size: 1.5em;
        hyphens: auto;
    }
}

.card-inner-cont p {
    margin: 0
}

mark.highlight {
    font-weight: bolder !important;
    padding: 0;
    background-color: unset;
}

.content, .content p {
    color: #000;
}

.content p {
    padding: .8em 0;
}

.section-content-grey, .section-content-grey p {
    color: #707070 !important;
}

.content p, .section-content-grey p {
    padding: .8em;
}

.alert-danger {
    color: #842029;
    border-color: #f5c2c7;
}

.alert-danger, .alert-warning {
    background-color: #fff;
    border-radius: 0;
}

.alert-warning {
    color: #1227e0;
    border-color: #7f8bff;
}

.grid:after {
    content: "";
    display: block;
    clear: both;
}

.grid-item, .grid-sizer {
    width: 50%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

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

.clearfix {
    display: inline-block;
}

html .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

li {
    margin-left: 1em;
}

li.breadcrumb-item, ul.nav li {
    margin-left: 0;
}

article, aside, footer, header, hgroup, nav, section {
    display: block;
}

.breadcrumb {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0;
    list-style: none;
}

.breadcrumb a {
    text-decoration: underline !important;
}

.breadcrumb a:focus, .breadcrumb a:hover {
    color: #000 !important;
}

.breadcrumb-item.active {
    color: #271e1e !important;
}

* {
    box-sizing: border-box;
}

body, html {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #271e1e;
    background: #f9f9f9;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pointer {
    cursor: pointer;
}

a:not(header a,app-portal-card a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.helpful-links a) ,  div.card-text, div.static-card-subtitle, label {
    font-family: sans-serif;
}

.helpful-links a, app-portal-card a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, header a {
    font-family: Lufga, sans-serif !important;
}

a {
    color: #000000;
    text-decoration: none !important;
    cursor: pointer;
}

a.und {
    text-decoration: underline !important;
}

a.und:focus, a.und:hover {
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Lufga, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
}

.blue-color {
    font-size: .8em;
    font-weight: 500;
    color: #1227e0 !important;
}

.yellow-color {
    color: #f9cc49 !important;
}

.card .h1, .card h1, .card h2.card-title {
    font-size: 1.8em !important;
}

ul {
    margin-bottom: 0;
}

p {
    font-family: sans-serif;
    font-size: 1em;
}

img {
    margin-bottom: -3px;
    width: 100%;
    overflow: hidden;
}

.card {
    border-radius: 3px;
    padding: 0;
    transition: all .3s ease 0s;
}

.colored-cards .card {
    flex: 0 1 calc(50% - 1.6em);
    margin-left: .7em;
    margin-right: .7em;
    margin-bottom: 2rem !important;
}

.colored-cards .card.one {
    flex: 0 1 calc(100% - 1em);
}

.colored-cards .card-title, .search-cards .card-title {
    margin-top: .5rem;
}

.colored-cards .card-title:not(:first-of-type), .search-cards .card-title:not(:first-of-type) {
    margin-top: 1.5rem;
}

.colored-cards .card .card-text {
    font-size: 14px;
    color: #707070 !important;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .colored-cards .card {
        flex: 0 1 calc(100% - 1em);
        margin-left: .5em;
        margin-right: .5em;
    }
}

.card.no-border {
    border: none !important;
}

.card .card-text {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
}


.card .card-category {
    color: #212529;
}

.search-results .card {
    flex: 0 1 calc(100% - 1em);
    margin-left: .5em;
    margin-right: .5em;
    border: 1px solid #e0e0e0;
}

.dark {
    background-color: #fff;
    color: #000;
    border-left-color: blue !important;
    border-left-width: 4px !important;
}

.search-results .card.dark {
    border-left: 6px solid #f9cc49 !important;
}

.btn-dark:hover, .btn-primary:hover, .card a:hover {
    text-decoration: underline !important;
}
.card a.card-link:hover {
    text-decoration: none !important;
    color: #707070;
}

.app-portal-card.card a:hover {
    text-decoration: none !important;
}

.btn-primary:hover, .card a.btn:hover, a.btn-dark:hover {
    color: #1227e0 !important;
    background-color: #fff0 !important;
    border-color: #1227e0;
}

.btn-dark, .btn-primary {
    color: #fff !important;
    background-color: #1227e0;
    border-color: #1227e0;
}

.btn-outline-primary {
    color: #000;
    border-color: #1227e0;
}

.btn-outline-primary:hover {
    background-color: #1227e0;
    text-decoration: underline;
}

.btn.btn-warning {
    color: #fff !important;
    background-color: #f9cc49;
    border-color: #f9cc49;
}

.btn.btn-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
}

.light {
    color: #fff;
}

.light:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.card.dark .card-text {
    color: #000;
}

.shadow {
    box-shadow: 0 .25rem .8rem rgba(0, 0, 0, .05) !important;
}

.btn-group-sm > .btn, .btn-sm {
    border-radius: 0 !important;
}

::selection {
    background: #03a4ed;
    color: #fff;
}

::-moz-selection {
    background: #03a4ed;
    color: #fff;
}

.page-section {
    margin-top: 120px;
}

.section-heading h2 {
    font-size: 1.7em;
    margin-bottom: .8em;
    font-weight: 400;
    position: relative;
    z-index: 2;
    line-height: 35px;
    float: left;
}

.section-heading h6 {
    font-size: 15px;
    font-weight: 400;
    line-height: 47px;
    color: #707070;
    float: right;
}

.main-white-button a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 12px 25px;
    border-radius: 0;
    border: 1px solid #fff !important;
    letter-spacing: 0;
    transition: all .3s;
}

.main-white-button a:hover {
    color: #0c1d44;
}

.main-white-button a:focus {
    text-decoration: underline !important;
}

.underlined, .underlined-block {
    border-bottom: 1px solid #dadada;
}

.underlined-block {
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.underlined-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.header-area {
    background-color: #fff !important;
    height: 80px !important;
    position: fixed !important;
    top: 0;
}

.header-area .logo, .header-area .main-nav .nav li a {
    color: #1e1e1e !important;
}

.header-area .main-nav .nav li:hover a, .header-area .nav li a.active {
    color: #0c1d44 !important;
}

.header-area {
    position: fixed;
    top: -120px;
    left: 0;
    right: 0;
    z-index: 1200;
    height: 100px;
}

.header-area.fixed-header {
    top: 0;
    transition: all 1.5s ease 0s;
}

.header-area-colored {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #f9f9f9 0 0 no-repeat padding-box;
    opacity: 1;
    color: #000 !important;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav {
    min-height: 88px;
    background: transparent;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 28px;
    margin-right: 0;
    background-color: transparent;
    transition: all .3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    transition: all .3s ease 0s;
    height: 36px;
    line-height: 32px;
    border: transparent;
}

.header-area .main-nav .nav li:hover a, .header-area .main-nav .nav li a.active {
    color: #0c1d44 !important;
    opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
    position: relative;
    padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 12px;
    color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transition: all .3s;
    transform: translateY(2em);
    visibility: hidden;
    z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #707070 !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    transition: all .3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
    background: #fff;
    color: #f5a425 !important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
    transition-delay: 0s, 0s, .3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    position: absolute;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
    /*top: 23px;*/
    transition: all .5s ease 0s;
}

.header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span:after, .header-area .main-nav .menu-trigger span:before {
    transition: all .4s;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:after, .header-area .main-nav .menu-trigger span:before {
    transition: all .4s;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    background-color: #1e1e1e;
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 26px;
}

.header-area .main-nav .menu-trigger span:before {
    transform-origin: 33% 100%;
    top: -7px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    transform-origin: 33% 0;
    top: 7px;
}

.header-area .main-nav .menu-trigger.active span, .header-area .main-nav .menu-trigger.active span:after, .header-area .main-nav .menu-trigger.active span:before {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    transform: translateY(6px) translateX(1px) rotate(45deg);
    margin-top: -6px;
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.header-area.header-sticky {
    min-height: 132px;
    border-bottom: 2px solid #eee;
}

.header-area.header-sticky.header-area .menu-trigger {
   /* top: 50px;*/
}

.header-area.header-sticky.header-area {
    min-height: 120px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: #0c1d44;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 10px;
        padding-right: 10px;
    }

     .header-area .main-nav:before {
        display: none;
    }

    .header-area .home .main-nav .nav li:last-child {
        display: inline-block;
    }

    .header-area .main-nav .nav li:nth-child(6) {
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .header-area .main-nav .nav {
        display: none;
    }

    .header-area .menu-trigger {
        display: block !important;
        top: 50px;
    }

    .fixed-search-element {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .header-area .main-nav .nav {
        margin-top: 80px !important;
    }

    .header-area .menu-trigger {
        display: block !important;
        top: 30px;
    }

    #side-menu-mobile {
        margin-top: -34px;
    }

    .header-area.header-sticky {
        min-height: 80px !important;
    }

    .header-area.header-sticky .nav li a.active, .header-area.header-sticky .nav li a:hover {
        color: #0c1d44 !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: #f7f7f7;
        padding: 0 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0;
    }

    .header-area-colored {
        height: 26px;
    }

    .header-area-colored div {
        font-size: .7rem;
        line-height: 23px;
    }

    .header-area .logo {
        margin-left: 30px;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        transition: all 0s ease 0s;
        margin-left: 0;
    }

    .header-area .nav {
        margin-top: 80px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area.header-sticky .nav {
        margin-top: 100px;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0 !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important
    }

    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #0c1d44 !important;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0);
        top: 0;
        width: 100%;
        box-shadow: none;
        height: 0;
        transition: all 0s;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }

    .header-area .main-nav .nav li.has-sub:after {
        color: #3b566e;
        right: 30px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:focus ul, .header-area .main-nav .nav li.submenu:hover ul {
        height: 0;
    }
}

.superportal {
    color: #fff;
    font-size: 2.6em;
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 20px;
    font-family: Lufga, sans-serif;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.2;
}
.superportal span {
    font-weight: bold;
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.mask.superportal {
    display: none;
}

.default-banner {
    background-image: url('/img/gewusst-wo-de/gewusst-wo-bg.webp');
}
.default-banner-search {
    background-image: url('/img/gewusst-wo-de/gewusst-wo-search-bg.webp');
}

.main-banner .col-lg-12 {
    z-index: 10;
    margin: 0;
    padding: 0;
}

.main-banner {
    background-repeat: no-repeat;
    background-position: 50%;
   /* background-size: cover;*/
    padding: 154px 0 112px;
    position: relative;
}

.main-banner.entry {
    padding: 220px 0 40px;
    background-position: center 40px;
}

.main-banner .top-text h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.main-banner .top-text h2 {
    color: #fff;
    font-size: 2.6em;
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 20px;
}

.main-banner .top-text h2 span {
    font-weight: 500;
}

.main-banner ul.categories {
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.main-banner ul.categories li {
    display: inline-block;
    text-align: center;
    width: 18%;
}

.main-banner ul.categories li a {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

.main-banner ul.categories li .icon {
    display: block;
    margin: 0 auto 12px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #0c1d44;
    background-color: #fff;
    transition: all .5s;
}

.main-banner ul.categories li a:hover .icon {
    background-color: #2b2d42;
}

.main-banner ul.categories li .icon img {
    max-width: 27px;
}

.sidenav-overlay {
    visibility: visible;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: block;
    z-index: 1000;
}
.sidenav {
    padding-top: 120px;
    background: #fff;
    border-left: 1px solid rgba(100, 100, 100, .2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: fixed;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    min-width: 300px;
    z-index: 1100;
    font-family: sans-serif;
}
.sidenav .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.sidenav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sidenav .nav li:first-child {
    border-top: 1px solid #eee;
}
.sidenav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    transition: all .3s ease 0s;
    border: transparent;
    letter-spacing: 1px;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    border: none !important;
    color: #191a20 !important;
    text-align: center;
}

form#searchForm {
    background-color: #fff;
    padding: 4px;
    width: 100%;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
}

.fixed-search-element {
    position: fixed;
    top: 55px;
    left: 50%;
    margin-left: -21px;
    display: none;
    width: 42px;
    height: 42px;
    background-color: #f9cc49;
    border: none;
    padding: 12px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

form#searchForm input, form#searchForm select {
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: none;
    outline: none;
    color: #707070 !important;
    font-size: 10pt !important;
    margin-top: 3px;
    margin-bottom: 3px;
}

input:-moz-placeholder, input::-moz-placeholder {
    opacity: 1;
}

.form-select:focus {
    box-shadow: none;
}

form#searchForm input.search-text {
    border-right: 1px solid #707070;
    padding-right: 22px;
}

form#searchForm input {
    padding: 0 0 0 10px;
}

form#searchForm input:-moz-placeholder, form#searchForm input::-moz-placeholder, form#searchForm input::-ms-input-placeholder, form#searchForm input::-webkit-input-placeholder, form#searchForm input::placeholder, form#searchForm select {
    color: #707070 !important;
    font-size: 10pt !important;
}

form#searchForm button.main-button {
    width: 42px;
    height: 42px;
    background-color: #f9cc49;
    border: none;
    padding: 12px;
    color: #fff;
    border-radius: 3px;
    float: right;
    margin: 2px;
}

@media (max-width: 480px) {
    .dropdown-menu .dropdown-item, form#searchForm input {
        font-size: 8pt !important;
    }

    form#searchForm input.search-text, input.search-where {
        padding-right: 2.2rem !important;
        padding-left: 0.2rem !important;
    }
}

form#searchForm .dropdown-menu p {
    margin-bottom: 0;
    font-size: smaller;
}

.dropdown-menu .dropdown-item, form#searchForm input {
    font-size: 10pt !important;
}

.background-container {
    display: block;
    position: relative;
    margin-top: -60px;
    background-color: #ffffff;
    padding-bottom: 3em;
    box-shadow: 0 .25rem .8rem rgba(0,0,0,.05)!important;
    border-radius: 8px;
    margin-bottom: 8px;
}

.main-portals {
    margin-top: 0px;
}

.main-portals .card {
    margin-bottom: 1.4em;
    cursor: pointer;
    margin-left: 0.7em;
    margin-right: 0.7em;
}

.main-portals .card-inner-cont {
    padding: 8px 12px;
    position: relative;
}

.main-portals .section-heading {
    text-align: center;
}

.main-portals .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #0c1d44;
    background-color: #fff;
    margin-right: 15px;
}

.main-portals .icon img {
    max-width: 27px;
}

.main-portals .naccs .menu div.first-thumb {
    border-top-left-radius: 7px;
}

.main-portals .naccs .menu div.last-thumb {
    margin-bottom: 0;
    border-bottom-left-radius: 7px;
}

.main-portals .naccs .menu div {
    color: #fff;
    font-size: 15px;
    background-color: #1227e0;
    margin-bottom: 1px;
    height: 126px;
    text-align: left;
    padding: 0 15px;
    line-height: 126px;
    cursor: pointer;
    position: relative;
    transition: all 1s cubic-bezier(.075, .82, .165, 1);
}

.main-portals .naccs .menu div.active, .main-portals .naccs .menu div.active .thumb {
    background-color: #2b2d42;
}

.main-portals ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all .5s cubic-bezier(.075, .82, .165, 1);
}

.main-portals ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: all 1s cubic-bezier(.075, .82, .165, 1);
}

.main-portals ul.nacc li.active {
    transition-delay: .3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0);
}

.main-portals ul.nacc li {
    width: 100%;
}

.main-portals .nacc .thumb .left-text {
    margin-left: 30px;
}

.main-portals .nacc .thumb .left-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
}

.main-portals .nacc .thumb .left-text p {
    color: #fff;
    margin-bottom: 30px;
}

.main-portals .nacc .thumb .right-image {
    padding: 60px;
    display: inline-flex;
}

.main-portals .nacc .thumb img {
    border-radius: 7px;
}

.main-portals .nacc .thumb .left-text .main-white-button a {
    width: 100%;
    text-align: center;
}
.cityteaser .card {
    flex: 0 1 calc(25% - 1.4em) !important;
}
footer {
    border-top: 1px solid #eee;
    padding-top: 62px;
    padding-bottom: 40px;
    background-color: #f9f9f9;
    z-index: 1000;
}

footer .h4 {
    font-family: Lufga,sans-serif;
    color: #000;
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 1.2;
    padding: 0;
    border: 0;
    outline: 0;
}

footer a, footer p {
    color: #797979;
}

footer .logo img {
    max-width: 163px;
    margin-bottom: 30px;
}

footer .helpful-links {
    margin: 0 10px;
}

footer .helpful-links ul li {
    display: block;
    margin-bottom: 8px;
}

footer .helpful-links ul li a {
    font-size: 15px;
    transition: all .3s;
}

footer .helpful-links ul li a:hover {
    color: #0c1d44;
    border-bottom: 1px solid #0c1d44;
}

footer .contact-us p {
    margin-bottom: 25px;
}

footer .contact-us a {
    transition: all .3s;
}

footer .contact-us a:hover {
    color: #0c1d44;
    border-bottom: 1px solid #0c1d44;
}

footer .sub-footer {
    text-align: center;
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px solid #eee;
}

footer .copyright {
    color: #9fa4af;
    font-size: 11px;
}

.contact-page {
    margin: 120px 0;
}

.contact-page .inner-content {
    background-color: #f7f7f7;
    border-radius: 7px;
    overflow: hidden;
}

.contact-page .inner-content #map {
    margin-bottom: -8px;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.promote-dsgvo-label {
    display: initial !important;
}

form#contact {
    position: relative;
    margin: 0 60px 0 45px;
}

form#contact input {
    width: 100%;
    height: 46px;
    border-radius: 7px;
    background-color: transparent;
    border: 1px solid #0c1d44;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #0c1d44;
    padding: 0 15px;
    margin-bottom: 30px;
}

form#contact ul li {
    display: inline-block;
    margin-right: 30px;
}

form#contact ul li:last-child {
    margin-right: 0;
}

form#contact input[type=checkbox] {
    display: inline-block;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #0c1d44;
    outline: none;
    cursor: pointer;
}

form#contact span {
    color: #0c1d44;
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
}

form#contact input:-ms-input-placeholder {
    color: #0c1d44;
    font-weight: 500;
}

form#contact input::placeholder {
    color: #0c1d44;
    font-weight: 500
}

form#contact textarea {
    margin-top: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 180px;
    min-height: 140px;
    height: 140px;
    border-radius: 7px;
    background-color: transparent;
    border: 1px solid #0c1d44;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #0c1d44;
    padding: 15px;
    margin-bottom: 30px;
}

form#contact textarea:-ms-input-placeholder {
    color: #0c1d44;
    font-weight: 500;
}

form#contact textarea::placeholder {
    color: #0c1d44;
    font-weight: 500;
}

form#contact button {
    margin-bottom: -15px;
    display: inline-block;
    background-color: #0c1d44;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 7px;
    letter-spacing: .25px;
    border: none;
    outline: none;
    transition: all .3s;
}

form#contact button i {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

form#contact button:hover, form#contact button i {
    background-color: #2b2d42;
    color: #fff;
}

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transition: opacity .25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #0c1d44;
    border-radius: 50%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #0c1d44;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .main-portals .icon {
        margin-left: 50%;
        transform: translateX(-33px);
        text-align: center;
        display: inline-block;
    }

    .main-portals .naccs .menu .thumb {
        color: transparent;
    }
}

@media (max-width: 992px) {
    .main-banner .top-text h2 {
        font-size: 34px;
    }

    footer {
        text-align: left;
    }

    footer .about {
        margin-bottom: 6px;
    }

    footer .helpful-links {
        margin: 0 45px 45px 0;
    }

    .description .text-icon {
        margin-top: 30px;
    }

    form#contact {
        margin-top: 45px;
        margin-bottom: 55px;
    }
}

@media (max-width: 767px) {
    .header-area .portal span {
        font-size: 16px;
    }

    .container, .container-sm {
        max-width: 740px;
    }

    .main-banner {
        padding: 130px 0 40px;
    }

    .main-banner.entry {
        padding: 140px 0 45px;
        background-position: center 40px;
    }

    .entry .top-text.header-text h2 {
        margin-top: 20px;
        font-size: 24px;
    }

    .entry .back-ico img {
        margin: -10px 0 0;
        line-height: 20px;
        width: 10px;
    }

    .main-banner ul.categories li a {
        color: transparent;
    }

    .header-area .main-nav a.logo {
        float: left;
    }

    .header-area .logo {
        margin-left: 0;
    }

    .header-area .main-nav .nav-button {
        right: 15px;
        top: 22px !important;
    }

    .header-area.header-sticky {
        min-height: 100px;
    }

    .main-banner .top-text h2 {
        font-size: 34px;
        margin-top: 0;
        margin-bottom: 20px;
        display: none;
    }
    .top-text.header-text {
        display: none;
    }
    form#searchForm {
        margin-bottom: 50px;
        margin-top: 10px;
    }
    .article__pic.arcticle__pic--main {
        max-height: 400px;
    }

    .article__pic__caption {
        display: none;
    }

    #min_max_resultlist {
        display: none;
    }
    #map_icons {
        display: none;
    }
}

@media (max-width: 992px) {
    .article__pic.arcticle__pic--main {
        height: 400px;
    }


    .article__pic__caption {
        display: none;
    }
}

@media (min-width: 992px) {
    footer .about {
        margin-bottom: 142px;
    }
    #side-menu-mobile {
        display: none;
    }
}

@media (max-width: 576px) {
    .header-area-colored {
        display: none;
    }

    .header-area .main-nav .nav-button {
        right: 15px;
        top: 0 !important;
    }

    .header-area .menu-trigger {
        top: 0;
    }

    .header-area.header-sticky {
        min-height: 57px !important;
    }

    .header-area {
        height: 57px !important;
    }

    .main-banner .top-text h2 {
        font-size: 20px;
    }

    .header-area .main-nav a.logo {
        width: 120px;
        height: 20px;
    }

    .section-heading h2 {
        font-size: 16px;
        line-height: 16px;
    }

    .section-heading h6 {
        font-size: 14px;
        line-height: 16px;
    }

    .breadcrumb {
        font-size: 13px;
        line-height: 18px;
    }

    footer .copyright, footer .logo img {
        margin-bottom: 10px;
    }

}

.swiper-container {
    padding: 0 10px;
}

a.animated {
    position: relative;
}

a.animated:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: .1em;
    background-color: #0c1d44;
    opacity: 0;
    transition: opacity .3s, transform .3s;
}

a.animated {
    overflow: hidden;
}

a.animated:after {
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
}

a.animated.active:after, a.animated:focus:after, a.animated:hover:after {
    transform: translateZ(0);
}

.flexbox {
    display: flex;
}

.slider-block .swiper-container {
    padding-left: 10px !important;
    height: 150px !important;
}

.banner-block, .slider-block {
    float: left;
}

.slider-block {
    overflow-x: hidden;
    flex: 0 1 calc(100% - 200px);
}

@media (max-width: 991px) {
    .slider-block {
        flex: 1;
    }

    .banner-block {
        display: none;
    }
}

.banner-block {
    flex: 0 0 200px !important;
    padding-right: 0;
    padding-left: 20px;
}

@media (max-width: 992px) {
    .banner-block {
        display: none;
    }
    #min_max_resultlist {
        display: none;
    }
    #map_icons {
        display: none;
    }
}

.entry-desc {
    color: #000 !important;
    line-height: 19px;
}

.entry-desc > b:first-child {
    font-size: 1.1em;
    margin-bottom: 1em;
    display: block;
}

.entry-desc p {
    margin-bottom: 1em;
    line-height: 1.5em;
}

.entry-desc p:last-child {
    margin-bottom: 0;
}

.drag-scroll-wrapper drag-scroll .drag-scroll-content div img {
    object-fit: contain;
    width: 100%;
    max-height: 250px;
}

.drag-scroll-wrapper drag-scroll .drag-scroll-content div {
    max-height: 250px;
    width: 100%;
}

.drag-scroll-wrapper i.left, .drag-scroll-wrapper i.right {
    position: absolute;
    top: calc(50% - 24px);
    font-size: 3em;
    color: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    padding: 0 .2em;
}

.drag-scroll-wrapper i.left {
    left: 0;
}

.drag-scroll-wrapper i.right {
    right: 0;
}

.drag-scroll-wrapper {
    position: relative;
    background-color: #f3f3f3;
    border-radius: 6px;
}

.drag-scroll-content {
    overflow: hidden !important;
}

.drag-scroll-content::-webkit-scrollbar {
    display: none;
}

.ng-select.ng-select-opened > .ng-select-container {
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9;
}

.ng-select.ng-select-opened > .ng-select-container:hover {
    box-shadow: none;
}

.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
    top: -2px;
    border-color: transparent transparent #999;
    border-width: 0 5px 5px;
}

.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
    border-color: transparent transparent #333;
}

.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-left: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-top: 0;
}

.ng-select.ng-select-disabled > .ng-select-container {
    background-color: #f9f9f9;
}

.ng-select .ng-has-value .ng-placeholder {
    display: none;
}

.ng-select .ng-select-container {
    color: #000;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    min-height: 36px;
    align-items: center;
}

.ng-select .ng-select-container:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.ng-select .ng-select-container .ng-value-container {
    align-items: center;
    padding-left: 10px;
}

.ng-select .ng-select-container .ng-value-container {
    padding-right: 10px;
    padding-left: 0;
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
    color: #271e1e;
}

.ng-select.ng-select-single .ng-select-container {
    height: 36px;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    top: 5px;
    left: 0;
    padding-left: 10px;
    padding-right: 50px;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    padding-right: 10px;
    padding-left: 50px;
}

.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
}

.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
    padding: 0 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
    padding-top: 5px;
    padding-left: 7px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
    padding-right: 7px;
    padding-left: 0;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    font-size: .9em;
    margin-bottom: 5px;
    color: #333;
    background-color: #ebf5ff;
    border-radius: 2px;
    margin-right: 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    margin-right: 0;
    margin-left: 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
    background-color: #f9f9f9;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
    padding-left: 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
    padding-left: 0;
    padding-right: 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon, .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
    display: inline-block;
    padding: 1px 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
    background-color: #d1e8ff;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
    border-right: 1px solid #b8dbff;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
    border-left: 1px solid #b8dbff;
    border-right: none;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
    border-left: 1px solid #b8dbff;
}

 .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
    border-left: 0;
    border-right: 1px solid #b8dbff;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
    padding: 0 0 3px 3px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
    padding: 0 3px 3px 0;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
    color: #000;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
    top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
    padding-right: 3px;
    padding-left: 0;
}

.ng-select .ng-clear-wrapper {
    color: #999;
}

.ng-select .ng-clear-wrapper:hover .ng-clear {
    color: #d0021b;
}

.ng-select .ng-spinner-zone {
    padding: 5px 5px 0 0;
}

.ng-select .ng-spinner-zone {
    padding: 5px 0 0 5px;
}

.ng-select .ng-arrow-wrapper {
    width: 25px;
    padding-right: 5px;
}

.ng-select .ng-arrow-wrapper {
    padding-left: 5px;
    padding-right: 0;
}

.ng-select .ng-arrow-wrapper:hover .ng-arrow {
    border-top-color: #666;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
}

.ng-dropdown-panel {
    background-color: #fff;
    left: 0;
}

.ng-dropdown-panel.ng-select-bottom {
    top: 100%;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-top: -1px;
}

.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ng-dropdown-panel.ng-select-top {
    bottom: 100%;
    margin-bottom: -1px;
}

.ng-dropdown-panel.ng-select-top, .ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.ng-dropdown-panel .ng-dropdown-header {
    border-bottom: 1px solid #ccc;
    padding: 5px 7px;
}

.ng-dropdown-panel .ng-dropdown-footer {
    border-top: 1px solid #ccc;
    padding: 5px 7px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 10px;
    font-weight: 500;
    color: rgba(0, 0, 0, .54);
    cursor: pointer;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
    cursor: default;
}

.ng-option-label:hover {
    text-decoration: underline;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
    background-color: #ebf5ff;
    font-weight: 600;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    background-color: #fff;
    color: rgba(0, 0, 0, .87);
    padding: 2px 10px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
    color: #333;
    background-color: #ebf5ff;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
    font-weight: 600;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
    color: #271e1e;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
    color: #ccc;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
    padding-left: 22px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
    padding-right: 22px;
    padding-left: 0;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
    font-size: 80%;
    font-weight: 400;
    padding-right: 5px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
    padding-left: 5px;
    padding-right: 0;
}

.ng-dropdown-panel {
    direction: rtl;
    text-align: right;
}

.ng-dropdown-panel .scroll-host::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.ng-dropdown-panel .scroll-host::-webkit-scrollbar-thumb {
    background: #1227e0;
}

.ng-dropdown-panel .scroll-host::-webkit-scrollbar-track {
    background: #707070;
}

.ng-dropdown-panel .scroll-host {
    scrollbar-face-color: #1227e0;
    scrollbar-track-color: #707070;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 .25rem .8rem rgba(0, 0, 0, .02) !important;
}

.ng-dropdown-panel.ng-select-bottom .scroll-host {
    border-top: 0;
}

.ng-dropdown-panel.ng-select-top .scroll-host {
    border-bottom: 0;
}

/* Animate.css - daneden.me/animate
Licensed under the MIT license - opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

.toast-center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

.toast-title {
    font-weight: 700;
}

.toast-message {
    word-wrap: break-word;
}

.toast-message a, .toast-message label {
    color: #fff;
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none;
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
}

.toast-close-button:focus, .toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.toast-container {
    pointer-events: none;
    position: fixed;
    z-index: 999999;
}

.toast-container * {
    box-sizing: border-box;
}

.toast-container .ngx-toastr {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 24px;
    box-shadow: 0 0 12px #999;
    color: #fff;
}

.toast-container .ngx-toastr:hover {
    box-shadow: 0 0 12px #000;
    opacity: 1;
    cursor: pointer;
}

.toast-container.toast-bottom-center .ngx-toastr, .toast-container.toast-top-center .ngx-toastr {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.toast-container.toast-bottom-full-width .ngx-toastr, .toast-container.toast-top-full-width .ngx-toastr {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.ngx-toastr {
    background-color: #030303;
    pointer-events: auto;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
}

@media all and (max-width: 240px) {
    .toast-container .ngx-toastr.div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    .toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    .toast-container .ngx-toastr.div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    .toast-container .toast-close-button {
        right: -.2em;
        top: -.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .toast-container .ngx-toastr.div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}
#wrapper-content {
    margin-top: 100px;
}

.z-in-5 {
    z-index: 5;
}

.nav-logo-wrap {
    display: table;
    height: 80px;
    overflow: hidden;
    float: left;
}

.nav-logo-wrap div {
    display: table-cell;
    vertical-align: middle;
}

.nav-logo-wrap a.logo {
    background-image: url('/img/gewusst-wo-de/logo_gewusst-wo_claim.svg');
    width: 228px;
    height: 62px;
    display: inline-block;
    background-size: cover;
    margin-top: 0;
}

.nav-logo-wrap .portal {
    font-family: Lufga, sans-serif;
    font-size: 1em;
    font-style: italic;
    color: #000;
    font-weight: 300;
    max-width: 200px;
    padding-left: 10px;
    padding-top: 10px;
    line-height: 1;
}

@media (max-width: 767px) {
    .nav-logo-wrap {
        height: 56px;
    }

    .nav-logo-wrap a.logo {
        color: #1e1e1e;
        height: 40px !important;
        width: 160px !important;
        margin-top: -15PX;
    }

    .nav-logo-wrap .portal {
        padding-top: 0;
        text-align: left;
    }

    .default-banner {
        background-image: url('/img/gewusst-wo-de/gewusst-wo-bg-s.webp');
        background-size: unset;
    }
    .default-banner-search {
        background-image: url('/img/gewusst-wo-de/gewusst-wo-search-bg-s.webp');
        background-size: unset;
    }
    .nav-logo-wrap .portal {
        display: none;
    }
    .search-distance {
        display: none;
    }
}

.back-ico {
    display: inline-block;
    line-height: 26px;
    vertical-align: top;
    margin-right: .5em;
}

.back-ico image {
    margin: 0;
}

.back-ico:hover {
    text-decoration: none !important;
}

#Layer_1, .back-ico {
    fill: #fff;
}
.footer-wrap{
    width: 100%;
    height: 50px;
    background-color: #c1c1c1;
    clear: both;
}

#pwa-banner{
    position: fixed;
    bottom: 0;
    height: 80px;
    z-index: 9000;
    width: 100%;
    background-color: #fff;
}

#pwa-bannerimg{
    width: 24px;
    height: 24px;
    margin-top: -10px;
}

#pwa-banner.close{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: #271e1e;
    background: #fff;
    padding: 0;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
}

#searchForm {
    position: relative;
}

.search-blocks {
    flex: 0 1 calc(50% - 1.5em);
    position: relative;
}
.search-distance {
    flex: 0 1 calc(20% - 1.5em);
    position: relative;
    margin-right: 0.5em;

}
form#searchForm select {
    border-left: 1px solid #707070;
}

.dropdown-menu {
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 1005;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 232px;
    overflow-y: auto;
}

.dropdown-menu .dropdown-item {
    white-space: unset;
}

.dropdown-menu .small {
    background-color: #c1c1c1;
    font-size: smaller;
}

.nav-wrapper {
    position: relative;
}

.geo-wrapper {
    height: 100%;
    padding: 12px;
    font-size: 10pt !important;
    color: #707070;
    text-align: left;
    line-height: 16pt;
}

.geo-ico {
    background-image: url('/img/gewusst-wo-de/geo.jpeg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    position: absolute;
    height: 100%;
    width: 32px;
    top: 0;
    right: -1px;
}

@media (min-width: 992px)
.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 992px)
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}

.slideshow {
    max-height: 300px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.slideshow div {
    display: flex;
    max-height: 300px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.slideshow picture {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    height: 100%;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

.slideshow picture:nth-child(even) {
    background-color: #f0f0f0;
}

.static-card {
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 .25rem .8rem rgba(0, 0, 0, .02) !important;
    border-radius: 3px;
    margin: 0 0 1.6rem;
    overflow: hidden;
    position: relative;
}

.static-card {
    background-color: #fff;
}

.static-card a {
    color: inherit;
}

.static-card h1, .static-card .h1 {
    margin-bottom: .8em;
    font-weight: 500;
    line-height: 1.1;
}

.static-card .small {
    font-size: 80%;
}

.static-card .static-card-title {
    font-size: 1.75rem;
}

.static-card .static-card-bar {
    width: 50px;
    height: 2px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width .2s ease;
}

.static-card .static-card-text {
    padding: 2.4em;
    position: relative;
    display: flex;
    flex-direction: column;
}

.static-card .static-card-preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
}

.static-card:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    border-radius: 6px;
}

.static-card:hover .static-card-bar {
    width: 100px;
}

@media screen and (min-width: 769px) {
    .static-card {
        flex-wrap: inherit;
    }

    .static-card .static-card-title {
        font-size: 1.8em;
        font-weight: 500;
    }

    .static-card .static-card-subtitle {
        font-size: 14px;
        line-height: 1.2;
        font-weight: normal;
        color: #707070;
    }

    .static-card .static-card-text {
        width: 100%;
        padding: 2.1em;
    }

    .static-card:nth-child(2n+1) {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .static-card:nth-child(2n+0) {
        flex-direction: row;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1024px) {
    .static-card-text {
        padding: 2rem 3.5rem;
    }

    .static-card .static-card-text:before {
        background: #fff;
    }
}

.static-card .static-card-title:hover {
    color: #0c1d44;
}

.static-card .static-card-bar {
    background-color: #0c1d44;
}

.thumbnail {
    height: 109px;
    overflow: hidden;
    background-color: #707070;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1400px)
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
}
@media (min-width: 1200px)
.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
}
@media (min-width: 992px)
.container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
}
@media (min-width: 768px)
.container-md, .container-sm, .container {
    max-width: 720px;
}
@media (min-width: 576px)
.container-sm, .container {
    max-width: 540px;
}

/* Zusatz von Webentwicklung */
#pagination {
    position: relative;
    background-color: #e9ecef;
    border: 1px solid #CCCCCC;
    color: #000;
    text-align: center;
    z-index: 101;
    font-weight: bold;
}
#pagination .container-ad {
    position: relative;
}
#pagination .paginate-left,
#pagination .paginate-right,
#pagination .paginate-first,
#pagination .paginate-last {
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    top: -1px;
    padding-top: 2px;
    color: #000;
}
#pagination .paginate-left {
    display: inline-block;
    left: 50px;
}
#pagination .paginate-right {
    display: inline-block;
    right: 50px;
}
#pagination .paginate-first {
    display: inline-block;
    left: 15px;
}
#pagination .paginate-last {
    display: inline-block;
    right: 15px;
}
#pagination .pagination-pages {
    display: inline-block;
}
#pagination .pagination-pages a {
    display: inline-block;
    padding: 3px 8px;
    color: #000;
}
#pagination a.selected {
    color: #d02a33;
}
/* -----------   Search Results -------------*/
.section__header__search--results {
    padding: 0;
}
.search__pagination {
    color: #000;
    padding: 0;
    font-weight: 600;
}
.search__result--event--hl {
    font-size: 1.125rem;
    font-weight: 600;
}
@media (min-width: 992px) {
    .showMoreContent {
        height: auto;
        min-height: 40px;
    }
}
.hidden {
    display: none;
}
.clear_both {
    clear: both;
}
.frontend-component-text {
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.frontend-component-text h1 {
    margin-bottom: 1em;
}

.frontend-component-text h2 {
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}
.frontend-component-text h3 {
    margin-top: 0.75em;
    margin-bottom: 0.25em;
}
.frontend-component-text h4 {
    margin-top: 0.5em;
    margin-bottom: 0.25em;
}
.alphabet {

}

.alphabet .letter {
    display: inline-block;
    margin-top: 6px;
    margin-right: 1px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 2px solid #f9cc49;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    font-size: 16px;
    color: #1227e0;
    background-color: #f9cc49;
}

.alphabet .letter.selected a{
    border-color: #f9cc49;
    color: #1227e0;
}
.alphabet .letter.selected a:hover {
    color: #fff;
}

.alphabet .letter.active {
    background-color: #ffffff;
    border-color: #f9cc49;
    color: #1227e0;
}
.listemehrspaltig {
    width: 100%;
    column-width: 300px;
    column-gap: 10px;
}

.ortslistemehrspaltig p{
    break-inside: avoid-column;
}

.article__pic__caption {
    padding: 0.5rem 0 0 5px;
    color: #6c757d;
    font-size: 0.8125rem;
}
@media (min-width: 1024px) {
    .article__pic__caption {
        padding-left: 5px;
    }
}

.article__pic.article__pic--main .article__pic__caption {
    padding: 0.5rem 17px;
}
@media (min-width: 1024px) {
    .article__pic.article__pic--main .article__pic__caption {
        padding: 0.5rem 0;
    }
}
.sitemap_list {
    list-style-type: none;
}
/* aponet */
@media (max-width: 992px) {
    .aponetdiv {
        padding-left: 0;
        padding-right: 0;
    }
    .aponetdiv .card-deck.teaser-cards {
        padding-right: 0;
    }
}
.aponet {
    position: relative;
    font: 14px Verdana, Helvetica, sans-serif;
    color: #333333;
    width: 298px;
    height: 165px;
    background-color: #fff;
    padding: 0;
}
.aponet .central {
    position: absolute;
    top: 60px;
    left: 8px;
    width: 280px;
}
.aponet .button_emergency {
    background-color: transparent;
    background-image: none;
    color: #fff;
    text-decoration: none;
}
.aponet .js_tab_emergency {
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    font-size: 11px;
    line-height: 18px;
    width: auto;
    background-color: #e2001a;
    padding: 6px 11px;
    margin: 0;
    border-radius: 100px;
}
.aponet .js_form_emergency {
    padding: 0;
    border: 0;
    margin: 0;
}
.aponet fieldset {
    display: block;
    height: 38px;
    background: #fff;
    padding: 0;
    border: 1px solid #e2001a;
    margin: 0;
    border-radius: 1px;
    overflow: hidden;
}
.aponet .zipcityEmergency {
    position: absolute;
    top: 11px;
    left: 10px;
    font-size: 14px;
    color: #333333;
    width: 180px;
    background-color: transparent;
    padding: 0;
    border: 0;
    margin: 0;
}
.aponet fieldset button {
    display: inline-block;
    position: absolute;
    right: 0;
    height: 98%;
    padding: 0 10px;
    background-color: #e2001a;
    color: #FFF;
    border-radius: 1px;
    border: 1px solid #e2001a;
    font-size: 14px;
    cursor: pointer;
    margin-top: -1px;
}
.aponet .js_form_pharmacy {
    padding: 0;
    border: 0;
    margin: 0;
    display: none;
}
.aponet .js_tab_pharmacy {
    display: block;
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 11px;
    line-height: 18px;
    width: auto;
    background-color: #A7A7A7;
    padding: 6px 11px;
    margin: 0;
    border-radius: 100px;
}
.aponet .button_pharmacy {
    background-color: transparent;
    background-image: none;
    color: #fff;
    text-decoration: none;
}
.aponet .zipcityPharmacy {
    position: absolute;
    top: 11px;
    left: 10px;
    font-size: 14px;
    color: #333333;
    width: 180px;
    background-color: transparent;
    padding: 0;
    border: 0;
    margin: 0;
}
.aponet .footer {
    position: relative;
    top: 106px;
    left: 8px;
    font-size: 11px;
    width: 282px;
    padding: 0;
    margin: 0;
}
.aponet .service {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
}
.aponet .logolink {
    position: absolute;
    top: 0;
    right: 2px;
    text-decoration: none;
}
.aponetbanner {
    border: 0;
}
/* Top-News*/
.section--toparticle {
    margin-top: 2em;
}
.card-deck .card {
    margin-bottom: 12px;
 }
.card-queer {
    max-width: 600px;
}
.side__content .card-deck .card {
    flex: fit-content;
}
.side__content h3 {
        font-size: 1.5rem;
}
.section__h2 {
    font-size: 2rem;
}
@media (min-width: 576px) {
    .card-deck {
        margin-right: -12px;
        margin-left: -12px;
    }
    .card-deck .card {
        margin-right: 12px;
        margin-left: 12px;
    }
}
/* Teaser-Cards start */
/* ------------------------------------
    Seitenspalte Interne Ad
------------------------------------ */
.side__content .article__ad__wrapper:first-of-type {
    max-width: 300px;
    margin: 0 auto 1.5rem auto;
}
@media (min-width: 992px) {
    .side__content .article__ad__wrapper:first-of-type {
        margin: -1.5rem auto 1.5rem auto;
    }
}

.side__content .article__ad__wrapper {
    max-width: 300px;
    margin: 0 auto 1.5rem auto;
}
@media (min-width: 992px) {
    .side__content .article__ad__wrapper {
        margin: 1.5rem auto 1.5rem auto;
    }
}

.static .side__content .article__ad__wrapper {
    max-width: 300px;
    margin: 0 auto 1.5rem auto;
}
@media (min-width: 992px) {
    .static .side__content .article__ad__wrapper {
        margin: 1.5rem auto 1.5rem auto;
    }
}
/*------------------------------------
    Übersichtsseiten Teaser
------------------------------------*/
/*------------------------------------
    Fullsize Bild-Teaser
------------------------------------*/
.row.teaser__fullsize {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 992px) {
    .row.teaser__fullsize {
        margin-left: 0;
        margin-right: 0;
    }
}

.teaser__fullsize .col {
    padding: 0;
}

.teaser__fullsize__box {
    position: absolute;
    z-index: 50;
    bottom: 25%;
    text-align: center;
    width: 100%;
}

.teaser__fullsize--link:hover .teaser__fullsize__hl, .teaser__fullsize--link:active .teaser__fullsize__hl, .teaser__fullsize--link:focus .teaser__fullsize__hl {
    outline: none;
    color: #ced4da;
}
.teaser__fullsize--link:active .teaser__fullsize--text, .teaser__fullsize--link:hover .teaser__fullsize--text, .teaser__fullsize--link:focus .teaser__fullsize--text {
    color: #d02a33;
}

.teaser__fullsize--link.test:hover .teaser__fullsize__hl, .teaser__fullsize--link.test:active .teaser__fullsize__hl, .teaser__fullsize--link.test:focus .teaser__fullsize__hl {
    outline: none;
    text-decoration: none;
}
.teaser__fullsize--link.test:active .teaser__fullsize__header, .teaser__fullsize--link.test:hover .teaser__fullsize__header, .teaser__fullsize--link.test:focus .teaser__fullsize__header {
    background: rgba(0, 0, 0, 0.6);
}

.teaser__fullsize__header {
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
    display: inline-block;
    width: 90%;
    padding: 1rem;
    margin: 0 5%;
}

.teaser__fullsize__line {
    display: block;
    height: 4px;
    width: 60px;
    background: #fff;
    margin: 1rem auto 1rem auto;
}
@media (min-width: 768px) {
    .teaser__fullsize__line {
        margin: 1rem auto 1.5rem auto;
    }
}

.teaser__fullsize__category {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.teaser__fullsize__hl {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .teaser__fullsize__hl {
        font-size: 2rem;
    }
}
@media (min-width: 992px) {
    .teaser__fullsize__hl {
        font-size: 2.25rem;
        font-weight: 600;
    }
}

.teaser__fullsize__button {
    color: #fff;
    padding: 0.5rem 0.5rem;
    background: rgba(0, 0, 0, 0.8);
}
.teaser__fullsize__button:hover, .teaser__fullsize__button:active, .teaser__fullsize__button:focus {
    background: black;
    color: #fff;
    outline: none;
    text-decoration: none;
}

.teaser__fullsize--text {
    color: #212529;
    margin: 0 17px;
}
@media (min-width: 992px) {
    .teaser__fullsize--text {
        margin: 0;
    }
}
/*-----------------------------------
    Carddeck Teaser
------------------------------------*/
.teaserblocks {
    display: flex;
}

@media (max-width: 767.98px) {
    .teaserblocks.col-md-8 {
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .teaserblocks.col-md-8 .card-deck:first-child,
    .teaserblocks .card-deck:first-child {
        border-top: 0.5rem solid #f2f2f2;
    }
}

.card-deck.teaser-cards {
    width: 100%;
}
.detail-card.card-deck.teaser-cards {
    width: 100%;
    max-width: 350px;
}

@media (min-width: 576px) {
    .card-deck.teaser-cards {
       /* width: calc(100% - 17px);*/
    }
}
@media (min-width: 1024px) {
    .card-deck.teaser-cards {
        margin-left: -17px;
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .article .card-deck.teaser-cards:first-of-type {
        border-top: 0.5rem solid #f2f2f2;
    }
}

.article .col-lg-8 .card-deck.teaser-cards {
    width: 100%;
}

/* -- Teaser card deck mit banner 600 hoch -- */
.row.row_ad_300_600 {
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 768px) {
    .row.row_ad_300_600 {
        margin-right: 0;
        margin-left: -17px;
    }
}

.row_ad_300_600 .teaser-cards-ad-300-600 {
    padding: 0;
}

@media (max-width: 991.98px) {
    .row_ad_300_600 .teaser-cards-ad-300-600 .teaser-cards {
        flex-direction: column;
    }
}

/* Teaser-Cards end */
.side__content .card-deck .card .teaser__top-article {
    margin-bottom: 1rem;
    padding: 0;
}
@media (max-width: 575.98px) {
    .teaser__top-article_card-text{
        margin-top: 20px;
    }
}
.card.teaser__top-article {
    display: block;
    position: relative;
    background: #fff;
    outline: none;
}
@media (max-width: 768px) {
    .card.teaser__top-article {
        padding-top: 0 !important;
        border: 1px solid rgba(0, 0, 0, 0.125) !important;
    }
}
.card.teaser__top-article:hover, .card.teaser__top-article:active, .card.teaser__top-article:focus {
    outline: none;
}
.teaser__top-article__img {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.teaser__top-article__figure {
    display: inline-block;
    position: relative;
    color: #fff;
    width: 100%;
}
@media (max-width: 575.98px) {
    .teaser__top-article__figure {
        height: auto;
       /* max-height: 135px;
        width: 40%;*/
        overflow: hidden;
    }
}
.teaser__top-article__wrapper {
    position: absolute;
    top: 0;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: rgba(128, 128, 128, 0.1);
}
.teaser__top-article__number {
    font-size: 20px;
    padding: 0.5rem;
    background: #fff;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    color: #212529;
    display: inline-block;
    font-weight: bold;
    line-height: 24px;
    margin: 0 auto 1rem auto;
    text-align: center;
    width: 40px;
}
@media (min-width: 768px) {
    .teaser__top-article__number {
        font-size: 30px;
        padding: 0.5rem;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        line-height: 40px;
        width: 60px;
    }
}
.teaser__top-article__category {
    text-transform: uppercase;
    margin: 0 0.5rem 0.5rem 0.5rem;
    font-size: 0.6875rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
@media (min-width: 768px) {
    .teaser__top-article__category {
        font-size: 1rem;
    }
}
.teaser__top-article__hl {
    font-size: 1rem;
}
@media (min-width: 992px) {
    .teaser__top-article__hl {
        font-size: 1.5rem;
    }
}
.card-link:hover .teaser__top-article__wrapper {
    background-color: rgba(128, 128, 128, 0.3)
}
article.card, .card-link , div.card-deck, article.card:hover, .card-link:hover , div.card-deck:hover, article.card:not, .card-link:not , div.card-deck:not {
    text-decoration: none !important;
    color: #707070;
    cursor: pointer;
    text-underline: none !important;
}

/* -- Toparticle im Sidecontent ------------- */
.side__content .row.row__teaser__top-article {
    display: block;
}
.side__content .row.row__teaser__top-article div[class^=col-] {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0 17px;
}

/* **** ad__marker ** */
.ad__marker,
.ad__marker_de {
    text-align: right;
}
.ad__marker:before,
.ad__marker_de:before {
    font-size: 0.75rem;
    color: #fff;
    background: #CCCCCC;
    content: "Anzeige";
    width: 120px;
    height: 1rem;
}

.ad__marker_en {
    text-align: right;
}
.ad__marker_en:before {
    font-size: 0.75rem;
    color: #495057;
    content: "ADVERTORIAL";
    width: 100px;
    height: 1rem;
}

.ad__marker_premium_de {
    text-align: right;
    margin-bottom: 8px;
}
.ad__marker_premium_de:before {
    font-size: 0.75rem;
    color: #fff;
    background: #CCCCCC;
    content: "Anzeige";
    width: 120px;
    height: 1rem;
}

.ad__marker_premium_en {
    text-align: right;
}
.ad__marker_premium_en:before {
    font-size: 0.75rem;
    color: #fff;
    background: #CCCCCC;
    content: "Advertorial";
    width: 100px;
    height: 1rem;
}
.badge-primary {
    color: #fff;
    background-color: #CCCCCC;
}
/* Such-Ergebnisse */
h1 .ergebnisseite  {
    font-size: 1.5em;
    margin-bottom: 0;
}

.resultlistbackground {
    background-color: #e9ecef;
}

/* search-results-filter */
#filters {
    position: relative;
}

#sort-dropdown {
    background-color: white;
}

#filter-bar {
    color: #000;
    height: 38px;
}

#filter-bar span {
    position: relative;
    float: left;
}
.filter-button {
    position: relative;
    float: left;
    background-color: #f9cc49;
    color: #000000;
    font-weight: bold;
    width: fit-content;
    padding-top: 2px;
}
.gefiltert-button {
    position: relative;
    float: left;
    width: fit-content;
    overflow: hidden;
    background-color: #f9cc49;
    color: #000000;
    font-weight: bold;
    padding-top: 2px;
}

.filter-button:hover {
    background-color: #f9cc49;
    color: #1227e0;
}

.active-filter-tag-mobile {
    position: relative;
    border-radius: 50px;
    padding-right: 38px;
    display: inline-block;
    border: 1px solid #444444;
    background-color: transparent;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.active-filter-tag .remove-tag, .active-filter-tag-mobile .remove-tag {
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 15px;
    padding-left: 10px;
    cursor: pointer;
    width: 20px !important;
}

.filter-button:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.active-filter-tag, .filter-button {
    position: relative;
    border-radius: 5px !important;
    display: inline-block;
    background-color: #f9cc49;
    color: #000000;
    font-weight: bold;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

#map_text {
    display: none;
}

.map-button {
    position: relative;
    display: inline-block;
    float: right;
}

.map-button_old {
    position: relative;
    border-radius: 5px !important;
    text-align: right;
    display: inline-block;
    text-decoration: none;
    background-size: contain;
    background-color: #f9cc49;
    color: #000000;
    font-weight: bold;
    width: fit-content;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.map-button_old a {
    color: #000000;
}

.df_hide {
  display: none;
}

.bestnumber {
    position: relative;
    margin-top: -7px;
    margin-left: -10px;
    min-width: 24px !important;
    height: 24px;
    font-weight: bold;
    text-align: center;
}

.slideshow-container .carousel-inner {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.15) 0 1.5px 1.5px;
}
.slideshow-container .carousel-inner img {
    width: auto;
}
.slideshow-container button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.slideshow-container .carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    text-align: center;
    background: rgba(255,255,255,0.5);
    border: 0;
    transition: opacity .15s ease;
}
.slideshow-container .carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.slideshow-container .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='blue' d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3e%3c/svg%3e") !important;
}
.slideshow-container .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='blue' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3e%3c/svg%3e") !important;
}
.slideshow-container .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}
.slideshow-container .carousel-indicators .slideshowbutton {
    box-sizing: content-box;
    width: 30px;
    height: 4px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: blue;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid rgba(0,0,0,0);
    border-bottom: 10px solid rgba(0,0,0,0);
    opacity: .5;
    transition: opacity .6s ease;
}
.slideshow-container .active {
    background-color: #ccc !important;
}
.slideshow-container .buttonimage {
    max-width: 70px;
    vertical-align: middle;
}
#slideshow_preview {
    height: fit-content;
}
@media (max-width: 750px) {
    #slideshow_preview {
        display: none;
    }
}
#slideshow_preview .slideshowimagebutton {
    box-sizing: content-box;
    flex: 0 1 auto;
    padding: 0;
    margin: 0 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    max-height: 100%;
    border-radius: 5px;
}
#slideshow_preview .buttonimage {
    max-width: 100px;
    vertical-align: middle;
    border-radius: 5px;
}
#slideshow img {
    width: auto;
    max-width: 100%;
}

.oeffis tr {
    vertical-align: top;
}
.oeffis .zeit {
    white-space: nowrap;
}
.oeffis_tag_width {
    width: 100px;
}
.oeffis_zeit_width {
    width: 120px;
}
.oeffis_hinweis_width {
    width: 150px;
}

#filter-overlay, #filter-overlay-rubrik, #filter-overlay-stadtteil, #filter-overlay-ort, #filter-overlay-typ {
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    color: #000;
    border: 1px solid #CCCCCC;
    width: 50%;
    left: 8rem;
}
.filter-overlay-mobile {
    width: 100% !important;
    left: 0 !important;
}

#filter-overlay:not(.open), #filter-overlay-rubrik:not(.open), #filter-overlay-stadtteil:not(.open), #filter-overlay-ort:not(.open), #filter-overlay-typ:not(.open) {
    display: none;
}

#close-filter-overlay-rubrik, #close-filter-overlay-stadtteil, #close-filter-overlay-ort, #close-filter-overlay-typ {
    float: right;
}

#toggle-filter-overlay:hover, #toggle-filter-overlay:active,
#toggle-filter-overlay-rubrik:hover, #toggle-filter-overlay-rubrik:active,
#toggle-filter-overlay-stadtteil:hover, #toggle-filter-overlay-stadtteil:active,
#toggle-filter-overlay-ort:hover, #toggle-filter-overlay-ort:active,
#toggle-filter-overlay-typ:hover, #toggle-filter-overlay-typ:active,
#toggle-filter-overlay-beste:hover, #toggle-filter-overlay-beste:active {
    color: #323232 !important;
}

.color-blue {
    color: #000000 !important;
}

.empfehlung {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    color: #707070;
}

.empfehlung .centered {
    text-align: center;
}
/* trefferliste */
.search-result {
    background-color: white;
}
.color-gray {
    color: #7b7b7b!important;
}

.search-result .result-body,
.search-result .result-details,
.search-result .result-footer {
   /* border-top: 1px solid #CCC9;*/
}

.search-result.is-customer .result-body {
  /*  border-top: 2px solid #55595e;*/
    margin: 0;
    padding: 0;
}

.customer__marker {
    text-align: right;
    font-size: 0.75rem;
    color: #495057;
    height: 1rem;
}
@media (max-width: 991.98px) {
    .customer__marker {
        padding-left: 1.5rem;
        padding-right: 0.5rem;
    }
}
.gold {
    color: #b8972e;
}
.silber {
    color: #959493;
}
.bronze {
    color: #ae792d;
}

.search-result .result-body {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.firmendetails {
    position: relative;
    text-align: left;
}
.tr_logo {
    max-width: 150px;
    max-height: 150px;
    width: auto !important;
    padding: 2px 0 2px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.subentry {
    min-height: 0 !important;
}

.search-result .result-anchor {
    margin-top: -6rem;
    padding-top: 6rem;
}

.search-result .details-button {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .search-result .firmendetails {
        width: calc(100% - 200px);
    }
}

.search-result .result-body .firmenlogo img {
    max-width: 100%;
    max-height: 100%;
}

.search-result .result-body .firmenlogo {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 120px;
    width: 120px;
    overflow: hidden;
    text-align: center;
}
.micro_print{
    overflow: hidden;
    text-align: center;
}
.micro_print img {
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .micro_print img {
        width: auto;
    }
}

@media only screen and (min-width: 768px) {
    .search-result .result-body .firmenlogo {
        margin: 0;
        bottom: auto;
        width: 200px;
        height: 200px;
        float: right;
    }
}

.search-result .result-body .firmenlogo.blank {
    background-color: #F7F7F7;
}

.search-result .result-body .firmenlogo.blank .blank-message {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.search-result .result-body .firmenlogo img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 100%;
    width: auto !important;
}

@media screen and (max-width: 767px) {
    .gray-buttons .btn {
        margin-bottom: .75rem;
    }
}

@media only screen and (min-width: 768px) {
    .search-result .gray-buttons .btn {
        width: 35%;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .search-result .gray-buttons .btn {
        width: auto;
        margin-bottom: 0;
        text-align: left;
    }
}

.search-result-other {
    border: 1px solid #14315b;
}

.search-result .anchor-relative {
    position: relative;
}
.search-result .anchor-absolute {
    position: absolute;
    top: -100px;
}

.empfehlung {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    color: #707070;
}

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

.gray-buttons-mobile {
    width: 45%;
}

.gray-buttons-mobile .btn {
    width: 150px;
    margin-bottom: 10px;
    text-align: center;
}

.contact-link {
    display: inline-block;
    width: auto;
    padding: 0;
    text-decoration: none !important;
    color: #707070 !important;
    cursor: pointer;
}

.contact-link i {
    display: inline-block;
    margin-right: 8px;
}

.show-details {
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .show-details {
        width: auto;
        text-align: left;
    }
}

.is_open {
    color: #1227e0 !important;
    font-weight: 700;
}
.orange {
    color: #f9cc49 !important;
    font-weight: 700;
}

.green {
    color: #1227e0 !important;
    font-weight: 700;
}

/* ###### MAP ###### */

#map_column {
    background-color: #ffffff;
    box-shadow: rgba(0,0,0,.15) 0 1.5px 1.5px!important;
    margin-bottom: 1.25rem;
}

#map_wrap {
    width: 100%;
    height: 33.438rem;
    margin-bottom: .9375rem;
}

.detail #map_wrap {
    margin-bottom: .625rem;
}

#panel_map {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .5s ease-in-out, margin-bottom .5s ease-in-out;
    -moz-transition: max-height .5s ease-in-out, margin-bottom .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out, margin-bottom .5s ease-in-out;
    transition: max-height .5s ease-in-out, margin-bottom .5s ease-in-out;
}


/* Buttons */
.btn {
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.btn {
    display: inline-block;
    border-radius: 5px;
    text-decoration: none !important;
}

.btn.blue {
    border: 1px solid #1227e0;
    background-color: #1227e0;
    color: #fff;
    border-radius: 5px !important;
}

.btn.gray:not(.outline) {
    border: 1px solid #707070;
    background-color: #707070;
    color: #FFFFFF;
    border-radius: 5px !important;
}

.btn.dark {
    border: 1px solid #333333;
    background-color: #333333;
    color: #fff;
    border-radius: 5px !important;
}

.btn.dark.outline {
    border: 1px solid #333333;
    background-color: transparent;
    color: #333333;
    border-radius: 5px !important;
}

.btn.gray.outline {
    border: 1px solid #707070;
    color: #707070;
    border-radius: 5px !important;
}


/* ###### MAP ASYNC ###### */

.open #panel_map {
    /* max-height: 24.063rem; */
    max-height: 750px;
    margin-bottom: .625rem;
}

.gm-style .gm-style-iw-tc {
    display: none !important;
}

.map_balloon {
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

.map_balloon > a {
    color: #1227e0 !important;
    text-decoration: underline;
    font-weight: 700;
    margin-top: .2rem;
    display: inline-block;
}

.map_balloon > a + a {
    margin-left: .75rem;
}

.map_balloon img {
    float: right;
    margin: .375rem 0 .375rem 1rem;
}

.map_balloon > div {
    display: inline-block;
}

.map_balloon input {
    font-size: .8125em;
    height: auto;
    padding: .5em;
    margin-bottom: .9em;
}

.map_adr_infos {
    margin: 0;
    padding: 0;
}
.map_route_planen {
    margin-bottom: .9em;
}

#map_a {
    cursor: pointer;
}
.gm-style .gm-style-pbc + div + div > div > div > div:first-child > div:nth-child(even) {
    background: 0 !important;
    box-shadow: none !important;
}

.gm-style .gm-style-pbc + div + div > div > div > div:first-child > div:first-child {
    border-top-color: #14315b !important;
}
.gm-style .gm-style-pbc + div + div > div > div > div:first-child > div:nth-child(3) > div > div,
.gm-style .gm-style-pbc + div + div > div > div > div:first-child > div:nth-child(3) {
    box-shadow: none !important;
    z-index: 100;
}

.gm-style-iw {
    top: 19px !important; /* move the infowindow 15px (16 weil border balloon 2px und border pfeil 2px) down */
    left: 0 !important;
    background-color: #fff;
    border: 2px solid #14315b;
    padding: .4375rem 1.1875rem;
}

.gm-style-iw + div {
    height: 1.375rem !important;
    width: 5.875rem !important;
    opacity: .85 !important;
    top: 0.5rem !important;
    right: 31px !important;
}

.gm-style-iw + div:before {
    content: 'schließen';
    font-size: 1rem;
    line-height: 1;
}

.gm-style-iw + div:after {
    content: ' x';
    font-size: 1.875rem;
    line-height: 1rem;
}

.gm-style-iw + div:hover {
    border-bottom: 1px solid #000;
}

.gm-style-iw + div img,
.gm-style > :first-child > :nth-child(4) > :nth-child(4) > div > div > :nth-child(4),
.gm-style > :first-child > :nth-child(4) > :nth-child(4) > div > div > :nth-child(2) {
    display: none;
}
.gm-style > :first-child > :nth-child(4) > :nth-child(4) > div > div > :nth-child(1) {
    border-top-color: #14315b !important;
}
.gm-style > :first-child > :nth-child(4) > :nth-child(4) > div > div > :nth-child(3) > div > div {
    box-shadow: none !important;
    z-index: 100;
}

/* ###### VORSCHLAGSLISTEN ASYNC ###### */
.ui-autocomplete {
    background: #fff !important;
    max-height: 620px;
    overflow-y: auto;
    padding: .6875rem .75rem !important;
    border: 1px solid #dadada !important;
    border-top: 1px solid #1227e0 !important;
    max-width: -moz-calc(100% - 3rem);
    max-width: -webkit-calc(100% - 3rem);
    max-width: calc(100% - 3rem);
}
.ui-menu .ui-menu-item {
    color: #000;
    line-height: 1.4 !important;
}
.ui-menu-item-wrapper:hover, .ui-menu-item-wrapper:active {
    color: #000;
    font-weight: normal;
    border: none;
    background: #f8f9fc;
    padding-left: 0.45em;
}
.ui-widget {
    font-size: 1.0em !important;
}
.ui-menu-item.ui-state-focus {
    border: 0 !important;
    font-weight: 500 !important;
    background: 0 !important;
    color: #1227e0 !important;
    margin: 0 !important;
}

.ui-menu b.ui-menu-item-wrapper {
    position: relative !important;
    padding: 0 !important;
    font-weight: bold !important;
}
.border_element {
    border: 1px solid #CCCCCC;
}
.infomehrspaltig {
    margin-top: 1.8ex;
    width: 100%;
    column-width: 350px;
    column-gap: 10px;
    column-rule-style:dotted; column-rule-width:1px; column-rule-color:silver;
    border: 1px solid #CCCCCC;
}
.spaltenblock p {
    margin: 0 2.7ex 2.7ex 0;
    text-align: justify; hyphens:auto;
    orphans:3; widows: 3;
    break-inside: avoid;
}
.spaltenblock h3 {
    margin: 0;
}

.spaltenblock {
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.zahlung ul {
    list-style-type:none;
    padding: 0;
}

.zahlung span {
    margin: 0 .75rem 0 0;
    float: left;
    line-height: 1.5rem;
}

.zahlung .pf {
    font-size: 1rem;
    overflow: hidden;
}

.zahlung .pf:before {
    text-indent: 0;
    float: left;
}
/* Partnerprogramm iframe */
#partner {
    background: #ffffff !important;
    vertical-align: top;
    width: 188px !important;
    height: 224px !important;
    margin: 0 !important;
    padding: 0 !important;
}

iframe.partnerprogramm {
    border: 0 !important;
    width: 195px !important;
    height: 188px !important;
    overflow: hidden !important;
}
.input_partner {
    border: 1px solid #dfdfdf !important;
    border-radius: 3px;
}
.search_button_partner {
    border: 1px solid #dfdfdf !important;
    border-radius: 3px;
}
.partner_search_box {
    top:0 !important;
    width: 188px !important;
    height: 190px !important;
    overflow: hidden !important;
}
.partner {
    width: 195px !important;
    height: 176px !important;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
}
.partner_logo {
    margin-top: 2px;
    padding-top: 2px;
    width: 120px !important;
}
/*------------------------------------
    Paid Content
------------------------------------*/
.row.paidContent {
    cursor: pointer;
    padding: 0 17px;
}
.row.paidContent {
    margin-left: 0 !important;
}

.paidContentborder {
    border: 1px solid #cccccc !important;
    box-shadow: rgb(0 0 0 / 15%) 0 2.5px 2.5px !important;
}

.paidContent .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 !important;
}
@media (min-width: 576px) {
    .paidContent .content {
        flex-direction: row;
    }
}
.paidContentsidebar {
    padding-top: 0 !important;
    margin-top: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.paidContentsidebar .article__pic {
    display: block;
    margin: 0 ;
    min-width: 300px  !important;
    max-width: 300px  !important;
    height: auto;
}

@media (min-width: 576px) {
    .paidContentsidebar .article__pic {
        min-width: 300px !important;
        max-width: 300px  !important;
    }
}

.paidContent .article__pic {
    display: block;
    margin: 0 17px 0 0;
    min-width: 300px !important;
    max-width: 300px  !important;
    height: auto;
    padding: 0 !important;
    padding-right: 1rem !important;
}
@media (min-width: 576px) {
    .paidContent .article__pic {
        min-width: 300px;
        max-width: 300px;
        float: left;
        padding: 1rem !important;
    }
}

.paidContent .article__pic::before {
    content: "ANZEIGE";
    display: inline-block;
    font-size: 0.55rem;
    color: #495057;
    width: 80px;
    line-height: 1rem;
    padding: 0 0 4px 0;
    margin: 0;
}

.paidContentsidebar {
    cursor: pointer;
    align-content: center;
}
.sidebarpreview {
    min-width: 312px !important;
}

.paidContentsidebar .article__pic::before {
    content: "";
    display: inline-block;
    font-size: 0.55rem;
    color: #495057;
    width: 80px;
    line-height: 1rem;
    padding: 0 0 3px 0;
    margin: 0;
}

.paidContentsidebar .article__pic .img-fluid{
   /* max-width: 285px  !important;*/
    padding-right: 5px;

}

.paidContent .frontend-component-text {
    margin: 0 1.25rem 0.25rem 0.25rem;
}
@media only screen and (min-width: 992px) {
    .paidContent .frontend-component-text {
        margin: 0 1.25rem 0.25rem 2rem;
    }
}
.paidContent .frontend-component-text p:first-of-type {
    margin-top: 2rem;
    margin-right: 1.25rem;
}
.paidContent .frontend-component-text h2:first-of-type {
    margin-top: 2rem;
    margin-right: 1.25rem;
}
.paidContent .frontend-component-text h3:first-of-type {
    margin-top: 2rem;
    margin-right: 1.25rem;
}

.geoLocationButtonNav {
    width: 98%;
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #dadada;
    background-color: #ffffff;
    border-radius: 5px;
    display: none;
    margin: 0;
    padding: 0.25rem 1rem !important;
    position: absolute;
    top: auto;
    left: 0;
    z-index: 1;
}
.geoLocationButtonNav:hover {
    background-color: #dadada;
}
span.deleteicon {
    position: relative;
    align-items: center;
}
span.deleteicon span {
    position: absolute;
    display: block;
    top: 3px;
    right: 9px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #797979;
    font: 13px monospace;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
}
span.deleteicon input {
    padding-right: 18px;
    box-sizing: border-box;
}

.gw_blue {
    color: #1227e0;
}

.gw_yellow {
   color: #f9cc49;
}

.gw_blue_bg {
    background-color: #1227e0;
}

.gw_yellow_bg {
    background-color: #f9cc49;
}

.gw_black {
    color: #000000;
}

.slogan {
    font-style: italic;
}
.auszeichnung {
    font-style: italic;
    background: #f9f9f9;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    width: fit-content;
    padding: 3px;
}

.detail-button {
    border: 1px solid #797979;
    border-radius: 3px !important;
    background: #f9f9f9;
}

.fit-content {
    width: fit-content;
}
/* Veranstaltungen - Events */
.event-search .card-deck .card.article__first {
    border-top: 0.5rem solid #f2f2f2;
}
@media (min-width: 576px) {
    .event-search .card-deck .card.article__first {
        border-top: none;
    }
}
.event__list .card .card-img-top {
    max-width: 300px;
}
@media (max-width: 575.98px) {
    .event__list .card .card-img-top {
        object-position: top;
        width: 40%;
        height: auto;
        max-height: 135px;
        max-width: 325px;
    }
}
.section.section--themenwelt,
.section.section--toparticles,
.section.section__eventlists--top {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.eventsearch .icon-calendar::before {
    margin: 0;
    padding: 0;
}
/*------------------------------------
    Event-Lists
------------------------------------*/
.event__lists .nav-tabs {
    padding: 0;
}
@media (min-width: 321px) {
    .event__lists .nav-tabs {
        padding-left: 17px;
    }
}
@media (min-width: 1024px) {
    .event__lists .nav-tabs {
        padding: 0;
    }
}

.event__lists .nav-tabs .nav-link {
    width: auto;
    padding: 0.5rem;
}
@media (min-width: 576px) {
    .event__lists .nav-tabs .nav-link {
        width: 25%;
    }
}

.event__lists .card {
    border: none;
}

.event__lists .card-header {
    padding: 17px;
    border-bottom: 2px solid #fff;
    background: #dee2e6;
}

.event__lists .card-body {
    display: block;
    padding: 17px;
    border-bottom: 1px solid #dee2e6;
}
@media (min-width: 768px) {
    .event__lists .card-body {
        display: flex;
        display: -ms-flexbox;
        padding: 17px;
        flex-direction: row;
        flex: 0 0 auto;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.event__lists .card-body:last-of-type {
    border-bottom: none;
}

.event__lists .card-link {
    line-height: 1rem;
    height: 1rem;
}

h2.eventtitle {
    font-size: 1.25rem;
}

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

/* --  ----------------------------------------------- */
.event__lists .card .card-link:before {
    display: inline-block;
    padding-right: 0.5rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1rem;
    height: 1rem;
    width: 1rem;
    font-size: inherit;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
}

.event__lists .card .card-link.collapsed:before {
    /* content: "\E804";*/
}

/* --  ----------------------------------------------- */
.event__lists .card-date {
    margin-bottom: 0.5rem;
    min-width: 160px;
    flex: 0 0 160px;
}
@media (min-width: 992px) {
    .event__lists .card-date {
        margin-bottom: 0;

    }
}

.event__lists .card-text {
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 1rem;
    padding: 0;
    hyphens: auto;
}
@media (min-width: 768px) {
    .event__lists .card-text {
        padding: 0 17px;
    }
}

.event__lists .card-btn {
    display: none;
}
@media (min-width: 768px) {
    .event__lists .card-btn {
        display: block;
        min-width: 100px;
        flex: 0 0 auto;
    }
}
/*------------------------------------
    Event-Suchform
------------------------------------*/
.nav-tabs .nav-link {
    width: 50%;
}

.tab-content {
    padding: 17px;
    border: 1px solid #ced4da;
    border-top: none;
}

.col.event__search {
    padding: 0;
    margin-top: 0.5rem;
}
@media (min-width: 992px) {
    .col.event__search {
        padding: 0 3rem 1rem 17px;
    }
}

.event__search .nav-tabs .nav-link.active,
.event__search .nav-tabs .nav-item.show .nav-link {
    background-color: #fff;
    border-color: #ced4da;
    border-bottom: 0;
    color: #212529;
}

.event__search .tab-content {
    background-color: #fff;
    padding: 0;
}
@media (min-width: 992px) {
    .event__search .tab-content {
        padding: 1rem 2rem;
    }
}

.event__search .tab-pane {
    display: block;
    padding: 1rem;
}

.event__search .tab-pane.eventsubmit {
    padding: 2rem;
    text-align: center;
}

.event__search .event__search--hl,
.event__search p,
.event__search .event__search--label,
.event__search .input-append.date .add-on i,
.event__search .input-prepend.date .add-on i {
    color: #000;
}

.event__search--hl {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.event__search .form-group {
    display: flex;
    display: -ms-flexbox;
}

.event__search .form-group .event__search--label {
    display: block;
    background: #e9ecef;
    min-width: 50px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0rem 0rem 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #dee2e6;
    border-right: 0;
}

.event__search .form-group.search-was .event__search--label {
    min-width: 85px;
}

.event__search .form-control {
    border-color: #dee2e6;
    background: #fff;
}

.event__search .form-control[readonly] {
    background: #fff;
}

.event__search .form-control:disabled {
    background: #e9ecef;
    color: #e9ecef;
}

.event__search .add-on {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #dee2e6;
    background: #e9ecef;
}

.event__search .form-check {
    margin-bottom: 1.3125rem;
}
@media (min-width: 992px) {
    .event__search .form-check {
        margin-bottom: 0;
    }
}

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

/*------------------------------------
    Ergebnisliste
------------------------------------*/
.event .article__header {
    padding: 3rem 30px;
}
@media (min-width: 992px) {
    .event .article__header {
        padding: 3rem 150px 2rem 150px;
    }
}

.row.event__intro {
    margin: 1rem 0;
}

.row.event__intro .col {
    padding: 0 17px;
}

.row.event__meta {
    margin: 1rem 0;
   /* background: #e9ecef;*/
}

.row.event__meta .event__meta--date {
    padding: 1rem 0;
    margin: 0;
    color: #14315b;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
}

.event__list {
    margin-bottom: 1rem;
}

.card.card__event {
    flex-direction: row;
    margin-bottom: 7px;
}

.card.card__event.even {
    /* background: #e9ecef;*/
}

.card.card__event .card-img-wrapper {
    background: #fff;
    width: 40%;
    max-width: 300px;
    height: auto;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    align-items: flex-start;
}
@media (min-width: 768px) {
    .card.card__event .card-img-wrapper {
        min-width: 300px;
    }
}

.card.card__event.odd .card-img-wrapper {
    background: #e9ecef;
}

.card.card__event .card-img-wrapper .card-img-top-1 {
    width: 70%;
    height: 100%;
}

.card.card__event .card-img-wrapper .card-img-top-2 {
    width: 100%;
    height: 50%;
}

.card.card__event .card-img-top {
    width: 100%;
    height: auto;
}

.card.card__event .card-body {
    padding: 1rem 1rem 0 1.5rem;
    width: 40%;
}

.card.card__event .card-text {
    font-weight: 600;
}

.card.card__event a.card-link {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    width: 100%;
}

@media (max-width: 767.98px) {
    .card.card__event .btn {
        display: none;
    }
}

/*------------------------------------
    Event Categories
------------------------------------*/
.event__search .article__hl__2.text-center {
    margin-top: 2rem;
}
@media (min-width: 992px) {
    .event__search .article__hl__2.text-center {
        margin-top: 3rem;
    }
}

/*------------------------------------
    Eventdetail und Ticketlinks
------------------------------------*/
.event__abgelaufen {
    width: 100vw;
    text-align: center;
    padding: 0.5rem 0;
    color: #028c1a;
    background: #76fd8e;
}
@media (min-width: 992px) {
    .event__abgelaufen {
        margin: 0 -1px 0 -18px;
    }
}

.event__intro--location {
    display: block;
}

.event-ticket__wrapper {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    padding: 1rem 0.5rem;
}

.event-ticket__wrapper.odd {
    background: #f2f2f2;
}

.event-ticket__wrapper .event__name {
    width: 40%;
    padding: 0 1rem 0 0;
}

.event-ticket__wrapper .event__ticket {
    margin-left: auto;
}

.event-ticket__more .btn {
    margin: 1rem 0 0 0;
    width: 100%;
}

.span2 {
    width: 140px;
}

.vkalpicture-eventlist {
    max-width: 222px !important;
    margin-bottom: 0;
    background-color: #ffffff;
}
.vkalrow {

}
.vkalpic-liste {
    max-width: 222px !important;
    min-width: 222px;
    margin: 0;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    border-radius: 3px;
}

/*
 * Datepicker for Bootstrap
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * www.apache.org/licenses/LICENSE-2.0
 */
.datepicker.datepicker-dropdown {
    padding: 6px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    left: 17px !important;
}
@media (min-width: 992px) {
    .datepicker.datepicker-dropdown {
        left: calc(((100vw - 970px) / 2) + 252px) !important;
        width: 220px;
    }
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9 ;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #028c1a;
    border-color: #1b6e0d #1b6e0d #002a80;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #028c1a;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #028c1a;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker table tr td span:hover {
    background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    background-color: #028c1a;
    border-color: #1b6e0d #1b6e0d #1b6e0d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #1b6e0d;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    background-color: #028c1a;
}

.datepicker table tr td span.old {
    color: #999999;
}

.datepicker th.switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
    background: #eeeeee;
}


/*------------------------------------
    Datepicker CSS
------------------------------------*/
.input-append {
    margin-bottom: 1rem;
}

.input-append .form-control {
    width: 85%;
    display: inline-block;
}

.dp__label {
    display: block;
    min-width: 40px;
}

.eventsearch .icon-calendar::before {
    margin: 0;
    padding: 0;
}
.icon-calendar:before {
    content: "\e81c";
}

form button,
#show {
    margin: 1.875rem 0;
    width: auto;
}

.searchform_col {
    padding-right: 5px;
}
.dateinput {
    margin-left:0;
    margin-right:0;
    border-radius: 0;
}
#event_keyword {
    margin-left:0;
    margin-right:0;
    border-radius: 0;
}

#event_searchwhatclear {
    margin-left:0;
    margin-right:0;
    margin-top: 0;
    margin-bottom: 0;
}
#event_category {
    margin-left:0;
    margin-right:0;
    border-radius: 0;
}
.card__event .card-category {
    margin-bottom: 0;
}
.button_categorie_view {
    border: 1px solid #14315b;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
@media (min-width: 992px) {
    .event__list {
       /* padding: 0 4.1rem 1rem 17px;*/
    }
}
#eventform {
    background-color: #e9ecef;
}
.responsive-iframe-pronet-superbanner {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #e9ecef;
    margin-bottom: 0;
}
#gewoapp img{
    width: 100%;
    max-height: 166px;
}
.responsive-iframe-pronet-superbanner iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 166px;
    margin-left: 7px;
    overflow: hidden;
}
.responsive-iframe-pronet-skyscraper-small {
    overflow: hidden;
    padding-top: 160px;
    position: relative;
    width: 100%;
    height: 320px;
    background-color: #e9ecef;
    margin-bottom: 0;
}
.responsive-iframe-pronet-skyscraper-small iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 320px;
    margin-left: 7px;
    overflow: hidden;
}
.responsive-iframe-pronet-skyscraper {
    overflow: hidden;
    padding-top: 160px;
    position: relative;
    width: 100%;
    height: 620px;
    background-color: #e9ecef;
    margin-bottom: 0;
}
.responsive-iframe-pronet-skyscraper iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 620px;
    margin-left: 7px;
    overflow: hidden;
}

.trefferliste.vi_logo {
    max-width: 150px;
    max-height: 150px;
}
#min_max_resultlist {
    height: 25px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#resultlist-map-on {
    height: 25px;
    display: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#resultlist-map-off {
    height: 25px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.resultlist-vkal {
    border: 1px solid #ffffff;
}
.double-inputs .col-md-6:last-child {
    margin-top: 16px
}

.double-inputs input {
    width: 90%;
    margin-left: 7px;
}

@media only screen and (min-width: 768px) {
    .double-inputs .col-md-6:first-child {
        padding-right: 8px;
    }

    .double-inputs .col-md-6:last-child {
        margin-top: 0;
        padding-left: 8px;
    }
}
.form-error, .error_message {
    color: #f91b1b;
    font-size: .9375rem;
    line-height: 1.0625rem;
    width: 100%;
    margin: 0;
}
.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
}
.schwarzer-rand {
    color: white;
    text-shadow:
        -1px -1px 0 #777777,
        1px -1px 0 #777777,
        -1px  1px 0 #777777,
        1px  1px 0 #777777;
}

.quick-image {
    max-width: 180px;
    border-radius: 8px;
}
.quick-text {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8)!important;
    padding-top: 5px;
    padding-bottom: 20px;
    top: -30px;
    font-size: 14pt;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}

@media (max-width: 767px) {
    .quick-image {
        height: 80px;
        max-height: 80px;
        max-width: 80px;
    }
    .quick-text {
        font-size: 8pt;
    }
}
/* mobiles Menü*/
#side-menu-mobile.contents {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
}
#side-menu-mobile .nav-item {
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
}
#side-menu-mobile .nav-item:first-of-type {
    padding: 0.1rem;
    padding-bottom: 0.5rem;
}
#side-menu-mobile .nav-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
#side-menu-mobile .nav-link {
    padding: 0;
}

/* Suchformular in Seiten */
.header-sites {
    width: 100%;
    align-items: center;
    justify-content: center;
}
.searchform_in_sites {
    position: absolute;
    width: 100%;
}



@media (max-width: 575px) {
    .header-sites {
        max-height: 300px;
        height: auto !important;
    }
    .searchform_in_sites {
        margin-top: -260px!important;
    }
}
@media (min-width: 576px) {
    .header-sites {
        max-height:200px;
        height: auto !important;
        margin-top: 70px!important;
    }
    .searchform_in_sites {
        margin-top: -350px!important;
    }
}
@media (min-width: 768px) {
    .header-sites {
        max-height: 280px;
        height: auto !important;
        margin-top: 80px!important;
    }
    .searchform_in_sites {
        margin-top: -410px!important;
    }
}
@media (min-width: 992px) {
    .header-sites {
        max-height: 500px;
        height: auto !important;
        margin-top: 0!important;
    }
    .searchform_in_sites {
        margin-top: -280px!important;
    }
}
@media (min-width: 1200px) {
    .header-sites {
        max-height: 500px;
        height: auto !important;
        margin-top: 0!important;

    }
    .searchform_in_sites {
        margin-top: -310px!important;
    }
}
@media (min-width: 1400px) {
    .header-sites {
        max-height: 500px;
        height: auto !important;
        margin-top: 0!important;

    }
    .searchform_in_sites {
        margin-top: -20% !important;
    }
}
.ad__skyscraper--wrapper {
    display: none;
}
@media screen and (min-width: 1024px) {
    .ad__skyscraper--wrapper {
        display: block;
        position: absolute;
        margin: 0;
        left: calc((100vw - 770px) / 2 + 980px);
        width: 200px;
        opacity: 1;
    }
}
.ad__skyscraper--wrapper--pronet {
    display: none;
}
@media screen and (min-width: 1024px) {
    .ad__skyscraper--wrapper--pronet {
        display: block;
        position: absolute;
        margin: 0;
        left: calc((100vw - 770px) / 2 + 980px);
        width: 220px;
        opacity: 1;
    }
}
.text-right {
    text-align: right;
}

/* Bewertungen / Rating */
img.gwlogo_rating {
    max-width: 110px;
}
div.rating_source {
    border-left: 1px solid rgba(0,0,0,.1);
}
.rating_note {
    font-weight: bold;
    font-size: larger;
    color: #f9cc49;
}
.rating_bar {
    overflow: hidden;
    background-color: #f9f9f9;
    height: 16px;
    box-sizing: border-box;
}
.rating_bar .rating_bar_filled {
    background-color: #f9cc49;
    float: left;
    font-size: 0;
    height: 100%;
    box-sizing: border-box;
}
.rating_bar .rating_bar_filled.w-1 { width: 1%; }
.rating_bar .rating_bar_filled.w-2 { width: 2%; }
.rating_bar .rating_bar_filled.w-3 { width: 3%; }
.rating_bar .rating_bar_filled.w-4 { width: 4%; }
.rating_bar .rating_bar_filled.w-5 { width: 5%; }
.rating_bar .rating_bar_filled.w-6 { width: 6%; }
.rating_bar .rating_bar_filled.w-7 { width: 7%; }
.rating_bar .rating_bar_filled.w-8 { width: 8%; }
.rating_bar .rating_bar_filled.w-9 { width: 9%; }
.rating_bar .rating_bar_filled.w-10 { width: 10%; }
.rating_bar .rating_bar_filled.w-11 { width: 11%; }
.rating_bar .rating_bar_filled.w-12 { width: 12%; }
.rating_bar .rating_bar_filled.w-13 { width: 13%; }
.rating_bar .rating_bar_filled.w-14 { width: 14%; }
.rating_bar .rating_bar_filled.w-15 { width: 15%; }
.rating_bar .rating_bar_filled.w-16 { width: 16%; }
.rating_bar .rating_bar_filled.w-17 { width: 17%; }
.rating_bar .rating_bar_filled.w-18 { width: 18%; }
.rating_bar .rating_bar_filled.w-19 { width: 19%; }
.rating_bar .rating_bar_filled.w-20 { width: 20%; }
.rating_bar .rating_bar_filled.w-21 { width: 21%; }
.rating_bar .rating_bar_filled.w-22 { width: 22%; }
.rating_bar .rating_bar_filled.w-23 { width: 23%; }
.rating_bar .rating_bar_filled.w-24 { width: 24%; }
.rating_bar .rating_bar_filled.w-25 { width: 25%; }
.rating_bar .rating_bar_filled.w-26 { width: 26%; }
.rating_bar .rating_bar_filled.w-27 { width: 27%; }
.rating_bar .rating_bar_filled.w-28 { width: 28%; }
.rating_bar .rating_bar_filled.w-29 { width: 29%; }
.rating_bar .rating_bar_filled.w-30 { width: 30%; }
.rating_bar .rating_bar_filled.w-31 { width: 31%; }
.rating_bar .rating_bar_filled.w-32 { width: 32%; }
.rating_bar .rating_bar_filled.w-33 { width: 33%; }
.rating_bar .rating_bar_filled.w-34 { width: 34%; }
.rating_bar .rating_bar_filled.w-35 { width: 35%; }
.rating_bar .rating_bar_filled.w-36 { width: 36%; }
.rating_bar .rating_bar_filled.w-37 { width: 37%; }
.rating_bar .rating_bar_filled.w-38 { width: 38%; }
.rating_bar .rating_bar_filled.w-39 { width: 39%; }
.rating_bar .rating_bar_filled.w-40 { width: 40%; }
.rating_bar .rating_bar_filled.w-41 { width: 41%; }
.rating_bar .rating_bar_filled.w-42 { width: 42%; }
.rating_bar .rating_bar_filled.w-43 { width: 43%; }
.rating_bar .rating_bar_filled.w-44 { width: 44%; }
.rating_bar .rating_bar_filled.w-45 { width: 45%; }
.rating_bar .rating_bar_filled.w-46 { width: 46%; }
.rating_bar .rating_bar_filled.w-47 { width: 47%; }
.rating_bar .rating_bar_filled.w-48 { width: 48%; }
.rating_bar .rating_bar_filled.w-49 { width: 49%; }
.rating_bar .rating_bar_filled.w-50 { width: 50%; }
.rating_bar .rating_bar_filled.w-51 { width: 51%; }
.rating_bar .rating_bar_filled.w-52 { width: 52%; }
.rating_bar .rating_bar_filled.w-53 { width: 53%; }
.rating_bar .rating_bar_filled.w-54 { width: 54%; }
.rating_bar .rating_bar_filled.w-55 { width: 55%; }
.rating_bar .rating_bar_filled.w-56 { width: 56%; }
.rating_bar .rating_bar_filled.w-57 { width: 57%; }
.rating_bar .rating_bar_filled.w-58 { width: 58%; }
.rating_bar .rating_bar_filled.w-59 { width: 59%; }
.rating_bar .rating_bar_filled.w-60 { width: 60%; }
.rating_bar .rating_bar_filled.w-61 { width: 61%; }
.rating_bar .rating_bar_filled.w-62 { width: 62%; }
.rating_bar .rating_bar_filled.w-63 { width: 63%; }
.rating_bar .rating_bar_filled.w-64 { width: 64%; }
.rating_bar .rating_bar_filled.w-65 { width: 65%; }
.rating_bar .rating_bar_filled.w-66 { width: 66%; }
.rating_bar .rating_bar_filled.w-67 { width: 67%; }
.rating_bar .rating_bar_filled.w-68 { width: 68%; }
.rating_bar .rating_bar_filled.w-69 { width: 69%; }
.rating_bar .rating_bar_filled.w-70 { width: 70%; }
.rating_bar .rating_bar_filled.w-71 { width: 71%; }
.rating_bar .rating_bar_filled.w-72 { width: 72%; }
.rating_bar .rating_bar_filled.w-73 { width: 73%; }
.rating_bar .rating_bar_filled.w-74 { width: 74%; }
.rating_bar .rating_bar_filled.w-75 { width: 75%; }
.rating_bar .rating_bar_filled.w-76 { width: 76%; }
.rating_bar .rating_bar_filled.w-77 { width: 77%; }
.rating_bar .rating_bar_filled.w-78 { width: 78%; }
.rating_bar .rating_bar_filled.w-79 { width: 79%; }
.rating_bar .rating_bar_filled.w-80 { width: 80%; }
.rating_bar .rating_bar_filled.w-81 { width: 81%; }
.rating_bar .rating_bar_filled.w-82 { width: 82%; }
.rating_bar .rating_bar_filled.w-83 { width: 83%; }
.rating_bar .rating_bar_filled.w-84 { width: 84%; }
.rating_bar .rating_bar_filled.w-85 { width: 85%; }
.rating_bar .rating_bar_filled.w-86 { width: 86%; }
.rating_bar .rating_bar_filled.w-87 { width: 87%; }
.rating_bar .rating_bar_filled.w-88 { width: 88%; }
.rating_bar .rating_bar_filled.w-89 { width: 89%; }
.rating_bar .rating_bar_filled.w-90 { width: 90%; }
.rating_bar .rating_bar_filled.w-91 { width: 91%; }
.rating_bar .rating_bar_filled.w-92 { width: 92%; }
.rating_bar .rating_bar_filled.w-93 { width: 93%; }
.rating_bar .rating_bar_filled.w-94 { width: 94%; }
.rating_bar .rating_bar_filled.w-95 { width: 95%; }
.rating_bar .rating_bar_filled.w-96 { width: 96%; }
.rating_bar .rating_bar_filled.w-97 { width: 97%; }
.rating_bar .rating_bar_filled.w-98 { width: 98%; }
.rating_bar .rating_bar_filled.w-99 { width: 99%; }
.rating_bar .rating_bar_filled.w-100 { width: 100%; }
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.frontend-component-text p {
    padding-left: 3px;
}

.jumpmark::before {
    display: block;
    content: "";
    height: 150px;
    margin-top: -150px;
    visibility: hidden;
}

#startposition_eventform {
    scroll-margin-top: 110px;
}
#startposition_eventdetail {
    scroll-margin-top: 110px;
}
.shorttext {
    hyphens: auto;
    max-width: 480px;
    overflow: hidden;
}
#eventsearchForm .icon {
    width: auto !important;
    height: auto !important;
    margin-right: 5px;
    border-radius: unset;
}
