header.header {
	font-family: 'Roboto', sans-serif;
	font-size: 1.7rem;
	line-height: 1.58824;
	background-color: #003770;
	border-bottom: 8px solid #23A1BE;
	margin-bottom: 1.58824em;
}

nav.menu {
	font-family: 'Roboto', sans-serif;
	max-width: 1400px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
}

a.trigger {
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	padding: 23px 23px 23px 50px;
	font-weight: 700;
	display: none;
}

a.logo-nl {
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	padding: 1.2em 1.2em 1.6em 1.2em;
	position: relative;
	z-index: 21;
	display: inline-block;
	vertical-align: bottom;
	padding-top: 1.6em;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 118px 59px;
	width: 118px;
	height: 59px;
	overflow: hidden;
	text-indent: -1234em;
	background-image: url("../images/ico_hertek.png");
}

ul#menu {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

header.header .menu li {
    display: inline;
}

header.header .menu .primary a {
    transition: .3s box-shadow linear,.3s background-color linear;
    box-shadow: 0 0 0 0 rgba(35,161,190,0) inset;
}

header.header .menu a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 1.2em 1.2em 1.6em 1.2em;
}

header.header a {
    color: #003770;
    text-decoration: none;
}

.textBlock {
	margin: 1.5rem .5rem 1.5rem 1.5rem;
}

.textBlock a {
	color: white;
}

.textBlock a:hover {
	text-decoration: none;
}

section.configurator-warning {
	border-color: #FF8900;
}

section.configurator-warning p {
	margin: 1rem 0;
}

.configurator-item-header img {
	width: 2.4rem;
	/* height: 2.4rem; */
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 1rem;
}

.configurator-item-content-extra-message a {
	color: #fff;
	text-decoration: underline;
}


.iconAttachment,
.iconAttachmentWhite,
.iconAttachmentSmall {
  display: inline-block;
  width: 33px;
  height: 36px;
  background-image: url('../images/ico_attachment.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.iconAttachmentWhite {
  background-image: url('../images/ico_attachment-white.png');
}
.iconAttachmentSmall {
  width: 13px;
  height: 15px;
}

.configurator-form-item a.link, .configurator-form-item p.link a {
	color: white;
}

.configurator-form-item p.link a {
	margin-left: 0.6em;
}

.configurator-form-item a.link [class*=icon] {
	margin-right: 0.6em;
}
