@charset "utf-8";
/* ------------------------------------- DEFAULT ----------------------------------- */

/* activate lightbox */
.grossansicht {
	cursor: pointer;
}

/* tags */
html {
	height:100%;
}
body {
	height: inherit;
	background-color:#ffffff;
	color: #825702;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin:0;
	padding:0;
}

a {
	color: #f26c4f;
	text-decoration:underline;
}
a:hover {
	color: #d21034;
	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
	margin-top:0;
}

h1 {
	font-size: 1.85em;
	font-weight: normal;
	color: #f26c4f;
}

h2 {
	margin: 0;
	font-size: 1.35em;
	font-weight: normal;
	color: #f26c4f;
}

h3 {
	margin-bottom: 1.5em;
	font-size: 1em;
	font-weight: normal;
	color: #f26c4f;
}

h4 {
	margin: 0.1em 0 0.1em 0;
	font-size: 1.1em;
	color: #f26c4f;
	font-weight: normal;
}

ul {
	list-style-type:circle;
}
li {
	padding-top: 0.2em;
}

/* classes */
.small {
	font-size: 0.8em;
}
.font-weight-normal {
	font-weight: normal;
}
.clear {
	clear: both;
	float:none;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
.borderRed {
	border: 1px solid #f26c4f !important;
}
.borderRed:hover {
	border: 1px solid #d21034 !important;
}
.borderRedHover {
	border: 1px solid #fefcf6 !important;
}
.borderRedHover:hover {
	border: 1px solid #d21034 !important;
}

.info {
	z-index:10000;
	position: fixed;
	left: 30%;
	top: 40%;
	width:40%;
	height: auto;
	margin: auto;
}
.info span {
	display: block;
	padding: 40px;
	color: #f26c4f;
	background-color:#F8EFD1;
	border:2px solid #f26c4f;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	cursor:pointer;
}
.info span div {
	margin: 0 !important;
	font-size: 16px;
}

/* tinymce */
.jseditor {
	padding: 25px;
}
.jseditor_right {
	width: 266px;
	height: 266px;
	padding: 25px 15px;
	line-height: 1.5em;
	font-size: 0.8em;
	color:#FFF;
	background-color: #457590;
}

/* ------------------------------------- FORMS ----------------------------------- */
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #825702;
	border: 1px solid #825702;
	background-color: #fefcf6;
	box-sizing: border-box;
}
input, select {
	width: 6em;
	padding: 0.1em 0.2em;
	height: 1.8em;
}
input::placeholder, textarea::placeholder {
	color: rgba(192,169,124,0.6);
}
input[type=radio], input[type=checkbox] {
	width: auto;
}
input:hover, select:hover, textarea:hover, input:focus, select:focus, textarea:focus {
	border-color: #f26c4f;
	background-color: #fbf5e4;
}

/* ------------------------------------- LAYOUT ----------------------------------- */
#wrapper {
	width: 965px;
	min-height: 100%;
	margin: 0 auto;
	background-image:url(../images/bgr/str.gif);
	background-repeat:repeat-y;
	overflow-y: hidden;
}

#header {
	width: 965px;
	height: 191px;
	padding-top: 36px;
	background-repeat:repeat-y;
}

#header #logo {
	background-image:url(../images/bgr/top.gif);
	background-repeat: no-repeat;
	height: 103px;
}

#header .content {
	width: 868px;
	height: 51px;
	margin: 0px 0px 0px 58px;
	background-color: #FFF;
}

#main {
	width: 965px;
	min-height: 300px;
}

#main .content {
	width: 846px;
	margin: 0px 0px 0px 58px;
	background-color: #fefcf6;
}
#main .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#footer {
	width: 905px;
	height: 45px;
	padding: 62px 30px 0px 30px;
	background-image:url(../images/bgr/bottom.gif);
	background-repeat: no-repeat;
}
#footer div {
	color: #d5c6a6;
	font-size: 0.84em;
}
#footer div.left {
	float: left;
}
#footer div.left a {
	display: inline-block !important;
	margin-right: 10px;
}
#footer div.right {
	float: right;
}
#footer div.right br {
	display: none;
}

#footer a {
	color:#d5c6a6;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}


