body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
}

.page p {
	text-indent: 1em;
}

/* Header */

.header h1 {
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	font-size: 32px;
	line-height: 120%;
	font-weight: bold;
	font-family: Calibri;
	text-align: center;
	color: red;
}

.header h2 {
	margin-top: 0.3em;
	font-size: 30px;
	line-height: 120%;
	font-weight: bold;
	font-family: Calibri;
	text-align: center;
	color: black;
}

.body-process {
	background: #E6E6EE;
}

.form-label {
	font-size: 1.1rem;
}
.header-process {
	background: white;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #6ba63c;
	margin: 0 0 30px;
}

.font-sizeMiddle {
	font-size: 1.1rem;
}
.main-process {
  width: 1140px;
  margin: 0 auto 30px;
  background: white;
  padding: 40px;
  box-sizing: border-box;
  font-family: arial;
}

.containter-center {
	width: 80%;
	margin: 0 auto;
}

.flexbox {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

	width: 100%;
}

.small, small {
    font-size: 80% !important;
    font-weight: 400 !important;
}

.text-center {
	text-align: center;
}

.container-box {
	padding: 0 1.25rem 1.25rem;
	border: 1px solid #dadae5;
	margin: 0 20px 20px;
}

.container-box-60 {
	width: 60%;
}

.container-box:first-child {
	width: 100%;
}

.container-box:last-child {
	width: 100%;
}

.container-box h3{
	padding: 1.25rem 0rem .625rem 0rem;
	border-bottom: 1px solid #dadae5;
	font-size: 1.3rem;
	font-weight: 300;
	color: #446e37;
}

.container-box p {
	font-weight: 300;
	margin: 0 0 4px;
	font-size: 1.1rem;
	color: #446e37;
}

.product-image {
	width: 180px;
    float: left;
    margin-right: 30px;
}

.container-box p .first {
	width: 50%;
	display: block;
	float: left;
}

.container-box p .last {
	text-align: right;
	display: block;
}

.cookie-hint {
	position: fixed;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 15px 10px;
	font-size: 8pt;
	z-index: 99999;
	box-shadow: 0px 0px 8px #ababab;
	text-align: left;
	background-color: #335267;
	color: white;
}

.cookie-hint a {
	color: white;
	text-decoration: underline;
}

.cookie-hint p {
	margin: 0 20px 0 0;
	padding-left: 35px;
	padding-right: 35px;
}

.product-hint {
	font-size: 22px;
	font-weight: bold;
	background-color: #ffff00;
}

a.btn_order_external {
	display: inline-block;
	padding: 10px 40px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #d32a2a;
	color: #fff;
	margin: 0 auto;
	font-weight: bold;
	border: 2px solid #d32a2a;
	}
	

a.btn_order_external:hover {
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	color: #d32a2a;
	}

@media all and (max-width: 600px) {
	.cookie-hint {
		max-width: 100%;
		flex-direction: column;
	}

	.cookie-hint p {
		margin: 0 0 20px 0;
	}
}

/* Layout */

.float-l {
	float: left;
	margin-right: 20px;
}

.float-r {
	float: right;
	margin-left: 20px;
}

.h-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.width-1-5 {
	width: 20%;
}

.width-1-4 {
	width: 25%;
}

.width-1-3 {
	width: 33%;
}

.width-1-2 {
	width: 50%;
}

.width-1-5 img, .width-1-4 img, .width-1-3 img, .width-1-2 img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}

@media all and (max-width: 540px) {
	.width-1-5, .width-1-4 {
		margin: 0;
		width: 100%;
	}
}

@media all and (max-width: 480px) {
	.width-1-3, .width-1-2 {
		margin: 0;
		width: 100%;
	}
}

.indent {
	margin-left: 30px;
}

/* Navigation */

.container-maxwidth {
	margin: 0 auto;
	width: 100%;
	max-width: 720px;
}

.container-fluid {
	max-width: 720px;
}

