/*
 Theme Name:   Twenty Twenty Child
 Description:  Neuneinhalb Theme
 Author:       
 Author URI:   
 Template:     twentytwenty
 Version:      1.0
 Text Domain:  twenty-twenty-child
*/

@import "assets/css/barlow-semi-condensed.css";
@import "assets/fontawesome/css/all.css"; 
/* @import "assets/css/fontawesome.css"; */

html, body, p, div, h1, h2, h3, h4, h5, a, span  {
    font-family: Barlow Semi Condensed, sans-serif !important;
}

.eventer i {
    font-family: simple-line-icons !important;
}

/* font-awesome  */
i.fa, i.far, i.fas {
    font-family: Font Awesome 5 Pro !important; /* Font Awesome 5 Pro | fontawesome */
}


/* hide content blocks */
.hide {
    display: none;
}

h1, h2 {
    text-transform: uppercase;
    letter-spacing: 0.3rem;
}
.entry-content .entry-card-wrap h3 {
    font-size: 2rem;
    margin: 0 0 0.5rem 0;
}
@media (min-width: 700px) {
    .entry-content .entry-card-wrap h3 {
        font-size: 2rem;
        margin: 0 0 0.5rem 0;
    }
}

/*
 * header
 ******************************/

#site-header {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 72px;
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}


.nav-toggle .toggle-inner {
    padding-top: 0;
}
.nav-toggle .toggle-icon {
    height: 2.5rem;
    max-width: 2.3rem;
    width: 2.3rem;
}
.menu-top button.close-nav-toggle:focus {
    outline:0 !important;
}

.header-navigation-wrapper .primary-menu-wrapper ul > li.menu-item.menu-item-has-children > a:hover {
    text-decoration: none;
}


#site-content {
    padding-top: 72px;
}

.header-inner {
    max-width: 120rem;
    padding: 1.4rem 0;
}

.singular .entry-header, 
.singular .featured-media:before {
    background: none;
}

.cover-header-inner {
    padding: 10rem 0;
}
@media (min-width: 700px) {
    .cover-header-inner {
        padding: 15rem 0 10rem 0;
    }
}

/**
 * Cursor presentation in modified primary menu 
 * Items are no longer links
 */
ul.primary-menu > li.menu-item {
	cursor: pointer;
}
ul.primary-menu > li.current-menu-parent a:not([href]) {
	text-decoration: underline;
}

/**
 * Submenu
 * Avoid text-decoration toggle effect
 */
.primary-menu li.current-menu-item > a:hover  {
    text-decoration: underline;
}


/*
 * footer
 ******************************/

.to-top-wrapper {
    margin-bottom: 2rem;
}

#site-footer #footer-section-1.section-inner {
    margin-bottom: 3rem;
    display: grid;
    justify-content: center;
    align-items: center;
}
#site-footer #footer-section-1.section-inner > div {
    /*border: 1px solid grey;*/
    margin: 2rem 0;
    vertical-align: top; 
    text-align: center;
}
#site-footer #footer-section-1.section-inner div.logo {
    margin: 4rem 0;
}

#site-footer #footer-section-1 .footer-logo-wrapper {
    display: grid;
    justify-content: center;
    align-items: center;
}
#site-footer #footer-section-1 .footer-social-wrapper {
    display: grid;
    justify-content: center;
    align-items: center;
}


#footer-section-2 {
    border-top: 1px solid #707070;
}
@media (min-width: 700px) {
    
    #site-footer #footer-section-1.section-inner {
        margin-bottom: 0;
        grid-template-columns: 25% 50% 25%;
    }
    #site-footer #footer-section-1.section-inner div {
        min-height: 130px;   
    }
    #site-footer #footer-section-1 .footer-contact-wrapper {
        justify-content: left;
        align-items: flex-start;
        text-align: left;
    }    
    #site-footer #footer-section-1 .footer-logo-wrapper {
        /*justify-content: left;
        align-items: flex-start;*/
    }    
    #site-footer #footer-section-1 .footer-social-wrapper {
        justify-content: right;
    }   
}

#footer-section-1 .footer-column.contact {
    font-size: 2rem;
    line-height: 4rem;
}
#footer-section-1 .footer-column.contact strong {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}
#footer-section-1 .footer-column.contact p {
    margin-bottom: 0;
}