/* ------------------------------------- HEADER ----------------------------------- */
#header #block_logo {
	float: left;
	position: relative;
	top: 9px;
	left: 23px;
	width: 467px;
	height: 91px;
	background-image:url(../images/bgr/logo.gif);
	background-repeat: no-repeat;
}
#block_logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#block_logo #navi_mobile_button {
	display: none;
}

#block_search {
	float: right;
	margin: 1em 1.5em 0;
}
#block_search input {
	border: 1px solid #faf3dc;
	background-color: white;
}
#block_search input[type=text] {
	width: 200px;
}
#block_search input[type=submit] {
	background-color: #faf3dc;
	font-weight: bold;
}
#block_search input[type=submit]:hover {
	color: #d21034;
	cursor: pointer;
}

#navi_top {
	float: right;
	width: 450px;
	margin: 16px 30px 0px 0px;
	font-size: 0.75em;
	letter-spacing: 0.04em;
	color:#825702;
}

#navi_top a {
	float:right;
	margin-left: 1em;
	color:#825702;
	text-decoration: none;
}
#navi_top a:hover {
	color:#825702;
	text-decoration: underline;
}
#navi_top a.act {
	color: #f26c4f;
	font-weight: bold;
}

#navi {
	width: 935px;
	height: 52px;
	padding: 0 15px;
	background:url(../images/bgr/navi.gif);
	background-repeat:no-repeat;
}

#navi .menu_main ul {
	margin: 0em 1em;
	padding: 0;
}
#navi .menu_main li {
	float: left;
	margin: 0.3em 2em 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 0.75em;
	letter-spacing: 0.05em;
	list-style: none;
}
#navi .menu_main li a {
	text-decoration: none;
	color: #825702;
}
#navi .menu_main li a:hover, #navi .menu_main li a.act {
	color: #f26c4f;
}
#navi .menu_main li a:hover, #navi .menu_main li a.act {
	color: #f26c4f;
}
#navi .menu_main li.right {
	float: right;
	margin-right: 0 !important;
}

.voice {
	position: relative;
	left: 12px;
	top: 7px;
	float: left;
	width: 20em;
	padding: 0px;
	font-size: 0.75em;
	letter-spacing: 0.05em;
	background-color: #faf3dc;
}
.voice a {
	display: block;
	float: none;
	width: 18.8emem;
	height: 1,4em;
	margin-bottom: 2px;
	padding: 0.3em 0.6em;
	background-color: #FFF;
}
.voice a:link, .voice a:active, .voice a:visited {
	color: #825702;
	text-decoration: none;
}
.voice a:hover {
	color: #f26c4f;
	background-color: #fefcf6;
	text-decoration: none;
}
.voice a.act {
	color: #f26c4f;
}

/* ------------------------------------- CONT ----------------------------------- */
.cont {
	float:left;
	height:100%;
	width:660px;
}
.cont100 {
	float:left;
	height:100%;
	width:100%;
}

#text {
	font-size: 0.85em;
}

#text img {
	border: none;
}

#text .hp {
	clear: both;
	padding-top: 2em;
}

/* ----- cont navi ----- */
#block_navi {
	width: 160px;
	height: 100%;
	float: left;
	margin: 0 25px 0 0em;
}
#block_navi div {
	font-size: 0.75em;
	padding: 20px 20px 20px 0px ;
}
#block_navi div a, #block_navi div span {
	display: block;
	padding: 0.3em;
	border-bottom: 1px solid #faf3dc;
}
#block_navi div a:link, #block_navi div a:visited {
	color:inherit;
	text-decoration: none;
}
#block_navi div a:active, #block_navi div a:hover {
	color: #f26c4f;
	background-color: #FFF;
}
#block_navi div a.act {
	color: #f26c4f;
}

/* ----- eshop ----- */
.pagination {
	float:right !important;
	margin: 1em;
}
.pagination a, .pagination strong {
	display: block;
	padding: 0 0.5em;
	float:left;
	border-left: 1px solid #FAF3DC;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #FFF;
}
.pagination a:first-child, .pagination span:first-child {
	border: none;
}

