/* Specials */
.hjuslide-uid-1 .hjuslider-text h3{
	font-size:40px;
	line-height:60px;
}

.slider .hjuslider {
	margin-top:-40px;
	margin-bottom:60px;
}
/*  Slider  */
.headerImage {
	clear:both;
	padding:0;
	position:relative;
}
.headerImage h3 {
	font-size:20px;
	letter-spacing: 1px;
	color:white;
}
.headerImage h2 {
	font-size:24px;
	color:white;
}
.headerImage h1 {
	font-size:34px;
	color:white;
}

.headerImage div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image img{
    margin-bottom: 0;
    height:auto;
}
.headerImage div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
.headerImage .image,
.owl-item .image {
	margin-bottom: 0;
	/*border-bottom: 4px solid rgb(103, 155, 47);*/
	position:relative;
	overflow:hidden;
}
.headerImage .ce-gallery {
	margin-bottom: 0;
}
.slick-slide > div {
	/*line-height:0;*/
}
.hjuslide {
	position:relative;
	overflow:hidden;
	margin-bottom:0;
	
}
.hjuslide-wrapper {
	display:flex;
}
.hjuslide-wrapper  {
	width:100%;
}
.hjuslide-wrapper .hjuslider-images {
	width:100vw;
}
.hjuslide-wrapper .hjuslider-text {
	width:auto;
	height:auto;
	color:white;
	padding:40px;
	box-sizing:border-box;
	text-align:center;
  	hyphens: none;
  	position:absolute;
  	left:100px;
  	right:100px;
  	bottom:0;
}
.hju-slider-gradient {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0,0.8) 100%);
  position: absolute;
  left: 0;
  top: 60%;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  z-index: 0;
}
.hjuslider-images figure{
	width:100%;
}
.hjuslider-images picture,
.hjuslider-images picture img {
	width:100%;
}

.hjuslide figcaption {
	position:absolute;
	bottom:5px;
	right:5px;
	font-size:14px;
	line-height:20px;
	color:rgb(220,220,220);
	z-index:1;
}

.hjuslider-text h2 {
	font-size:38px;
	line-height:50px;
}
.hjuslider-text h3 {
	font-size:28px;
	line-height:36px;
}




.hjuslider-link {
	display:inline-block;
	margin-top:40px;
	
}
.hjuslider-link a {
	color:var(--orange);
	font-weight:500;
}
.hjuslider-link a:hover {
	text-decoration: underline;
	
}

.hjuslider-link-icon {
	display:block;
	position:absolute;
	bottom:40px;
	right:40px;
	
}
.hjuslider-link-icon a {
	color:white;
}
.hjuslider-link-icon a span{
	border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform-origin: 50%;
  transform: rotate(-45deg);
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  transition: transform 0.5s;
}

/* Slide Text */
.slidetext {
	font-size:30px;
	line-height:36px;
	color:rgb(101,107,114);
}
.slidetext h2 {
	font-size:36px;
	line-height:44px;
}
.slide-textsize-big .slidetext { /* big */
	font-size:30px;
	line-height:36px;
}
.slide-textsize-big .slidetext h2 { /* big */
	font-size:36px;
	line-height:44px;
}
.slide-textsize-middle .slidetext { /* middle */
	font-size:24px;
	line-height:28px;
}
.slide-textsize-middle .slidetext h2 { /* middle */
	font-size:30px;
	line-height:36px;
}
.slide-textsize-small .slidetext { /* small */
	font-size:20px;
	line-height:24px;
}
.slide-textsize-small .slidetext h2 { /* small */
	font-size:26px;
	line-height:32px;
}
.slide-textsize-mini .slidetext { /* mini */
	font-size:16px;
	line-height:20px;
}
.slide-textsize-mini .slidetext h2 { /* mini */
	font-size:20px;
	line-height:24px;
}


.hjuslide .slidetext.left {
 	left:0;
}
.hjuslide .slidetext.right {
 	right:0;
}
.hjuslider-images img {
	width:100%;
	height:auto;
}
.hjuslide .more {
	border: 1px solid rgb(101,107,114);
	background-color: rgba(101,107,114,0.2);
	font-size:20px;
	line-height:20px;
	padding:4px 8px;
	color:rgb(101,107,114);
	display:inline-block;
	margin-top:8px;
}
.hjuslide .more:hover {
	background-color: rgba(101,107,114,0.4);
}

