/* Helper Classes */
.no-margin {
	margin: 0;
}

.margintop--1 {
	margin-top: 1em;
}

.marginbottom--1 {
	margin-bottom: 1em;
}

.marginbottom--2 {
	margin-bottom: 2em;
}

.marginbottom--05 {
	margin-bottom: 0.5em;
}

/* Special Newsletter Order Styles */

.nl-order-flex {
	display: flex;
}

.nl-order-flex .loader {
	top: 8px;
	margin: 0;
}

.nl-order-icons__wrapper {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 1em 0;
}

.nl-order__icon {
	position: relative;
	background-color: #f1f1f1;
	border-radius: 100%;
	padding: 25px;
	width: 100px;
	height: 100px;
	display: flex;
	box-sizing: border-box;
}

.nl-order-icons__img {
	display: block;
	margin: auto;
	width: 100%;
}

.nl-order-icons__check {
	width: 35px;
	height: 20px;
	border-left: 5px solid;
	border-bottom: 5px solid;
	position: absolute;
	top: 0;
	right: -10px;
	transform: rotate(-45deg);
	color: #00305d;
	display: none;
}

.nl-order__icon--active {
	background-color: #8bb73c;
}

.nl-order__icon--active .nl-order-icons__check {
	display: block;
}

.nl-order-arrow {
	width: 80px;
	position: relative;
	margin-left: -5px;
}

.nl-order-arrow__head {
	width: 20px;
	height: 20px;
	border-top: 5px solid;
	border-right: 5px solid;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	margin-right: -5px;
	color: #ccc;
}

.nl-order-arrow__body {
	position: absolute;
	top: 50%;
	width: 100%;
	border: 2.5px solid;
	color: #ccc;
}

.nl-order-further-nls__fieldset {
	border-bottom: 1px solid #a1a1a1;
	padding: 20px 0;
	margin-bottom: 10px;
}

.nl-order-further-nls__fieldset:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.nl-order-further-nls__panel-head {
	background: url(../img/order_arrow_down.svg) no-repeat right;
}

.open .nl-order-further-nls__panel-head {
	background: url(../img/order_arrow_up.svg) no-repeat right;
}

.nl-order-further-nls__panel-body {
	display: none;
	margin-top: 1em;
}

.open .nl-order-further-nls__panel-body {
	display: block;
}

.nl-order-further-nls__title-subscribed {
	color: #E60004;
}

.nl-order-further-nls, .nl-order__personal-data {
	background-color: #fff;
	padding: 5%;
}

.nl-order-further-nls__category {
	font-size: 1.2em;
	font-family: 'DINWeb-Medium';
	font-weight: 100;
	margin-bottom: 0;
}

.nl-order-further-nls-checkbox {
	line-height: 1.35em;
	margin-bottom: 1em;
	align-items: flex-start;
}

.nl-order-further-nls-checkbox__item {
	margin-right: 1em;
}

.nl-order-further-nls-checkbox__item:last-child {
	margin-right: 0;
}

.nl-order-further-nls-checkbox__item--checkbox {
	margin-top: 3px;
}

.nl-order-further-nls-checkbox__item--title {
	width: 20%;
}

.nl-order-further-nls-checkbox__item--description {
	width: 80%;
}

.nl-order-further-nls__hint {
	font-size: 0.8em;
}

.nl-order__personal-data select {
	background-color: #f1f1f1;
}

.nl-order__personal-data .button_blue {
	margin-right: 10px;
}

@media only screen and (max-width: 1200px) {
	.nl-order-icons__wrapper {
		width: 95%;
	}

}

@media only screen and (max-width: 650px) {
	.nl-order-icons__wrapper {
		width: 95%;
	}

	.nl-order__icon {
		width: 50px;
		height: 50px;
		padding: 10px;
	}

	.nl-order-icons__check {
		width: 20px;
		height: 10px;
		border-width: 3px;
		right: -12px;
	}

	.nl-order-arrow {
		width: 20px;
	}

	.nl-order-arrow__head {
		width: 10px;
		height: 10px;
		margin-top: -5px;
	}

	.nl-order-further-nls-checkbox__item {
		margin-right: 0.5em;
	}

	.nl-order-further-nls-checkbox__item--title {
		width: 30%;
	}

	.nl-order-further-nls-checkbox__item--description {
		width: 70%;
	}

	.nl-order__personal-data button {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}

}