html {
	font-size: 80%;
	font-size: calc(28% + 0.45vw);
}
body {
	Font-Family: 'Montserrat', Serif;
	background: #fffcf2;
	background: #fff;
	font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
	Font-Family: 'Montserrat', Serif;
	font-weight: 700;
}
h1 small, h2 small, h3 small, h4 small {
	display: block;
	font-size: 50%;
}
a {
	color: #55515e;
	transition: 0.2s color;
}
.text-w a {
	color: #fff;
}
.text-w a:not(.button):focus, .text-w a:not(.button):hover,
a:focus, a:hover {
	color: #976246;
}
nav {
  display: flex;
  width: 100%;
  height: 20%;
  background: #FFF;
  align-items: center;
  justify-content: center;
  position: relative;
}

nav a {
	font-size: 1.3rem;
	text-decoration: none;
	margin: 0 20px;
}

nav a:first-child {
	margin-left:10px;
}
nav a:last-child {
	margin-right:10px;
}
nav a.logo {
	 margin-left: 10px;
	 margin-right: 10px;
	 -webkit-tap-highlight-color: transparent;
}
nav:after {
	content: "";
	position: absolute;
	opacity: 0.7;
	z-index: -1;
	left: 0%;
	top: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background: #55515e;
	box-shadow: 0 0 4vw 0vw;
	color: #55515e;
}

h3, .h3 {
	font-size: 4rem;
	text-align: center;
}
h2, .h2 {
	font-size: 5rem;
	text-align: center;
}
h1, .h1 {
	font-size: 6rem;
}
hr.bg {
	border: 0;
	height: 4vw;
}
ul {
	padding-left: 3rem;
}
.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	background-image: linear-gradient(90deg, rgba(151,98,70,1) 0%, rgba(201,158,116,1) 50%, rgba(201,158,116,1) 100%);
	background-size: 300% 100%;
	background-position: 100% 50%;
	transition: background 0.5s;
	margin-right: 0.75em;
}
.button:focus, .button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
	background-position: 0% 50%;
}
.button.light,
button.light,
input[type='button'].light,
input[type='reset'].light,
input[type='submit'].light {
	background: white;
	color: #55515e;
}

svg .stroke {
	fill: none;
	stroke: #55515e;
	stroke-width: 4px;
}
main {
	font-size: calc(0.75rem + 10px);
}
header {
	position: fixed;
	z-index: 100;
	width: 100%;
}
body:before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity:1;
	transition: opacity 0.5s ease-out, visibility 0.5s;
}
body:not(.loading):before {
	opacity:0;
	visibility: hidden;
}

.wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.container {
	margin: 0 auto;
    max-width: 160rem;
    padding: 0 5vw;
    position: relative;
}
.bg,
.wrapper section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.scrolltotarget {
	position:absolute;
}

