/*
    Document   : EditYourWeb stylesheet
    Author     : Thar Design
    Description: Stylesheet for template Studioleon
	
	Colors:
	purple: #59114d
	orange: #e98a15
	grey: #ece5f0
	zwart: #003b36
*/
* {
	margin: 0;
}
html, body{
	font-family: 'Poppins', sans-serif;
	overflow-x:hidden;
}
html {
	position: relative;
	min-height: 100%;
}
body{
	/* Margin bottom by footer height */
	margin-bottom: 50px;
    font-size: 1.5rem;
    line-height: 1.75;
    color: #000;
    margin: 0;
    padding: 0;	
}
h1 {
    font-size: 3.5rem;
    margin-top: 0px;
}
h2 {
	font-size: 2.4rem;
	line-height: 1.25;
}
h3 {
  font-size: 2rem;
  line-height: 1.5;
}
h4 {
  font-size: 1.7rem;
  line-height: 1.76;
}
a, a:hover, a:visited {
	color: #005d5f;
}
.btn-default, .btn-primary {
	color: #fff!important;
}
.black {
	color: #000;
	text-decoration: none;
}
hr {
	clear: both;
}
.clearfix {
    clear: both;
}
.sidebar {
	height: 100%; /* Full-height: remove this if you want "auto" height */
	width: 16.66%; /* Set the width of the sidebar */
	position: fixed; /* Fixed Sidebar (stay in place on scroll) */
	z-index: 1; /* Stay on top */
	top: 0; /* Stay at the top */
	left: 0;
	overflow-x: hidden; /* Disable horizontal scroll */
}
.sidebar-logo {
	margin-top: 50px;
}
.sidebar .social-media {
    position: absolute;
    left: 40%;
    right: 40%;
    bottom: 25px;
    z-index: 1;
}
.mint {
	background-color: #a0a69617;
}
.green {
	fill: #005d5f;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border: solid #005d5f 5px;
}
.padding-xl {
    padding-left: 5rem;
    padding-right: 5rem;
}
.showmobile .social-media {
	margin-top: 25px;
}
.showmobile svg {
    max-width: 25px;
    max-height: 25px;
}
.showmobile .logo {
	margin: 20px 0px;
}
.contents{
	padding: 80px 0;
}
.btn-default {
    background-color: #000;
    border-color: #000;
	color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
}
.btn-default:hover {
    background-color: #005d5f;
    border-color: #005d5f;
	color: #fff;	
}
.btn-primary {
    background-color: #9fa695;
    border-color: #9fa695;
    border-radius: 20px;
    padding: 10px 20px;
}
.btn-primary:hover {
    background-color: #005d5f;
    border-color: #005d5f;
}
/* HEADER */
.header, .header a{
	color: #000000;	
}
.header .container{
	padding: 0;
}

@media (min-width: 768px) and (max-width:991px){
	.container {
		width:100%;
	}
	.navbar {
		margin-top: 10px;
	}
}
.backbar {
	width: 100%;
}
.back {
    margin-left: 80px;
    margin-top: 50px;
}
/* == SLIDESHOW > HEADER == */
/* >>Arrows: different position & using images */
.slick-prev, .slick-next {
    top: 75%;
}
.slick-prev:before, [dir='rtl'] .slick-prev:before, .slick-next:before, [dir='rtl'] .slick-next:before {
    content: none;
}
.slick-arrow {
	width: 42px;
	height: 42px;
	opacity: .75;
}
.slick-prev {
	background: url(../img/prev.png) no-repeat;
	left: 5px;
}
.slick-next {
	background: url(../img/next.png) no-repeat;
	right: 5px;
}
.slick-prev:hover, .slick-prev:focus {
	background: url(../img/prev.png) no-repeat;
	opacity: 1;
}
.slick-next:hover, .slick-next:focus {
	background: url(../img/next.png) no-repeat;
	opacity: 1;
}

/* >>Dots: different position & colors */
.slick-dots {
    position: absolute;
	right: 20px;
    text-align: right;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: .75;
}
.slick-dots li button:before {
    opacity: 1;
    color: #ffffff;
}

