.vacature h2{
	margin-top:0;
	
}
.vacature {	
	padding-bottom: 30px;
}

.shareblock{
	font-size: 20px;
	margin-bottom: 20px;
}
.shareblock a{
	margin-left: 10px;
}
.shareblock a:hover,
.shareblock a:focus{
	text-decoration: none;
}


.vacatureslide{
	display: block;
	position:relative;
}
.vacatureslide h2{
	background: #C92134;
	color: white;
	position: absolute;
	bottom: 20px;
	left:0;
	font-size: 18px;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
	transition: background 0.2s ease-in;
}
.vacatureslide:hover h2{
	background: black;
	transition: background 0.2s ease-in;
}
.swiper-container {
  overflow: hidden;
  position:relative;
  padding-bottom: 40px;
}
.swiper-pagination{
	top: auto !important;
	bottom: 0  !important;
}
.swiper-pagination-bullet-active{
	color: #C92134 !important;
	background: #C92134 !important;
}

 
 
.swiper .swiper-button-next,
.swiper .swiper-button-prev,{
	position: absolute;
	top: 0; 
	height: 100%;
	margin-top:0; 
}
 .swiper-button-next:after,
 .swiper-button-prev:after{
	font-size: 0 !important;  
	display: none !important;  
	opacity: 0 !important;
}
.swiper-button-next{
	right:0;
  background: white url(/images/next.svg) no-repeat right 2px center; 
  background-size: 16px auto; 
  border-radius: 999px 0 0 999px; 
  border: 1px solid var(--accent-1);
  border-right:0;
  width: 30px;
  height: 44px;
  transition: background-color 0.1s ease-in;
}
.swiper-button-next:hover{
  background: #C92134  url(/images/next.svg) no-repeat right 2px center; 
  background-size: 16px auto; 
  border-radius: 999px 0 0 999px; 
  transition: background-color 0.1s ease-in;
}
.swiper-button-prev{ 
	left:0;
  background: white url(/images/prev.svg) no-repeat left 2px center; 
  background-size: 16px auto;
  border-radius:  0 999px 999px 0; 
  border: 1px solid var(--accent-1);
  border-left:0;
  width: 30px;
  height: 44px; 
  transition: background-color 0.1s ease-in;
}
.swiper-button-prev:hover{ 
  background: #C92134 url(/images/prev.svg) no-repeat left 2px center; 
  background-size: 16px auto; 
  border-radius:  0 999px 999px 0; 
  transition: background-color 0.1s ease-in;
}
.disableswiper~.swiper-button{
	display: none;
}
