/**
 *  inwendo Base Theme - Child
 *
 * Theme Name:        lokal-kaffeehaus.de (2023)
 * Theme URI:         https://iwlink.de/wp-themes-en
 * Description:       Child Theme based on the inwendo Base Theme for customized design and function
 * Version:           1.0.0
 * Author:            inwendo GmbH
 * Author URI:        https://iwlink.de/wp-websites-en
 * Template:          inwendo-base-theme
 * Text Domain:       iw-base-theme-child
 * Domain Path:       /languages
 * License:           GPL v3
 *
 * You should have received a copy of the GNU General Public License
 * and further information along with this program.
 * If not, see:
 * <https://www.gnu.org/licenses/> (GNU General Public License)
 * <https://inwendo.de/licenses/> (Author)
 */


/* Fonts */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Overpass", sans-serif;
    color: #101010;
}

h1 {
    font-size: 44px;
    line-height: 70px;
    font-weight: 300;
}

h2 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 300;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
}

h5 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 900;
}

body {
    font-family: "Overpass", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #101010;
}

/* Generell Link Style */
a {
    color: #101010;
    text-decoration: underline;
}

a:hover {
    color: #101010;
    text-decoration: none;
}

/* Header */
.header_area {
    background: #FFFFFF;
}

.header_area .header_info_wrapper {
    background: #101010;
    padding: 12px 40px;
}

.iw_cpt_opening_hours_widget {
    color: #FFFFFF;
    font-size: 12px;
}

.iw_cpt_opening_hours_widget .iw_cpt_ohw_is_open_text {
    font-weight: 700;
}

.iw_cpt_opening_hours_widget .iw_cpt_ohw_next_change_text {
    padding-left: 20px;
    font-weight: 300;
}

.header_wrapper.outside_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.iw-header-info-widgets-wrapper.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.iw-widget.iwwpsocialnetworksiconwidget-3.widget_iwwpsocialnetworksiconwidget {
    padding-left: 20px;
}

/* Main Menu */
nav.header_navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header_area ul.desktop-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.header_area ul.desktop-menu > li:first-child,
.header_area ul.desktop-menu > li,
.header_area ul.desktop-menu > li:last-child {
    padding: 0 20px;
}

/* Header Menu - Desktop - Standard */
.header_area ul.desktop-menu > li .menu-item-link-wrapper > a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #101010;
    text-transform: uppercase;
}

/* Header Menu - Desktop - Focus, Hover */
.header_area ul.desktop-menu > li .menu-item-link-wrapper > a:focus,
.header_area ul.desktop-menu > li .menu-item-link-wrapper > a:hover,
.header_area ul.desktop-menu > li.current_page_parent .menu-item-link-wrapper > a,
.header_area ul.desktop-menu > li .menu-item-link-wrapper > ul.dropdown-menu > li .menu-item-link-wrapper > a:focus,
.header_area ul.desktop-menu > li .menu-item-link-wrapper > ul.dropdown-menu > li .menu-item-link-wrapper > a:hover {
    color: #F0B73F !important;
}

/* Header Menu - Desktop - Standard, Focus, Hover - Active */
.header_area ul.desktop-menu > li.active .menu-item-link-wrapper > a,
.header_area ul.desktop-menu > li.active .menu-item-link-wrapper > a:hover,
.header_area ul.desktop-menu > li.active .menu-item-link-wrapper > a:focus,
.header_area ul.desktop-menu > li.current_page_parent .menu-item-link-wrapper > a,
.header_area ul.desktop-menu > li .menu-item-link-wrapper > ul.dropdown-menu > li.active .menu-item-link-wrapper > a,
.header_area ul.desktop-menu > li .menu-item-link-wrapper > ul.dropdown-menu > li.active .menu-item-link-wrapper > a:focus,
.header_area ul.desktop-menu > li .menu-item-link-wrapper > ul.dropdown-menu > li.active .menu-item-link-wrapper > a:hover {
    color: #F0B73F;
}

.iw-widget.mobile_menu_buttons {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 64px;
    height: 64px;
    z-index: 99;
}

.iw-widget.mobile_menu_buttons button.mobile_navigation_button.open, .iw-widget.mobile_menu_buttons button.mobile_navigation_button.close {
    background-color: #F0B73F;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    width: 64px;
    height: 64px;
    position: fixed;
    margin: 0;
}

button.mobile_navigation_button {
    left: 0;
    right: 0;
    margin: 15px auto;
}

button.mobile_navigation_button.open,
button.mobile_navigation_button.close {
    right: 0;
}

button.mobile_navigation_button.open {
    position: inherit;
    margin: 9px auto;
}

nav.fullscreen_nav {
    background: #FFFFFF;
}

