@import url("https://fonts.googleapis.com/css?family=Open+Sans");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

body {
  box-sizing: border-box;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

.vet {
	font-weight: bolder;
}
.cursief {
	font-style: italic;
}
.normaal {
  font-weight: normal;
}
.bs-paars {
  color: #A627E2;
}
.bs-blauw {
  color: #4DAFE4;
}
.bs-ul {
	margin-left: 3rem;
}
.bs-waarschuwing {
	text-transform: uppercase;
}
.titel {
  font-size: 2rem;
  text-align: center;
  color: #222;
  margin: 2rem;
}
.privacy-hoofdtitel {
  font-size: 3rem;
  text-align: left;
  color: #222;
  font-weight: bold;
  margin-bottom: 2rem;
}
.privacy-subtitel {
  font-size: 2rem;
  text-align: left;
  color: #222;
  font-weight: bold;
}
.tekst {
  font-size: 1rem;
  text-align: left;
  color: #555;
}
.kleine-tekst {
  font-size: .8rem;
  color: #555;
}
.salonfoto {
	text-align: center;
	margin: 1rem 0;
}
.container {
    max-width: 1920px;
}
.header {
  background-color: #fff;
  background-image: url('../images/bg-header-01.png');
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0;
  margin: 0;
  
}
.custom-toggler.navbar-toggler {
  border-color: rgb(255,102,203);
} 
.navbar-brand img {
  min-width: 100px;
}
.bs-logotekst {
  font-size: 2.5rem;
  line-height: 2rem;
  letter-spacing: -2px;

}
.navbar {
  vertical-align: top;
  margin: 0 5rem;
}
.nav-link {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	letter-spacing: 1px;
	color: #222;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
}
#navbarNav {
	margin-top: 30px;
	align-self: flex-start;
}
.bs-actie-button {
    background: rgb(162,44,216);
    background: linear-gradient(90deg, rgba(162,44,216,1) 0%, rgba(76,145,221,1) 100%);
    padding: .5rem 1rem;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 2rem;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}
.bs-actie-button:hover {
    background: rgb(76,145,221);
    background: linear-gradient(90deg, rgba(76,145,221,1) 0%, rgba(162,44,216,1) 100%);
	  text-decoration: none;
}
.bs-button {
  background: rgb(162,44,216);
  background: linear-gradient(90deg, rgba(162,44,216,1) 0%, rgba(76,145,221,1) 100%);
    padding: 1rem 4rem;
    color: #fff;
    font-size: 1.1rem;
    border-radius: .3rem;
    border: 0;
    cursor: pointer;
}
.bs-button:hover {
  background: rgb(76,145,221);
  background: linear-gradient(90deg, rgba(76,145,221,1) 0%, rgba(162,44,216,1) 100%);
  color: #fff;
  text-decoration: none;
}
.bs-playbutton {
	width: 37px; 
	color: #4C91DD;
}
.bs-hr {
  color: #fff;
  border: 1px solid #fff;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
.div-footer-1 {
  background-color: #fff;
  background: url('../images/bg-footer-01.png') no-repeat; 
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding-left: 8rem;
  padding-right: 8rem;
  padding-top: 8rem;
  padding-bottom: 2rem;
  margin: 0;
  height: 429px;
}
.footer-blokjes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.footer-blok {
	padding: .5rem;
}
.div-footer-2 {
  display: flex;
  justify-content: space-around;
  background-color: #f5f5f5;
  color: #666;
  padding: 2rem;
  margin: 0;
}
.footer-iconen {
  display: block;
  text-align: center;
}
.footer-iconen a {
  margin: 0 1rem;
}
.footer-link {
  color: #fff;
  text-decoration: none;
}
.footer-link:hover {
  color: #ccc;
  text-decoration: none;
}


.sub-heading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 32px;
    line-height: 40px;
    color: #999999;
    margin-bottom: 25px;
    text-align: left;
}
.bs-kleur {
	color: #8B05BA;
}

/* MEDIAQUERIES */

@media (max-width: 1280px) {
	.nav-link {
		margin-left: 6px;
		margin-right: 6px;
	}
}

@media (max-width: 1024px) {
	.navbar-brand img {
		position: absolute;
		max-width: 60px;
	}
  .navbar {
    padding-bottom: 2rem;
  }
	.bs-actie-button {
		padding: .3rem .7rem;
		letter-spacing: 0;
	}
}

@media (max-width: 800px) {
  .navbar {
    margin: 0;
  }
  .navbar-nav {
    margin-bottom: 1rem;
  }
  .footer-blokjes {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
  }
  .footer-blok {
    text-align: center;
    margin-bottom: 1rem;
  }
  .div-footer-1 {
    background: url('../images/bg-footer-02.png') no-repeat; 
    background-position: left top;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 8rem;
    padding-bottom: 0;
    height: 900px;
  }
  #navbarNav {
    margin-top: 0;
  }
  .navbar-brand img {
    position: absolute;
    max-width: 40px;
  }
  .navbar {
    padding-bottom: 2rem;
  }
	.titel {
	  font-size: 1.5rem;
	  margin: 1rem;
	}
	.bs-button {
		padding: .5rem 1rem;
		font-size: .8rem;
	}
	.bs-playbutton {
		width: 24px; 
	}
}