html {
	font-size: 16px;
	text-size-adjust: none;
}

body {
	overflow-x: hidden;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0px;
	margin: 0;
	min-height: 100vh;
	font-family: 'Noto Serif', serif;

	background-color: #ffffff;
}

::-webkit-scrollbar {
display: none;
}

#viernulvier_link {
	color: #93877d;
}

 .backdrop {
    height: 35vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 50%;
	position: relative;

}

.home {
    background-image: url("lib/IMG/relax.jpg");
}

.prijzen {
    background-image: url("lib/IMG/relax.jpg");

}



.contact {
    background-image: url("lib/IMG/maps.jpg");
}

.sfeer {
    background-image: url("lib/IMG/relax.jpg");
}

.navbar-flexbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	overflow: hidden;
  margin-top: 1rem;
	background-color: white;
}

.navbar-flexbox .navitem {
	color: #666666;
	text-align: center;
	text-decoration: none;
  font-weight: bold;
	font-size: 1.6rem;
	cursor: pointer;
	padding: 5px 35px;
  font-family: 'Noto Serif', serif;

}

.navbar-flexbox .active.navitem {
    color: #444444;
}

.navbar-flexbox .navitem:hover {
	color: #444444;
}

.navitem .active  {
    color: #444444;
}


.logo{
    text-align: center;
    margin-top: 1rem;

}

.logo #nav-logo {
	max-width: 80vw;
	height: 4.3rem;
	padding-bottom: 1rem;
	border-bottom: 3px solid #a2958b;
}

.logo #nav-logo-container {
	max-width: 100vw;
	height: 100%;
	position: relative;
	cursor: pointer;

}

.flex-right {
	flex-grow: .5;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: row;
}

.footer-flexbox {
	display: flex;
	flex-direction: column;
    background: linear-gradient( #a2958b, white);
}

.footer-flexbox .fancyrowstitle h1 {
    color: white;
    text-align: center;
}

.footer-flexbox h3{
    text-align: left;
}

.footer-flexbox h2{
    text-align: center;
    color: white;
    margin: 2rem 0px;
    font-family: 'Righteous', cursive;
	font-size: 3rem;
    font-weight: normal;
}

.footer-flexbox h3{
    text-align: center;
    color: #222222;
    margin: .5rem 0px;
    font-family: 'righteous', cursive;
	font-size: 2rem;
    font-weight: normal;
}

.footer-flexbox p {
	text-align: left;
    color: black;
    margin: .5rem 0px;
    padding: 14px 50px;
    font-family: 'righteous', cursive;
	font-size: 1.7rem;
    font-weight: normal;
}

.footer-flexbox a {
	border: none;
	padding: 0;
	text-align: center;
	color: white;
}

.footer-flexbox b {
    color: white;
    text-align: left
}

.footer-flexbox b {
    color: black;
    text-align: left
}


@media (max-width: 600px) {
	.qSlider {
		height: 20rem;
	}
}

@media (min-width: 600px) {
	.qSlider {
		height: 16rem;
	}
}

@media (min-width: 1000px) {
	.qSlider {
		height: 12rem;
	}
}


.qSlider {
		display: flex;
    width: 100%;

    font-size: 2.2rem;
    text-align: center;
    font-style: italic;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    color: grey;
    position: relative;
    bottom: .9rem;
}

.qSlider .qSliderItem {
	display: none;
	margin: auto;
}

.fancyrows {
	display: flex;
	flex-wrap: wrap;
	width: 75%;
	text-align: center;
	flex-direction: row;
	justify-content: center;
	margin: 0 auto;
    margin-bottom: 1rem;

    position: relative;
}

.indexbehandelingen .fancyrows {
    padding-top: 6rem;
    margin-bottom: 6rem;
    border-top: 4px solid #a2958b;
}

.infobar {
    background-color: #a2958b;
    height: 25vh;
    width: 100%;
}

.fancyrowstitle {
	flex: 0 0 100%;
	color: #1b9600 ;


}


.onefancyrowitem {
	max-width: 95%;
	text-align: center;
	margin: 0;
	padding: 1% 4%;
	position: relative;
    bottom: 2rem;
	width: 700px;

}

.twofancyrowsitem {
	max-width: 90%;
	text-align: center;
	margin: 0;
	margin-bottom: 1rem;
	padding: 1% 2%;
	position: relative;
	width: 20rem;

}


.threefancyrowsitem {
	max-width: 95%;
	text-align: center;
	margin: 0;
	margin-bottom: 1rem;
	padding: 1% 4%;
	position: relative;
    width: 470px;
}

.fancyrowstitle h1 {
	margin: .3rem 0px;
	font-weight: bold;
	font-size: 4rem;
    font-family: 'Noto Serif', serif;
    color: #666666;
}


.fancyrowstitle h2 {
	margin: .5rem 0px;
	margin-top: 0;
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	font-size: 2rem;
	color: #666666;

}

.fancyrowstext h2 {
	margin: .5rem 0px;
    font-family: 'Noto Serif', serif;
	font-size: 2.1rem;
    font-weight: bold;
    font-style: italic;
    color: #444444;
    text-decoration: overline;
    text-align: center;
}



.fancyrowstext h3 {
	margin: .5rem 0px;
	font-size: 1.9rem;
    color: #444444;
    text-align: center;

}



.fancyrowstext p {
	margin: .5rem 0px;
	text-align: left;
	font-size: 1.4rem;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    color: #333333;
}

.fancyrowstext a {
	margin: .5rem 0px;
    color: white;
    font-family: 'Noto Serif', serif;
}

.indexlist li{
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333333;
}


.producten a {
    font-size: 1.5rem;
    border-bottom-left-radius: 100% 100%;
    border-bottom-right-radius: 100% 100%;
    background-color: #a2958b;
    text-align: center;
    padding: .3rem 2rem;
    box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.2);
}


