.oswald {
	font-family: 'Oswald', sans-serif;
}
.text-red {
    color: #e30613;
}

.leaflet-marker-icon {
    width:32px;
}
.destination_note {
    font-size:0.75em;
}

/* Anpassung PC 29.3. / siehe Zeile 32 in M:\Kontakt\Verwaltungen\Berleburg,Stadt\Kundenprojekte\Willkommenskultur 4.0\Bugfix\2022-03-29_StadtBLB_Testplan_WKK4_zusammengefasst.xlsx */
.poi-kategorie-dropdown .accordion {
	border-bottom: 1px solid black;
}
#blb_fullscreen .destination_note {
    margin-left:35px;
}

.poi-choosen-filter {
    min-height: 50px;
    padding-top: 30px;
}
.poi-choosen-filter .unstyled-list,
.poi-choosen-filter .unstyled-list li {
    margin-bottom: 0;
}
.poi-choosen-filter .unstyled-list li {
    display: inline-block;
    border: 1px solid #161615;
    -webkit-border-radius: 5px;
	border-radius: 5px;
    padding: 2px 12px 4px 12px;
    margin-bottom: 10px;
    margin-left: 5px;
    cursor: pointer;
}
.poi-choosen-filter .unstyled-list li:first-child {
    margin-left: 0;
}
.poi-choosen-filter .unstyled-list li:hover {
    opacity: 0.25;
}
.poi-choosen-filter .unstyled-list li > i[class*="fa"] {
    font-size: 13px;
    vertical-align: middle;
}

