/*
color: #163087; // blau
color: #FEC134; // gelb
 */
 
 /*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
	color: #526066;
}

h2, h3 {
	letter-spacing: 0.0em;
	font-weight: 600;
	color: #163087;
}

p {
	line-height: 1.6em;
}


/*
 * -- Layout Styles --
 */
.l-content {
	margin: 0 auto;
}

.l-box {
	padding: 0.5em 2em;
}


/*
 * -- BANNER --
 * The top banner with the headings. By using a combination
 * of `display: table;` and `display: table-cell;`, we can
 * vertically center the text.
 */

.banner {
	background: transparent url('../img/banner.jpg') 0 0 no-repeat;
	text-align: center;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banner.jpg', sizingMethod='scale');

	height: 200px;
	width: 100%;
	margin-bottom: 3em;
	display: table;
}

.banner-head {
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0;
	font-size: 2em;
	color: white;
	font-weight: 500;
	text-shadow: 0 1px 1px  #795A11;
}


/*
 * -- PRICING TABLE WRAPPER --
 * This element wraps up all the pricing table elements
 */

 .footer-table,
 .pricing-tables,
 .information {
	max-width: 980px;
	margin: 0 auto;
 }
.pricing-tables {
	margin-bottom: 1.125em;
	text-align: left;
}
.fill-height {
	background-color: #0ff;
	position: absolute;
	top: 0;
	bottom: 0;
}


/*
 * -- PRICING TABLE  --
 * Every pricing table has the .pricing-table class
 */
.pricing-table {
	border: 1px solid #ddd;
	margin: 0 0.5em 2em;
	padding: 0 0 0em;
}


/*
 * -- PRICING TABLE HEADER COLORS --
 * Choose a different color based on the type of pricing table.
 */

.pricing-table-free .pricing-table-header {
	background: #519251;
}

.pricing-table-biz .pricing-table-header {
	background: #2c4985;
}


/*
 * -- PRICING TABLE HEADER --
 * By default, a header is black/white, and has some styles for its <h2> name.
 */

.pricing-table-header {
	background: #fff;
	color: #163087; 
	font-weight: bold;
	border :none;
	border-bottom: 1px dotted #163087;
}
.pricing-table-header h2 {
	margin: .5em;
	padding-top: .5em;
	font-size: 1.5em;
	font-weight: bold;
}


/*
 * -- PRICING TABLE LIST --
 * Each pricing table has a <ul> which is denoted by the .pricing-table-list class
 */

.pricing-table-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.linie {
	border :none;
	border-top: 1px dotted #163087;
	background: #f7f7f7;
}


/*
 * -- PRICING TABLE LIST ELEMENTS --
 * Styles for the individual list elements within each pricing table
 */

.pricing-table-list li {
	padding: 0.8em 0;
	background: #163087; 
	border-bottom: 1px solid #e7e7e7;
}

.pricing-table-content {
	text-align: left;
	padding: 0.8em 0.5em;
	background: #f7f7f7;
	border-bottom: 1px solid #e7e7e7;
	color: #545454;
}


/*
 * -- PRICING TABLE BUTTON --
 * Styles for the "Choose" button at the bottom of a pricing table.
 * This inherits from Pure Button.
 */

.button-blue {
	background: #163087;
	color: #fff;
	margin: .5em 0em;
}

.button-white {
	background: #fff;
	color: #163087;
	margin: .5em 0em;
}

.button-green {
	background: #ACC011;
	color: #fff;
	margin: .5em 0em;
}

.button-red {
	background: #C71B1B;
	color: #fff;
	margin: .5em 0em;
}

.information-head {
	color: black;
	font-weight: 500;
}


/*
* -- Footer Table --
*/

.footer {
	background: #111;
	color: #888;
	text-align: center;
}
	.footer a {
		color: #ddd;
	}

.footer-table {
//	margin: 0 0.5em 1em;
	padding: 0 0 0em;
}

.footer-vertical-line {
	border :none;
	border-right: 1px dotted #AFAFAF;
//	margin: 30px 0px 30px 0px;
}

.footer-novertical-line {
	border :none;
//	margin: 30px 0px 30px 0px;
}

.footer-table-list {
	color: white;
	list-style-type: none;
// margin: 0;
//	padding: .5em;
	text-align: left;
// font-weight: 400;
	font-size: 90%;
}

.footer-table-list li {
	padding: .25em;
}

.footer-table-list a {
	border: none;
	text-decoration: none;
}

.is-center {
	text-align: center;
}

.grid-unit-bar-blue
{
  height: 0.3em;
  background: #163087;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
	color: white;
}

/* Download-Box */
.download-box {
	// padding: 0.5em 2em;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    color: #00285a;
	background: #E5F5FE;	
    border-color: #bee5eb;
	
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: #B8E0F7;
    border-right-color: #B8E0F7;
    border-bottom-color: #B8E0F7;
    border-left-color: #B8E0F7;
    border-radius: .2rem;
	
    line-height: 1.618;	
}

.download-box-selected {
	// padding: 0.5em 2em;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    color: #00285a;
	background: #6BB3DC linear-gradient(180deg, #6BB3DC, #d1ecf1) repeat-x;
    border-color: #6BB3DC;
	border: 1px solid #B3C6DA;
	
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: #00285a;
    border-right-color: #00285a;
    border-bottom-color: #00285a;
    border-left-color: #00285a;
    border-radius: .2rem;
	
    line-height: 1.618;	
}

	
/* This is the class used for the dark-background areas. */
.ribbon {
	background: #163087; 
	color: #aaa;
	padding: 20px;
}


/*
 * -- TABLET MEDIA QUERIES --
 * On tablets, we want to slightly adjust the size of the banner
 * text and add some vertical space between the various pricing tables
 */
@media(min-width: 767px) {
	.banner-head {
		font-size: 4em;
	}
	.pricing-table {
		margin-bottom: 0;
	}
}

/*
 * -- PHONE MEDIA QUERIES --
 * On phones, we want to reduce the height and font-size of the banner further
 */
@media (min-width: 480px) {
	.banner {
		// height: 400px;
	}
	.banner-head {
		font-size: 3em;
	}
}


/*
 * -- bluebox --
 */

div#bluebox {
	line-height: 1.5em;
	font-size: 1.0em;
	color: #253E73;
	background: #E1E8F0;
	border: 1px solid #B3C6DA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0; padding: 1.5em;
}

#right-triangle {
	float: left;
	width: 0;
	height: 0;
	border-left: 8px solid #163087;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-right: 0.5em;
	margin-top: 0.3em;
}


/*
 * -- Details Table (Unterstützte Banken) --
 */

.table-blue {
	background: #163087;
	color: #fff;
	margin: .5em 0em;
}

.table-lightblue {
	background: #E1E8F0;
	color: #526066;;
	margin: .5em 0em;
}

.table-yellow {
	background: #FEC134;
	color: #526066;;
	margin: .5em 0em;
}

.table-lightyellow {
	background: #FFEEC8;
	color: #526066;;
	margin: .5em 0em;
}