/* #Reset & Basics 
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select::-ms-expand {
    display: none;
}


/* #Basic Styles
================================================== */

html {
	/*scroll-behavior: smooth;*/
}

body {
	font-family: "din-2014", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	color: #676c72;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	background: #fff;
}
.noscroll {
	overflow: hidden;
}
[aria-hidden="true"] { display: none; }
[aria-hidden="false"] { display: block; }


/* #Typography
================================================== */
	
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	color: #676c72;
	margin-bottom: 25px;
}
h1, h2 {
	font-family: 'Playfair Display', serif;
}
h3 {
	font-family: "din-2014-narrow", sans-serif;
	font-weight: 600;
}
h4, h5 {
	font-family: 'Playfair Display', serif;
	line-height: 1.3;
	margin-bottom: 10px;
}
h6 {
	font-family: "din-2014", sans-serif;
}
h1 {
	font-size: 2.6em;
}
	h1.spaced {
		font-size: 2.6em;
		margin-bottom: 2em;
	}
h2 {
	font-size: 2.6em;
}
#mainContent.eight h2 {
	font-size: 1.8em;
}
h3 {
	text-transform: uppercase;
	font-size: 2.2em;
}
#mainContent.eight h3 {
	text-transform: none;
	font-size: 1.4em;
	margin-bottom: 5px;
}
h4 {
	font-size: 1.85em;
	font-weight: 400;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 0 0 25px 0;
}
p.boxed {
	border: 1px solid #fff;
	padding: 5px 8px;
	display: inline-block;
}
p.date {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.disclaimer {
	font-size: 0.8em;
}
p.icon {
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: none;
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
a p.icon.left::before, a p.icon::after,
p.icon.left a::before, p.icon a::after {
	content:'';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 16px;
	margin-left: 10px;
	margin-top: -1px;
	/*margin-bottom: 10px;*/
	transform: translateY(-1px);
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

	a p.icon,
	p.icon a {
		text-decoration: none !important;
		border: none;
		color: #73a788;
	}
	a:hover p.icon {
		color: #676c72 !important;
	}
	a p.icon.left::after,	
	p.icon.left a::after {
		display: none;
	}
	
	a p.icon::after,	
	p.icon a::after, p.icon.left a::before {
		background: url('../images/icons/arrow-right.svg?height=1rem');
		background-size: 10px 16px;
	}
	a:hover p.icon::after,
	p.icon a:hover::after, p.icon.left a:hover::before {
		transform: translateX(5px);
	}
	p.icon.left a::before {
		margin-right: 10px;
		margin-left: 0;
		transform: rotate(-180deg)
	}
		p.icon.left a:hover::before {
			transform: translateX(-5px) rotate(-180deg)
		}
p.icon.open a::after {
	transform: rotate(90deg)
}
p.icon a:hover {
	color: #676c72 !important;
}
	
p.lead {
	font-size: 1.1em;
}
p.subtext {
	font-size: 1em;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 0.8em
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
small {
	font-size: 0.8em;
}

/*	Blockquotes  */

blockquote {
	font-style: italic;
	font-size: 1.125em;
	margin: 30px 0;
	padding: 25px 0 20px 3em;
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
blockquote p {
	margin-bottom: 10px;
}
blockquote::before {
	font-family: 'Playfair Display', serif;
	display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 5em;
    position: absolute;
    left: -12px;
    top: 5px;
    color: #ccc;
}
blockquote cite {
	font-weight: 600;
	font-size: 0.8em;
	font-style: normal;
	color: #73a788;
	margin-bottom: 10px;
}

hr {
	display: block;
	border: solid #ddd;
	border-width: 0 0 1px;
	clear: both;
	padding-top: 30px;
	margin: 0 10px 60px;
	height: 0;
}
	hr.narrow {
    	padding-top: 10px;
		margin: 0 10px 40px;
	}
	.column hr, .columns hr {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}





/* #Links
================================================== */

a {
    color: #676c72;
    text-decoration: none;
    transition: color 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000), background 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    cursor: pointer;
}
p > span a,
p > a,
li > span a,
li > a {
	color: #676c72;
	font-weight: 600;
	border-bottom: 1px solid #676c72;
}
a:hover {
	color: #73a788;
	border-bottom: none;
}


/* #Lists
================================================== */

ul, ol {
	margin-bottom: 20px;
	margin-left: 20px;
}
ul {
	list-style: square outside;
}
ol {
	list-style: decimal outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}

ul ul, ul ol,  ol ol, ol ul {
	margin: 4px 0 5px 18px;
}
ul ul li, ul ol li,  ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	margin-bottom: 3px;
}

/* linklist */

ul.linklist, ul.linklist li, ul.doclist, ul.doclist li, ul.ticklist, ul.ticklist li {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

ul.linklist, ul.doclist, ul.ticklist {
	margin: 0 0 25px !important;
}

ul.linklist li {
	margin-bottom: 10px;
	padding-left: 36px;
	position: relative;
}
    ul.linklist.inline li {
        display: inline-block;
        padding-right: 10px;
        border-right: 1px solid #ddd;
		margin-right: 10px;
	}
        ul.linklist.inline li:last-child {
            border-right: none;
            margin-right: 0;
        }
ul.linklist li a:hover {
    border-bottom: 1px solid transparent;
}
    ul.linklist li::before {
        position: absolute;
        left: 0;
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        background-size: cover;
    }
    ul.linklist li.completed::before {
        background: url('../images/map-marker-completed.svg');
        background-repeat: no-repeat;
        background-position: center;
    }
	ul.linklist li.email::before {
		background: url('../images/icons/email.svg');
	}
	ul.linklist li.house::before {
		background: url('../images/icons/house.svg');
	}
	ul.linklist li.link::before {
		background: url('../images/icons/link.svg');
	}
	ul.linklist li.location::before {
		background: url('../images/icons/marker.svg');
	}
	ul.linklist li.note::before {
		background: url('../images/icons/note.svg');
	}
	ul.linklist li.other::before {
		background: url('../images/map-marker-other.svg');
		background-repeat: no-repeat;
		background-position: center;
	}
	ul.linklist li.planned::before {
		background: url('../images/map-marker-planned.svg');
		background-repeat: no-repeat;
		background-position: center;
	}
	ul.linklist li.size::before {
		background: url('../images/icons/size.svg');
	}
	ul.linklist li.tel::before {
		background: url('../images/icons/tel.svg');
	}
	ul.linklist li.whatsapp::before {
		background: url('../images/icons/logo-whatsapp-alt.svg');
	}
	ul.linklist li.year::before {
		background: url('../images/icons/date.svg');
	}
	ul.linklist.searchResults li {
		padding-bottom: 11px;
		border-bottom: 1px solid #ddd;
	}
	ul.linklist.searchResults li::before {
		background: url('../images/icons/result.svg');
		width: 20px;
		height: 20px;
		background-size: cover;
		background-repeat: no-repeat;
		top: 5px;
	}
	
ul.ticklist li {
	background: url('../images/sprite.png') no-repeat -175px -634px;
	background-size: 500px 500px;
	width: auto;
	height: 32px;
	padding: 0 0 0 38px;
	margin-bottom: 20px;
}

/* summary - inline */

ul.summary {
	list-style: none;
	text-transform: uppercase;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	color: #73a788;
	margin: 0 0 25px;
}
ul.summary li {
	display: inline;
}

/* tab navigation */

.tabHolder {
	margin-top: 40px;
}
.tabInfo {
	margin-bottom: 40px;
}
ul.tabNavigation {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tabNavigation li {
	/*display: flex;*/
	flex: 1;
	margin: 0 2px 0 0;
	padding: 0;
	list-style: none;
}
	ul.tabNavigation li:last-child {
		margin: 0;
	}

	ul.tabNavigation li a {
		position: relative;
		display: block;
		font-family: 'Playfair Display', serif;
		font-size: 1.5rem;
		text-align: left;
		line-height: 1;
		background: #73a788;
		width: 100%;
		color: #fff;
		border: none;
		padding: 20px 20px 23px;
		box-sizing: border-box;
		cursor: pointer;
		margin-bottom: 1px;
	}

ul.tabNavigation li a:hover {
	background-color: #676c72;
	color: #fff;
}

		ul.tabNavigation li a.selected {
			background-color: #676c72;
			color: #fff;
		}

ul.tabNavigation li a:focus {
	outline: 0;
}

	ul.tabNavigation li a::after {
		content: '';
		display: block;
		position: absolute;
		left: calc(100% - 50px);
		top: calc(50% - 8px);
		width: 30px;
		height: 15px;
		background: url("../images/icons/accordion-arrow-down.svg") center no-repeat;
		background-size: 30px 15px;
		transition: transform 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		filter: brightness(0) invert(1);
	}
	ul.tabNavigation li a.selected::after {
		transform: rotate3d(1,0,0, 180deg)
	}

.docGroup {
	margin-bottom: 40px;
}
.docGroup div.padded {
	padding: 22px 0 10px;
	background: #f2b044;
}
.docGroup div label {
	float: none;
	color: #fff;
}

/* sitemap */

ul.sitemap {
	margin: 0 0 30px;
}
ul.sitemap, ul.sitemap ul {
	margin-left: 30px;
	list-style: none;
	padding: 0;
}
ul.sitemap li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
	ul.sitemap li:before {
		position: absolute;
		left: -25px;
		top: 0px;
		content: '';
		display: block;
		border-left: 1px solid #ccc;
		height: 15px;
		border-bottom: 1px solid #ccc;
		width: 20px;
	}
	ul.sitemap li:after {
		position: absolute;
		left: -25px;
		bottom: -7px;
		content: '';
		display: block;
		border-left: 1px solid #ccc;
		height: 100%;
	}
ul.sitemap li.root {
	margin: 0px 0px 0px -30px;
}
	ul.sitemap li.root:before {
		display: none;
	}
	ul.sitemap li.root:after {
		display: none;
	}
	ul.sitemap li:last-child:after {
		display: none;
	}
	
/* blog tags */
	
ul.tags {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tags li {
	margin: 0;
	padding: 0;
}

ul.tags li a {
	display: block;
	float: left;
	font-size: 0.9em;
	margin: 0 10px 10px 0;
	padding: 5px 10px 7px;
	background: #dcdbd9;
	text-align: center;
	color: #676c72;
	text-decoration: none;
}
	ul.tags li a:hover {
		background: #f2b044;
		color: #fff;
	}

/* pagination */

nav.pagination ul {
	margin: 0 0 20px;
	list-style: none;
}
nav.pagination ul li {
	float: left;
	width: 48px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	padding: 0;
	margin-right: 8px;
	background: #f2b044;
	color: #fff;
}
nav.pagination ul li.text {
	width: auto;
	height: auto;
	text-align: left;
	line-height: 46px;
	margin-right: 15px;
	background: none;
	color: #676c72;
}
nav.pagination ul li:last-child {
	margin-right: 0
}
nav.pagination ul li a {
	display: block;
	font-weight: 400;
	background: #dcdbd9;
	color: #676c72;
	padding: 0;
	margin: 0;
}
nav.pagination ul li a:hover {
	background: #676c72;
	color: #fff;
}

/* accordion + panel */

.accordion {
	margin-top: 2rem;
}

.panel h2,
.accordion h2 {
	line-height: 1;
}
.accordion h2 {
	margin-bottom: 0;
}
	.accordion h2 button {
		position: relative;
		font-family: 'Playfair Display', serif;
		font-size: 0.65em;
		text-align: left;
		line-height: 1;
		background: rgb(115,167,136);
		width: 100%;
		color: #fff;
		border: none;
		padding: 15px 20px 18px;
		box-sizing: border-box;
		cursor: pointer;
		margin-bottom: 20px;
		border-radius: 5px;
	}

		.accordion h2 button:after {
			content: '';
			display: block;
			position: absolute;
			left: calc(100% - 50px);
			bottom: 22px;
			width: 30px;
			height: 15px;
			background: url("../images/icons/accordion-arrow-down.svg") center no-repeat;
			background-size: 30px 15px;
			transition: transform 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
			filter: brightness(0) invert(1);
		}

		.accordion h2 button[aria-expanded="true"]:after {
			transform: rotate3d(1,0,0, 180deg)
		}
/* OLD STYLING */
/*.accordion h2 button {
	position: relative;
	font-family: 'Playfair Display', serif;
	font-size: 0.8em;
	line-height: 1;
	background: rgb(115,167,136);
	background: -webkit-linear-gradient(rgba(115,167,136,1) 0%, rgba(115,167,136,1) 50%, rgba(232,238,234,1) 50%, rgba(232,238,234,1) 100%);
	background: -o-linear-gradient(rgba(115,167,136,1) 0%, rgba(115,167,136,1) 50%, rgba(232,238,234,1) 50%, rgba(232,238,234,1) 100%);
	background: linear-gradient(rgba(115,167,136,1) 0%, rgba(115,167,136,1) 50%, rgba(232,238,234,1) 50%, rgba(232,238,234,1) 100%);
	width: 100%;
	color: #fff;
	border: none;
	padding: 5px 20px 65px;
	box-sizing: border-box;
	cursor: pointer;
	margin-bottom: 20px;
}
.accordion h2 button:after {
	content: '';
	display: block;
	position: absolute;
	left: calc(50% - 20px);
	bottom: 16px;
	width: 40px;
	height: 20px;
	background: url("../images/icons/accordion-arrow-down.svg") center no-repeat;
	background-size: 40px 20px;
	transition: transform 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
	.accordion h2 button[aria-expanded="true"]:after {
		transform: rotate3d(1,0,0, 180deg)
	}*/
.panel li,
.panel p,
.accordion li,
.accordion p {
	font-size: 1.1rem;
}
.accordion .twoCol {
	margin-bottom: 20px;
}
.panel,
.accordion.filled {
	margin-bottom: 30px;
}
.accordion.filled h2 {
	margin-bottom: 0;
}
.accordion-panel {
	padding-bottom: 10px;
}
.accordion.filled .accordion-panel {
	padding: 5px 30px 10px;
	margin: 0 0 30px;
	background: #e8eeea;
}
.noPad .accordion.filled,
.noPad .accordion.filled h2,
.noPad .accordion.filled .accordion-panel {
	margin-bottom: 0 !important;
}
.panel .infoPanel {
	padding: 30px 30px 10px;
	background: #e8eeea;
}
.panel .infoPanel .infoPanel {
	padding-left: 0;
	padding-right: 0;
}
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
	position: relative;
	font-family: 'Playfair Display', serif;
	font-size: 1.82em;
	text-align: center;
	line-height: 1;
	background: rgb(115,167,136);
	width: 100%;
	color: #fff;
	border: none;
	padding: 5px 20px 12px;
	box-sizing: border-box;
	margin-bottom: 0;
}

.panel h6 {
	font-size: 1.5em;
}
	
	
/* #Images
================================================== */

img.scale,
span.insetL img,
span.insetR img {
	max-width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: block;
}
.richText img,
img.insetL,
img.insetR,
span.insetL,
span.insetR {
	max-width: 50%;
	height: auto;
	float: left;
	margin: 0 25px 25px 0;
	display: block;
}
	.richText img,
	span.insetR,
	img.insetR {
		float: right;
		margin: 0 0 25px 30px;
	}
span.insetL,
span.insetR {
	margin-bottom: 0;
}
img.motif {
	width: 200px;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}
img.inset {
	width: 20vw;
	max-width: 200px;
}
figure {
	text-align: center;
}


/* #Buttons
================================================== */

.button,
input[type="reset"],
input[type="submit"],
input[type="button"],
.ms-options-wrap button {
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-size: 1em;
	text-transform: uppercase;
	background: #fff;
	border: 2px solid #73a788;
	color: #73a788;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin: 0 0 12px;
	padding: 8px 15px;
	transition: all 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-appearance: none;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	overflow: hidden
}
	input[type="reset"] {
		border: 2px solid #999999;
		color: #999;
	}
.button::after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 12px;
	background: url('../images/icons/arrow-right.svg');
	background-size: 8px 12px;
	filter: brightness(0) invert(1);
	top: calc(50% - 6px);
	right: 20px;
	opacity: 0;
	transition: opacity 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000)
}
.button.filled, input[type="submit"].filled, input[type="button"].filled {
	border: 2px solid #73a788;
	background: #73a788;
	color: #fff;
}
.button.spaced,
.button.full-width, input[type="submit"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
.button.spaced {
	margin: 25px 0 30px;
}
.button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	color: #fff;
    border: 2px solid #73a788;
	background-color: #73a788;
}
	.button:hover {
		padding-right: 50px;
	}
	.button:hover::after {
		opacity: 1;
	}
.button:focus, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	outline: 0;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.4);
	box-shadow:  0 0 8px rgba(0,0,0,.4);
}
.button.filled:hover, input[type="submit"].filled:hover, input[type="button"].filled:hover {
	background: #676c72;
	border: 2px solid #676c72;
	color: #fff;
}

/* #Forms
================================================== */

form {
	margin-bottom: 30px;
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
	font-family: "din-2014", sans-serif;
	font-size: 1em;
	border: 1px solid #73a788;
	padding: 9px 15px 10px;
	outline: none;
	color: #676c72 !important;
	margin: 0;
	max-width: 100%;
	display: block;
	-webkit-appearance: none;
	/*float: left;*/
	box-sizing: border-box;
}
/*input.leftEnd,
textarea.leftEnd,
select.leftEnd {
	border-radius: 23px 0 0 23px !important;
}
input.centered,
textarea.centered,
select.centered {
	border-radius: 0 !important;
}
input.rightEnd,
textarea.rightEnd,
select.rightEnd {
	border-radius: 0 23px 23px 0 !important;
}*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #777;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #777;
}
:-moz-placeholder { /* Firefox 18- */
  color: #777;
}

