@charset "utf-8";
/* //////////////////////////////////////// */
/* // STYLE SHEET TEXTILES LANDING v8.22 // */
/* /////// CODING BY JRN FOR NB @22 /////// */
/* //////////////////////////////////////// */

body{
	margin: 0;
	min-width: 320px;
	line-height: 1.65;
	font-family: 'Roboto', sans-serif;
	font-size: 1.65rem;
	letter-spacing: -0.15px;
	color: #5a5a5a;
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow-y: scroll;
	cursor: default;
}
body, html{
	max-width: 100%;
}
html{
	box-sizing: border-box;
	font-size: 62.5%;
    height: 100%;	
}

/* GENERAL */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul, p{
	margin: 2rem 0;
}
h1, h2, h3, h4, h5{
	line-height: 1.1;	
	margin: 2rem 0;
	position: relative;
}
h1.close-up,
h2.close-up,
h3.close-up{
	margin-bottom: -1.6rem;
}
h1, h2{
	text-transform: uppercase;
	font-size: 1.9rem;
	font-weight: 700;	
}

a{
	color: inherit;
	display: inline-block;
	text-decoration: none;
}

.button-large{
	text-transform: uppercase;
    font-size: 1.65rem;
    letter-spacing: 0.4rem;
    line-height: 1.45;
    padding: 3rem 0;
    margin: 3rem 0;
	position: relative;
}
	.button-large .arrow{
		width: 4rem;
		height: 4rem;
		display: block;
		position: absolute;
		top: -5rem;
		left: 50%;
		transform: translateX(-50%);
	}
		.button-large .arrow svg{
			width: 13px;
			height: auto;
			display: block;	
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			top: 2px;
			-webkit-transition: top .2s 0s;
			-moz-transition: top .2s 0s;
			-o-transition: top .2s 0s;
			transition: top .2s 0s;
		}
		.button-large .arrow::before{
			content: '';
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			background-color: #FFF;
			transform: rotate(45deg);
		}
	.button-large .txt{
		display: inline-block;
		-webkit-transition: color .2s 0s;
		-moz-transition: color .2s 0s;
		-o-transition: color .2s 0s;
		transition: color .2s 0s;
	}		
.button-large:hover .arrow svg{
	top: 7px;
}

/* CONTAINERS */
.page-container{
	width: 100%;
	/*overflow: hidden;*/	
}
section{
	width: 100%;
	position: relative;	
}
.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	position: relative;
}
.container.wide{
	max-width: unset;
	padding-left: 5%;
	padding-right: 5%;	
}
.container.wide .row{
	margin-left: 0;
	margin-right: 0;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.column{
	flex-basis: 100%;
	max-width: 100%;
}

/* PADDINGS AND MARGINS */
/* horizontal */
ul{
	padding-left: 1.6rem;	
}
.container{
    padding-left: 3rem;
    padding-right: 3rem;
}
.container .row{
	margin-left: -3rem;
	margin-right: -3rem;
}
.column{
	padding-left: 3rem;
	padding-right: 3rem;
}
/* vertical */
.row {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.column {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* LOGO */
.main-logo{
	display: inline-block;	
}
.main-logo img{
	display: block;
	width: 100%;
	height: auto;
}

/* HEADER */
header .row{
	min-height: 100px;
	padding-top: 1rem;
	padding-bottom: 1rem;	
}
header .column{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .column.column-2{
	display: none;
}

.nooteboom-textiles{
	color: #003e22;
    text-transform: uppercase;
    display: flex;
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.1rem;
    letter-spacing: 0.15rem;
	align-items: center;
}
	.nooteboom-textiles-left{
		text-align: right;
		padding-right: 1rem;
	}
	.nooteboom-textiles-right{
		width: 115px;
	}
		.nooteboom-textiles-right img{
			width: 100%;
			height: auto;
			display: block;	
		}

/* BANNER */
.banner-list{
	list-style: none;
	padding: 0;
	margin: 0;
	
}
	.banner-list .banner-list-item{
		padding: 0;
		margin: 0;
	}
		.banner-list .list-item-content{
			position: relative;
			padding-top: 60%;
		}
			.banner-list .list-item-image{
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
			}
				.banner-list .list-item-image img{
					width: 100%;
					height: 100%;
					display: block;	
					object-fit: cover;
					opacity: 0;
					animation-delay: 0.3s;
					animation-name: fading;
  					animation-duration: 2s;
					animation-timing-function: linear;
					animation-fill-mode: forwards;
				}
					@keyframes fading {
						from {opacity: 0;}
						to {opacity: 1;}
					}
			.banner-list .list-item-overlay{
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				line-height: 1.45;
				color: #FFF;
			}
				.banner-list .list-item-overlay .container{
					height: 100%;	
				}
					.banner-list .list-item-overlay .item-overlay-content{
						position: absolute;
						line-height: 1;
						text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
					}
						.banner-list .list-item-overlay strong{
							font-size: 2rem;
							text-transform: uppercase;
							font-weight: 400;
							letter-spacing: 0.6rem;
						}

/* MAIN CONTENT */
.section-1 .column.column-1{
	order: 2;
}
.section-1 .column.column-2{
	order: 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-content .column img{
	display: inline-block;
	width: 100%;
	height: auto;	
}

/* FOOTER */
footer{
	text-align: center;
	margin-top: 3rem;
}
footer p{
	margin: 0;	
}
	.footer-main .row,
	.footer-main .column{
		padding-top: 0;
		padding-bottom: 0;	
	}
.footer-copy{
	opacity: 0.6;
}
.footer-part-of{
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	opacity: 0.7;
	padding-right: 2rem;	
}

/* RESPONSIVE */
@media screen and (min-width: 750px){
	header .row{
		min-height: 152px;
	}
	header .column.column-1{
		justify-content: flex-start;
	}
	header .column.column-2{
		display: flex;
		justify-content: flex-end;
	}
	.banner-list .list-item-content{
		padding-top: 40%;
	}
	.section-1 .column.column-1{
		flex-basis: 35%;
		max-width: 35%;
		order: 1;
	}
	.section-1 .column.column-2{
		flex-basis: 65%;
		max-width: 65%;
		order: 2;
	}
	.button-large{
		font-size: 2.5rem;
	}
	.banner-list .list-item-overlay .item-overlay-content{
		line-height: 1.1;
	}
	.banner-list .list-item-overlay strong{
		font-size: 3.8rem;
	}
	.footer-part-of{
		display: none;	
	}
}