p.privacy {
	color: rgb(255,255,255);
	background: red;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	margin: 20px;
}

/* =============================================================================
 * mod_privacy_optin
 * ========================================================================== */

.mod_privacy_optin * {
	font-family: Arial, Verdana, sans-serif;
	line-height: 20px;
	font-size: 13px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

.mod_privacy_optin {
	display: none;
}

.mod_privacy_optin.open {
	display: block;
}

.mod_privacy_optin h1,
.mod_privacy_optin h2,
.mod_privacy_optin h3,
.mod_privacy_optin h4,
.mod_privacy_optin h5,
.mod_privacy_optin h6 {
	font-family: Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 45px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjkuNzZweCIgaGVpZ2h0PSIzNC4yNTlweCIgdmlld0JveD0iMCAwIDI5Ljc2IDM0LjI1OSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjkuNzYgMzQuMjU5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNCM0M0MSIgc3Ryb2tlLXdpZHRoPSIxLjQ0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIyMi45MjU2IiBkPSINCglNMTQuODgxLDMzLjU0QzYuNDI3LDI5Ljg4LDAuNzIsMjEuOTM4LDAuNzIsMTMuOTc1YzAtNC4wODEsMC4wNDktOS4xNywwLjA0OS0xMy4yNTVDMi4wMzYsMi4yMTEsNC41ODgsNC4yMzEsNy41Myw0LjIzMQ0KCWMzLjUxOSwwLDYuNDgtMS40NTgsNy4zNTEtMy40MzljMC44NzIsMS45ODEsMy44MzIsMy40MzksNy4zNTEsMy40MzljMi45NDIsMCw1LjQ5NC0yLjAyLDYuNzYxLTMuNTExDQoJYzAsNC4wODUsMC4wNDgsOS4xNzQsMC4wNDgsMTMuMjU1QzI5LjA0MSwyMS45MzgsMjMuMzMzLDI5Ljg4LDE0Ljg4MSwzMy41NEwxNC44ODEsMzMuNTR6Ii8+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM0IzQzQxIiBzdHJva2Utd2lkdGg9IjEuNDQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIyLjkyNTYiIHBvaW50cz0iDQoJOC45MjgsMTYuNzk0IDE0LjQxMSwyMy4xNDYgMjMuMTM3LDkuNzggIi8+DQo8L3N2Zz4NCg==");
}

.mod_privacy_optin h1 {
	font-size: 26px;
}

.mod_privacy_optin h2 {
	font-size: 24px;
}

.mod_privacy_optin h3 {
	font-size: 22px;
}

.mod_privacy_optin h4 {
	font-size: 20px;
}

.mod_privacy_optin h5 {
	font-size: 18px;
}

.mod_privacy_optin h6 {
	font-size: 16px;
}

.mod_privacy_optin .privacy_buttons input {
	background: green;
	padding: 0 15px;
	line-height: 35px;
	color: white;
	border-radius: 5px;
	width: 100%;
	cursor: pointer;
	display: block;
	border: 0;
}

.mod_privacy_optin .privacy_overlay {
	z-index: 10000000;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
}

.mod_privacy_optin .privacy_popup {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 20000000;
	width: 90%;
	max-width: 475px;
	max-height: 100vh;
	overflow: auto;
}

.mod_privacy_optin.optin_bottom .privacy_popup {
	bottom: 10px;
	top: auto;
}

.mod_privacy_optin .privacy_content {
	padding: 20px 20px 15px 20px;
	background: rgb(248,248,248);
}

.mod_privacy_optin .privacy_popup.view_help {
	position: absolute;
}

.mod_privacy_optin .privacy_option_info {
	font-size: 12px;
	color: rgba(0,0,0,0.6);
	line-height: 1.4;
	margin-bottom: 0;
	cursor: pointer;
	display: block;
}

.mod_privacy_optin .privacy_text p {
	line-height: 19px;
	font-size: 12px;
	margin-bottom: 15px;
}

.mod_privacy_optin .privacy_item {
	margin-bottom: 15px;
}

.mod_privacy_optin .privacy_label {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mod_privacy_optin .privacy_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.mod_privacy_optin .privacy_label .privacy_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid rgba(0,0,0,0.1);
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;	
}

.mod_privacy_optin .privacy_label:hover input ~ .privacy_checkmark {
  background-color: #ccc;
}

.mod_privacy_optin .privacy_label input:checked ~ .privacy_checkmark {
  background-color: #2196F3;
}

.mod_privacy_optin .privacy_label .privacy_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.mod_privacy_optin .privacy_label input:checked ~ .privacy_checkmark:after {
  display: block;
}

.mod_privacy_optin .privacy_label .privacy_checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mod_privacy_optin .privacy_buttons {
	margin-top: 20px;
}

.mod_privacy_optin .submit {
	margin-bottom: 10px;
}

.mod_privacy_optin .submit:active {
	opacity: 0.8;
}

.mod_privacy_optin .submit.readonly,
.mod_privacy_optin .submit.readonly:hover,
.mod_privacy_optin .submit.readonly:focus {
	background: rgb(221, 221, 221);
	color: rgb(154, 154, 154);
}

.mod_privacy_optin .headline {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.mod_privacy_optin .privacy_help_link,
.mod_privacy_optin .privacy_help_close {
	font-size: 0.85rem;
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
}

.mod_privacy_optin .privacy_help p {
	margin-bottom: 15px;
}

.mod_privacy_optin .ajax_info {
	background: rgb(16, 126, 16);
	border-radius: 3px;
	margin: 10px 0;
	padding: 3px 15px;
	color: rgb(255,255,255);
	font-size: 0.9rem;
	display: none;
}

.mod_privacy_optin .privacy_help * {
	font-size: 11px;
}

.mod_privacy_optin .privacy_help {
	display: none;
}

.mod_privacy_optin .privacy_help a {
	text-decoration: underline;
}

.mod_privacy_optin .view_help .privacy_settings {
	display: none;
}

.mod_privacy_optin .view_help .privacy_help {
	display: block;
}

.mod_privacy_optin p.privacy a {
	text-decoration: underline;
	color: rgba(255,255,255)!important;
}

.mod_privacy_optin .privacy.hidden {
	display: none;
}

.mod_privacy_optin .privacy_links {
	text-align: center;
	margin-top: 10px;
}

.mod_privacy_optin .privacy_links a {
	font-size: 12px;
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.mod_privacy_optin table {
	width: 100%;
	margin-bottom: 25px;
}

.mod_privacy_optin table td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}

.mod_privacy_optin table td:first-of-type {
	width: 30%!important;
}

.mod_privacy_optin table td:last-of-type {
	width: 70%!important;
}

/* =============================================================================
 * mod_privacy_optin_medium
 * ========================================================================== */

.mod_privacy_optin_medium * {
	font-family: Arial, Verdana, sans-serif;
	line-height: 19px;
	font-size: 13px;
	box-sizing: border-box;
}

.mod_privacy_optin_medium {
	display: none;
}

.mod_privacy_optin_medium.open {
	display: block;
}

.mod_privacy_optin_medium h1,
.mod_privacy_optin_medium h2,
.mod_privacy_optin_medium h3,
.mod_privacy_optin_medium h4,
.mod_privacy_optin_medium h5,
.mod_privacy_optin_medium h6 {
	font-family: Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjkuNzZweCIgaGVpZ2h0PSIzNC4yNTlweCIgdmlld0JveD0iMCAwIDI5Ljc2IDM0LjI1OSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjkuNzYgMzQuMjU5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNCM0M0MSIgc3Ryb2tlLXdpZHRoPSIxLjQ0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIyMi45MjU2IiBkPSINCglNMTQuODgxLDMzLjU0QzYuNDI3LDI5Ljg4LDAuNzIsMjEuOTM4LDAuNzIsMTMuOTc1YzAtNC4wODEsMC4wNDktOS4xNywwLjA0OS0xMy4yNTVDMi4wMzYsMi4yMTEsNC41ODgsNC4yMzEsNy41Myw0LjIzMQ0KCWMzLjUxOSwwLDYuNDgtMS40NTgsNy4zNTEtMy40MzljMC44NzIsMS45ODEsMy44MzIsMy40MzksNy4zNTEsMy40MzljMi45NDIsMCw1LjQ5NC0yLjAyLDYuNzYxLTMuNTExDQoJYzAsNC4wODUsMC4wNDgsOS4xNzQsMC4wNDgsMTMuMjU1QzI5LjA0MSwyMS45MzgsMjMuMzMzLDI5Ljg4LDE0Ljg4MSwzMy41NEwxNC44ODEsMzMuNTR6Ii8+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM0IzQzQxIiBzdHJva2Utd2lkdGg9IjEuNDQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIyLjkyNTYiIHBvaW50cz0iDQoJOC45MjgsMTYuNzk0IDE0LjQxMSwyMy4xNDYgMjMuMTM3LDkuNzggIi8+DQo8L3N2Zz4NCg==");
}

.mod_privacy_optin_medium h1 {
	font-size: 26px;
}

.mod_privacy_optin_medium h2 {
	font-size: 24px;
}

.mod_privacy_optin_medium h3 {
	font-size: 22px;
}

.mod_privacy_optin_medium h4 {
	font-size: 20px;
}

.mod_privacy_optin_medium h5 {
	font-size: 18px;
}

.mod_privacy_optin_medium h6 {
	font-size: 16px;
}

.mod_privacy_optin_medium .privacy_buttons {
	margin: 25px 0 15px 0;
}

.mod_privacy_optin_medium .privacy_buttons input {
	background: green;
	padding: 0 15px;
	line-height: 35px;
	color: white;
	border-radius: 5px;
	width: 100%;
	cursor: pointer;
	display: block;
	border: 0;
}

.mod_privacy_optin_medium .privacy_overlay {
	z-index: 10000000;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
}

.mod_privacy_optin_medium .privacy_popup {
	position: fixed;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 20000000;
	width: 90%;
	max-width: 420px;
	max-height: 100vh;
	overflow: auto;
}

.mod_privacy_optin_medium.optin_bottom .privacy_popup {
	bottom: 10px;
	top: auto;
}

.mod_privacy_optin_medium .privacy_content {
	padding: 15px 15px 10px 15px;
	background: rgb(248,248,248);
	border-radius: 5px;
}

.mod_privacy_optin_medium .privacy_popup.view_help {
	position: absolute;
}

.mod_privacy_optin_medium .privacy_option_info {
	font-size: 12px;
	color: rgba(0,0,0,0.6);
	line-height: 1.4;
	margin-bottom: 0;
	cursor: pointer;
}

.mod_privacy_optin_medium .privacy_text {
	line-height: 1.2;
	font-size: 0.9rem;
}

.mod_privacy_optin_medium .privacy_checkboxes {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.mod_privacy_optin_medium .privacy_item {
	display: inline-block;
	margin: 0 10px;
}

.mod_privacy_optin_medium .privacy_label {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mod_privacy_optin_medium .privacy_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.mod_privacy_optin_medium .privacy_label .privacy_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid rgba(0,0,0,0.4);
  background-color: #eee;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;	
}

.mod_privacy_optin_medium .privacy_label:hover input ~ .privacy_checkmark {
  background-color: #ccc;
}

.mod_privacy_optin_medium .privacy_label input:checked ~ .privacy_checkmark {
  background-color: #2196F3;
}

.mod_privacy_optin_medium .privacy_label .privacy_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.mod_privacy_optin_medium .privacy_label input:checked ~ .privacy_checkmark:after {
  display: block;
}

.mod_privacy_optin_medium .privacy_label .privacy_checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mod_privacy_optin_medium .submit {
	margin-top: 10px;
	padding: 12px;
	width: 100%;
}

.mod_privacy_optin_medium .submit:active {
	opacity: 0.8;
}

.mod_privacy_optin_medium .submit.readonly,
.mod_privacy_optin_medium .submit.readonly:hover,
.mod_privacy_optin_medium .submit.readonly:focus {
	background: rgb(221, 221, 221);
	color: rgb(154, 154, 154);
}

.mod_privacy_optin_medium .headline {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.mod_privacy_optin_medium .privacy_help_link,
.mod_privacy_optin_medium .privacy_help_close {
	font-size: 0.85rem;
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
}

.mod_privacy_optin_medium .privacy_help,
.mod_privacy_optin_medium .privacy_help p {
	font-size: 11px;
}

.mod_privacy_optin_medium .ajax_info {
	background: rgb(16, 126, 16);
	border-radius: 3px;
	margin: 10px 0;
	padding: 3px 15px;
	color: rgb(255,255,255);
	font-size: 0.9rem;
	display: none;
}

.mod_privacy_optin_medium .privacy_help {
	display: none;
}

.mod_privacy_optin_medium .view_help .privacy_settings {
	display: none;
}

.mod_privacy_optin_medium .view_help .privacy_help {
	display: block;
}

.mod_privacy_optin_medium p.privacy {
	color: rgb(255,255,255);
	background: red;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	margin: 20px;
}

.mod_privacy_optin_medium p.privacy a {
	text-decoration: underline;
	color: rgba(255,255,255)!important;
}

.mod_privacy_optin_medium .privacy.hidden {
	display: none;
}

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

.mod_privacy_optin_medium .privacy_links a {
	font-size: 12px;
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.mod_privacy_optin_medium table {
	width: 100%;
	margin-bottom: 25px;
}

.mod_privacy_optin_medium table td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}

.mod_privacy_optin_medium table td:first-of-type {
	width: 30%!important;
}

.mod_privacy_optin_medium table td:last-of-type {
	width: 70%!important;
}

.mod_privacy_optin_medium .privacy_help * {
	font-size: 11px;
}

/* =============================================================================
 * mod_privacy_optin_slim
 * ========================================================================== */

.mod_privacy_optin_slim * {
	font-family: Arial, Verdana, sans-serif;
	line-height: 20px;
	font-size: 13px;
	box-sizing: border-box;
}

.mod_privacy_optin_slim {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000000000;
}

.mod_privacy_optin_slim.open {
	display: block;
}

.mod_privacy_optin_slim .privacy_inside {
	color: rgb(255,255,255);
	background: rgb(0,0,0);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%;
	z-index: 100;
	overflow: hidden;
	padding: 15px;
}

.mod_privacy_optin_slim .privacy_overlay {
	z-index: 10000000;
	z-index: 10;
	width: inherit; 
	height: inherit; 
	position: inherit; 
	background-color: rgba(0,0,0,.4);
}

.mod_privacy_optin_slim .privacy_buttons {
	float: right;
	width: 40%;
	text-align: right;
}

.mod_privacy_optin_slim .privacy_button {
	display: inline-block;
}

.mod_privacy_optin_slim .privacy_button a {
	padding: 5px;
	min-width: 140px;
	margin: 5px 0;
}

.mod_privacy_optin_slim .privacy_content {
	float: left;
	width: 60%;
	line-height: 1.5;
}

.mod_privacy_optin_slim .privacy_content a {
	color: rgb(255,255,255);
	text-decoration: underline;
}

.mod_privacy_optin_slim .privacy_content p {
	margin-bottom: 0;
}

.mod_privacy_optin_slim .privacy_button a {
	background: green;
	color: white;
	text-decoration: none;
	padding: 0 15px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	min-width: 140px;
}

/* =============================================================================
 * helper classes
 * ========================================================================== */

.privacy.hidden {
	display: none;
}

a.privacy_optout_click {
	cursor: pointer;
}

/* =============================================================================
 * hide_optin class
 * ========================================================================== */

.hide_optin .mod_privacy_optin,
.hide_optin .mod_privacy_optin_slim,
.hide_optin .mod_privacy_optin_medium {
	display: none!important;
}

/* =============================================================================
 * mobile
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	.mod_privacy_optin_slim .privacy_buttons,
	.mod_privacy_optin_slim .privacy_content {
		float: none;
		width: 100%;
		text-align: left;
	}
	
	.mod_privacy_optin_slim .privacy_content {
		margin-bottom: 10px;
	}
	
	.mod_privacy_optin_slim .privacy_button,
	.mod_privacy_optin_slim .privacy_button a {
		display: block;
	}
}


.autogrid_grid{display:grid;margin-left:-15px;margin-right:-15px}.autogrid_grid .column{padding-left:15px;padding-right:15px}.autogrid_grid.gutter_none{margin-left:0;margin-right:0}.autogrid_grid.gutter_none>.column{padding-left:0;padding-right:0}.autogrid_grid.gutter_s{margin-left:-15px;margin-right:-15px}.autogrid_grid.gutter_s>.column{padding-left:15px;padding-right:15px}.autogrid_grid.gutter_m{margin-left:-30px;margin-right:-30px}.autogrid_grid.gutter_m>.column{padding-left:30px;padding-right:30px}.autogrid_grid.gutter_l{margin-left:-40px;margin-right:-40px}.autogrid_grid.gutter_l>.column{padding-left:40px;padding-right:40px}.autogrid_grid.same_height>.column>.attributes{height:100%}.autogrid_grid .column .attributes{background-size:cover}.autogrid_grid .column .attributes.p-xl{padding:200px 40px 200px 40px}.autogrid_grid .column .attributes.p-l{padding:160px 40px 160px 40px}.autogrid_grid .column .attributes.p-m{padding:115px 40px 115px 40px}.autogrid_grid .column .attributes.p-s{padding:80px 40px 80px 40px}.autogrid_grid .column .attributes.p-xs{padding:40px 40px 40px 40px}.autogrid_grid .column.align_left_top{text-align:left}.autogrid_grid .column.align_left_center{text-align:left;align-self:center}.autogrid_grid .column.align_left_bottom{text-align:left;align-self:flex-end}.autogrid_grid .column.align_center_top{text-align:center}.autogrid_grid .column.align_center_center{text-align:center;align-self:center}.autogrid_grid .column.align_center_bottom{text-align:center;align-self:flex-end}.autogrid_grid .column.align_right_top{text-align:right}.autogrid_grid .column.align_right_center{text-align:right;align-self:center}.autogrid_grid .column.align_right_bottom{text-align:right;align-self:flex-end}.autogrid_grid.same_height>.column{align-self:unset}.autogrid_grid.same_height>.column>.attributes{display:flex;flex-wrap:wrap;height:100%}.autogrid_grid.same_height>.column>.attributes>.same-height-wrap{width:100%;flex:0 0 100%}.autogrid_grid.same_height>.column.align_left_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_left_bottom>.attributes{align-items:flex-end}.autogrid_grid.same_height>.column.align_center_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_center_bottom>.attributes{align-items:flex-end}.autogrid_grid.same_height>.column.align_right_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_right_bottom>.attributes{align-items:flex-end}.autogrid_grid .column>.attributes .image_mob{display:none}.autogrid_row,.autogrid_wrapper{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap;box-sizing:border-box}.autogrid,.autogrid_row>.column{padding-left:15px;padding-right:15px;flex-basis:1;flex-grow:1;width:100%;position:relative;box-sizing:border-box}.autogrid_clear{flex:0 0 100%;height:0}.col_1{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.autogrid_row>.column>.attributes{background-size:cover}.autogrid_row>.column>.attributes.p-xl{padding:200px 40px 200px 40px}.autogrid_row>.column>.attributes.p-l{padding:160px 40px 160px 40px}.autogrid_row>.column>.attributes.p-m{padding:115px 40px 115px 40px}.autogrid_row>.column>.attributes.p-s{padding:80px 40px 80px 40px}.autogrid_row>.column>.attributes.p-xs{padding:40px 40px 40px 40px}.autogrid_row.gutter_none,.autogrid_wrapper.gutter_none{margin-left:0;margin-right:0}.autogrid_row.gutter_none>div,.autogrid_wrapper.gutter_none>div{padding-left:0;padding-right:0}.autogrid_row.gutter_s,.autogrid_wrapper.gutter_s{margin-left:-15px;margin-right:-15px}.autogrid_row.gutter_s>div,.autogrid_wrapper.gutter_s>div{padding-left:15px;padding-right:15px}.autogrid_row.gutter_m,.autogrid_wrapper.gutter_m{margin-left:-30px;margin-right:-30px}.autogrid_row.gutter_m>div,.autogrid_wrapper.gutter_m>div{padding-left:30px;padding-right:30px}.autogrid_row.gutter_l,.autogrid_wrapper.gutter_l{margin-left:-40px;margin-right:-40px}.autogrid_row.gutter_l>div,.autogrid_wrapper.gutter_l>div{padding-left:40px;padding-right:40px}.autogrid_row>.column.align_left_top{text-align:left}.autogrid_row>.column.align_left_center{text-align:left;align-self:center}.autogrid_row>.column.align_left_bottom{text-align:left;align-self:flex-end}.autogrid_row>.column.align_center_top{text-align:center}.autogrid_row>.column.align_center_center{text-align:center;align-self:center}.autogrid_row>.column.align_center_bottom{text-align:center;align-self:flex-end}.autogrid_row>.column.align_right_top{text-align:right}.autogrid_row>.column.align_right_center{text-align:right;align-self:center}.autogrid_row>.column.align_right_bottom{text-align:right;align-self:flex-end}.autogrid_row.same_height>.column{align-self:unset}.autogrid_row.same_height>.column>.attributes{display:flex;flex-wrap:wrap;height:100%}.autogrid_row.same_height>.column>.attributes>.same-height-wrap{width:100%;flex:0 0 100%}.autogrid_row.same_height>.column.align_left_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_left_bottom>.attributes{align-items:flex-end}.autogrid_row.same_height>.column.align_center_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_center_bottom>.attributes{align-items:flex-end}.autogrid_row.same_height>.column.align_right_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_right_bottom>.attributes{align-items:flex-end}.autogrid_row .column>.attributes .image_mob{display:none}.order_1{order:1}.order_2{order:2}.order_3{order:3}.order_4{order:4}.order_5{order:5}.order_6{order:6}.full{flex:0 0 100%}.one_half{flex:0 0 calc(100% / 2)}.one_third{flex:0 0 calc(100% / 3)}.one_fourth{flex:0 0 calc(100% / 4)}.one_fifth{flex:0 0 calc(100% / 5)}.one_sixth{flex:0 0 calc(100% / 6)}.two_third{flex:0 0 calc((100% / 3) * 2)}.two_fourth{flex:0 0 calc((100% / 4) * 2)}.three_fourth{flex:0 0 calc((100% / 4) * 3)}.two_fifth{flex:0 0 calc((100% / 5) * 2)}.three_fifth{flex:0 0 calc((100% / 5) * 3)}.four_fifth{flex:0 0 calc((100% / 5) * 4)}.two_sixth{flex:0 0 calc((100% / 6) * 2)}.three_sixth{flex:0 0 calc((100% / 6) * 3)}.four_sixth{flex:0 0 calc((100% / 6) * 4)}.five_sixth{flex:0 0 calc((100% / 6) * 5)}.offset_col_1{margin-left:calc((100% / 12) * 1)}.offset_col_2{margin-left:calc((100% / 12) * 2)}.offset_col_3{margin-left:calc((100% / 12) * 3)}.offset_col_4{margin-left:calc((100% / 12) * 4)}.offset_col_5{margin-left:calc((100% / 12) * 5)}.offset_col_6{margin-left:calc((100% / 12) * 6)}.offset_col_7{margin-left:calc((100% / 12) * 7)}.offset_col_8{margin-left:calc((100% / 12) * 8)}.offset_col_9{margin-left:calc((100% / 12) * 9)}.offset_col_10{margin-left:calc((100% / 12) * 10)}.offset_col_11{margin-left:calc((100% / 12) * 11)}.autogrid.no_gutter{padding-left:0;padding-right:0}@media only screen and (min-width :768px) and (max-width :1024px){.col_1_t{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2_t{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3_t{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4_t{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5_t{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6_t{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7_t{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8_t{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9_t{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10_t{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11_t{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12_t{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.order_1_t{order:1}.order_2_t{order:2}.order_3_t{order:3}.order_4_t{order:4}.order_5_t{order:5}.order_6_t{order:6}}@media only screen and (max-width:767px){.five_sixth,.four_fifth,.one_fifth,.one_fourth,.one_half,.one_sixth,.one_third,.three_fifth,.three_fourth,.three_sixth .four_sixth,.two_fifth,.two_fourth,.two_sixth,.two_third,[class*=col_]{flex:0 0 100%;max-width:none}.autogrid_grid .column,.column[class*=col_]{padding-left:0!important;padding-right:0!important;margin-bottom:25px}.autogrid[class*=offset_],.autogrid_grid[class*=offset_],.column[class*=offset_]{margin-left:0}.autogrid_grid,.autogrid_row,.autogrid_wrapper{margin-left:0!important;margin-right:0!important}.autogrid_grid>.column>.attributes.has-image.empty>.image_mob,.autogrid_grid>.column>.attributes.has-image.empty>.same-height-wrap>.image_mob,.autogrid_row>.column>.attributes.has-image.empty>.image_mob,.autogrid_row>.column>.attributes.has-image.empty>.same-height-wrap>.image_mob{display:block}.autogrid_grid>.column>.attributes.has-image.empty,.autogrid_row>.column>.attributes.has-image.empty{background:0 0!important}.col_1_m{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2_m{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3_m{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4_m{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5_m{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6_m{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7_m{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8_m{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9_m{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10_m{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11_m{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12_m{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.order_1_m{order:1}.order_2_m{order:2}.order_3_m{order:3}.order_4_m{order:4}.order_5_m{order:5}.order_6_m{order:6}.autogrid_grid>.column>.attributes.p-l,.autogrid_grid>.column>.attributes.p-m,.autogrid_grid>.column>.attributes.p-s,.autogrid_grid>.column>.attributes.p-xl,.autogrid_grid>.column>.attributes.p-xs,.autogrid_row>.column .attributes.p-l,.autogrid_row>.column .attributes.p-m,.autogrid_row>.column .attributes.p-s,.autogrid_row>.column .attributes.p-xl,.autogrid_row>.column .attributes.p-xs{padding:20px}.autogrid_grid .column.m_align_left_top{text-align:left}.autogrid_grid .column.m_align_left_center{text-align:left;align-self:center}.autogrid_grid .column.m_align_left_bottom{text-align:left;align-self:flex-end}.autogrid_grid .column.m_align_center_top{text-align:center}.autogrid_grid .column.m_align_center_center{text-align:center;align-self:center}.autogrid_grid .column.m_align_center_bottom{text-align:center;align-self:flex-end}.autogrid_grid .column.m_align_right_top{text-align:right}.autogrid_grid .column.m_align_right_center{text-align:right;align-self:center}.autogrid_grid .column.m_align_right_bottom{text-align:right;align-self:flex-end}.autogrid_row>.column.m_align_left_top{text-align:left}.autogrid_row>.column.m_align_left_center{text-align:left;align-self:center}.autogrid_row>.column.m_align_left_bottom{text-align:left;align-self:flex-end}.autogrid_row>.column.m_align_center_top{text-align:center}.autogrid_row>.column.m_align_center_center{text-align:center;align-self:center}.autogrid_row>.column.m_align_center_bottom{text-align:center;align-self:flex-end}.autogrid_row>.column.m_align_right_top{text-align:right}.autogrid_row>.column.m_align_right_center{text-align:right;align-self:center}.autogrid_row>.column.m_align_right_bottom{text-align:right;align-self:flex-end}}body.edge column[class*=col_]{flex-basis:1}@media only screen and (max-width:767px){body.edge column[class*=col_]{flex-basis:100%}}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
@media screen{
#iso_ajaxBox{width:20%;padding:9px 50px 9px 24px;position:fixed;top:10%;left:40%;background:#fff url(../../system/modules/isotope/assets/images/loading.gif) no-repeat right center;border:2px solid #000;font-family:"Trebuchet MS",Verdana,sans-serif;font-size:15px;line-height:18px;text-align:left;color:#000;z-index:9999}#iso_ajaxBox.btnClose{background-image:none;cursor:pointer}#iso_ajaxBox p{margin:1em 0;padding:0}#iso_ajaxBox .iso_error{padding-left:34px;background:url(../../system/modules/isotope/assets/images/cross-24.png) left center no-repeat}#iso_ajaxBox .iso_confirm{padding-left:34px;background:url(../../system/modules/isotope/assets/images/tick-24.png) left center no-repeat}#iso_ajaxBox .iso_info{padding-left:34px;background:url(../../system/modules/isotope/assets/images/information-24.png) left center no-repeat}#iso_ajaxOverlay{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;z-index:9998;-moz-opacity:.5;opacity:.5;_display:none;filter:Alpha(opacity=50)}
}
.workshop-entry #ui-id-7, .workshop-entry #ui-id-19, .workshop-entry #ui-id-21 {display:none;}

.mod_breadcrumb {
text-align:right;	
}
.mod_breadcrumb ul {
  font-size: .8rem;
  line-height: .4rem;}
  
.ce_fancylink.style1.fancylink_color_accent a {
color: #bac100;
}
.ce_fancylink.style1.fancylink_color_accent .shaft,
.ce_fancylink.style1.fancylink_color_accent .shaft:before,
.ce_fancylink.style1.fancylink_color_accent .shaft:after {
background-color: #bac100;
}
.ce_fancylink.style2.fancylink_color_accent a,
.ce_fancylink.style2.fancylink_color_accent .arrow:before {
color: #bac100;
}
.ce_fancylink.style2.fancylink_color_accent a:after,
.ce_fancylink.style2.fancylink_color_accent .arrow:after {
border-color: #bac100;
}
.ce_fancylink.style3.fancylink_color_accent a {
color: #bac100;
}
.ce_fancylink.style3.fancylink_color_accent a:after {
background-color: #bac100;
}
.ce_fancybox.style3.fancy_box_color_accent .overlay {
background: #bac100;
opacity: 0.8;
}
.ce_fancybox.style2.fancy_box_color_accent:hover .overlay {
background: linear-gradient(to bottom,rgba(0,0,0,0),#bac100 100%);
}
.ce_fancybox.style1.fancy_box_color_accent:after {
background-color: #bac100;
}
.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link.btn-accent,
.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link.btn-accent:after {
color: #bac100;
}
.ce_hyperlink.btn-white a,
.ce_revolutionslider_hyperlink.btn-white:not(.text-link) {
color: #bac100;
border-radius:20px;
}
.ce_revolutionslider .tp-dottedoverlay.accent-color-90,
.ce_revolutionslider .tp-dottedoverlay.accent-color-80,
.ce_revolutionslider .tp-dottedoverlay.accent-color-70,
.ce_revolutionslider .tp-dottedoverlay.accent-color-60,
.ce_revolutionslider .tp-dottedoverlay.accent-color-50,
.ce_revolutionslider .tp-dottedoverlay.accent-color-40,
.ce_revolutionslider .tp-dottedoverlay.accent-color-30,
.ce_revolutionslider .tp-dottedoverlay.accent-color-20,
.ce_revolutionslider .tp-dottedoverlay.accent-color-10 {
background: #bac100;
}
.mod_article.ol-bg-accent .article-overlay {
background: #bac100;
}
body .mm-menu a:hover, body .mm-menu a.active, body .mm-menu a.trail,
body .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
body .mm-menu .mm-listview > li.mm-selected > span,
body .mm-menu .mm-listview > li.trail a {
background-color: #bac100;
}
.header .mainmenu ul.level_1 li span.ribbon {
background: #bac100;
}
.stroke-accent {
stroke: #bac100}
.fill-accent {
fill: #bac100}
.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet-active,
.ce_swiper-slider-start.style2_dark .swiper-pagination-bullet-active:after,
.ce_swiper-slider-start.style2_light .swiper-pagination-bullet-active,
.ce_swiper-slider-start.style2_light .swiper-pagination-bullet-active:after {
background-color: #bac100;
}
.ce_wrap.bg-hover-accent:hover {
background-color: #bac100!important;
}
.ce_hyperlink.btn-accent a,
.ce_revolutionslider_hyperlink.btn-accent {
background: #bac100;
border-color: #bac100;
border-radius:20px;
}
.ce_hyperlink.btn-accent-outline:not(.btn-white):not(.btn-black-outline):not(.btn-gray-outline) a,
.ce_revolutionslider_hyperlink.btn-accent-outline {
border-color: #bac100;
color: #bac100;
}
.txt-color-accent,
.txt-color-accent p,
.txt-color-accent i,
.txt-color-accent a,
.txt-color-accent h1,
.txt-color-accent h2,
.txt-color-accent h3,
.txt-color-accent h4,
.txt-color-accent h5,
.txt-color-accent h6,
.txt-color-accent .h1,
.txt-color-accent .h2,
.txt-color-accent .h3,
.txt-color-accent .h4,
.txt-color-accent .h5,
.txt-color-accent .h6,
.txt-color-accent .h1 p,
.txt-color-accent .h2 p,
.txt-color-accent .h3 p,
.txt-color-accent .h4 p,
.txt-color-accent .h5 p,
.txt-color-accent .h6 p,
.txt-color-accent.h1,
.txt-color-accent.h2,
.txt-color-accent.h3,
.txt-color-accent.h4,
.txt-color-accent.h5,
.txt-color-accent.h6,
.txt-color-accent.h1 p,
.txt-color-accent.h2 p,
.txt-color-accent.h3 p,
.txt-color-accent.h4 p,
.txt-color-accent.h5 p,
.txt-color-accent.h6 p {
color: #bac100;
}
.bg-accent {
background-color: #bac100;
}
p a {
color: #bac100;
}
.divider-v2 h1:after,
.divider-v2 h2:after,
.divider-v2 h3:after,
.divider-v2 h4:after,
.dividerv h5:after,
.divider-v2 h6:after,
h1.divider-v2:after,
h2.divider-v2:after,
h3.divider-v2:after,
h4.divider-v2:after,
h5.divider-v2:after,
h6.divider-v2:after {
background: #bac100;
}
hr.divider_3:before {
background: #bac100;
}
hr.divider_3:before {
background: #bac100;
}
.divider_4_first {
border: 3px solid #bac100;
}
.divider_4_second {
background-color: #bac100;
}
.divider_4::after, .divider_4::before {
background-color: #bac100;
}
.divider_5 i {
color: #bac100;
}
.header.original .mainmenu ul li a.trail,
.header.original .mainmenu ul li a.active,
.header.cloned .mainmenu ul li a.trail,
.header.cloned .mainmenu ul li a.active,
.mod_pct_megamenu .mod_navigation a.active {
color: #bac100;
}
.mod_pct_megamenu .mod_navigation a.active:before,
.header .mainmenu ul ul li a.active span:before,
.header .mainmenu ul ul li a.trail span:before {
background-color: #bac100;
}
#top-wrapper.fixed .mainmenu a.active,
#top-wrapper.fixed .mainmenu a.trail {
color: #bac100;
}
body.header-dark .fixed .mainmenu ul li a.trail,
body.header-dark .fixed .mainmenu ul li a.active {
color: #bac100;
}
.header-light #top-wrapper.fixed .mainmenu a.active,
.header-light #top-wrapper.fixed .mainmenu a.trail {
color: #bac100;
}
.subnav a {
color: #bac100;
}
#nav-open-btn:before {
background: #bac100;
}
.ce_table table th {
background: #bac100;
}
.ce_tabs .tabs.classic ul li.active,
.ce_tabs .tabs.classic ul li:hover {
border-color: #bac100;
}
.ce_tabs .tabs.horizontal ul li:hover span,
.ce_tabs .tabs.horizontal ul li.active span {
background: #bac100;
}
.ce_teambox .image .overlay {
background: #bac100;
}
.ce_teambox .email a {
color: #bac100;
}
blockquote a {
color: #bac100;
}
.header .mod_search .search-content {
background: #bac100;
}
.ce_iconbox.version2 i {
background: #bac100;
}
.ce_iconbox .link {
color: #bac100;
}
.ce_testimonial a {
color: #bac100;
}
.ce_accordion .toggler:before {
color:#bac100;
content: "\f13a";
}
.mod_calendar th.head {
background:#bac100;
border-top:1px solid #bac100;
border-right:1px solid #bac100;
border-left:1px solid #bac100;
}
.mod_calendar th.previous a,
.mod_calendar th.next a {
background-color:#bac100;
}
.pagination li span.current {
background: #bac100;
}
.pagination li a:hover {
color: #bac100;
}
.mod_faqpage h3:before {
color: #bac100;
}
.mod_search .submit {
border: 1px solid #bac100;
}
input:focus,
textarea:focus {
border:1px solid #bac100;
}
form fieldset legend {
background-color:#bac100;
}
input.submit[type="submit"],
button.submit[type="submit"] {
background: rgb(169,173,0);
}
input.submit[type="submit"]:hover,
button.submit[type="submit"]:hover {
background: rgb(169,173,0);
}
.ce_youtube_background.overlay .YTPOverlay {
background-color: rgb(169,173,0);
}
.label-accent {
background: #bac100;
}
.ce_hyperlink a,
a.btn {
background: rgb(169,173,0);
border-color: rgb(169,173,0);
}
.ce_hyperlink a.link-white,
a.btn.link-white {
color: rgb(169,173,0);
}
.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
background: rgb(169,173,0);
}
.ce_hyperlink a.outline,
a.btn.outline {
color: rgb(169,173,0);
}
.newslist h2,
.newslist h2 a {
color: #bac100;
}
.newslist .news-left .news-date {
background: #bac100;
}
.newsteaser .date {
background: #bac100;
}
#portfolio_filter a.selected,
#portfolio_filter a:hover {
background: #bac100;
}
.ce_chartbar .chart_data {
background: #bac100;
}
.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
color: #bac100;
}
blockquote {
border-color: #bac100;
}
.ce_pricetable .pricetable.highlight .title {
background: #bac100;
}
.ce_imagebox_v2 .ce_url a {
background: #bac100;
}
.ce_gallery .content {
background: #bac100;
}
.ce_headertext h1:after,
.ce_headertext h2:after,
.ce_headertext h3:after,
.ce_headertext h4:after,
.ce_headertext h5:after,
.ce_headertext h6:after {
background: #bac100;
}
.ce_countup i {
color: #bac100;
}
.newslist-v3 .date {
background: #bac100;
}
.ce_bgimage.offset.offset-bg-accent:before {
background-color: #bac100;
}
.ce_leadertext.version2 .divider-first {
border: 3px solid #bac100;
}
.ce_leadertext.version2 .divider-second {
background-color: #bac100;
}
.ce_leadertext.version2 .divider:after,
.ce_leadertext.version2 .divider:before {
background-color: #bac100;
}
.ce_accordion .toggler i.fa {
background: #bac100;
}
.newsteaser_v3 .news-overlay i {
background-color: #bac100;
}
.newslist-v3 .subheadline {
color: #bac100;
}
.ce_teambox .function {
color: #bac100;
}
.ce_tabs .tabs.horizontal-clean ul li.active:after {
border-color: #bac100 transparent transparent transparent;
}
.subheadline-v2 {
color: #bac100;
}
.ce_timeline .timeline-item .timeline-item-title {
background: #bac100;
}
.ce_portfoliofilter.default a.selected,
.ce_portfoliofilter.default a:hover {
background: #bac100;
}
.ce_portfoliofilter.only-icon a.selected i:before,
.ce_portfoliofilter.only-icon a:hover i:before {
background: #bac100;
border-color: #bac100;
}
.ce_tabs .tabs.horizontal-clean ul li.active span {
color: #bac100;
}
.ce_revolutionslider_hyperlink {
background: #bac100;
border-color: #bac100;
}
.ce_headline_extended.version2 .divider-first {
border-color: #bac100;
}
.ce_headline_extended.version2 .divider:after,
.ce_headline_extended.version2 .divider:before,
.ce_headline_extended.version2 .divider-second {
background-color: #bac100;
}
.mod_portfoliolist .item .linkbar a {
background-color: #bac100;
}
.mod_portfoliolist .item .linkbar a:hover {
color: #bac100;
}
.mod_portfoliolist .item .subline {
background-color: #bac100;
}
form .input-group-addon {
background: #bac100;
border-color: #bac100;
}
body .picker--focused .picker__day--selected,
body .picker__day--selected,
body .picker__day--selected:hover,
body .picker--focused .picker__day--highlighted,
body .picker__day--highlighted:hover,
body .picker__day--infocus:hover,
body .picker__day--outfocus:hover,
body .picker--focused .picker__list-item--highlighted,
body .picker__list-item--highlighted:hover,
body .picker__list-item:hover {
background-color: #bac100;
}
body .picker__list-item--highlighted,
body .picker__list-item:hover {
border-color: #bac100;
}
.ce_video_background .video-overlay  {
background-color: #bac100;
}
.ce_text_imagebox.imagebox_version2 .inside,
.ce_text_imagebox.imagebox_version3 .inside {
background-color: #bac100;
}
#offcanvas-top {
background: #bac100;
}
.cookiebar {
background: #bac100;
}
#footer a:hover,
#bottom .inside a:hover {
color: #bac100;
}
.ce_bgimage_content_start.bg-accent .bg_overlay {
background: #bac100;
}
.newslist-timeline:before,
.newslist-timeline-both h4:before {
border-color: #bac100;
}
.ce_divider_extended.version4 span {
background: #bac100;
}
.ce_divider_extended.version5 {
background: #bac100;
}
.ce_linkbox h4 {
color: #bac100;
}
.mod_customcataloglist.cc_immorealty .entry.top_object .cc_immorealty_top {
background: #bac100;
}
.mod_customcatalogfilter.immorealty_filter .filter_range .ui-slider-range {
background: #bac100;
}
.mod_customcatalogreader.cc_immorealty .property-furnishing li i {
color: #bac100;
}
.mod_customcatalogreader.cc_immorealty .price {
background: #bac100;
}
.mod_customcataloglist .cc_immorealty_slider .category  {
background: #bac100;
}
.mod_customcataloglist.cc_immorealty .customelements_notelist input {
background-color: #bac100;
}
.mod_customcataloglist.cc_cardealer .item-rightside .item-content-col2 {
color: #bac100;
}
.mod_customcatalogfilter.cardealer_filter .filter_range .ui-slider-range {
background-color: #bac100;
}
.mod_customcatalogreader.cc_cardealer .single-price {
color: #bac100;
}
.mod_customcatalogreader.cc_cardealer .single-price strong {
background-color: #bac100;
}
.mod_customcataloglist.cc_cardealer .item-highlight-icon {
background-color: #bac100;
}
.mod_customcataloglist .cc_cardealer_slider .state {
background-color: #bac100;
}
.mod_customcataloglist .cc_cardealer_slider .price strong {
color: #bac100;
}
.ce_linkbox a i {
background-color: #bac100;
}
.ce_fullscreen_gallery.version3 .bold {
background-color: #bac100;
}
form.style2 {
background: #bac100;
}
.ce_linkbox .ce_linkbox_banner {
background-color: #bac100;
}
.custommenu li:hover {
background-color: #bac100;
}
.ce_featured_tab li .ce_headline .headline {
color: #bac100;
}
.ce_featured_tab li.active {
background-color: #bac100;
}
.ce_headerimage.version3 .ce_headline .headline {
background: #bac100;
}
.ce_headerimage.version3 .subline {
background: #bac100;
}
.mod_portfoliolist_v4 .item a:hover {
background: #bac100;
}
.mod_customcatalogteaser.cc_accommodations .entry:hover .item-content {
background: #bac100;
}
.ce_revolutionslider_hyperlink.light {
color: #bac100;
}
.ce_frame_start.style3 .ce_frame_start_inside {
border-color: #bac100;
}
.mod_portfoliolist_teaser_3 .info,
.mod_portfoliolist_teaser_3 .info a {
color: #bac100;
}
.newsteaser_v7:hover h5 {
color: #bac100;
}
.ce_divider_extended.version10 svg {
fill: #bac100;
}
.js-cd-h-timeline .filling-line {
background-color: #bac100;
}
.js .cd-h-timeline__date--older-event::after {
border-color: #bac100;
}
.js .cd-h-timeline__date:hover::after,
.js .cd-h-timeline__date--selected::after {
background-color: #bac100;
border-color: #bac100;
}
.mod_portfoliolist_v7 .comments {
background-color: #bac100;
}
.mod_portfoliolist_v7 .subline {
background-color: #bac100;
}
.mod_portfoliolist_v7 .item:hover .item-bottom a {
color: #bac100;
}
.js-cd-h-timeline .ce_text em {
color: #bac100;
}
.mod_eventlist_v2 .title a {
color: #bac100;
}
.ce_imagemap .hotspot.small .circle {
box-shadow: 0 0 0 5px #bac100;
}
.ce_pricecard.style2.highlight .ce_pricecard_inside {
background: #bac100;
}
.mod_eventlist_v3 h4,
.mod_eventlist_v3 h4 a {
color: #bac100;
}
.mod_eventlist_v3 .meta-info i {
color: #bac100;
}
.js-cd-h-timeline time:before,
.js-cd-h-timeline .location:before {
color: #bac100;
}
.js-cd-h-timeline .more a {
background: #bac100;
}
body .mainmenu ul li a:hover:before,
body .mainmenu ul li a.trail:before,
body .mainmenu ul li a.active:before {
background-color: #bac100;
}
.ce_popup_start .popup_close {
color: #bac100;
}
.ce_popup_start .ce_popup_content {
border-color: #bac100;
}
.mod_eventlist_v4 i.fa-location-arrow {
background-color: #bac100;
}
.ce_hyperlink_lightbox_video.hyperlink_color_accent svg polygon  {
fill: #bac100;
}
.ce_hyperlink_lightbox_video.hyperlink_color_accent svg circle {
stroke: #bac100;
}
.mod_portfoliolist_demos .item .overlay {
background-color: #bac100;
}
.mod_portfoliolist_demos .item h5:hover {
color: #bac100;
}
.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-accent {
background-color: #bac100;
}
.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-accent:hover {
background-color: #bac100!important;
}
.ce_iconbox_v3 .headline.headline-color-accent {
color: #bac100;
}
.ce_iconbox_v3 .subheadline.subheadline-color-accent {
color: #bac100;
}
.ce_iconbox_v3 .fonticon.fonticon-color-accent {
color: #bac100;
}
.ce_iconbox_v3:hover.text-hover-accent i,
.ce_iconbox_v3:hover.text-hover-accent .headline,
.ce_iconbox_v3:hover.text-hover-accent .subheadline {
color: #bac100!important;
}
.submenu_v2 li a:hover,
.submenu_v2 li a.active {
color: #bac100;
}
.ce_list.list-style2 li.fa:before {
color: #bac100;
}
.ce_list.list-style3 li.fa:before {
color: #bac100;
}
.ce_revolutionslider_hyperlink.text-link:after {
color: #bac100;
}
.ce_download_small .ce_download_small_inside a:after {
color: #bac100;
}
.ce_download_small .ce_download_small_inside a {
border-color: #bac100;
}
.ce_imagemap .circle {
box-shadow: 0 0 0 4px #bac100;
}
.ce_testimonial_version7 .text_inside:before {
background: #bac100;
}
.ce_portfoliofilter.port-filter-style3 a.selected {
border-color: #bac100;
}
form.style8 input.submit[type="submit"],
form.style8 button.submit[type="submit"] {
color: #bac100;
}
.ce_image_text_box .ce_image_text_box_banner {
background: #bac100;
}
.ce_image_text_box.version2 a.hyperlink_txt {
color: #bac100;
}
.ce_grid_gallery_start li:hover .linktext {
color: #bac100;
}
.mod_quickmenu.style2 a {
border-color: #bac100;
color: #bac100;
}
.mod_customcataloglist.cc_product_catalog .item-inside:hover {
border-color: #bac100;
}
.mod_customcatalogteaser.cc_product_catalog .item-highlight-icon {
background-color: #bac100;
}
.ce_headline_w_buttons.style1 .buttons a:hover {
background-color: #bac100;
}
.ce_headline_w_buttons.style2 .buttons a.button_one {
border-color: #bac100;
color: #bac100;
}
.ce_headline_w_buttons.style2 .buttons a.button_two {
background-color: #bac100;
border-color: #bac100;
}
.ce_headline_w_buttons.style2 .buttons a.button_one:hover {
background-color: #bac100;
}
.ce_headline_w_buttons.style3 .buttons a.button_one {
border-color: #bac100;
color: #bac100;
}
.ce_headline_w_buttons.style3 .buttons a.button_two {
background-color: #bac100;
border-color: #bac100;
}
.ce_headline_w_buttons.style3 .buttons a.button_one:hover {
background-color: #bac100;
}
.ce_headline_w_buttons.style5 .buttons a.button_one {
border-color: #bac100;
color: #bac100;
}
.ce_headline_w_buttons.style5 .buttons a.button_two {
background-color: #bac100;
border-color: #bac100;
}
.ce_headline_w_buttons.style5 .buttons a.button_one:hover {
background-color: #bac100;
}
.ce_headline_w_buttons.style6 .buttons a.button_one {
border-color: #bac100;
color: #bac100;
}
.ce_headline_w_buttons.style6 .buttons a.button_two {
background-color: #bac100;
border-color: #bac100;
}
.ce_headline_w_buttons.style6 .buttons a.button_one:hover {
background-color: #bac100;
}
.ce_headline_w_buttons.style10 .buttons a:hover {
background-color: #bac100;
}
.ce_featurelist.style1 li i {
color: #bac100;
}
.ce_featurelist.style2 span {
color: #bac100;
}
.ce_featurelist.style2 .icon {
color: #bac100;
}
.ce_featurelist.style2 li a:hover {
background-color: #bac100;
}
.ce_featurelist.style5 li span {
color: #bac100;
}
body .mm-menu a.active, body .mm-menu a.trail {
background-color: #bac100;
}
.header .mainmenu ul li a.highlight span,
.header .mainmenu ul li a.highlight_square_color_accent span,
.header .mainmenu ul li a.highlight-square-color-accent span,
.header .mainmenu ul li a.highlight_rounded_color_accent span,
.header .mainmenu ul li a.highlight-rounded-color-accent span,
.header .mainmenu ul li a.highlight_rounded50_color_accent span,
.header .mainmenu ul li a.highlight-rounded50-color-accent span {
background-color: #bac100;
}
.header .mainmenu ul li a.highlight_outline_square_color_accent span,
.header .mainmenu ul li a.highlight-outline-square-color-accent span,
.header .mainmenu ul li a.highlight_outline_rounded_color_accent span,
.header .mainmenu ul li a.highlight-outline-rounded-color-accent span,
.header .mainmenu ul li a.highlight_outline_rounded50_color_accent span,
.header .mainmenu ul li a.highlight-outline-rounded50-color-accent span {
box-shadow: 0 0px 0px 2px #bac100;
}
.ce_accordion_v2 .toggler:not(.ui-state-active):hover {
color: #bac100;
}
.ce_accordion_v2 .toggler.ui-state-active,
.ce_accordion.style2 .toggler.ui-state-active {
background: #bac100;
}
.mmenu_trigger .burger .burger_lines,
.mmenu_trigger .burger .burger_lines:after,
.mmenu_trigger .burger .burger_lines:before {
background: #bac100;
}
.mmenu_trigger {
color: #bac100;
}
.mod_privacy_optin_slim .privacy_button a {
background: #bac100;
}
span.color-accent {
color: #bac100;
}
.ce_fancylink.style1.fancylink_color_second a {
color: #3c3c3c;
}
.ce_fancylink.style1.fancylink_color_second .shaft,
.ce_fancylink.style1.fancylink_color_second .shaft:before,
.ce_fancylink.style1.fancylink_color_second .shaft:after {
background-color: #3c3c3c;
}
.ce_fancylink.style2.fancylink_color_second a,
.ce_fancylink.style2.fancylink_color_second .arrow:before {
color: #3c3c3c;
}
.ce_fancylink.style2.fancylink_color_second a:after,
.ce_fancylink.style2.fancylink_color_second .arrow:after {
border-color: #3c3c3c;
}
.ce_fancylink.style3.fancylink_color_second a {
color: #3c3c3c;
}
.ce_fancylink.style3.fancylink_color_second a:after {
background-color: #3c3c3c;
}
.ce_fancybox.style3.fancy_box_color_second .overlay {
background: #3c3c3c;
opacity: 0.8;
}
.ce_fancybox.style3.fancy_box_color_second .overlay {
background: #3c3c3c;
opacity: 0.8;
}
.ce_fancybox.style1.fancy_box_color_second:after {
background-color: #3c3c3c;
}
.ce_fancybox.style2.fancy_box_color_second:hover .overlay {
background: linear-gradient(to bottom,rgba(0,0,0,0),#3c3c3c 100%);
}
.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link.btn-second,
.ce_revolutionslider .ce_revolutionslider_hyperlink.text-link.btn-second:after {
color: #3c3c3c;
}
.mod_article.ol-bg-second .article-overlay {
background: #3c3c3c;
}
.stroke-second {
stroke: #3c3c3c}
.fill-second {
fill: #3c3c3c}
.ce_wrap.bg-hover-second:hover {
background-color: #3c3c3c!important;
}
.ce_hyperlink.btn-second a,
.ce_revolutionslider_hyperlink.btn-second {
background: #3c3c3c;
border-color: #3c3c3c;
}
.ce_hyperlink.btn-second-outline a:not(.btn-white):not(.btn-black-outline):not(.btn-gray-outline),
.ce_revolutionslider_hyperlink.btn-second-outline {
border-color: #3c3c3c;
color: #3c3c3c;
}
.txt-color-second,
.txt-color-second p,
.txt-color-second i,
.txt-color-second a,
.txt-color-second h1,
.txt-color-second h2,
.txt-color-second h3,
.txt-color-second h4,
.txt-color-second h5,
.txt-color-second h6,
.txt-color-second .h1,
.txt-color-second .h2,
.txt-color-second .h3,
.txt-color-second .h4,
.txt-color-second .h5,
.txt-color-second .h6,
.txt-color-second .h1 p,
.txt-color-second .h2 p,
.txt-color-second .h3 p,
.txt-color-second .h4 p,
.txt-color-second .h5 p,
.txt-color-second .h6 p,
.txt-color-second.h1,
.txt-color-second.h2,
.txt-color-second.h3,
.txt-color-second.h4,
.txt-color-second.h5,
.txt-color-second.h6,
.txt-color-second.h1 p,
.txt-color-second.h2 p,
.txt-color-second.h3 p,
.txt-color-second.h4 p,
.txt-color-second.h5 p,
.txt-color-second.h6 p {
color: #3c3c3c;
}
.color-second {
color: #3c3c3c;
}
.bg-second {
background-color: #393e43;
}
.ce_bgimage_content_start .bg_overlay.bg-second {
background-color: #393e43;
}
.notelist .submit_container input.submit,
.notelist .submit_container input.submit:hover,
.notelist .submit_container button.submit,
.notelist .submit_container button.submit:hover {
background-color: #393e43;
}
.mod_customcataloglist.cc_cardealer .item-state {
background-color: #393e43;
}
form.style2 input.submit,
form.style2 input.submit[type="submit"]:hover,
form.style2 button.submit,
form.style2 button.submit[type="submit"]:hover {
background-color: #393e43;
}
.ce_hyperlink-extended a.link-sec-color {
border-color: #3c3c3c;
background: #3c3c3c;
}
.ce_hyperlink-extended a.link-sec-color:hover {
color: #3c3c3c;
border-color: #3c3c3c;
}
.ce_hyperlink-extended a.link-sec-color-outline {
color: #3c3c3c;
border-color: #3c3c3c;
}
.ce_hyperlink-extended a.link-sec-color-outline:hover {
background: #3c3c3c;
}
.ce_hyperlink_lightbox_video.hyperlink_color_second svg polygon  {
fill: #3c3c3c;
}
.ce_hyperlink_lightbox_video.hyperlink_color_second svg circle {
stroke: #3c3c3c;
}
.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-second {
background-color: #3c3c3c;
}
.ce_iconbox_v3 .ce_iconbox_v3_inside.bg-hover-second:hover {
background-color: #3c3c3c!important;
}
.ce_iconbox_v3 .headline.headline-color-second {
color: #3c3c3c;
}
.ce_iconbox_v3 .subheadline.subheadline-color-second {
color: #3c3c3c;
}
.ce_iconbox_v3 .fonticon.fonticon-color-second {
color: #3c3c3c;
}
.ce_iconbox_v3:hover.text-hover-second i,
.ce_iconbox_v3:hover.text-hover-second .headline,
.ce_iconbox_v3:hover.text-hover-second .subheadline {
color: #3c3c3c!important;
}
.header .mainmenu ul li a.highlight_color_second span,
.header .mainmenu ul li a.highlight-color-second span,
.header .mainmenu ul li a.highlight_square_color_second span,
.header .mainmenu ul li a.highlight-square-color-second span,
.header .mainmenu ul li a.highlight_rounded_color_second span,
.header .mainmenu ul li a.highlight-rounded-color-second span {
background: #3c3c3c;
}
.header .mainmenu ul li a.highlight_outline_square_color_second span,
.header .mainmenu ul li a.highlight-outline-square-color-second span,
.header .mainmenu ul li a.highlight_outline_rounded_color_second span,
.header .mainmenu ul li a.highlight-outline-rounded-color-second span {
box-shadow: 0 0px 0px 2px #3c3c3c;
}
.ce_revolutionslider_hyperlink.color-second {
background: #3c3c3c;
border-color: #3c3c3c;
color: #fff;
}
#top .top_metanavi {
display: none;
}
#top .mod_login_top {
display: none;
}
#top .offcanvas-trigger {
display: none;
}
#top .mod_langswitcher {
display: block;
}
#top,
#top .mod_socials a i {
font-size: 13px;
}
#top,
#top a,
#top .mod_socials a i {
color: #5a5a5a;
}
#top,
#top .inside {
background-color: #ffffff;
}
#top-wrapper #top  {
border-bottom: 1px solid #e9e9e9;
}
html, body  {
font-family: 'Arial', sans-serif;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.ce_revolutionslider_text.bold, .font_headline {
font-family: 'Arial', sans-serif;
font-weight: 700;
}
h2, .h2, .h2 p {
font-size: 28px;
}
#footer .inside {
padding-top: 51px;
padding-bottom: 51px;
}
#footer h4,
#footer .h4 {
font-size: 18px;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer .h1,
#footer .h2,
#footer .h3,
#footer .h4,
#footer .h5,
#footer .h6 {
color: #d8d8d9;
}
#footer {
font-size: 13px;
line-height:1.3rem;
}
#footer,
#footer a {
color: #ccc;
}
#footer li {
padding-bottom: 0!important;
}
#footer li:after {
border-color: #919191;
border:0;
}
#footer {
background-color: #40454b;
}
#bottom {
font-size: 13px;
}
#bottom .inside,
#bottom .inside a {
color: #ddd;
}
#bottom {
background-color: #393e43;
}
#bottom {
border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.header .mod_langswitcher {
display: none;
}
#top .inside {
background: none!important;
}
@media only screen and (min-width: 768px) {
.header.cloned {
background: #ffffff;
}
}
@media only screen and (max-width: 767px) {
.header {
background: #fff;
}
}
.logo a {
background-image: url(../../files/cto_layout/themedesigner/uploads/logo_a4e.jpg);
}
@media only screen and (min-width: 768px) {
.header.original .logo {
width: 500px;
}
}
@media only screen and (min-width: 768px) {
.stickyheader .header .logo {
width: 330px;
}
}
@media only screen and (max-width: 767px) {
.header .logo {
width: 300px;
}
}
.mainmenu ul li a  {
font-family: 'Arial',sans-serif;
}
.mainmenu ul li a  {
font-weight: 700;
}
.mainmenu ul li a  {
font-size: 13px;
}
.header .mainmenu ul li a,
.header .mainmenu ul li ul a.active,
.header .ce_search_label i,
.header .mod_langswitcher .mod_langswitcher_inside,
.header .header_metanavi a,
.header .mod_socials a {
color: #55555;
}
.mod_langswitcher .mod_langswitcher_inside:before {
border-color: #55555;
}
.header .mod_socials:before {
border-color: #55555;
}
.header .smartmenu .smartmenu-trigger .line,
.header .smartmenu .smartmenu-trigger .line:before,
.header .smartmenu .smartmenu-trigger .line:after {
background: #55555;
}
.header.original .mainmenu:before {
background: #55555;
}
.header.original .mainmenu ul li a.trail.a-level_1,
.header.original .mainmenu ul li a.active.a-level_1,
.header.cloned .mainmenu ul li a.trail.a-level_1,
.header.cloned .mainmenu ul li a.active.a-level_1,
.mod_pct_megamenu .mod_navigation a.active.a-level_1 {
color: #a9b200;
}
.mainmenu ul li a {
text-transform: uppercase;
}
.header.original .mainmenu ul li {
line-height: 55px;
}
.header.original .mainmenu ul .megamenu-wrapper {
top: auto;
}
.mainmenu ul li ul li a,
.mod_pct_megamenu .mod_navigation a  {
line-height: 30px!important;
}
.mainmenu ul li {
margin-left: 10px;
margin-right: 10px;
}
.mainmenu ul li a:after {
right: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
.smartmenu {
display: block;
}
.mainmenu {
display: none;
}
}
.header .mainmenu a.pct_megamenu:after,
.header .mainmenu a.submenu:after {
font-family: FontAwesome;
content: "\f107";
margin-left: 5px;
transition: all 0.3s;
display: inline-block;
transform-origin: center center;
}
.header .mainmenu a.pct_megamenu.active:after,
.header .mainmenu a.active.submenu:after,
.header .mainmenu a.submenu:not(.click_open):not(.pct_megamenu):hover:after,
.header .mainmenu li.submenu:not(.click_open):not(.pct_megamenu):hover a:after {
transform: rotate(180deg);
}
.header .mainmenu ul ul li.submenu a:after {
transform: rotate(-90deg)!important;
}
.mainmenu ul ul li a,
nav.mainmenu a.menuheader,
.mod_pct_megamenu .mod_navigation a {
color: #ffffff!important;
}
.header .mainmenu ul ul li a:not(.menuheader):not(.megamenu) span:before,
.header .mainmenu ul ul li a.active span:before,
.header .mainmenu ul ul li a.trail:not(.megamenu) span:before,
.mod_pct_megamenu .mod_navigation a:before {
background: #ffffff;
}
.header .mainmenu ul ul li a:hover span:before,
.header .mainmenu ul ul li a.active span:before,
.header .mainmenu ul ul li a.trail span:before,
.mod_pct_megamenu .mod_navigation a:hover:before,
.mod_pct_megamenu .mod_navigation a.active:before {
display: none;
}
.mainmenu ul ul {
background-color: #393e43}
nav.mainmenu a.menuheader {
background-color: #393e43!important;
}
.mainmenu ul .megamenu-wrapper ul ul {
background: none;
}
.mod_pct_megamenu {
background-color: #393e43}
.header .mod_langswitcher {
font-size: 0.9rem;
}
.header .mod_langswitcher .mod_langswitcher_inside {
padding-right: 0;
vertical-align: middle;
}
.mod_langswitcher ul {
left: auto;
right: 0;
width: auto;
}
.mod_langswitcher .mod_langswitcher_inside {
line-height: 1rem;
}
.mod_langswitcher span {
display: inline-block
}
.mod_langswitcher img {
display: none;
}
.mod_langswitcher .mod_langswitcher_inside:before {
display: none;
}
#top .mod_langswitcher .mod_langswitcher_inside span:hover {
background: none;
}
.mm-menu .mod_langswitcher ul li img {
display: none;
}
.mm-menu .mod_langswitcher .mod_langswitcher_inside > span {
display: none;
}

h1, .h1, .h1 p {
  font-size: 2.7rem !important;
}
.ce_accordion .toggler {
  background-color: #f0f0f0;
  padding-left: 15px;
}
.logo a.logo_t4t {
  background-image: url(../../files/cto_layout/img/logos/logo_t4t.png);
}

.logo.t4t {
  max-width: 480px;
}
.fa-pagelines::before {
  content: "\f18c";
  color: rgb(169,178,0);
}
#slider .ce_text h5 {hyphens:none;}

body.sidebar.left #main {
	width:80% !important;
}

body.sidebar #left {
	width:20% !important;
	padding-right:0px !important;
}
.t4t .subnav a {
  color: #222;
}
.t4t .subnav a:hover {
  background: rgb(248,248,248);
}
.t4t .subnav a.active {
  background: #bac100;
  color: #fff;
}

#footer #fixed_a4e a, #footer #fixed2_c4s a, #footer #fixed3_r4s a {
  color:#fff;
}
#fixed_a4e {
  position: fixed;
  right: -89px;
  top: 220px;
  transform: rotate(-90deg);
  z-index: 99999999;
}
#fixed_a4e a {
  border-radius: 20px 20px 0 0;
}
#fixed2_c4s {
  position: fixed;
  right: -76px;
  top: 407px;
  transform: rotate(-90deg);
  z-index: 99999999;
}
#fixed2_c4s a {
  border-radius: 20px 20px 0 0;
}
#fixed3_r4s {
  position: fixed;
  right: -76px;
  top: 580px;
  transform: rotate(-90deg);
  z-index: 99999999;
}
#fixed3_r4s a {
  border-radius: 20px 20px 0 0;
}


/* Oliver Kieslich */
.mod_login button.submit {
	padding: 0 !important;
}
.mod_iso_checkout .submit.next, .mod_iso_checkout .submit.confirm {
	float: right;
}
.mod_login.wider {
	max-width: none;
}
#coupon-trigger {
	cursor: pointer;
}
#coupon-trigger:after {
	display: inline-block;
	content: '↓';
	width: 10px;
	height: 10px;
	margin-left: 5px;
	font-weight: 700;
	font-size: 1.2em;
}
#coupon-trigger.active:after {
	display: inline-block;
	content: '↑';
	width: 10px;
	height: 10px;
	margin-left: 5px;
	font-weight: 700;
	font-size: 1.2em;
}
#coupon-trigger:hover {
	color: rgb(169,173,0);
}
#coupon-input {
	display: none;	
}
#coupon-input .inner {
	display: flex;
	align-items: center;
	gap: 20px;
}
#main .mod_iso_messages > p {
	background: rgb(169, 173, 0);
    color: #fff;
    padding: 5px 10px;
}
#main .mod_iso_cart .submit_container .button_update, #main .mod_iso_cart .submit_container .continue, .button_logout, .mod_iso_checkout .submit.previous {
	background: #b2b2b2 !important;
}
#main .mod_iso_cart .submit_container .button_update:hover, #main .mod_iso_cart .submit_container .continue:hover, .button_logout:hover, .mod_iso_checkout .submit.previous:hover {
	background: rgb(169,173,0) !important;
}
#main .mod_iso_cart .submit_container .button_checkout {
	float: right;
}
@media (max-width: 576px) {
	.mod_iso_checkout .submit.next, .mod_iso_checkout .submit.confirm {
	float: none;
	}
	#main .mod_iso_cart .submit_container {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	#main .mod_iso_cart .submit_container .button_checkout {
		float: none;
		order: 999;
	}
	#main .mod_iso_cart .submit_container .submit {
	width: 100% !important;
	text-align: center;
	}
}
/* Oliver Kieslich */

