:root {
  --beige: rgba(230, 215, 205, 1.0);
  --lightbeige: rgba(230, 220, 213, 1.0);
  --extralightbeige: rgba(247, 243, 240, 1.0);
  --extralightbeigetrans: rgba(247, 243, 240, .5);
  --black: rgba(40, 20, 30, 1.0);
  --lightblack: rgba(40, 20, 30, .6);
  --extralightblack: rgba(40, 20, 30, .1);
  --grey: rgba(147, 142, 137, 1.0);
  --padding: 110px;
}

@media (min-width: 991.98px) {
  :root {
    --padding: 120px;
  }
}

@media (min-width: 1198.98px) {
  :root {
    --padding: 150px;
  }
}


/*-----------------------------------------------------------------*/
/* Custom Bootstrap
/*-----------------------------------------------------------------*/

@media( min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1340px;
  }
}

@media( min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
  }
}

@media( min-width: 1800px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1640px;
  }
}

.img-fluid {
  margin-bottom: 1rem;
}


/*-----------------------------------------------------------------*/
/* Scripts
/*-----------------------------------------------------------------*/


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{align-items:center;-ms-flex-align-center;-msposition:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#173f35}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(images/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*-----------------------------------------------------------------*/
/* Global
/*-----------------------------------------------------------------*/

body {
  font-family: 'SailecLight', sans-serif;
  text-rendering: geometricPrecision;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 1rem;
}

h6 {
  font-size: 12px;
  color: var(--grey);
}

p {
  font-size: 14px;
  line-height: 22px;
}

ul, li {
  font-size: 14px;
  line-height: 24px;
  list-style: inherit;
}

strong, b, .strong {
  font-family: 'SailecMedium', sans-serif;
  font-weight: normal;
}

.excerpt p, p.excerpt {
  font-size: 18px;
  line-height: 30px;
}

a {
  color: var(--black);
  text-rendering: geometricPrecision;
}

a:hover, a:active, a:focus, a:focus-within {
  color: var(--lightblack);
  text-decoration: underline;
}

a.bordered {
  padding: 15px 40px 10px 40px;
  margin: 20px 0;
  color: var(--black);
  border: 1px solid var(--black);
  border-radius: 100px;
  transition: all .15s ease-in-out;
  display: block;
  text-decoration: none;
}

a.bordered:hover,
a.bordered:focus,
a.bordered:active {
  text-decoration: none;
  background-color: var(--black);
  color: var(--white);
}

article ul, #page ul, #page li, section ul, section li,
#svea_box ul, #svea_box li{
  list-style: inherit;
  margin-inline-start: 10px;
  margin-inline-end: 20px;
  margin-bottom: .75rem;
}

article li, section li{
  margin-bottom: 10px;
}


@media (min-width: 991.98px) {
  article ul, p, #page ul, #page article li, a, section ul, section li,
  #svea_box ul, #svea_box li {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 1.6rem;
    list-style: inherit;
  }

  #page li {
    line-height: normal;
    margin-bottom: .5rem;
  }

  .excerpt p, p.excerpt {
    font-size: 24px;
    line-height: 36px;
  }
}

#page {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

.img-responsive {
  width: 100%;
  height: auto;
}

.beige {
  background-color: var(--beige);
}

.lightbeige {
  background-color: var(--lightbeige);
}

.extralightbeige {
  background-color: var(--extralightbeige);
}


/*-----------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------*/

#body_overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}

/*#body_spacer {
  height: 64px;
  background: #fff;
}*/

#main_header {
  background: #fff;
  transition: all 0.3s ease-out;
  padding: 20px 0;
}

#main_header #logo img {
  width: 130px;
  height: auto;
}

#top_menu {
  display: block;
  text-align: right;
  width: 100%;
}