.poi-search-bar-wrapper {
    position: relative;
    margin-bottom: 60px;
}
.poi-search-bar-wrapper.wrapper {
    margin-bottom: 30px;
    padding: 0;
}
.poi-search-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	justify-content:space-between;
	align-content:center;
}
@media screen and (max-width: 767px) {
    .poi-search-bar {
        justify-content: flex-start;
    }
}
.poi-search {
	background-color: #fff;
	display: inline-block;
	flex-grow: 1;
	position: relative;
	min-width: 150px;
	font-size: 1rem;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
@media screen and (max-width: 767px) {
    .poi-search {
        flex-grow: 1;
        width: 100%;
        margin-bottom: 10px;
    }
}
.poi-search input {
    height: auto;
    padding: 12px 0 12px 15px;
    margin: 0;
    border: none;
    background-color: #f2efee;
}
@media screen and (max-width: 767px) {
    .poi-search input {
        font-size: 1em;
        padding: 7px 0 8px 15px;
    }
}
.poi-search button {
	font-size: 23px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 55px;
	color: #242221;
	background-color: #FFCC01;
	line-height: 0.8;
}
.poi-sort-select {
    margin-left: 15px;
}
@media screen and (max-width: 767px) {
    .poi-sort-select {
        margin-left: 0;
    }
}
.poi-sort-select select,
#SFm .poi-sort-select select {
    height: auto;
    background-color: #f2efee;
    border: none;
    padding: 5px 15px;
    margin-bottom: 0;
    cursor:pointer;
}
.poi-filter-select {
    position: relative;
}
button.poi-filter {
    display: flex;
    align-items: center;
    background-color: #f2efee;
	padding: 0 20px;
	margin-left: 15px;
	cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
button.poi-filter:hover,
button.poi-filter:focus,
button.poi-filter.tab-focus,
button.poi-filter.active {
    color: #fff;
    background-color: #0068b4;
}
button.poi-filter i:first-child {
    margin-right: 7px;
    font-size: 1.095em;
}
button.poi-filter i:last-child {
    margin-right: 0px;
    margin-left: 7px;
    font-size: .714285em;
    line-height: 1.93333em;
}
button.poi-filter i:last-child.flip-x {
    -moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
button.poi-filter .text-inner {
    -webkit-user-select: none;
    user-select: none;
}
.poi-kategorie-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    top: calc(100% + 12px);
    left: 15px;
    z-index: 50;
    min-width: 320px;
    background-color: #0068b4;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px){
    .poi-kategorie-dropdown {
        left: -110px;
        right: 0;
    }
}
.poi-kategorie-dropdown input[type="checkbox"] {
	vertical-align: middle;
}
.poi-kategorie-dropdown .kat-title {
    display: block;
    padding: 9px 0 12px 15px;
    color:#fff;
}
.poi-kategorie-dropdown .ikiss_catselect .unstyled-list .unstyled-list {
	margin: 0;
}
.poi-kategorie-dropdown .ikiss_catselect {
    max-height: 600px;
    background-color: #f2efee;
    margin: 0 15px;
    overflow-y: auto;
}
.poi-kategorie-dropdown .ikiss_catselect li {
    margin: 0;
}
.poi-kategorie-dropdown .ikiss_catselect li label {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 5px 15px;
    margin-bottom: 0;
}
.poi-kategorie-dropdown .ikiss_catselect .level-3 li label {
    padding-left: 30px;
}
.poi-kategorie-dropdown .ikiss_catselect li label:hover {
    background-color: #FFCC01;
}
.poi-kategorie-dropdown .anwenden,
.poi-kategorie-dropdown .zuruecksetzen {
    display: block;
    float: left;
    width: 50%;
    font-size: 0.905em;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #0068b4;
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
}
.poi-kategorie-dropdown .zuruecksetzen {
    border-left: 1px solid #fff;
}
.poi-kategorie-dropdown .anwenden i[class*="fa"],
.poi-kategorie-dropdown .zuruecksetzen i[class*="fa"] {
    line-height: 1;
    vertical-align: baseline;
    color: #ffd618;
}

.poi-choosing-view {
    display:flex;
    align-items:stretch;
    margin-left:15px;
}
@media screen and (max-width: 767px) {
    .poi-choosing-view {
        flex-grow: 1;
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
        height: 40px;
    }
}
.poi-choosing-view button {
    padding:0 15px;
    background-color:#f2efee;
}
.poi-choosing-view i[class*="fa"] {
    margin-right: 0;
    line-height: 1;
    font-size: 1.095em;
    vertical-align: baseline;
}
button[class*="btn-poi"].active i[class*="fa"] {
    margin-right: 5px;
}
.poi-choosing-view button.btn-poi-map {
	cursor:pointer;
}
.poi-choosing-view button.btn-poi-list {
    border-left:1px solid rgba(0,0,0,.25);
    cursor:pointer;
} 
.poi-choosing-view button.btn-poi-gallery {
    color: #414141;
    background-color:#f2efee;
    border-left:1px solid rgba(0,0,0,.25);
	cursor:pointer;
}
button[class*="btn-poi"] {
    -webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

button[class*="btn-poi"].active {
    color: #fff;
    background-color: #414141;
}

.icon-desc {
    display: none;
    -webkit-user-select: none;
    user-select: none;
}
button[class*="btn-poi"].active .icon-desc {
    display: inline-block;
}
button[class*="btn-poi"].active .icon-desc + .sr-only {
    display: none;
}
button[class*="btn-poi"]:not(.active):hover,
button[class*="btn-poi"]:not(.active):focus,
button[class*="btn-poi"]:not(.active).tab-focus {
    background-color: #0068b4;
    color:#fff;
}

.poi-kategorie-dropdown .accordion-title {
	font-weight: 400;
}

.poi-kategorie-dropdown .accordion-title i[class*="fa-"] {
	font-size: 0.762rem;
	font-weight: 400;
	color: #414141;
}
.poi-kategorie-dropdown .accordion-title i[class*="fa-"].flip-x {
	color: #414141;
}
.poi-kategorie-dropdown .accordion-title::after {
	display: none;
}
.poi-kategorie-dropdown .accordion-container {
    padding: 0;
    margin: 0;
}

h3.ergebnis {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 1rem;
    font-weight: 400 !important;
    margin: 0;
}

.bg-blau {
    background-image: url(assets/img/bg_blau.svg);
}
.bg-braun {
    background-image: url(assets/img/bg_braun.svg);
}
.bg-gruen {
    background-image: url(assets/img/bg_gruen.svg);
}
.bg-lila {
    background-image: url(assets/img/bg_lila.svg);
}
.bg-orange {
    background-image: url(assets/img/bg_orange.svg);
}
.bg-tuerkis {
    background-image: url(assets/img/bg_tuerkis.svg);
}
span[class*="bg-"] {
    display: block;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
}
span[class*="bg-"] img {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 19px;
    margin: auto;
    image-rendering: -webkit-optimize-contrast;
}


/* Kartenansicht */
#blb_fullscreen {
    position: relative;
    height: 700px;
}  
#blb_map {
    height: 100%;
    max-height: 100vh;
}
#blb_adrlist {
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #fff;
}
#blb_adrlist > .row {
    padding: 10px 20px;
    margin: 0;
}
#blb_adrlist > .row > .column-3,
#blb_adrlist > .row > .column--md-2 {
    float: none;
    width: 100%;
}
#blb_adrlist > .row > .gmc_adrlist_link {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
#blb_adrlist > .row > .gmc_adrlist_link a,
#blb_adrlist > .row > .gmc_adrlist_link a:link,
#blb_adrlist > .row > .gmc_adrlist_link a:visited,
#blb_adrlist > .row > .gmc_adrlist_link a:hover,
#blb_adrlist > .row > .gmc_adrlist_link a:focus {
	min-height: 0;
	color: #414141;
	border-bottom: none;
}
#blb_adrlist > .row > .gmc_adrlist_link .image-single {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
#blb_adrlist > .row > .gmc_adrlist_link .image-single > img {
    max-height: 100px;
    object-fit: cover;
}
#blb_adrlist > .row > .gmc_adrlist_link .image-single .icon {
    position: absolute;
    top: -12px;
    left: -10px;
    overflow: hidden;
}
#blb_adrlist > .row > .gmc_adrlist_link .image-single .icon span[class*="bg-"] {
    width: 50px;
    height: 60px;
}
#blb_adrlist > .row > .gmc_adrlist_link .image-single .icon span[class*="bg-"] img {
    left: 6px;
    width: auto;
    max-height: 26px;
}
#blb_adrlist > .row > .gmc_adrlist_link .dd-category {
    font-size: 0.857em;
    color: #757474;
}
#blb_adrlist > .row > .gmc_adrlist_link b.title {
    display: block;
    font-size: 0.905em;
}
#blb_adrlist > .row > .gmc_adrlist_link .text-right {
    margin: 0;
}
#blb_adrlist > .row > .gmc_adrlist_link .text-right > button {
    font-size: 0.857em;
    background-color: transparent;
}
#blb_adrlist > .row > .gmc_adrlist_link .text-right > button i {
    vertical-align: middle;
    margin-right: 0;
}

