a{
    cursor:pointer;
}

.umb-grid a, .umb-grid h1 a, .umb-grid h2 a, .umb-grid h3 a, .umb-grid h4 a, .umb-grid h5 a, .umb-grid h6 a,
.section_heading a, .section_heading h1 a, .section_heading h2 a, .section_heading h3 a, .section_heading h4 a, .section_heading h5 a, .section_heading h6 a
{
    color:#d4092b;
}

.mb-4
{
    margin-bottom:20px;
}

.searchInput
{
    border-color:#fff !important;
    color:#fff !important
}

.side_submit_form p, .side_submit_form a
{
    color: #fff !important;
}

.d-inline, #cbDS {
    cursor:pointer;
    display: inline !important;
}

.pl-3
{
    padding-left:15px !important;
}

.pr-3 {
    padding-right: 15px !important;
}

.pagination ul li.active a{
	background-color: #002375;
	color:#ffffff;
}

.pagination ul li {
    margin-bottom: 10px;
}

.city_blog2_text h5 {
    min-height: 75px;
}

.city_blog2_text p {
    min-height: 90px;
}

/** MODAL **/

.closeModal span {
    display: block;
    font-size: xx-large;
}

.closeModal {
    display: flex;
    background-color: #fff !important;
    margin-right: 0;
    border: none;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
}

/** YOUTUBE RESPONSIVE **/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.googleImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.googleFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.go-cookie-overlay-background {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 100%;
    cursor: pointer;
}

.yt-cookie-overlay-background {
    position: relative;
    width: 100%;
    display: block;
    height:auto;
    cursor: pointer;
}

.cookie-overlay-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    color: #FFF;
    pointer-events: none;
    opacity: .5;
    background: rgba(0, 0, 0, .95);
    font-size: 30px;
    line-height: 1.5em;
    text-shadow: 2px 2px 2px #000;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cookie-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    color: #FFF;
    font-size: 27px;
    line-height: 1.3em;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .cookie-overlay a {
        display: block;
        margin-bottom: 8px;
        text-decoration: underline !important;
    }

        .cookie-overlay a:hover {
            color: #fff;
        }

