a {
	color: inherit;
	text-decoration: underline;
}

address {
	font-style: normal;
}

body {
	background-color: #efe9e6;
	color: var(--text-dark);
	display: flex;
	flex-direction: column;
	height: 100vh;
	margin: 0 auto;
	max-width: 1000px;
}

button,
.button {
	background-color: var(--baseline-color);
	border: none;
	border-radius: 0.5em;
	color: var(--baseline-light-color);
	cursor: pointer;
	font-weight: bold;
	margin: 1em 1em 0 0;
	padding: 0.5em 1em;
	text-decoration: none;
	width: 100%;
}

button:focus,
button:hover,
.button:focus,
.button:hover {
	box-shadow: 0 0 10px var(--baseline-light-color);
	color: white;
}

fieldset {
	border: none;
	margin: 1em 0 3em;
}

footer {
	background-color: var(--baseline-variant);
	color: white;
	padding: 2em 3em;
}

h1 {
	font-family: 'ColaborateLight', sans-serif;
	font-size: 3em;
	margin-bottom: 0.5em;
}

h1 svg {
	height: 1em;
	vertical-align: text-bottom;
	width: auto;
}

header {
	background-color: white;
	padding: 1em;
	text-align: center;
}

hr {
	border-color: var(--baseline-color);
	border-style: none none solid none;
	border-width: 0 0 1px 0;
}

img.text,
svg.text {
	height: 1em;
	vertical-align: text-top;
	width: auto;
}

label {
	display: block;
}

label svg {
	height: 1em;
	vertical-align: text-bottom;
	width: auto;
}

legend {
	color: var(--baseline-color);
	font-family: 'ColaborateLight', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1rem;
}

main {
	background-color: white;
	padding: 1em 3em;
	flex-grow: 1;
}

.double_address {
	color: var(--alternative-color);
}

.double_address.double_address_no {
	display: none;
}

.double_address input,
.double_address select {
	border-left: 0.5em solid var(--baseline-variant);
}

.lieferadresse input,
.lieferadresse select {
	border-left: 0.5em solid var(--alternative-color);
}

.noscript {
	background-color: #dddddd;
	border: none;
	color: var(--text-red-light);
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 2em;
	margin: 1em -2em;
	padding: 1em 2em;
}

.noscript svg {
	height: 1em;
	vertical-align: text-bottom;
	width: auto;
}

.notice {
	color: var(--text-red);
}

.notice svg {
	height: auto;
	vertical-align: text-bottom;
	width: 1em;
}

.retouren_checkbox {
	display: flex;
}

.retouren_checkbox input {
	display: none !important;
}

.retouren_checkbox input:checked + label {
	background: url("/img/feather-icons/check-square.svg") center left no-repeat;
	color: var(--alternative-color);
}

.retouren_checkbox label {
	background: url("/img/feather-icons/square.svg") center left no-repeat;
	border-radius: 0.5rem;
	padding: 0.5em 0.5em 0.5em 2em !important;
	margin: 0 1em 0 0 !important;
}

.retouren_checkbox label:focus,
.retouren_checkbox label:hover {
	background-color: #eeeeee !important;
}

.side_by_side {
	column-gap: 1em;
	display: flex;
	justify-content: space-between;
	margin: 1em 0;
}

.side_by_side > * {
	flex-grow: 1;
	flex-shrink: 1;
	margin: 0 !important;
}

.stdform {
	max-width: 800px;
}

.stdform button {
	background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(128, 128, 128, 0), rgba(0, 0, 0, 0.15)), hsl(205, 80%, 50%);
	border: none;
	border-radius: 0.5em;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	line-height: 1.7em;
	padding: 2px 12px;
}

.stdform button:focus,
.stdform button:hover {
	box-shadow: 0 0 4px var(--baseline-variant);
	background: linear-gradient(rgba(255,255,255,0.0), rgba(0,0,0,0.4)), hsl(205, 80%, 50%);
}

.stdform button[type=reset] {
	color: var(--text-grey);
	background-color: #dddddd;
}

.stdform button[type=reset]:focus,
.stdform button[type=reset]:hover {
	color: var(--text-dark);
	box-shadow: #888888 0 0 2px;
}

.stdform button img,
.stdform button svg {
	height: 1.1em;
	vertical-align: text-bottom;
	width: auto;
}

.stdform input,
.stdform select,
.stdform textarea {
	background-color: white;
	border: 1px solid #dddddd;
	border-radius: 0.5em;
	box-sizing: border-box;
	color: var(--text-dark);
	display: block;
	font-size: inherit;
	margin-top: 2px;
	padding: 0.25em 0.5em;
	resize: vertical;
	width: 100%;
}

.stdform input:disabled,
.stdform select:disabled {
	cursor: not-allowed;
}

.stdform label:hover input,
.stdform label:hover select,
.stdform label:hover textarea {
	border-color: #c0c0c0;
}

.stdform input:focus,
.stdform select:focus,
.stdform textarea:focus {
	border-color: var(--baseline-color) !important;
	color: black;
}

.stdform input[type=date] {
	background: url("/img/feather-icons/calendar.svg") 0.25em center no-repeat;
	background-size: 1em 1em;
	padding-left: 1.5em;
}

.stdform input[type=email] {
	background: url("/img/feather-icons/mail.svg") 0.25em center no-repeat;
	background-size: 1em 1em;
	padding-left: 1.5em;
}

.stdform input[type=tel] {
	background: url("/img/feather-icons/phone.svg") 0.25em center no-repeat;
	background-size: 1em 1em;
	padding-left: 1.5em;
}

.stdform label {
	color: var(--text-grey);
	margin: 1em 0;
}

.validation_enabled input:invalid,
.validation_enabled select:invalid,
.validation_enabled textarea:invalid {
	border-color: var(--text-red-light);
}

.validation_enabled .retouren_checkbox input:invalid + label {
	color: var(--text-red-light);
}

#alert {
	background-color: #debebc;
	border: 2px solid var(--text-red-light);
	color: var(--text-red);
	font-size: 1.5em;
	line-height: 2em;
	margin: 1rem -3rem;
	padding: 1rem 3rem;
}

#alert svg {
	height: 1em;
	vertical-align: text-bottom;
	width: auto;
}

#cookie_summary_contact_person,
#cookie_summary_delivery_address,
#cookie_summary_invoice_address {
	color: var(--baseline-variant);
	flex-grow: 1;
}

#cookie_summary_contact_person strong,
#cookie_summary_delivery_address strong,
#cookie_summary_invoice_address strong {
	color: var(--text-dark);
	display: block;
}

#tas_retouren_cookie {
	background-color: var(--baseline-light-color);
	color: var(--baseline-color);
	margin: 2em -3em;
	padding: 1em 3em;
}
