#abomatrix-banner {
	color: #555555;
	font-size: 1.1em;
	min-height: 300px;
	margin-bottom: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f7+0,f0f4f7+100 */
	background: rgb(245,249,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,249,252,1) 0%, rgba(194,211,219,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,249,252,1)), color-stop(100%,rgba(194,211,219,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,249,252,1) 0%,rgba(194,211,219,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,249,252,1) 0%,rgba(194,211,219,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,249,252,1) 0%,rgba(194,211,219,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,249,252,1) 0%,rgba(194,211,219,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f9fc', endColorstr='#c2d3db',GradientType=0 ); /* IE6-9 */
}

#abomatrix-banner .header-hand {
	background-image:
		url('/backend/commons/images/abomatrix/header_handmitkarte.png');
	width: 550px;
	height: 407px;
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 50px;
}

#abomatrix-banner .header-hand .header-hand-content {
	padding-top: 70px;
	padding-left: 72px;
}

#abomatrix-banner .header-hand  .header-hand-content h1 {
	font-family: Georgia, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-size: 2em;
	color: #013a6f;
	margin-top: 0;
	line-height: 1.0;
}

#abomatrix-banner .header-info {
	margin: 0 auto;
	margin-top: 110px;
	font-size: .9em;
}

#abomatrix-banner .header-info .signup-button {
	background-image: url('/backend/commons/images/abomatrix/stoerer_registrieren.png');
	position:absolute;
	width: 120px;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	right: 95px;
	top: -35px;
}

#abomatrix-banner .header-info .signup-button:hover {
	background-image: url('/backend/commons/images/abomatrix/stoerer_registrieren_hover.png');
}

#abomatrix-banner .header-info-image {
	position:relative;
	text-align:center;
	margin: 0 auto;
	width: 450px;
}

#abomatrix-banner .header-info-image img {
	display: inline-block;
	width: 401px;
}

#abomatrix-banner .ion-ios-checkmark-empty {
	font-size: 2em;
	color: #06a;
	margin-right: 15px;
	line-height: .1em;
}

#abomatrix {
	color: #555555;	
}

#abomatrix h4 {
	font-family: Georgia, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-size: 2em;
	color: #013a6f;
	margin-top: 10px;
	margin-bottom: 15px;
}

#abomatrix h4 span {
	font-weight: 100;
}

#abomatrix .pure-button {
	display: block;
	margin-top: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #013a6f;
	font-size: 1.15em;
	font-weight: bold;	
}

#abomatrix .pure-button .icon {
	display: inline-block;
	font-size: 1em;
	margin-left: 10px;
	vertical-align: middle;
	background-color: red;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	line-height: 1.68;
	background-color: #2f5c85;
}

#abomatrix .tooltip {
	position: absolute;
	right: 5px;
	color: #cccccc;
	top: 7px;
	font-size: 1.85em;
	cursor:pointer;
}

/* Table Layout */
#abomatrix .row {
	background-color: #f9f9fb;
}

#abomatrix .row:nth-child(2n) {
	background-color: white;
}

#abomatrix .cell {
	position: relative;
	border: 1px solid #eeeeee;
	padding: 15px;
	margin-left: -1px;
	margin-top: -1px;
}

#abomatrix .cell-icon {
	padding: 12px;
	vertical-align: middle;
}

#abomatrix .infobox {
	padding: 40px;
	padding-left: 12px;
	padding-right: 20px;
}

#abomatrix .infobox p {
	font-size: 1.5em;
	color: #013a6f;
	margin-top: 30px;
}

#abomatrix .cell-header {
	padding: 0;
	min-height: 250px;
	color: #023b66;
	text-align: center;
}

#abomatrix .arrow-box {
	position: relative;
	background: #D3DCE5;
	padding: 15px;
	min-height: 220px;
	z-index: 3;
	font-weight: 1.1em;
}

#abomatrix .arrow-box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(211, 220, 229, 0);
	border-top-color: #D3DCE5;
	border-width: 20px;
	margin-left: -20px;
}

#abomatrix #basisPaket {
	background-image: url('/backend/commons/images/abomatrix/abopakete_bg_basis.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 114px;
}

#abomatrix #premiumPaket {
	background-image: url('/backend/commons/images/abomatrix/abopakete_bg_premium.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 117px;
}

#abomatrix #researchPaket {
	background-image: url('/backend/commons/images/abomatrix/abopakete_bg_research.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 106px;
}

#abomatrix .arrow-box img {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	left: 50%;
}

#abomatrix .arrow-box .img-basis {
	margin-left: -64px;
}

#abomatrix .arrow-box .img-premium {
	margin-left: -94px;
}

#abomatrix .arrow-box .img-research {
	margin-left: -105px;	
}

#abomatrix .price {
	height: 85px;
	padding-top: 25px;
	color: #00396f;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f7+0,f0f4f7+100 */
	background: rgb(246,248,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,248,247,1) 0%, rgba(240,244,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,247,1)), color-stop(100%,rgba(240,244,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(246,248,247,1) 0%,rgba(240,244,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(246,248,247,1) 0%,rgba(240,244,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(246,248,247,1) 0%,rgba(240,244,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(246,248,247,1) 0%,rgba(194,211,219,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f7', endColorstr='#f0f4f7',GradientType=0 ); /* IE6-9 */
}

#abomatrix .price .price-euro {
	font-size: 4em;
	font-weight:bold;
	display: inline-block;
}

#abomatrix .price .price-cent {
	display: block;
	text-align: left;
	font-weight: 100;
	font-size: 2em;
}

#abomatrix .cell .ion-ios-checkmark-empty {
	font-size: 2.8em;
	color: #06a;
}

#abomatrix .cell .ion-ios-minus-empty {
	font-size: 1.4em;
}

#abomatrix .cell .ion-star {
font-size: 1.2em;
color: #ccb189;
margin-top: -3px;
display: inline-block;
}

#abomatrix .teaser-box {
	min-height: 265px;
}

/* Row specific styles */
#abomatrix #row-printausgabe .img-printausgabe {
	position: absolute;
	top: -12px;
	width: 102px;
	right: 10px;
}

#abomatrix #row-nachrichten, #abomatrix #row-premium, #abomatrix #row-wma, #abomatrix #row-nutzer {
	margin-top: 15px;
}

#abomatrix #row-app .cell-icon {
	padding: 1px;
}

#abomatrix #row-premium .cell {
	min-height: 125px;
}
#abomatrix #row-premium .cell-valign {
	margin-top: 56px;
}

#abomatrix #row-hinweise .cell {
	min-height: 171px;
}
#abomatrix #row-hinweise .cell p {
	min-height: 95px;
}


#abomatrix .cell-twoline {
	padding-top: 7px;
	padding-bottom: 7px;
}

#abomatrix .cell-twoline small {
	color: #999999;
}

/* Responsive fixes for Abomatrix */
@media screen and (max-width: 80em) {
    #abomatrix .pure-button {padding-left: 5px; padding-right:5px; padding-top: 7px; padding-bottom: 7px; font-size: 1.0em; position:absolute; bottom: 15px;}
    #abomatrix .pure-button .icon {margin-left: 5px; line-height: 1.9;}
    #abomatrix #row-hinweise .cell { min-height: 180px;}
    #abomatrix-banner .header-hand {width: 500px; height: 371px;}
    #abomatrix .header-info {
    	margin-top: 135px;
    }
}