.ytImg, .googleImg {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-height: 250px;
}

    .ytImg:hover, .googleImg:hover {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

.yttext {
    position: relative;
    top: -20px;
    background: rgba(0,0,0,0.6);
    padding: 20px;
    color: #fff;
}

.ytpbtn {
    display: block;
    position: absolute;
    bottom: 33%;
    font-size: 16px;
    background: #ff0000;
    padding: 0px 20px;
    border-radius: 15px;
}


.city_job_text {
    background: rgba(0,0,0,0.6);
    padding: 20px;
}

/** GRIDELEMENTS **/
.rowSection {
    padding: 50px 0px;
    margin: 30px 0px;
}

.grid-section > div
{
    padding:25px 0px 10px 0px;
}

.kein-Abstand {
    padding: 0px !important;
}

.Abstand-Oben {
    padding: 50px 50px 0px 50px !important;
}

.Abstand-Unten {
    padding: 0px 50px 50px 50px !important;
}

.Abstand-Standard {
    padding: 50px 30px 30px 30px !important;
}

.Hintergrundfarbe-grau
{
    background-color:#b0b0b0;
}

.Hintergrundfarbe-rot {
    background-color: #d4092b;
}

.Hintergrundfarbe-blau {
    background-color: #002375;
}

    .Hintergrundfarbe-blau h1,
    .Hintergrundfarbe-blau h2,
    .Hintergrundfarbe-blau h3,
    .Hintergrundfarbe-blau h4,
    .Hintergrundfarbe-blau h5,
    .Hintergrundfarbe-blau h6,
    .Hintergrundfarbe-blau p,
    .Hintergrundfarbe-blau strong,
    .Hintergrundfarbe-rot h1,
    .Hintergrundfarbe-rot h2,
    .Hintergrundfarbe-rot h3,
    .Hintergrundfarbe-rot h4,
    .Hintergrundfarbe-rot h5,
    .Hintergrundfarbe-rot h6,
    .Hintergrundfarbe-rot p,
    .Hintergrundfarbe-rot strong,
    .Hintergrundfarbe-grau h1,
    .Hintergrundfarbe-grau h2,
    .Hintergrundfarbe-grau h3,
    .Hintergrundfarbe-grau h4,
    .Hintergrundfarbe-grau h5,
    .Hintergrundfarbe-grau h6,
    .Hintergrundfarbe-grau p,
    .Hintergrundfarbe-grau strong {
        color: #ffffff;
    }

.side_contact_text p {
    color: #666666;
}

/* navigation tab focus styles */

.navigation ul > li:focus-within > ul{
    overflow: visible;
    visibility: visible;
    opacity: 1;
    display: block;
    top: 50px;
}

.navigation ul ul > li:focus-within > ul{
    top:0;
}

.navigation ul > li  ul > li a:focus{
    background-color: #002375;
    color: #fff;
    padding: 8px 35px;
}

ul.show-menu{
    overflow: visible!important;
    visibility: visible!important;
    opacity: 1!important;
    display: block;
    top: 50px!important;
}

.Hintergrundfarbe-grau .sidebar_title {
    color: #000;
}

.Hintergrundfarbe-grau .side_contact_text h6, .Hintergrundfarbe-rot .side_contact_text p {
    color: #666666;
}

.Hintergrundfarbe-rot .sidebar_title {
    color: #000;
}

.Hintergrundfarbe-rot .side_contact_text h6, .Hintergrundfarbe-rot .side_contact_text p {
    color: #666666;
}

.Hintergrundfarbe-blau .sidebar_title {
    color: #000;
}

.Hintergrundfarbe-blau .side_contact_text h6, .Hintergrundfarbe-blau .side_contact_text p {
    color: #666666;
}


/** END GRID ELEMENTS **/
.city_event_text {
    height: 212px;
}


img
{
    height:auto;
}

figcaption {
    background-color: #f3f3f3;
    padding: 5px;
    height: auto;
    display: inline-block;
    width: 100%;
}

.quickInfo a {
    color: #fff !important;
    font-weight: bold !important;
}

.city_department_wrap {
    margin-top: 120px;
}

.city_comment_form_login .theam_btn, .side_news_deatil:hover .theam_btn, .city_news2_post.post2:hover .theam_btn, .navigation ul li ul li a:hover, .blog_post_slide .slick-prev:hover, .blog_post_slide .slick-next:hover, .blog_next_post ul li a:hover, .city_blog2_fig.fig2.detail .city_blog2_met:after, .city_blog2_fig.fig2.detail .city_blog2_met:before, .city_blog2_fig.fig2.detail .city_blog2_met, .city_contact_text:hover, .city_event_detail.question .event_booking_area .theam_btn.btn2, .city_mayor_contact .theam_btn, .sidebar_search_login a, .forum_author_posts, .forum_title, .city_news2_detail:hover .theam_btn, .city_404_wrap.coming.overlay:before, .city_404_text .theam_btn:hover, .city_team_fig .city_top_social li a:hover, .blog_tags a:hover, .blog_author_date li:before, .city_blog2_fig.fig2 .theam_btn:hover, .city_blog2_fig.fig2 .theam_btn:hover, .city_blog2_fig .paly_btn:hover, .city_blog2_fig:hover .city_blog2_met, .city_blog2_fig:hover .city_blog2_met:after, .city_blog2_fig:hover .city_blog2_met:before, .city_blog2_list:hover .city_meta_list, .list li:hover, .list li.option.selected.focus, .event_booking_form .theam_btn:hover, .event_counter_list .countdown li, .city_event2_year .list li:hover, .city_event2_year .list li.option.selected.focus, .city_event2_list2_row:hover .theam_btn, .city_event2_list2_row:hover .event_categories_date, .city_full_event_list:hover .theam_btn.btn2, .city_special2_dream, .city_treatment_wrap, .city_treatment_text .paly_btn, .city_about_list.list2 .theam_btn:hover, .accordion-section-title.active, .city_health2_text .slick-prev:hover, .city_health2_text .slick-next:hover, .city_emergency_slider .slick-prev:hover, .city_emergency_slider .slick-next:hover, .city_department_wrap .slick-prev:hover, .city_department_wrap .slick-next:hover, .side_submit_form, .city_event2_fig:hover .theam_btn.btn2, .city_event2_date, .city_visit_text .theam_btn:hover, .city_business_fig .city_service2_list span, .city_service2_btn.btn2 .theam_btn, .pagination ul li a:hover, .city_news2_text .theam_btn, .special_service_text .theam_btn:hover, .widget_wrap.overlay:before, .widget_wrap, .city_news_feild, .city_client_wrap, .city_event_fig:hover .event_date, .city_project_wrap .slick-prev:hover, .city_project_wrap .slick-next:hover, .city_project_fig .overlay:before, .city_jobs_item.overlay:before, .city_blog_fig.position:hover .theam_btn, .city_department_wrap .slick-prev:hover, .city_department_wrap .slick-next:hover, .city_department_wrap.overlay:before, .city_department_fig:hover, .city_about_video .overlay:before, .city_top_social ul li a, .city_main_banner .slick-prev:hover, .city_main_banner .slick-next:hover, .banner_text, .city_top_navigation, .city_top_news span
{
        background-color: #002375;
}

.city_event_wrap {
    background-color: #d4092b;
    background-image:none;
}

.city_top_social ul li a
{
    border-color:#002375;
}

.city_request_wrap
{
    margin-top:50px;
}

.city_event_wrap {
    background-color: #ffffff;
    background-image: none;
}

.city_department_wrap.overlay:before
{
    background-color: rgba(74, 74, 74, 0.11) !important;
}

.city_service_tabs_text ul
{
        margin-left: 20px;
}

.categories_list ul li a.selected
{
    color: #df193a;
}

footer .widget_wrap.overlay:before
{
    background-color:#b0b0b0 !important;
}

footer a {
    color: #d4092b;
}

footer a:hover {
    color: #fff;
}

.sab_banner
{
    background: rgba(0, 0, 0, 0) repeat scroll 0 0;
}

.sab_banner.overlay:before
{
    background:rgba(0,0,0,0.5);
}

.medium_text {
    font-size: 33px;
    color: #fff;
    line-height: 43px;
    margin-bottom: 4px;
}

.large_text, .ciy_jobs_caption h2, .city_job_text h2
{
    font-weight:normal;
}

.grid-section .container
{
    width:100%;
}

.newsTeaser
{
    padding:0px 40px;
}

.button-navi {
    position: fixed;
    z-index: 99999999;
    width: 80px;
    bottom: 40px;
    left: 0px;
    background-color: #fff;
    box-shadow: 2px 2px 2px #999;
    transition: left 0.3s linear;
}

.button-navi ul li
{
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    padding: 10px 0px;
    cursor:pointer;
    position:relative;
}

.button-navi ul li i
{
    font-size:39px;
}

.button-navi ul li span
{
    font-size: 11px;
    text-align: center;
    display: block;
    padding-top: 5px;
    line-height: 11px;
}

.zoomButtons {
    width: 150px;
    position: absolute;
    top: 0px;
    left: 83px;
    background: #e7e7e7;
    padding: 10px 0px;
    box-shadow: 2px 2px 2px #999;
}

.zoomButtons a
{
    display:inline-block;
}

#showAction {
    display: none;
    position: relative;
}

