@charset "UTF-8";
/* CSS Document */


/**
 * Theme Name:     BALANCE Naturkosmetik
 * Theme URI:      https://balancenaturkosmetik.de/
 * Description:    Theme der ersten Generation für BALANCE Naturkosmetik
 * Author:         Der Hersteller
 * Author URI:     https://www.der-hersteller.de
 * Version:        1.0
 */


/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * GLOBALS                                                                       *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
html {
	height: 101%;
}
body {
	font: 62.5%/1.5em 'pt_sansregular', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: rgb(249,240,234);
	color: rgb(255,255,255);
}

a {
	-webkit-transition:0.4s linear;  
   	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;    
   	-o-transition:0.4s linear;  
   	transition:0.4s linear;
}
a, a:active, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

.mobile-only {display: none !important}
.nowrap {white-space: nowrap;}
.uppercase {text-transform: uppercase;}

.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.flex {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * TYPOSATZ                                                                      *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: 'pt_sansbold';
	text-transform: uppercase;
	font-size: 3.1em;
	line-height: 1.3em;
	letter-spacing: 0.15em;
	margin-bottom: 2.5em;
}
h2 {
	text-transform: uppercase;
	font-size: 2.6em;
	line-height: 1.5em;
	letter-spacing: 0.15em;
	margin-bottom: 0.6em;
}
#main p + h2,
#main ul + h2 {
	margin-top: 3em;
}
h3 {
	text-transform: uppercase;
	font-size: 2.6em;
	line-height: 1.5em;
	letter-spacing: 0.15em;
}
h4 {	
}
h5 {	
}
#main p, #main ul {
	font-size: 2.6em;
	line-height: 1.5em;
	letter-spacing: 0.025em;
	margin: 0 0 1.3em 0;
	/*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;*/
}
#main ul li {
	padding-left: 1em;
    position: relative;
}
#main ul li:before {
	content: "·";
	position: absolute;
	left: 0;
	font-size: 1.5em;
}
#aside p {
	font-size: 2.4em;
	line-height: 1.5em;
	margin: 0 0 1.3em 0;
}
i, em {
	font-family: 'pt_sansitalic';
	font-style: normal;
}
b, strong {
	font-family: 'pt_sansbold';
	font-weight: normal;
}

hr {
	display: inline-block;
	border: none;
	height: 0.4em;
	background: rgb(255,255,255);
	width: 80%;
	margin: 0 0 1em 0;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * CONTAINER                                                                     *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#wrapper {
	position: relative;
}
#content {
	background-color: rgb(209,128,96);
	background-image: url(images/bg-image.png);
	background-repeat: no-repeat;
	background-position: right 10em;
	background-size: 40%;
	padding-bottom: 5.5em;
}
#content .inner {
	display: flex;
    flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.inner {
	padding: 0 10.25em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section {
	padding-top: 7.5em;
	margin-bottom: 5.5em;
}

/* scroll top */
#top {
	position: fixed;
	right: 2.5em;
	bottom: 5em;
	-webkit-transition:0.4s ease;  
   	-moz-transition:0.4s ease;  
   	-o-transition:0.4s ease;  
   	transition:0.4s ease;
}
#top.hide {opacity: 0;}
#top.show {opacity: 1;}

/* GoogleMaps */
.responsive-container {
  	position: relative;
  	padding: 0 0 50% 0;
	margin: 4em 0 4em 0;
  	height: 0;
  	overflow: hidden;
}
.responsive-container iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}