section {
	position: relative;
}
.sectionbg {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sectionbg.cutbottom {
	height: calc(100% - 8vw);
	height: calc(100% - 3rem);
	max-height: calc(100vh - 13rem);
}
.sectionbg.addbottom {
	height: calc(100% + 6vw);
}
.text-w {
	color: #fff;
}
.bg-w,
.sectionbg.bg-w {
	background: #fff;
}
.bg-1,
.sectionbg.bg-1 {
	background: #F2F6F7;
	background: #FAF1EF;
}
.bg-room-1, .bg-room-2, .bg-beauty-1, .bg-beauty-2 {
	overflow:hidden;
}
.bg-beauty-1:after {
	content: "";
	display: block;
	position:absolute;
	background-image: linear-gradient(90deg, rgba(201,158,116,1) 0%, rgba(151,98,70,1) 50%, rgba(201,158,116,1) 100%);
	background-size: 100% 100%;
	background-position: 100% 50%;
	height: 1rem;
	width: 100%;
	z-index: 2;
	transform: translateY(-100%);
}
.bg-overlay:before,
.bg-overlay-2:before,
.bg-overlay-3:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, rgba(58,54,68,0.2) 0%, rgba(58,54,68,0) 100%);
}
.bg-overlay-2:before {
	background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.bg-overlay-3:before {
	background-image: linear-gradient(90deg, rgba(201,158,116,1) 0%, rgba(151,98,70,0) 100%);
}
.bg-room-1 .innerbg {
	background: url(img/room1.jpg);
	background-size: cover;
	background-position: 100% 100%;
	width: 100%;
	height: 100%;
}
.bg-beauty-1 .innerbg {
	background-image: url(img/beauty1.jpg);
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
}
.bg-beauty-2 .innerbg {
	background-image: url(img/thebeautyroom.jpg);
	background-size: cover;
	background-position: 100% 100%;
	width: 100%;
	height: 100%;
}
.bg-room-2 .innerbg {
	background-color: #FEA6B8;
	background: url(img/room2.jpg);
	background-size: cover;
	background-position: 100% 100%;
	width: 100%;
	height: 100%;
}
/*
.sectionbg {
	border-radius: 1vw 1vw 6vw 6vw / 1vw 1vw 6vw 6vw;
}
*/
.softbg-1:before {
	background: #F2F6F7;
	background: #FAF1EF;
	color: #F2F6F7;
	color: #FAF1EF;
}
.card {
	border-radius: calc(1vw + 2rem);
	overflow: hidden;
	background: #ffffff;
	height: 100%;
	box-shadow: 0 0 2vw rgba(0,0,0,0.1);
}
.card .inner {
	padding: calc(1vw + 2rem);
}
.card p {
	font-style: italic;
	font-size: 80%;
}
.card-image {
	height: 0;
	padding-bottom: 50%;
	background-size: cover;
	background-position: 50% 50%;
}
#behandlinger {
	padding: 3rem;
}
#behandlinger .card td:last-child {
	text-align: right;
	font-weight: bold;
}
#behandlinger h2 {
	text-align: center;
	/*font-size: 10vw;*/
	color: #55515e;
	margin-bottom:0;
}
#uddannelse h2 {
	text-align: center;
	/*font-size: 8vw;*/
	color: #55515e;
}

.wrapSplitW {
	overflow: hidden;
	padding: 10px 0;
	margin: -10px 0;
}

.slides {
	width: 100%;
	max-width: 666px;
	
	border-radius: calc(1vw + 2rem);
    overflow: hidden;
    box-shadow: 0 0 2vw rgba(0,0,0,0.1);
	    margin: 0 auto;
}
.slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	padding-bottom: 121%;
}


.siema-controls {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
	position: relative;
	padding: 0 17px;
	transform: translateY(-100%);
	max-width: 666px;
    margin: -24px auto 2vw auto;
}
.siema-controls .prev,
.siema-controls .next {
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px;
	background-position: 50% 50%;
	transition: transform 0.2s;
	margin: 0;
	padding: 0;
	outline: 0;
	background-color: transparent;
	transition: background 0.2s ease-in-out;
    /*position: absolute;
    top: calc(50% - 4vw);*/
	border: 0;
	cursor: pointer;
}
.siema-controls .prev {
	background-image: url("img/chevron-left.svg");
	order: 0;
	background-position: -10% 50%;
	padding-left: 10px;
	/*    left: 0;*/
    transform: translateX(10%);
}
.siema-controls .next {
	background-image: url("img/chevron-right.svg");
	order: 2;
	background-position: 110% 50%;
	padding-right: 10px;
	/*    right: 0;*/
    transform: translateX(-10%);
}
.siema-controls .prev:hover {
	background-position: 0% 50%;
}
.siema-controls .next:hover {
	background-position: 100% 50%;
}
.siemadots {
	/*margin-top: 2vw;*/
	margin-top: 1vw;
	margin-bottom: 1vw;
	display: flex;
	justify-content: center;
	order: 1;
	opacity: 0.8;
}
.siemadots .dots__item {
	width: 12px;
	height: 12px;
	margin: 0 .5rem;
	padding: 0;
	border: 0;
	background-color: transparent;
	border: 2px solid #333333;
	border-radius: 50%;
	outline: 0;
	cursor: pointer;
	transition: background 0.2s;
}
.siemadots .dots__item--active {
	background-color: #333333;
}


