/*
Theme Name: Landkreis Günzburg Main
Template: landkreis-guenzburg
Author: Büro 5 GmbH
Author URI: https://www.buerofuenf.de
Description: Website Landkreis Günzburg Hauptseite
Requires at least: WordPress 6.1
Version: 2.4
Tags: buerofuenf
Screenshot: screenshot.jpg

Theme CSS is compiled via SASS. Sources are not published.
Enter custom CSS here.
*/

/* Adjust hero height on SozPäd jobs LP */
body.page-sozialpaedagogik-jobs .hero__image::after,
body.page-jobs .hero__image::after {
	padding-top: 50%;
}

/* Adjust button color with contrast color for SozPäd button */
.wp-block-button.-highlight > a {
	background-color: #e5005c;
    border-color: #e5005c;
}
.wp-block-button.-highlight > a:hover {
	background-color: #b4004c;
    border-color: #b4004c;
}

.margin-bottom-10,
.wp-block-buttons .wp-block-button {
	margin-bottom: 10px;
}