/*
Theme Name: KAMUNA
Layout: Content-Sidebar
*/
body {
    background-color: #151515;
    font: 13px/150% verdana,arial,sans-serif;
}

h1 {
    font-weight: lighter;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Dosis', verdana, arial, sans-serif;
    text-decoration: none;
    font-size: 1.9rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

h2 {
    font-weight: lighter;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Dosis', verdana, arial, sans-serif;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px;
}

h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 40px;
    font-family: 'Dosis', verdana, arial, sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

.entry-content a:hover {
    text-decoration: underline;
}

/********************************************************/
/****************** YEARLY COLOURS **********************/
/********************************************************/

.programm-teilnehmer,                                   /* PRGRAMMPLANER Maximale Teilnehmerzahl*/
#header-navi #menu-primary-menu .menu-item.current-menu-item:first-child a, /* Mobile SubMenu Active */
#header-navi #menu-primary-menu .menu-item.current-menu-item a,     /* Mobile Menu Active */

#site-navigation .current_page_item a,                  /* NAVIGATION CURRENT PAGE ACTIVE */
#menu-main-menu ul.sub-menu li.current-menu-item a,     /* NAVIGATION SUBNAVI ACTIVE */
span.meta-nav,                                          /* WEITERLESEN LINK */
#menu-main-menu ul.sub-menu li a:hover,                 /* NAVIGATION SUBNAVI HOVER */
#site-navigation a:hover {                              /* NAVIGATION HOVER */
    /* color: #CC518A; 2014 */
    /* color: #F84D28; 2015 */
    /* color: #99FF00; 2016 */
    /* color: #F9731D; /* 2017 */
    /* color: #00AFA3; /* 2018 */
    /* color: #F2FF19;  2019 */   
    color: #96bb37; /* 2020 */
}
.programm-teilnehmer, /* PROGRAMMPLANER Maximale Teilnehmerzahl // Grüne Linkfarbe beisst sich auf weiss */
a,
a:visited,
a:focus,
a:active,
a:hover   {
    /*color: #00AFA3; /* Grüne Linkfarbe beisst sich auf weiss */
    /* color: #6B701B;  2019 */
    color: #96bb37; /* 2020 */
}

.programmpunkt-wrapper.ui-state-active, /* Programmplaner Details einer Veranstaltung */
.programmpunkt-wrapper.ui-state-active.ui-state-hover, /* Programmplaner Details einer Veranstaltung */
.home-circle-icon-grid:hover,
.home-circle-icon-wrapper .grid_1:hover .home-circle-icon, /* HOME CIRCLE ICON HOVER */
.container_4 #container1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ui-accordion .ui-accordion-header.ui-accordion-header-active:hover, /* Programmliste Hover, wenn angeklickt */
.container_4 #container1 .bx-wrapper .bx-pager.bx-default-pager a.active {
    /* background: #CC518A; 2014 */
    /* background: #F84D28; 2015 */
    /*background: rgb(125, 208, 0);*/
    /*background: #00AFA3; 2081 */
    /*background: #F2FF19;  2019 */
    background: #96bb37; /* 2020 */
}


span.meta-nav {
    color: #9AA01E;
}

body {
    background-image: url("/wp-content/themes/kamuna/radial.jpg"); /* BG RADIATION */
    background-color: #151515; /* Standardwert */
    /* background-color: #030200; /* 2015 Sonderedition, weil mehrere Farbspektren */
    background-repeat: no-repeat;
    background-position: 50% -850px; /* Standardwert */
    /* background-position: 65% -850px; /* 2015 Sonderedition, weil mehrere Farbspektren */
    background: rgb(150,187,55);
    background: radial-gradient(circle at top, rgba(150,187,55,1) 0%, rgba(0,0,0,1) 50%);
}

/********************************************************/
/****************** YEARLY COLOURS END ******************/
/********************************************************/


/* 2021 */

.masterhead-logo img {
    width: 160px;
}