.marker-cluster {
    width: 38px !important;
    height: 38px !important;
    margin-top: -19px !important;
    margin-left: -19px !important;
}
.marker-cluster-large,
.marker-cluster-medium,
.marker-cluster-small {
    background-color: #ffd618 !important;
}
.marker-cluster-large div,
.marker-cluster-medium div,
.marker-cluster-small div {
    background-color: #414141 !important;
}
.marker-cluster div {
	width: 34px !important;
	height: 34px !important;
	margin-left: 2px !important;
	margin-top: 2px !important;
    color: #fff;
    background-color: #414141;
	border-radius: 19px !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 18px !important;
}
.marker-cluster span {
	line-height: 34px !important;
}

.leaflet-container {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 18px !important;
}
.leaflet-container a {
	color: #333333 !important;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: #fff !important;
	color: #333333 !important;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15) !important; 
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15) !important;
}
.leaflet-popup-content-wrapper {
    border-radius: 10px !important;
}
.leaflet-popup-content {
	margin: 15px !important;
	line-height: 1.125 !important;
}
.leaflet-popup-content .flex-row,
.leaflet-popup-content .flex-row > [class*="flex-col-"] {
    margin-bottom: 0;
}
.leaflet-popup-content .flex-row {
    margin-right: -8px;
    margin-left: -8px;
}
.leaflet-popup-content .flex-row > [class*="flex-col-"] {
    margin-right: 8px;
    margin-left: 8px;
}
.leaflet-popup-content .flex-row > .flex-col-3 {
    -ms-flex-preferred-size: calc(33.333% - 16px);
	flex-basis: calc(33.333% - 16px);
	width: calc(33.333% - 16px);
}
.leaflet-popup-content .flex-row > .image-single img {
/*    height: 100%;
    object-fit: cover;*/
    width: 200px;
}
.leaflet-popup-content .flex-row > .flex-col-2x3 {
    -ms-flex-preferred-size: calc(66.666% - 16px);
	flex-basis: calc(66.666% - 16px);
	width: calc(66.666% - 16px);
}

