/*
Theme Name: VIEL UNTERWEGS - Reiseblog
Theme URI: https://viel-unterwegs.de/
Author: Thomas Billik / Style Apartment c/o Heimatbüro
Author URI: https://heimatbuero.de/
Description: Viel-Unterwegs Wordpress Theme by Heimatbüro 
Version: 1.0.0
Text Domain: vielunterwegs
*/


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* General Layout /////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#site_container {
    min-height: 100%;
    min-width: 100%;
    position: relative;
}

.site-content {
    width: 100%;
    padding: 0 25px;
    margin: 200px auto 0 auto;
}
.wp-block-group {
    max-width: 1536px !important;
    margin: 0 auto;
}




/* Menu Icon properties -------------------------------------------------------------------------------------------------------*/

/* BREADCRUMB & ADVERTISING NOTE -------------------------------------------------------------------------------------------- */

.hb_top_note {
    display: flex;
    justify-content: space-between;
    margin: 12px auto 60px auto;
    max-width: 1536px;
}

.hb_addon {
    display: flex;
}

.hb_author_note a,
.hb_advertising a,
.hb_comments_note a {
    text-transform: uppercase;
    white-space: nowrap;
}

.hb_author_note a:hover,
.hb_advertising a:hover,
.hb_comments_note a:hover {
    color: var(--ahover-color);
}

.hb_author_note,
.hb_advertising,
.hb_comments_note {
    font-size: 0.8125rem;
}

.hb_advertising,
.hb_comments_note,
.hb_author_note {
    display: flex;
    align-items: flex-end;
    flex-grow: 0;
    justify-content: flex-end;
}



.hb_advertising a::before {
    font-family: 'heimat';
    content: "\e88f";
    display: inline-block;
    margin-right: 5px;
}

.hb_comments_note {
    margin: 0 25px;
}

.hb_comments_note a::before {
    font-family: 'heimat';
    content: "\f03d";
    display: inline-block;
    margin-right: 5px;
}

.hb_advertising,
.hb_author_note {
    margin: 0 0 0 25px;
}

.hb_addon_inner {
    display: flex;
}

/* ------------------------------------------------------------------------------------------------------------------------- */

/* Search ---------------------------------------------------------------------------------------------------------------------*/

.md-modal {
    width: 100% !important;
    max-width: 980px !important;
}

.md-content {
    display: block;
}

.hb_search_form {
    display: inline-block;
    height: 60px;
    width: 100%;
    padding: 0 !important;
}

.hb_search_suggestion {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px !important;
    padding: 0 !important;
}

.hb_search_form,
.hb_search_suggestion {
    background-color: #fff;
}

.searchform {
    display: flex;
}

.searchform .searchicon {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 30px;
    background: url(assets/images/search.svg) center center / 22px 22px no-repeat;
    outline: none;
}

.searchform input[type="text"] {
    border: none;
    padding: 0 0;
    font-size: 26px;
    line-height: 60px;
    margin-top: 0px;
    width: 80%;
}

.searchform input::placeholder {
    color: #2c2c2c;
}

*:focus {
    outline: none;
}

.hb_suggestions {
    flex-grow: 1;
    text-align: center;
    padding: 50px 70px !important;
    position: relative;
    z-index: 5000;
}

.hb_suggestions .hb_suggestion_heading {
    font-size: 26px;
    font-weight: 700;
}

.hb_block_spacer::before {
    content: "";
    display: inline-block;
    border-right: 1px solid #2c2c2c;
    height: 70%;
    position: absolute;
    top: 20%;
    left: 50%;
}

.hb_block_spacer::after {
    content: "";
    display: inline-block;
    border-right: 1px solid #2c2c2c;
    height: 70%;
    position: absolute;
    top: 24%;
    left: 50.3%;
}

.hb_suggestions ul {
    padding: 0 !important;
    margin-top: 50px !important;
    list-style: none;
}