.next-kamuna-circle-bg {
    display: none;
}

/* LAYOUT
----------------------------------------------------------------------------------------------------*/

#page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    min-height: 100vh;
}
#masthead {
    padding: 30px 0;
    max-height: 127px;
}
#primary {
    background-color: #fff;
    max-width: 830px;
    min-height: 500px;
    padding: 30px 30px 100px 30px;
}
.content-area {
	float: left;
	margin: 0;
	width: 100%;
}
.site-main {
	margin: 0;
}
.site-content .widget-area {  /* SIDEBAR */
	float: right;
	width: 127px;
    margin-top: 8px;
}
.site-footer { /* FOOTER */
    clear: both;
    width: 100%;
    max-width: 830px;
    text-align: right;
    margin-bottom: 20px;
}


/* HEADER
----------------------------------------------------------------------------------------------------*/


.pre-buy-btn {
     display: none; /* // Vorverkauf Button ausblenden */
}


.masterhead-logo {
    max-width: 443px;
}

.pre-buy-btn {
    background-color: #fff;
    position: relative;
    width: 110px;
    height: 110px;
    top: -150px;
    border-radius: 100px;
    margin: 0 auto;
    margin-right: 210px;

    -webkit-transform: rotate(-5deg); /* chrome & safari*/
    -moz-transform: rotate(-5deg); /* firefox */
    -o-transform: rotate(-5deg); /* opera */
    transform: rotate(-5deg); /* explorer > 9 */

    -webkit-transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition: all .1s ease-in 0s;

    -webkit-box-shadow: 8px 8px 6px -10px #000;
    -moz-box-shadow: 8px 8px 6px -10px #000;
    box-shadow: 8px 8px 6px -10px #000;

}

.pre-buy-btn:hover {

    top: -145px;

    -webkit-transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition: all .1s ease-in 0s;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}
.pre-buy-btn:hover a {
    color: #000;
}

.pre-buy-btn a {
    font-family: 'Dosis', verdana, arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 125%;
    color: #000;
    padding: 48px 11px 14px 7px;
    display: block;
    text-align: center;
}


/* SIDEBAR / NAVIGATION
----------------------------------------------------------------------------------------------------*/

#site-navigation {
    color: #ffffff;
    font-weight: lighter;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Dosis', verdana, arial, sans-serif;
    text-decoration: none;
    font-size: 1.84rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#site-navigation a {
    color: #fff;
}
.sub-menu {
    /* display: none; Soll immer sichtbar sein */
}

.current-menu-item .sub-menu,
.current-menu-ancestor .sub-menu {
    display: block;
}
.main-navigation ul.sub-menu li a {
    font-family: verdana, arial, sans-serif;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.6;
    text-transform: none;
    letter-spacing: normal;
}

.main-navigation ul.sub-menu li:last-child {
    margin-bottom: 10px;
}


/* FOOTER
----------------------------------------------------------------------------------------------------*/

.site-footer-institutions-wrapper {
    background-color: #EAEAEA;
    padding: 30px;
    text-align: left;
    color: #666;
}

.site-footer-institutions-wrapper a {
    color: #666;
    text-decoration: none;
}
.site-footer-institutions-wrapper a:hover {
    text-decoration: underline;
}
.site-info {
    margin-top: 5px;
    color: #fff;
}
.site-info a {
    color: #fff;
    text-decoration: none;
 }
.site-info a:hover {
    text-decoration: underline;
}

.slash-seperator:last-child { /* letzten / ausblenden */
    display: none;
}


/* CONTENT ELEMENTS
----------------------------------------------------------------------------------------------------*/

.fa { /* ICON FONT */
    font-size: 2.0em;
    -webkit-transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition: all .1s ease-in 0s;
    text-decoration: none;
    vertical-align: middle;
}

.fa:hover {
    text-decoration: none;
}

