/* @override 
	https://agency-q.com/css/styles.css
*/

/* @group basics */

@font-face {
	font-family: 'MuseoSans-700';
	src: url('fonts/MuseoSans-700.eot');
	src: url('fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype'),
	     url('fonts/MuseoSans-700.woff2') format('woff2'),
	     url('fonts/MuseoSans-700.woff') format('woff'),
	     url('fonts/MuseoSans-700.ttf') format('truetype');
}
 
  
@font-face {
	font-family: 'MuseoSans-300';
	src: url('fonts/MuseoSans-300.eot');
	src: url('fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MuseoSans-300.woff2') format('woff2'),
		 url('fonts/MuseoSans-300.woff') format('woff'),
		 url('fonts/MuseoSans-300.ttf') format('truetype');
}

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	background: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

h1, h2, h3 {
	font-family: 'MuseoSans-700', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1;
}
h1 {
	font-size: 40px;
	opacity: 0;
	transition: 0.5s;
}
h2 {
	font-size: 80px;
	opacity: 0.5;
	transition: 0.5s;
}
h3 {
	font-size: 24px;
	line-height: 1.6;
	margin-top: 30px;
	margin-bottom: 10px;
}
p {
	font-size: 24px;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 20px;
}
p.center {
	text-align: center;
	text-shadow: 2px 2px 4px #999;
}
.content .claim {
	font-weight: normal;
	font-size: 30px;
	line-height: 1;
	font-family: 'MuseoSans-700', Helvetica, Arial, sans-serif;
	text-align: center;
	text-shadow: 1px 1px 1px #999;
	opacity: 0.5;
	margin-top: 0;
	transition: 0.5s;
}
/* @end */


/* @group sections */

section {
  padding: 80px 0;
}

.content {
  margin: 0 auto;
  width: 86%;
  max-width: 1024px;
}

.logo {
	margin: 0;
	margin-bottom: 30px;
}
.logo img {
	height: 400px;
	width: auto;
	transition: 0.5s;
}

.buttons {
	box-sizing: border-box;
	margin-top: 80px;
	opacity: 0;
	transition: 0.5s;
}

.btn {
  display: inline-block;
  color: #333;
  font-size: 16px;
  border: 2px solid #fff;
  padding: 8px 16px;
  margin: 4px;
  text-decoration: none;
  background: rgba(255,255,255,.7);
}

.btn:hover {
  background-color: white;
  color: #000;
  text-decoration: none;
}

/* @end */
/* @group backgrounds */

.picture { 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
	height: 100%;
	color: #fff;
}
.picture .content {
	color: #fff;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#pict-1 {
	background-image: url('../images/01-buero.jpg');
}
#pict-2 {
	background-image: url('../images/02-arbeitsplatz.jpg');
}
#pict-3 {
	background-image: url('../images/03-what-matters.jpg');
}

.picture-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.1);
	transition: background 0.5s;
}

/* @end */

/* @group transitions */

.picture:hover .picture-bg {
	background: rgba(0,0,0, 0.3);
}
.picture:hover  .logo img {
	height: 300px;
}
.picture:hover .buttons {
	margin-top: 40px;
	opacity: 1;
}
.picture:hover h1 {
	transform: scale(1.1);
	opacity: 1;
}
.picture:hover h2 {
	transform: scale(1.1);
	opacity: 1;
}
.picture:hover .content .claim {
	opacity: 0.9;
	margin-top: -10px;
}
/* @end */

.address p.center {
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 10px;
	text-shadow: none;
}
.address p.center.social {
	font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1;
	margin-top: 20px;
	text-shadow: none;
}
.address {
	padding-bottom: 30px;
}
.address a {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: rgba(255,255,255, 0);
	padding: 10px;
	padding-bottom: 8px;
	padding-left: 45px;
	margin: 5px;
	border: 2px solid #fff;
	transition: background-color .5s;
}
.address a:hover {
	background-color: rgba(255,255,255, 0.3);
}
.address .email {
	background-image: url(logo-email.svg);
}
.address .google {
	background-image: url(logo-googledot.svg);
	background-size: 16px;
	padding-left: 35px;
}
.address .instagram {
	background-image: url(logo-instagram.svg);
	background-size: 20px;
	padding-left: 40px;
}
.right {
	float: right; 
	width: 48%
}
.left {
	float: left; 
	width: 48%
}




