body.mobile .footer {
	display: none;
}

body.mobile #mobile-header {
    height: 100%;
	display: block;
    background-color: transparent !important;
}

#mobile-header.toggle {
    pointer-events: auto;
}

.mobile-menu-logo {
    background-color: rgb(250, 250, 245);
    position: relative;
    height: 5%;
	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10 !important;
}

.mobile-menu-grid {
    height: 90%;
    transform: translateY(-100%);
    position: relative;
    z-index: 1 !important;
    display: grid;
    grid-template-columns: 50vw 50vw;
    grid-template-rows: 25% 25% 25% 25%;
    transition: transform 0.4s ease-in-out;
    z-index: 9 !important;
}

.mobile-menu-grid.toggle {
	transform: translateY(0%);
}

.mobile-menu-btn {
    height: 5%;
    transform: translateY(-1800%);
    position: relative;
    color: rgb(250, 250, 245);
    background-color: rgb(145, 237, 96);
    font-family: "Monument Grotesk", Icons;
    font-size: 2.4rem;
	font-weight: 500;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.4s ease-in-out;
    z-index: 9 !important;
}

.mobile-menu-btn.toggle {
	transform: translateY(0%);
}

.menu-link {
	background-color: rgb(250, 250, 245);
    border: solid 0.8px rgba(240,240,240,1);
    display: flex;
    justify-content: center;
    align-items: center;
}


body.mobile #footermobile {
	display: inline-block;
}


/********************/

div[data-view="pinned_top"] .pointer-events-none {
    pointer-events: auto !important;
}
/*relevant for dropdown menu hover function*/

.homepage {
    overflow: hidden;
}

[data-page-id="14317580"] {
	overflow: hidden;
}

/**
 * Content
 */

.c-accent {
	color: rgba(110, 240, 65, 1);
}

#gradient,
#gradient1,
#gradient2 {
  position: fixed;
  top:0;
  left:0;
  width: 100vw;
  height: 100%;
}

#gradient1 {
	background-image: linear-gradient( rgba(250, 250, 245, 1), rgba(250, 250, 245, 1));
}

#gradient2 {
	background-image: linear-gradient( rgba(250, 250, 245, 1),  rgba(250, 250, 245, 1));
}


.z0 {
	z-index: 0;
}

.z1 {
	z-index: 1;
}

.z10 {
	z-index: 10;
}

/*mobile font-sizes*/

body.mobile h2 {
	font-size: 4rem;
    line-height: 1em;
}

body.mobile h1 {
    font-size: 3rem;
    line-height: 1em;
}

body.mobile small {
	font-size: 1.4rem;
    line-height: 1em;
}


/*HEADER AND FOOTER***************************************/
#mobile-header {
	display: none;
}

.header {
	position: fixed;
    width: 100%;
    top: 0;
    left:0;
    text-transform: uppercase;
    background-color: rgb(250, 250, 245); 
}

.logo {
    color: rgb(145,237,96);
    font-family: "Monument Grotesk", Icons;
    font-size: 2.4rem;
	font-style: normal;
	font-weight: 500;
    line-height: 1.1;
}

.header,
#desktop-header.header > div > *:first-child,
.dropdown-content a {
    padding: 0.7rem;
    height: 40px;
}


#desktop-header.header > div > *:first-child,
.dropdown-content > a {
	display: flex;
    align-items: center;
}

.header a, .header small {
	width: 100%;
    text-align: center;
}

/********** Dropdown Menu */
/* Dropdown Button */
.dropbtn {
  position: relative;
  cursor: pointer;
  z-index: 10 !important;
}
.dropbtn:hover {
  cursor: pointer;
  color: rgb(145,237,96);
  transition: 0.5s;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  background-color: rgb(250, 250, 245);
}

/* Show the dropdown menu on hover*/
.dropdown:hover .dropdown-content {
	display: block;
}


/* Change color of dropdown links on hover
.dropdown-content a:hover {
    background-color: rgb(255, 255, 255);
}

/* Change the background color of the dropdown button when the dropdown content is shown 
.dropdown:hover .dropbtn {  
  background-color: rgb(255, 255, 255);
} 
/* Dropdown Menu */

/*
.headerinfo {
	display: inline-grid;
	grid-template-columns: 25% 75%;
}
*/

.footer {
	position: absolute;
    width: 100%;
    padding: 1rem;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 9;
}

#footermobile {
    position: absolute;
    width: 100%;
    padding: 1rem;
    bottom: 0.5rem;
    left: 0;
    text-align: left;
}

.homepage #footermobile {
    bottom: 3rem;
}

#footermobile {
	display: none;
}

/*HEADER AND FOOTER END************************************/

body.mobile .landingpage {
    transform: translateY(-20%);
}

.landingpage div {
	margin: 3rem 0 3rem 0;

}

.landingpage a > h1:hover   {
    color: rgb(145,237,96);
    transition: 0.5s;
}

