html, body, nav, div, ul, li, input {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	font-family:"Myriad Pro","source-sans-pro",PTSansCaptionRegular, arial, helvetica, sans-serif; 
}

ul, figure, p {
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
      -webkit-margin-before: 0em;
    -webkit-padding-start: 0;
    -webkit-margin-after: 0em;
}

input, textarea {
	font-size: 20px;
   font-family:"Myriad Pro","source-sans-pro",PTSansCaptionRegular, arial, helvetica, sans-serif; 
}

html {
height: 100%;
overflow-x: hidden;
}

body {
	background-color: #fefefe;
	font-size: 20px;
	line-height: 1.4;
    letter-spacing: 0.01em;
	color: rgba(0,0,0,0.9);
}

a {
	cursor: pointer;
}

ul {
list-style-position: inside;
}

#allview {
  height: 100vh;
  perspective: 1px;
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 320px;
  scroll-behavior: smooth;
}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
  #allview {
  height: auto;
  overflow-y: auto;
  }
  }

@supports not (-webkit-overflow-scrolling: touch) {
  /* CSS for other than iOS devices */ 
}


#allview-group {
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.allview-foreground {
  width: 100%; 
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  
}

nav {
	position: relative;
	width: 100%;
	z-index: 100;
	background-color: rgba(255,255,255,0);
}

.allview-background {
content: "";
 position: absolute;
 z-index: -100;
height: 100vh;
width: 100%;
background-color: rgb(245,245,220);
background-image: url(../images/MataSound.svg);
background-repeat: no-repeat;
background-size: contain;
background-clip: content-box;
background-position: center center;
  -webkit-filter:  opacity(0.1);
  -moz-filter:  opacity(0.1);
  -ms-filter:  opacity(0.1);
  filter: opacity(0.1);
transform: translateZ(-3px) scale(4);
-webkit-transform: translateZ(-3px) scale(4);
}


h6 {
font-size: inherit;
font-weight: 600;
margin-bottom: 0.5em;
margin-top: 0.5em;
text-align: center;
}

h4 {
font-weight: 200;
font-size: 25px;
text-align: center;
}

h3 {
font-weight: 200;
font-size: 40px;
text-align: center;
line-height: 120%;
    letter-spacing: -0.01em;
    word-spacing: 0.05em;
margin-top: 0.5em;
margin-bottom: 0.5em;
line-height: 1.2em;
}

h2 {
text-align: center;
font-weight: 400;
font-size: 42px;
margin-top: 0.5em;
margin-bottom: 0.5em;
letter-spacing: 0.01em;
line-height: 1.2em;
}

sh2::before {
content: ":: ";
}
sh2::after {
content: " ::";
}

.en, .de {
display: none;
}

#matasound-nav-container {
}

#matasound-nav-container > div{
}

#matasound-nav-container a.nav-active {
font-weight: 400;
opacity: 1;
}

#matasound-nav-container a.nav-active:hover {

}


#matasound-logo-container ul{
	opacity: 0;
}

#matasound-logo-container {
	height: 100px;
	background-image: url(../images/MataSound.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.title-nav {
	position: relative;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

#matasound-nav-container li {
}

#matasound-nav-container a {
}

#matasound-footer-container {
opacity: 1;
transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#matasound-footer-container.footer-hidden {
opacity: 0;
transition: none;
}

#footer-nav {
border-top: solid 1px rgba(0,0,0,0.2);
padding: 10px 0 20px;
}

.title-nav a:hover {
font-weight: 200;
scolor: rgba(0,0,0,0.8);
opacity: 1;
}