.hb_suggestions ul li::before {
    content: url(assets/images/pin.png);
    left: -16px;
    top: 5px;
    position: relative;
}

/* #searchform input[type="submit"]        { background-color: #fff; color: rgb(0, 0, 0) !important; border: 1px solid #000; padding: 10px 20px; margin-left: 30px; text-decoration: none; -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease; }
#searchform input[type="submit"]:hover  { background-color: #000; color: rgb(255, 255, 255) !important; } */

/* div.search_result                       { display: none; background-color: #fff; box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); position: relative; z-index: 6000; } */
div.search_result {
    display: none;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    position: absolute;
    top: 60px;
    border-top: 1px solid #000000;
    z-index: 6000;
}

.hb_search_results {
    padding: 20px 20px 20px 90px !important;
}

.wait {
    padding: 20px 20px 20px 90px !important;
    animation: blinkingpig 1s linear infinite;
}

@keyframes blinkingpig {
    50% {
        opacity: 0;
    }
}

.hb_search_item {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid rgba(44, 44, 44, 0.2);
}

.search_img_preview {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}

.hb_search_data {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.hb_search_data .date {
    font-size: 12px;
}

.hb_search_title a:hover {
    color: var(--ahover-color);
}

.hb_search_result_heading {
    margin-bottom: 80px;
    border-bottom: 1px solid var(--first-contrast-color);
}

.search_result_wrapper {
    width: 100%;
    margin: 40px 0;
}

.search_result_title h4 {
    margin-bottom: 0;
}

/* Pagination -----------------------------------------------------------------------------------------------------------------*/

#hb_pagination {
    margin: 100px 0 60px 0;
    display: flex;
    justify-content: center;
}

#hb_pagination a:hover,
#hb_pagination a:link {
    text-decoration: none;
}

#hb_pagination .hb_navigate_inactive {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    color: #6b7075;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

#hb_pagination .hb_navigate_active a {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    color: #000;
    display: inline-block;
    line-height: 30px;
    text-align: center;
}

#hb_pagination .hb_pages a {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hb_pagination .hb_pages a:hover {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
}

#hb_pagination .hb_currentpage {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    color: #6b7075;
    border: 1px solid #6b7075;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Content ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#primary_content {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.hb_page_column h2 {
    margin: 40px 0;
}

.hb_page_column h3:first-of-type {
    margin: 0 0 30px 0;
}

.hb_page_column h3 {
    margin: 30px 0;
}

.hb_page_content {
    width: 100%;
    margin: 80px auto 0 auto;
}

.hb_page_content.has_header_image {
    margin: 0 auto 0 auto;
}

.hb_page_inner_content.has_sidebar {
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    max-width: 1536px;
    margin: auto;
}

.col_content {
    width: 100%;
    max-width: 852px; /* max-width: 810px; */
}

.col_sidebar {
    width: 100%;
    max-width: 348px; /* max-width: 390px; */
}

/* Buttons ------------------------------------------------------------------------------------------------------------------- */

.hb_block_link {
    background-color: #fff;
    text-align: center;
    padding: 10px 10px;
    border: 1px solid;
    border-color: #2c2c2c;
}

/* Call to Action Button */
.hb_btn_wrapper {
    display: inline-block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    text-align: center;
    position: relative;
    z-index: 1270;
}

.hb_cta_button {
    margin-bottom: 52px;
}

.hb_cta_button a,
.hb_cta_button a:link {
    text-decoration: none;
}

.hb_btn_wrapper a {
    background-color: #9BAB9A !important;
    color: #fff !important;
    border-radius: 64px;
    border: none;
    text-decoration: none !important;
}
.hb_btn_wrapper a:hover {
    background-color: #7C897B !important;
    text-decoration: none !important;
}

.hb_button {
    border: 1px solid;
    position: relative;
    display: block;
    padding: 10px 30px;
    text-align: center;
    letter-spacing: -0.033em;
    text-decoration: none;
    transition: 0.5s;
}