#top_menu ul {
  display: none;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  #mega_menu{
    padding-top: 30px;
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #edf6fd;
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
  }

  body.admin-bar #mega_menu{
    top: 116px;
  }

  #mega_menu ul{
    list-style: none;
  }

  #mega_menu > div > ul > li{
    text-transform: uppercase;
    font-family: var(--vag);
    letter-spacing: var(--letterspacing);
    padding: 20px 0 20px 20px;
  }

  #mega_menu > div > ul > li{
    position: relative;
  }

  #mega_menu > div > ul > li > a{
    position: relative;
    display: block;
  }

  #mega_menu > div > ul > li > a:after{
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--darkblue);
    border-right: 2px solid var(--darkblue);
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 8px;
    transition: transform 300ms;
  }

  #mega_menu > div > ul > li.active > a:after{
    transform: rotate(135deg);
    transition: transform 300ms;
  }

  #mega_menu > div > ul > li > ul{
    display: none;
    text-transform: none;
    font-weight: normal;
    padding-top: 10px;
  }

  #mega_menu > div > ul > li > ul a{
    font-family: 'Avenir';
    color: var(--graydark);
    font-size: 14px;
    line-height: 30px;
  }

  #mega_menu > div > ul > li.active{
    background: #f7fbfe;
  }

  #mega_menu > div > ul > li.active > ul{
    display: block;
    background: #f7fbfe;
  }

  #mega_menu > div > ul > li.active > ul li {
    margin-bottom: 30px;
  }

  #mega_menu .container.no_mobile_container{
    max-width: 100%;
    padding: 0;
  }

  #mega_menu ul a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  #mega_menu_buttons{
    padding-top: 20px;
  }
  #mega_menu_buttons > div > a {
    font-family: var(--vag);
    text-transform: uppercase;
    letter-spacing: var(--letterspacing);
  }

}

@media (min-width: 576px){
  #mega_menu a{
      max-width: 540px;
  }
}
@media (min-width: 768px){
  #mega_menu a{
    max-width: 720px;
  }
}
@media (min-width: 992px){
  #mega_menu a{
      max-width: 960px;
  }
}

@media (min-width: 1024px) {
  #top_menu ul {
    display: inline-block;
  }
}

#top_menu li {
  display: inline-block;
}

#top_menu a {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 0;
  margin-bottom: 0;
}

#top_menu a:focus {
  outline: none;
}

#top_menu li.show_as_button a {
  border: 1px solid var(--black);
  border-radius: 28px;
  line-height: 0;
  padding: 23px;
  margin-bottom: 0;
}

#mega_menu ul {
  list-style: none;
}

@media (max-width: 1024px) {
  #mega_menu {
    padding-top: 30px;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    background-color: var(--lightbeige);
  }



  #dropdown_menu {
    display: none;
  }
}
@media (min-width: 1024px) {
  #mega_menu {
    width: 100%;
    padding-top: 40px;
    display: none;
  }

  #dropdown_menu {
    display: none;
  }

  #mega_menu > div > ul > li{
    display: inline-block;
    width: 40.5%;
    vertical-align: text-top;
    padding-right: 15px;
  }

  #mega_menu > div >  ul > li > a{
    display: inline-block;
    margin-bottom: 10px;
  }

  #mega_menu > div > ul > li ul{
    list-style: none;
  }

  #mega_menu > div > ul > li ul a{}

  #mega_menu > div > ul > li ul a:hover{
    text-decoration: none;
  }

    #mega_menu > div > ul > li ul.sub-menu{
      display: block;
    }

  #mega_menu > div > ul > li ul li{
    display: inline-block;
    margin: 0 20px 30px 0;
  }


  #mega_menu_buttons{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #mega_menu_buttons > div > a {
  }


}

.header_wrap_fixed {
  position: fixed;
  top: 0;
  z-index: 10000;
	width: 100%;
}


#sticky-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}

#sticky-bar p, #sticky-bar a{
  margin-bottom: 0;
  padding: 20px;
}

#sticky-bar a:hover {
  background-color: var(--lightbeige);
  text-decoration: none;
}