.fa-trash-o { /* Merkliste */
    position: absolute;
    right: 0;
    top: 35px;
}

.icon-wrapper {
    display: table-cell;
    text-align: center;
}

.hinweis {
    padding: 30px;
    background-color: #eaeaea;
    margin: 60px 0 0;
}

.fa-info { /* Hinweis Icon */
    font-size: 3em;
    color: #fff;
}
.icon-time { /* Veranstaltungsdauer Icon */
    font-size: 1.4rem;
    color: #888;
    top: -1px;
    position: relative;
}

.info-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #000;
    float: left;
    margin-right: 30px;
    text-align: center;
    padding-top: 10px;
}

.trennstrich {
    clear: both;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

ul, ol {
    margin: 0 0 1.5em 1em;
}
/* Bildergroßansicht */

.jp-carousel-image-meta { /* Bild Großansicht: Meta Daten ausblenden */
    display: none;
}
.jp-carousel-wrap {
    cursor: pointer;
}

.jp-carousel-wrap,
.jp-carousel-wrap .jp-carousel-overlay {
    background: rgba(0, 0, 0, 0.6)!important;
    height: 100%!important;
}

.jp-carousel-wrap .jp-carousel-left-column-wrapper {
    width: 100%!important;
}
.jp-carousel-wrap .jp-carousel-info h2 {
    letter-spacing: 0.05em!important;
    text-transform: uppercase!important;
    font: lighter 19px/1.9rem 'Dosis', verdana, arial, sans-serif!important;
    text-decoration: none;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

/* Bildergroßansicht Ende */

.grid_1.institution-item {
    cursor: pointer;
    margin-bottom: 30px;
    vertical-align: top;
}

.institution-image {
    max-height: 112px;
    overflow: hidden;
}

.hinweismeldung {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 20px;
    background-color: #eaeaea;
}

.meta-text,
.post-date { /* Veröffentlichungsdatum */
    color: #888;
    font-style: italic;
}

span.meta-nav:hover { /* Weiterlesen Element */
    text-decoration: underline;
}




/* KONTAKT >> .page-id-31
----------------------------------------------------------------------------------------------------*/

.page-id-31 .entry-content figure {
    width: 170px!important; /* wp originalgröße überschreiben, wegen retina */
    margin-top: -5px;
}

.feedback {
    padding-top: 30px;
}


/* VORVERKAUF >> .page-id-427
----------------------------------------------------------------------------------------------------*/

.vvk-content-h1 {
    margin-bottom: 0;
}

.page-id-427 .container_4 .grid_4 {
    margin-bottom: 50px;
}

.page-id-427 .container_4 .grid_2 {
    margin-bottom: 24px;
    min-height: 220px;
}

.page-id-427 td {
    font-weight: normal;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    line-height: 1.2;
    height: 30px;
    padding: 10px 0;
}

.page-id-427 td.table-headline {
    font-weight: bold;
    padding-top: 40px;
}

.page-id-427 .container_4 .reservix-banner {
    margin: 6.8em 8em 0 0;
}

.online-buy {
    height: 219px;
    background-color: #FE9833;
}

.online-buy-btn {
    background-color: #000;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 20px;
    position: absolute;
    top: 10px;

    -webkit-transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition: all .1s ease-in 0s;
    -webkit-box-shadow: 8px 8px 6px -10px #000;
    -moz-box-shadow: 8px 8px 6px -10px #000;
    box-shadow: 8px 8px 6px -10px #000;
    right: 30px;

}

.online-buy:hover {
    cursor: pointer;
}

.online-buy:hover .online-buy-btn {

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);


    -webkit-transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition: all .1s ease-in 0s;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}


.online-buy-btn:hover a {
    text-decoration: none;
}

.online-buy-btn a {
    font-family: 'Dosis', verdana, arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    line-height: 125%;
    padding: 30px 7px 14px 7px;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    font-weight: lighter;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* PARTNER >> .page-id-23
----------------------------------------------------------------------------------------------------*/

.page-id-23 .coop-partner-headline { /* Abstand der Überschrift */
    padding-top: 10px;
}

.partner-wrapper,
.coop-partner-wrapper {
    text-align: center;
}

.partner-image {
    max-width: 170px;
    width: 170px;
    margin-bottom: 30px;
}

.partner-image .post-id-841 { /* Neue Welle Logo */
    max-width: 110px;
}


/* RÜCKBLICK ÜBERSICHTSSEITE >> .page-id-29
----------------------------------------------------------------------------------------------------*/

.page-id-29 .container_4 .grid_1 {
    width: 120px;
    padding-left: 20px;
    margin-right: 20px;
    float: left;
}

.page-id-29 .container_4 .grid_3 {
    width: 620px;
    padding-right: 10px;
}

.page-id-29 h2 {
    margin-bottom: 10px;
    margin-top: 11px;
}

.page-id-29 h2 a {
    color: #000;
}

.page-id-29 .rueckblick-item {
    min-height: 132px;
    cursor: pointer;
    border-bottom: 1px dotted #ccc;
    padding: 16px 0 15px;
    display: flex;
}

.page-id-29 .rueckblick-item:last-child {
    border-bottom: none;
}
.page-id-29 .rueckblick-item:hover {
    background-color: #F8F8F8;
}
.page-id-29 .rueckblick-btn {
    width: 170px;
    float: left;
    padding-bottom: 10px;
}

.page-id-29 .rueckblick-teaser {
    width: 570px;
    overflow: hidden;
    float: right;
    cursor: pointer;
}



/* INSTITUTION >> SINGLE DETAILSEITE .single-institution
----------------------------------------------------------------------------------------------------*/

.single-institution .institution-details {
     margin-top: -32px; /* trennstrich Abstand Unten Korrektur */
}

.single-institution .container_4 .grid_2 {
    margin-bottom: 22px; /* trennstrich Abstand Oben Korrektur */
}

/* HOME / STARTSEITE >> custom_home.php
----------------------------------------------------------------------------------------------------*/

.home .entry-content {
    margin-top: 0;
}

.text-container {
    padding: 30px;
    background-color: #EAEAEA;
    margin-top: -5px;
}
.home-heading-container {
    /*    background-color: #141414; */
    
    background-color: rgba(138, 176, 74, 1);
    padding: 33px 15px 33px 15px;
    color: #fff;
    font-size: 3.5rem;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Dosis', verdana, arial, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-text-wrapper .grid_2 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.home-text-wrapper img {
    width: 100%;
}

.home-circle-icon-wrapper .home-circle-icon {
    background-color: #EAEAEA;
    padding: 23px 0;
    float: none;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}

.home-circle-icon-wrapper {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 13px;
}

.home-circle-icon-wrapper .grid_1:hover .home-circle-icon {
    -webkit-transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition: all .1s ease-in 0s;
}


.home-circle-icon-wrapper .grid_1 {
    cursor: pointer;
}

.home-circle-icon-wrapper h2 a {
    color: #000;
}

.home-circle-icon-wrapper h2 a:hover {
    text-decoration: none;
}

.home-circle-icon-wrapper .grid_1:hover .home-circle-icon .fa { /* ICON FONT HOVER */
    color: #fff;
    display: block;
    -webkit-transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition: all .1s ease-in 0s;
}

.junge-kamuna-grid {
    position: relative;
}


.junge-kamuna-circle-bg {
    background-color: #141414;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.junge-kamuna-icon-wrapper {
    text-align: center;
    padding-top: 15px;
    padding-right: 5px;
}

.next-kamuna-circle-bg {
    background-color: #141414;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    position: absolute;
    top: 5px;
    right: 20px;
}
.next-kamuna-icon-wrapper {
    text-align: center;
    padding: 21px 15px 15px 15px;
    color: #fff;
    line-height: 1;
}

.home-text-wrapper .junge-kamuna-icon {
    width: 35px;
}

.newsarchiv-link-wrapper {
    position: relative;
    top: -10px;
    text-align: right;
    z-index: 100;
    display: none;
}

.counter-box {
    min-height: 280px;
    margin-top: -15px;
}

.counter-wrapper h2 {
    max-width: 180px;
    float: left;
}

.counter-wrapper .home-circle-icon {

    color: #fff;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Dosis', verdana, arial, sans-serif;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.9rem;

    float: right;
    background-color: #000;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin: -9px -5px 0 0;
    padding: 13px;
}

.counter-text {
    clear: both;
}
/*
.facebook-wrapper {
    padding: 15px;
    padding-bottom: 0;
    border: 1px solid #EAEAEA;
    margin-top: -15px;
    margin-bottom: 30px;
}*/ 

.facebook-wrapper { 
    padding: 15px;
    border: 1px solid #EAEAEA;
    margin-top: -15px;
    }

.facebook-wrapper a {
    color: #000;
}

.facebook-wrapper .fa-facebook {
   padding-right: 10px;
    color: #000;
}

.twitter-wrapper {
    padding: 15px;
    border: 1px solid #EAEAEA;
}
.twitter-wrapper a {
    color: #000;
}

.twitter-wrapper .fa-twitter {
    color: #4099ff;
    padding-right: 10px;
}

.twitter-wrapper { /* Twitter ausblenden */
    display: none;
}

.instagram-wrapper {
    padding: 15px;
    border: 1px solid #EAEAEA;
    margin-top: 20px;
}

.instagram-wrapper .fa-instagram {
    padding-right: 10px;
    color: #000;
}

.instagram-wrapper a {
    color: #000;
}

/* NEUIGKEITEN ARCHIV >> ÜBERSICHTSSEITE .news-archive
----------------------------------------------------------------------------------------------------*/

.news-archive .grid_1 {
    float: left;
}

.news-archive .news-item {
    cursor: pointer;
    border-bottom: 1px dotted #ccc;
    padding: 23px 0 5px 0;
    display: flex;
}

.news-archive .news-item:last-child {
    border-bottom: none;
}

.news-archive .news-item:hover {
    background-color: #F8F8F8;
}

.news-archive h2 {
    margin-bottom: 0;
}

.news-archive .news-thumbnail {
    width: 170px;
    min-height: 101px;
    max-height: 120px;
    margin-top: 6px;
}

.news-archive .news-text-wrapper {
    padding: 0 10px 0 3px;
}



/* NEUIGKEITEN >> SINGLE DETAILSEITE .single-post
----------------------------------------------------------------------------------------------------*/

.single-post .post-thumbnail-wrapper {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 23px; /* ergibt 30px, wegen der line-height der H1 */
}

.single-post h1 {
    margin-bottom: -2px;
    border-bottom: none;
}



/* SLIDER
----------------------------------------------------------------------------------------------------*/

#container1 .bx-wrapper .bx-viewport {
    max-height: 290px;
    display: block;
}

.container_4 #container1 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc;
}