/* @group brands */

.brands {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.brands li {
	display: inline-block;
	margin: 5px 20px;
	width: 200px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	
}

.brands li.aveda {
	background-image: url(../brands/logo-aveda.png);
}
.brands li.estee-lauder {
	background-image: url(../brands/logo-estee-lauder.png);
	width: 260px;
}
.brands li.bjoern-axen {
	background-image: url(../brands/logo-bjoern-axen.png);
}
.brands li.bobbi-brown {
	background-image: url(../brands/logo-bobbi-brown.png);
	width: 260px;
}
.brands li.jo-malone {
	background-image: url(../brands/logo-jo-malone.png);
}
.brands li.la-mer {
	background-image: url(../brands/logo-la-mer.png);
	width: 170px;
}
.brands li.mode-suisse {
	background-image: url(../brands/logo-mode-suisse.png);
}
.brands li.sabs {
	background-image: url(../brands/logo-sabs.png);
}
.brands li.rituals {
	background-image: url(../brands/logo-rituals.png);
}
.brands li.westwing {
	background-image: url(../brands/logo-westwing.png);
	width: 260px;
}
.brands li.labo {
	background-image: url(../brands/logo-labo.png);
	width: 260px;
}
.brands li.kylian {
	background-image: url(../brands/logo-kilian.png);
	width: 180px;
}
.brands li.lelabo {
	background-image: url(../brands/logo-le-labo.png);
	width: 200px;
}
.brands li.averna {
	background-image: url(../brands/logo-averna.png);
	width: 180px;
}
.brands li.tom-ford {
	background-image: url(../brands/logo-tom-ford.png);
	width: 240px;
}

/* @end */

/* @group intro */
#intro h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.3;
  text-shadow: 1px 1px 3px #333;
}

/* @end */
/* @group footer */
/* Footer */

.footer {
  text-align: center;
}

.social {
  margin: 16px;
  list-style: none;
}

.social li {
  display: inline-block;
  margin: 8px;
}
/* @end */

@media (max-width: 736px) {

section {
  padding: 20px 0;
}

.content {
	width: auto;
	margin: 0 20px;
}

p {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.left,
.right {
	width: 100%;
	float: none;
}


/* @group transitions */

.picture .picture-bg,
.picture:hover .picture-bg {
	background: rgba(0,0,0, 0.2);
}
.picture .logo img,
.picture:hover  .logo img {
	height: 300px;
}
.picture .buttons,
.picture:hover .buttons {
	margin-top: 40px;
	opacity: 1;
}

	
.picture h2,
.picture:hover h2 {
	font-size: 60px;
	opacity: 1;
}
.picture .content .claim,
.picture:hover .content .claim {
	opacity: 0.9;
	margin-top: 0;
}
/* @end */



}


@media (max-width: 1200px) {
	
	.picture h1,
	.picture:hover h1 {
		margin-left: -20px;
		margin-right: -20px;
	}

	.picture h1 br {
	}	
}
@media (max-width: 1024px) {
	
	.picture h1,
	.picture:hover h1 {
		font-size: 40px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.picture h1 br {
	}	
}

@media (max-width: 840px) {
	
	.picture h1,
	.picture:hover h1 {
		font-size: 30px;
		margin-left: 5px;
		margin-right: 5px;
		opacity: 1;
	}

	.picture h1 br {
		display:none;
	}	
}

@media screen and (max-width: 740px) {

.picture {
	background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
}

@media (orientation: landscape) and (min-width: 481px) and (max-width: 740px) {
.picture .logo img,
.picture:hover .logo img,
.logo img {
	height: 220px;
}

}

@media (orientation: portrait) and (max-width: 480px) {

.picture .logo img,
.picture:hover .logo img,
.logo img {
	height: 220px;
}

}
@media (orientation: landscape) and (max-width: 480px) {

.picture .logo img,
.picture:hover .logo img,
.logo img {
	height: 180px;
}

}
@media (orientation: portrait) and (max-width: 320px) {

.picture .logo img,
.picture:hover .logo img,
.logo img {
	height: 180px;
}

}

/* @group cd-top */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255,255,255, 0.2) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: rgba(255,255,255, 0.5);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* @end */