.hb_button::before {
    content: none;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 100%;
    height: 100%;
    background-color: inherit;
    z-index: -1;
    transition: transform 0.2s ease-in-out;
}

.hb_button::before {
    transform-origin: right;
    transform: scaleX(0);
}

.hb_button:hover::before {
    transform-origin: left;
    transform: scaleX(1);
    opacity: 0.5;
}

.hb_button::after {
    content: none;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid;
    border-color: inherit;
    z-index: -1;
    transition: 0.5s;
}

.bottom_line.is_align_right .hb_btn_wrapper {
    margin-right: 15px;
}

/* Page Blocks Layout -------------------------------------------------------------------------------------------------------- */

.hb_section {
    width: 100%;
    margin: 60px 0 50px 0;
}

.hb_block_wrapper {
    width: 100%;
    max-width: 1536px;
    margin: 0 auto;
}

/* wp-block-media-text */

.wp-block-media-text {
    margin-bottom: 20px;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 8% 0 0;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
    margin-bottom: 20px;
}

.wp-block-media-text__content .hb_cta_button {
    margin-bottom: 20px !important;
}

/* WP Block image ----------------------------------------------------------------------------------------------------------- */

.wp-block-image figcaption {
    font-size: 12px;
    margin-left: 2%;
}

.wp-block-image img {
    height: auto;
}

.wp-block-image {
    margin-bottom: 20px;
}

/* WP Block Gallery ----------------------------------------------------------------------------------------------------------- */

.blocks-gallery-grid,
.wp-block-gallery {
    margin: 0 0 20px 0 !important;
}

.wp-block-gallery .wp-block-image img {
    margin: 0 0 0 0 !important;
}

/* Tabellen ------------------------------------------------------------------------------------------------------------------ */

.tablepress tfoot th, .tablepress thead th {
    background-color: var(--first-contrast-color);
}

/* Kontakt Formular ---------------------------------------------------------------------------------------------------------- */

.entry-contact .wp-block-column.adress {
    flex-basis: calc(30% - 16px);
}

.entry-contact .wp-block-column.adress p {
    margin: 1.225rem 0 0 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.entry-contact .wp-block-column {
    flex-basis: calc(70% - 16px);
}

.entry-contact .wpcf7 {
    width: 80%;
}

.wpcf7-form .one_half p {
    margin: 0 !important;
}

.wpcf7-form .con_one_half {
    width: 50%;
}

.wpcf7-form .con_one_half_last {
    width: 50%;
}

.wpcf7-form .full_width {
    margin-bottom: 40px !important;
}

.company > .wpcf7-form-control,
.yourname > .wpcf7-form-control,
.tel > .wpcf7-form-control,
.mail > .wpcf7-form-control,
.message > .wpcf7-form-control {
    color: #000;
    font-weight: 300;
    font-size: 1rem;
    padding: 13px 0 13px 10px;
    width: 100%;
    margin: 0 0 9px 0;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
}

.message > .wpcf7-form-control {
    height: 8.75rem;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 1rem 0 1rem 0 !important;
}

.wpcf7-submit {
    display: block;
    color: #000 !important;
    padding: 0;
    width: 20%;
    text-align: left;
    margin: 0 0 40px 0;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.wpcf7-form input[type="submit"]:hover {
    color: #515b39 !important;
    margin-left: 20px;
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.wpcf7-form input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    top: 5px;
    margin-right: 14px;
    width: 16px;
    height: 16px;
    border: 2px solid #454545;
    background: none;
}

.wpcf7-form input[type="checkbox"]:checked {
    background-color: #454545;
}

.note {
    font-size: 14px;
}

#wpcf7-f61-o2 {
    margin-top: 90px;
}

.wpcf7-response-output {
    margin: -3em 0.5em 5em;
    border: none !important;
    color: rgb(255, 20, 20);
    text-align: center;
}

.wpcf7::-webkit-input-placeholder { /* WebKit browsers */
    color: #000 !important;
    opacity: 0.5;
}

.wpcf7:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
    opacity: 0.5;
}