.mobile_navigation ul.mobile-menu {
    padding: 80px 30px 30px 30px;
}

.mobile_navigation ul.mobile-menu > li {
    padding: 12.5px 0;
}

.mobile_navigation ul.mobile-menu > li .menu-item-link-wrapper > a {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #101010;
}

.mobile_navigation ul.mobile-menu > li.active .menu-item-link-wrapper > a,
.mobile_navigation ul.mobile-menu > li.active .menu-item-link-wrapper > a:hover,
.mobile_navigation ul.mobile-menu > li.active .menu-item-link-wrapper > a:focus,
.mobile_navigation ul.mobile-menu > li.current_page_parent .menu-item-link-wrapper > a,
.mobile_navigation ul.mobile-menu > li .menu-item-link-wrapper > a:hover,
.mobile_navigation ul.mobile-menu > li .menu-item-link-wrapper > a:focus {
    color: #F0B73F;
}

.mobile_navigation ul.mobile-menu > li .menu-item-link-wrapper > ul.dropdown-menu {
    padding: 10px 0 0 0;
}

.mobile_navigation ul.mobile-menu > li .menu-item-link-wrapper > ul.dropdown-menu > li .menu-item-link-wrapper > a {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    color: #101010;
}

.mobile_navigation ul.mobile-menu > li .menu-item-link-wrapper > ul.dropdown-menu li .menu-item-link-wrapper > a:hover,
.mobile_navigation ul.mobile-menu > li .menu-item-link-wrapper > ul.dropdown-menu li .menu-item-link-wrapper > a:focus {
    color: #F0B73F;
}

/* Footer */
.footer_area {
    min-height: unset;
    background-color: #DEDEDE;
}

.footer_area .footer_content_area {
    display: none;
}

/* Copyright Row */
.footer_area .footer_copyright_row {
    padding: 21px 40px 17px 40px;
    background-color: #DEDEDE;
}

.footer_area .footer_copyright_row .footer_copyright {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #101010;
}

.footer_area .footer_copyright_row .footer_copyright-widget-col {
    padding-right: 15px;
}

/* Footer Menu - List Wrapper */
ul.footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.footer-menu > li:first-child,
ul.footer-menu > li,
ul.footer-menu > li:last-child {
    padding: 0 25px;
}

ul.footer-menu > li .menu-item-link-wrapper > a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #101010;
    text-decoration: none;
}

/* -- Footer Menu Link - Hover and Focus */
ul.footer-menu > li .menu-item-link-wrapper > a:hover,
ul.footer-menu > li .menu-item-link-wrapper > a:focus,
ul.footer-menu > li.active .menu-item-link-wrapper > a,
ul.footer-menu > li.active .menu-item-link-wrapper > a:hover,
ul.footer-menu > li.active .menu-item-link-wrapper > a:focus,
ul.footer-menu > li.current_page_parent .menu-item-link-wrapper > a {
    text-decoration: underline;
    color: #101010;
}

.footer_area .footer_copyright_row .footer_tal_row img {
    height: 20px;
}

/* WBS Button */
.iw_wbs_button button {
    border: none;
    padding: 16px 50px 14px 50px;
    font-family: "Overpass", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    background-color: #101010;
    letter-spacing: 0.416px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #fff;
    width: 240px;
}

.iw_wbs_button button:hover {
    background-color: #F0B73F;
    color: #101010;
}

/* CF7 Styling */
.iw_contact_form {
    padding-bottom: 25px;
}

.iw_contact_form .standard_row {
    padding: 0;
}

.iw_contact_form .content-element.half {
    margin-top: -5px;
}

.iw_contact_form .content-element.half.left {
    padding: 0 15px 0 0;
}

.iw_contact_form .content-element.half.right {
    padding: 0 0 0 15px;
}

.iw_contact_form .standard_row_headline,
.iw_contact_form .content-note {
    font-family: inherit;
    font-size: 14px;
    line-height: 22px;
    color: #101010;
}

.iw_contact_form .standard_row_headline {
    padding: 25px 0 0 0;
}

.iw_contact_form .content-note {
    padding: 0;
}

/* Style for fields */
.iw_contact_form input,
.iw_contact_form textarea,
.iw_contact_form .iw-cf7-file span::after,
.iw_contact_form .iw-custom-select .option,
.iw_contact_form .iw-custom-select .select-field,
.iw_contact_form .iw-custom-select .option-wrapper {
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    color: #101010;
    border: 1px solid #101010;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #FFFFFF;
    padding: 13px 20px 10px 20px;
}

/* Placeholder, all colors should be the same */
.iw_contact_form input::-webkit-input-placeholder,
.iw_contact_form textarea::-webkit-input-placeholder {
    color: #101010;
}