.title-nav a {
font-size: 20px;
font-weight: 200;
color: rgba(0,0,0,1);
text-decoration: none;
padding: 0 0px;
opacity: 0.7;
transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.title-nav a::after {
fcontent: "";
}

.title-nav-sm {
display: none;
}

.title-nav-bg {
z-index: 100;
}

.nav-matasound img{
height: 80px;
}

#recording-box {
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: right bottom;
	right: calc(90% + 5px);
	top: -1.1em;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 150%;
    padding: 0 5px;
    color: #cacaca;
    background-color: #a00;
    border: 3px solid #cacaca;
    border-left: 4px solid #aaaaaa;
    border-bottom: 4px solid #aaaaaa;
    transition: all 0.1s linear;
}

#recording-box:hover {
background-color: #e00;
border-color: rgba(249, 249, 249, 0.9);
border-bottom-color: rgba(201, 201, 201, 0.9);
border-left-color: rgba(201, 201, 201, 0.9);
color: rgba(249, 249, 249, 0.9);
text-shadow: 0 0 10px #eee;
box-shadow: 0 0 50px #d00;
}

.square {
	width: 43%;
	/* background-color: rgba(255,255,255,0.3);*/
	background-color: rgb(255 255 243 / 10%);
	box-shadow: 10px 25px 10px rgb(213 166 5 / 25%);
/*	box-shadow: 10px 30px 10px rgba(0,0,0,0.1);*/
	border-radius: 10px;
	border: 1px solid rgb(207 179 29 / 26%);
/*	border: 1px solid rgba(0,0,0,0.2);*/
	padding: 10px 2%;
	margin-bottom: 40px;
	margin-right: 2%;
	margin-left: 0;
	opacity: 1;
	float: left;
	clear: left;
}

.whole:first-of-type {
margin-top: 0;
}

.square li {
text-align: left;
}
.square ul {
}

.square:last-of-type {
}

.whole {
	width: 96%;
	clear: both;
	text-align: center;
	margin-right: 0;
}

.whole p {
margin-bottom: 1em;
}

.short {
width: 60%;
margin-left: 19%;
}

.left {

}

.right {
	float: right;
	margin-right: 0;
	margin-left: 2%;
	clear: right;
}


.img {
height:300px;
background-color: rgba(0,0,0,0);
sdisplay: none;
}

.logo {

}

.menu {
margin-top: 0;
padding: 0;
width: 100%;
border: 0px;
background-color: inherit;
box-shadow: inherit;
}

.logo img {

}

.bg-image {
color: white;
}

.bg-image::before {
content: " ";
 position: fixed;
 top: 0px;
 left: 0px;
 z-index: -5;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-clip: content-box;
border-radius: 10px;
-webkit-filter:  grayscale(100%) blur(1px);
  -moz-filter:  grayscale(100%) blur(1px);
  -ms-filter:  grayscale(100%) blur(1px);
 filter: blur(1px);
}

.contact a, #sc-catalogue a, #sc-interprets a, .ext_link {
	text-decoration: underline;
color: rgb(0,0,0);
opacity: 0.7;
transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.contact a:hover, #sc-catalogue a:hover, #sc-interprets a:hover, .ext_link:hover {
	text-decoration: underline;
opacity: 1;
}

.cover {
	width: 100%;
}

.cover_small {
	width: 50%;
	
}

.quality {
background-color: rgba(255,255,255,0);
color: rgba(0,0,0,0.9);
}

.dm1000::before {
background-image: url(../images/DM1000-1050.jpg);
background-position: 32% 37%;
filter: brightness(1) contrast(1) blur(0px);
opacity: 0.8;
	}
	
.dm1000 {
height: 20vh;
}
	
.imgrecording::before {
background-image: url(../images/Recording-1050.jpg);
background-position: 32% 37%;
filter: brightness(1) contrast(1) blur(0px);
opacity: 0.8;
	}
	
.imgrecording {
height: 20vh;
}
	

#img-sense::before {
background-image: url(../images/TLM170.jpg);
background-position: center 85%;
opacity: 1;
}


.imgproducing::before {
background-image: url(../images/Producing.jpg);
background-position: 10% bottom;
opacity: 1;
}
.imgproducing p {
position: absolute;
bottom: 0;
padding-bottom: 1em;
width: 92%;
}


