/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
@font-face {
    font-family: 'quicksandregular';
    src: url('../fonts/quicksand-regular-webfont.woff2') format('woff2'),
         url('../fonts/quicksand-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'quicksandbold';
    src: url('../fonts/quicksand-bold-webfont.woff2') format('woff2'),
         url('../fonts/quicksand-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'larsseitregular';
    src: url('../fonts/type_dynamic_-_larsseit-webfont.woff2') format('woff2'),
         url('../fonts/type_dynamic_-_larsseit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'larsseitlight';
    src: url('../fonts/type_dynamic_-_larsseit_light-webfont.woff2') format('woff2'),
         url('../fonts/type_dynamic_-_larsseit_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {
  scroll-behavior: smooth;
}
body {
	font-family: 'larsseitregular';
	font-size: 15px;
	line-height: 1.45em;
	color: #463d3c;
	background: url('../img/Balans_BG.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 12.5% 0;
}
h1, h2, h3 {
	font-family: 'quicksandregular';
	margin: 0 0 20px;
}
a {
	color: #463d3c;
	text-decoration: underline;
}
a:hover {
    color: #5c5050;
    text-decoration: none;
}
.clearer {
	display: block;
	clear: both;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 30px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.no-padding {
	padding:0;
}
.bg-light {
    background-color: #fff !important;
}
.Balans_Brown {
	background-color: #795d5a;
}
.Balans_Grey {
	background-color: #ebe7e6;
}
.Balans_Pink {
	background-color: #e5b8b2;
}
.Space_Inside {
	padding: 30px;
}
.Balans_Brown p, .Balans_Pink p {
	color: #fff;
}
. Shiatsu .Balans_Grey p {
	color: #544341;
}

/*! TOP NAVIGATION */
.navbar {
	border-bottom: 1px solid #ebe7e6;
}
.navbar-light .navbar-brand {
    color: #705855;
}
a.navbar-brand {
	text-decoration: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.0rem;
    padding-left: 1.0rem;
    color: #705855;
}
a.nav-link {
	font-size: 13px;
	color: #705855;
	text-transform: uppercase;
	font-weight:normal;
	font-family: 'quicksandbold';
	transition: 0.3s;
	text-decoration: none;
}
navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, a:hover.nav-link {
	color: #e4aaa2;
}

footer {
	padding: 20px;
}
footer p{
	margin: 0;
}
footer .Balans_FB, footer .Balans_IG {
	width: 40px;
	height: 40px;
	margin: 0 5px;
}
footer p {
	color: #a19695;
}
/*! INTRO */
.Intro_Balans {
	padding: 0;
	text-align: center;
}
.Intro_Balans h1 {
	color: #e4aaa2;
	font-weight: normal;
	margin: 10px 0 30px;
}
.Intro_Balans p {
	color: #9d9999;
	font-size: 19px;
	line-height: 1.6em;
	margin: 30px 0;
	display: block;
	font-family: 'larsseitlight';
}
.Intro_Balans .button, a.button {
	font-size: 18px;
    color: #e5b8b2;
    background-color: #785d59;
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 20px; 
    margin: 20px auto 0;
    transition: 0.3s;
    text-decoration: none;
}
a:hover.button {
    background-color: #654f4b;
    color: #ffffff;
    text-decoration: none;
}
.Intro_Balans .button {
	margin: 0 auto;
}
i {
  border: solid #e5b8b2;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 12px;
  margin: 0 auto 10px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*! SHIATSU */
.Shiatsu {
	padding: 0 !important;
	text-align: left;
}
.Shiatsu h2, .Contact h2 {
	font-size: 30px;
	font-weight: normal;
	color: #e5b8b2;
	text-align:left;
}
.Contact p {
	color: #fff;
	line-height: 1.75em;
	font-weight: normal;
	text-align:left;
	padding: 0;
}
.Contact a {
	color: #fff;
}
.Shiatsu h3 {
	font-size: 21px;
	font-weight: normal;
	color: #544341;
	text-align:left;
	padding: 0;
	margin: 0 0 20px;
}
.Shiatsu p {
	font-size: 15px;
	font-weight: normal;
	text-align:left;
	padding: 0;
}
.Photo_Slide {
	background: url('../img/Shiatsu_01.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 300px;
}

.col-sm-6 {
	padding: 15px 0;
	margin: 0;
	float: left;
}
.Shiatsu_list {
	width: 100%;
	text-align: center;
	background-color: none;
	border-bottom: 1px solid #fff;
	float: left;
	padding: 10px 0;
}

ul#double_col, ul.tariffs {
	margin: 15px auto;
	padding: 0;
	overflow:hidden;
}
#double_col li {
	list-style-type: none;
	margin: 0  3.5% 0 0;
	padding: 14px 0;
	width: 46.5%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #fff;
}
#double_col li.no_border, #double_col li.border_mobile {
	border-bottom: none;
}

ul.tariffs li {
	color: #fff;
	list-style-position: inside;
	padding: 8px 0;
	list-style: none
}
ul.tariffs li::before {
	content: "•"; 
	color: #795d5a;
	font-size: 1em;
	padding-right: 0.5em;
	position: relative;
	top: 0em; 
}

.Balans_Who h2 {
	text-align:center;
	color: #e5b8b2;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 30px;
}
.Balans_Who p {
	padding-top: 0;
}
.Balans_Newsletter {
	text-align: center;
	padding: 20px 10px;
	background: #fff;
}
.Balans_Newsletter h2{
	font-weight: normal;
	color: #e5b8b2;
}
.Balans_Newsletter p{
	font-weight: normal;
	color: #939393;
	font-size: 18px;
}
.Balans_Newsletter form input.form-control {
	border-radius: 0;
	padding: 14px 20px;
	height: auto;
}
.Balans_Newsletter form input[type=email] {
	border: 1px solid #eee;
	padding: 14px 20px;
	margin: 0;
	float: left;
	width: 100%;
}

.Balans_Newsletter input[type=submit] {
  background-color: #785d59;
  color: #e5b8b2;
  padding: 14px 20px;
  margin: 8px auto 0;
  cursor: pointer;
  border-radius: 0;
  float: none;
  border: none;
  font-size: 16px;
}

.Balans_Newsletter input[type=submit]:hover {
  background-color: #654f4b;
  color: #fff;
}
/*! FORM STYLING */
.wpv-filter-form .form-control, .form-control, input.form-control {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-backdrop {
	background-color: #654f4b;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1.0 !important;
}
.modal-transition {
  transition: all 0.4s ease;
}
.modal-content {
	padding: 15px;
	background: none;
	border: none;
}
body.modal-open{overflow:hidden;position:fixed;width:100%}


@media only screen and (max-width: 768px) {
	#double_col li {
		width: 100% !important;
	}
	#double_col li.border_mobile {
		border-bottom: 1px solid #fff;
	}
}
@media only screen and (max-width: 600px) {
	body{
		padding: 0;
	}xz
}