/*
Theme Name:   Polite Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Polite Child Theme
Author:       Florian Frost
Author URI:   http://example.com
Template:     polite
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  politechild
*/

/* Header */
.top-bar-area .container
{
    position: relative;
    height: 200px;
    background: url("/wp-content/uploads/2023/07/20230713_header_lerntherapie-michler.jpeg");  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#top-nav
{
    position: absolute;
    top: 15px;
    right: 15px;
}
#menu-top-menu
{
    display: flex!important;
    flex-direction: column;
}
.top-menu > ul > li> a
{
    padding: 0;
    line-height: 25px;
}
.header-1 .head_one
{
    display: none;
}
.main-menu
{
    border-top: 1px solid #000;
}
#primary-menu
{
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.header-1 .main-menu > ul > li > a
{
    line-height: 20px;
    padding-top: 10px;
    text-transform: none;
    font-size: 1.5rem;
}
.header-1 .main-menu > ul > li > a::before
{
    content: "\2022";
    color: #FDB913;
    font-weight: bold;
    display: inline-block; 
    width: 2em;
    position: absolute;
    left: 15px;
    top: -14px;
    font-size: 3rem;
}
.header-1 .main-menu > ul > li:first-child > a::before
{
    left: -3px;
}
.header-1 .main-menu > ul > li.current-menu-item > a::before
{
    color: #D42929;
}
#menu-item-308
{
    display: none!important;
}

/* Content */
.breadcrumbs-wrap
{
    display: none;
}
ul
{
    list-style: none;
}
ul li::before
{
    content: "\2022";
    color: #FDB913;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
.post-excerpt a,
.post-excerpt a,
.content a,
.content a
{
    text-decoration: none!important;
}
.post-excerpt a:hover,
.post-excerpt a:hover,
.content a:hover,
.content a:hover
{
    color:#FDB913;
}
.wp-block-heading
{
    margin-top: 2rem;
}

/* Footer */
.site-info
{
    display: none;
}
.site-footer ul li::before
{
    content: "";
}
.footer-menu li a
{
    line-height: 2;
}
#menu-item-53
{
    display: none;
}

@media screen and (max-width: 1200px) {
    #menu-item-308
    {
        display: inline-block!important;
    }
    #menu-item-85
    {
        display: none!important;
    }
}
@media screen and (max-width: 992px) {
    #menu-item-308
    {
        display: none!important;
    }
    #menu-item-85
    {
        display: inline-block!important;
    }
    #primary-menu
    {
        display: none;
    }
    .main-menu
    {
        border: 0;
    }
    #site-navigation
    {
        border-top: 1px solid #000;
    }
    .bar-menu
    {
        float: right;
    }
    .header-1 .main-menu > ul > li > a::before
    {
        display: none;
    }
    .header-1 .main-menu > ul > li::before
    {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .wp-block-columns
    {
        flex-direction: column-reverse;
    }
    .wp-block-image
    {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 600px)
{
    #top-nav
    {
        display: none;
    }
    .menu-item-53
    {
        display: block;
    }
    footer .row
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .top-bar-area .container
    {
        background: url('/wp-content/uploads/2023/08/20230724_header_lerntherapie-michler_600x450-pix.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}