.advps-slide h2 {
    max-height: 290px;
    padding: 0 20px;
}

.advps-slide h2 a {
    font-size: 2rem!important;
    line-height: 100%!important;
}

.entry-content .advps-slide a:hover {
    text-decoration: none;
}

.advps-slide-container {
    z-index: 300;
}

.bx-controls-direction a:hover,
.bx-controls-direction a {
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    transition: 0;
}

.bx-wrapper {
    margin: 0 auto 20px;
}

.bx-controls-direction {
    display: none;
}

#container1:hover .bx-controls-direction {
    display: block;
}

.bx-wrapper .bx-pager {
    width: 200px;
}


/* LAGEPLAN
----------------------------------------------------------------------------------------------------*/

.wpgmp_location_title {
    display: inline;
}

.wpgmp_category_container {
    background: #fff;
    box-shadow: none;
    -ms-box-shadow: none;
    width: 101.1%;
    position: absolute;
    left: 0;
    top: 424px;
    padding: 0px;
}

.wpgmp_toggle_container {
    display:none;
}

.wpgmp_listing_container {
    margin-top: 85px;
}

.wpgmp_category_main_container img {
    max-width: initial; /* dm: ansonsten verziehen sich die Bilder innerhalb der Map */
}

.wpgmp_category_container .wpgmp_category_tabs {
    display: none;
}