.wpcf7::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000 !important;
    opacity: 0.5;
}

.wpcf7:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000 !important;
    opacity: 0.5;
}

/* 404 */

.entry-content_404 .inner_center {
    display: flex;
    justify-content: center;
}

.wp-block-columns.center-lists {
    text-align: center;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Author */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hb_about_author {
    width: 100%;
    margin: 135px auto 60px auto;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 800px;
}

.hb_about_author .hb_author_image {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -75px;
}

.hb_about_author .hb_author_image img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 10px solid #fff;
}

.hb_about_author .hb_author_info {
    background-color: rgba(220, 220, 220, 0.4);
    padding: 40px 40px 12px 170px;
    border-radius: 50px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Comments */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hb_comments_title,
.hb_rp_heading {
    width: 100%;
    line-height: 40px;
    margin-top: 60px;
    border-bottom: 2px solid #9bab9a;
}

.hb_comments_title {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    padding-bottom: 2rem;
}

.hb_rp_heading::after {
    content: "";
    display: block;
    border-bottom: 2px solid #9bab9a;
}

.hb_comments_title .title {
    flex-grow: 1;
}

.hb_comments_title .title h2 {
    margin-bottom: 1rem;
    margin-left: 0 !important;
}

.hb_comments_title .title h2:before {
    content: none !important;
}

.hb_comments_title .title span {
    font-size: 14px;
    color: #9bab9a;
}

.hb_comments_title .button a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    background-color: var(--first-contrast-color);
    border-radius: 24px;
    padding: 10px;
}

.hb_comments_title .button a:hover {
    background-color: var(--third-contrast-color);
    color: var(--second-contrast-color);
}

#hb_comments ul {
    list-style: none;
}

.hb_comment_header {
    display: flex;
    align-items: flex-end;
}

.hb_author_avatar img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    box-shadow: 0 .2rem 1.9rem 0 rgba(0, 0, 0, .08);
    border: 2px solid #fff;
    margin: 0;
}

.hb_comment_meta {
    padding-left: 20px;
}

.hb_comment_meta h6 {
    margin-bottom: 0px;
}

.hb_comment_author span {
    font-size: 14px;
    font-style: italic;
}

.hb_comment_author {
    display: flex;
    flex-direction: column;
}

.hb_comment_text {
    padding: 20px 0 0 80px;
    word-break: break-word;
}

.hb_comment_text a {
    word-break: break-all;
}

.hb_comment_respond {
    padding-top: 20px;
    border-top: 2px solid #9bab9a;
}

.hb_comment_respond .comment-notes {
    font-size: 14px;
}

.comment {
    border-bottom: 1px solid rgba(155, 171, 154, 0.2);
    padding-top: 40px;
}

.comment:last-of-type {
    border-bottom: none;
}

.byuser,
.posted-by-admin {
    padding-left: 80px;
}

#commentform #comment {
    width: 100%;
    padding: 10px;
    background-color: rgba(44, 44, 44, 0.2);
    border: none;
    outline: none;
}

#commentform #author,
#commentform #email,
#commentform #url {
    background-color: rgba(44, 44, 44, 0.2);
    border: none;
    outline: none;
    padding: 10px;
    width: 100%;
}

.comment_form_privacy {
    margin-bottom: 20px;
}

.hb_privacy_check {
    margin-right: 10px;
}

.hb_comment_privacy {
    font-size: 14px;
}

.hb_btn_wrapper.hb_comment_btn {
    margin-bottom: 40px;
}

.hb_comment_btn .hb_button {
    background-color: #9bab9a;
}

#commentsubmit {
    background-color: transparent;
    border: none;
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
}