.leaflet-popup-content .dd-category {
    color: #757474 !important;
}

#blb_fullscreen.flex-row,
#blb_fullscreen.flex-row > [class*="flex-col-"] {
    margin: auto;
}
#blb_fullscreen .flex-col-6 {
	-ms-flex-preferred-size: 16.666%;
	flex-basis: 16.666%;
	width: 16.666%;
}
#blb_fullscreen .flex-col-5x6 {
	-ms-flex-preferred-size: 83.333%;
	flex-basis: 83.333%;
	width: 83.333%;
}
@media screen and (max-width: 1440px){
    #blb_fullscreen .flex-col-5.flex-col-md-3 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        width: 33.333%;
    }
    #blb_fullscreen .flex-col-4x5.flex-col-md-2x3 {
        -ms-flex-preferred-size: 66.666%;
        flex-basis: 66.666%;
        width: 66.666%;
    }
    .poi-search {
        font-size: 1rem;
    }
}
@media screen and (max-width: 1279px) {
    #blb_fullscreen .flex-col-6 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        width: 33.333%;
    }
    #blb_fullscreen .flex-col-5x6 {
        -ms-flex-preferred-size: 66.666%;
        flex-basis: 66.666%;
        width: 66.666%;
    }
}
@media screen and (max-width: 767px) {
    #blb_fullscreen {
        height: auto;
    }
    #blb_fullscreen.flex-row {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #blb_adrlist {
    	max-height: 245px;
    	margin-top: 20px !important;
    	border: 3px solid rgba(0, 0, 0, 0.15);
    }
    #blb_fullscreen .flex-col-6 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
    #blb_fullscreen .flex-col-5.flex-col-md-3 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
    #blb_fullscreen .flex-col-4x5.flex-col-md-2x3 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
    #blb_adrlist > .row {
      padding: 10px 5px !important;
    }    
    #blb_map {
        max-height: 200px;
    }
    #blb_map div.gmc_map {
        height: 200px;
    }
    #blb_fullscreen .flex-col-5x6 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
}    
@media screen and (max-width: 1080px) {    
    /*responsive Tabelle*/
    .resp table {
        border: 0;
    }
    .resp table caption {
        font-size: 1.3em;
    }
    .resp table th {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .resp table tr {
        border: 1px solid #c8c8c8;
        display: block;
        margin-bottom: .625em;
    }
    .resp table tr > th,.resp table tr:first-of-type {
      display:none;
    }
    .resp table td {
        border-bottom: 1px solid #c8c8c8;
        display: block;
        font-size: .8em;
        text-align: right;
        min-height: 45px;
    }
    .resp table td::before {
        content: attr(headers);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .resp table td:last-child {
        border-bottom: 0;
    }
}

/* Listenansicht */

.poi-tbl {
    width: 100%;
}
table.poi-tbl {
    background-color: #fff;
}
table.poi-tbl th {
    text-align: left;
    color: #fff;
	background-color: #414141;
    border-bottom: none;
    vertical-align: middle;
}
table.poi-tbl tr:nth-child(odd) {
    background-color: #f2efee;
}
table.poi-tbl tr {
    border-bottom: none;
}
.poi-tbl tr:not(:first-child),
.poi-tbl td {
    cursor: pointer;
}
.poi-tbl tr {
    -webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.poi-tbl tr:hover {
    background-color: #ffd618;
}
.tbl-icon {
    vertical-align: middle;
}
.tbl-icon > span[class*="bg-"] {
    display: block;
    position: relative;
    width: 32px;
    height: 34px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.tbl-icon > span[class*="bg-"] img {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 19px;
    margin: auto;
}

/* Galerieansicht */

.poi-gallery [class*="flex-col-"] .inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background-color:#efbc23;
}
.poi-gallery [class*="flex-col-"] .inner:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.poi-gallery .inner > .icon {
	position: absolute;
    top: -19px;
    left: -18px;
    z-index: 1;
	width: 80px;
	height: 86px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.poi-gallery .inner > .icon img {
	display: block;
	position: absolute;
	top: 50%;
    top: calc(50% + 6px);
	right: 0;
	left: 9px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 34px;
	margin: auto;
    image-rendering: -webkit-optimize-contrast;
}
.poi-gallery .image-single {
    margin-bottom: 0;
}
.poi-gallery .image-single a:hover img,
.poi-gallery .image-single a:focus img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.poi-gallery [class*="flex-col-"] .inner .wrap-img {
    overflow: hidden;
}
.galerieansicht [class*="flex-col-"] .inner .image-single img {
    max-height: 262px;
    object-fit: cover;
}
@media screen and (max-width: 1279px) {
    .galerieansicht [class*="flex-col-"] .inner .image-single img {
        max-height: 196px;
    }
}
.poi-gallery [class*="flex-col-"] .inner:hover .image-single img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.poi-gallery .wrap-img > .img-copyright,
.poi-details .wrap-img > .img-copyright {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 0.25em 0.375em;
	font-size: 0.667rem;
	height: auto;
}
.poi-gallery .inner-text {
    padding: 15px 30px;
}
@media screen and (max-width: 1279px) {
    .poi-gallery .inner-text {
        padding: 15px 20px;
    }
}
@media screen and (max-width: 767px) {
    .poi-gallery .inner-text {
        padding: 15px;
    }
}
.poi-gallery .inner-text.pt-70 {
    padding-top: 70px;
}
.poi-gallery .dd-category {
    font-size: 0.9rem;
    color: #333333;
}
@media screen and (max-width: 767px) {
    .poi-gallery .dd-category {
        font-size: 0.762rem;
    }
}
.poi-gallery .dd-title {
    font-size: 1.429rem;
    margin: 0;
}
@media screen and (max-width: 1279px) {
    .poi-gallery .dd-title {
        font-size: 1.143rem;
    }
}

.poi-gallery .description {
    position: relative;
}
@media screen and (max-width: 1279px) {
    .poi-gallery .description {
        font-size: 0.905rem;
    }
}
@media screen and (max-width: 767px) {
    .poi-gallery .description {
        font-size: 0.81rem;
    }
}
.poi-gallery .description::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 40px;
    pointer-events: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.poi-gallery .more {
    text-align: right;
}
.poi-gallery a:hover .more,
.poi-gallery a:focus .more,
.poi-gallery a.tab-focus .more {
    color: #ffd618;
}

/* Detailansicht */

.page-title {
    text-transform: none;
    margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
    .poi-details.wrapper {
        padding-right: 0;
        padding-left: 0;
    }
}
.poi-details .items-center .page-title {
    margin-bottom: 0.5em;
}

.poi-details .items-center {
    align-items: center;
    margin-bottom: 15px;
}

.poi-details .poi-gallery {
    overflow: hidden;
}
.poi-details .poi-gallery.head, .poi-details .karte {
    width:calc(50% - 10px) ;
}
.poi-details .poi-gallery.head img {
    max-height: 420px;
    object-fit: cover;
}
.poi-gallery-map-wrapper {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}


/*.randspalte {
    font-size: 0.905rem;
}
.randspalte h1:first-child, .randspalte h2:first-child, .randspalte h3:first-child, .randspalte h4:first-child, .randspalte h5:first-child, .randspalte h6:first-child {
	margin-top: 15px;
}
.randspalte h3 {
    font-size: 1.211rem;
}
@media screen and (max-width: 767px) {
    .randspalte h3 {
        font-size: 1.053rem;
    }
}*/

@media screen and (max-width: 1279px) {
    .kategorie {
        text-align: left;
    }
}
.poi-details .kategorie > span {
    display: inline-block;
    color: #414141;
    border: 1px solid #b5b3b3;
    padding: 2px 5px 5px 5px;
}
.poi-details .kategorie > span span[class*="bg-"] {
    display: inline-block;
    width: 20px;
    height: 22px;
    vertical-align: middle;
    margin-right: 5px;
}
.poi-details .kategorie > span span[class*="bg-"] img {
    max-height: 12px;
}

.poi-details .karte,
.poi-details .karte div.gmc_map {
	max-height: 420px;
}
.poi-details .karte div.gmc_map {
	width: 100%;
}
@media screen and (max-width: 767px) {
    .poi-details .karte,
    .poi-details .karte div.gmc_map {
        height: 320px;
    }
    .poi-details .poi-gallery.head, .poi-details .karte {
        width:100%;
    }
    .poi-details .poi-gallery.head {
        margin-bottom:20px;
    }
}

/*.randspalte .kontakt .telekommunikation2 i[class*="fa"] {
    font-size: 14px;
    vertical-align: baseline;
    color: #e30613;
}
.randspalte .kontakt .telekommunikation2 a {
    text-decoration: underline;
}*/

#tabs > .unstyled-list {
	margin: 40px 0;
}
#tabs > .unstyled-list > li {
	display: inline-block;
	background-color: transparent !important;
	margin: 0 6px 12px 6px;
}
@media screen and (max-width: 767px) {
    #tabs > .unstyled-list > li {
        margin: 0 1px 12px 1px;
    }
}
#tabs > .unstyled-list > li:first-of-type {
	margin-left: 0;
}
#tabs > .unstyled-list > li > a {
	display: block;
    font-weight: 600;
	color: #414141;
    background-color: #f2efee;
	padding: 10px 25px;
    -webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
