/**
 *
 * Theme Name:        derpodcastburrito.de (2021)
 * Theme URI:         https://iwlink.de/iw-base-theme-en
 * Description:       Child Theme based on the inwendo Base Theme for customized design and function
 * Author:            inwendo
 * Author URI:        https://iwlink.de/wp-themes-en
 * Version:           1.1.0.2
 * 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 informations along with this program.
 * If not, see:
 * <https://www.gnu.org/licenses/> (GNU General Public License)
 * <https://inwendo.de/licenses/> (Author)
 */

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

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

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

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: 600;
    color: #f29f1b;
}

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

/* Generell Link Style */
a {
    color: #f29f1b;
}

a:hover {
    color: #da9019;
}

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

.header_wrapper.inside_grid {
    display: flex;
    flex-direction: column-reverse;
}

.header_area .header_logo a {
    display: block;
}

.header_area .header_logo {
    margin: 0 auto;
}

/* Main Menu */
nav.header_navigation {
    display: flex;
    float: unset;
    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: 700;
    color: #101010;
}

/* 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: #da9019 !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: #da9019;
}


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: 30px auto;
}

nav.fullscreen_nav {
    background: #FFFFFF;
}

.mobile_navigation ul.mobile-menu {
    padding: 60px 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: 700;
    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: #da9019;
}

.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: 700;
    color: #FFFFFF;
}

.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: #f29f1b;
}

/*  Linktree Styles */
.iw-linktree .header_area .header_wrapper.outside_grid {
    padding: 0 50px;
}

.iw-linktree .header_area .header_logo {
    text-align: center;
}

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

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

.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: 2px solid #f29f1b;
    padding: 12px 30px 11px 30px;
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    background-color: #f29f1b;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    color: #fff;
    width: 240px;
}

.iw_wbs_button button:hover {
    background-color: #fff;
    color: #f29f1b;
}

/* 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: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #101010;
    border: 2px solid #f29f1b;
    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::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 #f29f1b;
    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: #f29f1b;
    border: 2px solid #f29f1b;
}

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

.iw_contact_form input.wpcf7-submit {
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1.4px;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 2px solid #101010;
    width: inherit;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #101010;
    padding: 15px 50px 14px 50px;
    margin: 0;
}

.iw_contact_form input.wpcf7-submit:hover {
    background-color: #4D4D4D;
    border: 2px solid #4D4D4D;
    color: #FFFFFF;
}

.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;
}

@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 {
        flex-direction: column;
        padding: 21px 15px 17px 15px;
    }

    .footer_area .footer_copyright_row .content_wrapper {
        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_wrapper.inside_grid {
        padding-bottom: 0 !important;
    }

}
