/* ----------------------------------------------------------------
	General, Colors
-----------------------------------------------------------------*/
#content #twebshop .text-gray-600,
#content #twebshop .text-gray-700 {
    color: #000000 !important;
}

#twebshop .t-h1,
#twebshop .t-h2,
#twebshop .mb-2,
#twebshop .t-content,
#twebshop .mb-4,
#twebshop .w-1\/3,
#twebshop .px-1,
#twebshop .mb-1,
#twebshop .font-semibold,
#content #twebshop form .t-form-label,
#content #twebshop .text-gray-500 {
    color: #000000 !important;
}

#twebshop .mt-4 a:hover {
    text-decoration: none !important;
}

#twebshop .text-base,
#twebshop.t-wrapper .t-content p {
    color: #000000 !important;
}

#twebshop.t-wrapper .t-content a {
    color: #618b29 !important;
}

#twebshop.t-wrapper {
    background-color: #ffffff;
    margin-top: 30px !important;
}

#content #twebshop .pb-4 {
    background-color: #ffffff !important;
    border: none !important;
    border-color: transparent !important;
}

/* Warenkorb Icon */
#twebshop .pb-4 a div.relative,
#twebshop .p-4 a div.relative {
    color: #000000 !important;
    background-color: transparent !important;
    margin-right: 10px;
}

#twebshop .pb-4 a div.relative span,
#twebshop .p-4 a div.relative span {
    font-weight: 600 !important;
    background-color: #618b29 !important;
}

/* ----------------------------------------------------------------
	Filter
-----------------------------------------------------------------*/
#twebshop.t-wrapper button.filter-btn {
    background-color: #618b29 !important;
    color: #FFFFFF !important;
}

#twebshop.t-wrapper button.filter-btn:hover {
    background-color: #000000 !important;
}

#twebshop.t-wrapper .rounded-tr-none {
    border-radius: 0 !important;
    background-color: #EBE8D1 !important;
}

#twebshop.t-wrapper .p-0 .rounded-tr-none {
    border: none;
}

#twebshop.t-wrapper input[type=text],
#twebshop.t-wrapper select,
#twebshop.t-wrapper textarea {
    font-size: 15px !important;
    border-radius: 0 !important;
    color: #000000 !important;
    background-color: #fff !important;
    border: 2px solid #ddd !important;
    -webkit-transition: border-color ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s !important;
    transition: border-color ease-in-out .15s !important;
}

#twebshop.t-wrapper input[type=text]:focus,
#twebshop.t-wrapper select:focus,
#twebshop.t-wrapper textarea:focus {
    border-color: #6c6c6c !important;
}

/* Button Verfügbarkeit prüfen */
#twebshop.t-wrapper .rounded-tr-none button.mt-6 {
    font-size: 16px !important;
    border-radius: 0 !important;
    background-color: #618b29 !important;
    color: #FFFFFF !important;
    min-height: 40px;
}

#twebshop.t-wrapper .rounded-tr-none button.mt-6:hover {
    background-color: #000000 !important;
}

#twebshop.t-wrapper .rounded-tr-none label {
    font-weight: 600 !important;
    color: #000000 !important;
}

#twebshop.t-wrapper .mt-4 button.pr-1 {
    font-size: 16px !important;
    font-weight: 100 !important;
    color: #000000 !important;
    border-radius: 0 !important;
    background-color: #EBE8D1 !important;
    border-color: #EBE8D1 !important;
}

#twebshop.t-wrapper .mt-4 .rounded-b {
    border-bottom: 1px solid #EBE8D1 !important;
    border-left: 1px solid #EBE8D1 !important;
    border-right: 1px solid #EBE8D1 !important;
}

#twebshop.t-wrapper .mt-4 .rounded-b label span {
    color: #000000 !important;
}

/* Steuerung Bausteine etc. */
#twebshop.t-wrapper .hidden .mt-4[data-v-18463b88] .mb-2:first-child,
#twebshop.t-wrapper .block .mt-4[data-v-18463b88] .mb-2:first-child {
    display: none !important;
}

/* Kalender */
#twebshop.t-wrapper .vdp-datepicker__calendar .disabled {
    color: #c0bfbf;
}

/* ----------------------------------------------------------------
	Teaser
-----------------------------------------------------------------*/
#twebshop.t-wrapper .mt-4 a:hover {
    text-decoration: none !important;
}