#main_header.transparent_header {
  box-shadow: 0 10px 10px rgba(100, 100, 100, .05);
}

#main_header.transparent {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 0px;
}

#main_header.transparent:hover {
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease-out;
}

header.absolute {
	position: absolute;
	width: calc(100% - 40px);
	max-width: 1600px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#header_logo{
	display: inline-block;
	padding: 30px 0;
}

@media (min-width: 991.98px) {
  #header_logo{
  	display: inline-block;
  	padding: 30px 0;
  }
}

#header_logo img, #mobile_logo img {
	max-width: 130px;
	height: auto;
}

.logo-desktop, .logo-mobile {
  float: left;
  width: auto;
}

.menu-desktop {
  display: -ms-flexbox!important;
  display: flex!important;
  flex-direction: row
}

#header_menu, #header_menu_light {
  padding: 30px 0;
  margin-left: auto!important;
  display: none;
}

@media (min-width: 768px) {
  #header_menu, #header_menu_light {
    display: flex;
  }
}

ul#header_menu {
  margin-bottom: 0;
}

#header_menu li, #header_menu_light li {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
}

#header_menu li:last-child, #header_menu_light li:last-child {
	margin-right: 0;
}

#header_menu li a, #header_menu_light li a {
	text-decoration: none;
}

#header_menu li a {
	color: var(--black);
  font-size: 1rem;
}

#header_menu li.bordered a {
  border: 1px solid var(--black);
  border-radius: 25px;
  padding: 10px 15px 8px 15px;
  transition: all .15s ease-in-out;
}

#header_menu li.bordered a:hover,
#header_menu li.bordered a:focus,
#header_menu li.bordered a:focus-within,
#header_menu li.bordered a:active {
  text-decoration: none;
  background-color: var(--black);
  color: var(--white);
}

#header_menu_light li a {
	color: #fff;
}

#header_menu li a:hover,
#header_menu li.current-menu-item a,
#header_menu li.current_page_item a,
#header_menu_light li a:hover,
#header_menu_light li.current-menu-item a,
#header_menu_light li.current_page_item a,
#mobile_menu li a:hover,
#mobile_menu li.current-menu-item a,
#mobile_menu li.current_page_item a {
	text-decoration: underline;
}

#mobile_menu_toggle{
	cursor: pointer;
	height: auto;
	width: auto;
	z-index: 9999999;
	z-index: 9999999!important;
  padding: 28px 0 28px 30px;
  margin-left: auto;
}

@media (min-width: 768px) {
  #mobile_menu_toggle {
    margin-left: 0;

  }
}

@media (min-width: 991.98px) {
  #mobile_menu_toggle {
    padding: 31px 0 18px 30px;
  }
}

#mobile_menu_toggle span{
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 24px;
	height: 2px;
	background-color: var(--black);
	vertical-align: middle;
	-webkit-transition-duration: 0.3s, 0.3s;
	   -moz-transition-duration: 0.3s, 0.3s;
	    -ms-transition-duration: 0.3s, 0.3s;
	     -o-transition-duration: 0.3s, 0.3s;
	        transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	   -moz-transition-delay: 0.3s, 0s;
	    -ms-transition-delay: 0.3s, 0s;
	     -o-transition-delay: 0.3s, 0s;
	        transition-delay: 0.3s, 0s;
	margin-top: 1px;
}

header.absolute #mobile_menu_toggle span{
	background-color: #fff;
}

header.absolute #mobile_menu_toggle span:before,
header.absolute  #mobile_menu_toggle span:after {
	background-color: #fff;
}