.iw_contact_form input::-moz-placeholder,
.iw_contact_form textarea::-moz-placeholder {
    color: #101010;
}

.iw_contact_form input:-ms-input-placeholder,
.iw_contact_form textarea:-ms-input-placeholder {
    color: #101010;
}

.iw_contact_form input::-ms-input-placeholder,
.iw_contact_form textarea::-ms-input-placeholder {
    color: #101010;
}

.iw_contact_form input::-webkit-input-placeholder, .iw_contact_form textarea::-webkit-input-placeholder {
    color: #101010;
}

.iw_contact_form input::-moz-placeholder, .iw_contact_form textarea::-moz-placeholder {
    color: #101010;
}

.iw_contact_form input:-ms-input-placeholder, .iw_contact_form textarea:-ms-input-placeholder {
    color: #101010;
}

.iw_contact_form input::-ms-input-placeholder, .iw_contact_form textarea::-ms-input-placeholder {
    color: #101010;
}

.iw_contact_form input::placeholder,
.iw_contact_form textarea::placeholder {
    color: #101010;
}

.iw_contact_form textarea {
    height: 100px;
}

/* Styles for acceptance_row */
.iw_contact_form .acceptance_row {
    padding: 25px 0 0 0;
    margin: 0 0 0 30px;
}

.iw_contact_form .acceptance_row a {
    color: #101010;
    text-decoration: underline;
}

.iw_contact_form .acceptance_row a:hover {
    text-decoration: none;
}

.iw_contact_form .acceptance_row label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #101010;
}

.iw_contact_form .acceptance_row input[type=checkbox] + span::before,
.iw_contact_form .checkbox-element input[type="radio"] + span::before {
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    display: block;
    content: "";
    float: left;
    border: 2px solid #F0B73F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 6px 10px 0 -30px;
}

.iw_contact_form .acceptance_row input[type=checkbox]:checked + span::before {
    background-color: #F0B73F;
    border: 2px solid #F0B73F;
}

/* Style for Submit Area */
.iw_contact_form .submit_row {
    padding: 25px 0 0 0;
    text-align: left;
}

.iw_contact_form input.wpcf7-submit {
    border: none;
    padding: 16px 50px 14px 50px;
    font-family: "Overpass", sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    background-color: #101010;
    letter-spacing: 0.416px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #fff;
    width: 240px;
}

.iw_contact_form input.wpcf7-submit:hover {
    background-color: #F0B73F;
    color: #101010;
}

.iw_contact_form input.wpcf7-submit:hover:disabled, .iw_contact_form input.wpcf7-submit:disabled {
    background-color: #EFEFEF;
    border: 2px solid #EFEFEF;
    color: #CCCCCC;
    cursor: not-allowed;
}

.iw_cpt_opening_hours_table {
}

.iw_cpt_opening_hours_table table {
    text-align: left;
    border-spacing: 2px 10px;
}

.iw_cpt_opening_hours_table table th,
.iw_cpt_opening_hours_table table td {
    vertical-align: top;
}

.iw_cpt_opening_hours_table table th {
    padding-right: 15px;
}

.iw_cpt_opening_hours_table table td.divider {
    padding: 0 5px;
}

@media screen and (max-width: 768px) {

    /* Fonts */
    h1 {
        font-size: 36px;
        line-height: 58px;
    }

    h2 {
        font-size: 26px;
        line-height: 42px;
    }

    h3 {
        font-size: 22px;
        line-height: 35px;
    }

    h4 {
        font-size: 20px;
        line-height: 32px;
    }

    h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .footer_area .footer_copyright_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 21px 15px 17px 15px;
    }

    .footer_area .footer_copyright_row .content_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer_area .footer_copyright_row .footer_copyright {
        padding: 0 0 20px 0;
    }

    .footer_area .footer_copyright_row .footer_copyright-widget-col {
        padding: 0 0 15px 0;
    }

    ul.footer-menu > li:first-child,
    ul.footer-menu > li,
    ul.footer-menu > li:last-child {
        padding: 0 15px 5px 0;
    }

    .footer_area .footer_copyright_row .footer_tal_row img {
        text-align: left;
        height: unset;
    }

}

@media screen and (max-width: 520px) {

    /* Fonts */
    h1 {
        font-size: 30px;
        line-height: 48px;
    }

    h2 {
        font-size: 24px;
        line-height: 38px;
    }

    h3 {
        font-size: 20px;
        line-height: 32px;
    }

    h4 {
        font-size: 18px;
        line-height: 28px;
    }

    h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .header_area .header_info_wrapper {
        padding: 12px 15px;
    }

    .iw_cpt_opening_hours_widget .iw_cpt_ohw_next_change_text {
        padding-left: 15px;
    }

}