body.sidebar.left #container {
	max-width:1500px;
}

#top .mod_login_top {
	display: block !important;
}
#top .basket_mini {

	float:right;

	display:inline-block;

	margin-left:25px;

	padding: 0 8px;

	position: relative;

}

#top .basket_mini .coupon {
	display:none;
}

#top .basket_mini .mod_iso_cart.details {

	display:none;

	position: absolute;

	border: 1px solid rgba(0,0,0,.2);

	right: 0;

	top: 100%;

	background: rgb(255,255,255);

	width: 350px;

	border-radius: 0 0 5px 5px;

	padding:15px;

	color: #696969;

}



#top .basket_mini .mod_iso_cart.details .product {

	display:table;

	width:100%;

	margin-bottom:10px;

	background: rgb(235,237,235);

}



#top .basket_mini .mod_iso_cart.details .product .image {

	width:80px;

	border: 1px solid rgb(235,237,235);

	padding:10px;

	background:white;

}



#top .basket_mini .mod_iso_cart.details .product .image,

#top .basket_mini .mod_iso_cart.details .product .name,

#top .basket_mini .mod_iso_cart.details .product .info {

	display:table-cell;

	vertical-align: top;

}



#top .basket_mini .mod_iso_cart.details .product .name {

	padding:0px 15px;

}



