body {
	color: #000;
	background: #fff;
	font-size: 13px;
	line-height: 17px;
}
p {
	color: #000;
}

/*
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
*/
.logo-print {
	margin: 0 0 0 20px;
}
.logo-print img {
	width: 80px;
	height: auto;
}
.main {
	background: #fff;
	color: #000;
}

.mainContent {
	font-size: 13px;
	line-height: 17px;
}

.mainContent.mainRight {
/* 		width: 70%; */
	width: 100%;
	float: right;
	padding: 20px 20px 50px 20px;
}
.mainContent.mainRight.profile {
	width: 75%;
	padding-left: 10px;
}
.mainContent.mainLeft {
	width: 70%;
	float: left;
	padding: 20px 20px 50px 20px;
}
.mainContent.fullwidth {
	width: 100%;
	float: none;
}
.mainContent.fullwidth.blog {
	min-height: inherit;
}
.mainContent.halfwidth {
	width: 50%;
	float: left;
}

.sidebarLeft {
/* 		width: 30%; */
	width: 0%;
/* 		margin-right: 70%; */
	margin-right: 100%;
	padding: 0.8em 20px;
}
.sidebarLeft.profile {
	width: 25%;
	margin-right: 75%;
	padding: 20px 10px 20px 20px;
}
.sidebarRight {
	width: 30%;
	margin-left: 70%;
	padding: 20px 20px 15px 20px;
}


.two-columns {
	overflow: hidden;
}
.two-columns .col {
	width: 50%;
	float: left;
	margin-bottom: 0;
}
.three-columns {
	overflow: hidden;
}
.three-columns .col {
	width: 33.33334%;
	float: left;
	margin-bottom: 0;
}


.box-wrapper.table-style {
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
}
.box.teaser {
	display: table-cell;
	width: 31.66667%;
	margin-bottom: 0;
	border: 2px solid #7dbb4a;
}
.box.teaser.spacer {
	display: table-cell;
	width: 2.5%;
	border: none;
	background: none;
}
.teaser figure {
	margin-top: 0.75em;
	padding: 0 3em;
}

.teaser .container {
	margin-top: 0;
	padding-top: 0.5em;
	padding-bottom: 0;
	border: none;
}

.box.story {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	font-size: 0.9375em;
}
.box.story:nth-of-type(2n) {
	margin-right: 0;
}

.box.story {
	font-size: 0.75em;
	width: 23.875%;
	margin-right: 1.5%;
	margin-bottom: 0;
}
.box.story:nth-of-type(2n) {
	margin-right: 1.5%;
}
.box.story:last-of-type {
	margin-right: 0;
}

.table-two-column-divider {
	margin-bottom: 0.5em;
}
.table-two-column-divider tr {
    display: table-row;
    padding-bottom: 0;
}
.table-two-column-divider th, .table-two-column-divider td {
    float: none;
    display: table-cell;
    width: auto;
}
.table-two-column-divider td {
    width: 50%;
    padding: 0 0 0.25em 1em;
    text-align: left;
}
.table-two-column-divider td:first-of-type {
    padding: 0 1em 0.25em 0;
    text-align: right;
    border-bottom: none;
    border-right: 1px dotted #878787;
}

.table-two-column h3,
.table-two-column h2 {
	margin-top: 0;
}
.table-two-column tr {
    display: table-row;
    padding-bottom: 0;
}
.table-two-column th, .table-two-column td {
    float: none;
    display: table-cell;
    width: auto;
}
.table-two-column td {
    width: 50%;
    padding: 0 0 1.5em 0.75em;
}
.table-two-column td:first-of-type {
    padding: 0 0.75em 1.5em 0;
    text-align: right;
}


#ads .article .column {
	float: left;
	width: 43%;
	margin-right: 1%;
	margin-bottom: 0;
}
#ads .article .column:first-of-type {
	width: 33%;
}
#ads .article .column:last-of-type {
	width: 22%;
	margin-right: 0;
	position: absolute;
	bottom: 1.5em;
	right: 0;
}

#profile ul.gallery li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#profile ul.gallery li:nth-child(even) {
	margin-right: 0;
}
#profile ul.gallery li {
	width: 23.5%;
	margin-bottom: 0;
}
#profile ul.gallery li:nth-child(even) {
	margin-right: 2%;
}
#profile ul.gallery li:nth-child(4) {
	margin-right: 0%;
}

#profile .image-wrap {
	padding: 20px 20px 10px 20px;
}
#profile .profile-image {
	display: block;
}
#profile .profile-image img {
	width: 100%;
	height: auto;
}
#profile .services {
	display: block;
	margin: 2em 0 1em 0;
}
#profile .services ul {
	list-style: none;
	margin: 0;
}
#profile .services ul li {
	margin: 0.75em 0;
	padding-left: 26px;
	color: #7dbb4a;
	font-weight: 300;
	line-height: 1.375em;
	background: url(../images/icon-checked.png) left 2px no-repeat;
}

#profile .certificates {
	display: block;
	margin: 2em 0 1em 0;
}
#profile .certificates ul {
	list-style: none;
	margin: 0;
}
#profile .certificates ul li {
	margin: 0;
	padding: 0.25em 0;
}
#profile .certificates ul li img {
	width: 35%;
	height: auto;	
}

#profile ul.product li {
	margin-bottom: 0.25em;
}

#profile ul.legend li {
	text-align: right;
}
#profile ul.legend li .dot {
	float: right;
	margin: 0.25em 0 0 0.375em;
}

#profile .profile-wrap {
	width: 63%;
	float: left;
	border-bottom: none;
	padding-bottom: 0;
}
#profile .cart-wrap {
	width: 35%;
	margin-left: 65%;
}
#profile .article-wrap .article {
	width: 49%;
	display: block;
	float: left;
	margin: 0 0.5% 0 0.5%;
}

.box-wrapper.table-style-column {
	width: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
}
.table-col .container {
	border: none;
}
.box.table-col {
	display: table-cell;
	width: 32%;
	margin-bottom: 0;
	border: 2px solid #7dbb4a;
}
.box.table-col.spacer {
	display: table-cell;
	width: 2%;
	border: none;
	background: none;
}

.table-orders thead {
    display: table-header-group;
}
.table-orders thead th {
    background: #7dbb4a;
    color: #fff;
    padding: 0.375em;
    font-weight: normal;
}
.table-orders tr {
    display: table-row;
    padding-bottom: 0;
}
.table-orders th, .table-orders td {
    padding: 0.5em;
    float: none;
    display: table-cell;
    width: auto;
}
.table-orders td {
    padding: 0.5em 0.25em;
    border-bottom: 1px solid #7dbb4a;
}
.table-orders td:first-of-type {
    background: none;
	font-weight: normal;
	color: #3d3d3b;
	margin-bottom: 0;
}
.table-orders td:first-of-type a {
	color: #7dbb4a;
}
.table-orders td:before {
    content: '';
}

.table-orders2.delivery-note th:last-of-type, .table-orders2.delivery-note td:last-of-type {
	display:  table-cell;
}
.table-orders2 tr.sum td.sum-print {
	font-weight: normal;
}

body#popup {
	color: #000;
	background: #fff !important;
}
#popup #content_columns {
	padding-top: 10px;
}


.print-only,
.alternative {
	display: block;
}

.screen-only,
.ontop,
#info-header,
#header,
.submenu,
#footer,
#cmstools,
.admintool,
.admintool_small {
	display: none !important;
}