#img-care::before {
background-image: url(../images/Care.jpg);
background-position: center 10%;
}
.care p {
position: absolute;
bottom: 0;
padding-bottom: 1em;
width: 92%;
}


.technology p {
position: absolute;
bottom: 0;
padding-bottom: 1em;
width: 92%;
}

.sense p {
	position: absolute;
	bottom: 0px;
	width: 92%;
	padding-bottom: 1em;
}

#img-technology::before {
background-image: url(../images/HorusHapi.jpg);
background-position: 20% bottom;
}

.hidden {
position: absolute;
opacity: 0.5;
transform: translateY(500px);
transition: opacity 2s;
}

#matasound-square-container, .sq-container {
	position: relative;
	width: 80%;
	margin: 0 auto;
	max-width: 1050px;
}

.sq-container .square {

}

.sq-container::after {
}

#matasound-title-text {
padding: .5em;
}

#matasound-title-text a::after{
}

#matasound-title-text a:hover::after{
}

#matasound-title-text a:hover {
	text-decoration: none;
}

.square h1::after {
content: "";
}

.square h2::after {
}

.dataset ul {
display: flex;
list-style: none;

}

.rec {
}

.rec .recording, .mus .musician, .loc .location {
	order:-1;
	font-weight: 600;
}

#section-container {
	
}

section {
position: absolute;
width: 100%;
max-height: 0;
overflow: hidden;
opacity: 0;
transition: opacity .3s, max-height 0s .5s;
transform-style: preserve-3d;
}

section .square {
transform: translateY(110vh);
transition: transform 0s .5s;
}



.sc-active {
	position: relative;
max-height: 9999px;
overflow: visible;
opacity: 1;
transition: opacity .2s, max-height 0s 0s;
}

.sc-active .square {
transform: translateY(0);
transition: transform .5s cubic-bezier(0, 1, 0.65, 1) 0s;
}


.sc-active .square:nth-of-type(1) {
	transition-delay: 0s;
}

.sc-active .square:nth-of-type(2) {
	transition-delay: 0.2s;
}

.sc-active .square:nth-of-type(3) {
	transition-delay: 0.4s;
}

.sc-active .square:nth-of-type(4) {
	transition-delay: 0.6s;
}

.sc-active .square:nth-of-type(5) {
	transition-delay: 0.8s;
}

.sc-active .square:nth-of-type(6) {
	transition-delay: 1s;
}

.sc-active .square:nth-of-type(7) {
	transition-delay: 1.2s;
}

.sc-active .square:nth-of-type(8) {
	transition-delay: 1.4s;
}

.sc-active .square:nth-of-type(9) {
	transition-delay: 1.6s;
}

.sc-active .square:nth-of-type(10) {
	transition-delay: 1.8s;
}

.sc-active .square:nth-of-type(11) {
	transition-delay: 2s;
}

.sc-active .square:nth-of-type(12) {
	transition-delay: 2.2s;
}

.sc-active .square:nth-of-type(13) {
	transition-delay: 2.4s;
}

.sc-active .square:nth-of-type(14) {
	transition-delay: 2.6s;
}

.sc-active .square:nth-of-type(15) {
	transition-delay: 2.8s;
}

.short-term {
display: none;
}


footer {
	clear: both;
}

.clear {
clear: both;
}

.frame {
	overflow:auto;	
	-webkit-overflow-scrolling: touch;
}

#contact-form, .buy-form {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: stretch;
max-height: 2500px;
transition: max-height 1s ease-in-out 0s;
overflow: hidden;
}

#contact-form {

}

#contact-form li {
list-style: none;
}

.form-entity {
	margin-top: 20px;
width: 30%;
padding: 0 1%;
border: solid 1px rgba(0,0,0,0.2);
border-radius: 5px;
}

#contact-form.form-load, .buy-form-load {
max-height: 0;
}