#showAction a i
{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 22px;
}

#showAction a span
{
   position: absolute;
    top: 46px;
    right: -2px;
    font-size: 10px;
    transform: rotate(-90deg);
}

.city_top_wrap .slick-slide {
    padding-left:20px;
    width: auto !important;
}

.navigation ul li ul li a {
    text-transform: unset;
}

.sab_banner_plainText {
    background: #666666;
    padding: 30px 0px 50px;
    background-image:none;
}

.sab_banner_plainText h1 {
    color:#ffffff;
    font-size:45px;
}

.breadcrumb-item a
{
    padding: 0px 5px;
}

.breadcrumb-item a:hover
{
    color: #df193a;
    background: #fff;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: auto;
    display: inline;
    vertical-align: center;
    margin: 0px !important;
    padding: 0px !important;
    height: auto !important;
    margin-right: 10px !important;
}

.pageWrapper
{
    float: left;
    width: 100%;
    padding:50px 0px;
}

.grid-section ul
{
    line-height: 24px;
}

.grid-section ul li
{
    font-size:15px;
    list-style: none;
}

.tab-links li, .city_service_tabs ul li, .side_contact_list li, .categories_list ul li
{
    list-style: none !important;
}

p a, p a strong {
    color: #d4092b;
}

.panel-heading i{
    float: right;
}