#top .basket_mini .mod_iso_cart.details .product .remove {

	padding-right:15px;

}



#top .basket_mini .mod_iso_cart.details .product .price {

	font-weight: 600;

	line-height: 1;

}



#top .basket_mini .mod_iso_cart.details .subtotal {

	font-weight: 600;

}

#top .basket_mini .mod_iso_cart.details .button {

	background: rgb(169,173,0);

    width: 100%;

    text-align: center;

    display: block;

    margin-bottom: 10px;

    color: white;

    font-weight: 600;

}



#top .basket_mini .mod_iso_cart.details .checkout .button {

	margin-bottom:0;

}



#top .basket_mini:hover .mod_iso_cart.details {

	display:block;

}



#top .basket_mini .mod_iso_cart a {

 color: #696969;

}

#top .basket_mini .mod_iso_cart ul li {
	line-height:1.5;
}


#top .basket_mini a:hover .mod_iso_cart {

	display:block;

}



#top .mod_iso_cart {

	float:right;

	display:inline-block;

}

a.submit {
  width: auto;
  font-size: .9rem;
  padding: 8px 20px;
  height: 38px;
  border-radius:20px;
  border: 1px solid rgba(0,0,0,.2);
  font-weight: 700;
  color: white;
  background: rgb(169,173,0);
  display: inline-block;
}