.footer-top, .footer-widgets-outer-wrapper, #site-footer {
    padding: 2rem 0 2rem 0;
}


@media (min-width: 700px) {
    .footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
        margin-top: 3rem;
    }
    .footer-top {
        padding: 3rem 0 1rem 0;
    }
    #site-footer {
        font-size: 1.8rem;
        padding: 1rem 0 3rem 0;
    }
}


.footer-menu a {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.footer-social a {
    background-color: #cd2653;
    height: 3.6rem;
    width: 3.6rem;
}
@media (min-width: 1220px) {
    .footer-social a {
        height: 3.6rem;
        width: 3.6rem;
    }
}

ul.footer-social li {
    margin: 0.5rem 0.5rem 0 0.5rem;
}
#site-footer ul.footer-social {
    margin: 0;
}



#site-footer .has-footer-menu .footer-social-wrapper {
    margin-left: 0;
}

.footer-top.has-social-menu {
    display: flex; 
    flex-wrap: wrap;
}

.footer-top nav.footer-menu-wrapper {}


.footer-top nav.footer-social-wrapper {
    width: 100%;
    margin-top: 2rem;
    padding-right: 2rem;
}
@media (min-width: 700px) {
    
    .footer-top nav.footer-social-wrapper {
        width: inherit;
        margin-top: 0;
        padding-right: 0;
    }
}





/*
 * basics
 ******************************/
h1.entry-title {
    font-size: 8rem; /* 60px */
    font-weight: bold;
    letter-spacing: 0.5rem;
}


.entry-content h2 {
    font-size: 4rem;
    /*text-align: center;*/
    letter-spacing: 0.3rem;
    margin-bottom: 4rem;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.entry-content a, .entry-content a {
    text-decoration: none;
}
.entry-content a:hover, .entry-content a:focus {
    text-decoration: underline;
}


/*
 * breadcrumbs
 ******************************/
#breadcrumbs {
    list-style: none;
    margin: 0;
}
#breadcrumbs li {
    display: inline-block;
    margin: 0 1rem 0 0;
}
#breadcrumbs li a {

}
#breadcrumbs li .bread-current {
    text-decoration: underline;
}
#breadcrumbs li .separator {
    color: #A6A6A6;
}

#breadcrumbs li.item-current h1 {
    color: #404040;
    font-size: inherit;
    text-transform: inherit;
    text-decoration: none;
    letter-spacing: inherit;
    margin: 0;
}

/*
@media (min-width: 700px)
ul, ol {
    margin-bottom: 4rem;
}

ul, ol {
    margin: 0 0 3rem 3rem;
}
*/



/*
 * stage
 ******************************/
.post-inner {
    padding-top: 2.5rem;
}

@media (min-width: 1220px) {
    .cover-header + .post-inner {
        padding-top: 5rem;
    }
}

@media (min-width: 700px) {
    .post-inner {
        padding-top: 4rem;
    }    
}





/* page: front page */
.home-title { }



/* page: was_war */
.wp-block-columns.timeline:first-child {
    margin-top: 0;
}
.timeline div:first-child  {

}
.timeline div:first-child p strong {
    font-size: 10rem;
    /*letter-spacing: 0.2rem;*/
}

.timeline div:first-child {

}
.timeline div:first-child p {
    width: 300px;
    min-width: 300px;
}
@media (min-width: 700px) {
    .timeline div:first-child  {
        margin-top: -3rem;
        width: 300px;
    }
    .timeline div:first-child p {
        display: block;
        width: 290px;
        min-width: 290px;
    }   
    
    .timeline div:last-child {
        padding-right: 70px;
    }

}
@media (min-width: 1250px) {
    .timeline div:first-child p {
        text-align: right;
    }  
}


/* page: wer-macht-was */
.club div  {

}
.club div:first-child figure {

}
@media (min-width: 700px) {
    .club div:last-child {
        padding-right: 70px;
    }
    .club div:first-child figure {

    }
}


/* page: search-results */
.search-results .cover-header .entry-header {
    background-color: #fff;
    padding: 4rem 0;
}
@media (min-width: 700px) {
    .search-results .cover-header .entry-header {
        padding: 8rem 0;
    }
}