/*Search box*/
#searchBar ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#searchBar ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#searchBar :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
#searchBar :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #ccc;
	color: #676c72;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
select {
	background: #fff url('../images/icons/arrow-down.svg') calc(100% - 12px) center no-repeat;
	background-size: 12px 8px;
}
textarea {
	line-height: 20px;
	padding: 10px 15px 10px;
	min-height: 200px;
}
label, legend {
	display: block;
	float: left;
	padding-top: 3px;
	margin: 0 0 10px;
	color: #676c72;
	box-sizing: border-box;
}
/*label.forCheck {
	width: 100%;
	padding-top: 0;
	margin: 0 0 10px;
}
*/
input.full-width, textarea.full-width,
select.full-width, label.full-width {
	width: 100% !important;
}


input[type="checkbox"], input[type="radio"] {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
}

.forCheck {
	position: relative;
	margin-bottom: 16px !important;
}

.forCheck label {
    display: block;
    padding: 0 0 0 50px;
}

.forCheck input {
	display: block;
	vertical-align: inherit;
	margin: 0;
	height: 32px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 32px;
	z-index: 2;
}

.forCheck input + label::before {
	background: #fff;
	content: "";
	height: 32px;
	left: 0;
	position: absolute;
	top: 0;
	width: 32px;
}