.mod_iso_productlist .sku,
.mod_iso_productreader .sku{
	display:none;
}

.mod_iso_productlist .product {

	margin-bottom: 30px;

}

.mod_iso_productlist.gummi .product .ce_image_text_box_image {
	padding-top:20px;
	padding-bottom: 20px;
}


.mod_iso_productlist form,

.mod_iso_productlist .formbody {

	height:100%;

}



.mod_iso_productlist .ce_image_text_box_inside {

	display: flex;

    flex-direction: column;

    height: 100%;

}



.mod_iso_productlist .ce_image_text_box_inside .submit_container,
.mod_iso_relatedproducts .ce_image_text_box_inside .submit_container {

	margin-top:auto;

	padding-left:25px;

	padding-right:25px;

	padding-bottom:25px;

}

.mod_iso_productlist .ce_image_text_box_inside .submit_container .submit,
.mod_iso_relatedproducts .ce_image_text_box_inside .submit_container .submit {
	margin-top:20px;
}

.mod_iso_productlist .product .price .price {

	color:rgb(169,173,0);

	font-weight:600;

}

.mod_iso_productlist .product .sku {
	padding-bottom:15px;
}

.mod_iso_productlist .product .ce_image_text_box_content_outside {
	padding-bottom:15px;
}

.mod_iso_productlist .product .teaser {
	margin-bottom:15px;
}

