@charset "UTF-8";

/* CSS Document */



/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* NEWSLETTER BUTTON SUBMIT */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.nw_button_block {
	margin: 30px 3% 0px 3%;
	width: 94%;
	text-align: left;
}

.nw_button {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 13px 0px;
	background-color: #cc0000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	color: #ffffff;
	font-family: din700, "din700 Regular", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
	max-width: 120px;
}

.nw_button:hover {
	color: #ffffff;
	background-color: #333333;
}

.nw_button:active {
	position: relative;
	top: 1px;
}
 @media only screen and (min-width : 1px) and (max-width :960px) {

.nw_button_block {
	margin: 30px 12px 0px 12px;
	width: calc(100% - 24px);
	text-align: left;
}

.nw_button {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 13px 0px;
	background-color: #cc0000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
	color: #ffffff;
	font-family: din700, "din700 Regular", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
	max-width: 120px;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* NEWSLETTER FORM */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.nw_form_details_block {
	margin: 0px auto 0px auto;
	padding: 0px 0% 30px 0px;
	width: 100%;
	background-color: #f0f0f0;
}

.nw_form_details_block_space_before {
	margin-top: 30px;
}

.nw_form_details_block_space_after {
	margin-bottom: 30px;
}

.nw_form_line {
	margin: 20px 3% 0px 3%;
	padding: 0px 0% 0px 0px;
	float: left;
	text-align: left;
	width: 44%;
}

.nw_form_gdpr_line {
	margin: 20px 3% 0px 3%;
	padding: 0px 0% 20px 0px;
	float: left;
	text-align: left;
	width: 94%;
	min-height: 34px;
	display: table;
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
}

.nw_form_gdpr_line_last {
	padding: 0px 0% 0px 0px;
	border-bottom: 0px solid #cccccc;
}

.nw_form_line_100 {
	margin: 20px 3% 0px 3%;
	width: 94%;
}
 @media only screen and (min-width : 1px) and (max-width :960px) {

.nw_form_details_block {
	padding: 0px 0% 20px 0px;
	width: 100%;
}

.nw_form_line {
	margin: 20px 12px 0px 12px;
	width: calc(100% - 24px);
}

.nw_form_gdpr_line {
	margin: 20px 12px 0px 12px;
	width: calc(100% - 24px);
}

.nw_form_line_100 {
	margin: 20px 12px 0px 12px;
	width: calc(100% - 24px);
}
}

.nw_form_label {
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0px;
	float: left;
	text-align: left;
	width: 100%;
	height: 22px;
}

.nw_form_gdpr_left {
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0px;
	text-align: left;
	width: 100%;
	max-width: calc(100% - 100px);
	display: table-cell;
	vertical-align: middle;
}

.nw_form_gdpr_right {
	margin: 0px 0% 0px 20px;
	padding: 0px 0% 0px 0px;
	text-align: left;
	width: 80px;
	float: right;
	display: table-cell;
	vertical-align: middle;
}

.nw_form_entry {
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0px;
	float: left;
	text-align: left;
	width: 100%;
	min-height: 32px;
}

.nw_form_entry_box {
	margin: 0px 0px 0px 0px;
	padding: 3px 8px 4px 8px;
	font-family: din400, "din400 Regular", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 15px;
	color: #333333;
	border-radius: 0px;
	border: 1px solid #999999;
	background-color: #fefefe;
	box-shadow: inset 0px 0px 3px #e5e5e5;
	width: calc(100% - 18px);
	height: 25px;
}

.nw_form_multi_entry_box {
	margin: 0px 0px 0px 0px;
	padding: 6px 8px 6px 8px;
	font-family: din400, "din400 Regular", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 15px;
	box-shadow: inset 0px 0px 5px #eeeeee;
	color: #333333;
	border-radius: 0px;
	border: 1px solid #999999;
	background-color: #fefefe;
	box-shadow: inset 0px 0px 3px #e5e5e5;
	width: calc(100% - 18px);
	height: 100px;
	max-height: 100px;
	text-align: left;
	resize: none;
}
 @media only screen and (min-width : 1px) and (max-width :960px) {

.nw_form_entry {
	width: calc(100% - 18px);
}

.nw_form_entry_box {
	width: 100%;
}

.nw_form_multi_entry_box {
	width: 100%;
}
}

.nw_form_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: din400, "din400 Regular", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 15px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
}

.nw_gdpr_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: din400, "din400 Regular", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 17px;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.nw_gdpr_p1 {
	font-size: 16px;
	line-height: 22px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.nw_gdpr_p1 {
	font-size: 15px;
	line-height: 20px;
}
}

.nw_form_p2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: din400, "din400 Regular", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	text-decoration: none;
}