.forCheck input + label::after {
	content: "";
	border: 4px solid #f2b044;
	border-left: 0;
	border-top: 0;
	height: 20px;
	left: 9px;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	transition: opacity 0.2s ease-in-out;
	width: 10px;
}

.forCheck input:checked + label::after {
	opacity: 1;
}


/*focus styles—commented out for the tutorial, but you’ll need to add them for proper use
.wrapper input:focus + label::before {
	box-shadow: 0 0 0 3px #ffbf47;	
  outline: 3px solid transparent;
}*/

span.field-validation-error {
    color: #c00;
    display: inline-block;
    margin: 0 0 20px 30%;
}

div.error input, div.error select, div.error textarea,
input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
    border: 1px solid #e50004;
    background: #ffe6e6 !important;
    color: #e50004;
    margin: 0 0 20px 0 !important;
}
select.input-validation-error{
	background: #ffe6e6 url('../images/select-arrow.gif') center right no-repeat !important;
}


/* #Tables
================================================== */

/* info grid */

table.infogrid {
	margin: 30px 0;
}
table.infogrid input, table.infogrid .button {
	margin-bottom: 0;
}

.infogrid th, .infogrid td {
	padding: 12px 8px;
	font-size: 0.9em;
}

.infogrid th {
	background: #73a788;
	color: #fff;
	text-align: left;
}
	.infogrid th.right {
		text-align: right !important;
	}
	.infogrid th.center {
		text-align: center;
	}
	.infogrid th.title {
		text-align: left;
		font-family: 'Playfair Display', serif;
		font-size: 1.2em;
		padding: 8px;
	}