.mod_iso_productlist .product .teaser p,
.mod_iso_relatedproducts .product .teaser p {
	margin-bottom:0;
}


.mod_iso_productlist .product h3 {
	font-size: 1.3rem;
}

.ce_image_text_box {
    border: 1px solid rgb(235,237,235);
    border-radius: 6px;
    height: 100%;
}

/*.mod_iso_productlist .product form {
	background-color: rgb(248,248,248);
}*/

/*.mod_iso_productlist .product .image_container img,
.mod_iso_relatedproducts .product .image_container img {

	padding-left:25px;

	padding-right:25px;

}*/

.mod_iso_productlist .product .discount,
.mod_iso_relatedproducts .product .discount  {

	position: absolute;

	right: 30px;

	bottom: 10px;

	z-index: 9999;

	background: rgb(169,173,0);

	padding: 5px;

	color: #fff;

	font-weight: 600;

	border: 1px solid rgb(169,173,0);

	border-radius: 5px;

	line-height: 1;

}

.mod_iso_relatedproducts .product .discount {
	right:10px;
}

.mod_iso_productlist .pagination-container {

	display:table;

	width:100%;

	margin-bottom: 20px;

}

.mod_iso_productlist .numProducts {

	font-weight:600;

	display:table-cell;

	vertical-align: middle;

}



