body.vt_abonnieren h1.main-title {
	text-align: center;
}	

body.vt_abonnieren a strong {
	color: var(--enfold-main-color-primary);
}

.subscribe {
	position: relative;
	display: inline-block;
	min-height: 200px;
	padding: 15px 10px 10px 10px;
	background-color: #fff;
	margin: 20px 10px 0 10px;
	min-width: 300px;
	border-width: 1px;
	border-color: #c4c4c4;
	border-style: solid;
	border-radius: 5px 5px 5px 5px;
}

.subscribe_container p {
	margin: 0 0 10px !important;
}

.subscribe p {
	font-size: 12px !important;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.subscribe p.price {
	font-size: 22px !important;
	font-weight: 700;
	text-align: center;
	color: #000 !important;
}

@media only screen and (max-width : 767px) {
	.subscribe_bg {
		top: 110px;
	}
}

@media only screen and (max-width : 570px) {
	.subscribe_bg {
		top: 125px;
	}
}

@media only screen and (max-width : 480px) {
	.subscribe_bg {
		top: 15px;
		/* height: 250px; */
	}
	#content {
		position: relative;	/* Repositions blue bg */
	}
}

.subscribe h2 {
	text-align: center;
	margin-top: 15px;
	font-size: 18px;
	font-weight: 700;
	color: #ce171a !important;
	font-family: "Gill Sans","Gill Sans MT",Calibri,Helvetica,Arial,sans-serif;
	text-transform: none !important;
	letter-spacing: 0px !important;
}

.sub1 p,
.sub2 p,
.sub3 p {
	text-align: center;
	display: block !important;
	margin: 0 !important;
}

.sub1 {
	order: 1;
}

.sub2 {
	order: 2;
}

.sub3 {
	order: 3;
}

.subscribe .best_value  {
	position: absolute;
	display: block;
	margin: 0 auto;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 20px;
	background-color: #c0ccdc;
	font-size: 10px;
	z-index: 10;
	font-weight: 700;
	line-height: 22px;
}

.best_value_bg {
	display: none;
}

a.select_sub {
	font-family: Helvetica, Arial, sans-serif ;
	font-size: 13px;
	margin: 15px auto;
	display: block;
	text-align: center;
	width: 100%;
	line-height: 150%;
	background-color: var(--enfold-main-color-primary);
	color: #fff !important;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 5px;
}

a.select_sub:hover {
	background-color: var(--enfold-main-color-secondary);
}

ul.product li:before {
       content: "\f147";
       display: inline-block;
       -webkit-font-smoothing: antialiased;
       font: normal 20px/1 'dashicons';
       vertical-align: top;
       color: #015c8b;
       margin-left: -20px;
       line-height: 12px;
}

ul.features li:before {
       content: "\2022";
       color: #015c8b;
       margin-left: -12px;
       padding-right: 7px;
}


.subscribe ul {
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0 4px;
}

.subscribe ul:first-of-type {
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
}

.subscribe li {
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 3px 0px !important;
	font-family: Helvetica, Arial, sans-serif;
}


.subscribe_container p,
.subscribe_container p {
	text-align: center !important;
	font-size: 20px;
}

:root {
	/* An enfold setting (calculated) from volltext_enfold_child.css - these must tally */
	--content_width: 680px;
}

body.single-vt_texte {
	/* An enfold setting from blog.css - these must tally */
	--content_width: 800px;
}

@media only screen and (min-width : 1200px) {
	:root {
		--boxes_width: 970px; 
	}
	.subscribe_boxes {
		width: var(--boxes_width);
		margin-left: calc((var(--content_width) - var(--boxes_width)) / 2  ) !important;
	}
}

@media only screen and (min-width : 970px) and (max-width : 1199px) {
	:root {
		--boxes_width: 970px; 
	}
	.subscribe_boxes {
		width: var(--boxes_width);
		margin-left: calc((var(--content_width) - var(--boxes_width)) / 2) !important;
	}
}

@media only screen and (min-width : 800px) and (max-width : 969px) {
	.subscribe_boxes {
		width: var(--boxes_width);
		margin-left: calc((var(--content_width) - var(--boxes_width)) / 2) !important;
	}
}

@media only screen and (max-width : 799px) {
	:root {
		--boxes_width: 100%;
	}
}

.subscribe_boxes {
	margin: 0 auto;
}

.subscribe_boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
	margin-bottom: 20px;
}

p.subscribe_message_box {
	display: block;
	margin: 20px 20px;
	swidth: 100%;
	background-color: #d8f8ff;
	padding: 10px 15px;
	border: 1px solid #ddd;
}