nav.custom-nav {
	min-height: 60px;
}

/* Boxes */

.box-yellow, .box-yellow-2 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 15px 20px;
	background-color: #ffffcc;
	font-size: 21px;
}

.box-yellow p, .box-yellow-2 p {
	text-indent: 0;
}

.box-yellow > *:last-child, .box-yellow-2 > *:last-child {
	margin-bottom: 0;
}

.box-yellow:after, .box-yellow-2:after {
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.box-yellow {
	border: 3px dotted black;
}

.box-yellow-2 {
	border: 1px solid black;
	font-size: 20px;
	font-family: Calibri;
}

.box-yellow-2 p:first-of-type {
	font-size: 120%;
}

.dropshadow {
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.button {
	display: inline-block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 15px 25px;
	border-radius: 8px;
	border-top: 2px solid #ff7b7b;
	border-bottom: 2px solid #760a0a;	
	background: #d32a2a;
	background: -moz-linear-gradient(top, #d32a2a 0%, #ea2c2c 50%, #b51c1c 100%);
	background: -webkit-linear-gradient(top, #d32a2a 0%,#ea2c2c 50%,#b51c1c 100%);
	background: linear-gradient(to bottom, #d32a2a 0%,#ea2c2c 50%,#b51c1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32a2a', endColorstr='#b51c1c',GradientType=0 );
	font-family: Calibri;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #760a0a;
	text-align: center;
	color: white;
}

.button:hover {
	background: #e52d2d;
	background: -moz-linear-gradient(top, #e52d2d 0%, #ff3030 50%, #c61f1f 100%);
	background: -webkit-linear-gradient(top, #e52d2d 0%,#ff3030 50%,#c61f1f 100%);
	background: linear-gradient(to bottom, #e52d2d 0%,#ff3030 50%,#c61f1f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e52d2d', endColorstr='#c61f1f',GradientType=0 );
}

.button-light {
	display: inline-block;
	margin: 0;
	padding: 5px 10px;
	border-radius: 50px;
	background: #dedede;
	border: none;
	font-family: Calibri;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #ababab;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

.testpage-active {
	position: fixed;	
	width: 100%;
	z-index: 99999;
	background-color: red;
	color: white;
}

@media print {
	.testpage-active {
		display: none;
	}
}

/* Lists */

ul.noindent {
	padding-left: 0;
}

ul.nomargin {
	margin-bottom: 0;
}

ul.spaced > li {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

ul.three-dots {
	list-style: none;
}

ul.three-dots li {
	margin-left: 1.45em;
}

ul.three-dots li:before {
	content: "...";
	margin-left: -1.45em;
	margin-right: 0.8em;
}

ul.check {
	list-style: none;
}

ul.check li {
	margin-left: 1.32em;
}

ul.check li:before {
	content: "\2713";
	margin-left: -1.32em;
	margin-right: 0.5em;
	font-size: 26px;
	font-weight: bold;
}

ul.triangle {
	list-style: none;
}

ul.triangle li {
	margin-left: 1.65em;
}

ul.triangle li:before {
	content: "\25B6";
	margin-left: -1.65em;
	margin-right: 0.8em;
}

ul.dash {
	list-style: none;
}

ul.dash li {
	margin-left: 1.45em;
}

ul.dash li:before {
	content: "\2013";
	margin-left: -1.45em;
	margin-right: 0.8em;
}

ul.arrow {
	list-style: none;
}

ul.arrow li {
	margin-left: 1.83em;
}

ul.arrow li:before {
	content: "\2192";
	margin-left: -1.83em;
	margin-right: 0.8em;
	font-weight: bold;
}

ul.arrow-bold {
	list-style: none;
}

ul.arrow-bold li {
	margin-left: 1.83em;
}

ul.arrow-bold li:before {
	content: "\2794";
	margin-left: -1.83em;
	margin-right: 0.8em;
	font-weight: bold;
	font-size: 120%;
}

ul.double-arrow {
	list-style: none;
}

ul.double-arrow li {
	margin-left: 1.83em;
}

ul.double-arrow li:before {
	content: "\21D2";
	margin-left: -1.83em;
	margin-right: 0.8em;
	font-weight: bold;
}

ul.smile {
	list-style: none;
}

ul.smile li {
	margin-left: 1.8em;
}

ul.smile li:before {
	content: "\263A";
	margin-left: -1.8em;
	margin-right: 0.8em;
	font-size: 150%;
}

ul.smile-img {
	list-style: none;
	list-style-image: url("../img/emoticon_happy.png");
}

ul.frown {
	list-style: none;
}

ul.frown li {
	margin-left: 1.6em;
}

ul.frown li:before {
	content: "\2639";
	margin-left: -2.2em;
	margin-right: 1.2em;
	font-size: 100%;
}

ul.frown-img {
	list-style: none;
	list-style-image: url("../img/emoticon_frown.png");
}

ul.iconcol-red li:before {
	color: #c00000;
}

ul.iconcol-yellow li:before {
	color: yellow;
}

/* Font */

h1 {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 130%;
}

h2 {
	margin-top: 1.3em;
	margin-bottom: 1.3em;
	font-size: 27px;
	line-height: 130%;
	font-weight: bold;
	text-align: center;
	color: #c00000;
}

.blue {
	color: blue;
}

.red {
	color: #c00000;
}

.black {
	color: black;
}

.yellow-bg {
	background-color: yellow;
	color: inherit;
}

p.subscript {
	text-indent: 0em;
	font-size: 16px;
	font-weight: bold;
	color: #5b9bd5;
}

.large {
	font-size: 24px;
}

.center {
	text-align: center;
}

/* Form */

input[type="text"], input[type="email"] {
	padding: 3px 6px;
	width: 100%;
}

input[type="submit"] {
	display: block;
	margin: 15px auto 15px auto;
	padding: 4px 8px;
}

select {
	padding: 3px 6px;
}

form {
	margin: 0 auto;
	max-width: 800px;
	font-size: 18px;
	font-family: Calibri;	
}

form p {
	text-indent: 0 !important;
}

form p.form-hint {
	text-align: right;
	font-size: 14px;
}

form .product-0 {
	padding: 8px 0;
	border: 2px solid #8b736b;
}

form .product-hint {
	font-size: 22px;
	font-weight: bold;
	background-color: #ffff00;
}

form .row {
	margin-top: 5px;
	margin-bottom: 5px;
}

form .product-choose {
	margin-right: 10px;
	margin-top: 8px;
}

form .product-section {
	padding: 10px 20px;
}

form .product-name {
	font-size: 20px;
	font-weight: bold;
}

form input[type="submit"], form button[type="submit"], .submitbutton {
	padding: 6px 20px;
	background-color: #efbf19;
	border: 1px solid black;
	cursor: pointer;
}

form input[type="submit"]:hover {
	background-color: #f9cd35;
}

form.side-by-side {
	font-size: 14px;
}

/* Footer */

footer {
	padding: 25px 20px;
}

footer p {
	margin: 0;
	text-align: center;
	font-size: 17px;
}

footer a {
	display: inline-block;
	margin-right: 2em;
}

footer a:last-of-type {
	margin-right: 0;
}

/* Additional payment forms */

.screenfiller {
	margin: 0;
	padding: 0;
	width: 100 vw;
	height: 100 vh;
}

.payment-instant-form {
	margin: 20px auto;
	padding: 35px;
	box-shadow: 0px 3px 15px -4px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
}

.payment-instant-form button[type="submit"] {
	margin-top: 20px;
}

/* Animations */

@keyframes blink-white-yellow {
	0% {
		background-color: #ffffff;
	}
	50% {
		background-color: #ffe867;
	}
	100% {
		background-color: #ffffff;
	}
}