@media screen and (max-width: 767px) {
    #tabs > .unstyled-list > li > a {
        padding: 10px 15px;
    }
}
#tabs > .unstyled-list > li.ui-state-hover > a,
#tabs > .unstyled-list > li.ui-state-active > a {
    position: relative;
	background-color: #ffd618;
}
#tabs > .unstyled-list > li.ui-state-hover > a::after,
#tabs > .unstyled-list > li.ui-state-active > a::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 0px; 
    height: 0px;
    border-top: 8px solid #ffd618;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin: auto;
}
#tabs .tab-container {

}
#tabs .tab-container h1:first-child,
#tabs .tab-container h2:first-child,
#tabs .tab-container h3:first-child,
#tabs .tab-container h4:first-child {
	margin-top: 0;
}

.eigenschaften .flex-row.border-b-1,
.eigenschaften .flex-row.border-b-1 [class*="flex-col-"] {
    margin: 0;
}
.eigenschaften .flex-row.border-b-1 {
    border-bottom: 1px solid #b5b3b3;
    padding: 5px 0;
}
.eigenschaften .flex-row.border-b-1 .flex-col-4x5 {
	-ms-flex-preferred-size: 80%;
	flex-basis: 80%;
	width: 80%;
}
.eigenschaften .flex-col-5 {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	width: 20%;
}