.wpgmp_locations {
    margin: 10px 10px 0 0px;
}

#post-12 h1 {
    margin-bottom: -10px;
}

.wpgmp_locations_content {
    margin: 0px 0px;
}

.wpgmp_locations {
    margin: 0px 0px 0 0px;
    border: none;
    border-bottom: 1px dotted #E9E9E9;
}

#wpgmp_locations_listing1 {
    width: 100%;
}

.wpgmp_category_container .wpgmp_categoriese {
    margin: 0 1% 0 0;
    padding: 0px 15px;
    width: 32.33%;
    height: 40px;
    display: inline-block;
    position: relative;
}

.wpgmp_categoriese .location-listings:last-child .location-slash {
    display:none;
}

.location-listings {
    display: inline;
}

.location-slash {
    color: #aaa;
}

input#hospital-chk {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 8px;
    top: 0;
    cursor: pointer;
    z-index: 1000;
}

.wpgmp_category_container .wpgmp_categoriese .wpgmp_cat_title {
    color: #000000 !important;
    font-size: 15px !important;
    margin-top: 0;
    display: inline-block;
    padding: 0;
    position: relative;
    top: 10px;
}

.wpgmp_category_container .arrow img {
    height: 26px;
    margin-top: -3px;
}

.bgmp_placemark
{
    width: 450px;
    height: 350px;
}
.gm-style-iw {
    width: 145px;
    min-height: 30px;
}