/* list */
#categories {
	margin: -0.5em 0 0.5em;
}
#categories a, #categories span {
	font-size: 16px;
	text-decoration: none;
}
#controls {
	float:left;
	width:660px;
	font-size: 0.85em;
	margin-bottom: 2em;
	padding: 15px 0;
}
#controls div {
	float: left;
	margin: 0 1em 0 0;
}
#controls div select {
	width: 7em;
}
#products {
	display: flex;
	flex-wrap: wrap;
	height:100%;
	width:660px;
}
#products .product {
	float: left;
	width: 195px;
	min-height: 195px;
	padding: 10px 10px;
	border: 1px solid #fefcf6;
}
#products .product:hover {
	background-color: #f8efd1;
	border: 1px solid #c0a97c;
	cursor: pointer;
}
#products .product h3 {
	margin-bottom: 10px;
}
#products .product img {
	float: right;
	max-width: 100px;
	max-height: 100px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #c0a97c;
	background-color: #F8EFD1;
}
#products .product span {
	display: block;
	margin-bottom: 5px;
	font-size: 0.9em;
}
#products .product span.cat, #products .product span.tp, #products .product span.pck {
	font-size: 0.8em;
}
#products .product span.cd {
	clear:both;
	float:left;
	margin-top: 1em;
}
#products .product span.prc {
	float:right;
	font-weight:bold;
	margin: 1em 1em 0 0;
}

/* detail */
#product {
	float:left;
	height:100%;
	width:660px;
	font-size: 0.85em;
}
#product .head {
	min-height: 200px;
	padding: 15px;
	margin: 0 0 30px 0;
	border: 1px solid #c0a97c;
	background-color: #F8EFD1;
}
#product h1 {
	margin-bottom: 0.25em;
}
#product .head img {
	float: right;
	max-width: 200px;
	max-height: 200px;
	border: none;
	border: 1px solid #F8EFD1;
}
#product a:hover img {
	border: 1px solid #f26c4f;
}
#product h3 {
	margin: 2em 0 0 0;
	padding: 0;
}
#product ul {
	margin: 0;
}
#product div {
	margin: 0.5em 0 1em 0;
}
#product .no {
	margin: 0 0 1em 0;
	font-style:italic;
	color: #f26c4f;
}
#product .pa {
	font-size: 0.95em;
}
#product .co {
	float:left;
	width: 30%;
	margin-top: 1em;
}
#product .pr {
	width: 30%;
	float:right;
	margin: 1em 3em 0 0;
	font-weight:bold;
	text-align: right;
}
#product .bag {
	float:right;
	margin: 0 0 1em 1em;
}
#product .bag a {
	border: none;
}
#product .bag img, #product .bag img:hover {
	border: 1px solid #c0a97c;
}
#product .bag span {
	margin-top: 0.2em;
	font-weight:bold;
}

/* catlist */
#catlist h2 {
	padding-bottom: 0.3em;
}
#catlist div {
	padding: 0.2em 0;
}
#catlist div a:link, #catlist div a:visited {
	color: #825702;
	text-decoration: none;
}
#catlist div.all a:link, #catlist div.all a:visited {
	color: #f26c4f;
}
#catlist div a:hover {
	color: #d21034;
	text-decoration: underline;
}

/* lettlist */
#letlist {
	padding-bottom: 1em;
}
#letlist a {
	display: inline-block;
	text-align:center;
	text-decoration: none;
	width: 1.5em;
	height: 1.5em;
}
.letlist {
	float: left;
	width: 45%;
}
.letlist h2 {
	padding: 1em 0 0.3em 0;
}
.letlist h2 a {
	text-decoration: none;
	color: #f26c4f;
}
.letlist div {
	padding: 0.2em 0;
}
.letlist div a:link, .letlist div a:visited {
	color: #825702;
	text-decoration: none;
}
.letlist div a:hover {
	color: #d21034;
	text-decoration: underline;
}

/* efflist */
#efflist h2 {
	margin: 2em 0 0.5em 0em;
	padding-bottom: 0.3em;
}
#efflist h3 {
	margin: 1em 0 0.3em 0;
}
#efflist div {
	padding: 0.2em 0;
}
#efflist div a:link, #efflist div a:visited {
	color: #825702;
	text-decoration: none;
}
#efflist div a:hover span {
	color: #d21034;
	text-decoration: underline;
}
#efflist span.c, #efflist span.n, #efflist span.o {
	display:inline-block;
	vertical-align:middle;
}
#efflist span.c {
	width: 50px;
}
#efflist span.n {
	width: 290px;
}
#efflist span.o {
	width: 290px;
}

/* bag */
#bag {
	float:left;
	width:660px;
	font-size: 0.85em;
}