.mod_iso_productlist .pagination {

	display:table-cell;

	text-align: right;

	vertical-align: middle;

}



.mod_iso_productlist .pagination p{

	display: none;

}



.mod_iso_productlist .pagination ul {

	float:right;

}



.mod_iso_checkout .steps ol {

	list-style: decimal;

}

.mod_iso_checkout .paymentmethod .widget fieldset > span {
	display:flex;
	align-items: center;
	margin-bottom:15px;
}

#iso_mod_checkout_review .info .box {
	display:flex;
	align-items: center;
	justify-content: space-between;
}

#iso_mod_checkout_review .info .box span {
	font-weight:bold;
}

.mod_iso_checkout .paymentmethod .widget fieldset label .box {
	display: flex;
	align-items:center;
	justify-content: space-between;
}

.mod_iso_checkout .paymentmethod .widget fieldset label .note {
	display:none;
}
.mod_iso_checkout .paymentmethod .widget fieldset label {
	width:100%;
}
.mod_iso_checkout .paymentmethod .widget fieldset label .box span {
	margin:0;
	font-weight:bold;
}
.mod_iso_checkout .steps li {

    width: calc(25% - 11.25px);

    float: left;

    padding: 5px;

    margin-right: 15px;

    margin-bottom: 2px;

    text-align: center;

    color: #555;

    background-color: #ccc;

    line-height: 2em;

    font-weight: 600;

    list-style-position: inside;

}



