.Abo .Slider {
	margin: 0;
	padding-top: 0 !important;
}
.Abo .Slider .slick-track {
	display: flex !important;
}
.Abo .Slider .slick-slide {
	align-items: stretch !important;
	display: flex !important;
	height: auto !important;
	justify-content: center !important; //optional
}
.Abo .Slider .Arrows {
	margin-left: -4rem;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(var(--wrapper-inner-width) + 2rem);
}
.Abo-Highlight {
	background: linear-gradient(180deg, #D2E1EB 0%, #DCEDDC 100%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 1rem;
}
.Abo-Highlight .Image {
	max-height: 500px;
	max-width: 40%;
}
.Abo-Highlight .Image img {
	max-height: 100%;
	max-width: 100%;
	/* width: auto; */
}
.Abo-Highlight .Desc {
	margin-left: 3rem;
}
.Abo-Highlight .Desc h3 {
	font-size: 2rem !important;
	/* font-size: 2.25rem !important; */
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1rem;
}
.Abo-Highlight .Desc h4 {
	font-size: 1.75rem !important;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1rem;
	margin-top: -.5rem;
}
.Abo-Highlight .Desc h3 br {
	line-height: 1.25;
}
.Abo-Highlight .Desc h3 span {
	color: var(--magenta);
	line-height: 1.25;
}
.Abo-Highlight .btn {
	margin-top: 1.5rem !important;
}
.Abo-Highlight .Desc li + li {
	margin-top: .625rem;
}
.Abo-Highlight p + p {
	margin-top: .5rem;
}

.Abo-Highlight .Image.Wochenendminiabo {
	background-image: url('/images/packshot_diewoche_print.png');
	background-repeat: no-repeat;
	background-size: contain;
	/* height: 350px; */
}
.Abo-Highlight .Image.Wochenendminiabo {
	transform: rotate(-5deg);
}
.Abo-Highlight.Abo-Highlight__Weihnachtsabo {
	background: #F8C1C4 !important;
	border: 1.25rem solid var(--magenta);
}
.Abo-Highlight.Abo-Highlight__Weihnachtsabo .Desc {
	font-size: 1rem;
}
.Abo-Highlight.Abo-Highlight__Weihnachtsabo .Image {
	max-width: 55%;
}

/* abo pricing table */
.Abo-Highlight ul,
.abo-pricing ul {
	padding-left: .75rem;
}
.Abo-Highlight li,
.abo-pricing li {
	position: relative;
}
/* .Abo-Highlight li strong,
.abo-pricing li strong {
	font-family: var(--serif-regular);
} */
.Abo-Highlight li:before,
.abo-pricing li:before {
	color: var(--magenta);
	content: '\275A';
	/* padding-right: 0.25rem; */
	position: absolute;
	margin-left: -.75rem;
	top: 0;
}
.abo-pricing {
	/* display: flex; */
	display: grid;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	grid-template-columns: repeat(auto-fill, 1fr);
	margin-bottom: 6rem;
	margin-top: 4rem;
}
.abo-pricing .abo-price-card {
	background: #FFF9F4;
	flex: 1 1 0px;
	font-size: 1rem;
	line-height: 1.5;
	/* margin: 1.25rem 0rem; */
	padding: 1.5rem 1rem;
}
.abo-pricing .abo-price-card.highlight {
	border: .625rem solid var(--magenta);
	margin-bottom: 0;
	margin-top: -1.225rem;
	padding-bottom: 2.125rem;
	padding-top: 2.125rem;
}
.abo-pricing .abo-price-card > .abo-header,
.abo-pricing .abo-price-card > .abo-content {
	border-bottom: 2px solid #FFE1C8;
}
.abo-pricing .abo-price-card .abo-header {
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 1rem 0;
	text-align: center;
}
.abo-pricing .abo-price-card .abo-header h3,
.abo-small-card .abo-small-content h3 {
	font-size: 1.5rem;
	line-height: 1.25;
}
.abo-pricing .abo-price-card .abo-content {
	padding: 1rem 0;
}
.abo-pricing .abo-price-card .abo-content > * {
	text-align: center;
}
.abo-pricing .abo-price-card .abo-content .abo-price {
	color: var(--magenta);
	font-family: var(--sans-bold);
	font-size: 3rem;
	line-height: 1;
}
.abo-pricing .abo-price-card .abo-content .abo-price .abo-price-small {
	font-size: 1rem;
}
.Abo-Highlight .btn,
.abo-pricing .abo-price-card .abo-content .btn {
	background-color: var(--magenta);
	border: 1px solid var(--magenta);
	border-radius: var(--border-radius-button);
	color: var(--wrapper-bgcolor);
	cursor: pointer;
	display: inline-block;
	font-family: var(--sans-bold);
	font-size: 1.125rem;
	min-height: 29px;
	margin-left: auto;
	margin-right: auto;
	margin-top: .75rem;
	padding: 2px 30px;
	transition: all 150ms ease-in;
}
.Abo-Highlight .btn:focus,
.Abo-Highlight .btn:hover,
.Abo-Highlight .btn:active,
.abo-pricing .abo-price-card .abo-content .btn:focus,
.abo-pricing .abo-price-card .abo-content .btn:hover,
.abo-pricing .abo-price-card .abo-content .btn:active {
	background-color: #fff;
	color: var(--magenta);
	text-decoration: none;
}
.abo-pricing .abo-price-card .abo-footer {
	padding: 1rem 1rem;
}
.abo-pricing .abo-price-card .abo-footer li + li {
	margin-top: .625rem;
}
.abo-small-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, 1fr);
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	/* display: flex; */
	margin-bottom: 5rem;
}
.abo-small-card {
	border: 2px solid #FFE1C8;
	display: flex;
	flex-direction: column;
	flex: 1 1 0px;
	font-size: 1rem;
	line-height: 1.5;
	/* margin: 1.25rem 0rem; */
	padding: 1rem 1rem;
}
.abo-small-card .abo-small-content,
.abo-small-card .abo-small-footer {
	text-align: center;
}
.abo-small-card .abo-small-content {
	padding-bottom: 1rem;
}
.abo-small-card .abo-small-content .fas {
	font-size: 2rem;
	line-height: 1.5;
}
.abo-small-card .abo-small-footer {
	border-top: 2px solid #FFE1C8;
	margin-top: auto;
	padding-top: 1rem;
}