.title {
	position: relative;
    margin: 18rem 0.5rem 2.5rem 0.5rem !important;
   	width: calc(100% - 1rem) !important;
    text-align: center;
    
}

.subtitle {
	position: relative;
	margin: 0rem 5rem 7.5rem 5rem;
  	width: calc(100% - 1rem) !important;
    line-height: 1.1;
    text-align: center;
}

.subtitle2 {
    margin: 0 0.5rem 0 0.5rem;
    line-height: 1.1;
}

.category {
    position: relative;
    margin: 0 0.5rem;
}

.profile {
	margin: 0 0 6rem 0;
}

.profile div:nth-child(2) {
	margin: 1rem 0 0 0;

}

.text {
	position: relative;
    margin: 0 0 9rem 0.5rem;
    line-height: initial;
}

#contacttext {
	margin: 0 0 9rem 0.5rem;
}


/*BOXEN ANGEBOT*******************************/


.box-parent {
   	position: relative;
    padding: 0.5rem;
    height: 22.5rem;
}

.box-parent > div {
    text-align: center;
}

body.mobile .box-parent {
    padding: 0.1rem;
   	width: calc(100% - 1rem) !important;
}

.infopoint {
    align-content: bottom;
    cursor: pointer; 
}

#physiolink {
    text-align: center;
}

.box-child-visible {
    position: relative;
    height: 100%;
    padding: 1.5rem;
	display: flex;
	flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
	background-color: rgba(255, 255, 255, 1);
    /*border-radius: 10px;*/
    border-right: 0px solid rgba(220, 220, 215, 1);
    border-bottom: 0px solid rgba(220, 220, 215, 1);
    border-top: 0px solid rgba(220, 220, 215, 1);
    border-left: 0px solid rgba(220, 220, 215, 1);
    transition: 0.25s;
    
}

.box-child-visible:hover {
    /*border-radius: 20px;*/
    background-color: rgba(110, 240, 65, 0.75);
    border-right: 0px solid rgba(220, 220, 215, 1);
    border-bottom: 0px solid rgba(220, 220, 215, 1);
    border-top: 0px solid rgba(220, 220, 215, 1);
    border-left: 0px solid rgba(220, 220, 215, 1);
    transition: 0.25s;
}

.blend-in-prices {
    display: none;
	position: relative;
    bottom: 4rem;
    margin: 1.5rem;
    transition: 0.5s;
}

.box-child-visible:hover ~ .blend-in-prices {
	display: block;
    transition: 0.5s;
}

.box-child-visible:hover #selbstzahler {
	color: transparent;
    transition: 0.5s;
}

.blend-in-text {
    position: absolute;
	bottom: 0;
    margin: 1.5rem;
}

#massageprice {
    position: absolute;
	bottom: 0;
    margin: 1.5rem;
}

.wochentag {
	position: relative;
}

.wochentag > div {
	margin: 0 0 0.5rem;
}

body.mobile .box-parent {
    width: 100%;
    height: 20rem;
    margin: 0.5rem;
}

/*BOXEN ANGEBOT END*******************************/

.price-child {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: auto auto auto auto auto auto;
    transition: 0.5s;
}

.box-group .content {
	padding-bottom: 7rem;
}

body.mobile li {
	margin: 0 0.5rem;
}
/*CONTAINER GRID END*******************************/

/*********************************************/
/*********************************************/
/*********************************************/

body {
    color: rgb(255,255,255);
    width:100vw;
}


a:active {
	opacity: 1;
}
 

a:visited { 
    color: inherit; 
}


a:hover {
	color: rgba(145, 237, 96, 1);
    transition: 0.5s;
}