.infogrid td {
	background: #fff;
}
	.infogrid tr:nth-child(odd) td {
		background: #e8eeea;
	}
	/*.infogrid tr:hover td {
		background: #f2b044;
		color: #fff;
	}*/
		/*.infogrid tr:hover td p.icon a,
		.infogrid p.icon a:hover {
			color: #fff !important;
		}
		.infogrid tr:hover td p.icon a::after {
			filter: brightness(5)
		}*/
	.infogrid td.empty {
		border: none !important;
		background: #fff !important;
	}
    .infogrid td p {
        margin-bottom: 0;
		line-height: 1;
    }
	.infogrid td.price {
		color: #039eaf;
		text-align: right;
	}
		.infogrid td.price .was {
			color: #555;
			text-decoration: line-through;
		}
.infogrid img {
	width: 24px;
}
.infogrid .button {
	padding-left: 6px;
	padding-right: 6px;
}


/* #Misc
================================================== */

.twoCol {
	column-count: 2;
	column-gap: 40px;
	text-align: left;
}

.animateIn {
    transform: translateY(0);
    opacity: 1.0;
}
.animateOut {
    transform: translateY(50px);
    opacity: 0;
}

.stackL {
	display: inline-block;
	margin: 0 30px 30px 0
}

.m-0 {
	margin: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}