/* abo-service */
.abo-service {
	font-size: 1rem;
}
.abo-service .abo-service_info {
	background: #D2E1EB;
	/* max-width: 38%; */
	padding: 1rem 1rem;
}
.abo-service .abo-service_info * {
	font-size: 1.125rem;
	line-height: 1.5;
}
.abo-service .abo-service_info .Image {
	margin-bottom: 1rem;
}
.abo-service .abo-service_info .Image img {
	max-width: 100%;
}
.abo-service .abo-service_info h3 {
	font-size: 1.5rem;
	line-height: 1.25;
	margin-top: auto;
}
.abo-service .abo-service_info p,
.abo-service .abo-service_info ul {
	margin-top: .5rem;
}
.abo-service .abo-service_info .abo-service_info_list-item {
	font-size: 1rem;
	position: relative;
}
.abo-service .abo-service_info .fas {
	color: var(--magenta);
	margin-right: .5rem;
	/* position: absolute; */
	/* top: 0; */
}
/* .abo-service .abo-service_list {
	border: 2px solid #D2E1EB;
} */
.abo-service_list_item {
	padding: 1rem;
}
.abo-service_list_item .abo-service_list_title {
	line-height: 2.25;
}
.abo-service_list_item + .abo-service_list_item {
	border-top: 2px solid #D2E1EB;
}
.abo-service .abo-service_list .abo-service_list_title a {
	color: var(--magenta);
	font-size: 1.25rem;
}

@media only screen and (min-width: 62.5em) {
	.abo-service .abo-service_info {
		max-width: 38%;
	}
	.abo-service .abo-service_list {
		border: 2px solid #D2E1EB;
	}
	.abo-service_list_item {
		padding: 1rem 3.5rem 1rem 2.5rem;
	}
}