.nw_form_p3 {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: din700, "din700 Regular", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #cc0000;
	text-decoration: none;
}

.nw_form_p4 {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: din400, "din400 Regular", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	color: #aaaaaa;
	text-decoration: none;
}

.nw_form_pull_down {
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 5px 6px;
	font-family: din400, "din400 Regular", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	box-shadow: inset -1px -1px 2px #cccccc;
	border-radius: 0px;
	border: 1px solid #999999;
	background-color: #fcfcfc;
	width: 100%;
	color: #333333;
	height: 34px;
}

.nw_form_pull_down_100pc {
	width: 100%;
}

.nw_form_pull_down_150 {
	width: 150px;
}

.nw_form_pull_down_80 {
	width: 80px;
}

.nw_form_pull_down_60 {
	width: 60px;
}

.nw_form_pull_down_50 {
	width: 60px;
}
 @media only screen and (min-width : 1px) and (max-width :960px) {

.nw_form_p2 {
	font-size: 15px;
	line-height: 21px;
}

.nw_form_p3 {
	font-size: 15px;
	line-height: 21px;
}

.nw_form_pull_down_100pc {
	width: calc(100% + 16px);
}
}

.nw_block_last_stages {
	margin: 0px auto 10px auto;
	padding: 0px 0% 0px 0px;
	width: 70%;
}
 @media only screen and (min-width : 1px) and (max-width :960px) {

.nw_block_last_stages {
	width: 85%;
}
}

.nw_form_checkbox_wrapper {
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: din400, "din400 Regular", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	text-decoration: none;
	color: #333333;
}

.nw_form_checkbox {
	margin: 0px 6px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* CUSTOM CHECK BOXES */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


 /* Customize the label (the container) */

.nw_form_chbox_container {
	display: block;
	position: relative;
	padding-left: 35px;
	padding-top: 2px;
	margin-top: 12px;
	cursor: pointer;
	font-family: din400, "din400 Regular", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #333333;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.nw_form_chbox_container_first {
	margin-top: 5px;
}

/* Hide the browser's default checkbox */

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

/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
}

/* On mouse-over, add a grey background color */

.nw_form_chbox_container:hover input ~ .checkmark {
	background-color: #ffcc00;
}

/* When the checkbox is checked, add a blue background */

.nw_form_chbox_container input:checked ~ .checkmark {
	background-color: #cc0000;
	border: 1px solid #cc0000;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */

.nw_form_chbox_container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */

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

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* GDPR PERMISSION SWITCHES */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/



.nw_gdpr_wrapper {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.onoffswitch {
	position: relative;
	width: 80px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 30px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 28px;
	color: white;
	font-family: din700, "din700 Regular", Helvetica, Arial, sans-serif;
	font-size: 15px;
	box-sizing: border-box;
	text-align: left;
}

.onoffswitch-inner:before {
	content: "YES";
	padding-left: 10px;
	background-color: #FFCC00;
	color: #333333;
}

.onoffswitch-inner:after {
	content: "NO";
	padding-right: 10px;
	background-color: #EEEEEE;
	color: #999999;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 6px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 46px;
	border: 2px solid #999999;
	border-radius: 30px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

.mc4wp-alert{font-family:din400, "din400 Regular", Helvetica, Arial, sans-serif; font-size:14px; font-weight:bold; color:#FF0000;}