@charset "UTF-8";
/*
 Theme Name:   sunflower Child
 Theme URI:    https://sunflower-theme.de
 Description:  Sunflower Child-Theme für die Grüne Landtagsfraktion SH
 Author:       Finn Kunert
 Author URI:   https://www.youtube.com/watch?v=IwtAIqB1UR0
 Template:     sunflower
 Version:      3.1
Text Domain:
*/

/* ACHTUNG: Alle Änderungen wirken sich unmittelbar auf das Design der Webseite aus, insbesondere die Schriftarten und das Farbthema */

.disable-pagination {
	display: none;
}

img.girlande {
	margin-bottom: 30px;
}

.banner-halbzeitbilanz {
	padding: 0 !important;
}

.banner-halbzeitbilanz-text {
	margin: 5%;
}

.disable-link {
	pointer-events: none;
}

figure {
    margin: 0rem;
}

button.filter {
	border-radius: 0px;
}

/* Abgerundete Ecken */
.round, .wp-block-image:not(.is-style-rounded) img, .metabox, .latest-posts article, a.event-card article, .archive article, button, #leaflet {
	border-radius: 21px;
}

.latest-posts article .post-thumbnail img {
    border-radius: 21px 21px 0 0;
}

.has-background.wp-block-columns-is-layout-flex {
	border-radius: 21px;
	padding: 1.5em;
}

.category-presseinformationen > .has-background.wp-block-columns-is-layout-flex:hover {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
    margin-top: -0.2rem;
    margin-bottom: 0.2rem;
    transition: all 0.2s ease-out;
}

/* Padding */
.styled-layout .wp-block-group {
    padding: 0px 10px;
}

.paddy {
  padding: 30px 0 0 0;
  }

/*** CSS für Bildschrimbreiten bis zu 769 Pixel ***/
@media screen and (max-width: 769px) {
	.removemobile {
		display: none;
	}
	h1 {
		font-size: 40px !important;
	}
}

/* Post-Navigation ausblenden */
.sunflower-post-navigation {
	display: none;
}

/* maximale Bildschirmbreite */
.container-narrow {
    max-width: 1200px;
}

.wp-block-group.has-background .wp-block-group__inner-container {
    max-width: 1200px;
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
	}

/* Abstände am Seitenende */
.site-main {
    margin-bottom: 0px;
}

.archive .site-main {
    margin-bottom: 100px;
}

/* Kategorien ausblenden */
.cat-links, .continue-reading {
	display: none !important;
}

/* Thumbnail Beiträge */
img.post-thumbnail {
    object-fit: cover;
    object-position: 50% 20%;
    max-height: 1080px;
}

/* Schriftgrößen */
h1 {
	font-size: 60px;
	color: #000000;
}

/* h2 {
	font-size: 40px;
} */

.moin {
	font-size: 100px;
};

/* Suche */
.wp-block-search__button {
	border-radius: 21px;
}

.wp-block-search__button {
	background-color: #005437 !important;
}
.wp-block-search__button:hover {
	background-color: #008939 !important;
}

/* Header */
.theme--default .bloginfo-name { 
	font-size: 29px;
}

.bloginfo {
	background-color: #005437 !important;
}

.bloginfo img {
	margin-right: 10px;
}

/* Hauptmenü */
.navbar-light .navbar-nav .current-menu-parent {
    border-bottom: 0px;
}

.navbar-light .navbar-nav .current-menu-parent a.nav-link {
    color: #000000;
}

/* Footer */
.site-footer{
	background-color: #005437;
}

.social-media-profile:hover {
    transform: scale(1.1);
}

/* Termine */

/* .metabox {
	background-color: #005437;
} */

.wp-block-group.has-background {
	align-items: center;
}

.next-events {
	background-image: url(https://wordpress55.gcms.verdigado.net/sh-gruene-fraktion/wp-content/uploads/sites/4/2023/06/Landtag-SH_compressed-scaled.jpg);
	background-position: center;
	padding: 100px 20px !important;
}

.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius {
    border-radius: 21px !important;
}

/* Buttons */
.wp-block-button__link {
    background-color: #005437;
}
.wp-block-button__link:hover {
    background-color: #008939;
}

/* Links */
a { 
  color: #008939; }
  a:visited {
  color: #008939; }
  a:hover {
    color: #005437; }

.nav-item a:visited {
	color: #000000; }

.site-info a:visited {
    color: #FFFFFF; }