#bag #head {
	border-bottom: 1px solid #825702;
}
#bag #head .leftheader {
	float: left;
	padding-left: 0.6em;
	margin-top: 1em;
}
#bag .product {
	clear:both;
	margin: 1em 0 0 0;
}
#bag .product .img {
	float: left;
	height: inherit;
	margin: 0 0.5em 0em 0;
}
#bag .product .img img {
	max-width: 50px;
}
#bag .product .left {
	float: left;
	width: 400px;
	margin-top: 0;
	padding: 0.6em;
	font-size: 0.8em;
	border: 1px solid #825702;
	background-color: #F8EFD1;
}
#bag .product .left a {
	display: block;
	font-size: 1.3em;
	padding-bottom: 0.3em;
}
#bag .product .cnt, #bag .product .prc, #bag .product .rem {
	margin-top: 1em;
}
#bag .product .cnt {
	float: right;
	width: 120px;
	margin-left: 1em;
}
#bag .product .cnt select {
	width: 4em;
	text-align: right;
	border: none;
	cursor: pointer;
	height: auto;
}
#bag .product .prc {
	float: right;
	text-align:right;
	width: 50px;
	padding-right: 2em;
}
#bag .product .rem {
	float: right;
	width: 20px;
}
#bag .product .rem img {
	border: none;
	cursor: pointer;
}
#bag #foot {
	margin-top: 1em;
	border-top: 1px solid #825702;
	font-weight: bold;
}
#bag #foot .leftfoot {
	float: left;
	width: 490px;
	text-align:right;
	padding: 5px 50px 0 0;
}
#bag #foot .prct {
	float: left;
	text-align:right;
	width: 50px;
	padding: 5px 20px 0 0;
}
#bag .bot {
	margin-top: 4em;
}
#bag .back {
	float:left;
	margin: 2em 0;
}
#bag .checkout {
	float:right;
	margin: 2em 0;
}
#bag .checkout a, #bag .back a {
	border: none;
}
#bag .checkout img, #bag .checkout img:hover, #bag .back img, #bag .back img:hover {
	border: 1px solid #c0a97c;
	cursor: pointer;
}

/* checkout */
#checkout {
	float:left;
	width:660px;
	font-size: 0.85em;
}
#checkout #fields {
	margin: 2em 0em 0em 1em;
}
#checkout div {
	margin-top: 1em;
}
#checkout label {
	clear: both;
	float:left;
	width: 200px;
}
#checkout input, #checkout select {
	width: 200px;
}
#checkout textarea {
	width: 320px;
	height: 60px;
}
#checkout div.error {
	margin-left:200px;
	color: red;
}
#checkout #shipping_data_sel {
	margin-top: 2em;
}
#checkout #shipping_data_fields {
	margin: 0 0 1em 1em;
}
#checkout #comment {
	margin-top: 2em;
}
#checkout .bot {
	clear:both;
	margin-top: 4em;
}
#checkout .back {
	float:left;
	margin: 2em 0;
}
#checkout .next {
	float:right;
	margin: 2em 0;
}
#checkout .back a, #bag .next a {
	border: none;
}
#checkout .back img, #checkout .back img:hover, #checkout .next img, #checkout .next img:hover {
	border: 1px solid #c0a97c;
	cursor: pointer;
}
#checkout .desc {
	margin-top: 3em;
}
#checkout .descs, #checkout .desct {
	font-size: 0.8em;
}
#checkout #summary {
	clear: both;
	margin: 1em 0;
	border-top: 1px solid #825702;
}
#checkout #summary .leftfoot {
	float: left;
	width: 490px;
	text-align:right;
	padding: 5px 50px 0 0;
}
#checkout #summary .prct {
	float: left;
	text-align:right;
	width: 50px;
	padding: 5px 20px 0 0;
}

/* checkout */
#search_results .desc {
	font-size: 0.9em;
}
#search_results .desc h3 {
	font-size: 1.1em;
}