/* hides all slides except the first one to avoid flickering */
.hjuslides  .hjuslide:nth-child(n+2) {
	display:none !important;
}





/* * * * * * * * * * Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: calc(50% - 25px);

    display: block;

    width: 50px;
    height: 50px;
    border-radius:25px;
	box-sizing:border-box;
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: var(--lightblue);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color:rgba(31, 99, 255, 0.8);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev {
    left: 20px;
    z-index:1001;
}

.slick-prev:before {
    content: '';
}
.slick-next {
    right: 20px;
}
.slick-next:before {
    content: '';
}

.sliderarrow-next,
.sliderarrow-previous {
	height:30px;
	width:auto;
}
.sliderarrow-next {
	margin-left:3px;
}
.sliderarrow-previous {
	margin-right:3px;
}


/* * * * * * * * * *  Dots */

.slick-dotted.slick-slider
{
    /*margin-bottom: 30px;*/
}

.slick-dots
{
    position: absolute;
    display: block;
    padding: 0;
    list-style: none;
    text-align: center;
    /*margin: -40px 0 0 0;*/
    bottom:-30px;
    width: 100%;
    box-sizing:border-box;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 40px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before {
    content: '';
    font-size: 70px;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
	border:2px solid var(--lightblue);
	border-radius:10px;
    
    text-align: center;

    opacity: 1;
    color: var(--darkblue);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    background-color: var(--lightblue);
}


@media only screen and (min-width: 1900px) {
	.hjuslide .slidetext {

	}
}
@media only screen and (max-width: 1700px) {
	.hjuslider-text h2 { 

	}
}
@media only screen and (max-width: 1600px) {
	.hjuslide-wrapper .hjuslider-images {
	  /*width: 65vw;*/
	}
	.hjuslide-wrapper .hjuslider-text {

	}
	.hjuslider-text h2 { 

	}

}
@media only screen and (max-width: 1500px) {
	.hjuslide-wrapper .hjuslider-text {

	}
	.hjuslider-text h2 { 

	}


}
@media only screen and (max-width: 1199px) {
	.hjuslide-wrapper .hjuslider-images {
	  	/*width: 60vw;*/
	}
	.hjuslide-wrapper .hjuslider-text {

	}
	.slidetext {

	}
	.hjuslide-wrapper {
		width:100%;
		box-sizing:border-box;
		left:0;
		transform:none;
		
	}
	.hjuslide .slidetext.right {
		right:40px;
	}
	.hjuslide .hjuslide-wrapper.content-width .slidetext.right {
		right:0;
	}
	.hjuslider-images img {
	  width: 100%;
	  height: auto;
	}
	.slide-bodytext {
		font-size:20px;
		line-height:26px;
	}
	.hjuslide .more {
		font-size:20px;
		line-height:20px;
		padding:4px 8px;
		margin-top:8px;
	}
}
@media only screen and (max-width: 1070px) {
	.slick-track {

	}
	.hjuslide-wrapper {
		overflow:initial;
		display:block;
		
	}
	.hjuslide-wrapper .hjuslider-images {
	  width: 100vw;
	}
	.hjuslide-wrapper .hjuslider-text {

	}
	.hjuslider-link {
	  margin-top: 20px;
	}
}
@media only screen and (max-width: 1024px) {
	.hjuslide-wrapper .hjuslider-text {
		padding:20px 20px 30px 20px;
	  left: 0;
	  right: 0;
	  bottom: 0;
	}
}
@media only screen and (max-width: 900px) {
	
	.hjuslider-images figure {
		width:auto;
		overflow:hidden;
		position:relative;
	}
	.hjuslider-images figure img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}


	
	.slide-bodytext {
		font-size:16px;
		line-height:20px;
	}
	.hjuslide .more {
		font-size:16px;
		line-height:16px;
		padding:4px 8px;
		margin-top:8px;
	}
	
}

@media only screen and (max-width: 768px) {
	

}
@media only screen and (max-width: 600px) {
	.hjuslider-images figure {

	}
	.hjuslider-text h2 { 
		font-size:32px;
		line-height:42px;
	}
	.hjuslide figcaption {
	  font-size: 12px;
	}
}
@media only screen and (max-width: 440px) {
	
	.hjuslider-text h2 { 
		font-size:30px;
		line-height:38px;
	}
	.hjuslider-text h3 { 
		font-size:24px;
		line-height:32px;
	}
}