/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * HEADER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#header {
	color: rgb(0,0,0);
}
#header-top .inner {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	height: 27em;
}
#header-top .logo {
	display: block;
	margin: 0;
	width: 41.6em;
}
#header-banner {
	background: rgb(195,190,167);
}
#header-banner .inner {
	display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0;
}
#header-banner .left,
#header-banner .right h1,
#header-banner .right img {
	height: 43.8em;
}
#header-banner .left {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/header-left.jpg);
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 28.45144356955381%; /* 542/1905 */
	margin-right: 1.574803149606299%; /* 30/1905 */
}
#header-banner .right {	
}
#header-banner .right img {	
	display: block;
	max-width: 100%;
	margin: 0;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * NAVIGATION                                                                    *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#nav {
}
#nav ul {
	margin: 2.2em 7em 0 0;
}
#nav ul > li {
	display: inline-block;
	margin-right: 4em;
	border-bottom: 0.4em solid rgb(249,240,234);
}
#nav ul > li.mobile {
	display: none;
}
#nav ul > li:nth-child(4) {
	margin-right: 0;
}
#nav ul > li > a {
	font-size: 2.6em;
	line-height: 1.8em;
}
#nav ul > li:hover,
#nav ul > li:active,
#nav ul > li:focus {
	border-bottom: 0.4em solid rgb(0,0,0);
	-webkit-transition:0.4s linear;  
   	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;    
   	-o-transition:0.4s linear;  
   	transition:0.4s linear;
}

#sub-nav {
}
#sub-nav ul {
}
#sub-nav ul > li {
	display: inline-block;
}
#sub-nav > ul > li:after {
  	content: " / ";
	font-family: 'pt_sansbold';
	font-size: 2.6em;
	margin: 0 0.25em 0 0;
}
#sub-nav > ul > li:last-child:after {
  	content: "";
	margin: 0;
}
#sub-nav ul > li > a {
	font-family: 'pt_sansbold';
	font-size: 2.6em;
	line-height: 1.8em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
#sub-nav ul > li > a:hover,
#sub-nav ul > li > a:active,
#sub-nav ul > li > a:focus,
#sub-nav ul > li.current-menu-item > a {
	color: rgb(209,128,96);
}

/* responsive-nav */
.open-nav {
	display: none;
	border-bottom: 0.3em solid rgb(249,240,234);
}
.close-nav {
	margin: 3em 0 0 3em;
}
.open-nav .toggle-button {
	font-size: 1.8em;
	line-height: 1.8em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.close-nav .toggle-button {
	font-size: 2.2em;
	line-height: 1.8em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: rgb(0,0,0);
}
.open-nav:hover,
.open-nav:active,
.open-nav:focus {
	border-bottom: 0.3em solid rgb(0,0,0);
	-webkit-transition:0.4s linear;  
   	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;    
   	-o-transition:0.4s linear;  
   	transition:0.4s linear;
}
.close-nav .toggle-button:hover,
.close-nav .toggle-button:active,
.close-nav .toggle-button:focus {
	color: rgb(209,128,96);
}

#responsive-nav.toggle {
	width: 28em;
}
#responsive-nav {
	display: none;
	position: fixed;
	width: 0em;
	height: 100%;
	top: 0;
	right: 0;
	overflow-x: hidden;
	background: rgba(255,255,255,0.9);
	-webkit-transition:0.5s ease;  
   	-moz-transition:0.5s ease;  
   	-o-transition:0.5s ease;  
   	transition:0.5s ease;
	z-index: 999;
}
#responsive-nav ul {
	width: 28em;
	padding: 3em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#responsive-nav ul > li {
	margin-bottom: 2em;
}
#responsive-nav ul > li > a {
	font-size: 1.8em;
	line-height: 1.8em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: rgb(0,0,0);
}

#responsive-nav ul > li > a:hover,
#responsive-nav ul > li > a:active,
#responsive-nav ul > li > a:focus {
	color: rgb(209,128,96);
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * MAIN                                                                          *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#main {
	width: 72.23529411764706%; /* 1228/1700 */
	padding-right: 15%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * ASIDE                                                                         *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#aside {
	width: 26%; /* 442/1700 */
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * FOOTER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#footer {
	color: rgb(0,0,0);
}
#footer .inner {
	display: flex;
    flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 15em;
	padding-left: 57.45em; /* 573/1905 */
}