.form-sent {
opacity: 0.5;
}

.form-text {
}

#contact-form input[type=text],#contact-form input[type=url],#contact-form input[type=email],#contact-form input[type=tel], .form-text {
width: 98%;
margin-top: 5px;
}

.menu_butt {
	width: 60px;
	height: 60px;
	opacity: inherit;
}


.menu_butt_top, .menu_butt_bott {
	position: absolute;
	width: 60px;
	height: 60px;
	transform: rotate(0);
	transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.menu_butt_top {
}
.menu_butt_bott {
}

.menu_butt_top_inside, .menu_butt_bott_inside {
	position: absolute;
	top: 50%;
	left: 10px;
	right: 10px;
	height: 1px;
	background: #000;
}

.menu_butt_top_inside {
	transform: translateY(5px);
	transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.menu_butt_bott_inside {
	transform: translateY(-5px);
	transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#menu_butt.opened .menu_butt_top_inside, #menu_butt.opened .menu_butt_bott_inside {
	transform: translateY(0px);
}

#menu_butt.opened .menu_butt_top {
	transform: rotate(45deg);
}
#menu_butt.opened .menu_butt_bott {
	transform: rotate(-45deg);
}

#submit {
    border-top: 1px solid rgba(0,0,0,0.3);
    border-left: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.7);
    border-right: 1px solid rgba(0,0,0,0.7);
    border-radius: 5px;
    padding: 0 5px;
    background-color: inherit;
    margin: 5px 0;
}

#submit:hover {
	border-top: 1px solid rgba(0,0,0,0.3);
    border-left: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.7);
    border-right: 1px solid rgba(0,0,0,0.7);
    
	opacity: 0.75;
	cursor: pointer; 
}


@media only screen and (max-width: 1024px) {
	.form-entity {
	width: 47%;
	}
	
	.short-term {
	display: inline;
	}
	.long-term {
	display: none;
	}

}

@media only screen and (max-width: 768px) {
.title-nav-bg {
    display: block;
    position: absolute;
    top: 0px;
    padding: 0 10px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
    left: 0%;
    right: 80%;
    transition: left .5s, right .5s, top .5s;
    transition-timing-function: cubic-bezier(0.24, 0.93, 0.6, 1);
 }
 
 .title-nav-bg.opened {
    border-radius: 10px;
    border: solid 1px rgba(0,0,0,0.5);
    box-shadow: 10px 20px 5px rgba(0,0,0,0.1);
    right: 20%;
    left: 20%;
    top: 20px;
    background-color: #fefefe;
 }

.title-nav-bg li{
	padding: 0px 5px 0px 5px;
     text-align: left;
    display: none;
 }

.title-nav-bg li:first-of-type{
display: inherit;
 }

.title-nav-bg.opened li {
display: inherit;
    border-bottom: 1px solid rgba(0,0,0,0.1);
   margin-bottom: 10px;
	text-align: center;
 }

.title-nav-sm {
display: flex;
 }

.nav-matasound-bg {
 }
}

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

#img-sense::before {
background-image: url(../images/TLM170-350.jpg);
}

#img-technology::before {
background-image: url(../images/HorusHapi-350.jpg);
}

#img-care::before {
background-image: url(../images/Care-350.jpg);
}

.imgproducing::before {
background-image: url(../images/Producing-350.jpg);
}

}

@media only screen and (max-width: 567px) {
.title-nav-bg.opened {
    right: 10%;
    left: 10%;
    top: 75px;
    overflow: hidden;
 }

}

@media only screen and (max-width: 640px) {
body {
	font-size: 18px;
}

h2, h3 {
font-size: 35px;
}

.square {
	width:96%;
	float: none;
	margin-left: auto;
	margin-right:auto; 
}

.square-container {
}


.title-nav a {
font-size: 20px;
}

.contact {
line-height: 2em;
}

.form-entity {
width: 98%;
}

.right {
}

}