/* 
Theme Name: akd - Hello Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;400;700&display=swap');

html{
    font-size: clamp(18px, 1.45vw, 20px);
}

body{
    font-family: 'Josefin Sans', sans-serif;
    color: #333;
    background: url("https://awareness-kollektiv-dresden.org/wp-content/uploads/2023/02/Zebra_pattern_seamless.jpg");
    background-size: 420px;
}

.elementor *{
    font-family: 'Josefin Sans', sans-serif !important;
    color: #333;
}

.elementor a{
    color: #dd00fe;
}

h1.site-title{
    display: inline;
}


main, footer, header {
    width: 1200px;
    max-width: 90vw;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 40px;
}
header.site-header{
    padding: 20px 40px 20px 40px;
    margin-top: 20px;
}

.site-footer{
    padding-top: 20px;
    
}

.site-header .site-branding{
    flex-direction: row;
}

main#content{
    width: 1200px;
    max-width: 90vw;
    overflow: hidden;
}

a{
    color: #dd00fe;
    text-decoration: none;
}

.site-navigation{
    align-items: normal;
        padding-top: 50px;
}

.site-navigation ul.menu li a {
    display: block;
    padding: 2px 15px;
}

.page-id-6 .page-header{
    display: none;
}

.page-header{
    padding: 0px 40px 20px 0px;
}

.header-inner{
    max-width: none;
}

.site-header .header-inner{
    max-width: none !important;
}

h1.site-title{
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1;
}

h1.entry-title{
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 1em;
    font-size: 1.3rem;
    font-weight: 700;
}

h2{
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 2rem;
}


footer{
    margin-top: 0em;
}

footer .footer-inner{   
    padding-top: 0.5em;
}

header .site-description{
   line-height: 1.1;
    color: #000;
    font-weight: bold;
    padding-top: 22px;
    padding-left: 3px;
    max-width: 100px;
}

header .menu a{
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    
}

header .menu li:hover a{
    color: #333;
}
header .site-navigation ul.menu li{
    padding: 0 10px;
}
header .site-navigation ul.menu li a{
    padding: 0;
    letter-spacing: -0.3;
}
header .site-navigation ul.menu li.current-menu-item a{
    border-bottom: 4px solid #333;
}


.footer-inner{
    border-top: 1px solid #333;
    padding-top: 20px;
}


.site-footer:not(.footer-stacked) .footer-inner .site-branding, .site-footer:not(.footer-stacked) .footer-inner .copyright {
    max-width: none;
}


.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
    padding: 0;
}

.elementor-widget-tabs .elementor-tab-title.elementor-active, .elementor-widget-tabs .elementor-tab-title.elementor-active a{
    color: #dd00fe;
}

.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{
    color: #dd00fe;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{
    border-top: 4px solid #333;
}

.elementor-11 .elementor-tabs-content-wrapper{
    border-left: 0;
}

[class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-navigation-toggle-holder{
    padding: 0 15px;
}
.site-navigation-toggle-holder .site-navigation-toggle {
    font-size: 35px;
}
.site-navigation-toggle-holder.show .site-navigation-toggle i:before {
    content: "\e816";
}

.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before {
    content: "\e87f";
}

/* POD ITEMS */

.item-title{
    margin-bottom: 1em;
}

.item-title a{
    text-decoration: none;
}


@media (min-width: 1200px){
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1200px;
    }
    .elementor-section{
        max-width: 1200px;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 20px;
  }
  main, footer, header {
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 10px;
   }
   .site-header{
        padding: 20px 10px 0 10px;
   }

}