@font-face {
	font-family: 'headline';
	src: url('fonts/header-webfont.woff2') format('woff2'),
		 url('fonts/header-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.nopadding{
	padding-left:0px;
	padding-right: 0px;
}

h1, h2, h3, h4, h5{
	font-family: 'headline';
}

h1, h2{
	color: #8A131F
}

h2{line-height: 40px;}

h3, h4, h5{
	color: #445963;
}

p, li{
	font-family: "dico-typewriter-slab", mono;
	font-weight: 400;
	font-size: 15px;
	font-style: normal;
	line-height: 26px;
}
.verticalcenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.openmenu{
	position: fixed;
	left: 0px;
	top: 40%;
	width: 70px;
	z-index: 2;
}

.closemenu{
	position: fixed;
	left: 500px;
	top: 40%;
	width: 70px;
	z-index: 2;
	display: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	background: #8B1120;
	height: 50px;
	width: 50px;
	color: white;
	font-size: 30px;
	marg
}

#menu{
	position: fixed;
	width: 500px;
	height: 100vh;
	left: 0px;
	background: #B9AFA4;
	z-index: 5;
	box-shadow: 10px 0px 15px -3px rgba(0,0,0,0.1);
	padding-top: 100px;
	display: none;
}

#menu ul{
	list-style: none;
	margin-right: 0px;
	margin-left: 0px;
}

#menu li a{
	font-family: 'headline' !important;
	color: #EDE9E2;
	font-size: 35px;
}



#menu li a:hover{
	color: #8A1220;
	transition: 0.5s;
}

#menu  li.current_page_item a{
	color: #8A1220;
}

#menu li{
	width: 100%;
}

#menu  a{color: #8A1220 ;}
#menu  a:hover{color: #2C3940 ;}

.menu .sub-menu {
	display: none;
}

.menu .sub-menu.open {
	display: block;
}

.sub-menu li a::after{
	display: none !important;
}

.sub-menu li a{
	opacity: 0.5;
	transition: 0.5s !important;
	font-size: 30px !important;
	padding: 10px;
}

.sub-menu li a:hover{
	opacity: 1;
	transition: 0.5s !important;
}


.is-active a{
	color: #8A1220 !important;
}



.show{
	display: block !important;
}


.menu-item-has-children a::after{
font-family: "Font Awesome 6 Pro";
position: absolute;
content: "\f329"; /* unicode van het icoon, hier: pijl naar rechts */
font-weight: 900; 
margin-left: 8px; /* beetje ruimte tussen tekst en icoon */
margin-top: 6px;
font-size: 18px;
}


#top{
	min-height: 200px;
	background: linear-gradient(45deg,RGBA(24, 46, 65, 0.7) 0%, RGBA(24, 46, 65, 0.7) 100%), url('img/denim.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

#top.error{
	min-height: 80vh;
	padding-top: 20vh;
}

#top.error h1{
	font-size: 70px !important;
	color: white;
}

#top.error h2{
	font-size: 50px !important;
	color: white;
}


#topimg{
	min-height: 400px;
	background-size: cover !important;
	background-position: center !important;
	position: relative;
}

#header{
	min-height: 80vh;
	width: 100%;
	background: linear-gradient(45deg,RGBA(24, 46, 65, 0.7) 0%, RGBA(24, 46, 65, 0.7) 100%), url('img/denim.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 150px;
	padding-bottom: 150px;
	color: #EDE9E1;
	position: relative;
}


#header h1{
	color: #EDE9E1;
}

#header .hoefijzer{
	margin-bottom: 30px;
}

#header h1{
	margin-top: 30px;
	padding-bottom: 30px;
}

.botsauto{
	position: absolute;
	bottom: -100px;
	right: -100px;
	z-index: 2;
}

.wavytop{
	position: absolute;
	bottom: 0px;
	width: 100%;
	pointer-events: none;
	margin-top: 150px;
}

.wavybottom{
	position: absolute;
	top: 0px;
	width: 100%;
	pointer-events: none;
}