.fancyrowstext th, .fancyrowstext td {
	padding: .2rem .8rem;
}

.fancyrowstext th {
	font-size: 1.1rem;
}


strong {
    color: #a2958b;
    font-weight: bold;
}

.behandelingen h3 {
    text-align: center;
    text-decoration: overline;
    font-size: 2.1rem;
}

.behandelingen h1 {
    margin-top: 1.5rem;
}


.icons {
    font-size: 2rem;
    margin-right: 1rem;
}

.fab {
    font-size: 4rem;
    color: #a2958b;
    margin: 0rem 1rem;

}

.fab:hover {
    color: #666666;
}

.far{
    color: #a2958b;
    font-size:1.9rem;
    position: relative;
    top: .1rem;
}

.symbol {
    width: 20rem;
}

.fancylogo {
	width: 17rem;
	float: right;
}

.indexlogo {
	width: 500px;
	float: right;
    border-radius: 25%;
    border: 4px solid #93877d;
    box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);
}

.persoon {
	width: 240px;
	float: right;
    border: 4px solid #93877d;
    border-radius: 50%;
    box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);
}

.logo-bottom{
    max-width: 80vw;
	height: 4.3rem;
}

/* #producten {
    width: 100%;
    background-color: #a2958b;
background-image: url("data:image/svg+xml,%3Csvg width='32' height='64' viewBox='0 0 32 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28h20V16h-4v8H4V4h28v28h-4V8H8v12h4v-8h12v20H0v-4zm12 8h20v4H16v24H0v-4h12V36zm16 12h-4v12h8v4H20V44h12v12h-4v-8zM0 36h8v20H0v-4h4V40H0v-4z' fill='%23ffffff' fill-opacity='0.67' fill-rule='evenodd'/%3E%3C/svg%3E");
    height: 4.2rem;
} */

.fancywall {
    width:100%;
    height: 6rem;
background-color:#a2958b;
background-size: 64px 128px;
}

#productimage{
    width: 15rem;
    height: 14rem;
    border: solid 3px #93877d;
    border-radius: 20%;
    box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.3);
}

.popup_image {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    border: #93877d solid 4px;
    background-position: center;
    background-size: cover;
    margin: auto;
    box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.3);
}