/* ----- tables ----- */
#test_12 th, #test_13 th, #article_45 th, #article_46 th, #article_53 th {
	background-color: #f8efd1;
	text-align: center;
	height: 40px;
}
#test_12 tr, #test_13 tr, #article_45 tr, #article_46 tr, #article_53 tr {
	background-color: #faf3de;
}
#test_12 tr.alt, #test_13 tr.alt, #article_45 tr.alt, #article_46 tr.alt, #article_53 tr.alt {
	background-color: #fcf8ea;
}
#test_12 td, #test_13 td, #article_45 td, #article_46 td, #article_53 td {
	border-top: 1px solid #FFF;
	font-size: 0.9em;
}
#test_12 tr.empty, #test_13 tr.empty {
	background-color: transparent;
}
#test_12 tr.group td, #test_13 tr.group td {
	border-top: 3px solid #FFF;
}
#test_12 td.T0 {
	width: 50px;
	text-align:center;
}
#test_12 td.TL1, #test_12 td.TR1 {
	color: green;
	text-align:center;
}
#test_12 td.TL2, #test_12 td.TR2 {
	color: blue;
	text-align:center;
}
#test_12 td.TL3, #test_12 td.TR3 {
	color: red;
	text-align:center;
}
#test_12 .next {
	float:right;
	margin: 2em 0;
}
#test_12 .next a {
	border: none;
}
#test_12 .next img, #test_12 .next img:hover {
	border: 1px solid #c0a97c;
	cursor: pointer;
}
#test_12_result table {
	padding: 0.2em;
	margin: 1.5em 0;
}
#test_12_result #main {
	width:180px;
	margin-left: 210px;
	border: 1px solid #825702;
	color: #000;
	font-weight: bold;
	text-shadow: 1px solid black;
}
#test_12_result #main.white {
	color: #FFF;
}
#test_12_result #main .r1 {
	width: 80px;
	text-align: right;
}
#test_12_result #main .r2 {
	width: 20px;
	text-align: center;
}
#test_12_result #main .r3 {
	width: 80px;
	text-align: left;
}
#test_12_result #chart {
	padding: 0;
	font-size: 0.9em;
	text-align: center;
}
#test_12_result #chart div {
	height: 4px;
}
#test_12_result #chart .strong {
	font-weight: bold;
}
#test_12_result .result {
	margin-bottom: 0em;
	padding: 0.5em;
}
#test_12_result .result td {
	font-size: 0.95em;
	padding: 0.2em;
	vertical-align: top;
}
#test_12_result .result tr:first-child {
	font-size: 1.1em;
}
#test_12_result .result td:first-child {
	font-weight: bold;
}
#test_13 table {
	width: 660px;
}
#test_13 input, #test_13 textarea {
	font-size: 1.1em;
}
#test_13 h4 {
	font-weight:bold;
}
#test_13 td {
	height: 2em;
}
#test_13 label {
	display:block;
	float:left;
	margin-right: 2em;
}
#test_13 label.c3 {
	color: red;
}
#test_13 label.c2 {
	color: blue;
}
#test_13 label.c1 {
	color: green;
}
#test_13 label img {
}
#test_13 input[type=file] {
	width: 400px;
	height: auto;
	font-size:inherit;
}
#test_13 div.error {
	margin-left:200px;
	color: red;
}
#test_13 .next {
	float:right;
	margin: 2em 0;
}
#test_13 .next a {
	border: none;
}
#test_13 .next img, #test_13 .next img:hover {
	border: 1px solid #c0a97c;
	cursor: pointer;
}
#article_45 th {
	text-align:left;
	padding: 0.4em 0.2em;
}
#article_45 td:first-child, #article_46 td:first-child {
	width: 120px;
	font-weight: bold;
}
#article_45 td a[name] {
	color: inherit;
	text-decoration: none;
}
#article_45 td {
  vertical-align: top;
}

