.css_banner_reisebewertungen {
    position: relative;
    padding-bottom: 13.15%;
    height: 0;
}
.css_banner_reisebewertungen .css_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.css_banner_reisebewertungen .css_title_all {
    background-color: #ec572e;
    position: absolute;
    color: #fff;
    bottom: 65px;
    padding: 2px 10px 7px 15px;
    font-size: 40px;
}
.css_form_search_reisebewertungen .css_cover_border_search {
    display: flex;
    border: 1px solid #c1c1c1;
    border-radius: 999px;
    padding: 5px 5px 5px 10px;
    align-items: center;
    background-color: #fff;
}
.css_form_search_reisebewertungen .css_cover_border_search select {
    border: 0px;
    border-left: 1px solid #c1c1c1;
    border-radius: 0px;
}
.css_form_search_reisebewertungen .css_cover_border_search select option:disabled {
    color: #c1c1c1;
}
.css_form_search_reisebewertungen .css_cover_border_search input {
    border: 0px;
    border-radius: 0px;
}
.css_form_search_reisebewertungen .css_cover_border_search input::placeholder {
    color: #c1c1c1;
}
.css_form_search_reisebewertungen .css_cover_border_search .css_btn_submit {
    background-color: #ec572e;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    padding: 0px;
    position: relative;
}
.css_form_search_reisebewertungen .css_cover_border_search .css_btn_submit .css_text_mobile {
    display: none;
}
.css_form_search_reisebewertungen .css_cover_border_search .css_btn_submit:focus {
    outline: none;
    box-shadow: none;
}
.css_form_search_reisebewertungen .css_cover_border_search .css_btn_submit i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
}
.css_form_search_reisebewertungen .css_cover_border_search input:focus {
    outline: none;
    box-shadow: none;
}
.css_form_search_reisebewertungen .css_cover_border_search input:not(:first-child) {
    border-left: 1px solid #c1c1c1;
}
.css_form_search_reisebewertungen {
    transform: translateY(-60px);
    margin-bottom: -48px;
}
.css_content_reisebewertungen .css_left .css_box_rating .css_box_star .stars_dragon:before {
    font-size: 45px;
}
.css_content_reisebewertungen {
    margin-top: 30px;
    margin-bottom: 20px;
}
.css_content_reisebewertungen .css_left .css_box_rating {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #c8c8c8;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.css_content_reisebewertungen .css_left .css_box_rating .css_only_text {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 2px;
}
.css_content_reisebewertungen .css_left .css_box_rating .css_btn_view_more {
    color: #4356BC;
    border-bottom: 1px solid #4356BC;
    margin-left: auto;
    font-weight: 500;
    margin-right: 15px;
}
.css_content_reisebewertungen .css_left .css_box_rating .css_title {
    margin-bottom: 15px;
}
.css_content_reisebewertungen .css_right .css_box_cover {
    border-radius: 15px;
    box-shadow:
        -6px 0 8px -2px rgba(0, 0, 0, 0.15),
        6px 0 8px -2px rgba(0, 0, 0, 0.15),
        0 6px 12px -2px rgba(0, 0, 0, 0.12);
    display: flex;
    height: 150px;
}
.css_content_reisebewertungen .css_right .css_box_cover .css_left {
    width: 35%;
    font-size: 50px;
    text-align: center;
    background-color: #F9CCC0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.css_content_reisebewertungen .css_right .css_box_cover:not(:first-child) {
    margin-top: 20px;
}
.css_content_reisebewertungen .css_right .css_box_cover .css_right {
    padding: 15px 15px 15px 20px;
    display: flex;
    flex-direction: column;
}
.css_content_reisebewertungen .css_right .css_box_cover .css_right .css_title {
    font-size: 20px;
}
.css_content_reisebewertungen .css_right .css_box_cover .css_right .css_btn_link {
    margin-top: auto;
    color: #EC572E;
}
.css_content_reisebewertungen .css_right .css_box_tour {
    margin-top: 20px;
    box-shadow:
  -6px 0 8px -2px rgba(0, 0, 0, 0.15),
   6px 0 8px -2px rgba(0, 0, 0, 0.15),
   0 -6px 12px -2px rgba(0, 0, 0, 0.12),
   0 6px 12px -2px rgba(0, 0, 0, 0.12);
   border-radius: 15px;
   overflow: hidden;
}
.css_content_reisebewertungen .css_right .css_box_tour img.css_img_title {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.css_content_reisebewertungen .css_right .css_box_tour .css_box_text {
    padding: 15px 15px 25px;
    height: 290px;
    display: flex;
    flex-direction: column;
}
.css_content_reisebewertungen .css_right .css_box_tour .css_box_text .css_title {
    font-size: 20px;
}
.css_content_reisebewertungen .css_right .css_box_tour .css_box_text .css_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    padding-bottom: 1px;
}
.css_content_reisebewertungen .css_right .css_box_tour .css_box_text .css_btn_link {
    margin-top: auto;
}
.css_content_reisebewertungen .css_right {
    padding-top: 10px;
}
@media only screen and (max-width: 1199px) {
    .css_content_reisebewertungen .css_right {
        padding-top: 20px;
    }
    .css_banner_reisebewertungen {
        padding-bottom: 27%;
    }
}
@media only screen and (max-width: 991px) {
    .css_banner_reisebewertungen .css_title_all {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .css_form_search_reisebewertungen {
        transform: none;
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .css_form_search_reisebewertungen .css_cover_border_search {
        flex-direction: column;
        border-radius: 25px;
        padding: 10px;
    }
    .css_form_search_reisebewertungen .css_cover_border_search input {
        border-left: 0px !important;
        padding-left: 0px;
    }
    .css_form_search_reisebewertungen .css_cover_border_search  input:not(:nth-child(3)),
    .css_form_search_reisebewertungen .css_cover_border_search select[name='country_id'] {
        border-bottom: 1px solid #7f7f7f;
        border-left: 0px;
        padding-left: 12px;
    }
    .css_form_search_reisebewertungen .css_cover_border_search select {
        border-left: 0px;
    }
    .css_form_search_reisebewertungen .css_cover_border_search  input::placeholder {
        color: #212529;
    }
    .css_form_search_reisebewertungen .css_cover_border_search .css_btn_submit .css_text_mobile {
        display: block;
    } 
    .css_form_search_reisebewertungen .css_cover_border_search .css_btn_submit i {
        display: none;
    }
    .css_form_search_reisebewertungen .css_cover_border_search .css_btn_submit {
        border-radius: 999px;
        width: auto;
        height: auto;
        padding: 5px 60px;
        margin-top: 10px;
    }
    .css_banner_reisebewertungen .css_title_all {
        bottom: 0px;
        left: 0px;
        margin-bottom: 0px;
        font-size: 20px;
    }
    .css_content_reisebewertungen .css_left .css_box_rating .css_only_text {
        -webkit-line-clamp: 10;
    }
    .css_content_reisebewertungen .css_right .css_box_tour .css_box_text {
        height: auto;
        min-height: 200px;
    }
    .css_content_reisebewertungen .css_right .css_box_tour .css_box_text .css_text {
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: visible;
        text-overflow: unset;
        white-space: normal;
        margin-bottom: 5px;
    }
    .css_content_reisebewertungen .css_right .css_box_cover {
        height: 100px;
    }
}
@media only screen and (max-width: 480px) {
    .css_banner_reisebewertungen .css_title_all {
        font-size: 14px;
    }
}