/* slick squares */
.slick-dots li button:before {
	background-color: #ffffff;
	content: "";
	width: 15px;
	height: 15px;
}
.slick-dots li.slick-active button:before {
	background-color: #e9e4e3;
}

/* >>Captions: correspond with captionTypes in Settings */
.headertitle {
	color: #ffffff;
	position: absolute;
	left: 10%;
	line-height: 1em;
	margin-bottom: 50px;
}
.headertext {
	color: #ffffff;
	position: absolute;
	left: 10%;
}
.headerbutton {
	color: #ffffff;
	position: absolute;
	background-color: #000;
	border-radius: 30px;
    padding: 10px 20px;
	left: 10%;
}
.headerbutton:hover {
	background-color: #005d5f;
}
.headerbutton a {
	color: #fff;
}
.headerbutton a:hover {
	text-decoration: none;
}
.round {
	position: absolute;
	left: -35px;
	z-index: 2;
}
.round2 {
	position: absolute;
	left: -50px;
	z-index: 2;
	margin-top: -25px;
}
@media (min-width: 1600px) {
	.round {
		top: 625px;
	}
	.headertitle {
		font-size: 60px;
		bottom: 35%;
	}
	.headertext {
		font-size: 16px;
		width: 50%;
		bottom: 26%;
	}
	.headerbutton {
		font-size: 16px;
		bottom: 15%;
	}
}
@media (min-width: 1200px) and (max-width: 1599px) {
	.round {
		top: 370px;
	}
	.headertitle {
		font-size: 40px;
		bottom: 40%;
	}
	.headertext {
		font-size: 16px;
		width: 75%;
		bottom: 30%;
	}
	.headerbutton {
		font-size: 16px;
		bottom: 20%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.round {
		top: 290px;
	}
	.headertitle {
		font-size: 35px;
		bottom: 40%;
	}
	.headertext {
		font-size: 14px;
		width: 90%;
		bottom: 30%;
	}
	.headerbutton {
		font-size: 16px;
		bottom: 15%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.round, .round2 {
		display: none;
	}	
	.contents .content .step {
		min-height: auto;
		margin-bottom: 40px;
	}
	.headertitle {
		font-size: 35px;
		bottom: 40%;
	}
	.headertext {
		font-size: 14px;
		width: 90%;
		bottom: 30%;
	}
	.headerbutton {
		font-size: 16px;
		bottom: 15%;
	}
}
@media (min-width: 500px) and (max-width: 767px) {
	.round, .round2 {
		display: none;
	}	
	.headertitle {
		font-size: 22px;
		bottom: 40%;
	} 
	.headertext {
		font-size: 10px;
		width: 90%;
		bottom: 30%;
	}
	.headerbutton {
		font-size: 10px;
		bottom: 10%;
	}
}
@media (max-width: 499px) {
	.round, .round2 {
		display: none;
	}	
	.headertitle, .headertext, .headerbutton {
		display: none !important;
	}	
}
/* == RELATEDINFO == */
@media (max-width:991px){
	.relatedinfo0{
		margin-top: 25px;
	}
}
@media (min-width:992px){
	.relatedinfo0{
		margin-top: 25px;
		margin-bottom: 25px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.relatedinfo0 .image{
		display: flex;
		flex-direction: column;
	}
	.relatedinfo0 .content{
		padding-right: 20%;
		padding-left: 25px;
		display: flex;
		flex-direction: column;
	}
	.relatedinfo0 .name {
		margin-top: 20%;
	}
	.relatedinfo0 .text {
		position: absolute;
		bottom: 10%;
		padding-right: 20%;
		line-height: initial;
	}
}
.relatedinfo0 .content h1 {
    margin-bottom: 20px;
}
.relatedinfo0 .button{
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	background-color: #005d5f;
	border-radius: 30px;
    padding: 10px 20px;	
}
.relatedinfo0 .button:hover{
	background-color: #000;
	text-decoration: none;
}
@media(min-width:992px) and (max-width:1199px){
	.relatedinfo0 .name {
		margin-top: 0%;
	}
	.relatedinfo0 .text {
		bottom: 0%;
		padding-right: 0%;
	}	
}
@media (max-width:991px){
	.relatedinfo0 .content{
		margin: 25px 0px;
	}
	
}
.relatedinfo1{
	margin-bottom: 25px;
	padding: 25px 10px 15px;
    background-color: #000;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.relatedinfo1 .content{
	font-size: 25px;
	display: flex;
	flex-direction: column;
}
.relatedinfo1 .button{
	display: flex;
	flex-direction: column;	
}
.relatedinfo1 .button a, .relatedinfo1 .button a:hover {
	color: #fff;
	margin-top: 8px;
}
@media (max-width:991px){
	.relatedinfo1 .content{
		text-align: left;
	}
}
.grid {
    margin-left: -15px;
    margin-right: -15px;
}
.relatedinfo2 {
	padding: 15px;
}
.relatedinfo2 .image, .relatedinfo2 .image-nohover{
	min-height: 300px;
}
@media (max-width:991px){
	.relatedinfo2 .image, .relatedinfo2 .image-nohover{
		min-height: 400px;
	}
}
.relatedinfo2 .image:hover{
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.55);
}
.relatedinfo2 .image .button, .relatedinfo2 .image-nohover .button{
	display: none;
}
.relatedinfo2 .image:hover .button, .relatedinfo2 .image-nohover:hover .button{
	background-color: #fff;
	border-radius: 30px;
    padding: 10px 20px;	
	display: inline-block;
    left: 20%;
    right: 20%;
    text-align: center;
}
.relatedinfo2 .image:hover .button a, .relatedinfo2 .image-nohover:hover .button a{
	color: #000;
	text-decoration: none;
}
.relatedinfo2 .groen{
	background-color: #9fa695;
	font-size: 15px;
	padding: 25px 50px;
	min-height: 300px;
}
.relatedinfo2 .groen.content p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.2em;
	max-height: 2.4em;
	margin-top: 28px;
}
.relatedinfo2 .mauve{
	background-color: #e9e4e3;
	font-size: 15px;
	padding: 25px 50px;
	min-height: 300px;
}
.relatedinfo2 .mauve.content p{
	margin-top: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5em;
	max-height: 3em;
}
.relatedinfo2 .content{
	padding-top: 45px;
	text-align: center;
}
.relatedinfo2 .button {
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 10%;
	color: #000;
}
.relatedinfo2 .groen .button a{
	color: #fff;
	border-radius: 30px;
	font-size: 16px;
	padding: 10px 20px;
	text-decoration: none;
}
.relatedinfo2 .groen .button:hover a{
	border: 1px solid #005d5f;
}
.relatedinfo2 .mauve .button a{
	color: #000;
	font-size: 16px;
	background-color: #fff;
	border-radius: 30px;
    padding: 10px 20px;	
	text-decoration: none;
}
.relatedinfo2 .mauve .button:hover a{
	border: 1px solid #005c5e;
}

/* FOOTER */
footer{
	/* Set the fixed height of the footer here */
	height: 50px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.footer {
	height: 30px;	
}
.copyright {
	margin-top: 10px;
}
.copyright a {
	color: #000;
}

.showmobile { 
	display: none; 
}
.hidemobile { 
	display: block;
}

/* MEDIA QUERIES */
@media(max-width:991px){
    .showmobile { 
		display: block; 
	}
    .hidemobile { 
		display: none; 
	}
}
@media(max-width:767px){	
    body{
        /* Margin bottom 0 because position is relative */
        margin-bottom: 0;
    }
    footer {
        position: relative;
    }
	.header-logo a {
		width: 140px;
		height: 25px;
		background-size: 140px 25px;
	}	
}

/* Scroll-to-top */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
	background: #005c5e;
    color: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
    right: 30px;
    bottom: 55px;
    height: 60px;
    width: 60px;
	border-radius: 50%;
    line-height: 60px;	
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;	
}
.scroll-top-wrapper:hover {
	color: #fff ;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
i.fa.fa-angle-double-up {
	line-height: inherit;
	font-size: 2em;
}

@media(max-width:767px) {
	.scroll-top-wrapper {	
		right: 0px;
		bottom: 0px;	
	}
	.contents .content h3 {	
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 900px) {

}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.6rem !important;
    letter-spacing: -.07rem;
  }
}
@media only screen and (max-width: 400px) {
	.relatedinfo1, .relatedinfo2 {
		text-align: center;
	}
}