.city_department_text_empty {
    height: 70px;
    overflow: hidden;
    padding: 8px 0px 13px 20px;
}

/*** COMMON ****/
.white {
    color: #fff;
}


.light-grey
{
    color:#ccc;
}

.pt-1 {
    padding-top: 10px !important;
}

.mt-1
{
    margin-top:10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.mr-3 {
    margin-right: 30px !important;
}

.width50p
{
    width:50% !important;
}

.width100p
{
    width:100% !important;
}

.unorderedList li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

.unorderedList li:before {
    position: absolute;
    content: "\f105";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-family: fontAwesome;
    color: #8c8c8c;
    font-size: 16px;
}

/*** END COMMON ****/

.fc .fc-button:disabled {
    opacity: 1 !important;
    background-color: #d4092b !IMPORTANT;
    border-color: #d4092b !IMPORTANT;
}

.widget_text ul {
    margin-bottom: 0px;
}

.widget_text ul li a {
    color: #515151;
    font-size: 15px;
}

.section_heading h3 {
    margin: 0px 0px;
    font-weight: 600;
    line-height: 35px;
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: #d4092b;
    font-weight: 500;
}

.smallHeadline
{
    margin-bottom: 20px;
    display: block;
}

.search_amt_results{
    font-size:small;
}

.search_results li a:before{
    list-style: none !important;
    content:none !important;
}

.icon {
    padding: 5px;
    color: white;
    display: inline !important;
    margin-right: 10px;
}

/** SITE POINT ADD ON CLASSES **/
.umbraco-forms-field {
    margin-bottom: 40px;
}

.umbraco-forms-form input.text,
.umbraco-forms-field-wrapper .datepickerfield {
    max-width: 400px !important;
}

.umbraco-forms-field-wrapper input[type="textarea"] {
    max-width: 100% !important;
}

.umbraco-forms-form legend {
    padding-bottom: 12px;
}

.umbraco-forms-field-wrapper input[type="checkbox"] {
    float: left;
    position: relative;
    top: 3px;
}

.umbraco-forms-navigation .btn {
    background-color: #14284b;
    color: #ffffff;
}

.umbraco-forms-navigation .btn:hover {
    background-color: #d4092b;
    color: #ffffff;
}

.formatierungLeichteSprache p {
    font-size: 19px !important;
    line-height: 32px !important;
}

.formatierungLeichteSprache .grid-section ul li {
    font-size: 19px;
    list-style: none;
    margin-bottom: 15px;
}

.btnBlue {
    background-color: #14284b;
}

.validation-summary-errors {
    padding: 10px;
    color: #fff;
    background-color: #df193a;
    margin-bottom: 20px;
}

.field-validation-error {
    padding: 10px;
    color: #fff;
    background-color: #df193a;
}

.quickInfo {
    width: 100% !important;
    z-index: 10 !important;
    padding: 20px;
}

.quickInfo p
{
    color:#fff;
}

.city_blog_grid_text {
    position: relative;
    z-index: 11;
}

.city_blog_grid {
    min-height: 550px;
    border: 8px solid #e8e8e8;
}

.pt-5
{
    padding-top:50px;
}


.pb-5
{
    padding-bottom:50px;
}

.gallery-container .col-md-3
{
    margin-bottom:25px;
}

.sab_banner
{
    background-size:cover !important;
}

.fontBig {
    font-size: 20px;
}

.fontSmall {
    font-size: 12px;
}


.blauerBalken {
	font-size:18px;
	color:#ffffff;
	background-color:#002375;
	display:block;
	padding:15px 20px;
	margin-bottom:20px;
}

.showOnMobileAndTablet
{
    display:none !important;
}

.showOnMobileAndTablet h1 {
    font-size: 25px !important;
    text-align:center;
}

@media (max-width: 992px) {
    .umb-grid .col-md-1, .umb-grid .col-md-2, .umb-grid .col-md-3, .umb-grid .col-md-4, .umb-grid .col-md-5, .umb-grid .col-md-6, .umb-grid .col-md-7, .umb-grid .col-md-8, .umb-grid .col-md-9, .umb-grid .col-md-10, .umb-grid .col-md-11, .umb-grid .col-md-12 {
        padding-bottom: 30px;
    }
}


@media (max-width: 767px) {
   .grid-section ul li {
        margin-left: 20px;
    }

    .showOnMobileAndTablet {
        display: block !important;
        padding: 0px 10px 50px 10px;
    }
    
    .city_top_news {
        display: block;
        position: absolute;
        top: 105px;
        width:95%;
        height:100px;
    }
    
    .city_top_wrap {
        padding: 25px 0px 95px;
    }
    
    .city_top_wrap .slick-slider {
        width: 90%;
    }
    
    .city_service_list ul li:last-child {
        display: inline-block;
    }
}

@media (max-width: 576px) {
    .sab_banner_plainText h1
    {
        font-size: 25px;
    }
    
    h1 {
        font-size:33px;
    }
    
    h2 {
        font-size: 27px;
    }
    
    h3 {
        font-size: 20px;
    }
    
    h4 {
        font-size: 16px;
    }
    
    h5 {
        font-size: 10px;
    }
    h6 {
        font-size: 8px;
    }
    
    .city_service_list ul li {
        width: 100%;
        margin-bottom: 35px;
    }
    
    .city_service_list ul {
        margin-bottom: 40px;
    }
}

/* Veranstaltungskalender */
#calendar {
    width: 100% !important;
}