#mobile_menu_toggle span:before,
#mobile_menu_toggle span:after {
	content:"";
	cursor: pointer;
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 2px;
	background-color: #272727;
	-webkit-transition-duration: 0.3s, 0.3s;
	   -moz-transition-duration: 0.3s, 0.3s;
	    -ms-transition-duration: 0.3s, 0.3s;
	     -o-transition-duration: 0.3s, 0.3s;
	        transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	   -moz-transition-delay: 0.3s, 0s;
	    -ms-transition-delay: 0.3s, 0s;
	     -o-transition-delay: 0.3s, 0s;
	        transition-delay: 0.3s, 0s;
			}

#mobile_menu_toggle span:before {
	top: -7px;
	-webkit-transition-property: top, transform;
	   -moz-transition-property: top, transform;
	    -ms-transition-property: top, transform;
	     -o-transition-property: top, transform;
	        transition-property: top, transform;
}

#mobile_menu_toggle span:after {
	bottom: -7px;
	-webkit-transition-property: bottom, transform;
	   -moz-transition-property: bottom, transform;
	    -ms-transition-property: bottom, transform;
         -o-transition-property: bottom, transform;
	        transition-property: bottom, transform;
}

#mobile_menu_toggle.active span, header.absolute #mobile_menu_toggle.active span {
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	   -moz-transition-delay: 0s, 0s;
	    -ms-transition-delay: 0s, 0s;
	     -o-transition-delay: 0s, 0s;
	        transition-delay: 0s, 0s;
}


#mobile_menu_toggle.active span:before,
#mobile_menu_toggle.active span:after {
	-webkit-transition-delay: 0s, 0.3s;
	   -moz-transition-delay: 0s, 0.3s;
	    -ms-transition-delay: 0s, 0.3s;
	     -o-transition-delay: 0s, 0.3s;
	        transition-delay: 0s, 0.3s;
}

#mobile_menu_toggle.active span:before {
	top: 0;
	background: #000;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#mobile_menu_toggle.active span:after {
	bottom: 0;
	background: #000;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

#mobile_menu_wrap{
	display: none;
	position: fixed;
	top: -10px;
	left: 0;
	right: 0;
	bottom: -15px;
	color: #fff;
	list-style: none;
	background: var(--beige);
	padding: 40px 0;
	z-index: 9999;
	overflow: scroll;
}

#mobile_menu_primary {
	padding: 8rem 0 4rem 0;
}

#mobile_menu_secondary {}

#mobile_menu_primary a {
  font-size: 24px;
  margin-bottom: 0;
}

#mobile_menu_secondary a {
  margin-bottom: 0;
  text-decoration: none;
}

#mobile_menu_primary a:hover,
#mobile_menu_secondary a:hover{
	text-decoration: underline;
}

#mobile_menu_primary li,
#mobile_menu_secondary li {
	display: flex;
	list-style: none;
	position: relative;
  margin: 25px 0;
}

#mobile_menu_primary li a,
#mobile_menu_secondary li a {
	color: var(--black);
  text-decoration: none;
}

#mobile_menu li.separator{
	margin-top: 60px;
}

#mobile_menu li.separator a{
	display:none;
}

#mobile_menu li.menu-item-has-children ul{
	display: none;
}

#mobile_menu li .menu_expand{
	display: block;
	position: absolute;
	right: 5px;
	top: 4px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#mobile_menu li .menu_expand:after{
	position: absolute;
    top: 12px;
    right: 10px;
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}


/*-----------------------------------------------------------------*/
/* Front page & Modules
/*-----------------------------------------------------------------*/

#main_slider, #main_slider .owl-stage-outer,
#main_slider .single_slide, #main_slider .single_video,
 #main_slider.single_image, .hero_front_page {
  height: 85vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.single_video video {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  object-fit: cover!important;
}

.single_video .slider_overlay {
  position: absolute;
}