.error {
    padding: 10px 0;
    font-size: 14px;
    font-style: italic;
    color: #FF0000;
}

::placeholder {
    font-family: "Inter", Arial, sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #2c2c2c;
    opacity: 1;
}

:-ms-input-placeholder {
    font-family: "Inter", Arial, sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #2c2c2c;
}

::-ms-input-placeholder {
    font-family: "Inter", Arial, sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #2c2c2c;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Related Pages //////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hb_rp_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 20px;
    padding: 40px 0;
}

.hb_rp_wrapper figure {
    margin: 10px 0;
    flex: 1 0 31.3%;
}

.hb_rp_wrapper figure:last-child {
    margin-right: 0;
}

.hb_rp_wrapper figcaption {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 14px;
}

#hb_rp_bg_img {
    background-image: none;
    background-color: #9bab9a;
}

.hb_rp_image {
    height: 240px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hb_rp_image {
    border-radius: 24px;
    opacity: 1;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.hb_rp_img_link:hover .hb_rp_image {
    opacity: 0.8;
}

.hb_rp_wrapper a,
.hb_rp_wrapper a:link {
    text-decoration: none;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Searchform /////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.search-form-on-results-page .searchform {
    margin-bottom: 4rem;
    max-width: 50%;
    gap: .5rem;
}

@media only screen and (max-width: 1024px) {
    .search-form-on-results-page .searchform {
        max-width: 100%;
    }
}

.search-form-on-results-page .searchform input[type="text"] {
    display: inline-block;
    border: 1px solid var(--first-contrast-color);
    line-height: normal;
    font-size: 18px;
    font-family: Inter, Arial, sans-serif;
    padding: 0 1rem;
    min-height: 47px;
}

.search-form-on-results-page .searchform .submit {
    display: inline-block;
    font-family: Inter, Arial, sans-serif;
    background-color: var(--first-contrast-color);
    border-radius: 0;
    border: 1px solid rgb(44, 44, 44);
    padding: 10px 30px;
    cursor: pointer;
    font-size: 18px;
    color: var(--alink-color);
    letter-spacing: -0.033em;
    transition: border-color .3s, background-color .3s;
    min-height: 47px;
}

.search-form-on-results-page .searchform .submit:hover,
.search-form-on-results-page .searchform .submit:focus {
    background-color: var(--third-contrast-color);
    border-color: var(--third-contrast-color);
    color: var(--second-contrast-color);
}

.search .get_more:hover {
    color: var(--alink-color);
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Slick Slider ///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide:last-child {
    margin-right: 0;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    display: block;
    padding: 0;
    cursor: pointer;
    z-index: 100;
    background-image: url('data:image/svg+xml,<svg fill="none" height="25" viewBox="0 0 25 25" width="25" xmlns="http://www.w3.org/2000/svg"><path d="m6.30566 9.07227 6.00004 6.00003 6-6.00003" stroke="%239bab9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></svg>');
    background-size: cover;
    background-color: hsla(0, 0%, 0%, 0.1);
    border-radius: 6px;
    height: 42px;
    width: 44px;
    position: absolute;
    right: 30px;
    top: 50%;
    transition: all 0.4s ease;
    color: transparent;
    border: none;
    outline: none;
}

.slick-prev {
    left: -60px;
    transform: translateY(-50%) rotate(90deg);
}

.slick-next {
    right: -60px;
    transform: translateY(-50%) rotate(-90deg);
}

.slick-disabled {
    opacity: 0.4;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    border: 2px solid #9bab9a;
    border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    line-height: 10px;
    position: absolute;
    top: 2px;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    font-size: 40px;
    color: #9bab9a;
}

/* Borlabs Content Blocker height fix */
body .brlbs-cmpnt-content-blocker {
    max-height: 500px;
}

.toc-sticky {
    position: sticky;
    top: 120px;
}