.popup_image_sfeer {
		width: 100%;
    border-radius: 3%;
    border: #000000 solid 4px;
    background-position: center;
    background-size: cover;
    margin: auto;
    box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.3);
}

.behandelingimage {
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    border: #93877d solid 4px;
    background-position: center;
    background-size: cover;
    margin: auto;
    box-shadow: 0px 3px 9px 2px rgba(0,0,0,0.3);
}

.behandelingimage:hover {

}

.behandelingimage#sport {
    background-image: url('lib/IMG/sport.jpg');
}

.behandelingimage#sport:hover {
    background: linear-gradient(rgba(68,68,68,0.3),rgba(68,68,68,0.3)), url('lib/IMG/sport.jpg') center;
    background-size: cover;
    cursor: pointer;
}

.behandelingimage#bindweefsel {
    background-image: url('lib/IMG/bindweefsel.jpg');
}

.behandelingimage#bindweefsel:hover {
    background: linear-gradient(rgba(68,68,68,0.3),rgba(68,68,68,0.3)), url('lib/IMG/bindweefsel.jpg') center;
    background-size: cover;
    cursor: pointer;
}

.behandelingimage#cupping {
    background-image: url('lib/IMG/cupping.jpg');
}

.behandelingimage#cupping:hover {
    background: linear-gradient(rgba(68,68,68,0.3),rgba(68,68,68,0.3)), url('lib/IMG/cupping.jpg') center;
    background-size: cover;
    cursor: pointer;
}

.behandelingimage#voet {
    background-image: url('lib/IMG/voet.jpg');
}

.behandelingimage#voet:hover {
    background: linear-gradient(rgba(68,68,68,0.3),rgba(68,68,68,0.3)), url('lib/IMG/voet.jpg') center;
    background-size: cover;
    cursor: pointer;
}

.behandelingimage#head {
    background-image: url('lib/IMG/head.jpg');
}

.behandelingimage#head:hover {
    background: linear-gradient(rgba(68,68,68,0.3),rgba(68,68,68,0.3)), url('lib/IMG/head.jpg') center;
    background-size: cover;
    cursor: pointer;
}

.behandelingimage#cosmetisch {
    background-image: url('lib/IMG/cosmetisch.jpg');
}

.behandelingimage#cosmetisch:hover {
    background: linear-gradient(rgba(68,68,68,0.3),rgba(68,68,68,0.3)), url('lib/IMG/cosmetisch.jpg') center;
    background-size: cover;
    cursor: pointer;
}

.behandelingimage#hotstones {
    background-image: url('lib/IMG/hotstones.jpg');
}

.behandelingimage#hotstones:hover {
    background: linear-gradient(rgba(68,68,68,0.3),rgba(68,68,68,0.3)), url('lib/IMG/hotstones.jpg') center;
    background-size: cover;
    cursor: pointer;
}

.behandelingimage#kinesiotaping {
    background-image: url('lib/IMG/kinesiotaping.jpg');
}

.behandelingimage#kinesiotaping:hover {
    background: linear-gradient(rgba(68,68,68,0.3),rgba(68,68,68,0.3)), url('lib/IMG/kinesiotaping.jpg') center;
    background-size: cover;
    cursor: pointer;
}

.behandelingimage#algemeen {
    background-image: url('lib/IMG/algemeen.jpg');
}

.behandelingimage#algemeen:hover {
    background: linear-gradient(rgba(68,68,68,0.3),rgba(68,68,68,0.3)), url('lib/IMG/algemeen.jpg') center;
    background-size: cover;
    cursor: pointer;
}

.behandelingimage#nekschoudermassage {
    background-image: url('lib/IMG/nekschoudermassage.jpg');
}

.behandelingimage#nekschoudermassage:hover {
    background: linear-gradient(rgba(68,68,68,0.3),rgba(68,68,68,0.3)), url('lib/IMG/nekschoudermassage.jpg') center;
    background-size: cover;
    cursor: pointer;
}

.behandelingimage#thom {
    background-image: url('lib/IMG/thom.jpg');

}

.behandelingimage#thom:hover {
    background: linear-gradient(rgba(68,68,68,0.3),rgba(68,68,68,0.3)), url('lib/IMG/thom.jpg') center;
    background-size: cover;
    cursor: pointer;
}