@media only screen and (max-width: 767px) {

	.mod_iso_checkout .steps li {

		width:100%;

		float:none;

		margin-right:0;

	}

}



.mod_iso_checkout .steps li.last {

	margin-right:0;

}



.mod_iso_checkout form {

	margin-top:20px;

}



.mod_iso_checkout form .submit {

	width:auto;

}



.mod_iso_checkout .steps li.active,

.mod_iso_checkout .steps li.passed {

	background: rgb(152,152,152);

	color: white;	

}



.mod_iso_checkout .steps li.passed a.passed {

	color:white;

}



.mod_iso_orderhistory table {

	margin-bottom: 1rem;

	width: 100%;

	padding: 0;

	border-spacing: 0;

	border-left: 1px solid #ccc;

	border-top: 1px solid #ccc;

}



.mod_iso_orderhistory thead {

	background: rgba(204,204,204,.2);

}



.mod_iso_orderhistory table td, table th {

    border-right: 1px solid #ccc;

    border-bottom: 1px solid #ccc;

    padding: 10px;

}



.mod_iso_checkout .shippingmethod span.currency {

	display:inline;

}

.mainmenu .mod_iso_cart,

#top .meta-nav .mod_iso_cart {

	display:inline;

}


/*
.mod_iso_cart .quantity {

	display:none;

}
*/


#main .mod_iso_cart table,

#main .mod_iso_checkout table,

#main .mod_iso_orderdetails table {

	width:100%;

	margin-bottom:20px;

}



#main .mod_iso_cart table tbody tr,

#main .mod_iso_checkout table tbody tr,

#main .mod_iso_orderdetails table tbody tr {

	background: #fafafa;

}



#main .mod_iso_cart table tbody tr td,

#main .mod_iso_checkout table tbody tr td,

#main .mod_iso_orderdetails table tbody tr td {

	padding:10px;

}



#main .mod_iso_cart table tfoot tr td,

#main .mod_iso_checkout table tfoot tr td,

#main .mod_iso_orderdetails table tfoot tr td {

	padding-left:10px;

	padding-right:10px;

}



#main .mod_iso_cart .product .name,

#main .mod_iso_checkout .product .name,

#main .mod_iso_orderdetails .product .name {

	font-weight:600;

	min-width: 500px;

}



#main .mod_iso_cart table td.quantity,

#main .mod_iso_checkout table td.quantity,

#main .mod_iso_orderdetails table td.quantity {

	width:74px;

}



#main .mod_iso_cart .submit_container .submit,

#main .mod_iso_checkout .submit_container .submit,

#main .mod_iso_orderdetails .submit_container .submit {

	width:auto;

}



#main .mod_iso_cart table td.price,

#main .mod_iso_cart table td.actions,