.anspruch > .leicht,
.anspruch > .mittel,
.anspruch > .schwer {
    display: inline-block;
    color: #fff;
    padding: 0 5px;
}
.anspruch > .leicht {
    background-color: #0066cc;
}
.anspruch > .mittel {
    background-color: #e30613;
}
.anspruch > .schwer {
    background-color: #414141;
}

.eigenschaften .feature {
    margin: 15px 0;
}
.eigenschaften .feature li {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    background-color: rgba(0, 104, 180, 1);
    padding: 3px 15px 5px 15px;
}
.eigenschaften .feature li:not(:first-child) {
    
}
.eigenschaften i[class*="fa"] {
    color: #e30613;
}

.slider-indernaehe {
    position: relative;
    margin: 30px 0 0 0;
    padding: 0;
}
@media screen and (min-width: 1280px) {
    .slider-indernaehe {
        margin-top: 0;
    }
}
/*.slider-indernaehe > h3 {
    margin-left: -40px;
}*/
.slider-indernaehe .slides > li {
    position: relative;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;    
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.slider-indernaehe .slides > li > a {
    display: block;
    z-index: 1;
    font-weight: 600;
    padding: 15px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #FFCC01;
    color:#333333;
}
.slider-indernaehe .poi-gallery .wrap-img > .img-copyright {
    position: absolute;
    top: auto;
    /*left: -5000px;*/
    overflow: hidden;
}

.slider-indernaehe .flex-direction-nav {
    position: static;
    width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
.slider-indernaehe .flex-direction-nav {
	*height: 0;
}
.slider-indernaehe .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 60px;
	height: 60px;
	text-align:center;
	background-color: rgba(6,103,168,.9);
	position: absolute;
	top: 50%;
	transform:translatey(-50%);
	z-index: 65;
	overflow: hidden;
	cursor: pointer;
	color: #161615;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slider-indernaehe .flex-direction-nav a:hover, .slider-indernaehe .flex-direction-nav a:focus {
    background-color: rgba(6,103,168,1);
}
.slider-indernaehe .flex-direction-nav .flex-prev {
	right: 100%;
    left: 0px;
}
.slider-indernaehe .flex-direction-nav .flex-next {
	right: 0px;
}
.slider-indernaehe .flex-direction-nav .flex-next i.fa-chevron-circle-right:before {
    content:"\f054";
}
.slider-indernaehe .flex-direction-nav .flex-prev i.fa-chevron-circle-left:before {
    content:"\f053";
}
.slider-indernaehe .flex-direction-nav .flex-prev i, .slider-indernaehe .flex-direction-nav .flex-next i {
	font-size: 1.5em;
	line-height:60px;
	color:#fff;
	margin-right:0;
}
.slider-indernaehe .flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.slider-indernaehe .slides {
    display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrap-img.placeholder {
    opacity: 0.15;
}
.poi-details .poi-gallery.head .wrap-img.placeholder {
    opacity: 1 !important;
    border: 1px solid #f2f2f2;
}
.slider-indernaehe .slides > li .poi-gallery,
.slider-indernaehe .slides > li .poi-gallery .image-single,
.slider-indernaehe .slides > li .poi-gallery .image-single a,
.slider-indernaehe .slides > li .poi-gallery .image-single a .wrap-img,
.slider-indernaehe .slides > li .poi-gallery .image-single img {
    /*height: 100%;*/
    background-color: #ffd618;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;    
}
.slider-indernaehe .slides > li .poi-gallery .image-single img {
    object-fit: cover;
    height: 180px;
}

.empfehlungen .poi-gallery > [class*="flex-col-"] {
    margin-bottom: 15px;
}
.empfehlungen .poi-gallery [class*="flex-col-"] .inner {
    padding: 15px;
    overflow: hidden;
}
.empfehlungen .poi-gallery [class*="flex-col-"] .inner .flex-row,
.empfehlungen .poi-gallery [class*="flex-col-"] .inner .flex-row [class*="flex-col-"] {
    margin-bottom: 0;
}
.empfehlungen .poi-gallery [class*="flex-col-"] .inner .flex-row {
    margin-left: -8px;
    margin-right: -8px;
}
.empfehlungen .poi-gallery [class*="flex-col-"] .inner .flex-row [class*="flex-col-"] {
    margin-left: 8px;
    margin-right: 8px;
}
.empfehlungen .poi-gallery [class*="flex-col-"] .inner .flex-row > .flex-col-3 {
    -ms-flex-preferred-size: calc(36% - 16px);
	flex-basis: calc(36% - 16px);
	width: calc(36% - 16px);
    overflow: hidden;
}
.empfehlungen .poi-gallery [class*="flex-col-"] .inner .flex-row > .flex-col-2x3 {
    -ms-flex-preferred-size: calc(64% - 16px);
	flex-basis: calc(64% - 16px);
	width: calc(64% - 16px);
}
@media screen and (max-width: 1279px) {
    .empfehlungen .poi-gallery [class*="flex-col-"] .inner .flex-row > .flex-col-3 {
        -ms-flex-preferred-size: calc(25% - 16px);
        flex-basis: calc(25% - 16px);
        width: calc(25% - 16px);
    }
    .empfehlungen .poi-gallery [class*="flex-col-"] .inner .flex-row > .flex-col-2x3 {
        -ms-flex-preferred-size: calc(75% - 16px);
        flex-basis: calc(75% - 16px);
        width: calc(75% - 16px);
    }
}
@media screen and (max-width: 767px) {
    .empfehlungen .poi-gallery [class*="flex-col-"] .inner .flex-row > .flex-col-3 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
    .empfehlungen .poi-gallery [class*="flex-col-"] .inner .flex-row > .flex-col-2x3 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
}
.empfehlungen .poi-gallery [class*="flex-col-"] .inner .flex-row.max-w-240 {
    max-width: 240px;
}
@media screen and (max-width: 767px) {
    .empfehlungen .poi-gallery [class*="flex-col-"] .inner .flex-row.max-w-240 .flex-col-2 {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        width: calc(50% - 30px);
    }
}
.empfehlungen .poi-gallery .inner-text {
	padding: 0;
}
.empfehlungen .poi-gallery .inner-text .dd-title a {
	color:#333333;
}
.empfehlungen .anspruch > .leicht,
.empfehlungen .anspruch > .mittel,
.empfehlungen .anspruch > .schwer {
	font-size: 0.762em;
}

.empfehlungen .text-red {
    margin-right: 5px;
}

.empfehlungen .poi-gallery .inner .icon_outer {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
    overflow: hidden;
	width: 80px;
	height: 86px;
}
.empfehlungen .poi-gallery .inner .icon {
	position: absolute;
	top: -12px;
	left: -11px;
	z-index: 1;
	width: 50px;
	height: 60px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.empfehlungen .poi-gallery .inner span[class*="bg-"] img {
    left: 6px;
	max-height: 28px;
    image-rendering: -webkit-optimize-contrast;
}

.empfehlungen .poi-gallery .image-single,
.empfehlungen .poi-gallery .image-single a,
.empfehlungen .poi-gallery .image-single a .wrap-img,
.empfehlungen .poi-gallery .image-single img {
    height: 100%;
}
.empfehlungen .poi-gallery .image-single img {
    object-fit: cover;
    max-height: 180px;
}
@media screen and (max-width: 767px) {
    .empfehlungen .poi-gallery .image-single img {
        max-height: 132px;
    }
}

.btn.dark {
	background-color: #414141;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: 600;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
.btn.dark i[class*="fa"] {
    color: #ffd618;
    vertical-align: baseline;
    margin-right: 10px;
}
.mt-30 {
    margin-top: 30px;
}