body,td,.footer {
    font-family: 'Ubuntu';font-size: 18px;.
}

h1{font-size:32px;}

td,th, .galery {white-space: nowrap; color: #f8f8f8; text-align:center;}

#bg {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index:0;
  -webkit-transform: translate(0);
}


.faq_q, .arlista_q{
        font-weight:700;
}

.faq_a, .arlista_a{
        margin-top:15px;
        display:none;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(0);
        @media(max-width: 640px) {
                display:none;
        }
}

#myVideoMobil {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100%;
  -webkit-transform: translate(0);
        @media(min-width: 640px) {
                display:none;
        }
}

#logo {
        text-align:center;
}

@media(min-width: 640px) {
	#logo {
     width:40%
	}
}

@media(max-width: 640px) {
	#logo {
		max-width:100%
	}
}


.content {
  position: absolute;
  top:50%;
  left:0px;
  z-index:1;
  background: rgba(0, 0, 0, 0.4);
  color: #f8f8f8;
  width: 100%;
  padding: 12px;
  /*padding: 20px;*/
  overflow-x: hidden;
}

a {text-decoration:none; 
   color:f8f8f8;}

.faq, .pricelist{
        padding:15px;
}

.arlista_t, .galery{
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	width: 100vw;
}

.faq_a,.arlista_a {
        padding-top:15px;
}

.faq_active, .footer{
  background: rgba(0, 0, 0, 0.7);
}

.footer{text-align:center;}

.gyik, .pricelist, .contact, .galery, .beforeafter, .extelenits {
	display:none;	
}

#map, .bw{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.shadow{
	text-shadow: 1px 1px black;
}

#myVideoMobile{
	background-image: url("/pix/bg.webp");
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	background-size: cover;
}

.lightgrey{
	color:#f8f8f8;
}