/*Strctural wrapper for 2-column sidebar-left row*/
.affinity-row.sidebar-left .column-1 {
	width: 50%;
	float: right;
}
.affinity-row.sidebar-left .column-2 {
	width: 50%;
	float: right;
}
.affinity-row.sidebar-left .column-content {
	line-height: 1.5;
}
.column-content.farbe {
	background-color:#ECE8C1;
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: 1em;
}

/*Strctural wrapper for 2-column sidebar-right row*/
.affinity-row.sidebar-right .column-1 {
	width: 34%;
	float: left;
}
.affinity-row.sidebar-right .column-2 {
	width: 66%;
	float: left;
}
.affinity-row.sidebar-right .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: 1em;
}
.left-border {
	border-left: 1px dotted #000;
}
.right-border {
	border-right: 1px solid #000;
}
.left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*Column Content*/
/*.column-content {
	line-height: 1.4;
	padding: 15px 24px 15px 24px;
}*/
.affinity-row.sidebar-right .column-content,
.affinity-row.sidebar-left .column-content,
.affinity-row.thirds.full-height .column-content {
	padding: 15px 30px 30px 30px ;
}
/*Padding Management for Nested Rows*/
.no-pad-left-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
.no-pad-right-top-bottom {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.no-pad-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/*Headings*/
h1, h2, h3, h4 {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 30px 0px 0px 0px;
}
.column-content h1:first-child,
.column-content h2:first-child,
.column-content h3:first-child,
.column-content h4:first-child {
	margin-top: 10px;
}
h2.gruen {
	font-size: 1.2em;
	font-weight: normal;
	padding: 3px 0px 2px 0px;
	margin-bottom: 5px;
	border-bottom: 3px solid #939F6F;
	}


/*Footer and Copyright*/
/*.footer {
	color: #000;
	font-size: .9em;
	border-top: 0px solid;
	border-color: #000;
	padding-top: 15px;
	background-color: #C7D489 !important;	
	/*margin-bottom: 50px;*/
/*}*/

/*.footer h3, .footer h4 {
	font-family:font-family: FuturaLTPro-Bold, "Futura-Bold", Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0px 0px 0px;
}
.footer ul {
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
}
.footer li {
	list-style-type: none;
	line-height: 1.75;
}*/
/*.footer a, footer a:visited {
	color: #000;
}
.footer a:hover, .footer a:focus {
	color: #000!important;
}*/
.copyright {
	font-size: 1em;
	clear: both;
	padding: 5px 20px 15px 20px;
	margin-bottom: 20px;
}

/* Links

=================================*/

/*General content links*/

/*Assign this class to set large text and the stylish Cuprum font*/
.column-content.largesse, .largesse {
	font-size: 1.25em;
	line-height: 1.75em;
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
}
/*Use this class to asign a black accent box around your content*/
.affinity-row .blast {
	font-family: Cuprum, Optima, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.75;
	color: #C8C8C8;
	border-radius: 0px 0px 10px 10px;
	padding: 28px 36px;
	background: -webkit-linear-gradient(#333, #111);
	background: linear-gradient(#333, #111);
	background-color: #333;
	margin-bottom: 20px;
}
/*Add the gray class to the blast class to make your accent box gray*/
/*.affinity-row .blast.gray {
	background: -webkit-linear-gradient(#EEE, #AAA);
	background: linear-gradient(#EEE, #AAA);
	background-color: #DDD;
	color: #000;*/
}
.affinity-row.sidebar-left .column-content .blast,
.affinity-row.sidebar-right .column-content .blast,
.full-round {
	border-radius: 6px !important;
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	margin: 0px;
}
.p7DMM03.p7DMM.p7dmm-left, .p7DMM03.p7DMM.p7dmm-right {
	padding: 0px !important;
}
#layout {
	max-width: none;
	padding: 0px;
}
.column, .column-1, .column-2, .column-3,
.column-half, .column-third, .column-fourth,
.column-fifth {
	float: none !important;
	width: auto !important;
}
.column-content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1280px) {
	margin: 0px;/*#layout {max-width: none;}*/
}