.hero {
	height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider_overlay {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  background-color: var(--extralightbeigetrans);
}

@media (min-width: 991.98px) {
  .slider_overlay {
    background-color: transparent;
  }
}

section.background_image_module,
section.text_and_image_module,
section.news_module,
section.treatments_module {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}


@media (min-width: 1025px) {
  section.text_and_image_module {

  }

  section.background_image_module {
    max-height: 1050px;
    height: 90vh;
  }

}

section.background_image_module .container .col-6,
section.background_image_module .container .col-12 {
  text-align: center;
  color: var(--white);
}

section.background_image_module .container a.button {
  padding: 15px 40px 10px 40px;
  margin: 20px;
  background-color: rgba(255, 255, 255, .15);
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 100px;
  transition: all .15s ease-in-out;
  display: block;
  text-decoration: none;
}

section.background_image_module .container a.button:hover,
section.background_image_module .container a.button:focus,
section.background_image_module .container a.button:active {
  text-decoration: none;
  background-color: rgba(255, 255, 255, .5);
}

@media (min-width: 991.98px) {
  section.background_image_module .container a.button {
    display: inline-block;
  }
}

section.news_module,
section.treatments_module {
  background-color: var(--extralightbeige);
}

.container_horizontal_scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.horizontal_scoll {
  white-space: nowrap;
}

.horizontal_scoll .treatment {
  display: inline-block;
}

.treatment {
  max-width: 33%;
}

.treatment a img {
  transition: all .15s ease-in-out;
}

.treatment a:active img,
.treatment a:hover img,
.treatment a:focus img,
.treatment a:focus-within img {
  opacity: .3;
}

.treatment .treatment_image {
  padding: 3vw 4vw 0vw 4vw;
}

.treatment .treatment_inner {
  text-align: center;
  padding-bottom: 2vw;
}

.treatment .treatment_inner a {
  text-decoration: none;
}


@media (min-width: 768px) {
  .treatment .treatment_image {
    padding: 3vw 4vw 0vw 4vw;
  }
}

@media (min-width: 991.98px) {
  .treatment .treatment_image {
    padding: 2vw;
  }
}

/*-----------------------------------------------------------------*/
/* News Page + News Item
/*-----------------------------------------------------------------*/

.news_item{
  margin-bottom: 60px;
}

.news_item .news_item_meta a:hover h3,
.news_item .news_item_meta a:focus h3,
.news_item .news_item_meta a:active h3,
.news_item .news_item_meta a:focus-within h3 {
  color: var(--black);
}

.news_item .news_item_meta a {
  text-decoration: none;
}

.news_item_image img {
  width: 100%;
  height: auto;
}

#load_more {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  cursor: pointer;
}

/*-----------------------------------------------------------------*/
/* Single Page News
/*-----------------------------------------------------------------*/


p.meta {
  color: var(--grey);
}

.excerpt {
  margin-bottom: 30px;
}

.content {
  margin-bottom: 60px;
}


@media (min-width: 991.98px) {

  .excerpt {
    margin-bottom: 60px;
  }

}


/*-----------------------------------------------------------------*/
/* Page Template - Behandlingar
/*-----------------------------------------------------------------*/

.treatment_list {
  padding-bottom: 60px;
}

.treatment_list ul, .treatment_list ul li {
  list-style: none!important;
  margin-inline-start: 0!important;
}

/*-----------------------------------------------------------------*/
/* Single Page Behandlingar
/*-----------------------------------------------------------------*/

.treatment_info_wrapper{
  margin-bottom: 50px;
  border-bottom: 1px solid var(--black);
}
.treatment_info .treatment_subtitle,
.treatment_info .treatment_specs,
.treatment_info .treatment_price {
  margin-bottom: 30px;
}

.treatment_info .treatment_specs {}

.treatment_info .treatment_specs p.strong {
  margin-bottom: .2rem;
}

.treatment_info .treatment_price {}

.treatment_info .treatment_price p.price {
  font-size: 1.5rem;
  margin-bottom: .2rem;
}

.sidebar {
  margin-top: 58px;
  padding: 30px;
  background-color: var(--extralightbeige);
  display: inline-table;
}

.treatment_video {
  padding: 30px;
}