.button, #sb_instagram .sbi_follow_btn, input[type=submit]{
	background: #8A131F;
	border-radius: 10px;
	font-family: "dico-typewriter-slab", mono;
	padding: 12px 15px;
	font-size: 16px;
	text-transform: lowercase;
	color: white;
	border: none;
	box-shadow: none;
}

.button::after{
	font-family: "Font Awesome 6 Pro";
	font-weight: 900; /* nodig voor solid icons */
	content: "\f32b"; /* unicode van het icoon, hier: pijl naar rechts */
	display: inline-block;
	margin-left: 8px; /* beetje ruimte tussen tekst en icoon */
	color: white;
	width:15px;
}


.button:hover{
	background: #2C3940;
}

#titel{
	margin-top: -100px;
	margin-bottom: 100px;
}

.intro{
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	min-height: auto !important;
}

#content{
	background: url('img/bg.jpg');
	color: #000000;
	background-size: cover;
	min-height: 500px;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

#content img{
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}


#contentwit{
	position: relative;
	background: white;
	color: #000000;
	background-size: cover;
	min-height: 500px;
	padding-top: 100px;
	padding-bottom: 100px;
}

#contentbeige{
	background: white;
	color: #000000;
	background-size: cover;
	min-height: 500px;
	padding-top: 150px;
	padding-bottom: 150px;
}

.owl-merken img{
	filter: grayscale(1);
	opacity: 0.3;
}

.img{
	border-radius: 30px;
	background: #445964;
	position: relative;
	overflow: hidden;
}

.owl-carousel .img{
	min-height: 500px;
}

.img img{
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	left: 0px;
	object-fit: cover;
}

#quote{
	position: relative;
}

#scrolltekst{
	margin-top: -70px;
}


h1.scrolling-text-content{
	color: #B9AFA4 !important;
	font-size: 120px !important;
}
.container {
  position: relative;
  width: 100vw;
  overflow: hidden;
  background: none;
  z-index: 1;
}

.scrolling-text {
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  will-change: transform;
  backface-visibility: hidden;
}

.scrolling-text .scrolling-text-content {
  color: rgba(0, 0, 0, 0);
  font-size: 80px;
  white-space: nowrap;
  transition: transform 0.5s cubic-bezier(0.23, 0.36, 0.28, 0.83);
  line-height: 1em;
  margin: 50px 0;
  color: #ffffff00;
}

.scrolling-text-content a{
	transition: 0.5s;
}

html.is-reveal-open{
	position: absolute !important;
	
}

.reveal{
	top: 300px !important;
	border-radius: 30px;
	padding: 30px;
}

#denim{
	min-height: auto;
	width: 100%;
	background: linear-gradient(45deg,RGBA(24, 46, 65, 0.7) 0%, RGBA(24, 46, 65, 0.7) 100%), url('img/denim.jpg');
	background-size: cover;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #EDE9E1;
	/* text-shadow: 2px 2px 2px rgba(0,0,0,0.5); */
	position: relative;
}

.team{
	min-height: 550px;
	border-radius: 30px;
	position: relative;
	background-size: cover !important;
	background-position: center !important;
	padding-bottom: 100px;
}

.teamoverlay{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(68,89,99,0.8);
	border-radius: 30px;
	padding:30px;
	color: white !important;
	text-align: center;
}

.show{
	display: block !important;
}

.owl-team .owl-item:nth-child(even){
	margin-top: 60px !important;
	padding-bottom: 100px;
}

.item{
	min-height: 200px;
	position: relative;
}

.item img{
	position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  margin: auto;
	  max-width: 60%;
}

.label{
	background: url('img/label_bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed; 
	color: white;
	font-family: 'headline';
	height: 60px;
	padding-top:18px;
	font-size: 25px;
	position: absolute;
	bottom: 0px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: -30px;
	text-align: center;
	max-width: 60%;
}


#denim h2{color:#EDE9E1; }

#blok{
	border-radius: 30px;
	min-height: 250px;
	/* background: white;  */
	 background: #B9AFA4; 
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}

#blok:hover{
	background: white;
	transition: 0.5s;
}

#blok p{
	text-shadow: none !important;
	color: black;
	font-size: 15px;
	line-height: 25px;
}

#blok img{
	margin: auto;
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
	width: 60%;
	filter: grayscale(100);
	opacity: 0.5;
}

