@import url('https://fonts.googleapis.com/css2?family=Raleway&family=Teko:wght@700&display=swap');
html {
	overflow-y: scroll;
}
body {
	color: #555;
	font-size:1.7em;
	font-family: 'Raleway', sans-serif;
	margin: 0;
	padding: 0;
	padding-right: 0!important;
	background: #fff;
}
img {
	max-width: 100%;
	height: auto!important;
}
.img_l {
	padding: 0.5% 1% 0 0;
}
.img_r {
	padding: 0.5% 0 0 1%;
}
a,
a:visited,
a:focus,
a:active,
a:hover {
    outline:0 none !important;
	text-decoration:none;
}
*:focus, *:visited, *:active, *:hover  {
	outline:0 !important;
}
*::-moz-focus-inner {
	border:0;
}
button::-moz-focus-inner {
	border: 0;
}
h1, h2 {
	font-family: 'Teko', sans-serif;
	color: #5b7595;
}
.breadcrumb {
	font-size:85%;
	width: 100%;
	border-radius:0;
}
.page-header {
	text-align:center;
}
blockquote {
    padding: 15px 35px;
    margin: 0 0 15px;
    font-size: 20px;
    border: none;
}
blockquote::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f10d";
    position: absolute;
    font-size: 26px;
    left: 15px;
    margin-top: -10px;
    color: #A11F36;
}
blockquote p::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f10e";
    position: absolute;
    font-size: 26px;
    color: #A11F36;
    padding: 5px 0 0 10px;
}
.beauty {
    background: #80378d;
    width: 100%;
    height: 42px;
    padding: 8px 0;
    padding-right: 0px;
	color: #fff;
}
.beauty::before {
    content: "\f228";
    font-family: FontAwesome;
    padding: 0 15px;
    display: inline-block;
}
a.knop:hover {
    text-decoration: none;
    opacity: 90%;
}
a.knop {
    display: inline-block;
    color: #fff;
    text-align: left;
}
/*flex tabel*/
.buiten {
    display: flex;
    max-width: 800px;
    margin: 0;
}
.binnen {
	flex-grow: 1;
	padding: 5px;
	border: 1px solid #444750;
	width: 33%;
	margin: 1px;
	font-size: 0.9em;
}
.binnen p {
	margin: 0;
}
@media (max-width: 1199px) {
	.buiten {
		flex-wrap: wrap;
	}
	.binnen {
		flex: 1 0 95%;
	}
}
/*einde flex tabel*/
.container-fluid {
	overflow: hidden;
}
.page-1 .nopadding {
	padding: 0 15px;
}
.nopadding {
	padding: 0;
}
.top {
	background: #333333;
	color: #fff;
	padding: 10px 0;
	font-size: 80%;
	height: 40px;
	line-height: 20px;
	letter-spacing: 0.5px;
}
.top a,
.top a:hover {
	color: #fff;
}
.page-1 .top {
	line-height:40px;
}
.telefoon:before {
	content: "\f2a0";
	font-family: FontAwesome;
	font-size: 18px;
	padding-right: 8px;
	color: #A11F36;
}
.email:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 18px;
	padding-right: 8px;
	color: #A11F36;
}
.wrap {
	max-width: 1170px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.row.equal {
		display: flex;
		flex-wrap: wrap;
	}
	#wrapper {
		display: -webkit-flex;
		display: flex;
		margin: 30px 0 0;
		font-family: 'Teko', sans-serif;
		font-size: 30px;
		border: 1px solid #ddd;
		padding: 15px;
		background:url(https://www.kapsalonmarum.nl/media/minihero/image-12.jpg) no-repeat center;
		background-size: cover;
	}
	#wrapper:before,
	#wrapper:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 15px;
		right: 15px;
		opacity: 0.5;
		margin: 30px 0 0;
		border: 16px solid #fcfdfb;
	}
	#wrapper .far,
	#wrapper .fas {
		position: absolute;
		margin-top: -80px;
		color: #A11F36;
	}
	.a, .b {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.a div, .b {
		-webkit-flex: 1 0 100%;
		flex: 1 0 100%;
	}
	.a, .b {
		-webkit-flex: 1 1 50%;
		flex: 1 1 50%;
		z-index: 1;
	}
	.een {
		border: 1px solid #7c8999;
	}
	.twee {
		border-left: 1px solid #7c8999;
		border-right: 1px solid #7c8999;
	}
	.drie {
		border: 1px solid #7c8999;
	}
	.een, .twee, .drie {
		padding-top: 40px;
		cursor:pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(41, 44, 47, 0.67);
		color: #fcfdfb;
	}
	.een:hover,
	.twee:hover,
	.drie:hover	{
		background: rgba(41, 44, 47, 0.9);
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.mobiel {
		display: none;
	}
}
@media (max-width: 767px) {
	.mobiel {
		background: #A11F36;
		padding: 20px;
		border-radius: 8px;
		color: #fff;
		text-transform: uppercase;
		text-shadow: none;
		font-weight: 100;
		box-shadow: 2px 2px 3px #222;
	}
	.mobiel::before {
		content: "\f0c4";
		font-family: FontAwesome;
		font-size: 30px;
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		padding-right: 5px;
		display: inline-block;
	}
	#wrapper {
		margin-top: 15px;
	}
	.a {
		display: none;
	}
}
.linkshalf {
	border: 1px solid #ddd;
	padding: 15px;
	background: #fcfdfb;
}
.page-1 .lr {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(244,243,240,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(244,243,240,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(244,243,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f4f3f0',GradientType=0 );
	padding-bottom: 15px;
	margin-top:0;
}
.lr {
	background: -moz-linear-gradient(top,  rgba(194, 211, 217, 0.5) 0%, rgba(244,243,240,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(194, 211, 217, 0.5) 0%,rgba(244,243,240,1) 100%);
	background: linear-gradient(to bottom, rgba(194, 211, 217, 0.5) 0%,rgb(244, 243, 240) 100%)
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f4f3f0',GradientType=0 );
	padding: 45px 0;
	margin-top:15px;
}
/*menu*/
.home {
	position:absolute;
	padding: 27px 5px 27px 0;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-default {
    background-color: #7c8999;
	border-color: transparent;
	min-height: 60px;
}
.navbar {
    border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #fff;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-toggle {
    background: #fff;
	box-shadow: none;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
@media (min-width: 768px) {
	.navbar {
		display: flex;
		align-items: center;
		justify-content: center;
}
	.navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
/*affix*/
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.navbar.affix {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    border: 0;
    margin-top: 0;
    padding-top: 0px;
    border-radius: 0;
}
.affix-placeholder {
    display: none;
}
.navbar.affix + .affix-placeholder {
    display: block;
    visibility: hidden;
}
.affix + .container {
    padding-top:70px;/*verticalebump*/
}
/*einde affix*/
/* submenu */
.sub {
	border: 1px solid #ddd;
	padding: 15px;
	background: #fcfdfb;
}
.submenu {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}
.submenu a {
	display: block;
	background: #7c8999;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 100%;
	display: flex;
    align-items: center;
}
@media (min-width:768px) {
	.submenu a {
		padding: 5%;
	}
}
@media (max-width:767px) {
	.submenu a {
		padding: 2%;
	}
}
.submenu a:hover {
	background: #e3e3e3;
	text-decoration: none;
	transition: all 0.4s ease-in-out 0s;
}
.submenu.active a, .submenu.active a:focus{
	background: #e3e3e3;
	color: #3c4857;
}
.submenu.active .fa {
	color: #A11F36;
}
.submenu:last-child a {
	margin-bottom: 5px;
}
/* einde submenu */
footer {
    left: 0;
    bottom: 0;
	padding: 15px;
    height: calc(100% - 200px);
    width: 100%;
	background: #333;
	color: #ccc;
	font-size:85%;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
#return-to-top {
    position: fixed;
    bottom: 100px;
	right:0;
    display: block; 
	display: none;
	transition: all 0.3s ease;
	background: rgba(0,0,0,.5);
	padding: 15px;
	border-radius: 4px 0 0 4px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a#return-to-top {
	color:#fff!important;
}
.mid {
	margin:15px auto;
	padding: 30px 0;
	text-align: center;
	background: #fcfdfb;
	border: 1px solid #ddd;
}
.mid h2 {
	margin: 0;
}
@media (min-width:768px) and (max-width:1024px) {
	.mid h2 {
		font-size: 3vw;
	}
}
@media (min-width:520px) and (max-width:767px) {
	.mid h2 {
		font-size: 3.5vw;
	}
}
@media (min-width:320px) and (max-width:519px) {
	.mid h2 {
		font-size: 5vw;
	}
}
#kappermarum37 {
	display: flex;
    align-items: center;
}
.item-1, 
.item-2, 
.item-3 {
	position: absolute;
	display: block;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	width: 50%;
}
.item-1{
	animation-name: anim-1;
}
.item-2{
	animation-name: anim-2;
}
.item-3{
	animation-name: anim-3;
}
@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}
@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}
@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}