/*
#behandlinger h2 .wrapSplitW {
	padding: 10px 40px;
	margin: -10px -40px;
}
*/
.scroll-container {
	overflow-x:hidden !important;
	position: relative;
	display: block;
	/*width: 100%;*/
	margin: 10px calc(-5vw - 3rem);
}
.row.row-medium.row-wrap,
.row.row-medium {
	flex-direction: row;
	flex-wrap: nowrap;
	box-sizing: border-box;
}

.scroll-container .row .column:first-child  {
	margin-left: calc(5vw + 3rem);
}
.scroll-container .row .column:last-child:after {
	content: '';
	top: 0;
	display: block;
	width: 1px;
	height: 1px;
	background: transparent;
	position: absolute;
	left: auto;
	right: calc(-5vw - 3rem);
}
.scroll-container .column {
	flex: 1 0 80%;
	margin-right:4rem;
}

/* https://greensock.com/forums/topic/24700-disable-scroll-trigger-pinning-on-mobile/?tab=comments#comment-118204 */
.rounded {
	border-radius: 2vw;
}
.rounded-small {
	border-radius: 1rem;
}
.rounded-1 {
	border-radius: 1vw 1vw 6vw 6vw / 1vw 1vw 6vw 6vw;
}
.rounded-2 {
	border-radius: 6vw;
}
.rounded-3 {
	border-radius: 6vw 6vw 1vw 1vw / 6vw 6vw 1vw 1vw;
}
.logo {
	float: left;
	z-index: 2;
	text-align: center;
	margin-bottom: -40px;
}
.logo .h1 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.1rem;
}
.logo img {
	max-width: 100px;
}
section .logo {
	width:400px;
	min-height: calc(7vw + 100px);
	padding-top: 4rem;
}
section .logo img {
	max-width: 10vw;
}

.logo .logobg {
	background: white;
	padding: 1rem 2rem 0.2rem 2rem;
	border-radius: 0 0 33px 33px / 0 0 33px 33px;
}
.mh100 {
	min-height: 100vh;
	height: 1px;
}
.mh75 {
	min-height: 75vh;
	height: 1px;
	/*display: flex;
	flex-direction: column;*/
}
.mh85 {
	min-height: 85vh;
	height: 1px;
	/*display: flex;
	flex-direction: column;*/
}
.mh75 .row,
.mh85 .row,
.mh100 .row {
	/*min-height: inherit;*/
	height: 100%;
}
.spaced {
	display: flex !important;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
footer {
	font-size: 14px;
	text-align: center;
	min-height: 100px;
	padding: 5vw;
	position: relative;
}
footer:before {
	content: "";
	position: absolute;
	opacity: 0.3;
	z-index: -1;
	left: 15%;
	top: 0;
	width: 70%;
	height: 1px;
	background: #55515e;
}
.first-order {
	order: -1;
}

@media (max-width: 400px ) {
	nav a:not(.logo) {
		display: none;
	}
}

@media (max-width: 61.98rem ) {
	.row.row-medium.row-wrap,
	.row.row-medium {
		transform: none !important;
	}
	/*nav {
		display: none;
	}*/
}
@media (min-width: 62rem ) {
	nav a {
		margin: 0 40px;
		font-size: 1.4rem;
	}
	.logo .h1 {
		font-size: 24px;
	}
	.scroll-container {
		overflow: visible !important;
		margin: 0;
	}
	.row.row-medium.row-wrap,
	.row.row-medium {
		flex-wrap: wrap;
	}
	.scroll-container .row .column {
		margin: 0 !important;
	}
	.scroll-container .row .column:last-child:after {
		content: none;
	}
	.first-order {
		order: 0;
	}
	.leftondesktop {
		text-align: left;
	}
    /* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}