.page a.active {
	opacity: 1;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

/*

#img1:hover {
	background: url('https://files.cargocollective.com/c790497/AndreaHand-2.jpg');
	
}


#img2:hover {
	content: url('https://freight.cargo.site/t/original/i/b66473370d1cd104c268c555176732bc9ffd4905250c7d7464c4c9c390eda4d7/ThomasHand.JPG');
    width: 100%;
}


.img3:hover {
	content: url('https://freight.cargo.site/t/original/i/d85ee94912752e8e7b3bdce4891b1f5cf14866ebb0b04fff638fb0063428960e/MichaeleHand.JPG');
	width: 100%;
}


.img4:hover {
 	content: url('https://freight.cargo.site/t/original/i/0ca924989e63152d687032c1fc64ac9235591d523fd1628591f52e1c3ed97f67/StephanieHand.JPG');
	width: 100%;
}


.img5:hover {
	content: url('https://freight.cargo.site/t/original/i/1c500a90155d3c7e9b5b8a259644940735f64ddea4b5afaf34effa10e112fc62/WadimHand.JPG');
	width: 100%;
}


.img6:hover {
	content: url('https://freight.cargo.site/t/original/i/dbaf28e8ddbd04847fa55c148ae7cd1e1dcc0b787349c1091213287fa303f0f7/SilviaHand.JPG');
	width: 100%;
}


.img7:hover {
	content: url('https://freight.cargo.site/t/original/i/52ff211e69af1818dc0a70018739737c8ae47ddbb684ad30d5727334eff50975/SilkeHand.JPG');
	width: 100%;
}

*/

ul,
ol {
	margin: 0;
	padding: 0 0 0 1.3rem;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 0em;
    z-index: 10;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 18px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 24px;
	font-weight: 300;
	color: rgb(100, 100, 80);
	font-family: "Arizona Text Variable", Icons;
	font-style: normal;
	line-height: 1.1;
	font-variation-settings: 'slnt' 0, 'SRFF' 0.75;
}

[data-predefined-style="true"] bodycopy a {
	color: inherit;
	padding-bottom: 0;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
	color: rgba(145, 237, 96, 1);
    transition: 0.5s;
    cursor: pointer;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Arizona Serif Variable", Icons;
	font-style: normal;
	font-weight: 200;
	padding: 0;
	margin: 7.5rem 0rem 2.5rem 0rem;
    font-size: 48px;
	line-height: 0.9;
	color: rgb(100, 100, 80);
	font-variation-settings: 'slnt' 0, 'SRFF' 1;
	}

[data-predefined-style="true"] h1 a {
	color: rgb(145, 237, 96);
}

[data-predefined-style="true"] h2 {
	font-family: "Arizona Serif Variable", Icons;
	font-style: normal;
	font-weight: 200;
	padding: 0;
	margin: 0;
	color: rgb(145, 237, 96);
	font-size: 84px;
	line-height: 0.9;
	font-variation-settings: 'slnt' 0, 'SRFF' 1;
	}

[data-predefined-style="true"] h2 a {
	color: rgb(100, 100, 80);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 12px;
	line-height: 1.1;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-weight: 400;
}

[data-predefined-style="true"] small a {
	color: rgb(100, 100, 80);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
    
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 0.5rem /*!main_margin*/;
	padding-bottom: 0.5rem /*!main_margin*/;
	padding-left: 0.5rem /*!main_margin*/;
	padding-right: 0.5rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 18px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 18px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */



[data-css-preset] #site_menu_button {
    color: rgba(110, 240, 65, 1);
    line-height: 1;
    font-size: 3rem /*!site_menu_button*/;
    font-weight: 400;
    position: fixed;
	top: 0 /*!site_menu_button*/;
	right: 0 /*!site_menu_button*/;
    padding: 0.7rem;
    z-index:10;
}

body.mobile #site_menu_button {
    line-height: 1.2;
    font-size: 2.2rem;
    padding: 0.5rem;
}

#site_menu_button.custom_icon {
	width: 10px;
    height: auto;
}

#site_menu_button.active {
	color: rgba(255, 255, 255, 1);
    font-size: 3rem /*!site_menu_button*/;
    font-weight: 400;
    position: fixed;
	top: 0 /*!site_menu_button*/;
	right: 0 /*!site_menu_button*/;
    padding: 0.5rem;
    z-index:10;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Monument Grotesk", Icons;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 800;
    text-transform: uppercase;
    color: rgb(110, 240, 65);
    background: rgba(255, 215, 140, 0);
    border-radius: 10px;
	padding: 1.1rem;
    margin: 0 1rem;
	max-width: calc(100% - 2rem);
    min-width: calc(100% - 2rem);
    height: 3.3rem; /* font-size + padding height*/
    top: 52.25px;
	display: inline-flex;
    flex-direction: row;
	justify-content: space-between;
}

body.mobile #site_menu {
	position: absolute;
 	display: flex;
    flex-direction: column;
	justify-content: space-around;
  	background-image: linear-gradient(  rgba(255, 255, 240, 1), rgba(255, 255, 240, 1));
    text-align: center;
    font-size: 2rem;
	font-weight: 400;
}


#site_menu > .page-link > a {
    display: block;
	color: rgba(100, 100, 100, 1);
    text-transform: uppercase;
}

#site_menu .set-link > a {
	color: rgba(110, 240, 65, 1);
	font-weight: bold;
}

#site_menu a:active {
	color: rgba(110, 240, 65, 1); 
}

#site_menu a:hover {
	color: rgba(145, 237, 96, 1);
    transition: 0.25s;
}

#site_menu .close {
	color: rgba(145, 237, 96, 1);
    line-height: 3rem;
    font-size: 5rem /*!site_menu_button*/;
    font-weight: 300;
    position: fixed;
	top: 0rem /*!site_menu_button*/;
	right: 0.7rem /*!site_menu_button*/;
    padding: 0.5rem;
    z-index:10;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 5rem;
    font-weight: 300;
    position: fixed;
	top: 0 /*!site_menu_button*/;
	right: 0 /*!site_menu_button*/;
    padding: 0.5rem;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: initial /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}