/* page: 404 */
.error404 .entry-header {
    background-color: #fff;
    padding: 4rem 0;
}
.error404 #site-content {
	padding-top: 4rem;
}
@media (min-width: 700px) {
    .error404 .entry-header {
        padding: 8rem 0;
    }
	.error404 #site-content {
		padding-top: 8rem;
	}
}





/* recent_post_carousel */
.wppsac-post-carousel.design-1 .slick-arrow {
    top: 25%;
    transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
}
.wppsac-post-carousel.design-1 .slick-prev {
    left: -50px !important;
}
.wppsac-post-carousel.design-1 .slick-next {
    right: -50px !important;
}
.wppsac-post-carousel button.slick-prev, 
.wppsac-post-carousel button.slick-next {
    background-color: rgba(0,0,0,0) !important;
}
.wppsac-post-carousel button.slick-next:hover, 
.wppsac-post-carousel button.slick-next:focus, 
.wppsac-post-carousel button.slick-prev:hover, 
.wppsac-post-carousel button.slick-prev:focus {
    background-color: rgba(0,0,0,0) !important;
}
    
.wppsac-post-carousel.design-1 .wppsac-post-image-bg {
    margin-bottom: 0;    
}


.wppsac-post-carousel.design-1 div.wppsac-post-image-bg {
    width: 315px;
    height: 210px;
}
.wppsac-post-carousel.design-1 img.wppsac-post-image-bg {
    max-width: 100%;
    width: 315px;
    max-height: 100%;
    object-fit: cover;
}
@media (min-width: 700px) {
    .wppsac-post-carousel.design-1 div.wppsac-post-image-bg {
        width: 380px;
        height: 253px;
    }
    .wppsac-post-carousel.design-1 img.wppsac-post-image-bg {
        max-width: 100%;
        width: 380px;
        max-height: 100%;
        object-fit: cover;
    }
}


.wppsac-post-carousel.design-1 .wppsac-post-content-position {
    background-color: #ffffff;
    color: #000000;
    padding: 10px 20px;
}
.wppsac-post-carousel.design-1 .wppsac-post-title {
    text-align: center;
}
.wppsac-post-carousel.design-1 .wppsac-post-content {
    padding: 10px 0;
}
.wppsac-post-carousel.design-1 .wppsac-post-content a.wppsac-readmorebtn {
    text-align: center;
}

.wppsac-post-slider.design-3 .wppsac-post-image-bg {
    height: 400px;
}
.wppsac-post-slider .wppsac-post-image-bg img {
    object-fit: cover;
    object-position: center; 
}


.wppsac-post-slider .wppsac-post-date::after {
    background: #e22658;
}

/**
 + shortcode - post loop content 
 */
.entry-card-wrap {
    display: flex; 
    flex-wrap: wrap;
    margin-botton: 20px;
}
.entry-card-wrap .card {

}
.entry-card-wrap .card:first-child {
    background: #d3d3d3;
    min-width: 335px;
    margin-right: 20px;
    margin-bottom: 20px;
}
@media (min-width: 700px) {
    .entry-card-wrap .card:first-child {
        min-width: 400px;    
    }
}

.post_media {
    min-width: 400px; 
    width: 400px; 
    height: 240px; 
    overflow: hidden; 
    position: relative;
}
.post_media img {
    object-fit: cover; 
    object-position: center center; 
    width: 100%; 
    height: 100%;  
}

.post_content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 380px;
    color: #6d6d6d;
}


.entry-card-wrap .post_content .readmore {
    margin: 22px 0 4px 0;
    font-size: 14px;
}

.entry-card-wrap .post_content .readmore a {
    border: 1px solid #6d6d6d;
    padding: 4px 12px;
    color: #6d6d6d;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.entry-card-wrap .post_content .readmore a:hover {
    text-decoration: none; 
    background-color: #6d6d6d; /* #e22658 | #bc9770 */
    color: #ffffff;
}








/**
 * Mobile Menu
 * #site-header, .footer-nav-widgets-wrapper, #site-footer, .menu-modal, .menu-modal-inner, .search-modal-inner, .archive-header, .singular .entry-header, .singular .featured-media:before, .wp-block-pullquote:before 
 */

#site-header, .footer-nav-widgets-wrapper, #site-footer, .menu-modal, .menu-modal-inner, .search-modal-inner, .archive-header, .singular .entry-header, .singular .featured-media:before, .wp-block-pullquote:before  {
    background-color: yellow;
}









