/*
Theme Name: Greif Mietwäsche
Author: Büro 5 GmbH
Author URI: https://www.buerofuenf.de
Description: Greif Mietwäsche Theme
Requires at least: WordPress 6.0
Version: 2.8.1
Tags:

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


.product-list__content.-climate-neutral {
	background-image: none !important;
}

body {
	hyphens: unset;
}

/* Override checklist CSS for image being fully displayed, e.g. on https://www.greif-mietwaesche.de/produkte/bettwaesche-mieten/ */
@media all and (min-width:1100px){
	.-cosy-contain .checklist__image {
		background-size: contain;
	}
	.-cosy-contain .checklist__items {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}


.textarea-height-250 {
	height: 250px !important;
}

.caption-align-right figcaption {
	text-align: right !important;
}

.-cosy-caption-abb-beispielhaft .checklist__image::after {
	content: 'Abbildung beispielhaft';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	font-size: 14px;
    color: #666;
    background: rgba(255, 255, 255, .8);
    padding: 2px 6px;
}



/* Bedarfsrechner Overrides */
.page-workwear-check .hero__slide::after,
.page-workwear-check .hero__wrapper::after {
	padding-top: calc(450 / 2400 * 100%);
}
.usage-calculator__container {
	border: none;
}
.calculator__content-container {
	padding: 32px 0 24px;
}
.usage-calculator__category {
	background-color: #f9f9f9;
	padding: 16px;
	margin: 8px auto;
	max-width: 600px;
	border-radius: 8px;
	border: 1px solid #eee;
}
.usage-calculator__combo-form-combo-container {
	background: #fafafa;
	padding: 16px;
}


/* Formular Overrides */
.form__input.-vertikal .checkboxes__container {
	align-items: flex-start;
	flex-direction: column;
}