/* PROGRAMM >> .page-id-4
----------------------------------------------------------------------------------------------------*/

.facetwp-slider-reset {
    display: none; /* Filter Button zurücksetzen ausblenden */
}

.facetwp-type-checkboxes,
.facetwp-type-hierarchy {
    max-height: 600px!important;
    min-height: 138px;
}
.facetwp-dropdown {
    width: 100%;
}

.facetwp-facet-uhrzeit .facetwp-checkbox {
    display: inline-table;
    padding-right: 30px;
    min-width: 177px;
}

.facetwp-facet-themengebiet .facetwp-checkbox,
.facetwp-facet-art_der_veranstaltung .facetwp-checkbox {
    display: inline-table;
    padding-right: 30px;
    min-width: 231px;
}

.facetwp-facet {
    margin-bottom: 23px!important;
}

.page-id-4 .filter-container h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 1.7rem;
}

.page-id-4 .filter-container .grid_3 {
    width: 540px;
}


#accordion-filter .ui-state-default {
    border-bottom: 0;
    border-top: none;
    background-color: #DFDFDF;
    padding-left: 30px;
}

#accordion-filter .ui-accordion-content {
    padding: 1em 30px;
    margin-left: -30px;
    margin-right: -30px;
    border: none;
    background-color: #DFDFDF;
    background: none;
}
#accordion-filter h3 {
    margin-left: -30px;
    margin-right: -30px;
    text-transform: none;
    font: 13px/150% verdana,arial,sans-serif;
    color: #000;
}

#accordion-filter h3:hover {
    text-decoration: underline;
}


.facetwp-template .ui-accordion .ui-accordion-icons {
    padding-left: 0;
}

.page-id-4 h1 {
    margin-bottom: 10px;
}

.page-id-4 .trennstrich {
    margin-top: 20px;
}


