body {
    /*display:none;*/
}

.logo {
    height: 9em; /* Passt die Höhe an. Ändern Sie diesen Wert nach Bedarf. */
    width: auto; /* Behält das Seitenverhältnis bei. */
}

.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background-position-x: unset;
    background-position-y: unset;
    background-repeat: no-repeat;
}

.kandidat {
    font-family: 'Varela Round', sans-serif;
    font-size: 5rem;
    color: #ffed00;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.masthead h2, .masthead .h2 {
    max-width: 200rem;
    font-size: 1.6rem;
    color: #fff !important;
    font-weight: 800;
}

nav {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.content {
    position: relative;
    z-index: 100;
}

.zastrow-gelb {
    background-color: rgb(255, 238, 0);
}

.zastrow-gelb-color {
    color: rgb(255, 238, 0);
}

#cta {
    color: rgb(255, 238, 0) !important;
}

.cover-section {
    position: relative;
}

.cover-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.cover-section .container {
    position: relative;
    z-index: 10;
    color: #ffffff;
}

.social a {
    color: rgb(255, 255, 255) !important;
    font-size: 30px;
    padding-right: 30px;
}

footer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 1.5);
}

#mainNav.navbar-shrink .nav-link.active {
    color: rgba(255, 255, 255, 1.5);
    outline: none;
    border-bottom: 0.25rem solid #fff;
}

#mainNav.navbar-shrink .nav-link {
    color: #fff;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
}

.fotograf {
    font-size: 12px;
}

.team-zastrow-logo {
    margin-top: 2rem;
}

.logo-box {
    display: inline-block;
    background-color: #ffed00;
    padding: 0.5rem 2rem;
    text-align: center;
}

.logo-text {
    font-family: 'Varela Round', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
}

.logo-subtext {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2rem;
    color: #000;
    margin-top: 0.2rem;
}

.wahlkreis {
    font-family: 'Nunito', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #fff;
}

/* Blog Styles */
.blog-section {
    padding: 5rem 0;
}

.blog-post {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.blog-title {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.blog-excerpt {
    margin-bottom: 1.5rem;
}

.btn-primary {
    background-color: #ffed00;
    border-color: #ffed00;
    color: #000;
}

.btn-primary:hover {
    background-color: #e6d500;
    border-color: #e6d500;
    color: #000;
}

.btn-outline-primary {
    border-color: #ffed00;
    color: #000;
}

.btn-outline-primary:hover {
    background-color: #ffed00;
    border-color: #ffed00;
    color: #000;
}

/* Blog Detail Styles */
.blog-detail-section {
    min-height: 80vh;
}

.blog-detail-section .blog-title {
    font-family: 'Varela Round', sans-serif;
    font-size: 2.5rem;
    color: #000;
}

.blog-detail-section .blog-content {
    font-size: 1.1rem;
    line-height: 1.8;
}

.blog-detail-section .blog-content h3 {
    font-family: 'Varela Round', sans-serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-detail-section .blog-navigation a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-detail-section .blog-navigation a:hover {
    color: #ffed00;
}

/* Blog Pagination Styles */
.pagination {
    margin-top: 3rem;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination .page-numbers.current {
    background-color: #ffed00;
    border-color: #ffed00;
    color: #000;
}

.pagination .page-numbers:hover {
    background-color: #ffed00;
    border-color: #ffed00;
    color: #000;
}