/*
Theme Name: Zuki Child
Theme URI:
Description: Lucia Child Theme
Author: Christian Stender
Author URI: http://www.lucia-weihnachtsmarkt.de/
Template: zuki
Version: 1.0
Tags: Zuki Child Theme
*/

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(fonts/poppins/Poppins-Regular.ttf) format('opentype');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(fonts/poppins/Poppins-SemiBold.ttf) format('opentype');
}

/**
 * Some basic reset and a11y CSS
 */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.using-keyboard a:active,
.using-keyboard a:focus,
.using-keyboard input:active,
.using-keyboard input:focus {
    outline-style: auto;
}

.gform_wrapper .top_label .required-hidden .gfield_label {
    display: none;
}

.page .site-content .page {
    padding: 0;
}

/*Franziska Style Anpassungen*/
body {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 1px;
}

h2 {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 1px;
}

h3 {
    margin: 8px 0 8px;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px;
}

p {
    letter-spacing: 1px;
}
.has-drop-cap:not(:focus)::first-letter {
    font-size: 4rem;
}
/*Franziska Style Blog*/
.widget-area .widget {
    padding: 30px 0 60px;
}

.entry-header h1.entry-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 1px;
    font-weight: 600;
}

.rp-medium-two .entry-author {
    display: none;
}

.single-post .post .entry-header .entry-author {
    display: none;
}

.rp-medium-two .entry-date {
    display: none;
}

.single-post .post .entry-header .entry-cats {
    display: none;
}

.entry-content ul, .entry-content ol {
    padding-left: 0px;
}

/*Franziska Style Buttons*/
.wp-block-button .wp-block-button__link {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    line-height: 26px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px;
    border-radius: 0;
    border: solid 3px #000;
}

a.standard-btn {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
}

#mc_embed_signup input#mc-embedded-subscribe, #mc_embed_signup input#mc-embedded-subscribe:focus {
    font-family: Poppins, sans-serif;
    line-height: 46px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0 20px;
    border: 2px;
    background: #000;
}

#masthead-container {
    background-color: #000;
}

#masthead {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    padding: 19px 20px;
}
#site-title {
    padding: 0;
    margin: 0 auto 0 0;
}
#site-header a {
    line-height: 0;
}

#header-top-nav {
    display: none;
}

@media screen and (min-width: 1260px) {
    #header-top-nav {
        display: block;
    }
}

#header-top-nav {
    padding: 0;
    margin: 0;
    line-height: 0;
    font-size: 0;
}
#header-top-nav a {
    color: #8e8e93;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 2px;
}
#header-top-nav .current_page_item {
    border-color: #fff;
}
#header-top-nav .current_page_item a {
    color: #fff;
}
#header-top-nav ul {
    padding: 0;
    margin: 0;
    white-space: nowrap;
}
#header-top-nav ul li {
    padding: 0 6px 0 8px;
    margin: 0 9px;
    border: solid 1px #8e8e93;
}

.menu-social-container {
    padding: 0;
    margin: 0;
    line-height: 0;
    font-size: 0;
}
#header-social-nav.menu-social-container {
    display: none;
}
@media screen and (min-width: 1260px) {
    #header-social-nav.menu-social-container {
        display: block;
    }
}
.menu-social-container ul {
    padding: 0;
    margin: 0;
}
.menu-social-container li {
    padding: 0 3px 0;
}
.menu-social-container li a {
    width: 19px;
    height: 19px;
    color: #000;
    background-color: #8e8e93;
    border-radius: 4px;
    padding: 0;
    line-height: 19px;
}
.menu-social-container .menu li a::before {
    width: 19px;
    height: 19px;
    padding: 2px 0;
}
#language-top-nav ul {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin: 0 20px 0;
    padding: 0;
    white-space: nowrap;
}
#language-top-nav ul li {
    display: inline-block;
}
#language-top-nav ul li:not(:last-child)::after {
    content: " / ";
    color: #8e8e93;
}
#language-top-nav ul li a {
    color: #8e8e93;
}
#language-top-nav ul li.current-lang a {
    color: #fff;
}

#mobile-menu-toggle {
    margin: 0;
}
#mobile-menu-toggle:: after {
    color: #000;
}!important

#site-nav {
    padding: 0;
    margin: 30px 0;
    text-align: right;
}
@media screen and (min-width: 1260px) {
    #site-nav {
        margin: 0;
    }
}
@media screen and (min-width: 1260px) {
    #site-nav .nav-menu {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}
#site-nav ul {
    text-align: right;
    margin-right: 30px;
}
@media screen and (min-width: 1260px) {
    #site-nav ul {
        text-align: center;
        margin: 0;
    }
}
#site-nav ul li {
    height: auto;
    border: 0 none;
    padding: 0;
}
@media screen and (min-width: 1260px) {
    #site-nav ul li {
        padding: 15px 0;
    }
}
#site-nav ul li a {
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 3.23;
    letter-spacing: 1px;
}
@media screen and (min-width: 1260px) {
    #mobile-wrap-top-nav {
        display: none;
    }
}
#site-nav ul li.current_page_item a {
    color: #8e8e93;
    border-bottom: 2px solid #8e8e93;
}
#mobile-wrap-top-nav ul li {
    padding: 0;
    margin: 0;
}
#mobile-wrap-top-nav ul li a {
    padding: 2px 5px;
    border: solid 2px #000;
}
#mobile-wrap-top-nav ul li.current_page_item a {
    color: #8e8e93;
    border-color: #8e8e93;
}

#mastfooter-container {
    background-color: #000;
}

#colophon {
    padding: 0 20px;
}
#footerwidgets-wrap {
    padding: 30px 20px 30px;
}
@media screen and (min-width: 1260px) {
    #colophon,
    #footerwidgets-wrap {
        max-width: 1200px;
        margin: 0 auto;
        padding: 30px 0 20px;
    }
}
#footer-one,
#footer-two,
#footer-three,
#footer-four,
#footer-five {
    border: 0 none;
}
#footerwidgets-wrap .widget-area .widget,
#footerwidgets-wrap .widget_nav_menu > div > .menu {
    padding: 0;
    margin: 0;
}
#colophon,
#footerwidgets-wrap,
#footerwidgets-wrap h1,
#footerwidgets-wrap h2,
#footerwidgets-wrap h3,
#footerwidgets-wrap h4,
#footerwidgets-wrap h5,
#footerwidgets-wrap h6,
#footerwidgets-wrap .textwidget,
#footerwidgets-wrap .widget-title,
#footerwidgets-wrap .widget-area .widget ul li {
    color: #8e8e93;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.307692;
}
#footerwidgets-wrap .widget-area .widget ul li {
    padding: 0;
}
.menu-social-container a::before {
    color: #000;
}
#footerwidgets-wrap a {
    color: #8e8e93;
    text-decoration: underline;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 1px;
}
#footerwidgets-wrap .widget_nav_menu a {
    text-transform: uppercase;
}
#colophon a {
    color: #8e8e93;
    text-decoration: underline;
}
#colophon {
    padding: 40px 0;
}
.parallax {
    transition: none !important;
}