.reset-button {
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.reset-button:hover {
    text-decoration: underline;
}

.facetwp-counter {
    color: #888;
}

.filter-header-name {
    float:left;
}

.programm-header-merken {
    text-align: right;
    float: right;
}
.programm-header-merken h3.merken {
    display: inline;
    padding-left: 13px;
    margin-left: 10px;
    border-left: 1px solid #9E9E9E;
}

.merken-link {
    display: inline;
}

.programm-header-name h3,
.programm-header-merken h3 {
    margin-top: 0;
}
.programm-header-name {
    float: left;
    min-width: 205px;
    margin-right: 30px;
}

.programm-sort {
    padding: 0 30px 30px 0;
    float: left;
}

.programm-header {
    border-bottom: 3px solid #ccc;
    height: 50px;
    padding: 20px 0;
}

.filter-container {
    width: 100%;
    background-color: #eaeaea;
    margin-bottom: 30px;
    padding: 30px 30px 0;
}
/* Programmliste */

.programm-titel {
    color: #1a1a1a;
    font-family: 'Dosis', verdana, arial, sans-serif;
    text-transform: none;
    font-size: 2rem!important;
}
.programm-uhrzeit {
    font-family: verdana,arial,sans-serif;
    color: #222;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.2rem!important;
    vertical-align: top;
    display: inline-block;
    margin: 3px 10px 0 10px;
    background-color: #EAEAEA;
    padding: 5px;
}

.programmpunkt-wrapper {
    font-family: verdana,arial,sans-serif;
    color: #888;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.2rem;
}

.programm-dauer {
    font-family: verdana,arial,sans-serif;
    color: #888;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.1rem;
    margin: 0;
}

.programm-teilnehmer {
    display: block;
}

/* jQuery UI */

.ui-accordion .ui-accordion-icons {
    padding-right: 38px;
}
.ui-accordion .ui-accordion-header {
    margin: 0;
    padding: 18px 38px 23px 0;
}

.ui-accordion .programmpunkt-wrapper:hover::after {
    content: "Mehr Details";
    font-size: 1.1rem;
    margin: 0;
    display: inline-block;
    position: absolute;
    right: 18px;
    bottom: 14px;
}

.ui-accordion .programmpunkt-wrapper.ui-state-active.ui-state-hover::after,
.ui-accordion .programmpunkt-wrapper.ui-state-active .programm-art,
.ui-accordion .programmpunkt-wrapper.ui-state-active.ui-state-hover .programm-art,
.ui-accordion .programmpunkt-wrapper.ui-state-active .programm-dauer,
.ui-accordion .programmpunkt-wrapper.ui-state-active.ui-state-hover .programm-dauer,
.ui-accordion .programmpunkt-wrapper.ui-state-active .programm-teilnehmer {
    /* Aktive offene Veranstaltung oberen Details ausblenden */
    display: none;
}
.ui-accordion .programmpunkt-wrapper.ui-state-active .programm-uhrzeit {
    background-color: rgba(255, 255, 255, 0.4)!important;
}
.ui-accordion .programmpunkt-wrapper.ui-state-active .programm-titel,
.ui-accordion .programmpunkt-wrapper.ui-state-active .programm-ort a {
    /* Aktive offene Veranstaltung Überschrift weiß */
    color: #fff!important;
}

.ui-accordion .programmpunkt-wrapper.ui-state-active.ui-accordion-header {
    /* Aktive offene Veranstaltung Header kleiner */
    padding: 18px 38px 13px 0;
}
.ui-accordion .ui-accordion-header:hover {
    background-color: #f8f8f8;
}

.remember-checkbox {
    position:absolute;
    height:20px;
    display:block;
    right:15px;
    top:18px
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none;
    border-bottom: 1px dashed #ccc;
    background: none;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}

.ui-widget-content {
    border: none;
    border-bottom: 1px dotted #d3d3d3;
}

.ui-widget-content p {
    font: 13px/150% verdana,arial,sans-serif;
}

.ui-accordion-content-active .su-spoiler-content {
    background-color: #f8f8f8;
}

.ui-accordion-header-active {
    background-color: #ededed;
    border-bottom: 0;
}

.ui-accordion .ui-accordion-content {
    padding: 0;
}

.su-spoiler-content {
    padding: 21px 78px;
}
.su-spoiler-content p {
    margin-bottom: 0.5rem;
}

.su-spoiler-content p:first-child {
    margin-bottom: 23px;
}

#accordion .label {
    font-weight: bold;
    font-size: 1.2rem;
}