#blokimg{
	min-height: 250px;
	width: 100%;	
	display: block; 
	background-position: center !important;
	background-size: cover !important; 
	position: relative;
}

#bloktekst{
	min-height: 250px;
	background: white;
	padding: 50px 25px 25px 25px;
}

#bloktekst h4{
	text-shadow: none;
}

.date{
	background: url('img/label_bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat; 
	color: white;
	font-family: 'headline';
	font-size: 20px !important;
	height: 50px;
	padding-top:10px;
	font-size: 25px;
	position: absolute;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: -20px;
	text-align: center;
	max-width: 45%;
	text-shadow: none;
}

.blokbutton{
	text-align: center !important;
	width: 100% !important;
	position: relative;
	background: #8A1220;
	font-family: "dico-typewriter-slab", mono;
	color: white;
	height: 50px;
	display: block;
	text-shadow: none;
	text-transform: lowercase;
	padding-top: 10px;
	font-weight: bold;
	transition: 0.5s;
}

.blokbutton:hover{
	color: white;
	background: #445963;
	transition: 0.5s;
}


.margintop{
	margin-top: -300px;
}

#contentimg img{
	border-radius: 20px;
}

#sb_instagram #sbi_images .sbi_item {


border-radius: 30px !important;

}

.sb_instagram_header{
	display: none !important;
}


#footer{
	background: url('img/westernman_logo_hoefijzer.svg'), #B9AFA4;
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: bottom -50px right -50px;
	min-height: 200px;
	padding-top: 100px;
	padding-bottom: 100px;	
	position: relative;	
}

#footer h4{color: #EDE9E1;}

#footer a{color: #8A1220 !important;}
#footer a:hover{color: #2C3940 !important;}

#socket{margin-top: 50px;}


/* Small only */
@media screen and (max-width: 39.9375em) {
	
	h1{
		font-size: 40px;
	}
	
	h2{
		font-size: 35px;
		line-height: 38px;
	}
	
	h3{
		font-size: 30px;
	}
	
	h4{
		font-size: 25px;
	}
	
	
	
	h1.scrolling-text-content{
		font-size: 50px !important;
	}
	
	#top{
		min-height: 100px;
	}
	
	#menu{
		width: 100%;
		padding-top: 100px;
		top:0px !important;
	}
	
	.openmenu, .closemenu{
		position: fixed;
		left: inherit;
		right: 25px;
		top: 0%;
		width: 100px;
		z-index: 2;
	}
	
	#header{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 100px;
		padding-bottom: 100px;
		min-height: auto;
	}
	#header .hoefijzer{
		width: 150px;
	}
	
	.wavytop{
		left: 0px;
	}
	
	.botsauto{
		width: 50%;
	}
	
	.img{
		margin-top: 30px;
	}
	
	#content, #contentwit{
		padding-top: 50px;
		padding-bottom: 50px;
		min-height: auto;
	}
	
	#content.intro{
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	
	#contentimg{
		min-height: 300px;
		margin-top: 25px;
	}
	
	#denim{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.owl-team .owl-item:nth-child(even){
		margin-top: 0px !important;
		padding-bottom: 50px;
	}
	
	.margintop{
		margin-top: -100px;
	}
	
	.team{
		min-height: 450px;
	}
	
	.owl-carousel .img{
		min-height: 350px;
	}
	
	.reveal{
		height: auto;
		min-height: auto;
	}
	
	#blok{
		margin-bottom: 20px;
	}
	
	#footer{
		padding-top: 50px;
		padding-bottom: 50px;
		background: #B9AFA4 !important;
	}
	
	#footer1, #footer2, #footer3{
		margin-bottom: 25px;
	}
	
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	#top{
		min-height: 100px;
	}
	
	#scrolltekst{
		margin-top: 0px;
	}
	
	.scrolling-text .scrolling-text-content{
		margin: 25px 0;
	}
	
	.botsauto{
		width: 50%;
	}
	
	#content, #contentwit, #header{
		padding-top: 75px;
		padding-bottom: 75px;
		min-height: auto;
	}
	
	.margintop{
		margin-top: -200px;
	}
	
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

