/* ============================================================================
   Stylesheet by: Daniel Pattiasina, © 2016 Moddit www.moddit.nl
============================================================================ */

/* ============================================================================
   Home
============================================================================ */
.articleContent ul li {
    list-style-position: outside;
    margin-left: 1em;
}

.homeHeader {
	padding: 50px 0 0;
    position: relative;
    z-index: 2;
}
.headerSubtitle {
	margin: 0;
	font-size: 22px;
	line-height: 36px;
}
.headerTitle {
	margin: 0 0 30px;
	font-size: 56px;
	line-height: 62px;
	max-width: 350px;
}
.headerDesc {
	margin: 0 0 10px;
	font-weight: 400;
}
.headerBar {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../images/transparent/blue5.png);
	padding: 10px;
    z-index: 2;
}
.headerBar h4 {
	color: #FFF;
	margin: 10px 0;
	font-size: 20px;
	line-height: 30px;
}
.headerBar h4 span, .headerBar h4 a {
	color: #5094d7;
}
/* Featured Cats */
.featuredCatCols .block .Btn {
  font-size: 12px;
  text-transform: uppercase;
}
.machineCatList {
	background: #4d4d4d;
	padding: 15px 20px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.machineCatListTitle {
	text-transform: uppercase;
	color: #FFF;
	margin: 0 0 24px;
	font-size: 28px;
	line-height: 33px;
}
.machineCatListTitleAlt {
	color: #000;
}
.machineCatList ul {
	margin: 10px 0;
}
.machineCatList ul li {
	text-transform: uppercase;
	line-height: 23px;
	font-size: 14px;
	color: #e6e6e6;
	display: block;
	border-bottom: 1px solid #717171;
}
.machineCatList ul li a {
	color: #e6e6e6;
	position: relative;
	display: block;
	padding-left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.machineCatList ul li:hover a {
	background: #1f4c77;
	padding-left: 20px;
}
.machineCatList ul li i {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.blockTitle.blockMachineTitle {
	font-size: 17px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
}
.blockMachineNr {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}
/* Request Box */
.requestBox {
	display: block;
	background: #FFF;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	padding: 30px;
}
.requestBox div {
	float: left;
}
.requestBox .desc {
	margin: 0;
}
.requestBox .subtitle {
	margin: 0;
}
.requestBox .Btn {
	float: right;
	margin: 20px 0 0;
}
/* ============================================================================
   Block
============================================================================ */
.block {
	display: block;
	background: #FFF;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.blockImg {
	position: relative;
}
.blockImg img {
	width: 100%;
}
.blockStatus {
	display: inline-block;
	background: #3074b7;
	color: #FFF;
	font-size: 13px;
	line-height: 26px;
	padding: 0 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	bottom: 20px;
	left: 18px;
	z-index: 1;
	font-family: "Bitter", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: 700;
	text-transform: lowercase;
}
.blockStatus:empty {
	display: none;
}
.blockContent {
    padding: 15px 10px;
}
.block .Btn {
	width: 100%;
	display: block;
	text-align: center;
	padding: 0;
}
.blockDate {
	font-size: 13px;
	color: #4c4d4f;
	line-height: 24px;
	margin: 0 0 5px;
}
.blockSubtitle {
	color: #3074b7;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
}
.blockTitle {
	font-size: 22px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin: 0 0  5px;
}
.blockTitle a {
	color: #000;
}
.blockDesc {
	height: 52px;
	line-height: 26px;
	font-size: 16px;
	color: #4c4d4f;
	overflow: hidden;
}
/* Block Slider */
#blockSlider {
	position: relative;
}
#blockSlider .slides li {
	max-width: 294px;
}
#blockSlider .slides li .block {
	margin: 5px 17px 5px 0;
}
/* ============================================================================
   About
============================================================================ */
.aboutTop {
	background: url(../images/map.png) no-repeat 100% 140px;
	padding: 40px 500px 0 0;
	min-height: 561px;
}
.aboutTop .list i {
	color: #3074b7;
	margin: 0 5px 0 0;
}
.aboutTop .list {
	font-size: 15px;
}
.aboutTop .list li {
	margin: 0 0 5px;
}
.aboutPhoto {
	display: inline-block;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #FFF;
	padding: 10px;
}
/* ============================================================================
   Machines
============================================================================ */
.productsSubtitle {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
}
.productsList {
	margin: 0 0 50px;
}
.productsList li {
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
}
.productsList li a {
	display: block;
}
.productsList .active a {
	background: #1f4c77;
	padding-left: 20px;
}
.machineFilter ul { background: #4d4d4d; margin: 5px 0; -webkit-border-radius: 5px; border-radius: 5px; padding: 15px; }
.machineFilter ul li { border-bottom: 1px solid #717171; color: #e6e6e6; line-height: 24px; }
.machineFilter ul li a {
	padding-left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.machineFilter ul li:hover a {
	background: #1f4c77;
	padding-left: 20px;
}
.machineFilter ul li a { color: #e6e6e6; }
#brandSlider {
	position: relative;
	padding: 0 50px;
}
#brandSlider .slides li {
	width: 200px;
}
#brandSlider .slides li a {
	display: block;
	margin: 5px;
	background: #FFF;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
}
#brandSlider .flex-direction-nav a {
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 50px;
	margin-top: -25px;
	background: #FFF;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
}
#brandSlider .flex-direction-nav .flex-prev {
	left: 0;
}
#brandSlider .flex-direction-nav .flex-next {
	right: 0;
}
/* ============================================================================
   Machine
============================================================================ */
.productCols {
	margin-top: 60px;
	margin-left: -60px;
}
.productCols > * {
	padding-left: 60px;
}
.productImgSmall {
	display: block;
	cursor: pointer;
	position: relative;
}
.productImgSmall:after {
	display: none;
	content: "\f002";
	position: absolute;
	background: #3074b7;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.5;
	color: #FFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: -25px 0 0 -25px;
	font-family: "FontAwesome";
}
.productImgSmall:hover:after {
	display: block;
}
.productTitles {
	display: block;
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px;
	position: relative;
}
.productTitles:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #3074b7;
}
.productCat {
	line-height: 26px;
	margin: 0 0 5px;
	font-size: 14px;
	color: #3074b7;
	text-transform: uppercase;
	font-weight: 700;
}
.productStatus {
	display: inline-block;
	background: #3074b7;
	color: #FFF;
	font-size: 13px;
	line-height: 26px;
	padding: 0 10px;
	margin: 0 0 0 10px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: "Bitter", Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
	font-weight: 700;
	text-transform: lowercase;
}
.shippingIcons {
	margin: 40px 0 20px;
}
.shippingIcons li {
	display: block;
	float: left;
	margin: 0 20px 10px 0;
	padding: 0 0 0 35px;
	line-height: 30px;
	font-size: 13px;
	background: url(../images/shippingIcons.png) no-repeat;
}
.shippingIcons .shippingIcon1 {
	background-position: 0 0;
}
.shippingIcons .shippingIcon2 {
	background-position: 0 -30px;
}
.shippingIcons .shippingIcon3 {
	background-position: 0 -60px;
	margin: 0 0 10px;
}
.productBtns {
	min-height: 80px;
	margin: 0 0 40px;
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 11px 145px 0 0;
}
.productForm {
}