#twebshop.t-wrapper .t-card {
    padding: 0;
    border-radius: 0 !important;
    border: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBE8D1;
}

#twebshop.t-wrapper .t-card:hover {
    box-shadow: none;
}

#twebshop.t-wrapper .t-card__content {
    padding: 8px 20px;
    border-radius: 0 !important;
}

#twebshop.t-wrapper .t-card .t-card__img img {
    border-radius: 0 !important;
    border: none;
}

#twebshop.t-wrapper .t-card__content .t-h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333333 !important;
}

#twebshop.t-wrapper .t-card__content .mb-2 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #8795a1 !important;
}

#twebshop.t-wrapper .t-card__content .leading-none {
    display: block !important;
    width: 100% !important;
    margin-top: 15px;
    font-size: 20px !important;
    color: #4D992E !important;
}

#twebshop.t-wrapper .t-card__content .leading-none span {
    color: #4D992E !important;
}

@media (max-width: 499px) {
    #twebshop.t-wrapper .t-card__content {
        padding: 8px !important;
    }
}

/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/
#twebshop .pb-4 button.pl-5,
#twebshop .pb-4 a[data-v-6a87edd2],
#twebshop .pb-4 a.router-link-active {
    font-size: 16px;
    border-radius: 0 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #ccc !important;
    color: #000000 !important;
}

#twebshop .pb-4 a.router-link-exact-active {
    border: none !important;
    padding-right: 0 !important;
}

#twebshop #dropdown .rounded.shadow {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff !important;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#twebshop #dropdown .rounded.shadow a {
    color: #333 !important;
}

#twebshop #dropdown .rounded.shadow a:hover {
    text-decoration: none !important;
    background-color: #f5f5f5 !important;
}

#twebshop .pb-4 a.router-link-active {
    padding-right: 15px !important;
}

#twebshop .pb-4 button.pl-5:hover,
#twebshop .pb-4 a[data-v-6a87edd2]:hover {
    background-color: #FFFFFF !important;
    text-shadow: none;
}

/* Button mehr anzeigen */
#twebshop .t-togglebox__toggle {
    font-family: 'Abcalena-Regular', sans-serif !important;
    font-size: 16px !important;
    background-color: #618b29 !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
    border: none !important;
    text-transform: inherit !important;
    text-shadow: none !important;
    border-radius: 0px !important;
    -webkit-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

#twebshop .t-togglebox__toggle:hover {
    background-color: #000000 !important;
    text-shadow: none;
}

/* ----------------------------------------------------------------
    Detail
-----------------------------------------------------------------*/
#twebshop .rounded {
    border-radius: 0 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #618b29;
}

#content #twebshop .bg-tw-booking {
    border: 1px solid #618b29;
    border-width: 1px !important;
    border-color: #618b29 !important;
}

#twebshop .t-gallery img {
    border: none;
}

#twebshop .rounded .mb-4 {
    color: #000000 !important;
}

#twebshop .rounded .p-4[data-v-7da9bb2e] {
    padding: 0;
}

#twebshop .t-groupItem--active .t-circle[data-v-3b861838] {
    color: #000000 !important;
}

#content #twebshop .bg-tw-booking .xs\:text-base {
    background-color: #618b29 !important;
    color: #FFF !important;
}

#content #twebshop .bg-tw-booking button.rounded-full.p-1 {
    background-color: #618b29 !important;
    margin-right: 5px !important;
}

#content #twebshop .bg-tw-booking button.rounded-full.px-2.py-1,
#content #twebshop .bg-tw-booking button.rounded-full.px-2.py-1 span {
    background-color: #618b29 !important;
    color: #FFFFFF !important;
}

#content #twebshop .bg-tw-booking .relative.w-full svg {
    color: #FFFFFF !important;
}

#content #twebshop .bg-tw-booking .px-2.mt-2.font-semibold.text-gray-900.bg-white {
    background-color: #618b29 !important;
}

#content #twebshop .bg-tw-booking .px-2.mt-2.font-semibold.text-gray-900.bg-white .text-gray-500,
#content #twebshop .bg-tw-booking .px-2.mt-2.font-semibold.text-gray-900.bg-white .t-truncate,
#content #twebshop .bg-tw-booking .px-2.mt-2.font-semibold.text-gray-900.bg-white svg {
    color: #FFFFFF !important;
}

