/* ALPSTEIN */
.alpstein_tour_difficulty_easy {
    color: #009ee0;
}

.alpstein_tour_difficulty_medium {
    color: #f00;
}

.alpstein_tour_difficulty_hard {
    color: #000;
}

.alpstein_tour_info {
    padding-right: 10px;
}

.alpstein_tour_info abbr[title]  {
    border-bottom: none;
}

.alpstein_star_label i {
    padding-right: 2px;
}

.full_alpstein_tour h1 {
    background-size: 30px 30px !important;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 5px;
}

.full_alpstein_tour h1 small {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.full_alpstein_tour p:empty,
.line_alpstein_tour p:empty,
.thumbnail_alpstein_tour p:empty {
    display: none;
}

.full_alpstein_source_logo {
    margin-bottom: 10px;
}

#alpstein_tour_map {
    height: 280px;
}

.thumbnail_alpstein_tooltip_icons {
    position: absolute;
    top: 2px;
    left: 4px;
    z-index: 50;
    background: #fff;
    opacity: 0.8;
    padding: 0px 5px 3px 5px;
}

.alpstein_source_logo {
	max-width: 100px;
	display: block;
	margin-bottom: 10px;
}

/* is set initial to display none, if needed in project set to block in override css */
.thumbnail_alpstein_tour .alpstein-intro {
    display: none;
}

.full_alpstein_list .panel-heading {
    padding: 9px;
}

table.full-tour-season {
    border: none;
}

.alpstein-image-license-url,
.alpstein-image-license-url:hover,
.alpstein-image-license-url:focus {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 599px) {

    .full_alpstein_list #facet_box_offcanvas_trigger_mobile {
        position: inherit;
        margin: 0;
        left: auto;
    }

}

@media (max-width: 480px) {

    /* Force table to not be like tables anymore */
	table.full-tour-season,
	.full-tour-season thead,
	.full-tour-season tbody,
	.full-tour-season th,
	.full-tour-season td,
	.full-tour-season tr {
		display: block;
	}

	.table.full-tour-season tbody > tr > td {
    	border-top: 0;
	}

	.full-tour-season td {
    	margin-bottom: 5px;
	}

	.full-tour-season td:before {
    	content: attr(data-month);
	}

	.full-tour-short-month {
    	display: none;
	}

}

/* new layout changes for frontend */
.alpstein_stars {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alpstein_stars:not(:last-of-type) {
    border-bottom: 1px solid #dcdee3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.alpstein_stars p {
    margin-bottom: 0;
}

.alpstein_stars_label {
    color: #333;
    font-size: 1.125em;
    font-weight: 700;
}

.best-season {
    display: flex;
    flex-wrap: wrap;
}

.best-season__month {
    border: 1px solid #d2d2d2;
    margin-bottom: 2px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 5px;
    text-align: center;
    width: calc(16.666666666666667% - 2px);
}

.best-season__month:first-of-type, .best-season__month:nth-of-type(7) {
    margin-left: 0;
}

.best-season__month:last-of-type, .best-season__month:nth-of-type(6) {
    margin-right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .best-season__month {
        width: calc(33.333333333333333% - 2px);
    }
    .best-season__month:nth-of-type(10), .best-season__month:nth-of-type(4) {
        margin-left: 0;
    }
    .best-season__month:nth-of-type(3), .best-season__month:nth-of-type(9) {
        margin-right: 0;
    }
}

.best-season__month--active {
    background-color: #DFF0D8;
}

.tour-tech-details {
    column-count: 2;
    column-gap: 50px;
    list-style-type: none;
    margin: 50px 0;
    padding: 0;
}

@media (max-width: 768px) {
    .tour-tech-details {
        column-gap: 20px;
    }
}

@media (max-width: 480px) {
    .tour-tech-details {
        column-count: 1;
        column-gap: 0;
    }
}

.tour-tech-details li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
    height: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.tour-tech-details li:last-of-type {
    border-bottom: none;
}

@media (min-width: 481px) {
    .tour-tech-details li:nth-child(4n) {
        border-bottom: none;
    }
}

.tour-tech-details__label {
    color: #333;
    font-size: 1.125em;
    font-weight: 700;
}

.tour-tech-sprite {
    background-image: url('/extension/lisalpstein/design/standard/images/tour-sprite.svg');
    background-repeat: no-repeat;
    background-size: 196px 28px;
    background-position: center;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: auto;
}

.tour-tech-sprite--ascent {
    background-position: -112px 0;
}

.tour-tech-sprite--descent {
    background-position: -84px 0;
}

.tour-tech-sprite--lowest {
    background-position: -29px 0;
    margin-right: 5px;
}

.tour-tech-sprite--highest {
    background-position: 0 0;
    margin-right: 5px;
}

.full_alpstein_tour .thumbnail_gallery_first a:after {
    content: attr(title);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    color: #333;
    pointer-events: none;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
}

/* tour status */
.aplstein-tour-status {
    display: block;
    margin-bottom: 10px;
}

.aplstein-tour-status i {
    font-size: .875em;
}

.aplstein-tour-status--open i {
    color: #157F00;
}

.aplstein-tour-status--closed .status-closed {
    background-color: #FC0600;
    display: inline-block;
    width: 16px;
    height: 6px;
    position: relative;
    top: -1px;
}

@media (max-width: 480px) {
    #oax-api-elpro {
        display: none !important;
    }
}

.alpstein-static-elevation-profile {
    display: none;
}

    @media (max-width: 480px) {
        .alpstein-static-elevation-profile {
            display: block;
            max-width: 100%;
            margin-top: 1rem;
        }
    }