/*
Theme Name: CosMed GmbH & Co. KG
Theme URI: https://www.joerrens.com
Description: Wordpress Theme für die CosMed GmbH & Co. KG.
Version: 1.0
Author: Torge Joerrens
Author URI: https://www.joerrens.com
*/


.text-block p {
	padding: 0 0 40px 0;
}

.text-block h3 {
	--tw-text-opacity: 1;
	font-size: clamp(1rem, 2.5vw, 2rem);
	font-variation-settings: "wght" 400;
	letter-spacing: .125em;
	text-transform: uppercase;
	padding: 40px 0 10px 0;
}

.text-block h2 {
	--tw-text-opacity: 1;
	font-size: clamp(1rem, 2.5vw, 3rem);
	font-variation-settings: "wght" 700;
	letter-spacing: .125em;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	max-width:68ch;
}

.btn a {
	--tw-border-opacity: 1;
	--tw-text-opacity: 1;
	border-color: #191919;
	border-width: 1px;
	color: #191919;
	display: inline-block;
	font-size: max(1rem,min(.834vw,1.5rem));
	letter-spacing: .125em;
	padding: 1.25rem 2.25rem;
	text-transform: uppercase;
	transition-duration: .3s;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition: opacity .33s, background .25s, color .25s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.btn a:active, .btn a:hover {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	background-color: #191919;
	color: #fff
}
*/

.btnspacer {
	padding: 0 0 80px 0px !important;
}

ul li  {
	font-size: max(1.5rem,min(1.1825vw,2rem));
	letter-spacing: .05em;
	line-height: 1.5625;
	max-width: 68ch;
	padding: 0 0 30px 0;
}

ul li strong {
	font-weight: 700 !important;
}

ul {
	list-style-type: disc;
	margin-left: 20px;
}


ol {
	list-style: decimal;
	margin-left: 20px;
}

ol li  {
	font-size: max(1.5rem,min(1.1825vw,2rem));
	letter-spacing: .05em;
	line-height: 1.5625;
	max-width: 68ch;
	padding: 0 0 30px 0;
}