/*
Theme Name:   ACO by Denise
Theme URI:    https://github.com/Rundiz-WP/bootstrap-basic4
Description:  Bootstrap 4 Child
Author:       Denise Jung
Author URI:   https://www.scinet.eu/
Template:     bootstrap-basic4
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:  bootstrap-basic4-child
*/

body {
    font-family: Arial, Helvetica, sans-serif;
}

header.page-header {
    width: 100%;
    min-height: 250px;
    background-image: url("assets/img/aco-headergrafik.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    margin-bottom: 100px;
}

.page-container.container-fluid {
    padding: 0px;
}

h1.site-title-heading a {
    color: #000;
    font-weight: bold;
    padding: 15px;

}
h1.site-title-heading {
    text-align: right;
}

h1.site-title-heading img {
    max-width: 330px;
}

nav.navbar {
    font-family: Arial;
}
nav.navbar li a,
div .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: bold;
}
nav.navbar .active a {
    color: #1446a0;
}

.parallax-window {
    min-height: 300px;
    background: transparent;
}

div.container-fluid.banner {
    margin: 0px 0px 50px 0px;
    padding: 0px;
}

footer.site-footer {
    background-color: #dce3f1;
    min-height: 250px;
    background-image: url("assets/img/aco-footergrafik.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    border: none;
}
footer .aco-wappen {
    max-width: 130px;
}

.menu-sm {
    margin-top: 83px;
}

.menu-sm li {
    display: inline-block;
    height: 50px;
    width: 50px;
}

.menu-sm img {
    max-height: 40px;
}

footer .wp-block-column,
footer .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column
{
    flex-grow: 0;
}

footer .wp-block-column {
    flex-grow: 0;
    min-width: 130px;
}

footer .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100%;
}
footer .wp-block-separator {
    border-bottom: 1px solid;
}


div.postlist article {
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-color: aliceblue;
}


div.postlist article.format-standard {
    height: 320px;
    width: 320px;
    overflow: hidden;
}



div.postlist article.format-standard h1 {
    height: 100px;
    margin-top: 220px;
    display: block;
    width: 100%;
}

div.postlist article.format-standard h1 a {
    height: 100px;
    width: 100%;
    display: inline-block;
    z-index: 999;
    background: rgba(0,18,255, 0.5);
    color: #fff;
    font-size: 14px;
    padding: 15px;
}

#main .post,
#main .page,
#main article.page {
    border: none;
}


.container-fluid .row {
    margin: 0px;
}

ul.wp-block-latest-posts li {
    display: inline-block;
    width: 300px;
    height: 300px;
    margin: 10px;
}

ul.wp-block-latest-posts .wp-block-latest-posts__featured-image {
    width: 300px;
    height: 300px;
    overflow: hidden;
    text-align: center;
}

ul.wp-block-latest-posts .wp-block-latest-posts__featured-image img {

    object-fit: cover;
    width: 100%;
    height: 100%;
}

a.wp-block-latest-posts__post-title {
    background-color: transparent;
    display: block;
    background: rgba(0,18,255, 0.5);
    margin-top: -75px;
    position: absolute;
    padding: 10px;
    width: 300px;
    height: 75px;
    color: #fff;
}

ul.wp-block-latest-posts time {
    margin: -25px 0 0 10px;
    position: absolute;
    color: #fff;
}

.singleContainer {
    margin-bottom: 100px;
}

.postImage img {
    max-width: 100%;
    height: auto;
}

.footer-left {
 padding: 25px 0 0 25px;
}

.footer-middle {
    padding-top: 28px;
}

.footer-middle ul {
    padding: 0px;
}

#menu-footer {
    padding: 111px 0 0 0;
}
#menu-footer a {
    color: #000;
    text-align: left;
}

@media (max-width: 480px) {
    h1.site-title-heading img {
        max-width: 50%;
        padding-top: 15px;
    }

    div h1 {
        font-size: 1.5rem;
    }

    div h2 {
        font-size: 1.2rem;
    }
    .menu-sm,
    #nav_menu-2 #menu-footer {
        margin-top: 0px;
        padding-top: 0px;
    }
    ul.wp-block-latest-posts li {
        margin: 0px;
    }

    header.page-header {
        margin-bottom: 0px;
    }

}