/************Regio List*********************************/

.mod_city ul,
.mod_city li {
    display: inline;
    margin: 0;
    padding: 0;
}

.mod_city li:before {
    content: " \A0 / \A0 ";
}

.mod_city li:first-child:before {
    content: none;
}

.mod_city a {
    color: inherit;
}

.mod_city a:hover {
}

/********* Dateapicker Style **************************/

.picker__input.picker__input--active {
    border-color: #4caf50;
}

.picker__wrap {
    padding: 4%;
}

.picker__button--clear, .picker__button--close, .picker__button--today {
    color: #000;
}

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
    background: #4caf50 !important;
}

.picker__button--clear:hover, .picker__button--close:hover, .picker__button--today:hover {
    background: rgba(102, 175, 25, 0.61) !important;
    border-bottom-color: rgba(102, 175, 25, 0.61) !important;
}

.picker__nav--next:hover, .picker__nav--prev:hover {
    background: rgba(102, 175, 25, 0.61) !important;
}

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover {
    background: rgba(102, 175, 25, 0.61) !important;
}

.picker__button--today:before {
    border-top: .66em solid rgb(76, 149, 25) !important;
    border-left: .66em solid transparent;
}

.picker__day--today:before {
    border-top: .5em solid rgb(76, 149, 25) !important;
    border-left: .5em solid transparent;
}

.main-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/********* Catalog List **************************/

.hsf-list {
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}

.img-responsiv {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.hsf-list figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 310px;
}

.hsf-list figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hsf-list figure a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -moz-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    -o-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3);
}

.hsf-inside {
}

.gr {
    background: #f5f5f5;
}

.hsf-meta {

}

.hsf-desc {
    padding: 0 20px 0 20px;
}

.list {
    /*height: 125px;*/
    height: auto;
    overflow: hidden;
}

.hsf-title {
    font-size: 1.6em;
    color: #2e7d32;
    font-weight: 400;
    border-bottom: 1px dotted rgba(46, 125, 50, 0.71);
    margin-bottom: 20px;
}

.hsf-title a:hover {
    text-decoration: none;
    color: #000000;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hsf-category {
    font-size: 1.325em;
    color: #2e7d32;
    font-weight: 400;
    padding: 10px 10px 10px 20px;
}

.hsf-living {
    padding: 0 0 20px 20px;
    color: #999;
}

.hsf-price .small {
    text-align: center;
    font-size: .65em;
    color: #666666;
    font-weight: 400;
}

.hsf-price {
    text-align: center;
    font-size: 1.3em;
    color: #2e7d32;
    font-weight: 700;
    margin-top: 20px;
    background: #f5f5f5;
    padding: 10px
}

.hsf-button .button {
    width: 100%;
}


/********* Catalog Show **************************/

.hsf-card {
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}

.hsf-card-title {
    font-size: 1.1em;
    color: #2e7d32;
    font-weight: 700;
    background: #f5f5f5;
    padding: 10px 20px;
}

.hsf-card-desc {
    padding: 20px;
}

.hsf-button {
    width: 100%;
}

.hsf-videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.hsf-videoWrapper iframe, .hsf-videoWrapper object, .hsf-videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-content input, .main-content textarea, .main-content select, .main-content fieldset {
    width: 100%;
}

/********* Catalog Kalender **************************/
ul.calendar {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.calendar li {

}

.calendar table.month {
    border-spacing: 0;
    border-collapse: separate;
    margin: 0 auto;
    padding: 0;
    color: #fff;
}

.calendar td.month {
    text-align: center;
    background-color: #1b5e20;
    color: #fff;
    font-size: 1em;
}

.calendar .left {
    float: none !important;
}

.calendar table > tbody > tr > td {
    position: relative;
    z-index: 1;
    border-radius: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    border: 0 !important;
}

.calendar td.day {
    font-weight: 400;
    background-color: #f5f5f5;
    color: #1b5e20;
}

.calendar td.n {
    background-color: #fff;
}

.calendar td.f {
    background-color: #4caf50;
}

.calendar td.o {
    background-color: #F08080;
}

/* Anreise Dreieck*/
ul.calendar td.of {
    position: relative;
    overflow: hidden;
}

ul.calendar td.of:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 49px solid #4caf50;
    border-left: 50px solid #F08080;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

/*Abreise Dreieck*/

ul.calendar td.fo {
    position: relative;
    overflow: hidden;
}

ul.calendar td.fo:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 49px solid #4caf50;
    border-right: 50px solid #F08080;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

.calendar.nocalendar table {
    border: none !important;
    width: 150px !important;
    margin: 0 auto;
    box-shadow: none;
    color: #1b5e20;
}

.calendar.nocalendar td.o,
.calendar.nocalendar td.f {
    padding: 15px !important;
}

#hsf table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    border: 1px solid #1b5e20;
    background: #ffffff;
}

#hsf table th,
#hsf table td {
    border: solid #eaede6;
    border-width: 1px 0 0 1px;
}

#hsf table th:first-child,
#hsf table td:first-child {
    border-left: 0;
}

#hsf table > thead > tr:first-child > th,
#hsf table > thead > tr:first-child > td,
#hsf table > tbody:first-child > tr:first-child > th,
#hsf table > tbody:first-child > tr:first-child > td,
#hsf table > tfoot:first-child + tbody > tr:first-child > th,
#hsf table > tfoot:first-child + tbody > tr:first-child > td {
    /* First row of the table */
    border-top: 0;
}

#hsf table th {
    padding: 0.2em 0.2em;
    font-weight: bold;
    text-align: left;
}

#hsf table td {
    padding: 0.2em 0.2em;
}

#hsf table thead {
    background: rgba(0, 0, 0, 0.02);
}

#hsf table tfoot td {
    font-style: italic;
}


@media (max-width: 512px) {
    .hsf-category {
        padding: 20px 20px 10px 20px;
    }

    .hsf-desc {
        padding: 0 20px;;
    }

    .hsf-living {
        padding: 20px;
    }

    .hsf-price {
        text-align: center;
        margin-top: 0;
    }

    .hsf-button {
        text-align: center;
    }

    .list {
        height: auto;
    }

    #hsf table td {
        font-size: 10px !important;
    }
}

@media (max-width: 768px) {
    .hsf-category {
        padding: 20px 20px 10px 20px;
    }

    .hsf-desc {
        padding: 0 20px;;
    }

    .hsf-living {
        padding: 20px;
    }

    .hsf-price {
        text-align: center;
        margin-top: 0;
    }

    .list {
        height: auto;
    }

    #hsf table td {
        padding: 0.15em 0.15em;
    }
}