#main .mod_iso_cart table tfoot td.name,

#main .mod_iso_checkout table td.price,

#main .mod_iso_checkout table td.actions,

#main .mod_iso_checkout table tfoot td.name,

#main .mod_iso_orderdetails table td.price,

#main .mod_iso_orderdetails table td.actions,

#main .mod_iso_orderdetails table tfoot td.name {

	text-align: right;

}



#main .mod_iso_cart table tfoot .foot_last td.name,

#main .mod_iso_cart table tfoot .foot_last td.price,

#main .mod_iso_checkout table tfoot .foot_last td.name,

#main .mod_iso_checkout table tfoot .foot_last td.price,

#main .mod_iso_orderdetails table tfoot .foot_last td.name,

#main .mod_iso_orderdetails table tfoot .foot_last td.price {

	font-weight:600;

}



#main .mod_iso_cart table td.actions,

#main .mod_iso_checkout table td.actions,

#main .mod_iso_orderdetails table td.actions { 

	max-width:none;

	width:70px;

}



#main .mod_iso_cart table td.image,
#main .mod_iso_orderdetails table td.image {

	width:160px;

}



@media only screen and (max-width: 767px) {

	

	#main .mod_iso_cart table,

	#main .mod_iso_checkout table,

	#main .mod_iso_orderdetails table {

		font-size:inherit;

	}

	

	#main .mod_iso_cart table tr td,

	#main .mod_iso_checkout table tr td,

	#main .mod_iso_orderdetails table tr td {

		display:block;

		width:100%;

		text-align:left !important;

	}

	

	#main .mod_iso_cart table td.quantity,

	#main .mod_iso_checkout table td.quantity,

	#main .mod_iso_orderdetails table td.quantity {

		text-align:left !important;

		width:100%;

	}

	

}



@media only screen and (max-width: 430px) {

	

	#main .mod_iso_cart .submit_container .submit,

	#main .mod_iso_checkout .submit_container .submit,

	#main .mod_iso_orderdetails .submit_container .submit {

		width:100%;

		display:block;

		margin-bottom:20px;

	}

	

	#main .mod_iso_cart .submit_container .submit.button_checkout,

	#main .mod_iso_checkout .submit_container .submit.button_checkout,

	#main .mod_iso_orderdetails .submit_container .submit.button_checkout {

		margin-bottom:0;

	}

}
/*
#main .mod_iso_cart .submit_container,
#main .mod_iso_cart .coupon {
	float:left;
	margin-left:10px;
}
*/

#main .mod_iso_cart .coupon {
	margin-top:20px;
}

#main .mod_iso_cart .coupon h2 {
	font-size:1.2rem;
}

#main .mod_iso_cart .coupon input {
	width:auto;
	font-size: .8rem;
}


#main .orderconditionsafterproducts legend {

	display:none;

}

#main .orderconditionsafterproducts fieldset {

	background: #fafafa;

	border:none;

}





#main .mod_iso_checkout .info_container,

#main .mod_iso_orderdetails .info_container {

	padding: 10px;

	background: rgba(61,59,60, .2);
	margin-bottom:20px;

	position: relative;

	width:calc(50% - 10px);

	float:left;

}



#main .mod_iso_checkout .info_container.first,

#main .mod_iso_orderdetails .info_container.first {

	margin-right:20px;

}



@media only screen and (max-width: 767px) {

	#main .mod_iso_checkout .info_container,

	#main .mod_iso_orderdetails .info_container {

		float:none;

		width:100%;

	}

	#main .mod_iso_checkout .info_container.first

	#main .mod_iso_orderdetails .info_container.first {

	margin-right:0;

}

}



#main .mod_iso_checkout .review.orderinfo .info_container .edit {

    position: absolute;

    top: 10px;

    right: 10px;

    display: block;

}



#main .mod_iso_checkout .orderproducts td.image {

	width:160px;

}

#main .mod_iso_checkout .orderconditions a {

	color: rgb(169,173,0);

}





/*

#main .mod_iso_checkout .review.orderinfo .payment_method .info:after {

	content: "Bitte beachten Sie Ihren E-Mail Posteingang. Wir werden Ihnen eine Bestellbestätigung zusenden.";

	display:block;

}*/



#main .mod_iso_checkout .review.orderinfo .info_container a {

	color: rgb(169,173,0);

}



#main .info_container.payment_method .info:first-line {

	font-weight:600;

}



#main .mod_iso_orderdetails .order_status {

	padding: 10px;

	background-color: #fafafa;

	margin-bottom:20px;

	font-weight:600;

}


body.content_page.sidebar #main .mod_article.isotope >.container {

	padding-top:0px;

}

@media only screen and (max-width: 767px) { 
	body.content_page.sidebar #main .mod_article.isotope >.container {
		padding-top:40px;
	}
}


.mod_iso_productreader .single-leftside {

	width: 50%;

	float: left;

}

.mod_iso_productreader .single-bottom {

	clear:both;

	margin-top:50px;

}



.mod_iso_productreader .single-leftside .main-image {

	border: 5px solid rgb(240,240,240);

	padding:40px;	

}



.mod_iso_productreader .single-rightside {

	width: 50%;

	float: left;

	padding-left: 30px;

}


@media only screen and (max-width: 767px) { 
	.mod_iso_productreader .single-leftside,
	.mod_iso_productreader .single-rightside {
		width:100%;
		padding-left:0;
	}
}


.mod_iso_productreader .thumbs {

	width:100%;

	margin-top:15px;

}

.mod_iso_productreader .thumbs .image_container {

	float:left;

	width:calc(25% - 7.5px);

	padding:20px;

	margin-right:10px;

	border: 5px solid rgb(240,240,240);
	margin-bottom:10px;

}


.mod_iso_productreader .thumbs .image_container:nth-child(4n) {
	margin-right:0;
}

.mod_iso_productreader .thumbs .image_container.active {

	border-color:#ccc;

}



.mod_iso_productreader .thumbs .image_container:last-child {

	margin-right:0;

}



.mod_iso_productreader .product-details h2 {

	font-size: 1.6rem;

	margin-bottom: 15px;

}



.mod_iso_productreader .product-details .price,
.mod_iso_productlist .price {

	font-size: 1.3rem;

	font-weight: 700;	

}
.mod_iso_productreader .product-details .price.exkl,
.mod_iso_productlist .price.exkl {
	font-weight:500;
	font-size:1rem;
	padding-bottom:10px;
}

.mod_iso_productreader .product .price div {

	display:inline-block;

}



.mod_iso_productreader .product .price,

.mod_iso_productlist .product .price {

	display: flex;

    flex-direction: column;

    flex-flow: row;

}

.mod_iso_productlist .product .price .from:after {
	display:inline-block;
	content: " ";
	white-space: pre;
}

.mod_iso_productreader .submit_container {

	margin-top:20px;

}



.mod_iso_productreader .submit_container input,
.mod_iso_productreader .submit.offer,
.mod_iso_productlist .submit.offer {

	margin-bottom:20px;
	width:auto;

}

.mod_iso_productreader .submit.offer,
.mod_iso_productlist .submit.offer {
	font-family: inherit;
	border: 1px solid rgba(0,0,0,.2);
	background: rgb(169,173,0);
	display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
    width: auto;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    font-size: .8rem;
    min-width: 140px;
    text-align: center;
    position: relative;
	-webkit-appearance: none;
	line-height: 1.3rem;
}

.mod_iso_productreader .submit_container .quantity_container label {

	display:none;

}



.mod_iso_productreader .product .price .original_price,

.mod_iso_productlist .product .price .original_price {

	order:3;

}



.mod_iso_productreader .product .price .original_price strike {

	font-size:1rem;

}



.mod_iso_productreader .product .price .price_label,

.mod_iso_productlist .product .price .price_label {

	order:2;

	font-weight:400;

	

}



.mod_iso_productreader .product .price .price_label span,

.mod_iso_productlist .product .price .price_label span {

	font-size: 1rem;

	margin-left:5px;

	margin-right:10px;

}


.mod_iso_productreader .product .price .price,

.mod_iso_productlist .product .price .price {

	order:1;

	color: rgb(169,173,0);

}



.mod_iso_productreader .ce_tabs {

	margin: 65px 0 35px 0;

}



.mod_iso_productreader .ce_tabs .tabs.classic ul li.active {

	background: rgb(230,230,230);

	color: rgb(255,255,255);

}



.mod_iso_productreader .ce_tabs .panes {

	background: rgb(255,255,255);

	padding: 30px;

	border: 1px solid rgb(230,230,230);

}



.mod_iso_productreader table {

	font-size: 0.9rem;

}



.mod_iso_productreader table tr td {

	padding: 5px;

	background: rgb(244,244,244);

	border: 0;

}


.mod_iso_productreader table tr:nth-child(2n) td {

	background-color: rgb(255,255,255);

}



.mod_iso_productreader .teaser {

	margin-top:20px;

	margin-bottom:20px;

}


.actions.mod_iso_productlist .product .price {
	display:block;
}


.mod_iso_relatedproducts .product .headline {

	font-size:1.2rem;

	margin-bottom:.5rem;

}



.mod_iso_relatedproducts .product .offer .price span{

	color: rgb(169,173,0);

	font-weight:600;

}



.mod_iso_relatedproducts .product .offer .price span.price_label{

	color: inherit;

	font-weight:400;

}



.mod_iso_relatedproducts .product  .ce_image_text_box_content_outside {

	padding-top:0;

}



.mod_iso_relatedproducts .product .ce_image_text_box_content {

	text-align:center;

}



.mod_iso_relatedproducts .swiper-pagination {

	display:none;

}

.mod_iso_productfilter {

	margin-top:40px;

	margin-bottom:10px;

	border-bottom: 1px solid rgb(235,237,235);

	display:table;width:100%;

	padding-bottom: 40px;

}

.mod_iso_productfilter .search input {
	width:auto;
}

.mod_iso_productfilter form {

	display:table-cell;

	width:auto;

	vertical-align:middle;

}



.mod_iso_productfilter .clear_filters {

	display:table-cell;

	width:120px;

	vertical-align:middle;

}

.mod_iso_productfilter select {

	width:auto;

}

.technical_documents li {
	display:table-cell;
	padding-right:20px;
}

.technical_documents ul li:last-child {
	padding-right:0;
}

.list_price {
	text-decoration: line-through;
	padding-bottom:10px;
}

.mod_iso_cumulativefilter {
	border: 1px solid rgba(0,0,0,.075);
	background: rgb(255,255,255);
}
.mod_iso_cumulativefilter ul.level_1 {
	padding: 10px 10px 10px 40px;
}


.mod_iso_cumulativefilter h2 {
	font-size:inherit;
	background: #3d3b3c;
    font-weight: 600;
    text-transform: uppercase;
	color: #fff;
	padding: 10px 10px 10px 40px;
}

.mod_iso_cumulativefilter .label {
	display:none;
}

.mod_iso_addressbook .buttons a {
	font-weight:bold;
}

.mod_iso_addressbook .even, .mod_iso_addressbook .odd {
	margin-bottom:20px;
}


