html, body {
	height: 101%;
	margin: 0;
	padding: 0;
	font-family: Arial;
}
#main {
	font-size: 16px;
	line-height: 160%;
}
@media only screen and (min-width: 801px) {
#main {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 1024px;
}
}
.color-d {
	color: #b3894e;
}
.color-h {
	color: #e5e5de;
}
.box {
	padding: 10px 10px 10px 10px;
	border-bottom: 10px solid #eee;
}
@media only screen and (min-width: 801px) {
.box {
	margin-bottom: 10px;
	background-color: #f5f5f5;
	border-bottom: none;
}
}
#topnavi {
	display: block;
	background-color: #fff;
}
@media only screen and (min-width: 801px) {
#topnavi {
	border: 3px dashed #ccc;
	width: 1010px;
	padding-left: 12px;
}
}
#footer {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	text-align: center;
}
#more {
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	text-align: center;
}
img {
	border: none
}
.img-left {
	float: left;
	margin-right: 20px;
}
.img-right {
	float: right;
	margin-left: 20px;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.0em;
}
a:link, a:visited, a:hover, a:active {
	color: #b3894e;
}
a:link.foot, a:visited.foot, a:hover.foot, a:active.foot {
	text-decoration: none;
}
.submit {
	margin: 15px 15px 15px 0px;
	height: 35px;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background: linear-gradient(to bottom, #e5e5de 5%, #b3894e 100%);
	background-color: #e5e5de;
	border-radius: 6px;
	border: 1px solid #b3894e;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
}
.centered {
	text-align: center;
}
.nurmob {
	display: block;
}
@media only screen and (min-width: 801px) {
.nurmob {
	display: none;
}
}
.nurdesk {
	display: none;
}
@media only screen and (min-width: 801px) {
.nurdesk {
	display: block;
}
}
.trenner {
	width: 95%;
	border-top: 1px dotted #b3894e;
	margin: 15px auto 15px auto;
	text-align: center;
}
.inputtext {
	height: 35px;
	border: 1px solid #b3894e;
	padding: 3px;
	font-size: 1.0em;
	width: 80px;
}
.select {
	height: 35px;
	font-size: 1.0em;
	margin-top: 10px;
}
.cookie-popup-inner button {
	background: #b3894e;
}
.cookie-popup-inner button:hover {
	background-color: #e5e5de;
	color: black;
}
.ptop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 999;
	opacity: 0.9;
}
/******************************** Start FLEX container *********************************/
.container {
	display: flex;
	flex-flow: column wrap;
	align-content: space-between;
	/* Optional */

	border-radius: 3px;
	width: 100%;
	margin: 10px auto;
	counter-reset: items;
}
@media only screen and (min-width: 801px) {
.container {
	height: 665px;
	display: block;
}
}
.item {
	width: 100%;
	/* Optional */
	position: relative;
	margin-bottom: 2%;
	border-radius: 3px;
	box-sizing: border-box;
	margin-right: 10px;
}
.item::before {
	counter-increment: items;
}
.item:nth-child(1) {
	order: 2;
}
.item:nth-child(2) {
	order: 1;
}
.item:nth-child(3) {
	order: 3;
	margin-right: 0px;
}
.col-1 {
	text-align: center;
}
.col-3 {
	text-align: center;
}
 @media only screen and (min-width: 801px) {
.col-1 {
	width: 230px;
	float: left;
	text-align: left;
}
.col-2 {
	width: 594px;
	float: left;
}
.col-3 {
	width: 180px;
	float: left;
	text-align: right;
}
}
/******************************** Ende FLEX container *********************************/

.erg {
	color: red;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	line-height: 150%;
}
.tab {
	border-collapse: collapse;
}
.cell {
	border: 1px dotted gray;
	padding: 2px;
}
.waehrungsrechner-ifr {
	height: 300px;
	width: 480px;
	border: none;
	margin-top: 15px;
	display: block;
}
.nobars {
	overflow-x: hidden;
	overflow-y: hidden
}
 @media only screen and (min-width: 801px) {
.dashed {
	border: 3px dashed #cccccc;
}
}
/******************** rechner ***********************/
.col-3-1 {
	float: left;
	margin-right: 30px;
	width: 150px;
	height: 25px;
	font-weight: bold;
}
.col-3-2 {
	float: left;
	margin-right: 30px;
	width: 111px;
	height: 25px;
	font-weight: bold;
	text-align: center;
}
.col-3-3 {
	height: 25px;
}
.input-col-1 {
	width: 140px;
	height: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.input-col-2 {
	height: 30px;
	margin-bottom: 30px;
}
.block {
	margin-top: 25px;
}
.erg {
	color: red;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	line-height: 150%;
}
/******************** rechner ***********************/