.behandelingimage#karen {
    background-image: url('lib/IMG/karen.jpg');
}

.behandelingimage#karen:hover {
    background: linear-gradient(rgba(68,68,68,0.3),rgba(68,68,68,0.3)), url('lib/IMG/karen.jpg') center;
    background-size: cover;
    cursor: pointer;
}

.popup-blur {

}

.popup-background {
	visibility: hidden;
	width: 100vw;
	height: 100vh;
	position: fixed;
    z-index: 1;

}

.popup {
    display: flex;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 2;
    justify-content: center;
    align-items: center;



}

.popup-content {
    background-color: rgba(237, 237, 237, 0.8);
    padding: 1rem 2rem;
		box-sizing: border-box;
    box-shadow: 0px 3px 7px 5px rgba(0,0,0,0.2);
    max-height: 90vh;
		overflow: auto;
}

#popup-image {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

#popup-subtitle {
    border-top: solid #444444 3px;
    padding-top: .4rem;
}

#popup-list {
    border-top: solid #444444 3px;
    padding-top: 1rem;
    margin-bottom: 1rem;

}


#popup-ul-content {
    border-top: solid #444444 3px;
    padding-top: 1rem;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}



.sfeerimg img{
    width: 30rem;
    height: 20rem;
    border: solid 5px #444444;
    border-radius: 30%;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    margin: 2rem 0;
}

.bottom {
    margin-bottom: 0;
    margin-top: 1rem;
}

.footer {
	margin: 0 1rem;
	width: calc(100% - 2 * 1rem);
}

.footer .twofancyrowsitem {
	margin-bottom: 0;
	width: 500px;
}

.center-vertical {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.center {
	text-align: center;
}

.no-center h2 {
	text-align: left;
}

.offset-10{
    width: 120px;
    min-width: 10%;
}

.offset-20 {
	width: 17rem;
	min-width: 20%;
}

.offset-30 {
	width: 360px;
	min-width: 30%;
}

.offset-40 {
	width: 500px;
	min-width: 30%;
}

.offset-50 {
	width: 600px;
	min-width: 50%;
}

.offset-60but50 {
	width: 30rem;
	min-width: 50%;
}

ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;

}

li {
    text-align: center;
    text-decoration: none;
    font-size: 1.3rem;


}

.return {
    color: black;
    font-weight: bold;
    margin-top: 1rem;
    font-size: 2.4rem;


}

.return:hover {
    cursor: pointer;
    color: #555555;
}




.dropdown-content {
    display: none;
    position: absolute;
    background-color: #a2958b;
    min-width: 157px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    border-bottom-left-radius: 100% 90%;
    border-bottom-right-radius: 100% 90%;
    padding-bottom: .3rem;
    border-bottom: 4px #777777 solid;
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #e5d9d0;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    text-align: center;
}

.dropdown-content a:hover {
    color: #444444;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.navitem a{
    color: #e5d9d0;
    text-decoration: none;
}

.navitem a:hover {
    color: #444444;
    cursor: pointer;
}

.navprijzen a:active {
    color: #444444;
}



a .icons{
    color: #222;
}
/*

The following css items are also supported but disabled by default

.user_input, .user_input_button {
	padding: 2px 5px;
	max-width: 6em;
	text-align: left;
	font-size: 0.8rem;
	border-radius: 1rem;
	background-color: #ffffff;
	color: #000000;
	border-color: #f4f4f4;
}

.user_input:focus, .user_input:hover {
	outline: none;
	background-color: #edffeb;
	color: #136600;
}

.user_input_button:hover {
	background-color: #edffeb;
	color: #136600;
}

.user_input_button:focus {
	outline: none;
}

.user_input_button.active {
	background-color: #178200;
	color: #ffffff;
}

.user_input_p {
	line-height: 1.6rem;
}

.save_calc_result {
	font-size: 1.2rem;
	background-color: #178200;
	color: #ffffff;
}

.clear_saved_results {
	background-color: #ff2222;
	color: #ffffff;
}

*/
