/*
Theme Name: e2solution Wordpress Theme
Theme URI: https://example.com
Author: Christian Kartnig
Author URI: https://www.hahnepeter.de
Description: Ein WordPress-Theme für e2solution.
Version: 1.0
*/

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f5ede3;
    /* padding-top: 80px; /* Platz für sticky Header */
}
body > .container {
    /*border: 1px solid red;*/
    padding-left: 0;
    padding-right: 0;
}
#mainNavbar {
    font-family: 'Bitter', serif;

}
#mainNavbar a {
    color: black;
    padding-left: 12px;
    margin-top: 13px;
    font-size: 20px;
}
@media screen and (max-width: 992px) {
    #mainNavbar a {
        font-size: 16px;
    }
}
#mainNavbar a.active, #mainNavbar a:hover {
    text-decoration: underline;
}
.header-icons-container {
    margin-right: 24px;
}
.header-icon {
    width: 45px;
}
.navbar-toggler {
    margin-right: 12px;
    border: none;
}
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}
.navbar-toggler-icon {
    background-image: url("images/navbar-toggler-icon.svg");
}
@media screen and (max-width: 450px) {
    .display-2 {
        font-size: calc(1.575rem + 1.9vw);
    }
}
@media screen and (max-width: 1024px) {
    .display-2 {
        font-size: calc(1.575rem + 2.5vw);
    }
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bitter', serif;
    font-weight: bold;
}
h5 {
    color: #cc1154;
    text-decoration: underline;
    margin-bottom: 2rem;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.navbar-brand {
    max-width: 70%;
}
.logo {
    height: 123px;
    margin: 16px 12px;
    max-width: 100%;
}
.container.main {
    padding-left: 12px;
    padding-right: 12px;
}
.container.main .row {
    padding-left: 12px;
    padding-right: 12px;
}
.home-gallery.row .row {
    padding: 0!important;
}
.home section {
    scroll-margin-top: 145px;
}
@media (min-width: 768px) {
    .home section {
        scroll-margin-top: 244px;
    }
}
.fixed-gutter {
    --bs-gutter-x: 8px !important;
}
.header-image {
    aspect-ratio: 4/3;
    margin-bottom: 8px;
}
/*@media (max-width: 1400px) {*/
/*    .header-image {*/
/*        margin-bottom: 4px;*/
/*    }*/
/*}*/

.wp-block-list {
    list-style-position: inside;
}

.more-link {
    color: #cc1154;
    text-decoration: underline;
    font-family: 'Bitter', serif;
    font-weight: bold;
}
.image-half-responsive {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .image-half-responsive {
        max-width: 50%;
    }
}
.with-divider {
    position: relative;
    padding-bottom: 108px; /* Platz für Divider */
}
.with-divider::after {
    content: "";
    display: block;
    width: 100%;
    height: 85px; /* oder Höhe deiner SVG */
    background: url('images/divider.svg');
    background-size: cover;
    background-repeat: repeat-x;
    background-position-x: 99%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
}
.box {
    background-color: #f5ede3;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.box-icon {
    width: 25%;
}
.bg-lightbeige {
    background-color: #f5ede3;
}
.bg-beige {
    background-color: #dbb88a;
}
.footer {
    font-size:14px;
}