/* Abo-Typen */
.Abo-List {
	clear: both;
	margin: 30px 0;
}
.Abo-List .Item {
	margin-bottom: 4rem;
	width: 100%;
}
.Abo-List .Item.Standard a {
	color: var(--fastschwarz);
	display: block;
	text-decoration: none;
}
.Abo-List .Title,
.Abo-List .Title a {
	color: var(--fastschwarz);
	font-family: var(--serif-regular);
	font-size: var(--fontsize-listing-title);
	font-weight: 700;
}
.Abo-List a:focus .Title,
.Abo-List a:hover .Title,
.Abo-List a:active .Title,
.Abo-List .Title a:focus,
.Abo-List .Title a:hover,
.Abo-List .Title a:active {
	color: var(--magenta);
	text-decoration: underline;
}

.Abo-List .Item p {
	font-family: var(--sans-regular);
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
}
.Abo-List .Item small {
	var(--grau);
	display: block;
	font-size: 11px;
}
.Abo-List .Item .Price {
	var(--grau);
	font-size: 12px;
	line-height: 100%;
}
.Abo-List .Item .Price strong {
	display: block;
	float: left;
	font-family: UnitWeb-Bold;
	font-size: 30px;
	margin-right: 2px;
}
.Abo-List .Item .Order {
	display: none;

	font-family: UnitWeb-Bold;
	line-height: 100%;
	margin-top: -4px;
	text-align: right;
}
.Abo-List .Item .Order a:before {
	color: var(--magenta);
	content: "\f0da";
	display: inline-block;
	font-family: "FontAwesome";
	margin-right: 5px;
}
.Abo-List .Item ul li {
	font-family: var(--sans-regular);
	font-size: 16px;
	margin-bottom: 10px;
}
.Abo-List .Item ul li a {
	font-family: var(--sans-regular);
}
.Abo-List .Item.More.Probieren {
	color: var(--magenta);
	font-family: var(--sans-bold);
}
.Abo-List .Item.More.Probieren a {
	display: block;
}
.Abo-List .Item.More.Probieren a:before {
	color: var(--magenta);
	content: "\f0da";
	display: inline-block;
	font-family: "FontAwesome";
	margin-right: 5px;
}
.Abo-List .Item .Wrap {
	padding: 20px 0;
}

/* Opener Uebersuchtsseiten */
.Opener {
	display: block !important;
}
div.Main .Opener h1 {
	font-family: UnitWeb-Bold;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 30px;
	margin-top: 0 !important;
}
div.Main .Opener p {
	margin-bottom: 10px;
}
.Opener .Image img {
	max-width: 100%;
}

/* Praemien-Vorschau */
.showPraemien a {
/*	background: url(../images/arrow.png) no-repeat 0 -96px; */
    color:var(--petrol);
	font-family: UnitWeb-Bold;
    padding-left: 8px;
    text-decoration: underline;
}
.showPraemien a:focus,
.showPraemien a:hover,
.showPraemien a:active {
/*	background: url(../images/arrow.png) no-repeat 0 4px; */
    color:var(--petrol);
}
#showPraemien {
	border: 1px solid #ccc;
    height: 400px;
    overflow: auto;
    padding-top: 10px;
}
#showPraemien fieldset.Praemien {
	border: 0;
    margin: 0;
    padding: 0;
}
#showPraemien fieldset.Praemien p {
	color: var(--grau);
    padding: 0 10px;
}
#showPraemien fieldset.Praemien legend {
 	font-size: 18px;
    padding: 0 10px;
}
#showPraemien fieldset.Praemien fieldset legend {
 	font-size: 12px;
}
#showPraemien fieldset.Praemien fieldset {
	margin: 10px;
}

/* Abo-Praemien */