#content #twebshop .t-wrapper.t-wrapper-experience-shop .relative.mb-8 button.bg-white {
    background-color: #618b29 !important;
    margin-top: 20px !important;
    color: #FFFFFF !important;
}

#twebshop .rounded .rounded {
    border: none;
}

#twebshop .rounded .t-persons.mt-4.t-persons .t-truncate span.mr-2.pr-1.border-r.border-solid.border-gray-500 span,
#twebshop .rounded .t-persons.mt-4.t-persons span span {
    display: none;
}

/* Pfeil */
#twebshop .rounded .rounded .vdp-datepicker div::before {
    content: "";
    position: absolute;
    background-image: url("../img/right-chevron.svg");
    background-repeat: no-repeat;
    transform: rotate(90deg);
    right: 9.5px;
    bottom: 0;
    left: auto;
    top: 14px;
    width: 13px;
    height: 13px;
}

#twebshop .rounded .t-persons__choice {
    background-color: transparent !important;
}

#twebshop .rounded .rounded.pb-2 {
    margin-bottom: 10px !important;
    padding: 8px !important;
    background-color: transparent !important;
    color: #000000 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#twebshop .rounded .rounded.pb-2 svg {
    color: #000000 !important;
}

#twebshop .rounded .t-persons__choice .mr-4 {
    color: #000000 !important;
}

#twebshop .rounded .t-persons__choice .h-10.rounded {
    color: #000000 !important;
}

#twebshop .rounded .t-persons__choice button {
    background-color: #618b29 !important;
    border-color: #618b29 !important;
}

#twebshop .rounded .t-persons__choice button:hover {
    background-color: #000000 !important;
}

#twebshop .rounded .t-persons svg {
    color: #FFFFFF !important;
    font-weight: 300 !important;
}

#twebshop .rounded .rounded svg {
    /*color: #FFFFFF !important; */
    font-weight: 300 !important;
}

#twebshop .rounded .rounded input {
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: 100 !important;
    background-color: #618b29 !important;
    border: none !important;
}

#twebshop .t-togglebox__gradient[data-v-96c2551a] {
    display: none !important;
}

#twebshop .t-togglebox.t-togglebox--open .t-togglebox__content .t-content {
    margin-bottom: 10px !important;
}

/* experienceGroupResult */
#twebshop #experienceGroupResult {
    background-color: #FFFFFF !important;
}

#twebshop #experienceGroupResult .t-groupItem {
    background-color: #FFFFFF !important;
    border: none;
}

#twebshop #experienceGroupResult button {
    font-family: 'Abcalena-Regular', sans-serif !important;
    font-size: 16px !important;
    background-color: #618b29 !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
    border: none !important;
    text-transform: inherit !important;
    text-shadow: none !important;
    border-radius: 0px !important;
    -webkit-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

#twebshop #experienceGroupResult button:hover {
    background-color: #000000 !important;
}

#twebshop #experienceGroupResult .p-4.mt-2 {
    background-color: #FFFFFF !important;
}

#twebshop #experienceGroupResult .text-gray-600 {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

/* Datapicker */
#twebshop .vdp-datepicker__calendar .cell.day.highlighted {
    color: #FFFFFF !important;
    background: #618b29 !important;
}

#twebshop .vdp-datepicker__calendar .cell.day.selected.highlighted.today {
    background: #000000 !important;
}

#twebshop .vdp-datepicker__calendar .cell.day.highlighted:hover {
    border: 1px solid #618b29 !important;
}

/* ----------------------------------------------------------------
    Warenkorb
-----------------------------------------------------------------*/
#twebshop .p-0 .mb-5.rounded {
    color: #000000 !important;
}

#content #twebshop .p-0 button.mb-5,
#content #twebshop .p-0 button[type=submit] {
    font-family: 'Abcalena-Regular', sans-serif !important;
    font-size: 16px !important;
    background-color: #618b29 !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
    border: none !important;
    text-transform: inherit !important;
    text-shadow: none !important;
    border-radius: 0px !important;
    -webkit-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

#content #twebshop .p-0 button.mb-5:hover,
#content #twebshop .p-0 button[type=submit]:hover {
    background-color: #000000 !important;
}

#twebshop .p-0 .steps__col--disabled {
    color: #b9b9b9 !important;
}

#twebshop .p-0 form .border-gray-300 {
    border: 1px solid rgb(134 135 135 / 29%) !important;
    border-radius: 0 !important;
}