.facetwp-counts {
    display: inline;
}

.programmpunkt-wrapper span {
    font-size: 1.1rem;
}

.programm-click {
    float: right;
}

.programm-ort {
    display: block;
    margin-bottom: 11px;
}
.programm-main-info {
    display: inline-block;
    max-width: 650px;
    padding-left: 10px;
}
/* Verkehr/Shuttles >> .page-id-14
----------------------------------------------------------------------------------------------------*/

.page-id-14 .wpgmp_listing_container {
    display: none;
}

.page-id-14 .wpgmp_category_main_container {
    margin-bottom: 180px;
}

.page-id-14 h3 {
    margin-top: 10px;
}

.page-id-14 .container_4 .grid_1 {
    vertical-align: top;
    width: 29%;
}

.page-id-14 .grid_wrapper {
    margin-top: 50px;
}

.shuttle-bus {
    width:100%;
    height:4px;
}
.shuttle-bus-1 {
    background-color: #FF0000;
}
.shuttle-bus-2 {
    background-color: #0000ff;
}
.shuttle-tram {
    background-color: #000000;
}



/* Merkliste
-----------------------------------------------------------------------------------------------------*/

.sharing-footer {
    margin-top: 27px;
}

.sharing-footer .print-btn {
    display: inline;
    padding-left: 13px;
    margin-left: 10px;
    /* border-left: 1px solid #9E9E9E; */
    cursor: pointer;
}

.sharing-footer .print-btn .fa-print {
    font-size: 1.5em;
    margin: 0 5px 0 10px;
}



/* MOBILE MENU
-----------------------------------------------------------------------------------------------------*/

#header-navi {
    display: none;
}

#header-accordion h3 {
    color: #fff;
    text-align: right;
    padding-right: 0;
}

#header-accordion .ui-state-default {
    border-bottom: none;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}
#header-navi .ui-widget-content,
#header-accordion.ui-widget-content,
#header-accordion.ui-accordion-content-active .su-spoiler-content,
#header-accordion.ui-accordion-header-active,
#header-accordion.ui-accordion .ui-accordion-header,
#header-accordion.ui-accordion .ui-accordion-header:hover {
    background: none;
    background-color: transparent;
    border-bottom: none;
}

#header-navi .menu-primary-menu-container {
    border-bottom: 1px solid #fff!important;
}

#header-navi #menu-primary-menu .menu-item {
    list-style: none;

}
#header-navi #menu-primary-menu .menu-item a {
     color: #ffffff;
     font-weight: lighter;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     font-family: 'Dosis', verdana, arial, sans-serif;
     text-decoration: none;
     font-size: 1.84rem;
     line-height: 1.5;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}


#header-navi .menu-item:last-child { /* Submenü Trennung */
    margin-bottom: 20px;
}

#header-navi #menu-primary-menu .menu-item.current-menu-item:first-child .sub-menu li a {
    color: #fff;
}

.page-id-6 .sub-menu li a { /* Q&D KAMUNA Übersichtsseite SubMenü */
    color: #fff!important;
}


.page-id-4 .js-remove-button {
    display: none;
}


.ui-accordion .programmpunkt-wrapper.ui-state-active .programm-titel, .ui-accordion .programmpunkt-wrapper.ui-state-active .programm-ort a {
    color: #000!important;
}


/* Corona PopUp */

#popmake-3565 p {
    font-family: 'Dosis', verdana, arial, sans-serif;
}