.mr-10 {
	margin-right: 10px !important;
}
.mr-20 {
	margin-right: 20px !important;
}

.m-0 {
	margin: 0 !important;
}

.flo-l {
	float: left !important;
}
.flo-r {
	float: right !important;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
    text-align: right;
}

.mob-only, .mob-only-p, .mob-only-all, .tab-only, .hidden {
	display: none !important;
}

.divider {
	display:: block;
	margin: 0 10px;
	color: #777
}

::selection {
	background: #B3DFFA; /* Safari */
	color: #676c72;
}
::-moz-selection {
	background: #B3DFFA; /* Firefox */
	color: #676c72;
}

/*  Cookie law  */

#cookie-law {
	width: 100%;
	background: #676c72;
	margin: 0;
	padding: 20px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 2000;
}
 
#cookie-law p { 
    padding: 0 30px 0 0; 
    font-size: 15px; 
    color: #fff; 
    margin: 0;
}

#cookie-law a { 
	color: #fff;
	text-decoration: underline;
    border-bottom: none;
}

#cookie-law a.close-cookie-banner { 
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 24px;
	height: 24px;
	opacity: 0.6;
}
	#cookie-law a.close-cookie-banner:hover { 
		opacity: 1;
		transform: rotate(90deg);
	}
a.close-cookie-banner:before,
a.close-cookie-banner:after {
  position: absolute;
  left: 11px;
  content: " ";
  display: block;
  height: 24px;
  width: 2px;
  background-color: #fff;
}
a.close-cookie-banner:before {
  transform: rotate(45deg);
}
a.close-cookie-banner:after {
  transform: rotate(-45deg);
}

.vAlign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.eapps-widget-toolbar {
	display: none !important;
}