/*
Preexisting Strato Shop Inline Styles
preserved by Arno Richter (2026)
https://arnorichter.de
*/

@media (max-width: 600px) {
	h1, h2 {
		text-align: center;
		font-family: Times New Roman, serif;
	}
	h1 {
		font-size: 28px;
		margin-top:10px;
	}
	h2 {
		font-size: 20px;
		margin-top:10px;
	}
	.header-box {
		background: #7e1616;
	}
	hr {
		text-align: center;
		border: none;
		color: #bbb;
		background-color: #bbb;
		height: 1px;
		width: 400px;
		margin: 20px auto;
		padding: 0px;
		background: #961717;
		background-image: none;
		background-image: -webkit-linear-gradient(left,#ccc,#961717,#ccc);
		background-image: -moz-linear-gradient(left,#ccc,#961717,#ccc);
	}
	a, a:visited, a:focus, .FrontPage a {
		color: #c21414;

	}
	.footer a.NavLink {
		color: #FFFFFF !important;
	}
	img.siegel {
		position:relative;
		width:150px;
		height: auto;
		margin-left:calc(50% - 75px);
	}
	.BasketForm h1 {
		margin-top:25px;
	}

	.Section>h1.HideOrderDataItem {
		border-top: 1px solid #CCC;
		border-radius:0;
		font-size: 20px;
		padding:15px 10px ;
		text-align:left;
		margin-top:15px;
	}
	.BasketDetails h1 {
		margin-top:15px;
		line-height:1.1em;
		border-top: 1px solid #CCC;
		padding-top:15px;
	}
	.Footer a:last-child::after {
		display:block;
		content:'(Infos zur OS-Plattform und zum Widerrufsformular finden Sie ebenfalls bei den Versandinformationen)';
	}
}