.Praemien ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Praemien ul li {
	display: inline;
}
.Praemien fieldset {
	background: var(--weiss) !important;
}
.Praemien .Title label {
	font-size: 18px;
	font-family: UnitWeb-Bold;
}
.Praemien .Title span {
	display: block;
}
.Praemien .Description {
	color: var(--fastschwarz);
	font-size: 12px;
}
.Praemien .Image {
	float: left;
	margin: 5px 10px 10px 0;
	width: 130px;
	overflow: hidden;
}
.Praemien .Image img {
	height: auto;
	width: 130px;
}
.Praemien ul li a {
	text-decoration: none;
	color: var(--fastschwarz);
}
.Praemien ul li .Wrap {
	clear: left;
}

/* Kalender */
.Lieferbeginn p a {
	background: url(../images/layer_open.png) left 3px no-repeat;
	padding-left: 10px;
}
#Lieferbeginn {
	margin: 0 auto;
	width: 270px;
}
.Datepicker {
	margin-bottom: 24px;
}

/* Abo-Formulare */
#PUB.Abo .Abo-Info {
	background:var(--petrol);
	var(--weiss);
	float: left;
	width: 160px;
}
#PUB.Abo .Abo-Info a {
	var(--weiss);
}
#PUB.Abo .Abo-Info h3 {
	var(--weiss);
	font-family: UnitWeb-Bold;
	padding: 1px 10px;
}
#PUB.Abo .Abo-Info .Image {
	text-align: center;
}
#PUB.Abo .Abo-Info .Desc {
	font-size: 14px;
	padding: 5px 10px 10px 10px;
}
#PUB.Abo .Abo-Form.Service {
	margin-left: 20px;
}
#PUB.Abo .Abo-Form h3 {
	color: var(--magenta);
	font-size: 18px;
	margin: 20px 0;
}
#PUB.Abo .Abo-Form .Praemie {
	padding-top: 20px;
}
#PUB.Abo .Abo-Form .Praemie .PraemieImage {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
#PUB.Abo .Abo-Form .Praemie .PraemieImage img {
	max-width: 150px;
}
#PUB.Abo .Abo-Form .Praemie.Aktionsabo p,
#PUB.Abo .Abo-Form .Praemie.Aktionsabo ul {
	margin-left: 170px;
}
#PUB.Abo .Abo-Form .Praemie.Printabo p,
#PUB.Abo .Abo-Form .Praemie.Printabo ul {
	margin-left: 120px;
}

/* Ermaessigungsberechtigung */
#PUB.Abo .Ermaessigungsberechtigung a {
	display: block;
	font-family: UnitWeb-Bold, Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin: 20px 0;
	text-align: center;
	text-decoration: underline;
}

#PUB.Abo .Abo-Form p.No-Account {
	margin-top: 20px;
}
#PUB.Abo .Abo-Form p.No-Account a {
	background:var(--petrol);
	var(--weiss);
	display: inline-block;
	font-family: UnitWeb-Bold;
	padding: 5px 10px;
	text-decoration: underline;
}

#PUB.Abo .Abo-Form ul.Abovorteile,
#PUB.Abo .Abo-Form ul.Abovorteile li {
	list-style: disc;
}
#PUB.Abo .Abo-Form ul.Abovorteile {
	margin-left: 20px;
}
#PUB.Abo .Abo-Form ul.Abovorteile {
	margin-bottom: 10px;
}

/* Daten ueberpruefen */
#PUB.Abo .Abo-Form .Checking fieldset p {
}
#PUB.Abo .Abo-Form .Checking fieldset p span {
	color: var(--grau);
	display: inline-block;
	margin-right: 10px;
	min-width: 140px;
	text-align: right;
}
#PUB.Abo .Abo-Form .Checking fieldset p a {
	background: url(../images/edit.png) 100px 10px no-repeat;
	border-top: 1px solid #d5dade;
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 123px;
}
.Abo-Form h1.Success {
	clear: none;
}

/* Abo-Fragebogen */
div.Main .aboFragen {
	margin-left: 40px;
	width: 500px;
}
div.Main .aboFragen h1 {
	color: var(--magenta);
	font-family: UnitWeb-Ita;
	font-size: 24px;
	margin-top: 40px;
}
div.Main .aboFragen label {
	font-family: UnitWeb-Bold;
}