/* media queries */
@media only screen and (max-width: 599px) {

	#wrapper {
		width: 100%;
		background-image: none;
	}

	/* header */
	#header {
		width: 100%;
		height: auto;
		background-color: #fefcf6;
	}
	#navi_top {
		position: absolute;
		width: 100%;
		box-sizing: content-box;
		right: 0;
		top: 5px;
		margin-right: 15px;
	}
	#navi_top a {
		font-size: 0.8em;
	}
	#header #logo {
		background-position-x: -30px;
		background-image: url("../images/bgr/top_mobile.gif");
		background-repeat: repeat-x;
	}
	#header #logo #block_logo {
		background-position-y: center;
		width: auto;
		height: 67px;
		left: 15px;
		float: none;
		background-size: 91%;
	}
	#header #logo #block_logo a {
		width: calc(100% - 75px);
		float: left;
	}
	#header #block_logo #navi_mobile_button {
		float: right;
		width: 30px !important;
		height: auto;
		display: block;
		padding: 19px 15px;
	}
	#header #block_logo #navi_mobile_button img {
		display: block;
		width: 100%;
	}
	#header #block_search {
		display: none;
	}

	#navi {
		display: none;
		position: absolute;
		z-index: 100;
		top: 116px;
		right: 0;
		width: auto;
		height: auto;
		padding: 0;
		background-image: none;
		background-color: white;
	}
	#navi #block_search {
		float: none;
		display: block;
		margin: 0;
		border-bottom: 1px solid #faf3dc;
		background-color: #faf3dc;
		width: 100%;
	}
	#navi #block_search input {
		box-sizing: border-box;
	}
	#navi #block_search input[type=text] {
		width: 175px;
		border-top: none;
		border-left-width: 2px;
	}
	#navi .menu_main ul {
		margin: 0;
	}
	#navi .menu_main li {
		float: none;
		width: 100%;
		box-sizing: border-box;
		border-bottom: 2px solid #faf3dc;
		padding: 4px 10px 5px 10px;
	}
  #navi #block_navi > div > span {
    display: none;
  }
	#navi .menu_mobile-2nd {
		position: relative;
		margin-top: 3px;
	}
	#navi .menu_mobile-2nd a {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 5px 0 3px ;
		font-weight: normal;
		border-top: 1px solid #faf3dc;
	}
	#navi .menu_mobile-2nd a:last-child {
		padding-bottom: 0;
	}

	/* content */
	#main {
		width: 100%;
		background-color: #fefcf6;
		min-height: 60vh;
	}
	#main .content {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
  #main .content .info {
    left: 10%;
    width: 80%;
  }
  #main #block_navi {
		display: none;
	}
	#main .cont {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}
	#main #categories #categories_all2 {
		display: none;
	}
	#main #controls {
		padding-left: 0.8em;
		width: 100%;
		box-sizing: border-box;
	}
	#main #controls .pagination {
		position: absolute;
		right: 0;
		top: 145px;
	}
	#main #controls #sorting {
		float: right;
		margin-right: 0.5em;
	}
	#main #controls span {
		display: none;
	}

	#main #products {
		width: 100%;
	}
	#main #products .product {
		box-sizing: border-box;
		width: 50%;
		padding-left: 0;
	}
	#main #products .product h3 {
		word-break: break-word;
	}
	#main #product {
		width: 100%;
	}

	#main #bag {
		width: 100%;
	}
	#main #bag .product .left {
		width: 100%;
		box-sizing: border-box;
	}

  #main #checkout {
    width: 100%;
  }
  #main #checkout div label {
    width: 100%;
  }
  #main #checkout input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]),
  #main #checkout select,
  #main #checkout textarea {
    width: calc(100% - 10px) !important;
    margin-top: 5px !important;
    box-sizing: border-box;
  }
  #main #checkout div.mw50 input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]),
  #main #checkout div.mw50 select {
    width: calc(50% - 7px) !important;
  }
  #main #checkout div.mw50 input.mw25:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]) {
    width: calc(25% - 7px) !important;
  }
  #main #checkout div.mw50 input.mw75:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=reset]),
  #main #checkout div.mw50 select.mw75 {
    width: calc(75% - 7px) !important;
  }
  #main #checkout .error {
    margin-left: 0;
    margin-top: 3px;
  }

  #main #text {
    word-break: break-word;
    overflow-x: auto;
  }
  #main #text table {
    word-break: normal;
  }
  #main #text table.responsive_block,
  #main #text table.responsive_block > tbody > tr > td {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  #main #text div {
    max-width: 100%;
  }
	#main .cont #text img {
		max-width: 90%;
		height: auto;
		box-sizing: content-box;
		margin: 10px 0;
	}

	/* elements */
	h1 {
		font-size: 1.5em;
	}

	/* footer */
	#footer {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		background-position-x: -30px;
		background-position-y: top;
		background-color: #fefcf6;
		padding: 40px 10px 5px 10px;
	}
	#footer .left, #footer .right {
		float: none !important;
		padding: 5px 0;
	}
	#footer div.left {
		border-bottom: 1px solid #faf3dc;
		padding-bottom: 8px;
		margin-bottom: 6px;
	}

}