.treatment_video p.sub {
  font-size: 12px;
  line-height: 16px;
}

.treatment_video p {
  margin-bottom: 0;
}
/*-----------------------------------------------------------------*/
/* Page Template - Samarbeten
/*-----------------------------------------------------------------*/

section.content_module {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

section.content_module img.logo{
  max-width: 200px;
  height: auto;
  float: left;
  clear: both;
}

/*-----------------------------------------------------------------*/
/* Page Template - Kontakt
/*-----------------------------------------------------------------*/

.staff_item {}

.staff_item_meta {
  padding: 5px 0;
}

.staff_item_meta h3 {
  margin-bottom: 5px;
}

.staff_item_meta p {
  margin-bottom: 0;
}

/*-----------------------------------------------------------------*/
/* Single page - Personal (staff)
/*-----------------------------------------------------------------*/

.cv_chapter {
  margin-top: 3.8rem;
}

.appointment p, .employer p {
}

.appointment p.sub, .employer p.sub{
  margin-top: -17px;
  font-size: 10px;
  line-height: 14px;
}

@media (min-width: 991.98px) {
  .appointment p.sub, .employer p.sub{
    margin-top: -25px;
    font-size: 12px;
    line-height: 16px;
  }
}

/*-----------------------------------------------------------------*/
/* Page Template - Prislista
/*-----------------------------------------------------------------*/

.price_chapter {
  position: relative;
  border-bottom: 1px solid #dee2e6;
}

.price_chapter:hover {
  cursor: pointer;
}

.price_chapter:after {
  content: "\f107";
  color: var(--black);
  top: 15px;
  right: 15px;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
}

.price_chapter[aria-expanded="true"]:after {
  content: "\f106";
}

.price_chapter[aria-expanded="true"] {
  border-bottom: none;
}

/*
.price_chapter.collapsed {
  border-bottom: 1px solid #dee2e6;
}
*/
td.single_treatment p{
  margin-bottom: 0;
}


td.single_treatment p.sub{
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  td.single_treatment p.sub{
    font-size: 14px;
    line-height: 20px;
  }
}



/*-----------------------------------------------------------------*/
/* Page Template - Page.php
/*-----------------------------------------------------------------*/

#svea_box {
  background-color: var(--extralightbeige);
  padding: 45px 15px 20px 15px;
  display: table;
}

#svea_button {
  display: flex;
}

#svea_button a.bordered {
  display: inline-flex;
  float: left;
}

#svea_button .svea_button_logo img{
  float: left;
  max-width: 100px;
  padding: 20px;
}

.svea_button_logo {
  align-self: flex-end;
}

.finance_module {
  background-color: var(--extralightbeige);
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  padding-left: 15px;
  padding-right: 15px;
}

.slider.slider-horizontal .slider-track {
  height: 3px;
  margin-top: -1px;
}

.slider.slider-horizontal {
  width: 100%;
}

.slider-handle {
  background-color: var(--black);
  background-image: none;
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
  margin-left: -5px;
}


@media (min-width: 768px) {
  #svea_box {
    padding: 75px 50px 50px 65px;
  }

  .finance_module {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*-----------------------------------------------------------------*/
/* Taxonomy Template
/*-----------------------------------------------------------------*/

.treatment_cloud a.btn-light {
  border: none;
  margin-bottom: 1.5rem;
  margin-right: .75rem;
  padding: .75rem 1.35rem;
}

.treatment_cloud a.btn-light:hover {
  background-color: var(--lightbeige);
}



/*-----------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------*/

footer {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
  background: var(--beige);
}

footer a {
  text-decoration: none;
}

footer.copyright {
  background: var(--lightbeige);
  padding-top: 20px;
  padding-bottom: 10px;
}

footer .coop img{
  width: 100%;
  max-width: 130px!important;
  margin-bottom: 11px;
}

footer .copyright_text {
  text-align: right;
}

footer h6 {
  color: var(--black);
}