div.Main fieldset.Praemie {
	float: right;
	margin: 0 0 20px 20px;
	width: 240px;
}

/* Abo-Preise */
.Abo-Preise table {
	width: 100%;
}
.Abo-Preise tbody tr {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.Abo-Preise tbody th,
.Abo-Preise tbody td {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 14px;
	padding: 10px;
	vertical-align: top;
}
.Abo-Preise tbody td.Title,
.Abo-Preise tbody td.Price {
	min-width: 70px;
}
.Abo-Preise tbody .Title {
	text-align: right;
}
.Abo-Preise tbody td.Title {
	font-family: UnitWeb-Bold;
}
.Abo-Preise tbody td.Extras {
	font-family: UnitWeb-Ita;
}
.Abo-Preise tbody td.Price {
	color: var(--magenta);
	max-width: 80px;
}
@media only screen and (max-width: 47.94em) {
	/* .Abo-Highlight .Desc {
		padding: 20px;
	} */
	.Abo-Highlight {
		flex-wrap: wrap;
		justify-content: center;
	}
	.Abo-Highlight .Desc {
		margin-left: 0;
		margin-top: 1rem;
	}
	.abo-pricing {
		flex-wrap: wrap;
	}
	.abo-pricing .abo-price-card {
		width: 100%;
	}
	.Opener {
		margin: 60px 0 0 0;
		text-align: center;
	}
	.Abo-List .Item .Abo-Praemie {
		display: none;
	}
}
@media only screen and (min-width: 40em) {

	/* Abo-Typen */
	.Abo-List ul {
		display: flex;
		flex-wrap: wrap;
	}
	.Abo-List .Item {
		padding-right: 2rem;
		width: 33.333333%;
	}
	.Abo-List .Item.More {
		padding-right: 0;
	}
	.Abo-List .Item.More,
	.Abo-List .Item.Standard a {
		height: 100%;
	}
	.Abo-List .Item .Abo-Praemie {
		/* !!! margin-top: -30px; */
		width: 90px;
	}
	.Abo-List .Item.Printabo .Abo-Praemie {
		/* !!! margin-right: -20px; */
	}
	.Abo-List .Item.Printabo .Abo-Praemie img {
		box-shadow: 2px 2px 2px #999;
		margin-left: 10px;
		transform: rotate(3deg);
		width: 55px;
	}
	.Abo-List .Item.Printabo .Abo-Praemie span {
		background: url(/abo/abo-praemie-hinweis1.png) no-repeat;
		display: block;
		height: 60px;
		margin-top: 50px;
		position: absolute;
		width: 95px;
		text-indent: -10000px;
		z-index: 1000;
	}
}
@media only screen and (min-width: 48em) {

	.Opener .Image {
		width: 40%;
	}
	.Opener .Wrap {
		float: right;
		padding-left: 30px;
		width: 60%;
	}

	/* Abo-Highlight */
	/* .Abo-Highlight {
		display: flex;
		flex-wrap: nowrap;
		margin: 0 auto;
	}
	.Abo-Highlight .Image {
		width: 55%;
	}
	.Abo-Highlight .Desc {
		padding: 0 30px;
		width: 45%;
	} */
	.Abo-Highlight {
		padding: 3rem 2rem;
	}
	.abo-pricing {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.abo-small-cards {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 1rem;
		/* margin-left: -.75rem;
		margin-right: -.75rem; */
	}
}
@media only screen and (min-width: 62.5em) {
	.abo-pricing {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.abo-pricing .abo-price-card {
		/* margin-left: 1rem;
		margin-right: 1rem; */
	}
	.Abo-List {
		margin: 90px 0;
	}

	.abo-small-cards {
		grid-template-columns: repeat(4, 1fr);
		/* margin-left: -.75rem;
		margin-right: -.75rem; */
	}
	.abo-small-card {
		/* margin-left: .75rem;
		margin-right: .75rem; */
	}
}