#calendar .fc-list-empty {
    width: 100% !important;
}

.fc,
.fc .fc-toolbar {
    display: inline-flex !important;
}

.fc .fc-scrollgrid {
    background-color: #f5f5f5;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 2px;
    white-space: normal;
    line-height: normal;
    background: #002375;
    color: #fff;
    padding: 3px;
}

.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
    display: none;
}

.eventListImage {
    width: 242px;
}

.city_event2_list2_row {
    position: relative;
    background-color: #fff;
}

table.fc-list-table > tbody > tr > td {
    line-height: 1;
}


element.style {
}

.city_blog_text.event2 .theam_btn {
    background-color: #333333;
}

.fc .fc-list-event-title a.theam_btn {
    color: #fff;
}

.fc .fc-list-event-title a.theam_btn:hover {
    background-color: #14284b;
}

.city_blog_text.event2 {
    /*width: auto;*/
    margin-left: 70px;
}

.fc .fc-list-event {
    background-color: #f5f5f5;
}

.eventSearchField {
    padding: 5px 10px;
    height: auto;
    margin-bottom: 15px;
}

.eventSearchSubmit,
a.toggleAllEventsButtons {
    font-weight: bold;
    padding: 10px 20px;
    width: 100%;
    background-color: #333333;
    color: #fff;
}

.eventSearchSubmit:hover,
a.toggleAllEventsButtons:hover {
    background-color: #14284b;
}

a.toggleAllEventsButtons {
    color: #fff;
    display: block;
    text-align:center;
}

.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: none !important;
}

.eventSearchIsActive {
    border: 1px solid #df193a;
    color: #df193a;
}

.removeEventSearchTerm {
    margin-bottom: 15px;
    display: block;
}

.categories_list ul li span {
    float: right;
}

@media (max-width: 766px) {
    .eventListImage {
        width: 100%;
    }
    .city_blog_text.event2 {
        margin-left: 0px;
    }

    button.fc-dayGridMonth-button,
    button.fc-listMonth-button {
        display: none !important;
    }
}