.activeFavoriteBtn {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    padding: 0;
}
.activeFavoriteBtn:hover {
    background-color: transparent;
    color: #000;
    box-shadow: none;
}
.activeFavoriteBtn a {
    color: #000
}
.enOnly, .deOnly {
	display: none;
}
.deSite .deOnly {
	display: block;
}
.enSite .enOnly {
	display: block;
}
/* ============================================================================
   Interbakeintern
============================================================================ */
.accordion {
    min-height: 400px;
    position: relative
}
.accordionContentHeader {
    background-color: #1d4268;
    width: 100%;
    height: 50px;
}
.accordionBlock {
    padding: 10px 0px;
}
.accordionContentHeader h4 {
    color: #fff;
    line-height: 50px;
    margin: 0;
    padding: 0 25px;
}
ul#tabs {
    list-style-type: none;
    padding: 0;
    text-align: left;
}
ul#tabs li {
    display: inline-block;
    background-color: #3074b7 ;
    border-bottom: solid 5px #1f4c77;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    cursor: pointer;
}
ul#tabs li:hover {
    background-color: #1f4c77;
}
ul#tabs li.active {
    background-color: #1f4c77;
}
ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#tab li {
    display: none;
}
ul#tab li.active {
    display: block;
}
.accordionItem {
    margin-bottom: 5px;
    max-height: 66px;
    overflow: hidden;
    transition: all 0.15s ease-in-out 0s;
}
.accordionItemMachine {
    max-height: 1e+10px;
    margin-bottom: 20px;
}
.accordionItemActive {
    max-height: 1e+10px;
}
.accordionHeader {
	cursor: pointer;
    background-color: #fff;
    border-bottom: 5px solid #1d4268;
    box-shadow: 0 1px 2px 2px rgba(50, 50, 50, 0.13);
    height: 60px;
    margin: 0 auto;
    padding: 7px 15px;
}
.accordionHeader h5 {
    font-size: 16px;
    margin: 0;
    max-width: 100%;
    padding: 0 0 5px;
    position: relative;
}
.accordionHeader h5 span {
    color: #5e5e5e;
    display: block !important;
    font-size: 14px;
    font-style: italic;
    margin-top: -5px;
    width: 30%;
}
.accordionHeader i {
    background-color: #3074b7;
    border-bottom: 5px solid #1d4268;
    color: #fff;
    display: block;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    margin-right: -15px;
    margin-top: -7px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 59px;
}
#accordionaanvraag p, #accordionaanvraag ul, #accordionaanvraag li {
    color: #5d5a5e;
}
.activeDropDown {
    transform: rotate(180deg);

}
.aanvraagItem table {
    width: 100%;
    table-layout: fixed;
}
.aanvraagItem td,.aanvraagItem th {
    border: 1px solid;
    padding: 5px 10px;
}
.aanvraagItem .tableThumb {
	max-width: 120px;
	width: 120px;
}
.aanvraagItem td img {
    margin: 0;
    padding: 0;
    width: 100%;
}
.accordionMachine {
    min-height: 400px;
    position: relative;
    background-color: transparent!important;
}
.accordionBlockMachine {
    padding: 15px 0;
}
.accordionMachineHeader {
    background-color: #fff;
    border-bottom: 5px solid #1d4268;
    box-shadow: 0 1px 2px 2px rgba(50, 50, 50, 0.13);
    height: 46px;
    margin: 0 auto;
    padding: 7px 15px;
}
.accordionMachineContent {
    background-color: #fff;
    margin-top: 25px;
    padding: 0;
    position: relative;
}
.accordionContentMachine > ul {
    margin-top: 25px !important;
}
.prijzenProduct {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.prijzenProduct li {
    display: inline-block !important;
    margin-right: 15px;
}
.prijzenProduct p {
    margin: 0;
}
.machineContent > p {
  margin: 0px !important;
}
.machineDescriptionBottom p {
    margin-top: -5px;
    margin-bottom: 0;
}
.catsMachines {
    margin-top: 15px;
}
#tab .cols.cols-6 div {
    margin-bottom: 0px;
}
.machineContent .btn {
    position: absolute;
    right: 0;
    top: 10px;
}
.machineContent {
    padding-top: 9px;
}
.postSocials {
    position: relative;
    max-width: 225px;
}
.rrssb-whatsapp {
    display: none;
}
.rrssb-whatsapp .whatsappBtn {
    background-color: #43d854;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    width: 43px;
}
a.acf-button {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset !important;
    box-sizing: border-box !important;
    color: #333 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: normal !important;
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 11px 1px !important;
    position: relative !important;
    text-align: center !important;
    text-decoration: none !important;

}
.aanvraag .title {
    font-size: 30px;
}
.imageListForMail {
    display: inline-block;
}
.imageListForMail .imageMail {
    display: inline-block !important;
}
.imagesForMail > h4 {
  color: #5d5a5e;
  margin: 0;
}
/** Intern Machines **/
.smallLink {
	color: #3074b7;
	text-decoration: underline;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	font-family: "fira-sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
	display: inline-block;
	vertical-align: middle;
}
.machBtns {
	margin: 0 0 20px;
}
.machBtns .Btn {
	line-height: 25px;
	padding: 0 10px;
	font-size: 12px;
	margin: 0 5px 5px 0;
}
.machCat {
	margin: 0 0 20px
}
.machList {
	margin: 0;
}
.machItem {
	background: #FFF;
	margin: 0 0 10px;
	border: 1px solid #e5e5e5;
}
.machImg {
	float: left;
	max-width: 125px;
}
.machContent {
	overflow: hidden;
	padding: 10px 20px;
	position: relative;
}
.machTitle {
	font-size: 16px;
	margin: 0 0 5px;
	line-height: 25px;
}
.machDesc {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}
.machDesc a {
	color: #3074b7;
	text-decoration: underline;
}
.machToggle {
	color: #FFF;
	padding: 0 20px;
	background: #3074b7;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 13px;
	line-height: 25px;
	margin: 10px 0 0;
	display: inline-block;
}
.machItem.active .machOff, .machOn {
	display: none;
}
.machItem.active .machOn, .machOff {
	display: inline-block;
}
.machExtend {
	display: none;
	padding: 20px;
	background: #f0f0f0;
}
.machItem.active .machExtend {
	display: block;
}
.machBtn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	background: #cc181e;
	color: #FFF;
}
/** Archived Machines **/
.archivedMachines {
	overflow-x: scroll;
	background: #FFF;
	padding: 20px;
}
.machineTable {
	table-layout: fixed;
	width: 100%;
	font-size: 11px;
	line-height: 12px;
}
.machineTable tr {

}
.machineTable th {
	border: 1px solid #1d4268;
	background: #3074b7;
	color: #FFF;
	font-weight: 400;
	text-align: left;
	cursor: pointer;
	padding: 1px 4px;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	overflow: hidden;
}
.machineTable td {
	border: 1px solid #e2e2e2;
	padding: 4px;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	overflow: hidden;
}
.machineTable td a {
	color: #3074b7;
	text-decoration: underline;
}
.nlCols p:empty {
    display: none;
}
/* Aanpassingen 16 okt 2019 */
.articleContent p > a {
	color: #1f4c77;
	text-decoration: underline;
}

.footerDesc > a {
	text-decoration: underline;
}
@media screen and (max-width: 960px) {
	.footerTop { background-image: none; }
}
@media screen and (max-width: 720px) {
	.footerTop { background-image: url(../images/footerLogo.png); }
}
.menuWA {
	color: #FFF;
	position: absolute;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	top: -30px;
	right: 0;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
}
.menuWA a {
	color: #FFF;
	font-weight: 700;
	text-decoration: underline;
}
.menuWA i {
	background: #8ACF56;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}